commandmate 0.2.11 → 0.2.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/.next/BUILD_ID +1 -1
  2. package/.next/app-build-manifest.json +3 -3
  3. package/.next/app-path-routes-manifest.json +1 -1
  4. package/.next/build-manifest.json +2 -2
  5. package/.next/cache/.tsbuildinfo +1 -1
  6. package/.next/cache/config.json +3 -3
  7. package/.next/cache/webpack/client-production/0.pack +0 -0
  8. package/.next/cache/webpack/client-production/1.pack +0 -0
  9. package/.next/cache/webpack/client-production/2.pack +0 -0
  10. package/.next/cache/webpack/client-production/index.pack +0 -0
  11. package/.next/cache/webpack/client-production/index.pack.old +0 -0
  12. package/.next/cache/webpack/edge-server-production/index.pack +0 -0
  13. package/.next/cache/webpack/server-production/0.pack +0 -0
  14. package/.next/cache/webpack/server-production/index.pack +0 -0
  15. package/.next/next-server.js.nft.json +1 -1
  16. package/.next/prerender-manifest.json +1 -1
  17. package/.next/required-server-files.json +1 -1
  18. package/.next/server/app/_not-found/page_client-reference-manifest.js +1 -1
  19. package/.next/server/app/api/app/update-check/route.js +1 -1
  20. package/.next/server/app/api/repositories/route.js +1 -1
  21. package/.next/server/app/api/repositories/route.js.nft.json +1 -1
  22. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js +1 -1
  23. package/.next/server/app/api/worktrees/[id]/auto-yes/route.js.nft.json +1 -1
  24. package/.next/server/app/api/worktrees/[id]/current-output/route.js +1 -1
  25. package/.next/server/app/api/worktrees/[id]/current-output/route.js.nft.json +1 -1
  26. package/.next/server/app/page_client-reference-manifest.js +1 -1
  27. package/.next/server/app/worktrees/[id]/files/[...path]/page_client-reference-manifest.js +1 -1
  28. package/.next/server/app/worktrees/[id]/page.js +3 -3
  29. package/.next/server/app/worktrees/[id]/page_client-reference-manifest.js +1 -1
  30. package/.next/server/app/worktrees/[id]/terminal/page_client-reference-manifest.js +1 -1
  31. package/.next/server/app-paths-manifest.json +8 -8
  32. package/.next/server/chunks/2509.js +1 -0
  33. package/.next/server/chunks/369.js +1 -1
  34. package/.next/server/chunks/7808.js +1 -1
  35. package/.next/server/chunks/8693.js +1 -1
  36. package/.next/server/chunks/8744.js +1 -1
  37. package/.next/server/chunks/9238.js +1 -1
  38. package/.next/server/pages/500.html +1 -1
  39. package/.next/server/server-reference-manifest.json +1 -1
  40. package/.next/static/chunks/9178-88850a7c48deea07.js +1 -0
  41. package/.next/static/chunks/app/worktrees/[id]/page-c99258f57461962c.js +1 -0
  42. package/.next/static/css/897ffb669f47c97b.css +3 -0
  43. package/.next/trace +5 -5
  44. package/README.md +154 -181
  45. package/dist/server/src/config/auto-yes-config.js +44 -2
  46. package/dist/server/src/lib/auto-yes-manager.js +135 -16
  47. package/package.json +8 -7
  48. package/.next/static/chunks/8864-2f60eadc8404fdd0.js +0 -1
  49. package/.next/static/chunks/app/worktrees/[id]/page-dc0dde49ed95076f.js +0 -1
  50. package/.next/static/css/7c6675f6f65b4990.css +0 -3
  51. /package/.next/static/{ZTtC8-q8xrYUSilnXmMHl → ym6mA6Dl9wX62h3AoYO45}/_buildManifest.js +0 -0
  52. /package/.next/static/{ZTtC8-q8xrYUSilnXmMHl → ym6mA6Dl9wX62h3AoYO45}/_ssgManifest.js +0 -0
@@ -1 +0,0 @@
1
- (self.webpackChunk_N_E=self.webpackChunk_N_E||[]).push([[130],{5635:function(e,t,a){Promise.resolve().then(a.bind(a,18390))},18390:function(e,t,a){"use strict";a.r(t),a.d(t,{default:function(){return t7}});var r=a(57437),n=a(99376),s=a(21221),l=a(2265);let i={output:"",realtimeSnippet:"",isActive:!1,isThinking:!1,autoScroll:!0,lastUpdated:null},o={data:null,messageId:null,visible:!1,answering:!1},c={mode:"split",mobileActivePane:"terminal",leftPaneTab:"history",splitRatio:.5},d={type:null,message:null,retryable:!1,retryCount:0};function u(){return{phase:"idle",terminal:{...i},prompt:{...o},layout:{...c},error:{...d},messages:[],wsConnected:!1}}function m(e,t){switch(t.type){case"SET_PHASE":return{...e,phase:t.phase};case"SET_TERMINAL_OUTPUT":return{...e,terminal:{...e.terminal,output:t.output,realtimeSnippet:t.realtimeSnippet,lastUpdated:new Date}};case"SET_TERMINAL_ACTIVE":return{...e,terminal:{...e.terminal,isActive:t.isActive}};case"SET_TERMINAL_THINKING":return{...e,terminal:{...e.terminal,isThinking:t.isThinking}};case"SET_AUTO_SCROLL":return{...e,terminal:{...e.terminal,autoScroll:t.enabled}};case"SHOW_PROMPT":return{...e,phase:"prompt",prompt:{data:t.data,messageId:t.messageId,visible:!0,answering:!1}};case"CLEAR_PROMPT":return{...e,prompt:{...o}};case"SET_PROMPT_ANSWERING":return{...e,prompt:{...e.prompt,answering:t.answering}};case"SET_LAYOUT_MODE":return{...e,layout:{...e.layout,mode:t.mode}};case"SET_MOBILE_ACTIVE_PANE":return{...e,layout:{...e.layout,mobileActivePane:t.pane}};case"SET_SPLIT_RATIO":return{...e,layout:{...e.layout,splitRatio:t.ratio}};case"SET_LEFT_PANE_TAB":return{...e,layout:{...e.layout,leftPaneTab:t.tab}};case"SET_ERROR":return{...e,error:t.error};case"CLEAR_ERROR":return{...e,error:{...d}};case"INCREMENT_RETRY_COUNT":return{...e,error:{...e.error,retryCount:e.error.retryCount+1}};case"SET_MESSAGES":return{...e,messages:t.messages};case"ADD_MESSAGE":return{...e,messages:[...e.messages,t.message]};case"UPDATE_MESSAGE":return{...e,messages:e.messages.map(e=>e.id===t.id?{...e,...t.updates}:e)};case"CLEAR_MESSAGES":return{...e,messages:[]};case"SET_WS_CONNECTED":return{...e,wsConnected:t.connected};case"START_WAITING_FOR_RESPONSE":return{...e,phase:"waiting",terminal:{...e.terminal,isActive:!0,output:"",realtimeSnippet:""},prompt:{...o}};case"RESPONSE_RECEIVED":return{...e,phase:"complete",messages:[...e.messages,t.message],terminal:{...e.terminal,isActive:!1,isThinking:!1}};case"SESSION_ENDED":return{...e,phase:"idle",terminal:{...i},prompt:{...o}};default:return e}}var x=a(58819),h=a(43241),p=a(38706);class f extends l.Component{static getDerivedStateFromError(e){return{hasError:!0,error:e}}componentDidCatch(e,t){var a,r;console.error("[ErrorBoundary:".concat(this.props.componentName||"unknown","]"),e,t),null===(a=(r=this.props).onError)||void 0===a||a.call(r,e,t)}render(){return this.state.hasError?this.props.fallback?this.props.fallback:(0,r.jsx)(g,{componentName:this.props.componentName,error:this.state.error,onRetry:this.handleRetry}):this.props.children}constructor(e){super(e),this.handleRetry=()=>{this.setState({hasError:!1,error:null})},this.state={hasError:!1,error:null}}}function g(e){let{componentName:t,error:a,onRetry:n}=e,s=(0,p.T)("error"),l=(0,p.T)("common");return(0,r.jsxs)("div",{className:"p-4 bg-red-50 border border-red-200 rounded-lg",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 text-red-800 mb-2",children:[(0,r.jsx)("svg",{className:"w-5 h-5",fill:"currentColor",viewBox:"0 0 20 20",children:(0,r.jsx)("path",{fillRule:"evenodd",d:"M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7 4a1 1 0 11-2 0 1 1 0 012 0zm-1-9a1 1 0 00-1 1v4a1 1 0 102 0V6a1 1 0 00-1-1z",clipRule:"evenodd"})}),(0,r.jsx)("span",{className:"font-medium",children:t?s("boundary.errorOccurredIn",{componentName:t}):s("boundary.errorOccurred")})]}),a&&(0,r.jsx)("p",{className:"text-sm text-red-600 mb-3",children:a.message}),n&&(0,r.jsx)("button",{onClick:n,className:"px-4 py-2 bg-red-600 text-white rounded hover:bg-red-700 transition-colors text-sm",children:l("retry")})]})}let b=["flex-shrink-0","bg-gray-700","transition-colors","duration-150","hover:bg-blue-500","focus:outline-none","focus:ring-2","focus:ring-blue-500","focus:ring-offset-2","focus:ring-offset-gray-900"],y=["w-1","h-full","cursor-col-resize","hover:w-2"],v=["h-1","w-full","cursor-row-resize","hover:h-2"];function j(e,t){return"touches"in e&&e.touches.length>0?t?e.touches[0].clientX:e.touches[0].clientY:"clientX"in e?t?e.clientX:e.clientY:0}let w=(0,l.memo)(function(e){let{onResize:t,orientation:a="horizontal",ariaValueNow:n=50,onDoubleClick:s,minRatio:i=.1}=e,[o,c]=(0,l.useState)(!1),d=(0,l.useRef)(0),u=(0,l.useRef)(null),m="horizontal"===a,x=(0,l.useCallback)(e=>{e.preventDefault(),c(!0),d.current=j(e,m)},[m]),h=(0,l.useCallback)(e=>{1===e.touches.length&&(c(!0),d.current=j(e,m))},[m]),p=(0,l.useCallback)(e=>{if(!o)return;let a=j(e,m);t(a-d.current),d.current=a},[o,m,t]),f=(0,l.useCallback)(e=>{if(!o||1!==e.touches.length)return;let a=j(e,m);t(a-d.current),d.current=a},[o,m,t]),g=(0,l.useCallback)(()=>{c(!1)},[]),w=(0,l.useCallback)(()=>{s&&s()},[s]),N=(0,l.useCallback)(e=>{let a=0;m?"ArrowRight"===e.key?a=10:"ArrowLeft"===e.key&&(a=-10):"ArrowDown"===e.key?a=10:"ArrowUp"===e.key&&(a=-10),0!==a&&(e.preventDefault(),t(a))},[m,t]);(0,l.useEffect)(()=>(o&&(document.addEventListener("mousemove",p),document.addEventListener("mouseup",g),document.addEventListener("touchmove",f),document.addEventListener("touchend",g),document.body.style.userSelect="none",document.body.style.cursor=m?"col-resize":"row-resize"),()=>{document.removeEventListener("mousemove",p),document.removeEventListener("mouseup",g),document.removeEventListener("touchmove",f),document.removeEventListener("touchend",g),document.body.style.userSelect="",document.body.style.cursor=""}),[o,p,g,f,m]);let k=(0,l.useMemo)(()=>[...b,...m?y:v,...o?["bg-blue-500","dragging",m?"w-2":"h-2"]:[]].join(" "),[m,o]);return(0,r.jsx)("div",{ref:u,role:"separator","aria-orientation":a,"aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":"Resize panes. Use ".concat(m?"left and right":"up and down"," arrow keys to adjust."),tabIndex:0,className:k,onMouseDown:x,onTouchStart:h,onKeyDown:N,onDoubleClick:w})}),N={left:"History",right:"Terminal"},k={left:"HistoryPane",right:"TerminalPane"},C=(0,l.memo)(function(e){let{pane:t,isActive:a,onClick:n}=e;return(0,r.jsx)("button",{type:"button",role:"tab","aria-selected":a,"aria-controls":"".concat(t,"-panel"),onClick:n,className:"".concat("flex-1 py-2 px-4 text-sm font-medium transition-colors"," ").concat(a?"text-blue-400 border-b-2 border-blue-400 bg-gray-900":"text-gray-400 hover:text-gray-300"),children:N[t]})}),S=(0,l.memo)(function(e){let{leftPane:t,rightPane:a}=e,[n,s]=(0,l.useState)("right"),i=(0,l.useCallback)(()=>s("left"),[]),o=(0,l.useCallback)(()=>s("right"),[]);return(0,r.jsxs)("div",{"data-testid":"mobile-layout",className:"flex flex-col h-full",children:[(0,r.jsxs)("div",{className:"flex border-b border-gray-700 bg-gray-800",role:"tablist",children:[(0,r.jsx)(C,{pane:"left",isActive:"left"===n,onClick:i}),(0,r.jsx)(C,{pane:"right",isActive:"right"===n,onClick:o})]}),(0,r.jsx)("div",{id:"".concat(n,"-panel"),role:"tabpanel",className:"flex-1 overflow-hidden",children:(0,r.jsx)(f,{componentName:k[n],children:"left"===n?t:a})})]})}),E=(0,l.memo)(function(e){let{leftPane:t,rightPane:a,leftWidth:n,onResize:s,className:i}=e,o=(0,l.useMemo)(()=>({width:"".concat(n,"%")}),[n]),c=(0,l.useMemo)(()=>({width:"".concat(100-n,"%")}),[n]),d=(0,l.useMemo)(()=>"flex h-full min-h-0 ".concat(i).trim(),[i]);return(0,r.jsxs)("div",{"data-testid":"desktop-layout",role:"main",className:d,children:[(0,r.jsx)("div",{"data-testid":"left-pane","aria-label":"History pane",style:o,className:"flex-shrink-0 overflow-hidden",children:(0,r.jsx)(f,{componentName:k.left,children:t})}),(0,r.jsx)(w,{onResize:s,orientation:"horizontal",ariaValueNow:n}),(0,r.jsx)("div",{"data-testid":"right-pane","aria-label":"Terminal pane",style:c,className:"flex-grow overflow-hidden",children:(0,r.jsx)(f,{componentName:k.right,children:a})})]})}),T=(0,l.memo)(function(e){let{leftPane:t,rightPane:a,initialLeftWidth:n=50,minLeftWidth:s=20,maxLeftWidth:i=80,className:o=""}=e,c=(0,x.d)(),d=(0,l.useRef)(null),[u,m]=(0,l.useState)(n),h=(0,l.useCallback)(e=>{let t=d.current;if(!t)return;let a=t.offsetWidth;if(0===a)return;let r=e/a*100;m(e=>Math.min(i,Math.max(s,e+r)))},[s,i]);return c?(0,r.jsx)(S,{leftPane:t,rightPane:a}):(0,r.jsx)("div",{ref:d,className:"h-full",children:(0,r.jsx)(E,{leftPane:t,rightPane:a,leftWidth:u,onResize:h,className:o})})});var M=a(47835),L=a.n(M),R=a(34343);let F=new(a.n(R)())({fg:"#d1d5db",bg:"#1f2937",newline:!0,escapeXML:!0});function P(){return(0,r.jsxs)("div",{"data-testid":"thinking-indicator",className:"flex items-center gap-2 py-2 px-1 text-gray-400",children:[(0,r.jsxs)("span",{className:"flex gap-1",children:[(0,r.jsx)("span",{className:"animate-pulse delay-0",children:"."}),(0,r.jsx)("span",{className:"animate-pulse delay-150",children:"."}),(0,r.jsx)("span",{className:"animate-pulse delay-300",children:"."})]}),(0,r.jsx)("span",{className:"text-sm",children:"Thinking"})]})}let A=(0,l.memo)(function(e){let{output:t,isActive:a,isThinking:n=!1,autoScroll:s=!0,onScrollChange:i,className:o=""}=e,{scrollRef:c,autoScroll:d,handleScroll:u,scrollToBottom:m}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{initialAutoScroll:t=!0,onAutoScrollChange:a}=e,r=(0,l.useRef)(null),[n,s]=(0,l.useState)(t),i=(0,l.useCallback)(e=>{s(e),null==a||a(e)},[a]),o=(0,l.useCallback)(()=>{let e=r.current;if(!e)return!0;let{scrollTop:t,scrollHeight:a,clientHeight:n}=e;return a-n-t<=50},[]),c=(0,l.useCallback)(()=>{let e=o();e&&!n?i(!0):!e&&n&&i(!1)},[n,o,i]),d=(0,l.useCallback)(()=>{let e=r.current;e&&(e.scrollTo({top:e.scrollHeight,behavior:"smooth"}),n||i(!0))},[n,i]);return{scrollRef:r,autoScroll:n,setAutoScroll:i,scrollToBottom:d,handleScroll:c}}({initialAutoScroll:s,onAutoScrollChange:i}),x=function(e){let t=F.toHtml(e);return L().sanitize(t,{ALLOWED_TAGS:["span","br"],ALLOWED_ATTR:["style"],ALLOW_DATA_ATTR:!1})}(t||"");(0,l.useEffect)(()=>{d&&c.current&&c.current.scrollTo({top:c.current.scrollHeight,behavior:"instant"})},[x,d,c]);let h=(0,l.useMemo)(()=>["terminal","font-mono","text-sm","p-4","rounded-lg","overflow-y-auto","overflow-x-hidden","bg-gray-900","text-gray-300","border","border-gray-700","h-full",a?"active":"",a?"border-blue-500":"",o].filter(Boolean).join(" "),[a,o]);return(0,r.jsxs)("div",{className:"relative h-full flex flex-col",children:[(0,r.jsxs)("div",{ref:c,role:"log","aria-live":"polite","aria-label":"Terminal output",className:h,onScroll:u,children:[(0,r.jsx)("div",{className:"whitespace-pre-wrap break-words",dangerouslySetInnerHTML:{__html:x}}),a&&n&&(0,r.jsx)(P,{})]}),!d&&(0,r.jsx)("button",{onClick:m,className:"absolute bottom-4 right-4 bg-blue-600 hover:bg-blue-700 text-white px-3 py-1 rounded-md text-sm shadow-lg transition-colors","aria-label":"Scroll to bottom",children:"Scroll to bottom"})]})});var D=a(78867);let I=/(\/[^\s\n<>"']+\.[a-zA-Z0-9]+)/g;function O(e){let t=e.split("\n");if(t.length<=5&&e.length<=300)return{text:e,isTruncated:!1};let a=t.slice(0,5).join("\n");return a.length>300&&(a=a.slice(0,300)),{text:a,isTruncated:!0}}let _=(0,l.memo)(function(e){let{content:t,onFilePathClick:a}=e,n=(0,l.useMemo)(()=>(function(e){let t=e.match(I);if(!t||0===t.length)return[{type:"text",content:e}];let a=[],r=0;return t.forEach(t=>{let n=e.indexOf(t,r);n>r&&a.push({type:"text",content:e.slice(r,n)}),a.push({type:"path",content:t}),r=n+t.length}),r<e.length&&a.push({type:"text",content:e.slice(r)}),a})(t),[t]),s=(0,l.useCallback)(e=>()=>a(e),[a]);return(0,r.jsx)("span",{children:n.map((e,t)=>"path"===e.type?(0,r.jsx)("button",{type:"button",onClick:s(e.content),className:"text-blue-400 hover:text-blue-300 hover:underline cursor-pointer font-mono text-sm","aria-label":"Open file: ".concat(e.content),children:e.content},t):(0,r.jsx)("span",{children:e.content},t))})});function z(){return(0,r.jsxs)("div",{"data-testid":"pending-indicator",className:"flex items-center gap-2 text-gray-400 py-2",children:[(0,r.jsxs)("div",{className:"flex gap-1","aria-hidden":"true",children:[(0,r.jsx)("span",{className:"w-2 h-2 bg-gray-400 rounded-full animate-pulse"}),(0,r.jsx)("span",{className:"w-2 h-2 bg-gray-400 rounded-full animate-pulse",style:{animationDelay:"150ms"}}),(0,r.jsx)("span",{className:"w-2 h-2 bg-gray-400 rounded-full animate-pulse",style:{animationDelay:"300ms"}})]}),(0,r.jsx)("span",{className:"text-sm",children:"Waiting for response..."})]})}let W=(0,l.memo)(function(e){let{message:t,onFilePathClick:a,onCopy:n}=e,s=(0,l.useMemo)(()=>t.timestamp.toLocaleTimeString(),[t.timestamp]);return(0,r.jsxs)("div",{className:"relative bg-blue-900/30 border-l-4 border-blue-500 p-3",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mb-1",children:[(0,r.jsx)("span",{className:"text-xs font-medium text-blue-400",children:"You"}),(0,r.jsx)("span",{className:"text-xs text-gray-500",children:s})]}),(0,r.jsx)("div",{className:"text-sm text-gray-200 whitespace-pre-wrap break-words",children:(0,r.jsx)(_,{content:t.content,onFilePathClick:a})}),n&&(0,r.jsx)("button",{type:"button","data-testid":"copy-user-message",onClick:()=>n(t.content),className:"absolute top-2 right-2 p-1 text-gray-400 hover:text-gray-200 bg-gray-800/80 rounded transition-colors","aria-label":"Copy message",title:"Copy",children:(0,r.jsx)(D.Z,{size:14,"aria-hidden":"true"})})]})}),B=(0,l.memo)(function(e){let{message:t,index:a,total:n,isExpanded:s,onFilePathClick:i,onCopy:o}=e,c=(0,l.useMemo)(()=>t.timestamp.toLocaleTimeString(),[t.timestamp]),{text:d,isTruncated:u}=(0,l.useMemo)(()=>O(t.content),[t.content]),m=s||!u?t.content:d;return(0,r.jsxs)("div",{className:"assistant-message-item relative",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 mb-1",children:[(0,r.jsx)("span",{className:"text-xs font-medium text-gray-400",children:"Assistant"}),(0,r.jsx)("span",{className:"text-xs text-gray-500",children:c}),n>1&&(0,r.jsxs)("span",{className:"text-xs text-gray-500",children:["(",a+1,"/",n,")"]})]}),(0,r.jsxs)("div",{className:"text-sm text-gray-200 whitespace-pre-wrap break-words [word-break:break-word] max-w-full overflow-x-hidden",children:[(0,r.jsx)(_,{content:m,onFilePathClick:i}),!s&&u&&(0,r.jsx)("span",{className:"text-gray-500",children:"..."})]}),o&&(0,r.jsx)("button",{type:"button","data-testid":"copy-assistant-message",onClick:()=>o(t.content),className:"absolute top-2 right-2 p-1 text-gray-400 hover:text-gray-200 bg-gray-800/80 rounded transition-colors","aria-label":"Copy message",title:"Copy",children:(0,r.jsx)(D.Z,{size:14,"aria-hidden":"true"})})]})}),U=(0,l.memo)(function(e){let{messages:t,isExpanded:a,onFilePathClick:n,onCopy:s}=e;return(0,r.jsx)("div",{className:"bg-gray-800/50 border-l-4 border-gray-600 p-3 border-t border-gray-700 space-y-3",children:t.map((e,i)=>(0,r.jsxs)(l.Fragment,{children:[i>0&&(0,r.jsx)("div",{"data-testid":"assistant-message-divider",className:"border-t border-dashed border-gray-600"}),(0,r.jsx)(B,{message:e,index:i,total:t.length,isExpanded:a,onFilePathClick:n,onCopy:s})]},e.id))})});function H(){return(0,r.jsxs)("div",{"data-testid":"orphan-indicator",className:"bg-yellow-900/20 text-yellow-400 text-xs px-3 py-1 flex items-center gap-2",children:[(0,r.jsx)("svg",{className:"w-3 h-3",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),(0,r.jsx)("span",{children:"System Message"})]})}let V=(0,l.memo)(function(e){let{pair:t,onFilePathClick:a,isExpanded:n=!1,onToggleExpand:s,onCopy:i}=e,o=(0,l.useMemo)(()=>t.assistantMessages.some(e=>{let{isTruncated:t}=O(e.content);return t}),[t.assistantMessages]),c=(0,l.useCallback)(()=>{s&&s()},[s]),d=(0,l.useMemo)(()=>{let e="pending"===t.status?"pending":"orphan"===t.status?"orphan border-l-4 border-yellow-600":"";return"".concat("border border-gray-700 rounded-lg overflow-hidden mb-4 transition-colors"," ").concat(e).trim()},[t.status]),u=(0,l.useMemo)(()=>{if(t.userMessage){let e=t.userMessage.content.substring(0,50);return"Conversation: ".concat(e).concat(t.userMessage.content.length>50?"...":"")}return"System message"},[t.userMessage]);return(0,r.jsxs)("div",{"data-testid":"conversation-pair-card",role:"article","aria-label":u,className:d,children:["orphan"===t.status&&(0,r.jsx)(H,{}),t.userMessage&&(0,r.jsx)(W,{message:t.userMessage,onFilePathClick:a,onCopy:i}),"pending"===t.status?(0,r.jsx)("div",{className:"bg-gray-800/30 border-l-4 border-gray-600 p-3 border-t border-gray-700",children:(0,r.jsx)(z,{})}):t.assistantMessages.length>0?(0,r.jsxs)("div",{className:"relative",children:[(0,r.jsx)(U,{messages:t.assistantMessages,isExpanded:n,onFilePathClick:a,onCopy:i}),o&&(0,r.jsx)("div",{className:"absolute top-2 right-2",children:(0,r.jsxs)("button",{type:"button",onClick:c,className:"text-xs text-blue-400 hover:text-blue-300 flex items-center gap-1 transition-colors bg-gray-800/80 px-2 py-1 rounded","aria-expanded":n,"aria-label":n?"Collapse message":"Expand message",children:[(0,r.jsx)("svg",{className:"w-3 h-3 transition-transform ".concat(n?"rotate-180":""),fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 9l-7 7-7-7"})}),n?"Collapse":"Expand"]})})]}):null]})});var Z=a(32636);function Y(){return(0,r.jsxs)("div",{"data-testid":"loading-indicator",className:"flex items-center justify-center py-4",role:"status","aria-label":"Loading messages",children:[(0,r.jsxs)("div",{className:"flex gap-1","aria-hidden":"true",children:[(0,r.jsx)("span",{className:"w-2 h-2 bg-gray-400 rounded-full animate-pulse"}),(0,r.jsx)("span",{className:"w-2 h-2 bg-gray-400 rounded-full animate-pulse delay-100"}),(0,r.jsx)("span",{className:"w-2 h-2 bg-gray-400 rounded-full animate-pulse delay-200"})]}),(0,r.jsx)("span",{className:"ml-2 text-sm text-gray-400",children:"Loading..."})]})}function q(){return(0,r.jsxs)("div",{className:"flex flex-col items-center justify-center py-8 text-gray-500",children:[(0,r.jsx)("svg",{className:"w-12 h-12 mb-2 opacity-50",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z"})}),(0,r.jsx)("p",{className:"text-sm",children:"No messages yet"})]})}let G=["h-full","flex","flex-col","overflow-y-auto","overflow-x-hidden","bg-gray-900","rounded-lg","border","border-gray-700"],K=(0,l.memo)(function(e){let{messages:t,worktreeId:a,onFilePathClick:n,isLoading:s=!1,className:i="",showToast:o}=e,c=(0,l.useRef)(null),d=(0,l.useRef)(0),u=(0,l.useRef)(t.length);(0,l.useLayoutEffect)(()=>{let e=c.current;e&&(d.current=e.scrollTop)}),(0,l.useLayoutEffect)(()=>{let e=c.current,a=u.current;e&&t.length===a&&requestAnimationFrame(()=>{e.scrollTop=d.current}),u.current=t.length},[t.length]);let{pairs:m,isExpanded:x,toggleExpand:h}=function(e){let t=(0,l.useMemo)(()=>(function(e){if(0===e.length)return[];let t=[...e].sort((e,t)=>e.timestamp.getTime()-t.timestamp.getTime()),a=[],r=null;for(let e of t)if("user"===e.role)r={id:e.id,userMessage:e,assistantMessages:[],status:"pending"},a.push(r);else if("assistant"===e.role){if(r&&null!==r.userMessage)r.assistantMessages.push(e),r.status="completed";else if(r&&null===r.userMessage)r.assistantMessages.push(e);else{let t={id:"orphan-".concat(e.id),userMessage:null,assistantMessages:[e],status:"orphan"};a.push(t),r=t}}return a})(e),[e]),[a,r]=(0,l.useState)(new Set),n=(0,l.useCallback)(e=>{r(t=>{let a=new Set(t);return a.has(e)?a.delete(e):a.add(e),a})},[]),s=(0,l.useCallback)(e=>a.has(e),[a]),i=(0,l.useCallback)(()=>{r(new Set(t.map(e=>e.id)))},[t]);return{pairs:t,expandedPairs:a,toggleExpand:n,isExpanded:s,expandAll:i,collapseAll:(0,l.useCallback)(()=>{r(new Set)},[])}}(t),p=(0,l.useMemo)(()=>[...G,i].filter(Boolean).join(" "),[i]),f=(0,l.useCallback)(e=>n(e),[n]),g=(0,l.useCallback)(e=>()=>h(e),[h]),b=(0,l.useCallback)(async e=>{try{await (0,Z.v)(e),null==o||o("Copied to clipboard","success")}catch(e){console.error("[HistoryPane] Failed to copy to clipboard"),null==o||o("Failed to copy","error")}},[o]);return(0,r.jsxs)("div",{ref:c,role:"region","aria-label":"Message history",className:p,children:[(0,r.jsx)("div",{className:"sticky top-0 bg-gray-900 border-b border-gray-700 px-4 py-2 z-10",children:(0,r.jsx)("h3",{className:"text-sm font-medium text-gray-300",children:"Message History"})}),(0,r.jsx)("div",{className:"flex-1 p-4 min-h-0",children:s?(0,r.jsx)(Y,{}):0===t.length?(0,r.jsx)(q,{}):m.map(e=>(0,r.jsx)(V,{pair:e,onFilePathClick:f,isExpanded:x(e.id),onToggleExpand:g(e.id),onCopy:b},e.id))})]})}),X={fadeIn:"animate-fade-in",fadeOut:"animate-fade-out",none:""};function J(e){let{visible:t,duration:a=200}=e,[r,n]=(0,l.useState)(t?"visible":"hidden"),s=(0,l.useRef)(null),i=(0,l.useRef)(t);(0,l.useEffect)(()=>()=>{s.current&&clearTimeout(s.current)},[]),(0,l.useEffect)(()=>{let e=i.current;i.current=t,s.current&&(clearTimeout(s.current),s.current=null);let r=e=>{s.current=setTimeout(()=>{n(e),s.current=null},a)};t&&!e?(n("fade-in"),r("visible")):!t&&e?(n("fade-out"),r("hidden")):t?n(e=>"fade-out"===e?(r("visible"),"fade-in"):e):n(e=>"fade-in"===e?(r("hidden"),"fade-out"):e)},[t,a]);let o="hidden"!==r,c="fade-in"===r||"fade-out"===r;return{shouldRender:o,animationClass:(0,l.useMemo)(()=>{switch(r){case"fade-in":return X.fadeIn;case"fade-out":return X.fadeOut;default:return X.none}},[r]),isAnimating:c}}let Q="\n px-6 py-2 rounded-lg font-medium transition-all\n disabled:opacity-50 disabled:cursor-not-allowed\n focus:outline-none focus:ring-2 focus:ring-offset-2\n".trim(),$="bg-blue-600 text-white hover:bg-blue-700 focus:ring-blue-500";function ee(e){let{promptData:t,answering:a,onRespond:n,onDismiss:s,labelId:i}=e,o=(0,p.T)("prompt"),[c,d]=(0,l.useState)(()=>{if("multiple_choice"===t.type){var e;let a=t.options.find(e=>e.isDefault);return null!==(e=null==a?void 0:a.number)&&void 0!==e?e:null}return null}),[u,m]=(0,l.useState)(""),[x,h]=(0,l.useState)(!1),f=(0,l.useMemo)(()=>{var e;return"multiple_choice"!==t.type?null:null!==(e=t.options.find(e=>e.number===c))&&void 0!==e?e:null},[t,c]),g=(null==f?void 0:f.requiresTextInput)===!0,b=a||x,y=(0,l.useCallback)(async e=>{if(!b){h(!0);try{await n(e)}catch(e){}finally{h(!1)}}},[b,n]),v=(0,l.useCallback)(async()=>{if(!b&&null!==c){h(!0);try{let e=g&&u.trim()?u.trim():c.toString();await n(e)}catch(e){}finally{h(!1)}}},[b,n,c,g,u]);return(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{className:"flex items-center justify-between",children:[(0,r.jsxs)("h3",{id:i,className:"text-lg font-semibold text-yellow-800 flex items-center gap-2",children:[(0,r.jsx)("span",{className:"text-xl","aria-hidden":"true",children:"?"}),o("confirmationFromClaude")]}),s&&(0,r.jsx)("button",{type:"button",onClick:s,"aria-label":"close",className:"p-1 rounded hover:bg-yellow-200 transition-colors",children:(0,r.jsx)("svg",{className:"w-5 h-5 text-yellow-700",fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})})]}),t.instructionText&&(0,r.jsx)("div",{className:"max-h-40 overflow-y-auto whitespace-pre-wrap text-sm text-gray-600 bg-gray-50 rounded p-2 border border-gray-200",children:t.instructionText}),(0,r.jsx)("p",{className:"text-gray-800 leading-relaxed",children:t.question}),b&&(0,r.jsxs)("div",{"data-testid":"answering-indicator",className:"flex items-center gap-2 text-sm text-gray-500",role:"status","aria-live":"polite",children:[(0,r.jsx)("div",{className:"animate-spin rounded-full h-4 w-4 border-2 border-gray-300 border-t-blue-600","aria-hidden":"true"}),(0,r.jsx)("span",{children:o("sending")})]}),"yes_no"===t.type&&(0,r.jsx)(et,{promptData:t,disabled:b,onYes:()=>y("yes"),onNo:()=>y("no")}),"multiple_choice"===t.type&&(0,r.jsx)(ea,{promptData:t,disabled:b,selectedOption:c,onSelectOption:d,textInputValue:u,onTextInputChange:m,showTextInput:g,onSubmit:v})]})}function et(e){let{promptData:t,disabled:a,onYes:n,onNo:s}=e,l=(0,p.T)("prompt"),i="yes"===t.defaultOption,o="no"===t.defaultOption,c="".concat(Q," ").concat($," ").concat(i?"primary default highlighted":""),d="".concat(Q," ").concat(o?"bg-gray-600 text-white hover:bg-gray-700 primary default highlighted":"bg-white border-2 border-gray-300 hover:bg-gray-50 text-gray-800 focus:ring-gray-500");return(0,r.jsxs)("div",{className:"flex items-center gap-3",role:"group","aria-label":"Yes or No options",children:[(0,r.jsx)("button",{type:"button",onClick:n,disabled:a,className:c,children:l("yes")}),(0,r.jsx)("button",{type:"button",onClick:s,disabled:a,className:d,children:l("no")})]})}function ea(e){let{promptData:t,disabled:a,selectedOption:n,onSelectOption:s,textInputValue:i,onTextInputChange:o,showTextInput:c,onSubmit:d}=e,u=(0,l.useId)(),m=(0,p.T)("prompt"),x=(0,l.useCallback)(e=>{let t=n===e,r=a?"opacity-50 cursor-not-allowed":"";return"".concat("flex items-start gap-3 p-3 rounded-lg cursor-pointer transition-all"," ").concat(t?"bg-blue-50 border-2 border-blue-500":"bg-white border-2 border-gray-200 hover:border-gray-300"," ").concat(r)},[n,a]);return(0,r.jsxs)("div",{className:"space-y-3",children:[(0,r.jsxs)("fieldset",{children:[(0,r.jsx)("legend",{className:"sr-only",children:"Select an option"}),(0,r.jsx)("div",{className:"space-y-2",children:t.options.map(e=>(0,r.jsxs)("label",{className:x(e.number),children:[(0,r.jsx)("input",{type:"radio",name:u,value:e.number,checked:n===e.number,onChange:()=>s(e.number),disabled:a,className:"mt-1","aria-describedby":e.isDefault?"default-".concat(e.number):void 0}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsxs)("span",{className:"font-medium",children:[e.number,". ",e.label]}),e.isDefault&&(0,r.jsx)("span",{id:"default-".concat(e.number),className:"ml-2 text-xs text-blue-600 bg-blue-100 px-2 py-0.5 rounded",children:m("default")})]})]},e.number))})]}),c&&(0,r.jsxs)("div",{className:"mt-3",children:[(0,r.jsx)("label",{htmlFor:"text-input-".concat(u),className:"sr-only",children:"Custom value input"}),(0,r.jsx)("input",{id:"text-input-".concat(u),type:"text",value:i,onChange:e=>o(e.target.value),disabled:a,placeholder:m("enterValuePlaceholder"),className:"w-full px-4 py-2 border-2 border-gray-300 rounded-lg focus:outline-none focus:border-blue-500 disabled:opacity-50"})]}),(0,r.jsx)("button",{type:"button",onClick:d,disabled:a||null===n,className:"w-full ".concat(Q," ").concat($),children:m("submit")})]})}function er(e){let t,{promptData:a,messageId:n,visible:s,answering:i,onRespond:o,onDismiss:c}=e,{shouldRender:d,animationClass:u}=J({visible:s&&null!==a,duration:200}),m=(0,l.useId)();if(!d||!a)return null;let x=(t="opacity-100","animate-fade-in"===u?t="opacity-100 transform translate-y-0":"animate-fade-out"===u&&(t="opacity-0 transform translate-y-2"),"".concat("bg-yellow-50 border-2 border-yellow-300 rounded-lg p-4 shadow-lg transition-all duration-200 ease-in-out"," ").concat(u," ").concat(t));return(0,r.jsx)(f,{componentName:"PromptPanel",children:(0,r.jsx)("div",{"data-testid":"prompt-panel",role:"dialog","aria-labelledby":m,"aria-modal":"true",className:x,children:(0,r.jsx)(ee,{promptData:a,answering:i,onRespond:o,onDismiss:c,labelId:m})})})}var en=a(8672),es=a(93448);let el=(0,l.memo)(function(e){let{path:t,className:a="w-6 h-6"}=e;return(0,r.jsx)("svg",{className:a,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:t})})}),ei={back:"M15 19l-7-7 7-7",menu:"M4 6h16M4 12h16M4 18h16"};function eo(e){let{worktreeName:t,repositoryName:a,status:n,gitStatus:s,onBackClick:i,onMenuClick:o}=e,c=(0,l.useMemo)(()=>en.xh[n],[n]);return(0,r.jsx)("header",{"data-testid":"mobile-header",role:"banner",className:"fixed top-0 inset-x-0 bg-white border-b border-gray-200 shadow-sm pt-safe z-40",children:(0,r.jsxs)("div",{className:"flex items-center justify-between h-14 px-4",children:[(0,r.jsx)("div",{className:"w-10 flex-shrink-0",children:i&&(0,r.jsx)("button",{type:"button",onClick:i,"aria-label":"Back",className:"p-2 -ml-2 rounded-full hover:bg-gray-100 transition-colors",children:(0,r.jsx)(el,{path:ei.back})})}),(0,r.jsxs)("div",{className:"flex-1 flex items-center justify-center min-w-0 px-2",children:["spinner"===c.type?(0,r.jsx)("span",{"data-testid":"status-indicator","aria-label":c.label,className:"w-2.5 h-2.5 rounded-full mr-2 flex-shrink-0 border-2 border-t-transparent animate-spin ".concat(c.className)}):(0,r.jsx)("span",{"data-testid":"status-indicator","aria-label":c.label,className:"w-2.5 h-2.5 rounded-full mr-2 flex-shrink-0 ".concat(c.className)}),(0,r.jsxs)("div",{className:"flex flex-col items-center min-w-0",children:[(0,r.jsx)("h1",{role:"heading","data-testid":"worktree-name",title:t,className:"text-sm font-medium text-gray-900 truncate text-center leading-tight",children:t}),(0,r.jsxs)("div",{className:"flex items-center gap-1 text-xs text-gray-500",children:[a&&(0,r.jsx)("span",{className:"truncate max-w-[100px] text-center",children:a}),s&&"(unknown)"!==s.currentBranch&&(0,r.jsxs)(r.Fragment,{children:[a&&(0,r.jsx)("span",{className:"text-gray-300",children:"/"}),(0,r.jsx)("span",{className:"truncate max-w-[80px] font-mono",title:s.currentBranch,"data-testid":"mobile-branch-name",children:(0,es.aS)(s.currentBranch,20)}),s.isDirty&&(0,r.jsx)("span",{className:"text-amber-500",title:"Uncommitted changes",children:"*"})]})]})]})]}),(0,r.jsx)("div",{className:"w-10 flex-shrink-0 flex justify-end",children:o&&(0,r.jsx)("button",{type:"button",onClick:o,"aria-label":"Menu",className:"p-2 -mr-2 rounded-full hover:bg-gray-100 transition-colors",children:(0,r.jsx)(el,{path:ei.menu})})})]})})}function ec(e){let{"data-testid":t,"aria-label":a,className:n=""}=e;return(0,r.jsx)("span",{"data-testid":t,className:"w-2 h-2 rounded-full bg-blue-500 ".concat(n).trim(),"aria-label":a})}let ed=(0,l.memo)(function(e){let{path:t,className:a="w-5 h-5"}=e;return(0,r.jsx)("svg",{className:a,fill:"none",viewBox:"0 0 24 24",stroke:"currentColor","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:t})})}),eu=[{id:"terminal",label:"Terminal",icon:(0,r.jsx)(ed,{path:"M8 9l3 3-3 3m5 0h3M5 20h14a2 2 0 002-2V6a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z"})},{id:"history",label:"History",icon:(0,r.jsx)(ed,{path:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})},{id:"files",label:"Files",icon:(0,r.jsx)(ed,{path:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"})},{id:"memo",label:"Memo",icon:(0,r.jsx)(ed,{path:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})},{id:"info",label:"Info",icon:(0,r.jsx)(ed,{path:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}];function em(e){let{activeTab:t,onTabChange:a,hasNewOutput:n=!1,hasPrompt:s=!1,hasUpdate:i=!1}=e,o=(0,l.useCallback)(e=>{let a=e===t;return"".concat("flex flex-col items-center justify-center flex-1 py-2 px-1 transition-colors relative"," ").concat(a?"text-blue-600 bg-blue-50":"text-gray-500 hover:text-gray-700 hover:bg-gray-50")},[t]),c=(0,l.useMemo)(()=>(0,r.jsxs)(r.Fragment,{children:[n&&(0,r.jsx)("span",{"data-testid":"new-output-badge",className:"absolute top-1 right-1 w-2 h-2 bg-green-500 rounded-full","aria-label":"New output available"}),s&&(0,r.jsx)("span",{"data-testid":"prompt-badge",className:"absolute top-1 right-3 w-2 h-2 bg-yellow-500 rounded-full","aria-label":"Prompt waiting"})]}),[n,s]);return(0,r.jsx)("nav",{"data-testid":"mobile-tab-bar",role:"tablist","aria-label":"Mobile navigation",className:"fixed bottom-0 inset-x-0 bg-white border-t border-gray-200 flex pb-safe z-40",children:eu.map(e=>(0,r.jsxs)("button",{type:"button",role:"tab","aria-selected":t===e.id,"aria-label":e.label,onClick:()=>a(e.id),className:o(e.id),children:[e.icon,(0,r.jsx)("span",{className:"text-xs mt-1",children:e.label}),"terminal"===e.id&&c,"info"===e.id&&i&&(0,r.jsx)(ec,{"data-testid":"info-update-badge",className:"absolute top-1 right-1","aria-label":"Update available"})]},e.id))})}let ex={base:"px-6 py-3 rounded-lg font-medium transition-all disabled:opacity-50 disabled:cursor-not-allowed focus:outline-none focus:ring-2 focus:ring-offset-2",primary:"bg-blue-600 text-white hover:bg-blue-700 focus:ring-blue-500",secondary:"bg-white border-2 border-gray-300 hover:bg-gray-50 text-gray-800 focus:ring-gray-500",defaultSelected:"bg-gray-600 text-white hover:bg-gray-700"};function eh(e){let{promptData:t,visible:a,answering:n,onRespond:s,onDismiss:i}=e,{shouldRender:o,animationClass:c}=J({visible:a&&null!==t,duration:300}),d=(0,l.useId)(),[u,m]=(0,l.useState)(null),[x,h]=(0,l.useState)(0),p=(0,l.useRef)(null);(0,l.useEffect)(()=>{a||h(0)},[a]);let g=(0,l.useCallback)(e=>{m(e.touches[0].clientY)},[]),b=(0,l.useCallback)(e=>{if(null===u)return;let t=e.touches[0].clientY-u;t>0&&h(t)},[u]),y=(0,l.useCallback)(()=>{x>100&&i&&i(),h(0),m(null)},[x,i]),v=(0,l.useCallback)(()=>{i&&i()},[i]),j=(0,l.useCallback)(e=>{e.stopPropagation()},[]);if(!o||!t)return null;let w="animate-fade-out"===c,N=x>0?"translateY(".concat(x,"px)"):void 0;return(0,r.jsxs)(f,{componentName:"MobilePromptSheet",children:[(0,r.jsx)("div",{"data-testid":"prompt-overlay",onClick:v,className:"fixed inset-0 bg-black/50 z-50 transition-opacity duration-300 ".concat(w?"opacity-0":"opacity-100"," ").concat(w?"pointer-events-none":""),"aria-hidden":"true"}),(0,r.jsxs)("div",{ref:p,"data-testid":"mobile-prompt-sheet",role:"dialog","aria-modal":"true","aria-labelledby":d,onClick:j,onTouchStart:g,onTouchMove:b,onTouchEnd:y,style:{transform:N},className:"fixed bottom-0 inset-x-0 bg-white rounded-t-2xl z-50 pb-safe transform transition-transform duration-300 ".concat(w?"translate-y-full":"translate-y-0"),children:[(0,r.jsx)("div",{className:"flex justify-center pt-3 pb-2",children:(0,r.jsx)("div",{"data-testid":"drag-handle",className:"w-10 h-1 bg-gray-300 rounded-full","aria-hidden":"true"})}),(0,r.jsx)("div",{className:"px-4 pb-6",children:(0,r.jsx)(ep,{promptData:t,answering:n,onRespond:s,labelId:d})})]})]})}function ep(e){let{promptData:t,answering:a,onRespond:n,labelId:s}=e,i=(0,p.T)("prompt"),[o,c]=(0,l.useState)(()=>{if("multiple_choice"===t.type){var e;let a=t.options.find(e=>e.isDefault);return null!==(e=null==a?void 0:a.number)&&void 0!==e?e:null}return null}),[d,u]=(0,l.useState)(""),[m,x]=(0,l.useState)(!1),h=(0,l.useMemo)(()=>{var e;return"multiple_choice"!==t.type?null:null!==(e=t.options.find(e=>e.number===o))&&void 0!==e?e:null},[t,o]),f=(null==h?void 0:h.requiresTextInput)===!0,g=a||m,b=(0,l.useCallback)(async e=>{if(!g){x(!0);try{await n(e)}catch(e){}finally{x(!1)}}},[g,n]),y=(0,l.useCallback)(async()=>{if(!g&&null!==o){x(!0);try{let e=f&&d.trim()?d.trim():o.toString();await n(e)}catch(e){}finally{x(!1)}}},[g,n,o,f,d]);return(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("h3",{id:s,className:"text-lg font-semibold text-gray-900",children:i("confirmationFromClaude")}),t.instructionText&&(0,r.jsx)("div",{className:"max-h-40 overflow-y-auto whitespace-pre-wrap text-sm text-gray-600 bg-gray-50 rounded p-2 border border-gray-200",children:t.instructionText}),(0,r.jsx)("p",{className:"text-gray-700 leading-relaxed",children:t.question}),g&&(0,r.jsxs)("div",{"data-testid":"answering-indicator",className:"flex items-center gap-2 text-sm text-gray-500",role:"status","aria-live":"polite",children:[(0,r.jsx)("div",{className:"animate-spin rounded-full h-4 w-4 border-2 border-gray-300 border-t-blue-600","aria-hidden":"true"}),(0,r.jsx)("span",{children:i("sending")})]}),"yes_no"===t.type&&(0,r.jsx)(ef,{promptData:t,disabled:g,onYes:()=>b("yes"),onNo:()=>b("no")}),"multiple_choice"===t.type&&(0,r.jsx)(eg,{promptData:t,disabled:g,selectedOption:o,onSelectOption:c,textInputValue:d,onTextInputChange:u,showTextInput:f,onSubmit:y})]})}let ef=(0,l.memo)(function(e){let{promptData:t,disabled:a,onYes:n,onNo:s}=e,l=(0,p.T)("prompt"),i="yes"===t.defaultOption,o="no"===t.defaultOption;return(0,r.jsxs)("div",{className:"flex gap-3",role:"group","aria-label":"Yes or No options",children:[(0,r.jsx)("button",{type:"button",onClick:n,disabled:a,className:"flex-1 ".concat(ex.base," ").concat(ex.primary," ").concat(i?"ring-2 ring-blue-300":""),children:l("yes")}),(0,r.jsx)("button",{type:"button",onClick:s,disabled:a,className:"flex-1 ".concat(ex.base," ").concat(o?ex.defaultSelected:ex.secondary),children:l("no")})]})}),eg=(0,l.memo)(function(e){let{promptData:t,disabled:a,selectedOption:n,onSelectOption:s,textInputValue:i,onTextInputChange:o,showTextInput:c,onSubmit:d}=e,u=(0,l.useId)(),m=(0,p.T)("prompt");return(0,r.jsxs)("div",{className:"space-y-3",children:[(0,r.jsxs)("fieldset",{children:[(0,r.jsx)("legend",{className:"sr-only",children:"Select an option"}),(0,r.jsx)("div",{className:"space-y-2",children:t.options.map(e=>{let t=n===e.number;return(0,r.jsxs)("label",{className:"flex items-start gap-3 p-3 rounded-lg cursor-pointer transition-all ".concat(t?"bg-blue-50 border-2 border-blue-500":"bg-white border-2 border-gray-200 hover:border-gray-300"," ").concat(a?"opacity-50 cursor-not-allowed":""),children:[(0,r.jsx)("input",{type:"radio",name:u,value:e.number,checked:t,onChange:()=>s(e.number),disabled:a,className:"mt-1"}),(0,r.jsxs)("div",{className:"flex-1",children:[(0,r.jsxs)("span",{className:"font-medium",children:[e.number,". ",e.label]}),e.isDefault&&(0,r.jsx)("span",{className:"ml-2 text-xs text-blue-600 bg-blue-100 px-2 py-0.5 rounded",children:m("default")})]})]},e.number)})})]}),c&&(0,r.jsxs)("div",{className:"mt-3",children:[(0,r.jsx)("label",{htmlFor:"text-input-".concat(u),className:"sr-only",children:"Custom value input"}),(0,r.jsx)("input",{id:"text-input-".concat(u),type:"text",value:i,onChange:e=>o(e.target.value),disabled:a,placeholder:m("enterValuePlaceholder"),className:"w-full px-4 py-3 border-2 border-gray-300 rounded-lg focus:outline-none focus:border-blue-500 disabled:opacity-50"})]}),(0,r.jsx)("button",{type:"button",onClick:d,disabled:a||null===n,className:"w-full ".concat(ex.base," ").concat(ex.primary),children:m("submit")})]})});var eb=a(6940);let ey={isOpen:!1,position:{x:0,y:0},targetPath:null,targetType:null};var ev=a(88964),ej=a(49465),ew=a(17689),eN=a(45675),ek=a(79548),eC=a(18930),eS=a(3468);let eE=(0,l.memo)(function(e){let{isOpen:t,position:a,targetPath:n,targetType:s,onClose:i,onNewFile:o,onNewDirectory:c,onRename:d,onDelete:u,onUpload:m,onMove:x}=e,h=(0,l.useRef)(null),p=(0,l.useCallback)(e=>{e&&n&&e(n),i()},[n,i]),f=[{id:"new-file",label:"New File",icon:(0,r.jsx)(ev.Z,{className:"w-4 h-4","aria-hidden":"true",role:"img"}),onClick:()=>p(o),showFor:["directory"]},{id:"new-directory",label:"New Directory",icon:(0,r.jsx)(ej.Z,{className:"w-4 h-4","aria-hidden":"true",role:"img"}),onClick:()=>p(c),showFor:["directory"]},{id:"upload",label:"Upload File",icon:(0,r.jsx)(ew.Z,{className:"w-4 h-4","aria-hidden":"true",role:"img"}),onClick:()=>p(m),showFor:["directory"],showDividerAfter:!0},{id:"rename",label:"Rename",icon:(0,r.jsx)(eN.Z,{className:"w-4 h-4","aria-hidden":"true",role:"img"}),onClick:()=>p(d)},{id:"move",label:"Move",icon:(0,r.jsx)(ek.Z,{className:"w-4 h-4","aria-hidden":"true",role:"img"}),onClick:()=>{x&&n&&s&&x(n,s),i()},showDividerAfter:!0},{id:"delete",label:"Delete",icon:(0,r.jsx)(eC.Z,{className:"w-4 h-4","aria-hidden":"true",role:"img"}),onClick:()=>p(u),variant:"danger"}].filter(e=>!e.showFor||s&&e.showFor.includes(s));return((0,l.useEffect)(()=>{if(!t)return;let e=e=>{if("Escape"===e.key){i();return}if("ArrowDown"===e.key||"ArrowUp"===e.key){var t;let a;e.preventDefault();let r=null===(t=h.current)||void 0===t?void 0:t.querySelectorAll('[role="menuitem"]');if(!(null==r?void 0:r.length))return;let n=Array.from(r).findIndex(e=>e===document.activeElement);a="ArrowDown"===e.key?n<r.length-1?n+1:0:n>0?n-1:r.length-1,r[a].focus()}};return document.addEventListener("keydown",e),()=>document.removeEventListener("keydown",e)},[t,i]),(0,l.useEffect)(()=>{if(t&&h.current){let e=h.current.querySelector('[role="menuitem"]');e&&e.focus()}},[t]),t)?(0,r.jsx)("div",{ref:h,"data-testid":"context-menu",role:"menu","aria-label":"File actions",className:"fixed min-w-[160px] py-1 bg-white rounded-lg shadow-lg border border-gray-200 animate-in fade-in-0 zoom-in-95 duration-100",style:{zIndex:eS.k.CONTEXT_MENU,left:"".concat(a.x,"px"),top:"".concat(a.y,"px")},children:f.map((e,t)=>(0,r.jsxs)(l.Fragment,{children:[(0,r.jsxs)("button",{role:"menuitem",onClick:e.onClick,disabled:!n,className:"w-full flex items-center gap-3 px-3 py-2 text-sm transition-colors focus:outline-none focus:bg-gray-100 ".concat("danger"===e.variant?"text-red-600 hover:bg-red-50 focus:bg-red-50":"text-gray-700 hover:bg-gray-100"," ").concat(n?"":"opacity-50 cursor-not-allowed"),children:[e.icon,(0,r.jsx)("span",{children:e.label})]}),e.showDividerAfter&&t<f.length-1&&(0,r.jsx)("div",{"data-testid":"context-menu-divider",className:"my-1 border-t border-gray-200"})]},e.id))}):null});var eT=a(45306),eM=a(98408),eL=a(69234);let eR=(0,l.memo)(function(e){let{expanded:t}=e;return(0,r.jsx)("svg",{"data-testid":"chevron-icon",className:"w-4 h-4 text-gray-500 transition-transform ".concat(t?"rotate-90":""),fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 5l7 7-7 7"})})}),eF=(0,l.memo)(function(e){let{open:t}=e;return(0,r.jsx)("svg",{"data-testid":"folder-icon",className:"w-5 h-5 text-yellow-500",fill:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:t?(0,r.jsx)("path",{d:"M19 20H5c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h6l2 2h6c1.1 0 2 .9 2 2v10c0 1.1-.9 2-2 2zM5 6v12h14V8h-7l-2-2H5z"}):(0,r.jsx)("path",{d:"M10 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V8c0-1.1-.9-2-2-2h-8l-2-2z"})})}),eP=(0,l.memo)(function(e){let{text:t,query:a}=e;if(!a||!a.trim())return(0,r.jsx)(r.Fragment,{children:t});let n=(0,es.hr)(a),s=t.split(RegExp("(".concat(n,")"),"gi"));return(0,r.jsx)(r.Fragment,{children:s.map((e,t)=>e.toLowerCase()===a.toLowerCase()?(0,r.jsx)("mark",{className:"bg-yellow-200 text-gray-900 px-0.5 rounded",children:e},t):(0,r.jsx)("span",{children:e},t))})}),eA=(0,l.memo)(function(e){let{extension:t}=e,a=(0,l.useMemo)(()=>t&&({ts:"text-blue-500",tsx:"text-blue-500",js:"text-yellow-400",jsx:"text-yellow-400",json:"text-yellow-600",md:"text-gray-500",css:"text-pink-500",scss:"text-pink-500",html:"text-orange-500",py:"text-green-500"})[t]||"text-gray-400",[t]);return(0,r.jsx)("svg",{"data-testid":"file-icon",className:"w-5 h-5 ".concat(a),fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})})}),eD=(0,l.memo)(function e(t){var a;let{item:n,path:s,depth:i,worktreeId:o,expanded:c,cache:d,onToggle:u,onFileSelect:m,onLoadChildren:x,onContextMenu:h,searchQuery:p,searchMode:f,matchedPaths:g,dateFnsLocaleStr:b}=t,[y,v]=(0,l.useState)(!1),j=s?"".concat(s,"/").concat(n.name):n.name,w=c.has(j),N="directory"===n.type,k=d.get(j),C=(0,l.useCallback)(async()=>{N?(w||k||(v(!0),await x(j),v(!1)),u(j)):null==m||m(j)},[N,w,k,j,x,u,m]),S=(0,l.useCallback)(e=>{("Enter"===e.key||" "===e.key)&&(e.preventDefault(),C())},[C]),E=(0,l.useCallback)(e=>{e.preventDefault(),null==h||h(e,j,N?"directory":"file")},[j,N,h]),T=function(e){let{delay:t=500,moveThreshold:a=10,onLongPress:r}=e,n=(0,l.useRef)(null),s=(0,l.useRef)(null),i=(0,l.useRef)(null),o=(0,l.useCallback)(()=>{n.current&&(clearTimeout(n.current),n.current=null),s.current=null,i.current=null},[]);(0,l.useEffect)(()=>()=>o(),[o]);let c=(0,l.useCallback)(e=>{if(1!==e.touches.length)return;let a=e.touches[0];s.current={x:a.clientX,y:a.clientY},i.current=e,n.current=setTimeout(()=>{i.current&&r(i.current),o()},t)},[t,r,o]);return{onTouchStart:c,onTouchMove:(0,l.useCallback)(e=>{if(!s.current||1!==e.touches.length)return;let t=e.touches[0],r=t.clientX-s.current.x,n=t.clientY-s.current.y;Math.sqrt(r*r+n*n)>a&&o()},[a,o]),onTouchEnd:(0,l.useCallback)(()=>{o()},[o]),onTouchCancel:(0,l.useCallback)(()=>{o()},[o])}}({onLongPress:(0,l.useCallback)(e=>{null==h||h(e,j,N?"directory":"file")},[j,N,h])});return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{"data-testid":"tree-item-".concat(n.name),role:"treeitem","aria-selected":!1,"aria-expanded":N?w:void 0,tabIndex:0,className:"flex items-center gap-2 py-1.5 pr-2 cursor-pointer hover:bg-gray-100 rounded transition-colors",style:{paddingLeft:"".concat(.5+1*Math.min(i,20),"rem"),touchAction:"manipulation",WebkitTouchCallout:"none"},onClick:C,onKeyDown:S,onContextMenu:E,onTouchStart:T.onTouchStart,onTouchMove:T.onTouchMove,onTouchEnd:T.onTouchEnd,onTouchCancel:T.onTouchCancel,children:[N?(0,r.jsx)("span",{className:"w-4 h-4 flex items-center justify-center",children:y?(0,r.jsx)("span",{className:"w-3 h-3 border-2 border-gray-300 border-t-blue-500 rounded-full animate-spin"}):(0,r.jsx)(eR,{expanded:w})}):(0,r.jsx)("span",{className:"w-4 h-4"}),N?(0,r.jsx)(eF,{open:w}):(0,r.jsx)(eA,{extension:n.extension}),(0,r.jsx)("span",{className:"flex-1 truncate text-sm text-gray-700",children:"name"===f&&p?(0,r.jsx)(eP,{text:n.name,query:p}):n.name}),(0,r.jsx)("span",{className:"text-xs text-gray-400 flex-shrink-0",children:N?void 0!==n.itemCount&&"".concat(n.itemCount," items"):void 0===(a=n.size)?"":a<1024?"".concat(a," B"):a<1048576?"".concat((a/1024).toFixed(1)," KB"):"".concat((a/1048576).toFixed(1)," MB")}),!N&&n.birthtime&&(0,r.jsx)("span",{className:"text-xs text-gray-400 flex-shrink-0",title:n.birthtime,children:function(e,t){let a=new Date(e);return isNaN(a.getTime())?"":(0,eT.Q)(a,{addSuffix:!0,...t?{locale:t}:{}})}(n.birthtime,b?(0,eM.G)(b):void 0)})]}),N&&w&&k&&(0,r.jsx)("div",{role:"group",children:k.filter(e=>{let t=j?"".concat(j,"/").concat(e.name):e.name;if(!(null==p?void 0:p.trim()))return!0;if("name"===f){let t=p.toLowerCase();return!!e.name.toLowerCase().includes(t)||"directory"===e.type}if("content"===f&&g&&g.size>0){if(g.has(t))return!0;if("directory"===e.type){for(let e of g)if(e.startsWith(t+"/"))return!0}return!1}return!0}).map(t=>(0,r.jsx)(e,{item:t,path:j,depth:i+1,worktreeId:o,expanded:c,cache:d,onToggle:u,onFileSelect:m,onLoadChildren:x,onContextMenu:h,searchQuery:p,searchMode:f,matchedPaths:g,dateFnsLocaleStr:b},t.name))})]})}),eI=(0,l.memo)(function(e){let{worktreeId:t,onFileSelect:a,onNewFile:n,onNewDirectory:s,onRename:i,onDelete:o,onUpload:c,onMove:d,className:u="",refreshTrigger:m=0,searchQuery:x,searchMode:h,searchResults:p,onSearchResultSelect:f}=e,g=(0,eL.bU)(),[b,y]=(0,l.useState)(!0),[v,j]=(0,l.useState)(null),[w,N]=(0,l.useState)([]),[k,C]=(0,l.useState)(new Set),[S,E]=(0,l.useState)(()=>new Map),T=(0,l.useRef)(k);T.current=k;let M=(0,l.useRef)(new Set),{menuState:L,openMenu:R,closeMenu:F}=function(){let[e,t]=(0,l.useState)(ey),a=(0,l.useCallback)((e,a,r)=>{let n,s;if(e.preventDefault(),"touches"in e&&e.touches.length>0)n=e.touches[0].clientX,s=e.touches[0].clientY;else{if(!("clientX"in e))return;n=e.clientX,s=e.clientY}t({isOpen:!0,position:{x:n,y:s},targetPath:a,targetType:r})},[]),r=(0,l.useCallback)(()=>{t(e=>({...e,isOpen:!1}))},[]),n=(0,l.useCallback)(()=>{t(ey)},[]);return(0,l.useEffect)(()=>{if(!e.isOpen)return;let t=()=>{r()},a=setTimeout(()=>{document.addEventListener("click",t)},0);return()=>{clearTimeout(a),document.removeEventListener("click",t)}},[e.isOpen,r]),(0,l.useEffect)(()=>{if(!e.isOpen)return;let t=e=>{"Escape"===e.key&&r()};return document.addEventListener("keydown",t),()=>{document.removeEventListener("keydown",t)}},[e.isOpen,r]),{menuState:e,openMenu:a,closeMenu:r,resetMenu:n}}(),P=(0,l.useCallback)(async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";try{let a=e?"/api/worktrees/".concat(t,"/tree/").concat(e):"/api/worktrees/".concat(t,"/tree"),r=await fetch(a);if(!r.ok)throw Error("Failed to load directory: ".concat(r.status));return await r.json()}catch(e){throw console.error("[FileTreeView] Error fetching directory:",e),e}},[t]);(0,l.useEffect)(()=>{let e=!0;return(async()=>{y(!0),j(null);try{let t=await P();if(!e||!t)return;let a=Array.from(T.current),r=new Map,n=[];for(let t=0;t<a.length;t+=5){if(!e)return;let s=a.slice(t,t+5);for(let[e,t]of(await Promise.allSettled(s.map(async e=>{let t=await P(e);return{dirPath:e,data:t}}))).entries())"fulfilled"===t.status&&t.value.data?r.set(t.value.dirPath,t.value.data.items):n.push(s[e])}if(!e)return;N(t.items),E(r),n.length>0&&C(e=>{let t=new Set(e);for(let e of n)e&&t.delete(e);return t})}catch(t){e&&j(t instanceof Error?t.message:"Failed to load files")}finally{e&&y(!1)}})(),()=>{e=!1}},[P,m]);let A=(0,l.useCallback)(async e=>{if(!(S.has(e)||M.current.has(e))){M.current.add(e);try{let t=await P(e);t&&E(a=>{let r=new Map(a);return r.set(e,t.items),r})}catch(e){console.error("[FileTreeView] Error loading children:",e)}finally{M.current.delete(e)}}},[S,P]),D=(0,l.useCallback)(e=>{C(t=>{let a=new Set(t);return a.has(e)?a.delete(e):a.add(e),a})},[]),I=(0,l.useMemo)(()=>"content"===h&&p&&0!==p.length?(0,es.Ps)(p.map(e=>e.filePath)):new Set,[h,p]);(0,l.useEffect)(()=>{I.size>0&&C(e=>{let t=new Set(e);for(let e of I)(S.has(e)||(null==p?void 0:p.some(t=>t.filePath.startsWith(e+"/"))))&&t.add(e);return t})},[I,S,p]);let O=(0,l.useMemo)(()=>{if(!(null==x?void 0:x.trim()))return w;if("name"===h){let e=x.toLowerCase(),t=(a,r)=>a.filter(a=>{let n=r?"".concat(r,"/").concat(a.name):a.name,s=a.name.toLowerCase().includes(e);if("directory"===a.type){let e=S.get(n);if(e&&t(e,n).length>0)return!0}return s});return t(w,"")}return"content"===h&&I.size>0?w.filter(e=>{if(I.has(e.name))return!0;if("directory"===e.type){for(let t of I)if(t.startsWith(e.name+"/")||t===e.name)return!0}return!1}):w},[w,x,h,I,S]);return b?(0,r.jsxs)("div",{"data-testid":"file-tree-loading",className:"flex items-center justify-center p-4 ".concat(u),children:[(0,r.jsx)("span",{className:"w-5 h-5 border-2 border-gray-300 border-t-blue-500 rounded-full animate-spin"}),(0,r.jsx)("span",{className:"ml-2 text-sm text-gray-500",children:"Loading files..."})]}):v?(0,r.jsx)("div",{"data-testid":"file-tree-error",className:"p-4 bg-red-50 border border-red-200 rounded-lg ".concat(u),children:(0,r.jsx)("p",{className:"text-sm text-red-600",children:v})}):0===w.length?(0,r.jsxs)("div",{"data-testid":"file-tree-empty",className:"p-4 text-center text-gray-500 ".concat(u),children:[(0,r.jsx)("p",{className:"text-sm",children:"No files found"}),(n||s)&&(0,r.jsxs)("div",{className:"flex flex-col gap-2 mt-4",children:[n&&(0,r.jsxs)("button",{"data-testid":"empty-new-file-button",onClick:()=>n(""),className:"flex items-center justify-center gap-2 px-3 py-2 text-sm text-gray-700 dark:text-gray-300 bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 rounded-md hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors",children:[(0,r.jsx)(ev.Z,{className:"w-4 h-4","aria-hidden":"true"}),(0,r.jsx)("span",{children:"New File"})]}),s&&(0,r.jsxs)("button",{"data-testid":"empty-new-directory-button",onClick:()=>s(""),className:"flex items-center justify-center gap-2 px-3 py-2 text-sm text-gray-700 dark:text-gray-300 bg-white dark:bg-gray-800 border border-gray-300 dark:border-gray-600 rounded-md hover:bg-gray-50 dark:hover:bg-gray-700 transition-colors",children:[(0,r.jsx)(ej.Z,{className:"w-4 h-4","aria-hidden":"true"}),(0,r.jsx)("span",{children:"New Directory"})]})]})]}):(null==x?void 0:x.trim())&&0===O.length?(0,r.jsx)("div",{"data-testid":"file-tree-no-results",className:"p-4 text-center text-gray-500 ".concat(u),children:(0,r.jsxs)("p",{className:"text-sm",children:["No ","content"===h?"files containing":"files matching",' "',x,'"']})}):(0,r.jsxs)("div",{"data-testid":"file-tree-view",role:"tree","aria-label":"File tree",className:"overflow-auto bg-white ".concat(u),children:[(n||s)&&(0,r.jsxs)("div",{"data-testid":"file-tree-toolbar",className:"flex items-center gap-1 p-1 border-b border-gray-200 dark:border-gray-700",children:[n&&(0,r.jsxs)("button",{"data-testid":"toolbar-new-file-button",onClick:()=>n(""),className:"flex items-center gap-1 px-2 py-1 text-xs text-gray-600 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded transition-colors",children:[(0,r.jsx)(ev.Z,{className:"w-4 h-4","aria-hidden":"true"}),(0,r.jsx)("span",{children:"New File"})]}),s&&(0,r.jsxs)("button",{"data-testid":"toolbar-new-directory-button",onClick:()=>s(""),className:"flex items-center gap-1 px-2 py-1 text-xs text-gray-600 dark:text-gray-400 hover:bg-gray-100 dark:hover:bg-gray-700 rounded transition-colors",children:[(0,r.jsx)(ej.Z,{className:"w-4 h-4","aria-hidden":"true"}),(0,r.jsx)("span",{children:"New Directory"})]})]}),O.map(e=>(0,r.jsx)(eD,{item:e,path:"",depth:0,worktreeId:t,expanded:k,cache:S,onToggle:D,onFileSelect:f||a,onLoadChildren:A,onContextMenu:R,searchQuery:x,searchMode:h,matchedPaths:I,dateFnsLocaleStr:g},e.name)),(0,r.jsx)(eE,{isOpen:L.isOpen,position:L.position,targetPath:L.targetPath,targetType:L.targetType,onClose:F,onNewFile:n,onNewDirectory:s,onRename:i,onDelete:o,onUpload:c,onMove:d})]})}),eO=(0,l.memo)(function(){return(0,r.jsx)("svg",{className:"w-4 h-4 text-gray-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M21 21l-6-6m2-5a7 7 0 11-14 0 7 7 0 0114 0z"})})}),e_=(0,l.memo)(function(){return(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M6 18L18 6M6 6l12 12"})})}),ez=(0,l.memo)(function(){return(0,r.jsx)("div",{"data-testid":"search-loading",className:"w-4 h-4 border-2 border-gray-300 border-t-blue-500 rounded-full animate-spin","aria-label":"Searching..."})}),eW=(0,l.memo)(function(e){let{query:t,mode:a,isSearching:n,error:s,onQueryChange:i,onModeChange:o,onClear:c,placeholder:d="Search files...",className:u=""}=e,m=(0,l.useRef)(null),h=(0,l.useCallback)(e=>{i(e.target.value)},[i]),p=(0,l.useCallback)(()=>{var e;c(),null===(e=m.current)||void 0===e||e.focus()},[c]),f=(0,l.useCallback)(e=>{if("Escape"===e.key){if(t)p();else{var a;null===(a=m.current)||void 0===a||a.blur()}}},[t,p]);return(0,l.useEffect)(()=>{if(!(window.innerWidth<x.G)){let e=setTimeout(()=>{var e;null===(e=m.current)||void 0===e||e.focus()},100);return()=>clearTimeout(e)}},[]),(0,r.jsxs)("div",{"data-testid":"search-bar",className:"flex flex-col gap-2 p-2 bg-white border-b border-gray-200 ".concat(u),children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("div",{className:"flex-shrink-0",children:(0,r.jsx)(eO,{})}),(0,r.jsx)("input",{ref:m,type:"text","data-testid":"search-input",value:t,onChange:h,onKeyDown:f,placeholder:d,className:"flex-1 min-w-0 px-2 py-1 text-sm bg-gray-50 border border-gray-200 rounded focus:outline-none focus:ring-1 focus:ring-blue-500 focus:border-blue-500","aria-label":"Search files","aria-busy":n}),(0,r.jsx)("div",{className:"flex-shrink-0 w-6 h-6 flex items-center justify-center",children:n?(0,r.jsx)(ez,{}):t?(0,r.jsx)("button",{type:"button","data-testid":"search-clear",onClick:p,className:"p-1 text-gray-400 hover:text-gray-600 rounded transition-colors","aria-label":"Clear search",children:(0,r.jsx)(e_,{})}):null})]}),(0,r.jsxs)("div",{className:"flex items-center gap-1",children:[(0,r.jsx)("span",{className:"text-xs text-gray-500 mr-1",children:"Mode:"}),(0,r.jsx)("button",{type:"button","data-testid":"mode-name",onClick:()=>o("name"),className:"px-2 py-0.5 text-xs rounded transition-colors ".concat("name"===a?"bg-blue-100 text-blue-700 font-medium":"bg-gray-100 text-gray-600 hover:bg-gray-200"),"aria-pressed":"name"===a,children:"Name"}),(0,r.jsx)("button",{type:"button","data-testid":"mode-content",onClick:()=>o("content"),className:"px-2 py-0.5 text-xs rounded transition-colors ".concat("content"===a?"bg-blue-100 text-blue-700 font-medium":"bg-gray-100 text-gray-600 hover:bg-gray-200"),"aria-pressed":"content"===a,children:"Content"})]}),s&&(0,r.jsx)("div",{"data-testid":"search-error",className:"text-xs text-red-600 bg-red-50 px-2 py-1 rounded",role:"alert",children:s})]})}),eB=(0,l.memo)(function(){return(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z"})})}),eU=(0,l.memo)(function(){return(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M3 7v10a2 2 0 002 2h14a2 2 0 002-2V9a2 2 0 00-2-2h-6l-2-2H5a2 2 0 00-2 2z"})})}),eH=(0,l.memo)(function(){return(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z"})})}),eV=[{id:"history",label:"History",icon:(0,r.jsx)(eB,{})},{id:"files",label:"Files",icon:(0,r.jsx)(eU,{})},{id:"memo",label:"Memo",icon:(0,r.jsx)(eH,{})}],eZ=(0,l.memo)(function(e){let{activeTab:t,onTabChange:a,className:n=""}=e,s=(0,l.useCallback)(e=>{a(e)},[a]),i=(0,l.useCallback)((e,t)=>{("Enter"===t.key||" "===t.key)&&(t.preventDefault(),a(e))},[a]),o=(0,l.useCallback)(e=>{let a=e===t;return"".concat("flex items-center gap-2 px-4 py-2 text-sm font-medium transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-inset"," ").concat(a?"bg-blue-50 text-blue-600 border-b-2 border-blue-600":"text-gray-500 hover:text-gray-700 hover:bg-gray-50")},[t]);return(0,r.jsx)("div",{role:"tablist","aria-label":"Left pane view switcher",className:"flex border-b border-gray-200 bg-white ".concat(n),children:eV.map(e=>(0,r.jsxs)("button",{type:"button",role:"tab","aria-selected":t===e.id,"aria-label":e.label,tabIndex:0,onClick:()=>s(e.id),onKeyDown:t=>i(e.id,t),className:o(e.id),children:[e.icon,(0,r.jsx)("span",{children:e.label})]},e.id))})});var eY=a(10789),eq=a(39625),eG=a(1243),eK=a(30401);function eX(e){let{isOpen:t,onClose:a,worktreeId:n,filePath:s}=e,[i,o]=(0,l.useState)(null),[c,d]=(0,l.useState)(!1),[u,m]=(0,l.useState)(null),[x,h]=(0,l.useState)(!1),p=(0,l.useMemo)(()=>!!((null==i?void 0:i.content)&&!i.isImage&&!i.isVideo),[i]),f=(0,l.useCallback)(async()=>{if(p&&(null==i?void 0:i.content))try{await (0,Z.v)(i.content),h(!0),setTimeout(()=>h(!1),2e3)}catch(e){}},[p,i]);return(0,l.useEffect)(()=>{if(!t||!s){o(null),m(null),h(!1);return}(async()=>{d(!0),m(null);try{let e=await fetch("/api/worktrees/".concat(n,"/files/").concat(s));if(!e.ok){let t=await e.json();throw Error(t.error||"Failed to load file")}let t=await e.json();o(t)}catch(e){m(e instanceof Error?e.message:"Failed to load file")}finally{d(!1)}})()},[t,n,s]),(0,r.jsx)(eY.u_,{isOpen:t,onClose:a,title:s,size:"xl",children:(0,r.jsxs)("div",{className:"max-h-[60vh] sm:max-h-[70vh] overflow-y-auto",children:[c&&(0,r.jsxs)("div",{className:"flex items-center justify-center py-12",children:[(0,r.jsx)("div",{className:"inline-block animate-spin rounded-full h-8 w-8 border-4 border-gray-300 border-t-blue-600"}),(0,r.jsx)("p",{className:"ml-3 text-gray-600",children:"Loading file..."})]}),u&&(0,r.jsx)("div",{className:"bg-red-50 border border-red-200 rounded-lg p-4",children:(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("svg",{className:"w-5 h-5 text-red-600",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),(0,r.jsx)("p",{className:"text-sm text-red-800",children:u})]})}),i&&!c&&!u&&(0,r.jsxs)("div",{className:"bg-gray-50 rounded-lg overflow-hidden",children:[(0,r.jsxs)("div",{className:"bg-gray-100 px-4 py-2 border-b border-gray-200 flex items-center justify-between",children:[(0,r.jsxs)("p",{className:"text-xs text-gray-600 font-mono truncate",children:[i.worktreePath,"/",i.path]}),p&&(0,r.jsx)("button",{"data-testid":"copy-content-button",onClick:f,className:"flex-shrink-0 ml-2 p-1 rounded hover:bg-gray-200 transition-colors text-gray-500 hover:text-gray-700","aria-label":"Copy file content",children:x?(0,r.jsx)(eK.Z,{className:"w-4 h-4 text-green-600"}):(0,r.jsx)(D.Z,{className:"w-4 h-4"})})]}),i.isImage?(0,r.jsx)(eq.O,{src:i.content,alt:i.path,mimeType:i.mimeType}):i.isVideo?(0,r.jsx)(eG.R,{src:i.content,mimeType:i.mimeType}):(0,r.jsx)("div",{className:"p-4",children:(0,r.jsx)("pre",{className:"text-sm overflow-x-auto",children:(0,r.jsx)("code",{className:"language-".concat(i.extension),children:i.content})})})]})]})})}var eJ=a(54887),eQ=a(53012),e$=a(23260),e0=a(57934),e1=a(12158);a(57792);var e2=a(76865),e4=a(48736),e5=a(93807),e3=a(42208),e6=a(74440),e8=a(47416),e7=a(83229),e9=a(32489),te=a(20318),tt=a(30166),ta=a(51817);let tr=(0,tt.default)(()=>Promise.all([a.e(2714),a.e(656),a.e(13)]).then(a.bind(a,70013)).then(e=>({default:e.MermaidDiagram})),{loadableGenerated:{webpack:()=>[70013]},ssr:!1,loading:()=>(0,r.jsxs)("div",{className:"mermaid-loading flex items-center gap-2 text-gray-500 p-4",children:[(0,r.jsx)(ta.Z,{className:"animate-spin h-4 w-4"}),(0,r.jsx)("span",{children:"Loading diagram..."})]})});function tn(e){let{className:t,children:a,inline:n}=e;if(n)return(0,r.jsx)("code",{className:t,children:a});if(t&&t.split(" ").includes("language-mermaid")){let e=null==a?"":"string"==typeof a?a:Array.isArray(a)?a.map(e=>"string"==typeof e?e:"").join(""):String(a);return(0,r.jsx)(tr,{code:e})}return(0,r.jsx)("code",{className:t,children:a})}function ts(){return"undefined"==typeof document?null:document.fullscreenElement||document.webkitFullscreenElement||document.mozFullScreenElement||document.msFullscreenElement||null}async function tl(e){if(e.requestFullscreen)return e.requestFullscreen();if(e.webkitRequestFullscreen)return e.webkitRequestFullscreen();if(e.mozRequestFullScreen)return e.mozRequestFullScreen();if(e.msRequestFullscreen)return e.msRequestFullscreen();throw Error("Fullscreen API not supported")}async function ti(){if("undefined"!=typeof document){if(document.exitFullscreen)return document.exitFullscreen();if(document.webkitExitFullscreen)return document.webkitExitFullscreen();if(document.mozCancelFullScreen)return document.mozCancelFullScreen();if(document.msExitFullscreen)return document.msExitFullscreen()}}function to(){try{let e="__localStorage_test__";return window.localStorage.setItem(e,"test"),window.localStorage.removeItem(e),!0}catch(e){return!1}}function tc(e){let{key:t,defaultValue:a,validate:r,serialize:n=JSON.stringify,deserialize:s=JSON.parse}=e,[i,o]=(0,l.useState)(!1),[c,d]=(0,l.useState)(a),u=(0,l.useCallback)(()=>{if(!to())return a;try{let e=window.localStorage.getItem(t);if(null===e)return a;let n=s(e);if(r)return r(n)?n:a;return n}catch(e){return a}},[t,a,r,s]),m=(0,l.useCallback)(e=>{if(to())try{let a=n(e);window.localStorage.setItem(t,a)}catch(e){}},[t,n]),x=(0,l.useCallback)(e=>{d(t=>{let a="function"==typeof e?e(t):e;return m(a),a})},[m]),h=(0,l.useCallback)(()=>{if(to())try{window.localStorage.removeItem(t)}catch(e){}d(a)},[t,a]);return(0,l.useEffect)(()=>{o(to()),d(u())},[u]),{value:c,setValue:x,removeValue:h,isAvailable:i}}let td=()=>null!=window.visualViewport,tu={split:{showEditor:!0,showPreview:!0,editorWidth:"w-1/2",previewWidth:"w-1/2"},editor:{showEditor:!0,showPreview:!1,editorWidth:"w-full",previewWidth:"w-0"},preview:{showEditor:!1,showPreview:!0,editorWidth:"w-0",previewWidth:"w-full"}},tm="commandmate:md-editor-view-mode",tx={WARNING_THRESHOLD:512e3};function th(e){return"number"==typeof e&&e>=.1&&e<=.9}function tp(e){return"boolean"==typeof e}function tf(e){return"split"===e||"editor"===e||"preview"===e}function tg(e){let{worktreeId:t,filePath:a,onClose:n,onSave:s,initialViewMode:i,onMaximizedChange:o}=e,[c,d]=(0,l.useState)(""),[u,m]=(0,l.useState)(""),[h,p]=(0,l.useState)(""),[f,g]=(0,l.useState)(()=>(function(e){if(e&&tf(e))return e;{let e=localStorage.getItem(tm);if(e&&tf(e))return e}return"split"})(i)),[b,y]=(0,l.useState)(!0),[v,j]=(0,l.useState)(!1),[N,k]=(0,l.useState)(null),[C,S]=(0,l.useState)(!1),[E,T]=(0,l.useState)(!1),[M,L]=(0,l.useState)("editor"),[R,F]=(0,l.useState)(null),{toasts:P,showToast:A,removeToast:I}=(0,te.pm)(),O=(0,l.useRef)(null),_=(0,l.useRef)(null),z=(0,l.useRef)(null),W=(0,l.useRef)(null),B=(0,x.d)(),{isKeyboardVisible:U,keyboardHeight:H}=function(){let[e,t]=(0,l.useState)(!1),[a,r]=(0,l.useState)(0),n=(0,l.useCallback)(()=>{if(!td())return;let e=window.visualViewport,a=window.innerHeight-e.height,n=a>100;t(n),r(n?a:0)},[]);return(0,l.useEffect)(()=>{if(!td())return;let e=window.visualViewport;return n(),e.addEventListener("resize",n),()=>{e.removeEventListener("resize",n)}},[n]),{isKeyboardVisible:e,keyboardHeight:a}}(),{value:V,setValue:Y}=tc({key:"commandmate:md-editor-maximized",defaultValue:!1,validate:tp}),{isFullscreen:q,isFallbackMode:G,enterFullscreen:K,exitFullscreen:X,toggleFullscreen:J}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{elementRef:t,onEnter:a,onExit:r,onError:n}=e,[s,i]=(0,l.useState)(!1),[o,c]=(0,l.useState)(!1),[d,u]=(0,l.useState)(null),m=(0,l.useCallback)(()=>{let e=null!=ts();i(e),!e&&o&&c(!1)},[o]),x=(0,l.useCallback)(async()=>{if(u(null),"undefined"!=typeof navigator&&(/iPad|iPhone|iPod/.test(navigator.userAgent)||"MacIntel"===navigator.platform&&navigator.maxTouchPoints>1)){i(!0),c(!0),null==a||a();return}if("undefined"!=typeof document&&(document.fullscreenEnabled||document.webkitFullscreenEnabled||document.mozFullScreenEnabled||document.msFullscreenEnabled)&&(null==t?void 0:t.current))try{await tl(t.current),i(!0),c(!1),null==a||a()}catch(t){let e=t instanceof Error?t.message:"Failed to enter fullscreen";u(e),null==n||n(t instanceof Error?t:Error(e)),i(!0),c(!0),null==a||a()}else i(!0),c(!0),null==a||a()},[t,a,n]),h=(0,l.useCallback)(async()=>{if(u(null),o){i(!1),c(!1),null==r||r();return}if(ts())try{await ti(),i(!1),null==r||r()}catch(t){let e=t instanceof Error?t.message:"Failed to exit fullscreen";u(e),null==n||n(t instanceof Error?t:Error(e)),i(!1),c(!1),null==r||r()}else i(!1),c(!1),null==r||r()},[o,r,n]),p=(0,l.useCallback)(async()=>{s?await h():await x()},[s,x,h]);return(0,l.useEffect)(()=>{if("undefined"!=typeof document)return document.addEventListener("fullscreenchange",m),document.addEventListener("webkitfullscreenchange",m),document.addEventListener("mozfullscreenchange",m),document.addEventListener("MSFullscreenChange",m),()=>{document.removeEventListener("fullscreenchange",m),document.removeEventListener("webkitfullscreenchange",m),document.removeEventListener("mozfullscreenchange",m),document.removeEventListener("MSFullscreenChange",m)}},[m]),{isFullscreen:s,isFallbackMode:o,enterFullscreen:x,exitFullscreen:h,toggleFullscreen:p,error:d}}({elementRef:z,onEnter:()=>Y(!0),onExit:()=>Y(!1)}),{value:Q,setValue:$}=tc({key:"commandmate:md-editor-split-ratio",defaultValue:.5,validate:th}),{ref:ee}=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},{onSwipeLeft:t,onSwipeRight:a,onSwipeUp:r,onSwipeDown:n,threshold:s=50,enabled:i=!0}=e,o=(0,l.useRef)(null),[c,d]=(0,l.useState)(!1),[u,m]=(0,l.useState)(null),x=(0,l.useRef)(null),h=(0,l.useCallback)(()=>{m(null)},[]),p=(0,l.useCallback)(e=>{if(!i)return;if(e.target instanceof HTMLElement&&function(e){let t=e;for(;t;){let{overflowY:e}=getComputedStyle(t);if(("auto"===e||"scroll"===e)&&t.scrollHeight>t.clientHeight)return!0;t=t.parentElement}return!1}(e.target)){x.current=null;return}let t=e.touches[0];x.current={x:t.clientX,y:t.clientY},d(!0)},[i]),f=(0,l.useCallback)(e=>{if(!i||!x.current)return;let t=e.touches[0],a=t.clientX-x.current.x,r=t.clientY-x.current.y,n=Math.abs(a),l=Math.abs(r);n>l&&n>=s?m(a<0?"left":"right"):l>=s&&m(r<0?"up":"down")},[i,s]),g=(0,l.useCallback)(e=>{if(!i||!x.current){d(!1);return}let l=e.changedTouches[0],o=l.clientX-x.current.x,c=l.clientY-x.current.y,u=Math.abs(o),h=Math.abs(c);u>h?u>=s&&(o<0?(m("left"),null==t||t()):(m("right"),null==a||a())):h>=s&&(c<0?(m("up"),null==r||r()):(m("down"),null==n||n())),x.current=null,d(!1)},[i,s,t,a,r,n]);return(0,l.useEffect)(()=>{let e=o.current;if(e)return e.addEventListener("touchstart",p),e.addEventListener("touchmove",f),e.addEventListener("touchend",g),()=>{e.removeEventListener("touchstart",p),e.removeEventListener("touchmove",f),e.removeEventListener("touchend",g)}},[p,f,g]),{ref:o,isSwiping:c,swipeDirection:u,resetSwipeDirection:h}}({onSwipeDown:()=>{q&&X()},threshold:150,enabled:q&&B}),et=c!==u,ea=tu[f],er=B&&window.innerHeight>window.innerWidth&&"split"===f,en=(0,l.useMemo)(()=>(0,es.Ds)(e=>{p(e)},300),[]),el=(0,l.useCallback)(async()=>{y(!0),k(null);try{let r=await fetch("/api/worktrees/".concat(t,"/files/").concat(a)),n=await r.json();if(!r.ok||!n.success){var e;throw Error((null===(e=n.error)||void 0===e?void 0:e.message)||"Failed to load file")}let s=n.content||"";d(s),m(s),p(s),new Blob([s]).size>tx.WARNING_THRESHOLD&&S(!0)}catch(e){k(e instanceof Error?e.message:"Failed to load file")}finally{y(!1)}},[t,a]),ei=(0,l.useCallback)(async()=>{if(et&&!v){j(!0);try{let r=await fetch("/api/worktrees/".concat(t,"/files/").concat(a),{method:"PUT",headers:{"Content-Type":"application/json"},body:JSON.stringify({content:c})}),n=await r.json();if(!r.ok||!n.success){var e;throw Error((null===(e=n.error)||void 0===e?void 0:e.message)||"Failed to save file")}m(c),A("File saved successfully","success"),s&&s(a)}catch(e){A(e instanceof Error?e.message:"Failed to save file","error")}finally{j(!1)}}},[t,a,c,et,v,s,A]),eo=(0,l.useCallback)(e=>{let t=e.target.value;d(t),en(t)},[en]),ec=(0,l.useCallback)(e=>{g(e),localStorage.setItem(tm,e)},[]),ed=(0,l.useCallback)(()=>{(!et||window.confirm("You have unsaved changes. Are you sure you want to close?"))&&n&&n()},[et,n]),eu=(0,l.useCallback)(async()=>{try{await (0,Z.v)(c),T(!0),setTimeout(()=>T(!1),2e3)}catch(e){}},[c]),em=(0,l.useCallback)(e=>{if(!W.current)return;let t=W.current.offsetWidth;if(0===t)return;let a=e/t;$(e=>Math.max(.1,Math.min(.9,e+a)))},[$]),ex=(0,l.useCallback)(()=>{$(.5)},[$]),eh=(0,l.useCallback)(e=>{if((e.ctrlKey||e.metaKey)&&"s"===e.key){e.preventDefault(),ei();return}if((e.ctrlKey||e.metaKey)&&e.shiftKey&&"F"===e.key){e.preventDefault(),J();return}if("Escape"===e.key&&q){e.preventDefault(),X();return}},[ei,J,X,q]);(0,l.useEffect)(()=>{let e=e=>{"Escape"===e.key&&q&&(e.preventDefault(),X())};return q&&document.addEventListener("keydown",e),()=>{document.removeEventListener("keydown",e)}},[q,X]),(0,l.useEffect)(()=>{V&&!q&&K()},[]),(0,l.useEffect)(()=>{if("undefined"==typeof document)return;let e=document.getElementById("markdown-editor-portal");return e||((e=document.createElement("div")).id="markdown-editor-portal",document.body.appendChild(e)),F(e),()=>{let e=document.getElementById("markdown-editor-portal");e&&0===e.childNodes.length&&e.remove()}},[]),(0,l.useEffect)(()=>{null==o||o(q)},[q,o]),(0,l.useEffect)(()=>{el()},[el]),(0,l.useEffect)(()=>{let e=e=>{et&&(e.preventDefault(),e.returnValue="")};return et?(_.current=e,window.addEventListener("beforeunload",e)):_.current&&(window.removeEventListener("beforeunload",_.current),_.current=null),()=>{_.current&&window.removeEventListener("beforeunload",_.current)}},[et]);let ep=(0,l.useMemo)(()=>{let e="flex flex-col bg-white";return q&&G?"".concat(e," fixed inset-0"):"".concat(e," h-full")},[q,G]),ef=(0,l.useMemo)(()=>{if(q)return{zIndex:eS.k.MAXIMIZED_EDITOR}},[q]),eg=(0,l.useMemo)(()=>{if("split"===f&&!er)return{width:"".concat(100*Q,"%"),flexShrink:0}},[f,Q,er]),eb=(0,l.useMemo)(()=>{if("split"===f&&!er)return{width:"".concat((1-Q)*100,"%"),flexShrink:0}},[f,Q,er]),ey=(0,l.useMemo)(()=>{if(U&&H>0)return{paddingBottom:H}},[U,H]),ev=(0,l.useMemo)(()=>({code:tn}),[]),ej=(0,l.useMemo)(()=>(0,r.jsx)(eQ.UG,{remarkPlugins:[e$.Z],rehypePlugins:[e0.Z,e1.Z],components:ev,children:h}),[h,ev]);if(b)return(0,r.jsx)("div",{"data-testid":"markdown-editor",className:"flex items-center justify-center h-full bg-white",children:(0,r.jsxs)("div",{className:"text-center",children:[(0,r.jsx)("div",{className:"inline-block animate-spin rounded-full h-8 w-8 border-4 border-gray-300 border-t-blue-600"}),(0,r.jsx)("p",{className:"mt-4 text-gray-600",children:"Loading..."})]})});if(N)return(0,r.jsx)("div",{"data-testid":"markdown-editor-error",className:"flex items-center justify-center h-full bg-white",children:(0,r.jsxs)("div",{className:"text-center",children:[(0,r.jsx)(e2.Z,{className:"h-12 w-12 text-red-500 mx-auto mb-4"}),(0,r.jsx)("p",{className:"text-red-600",children:N}),n&&(0,r.jsx)("button",{onClick:n,className:"mt-4 px-4 py-2 bg-gray-100 hover:bg-gray-200 rounded-lg",children:"Close"})]})});let ew=(0,r.jsxs)("div",{ref:e=>{z.current=e,ee.current=e},"data-testid":"markdown-editor",className:ep,style:ef,onKeyDown:eh,role:q&&G?"dialog":void 0,"aria-modal":q&&G?"true":void 0,children:[(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-2 border-b border-gray-200 bg-gray-50",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2 min-w-0 flex-shrink",children:[(0,r.jsx)(e4.Z,{className:"h-4 w-4 text-gray-500 flex-shrink-0"}),(0,r.jsx)("span",{className:"text-sm font-medium text-gray-700 truncate",children:a}),et&&(0,r.jsx)("span",{"data-testid":"dirty-indicator",className:"inline-flex items-center px-2 py-0.5 rounded-full text-xs font-medium bg-yellow-100 text-yellow-800 flex-shrink-0",children:"Unsaved"})]}),(0,r.jsxs)("div",{className:"flex items-center gap-2 flex-shrink-0",children:[!er&&(0,r.jsxs)("div",{className:"flex items-center gap-1 bg-gray-100 rounded-lg p-1",children:[(0,r.jsx)("button",{"data-testid":"view-mode-split","aria-pressed":"split"===f,onClick:()=>ec("split"),className:"p-1.5 rounded ".concat("split"===f?"bg-white shadow-sm text-blue-600":"text-gray-500 hover:text-gray-700"),title:"Split view",children:(0,r.jsx)(e5.Z,{className:"h-4 w-4"})}),(0,r.jsx)("button",{"data-testid":"view-mode-editor","aria-pressed":"editor"===f,onClick:()=>ec("editor"),className:"p-1.5 rounded ".concat("editor"===f?"bg-white shadow-sm text-blue-600":"text-gray-500 hover:text-gray-700"),title:"Editor only",children:(0,r.jsx)(e4.Z,{className:"h-4 w-4"})}),(0,r.jsx)("button",{"data-testid":"view-mode-preview","aria-pressed":"preview"===f,onClick:()=>ec("preview"),className:"p-1.5 rounded ".concat("preview"===f?"bg-white shadow-sm text-blue-600":"text-gray-500 hover:text-gray-700"),title:"Preview only",children:(0,r.jsx)(e3.Z,{className:"h-4 w-4"})})]}),(0,r.jsx)("button",{"data-testid":"copy-content-button",onClick:eu,className:"p-1.5 hover:bg-gray-100 rounded ".concat(E?"text-green-500":"text-gray-500 hover:text-gray-700"),title:"Copy content",children:E?(0,r.jsx)(eK.Z,{className:"h-4 w-4"}):(0,r.jsx)(D.Z,{className:"h-4 w-4"})}),(0,r.jsx)("button",{"data-testid":"maximize-button",onClick:J,className:"p-1.5 text-gray-500 hover:text-gray-700 hover:bg-gray-100 rounded",title:q?"Exit fullscreen (ESC)":"Enter fullscreen (Ctrl+Shift+F)","aria-pressed":q,children:q?(0,r.jsx)(e6.Z,{className:"h-4 w-4"}):(0,r.jsx)(e8.Z,{className:"h-4 w-4"})}),(0,r.jsxs)("button",{"data-testid":"save-button",onClick:ei,disabled:!et||v,className:"flex items-center gap-1.5 px-3 py-1.5 rounded-lg text-sm font-medium transition-colors ".concat(et&&!v?"bg-blue-600 text-white hover:bg-blue-700":"bg-gray-100 text-gray-400 cursor-not-allowed"),children:[(0,r.jsx)(e7.Z,{className:"h-4 w-4"}),v?"Saving...":"Save"]}),n&&(0,r.jsx)("button",{"data-testid":"close-button",onClick:ed,className:"p-1.5 text-gray-500 hover:text-gray-700 hover:bg-gray-100 rounded",title:"Close",children:(0,r.jsx)(e9.Z,{className:"h-4 w-4"})})]})]}),q&&(0,r.jsxs)("div",{"data-testid":"maximize-hint",className:"flex items-center justify-center px-4 py-1 bg-gray-800 text-gray-300 text-xs",children:["Press ESC to exit fullscreen ",B&&"(or swipe down)"]}),C&&(0,r.jsxs)("div",{"data-testid":"large-file-warning",className:"flex items-center gap-2 px-4 py-2 bg-yellow-50 border-b border-yellow-200 text-yellow-800 text-sm",children:[(0,r.jsx)(e2.Z,{className:"h-4 w-4"}),"Large file: Performance may be affected.",(0,r.jsx)("button",{onClick:()=>S(!1),className:"ml-auto text-yellow-600 hover:text-yellow-800",children:(0,r.jsx)(e9.Z,{className:"h-4 w-4"})})]}),er&&(0,r.jsxs)("div",{className:"flex border-b border-gray-200",children:[(0,r.jsxs)("button",{"data-testid":"mobile-tab-editor",onClick:()=>L("editor"),className:"flex-1 py-2 text-sm font-medium ".concat("editor"===M?"text-blue-600 border-b-2 border-blue-600":"text-gray-500"),children:[(0,r.jsx)(e4.Z,{className:"h-4 w-4 inline-block mr-1"}),"Editor"]}),(0,r.jsxs)("button",{"data-testid":"mobile-tab-preview",onClick:()=>L("preview"),className:"flex-1 py-2 text-sm font-medium ".concat("preview"===M?"text-blue-600 border-b-2 border-blue-600":"text-gray-500"),children:[(0,r.jsx)(e3.Z,{className:"h-4 w-4 inline-block mr-1"}),"Preview"]})]}),(0,r.jsxs)("div",{ref:W,className:"flex flex-1 overflow-hidden",style:ey,children:[er?"editor"===M&&(0,r.jsx)("div",{"data-testid":"markdown-editor-container",className:"flex flex-col overflow-hidden w-full",children:(0,r.jsx)("textarea",{ref:O,"data-testid":"markdown-editor-textarea",value:c,onChange:eo,onKeyDown:eh,className:"flex-1 p-4 font-mono text-sm resize-none focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-inset",placeholder:"Start typing markdown...",spellCheck:!1})}):(0,r.jsx)("div",{"data-testid":"markdown-editor-container",className:"flex flex-col overflow-hidden transition-all duration-200 ".concat(ea.showEditor?"":"hidden"),style:"split"===f?eg:{width:ea.showEditor?"100%":"0%"},children:(0,r.jsx)("textarea",{ref:O,"data-testid":"markdown-editor-textarea",value:c,onChange:eo,onKeyDown:eh,className:"flex-1 p-4 font-mono text-sm resize-none focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-inset",placeholder:"Start typing markdown...",spellCheck:!1})}),"split"===f&&ea.showEditor&&ea.showPreview&&!er&&(0,r.jsx)(w,{onResize:em,onDoubleClick:ex,orientation:"horizontal",ariaValueNow:Math.round(100*Q),minRatio:.1}),er?"preview"===M&&(0,r.jsx)("div",{"data-testid":"markdown-preview-container",className:"flex flex-col overflow-hidden w-full",children:(0,r.jsx)("div",{"data-testid":"markdown-preview",className:"flex-1 p-4 overflow-y-auto prose prose-sm max-w-none",children:ej})}):(0,r.jsx)("div",{"data-testid":"markdown-preview-container",className:"flex flex-col overflow-hidden transition-all duration-200 ".concat(ea.showPreview?"":"hidden"),style:"split"===f?eb:{width:ea.showPreview?"100%":"0%"},children:(0,r.jsx)("div",{"data-testid":"markdown-preview",className:"flex-1 p-4 overflow-y-auto prose prose-sm max-w-none",children:ej})})]}),(0,r.jsx)(te.Ix,{toasts:P,onClose:I})]});return q&&G&&R?(0,eJ.createPortal)(ew,R):ew}let tb=[".md"],ty=[{extension:".png",maxFileSize:5242880,allowedMimeTypes:["image/png"],magicBytes:[{bytes:[137,80,78,71,13,10,26,10]}]},{extension:".jpg",maxFileSize:5242880,allowedMimeTypes:["image/jpeg"],magicBytes:[{bytes:[255,216,255]}]},{extension:".jpeg",maxFileSize:5242880,allowedMimeTypes:["image/jpeg"],magicBytes:[{bytes:[255,216,255]}]},{extension:".gif",maxFileSize:5242880,allowedMimeTypes:["image/gif"],magicBytes:[{bytes:[71,73,70,56,55,97]},{bytes:[71,73,70,56,57,97]}]},{extension:".webp",maxFileSize:5242880,allowedMimeTypes:["image/webp"],magicBytes:[{bytes:[82,73,70,70],offset:0}]},{extension:".mp4",maxFileSize:15728640,allowedMimeTypes:["video/mp4"],magicBytes:[{bytes:[102,116,121,112],offset:4}]},{extension:".txt",maxFileSize:5242880,allowedMimeTypes:["text/plain"]},{extension:".log",maxFileSize:5242880,allowedMimeTypes:["text/plain"]},{extension:".md",maxFileSize:5242880,allowedMimeTypes:["text/markdown","text/plain"]},{extension:".csv",maxFileSize:5242880,allowedMimeTypes:["text/csv"]},{extension:".json",maxFileSize:5242880,allowedMimeTypes:["application/json"]},{extension:".yaml",maxFileSize:5242880,allowedMimeTypes:["text/yaml","application/x-yaml"]},{extension:".yml",maxFileSize:5242880,allowedMimeTypes:["text/yaml","application/x-yaml"]}],tv=ty.map(e=>e.extension);var tj=a(3227);function tw(e){let{value:t,saveFn:a,debounceMs:r=300,disabled:n=!1,maxRetries:s=3,onSaveComplete:i}=e,[o,c]=(0,l.useState)(!1),[d,u]=(0,l.useState)(null),m=(0,l.useRef)(t),x=(0,l.useRef)(a),h=(0,l.useRef)(i),p=(0,l.useRef)(null),f=(0,l.useRef)(!0),g=(0,l.useRef)(t);(0,l.useEffect)(()=>{m.current=t},[t]),(0,l.useEffect)(()=>{x.current=a},[a]),(0,l.useEffect)(()=>{h.current=i},[i]),(0,l.useEffect)(()=>(f.current=!0,()=>{f.current=!1,p.current&&clearTimeout(p.current)}),[]);let b=(0,l.useCallback)(async e=>{if(!f.current)return;c(!0),u(null);let t=null,a=0;for(;a<=s;)try{if(await x.current(e),f.current){var r;c(!1),u(null),null===(r=h.current)||void 0===r||r.call(h)}return}catch(e){if(t=e instanceof Error?e:Error(String(e)),++a<=s){let e=1e3*Math.pow(2,a-1);await new Promise(t=>setTimeout(t,e))}}f.current&&(c(!1),u(t))},[s]),y=(0,l.useCallback)(()=>{p.current&&(clearTimeout(p.current),p.current=null)},[]),v=(0,l.useCallback)(async()=>{n||(y(),await b(m.current))},[n,y,b]);return(0,l.useEffect)(()=>{if(t!==g.current&&!n)return y(),p.current=setTimeout(()=>{b(m.current)},r),()=>{y()}},[t,n,r,y,b]),{isSaving:o,error:d,saveNow:v}}let tN=(0,l.memo)(function(e){var t,a;let{memo:n,onUpdate:s,onDelete:i,isSaving:o,error:c,className:d=""}=e,[u,m]=(0,l.useState)(n.title),[x,h]=(0,l.useState)(n.content),{isSaving:p,error:f,saveNow:g}=tw({value:u,saveFn:async e=>{await s(n.id,{title:e})}}),{isSaving:b,error:y,saveNow:v}=tw({value:x,saveFn:async e=>{await s(n.id,{content:e})}}),j=null!==(a=null!==(t=null!=c?c:null==f?void 0:f.message)&&void 0!==t?t:null==y?void 0:y.message)&&void 0!==a?a:null,w=(0,l.useCallback)(e=>{m(e.target.value)},[]),N=(0,l.useCallback)(e=>{h(e.target.value)},[]),k=(0,l.useCallback)(()=>{g()},[g]),C=(0,l.useCallback)(()=>{v()},[v]),S=(0,l.useCallback)(()=>{i(n.id)},[n.id,i]);return(0,r.jsxs)("div",{"data-testid":"memo-card",className:"bg-white border border-gray-200 rounded-lg p-4 space-y-3 ".concat(d),children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("input",{type:"text",value:u,onChange:w,onBlur:k,placeholder:"Memo title",className:"flex-1 text-sm font-medium text-gray-900 bg-transparent border-none focus:outline-none focus:ring-0 p-0"}),(null!=o?o:p||b)&&(0,r.jsx)("span",{"data-testid":"saving-indicator",className:"text-xs text-gray-400",children:"Saving..."}),(0,r.jsx)("button",{type:"button",onClick:S,"aria-label":"Delete memo",className:"p-1 text-gray-400 hover:text-red-500 transition-colors rounded",children:(0,r.jsx)("svg",{className:"w-4 h-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M19 7l-.867 12.142A2 2 0 0116.138 21H7.862a2 2 0 01-1.995-1.858L5 7m5 4v6m4-6v6m1-10V4a1 1 0 00-1-1h-4a1 1 0 00-1 1v3M4 7h16"})})})]}),(0,r.jsx)("textarea",{value:x,onChange:N,onBlur:C,placeholder:"Enter memo content...",rows:4,className:"w-full text-sm text-gray-700 bg-gray-50 border border-gray-200 rounded-md p-2 resize-y focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"}),j&&(0,r.jsx)("div",{className:"text-xs text-red-500",children:j})]})}),tk=(0,l.memo)(function(e){let{currentCount:t,maxCount:a,onAdd:n,isLoading:s=!1,className:l=""}=e,i=t>=a||s;return(0,r.jsxs)("div",{"data-testid":"memo-add-button",className:"flex flex-col items-center gap-2 ".concat(l),children:[(0,r.jsxs)("button",{type:"button",onClick:()=>{i||n()},disabled:i,"aria-label":"Add Memo","aria-disabled":i,className:"\n flex items-center gap-2 px-4 py-2 rounded-lg border-2 border-dashed\n transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500\n ".concat(i?"border-gray-200 text-gray-400 cursor-not-allowed opacity-50":"border-gray-300 text-gray-600 hover:border-blue-400 hover:text-blue-600 hover:bg-blue-50","\n "),children:[s?(0,r.jsx)("span",{"data-testid":"loading-indicator",className:"w-5 h-5 border-2 border-gray-300 border-t-blue-500 rounded-full animate-spin"}):(0,r.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 4v16m8-8H4"})}),(0,r.jsx)("span",{className:"text-sm font-medium",children:"Add Memo"})]}),(0,r.jsxs)("span",{className:"text-xs text-gray-500",children:[Math.max(0,a-t)," remaining"]})]})}),tC=(0,l.memo)(function(e){let{worktreeId:t,className:a=""}=e,[n,s]=(0,l.useState)([]),[i,o]=(0,l.useState)(!0),[c,d]=(0,l.useState)(!1),[u,m]=(0,l.useState)(null),[x,h]=(0,l.useState)(null),p=(0,l.useCallback)(async()=>{o(!0),m(null);try{let e=await tj.nE.getAll(t);s(e.sort((e,t)=>e.position-t.position))}catch(e){m((0,tj.zG)(e))}finally{o(!1)}},[t]);(0,l.useEffect)(()=>{p()},[p]);let f=(0,l.useCallback)(async()=>{d(!0),h(null);try{let e=await tj.nE.create(t,{title:"Memo",content:""});s(t=>[...t,e])}catch(e){h((0,tj.zG)(e))}finally{d(!1)}},[t]),g=(0,l.useCallback)(async(e,a)=>{await tj.nE.update(t,e,a),s(t=>t.map(t=>t.id===e?{...t,...a}:t))},[t]),b=(0,l.useCallback)(async e=>{try{await tj.nE.delete(t,e),s(t=>t.filter(t=>t.id!==e))}catch(e){console.error("Failed to delete memo:",e)}},[t]),y=(0,l.useCallback)(()=>{p()},[p]);return i?(0,r.jsx)("div",{"data-testid":"memo-pane",className:"flex flex-col items-center justify-center h-full p-4 ".concat(a),children:(0,r.jsxs)("div",{"data-testid":"memo-loading",className:"flex flex-col items-center gap-3",children:[(0,r.jsx)("div",{className:"w-8 h-8 border-4 border-gray-200 border-t-blue-500 rounded-full animate-spin"}),(0,r.jsx)("span",{className:"text-sm text-gray-500",children:"Loading memos..."})]})}):u?(0,r.jsx)("div",{"data-testid":"memo-pane",className:"flex flex-col items-center justify-center h-full p-4 ".concat(a),children:(0,r.jsxs)("div",{className:"flex flex-col items-center gap-3 text-center",children:[(0,r.jsx)("svg",{className:"w-12 h-12 text-red-400",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),(0,r.jsx)("span",{className:"text-sm text-red-600",children:u}),(0,r.jsx)("button",{type:"button",onClick:y,"aria-label":"Retry",className:"px-4 py-2 text-sm font-medium text-white bg-blue-500 rounded-lg hover:bg-blue-600 transition-colors",children:"Retry"})]})}):(0,r.jsxs)("div",{"data-testid":"memo-pane",className:"flex flex-col gap-4 p-4 overflow-y-auto ".concat(a),children:[0===n.length&&!x&&(0,r.jsxs)("div",{className:"text-center py-8 text-gray-500",children:[(0,r.jsx)("p",{children:"No memos yet."}),(0,r.jsx)("p",{className:"text-sm",children:"Click the button below to add one."})]}),n.map(e=>(0,r.jsx)(tN,{memo:e,onUpdate:g,onDelete:b},e.id)),x&&(0,r.jsx)("div",{className:"text-center py-2 text-sm text-red-500",children:x}),(0,r.jsx)(tk,{currentCount:n.length,maxCount:5,onAdd:f,isLoading:c,className:"mt-2"})]})});var tS=a(43616);function tE(){let[e,t]=(0,l.useState)(null),[a,r]=(0,l.useState)(!0),[n,s]=(0,l.useState)(null);return(0,l.useEffect)(()=>{let e=!1;return async function(){try{r(!0),s(null);let a=await tj.Bb.checkForUpdate();e||t(a)}catch(t){e||s(t instanceof Error?t.message:"Failed to check for updates")}finally{e||r(!1)}}(),()=>{e=!0}},[]),{data:e,loading:a,error:n}}function tT(e){let{hasUpdate:t,latestVersion:a,releaseUrl:n,updateCommand:s,installType:l}=e,i=(0,p.T)("worktree");return t?(0,r.jsxs)("div",{className:"bg-blue-50 border border-blue-200 rounded-lg p-3 mt-2",role:"status","aria-label":i("update.available"),"data-testid":"update-notification-banner",children:[(0,r.jsx)("p",{className:"text-sm font-medium text-blue-800 mb-1",children:i("update.available")}),a&&(0,r.jsx)("p",{className:"text-sm text-blue-700 mb-2",children:i("update.latestVersion",{version:a})}),s&&"global"===l&&(0,r.jsxs)("div",{className:"mb-2",children:[(0,r.jsx)("p",{className:"text-xs text-blue-600 mb-1",children:i("update.updateCommand")}),(0,r.jsx)("code",{className:"block bg-blue-100 rounded px-2 py-1 text-xs text-blue-900 font-mono",children:s})]}),n&&(0,r.jsxs)("a",{href:n,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center text-sm text-blue-600 hover:text-blue-800 underline",children:[i("update.viewRelease"),(0,r.jsx)("span",{className:"ml-1","aria-hidden":"true",children:"→"})]}),(0,r.jsx)("p",{className:"text-xs text-blue-500 mt-2",children:i("update.dataPreserved")})]}):null}function tM(e){let{version:t,className:a}=e,n=(0,p.T)("worktree"),{data:s,loading:i}=tE(),o=(0,l.useMemo)(()=>s&&s.hasUpdate?{hasUpdate:s.hasUpdate,latestVersion:s.latestVersion,releaseUrl:s.releaseUrl,updateCommand:s.updateCommand,installType:s.installType}:null,[s]);return(0,r.jsxs)("div",{className:a,"data-testid":"version-section",children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:n("update.version")}),(0,r.jsx)("p",{className:"text-sm text-gray-700",children:t}),i&&(0,r.jsx)("p",{className:"text-xs text-gray-400 mt-1","data-testid":"version-loading",children:"..."}),o&&(0,r.jsx)(tT,{...o})]})}let tL="https://github.com/Kewton/CommandMate",tR="".concat(tL,"/issues"),tF="".concat(tL,"/issues/new"),tP="".concat(tF,"?template=bug_report.md"),tA="".concat(tF,"?template=feature_request.md"),tD="".concat(tF,"?template=question.md");function tI(e){let{className:t}=e,a=(0,p.T)("worktree"),n=[{href:tP,label:a("feedback.bugReport")},{href:tA,label:a("feedback.featureRequest")},{href:tD,label:a("feedback.question")},{href:tR,label:a("feedback.viewIssues")}];return(0,r.jsxs)("div",{className:t,"data-testid":"feedback-section",children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-2",children:a("feedback.title")}),(0,r.jsx)("div",{className:"flex flex-col gap-1",children:n.map(e=>{let{href:t,label:a}=e;return(0,r.jsxs)("a",{href:t,target:"_blank",rel:"noopener noreferrer",className:"inline-flex items-center text-sm text-blue-600 hover:text-blue-800 underline",children:[a,(0,r.jsx)("span",{className:"ml-1","aria-hidden":"true",children:"→"})]},t)})})]})}var tO=a(98702);function t_(e,t,a){let r={answer:e,cliTool:t};if(a&&(r.promptType=a.type,"multiple_choice"===a.type)){let e=a.options.find(e=>e.isDefault);e&&(r.defaultOptionNumber=e.number)}return r}let tz=[36e5,108e5,288e5],tW={36e5:"autoYes.durations.1h",108e5:"autoYes.durations.3h",288e5:"autoYes.durations.8h"};function tB(e){let{isOpen:t,onConfirm:a,onCancel:n,cliToolName:s}=e,i=(0,p.T)("autoYes"),o=(0,p.T)("common"),[c,d]=(0,l.useState)(36e5),u=e=>i(tW[e].replace("autoYes.",""));return(0,r.jsx)(tO.u,{isOpen:t,onClose:n,title:s?i("enableTitleWithTool",{toolName:s}):i("enableTitle"),size:"sm",showCloseButton:!0,children:(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsxs)("div",{className:"text-sm text-gray-700",children:[(0,r.jsx)("p",{className:"font-medium mb-2",children:i("featureDescription")}),(0,r.jsxs)("ul",{className:"list-disc list-inside space-y-1",children:[(0,r.jsx)("li",{children:i("yesNoAutoResponse")}),(0,r.jsx)("li",{children:i("multipleChoiceAutoSelect")})]}),(0,r.jsx)("p",{className:"mt-1",children:i("autoDisableAfter",{duration:u(c)})}),s&&(0,r.jsx)("p",{className:"mt-2 text-gray-500",children:i("appliesOnlyToCurrent",{toolName:s})})]}),(0,r.jsxs)("div",{className:"text-sm text-gray-700",children:[(0,r.jsx)("p",{className:"font-medium mb-2",children:i("duration")}),(0,r.jsx)("div",{className:"flex gap-2",children:tz.map(e=>(0,r.jsx)("button",{type:"button",onClick:()=>d(e),className:"flex-1 py-2 px-3 text-sm font-medium rounded-md border-2 transition-colors ".concat(c===e?"border-blue-600 bg-blue-50 text-blue-700":"border-gray-300 bg-white text-gray-700 hover:border-gray-400"),style:{minHeight:"44px"},children:u(e)},e))})]}),(0,r.jsxs)("div",{className:"text-sm text-gray-700",children:[(0,r.jsx)("p",{className:"font-medium mb-2",children:i("aboutRisks")}),(0,r.jsx)("p",{children:i("riskWarning")})]}),(0,r.jsx)("div",{className:"bg-yellow-50 border-l-4 border-yellow-400 p-3",children:(0,r.jsxs)("p",{className:"text-sm text-yellow-800",children:[(0,r.jsx)("span",{className:"font-medium",children:i("disclaimer")}),i("disclaimerText")]})}),(0,r.jsxs)("div",{className:"flex justify-end gap-3 pt-2",children:[(0,r.jsx)("button",{type:"button",onClick:n,className:"px-4 py-2 text-sm font-medium rounded-md bg-gray-200 hover:bg-gray-300 text-gray-700",children:o("cancel")}),(0,r.jsx)("button",{type:"button",onClick:()=>a(c),className:"px-4 py-2 text-sm font-medium rounded-md bg-yellow-600 hover:bg-yellow-700 text-white",children:i("agreeAndEnable")})]})]})})}function tU(e){return e?e.charAt(0).toUpperCase()+e.slice(1):""}let tH=(0,l.memo)(function(e){let{enabled:t,expiresAt:a,onToggle:n,lastAutoResponse:s,cliToolName:i,inline:o=!1}=e,[c,d]=(0,l.useState)(""),[u,m]=(0,l.useState)(null),[x,h]=(0,l.useState)(!1),[p,f]=(0,l.useState)(!1);(0,l.useEffect)(()=>{if(!t||!a){d("");return}let e=()=>{d(function(e){let t=Math.max(0,e-Date.now()),a=Math.floor(t/36e5),r=Math.floor(t%36e5/6e4),n=Math.floor(t%6e4/1e3);return a>0?"".concat(a,":").concat(r.toString().padStart(2,"0"),":").concat(n.toString().padStart(2,"0")):"".concat(r.toString().padStart(2,"0"),":").concat(n.toString().padStart(2,"0"))}(a))};e();let r=setInterval(e,1e3);return()=>clearInterval(r)},[t,a]),(0,l.useEffect)(()=>{if(!s)return;m('Auto responded: "'.concat(s,'"'));let e=setTimeout(()=>m(null),2e3);return()=>clearTimeout(e)},[s]);let g=(0,l.useCallback)(()=>{t?(h(!0),n(!1).finally(()=>h(!1))):f(!0)},[t,n]),b=(0,l.useCallback)(e=>{f(!1),h(!0),n(!0,e).finally(()=>h(!1))},[n]),y=(0,l.useCallback)(()=>{f(!1)},[]);return(0,r.jsxs)("div",{className:o?"flex items-center gap-2":"flex items-center gap-3 px-4 py-2 bg-gray-50 border-b border-gray-200",children:[(0,r.jsx)("button",{type:"button",role:"switch","aria-checked":t,"aria-label":"Auto Yes mode",disabled:x,onClick:g,className:"relative inline-flex h-6 w-11 items-center rounded-full transition-colors focus:outline-none focus:ring-2 focus:ring-blue-500 focus:ring-offset-2 ".concat(t?"bg-blue-600":"bg-gray-300"," ").concat(x?"opacity-50":""),children:(0,r.jsx)("span",{className:"inline-block h-4 w-4 transform rounded-full bg-white transition-transform ".concat(t?"translate-x-6":"translate-x-1")})}),(0,r.jsx)("span",{className:"text-sm font-medium text-gray-700",children:"Auto Yes"}),t&&i&&(0,r.jsxs)("span",{className:"text-xs text-blue-600 font-medium","aria-label":"Auto Yes target",children:["(",tU(i),")"]}),t&&c&&(0,r.jsx)("span",{className:"text-sm text-gray-500","aria-label":"Time remaining",children:c}),u&&(0,r.jsx)("span",{className:"text-sm text-green-600 animate-pulse",children:u}),(0,r.jsx)(tB,{isOpen:p,onConfirm:b,onCancel:y,cliToolName:tU(i)})]})}),tV=(0,l.memo)(function(e){let{isBranchMismatch:t,currentBranch:a,initialBranch:n}=e,[s,i]=(0,l.useState)(!1);return((0,l.useEffect)(()=>{i(!1)},[a]),!t||s||null===n)?null:(0,r.jsxs)("div",{"data-testid":"branch-mismatch-alert",role:"alert",className:"flex items-center gap-3 px-4 py-2 bg-amber-50 border border-amber-200 text-amber-800 rounded-lg",children:[(0,r.jsx)(e2.Z,{className:"w-5 h-5 text-amber-500 flex-shrink-0"}),(0,r.jsx)("div",{className:"flex-1 min-w-0",children:(0,r.jsxs)("span",{className:"text-sm",children:["Branch changed from"," ",(0,r.jsx)("span",{className:"font-medium",children:n})," ","to"," ",(0,r.jsx)("span",{className:"font-medium",children:a})]})}),(0,r.jsx)("button",{type:"button",onClick:()=>i(!0),className:"p-1 rounded hover:bg-amber-100 transition-colors","aria-label":"Dismiss alert",children:(0,r.jsx)(e9.Z,{className:"w-4 h-4"})})]})});var tZ=a(47712),tY=a(10407),tq=a(56475),tG=a(14924);let tK=(0,l.memo)(function(e){let{isOpen:t,onClose:a,onConfirm:n,worktreeId:s,sourcePath:i,sourceType:o}=e,c=(0,p.T)("worktree"),d=(0,p.T)("common"),[u,m]=(0,l.useState)(""),[x,h]=(0,l.useState)(new Set([""])),[f,g]=(0,l.useState)([]),[b,y]=(0,l.useState)(!1),[v,j]=(0,l.useState)(new Set),w=i.includes("/")?i.substring(0,i.lastIndexOf("/")):"";(0,l.useEffect)(()=>{t&&(m(w),h(new Set([""])),g([]),N())},[t,s]);let N=(0,l.useCallback)(async()=>{y(!0);try{let e=await fetch("/api/worktrees/".concat(s,"/tree"));if(!e.ok)return;let t=(await e.json()).items.filter(e=>"directory"===e.type).map(e=>({name:e.name,path:e.name,loaded:!1}));g(t)}catch(e){}finally{y(!1)}},[s]),k=(0,l.useCallback)(async e=>{j(t=>new Set(t).add(e));try{let t=await fetch("/api/worktrees/".concat(s,"/tree/").concat(e));if(!t.ok)return;let a=(await t.json()).items.filter(e=>"directory"===e.type).map(t=>({name:t.name,path:"".concat(e,"/").concat(t.name),loaded:!1}));g(t=>(function e(t,a,r){return t.map(t=>t.path===a?{...t,children:r,loaded:!0}:t.children?{...t,children:e(t.children,a,r)}:t)})(t,e,a))}catch(e){}finally{j(t=>{let a=new Set(t);return a.delete(e),a})}},[s]),C=(0,l.useCallback)(async e=>{h(t=>{let a=new Set(t);return a.has(e)?a.delete(e):a.add(e),a});let t=function e(t,a){for(let r of t){if(r.path===a)return r;if(r.children){let t=e(r.children,a);if(t)return t}}return null}(f,e);t&&!t.loaded&&await k(e)},[f,k]),S=(0,l.useCallback)(e=>!(e===w||"directory"===o&&(e===i||e.startsWith(i+"/"))),[w,i,o]),E=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0,a=x.has(e.path),n=u===e.path,s=v.has(e.path),l=S(e.path);return(0,r.jsxs)("div",{children:[(0,r.jsxs)("div",{className:"flex items-center gap-1 py-1.5 px-2 cursor-pointer rounded text-sm transition-colors ".concat(n?"bg-blue-100 text-blue-800":"hover:bg-gray-100 text-gray-700"," ").concat(l?"":"opacity-40 cursor-not-allowed"),style:{paddingLeft:"".concat(.5+1.25*t,"rem")},onClick:()=>{l&&m(e.path)},children:[(0,r.jsx)("button",{className:"w-4 h-4 flex items-center justify-center flex-shrink-0",onClick:t=>{t.stopPropagation(),C(e.path)},children:s?(0,r.jsx)(ta.Z,{className:"w-3 h-3 animate-spin text-gray-400"}):(0,r.jsx)(tY.Z,{className:"w-3 h-3 text-gray-400 transition-transform ".concat(a?"rotate-90":"")})}),a?(0,r.jsx)(tq.Z,{className:"w-4 h-4 text-yellow-500 flex-shrink-0"}):(0,r.jsx)(tG.Z,{className:"w-4 h-4 text-yellow-500 flex-shrink-0"}),(0,r.jsx)("span",{className:"truncate",children:e.name})]}),a&&e.children&&(0,r.jsx)("div",{children:e.children.map(e=>E(e,t+1))})]},e.path)},T=S(u);return(0,r.jsx)(tO.u,{isOpen:t,onClose:a,title:c("fileTree.moveDialogTitle"),size:"md",children:(0,r.jsxs)("div",{className:"flex flex-col gap-4",children:[(0,r.jsxs)("div",{className:"text-sm text-gray-600",children:[c("fileTree.moveTo"),": ",(0,r.jsx)("span",{className:"font-mono text-gray-800",children:i})]}),(0,r.jsxs)("div",{className:"border border-gray-200 rounded-lg max-h-64 overflow-y-auto p-2",children:[(0,r.jsxs)("div",{className:"flex items-center gap-1 py-1.5 px-2 cursor-pointer rounded text-sm transition-colors ".concat(""===u?"bg-blue-100 text-blue-800":"hover:bg-gray-100 text-gray-700"," ").concat(S("")?"":"opacity-40 cursor-not-allowed"),onClick:()=>{S("")&&m("")},children:[(0,r.jsx)("span",{className:"w-4 h-4"}),(0,r.jsx)(tG.Z,{className:"w-4 h-4 text-yellow-500 flex-shrink-0"}),(0,r.jsx)("span",{children:c("fileTree.rootDirectory")})]}),b?(0,r.jsx)("div",{className:"flex items-center justify-center py-4",children:(0,r.jsx)(ta.Z,{className:"w-5 h-5 animate-spin text-gray-400"})}):f.map(e=>E(e,1))]}),(0,r.jsxs)("div",{className:"flex justify-end gap-2",children:[(0,r.jsx)("button",{onClick:a,className:"px-4 py-2 text-sm text-gray-700 bg-white border border-gray-300 rounded-md hover:bg-gray-50 transition-colors",children:d("cancel")}),(0,r.jsx)("button",{onClick:()=>n(u),disabled:!T,className:"px-4 py-2 text-sm text-white bg-blue-600 rounded-md hover:bg-blue-700 transition-colors disabled:opacity-50 disabled:cursor-not-allowed",children:c("fileTree.moveConfirm")})]})]})})});function tX(e){return e?e.split("/").map(encodeURIComponent).join("/"):""}let tJ="v".concat("0.2.11");function tQ(e){return e.charAt(0).toUpperCase()+e.slice(1)}function t$(e,t,a,r){let[n,s]=(0,l.useState)(!1),[i,o]=(0,l.useState)(""),[c,d]=(0,l.useState)(!1);(0,l.useEffect)(()=>{r()&&e&&(o(e.description||""),s(!1))},[a,e]);let u=(0,l.useCallback)(async()=>{if(e){d(!0);try{let a=await tj.Iv.updateDescription(e.id,i);t(a),s(!1)}catch(e){console.error("Failed to save description:",e)}finally{d(!1)}}},[e,i,t]),m=(0,l.useCallback)(()=>{o((null==e?void 0:e.description)||""),s(!1)},[e]);return{isEditing:n,text:i,setText:o,isSaving:c,handleSave:u,handleCancel:m,startEditing:(0,l.useCallback)(()=>{s(!0)},[])}}let t0=(0,l.memo)(function(e){let{worktreeId:t,worktree:a,cardClassName:n,descriptionEditor:s,showLogs:l,onToggleLogs:i}=e,{isEditing:o,text:c,setText:d,isSaving:u,handleSave:m,handleCancel:x,startEditing:h}=s;return(0,r.jsxs)(r.Fragment,{children:[(0,r.jsxs)("div",{className:n,children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:"Worktree"}),(0,r.jsx)("p",{className:"text-lg font-semibold text-gray-900",children:a.name})]}),(0,r.jsxs)("div",{className:n,children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:"Repository"}),(0,r.jsx)("p",{className:"text-base text-gray-900",children:a.repositoryName}),(0,r.jsx)("p",{className:"text-xs text-gray-500 mt-1 break-all",children:a.repositoryPath})]}),(0,r.jsxs)("div",{className:n,children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:"Path"}),(0,r.jsx)("p",{className:"text-sm text-gray-700 break-all font-mono",children:a.path})]}),a.status&&(0,r.jsxs)("div",{className:n,children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:"Status"}),(0,r.jsx)("span",{className:"inline-flex items-center px-2.5 py-0.5 rounded-full text-xs font-medium ".concat("done"===a.status?"bg-green-100 text-green-800":"doing"===a.status?"bg-blue-100 text-blue-800":"bg-gray-100 text-gray-800"),children:a.status.toUpperCase()})]}),(0,r.jsxs)("div",{className:n,children:[(0,r.jsxs)("div",{className:"flex items-center justify-between mb-2",children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500",children:"Description"}),!o&&(0,r.jsx)("button",{type:"button",onClick:h,className:"text-sm text-blue-600 hover:text-blue-800",children:"Edit"})]}),o?(0,r.jsxs)("div",{className:"space-y-3",children:[(0,r.jsx)("textarea",{value:c,onChange:e=>d(e.target.value),placeholder:"Add notes about this branch...",className:"w-full min-h-[150px] p-3 border border-gray-300 rounded-lg resize-y focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent",autoFocus:!0}),(0,r.jsxs)("div",{className:"flex gap-2",children:[(0,r.jsx)("button",{type:"button",onClick:m,disabled:u,className:"px-4 py-2 bg-blue-600 text-white rounded-lg hover:bg-blue-700 disabled:opacity-50 text-sm font-medium",children:u?"Saving...":"Save"}),(0,r.jsx)("button",{type:"button",onClick:x,disabled:u,className:"px-4 py-2 bg-gray-200 text-gray-700 rounded-lg hover:bg-gray-300 disabled:opacity-50 text-sm font-medium",children:"Cancel"})]})]}):(0,r.jsx)("div",{className:"min-h-[50px]",children:a.description?(0,r.jsx)("p",{className:"text-sm text-gray-700 whitespace-pre-wrap",children:a.description}):(0,r.jsx)("p",{className:"text-sm text-gray-400 italic",children:"No description added yet"})})]}),a.link&&(0,r.jsxs)("div",{className:n,children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:"Link"}),(0,r.jsx)("a",{href:a.link,target:"_blank",rel:"noopener noreferrer",className:"text-sm text-blue-600 hover:underline break-all",children:a.link})]}),a.updatedAt&&(0,r.jsxs)("div",{className:n,children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500 mb-1",children:"Last Updated"}),(0,r.jsx)("p",{className:"text-sm text-gray-700",children:new Date(a.updatedAt).toLocaleString()})]}),(0,r.jsx)(tM,{version:tJ,className:n}),(0,r.jsx)(tI,{className:n}),(0,r.jsxs)("div",{className:n,children:[(0,r.jsxs)("div",{className:"flex items-center justify-between mb-2",children:[(0,r.jsx)("h2",{className:"text-sm font-medium text-gray-500",children:"Logs"}),(0,r.jsx)("button",{type:"button",onClick:i,className:"text-sm text-blue-600 hover:text-blue-800",children:l?"Hide":"Show"})]}),l&&(0,r.jsx)(tS.n,{worktreeId:t})]})]})}),t1=(0,l.memo)(function(e){let{worktreeName:t,repositoryName:a,description:n,status:s,gitStatus:l,onBackClick:i,onInfoClick:o,onMenuClick:c,hasUpdate:d}=e,u=en.Ie[s],m=n?(0,es.aS)(n,50):null;return(0,r.jsxs)("div",{className:"flex items-center justify-between px-4 py-3 bg-white border-b border-gray-200",children:[(0,r.jsxs)("div",{className:"flex items-center gap-3",children:[(0,r.jsx)("button",{type:"button",onClick:c,className:"p-2 -ml-2 rounded-lg text-gray-600 hover:text-gray-900 hover:bg-gray-100 transition-colors","aria-label":"Toggle sidebar",children:(0,r.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M4 6h16M4 12h16M4 18h16"})})}),(0,r.jsx)("div",{className:"w-px h-6 bg-gray-300","aria-hidden":"true"}),(0,r.jsxs)("button",{type:"button",onClick:i,className:"flex items-center gap-1 text-gray-600 hover:text-gray-900 transition-colors","aria-label":"Go back to worktree list",children:[(0,r.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M15 19l-7-7 7-7"})}),(0,r.jsx)("span",{className:"text-sm font-medium",children:"Back"})]}),(0,r.jsx)("div",{className:"w-px h-6 bg-gray-300","aria-hidden":"true"}),"spinner"===u.type?(0,r.jsx)("span",{"data-testid":"desktop-status-indicator",title:u.label,"aria-label":u.label,className:"w-3 h-3 rounded-full flex-shrink-0 border-2 border-t-transparent animate-spin ".concat(u.className)}):(0,r.jsx)("span",{"data-testid":"desktop-status-indicator",title:u.label,"aria-label":u.label,className:"w-3 h-3 rounded-full flex-shrink-0 ".concat(u.className)}),(0,r.jsxs)("div",{className:"flex flex-col min-w-0",children:[(0,r.jsxs)("div",{className:"flex items-center gap-2",children:[(0,r.jsx)("h1",{className:"text-lg font-semibold text-gray-900 truncate max-w-[200px] leading-tight",children:t}),m&&(0,r.jsx)("span",{className:"text-sm text-gray-500 truncate max-w-md",title:n,children:m})]}),(0,r.jsxs)("div",{className:"flex items-center gap-2 text-xs text-gray-500",children:[(0,r.jsx)("span",{className:"truncate max-w-[200px]",children:a}),l&&"(unknown)"!==l.currentBranch&&(0,r.jsxs)(r.Fragment,{children:[(0,r.jsx)("span",{className:"text-gray-300",children:"/"}),(0,r.jsx)("span",{className:"truncate max-w-[150px] font-mono",title:l.currentBranch,"data-testid":"desktop-branch-name",children:(0,es.aS)(l.currentBranch,30)}),l.isDirty&&(0,r.jsx)("span",{className:"text-amber-500",title:"Uncommitted changes",children:"*"})]})]})]})]}),(0,r.jsxs)("button",{type:"button",onClick:o,className:"relative flex items-center gap-1.5 px-3 py-1.5 text-gray-600 hover:text-gray-900 hover:bg-gray-100 rounded-lg transition-colors","aria-label":"View worktree information",children:[(0,r.jsx)("svg",{className:"w-5 h-5",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M13 16h-1v-4h-1m1-4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),(0,r.jsx)("span",{className:"text-sm font-medium",children:"Info"}),d&&(0,r.jsx)(ec,{"data-testid":"info-update-indicator",className:"absolute top-0 right-0","aria-label":"Update available"})]})]})}),t2=(0,l.memo)(function(e){let{worktreeId:t,worktree:a,isOpen:n,onClose:s,onWorktreeUpdate:i}=e,[o,c]=(0,l.useState)(!1),d=(0,l.useRef)(n),u=t$(a,i,n,()=>{let e=n&&!d.current;return d.current=n,e});return a?(0,r.jsx)(tO.u,{isOpen:n,onClose:s,title:"Worktree Information",size:"md",children:(0,r.jsx)("div",{className:"space-y-4 max-h-[70vh] overflow-y-auto",children:(0,r.jsx)(t0,{worktreeId:t,worktree:a,cardClassName:"bg-gray-50 rounded-lg p-4",descriptionEditor:u,showLogs:o,onToggleLogs:()=>c(!o)})})}):null}),t4=(0,l.memo)(function(){return(0,r.jsx)("div",{className:"flex items-center justify-center h-full min-h-[200px]",role:"status","aria-live":"polite",children:(0,r.jsxs)("div",{className:"flex flex-col items-center gap-3",children:[(0,r.jsx)("div",{className:"animate-spin rounded-full h-8 w-8 border-4 border-gray-300 border-t-blue-600","aria-hidden":"true"}),(0,r.jsx)("p",{className:"text-gray-600",children:"Loading worktree..."})]})})}),t5=(0,l.memo)(function(e){let{message:t,onRetry:a}=e;return(0,r.jsx)("div",{className:"flex items-center justify-center h-full min-h-[200px]",role:"alert","aria-live":"assertive",children:(0,r.jsxs)("div",{className:"text-center p-6 bg-red-50 rounded-lg border border-red-200 max-w-md",children:[(0,r.jsx)("svg",{className:"mx-auto h-12 w-12 text-red-400 mb-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24","aria-hidden":"true",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:2,d:"M12 8v4m0 4h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z"})}),(0,r.jsx)("p",{className:"text-red-600 font-medium",children:"Error loading worktree"}),(0,r.jsx)("p",{className:"text-red-500 text-sm mt-2",children:t}),a&&(0,r.jsx)("button",{type:"button",onClick:a,className:"mt-4 px-4 py-2 bg-red-600 text-white rounded-lg hover:bg-red-700 transition-colors focus:outline-none focus:ring-2 focus:ring-red-500 focus:ring-offset-2",children:"Retry"})]})})}),t3=(0,l.memo)(function(e){let{worktreeId:t,worktree:a,onWorktreeUpdate:n}=e,[s,i]=(0,l.useState)(!1),o=(0,l.useRef)(null==a?void 0:a.id),c=(0,l.useRef)(!1),d=t$(a,n,null==a?void 0:a.id,()=>{let e=(null==a?void 0:a.id)!==o.current;return o.current=null==a?void 0:a.id,e&&!c.current});return(c.current=d.isEditing,a)?(0,r.jsx)("div",{className:"p-4 space-y-4 overflow-y-auto h-full",children:(0,r.jsx)(t0,{worktreeId:t,worktree:a,cardClassName:"bg-white rounded-lg border border-gray-200 p-4",descriptionEditor:d,showLogs:s,onToggleLogs:()=>i(!s)})}):(0,r.jsx)("div",{className:"text-gray-500 text-center py-8",children:"Loading worktree info..."})}),t6=(0,l.memo)(function(e){let{activeTab:t,worktreeId:a,worktree:n,messages:s,terminalOutput:l,isTerminalActive:i,isThinking:o,onFilePathClick:c,onFileSelect:d,onWorktreeUpdate:u,onNewFile:m,onNewDirectory:x,onRename:h,onDelete:p,onUpload:g,onMove:b,refreshTrigger:y,fileSearch:v,showToast:j}=e;switch(t){case"terminal":return(0,r.jsx)(f,{componentName:"TerminalDisplay",children:(0,r.jsx)(A,{output:l,isActive:i,isThinking:o,className:"h-full"})});case"history":return(0,r.jsx)(f,{componentName:"HistoryPane",children:(0,r.jsx)(K,{messages:s,worktreeId:a,onFilePathClick:c,className:"h-full",showToast:j})});case"files":var w;return(0,r.jsx)(f,{componentName:"FileTreeView",children:(0,r.jsxs)("div",{className:"h-full flex flex-col",children:[(0,r.jsx)(eW,{query:v.query,mode:v.mode,isSearching:v.isSearching,error:v.error,onQueryChange:v.setQuery,onModeChange:v.setMode,onClear:v.clearSearch}),(0,r.jsx)(eI,{worktreeId:a,onFileSelect:d,onNewFile:m,onNewDirectory:x,onRename:h,onDelete:p,onUpload:g,onMove:b,refreshTrigger:y,searchQuery:v.query,searchMode:v.mode,searchResults:null===(w=v.results)||void 0===w?void 0:w.results,className:"flex-1 min-h-0"})]})});case"memo":return(0,r.jsx)(f,{componentName:"MemoPane",children:(0,r.jsx)(tC,{worktreeId:a,className:"h-full"})});case"info":return(0,r.jsx)(t3,{worktreeId:a,worktree:n,onWorktreeUpdate:u});default:return null}}),t8=(0,l.memo)(function(e){var t,a,s,i,o,c,d,g,b,y;let{worktreeId:v}=e,j=(0,n.useRouter)(),w=(0,x.d)(),{toggle:N,openMobileDrawer:k}=(0,h.Sz)(),{state:C,actions:S}=function(){let[e,t]=(0,l.useReducer)(m,void 0,u),a=(0,l.useMemo)(()=>({setPhase:e=>t({type:"SET_PHASE",phase:e}),setTerminalOutput:(e,a)=>t({type:"SET_TERMINAL_OUTPUT",output:e,realtimeSnippet:a}),setTerminalActive:e=>t({type:"SET_TERMINAL_ACTIVE",isActive:e}),setTerminalThinking:e=>t({type:"SET_TERMINAL_THINKING",isThinking:e}),showPrompt:(e,a)=>t({type:"SHOW_PROMPT",data:e,messageId:a}),clearPrompt:()=>t({type:"CLEAR_PROMPT"}),setPromptAnswering:e=>t({type:"SET_PROMPT_ANSWERING",answering:e}),setError:e=>t({type:"SET_ERROR",error:e}),clearError:()=>t({type:"CLEAR_ERROR"}),setMessages:e=>t({type:"SET_MESSAGES",messages:e}),addMessage:e=>t({type:"ADD_MESSAGE",message:e}),updateMessage:(e,a)=>t({type:"UPDATE_MESSAGE",id:e,updates:a}),clearMessages:()=>t({type:"CLEAR_MESSAGES"}),startWaitingForResponse:e=>t({type:"START_WAITING_FOR_RESPONSE",cliToolId:e}),responseReceived:e=>t({type:"RESPONSE_RECEIVED",message:e}),sessionEnded:()=>t({type:"SESSION_ENDED"}),setAutoScroll:e=>t({type:"SET_AUTO_SCROLL",enabled:e}),setMobileActivePane:e=>t({type:"SET_MOBILE_ACTIVE_PANE",pane:e}),setLeftPaneTab:e=>t({type:"SET_LEFT_PANE_TAB",tab:e}),setLayoutMode:e=>t({type:"SET_LAYOUT_MODE",mode:e}),setSplitRatio:e=>t({type:"SET_SPLIT_RATIO",ratio:e}),setWsConnected:e=>t({type:"SET_WS_CONNECTED",connected:e})}),[]);return{state:e,dispatch:t,actions:a}}(),E=(0,p.T)("worktree"),M=(0,p.T)("error"),L=(0,p.T)("common"),[R,F]=(0,l.useState)(null),[P,D]=(0,l.useState)(!0),[I,O]=(0,l.useState)(null),[_,z]=(0,l.useState)(!1),[W,B]=(0,l.useState)(null),[U,H]=(0,l.useState)(null),[V,Z]=(0,l.useState)(!1),[Y,q]=(0,l.useState)(!1),[G,X]=(0,l.useState)(null),[J,Q]=(0,l.useState)("claude"),$=(0,l.useRef)(J);$.current=J;let[ee,et]=(0,l.useState)(0),ea=function(e){let{worktreeId:t,initialMode:a="name",debounceMs:r=300}=e,[n,s]=(0,l.useState)(""),[i,o]=(0,l.useState)(""),[c,d]=(0,l.useState)(a),[u,m]=(0,l.useState)(!1),[x,h]=(0,l.useState)(null),[p,f]=(0,l.useState)(null),g=(0,l.useRef)(null),b=(0,l.useMemo)(()=>(0,es.Ds)(e=>{o(e)},r),[r]),y=(0,l.useCallback)(e=>{s(e),b(e),f(null)},[b]),v=(0,l.useCallback)(()=>{s(""),o(""),h(null),f(null),m(!1),g.current&&(g.current.abort(),g.current=null)},[]),j=(0,l.useCallback)(e=>{if(!i.trim())return e;let t=i.toLowerCase();return e.filter(e=>e.name.toLowerCase().includes(t))},[i]),w=(0,l.useCallback)(()=>x&&0!==x.results.length?(0,es.Ps)(x.results.map(e=>e.filePath)):new Set,[x]);return(0,l.useEffect)(()=>{if("content"!==c||!i.trim()){h(null);return}g.current&&g.current.abort();let e=new AbortController;return g.current=e,(async()=>{m(!0),f(null);try{var a,r;let n=await fetch("/api/worktrees/".concat(encodeURIComponent(t),"/search?q=").concat(encodeURIComponent(i),"&mode=content"),{signal:e.signal});if(!n.ok){let e=await n.json();throw Error((null===(a=e.error)||void 0===a?void 0:a.message)||"Search failed: ".concat(n.status))}let s=await n.json();if(s.success)h({mode:"content",query:i,results:s.results,totalMatches:s.totalMatches,truncated:s.truncated,executionTimeMs:s.executionTimeMs});else throw Error((null===(r=s.error)||void 0===r?void 0:r.message)||"Search failed")}catch(e){if(e instanceof Error&&"AbortError"===e.name)return;f(e instanceof Error?e.message:"An error occurred while searching"),h(null)}finally{m(!1)}})(),()=>{e.abort()}},[c,i,t]),(0,l.useEffect)(()=>{"name"===c&&(h(null),m(!1),f(null))},[c]),{query:n,mode:c,isSearching:u,results:x,error:p,setQuery:y,setMode:d,clearSearch:v,filterByName:j,getMatchedPaths:w}}({worktreeId:v}),el=(0,l.useRef)(!1),ei=(0,l.useRef)(v);(0,l.useEffect)(()=>{ei.current!==v&&(S.clearMessages(),el.current=!1,S.setTerminalOutput("",""),ei.current=v)},[v,S]);let ec=(0,l.useCallback)(async()=>{try{let e=await fetch("/api/worktrees/".concat(v));if(!e.ok)throw Error("Failed to fetch worktree: ".concat(e.status));let t=await e.json();return F(t),t}catch(e){return O(e instanceof Error?e.message:"Unknown error"),null}},[v]),ed=(0,l.useCallback)(async()=>{try{let e=await fetch("/api/worktrees/".concat(v,"/messages?cliTool=").concat($.current));if(!e.ok)throw Error("Failed to fetch messages: ".concat(e.status));let t=await e.json();S.setMessages(t.map(e=>({...e,timestamp:new Date(e.timestamp)})))}catch(e){console.error("[WorktreeDetailRefactored] Error fetching messages:",e)}},[v,S]),eu=(0,l.useCallback)(async()=>{try{var e,t,a,r,n;let s=await fetch("/api/worktrees/".concat(v,"/current-output?cliTool=").concat($.current));if(!s.ok)return;let l=await s.json(),i=null!==(t=null!==(e=l.fullOutput)&&void 0!==e?e:l.realtimeSnippet)&&void 0!==t?t:"";(i||l.isRunning)&&S.setTerminalOutput(i,null!==(a=l.realtimeSnippet)&&void 0!==a?a:""),S.setTerminalActive(null!==(r=l.isRunning)&&void 0!==r&&r),S.setTerminalThinking(null!==(n=l.thinking)&&void 0!==n&&n),l.isPromptWaiting&&l.promptData?S.showPrompt(l.promptData,"prompt-".concat(Date.now())):!l.isPromptWaiting&&C.prompt.visible&&S.clearPrompt(),l.autoYes&&(q(l.autoYes.enabled),X(l.autoYes.expiresAt))}catch(e){console.error("[WorktreeDetailRefactored] Error fetching current output:",e)}},[v,S,C.prompt.visible]),ex=(0,l.useRef)(J);(0,l.useEffect)(()=>{ex.current!==J&&(ex.current=J,S.clearMessages(),S.setTerminalOutput("",""),ed(),eu())},[J,S,ed,eu]);let ep=(0,l.useCallback)(e=>{B(e)},[]),ef=(0,l.useCallback)(e=>{var t;let a=null===(t=e.split(".").pop())||void 0===t?void 0:t.toLowerCase();tb.includes(a?".".concat(a):"")?H(e):B(e)},[]),eg=(0,l.useCallback)(()=>{B(null)},[]),ey=(0,l.useCallback)(()=>{H(null)},[]),ev=(0,l.useCallback)(e=>{et(e=>e+1)},[]),ej=(0,l.useCallback)(e=>{S.setLeftPaneTab(e)},[S]),ew=(0,l.useCallback)(()=>{j.push("/")},[j]),eN=(0,l.useCallback)(()=>{z(!0)},[]),ek=(0,l.useCallback)(()=>{z(!1)},[]),eC=(0,l.useCallback)(async e=>{S.setPromptAnswering(!0);try{let t=t_(e,J,C.prompt.data),a=await fetch("/api/worktrees/".concat(v,"/prompt-response"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(t)});if(!a.ok)throw Error("Failed to send prompt response: ".concat(a.status));S.clearPrompt(),await eu()}catch(e){console.error("[WorktreeDetailRefactored] Error sending prompt response:",e)}finally{S.setPromptAnswering(!1)}},[v,S,eu,J,C.prompt.data]),eS=(0,l.useCallback)(()=>{S.clearPrompt()},[S]),eE=(0,l.useCallback)(e=>{S.setMobileActivePane(e)},[S]),eT=(0,l.useCallback)(e=>{S.setAutoScroll(e)},[S]),eM=(0,l.useCallback)(()=>{ed(),eu()},[ed,eu]),eL=(0,l.useCallback)(async(e,t)=>{try{let a=await fetch("/api/worktrees/".concat(v,"/auto-yes"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({enabled:e,cliToolId:J,duration:t})});if(a.ok){let e=await a.json();q(e.enabled),X(e.expiresAt)}}catch(e){console.error("[WorktreeDetailRefactored] Error toggling auto-yes:",e)}},[v,J]),[eR,eF]=(0,l.useState)(!1),eP=(0,l.useCallback)(()=>{eF(!0)},[]),eA=(0,l.useCallback)(async()=>{eF(!1);try{if(!(await fetch("/api/worktrees/".concat(v,"/kill-session?cliTool=").concat(J),{method:"POST"})).ok)return;S.clearMessages(),S.setTerminalOutput("",""),S.setTerminalActive(!1),S.setTerminalThinking(!1),S.clearPrompt(),await ec()}catch(e){console.error("[WorktreeDetailRefactored] Error killing session:",e)}},[v,J,S,ec]),eD=(0,l.useCallback)(()=>{eF(!1)},[]),eO=(0,l.useCallback)(async e=>{let t=window.prompt("Enter file name (e.g., document.md):");if(!t)return;let a=t.endsWith(".md")?t:"".concat(t,".md"),r=e?"".concat(e,"/").concat(a):a;try{if(!(await fetch("/api/worktrees/".concat(v,"/files/").concat(tX(r)),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({type:"file",content:""})})).ok)throw Error("Failed to create file");et(e=>e+1)}catch(e){console.error("[WorktreeDetailRefactored] Failed to create file:",e),window.alert(M("fileOps.failedToCreateFile"))}},[v,M]),e_=(0,l.useCallback)(async e=>{let t=window.prompt("Enter directory name:");if(!t)return;let a=e?"".concat(e,"/").concat(t):t;try{if(!(await fetch("/api/worktrees/".concat(v,"/files/").concat(tX(a)),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({type:"directory"})})).ok)throw Error("Failed to create directory");et(e=>e+1)}catch(e){console.error("[WorktreeDetailRefactored] Failed to create directory:",e),window.alert(M("fileOps.failedToCreateDirectory"))}},[v,M]),ez=(0,l.useCallback)(async e=>{let t=e.split("/").pop()||"",a=window.prompt("Enter new name:",t);if(a&&a!==t)try{if(!(await fetch("/api/worktrees/".concat(v,"/files/").concat(tX(e)),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"rename",newName:a})})).ok)throw Error("Failed to rename");et(e=>e+1)}catch(e){console.error("[WorktreeDetailRefactored] Failed to rename:",e),window.alert(M("fileOps.failedToRename"))}},[v,M]),eB=(0,l.useCallback)(async e=>{let t=e.split("/").pop()||e;if(window.confirm(L("confirmDelete",{name:t})))try{if(!(await fetch("/api/worktrees/".concat(v,"/files/").concat(tX(e),"?recursive=true"),{method:"DELETE"})).ok)throw Error("Failed to delete");(U===e||(null==U?void 0:U.startsWith("".concat(e,"/"))))&&H(null),et(e=>e+1)}catch(e){console.error("[WorktreeDetailRefactored] Failed to delete:",e),window.alert(M("fileOps.failedToDelete"))}},[v,U,L,M]),{toasts:eU,showToast:eH,removeToast:eV}=(0,te.pm)(),{moveTarget:eY,isMoveDialogOpen:eq,handleMove:eG,handleMoveConfirm:eK,handleMoveCancel:eJ}=function(e,t,a,r){let[n,s]=(0,l.useState)(null),[i,o]=(0,l.useState)(!1),c=(0,l.useCallback)((e,t)=>{s({path:e,type:t}),o(!0)},[]),d=(0,l.useCallback)(async l=>{if(n)try{let s=await fetch("/api/worktrees/".concat(e,"/files/").concat(n.path),{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({action:"move",destination:l})}),o=await s.json();if(!s.ok||!o.success){var i;let e=(null===(i=o.error)||void 0===i?void 0:i.message)||"Failed to move";null==r||r(e);return}null==a||a("Moved successfully"),t()}catch(e){null==r||r("Failed to move")}finally{s(null),o(!1)}},[n,e,t,a,r]);return{moveTarget:n,isMoveDialogOpen:i,handleMove:c,handleMoveConfirm:d,handleMoveCancel:(0,l.useCallback)(()=>{s(null),o(!1)},[])}}(v,()=>et(e=>e+1),e=>eH(e,"success"),e=>eH(e,"error")),eQ=(0,l.useRef)(null),e$=(0,l.useRef)(""),e0=(0,l.useCallback)(e=>{var t;e$.current=e,null===(t=eQ.current)||void 0===t||t.click()},[]),e1=(0,l.useCallback)(async e=>{var t,a,r;let n=null===(t=e.target.files)||void 0===t?void 0:t[0];if(!n)return;e.target.value="";let s=e$.current,l=".".concat(null===(a=n.name.split(".").pop())||void 0===a?void 0:a.toLowerCase());if(!function(e){if(!e)return!1;let t=e.toLowerCase();return tv.includes(t)}(l)){eH("Unsupported file type: ".concat(l,". Allowed: ").concat(tv.join(", ")),"error");return}let i=function(e){var t;let a=function(e){let t=e.toLowerCase();return ty.find(e=>e.extension===t)}(e);return null!==(t=null==a?void 0:a.maxFileSize)&&void 0!==t?t:5242880}(l);if(n.size>i){eH("File too large. Maximum size: ".concat((i/1024/1024).toFixed(1),"MB"),"error");return}let o=new FormData;o.append("file",n);try{let e=await fetch("/api/worktrees/".concat(v,"/upload/").concat(tX(s||".")),{method:"POST",body:o});if(!e.ok){let t=await e.json().catch(()=>({})),a=(null==t?void 0:null===(r=t.error)||void 0===r?void 0:r.message)||"Failed to upload file";eH(a,"error");return}let t=await e.json();eH("Uploaded: ".concat(t.filename),"success"),et(e=>e+1)}catch(e){console.error("[WorktreeDetailRefactored] Failed to upload:",e),eH("Upload failed. Please try again.","error")}},[v,eH]),{data:e2}=tE(),e4=null!==(o=null==e2?void 0:e2.hasUpdate)&&void 0!==o&&o,{lastAutoResponse:e5}=function(e){let{worktreeId:t,cliTool:a,isPromptWaiting:r,promptData:n,autoYesEnabled:s,lastServerResponseTimestamp:i}=e,o=(0,l.useRef)(null),[c,d]=(0,l.useState)(null);return(0,l.useEffect)(()=>{var e;if(!r){o.current=null;return}if(!n||!s||i&&Date.now()-i<3e3)return;let l=(e={type:n.type,question:n.question},"".concat(e.type,":").concat(e.question));if(o.current===l)return;let c=function(e){if("yes_no"===e.type)return"y";if("multiple_choice"===e.type){let t=e.options.find(e=>e.isDefault),a=null!=t?t:e.options[0];return!a||a.requiresTextInput?null:a.number.toString()}return null}(n);if(null===c)return;o.current=l,d(c);let u=t_(c,a,n);fetch("/api/worktrees/".concat(t,"/prompt-response"),{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(u)}).catch(e=>{console.error("[useAutoYes] Failed to send auto-response:",e)})},[r,n,s,t,a,i]),{lastAutoResponse:c}}({worktreeId:v,cliTool:J,isPromptWaiting:C.prompt.visible,promptData:C.prompt.data,autoYesEnabled:Y}),e3=(0,l.useCallback)(async()=>{O(null),D(!0),await ec()&&await Promise.all([ed(),eu()]),D(!1)},[ec,ed,eu]),e6=(0,l.useRef)(0),e8=(0,l.useCallback)(async()=>{if("visible"!==document.visibilityState)return;let e=Date.now();if(!(e-e6.current<5e3)){if(e6.current=e,I){e3();return}try{await Promise.all([ec(),ed(),eu()])}finally{O(null)}}},[I,e3,ec,ed,eu]);(0,l.useEffect)(()=>{if(el.current)return;let e=!0;return(async()=>{D(!0);let t=await ec();e&&(t&&await Promise.all([ed(),eu()]),e&&(D(!1),el.current=!0))})(),()=>{e=!1}},[ec,ed,eu]),(0,l.useEffect)(()=>(document.addEventListener("visibilitychange",e8),()=>{document.removeEventListener("visibilitychange",e8)}),[e8]),(0,l.useEffect)(()=>{if(P||I)return;let e=setInterval(async()=>{await Promise.all([eu(),ec(),ed()])},C.terminal.isActive?2e3:5e3);return()=>clearInterval(e)},[P,I,eu,ec,ed,C.terminal.isActive]),(0,l.useEffect)(()=>{S.setLayoutMode(w?"tabs":"split")},[w,S]);let e7=(0,l.useMemo)(()=>(function(e,t){var a;let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"claude";if(t)return"error";if(!e)return"idle";let n=null===(a=e.sessionStatusByCli)||void 0===a?void 0:a[r];if(n){if(n.isWaitingForResponse)return"waiting";if(n.isProcessing)return"running";if(n.isRunning)return"ready"}if("claude"===r){if(e.isWaitingForResponse)return"waiting";if(e.isProcessing)return"running";if(e.isSessionRunning)return"ready"}return"idle"})(R,null!==C.error.type,J),[R,C.error.type,J]),e9=(0,l.useMemo)(()=>C.layout.mobileActivePane,[C.layout.mobileActivePane]),tt=(0,l.useMemo)(()=>C.layout.leftPaneTab,[C.layout.leftPaneTab]),ta=null!==(c=null==R?void 0:R.name)&&void 0!==c?c:"Unknown";return P?(0,r.jsx)(t4,{}):I?(0,r.jsx)(t5,{message:I,onRetry:e3}):w?(0,r.jsx)(f,{componentName:"WorktreeDetailRefactored",children:(0,r.jsxs)("div",{className:"h-full flex flex-col",children:[(0,r.jsx)(eo,{worktreeName:ta,repositoryName:null==R?void 0:R.repositoryName,status:e7,gitStatus:null==R?void 0:R.gitStatus,onBackClick:ew,onMenuClick:k}),(null==R?void 0:R.gitStatus)&&R.gitStatus.isBranchMismatch&&(0,r.jsx)("div",{className:"fixed top-14 inset-x-0 z-35",children:(0,r.jsx)(tV,{isBranchMismatch:R.gitStatus.isBranchMismatch,currentBranch:R.gitStatus.currentBranch,initialBranch:R.gitStatus.initialBranch})}),(0,r.jsxs)("div",{className:"fixed top-14 inset-x-0 z-30 flex items-center justify-between px-3 py-1.5 bg-gray-50 border-b border-gray-200",children:[(0,r.jsx)(tH,{enabled:Y,expiresAt:G,onToggle:eL,lastAutoResponse:e5,cliToolName:J,inline:!0}),(0,r.jsxs)("div",{className:"flex items-center gap-2 flex-shrink-0",children:[(0,r.jsx)("nav",{className:"flex gap-2","aria-label":"CLI Tool Selection",children:["claude","codex"].map(e=>{var t;let a=(0,tZ.He)(null==R?void 0:null===(t=R.sessionStatusByCli)||void 0===t?void 0:t[e]),n=en.F4[a];return(0,r.jsxs)("button",{onClick:()=>Q(e),className:"px-1.5 py-0.5 rounded font-medium text-xs transition-colors flex items-center gap-1 ".concat(J===e?"bg-blue-100 text-blue-700":"text-gray-500 hover:text-gray-700"),"aria-current":J===e?"page":void 0,children:["spinner"===n.type?(0,r.jsx)("span",{className:"w-2 h-2 rounded-full flex-shrink-0 border-2 border-t-transparent animate-spin ".concat(n.className),title:n.label}):(0,r.jsx)("span",{className:"w-2 h-2 rounded-full flex-shrink-0 ".concat(n.className),title:n.label}),tQ(e)]},e)})}),(0,r.jsxs)("button",{onClick:eP,disabled:!(null==R?void 0:null===(a=R.sessionStatusByCli)||void 0===a?void 0:null===(t=a[J])||void 0===t?void 0:t.isRunning),className:"flex items-center gap-0.5 px-1.5 py-0.5 text-xs font-medium rounded transition-colors ".concat((null==R?void 0:null===(i=R.sessionStatusByCli)||void 0===i?void 0:null===(s=i[J])||void 0===s?void 0:s.isRunning)?"text-red-600 hover:bg-red-50":"invisible"),"aria-label":"End ".concat(J," session"),children:[(0,r.jsx)("span",{"aria-hidden":"true",children:"✕"}),"End"]})]})]}),(0,r.jsx)("main",{className:"flex-1 pt-[6.25rem] pb-32 overflow-hidden",style:{paddingBottom:"calc(8rem + env(safe-area-inset-bottom, 0px))"},children:(0,r.jsx)(t6,{activeTab:e9,worktreeId:v,worktree:R,messages:C.messages,terminalOutput:C.terminal.output,isTerminalActive:C.terminal.isActive,isThinking:C.terminal.isThinking,onFilePathClick:ep,onFileSelect:ef,onWorktreeUpdate:F,onNewFile:eO,onNewDirectory:e_,onRename:ez,onDelete:eB,onUpload:e0,onMove:eG,refreshTrigger:ee,fileSearch:ea,showToast:eH})}),(0,r.jsx)("div",{className:"fixed left-0 right-0 border-t border-gray-200 bg-white p-2 z-30",style:{bottom:"calc(4rem + env(safe-area-inset-bottom, 0px))"},children:(0,r.jsx)(eb.R,{worktreeId:v,onMessageSent:eM,cliToolId:J,isSessionRunning:C.terminal.isActive})}),(0,r.jsx)(em,{activeTab:e9,onTabChange:eE,hasNewOutput:!1,hasPrompt:C.prompt.visible,hasUpdate:e4}),!Y&&(0,r.jsx)(eh,{promptData:C.prompt.data,visible:C.prompt.visible,answering:C.prompt.answering,onRespond:eC,onDismiss:eS}),(0,r.jsx)(eX,{isOpen:null!==W,onClose:eg,worktreeId:v,filePath:null!=W?W:""}),U&&(0,r.jsx)(tO.u,{isOpen:!0,onClose:ey,title:U.split("/").pop()||"Editor",size:"full",disableClose:V,children:(0,r.jsx)("div",{className:"h-[80vh]",children:(0,r.jsx)(tg,{worktreeId:v,filePath:U,onClose:ey,onSave:ev,onMaximizedChange:Z})})}),(0,r.jsx)("input",{ref:eQ,type:"file",accept:tv.join(","),onChange:e1,className:"hidden","aria-label":"Upload file"}),(0,r.jsx)(tO.u,{isOpen:eR,onClose:eD,title:E("session.confirmEnd",{tool:tQ(J)}),size:"sm",showCloseButton:!0,children:(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("p",{className:"text-sm text-gray-700",children:E("session.endWarning")}),(0,r.jsxs)("div",{className:"flex justify-end gap-3 pt-2",children:[(0,r.jsx)("button",{type:"button",onClick:eD,className:"px-4 py-2 text-sm font-medium rounded-md bg-gray-200 hover:bg-gray-300 text-gray-700",children:L("cancel")}),(0,r.jsx)("button",{type:"button",onClick:eA,className:"px-4 py-2 text-sm font-medium rounded-md bg-red-600 hover:bg-red-700 text-white",children:L("end")})]})]})}),eY&&(0,r.jsx)(tK,{isOpen:eq,onClose:eJ,onConfirm:eK,worktreeId:v,sourcePath:eY.path,sourceType:eY.type}),(0,r.jsx)(te.Ix,{toasts:eU,onClose:eV})]})}):(0,r.jsx)(f,{componentName:"WorktreeDetailRefactored",children:(0,r.jsxs)("div",{className:"h-full flex flex-col relative",children:[(0,r.jsx)(t1,{worktreeName:ta,repositoryName:null!==(y=null==R?void 0:R.repositoryName)&&void 0!==y?y:"Unknown",description:null==R?void 0:R.description,status:e7,gitStatus:null==R?void 0:R.gitStatus,onBackClick:ew,onInfoClick:eN,onMenuClick:N,hasUpdate:e4}),(0,r.jsxs)("div",{className:"px-4 py-2 bg-white border-b border-gray-200 flex items-center justify-between",children:[(0,r.jsx)("nav",{className:"flex gap-4","aria-label":"CLI Tool Selection",children:["claude","codex"].map(e=>{var t;let a=(0,tZ.He)(null==R?void 0:null===(t=R.sessionStatusByCli)||void 0===t?void 0:t[e]),n=en.F4[a];return(0,r.jsxs)("button",{onClick:()=>Q(e),className:"pb-2 px-2 border-b-2 font-medium text-sm transition-colors flex items-center gap-1.5 ".concat(J===e?"border-blue-600 text-blue-600":"border-transparent text-gray-600 hover:text-gray-900"),"aria-current":J===e?"page":void 0,children:["spinner"===n.type?(0,r.jsx)("span",{className:"w-2 h-2 rounded-full flex-shrink-0 border-2 border-t-transparent animate-spin ".concat(n.className),title:n.label,"aria-label":"".concat(e," status: ").concat(n.label)}):(0,r.jsx)("span",{className:"w-2 h-2 rounded-full flex-shrink-0 ".concat(n.className),title:n.label,"aria-label":"".concat(e," status: ").concat(n.label)}),tQ(e)]},e)})}),(null==R?void 0:null===(g=R.sessionStatusByCli)||void 0===g?void 0:null===(d=g[J])||void 0===d?void 0:d.isRunning)&&(0,r.jsxs)("button",{onClick:eP,className:"flex items-center gap-1 px-2 py-1 text-xs font-medium text-red-600 hover:text-red-800 hover:bg-red-50 rounded transition-colors","aria-label":"End ".concat(J," session"),children:[(0,r.jsx)("span",{"aria-hidden":"true",children:"✕"}),"End Session"]})]}),(null==R?void 0:R.gitStatus)&&(0,r.jsx)(tV,{isBranchMismatch:R.gitStatus.isBranchMismatch,currentBranch:R.gitStatus.currentBranch,initialBranch:R.gitStatus.initialBranch}),(0,r.jsx)("div",{className:"flex-1 min-h-0",children:(0,r.jsx)(T,{leftPane:(0,r.jsxs)("div",{className:"h-full flex flex-col",children:[(0,r.jsx)(eZ,{activeTab:tt,onTabChange:ej}),(0,r.jsxs)("div",{className:"flex-1 min-h-0 overflow-hidden",children:["history"===tt&&(0,r.jsx)(K,{messages:C.messages,worktreeId:v,onFilePathClick:ep,className:"h-full",showToast:eH}),"files"===tt&&(0,r.jsx)(f,{componentName:"FileTreeView",children:(0,r.jsxs)("div",{className:"h-full flex flex-col",children:[(0,r.jsx)(eW,{query:ea.query,mode:ea.mode,isSearching:ea.isSearching,error:ea.error,onQueryChange:ea.setQuery,onModeChange:ea.setMode,onClear:ea.clearSearch}),(0,r.jsx)(eI,{worktreeId:v,onFileSelect:ef,onNewFile:eO,onNewDirectory:e_,onRename:ez,onDelete:eB,onUpload:e0,onMove:eG,refreshTrigger:ee,searchQuery:ea.query,searchMode:ea.mode,searchResults:null===(b=ea.results)||void 0===b?void 0:b.results,className:"flex-1 min-h-0"})]})}),"memo"===tt&&(0,r.jsx)(f,{componentName:"MemoPane",children:(0,r.jsx)(tC,{worktreeId:v,className:"h-full"})})]})]}),rightPane:(0,r.jsx)(A,{output:C.terminal.output,isActive:C.terminal.isActive,isThinking:C.terminal.isThinking,autoScroll:C.terminal.autoScroll,onScrollChange:eT}),initialLeftWidth:40,minLeftWidth:20,maxLeftWidth:60})}),(0,r.jsx)("div",{className:"flex-shrink-0 border-t border-gray-200 p-4 bg-gray-50",children:(0,r.jsx)(eb.R,{worktreeId:v,onMessageSent:eM,cliToolId:J,isSessionRunning:C.terminal.isActive})}),(0,r.jsx)(tH,{enabled:Y,expiresAt:G,onToggle:eL,lastAutoResponse:e5,cliToolName:J}),C.prompt.visible&&!Y&&(0,r.jsx)("div",{className:"fixed bottom-20 left-1/2 transform -translate-x-1/2 z-50 w-full max-w-2xl px-4",children:(0,r.jsx)(er,{promptData:C.prompt.data,messageId:C.prompt.messageId,visible:C.prompt.visible,answering:C.prompt.answering,onRespond:eC,onDismiss:eS})}),(0,r.jsx)(t2,{worktreeId:v,worktree:R,isOpen:_,onClose:ek,onWorktreeUpdate:F}),(0,r.jsx)(eX,{isOpen:null!==W,onClose:eg,worktreeId:v,filePath:null!=W?W:""}),U&&(0,r.jsx)(tO.u,{isOpen:!0,onClose:ey,title:U.split("/").pop()||"Editor",size:"full",disableClose:V,children:(0,r.jsx)("div",{className:"h-[80vh]",children:(0,r.jsx)(tg,{worktreeId:v,filePath:U,onClose:ey,onSave:ev,onMaximizedChange:Z})})}),(0,r.jsx)("input",{ref:eQ,type:"file",accept:tv.join(","),onChange:e1,className:"hidden","aria-label":"Upload file"}),(0,r.jsx)(tO.u,{isOpen:eR,onClose:eD,title:E("session.confirmEnd",{tool:tQ(J)}),size:"sm",showCloseButton:!0,children:(0,r.jsxs)("div",{className:"space-y-4",children:[(0,r.jsx)("p",{className:"text-sm text-gray-700",children:E("session.endWarning")}),(0,r.jsxs)("div",{className:"flex justify-end gap-3 pt-2",children:[(0,r.jsx)("button",{type:"button",onClick:eD,className:"px-4 py-2 text-sm font-medium rounded-md bg-gray-200 hover:bg-gray-300 text-gray-700",children:L("cancel")}),(0,r.jsx)("button",{type:"button",onClick:eA,className:"px-4 py-2 text-sm font-medium rounded-md bg-red-600 hover:bg-red-700 text-white",children:L("end")})]})]})}),eY&&(0,r.jsx)(tK,{isOpen:eq,onClose:eJ,onConfirm:eK,worktreeId:v,sourcePath:eY.path,sourceType:eY.type}),(0,r.jsx)(te.Ix,{toasts:eU,onClose:eV})]})})});function t7(){let e=(0,n.useParams)().id;return(0,r.jsx)(s.Vw,{children:(0,r.jsx)(t8,{worktreeId:e})})}},39625:function(e,t,a){"use strict";a.d(t,{O:function(){return s}});var r=a(57437),n=a(2265);function s(e){let{src:t,alt:a,onError:s}=e,[l,i]=(0,n.useState)(!1);return l?(0,r.jsxs)("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[(0,r.jsx)("svg",{className:"w-16 h-16 mb-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M4 16l4.586-4.586a2 2 0 012.828 0L16 16m-2-2l1.586-1.586a2 2 0 012.828 0L20 14m-6-6h.01M6 20h12a2 2 0 002-2V6a2 2 0 00-2-2H6a2 2 0 00-2 2v12a2 2 0 002 2z"})}),(0,r.jsx)("p",{className:"text-sm",children:"Failed to load image"}),(0,r.jsx)("p",{className:"text-xs text-gray-400 mt-1",children:a})]}):(0,r.jsx)("div",{className:"flex items-center justify-center p-4",children:(0,r.jsx)("img",{src:t,alt:a,onError:()=>{i(!0),null==s||s()},style:{maxWidth:"100%",maxHeight:"500px",objectFit:"contain"},className:"rounded-lg shadow-sm"})})}},1243:function(e,t,a){"use strict";a.d(t,{R:function(){return s}});var r=a(57437),n=a(2265);function s(e){let{src:t,onError:a}=e,[s,l]=(0,n.useState)(!0),[i,o]=(0,n.useState)(!1);return i?(0,r.jsxs)("div",{className:"flex flex-col items-center justify-center py-12 text-gray-500",children:[(0,r.jsx)("svg",{className:"w-16 h-16 mb-4",fill:"none",stroke:"currentColor",viewBox:"0 0 24 24",children:(0,r.jsx)("path",{strokeLinecap:"round",strokeLinejoin:"round",strokeWidth:1.5,d:"M15 10l4.553-2.276A1 1 0 0121 8.618v6.764a1 1 0 01-1.447.894L15 14M5 18h8a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v8a2 2 0 002 2z"})}),(0,r.jsx)("p",{className:"text-sm",children:"Failed to load video"})]}):(0,r.jsxs)("div",{className:"flex flex-col items-center justify-center p-4",children:[s&&(0,r.jsxs)("div",{className:"flex items-center justify-center py-8",children:[(0,r.jsx)("div",{className:"inline-block animate-spin rounded-full h-8 w-8 border-4 border-gray-300 border-t-blue-600"}),(0,r.jsx)("p",{className:"ml-3 text-gray-600",children:"Loading video..."})]}),(0,r.jsx)("video",{controls:!0,src:t,onLoadedData:()=>{l(!1)},onError:()=>{l(!1),o(!0),null==a||a()},style:{maxWidth:"100%",maxHeight:"500px",display:s?"none":"block"},className:"rounded-lg shadow-sm",children:"Your browser does not support the video tag."})]})}}},function(e){e.O(0,[7851,9234,216,1038,2335,8864,816,5970,2971,2117,1744],function(){return e(e.s=5635)}),_N_E=e.O()}]);
@@ -1,3 +0,0 @@
1
- *,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
2
- ! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
3
- */*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}body{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;letter-spacing:-.025em}h1{font-size:1.875rem;line-height:2.25rem}@media (min-width:768px){h1{font-size:2.25rem;line-height:2.5rem}}h2{font-size:1.5rem;line-height:2rem}@media (min-width:768px){h2{font-size:1.875rem;line-height:2.25rem}}h3{font-size:1.25rem;line-height:1.75rem}@media (min-width:768px){h3{font-size:1.5rem;line-height:2rem}}h4{font-size:1.125rem;line-height:1.75rem}@media (min-width:768px){h4{font-size:1.25rem;line-height:1.75rem}}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.prose{color:var(--tw-prose-body);max-width:65ch}.prose :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-lead);font-size:1.25em;line-height:1.6;margin-top:1.2em;margin-bottom:1.2em}.prose :where(a):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-links);text-decoration:underline;font-weight:500}.prose :where(strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-bold);font-weight:600}.prose :where(a strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th strong):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol[type=A]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=A s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-alpha}.prose :where(ol[type=a s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-alpha}.prose :where(ol[type=I]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type=I s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:upper-roman}.prose :where(ol[type=i s]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:lower-roman}.prose :where(ol[type="1"]):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:decimal}.prose :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){list-style-type:disc;margin-top:1.25em;margin-bottom:1.25em;padding-inline-start:1.625em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{font-weight:400;color:var(--tw-prose-counters)}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *))::marker{color:var(--tw-prose-bullets)}.prose :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.25em}.prose :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){border-color:var(--tw-prose-hr);border-top-width:1px;margin-top:3em;margin-bottom:3em}.prose :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-style:italic;color:var(--tw-prose-quotes);border-inline-start-width:.25rem;border-inline-start-color:var(--tw-prose-quote-borders);quotes:"\201C""\201D""\2018""\2019";margin-top:1.6em;margin-bottom:1.6em;padding-inline-start:1em}.prose :where(blockquote p:first-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:open-quote}.prose :where(blockquote p:last-of-type):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:close-quote}.prose :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:800;font-size:2.25em;margin-top:0;margin-bottom:.8888889em;line-height:1.1111111}.prose :where(h1 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:900;color:inherit}.prose :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:700;font-size:1.5em;margin-top:2em;margin-bottom:1em;line-height:1.3333333}.prose :where(h2 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:800;color:inherit}.prose :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;font-size:1.25em;margin-top:1.6em;margin-bottom:.6em;line-height:1.6}.prose :where(h3 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;margin-top:1.5em;margin-bottom:.5em;line-height:1.5}.prose :where(h4 strong):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:700;color:inherit}.prose :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){display:block;margin-top:2em;margin-bottom:2em}.prose :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-weight:500;font-family:inherit;color:var(--tw-prose-kbd);box-shadow:0 0 0 1px var(--tw-prose-kbd-shadows),0 3px 0 var(--tw-prose-kbd-shadows);font-size:.875em;border-radius:.3125rem;padding-top:.1875em;padding-inline-end:.375em;padding-bottom:.1875em;padding-inline-start:.375em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-code);font-weight:600;font-size:.875em}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:"`"}.prose :where(code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:"`"}.prose :where(a code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h1 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.875em}.prose :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit;font-size:.9em}.prose :where(h4 code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(blockquote code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(thead th code):not(:where([class~=not-prose],[class~=not-prose] *)){color:inherit}.prose :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-pre-code);background-color:var(--tw-prose-pre-bg);overflow-x:auto;font-weight:400;font-size:.875em;line-height:1.7142857;margin-top:1.7142857em;margin-bottom:1.7142857em;border-radius:.375rem;padding-top:.8571429em;padding-inline-end:1.1428571em;padding-bottom:.8571429em;padding-inline-start:1.1428571em}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)){background-color:transparent;border-width:0;border-radius:0;padding:0;font-weight:inherit;color:inherit;font-size:inherit;font-family:inherit;line-height:inherit}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):before{content:none}.prose :where(pre code):not(:where([class~=not-prose],[class~=not-prose] *)):after{content:none}.prose :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){width:100%;table-layout:auto;margin-top:2em;margin-bottom:2em;font-size:.875em;line-height:1.7142857}.prose :where(thead):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-th-borders)}.prose :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-headings);font-weight:600;vertical-align:bottom;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody tr):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:1px;border-bottom-color:var(--tw-prose-td-borders)}.prose :where(tbody tr:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){border-bottom-width:0}.prose :where(tbody td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:baseline}.prose :where(tfoot):not(:where([class~=not-prose],[class~=not-prose] *)){border-top-width:1px;border-top-color:var(--tw-prose-th-borders)}.prose :where(tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){vertical-align:top}.prose :where(th,td):not(:where([class~=not-prose],[class~=not-prose] *)){text-align:start}.prose :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){color:var(--tw-prose-captions);font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose{--tw-prose-body:#374151;--tw-prose-headings:#111827;--tw-prose-lead:#4b5563;--tw-prose-links:#111827;--tw-prose-bold:#111827;--tw-prose-counters:#6b7280;--tw-prose-bullets:#d1d5db;--tw-prose-hr:#e5e7eb;--tw-prose-quotes:#111827;--tw-prose-quote-borders:#e5e7eb;--tw-prose-captions:#6b7280;--tw-prose-kbd:#111827;--tw-prose-kbd-shadows:rgba(17,24,39,.1);--tw-prose-code:#111827;--tw-prose-pre-code:#e5e7eb;--tw-prose-pre-bg:#1f2937;--tw-prose-th-borders:#d1d5db;--tw-prose-td-borders:#e5e7eb;--tw-prose-invert-body:#d1d5db;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#9ca3af;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#9ca3af;--tw-prose-invert-bullets:#4b5563;--tw-prose-invert-hr:#374151;--tw-prose-invert-quotes:#f3f4f6;--tw-prose-invert-quote-borders:#374151;--tw-prose-invert-captions:#9ca3af;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#d1d5db;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#4b5563;--tw-prose-invert-td-borders:#374151;font-size:1rem;line-height:1.75}.prose :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;margin-bottom:.5em}.prose :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.375em}.prose :where(.prose>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(.prose>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(.prose>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em}.prose :where(.prose>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.25em}.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.75em;margin-bottom:.75em}.prose :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.25em;margin-bottom:1.25em}.prose :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5em;padding-inline-start:1.625em}.prose :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.5714286em;padding-inline-end:.5714286em;padding-bottom:.5714286em;padding-inline-start:.5714286em}.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2em;margin-bottom:2em}.prose :where(.prose>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose :where(.prose>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-sm{font-size:.875rem;line-height:1.7142857}.prose-sm :where(p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where([class~=lead]):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;line-height:1.5555556;margin-top:.8888889em;margin-bottom:.8888889em}.prose-sm :where(blockquote):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.3333333em;margin-bottom:1.3333333em;padding-inline-start:1.1111111em}.prose-sm :where(h1):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:2.1428571em;margin-top:0;margin-bottom:.8em;line-height:1.2}.prose-sm :where(h2):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.4285714em;margin-top:1.6em;margin-bottom:.8em;line-height:1.4}.prose-sm :where(h3):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:1.2857143em;margin-top:1.5555556em;margin-bottom:.4444444em;line-height:1.5555556}.prose-sm :where(h4):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.4285714em;margin-bottom:.5714286em;line-height:1.4285714}.prose-sm :where(img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(picture>img):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(video):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(kbd):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;border-radius:.3125rem;padding-top:.1428571em;padding-inline-end:.3571429em;padding-bottom:.1428571em;padding-inline-start:.3571429em}.prose-sm :where(code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em}.prose-sm :where(h2 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.9em}.prose-sm :where(h3 code):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8888889em}.prose-sm :where(pre):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.6666667;margin-top:1.6666667em;margin-bottom:1.6666667em;border-radius:.25rem;padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(ul):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em;padding-inline-start:1.5714286em}.prose-sm :where(li):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;margin-bottom:.2857143em}.prose-sm :where(ol>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(ul>li):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:.4285714em}.prose-sm :where(.prose-sm>ul>li p):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(.prose-sm>ul>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ul>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(.prose-sm>ol>li>p:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:1.1428571em}.prose-sm :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.5714286em;margin-bottom:.5714286em}.prose-sm :where(dl):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em;margin-bottom:1.1428571em}.prose-sm :where(dt):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.1428571em}.prose-sm :where(dd):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:.2857143em;padding-inline-start:1.5714286em}.prose-sm :where(hr):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:2.8571429em;margin-bottom:2.8571429em}.prose-sm :where(hr+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h2+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h3+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(h4+*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(table):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.5}.prose-sm :where(thead th):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(thead th:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(thead th:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(tbody td,tfoot td):not(:where([class~=not-prose],[class~=not-prose] *)){padding-top:.6666667em;padding-inline-end:1em;padding-bottom:.6666667em;padding-inline-start:1em}.prose-sm :where(tbody td:first-child,tfoot td:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-start:0}.prose-sm :where(tbody td:last-child,tfoot td:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){padding-inline-end:0}.prose-sm :where(figure):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:1.7142857em;margin-bottom:1.7142857em}.prose-sm :where(figure>*):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0;margin-bottom:0}.prose-sm :where(figcaption):not(:where([class~=not-prose],[class~=not-prose] *)){font-size:.8571429em;line-height:1.3333333;margin-top:.6666667em}.prose-sm :where(.prose-sm>:first-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-top:0}.prose-sm :where(.prose-sm>:last-child):not(:where([class~=not-prose],[class~=not-prose] *)){margin-bottom:0}.prose-slate{--tw-prose-body:#334155;--tw-prose-headings:#0f172a;--tw-prose-lead:#475569;--tw-prose-links:#0f172a;--tw-prose-bold:#0f172a;--tw-prose-counters:#64748b;--tw-prose-bullets:#cbd5e1;--tw-prose-hr:#e2e8f0;--tw-prose-quotes:#0f172a;--tw-prose-quote-borders:#e2e8f0;--tw-prose-captions:#64748b;--tw-prose-kbd:#0f172a;--tw-prose-kbd-shadows:rgba(15,23,42,.1);--tw-prose-code:#0f172a;--tw-prose-pre-code:#e2e8f0;--tw-prose-pre-bg:#1e293b;--tw-prose-th-borders:#cbd5e1;--tw-prose-td-borders:#e2e8f0;--tw-prose-invert-body:#cbd5e1;--tw-prose-invert-headings:#fff;--tw-prose-invert-lead:#94a3b8;--tw-prose-invert-links:#fff;--tw-prose-invert-bold:#fff;--tw-prose-invert-counters:#94a3b8;--tw-prose-invert-bullets:#475569;--tw-prose-invert-hr:#334155;--tw-prose-invert-quotes:#f1f5f9;--tw-prose-invert-quote-borders:#334155;--tw-prose-invert-captions:#94a3b8;--tw-prose-invert-kbd:#fff;--tw-prose-invert-kbd-shadows:hsla(0,0%,100%,.1);--tw-prose-invert-code:#fff;--tw-prose-invert-pre-code:#cbd5e1;--tw-prose-invert-pre-bg:rgba(0,0,0,.5);--tw-prose-invert-th-borders:#475569;--tw-prose-invert-td-borders:#334155}.prose-invert{--tw-prose-body:var(--tw-prose-invert-body);--tw-prose-headings:var(--tw-prose-invert-headings);--tw-prose-lead:var(--tw-prose-invert-lead);--tw-prose-links:var(--tw-prose-invert-links);--tw-prose-bold:var(--tw-prose-invert-bold);--tw-prose-counters:var(--tw-prose-invert-counters);--tw-prose-bullets:var(--tw-prose-invert-bullets);--tw-prose-hr:var(--tw-prose-invert-hr);--tw-prose-quotes:var(--tw-prose-invert-quotes);--tw-prose-quote-borders:var(--tw-prose-invert-quote-borders);--tw-prose-captions:var(--tw-prose-invert-captions);--tw-prose-kbd:var(--tw-prose-invert-kbd);--tw-prose-kbd-shadows:var(--tw-prose-invert-kbd-shadows);--tw-prose-code:var(--tw-prose-invert-code);--tw-prose-pre-code:var(--tw-prose-invert-pre-code);--tw-prose-pre-bg:var(--tw-prose-invert-pre-bg);--tw-prose-th-borders:var(--tw-prose-invert-th-borders);--tw-prose-td-borders:var(--tw-prose-invert-td-borders)}.prose pre{border-width:0;background-color:transparent;padding:0}.prose pre code.hljs{border-radius:.375rem;padding:1rem}.prose :not(pre)>code{border-radius:.25rem;--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));padding:.125rem .375rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.875rem;line-height:1.25rem;--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.prose :not(pre)>code:after,.prose :not(pre)>code:before{content:none}.card{border-radius:.5rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1));--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1));--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.card-hover{transition-property:box-shadow;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.card-hover:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;padding:.5rem 1rem;font-weight:500;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.2s}.btn:focus{outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-offset-width:2px}.btn-primary{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-primary:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.btn-primary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.btn-secondary{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.btn-secondary:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.btn-secondary:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))}.btn-danger{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.btn-danger:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.btn-danger:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.btn-sm{padding:.375rem .75rem;font-size:.875rem;line-height:1.25rem}.btn-lg{padding:.75rem 1.5rem;font-size:1.125rem;line-height:1.75rem}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.125rem .625rem;font-size:.75rem;line-height:1rem;font-weight:500}.badge-success{background-color:rgb(220 252 231/var(--tw-bg-opacity,1));color:rgb(22 101 52/var(--tw-text-opacity,1))}.badge-success,.badge-warning{--tw-bg-opacity:1;--tw-text-opacity:1}.badge-warning{background-color:rgb(254 249 195/var(--tw-bg-opacity,1));color:rgb(133 77 14/var(--tw-text-opacity,1))}.badge-error{background-color:rgb(254 226 226/var(--tw-bg-opacity,1));color:rgb(153 27 27/var(--tw-text-opacity,1))}.badge-error,.badge-info{--tw-bg-opacity:1;--tw-text-opacity:1}.badge-info{background-color:rgb(219 234 254/var(--tw-bg-opacity,1));color:rgb(30 64 175/var(--tw-text-opacity,1))}.badge-gray{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1));--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.\!input{width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));padding:.5rem .75rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.\!input:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.input{width:100%;border-radius:.375rem;border-width:1px;--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1));padding:.5rem .75rem;--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.input:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1));outline:2px solid transparent;outline-offset:2px;--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.container-custom{margin-left:auto;margin-right:auto;max-width:80rem;padding-left:1rem;padding-right:1rem}@media (min-width:640px){.container-custom{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.container-custom{padding-left:2rem;padding-right:2rem}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}.pointer-events-none{pointer-events:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.invisible{visibility:hidden}.collapse{visibility:collapse}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:sticky}.inset-0{inset:0}.inset-x-0{left:0;right:0}.bottom-0{bottom:0}.bottom-20{bottom:5rem}.bottom-4{bottom:1rem}.left-0{left:0}.left-1\/2{left:50%}.left-2{left:.5rem}.left-\[284px\]{left:284px}.right-0{right:0}.right-1{right:.25rem}.right-2{right:.5rem}.right-3{right:.75rem}.right-4{right:1rem}.top-0{top:0}.top-1{top:.25rem}.top-1\/2{top:50%}.top-14{top:3.5rem}.top-16{top:4rem}.top-2{top:.5rem}.top-full{top:100%}.z-10{z-index:10}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.order-1{order:1}.order-2{order:2}.mx-auto{margin-left:auto;margin-right:auto}.my-1{margin-top:.25rem;margin-bottom:.25rem}.-mb-px{margin-bottom:-1px}.-ml-1{margin-left:-.25rem}.-ml-2{margin-left:-.5rem}.-mr-2{margin-right:-.5rem}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-8{margin-bottom:2rem}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-1\.5{margin-right:.375rem}.mr-2{margin-right:.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-8{margin-top:2rem}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-1{height:.25rem}.h-1\.5{height:.375rem}.h-12{height:3rem}.h-14{height:3.5rem}.h-16{height:4rem}.h-2{height:.5rem}.h-2\.5{height:.625rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-\[80vh\]{height:80vh}.h-full{height:100%}.h-screen{height:100vh}.max-h-40{max-height:10rem}.max-h-64{max-height:16rem}.max-h-96{max-height:24rem}.max-h-\[500px\]{max-height:500px}.max-h-\[60vh\]{max-height:60vh}.max-h-\[70vh\]{max-height:70vh}.max-h-\[calc\(100vh-1rem\)\]{max-height:calc(100vh - 1rem)}.min-h-0{min-height:0}.min-h-\[150px\]{min-height:150px}.min-h-\[200px\]{min-height:200px}.min-h-\[50px\]{min-height:50px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-1{width:.25rem}.w-1\.5{width:.375rem}.w-10{width:2.5rem}.w-11{width:2.75rem}.w-12{width:3rem}.w-16{width:4rem}.w-2{width:.5rem}.w-2\.5{width:.625rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-72{width:18rem}.w-8{width:2rem}.w-80{width:20rem}.w-full{width:100%}.w-px{width:1px}.min-w-0{min-width:0}.min-w-\[140px\]{min-width:140px}.min-w-\[160px\]{min-width:160px}.min-w-\[300px\]{min-width:300px}.max-w-2xl{max-width:42rem}.max-w-7xl{max-width:80rem}.max-w-\[100px\]{max-width:100px}.max-w-\[150px\]{max-width:150px}.max-w-\[200px\]{max-width:200px}.max-w-\[400px\]{max-width:400px}.max-w-\[80\%\]{max-width:80%}.max-w-\[80px\]{max-width:80px}.max-w-\[calc\(100vw-2rem\)\]{max-width:calc(100vw - 2rem)}.max-w-full{max-width:100%}.max-w-md{max-width:28rem}.max-w-none{max-width:none}.flex-1{flex:1 1 0%}.flex-shrink{flex-shrink:1}.flex-shrink-0{flex-shrink:0}.flex-grow{flex-grow:1}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x:-50%}.-translate-x-1\/2,.-translate-x-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.-translate-x-full{--tw-translate-x:-100%}.-translate-y-1\/2{--tw-translate-y:-50%}.-translate-y-1\/2,.translate-x-0{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-0{--tw-translate-x:0px}.translate-x-1{--tw-translate-x:0.25rem}.translate-x-1,.translate-x-6{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-x-6{--tw-translate-x:1.5rem}.translate-y-0{--tw-translate-y:0px}.translate-y-0,.translate-y-2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-2{--tw-translate-y:0.5rem}.translate-y-full{--tw-translate-y:100%}.rotate-180,.translate-y-full{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.rotate-180{--tw-rotate:180deg}.rotate-90{--tw-rotate:90deg}.rotate-90,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@keyframes pulse{50%{opacity:.5}}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes slide-in{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}.animate-slide-in{animation:slide-in .3s ease-out}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin{animation:spin 1s linear infinite}.cursor-col-resize{cursor:col-resize}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.cursor-row-resize{cursor:row-resize}.resize-none{resize:none}.resize-y{resize:vertical}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0\.5{gap:.125rem}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-6{gap:1.5rem}.space-x-1>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.25rem * var(--tw-space-x-reverse));margin-left:calc(.25rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-2>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(.5rem * var(--tw-space-x-reverse));margin-left:calc(.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-4>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1rem * var(--tw-space-x-reverse));margin-left:calc(1rem * calc(1 - var(--tw-space-x-reverse)))}.space-x-6>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-right:calc(1.5rem * var(--tw-space-x-reverse));margin-left:calc(1.5rem * calc(1 - var(--tw-space-x-reverse)))}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.25rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.25rem * var(--tw-space-y-reverse))}.space-y-2>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.5rem * var(--tw-space-y-reverse))}.space-y-3>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(.75rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(.75rem * var(--tw-space-y-reverse))}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1rem * var(--tw-space-y-reverse))}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(1.5rem * var(--tw-space-y-reverse))}.space-y-8>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-top:calc(2rem * calc(1 - var(--tw-space-y-reverse)));margin-bottom:calc(2rem * var(--tw-space-y-reverse))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-top-width:calc(1px * calc(1 - var(--tw-divide-y-reverse)));border-bottom-width:calc(1px * var(--tw-divide-y-reverse))}.divide-gray-100>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgb(243 244 246/var(--tw-divide-opacity,1))}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.overflow-x-hidden{overflow-x:hidden}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.whitespace-pre-wrap{white-space:pre-wrap}.break-words{overflow-wrap:break-word}.break-all{word-break:break-all}.rounded{border-radius:.25rem}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-t-2xl{border-top-left-radius:1rem;border-top-right-radius:1rem}.rounded-t-xl{border-top-left-radius:.75rem;border-top-right-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-4{border-width:4px}.border-b{border-bottom-width:1px}.border-b-2{border-bottom-width:2px}.border-l-2{border-left-width:2px}.border-l-4{border-left-width:4px}.border-t{border-top-width:1px}.border-dashed{border-style:dashed}.border-none{border-style:none}.border-amber-200{--tw-border-opacity:1;border-color:rgb(253 230 138/var(--tw-border-opacity,1))}.border-blue-200{--tw-border-opacity:1;border-color:rgb(191 219 254/var(--tw-border-opacity,1))}.border-blue-400{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.border-blue-500{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-blue-600{--tw-border-opacity:1;border-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-gray-100{--tw-border-opacity:1;border-color:rgb(243 244 246/var(--tw-border-opacity,1))}.border-gray-200{--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.border-gray-300{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-gray-400{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.border-green-200{--tw-border-opacity:1;border-color:rgb(187 247 208/var(--tw-border-opacity,1))}.border-green-400{--tw-border-opacity:1;border-color:rgb(74 222 128/var(--tw-border-opacity,1))}.border-orange-200{--tw-border-opacity:1;border-color:rgb(254 215 170/var(--tw-border-opacity,1))}.border-purple-200{--tw-border-opacity:1;border-color:rgb(233 213 255/var(--tw-border-opacity,1))}.border-red-200{--tw-border-opacity:1;border-color:rgb(254 202 202/var(--tw-border-opacity,1))}.border-red-500{--tw-border-opacity:1;border-color:rgb(239 68 68/var(--tw-border-opacity,1))}.border-transparent{border-color:transparent}.border-yellow-200{--tw-border-opacity:1;border-color:rgb(254 240 138/var(--tw-border-opacity,1))}.border-yellow-300{--tw-border-opacity:1;border-color:rgb(253 224 71/var(--tw-border-opacity,1))}.border-yellow-400{--tw-border-opacity:1;border-color:rgb(250 204 21/var(--tw-border-opacity,1))}.border-yellow-600{--tw-border-opacity:1;border-color:rgb(202 138 4/var(--tw-border-opacity,1))}.border-t-blue-500{--tw-border-opacity:1;border-top-color:rgb(59 130 246/var(--tw-border-opacity,1))}.border-t-blue-600{--tw-border-opacity:1;border-top-color:rgb(37 99 235/var(--tw-border-opacity,1))}.border-t-transparent{border-top-color:transparent}.border-opacity-20{--tw-border-opacity:0.2}.bg-amber-50{--tw-bg-opacity:1;background-color:rgb(255 251 235/var(--tw-bg-opacity,1))}.bg-black{--tw-bg-opacity:1;background-color:rgb(0 0 0/var(--tw-bg-opacity,1))}.bg-black\/50{background-color:rgba(0,0,0,.5)}.bg-blue-100{--tw-bg-opacity:1;background-color:rgb(219 234 254/var(--tw-bg-opacity,1))}.bg-blue-50{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.bg-blue-500{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.bg-blue-600{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.bg-blue-900\/30{background-color:rgba(30,58,138,.3)}.bg-gray-100{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.bg-gray-400{--tw-bg-opacity:1;background-color:rgb(156 163 175/var(--tw-bg-opacity,1))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.bg-gray-600{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.bg-gray-700{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.bg-gray-800\/30{background-color:rgba(31,41,55,.3)}.bg-gray-800\/50{background-color:rgba(31,41,55,.5)}.bg-gray-800\/80{background-color:rgba(31,41,55,.8)}.bg-gray-900{--tw-bg-opacity:1;background-color:rgb(17 24 39/var(--tw-bg-opacity,1))}.bg-green-100{--tw-bg-opacity:1;background-color:rgb(220 252 231/var(--tw-bg-opacity,1))}.bg-green-50{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.bg-green-500{--tw-bg-opacity:1;background-color:rgb(34 197 94/var(--tw-bg-opacity,1))}.bg-green-600{--tw-bg-opacity:1;background-color:rgb(22 163 74/var(--tw-bg-opacity,1))}.bg-orange-50{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.bg-orange-600{--tw-bg-opacity:1;background-color:rgb(234 88 12/var(--tw-bg-opacity,1))}.bg-purple-50{--tw-bg-opacity:1;background-color:rgb(250 245 255/var(--tw-bg-opacity,1))}.bg-purple-500{--tw-bg-opacity:1;background-color:rgb(168 85 247/var(--tw-bg-opacity,1))}.bg-purple-600{--tw-bg-opacity:1;background-color:rgb(147 51 234/var(--tw-bg-opacity,1))}.bg-red-50{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.bg-red-500{--tw-bg-opacity:1;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))}.bg-red-600{--tw-bg-opacity:1;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))}.bg-transparent{background-color:transparent}.bg-white{--tw-bg-opacity:1;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-yellow-100{--tw-bg-opacity:1;background-color:rgb(254 249 195/var(--tw-bg-opacity,1))}.bg-yellow-200{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.bg-yellow-400{--tw-bg-opacity:1;background-color:rgb(250 204 21/var(--tw-bg-opacity,1))}.bg-yellow-50{--tw-bg-opacity:1;background-color:rgb(254 252 232/var(--tw-bg-opacity,1))}.bg-yellow-500{--tw-bg-opacity:1;background-color:rgb(234 179 8/var(--tw-bg-opacity,1))}.bg-yellow-600{--tw-bg-opacity:1;background-color:rgb(202 138 4/var(--tw-bg-opacity,1))}.bg-yellow-900\/20{background-color:rgba(113,63,18,.2)}.bg-opacity-50{--tw-bg-opacity:0.5}.fill-none{fill:none}.fill-yellow-400{fill:#facc15}.p-0{padding:0}.p-1{padding:.25rem}.p-1\.5{padding:.375rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.px-0\.5{padding-left:.125rem;padding-right:.125rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-1\.5{padding-left:.375rem;padding-right:.375rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-2\.5{padding-left:.625rem;padding-right:.625rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.py-0\.5{padding-top:.125rem;padding-bottom:.125rem}.py-1{padding-top:.25rem;padding-bottom:.25rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-12{padding-top:3rem;padding-bottom:3rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.pb-2{padding-bottom:.5rem}.pb-20{padding-bottom:5rem}.pb-32{padding-bottom:8rem}.pb-6{padding-bottom:1.5rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pr-2{padding-right:.5rem}.pr-20{padding-right:5rem}.pr-6{padding-right:1.5rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-\[6\.25rem\]{padding-top:6.25rem}.text-left{text-align:left}.text-center{text-align:center}.font-mono{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.text-2xl{font-size:1.5rem;line-height:2rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.italic{font-style:italic}.leading-relaxed{line-height:1.625}.leading-tight{line-height:1.25}.tracking-wide{letter-spacing:.025em}.tracking-wider{letter-spacing:.05em}.text-amber-500{--tw-text-opacity:1;color:rgb(245 158 11/var(--tw-text-opacity,1))}.text-amber-800{--tw-text-opacity:1;color:rgb(146 64 14/var(--tw-text-opacity,1))}.text-black{--tw-text-opacity:1;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-blue-100{--tw-text-opacity:1;color:rgb(219 234 254/var(--tw-text-opacity,1))}.text-blue-200{--tw-text-opacity:1;color:rgb(191 219 254/var(--tw-text-opacity,1))}.text-blue-400{--tw-text-opacity:1;color:rgb(96 165 250/var(--tw-text-opacity,1))}.text-blue-50{--tw-text-opacity:1;color:rgb(239 246 255/var(--tw-text-opacity,1))}.text-blue-500{--tw-text-opacity:1;color:rgb(59 130 246/var(--tw-text-opacity,1))}.text-blue-600{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.text-blue-700{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.text-blue-800{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.text-blue-900{--tw-text-opacity:1;color:rgb(30 58 138/var(--tw-text-opacity,1))}.text-gray-100{--tw-text-opacity:1;color:rgb(243 244 246/var(--tw-text-opacity,1))}.text-gray-200{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity,1))}.text-gray-600{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.text-gray-700{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.text-gray-800{--tw-text-opacity:1;color:rgb(31 41 55/var(--tw-text-opacity,1))}.text-gray-900{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.text-green-500{--tw-text-opacity:1;color:rgb(34 197 94/var(--tw-text-opacity,1))}.text-green-600{--tw-text-opacity:1;color:rgb(22 163 74/var(--tw-text-opacity,1))}.text-green-700{--tw-text-opacity:1;color:rgb(21 128 61/var(--tw-text-opacity,1))}.text-green-800{--tw-text-opacity:1;color:rgb(22 101 52/var(--tw-text-opacity,1))}.text-orange-500{--tw-text-opacity:1;color:rgb(249 115 22/var(--tw-text-opacity,1))}.text-orange-600{--tw-text-opacity:1;color:rgb(234 88 12/var(--tw-text-opacity,1))}.text-orange-700{--tw-text-opacity:1;color:rgb(194 65 12/var(--tw-text-opacity,1))}.text-orange-800{--tw-text-opacity:1;color:rgb(154 52 18/var(--tw-text-opacity,1))}.text-pink-500{--tw-text-opacity:1;color:rgb(236 72 153/var(--tw-text-opacity,1))}.text-purple-500{--tw-text-opacity:1;color:rgb(168 85 247/var(--tw-text-opacity,1))}.text-purple-600{--tw-text-opacity:1;color:rgb(147 51 234/var(--tw-text-opacity,1))}.text-purple-700{--tw-text-opacity:1;color:rgb(126 34 206/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-red-500{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.text-red-600{--tw-text-opacity:1;color:rgb(220 38 38/var(--tw-text-opacity,1))}.text-red-700{--tw-text-opacity:1;color:rgb(185 28 28/var(--tw-text-opacity,1))}.text-red-800{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.text-yellow-400{--tw-text-opacity:1;color:rgb(250 204 21/var(--tw-text-opacity,1))}.text-yellow-500{--tw-text-opacity:1;color:rgb(234 179 8/var(--tw-text-opacity,1))}.text-yellow-600{--tw-text-opacity:1;color:rgb(202 138 4/var(--tw-text-opacity,1))}.text-yellow-700{--tw-text-opacity:1;color:rgb(161 98 7/var(--tw-text-opacity,1))}.text-yellow-800{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.underline{text-decoration-line:underline}.placeholder-gray-400::-moz-placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.placeholder-gray-400::placeholder{--tw-placeholder-opacity:1;color:rgb(156 163 175/var(--tw-placeholder-opacity,1))}.opacity-0{opacity:0}.opacity-100{opacity:1}.opacity-25{opacity:.25}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-75{opacity:.75}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,.25);--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)}.shadow-2xl,.shadow-lg{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -4px rgba(0,0,0,.1);--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,.05);--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)}.shadow-sm,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 8px 10px -6px rgba(0,0,0,.1);--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline-none{outline:2px solid transparent;outline-offset:2px}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.ring-blue-300{--tw-ring-opacity:1;--tw-ring-color:rgb(147 197 253/var(--tw-ring-opacity,1))}.ring-blue-400{--tw-ring-opacity:1;--tw-ring-color:rgb(96 165 250/var(--tw-ring-opacity,1))}.ring-purple-400{--tw-ring-opacity:1;--tw-ring-color:rgb(192 132 252/var(--tw-ring-opacity,1))}.ring-opacity-50{--tw-ring-opacity:0.5}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-\[padding\]{transition-property:padding;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-transform{transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.delay-0{transition-delay:0s}.delay-100{transition-delay:.1s}.delay-150{transition-delay:.15s}.delay-200{transition-delay:.2s}.delay-300{transition-delay:.3s}.duration-100{transition-duration:.1s}.duration-150{transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.scrollbar-thin{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.scrollbar-thin::-webkit-scrollbar{width:6px;height:6px}.scrollbar-thin::-webkit-scrollbar-track{background:transparent}.scrollbar-thin::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}.scrollbar-thin::-webkit-scrollbar-thumb:hover{background-color:#94a3b8}.\[word-break\:break-word\]{word-break:break-word}.focus-within\:border-blue-500:focus-within{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus-within\:ring-1:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus-within\:ring-blue-500:focus-within{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.hover\:h-2:hover{height:.5rem}.hover\:w-2:hover{width:.5rem}.hover\:scale-110:hover{--tw-scale-x:1.1;--tw-scale-y:1.1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.hover\:border-blue-400:hover{--tw-border-opacity:1;border-color:rgb(96 165 250/var(--tw-border-opacity,1))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.hover\:border-gray-400:hover{--tw-border-opacity:1;border-color:rgb(156 163 175/var(--tw-border-opacity,1))}.hover\:bg-amber-100:hover{--tw-bg-opacity:1;background-color:rgb(254 243 199/var(--tw-bg-opacity,1))}.hover\:bg-blue-50:hover{--tw-bg-opacity:1;background-color:rgb(239 246 255/var(--tw-bg-opacity,1))}.hover\:bg-blue-500:hover{--tw-bg-opacity:1;background-color:rgb(59 130 246/var(--tw-bg-opacity,1))}.hover\:bg-blue-600:hover{--tw-bg-opacity:1;background-color:rgb(37 99 235/var(--tw-bg-opacity,1))}.hover\:bg-blue-700:hover{--tw-bg-opacity:1;background-color:rgb(29 78 216/var(--tw-bg-opacity,1))}.hover\:bg-gray-100:hover{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgb(229 231 235/var(--tw-bg-opacity,1))}.hover\:bg-gray-300:hover{--tw-bg-opacity:1;background-color:rgb(209 213 219/var(--tw-bg-opacity,1))}.hover\:bg-gray-50:hover{--tw-bg-opacity:1;background-color:rgb(249 250 251/var(--tw-bg-opacity,1))}.hover\:bg-gray-600:hover{--tw-bg-opacity:1;background-color:rgb(75 85 99/var(--tw-bg-opacity,1))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}.hover\:bg-gray-800:hover{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.hover\:bg-green-50:hover{--tw-bg-opacity:1;background-color:rgb(240 253 244/var(--tw-bg-opacity,1))}.hover\:bg-green-700:hover{--tw-bg-opacity:1;background-color:rgb(21 128 61/var(--tw-bg-opacity,1))}.hover\:bg-orange-50:hover{--tw-bg-opacity:1;background-color:rgb(255 247 237/var(--tw-bg-opacity,1))}.hover\:bg-orange-700:hover{--tw-bg-opacity:1;background-color:rgb(194 65 12/var(--tw-bg-opacity,1))}.hover\:bg-purple-700:hover{--tw-bg-opacity:1;background-color:rgb(126 34 206/var(--tw-bg-opacity,1))}.hover\:bg-red-50:hover{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.hover\:bg-red-700:hover{--tw-bg-opacity:1;background-color:rgb(185 28 28/var(--tw-bg-opacity,1))}.hover\:bg-yellow-200:hover{--tw-bg-opacity:1;background-color:rgb(254 240 138/var(--tw-bg-opacity,1))}.hover\:bg-yellow-700:hover{--tw-bg-opacity:1;background-color:rgb(161 98 7/var(--tw-bg-opacity,1))}.hover\:text-blue-300:hover{--tw-text-opacity:1;color:rgb(147 197 253/var(--tw-text-opacity,1))}.hover\:text-blue-600:hover{--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.hover\:text-blue-700:hover{--tw-text-opacity:1;color:rgb(29 78 216/var(--tw-text-opacity,1))}.hover\:text-blue-800:hover{--tw-text-opacity:1;color:rgb(30 64 175/var(--tw-text-opacity,1))}.hover\:text-gray-200:hover{--tw-text-opacity:1;color:rgb(229 231 235/var(--tw-text-opacity,1))}.hover\:text-gray-300:hover{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.hover\:text-gray-600:hover{--tw-text-opacity:1;color:rgb(75 85 99/var(--tw-text-opacity,1))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgb(55 65 81/var(--tw-text-opacity,1))}.hover\:text-gray-900:hover{--tw-text-opacity:1;color:rgb(17 24 39/var(--tw-text-opacity,1))}.hover\:text-red-500:hover{--tw-text-opacity:1;color:rgb(239 68 68/var(--tw-text-opacity,1))}.hover\:text-red-800:hover{--tw-text-opacity:1;color:rgb(153 27 27/var(--tw-text-opacity,1))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.hover\:text-yellow-800:hover{--tw-text-opacity:1;color:rgb(133 77 14/var(--tw-text-opacity,1))}.hover\:underline:hover{text-decoration-line:underline}.hover\:no-underline:hover{text-decoration-line:none}.hover\:opacity-70:hover{opacity:.7}.hover\:opacity-80:hover{opacity:.8}.hover\:shadow-md:hover{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.focus\:border-blue-500:focus{--tw-border-opacity:1;border-color:rgb(59 130 246/var(--tw-border-opacity,1))}.focus\:border-purple-500:focus{--tw-border-opacity:1;border-color:rgb(168 85 247/var(--tw-border-opacity,1))}.focus\:border-transparent:focus{border-color:transparent}.focus\:bg-gray-100:focus{--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.focus\:bg-red-50:focus{--tw-bg-opacity:1;background-color:rgb(254 242 242/var(--tw-bg-opacity,1))}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}.focus\:ring-0:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-0:focus,.focus\:ring-1:focus{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-1:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring-2:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring-inset:focus{--tw-ring-inset:inset}.focus\:ring-blue-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(59 130 246/var(--tw-ring-opacity,1))}.focus\:ring-gray-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(107 114 128/var(--tw-ring-opacity,1))}.focus\:ring-purple-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(168 85 247/var(--tw-ring-opacity,1))}.focus\:ring-red-500:focus{--tw-ring-opacity:1;--tw-ring-color:rgb(239 68 68/var(--tw-ring-opacity,1))}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px}.focus\:ring-offset-gray-900:focus{--tw-ring-offset-color:#111827}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:text-gray-300:disabled{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.disabled\:opacity-50:disabled{opacity:.5}.disabled\:hover\:bg-transparent:hover:disabled{background-color:transparent}.group:hover .group-hover\:opacity-100{opacity:1}.prose-headings\:font-semibold :is(:where(h1,h2,h3,h4,h5,h6,th):not(:where([class~=not-prose],[class~=not-prose] *))){font-weight:600}.prose-h1\:border-b :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){border-bottom-width:1px}.prose-h1\:pb-2 :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){padding-bottom:.5rem}.prose-h1\:text-3xl :is(:where(h1):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.875rem;line-height:2.25rem}.prose-h2\:border-b :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){border-bottom-width:1px}.prose-h2\:pb-2 :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){padding-bottom:.5rem}.prose-h2\:text-2xl :is(:where(h2):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.5rem;line-height:2rem}.prose-h3\:text-xl :is(:where(h3):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:1.25rem;line-height:1.75rem}.prose-a\:text-blue-600 :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-text-opacity:1;color:rgb(37 99 235/var(--tw-text-opacity,1))}.prose-a\:no-underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))){text-decoration-line:none}.hover\:prose-a\:underline :is(:where(a):not(:where([class~=not-prose],[class~=not-prose] *))):hover{text-decoration-line:underline}.prose-code\:rounded :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.25rem}.prose-code\:bg-gray-100 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.prose-code\:px-1 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){padding-left:.25rem;padding-right:.25rem}.prose-code\:py-0\.5 :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){padding-top:.125rem;padding-bottom:.125rem}.prose-code\:text-sm :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))){font-size:.875rem;line-height:1.25rem}.prose-code\:before\:content-none :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))):before{--tw-content:none;content:var(--tw-content)}.prose-code\:after\:content-none :is(:where(code):not(:where([class~=not-prose],[class~=not-prose] *))):after{--tw-content:none;content:var(--tw-content)}.prose-pre\:border :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){border-width:1px}.prose-pre\:border-gray-200 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-border-opacity:1;border-color:rgb(229 231 235/var(--tw-border-opacity,1))}.prose-pre\:bg-gray-100 :is(:where(pre):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-bg-opacity:1;background-color:rgb(243 244 246/var(--tw-bg-opacity,1))}.prose-img\:rounded-lg :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){border-radius:.5rem}.prose-img\:shadow-md :is(:where(img):not(:where([class~=not-prose],[class~=not-prose] *))){--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -2px rgba(0,0,0,.1);--tw-shadow-colored:0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}@media (min-width:640px){.sm\:inline{display:inline}.sm\:h-6{height:1.5rem}.sm\:max-h-\[70vh\]{max-height:70vh}.sm\:max-h-\[calc\(100vh-2rem\)\]{max-height:calc(100vh - 2rem)}.sm\:w-6{width:1.5rem}.sm\:w-auto{width:auto}.sm\:max-w-2xl{max-width:42rem}.sm\:max-w-4xl{max-width:56rem}.sm\:max-w-6xl{max-width:72rem}.sm\:max-w-\[95vw\]{max-width:95vw}.sm\:max-w-md{max-width:28rem}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:p-4{padding:1rem}.sm\:p-8{padding:2rem}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:py-4{padding-top:1rem;padding-bottom:1rem}.sm\:text-lg{font-size:1.125rem;line-height:1.75rem}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:pl-0{padding-left:0}.md\:pl-72{padding-left:18rem}}@media (min-width:1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (prefers-color-scheme:dark){.dark\:border-gray-600{--tw-border-opacity:1;border-color:rgb(75 85 99/var(--tw-border-opacity,1))}.dark\:border-gray-700{--tw-border-opacity:1;border-color:rgb(55 65 81/var(--tw-border-opacity,1))}.dark\:bg-gray-800{--tw-bg-opacity:1;background-color:rgb(31 41 55/var(--tw-bg-opacity,1))}.dark\:text-gray-300{--tw-text-opacity:1;color:rgb(209 213 219/var(--tw-text-opacity,1))}.dark\:text-gray-400{--tw-text-opacity:1;color:rgb(156 163 175/var(--tw-text-opacity,1))}.dark\:hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgb(55 65 81/var(--tw-bg-opacity,1))}}