frizz 0.2.0 → 0.4.0

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 (115) hide show
  1. package/README.md +25 -20
  2. package/dist/claude-agent-broker.js +72 -27
  3. package/dist/dev-child.js +8302 -4628
  4. package/dist/frizz.js +1302 -701
  5. package/package.json +10 -4
  6. package/runtime/cc-worker/.claude-plugin/plugin.json +1 -1
  7. package/runtime/cc-worker/DECISIONS.md +81 -4
  8. package/runtime/cc-worker/bin/frizz-mcp.mjs +472 -58
  9. package/runtime/cc-worker/hooks/agent-dispatch.mjs +1 -1
  10. package/runtime/cc-worker/hooks/deny-plan.mjs +1 -1
  11. package/runtime/cc-worker/hooks/hooks.json +0 -7
  12. package/runtime/cc-worker/hooks/precompact-instructions.mjs +39 -28
  13. package/runtime/cc-worker/hooks/scratchpad.mjs +142 -169
  14. package/runtime/cc-worker/hooks/session-seed.mjs +16 -15
  15. package/runtime/cc-worker/skills/waits/SKILL.md +2 -2
  16. package/web-dist/apple-touch-icon.png +0 -0
  17. package/web-dist/assets/{TerminalPane-ROKHp1ib.js → TerminalPane-sd3XXjx5.js} +2 -2
  18. package/web-dist/assets/{abnfDiagram-VRR7QNED-DcpdhBs3.js → abnfDiagram-VRR7QNED-Bry_FIqg.js} +1 -1
  19. package/web-dist/assets/architecture-TIHT7OUA-CoMJQ5Ya.js +1 -0
  20. package/web-dist/assets/{architectureDiagram-ZJ3FMSHR-CUAKf0mn.js → architectureDiagram-ZJ3FMSHR-Baok4OeI.js} +1 -1
  21. package/web-dist/assets/{blockDiagram-677ZJIJ3-BPwpJIzx.js → blockDiagram-677ZJIJ3-BgHIO9lI.js} +1 -1
  22. package/web-dist/assets/{c4Diagram-LMCZKHZV-1lptuHzZ.js → c4Diagram-LMCZKHZV-rfj9Z17Z.js} +1 -1
  23. package/web-dist/assets/channel-D6uS1y7I.js +1 -0
  24. package/web-dist/assets/{chunk-32BRIVSS-CFR9AKjY.js → chunk-32BRIVSS-BwaHfK1Y.js} +1 -1
  25. package/web-dist/assets/{chunk-52WLFC77-CM9uct7m.js → chunk-52WLFC77-BmdQDZOA.js} +1 -1
  26. package/web-dist/assets/{chunk-C7G6YPKG-DiveJARw.js → chunk-C7G6YPKG-ByQFjoZe.js} +1 -1
  27. package/web-dist/assets/{chunk-EX3LRPZG-BE1CBw8F.js → chunk-EX3LRPZG-DQFudBKr.js} +1 -1
  28. package/web-dist/assets/{chunk-FWX5IMBZ-DL42uXiO.js → chunk-FWX5IMBZ-OW9qEPiq.js} +2 -2
  29. package/web-dist/assets/{chunk-HOUHSVGY-DPhJWgDw.js → chunk-HOUHSVGY-BdKLF8nO.js} +1 -1
  30. package/web-dist/assets/{chunk-ICXQ74PX-CwYy-6AP.js → chunk-ICXQ74PX-C1roqKR1.js} +1 -1
  31. package/web-dist/assets/{chunk-MOJQB5TN-Ds5I9wxq.js → chunk-MOJQB5TN-Cx0u1ZDK.js} +1 -1
  32. package/web-dist/assets/{chunk-OGEWGWER-DHiZJwQD.js → chunk-OGEWGWER-rxv9xtNR.js} +1 -1
  33. package/web-dist/assets/{chunk-PUDLZKDR-B-eyQTsF.js → chunk-PUDLZKDR-BXWPPPPi.js} +1 -1
  34. package/web-dist/assets/{chunk-Q4XR5HBZ-DK7dB3Ti.js → chunk-Q4XR5HBZ-CpqbD101.js} +1 -1
  35. package/web-dist/assets/{chunk-V7JOEXUC-Dn59m74L.js → chunk-V7JOEXUC-CP8_3qVt.js} +1 -1
  36. package/web-dist/assets/{chunk-VAUOI2AC-DK7x36hd.js → chunk-VAUOI2AC-Dl7xahpk.js} +1 -1
  37. package/web-dist/assets/{chunk-VR4S4FIN-D7-CI3Yl.js → chunk-VR4S4FIN-BKtMX64l.js} +1 -1
  38. package/web-dist/assets/{chunk-WYO6CB5R-B3l-mLCs.js → chunk-WYO6CB5R-DmLOdJcu.js} +1 -1
  39. package/web-dist/assets/{chunk-ZGVPDNZ5-Dobxlxie.js → chunk-ZGVPDNZ5-5wN7eXvS.js} +1 -1
  40. package/web-dist/assets/classDiagram-OUVF2IWQ-BW5YiBf4.js +1 -0
  41. package/web-dist/assets/classDiagram-v2-EOCWNBFH-BW5YiBf4.js +1 -0
  42. package/web-dist/assets/{cynefin-VYW2F7L2-Dh7RuEUJ.js → cynefin-VYW2F7L2-DUYahBXb.js} +1 -1
  43. package/web-dist/assets/{cynefinDiagram-TSTJHNR4-ClPi2mZZ.js → cynefinDiagram-TSTJHNR4-Rm0i30nE.js} +1 -1
  44. package/web-dist/assets/{dagre-VKFMJZFB-52_WP1QV.js → dagre-VKFMJZFB-3uhsB-W3.js} +1 -1
  45. package/web-dist/assets/{diagram-FQU43EPY-D_1zVsTL.js → diagram-FQU43EPY-BUvflNRQ.js} +1 -1
  46. package/web-dist/assets/{diagram-G47NLZAW-CdZxuGUy.js → diagram-G47NLZAW-DUluIZel.js} +1 -1
  47. package/web-dist/assets/{diagram-NH7WQ7WH-C8pSFu0P.js → diagram-NH7WQ7WH-BBrwsbed.js} +1 -1
  48. package/web-dist/assets/{diagram-OA4YK3LP-C5bjZLre.js → diagram-OA4YK3LP-DWnTQBw4.js} +1 -1
  49. package/web-dist/assets/{diagram-WEI45ONY-Bxzhiuzn.js → diagram-WEI45ONY-BjEavoC0.js} +1 -1
  50. package/web-dist/assets/{ebnfDiagram-CCIWWBDH-g-Z0J2wP.js → ebnfDiagram-CCIWWBDH-CW4xZAZH.js} +1 -1
  51. package/web-dist/assets/{erDiagram-Q63AITRT-DVNkgIHp.js → erDiagram-Q63AITRT-BemQ1R4B.js} +1 -1
  52. package/web-dist/assets/eventmodeling-45OFAUF4-BF5KB7ja.js +1 -0
  53. package/web-dist/assets/flowDiagram-23GEKE2U-BYo4Eytx.js +1 -0
  54. package/web-dist/assets/{ganttDiagram-NO4QXBWP-_71pQYEK.js → ganttDiagram-NO4QXBWP-lDdG5I_z.js} +1 -1
  55. package/web-dist/assets/{gitGraph-TEB2WS4Q-ChIZiGZS.js → gitGraph-TEB2WS4Q-Bw87a_Se.js} +1 -1
  56. package/web-dist/assets/{gitGraphDiagram-IHSO6WYX-DCHAFI0l.js → gitGraphDiagram-IHSO6WYX-B762r0yi.js} +1 -1
  57. package/web-dist/assets/index-B3QArXu2.css +1 -0
  58. package/web-dist/assets/index-CAapfhMv.js +365 -0
  59. package/web-dist/assets/{info-DKCQHKI2-BW-n_T1j.js → info-DKCQHKI2-DGOv6Gx0.js} +1 -1
  60. package/web-dist/assets/{infoDiagram-FWYZ7A6U-CgDYsKi9.js → infoDiagram-FWYZ7A6U-DL92kAzf.js} +1 -1
  61. package/web-dist/assets/{ishikawaDiagram-FXEZZL3T-ClzGNt9N.js → ishikawaDiagram-FXEZZL3T-CFYd4OtU.js} +1 -1
  62. package/web-dist/assets/{journeyDiagram-5HDEW3XC-DSCQxkHC.js → journeyDiagram-5HDEW3XC-QHuYL5zq.js} +1 -1
  63. package/web-dist/assets/{kanban-definition-HUTT4EX6-CdrdX9N8.js → kanban-definition-HUTT4EX6-DwmMluQ8.js} +1 -1
  64. package/web-dist/assets/{line-ha38Dc-1.js → line-Je_PFFHm.js} +1 -1
  65. package/web-dist/assets/{mermaid-parser.core-Z4uMcpip.js → mermaid-parser.core-BeiGWsn3.js} +3 -3
  66. package/web-dist/assets/{mermaid.core-iZRq3hbu.js → mermaid.core-BP8JrW48.js} +3 -3
  67. package/web-dist/assets/{mindmap-definition-LN4V7U3C-DmhInJO_.js → mindmap-definition-LN4V7U3C-BsmjCIrM.js} +1 -1
  68. package/web-dist/assets/{packet-7NZHBO7P-DBPB36Kl.js → packet-7NZHBO7P-D6ekYYGJ.js} +1 -1
  69. package/web-dist/assets/{pegDiagram-2B236MQR-CAH3ljfj.js → pegDiagram-2B236MQR-CQc2Kt0u.js} +1 -1
  70. package/web-dist/assets/{pie-RZYD4A2V-_h_eX4Ca.js → pie-RZYD4A2V-C_45fO8J.js} +1 -1
  71. package/web-dist/assets/{pieDiagram-ENE6RG2P-DFBPus8j.js → pieDiagram-ENE6RG2P-Dg5z6iWt.js} +1 -1
  72. package/web-dist/assets/{quadrantDiagram-ABIIQ3AL-DMvOCjt8.js → quadrantDiagram-ABIIQ3AL-c7gZxuCX.js} +1 -1
  73. package/web-dist/assets/{radar-I7S5WNFK-2EzoPHEZ.js → radar-I7S5WNFK-D80XNJQq.js} +1 -1
  74. package/web-dist/assets/{railroad-3IZDKUUU-BPJnn-hm.js → railroad-3IZDKUUU-Brz7eZQ0.js} +1 -1
  75. package/web-dist/assets/railroad-abnf-AHOZXSZD-D44pcGhJ.js +1 -0
  76. package/web-dist/assets/railroad-ebnf-EBAXGLYW-CiWVH5SP.js +1 -0
  77. package/web-dist/assets/railroad-peg-LSFZ7HO6-Cy1B6-pN.js +1 -0
  78. package/web-dist/assets/{railroadDiagram-RFXS5EU6-DKq5FagA.js → railroadDiagram-RFXS5EU6-Db9K7bty.js} +1 -1
  79. package/web-dist/assets/{requirementDiagram-TGXJPOKE-BJ5tGazp.js → requirementDiagram-TGXJPOKE-m1ipMrDe.js} +1 -1
  80. package/web-dist/assets/{sankeyDiagram-HTMAVEWB-XSJjcBhX.js → sankeyDiagram-HTMAVEWB-4Zz9ry0k.js} +1 -1
  81. package/web-dist/assets/{sequenceDiagram-DBY2YBRQ-CBb8emSe.js → sequenceDiagram-DBY2YBRQ-CZeGHw4X.js} +1 -1
  82. package/web-dist/assets/{stateDiagram-2N3HPSRC-DDfRW94V.js → stateDiagram-2N3HPSRC-rLUVs1Pg.js} +1 -1
  83. package/web-dist/assets/stateDiagram-v2-6OUMAXLB-w7QDFEvx.js +1 -0
  84. package/web-dist/assets/{swimlanes-5IMT3BWC-DvRYbkZi.js → swimlanes-5IMT3BWC-BAeBdscz.js} +1 -1
  85. package/web-dist/assets/swimlanesDiagram-G3AALYLV-UhdgWpNZ.js +8 -0
  86. package/web-dist/assets/{timeline-definition-FHXFAJF6-BNUa_DwI.js → timeline-definition-FHXFAJF6-DL0eWMF-.js} +1 -1
  87. package/web-dist/assets/{treeView-QDETBFTQ-I6-IW6nJ.js → treeView-QDETBFTQ-gEtzLMA8.js} +1 -1
  88. package/web-dist/assets/{treemap-6X3UGDF4-CWWmEUYJ.js → treemap-6X3UGDF4-CCym1Gz6.js} +1 -1
  89. package/web-dist/assets/{vennDiagram-L72KCM5P-DTDrPGLk.js → vennDiagram-L72KCM5P-cF97-nb5.js} +1 -1
  90. package/web-dist/assets/{wardley-OPB4EBWU-CNsdgXXA.js → wardley-OPB4EBWU-DQJHCGbM.js} +1 -1
  91. package/web-dist/assets/{wardleyDiagram-EHGQE667-YE0tq3Kh.js → wardleyDiagram-EHGQE667-0CnHzXLX.js} +1 -1
  92. package/web-dist/assets/{xychartDiagram-FW5EYKEG-D0ofMX8C.js → xychartDiagram-FW5EYKEG-9YDOp4m5.js} +1 -1
  93. package/web-dist/favicon-16.png +0 -0
  94. package/web-dist/favicon-32.png +0 -0
  95. package/web-dist/favicon.svg +17 -61
  96. package/web-dist/icon-192.png +0 -0
  97. package/web-dist/icon-512.png +0 -0
  98. package/web-dist/icon-maskable-512.png +0 -0
  99. package/web-dist/index.html +19 -8
  100. package/web-dist/manifest.webmanifest +3 -3
  101. package/runtime/cc-worker/hooks/scratchpad-stop.mjs +0 -125
  102. package/runtime/cc-worker/skills/handoff/SKILL.md +0 -209
  103. package/web-dist/assets/architecture-TIHT7OUA-CAviNivx.js +0 -1
  104. package/web-dist/assets/channel-CqKDIFQF.js +0 -1
  105. package/web-dist/assets/classDiagram-OUVF2IWQ-B_-6iXYY.js +0 -1
  106. package/web-dist/assets/classDiagram-v2-EOCWNBFH-B_-6iXYY.js +0 -1
  107. package/web-dist/assets/eventmodeling-45OFAUF4-MpmeH5YZ.js +0 -1
  108. package/web-dist/assets/flowDiagram-23GEKE2U-D-QgjjhF.js +0 -1
  109. package/web-dist/assets/index-w4v-GZEc.js +0 -358
  110. package/web-dist/assets/index-zyi22LPz.css +0 -1
  111. package/web-dist/assets/railroad-abnf-AHOZXSZD-YeUoiySk.js +0 -1
  112. package/web-dist/assets/railroad-ebnf-EBAXGLYW-Ddw1SuGG.js +0 -1
  113. package/web-dist/assets/railroad-peg-LSFZ7HO6-Dd8BOGeW.js +0 -1
  114. package/web-dist/assets/stateDiagram-v2-6OUMAXLB-hc41W5Lx.js +0 -1
  115. package/web-dist/assets/swimlanesDiagram-G3AALYLV-BZyGdgSG.js +0 -8
@@ -0,0 +1,365 @@
1
+ const __vite__mapDeps=(i,m=__vite__mapDeps,d=(m.f||(m.f=["assets/TerminalPane-sd3XXjx5.js","assets/rolldown-runtime-Bh1tDfsg.js","assets/mermaid.core-BP8JrW48.js","assets/chunk-Y2CYZVJY-DsF7k-Jl.js","assets/src-C4XfhTaE.js","assets/chunk-WYO6CB5R-DmLOdJcu.js","assets/chunk-ICXQ74PX-C1roqKR1.js","assets/dist-DoH_9pyS.js","assets/chunk-VAUOI2AC-Dl7xahpk.js","assets/chunk-HOUHSVGY-BdKLF8nO.js","assets/chunk-Q4XR5HBZ-CpqbD101.js","assets/chunk-7BUUIJ7U-Bb538aSH.js","assets/chunk-OGEWGWER-rxv9xtNR.js","assets/chunk-C7G6YPKG-ByQFjoZe.js","assets/chunk-ZGVPDNZ5-5wN7eXvS.js","assets/rough.esm-CSKSodPl.js","assets/chunk-52WLFC77-BmdQDZOA.js","assets/line-Je_PFFHm.js","assets/path-BWPyau1x.js","assets/array-BifhSqXX.js","assets/chunk-FWX5IMBZ-OW9qEPiq.js","assets/chunk-ZIRB5QZD-C6fEPe3t.js"])))=>i.map(i=>d[i]);
2
+ import{n as e,t}from"./rolldown-runtime-Bh1tDfsg.js";(function(){let e=document.createElement(`link`).relList;if(e&&e.supports&&e.supports(`modulepreload`))return;for(let e of document.querySelectorAll(`link[rel="modulepreload"]`))n(e);new MutationObserver(e=>{for(let t of e)if(t.type===`childList`)for(let e of t.addedNodes)e.tagName===`LINK`&&e.rel===`modulepreload`&&n(e)}).observe(document,{childList:!0,subtree:!0});function t(e){let t={};return e.integrity&&(t.integrity=e.integrity),e.referrerPolicy&&(t.referrerPolicy=e.referrerPolicy),e.crossOrigin===`use-credentials`?t.credentials=`include`:e.crossOrigin===`anonymous`?t.credentials=`omit`:t.credentials=`same-origin`,t}function n(e){if(e.ep)return;e.ep=!0;let n=t(e);fetch(e.href,n)}})();var n=`bippy-0.5.43`,r=Object.defineProperty,i=Object.prototype.hasOwnProperty,a=()=>{},o=e=>{try{Function.prototype.toString.call(e).indexOf(`^_^`)>-1&&setTimeout(()=>{throw Error(`React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build`)})}catch{}},s=(e=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__)=>!!(e&&`getFiberRoots`in e),c=!1,l,u=(e=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__)=>c?!0:(e&&typeof e.inject==`function`&&(l=e.inject.toString()),!!l?.includes(`(injected)`)),d=new Set,f=new Set,p=e=>{let t=new Map,i=0,s={_instrumentationIsActive:!1,_instrumentationSource:n,checkDCE:o,hasUnsupportedRendererAttached:!1,inject(e){let n=++i;return t.set(n,e),f.add(e),s._instrumentationIsActive||(s._instrumentationIsActive=!0,d.forEach(e=>e())),n},on:a,onCommitFiberRoot:a,onCommitFiberUnmount:a,onPostCommitFiberRoot:a,renderers:t,supportsFiber:!0,supportsFlight:!0};try{r(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`,{configurable:!0,enumerable:!0,get(){return s},set(t){if(t&&typeof t==`object`){let n=s.renderers;s=t,n.size>0&&(n.forEach((e,n)=>{f.add(e),t.renderers.set(n,e)}),m(e))}}});let t=window.hasOwnProperty,n=!1;r(window,`hasOwnProperty`,{configurable:!0,value:function(...e){try{if(!n&&e[0]===`__REACT_DEVTOOLS_GLOBAL_HOOK__`)return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,n=!0,-0}catch{}return t.apply(this,e)},writable:!0})}catch{m(e)}return s},m=e=>{e&&d.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){t.checkDCE=o,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=n,t._instrumentationIsActive=!1;let e=s(t);if(e||(t.on=a),t.renderers.size){t._instrumentationIsActive=!0,d.forEach(e=>e());return}let r=t.inject,i=u(t);i&&!e&&(c=!0,t.inject({scheduleRefresh(){}})&&(t._instrumentationIsActive=!0)),t.inject=e=>{let n=r(e);return f.add(e),i&&t.renderers.set(n,e),t._instrumentationIsActive=!0,d.forEach(e=>e()),n}}(t.renderers.size||t._instrumentationIsActive||u())&&e?.()}catch{}},h=()=>i.call(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`),g=e=>h()?(m(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):p(e),_=()=>!!(typeof window<`u`&&(window.document?.createElement||window.navigator?.product===`ReactNative`));(()=>{try{_()&&g()}catch{}})();var v=(e,t,n=!1)=>{if(!e)return null;if(t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=v(r,t,n);if(e)return e;r=n?null:r.sibling}return null},y=async(e,t,n=!1)=>{if(!e)return null;if(await t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=await y(r,t,n);if(e)return e;r=n?null:r.sibling}return null},b=e=>{let t=e;return typeof t==`function`?t:typeof t==`object`&&t?b(t.type||t.render):null},x=e=>{try{if(typeof e.version==`string`&&e.bundleType>0)return`development`}catch{}return`production`},S=e=>Object.prototype.toString.call(e)===`[object Object]`&&(Object.getPrototypeOf(e)===Object.prototype||Object.getPrototypeOf(e)===null),C=(e,t=[])=>{if(!S(e))return[{path:t,value:e}];let n=[];for(let r in e){let i=e[r],a=t.concat(r);S(i)?n.push(...C(i,a)):n.push({path:a,value:i})}return n},w,T,E,D,O,k,A,ee,j,M,N,te,P,ne,re,ie,ae={},oe=[],se=/acit|ex(?:s|g|n|p|$)|rph|grid|ows|mnc|ntw|ine[ch]|zoo|^ord|itera/i,ce=Array.isArray;function le(e,t){for(var n in t)e[n]=t[n];return e}function ue(e){e&&e.parentNode&&e.parentNode.removeChild(e)}function de(e,t,n){var r,i,a,o={};for(a in t)a==`key`?r=t[a]:a==`ref`?i=t[a]:o[a]=t[a];if(arguments.length>2&&(o.children=arguments.length>3?w.call(arguments,2):n),typeof e==`function`&&e.defaultProps!=null)for(a in e.defaultProps)o[a]===void 0&&(o[a]=e.defaultProps[a]);return fe(e,o,r,i,null)}function fe(e,t,n,r,i){var a={type:e,props:t,key:n,ref:r,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:i??++E,__i:-1,__u:0};return i==null&&T.vnode!=null&&T.vnode(a),a}function pe(e){return e.children}function me(e,t){this.props=e,this.context=t}function he(e,t){if(t==null)return e.__?he(e.__,e.__i+1):null;for(var n;t<e.__k.length;t++)if((n=e.__k[t])!=null&&n.__e!=null)return n.__e;return typeof e.type==`function`?he(e):null}function ge(e){if(e.__P&&e.__d){var t=e.__v,n=t.__e,r=[],i=[],a=le({},t);a.__v=t.__v+1,T.vnode&&T.vnode(a),Oe(e.__P,a,t,e.__n,e.__P.namespaceURI,32&t.__u?[n]:null,r,n??he(t),!!(32&t.__u),i),a.__v=t.__v,a.__.__k[a.__i]=a,Ae(r,a,i),t.__e=t.__=null,a.__e!=n&&_e(a)}}function _e(e){if((e=e.__)!=null&&e.__c!=null)return e.__e=e.__c.base=null,e.__k.some(function(t){if(t!=null&&t.__e!=null)return e.__e=e.__c.base=t.__e}),_e(e)}function ve(e){(!e.__d&&(e.__d=!0)&&O.push(e)&&!ye.__r++||k!=T.debounceRendering)&&((k=T.debounceRendering)||A)(ye)}function ye(){try{for(var e,t=1;O.length;)O.length>t&&O.sort(ee),e=O.shift(),t=O.length,ge(e)}finally{O.length=ye.__r=0}}function be(e,t,n,r,i,a,o,s,c,l,u){var d,f,p,m,h,g,_,v=r&&r.__k||oe,y=t.length;for(c=xe(n,t,v,c,y),d=0;d<y;d++)(p=n.__k[d])!=null&&(f=p.__i!=-1&&v[p.__i]||ae,p.__i=d,g=Oe(e,p,f,i,a,o,s,c,l,u),m=p.__e,p.ref&&f.ref!=p.ref&&(f.ref&&Ne(f.ref,null,p),u.push(p.ref,p.__c||m,p)),h==null&&m!=null&&(h=m),(_=!!(4&p.__u))||f.__k===p.__k?(c=Se(p,c,e,_),_&&f.__e&&(f.__e=null)):typeof p.type==`function`&&g!==void 0?c=g:m&&(c=m.nextSibling),p.__u&=-7);return n.__e=h,c}function xe(e,t,n,r,i){var a,o,s,c,l,u=n.length,d=u,f=0;for(e.__k=Array(i),a=0;a<i;a++)(o=t[a])!=null&&typeof o!=`boolean`&&typeof o!=`function`?(typeof o==`string`||typeof o==`number`||typeof o==`bigint`||o.constructor==String?o=e.__k[a]=fe(null,o,null,null,null):ce(o)?o=e.__k[a]=fe(pe,{children:o},null,null,null):o.constructor===void 0&&o.__b>0?o=e.__k[a]=fe(o.type,o.props,o.key,o.ref?o.ref:null,o.__v):e.__k[a]=o,c=a+f,o.__=e,o.__b=e.__b+1,s=null,(l=o.__i=we(o,n,c,d))!=-1&&(d--,(s=n[l])&&(s.__u|=2)),s==null||s.__v==null?(l==-1&&(i>u?f--:i<u&&f++),typeof o.type!=`function`&&(o.__u|=4)):l!=c&&(l==c-1?f--:l==c+1?f++:(l>c?f--:f++,o.__u|=4))):e.__k[a]=null;if(d)for(a=0;a<u;a++)(s=n[a])!=null&&!(2&s.__u)&&(s.__e==r&&(r=he(s)),Pe(s,s));return r}function Se(e,t,n,r){var i,a;if(typeof e.type==`function`){for(i=e.__k,a=0;i&&a<i.length;a++)i[a]&&(i[a].__=e,t=Se(i[a],t,n,r));return t}e.__e!=t&&(r&&(t&&e.type&&!t.parentNode&&(t=he(e)),n.insertBefore(e.__e,t||null)),t=e.__e);do t&&=t.nextSibling;while(t!=null&&t.nodeType==8);return t}function Ce(e,t){return t||=[],e==null||typeof e==`boolean`||(ce(e)?e.some(function(e){Ce(e,t)}):t.push(e)),t}function we(e,t,n,r){var i,a,o,s=e.key,c=e.type,l=t[n],u=l!=null&&(2&l.__u)==0;if(l===null&&s==null||u&&s==l.key&&c==l.type)return n;if(r>+!!u){for(i=n-1,a=n+1;i>=0||a<t.length;)if((l=t[o=i>=0?i--:a++])!=null&&!(2&l.__u)&&s==l.key&&c==l.type)return o}return-1}function Te(e,t,n){t[0]==`-`?e.setProperty(t,n??``):e[t]=n==null?``:typeof n!=`number`||se.test(t)?n:n+`px`}function Ee(e,t,n,r,i){var a,o;n:if(t==`style`)if(typeof n==`string`)e.style.cssText=n;else{if(typeof r==`string`&&(e.style.cssText=r=``),r)for(t in r)n&&t in n||Te(e.style,t,``);if(n)for(t in n)r&&n[t]==r[t]||Te(e.style,t,n[t])}else if(t[0]==`o`&&t[1]==`n`)a=t!=(t=t.replace(te,`$1`)),o=t.toLowerCase(),t=o in e||t==`onFocusOut`||t==`onFocusIn`?o.slice(2):t.slice(2),e.l||={},e.l[t+a]=n,n?r?n[N]=r[N]:(n[N]=P,e.addEventListener(t,a?re:ne,a)):e.removeEventListener(t,a?re:ne,a);else{if(i==`http://www.w3.org/2000/svg`)t=t.replace(/xlink(H|:h)/,`h`).replace(/sName$/,`s`);else if(t!=`width`&&t!=`height`&&t!=`href`&&t!=`list`&&t!=`form`&&t!=`tabIndex`&&t!=`download`&&t!=`rowSpan`&&t!=`colSpan`&&t!=`role`&&t!=`popover`&&t in e)try{e[t]=n??``;break n}catch{}typeof n==`function`||(n==null||!1===n&&t[4]!=`-`?e.removeAttribute(t):e.setAttribute(t,t==`popover`&&n==1?``:n))}}function De(e){return function(t){if(this.l){var n=this.l[t.type+e];if(t[M]==null)t[M]=P++;else if(t[M]<n[N])return;return n(T.event?T.event(t):t)}}}function Oe(e,t,n,r,i,a,o,s,c,l){var u,d,f,p,m,h,g,_,v,y,b,x,S,C,w,E,D=t.type;if(t.constructor!==void 0)return null;128&n.__u&&(c=!!(32&n.__u),a=[s=t.__e=n.__e]),(u=T.__b)&&u(t);n:if(typeof D==`function`){d=o.length;try{if(v=t.props,y=D.prototype&&D.prototype.render,b=(u=D.contextType)&&r[u.__c],x=u?b?b.props.value:u.__:r,n.__c?_=(f=t.__c=n.__c).__=f.__E:(y?t.__c=f=new D(v,x):(t.__c=f=new me(v,x),f.constructor=D,f.render=Fe),b&&b.sub(f),f.state||={},f.__n=r,p=f.__d=!0,f.__h=[],f._sb=[]),y&&f.__s==null&&(f.__s=f.state),y&&D.getDerivedStateFromProps!=null&&(f.__s==f.state&&(f.__s=le({},f.__s)),le(f.__s,D.getDerivedStateFromProps(v,f.__s))),m=f.props,h=f.state,f.__v=t,p)y&&D.getDerivedStateFromProps==null&&f.componentWillMount!=null&&f.componentWillMount(),y&&f.componentDidMount!=null&&f.__h.push(f.componentDidMount);else{if(y&&D.getDerivedStateFromProps==null&&v!==m&&f.componentWillReceiveProps!=null&&f.componentWillReceiveProps(v,x),t.__v==n.__v||!f.__e&&f.shouldComponentUpdate!=null&&!1===f.shouldComponentUpdate(v,f.__s,x)){t.__v!=n.__v&&(f.props=v,f.state=f.__s,f.__d=!1),t.__e=n.__e,t.__k=n.__k,t.__k.some(function(e){e&&(e.__=t)}),oe.push.apply(f.__h,f._sb),f._sb=[],f.__h.length&&o.push(f);break n}f.componentWillUpdate!=null&&f.componentWillUpdate(v,f.__s,x),y&&f.componentDidUpdate!=null&&f.__h.push(function(){f.componentDidUpdate(m,h,g)})}if(f.context=x,f.props=v,f.__P=e,f.__e=!1,S=T.__r,C=0,y)f.state=f.__s,f.__d=!1,S&&S(t),u=f.render(f.props,f.state,f.context),oe.push.apply(f.__h,f._sb),f._sb=[];else do f.__d=!1,S&&S(t),u=f.render(f.props,f.state,f.context),f.state=f.__s;while(f.__d&&++C<25);f.state=f.__s,f.getChildContext!=null&&(r=le(le({},r),f.getChildContext())),y&&!p&&f.getSnapshotBeforeUpdate!=null&&(g=f.getSnapshotBeforeUpdate(m,h)),w=u!=null&&u.type===pe&&u.key==null?je(u.props.children):u,s=be(e,ce(w)?w:[w],t,n,r,i,a,o,s,c,l),f.base=t.__e,t.__u&=-161,f.__h.length&&o.push(f),_&&(f.__E=f.__=null)}catch(e){if(o.length=d,t.__v=null,c||a!=null){if(e.then){for(t.__u|=c?160:128;s&&s.nodeType==8&&s.nextSibling;)s=s.nextSibling;a!=null&&(a[a.indexOf(s)]=null),t.__e=s}else if(a!=null)for(E=a.length;E--;)ue(a[E])}else t.__e=n.__e;t.__k??=n.__k||[],e.then||ke(t),T.__e(e,t,n)}}else a==null&&t.__v==n.__v?(t.__k=n.__k,t.__e=n.__e):s=t.__e=Me(n.__e,t,n,r,i,a,o,c,l);return(u=T.diffed)&&u(t),128&t.__u?void 0:s}function ke(e){e&&(e.__c&&(e.__c.__e=!0),e.__k&&e.__k.some(ke))}function Ae(e,t,n){for(var r=0;r<n.length;r++)Ne(n[r],n[++r],n[++r]);T.__c&&T.__c(t,e),e.some(function(t){try{e=t.__h,t.__h=[],e.some(function(e){e.call(t)})}catch(e){T.__e(e,t.__v)}})}function je(e){return typeof e!=`object`||!e||e.__b>0?e:ce(e)?e.map(je):e.constructor===void 0?le({},e):null}function Me(e,t,n,r,i,a,o,s,c){var l,u,d,f,p,m,h,g=n.props||ae,_=t.props,v=t.type;if(v==`svg`?i=`http://www.w3.org/2000/svg`:v==`math`?i=`http://www.w3.org/1998/Math/MathML`:i||=`http://www.w3.org/1999/xhtml`,a!=null){for(l=0;l<a.length;l++)if((p=a[l])&&`setAttribute`in p==!!v&&(v?p.localName==v:p.nodeType==3)){e=p,a[l]=null;break}}if(e==null){if(v==null)return document.createTextNode(_);e=document.createElementNS(i,v,_.is&&_),s&&=(T.__m&&T.__m(t,a),!1),a=null}if(v==null)g===_||s&&e.data==_||(e.data=_);else{if(a=v==`textarea`&&_.defaultValue!=null?null:a&&w.call(e.childNodes),!s&&a!=null)for(g={},l=0;l<e.attributes.length;l++)g[(p=e.attributes[l]).name]=p.value;for(l in g)p=g[l],l==`dangerouslySetInnerHTML`?d=p:l==`children`||l in _||l==`value`&&`defaultValue`in _||l==`checked`&&`defaultChecked`in _||Ee(e,l,null,p,i);for(l in _)p=_[l],l==`children`?f=p:l==`dangerouslySetInnerHTML`?u=p:l==`value`?m=p:l==`checked`?h=p:s&&typeof p!=`function`||g[l]===p||Ee(e,l,p,g[l],i);if(u)s||d&&(u.__html==d.__html||u.__html==e.innerHTML)||(e.innerHTML=u.__html),t.__k=[];else if(d&&(e.innerHTML=``),be(t.type==`template`?e.content:e,ce(f)?f:[f],t,n,r,v==`foreignObject`?`http://www.w3.org/1999/xhtml`:i,a,o,a?a[0]:n.__k&&he(n,0),s,c),a!=null)for(l=a.length;l--;)ue(a[l]);s&&v!=`textarea`||(l=`value`,v==`progress`&&m==null?e.removeAttribute(`value`):m!=null&&(m!==e[l]||v==`progress`&&!m||v==`option`&&m!=g[l])&&Ee(e,l,m,g[l],i),l=`checked`,h!=null&&h!=e[l]&&Ee(e,l,h,g[l],i))}return e}function Ne(e,t,n){try{if(typeof e==`function`){var r=typeof e.__u==`function`;r&&e.__u(),r&&t==null||(e.__u=e(t))}else e.current=t}catch(e){T.__e(e,n)}}function Pe(e,t,n){var r,i;if(T.unmount&&T.unmount(e),(r=e.ref)&&(r.current&&r.current!=e.__e||Ne(r,null,t)),(r=e.__c)!=null){if(r.componentWillUnmount)try{r.componentWillUnmount()}catch(e){T.__e(e,t)}r.base=r.__P=r.__n=null}if(r=e.__k)for(i=0;i<r.length;i++)r[i]&&Pe(r[i],t,n||typeof e.type!=`function`);n||ue(e.__e),e.__c=e.__=e.__e=void 0}function Fe(e,t,n){return this.constructor(e,n)}function Ie(e,t,n){var r,i,a,o;t==document&&(t=document.documentElement),T.__&&T.__(e,t),i=(r=typeof n==`function`)?null:n&&n.__k||t.__k,a=[],o=[],Oe(t,e=(!r&&n||t).__k=de(pe,null,[e]),i||ae,ae,t.namespaceURI,!r&&n?[n]:i?null:t.firstChild?w.call(t.childNodes):null,a,!r&&n?n:i?i.__e:t.firstChild,r,o),Ae(a,e,o),e.props.children=null}function Le(e){function t(e){var n,r;return this.getChildContext||(n=new Set,(r={})[t.__c]=this,this.getChildContext=function(){return r},this.componentWillUnmount=function(){n=null},this.shouldComponentUpdate=function(e){this.props.value!=e.value&&n.forEach(function(e){e.__e=!0,ve(e)})},this.sub=function(e){n.add(e);var t=e.componentWillUnmount;e.componentWillUnmount=function(){n&&n.delete(e),t&&t.call(e)}}),e.children}return t.__c=`__cC`+ie++,t.__=e,t.Provider=t.__l=(t.Consumer=function(e,t){return e.children(t)}).contextType=t,t}w=oe.slice,T={__e:function(e,t,n,r){for(var i,a,o;t=t.__;)if((i=t.__c)&&!i.__)try{if((a=i.constructor)&&a.getDerivedStateFromError!=null&&(i.setState(a.getDerivedStateFromError(e)),o=i.__d),i.componentDidCatch!=null&&(i.componentDidCatch(e,r||{}),o=i.__d),o)return i.__E=i}catch(t){e=t}throw e}},E=0,D=function(e){return e!=null&&e.constructor===void 0},me.prototype.setState=function(e,t){var n=this.__s!=null&&this.__s!=this.state?this.__s:this.__s=le({},this.state);typeof e==`function`&&(e=e(le({},n),this.props)),e&&le(n,e),e!=null&&this.__v&&(t&&this._sb.push(t),ve(this))},me.prototype.forceUpdate=function(e){this.__v&&(this.__e=!0,e&&this.__h.push(e),ve(this))},me.prototype.render=pe,O=[],A=typeof Promise==`function`?Promise.prototype.then.bind(Promise.resolve()):setTimeout,ee=function(e,t){return e.__v.__b-t.__v.__b},ye.__r=0,j=Math.random().toString(8),M=`__d`+j,N=`__a`+j,te=/(PointerCapture)$|Capture$/i,P=0,ne=De(!1),re=De(!0),ie=0;var Re,ze,Be,Ve,He=0,Ue=[],We=T,Ge=We.__b,Ke=We.__r,qe=We.diffed,Je=We.__c,Ye=We.unmount,Xe=We.__;function Ze(e,t){We.__h&&We.__h(ze,e,He||t),He=0;var n=ze.__H||={__:[],__h:[]};return e>=n.__.length&&n.__.push({}),n.__[e]}function Qe(e){return He=1,$e(ft,e)}function $e(e,t,n){var r=Ze(Re++,2);if(r.t=e,!r.__c&&(r.__=[n?n(t):ft(void 0,t),function(e){var t=r.__N?r.__N[0]:r.__[0],n=r.t(t,e);t!==n&&(r.__N=[n,r.__[1]],r.__c.setState({}))}],r.__c=ze,!ze.__f)){var i=function(e,t,n){if(!r.__c.__H)return!0;var i=!1,o=r.__c.props!==e;if(r.__c.__H.__.some(function(e){if(e.__N){i=!0;var t=e.__[0];e.__=e.__N,e.__N=void 0,t!==e.__[0]&&(o=!0)}}),a){var s=a.call(this,e,t,n);return i?s||o:s}return!i||o};ze.__f=!0;var a=ze.shouldComponentUpdate,o=ze.componentWillUpdate;ze.componentWillUpdate=function(e,t,n){if(this.__e){var r=a;a=void 0,i(e,t,n),a=r}o&&o.call(this,e,t,n)},ze.shouldComponentUpdate=i}return r.__N||r.__}function et(e,t){var n=Ze(Re++,3);!We.__s&&dt(n.__H,t)&&(n.__=e,n.u=t,ze.__H.__h.push(n))}function tt(e,t){var n=Ze(Re++,4);!We.__s&&dt(n.__H,t)&&(n.__=e,n.u=t,ze.__h.push(n))}function nt(e){return He=5,rt(function(){return{current:e}},[])}function rt(e,t){var n=Ze(Re++,7);return dt(n.__H,t)&&(n.__=e(),n.__H=t,n.__h=e),n.__}function it(e,t){return He=8,rt(function(){return e},t)}function at(e){var t=ze.context[e.__c],n=Ze(Re++,9);return n.c=e,t?(n.__??(n.__=!0,t.sub(ze)),t.props.value):e.__}function ot(){for(var e;e=Ue.shift();){var t=e.__H;if(e.__P&&t)try{t.__h.some(lt),t.__h.some(ut),t.__h=[]}catch(n){t.__h=[],We.__e(n,e.__v)}}}We.__b=function(e){ze=null,Ge&&Ge(e)},We.__=function(e,t){e&&t.__k&&t.__k.__m&&(e.__m=t.__k.__m),Xe&&Xe(e,t)},We.__r=function(e){Ke&&Ke(e),Re=0;var t=(ze=e.__c).__H;t&&(Be===ze?(t.__h=[],ze.__h=[],t.__.some(function(e){e.__N&&(e.__=e.__N),e.u=e.__N=void 0})):(t.__h.some(lt),t.__h.some(ut),t.__h=[],Re=0)),Be=ze},We.diffed=function(e){qe&&qe(e);var t=e.__c;t&&t.__H&&(t.__H.__h.length&&(Ue.push(t)!==1&&Ve===We.requestAnimationFrame||((Ve=We.requestAnimationFrame)||ct)(ot)),t.__H.__.some(function(e){e.u&&=(e.__H=e.u,void 0)})),Be=ze=null},We.__c=function(e,t){t.some(function(e){try{e.__h.some(lt),e.__h=e.__h.filter(function(e){return!e.__||ut(e)})}catch(n){t.some(function(e){e.__h&&=[]}),t=[],We.__e(n,e.__v)}}),Je&&Je(e,t)},We.unmount=function(e){Ye&&Ye(e);var t,n=e.__c;n&&n.__H&&(n.__H.__.some(function(e){try{lt(e)}catch(e){t=e}}),n.__H=void 0,t&&We.__e(t,n.__v))};var st=typeof requestAnimationFrame==`function`;function ct(e){var t,n=function(){clearTimeout(r),st&&cancelAnimationFrame(t),setTimeout(e)},r=setTimeout(n,35);st&&(t=requestAnimationFrame(n))}function lt(e){var t=ze,n=e.__c;typeof n==`function`&&(e.__c=void 0,n()),ze=t}function ut(e){var t=ze;e.__c=e.__(),ze=t}function dt(e,t){return!e||e.length!==t.length||t.some(function(t,n){return t!==e[n]})}function ft(e,t){return typeof t==`function`?t(e):t}var pt=Symbol.for(`preact-signals`);function mt(){if(bt>1)bt--;else{var e,t=!1;for((function(){var e=wt;for(wt=void 0;e!==void 0;){var t=e.S;if(t.v===e.v)for(var n=t.t;n!==void 0;n=n.x)n.i===e.i&&(n.i=t.i);e=e.o}})();yt!==void 0;){var n=yt;for(yt=void 0,xt++;n!==void 0;){var r=n.u;if(n.u=void 0,n.f&=-3,!(8&n.f)&&kt(n))try{n.c()}catch(n){t||=(e=n,!0)}n=r}}if(xt=0,bt--,t)throw e}}function ht(e){if(bt>0)return e();Ct=++St,bt++;try{return e()}finally{mt()}}var gt,_t=void 0;function vt(e){var t=_t,n=gt;_t=void 0,gt=void 0;try{return e()}finally{_t=t,gt=n}}var yt=void 0,bt=0,xt=0,St=0,Ct=0,wt=void 0,Tt=0;function Et(e){if(_t!==void 0){var t=e.n;if(t===void 0||t.t!==_t)return t={i:0,S:e,p:_t.s,n:void 0,t:_t,e:void 0,x:void 0,r:t},_t.s!==void 0&&(_t.s.n=t),_t.s=t,e.n=t,32&_t.f&&e.S(t),t;if(t.i===-1)return t.i=0,t.n!==void 0&&(t.n.p=t.p,t.p!==void 0&&(t.p.n=t.n),t.p=_t.s,t.n=void 0,_t.s.n=t,_t.s=t),t}}function Dt(e,t){this.v=e,this.i=0,this.n=void 0,this.t=void 0,this.l=0,this.W=t?.watched,this.Z=t?.unwatched,this.name=t?.name}Dt.prototype.brand=pt,Dt.prototype.h=function(){return!0},Dt.prototype.S=function(e){var t=this,n=this.t;n!==e&&e.e===void 0&&(e.x=n,this.t=e,n===void 0?vt(function(){var e;(e=t.W)==null||e.call(t)}):n.e=e)},Dt.prototype.U=function(e){var t=this;if(this.t!==void 0){var n=e.e,r=e.x;n!==void 0&&(n.x=r,e.e=void 0),r!==void 0&&(r.e=n,e.x=void 0),e===this.t&&(this.t=r,r===void 0&&vt(function(){var e;(e=t.Z)==null||e.call(t)}))}},Dt.prototype.subscribe=function(e){var t=this;return Rt(function(){var n=t.value;vt(function(){return e(n)})},{name:`sub`})},Dt.prototype.valueOf=function(){return this.value},Dt.prototype.toString=function(){return this.value+``},Dt.prototype.toJSON=function(){return this.value},Dt.prototype.peek=function(){var e=this;return vt(function(){return e.value})},Object.defineProperty(Dt.prototype,"value",{get:function(){var e=Et(this);return e!==void 0&&(e.i=this.i),this.v},set:function(e){if(e!==this.v){if(xt>100)throw Error(`Cycle detected`);(function(e){bt!==0&&xt===0&&e.l!==Ct&&(e.l=Ct,wt={S:e,v:e.v,i:e.i,o:wt})})(this),this.v=e,this.i++,Tt++,bt++;try{for(var t=this.t;t!==void 0;t=t.x)t.t.N()}finally{mt()}}}});function Ot(e,t){return new Dt(e,t)}function kt(e){for(var t=e.s;t!==void 0;t=t.n)if(t.S.i!==t.i||!t.S.h()||t.S.i!==t.i)return!0;return!1}function At(e){for(var t=e.s;t!==void 0;t=t.n){var n=t.S.n;if(n!==void 0&&(t.r=n),t.S.n=t,t.i=-1,t.n===void 0){e.s=t;break}}}function jt(e){for(var t=e.s,n=void 0;t!==void 0;){var r=t.p;t.i===-1?(t.S.U(t),r!==void 0&&(r.n=t.n),t.n!==void 0&&(t.n.p=r)):n=t,t.S.n=t.r,t.r!==void 0&&(t.r=void 0),t=r}e.s=n}function Mt(e,t){Dt.call(this,void 0,t),this.x=e,this.s=void 0,this.g=Tt-1,this.f=4}Mt.prototype=new Dt,Mt.prototype.h=function(){if(this.f&=-3,1&this.f)return!1;if((36&this.f)==32||(this.f&=-5,this.g===Tt))return!0;if(this.g=Tt,this.f|=1,this.i>0&&!kt(this))return this.f&=-2,!0;var e=_t;try{At(this),_t=this;var t=this.x();(16&this.f||this.v!==t||this.i===0)&&(this.v=t,this.f&=-17,this.i++)}catch(e){this.v=e,this.f|=16,this.i++}return _t=e,jt(this),this.f&=-2,!0},Mt.prototype.S=function(e){if(this.t===void 0){this.f|=36;for(var t=this.s;t!==void 0;t=t.n)t.S.S(t)}Dt.prototype.S.call(this,e)},Mt.prototype.U=function(e){if(this.t!==void 0&&(Dt.prototype.U.call(this,e),this.t===void 0)){this.f&=-33;for(var t=this.s;t!==void 0;t=t.n)t.S.U(t)}},Mt.prototype.N=function(){if(!(2&this.f)){this.f|=6;for(var e=this.t;e!==void 0;e=e.x)e.t.N()}},Object.defineProperty(Mt.prototype,"value",{get:function(){if(1&this.f)throw Error(`Cycle detected`);var e=Et(this);if(this.h(),e!==void 0&&(e.i=this.i),16&this.f)throw this.v;return this.v}});function Nt(e,t){return new Mt(e,t)}function Pt(e){var t=e.m;if(e.m=void 0,typeof t==`function`){bt++;var n=_t;_t=void 0;try{t()}catch(t){throw e.f&=-2,e.f|=8,Ft(e),t}finally{_t=n,mt()}}}function Ft(e){for(var t=e.s;t!==void 0;t=t.n)t.S.U(t);e.x=void 0,e.s=void 0,Pt(e)}function It(e){if(_t!==this)throw Error(`Out-of-order effect`);jt(this),_t=e,this.f&=-2,8&this.f&&Ft(this),mt()}function Lt(e,t){this.x=e,this.m=void 0,this.s=void 0,this.u=void 0,this.f=32,this.name=t?.name,gt&&gt.push(this)}Lt.prototype.c=function(){var e=this.S();try{if(8&this.f||this.x===void 0)return;var t=this.x();typeof t==`function`&&(this.m=t)}finally{e()}},Lt.prototype.S=function(){if(1&this.f)throw Error(`Cycle detected`);this.f|=1,this.f&=-9,Pt(this),At(this),bt++;var e=_t;return _t=this,It.bind(this,e)},Lt.prototype.N=function(){2&this.f||(this.f|=2,this.u=yt,yt=this)},Lt.prototype.d=function(){this.f|=8,1&this.f||Ft(this)},Lt.prototype.dispose=function(){this.d()};function Rt(e,t){var n=new Lt(e,t);try{n.c()}catch(e){throw n.d(),e}var r=n.d.bind(n);return r[Symbol.dispose]=r,r}var zt,Bt,Vt=typeof window<`u`&&!!window.__PREACT_SIGNALS_DEVTOOLS__,Ht=[],Ut=[];Rt(function(){zt=this.N})();function Wt(e,t){T[e]=t.bind(null,T[e]||function(){})}function Gt(e){if(Bt){var t=Bt;Bt=void 0,t()}Bt=e&&e.S()}function Kt(e){var t=this,n=e.data,r=Jt(n);r.name=`ReactiveDom`,r.value=n;var i=rt(function(){for(var e=t,n=t.__v;n=n.__;)if(n.__c){n.__c.__$f|=4;break}var i=Nt(function(){var e=r.value.value;return e===0?0:!0===e?``:e||``}),a=Nt(function(){return!Array.isArray(i.value)&&!D(i.value)}),o=Rt(function(){if(this.N=en,a.value){var t=i.value;e.__v&&e.__v.__e&&e.__v.__e.nodeType===3&&(e.__v.__e.data=t)}}),s=t.__$u.d;return t.__$u.d=function(){o(),s.call(this)},[a,i]},[]),a=i[0],o=i[1];return a.value?o.peek():o.value}Kt.displayName=`ReactiveTextNode`,Object.defineProperties(Dt.prototype,{constructor:{configurable:!0,value:void 0},type:{configurable:!0,value:Kt},props:{configurable:!0,get:function(){var e=this;return{data:{get value(){return e.value}}}}},__b:{configurable:!0,value:1}}),Wt(`__b`,function(e,t){if(typeof t.type==`string`){var n,r=t.props;for(var i in r)if(i!==`children`){var a=r[i];a instanceof Dt&&(n||(t.__np=n={}),n[i]=a,r[i]=a.peek())}}e(t)}),Wt(`__r`,function(e,t){if(e(t),t.type!==pe){Gt();var n,r=t.__c;r&&(r.__$f&=-2,(n=r.__$u)===void 0&&(r.__$u=n=function(e,t){var n;return Rt(function(){n=this},{name:t}),n.c=e,n}(function(){var e;Vt&&((e=n.y)==null||e.call(n)),r.__$f|=1,r.setState({})},typeof t.type==`function`?t.type.displayName||t.type.name:``))),Gt(n)}}),Wt(`__e`,function(e,t,n,r){Gt(),e(t,n,r)}),Wt(`diffed`,function(e,t){Gt();var n;if(typeof t.type==`string`&&(n=t.__e)){var r=t.__np,i=t.props,a=n.U;if(a)for(var o in a){var s=a[o];s===void 0||r&&o in r||(s.d(),a[o]=void 0)}if(r)for(var c in a||(a={},n.U=a),r){var l=a[c],u=r[c];l===void 0?(l=qt(n,c,u,i),a[c]=l):l.o(u,i)}}e(t)});function qt(e,t,n,r){var i=t in e&&e.ownerSVGElement===void 0,a=Ot(n);return{o:function(e,t){a.value=e,r=t},d:Rt(function(){this.N=en;var n=a.value.value;r[t]!==n&&(r[t]=n,i?e[t]=n:n!=null&&(!1!==n||t[4]===`-`)?e.setAttribute(t,n):e.removeAttribute(t))})}}Wt(`unmount`,function(e,t){if(typeof t.type==`string`){var n=t.__e;if(n){var r=n.U;if(r)for(var i in n.U=void 0,r){var a=r[i];a&&a.d()}}var o=t.__np;if(o){var s=t.props;for(var c in o)s[c]=o[c]}t.__np=void 0}else{var l=t.__c;if(l){var u=l.__$u;u&&(l.__$u=void 0,u.d())}}e(t)}),Wt(`__h`,function(e,t,n,r){r<3&&(t.__$f|=2),e(t,n,r)}),me.prototype.shouldComponentUpdate=function(e,t){if(this.__R)return!0;var n=this.__$u,r=n&&n.s!==void 0;for(var i in t)return!0;if(this.__f||typeof this.u==`boolean`&&!0===this.u){var a=2&this.__$f;if(!(r||a||4&this.__$f)||1&this.__$f)return!0}else if(!(r||4&this.__$f)||3&this.__$f)return!0;for(var o in e)if(o!==`__source`&&e[o]!==this.props[o])return!0;for(var s in this.props)if(!(s in e))return!0;return!1};function Jt(e,t){return rt(function(){return Ot(e,t)},[])}var Yt=typeof requestAnimationFrame>`u`?setTimeout:function(e){var t=function(){clearTimeout(n),cancelAnimationFrame(r),e()},n=setTimeout(t,35),r=requestAnimationFrame(t)},Xt=function(e){queueMicrotask(function(){queueMicrotask(e)})};function Zt(){ht(function(){for(var e;e=Ht.shift();)zt.call(e)})}function Qt(){Ht.push(this)===1&&(T.requestAnimationFrame||Yt)(Zt)}function $t(){ht(function(){for(var e;e=Ut.shift();)zt.call(e)})}function en(){Ut.push(this)===1&&(T.requestAnimationFrame||Xt)($t)}function tn(e,t){var n=nt(e);n.current=e,et(function(){return Rt(function(){return this.N=Qt,n.current()},t)},[])}function nn(e,t){for(var n in t)e[n]=t[n];return e}function rn(e,t){for(var n in e)if(n!==`__source`&&!(n in t))return!0;for(var r in t)if(r!==`__source`&&e[r]!==t[r])return!0;return!1}function an(e,t){var n=t(),r=Qe({t:{__:n,u:t}}),i=r[0].t,a=r[1];return tt(function(){i.__=n,i.u=t,on(i)&&a({t:i})},[e,n,t]),et(function(){return on(i)&&a({t:i}),e(function(){on(i)&&a({t:i})})},[e]),n}function on(e){try{return!((t=e.__)===(n=e.u())&&(t!==0||1/t==1/n)||t!=t&&n!=n)}catch{return!0}var t,n}function sn(e,t){this.props=e,this.context=t}function cn(e,t){function n(e){var n=this.props.ref;return n!=e.ref&&n&&(typeof n==`function`?n(null):n.current=null),t?!t(this.props,e)||n!=e.ref:rn(this.props,e)}function r(t){return this.shouldComponentUpdate=n,de(e,t)}return r.displayName=`Memo(`+(e.displayName||e.name)+`)`,r.__f=r.prototype.isReactComponent=!0,r.type=e,r}(sn.prototype=new me).isPureReactComponent=!0,sn.prototype.shouldComponentUpdate=function(e,t){return rn(this.props,e)||rn(this.state,t)};var ln=T.__b;T.__b=function(e){e.type&&e.type.__f&&e.ref&&(e.props.ref=e.ref,e.ref=null),ln&&ln(e)};var un=typeof Symbol<`u`&&Symbol.for&&Symbol.for(`react.forward_ref`)||3911;function dn(e){function t(t){var n=nn({},t);return delete n.ref,e(n,t.ref||null)}return t.$$typeof=un,t.render=e,t.prototype.isReactComponent=t.__f=!0,t.displayName=`ForwardRef(`+(e.displayName||e.name)+`)`,t}var fn=T.__e;T.__e=function(e,t,n,r){if(e.then){for(var i,a=t;a=a.__;)if((i=a.__c)&&i.__c)return t.__e??(t.__e=n.__e,t.__k=n.__k||[]),i.__c(e,t)}fn(e,t,n,r)};var pn=T.unmount;function mn(e,t,n){return e&&(e.__c&&e.__c.__H&&(e.__c.__H.__.forEach(function(e){typeof e.__c==`function`&&e.__c()}),e.__c.__H=null),(e=nn({},e)).__c!=null&&(e.__c.__P===n&&(e.__c.__P=t),e.__c.__e=!0,e.__c=null),e.__k=e.__k&&e.__k.map(function(e){return mn(e,t,n)})),e}function hn(e,t,n){return e&&n&&(e.__v=null,e.__k=e.__k&&e.__k.map(function(e){return hn(e,t,n)}),e.__c&&e.__c.__P===t&&(e.__e&&n.appendChild(e.__e),e.__c.__e=!0,e.__c.__P=n)),e}function gn(){this.__u=0,this.o=null,this.__b=null}function _n(e){var t=e.__&&e.__.__c;return t&&t.__a&&t.__a(e)}function vn(){this.i=null,this.l=null}T.unmount=function(e){var t=e.__c;t&&(t.__z=!0),t&&t.__R&&t.__R(),t&&32&e.__u&&(e.type=null),pn&&pn(e)},(gn.prototype=new me).__c=function(e,t){var n=t.__c,r=this;r.o??=[],r.o.push(n);var i=_n(r.__v),a=!1,o=function(){a||r.__z||(a=!0,n.__R=null,i?i(c):c())};n.__R=o;var s=n.__P;n.__P=null;var c=function(){if(!--r.__u){if(r.state.__a){var e=r.state.__a;r.__v.__k[0]=hn(e,e.__c.__P,e.__c.__O)}var t;for(r.setState({__a:r.__b=null});t=r.o.pop();)t.__P=s,t.forceUpdate()}};r.__u++||32&t.__u||r.setState({__a:r.__b=r.__v.__k[0]}),e.then(o,o)},gn.prototype.componentWillUnmount=function(){this.o=[]},gn.prototype.render=function(e,t){if(this.__b){if(this.__v.__k){var n=document.createElement(`div`),r=this.__v.__k[0].__c;this.__v.__k[0]=mn(this.__b,n,r.__O=r.__P)}this.__b=null}var i=t.__a&&de(pe,null,e.fallback);return i&&(i.__u&=-33),[de(pe,null,t.__a?null:e.children),i]};var yn=function(e,t,n){if(++n[1]===n[0]&&e.l.delete(t),e.props.revealOrder&&(e.props.revealOrder[0]!==`t`||!e.l.size))for(n=e.i;n;){for(;n.length>3;)n.pop()();if(n[1]<n[0])break;e.i=n=n[2]}};function bn(e){return this.getChildContext=function(){return e.context},e.children}function xn(e){var t=this,n=e.h;if(t.componentWillUnmount=function(){Ie(null,t.v),t.v=null,t.h=null},t.h&&t.h!==n&&t.componentWillUnmount(),!t.v){for(var r=t.__v;r!==null&&!r.__m&&r.__!==null;)r=r.__;t.h=n,t.v={nodeType:1,parentNode:n,childNodes:[],__k:{__m:r.__m},contains:function(){return!0},namespaceURI:n.namespaceURI,insertBefore:function(e,n){this.childNodes.push(e),t.h.insertBefore(e,n)},removeChild:function(e){this.childNodes.splice(this.childNodes.indexOf(e)>>>1,1),t.h.removeChild(e)}}}Ie(de(bn,{context:t.context},e.__v),t.v)}function Sn(e,t){var n=de(xn,{__v:e,h:t});return n.containerInfo=t,n}(vn.prototype=new me).__a=function(e){var t=this,n=_n(t.__v),r=t.l.get(e);return r[0]++,function(i){var a=function(){t.props.revealOrder?(r.push(i),yn(t,e,r)):i()};n?n(a):a()}},vn.prototype.render=function(e){this.i=null,this.l=new Map;var t=Ce(e.children);e.revealOrder&&e.revealOrder[0]===`b`&&t.reverse();for(var n=t.length;n--;)this.l.set(t[n],this.i=[1,0,this.i]);return e.children},vn.prototype.componentDidUpdate=vn.prototype.componentDidMount=function(){var e=this;this.l.forEach(function(t,n){yn(e,n,t)})};var Cn=typeof Symbol<`u`&&Symbol.for&&Symbol.for(`react.element`)||60103,wn=/^(?:accent|alignment|arabic|baseline|cap|clip(?!PathU)|color|dominant|fill|flood|font|glyph(?!R)|horiz|image(!S)|letter|lighting|marker(?!H|W|U)|overline|paint|pointer|shape|stop|strikethrough|stroke|text(?!L)|transform|underline|unicode|units|v|vector|vert|word|writing|x(?!C))[A-Z]/,Tn=/^on(Ani|Tra|Tou|BeforeInp|Compo)/,En=/[A-Z0-9]/g,Dn=typeof document<`u`,On=function(e){return(typeof Symbol<`u`&&typeof Symbol()==`symbol`?/fil|che|rad/:/fil|che|ra/).test(e)};me.prototype.isReactComponent=!0,[`componentWillMount`,`componentWillReceiveProps`,`componentWillUpdate`].forEach(function(e){Object.defineProperty(me.prototype,e,{configurable:!0,get:function(){return this[`UNSAFE_`+e]},set:function(t){Object.defineProperty(this,e,{configurable:!0,writable:!0,value:t})}})});var kn=T.event;T.event=function(e){return kn&&(e=kn(e)),e.persist=function(){},e.isPropagationStopped=function(){return this.cancelBubble},e.isDefaultPrevented=function(){return this.defaultPrevented},e.nativeEvent=e};var An={configurable:!0,get:function(){return this.class}},jn=T.vnode;T.vnode=function(e){typeof e.type==`string`&&function(e){var t=e.props,n=e.type,r={},i=n.indexOf(`-`)==-1;for(var a in t){var o=t[a];if(!(a===`value`&&`defaultValue`in t&&o==null||Dn&&a===`children`&&n===`noscript`||a===`class`||a===`className`)){var s=a.toLowerCase();a===`defaultValue`&&`value`in t&&t.value==null?a=`value`:a===`download`&&!0===o?o=``:s===`translate`&&o===`no`?o=!1:s[0]===`o`&&s[1]===`n`?s===`ondoubleclick`?a=`ondblclick`:s!==`onchange`||n!==`input`&&n!==`textarea`||On(t.type)?s===`onfocus`?a=`onfocusin`:s===`onblur`?a=`onfocusout`:Tn.test(a)&&(a=s):s=a=`oninput`:i&&wn.test(a)?a=a.replace(En,`-$&`).toLowerCase():o===null&&(o=void 0),s===`oninput`&&r[a=s]&&(a=`oninputCapture`),r[a]=o}}n==`select`&&(r.multiple&&Array.isArray(r.value)&&(r.value=Ce(t.children).forEach(function(e){e.props.selected=r.value.indexOf(e.props.value)!=-1})),r.defaultValue!=null&&(r.value=Ce(t.children).forEach(function(e){e.props.selected=r.multiple?r.defaultValue.indexOf(e.props.value)!=-1:r.defaultValue==e.props.value}))),t.class&&!t.className?(r.class=t.class,Object.defineProperty(r,"className",An)):t.className&&(r.class=r.className=t.className),e.props=r}(e),e.$$typeof=Cn,jn&&jn(e)};var Mn=T.__r;T.__r=function(e){Mn&&Mn(e),e.__c};var Nn=T.diffed;T.diffed=function(e){Nn&&Nn(e);var t=e.props,n=e.__e;n!=null&&e.type===`textarea`&&`value`in t&&t.value!==n.value&&(n.value=t.value==null?``:t.value)};var Pn=0;Array.isArray;function F(e,t,n,r,i,a){t||={};var o,s,c=t;if(`ref`in c)for(s in c={},t)s==`ref`?o=t[s]:c[s]=t[s];var l={type:e,props:c,key:n,ref:o,__k:null,__:null,__b:0,__e:null,__c:null,constructor:void 0,__v:--Pn,__i:-1,__u:0,__source:i,__self:a};if(typeof e==`function`&&(o=e.defaultProps))for(s in o)c[s]===void 0&&(c[s]=o[s]);return T.vnode&&T.vnode(l),l}var Fn=null,In=(()=>{if(Fn!==null)return Fn;try{Fn=window.matchMedia(`(color-gamut: p3)`).matches}catch{Fn=!1}return Fn})(),Ln=e=>In?`color(display-p3 0.84 0.19 0.78 / ${e})`:`rgba(210, 57, 192, ${e})`,Rn=1e4;Ln(.4),Ln(.05),Ln(.5),Ln(.08),Ln(.15);var zn=new Set([`script`,`style`,`template`,`noscript`]),Bn=`data-react-grab-frozen`,Vn=`data-react-grab-same-origin-frame`;new Set(`display.position.top.right.bottom.left.z-index.overflow.overflow-x.overflow-y.width.height.min-width.min-height.max-width.max-height.margin-top.margin-right.margin-bottom.margin-left.padding-top.padding-right.padding-bottom.padding-left.flex-direction.flex-wrap.justify-content.align-items.align-self.align-content.flex-grow.flex-shrink.flex-basis.order.gap.row-gap.column-gap.grid-template-columns.grid-template-rows.grid-template-areas.font-family.font-size.font-weight.font-style.line-height.letter-spacing.text-align.text-decoration-line.text-decoration-style.text-transform.text-overflow.text-shadow.white-space.word-break.overflow-wrap.vertical-align.color.background-color.background-image.background-position.background-size.background-repeat.border-top-width.border-right-width.border-bottom-width.border-left-width.border-top-style.border-right-style.border-bottom-style.border-left-style.border-top-color.border-right-color.border-bottom-color.border-left-color.border-top-left-radius.border-top-right-radius.border-bottom-left-radius.border-bottom-right-radius.box-shadow.opacity.transform.filter.backdrop-filter.object-fit.object-position`.split(`.`));var Hn=e=>typeof e==`object`&&!!e&&`nodeType`in e&&e.nodeType===Node.ELEMENT_NODE,Un=e=>Hn(e)&&e.namespaceURI===`http://www.w3.org/1999/xhtml`,Wn=e=>Un(e)&&e.tagName===`IFRAME`,Gn=new WeakMap,Kn=e=>{let t=Number.parseFloat(e);return Number.isFinite(t)?t:0},qn=e=>{let t=performance.now(),n=Gn.get(e);if(n&&t-n.timestamp<16)return n.metrics;let r=e.ownerDocument.defaultView?.getComputedStyle(e),i;if(!r)i={contentOffsetX:e.clientLeft,contentOffsetY:e.clientTop,height:e.offsetHeight,width:e.offsetWidth};else{let t=Kn(r.borderLeftWidth),n=Kn(r.borderRightWidth),a=Kn(r.borderTopWidth),o=Kn(r.borderBottomWidth),s=Kn(r.paddingLeft),c=Kn(r.paddingRight),l=Kn(r.paddingTop),u=Kn(r.paddingBottom),d=Kn(r.width),f=Kn(r.height),p=t+n+s+c,m=a+o+l+u,h=r.boxSizing===`border-box`?d:d+p,g=r.boxSizing===`border-box`?f:f+m;i={contentOffsetX:t+s,contentOffsetY:a+l,height:g>0?g:e.offsetHeight,width:h>0?h:e.offsetWidth}}return Gn.set(e,{metrics:i,timestamp:t}),i},Jn=(e,t)=>t>0?e/t:1,Yn=e=>{if(!e)return null;try{return e.frameElement}catch{return null}},Xn=e=>{let t=e.ownerDocument.defaultView;return t?t.getComputedStyle(e):window.getComputedStyle(e)},Zn=e=>Object.assign(e,{[Symbol.dispose]:e}),Qn=`bippy-0.6.1`,$n=Object.defineProperty,er=Object.prototype.hasOwnProperty,tr=()=>{},nr=e=>{try{Function.prototype.toString.call(e).indexOf(`^_^`)>-1&&setTimeout(()=>{throw Error(`React is running in production mode, but dead code elimination has not been applied. Read how to correctly configure React for production: https://reactjs.org/link/perf-use-production-build`)})}catch{}},rr=(e=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__)=>!!(e&&`getFiberRoots`in e),ir=!1,ar,or=(e=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__)=>ir?!0:(e&&typeof e.inject==`function`&&(ar=e.inject.toString()),!!ar?.includes(`(injected)`)),sr=new Set,cr=new Set,lr=e=>{e&&sr.add(e);let t=new Map,n=0,r={_instrumentationIsActive:!1,_instrumentationSource:Qn,checkDCE:nr,hasUnsupportedRendererAttached:!1,inject(e){let i=++n;return t.set(i,e),cr.add(e),r._instrumentationIsActive||(r._instrumentationIsActive=!0,sr.forEach(e=>e())),i},on:tr,onCommitFiberRoot:tr,onCommitFiberUnmount:tr,onPostCommitFiberRoot:tr,renderers:t,supportsFiber:!0,supportsFlight:!0};try{$n(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`,{configurable:!0,enumerable:!0,get(){return r},set(t){if(t&&typeof t==`object`){let n=r.renderers;r=t,n.size>0&&(n.forEach((e,n)=>{cr.add(e),t.renderers.set(n,e)}),ur(e))}}});let t=window.hasOwnProperty,n=!1;$n(window,`hasOwnProperty`,{configurable:!0,value:function(...e){try{if(!n&&e[0]===`__REACT_DEVTOOLS_GLOBAL_HOOK__`)return globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__=void 0,n=!0,-0}catch{}return t.apply(this,e)},writable:!0})}catch{ur(e)}return r},ur=e=>{e&&sr.add(e);try{let t=globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!t)return;if(!t._instrumentationSource){t.checkDCE=nr,t.supportsFiber=!0,t.supportsFlight=!0,t.hasUnsupportedRendererAttached=!1,t._instrumentationSource=Qn,t._instrumentationIsActive=!1;let e=rr(t);if(e||(t.on=tr),t.renderers.size){t._instrumentationIsActive=!0,sr.forEach(e=>e());return}let n=t.inject,r=or(t);r&&!e&&(ir=!0,t.inject({scheduleRefresh(){}})&&(t._instrumentationIsActive=!0)),t.inject=e=>{let i=n(e);return cr.add(e),r&&t.renderers.set(i,e),t._instrumentationIsActive=!0,sr.forEach(e=>e()),i}}(t.renderers.size||t._instrumentationIsActive||or())&&e?.()}catch{}},dr=()=>er.call(globalThis,`__REACT_DEVTOOLS_GLOBAL_HOOK__`),fr=e=>dr()?(ur(e),globalThis.__REACT_DEVTOOLS_GLOBAL_HOOK__):lr(e),pr=()=>!!(typeof window<`u`&&(window.document?.createElement||window.navigator?.product===`ReactNative`));(()=>{try{pr()&&fr()}catch{}})();var mr=e=>{let t=e.memoizedProps,n=e.alternate?.memoizedProps||{},r=e.flags??e.effectTag??0;switch(e.tag){case 1:case 9:case 11:case 0:case 14:case 15:return(r&1)==1;default:return e.alternate?n!==t||e.alternate.memoizedState!==e.memoizedState||e.alternate.ref!==e.ref:!0}},hr=e=>{switch(e.tag){case 18:return!0;case 7:case 6:case 23:case 22:return!0;case 3:return!1;default:{let t=typeof e.type==`object`&&e.type!==null?e.type.$$typeof:e.type;if(typeof t==`symbol`)return t.description===`react.concurrent_mode`||t.description===`react.async_mode`;switch(t){case 60111:case`Symbol(react.concurrent_mode)`:case`Symbol(react.async_mode)`:return!0;default:return!1}}}},gr=(e,t,n=!1)=>{if(!e)return null;if(t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=gr(r,t,n);if(e)return e;r=n?null:r.sibling}return null},_r=async(e,t,n=!1)=>{if(!e)return null;if(await t(e)===!0)return e;let r=n?e.return:e.child;for(;r;){let e=await _r(r,t,n);if(e)return e;r=n?null:r.sibling}return null},vr=e=>{let t=e;return typeof t==`function`?t:typeof t==`object`&&t?vr(t.type||t.render):null},yr=new Set,br=0,xr=new WeakMap,Sr=(e,t=br++)=>{xr.set(e,t)},Cr=e=>{let t=xr.get(e);return t===void 0&&e.alternate&&(t=xr.get(e.alternate)),t===void 0&&(t=br++,Sr(e,t)),t},wr=(e,t,n)=>{let r=t;for(;r!=null;){if(xr.has(r)||Cr(r),!hr(r)&&mr(r)&&e(r,`mount`),r.tag===13)if(r.memoizedState!==null){let t=r.child,n=t?t.sibling:null;if(n){let t=n.child;t!==null&&wr(e,t,!1)}}else{let t=null;r.child!==null&&(t=r.child.child),t!==null&&wr(e,t,!1)}else r.child!=null&&wr(e,r.child,!0);r=n?r.sibling:null}},Tr=(e,t,n,r)=>{if(xr.has(t)||Cr(t),!n)return;xr.has(n)||Cr(n);let i=t.tag===13,a=!hr(t);a&&mr(t)&&e(t,`update`);let o=i&&n.memoizedState!==null,s=i&&t.memoizedState!==null;if(o&&s){let r=t.child?.sibling??null,i=n.child?.sibling??null;r!==null&&i!==null&&Tr(e,r,i,t)}else if(o&&!s){let n=t.child;n!==null&&wr(e,n,!0)}else if(!o&&s){Dr(e,n);let r=t.child?.sibling??null;r!==null&&wr(e,r,!0)}else if(t.child!==n.child){let n=t.child;for(;n;){if(n.alternate){let i=n.alternate;Tr(e,n,i,a?t:r)}else wr(e,n,!1);n=n.sibling}}},Er=(e,t)=>{(t.tag===3||!hr(t))&&e(t,`unmount`)},Dr=(e,t)=>{let n=t.tag===13&&t.memoizedState!==null,r=t.child;for(n&&(r=(t.child?.sibling??null)?.child??null);r!==null;)r.return!==null&&(Er(e,r),Dr(e,r)),r=r.sibling},Or=e=>Object.prototype.toString.call(e)===`[object Object]`&&(Object.getPrototypeOf(e)===Object.prototype||Object.getPrototypeOf(e)===null),kr=(e,t=[])=>{if(!Or(e))return[{path:t,value:e}];let n=[];for(let r in e){let i=e[r],a=t.concat(r);Or(i)?n.push(...kr(i,a)):n.push({path:a,value:i})}return n},Ar=new Set,jr=new Set,Mr=new Set,Nr=new Set,Pr=new WeakMap,Fr=new WeakMap,Ir=e=>{let t=Pr.get(e)??{};if(Pr.set(e,t),!t.onCommitFiberRoot||e.onCommitFiberRoot!==t.onCommitFiberRoot){let n=e.onCommitFiberRoot,r=(t,i,a)=>{if(n?.(t,i,a),Pr.get(e)?.onCommitFiberRoot===r){yr.add(i),Fr.set(i,t);for(let e of Ar)e(t,i,a)}};t.onCommitFiberRoot=r,e.onCommitFiberRoot=r}if(!t.onCommitFiberUnmount||e.onCommitFiberUnmount!==t.onCommitFiberUnmount){let n=e.onCommitFiberUnmount,r=(t,i)=>{if(n?.(t,i),Pr.get(e)?.onCommitFiberUnmount===r)for(let e of jr)e(t,i)};t.onCommitFiberUnmount=r,e.onCommitFiberUnmount=r}if(!t.onPostCommitFiberRoot||e.onPostCommitFiberRoot!==t.onPostCommitFiberRoot){let n=e.onPostCommitFiberRoot,r=(t,i)=>{if(n?.(t,i),Pr.get(e)?.onPostCommitFiberRoot===r)for(let e of Mr)e(t,i)};t.onPostCommitFiberRoot=r,e.onPostCommitFiberRoot=r}if(!t.onScheduleFiberRoot||e.onScheduleFiberRoot!==t.onScheduleFiberRoot){let n=e.onScheduleFiberRoot,r=(t,i,a)=>{if(n?.(t,i,a),Pr.get(e)?.onScheduleFiberRoot===r)for(let e of Nr)e(t,i,a)};t.onScheduleFiberRoot=r,e.onScheduleFiberRoot=r}},Lr=e=>{let t=fr(e.onActive);t._instrumentationSource=e.name??Qn,Ir(t);let{onActive:n,onCommitFiberRoot:r,onCommitFiberUnmount:i,onPostCommitFiberRoot:a,onScheduleFiberRoot:o}=e;return r&&Ar.add(r),i&&jr.add(i),a&&Mr.add(a),o&&Nr.add(o),Zn(()=>{n&&sr.delete(n),r&&Ar.delete(r),i&&jr.delete(i),a&&Mr.delete(a),o&&Nr.delete(o)})},Rr=new WeakMap,zr=e=>Rr.get(e)??null,Br=e=>{let t=e.ownerDocument?.defaultView;return!!(t&&e instanceof t.ShadowRoot)},Vr=class extends Error{constructor(e,t){super(e,t),this.name=`ReactGrabError`}},Hr=class extends Vr{constructor(){super(`Can't generate CSS selector for non-element node type.`),this.name=`NonElementNodeError`}},Ur=class extends Vr{constructor(e){super(`Timeout: Can't find a unique selector after ${e}ms`),this.name=`SelectorTimeoutError`,this.timeoutMs=e}},Wr=class extends Vr{constructor(){super(`Selector was not found.`),this.name=`SelectorNotFoundError`}},Gr=e=>zr(e)?.getTagName()??(e.tagName||``).toLowerCase(),Kr=e=>typeof e==`object`&&!!e&&`nodeType`in e&&e.nodeType===9,qr=e=>{if(e.assignedSlot)return e.assignedSlot;if(e.parentElement)return e.parentElement;let t=e.getRootNode();return Br(t)?t.host:Kr(t)?Yn(t.defaultView):null},Jr=e=>!0,Yr=typeof window<`u`,Xr=e=>0,Zr=e=>{},Qr=Yr?(Object.getOwnPropertyDescriptor(Window.prototype,`requestAnimationFrame`)?.value??window.requestAnimationFrame).bind(window):Xr,$r=Yr?(Object.getOwnPropertyDescriptor(Window.prototype,`cancelAnimationFrame`)?.value??window.cancelAnimationFrame).bind(window):Zr,ei=e=>{try{return e.contentDocument}catch{return null}},ti=(e,t,n)=>{let r=e.getBoundingClientRect(),i=qn(e),a=Jn(r.width,i.width),o=Jn(r.height,i.height);return{x:(t-r.left)/a-i.contentOffsetX,y:(n-r.top)/o-i.contentOffsetY}},ni=(e,t,n)=>{let r=e.elementFromPoint(t,n);for(;r;){let e=r.shadowRoot?.elementFromPoint(t,n);if(e&&e!==r){r=e;continue}if(Wn(r)){let e=ei(r);if(!e)return r;let i=ti(r,t,n);return ni(e,i.x,i.y)??r}return r}return null},ri=e=>{let t=e;for(;t;){if(t.hasAttribute(`data-react-grab-ignore`))return!0;t=qr(t)}return!1},ii=typeof Element<`u`&&typeof Element.prototype.checkVisibility==`function`,ai={checkOpacity:!0,checkVisibilityCSS:!0,opacityProperty:!0,visibilityProperty:!0},oi={checkVisibilityCSS:!0,visibilityProperty:!0},si=(e,t)=>{if(ii&&!t)return e.checkVisibility(ai)?!0:e.checkVisibility(oi)?Xn(e).opacity!==`0`:!1;let n=t??Xn(e);return n.display!==`none`&&n.visibility!==`hidden`&&n.opacity!==`0`},ci=e=>{let t=Gr(e);return t===`html`||t===`body`},li=[`data-react-grab`,`data-react-grab-demo`],ui=e=>li.some(t=>e.hasAttribute(t)),di=e=>{if(ui(e))return!0;let t=e.getRootNode();return Br(t)&&ui(t.host)},fi=e=>{let t=parseInt(e.zIndex,10);return e.pointerEvents===`none`&&e.position===`fixed`&&!isNaN(t)&&t>=2147483600},pi=e=>{let t=e.backgroundColor;return t===`transparent`||t===`rgba(0, 0, 0, 0)`},mi=e=>{let t=e.position;if(t!==`fixed`&&t!==`absolute`)return!1;if(pi(e)||parseFloat(e.opacity)<.1)return!0;let n=parseInt(e.zIndex,10);return!isNaN(n)&&n>1e3},hi=new WeakMap,gi=e=>{let t=zr(e);if(t)return t.isConnected();if(ci(e)||di(e)||ri(e))return!1;let n=performance.now(),r=hi.get(e);if(r&&n-r.timestamp<50)return r.isVisible;if(!si(e))return hi.set(e,{isVisible:!1,timestamp:n}),!1;if(e.clientWidth/(e.ownerDocument.defaultView?.innerWidth??window.innerWidth)>=.9&&e.clientHeight/(e.ownerDocument.defaultView?.innerHeight??window.innerHeight)>=.9){let t=Xn(e);if(fi(t)||mi(t))return!1}return hi.set(e,{isVisible:!0,timestamp:n}),!0},_i=(e,t,n)=>{let r=!0;for(let i of e.elementsFromPoint(t,n)){if(ri(i)&&(r=!1),!Jr(i))continue;let a=i.shadowRoot;if(r&&a&&a!==e){let e=_i(a,t,n);if(e)return e}if(r&&Wn(i)){let e=ei(i);if(e){let r=ti(i,t,n),a=_i(e,r.x,r.y);if(a)return a}}if(gi(i))return i}return null},vi=(e,t,n,r)=>{let i=e.elementsFromPoint(t,n),a=!0;for(let o of i){if(ri(o)&&(a=!1),a&&o.shadowRoot&&o.shadowRoot!==e&&vi(o.shadowRoot,t,n,r),a&&Wn(o)){let e=ei(o);if(e){let i=ti(o,t,n);vi(e,i.x,i.y,r)}}r.add(o)}};`${Vn}`;var yi=new WeakMap,bi=e=>typeof e==`object`&&!!e,xi=e=>typeof e==`object`&&!!e||typeof e==`function`,Si=(e,t)=>typeof e[t]==`function`,Ci=e=>bi(e)&&Si(e,`clone`)&&Si(e,`premultiply`),wi=e=>bi(e)&&e.isObject3D===!0&&typeof e.uuid==`string`&&typeof e.name==`string`&&typeof e.type==`string`&&typeof e.visible==`boolean`&&Ci(e.matrixWorld)&&Si(e,`updateWorldMatrix`),Ti=e=>bi(e)&&e.isCamera===!0,Ei=e=>wi(e)&&e.isScene===!0&&Array.isArray(e.children),Di=e=>bi(e)&&typeof e.tagName==`string`&&e.tagName.toLowerCase()===`canvas`&&Si(e,`getContext`),Oi=e=>bi(e)&&Di(e.domElement),ki=e=>bi(e)&&Si(e,`set`),Ai=e=>bi(e)&&Si(e,`setFromCamera`)&&Si(e,`intersectObjects`),ji=e=>bi(e)&&Oi(e.gl)&&Ei(e.scene)&&Ti(e.camera)&&Ai(e.raycaster)&&ki(e.pointer),Mi=e=>{let t=e.current.stateNode;if(!bi(t)||!xi(t.containerInfo))return null;let n=Reflect.get(t.containerInfo,`getState`);if(typeof n!=`function`)return null;let r=n();return ji(r)?r:null};Lr({name:`react-grab-three-selection`,onCommitFiberRoot:(e,t)=>{let n=Mi(t);n&&yi.set(n.gl.domElement,{isReactThreeFiber:!0,state:n})}});var Ni=new Map,Pi=new WeakSet,Fi=new Map,Ii=new Map,Li=e=>!!Pi.has(e);typeof window<`u`&&(window.requestAnimationFrame=e=>Li(e)?Qr(t=>{e(t)}):Qr(e),window.cancelAnimationFrame=e=>{if(Ni.has(e)){Ni.delete(e);return}let t=Ii.get(e);if(t!==void 0){$r(t.nativeId),Ii.delete(e);return}let n=Fi.get(e);if(n!==void 0){Ni.delete(n),Fi.delete(e);return}$r(e)}),`${Bn}${Bn}`;var Ri=44,zi=`ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/`,Bi=new Uint8Array(64),Vi=new Uint8Array(128);for(let e=0;e<zi.length;e++){let t=zi.charCodeAt(e);Bi[e]=t,Vi[t]=e}function Hi(e,t){return e[0]-t[0]}var Ui=Symbol.for(`react.context`),Wi=[],Gi=null,Ki=Error("Suspense Exception: This is not a real error! It's an implementation detail of `use` to interrupt the current render."),qi=()=>{let e=Gi;return e!==null&&(Gi=e.next),e},Ji=e=>e._currentValue,Yi=(e,t,n,r=null)=>{Wi.push({displayName:r,primitive:e,stackError:Error(),value:t,dispatcherHookName:n})},Xi=e=>{if(typeof e==`object`&&e){let t=e;if(typeof t.then==`function`){let e=t;switch(e.status){case`fulfilled`:return Yi(`Promise`,e.value,`Use`),e.value;case`rejected`:throw e.reason}throw Yi(`Unresolved`,e,`Use`),Ki}if(t.$$typeof===Ui&&`_currentValue`in t){let e=t,n=Ji(e);return Yi(`Context (use)`,n,`Use`,e.displayName||`Context`),n}}throw Error(`An unsupported type was passed to use(): `+String(e))},Zi=e=>{let t=Ji(e);return Yi(`Context`,t,`Context`,e.displayName||null),t},Qi=e=>{let t=qi(),n=t===null?typeof e==`function`?e():e:t.memoizedState;return Yi(`State`,n,`State`),[n,()=>{}]},$i=(e,t,n)=>{let r=qi(),i=r===null?n===void 0?t:n(t):r.memoizedState;return Yi(`Reducer`,i,`Reducer`),[i,()=>{}]},ea=e=>{let t=qi(),n=t===null?{current:e}:t.memoizedState;return Yi(`Ref`,n.current,`Ref`),n},ta=()=>{let e=qi();return Yi(`CacheRefresh`,e===null?()=>{}:e.memoizedState,`CacheRefresh`),()=>{}},na=e=>{qi(),Yi(`LayoutEffect`,e,`LayoutEffect`)},ra=e=>{qi(),Yi(`InsertionEffect`,e,`InsertionEffect`)},ia=e=>{qi(),Yi(`Effect`,e,`Effect`)},aa=e=>{qi();let t;typeof e==`object`&&e&&`current`in e&&(t=e.current),Yi(`ImperativeHandle`,t,`ImperativeHandle`)},oa=(e,t)=>{Yi(`DebugValue`,typeof t==`function`?t(e):e,`DebugValue`)},sa=e=>{let t=qi();return Yi(`Callback`,t===null?e:t.memoizedState[0],`Callback`),e},ca=e=>{let t=qi(),n=t===null?e():t.memoizedState[0];return Yi(`Memo`,n,`Memo`),n},la=(e,t)=>{let n=qi();qi();let r=n===null?t():n.memoizedState;return Yi(`SyncExternalStore`,r,`SyncExternalStore`),r},ua=()=>{let e=qi();qi();let t=e===null?!1:e.memoizedState;return Yi(`Transition`,t,`Transition`),[t,()=>{}]},da=e=>{let t=qi(),n=t===null?e:t.memoizedState;return Yi(`DeferredValue`,n,`DeferredValue`),n},fa=()=>{let e=qi(),t=e===null?``:e.memoizedState;return Yi(`Id`,t,`Id`),t},pa=e=>[],ma=e=>{let t=qi(),n=t===null?e:t.memoizedState;return Yi(`Optimistic`,n,`Optimistic`),[n,()=>{}]},ha=(e,t)=>{let n,r=null;if(e!==null){let t=e.memoizedState;if(typeof t==`object`&&t&&`then`in t&&typeof t.then==`function`){let e=t;switch(e.status){case`fulfilled`:n=e.value;break;case`rejected`:r=e.reason;break;default:r=Ki,n=e}}else n=t}else n=t;return{value:n,error:r}},ga=e=>(t,n)=>{let r=qi();qi(),qi();let i=Error(),{value:a,error:o}=ha(r,n);if(Wi.push({displayName:null,primitive:e,stackError:i,value:a,dispatcherHookName:e}),o!==null)throw o;return[a,()=>{},!1]},_a=ga(`ActionState`),va={readContext:Ji,use:Xi,useCallback:sa,useContext:Zi,useEffect:ia,useImperativeHandle:aa,useLayoutEffect:na,useInsertionEffect:ra,useMemo:ca,useReducer:$i,useRef:ea,useState:Qi,useDebugValue:oa,useDeferredValue:da,useTransition:ua,useSyncExternalStore:la,useId:fa,useHostTransitionStatus:()=>{let e=Ji({_currentValue:null});return Yi(`HostTransitionStatus`,e,`HostTransitionStatus`),e},useFormState:ga(`FormState`),useActionState:_a,useOptimistic:ma,useMemoCache:pa,useCacheRefresh:ta,useEffectEvent:e=>(qi(),Yi(`EffectEvent`,e,`EffectEvent`),e)};typeof Proxy>`u`||new Proxy(va,{get(e,t){if(Object.prototype.hasOwnProperty.call(e,t))return e[t];let n=Error(`Missing method in Dispatcher: `+t);throw n.name=`ReactDebugToolsUnsupportedHookError`,n}});var ya=new Set([`role`,`name`,`aria-label`,`rel`,`href`]),ba=e=>{if(!/^[a-z-]{3,}$/i.test(e))return!1;let t=e.split(/-|[A-Z]/);for(let e of t)if(e.length<=2||/[^aeiou]{4,}/i.test(e))return!1;return!0},xa=(e,t)=>{let n=ya.has(e)||e.startsWith(`data-`)&&ba(e),r=ba(t)&&t.length<100||t.startsWith(`#`)&&ba(t.slice(1));return n&&r},Sa=e=>{let t=e[0].name;for(let n=1;n<e.length;n++)t=`${e[n].name} > ${t}`;return t},Ca=e=>{let t=0;for(let n of e)t+=n.penalty;return t},wa=(e,t)=>Ca(e)-Ca(t),Ta=(e,t)=>{let n=e.parentNode;if(!n)return;let r=n.firstChild;if(!r)return;let i=0;for(;r&&(Hn(r)&&(t===void 0||r.tagName.toLowerCase()===t)&&i++,r!==e);)r=r.nextSibling;return i},Ea=(e,t)=>e===`html`?`html`:`${e}:nth-child(${t})`,Da=(e,t)=>e===`html`?`html`:`${e}:nth-of-type(${t})`,Oa=(e,t)=>{let n=[],r=e.getAttribute(`id`),i=e.tagName.toLowerCase();r&&ba(r)&&n.push({name:`#${CSS.escape(r)}`,penalty:0});for(let t of e.classList)ba(t)&&n.push({name:`.${CSS.escape(t)}`,penalty:1});for(let r of e.attributes)t(r.name,r.value)&&n.push({name:`[${CSS.escape(r.name)}="${CSS.escape(r.value)}"]`,penalty:2});n.push({name:i,penalty:5});let a=Ta(e,i);a!==void 0&&n.push({name:Da(i,a),penalty:10});let o=Ta(e);return o!==void 0&&n.push({name:Ea(i,o),penalty:50}),n},ka=(e,t=Rn,n=[])=>{if(t<=0)return[];if(e.length===0)return[n];let r=[];for(let i of e[0]){let a=t-r.length;if(a<=0)break;r.push(...ka(e.slice(1),a,[...n,i]))}return r},Aa=(e,t)=>{let n=t.getRootNode();return Br(n)?n:Kr(e)?e:e.ownerDocument},ja=(e,t)=>t.querySelectorAll(Sa(e)).length===1,Ma=(e,t)=>{let n=e,r=[];for(;n&&n!==t;){let e=n.tagName.toLowerCase(),t=Ta(n,e);if(t===void 0)return;r.push({name:Da(e,t),penalty:10}),n=n.parentElement}return ja(r,t)?r:void 0},Na=(e,t,n,r)=>{if(e.nodeType!==Node.ELEMENT_NODE)throw new Hr;if(e.tagName.toLowerCase()===`html`)return`html`;let i=Aa(t,e),a=Date.now(),o=[],s=e,c=0,l;for(;s&&s!==i&&!l;)if(o.push(Oa(s,r)),s=s.parentElement,c++,c>=3){let t=ka(o);t.sort(wa);for(let r of t){if(Date.now()-a>n){let t=Ma(e,i);if(!t)throw new Ur(n);return Sa(t)}if(ja(r,i)){l=r;break}}}if(!l&&c<3){let e=ka(o);e.sort(wa);for(let t of e){if(Date.now()-a>n)break;if(ja(t,i)){l=t;break}}}if(!l)throw new Wr;return Sa(l)},Pa=e=>e.ownerDocument.body??e.ownerDocument.documentElement,Fa=new Set([`data-testid`,`data-test-id`,`data-test`,`data-cy`,`data-qa`,`aria-label`,`href`,`src`,`role`,`name`,`title`,`alt`]),Ia=e=>e.length>0&&e.length<=120,La=(e,t)=>{try{let n=e.getRootNode(),r=(Br(n)?n:e.ownerDocument).querySelectorAll(t);return r.length===1&&r[0]===e}catch{return!1}},Ra=e=>{let t=e.getAttribute(`id`);if(t){let n=`#${CSS.escape(t)}`;if(La(e,n))return n}for(let t of Fa){let n=e.getAttribute(t);if(!n||!Ia(n))continue;let r=`[${t}=${JSON.stringify(n)}]`;if(La(e,r))return r;let i=`${e.tagName.toLowerCase()}${r}`;if(La(e,i))return i}return null},za=e=>{let t=[],n=e.getRootNode(),r=Br(n)?n:Pa(e),i=e;for(;i;){let e=i.getAttribute(`id`);if(e){t.unshift(`#${CSS.escape(e)}`);break}let n=i.parentNode;if(!n){t.unshift(i.tagName.toLowerCase());break}let a=Array.from(n.children).indexOf(i)+1;if(t.unshift(`${i.tagName.toLowerCase()}:nth-child(${a})`),n===r){Hn(r)&&t.unshift(r.tagName.toLowerCase());break}i=Hn(n)?n:null}return t.join(` > `)},Ba=e=>{let t=Ra(e);if(t)return t;try{let t=Na(e,Pa(e),200,(e,t)=>xa(e,t)||Fa.has(e)&&Ia(t));if(t)return t}catch{}return za(e)},Va=e=>{let t=zr(e);if(t)return t.getSelector();let n=Ba(e),r=e.getRootNode();if(Br(r))return`${Va(r.host)} >>> ${n}`;let i=Yn(e.ownerDocument.defaultView);return i?`${Va(i)} >>iframe>> ${n}`:n};[`[id]`,`[data-testid]`,`[data-test-id]`,`[data-test]`,`[data-cy]`,`[data-qa]`,`[aria-label]`,`a[href]`,`button`,`input`,`select`,`textarea`,`[role="button"]`,`[role="link"]`,`[role="checkbox"]`,`[role="radio"]`,`[role="switch"]`,`[role="tab"]`,`[role="menuitem"]`,`[role="option"]`,`[role="textbox"]`,`[role="combobox"]`,`[role="slider"]`,`[role="spinbutton"]`].join(`,`);var Ha=e=>e.replace(/\s+/g,` `).trim(),Ua=e=>e.getAttribute(`aria-hidden`)===`true`||e.hasAttribute(`hidden`)?!0:zn.has(e.tagName.toLowerCase()),Wa=(e,t,n)=>{if(e.nodeType===Node.TEXT_NODE){let r=Ha(e.textContent??``);return r?(t.push(r),n-r.length):n}if(!Hn(e)||Ua(e))return n;for(let r of e.childNodes)if(n=Wa(r,t,n),n<=0)break;return n};new Set(`AppRouter.AppRouterAnnouncer.AppDevOverlay.AppDevOverlayErrorBoundary.ClientPageRoot.ClientSegmentRoot.DevRootHTTPAccessFallbackBoundary.ErrorBoundary.ErrorBoundaryHandler.GracefulDegradeBoundary.HTTPAccessErrorFallback.HTTPAccessFallbackBoundary.HTTPAccessFallbackErrorBoundary.HandleRedirect.Head.HistoryUpdater.HotReload.InnerLayoutRouter.InnerScrollAndFocusHandler.InnerScrollAndFocusHandlerOld.InnerScrollAndMaybeFocusHandler.InnerScrollHandlerNew.LoadableComponent.LoadingBoundary.LoadingBoundaryProvider.NotAllowedRootHTTPFallbackError.OfflineProvider.OuterLayoutRouter.RedirectBoundary.RedirectErrorBoundary.RenderFromTemplateContext.RenderValidationBoundaryAtThisLevel.ReplaySsrOnlyErrors.RootErrorBoundary.RootLevelDevOverlayElement.Router.ScrollAndFocusHandler.ScrollAndMaybeFocusHandler.SegmentBoundaryTrigger.SegmentBoundaryTriggerNode.SegmentStateProvider.SegmentTrieNode.SegmentViewNode.SegmentViewStateNode.ServerRoot.body.html`.split(`.`)),new Map([`top`,`right`,`bottom`,`left`].flatMap(e=>[[`border-${e}-style`,e],[`border-${e}-color`,e]]));var Ga=Object.defineProperty,Ka=(e,t,n)=>t in e?Ga(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n,qa=(e,t,n)=>Ka(e,typeof t==`symbol`?t:t+``,n);Array.prototype.toSorted||Object.defineProperty(Array.prototype,"toSorted",{value:function(e){return[...this].sort(e)},writable:!0,configurable:!0});var Ja=typeof window<`u`,Ya=()=>Ja?(window.reactScanIdCounter===void 0&&(window.reactScanIdCounter=0),`${++window.reactScanIdCounter}`):`0`,Xa=e=>{let t=e.createOscillator(),n=e.createGain();t.connect(n),n.connect(e.destination);let r={type:`sine`,freq:[392,600],duration:.3,gain:.12},i=r.freq,a=r.duration/i.length;i.forEach((n,r)=>{t.frequency.setValueAtTime(n,e.currentTime+r*a)}),t.type=r.type,n.gain.setValueAtTime(r.gain,e.currentTime),n.gain.setTargetAtTime(0,e.currentTime+r.duration*.7,.05),t.start(),t.stop(e.currentTime+r.duration)},Za=dn(({size:e=15,name:t,fill:n=`currentColor`,stroke:r=`currentColor`,className:i,externalURL:a=``,style:o},s)=>{let c=Array.isArray(e)?e[0]:e,l=Array.isArray(e)?e[1]||e[0]:e,u=`${a}#${t}`;return F(`svg`,{ref:s,width:`${c}px`,height:`${l}px`,fill:n,stroke:r,className:i,style:{...o,minWidth:`${c}px`,maxWidth:`${c}px`,minHeight:`${l}px`,maxHeight:`${l}px`},children:[F(`title`,{children:t}),F(`use`,{href:u})]})}),Qa=24,$a={width:550,height:350,initialHeight:400},eo=240,to=`react-scan-widget-settings-v2`,no=`react-scan-widget-collapsed-v1`;function ro(e){var t,n,r=``;if(typeof e==`string`||typeof e==`number`)r+=e;else if(typeof e==`object`)if(Array.isArray(e)){var i=e.length;for(t=0;t<i;t++)e[t]&&(n=ro(e[t]))&&(r&&(r+=` `),r+=n)}else for(n in e)e[n]&&(r&&(r+=` `),r+=n);return r}function io(){for(var e,t,n=0,r=``,i=arguments.length;n<i;n++)(e=arguments[n])&&(t=ro(e))&&(r&&(r+=` `),r+=t);return r}var ao=(e,t)=>{let n=Array(e.length+t.length);for(let t=0;t<e.length;t++)n[t]=e[t];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},oo=(e,t)=>({classGroupId:e,validator:t}),so=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),co=`-`,lo=[],uo=`arbitrary..`,fo=e=>{let t=ho(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:e=>{if(e.startsWith(`[`)&&e.endsWith(`]`))return mo(e);let n=e.split(co);return po(n,+(n[0]===``&&n.length>1),t)},getConflictingClassGroupIds:(e,t)=>{if(t){let t=r[e],i=n[e];return t?i?ao(i,t):t:i||lo}return n[e]||lo}}},po=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;let r=e[t],i=n.nextPart.get(r);if(i){let n=po(e,t+1,i);if(n)return n}let a=n.validators;if(a===null)return;let o=t===0?e.join(co):e.slice(t).join(co),s=a.length;for(let e=0;e<s;e++){let t=a[e];if(t.validator(o))return t.classGroupId}},mo=e=>e.slice(1,-1).indexOf(`:`)===-1?void 0:(()=>{let t=e.slice(1,-1),n=t.indexOf(`:`),r=t.slice(0,n);return r?uo+r:void 0})(),ho=e=>{let{theme:t,classGroups:n}=e;return go(n,t)},go=(e,t)=>{let n=so();for(let r in e){let i=e[r];_o(i,n,r,t)}return n},_o=(e,t,n,r)=>{let i=e.length;for(let a=0;a<i;a++){let i=e[a];vo(i,t,n,r)}},vo=(e,t,n,r)=>{if(typeof e==`string`){yo(e,t,n);return}if(typeof e==`function`){bo(e,t,n,r);return}xo(e,t,n,r)},yo=(e,t,n)=>{let r=e===``?t:So(t,e);r.classGroupId=n},bo=(e,t,n,r)=>{if(Co(e)){_o(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(oo(n,e))},xo=(e,t,n,r)=>{let i=Object.entries(e),a=i.length;for(let e=0;e<a;e++){let[a,o]=i[e];_o(o,So(t,a),n,r)}},So=(e,t)=>{let n=e,r=t.split(co),i=r.length;for(let e=0;e<i;e++){let t=r[e],i=n.nextPart.get(t);i||(i=so(),n.nextPart.set(t,i)),n=i}return n},Co=e=>`isThemeGetter`in e&&e.isThemeGetter===!0,wo=e=>{if(e<1)return{get:()=>void 0,set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null),i=(i,a)=>{n[i]=a,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(e){let t=n[e];if(t!==void 0)return t;if((t=r[e])!==void 0)return i(e,t),t},set(e,t){e in n?n[e]=t:i(e,t)}}},To=`!`,Eo=`:`,Do=[],Oo=(e,t,n,r,i)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:i}),ko=e=>{let{prefix:t,experimentalParseClassName:n}=e,r=e=>{let t=[],n=0,r=0,i=0,a,o=e.length;for(let s=0;s<o;s++){let o=e[s];if(n===0&&r===0){if(o===Eo){t.push(e.slice(i,s)),i=s+1;continue}if(o===`/`){a=s;continue}}o===`[`?n++:o===`]`?n--:o===`(`?r++:o===`)`&&r--}let s=t.length===0?e:e.slice(i),c=s,l=!1;s.endsWith(To)?(c=s.slice(0,-1),l=!0):s.startsWith(To)&&(c=s.slice(1),l=!0);let u=a&&a>i?a-i:void 0;return Oo(t,l,c,u)};if(t){let e=t+Eo,n=r;r=t=>t.startsWith(e)?n(t.slice(e.length)):Oo(Do,!1,t,void 0,!0)}if(n){let e=r;r=t=>n({className:t,parseClassName:e})}return r},Ao=e=>{let t=new Map;return e.orderSensitiveModifiers.forEach((e,n)=>{t.set(e,1e6+n)}),e=>{let n=[],r=[];for(let i=0;i<e.length;i++){let a=e[i],o=a[0]===`[`,s=t.has(a);o||s?(r.length>0&&(r.sort(),n.push(...r),r=[]),n.push(a)):r.push(a)}return r.length>0&&(r.sort(),n.push(...r)),n}},jo=e=>({cache:wo(e.cacheSize),parseClassName:ko(e),sortModifiers:Ao(e),...fo(e)}),Mo=/\s+/,No=(e,t)=>{let{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:i,sortModifiers:a}=t,o=[],s=e.trim().split(Mo),c=``;for(let e=s.length-1;e>=0;--e){let t=s[e],{isExternal:l,modifiers:u,hasImportantModifier:d,baseClassName:f,maybePostfixModifierPosition:p}=n(t);if(l){c=t+(c.length>0?` `+c:c);continue}let m=!!p,h=r(m?f.substring(0,p):f);if(!h){if(!m){c=t+(c.length>0?` `+c:c);continue}if(h=r(f),!h){c=t+(c.length>0?` `+c:c);continue}m=!1}let g=u.length===0?``:u.length===1?u[0]:a(u).join(`:`),_=d?g+To:g,v=_+h;if(o.indexOf(v)>-1)continue;o.push(v);let y=i(h,m);for(let e=0;e<y.length;++e){let t=y[e];o.push(_+t)}c=t+(c.length>0?` `+c:c)}return c},Po=(...e)=>{let t=0,n,r,i=``;for(;t<e.length;)(n=e[t++])&&(r=Fo(n))&&(i&&(i+=` `),i+=r);return i},Fo=e=>{if(typeof e==`string`)return e;let t,n=``;for(let r=0;r<e.length;r++)e[r]&&(t=Fo(e[r]))&&(n&&(n+=` `),n+=t);return n},Io=(e,...t)=>{let n,r,i,a,o=o=>(n=jo(t.reduce((e,t)=>t(e),e())),r=n.cache.get,i=n.cache.set,a=s,s(o)),s=e=>{let t=r(e);if(t)return t;let a=No(e,n);return i(e,a),a};return a=o,(...e)=>a(Po(...e))},Lo=[],Ro=e=>{let t=t=>t[e]||Lo;return t.isThemeGetter=!0,t},zo=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,Bo=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Vo=/^\d+(?:\.\d+)?\/\d+(?:\.\d+)?$/,Ho=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Uo=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Wo=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Go=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Ko=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,qo=e=>Vo.test(e),Jo=e=>!!e&&!Number.isNaN(Number(e)),Yo=e=>!!e&&Number.isInteger(Number(e)),Xo=e=>e.endsWith(`%`)&&Jo(e.slice(0,-1)),Zo=e=>Ho.test(e),Qo=()=>!0,$o=e=>Uo.test(e)&&!Wo.test(e),es=()=>!1,ts=e=>Go.test(e),ns=e=>Ko.test(e),rs=e=>!I(e)&&!L(e),is=e=>ys(e,Cs,es),I=e=>zo.test(e),as=e=>ys(e,ws,$o),os=e=>ys(e,Ts,Jo),ss=e=>ys(e,Ds,Qo),cs=e=>ys(e,Es,es),ls=e=>ys(e,xs,es),us=e=>ys(e,Ss,ns),ds=e=>ys(e,Os,ts),L=e=>Bo.test(e),fs=e=>bs(e,ws),ps=e=>bs(e,Es),ms=e=>bs(e,xs),hs=e=>bs(e,Cs),gs=e=>bs(e,Ss),_s=e=>bs(e,Os,!0),vs=e=>bs(e,Ds,!0),ys=(e,t,n)=>{let r=zo.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},bs=(e,t,n=!1)=>{let r=Bo.exec(e);return r?r[1]?t(r[1]):n:!1},xs=e=>e===`position`||e===`percentage`,Ss=e=>e===`image`||e===`url`,Cs=e=>e===`length`||e===`size`||e===`bg-size`,ws=e=>e===`length`,Ts=e=>e===`number`,Es=e=>e===`family-name`,Ds=e=>e===`number`||e===`weight`,Os=e=>e===`shadow`,ks=Io(()=>{let e=Ro(`color`),t=Ro(`font`),n=Ro(`text`),r=Ro(`font-weight`),i=Ro(`tracking`),a=Ro(`leading`),o=Ro(`breakpoint`),s=Ro(`container`),c=Ro(`spacing`),l=Ro(`radius`),u=Ro(`shadow`),d=Ro(`inset-shadow`),f=Ro(`text-shadow`),p=Ro(`drop-shadow`),m=Ro(`blur`),h=Ro(`perspective`),g=Ro(`aspect`),_=Ro(`ease`),v=Ro(`animate`),y=()=>[`auto`,`avoid`,`all`,`avoid-page`,`page`,`left`,`right`,`column`],b=()=>[`center`,`top`,`bottom`,`left`,`right`,`top-left`,`left-top`,`top-right`,`right-top`,`bottom-right`,`right-bottom`,`bottom-left`,`left-bottom`],x=()=>[...b(),L,I],S=()=>[`auto`,`hidden`,`clip`,`visible`,`scroll`],C=()=>[`auto`,`contain`,`none`],w=()=>[L,I,c],T=()=>[qo,`full`,`auto`,...w()],E=()=>[Yo,`none`,`subgrid`,L,I],D=()=>[`auto`,{span:[`full`,Yo,L,I]},Yo,L,I],O=()=>[Yo,`auto`,L,I],k=()=>[`auto`,`min`,`max`,`fr`,L,I],A=()=>[`start`,`end`,`center`,`between`,`around`,`evenly`,`stretch`,`baseline`,`center-safe`,`end-safe`],ee=()=>[`start`,`end`,`center`,`stretch`,`center-safe`,`end-safe`],j=()=>[`auto`,...w()],M=()=>[qo,`auto`,`full`,`dvw`,`dvh`,`lvw`,`lvh`,`svw`,`svh`,`min`,`max`,`fit`,...w()],N=()=>[qo,`screen`,`full`,`dvw`,`lvw`,`svw`,`min`,`max`,`fit`,...w()],te=()=>[qo,`screen`,`full`,`lh`,`dvh`,`lvh`,`svh`,`min`,`max`,`fit`,...w()],P=()=>[e,L,I],ne=()=>[...b(),ms,ls,{position:[L,I]}],re=()=>[`no-repeat`,{repeat:[``,`x`,`y`,`space`,`round`]}],ie=()=>[`auto`,`cover`,`contain`,hs,is,{size:[L,I]}],ae=()=>[Xo,fs,as],oe=()=>[``,`none`,`full`,l,L,I],se=()=>[``,Jo,fs,as],ce=()=>[`solid`,`dashed`,`dotted`,`double`],le=()=>[`normal`,`multiply`,`screen`,`overlay`,`darken`,`lighten`,`color-dodge`,`color-burn`,`hard-light`,`soft-light`,`difference`,`exclusion`,`hue`,`saturation`,`color`,`luminosity`],ue=()=>[Jo,Xo,ms,ls],de=()=>[``,`none`,m,L,I],fe=()=>[`none`,Jo,L,I],pe=()=>[`none`,Jo,L,I],me=()=>[Jo,L,I],he=()=>[qo,`full`,...w()];return{cacheSize:500,theme:{animate:[`spin`,`ping`,`pulse`,`bounce`],aspect:[`video`],blur:[Zo],breakpoint:[Zo],color:[Qo],container:[Zo],"drop-shadow":[Zo],ease:[`in`,`out`,`in-out`],font:[rs],"font-weight":[`thin`,`extralight`,`light`,`normal`,`medium`,`semibold`,`bold`,`extrabold`,`black`],"inset-shadow":[Zo],leading:[`none`,`tight`,`snug`,`normal`,`relaxed`,`loose`],perspective:[`dramatic`,`near`,`normal`,`midrange`,`distant`,`none`],radius:[Zo],shadow:[Zo],spacing:[`px`,Jo],text:[Zo],"text-shadow":[Zo],tracking:[`tighter`,`tight`,`normal`,`wide`,`wider`,`widest`]},classGroups:{aspect:[{aspect:[`auto`,`square`,qo,I,L,g]}],container:[`container`],columns:[{columns:[Jo,I,L,s]}],"break-after":[{"break-after":y()}],"break-before":[{"break-before":y()}],"break-inside":[{"break-inside":[`auto`,`avoid`,`avoid-page`,`avoid-column`]}],"box-decoration":[{"box-decoration":[`slice`,`clone`]}],box:[{box:[`border`,`content`]}],display:[`block`,`inline-block`,`inline`,`flex`,`inline-flex`,`table`,`inline-table`,`table-caption`,`table-cell`,`table-column`,`table-column-group`,`table-footer-group`,`table-header-group`,`table-row-group`,`table-row`,`flow-root`,`grid`,`inline-grid`,`contents`,`list-item`,`hidden`],sr:[`sr-only`,`not-sr-only`],float:[{float:[`right`,`left`,`none`,`start`,`end`]}],clear:[{clear:[`left`,`right`,`both`,`none`,`start`,`end`]}],isolation:[`isolate`,`isolation-auto`],"object-fit":[{object:[`contain`,`cover`,`fill`,`none`,`scale-down`]}],"object-position":[{object:x()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:C()}],"overscroll-x":[{"overscroll-x":C()}],"overscroll-y":[{"overscroll-y":C()}],position:[`static`,`fixed`,`absolute`,`relative`,`sticky`],inset:[{inset:T()}],"inset-x":[{"inset-x":T()}],"inset-y":[{"inset-y":T()}],start:[{"inset-s":T(),start:T()}],end:[{"inset-e":T(),end:T()}],"inset-bs":[{"inset-bs":T()}],"inset-be":[{"inset-be":T()}],top:[{top:T()}],right:[{right:T()}],bottom:[{bottom:T()}],left:[{left:T()}],visibility:[`visible`,`invisible`,`collapse`],z:[{z:[Yo,`auto`,L,I]}],basis:[{basis:[qo,`full`,`auto`,s,...w()]}],"flex-direction":[{flex:[`row`,`row-reverse`,`col`,`col-reverse`]}],"flex-wrap":[{flex:[`nowrap`,`wrap`,`wrap-reverse`]}],flex:[{flex:[Jo,qo,`auto`,`initial`,`none`,I]}],grow:[{grow:[``,Jo,L,I]}],shrink:[{shrink:[``,Jo,L,I]}],order:[{order:[Yo,`first`,`last`,`none`,L,I]}],"grid-cols":[{"grid-cols":E()}],"col-start-end":[{col:D()}],"col-start":[{"col-start":O()}],"col-end":[{"col-end":O()}],"grid-rows":[{"grid-rows":E()}],"row-start-end":[{row:D()}],"row-start":[{"row-start":O()}],"row-end":[{"row-end":O()}],"grid-flow":[{"grid-flow":[`row`,`col`,`dense`,`row-dense`,`col-dense`]}],"auto-cols":[{"auto-cols":k()}],"auto-rows":[{"auto-rows":k()}],gap:[{gap:w()}],"gap-x":[{"gap-x":w()}],"gap-y":[{"gap-y":w()}],"justify-content":[{justify:[...A(),`normal`]}],"justify-items":[{"justify-items":[...ee(),`normal`]}],"justify-self":[{"justify-self":[`auto`,...ee()]}],"align-content":[{content:[`normal`,...A()]}],"align-items":[{items:[...ee(),{baseline:[``,`last`]}]}],"align-self":[{self:[`auto`,...ee(),{baseline:[``,`last`]}]}],"place-content":[{"place-content":A()}],"place-items":[{"place-items":[...ee(),`baseline`]}],"place-self":[{"place-self":[`auto`,...ee()]}],p:[{p:w()}],px:[{px:w()}],py:[{py:w()}],ps:[{ps:w()}],pe:[{pe:w()}],pbs:[{pbs:w()}],pbe:[{pbe:w()}],pt:[{pt:w()}],pr:[{pr:w()}],pb:[{pb:w()}],pl:[{pl:w()}],m:[{m:j()}],mx:[{mx:j()}],my:[{my:j()}],ms:[{ms:j()}],me:[{me:j()}],mbs:[{mbs:j()}],mbe:[{mbe:j()}],mt:[{mt:j()}],mr:[{mr:j()}],mb:[{mb:j()}],ml:[{ml:j()}],"space-x":[{"space-x":w()}],"space-x-reverse":[`space-x-reverse`],"space-y":[{"space-y":w()}],"space-y-reverse":[`space-y-reverse`],size:[{size:M()}],"inline-size":[{inline:[`auto`,...N()]}],"min-inline-size":[{"min-inline":[`auto`,...N()]}],"max-inline-size":[{"max-inline":[`none`,...N()]}],"block-size":[{block:[`auto`,...te()]}],"min-block-size":[{"min-block":[`auto`,...te()]}],"max-block-size":[{"max-block":[`none`,...te()]}],w:[{w:[s,`screen`,...M()]}],"min-w":[{"min-w":[s,`screen`,`none`,...M()]}],"max-w":[{"max-w":[s,`screen`,`none`,`prose`,{screen:[o]},...M()]}],h:[{h:[`screen`,`lh`,...M()]}],"min-h":[{"min-h":[`screen`,`lh`,`none`,...M()]}],"max-h":[{"max-h":[`screen`,`lh`,...M()]}],"font-size":[{text:[`base`,n,fs,as]}],"font-smoothing":[`antialiased`,`subpixel-antialiased`],"font-style":[`italic`,`not-italic`],"font-weight":[{font:[r,vs,ss]}],"font-stretch":[{"font-stretch":[`ultra-condensed`,`extra-condensed`,`condensed`,`semi-condensed`,`normal`,`semi-expanded`,`expanded`,`extra-expanded`,`ultra-expanded`,Xo,I]}],"font-family":[{font:[ps,cs,t]}],"font-features":[{"font-features":[I]}],"fvn-normal":[`normal-nums`],"fvn-ordinal":[`ordinal`],"fvn-slashed-zero":[`slashed-zero`],"fvn-figure":[`lining-nums`,`oldstyle-nums`],"fvn-spacing":[`proportional-nums`,`tabular-nums`],"fvn-fraction":[`diagonal-fractions`,`stacked-fractions`],tracking:[{tracking:[i,L,I]}],"line-clamp":[{"line-clamp":[Jo,`none`,L,os]}],leading:[{leading:[a,...w()]}],"list-image":[{"list-image":[`none`,L,I]}],"list-style-position":[{list:[`inside`,`outside`]}],"list-style-type":[{list:[`disc`,`decimal`,`none`,L,I]}],"text-alignment":[{text:[`left`,`center`,`right`,`justify`,`start`,`end`]}],"placeholder-color":[{placeholder:P()}],"text-color":[{text:P()}],"text-decoration":[`underline`,`overline`,`line-through`,`no-underline`],"text-decoration-style":[{decoration:[...ce(),`wavy`]}],"text-decoration-thickness":[{decoration:[Jo,`from-font`,`auto`,L,as]}],"text-decoration-color":[{decoration:P()}],"underline-offset":[{"underline-offset":[Jo,`auto`,L,I]}],"text-transform":[`uppercase`,`lowercase`,`capitalize`,`normal-case`],"text-overflow":[`truncate`,`text-ellipsis`,`text-clip`],"text-wrap":[{text:[`wrap`,`nowrap`,`balance`,`pretty`]}],indent:[{indent:w()}],"vertical-align":[{align:[`baseline`,`top`,`middle`,`bottom`,`text-top`,`text-bottom`,`sub`,`super`,L,I]}],whitespace:[{whitespace:[`normal`,`nowrap`,`pre`,`pre-line`,`pre-wrap`,`break-spaces`]}],break:[{break:[`normal`,`words`,`all`,`keep`]}],wrap:[{wrap:[`break-word`,`anywhere`,`normal`]}],hyphens:[{hyphens:[`none`,`manual`,`auto`]}],content:[{content:[`none`,L,I]}],"bg-attachment":[{bg:[`fixed`,`local`,`scroll`]}],"bg-clip":[{"bg-clip":[`border`,`padding`,`content`,`text`]}],"bg-origin":[{"bg-origin":[`border`,`padding`,`content`]}],"bg-position":[{bg:ne()}],"bg-repeat":[{bg:re()}],"bg-size":[{bg:ie()}],"bg-image":[{bg:[`none`,{linear:[{to:[`t`,`tr`,`r`,`br`,`b`,`bl`,`l`,`tl`]},Yo,L,I],radial:[``,L,I],conic:[Yo,L,I]},gs,us]}],"bg-color":[{bg:P()}],"gradient-from-pos":[{from:ae()}],"gradient-via-pos":[{via:ae()}],"gradient-to-pos":[{to:ae()}],"gradient-from":[{from:P()}],"gradient-via":[{via:P()}],"gradient-to":[{to:P()}],rounded:[{rounded:oe()}],"rounded-s":[{"rounded-s":oe()}],"rounded-e":[{"rounded-e":oe()}],"rounded-t":[{"rounded-t":oe()}],"rounded-r":[{"rounded-r":oe()}],"rounded-b":[{"rounded-b":oe()}],"rounded-l":[{"rounded-l":oe()}],"rounded-ss":[{"rounded-ss":oe()}],"rounded-se":[{"rounded-se":oe()}],"rounded-ee":[{"rounded-ee":oe()}],"rounded-es":[{"rounded-es":oe()}],"rounded-tl":[{"rounded-tl":oe()}],"rounded-tr":[{"rounded-tr":oe()}],"rounded-br":[{"rounded-br":oe()}],"rounded-bl":[{"rounded-bl":oe()}],"border-w":[{border:se()}],"border-w-x":[{"border-x":se()}],"border-w-y":[{"border-y":se()}],"border-w-s":[{"border-s":se()}],"border-w-e":[{"border-e":se()}],"border-w-bs":[{"border-bs":se()}],"border-w-be":[{"border-be":se()}],"border-w-t":[{"border-t":se()}],"border-w-r":[{"border-r":se()}],"border-w-b":[{"border-b":se()}],"border-w-l":[{"border-l":se()}],"divide-x":[{"divide-x":se()}],"divide-x-reverse":[`divide-x-reverse`],"divide-y":[{"divide-y":se()}],"divide-y-reverse":[`divide-y-reverse`],"border-style":[{border:[...ce(),`hidden`,`none`]}],"divide-style":[{divide:[...ce(),`hidden`,`none`]}],"border-color":[{border:P()}],"border-color-x":[{"border-x":P()}],"border-color-y":[{"border-y":P()}],"border-color-s":[{"border-s":P()}],"border-color-e":[{"border-e":P()}],"border-color-bs":[{"border-bs":P()}],"border-color-be":[{"border-be":P()}],"border-color-t":[{"border-t":P()}],"border-color-r":[{"border-r":P()}],"border-color-b":[{"border-b":P()}],"border-color-l":[{"border-l":P()}],"divide-color":[{divide:P()}],"outline-style":[{outline:[...ce(),`none`,`hidden`]}],"outline-offset":[{"outline-offset":[Jo,L,I]}],"outline-w":[{outline:[``,Jo,fs,as]}],"outline-color":[{outline:P()}],shadow:[{shadow:[``,`none`,u,_s,ds]}],"shadow-color":[{shadow:P()}],"inset-shadow":[{"inset-shadow":[`none`,d,_s,ds]}],"inset-shadow-color":[{"inset-shadow":P()}],"ring-w":[{ring:se()}],"ring-w-inset":[`ring-inset`],"ring-color":[{ring:P()}],"ring-offset-w":[{"ring-offset":[Jo,as]}],"ring-offset-color":[{"ring-offset":P()}],"inset-ring-w":[{"inset-ring":se()}],"inset-ring-color":[{"inset-ring":P()}],"text-shadow":[{"text-shadow":[`none`,f,_s,ds]}],"text-shadow-color":[{"text-shadow":P()}],opacity:[{opacity:[Jo,L,I]}],"mix-blend":[{"mix-blend":[...le(),`plus-darker`,`plus-lighter`]}],"bg-blend":[{"bg-blend":le()}],"mask-clip":[{"mask-clip":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]},`mask-no-clip`],"mask-composite":[{mask:[`add`,`subtract`,`intersect`,`exclude`]}],"mask-image-linear-pos":[{"mask-linear":[Jo]}],"mask-image-linear-from-pos":[{"mask-linear-from":ue()}],"mask-image-linear-to-pos":[{"mask-linear-to":ue()}],"mask-image-linear-from-color":[{"mask-linear-from":P()}],"mask-image-linear-to-color":[{"mask-linear-to":P()}],"mask-image-t-from-pos":[{"mask-t-from":ue()}],"mask-image-t-to-pos":[{"mask-t-to":ue()}],"mask-image-t-from-color":[{"mask-t-from":P()}],"mask-image-t-to-color":[{"mask-t-to":P()}],"mask-image-r-from-pos":[{"mask-r-from":ue()}],"mask-image-r-to-pos":[{"mask-r-to":ue()}],"mask-image-r-from-color":[{"mask-r-from":P()}],"mask-image-r-to-color":[{"mask-r-to":P()}],"mask-image-b-from-pos":[{"mask-b-from":ue()}],"mask-image-b-to-pos":[{"mask-b-to":ue()}],"mask-image-b-from-color":[{"mask-b-from":P()}],"mask-image-b-to-color":[{"mask-b-to":P()}],"mask-image-l-from-pos":[{"mask-l-from":ue()}],"mask-image-l-to-pos":[{"mask-l-to":ue()}],"mask-image-l-from-color":[{"mask-l-from":P()}],"mask-image-l-to-color":[{"mask-l-to":P()}],"mask-image-x-from-pos":[{"mask-x-from":ue()}],"mask-image-x-to-pos":[{"mask-x-to":ue()}],"mask-image-x-from-color":[{"mask-x-from":P()}],"mask-image-x-to-color":[{"mask-x-to":P()}],"mask-image-y-from-pos":[{"mask-y-from":ue()}],"mask-image-y-to-pos":[{"mask-y-to":ue()}],"mask-image-y-from-color":[{"mask-y-from":P()}],"mask-image-y-to-color":[{"mask-y-to":P()}],"mask-image-radial":[{"mask-radial":[L,I]}],"mask-image-radial-from-pos":[{"mask-radial-from":ue()}],"mask-image-radial-to-pos":[{"mask-radial-to":ue()}],"mask-image-radial-from-color":[{"mask-radial-from":P()}],"mask-image-radial-to-color":[{"mask-radial-to":P()}],"mask-image-radial-shape":[{"mask-radial":[`circle`,`ellipse`]}],"mask-image-radial-size":[{"mask-radial":[{closest:[`side`,`corner`],farthest:[`side`,`corner`]}]}],"mask-image-radial-pos":[{"mask-radial-at":b()}],"mask-image-conic-pos":[{"mask-conic":[Jo]}],"mask-image-conic-from-pos":[{"mask-conic-from":ue()}],"mask-image-conic-to-pos":[{"mask-conic-to":ue()}],"mask-image-conic-from-color":[{"mask-conic-from":P()}],"mask-image-conic-to-color":[{"mask-conic-to":P()}],"mask-mode":[{mask:[`alpha`,`luminance`,`match`]}],"mask-origin":[{"mask-origin":[`border`,`padding`,`content`,`fill`,`stroke`,`view`]}],"mask-position":[{mask:ne()}],"mask-repeat":[{mask:re()}],"mask-size":[{mask:ie()}],"mask-type":[{"mask-type":[`alpha`,`luminance`]}],"mask-image":[{mask:[`none`,L,I]}],filter:[{filter:[``,`none`,L,I]}],blur:[{blur:de()}],brightness:[{brightness:[Jo,L,I]}],contrast:[{contrast:[Jo,L,I]}],"drop-shadow":[{"drop-shadow":[``,`none`,p,_s,ds]}],"drop-shadow-color":[{"drop-shadow":P()}],grayscale:[{grayscale:[``,Jo,L,I]}],"hue-rotate":[{"hue-rotate":[Jo,L,I]}],invert:[{invert:[``,Jo,L,I]}],saturate:[{saturate:[Jo,L,I]}],sepia:[{sepia:[``,Jo,L,I]}],"backdrop-filter":[{"backdrop-filter":[``,`none`,L,I]}],"backdrop-blur":[{"backdrop-blur":de()}],"backdrop-brightness":[{"backdrop-brightness":[Jo,L,I]}],"backdrop-contrast":[{"backdrop-contrast":[Jo,L,I]}],"backdrop-grayscale":[{"backdrop-grayscale":[``,Jo,L,I]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[Jo,L,I]}],"backdrop-invert":[{"backdrop-invert":[``,Jo,L,I]}],"backdrop-opacity":[{"backdrop-opacity":[Jo,L,I]}],"backdrop-saturate":[{"backdrop-saturate":[Jo,L,I]}],"backdrop-sepia":[{"backdrop-sepia":[``,Jo,L,I]}],"border-collapse":[{border:[`collapse`,`separate`]}],"border-spacing":[{"border-spacing":w()}],"border-spacing-x":[{"border-spacing-x":w()}],"border-spacing-y":[{"border-spacing-y":w()}],"table-layout":[{table:[`auto`,`fixed`]}],caption:[{caption:[`top`,`bottom`]}],transition:[{transition:[``,`all`,`colors`,`opacity`,`shadow`,`transform`,`none`,L,I]}],"transition-behavior":[{transition:[`normal`,`discrete`]}],duration:[{duration:[Jo,`initial`,L,I]}],ease:[{ease:[`linear`,`initial`,_,L,I]}],delay:[{delay:[Jo,L,I]}],animate:[{animate:[`none`,v,L,I]}],backface:[{backface:[`hidden`,`visible`]}],perspective:[{perspective:[h,L,I]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:fe()}],"rotate-x":[{"rotate-x":fe()}],"rotate-y":[{"rotate-y":fe()}],"rotate-z":[{"rotate-z":fe()}],scale:[{scale:pe()}],"scale-x":[{"scale-x":pe()}],"scale-y":[{"scale-y":pe()}],"scale-z":[{"scale-z":pe()}],"scale-3d":[`scale-3d`],skew:[{skew:me()}],"skew-x":[{"skew-x":me()}],"skew-y":[{"skew-y":me()}],transform:[{transform:[L,I,``,`none`,`gpu`,`cpu`]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:[`3d`,`flat`]}],translate:[{translate:he()}],"translate-x":[{"translate-x":he()}],"translate-y":[{"translate-y":he()}],"translate-z":[{"translate-z":he()}],"translate-none":[`translate-none`],accent:[{accent:P()}],appearance:[{appearance:[`none`,`auto`]}],"caret-color":[{caret:P()}],"color-scheme":[{scheme:[`normal`,`dark`,`light`,`light-dark`,`only-dark`,`only-light`]}],cursor:[{cursor:[`auto`,`default`,`pointer`,`wait`,`text`,`move`,`help`,`not-allowed`,`none`,`context-menu`,`progress`,`cell`,`crosshair`,`vertical-text`,`alias`,`copy`,`no-drop`,`grab`,`grabbing`,`all-scroll`,`col-resize`,`row-resize`,`n-resize`,`e-resize`,`s-resize`,`w-resize`,`ne-resize`,`nw-resize`,`se-resize`,`sw-resize`,`ew-resize`,`ns-resize`,`nesw-resize`,`nwse-resize`,`zoom-in`,`zoom-out`,L,I]}],"field-sizing":[{"field-sizing":[`fixed`,`content`]}],"pointer-events":[{"pointer-events":[`auto`,`none`]}],resize:[{resize:[`none`,``,`y`,`x`]}],"scroll-behavior":[{scroll:[`auto`,`smooth`]}],"scroll-m":[{"scroll-m":w()}],"scroll-mx":[{"scroll-mx":w()}],"scroll-my":[{"scroll-my":w()}],"scroll-ms":[{"scroll-ms":w()}],"scroll-me":[{"scroll-me":w()}],"scroll-mbs":[{"scroll-mbs":w()}],"scroll-mbe":[{"scroll-mbe":w()}],"scroll-mt":[{"scroll-mt":w()}],"scroll-mr":[{"scroll-mr":w()}],"scroll-mb":[{"scroll-mb":w()}],"scroll-ml":[{"scroll-ml":w()}],"scroll-p":[{"scroll-p":w()}],"scroll-px":[{"scroll-px":w()}],"scroll-py":[{"scroll-py":w()}],"scroll-ps":[{"scroll-ps":w()}],"scroll-pe":[{"scroll-pe":w()}],"scroll-pbs":[{"scroll-pbs":w()}],"scroll-pbe":[{"scroll-pbe":w()}],"scroll-pt":[{"scroll-pt":w()}],"scroll-pr":[{"scroll-pr":w()}],"scroll-pb":[{"scroll-pb":w()}],"scroll-pl":[{"scroll-pl":w()}],"snap-align":[{snap:[`start`,`end`,`center`,`align-none`]}],"snap-stop":[{snap:[`normal`,`always`]}],"snap-type":[{snap:[`none`,`x`,`y`,`both`]}],"snap-strictness":[{snap:[`mandatory`,`proximity`]}],touch:[{touch:[`auto`,`none`,`manipulation`]}],"touch-x":[{"touch-pan":[`x`,`left`,`right`]}],"touch-y":[{"touch-pan":[`y`,`up`,`down`]}],"touch-pz":[`touch-pinch-zoom`],select:[{select:[`none`,`text`,`all`,`auto`]}],"will-change":[{"will-change":[`auto`,`scroll`,`contents`,`transform`,L,I]}],fill:[{fill:[`none`,...P()]}],"stroke-w":[{stroke:[Jo,fs,as,os]}],stroke:[{stroke:[`none`,...P()]}],"forced-color-adjust":[{"forced-color-adjust":[`auto`,`none`]}]},conflictingClassGroups:{overflow:[`overflow-x`,`overflow-y`],overscroll:[`overscroll-x`,`overscroll-y`],inset:[`inset-x`,`inset-y`,`inset-bs`,`inset-be`,`start`,`end`,`top`,`right`,`bottom`,`left`],"inset-x":[`right`,`left`],"inset-y":[`top`,`bottom`],flex:[`basis`,`grow`,`shrink`],gap:[`gap-x`,`gap-y`],p:[`px`,`py`,`ps`,`pe`,`pbs`,`pbe`,`pt`,`pr`,`pb`,`pl`],px:[`pr`,`pl`],py:[`pt`,`pb`],m:[`mx`,`my`,`ms`,`me`,`mbs`,`mbe`,`mt`,`mr`,`mb`,`ml`],mx:[`mr`,`ml`],my:[`mt`,`mb`],size:[`w`,`h`],"font-size":[`leading`],"fvn-normal":[`fvn-ordinal`,`fvn-slashed-zero`,`fvn-figure`,`fvn-spacing`,`fvn-fraction`],"fvn-ordinal":[`fvn-normal`],"fvn-slashed-zero":[`fvn-normal`],"fvn-figure":[`fvn-normal`],"fvn-spacing":[`fvn-normal`],"fvn-fraction":[`fvn-normal`],"line-clamp":[`display`,`overflow`],rounded:[`rounded-s`,`rounded-e`,`rounded-t`,`rounded-r`,`rounded-b`,`rounded-l`,`rounded-ss`,`rounded-se`,`rounded-ee`,`rounded-es`,`rounded-tl`,`rounded-tr`,`rounded-br`,`rounded-bl`],"rounded-s":[`rounded-ss`,`rounded-es`],"rounded-e":[`rounded-se`,`rounded-ee`],"rounded-t":[`rounded-tl`,`rounded-tr`],"rounded-r":[`rounded-tr`,`rounded-br`],"rounded-b":[`rounded-br`,`rounded-bl`],"rounded-l":[`rounded-tl`,`rounded-bl`],"border-spacing":[`border-spacing-x`,`border-spacing-y`],"border-w":[`border-w-x`,`border-w-y`,`border-w-s`,`border-w-e`,`border-w-bs`,`border-w-be`,`border-w-t`,`border-w-r`,`border-w-b`,`border-w-l`],"border-w-x":[`border-w-r`,`border-w-l`],"border-w-y":[`border-w-t`,`border-w-b`],"border-color":[`border-color-x`,`border-color-y`,`border-color-s`,`border-color-e`,`border-color-bs`,`border-color-be`,`border-color-t`,`border-color-r`,`border-color-b`,`border-color-l`],"border-color-x":[`border-color-r`,`border-color-l`],"border-color-y":[`border-color-t`,`border-color-b`],translate:[`translate-x`,`translate-y`,`translate-none`],"translate-none":[`translate`,`translate-x`,`translate-y`,`translate-z`],"scroll-m":[`scroll-mx`,`scroll-my`,`scroll-ms`,`scroll-me`,`scroll-mbs`,`scroll-mbe`,`scroll-mt`,`scroll-mr`,`scroll-mb`,`scroll-ml`],"scroll-mx":[`scroll-mr`,`scroll-ml`],"scroll-my":[`scroll-mt`,`scroll-mb`],"scroll-p":[`scroll-px`,`scroll-py`,`scroll-ps`,`scroll-pe`,`scroll-pbs`,`scroll-pbe`,`scroll-pt`,`scroll-pr`,`scroll-pb`,`scroll-pl`],"scroll-px":[`scroll-pr`,`scroll-pl`],"scroll-py":[`scroll-pt`,`scroll-pb`],touch:[`touch-x`,`touch-y`,`touch-pz`],"touch-x":[`touch`],"touch-y":[`touch`],"touch-pz":[`touch`]},conflictingClassGroupModifiers:{"font-size":[`leading`]},orderSensitiveModifiers:[`*`,`**`,`after`,`backdrop`,`before`,`details-content`,`file`,`first-letter`,`first-line`,`marker`,`placeholder`,`selection`]}}),R=(...e)=>ks(io(e));typeof navigator<`u`&&navigator.userAgent.includes(`Firefox`);var As=(e,t)=>{let n=0;return r=>{let i=Date.now();if(i-n>=t)return n=i,e(r)}},js=e=>{if(!Ja)return null;try{let t=localStorage.getItem(e);return t?JSON.parse(t):null}catch{return null}},Ms=(e,t)=>{if(Ja)try{window.localStorage.setItem(e,JSON.stringify(t))}catch{}},Ns=Ot(!1),Ps=()=>({corner:`bottom-right`,dimensions:{isFullWidth:!1,isFullHeight:!1,width:$a.width,height:$a.height,position:{x:Qa,y:Qa}},lastDimensions:{isFullWidth:!1,isFullHeight:!1,width:$a.width,height:$a.height,position:{x:Qa,y:Qa}},componentsTree:{width:eo}});Ps(),Ot((()=>{let e=Ps(),t=js(to);return t?{corner:t.corner??e.corner,dimensions:t.dimensions??e.dimensions,lastDimensions:t.lastDimensions??t.dimensions??e.lastDimensions,componentsTree:t.componentsTree??e.componentsTree}:(Ms(to,{corner:e.corner,dimensions:e.dimensions,lastDimensions:e.lastDimensions,componentsTree:e.componentsTree}),e)})());var Fs=Ot({view:`none`});js(no);function Is(){return!1}function Ls(e){function t(t){return this.shouldComponentUpdate=Is,de(e,t)}return t.displayName=`Memo(${e.displayName||e.name})`,t.prototype.isReactComponent=!0,t._forwarded=!0,t}var Rs=Ot({updates:[],currentFiber:null,totalUpdates:0,windowOffset:0,currentIndex:0,isViewingHistory:!1,latestFiber:null,isVisible:!1,playbackSpeed:1});Ot(0),Ot({query:``,matches:[],currentMatchIndex:-1}),Ot({fiber:null,fiberProps:{current:[],changes:new Set},fiberState:{current:[],changes:new Set},fiberContext:{current:[],changes:new Set}}),cn(()=>{let e=nt(null),t=nt(null),n=nt(null),r=nt({isPropsChanged:!1,isStateChanged:!1,isContextChanged:!1});return et(()=>{let i=As(()=>{let r=[];e.current?.dataset.flash===`true`&&r.push(e.current),t.current?.dataset.flash===`true`&&r.push(t.current),n.current?.dataset.flash===`true`&&r.push(n.current);for(let e of r)e.classList.remove(`count-flash-white`),e.offsetWidth,e.classList.add(`count-flash-white`)},400);return Rs.subscribe(a=>{if(!e.current||!t.current||!n.current)return;let{currentIndex:o,updates:s}=a,c=s[o];!c||o===0||(i(),r.current={isPropsChanged:(c.props?.changes?.size??0)>0,isStateChanged:(c.state?.changes?.size??0)>0,isContextChanged:(c.context?.changes?.size??0)>0},e.current.dataset.flash!==`true`&&(e.current.dataset.flash=r.current.isPropsChanged.toString()),t.current.dataset.flash!==`true`&&(t.current.dataset.flash=r.current.isStateChanged.toString()),n.current.dataset.flash!==`true`&&(n.current.dataset.flash=r.current.isContextChanged.toString()))})},[]),F(`button`,{type:`button`,className:R(`react-section-header`,`overflow-hidden`,`max-h-0`,`transition-[max-height]`),children:F(`div`,{className:R(`flex-1 react-scan-expandable`),children:F(`div`,{className:`overflow-hidden`,children:F(`div`,{className:`flex items-center whitespace-nowrap`,children:[F(`div`,{className:`flex items-center gap-x-2`,children:`What changed?`}),F(`div`,{className:R(`ml-auto`,`change-scope`,`transition-opacity duration-300 delay-150`),children:[F(`div`,{ref:e,children:`props`}),F(`div`,{ref:t,children:`state`}),F(`div`,{ref:n,children:`context`})]})]})})})})}),Nt(()=>R(`react-scan-inspector`,`flex-1`,`opacity-0`,`overflow-y-auto overflow-x-hidden`,`transition-opacity delay-0`,`pointer-events-none`,!Ns.value&&`opacity-100 delay-300 pointer-events-auto`));var zs=0,Bs=performance.now(),Vs=0,Hs=!1,Us=()=>{Vs++;let e=performance.now();e-Bs>=1e3&&(zs=Vs,Vs=0,Bs=e),requestAnimationFrame(Us)},Ws=()=>(Hs||(Hs=!0,Us(),zs=60),zs);function Gs(e,t){let n=[];for(let t of e){let e=t.target;this.seenElements.has(e)||(this.seenElements.add(e),n.push(t))}n.length>0&&this.resolveNext&&(this.resolveNext(n),this.resolveNext=null),this.seenElements.size===this.uniqueElements.size&&(t.disconnect(),this.done=!0,this.resolveNext&&this.resolveNext([]))}var Ks=async function*(e){let t={uniqueElements:new Set(e),seenElements:new Set,resolveNext:null,done:!1},n=new IntersectionObserver(Gs.bind(t));for(let e of t.uniqueElements)n.observe(e);for(;!t.done;){let e=await new Promise(e=>{t.resolveNext=e});e.length>0&&(yield e)}};Nt(()=>R(`absolute inset-0 flex items-center gap-x-2`,`translate-y-0`,`transition-transform duration-300`,Ns.value&&`-translate-y-[200%]`));var qs=({className:e,...t})=>F(`div`,{className:R(`react-scan-toggle`,e),children:[F(`input`,{type:`checkbox`,...t}),F(`div`,{})]}),Js=({fps:e})=>F(`div`,{className:R(`flex items-center gap-x-1 px-2 w-full`,`h-6`,`rounded-md`,`font-mono leading-none`,`bg-[#141414]`,`ring-1 ring-white/[0.08]`),children:[F(`div`,{style:{color:(e=>e<30?`#EF4444`:e<50?`#F59E0B`:`rgb(214,132,245)`)(e)},className:`text-sm font-semibold tracking-wide transition-colors ease-in-out w-full flex justify-center items-center`,children:e}),F(`span`,{className:`text-white/30 text-[11px] font-medium tracking-wide ml-auto min-w-fit`,children:`FPS`})]}),Ys=()=>{let[e,t]=Qe(null);return et(()=>{let e=setInterval(()=>{t(Ws())},200);return()=>clearInterval(e)},[]),F(`div`,{className:R(`flex items-center justify-end gap-x-2 px-1 ml-1 w-[72px]`,`whitespace-nowrap text-sm text-white`),children:e===null?F(pe,{children:`️`}):F(Js,{fps:e})})},Xs=e=>e(),Zs=class e extends Array{constructor(e=25){super(),qa(this,`capacity`,e)}push(...e){let t=super.push(...e);for(;this.length>this.capacity;)this.shift();return t}static fromArray(t,n){let r=new e(n);return r.push(...t),r}};new class{constructor(e){qa(this,`subscribers`,new Set),qa(this,`currentValue`),this.currentValue=e}subscribe(e){return this.subscribers.add(e),e(this.currentValue),()=>{this.subscribers.delete(e)}}setState(e){this.currentValue=e,this.subscribers.forEach(t=>t(e))}getCurrentState(){return this.currentValue}}(new Zs(150));var Qs=50;new class{constructor(){qa(this,`channels`,{})}publish(e,t,n=!0){let r=this.channels[t];if(!r){if(!n)return;this.channels[t]={callbacks:new Zs(Qs),state:new Zs(Qs)},this.channels[t].state.push(e);return}r.state.push(e),r.callbacks.forEach(t=>t(e))}getAvailableChannels(){return Zs.fromArray(Object.keys(this.channels),Qs)}subscribe(e,t,n=!1){let r=()=>(n||this.channels[e].state.forEach(e=>{t(e)}),()=>{let n=this.channels[e].callbacks.filter(e=>e!==t);this.channels[e].callbacks=Zs.fromArray(n,Qs)}),i=this.channels[e];return i?(i.callbacks.push(t),r()):(this.channels[e]={callbacks:new Zs(Qs),state:new Zs(Qs)},this.channels[e].callbacks.push(t),r())}updateChannelState(e,t,n=!0){let r=this.channels[e];if(!r){if(!n)return;let r=new Zs(Qs),i={callbacks:new Zs(Qs),state:r};this.channels[e]=i,i.state=t(r);return}r.state=t(r.state)}getChannelState(e){return this.channels[e].state??new Zs(Qs)}},new Zs(25);var $s=e=>{let t,n=new Set,r=(e,r)=>{let i=typeof e==`function`?e(t):e;if(!Object.is(i,t)){let e=t;t=r??(typeof i!=`object`||!i)?i:Object.assign({},t,i),n.forEach(n=>n(t,e))}},i=()=>t,a={setState:r,getState:i,getInitialState:()=>o,subscribe:(e,r)=>{let i,a;r?(i=e,a=r):a=e;let o=i?i(t):void 0,s=(e,t)=>{if(i){let n=i(e),r=i(t);Object.is(o,n)||(o=n,a(n,r))}else a(e,t)};return n.add(s),()=>n.delete(s)}},o=t=e(r,i,a);return a},ec=(e=>e?$s(e):$s);ec()(e=>({state:{events:[]},actions:{addEvent:t=>{e(e=>({state:{events:[...e.state.events,t]}}))},clear:()=>{e({state:{events:[]}})}}}));var tc=200,nc=ec()((e,t)=>{let n=new Set;return{state:{events:new Zs(tc)},actions:{addEvent:r=>{n.forEach(e=>e(r));let i=[...t().state.events,r],a=(e,t)=>{let n=i.find(t=>{if(t.kind!==`long-render`&&t.id!==e.id&&(e.data.startAt<=t.data.startAt&&e.data.endAt<=t.data.endAt&&e.data.endAt>=t.data.startAt||t.data.startAt<=e.data.startAt&&t.data.endAt>=e.data.startAt||e.data.startAt<=t.data.startAt&&e.data.endAt>=t.data.endAt))return!0});n&&t(n)},o=new Set;i.forEach(e=>{e.kind!==`interaction`&&a(e,()=>{o.add(e.id)})});let s=i.filter(e=>!o.has(e.id));e(()=>({state:{events:Zs.fromArray(s,tc)}}))},addListener:e=>(n.add(e),()=>{n.delete(e)}),clear:()=>{e({state:{events:new Zs(tc)}})}}}}),rc=()=>an(nc.subscribe,nc.getState),ic=150,ac=e=>{let t=e.filter(e=>e.length>2);return t.length===0?e.at(-1)??`Unknown`:t.at(-1)},oc=e=>{switch(e.kind){case`interaction`:{let{renderTime:t,otherJSTime:n,framePreparation:r,frameConstruction:i,frameDraw:a}=e;return t+n+r+i+(a??0)}case`dropped-frames`:return e.otherTime+e.renderTime}},sc=e=>e.wasFiberRenderMount||e.hasMemoCache?!1:e.changes.context.length===0&&e.changes.props.length===0&&e.changes.state.length===0,cc=e=>{let t=oc(e.timing);switch(e.kind){case`interaction`:return t<200?`low`:t<500?`needs-improvement`:`high`;case`dropped-frames`:return t<50?`low`:t<ic?`needs-improvement`:`high`}},lc=()=>at(uc),uc=Le(null),dc=({size:e=24,className:t})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:R([`lucide lucide-chevron-right`,t]),children:F(`path`,{d:`m9 18 6-6-6-6`})}),fc=({className:e=``,size:t=24,events:n=[]})=>{let r=n.includes(!0),i=n.filter(e=>e).length,a=i>99?`>99`:i,o=r?Math.max(t*.6,14):Math.max(t*.4,6);return F(`div`,{className:`relative`,children:[F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:`lucide lucide-bell ${e}`,children:[F(`path`,{d:`M10.268 21a2 2 0 0 0 3.464 0`}),F(`path`,{d:`M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326`})]}),n.length>0&&i>0&&gl.options.value.showNotificationCount&&F(`div`,{className:R([`absolute`,r?`-top-2.5 -right-2.5`:`-top-1 -right-1`,`rounded-full`,`flex items-center justify-center`,`text-[8px] font-medium text-white`,`aspect-square`,r?`bg-red-500/90`:`bg-purple-500/90`]),style:{width:`${o}px`,height:`${o}px`,padding:r?`0.5px`:`0`},children:r&&a})]})},pc=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:e,children:[F(`path`,{d:`M18 6 6 18`}),F(`path`,{d:`m6 6 12 12`})]}),mc=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:e,children:[F(`path`,{d:`M11 4.702a.705.705 0 0 0-1.203-.498L6.413 7.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298z`}),F(`path`,{d:`M16 9a5 5 0 0 1 0 6`}),F(`path`,{d:`M19.364 18.364a9 9 0 0 0 0-12.728`})]}),hc=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:e,children:[F(`path`,{d:`M16 9a5 5 0 0 1 .95 2.293`}),F(`path`,{d:`M19.364 5.636a9 9 0 0 1 1.889 9.96`}),F(`path`,{d:`m2 2 20 20`}),F(`path`,{d:`m7 7-.587.587A1.4 1.4 0 0 1 5.416 8H3a1 1 0 0 0-1 1v6a1 1 0 0 0 1 1h2.416a1.4 1.4 0 0 1 .997.413l3.383 3.384A.705.705 0 0 0 11 19.298V11`}),F(`path`,{d:`M9.828 4.172A.686.686 0 0 1 11 4.657v.686`})]}),gc=({size:e=24,className:t})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:e,height:e,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:R([`lucide lucide-arrow-left`,t]),children:[F(`path`,{d:`m12 19-7-7 7-7`}),F(`path`,{d:`M19 12H5`})]}),_c=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:e,children:[F(`path`,{d:`M14 4.1 12 6`}),F(`path`,{d:`m5.1 8-2.9-.8`}),F(`path`,{d:`m6 12-1.9 2`}),F(`path`,{d:`M7.2 2.2 8 5.1`}),F(`path`,{d:`M9.037 9.69a.498.498 0 0 1 .653-.653l11 4.5a.5.5 0 0 1-.074.949l-4.349 1.041a1 1 0 0 0-.74.739l-1.04 4.35a.5.5 0 0 1-.95.074z`})]}),vc=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:e,children:[F(`path`,{d:`M10 8h.01`}),F(`path`,{d:`M12 12h.01`}),F(`path`,{d:`M14 8h.01`}),F(`path`,{d:`M16 12h.01`}),F(`path`,{d:`M18 8h.01`}),F(`path`,{d:`M6 8h.01`}),F(`path`,{d:`M7 16h10`}),F(`path`,{d:`M8 12h.01`}),F(`rect`,{width:`20`,height:`16`,x:`2`,y:`4`,rx:`2`})]}),yc=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,"stroke-width":`2`,"stroke-linecap":`round`,"stroke-linejoin":`round`,className:e,style:{transform:`rotate(180deg)`},children:[F(`circle`,{cx:`12`,cy:`12`,r:`10`}),F(`path`,{d:`m4.9 4.9 14.2 14.2`})]}),bc=({className:e=``,size:t=24})=>F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:t,height:t,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:e,children:[F(`polyline`,{points:`22 17 13.5 8.5 8.5 13.5 2 7`}),F(`polyline`,{points:`16 17 22 17 22 11`})]}),xc=({children:e,triggerContent:t,wrapperProps:n})=>{let[r,i]=Qe(`closed`),[a,o]=Qe(null),[s,c]=Qe({width:window.innerWidth,height:window.innerHeight}),l=nt(null),u=nt(null),d=at(pl),f=nt(!1);et(()=>{let e=()=>{c({width:window.innerWidth,height:window.innerHeight}),p()};return window.addEventListener(`resize`,e),()=>window.removeEventListener(`resize`,e)},[]);let p=()=>{if(l.current&&d){let e=l.current.getBoundingClientRect(),t=d.getBoundingClientRect(),n=e.left+e.width/2,r=e.top,i=new DOMRect(n-t.left,r-t.top,e.width,e.height);o(i)}};et(()=>{p()},[l.current]),et(()=>{if(r===`opening`){let e=setTimeout(()=>i(`open`),120);return()=>clearTimeout(e)}else if(r===`closing`){let e=setTimeout(()=>i(`closed`),120);return()=>clearTimeout(e)}},[r]),et(()=>{let e=setInterval(()=>{!f.current&&r!==`closed`&&i(`closing`)},1e3);return()=>clearInterval(e)},[r]);let m=()=>{f.current=!0,p(),i(`opening`)},h=()=>{f.current=!1,p(),i(`closing`)},g=(()=>{if(!a||!d)return{top:0,left:0};let e=d.getBoundingClientRect(),t=u.current?.offsetHeight||40,n=a.x+e.left,r=a.y+e.top,i=n,o=r-4;return i-175/2<5?i=92.5:i+175/2>s.width-5&&(i=s.width-5-175/2),o-t<5&&(o=r+a.height+4),{top:o-e.top,left:i-e.left}})();return F(pe,{children:[d&&a&&r!==`closed`&&Sn(F(`div`,{ref:u,className:R([`absolute z-100 bg-white text-black rounded-lg px-3 py-2 shadow-lg`,`transition-[opacity] duration-120 ease-out`,`after:content-[""] after:absolute after:top-[100%]`,`after:left-1/2 after:-translate-x-1/2`,`after:w-[10px] after:h-[6px]`,`after:border-l-[5px] after:border-l-transparent`,`after:border-r-[5px] after:border-r-transparent`,`after:border-t-[6px] after:border-t-white`,`pointer-events-none`,r===`opening`||r===`closing`?`opacity-0`:`opacity-100`]),style:{top:g.top+`px`,left:g.left+`px`,transform:`translate(-50%, calc(-100% - 4px)) scale(${r===`open`?1:.97})`,minWidth:`175px`,willChange:`opacity, transform`},children:e}),d),F(`div`,{ref:l,onMouseEnter:m,onMouseLeave:h,...n,children:t})]})},Sc=({selectedEvent:e})=>{let{notificationState:t,setNotificationState:n,setRoute:r}=lc();return F(`div`,{className:R([`flex w-full justify-between items-center px-3 py-2 text-xs`]),children:[F(`div`,{className:R([`bg-[#18181B] flex items-center gap-x-1 p-1 rounded-sm`]),children:[F(`button`,{onClick:()=>{r({route:`render-visualization`,routeMessage:null})},className:R([`w-1/2 flex items-center justify-center whitespace-nowrap py-[5px] px-1 gap-x-1`,t.route===`render-visualization`||t.route===`render-explanation`?`text-white bg-[#7521c8] rounded-sm`:`text-[#6E6E77] bg-[#18181B] rounded-sm`]),children:`Ranked`}),F(`button`,{onClick:()=>{r({route:`other-visualization`,routeMessage:null})},className:R([`w-1/2 flex items-center justify-center whitespace-nowrap py-[5px] px-1 gap-x-1`,t.route===`other-visualization`?`text-white bg-[#7521c8] rounded-sm`:`text-[#6E6E77] bg-[#18181B] rounded-sm`]),children:`Overview`}),F(`button`,{onClick:()=>{r({route:`optimize`,routeMessage:null})},className:R([`w-1/2 flex items-center justify-center whitespace-nowrap py-[5px] px-1 gap-x-1`,t.route===`optimize`?`text-white bg-[#7521c8] rounded-sm`:`text-[#6E6E77] bg-[#18181B] rounded-sm`]),children:F(`span`,{children:`Prompts`})})]}),F(xc,{triggerContent:F(`button`,{onClick:()=>{n(e=>{e.audioNotificationsOptions.enabled&&e.audioNotificationsOptions.audioContext.state!==`closed`&&e.audioNotificationsOptions.audioContext.close();let t=e.audioNotificationsOptions.enabled;localStorage.setItem(`react-scan-notifications-audio`,String(!t));let n=new AudioContext;return e.audioNotificationsOptions.enabled||Xa(n),t&&n.close(),{...e,audioNotificationsOptions:t?{audioContext:null,enabled:!1}:{audioContext:n,enabled:!0}}})},className:`ml-auto`,children:F(`div`,{className:R([`flex gap-x-2 justify-center items-center text-[#6E6E77]`]),children:[F(`span`,{children:`Alerts`}),t.audioNotificationsOptions.enabled?F(mc,{size:16,className:`text-[#6E6E77]`}):F(hc,{size:16,className:`text-[#6E6E77]`})]})}),children:F(pe,{children:`Play a chime when a slowdown is recorded`})})]})},Cc=e=>{let t=``;return e.toSorted((e,t)=>t.totalTime-e.totalTime).slice(0,30).filter(e=>e.totalTime>5).forEach(e=>{let n=``;n+=`Component Name:`,n+=e.name,n+=`
3
+ `,n+=`Rendered: ${e.count} times
4
+ `,n+=`Sum of self times for ${e.name} is ${e.totalTime.toFixed(0)}ms
5
+ `,e.changes.props.length>0&&(n+=`Changed props for all ${e.name} instances ("name:count" pairs)
6
+ `,e.changes.props.forEach(e=>{n+=`${e.name}:${e.count}x
7
+ `})),e.changes.state.length>0&&(n+=`Changed state for all ${e.name} instances ("hook index:count" pairs)
8
+ `,e.changes.state.forEach(e=>{n+=`${e.index}:${e.count}x
9
+ `})),e.changes.context.length>0&&(n+=`Changed context for all ${e.name} instances ("context display name (if exists):count" pairs)
10
+ `,e.changes.context.forEach(e=>{n+=`${e.name}:${e.count}x
11
+ `})),t+=n,t+=`
12
+ `}),t},wc=({renderTime:e,eHandlerTimeExcludingRenders:t,toRafTime:n,commitTime:r,framePresentTime:i,formattedReactData:a})=>`I will provide you with a set of high level, and low level performance data about an interaction in a React App:
13
+ ### High level
14
+ - react component render time: ${e.toFixed(0)}ms
15
+ - how long it took to run javascript event handlers (EXCLUDING REACT RENDERS): ${t.toFixed(0)}ms
16
+ - how long it took from the last event handler time, to the last request animation frame: ${n.toFixed(0)}ms
17
+ - things like prepaint, style recalculations, layerization, async web API's like observers may occur during this time
18
+ - how long it took from the last request animation frame to when the dom was committed: ${r.toFixed(0)}ms
19
+ - during this period you will see paint, commit, potential style recalcs, and other misc browser activity. Frequently high times here imply css that makes the browser do a lot of work, or mutating expensive dom properties during the event handler stage. This can be many things, but it narrows the problem scope significantly when this is high
20
+ ${i===null?``:`- how long it took from dom commit for the frame to be presented: ${i.toFixed(0)}ms. This is when information about how to paint the next frame is sent to the compositor threads, and when the GPU does work. If this is high, look for issues that may be a bottleneck for operations occurring during this time`}
21
+
22
+ ### Low level
23
+ We also have lower level information about react components, such as their render time, and which props/state/context changed when they re-rendered.
24
+ ${a}`,Tc=({interactionType:e,name:t,componentPath:n,time:r,renderTime:i,eHandlerTimeExcludingRenders:a,toRafTime:o,commitTime:s,framePresentTime:c,formattedReactData:l})=>`You will attempt to implement a performance improvement to a user interaction in a React app. You will be provided with data about the interaction, and the slow down.
25
+
26
+ Your should split your goals into 2 parts:
27
+ - identifying the problem
28
+ - fixing the problem
29
+ - it is okay to implement a fix even if you aren't 100% sure the fix solves the performance problem. When you aren't sure, you should tell the user to try repeating the interaction, and feeding the "Formatted Data" in the React Scan notifications optimize tab. This allows you to start a debugging flow with the user, where you attempt a fix, and observe the result. The user may make a mistake when they pass you the formatted data, so must make sure, given the data passed to you, that the associated data ties to the same interaction you were trying to debug.
30
+
31
+
32
+ Make sure to check if the user has the react compiler enabled (project dependent, configured through build tool), so you don't unnecessarily memoize components. If it is, you do not need to worry about memoizing user components
33
+
34
+ One challenge you may face is the performance problem lies in a node_module, not in user code. If you are confident the problem originates because of a node_module, there are multiple strategies, which are context dependent:
35
+ - you can try to work around the problem, knowing which module is slow
36
+ - you can determine if its possible to resolve the problem in the node_module by modifying non node_module code
37
+ - you can monkey patch the node_module to experiment and see if it's really the problem (you can modify a functions properties to hijack the call for example)
38
+ - you can determine if it's feasible to replace whatever node_module is causing the problem with a performant option (this is an extreme)
39
+
40
+ The interaction was a ${e} on the component named ${t}. This component has the following ancestors ${n}. This is the path from the component, to the root. This should be enough information to figure out where this component is in the user's code base
41
+
42
+ This path is the component that was clicked, so it should tell you roughly where component had an event handler that triggered a state change.
43
+
44
+ Please note that the leaf node of this path might not be user code (if they use a UI library), and they may contain many wrapper components that just pass through children that aren't relevant to the actual click. So make you sure analyze the path and understand what the user code is doing
45
+
46
+ We have a set of high level, and low level data about the performance issue.
47
+
48
+ The click took ${r.toFixed(0)}ms from interaction start, to when a new frame was presented to a user.
49
+
50
+ We also provide you with a breakdown of what the browser spent time on during the period of interaction start to frame presentation.
51
+
52
+ - react component render time: ${i.toFixed(0)}ms
53
+ - how long it took to run javascript event handlers (EXCLUDING REACT RENDERS): ${a.toFixed(0)}ms
54
+ - how long it took from the last event handler time, to the last request animation frame: ${o.toFixed(0)}ms
55
+ - things like prepaint, style recalculations, layerization, async web API's like observers may occur during this time
56
+ - how long it took from the last request animation frame to when the dom was committed: ${s.toFixed(0)}ms
57
+ - during this period you will see paint, commit, potential style recalcs, and other misc browser activity. Frequently high times here imply css that makes the browser do a lot of work, or mutating expensive dom properties during the event handler stage. This can be many things, but it narrows the problem scope significantly when this is high
58
+ ${c===null?``:`- how long it took from dom commit for the frame to be presented: ${c.toFixed(0)}ms. This is when information about how to paint the next frame is sent to the compositor threads, and when the GPU does work. If this is high, look for issues that may be a bottleneck for operations occurring during this time`}
59
+
60
+
61
+ We also have lower level information about react components, such as their render time, and which props/state/context changed when they re-rendered.
62
+
63
+ ${l}
64
+
65
+ You may notice components have many renders, but much fewer props/state/context changes. This normally implies most of the components could have been memoized to avoid computation
66
+
67
+ It's also important to remember if a component had no props/state/context change, and it was memoized, it would not render. So the flow should be:
68
+ - find the most expensive components
69
+ - see what's causing them to render
70
+ - determine how you can make those state/props/context not change for a large set of the renders
71
+ - once there are no more changes left, you can memoize the component so it no longer unnecessarily re-renders.
72
+
73
+ An important thing to note is that if you see a lot of react renders (some components with very high render counts), but javascript excluding renders is much higher than render time, it is possible that the components with lots of renders run hooks like useEffect/useLayoutEffect, which run during the JS event handler period.
74
+
75
+ It's also good to note that react profiles hook times in development, and if many hooks are called (lets say 5,000 components all called a useEffect), it will have to profile every single one. And it may also be the case the comparison of the hooks dependency can be expensive, and that would not be tracked in render time.
76
+
77
+ If a node_module is the component with high renders, you can experiment to see if that component is the root issue (because of hooks). You should use the same instructions for node_module debugging mentioned previously.
78
+
79
+ `,Ec=({renderTime:e,otherTime:t,formattedReactData:n})=>`You will attempt to implement a performance improvement to a large slowdown in a react app
80
+
81
+ Your should split your goals into 2 parts:
82
+ - identifying the problem
83
+ - fixing the problem
84
+ - it is okay to implement a fix even if you aren't 100% sure the fix solves the performance problem. When you aren't sure, you should tell the user to try repeating the interaction, and feeding the "Formatted Data" in the React Scan notifications optimize tab. This allows you to start a debugging flow with the user, where you attempt a fix, and observe the result. The user may make a mistake when they pass you the formatted data, so must make sure, given the data passed to you, that the associated data ties to the same interaction you were trying to debug.
85
+
86
+ Make sure to check if the user has the react compiler enabled (project dependent, configured through build tool), so you don't unnecessarily memoize components. If it is, you do not need to worry about memoizing user components
87
+
88
+ One challenge you may face is the performance problem lies in a node_module, not in user code. If you are confident the problem originates because of a node_module, there are multiple strategies, which are context dependent:
89
+ - you can try to work around the problem, knowing which module is slow
90
+ - you can determine if its possible to resolve the problem in the node_module by modifying non node_module code
91
+ - you can monkey patch the node_module to experiment and see if it's really the problem (you can modify a functions properties to hijack the call for example)
92
+ - you can determine if it's feasible to replace whatever node_module is causing the problem with a performant option (this is an extreme)
93
+
94
+
95
+ We have the high level time of how much react spent rendering, and what else the browser spent time on during this slowdown
96
+
97
+ - react component render time: ${e.toFixed(0)}ms
98
+ - other time: ${t}ms
99
+
100
+
101
+ We also have lower level information about react components, such as their render time, and which props/state/context changed when they re-rendered.
102
+
103
+ ${n}
104
+
105
+ You may notice components have many renders, but much fewer props/state/context changes. This normally implies most of the components could have been memoized to avoid computation
106
+
107
+ It's also important to remember if a component had no props/state/context change, and it was memoized, it would not render. So the flow should be:
108
+ - find the most expensive components
109
+ - see what's causing them to render
110
+ - determine how you can make those state/props/context not change for a large set of the renders
111
+ - once there are no more changes left, you can memoize the component so it no longer unnecessarily re-renders.
112
+
113
+ An important thing to note is that if you see a lot of react renders (some components with very high render counts), but other time is much higher than render time, it is possible that the components with lots of renders run hooks like useEffect/useLayoutEffect, which run outside of what we profile (just react render time).
114
+
115
+ It's also good to note that react profiles hook times in development, and if many hooks are called (lets say 5,000 components all called a useEffect), it will have to profile every single one. And it may also be the case the comparison of the hooks dependency can be expensive, and that would not be tracked in render time.
116
+
117
+ If a node_module is the component with high renders, you can experiment to see if that component is the root issue (because of hooks). You should use the same instructions for node_module debugging mentioned previously.
118
+
119
+ If renders don't seem to be the problem, see if there are any expensive CSS properties being added/mutated, or any expensive DOM Element mutations/new elements being created that could cause this slowdown.
120
+ `,Dc=({renderTime:e,otherTime:t,formattedReactData:n})=>`Your goal will be to help me find the source of a performance problem in a React App. I collected a large dataset about this specific performance problem.
121
+
122
+ We have the high level time of how much react spent rendering, and what else the browser spent time on during this slowdown
123
+
124
+ - react component render time: ${e.toFixed(0)}ms
125
+ - other time (other JavaScript, hooks like useEffect, style recalculations, layerization, paint & commit and everything else the browser might do to draw a new frame after javascript mutates the DOM): ${t}ms
126
+
127
+
128
+ We also have lower level information about react components, such as their render time, and which props/state/context changed when they re-rendered.
129
+
130
+ ${n}
131
+
132
+ You may notice components have many renders, but much fewer props/state/context changes. This normally implies most of the components could have been memoized to avoid computation
133
+
134
+ It's also important to remember if a component had no props/state/context change, and it was memoized, it would not render. So a flow we can go through is:
135
+ - find the most expensive components
136
+ - see what's causing them to render
137
+ - determine how you can make those state/props/context not change for a large set of the renders
138
+ - once there are no more changes left, you can memoize the component so it no longer unnecessarily re-renders.
139
+
140
+
141
+ An important thing to note is that if you see a lot of react renders (some components with very high render counts), but other time is much higher than render time, it is possible that the components with lots of renders run hooks like useEffect/useLayoutEffect, which run outside of what we profile (just react render time).
142
+
143
+ It's also good to note that react profiles hook times in development, and if many hooks are called (lets say 5,000 components all called a useEffect), it will have to profile every single one, and this can add significant overhead when thousands of effects ran.
144
+
145
+ If it's not possible to explain the root problem from this data, please ask me for more data explicitly, and what we would need to know to find the source of the performance problem.
146
+ `,Oc=({renderTime:e,otherTime:t,formattedReactData:n})=>`I will provide you with a set of high level, and low level performance data about a large frame drop in a React App:
147
+ ### High level
148
+ - react component render time: ${e.toFixed(0)}ms
149
+ - how long it took to run everything else (other JavaScript, hooks like useEffect, style recalculations, layerization, paint & commit and everything else the browser might do to draw a new frame after javascript mutates the DOM): ${t}ms
150
+
151
+ ### Low level
152
+ We also have lower level information about react components, such as their render time, and which props/state/context changed when they re-rendered.
153
+ ${n}`,kc=({interactionType:e,name:t,time:n,renderTime:r,eHandlerTimeExcludingRenders:i,toRafTime:a,commitTime:o,framePresentTime:s,formattedReactData:c})=>`Your goal will be to help me find the source of a performance problem. I collected a large dataset about this specific performance problem.
154
+
155
+ There was a ${e} on a component named ${t}. This means, roughly, the component that handled the ${e} event was named ${t}.
156
+
157
+ We have a set of high level, and low level data about the performance issue.
158
+
159
+ The click took ${n.toFixed(0)}ms from interaction start, to when a new frame was presented to a user.
160
+
161
+ We also provide you with a breakdown of what the browser spent time on during the period of interaction start to frame presentation.
162
+
163
+ - react component render time: ${r.toFixed(0)}ms
164
+ - how long it took to run javascript event handlers (EXCLUDING REACT RENDERS): ${i.toFixed(0)}ms
165
+ - how long it took from the last event handler time, to the last request animation frame: ${a.toFixed(0)}ms
166
+ - things like prepaint, style recalculations, layerization, async web API's like observers may occur during this time
167
+ - how long it took from the last request animation frame to when the dom was committed: ${o.toFixed(0)}ms
168
+ - during this period you will see paint, commit, potential style recalcs, and other misc browser activity. Frequently high times here imply css that makes the browser do a lot of work, or mutating expensive dom properties during the event handler stage. This can be many things, but it narrows the problem scope significantly when this is high
169
+ ${s===null?``:`- how long it took from dom commit for the frame to be presented: ${s.toFixed(0)}ms. This is when information about how to paint the next frame is sent to the compositor threads, and when the GPU does work. If this is high, look for issues that may be a bottleneck for operations occurring during this time`}
170
+
171
+ We also have lower level information about react components, such as their render time, and which props/state/context changed when they re-rendered.
172
+
173
+ ${c}
174
+
175
+
176
+ You may notice components have many renders, but much fewer props/state/context changes. This normally implies most of the components could have been memoized to avoid computation
177
+
178
+ It's also important to remember if a component had no props/state/context change, and it was memoized, it would not render. So a flow we can go through is:
179
+ - find the most expensive components
180
+ - see what's causing them to render
181
+ - determine how you can make those state/props/context not change for a large set of the renders
182
+ - once there are no more changes left, you can memoize the component so it no longer unnecessarily re-renders.
183
+
184
+
185
+ An important thing to note is that if you see a lot of react renders (some components with very high render counts), but javascript excluding renders is much higher than render time, it is possible that the components with lots of renders run hooks like useEffect/useLayoutEffect, which run during the JS event handler period.
186
+
187
+ It's also good to note that react profiles hook times in development, and if many hooks are called (lets say 5,000 components all called a useEffect), it will have to profile every single one. And it may also be the case the comparison of the hooks dependency can be expensive, and that would not be tracked in render time.
188
+
189
+ If it's not possible to explain the root problem from this data, please ask me for more data explicitly, and what we would need to know to find the source of the performance problem.
190
+ `,Ac=(e,t)=>Xs(()=>{switch(e){case`data`:switch(t.kind){case`dropped-frames`:return Oc({formattedReactData:Cc(t.groupedFiberRenders),renderTime:t.groupedFiberRenders.reduce((e,t)=>e+t.totalTime,0),otherTime:t.timing.otherTime});case`interaction`:return wc({commitTime:t.timing.frameConstruction,eHandlerTimeExcludingRenders:t.timing.otherJSTime,formattedReactData:Cc(t.groupedFiberRenders),framePresentTime:t.timing.frameDraw,renderTime:t.groupedFiberRenders.reduce((e,t)=>e+t.totalTime,0),toRafTime:t.timing.framePreparation})}case`explanation`:switch(t.kind){case`dropped-frames`:return Dc({formattedReactData:Cc(t.groupedFiberRenders),renderTime:t.groupedFiberRenders.reduce((e,t)=>e+t.totalTime,0),otherTime:t.timing.otherTime});case`interaction`:return kc({commitTime:t.timing.frameConstruction,eHandlerTimeExcludingRenders:t.timing.otherJSTime,formattedReactData:Cc(t.groupedFiberRenders),framePresentTime:t.timing.frameDraw,interactionType:t.type,name:ac(t.componentPath),renderTime:t.groupedFiberRenders.reduce((e,t)=>e+t.totalTime,0),time:oc(t.timing),toRafTime:t.timing.framePreparation})}case`fix`:switch(t.kind){case`dropped-frames`:return Ec({formattedReactData:Cc(t.groupedFiberRenders),renderTime:t.groupedFiberRenders.reduce((e,t)=>e+t.totalTime,0),otherTime:t.timing.otherTime});case`interaction`:return Tc({commitTime:t.timing.frameConstruction,componentPath:t.componentPath.join(`>`),eHandlerTimeExcludingRenders:t.timing.otherJSTime,formattedReactData:Cc(t.groupedFiberRenders),framePresentTime:t.timing.frameDraw,interactionType:t.type,name:ac(t.componentPath),renderTime:t.groupedFiberRenders.reduce((e,t)=>e+t.totalTime,0),time:oc(t.timing),toRafTime:t.timing.framePreparation})}}}),jc=({selectedEvent:e})=>{let[t,n]=Qe(`fix`),[r,i]=Qe(!1);return F(`div`,{className:R([`w-full h-full`]),children:[F(`div`,{className:R([`border border-[#27272A] rounded-sm h-4/5 text-xs overflow-hidden`]),children:[F(`div`,{className:R([`bg-[#18181B] p-1 rounded-t-sm`]),children:F(`div`,{className:R([`flex items-center gap-x-1`]),children:[F(`button`,{onClick:()=>n(`fix`),className:R([`flex items-center justify-center whitespace-nowrap py-1.5 px-3 rounded-sm`,t===`fix`?`text-white bg-[#7521c8]`:`text-[#6E6E77] hover:text-white`]),children:`Fix`}),F(`button`,{onClick:()=>n(`explanation`),className:R([`flex items-center justify-center whitespace-nowrap py-1.5 px-3 rounded-sm`,t===`explanation`?`text-white bg-[#7521c8]`:`text-[#6E6E77] hover:text-white`]),children:`Explanation`}),F(`button`,{onClick:()=>n(`data`),className:R([`flex items-center justify-center whitespace-nowrap py-1.5 px-3 rounded-sm`,t===`data`?`text-white bg-[#7521c8]`:`text-[#6E6E77] hover:text-white`]),children:`Data`})]})}),F(`div`,{className:R([`overflow-y-auto h-full`]),children:F(`pre`,{className:R([`p-2 h-full`,`whitespace-pre-wrap break-words`,`text-gray-300 font-mono `]),children:Ac(t,e)})})]}),F(`button`,{onClick:async()=>{let n=Ac(t,e);await navigator.clipboard.writeText(n),i(!0),setTimeout(()=>i(!1),1e3)},className:R([`mt-4 px-4 py-2 bg-[#18181B] text-[#6E6E77] rounded-sm`,`hover:text-white transition-colors duration-200`,`flex items-center justify-center gap-x-2 text-xs`]),children:[F(`span`,{children:r?`Copied!`:`Copy Prompt`}),F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:R([`transition-transform duration-200`,r&&`scale-110`]),children:r?F(`path`,{d:`M20 6L9 17l-5-5`}):F(pe,{children:[F(`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`}),F(`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`})]})})]})]})},Mc=(e,t)=>{switch(e.kind){case`dropped-frames`:return[...t?[{name:`Total Processing Time`,time:oc(e.timing),color:`bg-red-500`,kind:`total-processing-time`}]:[{name:`Renders`,time:e.timing.renderTime,color:`bg-purple-500`,kind:`render`},{name:`JavaScript, DOM updates, Draw Frame`,time:e.timing.otherTime,color:`bg-[#4b4b4b]`,kind:`other-frame-drop`}]];case`interaction`:return[...t?[]:[{name:`Renders`,time:e.timing.renderTime,color:`bg-purple-500`,kind:`render`}],{name:t?`React Renders, Hooks, Other JavaScript`:`JavaScript/React Hooks `,time:e.timing.otherJSTime,color:`bg-[#EFD81A]`,kind:`other-javascript`},{name:`Update DOM and Draw New Frame`,time:oc(e.timing)-e.timing.renderTime-e.timing.otherJSTime,color:`bg-[#1D3A66]`,kind:`other-not-javascript`}]}},Nc=({selectedEvent:e})=>{let[t]=Qe(yl()??!1),{notificationState:n}=lc(),[r,i]=Qe(n.routeMessage?.name?[n.routeMessage.name]:[]),a=Mc(e,t),o=at(pl);et(()=>{if(n.routeMessage?.name){let e=o?.querySelector(`#overview-scroll-container`),t=o?.querySelector(`#react-scan-overview-bar-${n.routeMessage.name}`);if(e&&t){let n=t.getBoundingClientRect().top-e.getBoundingClientRect().top;e.scrollTop+=n}}},[n.route]),et(()=>{n.route===`other-visualization`&&i(e=>n.routeMessage?.name?[n.routeMessage.name]:e)},[n.route]);let s=a.reduce((e,t)=>e+t.time,0);return F(`div`,{className:`rounded-sm border border-zinc-800 text-xs`,children:[F(`div`,{className:`p-2 border-b border-zinc-800 bg-zinc-900/50`,children:F(`div`,{className:`flex items-center justify-between`,children:[F(`h3`,{className:`text-xs font-medium`,children:`What was time spent on?`}),F(`span`,{className:`text-xs text-zinc-400`,children:[`Total: `,s.toFixed(0),`ms`]})]})}),F(`div`,{className:`divide-y divide-zinc-800`,children:a.map(t=>{let n=r.includes(t.kind);return F(`div`,{id:`react-scan-overview-bar-${t.kind}`,children:[F(`button`,{onClick:()=>i(e=>e.includes(t.kind)?e.filter(e=>e!==t.kind):[...e,t.kind]),className:`w-full px-3 py-2 flex items-center gap-4 hover:bg-zinc-800/50 transition-colors`,children:F(`div`,{className:`flex-1`,children:[F(`div`,{className:`flex items-center justify-between mb-2`,children:[F(`div`,{className:`flex items-center gap-0.5`,children:[F(`svg`,{className:`h-4 w-4 text-zinc-400 transition-transform ${n?`rotate-90`:``}`,fill:`none`,stroke:`currentColor`,viewBox:`0 0 24 24`,children:F(`path`,{strokeLinecap:`round`,strokeLinejoin:`round`,strokeWidth:2,d:`M9 5l7 7-7 7`})}),F(`span`,{className:`font-medium flex items-center text-left`,children:t.name})]}),F(`span`,{className:` text-zinc-400`,children:[t.time.toFixed(0),`ms`]})]}),F(`div`,{className:`h-1 bg-zinc-800 rounded-full overflow-hidden`,children:F(`div`,{className:`h-full ${t.color} transition-all`,style:{width:`${t.time/s*100}%`}})})]})}),n&&F(`div`,{className:`bg-zinc-900/30 border-t border-zinc-800 px-2.5 py-3`,children:F(`p`,{className:` text-zinc-400 mb-4 text-xs`,children:Xs(()=>{switch(e.kind){case`interaction`:switch(t.kind){case`render`:return F(Rc,{input:Ic(e)});case`other-javascript`:return F(Rc,{input:Lc(e)});case`other-not-javascript`:return F(Rc,{input:Pc(e)})}case`dropped-frames`:switch(t.kind){case`total-processing-time`:return F(Rc,{input:{kind:`total-processing`,data:{time:oc(e.timing)}}});case`render`:return F(pe,{children:F(Rc,{input:{kind:`render`,data:{topByTime:e.groupedFiberRenders.toSorted((e,t)=>t.totalTime-e.totalTime).slice(0,3).map(t=>({name:t.name,percentage:t.totalTime/oc(e.timing)}))}}})});case`other-frame-drop`:return F(Rc,{input:{kind:`other`}})}}})})})]},t.kind)})})]})},Pc=e=>{let t=e.groupedFiberRenders.reduce((e,t)=>e+t.count,0),n=e.timing.renderTime/oc(e.timing)*100;return t>100?{kind:`high-render-count-update-dom-draw-frame`,data:{count:t,percentageOfTotal:n,copyButton:F(Fc,{})}}:{kind:`update-dom-draw-frame`,data:{copyButton:F(Fc,{})}}},Fc=()=>{let[e,t]=Qe(!1),{notificationState:n}=lc();return F(`button`,{onClick:async()=>{n.selectedEvent&&(await navigator.clipboard.writeText(Ac(`explanation`,n.selectedEvent)),t(!0),setTimeout(()=>t(!1),1e3))},className:`bg-zinc-800 flex hover:bg-zinc-700 text-zinc-200 px-2 py-1 rounded gap-x-3`,children:[F(`span`,{children:e?`Copied!`:`Copy Prompt`}),F(`svg`,{xmlns:`http://www.w3.org/2000/svg`,width:`16`,height:`16`,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:`2`,strokeLinecap:`round`,strokeLinejoin:`round`,className:R([`transition-transform duration-200`,e&&`scale-110`]),children:e?F(`path`,{d:`M20 6L9 17l-5-5`}):F(pe,{children:[F(`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`}),F(`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`})]})})]})},Ic=e=>e.timing.renderTime/oc(e.timing)>.3?{kind:`render`,data:{topByTime:e.groupedFiberRenders.toSorted((e,t)=>t.totalTime-e.totalTime).slice(0,3).map(t=>({percentage:t.totalTime/oc(e.timing),name:t.name}))}}:{kind:`other`},Lc=e=>{let t=e.groupedFiberRenders.reduce((e,t)=>e+t.count,0);return e.timing.otherJSTime/oc(e.timing)<.2?{kind:`js-explanation-base`}:e.groupedFiberRenders.find(e=>e.count>200)||e.groupedFiberRenders.reduce((e,t)=>e+t.count,0)>500?{kind:`high-render-count-high-js`,data:{renderCount:t,topByCount:e.groupedFiberRenders.filter(e=>e.count>100).toSorted((e,t)=>t.count-e.count).slice(0,3)}}:e.timing.otherJSTime/oc(e.timing)>.3?e.timing.renderTime>.2?{kind:`js-explanation-base`}:{kind:`low-render-count-high-js`,data:{renderCount:t}}:{kind:`js-explanation-base`}},Rc=({input:e})=>{switch(e.kind){case`total-processing`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:[`This is the time it took to draw the entire frame that was presented to the user. To be at 60FPS, this number needs to be `,`<=16ms`]}),F(`p`,{children:`To debug the issue, check the "Ranked" tab to see if there are significant component renders`}),F(`p`,{children:`On a production React build, React Scan can't access the time it took for component to render. To get that information, run React Scan on a development build`}),F(`p`,{children:[`To understand precisely what caused the slowdown while in production, use the `,F(`strong`,{children:`Chrome profiler`}),` and analyze the function call times.`]}),F(`p`,{})]});case`render`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:`This is the time it took React to run components, and internal logic to handle the output of your component.`}),F(`div`,{className:R([`flex flex-col`]),children:[F(`p`,{children:`The slowest components for this time period were:`}),e.data.topByTime.map(e=>F(`div`,{children:[F(`strong`,{children:e.name}),`:`,` `,(e.percentage*100).toFixed(0),`% of total`]},e.name))]}),F(`p`,{children:`To view the render times of all your components, and what caused them to render, go to the "Ranked" tab`}),F(`p`,{children:`The "Ranked" tab shows the render times of every component.`}),F(`p`,{children:`The render times of the same components are grouped together into one bar.`}),F(`p`,{children:`Clicking the component will show you what props, state, or context caused the component to re-render.`})]});case`js-explanation-base`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:`This is the period when JavaScript hooks and other JavaScript outside of React Renders run.`}),F(`p`,{children:[`The most common culprit for high JS time is expensive hooks, like expensive callbacks inside of `,F(`code`,{children:`useEffect`}),`'s or a large number of useEffect's called, but this can also be JavaScript event handlers (`,F(`code`,{children:`'onclick'`}),`, `,F(`code`,{children:`'onchange'`}),`) that performed expensive computation.`]}),F(`p`,{children:`If you have lots of components rendering that call hooks, like useEffect, it can add significant overhead even if the callbacks are not expensive. If this is the case, you can try optimizing the renders of those components to avoid the hook from having to run.`}),F(`p`,{children:[`You should profile your app using the`,` `,F(`strong`,{children:`Chrome DevTools profiler`}),` to learn exactly which functions took the longest to execute.`]})]});case`high-render-count-high-js`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:`This is the period when JavaScript hooks and other JavaScript outside of React Renders run.`}),e.data.renderCount===0?F(pe,{children:[F(`p`,{children:`There were no renders, which means nothing related to React caused this slowdown. The most likely cause of the slowdown is a slow JavaScript event handler, or code related to a Web API`}),F(`p`,{children:[`You should try to reproduce the slowdown while profiling your website with the`,F(`strong`,{children:`Chrome DevTools profiler`}),` to see exactly what functions took the longest to execute.`]})]}):F(pe,{children:[` `,F(`p`,{children:[`There were `,F(`strong`,{children:e.data.renderCount}),` renders, which could have contributed to the high JavaScript/Hook time if they ran lots of hooks, like `,F(`code`,{children:`useEffects`}),`.`]}),F(`div`,{className:R([`flex flex-col`]),children:[F(`p`,{children:`You should try optimizing the renders of:`}),e.data.topByCount.map(e=>F(`div`,{children:[`- `,F(`strong`,{children:e.name}),` (rendered `,e.count,`x)`]},e.name))]}),`and then checking if the problem still exists.`,F(`p`,{children:[`You can also try profiling your app using the`,` `,F(`strong`,{children:`Chrome DevTools profiler`}),` to see exactly what functions took the longest to execute.`]})]})]});case`low-render-count-high-js`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:`This is the period when JavaScript hooks and other JavaScript outside of React Renders run.`}),F(`p`,{children:[`There were only `,F(`strong`,{children:e.data.renderCount}),` renders detected, which means either you had very expensive hooks like`,` `,F(`code`,{children:`useEffect`}),`/`,F(`code`,{children:`useLayoutEffect`}),`, or there is other JavaScript running during this interaction that took up the majority of the time.`]}),F(`p`,{children:[`To understand precisely what caused the slowdown, use the`,` `,F(`strong`,{children:`Chrome profiler`}),` and analyze the function call times.`]})]});case`high-render-count-update-dom-draw-frame`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:`These are the calculations the browser is forced to do in response to the JavaScript that ran during the interaction.`}),F(`p`,{children:`This can be caused by CSS updates/CSS recalculations, or new DOM elements/DOM mutations.`}),F(`p`,{children:[`During this interaction, there were`,` `,F(`strong`,{children:e.data.count}),` renders, which was`,` `,F(`strong`,{children:[e.data.percentageOfTotal.toFixed(0),`%`]}),` of the time spent processing`]}),F(`p`,{children:`The work performed as a result of the renders may have forced the browser to spend a lot of time to draw the next frame.`}),F(`p`,{children:`You can try optimizing the renders to see if the performance problem still exists using the "Ranked" tab.`}),F(`p`,{children:`If you use an AI-based code editor, you can export the performance data collected as a prompt.`}),F(`p`,{children:e.data.copyButton}),F(`p`,{children:`Provide this formatted data to the model and ask it to find, or fix, what could be causing this performance problem.`}),F(`p`,{children:`For a larger selection of prompts, try the "Prompts" tab`})]});case`update-dom-draw-frame`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:`These are the calculations the browser is forced to do in response to the JavaScript that ran during the interaction.`}),F(`p`,{children:`This can be caused by CSS updates/CSS recalculations, or new DOM elements/DOM mutations.`}),F(`p`,{children:`If you use an AI-based code editor, you can export the performance data collected as a prompt.`}),F(`p`,{children:e.data.copyButton}),F(`p`,{children:`Provide this formatted data to the model and ask it to find, or fix, what could be causing this performance problem.`}),F(`p`,{children:`For a larger selection of prompts, try the "Prompts" tab`})]});case`other`:return F(`div`,{className:R([`text-[#E4E4E7] text-[10px] leading-6 flex flex-col gap-y-2`]),children:[F(`p`,{children:[`This is the time it took to run everything other than React renders. This can be hooks like `,F(`code`,{children:`useEffect`}),`, other JavaScript not part of React, or work the browser has to do to update the DOM and draw the next frame.`]}),F(`p`,{children:[`To get a better picture of what happened, profile your app using the`,` `,F(`strong`,{children:`Chrome profiler`}),` when the performance problem arises.`]})]})}},zc=Ot({kind:`idle`,current:null}),Bc=null,Vc=()=>{Bc&&cancelAnimationFrame(Bc),Bc=requestAnimationFrame(e=>{})},Hc=()=>{let e=zc.value.current?zc.value.current:zc.value.kind===`transition`?zc.value.transitionTo:null;if(e){if(zc.value.kind===`transition`){zc.value={kind:`move-out`,current:zc.value.current?.alpha===0?zc.value.transitionTo:zc.value.current??zc.value.transitionTo};return}zc.value={kind:`move-out`,current:{alpha:0,...e}}}},Uc=({selectedEvent:e})=>{let t=oc(e.timing),n=t-e.timing.renderTime,[r]=Qe(yl()),i=e.groupedFiberRenders.map(e=>({event:e,kind:`render`,totalTime:r?e.count:e.totalTime})),a=Xs(()=>{switch(e.kind){case`dropped-frames`:return e.timing.renderTime/t<.1;case`interaction`:return(e.timing.otherJSTime+e.timing.renderTime)/t<.2}});e.kind===`interaction`&&!r&&i.push({kind:`other-javascript`,totalTime:e.timing.otherJSTime}),a&&!r&&(e.kind===`interaction`?i.push({kind:`other-not-javascript`,totalTime:oc(e.timing)-e.timing.renderTime-e.timing.otherJSTime}):i.push({kind:`other-frame-drop`,totalTime:n}));let o=nt({lastCallAt:null,timer:null}),s=i.reduce((e,t)=>e+t.totalTime,0);return F(`div`,{className:R([`flex flex-col h-full w-full gap-y-1`]),children:[Xs(()=>{if(r&&i.length===0)return F(`div`,{className:`flex flex-col items-center justify-center h-full text-zinc-400`,children:[F(`p`,{className:`text-sm w-full text-left text-white mb-1.5`,children:`No data available`}),F(`p`,{className:`text-x w-full text-lefts`,children:`No data was collected during this period`})]});if(i.length===0)return F(`div`,{className:`flex flex-col items-center justify-center h-full text-zinc-400`,children:[F(`p`,{className:`text-sm w-full text-left text-white mb-1.5`,children:`No renders collected`}),F(`p`,{className:`text-x w-full text-lefts`,children:`There were no renders during this period`})]})}),i.toSorted((e,t)=>t.totalTime-e.totalTime).map(e=>F(Gc,{bars:i,bar:e,debouncedMouseEnter:o,totalBarTime:s,isProduction:r},e.kind===`render`?e.event.id:e.kind))]})},Wc=e=>e.current&&e.current.alpha>0?`fading-out`:`fading-in`,Gc=({bar:e,debouncedMouseEnter:t,totalBarTime:n,isProduction:r,bars:i,depth:a=0})=>{let{setNotificationState:o,setRoute:s}=lc(),[c,l]=Qe(!1),u=e.kind===`render`?e.event.parents.size===0:!0,d=i.filter(t=>t.kind===`render`&&e.kind===`render`?e.event.parents.has(t.event.name)&&t.event.name!==e.event.name:!1),f=e.kind===`render`?Array.from(e.event.parents).filter(e=>!i.some(t=>t.kind===`render`&&t.event.name===e)):[];return F(`div`,{className:`w-full`,children:[F(`div`,{className:R([`w-full flex items-center relative text-xs min-w-0`]),children:[F(`button`,{onMouseLeave:()=>{t.current.timer&&clearTimeout(t.current.timer),Hc()},onMouseEnter:async()=>{let n=async()=>{if(t.current.lastCallAt=Date.now(),e.kind!==`render`){let e=zc.value.current?zc.value.current:zc.value.kind===`transition`?zc.value.transitionTo:null;if(!e){zc.value={kind:`idle`,current:null};return}zc.value={kind:`move-out`,current:{alpha:0,...e}};return}let n=zc.value,r=Xs(()=>{switch(n.kind){case`transition`:return n.transitionTo;case`idle`:case`move-out`:return n.current}}),i=[];if(n.kind===`transition`){let t=Wc(n);Xs(()=>{switch(t){case`fading-in`:zc.value={kind:`transition`,current:n.transitionTo,transitionTo:{rects:i,alpha:0,name:e.event.name}};return;case`fading-out`:zc.value={kind:`transition`,current:zc.value.current?{alpha:0,...zc.value.current}:null,transitionTo:{rects:i,alpha:0,name:e.event.name}};return}})}else zc.value={kind:`transition`,transitionTo:{rects:i,alpha:0,name:e.event.name},current:r?{alpha:0,...r}:null};let a=e.event.elements.filter(e=>e instanceof Element);for await(let e of Ks(a))e.forEach(({boundingClientRect:e})=>{i.push(e)}),Vc()};if(t.current.lastCallAt&&Date.now()-t.current.lastCallAt<200){t.current.timer&&clearTimeout(t.current.timer),t.current.timer=setTimeout(()=>{n()},200);return}n()},onClick:()=>{e.kind===`render`?(o(t=>({...t,selectedFiber:e.event})),s({route:`render-explanation`,routeMessage:null})):s({route:`other-visualization`,routeMessage:{kind:`auto-open-overview-accordion`,name:e.kind}})},className:R([`h-full w-[90%] flex items-center hover:bg-[#0f0f0f] rounded-l-md min-w-0 relative`]),children:[F(`div`,{style:{minWidth:`fit-content`,width:`${e.totalTime/n*100}%`},className:R([`flex items-center rounded-sm text-white text-xs h-[28px] shrink-0`,e.kind===`render`&&`bg-[#412162] group-hover:bg-[#5b2d89]`,e.kind===`other-frame-drop`&&`bg-[#44444a] group-hover:bg-[#6a6a6a]`,e.kind===`other-javascript`&&`bg-[#efd81a6b] group-hover:bg-[#efda1a2f]`,e.kind===`other-not-javascript`&&`bg-[#214379d4] group-hover:bg-[#21437982]`])}),F(`div`,{className:R([`absolute inset-0 flex items-center px-2`,`min-w-0`]),children:F(`div`,{className:`flex items-center gap-x-2 min-w-0 w-full`,children:[F(`span`,{className:R([`truncate`]),children:Xs(()=>{switch(e.kind){case`other-frame-drop`:return`JavaScript, DOM updates, Draw Frame`;case`other-javascript`:return`JavaScript/React Hooks`;case`other-not-javascript`:return`Update DOM and Draw New Frame`;case`render`:return e.event.name}})}),e.kind===`render`&&sc(e.event)&&F(`div`,{style:{lineHeight:`10px`},className:R([`px-1 py-0.5 bg-[#6a369e] flex items-center rounded-sm font-semibold text-[8px] shrink-0`]),children:`Memoizable`})]})})]}),F(`button`,{onClick:()=>e.kind===`render`&&!u&&l(!c),className:R([`flex items-center min-w-fit shrink-0 rounded-r-md h-[28px]`,!u&&`hover:bg-[#0f0f0f]`,e.kind===`render`&&!u?`cursor-pointer`:`cursor-default`]),children:[F(`div`,{className:`w-[20px] flex items-center justify-center`,children:e.kind===`render`&&!u&&F(dc,{className:R(`transition-transform`,c&&`rotate-90`),size:16})}),F(`div`,{style:{minWidth:u?`fit-content`:r?`30px`:`60px`},className:`flex items-center justify-end gap-x-1`,children:[e.kind===`render`&&F(`span`,{className:R([`text-[10px]`]),children:[`x`,e.event.count]}),(e.kind!==`render`||!r)&&F(`span`,{className:`text-[10px] text-[#7346a0] pr-1`,children:[e.totalTime<1?`<1`:e.totalTime.toFixed(0),`ms`]})]})]}),a===0&&F(`div`,{className:R([`absolute right-0 top-1/2 transition-none -translate-y-1/2 bg-white text-black px-2 py-1 rounded text-xs opacity-0 group-hover:opacity-100 transition-opacity mr-16`,`pointer-events-none`]),children:`Click to learn more`})]}),c&&(d.length>0||f.length>0)&&F(`div`,{className:`pl-3 flex flex-col gap-y-1 mt-1`,children:[d.toSorted((e,t)=>t.totalTime-e.totalTime).map((e,o)=>F(Gc,{depth:a+1,bar:e,debouncedMouseEnter:t,totalBarTime:n,isProduction:r,bars:i},o)),f.map(e=>F(`div`,{className:`w-full`,children:F(`div`,{className:`w-full flex items-center relative text-xs`,children:F(`div`,{className:`h-full w-full flex items-center relative`,children:[F(`div`,{className:`flex items-center rounded-sm text-white text-xs h-[28px] w-full`}),F(`div`,{className:`absolute inset-0 flex items-center px-2`,children:F(`span`,{className:`truncate whitespace-nowrap text-white/70 w-full`,children:e})})]})})},e))]})]})},Kc=({selectedEvent:e,selectedFiber:t})=>{let{setRoute:n}=lc(),[r,i]=Qe(!0),[a]=Qe(yl());tt(()=>{let e=localStorage.getItem(`react-scan-tip-shown`),t=e===`true`?!0:e===`false`?!1:null;if(t===null){i(!0),localStorage.setItem(`react-scan-tip-is-shown`,`true`);return}t||i(!1)},[]);let o=t.changes.context.length===0&&t.changes.props.length===0&&t.changes.state.length===0;return F(`div`,{className:R([`w-full min-h-fit h-full flex flex-col py-4 pt-0 rounded-sm`]),children:[F(`div`,{className:R([`flex items-start gap-x-4 `]),children:[F(`button`,{onClick:()=>{n({route:`render-visualization`,routeMessage:null})},className:R([`text-white hover:bg-[#34343b] flex gap-x-1 justify-center items-center mb-4 w-fit px-2.5 py-1.5 text-xs rounded-sm bg-[#18181B]`]),children:[F(gc,{size:14}),` `,F(`span`,{children:`Overview`})]}),F(`div`,{className:R([`flex flex-col gap-y-1`]),children:[F(`div`,{className:R([`text-sm font-bold text-white overflow-x-hidden`]),children:F(`div`,{className:`flex items-center gap-x-2 truncate`,children:t.name})}),F(`div`,{className:R([`flex gap-x-2`]),children:[!a&&F(pe,{children:F(`div`,{className:R([`text-xs text-gray-400`]),children:[`• Render time: `,t.totalTime.toFixed(0),`ms`]})}),F(`div`,{className:R([`text-xs text-gray-400 mb-4`]),children:[`• Renders: `,t.count,`x`]})]})]})]}),r&&!o&&F(`div`,{className:R([`w-full mb-4 bg-[#0A0A0A] border border-[#27272A] rounded-sm overflow-hidden flex relative`]),children:[F(`button`,{onClick:()=>{i(!1),localStorage.setItem(`react-scan-tip-shown`,`false`)},className:R([`absolute right-2 top-2 rounded-sm p-1 hover:bg-[#18181B]`]),children:F(pc,{size:12})}),F(`div`,{className:R([`w-1 bg-[#d36cff]`])}),F(`div`,{className:R([`flex-1`]),children:[F(`div`,{className:R([`px-3 py-2 text-gray-100 text-xs font-semibold`]),children:`How to stop renders`}),F(`div`,{className:R([`px-3 pb-2 text-gray-400 text-[10px]`]),children:`Stop the following props, state and context from changing between renders, and wrap the component in React.memo if not already`})]})]}),o&&F(`div`,{className:R([`w-full mb-4 bg-[#0A0A0A] border border-[#27272A] rounded-sm overflow-hidden flex`]),children:[F(`div`,{className:R([`w-1 bg-[#d36cff]`])}),F(`div`,{className:R([`flex-1`]),children:[F(`div`,{className:R([`px-3 py-2 text-gray-100 text-sm font-semibold`]),children:`No changes detected`}),F(`div`,{className:R([`px-3 pb-2 text-gray-400 text-xs`]),children:`This component would not have rendered if it was memoized`})]})]}),F(`div`,{className:R([`flex w-full`]),children:[F(`div`,{className:R([`flex flex-col border border-[#27272A] rounded-l-sm overflow-hidden w-1/3`]),children:[F(`div`,{className:R([`text-[14px] font-semibold px-2 py-2 bg-[#18181B] text-white flex justify-center`]),children:`Changed Props`}),t.changes.props.length>0?t.changes.props.toSorted((e,t)=>t.count-e.count).map(e=>F(`div`,{className:R([`flex flex-col justify-between items-center border-t overflow-x-auto border-[#27272A] px-1 py-1 text-wrap bg-[#0A0A0A] text-[10px]`]),children:[F(`span`,{className:R([`text-white `]),children:e.name}),F(`div`,{className:R([` text-[8px] text-[#d36cff] pl-1 py-1 `]),children:[e.count,`/`,t.count,`x`]})]},e.name)):F(`div`,{className:R([`flex items-center justify-center h-full bg-[#0A0A0A] text-[#A1A1AA] border-t border-[#27272A]`]),children:`No changes`})]}),F(`div`,{className:R([`flex flex-col border border-[#27272A] border-l-0 overflow-hidden w-1/3`]),children:[F(`div`,{className:R([` text-[14px] font-semibold px-2 py-2 bg-[#18181B] text-white flex justify-center`]),children:`Changed State`}),t.changes.state.length>0?t.changes.state.toSorted((e,t)=>t.count-e.count).map(e=>F(`div`,{className:R([`flex flex-col justify-between items-center border-t overflow-x-auto border-[#27272A] px-1 py-1 text-wrap bg-[#0A0A0A] text-[10px]`]),children:[F(`span`,{className:R([`text-white `]),children:[`index `,e.index]}),F(`div`,{className:R([`rounded-full text-[#d36cff] pl-1 py-1 text-[8px]`]),children:[e.count,`/`,t.count,`x`]})]},e.index)):F(`div`,{className:R([`flex items-center justify-center h-full bg-[#0A0A0A] text-[#A1A1AA] border-t border-[#27272A]`]),children:`No changes`})]}),F(`div`,{className:R([`flex flex-col border border-[#27272A] border-l-0 rounded-r-sm overflow-hidden w-1/3`]),children:[F(`div`,{className:R([` text-[14px] font-semibold px-2 py-2 bg-[#18181B] text-white flex justify-center`]),children:`Changed Context`}),t.changes.context.length>0?t.changes.context.toSorted((e,t)=>t.count-e.count).map(e=>F(`div`,{className:R([`flex flex-col justify-between items-center border-t border-[#27272A] px-1 py-1 bg-[#0A0A0A] text-[10px] overflow-x-auto`]),children:[F(`span`,{className:R([`text-white `]),children:e.name}),F(`div`,{className:R([`rounded-full text-[#d36cff] pl-1 py-1 text-[8px] text-wrap`]),children:[e.count,`/`,t.count,`x`]})]},e.name)):F(`div`,{className:R([`flex items-center justify-center h-full bg-[#0A0A0A] text-[#A1A1AA] border-t border-[#27272A] py-2`]),children:`No changes`})]})]})]})},qc=()=>{let{notificationState:e,setNotificationState:t}=lc(),[n,r]=Qe(`...`),i=nt(null);if(et(()=>{let e=setInterval(()=>{r(e=>e===`...`?``:e+`.`)},500);return()=>clearInterval(e)},[]),!e.selectedEvent)return F(`div`,{ref:i,className:R([`h-full w-full flex flex-col items-center justify-center relative py-2 px-4`]),children:[F(`div`,{className:R([`p-2 flex justify-center items-center border-[#27272A] absolute top-0 right-0`]),children:F(`button`,{onClick:()=>{Fs.value={view:`none`}},children:F(pc,{size:18,className:`text-[#6F6F78]`})})}),F(`div`,{className:R([`flex flex-col items-start pt-5 bg-[#0A0A0A] p-5 rounded-sm max-w-md`,` shadow-lg`]),children:F(`div`,{className:R([`flex flex-col items-start gap-y-4`]),children:[F(`div`,{className:R([`flex items-center`]),children:F(`span`,{className:R([`text-zinc-400 font-medium text-[17px]`]),children:[`Scanning for slowdowns`,n]})}),e.events.length!==0&&F(`p`,{className:R([`text-xs`]),children:[`Click on an item in the`,` `,F(`span`,{className:R([`text-purple-400`]),children:`History`}),` list to get started`]}),F(`p`,{className:R([`text-zinc-600 text-xs`]),children:`You don't need to keep this panel open for React Scan to record slowdowns`}),F(`p`,{className:R([`text-zinc-600 text-xs`]),children:`Enable audio alerts to hear a delightful ding every time a large slowdown is recorded`}),F(`button`,{onClick:()=>{if(e.audioNotificationsOptions.enabled){t(e=>{var t;return e.audioNotificationsOptions.audioContext?.state!==`closed`&&((t=e.audioNotificationsOptions.audioContext)==null||t.close()),localStorage.setItem(`react-scan-notifications-audio`,`false`),{...e,audioNotificationsOptions:{audioContext:null,enabled:!1}}});return}localStorage.setItem(`react-scan-notifications-audio`,`true`);let n=new AudioContext;Xa(n),t(e=>({...e,audioNotificationsOptions:{enabled:!0,audioContext:n}}))},className:R([`px-4 py-2 bg-zinc-800 hover:bg-zinc-700 rounded-sm w-full`,` text-sm flex items-center gap-x-2 justify-center`]),children:e.audioNotificationsOptions.enabled?F(pe,{children:F(`span`,{className:`flex items-center gap-x-1`,children:`Disable audio alerts`})}):F(pe,{children:F(`span`,{className:`flex items-center gap-x-1`,children:`Enable audio alerts`})})})]})})]});switch(e.route){case`render-visualization`:return F(Jc,{children:F(Uc,{selectedEvent:e.selectedEvent})});case`render-explanation`:if(!e.selectedFiber)throw Error(`Invariant: must have selected fiber when viewing render explanation`);return F(Jc,{children:F(Kc,{selectedFiber:e.selectedFiber,selectedEvent:e.selectedEvent})});case`other-visualization`:return F(Jc,{children:F(`div`,{className:R([`flex w-full h-full flex-col overflow-y-auto`]),id:`overview-scroll-container`,children:F(Nc,{selectedEvent:e.selectedEvent})})});case`optimize`:return F(Jc,{children:F(jc,{selectedEvent:e.selectedEvent})})}e.route},Jc=({children:e})=>{let{notificationState:t}=lc();if(!t.selectedEvent)throw Error(`Invariant: d must have selected event when viewing render explanation`);return F(`div`,{className:R([`w-full h-full flex flex-col gap-y-2`]),children:[F(`div`,{className:R([`h-[50px] w-full`]),children:F(Sc,{selectedEvent:t.selectedEvent})}),F(`div`,{className:R([`h-calc(100%-50px) flex flex-col overflow-y-auto px-3`]),children:e})]})},Yc=({selectedEvent:e})=>{let t=cc(e);switch(e.kind){case`interaction`:return F(`div`,{className:R([`w-full flex border-b border-[#27272A] min-h-[48px]`]),children:F(`div`,{className:R([`min-w-fit w-full justify-start flex items-center border-r border-[#27272A] pl-5 pr-2 text-sm gap-x-4`]),children:[F(`div`,{className:R([`flex items-center gap-x-2 `]),children:[F(`span`,{className:R([`text-[#5a5a5a] mr-0.5`]),children:e.type===`click`?`Clicked `:`Typed in `}),F(`span`,{children:ac(e.componentPath)}),F(`div`,{className:R([`w-fit flex items-center justify-center h-fit text-white px-1 rounded-sm font-semibold text-[10px] whitespace-nowrap`,t===`low`&&`bg-green-500/50`,t===`needs-improvement`&&`bg-[#b77116]`,t===`high`&&`bg-[#b94040]`]),children:[oc(e.timing).toFixed(0),`ms processing time`]})]}),F(`div`,{className:R([`flex items-center gap-x-2 justify-end ml-auto`]),children:F(`div`,{className:R([`p-2 flex justify-center items-center border-[#27272A]`]),children:F(`button`,{onClick:()=>{Fs.value={view:`none`}},title:`Close`,children:F(pc,{size:18,className:`text-[#6F6F78]`})})})})]})});case`dropped-frames`:return F(`div`,{className:R([`w-full flex border-b border-[#27272A] min-h-[48px]`]),children:F(`div`,{className:R([`min-w-fit w-full justify-start flex items-center border-r border-[#27272A] pl-5 pr-2 text-sm gap-x-4`]),children:[F(`div`,{className:R([`flex items-center gap-x-2 `]),children:[`FPS Drop`,F(`div`,{className:R([`w-fit flex items-center justify-center h-fit text-white px-1 rounded-sm font-semibold text-[10px] whitespace-nowrap`,t===`low`&&`bg-green-500/50`,t===`needs-improvement`&&`bg-[#b77116]`,t===`high`&&`bg-[#b94040]`]),children:[`dropped to `,e.fps,` FPS`]})]}),F(`div`,{className:R([`flex items-center gap-x-2 w-2/4 justify-end ml-auto`]),children:F(`div`,{className:R([`p-2 flex justify-center items-center border-[#27272A]`]),children:F(`button`,{onClick:()=>{Fs.value={view:`none`}},children:F(pc,{size:18,className:`text-[#6F6F78]`})})})})]})})}},Xc=({flashingItemsCount:e,totalEvents:t})=>{let[n,r]=Qe(!1),i=nt(0),a=nt(0);return et(()=>{if(i.current>=t)return;let e=Date.now()-a.current;if(e>=250){r(!1);let e=setTimeout(()=>{i.current=t,a.current=Date.now(),r(!0),setTimeout(()=>{r(!1)},2e3)},50);return()=>clearTimeout(e)}else{let n=250-e,o=setTimeout(()=>{r(!1),setTimeout(()=>{i.current=t,a.current=Date.now(),r(!0),setTimeout(()=>{r(!1)},2e3)},50)},n);return()=>clearTimeout(o)}},[e]),n},Zc=({item:e,shouldFlash:t})=>{let[n,r]=Qe(!1),i=e.events.map(cc).reduce((e,t)=>{switch(t){case`high`:return`high`;case`needs-improvement`:return e===`high`?`high`:`needs-improvement`;case`low`:return e}},`low`),a=Xc({flashingItemsCount:e.events.reduce((e,n)=>t(n.id)?e+1:e,0),totalEvents:e.events.length});return F(`div`,{className:R([`flex flex-col gap-y-0.5`]),children:[F(`button`,{onClick:()=>r(e=>!e),className:R([`pl-2 py-1.5 text-sm flex items-center rounded-sm hover:bg-[#18181B] relative overflow-hidden`,a&&!n&&`after:absolute after:inset-0 after:bg-purple-500/30 after:animate-[fadeOut_1s_ease-out_forwards]`]),children:[F(`div`,{className:R([`w-4/5 flex items-center justify-start h-full text-xs truncate gap-x-1.5`]),children:[F(`span`,{className:R([`min-w-fit`]),children:F(dc,{className:R([`text-[#A1A1AA] transition-transform`,n?`rotate-90`:``]),size:14},`chevron-${e.timestamp}`)}),F(`span`,{className:R([`text-xs`]),children:e.kind===`collapsed-frame-drops`?`FPS Drops`:ac(e.events.at(0)?.componentPath??[])})]}),F(`div`,{className:R([`ml-auto min-w-fit flex justify-end items-center`]),children:F(`div`,{style:{lineHeight:`10px`},className:R([`w-fit flex items-center text-[10px] justify-center h-full text-white px-1 py-1 rounded-sm font-semibold`,i===`low`&&`bg-green-500/60`,i===`needs-improvement`&&`bg-[#b77116] text-[10px]`,i===`high`&&`bg-[#b94040]`]),children:[`x`,e.events.length]})})]}),n&&F(Qc,{children:e.events.toSorted((e,t)=>t.timestamp-e.timestamp).map(e=>F(tl,{event:e,shouldFlash:t(e.id)}))})]})},Qc=({children:e})=>F(`div`,{className:`relative pl-6 flex flex-col gap-y-1`,children:[F(`div`,{className:`absolute left-3 top-0 bottom-0 w-px bg-[#27272A]`}),e]}),$c=e=>{let t=nt([]),[n,r]=Qe(new Set),i=nt(!0);return et(()=>{if(i.current){i.current=!1,t.current=e;return}let n=new Set(e.map(e=>e.id)),a=new Set(t.current.map(e=>e.id)),o=new Set;n.forEach(e=>{a.has(e)||o.add(e)}),o.size>0&&(r(o),setTimeout(()=>{r(new Set)},2e3)),t.current=e},[e]),e=>n.has(e)},el=({shouldFlash:e})=>{let[t,n]=Qe(e);return et(()=>{if(e){n(!0);let e=setTimeout(()=>{n(!1)},1e3);return()=>clearTimeout(e)}},[e]),t},tl=({event:e,shouldFlash:t})=>{let{notificationState:n,setNotificationState:r}=lc(),i=cc(e),a=el({shouldFlash:t});switch(e.kind){case`interaction`:return F(`button`,{onClick:()=>{r(t=>({...t,selectedEvent:e,route:`render-visualization`,selectedFiber:null}))},className:R([`pl-2 py-1.5 text-sm flex w-full items-center rounded-sm hover:bg-[#18181B] relative overflow-hidden`,e.id===n.selectedEvent?.id&&`bg-[#18181B]`,a&&`after:absolute after:inset-0 after:bg-purple-500/30 after:animate-[fadeOut_1s_ease-out_forwards]`]),children:[F(`div`,{className:R([`w-4/5 flex items-center justify-start h-full gap-x-1.5`]),children:[F(`span`,{className:R([`min-w-fit text-xs`]),children:Xs(()=>{switch(e.type){case`click`:return F(_c,{size:14});case`keyboard`:return F(vc,{size:14})}})}),F(`span`,{className:R([`text-xs pr-1 truncate`]),children:ac(e.componentPath)})]}),F(`div`,{className:R([` min-w-fit flex justify-end items-center ml-auto`]),children:F(`div`,{style:{lineHeight:`10px`},className:R([`gap-x-0.5 w-fit flex items-end justify-center h-full text-white px-1 py-1 rounded-sm font-semibold text-[10px]`,i===`low`&&`bg-green-500/50`,i===`needs-improvement`&&`bg-[#b77116] text-[10px]`,i===`high`&&`bg-[#b94040]`]),children:F(`div`,{style:{lineHeight:`10px`},className:R([`text-[10px] text-white flex items-end`]),children:[oc(e.timing).toFixed(0),`ms`]})})})]});case`dropped-frames`:return F(`button`,{onClick:()=>{r(t=>({...t,selectedEvent:e,route:`render-visualization`,selectedFiber:null}))},className:R([`pl-2 py-1.5 w-full text-sm flex items-center rounded-sm hover:bg-[#18181B] relative overflow-hidden`,e.id===n.selectedEvent?.id&&`bg-[#18181B]`,a&&`after:absolute after:inset-0 after:bg-purple-500/30 after:animate-[fadeOut_1s_ease-out_forwards]`]),children:[F(`div`,{className:R([`w-4/5 flex items-center justify-start h-full text-xs truncate`]),children:[F(bc,{size:14,className:`mr-1.5`}),` FPS Drop`]}),F(`div`,{className:R([` min-w-fit flex justify-end items-center ml-auto`]),children:F(`div`,{style:{lineHeight:`10px`},className:R([`w-fit flex items-center justify-center h-full text-white px-1 py-1 rounded-sm text-[10px] font-bold`,i===`low`&&`bg-green-500/60`,i===`needs-improvement`&&`bg-[#b77116] text-[10px]`,i===`high`&&`bg-[#b94040]`]),children:[e.fps,` FPS`]})})]})}},nl=e=>e.reduce((e,t)=>{let n=e.at(-1);if(!n)return[{kind:`single`,event:t,timestamp:t.timestamp}];switch(n.kind){case`collapsed-keyboard`:return t.kind===`interaction`&&t.type===`keyboard`&&t.componentPath.join(`-`)===n.events[0].componentPath.join(`-`)?[...e.filter(e=>e!==n),{kind:`collapsed-keyboard`,events:[...n.events,t],timestamp:Math.max(...[...n.events,t].map(e=>e.timestamp))}]:[...e,{kind:`single`,event:t,timestamp:t.timestamp}];case`single`:return n.event.kind===`interaction`&&n.event.type===`keyboard`&&t.kind===`interaction`&&t.type===`keyboard`&&n.event.componentPath.join(`-`)===t.componentPath.join(`-`)?[...e.filter(e=>e!==n),{kind:`collapsed-keyboard`,events:[n.event,t],timestamp:Math.max(n.event.timestamp,t.timestamp)}]:n.event.kind===`dropped-frames`&&t.kind===`dropped-frames`?[...e.filter(e=>e!==n),{kind:`collapsed-frame-drops`,events:[n.event,t],timestamp:Math.max(n.event.timestamp,t.timestamp)}]:[...e,{kind:`single`,event:t,timestamp:t.timestamp}];case`collapsed-frame-drops`:return t.kind===`dropped-frames`?[...e.filter(e=>e!==n),{kind:`collapsed-frame-drops`,events:[...n.events,t],timestamp:Math.max(...[...n.events,t].map(e=>e.timestamp))}]:[...e,{kind:`single`,event:t,timestamp:t.timestamp}]}},[]),rl=(e=150)=>{let{notificationState:t}=lc(),[n,r]=Qe(t.events);return et(()=>{setTimeout(()=>{r(t.events)},e)},[t.events]),[n,r]},il=()=>{let{notificationState:e,setNotificationState:t}=lc(),n=$c(e.events),[r,i]=rl(),a=nl(r).toSorted((e,t)=>t.timestamp-e.timestamp);return F(`div`,{className:R([`w-full h-full gap-y-2 flex flex-col border-r border-[#27272A] overflow-y-auto`]),children:[F(`div`,{className:R([`text-sm text-[#65656D] pl-3 pr-1 w-full flex items-center justify-between`]),children:[F(`span`,{children:`History`}),F(xc,{wrapperProps:{className:`h-full flex items-center justify-center ml-auto`},triggerContent:F(`button`,{className:R([`hover:bg-[#18181B] rounded-full p-2`]),title:`Clear all events`,onClick:()=>{nc.getState().actions.clear(),t(e=>({...e,selectedEvent:null,selectedFiber:null,route:e.route===`other-visualization`?`other-visualization`:`render-visualization`})),i([])},children:F(yc,{className:R([``]),size:16})}),children:F(`div`,{className:R([`w-full flex justify-center`]),children:`Clear all events`})})]}),F(`div`,{className:R([`flex flex-col px-1 gap-y-1`]),children:[a.length===0&&F(`div`,{className:R([`flex items-center justify-center text-zinc-500 text-sm py-4`]),children:`No Events`}),a.map(e=>Xs(()=>{switch(e.kind){case`collapsed-keyboard`:return F(Zc,{shouldFlash:n,item:e});case`single`:return F(tl,{event:e.event,shouldFlash:n(e.event.id)},e.event.id);case`collapsed-frame-drops`:return F(Zc,{shouldFlash:n,item:e})}}))]})]})},al=e=>Object.values(e).map(e=>({id:Ya(),totalTime:e.nodeInfo.reduce((e,t)=>e+t.selfTime,0),count:e.nodeInfo.length,name:e.nodeInfo[0].name,deletedAll:!1,parents:e.parents,hasMemoCache:e.hasMemoCache,wasFiberRenderMount:e.wasFiberRenderMount,elements:e.nodeInfo.map(e=>e.element),changes:{context:e.changes.fiberContext.current.filter(t=>e.changes.fiberContext.changesCounts.get(t.name)).map(t=>({name:String(t.name),count:e.changes.fiberContext.changesCounts.get(t.name)??0})),props:e.changes.fiberProps.current.filter(t=>e.changes.fiberProps.changesCounts.get(t.name)).map(t=>({name:String(t.name),count:e.changes.fiberProps.changesCounts.get(t.name)??0})),state:e.changes.fiberState.current.filter(t=>e.changes.fiberState.changesCounts.get(Number(t.name))).map(t=>({index:t.name,count:e.changes.fiberState.changesCounts.get(Number(t.name))??0}))}})),ol=e=>{et(()=>{let t=setInterval(()=>{e.forEach(e=>{e.groupedFiberRenders&&e.groupedFiberRenders.forEach(e=>{if(e.deletedAll)return;if(!e.elements||e.elements.length===0){e.deletedAll=!0;return}let t=e.elements.length;e.elements=e.elements.filter(e=>e&&e.isConnected),e.elements.length===0&&t>0&&(e.deletedAll=!0)})})},5e3);return()=>{clearInterval(t)}},[e])},sl=()=>{let e=rc(),t=[];return ol(t),e.state.events.forEach(e=>{let n=al(e.kind===`interaction`?e.data.meta.detailedTiming.fiberRenders:e.data.meta.fiberRenders),r=n.reduce((e,t)=>e+t.totalTime,0);switch(e.kind){case`interaction`:{let{commitEnd:i,jsEndDetail:a,interactionStartDetail:o,rafStart:s}=e.data.meta.detailedTiming;a-o-r;let c=Math.max(0,a-o-r),l=Math.max(e.data.meta.latency-(i-o),0);t.push({componentPath:e.data.meta.detailedTiming.componentPath,groupedFiberRenders:n,id:e.id,kind:`interaction`,memory:null,timestamp:e.data.startAt,type:e.data.meta.detailedTiming.interactionType===`keyboard`?`keyboard`:`click`,timing:{renderTime:r,kind:`interaction`,otherJSTime:c,framePreparation:s-a,frameConstruction:i-s,frameDraw:l}});return}case`long-render`:t.push({kind:`dropped-frames`,id:e.id,memory:null,timing:{kind:`dropped-frames`,renderTime:r,otherTime:e.data.meta.latency},groupedFiberRenders:n,timestamp:e.data.startAt,fps:e.data.meta.fps});return}}),t},cl=1e3,ll=()=>{let{notificationState:e,setNotificationState:t}=lc(),n=nt(null),r=nt(null),i=nt(0),[a]=rl(),o=a.filter(e=>cc(e)===`high`).length;return et(()=>{let e=localStorage.getItem(`react-scan-notifications-audio`);if(e!==`false`&&e!==`true`){localStorage.setItem(`react-scan-notifications-audio`,`false`);return}if(e!==`false`){t(e=>e.audioNotificationsOptions.enabled?e:{...e,audioNotificationsOptions:{enabled:!0,audioContext:new AudioContext}});return}},[]),et(()=>{let{audioNotificationsOptions:t}=e;if(!t.enabled||o===0||n.current&&n.current>=o)return;r.current&&clearTimeout(r.current);let a=Date.now()-i.current,s=Math.max(0,cl-a);r.current=setTimeout(()=>{Xa(t.audioContext),n.current=o,i.current=Date.now(),r.current=null},s)},[o]),et(()=>{o===0&&(n.current=null)},[o]),et(()=>()=>{r.current&&clearTimeout(r.current)},[]),null};dn((e,t)=>{let n=sl(),[r,i]=Qe({detailsExpanded:!1,events:n,filterBy:`latest`,moreInfoExpanded:!1,route:`render-visualization`,selectedEvent:n.toSorted((e,t)=>e.timestamp-t.timestamp).at(-1)??null,selectedFiber:null,routeMessage:null,audioNotificationsOptions:{enabled:!1,audioContext:null}});return r.events=n,F(uc.Provider,{value:{notificationState:r,setNotificationState:i,setRoute:({route:e,routeMessage:t})=>{i(n=>{let r={...n,route:e,routeMessage:t};switch(e){case`render-visualization`:return Hc(),{...r,selectedFiber:null};case`optimize`:return Hc(),{...r,selectedFiber:null};case`other-visualization`:return Hc(),{...r,selectedFiber:null};case`render-explanation`:return Hc(),r}})}},children:[F(ll,{}),F(ul,{ref:t})]})});var ul=dn((e,t)=>{let{notificationState:n}=lc();return F(`div`,{ref:t,className:R([`h-full w-full flex flex-col`]),children:[n.selectedEvent&&F(`div`,{className:R([`w-full h-[48px] flex flex-col`,n.moreInfoExpanded&&`h-[235px]`,n.moreInfoExpanded&&n.selectedEvent.kind===`dropped-frames`&&`h-[150px]`]),children:[F(Yc,{selectedEvent:n.selectedEvent}),n.moreInfoExpanded&&F(dl,{})]}),F(`div`,{className:R([`flex `,n.selectedEvent?`h-[calc(100%-48px)]`:`h-full`,n.moreInfoExpanded&&`h-[calc(100%-200px)]`,n.moreInfoExpanded&&n.selectedEvent?.kind===`dropped-frames`&&`h-[calc(100%-150px)]`]),children:[F(`div`,{className:R([`h-full min-w-[200px]`]),children:F(il,{})}),F(`div`,{className:R([`w-[calc(100%-200px)] h-full overflow-y-auto`]),children:F(qc,{})})]})]})}),dl=()=>{let{notificationState:e}=lc();if(!e.selectedEvent)throw Error(`Invariant must have selected event for more info`);let t=e.selectedEvent;return F(`div`,{className:R([`px-4 py-2 border-b border-[#27272A] bg-[#18181B]/50 h-[calc(100%-40px)]`,t.kind===`dropped-frames`&&`h-[calc(100%-25px)]`]),children:F(`div`,{className:R([`flex flex-col gap-y-4 h-full`]),children:Xs(()=>{switch(t.kind){case`interaction`:return F(pe,{children:[F(`div`,{className:R([`flex items-center gap-x-3`]),children:[F(`span`,{className:`text-[#6F6F78] text-xs font-medium`,children:t.type===`click`?`Clicked component location`:`Typed in component location`}),F(`div`,{className:`font-mono text-[#E4E4E7] flex items-center bg-[#27272A] pl-2 py-1 rounded-sm overflow-x-auto`,children:t.componentPath.toReversed().map((e,n)=>F(pe,{children:[F(`span`,{style:{lineHeight:`14px`},className:`text-[10px] whitespace-nowrap`,children:e},e),n<t.componentPath.length-1&&F(`span`,{className:`text-[#6F6F78] mx-0.5`,children:`‹`})]}))})]}),F(`div`,{className:R([`flex items-center gap-x-3`]),children:[F(`span`,{className:`text-[#6F6F78] text-xs font-medium`,children:`Total Time`}),F(`span`,{className:`text-[#E4E4E7] bg-[#27272A] px-1.5 py-1 rounded-sm text-xs`,children:[oc(t.timing).toFixed(0),`ms`]})]}),F(`div`,{className:R([`flex items-center gap-x-3`]),children:[F(`span`,{className:`text-[#6F6F78] text-xs font-medium`,children:`Occurred`}),F(`span`,{className:`text-[#E4E4E7] bg-[#27272A] px-1.5 py-1 rounded-sm text-xs`,children:`${((Date.now()-t.timestamp)/1e3).toFixed(0)}s ago`})]})]});case`dropped-frames`:return F(pe,{children:[F(`div`,{className:R([`flex items-center gap-x-3`]),children:[F(`span`,{className:`text-[#6F6F78] text-xs font-medium`,children:`Total Time`}),F(`span`,{className:`text-[#E4E4E7] bg-[#27272A] px-1.5 py-1 rounded-sm text-xs`,children:[oc(t.timing).toFixed(0),`ms`]})]}),F(`div`,{className:R([`flex items-center gap-x-3`]),children:[F(`span`,{className:`text-[#6F6F78] text-xs font-medium`,children:`Occurred`}),F(`span`,{className:`text-[#E4E4E7] bg-[#27272A] px-1.5 py-1 rounded-sm text-xs`,children:`${((Date.now()-t.timestamp)/1e3).toFixed(0)}s ago`})]})]})}})})})};Ls(()=>{let e=sl(),[t,n]=Qe(e);et(()=>{let t=setTimeout(()=>{n(e)},600);return()=>{clearTimeout(t)}},[e]);let r=hl.inspectState,i=r.value.kind===`inspecting`,a=r.value.kind===`focused`,[o,s]=Qe([]),c=it(()=>{switch(hl.inspectState.value.kind){case`inspecting`:Fs.value={view:`none`},hl.inspectState.value={kind:`inspect-off`};return;case`focused`:Fs.value={view:`inspector`},hl.inspectState.value={kind:`inspecting`,hoveredDomElement:null};return;case`inspect-off`:Fs.value={view:`none`},hl.inspectState.value={kind:`inspecting`,hoveredDomElement:null};return;case`uninitialized`:return}},[]),l=it(e=>{if(e.preventDefault(),e.stopPropagation(),!gl.instrumentation)return;let t=!gl.instrumentation.isPaused.value;gl.instrumentation.isPaused.value=t,Ms(`react-scan-options`,{...js(`react-scan-options`),enabled:!t})},[]);tn(()=>{hl.inspectState.value.kind===`uninitialized`&&(hl.inspectState.value={kind:`inspect-off`})});let u=null,d=`#999`;return i?(u=F(Za,{name:`icon-inspect`}),d=`#8e61e3`):a?(u=F(Za,{name:`icon-focus`}),d=`#8e61e3`):(u=F(Za,{name:`icon-inspect`}),d=`#999`),tt(()=>{if(Fs.value.view!==`notifications`)return;let t=new Set(e.map(e=>e.id));s([...t.values()])},[e.length,Fs.value.view]),F(`div`,{className:`flex max-h-9 min-h-9 flex-1 items-stretch overflow-hidden`,children:[F(`div`,{className:`h-full flex items-center min-w-fit`,children:F(`button`,{type:`button`,id:`react-scan-inspect-element`,title:`Inspect element`,onClick:c,className:`button flex items-center justify-center h-full w-full pl-3 pr-2.5`,style:{color:d},children:u})}),F(`div`,{className:`h-full flex items-center justify-center`,children:F(`button`,{type:`button`,id:`react-scan-notifications`,title:`Notifications`,onClick:()=>{switch(hl.inspectState.value.kind!==`inspect-off`&&(hl.inspectState.value={kind:`inspect-off`}),Fs.value.view){case`inspector`:{hl.inspectState.value={kind:`inspect-off`};let t=new Set(e.map(e=>e.id));s([...t.values()]),Fs.value={view:`notifications`};return}case`notifications`:Fs.value={view:`none`};return;case`none`:{let t=new Set(e.map(e=>e.id));s([...t.values()]),Fs.value={view:`notifications`};return}}},className:`button flex items-center justify-center h-full pl-2.5 pr-2.5`,style:{color:d},children:F(fc,{events:t.filter(e=>!o.includes(e.id)).map(e=>cc(e)===`high`),size:16,className:R([`text-[#999]`,Fs.value.view===`notifications`&&`text-[#8E61E3]`])})})}),F(qs,{checked:!gl.instrumentation?.isPaused.value,onChange:l,className:`place-self-center`,title:`Outline Re-renders`}),gl.options.value.showFPS&&F(Ys,{})]})});var fl=Nt(()=>hl.inspectState.value.kind===`inspecting`);Nt(()=>R(`relative`,`flex-1`,`flex flex-col`,`rounded-t-lg`,`overflow-hidden`,`opacity-100`,`transition-[opacity]`,fl.value&&`opacity-0 duration-0 delay-0`)),Nt(()=>Fs.value.view===`inspector`),Nt(()=>Fs.value.view===`notifications`),Ja&&window.devicePixelRatio;var pl=Le(null),ml={name:`react-scan`,version:`0.5.7`,description:`Scan your React app for renders`,keywords:[`react`,`react-scan`,`react scan`,`render`,`performance`],homepage:`https://react-scan.million.dev`,bugs:{url:`https://github.com/aidenybai/react-scan/issues`},repository:{type:`git`,url:`git+https://github.com/aidenybai/react-scan.git`},license:`MIT`,author:{name:`Aiden Bai`,email:`aiden@million.dev`,url:`https://million.dev`},scripts:{build:`pnpm build:css && NODE_ENV=production tsup`,"build:copy":`pnpm build && cat dist/auto.global.js | pbcopy`,"build:css":`postcss ./src/web/assets/css/styles.tailwind.css -o ./src/web/assets/css/styles.css`,"dev:css":`postcss ./src/web/assets/css/styles.tailwind.css -o ./src/web/assets/css/styles.css --watch`,"dev:tsup":`NODE_ENV=development tsup --watch`,dev:`pnpm run --parallel "/^dev:(css|tsup)/"`,pack:`npm version patch && pnpm build && npm pack`,"pack:bump":`node scripts/bump-version.mjs && pnpm run pack && echo $(pwd)/react-scan-$(node -p "require('./package.json').version").tgz | pbcopy`,publint:`publint`,test:`vp test run`,"test:watch":`vp test`,lint:`vp lint`,format:`vp fmt`,typecheck:`tsc --noEmit`},exports:{"./package.json":`./package.json`,".":{production:{import:{types:`./dist/index.d.mts`,"react-server":`./dist/rsc-shim.mjs`,default:`./dist/index.mjs`},require:{types:`./dist/index.d.mts`,"react-server":`./dist/rsc-shim.js`,default:`./dist/index.mjs`}},development:{import:{types:`./dist/index.d.mts`,"react-server":`./dist/rsc-shim.mjs`,default:`./dist/index.mjs`},require:{types:`./dist/index.d.ts`,"react-server":`./dist/rsc-shim.js`,default:`./dist/index.js`}},default:{import:{types:`./dist/index.d.mts`,"react-server":`./dist/rsc-shim.mjs`,default:`./dist/index.mjs`},require:{types:`./dist/index.d.ts`,"react-server":`./dist/rsc-shim.js`,default:`./dist/index.js`}}},"./all-environments":{types:`./dist/core/all-environments.d.ts`,import:`./dist/core/all-environments.mjs`,require:`./dist/core/all-environments.js`},"./install-hook":{types:`./dist/install-hook.d.ts`,import:`./dist/install-hook.mjs`,require:`./dist/install-hook.js`},"./lite":{types:`./dist/lite/index.d.ts`,import:`./dist/lite/index.mjs`,require:`./dist/lite/index.js`},"./auto":{production:{import:{types:`./dist/rsc-shim.d.mts`,"react-server":`./dist/rsc-shim.mjs`,default:`./dist/rsc-shim.mjs`},require:{types:`./dist/rsc-shim.d.ts`,"react-server":`./dist/rsc-shim.js`,default:`./dist/rsc-shim.js`}},development:{import:{types:`./dist/auto.d.mts`,"react-server":`./dist/rsc-shim.mjs`,default:`./dist/auto.mjs`},require:{types:`./dist/auto.d.ts`,"react-server":`./dist/rsc-shim.js`,default:`./dist/auto.js`}}},"./dist/*":`./dist/*.js`,"./dist/*.js":`./dist/*.js`,"./dist/*.mjs":`./dist/*.mjs`,"./react-component-name/vite":{types:`./dist/react-component-name/vite.d.ts`,import:`./dist/react-component-name/vite.mjs`,require:`./dist/react-component-name/vite.js`},"./react-component-name/webpack":{types:`./dist/react-component-name/webpack.d.ts`,import:`./dist/react-component-name/webpack.mjs`,require:`./dist/react-component-name/webpack.js`},"./react-component-name/esbuild":{types:`./dist/react-component-name/esbuild.d.ts`,import:`./dist/react-component-name/esbuild.mjs`,require:`./dist/react-component-name/esbuild.js`},"./react-component-name/rspack":{types:`./dist/react-component-name/rspack.d.ts`,import:`./dist/react-component-name/rspack.mjs`,require:`./dist/react-component-name/rspack.js`},"./react-component-name/rolldown":{types:`./dist/react-component-name/rolldown.d.ts`,import:`./dist/react-component-name/rolldown.mjs`,require:`./dist/react-component-name/rolldown.js`},"./react-component-name/rollup":{types:`./dist/react-component-name/rollup.d.ts`,import:`./dist/react-component-name/rollup.mjs`,require:`./dist/react-component-name/rollup.js`},"./react-component-name/astro":{types:`./dist/react-component-name/astro.d.ts`,import:`./dist/react-component-name/astro.mjs`,require:`./dist/react-component-name/astro.js`},"./react-component-name/loader":{types:`./dist/react-component-name/loader.d.ts`,import:`./dist/react-component-name/loader.mjs`,require:`./dist/react-component-name/loader.js`}},main:`dist/index.js`,module:`dist/index.mjs`,browser:`dist/auto.global.js`,types:`dist/index.d.ts`,typesVersions:{"*":{"react-component-name/vite":[`./dist/react-component-name/vite.d.ts`],"react-component-name/webpack":[`./dist/react-component-name/webpack.d.ts`],"react-component-name/esbuild":[`./dist/react-component-name/esbuild.d.ts`],"react-component-name/rspack":[`./dist/react-component-name/rspack.d.ts`],"react-component-name/rolldown":[`./dist/react-component-name/rolldown.d.ts`],"react-component-name/rollup":[`./dist/react-component-name/rollup.d.ts`],"react-component-name/astro":[`./dist/react-component-name/astro.d.ts`],"react-component-name/loader":[`./dist/react-component-name/loader.d.ts`]}},bin:`bin/cli.js`,files:[`dist`,`bin`,`package.json`,`README.md`,`LICENSE`,`auto.d.ts`],dependencies:{"@babel/core":`^7.29.0`,"@babel/types":`^7.29.0`,"@preact/signals":`^2.9.0`,"@rollup/pluginutils":`^5.3.0`,bippy:`^0.5.39`,commander:`^14.0.0`,picocolors:`^1.1.1`,preact:`^10.29.1`,prompts:`^2.4.2`,"react-doctor":`latest`,"react-grab":`latest`},devDependencies:{"@esbuild-plugins/tsconfig-paths":`^0.1.2`,"@remix-run/react":`*`,"@tailwindcss/postcss":`^4.2.4`,"@types/babel__core":`^7.20.5`,"@types/prompts":`^2.4.9`,"@types/react":`^19.2.14`,autoprefixer:`^10.5.0`,clsx:`^2.1.1`,"es-module-lexer":`^2.1.0`,esbuild:`^0.28.0`,next:`*`,postcss:`^8.5.13`,"postcss-cli":`^11.0.0`,publint:`^0.3.18`,react:`*`,"react-dom":`*`,"tailwind-merge":`^3.5.0`,tailwindcss:`^4.2.4`,terser:`^5.46.2`,tsup:`^8.5.1`,vitest:`^3.0.0`},peerDependencies:{esbuild:`>=0.18.0`,react:`^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0`,"react-dom":`^16.8.0 || ^17.0.0 || ^18.0.0 || ^19.0.0`},peerDependenciesMeta:{esbuild:{optional:!0}},optionalDependencies:{unplugin:`^3.0.0`},publishConfig:{access:`public`}},hl={wasDetailsOpen:Ot(!0),isInIframe:Ot(Ja&&window.self!==window.top),inspectState:Ot({kind:`uninitialized`}),fiberRoots:new Set,reportData:new Map,legacyReportData:new Map,lastReportTime:Ot(0),interactionListeningForRenders:null,changesListeners:new Map},gl={instrumentation:null,componentAllowList:null,options:Ot({enabled:!0,log:!1,showToolbar:!0,animationSpeed:`fast`,dangerouslyForceRunInProduction:!1,showFPS:!0,showNotificationCount:!0,allowInIframe:!1}),runInAllEnvironments:!1,onRender:null,Store:hl,version:ml.version};Ja&&window.__REACT_SCAN_EXTENSION__&&(window.__REACT_SCAN_VERSION__=gl.version);var _l=null,vl,yl=()=>{if(_l===!1)return!1;vl??=g();let e=Array.from(vl.renderers.values());if(e.length===0)return null;for(let t of e)if(x(t)!==`production`)return _l=!1,!1;return!0},bl=t((e=>{function t(e,t){var n=e.length;e.push(t);a:for(;0<n;){var r=n-1>>>1,a=e[r];if(0<i(a,t))e[r]=t,e[n]=a,n=r;else break a}}function n(e){return e.length===0?null:e[0]}function r(e){if(e.length===0)return null;var t=e[0],n=e.pop();if(n!==t){e[0]=n;a:for(var r=0,a=e.length,o=a>>>1;r<o;){var s=2*(r+1)-1,c=e[s],l=s+1,u=e[l];if(0>i(c,n))l<a&&0>i(u,c)?(e[r]=u,e[l]=n,r=l):(e[r]=c,e[s]=n,r=s);else if(l<a&&0>i(u,n))e[r]=u,e[l]=n,r=l;else break a}}return t}function i(e,t){var n=e.sortIndex-t.sortIndex;return n===0?e.id-t.id:n}if(e.unstable_now=void 0,typeof performance==`object`&&typeof performance.now==`function`){var a=performance;e.unstable_now=function(){return a.now()}}else{var o=Date,s=o.now();e.unstable_now=function(){return o.now()-s}}var c=[],l=[],u=1,d=null,f=3,p=!1,m=!1,h=!1,g=!1,_=typeof setTimeout==`function`?setTimeout:null,v=typeof clearTimeout==`function`?clearTimeout:null,y=typeof setImmediate<`u`?setImmediate:null;function b(e){for(var i=n(l);i!==null;){if(i.callback===null)r(l);else if(i.startTime<=e)r(l),i.sortIndex=i.expirationTime,t(c,i);else break;i=n(l)}}function x(e){if(h=!1,b(e),!m)if(n(c)!==null)m=!0,S||(S=!0,O());else{var t=n(l);t!==null&&ee(x,t.startTime-e)}}var S=!1,C=-1,w=5,T=-1;function E(){return g?!0:!(e.unstable_now()-T<w)}function D(){if(g=!1,S){var t=e.unstable_now();T=t;var i=!0;try{a:{m=!1,h&&(h=!1,v(C),C=-1),p=!0;var a=f;try{b:{for(b(t),d=n(c);d!==null&&!(d.expirationTime>t&&E());){var o=d.callback;if(typeof o==`function`){d.callback=null,f=d.priorityLevel;var s=o(d.expirationTime<=t);if(t=e.unstable_now(),typeof s==`function`){d.callback=s,b(t),i=!0;break b}d===n(c)&&r(c),b(t)}else r(c);d=n(c)}if(d!==null)i=!0;else{var u=n(l);u!==null&&ee(x,u.startTime-t),i=!1}}break a}finally{d=null,f=a,p=!1}i=void 0}}finally{i?O():S=!1}}}var O;if(typeof y==`function`)O=function(){y(D)};else if(typeof MessageChannel<`u`){var k=new MessageChannel,A=k.port2;k.port1.onmessage=D,O=function(){A.postMessage(null)}}else O=function(){_(D,0)};function ee(t,n){C=_(function(){t(e.unstable_now())},n)}e.unstable_IdlePriority=5,e.unstable_ImmediatePriority=1,e.unstable_LowPriority=4,e.unstable_NormalPriority=3,e.unstable_Profiling=null,e.unstable_UserBlockingPriority=2,e.unstable_cancelCallback=function(e){e.callback=null},e.unstable_forceFrameRate=function(e){0>e||125<e?console.error(`forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported`):w=0<e?Math.floor(1e3/e):5},e.unstable_getCurrentPriorityLevel=function(){return f},e.unstable_next=function(e){switch(f){case 1:case 2:case 3:var t=3;break;default:t=f}var n=f;f=t;try{return e()}finally{f=n}},e.unstable_requestPaint=function(){g=!0},e.unstable_runWithPriority=function(e,t){switch(e){case 1:case 2:case 3:case 4:case 5:break;default:e=3}var n=f;f=e;try{return t()}finally{f=n}},e.unstable_scheduleCallback=function(r,i,a){var o=e.unstable_now();switch(typeof a==`object`&&a?(a=a.delay,a=typeof a==`number`&&0<a?o+a:o):a=o,r){case 1:var s=-1;break;case 2:s=250;break;case 5:s=1073741823;break;case 4:s=1e4;break;default:s=5e3}return s=a+s,r={id:u++,callback:i,priorityLevel:r,startTime:a,expirationTime:s,sortIndex:-1},a>o?(r.sortIndex=a,t(l,r),n(c)===null&&r===n(l)&&(h?(v(C),C=-1):h=!0,ee(x,a-o))):(r.sortIndex=s,t(c,r),m||p||(m=!0,S||(S=!0,O()))),r},e.unstable_shouldYield=E,e.unstable_wrapCallback=function(e){var t=f;return function(){var n=f;f=t;try{return e.apply(this,arguments)}finally{f=n}}}})),xl=t(((e,t)=>{t.exports=bl()})),Sl=t((e=>{var t=Symbol.for(`react.transitional.element`),n=Symbol.for(`react.portal`),r=Symbol.for(`react.fragment`),i=Symbol.for(`react.strict_mode`),a=Symbol.for(`react.profiler`),o=Symbol.for(`react.consumer`),s=Symbol.for(`react.context`),c=Symbol.for(`react.forward_ref`),l=Symbol.for(`react.suspense`),u=Symbol.for(`react.memo`),d=Symbol.for(`react.lazy`),f=Symbol.for(`react.activity`),p=Symbol.iterator;function m(e){return typeof e!=`object`||!e?null:(e=p&&e[p]||e[`@@iterator`],typeof e==`function`?e:null)}var h={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},g=Object.assign,_={};function v(e,t,n){this.props=e,this.context=t,this.refs=_,this.updater=n||h}v.prototype.isReactComponent={},v.prototype.setState=function(e,t){if(typeof e!=`object`&&typeof e!=`function`&&e!=null)throw Error(`takes an object of state variables to update or a function which returns an object of state variables.`);this.updater.enqueueSetState(this,e,t,`setState`)},v.prototype.forceUpdate=function(e){this.updater.enqueueForceUpdate(this,e,`forceUpdate`)};function y(){}y.prototype=v.prototype;function b(e,t,n){this.props=e,this.context=t,this.refs=_,this.updater=n||h}var x=b.prototype=new y;x.constructor=b,g(x,v.prototype),x.isPureReactComponent=!0;var S=Array.isArray;function C(){}var w={H:null,A:null,T:null,S:null},T=Object.prototype.hasOwnProperty;function E(e,n,r){var i=r.ref;return{$$typeof:t,type:e,key:n,ref:i===void 0?null:i,props:r}}function D(e,t){return E(e.type,t,e.props)}function O(e){return typeof e==`object`&&!!e&&e.$$typeof===t}function k(e){var t={"=":`=0`,":":`=2`};return`$`+e.replace(/[=:]/g,function(e){return t[e]})}var A=/\/+/g;function ee(e,t){return typeof e==`object`&&e&&e.key!=null?k(``+e.key):t.toString(36)}function j(e){switch(e.status){case`fulfilled`:return e.value;case`rejected`:throw e.reason;default:switch(typeof e.status==`string`?e.then(C,C):(e.status=`pending`,e.then(function(t){e.status===`pending`&&(e.status=`fulfilled`,e.value=t)},function(t){e.status===`pending`&&(e.status=`rejected`,e.reason=t)})),e.status){case`fulfilled`:return e.value;case`rejected`:throw e.reason}}throw e}function M(e,r,i,a,o){var s=typeof e;(s===`undefined`||s===`boolean`)&&(e=null);var c=!1;if(e===null)c=!0;else switch(s){case`bigint`:case`string`:case`number`:c=!0;break;case`object`:switch(e.$$typeof){case t:case n:c=!0;break;case d:return c=e._init,M(c(e._payload),r,i,a,o)}}if(c)return o=o(e),c=a===``?`.`+ee(e,0):a,S(o)?(i=``,c!=null&&(i=c.replace(A,`$&/`)+`/`),M(o,r,i,``,function(e){return e})):o!=null&&(O(o)&&(o=D(o,i+(o.key==null||e&&e.key===o.key?``:(``+o.key).replace(A,`$&/`)+`/`)+c)),r.push(o)),1;c=0;var l=a===``?`.`:a+`:`;if(S(e))for(var u=0;u<e.length;u++)a=e[u],s=l+ee(a,u),c+=M(a,r,i,s,o);else if(u=m(e),typeof u==`function`)for(e=u.call(e),u=0;!(a=e.next()).done;)a=a.value,s=l+ee(a,u++),c+=M(a,r,i,s,o);else if(s===`object`){if(typeof e.then==`function`)return M(j(e),r,i,a,o);throw r=String(e),Error(`Objects are not valid as a React child (found: `+(r===`[object Object]`?`object with keys {`+Object.keys(e).join(`, `)+`}`:r)+`). If you meant to render a collection of children, use an array instead.`)}return c}function N(e,t,n){if(e==null)return e;var r=[],i=0;return M(e,r,``,``,function(e){return t.call(n,e,i++)}),r}function te(e){if(e._status===-1){var t=e._result;t=t(),t.then(function(t){(e._status===0||e._status===-1)&&(e._status=1,e._result=t)},function(t){(e._status===0||e._status===-1)&&(e._status=2,e._result=t)}),e._status===-1&&(e._status=0,e._result=t)}if(e._status===1)return e._result.default;throw e._result}var P=typeof reportError==`function`?reportError:function(e){if(typeof window==`object`&&typeof window.ErrorEvent==`function`){var t=new window.ErrorEvent(`error`,{bubbles:!0,cancelable:!0,message:typeof e==`object`&&e&&typeof e.message==`string`?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process==`object`&&typeof process.emit==`function`){process.emit(`uncaughtException`,e);return}console.error(e)},ne={map:N,forEach:function(e,t,n){N(e,function(){t.apply(this,arguments)},n)},count:function(e){var t=0;return N(e,function(){t++}),t},toArray:function(e){return N(e,function(e){return e})||[]},only:function(e){if(!O(e))throw Error(`React.Children.only expected to receive a single React element child.`);return e}};e.Activity=f,e.Children=ne,e.Component=v,e.Fragment=r,e.Profiler=a,e.PureComponent=b,e.StrictMode=i,e.Suspense=l,e.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=w,e.__COMPILER_RUNTIME={__proto__:null,c:function(e){return w.H.useMemoCache(e)}},e.cache=function(e){return function(){return e.apply(null,arguments)}},e.cacheSignal=function(){return null},e.cloneElement=function(e,t,n){if(e==null)throw Error(`The argument must be a React element, but you passed `+e+`.`);var r=g({},e.props),i=e.key;if(t!=null)for(a in t.key!==void 0&&(i=``+t.key),t)!T.call(t,a)||a===`key`||a===`__self`||a===`__source`||a===`ref`&&t.ref===void 0||(r[a]=t[a]);var a=arguments.length-2;if(a===1)r.children=n;else if(1<a){for(var o=Array(a),s=0;s<a;s++)o[s]=arguments[s+2];r.children=o}return E(e.type,i,r)},e.createContext=function(e){return e={$$typeof:s,_currentValue:e,_currentValue2:e,_threadCount:0,Provider:null,Consumer:null},e.Provider=e,e.Consumer={$$typeof:o,_context:e},e},e.createElement=function(e,t,n){var r,i={},a=null;if(t!=null)for(r in t.key!==void 0&&(a=``+t.key),t)T.call(t,r)&&r!==`key`&&r!==`__self`&&r!==`__source`&&(i[r]=t[r]);var o=arguments.length-2;if(o===1)i.children=n;else if(1<o){for(var s=Array(o),c=0;c<o;c++)s[c]=arguments[c+2];i.children=s}if(e&&e.defaultProps)for(r in o=e.defaultProps,o)i[r]===void 0&&(i[r]=o[r]);return E(e,a,i)},e.createRef=function(){return{current:null}},e.forwardRef=function(e){return{$$typeof:c,render:e}},e.isValidElement=O,e.lazy=function(e){return{$$typeof:d,_payload:{_status:-1,_result:e},_init:te}},e.memo=function(e,t){return{$$typeof:u,type:e,compare:t===void 0?null:t}},e.startTransition=function(e){var t=w.T,n={};w.T=n;try{var r=e(),i=w.S;i!==null&&i(n,r),typeof r==`object`&&r&&typeof r.then==`function`&&r.then(C,P)}catch(e){P(e)}finally{t!==null&&n.types!==null&&(t.types=n.types),w.T=t}},e.unstable_useCacheRefresh=function(){return w.H.useCacheRefresh()},e.use=function(e){return w.H.use(e)},e.useActionState=function(e,t,n){return w.H.useActionState(e,t,n)},e.useCallback=function(e,t){return w.H.useCallback(e,t)},e.useContext=function(e){return w.H.useContext(e)},e.useDebugValue=function(){},e.useDeferredValue=function(e,t){return w.H.useDeferredValue(e,t)},e.useEffect=function(e,t){return w.H.useEffect(e,t)},e.useEffectEvent=function(e){return w.H.useEffectEvent(e)},e.useId=function(){return w.H.useId()},e.useImperativeHandle=function(e,t,n){return w.H.useImperativeHandle(e,t,n)},e.useInsertionEffect=function(e,t){return w.H.useInsertionEffect(e,t)},e.useLayoutEffect=function(e,t){return w.H.useLayoutEffect(e,t)},e.useMemo=function(e,t){return w.H.useMemo(e,t)},e.useOptimistic=function(e,t){return w.H.useOptimistic(e,t)},e.useReducer=function(e,t,n){return w.H.useReducer(e,t,n)},e.useRef=function(e){return w.H.useRef(e)},e.useState=function(e){return w.H.useState(e)},e.useSyncExternalStore=function(e,t,n){return w.H.useSyncExternalStore(e,t,n)},e.useTransition=function(){return w.H.useTransition()},e.version=`19.2.7`})),Cl=t(((e,t)=>{t.exports=Sl()})),wl=t((e=>{var t=Cl();function n(e){var t=`https://react.dev/errors/`+e;if(1<arguments.length){t+=`?args[]=`+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+=`&args[]=`+encodeURIComponent(arguments[n])}return`Minified React error #`+e+`; visit `+t+` for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`}function r(){}var i={d:{f:r,r:function(){throw Error(n(522))},D:r,C:r,L:r,m:r,X:r,S:r,M:r},p:0,findDOMNode:null},a=Symbol.for(`react.portal`);function o(e,t,n){var r=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:a,key:r==null?null:``+r,children:e,containerInfo:t,implementation:n}}var s=t.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE;function c(e,t){if(e===`font`)return``;if(typeof t==`string`)return t===`use-credentials`?t:``}e.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE=i,e.createPortal=function(e,t){var r=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!t||t.nodeType!==1&&t.nodeType!==9&&t.nodeType!==11)throw Error(n(299));return o(e,t,null,r)},e.flushSync=function(e){var t=s.T,n=i.p;try{if(s.T=null,i.p=2,e)return e()}finally{s.T=t,i.p=n,i.d.f()}},e.preconnect=function(e,t){typeof e==`string`&&(t?(t=t.crossOrigin,t=typeof t==`string`?t===`use-credentials`?t:``:void 0):t=null,i.d.C(e,t))},e.prefetchDNS=function(e){typeof e==`string`&&i.d.D(e)},e.preinit=function(e,t){if(typeof e==`string`&&t&&typeof t.as==`string`){var n=t.as,r=c(n,t.crossOrigin),a=typeof t.integrity==`string`?t.integrity:void 0,o=typeof t.fetchPriority==`string`?t.fetchPriority:void 0;n===`style`?i.d.S(e,typeof t.precedence==`string`?t.precedence:void 0,{crossOrigin:r,integrity:a,fetchPriority:o}):n===`script`&&i.d.X(e,{crossOrigin:r,integrity:a,fetchPriority:o,nonce:typeof t.nonce==`string`?t.nonce:void 0})}},e.preinitModule=function(e,t){if(typeof e==`string`)if(typeof t==`object`&&t){if(t.as==null||t.as===`script`){var n=c(t.as,t.crossOrigin);i.d.M(e,{crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0})}}else t??i.d.M(e)},e.preload=function(e,t){if(typeof e==`string`&&typeof t==`object`&&t&&typeof t.as==`string`){var n=t.as,r=c(n,t.crossOrigin);i.d.L(e,n,{crossOrigin:r,integrity:typeof t.integrity==`string`?t.integrity:void 0,nonce:typeof t.nonce==`string`?t.nonce:void 0,type:typeof t.type==`string`?t.type:void 0,fetchPriority:typeof t.fetchPriority==`string`?t.fetchPriority:void 0,referrerPolicy:typeof t.referrerPolicy==`string`?t.referrerPolicy:void 0,imageSrcSet:typeof t.imageSrcSet==`string`?t.imageSrcSet:void 0,imageSizes:typeof t.imageSizes==`string`?t.imageSizes:void 0,media:typeof t.media==`string`?t.media:void 0})}},e.preloadModule=function(e,t){if(typeof e==`string`)if(t){var n=c(t.as,t.crossOrigin);i.d.m(e,{as:typeof t.as==`string`&&t.as!==`script`?t.as:void 0,crossOrigin:n,integrity:typeof t.integrity==`string`?t.integrity:void 0})}else i.d.m(e)},e.requestFormReset=function(e){i.d.r(e)},e.unstable_batchedUpdates=function(e,t){return e(t)},e.useFormState=function(e,t,n){return s.H.useFormState(e,t,n)},e.useFormStatus=function(){return s.H.useHostTransitionStatus()},e.version=`19.2.7`})),Tl=t(((e,t)=>{function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>`u`||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=`function`))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(e){console.error(e)}}n(),t.exports=wl()})),El=t((e=>{var t=xl(),n=Cl(),r=Tl();function i(e){var t=`https://react.dev/errors/`+e;if(1<arguments.length){t+=`?args[]=`+encodeURIComponent(arguments[1]);for(var n=2;n<arguments.length;n++)t+=`&args[]=`+encodeURIComponent(arguments[n])}return`Minified React error #`+e+`; visit `+t+` for the full message or use the non-minified dev environment for full errors and additional helpful warnings.`}function a(e){return!(!e||e.nodeType!==1&&e.nodeType!==9&&e.nodeType!==11)}function o(e){var t=e,n=e;if(e.alternate)for(;t.return;)t=t.return;else{e=t;do t=e,t.flags&4098&&(n=t.return),e=t.return;while(e)}return t.tag===3?n:null}function s(e){if(e.tag===13){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function c(e){if(e.tag===31){var t=e.memoizedState;if(t===null&&(e=e.alternate,e!==null&&(t=e.memoizedState)),t!==null)return t.dehydrated}return null}function l(e){if(o(e)!==e)throw Error(i(188))}function u(e){var t=e.alternate;if(!t){if(t=o(e),t===null)throw Error(i(188));return t===e?e:null}for(var n=e,r=t;;){var a=n.return;if(a===null)break;var s=a.alternate;if(s===null){if(r=a.return,r!==null){n=r;continue}break}if(a.child===s.child){for(s=a.child;s;){if(s===n)return l(a),e;if(s===r)return l(a),t;s=s.sibling}throw Error(i(188))}if(n.return!==r.return)n=a,r=s;else{for(var c=!1,u=a.child;u;){if(u===n){c=!0,n=a,r=s;break}if(u===r){c=!0,r=a,n=s;break}u=u.sibling}if(!c){for(u=s.child;u;){if(u===n){c=!0,n=s,r=a;break}if(u===r){c=!0,r=s,n=a;break}u=u.sibling}if(!c)throw Error(i(189))}}if(n.alternate!==r)throw Error(i(190))}if(n.tag!==3)throw Error(i(188));return n.stateNode.current===n?e:t}function d(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e;for(e=e.child;e!==null;){if(t=d(e),t!==null)return t;e=e.sibling}return null}var f=Object.assign,p=Symbol.for(`react.element`),m=Symbol.for(`react.transitional.element`),h=Symbol.for(`react.portal`),g=Symbol.for(`react.fragment`),_=Symbol.for(`react.strict_mode`),v=Symbol.for(`react.profiler`),y=Symbol.for(`react.consumer`),b=Symbol.for(`react.context`),x=Symbol.for(`react.forward_ref`),S=Symbol.for(`react.suspense`),C=Symbol.for(`react.suspense_list`),w=Symbol.for(`react.memo`),T=Symbol.for(`react.lazy`),E=Symbol.for(`react.activity`),D=Symbol.for(`react.memo_cache_sentinel`),O=Symbol.iterator;function k(e){return typeof e!=`object`||!e?null:(e=O&&e[O]||e[`@@iterator`],typeof e==`function`?e:null)}var A=Symbol.for(`react.client.reference`);function ee(e){if(e==null)return null;if(typeof e==`function`)return e.$$typeof===A?null:e.displayName||e.name||null;if(typeof e==`string`)return e;switch(e){case g:return`Fragment`;case v:return`Profiler`;case _:return`StrictMode`;case S:return`Suspense`;case C:return`SuspenseList`;case E:return`Activity`}if(typeof e==`object`)switch(e.$$typeof){case h:return`Portal`;case b:return e.displayName||`Context`;case y:return(e._context.displayName||`Context`)+`.Consumer`;case x:var t=e.render;return e=e.displayName,e||=(e=t.displayName||t.name||``,e===``?`ForwardRef`:`ForwardRef(`+e+`)`),e;case w:return t=e.displayName||null,t===null?ee(e.type)||`Memo`:t;case T:t=e._payload,e=e._init;try{return ee(e(t))}catch{}}return null}var j=Array.isArray,M=n.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,N=r.__DOM_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,te={pending:!1,data:null,method:null,action:null},P=[],ne=-1;function re(e){return{current:e}}function ie(e){0>ne||(e.current=P[ne],P[ne]=null,ne--)}function ae(e,t){ne++,P[ne]=e.current,e.current=t}var oe=re(null),se=re(null),ce=re(null),le=re(null);function ue(e,t){switch(ae(ce,t),ae(se,e),ae(oe,null),t.nodeType){case 9:case 11:e=(e=t.documentElement)&&(e=e.namespaceURI)?$d(e):0;break;default:if(e=t.tagName,t=t.namespaceURI)t=$d(t),e=H(t,e);else switch(e){case`svg`:e=1;break;case`math`:e=2;break;default:e=0}}ie(oe),ae(oe,e)}function de(){ie(oe),ie(se),ie(ce)}function fe(e){e.memoizedState!==null&&ae(le,e);var t=oe.current,n=H(t,e.type);t!==n&&(ae(se,e),ae(oe,n))}function pe(e){se.current===e&&(ie(oe),ie(se)),le.current===e&&(ie(le),cp._currentValue=te)}var me,he;function ge(e){if(me===void 0)try{throw Error()}catch(e){var t=e.stack.trim().match(/\n( *(at )?)/);me=t&&t[1]||``,he=-1<e.stack.indexOf(`
191
+ at`)?` (<anonymous>)`:-1<e.stack.indexOf(`@`)?`@unknown:0:0`:``}return`
192
+ `+me+e+he}var _e=!1;function ve(e,t){if(!e||_e)return``;_e=!0;var n=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{var r={DetermineComponentFrameRoot:function(){try{if(t){var n=function(){throw Error()};if(Object.defineProperty(n.prototype,"props",{set:function(){throw Error()}}),typeof Reflect==`object`&&Reflect.construct){try{Reflect.construct(n,[])}catch(e){var r=e}Reflect.construct(e,[],n)}else{try{n.call()}catch(e){r=e}e.call(n.prototype)}}else{try{throw Error()}catch(e){r=e}(n=e())&&typeof n.catch==`function`&&n.catch(function(){})}}catch(e){if(e&&r&&typeof e.stack==`string`)return[e.stack,r.stack]}return[null,null]}};r.DetermineComponentFrameRoot.displayName=`DetermineComponentFrameRoot`;var i=Object.getOwnPropertyDescriptor(r.DetermineComponentFrameRoot,`name`);i&&i.configurable&&Object.defineProperty(r.DetermineComponentFrameRoot,"name",{value:`DetermineComponentFrameRoot`});var a=r.DetermineComponentFrameRoot(),o=a[0],s=a[1];if(o&&s){var c=o.split(`
193
+ `),l=s.split(`
194
+ `);for(i=r=0;r<c.length&&!c[r].includes(`DetermineComponentFrameRoot`);)r++;for(;i<l.length&&!l[i].includes(`DetermineComponentFrameRoot`);)i++;if(r===c.length||i===l.length)for(r=c.length-1,i=l.length-1;1<=r&&0<=i&&c[r]!==l[i];)i--;for(;1<=r&&0<=i;r--,i--)if(c[r]!==l[i]){if(r!==1||i!==1)do if(r--,i--,0>i||c[r]!==l[i]){var u=`
195
+ `+c[r].replace(` at new `,` at `);return e.displayName&&u.includes(`<anonymous>`)&&(u=u.replace(`<anonymous>`,e.displayName)),u}while(1<=r&&0<=i);break}}}finally{_e=!1,Error.prepareStackTrace=n}return(n=e?e.displayName||e.name:``)?ge(n):``}function ye(e,t){switch(e.tag){case 26:case 27:case 5:return ge(e.type);case 16:return ge(`Lazy`);case 13:return e.child!==t&&t!==null?ge(`Suspense Fallback`):ge(`Suspense`);case 19:return ge(`SuspenseList`);case 0:case 15:return ve(e.type,!1);case 11:return ve(e.type.render,!1);case 1:return ve(e.type,!0);case 31:return ge(`Activity`);default:return``}}function be(e){try{var t=``,n=null;do t+=ye(e,n),n=e,e=e.return;while(e);return t}catch(e){return`
196
+ Error generating stack: `+e.message+`
197
+ `+e.stack}}var xe=Object.prototype.hasOwnProperty,Se=t.unstable_scheduleCallback,Ce=t.unstable_cancelCallback,we=t.unstable_shouldYield,Te=t.unstable_requestPaint,Ee=t.unstable_now,De=t.unstable_getCurrentPriorityLevel,Oe=t.unstable_ImmediatePriority,ke=t.unstable_UserBlockingPriority,Ae=t.unstable_NormalPriority,je=t.unstable_LowPriority,Me=t.unstable_IdlePriority,Ne=t.log,Pe=t.unstable_setDisableYieldValue,Fe=null,Ie=null;function Le(e){if(typeof Ne==`function`&&Pe(e),Ie&&typeof Ie.setStrictMode==`function`)try{Ie.setStrictMode(Fe,e)}catch{}}var Re=Math.clz32?Math.clz32:Ve,ze=Math.log,Be=Math.LN2;function Ve(e){return e>>>=0,e===0?32:31-(ze(e)/Be|0)|0}var He=256,Ue=262144,We=4194304;function Ge(e){var t=e&42;if(t!==0)return t;switch(e&-e){case 1:return 1;case 2:return 2;case 4:return 4;case 8:return 8;case 16:return 16;case 32:return 32;case 64:return 64;case 128:return 128;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:return e&261888;case 262144:case 524288:case 1048576:case 2097152:return e&3932160;case 4194304:case 8388608:case 16777216:case 33554432:return e&62914560;case 67108864:return 67108864;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 0;default:return e}}function Ke(e,t,n){var r=e.pendingLanes;if(r===0)return 0;var i=0,a=e.suspendedLanes,o=e.pingedLanes;e=e.warmLanes;var s=r&134217727;return s===0?(s=r&~a,s===0?o===0?n||(n=r&~e,n!==0&&(i=Ge(n))):i=Ge(o):i=Ge(s)):(r=s&~a,r===0?(o&=s,o===0?n||(n=s&~e,n!==0&&(i=Ge(n))):i=Ge(o)):i=Ge(r)),i===0?0:t!==0&&t!==i&&(t&a)===0&&(a=i&-i,n=t&-t,a>=n||a===32&&n&4194048)?t:i}function qe(e,t){return(e.pendingLanes&~(e.suspendedLanes&~e.pingedLanes)&t)===0}function Je(e,t){switch(e){case 1:case 2:case 4:case 8:case 64:return t+250;case 16:case 32:case 128:case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:return t+5e3;case 4194304:case 8388608:case 16777216:case 33554432:return-1;case 67108864:case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function Ye(){var e=We;return We<<=1,!(We&62914560)&&(We=4194304),e}function Xe(e){for(var t=[],n=0;31>n;n++)t.push(e);return t}function Ze(e,t){e.pendingLanes|=t,t!==268435456&&(e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0)}function Qe(e,t,n,r,i,a){var o=e.pendingLanes;e.pendingLanes=n,e.suspendedLanes=0,e.pingedLanes=0,e.warmLanes=0,e.expiredLanes&=n,e.entangledLanes&=n,e.errorRecoveryDisabledLanes&=n,e.shellSuspendCounter=0;var s=e.entanglements,c=e.expirationTimes,l=e.hiddenUpdates;for(n=o&~n;0<n;){var u=31-Re(n),d=1<<u;s[u]=0,c[u]=-1;var f=l[u];if(f!==null)for(l[u]=null,u=0;u<f.length;u++){var p=f[u];p!==null&&(p.lane&=-536870913)}n&=~d}r!==0&&$e(e,r,0),a!==0&&i===0&&e.tag!==0&&(e.suspendedLanes|=a&~(o&~t))}function $e(e,t,n){e.pendingLanes|=t,e.suspendedLanes&=~t;var r=31-Re(t);e.entangledLanes|=t,e.entanglements[r]=e.entanglements[r]|1073741824|n&261930}function et(e,t){var n=e.entangledLanes|=t;for(e=e.entanglements;n;){var r=31-Re(n),i=1<<r;i&t|e[r]&t&&(e[r]|=t),n&=~i}}function tt(e,t){var n=t&-t;return n=n&42?1:nt(n),(n&(e.suspendedLanes|t))===0?n:0}function nt(e){switch(e){case 2:e=1;break;case 8:e=4;break;case 32:e=16;break;case 256:case 512:case 1024:case 2048:case 4096:case 8192:case 16384:case 32768:case 65536:case 131072:case 262144:case 524288:case 1048576:case 2097152:case 4194304:case 8388608:case 16777216:case 33554432:e=128;break;case 268435456:e=134217728;break;default:e=0}return e}function rt(e){return e&=-e,2<e?8<e?e&134217727?32:268435456:8:2}function it(){var e=N.p;return e===0?(e=window.event,e===void 0?32:wp(e.type)):e}function at(e,t){var n=N.p;try{return N.p=e,t()}finally{N.p=n}}var ot=Math.random().toString(36).slice(2),st=`__reactFiber$`+ot,ct=`__reactProps$`+ot,lt=`__reactContainer$`+ot,ut=`__reactEvents$`+ot,dt=`__reactListeners$`+ot,ft=`__reactHandles$`+ot,pt=`__reactResources$`+ot,mt=`__reactMarker$`+ot;function ht(e){delete e[st],delete e[ct],delete e[ut],delete e[dt],delete e[ft]}function gt(e){var t=e[st];if(t)return t;for(var n=e.parentNode;n;){if(t=n[lt]||n[st]){if(n=t.alternate,t.child!==null||n!==null&&n.child!==null)for(e=xf(e);e!==null;){if(n=e[st])return n;e=xf(e)}return t}e=n,n=e.parentNode}return null}function _t(e){if(e=e[st]||e[lt]){var t=e.tag;if(t===5||t===6||t===13||t===31||t===26||t===27||t===3)return e}return null}function vt(e){var t=e.tag;if(t===5||t===26||t===27||t===6)return e.stateNode;throw Error(i(33))}function yt(e){var t=e[pt];return t||=e[pt]={hoistableStyles:new Map,hoistableScripts:new Map},t}function bt(e){e[mt]=!0}var xt=new Set,St={};function Ct(e,t){wt(e,t),wt(e+`Capture`,t)}function wt(e,t){for(St[e]=t,e=0;e<t.length;e++)xt.add(t[e])}var Tt=RegExp(`^[:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD][:A-Z_a-z\\u00C0-\\u00D6\\u00D8-\\u00F6\\u00F8-\\u02FF\\u0370-\\u037D\\u037F-\\u1FFF\\u200C-\\u200D\\u2070-\\u218F\\u2C00-\\u2FEF\\u3001-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFFD\\-.0-9\\u00B7\\u0300-\\u036F\\u203F-\\u2040]*$`),Et={},Dt={};function Ot(e){return xe.call(Dt,e)?!0:xe.call(Et,e)?!1:Tt.test(e)?Dt[e]=!0:(Et[e]=!0,!1)}function kt(e,t,n){if(Ot(t))if(n===null)e.removeAttribute(t);else{switch(typeof n){case`undefined`:case`function`:case`symbol`:e.removeAttribute(t);return;case`boolean`:var r=t.toLowerCase().slice(0,5);if(r!==`data-`&&r!==`aria-`){e.removeAttribute(t);return}}e.setAttribute(t,``+n)}}function At(e,t,n){if(n===null)e.removeAttribute(t);else{switch(typeof n){case`undefined`:case`function`:case`symbol`:case`boolean`:e.removeAttribute(t);return}e.setAttribute(t,``+n)}}function jt(e,t,n,r){if(r===null)e.removeAttribute(n);else{switch(typeof r){case`undefined`:case`function`:case`symbol`:case`boolean`:e.removeAttribute(n);return}e.setAttributeNS(t,n,``+r)}}function Mt(e){switch(typeof e){case`bigint`:case`boolean`:case`number`:case`string`:case`undefined`:return e;case`object`:return e;default:return``}}function Nt(e){var t=e.type;return(e=e.nodeName)&&e.toLowerCase()===`input`&&(t===`checkbox`||t===`radio`)}function Pt(e,t,n){var r=Object.getOwnPropertyDescriptor(e.constructor.prototype,t);if(!e.hasOwnProperty(t)&&r!==void 0&&typeof r.get==`function`&&typeof r.set==`function`){var i=r.get,a=r.set;return Object.defineProperty(e,t,{configurable:!0,get:function(){return i.call(this)},set:function(e){n=``+e,a.call(this,e)}}),Object.defineProperty(e,t,{enumerable:r.enumerable}),{getValue:function(){return n},setValue:function(e){n=``+e},stopTracking:function(){e._valueTracker=null,delete e[t]}}}}function Ft(e){if(!e._valueTracker){var t=Nt(e)?`checked`:`value`;e._valueTracker=Pt(e,t,``+e[t])}}function It(e){if(!e)return!1;var t=e._valueTracker;if(!t)return!0;var n=t.getValue(),r=``;return e&&(r=Nt(e)?e.checked?`true`:`false`:e.value),e=r,e===n?!1:(t.setValue(e),!0)}function Lt(e){if(e||=typeof document<`u`?document:void 0,e===void 0)return null;try{return e.activeElement||e.body}catch{return e.body}}var Rt=/[\n"\\]/g;function zt(e){return e.replace(Rt,function(e){return`\\`+e.charCodeAt(0).toString(16)+` `})}function Bt(e,t,n,r,i,a,o,s){e.name=``,o!=null&&typeof o!=`function`&&typeof o!=`symbol`&&typeof o!=`boolean`?e.type=o:e.removeAttribute(`type`),t==null?o!==`submit`&&o!==`reset`||e.removeAttribute(`value`):o===`number`?(t===0&&e.value===``||e.value!=t)&&(e.value=``+Mt(t)):e.value!==``+Mt(t)&&(e.value=``+Mt(t)),t==null?n==null?r!=null&&e.removeAttribute(`value`):Ht(e,o,Mt(n)):Ht(e,o,Mt(t)),i==null&&a!=null&&(e.defaultChecked=!!a),i!=null&&(e.checked=i&&typeof i!=`function`&&typeof i!=`symbol`),s!=null&&typeof s!=`function`&&typeof s!=`symbol`&&typeof s!=`boolean`?e.name=``+Mt(s):e.removeAttribute(`name`)}function Vt(e,t,n,r,i,a,o,s){if(a!=null&&typeof a!=`function`&&typeof a!=`symbol`&&typeof a!=`boolean`&&(e.type=a),t!=null||n!=null){if(!(a!==`submit`&&a!==`reset`||t!=null)){Ft(e);return}n=n==null?``:``+Mt(n),t=t==null?n:``+Mt(t),s||t===e.value||(e.value=t),e.defaultValue=t}r??=i,r=typeof r!=`function`&&typeof r!=`symbol`&&!!r,e.checked=s?e.checked:!!r,e.defaultChecked=!!r,o!=null&&typeof o!=`function`&&typeof o!=`symbol`&&typeof o!=`boolean`&&(e.name=o),Ft(e)}function Ht(e,t,n){t===`number`&&Lt(e.ownerDocument)===e||e.defaultValue===``+n||(e.defaultValue=``+n)}function Ut(e,t,n,r){if(e=e.options,t){t={};for(var i=0;i<n.length;i++)t[`$`+n[i]]=!0;for(n=0;n<e.length;n++)i=t.hasOwnProperty(`$`+e[n].value),e[n].selected!==i&&(e[n].selected=i),i&&r&&(e[n].defaultSelected=!0)}else{for(n=``+Mt(n),t=null,i=0;i<e.length;i++){if(e[i].value===n){e[i].selected=!0,r&&(e[i].defaultSelected=!0);return}t!==null||e[i].disabled||(t=e[i])}t!==null&&(t.selected=!0)}}function Wt(e,t,n){if(t!=null&&(t=``+Mt(t),t!==e.value&&(e.value=t),n==null)){e.defaultValue!==t&&(e.defaultValue=t);return}e.defaultValue=n==null?``:``+Mt(n)}function Gt(e,t,n,r){if(t==null){if(r!=null){if(n!=null)throw Error(i(92));if(j(r)){if(1<r.length)throw Error(i(93));r=r[0]}n=r}n??=``,t=n}n=Mt(t),e.defaultValue=n,r=e.textContent,r===n&&r!==``&&r!==null&&(e.value=r),Ft(e)}function Kt(e,t){if(t){var n=e.firstChild;if(n&&n===e.lastChild&&n.nodeType===3){n.nodeValue=t;return}}e.textContent=t}var qt=new Set(`animationIterationCount aspectRatio borderImageOutset borderImageSlice borderImageWidth boxFlex boxFlexGroup boxOrdinalGroup columnCount columns flex flexGrow flexPositive flexShrink flexNegative flexOrder gridArea gridRow gridRowEnd gridRowSpan gridRowStart gridColumn gridColumnEnd gridColumnSpan gridColumnStart fontWeight lineClamp lineHeight opacity order orphans scale tabSize widows zIndex zoom fillOpacity floodOpacity stopOpacity strokeDasharray strokeDashoffset strokeMiterlimit strokeOpacity strokeWidth MozAnimationIterationCount MozBoxFlex MozBoxFlexGroup MozLineClamp msAnimationIterationCount msFlex msZoom msFlexGrow msFlexNegative msFlexOrder msFlexPositive msFlexShrink msGridColumn msGridColumnSpan msGridRow msGridRowSpan WebkitAnimationIterationCount WebkitBoxFlex WebKitBoxFlexGroup WebkitBoxOrdinalGroup WebkitColumnCount WebkitColumns WebkitFlex WebkitFlexGrow WebkitFlexPositive WebkitFlexShrink WebkitLineClamp`.split(` `));function Jt(e,t,n){var r=t.indexOf(`--`)===0;n==null||typeof n==`boolean`||n===``?r?e.setProperty(t,``):t===`float`?e.cssFloat=``:e[t]=``:r?e.setProperty(t,n):typeof n!=`number`||n===0||qt.has(t)?t===`float`?e.cssFloat=n:e[t]=(``+n).trim():e[t]=n+`px`}function Yt(e,t,n){if(t!=null&&typeof t!=`object`)throw Error(i(62));if(e=e.style,n!=null){for(var r in n)!n.hasOwnProperty(r)||t!=null&&t.hasOwnProperty(r)||(r.indexOf(`--`)===0?e.setProperty(r,``):r===`float`?e.cssFloat=``:e[r]=``);for(var a in t)r=t[a],t.hasOwnProperty(a)&&n[a]!==r&&Jt(e,a,r)}else for(var o in t)t.hasOwnProperty(o)&&Jt(e,o,t[o])}function Xt(e){if(e.indexOf(`-`)===-1)return!1;switch(e){case`annotation-xml`:case`color-profile`:case`font-face`:case`font-face-src`:case`font-face-uri`:case`font-face-format`:case`font-face-name`:case`missing-glyph`:return!1;default:return!0}}var Zt=new Map([[`acceptCharset`,`accept-charset`],[`htmlFor`,`for`],[`httpEquiv`,`http-equiv`],[`crossOrigin`,`crossorigin`],[`accentHeight`,`accent-height`],[`alignmentBaseline`,`alignment-baseline`],[`arabicForm`,`arabic-form`],[`baselineShift`,`baseline-shift`],[`capHeight`,`cap-height`],[`clipPath`,`clip-path`],[`clipRule`,`clip-rule`],[`colorInterpolation`,`color-interpolation`],[`colorInterpolationFilters`,`color-interpolation-filters`],[`colorProfile`,`color-profile`],[`colorRendering`,`color-rendering`],[`dominantBaseline`,`dominant-baseline`],[`enableBackground`,`enable-background`],[`fillOpacity`,`fill-opacity`],[`fillRule`,`fill-rule`],[`floodColor`,`flood-color`],[`floodOpacity`,`flood-opacity`],[`fontFamily`,`font-family`],[`fontSize`,`font-size`],[`fontSizeAdjust`,`font-size-adjust`],[`fontStretch`,`font-stretch`],[`fontStyle`,`font-style`],[`fontVariant`,`font-variant`],[`fontWeight`,`font-weight`],[`glyphName`,`glyph-name`],[`glyphOrientationHorizontal`,`glyph-orientation-horizontal`],[`glyphOrientationVertical`,`glyph-orientation-vertical`],[`horizAdvX`,`horiz-adv-x`],[`horizOriginX`,`horiz-origin-x`],[`imageRendering`,`image-rendering`],[`letterSpacing`,`letter-spacing`],[`lightingColor`,`lighting-color`],[`markerEnd`,`marker-end`],[`markerMid`,`marker-mid`],[`markerStart`,`marker-start`],[`overlinePosition`,`overline-position`],[`overlineThickness`,`overline-thickness`],[`paintOrder`,`paint-order`],[`panose-1`,`panose-1`],[`pointerEvents`,`pointer-events`],[`renderingIntent`,`rendering-intent`],[`shapeRendering`,`shape-rendering`],[`stopColor`,`stop-color`],[`stopOpacity`,`stop-opacity`],[`strikethroughPosition`,`strikethrough-position`],[`strikethroughThickness`,`strikethrough-thickness`],[`strokeDasharray`,`stroke-dasharray`],[`strokeDashoffset`,`stroke-dashoffset`],[`strokeLinecap`,`stroke-linecap`],[`strokeLinejoin`,`stroke-linejoin`],[`strokeMiterlimit`,`stroke-miterlimit`],[`strokeOpacity`,`stroke-opacity`],[`strokeWidth`,`stroke-width`],[`textAnchor`,`text-anchor`],[`textDecoration`,`text-decoration`],[`textRendering`,`text-rendering`],[`transformOrigin`,`transform-origin`],[`underlinePosition`,`underline-position`],[`underlineThickness`,`underline-thickness`],[`unicodeBidi`,`unicode-bidi`],[`unicodeRange`,`unicode-range`],[`unitsPerEm`,`units-per-em`],[`vAlphabetic`,`v-alphabetic`],[`vHanging`,`v-hanging`],[`vIdeographic`,`v-ideographic`],[`vMathematical`,`v-mathematical`],[`vectorEffect`,`vector-effect`],[`vertAdvY`,`vert-adv-y`],[`vertOriginX`,`vert-origin-x`],[`vertOriginY`,`vert-origin-y`],[`wordSpacing`,`word-spacing`],[`writingMode`,`writing-mode`],[`xmlnsXlink`,`xmlns:xlink`],[`xHeight`,`x-height`]]),Qt=/^[\u0000-\u001F ]*j[\r\n\t]*a[\r\n\t]*v[\r\n\t]*a[\r\n\t]*s[\r\n\t]*c[\r\n\t]*r[\r\n\t]*i[\r\n\t]*p[\r\n\t]*t[\r\n\t]*:/i;function $t(e){return Qt.test(``+e)?`javascript:throw new Error('React has blocked a javascript: URL as a security precaution.')`:e}function en(){}var tn=null;function nn(e){return e=e.target||e.srcElement||window,e.correspondingUseElement&&(e=e.correspondingUseElement),e.nodeType===3?e.parentNode:e}var rn=null,an=null;function on(e){var t=_t(e);if(t&&(e=t.stateNode)){var n=e[ct]||null;a:switch(e=t.stateNode,t.type){case`input`:if(Bt(e,n.value,n.defaultValue,n.defaultValue,n.checked,n.defaultChecked,n.type,n.name),t=n.name,n.type===`radio`&&t!=null){for(n=e;n.parentNode;)n=n.parentNode;for(n=n.querySelectorAll(`input[name="`+zt(``+t)+`"][type="radio"]`),t=0;t<n.length;t++){var r=n[t];if(r!==e&&r.form===e.form){var a=r[ct]||null;if(!a)throw Error(i(90));Bt(r,a.value,a.defaultValue,a.defaultValue,a.checked,a.defaultChecked,a.type,a.name)}}for(t=0;t<n.length;t++)r=n[t],r.form===e.form&&It(r)}break a;case`textarea`:Wt(e,n.value,n.defaultValue);break a;case`select`:t=n.value,t!=null&&Ut(e,!!n.multiple,t,!1)}}}var sn=!1;function cn(e,t,n){if(sn)return e(t,n);sn=!0;try{return e(t)}finally{if(sn=!1,(rn!==null||an!==null)&&(Mu(),rn&&(t=rn,e=an,an=rn=null,on(t),e)))for(t=0;t<e.length;t++)on(e[t])}}function ln(e,t){var n=e.stateNode;if(n===null)return null;var r=n[ct]||null;if(r===null)return null;n=r[t];a:switch(t){case`onClick`:case`onClickCapture`:case`onDoubleClick`:case`onDoubleClickCapture`:case`onMouseDown`:case`onMouseDownCapture`:case`onMouseMove`:case`onMouseMoveCapture`:case`onMouseUp`:case`onMouseUpCapture`:case`onMouseEnter`:(r=!r.disabled)||(e=e.type,r=!(e===`button`||e===`input`||e===`select`||e===`textarea`)),e=!r;break a;default:e=!1}if(e)return null;if(n&&typeof n!=`function`)throw Error(i(231,t,typeof n));return n}var un=!(typeof window>`u`||window.document===void 0||window.document.createElement===void 0),dn=!1;if(un)try{var fn={};Object.defineProperty(fn,"passive",{get:function(){dn=!0}}),window.addEventListener(`test`,fn,fn),window.removeEventListener(`test`,fn,fn)}catch{dn=!1}var pn=null,mn=null,hn=null;function gn(){if(hn)return hn;var e,t=mn,n=t.length,r,i=`value`in pn?pn.value:pn.textContent,a=i.length;for(e=0;e<n&&t[e]===i[e];e++);var o=n-e;for(r=1;r<=o&&t[n-r]===i[a-r];r++);return hn=i.slice(e,1<r?1-r:void 0)}function _n(e){var t=e.keyCode;return`charCode`in e?(e=e.charCode,e===0&&t===13&&(e=13)):e=t,e===10&&(e=13),32<=e||e===13?e:0}function vn(){return!0}function yn(){return!1}function bn(e){function t(t,n,r,i,a){for(var o in this._reactName=t,this._targetInst=r,this.type=n,this.nativeEvent=i,this.target=a,this.currentTarget=null,e)e.hasOwnProperty(o)&&(t=e[o],this[o]=t?t(i):i[o]);return this.isDefaultPrevented=(i.defaultPrevented==null?!1===i.returnValue:i.defaultPrevented)?vn:yn,this.isPropagationStopped=yn,this}return f(t.prototype,{preventDefault:function(){this.defaultPrevented=!0;var e=this.nativeEvent;e&&(e.preventDefault?e.preventDefault():typeof e.returnValue!=`unknown`&&(e.returnValue=!1),this.isDefaultPrevented=vn)},stopPropagation:function(){var e=this.nativeEvent;e&&(e.stopPropagation?e.stopPropagation():typeof e.cancelBubble!=`unknown`&&(e.cancelBubble=!0),this.isPropagationStopped=vn)},persist:function(){},isPersistent:vn}),t}var xn={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(e){return e.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Sn=bn(xn),Cn=f({},xn,{view:0,detail:0}),wn=bn(Cn),Tn,En,Dn,On=f({},Cn,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:Rn,button:0,buttons:0,relatedTarget:function(e){return e.relatedTarget===void 0?e.fromElement===e.srcElement?e.toElement:e.fromElement:e.relatedTarget},movementX:function(e){return`movementX`in e?e.movementX:(e!==Dn&&(Dn&&e.type===`mousemove`?(Tn=e.screenX-Dn.screenX,En=e.screenY-Dn.screenY):En=Tn=0,Dn=e),Tn)},movementY:function(e){return`movementY`in e?e.movementY:En}}),kn=bn(On),An=bn(f({},On,{dataTransfer:0})),jn=bn(f({},Cn,{relatedTarget:0})),Mn=bn(f({},xn,{animationName:0,elapsedTime:0,pseudoElement:0})),Nn=bn(f({},xn,{clipboardData:function(e){return`clipboardData`in e?e.clipboardData:window.clipboardData}})),Pn=bn(f({},xn,{data:0})),F={Esc:`Escape`,Spacebar:` `,Left:`ArrowLeft`,Up:`ArrowUp`,Right:`ArrowRight`,Down:`ArrowDown`,Del:`Delete`,Win:`OS`,Menu:`ContextMenu`,Apps:`ContextMenu`,Scroll:`ScrollLock`,MozPrintableKey:`Unidentified`},Fn={8:`Backspace`,9:`Tab`,12:`Clear`,13:`Enter`,16:`Shift`,17:`Control`,18:`Alt`,19:`Pause`,20:`CapsLock`,27:`Escape`,32:` `,33:`PageUp`,34:`PageDown`,35:`End`,36:`Home`,37:`ArrowLeft`,38:`ArrowUp`,39:`ArrowRight`,40:`ArrowDown`,45:`Insert`,46:`Delete`,112:`F1`,113:`F2`,114:`F3`,115:`F4`,116:`F5`,117:`F6`,118:`F7`,119:`F8`,120:`F9`,121:`F10`,122:`F11`,123:`F12`,144:`NumLock`,145:`ScrollLock`,224:`Meta`},In={Alt:`altKey`,Control:`ctrlKey`,Meta:`metaKey`,Shift:`shiftKey`};function Ln(e){var t=this.nativeEvent;return t.getModifierState?t.getModifierState(e):(e=In[e])?!!t[e]:!1}function Rn(){return Ln}var zn=bn(f({},Cn,{key:function(e){if(e.key){var t=F[e.key]||e.key;if(t!==`Unidentified`)return t}return e.type===`keypress`?(e=_n(e),e===13?`Enter`:String.fromCharCode(e)):e.type===`keydown`||e.type===`keyup`?Fn[e.keyCode]||`Unidentified`:``},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:Rn,charCode:function(e){return e.type===`keypress`?_n(e):0},keyCode:function(e){return e.type===`keydown`||e.type===`keyup`?e.keyCode:0},which:function(e){return e.type===`keypress`?_n(e):e.type===`keydown`||e.type===`keyup`?e.keyCode:0}})),Bn=bn(f({},On,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0})),Vn=bn(f({},Cn,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:Rn})),Hn=bn(f({},xn,{propertyName:0,elapsedTime:0,pseudoElement:0})),Un=bn(f({},On,{deltaX:function(e){return`deltaX`in e?e.deltaX:`wheelDeltaX`in e?-e.wheelDeltaX:0},deltaY:function(e){return`deltaY`in e?e.deltaY:`wheelDeltaY`in e?-e.wheelDeltaY:`wheelDelta`in e?-e.wheelDelta:0},deltaZ:0,deltaMode:0})),Wn=bn(f({},xn,{newState:0,oldState:0})),Gn=[9,13,27,32],Kn=un&&`CompositionEvent`in window,qn=null;un&&`documentMode`in document&&(qn=document.documentMode);var Jn=un&&`TextEvent`in window&&!qn,Yn=un&&(!Kn||qn&&8<qn&&11>=qn),Xn=` `,Zn=!1;function Qn(e,t){switch(e){case`keyup`:return Gn.indexOf(t.keyCode)!==-1;case`keydown`:return t.keyCode!==229;case`keypress`:case`mousedown`:case`focusout`:return!0;default:return!1}}function $n(e){return e=e.detail,typeof e==`object`&&`data`in e?e.data:null}var er=!1;function tr(e,t){switch(e){case`compositionend`:return $n(t);case`keypress`:return t.which===32?(Zn=!0,Xn):null;case`textInput`:return e=t.data,e===Xn&&Zn?null:e;default:return null}}function nr(e,t){if(er)return e===`compositionend`||!Kn&&Qn(e,t)?(e=gn(),hn=mn=pn=null,er=!1,e):null;switch(e){case`paste`:return null;case`keypress`:if(!(t.ctrlKey||t.altKey||t.metaKey)||t.ctrlKey&&t.altKey){if(t.char&&1<t.char.length)return t.char;if(t.which)return String.fromCharCode(t.which)}return null;case`compositionend`:return Yn&&t.locale!==`ko`?null:t.data;default:return null}}var rr={color:!0,date:!0,datetime:!0,"datetime-local":!0,email:!0,month:!0,number:!0,password:!0,range:!0,search:!0,tel:!0,text:!0,time:!0,url:!0,week:!0};function ir(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t===`input`?!!rr[e.type]:t===`textarea`}function ar(e,t,n,r){rn?an?an.push(r):an=[r]:rn=r,t=Rd(t,`onChange`),0<t.length&&(n=new Sn(`onChange`,`change`,null,n,r),e.push({event:n,listeners:t}))}var or=null,sr=null;function cr(e){Ad(e,0)}function lr(e){if(It(vt(e)))return e}function ur(e,t){if(e===`change`)return t}var dr=!1;if(un){var fr;if(un){var pr=`oninput`in document;if(!pr){var mr=document.createElement(`div`);mr.setAttribute(`oninput`,`return;`),pr=typeof mr.oninput==`function`}fr=pr}else fr=!1;dr=fr&&(!document.documentMode||9<document.documentMode)}function hr(){or&&(or.detachEvent(`onpropertychange`,gr),sr=or=null)}function gr(e){if(e.propertyName===`value`&&lr(sr)){var t=[];ar(t,sr,e,nn(e)),cn(cr,t)}}function _r(e,t,n){e===`focusin`?(hr(),or=t,sr=n,or.attachEvent(`onpropertychange`,gr)):e===`focusout`&&hr()}function vr(e){if(e===`selectionchange`||e===`keyup`||e===`keydown`)return lr(sr)}function yr(e,t){if(e===`click`)return lr(t)}function br(e,t){if(e===`input`||e===`change`)return lr(t)}function xr(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var Sr=typeof Object.is==`function`?Object.is:xr;function Cr(e,t){if(Sr(e,t))return!0;if(typeof e!=`object`||!e||typeof t!=`object`||!t)return!1;var n=Object.keys(e),r=Object.keys(t);if(n.length!==r.length)return!1;for(r=0;r<n.length;r++){var i=n[r];if(!xe.call(t,i)||!Sr(e[i],t[i]))return!1}return!0}function wr(e){for(;e&&e.firstChild;)e=e.firstChild;return e}function Tr(e,t){var n=wr(e);e=0;for(var r;n;){if(n.nodeType===3){if(r=e+n.textContent.length,e<=t&&r>=t)return{node:n,offset:t-e};e=r}a:{for(;n;){if(n.nextSibling){n=n.nextSibling;break a}n=n.parentNode}n=void 0}n=wr(n)}}function Er(e,t){return e&&t?e===t?!0:e&&e.nodeType===3?!1:t&&t.nodeType===3?Er(e,t.parentNode):`contains`in e?e.contains(t):e.compareDocumentPosition?!!(e.compareDocumentPosition(t)&16):!1:!1}function Dr(e){e=e!=null&&e.ownerDocument!=null&&e.ownerDocument.defaultView!=null?e.ownerDocument.defaultView:window;for(var t=Lt(e.document);t instanceof e.HTMLIFrameElement;){try{var n=typeof t.contentWindow.location.href==`string`}catch{n=!1}if(n)e=t.contentWindow;else break;t=Lt(e.document)}return t}function Or(e){var t=e&&e.nodeName&&e.nodeName.toLowerCase();return t&&(t===`input`&&(e.type===`text`||e.type===`search`||e.type===`tel`||e.type===`url`||e.type===`password`)||t===`textarea`||e.contentEditable===`true`)}var kr=un&&`documentMode`in document&&11>=document.documentMode,Ar=null,jr=null,Mr=null,Nr=!1;function Pr(e,t,n){var r=n.window===n?n.document:n.nodeType===9?n:n.ownerDocument;Nr||Ar==null||Ar!==Lt(r)||(r=Ar,`selectionStart`in r&&Or(r)?r={start:r.selectionStart,end:r.selectionEnd}:(r=(r.ownerDocument&&r.ownerDocument.defaultView||window).getSelection(),r={anchorNode:r.anchorNode,anchorOffset:r.anchorOffset,focusNode:r.focusNode,focusOffset:r.focusOffset}),Mr&&Cr(Mr,r)||(Mr=r,r=Rd(jr,`onSelect`),0<r.length&&(t=new Sn(`onSelect`,`select`,null,t,n),e.push({event:t,listeners:r}),t.target=Ar)))}function Fr(e,t){var n={};return n[e.toLowerCase()]=t.toLowerCase(),n[`Webkit`+e]=`webkit`+t,n[`Moz`+e]=`moz`+t,n}var Ir={animationend:Fr(`Animation`,`AnimationEnd`),animationiteration:Fr(`Animation`,`AnimationIteration`),animationstart:Fr(`Animation`,`AnimationStart`),transitionrun:Fr(`Transition`,`TransitionRun`),transitionstart:Fr(`Transition`,`TransitionStart`),transitioncancel:Fr(`Transition`,`TransitionCancel`),transitionend:Fr(`Transition`,`TransitionEnd`)},Lr={},Rr={};un&&(Rr=document.createElement(`div`).style,`AnimationEvent`in window||(delete Ir.animationend.animation,delete Ir.animationiteration.animation,delete Ir.animationstart.animation),`TransitionEvent`in window||delete Ir.transitionend.transition);function zr(e){if(Lr[e])return Lr[e];if(!Ir[e])return e;var t=Ir[e],n;for(n in t)if(t.hasOwnProperty(n)&&n in Rr)return Lr[e]=t[n];return e}var Br=zr(`animationend`),Vr=zr(`animationiteration`),Hr=zr(`animationstart`),Ur=zr(`transitionrun`),Wr=zr(`transitionstart`),Gr=zr(`transitioncancel`),Kr=zr(`transitionend`),qr=new Map,Jr=`abort auxClick beforeToggle cancel canPlay canPlayThrough click close contextMenu copy cut drag dragEnd dragEnter dragExit dragLeave dragOver dragStart drop durationChange emptied encrypted ended error gotPointerCapture input invalid keyDown keyPress keyUp load loadedData loadedMetadata loadStart lostPointerCapture mouseDown mouseMove mouseOut mouseOver mouseUp paste pause play playing pointerCancel pointerDown pointerMove pointerOut pointerOver pointerUp progress rateChange reset resize seeked seeking stalled submit suspend timeUpdate touchCancel touchEnd touchStart volumeChange scroll toggle touchMove waiting wheel`.split(` `);Jr.push(`scrollEnd`);function Yr(e,t){qr.set(e,t),Ct(t,[e])}var Xr=typeof reportError==`function`?reportError:function(e){if(typeof window==`object`&&typeof window.ErrorEvent==`function`){var t=new window.ErrorEvent(`error`,{bubbles:!0,cancelable:!0,message:typeof e==`object`&&e&&typeof e.message==`string`?String(e.message):String(e),error:e});if(!window.dispatchEvent(t))return}else if(typeof process==`object`&&typeof process.emit==`function`){process.emit(`uncaughtException`,e);return}console.error(e)},Zr=[],Qr=0,$r=0;function ei(){for(var e=Qr,t=$r=Qr=0;t<e;){var n=Zr[t];Zr[t++]=null;var r=Zr[t];Zr[t++]=null;var i=Zr[t];Zr[t++]=null;var a=Zr[t];if(Zr[t++]=null,r!==null&&i!==null){var o=r.pending;o===null?i.next=i:(i.next=o.next,o.next=i),r.pending=i}a!==0&&ii(n,i,a)}}function ti(e,t,n,r){Zr[Qr++]=e,Zr[Qr++]=t,Zr[Qr++]=n,Zr[Qr++]=r,$r|=r,e.lanes|=r,e=e.alternate,e!==null&&(e.lanes|=r)}function ni(e,t,n,r){return ti(e,t,n,r),ai(e)}function ri(e,t){return ti(e,null,null,t),ai(e)}function ii(e,t,n){e.lanes|=n;var r=e.alternate;r!==null&&(r.lanes|=n);for(var i=!1,a=e.return;a!==null;)a.childLanes|=n,r=a.alternate,r!==null&&(r.childLanes|=n),a.tag===22&&(e=a.stateNode,e===null||e._visibility&1||(i=!0)),e=a,a=a.return;return e.tag===3?(a=e.stateNode,i&&t!==null&&(i=31-Re(n),e=a.hiddenUpdates,r=e[i],r===null?e[i]=[t]:r.push(t),t.lane=n|536870912),a):null}function ai(e){if(50<Cu)throw Cu=0,wu=null,Error(i(185));for(var t=e.return;t!==null;)e=t,t=e.return;return e.tag===3?e.stateNode:null}var oi={};function si(e,t,n,r){this.tag=e,this.key=n,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.refCleanup=this.ref=null,this.pendingProps=t,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=r,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function ci(e,t,n,r){return new si(e,t,n,r)}function li(e){return e=e.prototype,!(!e||!e.isReactComponent)}function ui(e,t){var n=e.alternate;return n===null?(n=ci(e.tag,t,e.key,e.mode),n.elementType=e.elementType,n.type=e.type,n.stateNode=e.stateNode,n.alternate=e,e.alternate=n):(n.pendingProps=t,n.type=e.type,n.flags=0,n.subtreeFlags=0,n.deletions=null),n.flags=e.flags&65011712,n.childLanes=e.childLanes,n.lanes=e.lanes,n.child=e.child,n.memoizedProps=e.memoizedProps,n.memoizedState=e.memoizedState,n.updateQueue=e.updateQueue,t=e.dependencies,n.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext},n.sibling=e.sibling,n.index=e.index,n.ref=e.ref,n.refCleanup=e.refCleanup,n}function di(e,t){e.flags&=65011714;var n=e.alternate;return n===null?(e.childLanes=0,e.lanes=t,e.child=null,e.subtreeFlags=0,e.memoizedProps=null,e.memoizedState=null,e.updateQueue=null,e.dependencies=null,e.stateNode=null):(e.childLanes=n.childLanes,e.lanes=n.lanes,e.child=n.child,e.subtreeFlags=0,e.deletions=null,e.memoizedProps=n.memoizedProps,e.memoizedState=n.memoizedState,e.updateQueue=n.updateQueue,e.type=n.type,t=n.dependencies,e.dependencies=t===null?null:{lanes:t.lanes,firstContext:t.firstContext}),e}function fi(e,t,n,r,a,o){var s=0;if(r=e,typeof e==`function`)li(e)&&(s=1);else if(typeof e==`string`)s=$f(e,n,oe.current)?26:e===`html`||e===`head`||e===`body`?27:5;else a:switch(e){case E:return e=ci(31,n,t,a),e.elementType=E,e.lanes=o,e;case g:return pi(n.children,a,o,t);case _:s=8,a|=24;break;case v:return e=ci(12,n,t,a|2),e.elementType=v,e.lanes=o,e;case S:return e=ci(13,n,t,a),e.elementType=S,e.lanes=o,e;case C:return e=ci(19,n,t,a),e.elementType=C,e.lanes=o,e;default:if(typeof e==`object`&&e)switch(e.$$typeof){case b:s=10;break a;case y:s=9;break a;case x:s=11;break a;case w:s=14;break a;case T:s=16,r=null;break a}s=29,n=Error(i(130,e===null?`null`:typeof e,``)),r=null}return t=ci(s,n,t,a),t.elementType=e,t.type=r,t.lanes=o,t}function pi(e,t,n,r){return e=ci(7,e,r,t),e.lanes=n,e}function mi(e,t,n){return e=ci(6,e,null,t),e.lanes=n,e}function hi(e){var t=ci(18,null,null,0);return t.stateNode=e,t}function gi(e,t,n){return t=ci(4,e.children===null?[]:e.children,e.key,t),t.lanes=n,t.stateNode={containerInfo:e.containerInfo,pendingChildren:null,implementation:e.implementation},t}var _i=new WeakMap;function vi(e,t){if(typeof e==`object`&&e){var n=_i.get(e);return n===void 0?(t={value:e,source:t,stack:be(t)},_i.set(e,t),t):n}return{value:e,source:t,stack:be(t)}}var yi=[],bi=0,xi=null,Si=0,Ci=[],wi=0,Ti=null,Ei=1,Di=``;function Oi(e,t){yi[bi++]=Si,yi[bi++]=xi,xi=e,Si=t}function ki(e,t,n){Ci[wi++]=Ei,Ci[wi++]=Di,Ci[wi++]=Ti,Ti=e;var r=Ei;e=Di;var i=32-Re(r)-1;r&=~(1<<i),n+=1;var a=32-Re(t)+i;if(30<a){var o=i-i%5;a=(r&(1<<o)-1).toString(32),r>>=o,i-=o,Ei=1<<32-Re(t)+i|n<<i|r,Di=a+e}else Ei=1<<a|n<<i|r,Di=e}function Ai(e){e.return!==null&&(Oi(e,1),ki(e,1,0))}function ji(e){for(;e===xi;)xi=yi[--bi],yi[bi]=null,Si=yi[--bi],yi[bi]=null;for(;e===Ti;)Ti=Ci[--wi],Ci[wi]=null,Di=Ci[--wi],Ci[wi]=null,Ei=Ci[--wi],Ci[wi]=null}function Mi(e,t){Ci[wi++]=Ei,Ci[wi++]=Di,Ci[wi++]=Ti,Ei=t.id,Di=t.overflow,Ti=e}var Ni=null,Pi=null,Fi=!1,Ii=null,Li=!1,Ri=Error(i(519));function zi(e){throw Gi(vi(Error(i(418,1<arguments.length&&arguments[1]!==void 0&&arguments[1]?`text`:`HTML`,``)),e)),Ri}function Bi(e){var t=e.stateNode,n=e.type,r=e.memoizedProps;switch(t[st]=e,t[ct]=r,n){case`dialog`:jd(`cancel`,t),jd(`close`,t);break;case`iframe`:case`object`:case`embed`:jd(`load`,t);break;case`video`:case`audio`:for(n=0;n<Od.length;n++)jd(Od[n],t);break;case`source`:jd(`error`,t);break;case`img`:case`image`:case`link`:jd(`error`,t),jd(`load`,t);break;case`details`:jd(`toggle`,t);break;case`input`:jd(`invalid`,t),Vt(t,r.value,r.defaultValue,r.checked,r.defaultChecked,r.type,r.name,!0);break;case`select`:jd(`invalid`,t);break;case`textarea`:jd(`invalid`,t),Gt(t,r.value,r.defaultValue,r.children)}n=r.children,typeof n!=`string`&&typeof n!=`number`&&typeof n!=`bigint`||t.textContent===``+n||!0===r.suppressHydrationWarning||Wd(t.textContent,n)?(r.popover!=null&&(jd(`beforetoggle`,t),jd(`toggle`,t)),r.onScroll!=null&&jd(`scroll`,t),r.onScrollEnd!=null&&jd(`scrollend`,t),r.onClick!=null&&(t.onclick=en),t=!0):t=!1,t||zi(e,!0)}function Vi(e){for(Ni=e.return;Ni;)switch(Ni.tag){case 5:case 31:case 13:Li=!1;return;case 27:case 3:Li=!0;return;default:Ni=Ni.return}}function Hi(e){if(e!==Ni)return!1;if(!Fi)return Vi(e),Fi=!0,!1;var t=e.tag,n;if((n=t!==3&&t!==27)&&((n=t===5)&&(n=e.type,n=!(n!==`form`&&n!==`button`)||ef(e.type,e.memoizedProps)),n=!n),n&&Pi&&zi(e),Vi(e),t===13){if(e=e.memoizedState,e=e===null?null:e.dehydrated,!e)throw Error(i(317));Pi=bf(e)}else if(t===31){if(e=e.memoizedState,e=e===null?null:e.dehydrated,!e)throw Error(i(317));Pi=bf(e)}else t===27?(t=Pi,cf(e.type)?(e=yf,yf=null,Pi=e):Pi=t):Pi=Ni?vf(e.stateNode.nextSibling):null;return!0}function Ui(){Pi=Ni=null,Fi=!1}function Wi(){var e=Ii;return e!==null&&(lu===null?lu=e:lu.push.apply(lu,e),Ii=null),e}function Gi(e){Ii===null?Ii=[e]:Ii.push(e)}var Ki=re(null),qi=null,Ji=null;function Yi(e,t,n){ae(Ki,t._currentValue),t._currentValue=n}function Xi(e){e._currentValue=Ki.current,ie(Ki)}function Zi(e,t,n){for(;e!==null;){var r=e.alternate;if((e.childLanes&t)===t?r!==null&&(r.childLanes&t)!==t&&(r.childLanes|=t):(e.childLanes|=t,r!==null&&(r.childLanes|=t)),e===n)break;e=e.return}}function Qi(e,t,n,r){var a=e.child;for(a!==null&&(a.return=e);a!==null;){var o=a.dependencies;if(o!==null){var s=a.child;o=o.firstContext;a:for(;o!==null;){var c=o;o=a;for(var l=0;l<t.length;l++)if(c.context===t[l]){o.lanes|=n,c=o.alternate,c!==null&&(c.lanes|=n),Zi(o.return,n,e),r||(s=null);break a}o=c.next}}else if(a.tag===18){if(s=a.return,s===null)throw Error(i(341));s.lanes|=n,o=s.alternate,o!==null&&(o.lanes|=n),Zi(s,n,e),s=null}else s=a.child;if(s!==null)s.return=a;else for(s=a;s!==null;){if(s===e){s=null;break}if(a=s.sibling,a!==null){a.return=s.return,s=a;break}s=s.return}a=s}}function $i(e,t,n,r){e=null;for(var a=t,o=!1;a!==null;){if(!o){if(a.flags&524288)o=!0;else if(a.flags&262144)break}if(a.tag===10){var s=a.alternate;if(s===null)throw Error(i(387));if(s=s.memoizedProps,s!==null){var c=a.type;Sr(a.pendingProps.value,s.value)||(e===null?e=[c]:e.push(c))}}else if(a===le.current){if(s=a.alternate,s===null)throw Error(i(387));s.memoizedState.memoizedState!==a.memoizedState.memoizedState&&(e===null?e=[cp]:e.push(cp))}a=a.return}e!==null&&Qi(t,e,n,r),t.flags|=262144}function ea(e){for(e=e.firstContext;e!==null;){if(!Sr(e.context._currentValue,e.memoizedValue))return!0;e=e.next}return!1}function ta(e){qi=e,Ji=null,e=e.dependencies,e!==null&&(e.firstContext=null)}function na(e){return ia(qi,e)}function ra(e,t){return qi===null&&ta(e),ia(e,t)}function ia(e,t){var n=t._currentValue;if(t={context:t,memoizedValue:n,next:null},Ji===null){if(e===null)throw Error(i(308));Ji=t,e.dependencies={lanes:0,firstContext:t},e.flags|=524288}else Ji=Ji.next=t;return n}var aa=typeof AbortController<`u`?AbortController:function(){var e=[],t=this.signal={aborted:!1,addEventListener:function(t,n){e.push(n)}};this.abort=function(){t.aborted=!0,e.forEach(function(e){return e()})}},oa=t.unstable_scheduleCallback,sa=t.unstable_NormalPriority,ca={$$typeof:b,Consumer:null,Provider:null,_currentValue:null,_currentValue2:null,_threadCount:0};function la(){return{controller:new aa,data:new Map,refCount:0}}function ua(e){e.refCount--,e.refCount===0&&oa(sa,function(){e.controller.abort()})}var da=null,fa=0,pa=0,ma=null;function ha(e,t){if(da===null){var n=da=[];fa=0,pa=Sd(),ma={status:`pending`,value:void 0,then:function(e){n.push(e)}}}return fa++,t.then(ga,ga),t}function ga(){if(--fa===0&&da!==null){ma!==null&&(ma.status=`fulfilled`);var e=da;da=null,pa=0,ma=null;for(var t=0;t<e.length;t++)(0,e[t])()}}function _a(e,t){var n=[],r={status:`pending`,value:null,reason:null,then:function(e){n.push(e)}};return e.then(function(){r.status=`fulfilled`,r.value=t;for(var e=0;e<n.length;e++)(0,n[e])(t)},function(e){for(r.status=`rejected`,r.reason=e,e=0;e<n.length;e++)(0,n[e])(void 0)}),r}var va=M.S;M.S=function(e,t){fu=Ee(),typeof t==`object`&&t&&typeof t.then==`function`&&ha(e,t),va!==null&&va(e,t)};var ya=re(null);function ba(){var e=ya.current;return e===null?ql.pooledCache:e}function xa(e,t){t===null?ae(ya,ya.current):ae(ya,t.pool)}function Sa(){var e=ba();return e===null?null:{parent:ca._currentValue,pool:e}}var Ca=Error(i(460)),wa=Error(i(474)),Ta=Error(i(542)),Ea={then:function(){}};function Da(e){return e=e.status,e===`fulfilled`||e===`rejected`}function Oa(e,t,n){switch(n=e[n],n===void 0?e.push(t):n!==t&&(t.then(en,en),t=n),t.status){case`fulfilled`:return t.value;case`rejected`:throw e=t.reason,Ma(e),e;default:if(typeof t.status==`string`)t.then(en,en);else{if(e=ql,e!==null&&100<e.shellSuspendCounter)throw Error(i(482));e=t,e.status=`pending`,e.then(function(e){if(t.status===`pending`){var n=t;n.status=`fulfilled`,n.value=e}},function(e){if(t.status===`pending`){var n=t;n.status=`rejected`,n.reason=e}})}switch(t.status){case`fulfilled`:return t.value;case`rejected`:throw e=t.reason,Ma(e),e}throw Aa=t,Ca}}function ka(e){try{var t=e._init;return t(e._payload)}catch(e){throw typeof e==`object`&&e&&typeof e.then==`function`?(Aa=e,Ca):e}}var Aa=null;function ja(){if(Aa===null)throw Error(i(459));var e=Aa;return Aa=null,e}function Ma(e){if(e===Ca||e===Ta)throw Error(i(483))}var Na=null,Pa=0;function Fa(e){var t=Pa;return Pa+=1,Na===null&&(Na=[]),Oa(Na,e,t)}function Ia(e,t){t=t.props.ref,e.ref=t===void 0?null:t}function La(e,t){throw t.$$typeof===p?Error(i(525)):(e=Object.prototype.toString.call(t),Error(i(31,e===`[object Object]`?`object with keys {`+Object.keys(t).join(`, `)+`}`:e)))}function Ra(e){function t(t,n){if(e){var r=t.deletions;r===null?(t.deletions=[n],t.flags|=16):r.push(n)}}function n(n,r){if(!e)return null;for(;r!==null;)t(n,r),r=r.sibling;return null}function r(e){for(var t=new Map;e!==null;)e.key===null?t.set(e.index,e):t.set(e.key,e),e=e.sibling;return t}function a(e,t){return e=ui(e,t),e.index=0,e.sibling=null,e}function o(t,n,r){return t.index=r,e?(r=t.alternate,r===null?(t.flags|=67108866,n):(r=r.index,r<n?(t.flags|=67108866,n):r)):(t.flags|=1048576,n)}function s(t){return e&&t.alternate===null&&(t.flags|=67108866),t}function c(e,t,n,r){return t===null||t.tag!==6?(t=mi(n,e.mode,r),t.return=e,t):(t=a(t,n),t.return=e,t)}function l(e,t,n,r){var i=n.type;return i===g?d(e,t,n.props.children,r,n.key):t!==null&&(t.elementType===i||typeof i==`object`&&i&&i.$$typeof===T&&ka(i)===t.type)?(t=a(t,n.props),Ia(t,n),t.return=e,t):(t=fi(n.type,n.key,n.props,null,e.mode,r),Ia(t,n),t.return=e,t)}function u(e,t,n,r){return t===null||t.tag!==4||t.stateNode.containerInfo!==n.containerInfo||t.stateNode.implementation!==n.implementation?(t=gi(n,e.mode,r),t.return=e,t):(t=a(t,n.children||[]),t.return=e,t)}function d(e,t,n,r,i){return t===null||t.tag!==7?(t=pi(n,e.mode,r,i),t.return=e,t):(t=a(t,n),t.return=e,t)}function f(e,t,n){if(typeof t==`string`&&t!==``||typeof t==`number`||typeof t==`bigint`)return t=mi(``+t,e.mode,n),t.return=e,t;if(typeof t==`object`&&t){switch(t.$$typeof){case m:return n=fi(t.type,t.key,t.props,null,e.mode,n),Ia(n,t),n.return=e,n;case h:return t=gi(t,e.mode,n),t.return=e,t;case T:return t=ka(t),f(e,t,n)}if(j(t)||k(t))return t=pi(t,e.mode,n,null),t.return=e,t;if(typeof t.then==`function`)return f(e,Fa(t),n);if(t.$$typeof===b)return f(e,ra(e,t),n);La(e,t)}return null}function p(e,t,n,r){var i=t===null?null:t.key;if(typeof n==`string`&&n!==``||typeof n==`number`||typeof n==`bigint`)return i===null?c(e,t,``+n,r):null;if(typeof n==`object`&&n){switch(n.$$typeof){case m:return n.key===i?l(e,t,n,r):null;case h:return n.key===i?u(e,t,n,r):null;case T:return n=ka(n),p(e,t,n,r)}if(j(n)||k(n))return i===null?d(e,t,n,r,null):null;if(typeof n.then==`function`)return p(e,t,Fa(n),r);if(n.$$typeof===b)return p(e,t,ra(e,n),r);La(e,n)}return null}function _(e,t,n,r,i){if(typeof r==`string`&&r!==``||typeof r==`number`||typeof r==`bigint`)return e=e.get(n)||null,c(t,e,``+r,i);if(typeof r==`object`&&r){switch(r.$$typeof){case m:return e=e.get(r.key===null?n:r.key)||null,l(t,e,r,i);case h:return e=e.get(r.key===null?n:r.key)||null,u(t,e,r,i);case T:return r=ka(r),_(e,t,n,r,i)}if(j(r)||k(r))return e=e.get(n)||null,d(t,e,r,i,null);if(typeof r.then==`function`)return _(e,t,n,Fa(r),i);if(r.$$typeof===b)return _(e,t,n,ra(t,r),i);La(t,r)}return null}function v(i,a,s,c){for(var l=null,u=null,d=a,m=a=0,h=null;d!==null&&m<s.length;m++){d.index>m?(h=d,d=null):h=d.sibling;var g=p(i,d,s[m],c);if(g===null){d===null&&(d=h);break}e&&d&&g.alternate===null&&t(i,d),a=o(g,a,m),u===null?l=g:u.sibling=g,u=g,d=h}if(m===s.length)return n(i,d),Fi&&Oi(i,m),l;if(d===null){for(;m<s.length;m++)d=f(i,s[m],c),d!==null&&(a=o(d,a,m),u===null?l=d:u.sibling=d,u=d);return Fi&&Oi(i,m),l}for(d=r(d);m<s.length;m++)h=_(d,i,m,s[m],c),h!==null&&(e&&h.alternate!==null&&d.delete(h.key===null?m:h.key),a=o(h,a,m),u===null?l=h:u.sibling=h,u=h);return e&&d.forEach(function(e){return t(i,e)}),Fi&&Oi(i,m),l}function y(a,s,c,l){if(c==null)throw Error(i(151));for(var u=null,d=null,m=s,h=s=0,g=null,v=c.next();m!==null&&!v.done;h++,v=c.next()){m.index>h?(g=m,m=null):g=m.sibling;var y=p(a,m,v.value,l);if(y===null){m===null&&(m=g);break}e&&m&&y.alternate===null&&t(a,m),s=o(y,s,h),d===null?u=y:d.sibling=y,d=y,m=g}if(v.done)return n(a,m),Fi&&Oi(a,h),u;if(m===null){for(;!v.done;h++,v=c.next())v=f(a,v.value,l),v!==null&&(s=o(v,s,h),d===null?u=v:d.sibling=v,d=v);return Fi&&Oi(a,h),u}for(m=r(m);!v.done;h++,v=c.next())v=_(m,a,h,v.value,l),v!==null&&(e&&v.alternate!==null&&m.delete(v.key===null?h:v.key),s=o(v,s,h),d===null?u=v:d.sibling=v,d=v);return e&&m.forEach(function(e){return t(a,e)}),Fi&&Oi(a,h),u}function x(e,r,o,c){if(typeof o==`object`&&o&&o.type===g&&o.key===null&&(o=o.props.children),typeof o==`object`&&o){switch(o.$$typeof){case m:a:{for(var l=o.key;r!==null;){if(r.key===l){if(l=o.type,l===g){if(r.tag===7){n(e,r.sibling),c=a(r,o.props.children),c.return=e,e=c;break a}}else if(r.elementType===l||typeof l==`object`&&l&&l.$$typeof===T&&ka(l)===r.type){n(e,r.sibling),c=a(r,o.props),Ia(c,o),c.return=e,e=c;break a}n(e,r);break}else t(e,r);r=r.sibling}o.type===g?(c=pi(o.props.children,e.mode,c,o.key),c.return=e,e=c):(c=fi(o.type,o.key,o.props,null,e.mode,c),Ia(c,o),c.return=e,e=c)}return s(e);case h:a:{for(l=o.key;r!==null;){if(r.key===l)if(r.tag===4&&r.stateNode.containerInfo===o.containerInfo&&r.stateNode.implementation===o.implementation){n(e,r.sibling),c=a(r,o.children||[]),c.return=e,e=c;break a}else{n(e,r);break}else t(e,r);r=r.sibling}c=gi(o,e.mode,c),c.return=e,e=c}return s(e);case T:return o=ka(o),x(e,r,o,c)}if(j(o))return v(e,r,o,c);if(k(o)){if(l=k(o),typeof l!=`function`)throw Error(i(150));return o=l.call(o),y(e,r,o,c)}if(typeof o.then==`function`)return x(e,r,Fa(o),c);if(o.$$typeof===b)return x(e,r,ra(e,o),c);La(e,o)}return typeof o==`string`&&o!==``||typeof o==`number`||typeof o==`bigint`?(o=``+o,r!==null&&r.tag===6?(n(e,r.sibling),c=a(r,o),c.return=e,e=c):(n(e,r),c=mi(o,e.mode,c),c.return=e,e=c),s(e)):n(e,r)}return function(e,t,n,r){try{Pa=0;var i=x(e,t,n,r);return Na=null,i}catch(t){if(t===Ca||t===Ta)throw t;var a=ci(29,t,null,e.mode);return a.lanes=r,a.return=e,a}}}var za=Ra(!0),Ba=Ra(!1),Va=!1;function Ha(e){e.updateQueue={baseState:e.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,lanes:0,hiddenCallbacks:null},callbacks:null}}function Ua(e,t){e=e.updateQueue,t.updateQueue===e&&(t.updateQueue={baseState:e.baseState,firstBaseUpdate:e.firstBaseUpdate,lastBaseUpdate:e.lastBaseUpdate,shared:e.shared,callbacks:null})}function Wa(e){return{lane:e,tag:0,payload:null,callback:null,next:null}}function Ga(e,t,n){var r=e.updateQueue;if(r===null)return null;if(r=r.shared,Kl&2){var i=r.pending;return i===null?t.next=t:(t.next=i.next,i.next=t),r.pending=t,t=ai(e),ii(e,null,n),t}return ti(e,r,t,n),ai(e)}function Ka(e,t,n){if(t=t.updateQueue,t!==null&&(t=t.shared,n&4194048)){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,et(e,n)}}function qa(e,t){var n=e.updateQueue,r=e.alternate;if(r!==null&&(r=r.updateQueue,n===r)){var i=null,a=null;if(n=n.firstBaseUpdate,n!==null){do{var o={lane:n.lane,tag:n.tag,payload:n.payload,callback:null,next:null};a===null?i=a=o:a=a.next=o,n=n.next}while(n!==null);a===null?i=a=t:a=a.next=t}else i=a=t;n={baseState:r.baseState,firstBaseUpdate:i,lastBaseUpdate:a,shared:r.shared,callbacks:r.callbacks},e.updateQueue=n;return}e=n.lastBaseUpdate,e===null?n.firstBaseUpdate=t:e.next=t,n.lastBaseUpdate=t}var Ja=!1;function Ya(){if(Ja){var e=ma;if(e!==null)throw e}}function Xa(e,t,n,r){Ja=!1;var i=e.updateQueue;Va=!1;var a=i.firstBaseUpdate,o=i.lastBaseUpdate,s=i.shared.pending;if(s!==null){i.shared.pending=null;var c=s,l=c.next;c.next=null,o===null?a=l:o.next=l,o=c;var u=e.alternate;u!==null&&(u=u.updateQueue,s=u.lastBaseUpdate,s!==o&&(s===null?u.firstBaseUpdate=l:s.next=l,u.lastBaseUpdate=c))}if(a!==null){var d=i.baseState;o=0,u=l=c=null,s=a;do{var p=s.lane&-536870913,m=p!==s.lane;if(m?(Yl&p)===p:(r&p)===p){p!==0&&p===pa&&(Ja=!0),u!==null&&(u=u.next={lane:0,tag:s.tag,payload:s.payload,callback:null,next:null});a:{var h=e,g=s;p=t;var _=n;switch(g.tag){case 1:if(h=g.payload,typeof h==`function`){d=h.call(_,d,p);break a}d=h;break a;case 3:h.flags=h.flags&-65537|128;case 0:if(h=g.payload,p=typeof h==`function`?h.call(_,d,p):h,p==null)break a;d=f({},d,p);break a;case 2:Va=!0}}p=s.callback,p!==null&&(e.flags|=64,m&&(e.flags|=8192),m=i.callbacks,m===null?i.callbacks=[p]:m.push(p))}else m={lane:p,tag:s.tag,payload:s.payload,callback:s.callback,next:null},u===null?(l=u=m,c=d):u=u.next=m,o|=p;if(s=s.next,s===null){if(s=i.shared.pending,s===null)break;m=s,s=m.next,m.next=null,i.lastBaseUpdate=m,i.shared.pending=null}}while(1);u===null&&(c=d),i.baseState=c,i.firstBaseUpdate=l,i.lastBaseUpdate=u,a===null&&(i.shared.lanes=0),ru|=o,e.lanes=o,e.memoizedState=d}}function Za(e,t){if(typeof e!=`function`)throw Error(i(191,e));e.call(t)}function Qa(e,t){var n=e.callbacks;if(n!==null)for(e.callbacks=null,e=0;e<n.length;e++)Za(n[e],t)}var $a=re(null),eo=re(0);function to(e,t){e=tu,ae(eo,e),ae($a,t),tu=e|t.baseLanes}function no(){ae(eo,tu),ae($a,$a.current)}function ro(){tu=eo.current,ie($a),ie(eo)}var io=re(null),ao=null;function oo(e){var t=e.alternate;ae(fo,fo.current&1),ae(io,e),ao===null&&(t===null||$a.current!==null||t.memoizedState!==null)&&(ao=e)}function so(e){ae(fo,fo.current),ae(io,e),ao===null&&(ao=e)}function co(e){e.tag===22?(ae(fo,fo.current),ae(io,e),ao===null&&(ao=e)):lo(e)}function lo(){ae(fo,fo.current),ae(io,io.current)}function uo(e){ie(io),ao===e&&(ao=null),ie(fo)}var fo=re(0);function po(e){for(var t=e;t!==null;){if(t.tag===13){var n=t.memoizedState;if(n!==null&&(n=n.dehydrated,n===null||hf(n)||gf(n)))return t}else if(t.tag===19&&(t.memoizedProps.revealOrder===`forwards`||t.memoizedProps.revealOrder===`backwards`||t.memoizedProps.revealOrder===`unstable_legacy-backwards`||t.memoizedProps.revealOrder===`together`)){if(t.flags&128)return t}else if(t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return null;t=t.return}t.sibling.return=t.return,t=t.sibling}return null}var mo=0,ho=null,go=null,_o=null,vo=!1,yo=!1,bo=!1,xo=0,So=0,Co=null,wo=0;function To(){throw Error(i(321))}function Eo(e,t){if(t===null)return!1;for(var n=0;n<t.length&&n<e.length;n++)if(!Sr(e[n],t[n]))return!1;return!0}function Do(e,t,n,r,i,a){return mo=a,ho=t,t.memoizedState=null,t.updateQueue=null,t.lanes=0,M.H=e===null||e.memoizedState===null?Vs:Hs,bo=!1,a=n(r,i),bo=!1,yo&&(a=ko(t,n,r,i)),Oo(e),a}function Oo(e){M.H=Bs;var t=go!==null&&go.next!==null;if(mo=0,_o=go=ho=null,vo=!1,So=0,Co=null,t)throw Error(i(300));e===null||ac||(e=e.dependencies,e!==null&&ea(e)&&(ac=!0))}function ko(e,t,n,r){ho=e;var a=0;do{if(yo&&(Co=null),So=0,yo=!1,25<=a)throw Error(i(301));if(a+=1,_o=go=null,e.updateQueue!=null){var o=e.updateQueue;o.lastEffect=null,o.events=null,o.stores=null,o.memoCache!=null&&(o.memoCache.index=0)}M.H=Us,o=t(n,r)}while(yo);return o}function Ao(){var e=M.H,t=e.useState()[0];return t=typeof t.then==`function`?Lo(t):t,e=e.useState()[0],(go===null?null:go.memoizedState)!==e&&(ho.flags|=1024),t}function jo(){var e=xo!==0;return xo=0,e}function Mo(e,t,n){t.updateQueue=e.updateQueue,t.flags&=-2053,e.lanes&=~n}function No(e){if(vo){for(e=e.memoizedState;e!==null;){var t=e.queue;t!==null&&(t.pending=null),e=e.next}vo=!1}mo=0,_o=go=ho=null,yo=!1,So=xo=0,Co=null}function Po(){var e={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return _o===null?ho.memoizedState=_o=e:_o=_o.next=e,_o}function Fo(){if(go===null){var e=ho.alternate;e=e===null?null:e.memoizedState}else e=go.next;var t=_o===null?ho.memoizedState:_o.next;if(t!==null)_o=t,go=e;else{if(e===null)throw ho.alternate===null?Error(i(467)):Error(i(310));go=e,e={memoizedState:go.memoizedState,baseState:go.baseState,baseQueue:go.baseQueue,queue:go.queue,next:null},_o===null?ho.memoizedState=_o=e:_o=_o.next=e}return _o}function Io(){return{lastEffect:null,events:null,stores:null,memoCache:null}}function Lo(e){var t=So;return So+=1,Co===null&&(Co=[]),e=Oa(Co,e,t),t=ho,(_o===null?t.memoizedState:_o.next)===null&&(t=t.alternate,M.H=t===null||t.memoizedState===null?Vs:Hs),e}function Ro(e){if(typeof e==`object`&&e){if(typeof e.then==`function`)return Lo(e);if(e.$$typeof===b)return na(e)}throw Error(i(438,String(e)))}function zo(e){var t=null,n=ho.updateQueue;if(n!==null&&(t=n.memoCache),t==null){var r=ho.alternate;r!==null&&(r=r.updateQueue,r!==null&&(r=r.memoCache,r!=null&&(t={data:r.data.map(function(e){return e.slice()}),index:0})))}if(t??={data:[],index:0},n===null&&(n=Io(),ho.updateQueue=n),n.memoCache=t,n=t.data[t.index],n===void 0)for(n=t.data[t.index]=Array(e),r=0;r<e;r++)n[r]=D;return t.index++,n}function Bo(e,t){return typeof t==`function`?t(e):t}function Vo(e){return Ho(Fo(),go,e)}function Ho(e,t,n){var r=e.queue;if(r===null)throw Error(i(311));r.lastRenderedReducer=n;var a=e.baseQueue,o=r.pending;if(o!==null){if(a!==null){var s=a.next;a.next=o.next,o.next=s}t.baseQueue=a=o,r.pending=null}if(o=e.baseState,a===null)e.memoizedState=o;else{t=a.next;var c=s=null,l=null,u=t,d=!1;do{var f=u.lane&-536870913;if(f===u.lane?(mo&f)===f:(Yl&f)===f){var p=u.revertLane;if(p===0)l!==null&&(l=l.next={lane:0,revertLane:0,gesture:null,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null}),f===pa&&(d=!0);else if((mo&p)===p){u=u.next,p===pa&&(d=!0);continue}else f={lane:0,revertLane:u.revertLane,gesture:null,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null},l===null?(c=l=f,s=o):l=l.next=f,ho.lanes|=p,ru|=p;f=u.action,bo&&n(o,f),o=u.hasEagerState?u.eagerState:n(o,f)}else p={lane:f,revertLane:u.revertLane,gesture:u.gesture,action:u.action,hasEagerState:u.hasEagerState,eagerState:u.eagerState,next:null},l===null?(c=l=p,s=o):l=l.next=p,ho.lanes|=f,ru|=f;u=u.next}while(u!==null&&u!==t);if(l===null?s=o:l.next=c,!Sr(o,e.memoizedState)&&(ac=!0,d&&(n=ma,n!==null)))throw n;e.memoizedState=o,e.baseState=s,e.baseQueue=l,r.lastRenderedState=o}return a===null&&(r.lanes=0),[e.memoizedState,r.dispatch]}function Uo(e){var t=Fo(),n=t.queue;if(n===null)throw Error(i(311));n.lastRenderedReducer=e;var r=n.dispatch,a=n.pending,o=t.memoizedState;if(a!==null){n.pending=null;var s=a=a.next;do o=e(o,s.action),s=s.next;while(s!==a);Sr(o,t.memoizedState)||(ac=!0),t.memoizedState=o,t.baseQueue===null&&(t.baseState=o),n.lastRenderedState=o}return[o,r]}function Wo(e,t,n){var r=ho,a=Fo(),o=Fi;if(o){if(n===void 0)throw Error(i(407));n=n()}else n=t();var s=!Sr((go||a).memoizedState,n);if(s&&(a.memoizedState=n,ac=!0),a=a.queue,ps(qo.bind(null,r,a,e),[e]),a.getSnapshot!==t||s||_o!==null&&_o.memoizedState.tag&1){if(r.flags|=2048,ls(9,{destroy:void 0},Ko.bind(null,r,a,n,t),null),ql===null)throw Error(i(349));o||mo&127||Go(r,t,n)}return n}function Go(e,t,n){e.flags|=16384,e={getSnapshot:t,value:n},t=ho.updateQueue,t===null?(t=Io(),ho.updateQueue=t,t.stores=[e]):(n=t.stores,n===null?t.stores=[e]:n.push(e))}function Ko(e,t,n,r){t.value=n,t.getSnapshot=r,Jo(t)&&Yo(e)}function qo(e,t,n){return n(function(){Jo(t)&&Yo(e)})}function Jo(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!Sr(e,n)}catch{return!0}}function Yo(e){var t=ri(e,2);t!==null&&Du(t,e,2)}function Xo(e){var t=Po();if(typeof e==`function`){var n=e;if(e=n(),bo){Le(!0);try{n()}finally{Le(!1)}}}return t.memoizedState=t.baseState=e,t.queue={pending:null,lanes:0,dispatch:null,lastRenderedReducer:Bo,lastRenderedState:e},t}function Zo(e,t,n,r){return e.baseState=n,Ho(e,go,typeof r==`function`?r:Bo)}function Qo(e,t,n,r,a){if(Ls(e))throw Error(i(485));if(e=t.action,e!==null){var o={payload:a,action:e,next:null,isTransition:!0,status:`pending`,value:null,reason:null,listeners:[],then:function(e){o.listeners.push(e)}};M.T===null?o.isTransition=!1:n(!0),r(o),n=t.pending,n===null?(o.next=t.pending=o,$o(t,o)):(o.next=n.next,t.pending=n.next=o)}}function $o(e,t){var n=t.action,r=t.payload,i=e.state;if(t.isTransition){var a=M.T,o={};M.T=o;try{var s=n(i,r),c=M.S;c!==null&&c(o,s),es(e,t,s)}catch(n){ns(e,t,n)}finally{a!==null&&o.types!==null&&(a.types=o.types),M.T=a}}else try{a=n(i,r),es(e,t,a)}catch(n){ns(e,t,n)}}function es(e,t,n){typeof n==`object`&&n&&typeof n.then==`function`?n.then(function(n){ts(e,t,n)},function(n){return ns(e,t,n)}):ts(e,t,n)}function ts(e,t,n){t.status=`fulfilled`,t.value=n,rs(t),e.state=n,t=e.pending,t!==null&&(n=t.next,n===t?e.pending=null:(n=n.next,t.next=n,$o(e,n)))}function ns(e,t,n){var r=e.pending;if(e.pending=null,r!==null){r=r.next;do t.status=`rejected`,t.reason=n,rs(t),t=t.next;while(t!==r)}e.action=null}function rs(e){e=e.listeners;for(var t=0;t<e.length;t++)(0,e[t])()}function is(e,t){return t}function I(e,t){if(Fi){var n=ql.formState;if(n!==null){a:{var r=ho;if(Fi){if(Pi){b:{for(var i=Pi,a=Li;i.nodeType!==8;){if(!a){i=null;break b}if(i=vf(i.nextSibling),i===null){i=null;break b}}a=i.data,i=a===`F!`||a===`F`?i:null}if(i){Pi=vf(i.nextSibling),r=i.data===`F!`;break a}}zi(r)}r=!1}r&&(t=n[0])}}return n=Po(),n.memoizedState=n.baseState=t,r={pending:null,lanes:0,dispatch:null,lastRenderedReducer:is,lastRenderedState:t},n.queue=r,n=Ps.bind(null,ho,r),r.dispatch=n,r=Xo(!1),a=Is.bind(null,ho,!1,r.queue),r=Po(),i={state:t,dispatch:null,action:e,pending:null},r.queue=i,n=Qo.bind(null,ho,i,a,n),i.dispatch=n,r.memoizedState=e,[t,n,!1]}function as(e){return os(Fo(),go,e)}function os(e,t,n){if(t=Ho(e,t,is)[0],e=Vo(Bo)[0],typeof t==`object`&&t&&typeof t.then==`function`)try{var r=Lo(t)}catch(e){throw e===Ca?Ta:e}else r=t;t=Fo();var i=t.queue,a=i.dispatch;return n!==t.memoizedState&&(ho.flags|=2048,ls(9,{destroy:void 0},ss.bind(null,i,n),null)),[r,a,e]}function ss(e,t){e.action=t}function cs(e){var t=Fo(),n=go;if(n!==null)return os(t,n,e);Fo(),t=t.memoizedState,n=Fo();var r=n.queue.dispatch;return n.memoizedState=e,[t,r,!1]}function ls(e,t,n,r){return e={tag:e,create:n,deps:r,inst:t,next:null},t=ho.updateQueue,t===null&&(t=Io(),ho.updateQueue=t),n=t.lastEffect,n===null?t.lastEffect=e.next=e:(r=n.next,n.next=e,e.next=r,t.lastEffect=e),e}function us(){return Fo().memoizedState}function ds(e,t,n,r){var i=Po();ho.flags|=e,i.memoizedState=ls(1|t,{destroy:void 0},n,r===void 0?null:r)}function L(e,t,n,r){var i=Fo();r=r===void 0?null:r;var a=i.memoizedState.inst;go!==null&&r!==null&&Eo(r,go.memoizedState.deps)?i.memoizedState=ls(t,a,n,r):(ho.flags|=e,i.memoizedState=ls(1|t,a,n,r))}function fs(e,t){ds(8390656,8,e,t)}function ps(e,t){L(2048,8,e,t)}function ms(e){ho.flags|=4;var t=ho.updateQueue;if(t===null)t=Io(),ho.updateQueue=t,t.events=[e];else{var n=t.events;n===null?t.events=[e]:n.push(e)}}function hs(e){var t=Fo().memoizedState;return ms({ref:t,nextImpl:e}),function(){if(Kl&2)throw Error(i(440));return t.impl.apply(void 0,arguments)}}function gs(e,t){return L(4,2,e,t)}function _s(e,t){return L(4,4,e,t)}function vs(e,t){if(typeof t==`function`){e=e();var n=t(e);return function(){typeof n==`function`?n():t(null)}}if(t!=null)return e=e(),t.current=e,function(){t.current=null}}function ys(e,t,n){n=n==null?null:n.concat([e]),L(4,4,vs.bind(null,t,e),n)}function bs(){}function xs(e,t){var n=Fo();t=t===void 0?null:t;var r=n.memoizedState;return t!==null&&Eo(t,r[1])?r[0]:(n.memoizedState=[e,t],e)}function Ss(e,t){var n=Fo();t=t===void 0?null:t;var r=n.memoizedState;if(t!==null&&Eo(t,r[1]))return r[0];if(r=e(),bo){Le(!0);try{e()}finally{Le(!1)}}return n.memoizedState=[r,t],r}function Cs(e,t,n){return n===void 0||mo&1073741824&&!(Yl&261930)?e.memoizedState=t:(e.memoizedState=n,e=Eu(),ho.lanes|=e,ru|=e,n)}function ws(e,t,n,r){return Sr(n,t)?n:$a.current===null?!(mo&42)||mo&1073741824&&!(Yl&261930)?(ac=!0,e.memoizedState=n):(e=Eu(),ho.lanes|=e,ru|=e,t):(e=Cs(e,n,r),Sr(e,t)||(ac=!0),e)}function Ts(e,t,n,r,i){var a=N.p;N.p=a!==0&&8>a?a:8;var o=M.T,s={};M.T=s,Is(e,!1,t,n);try{var c=i(),l=M.S;l!==null&&l(s,c),typeof c==`object`&&c&&typeof c.then==`function`?Fs(e,t,_a(c,r),Tu(e)):Fs(e,t,r,Tu(e))}catch(n){Fs(e,t,{then:function(){},status:`rejected`,reason:n},Tu())}finally{N.p=a,o!==null&&s.types!==null&&(o.types=s.types),M.T=o}}function Es(){}function Ds(e,t,n,r){if(e.tag!==5)throw Error(i(476));var a=Os(e).queue;Ts(e,a,t,te,n===null?Es:function(){return ks(e),n(r)})}function Os(e){var t=e.memoizedState;if(t!==null)return t;t={memoizedState:te,baseState:te,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Bo,lastRenderedState:te},next:null};var n={};return t.next={memoizedState:n,baseState:n,baseQueue:null,queue:{pending:null,lanes:0,dispatch:null,lastRenderedReducer:Bo,lastRenderedState:n},next:null},e.memoizedState=t,e=e.alternate,e!==null&&(e.memoizedState=t),t}function ks(e){var t=Os(e);t.next===null&&(t=e.alternate.memoizedState),Fs(e,t.next.queue,{},Tu())}function R(){return na(cp)}function As(){return Fo().memoizedState}function js(){return Fo().memoizedState}function Ms(e){for(var t=e.return;t!==null;){switch(t.tag){case 24:case 3:var n=Tu();e=Wa(n);var r=Ga(t,e,n);r!==null&&(Du(r,t,n),Ka(r,t,n)),t={cache:la()},e.payload=t;return}t=t.return}}function Ns(e,t,n){var r=Tu();n={lane:r,revertLane:0,gesture:null,action:n,hasEagerState:!1,eagerState:null,next:null},Ls(e)?Rs(t,n):(n=ni(e,t,n,r),n!==null&&(Du(n,e,r),zs(n,t,r)))}function Ps(e,t,n){Fs(e,t,n,Tu())}function Fs(e,t,n,r){var i={lane:r,revertLane:0,gesture:null,action:n,hasEagerState:!1,eagerState:null,next:null};if(Ls(e))Rs(t,i);else{var a=e.alternate;if(e.lanes===0&&(a===null||a.lanes===0)&&(a=t.lastRenderedReducer,a!==null))try{var o=t.lastRenderedState,s=a(o,n);if(i.hasEagerState=!0,i.eagerState=s,Sr(s,o))return ti(e,t,i,0),ql===null&&ei(),!1}catch{}if(n=ni(e,t,i,r),n!==null)return Du(n,e,r),zs(n,t,r),!0}return!1}function Is(e,t,n,r){if(r={lane:2,revertLane:Sd(),gesture:null,action:r,hasEagerState:!1,eagerState:null,next:null},Ls(e)){if(t)throw Error(i(479))}else t=ni(e,n,r,2),t!==null&&Du(t,e,2)}function Ls(e){var t=e.alternate;return e===ho||t!==null&&t===ho}function Rs(e,t){yo=vo=!0;var n=e.pending;n===null?t.next=t:(t.next=n.next,n.next=t),e.pending=t}function zs(e,t,n){if(n&4194048){var r=t.lanes;r&=e.pendingLanes,n|=r,t.lanes=n,et(e,n)}}var Bs={readContext:na,use:Ro,useCallback:To,useContext:To,useEffect:To,useImperativeHandle:To,useLayoutEffect:To,useInsertionEffect:To,useMemo:To,useReducer:To,useRef:To,useState:To,useDebugValue:To,useDeferredValue:To,useTransition:To,useSyncExternalStore:To,useId:To,useHostTransitionStatus:To,useFormState:To,useActionState:To,useOptimistic:To,useMemoCache:To,useCacheRefresh:To};Bs.useEffectEvent=To;var Vs={readContext:na,use:Ro,useCallback:function(e,t){return Po().memoizedState=[e,t===void 0?null:t],e},useContext:na,useEffect:fs,useImperativeHandle:function(e,t,n){n=n==null?null:n.concat([e]),ds(4194308,4,vs.bind(null,t,e),n)},useLayoutEffect:function(e,t){return ds(4194308,4,e,t)},useInsertionEffect:function(e,t){ds(4,2,e,t)},useMemo:function(e,t){var n=Po();t=t===void 0?null:t;var r=e();if(bo){Le(!0);try{e()}finally{Le(!1)}}return n.memoizedState=[r,t],r},useReducer:function(e,t,n){var r=Po();if(n!==void 0){var i=n(t);if(bo){Le(!0);try{n(t)}finally{Le(!1)}}}else i=t;return r.memoizedState=r.baseState=i,e={pending:null,lanes:0,dispatch:null,lastRenderedReducer:e,lastRenderedState:i},r.queue=e,e=e.dispatch=Ns.bind(null,ho,e),[r.memoizedState,e]},useRef:function(e){var t=Po();return e={current:e},t.memoizedState=e},useState:function(e){e=Xo(e);var t=e.queue,n=Ps.bind(null,ho,t);return t.dispatch=n,[e.memoizedState,n]},useDebugValue:bs,useDeferredValue:function(e,t){return Cs(Po(),e,t)},useTransition:function(){var e=Xo(!1);return e=Ts.bind(null,ho,e.queue,!0,!1),Po().memoizedState=e,[!1,e]},useSyncExternalStore:function(e,t,n){var r=ho,a=Po();if(Fi){if(n===void 0)throw Error(i(407));n=n()}else{if(n=t(),ql===null)throw Error(i(349));Yl&127||Go(r,t,n)}a.memoizedState=n;var o={value:n,getSnapshot:t};return a.queue=o,fs(qo.bind(null,r,o,e),[e]),r.flags|=2048,ls(9,{destroy:void 0},Ko.bind(null,r,o,n,t),null),n},useId:function(){var e=Po(),t=ql.identifierPrefix;if(Fi){var n=Di,r=Ei;n=(r&~(1<<32-Re(r)-1)).toString(32)+n,t=`_`+t+`R_`+n,n=xo++,0<n&&(t+=`H`+n.toString(32)),t+=`_`}else n=wo++,t=`_`+t+`r_`+n.toString(32)+`_`;return e.memoizedState=t},useHostTransitionStatus:R,useFormState:I,useActionState:I,useOptimistic:function(e){var t=Po();t.memoizedState=t.baseState=e;var n={pending:null,lanes:0,dispatch:null,lastRenderedReducer:null,lastRenderedState:null};return t.queue=n,t=Is.bind(null,ho,!0,n),n.dispatch=t,[e,t]},useMemoCache:zo,useCacheRefresh:function(){return Po().memoizedState=Ms.bind(null,ho)},useEffectEvent:function(e){var t=Po(),n={impl:e};return t.memoizedState=n,function(){if(Kl&2)throw Error(i(440));return n.impl.apply(void 0,arguments)}}},Hs={readContext:na,use:Ro,useCallback:xs,useContext:na,useEffect:ps,useImperativeHandle:ys,useInsertionEffect:gs,useLayoutEffect:_s,useMemo:Ss,useReducer:Vo,useRef:us,useState:function(){return Vo(Bo)},useDebugValue:bs,useDeferredValue:function(e,t){return ws(Fo(),go.memoizedState,e,t)},useTransition:function(){var e=Vo(Bo)[0],t=Fo().memoizedState;return[typeof e==`boolean`?e:Lo(e),t]},useSyncExternalStore:Wo,useId:As,useHostTransitionStatus:R,useFormState:as,useActionState:as,useOptimistic:function(e,t){return Zo(Fo(),go,e,t)},useMemoCache:zo,useCacheRefresh:js};Hs.useEffectEvent=hs;var Us={readContext:na,use:Ro,useCallback:xs,useContext:na,useEffect:ps,useImperativeHandle:ys,useInsertionEffect:gs,useLayoutEffect:_s,useMemo:Ss,useReducer:Uo,useRef:us,useState:function(){return Uo(Bo)},useDebugValue:bs,useDeferredValue:function(e,t){var n=Fo();return go===null?Cs(n,e,t):ws(n,go.memoizedState,e,t)},useTransition:function(){var e=Uo(Bo)[0],t=Fo().memoizedState;return[typeof e==`boolean`?e:Lo(e),t]},useSyncExternalStore:Wo,useId:As,useHostTransitionStatus:R,useFormState:cs,useActionState:cs,useOptimistic:function(e,t){var n=Fo();return go===null?(n.baseState=e,[e,n.queue.dispatch]):Zo(n,go,e,t)},useMemoCache:zo,useCacheRefresh:js};Us.useEffectEvent=hs;function Ws(e,t,n,r){t=e.memoizedState,n=n(r,t),n=n==null?t:f({},t,n),e.memoizedState=n,e.lanes===0&&(e.updateQueue.baseState=n)}var Gs={enqueueSetState:function(e,t,n){e=e._reactInternals;var r=Tu(),i=Wa(r);i.payload=t,n!=null&&(i.callback=n),t=Ga(e,i,r),t!==null&&(Du(t,e,r),Ka(t,e,r))},enqueueReplaceState:function(e,t,n){e=e._reactInternals;var r=Tu(),i=Wa(r);i.tag=1,i.payload=t,n!=null&&(i.callback=n),t=Ga(e,i,r),t!==null&&(Du(t,e,r),Ka(t,e,r))},enqueueForceUpdate:function(e,t){e=e._reactInternals;var n=Tu(),r=Wa(n);r.tag=2,t!=null&&(r.callback=t),t=Ga(e,r,n),t!==null&&(Du(t,e,n),Ka(t,e,n))}};function Ks(e,t,n,r,i,a,o){return e=e.stateNode,typeof e.shouldComponentUpdate==`function`?e.shouldComponentUpdate(r,a,o):t.prototype&&t.prototype.isPureReactComponent?!Cr(n,r)||!Cr(i,a):!0}function qs(e,t,n,r){e=t.state,typeof t.componentWillReceiveProps==`function`&&t.componentWillReceiveProps(n,r),typeof t.UNSAFE_componentWillReceiveProps==`function`&&t.UNSAFE_componentWillReceiveProps(n,r),t.state!==e&&Gs.enqueueReplaceState(t,t.state,null)}function Js(e,t){var n=t;if(`ref`in t)for(var r in n={},t)r!==`ref`&&(n[r]=t[r]);if(e=e.defaultProps)for(var i in n===t&&(n=f({},n)),e)n[i]===void 0&&(n[i]=e[i]);return n}function Ys(e){Xr(e)}function Xs(e){console.error(e)}function Zs(e){Xr(e)}function Qs(e,t){try{var n=e.onUncaughtError;n(t.value,{componentStack:t.stack})}catch(e){setTimeout(function(){throw e})}}function $s(e,t,n){try{var r=e.onCaughtError;r(n.value,{componentStack:n.stack,errorBoundary:t.tag===1?t.stateNode:null})}catch(e){setTimeout(function(){throw e})}}function ec(e,t,n){return n=Wa(n),n.tag=3,n.payload={element:null},n.callback=function(){Qs(e,t)},n}function tc(e){return e=Wa(e),e.tag=3,e}function nc(e,t,n,r){var i=n.type.getDerivedStateFromError;if(typeof i==`function`){var a=r.value;e.payload=function(){return i(a)},e.callback=function(){$s(t,n,r)}}var o=n.stateNode;o!==null&&typeof o.componentDidCatch==`function`&&(e.callback=function(){$s(t,n,r),typeof i!=`function`&&(hu===null?hu=new Set([this]):hu.add(this));var e=r.stack;this.componentDidCatch(r.value,{componentStack:e===null?``:e})})}function rc(e,t,n,r,a){if(n.flags|=32768,typeof r==`object`&&r&&typeof r.then==`function`){if(t=n.alternate,t!==null&&$i(t,n,a,!0),n=io.current,n!==null){switch(n.tag){case 31:case 13:return ao===null?zu():n.alternate===null&&nu===0&&(nu=3),n.flags&=-257,n.flags|=65536,n.lanes=a,r===Ea?n.flags|=16384:(t=n.updateQueue,t===null?n.updateQueue=new Set([r]):t.add(r),nd(e,r,a)),!1;case 22:return n.flags|=65536,r===Ea?n.flags|=16384:(t=n.updateQueue,t===null?(t={transitions:null,markerInstances:null,retryQueue:new Set([r])},n.updateQueue=t):(n=t.retryQueue,n===null?t.retryQueue=new Set([r]):n.add(r)),nd(e,r,a)),!1}throw Error(i(435,n.tag))}return nd(e,r,a),zu(),!1}if(Fi)return t=io.current,t===null?(r!==Ri&&(t=Error(i(423),{cause:r}),Gi(vi(t,n))),e=e.current.alternate,e.flags|=65536,a&=-a,e.lanes|=a,r=vi(r,n),a=ec(e.stateNode,r,a),qa(e,a),nu!==4&&(nu=2)):(!(t.flags&65536)&&(t.flags|=256),t.flags|=65536,t.lanes=a,r!==Ri&&(e=Error(i(422),{cause:r}),Gi(vi(e,n)))),!1;var o=Error(i(520),{cause:r});if(o=vi(o,n),cu===null?cu=[o]:cu.push(o),nu!==4&&(nu=2),t===null)return!0;r=vi(r,n),n=t;do{switch(n.tag){case 3:return n.flags|=65536,e=a&-a,n.lanes|=e,e=ec(n.stateNode,r,e),qa(n,e),!1;case 1:if(t=n.type,o=n.stateNode,!(n.flags&128)&&(typeof t.getDerivedStateFromError==`function`||o!==null&&typeof o.componentDidCatch==`function`&&(hu===null||!hu.has(o))))return n.flags|=65536,a&=-a,n.lanes|=a,a=tc(a),nc(a,e,n,r),qa(n,a),!1}n=n.return}while(n!==null);return!1}var ic=Error(i(461)),ac=!1;function oc(e,t,n,r){t.child=e===null?Ba(t,null,n,r):za(t,e.child,n,r)}function sc(e,t,n,r,i){n=n.render;var a=t.ref;if(`ref`in r){var o={};for(var s in r)s!==`ref`&&(o[s]=r[s])}else o=r;return ta(t),r=Do(e,t,n,o,a,i),s=jo(),e!==null&&!ac?(Mo(e,t,i),jc(e,t,i)):(Fi&&s&&Ai(t),t.flags|=1,oc(e,t,r,i),t.child)}function cc(e,t,n,r,i){if(e===null){var a=n.type;return typeof a==`function`&&!li(a)&&a.defaultProps===void 0&&n.compare===null?(t.tag=15,t.type=a,lc(e,t,a,r,i)):(e=fi(n.type,null,r,t,t.mode,i),e.ref=t.ref,e.return=t,t.child=e)}if(a=e.child,!Mc(e,i)){var o=a.memoizedProps;if(n=n.compare,n=n===null?Cr:n,n(o,r)&&e.ref===t.ref)return jc(e,t,i)}return t.flags|=1,e=ui(a,r),e.ref=t.ref,e.return=t,t.child=e}function lc(e,t,n,r,i){if(e!==null){var a=e.memoizedProps;if(Cr(a,r)&&e.ref===t.ref)if(ac=!1,t.pendingProps=r=a,Mc(e,i))e.flags&131072&&(ac=!0);else return t.lanes=e.lanes,jc(e,t,i)}return _c(e,t,n,r,i)}function uc(e,t,n,r){var i=r.children,a=e===null?null:e.memoizedState;if(e===null&&t.stateNode===null&&(t.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),r.mode===`hidden`){if(t.flags&128){if(a=a===null?n:a.baseLanes|n,e!==null){for(r=t.child=e.child,i=0;r!==null;)i=i|r.lanes|r.childLanes,r=r.sibling;r=i&~a}else r=0,t.child=null;return fc(e,t,a,n,r)}if(n&536870912)t.memoizedState={baseLanes:0,cachePool:null},e!==null&&xa(t,a===null?null:a.cachePool),a===null?no():to(t,a),co(t);else return r=t.lanes=536870912,fc(e,t,a===null?n:a.baseLanes|n,n,r)}else a===null?(e!==null&&xa(t,null),no(),lo(t)):(xa(t,a.cachePool),to(t,a),lo(t),t.memoizedState=null);return oc(e,t,i,n),t.child}function dc(e,t){return e!==null&&e.tag===22||t.stateNode!==null||(t.stateNode={_visibility:1,_pendingMarkers:null,_retryCache:null,_transitions:null}),t.sibling}function fc(e,t,n,r,i){var a=ba();return a=a===null?null:{parent:ca._currentValue,pool:a},t.memoizedState={baseLanes:n,cachePool:a},e!==null&&xa(t,null),no(),co(t),e!==null&&$i(e,t,r,!0),t.childLanes=i,null}function pc(e,t){return t=Ec({mode:t.mode,children:t.children},e.mode),t.ref=e.ref,e.child=t,t.return=e,t}function mc(e,t,n){return za(t,e.child,null,n),e=pc(t,t.pendingProps),e.flags|=2,uo(t),t.memoizedState=null,e}function hc(e,t,n){var r=t.pendingProps,a=(t.flags&128)!=0;if(t.flags&=-129,e===null){if(Fi){if(r.mode===`hidden`)return e=pc(t,r),t.lanes=536870912,dc(null,e);if(so(t),(e=Pi)?(e=mf(e,Li),e=e!==null&&e.data===`&`?e:null,e!==null&&(t.memoizedState={dehydrated:e,treeContext:Ti===null?null:{id:Ei,overflow:Di},retryLane:536870912,hydrationErrors:null},n=hi(e),n.return=t,t.child=n,Ni=t,Pi=null)):e=null,e===null)throw zi(t);return t.lanes=536870912,null}return pc(t,r)}var o=e.memoizedState;if(o!==null){var s=o.dehydrated;if(so(t),a)if(t.flags&256)t.flags&=-257,t=mc(e,t,n);else if(t.memoizedState!==null)t.child=e.child,t.flags|=128,t=null;else throw Error(i(558));else if(ac||$i(e,t,n,!1),a=(n&e.childLanes)!==0,ac||a){if(r=ql,r!==null&&(s=tt(r,n),s!==0&&s!==o.retryLane))throw o.retryLane=s,ri(e,s),Du(r,e,s),ic;zu(),t=mc(e,t,n)}else e=o.treeContext,Pi=vf(s.nextSibling),Ni=t,Fi=!0,Ii=null,Li=!1,e!==null&&Mi(t,e),t=pc(t,r),t.flags|=4096;return t}return e=ui(e.child,{mode:r.mode,children:r.children}),e.ref=t.ref,t.child=e,e.return=t,e}function gc(e,t){var n=t.ref;if(n===null)e!==null&&e.ref!==null&&(t.flags|=4194816);else{if(typeof n!=`function`&&typeof n!=`object`)throw Error(i(284));(e===null||e.ref!==n)&&(t.flags|=4194816)}}function _c(e,t,n,r,i){return ta(t),n=Do(e,t,n,r,void 0,i),r=jo(),e!==null&&!ac?(Mo(e,t,i),jc(e,t,i)):(Fi&&r&&Ai(t),t.flags|=1,oc(e,t,n,i),t.child)}function vc(e,t,n,r,i,a){return ta(t),t.updateQueue=null,n=ko(t,r,n,i),Oo(e),r=jo(),e!==null&&!ac?(Mo(e,t,a),jc(e,t,a)):(Fi&&r&&Ai(t),t.flags|=1,oc(e,t,n,a),t.child)}function yc(e,t,n,r,i){if(ta(t),t.stateNode===null){var a=oi,o=n.contextType;typeof o==`object`&&o&&(a=na(o)),a=new n(r,a),t.memoizedState=a.state!==null&&a.state!==void 0?a.state:null,a.updater=Gs,t.stateNode=a,a._reactInternals=t,a=t.stateNode,a.props=r,a.state=t.memoizedState,a.refs={},Ha(t),o=n.contextType,a.context=typeof o==`object`&&o?na(o):oi,a.state=t.memoizedState,o=n.getDerivedStateFromProps,typeof o==`function`&&(Ws(t,n,o,r),a.state=t.memoizedState),typeof n.getDerivedStateFromProps==`function`||typeof a.getSnapshotBeforeUpdate==`function`||typeof a.UNSAFE_componentWillMount!=`function`&&typeof a.componentWillMount!=`function`||(o=a.state,typeof a.componentWillMount==`function`&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount==`function`&&a.UNSAFE_componentWillMount(),o!==a.state&&Gs.enqueueReplaceState(a,a.state,null),Xa(t,r,a,i),Ya(),a.state=t.memoizedState),typeof a.componentDidMount==`function`&&(t.flags|=4194308),r=!0}else if(e===null){a=t.stateNode;var s=t.memoizedProps,c=Js(n,s);a.props=c;var l=a.context,u=n.contextType;o=oi,typeof u==`object`&&u&&(o=na(u));var d=n.getDerivedStateFromProps;u=typeof d==`function`||typeof a.getSnapshotBeforeUpdate==`function`,s=t.pendingProps!==s,u||typeof a.UNSAFE_componentWillReceiveProps!=`function`&&typeof a.componentWillReceiveProps!=`function`||(s||l!==o)&&qs(t,a,r,o),Va=!1;var f=t.memoizedState;a.state=f,Xa(t,r,a,i),Ya(),l=t.memoizedState,s||f!==l||Va?(typeof d==`function`&&(Ws(t,n,d,r),l=t.memoizedState),(c=Va||Ks(t,n,c,r,f,l,o))?(u||typeof a.UNSAFE_componentWillMount!=`function`&&typeof a.componentWillMount!=`function`||(typeof a.componentWillMount==`function`&&a.componentWillMount(),typeof a.UNSAFE_componentWillMount==`function`&&a.UNSAFE_componentWillMount()),typeof a.componentDidMount==`function`&&(t.flags|=4194308)):(typeof a.componentDidMount==`function`&&(t.flags|=4194308),t.memoizedProps=r,t.memoizedState=l),a.props=r,a.state=l,a.context=o,r=c):(typeof a.componentDidMount==`function`&&(t.flags|=4194308),r=!1)}else{a=t.stateNode,Ua(e,t),o=t.memoizedProps,u=Js(n,o),a.props=u,d=t.pendingProps,f=a.context,l=n.contextType,c=oi,typeof l==`object`&&l&&(c=na(l)),s=n.getDerivedStateFromProps,(l=typeof s==`function`||typeof a.getSnapshotBeforeUpdate==`function`)||typeof a.UNSAFE_componentWillReceiveProps!=`function`&&typeof a.componentWillReceiveProps!=`function`||(o!==d||f!==c)&&qs(t,a,r,c),Va=!1,f=t.memoizedState,a.state=f,Xa(t,r,a,i),Ya();var p=t.memoizedState;o!==d||f!==p||Va||e!==null&&e.dependencies!==null&&ea(e.dependencies)?(typeof s==`function`&&(Ws(t,n,s,r),p=t.memoizedState),(u=Va||Ks(t,n,u,r,f,p,c)||e!==null&&e.dependencies!==null&&ea(e.dependencies))?(l||typeof a.UNSAFE_componentWillUpdate!=`function`&&typeof a.componentWillUpdate!=`function`||(typeof a.componentWillUpdate==`function`&&a.componentWillUpdate(r,p,c),typeof a.UNSAFE_componentWillUpdate==`function`&&a.UNSAFE_componentWillUpdate(r,p,c)),typeof a.componentDidUpdate==`function`&&(t.flags|=4),typeof a.getSnapshotBeforeUpdate==`function`&&(t.flags|=1024)):(typeof a.componentDidUpdate!=`function`||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof a.getSnapshotBeforeUpdate!=`function`||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),t.memoizedProps=r,t.memoizedState=p),a.props=r,a.state=p,a.context=c,r=u):(typeof a.componentDidUpdate!=`function`||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=4),typeof a.getSnapshotBeforeUpdate!=`function`||o===e.memoizedProps&&f===e.memoizedState||(t.flags|=1024),r=!1)}return a=r,gc(e,t),r=(t.flags&128)!=0,a||r?(a=t.stateNode,n=r&&typeof n.getDerivedStateFromError!=`function`?null:a.render(),t.flags|=1,e!==null&&r?(t.child=za(t,e.child,null,i),t.child=za(t,null,n,i)):oc(e,t,n,i),t.memoizedState=a.state,e=t.child):e=jc(e,t,i),e}function bc(e,t,n,r){return Ui(),t.flags|=256,oc(e,t,n,r),t.child}var xc={dehydrated:null,treeContext:null,retryLane:0,hydrationErrors:null};function Sc(e){return{baseLanes:e,cachePool:Sa()}}function Cc(e,t,n){return e=e===null?0:e.childLanes&~n,t&&(e|=ou),e}function wc(e,t,n){var r=t.pendingProps,a=!1,o=(t.flags&128)!=0,s;if((s=o)||(s=e!==null&&e.memoizedState===null?!1:(fo.current&2)!=0),s&&(a=!0,t.flags&=-129),s=(t.flags&32)!=0,t.flags&=-33,e===null){if(Fi){if(a?oo(t):lo(t),(e=Pi)?(e=mf(e,Li),e=e!==null&&e.data!==`&`?e:null,e!==null&&(t.memoizedState={dehydrated:e,treeContext:Ti===null?null:{id:Ei,overflow:Di},retryLane:536870912,hydrationErrors:null},n=hi(e),n.return=t,t.child=n,Ni=t,Pi=null)):e=null,e===null)throw zi(t);return gf(e)?t.lanes=32:t.lanes=536870912,null}var c=r.children;return r=r.fallback,a?(lo(t),a=t.mode,c=Ec({mode:`hidden`,children:c},a),r=pi(r,a,n,null),c.return=t,r.return=t,c.sibling=r,t.child=c,r=t.child,r.memoizedState=Sc(n),r.childLanes=Cc(e,s,n),t.memoizedState=xc,dc(null,r)):(oo(t),Tc(t,c))}var l=e.memoizedState;if(l!==null&&(c=l.dehydrated,c!==null)){if(o)t.flags&256?(oo(t),t.flags&=-257,t=Dc(e,t,n)):t.memoizedState===null?(lo(t),c=r.fallback,a=t.mode,r=Ec({mode:`visible`,children:r.children},a),c=pi(c,a,n,null),c.flags|=2,r.return=t,c.return=t,r.sibling=c,t.child=r,za(t,e.child,null,n),r=t.child,r.memoizedState=Sc(n),r.childLanes=Cc(e,s,n),t.memoizedState=xc,t=dc(null,r)):(lo(t),t.child=e.child,t.flags|=128,t=null);else if(oo(t),gf(c)){if(s=c.nextSibling&&c.nextSibling.dataset,s)var u=s.dgst;s=u,r=Error(i(419)),r.stack=``,r.digest=s,Gi({value:r,source:null,stack:null}),t=Dc(e,t,n)}else if(ac||$i(e,t,n,!1),s=(n&e.childLanes)!==0,ac||s){if(s=ql,s!==null&&(r=tt(s,n),r!==0&&r!==l.retryLane))throw l.retryLane=r,ri(e,r),Du(s,e,r),ic;hf(c)||zu(),t=Dc(e,t,n)}else hf(c)?(t.flags|=192,t.child=e.child,t=null):(e=l.treeContext,Pi=vf(c.nextSibling),Ni=t,Fi=!0,Ii=null,Li=!1,e!==null&&Mi(t,e),t=Tc(t,r.children),t.flags|=4096);return t}return a?(lo(t),c=r.fallback,a=t.mode,l=e.child,u=l.sibling,r=ui(l,{mode:`hidden`,children:r.children}),r.subtreeFlags=l.subtreeFlags&65011712,u===null?(c=pi(c,a,n,null),c.flags|=2):c=ui(u,c),c.return=t,r.return=t,r.sibling=c,t.child=r,dc(null,r),r=t.child,c=e.child.memoizedState,c===null?c=Sc(n):(a=c.cachePool,a===null?a=Sa():(l=ca._currentValue,a=a.parent===l?a:{parent:l,pool:l}),c={baseLanes:c.baseLanes|n,cachePool:a}),r.memoizedState=c,r.childLanes=Cc(e,s,n),t.memoizedState=xc,dc(e.child,r)):(oo(t),n=e.child,e=n.sibling,n=ui(n,{mode:`visible`,children:r.children}),n.return=t,n.sibling=null,e!==null&&(s=t.deletions,s===null?(t.deletions=[e],t.flags|=16):s.push(e)),t.child=n,t.memoizedState=null,n)}function Tc(e,t){return t=Ec({mode:`visible`,children:t},e.mode),t.return=e,e.child=t}function Ec(e,t){return e=ci(22,e,null,t),e.lanes=0,e}function Dc(e,t,n){return za(t,e.child,null,n),e=Tc(t,t.pendingProps.children),e.flags|=2,t.memoizedState=null,e}function Oc(e,t,n){e.lanes|=t;var r=e.alternate;r!==null&&(r.lanes|=t),Zi(e.return,t,n)}function kc(e,t,n,r,i,a){var o=e.memoizedState;o===null?e.memoizedState={isBackwards:t,rendering:null,renderingStartTime:0,last:r,tail:n,tailMode:i,treeForkCount:a}:(o.isBackwards=t,o.rendering=null,o.renderingStartTime=0,o.last=r,o.tail=n,o.tailMode=i,o.treeForkCount=a)}function Ac(e,t,n){var r=t.pendingProps,i=r.revealOrder,a=r.tail;r=r.children;var o=fo.current,s=(o&2)!=0;if(s?(o=o&1|2,t.flags|=128):o&=1,ae(fo,o),oc(e,t,r,n),r=Fi?Si:0,!s&&e!==null&&e.flags&128)a:for(e=t.child;e!==null;){if(e.tag===13)e.memoizedState!==null&&Oc(e,n,t);else if(e.tag===19)Oc(e,n,t);else if(e.child!==null){e.child.return=e,e=e.child;continue}if(e===t)break a;for(;e.sibling===null;){if(e.return===null||e.return===t)break a;e=e.return}e.sibling.return=e.return,e=e.sibling}switch(i){case`forwards`:for(n=t.child,i=null;n!==null;)e=n.alternate,e!==null&&po(e)===null&&(i=n),n=n.sibling;n=i,n===null?(i=t.child,t.child=null):(i=n.sibling,n.sibling=null),kc(t,!1,i,n,a,r);break;case`backwards`:case`unstable_legacy-backwards`:for(n=null,i=t.child,t.child=null;i!==null;){if(e=i.alternate,e!==null&&po(e)===null){t.child=i;break}e=i.sibling,i.sibling=n,n=i,i=e}kc(t,!0,n,null,a,r);break;case`together`:kc(t,!1,null,null,void 0,r);break;default:t.memoizedState=null}return t.child}function jc(e,t,n){if(e!==null&&(t.dependencies=e.dependencies),ru|=t.lanes,(n&t.childLanes)===0)if(e!==null){if($i(e,t,n,!1),(n&t.childLanes)===0)return null}else return null;if(e!==null&&t.child!==e.child)throw Error(i(153));if(t.child!==null){for(e=t.child,n=ui(e,e.pendingProps),t.child=n,n.return=t;e.sibling!==null;)e=e.sibling,n=n.sibling=ui(e,e.pendingProps),n.return=t;n.sibling=null}return t.child}function Mc(e,t){return(e.lanes&t)===0?(e=e.dependencies,!!(e!==null&&ea(e))):!0}function Nc(e,t,n){switch(t.tag){case 3:ue(t,t.stateNode.containerInfo),Yi(t,ca,e.memoizedState.cache),Ui();break;case 27:case 5:fe(t);break;case 4:ue(t,t.stateNode.containerInfo);break;case 10:Yi(t,t.type,t.memoizedProps.value);break;case 31:if(t.memoizedState!==null)return t.flags|=128,so(t),null;break;case 13:var r=t.memoizedState;if(r!==null)return r.dehydrated===null?(n&t.child.childLanes)===0?(oo(t),e=jc(e,t,n),e===null?null:e.sibling):wc(e,t,n):(oo(t),t.flags|=128,null);oo(t);break;case 19:var i=(e.flags&128)!=0;if(r=(n&t.childLanes)!==0,r||=($i(e,t,n,!1),(n&t.childLanes)!==0),i){if(r)return Ac(e,t,n);t.flags|=128}if(i=t.memoizedState,i!==null&&(i.rendering=null,i.tail=null,i.lastEffect=null),ae(fo,fo.current),r)break;return null;case 22:return t.lanes=0,uc(e,t,n,t.pendingProps);case 24:Yi(t,ca,e.memoizedState.cache)}return jc(e,t,n)}function Pc(e,t,n){if(e!==null)if(e.memoizedProps!==t.pendingProps)ac=!0;else{if(!Mc(e,n)&&!(t.flags&128))return ac=!1,Nc(e,t,n);ac=!!(e.flags&131072)}else ac=!1,Fi&&t.flags&1048576&&ki(t,Si,t.index);switch(t.lanes=0,t.tag){case 16:a:{var r=t.pendingProps;if(e=ka(t.elementType),t.type=e,typeof e==`function`)li(e)?(r=Js(e,r),t.tag=1,t=yc(null,t,e,r,n)):(t.tag=0,t=_c(null,t,e,r,n));else{if(e!=null){var a=e.$$typeof;if(a===x){t.tag=11,t=sc(null,t,e,r,n);break a}else if(a===w){t.tag=14,t=cc(null,t,e,r,n);break a}}throw t=ee(e)||e,Error(i(306,t,``))}}return t;case 0:return _c(e,t,t.type,t.pendingProps,n);case 1:return r=t.type,a=Js(r,t.pendingProps),yc(e,t,r,a,n);case 3:a:{if(ue(t,t.stateNode.containerInfo),e===null)throw Error(i(387));r=t.pendingProps;var o=t.memoizedState;a=o.element,Ua(e,t),Xa(t,r,null,n);var s=t.memoizedState;if(r=s.cache,Yi(t,ca,r),r!==o.cache&&Qi(t,[ca],n,!0),Ya(),r=s.element,o.isDehydrated)if(o={element:r,isDehydrated:!1,cache:s.cache},t.updateQueue.baseState=o,t.memoizedState=o,t.flags&256){t=bc(e,t,r,n);break a}else if(r!==a){a=vi(Error(i(424)),t),Gi(a),t=bc(e,t,r,n);break a}else{switch(e=t.stateNode.containerInfo,e.nodeType){case 9:e=e.body;break;default:e=e.nodeName===`HTML`?e.ownerDocument.body:e}for(Pi=vf(e.firstChild),Ni=t,Fi=!0,Ii=null,Li=!0,n=Ba(t,null,r,n),t.child=n;n;)n.flags=n.flags&-3|4096,n=n.sibling}else{if(Ui(),r===a){t=jc(e,t,n);break a}oc(e,t,r,n)}t=t.child}return t;case 26:return gc(e,t),e===null?(n=zf(t.type,null,t.pendingProps,null))?t.memoizedState=n:Fi||(n=t.type,e=t.pendingProps,r=V(ce.current).createElement(n),r[st]=t,r[ct]=e,qd(r,n,e),bt(r),t.stateNode=r):t.memoizedState=zf(t.type,e.memoizedProps,t.pendingProps,e.memoizedState),null;case 27:return fe(t),e===null&&Fi&&(r=t.stateNode=Sf(t.type,t.pendingProps,ce.current),Ni=t,Li=!0,a=Pi,cf(t.type)?(yf=a,Pi=vf(r.firstChild)):Pi=a),oc(e,t,t.pendingProps.children,n),gc(e,t),e===null&&(t.flags|=4194304),t.child;case 5:return e===null&&Fi&&((a=r=Pi)&&(r=ff(r,t.type,t.pendingProps,Li),r===null?a=!1:(t.stateNode=r,Ni=t,Pi=vf(r.firstChild),Li=!1,a=!0)),a||zi(t)),fe(t),a=t.type,o=t.pendingProps,s=e===null?null:e.memoizedProps,r=o.children,ef(a,o)?r=null:s!==null&&ef(a,s)&&(t.flags|=32),t.memoizedState!==null&&(a=Do(e,t,Ao,null,null,n),cp._currentValue=a),gc(e,t),oc(e,t,r,n),t.child;case 6:return e===null&&Fi&&((e=n=Pi)&&(n=pf(n,t.pendingProps,Li),n===null?e=!1:(t.stateNode=n,Ni=t,Pi=null,e=!0)),e||zi(t)),null;case 13:return wc(e,t,n);case 4:return ue(t,t.stateNode.containerInfo),r=t.pendingProps,e===null?t.child=za(t,null,r,n):oc(e,t,r,n),t.child;case 11:return sc(e,t,t.type,t.pendingProps,n);case 7:return oc(e,t,t.pendingProps,n),t.child;case 8:return oc(e,t,t.pendingProps.children,n),t.child;case 12:return oc(e,t,t.pendingProps.children,n),t.child;case 10:return r=t.pendingProps,Yi(t,t.type,r.value),oc(e,t,r.children,n),t.child;case 9:return a=t.type._context,r=t.pendingProps.children,ta(t),a=na(a),r=r(a),t.flags|=1,oc(e,t,r,n),t.child;case 14:return cc(e,t,t.type,t.pendingProps,n);case 15:return lc(e,t,t.type,t.pendingProps,n);case 19:return Ac(e,t,n);case 31:return hc(e,t,n);case 22:return uc(e,t,n,t.pendingProps);case 24:return ta(t),r=na(ca),e===null?(a=ba(),a===null&&(a=ql,o=la(),a.pooledCache=o,o.refCount++,o!==null&&(a.pooledCacheLanes|=n),a=o),t.memoizedState={parent:r,cache:a},Ha(t),Yi(t,ca,a)):((e.lanes&n)!==0&&(Ua(e,t),Xa(t,null,null,n),Ya()),a=e.memoizedState,o=t.memoizedState,a.parent===r?(r=o.cache,Yi(t,ca,r),r!==a.cache&&Qi(t,[ca],n,!0)):(a={parent:r,cache:r},t.memoizedState=a,t.lanes===0&&(t.memoizedState=t.updateQueue.baseState=a),Yi(t,ca,r))),oc(e,t,t.pendingProps.children,n),t.child;case 29:throw t.pendingProps}throw Error(i(156,t.tag))}function Fc(e){e.flags|=4}function Ic(e,t,n,r,i){if((t=(e.mode&32)!=0)&&(t=!1),t){if(e.flags|=16777216,(i&335544128)===i)if(e.stateNode.complete)e.flags|=8192;else if(Iu())e.flags|=8192;else throw Aa=Ea,wa}else e.flags&=-16777217}function Lc(e,t){if(t.type!==`stylesheet`||t.state.loading&4)e.flags&=-16777217;else if(e.flags|=16777216,!ep(t))if(Iu())e.flags|=8192;else throw Aa=Ea,wa}function Rc(e,t){t!==null&&(e.flags|=4),e.flags&16384&&(t=e.tag===22?536870912:Ye(),e.lanes|=t,su|=t)}function zc(e,t){if(!Fi)switch(e.tailMode){case`hidden`:t=e.tail;for(var n=null;t!==null;)t.alternate!==null&&(n=t),t=t.sibling;n===null?e.tail=null:n.sibling=null;break;case`collapsed`:n=e.tail;for(var r=null;n!==null;)n.alternate!==null&&(r=n),n=n.sibling;r===null?t||e.tail===null?e.tail=null:e.tail.sibling=null:r.sibling=null}}function Bc(e){var t=e.alternate!==null&&e.alternate.child===e.child,n=0,r=0;if(t)for(var i=e.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags&65011712,r|=i.flags&65011712,i.return=e,i=i.sibling;else for(i=e.child;i!==null;)n|=i.lanes|i.childLanes,r|=i.subtreeFlags,r|=i.flags,i.return=e,i=i.sibling;return e.subtreeFlags|=r,e.childLanes=n,t}function Vc(e,t,n){var r=t.pendingProps;switch(ji(t),t.tag){case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return Bc(t),null;case 1:return Bc(t),null;case 3:return n=t.stateNode,r=null,e!==null&&(r=e.memoizedState.cache),t.memoizedState.cache!==r&&(t.flags|=2048),Xi(ca),de(),n.pendingContext&&(n.context=n.pendingContext,n.pendingContext=null),(e===null||e.child===null)&&(Hi(t)?Fc(t):e===null||e.memoizedState.isDehydrated&&!(t.flags&256)||(t.flags|=1024,Wi())),Bc(t),null;case 26:var a=t.type,o=t.memoizedState;return e===null?(Fc(t),o===null?(Bc(t),Ic(t,a,null,r,n)):(Bc(t),Lc(t,o))):o?o===e.memoizedState?(Bc(t),t.flags&=-16777217):(Fc(t),Bc(t),Lc(t,o)):(e=e.memoizedProps,e!==r&&Fc(t),Bc(t),Ic(t,a,e,r,n)),null;case 27:if(pe(t),n=ce.current,a=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==r&&Fc(t);else{if(!r){if(t.stateNode===null)throw Error(i(166));return Bc(t),null}e=oe.current,Hi(t)?Bi(t,e):(e=Sf(a,r,n),t.stateNode=e,Fc(t))}return Bc(t),null;case 5:if(pe(t),a=t.type,e!==null&&t.stateNode!=null)e.memoizedProps!==r&&Fc(t);else{if(!r){if(t.stateNode===null)throw Error(i(166));return Bc(t),null}if(o=oe.current,Hi(t))Bi(t,o);else{var s=V(ce.current);switch(o){case 1:o=s.createElementNS(`http://www.w3.org/2000/svg`,a);break;case 2:o=s.createElementNS(`http://www.w3.org/1998/Math/MathML`,a);break;default:switch(a){case`svg`:o=s.createElementNS(`http://www.w3.org/2000/svg`,a);break;case`math`:o=s.createElementNS(`http://www.w3.org/1998/Math/MathML`,a);break;case`script`:o=s.createElement(`div`),o.innerHTML=`<script><\/script>`,o=o.removeChild(o.firstChild);break;case`select`:o=typeof r.is==`string`?s.createElement(`select`,{is:r.is}):s.createElement(`select`),r.multiple?o.multiple=!0:r.size&&(o.size=r.size);break;default:o=typeof r.is==`string`?s.createElement(a,{is:r.is}):s.createElement(a)}}o[st]=t,o[ct]=r;a:for(s=t.child;s!==null;){if(s.tag===5||s.tag===6)o.appendChild(s.stateNode);else if(s.tag!==4&&s.tag!==27&&s.child!==null){s.child.return=s,s=s.child;continue}if(s===t)break a;for(;s.sibling===null;){if(s.return===null||s.return===t)break a;s=s.return}s.sibling.return=s.return,s=s.sibling}t.stateNode=o;a:switch(qd(o,a,r),a){case`button`:case`input`:case`select`:case`textarea`:r=!!r.autoFocus;break a;case`img`:r=!0;break a;default:r=!1}r&&Fc(t)}}return Bc(t),Ic(t,t.type,e===null?null:e.memoizedProps,t.pendingProps,n),null;case 6:if(e&&t.stateNode!=null)e.memoizedProps!==r&&Fc(t);else{if(typeof r!=`string`&&t.stateNode===null)throw Error(i(166));if(e=ce.current,Hi(t)){if(e=t.stateNode,n=t.memoizedProps,r=null,a=Ni,a!==null)switch(a.tag){case 27:case 5:r=a.memoizedProps}e[st]=t,e=!!(e.nodeValue===n||r!==null&&!0===r.suppressHydrationWarning||Wd(e.nodeValue,n)),e||zi(t,!0)}else e=V(e).createTextNode(r),e[st]=t,t.stateNode=e}return Bc(t),null;case 31:if(n=t.memoizedState,e===null||e.memoizedState!==null){if(r=Hi(t),n!==null){if(e===null){if(!r)throw Error(i(318));if(e=t.memoizedState,e=e===null?null:e.dehydrated,!e)throw Error(i(557));e[st]=t}else Ui(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Bc(t),e=!1}else n=Wi(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=n),e=!0;if(!e)return t.flags&256?(uo(t),t):(uo(t),null);if(t.flags&128)throw Error(i(558))}return Bc(t),null;case 13:if(r=t.memoizedState,e===null||e.memoizedState!==null&&e.memoizedState.dehydrated!==null){if(a=Hi(t),r!==null&&r.dehydrated!==null){if(e===null){if(!a)throw Error(i(318));if(a=t.memoizedState,a=a===null?null:a.dehydrated,!a)throw Error(i(317));a[st]=t}else Ui(),!(t.flags&128)&&(t.memoizedState=null),t.flags|=4;Bc(t),a=!1}else a=Wi(),e!==null&&e.memoizedState!==null&&(e.memoizedState.hydrationErrors=a),a=!0;if(!a)return t.flags&256?(uo(t),t):(uo(t),null)}return uo(t),t.flags&128?(t.lanes=n,t):(n=r!==null,e=e!==null&&e.memoizedState!==null,n&&(r=t.child,a=null,r.alternate!==null&&r.alternate.memoizedState!==null&&r.alternate.memoizedState.cachePool!==null&&(a=r.alternate.memoizedState.cachePool.pool),o=null,r.memoizedState!==null&&r.memoizedState.cachePool!==null&&(o=r.memoizedState.cachePool.pool),o!==a&&(r.flags|=2048)),n!==e&&n&&(t.child.flags|=8192),Rc(t,t.updateQueue),Bc(t),null);case 4:return de(),e===null&&Pd(t.stateNode.containerInfo),Bc(t),null;case 10:return Xi(t.type),Bc(t),null;case 19:if(ie(fo),r=t.memoizedState,r===null)return Bc(t),null;if(a=(t.flags&128)!=0,o=r.rendering,o===null)if(a)zc(r,!1);else{if(nu!==0||e!==null&&e.flags&128)for(e=t.child;e!==null;){if(o=po(e),o!==null){for(t.flags|=128,zc(r,!1),e=o.updateQueue,t.updateQueue=e,Rc(t,e),t.subtreeFlags=0,e=n,n=t.child;n!==null;)di(n,e),n=n.sibling;return ae(fo,fo.current&1|2),Fi&&Oi(t,r.treeForkCount),t.child}e=e.sibling}r.tail!==null&&Ee()>pu&&(t.flags|=128,a=!0,zc(r,!1),t.lanes=4194304)}else{if(!a)if(e=po(o),e!==null){if(t.flags|=128,a=!0,e=e.updateQueue,t.updateQueue=e,Rc(t,e),zc(r,!0),r.tail===null&&r.tailMode===`hidden`&&!o.alternate&&!Fi)return Bc(t),null}else 2*Ee()-r.renderingStartTime>pu&&n!==536870912&&(t.flags|=128,a=!0,zc(r,!1),t.lanes=4194304);r.isBackwards?(o.sibling=t.child,t.child=o):(e=r.last,e===null?t.child=o:e.sibling=o,r.last=o)}return r.tail===null?(Bc(t),null):(e=r.tail,r.rendering=e,r.tail=e.sibling,r.renderingStartTime=Ee(),e.sibling=null,n=fo.current,ae(fo,a?n&1|2:n&1),Fi&&Oi(t,r.treeForkCount),e);case 22:case 23:return uo(t),ro(),r=t.memoizedState!==null,e===null?r&&(t.flags|=8192):e.memoizedState!==null!==r&&(t.flags|=8192),r?n&536870912&&!(t.flags&128)&&(Bc(t),t.subtreeFlags&6&&(t.flags|=8192)):Bc(t),n=t.updateQueue,n!==null&&Rc(t,n.retryQueue),n=null,e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(n=e.memoizedState.cachePool.pool),r=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(r=t.memoizedState.cachePool.pool),r!==n&&(t.flags|=2048),e!==null&&ie(ya),null;case 24:return n=null,e!==null&&(n=e.memoizedState.cache),t.memoizedState.cache!==n&&(t.flags|=2048),Xi(ca),Bc(t),null;case 25:return null;case 30:return null}throw Error(i(156,t.tag))}function Hc(e,t){switch(ji(t),t.tag){case 1:return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 3:return Xi(ca),de(),e=t.flags,e&65536&&!(e&128)?(t.flags=e&-65537|128,t):null;case 26:case 27:case 5:return pe(t),null;case 31:if(t.memoizedState!==null){if(uo(t),t.alternate===null)throw Error(i(340));Ui()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 13:if(uo(t),e=t.memoizedState,e!==null&&e.dehydrated!==null){if(t.alternate===null)throw Error(i(340));Ui()}return e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 19:return ie(fo),null;case 4:return de(),null;case 10:return Xi(t.type),null;case 22:case 23:return uo(t),ro(),e!==null&&ie(ya),e=t.flags,e&65536?(t.flags=e&-65537|128,t):null;case 24:return Xi(ca),null;case 25:return null;default:return null}}function Uc(e,t){switch(ji(t),t.tag){case 3:Xi(ca),de();break;case 26:case 27:case 5:pe(t);break;case 4:de();break;case 31:t.memoizedState!==null&&uo(t);break;case 13:uo(t);break;case 19:ie(fo);break;case 10:Xi(t.type);break;case 22:case 23:uo(t),ro(),e!==null&&ie(ya);break;case 24:Xi(ca)}}function Wc(e,t){try{var n=t.updateQueue,r=n===null?null:n.lastEffect;if(r!==null){var i=r.next;n=i;do{if((n.tag&e)===e){r=void 0;var a=n.create,o=n.inst;r=a(),o.destroy=r}n=n.next}while(n!==i)}}catch(e){td(t,t.return,e)}}function Gc(e,t,n){try{var r=t.updateQueue,i=r===null?null:r.lastEffect;if(i!==null){var a=i.next;r=a;do{if((r.tag&e)===e){var o=r.inst,s=o.destroy;if(s!==void 0){o.destroy=void 0,i=t;var c=n,l=s;try{l()}catch(e){td(i,c,e)}}}r=r.next}while(r!==a)}}catch(e){td(t,t.return,e)}}function Kc(e){var t=e.updateQueue;if(t!==null){var n=e.stateNode;try{Qa(t,n)}catch(t){td(e,e.return,t)}}}function qc(e,t,n){n.props=Js(e.type,e.memoizedProps),n.state=e.memoizedState;try{n.componentWillUnmount()}catch(n){td(e,t,n)}}function Jc(e,t){try{var n=e.ref;if(n!==null){switch(e.tag){case 26:case 27:case 5:var r=e.stateNode;break;case 30:r=e.stateNode;break;default:r=e.stateNode}typeof n==`function`?e.refCleanup=n(r):n.current=r}}catch(n){td(e,t,n)}}function Yc(e,t){var n=e.ref,r=e.refCleanup;if(n!==null)if(typeof r==`function`)try{r()}catch(n){td(e,t,n)}finally{e.refCleanup=null,e=e.alternate,e!=null&&(e.refCleanup=null)}else if(typeof n==`function`)try{n(null)}catch(n){td(e,t,n)}else n.current=null}function Xc(e){var t=e.type,n=e.memoizedProps,r=e.stateNode;try{a:switch(t){case`button`:case`input`:case`select`:case`textarea`:n.autoFocus&&r.focus();break a;case`img`:n.src?r.src=n.src:n.srcSet&&(r.srcset=n.srcSet)}}catch(t){td(e,e.return,t)}}function Zc(e,t,n){try{var r=e.stateNode;Jd(r,e.type,n,t),r[ct]=t}catch(t){td(e,e.return,t)}}function Qc(e){return e.tag===5||e.tag===3||e.tag===26||e.tag===27&&cf(e.type)||e.tag===4}function $c(e){a:for(;;){for(;e.sibling===null;){if(e.return===null||Qc(e.return))return null;e=e.return}for(e.sibling.return=e.return,e=e.sibling;e.tag!==5&&e.tag!==6&&e.tag!==18;){if(e.tag===27&&cf(e.type)||e.flags&2||e.child===null||e.tag===4)continue a;e.child.return=e,e=e.child}if(!(e.flags&2))return e.stateNode}}function el(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?(n.nodeType===9?n.body:n.nodeName===`HTML`?n.ownerDocument.body:n).insertBefore(e,t):(t=n.nodeType===9?n.body:n.nodeName===`HTML`?n.ownerDocument.body:n,t.appendChild(e),n=n._reactRootContainer,n!=null||t.onclick!==null||(t.onclick=en));else if(r!==4&&(r===27&&cf(e.type)&&(n=e.stateNode,t=null),e=e.child,e!==null))for(el(e,t,n),e=e.sibling;e!==null;)el(e,t,n),e=e.sibling}function tl(e,t,n){var r=e.tag;if(r===5||r===6)e=e.stateNode,t?n.insertBefore(e,t):n.appendChild(e);else if(r!==4&&(r===27&&cf(e.type)&&(n=e.stateNode),e=e.child,e!==null))for(tl(e,t,n),e=e.sibling;e!==null;)tl(e,t,n),e=e.sibling}function nl(e){var t=e.stateNode,n=e.memoizedProps;try{for(var r=e.type,i=t.attributes;i.length;)t.removeAttributeNode(i[0]);qd(t,r,n),t[st]=e,t[ct]=n}catch(t){td(e,e.return,t)}}var rl=!1,il=!1,al=!1,ol=typeof WeakSet==`function`?WeakSet:Set,sl=null;function cl(e,t){if(e=e.containerInfo,Zd=_p,e=Dr(e),Or(e)){if(`selectionStart`in e)var n={start:e.selectionStart,end:e.selectionEnd};else a:{n=(n=e.ownerDocument)&&n.defaultView||window;var r=n.getSelection&&n.getSelection();if(r&&r.rangeCount!==0){n=r.anchorNode;var a=r.anchorOffset,o=r.focusNode;r=r.focusOffset;try{n.nodeType,o.nodeType}catch{n=null;break a}var s=0,c=-1,l=-1,u=0,d=0,f=e,p=null;b:for(;;){for(var m;f!==n||a!==0&&f.nodeType!==3||(c=s+a),f!==o||r!==0&&f.nodeType!==3||(l=s+r),f.nodeType===3&&(s+=f.nodeValue.length),(m=f.firstChild)!==null;)p=f,f=m;for(;;){if(f===e)break b;if(p===n&&++u===a&&(c=s),p===o&&++d===r&&(l=s),(m=f.nextSibling)!==null)break;f=p,p=f.parentNode}f=m}n=c===-1||l===-1?null:{start:c,end:l}}else n=null}n||={start:0,end:0}}else n=null;for(Qd={focusedElem:e,selectionRange:n},_p=!1,sl=t;sl!==null;)if(t=sl,e=t.child,t.subtreeFlags&1028&&e!==null)e.return=t,sl=e;else for(;sl!==null;){switch(t=sl,o=t.alternate,e=t.flags,t.tag){case 0:if(e&4&&(e=t.updateQueue,e=e===null?null:e.events,e!==null))for(n=0;n<e.length;n++)a=e[n],a.ref.impl=a.nextImpl;break;case 11:case 15:break;case 1:if(e&1024&&o!==null){e=void 0,n=t,a=o.memoizedProps,o=o.memoizedState,r=n.stateNode;try{var h=Js(n.type,a);e=r.getSnapshotBeforeUpdate(h,o),r.__reactInternalSnapshotBeforeUpdate=e}catch(e){td(n,n.return,e)}}break;case 3:if(e&1024){if(e=t.stateNode.containerInfo,n=e.nodeType,n===9)df(e);else if(n===1)switch(e.nodeName){case`HEAD`:case`HTML`:case`BODY`:df(e);break;default:e.textContent=``}}break;case 5:case 26:case 27:case 6:case 4:case 17:break;default:if(e&1024)throw Error(i(163))}if(e=t.sibling,e!==null){e.return=t.return,sl=e;break}sl=t.return}}function ll(e,t,n){var r=n.flags;switch(n.tag){case 0:case 11:case 15:Dl(e,n),r&4&&Wc(5,n);break;case 1:if(Dl(e,n),r&4)if(e=n.stateNode,t===null)try{e.componentDidMount()}catch(e){td(n,n.return,e)}else{var i=Js(n.type,t.memoizedProps);t=t.memoizedState;try{e.componentDidUpdate(i,t,e.__reactInternalSnapshotBeforeUpdate)}catch(e){td(n,n.return,e)}}r&64&&Kc(n),r&512&&Jc(n,n.return);break;case 3:if(Dl(e,n),r&64&&(e=n.updateQueue,e!==null)){if(t=null,n.child!==null)switch(n.child.tag){case 27:case 5:t=n.child.stateNode;break;case 1:t=n.child.stateNode}try{Qa(e,t)}catch(e){td(n,n.return,e)}}break;case 27:t===null&&r&4&&nl(n);case 26:case 5:Dl(e,n),t===null&&r&4&&Xc(n),r&512&&Jc(n,n.return);break;case 12:Dl(e,n);break;case 31:Dl(e,n),r&4&&hl(e,n);break;case 13:Dl(e,n),r&4&&gl(e,n),r&64&&(e=n.memoizedState,e!==null&&(e=e.dehydrated,e!==null&&(n=ad.bind(null,n),_f(e,n))));break;case 22:if(r=n.memoizedState!==null||rl,!r){t=t!==null&&t.memoizedState!==null||il,i=rl;var a=il;rl=r,(il=t)&&!a?kl(e,n,(n.subtreeFlags&8772)!=0):Dl(e,n),rl=i,il=a}break;case 30:break;default:Dl(e,n)}}function ul(e){var t=e.alternate;t!==null&&(e.alternate=null,ul(t)),e.child=null,e.deletions=null,e.sibling=null,e.tag===5&&(t=e.stateNode,t!==null&&ht(t)),e.stateNode=null,e.return=null,e.dependencies=null,e.memoizedProps=null,e.memoizedState=null,e.pendingProps=null,e.stateNode=null,e.updateQueue=null}var dl=null,fl=!1;function pl(e,t,n){for(n=n.child;n!==null;)ml(e,t,n),n=n.sibling}function ml(e,t,n){if(Ie&&typeof Ie.onCommitFiberUnmount==`function`)try{Ie.onCommitFiberUnmount(Fe,n)}catch{}switch(n.tag){case 26:il||Yc(n,t),pl(e,t,n),n.memoizedState?n.memoizedState.count--:n.stateNode&&(n=n.stateNode,n.parentNode.removeChild(n));break;case 27:il||Yc(n,t);var r=dl,i=fl;cf(n.type)&&(dl=n.stateNode,fl=!1),pl(e,t,n),Cf(n.stateNode),dl=r,fl=i;break;case 5:il||Yc(n,t);case 6:if(r=dl,i=fl,dl=null,pl(e,t,n),dl=r,fl=i,dl!==null)if(fl)try{(dl.nodeType===9?dl.body:dl.nodeName===`HTML`?dl.ownerDocument.body:dl).removeChild(n.stateNode)}catch(e){td(n,t,e)}else try{dl.removeChild(n.stateNode)}catch(e){td(n,t,e)}break;case 18:dl!==null&&(fl?(e=dl,lf(e.nodeType===9?e.body:e.nodeName===`HTML`?e.ownerDocument.body:e,n.stateNode),Rp(e)):lf(dl,n.stateNode));break;case 4:r=dl,i=fl,dl=n.stateNode.containerInfo,fl=!0,pl(e,t,n),dl=r,fl=i;break;case 0:case 11:case 14:case 15:Gc(2,n,t),il||Gc(4,n,t),pl(e,t,n);break;case 1:il||(Yc(n,t),r=n.stateNode,typeof r.componentWillUnmount==`function`&&qc(n,t,r)),pl(e,t,n);break;case 21:pl(e,t,n);break;case 22:il=(r=il)||n.memoizedState!==null,pl(e,t,n),il=r;break;default:pl(e,t,n)}}function hl(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null))){e=e.dehydrated;try{Rp(e)}catch(e){td(t,t.return,e)}}}function gl(e,t){if(t.memoizedState===null&&(e=t.alternate,e!==null&&(e=e.memoizedState,e!==null&&(e=e.dehydrated,e!==null))))try{Rp(e)}catch(e){td(t,t.return,e)}}function _l(e){switch(e.tag){case 31:case 13:case 19:var t=e.stateNode;return t===null&&(t=e.stateNode=new ol),t;case 22:return e=e.stateNode,t=e._retryCache,t===null&&(t=e._retryCache=new ol),t;default:throw Error(i(435,e.tag))}}function vl(e,t){var n=_l(e);t.forEach(function(t){if(!n.has(t)){n.add(t);var r=od.bind(null,e,t);t.then(r,r)}})}function yl(e,t){var n=t.deletions;if(n!==null)for(var r=0;r<n.length;r++){var a=n[r],o=e,s=t,c=s;a:for(;c!==null;){switch(c.tag){case 27:if(cf(c.type)){dl=c.stateNode,fl=!1;break a}break;case 5:dl=c.stateNode,fl=!1;break a;case 3:case 4:dl=c.stateNode.containerInfo,fl=!0;break a}c=c.return}if(dl===null)throw Error(i(160));ml(o,s,a),dl=null,fl=!1,o=a.alternate,o!==null&&(o.return=null),a.return=null}if(t.subtreeFlags&13886)for(t=t.child;t!==null;)Sl(t,e),t=t.sibling}var bl=null;function Sl(e,t){var n=e.alternate,r=e.flags;switch(e.tag){case 0:case 11:case 14:case 15:yl(t,e),wl(e),r&4&&(Gc(3,e,e.return),Wc(3,e),Gc(5,e,e.return));break;case 1:yl(t,e),wl(e),r&512&&(il||n===null||Yc(n,n.return)),r&64&&rl&&(e=e.updateQueue,e!==null&&(r=e.callbacks,r!==null&&(n=e.shared.hiddenCallbacks,e.shared.hiddenCallbacks=n===null?r:n.concat(r))));break;case 26:var a=bl;if(yl(t,e),wl(e),r&512&&(il||n===null||Yc(n,n.return)),r&4){var o=n===null?null:n.memoizedState;if(r=e.memoizedState,n===null)if(r===null)if(e.stateNode===null){a:{r=e.type,n=e.memoizedProps,a=a.ownerDocument||a;b:switch(r){case`title`:o=a.getElementsByTagName(`title`)[0],(!o||o[mt]||o[st]||o.namespaceURI===`http://www.w3.org/2000/svg`||o.hasAttribute(`itemprop`))&&(o=a.createElement(r),a.head.insertBefore(o,a.querySelector(`head > title`))),qd(o,r,n),o[st]=e,bt(o),r=o;break a;case`link`:var s=Zf(`link`,`href`,a).get(r+(n.href||``));if(s){for(var c=0;c<s.length;c++)if(o=s[c],o.getAttribute(`href`)===(n.href==null||n.href===``?null:n.href)&&o.getAttribute(`rel`)===(n.rel==null?null:n.rel)&&o.getAttribute(`title`)===(n.title==null?null:n.title)&&o.getAttribute(`crossorigin`)===(n.crossOrigin==null?null:n.crossOrigin)){s.splice(c,1);break b}}o=a.createElement(r),qd(o,r,n),a.head.appendChild(o);break;case`meta`:if(s=Zf(`meta`,`content`,a).get(r+(n.content||``))){for(c=0;c<s.length;c++)if(o=s[c],o.getAttribute(`content`)===(n.content==null?null:``+n.content)&&o.getAttribute(`name`)===(n.name==null?null:n.name)&&o.getAttribute(`property`)===(n.property==null?null:n.property)&&o.getAttribute(`http-equiv`)===(n.httpEquiv==null?null:n.httpEquiv)&&o.getAttribute(`charset`)===(n.charSet==null?null:n.charSet)){s.splice(c,1);break b}}o=a.createElement(r),qd(o,r,n),a.head.appendChild(o);break;default:throw Error(i(468,r))}o[st]=e,bt(o),r=o}e.stateNode=r}else Qf(a,e.type,e.stateNode);else e.stateNode=Kf(a,r,e.memoizedProps);else o===r?r===null&&e.stateNode!==null&&Zc(e,e.memoizedProps,n.memoizedProps):(o===null?n.stateNode!==null&&(n=n.stateNode,n.parentNode.removeChild(n)):o.count--,r===null?Qf(a,e.type,e.stateNode):Kf(a,r,e.memoizedProps))}break;case 27:yl(t,e),wl(e),r&512&&(il||n===null||Yc(n,n.return)),n!==null&&r&4&&Zc(e,e.memoizedProps,n.memoizedProps);break;case 5:if(yl(t,e),wl(e),r&512&&(il||n===null||Yc(n,n.return)),e.flags&32){a=e.stateNode;try{Kt(a,``)}catch(t){td(e,e.return,t)}}r&4&&e.stateNode!=null&&(a=e.memoizedProps,Zc(e,a,n===null?a:n.memoizedProps)),r&1024&&(al=!0);break;case 6:if(yl(t,e),wl(e),r&4){if(e.stateNode===null)throw Error(i(162));r=e.memoizedProps,n=e.stateNode;try{n.nodeValue=r}catch(t){td(e,e.return,t)}}break;case 3:if(Xf=null,a=bl,bl=Ef(t.containerInfo),yl(t,e),bl=a,wl(e),r&4&&n!==null&&n.memoizedState.isDehydrated)try{Rp(t.containerInfo)}catch(t){td(e,e.return,t)}al&&(al=!1,El(e));break;case 4:r=bl,bl=Ef(e.stateNode.containerInfo),yl(t,e),wl(e),bl=r;break;case 12:yl(t,e),wl(e);break;case 31:yl(t,e),wl(e),r&4&&(r=e.updateQueue,r!==null&&(e.updateQueue=null,vl(e,r)));break;case 13:yl(t,e),wl(e),e.child.flags&8192&&e.memoizedState!==null!=(n!==null&&n.memoizedState!==null)&&(du=Ee()),r&4&&(r=e.updateQueue,r!==null&&(e.updateQueue=null,vl(e,r)));break;case 22:a=e.memoizedState!==null;var l=n!==null&&n.memoizedState!==null,u=rl,d=il;if(rl=u||a,il=d||l,yl(t,e),il=d,rl=u,wl(e),r&8192)a:for(t=e.stateNode,t._visibility=a?t._visibility&-2:t._visibility|1,a&&(n===null||l||rl||il||Ol(e)),n=null,t=e;;){if(t.tag===5||t.tag===26){if(n===null){l=n=t;try{if(o=l.stateNode,a)s=o.style,typeof s.setProperty==`function`?s.setProperty(`display`,`none`,`important`):s.display=`none`;else{c=l.stateNode;var f=l.memoizedProps.style,p=f!=null&&f.hasOwnProperty(`display`)?f.display:null;c.style.display=p==null||typeof p==`boolean`?``:(``+p).trim()}}catch(e){td(l,l.return,e)}}}else if(t.tag===6){if(n===null){l=t;try{l.stateNode.nodeValue=a?``:l.memoizedProps}catch(e){td(l,l.return,e)}}}else if(t.tag===18){if(n===null){l=t;try{var m=l.stateNode;a?uf(m,!0):uf(l.stateNode,!1)}catch(e){td(l,l.return,e)}}}else if((t.tag!==22&&t.tag!==23||t.memoizedState===null||t===e)&&t.child!==null){t.child.return=t,t=t.child;continue}if(t===e)break a;for(;t.sibling===null;){if(t.return===null||t.return===e)break a;n===t&&(n=null),t=t.return}n===t&&(n=null),t.sibling.return=t.return,t=t.sibling}r&4&&(r=e.updateQueue,r!==null&&(n=r.retryQueue,n!==null&&(r.retryQueue=null,vl(e,n))));break;case 19:yl(t,e),wl(e),r&4&&(r=e.updateQueue,r!==null&&(e.updateQueue=null,vl(e,r)));break;case 30:break;case 21:break;default:yl(t,e),wl(e)}}function wl(e){var t=e.flags;if(t&2){try{for(var n,r=e.return;r!==null;){if(Qc(r)){n=r;break}r=r.return}if(n==null)throw Error(i(160));switch(n.tag){case 27:var a=n.stateNode;tl(e,$c(e),a);break;case 5:var o=n.stateNode;n.flags&32&&(Kt(o,``),n.flags&=-33),tl(e,$c(e),o);break;case 3:case 4:var s=n.stateNode.containerInfo;el(e,$c(e),s);break;default:throw Error(i(161))}}catch(t){td(e,e.return,t)}e.flags&=-3}t&4096&&(e.flags&=-4097)}function El(e){if(e.subtreeFlags&1024)for(e=e.child;e!==null;){var t=e;El(t),t.tag===5&&t.flags&1024&&t.stateNode.reset(),e=e.sibling}}function Dl(e,t){if(t.subtreeFlags&8772)for(t=t.child;t!==null;)ll(e,t.alternate,t),t=t.sibling}function Ol(e){for(e=e.child;e!==null;){var t=e;switch(t.tag){case 0:case 11:case 14:case 15:Gc(4,t,t.return),Ol(t);break;case 1:Yc(t,t.return);var n=t.stateNode;typeof n.componentWillUnmount==`function`&&qc(t,t.return,n),Ol(t);break;case 27:Cf(t.stateNode);case 26:case 5:Yc(t,t.return),Ol(t);break;case 22:t.memoizedState===null&&Ol(t);break;case 30:Ol(t);break;default:Ol(t)}e=e.sibling}}function kl(e,t,n){for(n&&=(t.subtreeFlags&8772)!=0,t=t.child;t!==null;){var r=t.alternate,i=e,a=t,o=a.flags;switch(a.tag){case 0:case 11:case 15:kl(i,a,n),Wc(4,a);break;case 1:if(kl(i,a,n),r=a,i=r.stateNode,typeof i.componentDidMount==`function`)try{i.componentDidMount()}catch(e){td(r,r.return,e)}if(r=a,i=r.updateQueue,i!==null){var s=r.stateNode;try{var c=i.shared.hiddenCallbacks;if(c!==null)for(i.shared.hiddenCallbacks=null,i=0;i<c.length;i++)Za(c[i],s)}catch(e){td(r,r.return,e)}}n&&o&64&&Kc(a),Jc(a,a.return);break;case 27:nl(a);case 26:case 5:kl(i,a,n),n&&r===null&&o&4&&Xc(a),Jc(a,a.return);break;case 12:kl(i,a,n);break;case 31:kl(i,a,n),n&&o&4&&hl(i,a);break;case 13:kl(i,a,n),n&&o&4&&gl(i,a);break;case 22:a.memoizedState===null&&kl(i,a,n),Jc(a,a.return);break;case 30:break;default:kl(i,a,n)}t=t.sibling}}function Al(e,t){var n=null;e!==null&&e.memoizedState!==null&&e.memoizedState.cachePool!==null&&(n=e.memoizedState.cachePool.pool),e=null,t.memoizedState!==null&&t.memoizedState.cachePool!==null&&(e=t.memoizedState.cachePool.pool),e!==n&&(e!=null&&e.refCount++,n!=null&&ua(n))}function jl(e,t){e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(t.refCount++,e!=null&&ua(e))}function Ml(e,t,n,r){if(t.subtreeFlags&10256)for(t=t.child;t!==null;)Nl(e,t,n,r),t=t.sibling}function Nl(e,t,n,r){var i=t.flags;switch(t.tag){case 0:case 11:case 15:Ml(e,t,n,r),i&2048&&Wc(9,t);break;case 1:Ml(e,t,n,r);break;case 3:Ml(e,t,n,r),i&2048&&(e=null,t.alternate!==null&&(e=t.alternate.memoizedState.cache),t=t.memoizedState.cache,t!==e&&(t.refCount++,e!=null&&ua(e)));break;case 12:if(i&2048){Ml(e,t,n,r),e=t.stateNode;try{var a=t.memoizedProps,o=a.id,s=a.onPostCommit;typeof s==`function`&&s(o,t.alternate===null?`mount`:`update`,e.passiveEffectDuration,-0)}catch(e){td(t,t.return,e)}}else Ml(e,t,n,r);break;case 31:Ml(e,t,n,r);break;case 13:Ml(e,t,n,r);break;case 23:break;case 22:a=t.stateNode,o=t.alternate,t.memoizedState===null?a._visibility&2?Ml(e,t,n,r):(a._visibility|=2,Pl(e,t,n,r,(t.subtreeFlags&10256)!=0||!1)):a._visibility&2?Ml(e,t,n,r):Fl(e,t),i&2048&&Al(o,t);break;case 24:Ml(e,t,n,r),i&2048&&jl(t.alternate,t);break;default:Ml(e,t,n,r)}}function Pl(e,t,n,r,i){for(i&&=(t.subtreeFlags&10256)!=0||!1,t=t.child;t!==null;){var a=e,o=t,s=n,c=r,l=o.flags;switch(o.tag){case 0:case 11:case 15:Pl(a,o,s,c,i),Wc(8,o);break;case 23:break;case 22:var u=o.stateNode;o.memoizedState===null?(u._visibility|=2,Pl(a,o,s,c,i)):u._visibility&2?Pl(a,o,s,c,i):Fl(a,o),i&&l&2048&&Al(o.alternate,o);break;case 24:Pl(a,o,s,c,i),i&&l&2048&&jl(o.alternate,o);break;default:Pl(a,o,s,c,i)}t=t.sibling}}function Fl(e,t){if(t.subtreeFlags&10256)for(t=t.child;t!==null;){var n=e,r=t,i=r.flags;switch(r.tag){case 22:Fl(n,r),i&2048&&Al(r.alternate,r);break;case 24:Fl(n,r),i&2048&&jl(r.alternate,r);break;default:Fl(n,r)}t=t.sibling}}var Il=8192;function Ll(e,t,n){if(e.subtreeFlags&Il)for(e=e.child;e!==null;)Rl(e,t,n),e=e.sibling}function Rl(e,t,n){switch(e.tag){case 26:Ll(e,t,n),e.flags&Il&&e.memoizedState!==null&&tp(n,bl,e.memoizedState,e.memoizedProps);break;case 5:Ll(e,t,n);break;case 3:case 4:var r=bl;bl=Ef(e.stateNode.containerInfo),Ll(e,t,n),bl=r;break;case 22:e.memoizedState===null&&(r=e.alternate,r!==null&&r.memoizedState!==null?(r=Il,Il=16777216,Ll(e,t,n),Il=r):Ll(e,t,n));break;default:Ll(e,t,n)}}function zl(e){var t=e.alternate;if(t!==null&&(e=t.child,e!==null)){t.child=null;do t=e.sibling,e.sibling=null,e=t;while(e!==null)}}function Bl(e){var t=e.deletions;if(e.flags&16){if(t!==null)for(var n=0;n<t.length;n++){var r=t[n];sl=r,Ul(r,e)}zl(e)}if(e.subtreeFlags&10256)for(e=e.child;e!==null;)Vl(e),e=e.sibling}function Vl(e){switch(e.tag){case 0:case 11:case 15:Bl(e),e.flags&2048&&Gc(9,e,e.return);break;case 3:Bl(e);break;case 12:Bl(e);break;case 22:var t=e.stateNode;e.memoizedState!==null&&t._visibility&2&&(e.return===null||e.return.tag!==13)?(t._visibility&=-3,Hl(e)):Bl(e);break;default:Bl(e)}}function Hl(e){var t=e.deletions;if(e.flags&16){if(t!==null)for(var n=0;n<t.length;n++){var r=t[n];sl=r,Ul(r,e)}zl(e)}for(e=e.child;e!==null;){switch(t=e,t.tag){case 0:case 11:case 15:Gc(8,t,t.return),Hl(t);break;case 22:n=t.stateNode,n._visibility&2&&(n._visibility&=-3,Hl(t));break;default:Hl(t)}e=e.sibling}}function Ul(e,t){for(;sl!==null;){var n=sl;switch(n.tag){case 0:case 11:case 15:Gc(8,n,t);break;case 23:case 22:if(n.memoizedState!==null&&n.memoizedState.cachePool!==null){var r=n.memoizedState.cachePool.pool;r!=null&&r.refCount++}break;case 24:ua(n.memoizedState.cache)}if(r=n.child,r!==null)r.return=n,sl=r;else a:for(n=e;sl!==null;){r=sl;var i=r.sibling,a=r.return;if(ul(r),r===n){sl=null;break a}if(i!==null){i.return=a,sl=i;break a}sl=a}}}var Wl={getCacheForType:function(e){var t=na(ca),n=t.data.get(e);return n===void 0&&(n=e(),t.data.set(e,n)),n},cacheSignal:function(){return na(ca).controller.signal}},Gl=typeof WeakMap==`function`?WeakMap:Map,Kl=0,ql=null,Jl=null,Yl=0,Xl=0,Zl=null,Ql=!1,$l=!1,eu=!1,tu=0,nu=0,ru=0,iu=0,au=0,ou=0,su=0,cu=null,lu=null,uu=!1,du=0,fu=0,pu=1/0,mu=null,hu=null,gu=0,_u=null,vu=null,yu=0,bu=0,xu=null,Su=null,Cu=0,wu=null;function Tu(){return Kl&2&&Yl!==0?Yl&-Yl:M.T===null?it():Sd()}function Eu(){if(ou===0)if(!(Yl&536870912)||Fi){var e=Ue;Ue<<=1,!(Ue&3932160)&&(Ue=262144),ou=e}else ou=536870912;return e=io.current,e!==null&&(e.flags|=32),ou}function Du(e,t,n){(e===ql&&(Xl===2||Xl===9)||e.cancelPendingCommit!==null)&&(Pu(e,0),ju(e,Yl,ou,!1)),Ze(e,n),(!(Kl&2)||e!==ql)&&(e===ql&&(!(Kl&2)&&(iu|=n),nu===4&&ju(e,Yl,ou,!1)),md(e))}function Ou(e,t,n){if(Kl&6)throw Error(i(327));var r=!n&&(t&127)==0&&(t&e.expiredLanes)===0||qe(e,t),a=r?Bu(e,t):z(e,t,!0),o=r;do{if(a===0){$l&&!r&&ju(e,t,0,!1);break}else{if(n=e.current.alternate,o&&!Au(n)){a=z(e,t,!1),o=!1;continue}if(a===2){if(o=t,e.errorRecoveryDisabledLanes&o)var s=0;else s=e.pendingLanes&-536870913,s=s===0?s&536870912?536870912:0:s;if(s!==0){t=s;a:{var c=e;a=cu;var l=c.current.memoizedState.isDehydrated;if(l&&(Pu(c,s).flags|=256),s=z(c,s,!1),s!==2){if(eu&&!l){c.errorRecoveryDisabledLanes|=o,iu|=o,a=4;break a}o=lu,lu=a,o!==null&&(lu===null?lu=o:lu.push.apply(lu,o))}a=s}if(o=!1,a!==2)continue}}if(a===1){Pu(e,0),ju(e,t,0,!0);break}a:{switch(r=e,o=a,o){case 0:case 1:throw Error(i(345));case 4:if((t&4194048)!==t)break;case 6:ju(r,t,ou,!Ql);break a;case 2:lu=null;break;case 3:case 5:break;default:throw Error(i(329))}if((t&62914560)===t&&(a=du+300-Ee(),10<a)){if(ju(r,t,ou,!Ql),Ke(r,0,!0)!==0)break a;yu=t,r.timeoutHandle=rf(ku.bind(null,r,n,lu,mu,uu,t,ou,iu,su,Ql,o,`Throttled`,-0,0),a);break a}ku(r,n,lu,mu,uu,t,ou,iu,su,Ql,o,null,-0,0)}}break}while(1);md(e)}function ku(e,t,n,r,i,a,o,s,c,l,u,d,f,p){if(e.timeoutHandle=-1,d=t.subtreeFlags,d&8192||(d&16785408)==16785408){d={stylesheets:null,count:0,imgCount:0,imgBytes:0,suspenseyImages:[],waitingForImages:!0,waitingForViewTransition:!1,unsuspend:en},Rl(t,a,d);var m=(a&62914560)===a?du-Ee():(a&4194048)===a?fu-Ee():0;if(m=rp(d,m),m!==null){yu=a,e.cancelPendingCommit=m(qu.bind(null,e,t,a,n,r,i,o,s,c,u,d,null,f,p)),ju(e,a,o,!l);return}}qu(e,t,a,n,r,i,o,s,c)}function Au(e){for(var t=e;;){var n=t.tag;if((n===0||n===11||n===15)&&t.flags&16384&&(n=t.updateQueue,n!==null&&(n=n.stores,n!==null)))for(var r=0;r<n.length;r++){var i=n[r],a=i.getSnapshot;i=i.value;try{if(!Sr(a(),i))return!1}catch{return!1}}if(n=t.child,t.subtreeFlags&16384&&n!==null)n.return=t,t=n;else{if(t===e)break;for(;t.sibling===null;){if(t.return===null||t.return===e)return!0;t=t.return}t.sibling.return=t.return,t=t.sibling}}return!0}function ju(e,t,n,r){t&=~au,t&=~iu,e.suspendedLanes|=t,e.pingedLanes&=~t,r&&(e.warmLanes|=t),r=e.expirationTimes;for(var i=t;0<i;){var a=31-Re(i),o=1<<a;r[a]=-1,i&=~o}n!==0&&$e(e,n,t)}function Mu(){return Kl&6?!0:(hd(0,!1),!1)}function Nu(){if(Jl!==null){if(Xl===0)var e=Jl.return;else e=Jl,Ji=qi=null,No(e),Na=null,Pa=0,e=Jl;for(;e!==null;)Uc(e.alternate,e),e=e.return;Jl=null}}function Pu(e,t){var n=e.timeoutHandle;n!==-1&&(e.timeoutHandle=-1,af(n)),n=e.cancelPendingCommit,n!==null&&(e.cancelPendingCommit=null,n()),yu=0,Nu(),ql=e,Jl=n=ui(e.current,null),Yl=t,Xl=0,Zl=null,Ql=!1,$l=qe(e,t),eu=!1,su=ou=au=iu=ru=nu=0,lu=cu=null,uu=!1,t&8&&(t|=t&32);var r=e.entangledLanes;if(r!==0)for(e=e.entanglements,r&=t;0<r;){var i=31-Re(r),a=1<<i;t|=e[i],r&=~a}return tu=t,ei(),n}function Fu(e,t){ho=null,M.H=Bs,t===Ca||t===Ta?(t=ja(),Xl=3):t===wa?(t=ja(),Xl=4):Xl=t===ic?8:typeof t==`object`&&t&&typeof t.then==`function`?6:1,Zl=t,Jl===null&&(nu=1,Qs(e,vi(t,e.current)))}function Iu(){var e=io.current;return e===null?!0:(Yl&4194048)===Yl?ao===null:(Yl&62914560)===Yl||Yl&536870912?e===ao:!1}function Lu(){var e=M.H;return M.H=Bs,e===null?Bs:e}function Ru(){var e=M.A;return M.A=Wl,e}function zu(){nu=4,Ql||(Yl&4194048)!==Yl&&io.current!==null||($l=!0),!(ru&134217727)&&!(iu&134217727)||ql===null||ju(ql,Yl,ou,!1)}function z(e,t,n){var r=Kl;Kl|=2;var i=Lu(),a=Ru();(ql!==e||Yl!==t)&&(mu=null,Pu(e,t)),t=!1;var o=nu;a:do try{if(Xl!==0&&Jl!==null){var s=Jl,c=Zl;switch(Xl){case 8:Nu(),o=6;break a;case 3:case 2:case 9:case 6:io.current===null&&(t=!0);var l=Xl;if(Xl=0,Zl=null,Wu(e,s,c,l),n&&$l){o=0;break a}break;default:l=Xl,Xl=0,Zl=null,Wu(e,s,c,l)}}B(),o=nu;break}catch(t){Fu(e,t)}while(1);return t&&e.shellSuspendCounter++,Ji=qi=null,Kl=r,M.H=i,M.A=a,Jl===null&&(ql=null,Yl=0,ei()),o}function B(){for(;Jl!==null;)Hu(Jl)}function Bu(e,t){var n=Kl;Kl|=2;var r=Lu(),a=Ru();ql!==e||Yl!==t?(mu=null,pu=Ee()+500,Pu(e,t)):$l=qe(e,t);a:do try{if(Xl!==0&&Jl!==null){t=Jl;var o=Zl;b:switch(Xl){case 1:Xl=0,Zl=null,Wu(e,t,o,1);break;case 2:case 9:if(Da(o)){Xl=0,Zl=null,Uu(t);break}t=function(){Xl!==2&&Xl!==9||ql!==e||(Xl=7),md(e)},o.then(t,t);break a;case 3:Xl=7;break a;case 4:Xl=5;break a;case 7:Da(o)?(Xl=0,Zl=null,Uu(t)):(Xl=0,Zl=null,Wu(e,t,o,7));break;case 5:var s=null;switch(Jl.tag){case 26:s=Jl.memoizedState;case 5:case 27:var c=Jl;if(s?ep(s):c.stateNode.complete){Xl=0,Zl=null;var l=c.sibling;if(l!==null)Jl=l;else{var u=c.return;u===null?Jl=null:(Jl=u,Gu(u))}break b}}Xl=0,Zl=null,Wu(e,t,o,5);break;case 6:Xl=0,Zl=null,Wu(e,t,o,6);break;case 8:Nu(),nu=6;break a;default:throw Error(i(462))}}Vu();break}catch(t){Fu(e,t)}while(1);return Ji=qi=null,M.H=r,M.A=a,Kl=n,Jl===null?(ql=null,Yl=0,ei(),nu):0}function Vu(){for(;Jl!==null&&!we();)Hu(Jl)}function Hu(e){var t=Pc(e.alternate,e,tu);e.memoizedProps=e.pendingProps,t===null?Gu(e):Jl=t}function Uu(e){var t=e,n=t.alternate;switch(t.tag){case 15:case 0:t=vc(n,t,t.pendingProps,t.type,void 0,Yl);break;case 11:t=vc(n,t,t.pendingProps,t.type.render,t.ref,Yl);break;case 5:No(t);default:Uc(n,t),t=Jl=di(t,tu),t=Pc(n,t,tu)}e.memoizedProps=e.pendingProps,t===null?Gu(e):Jl=t}function Wu(e,t,n,r){Ji=qi=null,No(t),Na=null,Pa=0;var i=t.return;try{if(rc(e,i,t,n,Yl)){nu=1,Qs(e,vi(n,e.current)),Jl=null;return}}catch(t){if(i!==null)throw Jl=i,t;nu=1,Qs(e,vi(n,e.current)),Jl=null;return}t.flags&32768?(Fi||r===1?e=!0:$l||Yl&536870912?e=!1:(Ql=e=!0,(r===2||r===9||r===3||r===6)&&(r=io.current,r!==null&&r.tag===13&&(r.flags|=16384))),Ku(t,e)):Gu(t)}function Gu(e){var t=e;do{if(t.flags&32768){Ku(t,Ql);return}e=t.return;var n=Vc(t.alternate,t,tu);if(n!==null){Jl=n;return}if(t=t.sibling,t!==null){Jl=t;return}Jl=t=e}while(t!==null);nu===0&&(nu=5)}function Ku(e,t){do{var n=Hc(e.alternate,e);if(n!==null){n.flags&=32767,Jl=n;return}if(n=e.return,n!==null&&(n.flags|=32768,n.subtreeFlags=0,n.deletions=null),!t&&(e=e.sibling,e!==null)){Jl=e;return}Jl=e=n}while(e!==null);nu=6,Jl=null}function qu(e,t,n,r,a,o,s,c,l){e.cancelPendingCommit=null;do Qu();while(gu!==0);if(Kl&6)throw Error(i(327));if(t!==null){if(t===e.current)throw Error(i(177));if(o=t.lanes|t.childLanes,o|=$r,Qe(e,n,o,s,c,l),e===ql&&(Jl=ql=null,Yl=0),vu=t,_u=e,yu=n,bu=o,xu=a,Su=r,t.subtreeFlags&10256||t.flags&10256?(e.callbackNode=null,e.callbackPriority=0,sd(Ae,function(){return $u(),null})):(e.callbackNode=null,e.callbackPriority=0),r=(t.flags&13878)!=0,t.subtreeFlags&13878||r){r=M.T,M.T=null,a=N.p,N.p=2,s=Kl,Kl|=4;try{cl(e,t,n)}finally{Kl=s,N.p=a,M.T=r}}gu=1,Ju(),Yu(),Xu()}}function Ju(){if(gu===1){gu=0;var e=_u,t=vu,n=(t.flags&13878)!=0;if(t.subtreeFlags&13878||n){n=M.T,M.T=null;var r=N.p;N.p=2;var i=Kl;Kl|=4;try{Sl(t,e);var a=Qd,o=Dr(e.containerInfo),s=a.focusedElem,c=a.selectionRange;if(o!==s&&s&&s.ownerDocument&&Er(s.ownerDocument.documentElement,s)){if(c!==null&&Or(s)){var l=c.start,u=c.end;if(u===void 0&&(u=l),`selectionStart`in s)s.selectionStart=l,s.selectionEnd=Math.min(u,s.value.length);else{var d=s.ownerDocument||document,f=d&&d.defaultView||window;if(f.getSelection){var p=f.getSelection(),m=s.textContent.length,h=Math.min(c.start,m),g=c.end===void 0?h:Math.min(c.end,m);!p.extend&&h>g&&(o=g,g=h,h=o);var _=Tr(s,h),v=Tr(s,g);if(_&&v&&(p.rangeCount!==1||p.anchorNode!==_.node||p.anchorOffset!==_.offset||p.focusNode!==v.node||p.focusOffset!==v.offset)){var y=d.createRange();y.setStart(_.node,_.offset),p.removeAllRanges(),h>g?(p.addRange(y),p.extend(v.node,v.offset)):(y.setEnd(v.node,v.offset),p.addRange(y))}}}}for(d=[],p=s;p=p.parentNode;)p.nodeType===1&&d.push({element:p,left:p.scrollLeft,top:p.scrollTop});for(typeof s.focus==`function`&&s.focus(),s=0;s<d.length;s++){var b=d[s];b.element.scrollLeft=b.left,b.element.scrollTop=b.top}}_p=!!Zd,Qd=Zd=null}finally{Kl=i,N.p=r,M.T=n}}e.current=t,gu=2}}function Yu(){if(gu===2){gu=0;var e=_u,t=vu,n=(t.flags&8772)!=0;if(t.subtreeFlags&8772||n){n=M.T,M.T=null;var r=N.p;N.p=2;var i=Kl;Kl|=4;try{ll(e,t.alternate,t)}finally{Kl=i,N.p=r,M.T=n}}gu=3}}function Xu(){if(gu===4||gu===3){gu=0,Te();var e=_u,t=vu,n=yu,r=Su;t.subtreeFlags&10256||t.flags&10256?gu=5:(gu=0,vu=_u=null,Zu(e,e.pendingLanes));var i=e.pendingLanes;if(i===0&&(hu=null),rt(n),t=t.stateNode,Ie&&typeof Ie.onCommitFiberRoot==`function`)try{Ie.onCommitFiberRoot(Fe,t,void 0,(t.current.flags&128)==128)}catch{}if(r!==null){t=M.T,i=N.p,N.p=2,M.T=null;try{for(var a=e.onRecoverableError,o=0;o<r.length;o++){var s=r[o];a(s.value,{componentStack:s.stack})}}finally{M.T=t,N.p=i}}yu&3&&Qu(),md(e),i=e.pendingLanes,n&261930&&i&42?e===wu?Cu++:(Cu=0,wu=e):Cu=0,hd(0,!1)}}function Zu(e,t){(e.pooledCacheLanes&=t)===0&&(t=e.pooledCache,t!=null&&(e.pooledCache=null,ua(t)))}function Qu(){return Ju(),Yu(),Xu(),$u()}function $u(){if(gu!==5)return!1;var e=_u,t=bu;bu=0;var n=rt(yu),r=M.T,a=N.p;try{N.p=32>n?32:n,M.T=null,n=xu,xu=null;var o=_u,s=yu;if(gu=0,vu=_u=null,yu=0,Kl&6)throw Error(i(331));var c=Kl;if(Kl|=4,Vl(o.current),Nl(o,o.current,s,n),Kl=c,hd(0,!1),Ie&&typeof Ie.onPostCommitFiberRoot==`function`)try{Ie.onPostCommitFiberRoot(Fe,o)}catch{}return!0}finally{N.p=a,M.T=r,Zu(e,t)}}function ed(e,t,n){t=vi(n,t),t=ec(e.stateNode,t,2),e=Ga(e,t,2),e!==null&&(Ze(e,2),md(e))}function td(e,t,n){if(e.tag===3)ed(e,e,n);else for(;t!==null;){if(t.tag===3){ed(t,e,n);break}else if(t.tag===1){var r=t.stateNode;if(typeof t.type.getDerivedStateFromError==`function`||typeof r.componentDidCatch==`function`&&(hu===null||!hu.has(r))){e=vi(n,e),n=tc(2),r=Ga(t,n,2),r!==null&&(nc(n,r,t,e),Ze(r,2),md(r));break}}t=t.return}}function nd(e,t,n){var r=e.pingCache;if(r===null){r=e.pingCache=new Gl;var i=new Set;r.set(t,i)}else i=r.get(t),i===void 0&&(i=new Set,r.set(t,i));i.has(n)||(eu=!0,i.add(n),e=rd.bind(null,e,t,n),t.then(e,e))}function rd(e,t,n){var r=e.pingCache;r!==null&&r.delete(t),e.pingedLanes|=e.suspendedLanes&n,e.warmLanes&=~n,ql===e&&(Yl&n)===n&&(nu===4||nu===3&&(Yl&62914560)===Yl&&300>Ee()-du?!(Kl&2)&&Pu(e,0):au|=n,su===Yl&&(su=0)),md(e)}function id(e,t){t===0&&(t=Ye()),e=ri(e,t),e!==null&&(Ze(e,t),md(e))}function ad(e){var t=e.memoizedState,n=0;t!==null&&(n=t.retryLane),id(e,n)}function od(e,t){var n=0;switch(e.tag){case 31:case 13:var r=e.stateNode,a=e.memoizedState;a!==null&&(n=a.retryLane);break;case 19:r=e.stateNode;break;case 22:r=e.stateNode._retryCache;break;default:throw Error(i(314))}r!==null&&r.delete(t),id(e,n)}function sd(e,t){return Se(e,t)}var cd=null,ld=null,ud=!1,dd=!1,fd=!1,pd=0;function md(e){e!==ld&&e.next===null&&(ld===null?cd=ld=e:ld=ld.next=e),dd=!0,ud||(ud=!0,xd())}function hd(e,t){if(!fd&&dd){fd=!0;do for(var n=!1,r=cd;r!==null;){if(!t)if(e!==0){var i=r.pendingLanes;if(i===0)var a=0;else{var o=r.suspendedLanes,s=r.pingedLanes;a=(1<<31-Re(42|e)+1)-1,a&=i&~(o&~s),a=a&201326741?a&201326741|1:a?a|2:0}a!==0&&(n=!0,bd(r,a))}else a=Yl,a=Ke(r,r===ql?a:0,r.cancelPendingCommit!==null||r.timeoutHandle!==-1),!(a&3)||qe(r,a)||(n=!0,bd(r,a));r=r.next}while(n);fd=!1}}function gd(){_d()}function _d(){dd=ud=!1;var e=0;pd!==0&&nf()&&(e=pd);for(var t=Ee(),n=null,r=cd;r!==null;){var i=r.next,a=vd(r,t);a===0?(r.next=null,n===null?cd=i:n.next=i,i===null&&(ld=n)):(n=r,(e!==0||a&3)&&(dd=!0)),r=i}gu!==0&&gu!==5||hd(e,!1),pd!==0&&(pd=0)}function vd(e,t){for(var n=e.suspendedLanes,r=e.pingedLanes,i=e.expirationTimes,a=e.pendingLanes&-62914561;0<a;){var o=31-Re(a),s=1<<o,c=i[o];c===-1?((s&n)===0||(s&r)!==0)&&(i[o]=Je(s,t)):c<=t&&(e.expiredLanes|=s),a&=~s}if(t=ql,n=Yl,n=Ke(e,e===t?n:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),r=e.callbackNode,n===0||e===t&&(Xl===2||Xl===9)||e.cancelPendingCommit!==null)return r!==null&&r!==null&&Ce(r),e.callbackNode=null,e.callbackPriority=0;if(!(n&3)||qe(e,n)){if(t=n&-n,t===e.callbackPriority)return t;switch(r!==null&&Ce(r),rt(n)){case 2:case 8:n=ke;break;case 32:n=Ae;break;case 268435456:n=Me;break;default:n=Ae}return r=yd.bind(null,e),n=Se(n,r),e.callbackPriority=t,e.callbackNode=n,t}return r!==null&&r!==null&&Ce(r),e.callbackPriority=2,e.callbackNode=null,2}function yd(e,t){if(gu!==0&&gu!==5)return e.callbackNode=null,e.callbackPriority=0,null;var n=e.callbackNode;if(Qu()&&e.callbackNode!==n)return null;var r=Yl;return r=Ke(e,e===ql?r:0,e.cancelPendingCommit!==null||e.timeoutHandle!==-1),r===0?null:(Ou(e,r,t),vd(e,Ee()),e.callbackNode!=null&&e.callbackNode===n?yd.bind(null,e):null)}function bd(e,t){if(Qu())return null;Ou(e,t,!0)}function xd(){of(function(){Kl&6?Se(Oe,gd):_d()})}function Sd(){if(pd===0){var e=pa;e===0&&(e=He,He<<=1,!(He&261888)&&(He=256)),pd=e}return pd}function Cd(e){return e==null||typeof e==`symbol`||typeof e==`boolean`?null:typeof e==`function`?e:$t(``+e)}function wd(e,t){var n=t.ownerDocument.createElement(`input`);return n.name=t.name,n.value=t.value,e.id&&n.setAttribute(`form`,e.id),t.parentNode.insertBefore(n,t),e=new FormData(e),n.parentNode.removeChild(n),e}function Td(e,t,n,r,i){if(t===`submit`&&n&&n.stateNode===i){var a=Cd((i[ct]||null).action),o=r.submitter;o&&(t=(t=o[ct]||null)?Cd(t.formAction):o.getAttribute(`formAction`),t!==null&&(a=t,o=null));var s=new Sn(`action`,`action`,null,r,i);e.push({event:s,listeners:[{instance:null,listener:function(){if(r.defaultPrevented){if(pd!==0){var e=o?wd(i,o):new FormData(i);Ds(n,{pending:!0,data:e,method:i.method,action:a},null,e)}}else typeof a==`function`&&(s.preventDefault(),e=o?wd(i,o):new FormData(i),Ds(n,{pending:!0,data:e,method:i.method,action:a},a,e))},currentTarget:i}]})}}for(var Ed=0;Ed<Jr.length;Ed++){var Dd=Jr[Ed];Yr(Dd.toLowerCase(),`on`+(Dd[0].toUpperCase()+Dd.slice(1)))}Yr(Br,`onAnimationEnd`),Yr(Vr,`onAnimationIteration`),Yr(Hr,`onAnimationStart`),Yr(`dblclick`,`onDoubleClick`),Yr(`focusin`,`onFocus`),Yr(`focusout`,`onBlur`),Yr(Ur,`onTransitionRun`),Yr(Wr,`onTransitionStart`),Yr(Gr,`onTransitionCancel`),Yr(Kr,`onTransitionEnd`),wt(`onMouseEnter`,[`mouseout`,`mouseover`]),wt(`onMouseLeave`,[`mouseout`,`mouseover`]),wt(`onPointerEnter`,[`pointerout`,`pointerover`]),wt(`onPointerLeave`,[`pointerout`,`pointerover`]),Ct(`onChange`,`change click focusin focusout input keydown keyup selectionchange`.split(` `)),Ct(`onSelect`,`focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange`.split(` `)),Ct(`onBeforeInput`,[`compositionend`,`keypress`,`textInput`,`paste`]),Ct(`onCompositionEnd`,`compositionend focusout keydown keypress keyup mousedown`.split(` `)),Ct(`onCompositionStart`,`compositionstart focusout keydown keypress keyup mousedown`.split(` `)),Ct(`onCompositionUpdate`,`compositionupdate focusout keydown keypress keyup mousedown`.split(` `));var Od=`abort canplay canplaythrough durationchange emptied encrypted ended error loadeddata loadedmetadata loadstart pause play playing progress ratechange resize seeked seeking stalled suspend timeupdate volumechange waiting`.split(` `),kd=new Set(`beforetoggle cancel close invalid load scroll scrollend toggle`.split(` `).concat(Od));function Ad(e,t){t=(t&4)!=0;for(var n=0;n<e.length;n++){var r=e[n],i=r.event;r=r.listeners;a:{var a=void 0;if(t)for(var o=r.length-1;0<=o;o--){var s=r[o],c=s.instance,l=s.currentTarget;if(s=s.listener,c!==a&&i.isPropagationStopped())break a;a=s,i.currentTarget=l;try{a(i)}catch(e){Xr(e)}i.currentTarget=null,a=c}else for(o=0;o<r.length;o++){if(s=r[o],c=s.instance,l=s.currentTarget,s=s.listener,c!==a&&i.isPropagationStopped())break a;a=s,i.currentTarget=l;try{a(i)}catch(e){Xr(e)}i.currentTarget=null,a=c}}}}function jd(e,t){var n=t[ut];n===void 0&&(n=t[ut]=new Set);var r=e+`__bubble`;n.has(r)||(Fd(t,e,2,!1),n.add(r))}function Md(e,t,n){var r=0;t&&(r|=4),Fd(n,e,r,t)}var Nd=`_reactListening`+Math.random().toString(36).slice(2);function Pd(e){if(!e[Nd]){e[Nd]=!0,xt.forEach(function(t){t!==`selectionchange`&&(kd.has(t)||Md(t,!1,e),Md(t,!0,e))});var t=e.nodeType===9?e:e.ownerDocument;t===null||t[Nd]||(t[Nd]=!0,Md(`selectionchange`,!1,t))}}function Fd(e,t,n,r){switch(wp(t)){case 2:var i=vp;break;case 8:i=yp;break;default:i=bp}n=i.bind(null,t,n,e),i=void 0,!dn||t!==`touchstart`&&t!==`touchmove`&&t!==`wheel`||(i=!0),r?i===void 0?e.addEventListener(t,n,!0):e.addEventListener(t,n,{capture:!0,passive:i}):i===void 0?e.addEventListener(t,n,!1):e.addEventListener(t,n,{passive:i})}function Id(e,t,n,r,i){var a=r;if(!(t&1)&&!(t&2)&&r!==null)a:for(;;){if(r===null)return;var s=r.tag;if(s===3||s===4){var c=r.stateNode.containerInfo;if(c===i)break;if(s===4)for(s=r.return;s!==null;){var l=s.tag;if((l===3||l===4)&&s.stateNode.containerInfo===i)return;s=s.return}for(;c!==null;){if(s=gt(c),s===null)return;if(l=s.tag,l===5||l===6||l===26||l===27){r=a=s;continue a}c=c.parentNode}}r=r.return}cn(function(){var r=a,i=nn(n),s=[];a:{var c=qr.get(e);if(c!==void 0){var l=Sn,u=e;switch(e){case`keypress`:if(_n(n)===0)break a;case`keydown`:case`keyup`:l=zn;break;case`focusin`:u=`focus`,l=jn;break;case`focusout`:u=`blur`,l=jn;break;case`beforeblur`:case`afterblur`:l=jn;break;case`click`:if(n.button===2)break a;case`auxclick`:case`dblclick`:case`mousedown`:case`mousemove`:case`mouseup`:case`mouseout`:case`mouseover`:case`contextmenu`:l=kn;break;case`drag`:case`dragend`:case`dragenter`:case`dragexit`:case`dragleave`:case`dragover`:case`dragstart`:case`drop`:l=An;break;case`touchcancel`:case`touchend`:case`touchmove`:case`touchstart`:l=Vn;break;case Br:case Vr:case Hr:l=Mn;break;case Kr:l=Hn;break;case`scroll`:case`scrollend`:l=wn;break;case`wheel`:l=Un;break;case`copy`:case`cut`:case`paste`:l=Nn;break;case`gotpointercapture`:case`lostpointercapture`:case`pointercancel`:case`pointerdown`:case`pointermove`:case`pointerout`:case`pointerover`:case`pointerup`:l=Bn;break;case`toggle`:case`beforetoggle`:l=Wn}var d=(t&4)!=0,f=!d&&(e===`scroll`||e===`scrollend`),p=d?c===null?null:c+`Capture`:c;d=[];for(var m=r,h;m!==null;){var g=m;if(h=g.stateNode,g=g.tag,g!==5&&g!==26&&g!==27||h===null||p===null||(g=ln(m,p),g!=null&&d.push(Ld(m,g,h))),f)break;m=m.return}0<d.length&&(c=new l(c,u,null,n,i),s.push({event:c,listeners:d}))}}if(!(t&7)){a:{if(c=e===`mouseover`||e===`pointerover`,l=e===`mouseout`||e===`pointerout`,c&&n!==tn&&(u=n.relatedTarget||n.fromElement)&&(gt(u)||u[lt]))break a;if((l||c)&&(c=i.window===i?i:(c=i.ownerDocument)?c.defaultView||c.parentWindow:window,l?(u=n.relatedTarget||n.toElement,l=r,u=u?gt(u):null,u!==null&&(f=o(u),d=u.tag,u!==f||d!==5&&d!==27&&d!==6)&&(u=null)):(l=null,u=r),l!==u)){if(d=kn,g=`onMouseLeave`,p=`onMouseEnter`,m=`mouse`,(e===`pointerout`||e===`pointerover`)&&(d=Bn,g=`onPointerLeave`,p=`onPointerEnter`,m=`pointer`),f=l==null?c:vt(l),h=u==null?c:vt(u),c=new d(g,m+`leave`,l,n,i),c.target=f,c.relatedTarget=h,g=null,gt(i)===r&&(d=new d(p,m+`enter`,u,n,i),d.target=h,d.relatedTarget=f,g=d),f=g,l&&u)b:{for(d=zd,p=l,m=u,h=0,g=p;g;g=d(g))h++;g=0;for(var _=m;_;_=d(_))g++;for(;0<h-g;)p=d(p),h--;for(;0<g-h;)m=d(m),g--;for(;h--;){if(p===m||m!==null&&p===m.alternate){d=p;break b}p=d(p),m=d(m)}d=null}else d=null;l!==null&&Bd(s,c,l,d,!1),u!==null&&f!==null&&Bd(s,f,u,d,!0)}}a:{if(c=r?vt(r):window,l=c.nodeName&&c.nodeName.toLowerCase(),l===`select`||l===`input`&&c.type===`file`)var v=ur;else if(ir(c))if(dr)v=br;else{v=vr;var y=_r}else l=c.nodeName,!l||l.toLowerCase()!==`input`||c.type!==`checkbox`&&c.type!==`radio`?r&&Xt(r.elementType)&&(v=ur):v=yr;if(v&&=v(e,r)){ar(s,v,n,i);break a}y&&y(e,c,r),e===`focusout`&&r&&c.type===`number`&&r.memoizedProps.value!=null&&Ht(c,`number`,c.value)}switch(y=r?vt(r):window,e){case`focusin`:(ir(y)||y.contentEditable===`true`)&&(Ar=y,jr=r,Mr=null);break;case`focusout`:Mr=jr=Ar=null;break;case`mousedown`:Nr=!0;break;case`contextmenu`:case`mouseup`:case`dragend`:Nr=!1,Pr(s,n,i);break;case`selectionchange`:if(kr)break;case`keydown`:case`keyup`:Pr(s,n,i)}var b;if(Kn)b:{switch(e){case`compositionstart`:var x=`onCompositionStart`;break b;case`compositionend`:x=`onCompositionEnd`;break b;case`compositionupdate`:x=`onCompositionUpdate`;break b}x=void 0}else er?Qn(e,n)&&(x=`onCompositionEnd`):e===`keydown`&&n.keyCode===229&&(x=`onCompositionStart`);x&&(Yn&&n.locale!==`ko`&&(er||x!==`onCompositionStart`?x===`onCompositionEnd`&&er&&(b=gn()):(pn=i,mn=`value`in pn?pn.value:pn.textContent,er=!0)),y=Rd(r,x),0<y.length&&(x=new Pn(x,e,null,n,i),s.push({event:x,listeners:y}),b?x.data=b:(b=$n(n),b!==null&&(x.data=b)))),(b=Jn?tr(e,n):nr(e,n))&&(x=Rd(r,`onBeforeInput`),0<x.length&&(y=new Pn(`onBeforeInput`,`beforeinput`,null,n,i),s.push({event:y,listeners:x}),y.data=b)),Td(s,e,r,n,i)}Ad(s,t)})}function Ld(e,t,n){return{instance:e,listener:t,currentTarget:n}}function Rd(e,t){for(var n=t+`Capture`,r=[];e!==null;){var i=e,a=i.stateNode;if(i=i.tag,i!==5&&i!==26&&i!==27||a===null||(i=ln(e,n),i!=null&&r.unshift(Ld(e,i,a)),i=ln(e,t),i!=null&&r.push(Ld(e,i,a))),e.tag===3)return r;e=e.return}return[]}function zd(e){if(e===null)return null;do e=e.return;while(e&&e.tag!==5&&e.tag!==27);return e||null}function Bd(e,t,n,r,i){for(var a=t._reactName,o=[];n!==null&&n!==r;){var s=n,c=s.alternate,l=s.stateNode;if(s=s.tag,c!==null&&c===r)break;s!==5&&s!==26&&s!==27||l===null||(c=l,i?(l=ln(n,a),l!=null&&o.unshift(Ld(n,l,c))):i||(l=ln(n,a),l!=null&&o.push(Ld(n,l,c)))),n=n.return}o.length!==0&&e.push({event:t,listeners:o})}var Vd=/\r\n?/g,Hd=/\u0000|\uFFFD/g;function Ud(e){return(typeof e==`string`?e:``+e).replace(Vd,`
198
+ `).replace(Hd,``)}function Wd(e,t){return t=Ud(t),Ud(e)===t}function Gd(e,t,n,r,a,o){switch(n){case`children`:typeof r==`string`?t===`body`||t===`textarea`&&r===``||Kt(e,r):(typeof r==`number`||typeof r==`bigint`)&&t!==`body`&&Kt(e,``+r);break;case`className`:At(e,`class`,r);break;case`tabIndex`:At(e,`tabindex`,r);break;case`dir`:case`role`:case`viewBox`:case`width`:case`height`:At(e,n,r);break;case`style`:Yt(e,r,o);break;case`data`:if(t!==`object`){At(e,`data`,r);break}case`src`:case`href`:if(r===``&&(t!==`a`||n!==`href`)){e.removeAttribute(n);break}if(r==null||typeof r==`function`||typeof r==`symbol`||typeof r==`boolean`){e.removeAttribute(n);break}r=$t(``+r),e.setAttribute(n,r);break;case`action`:case`formAction`:if(typeof r==`function`){e.setAttribute(n,`javascript:throw new Error('A React form was unexpectedly submitted. If you called form.submit() manually, consider using form.requestSubmit() instead. If you\\'re trying to use event.stopPropagation() in a submit event handler, consider also calling event.preventDefault().')`);break}else typeof o==`function`&&(n===`formAction`?(t!==`input`&&Gd(e,t,`name`,a.name,a,null),Gd(e,t,`formEncType`,a.formEncType,a,null),Gd(e,t,`formMethod`,a.formMethod,a,null),Gd(e,t,`formTarget`,a.formTarget,a,null)):(Gd(e,t,`encType`,a.encType,a,null),Gd(e,t,`method`,a.method,a,null),Gd(e,t,`target`,a.target,a,null)));if(r==null||typeof r==`symbol`||typeof r==`boolean`){e.removeAttribute(n);break}r=$t(``+r),e.setAttribute(n,r);break;case`onClick`:r!=null&&(e.onclick=en);break;case`onScroll`:r!=null&&jd(`scroll`,e);break;case`onScrollEnd`:r!=null&&jd(`scrollend`,e);break;case`dangerouslySetInnerHTML`:if(r!=null){if(typeof r!=`object`||!(`__html`in r))throw Error(i(61));if(n=r.__html,n!=null){if(a.children!=null)throw Error(i(60));e.innerHTML=n}}break;case`multiple`:e.multiple=r&&typeof r!=`function`&&typeof r!=`symbol`;break;case`muted`:e.muted=r&&typeof r!=`function`&&typeof r!=`symbol`;break;case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`defaultValue`:case`defaultChecked`:case`innerHTML`:case`ref`:break;case`autoFocus`:break;case`xlinkHref`:if(r==null||typeof r==`function`||typeof r==`boolean`||typeof r==`symbol`){e.removeAttribute(`xlink:href`);break}n=$t(``+r),e.setAttributeNS(`http://www.w3.org/1999/xlink`,`xlink:href`,n);break;case`contentEditable`:case`spellCheck`:case`draggable`:case`value`:case`autoReverse`:case`externalResourcesRequired`:case`focusable`:case`preserveAlpha`:r!=null&&typeof r!=`function`&&typeof r!=`symbol`?e.setAttribute(n,``+r):e.removeAttribute(n);break;case`inert`:case`allowFullScreen`:case`async`:case`autoPlay`:case`controls`:case`default`:case`defer`:case`disabled`:case`disablePictureInPicture`:case`disableRemotePlayback`:case`formNoValidate`:case`hidden`:case`loop`:case`noModule`:case`noValidate`:case`open`:case`playsInline`:case`readOnly`:case`required`:case`reversed`:case`scoped`:case`seamless`:case`itemScope`:r&&typeof r!=`function`&&typeof r!=`symbol`?e.setAttribute(n,``):e.removeAttribute(n);break;case`capture`:case`download`:!0===r?e.setAttribute(n,``):!1!==r&&r!=null&&typeof r!=`function`&&typeof r!=`symbol`?e.setAttribute(n,r):e.removeAttribute(n);break;case`cols`:case`rows`:case`size`:case`span`:r!=null&&typeof r!=`function`&&typeof r!=`symbol`&&!isNaN(r)&&1<=r?e.setAttribute(n,r):e.removeAttribute(n);break;case`rowSpan`:case`start`:r==null||typeof r==`function`||typeof r==`symbol`||isNaN(r)?e.removeAttribute(n):e.setAttribute(n,r);break;case`popover`:jd(`beforetoggle`,e),jd(`toggle`,e),kt(e,`popover`,r);break;case`xlinkActuate`:jt(e,`http://www.w3.org/1999/xlink`,`xlink:actuate`,r);break;case`xlinkArcrole`:jt(e,`http://www.w3.org/1999/xlink`,`xlink:arcrole`,r);break;case`xlinkRole`:jt(e,`http://www.w3.org/1999/xlink`,`xlink:role`,r);break;case`xlinkShow`:jt(e,`http://www.w3.org/1999/xlink`,`xlink:show`,r);break;case`xlinkTitle`:jt(e,`http://www.w3.org/1999/xlink`,`xlink:title`,r);break;case`xlinkType`:jt(e,`http://www.w3.org/1999/xlink`,`xlink:type`,r);break;case`xmlBase`:jt(e,`http://www.w3.org/XML/1998/namespace`,`xml:base`,r);break;case`xmlLang`:jt(e,`http://www.w3.org/XML/1998/namespace`,`xml:lang`,r);break;case`xmlSpace`:jt(e,`http://www.w3.org/XML/1998/namespace`,`xml:space`,r);break;case`is`:kt(e,`is`,r);break;case`innerText`:case`textContent`:break;default:(!(2<n.length)||n[0]!==`o`&&n[0]!==`O`||n[1]!==`n`&&n[1]!==`N`)&&(n=Zt.get(n)||n,kt(e,n,r))}}function Kd(e,t,n,r,a,o){switch(n){case`style`:Yt(e,r,o);break;case`dangerouslySetInnerHTML`:if(r!=null){if(typeof r!=`object`||!(`__html`in r))throw Error(i(61));if(n=r.__html,n!=null){if(a.children!=null)throw Error(i(60));e.innerHTML=n}}break;case`children`:typeof r==`string`?Kt(e,r):(typeof r==`number`||typeof r==`bigint`)&&Kt(e,``+r);break;case`onScroll`:r!=null&&jd(`scroll`,e);break;case`onScrollEnd`:r!=null&&jd(`scrollend`,e);break;case`onClick`:r!=null&&(e.onclick=en);break;case`suppressContentEditableWarning`:case`suppressHydrationWarning`:case`innerHTML`:case`ref`:break;case`innerText`:case`textContent`:break;default:if(!St.hasOwnProperty(n))a:{if(n[0]===`o`&&n[1]===`n`&&(a=n.endsWith(`Capture`),t=n.slice(2,a?n.length-7:void 0),o=e[ct]||null,o=o==null?null:o[n],typeof o==`function`&&e.removeEventListener(t,o,a),typeof r==`function`)){typeof o!=`function`&&o!==null&&(n in e?e[n]=null:e.hasAttribute(n)&&e.removeAttribute(n)),e.addEventListener(t,r,a);break a}n in e?e[n]=r:!0===r?e.setAttribute(n,``):kt(e,n,r)}}}function qd(e,t,n){switch(t){case`div`:case`span`:case`svg`:case`path`:case`a`:case`g`:case`p`:case`li`:break;case`img`:jd(`error`,e),jd(`load`,e);var r=!1,a=!1,o;for(o in n)if(n.hasOwnProperty(o)){var s=n[o];if(s!=null)switch(o){case`src`:r=!0;break;case`srcSet`:a=!0;break;case`children`:case`dangerouslySetInnerHTML`:throw Error(i(137,t));default:Gd(e,t,o,s,n,null)}}a&&Gd(e,t,`srcSet`,n.srcSet,n,null),r&&Gd(e,t,`src`,n.src,n,null);return;case`input`:jd(`invalid`,e);var c=o=s=a=null,l=null,u=null;for(r in n)if(n.hasOwnProperty(r)){var d=n[r];if(d!=null)switch(r){case`name`:a=d;break;case`type`:s=d;break;case`checked`:l=d;break;case`defaultChecked`:u=d;break;case`value`:o=d;break;case`defaultValue`:c=d;break;case`children`:case`dangerouslySetInnerHTML`:if(d!=null)throw Error(i(137,t));break;default:Gd(e,t,r,d,n,null)}}Vt(e,o,c,l,u,s,a,!1);return;case`select`:for(a in jd(`invalid`,e),r=s=o=null,n)if(n.hasOwnProperty(a)&&(c=n[a],c!=null))switch(a){case`value`:o=c;break;case`defaultValue`:s=c;break;case`multiple`:r=c;default:Gd(e,t,a,c,n,null)}t=o,n=s,e.multiple=!!r,t==null?n!=null&&Ut(e,!!r,n,!0):Ut(e,!!r,t,!1);return;case`textarea`:for(s in jd(`invalid`,e),o=a=r=null,n)if(n.hasOwnProperty(s)&&(c=n[s],c!=null))switch(s){case`value`:r=c;break;case`defaultValue`:a=c;break;case`children`:o=c;break;case`dangerouslySetInnerHTML`:if(c!=null)throw Error(i(91));break;default:Gd(e,t,s,c,n,null)}Gt(e,r,a,o);return;case`option`:for(l in n)if(n.hasOwnProperty(l)&&(r=n[l],r!=null))switch(l){case`selected`:e.selected=r&&typeof r!=`function`&&typeof r!=`symbol`;break;default:Gd(e,t,l,r,n,null)}return;case`dialog`:jd(`beforetoggle`,e),jd(`toggle`,e),jd(`cancel`,e),jd(`close`,e);break;case`iframe`:case`object`:jd(`load`,e);break;case`video`:case`audio`:for(r=0;r<Od.length;r++)jd(Od[r],e);break;case`image`:jd(`error`,e),jd(`load`,e);break;case`details`:jd(`toggle`,e);break;case`embed`:case`source`:case`link`:jd(`error`,e),jd(`load`,e);case`area`:case`base`:case`br`:case`col`:case`hr`:case`keygen`:case`meta`:case`param`:case`track`:case`wbr`:case`menuitem`:for(u in n)if(n.hasOwnProperty(u)&&(r=n[u],r!=null))switch(u){case`children`:case`dangerouslySetInnerHTML`:throw Error(i(137,t));default:Gd(e,t,u,r,n,null)}return;default:if(Xt(t)){for(d in n)n.hasOwnProperty(d)&&(r=n[d],r!==void 0&&Kd(e,t,d,r,n,void 0));return}}for(c in n)n.hasOwnProperty(c)&&(r=n[c],r!=null&&Gd(e,t,c,r,n,null))}function Jd(e,t,n,r){switch(t){case`div`:case`span`:case`svg`:case`path`:case`a`:case`g`:case`p`:case`li`:break;case`input`:var a=null,o=null,s=null,c=null,l=null,u=null,d=null;for(m in n){var f=n[m];if(n.hasOwnProperty(m)&&f!=null)switch(m){case`checked`:break;case`value`:break;case`defaultValue`:l=f;default:r.hasOwnProperty(m)||Gd(e,t,m,null,r,f)}}for(var p in r){var m=r[p];if(f=n[p],r.hasOwnProperty(p)&&(m!=null||f!=null))switch(p){case`type`:o=m;break;case`name`:a=m;break;case`checked`:u=m;break;case`defaultChecked`:d=m;break;case`value`:s=m;break;case`defaultValue`:c=m;break;case`children`:case`dangerouslySetInnerHTML`:if(m!=null)throw Error(i(137,t));break;default:m!==f&&Gd(e,t,p,m,r,f)}}Bt(e,s,c,l,u,d,o,a);return;case`select`:for(o in m=s=c=p=null,n)if(l=n[o],n.hasOwnProperty(o)&&l!=null)switch(o){case`value`:break;case`multiple`:m=l;default:r.hasOwnProperty(o)||Gd(e,t,o,null,r,l)}for(a in r)if(o=r[a],l=n[a],r.hasOwnProperty(a)&&(o!=null||l!=null))switch(a){case`value`:p=o;break;case`defaultValue`:c=o;break;case`multiple`:s=o;default:o!==l&&Gd(e,t,a,o,r,l)}t=c,n=s,r=m,p==null?!!r!=!!n&&(t==null?Ut(e,!!n,n?[]:``,!1):Ut(e,!!n,t,!0)):Ut(e,!!n,p,!1);return;case`textarea`:for(c in m=p=null,n)if(a=n[c],n.hasOwnProperty(c)&&a!=null&&!r.hasOwnProperty(c))switch(c){case`value`:break;case`children`:break;default:Gd(e,t,c,null,r,a)}for(s in r)if(a=r[s],o=n[s],r.hasOwnProperty(s)&&(a!=null||o!=null))switch(s){case`value`:p=a;break;case`defaultValue`:m=a;break;case`children`:break;case`dangerouslySetInnerHTML`:if(a!=null)throw Error(i(91));break;default:a!==o&&Gd(e,t,s,a,r,o)}Wt(e,p,m);return;case`option`:for(var h in n)if(p=n[h],n.hasOwnProperty(h)&&p!=null&&!r.hasOwnProperty(h))switch(h){case`selected`:e.selected=!1;break;default:Gd(e,t,h,null,r,p)}for(l in r)if(p=r[l],m=n[l],r.hasOwnProperty(l)&&p!==m&&(p!=null||m!=null))switch(l){case`selected`:e.selected=p&&typeof p!=`function`&&typeof p!=`symbol`;break;default:Gd(e,t,l,p,r,m)}return;case`img`:case`link`:case`area`:case`base`:case`br`:case`col`:case`embed`:case`hr`:case`keygen`:case`meta`:case`param`:case`source`:case`track`:case`wbr`:case`menuitem`:for(var g in n)p=n[g],n.hasOwnProperty(g)&&p!=null&&!r.hasOwnProperty(g)&&Gd(e,t,g,null,r,p);for(u in r)if(p=r[u],m=n[u],r.hasOwnProperty(u)&&p!==m&&(p!=null||m!=null))switch(u){case`children`:case`dangerouslySetInnerHTML`:if(p!=null)throw Error(i(137,t));break;default:Gd(e,t,u,p,r,m)}return;default:if(Xt(t)){for(var _ in n)p=n[_],n.hasOwnProperty(_)&&p!==void 0&&!r.hasOwnProperty(_)&&Kd(e,t,_,void 0,r,p);for(d in r)p=r[d],m=n[d],!r.hasOwnProperty(d)||p===m||p===void 0&&m===void 0||Kd(e,t,d,p,r,m);return}}for(var v in n)p=n[v],n.hasOwnProperty(v)&&p!=null&&!r.hasOwnProperty(v)&&Gd(e,t,v,null,r,p);for(f in r)p=r[f],m=n[f],!r.hasOwnProperty(f)||p===m||p==null&&m==null||Gd(e,t,f,p,r,m)}function Yd(e){switch(e){case`css`:case`script`:case`font`:case`img`:case`image`:case`input`:case`link`:return!0;default:return!1}}function Xd(){if(typeof performance.getEntriesByType==`function`){for(var e=0,t=0,n=performance.getEntriesByType(`resource`),r=0;r<n.length;r++){var i=n[r],a=i.transferSize,o=i.initiatorType,s=i.duration;if(a&&s&&Yd(o)){for(o=0,s=i.responseEnd,r+=1;r<n.length;r++){var c=n[r],l=c.startTime;if(l>s)break;var u=c.transferSize,d=c.initiatorType;u&&Yd(d)&&(c=c.responseEnd,o+=u*(c<s?1:(s-l)/(c-l)))}if(--r,t+=8*(a+o)/(i.duration/1e3),e++,10<e)break}}if(0<e)return t/e/1e6}return navigator.connection&&(e=navigator.connection.downlink,typeof e==`number`)?e:5}var Zd=null,Qd=null;function V(e){return e.nodeType===9?e:e.ownerDocument}function $d(e){switch(e){case`http://www.w3.org/2000/svg`:return 1;case`http://www.w3.org/1998/Math/MathML`:return 2;default:return 0}}function H(e,t){if(e===0)switch(t){case`svg`:return 1;case`math`:return 2;default:return 0}return e===1&&t===`foreignObject`?0:e}function ef(e,t){return e===`textarea`||e===`noscript`||typeof t.children==`string`||typeof t.children==`number`||typeof t.children==`bigint`||typeof t.dangerouslySetInnerHTML==`object`&&t.dangerouslySetInnerHTML!==null&&t.dangerouslySetInnerHTML.__html!=null}var tf=null;function nf(){var e=window.event;return e&&e.type===`popstate`?e===tf?!1:(tf=e,!0):(tf=null,!1)}var rf=typeof setTimeout==`function`?setTimeout:void 0,af=typeof clearTimeout==`function`?clearTimeout:void 0,U=typeof Promise==`function`?Promise:void 0,of=typeof queueMicrotask==`function`?queueMicrotask:U===void 0?rf:function(e){return U.resolve(null).then(e).catch(sf)};function sf(e){setTimeout(function(){throw e})}function cf(e){return e===`head`}function lf(e,t){var n=t,r=0;do{var i=n.nextSibling;if(e.removeChild(n),i&&i.nodeType===8)if(n=i.data,n===`/$`||n===`/&`){if(r===0){e.removeChild(i),Rp(t);return}r--}else if(n===`$`||n===`$?`||n===`$~`||n===`$!`||n===`&`)r++;else if(n===`html`)Cf(e.ownerDocument.documentElement);else if(n===`head`){n=e.ownerDocument.head,Cf(n);for(var a=n.firstChild;a;){var o=a.nextSibling,s=a.nodeName;a[mt]||s===`SCRIPT`||s===`STYLE`||s===`LINK`&&a.rel.toLowerCase()===`stylesheet`||n.removeChild(a),a=o}}else n===`body`&&Cf(e.ownerDocument.body);n=i}while(n);Rp(t)}function uf(e,t){var n=e;e=0;do{var r=n.nextSibling;if(n.nodeType===1?t?(n._stashedDisplay=n.style.display,n.style.display=`none`):(n.style.display=n._stashedDisplay||``,n.getAttribute(`style`)===``&&n.removeAttribute(`style`)):n.nodeType===3&&(t?(n._stashedText=n.nodeValue,n.nodeValue=``):n.nodeValue=n._stashedText||``),r&&r.nodeType===8)if(n=r.data,n===`/$`){if(e===0)break;e--}else n!==`$`&&n!==`$?`&&n!==`$~`&&n!==`$!`||e++;n=r}while(n)}function df(e){var t=e.firstChild;for(t&&t.nodeType===10&&(t=t.nextSibling);t;){var n=t;switch(t=t.nextSibling,n.nodeName){case`HTML`:case`HEAD`:case`BODY`:df(n),ht(n);continue;case`SCRIPT`:case`STYLE`:continue;case`LINK`:if(n.rel.toLowerCase()===`stylesheet`)continue}e.removeChild(n)}}function ff(e,t,n,r){for(;e.nodeType===1;){var i=n;if(e.nodeName.toLowerCase()!==t.toLowerCase()){if(!r&&(e.nodeName!==`INPUT`||e.type!==`hidden`))break}else if(!r)if(t===`input`&&e.type===`hidden`){var a=i.name==null?null:``+i.name;if(i.type===`hidden`&&e.getAttribute(`name`)===a)return e}else return e;else if(!e[mt])switch(t){case`meta`:if(!e.hasAttribute(`itemprop`))break;return e;case`link`:if(a=e.getAttribute(`rel`),a===`stylesheet`&&e.hasAttribute(`data-precedence`)||a!==i.rel||e.getAttribute(`href`)!==(i.href==null||i.href===``?null:i.href)||e.getAttribute(`crossorigin`)!==(i.crossOrigin==null?null:i.crossOrigin)||e.getAttribute(`title`)!==(i.title==null?null:i.title))break;return e;case`style`:if(e.hasAttribute(`data-precedence`))break;return e;case`script`:if(a=e.getAttribute(`src`),(a!==(i.src==null?null:i.src)||e.getAttribute(`type`)!==(i.type==null?null:i.type)||e.getAttribute(`crossorigin`)!==(i.crossOrigin==null?null:i.crossOrigin))&&a&&e.hasAttribute(`async`)&&!e.hasAttribute(`itemprop`))break;return e;default:return e}if(e=vf(e.nextSibling),e===null)break}return null}function pf(e,t,n){if(t===``)return null;for(;e.nodeType!==3;)if((e.nodeType!==1||e.nodeName!==`INPUT`||e.type!==`hidden`)&&!n||(e=vf(e.nextSibling),e===null))return null;return e}function mf(e,t){for(;e.nodeType!==8;)if((e.nodeType!==1||e.nodeName!==`INPUT`||e.type!==`hidden`)&&!t||(e=vf(e.nextSibling),e===null))return null;return e}function hf(e){return e.data===`$?`||e.data===`$~`}function gf(e){return e.data===`$!`||e.data===`$?`&&e.ownerDocument.readyState!==`loading`}function _f(e,t){var n=e.ownerDocument;if(e.data===`$~`)e._reactRetry=t;else if(e.data!==`$?`||n.readyState!==`loading`)t();else{var r=function(){t(),n.removeEventListener(`DOMContentLoaded`,r)};n.addEventListener(`DOMContentLoaded`,r),e._reactRetry=r}}function vf(e){for(;e!=null;e=e.nextSibling){var t=e.nodeType;if(t===1||t===3)break;if(t===8){if(t=e.data,t===`$`||t===`$!`||t===`$?`||t===`$~`||t===`&`||t===`F!`||t===`F`)break;if(t===`/$`||t===`/&`)return null}}return e}var yf=null;function bf(e){e=e.nextSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n===`/$`||n===`/&`){if(t===0)return vf(e.nextSibling);t--}else n!==`$`&&n!==`$!`&&n!==`$?`&&n!==`$~`&&n!==`&`||t++}e=e.nextSibling}return null}function xf(e){e=e.previousSibling;for(var t=0;e;){if(e.nodeType===8){var n=e.data;if(n===`$`||n===`$!`||n===`$?`||n===`$~`||n===`&`){if(t===0)return e;t--}else n!==`/$`&&n!==`/&`||t++}e=e.previousSibling}return null}function Sf(e,t,n){switch(t=V(n),e){case`html`:if(e=t.documentElement,!e)throw Error(i(452));return e;case`head`:if(e=t.head,!e)throw Error(i(453));return e;case`body`:if(e=t.body,!e)throw Error(i(454));return e;default:throw Error(i(451))}}function Cf(e){for(var t=e.attributes;t.length;)e.removeAttributeNode(t[0]);ht(e)}var wf=new Map,Tf=new Set;function Ef(e){return typeof e.getRootNode==`function`?e.getRootNode():e.nodeType===9?e:e.ownerDocument}var Df=N.d;N.d={f:Of,r:kf,D:Mf,C:Nf,L:Pf,m:Ff,X:Lf,S:If,M:Rf};function Of(){var e=Df.f(),t=Mu();return e||t}function kf(e){var t=_t(e);t!==null&&t.tag===5&&t.type===`form`?ks(t):Df.r(e)}var Af=typeof document>`u`?null:document;function jf(e,t,n){var r=Af;if(r&&typeof t==`string`&&t){var i=zt(t);i=`link[rel="`+e+`"][href="`+i+`"]`,typeof n==`string`&&(i+=`[crossorigin="`+n+`"]`),Tf.has(i)||(Tf.add(i),e={rel:e,crossOrigin:n,href:t},r.querySelector(i)===null&&(t=r.createElement(`link`),qd(t,`link`,e),bt(t),r.head.appendChild(t)))}}function Mf(e){Df.D(e),jf(`dns-prefetch`,e,null)}function Nf(e,t){Df.C(e,t),jf(`preconnect`,e,t)}function Pf(e,t,n){Df.L(e,t,n);var r=Af;if(r&&e&&t){var i=`link[rel="preload"][as="`+zt(t)+`"]`;t===`image`&&n&&n.imageSrcSet?(i+=`[imagesrcset="`+zt(n.imageSrcSet)+`"]`,typeof n.imageSizes==`string`&&(i+=`[imagesizes="`+zt(n.imageSizes)+`"]`)):i+=`[href="`+zt(e)+`"]`;var a=i;switch(t){case`style`:a=Bf(e);break;case`script`:a=Wf(e)}wf.has(a)||(e=f({rel:`preload`,href:t===`image`&&n&&n.imageSrcSet?void 0:e,as:t},n),wf.set(a,e),r.querySelector(i)!==null||t===`style`&&r.querySelector(Vf(a))||t===`script`&&r.querySelector(Gf(a))||(t=r.createElement(`link`),qd(t,`link`,e),bt(t),r.head.appendChild(t)))}}function Ff(e,t){Df.m(e,t);var n=Af;if(n&&e){var r=t&&typeof t.as==`string`?t.as:`script`,i=`link[rel="modulepreload"][as="`+zt(r)+`"][href="`+zt(e)+`"]`,a=i;switch(r){case`audioworklet`:case`paintworklet`:case`serviceworker`:case`sharedworker`:case`worker`:case`script`:a=Wf(e)}if(!wf.has(a)&&(e=f({rel:`modulepreload`,href:e},t),wf.set(a,e),n.querySelector(i)===null)){switch(r){case`audioworklet`:case`paintworklet`:case`serviceworker`:case`sharedworker`:case`worker`:case`script`:if(n.querySelector(Gf(a)))return}r=n.createElement(`link`),qd(r,`link`,e),bt(r),n.head.appendChild(r)}}}function If(e,t,n){Df.S(e,t,n);var r=Af;if(r&&e){var i=yt(r).hoistableStyles,a=Bf(e);t||=`default`;var o=i.get(a);if(!o){var s={loading:0,preload:null};if(o=r.querySelector(Vf(a)))s.loading=5;else{e=f({rel:`stylesheet`,href:e,"data-precedence":t},n),(n=wf.get(a))&&Jf(e,n);var c=o=r.createElement(`link`);bt(c),qd(c,`link`,e),c._p=new Promise(function(e,t){c.onload=e,c.onerror=t}),c.addEventListener(`load`,function(){s.loading|=1}),c.addEventListener(`error`,function(){s.loading|=2}),s.loading|=4,qf(o,t,r)}o={type:`stylesheet`,instance:o,count:1,state:s},i.set(a,o)}}}function Lf(e,t){Df.X(e,t);var n=Af;if(n&&e){var r=yt(n).hoistableScripts,i=Wf(e),a=r.get(i);a||(a=n.querySelector(Gf(i)),a||(e=f({src:e,async:!0},t),(t=wf.get(i))&&Yf(e,t),a=n.createElement(`script`),bt(a),qd(a,`link`,e),n.head.appendChild(a)),a={type:`script`,instance:a,count:1,state:null},r.set(i,a))}}function Rf(e,t){Df.M(e,t);var n=Af;if(n&&e){var r=yt(n).hoistableScripts,i=Wf(e),a=r.get(i);a||(a=n.querySelector(Gf(i)),a||(e=f({src:e,async:!0,type:`module`},t),(t=wf.get(i))&&Yf(e,t),a=n.createElement(`script`),bt(a),qd(a,`link`,e),n.head.appendChild(a)),a={type:`script`,instance:a,count:1,state:null},r.set(i,a))}}function zf(e,t,n,r){var a=(a=ce.current)?Ef(a):null;if(!a)throw Error(i(446));switch(e){case`meta`:case`title`:return null;case`style`:return typeof n.precedence==`string`&&typeof n.href==`string`?(t=Bf(n.href),n=yt(a).hoistableStyles,r=n.get(t),r||(r={type:`style`,instance:null,count:0,state:null},n.set(t,r)),r):{type:`void`,instance:null,count:0,state:null};case`link`:if(n.rel===`stylesheet`&&typeof n.href==`string`&&typeof n.precedence==`string`){e=Bf(n.href);var o=yt(a).hoistableStyles,s=o.get(e);if(s||(a=a.ownerDocument||a,s={type:`stylesheet`,instance:null,count:0,state:{loading:0,preload:null}},o.set(e,s),(o=a.querySelector(Vf(e)))&&!o._p&&(s.instance=o,s.state.loading=5),wf.has(e)||(n={rel:`preload`,as:`style`,href:n.href,crossOrigin:n.crossOrigin,integrity:n.integrity,media:n.media,hrefLang:n.hrefLang,referrerPolicy:n.referrerPolicy},wf.set(e,n),o||Uf(a,e,n,s.state))),t&&r===null)throw Error(i(528,``));return s}if(t&&r!==null)throw Error(i(529,``));return null;case`script`:return t=n.async,n=n.src,typeof n==`string`&&t&&typeof t!=`function`&&typeof t!=`symbol`?(t=Wf(n),n=yt(a).hoistableScripts,r=n.get(t),r||(r={type:`script`,instance:null,count:0,state:null},n.set(t,r)),r):{type:`void`,instance:null,count:0,state:null};default:throw Error(i(444,e))}}function Bf(e){return`href="`+zt(e)+`"`}function Vf(e){return`link[rel="stylesheet"][`+e+`]`}function Hf(e){return f({},e,{"data-precedence":e.precedence,precedence:null})}function Uf(e,t,n,r){e.querySelector(`link[rel="preload"][as="style"][`+t+`]`)?r.loading=1:(t=e.createElement(`link`),r.preload=t,t.addEventListener(`load`,function(){return r.loading|=1}),t.addEventListener(`error`,function(){return r.loading|=2}),qd(t,`link`,n),bt(t),e.head.appendChild(t))}function Wf(e){return`[src="`+zt(e)+`"]`}function Gf(e){return`script[async]`+e}function Kf(e,t,n){if(t.count++,t.instance===null)switch(t.type){case`style`:var r=e.querySelector(`style[data-href~="`+zt(n.href)+`"]`);if(r)return t.instance=r,bt(r),r;var a=f({},n,{"data-href":n.href,"data-precedence":n.precedence,href:null,precedence:null});return r=(e.ownerDocument||e).createElement(`style`),bt(r),qd(r,`style`,a),qf(r,n.precedence,e),t.instance=r;case`stylesheet`:a=Bf(n.href);var o=e.querySelector(Vf(a));if(o)return t.state.loading|=4,t.instance=o,bt(o),o;r=Hf(n),(a=wf.get(a))&&Jf(r,a),o=(e.ownerDocument||e).createElement(`link`),bt(o);var s=o;return s._p=new Promise(function(e,t){s.onload=e,s.onerror=t}),qd(o,`link`,r),t.state.loading|=4,qf(o,n.precedence,e),t.instance=o;case`script`:return o=Wf(n.src),(a=e.querySelector(Gf(o)))?(t.instance=a,bt(a),a):(r=n,(a=wf.get(o))&&(r=f({},n),Yf(r,a)),e=e.ownerDocument||e,a=e.createElement(`script`),bt(a),qd(a,`link`,r),e.head.appendChild(a),t.instance=a);case`void`:return null;default:throw Error(i(443,t.type))}else t.type===`stylesheet`&&!(t.state.loading&4)&&(r=t.instance,t.state.loading|=4,qf(r,n.precedence,e));return t.instance}function qf(e,t,n){for(var r=n.querySelectorAll(`link[rel="stylesheet"][data-precedence],style[data-precedence]`),i=r.length?r[r.length-1]:null,a=i,o=0;o<r.length;o++){var s=r[o];if(s.dataset.precedence===t)a=s;else if(a!==i)break}a?a.parentNode.insertBefore(e,a.nextSibling):(t=n.nodeType===9?n.head:n,t.insertBefore(e,t.firstChild))}function Jf(e,t){e.crossOrigin??=t.crossOrigin,e.referrerPolicy??=t.referrerPolicy,e.title??=t.title}function Yf(e,t){e.crossOrigin??=t.crossOrigin,e.referrerPolicy??=t.referrerPolicy,e.integrity??=t.integrity}var Xf=null;function Zf(e,t,n){if(Xf===null){var r=new Map,i=Xf=new Map;i.set(n,r)}else i=Xf,r=i.get(n),r||(r=new Map,i.set(n,r));if(r.has(e))return r;for(r.set(e,null),n=n.getElementsByTagName(e),i=0;i<n.length;i++){var a=n[i];if(!(a[mt]||a[st]||e===`link`&&a.getAttribute(`rel`)===`stylesheet`)&&a.namespaceURI!==`http://www.w3.org/2000/svg`){var o=a.getAttribute(t)||``;o=e+o;var s=r.get(o);s?s.push(a):r.set(o,[a])}}return r}function Qf(e,t,n){e=e.ownerDocument||e,e.head.insertBefore(n,t===`title`?e.querySelector(`head > title`):null)}function $f(e,t,n){if(n===1||t.itemProp!=null)return!1;switch(e){case`meta`:case`title`:return!0;case`style`:if(typeof t.precedence!=`string`||typeof t.href!=`string`||t.href===``)break;return!0;case`link`:if(typeof t.rel!=`string`||typeof t.href!=`string`||t.href===``||t.onLoad||t.onError)break;switch(t.rel){case`stylesheet`:return e=t.disabled,typeof t.precedence==`string`&&e==null;default:return!0}case`script`:if(t.async&&typeof t.async!=`function`&&typeof t.async!=`symbol`&&!t.onLoad&&!t.onError&&t.src&&typeof t.src==`string`)return!0}return!1}function ep(e){return!(e.type===`stylesheet`&&!(e.state.loading&3))}function tp(e,t,n,r){if(n.type===`stylesheet`&&(typeof r.media!=`string`||!1!==matchMedia(r.media).matches)&&!(n.state.loading&4)){if(n.instance===null){var i=Bf(r.href),a=t.querySelector(Vf(i));if(a){t=a._p,typeof t==`object`&&t&&typeof t.then==`function`&&(e.count++,e=ip.bind(e),t.then(e,e)),n.state.loading|=4,n.instance=a,bt(a);return}a=t.ownerDocument||t,r=Hf(r),(i=wf.get(i))&&Jf(r,i),a=a.createElement(`link`),bt(a);var o=a;o._p=new Promise(function(e,t){o.onload=e,o.onerror=t}),qd(a,`link`,r),n.instance=a}e.stylesheets===null&&(e.stylesheets=new Map),e.stylesheets.set(n,t),(t=n.state.preload)&&!(n.state.loading&3)&&(e.count++,n=ip.bind(e),t.addEventListener(`load`,n),t.addEventListener(`error`,n))}}var np=0;function rp(e,t){return e.stylesheets&&e.count===0&&op(e,e.stylesheets),0<e.count||0<e.imgCount?function(n){var r=setTimeout(function(){if(e.stylesheets&&op(e,e.stylesheets),e.unsuspend){var t=e.unsuspend;e.unsuspend=null,t()}},6e4+t);0<e.imgBytes&&np===0&&(np=62500*Xd());var i=setTimeout(function(){if(e.waitingForImages=!1,e.count===0&&(e.stylesheets&&op(e,e.stylesheets),e.unsuspend)){var t=e.unsuspend;e.unsuspend=null,t()}},(e.imgBytes>np?50:800)+t);return e.unsuspend=n,function(){e.unsuspend=null,clearTimeout(r),clearTimeout(i)}}:null}function ip(){if(this.count--,this.count===0&&(this.imgCount===0||!this.waitingForImages)){if(this.stylesheets)op(this,this.stylesheets);else if(this.unsuspend){var e=this.unsuspend;this.unsuspend=null,e()}}}var ap=null;function op(e,t){e.stylesheets=null,e.unsuspend!==null&&(e.count++,ap=new Map,t.forEach(sp,e),ap=null,ip.call(e))}function sp(e,t){if(!(t.state.loading&4)){var n=ap.get(e);if(n)var r=n.get(null);else{n=new Map,ap.set(e,n);for(var i=e.querySelectorAll(`link[data-precedence],style[data-precedence]`),a=0;a<i.length;a++){var o=i[a];(o.nodeName===`LINK`||o.getAttribute(`media`)!==`not all`)&&(n.set(o.dataset.precedence,o),r=o)}r&&n.set(null,r)}i=t.instance,o=i.getAttribute(`data-precedence`),a=n.get(o)||r,a===r&&n.set(null,i),n.set(o,i),this.count++,r=ip.bind(this),i.addEventListener(`load`,r),i.addEventListener(`error`,r),a?a.parentNode.insertBefore(i,a.nextSibling):(e=e.nodeType===9?e.head:e,e.insertBefore(i,e.firstChild)),t.state.loading|=4}}var cp={$$typeof:b,Provider:null,Consumer:null,_currentValue:te,_currentValue2:te,_threadCount:0};function lp(e,t,n,r,i,a,o,s,c){this.tag=1,this.containerInfo=e,this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.next=this.pendingContext=this.context=this.cancelPendingCommit=null,this.callbackPriority=0,this.expirationTimes=Xe(-1),this.entangledLanes=this.shellSuspendCounter=this.errorRecoveryDisabledLanes=this.expiredLanes=this.warmLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Xe(0),this.hiddenUpdates=Xe(null),this.identifierPrefix=r,this.onUncaughtError=i,this.onCaughtError=a,this.onRecoverableError=o,this.pooledCache=null,this.pooledCacheLanes=0,this.formState=c,this.incompleteTransitions=new Map}function up(e,t,n,r,i,a,o,s,c,l,u,d){return e=new lp(e,t,n,o,c,l,u,d,s),t=1,!0===a&&(t|=24),a=ci(3,null,null,t),e.current=a,a.stateNode=e,t=la(),t.refCount++,e.pooledCache=t,t.refCount++,a.memoizedState={element:r,isDehydrated:n,cache:t},Ha(a),e}function dp(e){return e?(e=oi,e):oi}function fp(e,t,n,r,i,a){i=dp(i),r.context===null?r.context=i:r.pendingContext=i,r=Wa(t),r.payload={element:n},a=a===void 0?null:a,a!==null&&(r.callback=a),n=Ga(e,r,t),n!==null&&(Du(n,e,t),Ka(n,e,t))}function pp(e,t){if(e=e.memoizedState,e!==null&&e.dehydrated!==null){var n=e.retryLane;e.retryLane=n!==0&&n<t?n:t}}function mp(e,t){pp(e,t),(e=e.alternate)&&pp(e,t)}function hp(e){if(e.tag===13||e.tag===31){var t=ri(e,67108864);t!==null&&Du(t,e,67108864),mp(e,67108864)}}function gp(e){if(e.tag===13||e.tag===31){var t=Tu();t=nt(t);var n=ri(e,t);n!==null&&Du(n,e,t),mp(e,t)}}var _p=!0;function vp(e,t,n,r){var i=M.T;M.T=null;var a=N.p;try{N.p=2,bp(e,t,n,r)}finally{N.p=a,M.T=i}}function yp(e,t,n,r){var i=M.T;M.T=null;var a=N.p;try{N.p=8,bp(e,t,n,r)}finally{N.p=a,M.T=i}}function bp(e,t,n,r){if(_p){var i=xp(r);if(i===null)Id(e,t,r,Sp,n),G(e,r);else if(q(i,e,t,n,r))r.stopPropagation();else if(G(e,r),t&4&&-1<jp.indexOf(e)){for(;i!==null;){var a=_t(i);if(a!==null)switch(a.tag){case 3:if(a=a.stateNode,a.current.memoizedState.isDehydrated){var o=Ge(a.pendingLanes);if(o!==0){var s=a;for(s.pendingLanes|=2,s.entangledLanes|=2;o;){var c=1<<31-Re(o);s.entanglements[1]|=c,o&=~c}md(a),!(Kl&6)&&(pu=Ee()+500,hd(0,!1))}}break;case 31:case 13:s=ri(a,2),s!==null&&Du(s,a,2),Mu(),mp(a,2)}if(a=xp(r),a===null&&Id(e,t,r,Sp,n),a===i)break;i=a}i!==null&&r.stopPropagation()}else Id(e,t,r,null,n)}}function xp(e){return e=nn(e),Cp(e)}var Sp=null;function Cp(e){if(Sp=null,e=gt(e),e!==null){var t=o(e);if(t===null)e=null;else{var n=t.tag;if(n===13){if(e=s(t),e!==null)return e;e=null}else if(n===31){if(e=c(t),e!==null)return e;e=null}else if(n===3){if(t.stateNode.current.memoizedState.isDehydrated)return t.tag===3?t.stateNode.containerInfo:null;e=null}else t!==e&&(e=null)}}return Sp=e,null}function wp(e){switch(e){case`beforetoggle`:case`cancel`:case`click`:case`close`:case`contextmenu`:case`copy`:case`cut`:case`auxclick`:case`dblclick`:case`dragend`:case`dragstart`:case`drop`:case`focusin`:case`focusout`:case`input`:case`invalid`:case`keydown`:case`keypress`:case`keyup`:case`mousedown`:case`mouseup`:case`paste`:case`pause`:case`play`:case`pointercancel`:case`pointerdown`:case`pointerup`:case`ratechange`:case`reset`:case`resize`:case`seeked`:case`submit`:case`toggle`:case`touchcancel`:case`touchend`:case`touchstart`:case`volumechange`:case`change`:case`selectionchange`:case`textInput`:case`compositionstart`:case`compositionend`:case`compositionupdate`:case`beforeblur`:case`afterblur`:case`beforeinput`:case`blur`:case`fullscreenchange`:case`focus`:case`hashchange`:case`popstate`:case`select`:case`selectstart`:return 2;case`drag`:case`dragenter`:case`dragexit`:case`dragleave`:case`dragover`:case`mousemove`:case`mouseout`:case`mouseover`:case`pointermove`:case`pointerout`:case`pointerover`:case`scroll`:case`touchmove`:case`wheel`:case`mouseenter`:case`mouseleave`:case`pointerenter`:case`pointerleave`:return 8;case`message`:switch(De()){case Oe:return 2;case ke:return 8;case Ae:case je:return 32;case Me:return 268435456;default:return 32}default:return 32}}var Tp=!1,Ep=null,Dp=null,Op=null,kp=new Map,Ap=new Map,W=[],jp=`mousedown mouseup touchcancel touchend touchstart auxclick dblclick pointercancel pointerdown pointerup dragend dragstart drop compositionend compositionstart keydown keypress keyup input textInput copy cut paste click change contextmenu reset`.split(` `);function G(e,t){switch(e){case`focusin`:case`focusout`:Ep=null;break;case`dragenter`:case`dragleave`:Dp=null;break;case`mouseover`:case`mouseout`:Op=null;break;case`pointerover`:case`pointerout`:kp.delete(t.pointerId);break;case`gotpointercapture`:case`lostpointercapture`:Ap.delete(t.pointerId)}}function K(e,t,n,r,i,a){return e===null||e.nativeEvent!==a?(e={blockedOn:t,domEventName:n,eventSystemFlags:r,nativeEvent:a,targetContainers:[i]},t!==null&&(t=_t(t),t!==null&&hp(t)),e):(e.eventSystemFlags|=r,t=e.targetContainers,i!==null&&t.indexOf(i)===-1&&t.push(i),e)}function q(e,t,n,r,i){switch(t){case`focusin`:return Ep=K(Ep,e,t,n,r,i),!0;case`dragenter`:return Dp=K(Dp,e,t,n,r,i),!0;case`mouseover`:return Op=K(Op,e,t,n,r,i),!0;case`pointerover`:var a=i.pointerId;return kp.set(a,K(kp.get(a)||null,e,t,n,r,i)),!0;case`gotpointercapture`:return a=i.pointerId,Ap.set(a,K(Ap.get(a)||null,e,t,n,r,i)),!0}return!1}function Mp(e){var t=gt(e.target);if(t!==null){var n=o(t);if(n!==null){if(t=n.tag,t===13){if(t=s(n),t!==null){e.blockedOn=t,at(e.priority,function(){gp(n)});return}}else if(t===31){if(t=c(n),t!==null){e.blockedOn=t,at(e.priority,function(){gp(n)});return}}else if(t===3&&n.stateNode.current.memoizedState.isDehydrated){e.blockedOn=n.tag===3?n.stateNode.containerInfo:null;return}}}e.blockedOn=null}function Np(e){if(e.blockedOn!==null)return!1;for(var t=e.targetContainers;0<t.length;){var n=xp(e.nativeEvent);if(n===null){n=e.nativeEvent;var r=new n.constructor(n.type,n);tn=r,n.target.dispatchEvent(r),tn=null}else return t=_t(n),t!==null&&hp(t),e.blockedOn=n,!1;t.shift()}return!0}function Pp(e,t,n){Np(e)&&n.delete(t)}function Fp(){Tp=!1,Ep!==null&&Np(Ep)&&(Ep=null),Dp!==null&&Np(Dp)&&(Dp=null),Op!==null&&Np(Op)&&(Op=null),kp.forEach(Pp),Ap.forEach(Pp)}function J(e,n){e.blockedOn===n&&(e.blockedOn=null,Tp||(Tp=!0,t.unstable_scheduleCallback(t.unstable_NormalPriority,Fp)))}var Ip=null;function Lp(e){Ip!==e&&(Ip=e,t.unstable_scheduleCallback(t.unstable_NormalPriority,function(){Ip===e&&(Ip=null);for(var t=0;t<e.length;t+=3){var n=e[t],r=e[t+1],i=e[t+2];if(typeof r!=`function`){if(Cp(r||n)===null)continue;break}var a=_t(n);a!==null&&(e.splice(t,3),t-=3,Ds(a,{pending:!0,data:i,method:n.method,action:r},r,i))}}))}function Rp(e){function t(t){return J(t,e)}Ep!==null&&J(Ep,e),Dp!==null&&J(Dp,e),Op!==null&&J(Op,e),kp.forEach(t),Ap.forEach(t);for(var n=0;n<W.length;n++){var r=W[n];r.blockedOn===e&&(r.blockedOn=null)}for(;0<W.length&&(n=W[0],n.blockedOn===null);)Mp(n),n.blockedOn===null&&W.shift();if(n=(e.ownerDocument||e).$$reactFormReplay,n!=null)for(r=0;r<n.length;r+=3){var i=n[r],a=n[r+1],o=i[ct]||null;if(typeof a==`function`)o||Lp(n);else if(o){var s=null;if(a&&a.hasAttribute(`formAction`)){if(i=a,o=a[ct]||null)s=o.formAction;else if(Cp(i)!==null)continue}else s=o.action;typeof s==`function`?n[r+1]=s:(n.splice(r,3),r-=3),Lp(n)}}}function zp(){function e(e){e.canIntercept&&e.info===`react-transition`&&e.intercept({handler:function(){return new Promise(function(e){return i=e})},focusReset:`manual`,scroll:`manual`})}function t(){i!==null&&(i(),i=null),r||setTimeout(n,20)}function n(){if(!r&&!navigation.transition){var e=navigation.currentEntry;e&&e.url!=null&&navigation.navigate(e.url,{state:e.getState(),info:`react-transition`,history:`replace`})}}if(typeof navigation==`object`){var r=!1,i=null;return navigation.addEventListener(`navigate`,e),navigation.addEventListener(`navigatesuccess`,t),navigation.addEventListener(`navigateerror`,t),setTimeout(n,100),function(){r=!0,navigation.removeEventListener(`navigate`,e),navigation.removeEventListener(`navigatesuccess`,t),navigation.removeEventListener(`navigateerror`,t),i!==null&&(i(),i=null)}}}function Bp(e){this._internalRoot=e}Vp.prototype.render=Bp.prototype.render=function(e){var t=this._internalRoot;if(t===null)throw Error(i(409));var n=t.current;fp(n,Tu(),e,t,null,null)},Vp.prototype.unmount=Bp.prototype.unmount=function(){var e=this._internalRoot;if(e!==null){this._internalRoot=null;var t=e.containerInfo;fp(e.current,2,null,e,null,null),Mu(),t[lt]=null}};function Vp(e){this._internalRoot=e}Vp.prototype.unstable_scheduleHydration=function(e){if(e){var t=it();e={blockedOn:null,target:e,priority:t};for(var n=0;n<W.length&&t!==0&&t<W[n].priority;n++);W.splice(n,0,e),n===0&&Mp(e)}};var Hp=n.version;if(Hp!==`19.2.7`)throw Error(i(527,Hp,`19.2.7`));N.findDOMNode=function(e){var t=e._reactInternals;if(t===void 0)throw typeof e.render==`function`?Error(i(188)):(e=Object.keys(e).join(`,`),Error(i(268,e)));return e=u(t),e=e===null?null:d(e),e=e===null?null:e.stateNode,e};var Up={bundleType:0,version:`19.2.7`,rendererPackageName:`react-dom`,currentDispatcherRef:M,reconcilerVersion:`19.2.7`};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<`u`){var Wp=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!Wp.isDisabled&&Wp.supportsFiber)try{Fe=Wp.inject(Up),Ie=Wp}catch{}}e.createRoot=function(e,t){if(!a(e))throw Error(i(299));var n=!1,r=``,o=Ys,s=Xs,c=Zs;return t!=null&&(!0===t.unstable_strictMode&&(n=!0),t.identifierPrefix!==void 0&&(r=t.identifierPrefix),t.onUncaughtError!==void 0&&(o=t.onUncaughtError),t.onCaughtError!==void 0&&(s=t.onCaughtError),t.onRecoverableError!==void 0&&(c=t.onRecoverableError)),t=up(e,1,!1,null,null,n,r,null,o,s,c,zp),e[lt]=t.current,Pd(e),new Bp(t)}})),Dl=t(((e,t)=>{function n(){if(!(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__>`u`||typeof __REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE!=`function`))try{__REACT_DEVTOOLS_GLOBAL_HOOK__.checkDCE(n)}catch(e){console.error(e)}}n(),t.exports=El()})),Ol=class{constructor(){this.listeners=new Set,this.subscribe=this.subscribe.bind(this)}subscribe(e){return this.listeners.add(e),this.onSubscribe(),()=>{this.listeners.delete(e),this.onUnsubscribe()}}hasListeners(){return this.listeners.size>0}onSubscribe(){}onUnsubscribe(){}},kl=new class extends Ol{#e;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e();return window.addEventListener(`visibilitychange`,t,!1),()=>{window.removeEventListener(`visibilitychange`,t)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(e=>{typeof e==`boolean`?this.setFocused(e):this.onFocus()})}setFocused(e){this.#e!==e&&(this.#e=e,this.onFocus())}onFocus(){let e=this.isFocused();this.listeners.forEach(t=>{t(e)})}isFocused(){return typeof this.#e==`boolean`?this.#e:globalThis.document?.visibilityState!==`hidden`}},Al={setTimeout:(e,t)=>setTimeout(e,t),clearTimeout:e=>clearTimeout(e),setInterval:(e,t)=>setInterval(e,t),clearInterval:e=>clearInterval(e)},jl=new class{#e=Al;setTimeoutProvider(e){this.#e=e}setTimeout(e,t){return this.#e.setTimeout(e,t)}clearTimeout(e){this.#e.clearTimeout(e)}setInterval(e,t){return this.#e.setInterval(e,t)}clearInterval(e){this.#e.clearInterval(e)}};function Ml(e){setTimeout(e,0)}var Nl=typeof window>`u`||`Deno`in globalThis;function Pl(){}function Fl(e,t){return typeof e==`function`?e(t):e}function Il(e){return typeof e==`number`&&e>=0&&e!==1/0}function Ll(e,t){return Math.max(e+(t||0)-Date.now(),0)}function Rl(e,t){return typeof e==`function`?e(t):e}function zl(e,t){return typeof e==`function`?e(t):e}function Bl(e,t){let{type:n=`all`,exact:r,fetchStatus:i,predicate:a,queryKey:o,stale:s}=e;if(o){if(r){if(t.queryHash!==Hl(o,t.options))return!1}else if(!Wl(t.queryKey,o))return!1}if(n!==`all`){let e=t.isActive();if(n===`active`&&!e||n===`inactive`&&e)return!1}return!(typeof s==`boolean`&&t.isStale()!==s||i&&i!==t.state.fetchStatus||a&&!a(t))}function Vl(e,t){let{exact:n,status:r,predicate:i,mutationKey:a}=e;if(a){if(!t.options.mutationKey)return!1;if(n){if(Ul(t.options.mutationKey)!==Ul(a))return!1}else if(!Wl(t.options.mutationKey,a))return!1}return!(r&&t.state.status!==r||i&&!i(t))}function Hl(e,t){return(t?.queryKeyHashFn||Ul)(e)}function Ul(e){return JSON.stringify(e,(e,t)=>Yl(t)?Object.keys(t).sort().reduce((e,n)=>(e[n]=t[n],e),{}):t)}function Wl(e,t){return e===t?!0:typeof e==typeof t&&e&&t&&typeof e==`object`&&typeof t==`object`?Object.keys(t).every(n=>Wl(e[n],t[n])):!1}var Gl=Object.prototype.hasOwnProperty;function Kl(e,t,n=0){if(e===t)return e;if(n>500)return t;let r=Jl(e)&&Jl(t);if(!r&&!(Yl(e)&&Yl(t)))return t;let i=(r?e:Object.keys(e)).length,a=r?t:Object.keys(t),o=a.length,s=r?Array(o):{},c=0;for(let l=0;l<o;l++){let o=r?l:a[l],u=e[o],d=t[o];if(u===d){s[o]=u,(r?l<i:Gl.call(e,o))&&c++;continue}if(u===null||d===null||typeof u!=`object`||typeof d!=`object`){s[o]=d;continue}let f=Kl(u,d,n+1);s[o]=f,f===u&&c++}return i===o&&c===i?e:s}function ql(e,t){if(!t||Object.keys(e).length!==Object.keys(t).length)return!1;for(let n in e)if(e[n]!==t[n])return!1;return!0}function Jl(e){return Array.isArray(e)&&e.length===Object.keys(e).length}function Yl(e){if(!Xl(e))return!1;let t=e.constructor;if(t===void 0)return!0;let n=t.prototype;return!(!Xl(n)||!n.hasOwnProperty(`isPrototypeOf`)||Object.getPrototypeOf(e)!==Object.prototype)}function Xl(e){return Object.prototype.toString.call(e)===`[object Object]`}function Zl(e){return new Promise(t=>{jl.setTimeout(t,e)})}function Ql(e,t,n){return typeof n.structuralSharing==`function`?n.structuralSharing(e,t):n.structuralSharing===!1?t:Kl(e,t)}function $l(e){return e}function eu(e,t,n=0){let r=[...e,t];return n&&r.length>n?r.slice(1):r}function tu(e,t,n=0){let r=[t,...e];return n&&r.length>n?r.slice(0,-1):r}var nu=Symbol();function ru(e,t){return!e.queryFn&&t?.initialPromise?()=>t.initialPromise:!e.queryFn||e.queryFn===nu?()=>Promise.reject(Error(`Missing queryFn: '${e.queryHash}'`)):e.queryFn}function iu(e,t){return typeof e==`function`?e(...t):!!e}function au(e,t,n){let r=!1,i;return Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(i??=t(),r?i:(r=!0,i.aborted?n():i.addEventListener(`abort`,n,{once:!0}),i))}),e}var ou=(()=>{let e=()=>Nl;return{isServer(){return e()},setIsServer(t){e=t}}})();function su(){let e,t,n=new Promise((n,r)=>{e=n,t=r});n.status=`pending`,n.catch(()=>{});function r(e){Object.assign(n,e),delete n.resolve,delete n.reject}return n.resolve=t=>{r({status:`fulfilled`,value:t}),e(t)},n.reject=e=>{r({status:`rejected`,reason:e}),t(e)},n}var cu=Ml;function lu(){let e=[],t=0,n=e=>{e()},r=e=>{e()},i=cu,a=r=>{t?e.push(r):i(()=>{n(r)})},o=()=>{let t=e;e=[],t.length&&i(()=>{r(()=>{t.forEach(e=>{n(e)})})})};return{batch:e=>{let n;t++;try{n=e()}finally{t--,t||o()}return n},batchCalls:e=>(...t)=>{a(()=>{e(...t)})},schedule:a,setNotifyFunction:e=>{n=e},setBatchNotifyFunction:e=>{r=e},setScheduler:e=>{i=e}}}var uu=lu(),du=new class extends Ol{#e=!0;#t;#n;constructor(){super(),this.#n=e=>{if(typeof window<`u`&&window.addEventListener){let t=()=>e(!0),n=()=>e(!1);return window.addEventListener(`online`,t,!1),window.addEventListener(`offline`,n,!1),()=>{window.removeEventListener(`online`,t),window.removeEventListener(`offline`,n)}}}}onSubscribe(){this.#t||this.setEventListener(this.#n)}onUnsubscribe(){this.hasListeners()||(this.#t?.(),this.#t=void 0)}setEventListener(e){this.#n=e,this.#t?.(),this.#t=e(this.setOnline.bind(this))}setOnline(e){this.#e!==e&&(this.#e=e,this.listeners.forEach(t=>{t(e)}))}isOnline(){return this.#e}};function fu(e){return Math.min(1e3*2**e,3e4)}function pu(e){return(e??`online`)===`online`?du.isOnline():!0}var mu=class extends Error{constructor(e){super(`CancelledError`),this.revert=e?.revert,this.silent=e?.silent}};function hu(e){let t=!1,n=0,r,i=su(),a=()=>i.status!==`pending`,o=t=>{if(!a()){let n=new mu(t);f(n),e.onCancel?.(n)}},s=()=>{t=!0},c=()=>{t=!1},l=()=>kl.isFocused()&&(e.networkMode===`always`||du.isOnline())&&e.canRun(),u=()=>pu(e.networkMode)&&e.canRun(),d=e=>{a()||(r?.(),i.resolve(e))},f=e=>{a()||(r?.(),i.reject(e))},p=()=>new Promise(t=>{r=e=>{(a()||l())&&t(e)},e.onPause?.()}).then(()=>{r=void 0,a()||e.onContinue?.()}),m=()=>{if(a())return;let r,i=n===0?e.initialPromise:void 0;try{r=i??e.fn()}catch(e){r=Promise.reject(e)}Promise.resolve(r).then(d).catch(r=>{if(a())return;let i=e.retry??(ou.isServer()?0:3),o=e.retryDelay??fu,s=typeof o==`function`?o(n,r):o,c=i===!0||typeof i==`number`&&n<i||typeof i==`function`&&i(n,r);if(t||!c){f(r);return}n++,e.onFail?.(n,r),Zl(s).then(()=>l()?void 0:p()).then(()=>{t?f(r):m()})})};return{promise:i,status:()=>i.status,cancel:o,continue:()=>(r?.(),i),cancelRetry:s,continueRetry:c,canStart:u,start:()=>(u()?m():p().then(m),i)}}var gu=class{#e;destroy(){this.clearGcTimeout()}scheduleGc(){this.clearGcTimeout(),Il(this.gcTime)&&(this.#e=jl.setTimeout(()=>{this.optionalRemove()},this.gcTime))}updateGcTime(e){this.gcTime=Math.max(this.gcTime||0,e??(ou.isServer()?1/0:300*1e3))}clearGcTimeout(){this.#e!==void 0&&(jl.clearTimeout(this.#e),this.#e=void 0)}};function _u(e){return{onFetch:(t,n)=>{let r=t.options,i=t.fetchOptions?.meta?.fetchMore?.direction,a=t.state.data?.pages||[],o=t.state.data?.pageParams||[],s={pages:[],pageParams:[]},c=0,l=async()=>{let n=!1,l=e=>{au(e,()=>t.signal,()=>n=!0)},u=ru(t.options,t.fetchOptions),d=async(e,r,i)=>{if(n)return Promise.reject(t.signal.reason);if(r==null&&e.pages.length)return Promise.resolve(e);let a=(()=>{let e={client:t.client,queryKey:t.queryKey,pageParam:r,direction:i?`backward`:`forward`,meta:t.options.meta};return l(e),e})(),o=await u(a),{maxPages:s}=t.options,c=i?tu:eu;return{pages:c(e.pages,o,s),pageParams:c(e.pageParams,r,s)}};if(i&&a.length){let e=i===`backward`,t=e?yu:vu,n={pages:a,pageParams:o};s=await d(n,t(r,n),e)}else{let t=e??a.length;do{let e=c===0?o[0]??r.initialPageParam:vu(r,s);if(c>0&&e==null)break;s=await d(s,e),c++}while(c<t)}return s};t.options.persister?t.fetchFn=()=>t.options.persister?.(l,{client:t.client,queryKey:t.queryKey,meta:t.options.meta,signal:t.signal},n):t.fetchFn=l}}}function vu(e,{pages:t,pageParams:n}){let r=t.length-1;return t.length>0?e.getNextPageParam(t[r],t,n[r],n):void 0}function yu(e,{pages:t,pageParams:n}){return t.length>0?e.getPreviousPageParam?.(t[0],t,n[0],n):void 0}var bu=class extends gu{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e){super(),this.#s=!1,this.#o=e.defaultOptions,this.setOptions(e.options),this.observers=[],this.#i=e.client,this.#r=this.#i.getQueryCache(),this.queryKey=e.queryKey,this.queryHash=e.queryHash,this.#t=Cu(this.options),this.state=e.state??this.#t,this.scheduleGc()}get meta(){return this.options.meta}get queryType(){return this.#e}get promise(){return this.#a?.promise}setOptions(e){if(this.options={...this.#o,...e},e?._type&&(this.#e=e._type),this.updateGcTime(this.options.gcTime),this.state&&this.state.data===void 0){let e=Cu(this.options);e.data!==void 0&&(this.setState(Su(e.data,e.dataUpdatedAt)),this.#t=e)}}optionalRemove(){!this.observers.length&&this.state.fetchStatus===`idle`&&this.#r.remove(this)}setData(e,t){let n=Ql(this.state.data,e,this.options);return this.#l({data:n,type:`success`,dataUpdatedAt:t?.updatedAt,manual:t?.manual}),n}setState(e){this.#l({type:`setState`,state:e})}cancel(e){let t=this.#a?.promise;return this.#a?.cancel(e),t?t.then(Pl).catch(Pl):Promise.resolve()}destroy(){super.destroy(),this.cancel({silent:!0})}get resetState(){return this.#t}reset(){this.destroy(),this.setState(this.resetState)}isActive(){return this.observers.some(e=>zl(e.options.enabled,this)!==!1)}isDisabled(){return this.getObserversCount()>0?!this.isActive():this.options.queryFn===nu||!this.isFetched()}isFetched(){return this.state.dataUpdateCount+this.state.errorUpdateCount>0}isStatic(){return this.getObserversCount()>0?this.observers.some(e=>Rl(e.options.staleTime,this)===`static`):!1}isStale(){return this.getObserversCount()>0?this.observers.some(e=>e.getCurrentResult().isStale):this.state.data===void 0||this.state.isInvalidated}isStaleByTime(e=0){return this.state.data===void 0?!0:e===`static`?!1:this.state.isInvalidated?!0:!Ll(this.state.dataUpdatedAt,e)}onFocus(){this.observers.find(e=>e.shouldFetchOnWindowFocus())?.refetch({cancelRefetch:!1}),this.#a?.continue()}onOnline(){this.observers.find(e=>e.shouldFetchOnReconnect())?.refetch({cancelRefetch:!1}),this.#a?.continue()}addObserver(e){this.observers.includes(e)||(this.observers.push(e),this.clearGcTimeout(),this.#r.notify({type:`observerAdded`,query:this,observer:e}))}removeObserver(e){this.observers.includes(e)&&(this.observers=this.observers.filter(t=>t!==e),this.observers.length||(this.#a&&(this.#s||this.#c()?this.#a.cancel({revert:!0}):this.#a.cancelRetry()),this.scheduleGc()),this.#r.notify({type:`observerRemoved`,query:this,observer:e}))}getObserversCount(){return this.observers.length}#c(){return this.state.fetchStatus===`paused`&&this.state.status===`pending`}invalidate(){this.state.isInvalidated||this.#l({type:`invalidate`})}async fetch(e,t){if(this.state.fetchStatus!==`idle`&&this.#a?.status()!==`rejected`){if(this.state.data!==void 0&&t?.cancelRefetch)this.cancel({silent:!0});else if(this.#a)return this.#a.continueRetry(),this.#a.promise}if(e&&this.setOptions(e),!this.options.queryFn){let e=this.observers.find(e=>e.options.queryFn);e&&this.setOptions(e.options)}let n=new AbortController,r=e=>{Object.defineProperty(e,"signal",{enumerable:!0,get:()=>(this.#s=!0,n.signal)})},i=()=>{let e=ru(this.options,t),n=(()=>{let e={client:this.#i,queryKey:this.queryKey,meta:this.meta};return r(e),e})();return this.#s=!1,this.options.persister?this.options.persister(e,n,this):e(n)},a=(()=>{let e={fetchOptions:t,options:this.options,queryKey:this.queryKey,client:this.#i,state:this.state,fetchFn:i};return r(e),e})();(this.#e===`infinite`?_u(this.options.pages):this.options.behavior)?.onFetch(a,this),this.#n=this.state,(this.state.fetchStatus===`idle`||this.state.fetchMeta!==a.fetchOptions?.meta)&&this.#l({type:`fetch`,meta:a.fetchOptions?.meta}),this.#a=hu({initialPromise:t?.initialPromise,fn:a.fetchFn,onCancel:e=>{e instanceof mu&&e.revert&&this.setState({...this.#n,fetchStatus:`idle`}),n.abort()},onFail:(e,t)=>{this.#l({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#l({type:`pause`})},onContinue:()=>{this.#l({type:`continue`})},retry:a.options.retry,retryDelay:a.options.retryDelay,networkMode:a.options.networkMode,canRun:()=>!0});try{let e=await this.#a.start();if(e===void 0)throw Error(`${this.queryHash} data is undefined`);return this.setData(e),this.#r.config.onSuccess?.(e,this),this.#r.config.onSettled?.(e,this.state.error,this),e}catch(e){if(e instanceof mu){if(e.silent)return this.#a.promise;if(e.revert){if(this.state.data===void 0)throw e;return this.state.data}}throw this.#l({type:`error`,error:e}),this.#r.config.onError?.(e,this),this.#r.config.onSettled?.(this.state.data,e,this),e}finally{this.scheduleGc()}}#l(e){let t=t=>{switch(e.type){case`failed`:return{...t,fetchFailureCount:e.failureCount,fetchFailureReason:e.error};case`pause`:return{...t,fetchStatus:`paused`};case`continue`:return{...t,fetchStatus:`fetching`};case`fetch`:return{...t,...xu(t.data,this.options),fetchMeta:e.meta??null};case`success`:let n={...t,...Su(e.data,e.dataUpdatedAt),dataUpdateCount:t.dataUpdateCount+1,...!e.manual&&{fetchStatus:`idle`,fetchFailureCount:0,fetchFailureReason:null}};return this.#n=e.manual?n:void 0,n;case`error`:let r=e.error;return{...t,error:r,errorUpdateCount:t.errorUpdateCount+1,errorUpdatedAt:Date.now(),fetchFailureCount:t.fetchFailureCount+1,fetchFailureReason:r,fetchStatus:`idle`,status:`error`,isInvalidated:!0};case`invalidate`:return{...t,isInvalidated:!0};case`setState`:return{...t,...e.state}}};this.state=t(this.state),uu.batch(()=>{this.observers.forEach(e=>{e.onQueryUpdate()}),this.#r.notify({query:this,type:`updated`,action:e})})}};function xu(e,t){return{fetchFailureCount:0,fetchFailureReason:null,fetchStatus:pu(t.networkMode)?`fetching`:`paused`,...e===void 0&&{error:null,status:`pending`}}}function Su(e,t){return{data:e,dataUpdatedAt:t??Date.now(),error:null,isInvalidated:!1,status:`success`}}function Cu(e){let t=typeof e.initialData==`function`?e.initialData():e.initialData,n=t!==void 0,r=n?typeof e.initialDataUpdatedAt==`function`?e.initialDataUpdatedAt():e.initialDataUpdatedAt:0;return{data:t,dataUpdateCount:0,dataUpdatedAt:n?r??Date.now():0,error:null,errorUpdateCount:0,errorUpdatedAt:0,fetchFailureCount:0,fetchFailureReason:null,fetchMeta:null,isInvalidated:!1,status:n?`success`:`pending`,fetchStatus:`idle`}}var wu=class extends Ol{constructor(e,t){super(),this.options=t,this.#e=e,this.#s=null,this.#o=su(),this.bindMethods(),this.setOptions(t)}#e;#t=void 0;#n=void 0;#r=void 0;#i;#a;#o;#s;#c;#l;#u;#d;#f;#p;#m=new Set;bindMethods(){this.refetch=this.refetch.bind(this)}onSubscribe(){this.listeners.size===1&&(this.#t.addObserver(this),Eu(this.#t,this.options)?this.#h():this.updateResult(),this.#y())}onUnsubscribe(){this.hasListeners()||this.destroy()}shouldFetchOnReconnect(){return Du(this.#t,this.options,this.options.refetchOnReconnect)}shouldFetchOnWindowFocus(){return Du(this.#t,this.options,this.options.refetchOnWindowFocus)}destroy(){this.listeners=new Set,this.#b(),this.#x(),this.#t.removeObserver(this)}setOptions(e){let t=this.options,n=this.#t;if(this.options=this.#e.defaultQueryOptions(e),this.options.enabled!==void 0&&typeof this.options.enabled!=`boolean`&&typeof this.options.enabled!=`function`&&typeof zl(this.options.enabled,this.#t)!=`boolean`)throw Error(`Expected enabled to be a boolean or a callback that returns a boolean`);this.#S(),this.#t.setOptions(this.options),t._defaulted&&!ql(this.options,t)&&this.#e.getQueryCache().notify({type:`observerOptionsUpdated`,query:this.#t,observer:this});let r=this.hasListeners();r&&Ou(this.#t,n,this.options,t)&&this.#h(),this.updateResult(),r&&(this.#t!==n||zl(this.options.enabled,this.#t)!==zl(t.enabled,this.#t)||Rl(this.options.staleTime,this.#t)!==Rl(t.staleTime,this.#t))&&this.#g();let i=this.#_();r&&(this.#t!==n||zl(this.options.enabled,this.#t)!==zl(t.enabled,this.#t)||i!==this.#p)&&this.#v(i)}getOptimisticResult(e){let t=this.#e.getQueryCache().build(this.#e,e),n=this.createResult(t,e);return Au(this,n)&&(this.#r=n,this.#a=this.options,this.#i=this.#t.state),n}getCurrentResult(){return this.#r}trackResult(e,t){return new Proxy(e,{get:(e,n)=>(this.trackProp(n),t?.(n),n===`promise`&&(this.trackProp(`data`),!this.options.experimental_prefetchInRender&&this.#o.status===`pending`&&this.#o.reject(Error(`experimental_prefetchInRender feature flag is not enabled`))),Reflect.get(e,n))})}trackProp(e){this.#m.add(e)}getCurrentQuery(){return this.#t}refetch({...e}={}){return this.fetch({...e})}fetchOptimistic(e){let t=this.#e.defaultQueryOptions(e),n=this.#e.getQueryCache().build(this.#e,t);return n.fetch().then(()=>this.createResult(n,t))}fetch(e){return this.#h({...e,cancelRefetch:e.cancelRefetch??!0}).then(()=>(this.updateResult(),this.#r))}#h(e){this.#S();let t=this.#t.fetch(this.options,e);return e?.throwOnError||(t=t.catch(Pl)),t}#g(){this.#b();let e=Rl(this.options.staleTime,this.#t);if(ou.isServer()||this.#r.isStale||!Il(e))return;let t=Ll(this.#r.dataUpdatedAt,e)+1;this.#d=jl.setTimeout(()=>{this.#r.isStale||this.updateResult()},t)}#_(){return(typeof this.options.refetchInterval==`function`?this.options.refetchInterval(this.#t):this.options.refetchInterval)??!1}#v(e){this.#x(),this.#p=e,!(ou.isServer()||zl(this.options.enabled,this.#t)===!1||!Il(this.#p)||this.#p===0)&&(this.#f=jl.setInterval(()=>{(this.options.refetchIntervalInBackground||kl.isFocused())&&this.#h()},this.#p))}#y(){this.#g(),this.#v(this.#_())}#b(){this.#d!==void 0&&(jl.clearTimeout(this.#d),this.#d=void 0)}#x(){this.#f!==void 0&&(jl.clearInterval(this.#f),this.#f=void 0)}createResult(e,t){let n=this.#t,r=this.options,i=this.#r,a=this.#i,o=this.#a,s=e===n?this.#n:e.state,{state:c}=e,l={...c},u=!1,d;if(t._optimisticResults){let i=this.hasListeners(),a=!i&&Eu(e,t),o=i&&Ou(e,n,t,r);(a||o)&&(l={...l,...xu(c.data,e.options)}),t._optimisticResults===`isRestoring`&&(l.fetchStatus=`idle`)}let{error:f,errorUpdatedAt:p,status:m}=l;d=l.data;let h=!1;if(t.placeholderData!==void 0&&d===void 0&&m===`pending`){let e;i?.isPlaceholderData&&t.placeholderData===o?.placeholderData?(e=i.data,h=!0):e=typeof t.placeholderData==`function`?t.placeholderData(this.#u?.state.data,this.#u):t.placeholderData,e!==void 0&&(m=`success`,d=Ql(i?.data,e,t),u=!0)}if(t.select&&d!==void 0&&!h)if(i&&d===a?.data&&t.select===this.#c)d=this.#l;else try{this.#c=t.select,d=t.select(d),d=Ql(i?.data,d,t),this.#l=d,this.#s=null}catch(e){this.#s=e}this.#s&&(f=this.#s,d=this.#l,p=Date.now(),m=`error`);let g=l.fetchStatus===`fetching`,_=m===`pending`,v=m===`error`,y=_&&g,b=d!==void 0,x={status:m,fetchStatus:l.fetchStatus,isPending:_,isSuccess:m===`success`,isError:v,isInitialLoading:y,isLoading:y,data:d,dataUpdatedAt:l.dataUpdatedAt,error:f,errorUpdatedAt:p,failureCount:l.fetchFailureCount,failureReason:l.fetchFailureReason,errorUpdateCount:l.errorUpdateCount,isFetched:e.isFetched(),isFetchedAfterMount:l.dataUpdateCount>s.dataUpdateCount||l.errorUpdateCount>s.errorUpdateCount,isFetching:g,isRefetching:g&&!_,isLoadingError:v&&!b,isPaused:l.fetchStatus===`paused`,isPlaceholderData:u,isRefetchError:v&&b,isStale:ku(e,t),refetch:this.refetch,promise:this.#o,isEnabled:zl(t.enabled,e)!==!1};if(this.options.experimental_prefetchInRender){let t=x.data!==void 0,r=x.status===`error`&&!t,i=e=>{r?e.reject(x.error):t&&e.resolve(x.data)},a=()=>{let e=this.#o=x.promise=su();i(e)},o=this.#o;switch(o.status){case`pending`:e.queryHash===n.queryHash&&i(o);break;case`fulfilled`:(r||x.data!==o.value)&&a();break;case`rejected`:(!r||x.error!==o.reason)&&a();break}}return x}updateResult(){let e=this.#r,t=this.createResult(this.#t,this.options);this.#i=this.#t.state,this.#a=this.options,this.#i.data!==void 0&&(this.#u=this.#t),!ql(t,e)&&(this.#r=t,this.#C({listeners:(()=>{if(!e)return!0;let{notifyOnChangeProps:t}=this.options,n=typeof t==`function`?t():t;if(n===`all`||!n&&!this.#m.size)return!0;let r=new Set(n??this.#m);return this.options.throwOnError&&r.add(`error`),Object.keys(this.#r).some(t=>{let n=t;return this.#r[n]!==e[n]&&r.has(n)})})()}))}#S(){let e=this.#e.getQueryCache().build(this.#e,this.options);if(e===this.#t)return;let t=this.#t;this.#t=e,this.#n=e.state,this.hasListeners()&&(t?.removeObserver(this),e.addObserver(this))}onQueryUpdate(){this.updateResult(),this.hasListeners()&&this.#y()}#C(e){uu.batch(()=>{e.listeners&&this.listeners.forEach(e=>{e(this.#r)}),this.#e.getQueryCache().notify({query:this.#t,type:`observerResultsUpdated`})})}};function Tu(e,t){return zl(t.enabled,e)!==!1&&e.state.data===void 0&&!(e.state.status===`error`&&zl(t.retryOnMount,e)===!1)}function Eu(e,t){return Tu(e,t)||e.state.data!==void 0&&Du(e,t,t.refetchOnMount)}function Du(e,t,n){if(zl(t.enabled,e)!==!1&&Rl(t.staleTime,e)!==`static`){let r=typeof n==`function`?n(e):n;return r===`always`||r!==!1&&ku(e,t)}return!1}function Ou(e,t,n,r){return(e!==t||zl(r.enabled,e)===!1)&&(!n.suspense||e.state.status!==`error`)&&ku(e,n)}function ku(e,t){return zl(t.enabled,e)!==!1&&e.isStaleByTime(Rl(t.staleTime,e))}function Au(e,t){return!ql(e.getCurrentResult(),t)}var ju=class extends gu{#e;#t;#n;#r;constructor(e){super(),this.#e=e.client,this.mutationId=e.mutationId,this.#n=e.mutationCache,this.#t=[],this.state=e.state||Mu(),this.setOptions(e.options),this.scheduleGc()}setOptions(e){this.options=e,this.updateGcTime(this.options.gcTime)}get meta(){return this.options.meta}addObserver(e){this.#t.includes(e)||(this.#t.push(e),this.clearGcTimeout(),this.#n.notify({type:`observerAdded`,mutation:this,observer:e}))}removeObserver(e){this.#t=this.#t.filter(t=>t!==e),this.scheduleGc(),this.#n.notify({type:`observerRemoved`,mutation:this,observer:e})}optionalRemove(){this.#t.length||(this.state.status===`pending`?this.scheduleGc():this.#n.remove(this))}continue(){return this.#r?.continue()??this.execute(this.state.variables)}async execute(e){let t=()=>{this.#i({type:`continue`})},n={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};this.#r=hu({fn:()=>this.options.mutationFn?this.options.mutationFn(e,n):Promise.reject(Error(`No mutationFn found`)),onFail:(e,t)=>{this.#i({type:`failed`,failureCount:e,error:t})},onPause:()=>{this.#i({type:`pause`})},onContinue:t,retry:this.options.retry??0,retryDelay:this.options.retryDelay,networkMode:this.options.networkMode,canRun:()=>this.#n.canRun(this)});let r=this.state.status===`pending`,i=!this.#r.canStart();try{if(r)t();else{this.#i({type:`pending`,variables:e,isPaused:i}),this.#n.config.onMutate&&await this.#n.config.onMutate(e,this,n);let t=await this.options.onMutate?.(e,n);t!==this.state.context&&this.#i({type:`pending`,context:t,variables:e,isPaused:i})}let a=await this.#r.start();return await this.#n.config.onSuccess?.(a,e,this.state.context,this,n),await this.options.onSuccess?.(a,e,this.state.context,n),await this.#n.config.onSettled?.(a,null,this.state.variables,this.state.context,this,n),await this.options.onSettled?.(a,null,e,this.state.context,n),this.#i({type:`success`,data:a}),a}catch(t){try{await this.#n.config.onError?.(t,e,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onError?.(t,e,this.state.context,n)}catch(e){Promise.reject(e)}try{await this.#n.config.onSettled?.(void 0,t,this.state.variables,this.state.context,this,n)}catch(e){Promise.reject(e)}try{await this.options.onSettled?.(void 0,t,e,this.state.context,n)}catch(e){Promise.reject(e)}throw this.#i({type:`error`,error:t}),t}finally{this.#n.runNext(this)}}#i(e){let t=t=>{switch(e.type){case`failed`:return{...t,failureCount:e.failureCount,failureReason:e.error};case`pause`:return{...t,isPaused:!0};case`continue`:return{...t,isPaused:!1};case`pending`:return{...t,context:e.context,data:void 0,failureCount:0,failureReason:null,error:null,isPaused:e.isPaused,status:`pending`,variables:e.variables,submittedAt:Date.now()};case`success`:return{...t,data:e.data,failureCount:0,failureReason:null,error:null,status:`success`,isPaused:!1};case`error`:return{...t,data:void 0,error:e.error,failureCount:t.failureCount+1,failureReason:e.error,isPaused:!1,status:`error`}}};this.state=t(this.state),uu.batch(()=>{this.#t.forEach(t=>{t.onMutationUpdate(e)}),this.#n.notify({mutation:this,type:`updated`,action:e})})}};function Mu(){return{context:void 0,data:void 0,error:null,failureCount:0,failureReason:null,isPaused:!1,status:`idle`,variables:void 0,submittedAt:0}}var Nu=class extends Ol{constructor(e={}){super(),this.config=e,this.#e=new Set,this.#t=new Map,this.#n=0}#e;#t;#n;build(e,t,n){let r=new ju({client:e,mutationCache:this,mutationId:++this.#n,options:e.defaultMutationOptions(t),state:n});return this.add(r),r}add(e){this.#e.add(e);let t=Pu(e);if(typeof t==`string`){let n=this.#t.get(t);n?n.push(e):this.#t.set(t,[e])}this.notify({type:`added`,mutation:e})}remove(e){if(this.#e.delete(e)){let t=Pu(e);if(typeof t==`string`){let n=this.#t.get(t);if(n)if(n.length>1){let t=n.indexOf(e);t!==-1&&n.splice(t,1)}else n[0]===e&&this.#t.delete(t)}}this.notify({type:`removed`,mutation:e})}canRun(e){let t=Pu(e);if(typeof t==`string`){let n=this.#t.get(t)?.find(e=>e.state.status===`pending`);return!n||n===e}else return!0}runNext(e){let t=Pu(e);return typeof t==`string`?(this.#t.get(t)?.find(t=>t!==e&&t.state.isPaused))?.continue()??Promise.resolve():Promise.resolve()}clear(){uu.batch(()=>{this.#e.forEach(e=>{this.notify({type:`removed`,mutation:e})}),this.#e.clear(),this.#t.clear()})}getAll(){return Array.from(this.#e)}find(e){let t={exact:!0,...e};return this.getAll().find(e=>Vl(t,e))}findAll(e={}){return this.getAll().filter(t=>Vl(e,t))}notify(e){uu.batch(()=>{this.listeners.forEach(t=>{t(e)})})}resumePausedMutations(){let e=this.getAll().filter(e=>e.state.isPaused);return uu.batch(()=>Promise.all(e.map(e=>e.continue().catch(Pl))))}};function Pu(e){return e.options.scope?.id}var Fu=class extends Ol{#e;#t=void 0;#n;#r;constructor(e,t){super(),this.#e=e,this.setOptions(t),this.bindMethods(),this.#i()}bindMethods(){this.mutate=this.mutate.bind(this),this.reset=this.reset.bind(this)}setOptions(e){let t=this.options;this.options=this.#e.defaultMutationOptions(e),ql(this.options,t)||this.#e.getMutationCache().notify({type:`observerOptionsUpdated`,mutation:this.#n,observer:this}),t?.mutationKey&&this.options.mutationKey&&Ul(t.mutationKey)!==Ul(this.options.mutationKey)?this.reset():this.#n?.state.status===`pending`&&this.#n.setOptions(this.options)}onUnsubscribe(){this.hasListeners()||this.#n?.removeObserver(this)}onMutationUpdate(e){this.#i(),this.#a(e)}getCurrentResult(){return this.#t}reset(){this.#n?.removeObserver(this),this.#n=void 0,this.#i(),this.#a()}mutate(e,t){return this.#r=t,this.#n?.removeObserver(this),this.#n=this.#e.getMutationCache().build(this.#e,this.options),this.#n.addObserver(this),this.#n.execute(e)}#i(){let e=this.#n?.state??Mu();this.#t={...e,isPending:e.status===`pending`,isSuccess:e.status===`success`,isError:e.status===`error`,isIdle:e.status===`idle`,mutate:this.mutate,reset:this.reset}}#a(e){uu.batch(()=>{if(this.#r&&this.hasListeners()){let t=this.#t.variables,n=this.#t.context,r={client:this.#e,meta:this.options.meta,mutationKey:this.options.mutationKey};if(e?.type===`success`){try{this.#r.onSuccess?.(e.data,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(e.data,null,t,n,r)}catch(e){Promise.reject(e)}}else if(e?.type===`error`){try{this.#r.onError?.(e.error,t,n,r)}catch(e){Promise.reject(e)}try{this.#r.onSettled?.(void 0,e.error,t,n,r)}catch(e){Promise.reject(e)}}}this.listeners.forEach(e=>{e(this.#t)})})}},Iu=class extends Ol{constructor(e={}){super(),this.config=e,this.#e=new Map}#e;build(e,t,n){let r=t.queryKey,i=t.queryHash??Hl(r,t),a=this.get(i);return a||(a=new bu({client:e,queryKey:r,queryHash:i,options:e.defaultQueryOptions(t),state:n,defaultOptions:e.getQueryDefaults(r)}),this.add(a)),a}add(e){this.#e.has(e.queryHash)||(this.#e.set(e.queryHash,e),this.notify({type:`added`,query:e}))}remove(e){let t=this.#e.get(e.queryHash);t&&(e.destroy(),t===e&&this.#e.delete(e.queryHash),this.notify({type:`removed`,query:e}))}clear(){uu.batch(()=>{this.getAll().forEach(e=>{this.remove(e)})})}get(e){return this.#e.get(e)}getAll(){return[...this.#e.values()]}find(e){let t={exact:!0,...e};return this.getAll().find(e=>Bl(t,e))}findAll(e={}){let t=this.getAll();return Object.keys(e).length>0?t.filter(t=>Bl(e,t)):t}notify(e){uu.batch(()=>{this.listeners.forEach(t=>{t(e)})})}onFocus(){uu.batch(()=>{this.getAll().forEach(e=>{e.onFocus()})})}onOnline(){uu.batch(()=>{this.getAll().forEach(e=>{e.onOnline()})})}},Lu=class{#e;#t;#n;#r;#i;#a;#o;#s;constructor(e={}){this.#e=e.queryCache||new Iu,this.#t=e.mutationCache||new Nu,this.#n=e.defaultOptions||{},this.#r=new Map,this.#i=new Map,this.#a=0}mount(){this.#a++,this.#a===1&&(this.#o=kl.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onFocus())}),this.#s=du.subscribe(async e=>{e&&(await this.resumePausedMutations(),this.#e.onOnline())}))}unmount(){this.#a--,this.#a===0&&(this.#o?.(),this.#o=void 0,this.#s?.(),this.#s=void 0)}isFetching(e){return this.#e.findAll({...e,fetchStatus:`fetching`}).length}isMutating(e){return this.#t.findAll({...e,status:`pending`}).length}getQueryData(e){let t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state.data}ensureQueryData(e){let t=this.defaultQueryOptions(e),n=this.#e.build(this,t),r=n.state.data;return r===void 0?this.fetchQuery(e):(e.revalidateIfStale&&n.isStaleByTime(Rl(t.staleTime,n))&&this.prefetchQuery(t),Promise.resolve(r))}getQueriesData(e){return this.#e.findAll(e).map(({queryKey:e,state:t})=>[e,t.data])}setQueryData(e,t,n){let r=this.defaultQueryOptions({queryKey:e}),i=this.#e.get(r.queryHash)?.state.data,a=Fl(t,i);if(a!==void 0)return this.#e.build(this,r).setData(a,{...n,manual:!0})}setQueriesData(e,t,n){return uu.batch(()=>this.#e.findAll(e).map(({queryKey:e})=>[e,this.setQueryData(e,t,n)]))}getQueryState(e){let t=this.defaultQueryOptions({queryKey:e});return this.#e.get(t.queryHash)?.state}removeQueries(e){let t=this.#e;uu.batch(()=>{t.findAll(e).forEach(e=>{t.remove(e)})})}resetQueries(e,t){let n=this.#e;return uu.batch(()=>(n.findAll(e).forEach(e=>{e.reset()}),this.refetchQueries({type:`active`,...e},t)))}cancelQueries(e,t={}){let n={revert:!0,...t},r=uu.batch(()=>this.#e.findAll(e).map(e=>e.cancel(n)));return Promise.all(r).then(Pl).catch(Pl)}invalidateQueries(e,t={}){return uu.batch(()=>(this.#e.findAll(e).forEach(e=>{e.invalidate()}),e?.refetchType===`none`?Promise.resolve():this.refetchQueries({...e,type:e?.refetchType??e?.type??`active`},t)))}refetchQueries(e,t={}){let n={...t,cancelRefetch:t.cancelRefetch??!0},r=uu.batch(()=>this.#e.findAll(e).filter(e=>!e.isDisabled()&&!e.isStatic()).map(e=>{let t=e.fetch(void 0,n);return n.throwOnError||(t=t.catch(Pl)),e.state.fetchStatus===`paused`?Promise.resolve():t}));return Promise.all(r).then(Pl)}fetchQuery(e){let t=this.defaultQueryOptions(e);t.retry===void 0&&(t.retry=!1);let n=this.#e.build(this,t);return n.isStaleByTime(Rl(t.staleTime,n))?n.fetch(t):Promise.resolve(n.state.data)}prefetchQuery(e){return this.fetchQuery(e).then(Pl).catch(Pl)}fetchInfiniteQuery(e){return e._type=`infinite`,this.fetchQuery(e)}prefetchInfiniteQuery(e){return this.fetchInfiniteQuery(e).then(Pl).catch(Pl)}ensureInfiniteQueryData(e){return e._type=`infinite`,this.ensureQueryData(e)}resumePausedMutations(){return du.isOnline()?this.#t.resumePausedMutations():Promise.resolve()}getQueryCache(){return this.#e}getMutationCache(){return this.#t}getDefaultOptions(){return this.#n}setDefaultOptions(e){this.#n=e}setQueryDefaults(e,t){this.#r.set(Ul(e),{queryKey:e,defaultOptions:t})}getQueryDefaults(e){let t=[...this.#r.values()],n={};return t.forEach(t=>{Wl(e,t.queryKey)&&Object.assign(n,t.defaultOptions)}),n}setMutationDefaults(e,t){this.#i.set(Ul(e),{mutationKey:e,defaultOptions:t})}getMutationDefaults(e){let t=[...this.#i.values()],n={};return t.forEach(t=>{Wl(e,t.mutationKey)&&Object.assign(n,t.defaultOptions)}),n}defaultQueryOptions(e){if(e._defaulted)return e;let t={...this.#n.queries,...this.getQueryDefaults(e.queryKey),...e,_defaulted:!0};return t.queryHash||=Hl(t.queryKey,t),t.refetchOnReconnect===void 0&&(t.refetchOnReconnect=t.networkMode!==`always`),t.throwOnError===void 0&&(t.throwOnError=!!t.suspense),!t.networkMode&&t.persister&&(t.networkMode=`offlineFirst`),t.queryFn===nu&&(t.enabled=!1),t}defaultMutationOptions(e){return e?._defaulted?e:{...this.#n.mutations,...e?.mutationKey&&this.getMutationDefaults(e.mutationKey),...e,_defaulted:!0}}clear(){this.#e.clear(),this.#t.clear()}},Ru=t((e=>{var t=Symbol.for(`react.transitional.element`),n=Symbol.for(`react.fragment`);function r(e,n,r){var i=null;if(r!==void 0&&(i=``+r),n.key!==void 0&&(i=``+n.key),`key`in n)for(var a in r={},n)a!==`key`&&(r[a]=n[a]);else r=n;return n=r.ref,{$$typeof:t,type:e,key:i,ref:n===void 0?null:n,props:r}}e.Fragment=n,e.jsx=r,e.jsxs=r})),zu=t(((e,t)=>{t.exports=Ru()})),z=e(Cl(),1),B=zu(),Bu=z.createContext(void 0),Vu=e=>{let t=z.useContext(Bu);if(e)return e;if(!t)throw Error(`No QueryClient set, use QueryClientProvider to set one`);return t},Hu=({client:e,children:t})=>(z.useEffect(()=>(e.mount(),()=>{e.unmount()}),[e]),(0,B.jsx)(Bu.Provider,{value:e,children:t})),Uu=z.createContext(!1),Wu=()=>z.useContext(Uu);Uu.Provider;function Gu(){let e=!1;return{clearReset:()=>{e=!1},reset:()=>{e=!0},isReset:()=>e}}var Ku=z.createContext(Gu()),qu=()=>z.useContext(Ku),Ju=(e,t,n)=>{let r=n?.state.error&&typeof e.throwOnError==`function`?iu(e.throwOnError,[n.state.error,n]):e.throwOnError;(e.suspense||e.experimental_prefetchInRender||r)&&(t.isReset()||(e.retryOnMount=!1))},Yu=e=>{z.useEffect(()=>{e.clearReset()},[e])},Xu=({result:e,errorResetBoundary:t,throwOnError:n,query:r,suspense:i})=>e.isError&&!t.isReset()&&!e.isFetching&&r&&(i&&e.data===void 0||iu(n,[e.error,r])),Zu=e=>{if(e.suspense){let t=1e3,n=e=>e===`static`?e:Math.max(e??t,t),r=e.staleTime;e.staleTime=typeof r==`function`?(...e)=>n(r(...e)):n(r),typeof e.gcTime==`number`&&(e.gcTime=Math.max(e.gcTime,t))}},Qu=(e,t)=>e.isLoading&&e.isFetching&&!t,$u=(e,t)=>e?.suspense&&t.isPending,ed=(e,t,n)=>t.fetchOptimistic(e).catch(()=>{n.clearReset()});function td(e,t,n){let r=Wu(),i=qu(),a=Vu(n),o=a.defaultQueryOptions(e);a.getDefaultOptions().queries?._experimental_beforeQuery?.(o);let s=a.getQueryCache().get(o.queryHash),c=e.subscribed!==!1;o._optimisticResults=r?`isRestoring`:c?`optimistic`:void 0,Zu(o),Ju(o,i,s),Yu(i);let l=!a.getQueryCache().get(o.queryHash),[u]=z.useState(()=>new t(a,o)),d=u.getOptimisticResult(o),f=!r&&c;if(z.useSyncExternalStore(z.useCallback(e=>{let t=f?u.subscribe(uu.batchCalls(e)):Pl;return u.updateResult(),t},[u,f]),()=>u.getCurrentResult(),()=>u.getCurrentResult()),z.useEffect(()=>{u.setOptions(o)},[o,u]),$u(o,d))throw ed(o,u,i);if(Xu({result:d,errorResetBoundary:i,throwOnError:o.throwOnError,query:s,suspense:o.suspense}))throw d.error;return a.getDefaultOptions().queries?._experimental_afterQuery?.(o,d),o.experimental_prefetchInRender&&!ou.isServer()&&Qu(d,r)&&(l?ed(o,u,i):s?.promise)?.catch(Pl).finally(()=>{u.updateResult()}),o.notifyOnChangeProps?d:u.trackResult(d)}function nd(e,t){return td(e,wu,t)}function rd(e,t){let n=Vu(t),[r]=z.useState(()=>new Fu(n,e));z.useEffect(()=>{r.setOptions(e)},[r,e]);let i=z.useSyncExternalStore(z.useCallback(e=>r.subscribe(uu.batchCalls(e)),[r]),()=>r.getCurrentResult(),()=>r.getCurrentResult()),a=z.useCallback((e,t)=>{r.mutate(e,t).catch(Pl)},[r]);if(i.error&&iu(r.options.throwOnError,[i.error]))throw i.error;return{...i,mutate:a,mutateAsync:i.mutate}}var id=Dl(),ad=e(Tl(),1),od=Symbol(),sd=Symbol(),cd=`a`,ld=`f`,ud=`p`,dd=`c`,fd=`t`,pd=`h`,md=`w`,hd=`o`,gd=`k`,_d=(e,t)=>new Proxy(e,t),vd=Object.getPrototypeOf,yd=new WeakMap,bd=e=>e&&(yd.has(e)?yd.get(e):vd(e)===Object.prototype||vd(e)===Array.prototype),xd=e=>typeof e==`object`&&!!e,Sd=e=>Object.values(Object.getOwnPropertyDescriptors(e)).some(e=>!e.configurable&&!e.writable),Cd=e=>{if(Array.isArray(e))return Array.from(e);let t=Object.getOwnPropertyDescriptors(e);return Object.values(t).forEach(e=>{e.configurable=!0}),Object.create(vd(e),t)},wd=(e,t)=>{let n={[ld]:t},r=!1,i=(t,i)=>{if(!r){let r=n[cd].get(e);if(r||(r={},n[cd].set(e,r)),t===md)r[md]=!0;else{let e=r[t];e||(e=new Set,r[t]=e),e.add(i)}}},a=()=>{r=!0,n[cd].delete(e)},o={get(t,r){return r===sd?e:(i(gd,r),Ed(Reflect.get(t,r),n[cd],n[dd],n[fd]))},has(e,t){return t===od?(a(),!0):(i(pd,t),Reflect.has(e,t))},getOwnPropertyDescriptor(e,t){return i(hd,t),Reflect.getOwnPropertyDescriptor(e,t)},ownKeys(e){return i(md),Reflect.ownKeys(e)}};return t&&(o.set=o.deleteProperty=()=>!1),[o,n]},Td=e=>e[sd]||e,Ed=(e,t,n,r)=>{if(!bd(e))return e;let i=r&&r.get(e);if(!i){let t=Td(e);i=Sd(t)?[t,Cd(t)]:[t],r?.set(e,i)}let[a,o]=i,s=n&&n.get(a);return(!s||s[1][ld]!==!!o)&&(s=wd(a,!!o),s[1][ud]=_d(o||a,s[0]),n&&n.set(a,s)),s[1][cd]=t,s[1][dd]=n,s[1][fd]=r,s[1][ud]},Dd=(e,t)=>{let n=Reflect.ownKeys(e),r=Reflect.ownKeys(t);return n.length!==r.length||n.some((e,t)=>e!==r[t])},Od=(e,t,n,r,i=Object.is)=>{if(i(e,t))return!1;if(!xd(e)||!xd(t))return!0;let a=n.get(Td(e));if(!a)return!0;if(r){if(r.get(e)===t)return!1;r.set(e,t)}let o=null;for(let n of a[pd]||[])if(o=Reflect.has(e,n)!==Reflect.has(t,n),o)return o;if(a[md]===!0){if(o=Dd(e,t),o)return o}else for(let n of a[hd]||[])if(o=!!Reflect.getOwnPropertyDescriptor(e,n)!=!!Reflect.getOwnPropertyDescriptor(t,n),o)return o;for(let s of a[gd]||[])if(o=Od(e[s],t[s],n,r,i),o)return o;if(o===null)throw Error(`invalid used`);return o},kd=e=>bd(e)&&e[sd]||null,Ad=(e,t=!0)=>{yd.set(e,t)},jd=e=>typeof e==`object`&&!!e,Md=e=>jd(e)&&!Id.has(e)&&(Array.isArray(e)||!(Symbol.iterator in e))&&!(e instanceof WeakMap)&&!(e instanceof WeakSet)&&!(e instanceof Error)&&!(e instanceof Number)&&!(e instanceof Date)&&!(e instanceof String)&&!(e instanceof RegExp)&&!(e instanceof ArrayBuffer)&&!(e instanceof Promise),Nd=(e,t)=>{let n=Ld.get(e);if(n?.[0]===t)return n[1];let r=Array.isArray(e)?[]:Object.create(Object.getPrototypeOf(e));return Ad(r,!0),Ld.set(e,[t,r]),Reflect.ownKeys(e).forEach(t=>{if(Object.getOwnPropertyDescriptor(r,t))return;let n=Reflect.get(e,t),{enumerable:i}=Reflect.getOwnPropertyDescriptor(e,t),a={value:n,enumerable:i,configurable:!0};if(Id.has(n))Ad(n,!1);else if(Fd.has(n)){let[e,t]=Fd.get(n);a.value=Nd(e,t())}Object.defineProperty(r,t,a)}),r},Pd=(e,t,n,r)=>({deleteProperty(e,t){let i=Reflect.get(e,t);n(t);let a=Reflect.deleteProperty(e,t);return a&&r(Gd?.(`delete`,t,i)),a},set(i,a,o,s){let c=!e()&&Reflect.has(i,a),l=Reflect.get(i,a,s);if(c&&(Bd(l,o)||zd.has(o)&&Bd(l,zd.get(o))))return!0;n(a),jd(o)&&(o=kd(o)||o);let u=!Fd.has(o)&&Hd(o)?Kd(o):o;return t(a,u),Reflect.set(i,a,u,s),r(Gd?.(`set`,a,o,l)),!0}}),Fd=new WeakMap,Id=new WeakSet,Ld=new WeakMap,Rd=[1],zd=new WeakMap,Bd=Object.is,Vd=(e,t)=>new Proxy(e,t),Hd=Md,Ud=Nd,Wd=Pd,Gd;function Kd(e={}){if(!jd(e))throw Error(`object required`);let t=zd.get(e);if(t)return t;let n=Rd[0],r=new Set,i=(e,t=++Rd[0])=>{n!==t&&(a=n=t,r.forEach(n=>n(e,t)))},a=n,o=(e=Rd[0])=>(a!==e&&(a=e,c.forEach(([t])=>{let r=t[1](e);r>n&&(n=r)})),n),s=e=>(t,n)=>{let r;t&&(r=[...t],r[1]=[e,...r[1]]),i(r,n)},c=new Map,l=(e,t)=>{let n=!Id.has(t)&&Fd.get(t);if(n)if(r.size){let t=n[2](s(e));c.set(e,[n,t])}else c.set(e,[n])},u=e=>{var t;let n=c.get(e);n&&(c.delete(e),(t=n[1])==null||t.call(n))},d=e=>(r.add(e),r.size===1&&c.forEach(([e,t],n)=>{let r=e[2](s(n));c.set(n,[e,r])}),()=>{r.delete(e),r.size===0&&c.forEach(([e,t],n)=>{t&&(t(),c.set(n,[e]))})}),f=!0,p=Vd(e,Wd(()=>f,l,u,i));zd.set(e,p);let m=[e,o,d];return Fd.set(p,m),Reflect.ownKeys(e).forEach(t=>{let n=Object.getOwnPropertyDescriptor(e,t);`value`in n&&n.writable&&(p[t]=e[t])}),f=!1,p}function qd(e,t,n){let r=Fd.get(e),i,a=[],o=r[2],s=!1,c=o(e=>{if(e&&a.push(e),n){t(a.splice(0));return}i||=Promise.resolve().then(()=>{i=void 0,s&&t(a.splice(0))})});return s=!0,()=>{s=!1,c()}}function Jd(e){let[t,n]=Fd.get(e);return Ud(t,n())}var Yd=new WeakMap;function Xd(e,t){let n=t?.sync,r=(0,z.useMemo)(()=>e&&new WeakMap,[e]),i=(0,z.useRef)(void 0),a=!0,o=(0,z.useSyncExternalStore)((0,z.useCallback)(t=>{let r=qd(e,t,n);return t(),r},[e,n]),()=>{let t=Jd(e);try{if(!a&&i.current&&!Od(i.current,t,r,new WeakMap))return i.current}catch{}return t},()=>Jd(e));return a=!1,(0,z.useLayoutEffect)(()=>{i.current=o}),Ed(o,r,(0,z.useMemo)(()=>new WeakMap,[]),Yd)}var Zd;(function(e){e.assertEqual=e=>{};function t(e){}e.assertIs=t;function n(e){throw Error()}e.assertNever=n,e.arrayToEnum=e=>{let t={};for(let n of e)t[n]=n;return t},e.getValidEnumValues=t=>{let n=e.objectKeys(t).filter(e=>typeof t[t[e]]!=`number`),r={};for(let e of n)r[e]=t[e];return e.objectValues(r)},e.objectValues=t=>e.objectKeys(t).map(function(e){return t[e]}),e.objectKeys=typeof Object.keys==`function`?e=>Object.keys(e):e=>{let t=[];for(let n in e)Object.prototype.hasOwnProperty.call(e,n)&&t.push(n);return t},e.find=(e,t)=>{for(let n of e)if(t(n))return n},e.isInteger=typeof Number.isInteger==`function`?e=>Number.isInteger(e):e=>typeof e==`number`&&Number.isFinite(e)&&Math.floor(e)===e;function r(e,t=` | `){return e.map(e=>typeof e==`string`?`'${e}'`:e).join(t)}e.joinValues=r,e.jsonStringifyReplacer=(e,t)=>typeof t==`bigint`?t.toString():t})(Zd||={});var Qd;(function(e){e.mergeShapes=(e,t)=>({...e,...t})})(Qd||={});var V=Zd.arrayToEnum([`string`,`nan`,`number`,`integer`,`float`,`boolean`,`date`,`bigint`,`symbol`,`function`,`undefined`,`null`,`array`,`object`,`unknown`,`promise`,`void`,`never`,`map`,`set`]),$d=e=>{switch(typeof e){case`undefined`:return V.undefined;case`string`:return V.string;case`number`:return Number.isNaN(e)?V.nan:V.number;case`boolean`:return V.boolean;case`function`:return V.function;case`bigint`:return V.bigint;case`symbol`:return V.symbol;case`object`:return Array.isArray(e)?V.array:e===null?V.null:e.then&&typeof e.then==`function`&&e.catch&&typeof e.catch==`function`?V.promise:typeof Map<`u`&&e instanceof Map?V.map:typeof Set<`u`&&e instanceof Set?V.set:typeof Date<`u`&&e instanceof Date?V.date:V.object;default:return V.unknown}},H=Zd.arrayToEnum([`invalid_type`,`invalid_literal`,`custom`,`invalid_union`,`invalid_union_discriminator`,`invalid_enum_value`,`unrecognized_keys`,`invalid_arguments`,`invalid_return_type`,`invalid_date`,`invalid_string`,`too_small`,`too_big`,`invalid_intersection_types`,`not_multiple_of`,`not_finite`]),ef=class e extends Error{get errors(){return this.issues}constructor(e){super(),this.issues=[],this.addIssue=e=>{this.issues=[...this.issues,e]},this.addIssues=(e=[])=>{this.issues=[...this.issues,...e]};let t=new.target.prototype;Object.setPrototypeOf?Object.setPrototypeOf(this,t):this.__proto__=t,this.name=`ZodError`,this.issues=e}format(e){let t=e||function(e){return e.message},n={_errors:[]},r=e=>{for(let i of e.issues)if(i.code===`invalid_union`)i.unionErrors.map(r);else if(i.code===`invalid_return_type`)r(i.returnTypeError);else if(i.code===`invalid_arguments`)r(i.argumentsError);else if(i.path.length===0)n._errors.push(t(i));else{let e=n,r=0;for(;r<i.path.length;){let n=i.path[r];r===i.path.length-1?(e[n]=e[n]||{_errors:[]},e[n]._errors.push(t(i))):e[n]=e[n]||{_errors:[]},e=e[n],r++}}};return r(this),n}static assert(t){if(!(t instanceof e))throw Error(`Not a ZodError: ${t}`)}toString(){return this.message}get message(){return JSON.stringify(this.issues,Zd.jsonStringifyReplacer,2)}get isEmpty(){return this.issues.length===0}flatten(e=e=>e.message){let t={},n=[];for(let r of this.issues)if(r.path.length>0){let n=r.path[0];t[n]=t[n]||[],t[n].push(e(r))}else n.push(e(r));return{formErrors:n,fieldErrors:t}}get formErrors(){return this.flatten()}};ef.create=e=>new ef(e);var tf=(e,t)=>{let n;switch(e.code){case H.invalid_type:n=e.received===V.undefined?`Required`:`Expected ${e.expected}, received ${e.received}`;break;case H.invalid_literal:n=`Invalid literal value, expected ${JSON.stringify(e.expected,Zd.jsonStringifyReplacer)}`;break;case H.unrecognized_keys:n=`Unrecognized key(s) in object: ${Zd.joinValues(e.keys,`, `)}`;break;case H.invalid_union:n=`Invalid input`;break;case H.invalid_union_discriminator:n=`Invalid discriminator value. Expected ${Zd.joinValues(e.options)}`;break;case H.invalid_enum_value:n=`Invalid enum value. Expected ${Zd.joinValues(e.options)}, received '${e.received}'`;break;case H.invalid_arguments:n=`Invalid function arguments`;break;case H.invalid_return_type:n=`Invalid function return type`;break;case H.invalid_date:n=`Invalid date`;break;case H.invalid_string:typeof e.validation==`object`?`includes`in e.validation?(n=`Invalid input: must include "${e.validation.includes}"`,typeof e.validation.position==`number`&&(n=`${n} at one or more positions greater than or equal to ${e.validation.position}`)):`startsWith`in e.validation?n=`Invalid input: must start with "${e.validation.startsWith}"`:`endsWith`in e.validation?n=`Invalid input: must end with "${e.validation.endsWith}"`:Zd.assertNever(e.validation):n=e.validation===`regex`?`Invalid`:`Invalid ${e.validation}`;break;case H.too_small:n=e.type===`array`?`Array must contain ${e.exact?`exactly`:e.inclusive?`at least`:`more than`} ${e.minimum} element(s)`:e.type===`string`?`String must contain ${e.exact?`exactly`:e.inclusive?`at least`:`over`} ${e.minimum} character(s)`:e.type===`number`||e.type===`bigint`?`Number must be ${e.exact?`exactly equal to `:e.inclusive?`greater than or equal to `:`greater than `}${e.minimum}`:e.type===`date`?`Date must be ${e.exact?`exactly equal to `:e.inclusive?`greater than or equal to `:`greater than `}${new Date(Number(e.minimum))}`:`Invalid input`;break;case H.too_big:n=e.type===`array`?`Array must contain ${e.exact?`exactly`:e.inclusive?`at most`:`less than`} ${e.maximum} element(s)`:e.type===`string`?`String must contain ${e.exact?`exactly`:e.inclusive?`at most`:`under`} ${e.maximum} character(s)`:e.type===`number`?`Number must be ${e.exact?`exactly`:e.inclusive?`less than or equal to`:`less than`} ${e.maximum}`:e.type===`bigint`?`BigInt must be ${e.exact?`exactly`:e.inclusive?`less than or equal to`:`less than`} ${e.maximum}`:e.type===`date`?`Date must be ${e.exact?`exactly`:e.inclusive?`smaller than or equal to`:`smaller than`} ${new Date(Number(e.maximum))}`:`Invalid input`;break;case H.custom:n=`Invalid input`;break;case H.invalid_intersection_types:n=`Intersection results could not be merged`;break;case H.not_multiple_of:n=`Number must be a multiple of ${e.multipleOf}`;break;case H.not_finite:n=`Number must be finite`;break;default:n=t.defaultError,Zd.assertNever(e)}return{message:n}},nf=tf;function rf(){return nf}var af=e=>{let{data:t,path:n,errorMaps:r,issueData:i}=e,a=[...n,...i.path||[]],o={...i,path:a};if(i.message!==void 0)return{...i,path:a,message:i.message};let s=``,c=r.filter(e=>!!e).slice().reverse();for(let e of c)s=e(o,{data:t,defaultError:s}).message;return{...i,path:a,message:s}};function U(e,t){let n=rf(),r=af({issueData:t,data:e.data,path:e.path,errorMaps:[e.common.contextualErrorMap,e.schemaErrorMap,n,n===tf?void 0:tf].filter(e=>!!e)});e.common.issues.push(r)}var of=class e{constructor(){this.value=`valid`}dirty(){this.value===`valid`&&(this.value=`dirty`)}abort(){this.value!==`aborted`&&(this.value=`aborted`)}static mergeArray(e,t){let n=[];for(let r of t){if(r.status===`aborted`)return sf;r.status===`dirty`&&e.dirty(),n.push(r.value)}return{status:e.value,value:n}}static async mergeObjectAsync(t,n){let r=[];for(let e of n){let t=await e.key,n=await e.value;r.push({key:t,value:n})}return e.mergeObjectSync(t,r)}static mergeObjectSync(e,t){let n={};for(let r of t){let{key:t,value:i}=r;if(t.status===`aborted`||i.status===`aborted`)return sf;t.status===`dirty`&&e.dirty(),i.status===`dirty`&&e.dirty(),t.value!==`__proto__`&&(i.value!==void 0||r.alwaysSet)&&(n[t.value]=i.value)}return{status:e.value,value:n}}},sf=Object.freeze({status:`aborted`}),cf=e=>({status:`dirty`,value:e}),lf=e=>({status:`valid`,value:e}),uf=e=>e.status===`aborted`,df=e=>e.status===`dirty`,ff=e=>e.status===`valid`,pf=e=>typeof Promise<`u`&&e instanceof Promise,mf;(function(e){e.errToObj=e=>typeof e==`string`?{message:e}:e||{},e.toString=e=>typeof e==`string`?e:e?.message})(mf||={});var hf=class{constructor(e,t,n,r){this._cachedPath=[],this.parent=e,this.data=t,this._path=n,this._key=r}get path(){return this._cachedPath.length||(Array.isArray(this._key)?this._cachedPath.push(...this._path,...this._key):this._cachedPath.push(...this._path,this._key)),this._cachedPath}},gf=(e,t)=>{if(ff(t))return{success:!0,data:t.value};if(!e.common.issues.length)throw Error(`Validation failed but no issues detected.`);return{success:!1,get error(){if(this._error)return this._error;let t=new ef(e.common.issues);return this._error=t,this._error}}};function _f(e){if(!e)return{};let{errorMap:t,invalid_type_error:n,required_error:r,description:i}=e;if(t&&(n||r))throw Error(`Can't use "invalid_type_error" or "required_error" in conjunction with custom error map.`);return t?{errorMap:t,description:i}:{errorMap:(t,i)=>{let{message:a}=e;return t.code===`invalid_enum_value`?{message:a??i.defaultError}:i.data===void 0?{message:a??r??i.defaultError}:t.code===`invalid_type`?{message:a??n??i.defaultError}:{message:i.defaultError}},description:i}}var vf=class{get description(){return this._def.description}_getType(e){return $d(e.data)}_getOrReturnCtx(e,t){return t||{common:e.parent.common,data:e.data,parsedType:$d(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}_processInputParams(e){return{status:new of,ctx:{common:e.parent.common,data:e.data,parsedType:$d(e.data),schemaErrorMap:this._def.errorMap,path:e.path,parent:e.parent}}}_parseSync(e){let t=this._parse(e);if(pf(t))throw Error(`Synchronous parse encountered promise.`);return t}_parseAsync(e){let t=this._parse(e);return Promise.resolve(t)}parse(e,t){let n=this.safeParse(e,t);if(n.success)return n.data;throw n.error}safeParse(e,t){let n={common:{issues:[],async:t?.async??!1,contextualErrorMap:t?.errorMap},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:$d(e)};return gf(n,this._parseSync({data:e,path:n.path,parent:n}))}"~validate"(e){let t={common:{issues:[],async:!!this[`~standard`].async},path:[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:$d(e)};if(!this[`~standard`].async)try{let n=this._parseSync({data:e,path:[],parent:t});return ff(n)?{value:n.value}:{issues:t.common.issues}}catch(e){e?.message?.toLowerCase()?.includes(`encountered`)&&(this[`~standard`].async=!0),t.common={issues:[],async:!0}}return this._parseAsync({data:e,path:[],parent:t}).then(e=>ff(e)?{value:e.value}:{issues:t.common.issues})}async parseAsync(e,t){let n=await this.safeParseAsync(e,t);if(n.success)return n.data;throw n.error}async safeParseAsync(e,t){let n={common:{issues:[],contextualErrorMap:t?.errorMap,async:!0},path:t?.path||[],schemaErrorMap:this._def.errorMap,parent:null,data:e,parsedType:$d(e)},r=this._parse({data:e,path:n.path,parent:n});return gf(n,await(pf(r)?r:Promise.resolve(r)))}refine(e,t){let n=e=>typeof t==`string`||t===void 0?{message:t}:typeof t==`function`?t(e):t;return this._refinement((t,r)=>{let i=e(t),a=()=>r.addIssue({code:H.custom,...n(t)});return typeof Promise<`u`&&i instanceof Promise?i.then(e=>e?!0:(a(),!1)):i?!0:(a(),!1)})}refinement(e,t){return this._refinement((n,r)=>e(n)?!0:(r.addIssue(typeof t==`function`?t(n,r):t),!1))}_refinement(e){return new xp({schema:this,typeName:Ap.ZodEffects,effect:{type:`refinement`,refinement:e}})}superRefine(e){return this._refinement(e)}constructor(e){this.spa=this.safeParseAsync,this._def=e,this.parse=this.parse.bind(this),this.safeParse=this.safeParse.bind(this),this.parseAsync=this.parseAsync.bind(this),this.safeParseAsync=this.safeParseAsync.bind(this),this.spa=this.spa.bind(this),this.refine=this.refine.bind(this),this.refinement=this.refinement.bind(this),this.superRefine=this.superRefine.bind(this),this.optional=this.optional.bind(this),this.nullable=this.nullable.bind(this),this.nullish=this.nullish.bind(this),this.array=this.array.bind(this),this.promise=this.promise.bind(this),this.or=this.or.bind(this),this.and=this.and.bind(this),this.transform=this.transform.bind(this),this.brand=this.brand.bind(this),this.default=this.default.bind(this),this.catch=this.catch.bind(this),this.describe=this.describe.bind(this),this.pipe=this.pipe.bind(this),this.readonly=this.readonly.bind(this),this.isNullable=this.isNullable.bind(this),this.isOptional=this.isOptional.bind(this),this[`~standard`]={version:1,vendor:`zod`,validate:e=>this[`~validate`](e)}}optional(){return Sp.create(this,this._def)}nullable(){return Cp.create(this,this._def)}nullish(){return this.nullable().optional()}array(){return np.create(this)}promise(){return bp.create(this,this._def)}or(e){return ap.create([this,e],this._def)}and(e){return lp.create(this,e,this._def)}transform(e){return new xp({..._f(this._def),schema:this,typeName:Ap.ZodEffects,effect:{type:`transform`,transform:e}})}default(e){let t=typeof e==`function`?e:()=>e;return new wp({..._f(this._def),innerType:this,defaultValue:t,typeName:Ap.ZodDefault})}brand(){return new Dp({typeName:Ap.ZodBranded,type:this,..._f(this._def)})}catch(e){let t=typeof e==`function`?e:()=>e;return new Tp({..._f(this._def),innerType:this,catchValue:t,typeName:Ap.ZodCatch})}describe(e){let t=this.constructor;return new t({...this._def,description:e})}pipe(e){return Op.create(this,e)}readonly(){return kp.create(this)}isOptional(){return this.safeParse(void 0).success}isNullable(){return this.safeParse(null).success}},yf=/^c[^\s-]{8,}$/i,bf=/^[0-9a-z]+$/,xf=/^[0-9A-HJKMNP-TV-Z]{26}$/i,Sf=/^[0-9a-fA-F]{8}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{4}\b-[0-9a-fA-F]{12}$/i,Cf=/^[a-z0-9_-]{21}$/i,wf=/^[A-Za-z0-9-_]+\.[A-Za-z0-9-_]+\.[A-Za-z0-9-_]*$/,Tf=/^[-+]?P(?!$)(?:(?:[-+]?\d+Y)|(?:[-+]?\d+[.,]\d+Y$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:(?:[-+]?\d+W)|(?:[-+]?\d+[.,]\d+W$))?(?:(?:[-+]?\d+D)|(?:[-+]?\d+[.,]\d+D$))?(?:T(?=[\d+-])(?:(?:[-+]?\d+H)|(?:[-+]?\d+[.,]\d+H$))?(?:(?:[-+]?\d+M)|(?:[-+]?\d+[.,]\d+M$))?(?:[-+]?\d+(?:[.,]\d+)?S)?)??$/,Ef=/^(?!\.)(?!.*\.\.)([A-Z0-9_'+\-\.]*)[A-Z0-9_+-]@([A-Z0-9][A-Z0-9\-]*\.)+[A-Z]{2,}$/i,Df=`^(\\p{Extended_Pictographic}|\\p{Emoji_Component})+$`,Of,kf=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/,Af=/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\/(3[0-2]|[12]?[0-9])$/,jf=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))$/,Mf=/^(([0-9a-fA-F]{1,4}:){7,7}[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,7}:|([0-9a-fA-F]{1,4}:){1,6}:[0-9a-fA-F]{1,4}|([0-9a-fA-F]{1,4}:){1,5}(:[0-9a-fA-F]{1,4}){1,2}|([0-9a-fA-F]{1,4}:){1,4}(:[0-9a-fA-F]{1,4}){1,3}|([0-9a-fA-F]{1,4}:){1,3}(:[0-9a-fA-F]{1,4}){1,4}|([0-9a-fA-F]{1,4}:){1,2}(:[0-9a-fA-F]{1,4}){1,5}|[0-9a-fA-F]{1,4}:((:[0-9a-fA-F]{1,4}){1,6})|:((:[0-9a-fA-F]{1,4}){1,7}|:)|fe80:(:[0-9a-fA-F]{0,4}){0,4}%[0-9a-zA-Z]{1,}|::(ffff(:0{1,4}){0,1}:){0,1}((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])|([0-9a-fA-F]{1,4}:){1,4}:((25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9])\.){3,3}(25[0-5]|(2[0-4]|1{0,1}[0-9]){0,1}[0-9]))\/(12[0-8]|1[01][0-9]|[1-9]?[0-9])$/,Nf=/^([0-9a-zA-Z+/]{4})*(([0-9a-zA-Z+/]{2}==)|([0-9a-zA-Z+/]{3}=))?$/,Pf=/^([0-9a-zA-Z-_]{4})*(([0-9a-zA-Z-_]{2}(==)?)|([0-9a-zA-Z-_]{3}(=)?))?$/,Ff=`((\\d\\d[2468][048]|\\d\\d[13579][26]|\\d\\d0[48]|[02468][048]00|[13579][26]00)-02-29|\\d{4}-((0[13578]|1[02])-(0[1-9]|[12]\\d|3[01])|(0[469]|11)-(0[1-9]|[12]\\d|30)|(02)-(0[1-9]|1\\d|2[0-8])))`,If=RegExp(`^${Ff}$`);function Lf(e){let t=`[0-5]\\d`;e.precision?t=`${t}\\.\\d{${e.precision}}`:e.precision??(t=`${t}(\\.\\d+)?`);let n=e.precision?`+`:`?`;return`([01]\\d|2[0-3]):[0-5]\\d(:${t})${n}`}function Rf(e){return RegExp(`^${Lf(e)}$`)}function zf(e){let t=`${Ff}T${Lf(e)}`,n=[];return n.push(e.local?`Z?`:`Z`),e.offset&&n.push(`([+-]\\d{2}:?\\d{2})`),t=`${t}(${n.join(`|`)})`,RegExp(`^${t}$`)}function Bf(e,t){return!!((t===`v4`||!t)&&kf.test(e)||(t===`v6`||!t)&&jf.test(e))}function Vf(e,t){if(!wf.test(e))return!1;try{let[n]=e.split(`.`);if(!n)return!1;let r=n.replace(/-/g,`+`).replace(/_/g,`/`).padEnd(n.length+(4-n.length%4)%4,`=`),i=JSON.parse(atob(r));return!(typeof i!=`object`||!i||`typ`in i&&i?.typ!==`JWT`||!i.alg||t&&i.alg!==t)}catch{return!1}}function Hf(e,t){return!!((t===`v4`||!t)&&Af.test(e)||(t===`v6`||!t)&&Mf.test(e))}var Uf=class e extends vf{_parse(e){if(this._def.coerce&&(e.data=String(e.data)),this._getType(e)!==V.string){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.string,received:t.parsedType}),sf}let t=new of,n;for(let r of this._def.checks)if(r.kind===`min`)e.data.length<r.value&&(n=this._getOrReturnCtx(e,n),U(n,{code:H.too_small,minimum:r.value,type:`string`,inclusive:!0,exact:!1,message:r.message}),t.dirty());else if(r.kind===`max`)e.data.length>r.value&&(n=this._getOrReturnCtx(e,n),U(n,{code:H.too_big,maximum:r.value,type:`string`,inclusive:!0,exact:!1,message:r.message}),t.dirty());else if(r.kind===`length`){let i=e.data.length>r.value,a=e.data.length<r.value;(i||a)&&(n=this._getOrReturnCtx(e,n),i?U(n,{code:H.too_big,maximum:r.value,type:`string`,inclusive:!0,exact:!0,message:r.message}):a&&U(n,{code:H.too_small,minimum:r.value,type:`string`,inclusive:!0,exact:!0,message:r.message}),t.dirty())}else if(r.kind===`email`)Ef.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`email`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`emoji`)Of||=new RegExp(Df,`u`),Of.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`emoji`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`uuid`)Sf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`uuid`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`nanoid`)Cf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`nanoid`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`cuid`)yf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`cuid`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`cuid2`)bf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`cuid2`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`ulid`)xf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`ulid`,code:H.invalid_string,message:r.message}),t.dirty());else if(r.kind===`url`)try{new URL(e.data)}catch{n=this._getOrReturnCtx(e,n),U(n,{validation:`url`,code:H.invalid_string,message:r.message}),t.dirty()}else r.kind===`regex`?(r.regex.lastIndex=0,r.regex.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`regex`,code:H.invalid_string,message:r.message}),t.dirty())):r.kind===`trim`?e.data=e.data.trim():r.kind===`includes`?e.data.includes(r.value,r.position)||(n=this._getOrReturnCtx(e,n),U(n,{code:H.invalid_string,validation:{includes:r.value,position:r.position},message:r.message}),t.dirty()):r.kind===`toLowerCase`?e.data=e.data.toLowerCase():r.kind===`toUpperCase`?e.data=e.data.toUpperCase():r.kind===`startsWith`?e.data.startsWith(r.value)||(n=this._getOrReturnCtx(e,n),U(n,{code:H.invalid_string,validation:{startsWith:r.value},message:r.message}),t.dirty()):r.kind===`endsWith`?e.data.endsWith(r.value)||(n=this._getOrReturnCtx(e,n),U(n,{code:H.invalid_string,validation:{endsWith:r.value},message:r.message}),t.dirty()):r.kind===`datetime`?zf(r).test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{code:H.invalid_string,validation:`datetime`,message:r.message}),t.dirty()):r.kind===`date`?If.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{code:H.invalid_string,validation:`date`,message:r.message}),t.dirty()):r.kind===`time`?Rf(r).test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{code:H.invalid_string,validation:`time`,message:r.message}),t.dirty()):r.kind===`duration`?Tf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`duration`,code:H.invalid_string,message:r.message}),t.dirty()):r.kind===`ip`?Bf(e.data,r.version)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`ip`,code:H.invalid_string,message:r.message}),t.dirty()):r.kind===`jwt`?Vf(e.data,r.alg)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`jwt`,code:H.invalid_string,message:r.message}),t.dirty()):r.kind===`cidr`?Hf(e.data,r.version)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`cidr`,code:H.invalid_string,message:r.message}),t.dirty()):r.kind===`base64`?Nf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`base64`,code:H.invalid_string,message:r.message}),t.dirty()):r.kind===`base64url`?Pf.test(e.data)||(n=this._getOrReturnCtx(e,n),U(n,{validation:`base64url`,code:H.invalid_string,message:r.message}),t.dirty()):Zd.assertNever(r);return{status:t.value,value:e.data}}_regex(e,t,n){return this.refinement(t=>e.test(t),{validation:t,code:H.invalid_string,...mf.errToObj(n)})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}email(e){return this._addCheck({kind:`email`,...mf.errToObj(e)})}url(e){return this._addCheck({kind:`url`,...mf.errToObj(e)})}emoji(e){return this._addCheck({kind:`emoji`,...mf.errToObj(e)})}uuid(e){return this._addCheck({kind:`uuid`,...mf.errToObj(e)})}nanoid(e){return this._addCheck({kind:`nanoid`,...mf.errToObj(e)})}cuid(e){return this._addCheck({kind:`cuid`,...mf.errToObj(e)})}cuid2(e){return this._addCheck({kind:`cuid2`,...mf.errToObj(e)})}ulid(e){return this._addCheck({kind:`ulid`,...mf.errToObj(e)})}base64(e){return this._addCheck({kind:`base64`,...mf.errToObj(e)})}base64url(e){return this._addCheck({kind:`base64url`,...mf.errToObj(e)})}jwt(e){return this._addCheck({kind:`jwt`,...mf.errToObj(e)})}ip(e){return this._addCheck({kind:`ip`,...mf.errToObj(e)})}cidr(e){return this._addCheck({kind:`cidr`,...mf.errToObj(e)})}datetime(e){return typeof e==`string`?this._addCheck({kind:`datetime`,precision:null,offset:!1,local:!1,message:e}):this._addCheck({kind:`datetime`,precision:e?.precision===void 0?null:e?.precision,offset:e?.offset??!1,local:e?.local??!1,...mf.errToObj(e?.message)})}date(e){return this._addCheck({kind:`date`,message:e})}time(e){return typeof e==`string`?this._addCheck({kind:`time`,precision:null,message:e}):this._addCheck({kind:`time`,precision:e?.precision===void 0?null:e?.precision,...mf.errToObj(e?.message)})}duration(e){return this._addCheck({kind:`duration`,...mf.errToObj(e)})}regex(e,t){return this._addCheck({kind:`regex`,regex:e,...mf.errToObj(t)})}includes(e,t){return this._addCheck({kind:`includes`,value:e,position:t?.position,...mf.errToObj(t?.message)})}startsWith(e,t){return this._addCheck({kind:`startsWith`,value:e,...mf.errToObj(t)})}endsWith(e,t){return this._addCheck({kind:`endsWith`,value:e,...mf.errToObj(t)})}min(e,t){return this._addCheck({kind:`min`,value:e,...mf.errToObj(t)})}max(e,t){return this._addCheck({kind:`max`,value:e,...mf.errToObj(t)})}length(e,t){return this._addCheck({kind:`length`,value:e,...mf.errToObj(t)})}nonempty(e){return this.min(1,mf.errToObj(e))}trim(){return new e({...this._def,checks:[...this._def.checks,{kind:`trim`}]})}toLowerCase(){return new e({...this._def,checks:[...this._def.checks,{kind:`toLowerCase`}]})}toUpperCase(){return new e({...this._def,checks:[...this._def.checks,{kind:`toUpperCase`}]})}get isDatetime(){return!!this._def.checks.find(e=>e.kind===`datetime`)}get isDate(){return!!this._def.checks.find(e=>e.kind===`date`)}get isTime(){return!!this._def.checks.find(e=>e.kind===`time`)}get isDuration(){return!!this._def.checks.find(e=>e.kind===`duration`)}get isEmail(){return!!this._def.checks.find(e=>e.kind===`email`)}get isURL(){return!!this._def.checks.find(e=>e.kind===`url`)}get isEmoji(){return!!this._def.checks.find(e=>e.kind===`emoji`)}get isUUID(){return!!this._def.checks.find(e=>e.kind===`uuid`)}get isNANOID(){return!!this._def.checks.find(e=>e.kind===`nanoid`)}get isCUID(){return!!this._def.checks.find(e=>e.kind===`cuid`)}get isCUID2(){return!!this._def.checks.find(e=>e.kind===`cuid2`)}get isULID(){return!!this._def.checks.find(e=>e.kind===`ulid`)}get isIP(){return!!this._def.checks.find(e=>e.kind===`ip`)}get isCIDR(){return!!this._def.checks.find(e=>e.kind===`cidr`)}get isBase64(){return!!this._def.checks.find(e=>e.kind===`base64`)}get isBase64url(){return!!this._def.checks.find(e=>e.kind===`base64url`)}get minLength(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e}get maxLength(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e}};Uf.create=e=>new Uf({checks:[],typeName:Ap.ZodString,coerce:e?.coerce??!1,..._f(e)});function Wf(e,t){let n=(e.toString().split(`.`)[1]||``).length,r=(t.toString().split(`.`)[1]||``).length,i=n>r?n:r;return Number.parseInt(e.toFixed(i).replace(`.`,``))%Number.parseInt(t.toFixed(i).replace(`.`,``))/10**i}var Gf=class e extends vf{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte,this.step=this.multipleOf}_parse(e){if(this._def.coerce&&(e.data=Number(e.data)),this._getType(e)!==V.number){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.number,received:t.parsedType}),sf}let t,n=new of;for(let r of this._def.checks)r.kind===`int`?Zd.isInteger(e.data)||(t=this._getOrReturnCtx(e,t),U(t,{code:H.invalid_type,expected:`integer`,received:`float`,message:r.message}),n.dirty()):r.kind===`min`?(r.inclusive?e.data<r.value:e.data<=r.value)&&(t=this._getOrReturnCtx(e,t),U(t,{code:H.too_small,minimum:r.value,type:`number`,inclusive:r.inclusive,exact:!1,message:r.message}),n.dirty()):r.kind===`max`?(r.inclusive?e.data>r.value:e.data>=r.value)&&(t=this._getOrReturnCtx(e,t),U(t,{code:H.too_big,maximum:r.value,type:`number`,inclusive:r.inclusive,exact:!1,message:r.message}),n.dirty()):r.kind===`multipleOf`?Wf(e.data,r.value)!==0&&(t=this._getOrReturnCtx(e,t),U(t,{code:H.not_multiple_of,multipleOf:r.value,message:r.message}),n.dirty()):r.kind===`finite`?Number.isFinite(e.data)||(t=this._getOrReturnCtx(e,t),U(t,{code:H.not_finite,message:r.message}),n.dirty()):Zd.assertNever(r);return{status:n.value,value:e.data}}gte(e,t){return this.setLimit(`min`,e,!0,mf.toString(t))}gt(e,t){return this.setLimit(`min`,e,!1,mf.toString(t))}lte(e,t){return this.setLimit(`max`,e,!0,mf.toString(t))}lt(e,t){return this.setLimit(`max`,e,!1,mf.toString(t))}setLimit(t,n,r,i){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:mf.toString(i)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}int(e){return this._addCheck({kind:`int`,message:mf.toString(e)})}positive(e){return this._addCheck({kind:`min`,value:0,inclusive:!1,message:mf.toString(e)})}negative(e){return this._addCheck({kind:`max`,value:0,inclusive:!1,message:mf.toString(e)})}nonpositive(e){return this._addCheck({kind:`max`,value:0,inclusive:!0,message:mf.toString(e)})}nonnegative(e){return this._addCheck({kind:`min`,value:0,inclusive:!0,message:mf.toString(e)})}multipleOf(e,t){return this._addCheck({kind:`multipleOf`,value:e,message:mf.toString(t)})}finite(e){return this._addCheck({kind:`finite`,message:mf.toString(e)})}safe(e){return this._addCheck({kind:`min`,inclusive:!0,value:-(2**53-1),message:mf.toString(e)})._addCheck({kind:`max`,inclusive:!0,value:2**53-1,message:mf.toString(e)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e}get isInt(){return!!this._def.checks.find(e=>e.kind===`int`||e.kind===`multipleOf`&&Zd.isInteger(e.value))}get isFinite(){let e=null,t=null;for(let n of this._def.checks)if(n.kind===`finite`||n.kind===`int`||n.kind===`multipleOf`)return!0;else n.kind===`min`?(t===null||n.value>t)&&(t=n.value):n.kind===`max`&&(e===null||n.value<e)&&(e=n.value);return Number.isFinite(t)&&Number.isFinite(e)}};Gf.create=e=>new Gf({checks:[],typeName:Ap.ZodNumber,coerce:e?.coerce||!1,..._f(e)});var Kf=class e extends vf{constructor(){super(...arguments),this.min=this.gte,this.max=this.lte}_parse(e){if(this._def.coerce)try{e.data=BigInt(e.data)}catch{return this._getInvalidInput(e)}if(this._getType(e)!==V.bigint)return this._getInvalidInput(e);let t,n=new of;for(let r of this._def.checks)r.kind===`min`?(r.inclusive?e.data<r.value:e.data<=r.value)&&(t=this._getOrReturnCtx(e,t),U(t,{code:H.too_small,type:`bigint`,minimum:r.value,inclusive:r.inclusive,message:r.message}),n.dirty()):r.kind===`max`?(r.inclusive?e.data>r.value:e.data>=r.value)&&(t=this._getOrReturnCtx(e,t),U(t,{code:H.too_big,type:`bigint`,maximum:r.value,inclusive:r.inclusive,message:r.message}),n.dirty()):r.kind===`multipleOf`?e.data%r.value!==BigInt(0)&&(t=this._getOrReturnCtx(e,t),U(t,{code:H.not_multiple_of,multipleOf:r.value,message:r.message}),n.dirty()):Zd.assertNever(r);return{status:n.value,value:e.data}}_getInvalidInput(e){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.bigint,received:t.parsedType}),sf}gte(e,t){return this.setLimit(`min`,e,!0,mf.toString(t))}gt(e,t){return this.setLimit(`min`,e,!1,mf.toString(t))}lte(e,t){return this.setLimit(`max`,e,!0,mf.toString(t))}lt(e,t){return this.setLimit(`max`,e,!1,mf.toString(t))}setLimit(t,n,r,i){return new e({...this._def,checks:[...this._def.checks,{kind:t,value:n,inclusive:r,message:mf.toString(i)}]})}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}positive(e){return this._addCheck({kind:`min`,value:BigInt(0),inclusive:!1,message:mf.toString(e)})}negative(e){return this._addCheck({kind:`max`,value:BigInt(0),inclusive:!1,message:mf.toString(e)})}nonpositive(e){return this._addCheck({kind:`max`,value:BigInt(0),inclusive:!0,message:mf.toString(e)})}nonnegative(e){return this._addCheck({kind:`min`,value:BigInt(0),inclusive:!0,message:mf.toString(e)})}multipleOf(e,t){return this._addCheck({kind:`multipleOf`,value:e,message:mf.toString(t)})}get minValue(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e}get maxValue(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e}};Kf.create=e=>new Kf({checks:[],typeName:Ap.ZodBigInt,coerce:e?.coerce??!1,..._f(e)});var qf=class extends vf{_parse(e){if(this._def.coerce&&(e.data=!!e.data),this._getType(e)!==V.boolean){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.boolean,received:t.parsedType}),sf}return lf(e.data)}};qf.create=e=>new qf({typeName:Ap.ZodBoolean,coerce:e?.coerce||!1,..._f(e)});var Jf=class e extends vf{_parse(e){if(this._def.coerce&&(e.data=new Date(e.data)),this._getType(e)!==V.date){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.date,received:t.parsedType}),sf}if(Number.isNaN(e.data.getTime()))return U(this._getOrReturnCtx(e),{code:H.invalid_date}),sf;let t=new of,n;for(let r of this._def.checks)r.kind===`min`?e.data.getTime()<r.value&&(n=this._getOrReturnCtx(e,n),U(n,{code:H.too_small,message:r.message,inclusive:!0,exact:!1,minimum:r.value,type:`date`}),t.dirty()):r.kind===`max`?e.data.getTime()>r.value&&(n=this._getOrReturnCtx(e,n),U(n,{code:H.too_big,message:r.message,inclusive:!0,exact:!1,maximum:r.value,type:`date`}),t.dirty()):Zd.assertNever(r);return{status:t.value,value:new Date(e.data.getTime())}}_addCheck(t){return new e({...this._def,checks:[...this._def.checks,t]})}min(e,t){return this._addCheck({kind:`min`,value:e.getTime(),message:mf.toString(t)})}max(e,t){return this._addCheck({kind:`max`,value:e.getTime(),message:mf.toString(t)})}get minDate(){let e=null;for(let t of this._def.checks)t.kind===`min`&&(e===null||t.value>e)&&(e=t.value);return e==null?null:new Date(e)}get maxDate(){let e=null;for(let t of this._def.checks)t.kind===`max`&&(e===null||t.value<e)&&(e=t.value);return e==null?null:new Date(e)}};Jf.create=e=>new Jf({checks:[],coerce:e?.coerce||!1,typeName:Ap.ZodDate,..._f(e)});var Yf=class extends vf{_parse(e){if(this._getType(e)!==V.symbol){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.symbol,received:t.parsedType}),sf}return lf(e.data)}};Yf.create=e=>new Yf({typeName:Ap.ZodSymbol,..._f(e)});var Xf=class extends vf{_parse(e){if(this._getType(e)!==V.undefined){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.undefined,received:t.parsedType}),sf}return lf(e.data)}};Xf.create=e=>new Xf({typeName:Ap.ZodUndefined,..._f(e)});var Zf=class extends vf{_parse(e){if(this._getType(e)!==V.null){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.null,received:t.parsedType}),sf}return lf(e.data)}};Zf.create=e=>new Zf({typeName:Ap.ZodNull,..._f(e)});var Qf=class extends vf{constructor(){super(...arguments),this._any=!0}_parse(e){return lf(e.data)}};Qf.create=e=>new Qf({typeName:Ap.ZodAny,..._f(e)});var $f=class extends vf{constructor(){super(...arguments),this._unknown=!0}_parse(e){return lf(e.data)}};$f.create=e=>new $f({typeName:Ap.ZodUnknown,..._f(e)});var ep=class extends vf{_parse(e){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.never,received:t.parsedType}),sf}};ep.create=e=>new ep({typeName:Ap.ZodNever,..._f(e)});var tp=class extends vf{_parse(e){if(this._getType(e)!==V.undefined){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.void,received:t.parsedType}),sf}return lf(e.data)}};tp.create=e=>new tp({typeName:Ap.ZodVoid,..._f(e)});var np=class e extends vf{_parse(e){let{ctx:t,status:n}=this._processInputParams(e),r=this._def;if(t.parsedType!==V.array)return U(t,{code:H.invalid_type,expected:V.array,received:t.parsedType}),sf;if(r.exactLength!==null){let e=t.data.length>r.exactLength.value,i=t.data.length<r.exactLength.value;(e||i)&&(U(t,{code:e?H.too_big:H.too_small,minimum:i?r.exactLength.value:void 0,maximum:e?r.exactLength.value:void 0,type:`array`,inclusive:!0,exact:!0,message:r.exactLength.message}),n.dirty())}if(r.minLength!==null&&t.data.length<r.minLength.value&&(U(t,{code:H.too_small,minimum:r.minLength.value,type:`array`,inclusive:!0,exact:!1,message:r.minLength.message}),n.dirty()),r.maxLength!==null&&t.data.length>r.maxLength.value&&(U(t,{code:H.too_big,maximum:r.maxLength.value,type:`array`,inclusive:!0,exact:!1,message:r.maxLength.message}),n.dirty()),t.common.async)return Promise.all([...t.data].map((e,n)=>r.type._parseAsync(new hf(t,e,t.path,n)))).then(e=>of.mergeArray(n,e));let i=[...t.data].map((e,n)=>r.type._parseSync(new hf(t,e,t.path,n)));return of.mergeArray(n,i)}get element(){return this._def.type}min(t,n){return new e({...this._def,minLength:{value:t,message:mf.toString(n)}})}max(t,n){return new e({...this._def,maxLength:{value:t,message:mf.toString(n)}})}length(t,n){return new e({...this._def,exactLength:{value:t,message:mf.toString(n)}})}nonempty(e){return this.min(1,e)}};np.create=(e,t)=>new np({type:e,minLength:null,maxLength:null,exactLength:null,typeName:Ap.ZodArray,..._f(t)});function rp(e){if(e instanceof ip){let t={};for(let n in e.shape){let r=e.shape[n];t[n]=Sp.create(rp(r))}return new ip({...e._def,shape:()=>t})}else if(e instanceof np)return new np({...e._def,type:rp(e.element)});else if(e instanceof Sp)return Sp.create(rp(e.unwrap()));else if(e instanceof Cp)return Cp.create(rp(e.unwrap()));else if(e instanceof up)return up.create(e.items.map(e=>rp(e)));else return e}var ip=class e extends vf{constructor(){super(...arguments),this._cached=null,this.nonstrict=this.passthrough,this.augment=this.extend}_getCached(){if(this._cached!==null)return this._cached;let e=this._def.shape(),t=Zd.objectKeys(e);return this._cached={shape:e,keys:t},this._cached}_parse(e){if(this._getType(e)!==V.object){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.object,received:t.parsedType}),sf}let{status:t,ctx:n}=this._processInputParams(e),{shape:r,keys:i}=this._getCached(),a=[];if(!(this._def.catchall instanceof ep&&this._def.unknownKeys===`strip`))for(let e in n.data)i.includes(e)||a.push(e);let o=[];for(let e of i){let t=r[e],i=n.data[e];o.push({key:{status:`valid`,value:e},value:t._parse(new hf(n,i,n.path,e)),alwaysSet:e in n.data})}if(this._def.catchall instanceof ep){let e=this._def.unknownKeys;if(e===`passthrough`)for(let e of a)o.push({key:{status:`valid`,value:e},value:{status:`valid`,value:n.data[e]}});else if(e===`strict`)a.length>0&&(U(n,{code:H.unrecognized_keys,keys:a}),t.dirty());else if(e!==`strip`)throw Error(`Internal ZodObject error: invalid unknownKeys value.`)}else{let e=this._def.catchall;for(let t of a){let r=n.data[t];o.push({key:{status:`valid`,value:t},value:e._parse(new hf(n,r,n.path,t)),alwaysSet:t in n.data})}}return n.common.async?Promise.resolve().then(async()=>{let e=[];for(let t of o){let n=await t.key,r=await t.value;e.push({key:n,value:r,alwaysSet:t.alwaysSet})}return e}).then(e=>of.mergeObjectSync(t,e)):of.mergeObjectSync(t,o)}get shape(){return this._def.shape()}strict(t){return mf.errToObj,new e({...this._def,unknownKeys:`strict`,...t===void 0?{}:{errorMap:(e,n)=>{let r=this._def.errorMap?.(e,n).message??n.defaultError;return e.code===`unrecognized_keys`?{message:mf.errToObj(t).message??r}:{message:r}}}})}strip(){return new e({...this._def,unknownKeys:`strip`})}passthrough(){return new e({...this._def,unknownKeys:`passthrough`})}extend(t){return new e({...this._def,shape:()=>({...this._def.shape(),...t})})}merge(t){return new e({unknownKeys:t._def.unknownKeys,catchall:t._def.catchall,shape:()=>({...this._def.shape(),...t._def.shape()}),typeName:Ap.ZodObject})}setKey(e,t){return this.augment({[e]:t})}catchall(t){return new e({...this._def,catchall:t})}pick(t){let n={};for(let e of Zd.objectKeys(t))t[e]&&this.shape[e]&&(n[e]=this.shape[e]);return new e({...this._def,shape:()=>n})}omit(t){let n={};for(let e of Zd.objectKeys(this.shape))t[e]||(n[e]=this.shape[e]);return new e({...this._def,shape:()=>n})}deepPartial(){return rp(this)}partial(t){let n={};for(let e of Zd.objectKeys(this.shape)){let r=this.shape[e];t&&!t[e]?n[e]=r:n[e]=r.optional()}return new e({...this._def,shape:()=>n})}required(t){let n={};for(let e of Zd.objectKeys(this.shape))if(t&&!t[e])n[e]=this.shape[e];else{let t=this.shape[e];for(;t instanceof Sp;)t=t._def.innerType;n[e]=t}return new e({...this._def,shape:()=>n})}keyof(){return _p(Zd.objectKeys(this.shape))}};ip.create=(e,t)=>new ip({shape:()=>e,unknownKeys:`strip`,catchall:ep.create(),typeName:Ap.ZodObject,..._f(t)}),ip.strictCreate=(e,t)=>new ip({shape:()=>e,unknownKeys:`strict`,catchall:ep.create(),typeName:Ap.ZodObject,..._f(t)}),ip.lazycreate=(e,t)=>new ip({shape:e,unknownKeys:`strip`,catchall:ep.create(),typeName:Ap.ZodObject,..._f(t)});var ap=class extends vf{_parse(e){let{ctx:t}=this._processInputParams(e),n=this._def.options;function r(e){for(let t of e)if(t.result.status===`valid`)return t.result;for(let n of e)if(n.result.status===`dirty`)return t.common.issues.push(...n.ctx.common.issues),n.result;let n=e.map(e=>new ef(e.ctx.common.issues));return U(t,{code:H.invalid_union,unionErrors:n}),sf}if(t.common.async)return Promise.all(n.map(async e=>{let n={...t,common:{...t.common,issues:[]},parent:null};return{result:await e._parseAsync({data:t.data,path:t.path,parent:n}),ctx:n}})).then(r);{let e,r=[];for(let i of n){let n={...t,common:{...t.common,issues:[]},parent:null},a=i._parseSync({data:t.data,path:t.path,parent:n});if(a.status===`valid`)return a;a.status===`dirty`&&!e&&(e={result:a,ctx:n}),n.common.issues.length&&r.push(n.common.issues)}if(e)return t.common.issues.push(...e.ctx.common.issues),e.result;let i=r.map(e=>new ef(e));return U(t,{code:H.invalid_union,unionErrors:i}),sf}}get options(){return this._def.options}};ap.create=(e,t)=>new ap({options:e,typeName:Ap.ZodUnion,..._f(t)});var op=e=>e instanceof hp?op(e.schema):e instanceof xp?op(e.innerType()):e instanceof gp?[e.value]:e instanceof vp?e.options:e instanceof yp?Zd.objectValues(e.enum):e instanceof wp?op(e._def.innerType):e instanceof Xf?[void 0]:e instanceof Zf?[null]:e instanceof Sp?[void 0,...op(e.unwrap())]:e instanceof Cp?[null,...op(e.unwrap())]:e instanceof Dp||e instanceof kp?op(e.unwrap()):e instanceof Tp?op(e._def.innerType):[],sp=class e extends vf{_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==V.object)return U(t,{code:H.invalid_type,expected:V.object,received:t.parsedType}),sf;let n=this.discriminator,r=t.data[n],i=this.optionsMap.get(r);return i?t.common.async?i._parseAsync({data:t.data,path:t.path,parent:t}):i._parseSync({data:t.data,path:t.path,parent:t}):(U(t,{code:H.invalid_union_discriminator,options:Array.from(this.optionsMap.keys()),path:[n]}),sf)}get discriminator(){return this._def.discriminator}get options(){return this._def.options}get optionsMap(){return this._def.optionsMap}static create(t,n,r){let i=new Map;for(let e of n){let n=op(e.shape[t]);if(!n.length)throw Error(`A discriminator value for key \`${t}\` could not be extracted from all schema options`);for(let r of n){if(i.has(r))throw Error(`Discriminator property ${String(t)} has duplicate value ${String(r)}`);i.set(r,e)}}return new e({typeName:Ap.ZodDiscriminatedUnion,discriminator:t,options:n,optionsMap:i,..._f(r)})}};function cp(e,t){let n=$d(e),r=$d(t);if(e===t)return{valid:!0,data:e};if(n===V.object&&r===V.object){let n=Zd.objectKeys(t),r=Zd.objectKeys(e).filter(e=>n.indexOf(e)!==-1),i={...e,...t};for(let n of r){let r=cp(e[n],t[n]);if(!r.valid)return{valid:!1};i[n]=r.data}return{valid:!0,data:i}}else if(n===V.array&&r===V.array){if(e.length!==t.length)return{valid:!1};let n=[];for(let r=0;r<e.length;r++){let i=e[r],a=t[r],o=cp(i,a);if(!o.valid)return{valid:!1};n.push(o.data)}return{valid:!0,data:n}}else if(n===V.date&&r===V.date&&+e==+t)return{valid:!0,data:e};else return{valid:!1}}var lp=class extends vf{_parse(e){let{status:t,ctx:n}=this._processInputParams(e),r=(e,r)=>{if(uf(e)||uf(r))return sf;let i=cp(e.value,r.value);return i.valid?((df(e)||df(r))&&t.dirty(),{status:t.value,value:i.data}):(U(n,{code:H.invalid_intersection_types}),sf)};return n.common.async?Promise.all([this._def.left._parseAsync({data:n.data,path:n.path,parent:n}),this._def.right._parseAsync({data:n.data,path:n.path,parent:n})]).then(([e,t])=>r(e,t)):r(this._def.left._parseSync({data:n.data,path:n.path,parent:n}),this._def.right._parseSync({data:n.data,path:n.path,parent:n}))}};lp.create=(e,t,n)=>new lp({left:e,right:t,typeName:Ap.ZodIntersection,..._f(n)});var up=class e extends vf{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==V.array)return U(n,{code:H.invalid_type,expected:V.array,received:n.parsedType}),sf;if(n.data.length<this._def.items.length)return U(n,{code:H.too_small,minimum:this._def.items.length,inclusive:!0,exact:!1,type:`array`}),sf;!this._def.rest&&n.data.length>this._def.items.length&&(U(n,{code:H.too_big,maximum:this._def.items.length,inclusive:!0,exact:!1,type:`array`}),t.dirty());let r=[...n.data].map((e,t)=>{let r=this._def.items[t]||this._def.rest;return r?r._parse(new hf(n,e,n.path,t)):null}).filter(e=>!!e);return n.common.async?Promise.all(r).then(e=>of.mergeArray(t,e)):of.mergeArray(t,r)}get items(){return this._def.items}rest(t){return new e({...this._def,rest:t})}};up.create=(e,t)=>{if(!Array.isArray(e))throw Error(`You must pass an array of schemas to z.tuple([ ... ])`);return new up({items:e,typeName:Ap.ZodTuple,rest:null,..._f(t)})};var dp=class e extends vf{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==V.object)return U(n,{code:H.invalid_type,expected:V.object,received:n.parsedType}),sf;let r=[],i=this._def.keyType,a=this._def.valueType;for(let e in n.data)r.push({key:i._parse(new hf(n,e,n.path,e)),value:a._parse(new hf(n,n.data[e],n.path,e)),alwaysSet:e in n.data});return n.common.async?of.mergeObjectAsync(t,r):of.mergeObjectSync(t,r)}get element(){return this._def.valueType}static create(t,n,r){return n instanceof vf?new e({keyType:t,valueType:n,typeName:Ap.ZodRecord,..._f(r)}):new e({keyType:Uf.create(),valueType:t,typeName:Ap.ZodRecord,..._f(n)})}},fp=class extends vf{get keySchema(){return this._def.keyType}get valueSchema(){return this._def.valueType}_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==V.map)return U(n,{code:H.invalid_type,expected:V.map,received:n.parsedType}),sf;let r=this._def.keyType,i=this._def.valueType,a=[...n.data.entries()].map(([e,t],a)=>({key:r._parse(new hf(n,e,n.path,[a,`key`])),value:i._parse(new hf(n,t,n.path,[a,`value`]))}));if(n.common.async){let e=new Map;return Promise.resolve().then(async()=>{for(let n of a){let r=await n.key,i=await n.value;if(r.status===`aborted`||i.status===`aborted`)return sf;(r.status===`dirty`||i.status===`dirty`)&&t.dirty(),e.set(r.value,i.value)}return{status:t.value,value:e}})}else{let e=new Map;for(let n of a){let r=n.key,i=n.value;if(r.status===`aborted`||i.status===`aborted`)return sf;(r.status===`dirty`||i.status===`dirty`)&&t.dirty(),e.set(r.value,i.value)}return{status:t.value,value:e}}}};fp.create=(e,t,n)=>new fp({valueType:t,keyType:e,typeName:Ap.ZodMap,..._f(n)});var pp=class e extends vf{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.parsedType!==V.set)return U(n,{code:H.invalid_type,expected:V.set,received:n.parsedType}),sf;let r=this._def;r.minSize!==null&&n.data.size<r.minSize.value&&(U(n,{code:H.too_small,minimum:r.minSize.value,type:`set`,inclusive:!0,exact:!1,message:r.minSize.message}),t.dirty()),r.maxSize!==null&&n.data.size>r.maxSize.value&&(U(n,{code:H.too_big,maximum:r.maxSize.value,type:`set`,inclusive:!0,exact:!1,message:r.maxSize.message}),t.dirty());let i=this._def.valueType;function a(e){let n=new Set;for(let r of e){if(r.status===`aborted`)return sf;r.status===`dirty`&&t.dirty(),n.add(r.value)}return{status:t.value,value:n}}let o=[...n.data.values()].map((e,t)=>i._parse(new hf(n,e,n.path,t)));return n.common.async?Promise.all(o).then(e=>a(e)):a(o)}min(t,n){return new e({...this._def,minSize:{value:t,message:mf.toString(n)}})}max(t,n){return new e({...this._def,maxSize:{value:t,message:mf.toString(n)}})}size(e,t){return this.min(e,t).max(e,t)}nonempty(e){return this.min(1,e)}};pp.create=(e,t)=>new pp({valueType:e,minSize:null,maxSize:null,typeName:Ap.ZodSet,..._f(t)});var mp=class e extends vf{constructor(){super(...arguments),this.validate=this.implement}_parse(e){let{ctx:t}=this._processInputParams(e);if(t.parsedType!==V.function)return U(t,{code:H.invalid_type,expected:V.function,received:t.parsedType}),sf;function n(e,n){return af({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,rf(),tf].filter(e=>!!e),issueData:{code:H.invalid_arguments,argumentsError:n}})}function r(e,n){return af({data:e,path:t.path,errorMaps:[t.common.contextualErrorMap,t.schemaErrorMap,rf(),tf].filter(e=>!!e),issueData:{code:H.invalid_return_type,returnTypeError:n}})}let i={errorMap:t.common.contextualErrorMap},a=t.data;if(this._def.returns instanceof bp){let e=this;return lf(async function(...t){let o=new ef([]),s=await e._def.args.parseAsync(t,i).catch(e=>{throw o.addIssue(n(t,e)),o}),c=await Reflect.apply(a,this,s);return await e._def.returns._def.type.parseAsync(c,i).catch(e=>{throw o.addIssue(r(c,e)),o})})}else{let e=this;return lf(function(...t){let o=e._def.args.safeParse(t,i);if(!o.success)throw new ef([n(t,o.error)]);let s=Reflect.apply(a,this,o.data),c=e._def.returns.safeParse(s,i);if(!c.success)throw new ef([r(s,c.error)]);return c.data})}}parameters(){return this._def.args}returnType(){return this._def.returns}args(...t){return new e({...this._def,args:up.create(t).rest($f.create())})}returns(t){return new e({...this._def,returns:t})}implement(e){return this.parse(e)}strictImplement(e){return this.parse(e)}static create(t,n,r){return new e({args:t||up.create([]).rest($f.create()),returns:n||$f.create(),typeName:Ap.ZodFunction,..._f(r)})}},hp=class extends vf{get schema(){return this._def.getter()}_parse(e){let{ctx:t}=this._processInputParams(e);return this._def.getter()._parse({data:t.data,path:t.path,parent:t})}};hp.create=(e,t)=>new hp({getter:e,typeName:Ap.ZodLazy,..._f(t)});var gp=class extends vf{_parse(e){if(e.data!==this._def.value){let t=this._getOrReturnCtx(e);return U(t,{received:t.data,code:H.invalid_literal,expected:this._def.value}),sf}return{status:`valid`,value:e.data}}get value(){return this._def.value}};gp.create=(e,t)=>new gp({value:e,typeName:Ap.ZodLiteral,..._f(t)});function _p(e,t){return new vp({values:e,typeName:Ap.ZodEnum,..._f(t)})}var vp=class e extends vf{_parse(e){if(typeof e.data!=`string`){let t=this._getOrReturnCtx(e),n=this._def.values;return U(t,{expected:Zd.joinValues(n),received:t.parsedType,code:H.invalid_type}),sf}if(this._cache||=new Set(this._def.values),!this._cache.has(e.data)){let t=this._getOrReturnCtx(e),n=this._def.values;return U(t,{received:t.data,code:H.invalid_enum_value,options:n}),sf}return lf(e.data)}get options(){return this._def.values}get enum(){let e={};for(let t of this._def.values)e[t]=t;return e}get Values(){let e={};for(let t of this._def.values)e[t]=t;return e}get Enum(){let e={};for(let t of this._def.values)e[t]=t;return e}extract(t,n=this._def){return e.create(t,{...this._def,...n})}exclude(t,n=this._def){return e.create(this.options.filter(e=>!t.includes(e)),{...this._def,...n})}};vp.create=_p;var yp=class extends vf{_parse(e){let t=Zd.getValidEnumValues(this._def.values),n=this._getOrReturnCtx(e);if(n.parsedType!==V.string&&n.parsedType!==V.number){let e=Zd.objectValues(t);return U(n,{expected:Zd.joinValues(e),received:n.parsedType,code:H.invalid_type}),sf}if(this._cache||=new Set(Zd.getValidEnumValues(this._def.values)),!this._cache.has(e.data)){let e=Zd.objectValues(t);return U(n,{received:n.data,code:H.invalid_enum_value,options:e}),sf}return lf(e.data)}get enum(){return this._def.values}};yp.create=(e,t)=>new yp({values:e,typeName:Ap.ZodNativeEnum,..._f(t)});var bp=class extends vf{unwrap(){return this._def.type}_parse(e){let{ctx:t}=this._processInputParams(e);return t.parsedType!==V.promise&&t.common.async===!1?(U(t,{code:H.invalid_type,expected:V.promise,received:t.parsedType}),sf):lf((t.parsedType===V.promise?t.data:Promise.resolve(t.data)).then(e=>this._def.type.parseAsync(e,{path:t.path,errorMap:t.common.contextualErrorMap})))}};bp.create=(e,t)=>new bp({type:e,typeName:Ap.ZodPromise,..._f(t)});var xp=class extends vf{innerType(){return this._def.schema}sourceType(){return this._def.schema._def.typeName===Ap.ZodEffects?this._def.schema.sourceType():this._def.schema}_parse(e){let{status:t,ctx:n}=this._processInputParams(e),r=this._def.effect||null,i={addIssue:e=>{U(n,e),e.fatal?t.abort():t.dirty()},get path(){return n.path}};if(i.addIssue=i.addIssue.bind(i),r.type===`preprocess`){let e=r.transform(n.data,i);if(n.common.async)return Promise.resolve(e).then(async e=>{if(t.value===`aborted`)return sf;let r=await this._def.schema._parseAsync({data:e,path:n.path,parent:n});return r.status===`aborted`?sf:r.status===`dirty`||t.value===`dirty`?cf(r.value):r});{if(t.value===`aborted`)return sf;let r=this._def.schema._parseSync({data:e,path:n.path,parent:n});return r.status===`aborted`?sf:r.status===`dirty`||t.value===`dirty`?cf(r.value):r}}if(r.type===`refinement`){let e=e=>{let t=r.refinement(e,i);if(n.common.async)return Promise.resolve(t);if(t instanceof Promise)throw Error(`Async refinement encountered during synchronous parse operation. Use .parseAsync instead.`);return e};if(n.common.async===!1){let r=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});return r.status===`aborted`?sf:(r.status===`dirty`&&t.dirty(),e(r.value),{status:t.value,value:r.value})}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(n=>n.status===`aborted`?sf:(n.status===`dirty`&&t.dirty(),e(n.value).then(()=>({status:t.value,value:n.value}))))}if(r.type===`transform`)if(n.common.async===!1){let e=this._def.schema._parseSync({data:n.data,path:n.path,parent:n});if(!ff(e))return sf;let a=r.transform(e.value,i);if(a instanceof Promise)throw Error(`Asynchronous transform encountered during synchronous parse operation. Use .parseAsync instead.`);return{status:t.value,value:a}}else return this._def.schema._parseAsync({data:n.data,path:n.path,parent:n}).then(e=>ff(e)?Promise.resolve(r.transform(e.value,i)).then(e=>({status:t.value,value:e})):sf);Zd.assertNever(r)}};xp.create=(e,t,n)=>new xp({schema:e,typeName:Ap.ZodEffects,effect:t,..._f(n)}),xp.createWithPreprocess=(e,t,n)=>new xp({schema:t,effect:{type:`preprocess`,transform:e},typeName:Ap.ZodEffects,..._f(n)});var Sp=class extends vf{_parse(e){return this._getType(e)===V.undefined?lf(void 0):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Sp.create=(e,t)=>new Sp({innerType:e,typeName:Ap.ZodOptional,..._f(t)});var Cp=class extends vf{_parse(e){return this._getType(e)===V.null?lf(null):this._def.innerType._parse(e)}unwrap(){return this._def.innerType}};Cp.create=(e,t)=>new Cp({innerType:e,typeName:Ap.ZodNullable,..._f(t)});var wp=class extends vf{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return t.parsedType===V.undefined&&(n=this._def.defaultValue()),this._def.innerType._parse({data:n,path:t.path,parent:t})}removeDefault(){return this._def.innerType}};wp.create=(e,t)=>new wp({innerType:e,typeName:Ap.ZodDefault,defaultValue:typeof t.default==`function`?t.default:()=>t.default,..._f(t)});var Tp=class extends vf{_parse(e){let{ctx:t}=this._processInputParams(e),n={...t,common:{...t.common,issues:[]}},r=this._def.innerType._parse({data:n.data,path:n.path,parent:{...n}});return pf(r)?r.then(e=>({status:`valid`,value:e.status===`valid`?e.value:this._def.catchValue({get error(){return new ef(n.common.issues)},input:n.data})})):{status:`valid`,value:r.status===`valid`?r.value:this._def.catchValue({get error(){return new ef(n.common.issues)},input:n.data})}}removeCatch(){return this._def.innerType}};Tp.create=(e,t)=>new Tp({innerType:e,typeName:Ap.ZodCatch,catchValue:typeof t.catch==`function`?t.catch:()=>t.catch,..._f(t)});var Ep=class extends vf{_parse(e){if(this._getType(e)!==V.nan){let t=this._getOrReturnCtx(e);return U(t,{code:H.invalid_type,expected:V.nan,received:t.parsedType}),sf}return{status:`valid`,value:e.data}}};Ep.create=e=>new Ep({typeName:Ap.ZodNaN,..._f(e)});var Dp=class extends vf{_parse(e){let{ctx:t}=this._processInputParams(e),n=t.data;return this._def.type._parse({data:n,path:t.path,parent:t})}unwrap(){return this._def.type}},Op=class e extends vf{_parse(e){let{status:t,ctx:n}=this._processInputParams(e);if(n.common.async)return(async()=>{let e=await this._def.in._parseAsync({data:n.data,path:n.path,parent:n});return e.status===`aborted`?sf:e.status===`dirty`?(t.dirty(),cf(e.value)):this._def.out._parseAsync({data:e.value,path:n.path,parent:n})})();{let e=this._def.in._parseSync({data:n.data,path:n.path,parent:n});return e.status===`aborted`?sf:e.status===`dirty`?(t.dirty(),{status:`dirty`,value:e.value}):this._def.out._parseSync({data:e.value,path:n.path,parent:n})}}static create(t,n){return new e({in:t,out:n,typeName:Ap.ZodPipeline})}},kp=class extends vf{_parse(e){let t=this._def.innerType._parse(e),n=e=>(ff(e)&&(e.value=Object.freeze(e.value)),e);return pf(t)?t.then(e=>n(e)):n(t)}unwrap(){return this._def.innerType}};kp.create=(e,t)=>new kp({innerType:e,typeName:Ap.ZodReadonly,..._f(t)}),ip.lazycreate;var Ap;(function(e){e.ZodString=`ZodString`,e.ZodNumber=`ZodNumber`,e.ZodNaN=`ZodNaN`,e.ZodBigInt=`ZodBigInt`,e.ZodBoolean=`ZodBoolean`,e.ZodDate=`ZodDate`,e.ZodSymbol=`ZodSymbol`,e.ZodUndefined=`ZodUndefined`,e.ZodNull=`ZodNull`,e.ZodAny=`ZodAny`,e.ZodUnknown=`ZodUnknown`,e.ZodNever=`ZodNever`,e.ZodVoid=`ZodVoid`,e.ZodArray=`ZodArray`,e.ZodObject=`ZodObject`,e.ZodUnion=`ZodUnion`,e.ZodDiscriminatedUnion=`ZodDiscriminatedUnion`,e.ZodIntersection=`ZodIntersection`,e.ZodTuple=`ZodTuple`,e.ZodRecord=`ZodRecord`,e.ZodMap=`ZodMap`,e.ZodSet=`ZodSet`,e.ZodFunction=`ZodFunction`,e.ZodLazy=`ZodLazy`,e.ZodLiteral=`ZodLiteral`,e.ZodEnum=`ZodEnum`,e.ZodEffects=`ZodEffects`,e.ZodNativeEnum=`ZodNativeEnum`,e.ZodOptional=`ZodOptional`,e.ZodNullable=`ZodNullable`,e.ZodDefault=`ZodDefault`,e.ZodCatch=`ZodCatch`,e.ZodPromise=`ZodPromise`,e.ZodBranded=`ZodBranded`,e.ZodPipeline=`ZodPipeline`,e.ZodReadonly=`ZodReadonly`})(Ap||={});var W=Uf.create,jp=Gf.create;Ep.create,Kf.create;var G=qf.create;Jf.create,Yf.create,Xf.create,Zf.create,Qf.create,$f.create,ep.create,tp.create;var K=np.create,q=ip.create;ip.strictCreate;var Mp=ap.create,Np=sp.create;lp.create,up.create;var Pp=dp.create;fp.create,pp.create,mp.create,hp.create;var Fp=gp.create,J=vp.create;yp.create,bp.create,xp.create,Sp.create,Cp.create,xp.createWithPreprocess,Op.create;var Ip=W().min(1).max(200).regex(/^[a-z0-9][a-z0-9-]*$/),Lp=64*1024,Rp=24*1024,zp=new TextEncoder,Bp=0x38d7ea4c68000,Vp=/[\p{Cf}\p{Cs}\p{Zl}\p{Zp}\u0000-\u0008\u000b\u000c\u000e-\u001f\u007f-\u009f]/u;function Hp(e){return zp.encode(typeof e==`string`?e:JSON.stringify(e)).byteLength}function Up(e,t,n=!1){return W().min(1).max(e).refine(e=>!Vp.test(e),`contains unsafe control or bidirectional text`).refine(e=>n||!e.includes(`
199
+ `)&&!e.includes(`\r`),`must be a single line`).refine(e=>Hp(e)<=t,`must be at most ${t} UTF-8 bytes`)}function Wp(e,t,n=!1){return W().max(e).refine(e=>!Vp.test(e),`contains unsafe control or bidirectional text`).refine(e=>n||!e.includes(`
200
+ `)&&!e.includes(`\r`),`must be a single line`).refine(e=>Hp(e)<=t,`must be at most ${t} UTF-8 bytes`)}var Gp=Up(256,512),Kp=Ip,qp=jp().int().nonnegative().max(2**53-1),Jp=W().datetime({offset:!0}).transform(e=>new Date(e).toISOString()),Yp=Up(160,512),Xp=Up(4e3,8e3,!0),Zp=Up(16e3,24e3,!0).refine(e=>e.split(/\r?\n/u).length<=256,`must be at most 256 lines`),Qp=W().min(1).max(128).regex(/^[A-Za-z_][A-Za-z0-9_.:-]*$/).refine(e=>![`__proto__`,`constructor`,`prototype`].includes(e),`reserved field id`),$p=W().min(1).max(80).regex(/^[A-Za-z0-9][A-Za-z0-9._:-]*$/),em=q({kind:J([`claude`,`codex`,`frizz`]),name:Yp.optional(),version:Gp.optional()}).strict(),tm=q({kind:J([`runtime`,`agent`,`tool`,`mcp-server`,`frizz`]),id:Gp,label:Yp.optional()}).strict(),nm=q({projectId:Gp,threadSlug:Kp,sessionId:Gp,turnId:Gp,itemId:Gp,sessionEpoch:qp,capabilityRevision:qp}).strict(),rm=q({id:$p,semantic:J([`approve`,`deny`,`cancel`,`accept`,`decline`,`answer`]),label:Yp,description:Xp.optional()}).strict(),im=jp().finite().min(-0x38d7ea4c68000).max(Bp),am=Mp([Wp(4e3,8e3,!0),im,G()]),om=Mp([am,K(Wp(1e3,2e3,!0)).max(32)]),sm={id:Qp,label:Yp,description:Xp.optional(),required:G(),secret:G().default(!1)},cm=q({value:am,label:Yp}).strict(),lm=q({value:Wp(1e3,2e3,!0),label:Yp}).strict(),um=Np(`input`,[q({...sm,input:J([`text`,`multiline`]),minLength:jp().int().nonnegative().max(4e3).optional(),maxLength:jp().int().nonnegative().max(4e3).optional(),format:J([`email`,`uri`,`date`,`date-time`]).optional(),default:Wp(4e3,8e3,!0).optional()}).strict(),q({...sm,input:J([`number`,`integer`]),minimum:im.optional(),maximum:im.optional(),default:im.optional()}).strict(),q({...sm,input:Fp(`boolean`),default:G().optional()}).strict(),q({...sm,input:Fp(`select`),options:K(cm).min(1).max(64),default:am.optional()}).strict(),q({...sm,input:Fp(`multi-select`),options:K(lm).min(1).max(64),minItems:jp().int().nonnegative().max(32).optional(),maxItems:jp().int().nonnegative().max(32).optional(),default:K(Wp(1e3,2e3,!0)).max(32).optional()}).strict()]);function dm(e){if(!/^\d{4}-\d{2}-\d{2}$/.test(e))return!1;let t=new Date(`${e}T00:00:00Z`);return Number.isFinite(t.getTime())&&t.toISOString().slice(0,10)===e}function fm(e,t){if(e.input===`text`||e.input===`multiline`){if(typeof t!=`string`)return`must be text`;if(e.input===`text`&&(t.includes(`
201
+ `)||t.includes(`\r`)))return`must be a single line`;if(e.minLength!==void 0&&t.length<e.minLength)return`is shorter than minLength`;if(e.maxLength!==void 0&&t.length>e.maxLength)return`is longer than maxLength`;if(e.format===`email`&&!/^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(t))return`must be an email address`;if(e.format===`uri`)try{new URL(t)}catch{return`must be a URL`}return e.format===`date`&&!dm(t)?`must be a date`:e.format===`date-time`&&!Jp.safeParse(t).success?`must be a date-time`:void 0}return e.input===`number`||e.input===`integer`?typeof t!=`number`||!Number.isFinite(t)?`must be a number`:e.input===`integer`&&!Number.isInteger(t)?`must be an integer`:e.minimum!==void 0&&t<e.minimum?`is below minimum`:e.maximum!==void 0&&t>e.maximum?`is above maximum`:void 0:e.input===`boolean`?typeof t==`boolean`?void 0:`must be a boolean`:e.input===`select`?Array.isArray(t)?`must be one option`:e.options.some(e=>JSON.stringify(e.value)===JSON.stringify(t))?void 0:`is not an advertised option`:e.input===`multi-select`?Array.isArray(t)?new Set(t).size===t.length?e.minItems!==void 0&&t.length<e.minItems?`contains fewer than minItems`:e.maxItems!==void 0&&t.length>e.maxItems?`contains more than maxItems`:t.every(t=>e.options.some(e=>e.value===t))?void 0:`contains an unadvertised option`:`contains duplicate options`:`must be a list of options`:`has an unsupported input type`}var pm=um.superRefine((e,t)=>{if(e.secret&&e.default!==void 0&&t.addIssue({code:H.custom,message:`secret fields cannot advertise defaults`,path:[`default`]}),(e.input===`text`||e.input===`multiline`)&&e.minLength!==void 0&&e.maxLength!==void 0&&e.minLength>e.maxLength&&t.addIssue({code:H.custom,message:`minLength exceeds maxLength`}),(e.input===`number`||e.input===`integer`)&&e.minimum!==void 0&&e.maximum!==void 0&&e.minimum>e.maximum&&t.addIssue({code:H.custom,message:`minimum exceeds maximum`}),e.input===`select`||e.input===`multi-select`){let n=new Set;for(let[r,i]of e.options.entries()){let e=JSON.stringify(i.value);n.has(e)&&t.addIssue({code:H.custom,message:`duplicate option value`,path:[`options`,r,`value`]}),n.add(e)}e.input===`multi-select`&&e.minItems!==void 0&&e.maxItems!==void 0&&e.minItems>e.maxItems&&t.addIssue({code:H.custom,message:`minItems exceeds maxItems`})}if(e.default!==void 0){let n=fm(e,e.default);n&&t.addIssue({code:H.custom,message:`invalid default: ${n}`,path:[`default`]})}}),mm={title:Yp,message:Xp.optional()},hm=q({kind:J([`read`,`list-files`,`search`,`unknown`]),commandPreview:Zp,resourceLabel:Up(2048,4096).optional(),queryLabel:Up(1024,2048).optional()}).strict(),gm=Up(2048,4096),_m=Np(`kind`,[q({kind:Fp(`network`),enabled:G().nullable(),hosts:K(gm).max(24)}).strict(),q({kind:Fp(`filesystem`),access:J([`read`,`write`,`deny`]),resources:K(gm).min(1).max(32)}).strict(),q({kind:Fp(`glob-scan`),depth:jp().int().nonnegative().max(256)}).strict(),q({kind:Fp(`exec-policy`),prefixes:K(gm).min(1).max(32)}).strict(),q({kind:Fp(`network-policy`),access:J([`allow`,`deny`]),hosts:K(gm).min(1).max(24)}).strict()]),vm=q({operation:J([`create`,`write`,`move`,`delete`]),pathLabel:Up(2048,4096),destinationLabel:Up(2048,4096).optional(),diffPreview:Zp.optional()}).strict(),ym=Np(`kind`,[q({...mm,kind:Fp(`command-approval`),command:q({summary:Yp,preview:Zp,redacted:Fp(!0),workingDirectoryLabel:Up(1024,2048).optional(),actions:K(hm).max(16).optional()}).strict(),capabilities:K(_m).max(32).optional()}).strict(),q({...mm,kind:Fp(`file-approval`),operation:J([`read`,`create`,`write`,`move`,`delete`,`execute`,`other`]),pathLabel:Up(1024,2048),destinationLabel:Up(1024,2048).optional(),grantRootLabel:Up(2048,4096).optional(),scopeLabel:Xp.optional(),diffPreview:Zp.optional(),changes:K(vm).min(1).max(16).optional()}).strict(),q({...mm,kind:Fp(`permission-approval`),permission:Gp,preview:Zp.optional(),promptLabel:Up(256,512).optional(),resourceLabel:Up(1024,2048).optional(),workingDirectoryLabel:Up(1024,2048).optional(),scopeLabel:Xp.optional(),capabilities:K(_m).min(1).max(32).optional()}).strict(),q({kind:Fp(`mcp-elicitation-form`),title:Yp,message:Xp,protocolVersion:Gp,fields:K(pm).max(32)}).strict(),q({kind:Fp(`mcp-elicitation-url`),title:Yp,message:Xp,protocolVersion:Gp,elicitationId:Gp,url:W().min(1).max(2048).url().superRefine((e,t)=>{let n;try{n=new URL(e)}catch{return}let r=n.protocol===`http:`&&[`localhost`,`127.0.0.1`,`::1`,`[::1]`].includes(n.hostname);n.protocol!==`https:`&&!r&&t.addIssue({code:H.custom,message:`URL elicitation requires HTTPS (except localhost development)`}),(n.username||n.password)&&t.addIssue({code:H.custom,message:`URL elicitation must not contain userinfo credentials`})})}).strict(),q({kind:Fp(`agent-question`),title:Yp,message:Xp.optional(),fields:K(pm).min(1).max(32)}).strict()]),bm=q({protocolVersion:Fp(1),contentFormat:Fp(`plain-text`),provider:em,source:tm,owner:nm,providerRequestId:Gp,allowedDecisions:K(rm).min(1).max(8),payload:ym,expiresAt:Jp.nullable()}).strict(),xm={"command-approval":new Set([`approve`,`deny`,`cancel`]),"file-approval":new Set([`approve`,`deny`,`cancel`]),"permission-approval":new Set([`approve`,`deny`,`cancel`]),"mcp-elicitation-form":new Set([`accept`,`decline`,`cancel`]),"mcp-elicitation-url":new Set([`accept`,`decline`,`cancel`]),"agent-question":new Set([`answer`,`decline`,`cancel`])};function Sm(e,t){let n=xm[e.payload.kind],r=new Set;for(let[i,a]of e.allowedDecisions.entries())r.has(a.id)&&t.addIssue({code:H.custom,message:`duplicate decision id`,path:[`allowedDecisions`,i,`id`]}),r.add(a.id),n.has(a.semantic)||t.addIssue({code:H.custom,message:`decision is invalid for ${e.payload.kind}`,path:[`allowedDecisions`,i,`semantic`]});let i=e.payload.kind===`mcp-elicitation-form`||e.payload.kind===`agent-question`?e.payload.fields:[],a=new Set;for(let[n,r]of i.entries())a.has(r.id)&&t.addIssue({code:H.custom,message:`duplicate field id`,path:[`payload`,`fields`,n,`id`]}),a.add(r.id),e.payload.kind===`mcp-elicitation-form`&&r.secret&&t.addIssue({code:H.custom,message:`MCP form elicitation cannot request secret fields; use URL mode`,path:[`payload`,`fields`,n,`secret`]});Hp({protocolVersion:e.protocolVersion,contentFormat:e.contentFormat,provider:e.provider,source:e.source,owner:e.owner,providerRequestId:e.providerRequestId,allowedDecisions:e.allowedDecisions,payload:e.payload,expiresAt:e.expiresAt})>65536&&t.addIssue({code:H.custom,message:`interaction request exceeds ${Lp} bytes`})}bm.superRefine(Sm);var Cm=J([`pending`,`resolved`,`cancelled`,`expired`]),wm=q({effect:J([`awaiting-user`,`sending`,`reconnect-required`])}).strict(),Tm=J([`user-cancelled`,`provider-cancelled`,`turn-ended`,`session-replaced`,`session-deleted`,`capabilities-changed`,`expired`]),Em=Pp(Qp,om).superRefine((e,t)=>{Object.keys(e).length>32&&t.addIssue({code:H.custom,message:`too many response fields`}),Hp(e)>24576&&t.addIssue({code:H.custom,message:`interaction response exceeds ${Rp} bytes`})}),Dm=q({responseId:Gp,decisionId:$p,values:Em.optional(),redactedFieldIds:K(Qp).max(32),resolvedAt:Jp}).strict(),Om=bm.extend({id:Gp,lifecycle:Cm,delivery:wm.optional(),recordRevision:qp,createdAt:Jp,updatedAt:Jp,completedAt:Jp.nullable(),resolution:Dm.nullable(),cancellationReason:Tm.nullable()}).strict().superRefine((e,t)=>{if(Sm(e,t),e.delivery&&e.lifecycle!==`pending`&&t.addIssue({code:H.custom,message:`terminal interaction cannot advertise a delivery effect`}),e.lifecycle===`pending`?((e.completedAt||e.resolution||e.cancellationReason)&&t.addIssue({code:H.custom,message:`pending interaction has terminal data`}),(e.recordRevision!==0||e.updatedAt!==e.createdAt)&&t.addIssue({code:H.custom,message:`pending interaction has invalid revision or timestamps`})):e.completedAt?(e.recordRevision<1||e.updatedAt!==e.completedAt||e.updatedAt<e.createdAt)&&t.addIssue({code:H.custom,message:`terminal interaction has invalid revision or timestamps`}):t.addIssue({code:H.custom,message:`terminal interaction is missing completedAt`}),e.lifecycle===`resolved`?(!e.resolution||e.cancellationReason)&&t.addIssue({code:H.custom,message:`resolved interaction has invalid terminal data`}):e.resolution&&t.addIssue({code:H.custom,message:`non-resolved interaction contains a resolution`}),e.lifecycle===`cancelled`&&(!e.cancellationReason||e.cancellationReason===`expired`)&&t.addIssue({code:H.custom,message:`cancelled interaction has invalid reason`}),e.lifecycle===`expired`&&e.cancellationReason!==`expired`&&t.addIssue({code:H.custom,message:`expired interaction has invalid reason`}),e.resolution){e.resolution.resolvedAt!==e.completedAt&&t.addIssue({code:H.custom,message:`resolution timestamp does not match its terminal record`});let n=e.allowedDecisions.find(t=>t.id===e.resolution.decisionId);n||t.addIssue({code:H.custom,message:`resolution names an unadvertised decision`,path:[`resolution`,`decisionId`]});let r=e.payload.kind===`mcp-elicitation-form`||e.payload.kind===`agent-question`?e.payload.fields:[],i=new Map(r.map(e=>[e.id,e])),a=new Set(e.resolution.redactedFieldIds);a.size!==e.resolution.redactedFieldIds.length&&t.addIssue({code:H.custom,message:`resolution contains duplicate redaction markers`,path:[`resolution`,`redactedFieldIds`]});for(let n of e.resolution.redactedFieldIds)i.get(n)?.secret||t.addIssue({code:H.custom,message:`redaction marker does not name a secret field`,path:[`resolution`,`redactedFieldIds`]});for(let[n,r]of Object.entries(e.resolution.values??{})){let e=i.get(n);e?e.secret?t.addIssue({code:H.custom,message:`secret value persisted in resolution`,path:[`resolution`,`values`,n]}):fm(e,r)&&t.addIssue({code:H.custom,message:`persisted response failed advertised validation`,path:[`resolution`,`values`,n]}):t.addIssue({code:H.custom,message:`resolution contains an unadvertised field`,path:[`resolution`,`values`,n]})}if(n)if(!(e.payload.kind===`mcp-elicitation-form`&&n.semantic===`accept`||e.payload.kind===`agent-question`&&n.semantic===`answer`))(e.resolution.values!==void 0||e.resolution.redactedFieldIds.length>0)&&t.addIssue({code:H.custom,message:`resolution decision cannot contain response fields`,path:[`resolution`]});else for(let n of r){let r=n.secret?a.has(n.id):Object.prototype.hasOwnProperty.call(e.resolution.values??{},n.id);n.required&&!r&&t.addIssue({code:H.custom,message:`resolution is missing a required field`,path:[`resolution`,`values`,n.id]})}}}),km=q({slug:Kp,sessionId:Gp}).strict();q({interactions:K(Om).max(128)}).strict();var Am=km.extend({interactionId:Gp}).strict();q({interaction:Om}).strict(),Am.extend({sessionEpoch:qp,capabilityRevision:qp,expectedRecordRevision:qp,responseId:Gp,decisionId:$p,values:Em.optional()}).strict(),q({effect:J([`resolved`,`already-resolved`,`queued`,`already-queued`]),interaction:Om}).strict(),Am.extend({sessionEpoch:qp,capabilityRevision:qp,expectedRecordRevision:qp}).strict(),q({effect:J([`cancelled`,`already-cancelled`]),interaction:Om}).strict();var jm=/^ {0,3}(`{3,}|~{3,})(.*)$/;function Mm(e){let t=[],n=0,r=null;for(let i of e.split(`
202
+ `)){let a=n+i.length+1,o=i.replace(/\r$/,``).match(jm);r?o&&o[1][0]===r.char&&o[1].length>=r.len&&o[2].trim()===``&&(t.push([r.from,n]),r=null):o&&!(o[1][0]==="`"&&o[2].includes("`"))&&(r={char:o[1][0],len:o[1].length,from:Math.min(a,e.length)}),n=a}return r&&t.push([r.from,e.length]),t}function Nm(e){let t=Mm(e);return t.length===0?()=>!1:e=>t.some(([t,n])=>e>=t&&e<n)}function Pm(e,t){if(t.upserts.length){let n=new Map;e.threads.forEach((e,t)=>n.set(e.id,t));for(let r of t.upserts){let t=n.get(r.id);t===void 0?e.threads.push(r):e.threads[t]=r}}if(t.removed.length){let n=new Set(t.removed);for(let t=e.threads.length-1;t>=0;t--)n.has(e.threads[t].id)&&e.threads.splice(t,1)}t.meta&&(e.projectDir=t.meta.projectDir,e.projectName=t.meta.projectName,e.projectLabel=t.meta.projectLabel,e.errors=t.meta.errors,e.warnings=t.meta.warnings,e.errorItems=t.meta.errorItems,e.plans=t.meta.plans)}function Fm(e,t){return e<0?`resync`:t<=e?`ignore`:t===e+1?`apply`:`resync`}function Im(e,t){return t?e===null?`record`:e===t?`noop`:`adopt`:`noop`}var Lm=[`png`,`jpg`,`jpeg`,`gif`,`webp`],Rm=`pdf.svg.txt.text.log.md.markdown.csv.tsv.json.jsonl.yaml.yml.toml.ini.xml.html.htm.css.scss.sql.sh.bash.zsh.js.mjs.cjs.jsx.ts.tsx.py.rb.go.rs.java.kt.c.h.cpp.cc.hpp.cs.php.swift.lua.r`.split(`.`),zm=[...Lm,...Rm],Bm=625e4*3,Vm=new Set(zm);function Hm(e){let t=/\.([a-zA-Z0-9]+)$/.exec(e.trim());return t?t[1].toLowerCase():``}function Um(e){return Vm.has(Hm(e))}var Wm=zm.map(e=>`.${e}`).join(`,`),Gm=J([`planning`,`planned`,`active`,`needs-human`,`blocked`,`done`,`dismissed`]),Km=J([`human`,`threads`,`timer`]),qm=J([`none`,`spawning`,`running`,`perm-prompt`,`turn-idle`,`exited`]),Jm=J([`claude`,`codex`]);q({slug:W(),displayName:W(),defaultEffort:W(),efforts:K(W())});var Ym=q({model:W().min(1),label:W().min(1),defaultEffort:W().min(1),efforts:K(W().min(1)).min(1)}),Xm=q({id:W(),label:W().optional(),state:W().optional()}),Zm=q({label:W(),startedAt:W(),state:J([`running`,`stale`,`rested`]),subagentType:W().optional(),id:W().optional(),stoppable:G().optional(),lastActivityAt:W().optional(),activity:W().optional(),activityDetail:W().optional(),summary:W().optional(),toolUses:jp().optional(),tokens:jp().optional(),durationMs:jp().optional(),depth:jp().optional(),parentId:W().optional()});function Qm(e){return(e.depth??1)===1}var $m=q({label:W(),startedAt:W(),state:J([`running`,`stale`]),id:W().optional(),stoppable:G().optional(),outputUnavailable:G().optional(),command:W().optional(),lastActivityAt:W().optional(),taskId:W().optional()}),eh=q({label:W(),state:J([`running`,`stale`])});q({turnInFlight:G().default(!1),unobservable:G().default(!1),subAgents:K(eh).default([]),subAgentCount:jp().default(0),bgShells:K(eh).default([]),bgShellCount:jp().default(0)});var th=q({label:W(),description:W().optional()}),nh=q({questions:K(q({question:W(),header:W().optional(),multiSelect:G().optional(),options:K(th)}))}),rh=q({kind:J([`tool-approval`,`permission`,`confirmation`,`selection`]),title:W().max(120)}),ih=q({kind:J([`shell`,`agent`,`timer`,`pr`,`for`,`reason`]),value:W()});RegExp(`^\\s*(${[`watch`,`pr-watch`,`human`,`ci`,`session`].join(`|`)}):\\s*\\S`,`im`);var ah=W().regex(/^\d{4}-\d{2}-\d{2}T\d{2}:\d{2}:\d{2}\.\d{3}Z$/,`Snooze time must be an ISO-8601 UTC instant`).refine(e=>{let t=Date.parse(e);return Number.isFinite(t)&&new Date(t).toISOString()===e},`Snooze time must be valid`),oh=4e3,sh=W().trim().min(1).max(oh),ch=oh,lh=1440*60,uh=W().trim().min(1).max(ch),dh=`Keep going on the task you were given and ONLY that task: resume any part of it that is unfinished, unverified or deferred rather than writing up — a milestone, a green test run and a long turn are none of them endings — decide the reversible calls inside it yourself instead of stopping to ask, treat anything you discover outside it as a finding to REPORT rather than work to adopt, and remember that a triage, a review or a plan you were asked for is FINISHED when its write-up is.`,fh=jp().int().min(60).max(lh),ph=q({prompt:W(),stopHook:G(),heartbeat:G(),postCompaction:G(),intervalSeconds:jp().int().positive().optional(),armedAt:W(),lastRestFiredAt:W().optional(),lastScheduleFiredAt:W().optional(),lastCompactFiredAt:W().optional()}).strict(),mh=/\n\n\((?:Goal|Recurring prompt|Stop hook|Heartbeat) — (?:sent (?:(each time you come to rest)|every ([^.)]+))|(your context was just compacted))\. [^)]*\)$/;function hh(e){if(typeof e!=`string`)return;if(e.trimStart().startsWith(`**This message is from frizz, not from the human.**`))return{kind:`signoff`,prompt:``};let t=mh.exec(e.trimEnd());if(!t)return;let n=e.trimEnd().slice(0,t.index).trim();if(n)return t[3]?{kind:`compaction`,prompt:n}:t[2]?{kind:`schedule`,every:t[2].trim(),prompt:n}:{kind:`rest`,prompt:n}}var gh=oh,_h=W().trim().min(1).max(gh);"**This message is from frizz, not from the human.** Nothing about your task has changed, and no new work is being asked of you.((You rested without a fence, so this thread cannot be triaged.((**IF THE TASK STILL HAS PARTS LEFT, THE FENCE IS NOT WHAT YOU OWE — THE WORK IS.** If ANY part of the(original task is unfinished, unverified, or deferred, resume it NOW, in THIS turn, and sign off once it(is genuinely finished. A milestone, a green test run and a long turn are none of them endings, and(neither is naming the next step or writing it into a scratch file.((**AND THAT TASK IS ALSO THE CEILING — finish it, and nothing else.** Work you notice on the way is a(FINDING TO REPORT in your sign-off, never work to take on: the bug beside the one you were sent for,(the refactor the code obviously wants, the second issue the first one touches. Widening the job is not(thoroughness — it is a different job nobody asked for, and it buries the answer they did ask for under(changes they now have to review. If it should be done, name it in one line and let the human dispatch(it.((**IF WHAT YOU WERE ASKED FOR IS A DOCUMENT, THE DOCUMENT IS THE ENDING.** A triage, a review, an(investigation, a recommendation, a plan — when that is the deliverable, the finished write-up IS the(work. Implementing what it proposes is the NEXT job, and not yours unless you were asked. Sign off with(the write-up.((**DECIDE RATHER THAN ASK.** Stop only for a decision that is genuinely the human's AND that blocks you(right now: ask that one in a question fence. Every other open choice INSIDE the task — a name, a(default, a reversible design call — is yours to make: decide it, say in one line which way you went and(what would reverse it, and carry on. A choice that would ENLARGE the task is not one of those: an(unanswered question is not permission to go build the answer.((Otherwise, add a fence at the END of your next message:((- `` ```question `` — you need the human. One question per fence, lettered options, one recommended.(- `` ```done `` — genuinely FINISHED. A DISMISSAL: the card is filed away and nobody looks again, so( if anything is still owed, it is not done. Body: 1-3 sentences, then bullets, each opening with a( **bolded verb phrase**.(- `` ```awaiting `` — you are WAITING on work that is actually running. It is PURE STRUCTURE: one line( per thing you are waiting on, a REQUIRED `for:` duration, and one line of `reason:` prose.(( ```awaiting( shell: <the id your runtime gave you>( pr: owner/repo#123( for: 2h( reason: what you are waiting for, in one line( ```(( Frizz CHECKS every line: name something that is not running and you are bumped rather than parked.( A fence that names NOTHING is not a park at all — if you are not waiting on anything, you are not( awaiting, you are done. Register a PR with `mcp__frizz__watch_pr` and a timer with( `mcp__frizz__timer`; `mcp__frizz__activity` reads back everything you have running, with its id.((**STILL OWED counts things you are not going to do yourself.** A decision you are RECOMMENDING, a(draft you wrote but did not send, follow-up work you discovered — all of it dies with the card, even(the part that is someone else's to do. Each ends on a question with your recommendation as option A,(or gets its own card first via `mcp__frizz__spawn_thread`; none of them is a `done`. And what is not(worth a card is not worth a SENTENCE: delete the dangling \"one thing to carry forward\", never park it(in the handoff.((**DO NOT REPEAT YOURSELF.** If the message you just wrote already stands on its own, reply with the(fence ALONE — the human reads both together, so restating it costs them the second read for nothing.(The same holds inside one message: the card is the ledger of what shipped, the prose is only what a(ledger cannot hold, and a sentence that reads the same in either belongs in exactly one of them.((Only if it does NOT stand alone, fix that first, briefly. It has to be readable cold: the human has(seen nothing since their own last message — the Goal, this reminder, a watcher wake all came from(frizz — so anything you assumed they had followed, they have not.".split(`(`).join(`
203
+ `);var vh=J([`shell`,`github`]),yh=J([`none`,`running`,`passing`,`failing`]),bh=J([`mergeable`,`blocked`,`conflicting`,`unknown`]),xh=q({checks:yh,running:jp().int().nonnegative(),passed:jp().int().nonnegative(),failed:jp().int().nonnegative(),failing:K(W()).max(8).default([]),merge:bh,state:J([`open`,`closed`,`merged`]),polledAt:W(),head:W().optional(),failureSig:W().optional()}).strict(),Sh=q({id:W(),kind:vh,target:W(),state:J([`armed`,`fired`,`dropped`]),createdAt:W(),github:xh.optional()}).strict(),Ch=q({id:W(),target:W(),state:J([`armed`,`dropped`,`settled`]),createdAt:W(),github:xh.optional()}).strict();q({slug:Ip,target:W().trim().min(1).max(200),for:W().trim().min(1).max(16).optional()}).strict(),q({id:W(),target:W(),alreadyArmed:G(),watches:K(Ch)}).strict(),q({slug:Ip,id:W().min(1).max(64)}).strict(),q({dropped:G(),watches:K(Ch)}).strict(),q({slug:Ip}).strict(),q({watches:K(Ch)}).strict();var wh=q({id:W(),prompt:W(),fireAt:W(),state:J([`armed`,`fired`,`cancelled`]),createdAt:W()}).strict(),Th=q({kind:J([`done`,`awaiting`]),body:W(),hints:K(ih).default([])}),Eh=q({path:W(),title:W(),updatedAt:W().optional(),threadIds:K(Ip).default([])}),Dh=q({backend:Jm,window:J([`session`,`weekly`,`unknown`]),at:W(),resumesAt:jp().optional(),autoResume:G()}),Oh=q({id:Ip,title:W(),status:Gm,statusText:W().optional(),activity:W().optional(),next:W().optional(),hasPlan:G().default(!1),mechanism:Km.nullable(),humanBlocked:G(),ready:G(),dependsOn:K(Ip),externalDeps:K(W()),owner:W().optional(),revalidate:W().optional(),agents:K(Xm),errors:K(W()),warnings:K(W()),runtime:qm,sessionId:W().optional(),tmuxName:W().optional(),unread:G(),archived:G(),lastAssistant:W().optional(),spawnedAt:W().optional(),lastActivityAt:W().optional(),lastAssistantAt:W().optional(),aiTitle:W().optional(),titleAuto:G().optional(),titleLocked:G().optional(),subAgents:K(Zm).default([]),bgShells:K($m).default([]),watches:K(Sh).default([]),pendingAsk:nh.optional(),nativeInputRequired:rh.optional(),pendingQuestion:G().default(!1),lastUserAt:W().optional(),providerFault:q({backend:J([`claude`,`codex`]),category:J([`authentication_required`,`authentication_rejected`])}).optional(),limitPause:Dh.optional(),kind:J([`session`,`legacy`]).optional(),foreign:G().optional(),state:J([`open`,`archived`]).optional(),snoozedUntil:ah.optional(),snoozePrompt:W().optional(),bgSnoozed:G().optional(),claudeRuntime:J([`tmux`,`broker`]).optional(),recurringPrompt:ph.optional(),lastFence:Th.optional(),needsYou:G().optional(),crashed:G().optional(),awaitingBackground:G().optional(),pendingInteraction:G().optional(),actionableInteraction:G().optional(),seenAt:W().optional(),planPath:W().optional(),backend:Jm.optional(),permissionMode:J([`auto`,`default`,`acceptEdits`,`plan`,`bypassPermissions`]).optional(),permissionPending:J([`auto`,`default`,`acceptEdits`,`plan`,`bypassPermissions`]).optional(),permissionChangePending:G().optional(),permPolicy:q({decision:Fp(`deny`),rule:W(),reason:W(),tool:W().nullable(),at:W(),command:W().optional()}).optional(),permDenies:jp().optional(),profilePendingModel:W().optional(),profilePendingEffort:W().optional(),profileChangePending:G().optional(),runtimeControlPending:G().optional(),controlError:W().optional(),model:W().optional(),effort:W().optional(),context:q({tokens:jp(),window:jp()}).optional()}),kh=q({file:W(),kind:J([`no-frontmatter`,`other`]),message:W()}),Ah=q({projectDir:W(),projectName:W(),projectLabel:W(),githubRepo:W().optional(),projectSlug:W().optional(),homeDir:W().optional(),threads:K(Oh),errors:K(W()),warnings:K(W()),errorItems:K(kh).optional(),plans:K(Eh).optional()}),jh=q({key:W(),label:W(),usedPercent:jp(),resetsAt:jp().optional()}),Mh=q({status:J([`ok`,`unavailable`]),planType:W().optional(),windows:K(jh),detail:W().optional()});q({claude:Mh,codex:Mh});var Nh=J([`authed`,`signed-out`,`unknown`]);q({claude:Nh,codex:Nh,emails:q({claude:W().max(320).optional(),codex:W().max(320).optional()})}),q({backend:J([`claude`,`codex`])}).strict(),q({status:J([`done`,`blocked`,`failed`]),auth:Nh,activeThreads:jp().int().positive().optional(),detail:W().max(200).optional()}),q({backend:J([`claude`,`codex`])}).strict(),q({attemptId:Ip}),q({attemptId:Ip}).strict(),q({state:J([`running`,`exited`,`unknown`]),auth:Nh});var Ph=J([`auto`,`default`,`acceptEdits`,`plan`,`bypassPermissions`]),Fh=J([`system`,`cursor`,`vscode`,`finder`,`copy`]),Ih=q({permissionMode:Ph,model:W().optional(),backend:Jm.optional(),effort:J([`low`,`medium`,`high`,`xhigh`,`max`,`ultra`,`ultracode`]).optional(),notifications:G(),projectRail:G(),font:J([`mono`,`sans`]).optional(),localFileOpener:Fh.optional(),githubPrompt:W().optional()}),Lh=q({model:W().trim().min(1).max(200).optional(),effort:Ih.shape.effort,permissionMode:Ph.optional()});q({backend:Jm,claude:Lh,codex:Lh});var Rh=q({backend:Jm,model:W().trim().min(1).max(200),effort:Ih.shape.effort.unwrap(),permissionMode:Ph.optional()}).strict();Np(`field`,[q({field:Fp(`backend`),value:Jm}),q({field:Fp(`profile`),backend:Jm,model:W().trim().min(1).max(200),effort:Ih.shape.effort.unwrap()}),q({field:Fp(`model`),backend:Jm,value:W().trim().min(1).max(200)}),q({field:Fp(`effort`),backend:Jm,value:Ih.shape.effort.unwrap()})]),q({title:W().min(1).optional(),prompt:W().min(1),slug:Ip.optional(),permissionMode:Ph.optional(),model:W().optional(),backend:Jm.optional(),effort:Ih.shape.effort,planPath:W().optional()}),q({slug:Ip,message:W().max(64*1024).optional()}).strict(),q({slug:Ip,sessionId:W().min(1)}).strict(),q({slug:Ip,sessionId:W().min(1),message:W().min(1),deliveryId:W().min(1).max(200).optional(),freshProcess:G().optional(),interrupt:G().optional()}),q({slug:Ip,sessionId:W().min(1),deliveryId:W().min(1).max(200)}).strict(),q({unqueued:G(),reason:W().optional()}).strict(),q({slug:Ip,sessionId:W().min(1)}).strict(),q({interrupted:G(),reason:W().optional()}).strict(),q({slug:Ip,sessionId:W().min(1),until:ah.nullable(),prompt:sh.nullable().optional()}).strict(),q({slug:Ip,sessionId:W().min(1),prompt:uh.nullable(),stopHook:G(),heartbeat:G(),postCompaction:G().default(!1),intervalSeconds:fh.optional()}).strict(),q({slug:Ip,prompt:uh.nullable(),stopHook:G(),heartbeat:G(),postCompaction:G().default(!1),pauseOnQuestions:G().optional(),intervalSeconds:fh.optional()}).strict(),q({replaced:ph.nullable()}).strict(),q({slug:Ip}).strict(),q({recurringPrompt:ph.nullable()}).strict(),q({slug:Ip,prompt:_h,fireAt:ah}).strict(),q({slug:Ip,id:W().min(1).max(64)}).strict(),q({slug:Ip}).strict(),q({timers:K(wh)}).strict();var zh=q({kind:J([`shell`,`agent`,`timer`,`pr`]),id:W(),label:W(),since:W().optional(),until:W().optional()}).strict();q({slug:Ip}).strict(),q({activity:K(zh)}).strict(),q({id:W(),fireAt:W(),timers:K(wh)}).strict(),q({cancelled:G(),timers:K(wh)}).strict(),q({slug:Ip,prompt:uh.nullable(),enabled:G()}).strict(),q({slug:Ip,prompt:uh.nullable(),intervalSeconds:fh.optional(),enabled:G().optional()}).strict(),q({plugins:jp().int().min(0),commands:jp().int().min(0),agents:jp().int().min(0),mcpServers:K(W()),errorCount:jp().int().min(0)}).strict(),q({slug:Ip,sessionId:W().min(1),fenceAt:W().datetime({offset:!0}),hint:ih}).strict(),q({slug:Ip,title:W().trim().min(1).max(200)}),q({slug:Ip}),q({title:W().min(1).max(200)}),q({slug:Ip,permissionMode:Ph}),q({effect:J([`applied`,`next-turn`,`next-resume`])}),q({slug:Ip}).strict(),q({backend:Jm,options:K(Ym)}),q({slug:Ip,model:W().trim().min(1).max(200),effort:W().trim().min(1).max(100)}).strict(),q({effect:J([`applied`,`next-resume`])}),`${[`===============================================================`,`====================== YOUR TASK ========================`,`===============================================================`].join(`
204
+ `)}`;var Bh=q({label:W(),actor:W(),bot:G(),at:W().optional(),url:W().optional()}),Vh=q({ref:W(),items:K(Bh),omitted:jp()}),Hh=`ignore older activity you have already handled`,Uh=`These were already on the PR when you parked, so you may have handled some. Check what is still unaddressed, deal with it, and re-park — this is the only time frizz replays a PR's existing activity to you.`;function Wh(e){return typeof e==`string`&&e.includes(Uh)}var Gh=String.raw`[A-Za-z0-9][\w.-]*\/[A-Za-z0-9][\w.-]*#\d+`,Kh=new RegExp(String.raw`^(👤|🤖) New GitHub (.+?) on (${Gh}) from @(\S+?)(?: at (\S+?))?\. Read that exact .+? — `+Hh+String.raw` — and continue(?::\s*(\S+)|\.)$`),qh=new RegExp(String.raw`^(👤|🤖) (\d+) new GitHub items on (${Gh})\. Read exactly these — `+Hh+String.raw` — and continue:$`),Jh=/^- (👤|🤖) (.+?) from @(\S+?)(?: at (\S+?))?(?:: (\S+))?$/,Yh=/^- …and (\d+) more not listed — check .+ for the rest$/;function Xh(e){let t=(e,t,n,r,i)=>({label:e,actor:t,bot:n,...r?{at:r}:{},...i?{url:i}:{}}),n=e.trim().split(`
205
+ `).map(e=>e.trim()).filter(Boolean),r=Kh.exec(n[0]??``);if(r)return{ref:r[3],omitted:0,items:[t(r[2],r[4],r[1]===`🤖`,r[5],r[6])]};let i=qh.exec(n[0]??``);if(!i)return null;let a=[],o=0;for(let e of n.slice(1)){let n=Yh.exec(e);if(n){o=Number(n[1]);continue}let r=Jh.exec(e);r&&a.push(t(r[2],r[3],r[1]===`🤖`,r[4],r[5]))}return!a.length||a.length+o!==Number(i[2])?null:{ref:i[3],omitted:o,items:a}}q({installed:G(),inRepo:G(),nameWithOwner:W().nullable(),authed:G()});var Zh=q({ref:W(),kind:J([`issue`,`pr`,`commit`]),repo:W(),url:W(),title:W(),body:W(),state:W(),stateReason:W().optional(),at:W().optional(),authorLogin:W().optional(),authorName:W().optional(),authorAvatar:W().optional(),labels:K(q({name:W(),color:W()})).default([]),additions:jp().int().nonnegative().optional(),deletions:jp().int().nonnegative().optional(),changedFiles:jp().int().nonnegative().optional(),comments:jp().int().nonnegative().optional(),fetchedAt:jp().int().nonnegative()});q({refs:K(W().min(3).max(120)).min(1).max(100),refresh:G().default(!1)}),q({cards:K(Zh),missing:K(W()),error:W().optional()});var Qh=q({kind:J([`issue`,`pr`]),number:jp().int().positive(),title:W(),url:W(),reactions:jp().int().nonnegative(),updatedAt:W(),comments:jp().int().nonnegative().optional(),createdAt:W().optional(),author:W().optional(),labels:K(q({name:W(),color:W()})).default([]),state:W().optional(),isDraft:G().optional(),linkedPrs:q({count:jp().int().positive(),number:jp().int().positive(),url:W(),state:W(),isDraft:G().optional()}).optional()});q({kind:J([`issues`,`prs`]),sort:J([`recent`,`reactions`]),page:jp().int().min(1).default(1),perPage:jp().int().min(1).max(100).default(30)}),q({items:K(Qh),total:jp().int().nonnegative(),page:jp().int().positive(),pageCount:jp().int().positive()}),Rh.extend({items:K(q({kind:J([`issue`,`pr`]),number:jp().int().positive()})).min(1)}).strict(),q({dispatched:K(q({number:jp(),kind:W(),slug:Ip})),failed:K(q({number:jp(),kind:W(),error:W()}))});var $h=q({projectDir:W(),projectName:W(),projectLabel:W(),errors:K(W()),warnings:K(W()),errorItems:K(kh).optional(),plans:K(Eh).optional()});Np(`type`,[q({type:Fp(`board`),board:Ah,seq:jp().optional(),bootId:W().optional()}),q({type:Fp(`board-delta`),seq:jp(),bootId:W(),upserts:K(Oh),removed:K(Ip),meta:$h.optional()}),q({type:Fp(`notify`),slug:Ip,kind:J([`needs-decision`,`turn-done`,`exited`]),title:W(),body:W().optional()}),q({type:Fp(`interactions-invalidated`),slug:Kp,sessionId:Gp,interactionId:Gp,lifecycle:Cm,recordRevision:qp}).strict()]);var eg=q({file:W(),old:W(),new:W()}),tg=q({text:W(),status:J([`pending`,`in_progress`,`completed`])}),ng=q({name:W(),detail:W().optional(),edit:eg.optional(),desc:W().optional(),command:W().optional(),input:W().optional(),read:W().optional(),output:W().optional(),outputImage:W().optional(),status:J([`pending`,`completed`,`failed`,`cancelled`]).optional(),backgroundState:J([`background`,`unknown`]).optional(),shellId:W().optional(),exitCode:jp().int().optional(),cwd:W().optional(),sessionId:Mp([W(),jp()]).optional(),durationMs:jp().nonnegative().optional(),prompt:W().optional(),subagentType:W().optional(),agentId:W().optional(),agentStatus:J([`completed`,`failed`,`killed`]).optional(),agentElapsedMs:jp().optional(),agentCompletion:G().optional(),sendTo:W().optional(),sendSummary:W().optional(),sendBody:W().optional(),sendType:W().optional(),sendDispatchId:W().optional(),sendTargetLabel:W().optional(),sentImages:K(W()).optional(),sentFiles:K(W()).optional(),caption:W().optional(),todos:K(tg).optional()}),rg=Np(`kind`,[q({kind:Fp(`text`),text:W()}),q({kind:Fp(`tools`),tools:K(ng)})]),ig=q({sourceId:W().min(1).max(768).optional(),pinnedFromSourceId:W().min(1).max(768).optional(),role:J([`user`,`assistant`]),text:W(),displayText:W().optional(),tools:K(ng),at:W().optional(),kind:J([`event`,`reasoning`]).optional(),durationMs:jp().nonnegative().optional(),boundary:J([`wake`,`compaction`,`rest`]).optional(),parts:K(rg).default([]),queued:G().optional(),deliveryId:W().optional(),deliveryState:J([`pending`,`enqueued`,`unconfirmed`]).optional(),wake:G().optional(),wakeSteer:Vh.optional(),peerFrom:W().optional(),peerDispatchId:W().optional(),peerUnnamed:Fp(!0).optional(),peerSenderTaskId:W().optional()}),ag=W().min(1).max(2048).regex(/^[A-Za-z0-9_-]+$/);q({messages:K(ig),beforeCursor:ag.nullable(),hasEarlier:G(),reachedTurnBoundary:G(),transcriptKey:W().min(1).max(256)}).strict(),q({slug:Ip,cursor:ag}).strict();var og=Ip;Np(`t`,[q({t:Fp(`sub`),topic:Fp(`transcript`),slug:og}).strict(),q({t:Fp(`unsub`),topic:Fp(`transcript`),slug:og}).strict()]);var sg=q({id:W(),slug:W(),name:W(),path:W(),lastOpenedAt:W(),stale:G(),iconVersion:W().optional(),iconStatus:J([`icon`,`none`,`unknown`]),iconIsCustom:G().optional()}),cg=[`png`,`svg`,`ico`,`webp`,`jpg`,`jpeg`,`gif`];Np(`kind`,[q({kind:Fp(`picked`),project:sg}),q({kind:Fp(`cancelled`)}),q({kind:Fp(`unavailable`),reason:W()})]),q({projectSlug:W(),projectName:W()});var lg=`/_frizz`,ug=null;function dg(e){ug=e}function fg(){return ug?(ug(),!0):!1}var pg=new Map,mg=new Map;function hg(e,t){t?pg.set(e,t):pg.delete(e)}function gg(e){let t=pg.get(e);return t?(t(),!0):!1}function _g(e,t){t?mg.set(e,t):mg.delete(e)}function vg(e){mg.get(e)?.()}function yg(){if(typeof document>`u`||!document.body)return typeof window>`u`?0:window.scrollY;let e=bg()?Number.parseFloat(document.body.style.top):NaN;return Number.isNaN(e)?window.scrollY:-e}function bg(){return typeof document<`u`&&document.body?.style.position===`fixed`}var xg=null;function Sg(e){xg=e}function Cg(){let e=xg;return xg=null,e}function wg(e,t){if(!e)return{kind:`loading`};let n=e.threads.find(e=>e.id===t);return n?{kind:`found`,ownership:n.kind===`session`?n.foreign===!0?`foreign`:`owned`:`legacy`,thread:n}:{kind:`missing`}}var Tg=new Set([`thread`,`status`]);function Eg(e){if(typeof e==`string`)return e;let t=typeof location>`u`?void 0:location.pathname;return typeof t==`string`?t:`/`}var Dg=`project`,Og=`/${Dg}`;function kg(e){let[,t,n]=Eg(e).split(`/`);return t===Dg&&n?n:void 0}function Ag(e){return`${Og}/${e}`}function jg(e){let t=kg(e);return t?Ag(t):``}function Mg(e){let t=Eg(e),n=jg(t);return n?t.slice(n.length)||`/`:t||`/`}function Ng(e,t){let n=jg(Eg(t));return n?`${n}${e===`/`?``:e}`||`/`:e}function Pg(e,t){if(!e||!e.startsWith(`/`)||e.startsWith(`//`))return null;let n=e.replace(/[?#].*$/u,``);if(kg(n))return null;let r=n.split(`/`)[1]??``;if(!Tg.has(r))return null;let i=Ng(e,t);return i===e?null:i}function Fg(e){let t=kg(e);return t?`${lg}/${t}`:lg}function Ig(e,t){return Ng(`/thread/${encodeURIComponent(e)}/full`,t)}function Lg(e){let t=e.match(/^\/thread\/([^/]+)\/full$/);if(!t)return null;try{return decodeURIComponent(t[1])}catch{return null}}function Rg(e,t){let n=kg(t);return n===void 0||e==null?!0:e===n}var zg=`https://github.com`,Bg=null,Vg=new Set;function Hg(e){let t=e??null;if(t!==Bg){Bg=t;for(let e of Vg)e()}}function Ug(){return Bg}function Wg(e){return Vg.add(e),()=>Vg.delete(e)}var Gg=`[A-Za-z0-9][A-Za-z0-9._-]*`,Kg=RegExp(`^https://github\\.com/(${Gg})/(${Gg})/(?:(issues|pull)/([1-9]\\d{0,9})|commit/([0-9a-f]{7,40}))(?:[/?#].*)?$`,`i`);function qg(e){if(!e)return null;let t=Kg.exec(e.trim());if(!t)return null;let[,n,r,,i,a]=t;return i?`${n}/${r}#${i}`:`${n}/${r}@${a.toLowerCase()}`}var Jg=RegExp(`(^|[^\\w#/&@-])(?:(${Gg}/${Gg})@([0-9a-f]{7,40})|(${Gg}/${Gg})?#([1-9]\\d{0,9})|([0-9a-f]{7,40}))(?![\\w-])`,`g`);function Yg(e){return/\d/.test(e)&&/[a-f]/.test(e)}function Xg(e){return{type:`text`,raw:e,text:e}}function Zg(e,t,n){return{type:`link`,raw:e,href:t,title:n,text:e,tokens:[Xg(e)]}}function Qg(e){if(!Bg)return null;let t=null,n=0;Jg.lastIndex=0;for(let r=Jg.exec(e);r;r=Jg.exec(e)){let[i,a,o,s,c,l,u]=r,d=s??u;if(d&&!Yg(d))continue;let f=l?`${zg}/${c??Bg}/issues/${l}`:`${zg}/${o??Bg}/commit/${d}`,p=l?`${c??Bg}#${l}`:`${o??Bg}@${d}`,m=i.slice(a.length),h=r.index+a.length;t??=[],h>n&&t.push(Xg(e.slice(n,h))),t.push(Zg(m,f,p)),n=h+m.length}return t?(n<e.length&&t.push(Xg(e.slice(n))),t):null}var $g=new Set([`code`,`codespan`,`html`,`link`,`image`]);function e_(e){let t=[],n=e;Array.isArray(n.tokens)&&t.push(n.tokens),Array.isArray(n.items)&&t.push(n.items);for(let e of n.header??[])Array.isArray(e.tokens)&&t.push(e.tokens);for(let e of n.rows??[])for(let n of e)Array.isArray(n.tokens)&&t.push(n.tokens);return t}function t_(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if($g.has(n.type))continue;let r=e_(n);for(let e of r)t_(e);if(n.type!==`text`||r.length>0)continue;let i=Qg(n.text);i&&e.splice(t,1,...i)}}var n_=`frizz-boot-id`;function r_(e){try{return sessionStorage.getItem(e)}catch{return null}}function i_(e,t){try{sessionStorage.setItem(e,t)}catch{}}function a_(e){switch(Im(r_(n_),e)){case`noop`:return;case`record`:i_(n_,e);return;case`adopt`:i_(n_,e);return}}var o_={board:`query`,threadBody:`query`,threadTranscript:`query`,threadTranscriptEarlier:`query`,subAgentTranscript:`query`,subAgentSteer:`mutation`,subAgentStop:`mutation`,backgroundShellOutput:`query`,backgroundShellActivity:`query`,stopBackgroundOp:`mutation`,pendingInteractions:`query`,interactionGet:`query`,interactionResolve:`mutation`,interactionCancel:`mutation`,dispatch:`mutation`,adoptThread:`mutation`,followUp:`mutation`,unqueueFollowUp:`mutation`,deliverQueuedNow:`mutation`,setThreadPermission:`mutation`,threadProfileOptions:`query`,setThreadProfile:`mutation`,markRead:`mutation`,threadSeen:`mutation`,setThreadState:`mutation`,completeThread:`mutation`,setThreadSnooze:`mutation`,setThreadRecurringPrompt:`mutation`,setOwnThreadRecurringPrompt:`mutation`,addOwnPrWatch:`mutation`,dropOwnPrWatch:`mutation`,listOwnPrWatches:`mutation`,getOwnThreadRecurringPrompt:`mutation`,setOwnThreadStopHook:`mutation`,setOwnThreadHeartbeat:`mutation`,setThreadHeartbeat:`mutation`,setOwnThreadTimer:`mutation`,cancelOwnThreadTimer:`mutation`,listOwnThreadTimers:`mutation`,listOwnThreadActivity:`mutation`,reloadThreadPlugins:`mutation`,snoozeAwaitingBackground:`mutation`,confirmAwaiting:`mutation`,forgetThread:`mutation`,planBody:`query`,planDelete:`mutation`,threadTerminalCommand:`query`,openExternal:`mutation`,openLocalFile:`mutation`,localMarkdown:`query`,resolveLocalPaths:`query`,markComplete:`mutation`,setThreadStatus:`mutation`,dismissThread:`mutation`,repairThread:`mutation`,archiveThread:`mutation`,killAgent:`mutation`,renameThread:`mutation`,aiRenameThread:`mutation`,codexModels:`query`,quota:`query`,authStatus:`query`,accountLogout:`mutation`,accountLoginStart:`mutation`,accountLoginStatus:`query`,accountLoginCancel:`mutation`,threadLocate:`query`,projectsList:`query`,projectPick:`mutation`,projectAdd:`mutation`,projectsReorder:`mutation`,projectIconPick:`mutation`,projectIconSet:`mutation`,projectIconClear:`mutation`,settingsGet:`query`,settingsSet:`mutation`,settingsReset:`mutation`,dispatchPreferencesGet:`query`,dispatchPreferenceSet:`mutation`,githubPromptDefaults:`query`,githubStatus:`query`,githubList:`query`,githubDispatchBatch:`mutation`,githubRefPreview:`query`},s_=`Frizz is updating and restarting. Your draft is preserved; wait until it is ready before sending or changing settings.`;function c_(e){return e?.retryableRpc===!0}function l_(e){return Object.defineProperty(e,"retryableRpc",{value:!0,enumerable:!1}),e}function u_(e){if(e===`mutation`&&X.controlPlaneState===`restarting`)throw l_(Error(s_))}async function d_(e,t){let n=await e.text(),r;try{r=JSON.parse(n)}catch{throw e.status===404||e.status===405?Error(`Frizz server restart required — this control is newer than the running server`):e.status===403?Error(`RPC ${t} was refused (403) — the page's origin does not match the server it is talking to. Reload from the URL frizz is actually serving.`):Error(`RPC ${t} returned a non-JSON response (HTTP ${e.status})`)}if(!e.ok){let e=Error(typeof r.error==`string`?r.error:`RPC ${t} failed`);throw r.retryable===!0?l_(e):e}return r.result}async function f_(e,t,n,r){if(u_(t),t===`query`){let t=new URL(`${Fg()}/rpc/${e}`,location.origin);n!==void 0&&t.searchParams.set(`input`,JSON.stringify(n));let i=await fetch(t.toString(),{signal:r?.signal});return a_(i.headers.get(`x-frizz-boot`)),d_(i,e)}let i=await fetch(`${Fg()}/rpc/${e}`,{method:`POST`,headers:{"Content-Type":`application/json`},body:JSON.stringify(n??{}),signal:r?.signal});return a_(i.headers.get(`x-frizz-boot`)),d_(i,e)}var Y=new Proxy({},{get(e,t){let n=o_[t];if(n)return(e,r)=>f_(t,n,e,r)}}),p_=6e4,m_=80,h_=100,g_={loading:!0},__=new Map,v_=new Set,y_=new Set,b_;function x_(){for(let e of v_)e()}function S_(e){return v_.add(e),()=>v_.delete(e)}function C_(e){return __.get(e)}function w_(e,t=Date.now()){return!e?.card||e.card.kind===`commit`?!1:t-e.card.fetchedAt>p_}var T_=/data-gh-ref="([^"]+)"/g;function E_(e){if(!e.includes(`data-gh-ref`))return[];let t=new Set;for(let n of e.matchAll(T_))t.add(n[1]);return[...t]}function D_(e){let t=!1;for(let n of e)__.has(n)||y_.has(n)||(y_.add(n),t=!0);!t||b_!==void 0||(b_=setTimeout(()=>{b_=void 0,k_()},m_))}function O_(e,t){for(let e of t.cards)__.set(e.ref,{card:e});for(let e of t.missing)__.set(e,{missing:!0});for(let t of e)__.get(t)===g_&&__.delete(t);x_()}async function k_(){let e=[...y_].slice(0,h_);if(e.length!==0){for(let t of e)y_.delete(t),__.set(t,g_);x_();try{O_(e,await Y.githubRefPreview({refs:e}))}catch{O_(e,{cards:[],missing:[]})}y_.size>0&&b_===void 0&&(b_=setTimeout(()=>{b_=void 0,k_()},0))}}var A_=new Set;function j_(e){A_.has(e)||(A_.add(e),Y.githubRefPreview({refs:[e],refresh:!0}).then(e=>{for(let t of e.cards)__.set(t.ref,{card:t});x_()}).catch(()=>{}).finally(()=>A_.delete(e)))}function M_(){__.clear(),y_.clear(),A_.clear(),b_!==void 0&&(clearTimeout(b_),b_=void 0),x_()}var N_={dir:``,home:``},P_=N_,F_=new Set;function I_(e,t){let n={dir:e??``,home:t??``};if(!(n.dir===P_.dir&&n.home===P_.home)){P_=n.dir||n.home?n:N_;for(let e of F_)e()}}function L_(){return P_}function R_(e){return F_.add(e),()=>F_.delete(e)}function z_(e){if(typeof document>`u`)return null;let t=document.querySelector(`[data-queue-card="${CSS.escape(e)}"]`);return t?t.querySelector(`[data-queue-card-root="${CSS.escape(e)}"]`)??t:null}function B_(e){let t=z_(e);if(!t)return null;let n=typeof window.matchMedia==`function`&&window.matchMedia(`(max-width: 800px)`).matches?40:0;return Math.max(0,yg()+t.getBoundingClientRect().top-12-n)}var X=Kd({board:null,view:`todos`,connection:`connecting`,controlPlaneState:`ready`,controlPlaneMessage:null,controlPlaneRestartPending:!1,showSettings:!1,showPalette:!1,showNewThread:!1,showGithubPicker:!1,newThreadPlanPath:null,sidebarCollapsed:{active:!1,held:!0,inactive:!0,plans:!0},drawers:[],notificationsEnabled:!1,socketTranscripts:!1,socketBoardFallback:null,socketTranscriptFallbacks:{},routeThreadSlug:null,toast:null});function V_(e){X.newThreadPlanPath=e??null,X.showNewThread=!0}function H_(){X.showGithubPicker=!0}function U_(){X.showGithubPicker=!1}var W_=0;function Z(e,t){X.toast={id:++W_,text:e,...t}}var G_=0,K_=0;function q_(e,t){return e.kind===t.kind?e.kind===`plan`||e.kind===`markdown`?e.path===t.path:e.kind===`subagent`||e.kind===`shell`?e.subId===t.subId:e.slug===t.slug:!1}function J_(e,t){return t.kind===`markdown`?!0:t.kind===`subagent`||t.kind===`shell`?(e.kind===`thread`||e.kind===`doc`)&&e.slug===t.slug:t.kind===`doc`?e.kind===`thread`&&e.slug===t.slug:t.kind===`thread`?e.kind===`doc`&&e.slug===t.slug:!1}function Y_(e){let t=X.drawers.filter(t=>!t.closing&&!q_(t,e)&&!J_(t,e)).map(e=>e.id);t.length&&lv(t);let n=X.drawers.filter(t=>q_(t,e));if(!n.length){X.drawers.push({...e,id:++G_,openedAt:++K_});return}let r=[...n].reverse().find(e=>!e.closing)??n[n.length-1],{closing:i,...a}=r,o={...a,...e,openedAt:++K_};X.drawers=[...X.drawers.filter(t=>!q_(t,e)),o],queueMicrotask(()=>vg(r.id))}function X_(e,t,n){Y_({kind:e,slug:t,routed:n?.routed})}function Z_(e,t,n){Y_({kind:`subagent`,slug:e,subId:t,label:n.label,subagentType:n.subagentType,startedAt:n.startedAt})}function Q_(e,t,n){Y_({kind:`shell`,slug:e,subId:t,label:n.label,startedAt:n.startedAt})}function $_(e){let t=X.board?.threads.find(t=>t.id===e);t?.needsYou&&tv(e)||X_(t&&t.runtime===`none`?`doc`:`thread`,e)}function ev(){let e=X.routeThreadSlug;if(!e||!X.board)return;X.routeThreadSlug=null;let t=wg(X.board,e);if(t.kind===`missing`){typeof location<`u`&&location.replace(Ig(e));return}t.kind===`found`&&t.thread.needsYou&&tv(e)||X_(`thread`,e,{routed:!0})}function tv(e){let t=z_(e);if(!t)return!1;let n=B_(e),r=X.drawers.filter(e=>!e.closing).map(e=>e.id);return r.length&&lv(r),n!==null&&(bg()?Sg(n):Math.abs(window.scrollY-n)>.5&&window.scrollTo({top:n,left:0,behavior:`auto`})),rv(e,t),!0}var nv=new Map;function rv(e,t){let n=nv.get(e);n!==void 0&&window.clearTimeout(n),t.removeAttribute(`data-queue-flash`),t.offsetWidth,t.setAttribute(`data-queue-flash`,``),nv.set(e,window.setTimeout(()=>{nv.delete(e),t.removeAttribute(`data-queue-flash`)},1100))}function iv(e,t){Y_({kind:`plan`,slug:e,path:e,label:t})}function av(e){Y_({kind:`markdown`,slug:e,path:e,label:e.split(`/`).filter(Boolean).pop()||e})}function ov(){return X.drawers[X.drawers.length-1]}function sv(e){let t=X.drawers.find(t=>t.id===e);t&&(t.closing=!0)}function cv(e){X.drawers.find(t=>t.id===e)?.closing&&(X.drawers=X.drawers.filter(t=>t.id!==e))}function lv(e){let t=[];for(let n of e)gg(n)||t.push(n);if(t.length){let e=new Set(t);X.drawers=X.drawers.filter(t=>!e.has(t.id))}}function uv(){for(let e=X.drawers.length-1;e>=0;e--){let t=X.drawers[e];if(t.kind===`thread`&&!t.closing)return t.slug}return null}function dv(e){Rg(e.projectSlug)&&(Hg(e.githubRepo),I_(e.projectDir,e.homeDir),X.board=e)}function fv(){Hg(null),I_(null),M_(),X.board=null,X.view=`todos`,X.connection=`connecting`,X.drawers=[],X.routeThreadSlug=null,X.socketBoardFallback=null,X.socketTranscriptFallbacks={},X.showSettings=!1,X.showNewThread=!1,X.showGithubPicker=!1,X.newThreadPlanPath=null}function pv(e){Rg(e.projectSlug)&&X.board===null&&(Hg(e.githubRepo),I_(e.projectDir,e.homeDir),X.board=e)}function mv(e){return X.board===null?!1:(Pm(X.board,e),!0)}function hv(e,t){if(!(!e||!t))return e.threads.find(e=>e.id===t)}var gv=`fixed inset-0 bg-black/40 backdrop-blur-[1px] transition-opacity duration-200 ease-out motion-reduce:transition-none`,_v=`flex h-full flex-col border-l border-border bg-panel shadow-2xl shadow-black/50 transition-transform duration-200 ease-out motion-reduce:transition-none`;function vv(e,t=0){let n=Math.max(0,e-t);return`min(${720-n*28}px, ${80-n*4}vw)`}function yv(){return typeof window<`u`&&!!window.matchMedia?.(`(prefers-reduced-motion: reduce)`).matches}function bv(e,t=!1){let[n,r]=(0,z.useState)(t),i=(0,z.useRef)(!1),a=Xd(X);(0,z.useEffect)(()=>{if(t)return;let e=!1,n=()=>{e||i.current||(e=!0,r(!0))},a=requestAnimationFrame(n),o=window.setTimeout(n,120);return()=>{cancelAnimationFrame(a),window.clearTimeout(o)}},[t]);let o=(0,z.useCallback)(()=>{i.current||(i.current=!0,sv(e),r(!1),window.setTimeout(()=>cv(e),yv()?0:210))},[e]);return(0,z.useEffect)(()=>(hg(e,o),()=>hg(e,null)),[e,o]),(0,z.useEffect)(()=>{a.drawers.find(t=>t.id===e)?.closing||!i.current||(i.current=!1,r(!0))},[a.drawers,e]),{shown:n,close:o,closingRef:i}}var xv=`[data-radix-popper-content-wrapper],[role='menu'],[role='listbox'],[role='dialog']`;function Sv(e){return document.body.style.pointerEvents===`none`||e.closest(xv)!==null}function Cv(e,t,n,r){(0,z.useEffect)(()=>{function i(i){let a=i.target;if(!(a instanceof Element)||t.current?.contains(a)||Sv(a))return;let o=X.drawers.findIndex(t=>t.id===e);o===-1||o<X.drawers.length-1||r&&a.closest(`[data-subagent-parent]`)?.getAttribute(`data-subagent-parent`)===r||n()}return window.addEventListener(`pointerdown`,i,!0),()=>window.removeEventListener(`pointerdown`,i,!0)},[e,t,n,r])}function wv({id:e,depth:t,widthDepth:n,widthOffset:r=0,subagentParent:i,children:a}){let{shown:o,close:s}=bv(e),c=(0,z.useRef)(null);return Cv(e,c,s,i),(0,B.jsx)(`div`,{className:`${gv} pointer-events-none flex justify-end ${o?`opacity-100`:`opacity-0`}`,style:{zIndex:50+t*2},children:(0,B.jsx)(`div`,{ref:c,className:`${_v} pointer-events-auto ${o?`translate-x-0`:`translate-x-full`}`,style:{width:vv(n,r)},children:a(s)})})}var Tv=e=>e.replace(/([a-z0-9])([A-Z])/g,`$1-$2`).toLowerCase(),Ev=e=>e.replace(/^([A-Z])|[\s-_]+(\w)/g,(e,t,n)=>n?n.toUpperCase():t.toLowerCase()),Dv=e=>{let t=Ev(e);return t.charAt(0).toUpperCase()+t.slice(1)},Ov=(...e)=>e.filter((e,t,n)=>!!e&&e.trim()!==``&&n.indexOf(e)===t).join(` `).trim(),kv=e=>{for(let t in e)if(t.startsWith(`aria-`)||t===`role`||t===`title`)return!0},Av={xmlns:`http://www.w3.org/2000/svg`,width:24,height:24,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`},jv=(0,z.forwardRef)(({color:e=`currentColor`,size:t=24,strokeWidth:n=2,absoluteStrokeWidth:r,className:i=``,children:a,iconNode:o,...s},c)=>(0,z.createElement)(`svg`,{ref:c,...Av,width:t,height:t,stroke:e,strokeWidth:r?Number(n)*24/Number(t):n,className:Ov(`lucide`,i),...!a&&!kv(s)&&{"aria-hidden":`true`},...s},[...o.map(([e,t])=>(0,z.createElement)(e,t)),...Array.isArray(a)?a:[a]])),Q=(e,t)=>{let n=(0,z.forwardRef)(({className:n,...r},i)=>(0,z.createElement)(jv,{ref:i,iconNode:t,className:Ov(`lucide-${Tv(Dv(e))}`,`lucide-${e}`,n),...r}));return n.displayName=Dv(e),n},Mv=Q(`archive`,[[`rect`,{width:`20`,height:`5`,x:`2`,y:`3`,rx:`1`,key:`1wp1u1`}],[`path`,{d:`M4 8v11a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V8`,key:`1s80jp`}],[`path`,{d:`M10 12h4`,key:`a56b0p`}]]),Nv=Q(`arrow-down`,[[`path`,{d:`M12 5v14`,key:`s699le`}],[`path`,{d:`m19 12-7 7-7-7`,key:`1idqje`}]]),Pv=Q(`arrow-left`,[[`path`,{d:`m12 19-7-7 7-7`,key:`1l729n`}],[`path`,{d:`M19 12H5`,key:`x3x0zl`}]]),Fv=Q(`arrow-up-right`,[[`path`,{d:`M7 7h10v10`,key:`1tivn9`}],[`path`,{d:`M7 17 17 7`,key:`1vkiza`}]]),Iv=Q(`arrow-up`,[[`path`,{d:`m5 12 7-7 7 7`,key:`hav0vg`}],[`path`,{d:`M12 19V5`,key:`x0mq9r`}]]),Lv=Q(`bell`,[[`path`,{d:`M10.268 21a2 2 0 0 0 3.464 0`,key:`vwvbt9`}],[`path`,{d:`M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326`,key:`11g9vi`}]]),Rv=Q(`bot`,[[`path`,{d:`M12 8V4H8`,key:`hb8ula`}],[`rect`,{width:`16`,height:`12`,x:`4`,y:`8`,rx:`2`,key:`enze0r`}],[`path`,{d:`M2 14h2`,key:`vft8re`}],[`path`,{d:`M20 14h2`,key:`4cs60a`}],[`path`,{d:`M15 13v2`,key:`1xurst`}],[`path`,{d:`M9 13v2`,key:`rq6x2g`}]]),zv=Q(`calendar-clock`,[[`path`,{d:`M16 14v2.2l1.6 1`,key:`fo4ql5`}],[`path`,{d:`M16 2v4`,key:`4m81vk`}],[`path`,{d:`M21 7.5V6a2 2 0 0 0-2-2H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h3.5`,key:`1osxxc`}],[`path`,{d:`M3 10h5`,key:`r794hk`}],[`path`,{d:`M8 2v4`,key:`1cmpym`}],[`circle`,{cx:`16`,cy:`16`,r:`6`,key:`qoo3c4`}]]),Bv=Q(`check`,[[`path`,{d:`M20 6 9 17l-5-5`,key:`1gmf2c`}]]),Vv=Q(`chevron-down`,[[`path`,{d:`m6 9 6 6 6-6`,key:`qrunsl`}]]),Hv=Q(`chevron-left`,[[`path`,{d:`m15 18-6-6 6-6`,key:`1wnfg3`}]]),Uv=Q(`chevron-right`,[[`path`,{d:`m9 18 6-6-6-6`,key:`mthhwq`}]]),Wv=Q(`chevrons-down-up`,[[`path`,{d:`m7 20 5-5 5 5`,key:`13a0gw`}],[`path`,{d:`m7 4 5 5 5-5`,key:`1kwcof`}]]),Gv=Q(`chevrons-up-down`,[[`path`,{d:`m7 15 5 5 5-5`,key:`1hf1tw`}],[`path`,{d:`m7 9 5-5 5 5`,key:`sgt6xg`}]]),Kv=Q(`circle-check`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),qv=Q(`circle-dashed`,[[`path`,{d:`M10.1 2.182a10 10 0 0 1 3.8 0`,key:`5ilxe3`}],[`path`,{d:`M13.9 21.818a10 10 0 0 1-3.8 0`,key:`11zvb9`}],[`path`,{d:`M17.609 3.721a10 10 0 0 1 2.69 2.7`,key:`1iw5b2`}],[`path`,{d:`M2.182 13.9a10 10 0 0 1 0-3.8`,key:`c0bmvh`}],[`path`,{d:`M20.279 17.609a10 10 0 0 1-2.7 2.69`,key:`1ruxm7`}],[`path`,{d:`M21.818 10.1a10 10 0 0 1 0 3.8`,key:`qkgqxc`}],[`path`,{d:`M3.721 6.391a10 10 0 0 1 2.7-2.69`,key:`1mcia2`}],[`path`,{d:`M6.391 20.279a10 10 0 0 1-2.69-2.7`,key:`1fvljs`}]]),Jv=Q(`circle-dot`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}]]),Yv=Q(`circle-question-mark`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3`,key:`1u773s`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Xv=Q(`circle-slash`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`line`,{x1:`9`,x2:`15`,y1:`15`,y2:`9`,key:`1dfufj`}]]),Zv=Q(`circle-x`,[[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}],[`path`,{d:`m15 9-6 6`,key:`1uzhvr`}],[`path`,{d:`m9 9 6 6`,key:`z0biqf`}]]),Qv=Q(`clock`,[[`path`,{d:`M12 6v6l4 2`,key:`mmk7yg`}],[`circle`,{cx:`12`,cy:`12`,r:`10`,key:`1mglay`}]]),$v=Q(`copy`,[[`rect`,{width:`14`,height:`14`,x:`8`,y:`8`,rx:`2`,ry:`2`,key:`17jyea`}],[`path`,{d:`M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2`,key:`zix9uf`}]]),ey=Q(`ellipsis`,[[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}],[`circle`,{cx:`19`,cy:`12`,r:`1`,key:`1wjl8i`}],[`circle`,{cx:`5`,cy:`12`,r:`1`,key:`1pcz8c`}]]),ty=Q(`external-link`,[[`path`,{d:`M15 3h6v6`,key:`1q9fwt`}],[`path`,{d:`M10 14 21 3`,key:`gplh6r`}],[`path`,{d:`M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6`,key:`a6xqqp`}]]),ny=Q(`file-plus-2`,[[`path`,{d:`M4 22h14a2 2 0 0 0 2-2V7l-5-5H6a2 2 0 0 0-2 2v4`,key:`1pf5j1`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M3 15h6`,key:`4e2qda`}],[`path`,{d:`M6 12v6`,key:`1u72j0`}]]),ry=Q(`file-text`,[[`path`,{d:`M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z`,key:`1rqfz7`}],[`path`,{d:`M14 2v4a2 2 0 0 0 2 2h4`,key:`tnqrlb`}],[`path`,{d:`M10 9H8`,key:`b1mrlr`}],[`path`,{d:`M16 13H8`,key:`t4e002`}],[`path`,{d:`M16 17H8`,key:`z1uh3a`}]]),iy=Q(`git-branch`,[[`line`,{x1:`6`,x2:`6`,y1:`3`,y2:`15`,key:`17qcm7`}],[`circle`,{cx:`18`,cy:`6`,r:`3`,key:`1h7g24`}],[`circle`,{cx:`6`,cy:`18`,r:`3`,key:`fqmcym`}],[`path`,{d:`M18 9a9 9 0 0 1-9 9`,key:`n2h4wq`}]]),ay=Q(`git-commit-horizontal`,[[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}],[`line`,{x1:`3`,x2:`9`,y1:`12`,y2:`12`,key:`1dyftd`}],[`line`,{x1:`15`,x2:`21`,y1:`12`,y2:`12`,key:`oup4p8`}]]),oy=Q(`git-merge`,[[`circle`,{cx:`18`,cy:`18`,r:`3`,key:`1xkwt0`}],[`circle`,{cx:`6`,cy:`6`,r:`3`,key:`1lh9wr`}],[`path`,{d:`M6 21V9a9 9 0 0 0 9 9`,key:`7kw0sc`}]]),sy=Q(`git-pull-request-closed`,[[`circle`,{cx:`6`,cy:`6`,r:`3`,key:`1lh9wr`}],[`path`,{d:`M6 9v12`,key:`1sc30k`}],[`path`,{d:`m21 3-6 6`,key:`16nqsk`}],[`path`,{d:`m21 9-6-6`,key:`9j17rh`}],[`path`,{d:`M18 11.5V15`,key:`65xf6f`}],[`circle`,{cx:`18`,cy:`18`,r:`3`,key:`1xkwt0`}]]),cy=Q(`git-pull-request-draft`,[[`circle`,{cx:`18`,cy:`18`,r:`3`,key:`1xkwt0`}],[`circle`,{cx:`6`,cy:`6`,r:`3`,key:`1lh9wr`}],[`path`,{d:`M18 6V5`,key:`1oao2s`}],[`path`,{d:`M18 11v-1`,key:`11c8tz`}],[`line`,{x1:`6`,x2:`6`,y1:`9`,y2:`21`,key:`rroup`}]]),ly=Q(`git-pull-request`,[[`circle`,{cx:`18`,cy:`18`,r:`3`,key:`1xkwt0`}],[`circle`,{cx:`6`,cy:`6`,r:`3`,key:`1lh9wr`}],[`path`,{d:`M13 6h3a2 2 0 0 1 2 2v7`,key:`1yeb86`}],[`line`,{x1:`6`,x2:`6`,y1:`9`,y2:`21`,key:`rroup`}]]),uy=Q(`github`,[[`path`,{d:`M15 22v-4a4.8 4.8 0 0 0-1-3.5c3 0 6-2 6-5.5.08-1.25-.27-2.48-1-3.5.28-1.15.28-2.35 0-3.5 0 0-1 0-3 1.5-2.64-.5-5.36-.5-8 0C6 2 5 2 5 2c-.3 1.15-.3 2.35 0 3.5A5.403 5.403 0 0 0 4 9c0 3.5 3 5.5 6 5.5-.39.49-.68 1.05-.85 1.65-.17.6-.22 1.23-.15 1.85v4`,key:`tonef`}],[`path`,{d:`M9 18c-4.51 2-5-2-7-2`,key:`9comsn`}]]),dy=Q(`hourglass`,[[`path`,{d:`M5 22h14`,key:`ehvnwv`}],[`path`,{d:`M5 2h14`,key:`pdyrp9`}],[`path`,{d:`M17 22v-4.172a2 2 0 0 0-.586-1.414L12 12l-4.414 4.414A2 2 0 0 0 7 17.828V22`,key:`1d314k`}],[`path`,{d:`M7 2v4.172a2 2 0 0 0 .586 1.414L12 12l4.414-4.414A2 2 0 0 0 17 6.172V2`,key:`1vvvr6`}]]),fy=Q(`house`,[[`path`,{d:`M15 21v-8a1 1 0 0 0-1-1h-4a1 1 0 0 0-1 1v8`,key:`5wwlr5`}],[`path`,{d:`M3 10a2 2 0 0 1 .709-1.528l7-5.999a2 2 0 0 1 2.582 0l7 5.999A2 2 0 0 1 21 10v9a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2z`,key:`1d0kgt`}]]),py=Q(`image-plus`,[[`path`,{d:`M16 5h6`,key:`1vod17`}],[`path`,{d:`M19 2v6`,key:`4bpg5p`}],[`path`,{d:`M21 11.5V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h7.5`,key:`1ue2ih`}],[`path`,{d:`m21 15-3.086-3.086a2 2 0 0 0-2.828 0L6 21`,key:`1xmnt7`}],[`circle`,{cx:`9`,cy:`9`,r:`2`,key:`af1f0g`}]]),my=Q(`inbox`,[[`polyline`,{points:`22 12 16 12 14 15 10 15 8 12 2 12`,key:`o97t9d`}],[`path`,{d:`M5.45 5.11 2 12v6a2 2 0 0 0 2 2h16a2 2 0 0 0 2-2v-6l-3.45-6.89A2 2 0 0 0 16.76 4H7.24a2 2 0 0 0-1.79 1.11z`,key:`oot6mr`}]]),hy=Q(`key-round`,[[`path`,{d:`M2.586 17.414A2 2 0 0 0 2 18.828V21a1 1 0 0 0 1 1h3a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h1a1 1 0 0 0 1-1v-1a1 1 0 0 1 1-1h.172a2 2 0 0 0 1.414-.586l.814-.814a6.5 6.5 0 1 0-4-4z`,key:`1s6t7t`}],[`circle`,{cx:`16.5`,cy:`7.5`,r:`.5`,fill:`currentColor`,key:`w0ekpg`}]]),gy=Q(`layout-template`,[[`rect`,{width:`18`,height:`7`,x:`3`,y:`3`,rx:`1`,key:`f1a2em`}],[`rect`,{width:`9`,height:`7`,x:`3`,y:`14`,rx:`1`,key:`jqznyg`}],[`rect`,{width:`5`,height:`7`,x:`16`,y:`14`,rx:`1`,key:`q5h2i8`}]]),_y=Q(`list-checks`,[[`path`,{d:`m3 17 2 2 4-4`,key:`1jhpwq`}],[`path`,{d:`m3 7 2 2 4-4`,key:`1obspn`}],[`path`,{d:`M13 6h8`,key:`15sg57`}],[`path`,{d:`M13 12h8`,key:`h98zly`}],[`path`,{d:`M13 18h8`,key:`oe0vm4`}]]),vy=Q(`loader-circle`,[[`path`,{d:`M21 12a9 9 0 1 1-6.219-8.56`,key:`13zald`}]]),yy=Q(`message-square-code`,[[`path`,{d:`M10 7.5 8 10l2 2.5`,key:`xb17xw`}],[`path`,{d:`m14 7.5 2 2.5-2 2.5`,key:`5rap1v`}],[`path`,{d:`M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z`,key:`1lielz`}]]),by=Q(`message-square`,[[`path`,{d:`M21 15a2 2 0 0 1-2 2H7l-4 4V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2z`,key:`1lielz`}]]),xy=Q(`network`,[[`rect`,{x:`16`,y:`16`,width:`6`,height:`6`,rx:`1`,key:`4q2zg0`}],[`rect`,{x:`2`,y:`16`,width:`6`,height:`6`,rx:`1`,key:`8cvhb9`}],[`rect`,{x:`9`,y:`2`,width:`6`,height:`6`,rx:`1`,key:`1egb70`}],[`path`,{d:`M5 16v-3a1 1 0 0 1 1-1h12a1 1 0 0 1 1 1v3`,key:`1jsf9p`}],[`path`,{d:`M12 12V8`,key:`2874zd`}]]),Sy=Q(`package-check`,[[`path`,{d:`m16 16 2 2 4-4`,key:`gfu2re`}],[`path`,{d:`M21 10V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l2-1.14`,key:`e7tb2h`}],[`path`,{d:`m7.5 4.27 9 5.15`,key:`1c824w`}],[`polyline`,{points:`3.29 7 12 12 20.71 7`,key:`ousv84`}],[`line`,{x1:`12`,x2:`12`,y1:`22`,y2:`12`,key:`a4e8g8`}]]),Cy=Q(`paperclip`,[[`path`,{d:`m16 6-8.414 8.586a2 2 0 0 0 2.829 2.829l8.414-8.586a4 4 0 1 0-5.657-5.657l-8.379 8.551a6 6 0 1 0 8.485 8.485l8.379-8.551`,key:`1miecu`}]]),wy=Q(`plug`,[[`path`,{d:`M12 22v-5`,key:`1ega77`}],[`path`,{d:`M9 8V2`,key:`14iosj`}],[`path`,{d:`M15 8V2`,key:`18g5xt`}],[`path`,{d:`M18 8v5a4 4 0 0 1-4 4h-4a4 4 0 0 1-4-4V8Z`,key:`osxo6l`}]]),Ty=Q(`plus`,[[`path`,{d:`M5 12h14`,key:`1ays0h`}],[`path`,{d:`M12 5v14`,key:`s699le`}]]),Ey=Q(`radar`,[[`path`,{d:`M19.07 4.93A10 10 0 0 0 6.99 3.34`,key:`z3du51`}],[`path`,{d:`M4 6h.01`,key:`oypzma`}],[`path`,{d:`M2.29 9.62A10 10 0 1 0 21.31 8.35`,key:`qzzz0`}],[`path`,{d:`M16.24 7.76A6 6 0 1 0 8.23 16.67`,key:`1yjesh`}],[`path`,{d:`M12 18h.01`,key:`mhygvu`}],[`path`,{d:`M17.99 11.66A6 6 0 0 1 15.77 16.67`,key:`1u2y91`}],[`circle`,{cx:`12`,cy:`12`,r:`2`,key:`1c9p78`}],[`path`,{d:`m13.41 10.59 5.66-5.66`,key:`mhq4k0`}]]),Dy=Q(`refresh-cw`,[[`path`,{d:`M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8`,key:`v9h5vc`}],[`path`,{d:`M21 3v5h-5`,key:`1q7to0`}],[`path`,{d:`M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16`,key:`3uifl3`}],[`path`,{d:`M8 16H3v5`,key:`1cv678`}]]),Oy=Q(`repeat`,[[`path`,{d:`m17 2 4 4-4 4`,key:`nntrym`}],[`path`,{d:`M3 11v-1a4 4 0 0 1 4-4h14`,key:`84bu3i`}],[`path`,{d:`m7 22-4-4 4-4`,key:`1wqhfi`}],[`path`,{d:`M21 13v1a4 4 0 0 1-4 4H3`,key:`1rx37r`}]]),ky=Q(`rotate-ccw`,[[`path`,{d:`M3 12a9 9 0 1 0 9-9 9.75 9.75 0 0 0-6.74 2.74L3 8`,key:`1357e3`}],[`path`,{d:`M3 3v5h5`,key:`1xhq8a`}]]),Ay=Q(`settings`,[[`path`,{d:`M12.22 2h-.44a2 2 0 0 0-2 2v.18a2 2 0 0 1-1 1.73l-.43.25a2 2 0 0 1-2 0l-.15-.08a2 2 0 0 0-2.73.73l-.22.38a2 2 0 0 0 .73 2.73l.15.1a2 2 0 0 1 1 1.72v.51a2 2 0 0 1-1 1.74l-.15.09a2 2 0 0 0-.73 2.73l.22.38a2 2 0 0 0 2.73.73l.15-.08a2 2 0 0 1 2 0l.43.25a2 2 0 0 1 1 1.73V20a2 2 0 0 0 2 2h.44a2 2 0 0 0 2-2v-.18a2 2 0 0 1 1-1.73l.43-.25a2 2 0 0 1 2 0l.15.08a2 2 0 0 0 2.73-.73l.22-.39a2 2 0 0 0-.73-2.73l-.15-.08a2 2 0 0 1-1-1.74v-.5a2 2 0 0 1 1-1.74l.15-.09a2 2 0 0 0 .73-2.73l-.22-.38a2 2 0 0 0-2.73-.73l-.15.08a2 2 0 0 1-2 0l-.43-.25a2 2 0 0 1-1-1.73V4a2 2 0 0 0-2-2z`,key:`1qme2f`}],[`circle`,{cx:`12`,cy:`12`,r:`3`,key:`1v7zrd`}]]),jy=Q(`shield-check`,[[`path`,{d:`M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z`,key:`oel41y`}],[`path`,{d:`m9 12 2 2 4-4`,key:`dzmm74`}]]),My=Q(`signpost`,[[`path`,{d:`M12 13v8`,key:`1l5pq0`}],[`path`,{d:`M12 3v3`,key:`1n5kay`}],[`path`,{d:`M18 6a2 2 0 0 1 1.387.56l2.307 2.22a1 1 0 0 1 0 1.44l-2.307 2.22A2 2 0 0 1 18 13H6a2 2 0 0 1-1.387-.56l-2.306-2.22a1 1 0 0 1 0-1.44l2.306-2.22A2 2 0 0 1 6 6z`,key:`gqqp9m`}]]),Ny=Q(`sparkles`,[[`path`,{d:`M9.937 15.5A2 2 0 0 0 8.5 14.063l-6.135-1.582a.5.5 0 0 1 0-.962L8.5 9.936A2 2 0 0 0 9.937 8.5l1.582-6.135a.5.5 0 0 1 .963 0L14.063 8.5A2 2 0 0 0 15.5 9.937l6.135 1.581a.5.5 0 0 1 0 .964L15.5 14.063a2 2 0 0 0-1.437 1.437l-1.582 6.135a.5.5 0 0 1-.963 0z`,key:`4pj2yx`}],[`path`,{d:`M20 3v4`,key:`1olli1`}],[`path`,{d:`M22 5h-4`,key:`1gvqau`}],[`path`,{d:`M4 17v2`,key:`vumght`}],[`path`,{d:`M5 18H3`,key:`zchphs`}]]),Py=Q(`square-check-big`,[[`path`,{d:`M21 10.656V19a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h12.344`,key:`2acyp4`}],[`path`,{d:`m9 11 3 3L22 4`,key:`1pflzl`}]]),Fy=Q(`square-dot`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}],[`circle`,{cx:`12`,cy:`12`,r:`1`,key:`41hilf`}]]),Iy=Q(`square-terminal`,[[`path`,{d:`m7 11 2-2-2-2`,key:`1lz0vl`}],[`path`,{d:`M11 13h4`,key:`1p7l4v`}],[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,ry:`2`,key:`1m3agn`}]]),Ly=Q(`square`,[[`rect`,{width:`18`,height:`18`,x:`3`,y:`3`,rx:`2`,key:`afitv7`}]]),Ry=Q(`timer`,[[`line`,{x1:`10`,x2:`14`,y1:`2`,y2:`2`,key:`14vaq8`}],[`line`,{x1:`12`,x2:`15`,y1:`14`,y2:`11`,key:`17fdiu`}],[`circle`,{cx:`12`,cy:`14`,r:`8`,key:`1e1u0o`}]]),zy=Q(`trash-2`,[[`path`,{d:`M3 6h18`,key:`d0wm0j`}],[`path`,{d:`M19 6v14c0 1-1 2-2 2H7c-1 0-2-1-2-2V6`,key:`4alrt4`}],[`path`,{d:`M8 6V4c0-1 1-2 2-2h4c1 0 2 1 2 2v2`,key:`v07s0e`}],[`line`,{x1:`10`,x2:`10`,y1:`11`,y2:`17`,key:`1uufr5`}],[`line`,{x1:`14`,x2:`14`,y1:`11`,y2:`17`,key:`xtxkd`}]]),By=Q(`triangle-alert`,[[`path`,{d:`m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3`,key:`wmoenq`}],[`path`,{d:`M12 9v4`,key:`juzpu7`}],[`path`,{d:`M12 17h.01`,key:`p32p05`}]]),Vy=Q(`upload`,[[`path`,{d:`M12 3v12`,key:`1x0j5s`}],[`path`,{d:`m17 8-5-5-5 5`,key:`7q97r8`}],[`path`,{d:`M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4`,key:`ih7n3h`}]]),Hy=Q(`x`,[[`path`,{d:`M18 6 6 18`,key:`1bl5f8`}],[`path`,{d:`m6 6 12 12`,key:`d8bk6v`}]]);function Uy({title:e,subtitle:t,icon:n,meta:r,actions:i,onClose:a,initialFocus:o}){return(0,B.jsxs)(`header`,{className:`flex h-12 shrink-0 items-center gap-2.5 border-b border-border bg-panel px-4`,children:[n,(0,B.jsxs)(`div`,{className:`flex min-w-0 flex-1 flex-col justify-center`,children:[(0,B.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[13px] font-medium`,title:e,children:e}),r]}),t&&(0,B.jsx)(`span`,{className:`truncate text-[10px] text-muted/60`,children:t})]}),i,(0,B.jsx)(`button`,{type:`button`,"aria-label":`Close`,onClick:a,...o?{"data-dialog-initial-focus":``}:{},className:`rounded-md p-1.5 text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg`,children:(0,B.jsx)(Hy,{size:15})})]})}function Wy(e,t){return e===t?!0:!e||!t||e.length!==t.length?!1:e.every((e,n)=>Object.is(e,t[n]))}var Gy=class extends z.Component{state={error:null};static getDerivedStateFromError(e){return{error:e}}componentDidCatch(e,t){console.error(`[frizz] render error in ${this.props.label}:`,e,t.componentStack)}componentDidUpdate(e){!this.state.error||Wy(e.resetKeys,this.props.resetKeys)||this.setState({error:null})}retry=()=>this.setState({error:null});render(){let{error:e}=this.state;return e?this.props.fallback?this.props.fallback(e,this.retry):(0,B.jsx)(Jy,{label:this.props.label,error:e,onRetry:this.retry}):this.props.children}};function Ky(e){let t=e instanceof Error?`${e.name}: ${e.message}`:String(e);return t.length>300?`${t.slice(0,300)}…`:t}var qy=`shrink-0 rounded-md border border-border px-2 py-1 text-[11px] text-fg/90 transition-colors hover:bg-panel`;function Jy({label:e,error:t,onRetry:n,onClose:r}){return(0,B.jsxs)(`div`,{"data-error-panel":!0,className:`m-4 rounded-md border border-border-strong bg-panel-2 px-3.5 py-3 text-[12.5px]`,children:[(0,B.jsxs)(`p`,{className:`text-fg/90`,children:[`Something went wrong rendering `,e,`.`]}),(0,B.jsx)(`p`,{className:`font-mono-keep mt-1.5 break-words text-[11.5px] text-muted`,children:Ky(t)}),(0,B.jsxs)(`div`,{className:`mt-3 flex flex-wrap gap-2`,children:[(0,B.jsx)(`button`,{type:`button`,className:qy,onClick:n,children:`Try again`}),r&&(0,B.jsx)(`button`,{type:`button`,className:qy,onClick:r,children:`Close`}),(0,B.jsx)(`button`,{type:`button`,className:qy,onClick:()=>window.location.reload(),children:`Reload frizz`})]})]})}function Yy({children:e}){return(0,B.jsx)(Gy,{label:`frizz`,fallback:(e,t)=>(0,B.jsx)(`div`,{className:`flex min-h-screen items-center justify-center bg-bg p-6 text-fg`,children:(0,B.jsx)(`div`,{className:`w-full max-w-lg`,children:(0,B.jsx)(Jy,{label:`frizz`,error:e,onRetry:t})})}),children:e})}function Xy({id:e,depth:t,widthDepth:n,error:r,onRetry:i}){let a=()=>{X.drawers=X.drawers.filter(t=>t.id!==e)};return(0,B.jsx)(wv,{id:e,depth:t,widthDepth:n,children:e=>(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(Uy,{title:`This drawer could not be rendered`,onClose:()=>{e(),a()}}),(0,B.jsx)(`div`,{className:`flex-1 min-h-0 overflow-y-auto`,children:(0,B.jsx)(Jy,{label:`this drawer`,error:r,onRetry:i,onClose:a})})]})})}var Zy=/^(?:[a-z][a-z0-9+.-]*:|[\\/]{2})/i,Qy=/^[\\/]{2}/;function $y(e,t){return t+e.replace(/\\/g,`/`)}var eb=`popstate`;function tb(e){return typeof e==`object`&&!!e&&`pathname`in e&&`search`in e&&`hash`in e&&`state`in e&&`key`in e}function nb(e={}){function t(e,t){let n=t.state?.masked,{pathname:r,search:i,hash:a}=n||e.location;return sb(``,{pathname:r,search:i,hash:a},t.state&&t.state.usr||null,t.state&&t.state.key||`default`,n?{pathname:e.location.pathname,search:e.location.search,hash:e.location.hash}:void 0)}function n(e,t){return typeof t==`string`?t:cb(t)}return ub(t,n,null,e)}function rb(e,t){if(e===!1||e==null)throw Error(t)}function ib(e,t){if(!e){typeof console<`u`&&console.warn(t);try{throw Error(t)}catch{}}}function ab(){return Math.random().toString(36).substring(2,10)}function ob(e,t){return{usr:e.state,key:e.key,idx:t,masked:e.mask?{pathname:e.pathname,search:e.search,hash:e.hash}:void 0}}function sb(e,t,n=null,r,i){return{pathname:typeof e==`string`?e:e.pathname,search:``,hash:``,...typeof t==`string`?lb(t):t,state:n,key:t&&t.key||r||ab(),mask:i}}function cb({pathname:e=`/`,search:t=``,hash:n=``}){return t&&t!==`?`&&(e+=t.charAt(0)===`?`?t:`?`+t),n&&n!==`#`&&(e+=n.charAt(0)===`#`?n:`#`+n),e}function lb(e){let t={};if(e){let n=e.indexOf(`#`);n>=0&&(t.hash=e.substring(n),e=e.substring(0,n));let r=e.indexOf(`?`);r>=0&&(t.search=e.substring(r),e=e.substring(0,r)),e&&(t.pathname=e)}return t}function ub(e,t,n,r={}){let{window:i=document.defaultView,v5Compat:a=!1}=r,o=i.history,s=`POP`,c=null,l=u();l??(l=0,o.replaceState({...o.state,idx:l},``));function u(){return(o.state||{idx:null}).idx}function d(){s=`POP`;let e=u(),t=e==null?null:e-l;l=e,c&&c({action:s,location:h.location,delta:t})}function f(e,t){s=`PUSH`;let r=tb(e)?e:sb(h.location,e,t);n&&n(r,e),l=u()+1;let d=ob(r,l),f=h.createHref(r.mask||r);try{o.pushState(d,``,f)}catch(e){if(e instanceof DOMException&&e.name===`DataCloneError`)throw e;i.location.assign(f)}a&&c&&c({action:s,location:h.location,delta:1})}function p(e,t){s=`REPLACE`;let r=tb(e)?e:sb(h.location,e,t);n&&n(r,e),l=u();let i=ob(r,l),d=h.createHref(r.mask||r);o.replaceState(i,``,d),a&&c&&c({action:s,location:h.location,delta:0})}function m(e){return db(i,e)}let h={get action(){return s},get location(){return e(i,o)},listen(e){if(c)throw Error(`A history only accepts one active listener`);return i.addEventListener(eb,d),c=e,()=>{i.removeEventListener(eb,d),c=null}},createHref(e){return t(i,e)},createURL:m,encodeLocation(e){let t=m(e);return{pathname:t.pathname,search:t.search,hash:t.hash}},push:f,replace:p,go(e){return o.go(e)}};return h}function db(e,t,n=!1){let r=`http://localhost`;e&&(r=e.location.origin===`null`?e.location.href:e.location.origin),rb(r,`No window.location.(origin|href) available to create URL`);let i=typeof t==`string`?t:cb(t);return i=i.replace(/ $/,`%20`),!n&&Qy.test(i)&&(i=r+i),new URL(i,r)}var fb=class{#e=new Map;constructor(e){if(e)for(let[t,n]of e)this.set(t,n)}get(e){if(this.#e.has(e))return this.#e.get(e);if(e.defaultValue!==void 0)return e.defaultValue;throw Error(`No value found for context`)}set(e,t){this.#e.set(e,t)}},pb=new Set([`lazy`,`caseSensitive`,`path`,`id`,`index`,`children`]);function mb(e){return pb.has(e)}var hb=new Set([`lazy`,`caseSensitive`,`path`,`id`,`index`,`middleware`,`children`]);function gb(e){return hb.has(e)}function _b(e){return e.index===!0}function vb(e){let t={};return e.Component&&Object.assign(t,{element:z.createElement(e.Component),Component:void 0}),e.HydrateFallback&&Object.assign(t,{hydrateFallbackElement:z.createElement(e.HydrateFallback),HydrateFallback:void 0}),e.ErrorBoundary&&Object.assign(t,{errorElement:z.createElement(e.ErrorBoundary),ErrorBoundary:void 0}),t}function yb(e,t=vb,n=[],r={},i=!1){return e.map((e,a)=>{let o=[...n,String(a)],s=typeof e.id==`string`?e.id:o.join(`-`);if(rb(e.index!==!0||!e.children,`Cannot specify children on an index route`),rb(i||!r[s],`Found a route id collision on id "${s}". Route id's must be globally unique within Data Router usages`),_b(e)){let n={...e,id:s};return r[s]=bb(n,t(n)),n}else{let n={...e,id:s,children:void 0};return r[s]=bb(n,t(n)),e.children&&(n.children=yb(e.children,t,o,r,i)),n}})}function bb(e,t){return Object.assign(e,{...t,...typeof t.lazy==`object`&&t.lazy!=null?{lazy:{...e.lazy,...t.lazy}}:{}})}function xb(e,t,n=`/`){return Sb(e,t,n,!1)}function Sb(e,t,n,r,i){let a=Wb((typeof t==`string`?lb(t):t).pathname||`/`,n);if(a==null)return null;let o=i??wb(e),s=null,c=Ub(a);for(let e=0;s==null&&e<o.length;++e)s=zb(o[e],c,r);return s}function Cb(e,t){let{route:n,pathname:r,params:i}=e;return{id:n.id,pathname:r,params:i,loaderData:t[n.id],handle:n.handle}}function wb(e){let t=Tb(e);return Db(t),t}function Tb(e,t=[],n=[],r=``,i=!1){let a=(e,a,o=i,s)=>{let c={relativePath:s===void 0?e.path||``:s,caseSensitive:e.caseSensitive===!0,childrenIndex:a,route:e};if(c.relativePath.startsWith(`/`)){if(!c.relativePath.startsWith(r)&&o)return;rb(c.relativePath.startsWith(r),`Absolute route path "${c.relativePath}" nested under path "${r}" is not valid. An absolute child route path must start with the combined path of all its parent routes.`),c.relativePath=c.relativePath.slice(r.length)}let l=ex([r,c.relativePath]),u=n.concat(c);e.children&&e.children.length>0&&(rb(e.index!==!0,`Index routes must not have child routes. Please remove all child routes from route path "${l}".`),Tb(e.children,t,u,l,o)),!(e.path==null&&!e.index)&&t.push({path:l,score:Lb(l,e.index),routesMeta:u.map((e,t)=>{let[n,r]=Hb(e.relativePath,e.caseSensitive,t===u.length-1);return{...e,matcher:n,compiledParams:r}})})};return e.forEach((e,t)=>{if(e.path===``||!e.path?.includes(`?`))a(e,t);else for(let n of Eb(e.path))a(e,t,!0,n)}),t}function Eb(e){let t=e.split(`/`);if(t.length===0)return[];let[n,...r]=t,i=n.endsWith(`?`),a=n.replace(/\?$/,``);if(r.length===0)return i?[a,``]:[a];let o=Eb(r.join(`/`)),s=[];return s.push(...o.map(e=>e===``?a:[a,e].join(`/`))),i&&s.push(...o),s.map(t=>e.startsWith(`/`)&&t===``?`/`:t)}function Db(e){e.sort((e,t)=>e.score===t.score?Rb(e.routesMeta.map(e=>e.childrenIndex),t.routesMeta.map(e=>e.childrenIndex)):t.score-e.score)}var Ob=/^:[\w-]+$/,kb=/^:[\w-]+/,Ab=3.5,jb=3,Mb=2,Nb=1,Pb=10,Fb=-2,Ib=e=>e===`*`;function Lb(e,t){let n=e.split(`/`),r=n.length;return n.some(Ib)&&(r+=Fb),t&&(r+=Mb),n.filter(e=>!Ib(e)).reduce((e,t)=>e+(Ob.test(t)?jb:kb.test(t)?Ab:t===``?Nb:Pb),r)}function Rb(e,t){return e.length===t.length&&e.slice(0,-1).every((e,n)=>e===t[n])?e[e.length-1]-t[t.length-1]:0}function zb(e,t,n=!1){let{routesMeta:r}=e,i={},a=`/`,o=[];for(let e=0;e<r.length;++e){let s=r[e],c=e===r.length-1,l=a===`/`?t:t.slice(a.length)||`/`,u={path:s.relativePath,caseSensitive:s.caseSensitive,end:c},d=s.matcher&&s.compiledParams?Vb(u,l,s.matcher,s.compiledParams):Bb(u,l),f=s.route;if(!d&&c&&n&&!r[r.length-1].route.index&&(d=Bb({path:s.relativePath,caseSensitive:s.caseSensitive,end:!1},l)),!d)return null;Object.assign(i,d.params),o.push({params:i,pathname:ex([a,d.pathname]),pathnameBase:nx(ex([a,d.pathnameBase])),route:f}),d.pathnameBase!==`/`&&(a=ex([a,d.pathnameBase]))}return o}function Bb(e,t){typeof e==`string`&&(e={path:e,caseSensitive:!1,end:!0});let[n,r]=Hb(e.path,e.caseSensitive,e.end);return Vb(e,t,n,r)}function Vb(e,t,n,r){let i=t.match(n);if(!i)return null;let a=i[0],o=a.replace(/(.)\/+$/,`$1`),s=i.slice(1);return{params:r.reduce((e,{paramName:t,isOptional:n},r)=>{if(t===`*`){let e=s[r]||``;o=a.slice(0,a.length-e.length).replace(/(.)\/+$/,`$1`)}let i=s[r];return n&&!i?e[t]=void 0:e[t]=(i||``).replace(/%2F/g,`/`),e},{}),pathname:a,pathnameBase:o,pattern:e}}function Hb(e,t=!1,n=!0){ib(e===`*`||!e.endsWith(`*`)||e.endsWith(`/*`),`Route path "${e}" will be treated as if it were "${e.replace(/\*$/,`/*`)}" because the \`*\` character must always follow a \`/\` in the pattern. To get rid of this warning, please change the route path to "${e.replace(/\*$/,`/*`)}".`);let r=[],i=`^`+e.replace(/\/*\*?$/,``).replace(/^\/*/,`/`).replace(/[\\.*+^${}|()[\]]/g,`\\$&`).replace(/\/:([\w-]+)(\?)?/g,(e,t,n,i,a)=>{if(r.push({paramName:t,isOptional:n!=null}),n){let t=a.charAt(i+e.length);return t&&t!==`/`?`/([^\\/]*)`:`(?:/([^\\/]*))?`}return`/([^\\/]+)`}).replace(/\/([\w-]+)\?(?=\/|$|\()/g,`(?:/$1)?`);return e.endsWith(`*`)?(r.push({paramName:`*`}),i+=e===`*`||e===`/*`?`(.*)$`:`(?:\\/(.+)|\\/*)$`):n?i+=`\\/*$`:e!==``&&e!==`/`&&(i+=`(?:(?=\\/|$))`),[new RegExp(i,t?void 0:`i`),r]}function Ub(e){try{return e.split(`/`).map(e=>decodeURIComponent(e).replace(/\//g,`%2F`)).join(`/`)}catch(t){return ib(!1,`The URL path "${e}" could not be decoded because it is a malformed URL segment. This is probably due to a bad percent encoding (${t}).`),e}}function Wb(e,t){if(t===`/`)return e;if(!e.toLowerCase().startsWith(t.toLowerCase()))return null;let n=t.endsWith(`/`)?t.length-1:t.length,r=e.charAt(n);return r&&r!==`/`?null:e.slice(n)||`/`}function Gb({basename:e,pathname:t}){return t===`/`?e:ex([e,t])}var Kb=e=>Zy.test(e);function qb(e,t=`/`){let{pathname:n,search:r=``,hash:i=``}=typeof e==`string`?lb(e):e,a;return n?(n=$b(n),a=n.startsWith(`/`)?Jb(n.substring(1),`/`):Jb(n,t)):a=t,{pathname:a,search:rx(r),hash:ix(i)}}function Jb(e,t){let n=tx(t).split(`/`);return e.split(`/`).forEach(e=>{e===`..`?n.length>1&&n.pop():e!==`.`&&n.push(e)}),n.length>1?n.join(`/`):`/`}function Yb(e,t,n,r){return`Cannot include a '${e}' character in a manually specified \`to.${t}\` field [${JSON.stringify(r)}]. Please separate it out to the \`to.${n}\` field. Alternatively you may provide the full path as a string in <Link to="..."> and the router will parse it for you.`}function Xb(e){return e.filter((e,t)=>t===0||e.route.path&&e.route.path.length>0)}function Zb(e){let t=Xb(e);return t.map((e,n)=>n===t.length-1?e.pathname:e.pathnameBase)}function Qb(e,t,n,r=!1){let i;typeof e==`string`?i=lb(e):(i={...e},rb(!i.pathname||!i.pathname.includes(`?`),Yb(`?`,`pathname`,`search`,i)),rb(!i.pathname||!i.pathname.includes(`#`),Yb(`#`,`pathname`,`hash`,i)),rb(!i.search||!i.search.includes(`#`),Yb(`#`,`search`,`hash`,i)));let a=e===``||i.pathname===``,o=a?`/`:i.pathname,s;if(o==null)s=n;else{let e=t.length-1;if(!r&&o.startsWith(`..`)){let t=o.split(`/`);for(;t[0]===`..`;)t.shift(),--e;i.pathname=t.join(`/`)}s=e>=0?t[e]:`/`}let c=qb(i,s),l=o&&o!==`/`&&o.endsWith(`/`),u=(a||o===`.`)&&n.endsWith(`/`);return!c.pathname.endsWith(`/`)&&(l||u)&&(c.pathname+=`/`),c}var $b=e=>e.replace(/[\\/]{2,}/g,`/`),ex=e=>$b(e.join(`/`)),tx=e=>e.replace(/\/+$/,``),nx=e=>tx(e).replace(/^\/*/,`/`),rx=e=>!e||e===`?`?``:e.startsWith(`?`)?e:`?`+e,ix=e=>!e||e===`#`?``:e.startsWith(`#`)?e:`#`+e,ax=[`EvalError`,`RangeError`,`ReferenceError`,`SyntaxError`,`TypeError`,`URIError`],ox=class{status;statusText;data;error;internal;constructor(e,t,n,r=!1){this.status=e,this.statusText=t||``,this.internal=r,n instanceof Error?(this.data=n.toString(),this.error=n):this.data=n}};function sx(e){return e!=null&&typeof e.status==`number`&&typeof e.statusText==`string`&&typeof e.internal==`boolean`&&`data`in e}function cx(e){return ex(e.map(e=>e.route.path).filter(Boolean))||`/`}function lx(e,t){let n=new URL(typeof e==`string`||e instanceof URL?e:e.url),r=typeof t==`string`?lb(t):t;if(n.pathname=r.pathname||`/`,r.search){let e=new URLSearchParams(r.search),t=e.getAll(`index`);e.delete(`index`);for(let n of t.filter(Boolean))e.append(`index`,n);let i=e.toString();n.search=i?`?${i}`:``}else n.search=``;return n.hash=r.hash||``,n}var ux=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;function dx(e,t){let n=e;if(typeof n!=`string`||!Zy.test(n))return{absoluteURL:void 0,isExternal:!1,to:n};let r=n,i=!1;if(ux)try{let e=new URL(window.location.href),r=Qy.test(n)?new URL($y(n,e.protocol)):new URL(n),a=Wb(r.pathname,t);r.origin===e.origin&&a!=null?n=a+r.search+r.hash:i=!0}catch{ib(!1,`<Link to="${n}"> contains an invalid URL which will probably break when clicked - please update to a valid URL path.`)}return{absoluteURL:r,isExternal:i,to:n}}var fx=Symbol(`Uninstrumented`),px=new WeakMap;function mx(e,t){let n={lazy:[],"lazy.loader":[],"lazy.action":[],"lazy.middleware":[],middleware:[],loader:[],action:[]};e.forEach(e=>e({id:t.id,index:t.index,path:t.path,instrument(e){e.lazy!=null&&n.lazy.push(e.lazy),e[`lazy.loader`]!=null&&n[`lazy.loader`].push(e[`lazy.loader`]),e[`lazy.action`]!=null&&n[`lazy.action`].push(e[`lazy.action`]),e[`lazy.middleware`]!=null&&n[`lazy.middleware`].push(e[`lazy.middleware`]),e.middleware!=null&&n.middleware.push(e.middleware),e.loader!=null&&n.loader.push(e.loader),e.action!=null&&n.action.push(e.action)}}));let r={};if(typeof t.lazy==`function`&&n.lazy.length>0){let e=t.lazy;r.lazy=async(...t)=>bx(await xx(n.lazy,void 0,()=>e(...t),Sx))}if(typeof t.lazy==`object`){let e=t.lazy;if(typeof e.middleware==`function`&&n[`lazy.middleware`].length>0){let t=e.middleware;r.lazy=Object.assign(r.lazy||{},{middleware:async(...e)=>bx(await xx(n[`lazy.middleware`],void 0,()=>t(...e),Sx))})}if(typeof e.loader==`function`&&n[`lazy.loader`].length>0){let t=e.loader;r.lazy=Object.assign(r.lazy||{},{loader:async(...e)=>bx(await xx(n[`lazy.loader`],void 0,()=>t(...e),Sx))})}if(typeof e.action==`function`&&n[`lazy.action`].length>0){let t=e.action;r.lazy=Object.assign(r.lazy||{},{action:async(...e)=>bx(await xx(n[`lazy.action`],void 0,()=>t(...e),Sx))})}}if(typeof t.loader==`function`&&n.loader.length>0){let e=gx(t.loader),i=async(...t)=>bx(await xx(n.loader,Cx(t[0]),()=>e(...t),Sx));e.hydrate===!0&&(i.hydrate=!0),_x(i,e),r.loader=i}if(typeof t.action==`function`&&n.action.length>0){let e=gx(t.action),i=async(...t)=>bx(await xx(n.action,Cx(t[0]),()=>e(...t),Sx));_x(i,e),r.action=i}return t.middleware&&t.middleware.length>0&&n.middleware.length>0&&(r.middleware=t.middleware.map(e=>{let t=gx(e),r=async(...e)=>bx(await xx(n.middleware,Cx(e[0]),()=>t(...e),Sx));return _x(r,t),r})),r}function hx(e,t){let n={navigate:[],fetch:[]};if(t.forEach(e=>e({instrument(e){e.navigate!=null&&n.navigate.push(e.navigate),e.fetch!=null&&n.fetch.push(e.fetch)}})),n.navigate.length>0){let t=gx(e.navigate),r=async(...r)=>{let[i,a]=r,o,s={to:typeof i==`number`||typeof i==`string`?i:i?cb(i):`.`,...wx(e,a??{})};return bx(await xx(n.navigate,s,async()=>{if(typeof i==`number`)return await t(...r);let n=vx(e,e=>{o=e});try{return await t(...r)}finally{n()}},e=>({...Sx(e),meta:o})))};_x(r,t),e.navigate=r}if(n.fetch.length>0){let t=gx(e.fetch),r=async(...r)=>{let[i,a,o,s]=r,c;return bx(await xx(n.fetch,{href:o??`.`,fetcherKey:i,...wx(e,s??{})},async()=>{let n=vx(e,e=>{c=e});try{return await t(...r)}finally{n()}},e=>({...Sx(e),meta:c})))};_x(r,t),e.fetch=r}return e}function gx(e){return e[fx]??e}function _x(e,t){e[fx]=t}function vx(e,t){return px.set(e,t),()=>{px.get(e)===t&&px.delete(e)}}function yx(e){let t=px.get(e);return px.delete(e),t}function bx(e){if(e.type===`error`)throw e.value;return e.value}async function xx(e,t,n,r,i={result:null,innerResult:null},a=e.length-1){let o=e[a];if(o){let s,c=async()=>(s?console.error(`You cannot call instrumented handlers more than once`):s=xx(e,t,n,r,i,a-1),await s,rb(i.innerResult,`Expected an inner result`),i.innerResult);try{await o(c,t)}catch(e){console.error(`An instrumentation function threw an error:`,e)}s||await c(),await s}else{try{i.result={type:`success`,value:await n()}}catch(e){i.result={type:`error`,value:e}}i.innerResult=r(i.result,t)}return i.result?i.result:(i.result={type:`error`,value:Error(`No result assigned in instrumentation chain.`)},i.innerResult=r(i.result,t),i.result)}function Sx(e){return e.type===`error`&&e.value instanceof Error?{status:`error`,error:e.value}:{status:`success`,error:void 0}}function Cx(e){let{request:t,context:n,params:r}=e;return{...e,request:Tx(t),params:{...r},context:Ex(n)}}function wx(e,t){return{currentUrl:cb(e.state.location),...`formMethod`in t?{formMethod:t.formMethod}:{},...`formEncType`in t?{formEncType:t.formEncType}:{},...`formData`in t?{formData:t.formData}:{},...`body`in t?{body:t.body}:{}}}function Tx(e){return{method:e.method,url:e.url,headers:{get:(...t)=>e.headers.get(...t)}}}function Ex(e){return{get:t=>e.get(t)}}var Dx=[`POST`,`PUT`,`PATCH`,`DELETE`],Ox=new Set(Dx),kx=[`GET`,...Dx],Ax=new Set(kx),jx=new Set([301,302,303,307,308]),Mx=new Set([307,308]),Nx={state:`idle`,location:void 0,matches:void 0,historyAction:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Px={state:`idle`,data:void 0,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0},Fx={state:`unblocked`,proceed:void 0,reset:void 0,location:void 0},Ix=`remix-router-transitions`,Lx=Symbol(`ResetLoaderData`),Rx=class{#e;#t;#n;#r;constructor(e){this.#e=e,this.#t=wb(e)}get stableRoutes(){return this.#e}get activeRoutes(){return this.#n??this.#e}get branches(){return this.#r??this.#t}get hasHMRRoutes(){return this.#n!=null}setRoutes(e){this.#e=e,this.#t=wb(e)}setHmrRoutes(e){this.#n=e,this.#r=wb(e)}commitHmrRoutes(){this.#n&&(this.#e=this.#n,this.#t=this.#r,this.#n=void 0,this.#r=void 0)}};function zx(e){let t=e.window?e.window:typeof window<`u`?window:void 0,n=t!==void 0&&t.document!==void 0&&t.document.createElement!==void 0;rb(e.routes.length>0,`You must provide a non-empty routes array to createRouter`);let r=e.hydrationRouteProperties||[],i=e.mapRouteProperties,a=i||(()=>({}));if(e.instrumentations){let t=e.instrumentations;a=e=>({...i?.(e),...mx(t.map(e=>e.route).filter(Boolean),e)})}let o={},s=new Rx(yb(e.routes,a,void 0,o)),c=e.basename||`/`;c.startsWith(`/`)||(c=`/${c}`);let l=e.dataStrategy||nS,u={...e.future},d=null,f=new Set,p=null,m=null,h=null,g=null,_=e.hydrationData!=null,v=Sb(s.activeRoutes,e.history.location,c,!1,s.branches),y=!1,b=null,x,S;if(v==null&&!e.patchRoutesOnNavigation){let t=ES(404,{pathname:e.history.location.pathname}),{matches:n,route:r}=TS(s.activeRoutes);x=!0,S=!x,v=n,b={[r.id]:t}}else if(v&&!e.hydrationData&&Ye(v,s.activeRoutes,e.history.location.pathname).active&&(v=null),!v){x=!1,S=!x,v=[];let t=Ye(null,s.activeRoutes,e.history.location.pathname);t.active&&t.matches&&(y=!0,v=t.matches)}else if(v.some(e=>e.route.lazy))x=!1,S=!x;else if(!v.some(e=>Wx(e.route)))x=!0,S=!x;else{let t=e.hydrationData?e.hydrationData.loaderData:null,n=e.hydrationData?e.hydrationData.errors:null,r=v;if(n){let e=v.findIndex(e=>n[e.route.id]!==void 0);r=r.slice(0,e+1)}S=!1,x=!0,r.forEach(e=>{let r=Gx(e.route,t,n);S||=r.renderFallback,x&&=!r.shouldLoad})}let C,w={historyAction:e.history.action,location:e.history.location,matches:v,initialized:x,renderFallback:S,navigation:Nx,restoreScrollPosition:e.hydrationData==null?null:!1,preventScrollReset:!1,revalidation:`idle`,loaderData:e.hydrationData&&e.hydrationData.loaderData||{},actionData:e.hydrationData&&e.hydrationData.actionData||null,errors:e.hydrationData&&e.hydrationData.errors||b,fetchers:new Map,blockers:new Map},T=`POP`,E=null,D=!1,O,k=!1,A=new Map,ee=null,j=!1,M=!1,N=new Set,te=new Map,P=0,ne=-1,re=new Map,ie=new Set,ae=new Map,oe=new Map,se=new Set,ce=new Map,le,ue=null;function de(){if(d=e.history.listen(({action:t,location:n,delta:r})=>{if(le){le(),le=void 0;return}ib(ce.size===0||r!=null,"You are trying to use a blocker on a POP navigation to a location that was not created by @remix-run/router. This will fail silently in production. This can happen if you are navigating outside the router via `window.history.pushState`/`window.location.hash` instead of using router navigation APIs. This can also happen if you are using createHashRouter and the user manually changes the URL.");let i=Ue({currentLocation:w.location,nextLocation:n,historyAction:t});if(i&&r!=null){let t=new Promise(e=>{le=e});e.history.go(r*-1),He(i,{state:`blocked`,location:n,proceed(){He(i,{state:`proceeding`,proceed:void 0,reset:void 0,location:n}),t.then(()=>e.history.go(r))},reset(){let e=new Map(w.blockers);e.set(i,Fx),me({blockers:e})}}),E?.resolve(),E=null;return}return ve(t,n)}),n){ZS(t,A);let e=()=>QS(t,A);t.addEventListener(`pagehide`,e),ee=()=>t.removeEventListener(`pagehide`,e)}return w.initialized||ve(`POP`,w.location,{initialHydration:!0}),C}function fe(){d&&d(),ee&&ee(),f.clear(),O&&O.abort(),w.fetchers.forEach((e,t)=>Pe(w.fetchers,t)),w.blockers.forEach((e,t)=>Ve(t))}function pe(e){if(f.add(e),p){let{newErrors:t}=p;p=null,e(w,{deletedFetchers:[],newErrors:t,viewTransitionOpts:void 0,flushSync:!1})}return()=>f.delete(e)}function me(e,t={}){e.matches&&=e.matches.map(e=>{let t=o[e.route.id],n=e.route;return n.element!==t.element||n.errorElement!==t.errorElement||n.hydrateFallbackElement!==t.hydrateFallbackElement?{...e,route:t}:e}),w={...w,...e};let n=[],r=[];w.fetchers.forEach((e,t)=>{e.state===`idle`&&(se.has(t)?n.push(t):r.push(t))}),se.forEach(e=>{!w.fetchers.has(e)&&!te.has(e)&&n.push(e)}),f.size===0&&(p={newErrors:e.errors??null}),[...f].forEach(r=>r(w,{deletedFetchers:n,newErrors:e.errors??null,viewTransitionOpts:t.viewTransitionOpts,flushSync:t.flushSync===!0})),n.forEach(e=>Pe(w.fetchers,e)),r.forEach(e=>w.fetchers.delete(e))}function he(t,n,{flushSync:r}={}){let i=w.actionData!=null&&w.navigation.formMethod!=null&&VS(w.navigation.formMethod)&&w.navigation.state===`loading`&&t.state?._isRedirect!==!0,a;a=n.actionData?Object.keys(n.actionData).length>0?n.actionData:null:i?w.actionData:null;let o=n.loaderData?SS(w.loaderData,n.loaderData,n.matches||[],n.errors):w.loaderData,c=w.blockers;c.size>0&&!j&&(c=new Map(c),c.forEach((e,t)=>c.set(t,Fx)));let l=j?!1:Je(t,n.matches||w.matches),u=D===!0||w.navigation.formMethod!=null&&VS(w.navigation.formMethod)&&t.state?._isRedirect!==!0;s.commitHmrRoutes(),j||T===`POP`||(T===`PUSH`?e.history.push(t,t.state):T===`REPLACE`&&e.history.replace(t,t.state));let d;if(T===`POP`){let e=A.get(w.location.pathname);e&&e.has(t.pathname)?d={currentLocation:w.location,nextLocation:t}:A.has(t.pathname)&&(d={currentLocation:t,nextLocation:w.location})}else if(k){let e=A.get(w.location.pathname);e?e.add(t.pathname):(e=new Set([t.pathname]),A.set(w.location.pathname,e)),d={currentLocation:w.location,nextLocation:t}}me({...n,actionData:a,loaderData:o,historyAction:T,location:t,initialized:!0,renderFallback:!1,navigation:Nx,revalidation:`idle`,restoreScrollPosition:l,preventScrollReset:u,blockers:c},{viewTransitionOpts:d,flushSync:r===!0}),T=`POP`,D=!1,k=!1,j=!1,M=!1,E?.resolve(),E=null,ue?.resolve(),ue=null}async function ge(t,n){if(E?.resolve(),E=null,typeof t==`number`){E||=$S();let n=E.promise;return e.history.go(t),n}let r=yx(C),{path:i,submission:a,error:o}=Hx(!1,Vx(w.location,w.matches,c,t,n?.fromRouteId,n?.relative),n),s;n?.mask&&(s={pathname:``,search:``,hash:``,...typeof n.mask==`string`?lb(n.mask):{...w.location.mask,...n.mask}});let l=w.location,u=sb(l,i,n&&n.state,void 0,s);u={...u,...e.history.encodeLocation(u)};let d=n&&n.replace!=null?n.replace:void 0,f=`PUSH`;d===!0?f=`REPLACE`:d===!1||a!=null&&VS(a.formMethod)&&a.formAction===w.location.pathname+w.location.search&&(f=`REPLACE`);let p=n&&`preventScrollReset`in n?n.preventScrollReset===!0:void 0,m=(n&&n.flushSync)===!0,h=Ue({currentLocation:l,nextLocation:u,historyAction:f});if(h){He(h,{state:`blocked`,location:u,proceed(){He(h,{state:`proceeding`,proceed:void 0,reset:void 0,location:u}),ge(t,n)},reset(){let e=new Map(w.blockers);e.set(h,Fx),me({blockers:e})}});return}await ve(f,u,{submission:a,pendingError:o,preventScrollReset:p,replace:n&&n.replace,enableViewTransition:n&&n.viewTransition,flushSync:m,callSiteDefaultShouldRevalidate:n&&n.defaultShouldRevalidate,instrumentationNavigateMetaReceiver:r})}function _e(){ue||=$S(),ke(),me({revalidation:`loading`});let e=ue.promise;return w.navigation.state===`submitting`?e:w.navigation.state===`idle`?(ve(w.historyAction,w.location,{startUninterruptedRevalidation:!0}),e):(ve(T||w.historyAction,w.navigation.location,{overrideNavigation:w.navigation,enableViewTransition:k===!0}),e)}async function ve(t,n,r){O&&O.abort(),O=null,T=t,j=(r&&r.startUninterruptedRevalidation)===!0,qe(w.location,w.matches),D=(r&&r.preventScrollReset)===!0,k=(r&&r.enableViewTransition)===!0;let i=s.activeRoutes,a=r?.initialHydration&&w.matches&&w.matches.length>0&&!y?w.matches:Sb(i,n,c,!1,s.branches),o=(r&&r.flushSync)===!0;if(a&&w.initialized&&!M&&kS(w.location,n)&&!(r&&r.submission&&VS(r.submission.formMethod))){he(n,{matches:a},{flushSync:o});return}let l=Ye(a,i,n.pathname);if(l.active&&l.matches&&(a=l.matches),r?.instrumentationNavigateMetaReceiver){let t=WS(e.history,n,a);r.instrumentationNavigateMetaReceiver(t)}if(!a){let{error:e,notFoundMatches:t,route:r}=We(n.pathname);he(n,{matches:t,loaderData:{},errors:{[r.id]:e}},{flushSync:o});return}let u=r&&r.overrideNavigation?{...r.overrideNavigation,matches:a,historyAction:t}:void 0;O=new AbortController;let d=_S(e.history,n,O.signal,r&&r.submission),f=e.getContext?await e.getContext():new fb,p;if(r&&r.pendingError)p=[wS(a).route.id,{type:`error`,error:r.pendingError}];else if(r&&r.submission&&VS(r.submission.formMethod)){let i=await ye(d,n,r.submission,a,t,f,l.active,r&&r.initialHydration===!0,{replace:r.replace,flushSync:o});if(i.shortCircuited)return;if(i.pendingActionResult){let[e,t]=i.pendingActionResult;if(PS(t)&&sx(t.error)&&t.error.status===404){O=null,he(n,{matches:i.matches,loaderData:{},errors:{[e]:t.error}});return}}a=i.matches||a,p=i.pendingActionResult,u=KS(n,a,t,r.submission),o=!1,l.active=!1,d=_S(e.history,d.url,d.signal)}let{shortCircuited:m,matches:h,loaderData:g,errors:_,workingFetchers:v}=await be(d,n,a,t,f,l.active,u,r&&r.submission,r&&r.fetcherSubmission,r&&r.replace,r&&r.initialHydration===!0,o,p,r&&r.callSiteDefaultShouldRevalidate);m||(O=null,he(n,{matches:h||a,...CS(p),loaderData:g,errors:_,...v?{fetchers:v}:{}}))}async function ye(t,n,i,l,u,d,f,p,m={}){if(ke(),me({navigation:qS(n,l,u,i)},{flushSync:m.flushSync===!0}),f){let e=await Xe(l,n.pathname,t.signal);if(e.type===`aborted`)return{shortCircuited:!0};if(e.type===`error`){if(e.partialMatches.length===0){let{matches:t,route:n}=TS(s.activeRoutes);return{matches:t,pendingActionResult:[n.id,{type:`error`,error:e.error}]}}let t=wS(e.partialMatches).route.id;return{matches:e.partialMatches,pendingActionResult:[t,{type:`error`,error:e.error}]}}else if(e.matches)l=e.matches;else{let{notFoundMatches:e,error:t,route:r}=We(n.pathname);return{matches:e,pendingActionResult:[r.id,{type:`error`,error:t}]}}}let h,g=US(l,n);if(!g.route.action&&!g.route.lazy)h={type:`error`,error:ES(405,{method:t.method,pathname:n.pathname,routeId:g.route.id})};else{let e=await De(t,n,cS(a,o,t,n,l,g,p?[]:r,d),d,null);if(h=e[g.route.id],!h){for(let t of l)if(e[t.route.id]){h=e[t.route.id];break}}if(t.signal.aborted)return{shortCircuited:!0}}if(FS(h)){let n;return n=m&&m.replace!=null?m.replace:gS(h.response.headers.get(`Location`),new URL(t.url),c,e.history)===w.location.pathname+w.location.search,await Ee(t,h,!0,{submission:i,replace:n}),{shortCircuited:!0}}if(PS(h)){let e=wS(l,g.route.id);return(m&&m.replace)!==!0&&(T=`PUSH`),{matches:l,pendingActionResult:[e.route.id,h,g.route.id]}}return{matches:l,pendingActionResult:[g.route.id,h]}}async function be(t,n,i,l,u,d,f,p,m,h,g,_,v,y){let b=f||KS(n,i,l,p),x=p||m||GS(b),S=!j&&!g;if(d){if(S){let e=xe(v);me({navigation:b,...e===void 0?{}:{actionData:e}},{flushSync:_})}let e=await Xe(i,n.pathname,t.signal);if(e.type===`aborted`)return{shortCircuited:!0};if(e.type===`error`){if(e.partialMatches.length===0){let{matches:t,route:n}=TS(s.activeRoutes);return{matches:t,loaderData:{},errors:{[n.id]:e.error}}}let t=wS(e.partialMatches).route.id;return{matches:e.partialMatches,loaderData:{},errors:{[t]:e.error}}}else if(e.matches)i=e.matches;else{let{error:e,notFoundMatches:t,route:r}=We(n.pathname);return{matches:t,loaderData:{},errors:{[r.id]:e}}}}let C=s.activeRoutes,{dsMatches:T,revalidatingFetchers:E}=Ux(t,u,a,o,e.history,w,i,x,n,g?[]:r,g===!0,M,N,se,ae,ie,C,c,e.patchRoutesOnNavigation!=null,s.branches,v,y);if(ne=++P,!e.dataStrategy&&!T.some(e=>e.shouldLoad)&&!T.some(e=>e.route.middleware&&e.route.middleware.length>0)&&E.length===0){let e=new Map(w.fetchers),t=Re(e);return he(n,{matches:i,loaderData:{},errors:v&&PS(v[1])?{[v[0]]:v[1].error}:null,...CS(v),...t?{fetchers:e}:{}},{flushSync:_}),{shortCircuited:!0}}if(S){let e={};if(!d){e.navigation=b;let t=xe(v);t!==void 0&&(e.actionData=t)}E.length>0&&(e.fetchers=Se(E)),me(e,{flushSync:_})}E.forEach(e=>{Ie(e.key),e.controller&&te.set(e.key,e.controller)});let D=()=>E.forEach(e=>Ie(e.key));O&&O.signal.addEventListener(`abort`,D);let{loaderResults:k,fetcherResults:A}=await Oe(T,E,t,n,u);if(t.signal.aborted)return{shortCircuited:!0};O&&O.signal.removeEventListener(`abort`,D),E.forEach(e=>te.delete(e.key));let ee=DS(k);if(ee)return await Ee(t,ee.result,!0,{replace:h}),{shortCircuited:!0};if(ee=DS(A),ee)return ie.add(ee.key),await Ee(t,ee.result,!0,{replace:h}),{shortCircuited:!0};let re=new Map(w.fetchers),{loaderData:oe,errors:ce}=xS(w,i,k,v,E,A,re);g&&w.errors&&(ce={...w.errors,...ce});let le=Re(re),ue=ze(ne,re),de=le||ue||E.length>0;return{matches:i,loaderData:oe,errors:ce,...de?{workingFetchers:re}:{}}}function xe(e){if(e&&!PS(e[1]))return{[e[0]]:e[1].data};if(w.actionData)return Object.keys(w.actionData).length===0?null:w.actionData}function Se(e){let t=new Map(w.fetchers);return e.forEach(e=>{let n=t.get(e.key),r=JS(void 0,n?n.data:void 0);t.set(e.key,r)}),t}async function Ce(t,n,r,i){Ie(t);let a=(i&&i.flushSync)===!0,o=yx(C),l=s.activeRoutes,u=Vx(w.location,w.matches,c,r,n,i?.relative),d=Sb(l,u,c,!1,s.branches),f=Ye(d,l,u);if(f.active&&f.matches&&(d=f.matches),o&&o(WS(e.history,u,d)),!d){je(t,n,ES(404,{pathname:u}),{flushSync:a});return}let{path:p,submission:m,error:h}=Hx(!0,u,i);if(h){je(t,n,h,{flushSync:a});return}let g=e.getContext?await e.getContext():new fb,_=(i&&i.preventScrollReset)===!0;if(m&&VS(m.formMethod)){await we(t,n,p,d,g,f.active,a,_,m,i&&i.defaultShouldRevalidate);return}ae.set(t,{routeId:n,path:p}),await Te(t,n,p,d,g,f.active,a,_,m)}async function we(t,n,i,l,u,d,f,p,m,h){ke(),ae.delete(t),Ae(t,YS(m,w.fetchers.get(t)),{flushSync:f});let g=new AbortController,_=_S(e.history,i,g.signal,m);if(d){let e=await Xe(l,new URL(_.url).pathname,_.signal,t);if(e.type===`aborted`)return;if(e.type===`error`){je(t,n,e.error,{flushSync:f});return}else if(e.matches)l=e.matches;else{je(t,n,ES(404,{pathname:i}),{flushSync:f});return}}let v=US(l,i);if(!v.route.action&&!v.route.lazy){je(t,n,ES(405,{method:m.formMethod,pathname:i,routeId:n}),{flushSync:f});return}te.set(t,g);let y=P,b=cS(a,o,_,i,l,v,r,u),x=await De(_,i,b,u,t),S=x[v.route.id];if(!S){for(let e of b)if(x[e.route.id]){S=x[e.route.id];break}}if(_.signal.aborted){te.get(t)===g&&te.delete(t);return}if(se.has(t)){if(FS(S)||PS(S)){Ae(t,XS(void 0));return}}else{if(FS(S))if(te.delete(t),ne>y){Ae(t,XS(void 0));return}else return ie.add(t),Ae(t,JS(m)),Ee(_,S,!1,{fetcherSubmission:m,preventScrollReset:p});if(PS(S)){je(t,n,S.error);return}}let C=w.navigation.location||w.location,E=_S(e.history,C,g.signal),D=s.activeRoutes,k=w.navigation.state===`idle`?w.matches:Sb(D,w.navigation.location,c,!1,s.branches);rb(k,`Didn't find any matches after fetcher action`);let A=++P;re.set(t,A);let{dsMatches:ee,revalidatingFetchers:j}=Ux(E,u,a,o,e.history,w,k,m,C,r,!1,M,N,se,ae,ie,D,c,e.patchRoutesOnNavigation!=null,s.branches,[v.route.id,S],h),oe=JS(m,S.data),ce=new Map(w.fetchers);ce.set(t,oe),j.filter(e=>e.key!==t).forEach(e=>{let t=e.key,n=ce.get(t),r=JS(void 0,n?n.data:void 0);ce.set(t,r),Ie(t),e.controller&&te.set(t,e.controller)}),me({fetchers:ce});let le=()=>j.forEach(e=>Ie(e.key));g.signal.addEventListener(`abort`,le);let{loaderResults:ue,fetcherResults:de}=await Oe(ee,j,E,C,u);if(g.signal.aborted)return;g.signal.removeEventListener(`abort`,le),re.delete(t),te.delete(t),j.forEach(e=>te.delete(e.key));let fe=w.fetchers.has(t),pe=e=>{if(!fe)return e;let n=new Map(e.fetchers);return n.set(t,XS(S.data)),{...e,fetchers:n}},ge=DS(ue);if(ge)return w=pe(w),Ee(E,ge.result,!1,{preventScrollReset:p});if(ge=DS(de),ge)return ie.add(ge.key),w=pe(w),Ee(E,ge.result,!1,{preventScrollReset:p});let _e=new Map(w.fetchers);fe&&_e.set(t,XS(S.data));let{loaderData:ve,errors:ye}=xS(w,k,ue,void 0,j,de,_e);ze(A,_e),w.navigation.state===`loading`&&A>ne?(rb(T,`Expected pending action`),O&&O.abort(),he(w.navigation.location,{matches:k,loaderData:ve,errors:ye,fetchers:_e})):(me({errors:ye,loaderData:SS(w.loaderData,ve,k,ye),fetchers:_e}),M=!1)}async function Te(t,n,i,s,c,l,u,d,f){let p=w.fetchers.get(t);Ae(t,JS(f,p?p.data:void 0),{flushSync:u});let m=new AbortController,h=_S(e.history,i,m.signal);if(l){let e=await Xe(s,new URL(h.url).pathname,h.signal,t);if(e.type===`aborted`)return;if(e.type===`error`){je(t,n,e.error,{flushSync:u});return}else if(e.matches)s=e.matches;else{je(t,n,ES(404,{pathname:i}),{flushSync:u});return}}let g=US(s,i);te.set(t,m);let _=P,v=await De(h,i,cS(a,o,h,i,s,g,r,c),c,t),y=v[g.route.id];if(!y){for(let e of s)if(v[e.route.id]){y=v[e.route.id];break}}if(te.get(t)===m&&te.delete(t),!h.signal.aborted){if(se.has(t)){Ae(t,XS(void 0));return}if(FS(y))if(ne>_){Ae(t,XS(void 0));return}else{ie.add(t),await Ee(h,y,!1,{preventScrollReset:d});return}if(PS(y)){je(t,n,y.error);return}Ae(t,XS(y.data))}}async function Ee(r,i,a,{submission:o,fetcherSubmission:s,preventScrollReset:l,replace:u}={}){a||(E?.resolve(),E=null),i.response.headers.has(`X-Remix-Revalidate`)&&(M=!0);let d=i.response.headers.get(`Location`);rb(d,`Expected a Location header on the redirect Response`),d=gS(d,new URL(r.url),c,e.history);let f=sb(w.location,d,{_isRedirect:!0});if(n){let e=!1;if(i.response.headers.has(`X-Remix-Reload-Document`))e=!0;else if(Kb(d)){let n=db(t,d,!0);e=n.origin!==t.location.origin||Wb(n.pathname,c)==null}if(e){u?t.location.replace(d):t.location.assign(d);return}}O=null;let p=u===!0||i.response.headers.has(`X-Remix-Replace`)?`REPLACE`:`PUSH`,{formMethod:m,formAction:h,formEncType:g}=w.navigation;!o&&!s&&m&&h&&g&&(o=GS(w.navigation));let _=o||s;Mx.has(i.response.status)&&_&&VS(_.formMethod)?await ve(p,f,{submission:{..._,formAction:d},preventScrollReset:l||D,enableViewTransition:a?k:void 0}):await ve(p,f,{overrideNavigation:KS(f,[],p,o),fetcherSubmission:s,preventScrollReset:l||D,enableViewTransition:a?k:void 0})}async function De(e,t,n,r,i){let a,o={};try{a=await lS(l,e,t,n,i,r,!1)}catch(e){return n.filter(e=>e.shouldLoad).forEach(t=>{o[t.route.id]={type:`error`,error:e}}),o}if(e.signal.aborted)return o;if(!VS(e.method))for(let e of n){if(a[e.route.id]?.type===`error`)break;!a.hasOwnProperty(e.route.id)&&!w.loaderData.hasOwnProperty(e.route.id)&&(!w.errors||!w.errors.hasOwnProperty(e.route.id))&&e.shouldCallHandler()&&(a[e.route.id]={type:`error`,result:Error(`No result returned from dataStrategy for route ${e.route.id}`)})}for(let[t,r]of Object.entries(a))if(NS(r)){let i=r.result;o[t]={type:`redirect`,response:pS(i,e,t,n,c)}}else o[t]=await fS(r);return o}async function Oe(e,t,n,r,i){let a=De(n,r,e,i,null),o=Promise.all(t.map(async e=>{if(e.matches&&e.match&&e.request&&e.controller){let t=(await De(e.request,e.path,e.matches,i,e.key))[e.match.route.id];return{[e.key]:t}}else return Promise.resolve({[e.key]:{type:`error`,error:ES(404,{pathname:e.path})}})}));return{loaderResults:await a,fetcherResults:(await o).reduce((e,t)=>Object.assign(e,t),{})}}function ke(){M=!0,ae.forEach((e,t)=>{te.has(t)&&N.add(t),Ie(t)})}function Ae(e,t,n={}){let r=new Map(w.fetchers);r.set(e,t),me({fetchers:r},{flushSync:(n&&n.flushSync)===!0})}function je(e,t,n,r={}){let i=wS(w.matches,t),a=new Map(w.fetchers);Pe(a,e),me({errors:{[i.route.id]:n},fetchers:a},{flushSync:(r&&r.flushSync)===!0})}function Me(e){return oe.set(e,(oe.get(e)||0)+1),se.has(e)&&se.delete(e),w.fetchers.get(e)||Px}function Ne(e,t){Ie(e,t?.reason),Ae(e,XS(null))}function Pe(e,t){let n=w.fetchers.get(t);te.has(t)&&!(n&&n.state===`loading`&&re.has(t))&&Ie(t),ae.delete(t),re.delete(t),ie.delete(t),se.delete(t),N.delete(t),e.delete(t)}function Fe(e){let t=(oe.get(e)||0)-1;t<=0?(oe.delete(e),se.add(e)):oe.set(e,t),me({fetchers:new Map(w.fetchers)})}function Ie(e,t){let n=te.get(e);n&&(n.abort(t),te.delete(e))}function Le(e,t){for(let n of e){let e=t.get(n);rb(e,`Expected fetcher: ${n}`);let r=XS(e.data);t.set(n,r)}}function Re(e){let t=[],n=!1;for(let r of ie){let i=e.get(r);rb(i,`Expected fetcher: ${r}`),i.state===`loading`&&(ie.delete(r),t.push(r),n=!0)}return Le(t,e),n}function ze(e,t){let n=[];for(let[r,i]of re)if(i<e){let e=t.get(r);rb(e,`Expected fetcher: ${r}`),e.state===`loading`&&(Ie(r),re.delete(r),n.push(r))}return Le(n,t),n.length>0}function Be(e,t){let n=w.blockers.get(e)||Fx;return ce.get(e)!==t&&ce.set(e,t),n}function Ve(e){w.blockers.delete(e),ce.delete(e)}function He(e,t){let n=w.blockers.get(e)||Fx;rb(n.state===`unblocked`&&t.state===`blocked`||n.state===`blocked`&&t.state===`blocked`||n.state===`blocked`&&t.state===`proceeding`||n.state===`blocked`&&t.state===`unblocked`||n.state===`proceeding`&&t.state===`unblocked`,`Invalid blocker state transition: ${n.state} -> ${t.state}`);let r=new Map(w.blockers);r.set(e,t),me({blockers:r})}function Ue({currentLocation:e,nextLocation:t,historyAction:n}){if(ce.size===0)return;ce.size>1&&ib(!1,`A router only supports one blocker at a time`);let r=Array.from(ce.entries()),[i,a]=r[r.length-1],o=w.blockers.get(i);if(!(o&&o.state===`proceeding`)&&a({currentLocation:e,nextLocation:t,historyAction:n}))return i}function We(e){let t=ES(404,{pathname:e}),n=s.activeRoutes,{matches:r,route:i}=TS(n);return{notFoundMatches:r,route:i,error:t}}function Ge(e,t,n){if(m=e,g=t,h=n||null,!_&&w.navigation===Nx){_=!0;let e=Je(w.location,w.matches);e!=null&&me({restoreScrollPosition:e})}return()=>{m=null,g=null,h=null}}function Ke(e,t){return h&&h(e,t.map(e=>Cb(e,w.loaderData)))||e.key}function qe(e,t){if(m&&g){let n=Ke(e,t);m[n]=g()}}function Je(e,t){if(m){let n=Ke(e,t),r=m[n];if(typeof r==`number`)return r}return null}function Ye(t,n,r){if(e.patchRoutesOnNavigation){let e=s.branches;if(!t)return{active:!0,matches:Sb(n,r,c,!0,e)||[]};if(Object.keys(t[0].params).length>0)return{active:!0,matches:Sb(n,r,c,!0,e)}}return{active:!1,matches:null}}async function Xe(t,n,r,i){if(!e.patchRoutesOnNavigation)return{type:`success`,matches:t};let l=t;for(;;){let t=o;try{await e.patchRoutesOnNavigation({signal:r,path:n,matches:l,fetcherKey:i,patch:(e,n)=>{r.aborted||Yx(e,n,s,t,a,!1)}})}catch(e){return{type:`error`,error:e,partialMatches:l}}if(r.aborted)return{type:`aborted`};let u=s.branches,d=Sb(s.activeRoutes,n,c,!1,u),f=null;if(d&&(Object.keys(d[0].params).length===0||(f=Sb(s.activeRoutes,n,c,!0,u),!(f&&l.length<f.length&&Ze(l,f.slice(0,l.length))))))return{type:`success`,matches:d};if(f||=Sb(s.activeRoutes,n,c,!0,u),!f||Ze(l,f))return{type:`success`,matches:null};l=f}}function Ze(e,t){return e.length===t.length&&e.every((e,n)=>e.route.id===t[n].route.id)}function Qe(e){o={},s.setHmrRoutes(yb(e,a,void 0,o))}function $e(e,t,n=!1){Yx(e,t,s,o,a,n),s.hasHMRRoutes||me({})}return C={get basename(){return c},get future(){return u},get state(){return w},get routes(){return s.stableRoutes},get branches(){return s.branches},get manifest(){return o},get window(){return t},initialize:de,subscribe:pe,enableScrollRestoration:Ge,navigate:ge,fetch:Ce,revalidate:_e,createHref:t=>e.history.createHref(t),encodeLocation:t=>e.history.encodeLocation(t),getFetcher:Me,resetFetcher:Ne,deleteFetcher:Fe,dispose:fe,getBlocker:Be,deleteBlocker:Ve,patchRoutes:$e,_internalFetchControllers:te,_internalSetRoutes:Qe,_internalSetStateDoNotUseOrYouWillBreakYourApp(e){me(e)}},e.instrumentations&&(C=hx(C,e.instrumentations.map(e=>e.router).filter(Boolean))),C}function Bx(e){return e!=null&&(`formData`in e&&e.formData!=null||`body`in e&&e.body!==void 0)}function Vx(e,t,n,r,i,a){let o,s;if(i){o=[];for(let e of t)if(o.push(e),e.route.id===i){s=e;break}}else o=t,s=t[t.length-1];let c=Qb(r||`.`,Zb(o),Wb(e.pathname,n)||e.pathname,a===`path`);if(r??(c.search=e.search,c.hash=e.hash),(r==null||r===``||r===`.`)&&s){let e=HS(c.search);if(s.route.index&&!e)c.search=c.search?c.search.replace(/^\?/,`?index&`):`?index`;else if(!s.route.index&&e){let e=new URLSearchParams(c.search),t=e.getAll(`index`);e.delete(`index`),t.filter(e=>e).forEach(t=>e.append(`index`,t));let n=e.toString();c.search=n?`?${n}`:``}}return n!==`/`&&(c.pathname=Gb({basename:n,pathname:c.pathname})),cb(c)}function Hx(e,t,n){if(!n||!Bx(n))return{path:t};if(n.formMethod&&!BS(n.formMethod))return{path:t,error:ES(405,{method:n.formMethod})};let r=()=>({path:t,error:ES(400,{type:`invalid-body`})}),i=(n.formMethod||`get`).toUpperCase(),a=OS(t);if(n.body!==void 0){if(n.formEncType===`text/plain`){if(!VS(i))return r();let e=typeof n.body==`string`?n.body:n.body instanceof FormData||n.body instanceof URLSearchParams?Array.from(n.body.entries()).reduce((e,[t,n])=>`${e}${t}=${n}\n`,``):String(n.body);return{path:t,submission:{formMethod:i,formAction:a,formEncType:n.formEncType,formData:void 0,json:void 0,text:e}}}else if(n.formEncType===`application/json`){if(!VS(i))return r();try{let e=typeof n.body==`string`?JSON.parse(n.body):n.body;return{path:t,submission:{formMethod:i,formAction:a,formEncType:n.formEncType,formData:void 0,json:e,text:void 0}}}catch{return r()}}}rb(typeof FormData==`function`,`FormData is not available in this environment`);let o,s;if(n.formData)o=vS(n.formData),s=n.formData;else if(n.body instanceof FormData)o=vS(n.body),s=n.body;else if(n.body instanceof URLSearchParams)o=n.body,s=yS(o);else if(n.body==null)o=new URLSearchParams,s=new FormData;else try{o=new URLSearchParams(n.body),s=yS(o)}catch{return r()}let c={formMethod:i,formAction:a,formEncType:n&&n.formEncType||`application/x-www-form-urlencoded`,formData:s,json:void 0,text:void 0};if(VS(c.formMethod))return{path:t,submission:c};let l=lb(t);return e&&l.search&&HS(l.search)&&o.append(`index`,``),l.search=`?${o}`,{path:cb(l),submission:c}}function Ux(e,t,n,r,i,a,o,s,c,l,u,d,f,p,m,h,g,_,v,y,b,x){let S=b?PS(b[1])?b[1].error:b[1].data:void 0,C=i.createURL(a.location),w=i.createURL(c),T;if(u&&a.errors){let e=Object.keys(a.errors)[0];T=o.findIndex(t=>t.route.id===e)}else if(b&&PS(b[1])){let e=b[0];T=o.findIndex(t=>t.route.id===e)-1}let E=b?b[1].statusCode:void 0,D=E&&E>=400,O={currentUrl:C,currentParams:a.matches[0]?.params||{},nextUrl:w,nextParams:o[0].params,...s,actionResult:S,actionStatus:E},k=cx(o),A=o.map((i,o)=>{let{route:s}=i,f=null;if(T!=null&&o>T)f=!1;else if(s.lazy)f=!0;else if(!Wx(s))f=!1;else if(u){let{shouldLoad:e}=Gx(s,a.loaderData,a.errors);f=e}else Kx(a.loaderData,a.matches[o],i)&&(f=!0);if(f!==null)return sS(n,r,e,c,k,i,l,t,f);let p=!1;typeof x==`boolean`?p=x:D?p=!1:d||C.pathname+C.search===w.pathname+w.search?p=!0:C.search===w.search?qx(a.matches[o],i)&&(p=!0):p=!0;let m={...O,defaultShouldRevalidate:p};return sS(n,r,e,c,k,i,l,t,Jx(i,m),m,x)}),ee=[];return m.forEach((e,s)=>{if(u||!o.some(t=>t.route.id===e.routeId)||p.has(s))return;let c=a.fetchers.get(s),m=c&&c.state!==`idle`&&c.data===void 0,b=Sb(g,e.path,_??`/`,!1,y);if(!b){if(v&&m)return;ee.push({key:s,routeId:e.routeId,path:e.path,matches:null,match:null,request:null,controller:null});return}if(h.has(s))return;let S=US(b,e.path),C=new AbortController,w=_S(i,e.path,C.signal),T=null;if(f.has(s))f.delete(s),T=cS(n,r,w,e.path,b,S,l,t);else if(m)d&&(T=cS(n,r,w,e.path,b,S,l,t));else{let i;i=typeof x==`boolean`?x:D?!1:d;let a={...O,defaultShouldRevalidate:i};Jx(S,a)&&(T=cS(n,r,w,e.path,b,S,l,t,a))}T&&ee.push({key:s,routeId:e.routeId,path:e.path,matches:T,match:S,request:w,controller:C})}),{dsMatches:A,revalidatingFetchers:ee}}function Wx(e){return e.loader!=null||e.middleware!=null&&e.middleware.length>0}function Gx(e,t,n){if(e.lazy)return{shouldLoad:!0,renderFallback:!0};if(!Wx(e))return{shouldLoad:!1,renderFallback:!1};let r=t!=null&&e.id in t,i=n!=null&&n[e.id]!==void 0;if(!r&&i)return{shouldLoad:!1,renderFallback:!1};if(typeof e.loader==`function`&&e.loader.hydrate===!0)return{shouldLoad:!0,renderFallback:!r};let a=!r&&!i;return{shouldLoad:a,renderFallback:a}}function Kx(e,t,n){let r=!t||n.route.id!==t.route.id,i=!e.hasOwnProperty(n.route.id);return r||i}function qx(e,t){let n=e.route.path;return e.pathname!==t.pathname||n!=null&&n.endsWith(`*`)&&e.params[`*`]!==t.params[`*`]}function Jx(e,t){if(e.route.shouldRevalidate){let n=e.route.shouldRevalidate(t);if(typeof n==`boolean`)return n}return t.defaultShouldRevalidate}function Yx(e,t,n,r,i,a){let o;if(e){let t=r[e];rb(t,`No route found to patch children into: routeId = ${e}`),t.children||=[],o=t.children}else o=n.activeRoutes;let s=[],c=[];if(t.forEach(e=>{let t=o.find(t=>Xx(e,t));t?c.push({existingRoute:t,newRoute:e}):s.push(e)}),s.length>0){let t=yb(s,i,[e||`_`,`patch`,String(o?.length||`0`)],r);o.push(...t)}if(a&&c.length>0)for(let e=0;e<c.length;e++){let{existingRoute:t,newRoute:n}=c[e],r=t,[a]=yb([n],i,[],{},!0);Object.assign(r,{element:a.element?a.element:r.element,errorElement:a.errorElement?a.errorElement:r.errorElement,hydrateFallbackElement:a.hydrateFallbackElement?a.hydrateFallbackElement:r.hydrateFallbackElement})}n.hasHMRRoutes||n.setRoutes([...n.activeRoutes])}function Xx(e,t){return`id`in e&&`id`in t&&e.id===t.id?!0:e.index===t.index&&e.path===t.path&&e.caseSensitive===t.caseSensitive?(!e.children||e.children.length===0)&&(!t.children||t.children.length===0)?!0:e.children?.every((e,n)=>t.children?.some(t=>Xx(e,t)))??!1:!1}var Zx=new WeakMap,Qx=({key:e,route:t,manifest:n,mapRouteProperties:r})=>{let i=n[t.id];if(rb(i,`No route found in manifest`),!i.lazy||typeof i.lazy!=`object`)return;let a=i.lazy[e];if(!a)return;let o=Zx.get(i);o||(o={},Zx.set(i,o));let s=o[e];if(s)return s;let c=(async()=>{let t=mb(e),n=i[e]!==void 0;if(t)ib(!t,`Route property `+e+` is not a supported lazy route property. This property will be ignored.`),o[e]=Promise.resolve();else if(n)ib(!1,`Route "${i.id}" has a static property "${e}" defined. The lazy property will be ignored.`);else{let t=await a();t!=null&&(Object.assign(i,{[e]:t}),Object.assign(i,r(i)))}typeof i.lazy==`object`&&(i.lazy[e]=void 0,Object.values(i.lazy).every(e=>e===void 0)&&(i.lazy=void 0))})();return o[e]=c,c},$x=new WeakMap;function eS(e,t,n,r,i){let a=n[e.id];if(rb(a,`No route found in manifest`),!e.lazy)return{lazyRoutePromise:void 0,lazyHandlerPromise:void 0};if(typeof e.lazy==`function`){let t=$x.get(a);if(t)return{lazyRoutePromise:t,lazyHandlerPromise:t};let n=(async()=>{rb(typeof e.lazy==`function`,`No lazy route function found`);let t=await e.lazy(),n={};for(let e in t){let r=t[e];if(r===void 0)continue;let i=gb(e),o=a[e]!==void 0;i?ib(!i,`Route property `+e+` is not a supported property to be returned from a lazy route function. This property will be ignored.`):o?ib(!o,`Route "${a.id}" has a static property "${e}" defined but its lazy function is also returning a value for this property. The lazy route property "${e}" will be ignored.`):n[e]=r}Object.assign(a,n),Object.assign(a,{...r(a),lazy:void 0})})();return $x.set(a,n),n.catch(()=>{}),{lazyRoutePromise:n,lazyHandlerPromise:n}}let o=Object.keys(e.lazy),s=[],c;for(let a of o){if(i&&i.includes(a))continue;let o=Qx({key:a,route:e,manifest:n,mapRouteProperties:r});o&&(s.push(o),a===t&&(c=o))}let l=s.length>0?Promise.all(s).then(()=>{}):void 0;return l?.catch(()=>{}),c?.catch(()=>{}),{lazyRoutePromise:l,lazyHandlerPromise:c}}async function tS(e){let t=e.matches.filter(e=>e.shouldLoad),n={};return(await Promise.all(t.map(e=>e.resolve()))).forEach((e,r)=>{n[t[r].route.id]=e}),n}async function nS(e){return e.matches.some(e=>e.route.middleware)?rS(e,()=>tS(e)):tS(e)}function rS(e,t){return iS(e,t,e=>{if(zS(e))throw e;return e},jS,n);async function n(t,n,r){if(r)return Object.assign(r.value,{[n]:{type:`error`,result:t}});{let{matches:r}=e,i=Math.min(Math.max(r.findIndex(e=>e.route.id===n),0),Math.max(r.findIndex(e=>e.shouldCallHandler()),0)),a=r[i].route.id;for(let e of r.slice(0,i+1))try{await e._lazyPromises?.route}catch{a=e.route.id;break}return{[wS(r,a).route.id]:{type:`error`,result:t}}}}}async function iS(e,t,n,r,i){let{matches:a,...o}=e;return await aS(o,a.flatMap(e=>e.route.middleware?e.route.middleware.map(t=>[e.route.id,t]):[]),t,n,r,i)}async function aS(e,t,n,r,i,a,o=0){let{request:s}=e;if(s.signal.aborted)throw s.signal.reason??Error(`Request aborted: ${s.method} ${s.url}`);let c=t[o];if(!c)return await n();let[l,u]=c,d,f=async()=>{if(d)throw Error("You may only call `next()` once per middleware");try{return d={value:await aS(e,t,n,r,i,a,o+1)},d.value}catch(e){return d={value:await a(e,l,d)},d.value}};try{let t=await u(e,f),n=t==null?void 0:r(t);return i(n)?n:d?n??d.value:(d={value:await f()},d.value)}catch(e){return await a(e,l,d)}}function oS(e,t,n,r,i){let a=Qx({key:`middleware`,route:r.route,manifest:t,mapRouteProperties:e}),o=eS(r.route,VS(n.method)?`action`:`loader`,t,e,i);return{middleware:a,route:o.lazyRoutePromise,handler:o.lazyHandlerPromise}}function sS(e,t,n,r,i,a,o,s,c,l=null,u){let d=!1,f=oS(e,t,n,a,o);return{...a,_lazyPromises:f,shouldLoad:c,shouldRevalidateArgs:l,shouldCallHandler(e){return d=!0,l?typeof u==`boolean`?Jx(a,{...l,defaultShouldRevalidate:u}):typeof e==`boolean`?Jx(a,{...l,defaultShouldRevalidate:e}):Jx(a,l):c},resolve(e){let{lazy:t,loader:o,middleware:l}=a.route,u=d||c||e&&!VS(n.method)&&(t||o),p=l&&l.length>0&&!o&&!t;return u&&(VS(n.method)||!p)?uS({request:n,path:r,pattern:i,match:a,lazyHandlerPromise:f?.handler,lazyRoutePromise:f?.route,handlerOverride:e,scopedContext:s}):Promise.resolve({type:`data`,result:void 0})}}}function cS(e,t,n,r,i,a,o,s,c=null){return i.map(l=>l.route.id===a.route.id?sS(e,t,n,r,cx(i),l,o,s,!0,c):{...l,shouldLoad:!1,shouldRevalidateArgs:c,shouldCallHandler:()=>!1,_lazyPromises:oS(e,t,n,l,o),resolve:()=>Promise.resolve({type:`data`,result:void 0})})}async function lS(e,t,n,r,i,a,o){r.some(e=>e._lazyPromises?.middleware)&&await Promise.all(r.map(e=>e._lazyPromises?.middleware));let s={request:t,url:lx(t,n),pattern:cx(r),params:r[0].params,context:a,matches:r},c=o?()=>{throw Error("You cannot call `runClientMiddleware()` from a static handler `dataStrategy`. Middleware is run outside of `dataStrategy` during SSR in order to bubble up the Response. You can enable middleware via the `respond` API in `query`/`queryRoute`")}:e=>{let t=s;return rS(t,()=>e({...t,fetcherKey:i,runClientMiddleware:()=>{throw Error("Cannot call `runClientMiddleware()` from within an `runClientMiddleware` handler")}}))},l=await e({...s,fetcherKey:i,runClientMiddleware:c});try{await Promise.all(r.flatMap(e=>[e._lazyPromises?.handler,e._lazyPromises?.route]))}catch{}return l}async function uS({request:e,path:t,pattern:n,match:r,lazyHandlerPromise:i,lazyRoutePromise:a,handlerOverride:o,scopedContext:s}){let c,l,u=VS(e.method),d=u?`action`:`loader`,f=i=>{let a,c=new Promise((e,t)=>a=t);l=()=>a(),e.signal.addEventListener(`abort`,l);let u=a=>typeof i==`function`?i({request:e,url:lx(e,t),pattern:n,params:r.params,context:s},...a===void 0?[]:[a]):Promise.reject(Error(`You cannot call the handler for a route which defines a boolean "${d}" [routeId: ${r.route.id}]`)),f=(async()=>{try{return{type:`data`,result:await(o?o(e=>u(e)):u())}}catch(e){return{type:`error`,result:e}}})();return Promise.race([f,c])};try{let t=u?r.route.action:r.route.loader;if(i||a)if(t){let e,[n]=await Promise.all([f(t).catch(t=>{e=t}),i,a]);if(e!==void 0)throw e;c=n}else{await i;let t=u?r.route.action:r.route.loader;if(t)[c]=await Promise.all([f(t),a]);else if(d===`action`){let t=new URL(e.url),n=t.pathname+t.search;throw ES(405,{method:e.method,pathname:n,routeId:r.route.id})}else return{type:`data`,result:void 0}}else if(t)c=await f(t);else{let t=new URL(e.url);throw ES(404,{pathname:t.pathname+t.search})}}catch(e){return{type:`error`,result:e}}finally{l&&e.signal.removeEventListener(`abort`,l)}return c}async function dS(e){let t=e.headers.get(`Content-Type`);return t&&/\bapplication\/json\b/.test(t)?e.body==null?null:e.json():e.text()}async function fS(e){let{result:t,type:n}=e;if(LS(t)){let e;try{e=await dS(t)}catch(e){return{type:`error`,error:e}}return n===`error`?{type:`error`,error:new ox(t.status,t.statusText,e),statusCode:t.status,headers:t.headers}:{type:`data`,data:e,statusCode:t.status,headers:t.headers}}return n===`error`?IS(t)?t.data instanceof Error?{type:`error`,error:t.data,statusCode:t.init?.status,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:`error`,error:AS(t),statusCode:sx(t)?t.status:void 0,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:`error`,error:t,statusCode:sx(t)?t.status:void 0}:IS(t)?{type:`data`,data:t.data,statusCode:t.init?.status,headers:t.init?.headers?new Headers(t.init.headers):void 0}:{type:`data`,data:t}}function pS(e,t,n,r,i){let a=e.headers.get(`Location`);if(rb(a,`Redirects returned/thrown from loaders/actions must have a Location header`),!Kb(a)){let o=r.slice(0,r.findIndex(e=>e.route.id===n)+1);a=Vx(new URL(t.url),o,i,a),e.headers.set(`Location`,a)}return e}var mS=[`about:`,`blob:`,`chrome:`,`chrome-untrusted:`,`content:`,`data:`,`devtools:`,`file:`,`filesystem:`,`javascript:`];function hS(e){try{return mS.includes(new URL(e).protocol)}catch{return!1}}function gS(e,t,n,r){if(Kb(e)){let r=e,i=Qy.test(r)?new URL($y(r,t.protocol)):new URL(r);if(hS(i.toString()))throw Error(`Invalid redirect location`);let a=Wb(i.pathname,n)!=null;if(i.origin===t.origin&&a)return $b(i.pathname)+i.search+i.hash}try{if(hS(r.createURL(e).toString()))throw Error(`Invalid redirect location`)}catch{}return e}function _S(e,t,n,r){let i=e.createURL(OS(t)).toString(),a={signal:n};if(r&&VS(r.formMethod)){let{formMethod:e,formEncType:t}=r;a.method=e.toUpperCase(),t===`application/json`?(a.headers=new Headers({"Content-Type":t}),a.body=JSON.stringify(r.json)):t===`text/plain`?a.body=r.text:t===`application/x-www-form-urlencoded`&&r.formData?a.body=vS(r.formData):a.body=r.formData}return new Request(i,a)}function vS(e){let t=new URLSearchParams;for(let[n,r]of e.entries())t.append(n,typeof r==`string`?r:r.name);return t}function yS(e){let t=new FormData;for(let[n,r]of e.entries())t.append(n,r);return t}function bS(e,t,n,r=!1,i=!1){let a={},o=null,s,c=!1,l={},u=n&&PS(n[1])?n[1].error:void 0;return e.forEach(n=>{if(!(n.route.id in t))return;let d=n.route.id,f=t[d];if(rb(!FS(f),`Cannot handle redirect results in processLoaderData`),PS(f)){let t=f.error;if(u!==void 0&&(t=u,u=void 0),o||={},i)o[d]=t;else{let n=wS(e,d);o[n.route.id]??(o[n.route.id]=t)}r||(a[d]=Lx),c||(c=!0,s=sx(f.error)?f.error.status:500),f.headers&&(l[d]=f.headers)}else a[d]=f.data,f.statusCode&&f.statusCode!==200&&!c&&(s=f.statusCode),f.headers&&(l[d]=f.headers)}),u!==void 0&&n&&(o={[n[0]]:u},n[2]&&(a[n[2]]=void 0)),{loaderData:a,errors:o,statusCode:s||200,loaderHeaders:l}}function xS(e,t,n,r,i,a,o){let{loaderData:s,errors:c}=bS(t,n,r);return i.filter(e=>!e.matches||e.matches.some(e=>e.shouldLoad)).forEach(t=>{let{key:n,match:r,controller:i}=t;if(i&&i.signal.aborted)return;let s=a[n];if(rb(s,`Did not find corresponding fetcher result`),PS(s)){let t=wS(e.matches,r?.route.id);c&&c[t.route.id]||(c={...c,[t.route.id]:s.error}),o.delete(n)}else if(FS(s))rb(!1,`Unhandled fetcher revalidation redirect`);else{let e=XS(s.data);o.set(n,e)}}),{loaderData:s,errors:c}}function SS(e,t,n,r){let i=Object.entries(t).filter(([,e])=>e!==Lx).reduce((e,[t,n])=>(e[t]=n,e),{});for(let a of n){let n=a.route.id;if(!t.hasOwnProperty(n)&&e.hasOwnProperty(n)&&a.route.loader&&(i[n]=e[n]),r&&r.hasOwnProperty(n))break}return i}function CS(e){return e?PS(e[1])?{actionData:{}}:{actionData:{[e[0]]:e[1].data}}:{}}function wS(e,t){return(t?e.slice(0,e.findIndex(e=>e.route.id===t)+1):[...e]).reverse().find(e=>e.route.ErrorBoundary!=null||e.route.errorElement!=null)||e[0]}function TS(e){let t=e.length===1?e[0]:e.find(e=>e.index||!e.path||e.path===`/`)||{id:`__shim-error-route__`};return{matches:[{params:{},pathname:``,pathnameBase:``,route:t}],route:t}}function ES(e,{pathname:t,routeId:n,method:r,type:i,message:a}={}){let o=`Unknown Server Error`,s=`Unknown @remix-run/router error`;return e===400?(o=`Bad Request`,r&&t&&n?s=`You made a ${r} request to "${t}" but did not provide a \`loader\` for route "${n}", so there is no way to handle the request.`:i===`invalid-body`&&(s=`Unable to encode submission body`)):e===403?(o=`Forbidden`,s=`Route "${n}" does not match URL "${t}"`):e===404?(o=`Not Found`,s=`No route matches URL "${t}"`):e===405&&(o=`Method Not Allowed`,r&&t&&n?s=`You made a ${r.toUpperCase()} request to "${t}" but did not provide an \`action\` for route "${n}", so there is no way to handle the request.`:r&&(s=`Invalid request method "${r.toUpperCase()}"`)),new ox(e||500,o,Error(s),!0)}function DS(e){let t=Object.entries(e);for(let e=t.length-1;e>=0;e--){let[n,r]=t[e];if(FS(r))return{key:n,result:r}}}function OS(e){return cb({...typeof e==`string`?lb(e):e,hash:``})}function kS(e,t){return e.pathname!==t.pathname||e.search!==t.search?!1:e.hash===``?t.hash!==``:e.hash===t.hash?!0:t.hash!==``}function AS(e){return new ox(e.init?.status??500,e.init?.statusText??`Internal Server Error`,e.data)}function jS(e){return typeof e==`object`&&!!e&&Object.entries(e).every(([e,t])=>typeof e==`string`&&MS(t))}function MS(e){return typeof e==`object`&&!!e&&`type`in e&&`result`in e&&(e.type===`data`||e.type===`error`)}function NS(e){return LS(e.result)&&jx.has(e.result.status)}function PS(e){return e.type===`error`}function FS(e){return(e&&e.type)===`redirect`}function IS(e){return typeof e==`object`&&!!e&&`type`in e&&`data`in e&&`init`in e&&e.type===`DataWithResponseInit`}function LS(e){return e!=null&&typeof e.status==`number`&&typeof e.statusText==`string`&&typeof e.headers==`object`&&e.body!==void 0}function RS(e){return jx.has(e)}function zS(e){return LS(e)&&RS(e.status)&&e.headers.has(`Location`)}function BS(e){return Ax.has(e.toUpperCase())}function VS(e){return Ox.has(e.toUpperCase())}function HS(e){return new URLSearchParams(e).getAll(`index`).some(e=>e===``)}function US(e,t){let n=typeof t==`string`?lb(t).search:t.search;if(e[e.length-1].route.index&&HS(n||``))return e[e.length-1];let r=Xb(e);return r[r.length-1]}function WS(e,t,n){return{url:lx(e.createURL(t),t),pattern:n?cx(n):``,params:n?.[0]?.params?{...n[0].params}:{}}}function GS(e){let{formMethod:t,formAction:n,formEncType:r,text:i,formData:a,json:o}=e;if(!(!t||!n||!r)){if(i!=null)return{formMethod:t,formAction:n,formEncType:r,formData:void 0,json:void 0,text:i};if(a!=null)return{formMethod:t,formAction:n,formEncType:r,formData:a,json:void 0,text:void 0};if(o!==void 0)return{formMethod:t,formAction:n,formEncType:r,formData:void 0,json:o,text:void 0}}}function KS(e,t,n,r){return r?{state:`loading`,location:e,matches:t,historyAction:n,formMethod:r.formMethod,formAction:r.formAction,formEncType:r.formEncType,formData:r.formData,json:r.json,text:r.text}:{state:`loading`,location:e,matches:t,historyAction:n,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0}}function qS(e,t,n,r){return{state:`submitting`,location:e,matches:t,historyAction:n,formMethod:r.formMethod,formAction:r.formAction,formEncType:r.formEncType,formData:r.formData,json:r.json,text:r.text}}function JS(e,t){return e?{state:`loading`,formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t}:{state:`loading`,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:t}}function YS(e,t){return{state:`submitting`,formMethod:e.formMethod,formAction:e.formAction,formEncType:e.formEncType,formData:e.formData,json:e.json,text:e.text,data:t?t.data:void 0}}function XS(e){return{state:`idle`,formMethod:void 0,formAction:void 0,formEncType:void 0,formData:void 0,json:void 0,text:void 0,data:e}}function ZS(e,t){try{let n=e.sessionStorage.getItem(Ix);if(n){let e=JSON.parse(n);for(let[n,r]of Object.entries(e||{}))r&&Array.isArray(r)&&t.set(n,new Set(r||[]))}}catch{}}function QS(e,t){if(t.size>0){let n={};for(let[e,r]of t)n[e]=[...r];try{e.sessionStorage.setItem(Ix,JSON.stringify(n))}catch(e){ib(!1,`Failed to save applied view transitions in sessionStorage (${e}).`)}}}function $S(){let e,t,n=new Promise((r,i)=>{e=async e=>{r(e);try{await n}catch{}},t=async e=>{i(e);try{await n}catch{}}});return{promise:n,resolve:e,reject:t}}var eC=z.createContext(null);eC.displayName=`DataRouter`;var tC=z.createContext(null);tC.displayName=`DataRouterState`;var nC=z.createContext(!1);function rC(){return z.useContext(nC)}var iC=z.createContext({isTransitioning:!1});iC.displayName=`ViewTransition`;var aC=z.createContext(new Map);aC.displayName=`Fetchers`;var oC=z.createContext(null);oC.displayName=`Await`;var sC=z.createContext(null);sC.displayName=`Navigation`;var cC=z.createContext(null);cC.displayName=`Location`;var lC=z.createContext({outlet:null,matches:[],isDataRoute:!1});lC.displayName=`Route`;var uC=z.createContext(null);uC.displayName=`RouteError`;var dC=`REACT_ROUTER_ERROR`,fC=`REDIRECT`,pC=`ROUTE_ERROR_RESPONSE`;function mC(e){if(e.startsWith(`${dC}:${fC}:{`))try{let t=JSON.parse(e.slice(28));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`&&typeof t.location==`string`&&typeof t.reloadDocument==`boolean`&&typeof t.replace==`boolean`)return t}catch{}}function hC(e){if(e.startsWith(`${dC}:${pC}:{`))try{let t=JSON.parse(e.slice(40));if(typeof t==`object`&&t&&typeof t.status==`number`&&typeof t.statusText==`string`)return new ox(t.status,t.statusText,t.data)}catch{}}function gC(e,{relative:t}={}){rb(_C(),`useHref() may be used only in the context of a <Router> component.`);let{basename:n,navigator:r}=z.useContext(sC),{hash:i,pathname:a,search:o}=TC(e,{relative:t}),s=a;return n!==`/`&&(s=a===`/`?n:ex([n,a])),r.createHref({pathname:s,search:o,hash:i})}function _C(){return z.useContext(cC)!=null}function vC(){return rb(_C(),`useLocation() may be used only in the context of a <Router> component.`),z.useContext(cC).location}var yC=`You should call navigate() in a React.useEffect(), not when your component is first rendered.`;function bC(){let{isDataRoute:e}=z.useContext(lC);return e?UC():xC()}function xC(){rb(_C(),`useNavigate() may be used only in the context of a <Router> component.`);let e=z.useContext(eC),{basename:t,navigator:n}=z.useContext(sC),{matches:r}=z.useContext(lC),{pathname:i}=vC(),a=JSON.stringify(Zb(r)),o=z.useRef(!1);return z.useLayoutEffect(()=>{o.current=!0}),z.useCallback((r,s={})=>{if(ib(o.current,yC),!o.current)return;if(typeof r==`number`){n.go(r);return}let c=Qb(r,JSON.parse(a),i,s.relative===`path`);e==null&&t!==`/`&&(c.pathname=c.pathname===`/`?t:ex([t,c.pathname])),(s.replace?n.replace:n.push)(c,s.state,s)},[t,n,a,i,e])}var SC=z.createContext(null);function CC(e){let t=z.useContext(lC).outlet;return z.useMemo(()=>t&&z.createElement(SC.Provider,{value:e},t),[t,e])}function wC(){let{matches:e}=z.useContext(lC);return e[e.length-1]?.params??{}}function TC(e,{relative:t}={}){let{matches:n}=z.useContext(lC),{pathname:r}=vC(),i=JSON.stringify(Zb(n));return z.useMemo(()=>Qb(e,JSON.parse(i),r,t===`path`),[e,i,r,t])}function EC(e,t,n){rb(_C(),`useRoutes() may be used only in the context of a <Router> component.`);let{navigator:r}=z.useContext(sC),{matches:i}=z.useContext(lC),a=i[i.length-1],o=a?a.params:{};a&&a.pathname;let s=a?a.pathnameBase:`/`;a&&a.route;let c=vC(),l;if(t){let e=typeof t==`string`?lb(t):t;rb(s===`/`||e.pathname?.startsWith(s),`When overriding the location using \`<Routes location>\` or \`useRoutes(routes, location)\`, the location pathname must begin with the portion of the URL pathname that was matched by all parent routes. The current pathname base is "${s}" but pathname "${e.pathname}" was given in the \`location\` prop.`),l=e}else l=c;let u=l.pathname||`/`,d=u;if(s!==`/`){let e=s.replace(/^\//,``).split(`/`);d=`/`+u.replace(/^\//,``).split(`/`).slice(e.length).join(`/`)}let f=n&&n.state.matches.length?n.state.matches.map(e=>Object.assign(e,{route:n.manifest[e.route.id]||e.route})):xb(e,{pathname:d}),p=NC(f&&f.map(e=>Object.assign({},e,{params:Object.assign({},o,e.params),pathname:ex([s,r.encodeLocation?r.encodeLocation(e.pathname.replace(/%/g,`%25`).replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathname]),pathnameBase:e.pathnameBase===`/`?s:ex([s,r.encodeLocation?r.encodeLocation(e.pathnameBase.replace(/%/g,`%25`).replace(/\?/g,`%3F`).replace(/#/g,`%23`)).pathname:e.pathnameBase])})),i,n);return t&&p?z.createElement(cC.Provider,{value:{location:{pathname:`/`,search:``,hash:``,state:null,key:`default`,mask:void 0,...l},navigationType:`POP`}},p):p}function DC(){let e=HC(),t=sx(e)?`${e.status} ${e.statusText}`:e instanceof Error?e.message:JSON.stringify(e),n=e instanceof Error?e.stack:null;return z.createElement(z.Fragment,null,z.createElement(`h2`,null,`Unexpected Application Error!`),z.createElement(`h3`,{style:{fontStyle:`italic`}},t),n?z.createElement(`pre`,{style:{padding:`0.5rem`,backgroundColor:`rgba(200,200,200, 0.5)`}},n):null,null)}var OC=z.createElement(DC,null),kC=class extends z.Component{constructor(e){super(e),this.state={location:e.location,revalidation:e.revalidation,error:e.error}}static contextType=nC;static getDerivedStateFromError(e){return{error:e}}static getDerivedStateFromProps(e,t){return t.location!==e.location||t.revalidation!==`idle`&&e.revalidation===`idle`?{error:e.error,location:e.location,revalidation:e.revalidation}:{error:e.error===void 0?t.error:e.error,location:t.location,revalidation:e.revalidation||t.revalidation}}componentDidCatch(e,t){this.props.onError?this.props.onError(e,t):console.error(`React Router caught the following error during render`,e)}render(){let e=this.state.error;if(this.context&&typeof e==`object`&&e&&`digest`in e&&typeof e.digest==`string`){let t=hC(e.digest);t&&(e=t)}let t=e===void 0?this.props.children:z.createElement(lC.Provider,{value:this.props.routeContext},z.createElement(uC.Provider,{value:e,children:this.props.component}));return this.context?z.createElement(jC,{error:e},t):t}},AC=new WeakMap;function jC({children:e,error:t}){let{basename:n}=z.useContext(sC);if(typeof t==`object`&&t&&`digest`in t&&typeof t.digest==`string`){let e=mC(t.digest);if(e){let r=AC.get(t);if(r)throw r;let i=dx(e.location,n),a=i.absoluteURL||i.to;if(hS(a))throw Error(`Invalid redirect location`);if(ux&&!AC.get(t))if(i.isExternal||e.reloadDocument)window.location.href=a;else{let n=Promise.resolve().then(()=>window.__reactRouterDataRouter.navigate(i.to,{replace:e.replace}));throw AC.set(t,n),n}return z.createElement(`meta`,{httpEquiv:`refresh`,content:`0;url=${a}`})}}return e}function MC({routeContext:e,match:t,children:n}){let r=z.useContext(eC);return r&&r.static&&r.staticContext&&(t.route.errorElement||t.route.ErrorBoundary)&&(r.staticContext._deepestRenderedBoundaryId=t.route.id),z.createElement(lC.Provider,{value:e},n)}function NC(e,t=[],n){let r=n?.state;if(e==null){if(!r)return null;if(r.errors)e=r.matches;else if(t.length===0&&!r.initialized&&r.matches.length>0)e=r.matches;else return null}let i=e,a=r?.errors;if(a!=null){let e=i.findIndex(e=>e.route.id&&a?.[e.route.id]!==void 0);rb(e>=0,`Could not find a matching route for errors on route IDs: ${Object.keys(a).join(`,`)}`),i=i.slice(0,Math.min(i.length,e+1))}let o=!1,s=-1;if(n&&r){o=r.renderFallback;for(let e=0;e<i.length;e++){let t=i[e];if((t.route.HydrateFallback||t.route.hydrateFallbackElement)&&(s=e),t.route.id){let{loaderData:e,errors:a}=r,c=t.route.loader&&!e.hasOwnProperty(t.route.id)&&(!a||a[t.route.id]===void 0);if(t.route.lazy||c){n.isStatic&&(o=!0),i=s>=0?i.slice(0,s+1):[i[0]];break}}}}let c=n?.onError,l=r&&c?(e,t)=>{c(e,{location:r.location,params:r.matches?.[0]?.params??{},pattern:cx(r.matches),errorInfo:t})}:void 0;return i.reduceRight((e,n,c)=>{let u,d=!1,f=null,p=null;r&&(u=a&&n.route.id?a[n.route.id]:void 0,f=n.route.errorElement||OC,o&&(s<0&&c===0?(GC(`route-fallback`,!1,"No `HydrateFallback` element provided to render during initial hydration"),d=!0,p=null):s===c&&(d=!0,p=n.route.hydrateFallbackElement||null)));let m=t.concat(i.slice(0,c+1)),h=()=>{let t;return t=u?f:d?p:n.route.Component?z.createElement(n.route.Component,null):n.route.element?n.route.element:e,z.createElement(MC,{match:n,routeContext:{outlet:e,matches:m,isDataRoute:r!=null},children:t})};return r&&(n.route.ErrorBoundary||n.route.errorElement||c===0)?z.createElement(kC,{location:r.location,revalidation:r.revalidation,component:f,error:u,children:h(),routeContext:{outlet:null,matches:m,isDataRoute:!0},onError:l}):h()},null)}function PC(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function FC(e){let t=z.useContext(eC);return rb(t,PC(e)),t}function IC(e){let t=z.useContext(tC);return rb(t,PC(e)),t}function LC(e){let t=z.useContext(lC);return rb(t,PC(e)),t}function RC(e){let t=LC(e),n=t.matches[t.matches.length-1];return rb(n.route.id,`${e} can only be used on routes that contain a unique "id"`),n.route.id}function zC(){return RC(`useRouteId`)}function BC(){let e=IC(`useNavigation`);return z.useMemo(()=>{let{matches:t,historyAction:n,...r}=e.navigation;return r},[e.navigation])}function VC(){let{matches:e,loaderData:t}=IC(`useMatches`);return z.useMemo(()=>e.map(e=>Cb(e,t)),[e,t])}function HC(){let e=z.useContext(uC),t=IC(`useRouteError`),n=RC(`useRouteError`);return e===void 0?t.errors?.[n]:e}function UC(){let{router:e}=FC(`useNavigate`),t=RC(`useNavigate`),n=z.useRef(!1);return z.useLayoutEffect(()=>{n.current=!0}),z.useCallback(async(r,i={})=>{ib(n.current,yC),n.current&&(typeof r==`number`?await e.navigate(r):await e.navigate(r,{fromRouteId:t,...i}))},[e,t])}var WC={};function GC(e,t,n){!t&&!WC[e]&&(WC[e]=!0,ib(!1,n))}var KC={};function qC(e,t){!e&&!KC[t]&&(KC[t]=!0,console.warn(t))}var JC=[`HydrateFallback`,`hydrateFallbackElement`],YC=class{status=`pending`;promise;resolve;reject;constructor(){this.promise=new Promise((e,t)=>{this.resolve=t=>{this.status===`pending`&&(this.status=`resolved`,e(t))},this.reject=e=>{this.status===`pending`&&(this.status=`rejected`,t(e))}})}};function XC({router:e,flushSync:t,onError:n,useTransitions:r}){r=rC()||r;let[i,a]=z.useState(e.state),[o,s]=(0,z.useOptimistic)(i),[c,l]=z.useState(),[u,d]=z.useState({isTransitioning:!1}),[f,p]=z.useState(),[m,h]=z.useState(),[g,_]=z.useState(),v=z.useRef(new Map),y=z.useCallback((i,{deletedFetchers:o,newErrors:c,flushSync:u,viewTransitionOpts:g})=>{c&&n&&Object.values(c).forEach(e=>n(e,{location:i.location,params:i.matches[0]?.params??{},pattern:cx(i.matches)})),i.fetchers.forEach((e,t)=>{e.data!==void 0&&v.current.set(t,e.data)}),o.forEach(e=>v.current.delete(e)),qC(u===!1||t!=null,'You provided the `flushSync` option to a router update, but you are not using the `<RouterProvider>` from `react-router/dom` so `ReactDOM.flushSync()` is unavailable. Please update your app to `import { RouterProvider } from "react-router/dom"` and ensure you have `react-dom` installed as a dependency to use the `flushSync` option.');let y=e.window!=null&&e.window.document!=null&&typeof e.window.document.startViewTransition==`function`;if(qC(g==null||y,"You provided the `viewTransition` option to a router update, but you do not appear to be running in a DOM environment as `window.startViewTransition` is not available."),!g||!y){t&&u?t(()=>a(i)):r===!1?a(i):z.startTransition(()=>{r===!0&&s(e=>ZC(e,i)),a(i)});return}if(t&&u){t(()=>{m&&(f?.resolve(),m.skipTransition()),d({isTransitioning:!0,flushSync:!0,currentLocation:g.currentLocation,nextLocation:g.nextLocation})});let n=e.window.document.startViewTransition(()=>{t(()=>a(i))});n.finished.finally(()=>{t(()=>{p(void 0),h(void 0),l(void 0),d({isTransitioning:!1})})}),t(()=>h(n));return}m?(f?.resolve(),m.skipTransition(),_({state:i,currentLocation:g.currentLocation,nextLocation:g.nextLocation})):(l(i),d({isTransitioning:!0,flushSync:!1,currentLocation:g.currentLocation,nextLocation:g.nextLocation}))},[e.window,t,m,f,r,s,n]);z.useLayoutEffect(()=>e.subscribe(y),[e,y]),z.useEffect(()=>{u.isTransitioning&&!u.flushSync&&p(new YC)},[u]),z.useEffect(()=>{if(f&&c&&e.window){let t=c,n=f.promise,i=e.window.document.startViewTransition(async()=>{r===!1?a(t):z.startTransition(()=>{r===!0&&s(e=>ZC(e,t)),a(t)}),await n});i.finished.finally(()=>{p(void 0),h(void 0),l(void 0),d({isTransitioning:!1})}),h(i)}},[c,f,e.window,r,s]),z.useEffect(()=>{f&&c&&o.location.key===c.location.key&&f.resolve()},[f,m,o.location,c]),z.useEffect(()=>{!u.isTransitioning&&g&&(l(g.state),d({isTransitioning:!0,flushSync:!1,currentLocation:g.currentLocation,nextLocation:g.nextLocation}),_(void 0))},[u.isTransitioning,g]);let b=z.useMemo(()=>({createHref:e.createHref,encodeLocation:e.encodeLocation,go:t=>e.navigate(t),push:(t,n,r)=>e.navigate(t,{state:n,preventScrollReset:r?.preventScrollReset}),replace:(t,n,r)=>e.navigate(t,{replace:!0,state:n,preventScrollReset:r?.preventScrollReset})}),[e]),x=e.basename||`/`,S=z.useMemo(()=>({router:e,navigator:b,static:!1,basename:x,onError:n}),[e,b,x,n]);return z.createElement(z.Fragment,null,z.createElement(eC.Provider,{value:S},z.createElement(tC.Provider,{value:o},z.createElement(aC.Provider,{value:v.current},z.createElement(iC.Provider,{value:u},z.createElement(tw,{basename:x,location:o.location,navigationType:o.historyAction,navigator:b,useTransitions:r},z.createElement(QC,{routes:e.routes,manifest:e.manifest,future:e.future,state:o,isStatic:!1,onError:n})))))),null)}function ZC(e,t){return{...e,navigation:t.navigation.state===`idle`?e.navigation:t.navigation,revalidation:t.revalidation===`idle`?e.revalidation:t.revalidation,actionData:t.navigation.state===`submitting`?e.actionData:t.actionData,fetchers:t.fetchers}}var QC=z.memo($C);function $C({routes:e,manifest:t,future:n,state:r,isStatic:i,onError:a}){return EC(e,void 0,{manifest:t,state:r,isStatic:i,onError:a,future:n})}function ew(e){return CC(e.context)}function tw({basename:e=`/`,children:t=null,location:n,navigationType:r=`POP`,navigator:i,static:a=!1,useTransitions:o}){rb(!_C(),`You cannot render a <Router> inside another <Router>. You should never have more than one in your app.`);let s=e.replace(/^\/*/,`/`),c=z.useMemo(()=>({basename:s,navigator:i,static:a,useTransitions:o,future:{}}),[s,i,a,o]);typeof n==`string`&&(n=lb(n));let{pathname:l=`/`,search:u=``,hash:d=``,state:f=null,key:p=`default`,mask:m}=n,h=z.useMemo(()=>{let e=Wb(l,s);return e==null?null:{location:{pathname:e,search:u,hash:d,state:f,key:p,mask:m},navigationType:r}},[s,l,u,d,f,p,r,m]);return ib(h!=null,`<Router basename="${s}"> is not able to match the URL "${l}${u}${d}" because it does not start with the basename, so the <Router> won't render anything.`),h==null?null:z.createElement(sC.Provider,{value:c},z.createElement(cC.Provider,{children:t,value:h}))}z.Component;var nw=`application/x-www-form-urlencoded`;function rw(e){return typeof HTMLElement<`u`&&e instanceof HTMLElement}function iw(e){return rw(e)&&e.tagName.toLowerCase()===`button`}function aw(e){return rw(e)&&e.tagName.toLowerCase()===`form`}function ow(e){return rw(e)&&e.tagName.toLowerCase()===`input`}function sw(e){return!!(e.metaKey||e.altKey||e.ctrlKey||e.shiftKey)}function cw(e,t){return e.button===0&&(!t||t===`_self`)&&!sw(e)}var lw=null;function uw(){if(lw===null)try{new FormData(document.createElement(`form`),0),lw=!1}catch{lw=!0}return lw}var dw=new Set([`application/x-www-form-urlencoded`,`multipart/form-data`,`text/plain`]);function fw(e){return e!=null&&!dw.has(e)?(ib(!1,`"${e}" is not a valid \`encType\` for \`<Form>\`/\`<fetcher.Form>\` and will default to "${nw}"`),null):e}function pw(e,t){let n,r,i,a,o;if(aw(e)){let o=e.getAttribute(`action`);r=o?Wb(o,t):null,n=e.getAttribute(`method`)||`get`,i=fw(e.getAttribute(`enctype`))||nw,a=new FormData(e)}else if(iw(e)||ow(e)&&(e.type===`submit`||e.type===`image`)){let o=e.form;if(o==null)throw Error(`Cannot submit a <button> or <input type="submit"> without a <form>`);let s=e.getAttribute(`formaction`)||o.getAttribute(`action`);if(r=s?Wb(s,t):null,n=e.getAttribute(`formmethod`)||o.getAttribute(`method`)||`get`,i=fw(e.getAttribute(`formenctype`))||fw(o.getAttribute(`enctype`))||nw,a=new FormData(o,e),!uw()){let{name:t,type:n,value:r}=e;if(n===`image`){let e=t?`${t}.`:``;a.append(`${e}x`,`0`),a.append(`${e}y`,`0`)}else t&&a.append(t,r)}}else if(rw(e))throw Error(`Cannot submit element that is not <form>, <button>, or <input type="submit|image">`);else n=`get`,r=null,i=nw,o=e;return a&&i===`text/plain`&&(o=a,a=void 0),{action:r,method:n.toLowerCase(),encType:i,formData:a,body:o}}function mw(e,t){if(e===!1||e==null)throw Error(t)}var hw={"&":`\\u0026`,">":`\\u003e`,"<":`\\u003c`,"\u2028":`\\u2028`,"\u2029":`\\u2029`},gw=/[&><\u2028\u2029]/g;function _w(e){return e.replace(gw,e=>hw[e])}function vw(e,t){let n=typeof e==`string`?new URL(e,typeof window>`u`?`server://singlefetch/`:window.location.origin):e;return n.pathname.endsWith(`/`)?n.pathname=`${n.pathname}_.${t}`:n.pathname=`${n.pathname}.${t}`,n}var yw=`modulepreload`,bw=function(e){return`/`+e},xw={},Sw=function(e,t,n){let r=Promise.resolve();if(t&&t.length>0){let e=document.getElementsByTagName(`link`),i=document.querySelector(`meta[property=csp-nonce]`),a=i?.nonce||i?.getAttribute(`nonce`);function o(e){return Promise.all(e.map(e=>Promise.resolve(e).then(e=>({status:`fulfilled`,value:e}),e=>({status:`rejected`,reason:e}))))}function s(e){return import.meta.resolve?import.meta.resolve(e):new URL(e,new URL(`../../../src/node/plugins/importAnalysisBuild.ts`,import.meta.url)).href}r=o(t.map(t=>{if(t=bw(t,n),t=s(t),t in xw)return;xw[t]=!0;let r=t.endsWith(`.css`);for(let n=e.length-1;n>=0;n--){let i=e[n];if(i.href===t&&(!r||i.rel===`stylesheet`))return}let i=document.createElement(`link`);if(i.rel=r?`stylesheet`:yw,r||(i.as=`script`),i.crossOrigin=``,i.href=t,a&&i.setAttribute(`nonce`,a),document.head.appendChild(i),r)return new Promise((e,n)=>{i.addEventListener(`load`,e),i.addEventListener(`error`,()=>n(Error(`Unable to preload CSS for ${t}`)))})}))}function i(e){let t=new Event(`vite:preloadError`,{cancelable:!0});if(t.payload=e,window.dispatchEvent(t),!t.defaultPrevented)throw e}return r.then(t=>{for(let e of t||[])e.status===`rejected`&&i(e.reason);return e().catch(i)})};async function Cw(e,t){if(e.id in t)return t[e.id];try{let n=await Sw(()=>import(e.module),[]);return t[e.id]=n,n}catch(t){return console.error(`Error loading route module \`${e.module}\`, reloading page...`),console.error(t),window.__reactRouterContext&&window.__reactRouterContext.isSpaMode,window.location.reload(),new Promise(()=>{})}}function ww(e){return e!=null&&typeof e.page==`string`}function Tw(e){return e==null?!1:e.href==null?e.rel===`preload`&&typeof e.imageSrcSet==`string`&&typeof e.imageSizes==`string`:typeof e.rel==`string`&&typeof e.href==`string`}async function Ew(e,t,n){return jw((await Promise.all(e.map(async e=>{let r=t.routes[e.route.id];if(r){let e=await Cw(r,n);return e.links?e.links():[]}return[]}))).flat(1).filter(Tw).filter(e=>e.rel===`stylesheet`||e.rel===`preload`).map(e=>e.rel===`stylesheet`?{...e,rel:`prefetch`,as:`style`}:{...e,rel:`prefetch`}))}function Dw(e,t,n,r,i,a){let o=(e,t)=>n[t]?e.route.id!==n[t].route.id:!0,s=(e,t)=>n[t].pathname!==e.pathname||n[t].route.path?.endsWith(`*`)&&n[t].params[`*`]!==e.params[`*`];return a===`assets`?t.filter((e,t)=>o(e,t)||s(e,t)):a===`data`?t.filter((t,a)=>{let c=r.routes[t.route.id];if(!c||!c.hasLoader)return!1;if(o(t,a)||s(t,a))return!0;if(t.route.shouldRevalidate){let r=t.route.shouldRevalidate({currentUrl:new URL(i.pathname+i.search+i.hash,window.origin),currentParams:n[0]?.params||{},nextUrl:new URL(e,window.origin),nextParams:t.params,defaultShouldRevalidate:!0});if(typeof r==`boolean`)return r}return!0}):[]}function Ow(e,t,{includeHydrateFallback:n}={}){return kw(e.map(e=>{let r=t.routes[e.route.id];if(!r)return[];let i=[r.module];return r.clientActionModule&&(i=i.concat(r.clientActionModule)),r.clientLoaderModule&&(i=i.concat(r.clientLoaderModule)),n&&r.hydrateFallbackModule&&(i=i.concat(r.hydrateFallbackModule)),r.imports&&(i=i.concat(r.imports)),i}).flat(1))}function kw(e){return[...new Set(e)]}function Aw(e){let t={},n=Object.keys(e).sort();for(let r of n)t[r]=e[r];return t}function jw(e,t){let n=new Set,r=new Set(t);return e.reduce((e,i)=>{if(t&&!ww(i)&&i.as===`script`&&i.href&&r.has(i.href))return e;let a=JSON.stringify(Aw(i));return n.has(a)||(n.add(a),e.push({key:a,link:i})),e},[])}function Mw(){let e=z.useContext(eC);return mw(e,`You must render this element inside a <DataRouterContext.Provider> element`),e}function Nw(){let e=z.useContext(tC);return mw(e,`You must render this element inside a <DataRouterStateContext.Provider> element`),e}var Pw=z.createContext(void 0);Pw.displayName=`FrameworkContext`;function Fw(){let e=z.useContext(Pw);return mw(e,`You must render this element inside a <HydratedRouter> element`),e}function Iw(e,t){let n=z.useContext(Pw),[r,i]=z.useState(!1),[a,o]=z.useState(!1),{onFocus:s,onBlur:c,onMouseEnter:l,onMouseLeave:u,onTouchStart:d}=t,f=z.useRef(null);z.useEffect(()=>{if(e===`render`&&o(!0),e===`viewport`){let e=new IntersectionObserver(e=>{e.forEach(e=>{o(e.isIntersecting)})},{threshold:.5});return f.current&&e.observe(f.current),()=>{e.disconnect()}}},[e]),z.useEffect(()=>{if(r){let e=setTimeout(()=>{o(!0)},100);return()=>{clearTimeout(e)}}},[r]);let p=()=>{i(!0)},m=()=>{i(!1),o(!1)};return n?e===`intent`?[a,f,{onFocus:Lw(s,p),onBlur:Lw(c,m),onMouseEnter:Lw(l,p),onMouseLeave:Lw(u,m),onTouchStart:Lw(d,p)}]:[a,f,{}]:[!1,f,{}]}function Lw(e,t){return n=>{e&&e(n),n.defaultPrevented||t(n)}}function Rw({page:e,...t}){let n=rC(),{nonce:r}=Fw(),{router:i}=Mw(),a=z.useMemo(()=>xb(i.routes,e,i.basename),[i.routes,e,i.basename]);return a?(t.nonce==null&&r&&(t={...t,nonce:r}),n?z.createElement(Bw,{page:e,matches:a,...t}):z.createElement(Vw,{page:e,matches:a,...t})):null}function zw(e){let{manifest:t,routeModules:n}=Fw(),[r,i]=z.useState([]);return z.useEffect(()=>{let r=!1;return Ew(e,t,n).then(e=>{r||i(e)}),()=>{r=!0}},[e,t,n]),r}function Bw({page:e,matches:t,...n}){let r=vC(),i=z.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=vw(e,`rsc`),i=!1,a=[];for(let e of t)typeof e.route.shouldRevalidate==`function`?i=!0:a.push(e.route.id);return i&&a.length>0&&n.searchParams.set(`_routes`,a.join(`,`)),[n.pathname+n.search]},[e,r,t]);return z.createElement(z.Fragment,null,i.map(e=>z.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})))}function Vw({page:e,matches:t,...n}){let r=vC(),{manifest:i,routeModules:a}=Fw(),{loaderData:o,matches:s}=Nw(),c=z.useMemo(()=>Dw(e,t,s,i,r,`data`),[e,t,s,i,r]),l=z.useMemo(()=>Dw(e,t,s,i,r,`assets`),[e,t,s,i,r]),u=z.useMemo(()=>{if(e===r.pathname+r.search+r.hash)return[];let n=new Set,s=!1;if(t.forEach(e=>{let t=i.routes[e.route.id];!t||!t.hasLoader||(!c.some(t=>t.route.id===e.route.id)&&e.route.id in o&&a[e.route.id]?.shouldRevalidate||t.hasClientLoader?s=!0:n.add(e.route.id))}),n.size===0)return[];let l=vw(e,`data`);return s&&n.size>0&&l.searchParams.set(`_routes`,t.filter(e=>n.has(e.route.id)).map(e=>e.route.id).join(`,`)),[l.pathname+l.search]},[o,r,i,c,t,e,a]),d=z.useMemo(()=>Ow(l,i),[l,i]),f=zw(l);return z.createElement(z.Fragment,null,u.map(e=>z.createElement(`link`,{key:e,rel:`prefetch`,as:`fetch`,href:e,...n})),d.map(e=>z.createElement(`link`,{key:e,rel:`modulepreload`,href:e,...n})),f.map(({key:e,link:t})=>z.createElement(`link`,{key:e,nonce:n.nonce,...t,crossOrigin:t.crossOrigin??n.crossOrigin})))}function Hw(...e){return t=>{e.forEach(e=>{typeof e==`function`?e(t):e!=null&&(e.current=t)})}}var Uw=typeof window<`u`&&window.document!==void 0&&window.document.createElement!==void 0;try{Uw&&(window.__reactRouterVersion=`8.3.0`)}catch{}function Ww(e,t){return zx({basename:t?.basename,getContext:t?.getContext,future:t?.future,history:nb({window:t?.window}),hydrationData:t?.hydrationData||Gw(),routes:e,mapRouteProperties:vb,hydrationRouteProperties:JC,dataStrategy:t?.dataStrategy,patchRoutesOnNavigation:t?.patchRoutesOnNavigation,window:t?.window,instrumentations:t?.instrumentations}).initialize()}function Gw(){let e=window?.__staticRouterHydrationData;return e&&e.errors&&(e={...e,errors:Kw(e.errors)}),e}function Kw(e){if(!e)return null;let t=Object.entries(e),n={};for(let[e,r]of t)if(r&&r.__type===`RouteErrorResponse`)n[e]=new ox(r.status,r.statusText,r.data,r.internal===!0);else if(r&&r.__type===`Error`){if(typeof r.__subType==`string`&&ax.includes(r.__subType)){let t=window[r.__subType];if(typeof t==`function`)try{let i=new t(r.message);i.stack=``,n[e]=i}catch{}}if(n[e]==null){let t=Error(r.message);t.stack=``,n[e]=t}}else n[e]=r;return n}function qw({basename:e,children:t,history:n,useTransitions:r}){let[i,a]=z.useState({action:n.action,location:n.location}),o=z.useCallback(e=>{r===!1?a(e):z.startTransition(()=>a(e))},[r]);return z.useLayoutEffect(()=>n.listen(o),[n,o]),z.createElement(tw,{basename:e,children:t,location:i.location,navigationType:i.action,navigator:n,useTransitions:r})}qw.displayName=`unstable_HistoryRouter`;var Jw=z.forwardRef(function({onClick:e,discover:t=`render`,prefetch:n=`none`,relative:r,reloadDocument:i,replace:a,mask:o,state:s,target:c,to:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f,...p},m){let{basename:h,navigator:g,useTransitions:_}=z.useContext(sC),v=typeof l==`string`&&Zy.test(l),y=dx(l,h);l=y.to;let b=gC(l,{relative:r}),x=vC(),S=null;if(o){let e=Qb(o,[],x.mask?x.mask.pathname:`/`,!0);h!==`/`&&(e.pathname=e.pathname===`/`?h:ex([h,e.pathname])),S=g.createHref(e)}let[C,w,T]=Iw(n,p),E=tT(l,{replace:a,mask:o,state:s,target:c,preventScrollReset:u,relative:r,viewTransition:d,defaultShouldRevalidate:f,useTransitions:_});function D(t){e&&e(t),t.defaultPrevented||E(t)}let O=!(y.isExternal||i),k=z.createElement(`a`,{...p,...T,href:(O?S:void 0)||y.absoluteURL||b,onClick:O?D:e,ref:Hw(m,w),target:c,"data-discover":!v&&t===`render`?`true`:void 0});return C&&!v?z.createElement(z.Fragment,null,k,z.createElement(Rw,{page:b})):k});Jw.displayName=`Link`;var Yw=z.forwardRef(function({"aria-current":e=`page`,caseSensitive:t=!1,className:n=``,end:r=!1,style:i,to:a,viewTransition:o,children:s,...c},l){let u=TC(a,{relative:c.relative}),d=vC(),f=z.useContext(tC),{navigator:p,basename:m}=z.useContext(sC),h=f!=null&&dT(u)&&o===!0,g=p.encodeLocation?p.encodeLocation(u).pathname:u.pathname,_=d.pathname,v=f&&f.navigation&&f.navigation.location?f.navigation.location.pathname:null;t||(_=_.toLowerCase(),v=v?v.toLowerCase():null,g=g.toLowerCase()),v&&m&&(v=Wb(v,m)||v);let y=g!==`/`&&g.endsWith(`/`)?g.length-1:g.length,b=_===g||!r&&_.startsWith(g)&&_.charAt(y)===`/`,x=v!=null&&(v===g||!r&&v.startsWith(g)&&v.charAt(y)===`/`),S={isActive:b,isPending:x,isTransitioning:h},C=b?e:void 0,w;w=typeof n==`function`?n(S):[n,b?`active`:null,x?`pending`:null,h?`transitioning`:null].filter(Boolean).join(` `);let T=typeof i==`function`?i(S):i;return z.createElement(Jw,{...c,"aria-current":C,className:w,ref:l,style:T,to:a,viewTransition:o},typeof s==`function`?s(S):s)});Yw.displayName=`NavLink`;var Xw=z.forwardRef(({discover:e=`render`,fetcherKey:t,navigate:n,reloadDocument:r,replace:i,state:a,method:o=`get`,action:s,onSubmit:c,relative:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f,...p},m)=>{let{useTransitions:h}=z.useContext(sC),g=iT(),_=aT(s,{relative:l}),v=o.toLowerCase()===`get`?`get`:`post`,y=typeof s==`string`&&Zy.test(s);return z.createElement(`form`,{ref:m,method:v,action:_,onSubmit:r?c:e=>{if(c&&c(e),e.defaultPrevented)return;e.preventDefault();let r=e.nativeEvent.submitter,s=r?.getAttribute(`formmethod`)||o,p=()=>g(r||e.currentTarget,{fetcherKey:t,method:s,navigate:n,replace:i,state:a,relative:l,preventScrollReset:u,viewTransition:d,defaultShouldRevalidate:f});h&&n!==!1?z.startTransition(()=>p()):p()},...p,"data-discover":!y&&e===`render`?`true`:void 0})});Xw.displayName=`Form`;function Zw({getKey:e,storageKey:t,...n}){let r=z.useContext(Pw),{basename:i}=z.useContext(sC),a=vC(),o=VC();lT({getKey:e,storageKey:t});let s=z.useMemo(()=>{if(!r||!e)return null;let t=cT(a,o,i,e);return t===a.key?null:t},[]);if(!r||r.isSpaMode)return null;let c=((e,t)=>{if(!window.history.state||!window.history.state.key){let e=Math.random().toString(32).slice(2);window.history.replaceState({key:e},``)}try{let n=JSON.parse(sessionStorage.getItem(e)||`{}`)[t||window.history.state.key];typeof n==`number`&&window.scrollTo(0,n)}catch(t){console.error(t),sessionStorage.removeItem(e)}}).toString();return n.nonce==null&&r?.nonce&&(n.nonce=r.nonce),z.createElement(`script`,{...n,suppressHydrationWarning:!0,dangerouslySetInnerHTML:{__html:`(${c})(${_w(JSON.stringify(t||oT))}, ${_w(JSON.stringify(s))})`}})}Zw.displayName=`ScrollRestoration`;function Qw(e){return`${e} must be used within a data router. See https://reactrouter.com/en/main/routers/picking-a-router.`}function $w(e){let t=z.useContext(eC);return rb(t,Qw(e)),t}function eT(e){let t=z.useContext(tC);return rb(t,Qw(e)),t}function tT(e,{target:t,replace:n,mask:r,state:i,preventScrollReset:a,relative:o,viewTransition:s,defaultShouldRevalidate:c,useTransitions:l}={}){let u=bC(),d=vC(),f=TC(e,{relative:o});return z.useCallback(p=>{if(cw(p,t)){p.preventDefault();let t=n===void 0?cb(d)===cb(f):n,m=()=>u(e,{replace:t,mask:r,state:i,preventScrollReset:a,relative:o,viewTransition:s,defaultShouldRevalidate:c});l?z.startTransition(()=>m()):m()}},[d,u,f,n,r,i,t,e,a,o,s,c,l])}var nT=0,rT=()=>`__${String(++nT)}__`;function iT(){let{router:e}=$w(`useSubmit`),{basename:t}=z.useContext(sC),n=zC(),r=e.fetch,i=e.navigate;return z.useCallback(async(e,a={})=>{let{action:o,method:s,encType:c,formData:l,body:u}=pw(e,t);a.navigate===!1?await r(a.fetcherKey||rT(),n,a.action||o,{defaultShouldRevalidate:a.defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,flushSync:a.flushSync}):await i(a.action||o,{defaultShouldRevalidate:a.defaultShouldRevalidate,preventScrollReset:a.preventScrollReset,formData:l,body:u,formMethod:a.method||s,formEncType:a.encType||c,replace:a.replace,state:a.state,fromRouteId:n,flushSync:a.flushSync,viewTransition:a.viewTransition})},[r,i,t,n])}function aT(e,{relative:t}={}){let{basename:n}=z.useContext(sC),r=z.useContext(lC);rb(r,`useFormAction must be used inside a RouteContext`);let[i]=r.matches.slice(-1),a={...TC(e||`.`,{relative:t})},o=vC();if(e==null){a.search=o.search;let e=new URLSearchParams(a.search),t=e.getAll(`index`);if(t.some(e=>e===``)){e.delete(`index`),t.filter(e=>e).forEach(t=>e.append(`index`,t));let n=e.toString();a.search=n?`?${n}`:``}}return(!e||e===`.`)&&i.route.index&&(a.search=a.search?a.search.replace(/^\?/,`?index&`):`?index`),n!==`/`&&(a.pathname=a.pathname===`/`?n:ex([n,a.pathname])),cb(a)}var oT=`react-router-scroll-positions`,sT={};function cT(e,t,n,r){let i=null;return r&&(i=r(n===`/`?e:{...e,pathname:Wb(e.pathname,n)||e.pathname},t)),i??=e.key,i}function lT({getKey:e,storageKey:t}={}){let{router:n}=$w(`useScrollRestoration`),{restoreScrollPosition:r,preventScrollReset:i}=eT(`useScrollRestoration`),{basename:a}=z.useContext(sC),o=vC(),s=VC(),c=BC();z.useEffect(()=>(window.history.scrollRestoration=`manual`,()=>{window.history.scrollRestoration=`auto`}),[]),uT(z.useCallback(()=>{if(c.state===`idle`){let t=cT(o,s,a,e);sT[t]=window.scrollY}try{sessionStorage.setItem(t||oT,JSON.stringify(sT))}catch(e){ib(!1,`Failed to save scroll positions in sessionStorage, <ScrollRestoration /> will not work properly (${e}).`)}window.history.scrollRestoration=`auto`},[c.state,e,a,o,s,t])),typeof document<`u`&&(z.useLayoutEffect(()=>{try{let e=sessionStorage.getItem(t||oT);e&&(sT=JSON.parse(e))}catch{}},[t]),z.useLayoutEffect(()=>{let t=n?.enableScrollRestoration(sT,()=>window.scrollY,e?(t,n)=>cT(t,n,a,e):void 0);return()=>t&&t()},[n,a,e]),z.useLayoutEffect(()=>{if(r!==!1){if(typeof r==`number`){window.scrollTo(0,r);return}try{if(o.hash){let e=document.getElementById(decodeURIComponent(o.hash.slice(1)));if(e){e.scrollIntoView();return}}}catch{ib(!1,`"${o.hash.slice(1)}" is not a decodable element ID. The view will not scroll to it.`)}i!==!0&&window.scrollTo(0,0)}},[o,r,i]))}function uT(e,t){let{capture:n}=t||{};z.useEffect(()=>{let t=n==null?void 0:{capture:n};return window.addEventListener(`pagehide`,e,t),()=>{window.removeEventListener(`pagehide`,e,t)}},[e,n])}function dT(e,{relative:t}={}){let n=z.useContext(iC);rb(n!=null,"`useViewTransitionState` must be used within `react-router/dom`'s `RouterProvider`. Did you accidentally import `RouterProvider` from `react-router`?");let{basename:r}=$w(`useViewTransitionState`),i=TC(e,{relative:t});if(!n.isTransitioning)return!1;let a=Wb(n.currentLocation.pathname,r)||n.currentLocation.pathname,o=Wb(n.nextLocation.pathname,r)||n.nextLocation.pathname;return Bb(i.pathname,o)!=null||Bb(i.pathname,a)!=null}var fT=class{currentSeq=-1;resync;interactionsInvalidated;constructor(e,t=()=>{}){this.resync=e,this.interactionsInvalidated=t}reset(){this.currentSeq=-1}handle(e){switch(e.type){case`board`:a_(e.bootId),dv(e.board),this.currentSeq=typeof e.seq==`number`?e.seq:-1;break;case`board-delta`:switch(a_(e.bootId),Fm(this.currentSeq,e.seq)){case`apply`:mv(e)?this.currentSeq=e.seq:this.resync();break;case`ignore`:break;case`resync`:this.resync();break}break;case`notify`:pT(e);break;case`interactions-invalidated`:this.interactionsInvalidated(e);break}}};function pT(e){if(!X.notificationsEnabled||!document.hidden||typeof Notification>`u`||Notification.permission!==`granted`)return;let t=new Notification(e.title,{body:e.body,tag:`${jg()}/${e.slug}`}),n=kg()??X.board?.projectSlug;t.onclick=()=>{window.focus(),n===void 0||kg()===n?$_(e.slug):location.assign(`${Ag(n)}/thread/${encodeURIComponent(e.slug)}`),t.close()}}var mT=(e,t)=>[`interactions`,`pending`,e,t],hT=(e,t,n)=>[`interactions`,`record`,e,t,n];function gT(e,t){let n=mT(t.owner.threadSlug,t.owner.sessionId);e.setQueryData(n,e=>e&&(t.lifecycle===`pending`?{interactions:e.interactions.map(e=>e.id===t.id?t:e)}:{interactions:e.interactions.filter(e=>e.id!==t.id)}))}function _T(e,t){gT(e,{...t,delivery:{effect:`reconnect-required`}})}async function vT(e,t){await Promise.all([e.invalidateQueries({queryKey:mT(t.slug,t.sessionId),exact:!0}),e.invalidateQueries({queryKey:hT(t.slug,t.sessionId,t.interactionId),exact:!0})])}var yT=null,bT=null,xT=0,ST=null,CT=0,wT=null,TT=new fT(()=>kT(),e=>{wT&&vT(wT,e)}),ET=35e3;function DT(){if(yT)return;X.connection!==`open`&&(X.connection=`connecting`),yT=new EventSource(`${Fg()}/events`);let e=kg();if(xT=Date.now(),yT.onopen=()=>{bT&&=(clearTimeout(bT),null),CT=0,xT=Date.now(),X.connection=`open`},yT.addEventListener(`heartbeat`,()=>{xT=Date.now()}),yT.onmessage=t=>{if(e===kg()){xT=Date.now();try{TT.handle(JSON.parse(t.data))}catch(e){console.error(`bad SSE event`,e)}}},yT.onerror=()=>OT(),!ST){ST=setInterval(()=>{yT&&Date.now()-xT>ET&&OT()},1e4);let e=()=>{(!yT||Date.now()-xT>ET)&&OT(!0)};window.addEventListener(`focus`,e),window.addEventListener(`online`,e),document.addEventListener(`visibilitychange`,()=>{document.hidden||e()})}}function OT(e=!1){if(yT?.close(),yT=null,TT.reset(),CT++,X.connection=CT>3?`closed`:`connecting`,bT){if(!e)return;clearTimeout(bT),bT=null}let t=e?0:Math.min(1e3*2**Math.min(CT-1,4),15e3);bT=setTimeout(()=>{bT=null,DT()},t)}function kT(){TT.reset(),yT?.close(),yT=null,DT()}function AT(){TT.reset(),yT?.close(),yT=null,X.connection=`connecting`,DT()}function jT(e){e&&(wT=e),document.readyState===`complete`?DT():window.addEventListener(`load`,DT,{once:!0})}function MT(e,t){let n=new Set(e.filter(e=>e.role===`user`&&e.sourceId).map(e=>e.sourceId));return t.filter(e=>e.role===`user`&&e.sourceId&&!n.has(e.sourceId)).map(e=>e.text.trim())}function NT(e,t){let n=new Set;for(let r of t)for(let t=0;t<e.length;t++){if(n.has(t))continue;let i=e[t].text.trim();if(r===i){n.add(t);break}if(!r.startsWith(i))continue;let a=i.length;for(let i=t+1;i<e.length&&!n.has(i);i++){let o=e[i].text.trim();if(!r.startsWith(`
206
+
207
+ `,a)||!r.startsWith(o,a+2))break;if(a+=2+o.length,a===r.length){for(let e=t;e<=i;e++)n.add(e);break}}if(n.has(t))break}return n}function PT(e,t){if(!e?.length)return t;let n=e.filter(e=>e.queued&&!e.sourceId&&e.role===`user`&&e.text.trim());if(!n.length)return t;let r=new Set(t.map(e=>e.deliveryId).filter(e=>!!e)),i=NT(n,MT(e,t)),a=n.filter((e,t)=>!i.has(t)&&!(e.deliveryId&&r.has(e.deliveryId)));if(!a.length)return t;let o=a.filter(n=>RT(n,LT(t),LT(e)));return o.length?[...t,...o]:t}var FT=6e4,IT=new WeakMap;function LT(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n.queued&&!n.sourceId)continue;let r=n.at?Date.parse(n.at):NaN;if(Number.isFinite(r))return r}return NaN}function RT(e,t,n){if(!Number.isFinite(t))return!0;let r=IT.get(e);return r===void 0?(IT.set(e,Number.isFinite(n)?n:t),RT(e,t,n)):t-r<=FT?!0:(console.warn(`[frizz] retiring a stranded optimistic send: the transcript advanced past it without ever recording it`,{text:e.text.slice(0,120),advancedMs:t-r}),!1)}var zT=new WeakMap;function BT(e){let t=zT.get(e);return t===void 0&&(t=JSON.stringify(e),zT.set(e,t)),t}function VT(e,t){if(!e?.length||!t.length)return t;let n=new Map;for(let t of e)t.sourceId&&n.set(t.sourceId,t);if(!n.size)return t;let r=!1,i=t.map(e=>{if(e===n.get(e.sourceId??``))return e;let t=e.sourceId?n.get(e.sourceId):void 0;return t&&BT(t)===BT(e)?(r=!0,t):e});return r?i:t}function HT(e,t,n){if(!e)return!1;let r=Date.parse(e);if(!Number.isFinite(r))return!1;let i=t?Date.parse(t):0;return t&&!Number.isFinite(i)?!1:r-i>n}function UT(e){if(e)for(let t=e.length-1;t>=0;t--){let n=e[t].at;if(n)return n}}function WT(e,t){let n=Math.max(0,Math.min(e.length,t));for(let t=n-1;t>=0;t--)if(e[t].role===`user`)return t;return n>0?0:null}function GT(e,t,n){if(!t)return n;let r=e.findIndex(e=>e.sourceId===t);return r>=0?r:0}function KT(e,t){let n=new Map;e.forEach((e,t)=>{e.sourceId&&n.set(e.sourceId,t)});for(let e=0;e<t.length;e++){let r=t[e].sourceId,i=r?n.get(r):void 0;if(i!==void 0)return{previousIndex:i,incomingIndex:e}}}function qT(e,t){if(!e?.historyLoaded||e.transcriptKey!==t.transcriptKey)return t;let n=KT(e.messages,t.messages);return n?{...t,messages:[...e.messages.slice(0,n.previousIndex).filter(e=>!e.pinnedFromSourceId),...t.messages.slice(n.incomingIndex)],beforeCursor:e.beforeCursor,hasEarlier:e.hasEarlier,reachedTurnBoundary:e.reachedTurnBoundary,historyLoaded:!0}:t}function JT(e,t){if(!e)return{messages:[...t]};let n=KT(e.messages,t);return n?e.historyLoaded?{...e,messages:[...e.messages.slice(0,n.previousIndex).filter(e=>!e.pinnedFromSourceId),...t.slice(n.incomingIndex)]}:{...e,messages:[...t]}:{messages:[...t]}}function YT(e,t){if(e.transcriptKey!==t.transcriptKey)return e;let n=new Set(t.messages.map(e=>e.sourceId).filter(Boolean)),r=e.messages.filter(e=>!e.pinnedFromSourceId||!n.has(e.pinnedFromSourceId)),i=new Set(r.map(e=>e.sourceId).filter(Boolean)),a=t.messages.filter(e=>!e.sourceId||!i.has(e.sourceId));return{...e,messages:[...a,...r],beforeCursor:t.beforeCursor,hasEarlier:t.hasEarlier,reachedTurnBoundary:t.reachedTurnBoundary,historyLoaded:!0}}function XT(e,t=0){if(!e)return null;let n=[...e.querySelectorAll(`[data-transcript-source-id]`)].filter(e=>e.dataset.transcriptSticky!==`true`),r=n.find(e=>e.getBoundingClientRect().bottom>t)??n[0],i=r?.dataset.transcriptSourceId;return r&&i?{sourceId:i,top:r.getBoundingClientRect().top}:null}function ZT(e,t){return t-e}function QT(e,t,n){if(!e||!t)return!1;let r=[...e.querySelectorAll(`[data-transcript-source-id]`)].find(e=>e.dataset.transcriptSourceId===t.sourceId);return r?(n(ZT(t.top,r.getBoundingClientRect().top)),!0):!1}function $T(e){let{remaining:t,scrollY:n,maxScrollY:r,alreadyReserved:i}=e;return!(t>.5)||r<=0||i?`settle`:n>=r-1?`reserve`:`settle`}var eE=null,tE=null,nE=null,rE=null,iE=0,aE=0,oE=!1,sE=!1,cE=!1,lE=new Map,uE=new fT(()=>xE(),e=>{tE&&vT(tE,e)}),dE=35e3;function fE(){return`${location.origin.replace(/^http/,`ws`)}${Fg()}/ws`}var pE,mE=!1;function hE(){pE=kg(),mE=!0}function gE(e){return mE&&pE===e}function _E(){if(eE||cE)return;X.connection!==`open`&&(X.connection=`connecting`),hE();let e=new WebSocket(fE()),t=kg();eE=e,oE=!1,aE=Date.now(),e.onopen=()=>{sE=!0,aE=Date.now(),X.connection=`open`,X.socketTranscripts=!0,nE&&=(clearTimeout(nE),null)},e.onmessage=n=>{if(!(eE!==e||t!==kg())){aE=Date.now();try{let e=JSON.parse(n.data),t=TE(e);t&&(iE=0),t&&e.t===`event`&&e.event.type===`board`&&(oE=!0,DE())}catch(e){console.error(`bad /ws message`,e)}}},e.onerror=()=>{},e.onclose=()=>{eE===e&&(eE=null,yE())},SE()}function vE(){let e=eE;if(eE=null,oE=!1,e){e.onopen=null,e.onmessage=null,e.onerror=null,e.onclose=null;try{e.close()}catch{}}}function yE(){if(uE.reset(),!sE){wE();return}iE++,X.connection=iE>3?`closed`:`connecting`,bE()}function bE(e=!1){if(nE){if(!e)return;clearTimeout(nE),nE=null}let t=e?0:Math.min(1e3*2**Math.min(iE-1,4),15e3);nE=setTimeout(()=>{nE=null,_E()},t)}function xE(){uE.reset(),vE(),_E()}function SE(){if(rE)return;rE=setInterval(()=>{eE&&Date.now()-aE>dE&&CE()},1e4);let e=()=>{cE||(!eE||Date.now()-aE>dE)&&CE(!0)};window.addEventListener(`focus`,e),window.addEventListener(`online`,e),document.addEventListener(`visibilitychange`,()=>{document.hidden||e()})}function CE(e=!1){if(!cE){if(vE(),uE.reset(),!sE){wE();return}iE++,X.connection=iE>3?`closed`:`connecting`,bE(e)}}function wE(e){cE||(cE=!0,e&&(X.socketBoardFallback=e,X.socketTranscriptFallbacks={}),vE(),X.socketTranscripts=!1,jT(tE??void 0))}function TE(e){switch(e.t){case`event`:return uE.handle(e.event),e.event.type===`board`&&(X.socketBoardFallback=null),!0;case`transcript`:return tE?.setQueryData([`transcript`,e.slug],t=>{let n=JT(t,e.messages);return{...n,messages:VT(t?.messages,PT(t?.messages,n.messages))}}),delete X.socketTranscriptFallbacks[e.slug],!0;case`payload-too-large`:return e.channel===`board`?(X.socketBoardFallback||console.warn(`[frizz] live board payload exceeded the socket limit; using SSE`,{actualBytes:e.actualBytes,maxBytes:e.maxBytes}),wE({actualBytes:e.actualBytes,maxBytes:e.maxBytes})):(X.socketTranscriptFallbacks[e.slug]||console.warn(`[frizz] live transcript payload exceeded the socket limit; updates paused`,{slug:e.slug,actualBytes:e.actualBytes,maxBytes:e.maxBytes}),X.socketTranscriptFallbacks[e.slug]={kind:`payload-too-large`,actualBytes:e.actualBytes,maxBytes:e.maxBytes}),!1;case`resource-limited`:return X.socketTranscriptFallbacks[e.slug]||console.warn(`[frizz] live transcript read budget reached; updates paused`,{slug:e.slug,scope:e.scope,retryAfterMs:e.retryAfterMs}),X.socketTranscriptFallbacks[e.slug]={kind:`read-budget`,scope:e.scope,retryAfterMs:e.retryAfterMs},!1;case`hb`:return!0}}function EE(e){oE&&eE&&eE.readyState===WebSocket.OPEN&&eE.send(JSON.stringify(e))}function DE(){for(let e of lE.keys())X.socketTranscriptFallbacks[e]||EE({t:`sub`,topic:`transcript`,slug:e})}function OE(e){let t=(lE.get(e)??0)+1;lE.set(e,t),t===1&&!X.socketTranscriptFallbacks[e]&&EE({t:`sub`,topic:`transcript`,slug:e})}function kE(e){let t=(lE.get(e)??0)-1;t<=0?(lE.delete(e),EE({t:`unsub`,topic:`transcript`,slug:e})):lE.set(e,t)}function AE(e){X.socketTranscriptFallbacks[e]&&(delete X.socketTranscriptFallbacks[e],lE.has(e)&&EE({t:`sub`,topic:`transcript`,slug:e}))}function jE(){lE.clear(),uE.reset(),vE(),X.connection=`connecting`,hE(),cE?AT():_E()}function ME(e){tE=e,hE();let t=()=>_E();document.readyState===`complete`?t():window.addEventListener(`load`,t,{once:!0})}function NE(){return Xd(X).board}function PE(){return Xd(X).board?.projectDir}function FE(e){return e}function IE(e){if(!(!e||e.kind!==`session`||e.foreign||!e.sessionId))return{slug:e.id,sessionId:e.sessionId}}function LE(e){let t=IE(e);if(!(!t||e?.pendingInteraction===!1))return t}function RE(e,t=Date.now()){let n=1/0;for(let t of e){if(!t.expiresAt)continue;let e=Date.parse(t.expiresAt);Number.isFinite(e)&&(n=Math.min(n,e))}return Number.isFinite(n)?Math.max(250,n-t+50):!1}function zE(e){let t=LE(e);return nd({queryKey:t?mT(t.slug,t.sessionId):[`interactions`,`pending`,`unowned`],queryFn:()=>Y.pendingInteractions(t),enabled:t!==void 0,refetchInterval:e=>RE(e.state.data?.interactions??[]),refetchOnReconnect:!0,refetchOnWindowFocus:!0})}var BE=7e3,VE=5e3,HE=3;function UE(e,t){let n=Vu(),r=Xd(X),i=r.socketTranscripts,a=r.socketTranscriptFallbacks[e],o=nd({queryKey:[`transcript`,e],queryFn:async()=>{let t=await Y.threadTranscript({slug:e}),r=n.getQueryData([`transcript`,e]),i=qT(r,t);return{...i,messages:VT(r?.messages,PT(r?.messages,i.messages))}},refetchInterval:t.poll&&!i&&!a?1500:!1,refetchOnWindowFocus:!a});return(0,z.useEffect)(()=>{if(!t.poll&&!i||a)return;let r=!1,s=0,c,l=setInterval(()=>{if(r)return;let t=hv(X.board,e)?.lastActivityAt,a=UT(n.getQueryData([`transcript`,e])?.messages);if(!HT(t,a,VE)){s=0;return}if(a!==c&&(s=0),s>=HE)return;s++,c=a;let l=t?Date.parse(t)-(a?Date.parse(a):0):0;console.warn(`[frizz] transcript watchdog: stale view — self-healing`,{slug:e,lagMs:l,transport:i?`socket`:`poll`,attempt:s}),i&&(kE(e),OE(e)),r=!0,o.refetch().finally(()=>{r=!1})},BE);return()=>clearInterval(l)},[e,t.poll,i,a]),{...o,transportFallback:a?a.kind===`payload-too-large`?{kind:`payload-too-large`,actualBytes:a.actualBytes,maxBytes:a.maxBytes}:{kind:`read-budget`,scope:a.scope,retryAfterMs:a.retryAfterMs}:null,retryLiveUpdates:()=>AE(e)}}function WE(e,t){return nd({queryKey:[`subAgentTranscript`,e,t],queryFn:()=>Y.subAgentTranscript({slug:e,id:t}),refetchInterval:e=>e.state.data?.state===`running`?2500:!1})}function GE(e,t){return nd({queryKey:[`backgroundShellOutput`,e,t],queryFn:()=>Y.backgroundShellOutput({slug:e,id:t}),refetchInterval:e=>e.state.data?.state===`running`?1500:!1})}function KE(e,t){let n=[...t].sort(),r=nd({queryKey:[`backgroundShellActivity`,e,n],queryFn:()=>Y.backgroundShellActivity({slug:e,ids:n}),enabled:n.length>0,refetchInterval:e=>e.state.data&&!e.state.data.shells.some(e=>e.running)?!1:1500});return(0,z.useMemo)(()=>new Map((r.data?.shells??[]).flatMap(e=>e.lines===null?[]:[[e.id,e.lines]])),[r.data])}function qE(e,t,n,r={}){e.setQueryData([`transcript`,t],e=>{let t=e?.messages??[];return{...e,messages:[...t,{role:`user`,text:n,tools:[],parts:[],queued:!0,deliveryId:r.deliveryId}]}}),r.scrollToBottom!==!1&&typeof window<`u`&&requestAnimationFrame(()=>window.scrollTo({top:document.documentElement.scrollHeight,behavior:`smooth`}))}function JE(e,t,n,r){e.setQueryData([`transcript`,t],e=>{if(!e?.messages?.length)return e;let t=e.messages.findLastIndex(e=>e.queued&&e.role===`user`&&e.text===n&&(r===void 0||e.deliveryId===r));return t===-1?e:{...e,messages:e.messages.filter((e,n)=>n!==t)}})}function YE(){let e=uv();return e?`/thread/${encodeURIComponent(e)}`:X.routeThreadSlug?`/thread/${encodeURIComponent(X.routeThreadSlug)}`:X.view.startsWith(`status:`)?`/status/${encodeURIComponent(X.view.slice(7))}`:`/`}function XE(e){try{return decodeURIComponent(e)}catch{return null}}function ZE(e,t=X.board?.projectSlug){let n=Ng(e);return n===`/`&&t?Ag(t):n}function QE(e){let t=e.match(/^\/thread\/([^/]+)$/);if(t){let e=XE(t[1]);if(e===null){X.routeThreadSlug=null,lv(X.drawers.map(e=>e.id)),X.view=`todos`;return}X.view=`todos`;let n=X.drawers.findIndex(t=>t.kind===`thread`&&t.slug===e&&!t.closing);if(n!==-1){X.routeThreadSlug=null,lv(X.drawers.slice(n+1).map(e=>e.id));return}X.routeThreadSlug=e;return}let n=e.match(/^\/status\/([^/]+)$/);if(n){X.routeThreadSlug=null,lv(X.drawers.map(e=>e.id));let e=XE(n[1]);X.view=e===null?`todos`:`status:${e}`;return}X.routeThreadSlug=null,lv(X.drawers.map(e=>e.id)),X.view=`todos`}function $E(e=location.pathname){QE(Mg(e))}function eD(e){return $E(),qd(X,()=>{let t=ZE(YE());t!==location.pathname&&e(t,{replace:!YE().startsWith(`/thread/`)})})}function tD(e,t){if(!t)return e;let n=e.projectDir!==t.projectDir,r=t.threads.some(e=>e.foreign!==!0)||(t.plans?.length??0)>0;return{projectDir:t.projectDir,hasBeenVisible:n?r:e.hasBeenVisible||r}}var nD=3600*1e3,rD=24*nD,iD=[{value:`1h`,label:`1 hour`,detail:`60 minutes`,kind:`duration`},{value:`tomorrow`,label:`tomorrow`,detail:`9am`,kind:`calendar`},{value:`1d`,label:`1 day`,detail:`24 hours`,kind:`duration`},{value:`3d`,label:`3 days`,detail:`72 hours`,kind:`duration`},{value:`1w`,label:`1 week`,detail:`7 days`,kind:`duration`}],aD=new Set(iD.map(e=>e.value));function oD(e){return typeof e==`string`&&aD.has(e)}function sD(e){return cD(e).label}function cD(e){return iD.find(t=>t.value===e)??iD[2]}function lD(e){let t=cD(e);return t.kind===`calendar`?`Snooze until ${t.label}`:`Snooze ${t.label}`}function uD(e,t=Date.now()){if(e===`tomorrow`){let e=new Date(t);return new Date(e.getFullYear(),e.getMonth(),e.getDate()+1,9,0,0,0).toISOString()}return new Date(t+(e===`1h`?nD:e===`1d`?rD:e===`3d`?3*rD:7*rD)).toISOString()}function dD(e){return String(e).padStart(2,`0`)}function fD(e){return`${e.getFullYear()}-${dD(e.getMonth()+1)}-${dD(e.getDate())}T${dD(e.getHours())}:${dD(e.getMinutes())}`}function pD(e,t=Date.now()){let n=/^(\d{4})-(\d{2})-(\d{2})T(\d{2}):(\d{2})$/.exec(e);if(!n)return{ok:!1,message:`Choose a local date and time`};let[,r,i,a,o,s]=n,c=[r,i,a,o,s].map(Number),l=new Date(c[0],c[1]-1,c[2],c[3],c[4],0,0);return!Number.isFinite(l.getTime())||l.getFullYear()!==c[0]||l.getMonth()!==c[1]-1||l.getDate()!==c[2]||l.getHours()!==c[3]||l.getMinutes()!==c[4]?{ok:!1,message:`That local time does not exist`}:l.getTime()<=t?{ok:!1,message:`Choose a time in the future`}:{ok:!0,until:l.toISOString()}}function mD(e,t=Date.now()){let n=new Date(e);if(!Number.isFinite(n.getTime()))return``;let r=new Date(t),i=new Date(r.getFullYear(),r.getMonth(),r.getDate()).getTime(),a=new Date(n.getFullYear(),n.getMonth(),n.getDate()).getTime(),o=Math.round((a-i)/rD),s=new Intl.DateTimeFormat(void 0,{hour:`numeric`,minute:`2-digit`}).format(n);if(o===0)return`Today at ${s}`;if(o===1)return`Tomorrow at ${s}`;if(o>1&&o<7)return`${new Intl.DateTimeFormat(void 0,{weekday:`long`}).format(n)} at ${s}`;let c={month:`short`,day:`numeric`};return n.getFullYear()!==r.getFullYear()&&(c.year=`numeric`),`${new Intl.DateTimeFormat(void 0,c).format(n)} at ${s}`}function hD(e,t){if(!Number.isFinite(Date.parse(e)))return null;let n=mD(e,t);return n?n.replace(/^(Today|Tomorrow)/,e=>e.toLowerCase()):null}function gD(e,t=Date.now()){let n=hD(e,t);return n?`Snoozed until ${n}`:null}var _D=120;function vD(e,t=_D){let n=e.trim().replace(/\s+/g,` `);return n.length>t?`${n.slice(0,t-1)}…`:n}function yD(e,t,n=Date.now()){let r=t?.trim();if(!r)return gD(e,n);let i=bD(e,n);return i?`${i} — then: ${vD(r)}`:null}function bD(e,t=Date.now()){let n=hD(e,t);return n?`Auto-snoozed until ${n}`:null}var xD=`frizz.prefs.v1`;function SD(e,t){return typeof e==`boolean`?e:e===`off`?!1:e===`compact`||e===`full`?!0:t}function CD(e,t){return e===`fifo`||e===`lifo`?e:t}function wD(e){let t={compactDiffs:!0,snoozePreset:`1d`,stickyUserMessage:!1,queueOrder:`fifo`,diffsRedefaulted:!0,stickyRedefaulted:!0};try{if(!e)return t;let n=JSON.parse(e);return n.diffsRedefaulted||=(n.compactDiffs=!0,!0),n.stickyRedefaulted||=(n.stickyUserMessage=!1,!0),{...t,...n,snoozePreset:oD(n.snoozePreset)?n.snoozePreset:t.snoozePreset,stickyUserMessage:SD(n.stickyUserMessage,t.stickyUserMessage),queueOrder:CD(n.queueOrder,t.queueOrder)}}catch{return t}}function TD(){try{return wD(typeof localStorage>`u`?null:localStorage.getItem(xD))}catch{return wD(null)}}var ED=Kd(TD());qd(ED,()=>{try{typeof localStorage<`u`&&localStorage.setItem(xD,JSON.stringify(ED))}catch{}});function DD(e){return e.kind===`session`&&e.foreign!==!0&&e.runtime===`exited`}var OD=Gm.options,kD={planning:`text-sky-400 border-sky-400/40`,planned:`text-violet-400 border-violet-400/40`,active:`text-emerald-400 border-emerald-400/40`,"needs-human":`text-yellow-400 border-yellow-400/40`,blocked:`text-orange-400 border-orange-400/40`,done:`text-zinc-400 border-zinc-400/40`,dismissed:`text-rose-400 border-rose-400/40`,archived:`text-slate-500 border-slate-500/40`};function AD(e){return LD(e)?ND:e.aiTitle?.trim()&&!jD(e)?MD(e.aiTitle):e.backend===`codex`&&e.titleAuto===!0&&!e.aiTitle?.trim()?PD:e.titleAuto===!1&&e.title.trim()?e.title:e.title.trim()&&!(e.titleAuto===!0&&e.title.trim()===e.id)?e.titleAuto===!0?MD(e.title):e.title.trim():e.titleAuto===!0?PD:e.id}function jD(e){return e.titleLocked??e.titleAuto===!1}function MD(e){let t=e.trim();if(!/^[a-z0-9]+(?:[-_][a-z0-9]+)*$/i.test(t))return t;let n=t.split(/[-_]+/).filter(Boolean);if(n.length===0)return t;let r=n.join(` `).toLowerCase();return r.charAt(0).toUpperCase()+r.slice(1)}var ND=`Spinning up a thread…`,PD=`Untitled thread`,FD=6e4,ID=15e3;function LD(e){if(!e.titleAuto||e.aiTitle)return!1;if(e.backend===`codex`){if(e.runtime===`spawning`)return!0;let t=Date.parse(e.spawnedAt??``);return Number.isFinite(t)&&Date.now()-t<ID}let t=Date.parse(e.spawnedAt??``);return Number.isFinite(t)&&Date.now()-t<FD}function RD(e){return e.status===`done`||e.status===`dismissed`?!1:!!(e.runtime===`perm-prompt`||e.pendingAsk||e.humanBlocked&&e.runtime!==`none`&&e.runtime!==`running`&&e.runtime!==`spawning`||e.pendingQuestion&&e.runtime!==`running`&&e.runtime!==`spawning`||(e.status===`active`||e.status===`planning`)&&(e.runtime===`exited`||e.runtime===`none`)&&e.spawnedAt&&!e.archived)}function zD(e){let t=Date.parse(e.lastUserAt??``),n=Date.parse(e.spawnedAt??``),r=Math.max(Number.isFinite(t)?t:-1/0,Number.isFinite(n)?n:-1/0);return Number.isFinite(r)?r:0}function BD(e){if(ZD(e))return zD(e);let t=Date.parse(e.lastAssistantAt??``);return Number.isFinite(t)?t:zD(e)}function VD(e){return ZD(e)?e.lastActivityAt??e.spawnedAt:e.lastAssistantAt??e.lastActivityAt??e.spawnedAt}function HD(e){return[...e].sort((e,t)=>{let n=RD(e);if(n!==RD(t))return n?-1:1;let r=BD(t)-BD(e);return r===0?e.id.localeCompare(t.id):r})}function UD(e){return[...e].sort((e,t)=>{let n=BD(t)-BD(e);return n===0?e.id.localeCompare(t.id):n})}function WD(e,t=`fifo`){let n=t===`lifo`?-1:1;return[...e].sort((e,t)=>{let r=(BD(e)-BD(t))*n;return r===0?e.id.localeCompare(t.id):r})}function GD(e){return e.kind===`session`&&e.foreign!==!0&&e.needsYou===!0&&e.state!==`archived`}function KD(e){return e.runtime===`turn-idle`||e.runtime===`exited`}function qD(e){return(e.subAgents??[]).some(e=>Qm(e)&&e.state===`running`)}function JD(e){return qD(e)||e.awaitingBackground===!0}function YD(e,t=Date.now()){let n=Date.parse(e.snoozedUntil??``);return Number.isFinite(n)&&n>t?e.snoozedUntil:void 0}function XD(e,t=Date.now()){let n=YD(e,t)!==void 0;if(e.state===`archived`||JD(e))return!1;if(n)return e.runtime!==`running`&&e.runtime!==`spawning`;if(e.needsYou||e.pendingAsk||e.runtime===`perm-prompt`||!KD(e))return!1;if(e.limitPause?.autoResume)return!0;let r=e.lastFence?.kind===`awaiting`;return n||r}function ZD(e){return e.runtime===`running`||e.runtime===`spawning`?!0:e.runtime===`turn-idle`&&JD(e)}function QD(e){return e.needsYou===!0&&KD(e)}function $D(e){return e.runtime===`turn-idle`&&e.awaitingBackground===!0&&!qD(e)}function eO(e){let t=ZD(e);return e.state===`archived`&&!t?`archived`:e.actionableInteraction||e.pendingAsk||e.pendingQuestion||e.nativeInputRequired||e.runtime===`perm-prompt`||e.humanBlocked||e.status===`needs-human`?`needs-input`:t&&!QD(e)&&!$D(e)?`working`:XD(e)?`held`:e.lastFence?.kind===`done`&&KD(e)?`done`:$D(e)?`background`:DD(e)?`stalled`:`rest`}function tO(e){let t=eO(e);return t===`stalled`?!0:t===`held`&&e.foreign!==!0&&!!e.limitPause?.autoResume}function nO(e){return e.kind===`session`?e.state===`archived`&&!ZD(e)?`inactive`:XD(e)?`held`:`active`:null}function rO(e,t=`fifo`){let n=e.filter(iO);return[...WD(e.filter(e=>!iO(e)),t),...UD(n)]}function iO(e){return e.needsYou!==!0}function aO(e){return{running:e.filter(iO),rested:e.filter(e=>!iO(e))}}function oO(e,t=`fifo`){let n={active:[],held:[],inactive:[]};for(let t of e){if(t.kind===`session`&&t.foreign===!0)continue;let e=nO(t);e&&n[e].push(t)}return n.active=rO(n.active,t),n.held=UD(n.held),n.inactive=UD(n.inactive),n}function sO(e,t){for(let n of[e,t])if(n&&Number.isFinite(Date.parse(n)))return n}function cO(e,t=Date.now()){let n=lO(e,t);return n&&`Last active ${n}`}function lO(e,t=Date.now()){let n=dO(e,t);return n===null||n===uO?n:`${n} ago`}var uO=`just now`;function dO(e,t=Date.now()){let n=e?Date.parse(e):NaN;if(!Number.isFinite(n)||!Number.isFinite(t))return null;let r=Math.max(0,Math.floor((t-n)/1e3));if(r===0)return uO;if(r<60)return`${r} ${r===1?`second`:`seconds`}`;let i=Math.floor(r/60);if(i<60)return`${i} ${i===1?`minute`:`minutes`}`;let a=Math.floor(i/60);if(a<24)return`${a} ${a===1?`hour`:`hours`}`;let o=Math.floor(a/24);if(o<7)return`${o} ${o===1?`day`:`days`}`;let s=Math.floor(o/7);if(s<5)return`${s} ${s===1?`week`:`weeks`}`;let c=Math.floor(o/30);if(c<12)return`${c} ${c===1?`month`:`months`}`;let l=Math.floor(o/365);return`${l} ${l===1?`year`:`years`}`}var fO=3e4,pO=new Set,mO=Date.now(),hO;function gO(){mO=Date.now();for(let e of pO)e();_O()}function _O(){if(pO.size===0)return;let e=fO-mO%fO;hO=setTimeout(gO,e||fO)}function vO(e){return pO.add(e),pO.size===1&&(mO=Date.now(),_O()),()=>{pO.delete(e),pO.size===0&&hO&&(clearTimeout(hO),hO=void 0)}}function yO(){return mO}function bO(){return(0,z.useSyncExternalStore)(vO,yO,yO)}function xO({size:e=15}){return(0,B.jsxs)(`svg`,{width:e,height:e,viewBox:`0 0 15 15`,"aria-hidden":!0,className:`text-muted/85`,children:[(0,B.jsx)(`rect`,{x:`0.5`,y:`0.5`,width:`14`,height:`14`,rx:`3.5`,fill:`none`,stroke:`currentColor`,strokeOpacity:`0.5`,strokeWidth:`1`}),(0,B.jsx)(`rect`,{x:`0.5`,y:`0.5`,width:`14`,height:`14`,rx:`3.5`,fill:`none`,stroke:`currentColor`,strokeWidth:`1`,strokeLinecap:`round`,strokeDasharray:`11 39`,children:(0,B.jsx)(`animate`,{attributeName:`stroke-dashoffset`,from:`50`,to:`0`,dur:`1.1s`,repeatCount:`indefinite`})})]})}function SO(e){return e===`running`}function CO(e,t){return e===`pending`&&t===`background`}var wO=2e3;function TO(e,t){return e===`pending`&&t===void 0}function EO(e,t,n,r){if(!TO(e,t))return!1;let i=n?Date.parse(n):NaN;return Number.isFinite(i)?r-i>=wO:!0}function DO(e){return e?.split(`
208
+ `).find(e=>e.trim())?.trim().replace(/\s+/g,` `)||void 0}function OO(e,t){if(e.name===`Interrupt process`||e.status===`cancelled`||e.backgroundState!==`background`)return;let n=new Set([DO(e.desc),DO(e.detail),DO(e.command)].filter(e=>!!e));if(n.size===0)return;let r=t.filter(e=>n.has(DO(e.label)??``));return r.some(e=>e.state===`running`)?`running`:r.some(e=>e.state===`stale`)?`stale`:void 0}function kO(e){if(e<1)return`<1 ms`;if(e<1e3)return`${Math.round(e)} ms`;if(e<6e4)return`${e<1e4?(e/1e3).toFixed(1):Math.round(e/1e3)} sec`;let t=Math.floor(e/6e4),n=Math.round(e%6e4/1e3);return n?`${t} min ${n} sec`:`${t} min`}function AO(e){return e<1?`just now`:e<60?`${e} min`:`${Math.floor(e/60)} hr ${e%60} min`}function jO(e){if(!Number.isFinite(e)||e<0)return``;let t=Math.floor(e/1e3);if(t<60)return`${t}s`;let n=Math.floor(t/60);if(n<60)return`${n}m`;let r=Math.floor(n/60),i=n%60;return i?`${r}hr ${i}m`:`${r}hr`}function MO(e){if(!Number.isFinite(e)||e<0)return``;let t=Math.floor(e/1e3);if(t<60)return`${t}s`;let n=Math.floor(t/60);if(n<60)return`${n}m`;let r=Math.floor(n/60);if(r<24)return n%60?`${r}h ${n%60}m`:`${r}h`;let i=Math.floor(r/24);if(i<7)return r%24?`${i}d ${r%24}h`:`${i}d`;let a=Math.floor(i/7);return i%7?`${a}w ${i%7}d`:`${a}w`}function NO(e,t=Date.now()){if(!e)return``;let n=Date.parse(e);return Number.isFinite(n)?jO(t-n):``}function PO(e){if(!Number.isFinite(e)||e<0)return``;let t=Math.floor(e/6e4);return t<1?`<1 min`:AO(t)}function FO(e,t=Date.now()){if(!e)return``;let n=Date.parse(e);return Number.isFinite(n)?AO(Math.floor((t-n)/6e4)):``}function IO(e,t=Date.now()){if(!e)return``;let n=Date.parse(e);if(!Number.isFinite(n))return``;let r=Math.floor((t-n)/6e4);return r<1?`just now`:`${AO(r)} ago`}var LO=`shrink-0 text-[11px] leading-none text-muted/45`,RO=`block h-1.5 w-1.5 rounded-full bg-muted/30`,zO=`stale — no recent output`,BO=`block h-1.5 w-1.5 rounded-full border border-muted/45`,VO=`rested — it stopped, but the work it launched is still running`,HO=`running — no recent output`,UO={AGENT:`Open sub-agent transcript`,SHELL:`Open background shell output`,GITHUB:`Open this pull request on GitHub`};function WO(e){if(!(typeof e!=`number`||!Number.isFinite(e)||e<0))return e===1?`1 line`:`${GO(e)??`0`} lines`}function GO(e){if(typeof e!=`number`||!Number.isFinite(e)||e<=0)return;let t=(e,t)=>`${e<100?e.toFixed(1).replace(/\.0$/,``):Math.round(e)}${t}`;return e<1e3?String(Math.round(e)):e<1e6?t(e/1e3,`k`):t(e/1e6,`M`)}var KO={running:`Stop — end this operation and everything it spawned, then clear the row`,settled:`Clear — stop tracking this finished operation`},qO={running:`Stop`,settled:`Clear`},JO={AGENT:`sub-agent`,SHELL:`background shell`,GITHUB:`PR watcher`};function YO(e,t){let n=new Map;for(let t of e){if(!t.parentId)continue;let e=n.get(t.parentId);e?e.push(t):n.set(t.parentId,[t])}let r=[],i=new Set([t]),a=(e,t)=>{for(let o of n.get(e)??[])o.id&&i.has(o.id)||(o.id&&i.add(o.id),r.push({...o,displayDepth:t}),o.id&&a(o.id,t+1))};return a(t,1),r}var XO=e=>e.state===`running`||e.state===`stale`||e.state===`rested`;function ZO(e,t){return t===`card`?e.filter(XO):t===`rail`?e.filter(e=>!!e.id&&XO(e)):e}var QO=e=>{let t=e.launchId??e.id;return[...t?[`id:${t}`]:[],...e.command?[`cmd:${e.command}`]:[],`launch:${e.label}\u0000${e.startedAt??``}`]};function $O(e,t){let n=[...e],r=new Set(n.flatMap(QO));for(let e of t)QO(e).some(e=>r.has(e))||n.push(e);return n}function ek({kind:e,label:t,state:n,density:r,depth:i,startedAt:a,counter:o,counterTitle:s,parentSlug:c,onOpen:l,onDismiss:u,title:d}){let f=SO(n),p={AGENT:`frizz-live-dot--agent`,SHELL:`frizz-live-dot--shell`,GITHUB:`frizz-live-dot--github`},m={AGENT:`AGENT`,SHELL:`SHELL`,GITHUB:`WATCH`},h=!!l,g=r===`rail`,_=r===`sheet`,v=NO(a,bO()),y=Math.min(Math.max((i??1)-1,0),4)*13,b=f?`running`:`settled`,x=UO[e],S=d??(h?x:void 0),C=n===`rested`?(0,B.jsx)(`span`,{className:BO,title:VO}):(0,B.jsx)(`span`,{className:RO,title:zO}),w=g?(0,B.jsx)(`span`,{className:`flex w-3.5 shrink-0 items-center justify-center`,children:f?(0,B.jsx)(xO,{size:12}):C}):(0,B.jsx)(`span`,{className:`frizz-op-dot-slot flex w-[9px] shrink-0 justify-center`,children:f?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot ${p[e]}`,"data-running-indicator":r===`card`?`queue-subagent`:`operation`}):e===`SHELL`?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot-quiet frizz-live-dot-quiet--shell`,"data-running-indicator":`operation-quiet`,title:HO}):C}),T=o||v?(0,B.jsxs)(`span`,{className:`ml-auto flex shrink-0 items-center gap-1 pl-1.5 text-muted/40`,children:[o&&(0,B.jsx)(`span`,{"data-child-op-counter":!0,title:s,children:o}),o&&v&&(0,B.jsx)(`span`,{"aria-hidden":!0,className:`text-muted/25`,children:`·`}),v&&(0,B.jsx)(`span`,{title:`Working for ${v}`,children:v})]}):null,E=(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`span`,{"aria-hidden":!0,className:LO,children:`⤷`}),w,_&&(0,B.jsx)(`span`,{className:`petite-caps shrink-0 text-[9.5px] text-muted/45`,children:m[e]}),(0,B.jsx)(`span`,{className:`min-w-0 truncate text-muted/70 ${g?`leading-[16px]`:h?`group-hover:text-fg/80 group-hover:underline`:``}`,children:t})]}),D=g?`group flex min-w-0 items-center gap-2 pl-[26px] text-left outline-none`:`group flex min-w-0 max-w-[60%] items-center gap-1.5 overflow-hidden text-left text-[11.5px] ${h?`cursor-pointer rounded-sm outline-none transition-colors focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/60`:``}`,O=g&&y>0?{paddingLeft:26+y}:void 0,k=h?(0,B.jsx)(`button`,{type:`button`,style:O,onClick:l,onMouseDown:_?e=>e.stopPropagation():void 0,title:S,"aria-label":`${x}: ${t}`,className:D,children:E}):(0,B.jsx)(`div`,{style:O,title:S,className:D,children:E});return(0,B.jsxs)(`div`,{className:g?`flex w-full min-w-0 items-center gap-1.5 rounded-md py-0.5 pr-1.5 text-[11.5px] transition-colors hover:bg-white/[0.04]`:`flex min-w-0 items-center gap-1.5 text-[11.5px]`,style:!g&&y>0?{marginLeft:y}:void 0,"data-op-row":u?``:void 0,"data-subagent-depth":i&&i>1?i:void 0,"data-subagent-parent":c,children:[k,u&&(0,B.jsx)(`button`,{type:`button`,onClick:u,onMouseDown:e=>e.stopPropagation(),title:KO[b],"aria-label":`${qO[b]} ${JO[e]}: ${t}`,className:`shrink-0 rounded-sm p-0.5 text-muted/45 outline-none transition-colors hover:text-fg focus-visible:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:(0,B.jsx)(Hy,{size:11})}),T]})}function tk(e,t,n=`AGENT`){let r=n===`SHELL`?`Background shell`:`Sub-agent`;Y.stopBackgroundOp({slug:e,id:t}).then(({stopped:e,note:t,descendantsStopped:i})=>{if(e){if(t)return Z(`${r} stopped. ${t}`,{duration:7e3});if(n===`SHELL`)return Z(`Background shell stopped — the worker was told`);Z(i>0?`Sub-agent and ${i} descendant${i===1?``:`s`} stopped`:`Sub-agent stopped`)}}).catch(e=>{Z(`Couldn’t stop: ${(e instanceof Error?e.message:String(e)).slice(0,100)}`,{duration:7e3})})}function nk(e,t,n=`AGENT`){if(!t.id||!Qm(t)||t.state===`running`&&!t.stoppable)return;let r=t.id;return()=>tk(e,r,n)}typeof window<`u`&&window.document&&window.document.createElement;function rk(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r.defaultPrevented)return t?.(r)}}function ik(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function ak(...e){return t=>{let n=!1,r=e.map(e=>{let r=ik(e,t);return!n&&typeof r==`function`&&(n=!0),r});if(n)return()=>{for(let t=0;t<r.length;t++){let n=r[t];typeof n==`function`?n():ik(e[t],null)}}}}function ok(...e){return z.useCallback(ak(...e),e)}function sk(e,t=[]){let n=[];function r(t,r){let i=z.createContext(r);i.displayName=t+`Context`;let a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=z.useMemo(()=>o,Object.values(o));return(0,B.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o){let s=o?.[e]?.[a]||i,c=z.useContext(s);if(c)return c;if(r!==void 0)return r;throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>z.createContext(e));return function(n){let r=n?.[e]||t;return z.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,ck(i,...t)]}function ck(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return z.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}var lk=globalThis?.document?z.useLayoutEffect:()=>{},uk=z.useEffectEvent,dk=z.useInsertionEffect;function fk(e){if(typeof uk==`function`)return uk(e);let t=z.useRef(()=>{throw Error(`Cannot call an event handler while rendering.`)});return typeof dk==`function`?dk(()=>{t.current=e}):lk(()=>{t.current=e}),z.useMemo(()=>((...e)=>t.current?.(...e)),[])}var pk=z.useInsertionEffect||lk;function mk({prop:e,defaultProp:t,onChange:n=()=>{},caller:r}){let[i,a,o]=hk({defaultProp:t,onChange:n}),s=e!==void 0,c=s?e:i;{let t=z.useRef(e!==void 0);z.useEffect(()=>{let e=t.current;e!==s&&console.warn(`${r} is changing from ${e?`controlled`:`uncontrolled`} to ${s?`controlled`:`uncontrolled`}. Components should not switch from controlled to uncontrolled (or vice versa). Decide between using a controlled or uncontrolled value for the lifetime of the component.`),t.current=s},[s,r])}return[c,z.useCallback(t=>{if(s){let n=gk(t)?t(e):t;n!==e&&o.current?.(n)}else a(t)},[s,e,a,o])]}function hk({defaultProp:e,onChange:t}){let[n,r]=z.useState(e),i=z.useRef(n),a=z.useRef(t);return pk(()=>{a.current=t},[t]),z.useEffect(()=>{i.current!==n&&(a.current?.(n),i.current=n)},[n,i]),[n,r,a]}function gk(e){return typeof e==`function`}function _k(e){let t=z.forwardRef((t,n)=>{let{children:r,...i}=t,a=null,o=!1,s=[];Tk(r)&&typeof kk==`function`&&(r=kk(r._payload)),z.Children.forEach(r,e=>{if(Ck(e)){o=!0;let t=e,n=`child`in t.props?t.props.child:t.props.children;Tk(n)&&typeof kk==`function`&&(n=kk(n._payload)),a=bk(t,n),s.push(a?.props?.children)}else s.push(e)}),a?a=z.cloneElement(a,void 0,s):!o&&z.Children.count(r)===1&&z.isValidElement(r)&&(a=r);let c=a?Sk(a):void 0,l=ok(n,c);if(!a){if(r||r===0)throw Error(o?Ok(e):Dk(e));return r}let u=xk(i,a.props??{});return a.type!==z.Fragment&&(u.ref=n?l:c),z.cloneElement(a,u)});return t.displayName=`${e}.Slot`,t}var vk=Symbol.for(`radix.slottable`);function yk(e){let t=e=>`child`in e?e.children(e.child):e.children;return t.displayName=`${e}.Slottable`,t.__radixId=vk,t}var bk=(e,t)=>{if(`child`in e.props){let t=e.props.child;return z.isValidElement(t)?z.cloneElement(t,void 0,e.props.children(t.props.children)):null}return z.isValidElement(t)?t:null};function xk(e,t){let n={...t};for(let r in t){let i=e[r],a=t[r];/^on[A-Z]/.test(r)?i&&a?n[r]=(...e)=>{let t=a(...e);return i(...e),t}:i&&(n[r]=i):r===`style`?n[r]={...i,...a}:r===`className`&&(n[r]=[i,a].filter(Boolean).join(` `))}return{...e,...n}}function Sk(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}function Ck(e){return z.isValidElement(e)&&typeof e.type==`function`&&`__radixId`in e.type&&e.type.__radixId===vk}var wk=Symbol.for(`react.lazy`);function Tk(e){return typeof e==`object`&&!!e&&`$$typeof`in e&&e.$$typeof===wk&&`_payload`in e&&Ek(e._payload)}function Ek(e){return typeof e==`object`&&!!e&&`then`in e}var Dk=e=>`${e} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`,Ok=e=>`${e} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`,kk=z.use,Ak=[`a`,`button`,`div`,`form`,`h2`,`h3`,`img`,`input`,`label`,`li`,`nav`,`ol`,`p`,`select`,`span`,`svg`,`ul`].reduce((e,t)=>{let n=_k(`Primitive.${t}`),r=z.forwardRef((e,r)=>{let{asChild:i,...a}=e,o=i?n:t;return typeof window<`u`&&(window[Symbol.for(`radix-ui`)]=!0),(0,B.jsx)(o,{...a,ref:r})});return r.displayName=`Primitive.${t}`,{...e,[t]:r}},{});function jk(e,t){e&&ad.flushSync(()=>e.dispatchEvent(t))}function Mk(e){let t=e+`CollectionProvider`,[n,r]=sk(t),[i,a]=n(t,{collectionRef:{current:null},itemMap:new Map}),o=e=>{let{scope:t,children:n}=e,r=z.useRef(null),a=z.useRef(new Map).current;return(0,B.jsx)(i,{scope:t,itemMap:a,collectionRef:r,children:n})};o.displayName=t;let s=e+`CollectionSlot`,c=_k(s),l=z.forwardRef((e,t)=>{let{scope:n,children:r}=e,i=ok(t,a(s,n).collectionRef);return(0,B.jsx)(c,{ref:i,children:r})});l.displayName=s;let u=e+`CollectionItemSlot`,d=`data-radix-collection-item`,f=_k(u),p=z.forwardRef((e,t)=>{let{scope:n,children:r,...i}=e,o=z.useRef(null),s=ok(t,o),c=a(u,n);return z.useEffect(()=>(c.itemMap.set(o,{ref:o,...i}),()=>void c.itemMap.delete(o))),(0,B.jsx)(f,{[d]:``,ref:s,children:r})});p.displayName=u;function m(t){let n=a(e+`CollectionConsumer`,t);return z.useCallback(()=>{let e=n.collectionRef.current;if(!e)return[];let t=Array.from(e.querySelectorAll(`[${d}]`));return Array.from(n.itemMap.values()).sort((e,n)=>t.indexOf(e.ref.current)-t.indexOf(n.ref.current))},[n.collectionRef,n.itemMap])}return[{Provider:o,Slot:l,ItemSlot:p},m,r]}var Nk=z.createContext(void 0);function Pk(e){let t=z.useContext(Nk);return e||t||`ltr`}function Fk(e){let t=z.useRef(e);return z.useEffect(()=>{t.current=e}),z.useMemo(()=>((...e)=>t.current?.(...e)),[])}var Ik=`DismissableLayer`,Lk=`dismissableLayer.update`,Rk=`dismissableLayer.pointerDownOutside`,zk=`dismissableLayer.focusOutside`,Bk,Vk=z.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set,dismissableSurfaces:new Set}),Hk=z.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,deferPointerDownOutside:r=!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:o,onInteractOutside:s,onDismiss:c,...l}=e,u=z.useContext(Vk),[d,f]=z.useState(null),p=d?.ownerDocument??globalThis?.document,[,m]=z.useState({}),h=ok(t,f),g=Array.from(u.layers),[_]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),v=g.indexOf(_),y=d?g.indexOf(d):-1,b=u.layersWithOutsidePointerEventsDisabled.size>0,x=y>=v,S=z.useRef(!1),C=Kk(e=>{let t=e.target;if(!(t instanceof Node))return;let n=[...u.branches].some(e=>e.contains(t));!x||n||(a?.(e),s?.(e),e.defaultPrevented||c?.())},{ownerDocument:p,deferPointerDownOutside:r,isDeferredPointerDownOutsideRef:S,dismissableSurfaces:u.dismissableSurfaces}),w=qk(e=>{if(r&&S.current)return;let t=e.target;[...u.branches].some(e=>e.contains(t))||(o?.(e),s?.(e),e.defaultPrevented||c?.())},p),T=d?y===g.length-1:!1,E=fk(e=>{e.key===`Escape`&&(i?.(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))});return z.useEffect(()=>{if(T)return p.addEventListener(`keydown`,E,{capture:!0}),()=>p.removeEventListener(`keydown`,E,{capture:!0})},[p,T]),z.useEffect(()=>{if(d)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(Bk=p.body.style.pointerEvents,p.body.style.pointerEvents=`none`),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),Jk(),()=>{n&&(u.layersWithOutsidePointerEventsDisabled.delete(d),u.layersWithOutsidePointerEventsDisabled.size===0&&(p.body.style.pointerEvents=Bk))}},[d,p,n,u]),z.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),Jk())},[d,u]),z.useEffect(()=>{let e=()=>m({});return document.addEventListener(Lk,e),()=>document.removeEventListener(Lk,e)},[]),(0,B.jsx)(Ak.div,{...l,ref:h,style:{pointerEvents:b?x?`auto`:`none`:void 0,...e.style},onFocusCapture:rk(e.onFocusCapture,w.onFocusCapture),onBlurCapture:rk(e.onBlurCapture,w.onBlurCapture),onPointerDownCapture:rk(e.onPointerDownCapture,C.onPointerDownCapture)})});Hk.displayName=Ik;var Uk=`DismissableLayerBranch`,Wk=z.forwardRef((e,t)=>{let n=z.useContext(Vk),r=z.useRef(null),i=ok(t,r);return z.useEffect(()=>{let e=r.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),(0,B.jsx)(Ak.div,{...e,ref:i})});Wk.displayName=Uk;function Gk(){let e=z.useContext(Vk),[t,n]=z.useState(null);return z.useEffect(()=>{if(t)return e.dismissableSurfaces.add(t),()=>{e.dismissableSurfaces.delete(t)}},[t,e.dismissableSurfaces]),n}function Kk(e,t){let{ownerDocument:n=globalThis?.document,deferPointerDownOutside:r=!1,isDeferredPointerDownOutsideRef:i,dismissableSurfaces:a}=t,o=Fk(e),s=z.useRef(!1),c=z.useRef(!1),l=z.useRef(new Map),u=z.useRef(()=>{});return z.useEffect(()=>{function e(){c.current=!1,i.current=!1,l.current.clear()}function t(){return Array.from(l.current.values()).some(Boolean)}function d(e){if(!c.current)return;let t=e.target;t instanceof Node&&[...a].some(e=>e.contains(t))||l.current.set(e.type,!0),e.type===`click`&&window.setTimeout(()=>{c.current&&u.current()},0)}function f(e){c.current&&l.current.set(e.type,!1)}let p=a=>{if(a.target&&!s.current){let s=function(){n.removeEventListener(`click`,u.current);let r=t();e(),r||Yk(Rk,o,d,{discrete:!0})},d={originalEvent:a};c.current=!0,i.current=r&&a.button===0,l.current.clear(),!r||a.button!==0?s():(n.removeEventListener(`click`,u.current),u.current=s,n.addEventListener(`click`,u.current,{once:!0}))}else n.removeEventListener(`click`,u.current),e();s.current=!1},m=[`pointerup`,`mousedown`,`mouseup`,`touchstart`,`touchend`,`click`];for(let e of m)n.addEventListener(e,d,!0),n.addEventListener(e,f);let h=window.setTimeout(()=>{n.addEventListener(`pointerdown`,p)},0);return()=>{window.clearTimeout(h),n.removeEventListener(`pointerdown`,p),n.removeEventListener(`click`,u.current);for(let e of m)n.removeEventListener(e,d,!0),n.removeEventListener(e,f)}},[n,o,r,i,a]),{onPointerDownCapture:()=>s.current=!0}}function qk(e,t=globalThis?.document){let n=Fk(e),r=z.useRef(!1);return z.useEffect(()=>{let e=e=>{e.target&&!r.current&&Yk(zk,n,{originalEvent:e},{discrete:!1})};return t.addEventListener(`focusin`,e),()=>t.removeEventListener(`focusin`,e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function Jk(){let e=new CustomEvent(Lk);document.dispatchEvent(e)}function Yk(e,t,n,{discrete:r}){let i=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?jk(i,a):i.dispatchEvent(a)}var Xk=0,Zk=null;function Qk(){z.useEffect(()=>{Zk||={start:$k(),end:$k()};let{start:e,end:t}=Zk;return document.body.firstElementChild!==e&&document.body.insertAdjacentElement(`afterbegin`,e),document.body.lastElementChild!==t&&document.body.insertAdjacentElement(`beforeend`,t),Xk++,()=>{Xk===1&&(Zk?.start.remove(),Zk?.end.remove(),Zk=null),Xk=Math.max(0,Xk-1)}},[])}function $k(){let e=document.createElement(`span`);return e.setAttribute(`data-radix-focus-guard`,``),e.tabIndex=0,e.style.outline=`none`,e.style.opacity=`0`,e.style.position=`fixed`,e.style.pointerEvents=`none`,e}var eA=`focusScope.autoFocusOnMount`,tA=`focusScope.autoFocusOnUnmount`,nA={bubbles:!1,cancelable:!0},rA=`FocusScope`,iA=z.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=z.useState(null),l=Fk(i),u=Fk(a),d=z.useRef(null),f=ok(t,c),p=z.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;z.useEffect(()=>{if(r){let e=function(e){if(p.paused||!s)return;let t=e.target;s.contains(t)?d.current=t:dA(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||dA(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&dA(s)};document.addEventListener(`focusin`,e),document.addEventListener(`focusout`,t);let r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener(`focusin`,e),document.removeEventListener(`focusout`,t),r.disconnect()}}},[r,s,p.paused]),z.useEffect(()=>{if(s){fA.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(eA,nA);s.addEventListener(eA,l),s.dispatchEvent(t),t.defaultPrevented||(aA(hA(sA(s)),{select:!0}),document.activeElement===e&&dA(s))}return()=>{s.removeEventListener(eA,l),setTimeout(()=>{let t=new CustomEvent(tA,nA);s.addEventListener(tA,u),s.dispatchEvent(t),t.defaultPrevented||dA(e??document.body,{select:!0}),s.removeEventListener(tA,u),fA.remove(p)},0)}}},[s,l,u,p]);let m=z.useCallback(e=>{if(!n&&!r||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,a]=oA(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&dA(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&dA(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,B.jsx)(Ak.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});iA.displayName=rA;function aA(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(dA(r,{select:t}),document.activeElement!==n)return}function oA(e){let t=sA(e);return[cA(t,e),cA(t.reverse(),e)]}function sA(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function cA(e,t){for(let n of e)if(!lA(n,{upTo:t}))return n}function lA(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function uA(e){return e instanceof HTMLInputElement&&`select`in e}function dA(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&uA(e)&&t&&e.select()}}var fA=pA();function pA(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=mA(e,t),e.unshift(t)},remove(t){e=mA(e,t),e[0]?.resume()}}}function mA(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function hA(e){return e.filter(e=>e.tagName!==`A`)}var gA=z.useId||(()=>void 0),_A=0;function vA(e){let[t,n]=z.useState(gA());return lk(()=>{e||n(e=>e??String(_A++))},[e]),e||(t?`radix-${t}`:``)}var yA=[`top`,`right`,`bottom`,`left`],bA=Math.min,xA=Math.max,SA=Math.round,CA=Math.floor,wA=e=>({x:e,y:e}),TA={left:`right`,right:`left`,bottom:`top`,top:`bottom`};function EA(e,t,n){return xA(e,bA(t,n))}function DA(e,t){return typeof e==`function`?e(t):e}function OA(e){return e.split(`-`)[0]}function kA(e){return e.split(`-`)[1]}function AA(e){return e===`x`?`y`:`x`}function jA(e){return e===`y`?`height`:`width`}function MA(e){let t=e[0];return t===`t`||t===`b`?`y`:`x`}function NA(e){return AA(MA(e))}function PA(e,t,n){n===void 0&&(n=!1);let r=kA(e),i=NA(e),a=jA(i),o=i===`x`?r===(n?`end`:`start`)?`right`:`left`:r===`start`?`bottom`:`top`;return t.reference[a]>t.floating[a]&&(o=UA(o)),[o,UA(o)]}function FA(e){let t=UA(e);return[IA(e),t,IA(t)]}function IA(e){return e.includes(`start`)?e.replace(`start`,`end`):e.replace(`end`,`start`)}var LA=[`left`,`right`],RA=[`right`,`left`],zA=[`top`,`bottom`],BA=[`bottom`,`top`];function VA(e,t,n){switch(e){case`top`:case`bottom`:return n?t?RA:LA:t?LA:RA;case`left`:case`right`:return t?zA:BA;default:return[]}}function HA(e,t,n,r){let i=kA(e),a=VA(OA(e),n===`start`,r);return i&&(a=a.map(e=>e+`-`+i),t&&(a=a.concat(a.map(IA)))),a}function UA(e){let t=OA(e);return TA[t]+e.slice(t.length)}function WA(e){return{top:0,right:0,bottom:0,left:0,...e}}function GA(e){return typeof e==`number`?{top:e,right:e,bottom:e,left:e}:WA(e)}function KA(e){let{x:t,y:n,width:r,height:i}=e;return{width:r,height:i,top:n,left:t,right:t+r,bottom:n+i,x:t,y:n}}function qA(e,t,n){let{reference:r,floating:i}=e,a=MA(t),o=NA(t),s=jA(o),c=OA(t),l=a===`y`,u=r.x+r.width/2-i.width/2,d=r.y+r.height/2-i.height/2,f=r[s]/2-i[s]/2,p;switch(c){case`top`:p={x:u,y:r.y-i.height};break;case`bottom`:p={x:u,y:r.y+r.height};break;case`right`:p={x:r.x+r.width,y:d};break;case`left`:p={x:r.x-i.width,y:d};break;default:p={x:r.x,y:r.y}}switch(kA(t)){case`start`:p[o]-=f*(n&&l?-1:1);break;case`end`:p[o]+=f*(n&&l?-1:1);break}return p}async function JA(e,t){t===void 0&&(t={});let{x:n,y:r,platform:i,rects:a,elements:o,strategy:s}=e,{boundary:c=`clippingAncestors`,rootBoundary:l=`viewport`,elementContext:u=`floating`,altBoundary:d=!1,padding:f=0}=DA(t,e),p=GA(f),m=o[d?u===`floating`?`reference`:`floating`:u],h=KA(await i.getClippingRect({element:await(i.isElement==null?void 0:i.isElement(m))??!0?m:m.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(o.floating)),boundary:c,rootBoundary:l,strategy:s})),g=u===`floating`?{x:n,y:r,width:a.floating.width,height:a.floating.height}:a.reference,_=await(i.getOffsetParent==null?void 0:i.getOffsetParent(o.floating)),v=await(i.isElement==null?void 0:i.isElement(_))&&await(i.getScale==null?void 0:i.getScale(_))||{x:1,y:1},y=KA(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:o,rect:g,offsetParent:_,strategy:s}):g);return{top:(h.top-y.top+p.top)/v.y,bottom:(y.bottom-h.bottom+p.bottom)/v.y,left:(h.left-y.left+p.left)/v.x,right:(y.right-h.right+p.right)/v.x}}var YA=50,XA=async(e,t,n)=>{let{placement:r=`bottom`,strategy:i=`absolute`,middleware:a=[],platform:o}=n,s=o.detectOverflow?o:{...o,detectOverflow:JA},c=await(o.isRTL==null?void 0:o.isRTL(t)),l=await o.getElementRects({reference:e,floating:t,strategy:i}),{x:u,y:d}=qA(l,r,c),f=r,p=0,m={};for(let n=0;n<a.length;n++){let h=a[n];if(!h)continue;let{name:g,fn:_}=h,{x:v,y,data:b,reset:x}=await _({x:u,y:d,initialPlacement:r,placement:f,strategy:i,middlewareData:m,rects:l,platform:s,elements:{reference:e,floating:t}});u=v??u,d=y??d,m[g]={...m[g],...b},x&&p<YA&&(p++,typeof x==`object`&&(x.placement&&(f=x.placement),x.rects&&(l=x.rects===!0?await o.getElementRects({reference:e,floating:t,strategy:i}):x.rects),{x:u,y:d}=qA(l,f,c)),n=-1)}return{x:u,y:d,placement:f,strategy:i,middlewareData:m}},ZA=e=>({name:`arrow`,options:e,async fn(t){let{x:n,y:r,placement:i,rects:a,platform:o,elements:s,middlewareData:c}=t,{element:l,padding:u=0}=DA(e,t)||{};if(l==null)return{};let d=GA(u),f={x:n,y:r},p=NA(i),m=jA(p),h=await o.getDimensions(l),g=p===`y`,_=g?`top`:`left`,v=g?`bottom`:`right`,y=g?`clientHeight`:`clientWidth`,b=a.reference[m]+a.reference[p]-f[p]-a.floating[m],x=f[p]-a.reference[p],S=await(o.getOffsetParent==null?void 0:o.getOffsetParent(l)),C=S?S[y]:0;(!C||!await(o.isElement==null?void 0:o.isElement(S)))&&(C=s.floating[y]||a.floating[m]);let w=b/2-x/2,T=C/2-h[m]/2-1,E=bA(d[_],T),D=bA(d[v],T),O=E,k=C-h[m]-D,A=C/2-h[m]/2+w,ee=EA(O,A,k),j=!c.arrow&&kA(i)!=null&&A!==ee&&a.reference[m]/2-(A<O?E:D)-h[m]/2<0,M=j?A<O?A-O:A-k:0;return{[p]:f[p]+M,data:{[p]:ee,centerOffset:A-ee-M,...j&&{alignmentOffset:M}},reset:j}}}),QA=function(e){return e===void 0&&(e={}),{name:`flip`,options:e,async fn(t){var n;let{placement:r,middlewareData:i,rects:a,initialPlacement:o,platform:s,elements:c}=t,{mainAxis:l=!0,crossAxis:u=!0,fallbackPlacements:d,fallbackStrategy:f=`bestFit`,fallbackAxisSideDirection:p=`none`,flipAlignment:m=!0,...h}=DA(e,t);if((n=i.arrow)!=null&&n.alignmentOffset)return{};let g=OA(r),_=MA(o),v=OA(o)===o,y=await(s.isRTL==null?void 0:s.isRTL(c.floating)),b=d||(v||!m?[UA(o)]:FA(o)),x=p!==`none`;!d&&x&&b.push(...HA(o,m,p,y));let S=[o,...b],C=await s.detectOverflow(t,h),w=[],T=i.flip?.overflows||[];if(l&&w.push(C[g]),u){let e=PA(r,a,y);w.push(C[e[0]],C[e[1]])}if(T=[...T,{placement:r,overflows:w}],!w.every(e=>e<=0)){let e=(i.flip?.index||0)+1,t=S[e];if(t&&(!(u===`alignment`&&_!==MA(t))||T.every(e=>MA(e.placement)===_?e.overflows[0]>0:!0)))return{data:{index:e,overflows:T},reset:{placement:t}};let n=T.filter(e=>e.overflows[0]<=0).sort((e,t)=>e.overflows[1]-t.overflows[1])[0]?.placement;if(!n)switch(f){case`bestFit`:{let e=T.filter(e=>{if(x){let t=MA(e.placement);return t===_||t===`y`}return!0}).map(e=>[e.placement,e.overflows.filter(e=>e>0).reduce((e,t)=>e+t,0)]).sort((e,t)=>e[1]-t[1])[0]?.[0];e&&(n=e);break}case`initialPlacement`:n=o;break}if(r!==n)return{reset:{placement:n}}}return{}}}};function $A(e,t){return{top:e.top-t.height,right:e.right-t.width,bottom:e.bottom-t.height,left:e.left-t.width}}function ej(e){return yA.some(t=>e[t]>=0)}var tj=function(e){return e===void 0&&(e={}),{name:`hide`,options:e,async fn(t){let{rects:n,platform:r}=t,{strategy:i=`referenceHidden`,...a}=DA(e,t);switch(i){case`referenceHidden`:{let e=$A(await r.detectOverflow(t,{...a,elementContext:`reference`}),n.reference);return{data:{referenceHiddenOffsets:e,referenceHidden:ej(e)}}}case`escaped`:{let e=$A(await r.detectOverflow(t,{...a,altBoundary:!0}),n.floating);return{data:{escapedOffsets:e,escaped:ej(e)}}}default:return{}}}}},nj=new Set([`left`,`top`]);async function rj(e,t){let{placement:n,platform:r,elements:i}=e,a=await(r.isRTL==null?void 0:r.isRTL(i.floating)),o=OA(n),s=kA(n),c=MA(n)===`y`,l=nj.has(o)?-1:1,u=a&&c?-1:1,d=DA(t,e),{mainAxis:f,crossAxis:p,alignmentAxis:m}=typeof d==`number`?{mainAxis:d,crossAxis:0,alignmentAxis:null}:{mainAxis:d.mainAxis||0,crossAxis:d.crossAxis||0,alignmentAxis:d.alignmentAxis};return s&&typeof m==`number`&&(p=s===`end`?m*-1:m),c?{x:p*u,y:f*l}:{x:f*l,y:p*u}}var ij=function(e){return e===void 0&&(e=0),{name:`offset`,options:e,async fn(t){var n;let{x:r,y:i,placement:a,middlewareData:o}=t,s=await rj(t,e);return a===o.offset?.placement&&(n=o.arrow)!=null&&n.alignmentOffset?{}:{x:r+s.x,y:i+s.y,data:{...s,placement:a}}}}},aj=function(e){return e===void 0&&(e={}),{name:`shift`,options:e,async fn(t){let{x:n,y:r,placement:i,platform:a}=t,{mainAxis:o=!0,crossAxis:s=!1,limiter:c={fn:e=>{let{x:t,y:n}=e;return{x:t,y:n}}},...l}=DA(e,t),u={x:n,y:r},d=await a.detectOverflow(t,l),f=MA(OA(i)),p=AA(f),m=u[p],h=u[f];if(o){let e=p===`y`?`top`:`left`,t=p===`y`?`bottom`:`right`,n=m+d[e],r=m-d[t];m=EA(n,m,r)}if(s){let e=f===`y`?`top`:`left`,t=f===`y`?`bottom`:`right`,n=h+d[e],r=h-d[t];h=EA(n,h,r)}let g=c.fn({...t,[p]:m,[f]:h});return{...g,data:{x:g.x-n,y:g.y-r,enabled:{[p]:o,[f]:s}}}}}},oj=function(e){return e===void 0&&(e={}),{options:e,fn(t){let{x:n,y:r,placement:i,rects:a,middlewareData:o}=t,{offset:s=0,mainAxis:c=!0,crossAxis:l=!0}=DA(e,t),u={x:n,y:r},d=MA(i),f=AA(d),p=u[f],m=u[d],h=DA(s,t),g=typeof h==`number`?{mainAxis:h,crossAxis:0}:{mainAxis:0,crossAxis:0,...h};if(c){let e=f===`y`?`height`:`width`,t=a.reference[f]-a.floating[e]+g.mainAxis,n=a.reference[f]+a.reference[e]-g.mainAxis;p<t?p=t:p>n&&(p=n)}if(l){let e=f===`y`?`width`:`height`,t=nj.has(OA(i)),n=a.reference[d]-a.floating[e]+(t&&o.offset?.[d]||0)+(t?0:g.crossAxis),r=a.reference[d]+a.reference[e]+(t?0:o.offset?.[d]||0)-(t?g.crossAxis:0);m<n?m=n:m>r&&(m=r)}return{[f]:p,[d]:m}}}},sj=function(e){return e===void 0&&(e={}),{name:`size`,options:e,async fn(t){var n,r;let{placement:i,rects:a,platform:o,elements:s}=t,{apply:c=()=>{},...l}=DA(e,t),u=await o.detectOverflow(t,l),d=OA(i),f=kA(i),p=MA(i)===`y`,{width:m,height:h}=a.floating,g,_;d===`top`||d===`bottom`?(g=d,_=f===(await(o.isRTL==null?void 0:o.isRTL(s.floating))?`start`:`end`)?`left`:`right`):(_=d,g=f===`end`?`top`:`bottom`);let v=h-u.top-u.bottom,y=m-u.left-u.right,b=bA(h-u[g],v),x=bA(m-u[_],y),S=!t.middlewareData.shift,C=b,w=x;if((n=t.middlewareData.shift)!=null&&n.enabled.x&&(w=y),(r=t.middlewareData.shift)!=null&&r.enabled.y&&(C=v),S&&!f){let e=xA(u.left,0),t=xA(u.right,0),n=xA(u.top,0),r=xA(u.bottom,0);p?w=m-2*(e!==0||t!==0?e+t:xA(u.left,u.right)):C=h-2*(n!==0||r!==0?n+r:xA(u.top,u.bottom))}await c({...t,availableWidth:w,availableHeight:C});let T=await o.getDimensions(s.floating);return m!==T.width||h!==T.height?{reset:{rects:!0}}:{}}}};function cj(){return typeof window<`u`}function lj(e){return fj(e)?(e.nodeName||``).toLowerCase():`#document`}function uj(e){var t;return(e==null||(t=e.ownerDocument)==null?void 0:t.defaultView)||window}function dj(e){return((fj(e)?e.ownerDocument:e.document)||window.document)?.documentElement}function fj(e){return cj()?e instanceof Node||e instanceof uj(e).Node:!1}function pj(e){return cj()?e instanceof Element||e instanceof uj(e).Element:!1}function mj(e){return cj()?e instanceof HTMLElement||e instanceof uj(e).HTMLElement:!1}function hj(e){return!cj()||typeof ShadowRoot>`u`?!1:e instanceof ShadowRoot||e instanceof uj(e).ShadowRoot}function gj(e){let{overflow:t,overflowX:n,overflowY:r,display:i}=Dj(e);return/auto|scroll|overlay|hidden|clip/.test(t+r+n)&&i!==`inline`&&i!==`contents`}function _j(e){return/^(table|td|th)$/.test(lj(e))}function vj(e){try{if(e.matches(`:popover-open`))return!0}catch{}try{return e.matches(`:modal`)}catch{return!1}}var yj=/transform|translate|scale|rotate|perspective|filter/,bj=/paint|layout|strict|content/,xj=e=>!!e&&e!==`none`,Sj;function Cj(e){let t=pj(e)?Dj(e):e;return xj(t.transform)||xj(t.translate)||xj(t.scale)||xj(t.rotate)||xj(t.perspective)||!Tj()&&(xj(t.backdropFilter)||xj(t.filter))||yj.test(t.willChange||``)||bj.test(t.contain||``)}function wj(e){let t=kj(e);for(;mj(t)&&!Ej(t);){if(Cj(t))return t;if(vj(t))return null;t=kj(t)}return null}function Tj(){return Sj??=typeof CSS<`u`&&CSS.supports&&CSS.supports(`-webkit-backdrop-filter`,`none`),Sj}function Ej(e){return/^(html|body|#document)$/.test(lj(e))}function Dj(e){return uj(e).getComputedStyle(e)}function Oj(e){return pj(e)?{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}:{scrollLeft:e.scrollX,scrollTop:e.scrollY}}function kj(e){if(lj(e)===`html`)return e;let t=e.assignedSlot||e.parentNode||hj(e)&&e.host||dj(e);return hj(t)?t.host:t}function Aj(e){let t=kj(e);return Ej(t)?e.ownerDocument?e.ownerDocument.body:e.body:mj(t)&&gj(t)?t:Aj(t)}function jj(e,t,n){t===void 0&&(t=[]),n===void 0&&(n=!0);let r=Aj(e),i=r===e.ownerDocument?.body,a=uj(r);if(i){let e=Mj(a);return t.concat(a,a.visualViewport||[],gj(r)?r:[],e&&n?jj(e):[])}else return t.concat(r,jj(r,[],n))}function Mj(e){return e.parent&&Object.getPrototypeOf(e.parent)?e.frameElement:null}function Nj(e){let t=Dj(e),n=parseFloat(t.width)||0,r=parseFloat(t.height)||0,i=mj(e),a=i?e.offsetWidth:n,o=i?e.offsetHeight:r,s=SA(n)!==a||SA(r)!==o;return s&&(n=a,r=o),{width:n,height:r,$:s}}function Pj(e){return pj(e)?e:e.contextElement}function Fj(e){let t=Pj(e);if(!mj(t))return wA(1);let n=t.getBoundingClientRect(),{width:r,height:i,$:a}=Nj(t),o=(a?SA(n.width):n.width)/r,s=(a?SA(n.height):n.height)/i;return(!o||!Number.isFinite(o))&&(o=1),(!s||!Number.isFinite(s))&&(s=1),{x:o,y:s}}var Ij=wA(0);function Lj(e){let t=uj(e);return!Tj()||!t.visualViewport?Ij:{x:t.visualViewport.offsetLeft,y:t.visualViewport.offsetTop}}function Rj(e,t,n){return t===void 0&&(t=!1),!n||t&&n!==uj(e)?!1:t}function zj(e,t,n,r){t===void 0&&(t=!1),n===void 0&&(n=!1);let i=e.getBoundingClientRect(),a=Pj(e),o=wA(1);t&&(r?pj(r)&&(o=Fj(r)):o=Fj(e));let s=Rj(a,n,r)?Lj(a):wA(0),c=(i.left+s.x)/o.x,l=(i.top+s.y)/o.y,u=i.width/o.x,d=i.height/o.y;if(a){let e=uj(a),t=r&&pj(r)?uj(r):r,n=e,i=Mj(n);for(;i&&r&&t!==n;){let e=Fj(i),t=i.getBoundingClientRect(),r=Dj(i),a=t.left+(i.clientLeft+parseFloat(r.paddingLeft))*e.x,o=t.top+(i.clientTop+parseFloat(r.paddingTop))*e.y;c*=e.x,l*=e.y,u*=e.x,d*=e.y,c+=a,l+=o,n=uj(i),i=Mj(n)}}return KA({width:u,height:d,x:c,y:l})}function Bj(e,t){let n=Oj(e).scrollLeft;return t?t.left+n:zj(dj(e)).left+n}function Vj(e,t){let n=e.getBoundingClientRect();return{x:n.left+t.scrollLeft-Bj(e,n),y:n.top+t.scrollTop}}function Hj(e){let{elements:t,rect:n,offsetParent:r,strategy:i}=e,a=i===`fixed`,o=dj(r),s=t?vj(t.floating):!1;if(r===o||s&&a)return n;let c={scrollLeft:0,scrollTop:0},l=wA(1),u=wA(0),d=mj(r);if((d||!d&&!a)&&((lj(r)!==`body`||gj(o))&&(c=Oj(r)),d)){let e=zj(r);l=Fj(r),u.x=e.x+r.clientLeft,u.y=e.y+r.clientTop}let f=o&&!d&&!a?Vj(o,c):wA(0);return{width:n.width*l.x,height:n.height*l.y,x:n.x*l.x-c.scrollLeft*l.x+u.x+f.x,y:n.y*l.y-c.scrollTop*l.y+u.y+f.y}}function Uj(e){return Array.from(e.getClientRects())}function Wj(e){let t=dj(e),n=Oj(e),r=e.ownerDocument.body,i=xA(t.scrollWidth,t.clientWidth,r.scrollWidth,r.clientWidth),a=xA(t.scrollHeight,t.clientHeight,r.scrollHeight,r.clientHeight),o=-n.scrollLeft+Bj(e),s=-n.scrollTop;return Dj(r).direction===`rtl`&&(o+=xA(t.clientWidth,r.clientWidth)-i),{width:i,height:a,x:o,y:s}}var Gj=25;function Kj(e,t){let n=uj(e),r=dj(e),i=n.visualViewport,a=r.clientWidth,o=r.clientHeight,s=0,c=0;if(i){a=i.width,o=i.height;let e=Tj();(!e||e&&t===`fixed`)&&(s=i.offsetLeft,c=i.offsetTop)}let l=Bj(r);if(l<=0){let e=r.ownerDocument,t=e.body,n=getComputedStyle(t),i=e.compatMode===`CSS1Compat`&&parseFloat(n.marginLeft)+parseFloat(n.marginRight)||0,o=Math.abs(r.clientWidth-t.clientWidth-i);o<=Gj&&(a-=o)}else l<=Gj&&(a+=l);return{width:a,height:o,x:s,y:c}}function qj(e,t){let n=zj(e,!0,t===`fixed`),r=n.top+e.clientTop,i=n.left+e.clientLeft,a=mj(e)?Fj(e):wA(1);return{width:e.clientWidth*a.x,height:e.clientHeight*a.y,x:i*a.x,y:r*a.y}}function Jj(e,t,n){let r;if(t===`viewport`)r=Kj(e,n);else if(t===`document`)r=Wj(dj(e));else if(pj(t))r=qj(t,n);else{let n=Lj(e);r={x:t.x-n.x,y:t.y-n.y,width:t.width,height:t.height}}return KA(r)}function Yj(e,t){let n=kj(e);return n===t||!pj(n)||Ej(n)?!1:Dj(n).position===`fixed`||Yj(n,t)}function Xj(e,t){let n=t.get(e);if(n)return n;let r=jj(e,[],!1).filter(e=>pj(e)&&lj(e)!==`body`),i=null,a=Dj(e).position===`fixed`,o=a?kj(e):e;for(;pj(o)&&!Ej(o);){let t=Dj(o),n=Cj(o);!n&&t.position===`fixed`&&(i=null),(a?!n&&!i:!n&&t.position===`static`&&i&&(i.position===`absolute`||i.position===`fixed`)||gj(o)&&!n&&Yj(e,o))?r=r.filter(e=>e!==o):i=t,o=kj(o)}return t.set(e,r),r}function Zj(e){let{element:t,boundary:n,rootBoundary:r,strategy:i}=e,a=[...n===`clippingAncestors`?vj(t)?[]:Xj(t,this._c):[].concat(n),r],o=Jj(t,a[0],i),s=o.top,c=o.right,l=o.bottom,u=o.left;for(let e=1;e<a.length;e++){let n=Jj(t,a[e],i);s=xA(n.top,s),c=bA(n.right,c),l=bA(n.bottom,l),u=xA(n.left,u)}return{width:c-u,height:l-s,x:u,y:s}}function Qj(e){let{width:t,height:n}=Nj(e);return{width:t,height:n}}function $j(e,t,n){let r=mj(t),i=dj(t),a=n===`fixed`,o=zj(e,!0,a,t),s={scrollLeft:0,scrollTop:0},c=wA(0);function l(){c.x=Bj(i)}if(r||!r&&!a)if((lj(t)!==`body`||gj(i))&&(s=Oj(t)),r){let e=zj(t,!0,a,t);c.x=e.x+t.clientLeft,c.y=e.y+t.clientTop}else i&&l();a&&!r&&i&&l();let u=i&&!r&&!a?Vj(i,s):wA(0);return{x:o.left+s.scrollLeft-c.x-u.x,y:o.top+s.scrollTop-c.y-u.y,width:o.width,height:o.height}}function eM(e){return Dj(e).position===`static`}function tM(e,t){if(!mj(e)||Dj(e).position===`fixed`)return null;if(t)return t(e);let n=e.offsetParent;return dj(e)===n&&(n=n.ownerDocument.body),n}function nM(e,t){let n=uj(e);if(vj(e))return n;if(!mj(e)){let t=kj(e);for(;t&&!Ej(t);){if(pj(t)&&!eM(t))return t;t=kj(t)}return n}let r=tM(e,t);for(;r&&_j(r)&&eM(r);)r=tM(r,t);return r&&Ej(r)&&eM(r)&&!Cj(r)?n:r||wj(e)||n}var rM=async function(e){let t=this.getOffsetParent||nM,n=this.getDimensions,r=await n(e.floating);return{reference:$j(e.reference,await t(e.floating),e.strategy),floating:{x:0,y:0,width:r.width,height:r.height}}};function iM(e){return Dj(e).direction===`rtl`}var aM={convertOffsetParentRelativeRectToViewportRelativeRect:Hj,getDocumentElement:dj,getClippingRect:Zj,getOffsetParent:nM,getElementRects:rM,getClientRects:Uj,getDimensions:Qj,getScale:Fj,isElement:pj,isRTL:iM};function oM(e,t){return e.x===t.x&&e.y===t.y&&e.width===t.width&&e.height===t.height}function sM(e,t){let n=null,r,i=dj(e);function a(){var e;clearTimeout(r),(e=n)==null||e.disconnect(),n=null}function o(s,c){s===void 0&&(s=!1),c===void 0&&(c=1),a();let l=e.getBoundingClientRect(),{left:u,top:d,width:f,height:p}=l;if(s||t(),!f||!p)return;let m=CA(d),h=CA(i.clientWidth-(u+f)),g=CA(i.clientHeight-(d+p)),_=CA(u),v={rootMargin:-m+`px `+-h+`px `+-g+`px `+-_+`px`,threshold:xA(0,bA(1,c))||1},y=!0;function b(t){let n=t[0].intersectionRatio;if(n!==c){if(!y)return o();n?o(!1,n):r=setTimeout(()=>{o(!1,1e-7)},1e3)}n===1&&!oM(l,e.getBoundingClientRect())&&o(),y=!1}try{n=new IntersectionObserver(b,{...v,root:i.ownerDocument})}catch{n=new IntersectionObserver(b,v)}n.observe(e)}return o(!0),a}function cM(e,t,n,r){r===void 0&&(r={});let{ancestorScroll:i=!0,ancestorResize:a=!0,elementResize:o=typeof ResizeObserver==`function`,layoutShift:s=typeof IntersectionObserver==`function`,animationFrame:c=!1}=r,l=Pj(e),u=i||a?[...l?jj(l):[],...t?jj(t):[]]:[];u.forEach(e=>{i&&e.addEventListener(`scroll`,n,{passive:!0}),a&&e.addEventListener(`resize`,n)});let d=l&&s?sM(l,n):null,f=-1,p=null;o&&(p=new ResizeObserver(e=>{let[r]=e;r&&r.target===l&&p&&t&&(p.unobserve(t),cancelAnimationFrame(f),f=requestAnimationFrame(()=>{var e;(e=p)==null||e.observe(t)})),n()}),l&&!c&&p.observe(l),t&&p.observe(t));let m,h=c?zj(e):null;c&&g();function g(){let t=zj(e);h&&!oM(h,t)&&n(),h=t,m=requestAnimationFrame(g)}return n(),()=>{var e;u.forEach(e=>{i&&e.removeEventListener(`scroll`,n),a&&e.removeEventListener(`resize`,n)}),d?.(),(e=p)==null||e.disconnect(),p=null,c&&cancelAnimationFrame(m)}}var lM=ij,uM=aj,dM=QA,fM=sj,pM=tj,mM=ZA,hM=oj,gM=(e,t,n)=>{let r=new Map,i={platform:aM,...n},a={...i.platform,_c:r};return XA(e,t,{...i,platform:a})},_M=typeof document<`u`?z.useLayoutEffect:function(){};function vM(e,t){if(e===t)return!0;if(typeof e!=typeof t)return!1;if(typeof e==`function`&&e.toString()===t.toString())return!0;let n,r,i;if(e&&t&&typeof e==`object`){if(Array.isArray(e)){if(n=e.length,n!==t.length)return!1;for(r=n;r--!==0;)if(!vM(e[r],t[r]))return!1;return!0}if(i=Object.keys(e),n=i.length,n!==Object.keys(t).length)return!1;for(r=n;r--!==0;)if(!{}.hasOwnProperty.call(t,i[r]))return!1;for(r=n;r--!==0;){let n=i[r];if(!(n===`_owner`&&e.$$typeof)&&!vM(e[n],t[n]))return!1}return!0}return e!==e&&t!==t}function yM(e){return typeof window>`u`?1:(e.ownerDocument.defaultView||window).devicePixelRatio||1}function bM(e,t){let n=yM(e);return Math.round(t*n)/n}function xM(e){let t=z.useRef(e);return _M(()=>{t.current=e}),t}function SM(e){e===void 0&&(e={});let{placement:t=`bottom`,strategy:n=`absolute`,middleware:r=[],platform:i,elements:{reference:a,floating:o}={},transform:s=!0,whileElementsMounted:c,open:l}=e,[u,d]=z.useState({x:0,y:0,strategy:n,placement:t,middlewareData:{},isPositioned:!1}),[f,p]=z.useState(r);vM(f,r)||p(r);let[m,h]=z.useState(null),[g,_]=z.useState(null),v=z.useCallback(e=>{e!==S.current&&(S.current=e,h(e))},[]),y=z.useCallback(e=>{e!==C.current&&(C.current=e,_(e))},[]),b=a||m,x=o||g,S=z.useRef(null),C=z.useRef(null),w=z.useRef(u),T=c!=null,E=xM(c),D=xM(i),O=xM(l),k=z.useCallback(()=>{if(!S.current||!C.current)return;let e={placement:t,strategy:n,middleware:f};D.current&&(e.platform=D.current),gM(S.current,C.current,e).then(e=>{let t={...e,isPositioned:O.current!==!1};A.current&&!vM(w.current,t)&&(w.current=t,ad.flushSync(()=>{d(t)}))})},[f,t,n,D,O]);_M(()=>{l===!1&&w.current.isPositioned&&(w.current.isPositioned=!1,d(e=>({...e,isPositioned:!1})))},[l]);let A=z.useRef(!1);_M(()=>(A.current=!0,()=>{A.current=!1}),[]),_M(()=>{if(b&&(S.current=b),x&&(C.current=x),b&&x){if(E.current)return E.current(b,x,k);k()}},[b,x,k,E,T]);let ee=z.useMemo(()=>({reference:S,floating:C,setReference:v,setFloating:y}),[v,y]),j=z.useMemo(()=>({reference:b,floating:x}),[b,x]),M=z.useMemo(()=>{let e={position:n,left:0,top:0};if(!j.floating)return e;let t=bM(j.floating,u.x),r=bM(j.floating,u.y);return s?{...e,transform:`translate(`+t+`px, `+r+`px)`,...yM(j.floating)>=1.5&&{willChange:`transform`}}:{position:n,left:t,top:r}},[n,s,j.floating,u.x,u.y]);return z.useMemo(()=>({...u,update:k,refs:ee,elements:j,floatingStyles:M}),[u,k,ee,j,M])}var CM=e=>{function t(e){return{}.hasOwnProperty.call(e,`current`)}return{name:`arrow`,options:e,fn(n){let{element:r,padding:i}=typeof e==`function`?e(n):e;return r&&t(r)?r.current==null?{}:mM({element:r.current,padding:i}).fn(n):r?mM({element:r,padding:i}).fn(n):{}}}},wM=(e,t)=>{let n=lM(e);return{name:n.name,fn:n.fn,options:[e,t]}},TM=(e,t)=>{let n=uM(e);return{name:n.name,fn:n.fn,options:[e,t]}},EM=(e,t)=>({fn:hM(e).fn,options:[e,t]}),DM=(e,t)=>{let n=dM(e);return{name:n.name,fn:n.fn,options:[e,t]}},OM=(e,t)=>{let n=fM(e);return{name:n.name,fn:n.fn,options:[e,t]}},kM=(e,t)=>{let n=pM(e);return{name:n.name,fn:n.fn,options:[e,t]}},AM=(e,t)=>{let n=CM(e);return{name:n.name,fn:n.fn,options:[e,t]}},jM=`Arrow`,MM=z.forwardRef((e,t)=>{let{children:n,width:r=10,height:i=5,...a}=e;return(0,B.jsx)(Ak.svg,{...a,ref:t,width:r,height:i,viewBox:`0 0 30 10`,preserveAspectRatio:`none`,children:e.asChild?n:(0,B.jsx)(`polygon`,{points:`0,0 30,0 15,10`})})});MM.displayName=jM;var NM=MM;function PM(e){let[t,n]=z.useState(void 0);return lk(()=>{if(e){n({width:e.offsetWidth,height:e.offsetHeight});let t=new ResizeObserver(t=>{if(!Array.isArray(t)||!t.length)return;let r=t[0],i,a;if(`borderBoxSize`in r){let e=r.borderBoxSize,t=Array.isArray(e)?e[0]:e;i=t.inlineSize,a=t.blockSize}else i=e.offsetWidth,a=e.offsetHeight;n({width:i,height:a})});return t.observe(e,{box:`border-box`}),()=>t.unobserve(e)}else n(void 0)},[e]),t}var FM=`Popper`,[IM,LM]=sk(FM),[RM,zM]=IM(FM),BM=e=>{let{__scopePopper:t,children:n}=e,[r,i]=z.useState(null),[a,o]=z.useState(void 0);return(0,B.jsx)(RM,{scope:t,anchor:r,onAnchorChange:i,placementState:a,setPlacementState:o,children:n})};BM.displayName=FM;var VM=`PopperAnchor`,HM=z.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:r,...i}=e,a=zM(VM,n),o=z.useRef(null),s=a.onAnchorChange,c=ok(t,z.useCallback(e=>{o.current=e,e&&s(e)},[s])),l=z.useRef(null);z.useEffect(()=>{if(!r)return;let e=l.current;l.current=r.current,e!==l.current&&s(l.current)});let u=a.placementState&&QM(a.placementState),d=u?.[0],f=u?.[1];return r?null:(0,B.jsx)(Ak.div,{"data-radix-popper-side":d,"data-radix-popper-align":f,...i,ref:c})});HM.displayName=VM;var UM=`PopperContent`,[WM,GM]=IM(UM),KM=z.forwardRef((e,t)=>{let{__scopePopper:n,side:r=`bottom`,sideOffset:i=0,align:a=`center`,alignOffset:o=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d=`partial`,hideWhenDetached:f=!1,updatePositionStrategy:p=`optimized`,onPlaced:m,...h}=e,g=zM(UM,n),[_,v]=z.useState(null),y=ok(t,v),[b,x]=z.useState(null),S=PM(b),C=S?.width??0,w=S?.height??0,T=r+(a===`center`?``:`-`+a),E=typeof u==`number`?u:{top:0,right:0,bottom:0,left:0,...u},D=Array.isArray(l)?l:[l],O=D.length>0,k={padding:E,boundary:D.filter(XM),altBoundary:O},{refs:A,floatingStyles:ee,placement:j,isPositioned:M,middlewareData:N}=SM({strategy:`fixed`,placement:T,whileElementsMounted:(...e)=>cM(...e,{animationFrame:p===`always`}),elements:{reference:g.anchor},middleware:[wM({mainAxis:i+w,alignmentAxis:o}),c&&TM({mainAxis:!0,crossAxis:!1,limiter:d===`partial`?EM():void 0,...k}),c&&DM({...k}),OM({...k,apply:({elements:e,rects:t,availableWidth:n,availableHeight:r})=>{let{width:i,height:a}=t.reference,o=e.floating.style;o.setProperty(`--radix-popper-available-width`,`${n}px`),o.setProperty(`--radix-popper-available-height`,`${r}px`),o.setProperty(`--radix-popper-anchor-width`,`${i}px`),o.setProperty(`--radix-popper-anchor-height`,`${a}px`)}}),b&&AM({element:b,padding:s}),ZM({arrowWidth:C,arrowHeight:w}),f&&kM({strategy:`referenceHidden`,...k,boundary:O?k.boundary:void 0})]}),te=g.setPlacementState;lk(()=>(te(j),()=>{te(void 0)}),[j,te]);let[P,ne]=QM(j),re=Fk(m);lk(()=>{M&&re?.()},[M,re]);let ie=N.arrow?.x,ae=N.arrow?.y,oe=N.arrow?.centerOffset!==0,[se,ce]=z.useState();return lk(()=>{_&&ce(window.getComputedStyle(_).zIndex)},[_]),(0,B.jsx)(`div`,{ref:A.setFloating,"data-radix-popper-content-wrapper":``,style:{...ee,transform:M?ee.transform:`translate(0, -200%)`,minWidth:`max-content`,zIndex:se,"--radix-popper-transform-origin":[N.transformOrigin?.x,N.transformOrigin?.y].join(` `),...N.hide?.referenceHidden&&{visibility:`hidden`,pointerEvents:`none`}},dir:e.dir,children:(0,B.jsx)(WM,{scope:n,placedSide:P,placedAlign:ne,onArrowChange:x,arrowX:ie,arrowY:ae,shouldHideArrow:oe,children:(0,B.jsx)(Ak.div,{"data-side":P,"data-align":ne,...h,ref:y,style:{...h.style,animation:M?void 0:`none`}})})})});KM.displayName=UM;var qM=`PopperArrow`,JM={top:`bottom`,right:`left`,bottom:`top`,left:`right`},YM=z.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=GM(qM,n),a=JM[i.placedSide];return(0,B.jsx)(`span`,{ref:i.onArrowChange,style:{position:`absolute`,left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:``,right:`0 0`,bottom:`center 0`,left:`100% 0`}[i.placedSide],transform:{top:`translateY(100%)`,right:`translateY(50%) rotate(90deg) translateX(-50%)`,bottom:`rotate(180deg)`,left:`translateY(50%) rotate(-90deg) translateX(50%)`}[i.placedSide],visibility:i.shouldHideArrow?`hidden`:void 0},children:(0,B.jsx)(NM,{...r,ref:t,style:{...r.style,display:`block`}})})});YM.displayName=qM;function XM(e){return e!==null}var ZM=e=>({name:`transformOrigin`,options:e,fn(t){let{placement:n,rects:r,middlewareData:i}=t,a=i.arrow?.centerOffset!==0,o=a?0:e.arrowWidth,s=a?0:e.arrowHeight,[c,l]=QM(n),u={start:`0%`,center:`50%`,end:`100%`}[l],d=(i.arrow?.x??0)+o/2,f=(i.arrow?.y??0)+s/2,p=``,m=``;return c===`bottom`?(p=a?u:`${d}px`,m=`${-s}px`):c===`top`?(p=a?u:`${d}px`,m=`${r.floating.height+s}px`):c===`right`?(p=`${-s}px`,m=a?u:`${f}px`):c===`left`&&(p=`${r.floating.width+s}px`,m=a?u:`${f}px`),{data:{x:p,y:m}}}});function QM(e){let[t,n=`center`]=e.split(`-`);return[t,n]}var $M=BM,eN=HM,tN=KM,nN=YM,rN=`Portal`,iN=z.forwardRef((e,t)=>{let{container:n,...r}=e,[i,a]=z.useState(!1);lk(()=>a(!0),[]);let o=n||i&&globalThis?.document?.body;return o?ad.createPortal((0,B.jsx)(Ak.div,{...r,ref:t}),o):null});iN.displayName=rN;function aN(e,t){return z.useReducer((e,n)=>t[e][n]??e,e)}var oN=e=>{let{present:t,children:n}=e,r=sN(t),i=typeof n==`function`?n({present:r.isPresent}):z.Children.only(n),a=lN(r.ref,dN(i));return typeof n==`function`||r.isPresent?z.cloneElement(i,{ref:a}):null};oN.displayName=`Presence`;function sN(e){let[t,n]=z.useState(),r=z.useRef(null),i=z.useRef(e),a=z.useRef(`none`),[o,s]=aN(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return z.useEffect(()=>{let e=uN(r.current);a.current=o===`mounted`?e:`none`},[o]),lk(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,o=uN(t);e?s(`MOUNT`):o===`none`||t?.display===`none`?s(`UNMOUNT`):s(n&&r!==o?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,s]),lk(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=uN(r.current).includes(CSS.escape(a.animationName));if(a.target===t&&o&&(s(`ANIMATION_END`),!i.current)){let r=t.style.animationFillMode;t.style.animationFillMode=`forwards`,e=n.setTimeout(()=>{t.style.animationFillMode===`forwards`&&(t.style.animationFillMode=r)})}},c=e=>{e.target===t&&(a.current=uN(r.current))};return t.addEventListener(`animationstart`,c),t.addEventListener(`animationcancel`,o),t.addEventListener(`animationend`,o),()=>{n.clearTimeout(e),t.removeEventListener(`animationstart`,c),t.removeEventListener(`animationcancel`,o),t.removeEventListener(`animationend`,o)}}else s(`ANIMATION_END`)},[t,s]),{isPresent:[`mounted`,`unmountSuspended`].includes(o),ref:z.useCallback(e=>{r.current=e?getComputedStyle(e):null,n(e)},[])}}function cN(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function lN(...e){let t=z.useRef(e);return t.current=e,z.useCallback(e=>{let n=t.current,r=!1,i=n.map(t=>{let n=cN(t,e);return!r&&typeof n==`function`&&(r=!0),n});if(r)return()=>{for(let e=0;e<i.length;e++){let t=i[e];typeof t==`function`?t():cN(n[e],null)}}},[])}function uN(e){return e?.animationName||`none`}function dN(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var fN=`rovingFocusGroup.onEntryFocus`,pN={bubbles:!1,cancelable:!0},mN=`RovingFocusGroup`,[hN,gN,_N]=Mk(mN),[vN,yN]=sk(mN,[_N]),[bN,xN]=vN(mN),SN=z.forwardRef((e,t)=>(0,B.jsx)(hN.Provider,{scope:e.__scopeRovingFocusGroup,children:(0,B.jsx)(hN.Slot,{scope:e.__scopeRovingFocusGroup,children:(0,B.jsx)(CN,{...e,ref:t})})}));SN.displayName=mN;var CN=z.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,orientation:r,loop:i=!1,dir:a,currentTabStopId:o,defaultCurrentTabStopId:s,onCurrentTabStopIdChange:c,onEntryFocus:l,preventScrollOnEntryFocus:u=!1,...d}=e,f=z.useRef(null),p=ok(t,f),m=Pk(a),[h,g]=mk({prop:o,defaultProp:s??null,onChange:c,caller:mN}),[_,v]=z.useState(!1),y=Fk(l),b=gN(n),x=z.useRef(!1),[S,C]=z.useState(0);return z.useEffect(()=>{let e=f.current;if(e)return e.addEventListener(fN,y),()=>e.removeEventListener(fN,y)},[y]),(0,B.jsx)(bN,{scope:n,orientation:r,dir:m,loop:i,currentTabStopId:h,onItemFocus:z.useCallback(e=>g(e),[g]),onItemShiftTab:z.useCallback(()=>v(!0),[]),onFocusableItemAdd:z.useCallback(()=>C(e=>e+1),[]),onFocusableItemRemove:z.useCallback(()=>C(e=>e-1),[]),children:(0,B.jsx)(Ak.div,{tabIndex:_||S===0?-1:0,"data-orientation":r,...d,ref:p,style:{outline:`none`,...e.style},onMouseDown:rk(e.onMouseDown,()=>{x.current=!0}),onFocus:rk(e.onFocus,e=>{let t=!x.current;if(e.target===e.currentTarget&&t&&!_){let t=new CustomEvent(fN,pN);if(e.currentTarget.dispatchEvent(t),!t.defaultPrevented){let e=b().filter(e=>e.focusable);kN([e.find(e=>e.active),e.find(e=>e.id===h),...e].filter(Boolean).map(e=>e.ref.current),u)}}x.current=!1}),onBlur:rk(e.onBlur,()=>v(!1))})})}),wN=`RovingFocusGroupItem`,TN=z.forwardRef((e,t)=>{let{__scopeRovingFocusGroup:n,focusable:r=!0,active:i=!1,tabStopId:a,children:o,...s}=e,c=vA(),l=a||c,u=xN(wN,n),d=u.currentTabStopId===l,f=gN(n),{onFocusableItemAdd:p,onFocusableItemRemove:m,currentTabStopId:h}=u;return z.useEffect(()=>{if(r)return p(),()=>m()},[r,p,m]),(0,B.jsx)(hN.ItemSlot,{scope:n,id:l,focusable:r,active:i,children:(0,B.jsx)(Ak.span,{tabIndex:d?0:-1,"data-orientation":u.orientation,...s,ref:t,onMouseDown:rk(e.onMouseDown,e=>{r?u.onItemFocus(l):e.preventDefault()}),onFocus:rk(e.onFocus,()=>u.onItemFocus(l)),onKeyDown:rk(e.onKeyDown,e=>{if(e.key===`Tab`&&e.shiftKey){u.onItemShiftTab();return}if(e.target!==e.currentTarget)return;let t=ON(e,u.orientation,u.dir);if(t!==void 0){if(e.metaKey||e.ctrlKey||e.altKey||e.shiftKey)return;e.preventDefault();let n=f().filter(e=>e.focusable).map(e=>e.ref.current);if(t===`last`)n.reverse();else if(t===`prev`||t===`next`){t===`prev`&&n.reverse();let r=n.indexOf(e.currentTarget);n=u.loop?AN(n,r+1):n.slice(r+1)}setTimeout(()=>kN(n))}}),children:typeof o==`function`?o({isCurrentTabStop:d,hasTabStop:h!=null}):o})})});TN.displayName=wN;var EN={ArrowLeft:`prev`,ArrowUp:`prev`,ArrowRight:`next`,ArrowDown:`next`,PageUp:`first`,Home:`first`,PageDown:`last`,End:`last`};function DN(e,t){return t===`rtl`?e===`ArrowLeft`?`ArrowRight`:e===`ArrowRight`?`ArrowLeft`:e:e}function ON(e,t,n){let r=DN(e.key,n);if(!(t===`vertical`&&[`ArrowLeft`,`ArrowRight`].includes(r))&&!(t===`horizontal`&&[`ArrowUp`,`ArrowDown`].includes(r)))return EN[r]}function kN(e,t=!1){let n=document.activeElement;for(let r of e)if(r===n||(r.focus({preventScroll:t}),document.activeElement!==n))return}function AN(e,t){return e.map((n,r)=>e[(t+r)%e.length])}var jN=SN,MN=TN,NN=function(e){return typeof document>`u`?null:(Array.isArray(e)?e[0]:e).ownerDocument.body},PN=new WeakMap,FN=new WeakMap,IN={},LN=0,RN=function(e){return e&&(e.host||RN(e.parentNode))},zN=function(e,t){return t.map(function(t){if(e.contains(t))return t;var n=RN(t);return n&&e.contains(n)?n:(console.error(`aria-hidden`,t,`in not contained inside`,e,`. Doing nothing`),null)}).filter(function(e){return!!e})},BN=function(e,t,n,r){var i=zN(t,Array.isArray(e)?e:[e]);IN[n]||(IN[n]=new WeakMap);var a=IN[n],o=[],s=new Set,c=new Set(i),l=function(e){!e||s.has(e)||(s.add(e),l(e.parentNode))};i.forEach(l);var u=function(e){!e||c.has(e)||Array.prototype.forEach.call(e.children,function(e){if(s.has(e))u(e);else try{var t=e.getAttribute(r),i=t!==null&&t!==`false`,c=(PN.get(e)||0)+1,l=(a.get(e)||0)+1;PN.set(e,c),a.set(e,l),o.push(e),c===1&&i&&FN.set(e,!0),l===1&&e.setAttribute(n,`true`),i||e.setAttribute(r,`true`)}catch(t){console.error(`aria-hidden: cannot operate on `,e,t)}})};return u(t),s.clear(),LN++,function(){o.forEach(function(e){var t=PN.get(e)-1,i=a.get(e)-1;PN.set(e,t),a.set(e,i),t||(FN.has(e)||e.removeAttribute(r),FN.delete(e)),i||e.removeAttribute(n)}),LN--,LN||(PN=new WeakMap,PN=new WeakMap,FN=new WeakMap,IN={})}},VN=function(e,t,n){n===void 0&&(n=`data-aria-hidden`);var r=Array.from(Array.isArray(e)?e:[e]),i=t||NN(e);return i?(r.push.apply(r,Array.from(i.querySelectorAll(`[aria-live], script`))),BN(r,i,n,`aria-hidden`)):function(){return null}},HN=function(){return HN=Object.assign||function(e){for(var t,n=1,r=arguments.length;n<r;n++)for(var i in t=arguments[n],t)Object.prototype.hasOwnProperty.call(t,i)&&(e[i]=t[i]);return e},HN.apply(this,arguments)};function UN(e,t){var n={};for(var r in e)Object.prototype.hasOwnProperty.call(e,r)&&t.indexOf(r)<0&&(n[r]=e[r]);if(e!=null&&typeof Object.getOwnPropertySymbols==`function`)for(var i=0,r=Object.getOwnPropertySymbols(e);i<r.length;i++)t.indexOf(r[i])<0&&Object.prototype.propertyIsEnumerable.call(e,r[i])&&(n[r[i]]=e[r[i]]);return n}function WN(e,t,n){if(n||arguments.length===2)for(var r=0,i=t.length,a;r<i;r++)(a||!(r in t))&&(a||=Array.prototype.slice.call(t,0,r),a[r]=t[r]);return e.concat(a||Array.prototype.slice.call(t))}var GN=`right-scroll-bar-position`,KN=`width-before-scroll-bar`,qN=`with-scroll-bars-hidden`,JN=`--removed-body-scroll-bar-size`;function YN(e,t){return typeof e==`function`?e(t):e&&(e.current=t),e}function XN(e,t){var n=(0,z.useState)(function(){return{value:e,callback:t,facade:{get current(){return n.value},set current(e){var t=n.value;t!==e&&(n.value=e,n.callback(e,t))}}}})[0];return n.callback=t,n.facade}var ZN=typeof window<`u`?z.useLayoutEffect:z.useEffect,QN=new WeakMap;function $N(e,t){var n=XN(t||null,function(t){return e.forEach(function(e){return YN(e,t)})});return ZN(function(){var t=QN.get(n);if(t){var r=new Set(t),i=new Set(e),a=n.current;r.forEach(function(e){i.has(e)||YN(e,null)}),i.forEach(function(e){r.has(e)||YN(e,a)})}QN.set(n,e)},[e]),n}function eP(e){return e}function tP(e,t){t===void 0&&(t=eP);var n=[],r=!1;return{read:function(){if(r)throw Error("Sidecar: could not `read` from an `assigned` medium. `read` could be used only with `useMedium`.");return n.length?n[n.length-1]:e},useMedium:function(e){var i=t(e,r);return n.push(i),function(){n=n.filter(function(e){return e!==i})}},assignSyncMedium:function(e){for(r=!0;n.length;){var t=n;n=[],t.forEach(e)}n={push:function(t){return e(t)},filter:function(){return n}}},assignMedium:function(e){r=!0;var t=[];if(n.length){var i=n;n=[],i.forEach(e),t=n}var a=function(){var n=t;t=[],n.forEach(e)},o=function(){return Promise.resolve().then(a)};o(),n={push:function(e){t.push(e),o()},filter:function(e){return t=t.filter(e),n}}}}}function nP(e){e===void 0&&(e={});var t=tP(null);return t.options=HN({async:!0,ssr:!1},e),t}var rP=function(e){var t=e.sideCar,n=UN(e,[`sideCar`]);if(!t)throw Error("Sidecar: please provide `sideCar` property to import the right car");var r=t.read();if(!r)throw Error(`Sidecar medium not found`);return z.createElement(r,HN({},n))};rP.isSideCarExport=!0;function iP(e,t){return e.useMedium(t),rP}var aP=nP(),oP=function(){},sP=z.forwardRef(function(e,t){var n=z.useRef(null),r=z.useState({onScrollCapture:oP,onWheelCapture:oP,onTouchMoveCapture:oP}),i=r[0],a=r[1],o=e.forwardProps,s=e.children,c=e.className,l=e.removeScrollBar,u=e.enabled,d=e.shards,f=e.sideCar,p=e.noRelative,m=e.noIsolation,h=e.inert,g=e.allowPinchZoom,_=e.as,v=_===void 0?`div`:_,y=e.gapMode,b=UN(e,[`forwardProps`,`children`,`className`,`removeScrollBar`,`enabled`,`shards`,`sideCar`,`noRelative`,`noIsolation`,`inert`,`allowPinchZoom`,`as`,`gapMode`]),x=f,S=$N([n,t]),C=HN(HN({},b),i);return z.createElement(z.Fragment,null,u&&z.createElement(x,{sideCar:aP,removeScrollBar:l,shards:d,noRelative:p,noIsolation:m,inert:h,setCallbacks:a,allowPinchZoom:!!g,lockRef:n,gapMode:y}),o?z.cloneElement(z.Children.only(s),HN(HN({},C),{ref:S})):z.createElement(v,HN({},C,{className:c,ref:S}),s))});sP.defaultProps={enabled:!0,removeScrollBar:!0,inert:!1},sP.classNames={fullWidth:KN,zeroRight:GN};var cP,lP=function(){if(cP)return cP;if(typeof __webpack_nonce__<`u`)return __webpack_nonce__};function uP(){if(!document)return null;var e=document.createElement(`style`);e.type=`text/css`;var t=lP();return t&&e.setAttribute(`nonce`,t),e}function dP(e,t){e.styleSheet?e.styleSheet.cssText=t:e.appendChild(document.createTextNode(t))}function fP(e){(document.head||document.getElementsByTagName(`head`)[0]).appendChild(e)}var pP=function(){var e=0,t=null;return{add:function(n){e==0&&(t=uP())&&(dP(t,n),fP(t)),e++},remove:function(){e--,!e&&t&&(t.parentNode&&t.parentNode.removeChild(t),t=null)}}},mP=function(){var e=pP();return function(t,n){z.useEffect(function(){return e.add(t),function(){e.remove()}},[t&&n])}},hP=function(){var e=mP();return function(t){var n=t.styles,r=t.dynamic;return e(n,r),null}},gP={left:0,top:0,right:0,gap:0},_P=function(e){return parseInt(e||``,10)||0},vP=function(e){var t=window.getComputedStyle(document.body),n=t[e===`padding`?`paddingLeft`:`marginLeft`],r=t[e===`padding`?`paddingTop`:`marginTop`],i=t[e===`padding`?`paddingRight`:`marginRight`];return[_P(n),_P(r),_P(i)]},yP=function(e){if(e===void 0&&(e=`margin`),typeof window>`u`)return gP;var t=vP(e),n=document.documentElement.clientWidth,r=window.innerWidth;return{left:t[0],top:t[1],right:t[2],gap:Math.max(0,r-n+t[2]-t[0])}},bP=hP(),xP=`data-scroll-locked`,SP=function(e,t,n,r){var i=e.left,a=e.top,o=e.right,s=e.gap;return n===void 0&&(n=`margin`),`
209
+ .${qN} {
210
+ overflow: hidden ${r};
211
+ padding-right: ${s}px ${r};
212
+ }
213
+ body[${xP}] {
214
+ overflow: hidden ${r};
215
+ overscroll-behavior: contain;
216
+ ${[t&&`position: relative ${r};`,n===`margin`&&`
217
+ padding-left: ${i}px;
218
+ padding-top: ${a}px;
219
+ padding-right: ${o}px;
220
+ margin-left:0;
221
+ margin-top:0;
222
+ margin-right: ${s}px ${r};
223
+ `,n===`padding`&&`padding-right: ${s}px ${r};`].filter(Boolean).join(``)}
224
+ }
225
+
226
+ .${GN} {
227
+ right: ${s}px ${r};
228
+ }
229
+
230
+ .${KN} {
231
+ margin-right: ${s}px ${r};
232
+ }
233
+
234
+ .${GN} .${GN} {
235
+ right: 0 ${r};
236
+ }
237
+
238
+ .${KN} .${KN} {
239
+ margin-right: 0 ${r};
240
+ }
241
+
242
+ body[${xP}] {
243
+ ${JN}: ${s}px;
244
+ }
245
+ `},CP=function(){var e=parseInt(document.body.getAttribute(`data-scroll-locked`)||`0`,10);return isFinite(e)?e:0},wP=function(){z.useEffect(function(){return document.body.setAttribute(xP,(CP()+1).toString()),function(){var e=CP()-1;e<=0?document.body.removeAttribute(xP):document.body.setAttribute(xP,e.toString())}},[])},TP=function(e){var t=e.noRelative,n=e.noImportant,r=e.gapMode,i=r===void 0?`margin`:r;wP();var a=z.useMemo(function(){return yP(i)},[i]);return z.createElement(bP,{styles:SP(a,!t,i,n?``:`!important`)})},EP=!1;if(typeof window<`u`)try{var DP=Object.defineProperty({},"passive",{get:function(){return EP=!0,!0}});window.addEventListener(`test`,DP,DP),window.removeEventListener(`test`,DP,DP)}catch{EP=!1}var OP=EP?{passive:!1}:!1,kP=function(e){return e.tagName===`TEXTAREA`},AP=function(e,t){if(!(e instanceof Element))return!1;var n=window.getComputedStyle(e);return n[t]!==`hidden`&&!(n.overflowY===n.overflowX&&!kP(e)&&n[t]===`visible`)},jP=function(e){return AP(e,`overflowY`)},MP=function(e){return AP(e,`overflowX`)},NP=function(e,t){var n=t.ownerDocument,r=t;do{if(typeof ShadowRoot<`u`&&r instanceof ShadowRoot&&(r=r.host),IP(e,r)){var i=LP(e,r);if(i[1]>i[2])return!0}r=r.parentNode}while(r&&r!==n.body);return!1},PP=function(e){return[e.scrollTop,e.scrollHeight,e.clientHeight]},FP=function(e){return[e.scrollLeft,e.scrollWidth,e.clientWidth]},IP=function(e,t){return e===`v`?jP(t):MP(t)},LP=function(e,t){return e===`v`?PP(t):FP(t)},RP=function(e,t){return e===`h`&&t===`rtl`?-1:1},zP=function(e,t,n,r,i){var a=RP(e,window.getComputedStyle(t).direction),o=a*r,s=n.target,c=t.contains(s),l=!1,u=o>0,d=0,f=0;do{if(!s)break;var p=LP(e,s),m=p[0],h=p[1]-p[2]-a*m;(m||h)&&IP(e,s)&&(d+=h,f+=m);var g=s.parentNode;s=g&&g.nodeType===Node.DOCUMENT_FRAGMENT_NODE?g.host:g}while(!c&&s!==document.body||c&&(t.contains(s)||t===s));return(u&&(i&&Math.abs(d)<1||!i&&o>d)||!u&&(i&&Math.abs(f)<1||!i&&-o>f))&&(l=!0),l},BP=function(e){return`changedTouches`in e?[e.changedTouches[0].clientX,e.changedTouches[0].clientY]:[0,0]},VP=function(e){return[e.deltaX,e.deltaY]},HP=function(e){return e&&`current`in e?e.current:e},UP=function(e,t){return e[0]===t[0]&&e[1]===t[1]},WP=function(e){return`
246
+ .block-interactivity-${e} {pointer-events: none;}
247
+ .allow-interactivity-${e} {pointer-events: all;}
248
+ `},GP=0,KP=[];function qP(e){var t=z.useRef([]),n=z.useRef([0,0]),r=z.useRef(),i=z.useState(GP++)[0],a=z.useState(hP)[0],o=z.useRef(e);z.useEffect(function(){o.current=e},[e]),z.useEffect(function(){if(e.inert){document.body.classList.add(`block-interactivity-${i}`);var t=WN([e.lockRef.current],(e.shards||[]).map(HP),!0).filter(Boolean);return t.forEach(function(e){return e.classList.add(`allow-interactivity-${i}`)}),function(){document.body.classList.remove(`block-interactivity-${i}`),t.forEach(function(e){return e.classList.remove(`allow-interactivity-${i}`)})}}},[e.inert,e.lockRef.current,e.shards]);var s=z.useCallback(function(e,t){if(`touches`in e&&e.touches.length===2||e.type===`wheel`&&e.ctrlKey)return!o.current.allowPinchZoom;var i=BP(e),a=n.current,s=`deltaX`in e?e.deltaX:a[0]-i[0],c=`deltaY`in e?e.deltaY:a[1]-i[1],l,u=e.target,d=Math.abs(s)>Math.abs(c)?`h`:`v`;if(`touches`in e&&d===`h`&&u.type===`range`)return!1;var f=window.getSelection(),p=f&&f.anchorNode;if(p&&(p===u||p.contains(u)))return!1;var m=NP(d,u);if(!m)return!0;if(m?l=d:(l=d===`v`?`h`:`v`,m=NP(d,u)),!m)return!1;if(!r.current&&`changedTouches`in e&&(s||c)&&(r.current=l),!l)return!0;var h=r.current||l;return zP(h,t,e,h===`h`?s:c,!0)},[]),c=z.useCallback(function(e){var n=e;if(!(!KP.length||KP[KP.length-1]!==a)){var r=`deltaY`in n?VP(n):BP(n),i=t.current.filter(function(e){return e.name===n.type&&(e.target===n.target||n.target===e.shadowParent)&&UP(e.delta,r)})[0];if(i&&i.should){n.cancelable&&n.preventDefault();return}if(!i){var c=(o.current.shards||[]).map(HP).filter(Boolean).filter(function(e){return e.contains(n.target)});(c.length>0?s(n,c[0]):!o.current.noIsolation)&&n.cancelable&&n.preventDefault()}}},[]),l=z.useCallback(function(e,n,r,i){var a={name:e,delta:n,target:r,should:i,shadowParent:JP(r)};t.current.push(a),setTimeout(function(){t.current=t.current.filter(function(e){return e!==a})},1)},[]),u=z.useCallback(function(e){n.current=BP(e),r.current=void 0},[]),d=z.useCallback(function(t){l(t.type,VP(t),t.target,s(t,e.lockRef.current))},[]),f=z.useCallback(function(t){l(t.type,BP(t),t.target,s(t,e.lockRef.current))},[]);z.useEffect(function(){return KP.push(a),e.setCallbacks({onScrollCapture:d,onWheelCapture:d,onTouchMoveCapture:f}),document.addEventListener(`wheel`,c,OP),document.addEventListener(`touchmove`,c,OP),document.addEventListener(`touchstart`,u,OP),function(){KP=KP.filter(function(e){return e!==a}),document.removeEventListener(`wheel`,c,OP),document.removeEventListener(`touchmove`,c,OP),document.removeEventListener(`touchstart`,u,OP)}},[]);var p=e.removeScrollBar,m=e.inert;return z.createElement(z.Fragment,null,m?z.createElement(a,{styles:WP(i)}):null,p?z.createElement(TP,{noRelative:e.noRelative,gapMode:e.gapMode}):null)}function JP(e){for(var t=null;e!==null;)e instanceof ShadowRoot&&(t=e.host,e=e.host),e=e.parentNode;return t}var YP=iP(aP,qP),XP=z.forwardRef(function(e,t){return z.createElement(sP,HN({},e,{ref:t,sideCar:YP}))});XP.classNames=sP.classNames;var ZP=[`Enter`,` `],QP=[`ArrowDown`,`PageUp`,`Home`],$P=[`ArrowUp`,`PageDown`,`End`],eF=[...QP,...$P],tF={ltr:[...ZP,`ArrowRight`],rtl:[...ZP,`ArrowLeft`]},nF={ltr:[`ArrowLeft`],rtl:[`ArrowRight`]},rF=`Menu`,[iF,aF,oF]=Mk(rF),[sF,cF]=sk(rF,[oF,LM,yN]),lF=LM(),uF=yN(),[dF,fF]=sF(rF),[pF,mF]=sF(rF),hF=e=>{let{__scopeMenu:t,open:n=!1,children:r,dir:i,onOpenChange:a,modal:o=!0}=e,s=lF(t),[c,l]=z.useState(null),u=z.useRef(!1),d=Fk(a),f=Pk(i);return z.useEffect(()=>{let e=()=>{u.current=!0,document.addEventListener(`pointerdown`,t,{capture:!0,once:!0}),document.addEventListener(`pointermove`,t,{capture:!0,once:!0})},t=()=>u.current=!1;return document.addEventListener(`keydown`,e,{capture:!0}),()=>{document.removeEventListener(`keydown`,e,{capture:!0}),document.removeEventListener(`pointerdown`,t,{capture:!0}),document.removeEventListener(`pointermove`,t,{capture:!0})}},[]),z.useEffect(()=>{if(!n)return;let e=()=>d(!1);return window.addEventListener(`blur`,e),()=>window.removeEventListener(`blur`,e)},[n,d]),(0,B.jsx)($M,{...s,children:(0,B.jsx)(dF,{scope:t,open:n,onOpenChange:d,content:c,onContentChange:l,children:(0,B.jsx)(pF,{scope:t,onClose:z.useCallback(()=>d(!1),[d]),isUsingKeyboardRef:u,dir:f,modal:o,children:r})})})};hF.displayName=rF;var gF=`MenuAnchor`,_F=z.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=lF(n);return(0,B.jsx)(eN,{...i,...r,ref:t})});_F.displayName=gF;var vF=`MenuPortal`,[yF,bF]=sF(vF,{forceMount:void 0}),xF=e=>{let{__scopeMenu:t,forceMount:n,children:r,container:i}=e,a=fF(vF,t);return(0,B.jsx)(yF,{scope:t,forceMount:n,children:(0,B.jsx)(oN,{present:n||a.open,children:(0,B.jsx)(iN,{asChild:!0,container:i,children:r})})})};xF.displayName=vF;var SF=`MenuContent`,[CF,wF]=sF(SF),TF=z.forwardRef((e,t)=>{let n=bF(SF,e.__scopeMenu),{forceMount:r=n.forceMount,...i}=e,a=fF(SF,e.__scopeMenu),o=mF(SF,e.__scopeMenu);return(0,B.jsx)(iF.Provider,{scope:e.__scopeMenu,children:(0,B.jsx)(oN,{present:r||a.open,children:(0,B.jsx)(iF.Slot,{scope:e.__scopeMenu,children:o.modal?(0,B.jsx)(EF,{...i,ref:t}):(0,B.jsx)(DF,{...i,ref:t})})})})}),EF=z.forwardRef((e,t)=>{let n=fF(SF,e.__scopeMenu),r=z.useRef(null),i=ok(t,r);return z.useEffect(()=>{let e=r.current;if(e)return VN(e)},[]),(0,B.jsx)(kF,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:n.open,disableOutsideScroll:!0,onFocusOutside:rk(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1}),onDismiss:()=>n.onOpenChange(!1)})}),DF=z.forwardRef((e,t)=>{let n=fF(SF,e.__scopeMenu);return(0,B.jsx)(kF,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,onDismiss:()=>n.onOpenChange(!1)})}),OF=_k(`MenuContent.ScrollLock`),kF=z.forwardRef((e,t)=>{let{__scopeMenu:n,loop:r=!1,trapFocus:i,onOpenAutoFocus:a,onCloseAutoFocus:o,disableOutsidePointerEvents:s,onEntryFocus:c,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,disableOutsideScroll:m,...h}=e,g=fF(SF,n),_=mF(SF,n),v=lF(n),y=uF(n),b=aF(n),[x,S]=z.useState(null),C=z.useRef(null),w=ok(t,C,g.onContentChange),T=z.useRef(0),E=z.useRef(``),D=z.useRef(0),O=z.useRef(null),k=z.useRef(`right`),A=z.useRef(0),ee=m?XP:z.Fragment,j=m?{as:OF,allowPinchZoom:!0}:void 0,M=e=>{let t=E.current+e,n=b().filter(e=>!e.disabled),r=document.activeElement,i=n.find(e=>e.ref.current===r)?.textValue,a=pI(n.map(e=>e.textValue),t,i),o=n.find(e=>e.textValue===a)?.ref.current;(function e(t){E.current=t,window.clearTimeout(T.current),t!==``&&(T.current=window.setTimeout(()=>e(``),1e3))})(t),o&&setTimeout(()=>o.focus())};z.useEffect(()=>()=>window.clearTimeout(T.current),[]),Qk();let N=z.useCallback(e=>k.current===O.current?.side&&hI(e,O.current?.area),[]);return(0,B.jsx)(CF,{scope:n,searchRef:E,onItemEnter:z.useCallback(e=>{N(e)&&e.preventDefault()},[N]),onItemLeave:z.useCallback(e=>{N(e)||(C.current?.focus(),S(null))},[N]),onTriggerLeave:z.useCallback(e=>{N(e)&&e.preventDefault()},[N]),pointerGraceTimerRef:D,onPointerGraceIntentChange:z.useCallback(e=>{O.current=e},[]),children:(0,B.jsx)(ee,{...j,children:(0,B.jsx)(iA,{asChild:!0,trapped:i,onMountAutoFocus:rk(a,e=>{e.preventDefault(),C.current?.focus({preventScroll:!0})}),onUnmountAutoFocus:o,children:(0,B.jsx)(Hk,{asChild:!0,disableOutsidePointerEvents:s,onEscapeKeyDown:l,onPointerDownOutside:u,onFocusOutside:d,onInteractOutside:f,onDismiss:p,children:(0,B.jsx)(jN,{asChild:!0,...y,dir:_.dir,orientation:`vertical`,loop:r,currentTabStopId:x,onCurrentTabStopIdChange:S,onEntryFocus:rk(c,e=>{_.isUsingKeyboardRef.current||e.preventDefault()}),preventScrollOnEntryFocus:!0,children:(0,B.jsx)(tN,{role:`menu`,"aria-orientation":`vertical`,"data-state":cI(g.open),"data-radix-menu-content":``,dir:_.dir,...v,...h,ref:w,style:{outline:`none`,...h.style},onKeyDown:rk(h.onKeyDown,e=>{let t=e.target.closest(`[data-radix-menu-content]`)===e.currentTarget,n=e.ctrlKey||e.altKey||e.metaKey,r=e.key.length===1;t&&(e.key===`Tab`&&e.preventDefault(),!n&&r&&M(e.key));let i=C.current;if(e.target!==i||!eF.includes(e.key))return;e.preventDefault();let a=b().filter(e=>!e.disabled).map(e=>e.ref.current);$P.includes(e.key)&&a.reverse(),dI(a)}),onBlur:rk(e.onBlur,e=>{e.currentTarget.contains(e.target)||(window.clearTimeout(T.current),E.current=``)}),onPointerMove:rk(e.onPointerMove,gI(e=>{let t=e.target,n=A.current!==e.clientX;if(e.currentTarget.contains(t)&&n){let t=e.clientX>A.current?`right`:`left`;k.current=t,A.current=e.clientX}}))})})})})})})});TF.displayName=SF;var AF=`MenuGroup`,jF=z.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,B.jsx)(Ak.div,{role:`group`,...r,ref:t})});jF.displayName=AF;var MF=`MenuLabel`,NF=z.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,B.jsx)(Ak.div,{...r,ref:t})});NF.displayName=MF;var PF=`MenuItem`,FF=`menu.itemSelect`,IF=z.forwardRef((e,t)=>{let{disabled:n=!1,onSelect:r,...i}=e,a=z.useRef(null),o=mF(PF,e.__scopeMenu),s=wF(PF,e.__scopeMenu),c=ok(t,a),l=z.useRef(!1),u=()=>{let e=a.current;if(!n&&e){let t=new CustomEvent(FF,{bubbles:!0,cancelable:!0});e.addEventListener(FF,e=>r?.(e),{once:!0}),jk(e,t),t.defaultPrevented?l.current=!1:o.onClose()}};return(0,B.jsx)(LF,{...i,ref:c,disabled:n,onClick:rk(e.onClick,u),onPointerDown:t=>{e.onPointerDown?.(t),l.current=!0},onPointerUp:rk(e.onPointerUp,e=>{l.current||e.currentTarget?.click()}),onKeyDown:rk(e.onKeyDown,e=>{let t=s.searchRef.current!==``;n||t&&e.key===` `||ZP.includes(e.key)&&(e.currentTarget.click(),e.preventDefault())})})});IF.displayName=PF;var LF=z.forwardRef((e,t)=>{let{__scopeMenu:n,disabled:r=!1,textValue:i,...a}=e,o=wF(PF,n),s=uF(n),c=z.useRef(null),l=ok(t,c),[u,d]=z.useState(!1),[f,p]=z.useState(``);return z.useEffect(()=>{let e=c.current;e&&p((e.textContent??``).trim())},[a.children]),(0,B.jsx)(iF.ItemSlot,{scope:n,disabled:r,textValue:i??f,children:(0,B.jsx)(MN,{asChild:!0,...s,focusable:!r,children:(0,B.jsx)(Ak.div,{role:`menuitem`,"data-highlighted":u?``:void 0,"aria-disabled":r||void 0,"data-disabled":r?``:void 0,...a,ref:l,onPointerMove:rk(e.onPointerMove,gI(e=>{r?o.onItemLeave(e):(o.onItemEnter(e),e.defaultPrevented||e.currentTarget.focus({preventScroll:!0}))})),onPointerLeave:rk(e.onPointerLeave,gI(e=>o.onItemLeave(e))),onFocus:rk(e.onFocus,()=>d(!0)),onBlur:rk(e.onBlur,()=>d(!1))})})})}),RF=`MenuCheckboxItem`,zF=z.forwardRef((e,t)=>{let{checked:n=!1,onCheckedChange:r,...i}=e;return(0,B.jsx)(qF,{scope:e.__scopeMenu,checked:n,children:(0,B.jsx)(IF,{role:`menuitemcheckbox`,"aria-checked":lI(n)?`mixed`:n,...i,ref:t,"data-state":uI(n),onSelect:rk(i.onSelect,()=>r?.(lI(n)?!0:!n),{checkForDefaultPrevented:!1})})})});zF.displayName=RF;var BF=`MenuRadioGroup`,[VF,HF]=sF(BF,{value:void 0,onValueChange:()=>{}}),UF=z.forwardRef((e,t)=>{let{value:n,onValueChange:r,...i}=e,a=Fk(r);return(0,B.jsx)(VF,{scope:e.__scopeMenu,value:n,onValueChange:a,children:(0,B.jsx)(jF,{...i,ref:t})})});UF.displayName=BF;var WF=`MenuRadioItem`,GF=z.forwardRef((e,t)=>{let{value:n,...r}=e,i=HF(WF,e.__scopeMenu),a=n===i.value;return(0,B.jsx)(qF,{scope:e.__scopeMenu,checked:a,children:(0,B.jsx)(IF,{role:`menuitemradio`,"aria-checked":a,...r,ref:t,"data-state":uI(a),onSelect:rk(r.onSelect,()=>i.onValueChange?.(n),{checkForDefaultPrevented:!1})})})});GF.displayName=WF;var KF=`MenuItemIndicator`,[qF,JF]=sF(KF,{checked:!1}),YF=z.forwardRef((e,t)=>{let{__scopeMenu:n,forceMount:r,...i}=e,a=JF(KF,n);return(0,B.jsx)(oN,{present:r||lI(a.checked)||a.checked===!0,children:(0,B.jsx)(Ak.span,{...i,ref:t,"data-state":uI(a.checked)})})});YF.displayName=KF;var XF=`MenuSeparator`,ZF=z.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e;return(0,B.jsx)(Ak.div,{role:`separator`,"aria-orientation":`horizontal`,...r,ref:t})});ZF.displayName=XF;var QF=`MenuArrow`,$F=z.forwardRef((e,t)=>{let{__scopeMenu:n,...r}=e,i=lF(n);return(0,B.jsx)(nN,{...i,...r,ref:t})});$F.displayName=QF;var eI=`MenuSub`,[tI,nI]=sF(eI),rI=e=>{let{__scopeMenu:t,children:n,open:r=!1,onOpenChange:i}=e,a=fF(eI,t),o=lF(t),[s,c]=z.useState(null),[l,u]=z.useState(null),d=Fk(i);return z.useEffect(()=>(a.open===!1&&d(!1),()=>d(!1)),[a.open,d]),(0,B.jsx)($M,{...o,children:(0,B.jsx)(dF,{scope:t,open:r,onOpenChange:d,content:l,onContentChange:u,children:(0,B.jsx)(tI,{scope:t,contentId:vA(),triggerId:vA(),trigger:s,onTriggerChange:c,children:n})})})};rI.displayName=eI;var iI=`MenuSubTrigger`,aI=z.forwardRef((e,t)=>{let n=fF(iI,e.__scopeMenu),r=mF(iI,e.__scopeMenu),i=nI(iI,e.__scopeMenu),a=wF(iI,e.__scopeMenu),o=z.useRef(null),{pointerGraceTimerRef:s,onPointerGraceIntentChange:c}=a,l={__scopeMenu:e.__scopeMenu},u=z.useCallback(()=>{o.current&&window.clearTimeout(o.current),o.current=null},[]);z.useEffect(()=>u,[u]),z.useEffect(()=>{let e=s.current;return()=>{window.clearTimeout(e),c(null)}},[s,c]);let d=ok(t,i.onTriggerChange);return(0,B.jsx)(_F,{asChild:!0,...l,children:(0,B.jsx)(LF,{id:i.triggerId,"aria-haspopup":`menu`,"aria-expanded":n.open,"aria-controls":n.open?i.contentId:void 0,"data-state":cI(n.open),...e,ref:d,onClick:t=>{e.onClick?.(t),!(e.disabled||t.defaultPrevented)&&(t.currentTarget.focus(),n.open||n.onOpenChange(!0))},onPointerMove:rk(e.onPointerMove,gI(t=>{a.onItemEnter(t),!t.defaultPrevented&&!e.disabled&&!n.open&&!o.current&&(a.onPointerGraceIntentChange(null),o.current=window.setTimeout(()=>{n.onOpenChange(!0),u()},100))})),onPointerLeave:rk(e.onPointerLeave,gI(e=>{u();let t=n.content?.getBoundingClientRect();if(t){let r=n.content?.dataset.side,i=r===`right`,o=i?-5:5,c=t[i?`left`:`right`],l=t[i?`right`:`left`];a.onPointerGraceIntentChange({area:[{x:e.clientX+o,y:e.clientY},{x:c,y:t.top},{x:l,y:t.top},{x:l,y:t.bottom},{x:c,y:t.bottom}],side:r}),window.clearTimeout(s.current),s.current=window.setTimeout(()=>a.onPointerGraceIntentChange(null),300)}else{if(a.onTriggerLeave(e),e.defaultPrevented)return;a.onPointerGraceIntentChange(null)}})),onKeyDown:rk(e.onKeyDown,t=>{let i=a.searchRef.current!==``;e.disabled||i&&t.key===` `||tF[r.dir].includes(t.key)&&(n.onOpenChange(!0),n.content?.focus(),t.preventDefault())})})})});aI.displayName=iI;var oI=`MenuSubContent`,sI=z.forwardRef((e,t)=>{let n=bF(SF,e.__scopeMenu),{forceMount:r=n.forceMount,align:i=`start`,...a}=e,o=fF(SF,e.__scopeMenu),s=mF(SF,e.__scopeMenu),c=nI(oI,e.__scopeMenu),l=z.useRef(null),u=ok(t,l);return(0,B.jsx)(iF.Provider,{scope:e.__scopeMenu,children:(0,B.jsx)(oN,{present:r||o.open,children:(0,B.jsx)(iF.Slot,{scope:e.__scopeMenu,children:(0,B.jsx)(kF,{id:c.contentId,"aria-labelledby":c.triggerId,...a,ref:u,align:i,side:s.dir===`rtl`?`left`:`right`,disableOutsidePointerEvents:!1,disableOutsideScroll:!1,trapFocus:!1,onOpenAutoFocus:e=>{s.isUsingKeyboardRef.current&&l.current?.focus(),e.preventDefault()},onCloseAutoFocus:e=>e.preventDefault(),onFocusOutside:rk(e.onFocusOutside,e=>{e.target!==c.trigger&&o.onOpenChange(!1)}),onEscapeKeyDown:rk(e.onEscapeKeyDown,e=>{s.onClose(),e.preventDefault()}),onKeyDown:rk(e.onKeyDown,e=>{let t=e.currentTarget.contains(e.target),n=nF[s.dir].includes(e.key);t&&n&&(o.onOpenChange(!1),c.trigger?.focus(),e.preventDefault())})})})})})});sI.displayName=oI;function cI(e){return e?`open`:`closed`}function lI(e){return e===`indeterminate`}function uI(e){return lI(e)?`indeterminate`:e?`checked`:`unchecked`}function dI(e){let t=document.activeElement;for(let n of e)if(n===t||(n.focus(),document.activeElement!==t))return}function fI(e,t){return e.map((n,r)=>e[(t+r)%e.length])}function pI(e,t,n){let r=t.length>1&&Array.from(t).every(e=>e===t[0])?t[0]:t,i=n?e.indexOf(n):-1,a=fI(e,Math.max(i,0));r.length===1&&(a=a.filter(e=>e!==n));let o=a.find(e=>e.toLowerCase().startsWith(r.toLowerCase()));return o===n?void 0:o}function mI(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function hI(e,t){return t?mI({x:e.clientX,y:e.clientY},t):!1}function gI(e){return t=>t.pointerType===`mouse`?e(t):void 0}var _I=hF,vI=_F,yI=xF,bI=TF,xI=jF,SI=NF,CI=IF,wI=zF,TI=UF,EI=GF,DI=YF,OI=ZF,kI=$F,AI=aI,jI=sI,MI=`DropdownMenu`,[NI,PI]=sk(MI,[cF]),FI=cF(),[II,LI]=NI(MI),RI=e=>{let{__scopeDropdownMenu:t,children:n,dir:r,open:i,defaultOpen:a,onOpenChange:o,modal:s=!0}=e,c=FI(t),l=z.useRef(null),[u,d]=mk({prop:i,defaultProp:a??!1,onChange:o,caller:MI});return(0,B.jsx)(II,{scope:t,triggerId:vA(),triggerRef:l,contentId:vA(),open:u,onOpenChange:d,onOpenToggle:z.useCallback(()=>d(e=>!e),[d]),modal:s,children:(0,B.jsx)(_I,{...c,open:u,onOpenChange:d,dir:r,modal:s,children:n})})};RI.displayName=MI;var zI=`DropdownMenuTrigger`,BI=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,disabled:r=!1,...i}=e,a=LI(zI,n),o=FI(n),s=ok(t,a.triggerRef);return(0,B.jsx)(vI,{asChild:!0,...o,children:(0,B.jsx)(Ak.button,{type:`button`,id:a.triggerId,"aria-haspopup":`menu`,"aria-expanded":a.open,"aria-controls":a.open?a.contentId:void 0,"data-state":a.open?`open`:`closed`,"data-disabled":r?``:void 0,disabled:r,...i,ref:s,onPointerDown:rk(e.onPointerDown,e=>{!r&&e.button===0&&e.ctrlKey===!1&&(a.onOpenToggle(),a.open||e.preventDefault())}),onKeyDown:rk(e.onKeyDown,e=>{r||([`Enter`,` `].includes(e.key)&&a.onOpenToggle(),e.key===`ArrowDown`&&a.onOpenChange(!0),[`Enter`,` `,`ArrowDown`].includes(e.key)&&e.preventDefault())})})})});BI.displayName=zI;var VI=`DropdownMenuPortal`,HI=e=>{let{__scopeDropdownMenu:t,...n}=e,r=FI(t);return(0,B.jsx)(yI,{...r,...n})};HI.displayName=VI;var UI=`DropdownMenuContent`,WI=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=LI(UI,n),a=FI(n),o=z.useRef(!1);return(0,B.jsx)(bI,{id:i.contentId,"aria-labelledby":i.triggerId,...a,...r,ref:t,onCloseAutoFocus:rk(e.onCloseAutoFocus,e=>{o.current||i.triggerRef.current?.focus(),o.current=!1,e.preventDefault()}),onInteractOutside:rk(e.onInteractOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0,r=t.button===2||n;(!i.modal||r)&&(o.current=!0)}),style:{...e.style,"--radix-dropdown-menu-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-dropdown-menu-content-available-width":`var(--radix-popper-available-width)`,"--radix-dropdown-menu-content-available-height":`var(--radix-popper-available-height)`,"--radix-dropdown-menu-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-dropdown-menu-trigger-height":`var(--radix-popper-anchor-height)`}})});WI.displayName=UI;var GI=`DropdownMenuGroup`,KI=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(xI,{...i,...r,ref:t})});KI.displayName=GI;var qI=`DropdownMenuLabel`,JI=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(SI,{...i,...r,ref:t})});JI.displayName=qI;var YI=`DropdownMenuItem`,XI=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(CI,{...i,...r,ref:t})});XI.displayName=YI;var ZI=`DropdownMenuCheckboxItem`,QI=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(wI,{...i,...r,ref:t})});QI.displayName=ZI;var $I=`DropdownMenuRadioGroup`,eL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(TI,{...i,...r,ref:t})});eL.displayName=$I;var tL=`DropdownMenuRadioItem`,nL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(EI,{...i,...r,ref:t})});nL.displayName=tL;var rL=`DropdownMenuItemIndicator`,iL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(DI,{...i,...r,ref:t})});iL.displayName=rL;var aL=`DropdownMenuSeparator`,oL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(OI,{...i,...r,ref:t})});oL.displayName=aL;var sL=`DropdownMenuArrow`,cL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(kI,{...i,...r,ref:t})});cL.displayName=sL;var lL=`DropdownMenuSubTrigger`,uL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(AI,{...i,...r,ref:t})});uL.displayName=lL;var dL=`DropdownMenuSubContent`,fL=z.forwardRef((e,t)=>{let{__scopeDropdownMenu:n,...r}=e,i=FI(n);return(0,B.jsx)(jI,{...i,...r,ref:t,style:{...e.style,"--radix-dropdown-menu-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-dropdown-menu-content-available-width":`var(--radix-popper-available-width)`,"--radix-dropdown-menu-content-available-height":`var(--radix-popper-available-height)`,"--radix-dropdown-menu-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-dropdown-menu-trigger-height":`var(--radix-popper-anchor-height)`}})});fL.displayName=dL;var pL=RI,mL=BI,hL=HI,gL=WI,_L=KI,vL=JI,yL=XI,bL=eL,xL=nL,SL=iL,CL=oL,wL=`isolate bg-elevated opacity-100 border border-border shadow-2xl shadow-black/40`,TL=`z-[110]`,EL=`${TL} ${wL}`,DL=`z-[250]`,OL=`z-[250]`;function kL({modal:e=!1,...t}){return(0,B.jsx)(pL,{modal:e,...t})}var AL=mL;function jL({children:e,align:t=`end`,sideOffset:n=6}){return(0,B.jsx)(hL,{children:(0,B.jsx)(gL,{align:t,sideOffset:n,className:`${EL} min-w-[184px] overflow-hidden rounded-lg p-1`,children:e})})}function ML({children:e,onSelect:t,icon:n,danger:r}){return(0,B.jsxs)(yL,{onSelect:t,className:`flex cursor-pointer select-none items-center gap-2 rounded-md px-2.5 py-1.5 text-[12px] outline-none transition-colors data-[highlighted]:bg-panel-2 ${r?`text-red-400 data-[highlighted]:text-red-300`:`text-muted data-[highlighted]:text-fg`}`,children:[n&&(0,B.jsx)(`span`,{className:`flex w-3.5 shrink-0 items-center justify-center`,children:n}),e]})}function NL(){return(0,B.jsx)(CL,{className:`my-1 h-px bg-border`})}var PL=(0,z.memo)(function({slug:e,size:t=`md`,onDone:n,doneBusy:r,onMutateStart:i,onApplied:a,onFailed:o}){let[s,c]=(0,z.useState)(`done`),[l,u]=(0,z.useState)(!1),d=(s===`done`&&n?r:l)??!1,f=()=>{if(i?.(),s===`done`&&n)return n();u(!0),Y.setThreadStatus({slug:e,status:s}).then(()=>{Z(`Status → ${s}`),a?.()}).catch(()=>o?.()).finally(()=>u(!1))},p=t===`sm`;return(0,B.jsxs)(`div`,{className:`flex items-stretch overflow-hidden rounded-md border border-border-strong`,children:[(0,B.jsxs)(`button`,{onClick:f,disabled:d,onMouseDown:e=>e.preventDefault(),className:`flex items-center bg-panel-2 font-medium text-fg transition-colors hover:bg-elevated disabled:opacity-50 ${p?`gap-1 px-1.5 text-[11px]`:`gap-1.5 px-2.5 py-1 text-[12px]`}`,children:[d&&(0,B.jsx)(vy,{size:p?11:12,className:`animate-spin`}),`Mark as `,s]}),(0,B.jsxs)(kL,{children:[(0,B.jsx)(AL,{"aria-label":`Set status…`,className:`flex items-center border-l border-border-strong bg-panel-2 text-muted outline-none transition-colors hover:bg-elevated hover:text-fg data-[state=open]:bg-elevated data-[state=open]:text-fg ${p?`px-1`:`px-1.5`}`,children:(0,B.jsx)(Vv,{size:p?11:12})}),(0,B.jsx)(jL,{children:OD.map(e=>(0,B.jsxs)(ML,{onSelect:()=>c(e),children:[`Mark as `,e]},e))})]})]})}),FL=`Dialog`,[IL,LL]=sk(FL),[RL,zL]=IL(FL),BL=e=>{let{__scopeDialog:t,children:n,open:r,defaultOpen:i,onOpenChange:a,modal:o=!0}=e,s=z.useRef(null),c=z.useRef(null),[l,u]=mk({prop:r,defaultProp:i??!1,onChange:a,caller:FL});return(0,B.jsx)(RL,{scope:t,triggerRef:s,contentRef:c,contentId:vA(),titleId:vA(),descriptionId:vA(),open:l,onOpenChange:u,onOpenToggle:z.useCallback(()=>u(e=>!e),[u]),modal:o,children:n})};BL.displayName=FL;var VL=`DialogTrigger`,HL=z.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=zL(VL,n),a=ok(t,i.triggerRef);return(0,B.jsx)(Ak.button,{type:`button`,"aria-haspopup":`dialog`,"aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":cR(i.open),...r,ref:a,onClick:rk(e.onClick,i.onOpenToggle)})});HL.displayName=VL;var UL=`DialogPortal`,[WL,GL]=IL(UL,{forceMount:void 0}),KL=e=>{let{__scopeDialog:t,forceMount:n,children:r,container:i}=e,a=zL(UL,t);return(0,B.jsx)(WL,{scope:t,forceMount:n,children:z.Children.map(r,e=>(0,B.jsx)(oN,{present:n||a.open,children:(0,B.jsx)(iN,{asChild:!0,container:i,children:e})}))})};KL.displayName=UL;var qL=`DialogOverlay`,JL=z.forwardRef((e,t)=>{let n=GL(qL,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,a=zL(qL,e.__scopeDialog);return a.modal?(0,B.jsx)(oN,{present:r||a.open,children:(0,B.jsx)(XL,{...i,ref:t})}):null});JL.displayName=qL;var YL=_k(`DialogOverlay.RemoveScroll`),XL=z.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=zL(qL,n),a=ok(t,Gk());return(0,B.jsx)(XP,{as:YL,allowPinchZoom:!0,shards:[i.contentRef],children:(0,B.jsx)(Ak.div,{"data-state":cR(i.open),...r,ref:a,style:{pointerEvents:`auto`,...r.style}})})}),ZL=`DialogContent`,QL=z.forwardRef((e,t)=>{let n=GL(ZL,e.__scopeDialog),{forceMount:r=n.forceMount,...i}=e,a=zL(ZL,e.__scopeDialog);return(0,B.jsx)(oN,{present:r||a.open,children:a.modal?(0,B.jsx)($L,{...i,ref:t}):(0,B.jsx)(eR,{...i,ref:t})})});QL.displayName=ZL;var $L=z.forwardRef((e,t)=>{let n=zL(ZL,e.__scopeDialog),r=z.useRef(null),i=ok(t,n.contentRef,r);return z.useEffect(()=>{let e=r.current;if(e)return VN(e)},[]),(0,B.jsx)(tR,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:n.open,onCloseAutoFocus:rk(e.onCloseAutoFocus,e=>{e.preventDefault(),n.triggerRef.current?.focus()}),onPointerDownOutside:rk(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0;(t.button===2||n)&&e.preventDefault()}),onFocusOutside:rk(e.onFocusOutside,e=>e.preventDefault())})}),eR=z.forwardRef((e,t)=>{let n=zL(ZL,e.__scopeDialog),r=z.useRef(!1),i=z.useRef(!1);return(0,B.jsx)(tR,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(r.current||n.triggerRef.current?.focus(),t.preventDefault()),r.current=!1,i.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(r.current=!0,t.detail.originalEvent.type===`pointerdown`&&(i.current=!0));let a=t.target;n.triggerRef.current?.contains(a)&&t.preventDefault(),t.detail.originalEvent.type===`focusin`&&i.current&&t.preventDefault()}})}),tR=z.forwardRef((e,t)=>{let{__scopeDialog:n,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,...o}=e,s=zL(ZL,n);return Qk(),(0,B.jsx)(B.Fragment,{children:(0,B.jsx)(iA,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a,children:(0,B.jsx)(Hk,{role:`dialog`,id:s.contentId,"aria-describedby":s.descriptionId,"aria-labelledby":s.titleId,"data-state":cR(s.open),...o,ref:t,deferPointerDownOutside:!0,onDismiss:()=>s.onOpenChange(!1)})})})}),nR=`DialogTitle`,rR=z.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=zL(nR,n);return(0,B.jsx)(Ak.h2,{id:i.titleId,...r,ref:t})});rR.displayName=nR;var iR=`DialogDescription`,aR=z.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=zL(iR,n);return(0,B.jsx)(Ak.p,{id:i.descriptionId,...r,ref:t})});aR.displayName=iR;var oR=`DialogClose`,sR=z.forwardRef((e,t)=>{let{__scopeDialog:n,...r}=e,i=zL(oR,n);return(0,B.jsx)(Ak.button,{type:`button`,...r,ref:t,onClick:rk(e.onClick,()=>i.onOpenChange(!1))})});sR.displayName=oR;function cR(e){return e?`open`:`closed`}var lR=new Set([`artifact-template`,`code-comment`,`created-thread`,`git-stage`,`git-commit`,`git-create-branch`,`git-push`,`git-create-pr`,`archive`,`archive-thread`,`automation-update`]),uR=/[a-zA-Z_][a-zA-Z0-9_-]*/y,dR=/^-?(?:0|[1-9]\d*)(?:\.\d+)?$/;function fR(e){let t={},n=0;for(;n<e.length;){for(;/\s/.test(e[n]??``);)n++;if(n>=e.length)break;uR.lastIndex=n;let r=uR.exec(e);if(!r||Object.hasOwn(t,r[0]))return null;let i=r[0];if(n=uR.lastIndex,e[n]!==`=`)return null;if(n++,e[n]===`"`){let r=n;n++;let a=!1;for(;n<e.length;){let t=e[n++];if(a)a=!1;else if(t===`\\`)a=!0;else if(t===`"`)break}if(e[n-1]!==`"`)return null;try{t[i]=JSON.parse(e.slice(r,n))}catch{return null}}else{let r=n;for(;n<e.length&&!/\s/.test(e[n]);)n++;let a=e.slice(r,n);if(a===`true`||a===`false`)t[i]=a===`true`;else if(dR.test(a))t[i]=Number(a);else return null}if(n<e.length&&!/\s/.test(e[n]))return null}return t}function pR(e){let t=e.match(/^\s*::([a-z][a-z0-9-]*)\{([^\n]*)\}\s*$/);if(!t||!lR.has(t[1]))return null;let n=fR(t[2]);return n?{name:t[1],attrs:n}:null}var mR=String.raw`(?:[^\s\`]|[ ](?!/))+`,hR=new RegExp(String.raw`^\s*\`?(/${mR}\.(?:png|jpe?g|gif|webp))\`?\s*$`,`i`),gR=new RegExp(String.raw`^\s*\`?(/${mR}\.(?:${Rm.join(`|`)}))\`?\s*$`,`i`),_R=/^\s{0,3}(?:```|~~~)/,vR=/^\s{0,3}(`{3,}|~{3,})\s*mermaid\s*$/i,yR=/^\s*::codex-inline-vis\{file="([a-z0-9][a-z0-9-]{0,127}\.html)"\}\s*$/;function bR(e){let t=e.split(`
249
+ `),n=[],r=[],i=!1,a=()=>{if(r.length){let e=r.join(`
250
+ `);e.trim()&&n.push({kind:`md`,text:e}),r=[]}};for(let e=0;e<t.length;e++){let o=t[e];if(!i){let r=o.match(vR)?.[1];if(r){let i=RegExp(`^\\s{0,3}${r[0]==="`"?"`":`~`}{${r.length},}\\s*$`),o=e+1;for(;o<t.length&&!i.test(t[o]);)o++;if(o<t.length){a(),n.push({kind:`mermaid`,source:t.slice(e+1,o).join(`
251
+ `)}),e=o;continue}}}if(_R.test(o)){i=!i,r.push(o);continue}if(i){r.push(o);continue}let s=o.match(yR);if(s){a(),n.push({kind:`visualization`,file:s[1]});continue}let c=pR(o);if(c){a(),n.push({kind:`directive`,directive:c});continue}let l=o.match(hR);if(l){a(),n.push({kind:`image`,path:l[1]});continue}let u=o.match(gR);if(u){a(),n.push({kind:`file`,path:u[1]});continue}r.push(o)}return a(),n}function xR(e){let t=e.split(`
252
+ `),n=Array(t.length),r=!1;for(let e=0;e<t.length;e++)_R.test(t[e])?(r=!r,n[e]=!0):n[e]=r;let i=[],a=t.length;for(;a>0&&!n[a-1];){let e=t[a-1],n=e.match(hR),r=n?null:e.match(gR);if(n)i.unshift({path:n[1],kind:`image`});else if(r)i.unshift({path:r[1],kind:`file`});else break;a--}return{prose:t.slice(0,a).join(`
253
+ `),attachments:i}}function SR(e,t){return t.length?`${e}${e?`
254
+ `:``}${t.join(`
255
+ `)}`:e}function CR(e,t){return t&&e.key===`Enter`&&!e.isComposing&&e.keyCode!==229&&!e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.shiftKey}function wR(e){return e.key===`Enter`&&(e.metaKey||e.ctrlKey)&&!e.isComposing&&e.keyCode!==229}function TR(e,t){return t&&e.key===`Enter`&&(e.metaKey||e.ctrlKey)&&!e.isComposing&&e.keyCode!==229&&!e.altKey&&!e.shiftKey}function ER(e){return e.key===`Enter`&&e.altKey&&!e.ctrlKey&&!e.metaKey&&!e.isComposing}function DR(e,t,n){return e===`queueComposer`&&t===`Enter`&&n}var OR=`gap-3`,kR=`-mx-1`,AR=`-mx-[3px]`,jR=`-mx-2`,MR=`-mx-[7px]`,NR=`right-2`,PR=`right-[71px]`,FR=`right-[44px]`,IR=`pr-[6.6875rem]`,LR=`pr-20`,RR=/^[a-zA-Z]:[\\/]/;function zR(e){try{return decodeURIComponent(e)}catch{return e}}function BR(e){if(e===`/`||e.startsWith(`/?`)||e.startsWith(`/#`))return!0;let t=e.replace(/[?#].*$/u,``);if(kg(t))return!0;let n=Mg(t).split(`/`)[1]??``;return Tg.has(n)}function VR(e){let t=e?.trim();if(!t)return null;let n=zR(t);if(RR.test(n))return{display:n};if(n.startsWith(`/`)&&!n.startsWith(`//`)&&!BR(n)){let e=n;return{display:e,posixPath:e}}if(!/^file:/i.test(t))return null;try{let e=new URL(t);if(e.protocol!==`file:`)return null;if(e.hostname&&e.hostname!==`localhost`)return{display:t};let n=zR(e.pathname);return{display:n,posixPath:n}}catch{return{display:t}}}function HR(e){return`${Fg()}/local-image?path=${encodeURIComponent(e)}`}var UR=/\.(?:png|jpe?g|gif|webp)$/i;function WR(e){return e.posixPath&&UR.test(e.posixPath)?HR(e.posixPath):null}var GR=/\.(?:md|markdown)$/i;function KR(e){return GR.test(e.trim().replace(/:\d+(?::\d+)?$/,``))}function qR(e,t,n){let r=e?.trim();if(!r||/^[a-z][a-z0-9+.-]*:/i.test(r)||r.startsWith(`/`)||r.startsWith(`#`)||r.startsWith(`?`))return null;let i=zR(r.replace(/[?#].*$/u,``));if(!i)return null;let a=i===`~`||i.startsWith(`~/`);if(a&&!n?.startsWith(`/`))return null;let o=a?n:t;if(!o.startsWith(`/`))return null;let s=`${o}/${a?i.slice(1):i}`.split(`/`),c=[];for(let e of s)!e||e===`.`||(e===`..`?c.pop():c.push(e));return`/${c.join(`/`)}`}function JR(e){let t=e.lastIndexOf(`/`);return t>0?e.slice(0,t):`/`}async function YR(e,t){let n=Fg(),r=await e.arrayBuffer(),i=``,a=new Uint8Array(r);for(let e=0;e<a.length;e+=32768)i+=String.fromCharCode(...a.subarray(e,e+32768));let o=await fetch(`${n}/attach`,{method:`POST`,headers:{"content-type":`application/json`},body:JSON.stringify({name:t,data:btoa(i)})});return o.ok?(await o.json()).path??null:null}function XR({value:e,onChange:t,onSubmit:n,surface:r,placeholder:i,id:a,minHeight:o=44,maxHeight:s=220,autoFocus:c,busy:l,footer:u,leftAction:d,onInterruptSubmit:f}){let p=(0,z.useRef)(null),m=(0,z.useRef)(null),[h,g]=(0,z.useState)(!1),[_,v]=(0,z.useState)(!1),{prose:y,attachments:b}=(0,z.useMemo)(()=>xR(e),[e]),x=b.map(e=>e.path),S=(0,z.useRef)(e);S.current=e;let C=e=>t(SR(e,x)),w=e=>t(SR(y,e));async function T(e){if(!e)return;if(_){Z(`An upload is already in progress — try again in a moment`);return}let n=[...e].map(e=>{let t=e.type.startsWith(`image/`)?e.type.slice(6).toLowerCase():``,n=t===`jpeg`?`jpg`:t===`svg+xml`?`svg`:t;return{file:e,name:e.name||(n?`pasted.${n}`:``)}}).filter(({name:e})=>Um(e)?!0:(Z(`${e||`File`}: unsupported file type`),!1));if(!n.length)return;let r=n.filter(({file:e,name:t})=>e.size>Bm?(Z(`${t} is too large (max ${Math.floor(Bm/1e6)} MB)`),!1):!0);if(!r.length)return;let i=S.current;v(!0);let a=[];try{for(let{file:e,name:t}of r){let n=await YR(e,t);n?a.push(n):Z(`Could not attach ${t}`)}}finally{v(!1)}if(a.length&&i!==``&&S.current===``){Z(`Attachment discarded — the message was sent before the upload finished`),requestAnimationFrame(()=>p.current?.focus());return}if(a.length){let e=xR(S.current);t(SR(e.prose,[...e.attachments.map(e=>e.path),...a]))}requestAnimationFrame(()=>p.current?.focus())}(0,z.useLayoutEffect)(()=>{let e=!0,t=()=>{let t=p.current;!t||!e||(t.style.height=`auto`,t.style.height=`${Math.min(t.scrollHeight,s)}px`)};t();let n=requestAnimationFrame(t);document.fonts?.ready.then(t);let r=p.current,i=r?.clientWidth??0,a,o=r?new ResizeObserver(([e])=>{let n=Math.round(e.contentRect.width);n!==i&&(i=n,a!==void 0&&cancelAnimationFrame(a),a=requestAnimationFrame(t))}):void 0;return r&&o?.observe(r),()=>{e=!1,cancelAnimationFrame(n),a!==void 0&&cancelAnimationFrame(a),o?.disconnect()}},[e,s,!!u]);let E=(0,z.useRef)(!1);(0,z.useEffect)(()=>{let e=p.current;if(!e)return;let t=()=>{E.current=e.disabled};return e.addEventListener(`focusout`,t),()=>e.removeEventListener(`focusout`,t)},[]),(0,z.useEffect)(()=>{if(l||!E.current)return;E.current=!1;let e=p.current,t=document.activeElement;e&&(!t||t.contains(e))&&e.focus({preventScroll:!0})},[l]);let D=e.trim().length>0,O=d??null;function k(e){let t=e.currentTarget,i={key:e.key,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,isComposing:e.nativeEvent.isComposing,keyCode:e.keyCode};if(DR(r,e.key,e.altKey)){e.preventDefault(),e.stopPropagation();let n=t.selectionStart??t.value.length,r=t.selectionEnd??n;C(t.value.slice(0,n)+`
256
+ `+t.value.slice(r)),requestAnimationFrame(()=>t.setSelectionRange(n+1,n+1));return}if(CR(i,D&&!l&&!_)){e.preventDefault(),e.stopPropagation(),n();return}if(TR(i,!!f&&D&&!l&&!_)){e.preventDefault(),e.stopPropagation(),f();return}if(ER(i)){let e=t.value,n=t.selectionStart??e.length,r=t.selectionEnd??n;requestAnimationFrame(()=>{t.value===e&&(C(e.slice(0,n)+`
257
+ `+e.slice(r)),requestAnimationFrame(()=>t.setSelectionRange(n+1,n+1)))})}e.key===`Escape`&&!e.nativeEvent.isComposing&&(e.preventDefault(),e.stopPropagation(),t.blur())}return(0,B.jsxs)(`div`,{className:`group relative rounded-xl border bg-bg transition-colors focus-within:border-accent ${h?`border-dashed border-accent`:`border-border`}`,onDragOver:e=>{[...e.dataTransfer.items].some(e=>e.kind===`file`)&&(e.preventDefault(),g(!0))},onDragLeave:()=>g(!1),onDrop:e=>{e.preventDefault(),g(!1),T(e.dataTransfer.files)},children:[h&&(0,B.jsx)(`div`,{className:`pointer-events-none absolute inset-0 z-10 flex items-center justify-center rounded-xl bg-bg/80 text-[12px] text-muted`,children:`Drop file to attach`}),(0,B.jsx)(`textarea`,{id:a,ref:p,"data-surface":r,value:y,autoFocus:c,disabled:l,onChange:e=>C(e.target.value),onKeyDown:k,onPaste:e=>{let t=[...e.clipboardData.items].filter(e=>e.kind===`file`).map(e=>e.getAsFile()).filter(Boolean);t.length&&(e.preventDefault(),T(t))},placeholder:i,rows:1,spellCheck:!1,style:{minHeight:o,maxHeight:s},className:`block w-full resize-none bg-transparent px-3.5 ${u?`py-2.5 pb-3`:`py-2.5 ${O?IR:LR}`} text-[13px] leading-relaxed text-fg outline-none placeholder:text-muted scrollbar-none disabled:opacity-60`}),b.length>0&&(0,B.jsx)(`div`,{className:`flex flex-wrap gap-1.5 px-3 pb-2 ${O?`pr-[6.6875rem]`:`pr-20`}`,children:b.map((e,t)=>(0,B.jsx)(ZR,{attachment:e,disabled:l,onRemove:()=>w(x.filter((e,n)=>n!==t))},`${e.path}-${t}`))}),u&&(0,B.jsx)(`div`,{className:`flex min-w-0 flex-wrap items-center gap-1 pl-1.5 pb-1.5 ${O?`pr-[6.6875rem]`:`pr-20`}`,children:u}),O&&(0,B.jsx)(`div`,{className:`absolute bottom-2 right-[43px] flex items-center`,children:O}),(0,B.jsx)(`input`,{ref:m,type:`file`,multiple:!0,accept:Wm,className:`hidden`,onChange:e=>{T(e.target.files),e.target.value=``}}),(0,B.jsx)(`button`,{type:`button`,onClick:()=>m.current?.click(),disabled:l||_,title:`Attach files`,"aria-label":`Attach files`,className:`absolute bottom-2 ${O?PR:FR} flex h-7 w-7 items-center justify-center rounded-lg text-muted transition-[color,background-color] enabled:hover:bg-panel-2/70 enabled:hover:text-fg disabled:opacity-50`,children:_?(0,B.jsx)(vy,{size:15,strokeWidth:2,className:`animate-spin`}):(0,B.jsx)(Cy,{size:15,strokeWidth:2})}),(0,B.jsx)(`button`,{type:`button`,onMouseDown:e=>e.preventDefault(),onClick:n,disabled:!D||l||_,title:`Send (Enter)`,"aria-label":`Send`,className:`absolute bottom-2 ${NR} flex h-7 w-7 items-center justify-center rounded-lg transition-all ${D&&!l&&!_?`bg-fg text-bg hover:opacity-90 active:scale-95`:`bg-panel-2 text-muted`}`,children:l?(0,B.jsx)(vy,{size:14,strokeWidth:2.5,className:`animate-spin`}):(0,B.jsx)(Iv,{size:14,strokeWidth:2.5})})]})}function ZR({attachment:e,disabled:t,onRemove:n}){let[r,i]=(0,z.useState)(!1),a=e.path.split(`/`).filter(Boolean).pop()||e.path,o=(a.includes(`.`)?a.split(`.`).pop():``).toUpperCase();return(0,B.jsxs)(`div`,{className:`group/att relative h-11 w-11`,title:a,children:[e.kind===`image`&&!r?(0,B.jsx)(`img`,{src:HR(e.path),alt:a,onError:()=>i(!0),className:`h-11 w-11 rounded-md border border-border object-cover`}):(0,B.jsxs)(`div`,{className:`flex h-11 w-11 flex-col items-center justify-center gap-0.5 rounded-md border border-border bg-panel-2 px-1`,children:[(0,B.jsx)(ry,{size:15,strokeWidth:2,className:`shrink-0 text-muted`}),o&&(0,B.jsx)(`span`,{className:`max-w-full truncate text-[8px] font-medium leading-none text-muted/80`,children:o})]}),(0,B.jsx)(`button`,{type:`button`,onClick:n,disabled:t,title:`Remove ${a}`,"aria-label":`Remove ${a}`,className:`absolute -right-1.5 -top-1.5 flex h-4 w-4 items-center justify-center rounded-full border border-border bg-bg text-muted opacity-0 transition-opacity hover:text-fg focus-visible:opacity-100 group-hover/att:opacity-100 disabled:hidden`,children:(0,B.jsx)(Hy,{size:10,strokeWidth:2.5})})]})}function QR(){return nd({queryKey:[`githubStatus`],queryFn:()=>Y.githubStatus(),staleTime:3e4,refetchOnWindowFocus:!0,refetchInterval:e=>{let t=e.state.data;return t?.inRepo&&t.authed?!1:6e4}})}function $R(){let e=QR();return!!(e.data?.inRepo&&e.data.authed)}function ez({className:e=``}){return $R()?(0,B.jsx)(`button`,{type:`button`,onClick:H_,onMouseDown:e=>e.preventDefault(),title:`Investigate this issue and make recommendations`,"aria-label":`Investigate this issue and make recommendations`,className:`flex h-7 w-7 items-center justify-center rounded-lg text-muted outline-none transition-[color,background-color,box-shadow] enabled:hover:bg-panel-2/70 enabled:hover:text-fg enabled:focus-visible:bg-panel-2/70 enabled:focus-visible:text-muted enabled:focus-visible:ring-1 enabled:focus-visible:ring-muted/80 enabled:focus-visible:ring-offset-1 enabled:focus-visible:ring-offset-bg enabled:active:bg-elevated enabled:active:text-muted disabled:bg-transparent disabled:text-muted/35 ${e}`,children:(0,B.jsx)(uy,{size:15,strokeWidth:2})}):null}var tz=`prompt-control-type petite-caps`,nz=tz,rz=tz,iz=`profile-grid-cell relative flex h-6 cursor-pointer select-none items-center justify-start rounded border border-transparent px-1 text-left text-muted outline-none transition-colors ${nz} data-[highlighted]:border-border data-[highlighted]:bg-panel-2 data-[highlighted]:text-fg data-[highlighted]:outline data-[highlighted]:outline-1 data-[highlighted]:outline-offset-1 data-[highlighted]:outline-fg/55 data-[state=checked]:border-accent/70 data-[state=checked]:bg-accent/10 data-[state=checked]:font-medium data-[state=checked]:text-fg data-[state=checked]:ring-1 data-[state=checked]:ring-inset data-[state=checked]:ring-accent/90`;function az(e){return`minmax(6rem, 7rem) repeat(${Math.max(0,e)}, auto)`}var oz=[`ultra`,`ultracode`],sz=[`low`,`medium`,`high`,`xhigh`,`max`,...oz];function cz(e){return[...new Set(e.flatMap(e=>e.options.flatMap(e=>e.efforts)))].sort((e,t)=>{let n=sz.indexOf(e),r=sz.indexOf(t);return n===-1&&r===-1?e.localeCompare(t):n===-1?1:r===-1?-1:n-r})}function lz(e){let t=[];for(let n of cz(e)){let e=oz.includes(n)?t.find(e=>oz.includes(e[0])):void 0;e?e.push(n):t.push([n])}return t}function uz(e){return e.flatMap(e=>e.options.flatMap(t=>t.efforts.map(n=>({provider:e.id,model:t.model,effort:n}))))}function dz(e){return JSON.stringify([e.provider,e.model,e.effort])}function fz(e,t){return uz(e).find(e=>dz(e)===t)}function pz(e,t){return!t?.model||!t.effort?!1:e.some(e=>(!t.provider||e.id===t.provider)&&e.options.some(e=>e.model===t.model&&e.efforts.includes(t.effort)))}function mz(e,t,n=`Profile unknown`){if(!t?.model&&!t?.effort)return n;let r=e.flatMap(e=>e.options).find(e=>e.model===t.model)?.label??t.model??`Model unknown`;return t.effort?`${r} › ${t.effort}`:r}function hz(e,t,n){let r=lz(e),i=e=>r.findIndex(t=>t.includes(e)),a=e.flatMap(e=>e.options.map(t=>({provider:e.id,option:t}))),o=a.findIndex(e=>e.provider===t.provider&&e.option.model===t.model);if(o===-1)return null;let s=a[o],c=s.option.efforts.indexOf(t.effort);if(c===-1)return null;if(n===`Home`||n===`End`||n===`ArrowLeft`||n===`ArrowRight`){let e=n===`Home`?0:n===`End`?s.option.efforts.length-1:c+(n===`ArrowLeft`?-1:1),t=s.option.efforts[e];return t?{provider:s.provider,model:s.option.model,effort:t}:null}let l=a[o+(n===`ArrowUp`?-1:1)];if(!l)return null;let u=i(t.effort),d=l.option.efforts.reduce((e,t)=>e?Math.abs(i(t)-u)<Math.abs(i(e)-u)?t:e:t,void 0);return d?{provider:l.provider,model:l.option.model,effort:d}:null}var gz,_z=!1;function vz(){_z||typeof window>`u`||(_z=!0,window.addEventListener(`keydown`,e=>{e.key!==`Escape`||!gz||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),bz())},{capture:!0}))}function yz(e){vz();let t={dismiss:e};return gz=t,()=>{gz===t&&(gz=void 0)}}function bz(){let e=gz;return e?(gz=void 0,e.dismiss(),!0):!1}function xz(e){bz()&&e.preventDefault(),e.stopPropagation()}function Sz(e){return e===`xhigh`?`X-high`:e.charAt(0).toUpperCase()+e.slice(1)}function Cz({groups:e,value:t,pending:n,onValueChange:r,placeholder:i,ariaLabel:a,menuAriaLabel:o=`Choose model and effort`,title:s,disabled:c=!1,compact:l=!1,side:u=`bottom`,menuZClass:d=TL,className:f=``}){let[p,m]=(0,z.useState)(!1),h=(0,z.useRef)(p),g=(0,z.useRef)(c),_=(0,z.useRef)(void 0),v=(0,z.useRef)(new Map),y=(0,z.useRef)(void 0),b=(0,z.useMemo)(()=>lz(e),[e]),x=(0,z.useMemo)(()=>e.flatMap(e=>e.options.flatMap(t=>t.efforts.map(n=>({provider:e.id,model:t.model,effort:n})))),[e]),S=l?rz:nz,C=c?`cursor-not-allowed opacity-45`:`cursor-pointer transition-colors hover:border-border hover:bg-panel-2 hover:text-fg`,w=pz(e,t),T=w&&t?.provider&&t.model&&t.effort?dz(t):void 0,E=n?.model||n?.effort?mz(e,n,`Pending profile`):void 0;h.current=p,g.current=c;function D(){h.current=!1,_.current=void 0,m(!1)}(0,z.useLayoutEffect)(()=>{let e=e=>{e.key!==`Escape`||!h.current||g.current||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),_.current?.(),D())};return window.addEventListener(`keydown`,e,{capture:!0}),()=>window.removeEventListener(`keydown`,e,{capture:!0})},[]),(0,z.useLayoutEffect)(()=>{!c||!p||(_.current?.(),D())},[c,p]),(0,z.useLayoutEffect)(()=>()=>_.current?.(),[]),(0,z.useLayoutEffect)(()=>{T===y.current&&(y.current=void 0)},[T]);function O(e){let t=dz(e);y.current!==t&&(y.current=t,r(e))}function k(t,n){if(![`ArrowLeft`,`ArrowRight`,`ArrowUp`,`ArrowDown`,`Home`,`End`].includes(t.key))return;let r=hz(e,n,t.key);r&&(t.preventDefault(),t.stopPropagation(),v.current.get(dz(r))?.focus())}return(0,B.jsxs)(pL,{modal:!1,open:p,onOpenChange:e=>{_.current?.(),_.current=void 0,h.current=e,m(e),e&&(_.current=yz(D))},children:[(0,B.jsx)(mL,{asChild:!0,disabled:c,children:(0,B.jsxs)(`button`,{type:`button`,"aria-label":a,"aria-invalid":!w&&(t?.model||t?.effort)?!0:void 0,"aria-description":E?`Pending ${E}`:void 0,title:s,"data-profile-known":w?`true`:`false`,"data-profile-pending":E?`true`:void 0,className:`profile-grid-trigger group inline-flex min-w-0 max-w-full items-center gap-1.5 rounded-md border border-border/50 bg-transparent px-2 py-1 text-left text-muted outline-none data-[state=open]:border-border data-[state=open]:bg-panel-2 ${C} ${f} ${S}`,children:[(0,B.jsx)(`span`,{className:`profile-grid-value relative -top-px min-w-0 flex-1 truncate text-left ${S}`,children:mz(e,t,i)}),E&&(0,B.jsx)(vy,{"aria-hidden":`true`,size:l?10:11,className:`shrink-0 animate-spin text-muted/65`}),(0,B.jsx)(Vv,{"aria-hidden":`true`,size:l?11:13,className:`shrink-0 text-fg/65 transition-transform group-data-[state=open]:rotate-180`})]})}),(0,B.jsx)(hL,{children:(0,B.jsxs)(gL,{"aria-label":o,align:`start`,side:u,sideOffset:5,collisionPadding:8,onEscapeKeyDown:e=>e.stopPropagation(),className:`profile-grid-menu ${d} ${wL} max-h-[min(360px,var(--radix-dropdown-menu-content-available-height))] max-w-[calc(100vw-1rem)] overflow-auto rounded-lg p-1.5 ${S}`,children:[e.map(t=>(0,B.jsxs)(_L,{children:[t.label&&(0,B.jsx)(vL,{className:`px-1.5 pb-1 pt-1 text-left font-medium tracking-[0.07em] text-muted/55 first:pt-0.5`,children:t.label}),(0,B.jsx)(bL,{value:T,onValueChange:t=>{let n=fz(e,t);n&&O(n)},children:t.options.map(e=>(0,B.jsxs)(`div`,{"data-profile-grid-row":e.model,className:`grid w-max items-center gap-1 py-0.5`,style:{gridTemplateColumns:az(b.length)},children:[(0,B.jsx)(`span`,{className:`profile-grid-model-label min-w-0 max-w-[9.5rem] truncate px-1.5 text-left text-muted ${S}`,title:e.label,children:e.label}),b.map(n=>{let r=n.find(t=>e.efforts.includes(t)),i=n.reduce((e,t)=>Sz(t).length>Sz(e).length?t:e);if(!r)return(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`invisible cursor-default border border-transparent px-1 text-left font-medium ${S}`,children:Sz(i)},i);let a={provider:t.id,model:e.model,effort:r},o=dz(a);return(0,B.jsx)(xL,{value:o,ref:e=>{e?v.current.set(o,e):v.current.delete(o)},onKeyDown:e=>k(e,a),onSelect:e=>{e.preventDefault(),O(a),_.current?.(),D()},"aria-label":`${e.label}, ${Sz(r)} effort`,title:`${e.label} › ${Sz(r)}`,className:iz,children:(0,B.jsxs)(`span`,{className:`grid`,children:[(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`invisible col-start-1 row-start-1 font-medium`,children:Sz(r)}),(0,B.jsx)(`span`,{className:`col-start-1 row-start-1`,children:Sz(r)})]})},r)})]},e.model))}),t!==e.at(-1)&&(0,B.jsx)(CL,{className:`my-1 h-px bg-border`})]},t.id)),x.length===0&&(0,B.jsx)(`div`,{className:`px-2 py-1.5 text-muted/60`,children:`No profiles available`})]})})]})}var wz={claude:`claude auth login`,codex:`codex login`},Tz={claude:`Claude`,codex:`Codex`};function Ez(e){let t=e.trim();return t===`/login`?`login`:t===`/logout`?`logout`:null}var Dz=(0,z.lazy)(()=>Sw(()=>import(`./TerminalPane-sd3XXjx5.js`).then(e=>({default:e.TerminalPane})),__vite__mapDeps([0,1])));function Oz({backend:e,onClose:t,onAuthed:n}){let r=Vu(),[i,a]=(0,z.useState)(!1),[o,s]=(0,z.useState)(null),c=(0,z.useRef)(!1),l=wz[e],u=Tz[e],d=rd({mutationFn:()=>Y.accountLoginStart({backend:e}),onSuccess:e=>{c.current=!1,s(e.attemptId)},onError:e=>Z(`Couldn't start the sign-in terminal: ${e.message.slice(0,80)} — use the command below instead`,{duration:7e3})}),f=nd({queryKey:[`accountLoginStatus`,o],queryFn:()=>Y.accountLoginStatus({attemptId:o}),enabled:!!o,refetchInterval:2e3});(0,z.useEffect)(()=>{if(!o||c.current)return;let t=f.data;if(!(!t||t.state===`running`||t.state===`unknown`)){if(c.current=!0,t.auth!==`signed-out`){r.setQueryData([`authStatus`],n=>n&&{...n,[e]:t.auth}),Z(`Signed in to ${u}`),n();return}Z(`${u} sign-in didn't complete — try again or use the command below`,{duration:7e3}),s(null)}},[o,f.data,e,u]);function p(){o&&!c.current&&Y.accountLoginCancel({attemptId:o}).catch(()=>{})}let m=(0,z.useRef)({attempt:null,settled:!1});m.current={attempt:o,settled:c.current},(0,z.useEffect)(()=>()=>{let{attempt:e,settled:t}=m.current;e&&!t&&Y.accountLoginCancel({attemptId:e}).catch(()=>{})},[]);async function h(){try{if(!navigator.clipboard?.writeText)throw Error(`clipboard unavailable`);await navigator.clipboard.writeText(l),a(!0),window.setTimeout(()=>a(!1),1500)}catch{Z(`Couldn't copy — select the command and copy it manually`,{duration:6e3})}}let g=rd({mutationFn:()=>Y.authStatus(),onSuccess:t=>{if(r.setQueryData([`authStatus`],t),t[e]===`signed-out`){Z(`Still signed out of ${u} — run the command, then retry`,{duration:6e3});return}n()},onError:()=>n()});return(0,B.jsx)(BL,{open:!0,onOpenChange:e=>{e||(p(),t())},children:(0,B.jsxs)(KL,{children:[(0,B.jsx)(JL,{className:`fixed inset-0 z-[210] bg-black/30 backdrop-blur-md backdrop-saturate-150`}),(0,B.jsxs)(QL,{"aria-modal":`true`,"aria-describedby":void 0,className:`fixed left-1/2 top-1/2 z-[210] ${o?`w-[680px]`:`w-[440px]`} max-w-[92vw] -translate-x-1/2 -translate-y-1/2 rounded-xl border border-border bg-panel p-5 shadow-2xl shadow-black/50 outline-none`,children:[(0,B.jsxs)(rR,{className:`mb-1 text-[14px] font-medium`,children:[`Signed out of `,u]}),o?(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`p`,{className:`mb-3 text-[12.5px] leading-relaxed text-muted`,children:[`This terminal is running `,(0,B.jsx)(`code`,{className:`font-mono-keep text-fg/90`,children:l}),` — follow its prompts (it may open your browser). Frizz detects completion automatically.`]}),(0,B.jsx)(`div`,{className:`mb-4 h-[340px] overflow-hidden rounded-lg border border-border bg-[#0d0e10]`,children:(0,B.jsx)(z.Suspense,{fallback:(0,B.jsx)(`div`,{className:`flex h-full items-center justify-center text-[12px] text-muted`,children:`Opening terminal…`}),children:(0,B.jsx)(Dz,{slug:o})})}),(0,B.jsx)(`div`,{className:`flex items-center justify-end gap-2`,children:(0,B.jsx)(`button`,{type:`button`,onClick:()=>{p(),s(null)},className:`rounded-md px-3 py-1.5 text-[12.5px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg`,children:`Cancel sign-in`})})]}):(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`p`,{className:`mb-4 text-[12.5px] leading-relaxed text-muted`,children:[`Frizz can't start a `,u,` thread until you're signed in. Sign in here, or run the command in your own terminal and retry:`]}),(0,B.jsxs)(`div`,{className:`mb-4 flex items-center gap-2 rounded-lg border border-border bg-panel-2 px-3 py-2`,children:[(0,B.jsx)(`code`,{className:`flex-1 select-all font-mono-keep text-[12.5px] text-fg`,children:l}),(0,B.jsx)(`button`,{type:`button`,"aria-label":`Copy command`,onClick:h,className:`flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-muted outline-none transition-colors hover:bg-panel hover:text-fg`,children:i?(0,B.jsx)(Bv,{size:14,strokeWidth:2,className:`text-green-400`}):(0,B.jsx)($v,{size:14,strokeWidth:1.8})})]}),(0,B.jsxs)(`div`,{className:`flex items-center justify-end gap-2`,children:[(0,B.jsx)(`button`,{type:`button`,onClick:t,className:`rounded-md px-3 py-1.5 text-[12.5px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg`,children:`Cancel`}),(0,B.jsxs)(`button`,{type:`button`,onClick:()=>g.mutate(),disabled:g.isPending,className:`flex items-center gap-1.5 rounded-md border border-border px-3 py-1.5 text-[12.5px] text-fg/90 outline-none transition-colors hover:bg-panel-2 disabled:opacity-60`,children:[g.isPending&&(0,B.jsx)(vy,{size:13,className:`animate-spin`}),`Retry`]}),(0,B.jsxs)(`button`,{type:`button`,onClick:()=>d.mutate(),disabled:d.isPending,className:`flex items-center gap-1.5 rounded-md bg-accent px-3 py-1.5 text-[12.5px] font-medium text-white outline-none transition-opacity hover:opacity-90 disabled:opacity-60`,children:[d.isPending&&(0,B.jsx)(vy,{size:13,className:`animate-spin`}),`Sign in here`]})]})]})]})]})})}function kz({backend:e,onClose:t}){let n=Vu(),r=Tz[e],i=rd({mutationFn:()=>Y.accountLogout({backend:e}),onSuccess:i=>{n.setQueryData([`authStatus`],t=>t&&{...t,[e]:i.auth}),i.status===`done`?Z(`Signed out of ${r}`):i.status===`blocked`?Z(`Not signed out — ${i.activeThreads} active ${r} thread${i.activeThreads===1?``:`s`}. Let them finish (or complete them) first.`,{duration:7e3}):Z(`${r} sign-out failed: ${i.detail??`unknown error`}`,{duration:7e3}),t()},onError:e=>{Z(`${r} sign-out failed: ${e.message.slice(0,80)}`,{duration:7e3}),t()}});return(0,B.jsx)(BL,{open:!0,onOpenChange:e=>{!e&&!i.isPending&&t()},children:(0,B.jsxs)(KL,{children:[(0,B.jsx)(JL,{className:`fixed inset-0 z-[210] bg-black/30 backdrop-blur-md backdrop-saturate-150`}),(0,B.jsxs)(QL,{"aria-modal":`true`,"aria-describedby":void 0,className:`fixed left-1/2 top-1/2 z-[210] w-[420px] max-w-[86vw] -translate-x-1/2 -translate-y-1/2 rounded-xl border border-border bg-panel p-5 shadow-2xl shadow-black/50 outline-none`,children:[(0,B.jsxs)(rR,{className:`mb-1 text-[14px] font-medium`,children:[`Sign out of `,r,`?`]}),(0,B.jsxs)(`p`,{className:`mb-4 text-[12.5px] leading-relaxed text-muted`,children:[`New `,r,` threads will be blocked until you sign in again. Running `,r,` threads are left untouched — sign-out is refused while any are active.`]}),(0,B.jsxs)(`div`,{className:`flex items-center justify-end gap-2`,children:[(0,B.jsx)(`button`,{type:`button`,onClick:t,disabled:i.isPending,className:`rounded-md px-3 py-1.5 text-[12.5px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg disabled:opacity-60`,children:`Cancel`}),(0,B.jsxs)(`button`,{type:`button`,onClick:()=>i.mutate(),disabled:i.isPending,className:`flex items-center gap-1.5 rounded-md bg-red-500/90 px-3 py-1.5 text-[12.5px] font-medium text-white outline-none transition-opacity hover:opacity-90 disabled:opacity-60`,children:[i.isPending&&(0,B.jsx)(vy,{size:13,className:`animate-spin`}),`Sign out`]})]})]})]})})}var Az=Ph.options,jz={auto:`Auto`,default:`Default`,acceptEdits:`Accept edits`,plan:`Plan`,bypassPermissions:`Bypass`},Mz={auto:`auto — safe actions auto-approved, risky ones prompt`,default:`default — prompt for every permission`,acceptEdits:`accept edits — file edits auto-approved`,plan:`plan — read-only planning, approval before changes`,bypassPermissions:`bypass — never prompt (dangerous)`};Az.filter(e=>e!==`plan`).map(e=>({value:e,label:jz[e],title:Mz[e]}));var Nz=[`auto`,`bypassPermissions`].map(e=>({value:e,label:jz[e],title:Mz[e]})),Pz=[{value:`fable`,label:`Fable`},{value:`opus`,label:`Opus`},{value:`sonnet`,label:`Sonnet`},{value:`haiku`,label:`Haiku`}];new Set([{slug:`gpt-5.6-sol`,displayName:`GPT-5.6 Sol`,defaultEffort:`medium`,efforts:[`low`,`medium`,`high`,`xhigh`,`max`,`ultra`]},{slug:`gpt-5.6-terra`,displayName:`GPT-5.6 Terra`,defaultEffort:`medium`,efforts:[`low`,`medium`,`high`,`xhigh`,`max`,`ultra`]},{slug:`gpt-5.6-luna`,displayName:`GPT-5.6 Luna`,defaultEffort:`medium`,efforts:[`low`,`medium`,`high`,`xhigh`,`max`]},{slug:`gpt-5.5`,displayName:`GPT-5.5`,defaultEffort:`medium`,efforts:[`low`,`medium`,`high`,`xhigh`]}].map(e=>e.slug));function Fz(e){return e===`plan`?`auto`:e}var Iz=[`low`,`medium`,`high`,`xhigh`,`max`],Lz=`ultracode`,Rz=new Set([`fable`,`opus`,`sonnet`]);function zz(e){return e&&Rz.has(e)?[...Iz,Lz]:[...Iz]}var Bz={low:`Low`,medium:`Medium`,high:`High`,xhigh:`X-high`,max:`Max`,ultra:`Ultra`,ultracode:`Ultracode`};function Vz(e){return Bz[e]??e.charAt(0).toUpperCase()+e.slice(1)}function Hz(e,t){let n=zz(e).map(e=>({value:e,label:Vz(e)}));return t.withDefault?[{value:``,label:`Default`},...n]:n}function Uz(e,t){let n=(e?.efforts??[]).map(e=>({value:e,label:Vz(e)}));return t.withDefault?[{value:``,label:`Default`},...n]:n}function Wz(e,t){return t.field===`backend`?{...e,backend:t.value}:t.field===`profile`?{...e,backend:t.backend,[t.backend]:{...e[t.backend],model:t.model,effort:t.effort}}:{...e,...t.field===`model`?{backend:t.backend}:{},[t.backend]:{...e[t.backend],[t.field]:t.value}}}function Gz(e){return[{id:`claude`,label:`Claude Code`,options:Pz.map(e=>({model:e.value,label:e.label,defaultEffort:`high`,efforts:zz(e.value)}))},{id:`codex`,label:`Codex`,options:e.map(e=>({model:e.slug,label:e.displayName,defaultEffort:e.defaultEffort,efforts:e.efforts}))}]}function Kz(e,t){let n=e.backend,r=e[n],i=r.model??(n===`claude`?`opus`:t[0]?.slug??``),a=n===`codex`?t.find(e=>e.slug===i):void 0,o=n===`claude`?Pz.some(e=>e.value===i):t.some(e=>e.slug===i),s=n===`claude`?`high`:a?.defaultEffort??``,c=r.effort??s,l=n===`claude`?Hz(i,{withDefault:!1}):Uz(a,{withDefault:!1}),u=l.some(e=>e.value===c);return{backend:n,model:i,effort:c,codexModel:a,modelAvailable:o,effortAvailable:u,effortOptions:c&&!u?[{value:c,label:`${c} (unavailable)`,title:`Saved reasoning level is not available for this model`},...l]:l}}function qz(){let e=Vu(),t=nd({queryKey:[`dispatchPreferencesGet`],queryFn:()=>Y.dispatchPreferencesGet()}),n=nd({queryKey:[`codexModels`],queryFn:()=>Y.codexModels()}),r=n.data??[],i=rd({mutationFn:e=>Y.dispatchPreferenceSet(e),scope:{id:`dispatch-preferences`},onMutate:t=>{let n=e.getQueryData([`dispatchPreferencesGet`]);n&&e.setQueryData([`dispatchPreferencesGet`],Wz(n,t))},onError:t=>{e.invalidateQueries({queryKey:[`dispatchPreferencesGet`]}),Z(`Could not save new-thread preference: ${t.message.slice(0,80)}`)}}),a=!!t.data&&!!n.data;return{resolved:(0,z.useMemo)(()=>a?Kz(t.data,r):void 0,[a,t.data,r]),codexList:r,loadError:t.isError||n.isError,saveProfile:i.mutate}}var Jz=`frizz-drafts:v1`,Yz=80,Xz=512*1024,Zz=2*1024*1024,Qz=new TextEncoder;function $z(e){return Qz.encode(e).byteLength}function eB(){return{version:1,entries:{}}}function tB(e){if(!e)return eB();try{let t=JSON.parse(e);if(!t||typeof t!=`object`||t.version!==1)return eB();let n=t.entries;if(!n||typeof n!=`object`||Array.isArray(n))return eB();let r={};for(let[e,t]of Object.entries(n))typeof t?.value!=`string`||typeof t?.touchedAt!=`number`||!Number.isFinite(t.touchedAt)||e.length>512||$z(t.value)>Xz||(r[e]={value:t.value,touchedAt:t.touchedAt});return{version:1,entries:r}}catch{return eB()}}function nB(e){let t=Object.entries(e.entries).filter(([,e])=>e.value&&$z(e.value)<=Xz).sort((e,t)=>t[1].touchedAt-e[1].touchedAt),n={};for(let[e,r]of t){if(Object.keys(n).length>=Yz)break;n[e]=r,$z(JSON.stringify({version:1,entries:n}))>Zz&&delete n[e]}return{version:1,entries:n}}var rB=new class{snapshot;listeners=new Set;storage;constructor(e=typeof sessionStorage>`u`?void 0:sessionStorage){this.storage=e;let t=null;try{t=e?.getItem(`frizz-drafts:v1`)??null}catch{}this.snapshot=nB(tB(t))}getSnapshot=()=>this.snapshot;subscribe=e=>(this.listeners.add(e),()=>this.listeners.delete(e));get(e){return this.snapshot.entries[e]?.value??``}set(e,t){let n={...this.snapshot.entries};t?n[e]={value:t,touchedAt:Date.now()}:delete n[e],this.commit({version:1,entries:n})}clear(e){this.snapshot.entries[e]&&this.commit({version:1,entries:Object.fromEntries(Object.entries(this.snapshot.entries).filter(([t])=>t!==e))})}commit(e){this.snapshot=e;try{this.storage?.setItem(Jz,JSON.stringify(nB(e)))}catch{}for(let e of this.listeners)e()}};function iB(e){return encodeURIComponent(e||`unresolved-project`)}var aB={dispatch:(e,t)=>`dispatch:${iB(e)}:${encodeURIComponent(t??`new`)}`,followUp:(e,t,n)=>`followup:${iB(e)}:${encodeURIComponent(t)}:${encodeURIComponent(n??`unowned`)}`,adopt:(e,t)=>`adopt:${iB(e)}:${encodeURIComponent(t)}`,answer:(e,t,n,r,i)=>`answer:${iB(e)}:${encodeURIComponent(t)}:${encodeURIComponent(n??`unowned`)}:${encodeURIComponent(r)}:${i}`,interaction:(e,t,n,r,i,a,o)=>`interaction:${iB(e)}:${encodeURIComponent(t)}:${encodeURIComponent(n)}:${encodeURIComponent(r)}:${i}:${encodeURIComponent(a)}:${encodeURIComponent(o)}`};function oB(){return Xd(X).board?.projectDir}function sB(e){return Xd(X).board?.threads.find(t=>t.id===e)?.sessionId}function cB(e){let t=(0,z.useCallback)(()=>rB.get(e),[e]);return[(0,z.useSyncExternalStore)(rB.subscribe,t,t),(0,z.useCallback)(t=>rB.set(e,t),[e]),(0,z.useCallback)(()=>rB.clear(e),[e])]}function lB(e){let t=(0,z.useCallback)(()=>JSON.stringify(Object.fromEntries(e.map(e=>[e,rB.get(e)]))),[e.join(`\0`)]),n=(0,z.useSyncExternalStore)(rB.subscribe,t,t);return(0,z.useMemo)(()=>new Map(Object.entries(JSON.parse(n))),[n])}function uB({autoFocus:e,onDispatched:t,planPath:n}){let{resolved:r,codexList:i,loadError:a,saveProfile:o}=qz(),s=$R(),c=oB(),[l,u,d]=cB(aB.dispatch(c,n)),f=aB.dispatch(c,n),p=(0,z.useRef)(``),[m,h]=(0,z.useState)(null),g=nd({queryKey:[`authStatus`],queryFn:()=>Y.authStatus(),staleTime:3e4}),[_,v]=(0,z.useState)(null),[y,b]=(0,z.useState)(null),x=(0,z.useRef)(null),S=rd({mutationFn:e=>Y.dispatch(e),onMutate:()=>Z(`Starting thread…`,{spinner:!0,sticky:!0}),onSuccess:e=>{h(null),t?.(),Z(`Thread started`,{link:{label:`Open thread`,slug:e.slug}})},onError:(e,t)=>{rB.get(f)||u(p.current||t.prompt),h(null);let n=/^AUTH_REQUIRED:(claude|codex)$/.exec(e.message);if(n){x.current=t,v(n[1]),Z(`Signed out of ${n[1]===`claude`?`Claude`:`Codex`}`,{duration:3e3});return}Z(`Dispatch failed: ${e.message.slice(0,80)}`)}});function C(e){p.current=l,d(),h(e.prompt),S.mutate(e)}function w(){if(!l.trim()||!r)return;let e=Ez(l);if(e){d(),e===`login`?(x.current=null,v(r.backend)):b(r.backend);return}if(!r.modelAvailable){Z(`Saved model is unavailable — choose a model before starting the thread`);return}if(!r.effortAvailable){Z(`Saved reasoning level is unavailable for this model — choose another level`);return}let t={prompt:l.trim(),model:r.model,backend:r.backend,effort:r.effort,...n?{planPath:n}:{}};if(g.data?.[r.backend]===`signed-out`){x.current=t,v(r.backend);return}C(t)}let T=(0,z.useMemo)(()=>r?(0,B.jsx)(Cz,{groups:Gz(i),value:{provider:r.backend,model:r.model,effort:r.effort},onValueChange:e=>o({field:`profile`,backend:e.provider,model:e.model,effort:e.effort}),ariaLabel:`Model and effort`,title:r.modelAvailable&&r.effortAvailable?`Model and reasoning effort`:`Saved model or reasoning effort unavailable — choose a supported pair`,className:`max-w-[min(21rem,72vw)]`}):(0,B.jsx)(Cz,{groups:[],value:void 0,onValueChange:()=>{},placeholder:a?`Profile unavailable`:`Profile loading…`,ariaLabel:`Model and effort loading`,disabled:!0}),[r,i,a,o]);return(0,B.jsxs)(`div`,{className:`w-full flex flex-col gap-3`,children:[(0,B.jsx)(XR,{surface:`newComposer`,autoFocus:e,value:l,onChange:u,onSubmit:w,placeholder:`Describe the task…`,minHeight:96,maxHeight:340,busy:S.isPending,footer:T,leftAction:s?(0,B.jsx)(ez,{}):void 0}),S.isError&&(0,B.jsx)(`span`,{className:`px-0.5 text-[11px] text-red-400 truncate`,children:S.error.message}),m&&(0,B.jsxs)(`div`,{"data-pending-dispatch":!0,role:`status`,className:`rounded-lg border border-border bg-panel-2 px-3 py-2.5`,children:[(0,B.jsxs)(`div`,{className:`flex items-center gap-2 text-[11px] text-muted`,children:[(0,B.jsx)(`span`,{className:`inline-block h-1.5 w-1.5 animate-pulse rounded-full bg-accent`,"aria-hidden":`true`}),(0,B.jsx)(`span`,{children:`Starting thread…`})]}),(0,B.jsx)(`p`,{className:`mt-1 line-clamp-2 whitespace-pre-wrap text-[12px] leading-relaxed text-fg`,children:m})]}),_&&(0,B.jsx)(Oz,{backend:_,onClose:()=>v(null),onAuthed:()=>{let e=x.current;x.current=null,v(null),e&&C(e)}}),y&&(0,B.jsx)(kz,{backend:y,onClose:()=>b(null)})]})}function dB({onClose:e}){let t=Xd(X).newThreadPlanPath,n=t?t.split(`/`).pop():null,r=(0,z.useRef)(null),i=(0,z.useRef)(typeof document<`u`&&document.activeElement instanceof HTMLElement?document.activeElement:null);return(0,z.useEffect)(()=>()=>{let e=i.current;window.setTimeout(()=>{e?.isConnected&&e.focus({preventScroll:!0})},0)},[]),(0,B.jsx)(BL,{open:!0,onOpenChange:t=>{t||e()},children:(0,B.jsxs)(KL,{children:[(0,B.jsx)(JL,{className:`fixed inset-0 z-50 bg-black/30 backdrop-blur-md backdrop-saturate-150`}),(0,B.jsxs)(QL,{ref:r,"aria-modal":`true`,"aria-describedby":void 0,onEscapeKeyDown:xz,onCloseAutoFocus:e=>{e.preventDefault();let t=i.current;t?.isConnected&&t.focus({preventScroll:!0})},onOpenAutoFocus:e=>{e.preventDefault(),r.current?.querySelector(`textarea`)?.focus({preventScroll:!0})},className:`fixed left-1/2 top-1/2 z-50 w-[640px] max-w-[86vw] -translate-x-1/2 -translate-y-1/2 rounded-xl border border-border bg-panel p-5 shadow-2xl shadow-black/50 outline-none`,children:[(0,B.jsx)(rR,{className:`mb-1 text-[14px] font-medium`,children:`New thread`}),n&&(0,B.jsxs)(`p`,{className:`mb-3 text-[11.5px] text-muted/80`,children:[`From plan `,(0,B.jsx)(`span`,{className:`font-mono-keep text-muted`,children:n})]}),(0,B.jsx)(uB,{autoFocus:!0,onDispatched:e,planPath:t??void 0})]})]})})}function fB({children:e,onClose:t}){return(0,B.jsx)(`div`,{className:`fixed inset-0 z-[200] flex items-center justify-center bg-black/30 backdrop-blur-md backdrop-saturate-150`,onMouseDown:e=>{e.target===e.currentTarget&&t()},children:e})}var pB=Object.freeze({position:`absolute`,border:0,width:1,height:1,padding:0,margin:-1,overflow:`hidden`,clip:`rect(0, 0, 0, 0)`,whiteSpace:`nowrap`,wordWrap:`normal`}),mB=`VisuallyHidden`,hB=z.forwardRef((e,t)=>(0,B.jsx)(Ak.span,{...e,ref:t,style:{...pB,...e.style}}));hB.displayName=mB;var gB=hB,[_B,vB]=sk(`Tooltip`,[LM]),yB=LM(),bB=`TooltipProvider`,xB=700,SB=`tooltip.open`,[CB,wB]=_B(bB),TB=e=>{let{__scopeTooltip:t,delayDuration:n=xB,skipDelayDuration:r=300,disableHoverableContent:i=!1,children:a}=e,o=z.useRef(!0),s=z.useRef(!1),c=z.useRef(0);return z.useEffect(()=>{let e=c.current;return()=>window.clearTimeout(e)},[]),(0,B.jsx)(CB,{scope:t,isOpenDelayedRef:o,delayDuration:n,onOpen:z.useCallback(()=>{r<=0||(window.clearTimeout(c.current),o.current=!1)},[r]),onClose:z.useCallback(()=>{r<=0||(window.clearTimeout(c.current),c.current=window.setTimeout(()=>o.current=!0,r))},[r]),isPointerInTransitRef:s,onPointerInTransitChange:z.useCallback(e=>{s.current=e},[]),disableHoverableContent:i,children:a})};TB.displayName=bB;var EB=`Tooltip`,[DB,OB]=_B(EB),kB=e=>{let{__scopeTooltip:t,children:n,open:r,defaultOpen:i,onOpenChange:a,disableHoverableContent:o,delayDuration:s}=e,c=wB(EB,e.__scopeTooltip),l=yB(t),[u,d]=z.useState(null),f=vA(),p=z.useRef(0),m=o??c.disableHoverableContent,h=s??c.delayDuration,g=z.useRef(!1),[_,v]=mk({prop:r,defaultProp:i??!1,onChange:e=>{e?(c.onOpen(),document.dispatchEvent(new CustomEvent(SB))):c.onClose(),a?.(e)},caller:EB}),y=z.useMemo(()=>_?g.current?`delayed-open`:`instant-open`:`closed`,[_]),b=z.useCallback(()=>{window.clearTimeout(p.current),p.current=0,g.current=!1,v(!0)},[v]),x=z.useCallback(()=>{window.clearTimeout(p.current),p.current=0,v(!1)},[v]),S=z.useCallback(()=>{window.clearTimeout(p.current),p.current=window.setTimeout(()=>{g.current=!0,v(!0),p.current=0},h)},[h,v]);return z.useEffect(()=>()=>{p.current&&=(window.clearTimeout(p.current),0)},[]),(0,B.jsx)($M,{...l,children:(0,B.jsx)(DB,{scope:t,contentId:f,open:_,stateAttribute:y,trigger:u,onTriggerChange:d,onTriggerEnter:z.useCallback(()=>{c.isOpenDelayedRef.current?S():b()},[c.isOpenDelayedRef,S,b]),onTriggerLeave:z.useCallback(()=>{m?x():(window.clearTimeout(p.current),p.current=0)},[x,m]),onOpen:b,onClose:x,disableHoverableContent:m,children:n})})};kB.displayName=EB;var AB=`TooltipTrigger`,jB=z.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=OB(AB,n),a=wB(AB,n),o=yB(n),s=ok(t,z.useRef(null),i.onTriggerChange),c=z.useRef(!1),l=z.useRef(!1),u=z.useCallback(()=>c.current=!1,[]);return z.useEffect(()=>()=>document.removeEventListener(`pointerup`,u),[u]),(0,B.jsx)(eN,{asChild:!0,...o,children:(0,B.jsx)(Ak.button,{"aria-describedby":i.open?i.contentId:void 0,"data-state":i.stateAttribute,...r,ref:s,onPointerMove:rk(e.onPointerMove,e=>{e.pointerType!==`touch`&&!l.current&&!a.isPointerInTransitRef.current&&(i.onTriggerEnter(),l.current=!0)}),onPointerLeave:rk(e.onPointerLeave,()=>{i.onTriggerLeave(),l.current=!1}),onPointerDown:rk(e.onPointerDown,()=>{i.open&&i.onClose(),c.current=!0,document.addEventListener(`pointerup`,u,{once:!0})}),onFocus:rk(e.onFocus,()=>{c.current||i.onOpen()}),onBlur:rk(e.onBlur,i.onClose),onClick:rk(e.onClick,i.onClose)})})});jB.displayName=AB;var MB=`TooltipPortal`,[NB,PB]=_B(MB,{forceMount:void 0}),FB=e=>{let{__scopeTooltip:t,forceMount:n,children:r,container:i}=e,a=OB(MB,t);return(0,B.jsx)(NB,{scope:t,forceMount:n,children:(0,B.jsx)(oN,{present:n||a.open,children:(0,B.jsx)(iN,{asChild:!0,container:i,children:r})})})};FB.displayName=MB;var IB=`TooltipContent`,LB=z.forwardRef((e,t)=>{let n=PB(IB,e.__scopeTooltip),{forceMount:r=n.forceMount,side:i=`top`,...a}=e,o=OB(IB,e.__scopeTooltip);return(0,B.jsx)(oN,{present:r||o.open,children:o.disableHoverableContent?(0,B.jsx)(HB,{side:i,...a,ref:t}):(0,B.jsx)(RB,{side:i,...a,ref:t})})}),RB=z.forwardRef((e,t)=>{let n=OB(IB,e.__scopeTooltip),r=wB(IB,e.__scopeTooltip),i=z.useRef(null),a=ok(t,i),[o,s]=z.useState(null),{trigger:c,onClose:l}=n,u=i.current,{onPointerInTransitChange:d}=r,f=z.useCallback(()=>{s(null),d(!1)},[d]),p=z.useCallback((e,t)=>{let n=e.currentTarget,r={x:e.clientX,y:e.clientY},i=KB(r,GB(r,n.getBoundingClientRect())),a=qB(t.getBoundingClientRect()),o=YB([...i,...a]);s(o),d(!0)},[d]);return z.useEffect(()=>()=>f(),[f]),z.useEffect(()=>{if(c&&u){let e=e=>p(e,u),t=e=>p(e,c);return c.addEventListener(`pointerleave`,e),u.addEventListener(`pointerleave`,t),()=>{c.removeEventListener(`pointerleave`,e),u.removeEventListener(`pointerleave`,t)}}},[c,u,p,f]),z.useEffect(()=>{if(o){let e=e=>{let t=e.target,n={x:e.clientX,y:e.clientY},r=c?.contains(t)||u?.contains(t),i=!JB(n,o);r?f():i&&(f(),l())};return document.addEventListener(`pointermove`,e),()=>document.removeEventListener(`pointermove`,e)}},[c,u,o,l,f]),(0,B.jsx)(HB,{...e,ref:a})}),[zB,BB]=_B(EB,{isInside:!1}),VB=yk(`TooltipContent`),HB=z.forwardRef((e,t)=>{let{__scopeTooltip:n,children:r,"aria-label":i,onEscapeKeyDown:a,onPointerDownOutside:o,...s}=e,c=OB(IB,n),l=yB(n),{onClose:u}=c;return z.useEffect(()=>(document.addEventListener(SB,u),()=>document.removeEventListener(SB,u)),[u]),z.useEffect(()=>{if(c.trigger){let e=e=>{e.target instanceof Node&&e.target.contains(c.trigger)&&u()};return window.addEventListener(`scroll`,e,{capture:!0}),()=>window.removeEventListener(`scroll`,e,{capture:!0})}},[c.trigger,u]),(0,B.jsx)(Hk,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:o,onFocusOutside:e=>e.preventDefault(),onDismiss:u,children:(0,B.jsxs)(tN,{"data-state":c.stateAttribute,...l,...s,ref:t,style:{...s.style,"--radix-tooltip-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-tooltip-content-available-width":`var(--radix-popper-available-width)`,"--radix-tooltip-content-available-height":`var(--radix-popper-available-height)`,"--radix-tooltip-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-tooltip-trigger-height":`var(--radix-popper-anchor-height)`},children:[(0,B.jsx)(VB,{children:r}),(0,B.jsx)(zB,{scope:n,isInside:!0,children:(0,B.jsx)(gB,{id:c.contentId,role:`tooltip`,children:i||r})})]})})});LB.displayName=IB;var UB=`TooltipArrow`,WB=z.forwardRef((e,t)=>{let{__scopeTooltip:n,...r}=e,i=yB(n);return BB(UB,n).isInside?null:(0,B.jsx)(nN,{...i,...r,ref:t})});WB.displayName=UB;function GB(e,t){let n=Math.abs(t.top-e.y),r=Math.abs(t.bottom-e.y),i=Math.abs(t.right-e.x),a=Math.abs(t.left-e.x);switch(Math.min(n,r,i,a)){case a:return`left`;case i:return`right`;case n:return`top`;case r:return`bottom`;default:throw Error(`unreachable`)}}function KB(e,t,n=5){let r=[];switch(t){case`top`:r.push({x:e.x-n,y:e.y+n},{x:e.x+n,y:e.y+n});break;case`bottom`:r.push({x:e.x-n,y:e.y-n},{x:e.x+n,y:e.y-n});break;case`left`:r.push({x:e.x+n,y:e.y-n},{x:e.x+n,y:e.y+n});break;case`right`:r.push({x:e.x-n,y:e.y-n},{x:e.x-n,y:e.y+n});break}return r}function qB(e){let{top:t,right:n,bottom:r,left:i}=e;return[{x:i,y:t},{x:n,y:t},{x:n,y:r},{x:i,y:r}]}function JB(e,t){let{x:n,y:r}=e,i=!1;for(let e=0,a=t.length-1;e<t.length;a=e++){let o=t[e],s=t[a],c=o.x,l=o.y,u=s.x,d=s.y;l>r!=d>r&&n<(u-c)*(r-l)/(d-l)+c&&(i=!i)}return i}function YB(e){let t=e.slice();return t.sort((e,t)=>e.x<t.x?-1:e.x>t.x?1:e.y<t.y?-1:+(e.y>t.y)),XB(t)}function XB(e){if(e.length<=1)return e.slice();let t=[];for(let n=0;n<e.length;n++){let r=e[n];for(;t.length>=2;){let e=t[t.length-1],n=t[t.length-2];if((e.x-n.x)*(r.y-n.y)>=(e.y-n.y)*(r.x-n.x))t.pop();else break}t.push(r)}t.pop();let n=[];for(let t=e.length-1;t>=0;t--){let r=e[t];for(;n.length>=2;){let e=n[n.length-1],t=n[n.length-2];if((e.x-t.x)*(r.y-t.y)>=(e.y-t.y)*(r.x-t.x))n.pop();else break}n.push(r)}return n.pop(),t.length===1&&n.length===1&&t[0].x===n[0].x&&t[0].y===n[0].y?t:t.concat(n)}var ZB=TB,QB=kB,$B=jB,eV=FB,tV=LB,nV=WB;function rV({children:e}){return(0,B.jsx)(ZB,{delayDuration:0,skipDelayDuration:0,disableHoverableContent:!0,children:e})}function iV({label:e,children:t,side:n=`top`,clickable:r=!1,multiline:i=!1,disabled:a=!1}){let o=i?`whitespace-pre-line`:`whitespace-normal`,[s,c]=(0,z.useState)(!1),l=(0,z.useId)(),u=r&&(0,z.isValidElement)(t)?t:null,d=u?(0,z.cloneElement)(u,{"aria-describedby":l}):t,f=(0,z.useRef)(null);if(u){let t=f.current?.getBoundingClientRect(),n=t?Math.min(Math.max(12,t.right+8),window.innerWidth-364):12,r=t?Math.min(Math.max(12,t.top-6),window.innerHeight-96):12;return(0,B.jsxs)(`span`,{ref:f,className:`inline-flex`,onMouseEnter:()=>c(!0),onMouseLeave:()=>c(!1),onFocus:()=>c(!0),onBlur:()=>c(!1),onClick:()=>c(e=>!e),onKeyDown:e=>{e.key===`Escape`&&(e.stopPropagation(),c(!1))},children:[d,s&&(0,ad.createPortal)((0,B.jsx)(`span`,{id:l,role:`tooltip`,className:`z-[250] max-w-[min(22rem,calc(100vw-1.5rem))] rounded-md border border-border bg-elevated px-3 py-2 text-[11px] leading-relaxed text-fg shadow-md shadow-black/40 break-words ${o}`,style:{position:`fixed`,left:n,top:r},children:e}),document.body)]})}return(0,B.jsxs)(QB,{open:s&&!a,onOpenChange:c,children:[(0,B.jsx)($B,{asChild:!0,children:d}),(0,B.jsx)(eV,{children:(0,B.jsxs)(tV,{id:l,side:n,sideOffset:5,collisionPadding:12,className:`${OL} max-w-[min(22rem,calc(100vw-1.5rem))] select-none rounded-md border border-border bg-elevated px-3 py-2 text-[11px] leading-relaxed text-fg shadow-md shadow-black/40 break-words ${o}`,children:[e,(0,B.jsx)(nV,{className:`fill-elevated`})]})})]})}var aV={claude:`size-[11px] translate-y-px`,codex:`size-[10px]`},oV={claude:{backend:`claude`,label:`Claude Code`},codex:{backend:`codex`,label:`OpenAI Codex`}};function sV(e){return e===`claude`||e===`codex`?oV[e]:void 0}function cV({backend:e,className:t}){let n=sV(e);return n?(0,B.jsx)(`span`,{role:`img`,"aria-label":n.label,className:`inline-flex shrink-0 text-muted/65 ${aV[n.backend]} ${t??``}`,children:n.backend===`codex`?(0,B.jsx)(lV,{}):(0,B.jsx)(uV,{})}):null}function lV(){return(0,B.jsx)(`svg`,{"aria-hidden":`true`,focusable:`false`,viewBox:`0 0 24 24`,className:`size-full`,fill:`currentColor`,children:(0,B.jsx)(`path`,{d:`M22.282 9.821a6 6 0 0 0-.516-4.91a6.05 6.05 0 0 0-6.51-2.9A6.065 6.065 0 0 0 4.981 4.18a6 6 0 0 0-3.998 2.9a6.05 6.05 0 0 0 .743 7.097a5.98 5.98 0 0 0 .51 4.911a6.05 6.05 0 0 0 6.515 2.9A6 6 0 0 0 13.26 24a6.06 6.06 0 0 0 5.772-4.206a6 6 0 0 0 3.997-2.9a6.06 6.06 0 0 0-.747-7.073M13.26 22.43a4.48 4.48 0 0 1-2.876-1.04l.141-.081l4.779-2.758a.8.8 0 0 0 .392-.681v-6.737l2.02 1.168a.07.07 0 0 1 .038.052v5.583a4.504 4.504 0 0 1-4.494 4.494M3.6 18.304a4.47 4.47 0 0 1-.535-3.014l.142.085l4.783 2.759a.77.77 0 0 0 .78 0l5.843-3.369v2.332a.08.08 0 0 1-.033.062L9.74 19.95a4.5 4.5 0 0 1-6.14-1.646M2.34 7.896a4.5 4.5 0 0 1 2.366-1.973V11.6a.77.77 0 0 0 .388.677l5.815 3.354l-2.02 1.168a.08.08 0 0 1-.071 0l-4.83-2.786A4.504 4.504 0 0 1 2.34 7.872zm16.597 3.855l-5.833-3.387L15.119 7.2a.08.08 0 0 1 .071 0l4.83 2.791a4.494 4.494 0 0 1-.676 8.105v-5.678a.79.79 0 0 0-.407-.667m2.01-3.023l-.141-.085l-4.774-2.782a.78.78 0 0 0-.785 0L9.409 9.23V6.897a.07.07 0 0 1 .028-.061l4.83-2.787a4.5 4.5 0 0 1 6.68 4.66zm-12.64 4.135l-2.02-1.164a.08.08 0 0 1-.038-.057V6.075a4.5 4.5 0 0 1 7.375-3.453l-.142.08L8.704 5.46a.8.8 0 0 0-.393.681zm1.097-2.365l2.602-1.5l2.607 1.5v2.999l-2.597 1.5l-2.607-1.5Z`})})}function uV(){return(0,B.jsx)(`svg`,{"aria-hidden":`true`,focusable:`false`,viewBox:`0 0 24 24`,className:`size-full`,fill:`currentColor`,children:(0,B.jsx)(`path`,{d:`m4.7144 15.9555 4.7174-2.6471.079-.2307-.079-.1275h-.2307l-.7893-.0486-2.6956-.0729-2.3375-.0971-2.2646-.1214-.5707-.1215-.5343-.7042.0546-.3522.4797-.3218.686.0608 1.5179.1032 2.2767.1578 1.6514.0972 2.4468.255h.3886l.0546-.1579-.1336-.0971-.1032-.0972L6.973 9.8356l-2.55-1.6879-1.3356-.9714-.7225-.4918-.3643-.4614-.1578-1.0078.6557-.7225.8803.0607.2246.0607.8925.686 1.9064 1.4754 2.4893 1.8336.3643.3035.1457-.1032.0182-.0728-.164-.2733-1.3539-2.4467-1.445-2.4893-.6435-1.032-.17-.6194c-.0607-.255-.1032-.4674-.1032-.7285L6.287.1335 6.6997 0l.9957.1336.419.3642.6192 1.4147 1.0018 2.2282 1.5543 3.0296.4553.8985.2429.8318.091.255h.1579v-.1457l.1275-1.706.2368-2.0947.2307-2.6957.0789-.7589.3764-.9107.7468-.4918.5828.2793.4797.686-.0668.4433-.2853 1.8517-.5586 2.9021-.3643 1.9429h.2125l.2429-.2429.9835-1.3053 1.6514-2.0643.7286-.8196.85-.9046.5464-.4311h1.0321l.759 1.1293-.34 1.1657-1.0625 1.3478-.8804 1.1414-1.2628 1.7-.7893 1.36.0729.1093.1882-.0183 2.8535-.607 1.5421-.2794 1.8396-.3157.8318.3886.091.3946-.3278.8075-1.967.4857-2.3072.4614-3.4364.8136-.0425.0304.0486.0607 1.5482.1457.6618.0364h1.621l3.0175.2247.7892.522.4736.6376-.079.4857-1.2142.6193-1.6393-.3886-3.825-.9107-1.3113-.3279h-.1822v.1093l1.0929 1.0686 2.0035 1.8092 2.5075 2.3314.1275.5768-.3218.4554-.34-.0486-2.2039-1.6575-.85-.7468-1.9246-1.621h-.1275v.17l.4432.6496 2.3436 3.5214.1214 1.0807-.17.3521-.6071.2125-.6679-.1214-1.3721-1.9246L14.38 17.959l-1.1414-1.9428-.1397.079-.674 7.2552-.3156.3703-.7286.2793-.6071-.4614-.3218-.7468.3218-1.4753.3886-1.9246.3157-1.53.2853-1.9004.17-.6314-.0121-.0425-.1397.0182-1.4328 1.9672-2.1796 2.9446-1.7243 1.8456-.4128.164-.7164-.3704.0667-.6618.4008-.5889 2.386-3.0357 1.4389-1.882.929-1.0868-.0062-.1579h-.0546l-6.3385 4.1164-1.1293.1457-.4857-.4554.0608-.7467.2307-.2429 1.9064-1.3114Z`})})}var dV=Kd({at:{}}),fV=12e3,pV=new Map;function mV(e,t=Date.now()){dV.at[e]=t;let n=pV.get(e);n!==void 0&&clearTimeout(n),pV.set(e,setTimeout(()=>{pV.delete(e),delete dV.at[e]},fV))}function hV(e){let t=pV.get(e);t!==void 0&&(clearTimeout(t),pV.delete(e)),delete dV.at[e]}function gV(e,t,n=Date.now()){if(t===void 0||n-t>12e3)return!1;let r=e.lastActivityAt?Date.parse(e.lastActivityAt):NaN;return!(Number.isFinite(r)&&r>t)}function _V(){return Xd(dV).at}function vV(e,t,n=Date.now()){return t===void 0||!gV(e,t,n)?e:{...e,runtime:`running`,needsYou:!1,pendingAsk:void 0,pendingQuestion:!1,nativeInputRequired:void 0,actionableInteraction:!1,lastUserAt:new Date(t).toISOString()}}function yV(e){let t=_V();return(0,z.useMemo)(()=>e.map(e=>vV(e,t[e.id])),[e,t])}var bV=0;function xV(){return typeof crypto<`u`&&typeof crypto.randomUUID==`function`?crypto.randomUUID():(bV+=1,`browser-${Date.now()}-${bV}`)}function SV({optimistic:e,request:t,success:n,failure:r}){e(),t().then(()=>n?.(),e=>r(e instanceof Error?e:Error(String(e))))}var CV=new Map;function wV(e,t){let n=(CV.get(e)??Promise.resolve()).then(t,t);return CV.set(e,n.then(()=>{},()=>{})),n}var TV=[300,800,1800,3500],EV=e=>new Promise(t=>{setTimeout(t,e)});async function DV(e,t,n=EV){for(let r=0;;r++){try{await e()}catch(e){if(r>=TV.length||!c_(e))throw e;t(),await n(TV[r]);continue}t();return}}function OV(e,t,n,r,i){return DV(()=>Y.followUp({slug:e,sessionId:hv(X.board,e)?.sessionId??``,message:t,deliveryId:n,freshProcess:r,interrupt:i}),()=>mV(e))}function kV(e,t,n,r={}){let i=n.trim();if(!i)return!1;let a=xV();return SV({optimistic:()=>{r.onOptimistic?.(),qE(e,t,i,{scrollToBottom:r.scrollToBottom,deliveryId:a}),mV(t),Y.markRead({slug:t}).catch(()=>{})},request:()=>wV(t,()=>OV(t,i,a,r.freshProcess,r.interrupt)),success:()=>r.onSuccess?.(),failure:n=>{JE(e,t,i,a),hV(t),r.onRollback?.(),Z(r.failureToast?.(n.message)??`Steer failed — ${n.message.slice(0,90)}`)}}),!0}function AV(e){let t=Vu(),[n,r]=(0,z.useState)(0);return{submit:(0,z.useCallback)((n,i={})=>kV(t,e,n,{...i,onOptimistic:()=>{r(e=>e+1),i.onOptimistic?.()},onSuccess:()=>{r(e=>Math.max(0,e-1)),i.onSuccess?.()},onRollback:()=>{r(e=>Math.max(0,e-1)),i.onRollback?.()}}),[t,e]),pending:n>0}}function jV(e,t){return new Promise(n=>{kV(e,t,`Continue exactly where you left off.`,{onSuccess:()=>{Z(`Retrying…`),n()},onRollback:()=>n(),failureToast:e=>`Retry failed: ${e.slice(0,80)}`})||n()})}function MV(e){let t=/^([A-Za-z0-9][\w.-]*)\/([A-Za-z0-9][\w.-]*)#(\d+)$/.exec(e.trim());return t?`https://github.com/${t[1]}/${t[2]}/pull/${t[3]}`:null}var NV=`Snooze`;function PV(e,t=Date.now()){return null}function FV(e){let t=new Set;return e.flatMap(e=>{if(e.kind!==`pr`)return[];let n=e.value.trim();return!n||t.has(n)?[]:(t.add(n),[{ref:n,url:MV(n)}])})}function IV(e,t=Date.now()){return e.find(e=>e.kind===`reason`)?.value.trim()||null}function LV(e,t){return t||e.trim()||`Waiting for an external update.`}function RV(e){let t=[];for(let n of e){let e=n.value.trim();e&&(n.kind===`shell`?t.push(`shell ${e}`):n.kind===`agent`?t.push(`sub-agent ${e}`):n.kind===`timer`&&t.push(`a timer`))}return t}function zV(e){let t=e.find(e=>e.kind===`for`)?.value.trim();return t?`for ${t}`:null}var BV=Kd({at:{}}),VV=12e3,HV=new Map;function UV(e,t=Date.now()){BV.at[e]=t;let n=HV.get(e);n!==void 0&&clearTimeout(n),HV.set(e,setTimeout(()=>{HV.delete(e),delete BV.at[e]},VV))}function WV(e){let t=HV.get(e);t!==void 0&&(clearTimeout(t),HV.delete(e)),delete BV.at[e]}function GV(){return Xd(BV).at}function KV(e,t,n=Date.now()){return t===void 0||n-t>12e3||e.state===`archived`?e:{...e,state:`archived`,archived:!0,needsYou:!1,pendingAsk:void 0,pendingQuestion:!1,nativeInputRequired:void 0,actionableInteraction:!1}}function qV(e){let t=GV();return(0,z.useMemo)(()=>e.map(e=>KV(e,t[e.id])),[e,t])}var JV=.5;function YV(e,t,n=!1){let r=e.map(e=>({id:e.id,height:Math.max(0,e.bottom-e.top),visible:Math.min(e.bottom,t)-Math.max(e.top,0)})).filter(e=>e.visible>0);if(!r.length)return null;if(n)return r[r.length-1].id;let i=t*JV,a=r[0];for(let e of r)if(e.visible>a.visible&&(a=e),e.visible>=Math.min(i,e.height)&&e.visible>=a.visible)return e.id;return a.id}function XV(e,t,n,r){return!e||e.top<=r&&e.bottom>r?!0:Math.abs(t-n)>1}function ZV(e,t,n,r,i=8){return n<e+i?n-e-i:r>t-i?r-t+i:0}var QV=`icon-label-nudge`;function $V(){let e=Xd(X),t=NE(),n=oO(qV(yV(FE(t?.threads??[]))),Xd(ED).queueOrder),r=t?.plans??[],i=e.sidebarCollapsed,a=n.active,o=n.held,s=n.inactive,c=(0,z.useRef)(null),[l,u]=(0,z.useState)(null),d=(0,z.useRef)(null),f=(0,z.useCallback)(()=>{let e=[...document.querySelectorAll(`[data-queue-card][data-queue-leaving="false"]`)].map(e=>{let t=e.dataset.queueCard;if(!t)return null;let{top:n,bottom:r}=(e.querySelector(`[data-queue-card-root]`)??e).getBoundingClientRect();return{id:t,top:n,bottom:r}}).filter(e=>e!==null),t=d.current;if(t)if(XV(e.find(e=>e.id===t.id),window.scrollY,t.landedY,12))d.current=null;else{u(t.id);return}let n=Math.max(0,document.documentElement.scrollHeight-window.innerHeight),r=n>0&&window.scrollY>=n-1,i=YV(e,window.innerHeight,r);u(e=>e===i?e:i)},[]);(0,z.useEffect)(()=>{let e=0,t=()=>{cancelAnimationFrame(e),e=requestAnimationFrame(f)};t(),document.addEventListener(`scroll`,t,{capture:!0,passive:!0}),window.addEventListener(`resize`,t);let n=document.getElementById(`workpane`),r=n?new ResizeObserver(t):null,i=n?new MutationObserver(t):null;return n&&r?.observe(n),n&&i?.observe(n,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[`data-queue-card`,`data-queue-leaving`,`style`,`class`]}),()=>{cancelAnimationFrame(e),document.removeEventListener(`scroll`,t,!0),window.removeEventListener(`resize`,t),r?.disconnect(),i?.disconnect()}},[f,e.view,e.drawers.length]),(0,z.useLayoutEffect)(()=>{let e=c.current;if(!e||!l||window.matchMedia(`(max-width: 800px)`).matches)return;let t=e.querySelector(`[data-sidebar-item="${CSS.escape(l)}"]`);if(!t)return;let n=e.getBoundingClientRect(),r=t.getBoundingClientRect(),i=ZV(n.top,n.bottom,r.top,r.bottom);Math.abs(i)>.5&&(e.scrollTop+=i)},[l]);let p=(0,z.useCallback)(e=>{d.current={id:e,landedY:B_(e)??window.scrollY},u(e)},[]);return(0,B.jsx)(`aside`,{className:`sticky top-0 self-start h-screen w-[clamp(272px,34vw,680px)] shrink-0 flex flex-col justify-center max-[800px]:static max-[800px]:h-auto max-[800px]:w-full max-[800px]:justify-start max-[800px]:pt-16`,children:(0,B.jsxs)(`div`,{className:`flex max-h-[calc(100vh-88px)] min-h-0 min-w-0 w-full flex-col max-[800px]:max-h-none`,children:[(0,B.jsx)(`div`,{className:`mb-5 shrink-0 px-0.5`,children:(0,B.jsx)(uB,{})}),(0,B.jsxs)(`div`,{ref:c,"data-sidebar-rail":!0,className:`min-h-0 min-w-0 overflow-y-auto overflow-x-hidden max-[800px]:overflow-y-visible`,children:[a.length>0?(()=>{let{running:e,rested:t}=aO(a),n=e=>t=>(0,B.jsxs)(`div`,{children:[(0,B.jsx)(iH,{t,active:l===t.id,onQueueNavigate:p,restedAge:e}),(0,B.jsx)(sH,{t})]},t.id);return(0,B.jsxs)(B.Fragment,{children:[t.map(n(!0)),e.length>0&&t.length>0&&(0,B.jsx)(`hr`,{className:`my-3 border-border/50`}),e.map(n(!1))]})})():(0,B.jsx)(`div`,{className:`py-1 pl-5 pr-1.5 text-[11.5px] text-muted/50`,children:`No open threads`}),o.length>0&&(0,B.jsxs)(`section`,{"aria-label":`Held`,children:[(0,B.jsx)(`hr`,{className:`my-3 border-border/50`}),(0,B.jsx)(eH,{label:`Held`,count:o.length,collapsed:i.held,onToggle:()=>X.sidebarCollapsed.held=!X.sidebarCollapsed.held}),!i.held&&o.map(e=>(0,B.jsxs)(`div`,{children:[(0,B.jsx)(iH,{t:e,active:l===e.id,onQueueNavigate:p}),(0,B.jsx)(sH,{t:e})]},e.id))]}),s.length>0&&(0,B.jsxs)(`div`,{children:[(0,B.jsx)(`hr`,{className:`my-3 border-border/50`}),(0,B.jsx)(eH,{label:`Done`,count:s.length,collapsed:i.inactive,onToggle:()=>X.sidebarCollapsed.inactive=!X.sidebarCollapsed.inactive}),!i.inactive&&s.map(e=>(0,B.jsxs)(`div`,{children:[(0,B.jsx)(iH,{t:e,active:l===e.id,onQueueNavigate:p}),(0,B.jsx)(sH,{t:e})]},e.id))]}),r.length>0&&(0,B.jsxs)(`div`,{children:[(0,B.jsx)(`hr`,{className:`my-3 border-border/50`}),(0,B.jsx)(eH,{label:`Plans`,count:r.length,collapsed:i.plans,onToggle:()=>X.sidebarCollapsed.plans=!X.sidebarCollapsed.plans}),!i.plans&&r.map(e=>(0,B.jsx)(cH,{plan:e},e.path))]})]})]})})}function eH({label:e,count:t,collapsed:n,onToggle:r}){let i=(0,B.jsxs)(B.Fragment,{children:[r?(0,B.jsx)(Uv,{size:11,className:`transition-transform ${n?``:`rotate-90`}`}):(0,B.jsx)(`span`,{className:`w-[11px] shrink-0`,"aria-hidden":!0}),(0,B.jsx)(`span`,{children:e}),(0,B.jsx)(`span`,{className:`ml-1.5 tabular-nums text-muted/60`,children:t})]}),a=`flex w-full items-center gap-1 px-1.5 py-1 text-[11px] uppercase tracking-wide text-muted/70`;return r?(0,B.jsx)(`button`,{onClick:r,className:`${a} transition-colors hover:text-fg`,children:i}):(0,B.jsx)(`div`,{className:a,children:i})}var tH=16,nH=12;function rH({title:e,children:t}){let n=e.trimEnd(),r=n.lastIndexOf(` `)+1,i=n.length-r<=tH?r:n.length-nH;return i>=n.length?(0,B.jsxs)(B.Fragment,{children:[e,t]}):(0,B.jsxs)(B.Fragment,{children:[n.slice(0,i),(0,B.jsxs)(`span`,{className:`whitespace-nowrap`,children:[n.slice(i),t]})]})}var iH=(0,z.memo)(function({t:e,legacy:t,active:n=!1,onQueueNavigate:r,restedAge:i=!1}){let a=!t&&e.foreign===!0,o=!t&&XD(e),s=!t&&LD(e),c=!t&&tO(e),l=o||t?null:e.lastFence?.kind===`awaiting`?uH(e.lastFence.hints):null,u=!o&&(!!e.activity||l!==null);return(0,B.jsxs)(`div`,{"data-sidebar-item":e.id,className:`group relative flex min-w-0 items-start rounded-md transition-[color,background-color,opacity] hover:bg-white/[0.04] ${t?`opacity-80`:o?`opacity-65 hover:opacity-90 focus-within:opacity-90`:``}`,children:[(0,B.jsx)(`span`,{"aria-hidden":`true`,"data-sidebar-marker-rail":!0,className:`pointer-events-none absolute inset-y-0 left-0 w-5`,children:n&&(0,B.jsx)(`span`,{"data-sidebar-scroll-marker":!0,className:`absolute inset-y-0 left-1 w-[2px] rounded-full bg-accent`})}),(0,B.jsxs)(`button`,{onClick:()=>{if(e.needsYou&&tv(e.id)){r?.(e.id);return}$_(e.id)},"aria-current":n?`location`:void 0,className:`min-w-0 flex-1 flex items-start gap-2 pb-1 pl-5 pr-1.5 pt-1 text-left`,children:[(0,B.jsx)(`span`,{className:`w-4 h-[19px] shrink-0 flex items-center justify-center`,children:(0,B.jsx)(mH,{t:e,legacy:t})}),(0,B.jsxs)(`span`,{className:`min-w-0 flex-1 flex flex-col`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-baseline gap-3`,children:[(0,B.jsx)(`span`,{className:`min-w-0 flex-1 break-words text-[13px] leading-[19px] ${s?`text-fg/50`:o?`text-fg/75`:`text-fg/90`}`,children:(0,B.jsxs)(rH,{title:AD(e),children:[!t&&(0,B.jsx)(cV,{backend:e.backend,className:`ml-1`}),a&&(0,B.jsx)(`span`,{className:`petite-caps ml-1.5 inline-block rounded border border-border/60 px-1 align-[2px] text-[9.5px] leading-[14px] text-muted/55`,title:`Read-only — running in an external terminal`,children:`terminal`}),t&&(0,B.jsx)(lH,{status:e.archived?`archived`:e.status})]})}),i&&(0,B.jsx)(aH,{t:e,yieldsToRetry:c})]}),u&&(0,B.jsxs)(`span`,{className:`mt-0.5 flex flex-col gap-0.5 min-w-0 text-[11.5px] leading-[15px]`,children:[l&&(0,B.jsx)(`span`,{className:`min-w-0 truncate text-muted/70`,title:l,children:l}),e.activity&&(0,B.jsx)(`span`,{className:`min-w-0 truncate text-muted/70`,title:e.activity,children:e.activity})]})]})]}),t&&(0,B.jsx)(`div`,{className:`absolute right-1 top-1 hidden group-hover:flex items-stretch rounded-md bg-panel shadow-sm shadow-black/30`,children:(0,B.jsx)(PL,{slug:e.id,size:`sm`})}),c&&(0,B.jsx)(oH,{slug:e.id})]})});function aH({t:e,yieldsToRetry:t}){let n=bO(),r=VD(e),i=dO(r,n);return!r||!i?null:(0,B.jsx)(`time`,{dateTime:r,"data-rail-rested-age":!0,title:lO(r,n)??void 0,"aria-label":`Rested ${lO(r,n)??i}`,className:`shrink-0 tabular-nums text-[10.5px] leading-[19px] text-muted/55 ${t?`transition-opacity group-hover:opacity-0 group-focus-within:opacity-0`:``}`,children:i})}function oH({slug:e}){let t=Vu(),[n,r]=(0,z.useState)(!1);return(0,B.jsx)(iV,{label:`Retry — resume this session where it left off`,children:(0,B.jsx)(`button`,{"data-sidebar-retry":e,"aria-label":`Retry exited session`,disabled:n,onMouseDown:e=>e.preventDefault(),onClick:n=>{n.stopPropagation(),r(!0),jV(t,e).finally(()=>r(!1))},className:`absolute right-1.5 top-1 hidden h-[19px] w-[19px] items-center justify-center rounded bg-panel text-muted/70 outline-none transition-colors group-hover:flex group-focus-within:flex hover:bg-panel-2 hover:text-fg disabled:opacity-50`,children:n?(0,B.jsx)(vy,{size:13,className:`animate-spin`}):(0,B.jsx)(ky,{size:13})})})}function sH({t:e}){let t=ZO(e.subAgents??[],`rail`);return t.length===0?null:(0,B.jsx)(`div`,{className:`flex flex-col`,children:t.map(t=>(0,B.jsx)(ek,{kind:`AGENT`,label:t.label,state:t.state,density:`rail`,depth:t.depth,startedAt:t.startedAt,parentSlug:e.id,onOpen:()=>Z_(e.id,t.id,{label:t.label,subagentType:t.subagentType,startedAt:t.startedAt}),onDismiss:nk(e.id,t),title:t.subagentType?`[${t.subagentType}] ${t.label}`:t.label},t.id))})}function cH({plan:e}){let t=e.threadIds?.length??0;return(0,B.jsx)(`div`,{className:`group relative flex min-w-0 items-start rounded-md transition-colors hover:bg-white/[0.04]`,children:(0,B.jsxs)(`button`,{onClick:()=>iv(e.path,e.title),className:`min-w-0 flex-1 flex items-start gap-2 py-1 pl-5 pr-1.5 text-left`,title:t?`${t} thread${t===1?``:`s`} from this plan`:void 0,children:[(0,B.jsx)(`span`,{className:`w-4 h-[19px] shrink-0 flex items-center justify-center`,children:(0,B.jsx)(ry,{size:12,className:`text-muted/60`})}),(0,B.jsxs)(`span`,{className:`min-w-0 flex-1 break-words text-[13px] leading-[19px] text-fg/90`,children:[e.title,t>0&&(0,B.jsx)(`span`,{className:`ml-1.5 tabular-nums text-[10.5px] text-muted/45`,children:t})]})]})})}function lH({status:e}){let t=e===`archived`?`Done`:e;return(0,B.jsx)(`span`,{className:`petite-caps ml-1.5 inline-block rounded border px-1 align-[2px] leading-[14px] text-[9.5px] ${kD[e]??`text-muted border-border`}`,children:t})}function uH(e){let t=e.find(e=>e.kind===`pr`);return t?`PR ${t.value}`:null}function dH(e,t){let n=fH(e);return n?`${t} — ${n}`:t}function fH(e){return e.lastFence?.kind===`awaiting`&&e.lastFence.hints.find(e=>e.kind===`reason`)?.value.trim()||null}var pH=7;function mH({t:e,legacy:t}){let{node:n,tip:r}=t?yH(e):hH(e),i=t?void 0:eO(e);return r?(0,B.jsx)(iV,{label:r,side:`left`,multiline:r.includes(`
258
+ `),children:(0,B.jsx)(`span`,{"data-rail-glyph":i,className:`flex items-center justify-center`,children:n})}):i?(0,B.jsx)(`span`,{"data-rail-glyph":i,className:`flex items-center justify-center`,children:n}):n}function hH(e){let t=gH(e);if(eO(e)===`held`)return t;let n=YD(e),r=n?yD(n,e.snoozePrompt):null;return r?{node:t.node,tip:t.tip?`${t.tip}\n${r}`:r}:t}function gH(e){let t=eO(e);if(t===`archived`)return{node:(0,B.jsx)(_H,{children:(0,B.jsx)(Bv,{size:10,strokeWidth:3,className:`text-muted/75`})}),tip:`Done`};if(t===`needs-input`)return{node:(0,B.jsx)(_H,{children:(0,B.jsx)(vH,{ch:`?`,muted:!0})}),tip:`Needs your input`};if(t===`working`)return{node:(0,B.jsx)(xO,{}),tip:`Working`};if(t===`background`)return{node:(0,B.jsx)(_H,{children:(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-rail-dot`,"data-running-indicator":`thread-background`})}),tip:`At rest — a background shell is still running`};if(t===`done`)return{node:(0,B.jsx)(_H,{children:(0,B.jsx)(Bv,{size:10,strokeWidth:3,className:`text-muted/75`})}),tip:`Done`};if(t===`stalled`){let t=e.crashed===!0?`Stalled — the agent exited mid-turn`:`Stalled — the agent's process exited`;return{node:(0,B.jsx)(_H,{accent:!0,children:(0,B.jsx)(vH,{ch:`!`})}),tip:t}}if(t===`held`){let t=(0,B.jsx)(_H,{children:(0,B.jsx)(dy,{size:9,className:`text-muted/70`})}),n=(0,B.jsx)(_H,{children:(0,B.jsx)(uy,{size:9,className:`text-muted/70`})}),r=e.lastFence?.kind===`awaiting`?FV(e.lastFence.hints):[],i=r.length>0?n:t,a=e=>r.length>0?`Watching ${r.map(e=>e.ref).join(`, `)} — new activity wakes it\n${e}`:e,o=YD(e);if(o)return{node:i,tip:a(yD(o,e.snoozePrompt)??`Snoozed until a scheduled check`)};if(e.limitPause?.autoResume){let n=e.limitPause.window===`weekly`?`weekly limit`:`session limit`,r=e.limitPause.resumesAt?bD(new Date(e.limitPause.resumesAt*1e3).toISOString()):null;return{node:t,tip:r?`${r} — ${n} reached`:`Auto-snoozed until the ${n} resets`}}if(e.lastFence?.kind!==`awaiting`)return{node:t,tip:(typeof e.revalidate==`string`?bD(e.revalidate):null)??`Auto-snoozed until a scheduled check`};let s=e.lastFence.hints.find(e=>e.kind===`pr`||e.kind===`shell`||e.kind===`agent`||e.kind===`timer`)?.kind,c=t=>a(dH(e,t));return s===`pr`?{node:n,tip:c(`Watching a pull request`)}:s===`shell`||s===`agent`?{node:(0,B.jsx)(_H,{children:(0,B.jsx)(qv,{size:10,className:`text-muted/70`})}),tip:c(`Waiting on its own background work`)}:{node:(0,B.jsx)(_H,{children:(0,B.jsx)(Qv,{size:9,className:`text-muted/70`})}),tip:c(`Waiting on a timer`)}}let n=fH(e);return{node:(0,B.jsx)(_H,{children:(0,B.jsx)(ey,{size:11,className:`text-muted/70`})}),tip:n?`At rest — ${n}`:`At rest`}}function _H({accent:e,children:t}){return(0,B.jsx)(`span`,{className:`inline-flex items-center justify-center rounded-[4px] border ${e?`border-accent/90`:`border-muted/45`}`,style:{width:15,height:15},children:t})}function vH({ch:e,muted:t}){return(0,B.jsx)(`span`,{"aria-hidden":!0,className:`font-bold leading-none ${t?`text-muted/70`:`text-accent`}`,style:{fontSize:10},children:e})}function yH(e){if(e.runtime===`running`||e.runtime===`spawning`||e.runtime===`perm-prompt`)return{node:(0,B.jsx)(bH,{}),tip:`Working`};let t=(e.subAgents??[]).some(e=>e.state===`running`);return e.runtime===`turn-idle`&&t&&!e.humanBlocked?{node:(0,B.jsx)(bH,{}),tip:`Working`}:RD(e)?{node:(0,B.jsx)(xH,{}),tip:`Needs your input`}:e.status===`needs-human`?{node:(0,B.jsx)(SH,{}),tip:`Awaiting you — open to read & reply`}:e.status===`blocked`&&e.mechanism===`timer`?{node:(0,B.jsx)(Ry,{size:8,className:`text-muted/70`}),tip:`Waiting on a timer`}:e.status===`blocked`&&e.mechanism===`threads`?{node:(0,B.jsx)(qv,{size:8,className:`text-muted/70`}),tip:`Waiting on other work`}:{node:(0,B.jsx)(CH,{}),tip:null}}function bH(){return(0,B.jsx)(`span`,{className:`block rounded-full border border-muted/70 border-t-transparent animate-spin`,style:{width:8,height:8}})}function xH(){return(0,B.jsx)(`span`,{className:`block rounded-full bg-sky-400`,style:{width:pH,height:pH}})}function SH(){return(0,B.jsx)(`span`,{className:`block rounded-full bg-yellow-400`,style:{width:pH,height:pH}})}function CH(){return(0,B.jsx)(`span`,{className:`block rounded-full bg-muted/30`,style:{width:pH,height:pH}})}function wH(e){if(!e)return{state:`loading`};let t=e.projectLabel.trim(),n=t.lastIndexOf(`/`),r=n===-1?``:t.slice(0,n).trim(),i=n===-1?``:t.slice(n+1).trim();return r&&i?{state:`verified`,label:t,owner:r,repo:i}:{state:`unavailable`}}function TH({identity:e,state:t,boardFallback:n,railVisible:r=!1}){let i={open:{cls:`bg-live`,word:`connected`},connecting:{cls:`bg-accent`,word:`connecting…`},closed:{cls:`bg-red-500`,word:`disconnected`}}[t],a=t===`open`&&!!n,o=a?`connected through SSE fallback`:i.word,s=e.state===`verified`?`Project: ${e.label}; ${o}`:e.state===`loading`?`Project identity loading; ${o}`:`Project identity unavailable; ${o}`;return(0,B.jsxs)(`div`,{className:`flex items-center gap-2 min-w-0 max-w-full text-[12px]`,"data-project-identity-state":e.state,"aria-label":s,"aria-busy":e.state===`loading`||void 0,children:[!r&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`a`,{href:`/`,title:`All projects`,"aria-label":`All projects`,className:`shrink-0 rounded-sm text-muted/70 outline-none transition-colors hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:(0,B.jsx)(fy,{size:12,className:`shrink-0 icon-label-nudge`})}),e.state===`verified`&&(0,B.jsx)(`span`,{className:`-ml-1 shrink-0 text-muted/60`,children:`/`})]}),(0,B.jsx)(`span`,{className:`identity-slot ${e.state===`verified`?`identity-slot--resolved`:`identity-slot--placeholder`}`,children:e.state===`verified`?(0,B.jsx)(`span`,{className:`block min-w-0 truncate`,title:e.label,children:(0,B.jsx)(`span`,{className:`font-semibold text-fg/90`,children:e.repo})}):(0,B.jsx)(`span`,{className:`identity-placeholder`,"aria-hidden":`true`})}),(0,B.jsxs)(`span`,{className:`flex items-center gap-1 shrink-0`,"data-board-sync-fallback":a||void 0,title:a?`Board payload exceeded the live socket limit; connected through SSE`:void 0,children:[(0,B.jsx)(`span`,{className:`w-1.5 h-1.5 shrink-0 rounded-full ${i.cls}`}),(0,B.jsx)(`span`,{className:`text-[10.5px] text-muted/70`,children:a?`connected · SSE fallback`:i.word})]})]})}var EH=`-mx-1.5 inline-flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-fg/75 outline-none transition-colors hover:bg-elevated hover:text-fg focus-visible:ring-1 focus-visible:ring-border-strong disabled:opacity-55`;typeof window<`u`&&window.document&&window.document.createElement;function DH(e,t,{checkForDefaultPrevented:n=!0}={}){return function(r){if(e?.(r),n===!1||!r||!r.defaultPrevented)return t?.(r)}}function OH(e,t=[]){let n=[];function r(t,r){let i=z.createContext(r);i.displayName=t+`Context`;let a=n.length;n=[...n,r];let o=t=>{let{scope:n,children:r,...o}=t,s=n?.[e]?.[a]||i,c=z.useMemo(()=>o,Object.values(o));return(0,B.jsx)(s.Provider,{value:c,children:r})};o.displayName=t+`Provider`;function s(n,o,s={}){let{optional:c=!1}=s,l=o?.[e]?.[a]||i,u=z.useContext(l);if(u)return u;if(r!==void 0)return r;if(!c)throw Error(`\`${n}\` must be used within \`${t}\``)}return[o,s]}let i=()=>{let t=n.map(e=>z.createContext(e));return function(n){let r=n?.[e]||t;return z.useMemo(()=>({[`__scope${e}`]:{...n,[e]:r}}),[n,r])}};return i.scopeName=e,[r,kH(i,...t)]}function kH(...e){let t=e[0];if(e.length===1)return t;let n=()=>{let n=e.map(e=>({useScope:e(),scopeName:e.scopeName}));return function(e){let r=n.reduce((t,{useScope:n,scopeName:r})=>{let i=n(e)[`__scope${r}`];return{...t,...i}},{});return z.useMemo(()=>({[`__scope${t.scopeName}`]:r}),[r])}};return n.scopeName=t.scopeName,n}var AH=`DismissableLayer`,jH=`dismissableLayer.update`,MH=`dismissableLayer.pointerDownOutside`,NH=`dismissableLayer.focusOutside`,PH,FH=z.createContext({layers:new Set,layersWithOutsidePointerEventsDisabled:new Set,branches:new Set,dismissableSurfaces:new Set}),IH=z.forwardRef((e,t)=>{let{disableOutsidePointerEvents:n=!1,deferPointerDownOutside:r=!1,onEscapeKeyDown:i,onPointerDownOutside:a,onFocusOutside:o,onInteractOutside:s,onDismiss:c,...l}=e,u=z.useContext(FH),[d,f]=z.useState(null),p=d?.ownerDocument??globalThis?.document,[,m]=z.useState({}),h=ok(t,f),g=Array.from(u.layers),[_]=[...u.layersWithOutsidePointerEventsDisabled].slice(-1),v=_?g.indexOf(_):-1,y=d?g.indexOf(d):-1,b=u.layersWithOutsidePointerEventsDisabled.size>0,x=y>=v,S=z.useRef(!1),C=BH(e=>{a?.(e),s?.(e),e.defaultPrevented||c?.()},{ownerDocument:p,deferPointerDownOutside:r,isDeferredPointerDownOutsideRef:S,dismissableSurfaces:u.dismissableSurfaces,shouldHandlePointerDownOutside:z.useCallback(e=>{if(!(e instanceof Node))return!1;let t=[...u.branches].some(t=>t.contains(e));return x&&!t},[u.branches,x])}),w=VH(e=>{if(r&&S.current)return;let t=e.target;[...u.branches].some(e=>e.contains(t))||(o?.(e),s?.(e),e.defaultPrevented||c?.())},p),T=d?y===g.length-1:!1,E=Fk(e=>{e.key===`Escape`&&(i?.(e),!e.defaultPrevented&&c&&(e.preventDefault(),c()))});return z.useEffect(()=>{if(T)return p.addEventListener(`keydown`,E,{capture:!0}),()=>p.removeEventListener(`keydown`,E,{capture:!0})},[p,T,E]),z.useEffect(()=>{if(d)return n&&(u.layersWithOutsidePointerEventsDisabled.size===0&&(PH=p.body.style.pointerEvents,p.body.style.pointerEvents=`none`),u.layersWithOutsidePointerEventsDisabled.add(d)),u.layers.add(d),HH(),()=>{n&&(u.layersWithOutsidePointerEventsDisabled.delete(d),u.layersWithOutsidePointerEventsDisabled.size===0&&(p.body.style.pointerEvents=PH))}},[d,p,n,u]),z.useEffect(()=>()=>{d&&(u.layers.delete(d),u.layersWithOutsidePointerEventsDisabled.delete(d),HH())},[d,u]),z.useEffect(()=>{let e=()=>m({});return document.addEventListener(jH,e),()=>document.removeEventListener(jH,e)},[]),(0,B.jsx)(Ak.div,{...l,ref:h,style:{pointerEvents:b?x?`auto`:`none`:void 0,...e.style},onFocusCapture:DH(e.onFocusCapture,w.onFocusCapture),onBlurCapture:DH(e.onBlurCapture,w.onBlurCapture),onPointerDownCapture:DH(e.onPointerDownCapture,C.onPointerDownCapture)})});IH.displayName=AH;var LH=`DismissableLayerBranch`,RH=z.forwardRef((e,t)=>{let n=z.useContext(FH),r=z.useRef(null),i=ok(t,r);return z.useEffect(()=>{let e=r.current;if(e)return n.branches.add(e),()=>{n.branches.delete(e)}},[n.branches]),(0,B.jsx)(Ak.div,{...e,ref:i})});RH.displayName=LH;var zH=()=>!0;function BH(e,t){let{ownerDocument:n=globalThis?.document,deferPointerDownOutside:r=!1,isDeferredPointerDownOutsideRef:i,dismissableSurfaces:a,shouldHandlePointerDownOutside:o=zH}=t,s=Fk(e),c=z.useRef(!1),l=z.useRef(!1),u=z.useRef(new Map),d=z.useRef(()=>{});return z.useEffect(()=>{function e(){l.current=!1,i.current=!1,u.current.clear()}function t(){return Array.from(u.current.values()).some(Boolean)}function f(e){if(!l.current)return;let t=e.target;t instanceof Node&&[...a].some(e=>e.contains(t))||u.current.set(e.type,!0),e.type===`click`&&window.setTimeout(()=>{l.current&&d.current()},0)}function p(e){l.current&&u.current.set(e.type,!1)}let m=a=>{if(a.target&&!c.current){let f=function(){n.removeEventListener(`click`,d.current);let r=t();e(),r||UH(MH,s,p,{discrete:!0})};if(!o(a.target)){n.removeEventListener(`click`,d.current),e(),c.current=!1;return}let p={originalEvent:a};l.current=!0,i.current=r&&a.button===0,u.current.clear(),!r||a.button!==0?f():(n.removeEventListener(`click`,d.current),d.current=f,n.addEventListener(`click`,d.current,{once:!0}))}else n.removeEventListener(`click`,d.current),e();c.current=!1},h=[`pointerup`,`mousedown`,`mouseup`,`touchstart`,`touchend`,`click`];for(let e of h)n.addEventListener(e,f,!0),n.addEventListener(e,p);let g=window.setTimeout(()=>{n.addEventListener(`pointerdown`,m)},0);return()=>{window.clearTimeout(g),n.removeEventListener(`pointerdown`,m),n.removeEventListener(`click`,d.current);for(let e of h)n.removeEventListener(e,f,!0),n.removeEventListener(e,p)}},[n,s,r,i,a,o]),{onPointerDownCapture:()=>c.current=!0}}function VH(e,t=globalThis?.document){let n=Fk(e),r=z.useRef(!1);return z.useEffect(()=>{let e=e=>{e.target&&!r.current&&UH(NH,n,{originalEvent:e},{discrete:!1})};return t.addEventListener(`focusin`,e),()=>t.removeEventListener(`focusin`,e)},[t,n]),{onFocusCapture:()=>r.current=!0,onBlurCapture:()=>r.current=!1}}function HH(){let e=new CustomEvent(jH);document.dispatchEvent(e)}function UH(e,t,n,{discrete:r}){let i=n.originalEvent.target,a=new CustomEvent(e,{bubbles:!1,cancelable:!0,detail:n});t&&i.addEventListener(e,t,{once:!0}),r?jk(i,a):i.dispatchEvent(a)}var WH=`focusScope.autoFocusOnMount`,GH=`focusScope.autoFocusOnUnmount`,KH={bubbles:!1,cancelable:!0},qH=`FocusScope`,JH=z.forwardRef((e,t)=>{let{loop:n=!1,trapped:r=!1,onMountAutoFocus:i,onUnmountAutoFocus:a,...o}=e,[s,c]=z.useState(null),l=Fk(i),u=Fk(a),d=z.useRef(null),f=ok(t,c),p=z.useRef({paused:!1,pause(){this.paused=!0},resume(){this.paused=!1}}).current;z.useEffect(()=>{if(r){let e=function(e){if(p.paused||!s)return;let t=e.target;s.contains(t)?d.current=t:tU(d.current,{select:!0})},t=function(e){if(p.paused||!s)return;let t=e.relatedTarget;t!==null&&(s.contains(t)||tU(d.current,{select:!0}))},n=function(e){if(document.activeElement===document.body)for(let t of e)t.removedNodes.length>0&&tU(s)};document.addEventListener(`focusin`,e),document.addEventListener(`focusout`,t);let r=new MutationObserver(n);return s&&r.observe(s,{childList:!0,subtree:!0}),()=>{document.removeEventListener(`focusin`,e),document.removeEventListener(`focusout`,t),r.disconnect()}}},[r,s,p.paused]),z.useEffect(()=>{if(s){nU.add(p);let e=document.activeElement;if(!s.contains(e)){let t=new CustomEvent(WH,KH);s.addEventListener(WH,l),s.dispatchEvent(t),t.defaultPrevented||(YH(aU(ZH(s)),{select:!0}),document.activeElement===e&&tU(s))}return()=>{s.removeEventListener(WH,l),setTimeout(()=>{let t=new CustomEvent(GH,KH);s.addEventListener(GH,u),s.dispatchEvent(t),t.defaultPrevented||tU(e??document.body,{select:!0}),s.removeEventListener(GH,u),nU.remove(p)},0)}}},[s,l,u,p]);let m=z.useCallback(e=>{if(!n&&!r||p.paused)return;let t=e.key===`Tab`&&!e.altKey&&!e.ctrlKey&&!e.metaKey,i=document.activeElement;if(t&&i){let t=e.currentTarget,[r,a]=XH(t);r&&a?!e.shiftKey&&i===a?(e.preventDefault(),n&&tU(r,{select:!0})):e.shiftKey&&i===r&&(e.preventDefault(),n&&tU(a,{select:!0})):i===t&&e.preventDefault()}},[n,r,p.paused]);return(0,B.jsx)(Ak.div,{tabIndex:-1,...o,ref:f,onKeyDown:m})});JH.displayName=qH;function YH(e,{select:t=!1}={}){let n=document.activeElement;for(let r of e)if(tU(r,{select:t}),document.activeElement!==n)return}function XH(e){let t=ZH(e);return[QH(t,e),QH(t.reverse(),e)]}function ZH(e){let t=[],n=document.createTreeWalker(e,NodeFilter.SHOW_ELEMENT,{acceptNode:e=>{let t=e.tagName===`INPUT`&&e.type===`hidden`;return e.disabled||e.hidden||t?NodeFilter.FILTER_SKIP:e.tabIndex>=0?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP}});for(;n.nextNode();)t.push(n.currentNode);return t}function QH(e,t){let n=typeof t.checkVisibility==`function`&&t.checkVisibility({checkVisibilityCSS:!0});for(let r of e)if(!(n?!r.checkVisibility({checkVisibilityCSS:!0}):$H(r,{upTo:t})))return r}function $H(e,{upTo:t}){if(getComputedStyle(e).visibility===`hidden`)return!0;for(;e;){if(t!==void 0&&e===t)return!1;if(getComputedStyle(e).display===`none`)return!0;e=e.parentElement}return!1}function eU(e){return e instanceof HTMLInputElement&&`select`in e}function tU(e,{select:t=!1}={}){if(e&&e.focus){let n=document.activeElement;e.focus({preventScroll:!0}),e!==n&&eU(e)&&t&&e.select()}}var nU=rU();function rU(){let e=[];return{add(t){let n=e[0];t!==n&&n?.pause(),e=iU(e,t),e.unshift(t)},remove(t){e=iU(e,t),e[0]?.resume()}}}function iU(e,t){let n=[...e],r=n.indexOf(t);return r!==-1&&n.splice(r,1),n}function aU(e){return e.filter(e=>e.tagName!==`A`)}var oU=`Popper`,[sU,cU]=OH(oU),[lU,uU]=sU(oU),dU=e=>{let{__scopePopper:t,children:n}=e,[r,i]=z.useState(null),[a,o]=z.useState(void 0);return(0,B.jsx)(lU,{scope:t,anchor:r,onAnchorChange:i,placementState:a,setPlacementState:o,children:n})};dU.displayName=oU;var fU=`PopperAnchor`,pU=z.forwardRef((e,t)=>{let{__scopePopper:n,virtualRef:r,...i}=e,a=uU(fU,n),o=z.useRef(null),s=a.onAnchorChange,c=ok(t,z.useCallback(e=>{o.current=e,e&&s(e)},[s])),l=z.useRef(null);z.useEffect(()=>{if(!r)return;let e=l.current;l.current=r.current,e!==l.current&&s(l.current)});let u=a.placementState&&CU(a.placementState),d=u?.[0],f=u?.[1];return r?null:(0,B.jsx)(Ak.div,{"data-radix-popper-side":d,"data-radix-popper-align":f,...i,ref:c})});pU.displayName=fU;var mU=`PopperContent`,[hU,gU]=sU(mU),_U=z.forwardRef((e,t)=>{let{__scopePopper:n,side:r=`bottom`,sideOffset:i=0,align:a=`center`,alignOffset:o=0,arrowPadding:s=0,avoidCollisions:c=!0,collisionBoundary:l=[],collisionPadding:u=0,sticky:d=`partial`,hideWhenDetached:f=!1,updatePositionStrategy:p=`optimized`,onPlaced:m,...h}=e,g=uU(mU,n),[_,v]=z.useState(null),y=ok(t,v),[b,x]=z.useState(null),S=PM(b),C=S?.width??0,w=S?.height??0,T=r+(a===`center`?``:`-`+a),E=typeof u==`number`?u:{top:0,right:0,bottom:0,left:0,...u},D=Array.isArray(l)?l:[l],O=D.length>0,k={padding:E,boundary:D.filter(xU),altBoundary:O},{refs:A,floatingStyles:ee,placement:j,isPositioned:M,middlewareData:N}=SM({strategy:`fixed`,placement:T,whileElementsMounted:(...e)=>cM(...e,{animationFrame:p===`always`}),elements:{reference:g.anchor},middleware:[wM({mainAxis:i+w,alignmentAxis:o}),c&&TM({mainAxis:!0,crossAxis:!1,limiter:d===`partial`?EM():void 0,...k}),c&&DM({...k}),OM({...k,apply:({elements:e,rects:t,availableWidth:n,availableHeight:r})=>{let{width:i,height:a}=t.reference,o=e.floating.style;o.setProperty(`--radix-popper-available-width`,`${n}px`),o.setProperty(`--radix-popper-available-height`,`${r}px`),o.setProperty(`--radix-popper-anchor-width`,`${i}px`),o.setProperty(`--radix-popper-anchor-height`,`${a}px`)}}),b&&AM({element:b,padding:s}),SU({arrowWidth:C,arrowHeight:w}),f&&kM({strategy:`referenceHidden`,...k,boundary:O?k.boundary:void 0})]}),te=g.setPlacementState;lk(()=>(te(j),()=>{te(void 0)}),[j,te]);let[P,ne]=CU(j),re=Fk(m);lk(()=>{M&&re?.()},[M,re]);let ie=N.arrow?.x,ae=N.arrow?.y,oe=N.arrow?.centerOffset!==0,[se,ce]=z.useState();return lk(()=>{_&&ce(window.getComputedStyle(_).zIndex)},[_]),(0,B.jsx)(`div`,{ref:A.setFloating,"data-radix-popper-content-wrapper":``,style:{...ee,transform:M?ee.transform:`translate(0, -200%)`,minWidth:`max-content`,zIndex:se,"--radix-popper-transform-origin":[N.transformOrigin?.x,N.transformOrigin?.y].join(` `),...N.hide?.referenceHidden&&{visibility:`hidden`,pointerEvents:`none`}},dir:e.dir,children:(0,B.jsx)(hU,{scope:n,placedSide:P,placedAlign:ne,onArrowChange:x,arrowX:ie,arrowY:ae,shouldHideArrow:oe,children:(0,B.jsx)(Ak.div,{"data-side":P,"data-align":ne,...h,ref:y,style:{...h.style,animation:M?void 0:`none`}})})})});_U.displayName=mU;var vU=`PopperArrow`,yU={top:`bottom`,right:`left`,bottom:`top`,left:`right`},bU=z.forwardRef(function(e,t){let{__scopePopper:n,...r}=e,i=gU(vU,n),a=yU[i.placedSide];return(0,B.jsx)(`span`,{ref:i.onArrowChange,style:{position:`absolute`,left:i.arrowX,top:i.arrowY,[a]:0,transformOrigin:{top:``,right:`0 0`,bottom:`center 0`,left:`100% 0`}[i.placedSide],transform:{top:`translateY(100%)`,right:`translateY(50%) rotate(90deg) translateX(-50%)`,bottom:`rotate(180deg)`,left:`translateY(50%) rotate(-90deg) translateX(50%)`}[i.placedSide],visibility:i.shouldHideArrow?`hidden`:void 0},children:(0,B.jsx)(NM,{...r,ref:t,style:{...r.style,display:`block`}})})});bU.displayName=vU;function xU(e){return e!==null}var SU=e=>({name:`transformOrigin`,options:e,fn(t){let{placement:n,rects:r,middlewareData:i}=t,a=i.arrow?.centerOffset!==0,o=a?0:e.arrowWidth,s=a?0:e.arrowHeight,[c,l]=CU(n),u={start:`0%`,center:`50%`,end:`100%`}[l],d=(i.arrow?.x??0)+o/2,f=(i.arrow?.y??0)+s/2,p=``,m=``;return c===`bottom`?(p=a?u:`${d}px`,m=`${-s}px`):c===`top`?(p=a?u:`${d}px`,m=`${r.floating.height+s}px`):c===`right`?(p=`${-s}px`,m=a?u:`${f}px`):c===`left`&&(p=`${r.floating.width+s}px`,m=a?u:`${f}px`),{data:{x:p,y:m}}}});function CU(e){let[t,n=`center`]=e.split(`-`);return[t,n]}var wU=dU,TU=pU,EU=_U,DU=bU;function OU(e,t){return z.useReducer((e,n)=>t[e][n]??e,e)}var kU=e=>{let{present:t,children:n}=e,r=AU(t),i=typeof n==`function`?n({present:r.isPresent}):z.Children.only(n),a=MU(r.ref,PU(i));return typeof n==`function`||r.isPresent?z.cloneElement(i,{ref:a}):null};kU.displayName=`Presence`;function AU(e){let[t,n]=z.useState(),r=z.useRef(null),i=z.useRef(e),a=z.useRef(`none`),o=z.useRef(void 0),[s,c]=OU(e?`mounted`:`unmounted`,{mounted:{UNMOUNT:`unmounted`,ANIMATION_OUT:`unmountSuspended`},unmountSuspended:{MOUNT:`mounted`,ANIMATION_END:`unmounted`},unmounted:{MOUNT:`mounted`}});return z.useEffect(()=>{s===`mounted`?(a.current=o.current??NU(r.current),o.current=void 0):a.current=`none`},[s]),lk(()=>{let t=r.current,n=i.current;if(n!==e){let r=a.current,s=NU(t);e?(o.current=s,c(`MOUNT`)):s===`none`||t?.display===`none`?c(`UNMOUNT`):c(n&&r!==s?`ANIMATION_OUT`:`UNMOUNT`),i.current=e}},[e,c]),lk(()=>{if(t){let e,n=t.ownerDocument.defaultView??window,o=a=>{let o=NU(r.current).includes(CSS.escape(a.animationName));if(a.target===t&&o&&(c(`ANIMATION_END`),!i.current)){let r=t.style.animationFillMode;t.style.animationFillMode=`forwards`,e=n.setTimeout(()=>{t.style.animationFillMode===`forwards`&&(t.style.animationFillMode=r)})}},s=e=>{e.target===t&&(a.current=NU(r.current))};return t.addEventListener(`animationstart`,s),t.addEventListener(`animationcancel`,o),t.addEventListener(`animationend`,o),()=>{n.clearTimeout(e),t.removeEventListener(`animationstart`,s),t.removeEventListener(`animationcancel`,o),t.removeEventListener(`animationend`,o)}}else c(`ANIMATION_END`)},[t,c]),{isPresent:[`mounted`,`unmountSuspended`].includes(s),ref:z.useCallback(e=>{if(e){let t=getComputedStyle(e);r.current=t,o.current=NU(t)}else r.current=null;n(e)},[])}}function jU(e,t){if(typeof e==`function`)return e(t);e!=null&&(e.current=t)}function MU(...e){let t=z.useRef(e);return t.current=e,z.useCallback(e=>{let n=t.current,r=!1,i=n.map(t=>{let n=jU(t,e);return!r&&typeof n==`function`&&(r=!0),n});if(r)return()=>{for(let e=0;e<i.length;e++){let t=i[e];typeof t==`function`?t():jU(n[e],null)}}},[])}function NU(e){return e?.animationName||`none`}function PU(e){let t=Object.getOwnPropertyDescriptor(e.props,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,`ref`)?.get,n=t&&`isReactWarning`in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}var FU=`Popover`,[IU,LU]=OH(FU,[cU]),RU=cU(),[zU,BU]=IU(FU),VU=e=>{let{__scopePopover:t,children:n,open:r,defaultOpen:i,onOpenChange:a,modal:o=!1}=e,s=RU(t),c=z.useRef(null),[l,u]=z.useState(!1),[d,f]=mk({prop:r,defaultProp:i??!1,onChange:a,caller:FU});return(0,B.jsx)(wU,{...s,children:(0,B.jsx)(zU,{scope:t,contentId:vA(),triggerRef:c,open:d,onOpenChange:f,onOpenToggle:z.useCallback(()=>f(e=>!e),[f]),hasCustomAnchor:l,onCustomAnchorAdd:z.useCallback(()=>u(!0),[]),onCustomAnchorRemove:z.useCallback(()=>u(!1),[]),modal:o,children:n})})};VU.displayName=FU;var HU=`PopoverAnchor`,UU=z.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=BU(HU,n),a=RU(n),{onCustomAnchorAdd:o,onCustomAnchorRemove:s}=i;return z.useEffect(()=>(o(),()=>s()),[o,s]),(0,B.jsx)(TU,{...a,...r,ref:t})});UU.displayName=HU;var WU=`PopoverTrigger`,GU=z.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=BU(WU,n),a=RU(n),o=ok(t,i.triggerRef),s=(0,B.jsx)(Ak.button,{type:`button`,"aria-haspopup":`dialog`,"aria-expanded":i.open,"aria-controls":i.open?i.contentId:void 0,"data-state":oW(i.open),...r,ref:o,onClick:DH(e.onClick,i.onOpenToggle)});return i.hasCustomAnchor?s:(0,B.jsx)(TU,{asChild:!0,...a,children:s})});GU.displayName=WU;var KU=`PopoverPortal`,[qU,JU]=IU(KU,{forceMount:void 0}),YU=e=>{let{__scopePopover:t,forceMount:n,children:r,container:i}=e,a=BU(KU,t);return(0,B.jsx)(qU,{scope:t,forceMount:n,children:(0,B.jsx)(kU,{present:n||a.open,children:(0,B.jsx)(iN,{asChild:!0,container:i,children:r})})})};YU.displayName=KU;var XU=`PopoverContent`,ZU=z.forwardRef((e,t)=>{let n=JU(XU,e.__scopePopover),{forceMount:r=n.forceMount,...i}=e,a=BU(XU,e.__scopePopover);return(0,B.jsx)(kU,{present:r||a.open,children:a.modal?(0,B.jsx)($U,{...i,ref:t}):(0,B.jsx)(eW,{...i,ref:t})})});ZU.displayName=XU;var QU=_k(`PopoverContent.RemoveScroll`),$U=z.forwardRef((e,t)=>{let n=BU(XU,e.__scopePopover),r=z.useRef(null),i=ok(t,r),a=z.useRef(!1);return z.useEffect(()=>{let e=r.current;if(e)return VN(e)},[]),(0,B.jsx)(XP,{as:QU,allowPinchZoom:!0,children:(0,B.jsx)(tW,{...e,ref:i,trapFocus:n.open,disableOutsidePointerEvents:!0,onCloseAutoFocus:DH(e.onCloseAutoFocus,e=>{e.preventDefault(),a.current||n.triggerRef.current?.focus()}),onPointerDownOutside:DH(e.onPointerDownOutside,e=>{let t=e.detail.originalEvent,n=t.button===0&&t.ctrlKey===!0,r=t.button===2||n;a.current=r},{checkForDefaultPrevented:!1}),onFocusOutside:DH(e.onFocusOutside,e=>e.preventDefault(),{checkForDefaultPrevented:!1})})})}),eW=z.forwardRef((e,t)=>{let n=BU(XU,e.__scopePopover),r=z.useRef(!1),i=z.useRef(!1);return(0,B.jsx)(tW,{...e,ref:t,trapFocus:!1,disableOutsidePointerEvents:!1,onCloseAutoFocus:t=>{e.onCloseAutoFocus?.(t),t.defaultPrevented||(r.current||n.triggerRef.current?.focus(),t.preventDefault()),r.current=!1,i.current=!1},onInteractOutside:t=>{e.onInteractOutside?.(t),t.defaultPrevented||(r.current=!0,t.detail.originalEvent.type===`pointerdown`&&(i.current=!0));let a=t.target;n.triggerRef.current?.contains(a)&&t.preventDefault(),t.detail.originalEvent.type===`focusin`&&i.current&&t.preventDefault()}})}),tW=z.forwardRef((e,t)=>{let{__scopePopover:n,trapFocus:r,onOpenAutoFocus:i,onCloseAutoFocus:a,disableOutsidePointerEvents:o,onEscapeKeyDown:s,onPointerDownOutside:c,onFocusOutside:l,onInteractOutside:u,...d}=e,f=BU(XU,n),p=RU(n);return Qk(),(0,B.jsx)(JH,{asChild:!0,loop:!0,trapped:r,onMountAutoFocus:i,onUnmountAutoFocus:a,children:(0,B.jsx)(IH,{asChild:!0,disableOutsidePointerEvents:o,onInteractOutside:u,onEscapeKeyDown:s,onPointerDownOutside:c,onFocusOutside:l,onDismiss:()=>f.onOpenChange(!1),deferPointerDownOutside:!0,children:(0,B.jsx)(EU,{"data-state":oW(f.open),role:`dialog`,id:f.contentId,...p,...d,ref:t,style:{...d.style,"--radix-popover-content-transform-origin":`var(--radix-popper-transform-origin)`,"--radix-popover-content-available-width":`var(--radix-popper-available-width)`,"--radix-popover-content-available-height":`var(--radix-popper-available-height)`,"--radix-popover-trigger-width":`var(--radix-popper-anchor-width)`,"--radix-popover-trigger-height":`var(--radix-popper-anchor-height)`}})})})}),nW=`PopoverClose`,rW=z.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=BU(nW,n);return(0,B.jsx)(Ak.button,{type:`button`,...r,ref:t,onClick:DH(e.onClick,()=>i.onOpenChange(!1))})});rW.displayName=nW;var iW=`PopoverArrow`,aW=z.forwardRef((e,t)=>{let{__scopePopover:n,...r}=e,i=RU(n);return(0,B.jsx)(DU,{...i,...r,ref:t})});aW.displayName=iW;function oW(e){return e?`open`:`closed`}var sW=VU,cW=UU,lW=GU,uW=YU,dW=ZU;function fW({modal:e=!1,...t}){return(0,B.jsx)(sW,{modal:e,...t})}var pW=lW,mW=cW;function hW({children:e,side:t=`top`,align:n=`center`,sideOffset:r=6,className:i=``,...a}){return(0,B.jsx)(uW,{children:(0,B.jsx)(dW,{side:t,align:n,sideOffset:r,avoidCollisions:!0,collisionPadding:12,onEscapeKeyDown:e=>e.stopPropagation(),className:`${wL} ${OL} rounded-lg outline-none ${i}`,...a,children:e})})}var gW=3e4,_W=45e3;function vW(e,t){return t?AbortSignal.any([t,AbortSignal.timeout(e)]):AbortSignal.timeout(e)}function yW(){let e=Vu(),t=(0,z.useRef)(null),[n,r]=(0,z.useState)(!1),i=nd({queryKey:[`quota`],queryFn:({signal:e})=>Y.quota(void 0,{signal:vW(gW,e)}),refetchInterval:e=>{let t=e.state.data;return!t||t.claude.status!==`ok`||t.codex.status!==`ok`?15e3:3e4},staleTime:1e4,refetchOnWindowFocus:!0}),a=nd({queryKey:[`authStatus`],queryFn:({signal:e})=>Y.authStatus(void 0,{signal:vW(gW,e)}),refetchInterval:12e4,staleTime:3e4,refetchOnWindowFocus:!0}),o=n=>{if(t.current)return;r(!0);let i=Promise.all([Y.quota({force:n===`claude`},{signal:vW(_W)}).then(t=>e.setQueryData([`quota`],t)),e.refetchQueries({queryKey:[`authStatus`]})]).then(()=>{}).catch(()=>{}).finally(()=>{t.current=null,r(!1)});t.current=i};return(0,B.jsxs)(`div`,{"data-quota-bar":!0,className:`flex shrink-0 items-center gap-3 text-[11px]`,children:[(0,B.jsx)(bW,{backend:`claude`,quota:i.data?.claude,auth:a.data?.claude,email:a.data?.emails?.claude,loading:i.isLoading,fetching:i.isFetching||n,onRecheck:()=>o(`claude`)}),(0,B.jsx)(bW,{backend:`codex`,quota:i.data?.codex,auth:a.data?.codex,email:a.data?.emails?.codex,loading:i.isLoading,fetching:i.isFetching||n,onRecheck:()=>o(`codex`)})]})}function bW({backend:e,quota:t,auth:n,email:r,loading:i,fetching:a,onRecheck:o}){let s=Tz[e],[c,l]=(0,z.useState)(!1);if(!t&&i)return(0,B.jsxs)(`span`,{className:`flex items-center gap-1 text-muted/45`,children:[(0,B.jsx)(cV,{backend:e,className:`translate-y-0!`}),(0,B.jsx)(`span`,{className:`tabular-nums`,children:`··`})]});let u=n===`signed-out`,d=!t||t.status!==`ok`||t.windows.length===0,f=t?.detail??`quota unavailable`,p=d?void 0:CW(t.windows),m=p?xW(100-p.usedPercent):0,h=u||d;return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(fW,{onOpenChange:e=>{e&&o()},children:[(0,B.jsx)(pW,{asChild:!0,children:(0,B.jsx)(`button`,{type:`button`,"aria-label":u?`${s}: signed out`:d?`${s} quota: ${f}`:`${s} quota: ${m}% remaining`,className:`flex items-center gap-1.5 min-w-0 rounded outline-none transition-opacity hover:opacity-80 focus-visible:ring-1 focus-visible:ring-border-strong`,children:h?(0,B.jsxs)(`span`,{className:`flex items-center gap-1 text-muted/45`,children:[(0,B.jsx)(cV,{backend:e,className:`translate-y-0!`}),(0,B.jsx)(`span`,{className:`tabular-nums`,children:`—`})]}):(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(cV,{backend:e,className:`translate-y-0!`}),(0,B.jsxs)(`span`,{className:`tabular-nums ${wW(m)}`,children:[m,`%`]})]})})}),(0,B.jsxs)(hW,{side:`bottom`,align:`start`,className:`w-[min(15rem,calc(100vw-1.5rem))] p-3 text-[11px] leading-relaxed text-fg`,children:[(0,B.jsxs)(`div`,{className:`mb-2`,children:[(0,B.jsxs)(`div`,{className:`flex items-center gap-1.5 font-medium`,children:[(0,B.jsx)(cV,{backend:e}),(0,B.jsx)(`span`,{children:s}),!u&&t?.planType&&(0,B.jsxs)(`span`,{className:`text-muted/70`,children:[`· `,TW(t.planType),` plan`]}),a&&(0,B.jsx)(vy,{size:11,className:`animate-spin text-muted/60`,"aria-label":`Rechecking`})]}),r&&(0,B.jsx)(`div`,{"data-quota-account":!0,className:`truncate text-muted/70 select-text`,title:r,children:r})]}),u?(0,B.jsxs)(`div`,{className:`flex flex-col gap-2.5`,children:[(0,B.jsxs)(`div`,{className:`text-muted/80`,children:[`Signed out of `,s,`.`]}),(0,B.jsx)(`button`,{type:`button`,onClick:()=>l(!0),className:`self-start rounded-md bg-accent px-2.5 py-1 text-[11px] font-medium text-white outline-none transition-opacity hover:opacity-90`,children:`Sign in`})]}):d?(0,B.jsx)(`div`,{className:`text-muted/80`,children:f}):(0,B.jsxs)(`ul`,{className:`flex flex-col gap-1`,children:[t.windows.map(e=>{let t=xW(100-e.usedPercent),n=EW(e);return(0,B.jsxs)(`li`,{className:`flex items-center justify-between gap-3`,children:[(0,B.jsx)(`span`,{className:`text-muted/80`,children:e.label}),(0,B.jsxs)(`span`,{className:`flex items-center gap-2 tabular-nums`,children:[(0,B.jsxs)(`span`,{className:wW(t),children:[t,`% left`]}),n&&(0,B.jsxs)(`span`,{className:`text-muted/55`,children:[`resets `,n]})]})]},e.key)}),t.detail&&(0,B.jsx)(`li`,{className:`pt-1 text-muted/55`,children:t.detail})]})]})]}),c&&(0,B.jsx)(Oz,{backend:e,onClose:()=>l(!1),onAuthed:()=>{l(!1),o()}})]})}function xW(e){return Math.max(0,Math.min(100,Math.round(e)))}var SW=25;function CW(e){return e.find(e=>e.key===`5h`)??e.reduce((e,t)=>t.usedPercent>e.usedPercent?t:e)}function wW(e){return e<=8?`text-red-400`:e<=SW?`text-accent`:`text-fg/70`}function TW(e){return e&&e[0].toUpperCase()+e.slice(1)}function EW(e){if(!e.resetsAt)return null;let t=e.resetsAt*1e3,n=new Date(t);if(Number.isNaN(n.getTime()))return null;let r=t-Date.now();if(r<=0)return null;if(r<24*36e5){let e=n.getHours(),t=n.getMinutes(),r=e>=12?`pm`:`am`;return e=e%12||12,t===0?`${e}${r}`:`${e}:${String(t).padStart(2,`0`)}${r}`}return n.toLocaleDateString(void 0,{weekday:`short`})}var DW=`frizz:supervisor-status-wake`;function OW(e){return e!==null}function kW(e){return e?.updateRestart===!0&&e.updateAvailable!==!1}function AW(e){return e?.dev===!0}async function jW(e=fetch){try{let t=await e(`/_frizz/control/status`,{headers:{"cache-control":`no-store`}});if(!t.ok||!t.headers.get(`content-type`)?.includes(`application/json`))return null;let n=await t.json();return n.protocol===1&&(n.state===`ready`||n.state===`restarting`||n.state===`failed`)?n:null}catch{return null}}async function MW(e,t){let n=await t(e,{method:`POST`,headers:{"cache-control":`no-store`}}),r;try{r=await n.json()}catch{}if(!n.headers.get(`content-type`)?.includes(`application/json`)||!r||r.protocol!==1||r.state!==`ready`&&r.state!==`restarting`&&r.state!==`failed`)throw Error(`Frizz restart controls are unavailable for this server`);if(!n.ok)throw Error(r.message??`Restart request failed (${n.status})`);if(r.state===`failed`)throw Error(r.message??`Frizz did not become ready`);return r}function NW(e=fetch){return MW(`/_frizz/control/restart`,e)}function PW(e=fetch){return MW(`/_frizz/control/update-restart`,e)}var FW=`Install the latest version of Frizz. Your running threads will not be affected.`,IW=`Restart Frizz. Your running threads will not be affected.`,LW=`fixed left-3 right-3 top-12 z-50 w-auto text-left font-sans sm:absolute sm:right-auto sm:-left-1.5 sm:top-[calc(100%+0.65rem)]`,RW=`sm:w-[min(23rem,calc(100vw-1.5rem))]`,zW=`sm:w-[min(34rem,calc(100vw-1.5rem))]`,BW=`rounded-xl bg-elevated p-3.5 shadow-xl shadow-black/45`;function VW({open:e,update:t}){if(!e)return null;let n=t?`Update Frizz`:`Restart Frizz`;return(0,B.jsxs)(`div`,{id:`update-restart-popover`,role:`tooltip`,"aria-label":n,className:`${LW} ${RW} ${BW} border border-border-strong`,children:[(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`absolute -top-1.5 left-1.5 h-3 w-3 rotate-45 border-l border-t border-border-strong bg-elevated`}),(0,B.jsxs)(`div`,{className:`relative flex items-center gap-2.5`,children:[(0,B.jsx)(`span`,{className:`flex h-7 w-7 shrink-0 items-center justify-center rounded-lg bg-fg/10 text-fg`,children:(0,B.jsx)(Dy,{"aria-hidden":`true`,size:14,strokeWidth:2.25})}),(0,B.jsx)(`span`,{className:`text-[13px] font-semibold tracking-[-0.01em] text-fg`,children:n})]}),(0,B.jsx)(`p`,{className:`relative mt-2.5 text-[12px] leading-relaxed text-muted`,children:t?FW:IW})]})}var HW=`Frizz kept running the previous version, and your threads are unaffected.`;function UW({update:e,message:t,onDismiss:n}){return(0,B.jsxs)(`div`,{role:`alert`,className:`${LW} ${zW} ${BW} border border-red-500/45`,children:[(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`absolute -top-1.5 left-1.5 h-3 w-3 rotate-45 border-l border-t border-red-500/45 bg-elevated`}),(0,B.jsxs)(`div`,{className:`relative flex items-center gap-2.5`,children:[(0,B.jsx)(`span`,{className:`flex h-7 w-7 shrink-0 items-center justify-center rounded-lg bg-red-500/15 text-red-300`,children:(0,B.jsx)(By,{"aria-hidden":`true`,size:14,strokeWidth:2.25})}),(0,B.jsx)(`span`,{className:`text-[13px] font-semibold tracking-[-0.01em] text-fg`,children:e?`Update failed`:`Restart failed`}),(0,B.jsx)(`button`,{type:`button`,"aria-label":`Dismiss`,onClick:n,className:`-mr-1 ml-auto flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-border-strong`,children:(0,B.jsx)(Hy,{"aria-hidden":`true`,size:14,strokeWidth:2.25})})]}),(0,B.jsx)(`p`,{className:`relative mt-2.5 text-[12px] leading-relaxed text-muted`,children:HW}),(0,B.jsx)(`pre`,{className:`relative mt-2.5 max-h-64 overflow-y-auto whitespace-pre-wrap break-words rounded-md border border-border bg-panel px-2.5 py-2 font-mono text-[11px] leading-relaxed text-fg/70`,children:t})]})}function WW({update:e,busy:t,onFocus:n,onBlur:r,onClick:i}){return(0,B.jsx)(`button`,{type:`button`,"aria-describedby":`update-restart-popover`,"aria-label":e?`Update Frizz`:`Restart Frizz`,disabled:t,"aria-busy":t||void 0,className:EH,onFocus:n,onBlur:r,onClick:i,children:(0,B.jsx)(Dy,{size:14,"aria-hidden":`true`,className:t?`animate-spin`:void 0})})}function GW(){let e=Xd(X),[t,n]=(0,z.useState)(!1),[r,i]=(0,z.useState)(!1),[a,o]=(0,z.useState)(),[s,c]=(0,z.useState)(),[l,u]=(0,z.useState)(null),[d,f]=(0,z.useState)(!1),p=(0,z.useRef)(!1),m=(0,z.useRef)(null);if((0,z.useEffect)(()=>{let e=!0;return jW().then(t=>{e&&(u(OW(t)),f(kW(t)))}),()=>{e=!1}},[]),l!==!0)return null;let h=p.current&&e.controlPlaneState===`failed`?e.controlPlaneMessage??`Frizz did not become ready`:void 0,g=a??h,_=g&&g!==s?g:void 0,v=async()=>{if(r)return;p.current=!0,n(!1),i(!0),o(void 0),c(void 0);let e=`${window.location.pathname}${window.location.search}${window.location.hash}`;d&&(X.controlPlaneState=`restarting`,X.controlPlaneMessage=null,X.controlPlaneRestartPending=!0);try{d?await PW():await NW(),d?(sessionStorage.setItem(`frizz:reload-after-update-restart`,e),window.dispatchEvent(new Event(DW)),i(!1)):window.location.replace(e)}catch(e){d&&(X.controlPlaneRestartPending=!1,X.controlPlaneState=`ready`,X.controlPlaneMessage=null);let t=e.message.slice(0,140);i(!1),o(t),Z(`${d?`Update & Restart`:`Restart Frizz`} failed`)}};return(0,B.jsxs)(`div`,{ref:m,className:`relative`,onMouseEnter:()=>n(!0),onMouseLeave:()=>n(!1),children:[(0,B.jsx)(WW,{update:d,busy:r,onFocus:()=>n(!0),onBlur:()=>n(!1),onClick:()=>void v()}),_&&(0,B.jsx)(UW,{update:d,message:_,onDismiss:()=>c(_)}),(0,B.jsx)(VW,{open:t&&!_,update:d})]})}function KW(){return nd({queryKey:[`settingsGet`],queryFn:()=>Y.settingsGet()}).data?.projectRail===!0}function qW(){return(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`h-3 w-px shrink-0 bg-border`})}function JW({identity:e,connection:t,boardFallback:n}){let r=KW();return(0,B.jsxs)(`div`,{"data-status-bar":!0,className:`fixed top-2.5 ${r?`left-[69px] max-[800px]:left-3`:`left-3`} z-20 flex h-7 max-w-[calc(100vw-1.5rem)] items-center gap-3 rounded-lg border border-border bg-panel px-2 text-[12px] shadow-sm shadow-black/30`,children:[(0,B.jsx)(TH,{identity:e,state:t,boardFallback:n,railVisible:r}),(0,B.jsx)(qW,{}),(0,B.jsx)(`button`,{type:`button`,"aria-label":`Settings`,title:`Settings`,className:EH,onClick:()=>X.showSettings=!0,children:(0,B.jsx)(Ay,{size:14,"aria-hidden":`true`})}),(0,B.jsx)(GW,{}),(0,B.jsx)(qW,{}),(0,B.jsx)(yW,{})]})}var YW={schedule:(e,t)=>window.setTimeout(e,t),cancel:e=>window.clearTimeout(e)},XW=class{#e=`waiting`;#t=null;#n;#r;#i;#a;#o;constructor(e){this.#n=e.isActive,this.#r=e.isContentReady,this.#i=e.scrollToBottom,this.#a=e.clock??YW,this.#o=e.settleMs??120,e.preserveAnchor?.()&&(this.#e=`suppressed`)}get phase(){return this.#e}activationChanged(){if(!this.#s){if(!this.#n()){this.#l(),this.#e=`waiting`;return}this.#c()}}layoutChanged(){this.#s||!this.#n()||this.#c()}userIntent(){this.#s||(this.#l(),this.#e=`suppressed`)}dispose(){this.#l(),this.#e=`disposed`}get#s(){return this.#e===`complete`||this.#e===`suppressed`||this.#e===`disposed`}#c(){if(!this.#n()||!this.#r()){this.#l(),this.#e=`waiting`;return}this.#e=`settling`,this.#i(),this.#l(),this.#t=this.#a.schedule(()=>{if(this.#t=null,!this.#n()||!this.#r()){this.#e=`waiting`;return}if(!this.#i()){this.#c();return}this.#e=`complete`},this.#o)}#l(){this.#t!==null&&(this.#a.cancel(this.#t),this.#t=null)}};function ZW(e,t,n){let r=Array(e);return new Proxy(r,{get(r,i,a){if(typeof i==`string`){let a=i.charCodeAt(0);if(a>=48&&a<=57){let a=+i;if(Number.isInteger(a)&&a>=0&&a<e){let e=r[a];if(!e){let i=t[a*2];e=r[a]={index:a,key:n(a),start:i,size:t[a*2+1],end:i+t[a*2+1],lane:0}}return e}}if(i===`length`)return e}return Reflect.get(r,i,a)}})}function QW(e,t,n){let r=n.initialDeps??[],i,a=!0;function o(){let o=e();return o.length!==r.length||o.some((e,t)=>r[t]!==e)?(r=o,i=t(...o),n?.onChange&&!(a&&n.skipInitialOnChange)&&n.onChange(i),a=!1,i):i}return o.updateDeps=e=>{r=e},o}function $W(e,t){if(e===void 0)throw Error(`Unexpected undefined${t?`: ${t}`:``}`);return e}var eG=(e,t)=>Math.abs(e-t)<1.01,tG=(e,t,n)=>{let r;return function(...i){e.clearTimeout(r),r=e.setTimeout(()=>t.apply(this,i),n)}},nG,rG=()=>{if(nG!==void 0)return nG;if(typeof navigator>`u`)return nG=!1;if(/iP(hone|od|ad)/.test(navigator.userAgent))return nG=!0;let e=navigator.maxTouchPoints;return nG=navigator.platform===`MacIntel`&&e!==void 0&&e>0},iG=e=>{let{offsetWidth:t,offsetHeight:n}=e;return{width:t,height:n}},aG=e=>e,oG=e=>{let t=Math.max(e.startIndex-e.overscan,0),n=Math.min(e.endIndex+e.overscan,e.count-1)-t+1,r=Array(n);for(let e=0;e<n;e++)r[e]=t+e;return r},sG=(e,t)=>{let n=e.scrollElement;if(!n)return;let r=e.targetWindow;if(!r)return;let i=e=>{let{width:n,height:r}=e;t({width:Math.round(n),height:Math.round(r)})};if(i(iG(n)),!r.ResizeObserver)return()=>{};let a=new r.ResizeObserver(t=>{let r=()=>{let e=t[0];if(e?.borderBoxSize){let t=e.borderBoxSize[0];if(t){i({width:t.inlineSize,height:t.blockSize});return}}i(iG(n))};e.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(r):r()});return a.observe(n,{box:`border-box`}),()=>{a.unobserve(n)}},cG={passive:!0},lG=typeof window>`u`?!0:`onscrollend`in window,uG=(e,t,n)=>{let r=e.scrollElement;if(!r)return;let i=e.targetWindow;if(!i)return;let a=e.options.useScrollendEvent&&lG,o=0,s=a?null:tG(i,()=>t(o,!1),e.options.isScrollingResetDelay),c=e=>()=>{o=n(r),s?.(),t(o,e)},l=c(!0),u=c(!1);return r.addEventListener(`scroll`,l,cG),a&&r.addEventListener(`scrollend`,u,cG),()=>{r.removeEventListener(`scroll`,l),a&&r.removeEventListener(`scrollend`,u)}},dG=(e,t)=>uG(e,t,t=>{let{horizontal:n,isRtl:r}=e.options;return n?t.scrollLeft*(r&&-1||1):t.scrollTop}),fG=(e,t,n)=>{if(n.options.useCachedMeasurements){let t=n.indexFromElement(e),r=n.options.getItemKey(t);return n.itemSizeCache.get(r)??n.options.estimateSize(t)}if(t?.borderBoxSize){let e=t.borderBoxSize[0];if(e)return Math.round(e[n.options.horizontal?`inlineSize`:`blockSize`])}if(!t){let t=n.indexFromElement(e),r=n.options.getItemKey(t),i=n.itemSizeCache.get(r);if(i!==void 0)return i}return e[n.options.horizontal?`offsetWidth`:`offsetHeight`]},pG=(e,{adjustments:t=0,behavior:n},r)=>{var i,a;(a=(i=r.scrollElement)?.scrollTo)==null||a.call(i,{[r.options.horizontal?`left`:`top`]:e+t,behavior:n})},mG=class{constructor(e){this.unsubs=[],this.scrollElement=null,this.targetWindow=null,this.isScrolling=!1,this.scrollState=null,this.measurementsCache=[],this._flatMeasurements=null,this.itemSizeCache=new Map,this.itemSizeCacheVersion=0,this.laneAssignments=new Map,this.pendingMin=null,this.prevLanes=void 0,this.lanesChangedFlag=!1,this.lanesSettling=!1,this.pendingScrollAnchor=null,this.scrollRect=null,this.scrollOffset=null,this.scrollDirection=null,this.scrollAdjustments=0,this._iosDeferredAdjustment=0,this._iosTouching=!1,this._iosJustTouchEnded=!1,this._iosTouchEndTimerId=null,this._intendedScrollOffset=null,this.elementsCache=new Map,this.now=()=>{var e;return((e=this.targetWindow?.performance)?.now)?.call(e)??Date.now()},this.observer=(()=>{let e=null,t=()=>e||(!this.targetWindow||!this.targetWindow.ResizeObserver?null:e=new this.targetWindow.ResizeObserver(e=>{e.forEach(e=>{let t=()=>{let t=e.target,n=this.indexFromElement(t);if(!t.isConnected){this.observer.unobserve(t);for(let[e,n]of this.elementsCache)if(n===t){this.elementsCache.delete(e);break}return}this.shouldMeasureDuringScroll(n)&&this.resizeItem(n,this.options.measureElement(t,e,this))};this.options.useAnimationFrameWithResizeObserver?requestAnimationFrame(t):t()})}));return{disconnect:()=>{var n;(n=t())==null||n.disconnect(),e=null},observe:e=>t()?.observe(e,{box:`border-box`}),unobserve:e=>t()?.unobserve(e)}})(),this.range=null,this.setOptions=e=>{let t={debug:!1,initialOffset:0,overscan:1,paddingStart:0,paddingEnd:0,scrollPaddingStart:0,scrollPaddingEnd:0,horizontal:!1,getItemKey:aG,rangeExtractor:oG,onChange:()=>{},measureElement:fG,initialRect:{width:0,height:0},scrollMargin:0,gap:0,indexAttribute:`data-index`,initialMeasurementsCache:[],lanes:1,anchorTo:`start`,followOnAppend:!1,scrollEndThreshold:1,isScrollingResetDelay:150,enabled:!0,isRtl:!1,useScrollendEvent:!1,useAnimationFrameWithResizeObserver:!1,laneAssignmentMode:`estimate`,useCachedMeasurements:!1};for(let n in e){let r=e[n];r!==void 0&&(t[n]=r)}let n=this.options,r=null,i=null,a=!1;if(n!==void 0&&n.enabled&&t.enabled&&t.anchorTo===`end`&&this.scrollElement!==null){let e=n.count,o=t.count,s=this.getMeasurements(),c=e>0?s[0]?.key??n.getItemKey(0):null,l=e>0?s[e-1]?.key??n.getItemKey(e-1):null;if(o!==e||e>0&&o>0&&(t.getItemKey(0)!==c||t.getItemKey(o-1)!==l)){a=!0;let c=e>0?this.getVirtualItemForOffset(this.getScrollOffset())??s[0]:null;c&&(r=[c.key,this.getScrollOffset()-c.start]);let u=t.followOnAppend===!0?`auto`:t.followOnAppend||null;u&&o>e&&this.isAtEnd(n.scrollEndThreshold)&&(e===0||t.getItemKey(o-1)!==l)&&(i=u)}}this.options=t,a&&(this.pendingMin=0,this.itemSizeCacheVersion++);let o=!1,s=0;if(r&&this.scrollOffset!==null){let[e,t]=r,n=this.getMeasurements(),{count:i,getItemKey:a}=this.options,c=0;for(;c<i&&a(c)!==e;)c++;if(c<i){let e=n[c];if(e){let n=Math.max(0,e.start+t);n!==this.scrollOffset&&(s=n-this.scrollOffset,this.scrollOffset=n,o=!0)}}}(o||i)&&(this.pendingScrollAnchor=[o?r[0]:null,o?r[1]:0,i,s])},this.notify=e=>{var t,n;(n=(t=this.options).onChange)==null||n.call(t,this,e)},this.maybeNotify=QW(()=>(this.calculateRange(),[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]),e=>{this.notify(e)},{key:!1,debug:()=>this.options.debug,initialDeps:[this.isScrolling,this.range?this.range.startIndex:null,this.range?this.range.endIndex:null]}),this.cleanup=()=>{this.unsubs.filter(Boolean).forEach(e=>e()),this.unsubs=[],this.observer.disconnect(),this.rafId!=null&&this.targetWindow&&(this.targetWindow.cancelAnimationFrame(this.rafId),this.rafId=null),this.scrollState=null,this._iosDeferredAdjustment=0,this._iosTouching=!1,this._iosJustTouchEnded=!1,this.scrollElement=null,this.targetWindow=null},this._didMount=()=>()=>{this.cleanup()},this._willUpdate=()=>{let e=this.options.enabled?this.options.getScrollElement():null;if(this.scrollElement!==e){if(this.cleanup(),!e){this.maybeNotify();return}if(this.scrollElement=e,this.scrollElement&&`ownerDocument`in this.scrollElement?this.targetWindow=this.scrollElement.ownerDocument.defaultView:this.targetWindow=this.scrollElement?.window??null,this.elementsCache.forEach(e=>{this.observer.observe(e)}),this.unsubs.push(this.options.observeElementRect(this,e=>{this.scrollRect=e,this.maybeNotify()})),this.unsubs.push(this.options.observeElementOffset(this,(e,t)=>{if(t&&this._intendedScrollOffset===null&&e===this.scrollOffset)return;this._intendedScrollOffset!==null&&Math.abs(e-this._intendedScrollOffset)<1.5&&(e=this._intendedScrollOffset),this._intendedScrollOffset=null,this.scrollAdjustments=0;let n=this.getScrollOffset();this.scrollDirection=t?n===e?this.scrollDirection:n<e?`forward`:`backward`:null,this.scrollOffset=e,this.isScrolling=t,this._flushIosDeferredIfReady(),this.scrollState&&this.scheduleScrollReconcile(),this.maybeNotify()})),`addEventListener`in this.scrollElement){let e=this.scrollElement,t=()=>{this._iosTouching=!0,this._iosJustTouchEnded=!1,this._iosTouchEndTimerId!==null&&this.targetWindow!=null&&(this.targetWindow.clearTimeout(this._iosTouchEndTimerId),this._iosTouchEndTimerId=null)},n=()=>{this._iosTouching=!1,!(!rG()||this.targetWindow==null)&&(this._iosJustTouchEnded=!0,this._iosTouchEndTimerId=this.targetWindow.setTimeout(()=>{this._iosJustTouchEnded=!1,this._iosTouchEndTimerId=null,this._flushIosDeferredIfReady()},150))};e.addEventListener(`touchstart`,t,cG),e.addEventListener(`touchend`,n,cG),this.unsubs.push(()=>{e.removeEventListener(`touchstart`,t),e.removeEventListener(`touchend`,n),this._iosTouchEndTimerId!==null&&this.targetWindow!=null&&(this.targetWindow.clearTimeout(this._iosTouchEndTimerId),this._iosTouchEndTimerId=null)})}this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})}let t=this.pendingScrollAnchor;if(this.pendingScrollAnchor=null,t&&this.scrollElement&&this.options.enabled){let[e,n,r,i]=t;e!==null&&!r&&(rG()&&(this.isScrolling||this._iosTouching||this._iosJustTouchEnded)?i!==0&&(this._iosDeferredAdjustment+=i):this._scrollToOffset(this.getScrollOffset(),{adjustments:void 0,behavior:void 0})),r&&this.scrollToEnd({behavior:r})}},this._flushIosDeferredIfReady=()=>{if(this._iosDeferredAdjustment===0||this.isScrolling||this._iosTouching||this._iosJustTouchEnded)return;let e=this.getScrollOffset(),t=this.getMaxScrollOffset();if(e<0||e>t)return;if(this._iosDeferredAdjustment<0&&e>=t-1){this._iosDeferredAdjustment=0;return}let n=this._iosDeferredAdjustment;this._iosDeferredAdjustment=0,this._scrollToOffset(e,{adjustments:this.scrollAdjustments+=n,behavior:void 0})},this.rafId=null,this.getSize=()=>this.options.enabled?(this.scrollRect=this.scrollRect??this.options.initialRect,this.scrollRect[this.options.horizontal?`width`:`height`]):(this.scrollRect=null,0),this.getScrollOffset=()=>this.options.enabled?(this.scrollOffset=this.scrollOffset??(typeof this.options.initialOffset==`function`?this.options.initialOffset():this.options.initialOffset),this.scrollOffset):(this.scrollOffset=null,0),this.getMeasurementOptions=QW(()=>[this.options.count,this.options.paddingStart,this.options.scrollMargin,this.options.getItemKey,this.options.enabled,this.options.lanes,this.options.laneAssignmentMode,this.options.gap],(e,t,n,r,i,a,o,s)=>(this.prevLanes!==void 0&&this.prevLanes!==a&&(this.lanesChangedFlag=!0),this.prevLanes=a,this.pendingMin=null,{count:e,paddingStart:t,scrollMargin:n,getItemKey:r,enabled:i,lanes:a,laneAssignmentMode:o,gap:s}),{key:!1}),this.getMeasurements=QW(()=>[this.getMeasurementOptions(),this.itemSizeCacheVersion],({count:e,paddingStart:t,scrollMargin:n,getItemKey:r,enabled:i,lanes:a,laneAssignmentMode:o,gap:s},c)=>{let l=this.itemSizeCache;if(!i)return this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),[];if(this.laneAssignments.size>e)for(let t of this.laneAssignments.keys())t>=e&&this.laneAssignments.delete(t);this.lanesChangedFlag&&(this.lanesChangedFlag=!1,this.lanesSettling=!0,this.measurementsCache=[],this.itemSizeCache.clear(),this.laneAssignments.clear(),this.pendingMin=null),this.measurementsCache.length===0&&!this.lanesSettling&&(this.measurementsCache=this.options.initialMeasurementsCache,this.measurementsCache.forEach(e=>{this.itemSizeCache.set(e.key,e.size)}));let u=this.lanesSettling?0:this.pendingMin??0;if(this.pendingMin=null,this.lanesSettling&&this.measurementsCache.length===e&&(this.lanesSettling=!1),a===1){let i=e*2,a=this._flatMeasurements;if(!a||a.length<i){let e=new Float64Array(i);a&&u>0&&e.set(a.subarray(0,u*2)),a=e,this._flatMeasurements=a}let o;if(u===0)o=t+n;else{let e=u-1;o=a[e*2]+a[e*2+1]+s}for(let t=u;t<e;t++){let e=r(t),n=l.get(e),i=typeof n==`number`?n:this.options.estimateSize(t);a[t*2]=o,a[t*2+1]=i,o+=i+s}let c=ZW(e,a,r);return this.measurementsCache=c,c}let d=this.measurementsCache.slice(0,u),f=Array(a).fill(void 0),p=new Float64Array(a),m=0;for(let e=0;e<u;e++){let t=d[e];t&&(f[t.lane]===void 0&&m++,f[t.lane]=e,p[t.lane]=t.end)}for(let i=u;i<e;i++){let e=r(i),c=this.laneAssignments.get(i),u,h,g=o===`estimate`||l.has(e);if(c!==void 0&&this.options.lanes>1){u=c;let e=f[u],r=e===void 0?void 0:d[e];h=r?r.end+s:t+n}else if(m===a){let e=0,t=p[0],n=f[0];for(let r=1;r<a;r++){let i=p[r];(i<t||i===t&&f[r]<n)&&(e=r,t=i,n=f[r])}u=e,h=t+s,g&&this.laneAssignments.set(i,u)}else u=i%this.options.lanes,h=t+n,g&&this.laneAssignments.set(i,u);let _=l.get(e),v=typeof _==`number`?_:this.options.estimateSize(i),y=h+v;d[i]={index:i,start:h,size:v,end:y,key:e,lane:u},f[u]===void 0&&m++,f[u]=i,p[u]=y}return this.measurementsCache=d,d},{key:!1,debug:()=>this.options.debug}),this.calculateRange=QW(()=>[this.getMeasurements(),this.getSize(),this.getScrollOffset(),this.options.lanes],(e,t,n,r)=>e.length===0||t===0?(this.range=null,null):(this.range=_G(e,t,n,r,r===1&&this._flatMeasurements!=null?this._flatMeasurements:null),this.range),{key:!1,debug:()=>this.options.debug}),this.getVirtualIndexes=QW(()=>{let e=null,t=null,n=this.calculateRange();return n&&(e=n.startIndex,t=n.endIndex),this.maybeNotify.updateDeps([this.isScrolling,e,t]),[this.options.rangeExtractor,this.options.overscan,this.options.count,e,t]},(e,t,n,r,i)=>r===null||i===null?[]:e({startIndex:r,endIndex:i,overscan:t,count:n}),{key:!1,debug:()=>this.options.debug}),this.indexFromElement=e=>{let t=this.options.indexAttribute,n=e.getAttribute(t);return n?parseInt(n,10):(console.warn(`Missing attribute name '${t}={index}' on measured element.`),-1)},this.shouldMeasureDuringScroll=e=>{if(!this.scrollState||this.scrollState.behavior!==`smooth`)return!0;let t=this.scrollState.index??this.getVirtualItemForOffset(this.scrollState.lastTargetOffset)?.index;if(t!==void 0&&this.range){let n=Math.max(this.options.overscan,Math.ceil((this.range.endIndex-this.range.startIndex)/2)),r=Math.max(0,t-n),i=Math.min(this.options.count-1,t+n);return e>=r&&e<=i}return!0},this.measureElement=e=>{if(!e){this.elementsCache.forEach((e,t)=>{e.isConnected||(this.observer.unobserve(e),this.elementsCache.delete(t))});return}let t=this.indexFromElement(e),n=this.options.getItemKey(t),r=this.elementsCache.get(n);r!==e&&(r&&this.observer.unobserve(r),this.observer.observe(e),this.elementsCache.set(n,e)),(!this.isScrolling||this.scrollState)&&this.shouldMeasureDuringScroll(t)&&this.resizeItem(t,this.options.measureElement(e,void 0,this))},this.resizeItem=(e,t)=>{if(e<0||e>=this.options.count)return;let n,r,i,a=this._flatMeasurements;if(this.options.lanes===1&&a!==null)i=this.options.getItemKey(e),r=a[e*2],n=a[e*2+1];else{let t=this.measurementsCache[e];if(!t)return;i=t.key,r=t.start,n=t.size}let o=t-(this.itemSizeCache.get(i)??n);if(o!==0){let a=this.options.anchorTo===`end`&&this.scrollState?.behavior!==`smooth`&&this.getVirtualDistanceFromEnd()<=this.options.scrollEndThreshold,s=a?this.getTotalSize():0,c=this.scrollState?.behavior!==`smooth`&&(this.shouldAdjustScrollPositionOnItemSizeChange===void 0?r<this.getScrollOffset()+this.scrollAdjustments&&(!this.itemSizeCache.has(i)||this.scrollDirection!==`backward`):this.shouldAdjustScrollPositionOnItemSizeChange(this.measurementsCache[e]??{index:e,key:i,start:r,size:n,end:r+n,lane:0},o,this));(this.pendingMin===null||e<this.pendingMin)&&(this.pendingMin=e),this.itemSizeCache.set(i,t),this.itemSizeCacheVersion++,a?this.applyScrollAdjustment(this.getTotalSize()-s):c&&this.applyScrollAdjustment(o),this.notify(!1)}},this.getVirtualItems=QW(()=>[this.getVirtualIndexes(),this.getMeasurements()],(e,t)=>{let n=[];for(let r=0,i=e.length;r<i;r++){let i=t[e[r]];n.push(i)}return n},{key:!1,debug:()=>this.options.debug}),this.getVirtualItemForOffset=e=>{let t=this.getMeasurements();if(t.length===0)return;let n=this._flatMeasurements,r=this.options.lanes===1&&n!=null;return $W(t[hG(0,t.length-1,r?e=>n[e*2]:e=>$W(t[e]).start,e)])},this.getMaxScrollOffset=()=>{if(!this.scrollElement)return 0;if(`scrollHeight`in this.scrollElement)return this.options.horizontal?this.scrollElement.scrollWidth-this.scrollElement.clientWidth:this.scrollElement.scrollHeight-this.scrollElement.clientHeight;{let e=this.scrollElement.document.documentElement;return this.options.horizontal?e.scrollWidth-this.scrollElement.innerWidth:e.scrollHeight-this.scrollElement.innerHeight}},this.getVirtualDistanceFromEnd=()=>Math.max(this.getTotalSize()-this.getSize()-this.getScrollOffset(),0),this.getDistanceFromEnd=()=>Math.max(this.getMaxScrollOffset()-this.getScrollOffset(),0),this.isAtEnd=(e=this.options.scrollEndThreshold)=>this.getDistanceFromEnd()<=e,this.getOffsetForAlignment=(e,t,n=0)=>{if(!this.scrollElement)return 0;let r=this.getSize(),i=this.getScrollOffset();t===`auto`&&(t=e>=i+r?`end`:`start`),t===`center`?e+=(n-r)/2:t===`end`&&(e-=r);let a=this.getMaxScrollOffset();return Math.max(Math.min(a,e),0)},this.getOffsetForIndex=(e,t=`auto`)=>{e=Math.max(0,Math.min(e,this.options.count-1));let n=this.getSize(),r=this.getScrollOffset(),i=this.measurementsCache[e];if(!i)return;if(t===`auto`)if(i.end>=r+n-this.options.scrollPaddingEnd)t=`end`;else if(i.start<=r+this.options.scrollPaddingStart)t=`start`;else return[r,t];if(t===`end`&&e===this.options.count-1)return[this.getMaxScrollOffset(),t];let a=t===`end`?i.end+this.options.scrollPaddingEnd:i.start-this.options.scrollPaddingStart;return[this.getOffsetForAlignment(a,t,i.size),t]},this.scrollToOffset=(e,{align:t=`start`,behavior:n=`auto`}={})=>{this._iosDeferredAdjustment=0;let r=this.getOffsetForAlignment(e,t),i=this.now();this.scrollState={index:null,align:t,behavior:n,startedAt:i,lastTargetOffset:r,stableFrames:0},this._scrollToOffset(r,{adjustments:void 0,behavior:n}),this.scheduleScrollReconcile()},this.scrollToIndex=(e,{align:t=`auto`,behavior:n=`auto`}={})=>{this._iosDeferredAdjustment=0,e=Math.max(0,Math.min(e,this.options.count-1));let r=this.getOffsetForIndex(e,t);if(!r)return;let[i,a]=r,o=this.now();this.scrollState={index:e,align:a,behavior:n,startedAt:o,lastTargetOffset:i,stableFrames:0},this._scrollToOffset(i,{adjustments:void 0,behavior:n}),this.scheduleScrollReconcile()},this.scrollBy=(e,{behavior:t=`auto`}={})=>{let n=this.getScrollOffset()+e,r=this.now();this.scrollState={index:null,align:`start`,behavior:t,startedAt:r,lastTargetOffset:n,stableFrames:0},this._scrollToOffset(n,{adjustments:void 0,behavior:t}),this.scheduleScrollReconcile()},this.scrollToEnd=({behavior:e=`auto`}={})=>{if(this.options.count>0){this.scrollToIndex(this.options.count-1,{align:`end`,behavior:e});return}this.scrollToOffset(Math.max(this.getTotalSize()-this.getSize(),0),{behavior:e})},this.getTotalSize=()=>{let e=this.getMeasurements(),t;if(e.length===0)t=this.options.paddingStart;else if(this.options.lanes===1){let n=e.length-1,r=this._flatMeasurements;t=r==null?e[n]?.end??0:r[n*2]+r[n*2+1]}else{let n=Array(this.options.lanes).fill(null),r=e.length-1;for(;r>=0&&n.some(e=>e===null);){let t=e[r];n[t.lane]===null&&(n[t.lane]=t.end),r--}t=Math.max(...n.filter(e=>e!==null))}return Math.max(t-this.options.scrollMargin+this.options.paddingEnd,0)},this.takeSnapshot=()=>{let e=[];if(this.itemSizeCache.size===0)return e;let t=this.getMeasurements();for(let n of t)n&&this.itemSizeCache.has(n.key)&&e.push({index:n.index,key:n.key,start:n.start,size:n.size,end:n.end,lane:n.lane});return e},this._scrollToOffset=(e,{adjustments:t,behavior:n})=>{this._intendedScrollOffset=e+(t??0),this.options.scrollToFn(e,{behavior:n,adjustments:t},this)},this.measure=()=>{this.pendingMin=null,this.itemSizeCache.clear(),this.laneAssignments.clear(),this.itemSizeCacheVersion++,this.notify(!1)},this.setOptions(e)}applyScrollAdjustment(e,t){e!==0&&(rG()&&(this.isScrolling||this._iosTouching||this._iosJustTouchEnded)?this._iosDeferredAdjustment+=e:(this._scrollToOffset(this.getScrollOffset(),{adjustments:this.scrollAdjustments+=e,behavior:t}),this.scrollOffset!==null&&(this.scrollOffset+=this.scrollAdjustments,this.scrollOffset<0&&(this.scrollOffset=0),this.scrollAdjustments=0)))}scheduleScrollReconcile(){if(!this.targetWindow){this.scrollState=null;return}this.rafId??=this.targetWindow.requestAnimationFrame(()=>{this.rafId=null,this.reconcileScroll()})}reconcileScroll(){if(!this.scrollState||!this.scrollElement)return;if(this.now()-this.scrollState.startedAt>5e3){this.scrollState=null;return}let e=this.scrollState.index==null?void 0:this.getOffsetForIndex(this.scrollState.index,this.scrollState.align),t=e?e[0]:this.scrollState.lastTargetOffset,n=t!==this.scrollState.lastTargetOffset;if(!n&&eG(t,this.getScrollOffset())){if(this.scrollState.stableFrames++,this.scrollState.stableFrames>=1){this.getScrollOffset()!==t&&this._scrollToOffset(t,{adjustments:void 0,behavior:`auto`}),this.scrollState=null;return}}else if(this.scrollState.stableFrames=0,n){let e=this.getSize()||600,n=Math.abs(t-this.getScrollOffset()),r=this.scrollState.behavior===`smooth`&&n>e;this.scrollState.lastTargetOffset=t,r||(this.scrollState.behavior=`auto`),this._scrollToOffset(t,{adjustments:void 0,behavior:r?`smooth`:`auto`})}this.scheduleScrollReconcile()}},hG=(e,t,n,r)=>{for(;e<=t;){let i=(e+t)/2|0,a=n(i);if(a<r)e=i+1;else if(a>r)t=i-1;else return i}return e>0?e-1:0};function gG(e,t,n){let r=0;for(;r<=t;){let i=(r+t)/2|0,a=e[i*2];if(a<n)r=i+1;else if(a>n)t=i-1;else return i}return r>0?r-1:0}function _G(e,t,n,r,i){let a=e.length-1;if(e.length<=r)return{startIndex:0,endIndex:a};if(r===1&&i!==null){let e=gG(i,a,n),r=e,o=n+t;for(;r<a&&i[r*2]+i[r*2+1]<o;)r++;return{startIndex:e,endIndex:r}}let o=hG(0,a,t=>e[t].start,n),s=o;if(r===1)for(;s<a&&e[s].end<n+t;)s++;else if(r>1){let i=Array(r).fill(0);for(;s<a&&i.some(e=>e<n+t);){let t=e[s];i[t.lane]=t.end,s++}let c=Array(r).fill(n+t);for(;o>=0&&c.some(e=>e>=n);){let t=e[o];c[t.lane]=t.start,o--}o=Math.max(0,o-o%r),s=Math.min(a,s+(r-1-s%r))}return{startIndex:o,endIndex:s}}var vG=typeof document<`u`?z.useLayoutEffect:z.useEffect;function yG({useFlushSync:e=!0,directDomUpdates:t=!1,directDomUpdatesMode:n=`transform`,...r}){let i=z.useReducer(e=>e+1,0)[1],a=z.useRef({enabled:t,mode:n,container:null,lastSize:null,lastPositions:new WeakMap,prevRange:null});a.current.enabled=t,a.current.mode=n;let o=e=>{let t=a.current;if(!t.enabled||!t.container)return;let n=e.getTotalSize();if(n!==t.lastSize){t.lastSize=n;let r=e.options.horizontal?`width`:`height`;t.container.style[r]=`${n}px`}let r=!!e.options.horizontal,i=t.mode===`transform`,o=r?`left`:`top`,s=e.options.scrollMargin,c=e.getVirtualItems();for(let n of c){let a=n.start-s,c=e.elementsCache.get(n.key);c&&t.lastPositions.get(c)!==a&&(t.lastPositions.set(c,a),i?c.style.transform=r?`translate3d(${a}px, 0, 0)`:`translate3d(0, ${a}px, 0)`:c.style[o]=`${a}px`)}},s={...r,onChange:(t,n)=>{var s;let c=a.current,l=!0;if(c.enabled){o(t);let e=t.range,n=c.prevRange;l=!n||n.isScrolling!==t.isScrolling||n.startIndex!==e?.startIndex||n.endIndex!==e?.endIndex,l&&(c.prevRange=e?{startIndex:e.startIndex,endIndex:e.endIndex,isScrolling:t.isScrolling}:null)}l&&(e&&n?(0,ad.flushSync)(i):i()),(s=r.onChange)==null||s.call(r,t,n)}},[c]=z.useState(()=>{let e=new mG(s);return Object.assign(e,{containerRef:t=>{let n=a.current;if(n.container=t,n.lastSize=null,t&&n.enabled){let r=e.getTotalSize();n.lastSize=r;let i=e.options.horizontal?`width`:`height`;t.style[i]=`${r}px`}}})});return c.setOptions(s),vG(()=>c._didMount(),[]),vG(()=>c._willUpdate()),vG(()=>{o(c)}),c}function bG(e){return yG({observeElementRect:sG,observeElementOffset:dG,scrollToFn:pG,...e})}function xG(){return{async:!1,breaks:!1,extensions:null,gfm:!0,hooks:null,pedantic:!1,renderer:null,silent:!1,tokenizer:null,walkTokens:null}}var SG=xG();function CG(e){SG=e}var wG={exec:()=>null};function TG(e,t=``){let n=typeof e==`string`?e:e.source,r={replace:(e,t)=>{let i=typeof t==`string`?t:t.source;return i=i.replace(EG.caret,`$1`),n=n.replace(e,i),r},getRegex:()=>new RegExp(n,t)};return r}var EG={codeRemoveIndent:/^(?: {1,4}| {0,3}\t)/gm,outputLinkReplace:/\\([\[\]])/g,indentCodeCompensation:/^(\s+)(?:```)/,beginningSpace:/^\s+/,endingHash:/#$/,startingSpaceChar:/^ /,endingSpaceChar:/ $/,nonSpaceChar:/[^ ]/,newLineCharGlobal:/\n/g,tabCharGlobal:/\t/g,multipleSpaceGlobal:/\s+/g,blankLine:/^[ \t]*$/,doubleBlankLine:/\n[ \t]*\n[ \t]*$/,blockquoteStart:/^ {0,3}>/,blockquoteSetextReplace:/\n {0,3}((?:=+|-+) *)(?=\n|$)/g,blockquoteSetextReplace2:/^ {0,3}>[ \t]?/gm,listReplaceTabs:/^\t+/,listReplaceNesting:/^ {1,4}(?=( {4})*[^ ])/g,listIsTask:/^\[[ xX]\] /,listReplaceTask:/^\[[ xX]\] +/,anyLine:/\n.*\n/,hrefBrackets:/^<(.*)>$/,tableDelimiter:/[:|]/,tableAlignChars:/^\||\| *$/g,tableRowBlankLine:/\n[ \t]*$/,tableAlignRight:/^ *-+: *$/,tableAlignCenter:/^ *:-+: *$/,tableAlignLeft:/^ *:-+ *$/,startATag:/^<a /i,endATag:/^<\/a>/i,startPreScriptTag:/^<(pre|code|kbd|script)(\s|>)/i,endPreScriptTag:/^<\/(pre|code|kbd|script)(\s|>)/i,startAngleBracket:/^</,endAngleBracket:/>$/,pedanticHrefTitle:/^([^'"]*[^\s])\s+(['"])(.*)\2/,unicodeAlphaNumeric:/[\p{L}\p{N}]/u,escapeTest:/[&<>"']/,escapeReplace:/[&<>"']/g,escapeTestNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/,escapeReplaceNoEncode:/[<>"']|&(?!(#\d{1,7}|#[Xx][a-fA-F0-9]{1,6}|\w+);)/g,unescapeTest:/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi,caret:/(^|[^\[])\^/g,percentDecode:/%25/g,findPipe:/\|/g,splitPipe:/ \|/,slashPipe:/\\\|/g,carriageReturn:/\r\n|\r/g,spaceLine:/^ +$/gm,notSpaceStart:/^\S*/,endingNewline:/\n$/,listItemRegex:e=>RegExp(`^( {0,3}${e})((?:[ ][^\\n]*)?(?:\\n|$))`),nextBulletRegex:e=>RegExp(`^ {0,${Math.min(3,e-1)}}(?:[*+-]|\\d{1,9}[.)])((?:[ ][^\\n]*)?(?:\\n|$))`),hrRegex:e=>RegExp(`^ {0,${Math.min(3,e-1)}}((?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$)`),fencesBeginRegex:e=>RegExp(`^ {0,${Math.min(3,e-1)}}(?:\`\`\`|~~~)`),headingBeginRegex:e=>RegExp(`^ {0,${Math.min(3,e-1)}}#`),htmlBeginRegex:e=>RegExp(`^ {0,${Math.min(3,e-1)}}<(?:[a-z].*>|!--)`,`i`)},DG=/^(?:[ \t]*(?:\n|$))+/,OG=/^((?: {4}| {0,3}\t)[^\n]+(?:\n(?:[ \t]*(?:\n|$))*)?)+/,kG=/^ {0,3}(`{3,}(?=[^`\n]*(?:\n|$))|~{3,})([^\n]*)(?:\n|$)(?:|([\s\S]*?)(?:\n|$))(?: {0,3}\1[~`]* *(?=\n|$)|$)/,AG=/^ {0,3}((?:-[\t ]*){3,}|(?:_[ \t]*){3,}|(?:\*[ \t]*){3,})(?:\n+|$)/,jG=/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,MG=/(?:[*+-]|\d{1,9}[.)])/,NG=/^(?!bull |blockCode|fences|blockquote|heading|html|table)((?:.|\n(?!\s*?\n|bull |blockCode|fences|blockquote|heading|html|table))+?)\n {0,3}(=+|-+) *(?:\n+|$)/,PG=TG(NG).replace(/bull/g,MG).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/\|table/g,``).getRegex(),FG=TG(NG).replace(/bull/g,MG).replace(/blockCode/g,/(?: {4}| {0,3}\t)/).replace(/fences/g,/ {0,3}(?:`{3,}|~{3,})/).replace(/blockquote/g,/ {0,3}>/).replace(/heading/g,/ {0,3}#{1,6}/).replace(/html/g,/ {0,3}<[^\n>]+>\n/).replace(/table/g,/ {0,3}\|?(?:[:\- ]*\|)+[\:\- ]*\n/).getRegex(),IG=/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html|table| +\n)[^\n]+)*)/,LG=/^[^\n]+/,RG=/(?!\s*\])(?:\\.|[^\[\]\\])+/,zG=TG(/^ {0,3}\[(label)\]: *(?:\n[ \t]*)?([^<\s][^\s]*|<.*?>)(?:(?: +(?:\n[ \t]*)?| *\n[ \t]*)(title))? *(?:\n+|$)/).replace(`label`,RG).replace(`title`,/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/).getRegex(),BG=TG(/^( {0,3}bull)([ \t][^\n]+?)?(?:\n|$)/).replace(/bull/g,MG).getRegex(),VG=`address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|search|section|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul`,HG=/<!--(?:-?>|[\s\S]*?(?:-->|$))/,UG=TG(`^ {0,3}(?:<(script|pre|style|textarea)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|<(?!script|pre|style|textarea)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$)|</(?!script|pre|style|textarea)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:(?:\\n[ ]*)+\\n|$))`,`i`).replace(`comment`,HG).replace(`tag`,VG).replace(`attribute`,/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),WG=TG(IG).replace(`hr`,AG).replace(`heading`,` {0,3}#{1,6}(?:\\s|$)`).replace(`|lheading`,``).replace(`|table`,``).replace(`blockquote`,` {0,3}>`).replace(`fences`," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace(`list`,` {0,3}(?:[*+-]|1[.)]) `).replace(`html`,`</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)`).replace(`tag`,VG).getRegex(),GG={blockquote:TG(/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/).replace(`paragraph`,WG).getRegex(),code:OG,def:zG,fences:kG,heading:jG,hr:AG,html:UG,lheading:PG,list:BG,newline:DG,paragraph:WG,table:wG,text:LG},KG=TG(`^ *([^\\n ].*)\\n {0,3}((?:\\| *)?:?-+:? *(?:\\| *:?-+:? *)*(?:\\| *)?)(?:\\n((?:(?! *\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)`).replace(`hr`,AG).replace(`heading`,` {0,3}#{1,6}(?:\\s|$)`).replace(`blockquote`,` {0,3}>`).replace(`code`,`(?: {4}| {0,3} )[^\\n]`).replace(`fences`," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace(`list`,` {0,3}(?:[*+-]|1[.)]) `).replace(`html`,`</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)`).replace(`tag`,VG).getRegex(),qG={...GG,lheading:FG,table:KG,paragraph:TG(IG).replace(`hr`,AG).replace(`heading`,` {0,3}#{1,6}(?:\\s|$)`).replace(`|lheading`,``).replace(`table`,KG).replace(`blockquote`,` {0,3}>`).replace(`fences`," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace(`list`,` {0,3}(?:[*+-]|1[.)]) `).replace(`html`,`</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|textarea|!--)`).replace(`tag`,VG).getRegex()},JG={...GG,html:TG(`^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:"[^"]*"|'[^']*'|\\s[^'"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))`).replace(`comment`,HG).replace(/tag/g,`(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b`).getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:wG,lheading:/^(.+?)\n {0,3}(=+|-+) *(?:\n+|$)/,paragraph:TG(IG).replace(`hr`,AG).replace(`heading`,` *#{1,6} *[^
259
+ ]`).replace(`lheading`,PG).replace(`|table`,``).replace(`blockquote`,` {0,3}>`).replace(`|fences`,``).replace(`|list`,``).replace(`|html`,``).replace(`|tag`,``).getRegex()},YG=/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,XG=/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,ZG=/^( {2,}|\\)\n(?!\s*$)/,QG=/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*_]|\b_|$)|[^ ](?= {2,}\n)))/,$G=/[\p{P}\p{S}]/u,eK=/[\s\p{P}\p{S}]/u,tK=/[^\s\p{P}\p{S}]/u,nK=TG(/^((?![*_])punctSpace)/,`u`).replace(/punctSpace/g,eK).getRegex(),rK=/(?!~)[\p{P}\p{S}]/u,iK=/(?!~)[\s\p{P}\p{S}]/u,aK=/(?:[^\s\p{P}\p{S}]|~)/u,oK=/\[[^[\]]*?\]\((?:\\.|[^\\\(\)]|\((?:\\.|[^\\\(\)])*\))*\)|`[^`]*?`|<[^<>]*?>/g,sK=/^(?:\*+(?:((?!\*)punct)|[^\s*]))|^_+(?:((?!_)punct)|([^\s_]))/,cK=TG(sK,`u`).replace(/punct/g,$G).getRegex(),lK=TG(sK,`u`).replace(/punct/g,rK).getRegex(),uK=`^[^_*]*?__[^_*]*?\\*[^_*]*?(?=__)|[^*]+(?=[^*])|(?!\\*)punct(\\*+)(?=[\\s]|$)|notPunctSpace(\\*+)(?!\\*)(?=punctSpace|$)|(?!\\*)punctSpace(\\*+)(?=notPunctSpace)|[\\s](\\*+)(?!\\*)(?=punct)|(?!\\*)punct(\\*+)(?!\\*)(?=punct)|notPunctSpace(\\*+)(?=notPunctSpace)`,dK=TG(uK,`gu`).replace(/notPunctSpace/g,tK).replace(/punctSpace/g,eK).replace(/punct/g,$G).getRegex(),fK=TG(uK,`gu`).replace(/notPunctSpace/g,aK).replace(/punctSpace/g,iK).replace(/punct/g,rK).getRegex(),pK=TG(`^[^_*]*?\\*\\*[^_*]*?_[^_*]*?(?=\\*\\*)|[^_]+(?=[^_])|(?!_)punct(_+)(?=[\\s]|$)|notPunctSpace(_+)(?!_)(?=punctSpace|$)|(?!_)punctSpace(_+)(?=notPunctSpace)|[\\s](_+)(?!_)(?=punct)|(?!_)punct(_+)(?!_)(?=punct)`,`gu`).replace(/notPunctSpace/g,tK).replace(/punctSpace/g,eK).replace(/punct/g,$G).getRegex(),mK=TG(/\\(punct)/,`gu`).replace(/punct/g,$G).getRegex(),hK=TG(/^<(scheme:[^\s\x00-\x1f<>]*|email)>/).replace(`scheme`,/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/).replace(`email`,/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/).getRegex(),gK=TG(HG).replace(`(?:-->|$)`,`-->`).getRegex(),_K=TG(`^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>`).replace(`comment`,gK).replace(`attribute`,/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/).getRegex(),vK=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,yK=TG(/^!?\[(label)\]\(\s*(href)(?:(?:[ \t]*(?:\n[ \t]*)?)(title))?\s*\)/).replace(`label`,vK).replace(`href`,/<(?:\\.|[^\n<>\\])+>|[^ \t\n\x00-\x1f]*/).replace(`title`,/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/).getRegex(),bK=TG(/^!?\[(label)\]\[(ref)\]/).replace(`label`,vK).replace(`ref`,RG).getRegex(),xK=TG(/^!?\[(ref)\](?:\[\])?/).replace(`ref`,RG).getRegex(),SK={_backpedal:wG,anyPunctuation:mK,autolink:hK,blockSkip:oK,br:ZG,code:XG,del:wG,emStrongLDelim:cK,emStrongRDelimAst:dK,emStrongRDelimUnd:pK,escape:YG,link:yK,nolink:xK,punctuation:nK,reflink:bK,reflinkSearch:TG(`reflink|nolink(?!\\()`,`g`).replace(`reflink`,bK).replace(`nolink`,xK).getRegex(),tag:_K,text:QG,url:wG},CK={...SK,link:TG(/^!?\[(label)\]\((.*?)\)/).replace(`label`,vK).getRegex(),reflink:TG(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace(`label`,vK).getRegex()},wK={...SK,emStrongRDelimAst:fK,emStrongLDelim:lK,url:TG(/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,`i`).replace(`email`,/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/).getRegex(),_backpedal:/(?:[^?!.,:;*_'"~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_'"~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)|[\s\S]*?(?:(?=[\\<!\[`*~_]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@)))/},TK={...wK,br:TG(ZG).replace(`{2,}`,`*`).getRegex(),text:TG(wK.text).replace(`\\b_`,`\\b_| {2,}\\n`).replace(/\{2,\}/g,`*`).getRegex()},EK={normal:GG,gfm:qG,pedantic:JG},DK={normal:SK,gfm:wK,breaks:TK,pedantic:CK},OK={"&":`&amp;`,"<":`&lt;`,">":`&gt;`,'"':`&quot;`,"'":`&#39;`},kK=e=>OK[e];function AK(e,t){if(t){if(EG.escapeTest.test(e))return e.replace(EG.escapeReplace,kK)}else if(EG.escapeTestNoEncode.test(e))return e.replace(EG.escapeReplaceNoEncode,kK);return e}function jK(e){try{e=encodeURI(e).replace(EG.percentDecode,`%`)}catch{return null}return e}function MK(e,t){let n=e.replace(EG.findPipe,(e,t,n)=>{let r=!1,i=t;for(;--i>=0&&n[i]===`\\`;)r=!r;return r?`|`:` |`}).split(EG.splitPipe),r=0;if(n[0].trim()||n.shift(),n.length>0&&!n.at(-1)?.trim()&&n.pop(),t)if(n.length>t)n.splice(t);else for(;n.length<t;)n.push(``);for(;r<n.length;r++)n[r]=n[r].trim().replace(EG.slashPipe,`|`);return n}function NK(e,t,n){let r=e.length;if(r===0)return``;let i=0;for(;i<r;){let a=e.charAt(r-i-1);if(a===t&&!n)i++;else if(a!==t&&n)i++;else break}return e.slice(0,r-i)}function PK(e,t){if(e.indexOf(t[1])===-1)return-1;let n=0;for(let r=0;r<e.length;r++)if(e[r]===`\\`)r++;else if(e[r]===t[0])n++;else if(e[r]===t[1]&&(n--,n<0))return r;return n>0?-2:-1}function FK(e,t,n,r,i){let a=t.href,o=t.title||null,s=e[1].replace(i.other.outputLinkReplace,`$1`);r.state.inLink=!0;let c={type:e[0].charAt(0)===`!`?`image`:`link`,raw:n,href:a,title:o,text:s,tokens:r.inlineTokens(s)};return r.state.inLink=!1,c}function IK(e,t,n){let r=e.match(n.other.indentCodeCompensation);if(r===null)return t;let i=r[1];return t.split(`
260
+ `).map(e=>{let t=e.match(n.other.beginningSpace);if(t===null)return e;let[r]=t;return r.length>=i.length?e.slice(i.length):e}).join(`
261
+ `)}var LK=class{options;rules;lexer;constructor(e){this.options=e||SG}space(e){let t=this.rules.block.newline.exec(e);if(t&&t[0].length>0)return{type:`space`,raw:t[0]}}code(e){let t=this.rules.block.code.exec(e);if(t){let e=t[0].replace(this.rules.other.codeRemoveIndent,``);return{type:`code`,raw:t[0],codeBlockStyle:`indented`,text:this.options.pedantic?e:NK(e,`
262
+ `)}}}fences(e){let t=this.rules.block.fences.exec(e);if(t){let e=t[0],n=IK(e,t[3]||``,this.rules);return{type:`code`,raw:e,lang:t[2]?t[2].trim().replace(this.rules.inline.anyPunctuation,`$1`):t[2],text:n}}}heading(e){let t=this.rules.block.heading.exec(e);if(t){let e=t[2].trim();if(this.rules.other.endingHash.test(e)){let t=NK(e,`#`);(this.options.pedantic||!t||this.rules.other.endingSpaceChar.test(t))&&(e=t.trim())}return{type:`heading`,raw:t[0],depth:t[1].length,text:e,tokens:this.lexer.inline(e)}}}hr(e){let t=this.rules.block.hr.exec(e);if(t)return{type:`hr`,raw:NK(t[0],`
263
+ `)}}blockquote(e){let t=this.rules.block.blockquote.exec(e);if(t){let e=NK(t[0],`
264
+ `).split(`
265
+ `),n=``,r=``,i=[];for(;e.length>0;){let t=!1,a=[],o;for(o=0;o<e.length;o++)if(this.rules.other.blockquoteStart.test(e[o]))a.push(e[o]),t=!0;else if(!t)a.push(e[o]);else break;e=e.slice(o);let s=a.join(`
266
+ `),c=s.replace(this.rules.other.blockquoteSetextReplace,`
267
+ $1`).replace(this.rules.other.blockquoteSetextReplace2,``);n=n?`${n}
268
+ ${s}`:s,r=r?`${r}
269
+ ${c}`:c;let l=this.lexer.state.top;if(this.lexer.state.top=!0,this.lexer.blockTokens(c,i,!0),this.lexer.state.top=l,e.length===0)break;let u=i.at(-1);if(u?.type===`code`)break;if(u?.type===`blockquote`){let t=u,a=t.raw+`
270
+ `+e.join(`
271
+ `),o=this.blockquote(a);i[i.length-1]=o,n=n.substring(0,n.length-t.raw.length)+o.raw,r=r.substring(0,r.length-t.text.length)+o.text;break}else if(u?.type===`list`){let t=u,a=t.raw+`
272
+ `+e.join(`
273
+ `),o=this.list(a);i[i.length-1]=o,n=n.substring(0,n.length-u.raw.length)+o.raw,r=r.substring(0,r.length-t.raw.length)+o.raw,e=a.substring(i.at(-1).raw.length).split(`
274
+ `);continue}}return{type:`blockquote`,raw:n,tokens:i,text:r}}}list(e){let t=this.rules.block.list.exec(e);if(t){let n=t[1].trim(),r=n.length>1,i={type:`list`,raw:``,ordered:r,start:r?+n.slice(0,-1):``,loose:!1,items:[]};n=r?`\\d{1,9}\\${n.slice(-1)}`:`\\${n}`,this.options.pedantic&&(n=r?n:`[*+-]`);let a=this.rules.other.listItemRegex(n),o=!1;for(;e;){let n=!1,r=``,s=``;if(!(t=a.exec(e))||this.rules.block.hr.test(e))break;r=t[0],e=e.substring(r.length);let c=t[2].split(`
275
+ `,1)[0].replace(this.rules.other.listReplaceTabs,e=>` `.repeat(3*e.length)),l=e.split(`
276
+ `,1)[0],u=!c.trim(),d=0;if(this.options.pedantic?(d=2,s=c.trimStart()):u?d=t[1].length+1:(d=t[2].search(this.rules.other.nonSpaceChar),d=d>4?1:d,s=c.slice(d),d+=t[1].length),u&&this.rules.other.blankLine.test(l)&&(r+=l+`
277
+ `,e=e.substring(l.length+1),n=!0),!n){let t=this.rules.other.nextBulletRegex(d),n=this.rules.other.hrRegex(d),i=this.rules.other.fencesBeginRegex(d),a=this.rules.other.headingBeginRegex(d),o=this.rules.other.htmlBeginRegex(d);for(;e;){let f=e.split(`
278
+ `,1)[0],p;if(l=f,this.options.pedantic?(l=l.replace(this.rules.other.listReplaceNesting,` `),p=l):p=l.replace(this.rules.other.tabCharGlobal,` `),i.test(l)||a.test(l)||o.test(l)||t.test(l)||n.test(l))break;if(p.search(this.rules.other.nonSpaceChar)>=d||!l.trim())s+=`
279
+ `+p.slice(d);else{if(u||c.replace(this.rules.other.tabCharGlobal,` `).search(this.rules.other.nonSpaceChar)>=4||i.test(c)||a.test(c)||n.test(c))break;s+=`
280
+ `+l}!u&&!l.trim()&&(u=!0),r+=f+`
281
+ `,e=e.substring(f.length+1),c=p.slice(d)}}i.loose||(o?i.loose=!0:this.rules.other.doubleBlankLine.test(r)&&(o=!0));let f=null,p;this.options.gfm&&(f=this.rules.other.listIsTask.exec(s),f&&(p=f[0]!==`[ ] `,s=s.replace(this.rules.other.listReplaceTask,``))),i.items.push({type:`list_item`,raw:r,task:!!f,checked:p,loose:!1,text:s,tokens:[]}),i.raw+=r}let s=i.items.at(-1);if(s)s.raw=s.raw.trimEnd(),s.text=s.text.trimEnd();else return;i.raw=i.raw.trimEnd();for(let e=0;e<i.items.length;e++)if(this.lexer.state.top=!1,i.items[e].tokens=this.lexer.blockTokens(i.items[e].text,[]),!i.loose){let t=i.items[e].tokens.filter(e=>e.type===`space`);i.loose=t.length>0&&t.some(e=>this.rules.other.anyLine.test(e.raw))}if(i.loose)for(let e=0;e<i.items.length;e++)i.items[e].loose=!0;return i}}html(e){let t=this.rules.block.html.exec(e);if(t)return{type:`html`,block:!0,raw:t[0],pre:t[1]===`pre`||t[1]===`script`||t[1]===`style`,text:t[0]}}def(e){let t=this.rules.block.def.exec(e);if(t){let e=t[1].toLowerCase().replace(this.rules.other.multipleSpaceGlobal,` `),n=t[2]?t[2].replace(this.rules.other.hrefBrackets,`$1`).replace(this.rules.inline.anyPunctuation,`$1`):``,r=t[3]?t[3].substring(1,t[3].length-1).replace(this.rules.inline.anyPunctuation,`$1`):t[3];return{type:`def`,tag:e,raw:t[0],href:n,title:r}}}table(e){let t=this.rules.block.table.exec(e);if(!t||!this.rules.other.tableDelimiter.test(t[2]))return;let n=MK(t[1]),r=t[2].replace(this.rules.other.tableAlignChars,``).split(`|`),i=t[3]?.trim()?t[3].replace(this.rules.other.tableRowBlankLine,``).split(`
282
+ `):[],a={type:`table`,raw:t[0],header:[],align:[],rows:[]};if(n.length===r.length){for(let e of r)this.rules.other.tableAlignRight.test(e)?a.align.push(`right`):this.rules.other.tableAlignCenter.test(e)?a.align.push(`center`):this.rules.other.tableAlignLeft.test(e)?a.align.push(`left`):a.align.push(null);for(let e=0;e<n.length;e++)a.header.push({text:n[e],tokens:this.lexer.inline(n[e]),header:!0,align:a.align[e]});for(let e of i)a.rows.push(MK(e,a.header.length).map((e,t)=>({text:e,tokens:this.lexer.inline(e),header:!1,align:a.align[t]})));return a}}lheading(e){let t=this.rules.block.lheading.exec(e);if(t)return{type:`heading`,raw:t[0],depth:t[2].charAt(0)===`=`?1:2,text:t[1],tokens:this.lexer.inline(t[1])}}paragraph(e){let t=this.rules.block.paragraph.exec(e);if(t){let e=t[1].charAt(t[1].length-1)===`
283
+ `?t[1].slice(0,-1):t[1];return{type:`paragraph`,raw:t[0],text:e,tokens:this.lexer.inline(e)}}}text(e){let t=this.rules.block.text.exec(e);if(t)return{type:`text`,raw:t[0],text:t[0],tokens:this.lexer.inline(t[0])}}escape(e){let t=this.rules.inline.escape.exec(e);if(t)return{type:`escape`,raw:t[0],text:t[1]}}tag(e){let t=this.rules.inline.tag.exec(e);if(t)return!this.lexer.state.inLink&&this.rules.other.startATag.test(t[0])?this.lexer.state.inLink=!0:this.lexer.state.inLink&&this.rules.other.endATag.test(t[0])&&(this.lexer.state.inLink=!1),!this.lexer.state.inRawBlock&&this.rules.other.startPreScriptTag.test(t[0])?this.lexer.state.inRawBlock=!0:this.lexer.state.inRawBlock&&this.rules.other.endPreScriptTag.test(t[0])&&(this.lexer.state.inRawBlock=!1),{type:`html`,raw:t[0],inLink:this.lexer.state.inLink,inRawBlock:this.lexer.state.inRawBlock,block:!1,text:t[0]}}link(e){let t=this.rules.inline.link.exec(e);if(t){let e=t[2].trim();if(!this.options.pedantic&&this.rules.other.startAngleBracket.test(e)){if(!this.rules.other.endAngleBracket.test(e))return;let t=NK(e.slice(0,-1),`\\`);if((e.length-t.length)%2==0)return}else{let e=PK(t[2],`()`);if(e===-2)return;if(e>-1){let n=(t[0].indexOf(`!`)===0?5:4)+t[1].length+e;t[2]=t[2].substring(0,e),t[0]=t[0].substring(0,n).trim(),t[3]=``}}let n=t[2],r=``;if(this.options.pedantic){let e=this.rules.other.pedanticHrefTitle.exec(n);e&&(n=e[1],r=e[3])}else r=t[3]?t[3].slice(1,-1):``;return n=n.trim(),this.rules.other.startAngleBracket.test(n)&&(n=this.options.pedantic&&!this.rules.other.endAngleBracket.test(e)?n.slice(1):n.slice(1,-1)),FK(t,{href:n&&n.replace(this.rules.inline.anyPunctuation,`$1`),title:r&&r.replace(this.rules.inline.anyPunctuation,`$1`)},t[0],this.lexer,this.rules)}}reflink(e,t){let n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){let e=t[(n[2]||n[1]).replace(this.rules.other.multipleSpaceGlobal,` `).toLowerCase()];if(!e){let e=n[0].charAt(0);return{type:`text`,raw:e,text:e}}return FK(n,e,n[0],this.lexer,this.rules)}}emStrong(e,t,n=``){let r=this.rules.inline.emStrongLDelim.exec(e);if(r&&!(r[3]&&n.match(this.rules.other.unicodeAlphaNumeric))&&(!(r[1]||r[2])||!n||this.rules.inline.punctuation.exec(n))){let n=[...r[0]].length-1,i,a,o=n,s=0,c=r[0][0]===`*`?this.rules.inline.emStrongRDelimAst:this.rules.inline.emStrongRDelimUnd;for(c.lastIndex=0,t=t.slice(-1*e.length+n);(r=c.exec(t))!=null;){if(i=r[1]||r[2]||r[3]||r[4]||r[5]||r[6],!i)continue;if(a=[...i].length,r[3]||r[4]){o+=a;continue}else if((r[5]||r[6])&&n%3&&!((n+a)%3)){s+=a;continue}if(o-=a,o>0)continue;a=Math.min(a,a+o+s);let t=[...r[0]][0].length,c=e.slice(0,n+r.index+t+a);if(Math.min(n,a)%2){let e=c.slice(1,-1);return{type:`em`,raw:c,text:e,tokens:this.lexer.inlineTokens(e)}}let l=c.slice(2,-2);return{type:`strong`,raw:c,text:l,tokens:this.lexer.inlineTokens(l)}}}}codespan(e){let t=this.rules.inline.code.exec(e);if(t){let e=t[2].replace(this.rules.other.newLineCharGlobal,` `),n=this.rules.other.nonSpaceChar.test(e),r=this.rules.other.startingSpaceChar.test(e)&&this.rules.other.endingSpaceChar.test(e);return n&&r&&(e=e.substring(1,e.length-1)),{type:`codespan`,raw:t[0],text:e}}}br(e){let t=this.rules.inline.br.exec(e);if(t)return{type:`br`,raw:t[0]}}del(e){let t=this.rules.inline.del.exec(e);if(t)return{type:`del`,raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}autolink(e){let t=this.rules.inline.autolink.exec(e);if(t){let e,n;return t[2]===`@`?(e=t[1],n=`mailto:`+e):(e=t[1],n=e),{type:`link`,raw:t[0],text:e,href:n,tokens:[{type:`text`,raw:e,text:e}]}}}url(e){let t;if(t=this.rules.inline.url.exec(e)){let e,n;if(t[2]===`@`)e=t[0],n=`mailto:`+e;else{let r;do r=t[0],t[0]=this.rules.inline._backpedal.exec(t[0])?.[0]??``;while(r!==t[0]);e=t[0],n=t[1]===`www.`?`http://`+t[0]:t[0]}return{type:`link`,raw:t[0],text:e,href:n,tokens:[{type:`text`,raw:e,text:e}]}}}inlineText(e){let t=this.rules.inline.text.exec(e);if(t){let e=this.lexer.state.inRawBlock;return{type:`text`,raw:t[0],text:t[0],escaped:e}}}},RK=class e{tokens;options;state;tokenizer;inlineQueue;constructor(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||SG,this.options.tokenizer=this.options.tokenizer||new LK,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options,this.tokenizer.lexer=this,this.inlineQueue=[],this.state={inLink:!1,inRawBlock:!1,top:!0};let t={other:EG,block:EK.normal,inline:DK.normal};this.options.pedantic?(t.block=EK.pedantic,t.inline=DK.pedantic):this.options.gfm&&(t.block=EK.gfm,this.options.breaks?t.inline=DK.breaks:t.inline=DK.gfm),this.tokenizer.rules=t}static get rules(){return{block:EK,inline:DK}}static lex(t,n){return new e(n).lex(t)}static lexInline(t,n){return new e(n).inlineTokens(t)}lex(e){e=e.replace(EG.carriageReturn,`
284
+ `),this.blockTokens(e,this.tokens);for(let e=0;e<this.inlineQueue.length;e++){let t=this.inlineQueue[e];this.inlineTokens(t.src,t.tokens)}return this.inlineQueue=[],this.tokens}blockTokens(e,t=[],n=!1){for(this.options.pedantic&&(e=e.replace(EG.tabCharGlobal,` `).replace(EG.spaceLine,``));e;){let r;if(this.options.extensions?.block?.some(n=>(r=n.call({lexer:this},e,t))?(e=e.substring(r.raw.length),t.push(r),!0):!1))continue;if(r=this.tokenizer.space(e)){e=e.substring(r.raw.length);let n=t.at(-1);r.raw.length===1&&n!==void 0?n.raw+=`
285
+ `:t.push(r);continue}if(r=this.tokenizer.code(e)){e=e.substring(r.raw.length);let n=t.at(-1);n?.type===`paragraph`||n?.type===`text`?(n.raw+=`
286
+ `+r.raw,n.text+=`
287
+ `+r.text,this.inlineQueue.at(-1).src=n.text):t.push(r);continue}if(r=this.tokenizer.fences(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.heading(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.hr(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.blockquote(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.list(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.html(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.def(e)){e=e.substring(r.raw.length);let n=t.at(-1);n?.type===`paragraph`||n?.type===`text`?(n.raw+=`
288
+ `+r.raw,n.text+=`
289
+ `+r.raw,this.inlineQueue.at(-1).src=n.text):this.tokens.links[r.tag]||(this.tokens.links[r.tag]={href:r.href,title:r.title});continue}if(r=this.tokenizer.table(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.lheading(e)){e=e.substring(r.raw.length),t.push(r);continue}let i=e;if(this.options.extensions?.startBlock){let t=1/0,n=e.slice(1),r;this.options.extensions.startBlock.forEach(e=>{r=e.call({lexer:this},n),typeof r==`number`&&r>=0&&(t=Math.min(t,r))}),t<1/0&&t>=0&&(i=e.substring(0,t+1))}if(this.state.top&&(r=this.tokenizer.paragraph(i))){let a=t.at(-1);n&&a?.type===`paragraph`?(a.raw+=`
290
+ `+r.raw,a.text+=`
291
+ `+r.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=a.text):t.push(r),n=i.length!==e.length,e=e.substring(r.raw.length);continue}if(r=this.tokenizer.text(e)){e=e.substring(r.raw.length);let n=t.at(-1);n?.type===`text`?(n.raw+=`
292
+ `+r.raw,n.text+=`
293
+ `+r.text,this.inlineQueue.pop(),this.inlineQueue.at(-1).src=n.text):t.push(r);continue}if(e){let t=`Infinite loop on byte: `+e.charCodeAt(0);if(this.options.silent){console.error(t);break}else throw Error(t)}}return this.state.top=!0,t}inline(e,t=[]){return this.inlineQueue.push({src:e,tokens:t}),t}inlineTokens(e,t=[]){let n=e,r=null;if(this.tokens.links){let e=Object.keys(this.tokens.links);if(e.length>0)for(;(r=this.tokenizer.rules.inline.reflinkSearch.exec(n))!=null;)e.includes(r[0].slice(r[0].lastIndexOf(`[`)+1,-1))&&(n=n.slice(0,r.index)+`[`+`a`.repeat(r[0].length-2)+`]`+n.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;(r=this.tokenizer.rules.inline.anyPunctuation.exec(n))!=null;)n=n.slice(0,r.index)+`++`+n.slice(this.tokenizer.rules.inline.anyPunctuation.lastIndex);for(;(r=this.tokenizer.rules.inline.blockSkip.exec(n))!=null;)n=n.slice(0,r.index)+`[`+`a`.repeat(r[0].length-2)+`]`+n.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);let i=!1,a=``;for(;e;){i||(a=``),i=!1;let r;if(this.options.extensions?.inline?.some(n=>(r=n.call({lexer:this},e,t))?(e=e.substring(r.raw.length),t.push(r),!0):!1))continue;if(r=this.tokenizer.escape(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.tag(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.link(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.reflink(e,this.tokens.links)){e=e.substring(r.raw.length);let n=t.at(-1);r.type===`text`&&n?.type===`text`?(n.raw+=r.raw,n.text+=r.text):t.push(r);continue}if(r=this.tokenizer.emStrong(e,n,a)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.codespan(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.br(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.del(e)){e=e.substring(r.raw.length),t.push(r);continue}if(r=this.tokenizer.autolink(e)){e=e.substring(r.raw.length),t.push(r);continue}if(!this.state.inLink&&(r=this.tokenizer.url(e))){e=e.substring(r.raw.length),t.push(r);continue}let o=e;if(this.options.extensions?.startInline){let t=1/0,n=e.slice(1),r;this.options.extensions.startInline.forEach(e=>{r=e.call({lexer:this},n),typeof r==`number`&&r>=0&&(t=Math.min(t,r))}),t<1/0&&t>=0&&(o=e.substring(0,t+1))}if(r=this.tokenizer.inlineText(o)){e=e.substring(r.raw.length),r.raw.slice(-1)!==`_`&&(a=r.raw.slice(-1)),i=!0;let n=t.at(-1);n?.type===`text`?(n.raw+=r.raw,n.text+=r.text):t.push(r);continue}if(e){let t=`Infinite loop on byte: `+e.charCodeAt(0);if(this.options.silent){console.error(t);break}else throw Error(t)}}return t}},zK=class{options;parser;constructor(e){this.options=e||SG}space(e){return``}code({text:e,lang:t,escaped:n}){let r=(t||``).match(EG.notSpaceStart)?.[0],i=e.replace(EG.endingNewline,``)+`
294
+ `;return r?`<pre><code class="language-`+AK(r)+`">`+(n?i:AK(i,!0))+`</code></pre>
295
+ `:`<pre><code>`+(n?i:AK(i,!0))+`</code></pre>
296
+ `}blockquote({tokens:e}){return`<blockquote>
297
+ ${this.parser.parse(e)}</blockquote>
298
+ `}html({text:e}){return e}heading({tokens:e,depth:t}){return`<h${t}>${this.parser.parseInline(e)}</h${t}>
299
+ `}hr(e){return`<hr>
300
+ `}list(e){let t=e.ordered,n=e.start,r=``;for(let t=0;t<e.items.length;t++){let n=e.items[t];r+=this.listitem(n)}let i=t?`ol`:`ul`,a=t&&n!==1?` start="`+n+`"`:``;return`<`+i+a+`>
301
+ `+r+`</`+i+`>
302
+ `}listitem(e){let t=``;if(e.task){let n=this.checkbox({checked:!!e.checked});e.loose?e.tokens[0]?.type===`paragraph`?(e.tokens[0].text=n+` `+e.tokens[0].text,e.tokens[0].tokens&&e.tokens[0].tokens.length>0&&e.tokens[0].tokens[0].type===`text`&&(e.tokens[0].tokens[0].text=n+` `+AK(e.tokens[0].tokens[0].text),e.tokens[0].tokens[0].escaped=!0)):e.tokens.unshift({type:`text`,raw:n+` `,text:n+` `,escaped:!0}):t+=n+` `}return t+=this.parser.parse(e.tokens,!!e.loose),`<li>${t}</li>
303
+ `}checkbox({checked:e}){return`<input `+(e?`checked="" `:``)+`disabled="" type="checkbox">`}paragraph({tokens:e}){return`<p>${this.parser.parseInline(e)}</p>
304
+ `}table(e){let t=``,n=``;for(let t=0;t<e.header.length;t++)n+=this.tablecell(e.header[t]);t+=this.tablerow({text:n});let r=``;for(let t=0;t<e.rows.length;t++){let i=e.rows[t];n=``;for(let e=0;e<i.length;e++)n+=this.tablecell(i[e]);r+=this.tablerow({text:n})}return r&&=`<tbody>${r}</tbody>`,`<table>
305
+ <thead>
306
+ `+t+`</thead>
307
+ `+r+`</table>
308
+ `}tablerow({text:e}){return`<tr>
309
+ ${e}</tr>
310
+ `}tablecell(e){let t=this.parser.parseInline(e.tokens),n=e.header?`th`:`td`;return(e.align?`<${n} align="${e.align}">`:`<${n}>`)+t+`</${n}>
311
+ `}strong({tokens:e}){return`<strong>${this.parser.parseInline(e)}</strong>`}em({tokens:e}){return`<em>${this.parser.parseInline(e)}</em>`}codespan({text:e}){return`<code>${AK(e,!0)}</code>`}br(e){return`<br>`}del({tokens:e}){return`<del>${this.parser.parseInline(e)}</del>`}link({href:e,title:t,tokens:n}){let r=this.parser.parseInline(n),i=jK(e);if(i===null)return r;e=i;let a=`<a href="`+e+`"`;return t&&(a+=` title="`+AK(t)+`"`),a+=`>`+r+`</a>`,a}image({href:e,title:t,text:n,tokens:r}){r&&(n=this.parser.parseInline(r,this.parser.textRenderer));let i=jK(e);if(i===null)return AK(n);e=i;let a=`<img src="${e}" alt="${n}"`;return t&&(a+=` title="${AK(t)}"`),a+=`>`,a}text(e){return`tokens`in e&&e.tokens?this.parser.parseInline(e.tokens):`escaped`in e&&e.escaped?e.text:AK(e.text)}},BK=class{strong({text:e}){return e}em({text:e}){return e}codespan({text:e}){return e}del({text:e}){return e}html({text:e}){return e}text({text:e}){return e}link({text:e}){return``+e}image({text:e}){return``+e}br(){return``}},VK=class e{options;renderer;textRenderer;constructor(e){this.options=e||SG,this.options.renderer=this.options.renderer||new zK,this.renderer=this.options.renderer,this.renderer.options=this.options,this.renderer.parser=this,this.textRenderer=new BK}static parse(t,n){return new e(n).parse(t)}static parseInline(t,n){return new e(n).parseInline(t)}parse(e,t=!0){let n=``;for(let r=0;r<e.length;r++){let i=e[r];if(this.options.extensions?.renderers?.[i.type]){let e=i,t=this.options.extensions.renderers[e.type].call({parser:this},e);if(t!==!1||![`space`,`hr`,`heading`,`code`,`table`,`blockquote`,`list`,`html`,`paragraph`,`text`].includes(e.type)){n+=t||``;continue}}let a=i;switch(a.type){case`space`:n+=this.renderer.space(a);continue;case`hr`:n+=this.renderer.hr(a);continue;case`heading`:n+=this.renderer.heading(a);continue;case`code`:n+=this.renderer.code(a);continue;case`table`:n+=this.renderer.table(a);continue;case`blockquote`:n+=this.renderer.blockquote(a);continue;case`list`:n+=this.renderer.list(a);continue;case`html`:n+=this.renderer.html(a);continue;case`paragraph`:n+=this.renderer.paragraph(a);continue;case`text`:{let i=a,o=this.renderer.text(i);for(;r+1<e.length&&e[r+1].type===`text`;)i=e[++r],o+=`
312
+ `+this.renderer.text(i);t?n+=this.renderer.paragraph({type:`paragraph`,raw:o,text:o,tokens:[{type:`text`,raw:o,text:o,escaped:!0}]}):n+=o;continue}default:{let e=`Token with "`+a.type+`" type was not found.`;if(this.options.silent)return console.error(e),``;throw Error(e)}}}return n}parseInline(e,t=this.renderer){let n=``;for(let r=0;r<e.length;r++){let i=e[r];if(this.options.extensions?.renderers?.[i.type]){let e=this.options.extensions.renderers[i.type].call({parser:this},i);if(e!==!1||![`escape`,`html`,`link`,`image`,`strong`,`em`,`codespan`,`br`,`del`,`text`].includes(i.type)){n+=e||``;continue}}let a=i;switch(a.type){case`escape`:n+=t.text(a);break;case`html`:n+=t.html(a);break;case`link`:n+=t.link(a);break;case`image`:n+=t.image(a);break;case`strong`:n+=t.strong(a);break;case`em`:n+=t.em(a);break;case`codespan`:n+=t.codespan(a);break;case`br`:n+=t.br(a);break;case`del`:n+=t.del(a);break;case`text`:n+=t.text(a);break;default:{let e=`Token with "`+a.type+`" type was not found.`;if(this.options.silent)return console.error(e),``;throw Error(e)}}}return n}},HK=class{options;block;constructor(e){this.options=e||SG}static passThroughHooks=new Set([`preprocess`,`postprocess`,`processAllTokens`]);preprocess(e){return e}postprocess(e){return e}processAllTokens(e){return e}provideLexer(){return this.block?RK.lex:RK.lexInline}provideParser(){return this.block?VK.parse:VK.parseInline}},UK=class{defaults=xG();options=this.setOptions;parse=this.parseMarkdown(!0);parseInline=this.parseMarkdown(!1);Parser=VK;Renderer=zK;TextRenderer=BK;Lexer=RK;Tokenizer=LK;Hooks=HK;constructor(...e){this.use(...e)}walkTokens(e,t){let n=[];for(let r of e)switch(n=n.concat(t.call(this,r)),r.type){case`table`:{let e=r;for(let r of e.header)n=n.concat(this.walkTokens(r.tokens,t));for(let r of e.rows)for(let e of r)n=n.concat(this.walkTokens(e.tokens,t));break}case`list`:{let e=r;n=n.concat(this.walkTokens(e.items,t));break}default:{let e=r;this.defaults.extensions?.childTokens?.[e.type]?this.defaults.extensions.childTokens[e.type].forEach(r=>{let i=e[r].flat(1/0);n=n.concat(this.walkTokens(i,t))}):e.tokens&&(n=n.concat(this.walkTokens(e.tokens,t)))}}return n}use(...e){let t=this.defaults.extensions||{renderers:{},childTokens:{}};return e.forEach(e=>{let n={...e};if(n.async=this.defaults.async||n.async||!1,e.extensions&&(e.extensions.forEach(e=>{if(!e.name)throw Error(`extension name required`);if(`renderer`in e){let n=t.renderers[e.name];n?t.renderers[e.name]=function(...t){let r=e.renderer.apply(this,t);return r===!1&&(r=n.apply(this,t)),r}:t.renderers[e.name]=e.renderer}if(`tokenizer`in e){if(!e.level||e.level!==`block`&&e.level!==`inline`)throw Error(`extension level must be 'block' or 'inline'`);let n=t[e.level];n?n.unshift(e.tokenizer):t[e.level]=[e.tokenizer],e.start&&(e.level===`block`?t.startBlock?t.startBlock.push(e.start):t.startBlock=[e.start]:e.level===`inline`&&(t.startInline?t.startInline.push(e.start):t.startInline=[e.start]))}`childTokens`in e&&e.childTokens&&(t.childTokens[e.name]=e.childTokens)}),n.extensions=t),e.renderer){let t=this.defaults.renderer||new zK(this.defaults);for(let n in e.renderer){if(!(n in t))throw Error(`renderer '${n}' does not exist`);if([`options`,`parser`].includes(n))continue;let r=n,i=e.renderer[r],a=t[r];t[r]=(...e)=>{let n=i.apply(t,e);return n===!1&&(n=a.apply(t,e)),n||``}}n.renderer=t}if(e.tokenizer){let t=this.defaults.tokenizer||new LK(this.defaults);for(let n in e.tokenizer){if(!(n in t))throw Error(`tokenizer '${n}' does not exist`);if([`options`,`rules`,`lexer`].includes(n))continue;let r=n,i=e.tokenizer[r],a=t[r];t[r]=(...e)=>{let n=i.apply(t,e);return n===!1&&(n=a.apply(t,e)),n}}n.tokenizer=t}if(e.hooks){let t=this.defaults.hooks||new HK;for(let n in e.hooks){if(!(n in t))throw Error(`hook '${n}' does not exist`);if([`options`,`block`].includes(n))continue;let r=n,i=e.hooks[r],a=t[r];HK.passThroughHooks.has(n)?t[r]=e=>{if(this.defaults.async)return Promise.resolve(i.call(t,e)).then(e=>a.call(t,e));let n=i.call(t,e);return a.call(t,n)}:t[r]=(...e)=>{let n=i.apply(t,e);return n===!1&&(n=a.apply(t,e)),n}}n.hooks=t}if(e.walkTokens){let t=this.defaults.walkTokens,r=e.walkTokens;n.walkTokens=function(e){let n=[];return n.push(r.call(this,e)),t&&(n=n.concat(t.call(this,e))),n}}this.defaults={...this.defaults,...n}}),this}setOptions(e){return this.defaults={...this.defaults,...e},this}lexer(e,t){return RK.lex(e,t??this.defaults)}parser(e,t){return VK.parse(e,t??this.defaults)}parseMarkdown(e){return(t,n)=>{let r={...n},i={...this.defaults,...r},a=this.onError(!!i.silent,!!i.async);if(this.defaults.async===!0&&r.async===!1)return a(Error(`marked(): The async option was set to true by an extension. Remove async: false from the parse options object to return a Promise.`));if(t==null)return a(Error(`marked(): input parameter is undefined or null`));if(typeof t!=`string`)return a(Error(`marked(): input parameter is of type `+Object.prototype.toString.call(t)+`, string expected`));i.hooks&&(i.hooks.options=i,i.hooks.block=e);let o=i.hooks?i.hooks.provideLexer():e?RK.lex:RK.lexInline,s=i.hooks?i.hooks.provideParser():e?VK.parse:VK.parseInline;if(i.async)return Promise.resolve(i.hooks?i.hooks.preprocess(t):t).then(e=>o(e,i)).then(e=>i.hooks?i.hooks.processAllTokens(e):e).then(e=>i.walkTokens?Promise.all(this.walkTokens(e,i.walkTokens)).then(()=>e):e).then(e=>s(e,i)).then(e=>i.hooks?i.hooks.postprocess(e):e).catch(a);try{i.hooks&&(t=i.hooks.preprocess(t));let e=o(t,i);i.hooks&&(e=i.hooks.processAllTokens(e)),i.walkTokens&&this.walkTokens(e,i.walkTokens);let n=s(e,i);return i.hooks&&(n=i.hooks.postprocess(n)),n}catch(e){return a(e)}}}onError(e,t){return n=>{if(n.message+=`
313
+ Please report this to https://github.com/markedjs/marked.`,e){let e=`<p>An error occurred:</p><pre>`+AK(n.message+``,!0)+`</pre>`;return t?Promise.resolve(e):e}if(t)return Promise.reject(n);throw n}}},WK=new UK;function GK(e,t){return WK.parse(e,t)}GK.options=GK.setOptions=function(e){return WK.setOptions(e),GK.defaults=WK.defaults,CG(GK.defaults),GK},GK.getDefaults=xG,GK.defaults=SG,GK.use=function(...e){return WK.use(...e),GK.defaults=WK.defaults,CG(GK.defaults),GK},GK.walkTokens=function(e,t){return WK.walkTokens(e,t)},GK.parseInline=WK.parseInline,GK.Parser=VK,GK.parser=VK.parse,GK.Renderer=zK,GK.TextRenderer=BK,GK.Lexer=RK,GK.lexer=RK.lex,GK.Tokenizer=LK,GK.Hooks=HK,GK.parse=GK,GK.options,GK.setOptions,GK.use,GK.walkTokens,GK.parseInline,VK.parse,RK.lex;var KK=e(t(((e,t)=>{function n(e){return e instanceof Map?e.clear=e.delete=e.set=function(){throw Error(`map is read-only`)}:e instanceof Set&&(e.add=e.clear=e.delete=function(){throw Error(`set is read-only`)}),Object.freeze(e),Object.getOwnPropertyNames(e).forEach(t=>{let r=e[t],i=typeof r;(i===`object`||i===`function`)&&!Object.isFrozen(r)&&n(r)}),e}var r=class{constructor(e){e.data===void 0&&(e.data={}),this.data=e.data,this.isMatchIgnored=!1}ignoreMatch(){this.isMatchIgnored=!0}};function i(e){return e.replace(/&/g,`&amp;`).replace(/</g,`&lt;`).replace(/>/g,`&gt;`).replace(/"/g,`&quot;`).replace(/'/g,`&#x27;`)}function a(e,...t){let n=Object.create(null);for(let t in e)n[t]=e[t];return t.forEach(function(e){for(let t in e)n[t]=e[t]}),n}var o=`</span>`,s=e=>!!e.scope,c=(e,{prefix:t})=>{if(e.startsWith(`language:`))return e.replace(`language:`,`language-`);if(e.includes(`.`)){let n=e.split(`.`);return[`${t}${n.shift()}`,...n.map((e,t)=>`${e}${`_`.repeat(t+1)}`)].join(` `)}return`${t}${e}`},l=class{constructor(e,t){this.buffer=``,this.classPrefix=t.classPrefix,e.walk(this)}addText(e){this.buffer+=i(e)}openNode(e){if(!s(e))return;let t=c(e.scope,{prefix:this.classPrefix});this.span(t)}closeNode(e){s(e)&&(this.buffer+=o)}value(){return this.buffer}span(e){this.buffer+=`<span class="${e}">`}},u=(e={})=>{let t={children:[]};return Object.assign(t,e),t},d=class e{constructor(){this.rootNode=u(),this.stack=[this.rootNode]}get top(){return this.stack[this.stack.length-1]}get root(){return this.rootNode}add(e){this.top.children.push(e)}openNode(e){let t=u({scope:e});this.add(t),this.stack.push(t)}closeNode(){if(this.stack.length>1)return this.stack.pop()}closeAllNodes(){for(;this.closeNode(););}toJSON(){return JSON.stringify(this.rootNode,null,4)}walk(e){return this.constructor._walk(e,this.rootNode)}static _walk(e,t){return typeof t==`string`?e.addText(t):t.children&&(e.openNode(t),t.children.forEach(t=>this._walk(e,t)),e.closeNode(t)),e}static _collapse(t){typeof t!=`string`&&t.children&&(t.children.every(e=>typeof e==`string`)?t.children=[t.children.join(``)]:t.children.forEach(t=>{e._collapse(t)}))}},f=class extends d{constructor(e){super(),this.options=e}addText(e){e!==``&&this.add(e)}startScope(e){this.openNode(e)}endScope(){this.closeNode()}__addSublanguage(e,t){let n=e.root;t&&(n.scope=`language:${t}`),this.add(n)}toHTML(){return new l(this,this.options).value()}finalize(){return this.closeAllNodes(),!0}};function p(e){return e?typeof e==`string`?e:e.source:null}function m(e){return _(`(?=`,e,`)`)}function h(e){return _(`(?:`,e,`)*`)}function g(e){return _(`(?:`,e,`)?`)}function _(...e){return e.map(e=>p(e)).join(``)}function v(e){let t=e[e.length-1];return typeof t==`object`&&t.constructor===Object?(e.splice(e.length-1,1),t):{}}function y(...e){return`(`+(v(e).capture?``:`?:`)+e.map(e=>p(e)).join(`|`)+`)`}function b(e){return RegExp(e.toString()+`|`).exec(``).length-1}function x(e,t){let n=e&&e.exec(t);return n&&n.index===0}var S=/\[(?:[^\\\]]|\\.)*\]|\(\??|\\([1-9][0-9]*)|\\./;function C(e,{joinWith:t}){let n=0;return e.map(e=>{n+=1;let t=n,r=p(e),i=``;for(;r.length>0;){let e=S.exec(r);if(!e){i+=r;break}i+=r.substring(0,e.index),r=r.substring(e.index+e[0].length),e[0][0]===`\\`&&e[1]?i+=`\\`+String(Number(e[1])+t):(i+=e[0],e[0]===`(`&&n++)}return i}).map(e=>`(${e})`).join(t)}var w=/\b\B/,T=`[a-zA-Z]\\w*`,E=`[a-zA-Z_]\\w*`,D=`\\b\\d+(\\.\\d+)?`,O=`(-?)(\\b0[xX][a-fA-F0-9]+|(\\b\\d+(\\.\\d*)?|\\.\\d+)([eE][-+]?\\d+)?)`,k=`\\b(0b[01]+)`,A=`!|!=|!==|%|%=|&|&&|&=|\\*|\\*=|\\+|\\+=|,|-|-=|/=|/|:|;|<<|<<=|<=|<|===|==|=|>>>=|>>=|>=|>>>|>>|>|\\?|\\[|\\{|\\(|\\^|\\^=|\\||\\|=|\\|\\||~`,ee=(e={})=>{let t=/^#![ ]*\//;return e.binary&&(e.begin=_(t,/.*\b/,e.binary,/\b.*/)),a({scope:`meta`,begin:t,end:/$/,relevance:0,"on:begin":(e,t)=>{e.index!==0&&t.ignoreMatch()}},e)},j={begin:`\\\\[\\s\\S]`,relevance:0},M={scope:`string`,begin:`'`,end:`'`,illegal:`\\n`,contains:[j]},N={scope:`string`,begin:`"`,end:`"`,illegal:`\\n`,contains:[j]},te={begin:/\b(a|an|the|are|I'm|isn't|don't|doesn't|won't|but|just|should|pretty|simply|enough|gonna|going|wtf|so|such|will|you|your|they|like|more)\b/},P=function(e,t,n={}){let r=a({scope:`comment`,begin:e,end:t,contains:[]},n);r.contains.push({scope:`doctag`,begin:`[ ]*(?=(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):)`,end:/(TODO|FIXME|NOTE|BUG|OPTIMIZE|HACK|XXX):/,excludeBegin:!0,relevance:0});let i=y(`I`,`a`,`is`,`so`,`us`,`to`,`at`,`if`,`in`,`it`,`on`,/[A-Za-z]+['](d|ve|re|ll|t|s|n)/,/[A-Za-z]+[-][a-z]+/,/[A-Za-z][a-z]{2,}/);return r.contains.push({begin:_(/[ ]+/,`(`,i,/[.]?[:]?([.][ ]|[ ])/,`){3}`)}),r},ne=P(`//`,`$`),re=P(`/\\*`,`\\*/`),ie=P(`#`,`$`),ae=Object.freeze({__proto__:null,APOS_STRING_MODE:M,BACKSLASH_ESCAPE:j,BINARY_NUMBER_MODE:{scope:`number`,begin:k,relevance:0},BINARY_NUMBER_RE:k,COMMENT:P,C_BLOCK_COMMENT_MODE:re,C_LINE_COMMENT_MODE:ne,C_NUMBER_MODE:{scope:`number`,begin:O,relevance:0},C_NUMBER_RE:O,END_SAME_AS_BEGIN:function(e){return Object.assign(e,{"on:begin":(e,t)=>{t.data._beginMatch=e[1]},"on:end":(e,t)=>{t.data._beginMatch!==e[1]&&t.ignoreMatch()}})},HASH_COMMENT_MODE:ie,IDENT_RE:T,MATCH_NOTHING_RE:w,METHOD_GUARD:{begin:`\\.\\s*[a-zA-Z_]\\w*`,relevance:0},NUMBER_MODE:{scope:`number`,begin:D,relevance:0},NUMBER_RE:D,PHRASAL_WORDS_MODE:te,QUOTE_STRING_MODE:N,REGEXP_MODE:{scope:`regexp`,begin:/\/(?=[^/\n]*\/)/,end:/\/[gimuy]*/,contains:[j,{begin:/\[/,end:/\]/,relevance:0,contains:[j]}]},RE_STARTERS_RE:A,SHEBANG:ee,TITLE_MODE:{scope:`title`,begin:T,relevance:0},UNDERSCORE_IDENT_RE:E,UNDERSCORE_TITLE_MODE:{scope:`title`,begin:E,relevance:0}});function oe(e,t){e.input[e.index-1]===`.`&&t.ignoreMatch()}function se(e,t){e.className!==void 0&&(e.scope=e.className,delete e.className)}function ce(e,t){t&&e.beginKeywords&&(e.begin=`\\b(`+e.beginKeywords.split(` `).join(`|`)+`)(?!\\.)(?=\\b|\\s)`,e.__beforeBegin=oe,e.keywords=e.keywords||e.beginKeywords,delete e.beginKeywords,e.relevance===void 0&&(e.relevance=0))}function le(e,t){Array.isArray(e.illegal)&&(e.illegal=y(...e.illegal))}function ue(e,t){if(e.match){if(e.begin||e.end)throw Error(`begin & end are not supported with match`);e.begin=e.match,delete e.match}}function de(e,t){e.relevance===void 0&&(e.relevance=1)}var fe=(e,t)=>{if(!e.beforeMatch)return;if(e.starts)throw Error(`beforeMatch cannot be used with starts`);let n=Object.assign({},e);Object.keys(e).forEach(t=>{delete e[t]}),e.keywords=n.keywords,e.begin=_(n.beforeMatch,m(n.begin)),e.starts={relevance:0,contains:[Object.assign(n,{endsParent:!0})]},e.relevance=0,delete n.beforeMatch},pe=[`of`,`and`,`for`,`in`,`not`,`or`,`if`,`then`,`parent`,`list`,`value`],me=`keyword`;function he(e,t,n=me){let r=Object.create(null);return typeof e==`string`?i(n,e.split(` `)):Array.isArray(e)?i(n,e):Object.keys(e).forEach(function(n){Object.assign(r,he(e[n],t,n))}),r;function i(e,n){t&&(n=n.map(e=>e.toLowerCase())),n.forEach(function(t){let n=t.split(`|`);r[n[0]]=[e,ge(n[0],n[1])]})}}function ge(e,t){return t?Number(t):+!_e(e)}function _e(e){return pe.includes(e.toLowerCase())}var ve={},ye=e=>{console.error(e)},be=(e,...t)=>{console.log(`WARN: ${e}`,...t)},xe=(e,t)=>{ve[`${e}/${t}`]||(console.log(`Deprecated as of ${e}. ${t}`),ve[`${e}/${t}`]=!0)},Se=Error();function Ce(e,t,{key:n}){let r=0,i=e[n],a={},o={};for(let e=1;e<=t.length;e++)o[e+r]=i[e],a[e+r]=!0,r+=b(t[e-1]);e[n]=o,e[n]._emit=a,e[n]._multi=!0}function we(e){if(Array.isArray(e.begin)){if(e.skip||e.excludeBegin||e.returnBegin)throw ye(`skip, excludeBegin, returnBegin not compatible with beginScope: {}`),Se;if(typeof e.beginScope!=`object`||e.beginScope===null)throw ye(`beginScope must be object`),Se;Ce(e,e.begin,{key:`beginScope`}),e.begin=C(e.begin,{joinWith:``})}}function Te(e){if(Array.isArray(e.end)){if(e.skip||e.excludeEnd||e.returnEnd)throw ye(`skip, excludeEnd, returnEnd not compatible with endScope: {}`),Se;if(typeof e.endScope!=`object`||e.endScope===null)throw ye(`endScope must be object`),Se;Ce(e,e.end,{key:`endScope`}),e.end=C(e.end,{joinWith:``})}}function Ee(e){e.scope&&typeof e.scope==`object`&&e.scope!==null&&(e.beginScope=e.scope,delete e.scope)}function De(e){Ee(e),typeof e.beginScope==`string`&&(e.beginScope={_wrap:e.beginScope}),typeof e.endScope==`string`&&(e.endScope={_wrap:e.endScope}),we(e),Te(e)}function Oe(e){function t(t,n){return new RegExp(p(t),`m`+(e.case_insensitive?`i`:``)+(e.unicodeRegex?`u`:``)+(n?`g`:``))}class n{constructor(){this.matchIndexes={},this.regexes=[],this.matchAt=1,this.position=0}addRule(e,t){t.position=this.position++,this.matchIndexes[this.matchAt]=t,this.regexes.push([t,e]),this.matchAt+=b(e)+1}compile(){this.regexes.length===0&&(this.exec=()=>null);let e=this.regexes.map(e=>e[1]);this.matcherRe=t(C(e,{joinWith:`|`}),!0),this.lastIndex=0}exec(e){this.matcherRe.lastIndex=this.lastIndex;let t=this.matcherRe.exec(e);if(!t)return null;let n=t.findIndex((e,t)=>t>0&&e!==void 0),r=this.matchIndexes[n];return t.splice(0,n),Object.assign(t,r)}}class r{constructor(){this.rules=[],this.multiRegexes=[],this.count=0,this.lastIndex=0,this.regexIndex=0}getMatcher(e){if(this.multiRegexes[e])return this.multiRegexes[e];let t=new n;return this.rules.slice(e).forEach(([e,n])=>t.addRule(e,n)),t.compile(),this.multiRegexes[e]=t,t}resumingScanAtSamePosition(){return this.regexIndex!==0}considerAll(){this.regexIndex=0}addRule(e,t){this.rules.push([e,t]),t.type===`begin`&&this.count++}exec(e){let t=this.getMatcher(this.regexIndex);t.lastIndex=this.lastIndex;let n=t.exec(e);if(this.resumingScanAtSamePosition()&&!(n&&n.index===this.lastIndex)){let t=this.getMatcher(0);t.lastIndex=this.lastIndex+1,n=t.exec(e)}return n&&(this.regexIndex+=n.position+1,this.regexIndex===this.count&&this.considerAll()),n}}function i(e){let t=new r;return e.contains.forEach(e=>t.addRule(e.begin,{rule:e,type:`begin`})),e.terminatorEnd&&t.addRule(e.terminatorEnd,{type:`end`}),e.illegal&&t.addRule(e.illegal,{type:`illegal`}),t}function o(n,r){let a=n;if(n.isCompiled)return a;[se,ue,De,fe].forEach(e=>e(n,r)),e.compilerExtensions.forEach(e=>e(n,r)),n.__beforeBegin=null,[ce,le,de].forEach(e=>e(n,r)),n.isCompiled=!0;let s=null;return typeof n.keywords==`object`&&n.keywords.$pattern&&(n.keywords=Object.assign({},n.keywords),s=n.keywords.$pattern,delete n.keywords.$pattern),s||=/\w+/,n.keywords&&=he(n.keywords,e.case_insensitive),a.keywordPatternRe=t(s,!0),r&&(n.begin||=/\B|\b/,a.beginRe=t(a.begin),!n.end&&!n.endsWithParent&&(n.end=/\B|\b/),n.end&&(a.endRe=t(a.end)),a.terminatorEnd=p(a.end)||``,n.endsWithParent&&r.terminatorEnd&&(a.terminatorEnd+=(n.end?`|`:``)+r.terminatorEnd)),n.illegal&&(a.illegalRe=t(n.illegal)),n.contains||=[],n.contains=[].concat(...n.contains.map(function(e){return Ae(e===`self`?n:e)})),n.contains.forEach(function(e){o(e,a)}),n.starts&&o(n.starts,r),a.matcher=i(a),a}if(e.compilerExtensions||=[],e.contains&&e.contains.includes(`self`))throw Error("ERR: contains `self` is not supported at the top-level of a language. See documentation.");return e.classNameAliases=a(e.classNameAliases||{}),o(e)}function ke(e){return e?e.endsWithParent||ke(e.starts):!1}function Ae(e){return e.variants&&!e.cachedVariants&&(e.cachedVariants=e.variants.map(function(t){return a(e,{variants:null},t)})),e.cachedVariants?e.cachedVariants:ke(e)?a(e,{starts:e.starts?a(e.starts):null}):Object.isFrozen(e)?a(e):e}var je=`11.11.1`,Me=class extends Error{constructor(e,t){super(e),this.name=`HTMLInjectionError`,this.html=t}},Ne=i,Pe=a,Fe=Symbol(`nomatch`),Ie=7,Le=function(e){let t=Object.create(null),i=Object.create(null),a=[],o=!0,s=`Could not find the language '{}', did you forget to load/include a language module?`,c={disableAutodetect:!0,name:`Plain text`,contains:[]},l={ignoreUnescapedHTML:!1,throwUnescapedHTML:!1,noHighlightRe:/^(no-?highlight)$/i,languageDetectRe:/\blang(?:uage)?-([\w-]+)\b/i,classPrefix:`hljs-`,cssSelector:`pre code`,languages:null,__emitter:f};function u(e){return l.noHighlightRe.test(e)}function d(e){let t=e.className+` `;t+=e.parentNode?e.parentNode.className:``;let n=l.languageDetectRe.exec(t);if(n){let t=M(n[1]);return t||(be(s.replace(`{}`,n[1])),be(`Falling back to no-highlight mode for this block.`,e)),t?n[1]:`no-highlight`}return t.split(/\s+/).find(e=>u(e)||M(e))}function p(e,t,n){let r=``,i=``;typeof t==`object`?(r=e,n=t.ignoreIllegals,i=t.language):(xe(`10.7.0`,`highlight(lang, code, ...args) has been deprecated.`),xe(`10.7.0`,`Please use highlight(code, options) instead.
314
+ https://github.com/highlightjs/highlight.js/issues/2277`),i=e,r=t),n===void 0&&(n=!0);let a={code:r,language:i};ie(`before:highlight`,a);let o=a.result?a.result:v(a.language,a.code,n);return o.code=a.code,ie(`after:highlight`,o),o}function v(e,n,i,a){let c=Object.create(null);function u(e,t){return e.keywords[t]}function d(){if(!A.keywords){j.addText(N);return}let e=0;A.keywordPatternRe.lastIndex=0;let t=A.keywordPatternRe.exec(N),n=``;for(;t;){n+=N.substring(e,t.index);let r=D.case_insensitive?t[0].toLowerCase():t[0],i=u(A,r);if(i){let[e,a]=i;if(j.addText(n),n=``,c[r]=(c[r]||0)+1,c[r]<=Ie&&(te+=a),e.startsWith(`_`))n+=t[0];else{let n=D.classNameAliases[e]||e;m(t[0],n)}}else n+=t[0];e=A.keywordPatternRe.lastIndex,t=A.keywordPatternRe.exec(N)}n+=N.substring(e),j.addText(n)}function f(){if(N===``)return;let e=null;if(typeof A.subLanguage==`string`){if(!t[A.subLanguage]){j.addText(N);return}e=v(A.subLanguage,N,!0,ee[A.subLanguage]),ee[A.subLanguage]=e._top}else e=S(N,A.subLanguage.length?A.subLanguage:null);A.relevance>0&&(te+=e.relevance),j.__addSublanguage(e._emitter,e.language)}function p(){A.subLanguage==null?d():f(),N=``}function m(e,t){e!==``&&(j.startScope(t),j.addText(e),j.endScope())}function h(e,t){let n=1,r=t.length-1;for(;n<=r;){if(!e._emit[n]){n++;continue}let r=D.classNameAliases[e[n]]||e[n],i=t[n];r?m(i,r):(N=i,d(),N=``),n++}}function g(e,t){return e.scope&&typeof e.scope==`string`&&j.openNode(D.classNameAliases[e.scope]||e.scope),e.beginScope&&(e.beginScope._wrap?(m(N,D.classNameAliases[e.beginScope._wrap]||e.beginScope._wrap),N=``):e.beginScope._multi&&(h(e.beginScope,t),N=``)),A=Object.create(e,{parent:{value:A}}),A}function _(e,t,n){let i=x(e.endRe,n);if(i){if(e[`on:end`]){let n=new r(e);e[`on:end`](t,n),n.isMatchIgnored&&(i=!1)}if(i){for(;e.endsParent&&e.parent;)e=e.parent;return e}}if(e.endsWithParent)return _(e.parent,t,n)}function y(e){return A.matcher.regexIndex===0?(N+=e[0],1):(re=!0,0)}function b(e){let t=e[0],n=e.rule,i=new r(n),a=[n.__beforeBegin,n[`on:begin`]];for(let n of a)if(n&&(n(e,i),i.isMatchIgnored))return y(t);return n.skip?N+=t:(n.excludeBegin&&(N+=t),p(),!n.returnBegin&&!n.excludeBegin&&(N=t)),g(n,e),n.returnBegin?0:t.length}function C(e){let t=e[0],r=n.substring(e.index),i=_(A,e,r);if(!i)return Fe;let a=A;A.endScope&&A.endScope._wrap?(p(),m(t,A.endScope._wrap)):A.endScope&&A.endScope._multi?(p(),h(A.endScope,e)):a.skip?N+=t:(a.returnEnd||a.excludeEnd||(N+=t),p(),a.excludeEnd&&(N=t));do A.scope&&j.closeNode(),!A.skip&&!A.subLanguage&&(te+=A.relevance),A=A.parent;while(A!==i.parent);return i.starts&&g(i.starts,e),a.returnEnd?0:t.length}function w(){let e=[];for(let t=A;t!==D;t=t.parent)t.scope&&e.unshift(t.scope);e.forEach(e=>j.openNode(e))}let T={};function E(t,r){let a=r&&r[0];if(N+=t,a==null)return p(),0;if(T.type===`begin`&&r.type===`end`&&T.index===r.index&&a===``){if(N+=n.slice(r.index,r.index+1),!o){let t=Error(`0 width match regex (${e})`);throw t.languageName=e,t.badRule=T.rule,t}return 1}if(T=r,r.type===`begin`)return b(r);if(r.type===`illegal`&&!i){let e=Error(`Illegal lexeme "`+a+`" for mode "`+(A.scope||`<unnamed>`)+`"`);throw e.mode=A,e}else if(r.type===`end`){let e=C(r);if(e!==Fe)return e}if(r.type===`illegal`&&a===``)return N+=`
315
+ `,1;if(ne>1e5&&ne>r.index*3)throw Error(`potential infinite loop, way more iterations than matches`);return N+=a,a.length}let D=M(e);if(!D)throw ye(s.replace(`{}`,e)),Error(`Unknown language: "`+e+`"`);let O=Oe(D),k=``,A=a||O,ee={},j=new l.__emitter(l);w();let N=``,te=0,P=0,ne=0,re=!1;try{if(D.__emitTokens)D.__emitTokens(n,j);else{for(A.matcher.considerAll();;){ne++,re?re=!1:A.matcher.considerAll(),A.matcher.lastIndex=P;let e=A.matcher.exec(n);if(!e)break;let t=E(n.substring(P,e.index),e);P=e.index+t}E(n.substring(P))}return j.finalize(),k=j.toHTML(),{language:e,value:k,relevance:te,illegal:!1,_emitter:j,_top:A}}catch(t){if(t.message&&t.message.includes(`Illegal`))return{language:e,value:Ne(n),illegal:!0,relevance:0,_illegalBy:{message:t.message,index:P,context:n.slice(P-100,P+100),mode:t.mode,resultSoFar:k},_emitter:j};if(o)return{language:e,value:Ne(n),illegal:!1,relevance:0,errorRaised:t,_emitter:j,_top:A};throw t}}function b(e){let t={value:Ne(e),illegal:!1,relevance:0,_top:c,_emitter:new l.__emitter(l)};return t._emitter.addText(e),t}function S(e,n){n=n||l.languages||Object.keys(t);let r=b(e),i=n.filter(M).filter(te).map(t=>v(t,e,!1));i.unshift(r);let[a,o]=i.sort((e,t)=>{if(e.relevance!==t.relevance)return t.relevance-e.relevance;if(e.language&&t.language){if(M(e.language).supersetOf===t.language)return 1;if(M(t.language).supersetOf===e.language)return-1}return 0}),s=a;return s.secondBest=o,s}function C(e,t,n){let r=t&&i[t]||n;e.classList.add(`hljs`),e.classList.add(`language-${r}`)}function w(e){let t=null,n=d(e);if(u(n))return;if(ie(`before:highlightElement`,{el:e,language:n}),e.dataset.highlighted){console.log("Element previously highlighted. To highlight again, first unset `dataset.highlighted`.",e);return}if(e.children.length>0&&(l.ignoreUnescapedHTML||(console.warn(`One of your code blocks includes unescaped HTML. This is a potentially serious security risk.`),console.warn(`https://github.com/highlightjs/highlight.js/wiki/security`),console.warn(`The element with unescaped HTML:`),console.warn(e)),l.throwUnescapedHTML))throw new Me(`One of your code blocks includes unescaped HTML.`,e.innerHTML);t=e;let r=t.textContent,i=n?p(r,{language:n,ignoreIllegals:!0}):S(r);e.innerHTML=i.value,e.dataset.highlighted=`yes`,C(e,n,i.language),e.result={language:i.language,re:i.relevance,relevance:i.relevance},i.secondBest&&(e.secondBest={language:i.secondBest.language,relevance:i.secondBest.relevance}),ie(`after:highlightElement`,{el:e,result:i,text:r})}function T(e){l=Pe(l,e)}let E=()=>{k(),xe(`10.6.0`,`initHighlighting() deprecated. Use highlightAll() now.`)};function D(){k(),xe(`10.6.0`,`initHighlightingOnLoad() deprecated. Use highlightAll() now.`)}let O=!1;function k(){function e(){k()}if(document.readyState===`loading`){O||window.addEventListener(`DOMContentLoaded`,e,!1),O=!0;return}document.querySelectorAll(l.cssSelector).forEach(w)}function A(n,r){let i=null;try{i=r(e)}catch(e){if(ye(`Language definition for '{}' could not be registered.`.replace(`{}`,n)),o)ye(e);else throw e;i=c}i.name||=n,t[n]=i,i.rawDefinition=r.bind(null,e),i.aliases&&N(i.aliases,{languageName:n})}function ee(e){delete t[e];for(let t of Object.keys(i))i[t]===e&&delete i[t]}function j(){return Object.keys(t)}function M(e){return e=(e||``).toLowerCase(),t[e]||t[i[e]]}function N(e,{languageName:t}){typeof e==`string`&&(e=[e]),e.forEach(e=>{i[e.toLowerCase()]=t})}function te(e){let t=M(e);return t&&!t.disableAutodetect}function P(e){e[`before:highlightBlock`]&&!e[`before:highlightElement`]&&(e[`before:highlightElement`]=t=>{e[`before:highlightBlock`](Object.assign({block:t.el},t))}),e[`after:highlightBlock`]&&!e[`after:highlightElement`]&&(e[`after:highlightElement`]=t=>{e[`after:highlightBlock`](Object.assign({block:t.el},t))})}function ne(e){P(e),a.push(e)}function re(e){let t=a.indexOf(e);t!==-1&&a.splice(t,1)}function ie(e,t){let n=e;a.forEach(function(e){e[n]&&e[n](t)})}function oe(e){return xe(`10.7.0`,`highlightBlock will be removed entirely in v12.0`),xe(`10.7.0`,`Please use highlightElement now.`),w(e)}Object.assign(e,{highlight:p,highlightAuto:S,highlightAll:k,highlightElement:w,highlightBlock:oe,configure:T,initHighlighting:E,initHighlightingOnLoad:D,registerLanguage:A,unregisterLanguage:ee,listLanguages:j,getLanguage:M,registerAliases:N,autoDetection:te,inherit:Pe,addPlugin:ne,removePlugin:re}),e.debugMode=function(){o=!1},e.safeMode=function(){o=!0},e.versionString=je,e.regex={concat:_,lookahead:m,either:y,optional:g,anyNumberOfTimes:h};for(let e in ae)typeof ae[e]==`object`&&n(ae[e]);return Object.assign(e,ae),e},Re=Le({});Re.newInstance=()=>Le({}),t.exports=Re,Re.HighlightJS=Re,Re.default=Re}))()).default;function qK(e){let t=e.regex,n={},r={begin:/\$\{/,end:/\}/,contains:[`self`,{begin:/:-/,contains:[n]}]};Object.assign(n,{className:`variable`,variants:[{begin:t.concat(/\$[\w\d#@][\w\d_]*/,`(?![\\w\\d])(?![$])`)},r]});let i={className:`subst`,begin:/\$\(/,end:/\)/,contains:[e.BACKSLASH_ESCAPE]},a=e.inherit(e.COMMENT(),{match:[/(^|\s)/,/#.*$/],scope:{2:`comment`}}),o={begin:/<<-?\s*(?=\w+)/,starts:{contains:[e.END_SAME_AS_BEGIN({begin:/(\w+)/,end:/(\w+)/,className:`string`})]}},s={className:`string`,begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,n,i]};i.contains.push(s);let c={match:/\\"/},l={className:`string`,begin:/'/,end:/'/},u={match:/\\'/},d={begin:/\$?\(\(/,end:/\)\)/,contains:[{begin:/\d+#[0-9a-f]+/,className:`number`},e.NUMBER_MODE,n]},f=e.SHEBANG({binary:`(${[`fish`,`bash`,`zsh`,`sh`,`csh`,`ksh`,`tcsh`,`dash`,`scsh`].join(`|`)})`,relevance:10}),p={className:`function`,begin:/\w[\w\d_]*\s*\(\s*\)\s*\{/,returnBegin:!0,contains:[e.inherit(e.TITLE_MODE,{begin:/\w[\w\d_]*/})],relevance:0},m=[`if`,`then`,`else`,`elif`,`fi`,`time`,`for`,`while`,`until`,`in`,`do`,`done`,`case`,`esac`,`coproc`,`function`,`select`],h=[`true`,`false`],g={match:/(\/[a-z._-]+)+/},_=[`break`,`cd`,`continue`,`eval`,`exec`,`exit`,`export`,`getopts`,`hash`,`pwd`,`readonly`,`return`,`shift`,`test`,`times`,`trap`,`umask`,`unset`],v=[`alias`,`bind`,`builtin`,`caller`,`command`,`declare`,`echo`,`enable`,`help`,`let`,`local`,`logout`,`mapfile`,`printf`,`read`,`readarray`,`source`,`sudo`,`type`,`typeset`,`ulimit`,`unalias`],y=`autoload.bg.bindkey.bye.cap.chdir.clone.comparguments.compcall.compctl.compdescribe.compfiles.compgroups.compquote.comptags.comptry.compvalues.dirs.disable.disown.echotc.echoti.emulate.fc.fg.float.functions.getcap.getln.history.integer.jobs.kill.limit.log.noglob.popd.print.pushd.pushln.rehash.sched.setcap.setopt.stat.suspend.ttyctl.unfunction.unhash.unlimit.unsetopt.vared.wait.whence.where.which.zcompile.zformat.zftp.zle.zmodload.zparseopts.zprof.zpty.zregexparse.zsocket.zstyle.ztcp`.split(`.`),b=`chcon.chgrp.chown.chmod.cp.dd.df.dir.dircolors.ln.ls.mkdir.mkfifo.mknod.mktemp.mv.realpath.rm.rmdir.shred.sync.touch.truncate.vdir.b2sum.base32.base64.cat.cksum.comm.csplit.cut.expand.fmt.fold.head.join.md5sum.nl.numfmt.od.paste.ptx.pr.sha1sum.sha224sum.sha256sum.sha384sum.sha512sum.shuf.sort.split.sum.tac.tail.tr.tsort.unexpand.uniq.wc.arch.basename.chroot.date.dirname.du.echo.env.expr.factor.groups.hostid.id.link.logname.nice.nohup.nproc.pathchk.pinky.printenv.printf.pwd.readlink.runcon.seq.sleep.stat.stdbuf.stty.tee.test.timeout.tty.uname.unlink.uptime.users.who.whoami.yes`.split(`.`);return{name:`Bash`,aliases:[`sh`,`zsh`],keywords:{$pattern:/\b[a-z][a-z0-9._-]+\b/,keyword:m,literal:h,built_in:[..._,...v,`set`,`shopt`,...y,...b]},contains:[f,e.SHEBANG(),p,d,a,o,g,s,c,l,u,n]}}var JK=e=>({IMPORTANT:{scope:`meta`,begin:`!important`},BLOCK_COMMENT:e.C_BLOCK_COMMENT_MODE,HEXCOLOR:{scope:`number`,begin:/#(([0-9a-fA-F]{3,4})|(([0-9a-fA-F]{2}){3,4}))\b/},FUNCTION_DISPATCH:{className:`built_in`,begin:/[\w-]+(?=\()/},ATTRIBUTE_SELECTOR_MODE:{scope:`selector-attr`,begin:/\[/,end:/\]/,illegal:`$`,contains:[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},CSS_NUMBER_MODE:{scope:`number`,begin:e.NUMBER_RE+`(%|em|ex|ch|rem|vw|vh|vmin|vmax|cm|mm|in|pt|pc|px|deg|grad|rad|turn|s|ms|Hz|kHz|dpi|dpcm|dppx)?`,relevance:0},CSS_VARIABLE:{className:`attr`,begin:/--[A-Za-z_][A-Za-z0-9_-]*/}}),YK=`a.abbr.address.article.aside.audio.b.blockquote.body.button.canvas.caption.cite.code.dd.del.details.dfn.div.dl.dt.em.fieldset.figcaption.figure.footer.form.h1.h2.h3.h4.h5.h6.header.hgroup.html.i.iframe.img.input.ins.kbd.label.legend.li.main.mark.menu.nav.object.ol.optgroup.option.p.picture.q.quote.samp.section.select.source.span.strong.summary.sup.table.tbody.td.textarea.tfoot.th.thead.time.tr.ul.var.video`.split(`.`),XK=`defs.g.marker.mask.pattern.svg.switch.symbol.feBlend.feColorMatrix.feComponentTransfer.feComposite.feConvolveMatrix.feDiffuseLighting.feDisplacementMap.feFlood.feGaussianBlur.feImage.feMerge.feMorphology.feOffset.feSpecularLighting.feTile.feTurbulence.linearGradient.radialGradient.stop.circle.ellipse.image.line.path.polygon.polyline.rect.text.use.textPath.tspan.foreignObject.clipPath`.split(`.`),ZK=[...YK,...XK],QK=`any-hover.any-pointer.aspect-ratio.color.color-gamut.color-index.device-aspect-ratio.device-height.device-width.display-mode.forced-colors.grid.height.hover.inverted-colors.monochrome.orientation.overflow-block.overflow-inline.pointer.prefers-color-scheme.prefers-contrast.prefers-reduced-motion.prefers-reduced-transparency.resolution.scan.scripting.update.width.min-width.max-width.min-height.max-height`.split(`.`).sort().reverse(),$K=`active.any-link.blank.checked.current.default.defined.dir.disabled.drop.empty.enabled.first.first-child.first-of-type.fullscreen.future.focus.focus-visible.focus-within.has.host.host-context.hover.indeterminate.in-range.invalid.is.lang.last-child.last-of-type.left.link.local-link.not.nth-child.nth-col.nth-last-child.nth-last-col.nth-last-of-type.nth-of-type.only-child.only-of-type.optional.out-of-range.past.placeholder-shown.read-only.read-write.required.right.root.scope.target.target-within.user-invalid.valid.visited.where`.split(`.`).sort().reverse(),eq=[`after`,`backdrop`,`before`,`cue`,`cue-region`,`first-letter`,`first-line`,`grammar-error`,`marker`,`part`,`placeholder`,`selection`,`slotted`,`spelling-error`].sort().reverse(),tq=`accent-color.align-content.align-items.align-self.alignment-baseline.all.anchor-name.animation.animation-composition.animation-delay.animation-direction.animation-duration.animation-fill-mode.animation-iteration-count.animation-name.animation-play-state.animation-range.animation-range-end.animation-range-start.animation-timeline.animation-timing-function.appearance.aspect-ratio.backdrop-filter.backface-visibility.background.background-attachment.background-blend-mode.background-clip.background-color.background-image.background-origin.background-position.background-position-x.background-position-y.background-repeat.background-size.baseline-shift.block-size.border.border-block.border-block-color.border-block-end.border-block-end-color.border-block-end-style.border-block-end-width.border-block-start.border-block-start-color.border-block-start-style.border-block-start-width.border-block-style.border-block-width.border-bottom.border-bottom-color.border-bottom-left-radius.border-bottom-right-radius.border-bottom-style.border-bottom-width.border-collapse.border-color.border-end-end-radius.border-end-start-radius.border-image.border-image-outset.border-image-repeat.border-image-slice.border-image-source.border-image-width.border-inline.border-inline-color.border-inline-end.border-inline-end-color.border-inline-end-style.border-inline-end-width.border-inline-start.border-inline-start-color.border-inline-start-style.border-inline-start-width.border-inline-style.border-inline-width.border-left.border-left-color.border-left-style.border-left-width.border-radius.border-right.border-right-color.border-right-style.border-right-width.border-spacing.border-start-end-radius.border-start-start-radius.border-style.border-top.border-top-color.border-top-left-radius.border-top-right-radius.border-top-style.border-top-width.border-width.bottom.box-align.box-decoration-break.box-direction.box-flex.box-flex-group.box-lines.box-ordinal-group.box-orient.box-pack.box-shadow.box-sizing.break-after.break-before.break-inside.caption-side.caret-color.clear.clip.clip-path.clip-rule.color.color-interpolation.color-interpolation-filters.color-profile.color-rendering.color-scheme.column-count.column-fill.column-gap.column-rule.column-rule-color.column-rule-style.column-rule-width.column-span.column-width.columns.contain.contain-intrinsic-block-size.contain-intrinsic-height.contain-intrinsic-inline-size.contain-intrinsic-size.contain-intrinsic-width.container.container-name.container-type.content.content-visibility.counter-increment.counter-reset.counter-set.cue.cue-after.cue-before.cursor.cx.cy.direction.display.dominant-baseline.empty-cells.enable-background.field-sizing.fill.fill-opacity.fill-rule.filter.flex.flex-basis.flex-direction.flex-flow.flex-grow.flex-shrink.flex-wrap.float.flood-color.flood-opacity.flow.font.font-display.font-family.font-feature-settings.font-kerning.font-language-override.font-optical-sizing.font-palette.font-size.font-size-adjust.font-smooth.font-smoothing.font-stretch.font-style.font-synthesis.font-synthesis-position.font-synthesis-small-caps.font-synthesis-style.font-synthesis-weight.font-variant.font-variant-alternates.font-variant-caps.font-variant-east-asian.font-variant-emoji.font-variant-ligatures.font-variant-numeric.font-variant-position.font-variation-settings.font-weight.forced-color-adjust.gap.glyph-orientation-horizontal.glyph-orientation-vertical.grid.grid-area.grid-auto-columns.grid-auto-flow.grid-auto-rows.grid-column.grid-column-end.grid-column-start.grid-gap.grid-row.grid-row-end.grid-row-start.grid-template.grid-template-areas.grid-template-columns.grid-template-rows.hanging-punctuation.height.hyphenate-character.hyphenate-limit-chars.hyphens.icon.image-orientation.image-rendering.image-resolution.ime-mode.initial-letter.initial-letter-align.inline-size.inset.inset-area.inset-block.inset-block-end.inset-block-start.inset-inline.inset-inline-end.inset-inline-start.isolation.justify-content.justify-items.justify-self.kerning.left.letter-spacing.lighting-color.line-break.line-height.line-height-step.list-style.list-style-image.list-style-position.list-style-type.margin.margin-block.margin-block-end.margin-block-start.margin-bottom.margin-inline.margin-inline-end.margin-inline-start.margin-left.margin-right.margin-top.margin-trim.marker.marker-end.marker-mid.marker-start.marks.mask.mask-border.mask-border-mode.mask-border-outset.mask-border-repeat.mask-border-slice.mask-border-source.mask-border-width.mask-clip.mask-composite.mask-image.mask-mode.mask-origin.mask-position.mask-repeat.mask-size.mask-type.masonry-auto-flow.math-depth.math-shift.math-style.max-block-size.max-height.max-inline-size.max-width.min-block-size.min-height.min-inline-size.min-width.mix-blend-mode.nav-down.nav-index.nav-left.nav-right.nav-up.none.normal.object-fit.object-position.offset.offset-anchor.offset-distance.offset-path.offset-position.offset-rotate.opacity.order.orphans.outline.outline-color.outline-offset.outline-style.outline-width.overflow.overflow-anchor.overflow-block.overflow-clip-margin.overflow-inline.overflow-wrap.overflow-x.overflow-y.overlay.overscroll-behavior.overscroll-behavior-block.overscroll-behavior-inline.overscroll-behavior-x.overscroll-behavior-y.padding.padding-block.padding-block-end.padding-block-start.padding-bottom.padding-inline.padding-inline-end.padding-inline-start.padding-left.padding-right.padding-top.page.page-break-after.page-break-before.page-break-inside.paint-order.pause.pause-after.pause-before.perspective.perspective-origin.place-content.place-items.place-self.pointer-events.position.position-anchor.position-visibility.print-color-adjust.quotes.r.resize.rest.rest-after.rest-before.right.rotate.row-gap.ruby-align.ruby-position.scale.scroll-behavior.scroll-margin.scroll-margin-block.scroll-margin-block-end.scroll-margin-block-start.scroll-margin-bottom.scroll-margin-inline.scroll-margin-inline-end.scroll-margin-inline-start.scroll-margin-left.scroll-margin-right.scroll-margin-top.scroll-padding.scroll-padding-block.scroll-padding-block-end.scroll-padding-block-start.scroll-padding-bottom.scroll-padding-inline.scroll-padding-inline-end.scroll-padding-inline-start.scroll-padding-left.scroll-padding-right.scroll-padding-top.scroll-snap-align.scroll-snap-stop.scroll-snap-type.scroll-timeline.scroll-timeline-axis.scroll-timeline-name.scrollbar-color.scrollbar-gutter.scrollbar-width.shape-image-threshold.shape-margin.shape-outside.shape-rendering.speak.speak-as.src.stop-color.stop-opacity.stroke.stroke-dasharray.stroke-dashoffset.stroke-linecap.stroke-linejoin.stroke-miterlimit.stroke-opacity.stroke-width.tab-size.table-layout.text-align.text-align-all.text-align-last.text-anchor.text-combine-upright.text-decoration.text-decoration-color.text-decoration-line.text-decoration-skip.text-decoration-skip-ink.text-decoration-style.text-decoration-thickness.text-emphasis.text-emphasis-color.text-emphasis-position.text-emphasis-style.text-indent.text-justify.text-orientation.text-overflow.text-rendering.text-shadow.text-size-adjust.text-transform.text-underline-offset.text-underline-position.text-wrap.text-wrap-mode.text-wrap-style.timeline-scope.top.touch-action.transform.transform-box.transform-origin.transform-style.transition.transition-behavior.transition-delay.transition-duration.transition-property.transition-timing-function.translate.unicode-bidi.user-modify.user-select.vector-effect.vertical-align.view-timeline.view-timeline-axis.view-timeline-inset.view-timeline-name.view-transition-name.visibility.voice-balance.voice-duration.voice-family.voice-pitch.voice-range.voice-rate.voice-stress.voice-volume.white-space.white-space-collapse.widows.width.will-change.word-break.word-spacing.word-wrap.writing-mode.x.y.z-index.zoom`.split(`.`).sort().reverse();function nq(e){let t=e.regex,n=JK(e),r={begin:/-(webkit|moz|ms|o)-(?=[a-z])/},i=/@-?\w[\w]*(-\w+)*/,a=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE];return{name:`CSS`,case_insensitive:!0,illegal:/[=|'\$]/,keywords:{keyframePosition:`from to`},classNameAliases:{keyframePosition:`selector-tag`},contains:[n.BLOCK_COMMENT,r,n.CSS_NUMBER_MODE,{className:`selector-id`,begin:/#[A-Za-z0-9_-]+/,relevance:0},{className:`selector-class`,begin:`\\.[a-zA-Z-][a-zA-Z0-9_-]*`,relevance:0},n.ATTRIBUTE_SELECTOR_MODE,{className:`selector-pseudo`,variants:[{begin:`:(`+$K.join(`|`)+`)`},{begin:`:(:)?(`+eq.join(`|`)+`)`}]},n.CSS_VARIABLE,{className:`attribute`,begin:`\\b(`+tq.join(`|`)+`)\\b`},{begin:/:/,end:/[;}{]/,contains:[n.BLOCK_COMMENT,n.HEXCOLOR,n.IMPORTANT,n.CSS_NUMBER_MODE,...a,{begin:/(url|data-uri)\(/,end:/\)/,relevance:0,keywords:{built_in:`url data-uri`},contains:[...a,{className:`string`,begin:/[^)]/,endsWithParent:!0,excludeEnd:!0}]},n.FUNCTION_DISPATCH]},{begin:t.lookahead(/@/),end:`[{;]`,relevance:0,illegal:/:/,contains:[{className:`keyword`,begin:i},{begin:/\s/,endsWithParent:!0,excludeEnd:!0,relevance:0,keywords:{$pattern:/[a-z-]+/,keyword:`and or not only`,attribute:QK.join(` `)},contains:[{begin:/[a-z-]+(?=:)/,className:`attribute`},...a,n.CSS_NUMBER_MODE]}]},{className:`selector-tag`,begin:`\\b(`+ZK.join(`|`)+`)\\b`}]}}function rq(e){let t=e.regex;return{name:`Diff`,aliases:[`patch`],contains:[{className:`meta`,relevance:10,match:t.either(/^@@ +-\d+,\d+ +\+\d+,\d+ +@@/,/^\*\*\* +\d+,\d+ +\*\*\*\*$/,/^--- +\d+,\d+ +----$/)},{className:`comment`,variants:[{begin:t.either(/Index: /,/^index/,/={3,}/,/^-{3}/,/^\*{3} /,/^\+{3}/,/^diff --git/),end:/$/},{match:/^\*{15}$/}]},{className:`addition`,begin:/^\+/,end:/$/},{className:`deletion`,begin:/^-/,end:/$/},{className:`addition`,begin:/^!/,end:/$/}]}}var iq=`[A-Za-z$_][0-9A-Za-z$_]*`,aq=`as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends.using`.split(`.`),oq=[`true`,`false`,`null`,`undefined`,`NaN`,`Infinity`],sq=`Object.Function.Boolean.Symbol.Math.Date.Number.BigInt.String.RegExp.Array.Float32Array.Float64Array.Int8Array.Uint8Array.Uint8ClampedArray.Int16Array.Int32Array.Uint16Array.Uint32Array.BigInt64Array.BigUint64Array.Set.Map.WeakSet.WeakMap.ArrayBuffer.SharedArrayBuffer.Atomics.DataView.JSON.Promise.Generator.GeneratorFunction.AsyncFunction.Reflect.Proxy.Intl.WebAssembly`.split(`.`),cq=[`Error`,`EvalError`,`InternalError`,`RangeError`,`ReferenceError`,`SyntaxError`,`TypeError`,`URIError`],lq=[`setInterval`,`setTimeout`,`clearInterval`,`clearTimeout`,`require`,`exports`,`eval`,`isFinite`,`isNaN`,`parseFloat`,`parseInt`,`decodeURI`,`decodeURIComponent`,`encodeURI`,`encodeURIComponent`,`escape`,`unescape`],uq=[`arguments`,`this`,`super`,`console`,`window`,`document`,`localStorage`,`sessionStorage`,`module`,`global`],dq=[].concat(lq,sq,cq);function fq(e){let t=e.regex,n=(e,{after:t})=>{let n=`</`+e[0].slice(1);return e.input.indexOf(n,t)!==-1},r=iq,i={begin:`<>`,end:`</>`},a=/<[A-Za-z0-9\\._:-]+\s*\/>/,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,t)=>{let r=e[0].length+e.index,i=e.input[r];if(i===`<`||i===`,`){t.ignoreMatch();return}i===`>`&&(n(e,{after:r})||t.ignoreMatch());let a,o=e.input.substring(r);if(a=o.match(/^\s*=/)){t.ignoreMatch();return}if((a=o.match(/^\s+extends\s+/))&&a.index===0){t.ignoreMatch();return}}},s={$pattern:iq,keyword:aq,literal:oq,built_in:dq,"variable.language":uq},c=`[0-9](_?[0-9])*`,l=`\\.(${c})`,u=`0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*`,d={className:`number`,variants:[{begin:`(\\b(${u})((${l})|\\.)?|(${l}))[eE][+-]?(${c})\\b`},{begin:`\\b(${u})\\b((${l})\\b|\\.)?|(${l})\\b`},{begin:`\\b(0|[1-9](_?[0-9])*)n\\b`},{begin:`\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b`},{begin:`\\b0[bB][0-1](_?[0-1])*n?\\b`},{begin:`\\b0[oO][0-7](_?[0-7])*n?\\b`},{begin:`\\b0[0-7]+n?\\b`}],relevance:0},f={className:`subst`,begin:`\\$\\{`,end:`\\}`,keywords:s,contains:[]},p={begin:".?html`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`xml`}},m={begin:".?css`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`css`}},h={begin:".?gql`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`graphql`}},g={className:`string`,begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,f]},_={className:`comment`,variants:[e.COMMENT(/\/\*\*(?!\/)/,`\\*/`,{relevance:0,contains:[{begin:`(?=@[A-Za-z]+)`,relevance:0,contains:[{className:`doctag`,begin:`@[A-Za-z]+`},{className:`type`,begin:`\\{`,end:`\\}`,excludeEnd:!0,excludeBegin:!0,relevance:0},{className:`variable`,begin:`[A-Za-z$_][0-9A-Za-z$_]*(?=\\s*(-)|$)`,endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},v=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,{match:/\$\d+/},d];f.contains=v.concat({begin:/\{/,end:/\}/,keywords:s,contains:[`self`].concat(v)});let y=[].concat(_,f.contains),b=y.concat([{begin:/(\s*)\(/,end:/\)/,keywords:s,contains:[`self`].concat(y)}]),x={className:`params`,begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b},S={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,`(`,t.concat(/\./,r),`)*`)],scope:{1:`keyword`,3:`title.class`,5:`keyword`,7:`title.class.inherited`}},{match:[/class/,/\s+/,r],scope:{1:`keyword`,3:`title.class`}}]},C={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:`title.class`,keywords:{_:[...sq,...cq]}},w={label:`use_strict`,className:`meta`,relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},T={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:`keyword`,3:`title.function`},label:`func.def`,contains:[x],illegal:/%/},E={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:`variable.constant`};function D(e){return t.concat(`(?!`,e.join(`|`),`)`)}let O={match:t.concat(/\b/,D([...lq,`super`,`import`].map(e=>`${e}\\s*\\(`)),r,t.lookahead(/\s*\(/)),className:`title.function`,relevance:0},k={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:`prototype`,className:`property`,relevance:0},A={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:`keyword`,3:`title.function`},contains:[{begin:/\(\)/},x]},ee=`(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|`+e.UNDERSCORE_IDENT_RE+`)\\s*=>`,j={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(ee)],keywords:`async`,className:{1:`keyword`,3:`title.function`},contains:[x]};return{name:`JavaScript`,aliases:[`js`,`jsx`,`mjs`,`cjs`],keywords:s,exports:{PARAMS_CONTAINS:b,CLASS_REFERENCE:C},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:`shebang`,binary:`node`,relevance:5}),w,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,_,{match:/\$\d+/},d,C,{scope:`attr`,match:r+t.lookahead(`:`),relevance:0},j,{begin:`(`+e.RE_STARTERS_RE+`|\\b(case|return|throw)\\b)\\s*`,keywords:`return throw case`,relevance:0,contains:[_,e.REGEXP_MODE,{className:`function`,begin:ee,returnBegin:!0,end:`\\s*=>`,contains:[{className:`params`,variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:a},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,end:o.end}],subLanguage:`xml`,contains:[{begin:o.begin,end:o.end,skip:!0,contains:[`self`]}]}]},T,{beginKeywords:`while if switch catch for`},{begin:`\\b(?!function)`+e.UNDERSCORE_IDENT_RE+`\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{`,returnBegin:!0,label:`func.def`,contains:[x,e.inherit(e.TITLE_MODE,{begin:r,className:`title.function`})]},{match:/\.\.\./,relevance:0},k,{match:`\\$[A-Za-z$_][0-9A-Za-z$_]*`,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:`title.function`},contains:[x]},O,E,S,A,{match:/\$[(.]/}]}}function pq(e){let t={className:`attr`,begin:/"(\\.|[^\\"\r\n])*"(?=\s*:)/,relevance:1.01},n={match:/[{}[\],:]/,className:`punctuation`,relevance:0},r=[`true`,`false`,`null`],i={scope:`literal`,beginKeywords:r.join(` `)};return{name:`JSON`,aliases:[`jsonc`],keywords:{literal:r},contains:[t,n,e.QUOTE_STRING_MODE,i,e.C_NUMBER_MODE,e.C_LINE_COMMENT_MODE,e.C_BLOCK_COMMENT_MODE],illegal:`\\S`}}function mq(e){let t=e.regex,n={begin:/<\/?[A-Za-z_]/,end:`>`,subLanguage:`xml`,relevance:0},r={begin:`^[-\\*]{3,}`,end:`$`},i={className:`code`,variants:[{begin:"(`{3,})[^`](.|\\n)*?\\1`*[ ]*"},{begin:`(~{3,})[^~](.|\\n)*?\\1~*[ ]*`},{begin:"```",end:"```+[ ]*$"},{begin:`~~~`,end:`~~~+[ ]*$`},{begin:"`.+?`"},{begin:`(?=^( {4}|\\t))`,contains:[{begin:`^( {4}|\\t)`,end:`(\\n)$`}],relevance:0}]},a={className:`bullet`,begin:`^[ ]*([*+-]|(\\d+\\.))(?=\\s+)`,end:`\\s+`,excludeEnd:!0},o={begin:/^\[[^\n]+\]:/,returnBegin:!0,contains:[{className:`symbol`,begin:/\[/,end:/\]/,excludeBegin:!0,excludeEnd:!0},{className:`link`,begin:/:\s*/,end:/$/,excludeBegin:!0}]},s={variants:[{begin:/\[.+?\]\[.*?\]/,relevance:0},{begin:/\[.+?\]\(((data|javascript|mailto):|(?:http|ftp)s?:\/\/).*?\)/,relevance:2},{begin:t.concat(/\[.+?\]\(/,/[A-Za-z][A-Za-z0-9+.-]*/,/:\/\/.*?\)/),relevance:2},{begin:/\[.+?\]\([./?&#].*?\)/,relevance:1},{begin:/\[.*?\]\(.*?\)/,relevance:0}],returnBegin:!0,contains:[{match:/\[(?=\])/},{className:`string`,relevance:0,begin:`\\[`,end:`\\]`,excludeBegin:!0,returnEnd:!0},{className:`link`,relevance:0,begin:`\\]\\(`,end:`\\)`,excludeBegin:!0,excludeEnd:!0},{className:`symbol`,relevance:0,begin:`\\]\\[`,end:`\\]`,excludeBegin:!0,excludeEnd:!0}]},c={className:`strong`,contains:[],variants:[{begin:/_{2}(?!\s)/,end:/_{2}/},{begin:/\*{2}(?!\s)/,end:/\*{2}/}]},l={className:`emphasis`,contains:[],variants:[{begin:/\*(?![*\s])/,end:/\*/},{begin:/_(?![_\s])/,end:/_/,relevance:0}]},u=e.inherit(c,{contains:[]}),d=e.inherit(l,{contains:[]});c.contains.push(d),l.contains.push(u);let f=[n,s];return[c,l,u,d].forEach(e=>{e.contains=e.contains.concat(f)}),f=f.concat(c,l),{name:`Markdown`,aliases:[`md`,`mkdown`,`mkd`],contains:[{className:`section`,variants:[{begin:`^#{1,6}`,end:`$`,contains:f},{begin:`(?=^.+?\\n[=-]{2,}$)`,contains:[{begin:`^[=-]*$`},{begin:`^`,end:`\\n`,contains:f}]}]},n,a,c,l,{className:`quote`,begin:`^>\\s+`,contains:f,end:`$`},i,r,s,o,{scope:`literal`,match:/&([a-zA-Z0-9]+|#[0-9]{1,7}|#[Xx][0-9a-fA-F]{1,6});/}]}}function hq(e){let t=e.regex,n=/[\p{XID_Start}_]\p{XID_Continue}*/u,r=`and.as.assert.async.await.break.case.class.continue.def.del.elif.else.except.finally.for.from.global.if.import.in.is.lambda.match.nonlocal|10.not.or.pass.raise.return.try.while.with.yield`.split(`.`),i={$pattern:/[A-Za-z]\w+|__\w+__/,keyword:r,built_in:`__import__.abs.all.any.ascii.bin.bool.breakpoint.bytearray.bytes.callable.chr.classmethod.compile.complex.delattr.dict.dir.divmod.enumerate.eval.exec.filter.float.format.frozenset.getattr.globals.hasattr.hash.help.hex.id.input.int.isinstance.issubclass.iter.len.list.locals.map.max.memoryview.min.next.object.oct.open.ord.pow.print.property.range.repr.reversed.round.set.setattr.slice.sorted.staticmethod.str.sum.super.tuple.type.vars.zip`.split(`.`),literal:[`__debug__`,`Ellipsis`,`False`,`None`,`NotImplemented`,`True`],type:[`Any`,`Callable`,`Coroutine`,`Dict`,`List`,`Literal`,`Generic`,`Optional`,`Sequence`,`Set`,`Tuple`,`Type`,`Union`]},a={className:`meta`,begin:/^(>>>|\.\.\.) /},o={className:`subst`,begin:/\{/,end:/\}/,keywords:i,illegal:/#/},s={begin:/\{\{/,relevance:0},c={className:`string`,contains:[e.BACKSLASH_ESCAPE],variants:[{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/([uU]|[bB]|[rR]|[bB][rR]|[rR][bB])?"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a],relevance:10},{begin:/([fF][rR]|[rR][fF]|[fF])'''/,end:/'''/,contains:[e.BACKSLASH_ESCAPE,a,s,o]},{begin:/([fF][rR]|[rR][fF]|[fF])"""/,end:/"""/,contains:[e.BACKSLASH_ESCAPE,a,s,o]},{begin:/([uU]|[rR])'/,end:/'/,relevance:10},{begin:/([uU]|[rR])"/,end:/"/,relevance:10},{begin:/([bB]|[bB][rR]|[rR][bB])'/,end:/'/},{begin:/([bB]|[bB][rR]|[rR][bB])"/,end:/"/},{begin:/([fF][rR]|[rR][fF]|[fF])'/,end:/'/,contains:[e.BACKSLASH_ESCAPE,s,o]},{begin:/([fF][rR]|[rR][fF]|[fF])"/,end:/"/,contains:[e.BACKSLASH_ESCAPE,s,o]},e.APOS_STRING_MODE,e.QUOTE_STRING_MODE]},l=`[0-9](_?[0-9])*`,u=`(\\b(${l}))?\\.(${l})|\\b(${l})\\.`,d=`\\b|${r.join(`|`)}`,f={className:`number`,relevance:0,variants:[{begin:`(\\b(${l})|(${u}))[eE][+-]?(${l})[jJ]?(?=${d})`},{begin:`(${u})[jJ]?`},{begin:`\\b([1-9](_?[0-9])*|0+(_?0)*)[lLjJ]?(?=${d})`},{begin:`\\b0[bB](_?[01])+[lL]?(?=${d})`},{begin:`\\b0[oO](_?[0-7])+[lL]?(?=${d})`},{begin:`\\b0[xX](_?[0-9a-fA-F])+[lL]?(?=${d})`},{begin:`\\b(${l})[jJ](?=${d})`}]},p={className:`comment`,begin:t.lookahead(/# type:/),end:/$/,keywords:i,contains:[{begin:/# type:/},{begin:/#/,end:/\b\B/,endsWithParent:!0}]},m={className:`params`,variants:[{className:``,begin:/\(\s*\)/,skip:!0},{begin:/\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:i,contains:[`self`,a,f,c,e.HASH_COMMENT_MODE]}]};return o.contains=[c,f,a],{name:`Python`,aliases:[`py`,`gyp`,`ipython`],unicodeRegex:!0,keywords:i,illegal:/(<\/|\?)|=>/,contains:[a,f,{scope:`variable.language`,match:/\bself\b/},{beginKeywords:`if`,relevance:0},{match:/\bor\b/,scope:`keyword`},c,p,e.HASH_COMMENT_MODE,{match:[/\bdef/,/\s+/,n],scope:{1:`keyword`,3:`title.function`},contains:[m]},{variants:[{match:[/\bclass/,/\s+/,n,/\s*/,/\(\s*/,n,/\s*\)/]},{match:[/\bclass/,/\s+/,n]}],scope:{1:`keyword`,3:`title.class`,6:`title.class.inherited`}},{className:`meta`,begin:/^[\t ]*@/,end:/(?=#)|$/,contains:[f,m,c]}]}}function gq(e){let t=e.regex,n=/(r#)?/,r=t.concat(n,e.UNDERSCORE_IDENT_RE),i=t.concat(n,e.IDENT_RE),a={className:`title.function.invoke`,relevance:0,begin:t.concat(/\b/,/(?!let|for|while|if|else|match\b)/,i,t.lookahead(/\s*\(/))},o=`abstract.as.async.await.become.box.break.const.continue.crate.do.dyn.else.enum.extern.false.final.fn.for.if.impl.in.let.loop.macro.match.mod.move.mut.override.priv.pub.ref.return.self.Self.static.struct.super.trait.true.try.type.typeof.union.unsafe.unsized.use.virtual.where.while.yield`.split(`.`),s=[`true`,`false`,`Some`,`None`,`Ok`,`Err`],c=`drop .Copy.Send.Sized.Sync.Drop.Fn.FnMut.FnOnce.ToOwned.Clone.Debug.PartialEq.PartialOrd.Eq.Ord.AsRef.AsMut.Into.From.Default.Iterator.Extend.IntoIterator.DoubleEndedIterator.ExactSizeIterator.SliceConcatExt.ToString.assert!.assert_eq!.bitflags!.bytes!.cfg!.col!.concat!.concat_idents!.debug_assert!.debug_assert_eq!.env!.eprintln!.panic!.file!.format!.format_args!.include_bytes!.include_str!.line!.local_data_key!.module_path!.option_env!.print!.println!.select!.stringify!.try!.unimplemented!.unreachable!.vec!.write!.writeln!.macro_rules!.assert_ne!.debug_assert_ne!`.split(`.`),l=[`i8`,`i16`,`i32`,`i64`,`i128`,`isize`,`u8`,`u16`,`u32`,`u64`,`u128`,`usize`,`f32`,`f64`,`str`,`char`,`bool`,`Box`,`Option`,`Result`,`String`,`Vec`];return{name:`Rust`,aliases:[`rs`],keywords:{$pattern:e.IDENT_RE+`!?`,type:l,keyword:o,literal:s,built_in:c},illegal:`</`,contains:[e.C_LINE_COMMENT_MODE,e.COMMENT(`/\\*`,`\\*/`,{contains:[`self`]}),e.inherit(e.QUOTE_STRING_MODE,{begin:/b?"/,illegal:null}),{className:`symbol`,begin:/'[a-zA-Z_][a-zA-Z0-9_]*(?!')/},{scope:`string`,variants:[{begin:/b?r(#*)"(.|\n)*?"\1(?!#)/},{begin:/b?'/,end:/'/,contains:[{scope:`char.escape`,match:/\\('|\w|x\w{2}|u\w{4}|U\w{8})/}]}]},{className:`number`,variants:[{begin:`\\b0b([01_]+)([ui](8|16|32|64|128|size)|f(32|64))?`},{begin:`\\b0o([0-7_]+)([ui](8|16|32|64|128|size)|f(32|64))?`},{begin:`\\b0x([A-Fa-f0-9_]+)([ui](8|16|32|64|128|size)|f(32|64))?`},{begin:`\\b(\\d[\\d_]*(\\.[0-9_]+)?([eE][+-]?[0-9_]+)?)([ui](8|16|32|64|128|size)|f(32|64))?`}],relevance:0},{begin:[/fn/,/\s+/,r],className:{1:`keyword`,3:`title.function`}},{className:`meta`,begin:`#!?\\[`,end:`\\]`,contains:[{className:`string`,begin:/"/,end:/"/,contains:[e.BACKSLASH_ESCAPE]}]},{begin:[/let/,/\s+/,/(?:mut\s+)?/,r],className:{1:`keyword`,3:`keyword`,4:`variable`}},{begin:[/for/,/\s+/,r,/\s+/,/in/],className:{1:`keyword`,3:`variable`,5:`keyword`}},{begin:[/type/,/\s+/,r],className:{1:`keyword`,3:`title.class`}},{begin:[/(?:trait|enum|struct|union|impl|for)/,/\s+/,r],className:{1:`keyword`,3:`title.class`}},{begin:e.IDENT_RE+`::`,keywords:{keyword:`Self`,built_in:c,type:l}},{className:`punctuation`,begin:`->`},a]}}function _q(e){let t=e.regex,n=e.COMMENT(`--`,`$`),r={scope:`string`,variants:[{begin:/'/,end:/'/,contains:[{match:/''/}]}]},i={begin:/"/,end:/"/,contains:[{match:/""/}]},a=[`true`,`false`,`unknown`],o=[`double precision`,`large object`,`with timezone`,`without timezone`],s=`bigint.binary.blob.boolean.char.character.clob.date.dec.decfloat.decimal.float.int.integer.interval.nchar.nclob.national.numeric.real.row.smallint.time.timestamp.varchar.varying.varbinary`.split(`.`),c=[`add`,`asc`,`collation`,`desc`,`final`,`first`,`last`,`view`],l=`abs.acos.all.allocate.alter.and.any.are.array.array_agg.array_max_cardinality.as.asensitive.asin.asymmetric.at.atan.atomic.authorization.avg.begin.begin_frame.begin_partition.between.bigint.binary.blob.boolean.both.by.call.called.cardinality.cascaded.case.cast.ceil.ceiling.char.char_length.character.character_length.check.classifier.clob.close.coalesce.collate.collect.column.commit.condition.connect.constraint.contains.convert.copy.corr.corresponding.cos.cosh.count.covar_pop.covar_samp.create.cross.cube.cume_dist.current.current_catalog.current_date.current_default_transform_group.current_path.current_role.current_row.current_schema.current_time.current_timestamp.current_path.current_role.current_transform_group_for_type.current_user.cursor.cycle.date.day.deallocate.dec.decimal.decfloat.declare.default.define.delete.dense_rank.deref.describe.deterministic.disconnect.distinct.double.drop.dynamic.each.element.else.empty.end.end_frame.end_partition.end-exec.equals.escape.every.except.exec.execute.exists.exp.external.extract.false.fetch.filter.first_value.float.floor.for.foreign.frame_row.free.from.full.function.fusion.get.global.grant.group.grouping.groups.having.hold.hour.identity.in.indicator.initial.inner.inout.insensitive.insert.int.integer.intersect.intersection.interval.into.is.join.json_array.json_arrayagg.json_exists.json_object.json_objectagg.json_query.json_table.json_table_primitive.json_value.lag.language.large.last_value.lateral.lead.leading.left.like.like_regex.listagg.ln.local.localtime.localtimestamp.log.log10.lower.match.match_number.match_recognize.matches.max.member.merge.method.min.minute.mod.modifies.module.month.multiset.national.natural.nchar.nclob.new.no.none.normalize.not.nth_value.ntile.null.nullif.numeric.octet_length.occurrences_regex.of.offset.old.omit.on.one.only.open.or.order.out.outer.over.overlaps.overlay.parameter.partition.pattern.per.percent.percent_rank.percentile_cont.percentile_disc.period.portion.position.position_regex.power.precedes.precision.prepare.primary.procedure.ptf.range.rank.reads.real.recursive.ref.references.referencing.regr_avgx.regr_avgy.regr_count.regr_intercept.regr_r2.regr_slope.regr_sxx.regr_sxy.regr_syy.release.result.return.returns.revoke.right.rollback.rollup.row.row_number.rows.running.savepoint.scope.scroll.search.second.seek.select.sensitive.session_user.set.show.similar.sin.sinh.skip.smallint.some.specific.specifictype.sql.sqlexception.sqlstate.sqlwarning.sqrt.start.static.stddev_pop.stddev_samp.submultiset.subset.substring.substring_regex.succeeds.sum.symmetric.system.system_time.system_user.table.tablesample.tan.tanh.then.time.timestamp.timezone_hour.timezone_minute.to.trailing.translate.translate_regex.translation.treat.trigger.trim.trim_array.true.truncate.uescape.union.unique.unknown.unnest.update.upper.user.using.value.values.value_of.var_pop.var_samp.varbinary.varchar.varying.versioning.when.whenever.where.width_bucket.window.with.within.without.year`.split(`.`),u=`abs.acos.array_agg.asin.atan.avg.cast.ceil.ceiling.coalesce.corr.cos.cosh.count.covar_pop.covar_samp.cume_dist.dense_rank.deref.element.exp.extract.first_value.floor.json_array.json_arrayagg.json_exists.json_object.json_objectagg.json_query.json_table.json_table_primitive.json_value.lag.last_value.lead.listagg.ln.log.log10.lower.max.min.mod.nth_value.ntile.nullif.percent_rank.percentile_cont.percentile_disc.position.position_regex.power.rank.regr_avgx.regr_avgy.regr_count.regr_intercept.regr_r2.regr_slope.regr_sxx.regr_sxy.regr_syy.row_number.sin.sinh.sqrt.stddev_pop.stddev_samp.substring.substring_regex.sum.tan.tanh.translate.translate_regex.treat.trim.trim_array.unnest.upper.value_of.var_pop.var_samp.width_bucket`.split(`.`),d=[`current_catalog`,`current_date`,`current_default_transform_group`,`current_path`,`current_role`,`current_schema`,`current_transform_group_for_type`,`current_user`,`session_user`,`system_time`,`system_user`,`current_time`,`localtime`,`current_timestamp`,`localtimestamp`],f=[`create table`,`insert into`,`primary key`,`foreign key`,`not null`,`alter table`,`add constraint`,`grouping sets`,`on overflow`,`character set`,`respect nulls`,`ignore nulls`,`nulls first`,`nulls last`,`depth first`,`breadth first`],p=u,m=[...l,...c].filter(e=>!u.includes(e)),h={scope:`variable`,match:/@[a-z0-9][a-z0-9_]*/},g={scope:`operator`,match:/[-+*/=%^~]|&&?|\|\|?|!=?|<(?:=>?|<|>)?|>[>=]?/,relevance:0},_={match:t.concat(/\b/,t.either(...p),/\s*\(/),relevance:0,keywords:{built_in:p}};function v(e){return t.concat(/\b/,t.either(...e.map(e=>e.replace(/\s+/,`\\s+`))),/\b/)}let y={scope:`keyword`,match:v(f),relevance:0};function b(e,{exceptions:t,when:n}={}){let r=n;return t||=[],e.map(e=>e.match(/\|\d+$/)||t.includes(e)?e:r(e)?`${e}|0`:e)}return{name:`SQL`,case_insensitive:!0,illegal:/[{}]|<\//,keywords:{$pattern:/\b[\w\.]+/,keyword:b(m,{when:e=>e.length<3}),literal:a,type:s,built_in:d},contains:[{scope:`type`,match:v(o)},y,_,h,r,i,e.C_NUMBER_MODE,e.C_BLOCK_COMMENT_MODE,n,g]}}var vq=`[A-Za-z$_][0-9A-Za-z$_]*`,yq=`as.in.of.if.for.while.finally.var.new.function.do.return.void.else.break.catch.instanceof.with.throw.case.default.try.switch.continue.typeof.delete.let.yield.const.class.debugger.async.await.static.import.from.export.extends.using`.split(`.`),bq=[`true`,`false`,`null`,`undefined`,`NaN`,`Infinity`],xq=`Object.Function.Boolean.Symbol.Math.Date.Number.BigInt.String.RegExp.Array.Float32Array.Float64Array.Int8Array.Uint8Array.Uint8ClampedArray.Int16Array.Int32Array.Uint16Array.Uint32Array.BigInt64Array.BigUint64Array.Set.Map.WeakSet.WeakMap.ArrayBuffer.SharedArrayBuffer.Atomics.DataView.JSON.Promise.Generator.GeneratorFunction.AsyncFunction.Reflect.Proxy.Intl.WebAssembly`.split(`.`),Sq=[`Error`,`EvalError`,`InternalError`,`RangeError`,`ReferenceError`,`SyntaxError`,`TypeError`,`URIError`],Cq=[`setInterval`,`setTimeout`,`clearInterval`,`clearTimeout`,`require`,`exports`,`eval`,`isFinite`,`isNaN`,`parseFloat`,`parseInt`,`decodeURI`,`decodeURIComponent`,`encodeURI`,`encodeURIComponent`,`escape`,`unescape`],wq=[`arguments`,`this`,`super`,`console`,`window`,`document`,`localStorage`,`sessionStorage`,`module`,`global`],Tq=[].concat(Cq,xq,Sq);function Eq(e){let t=e.regex,n=(e,{after:t})=>{let n=`</`+e[0].slice(1);return e.input.indexOf(n,t)!==-1},r=vq,i={begin:`<>`,end:`</>`},a=/<[A-Za-z0-9\\._:-]+\s*\/>/,o={begin:/<[A-Za-z0-9\\._:-]+/,end:/\/[A-Za-z0-9\\._:-]+>|\/>/,isTrulyOpeningTag:(e,t)=>{let r=e[0].length+e.index,i=e.input[r];if(i===`<`||i===`,`){t.ignoreMatch();return}i===`>`&&(n(e,{after:r})||t.ignoreMatch());let a,o=e.input.substring(r);if(a=o.match(/^\s*=/)){t.ignoreMatch();return}if((a=o.match(/^\s+extends\s+/))&&a.index===0){t.ignoreMatch();return}}},s={$pattern:vq,keyword:yq,literal:bq,built_in:Tq,"variable.language":wq},c=`[0-9](_?[0-9])*`,l=`\\.(${c})`,u=`0|[1-9](_?[0-9])*|0[0-7]*[89][0-9]*`,d={className:`number`,variants:[{begin:`(\\b(${u})((${l})|\\.)?|(${l}))[eE][+-]?(${c})\\b`},{begin:`\\b(${u})\\b((${l})\\b|\\.)?|(${l})\\b`},{begin:`\\b(0|[1-9](_?[0-9])*)n\\b`},{begin:`\\b0[xX][0-9a-fA-F](_?[0-9a-fA-F])*n?\\b`},{begin:`\\b0[bB][0-1](_?[0-1])*n?\\b`},{begin:`\\b0[oO][0-7](_?[0-7])*n?\\b`},{begin:`\\b0[0-7]+n?\\b`}],relevance:0},f={className:`subst`,begin:`\\$\\{`,end:`\\}`,keywords:s,contains:[]},p={begin:".?html`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`xml`}},m={begin:".?css`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`css`}},h={begin:".?gql`",end:``,starts:{end:"`",returnEnd:!1,contains:[e.BACKSLASH_ESCAPE,f],subLanguage:`graphql`}},g={className:`string`,begin:"`",end:"`",contains:[e.BACKSLASH_ESCAPE,f]},_={className:`comment`,variants:[e.COMMENT(/\/\*\*(?!\/)/,`\\*/`,{relevance:0,contains:[{begin:`(?=@[A-Za-z]+)`,relevance:0,contains:[{className:`doctag`,begin:`@[A-Za-z]+`},{className:`type`,begin:`\\{`,end:`\\}`,excludeEnd:!0,excludeBegin:!0,relevance:0},{className:`variable`,begin:`[A-Za-z$_][0-9A-Za-z$_]*(?=\\s*(-)|$)`,endsParent:!0,relevance:0},{begin:/(?=[^\n])\s/,relevance:0}]}]}),e.C_BLOCK_COMMENT_MODE,e.C_LINE_COMMENT_MODE]},v=[e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,{match:/\$\d+/},d];f.contains=v.concat({begin:/\{/,end:/\}/,keywords:s,contains:[`self`].concat(v)});let y=[].concat(_,f.contains),b=y.concat([{begin:/(\s*)\(/,end:/\)/,keywords:s,contains:[`self`].concat(y)}]),x={className:`params`,begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b},S={variants:[{match:[/class/,/\s+/,r,/\s+/,/extends/,/\s+/,t.concat(r,`(`,t.concat(/\./,r),`)*`)],scope:{1:`keyword`,3:`title.class`,5:`keyword`,7:`title.class.inherited`}},{match:[/class/,/\s+/,r],scope:{1:`keyword`,3:`title.class`}}]},C={relevance:0,match:t.either(/\bJSON/,/\b[A-Z][a-z]+([A-Z][a-z]*|\d)*/,/\b[A-Z]{2,}([A-Z][a-z]+|\d)+([A-Z][a-z]*)*/,/\b[A-Z]{2,}[a-z]+([A-Z][a-z]+|\d)*([A-Z][a-z]*)*/),className:`title.class`,keywords:{_:[...xq,...Sq]}},w={label:`use_strict`,className:`meta`,relevance:10,begin:/^\s*['"]use (strict|asm)['"]/},T={variants:[{match:[/function/,/\s+/,r,/(?=\s*\()/]},{match:[/function/,/\s*(?=\()/]}],className:{1:`keyword`,3:`title.function`},label:`func.def`,contains:[x],illegal:/%/},E={relevance:0,match:/\b[A-Z][A-Z_0-9]+\b/,className:`variable.constant`};function D(e){return t.concat(`(?!`,e.join(`|`),`)`)}let O={match:t.concat(/\b/,D([...Cq,`super`,`import`].map(e=>`${e}\\s*\\(`)),r,t.lookahead(/\s*\(/)),className:`title.function`,relevance:0},k={begin:t.concat(/\./,t.lookahead(t.concat(r,/(?![0-9A-Za-z$_(])/))),end:r,excludeBegin:!0,keywords:`prototype`,className:`property`,relevance:0},A={match:[/get|set/,/\s+/,r,/(?=\()/],className:{1:`keyword`,3:`title.function`},contains:[{begin:/\(\)/},x]},ee=`(\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)|`+e.UNDERSCORE_IDENT_RE+`)\\s*=>`,j={match:[/const|var|let/,/\s+/,r,/\s*/,/=\s*/,/(async\s*)?/,t.lookahead(ee)],keywords:`async`,className:{1:`keyword`,3:`title.function`},contains:[x]};return{name:`JavaScript`,aliases:[`js`,`jsx`,`mjs`,`cjs`],keywords:s,exports:{PARAMS_CONTAINS:b,CLASS_REFERENCE:C},illegal:/#(?![$_A-z])/,contains:[e.SHEBANG({label:`shebang`,binary:`node`,relevance:5}),w,e.APOS_STRING_MODE,e.QUOTE_STRING_MODE,p,m,h,g,_,{match:/\$\d+/},d,C,{scope:`attr`,match:r+t.lookahead(`:`),relevance:0},j,{begin:`(`+e.RE_STARTERS_RE+`|\\b(case|return|throw)\\b)\\s*`,keywords:`return throw case`,relevance:0,contains:[_,e.REGEXP_MODE,{className:`function`,begin:ee,returnBegin:!0,end:`\\s*=>`,contains:[{className:`params`,variants:[{begin:e.UNDERSCORE_IDENT_RE,relevance:0},{className:null,begin:/\(\s*\)/,skip:!0},{begin:/(\s*)\(/,end:/\)/,excludeBegin:!0,excludeEnd:!0,keywords:s,contains:b}]}]},{begin:/,/,relevance:0},{match:/\s+/,relevance:0},{variants:[{begin:i.begin,end:i.end},{match:a},{begin:o.begin,"on:begin":o.isTrulyOpeningTag,end:o.end}],subLanguage:`xml`,contains:[{begin:o.begin,end:o.end,skip:!0,contains:[`self`]}]}]},T,{beginKeywords:`while if switch catch for`},{begin:`\\b(?!function)`+e.UNDERSCORE_IDENT_RE+`\\([^()]*(\\([^()]*(\\([^()]*\\)[^()]*)*\\)[^()]*)*\\)\\s*\\{`,returnBegin:!0,label:`func.def`,contains:[x,e.inherit(e.TITLE_MODE,{begin:r,className:`title.function`})]},{match:/\.\.\./,relevance:0},k,{match:`\\$[A-Za-z$_][0-9A-Za-z$_]*`,relevance:0},{match:[/\bconstructor(?=\s*\()/],className:{1:`title.function`},contains:[x]},O,E,S,A,{match:/\$[(.]/}]}}function Dq(e){let t=e.regex,n=Eq(e),r=vq,i=[`any`,`void`,`number`,`boolean`,`string`,`object`,`never`,`symbol`,`bigint`,`unknown`],a={begin:[/namespace/,/\s+/,e.IDENT_RE],beginScope:{1:`keyword`,3:`title.class`}},o={beginKeywords:`interface`,end:/\{/,excludeEnd:!0,keywords:{keyword:`interface extends`,built_in:i},contains:[n.exports.CLASS_REFERENCE]},s={className:`meta`,relevance:10,begin:/^\s*['"]use strict['"]/},c={$pattern:vq,keyword:yq.concat([`type`,`interface`,`public`,`private`,`protected`,`implements`,`declare`,`abstract`,`readonly`,`enum`,`override`,`satisfies`]),literal:bq,built_in:Tq.concat(i),"variable.language":wq},l={className:`meta`,begin:`@[A-Za-z$_][0-9A-Za-z$_]*`},u=(e,t,n)=>{let r=e.contains.findIndex(e=>e.label===t);if(r===-1)throw Error(`can not find mode to replace`);e.contains.splice(r,1,n)};Object.assign(n.keywords,c),n.exports.PARAMS_CONTAINS.push(l);let d=n.contains.find(e=>e.scope===`attr`),f=Object.assign({},d,{match:t.concat(r,t.lookahead(/\s*\?:/))});n.exports.PARAMS_CONTAINS.push([n.exports.CLASS_REFERENCE,d,f]),n.contains=n.contains.concat([l,a,o,f]),u(n,`shebang`,e.SHEBANG()),u(n,`use_strict`,s);let p=n.contains.find(e=>e.label===`func.def`);return p.relevance=0,Object.assign(n,{name:`TypeScript`,aliases:[`ts`,`tsx`,`mts`,`cts`]}),n}function Oq(e){let t=e.regex,n=t.concat(/[\p{L}_]/u,t.optional(/[\p{L}0-9_.-]*:/u),/[\p{L}0-9_.-]*/u),r=/[\p{L}0-9._:-]+/u,i={className:`symbol`,begin:/&[a-z]+;|&#[0-9]+;|&#x[a-f0-9]+;/},a={begin:/\s/,contains:[{className:`keyword`,begin:/#?[a-z_][a-z1-9_-]+/,illegal:/\n/}]},o=e.inherit(a,{begin:/\(/,end:/\)/}),s=e.inherit(e.APOS_STRING_MODE,{className:`string`}),c=e.inherit(e.QUOTE_STRING_MODE,{className:`string`}),l={endsWithParent:!0,illegal:/</,relevance:0,contains:[{className:`attr`,begin:r,relevance:0},{begin:/=\s*/,relevance:0,contains:[{className:`string`,endsParent:!0,variants:[{begin:/"/,end:/"/,contains:[i]},{begin:/'/,end:/'/,contains:[i]},{begin:/[^\s"'=<>`]+/}]}]}]};return{name:`HTML, XML`,aliases:[`html`,`xhtml`,`rss`,`atom`,`xjb`,`xsd`,`xsl`,`plist`,`wsf`,`svg`],case_insensitive:!0,unicodeRegex:!0,contains:[{className:`meta`,begin:/<![a-z]/,end:/>/,relevance:10,contains:[a,c,s,o,{begin:/\[/,end:/\]/,contains:[{className:`meta`,begin:/<![a-z]/,end:/>/,contains:[a,o,c,s]}]}]},e.COMMENT(/<!--/,/-->/,{relevance:10}),{begin:/<!\[CDATA\[/,end:/\]\]>/,relevance:10},i,{className:`meta`,end:/\?>/,variants:[{begin:/<\?xml/,relevance:10,contains:[c]},{begin:/<\?[a-z][a-z0-9]+/}]},{className:`tag`,begin:/<style(?=\s|>)/,end:/>/,keywords:{name:`style`},contains:[l],starts:{end:/<\/style>/,returnEnd:!0,subLanguage:[`css`,`xml`]}},{className:`tag`,begin:/<script(?=\s|>)/,end:/>/,keywords:{name:`script`},contains:[l],starts:{end:/<\/script>/,returnEnd:!0,subLanguage:[`javascript`,`handlebars`,`xml`]}},{className:`tag`,begin:/<>|<\/>/},{className:`tag`,begin:t.concat(/</,t.lookahead(t.concat(n,t.either(/\/>/,/>/,/\s/)))),end:/\/?>/,contains:[{className:`name`,begin:n,relevance:0,starts:l}]},{className:`tag`,begin:t.concat(/<\//,t.lookahead(t.concat(n,/>/))),contains:[{className:`name`,begin:n,relevance:0},{begin:/>/,relevance:0,endsParent:!0}]}]}}function kq(e){let t=`true false yes no null`,n={className:`attr`,variants:[{begin:/[\w*@][\w*@ :()\./-]*:(?=[ \t]|$)/},{begin:/"[\w*@][\w*@ :()\./-]*":(?=[ \t]|$)/},{begin:/'[\w*@][\w*@ :()\./-]*':(?=[ \t]|$)/}]},r={className:`template-variable`,variants:[{begin:/\{\{/,end:/\}\}/},{begin:/%\{/,end:/\}/}]},i={className:`string`,relevance:0,begin:/'/,end:/'/,contains:[{match:/''/,scope:`char.escape`,relevance:0}]},a={className:`string`,relevance:0,variants:[{begin:/"/,end:/"/},{begin:/\S+/}],contains:[e.BACKSLASH_ESCAPE,r]},o=e.inherit(a,{variants:[{begin:/'/,end:/'/,contains:[{begin:/''/,relevance:0}]},{begin:/"/,end:/"/},{begin:/[^\s,{}[\]]+/}]}),s={className:`number`,begin:`\\b[0-9]{4}(-[0-9][0-9]){0,2}([Tt \\t][0-9][0-9]?(:[0-9][0-9]){2})?(\\.[0-9]*)?([ \\t])*(Z|[-+][0-9][0-9]?(:[0-9][0-9])?)?\\b`},c={end:`,`,endsWithParent:!0,excludeEnd:!0,keywords:t,relevance:0},l={begin:/\{/,end:/\}/,contains:[c],illegal:`\\n`,relevance:0},u={begin:`\\[`,end:`\\]`,contains:[c],illegal:`\\n`,relevance:0},d=[n,{className:`meta`,begin:`^---\\s*$`,relevance:10},{className:`string`,begin:`[\\|>]([1-9]?[+-])?[ ]*\\n( +)[^ ][^\\n]*\\n(\\2[^\\n]+\\n?)*`},{begin:`<%[%=-]?`,end:`[%-]?%>`,subLanguage:`ruby`,excludeBegin:!0,excludeEnd:!0,relevance:0},{className:`type`,begin:`!\\w+![\\w#;/?:@&=+$,.~*'()[\\]]+`},{className:`type`,begin:`!<[\\w#;/?:@&=+$,.~*'()[\\]]+>`},{className:`type`,begin:`![\\w#;/?:@&=+$,.~*'()[\\]]+`},{className:`type`,begin:`!![\\w#;/?:@&=+$,.~*'()[\\]]+`},{className:`meta`,begin:`&`+e.UNDERSCORE_IDENT_RE+`$`},{className:`meta`,begin:`\\*`+e.UNDERSCORE_IDENT_RE+`$`},{className:`bullet`,begin:`-(?=[ ]|$)`,relevance:0},e.HASH_COMMENT_MODE,{beginKeywords:t,keywords:{literal:t}},s,{className:`number`,begin:e.C_NUMBER_RE+`\\b`,relevance:0},l,u,i,a],f=[...d];return f.pop(),f.push(o),c.contains=f,{name:`YAML`,case_insensitive:!0,aliases:[`yml`],contains:d}}var Aq={bash:qK,css:nq,diff:rq,javascript:fq,json:pq,markdown:mq,python:hq,rust:gq,sql:_q,typescript:Dq,xml:Oq,yaml:kq},jq=Object.freeze({bash:[`bash`,`sh`,`shell`,`zsh`],css:[`css`],diff:[`diff`,`patch`],javascript:[`javascript`,`js`,`jsx`,`mjs`,`cjs`],json:[`json`,`jsonc`],markdown:[`markdown`,`md`,`mdx`],python:[`python`,`py`],rust:[`rust`,`rs`],sql:[`sql`],typescript:[`typescript`,`ts`,`tsx`,`mts`,`cts`],xml:[`xml`,`html`,`svg`],yaml:[`yaml`,`yml`]});for(let[e,t]of Object.entries(Aq))KK.registerLanguage(e,t);var Mq=new Map;for(let[e,t]of Object.entries(jq))for(let n of t)Mq.set(n,e);var Nq=new Set([``,`text`,`txt`,`plain`,`plaintext`]),Pq=Object.freeze({htm:`xml`,scss:`css`,less:`css`}),Fq=Object.freeze({dockerfile:`bash`,makefile:`bash`,".bashrc":`bash`,".zshrc":`bash`,".profile":`bash`,".gitignore":`bash`,".env":`bash`});function Iq(e){let t=(e??``).split(/[/\\]/).pop()?.trim().toLowerCase()??``;if(!t)return`plaintext`;if(Fq[t])return Fq[t];let n=t.lastIndexOf(`.`);if(n<=0)return`plaintext`;let r=t.slice(n+1);return Pq[r]??Mq.get(r)??`plaintext`}function Lq(e){let t=(e??``).trim().split(/\s+/,1)[0].toLowerCase();return Nq.has(t)?`plaintext`:Mq.get(t)??`plaintext`}function Rq(e){return e.replace(/[&<>"']/g,e=>e===`&`?`&amp;`:e===`<`?`&lt;`:e===`>`?`&gt;`:e===`"`?`&quot;`:`&#39;`)}var zq=`md-code`,Bq=`md-code-copy`,Vq=`is-copied`,Hq=`Copy code`;function Uq(e,t){if(t===`plaintext`)return Rq(e);try{return KK.highlight(e,{language:t,ignoreIllegals:!0}).value}catch{return Rq(e)}}function Wq(e,t){let n=Lq(t);return`<span class="${zq}"><pre><code class="hljs language-${n}">${Uq(`${e.replace(/\n$/,``)}\n`,n)}</code></pre><button type="button" class="${Bq}" title="${Hq}"></button></span>\n`}function Gq({header:e,caption:t,children:n}){return(0,B.jsxs)(`figure`,{className:Kq,children:[e,(0,B.jsx)(`div`,{className:qq,children:n}),t]})}var Kq=`frizz-bash max-w-full`,qq=`flex justify-center bg-panel-2 p-1.5`,Jq=`block max-h-[420px] max-w-full w-auto rounded-md object-contain`,Yq=/^(~~)(?=[^\s~])((?:\\.|[^\\])*?(?:\\.|[^\s~\\]))\1(?=[^~]|$)/,Xq={del(e){let t=Yq.exec(e);if(t)return{type:`del`,raw:t[0],text:t[2],tokens:this.lexer.inlineTokens(t[2])}}},Zq=/^:?-+:?$/,Qq=/^ {0,3}$/,$q=/^[ \t]*$/;function eJ(e){let t=[],n=``;for(let r=0;r<e.length;r++){let i=e[r];i===`\\`&&r+1<e.length?(n+=i+e[r+1],r++):i===`|`?(t.push(n),n=``):n+=i}return t.push(n),t.length<4||!Qq.test(t[0])||!$q.test(t.at(-1))?null:t.slice(1,-1).map(e=>e.trim())}function tJ(e){let t=[],n=0;for(let r of e.split(`
316
+ `)){let e=eJ(r);if(!e)break;if(e.every(e=>Zq.test(e)))return null;t.push(e),n+=r.length+1}return t.length<2?null:{raw:e.slice(0,Math.min(n,e.length)),rows:t}}var nJ={name:`headerlessTable`,level:`block`,start(e){let t=0;for(let n of e.split(`
317
+ `)){if(n.includes(`|`)&&tJ(e.slice(t)))return t;t+=n.length+1}},tokenizer(e){let t=tJ(e);if(!t)return;let n=Math.max(...t.rows.map(e=>e.length)),r=t.rows.map(e=>Array.from({length:n},(t,n)=>({tokens:this.lexer.inline(e[n]??``)})));return{type:`headerlessTable`,raw:t.raw,rows:r}},renderer(e){return`<table>\n<tbody>${e.rows.map(e=>`<tr>${e.map(e=>`<td>${this.parser.parseInline(e.tokens)}</td>`).join(``)}</tr>`).join(`
318
+ `)}</tbody></table>\n`}},rJ=/^\[([ xX/\-?])\](?:[ \t]+|[ \t]*$)/,iJ={" ":{className:``,label:`To do`},x:{className:`md-task-checked`,label:`Done`},"/":{className:`md-task-in-progress`,label:`In progress`},"-":{className:`md-task-cancelled`,label:`Cancelled`},"?":{className:`md-task-blocked`,label:`Blocked`}},aJ={name:`frizzTaskStatus`,level:`inline`,tokenizer(){},renderer(e){let{status:t}=e,n=iJ[t];return`<span class="md-task${n.className?` ${n.className}`:``}" title="${n.label}"></span> `}},oJ={name:`frizzTaskText`,level:`inline`,tokenizer(){},renderer(e){return`<span class="md-task-text">${this.parser.parseInline(e.tokens)}</span>`}};function sJ(e){let t=e.tokens[0],n=t&&`tokens`in t?t.tokens:void 0;if(!Array.isArray(n)||n[0]?.type===`frizzTaskStatus`)return;let r,i;if(e.task)r=e.checked?`x`:` `,i=``,e.task=!1,e.checked=void 0;else{let t=rJ.exec(e.text);if(!t)return;let a=t[0].length,o=[];for(let e=0;e<n.length&&a>0;e++){let t=n[e];if(t.type!==`text`)return;let r=Math.min(a,t.raw.length);o.push({token:t,count:r}),a-=r}if(a>0)return;for(let{token:e,count:t}of o)e.raw=e.raw.slice(t),e.text=e.text.slice(t);for(let e=n.length-1;e>=0;e--)n[e].type===`text`&&!n[e].raw&&n.splice(e,1);e.text=e.text.slice(t[0].length),r=t[1]===`X`?`x`:t[1],i=t[0]}let a=n.splice(0,n.length);n.push({type:`frizzTaskStatus`,raw:i,status:r}),a.length&&n.push({type:`frizzTaskText`,raw:``,tokens:a})}var cJ={breaks:!0,extensions:[nJ,aJ,oJ],tokenizer:Xq,hooks:{processAllTokens(e){return t_(e),e}},walkTokens(e){e.type===`list_item`&&sJ(e)},renderer:{code:({text:e,lang:t})=>Wq(e,t)}},lJ=new UK(cJ),uJ=new UK({...cJ,breaks:!1});function dJ(e,t){return e.trim()?yJ((t?.document?uJ:lJ).parse(e,{async:!1}),{block:!0,baseDir:t?.baseDir,homeDir:t?.homeDir}):``}function fJ(e,t){if(!e.trim())return``;let{inertInteractive:n=!1,baseDir:r,homeDir:i}=t??{};return yJ(lJ.parseInline(e,{async:!1}),{inertInteractive:n,baseDir:r,homeDir:i})}function pJ(e){let t=e.match(/^?---\r?\n[\s\S]*?\r?\n---\r?\n?/);return t?e.slice(t[0].length):e}var mJ=new Set(`h1.h2.h3.h4.h5.h6.p.br.hr.strong.em.del.code.pre.blockquote.ul.ol.li.a.img.button.table.thead.tbody.tr.th.td.span`.split(`.`)),hJ=new Set([`href`,`src`,`alt`,`title`,`type`,`class`,`data-local-path`,`data-local-image`]),gJ=RegExp(`^(?:hljs(?:-[a-z0-9_-]+)?|language-[a-z0-9-]+|md-task(?:-(?:checked|in-progress|cancelled|blocked|text))?|${zq})$`),_J={ol:{start:/^\d{1,9}$/},th:{align:/^(?:left|center|right)$/},td:{align:/^(?:left|center|right)$/}},vJ=new Set([`script`,`style`,`textarea`,`title`,`xmp`,`iframe`,`frame`,`frameset`,`object`,`embed`,`applet`,`noscript`,`template`,`svg`,`math`]);function yJ(e,{inertInteractive:t=!1,block:n=!1,baseDir:r,homeDir:i}={}){let a=document.createElement(`template`);return a.innerHTML=e,bJ(a.content,{inertInteractive:t,block:n,baseDir:r,homeDir:i}),a.innerHTML}function bJ(e,t){let{inertInteractive:n,block:r}=t;for(let i of Array.from(e.children)){let e=i.tagName.toLowerCase();if(!mJ.has(e)){vJ.has(e)?i.remove():CJ(i,t);continue}if(e===`a`&&n){let e=document.createElement(`span`);for(;i.firstChild;)e.append(i.firstChild);i.replaceWith(e),bJ(e,t);continue}if((e===`a`||e===`img`)&&xJ(i,e===`a`?`href`:`src`,t),e===`a`){let e=Pg(i.getAttribute(`href`));e&&i.setAttribute(`href`,e);let t=VR(i.getAttribute(`href`));if(t){let e=WR(t);if(e)i.setAttribute(`href`,e),i.setAttribute(`title`,t.display),i.setAttribute(`data-local-path`,t.posixPath),i.setAttribute(`data-local-image`,`true`);else{let e=t.posixPath&&KR(t.posixPath),n=document.createElement(`button`);for(n.type=`button`,n.className=`local-file-action`,n.title=e?`Read ${t.display}`:t.display,t.posixPath&&n.setAttribute(`data-local-path`,t.posixPath);i.firstChild;)n.append(i.firstChild);i.replaceWith(n);continue}}}if(e===`img`){let e=VR(i.getAttribute(`src`)),t=e&&WR(e);if(!t){i.remove();continue}i.setAttribute(`src`,t),i.setAttribute(`title`,e.display),i.setAttribute(`data-local-path`,e.posixPath),i.setAttribute(`data-local-image`,`true`),i.getAttribute(`alt`)||i.setAttribute(`alt`,e.display),r&&SJ(i)}for(let t of Array.from(i.attributes)){let n=t.name.toLowerCase();if(n===`class`&&(e===`code`||e===`span`)){let e=t.value.split(/\s+/).filter(e=>gJ.test(e));e.length>0?i.setAttribute(`class`,e.join(` `)):i.removeAttribute(t.name);continue}let r=_J[e]?.[n];if(r){r.test(t.value)||i.removeAttribute(t.name);continue}if(!hJ.has(n)){i.removeAttribute(t.name);continue}n===`href`&&/^\s*javascript:/i.test(t.value)&&i.removeAttribute(t.name)}if(e===`a`){i.setAttribute(`target`,`_blank`),i.setAttribute(`rel`,`noopener noreferrer`),i.removeAttribute(`data-gh-ref`);let e=qg(i.getAttribute(`href`));e&&i.setAttribute(`data-gh-ref`,e)}bJ(i,t)}}function xJ(e,t,{baseDir:n,homeDir:r}){if(!n&&!r)return;let i=qR(e.getAttribute(t),n??``,r);i&&e.setAttribute(t,i)}function SJ(e){let t=e.ownerDocument,n=t.createElement(`span`);n.className=`${Kq} md-image-frame`;let r=t.createElement(`span`);r.className=qq,e.replaceWith(n),n.append(r),r.append(e),e.setAttribute(`class`,Jq)}function CJ(e,t){let n=e.ownerDocument.createDocumentFragment();for(;e.firstChild;)n.append(e.firstChild);bJ(n,t),e.replaceWith(n)}function wJ(){return(0,z.useSyncExternalStore)(Wg,Ug,Ug)}function TJ(){return(0,z.useSyncExternalStore)(R_,L_,L_)}function EJ(e,t){let n=wJ(),r=TJ(),{baseDir:i,asDocument:a}=t??{},o=i??r.dir,s=(0,z.useMemo)(()=>dJ(e,{baseDir:o,homeDir:r.home,document:a}),[e,o,r.home,a,n]);return DJ(s),s}function DJ(e){let t=(0,z.useMemo)(()=>E_(e),[e]);(0,z.useEffect)(()=>{t.length>0&&D_(t)},[t])}function OJ(e,t){let n=wJ(),r=TJ(),i=t?.inertInteractive,a=(0,z.useMemo)(()=>fJ(e,{inertInteractive:i,baseDir:r.dir,homeDir:r.home}),[e,i,r.dir,r.home,n]);return DJ(a),a}var kJ=e=>new Set(e.split(/\s+/).filter(Boolean)),AJ=kJ(`
319
+ break case catch class const continue debugger default delete do else enum export extends
320
+ false finally for function if import in instanceof new null return super switch this throw
321
+ true try typeof var void while with yield async await let static get set of as from
322
+ interface type namespace declare readonly public private protected implements abstract
323
+ package struct func go defer chan map fn impl trait mut pub use mod match loop where
324
+ int long short float double char boolean byte final synchronized volatile transient native
325
+ `),jJ=kJ(`
326
+ string number boolean object symbol bigint unknown any never void undefined
327
+ String Number Boolean Object Array Promise Map Set Record Partial
328
+ i8 i16 i32 i64 u8 u16 u32 u64 usize isize f32 f64 str Vec Option Result Box
329
+ int8 int16 int32 int64 uint float32 float64 error rune
330
+ `),MJ={typescript:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`,"`"],keywords:AJ,types:jJ},javascript:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`,"`"],keywords:AJ,types:jJ},go:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`,"`"],keywords:AJ,types:jJ},rust:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`],keywords:AJ,types:jJ},java:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`],keywords:AJ,types:jJ},c:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`],keywords:AJ,types:jJ},cpp:{line:`//`,block:[`/*`,`*/`],quotes:[`"`,`'`],keywords:AJ,types:jJ},css:{line:null,block:[`/*`,`*/`],quotes:[`"`,`'`],keywords:kJ(`important media supports keyframes import from to`),types:new Set},json:{line:null,block:null,quotes:[`"`],keywords:kJ(`true false null`),types:new Set},python:{line:`#`,block:null,quotes:[`"`,`'`],keywords:kJ(`
331
+ def class return if elif else for while break continue pass import from as with try except
332
+ finally raise lambda yield global nonlocal del assert async await and or not in is None True
333
+ False self lambda`),types:kJ(`int float str bool list dict set tuple bytes object`)},shell:{line:`#`,block:null,quotes:[`"`,`'`],keywords:kJ(`if then else elif fi for while do done case esac in function return export local echo cd exit set unset source`),types:new Set},yaml:{line:`#`,block:null,quotes:[`"`,`'`],keywords:kJ(`true false null yes no on off ~`),types:new Set,lineStart:[{re:/^([ \t]*)(- +)?("[^"\n]*"|'[^'\n]*'|[A-Za-z_][\w.\-/]*)([ \t]*)(:)/,kinds:[`plain`,`punct`,`key`,`plain`,`punct`]}]},toml:{line:`#`,block:null,quotes:[`"`,`'`],keywords:kJ(`true false`),types:new Set,keyChars:`=`,lineStart:[{re:/^([ \t]*)(\[\[?[^\]\n]*\]\]?)/,kinds:[`plain`,`fn`]}]},html:{line:null,block:[`<!--`,`-->`],quotes:[`"`,`'`],keywords:new Set,types:new Set,keyChars:`=`,tagNames:!0}},NJ=(e,t)=>{let n=e.indexOf(`
334
+ `,t);return n===-1?e.length:n},PJ=(e,t)=>{let n=t;for(;n<e.length&&(e[n]===` `||e[n]===` `);)n++;return e[n]??``},FJ=new Set(Object.keys(MJ)),IJ=e=>/[A-Za-z_$]/.test(e),LJ=e=>/[A-Za-z0-9_$]/.test(e),RJ=e=>e>=`0`&&e<=`9`,zJ=new Set(`{}()[];,.`),BJ=new Set(`+-*/%=<>!&|^~?:@`);function VJ(e,t){let n=[],r=e.length,i=(e,t)=>e&&n.push({text:e,kind:t}),a=0;for(;a<r;){let n=e[a];if(t.lineStart&&(a===0||e[a-1]===`
335
+ `)){let n=!1;for(let r of t.lineStart){let t=r.re.exec(e.slice(a,NJ(e,a)));if(t){for(let e=1;e<t.length;e++)i(t[e]??``,r.kinds[e-1]??`plain`);a+=t[0].length,n=!0;break}}if(n)continue}if(t.block&&e.startsWith(t.block[0],a)){let n=e.indexOf(t.block[1],a+t.block[0].length),o=n===-1?r:n+t.block[1].length;i(e.slice(a,o),`com`),a=o;continue}if(t.line&&e.startsWith(t.line,a)){let t=e.indexOf(`
336
+ `,a);t===-1&&(t=r),i(e.slice(a,t),`com`),a=t;continue}if(t.quotes.includes(n)){let t=n==="`",o=a+1;for(;o<r;){if(e[o]===`\\`){o+=2;continue}if(e[o]===n){o++;break}if(e[o]===`
337
+ `&&!t)break;o++}i(e.slice(a,o),`str`),a=o;continue}if(RJ(n)){let t=a+1;for(;t<r&&/[0-9a-fA-FxXbBoO_.]/.test(e[t]);)t++;i(e.slice(a,t),`num`),a=t;continue}if(IJ(n)){let n=a+1;for(;n<r&&LJ(e[n]);)n++;let o=e.slice(a,n);i(o,t.keywords.has(o)?`kw`:t.types.has(o)?`type`:t.tagNames&&(e[a-1]===`<`||e[a-1]===`/`&&e[a-2]===`<`)?`kw`:t.keyChars&&t.keyChars.includes(PJ(e,n))?`key`:e[n]===`(`?`fn`:`plain`),a=n;continue}if(zJ.has(n)){i(n,`punct`),a++;continue}if(BJ.has(n)){let t=a+1;for(;t<r&&BJ.has(e[t]);)t++;i(e.slice(a,t),`op`),a=t;continue}let o=a+1;for(;o<r&&!IJ(e[o])&&!RJ(e[o])&&!t.quotes.includes(e[o])&&!zJ.has(e[o])&&!BJ.has(e[o])&&!(t.line&&e.startsWith(t.line,o));)o++;i(e.slice(a,o),`plain`),a=o}return n}function HJ(e){let t=[[]];for(let n of e){let e=n.text.split(`
338
+ `);for(let r=0;r<e.length;r++)r>0&&t.push([]),e[r]&&t[t.length-1].push({text:e[r],kind:n.kind})}return t}function UJ(e,t){if(e===``)return[];let n=MJ[t];return n?HJ(VJ(e,n)):e.split(`
339
+ `).map(e=>e?[{text:e,kind:`plain`}]:[])}var WJ={".ts":`typescript`,".tsx":`typescript`,".mts":`typescript`,".cts":`typescript`,".js":`javascript`,".jsx":`javascript`,".mjs":`javascript`,".cjs":`javascript`,".json":`json`,".jsonc":`json`,".css":`css`,".scss":`css`,".less":`css`,".py":`python`,".go":`go`,".rs":`rust`,".java":`java`,".c":`c`,".h":`c`,".cpp":`cpp`,".hpp":`cpp`,".cc":`cpp`,".sh":`shell`,".bash":`shell`,".zsh":`shell`,".yaml":`yaml`,".yml":`yaml`,".toml":`toml`,".html":`html`,".htm":`html`,".xml":`html`,".svg":`html`},GJ={Dockerfile:`shell`,Makefile:`shell`,".gitignore":`shell`,".env":`shell`,".bashrc":`shell`,".zshrc":`shell`};function KJ(e){let t=e.split(`/`).pop()??``,n=t.lastIndexOf(`.`),r=n>0?t.slice(n).toLowerCase():``,i=GJ[t]??WJ[r]??`text`;return FJ.has(i)?i:`text`}function qJ(e,t,n){let r=e.length,i=t.length,a=Array.from({length:r+1},()=>new Uint32Array(i+1));for(let n=r-1;n>=0;n--)for(let r=i-1;r>=0;r--)a[n][r]=e[n]===t[r]?a[n+1][r+1]+1:Math.max(a[n+1][r],a[n][r+1]);let o=[],s=0,c=0;for(;s<r&&c<i;)e[s]===t[c]?(o.push({type:`eq`,a:n+s,b:n+c}),s++,c++):a[s+1][c]>=a[s][c+1]?(o.push({type:`del`,a:n+s,b:null}),s++):(o.push({type:`add`,a:null,b:n+c}),c++);for(;s<r;)o.push({type:`del`,a:n+s++,b:null});for(;c<i;)o.push({type:`add`,a:null,b:n+c++});return o}function JJ(e,t){let n=e.length,r=t.length,i=0;for(;i<n&&i<r&&e[i]===t[i];)i++;let a=0;for(;a<n-i&&a<r-i&&e[n-1-a]===t[r-1-a];)a++;let o=[];for(let e=0;e<i;e++)o.push({type:`eq`,a:e,b:e});o.push(...qJ(e.slice(i,n-a),t.slice(i,r-a),i));for(let e=0;e<a;e++)o.push({type:`eq`,a:n-a+e,b:r-a+e});return o}var YJ=3,XJ=e=>e===``?[]:e.split(`
340
+ `);function ZJ(e,t,n){return e.type===`del`?{type:`del`,oldLine:e.a+1,newLine:null,tokens:t[e.a]??[]}:e.type===`add`?{type:`add`,oldLine:null,newLine:e.b+1,tokens:n[e.b]??[]}:{type:`context`,oldLine:e.a+1,newLine:e.b+1,tokens:n[e.b]??[]}}function QJ(e){let t=[];for(let n=0;n<e.length;n++)e[n].type!==`context`&&t.push(n);if(t.length===0)return{hunks:[],collapsedAfter:e.length};let n=[],r=Math.max(0,t[0]-YJ),i=-1;for(let a=0;a<t.length;a++){let o=t[a],s=t[a+1];i=Math.min(e.length-1,o+YJ),!(s!==void 0&&s-o<=7)&&(n.push({collapsedBefore:r,lines:e.slice(r,i+1)}),s!==void 0&&(r=Math.max(i+1,s-YJ)))}let a=n.length?n[n.length-1].collapsedBefore+n[n.length-1].lines.length:0;return{hunks:n,collapsedAfter:Math.max(0,e.length-a)}}function $J(e,t,n){let r=KJ(n),i=UJ(e,r),a=UJ(t,r),o=XJ(e),s=XJ(t),c=e===``?`added`:t===``?`deleted`:`modified`;if(c===`added`){let e=s.map((e,t)=>({type:`add`,oldLine:null,newLine:t+1,tokens:a[t]??[]}));return{file:n,lang:r,status:c,hunks:[{collapsedBefore:0,lines:e}],collapsedAfter:0,additions:e.length,deletions:0}}if(c===`deleted`){let e=o.map((e,t)=>({type:`del`,oldLine:t+1,newLine:null,tokens:i[t]??[]}));return{file:n,lang:r,status:c,hunks:[{collapsedBefore:0,lines:e}],collapsedAfter:0,additions:0,deletions:e.length}}let l=JJ(o,s).map(e=>ZJ(e,i,a)),u=l.filter(e=>e.type===`add`).length,d=l.filter(e=>e.type===`del`).length,{hunks:f,collapsedAfter:p}=QJ(l);return{file:n,lang:r,status:c,hunks:f,collapsedAfter:p,additions:u,deletions:d}}var eY=`a, button, input, select, textarea, summary, label, [role="button"], [role="link"]`;function tY(e){let t=e;return typeof t?.closest==`function`&&t.closest(eY)!=null}function nY({children:e,className:t,controls:n,expanded:r,label:i,meta:a,onToggle:o,chevronSize:s=12}){function c(e){if(tY(e.target))return;let t=typeof window>`u`?null:window.getSelection();t&&!t.isCollapsed&&t.toString().trim()!==``||o()}return(0,z.createElement)(`div`,{className:`${t} w-full cursor-pointer text-left`,"data-expanded":r,onClick:c},(0,z.createElement)(`span`,{className:`flex min-w-0 items-center gap-2`},e),(0,z.createElement)(`span`,{className:`flex shrink-0 items-center gap-1.5`},a,(0,z.createElement)(`button`,{type:`button`,"data-tool-disclosure":!0,"aria-controls":n,"aria-expanded":r,"aria-label":i,title:i,onClick:o,className:`-m-1 inline-flex shrink-0 items-center justify-center rounded p-1 text-muted outline-none transition-colors hover:text-fg/80 focus-visible:ring-1 focus-visible:ring-fg/60`},(0,z.createElement)(Uv,{"aria-hidden":!0,size:s,className:`relative -top-px shrink-0 transition-transform ${r?`rotate-90`:``}`}))))}function rY(e,t){return`cursor://file${e}${t?`:${t}`:``}`}function iY({path:e,line:t,className:n=``,children:r}){return(0,B.jsx)(`a`,{href:rY(e,t),title:e,className:`font-mono-keep cursor-pointer hover:underline hover:text-fg/80 ${n}`,children:r??e})}function aY(e){let t=e.split(`/`).filter(Boolean);return t.length?t[t.length-1]:e}function oY({edits:e,meta:t}){let{compactDiffs:n}=Xd(ED),r=(0,z.useId)(),i=e[0].file,a=(0,z.useMemo)(()=>e.map(e=>$J(e.old,e.new,e.file)),[e]),o=a.reduce((e,t)=>e+t.additions,0),s=a.reduce((e,t)=>e+t.deletions,0),[c,l]=(0,z.useState)(null);(0,z.useEffect)(()=>l(null),[n]);let u=c??!n;return(0,B.jsxs)(`div`,{className:`frizz-diff`,children:[(0,B.jsxs)(nY,{className:`frizz-diff-header`,controls:r,expanded:u,label:`${u?`Collapse`:`Expand`} Edit diff: ${i}`,onToggle:()=>l(!u),meta:t,chevronSize:11,children:[(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:`Edit`}),(0,B.jsx)(`span`,{className:`frizz-diff-file`,children:(0,B.jsx)(iY,{path:i,className:`text-inherit no-underline`,children:aY(i)})}),o>0&&(0,B.jsxs)(`span`,{className:`frizz-diff-add tabular-nums shrink-0`,children:[`+`,o]}),s>0&&(0,B.jsxs)(`span`,{className:`frizz-diff-del tabular-nums shrink-0`,children:[`−`,s]})]}),(0,B.jsx)(`div`,{id:r,className:`frizz-diff-body`,hidden:!u,children:u&&a.map((e,t)=>(0,B.jsx)(`div`,{className:t>0?`frizz-diff-editsep`:void 0,children:(0,B.jsx)(sY,{hunks:e.hunks,collapsedAfter:e.collapsedAfter})},t))})]})}function sY({hunks:e,collapsedAfter:t}){let n=0,r=[];return e.forEach((e,t)=>{let i=e.collapsedBefore-n;i>0&&r.push((0,B.jsx)(cY,{n:i},`s${t}`));for(let n of e.lines){let e=n.type===`del`?n.oldLine:n.newLine,i=n.type===`add`?`+`:n.type===`del`?`-`:` `;r.push((0,B.jsxs)(`div`,{className:`frizz-diff-line`,"data-type":n.type,children:[(0,B.jsx)(`span`,{className:`frizz-diff-gutter`,children:e}),(0,B.jsx)(`span`,{className:`frizz-diff-sign`,children:i}),(0,B.jsx)(`span`,{className:`frizz-diff-code`,children:n.tokens.map((e,t)=>(0,B.jsx)(`span`,{className:`ftk-${e.kind}`,children:e.text},t))})]},`${t}:${n.oldLine}:${n.newLine}`))}n=e.collapsedBefore+e.lines.length}),t>0&&r.push((0,B.jsx)(cY,{n:t},`safter`)),(0,B.jsx)(B.Fragment,{children:r})}function cY({n:e}){return(0,B.jsxs)(`div`,{className:`frizz-diff-sep`,children:[e,` unchanged line`,e===1?``:`s`]})}var lY=/<span\b[^>]*>|<\/span>|\n|[^<\n]+|</g;function uY(e){let t=[],n=[],r=``;for(let[i]of e.matchAll(lY))i===`
341
+ `?(t.push(r+`</span>`.repeat(n.length)),r=n.join(``)):i===`</span>`?(n.pop(),r+=i):(i.startsWith(`<span`)&&n.push(i),r+=i);return t.push(r+`</span>`.repeat(n.length)),t}var dY=/^(\s*\d+\t)([\s\S]*)$/,fY=/^\s*\d+$/;function pY(e){let t=0,n=0,r=0;for(let i of e)i.trim()&&(t++,dY.test(i)?(n++,r++):fY.test(i)&&n++);return t>0&&n===t&&r>0}function mY(e){return e.replace(/[&<>"']/g,e=>e===`&`?`&amp;`:e===`<`?`&lt;`:e===`>`?`&gt;`:e===`"`?`&quot;`:`&#39;`)}var hY=`frizz-code-gutter`;function gY(e,t){let n=e.split(`
342
+ `);if(!pY(n))return Uq(e,t);let r=[],i=[];for(let e of n){let t=dY.exec(e);t?(r.push(t[1]),i.push(t[2])):e.trim()&&fY.test(e)?(r.push(e),i.push(``)):(r.push(``),i.push(e))}let a=uY(Uq(i.join(`
343
+ `),t));return r.map((e,t)=>(e?`<span class="${hY}">${mY(e)}</span>`:``)+(a[t]??``)).join(`
344
+ `)}function _Y(e){return(0,z.useMemo)(()=>({__html:e}),[e])}function vY({text:e,language:t,className:n=``,...r}){let i=_Y((0,z.useMemo)(()=>gY(e,t),[e,t]));return(0,B.jsx)(`pre`,{...r,className:`hljs ${n}`,dangerouslySetInnerHTML:i})}var yY=`Todos`,bY={pending:{Icon:Ly,className:`text-muted/50`},in_progress:{Icon:Fy,className:`text-accent`},completed:{Icon:Py,className:`text-muted/75`}},xY={pending:`text-fg/75`,in_progress:`text-fg`,completed:`text-muted/70`};function SY({status:e}){let{Icon:t,className:n}=bY[e];return(0,B.jsx)(t,{"aria-hidden":`true`,size:`1em`,strokeWidth:2,className:`frizz-todo-mark shrink-0 ${n}`})}var CY={pending:`to do`,in_progress:`in progress`,completed:`done`};function wY({todos:e,note:t,meta:n}){let[r,i]=(0,z.useState)(!1),a=(0,z.useId)(),o=e.filter(e=>e.status===`completed`).length,s=e.find(e=>e.status===`in_progress`),c=e.length>0||!!t,l=e.length>0?`${o}/${e.length}`:void 0,u=s?s.text:e.length===0?`empty`:void 0;return(0,B.jsxs)(`div`,{className:`frizz-bash`,"data-todo-card":!0,children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>c&&i(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":c?a:void 0,"aria-expanded":c?r:void 0,"aria-label":`${c?`${r?`Collapse`:`Expand`} `:``}${yY}${u?`: ${u}`:``}${l?` — ${o} of ${e.length} done`:``}`,className:`frizz-bash-header w-full text-left outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/60`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:yY}),u&&(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5 text-[11.5px]`,title:u,"data-todo-headline":!0,children:[s&&(0,B.jsx)(SY,{status:`in_progress`}),(0,B.jsx)(`span`,{className:`min-w-0 truncate text-muted`,children:u})]})]}),(0,B.jsxs)(`span`,{className:`flex shrink-0 items-center gap-2`,children:[l&&(0,B.jsx)(`span`,{className:`frizz-tool-header-caps tabular-nums text-[11px] text-muted/55`,title:`${o} of ${e.length} done`,children:l}),n,c&&(0,B.jsx)(Uv,{"aria-hidden":`true`,size:12,className:`shrink-0 text-muted transition-transform ${r?`rotate-90`:``}`})]})]}),c&&(0,B.jsxs)(`div`,{id:a,hidden:!r,children:[r&&e.length>0&&(0,B.jsx)(`ul`,{className:`frizz-todo-list`,children:e.map((e,t)=>(0,B.jsxs)(`li`,{className:`frizz-todo-row`,"data-current":e.status===`in_progress`?`true`:void 0,children:[(0,B.jsx)(SY,{status:e.status}),(0,B.jsx)(`span`,{className:`min-w-0 ${xY[e.status]}`,children:e.text}),(0,B.jsx)(`span`,{className:`sr-only`,children:` — ${CY[e.status]}`})]},t))}),r&&t&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{className:`frizz-bash-output-label petite-caps`,children:`note`}),(0,B.jsx)(`pre`,{className:`frizz-bash-body frizz-bash-output-body`,children:t})]})]})]})}var TY=/^```question(?:[ \t]+([A-Za-z][^\r\n]*?))?[ \t]*\r?\n([\s\S]*?)\r?\n```[ \t]*$/gm;function EY(e){let t=(e??``).toLowerCase().split(/\s+/).filter(Boolean),n=e=>t.includes(e);return{kind:n(`multi`)?`multi`:`question`,danger:n(`danger`)}}function DY(e){let t=[],n=Nm(e),r=0;TY.lastIndex=0;for(let i=TY.exec(e);i!==null;i=TY.exec(e)){if(n(i.index)){TY.lastIndex=i.index+1;continue}let a=e.slice(r,i.index);a.trim()&&t.push({kind:`prose`,text:a});let{kind:o,danger:s}=EY(i[1]);t.push({kind:`question`,text:i[2],questionKind:o,danger:s}),r=i.index+i[0].length}let i=e.slice(r);return i.trim()&&t.push({kind:`prose`,text:i}),t}function OY(e){return e.includes("```question")&&DY(e).some(e=>e.kind===`question`)}var kY=/^\s*(?:[-*+]\s+)?([A-Z]|\d+)[.)]\s+\S/,AY=/^\s*recommendation\b/i;function jY(e){return e.trim().replace(/^[-*+]\s+/,``)}function MY(e){return jY(e).match(/^([A-Za-z]|\d+)[.)]/)?.[1].toUpperCase()??``}function NY(e,t){return/^\d+$/.test(e)?/^\d+$/.test(t)&&Number(t)===Number(e)+1:/^[A-Z]$/.test(e)&&/^[A-Z]$/.test(t)&&t.charCodeAt(0)===e.charCodeAt(0)+1}var PY=e=>e===`A`||e===`1`,FY=/(^|[^a-z])recommended([^a-z]|$)/i;function IY(e){return e.replace(/\s{2,}/g,` `).trim()}function LY(e){if(!FY.test(e))return{label:e,recommended:!1};let t=e.match(/\s*[—–-]?\s*[([]\s*[*_`~]*recommended\b(?:\s*[::,;—–-]\s*([^)\]]*?))?\s*[*_`~]*\s*[)\]]/i);if(t){let n=t[1]?.trim()||void 0;return{label:IY(e.slice(0,t.index)+e.slice(t.index+t[0].length)),recommended:!0,note:n}}let n=e.match(/\s*[—–:-]?\s*[*_`~]+recommended\b[*_`~]+\s*[—–:-]?\s*/i);if(n)return{label:IY(e.slice(0,n.index)+` `+e.slice(n.index+n[0].length)),recommended:!0};let r=e.match(/\s*[—–:-]?\s*recommended\b\s*$/i);if(r&&r.index>0)return{label:IY(e.slice(0,r.index)),recommended:!0};let i=e.match(/^(\s*(?:[A-Za-z]|\d+)[.)]\s*)?[*_`~]*recommended\b[*_`~]*\s*[::—–-]\s*/i);if(i){let t=IY((i[1]??``)+e.slice(i[0].length));if(t)return{label:t,recommended:!0}}return{label:e,recommended:!1}}function RY(e,t,n=!1){let r=e.split(`
345
+ `).map(e=>e.replace(/\r$/,``)),i=e=>r.findIndex((t,n)=>n>e&&kY.test(t)),a=e=>{let t=[];for(let n=e;n<r.length;n++){if(kY.test(r[n])){t.push(n);continue}if(t.length===0||r[n].trim()===``)continue;if(AY.test(r[n]))break;let e=i(n);if(e===-1||!NY(MY(r[t[t.length-1]]),MY(r[e])))break}return t},o=e=>{for(let t=e.length-1;t>0;t--)if(!NY(MY(r[e[t-1]]),MY(r[e[t]])))return PY(MY(r[e[t]]))?t:0;return+(e.length===1&&!/^\s*[-*+]\s/.test(r[e[0]])&&!r.slice(0,e[0]).some(e=>e.trim()))},s=[];for(let e=0;e<r.length;){let t=a(e);if(t.length===0)break;let n=o(t);if(n<t.length){s=t.slice(n);break}e=t[0]+1}if(s.length===0)return{kind:t,danger:n,contextMd:e,options:[],recommendedIdx:null};let c=s[0],l=s[s.length-1],u=[],d=null,f,p=[];for(let[e,t]of s.entries()){let{label:n,recommended:i,note:a}=LY(jY(r[t]));i&&d===null&&(d=u.length,f=a),u.push(n);let o=e===0?[]:r.slice(s[e-1]+1,t).filter(e=>e.trim());p.push(o.length?o.join(`
346
+ `):void 0)}let m=e=>{let t=0,n=e.length-1;for(;t<=n&&e[t].trim()===``;)t++;for(;n>=t&&e[n].trim()===``;)n--;return e.slice(t,n+1)},h=m(r.slice(0,c)).join(`
347
+ `),g,_=[];for(let e of r.slice(l+1))g===void 0&&AY.test(e)?g=e.trim():_.push(e);let v=m(_).join(`
348
+ `)||void 0;return d===null&&g&&(d=BY(g,u),d!==null&&(f=g)),{kind:t,danger:n,contextMd:h,options:u,recommendedIdx:d,recommendedNote:f,recommendation:g,trailingMd:v,...p.some(Boolean)?{optionHeadings:p}:{}}}var zY=/^[*_`~\s]+/;function BY(e,t){if(!e)return null;let n=e.replace(/^\s*recommendation\s*:?\s*/i,``).replace(zY,``).match(/^([A-Za-z]|\d+)(?![A-Za-z0-9])/);if(!n)return null;let r=n[1].toUpperCase(),i=t.findIndex(e=>{let t=e.replace(zY,``).match(/^([A-Za-z]|\d+)[.)]/);return t?t[1].toUpperCase()===r:!1});return i===-1?null:i}function VY(e){let t=e.match(/^\s*([A-Za-z]|\d+)[.)]/);return t?t[1].toUpperCase():e.trim()}function HY(e,t){let n=t.text.trim();if(e.kind===`multi`){let r=(t.chosenSet??[]).slice().sort((e,t)=>e-t).map(t=>VY(e.options[t]??``)).filter(Boolean).join(`, `);return r&&n?`${r} — ${n}`:r||n}return n||(t.chosen==null?``:e.options[t.chosen]??``)}var UY=/^```(done|awaiting)[ \t]*\r?\n([\s\S]*?)\r?\n```[ \t]*$/gm,WY=/^(shell|agent|timer|pr|for|reason):\s*(\S.*)$/i,GY=8,KY=200;function qY(e,t){if(t===`done`)return{body:e.trim(),hints:[]};let n=e.split(`
349
+ `).map(e=>e.replace(/\r$/,``)),r=n.findIndex(e=>/^\s*---+\s*$/.test(e)),i=r===-1?n:n.slice(0,r),a=r===-1?[]:n.slice(r+1),o=[],s=[];for(let e of i){let t=e.match(WY);t?o.push({kind:t[1].toLowerCase(),value:t[2].trim().slice(0,KY)}):s.push(e)}return s.push(...a),{body:s.join(`
350
+ `).trim(),hints:o.slice(0,GY)}}function JY(e){let t=[],n=Nm(e),r=0;UY.lastIndex=0;for(let i=UY.exec(e);i!==null;i=UY.exec(e)){if(n(i.index)){UY.lastIndex=i.index+1;continue}let a=e.slice(r,i.index);a.trim()&&t.push({kind:`prose`,text:a});let o=i[1],{body:s,hints:c}=qY(i[2],o);t.push({kind:`fence`,fenceKind:o,body:s,hints:c}),r=i.index+i[0].length}let i=e.slice(r);return i.trim()&&t.push({kind:`prose`,text:i}),t}var YY=/^(\d+)\.\s+(.*)$/;function XY(e){if(!e)return null;let t=e.replace(/\r\n?/g,`
351
+ `).split(`
352
+ `),n=0;for(;n<t.length&&!t[n].trim();)n++;if(n>=t.length||t[n].trim()!==`Answers:`)return null;n++;let r=[];for(;n<t.length;n++){let e=t[n],i=e.match(YY);if(i)r.push({n:Number(i[1]),answer:i[2]});else if(r.length>0){let t=r[r.length-1];t.answer=t.answer?`${t.answer}\n${e}`:e}else if(e.trim())return null}if(r.length===0)return null;for(let e of r)e.answer=e.answer.replace(/\s+$/,``);return r}var ZY=`Answers to earlier questions:`,QY=/^(\d+)\.\s+[“"](.*?)[”"]\s+→\s+(.*)$/;function $Y(e){if(!e)return null;let t=e.replace(/\r\n?/g,`
353
+ `).split(`
354
+ `),n=0;for(;n<t.length&&!t[n].trim();)n++;if(n>=t.length||t[n].trim()!==ZY)return null;n++;let r=[];for(;n<t.length;n++){let e=t[n],i=e.match(QY);if(i){let e=i[2].trim();r.push(e?{n:Number(i[1]),answer:i[3],question:e}:{n:Number(i[1]),answer:i[3]})}else if(r.length>0){let t=r[r.length-1];t.answer=t.answer?`${t.answer}\n${e}`:e}else if(e.trim())return null}if(r.length===0)return null;for(let e of r)e.answer=e.answer.replace(/\s+$/,``);return r}function eX(e){return $Y(e)??XY(e)}function tX(e,t){for(let n=t-1;n>=0;n--){let t=e[n];if(t.kind===`event`||t.kind===`reasoning`||!t.text.trim())continue;if(t.role===`user`)return null;if(!t.text.includes("```question"))continue;let r=DY(t.text).filter(e=>e.kind===`question`);if(r.length>0)return r}return null}var nX=e=>e.kind===`question`?RY(e.text,e.questionKind,e.danger).contextMd.trim():``;function rX(e,t){if(t.length!==1)return null;let n=e.trim();if(!n)return null;let r=t[0];if(r.kind!==`question`)return null;let i=RY(r.text,r.questionKind,r.danger);if(!i.options.some(e=>e.trim()===n))return null;let a=i.contextMd.trim();return[a?{n:1,answer:n,question:a}:{n:1,answer:n}]}function iX(e,t){let n=e[t];if(!n||n.role!==`user`||n.kind===`event`)return null;let r=$Y(n.text);if(r)return r;let i=XY(n.text),a=tX(e,t);return i?!a||!i.every((e,t)=>Number.isInteger(e.n)&&e.n>=1&&e.n<=a.length&&(t===0||e.n>i[t-1].n))?i:i.map(e=>{let t=nX(a[e.n-1]);return t?{...e,question:t}:{...e}}):a?rX(n.text,a):null}function aX(e){return e.map((t,n)=>iX(e,n))}var oX=`[overflow-wrap:anywhere] [&_pre]:whitespace-pre-wrap [&_pre]:break-all`,sX=`rounded-xl`,cX=`rounded-t-xl`,lX=`rounded-b-[calc(var(--block-radius)_-_1px)]`,uX={neutral:{border:`border-border-strong`,head:`text-fg`},attention:{border:`border-accent/45`,head:`text-accent`},caution:{border:`border-border-strong`,head:`text-amber-400`},danger:{border:`border-red-500/45`,head:`text-red-400`}},dX=`card-icon-offset`;function fX({icon:e,label:t,head:n=uX.neutral.head,aside:r}){return(0,B.jsxs)(`div`,{className:`flex min-w-0 items-start gap-2`,children:[(0,B.jsx)(`span`,{className:`min-w-0 flex-1 text-[13px] font-medium leading-5 tracking-tight ${n}`,children:t}),r&&(0,B.jsx)(`span`,{className:`shrink-0 leading-5`,children:r}),(0,B.jsx)(e,{"aria-hidden":`true`,size:14,className:`shrink-0 ${dX} ${n}`})]})}function pX({children:e}){return(0,B.jsx)(`div`,{className:`card-md mt-1 min-w-0 text-fg/75`,children:e})}function mX({tone:e=`neutral`,icon:t,label:n,aside:r,children:i,className:a=``,...o}){let{border:s,head:c}=uX[e];return(0,B.jsxs)(`div`,{...o,className:`min-w-0 ${sX} border ${s} bg-panel-2 p-4 ${a}`,children:[(0,B.jsx)(fX,{icon:t,label:n,head:c,aside:r}),i!=null&&(0,B.jsx)(pX,{children:i})]})}var hX=`block min-w-0 text-[13px] leading-5 text-fg/75`;function gX({children:e,className:t=``}){return(0,B.jsx)(`div`,{className:`mt-3 flex flex-wrap items-center justify-start gap-x-2.5 gap-y-2 ${t}`,children:e})}var _X=`min-w-0 flex-1 text-[11px] leading-snug text-muted/70`,vX=`text-accent underline underline-offset-2 decoration-accent/40 hover:decoration-accent`,yX=`flex shrink-0 items-center gap-1 rounded-md text-[11px] font-medium outline-none transition-colors focus-visible:ring-1 focus-visible:ring-fg/60 bg-fg px-2.5 py-1 text-bg hover:opacity-90`;function bX({icon:e,children:t,sourceId:n,ariaLabel:r,marker:i,onClick:a}){let o=(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`h-px flex-1 bg-border/70 transition-colors group-hover/wake:bg-border`}),(0,B.jsxs)(`span`,{className:`petite-caps flex min-w-0 items-center gap-1 break-words text-center text-[12px] text-muted/70 transition-colors group-hover/wake:text-fg`,children:[e&&(0,B.jsx)(e,{"aria-hidden":`true`,size:12,className:xX}),t]}),(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`h-px flex-1 bg-border/70 transition-colors group-hover/wake:bg-border`})]});return a?(0,B.jsx)(`button`,{type:`button`,"data-wake-divider":i,onClick:a,onMouseDown:e=>e.preventDefault(),"aria-label":r,className:`group/wake my-1 flex w-full items-center gap-3 rounded-sm text-left outline-none focus-visible:ring-1 focus-visible:ring-fg/60`,children:o}):(0,B.jsx)(`div`,{"data-frizz-msg":n,"data-wake-divider":i,className:`my-1 flex items-center gap-3`,role:r?`separator`:void 0,"aria-label":r,children:o})}var xX=`shrink-0 translate-y-[0.04em]`;function SX(e,t=Date.now()){let n=e?Date.parse(e):NaN;if(!Number.isFinite(n)||!Number.isFinite(t))return null;let r=Math.max(0,Math.floor((t-n)/1e3));if(r<60)return`just now`;let i=Math.floor(r/60);if(i<60)return`${i}m ago`;let a=Math.floor(i/60);if(a<24)return`${a}h ago`;let o=Math.floor(a/24);if(o<7)return`${o}d ago`;let s=Math.floor(o/7);if(s<5)return`${s}w ago`;let c=Math.floor(o/30);return c<12?`${c}mo ago`:`${Math.floor(o/365)}y ago`}function CX(e,t,n){return e===1?n?`New ${t} from @${n}`:`New ${t}`:`${e} new items`}var wX=`rounded-sm underline decoration-muted/30 underline-offset-2 outline-none transition-colors hover:text-fg hover:decoration-fg/60 focus-visible:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`;function TX({steer:e,text:t,sourceId:n,wrap:r}){let i=e??Xh(t);if(!i)return(0,B.jsx)(`div`,{"data-frizz-msg":n,"data-frizz-wake":!0,className:`min-w-0 max-w-[85%]`,children:(0,B.jsx)(mX,{icon:Lv,label:`Frizz`,children:(0,B.jsx)(`div`,{className:`${hX} whitespace-pre-wrap [overflow-wrap:anywhere]${r?` ${oX}`:``}`,children:t})})});let a=MV(i.ref),o=i.items.length+i.omitted,s=Wh(t),c=!s&&i.items.length===1&&i.omitted===0?i.items[0]:null,l=c?SX(c.at):null,u=c?.url??a,d=s?`${o} ${o===1?`item`:`items`} already`:CX(o,i.items[0]?.label??`item`,c?.actor),f=u?(0,B.jsx)(`a`,{href:u,target:`_blank`,rel:`noreferrer noopener`,className:wX,children:i.ref}):(0,B.jsx)(`span`,{children:i.ref});return(0,B.jsxs)(bX,{icon:uy,sourceId:n,marker:`github`,ariaLabel:u?void 0:`${d} on ${i.ref}`,children:[(0,B.jsxs)(`span`,{className:`min-w-0 truncate`,children:[d,` on `,f]}),l&&(0,B.jsxs)(`span`,{title:c?.at,className:`shrink-0 tabular-nums`,children:[`· `,l]})]})}function EX({bump:e,sourceId:t}){let n=e.kind===`schedule`;if(e.kind===`signoff`){let e=`Frizz asked for a sign-off`;return(0,B.jsx)(bX,{icon:My,sourceId:t,marker:`rest`,ariaLabel:e,children:e})}let r=n?`Goal${e.every?` · every ${e.every}`:``}`:`Goal · at rest`;return(0,B.jsx)(bX,{icon:n?Ry:Oy,sourceId:t,marker:n?`schedule`:`rest`,ariaLabel:r,children:r})}function DX(e){return e.sourceId??`legacy-${LX(e.text)}`}function OX(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(!(n.kind===`event`||n.kind===`reasoning`)&&n.role===`assistant`&&n.text.trim())return t}return-1}var kX=e=>DY(e).filter(e=>e.kind===`question`).map(e=>e.kind===`question`?RY(e.text,e.questionKind,e.danger):RY(``,`question`));function AX(){let e=new Set;return(t,n)=>{let r=DX(t);return e.has(r)&&(r=`${r}#${n}`),e.add(r),r}}function jX(e){let t=OX(e),n=AX(),r=[];for(let i=0;i<e.length;i++){let a=e[i];if(a.kind===`event`||a.kind===`reasoning`||a.role!==`assistant`||!a.text.trim()||!a.text.includes("```question"))continue;let o=kX(a.text);o.length>0&&r.push({idx:i,identity:n(a,i),blocks:o,isLive:i===t})}return r}function MX(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(!(n.kind===`event`||n.kind===`reasoning`)){if(n.role===`user`&&n.text.trim())break;if(!(n.role!==`assistant`||!n.text.trim())&&kX(n.text).length>0)return t}}return-1}function NX(e){let{answered:t,live:n}=e;return t.length>0&&t.every(e=>e.isLive)&&n?`Answers:\n${n.numbered.map(({n:e,a:t})=>`${e}. ${t}`).join(`
355
+ `)}`:`Answers to earlier questions:\n${t.map((e,t)=>`${t+1}. “${e.question}” → ${e.answer}`).join(`
356
+ `)}`}function PX(e,t,n,r={}){let i=AV(e),[a,o]=(0,z.useState)({}),s=(0,z.useMemo)(()=>jX(t),[t]),c=(0,z.useMemo)(()=>{for(let e=t.length-1;e>=0;e--)if(!(t[e].kind===`event`||t[e].kind===`reasoning`)&&t[e].role===`assistant`&&t[e].text.trim())return t[e]},[t]),l=(0,z.useMemo)(()=>MX(t)!==-1,[t]),u=oB(),d=sB(e),f=(0,z.useCallback)((t,n)=>aB.answer(u,e,d,t,n),[u,e,d]),p=(0,z.useMemo)(()=>s.flatMap(e=>e.blocks.map((t,n)=>f(e.identity,n))),[s,f]),m=lB(p),h=(0,z.useRef)(n);h.current=n;let g=(0,z.useCallback)((e,t)=>({...a[`${e}::${t}`]??{chosen:null,text:``},text:m.get(f(e,t))??``}),[a,m,f]),_=(0,z.useMemo)(()=>{let e=new Map;for(let t of s)e.set(t.identity,t);return e},[s]),v=(0,z.useCallback)((e,t,n)=>{let r=_.get(e)?.blocks[t],i=`${e}::${t}`;r?.kind!==`multi`&&rB.clear(f(e,t)),o(e=>{let t=e[i]??{chosen:null,text:``};if(r?.kind===`multi`){let r=new Set(t.chosenSet??[]);return r.has(n)?r.delete(n):r.add(n),{...e,[i]:{chosen:null,text:t.text,chosenSet:[...r].sort((e,t)=>e-t)}}}return{...e,[i]:{chosen:t.chosen===n?null:n,text:``}}})},[_,f]),y=(0,z.useCallback)((e,t,n)=>{let r=_.get(e)?.blocks[t];rB.set(f(e,t),n),o(i=>{let a=`${e}::${t}`,o=i[a]??{chosen:null,text:``};return r?.kind===`multi`?{...i,[a]:{chosen:null,text:n,chosenSet:o.chosenSet??[]}}:{...i,[a]:{chosen:null,text:n}}})},[_,f]),b=s.some(e=>e.blocks.some((t,n)=>HY(t,g(e.identity,n))!==``)),x=r.scrollToBottom!==!1,S=(0,z.useCallback)((e,t={})=>{i.submit(e,{...t,scrollToBottom:x})&&h.current?.()},[i,x]),C=(0,z.useCallback)(e=>{let t=typeof e==`string`?e:void 0,n=t?s.filter(e=>e.identity===t):s,r=t?n.flatMap(e=>e.blocks.map((t,n)=>f(e.identity,n))):p,i=n.flatMap(e=>e.blocks.map((t,n)=>`${e.identity}::${n}`)),c=(e,t)=>HY(e.blocks[t],g(e.identity,t)),l=n.flatMap(e=>e.blocks.map((t,n)=>({ask:e,bi:n,question:IX(t),answer:c(e,n)})).filter(e=>e.answer!==``));if(l.length===0)return;let u=n.find(e=>e.isLive),d=NX({answered:l.map(e=>({isLive:e.ask.isLive,question:e.question,answer:e.answer})),live:u&&{numbered:u.blocks.map((e,t)=>({n:t+1,a:c(u,t)})).filter(({a:e})=>e!==``)}}),m=a,h=r.map(e=>[e,rB.get(e)]);S(d,{onOptimistic:()=>{r.forEach(e=>rB.clear(e)),o(e=>{let t={...e};for(let e of i)delete t[e];return t})},onRollback:()=>{o(e=>{let t={...e};for(let e of i)m[e]?t[e]=m[e]:delete t[e];return t}),h.forEach(([e,t])=>{t&&!rB.get(e)&&rB.set(e,t)})}})},[a,s,g,S,p,f]),w=(0,z.useCallback)(e=>{let t=_.get(DX(e));if(t)return{answerFor:e=>g(t.identity,e),onChip:(e,n)=>v(t.identity,e,n),onText:(e,n)=>y(t.identity,e,n),onSubmit:()=>C(t.identity),anyAnswered:t.blocks.some((e,n)=>HY(e,g(t.identity,n))!==``),sending:i.pending}},[_,g,v,y,C,i.pending]);return{liveMsg:c,answering:(0,z.useMemo)(()=>c?w(c):void 0,[c,w]),answeringForMessage:w,answerable:l,anyAnswered:b,sending:i.pending,sendAnswers:C,sendMessage:S}}function FX(e){let t=e.split(`
357
+ `).map(e=>e.trim()).find(e=>e.length>0)??``;return t.length>120?`${t.slice(0,117)}…`:t}function IX(e){return FX(e.contextMd)||FX(e.options.join(` / `))||`earlier question`}function LX(e){let t=2166136261;for(let n=0;n<e.length;n++)t=Math.imul(t^e.charCodeAt(n),16777619);return(t>>>0).toString(36)}function RX(e){return(0,z.useSyncExternalStore)(e=>qd(X,e),()=>e?zX(e)!==`codex`:!1,()=>!1)}function zX(e){return hv(X.board,e)?.backend}function BX(e,t,n,r){let i=aB.followUp(e,t,n),a=rB.get(i),o=a?`${r}\n\n${a}`:r;return rB.set(i,o),i}function VX(e){if(!(typeof document>`u`)){for(let t=e;t;t=t.parentElement){let e=t.querySelector(`[data-thread-composer-box] textarea`);if(e){e.focus(),e.setSelectionRange(e.value.length,e.value.length);return}}document.getElementById(`followup-input`)?.focus()}}function HX(e){let t=Vu(),n=oB(),[r,i]=(0,z.useState)(!1);return{unqueue:(0,z.useCallback)(a=>{if(!e||r)return;let o=hv(X.board,e)?.sessionId;if(!o){Z(`This thread has no live session to unqueue from`);return}i(!0),Y.unqueueFollowUp({slug:e,sessionId:o,deliveryId:a.deliveryId}).then(r=>{if(i(!1),!r.unqueued){Z(r.reason??`That message could not be taken back`);return}JE(t,e,a.rawText,a.deliveryId),BX(n,e,o,a.text),VX(a.from)},e=>{i(!1),Z(`Couldn't unqueue — ${(e instanceof Error?e.message:String(e)).slice(0,90)}`)})},[r,n,t,e]),pending:r}}function UX(e){return(0,z.useSyncExternalStore)(e=>qd(X,e),()=>{if(!e)return!1;let t=hv(X.board,e);return t?.backend!==`codex`&&t?.runtime===`running`},()=>!1)}function WX(e){let[t,n]=(0,z.useState)(!1);return{deliverNow:(0,z.useCallback)(()=>{if(!e||t)return;let r=hv(X.board,e)?.sessionId;if(!r){Z(`This thread has no live session to interrupt`);return}n(!0),Y.deliverQueuedNow({slug:e,sessionId:r}).then(e=>{n(!1),e.interrupted||Z(e.reason??`That message could not be pushed through`)},e=>{n(!1),Z(`Couldn't push it through — ${(e instanceof Error?e.message:String(e)).slice(0,90)}`)})},[t,e]),pending:t}}function GX(e){let t=e.trim();return!t||t.length>1024||/\s/.test(t)||/^[a-z][a-z0-9+.-]*:\/\//i.test(t)?!1:t===`~`||t.startsWith(`~/`)||t.startsWith(`/`)||t.includes(`/`)}var KX=new Map,qX=128;async function JX(e){let t=[...new Set(e)].filter(e=>!KX.has(e));if(!t.length)return!1;let n=[];for(let e=0;e<t.length;e+=qX)n.push(t.slice(e,e+qX));let r=await Promise.all(n.map(async e=>{try{return(await Y.resolveLocalPaths({paths:e})).resolved}catch{return e.map(e=>({input:e,path:null}))}})),i=!1;for(let e of r)for(let t of e)KX.has(t.input)||(KX.set(t.input,t.path),i=!0);return i}function YX(e,t){e.setAttribute(`data-local-path`,t),e.setAttribute(`title`,`Open ${t}`),e.classList.add(`local-file-code`)}function XX(e,t){let[n,r]=(0,z.useState)(0);(0,z.useLayoutEffect)(()=>{let t=e.current;if(!t)return;let n=[];for(let e of t.querySelectorAll(`code`)){if(e.closest(`pre`))continue;let t=(e.textContent??``).trim();if(!GX(t))continue;let r=KX.get(t);r===void 0?n.push(t):r&&YX(e,r)}n.length&&JX(n).then(e=>{e&&r(e=>e+1)})},[e,t,n])}function ZX(e){return e.displayText??e.text}function QX(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(n.role===`user`&&!n.queued&&!n.peerFrom)return t}return-1}var $X=new Set([`planning`,`planned`,`active`,`needs-human`,`blocked`]);function eZ(e){return!!(e&&e.kind===`legacy`&&!e.foreign&&e.runtime===`none`&&!e.sessionId&&!e.tmuxName&&!e.owner&&e.agents.length===0&&e.errors.length===0&&$X.has(e.status))}function tZ(e,t){let n=e.trim();if(!(!n||n===t.trim()))return n}function nZ(e,t){let n=e.trim();return!n||n===t||n===`Untitled thread`||n===`Spinning up a thread…`?``:n}function rZ(e){return e.kind!==`session`||e.foreign||e.backend===`codex`?{show:!1,enabled:!1,label:``}:e.runtime===`turn-idle`?{show:!0,enabled:!0,label:`Rename with Claude`}:e.runtime===`perm-prompt`||e.pendingAsk||e.nativeInputRequired?{show:!0,enabled:!1,label:`Resolve Claude's terminal prompt before renaming`}:e.runtime===`running`||e.runtime===`spawning`?{show:!0,enabled:!1,label:`Rename with Claude when the current turn finishes`}:{show:!0,enabled:!1,label:`Resume this Claude thread to use AI rename`}}var iZ=`sticky top-0 z-10 flex min-w-0 shrink-0 items-center gap-2.5 border-b border-border bg-panel px-3 py-1.5 min-h-12 max-[640px]:flex-wrap max-[640px]:items-start max-[640px]:gap-y-2 max-[640px]:px-4 max-[640px]:py-2.5`,aZ=`min-w-0 flex-1 pl-1 max-[640px]:basis-full`,oZ=`flex shrink-0 items-center max-[640px]:w-full max-[640px]:justify-between`;function sZ(e){return e?.trim()?{kind:`profile-error`,message:`Profile controls unavailable: ${e.trim().slice(0,160)}`}:null}function cZ(e){if(e.foreign)return`Read-only external thread`;if(e.permissionChangePending||e.permissionPending)return`A permission change is already in progress`;if(e.profileChangePending)return`A model and effort change is already in progress`;if(e.runtimeControlPending)return`Another runtime control is already in progress`;if(e.pendingAsk||e.nativeInputRequired||e.runtime===`perm-prompt`)return`Resolve the current terminal approval or question first`;if(e.backend===`codex`)return null;let t=[...e.subAgents??[],...e.bgShells??[]].filter(e=>e.state===`running`||e.state===`stale`).length;return t>0?`Wait for ${t} unresolved background operation${t===1?``:`s`}`:e.runtime===`running`||e.runtime===`spawning`?`Wait for the current turn to finish`:null}function lZ(e){return e.permissionChangePending===!0||e.permissionPending!==void 0||e.profileChangePending===!0||e.runtimeControlPending===!0}function uZ(e,t){let n=t===`codex`?`Sandbox`:`Permissions`;return e===`applied`?`${n} applied to the live session`:e===`next-turn`?t===`codex`?`${n} applied — takes effect on the next turn`:`${n} saved — the worker restarts on the next turn`:`${n} saved for the next resume`}function dZ(e){return e===`right`?`pl-3 pr-7`:`pl-7 pr-3`}function fZ(e,t,n,r){let i=(n?n.flatMap(e=>e.options):t??[]).find(t=>t.value===e);return i?{text:i.label,placeholder:!1}:e?{text:e,placeholder:!1}:{text:r??``,placeholder:!0}}var pZ=`__frizz_empty_select_value__`,mZ=e=>e===``?pZ:e,hZ=e=>e===pZ?``:e,gZ={ghost:`border-transparent bg-transparent hover:border-border hover:bg-panel-2 data-[state=open]:border-border data-[state=open]:bg-panel-2`,bordered:`w-full justify-between border-border bg-bg hover:bg-panel-2 data-[state=open]:bg-panel-2`,readout:`text-muted hover:text-fg border-border/50 bg-transparent hover:border-border hover:bg-panel-2 data-[state=open]:border-border data-[state=open]:bg-panel-2 [&_.select-caret]:text-fg/65 [&_.select-caret]:opacity-100`},_Z={ghost:`border-transparent bg-transparent`,bordered:`w-full justify-between border-border bg-bg`,readout:`text-muted border-border/50 bg-transparent [&_.select-caret]:text-fg/65 [&_.select-caret]:opacity-100`};function vZ({o:e,indicatorPosition:t,typography:n}){return(0,B.jsxs)(xL,{value:mZ(e.value),title:e.title,className:`relative flex w-full min-w-0 cursor-pointer select-none items-center overflow-hidden rounded-md py-1.5 text-left text-[12px] text-muted outline-none data-[highlighted]:bg-panel-2 data-[highlighted]:text-fg data-[state=checked]:bg-panel-2 data-[state=checked]:font-medium data-[state=checked]:text-fg ${dZ(t)} ${n??``}`,children:[(0,B.jsx)(SL,{className:`pointer-events-none absolute top-1/2 inline-flex -translate-y-1/2 items-center text-accent ${t===`right`?`right-2`:`left-2`}`,children:(0,B.jsx)(Bv,{size:13})}),(0,B.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-left`,children:e.label})]})}function yZ({value:e,onValueChange:t,options:n,groups:r,placeholder:i,ariaLabel:a,title:o,disabled:s=!1,variant:c=`ghost`,indicatorPosition:l=`left`,side:u=`bottom`,className:d=``}){let f=fZ(e,n,r,i),p=s?_Z[c]:gZ[c],m=c===`readout`?tz:``,[h,g]=(0,z.useState)(!1),_=(0,z.useRef)(h),v=(0,z.useRef)(s),y=(0,z.useRef)(void 0);return _.current=h,v.current=s,(0,z.useLayoutEffect)(()=>{let e=e=>{e.key!==`Escape`||!_.current||v.current||(e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation(),_.current=!1,y.current?.(),y.current=void 0,g(!1))};return window.addEventListener(`keydown`,e,{capture:!0}),()=>window.removeEventListener(`keydown`,e,{capture:!0})},[]),(0,z.useLayoutEffect)(()=>{!s||!h||(_.current=!1,y.current?.(),y.current=void 0,g(!1))},[s,h]),(0,z.useLayoutEffect)(()=>()=>y.current?.(),[]),(0,B.jsxs)(pL,{modal:!1,open:h,onOpenChange:e=>{y.current?.(),y.current=void 0,_.current=e,g(e),e&&(y.current=yz(()=>{_.current=!1,y.current=void 0,g(!1)}))},children:[(0,B.jsx)(mL,{asChild:!0,disabled:s,children:(0,B.jsxs)(`button`,{type:`button`,"aria-label":a,title:o,className:`group inline-flex min-w-0 max-w-full items-center gap-1.5 rounded-md border px-2 py-1 text-left text-[12px] text-fg outline-none data-[placeholder]:text-muted ${s?`cursor-not-allowed opacity-45`:`cursor-pointer transition-colors`} ${p} ${c===`readout`?`select-trigger-readout`:``} ${m} ${d}`,children:[(0,B.jsx)(`span`,{className:`min-w-0 flex-1 truncate text-left ${f.placeholder?`text-muted`:``}`,children:f.text}),(0,B.jsx)(Vv,{className:`select-caret shrink-0 text-muted ${s?``:`transition-transform group-data-[state=open]:rotate-180`}`,size:13})]})}),(0,B.jsx)(hL,{children:(0,B.jsx)(gL,{align:`start`,side:u,sideOffset:5,onEscapeKeyDown:e=>e.stopPropagation(),className:`${EL} min-w-[var(--radix-dropdown-menu-trigger-width)] max-w-[calc(100vw-1rem)] overflow-hidden rounded-lg p-1 ${m}`,children:(0,B.jsx)(bL,{value:mZ(e),onValueChange:e=>t(hZ(e)),className:`max-h-[300px] min-w-0 overflow-y-auto`,children:r?r.map((e,t)=>(0,B.jsxs)(_L,{children:[e.label&&(0,B.jsx)(vL,{className:`${dZ(l)} min-w-0 truncate pb-1 pt-2 text-left text-[10px] font-medium uppercase tracking-wide text-muted/60 first:pt-1`,children:e.label}),e.options.map(e=>(0,B.jsx)(vZ,{o:e,indicatorPosition:l,typography:m},e.value))]},e.label||`g${t}`)):(n??[]).map(e=>(0,B.jsx)(vZ,{o:e,indicatorPosition:l,typography:m},e.value))})})})]})}function bZ(e,t,n,r){let i=e.find(e=>e.model===t),a=!!i,o=!!(i&&n&&i.efforts.includes(n)),s=a&&o;return{selectedProfile:i,modelKnown:a,effortKnown:o,profileKnown:s,modelSelectable:r||a,effortSelectable:!!i&&(r||s)}}function xZ(e){let t=Xd(X).board?.threads.find(t=>t.id===e),n=nd({queryKey:[`threadProfileOptions`,e],queryFn:()=>Y.threadProfileOptions({slug:e}),enabled:!!(t&&!t.foreign&&t.kind===`session`),staleTime:5e3}),r=rd({mutationFn:t=>Y.setThreadProfile({slug:e,...t})}),i=rd({mutationFn:t=>Y.setThreadPermission({slug:e,permissionMode:t})}),a=r.isPending||i.isPending;if(!t||t.foreign||t.kind!==`session`)return{busy:a,footer:null,status:null};let o=a||lZ(t),s=t.model?.trim(),c=t.effort?.trim(),l=t.backend===`codex`?`codex`:`claude`,u=r.isPending?r.variables:void 0,d=t.profilePendingModel??u?.model,f=t.profilePendingEffort??u?.effort,p=n.data?.options??[],{modelSelectable:m}=bZ(p,s,c,t.runtime===`exited`),h=n.data!==void 0,g=[{id:l,label:l===`codex`?`Codex`:`Claude Code`,options:p}],_=sZ(n.isError?n.error.message:void 0),v=t.permissionMode?Fz(t.permissionMode):`auto`,y=Nz.some(e=>e.value===v)?v:`auto`,b=i.isPending?i.variables:y,x=cZ(t);function S(e){e!==y&&i.mutate(e,{onSuccess:e=>Z(uZ(e.effect,`claude`)),onError:e=>Z(`Permission change failed: ${e.message.slice(0,120)}`)})}function C(e){r.mutate(e,{onSuccess:e=>Z(e.effect===`next-resume`?`Model and effort saved for the next resume`:`Model and effort applied`),onError:e=>Z(`Profile change failed: ${e.message.slice(0,120)}`)})}return{busy:o,footer:(0,B.jsxs)(`div`,{"data-thread-composer-controls":!0,className:`flex min-w-0 flex-1 flex-wrap items-center gap-x-1.5 gap-y-0.5`,children:[(0,B.jsx)(Cz,{groups:g,value:{provider:l,model:s,effort:c},pending:d||f?{provider:l,model:d,effort:f}:void 0,onValueChange:({model:e,effort:t})=>C({model:e,effort:t}),placeholder:n.isPending?`Profile loading…`:`Profile unknown`,ariaLabel:`Thread model and effort`,menuAriaLabel:`Choose ${l===`codex`?`Codex`:`Claude Code`} model and effort`,title:m?t.runtime===`exited`?`Saved per thread and applied when this conversation resumes`:`Change this idle conversation's model and reasoning effort`:`The current live backend profile is unavailable; controls fail closed`,disabled:o||!h||!m||n.isError,compact:!0,side:`top`,className:`min-w-0 max-w-[min(72%,20rem)] px-1.5 py-0.5`}),l===`claude`&&(0,B.jsx)(yZ,{variant:`readout`,side:`top`,value:b,onValueChange:e=>S(e),options:Nz,ariaLabel:`Thread permission mode`,title:x?`${x} — changing permissions restarts this thread's worker process`:b===`bypassPermissions`?`Bypass: the worker never asks for approval. Changing this restarts the worker process; the conversation resumes from disk on the next turn.`:`Auto: risky actions raise an approval card here. Changing this restarts the worker process; the conversation resumes from disk on the next turn.`,disabled:o||x!==null,className:`shrink-0`}),d&&f&&(0,B.jsxs)(`span`,{className:`min-w-0 truncate text-[9px] text-muted/50`,children:[`→ `,d,` · `,f,` pending`]})]}),status:_?(0,B.jsx)(`div`,{"data-thread-control-error":``,className:`px-1 pt-1 text-[9.5px] leading-tight text-muted/65`,children:_.message}):null}}function SZ({slug:e,surface:t,placeholder:n,className:r,id:i,ops:a,submitOverride:o}){let s=Xd(X).board?.threads.find(t=>t.id===e),c=oB(),l=aB.followUp(c,e,s?.sessionId),[u,d,f]=cB(l),p=xZ(e),m=AV(e),[h,g]=(0,z.useState)(null),[_,v]=(0,z.useState)(null),y=!o&&s?.runtime===`running`&&s.backend!==`codex`;function b(e=!1){let t=u.trim();if(!t)return;let n=Ez(t);if(n){f();let e=s?.backend===`codex`?`codex`:`claude`;n===`login`?g(e):v(e);return}let r={onOptimistic:f,onRollback:()=>{rB.get(l)||d(u)}};o?o(t,r):m.submit(t,{...r,interrupt:e})}return(0,B.jsxs)(`div`,{"data-thread-composer-box":t,...t===`chatComposer`?{"data-thread-action-bar":``}:{},className:r,children:[(0,B.jsx)(XR,{id:i,surface:t,value:u,onChange:d,onSubmit:()=>b(),onInterruptSubmit:y?()=>b(!0):void 0,placeholder:n,busy:p.busy,footer:p.footer}),p.status,(0,B.jsx)(`div`,{className:`ops-column-optical-inset empty:hidden`,children:a}),h&&(0,B.jsx)(Oz,{backend:h,onClose:()=>g(null),onAuthed:()=>g(null)}),_&&(0,B.jsx)(kz,{backend:_,onClose:()=>v(null)})]})}function CZ({slug:e,ops:t}){let n=Xd(X).board?.threads.find(t=>t.id===e);return n?n.foreign?(0,B.jsx)(`div`,{className:`shrink-0 px-4 py-3 text-[11.5px] text-muted/70`,children:`Read-only — running in an external terminal.`}):(0,B.jsx)(SZ,{slug:e,surface:`chatComposer`,id:`followup-input`,placeholder:`Follow up…`,className:`shrink-0 px-3 py-3`,ops:t}):null}function wZ({thread:e,openHref:t,onDoc:n,onDone:r,onCollapse:i,collapsed:a,doneBusy:o,onStatusMutate:s,onStatusApplied:c,onStatusFailed:l}){let u=e.kind===`session`;return(0,B.jsxs)(`div`,{className:`flex shrink-0 items-center gap-0.5`,children:[i&&(0,B.jsx)(DZ,{label:a?`Expand`:`Collapse`,icon:a?Gv:Wv,size:13,onClick:i}),n&&(0,B.jsx)(DZ,{label:`Frizz document`,icon:ry,size:14,onClick:n}),t&&(0,B.jsx)(OZ,{label:`Open in new tab`,icon:Fv,size:14,href:t}),u?tO(e)?(0,B.jsx)(TZ,{slug:e.id}):null:(0,B.jsx)(`div`,{className:`ml-1`,children:(0,B.jsx)(PL,{slug:e.id,onDone:r,doneBusy:o,onMutateStart:s,onApplied:c,onFailed:l})})]})}function TZ({slug:e}){let t=Vu(),[n,r]=(0,z.useState)(!1);return(0,B.jsx)(iV,{label:`Retry — resume this session where it left off`,children:(0,B.jsxs)(`button`,{onClick:()=>{r(!0),jV(t,e).finally(()=>r(!1))},disabled:n,"aria-label":`Retry exited session`,onMouseDown:e=>e.preventDefault(),className:`ml-1 flex items-center gap-1.5 rounded-md border border-accent/45 bg-accent/10 px-2.5 py-1 text-[12px] font-medium text-accent outline-none transition-colors hover:border-accent/70 hover:bg-accent/15 disabled:opacity-50`,children:[n?(0,B.jsx)(vy,{size:12,className:`animate-spin`}):(0,B.jsx)(ky,{size:12}),`Retry`]})})}var EZ=`flex h-7 w-7 shrink-0 items-center justify-center rounded-md text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg disabled:hover:bg-transparent disabled:hover:text-muted disabled:opacity-40`;function DZ({label:e,icon:t,size:n,busy:r,...i}){return(0,B.jsx)(iV,{label:e,children:(0,B.jsx)(`button`,{...i,"aria-label":e,onMouseDown:e=>e.preventDefault(),className:EZ,children:r?(0,B.jsx)(vy,{size:n,strokeWidth:2,className:`animate-spin`}):(0,B.jsx)(t,{size:n,strokeWidth:2})})})}function OZ({label:e,icon:t,size:n,href:r}){return(0,B.jsx)(iV,{label:e,children:(0,B.jsx)(`a`,{href:r,target:`_blank`,rel:`noopener`,"aria-label":e,onMouseDown:e=>e.preventDefault(),className:EZ,children:(0,B.jsx)(t,{size:n,strokeWidth:2})})})}function kZ(e){let t=e.kind===`session`&&e.foreign!==!0,n=t&&(e.state===`archived`||e.archived===!0),r=t,i=t&&!n;return{footer:r,done:n,snooze:i,archive:i}}function AZ(e){if(e.runtime===`perm-prompt`||e.pendingAsk||e.nativeInputRequired)return!0;if(e.runtime===`running`||e.runtime===`spawning`)return!1;let t=e=>e.state===`running`||e.state===`stale`;return!(e.subAgents?.some(e=>Qm(e)&&t(e))||e.bgShells?.some(t))}function jZ(e){let t={lead:`This thread is still running.`,groups:[],trailer:`Marking it done will stop its agent session, then move it to Done.`};if(!e)return t;let n=[MZ(`agent`,`sub-agent`,e.subAgents,e.subAgentCount),MZ(`shell`,`background shell`,e.bgShells,e.bgShellCount)].filter(e=>e!==null);return e.unobservable?{lead:`This session is live, but its transcript can’t be read right now — it may still be working.`,groups:n,trailer:`Marking it done will stop the session anyway, then move it to Done.`}:!e.turnInFlight&&n.length===0?t:{lead:e.turnInFlight?n.length>0?`The agent is mid-turn, and it still owns background work:`:`The agent is mid-turn — it’s executing right now.`:`The agent is resting, but the background work it launched is still running:`,groups:n,trailer:n.length>0?`Marking it done will stop the session and everything running under it, then move it to Done.`:`Marking it done will stop its agent session mid-turn, then move it to Done.`}}function MZ(e,t,n,r){let i=Math.max(r,n.length);return i===0?null:{kind:e,heading:`${i} ${t}${i===1?``:`s`}`,items:n.map(e=>({label:e.label,stale:e.state===`stale`})),overflow:Math.max(0,i-n.length)}}function NZ({open:e,onOpenChange:t,title:n,children:r,footer:i,className:a=`w-[640px] max-w-[92vw] max-h-[82vh]`}){return(0,B.jsx)(BL,{open:e,onOpenChange:t,children:(0,B.jsxs)(KL,{children:[(0,B.jsx)(JL,{className:`overlay-in fixed inset-0 z-[200] bg-black/55 backdrop-blur-[1px]`}),(0,B.jsxs)(QL,{"aria-modal":`true`,onEscapeKeyDown:xz,className:`pop-in fixed left-1/2 top-1/2 z-[200] flex -translate-x-1/2 -translate-y-1/2 flex-col overflow-hidden rounded-xl border border-border bg-panel shadow-2xl shadow-black/50 outline-none ${a}`,children:[(0,B.jsxs)(`header`,{className:`flex h-11 shrink-0 items-center gap-2 border-b border-border px-4`,children:[(0,B.jsx)(rR,{className:`min-w-0 flex-1 truncate text-[13px] font-medium`,children:n}),(0,B.jsx)(sR,{type:`button`,"aria-label":`Close`,className:`rounded-md p-1 text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg`,children:(0,B.jsx)(Hy,{size:15})})]}),(0,B.jsx)(`div`,{className:`min-h-0 flex-1 overflow-y-auto`,children:r}),i&&(0,B.jsx)(`footer`,{className:`flex shrink-0 items-center justify-end gap-2 border-t border-border px-4 py-3`,children:i})]})]})})}function PZ({thread:e,onSnoozed:t}){let[n,r]=(0,z.useState)(!1),[i,a]=(0,z.useState)(!1),[o,s]=(0,z.useState)(``),[c,l]=(0,z.useState)(``),[u,d]=(0,z.useState)(``),f=(0,z.useId)(),p=(0,z.useId)(),m=(0,z.useId)(),h=YD(e),g=Xd(ED).snoozePreset,_=sD(g),v=lD(g),y=(0,z.useMemo)(()=>fD(new Date(Date.now()+6e4)),[i]);async function b(n,i=null){r(!0);try{await Y.setThreadSnooze({slug:e.id,sessionId:e.sessionId??``,until:n,prompt:n?i:null}),n?(Z(`${i?`Bump scheduled`:`Snoozed`} · ${mD(n)}`),t?.()):Z(`Snooze cleared`),a(!1),d(``)}catch(e){let t=e instanceof Error?e.message:`Snooze failed`;Z(t.slice(0,100)),d(t)}finally{r(!1)}}function x(e){ED.snoozePreset=e,b(uD(e))}function S(){s(fD(new Date(h??uD(g)))),l(e.snoozePrompt??``),d(``),a(!0)}function C(){let e=pD(o);if(!e.ok){d(e.message);return}let t=c.trim();if(t.length>4e3){d(`Prompt is too long (${t.length}/${oh})`);return}b(e.until,t||null)}return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`div`,{className:`inline-flex items-stretch rounded-md border border-border-strong bg-panel-2/60`,children:[(0,B.jsxs)(`button`,{type:`button`,disabled:n,"aria-label":h?`Wake thread now`:v,title:h?`Wake now · ${mD(h)}`:v,onClick:()=>void b(h?null:uD(g)),className:`flex items-center gap-1.5 rounded-l-md px-2.5 py-1 text-[12px] font-medium text-fg/75 outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60 disabled:cursor-not-allowed disabled:opacity-45`,children:[n&&(0,B.jsx)(vy,{size:12,className:`animate-spin`}),h?`Wake now`:v]}),(0,B.jsx)(`span`,{"aria-hidden":!0,className:`my-1 w-px bg-border`}),(0,B.jsxs)(kL,{children:[(0,B.jsx)(AL,{asChild:!0,children:(0,B.jsx)(`button`,{type:`button`,disabled:n,"aria-label":`Snooze options`,title:`Selected snooze: ${_}`,className:`flex min-w-0 items-center justify-center gap-1 rounded-r-md px-2 text-fg/75 outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60 disabled:cursor-not-allowed disabled:opacity-45`,children:(0,B.jsx)(Vv,{size:12})})}),(0,B.jsxs)(jL,{align:`end`,children:[iD.map(e=>(0,B.jsx)(ML,{onSelect:()=>x(e.value),icon:(0,B.jsx)(Qv,{size:12}),children:(0,B.jsxs)(`span`,{className:`flex min-w-0 flex-1 items-center justify-between gap-4`,children:[(0,B.jsx)(`span`,{children:e.label}),(0,B.jsx)(`span`,{className:`text-[10px] text-muted/55`,children:e.detail})]})},e.value)),(0,B.jsx)(NL,{}),(0,B.jsx)(ML,{onSelect:S,children:`Custom time & prompt…`}),h&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(NL,{}),(0,B.jsx)(ML,{onSelect:()=>void b(null),children:`Wake now`})]})]})]})]}),(0,B.jsx)(NZ,{open:i,onOpenChange:e=>{n||a(e)},title:`Snooze thread`,className:`w-[360px] max-w-[92vw]`,footer:(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`button`,{type:`button`,disabled:n,onClick:()=>a(!1),className:`rounded-md px-3 py-1.5 text-[12px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg disabled:opacity-45`,children:`Cancel`}),(0,B.jsxs)(`button`,{type:`submit`,form:m,disabled:n,className:`flex items-center gap-1.5 rounded-md bg-fg px-3 py-1.5 text-[12px] font-medium text-bg outline-none transition-opacity hover:opacity-90 disabled:opacity-45`,children:[n&&(0,B.jsx)(vy,{size:12,className:`animate-spin`}),c.trim()?`Snooze & bump`:`Snooze`]})]}),children:(0,B.jsxs)(`form`,{id:m,className:`flex flex-col gap-2.5 p-4`,onSubmit:e=>{e.preventDefault(),C()},children:[(0,B.jsx)(`label`,{htmlFor:f,className:`text-[11px] font-medium text-muted`,children:`Wake at this local time`}),(0,B.jsx)(`input`,{id:f,type:`datetime-local`,required:!0,min:y,value:o,onChange:e=>{s(e.target.value),d(``)},className:`w-full rounded-md border border-border bg-bg px-2.5 py-2 text-[13px] text-fg outline-none focus:border-accent`}),(0,B.jsx)(`p`,{className:`text-[10.5px] text-muted/65`,children:`Stored as an exact instant; shown here in your browser’s local time zone.`}),(0,B.jsxs)(`label`,{htmlFor:p,className:`mt-1 text-[11px] font-medium text-muted`,children:[`Then send this prompt `,(0,B.jsx)(`span`,{className:`font-normal text-muted/55`,children:`(optional)`})]}),(0,B.jsx)(`textarea`,{id:p,autoFocus:!0,rows:3,maxLength:oh,placeholder:`e.g. Check whether CI went green and land it if so.`,value:c,onChange:e=>{l(e.target.value),d(``)},onKeyDown:e=>{e.key===`Enter`&&(e.metaKey||e.ctrlKey)&&(e.preventDefault(),C())},className:`w-full resize-y rounded-md border border-border bg-bg px-2.5 py-2 text-[13px] leading-5 text-fg outline-none placeholder:text-muted/40 focus:border-accent`}),(0,B.jsx)(`p`,{className:`min-h-4 text-[10.5px] text-muted/65`,children:c.trim()?`frizz will resume this thread with the prompt at the wake time.`:`Leave empty to just bring the card back to your queue.`}),u&&(0,B.jsx)(`p`,{role:`alert`,className:`text-[11px] text-red-400`,children:u})]})})]})}function FZ(e,t){return new Promise(n=>{kV(e,t,`Your worker process was restarted so it picks up frizz's current tooling (hooks and worker contract). Re-read whatever you left in your scratch directory, then continue exactly where you left off.`,{freshProcess:!0,onSuccess:()=>{Z(`Restarting worker…`),n()},onRollback:()=>n(),failureToast:e=>`Restart failed: ${e.slice(0,80)}`})||n()})}var IZ=null,LZ=null;function RZ(){return IZ===null?(LZ??=jW().then(e=>e===null?!1:(IZ=AW(e),IZ)).catch(()=>!1).finally(()=>{LZ=null}),LZ):Promise.resolve(IZ)}function zZ(){let[e,t]=(0,z.useState)(IZ===!0);return(0,z.useEffect)(()=>{if(IZ!==null){t(IZ);return}let e=!0;return RZ().then(n=>{e&&t(n)}),()=>{e=!1}},[]),e}function BZ({thread:e}){let t=Vu(),[n,r]=(0,z.useState)(!1);return!zZ()||e.kind!==`session`||e.foreign||e.backend===`codex`||e.runtime===`exited`?null:(0,B.jsx)(iV,{label:`Restart worker — same conversation, fresh process on current tooling`,side:`top`,children:(0,B.jsx)(`button`,{type:`button`,disabled:n,"aria-label":`Restart worker`,onMouseDown:e=>e.preventDefault(),onClick:()=>{r(!0),FZ(t,e.id).finally(()=>r(!1))},className:`flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-fg/55 outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60 disabled:cursor-not-allowed disabled:opacity-45 ${MR}`,children:n?(0,B.jsx)(vy,{size:12,className:`animate-spin`}):(0,B.jsx)(Dy,{size:12})})})}function VZ({thread:e}){let[t,n]=(0,z.useState)(!1);if(e.kind!==`session`||e.foreign||e.claudeRuntime!==`broker`||e.runtime===`exited`)return null;async function r(){n(!0);try{let t=await Y.reloadThreadPlugins({slug:e.id,sessionId:e.sessionId??``}),n=[`${t.plugins} plugin${t.plugins===1?``:`s`}`,`${t.commands} skill${t.commands===1?``:`s`}`,`${t.agents} agent${t.agents===1?``:`s`}`],r=t.mcpServers.length?` · MCP: ${t.mcpServers.join(`, `)}`:``,i=t.errorCount?` · ${t.errorCount} load error${t.errorCount===1?``:`s`}`:``;Z(`Reloaded ${n.join(`, `)}${r}${i}`)}catch(e){Z((e instanceof Error?e.message:`Plugin reload failed`).slice(0,120))}finally{n(!1)}}return(0,B.jsx)(iV,{label:`Reload plugins — hooks, skills, agents and MCP re-read from disk, same conversation`,side:`top`,children:(0,B.jsx)(`button`,{type:`button`,"data-reload-plugins":!0,disabled:t,"aria-label":`Reload plugins`,onMouseDown:e=>e.preventDefault(),onClick:()=>void r(),className:`flex size-6 items-center justify-center rounded-md text-fg/55 hover:bg-panel-2 hover:text-fg/80 disabled:opacity-50 ${jR}`,children:(0,B.jsx)(wy,{size:13})})})}var HZ=1.25,UZ=7.5-HZ/2,WZ=2*Math.PI*UZ;function GZ(e,t){return Math.max(0,Math.min(100,Math.floor(e/t*100)))}function KZ({thread:e}){let t=e.context;if(!t||t.window<=0)return null;let n=GZ(t.tokens,t.window),r=Math.max(0,Math.min(1,t.tokens/t.window)),i=`Context ${n}% full\n${t.tokens.toLocaleString()} of ${t.window.toLocaleString()} tokens`;return(0,B.jsx)(iV,{label:i,side:`top`,multiline:!0,children:(0,B.jsx)(`span`,{"data-context-meter":!0,"data-context-percent":n,"aria-label":i,className:`flex shrink-0 items-center text-muted/60`,children:(0,B.jsxs)(`svg`,{viewBox:`0 0 16 16`,className:`h-[1.05em] w-[1.05em]`,"aria-hidden":!0,style:{transform:`rotate(-90deg)`},children:[(0,B.jsx)(`circle`,{cx:`8`,cy:`8`,r:UZ,fill:`none`,stroke:`currentColor`,strokeOpacity:.3,strokeWidth:HZ}),(0,B.jsx)(`circle`,{cx:`8`,cy:`8`,r:UZ,fill:`none`,stroke:`currentColor`,strokeWidth:HZ,strokeDasharray:`${WZ*r} ${WZ}`})]})})})}var qZ={sm:{track:`h-[16px] w-[28px]`,thumb:`size-[12px]`,travel:`translate-x-[12px]`,onCap:`translate-y-[calc(6px_-_0.5cap)]`},md:{track:`h-[20px] w-[34px]`,thumb:`size-[16px]`,travel:`translate-x-[14px]`,onCap:`translate-y-[calc(8px_-_0.5cap)]`}};function JZ({checked:e,onChange:t,disabled:n,label:r,size:i=`sm`,testId:a}){let o=qZ[i];return(0,B.jsx)(`button`,{type:`button`,role:`switch`,"aria-checked":e,"aria-label":r,disabled:n,"data-switch":a,"data-state":e?`checked`:`unchecked`,onMouseDown:e=>e.preventDefault(),onClick:()=>t(!e),className:`inline-flex shrink-0 cursor-pointer items-center self-baseline rounded-full p-[2px] outline-none transition-colors focus-visible:ring-1 focus-visible:ring-fg/60 disabled:cursor-default disabled:opacity-45 ${o.track} ${o.onCap} ${e?`bg-fg`:`bg-border hover:bg-border-strong`}`,children:(0,B.jsx)(`span`,{className:`pointer-events-none block rounded-full transition-transform duration-150 ease-out ${o.thumb} ${e?`bg-bg ${o.travel}`:`translate-x-0 bg-muted/70`}`})})}function YZ({size:e=12,className:t=``}){return(0,B.jsxs)(`svg`,{width:e,height:e,viewBox:`0 0 24 24`,fill:`none`,stroke:`currentColor`,strokeWidth:2,strokeLinecap:`round`,strokeLinejoin:`round`,className:t,"aria-hidden":`true`,children:[(0,B.jsx)(`path`,{d:`M11 12a1 1 0 1 0 2 0a1 1 0 1 0 -2 0`}),(0,B.jsx)(`path`,{d:`M12 7a5 5 0 1 0 5 5`}),(0,B.jsx)(`path`,{d:`M13 3.055a9 9 0 1 0 7.941 7.945`}),(0,B.jsx)(`path`,{d:`M15 6v3h3l3 -3h-3v-3l-3 3`}),(0,B.jsx)(`path`,{d:`M15 9l-3 3`})]})}function XZ({thread:e}){let[t,n]=(0,z.useState)(`closed`),r=(0,z.useRef)(null),i=(0,z.useRef)(void 0);(0,z.useEffect)(()=>()=>clearTimeout(i.current),[]);let a=e.recurringPrompt,o=a?.stopHook===!0||a?.heartbeat===!0||a?.postCompaction===!0;function s(){clearTimeout(i.current),i.current=setTimeout(()=>n(e=>e===`closed`?`preview`:e),ZZ)}function c(){clearTimeout(i.current),n(e=>e===`preview`?`closed`:e)}let l=e=>{r.current?.contains(e.detail.originalEvent.target)&&e.preventDefault()};return(0,B.jsxs)(fW,{open:t!==`closed`,onOpenChange:e=>{e||(clearTimeout(i.current),n(`closed`))},children:[(0,B.jsx)(mW,{asChild:!0,children:(0,B.jsx)(`button`,{ref:r,type:`button`,"data-recurring-prompt":!0,"data-recurring-prompt-on":o?`true`:`false`,"aria-label":o?`Goal (on)`:`Goal`,"aria-haspopup":`dialog`,"aria-expanded":t===`full`,onClick:()=>{clearTimeout(i.current),n(e=>e===`full`?`closed`:`full`)},onPointerEnter:e=>{e.pointerType===`mouse`&&s()},onPointerLeave:e=>{e.pointerType===`mouse`&&c()},onFocus:()=>n(e=>e===`closed`?`preview`:e),onBlur:c,className:`flex items-center rounded-md px-0.5 py-0.5 outline-none ${AR}`,children:(0,B.jsx)(YZ,{size:12,className:o?`text-amber-400/90`:`text-muted/60 hover:text-muted`})})}),t===`preview`?(0,B.jsx)(hW,{side:`top`,align:`start`,"data-recurring-preview":!0,onPointerDownOutside:l,className:`pointer-events-none max-w-[min(22rem,calc(100vw-1.5rem))] p-2.5 text-[11px] leading-snug text-fg`,onOpenAutoFocus:e=>e.preventDefault(),children:(0,B.jsx)(QZ,{armed:a})}):(0,B.jsx)(hW,{side:`top`,align:`start`,className:`w-[min(46rem,calc(100vw-1.5rem))] p-3 text-[11px] leading-relaxed text-fg`,onPointerDownOutside:l,onOpenAutoFocus:e=>e.preventDefault(),children:(0,B.jsx)(sQ,{thread:e,armed:a})})]})}var ZZ=260;function QZ({armed:e}){let t=e?.prompt?.trim(),n=e?oQ({stopHook:e.stopHook===!0,heartbeat:e.heartbeat===!0,postCompaction:e.postCompaction===!0,seconds:e.intervalSeconds??tQ}):[];return(0,B.jsxs)(`div`,{"data-recurring-preview-body":!0,children:[(0,B.jsxs)(`div`,{className:`mb-1 flex items-baseline gap-2`,children:[(0,B.jsx)(`span`,{className:`font-medium`,children:`Goal`}),(0,B.jsx)(`span`,{className:`text-muted/70`,children:n.length>0?`sent ${n.join(`, `)}`:t?`no trigger is on`:`not set`})]}),(0,B.jsx)(`p`,{className:`line-clamp-4 whitespace-pre-wrap ${t?`text-fg/90`:`text-muted`}`,children:t||`Click to write what this thread is trying to achieve.`})]})}var $Z=1,eQ=1440,tQ=600;function nQ(e,t){if(e===String(Math.round(t/60)))return t;let n=Math.round(Number(e));return Number.isFinite(n)&&n>0?Math.min(eQ,Math.max($Z,n))*60:t}var rQ=null;function iQ(e){return{prompt:e.text.trim(),stopHook:e.stopHook,heartbeat:e.heartbeat,postCompaction:e.postCompaction,seconds:e.seconds}}function aQ(e,t){return!e.archived&&!t}function oQ(e){return[e.stopHook?`at every rest`:null,e.heartbeat?`every ${Math.round(e.seconds/60)} min`:null,e.postCompaction?`after every compaction`:null].filter(e=>e!==null)}function sQ({thread:e,armed:t}){let n=aQ(e,t)?dh:``,r=rQ?.slug===e.id?rQ.draft:null,[i,a]=(0,z.useState)(r?.text??t?.prompt??n),[o,s]=(0,z.useState)(r?.stopHook??t?.stopHook??!1),[c,l]=(0,z.useState)(r?.heartbeat??t?.heartbeat??!1),[u,d]=(0,z.useState)(r?.postCompaction??t?.postCompaction??!1),[f,p]=(0,z.useState)(r?.seconds??t?.intervalSeconds??tQ),m=o||c||u,[h,g]=(0,z.useState)(String(Math.round((r?.seconds??t?.intervalSeconds??tQ)/60))),_=(0,z.useRef)(null),v=(0,z.useRef)({prompt:t?.prompt??n,stopHook:t?.stopHook??!1,heartbeat:t?.heartbeat??!1,postCompaction:t?.postCompaction??!1,seconds:t?.intervalSeconds??tQ}),y=e=>({text:i,stopHook:o,heartbeat:c,postCompaction:u,seconds:nQ(h,f),...e}),b=(0,z.useRef)(y());b.current=y();let x=(0,z.useRef)(()=>Promise.resolve(!0));x.current=e=>C(e),(0,z.useEffect)(()=>()=>{x.current(b.current)},[]);let S=(0,z.useRef)(Promise.resolve(!0));function C(t){let n=S.current.catch(()=>!1).then(async()=>{let n=await w(t);return n?rQ?.slug===e.id&&(rQ=null):rQ={slug:e.id,draft:t},n});return S.current=n,n}async function w(n){let r=n.text.trim()||null;if(r===(v.current.prompt||null)&&n.stopHook===v.current.stopHook&&n.heartbeat===v.current.heartbeat&&n.postCompaction===v.current.postCompaction&&n.seconds===v.current.seconds)return!0;if(r===null&&!t)return v.current={...iQ(n),prompt:``},!0;try{await Y.setThreadRecurringPrompt({slug:e.id,sessionId:e.sessionId??``,prompt:r,stopHook:n.stopHook,heartbeat:n.heartbeat,postCompaction:n.postCompaction,...r===null?{}:{intervalSeconds:n.seconds}}),v.current={...iQ(n),prompt:r??``};let t=oQ(n);Z(r===null?`Goal cleared`:t.length===0?`Goal saved — no trigger is on, so nothing is sent`:`Goal: sent ${t.join(`, `)}`)}catch(e){return Z((e instanceof Error?e.message:`Could not save the recurring prompt`).slice(0,100)),!1}return!0}let T=()=>void C(y());function E(){let e=nQ(h,f);g(String(Math.round(e/60))),p(e),C(y({seconds:e}))}let D=[{at:t?.lastRestFiredAt,how:`at rest`},{at:t?.lastScheduleFiredAt,how:`on schedule`},{at:t?.lastCompactFiredAt,how:`after a compaction`}].filter(e=>e.at!==void 0),O=D.reduce((e,t)=>e&&Date.parse(e.at)>=Date.parse(t.at)?e:t,void 0),k=O===void 0?null:D.length>1?`Last sent ${IO(O.at)}`:`Last sent ${O.how} ${IO(O.at)}`;return(0,B.jsxs)(`section`,{"data-recurring-panel":!0,children:[(0,B.jsxs)(`div`,{className:`mb-2 flex items-center gap-3`,children:[(0,B.jsx)(`span`,{className:`font-medium`,children:`Goal`}),k&&(0,B.jsx)(`span`,{className:`ml-auto truncate text-muted/55`,children:k})]}),(0,B.jsx)(`textarea`,{ref:_,"data-recurring-text":!0,value:i,maxLength:ch,onChange:e=>a(e.target.value),onBlur:T,onKeyDown:e=>{(e.metaKey||e.ctrlKey)&&e.key===`Enter`&&(e.preventDefault(),T())},placeholder:`What is this thread trying to achieve?`,className:`field-sizing-content max-h-[28vh] min-h-[4rem] w-full resize-none overflow-y-auto rounded-md border border-border bg-bg px-2 py-1.5 text-[12px] leading-snug outline-none placeholder:text-muted/50 focus:border-border-strong ${m?`text-fg`:`text-muted`}`}),(0,B.jsxs)(`div`,{className:`mt-3 grid grid-cols-[auto_auto_1fr] items-baseline gap-x-2.5 gap-y-2`,children:[(0,B.jsx)(JZ,{testId:`stop-hook`,label:`Stop hook`,checked:o,onChange:e=>{s(e),C(y({stopHook:e})),e&&!i.trim()&&requestAnimationFrame(()=>_.current?.focus())}}),(0,B.jsx)(`span`,{className:`font-medium ${o?`text-fg`:`text-muted`}`,children:`Stop hook`}),(0,B.jsx)(`span`,{className:`text-muted`,children:`every rest — unless it signed off or parked on a wait`}),(0,B.jsx)(JZ,{testId:`heartbeat`,label:`Heartbeat`,checked:c,onChange:e=>{l(e),C(y({heartbeat:e})),e&&!i.trim()&&requestAnimationFrame(()=>_.current?.focus())}}),(0,B.jsx)(`span`,{className:`font-medium ${c?`text-fg`:`text-muted`}`,children:`Heartbeat`}),c?(0,B.jsxs)(`span`,{className:`flex items-center gap-1.5 text-muted`,children:[`every`,(0,B.jsx)(`input`,{type:`number`,"data-recurring-minutes":!0,inputMode:`numeric`,min:$Z,max:eQ,value:h,onChange:e=>g(e.target.value),onBlur:E,onKeyDown:e=>{e.key===`Enter`&&(e.preventDefault(),E())},"aria-label":`Heartbeat interval in minutes`,className:`w-[4.5ch] rounded-md border border-border bg-bg px-1 py-[3px] text-center text-[11px] leading-none tabular-nums text-fg outline-none focus:border-border-strong disabled:opacity-45 [appearance:textfield] [&::-webkit-inner-spin-button]:appearance-none [&::-webkit-outer-spin-button]:appearance-none`}),`min, even mid-turn`]}):(0,B.jsx)(`span`,{className:`text-muted`,children:`on a clock, even mid-turn`}),(0,B.jsx)(JZ,{testId:`post-compaction`,label:`Compaction`,checked:u,onChange:e=>{d(e),C(y({postCompaction:e})),e&&!i.trim()&&requestAnimationFrame(()=>_.current?.focus())}}),(0,B.jsx)(`span`,{className:`font-medium ${u?`text-fg`:`text-muted`}`,children:`Compaction`}),(0,B.jsx)(`span`,{className:`text-muted`,children:`when the context is summarized away — link the doc to re-read`})]})]})}function cQ({thread:e,sticky:t=!1,safeArea:n=!1,onArchived:r,onDismissCancel:i,onSnoozed:a}){let o=kZ(e);return o.footer?(0,B.jsxs)(`footer`,{"aria-label":`Thread lifecycle actions`,"data-thread-lifecycle-footer":!0,className:`${t?`z-20`:lX} flex min-h-10 shrink-0 flex-wrap items-center justify-end ${OR} border-t border-border/70 bg-panel/95 px-3 pt-2 text-[12px] ${n?`pb-[max(0.5rem,env(safe-area-inset-bottom))]`:`pb-2`} backdrop-blur-sm`,children:[(0,B.jsxs)(`span`,{className:`mr-auto flex items-center ${OR}`,children:[(0,B.jsx)(KZ,{thread:e}),!o.done&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(VZ,{thread:e}),(0,B.jsx)(BZ,{thread:e})]}),(0,B.jsx)(uQ,{thread:e}),(0,B.jsx)(XZ,{thread:e})]}),o.done?(0,B.jsx)(lQ,{}):(0,B.jsxs)(B.Fragment,{children:[o.snooze&&(0,B.jsx)(PZ,{thread:e,onSnoozed:a}),(0,B.jsx)(dQ,{thread:e,onArchived:r,onDismissCancel:i})]})]}):null}function lQ(){let e=`Marked done — send a message to reopen it`;return(0,B.jsx)(iV,{label:e,side:`top`,children:(0,B.jsxs)(`span`,{"data-thread-done":!0,"aria-label":e,className:`flex items-center gap-1 rounded-md border border-transparent px-2.5 py-1 font-medium text-muted`,children:[(0,B.jsx)(Bv,{size:12}),`Done`]})})}function uQ({thread:e}){let t=YD(e);if(!t)return null;let n=e.snoozePrompt?.trim(),r=n?`Bumps ${mD(t)}\n${n}`:`Snoozed until ${mD(t)}`;return(0,B.jsx)(iV,{label:r,side:`top`,multiline:!!n,children:(0,B.jsx)(`span`,{"data-pending-snooze":!0,"aria-label":r,className:`flex items-center px-0.5 text-muted/60 ${kR}`,children:(0,B.jsx)(dy,{size:12})})})}function dQ({thread:e,onArchived:t,onDismissCancel:n,className:r=`rounded-md border border-border-strong bg-panel-2/60 px-2.5 py-1 text-[12px] text-fg/80 hover:bg-panel-2 hover:text-fg`,iconClassName:i=``}){let[a,o]=(0,z.useState)(!1),[s,c]=(0,z.useState)(!1),[l,u]=(0,z.useState)(void 0),d=(r,i)=>{o(!0),i&&t?.(),(r||AZ(e))&&UV(e.id),Y.completeThread({slug:e.id,sessionId:e.sessionId??``,terminateLive:r}).then(r=>{if(r.needsConfirmation){WV(e.id),i&&n?.(),u(r.hold),c(!0),o(!1);return}c(!1),Z(`Done`),i||t?.()}).catch(t=>{WV(e.id),i&&n?.(),Z(`Couldn’t finish: ${t.message.slice(0,80)}`),o(!1)})},f=!!t&&!!n&&AZ(e);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>d(!1,f),disabled:a,"aria-label":`Mark as done`,title:`Mark as done`,onMouseDown:e=>e.preventDefault(),className:`flex items-center gap-1 font-medium outline-none transition-colors focus-visible:ring-1 focus-visible:ring-fg/60 disabled:opacity-45 ${r}`,children:[(0,B.jsx)(Bv,{size:12,className:i}),`Mark as done`]}),(0,B.jsx)(NZ,{open:s,onOpenChange:e=>{a||c(e)},title:`End this session?`,className:`w-[390px] max-w-[92vw]`,footer:(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`button`,{type:`button`,disabled:a,onClick:()=>c(!1),className:`rounded-md px-3 py-1.5 text-[12px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg disabled:opacity-45`,children:`Cancel`}),(0,B.jsxs)(`button`,{type:`button`,disabled:a,onClick:()=>d(!0,!1),className:`flex items-center gap-1.5 rounded-md bg-fg px-3 py-1.5 text-[12px] font-medium text-bg outline-none transition-opacity hover:opacity-90 disabled:opacity-45`,children:[a&&(0,B.jsx)(vy,{size:12,className:`animate-spin`}),`End session & mark done`]})]}),children:(0,B.jsx)(fQ,{hold:l})})]})}function fQ({hold:e}){let t=jZ(e);return(0,B.jsxs)(`div`,{"data-completion-hold":!0,className:`flex flex-col gap-2 p-4 text-[12px] leading-relaxed text-muted`,children:[(0,B.jsx)(`p`,{children:t.lead}),t.groups.map(e=>(0,B.jsxs)(`div`,{className:`flex flex-col gap-0.5`,children:[(0,B.jsx)(`div`,{className:`text-[11px] font-medium uppercase tracking-wide text-fg/70`,children:e.heading}),(0,B.jsxs)(`ul`,{className:`flex flex-col gap-0.5`,children:[e.items.map((e,t)=>(0,B.jsxs)(`li`,{className:`flex min-w-0 items-baseline gap-1.5`,children:[(0,B.jsx)(`span`,{"aria-hidden":!0,className:LO,children:`⤷`}),(0,B.jsx)(`span`,{className:`min-w-0 truncate text-fg/80`,children:e.label}),e.stale&&(0,B.jsx)(`span`,{className:`shrink-0 text-[11px] text-muted/60`,children:`no recent output`})]},`${e.label}-${t}`)),e.overflow>0&&(0,B.jsxs)(`li`,{className:`pl-[15px] text-muted/60`,children:[`+`,e.overflow,` more`]})]})]},e.kind)),(0,B.jsx)(`p`,{children:t.trailer})]})}function pQ(e){if(e.kind!==void 0||e.role!==`assistant`||e.text.trim())return;let t=e.parts??[],n=t.length>0?t.length===1&&t[0].kind===`tools`?t[0].tools:[]:e.tools??[],r=n.length===1?n[0]:void 0;return r?.agentCompletion?r:void 0}var mQ={completed:`finished`,killed:`stopped`,failed:`failed`};function hQ(e){let t=mQ[e.agentStatus??`completed`],n=e.agentElapsedMs===void 0?void 0:PO(e.agentElapsedMs);return{outcome:t,tail:`${t}${n?` · ${n}`:``}`}}var gQ=e=>e===void 0?void 0:kO(e),_Q=e=>{if(e!==void 0)return PO(e)||void 0};function vQ(e){let{agentStatus:t,agentElapsedMs:n,liveState:r,liveElapsedMs:i,status:a,durationMs:o}=e;if(t){let e=t===`killed`,r=t===`failed`,i=gQ(n);return{label:t===`completed`?void 0:mQ[t],duration:_Q(n),tone:r?`failed`:`muted`,title:`${e?`Stopped`:r?`Failed`:`Ran for`}${e||r?` after`:``} ${i??`an unknown time`}`}}if(r){let e=gQ(i);return{label:void 0,duration:_Q(i),tone:`muted`,title:r===`running`?`Working for ${e??`an unknown time`}`:`Dispatched ${e??`an unknown time`} ago`}}if(a===`pending`||a!==`failed`&&a!==`cancelled`)return null;let s=a===`failed`,c=a===`cancelled`,l=gQ(o);return{label:c?mQ.killed:s?mQ.failed:void 0,duration:_Q(o),tone:s?`failed`:`muted`,title:`${c?`Stopped after`:s?`Failed after`:`Ran for`} ${l??`an unknown time`}`}}var yQ=`text-[14px] leading-5 text-muted`,bQ=`size-[1em] shrink-0 self-baseline -mt-[calc(1em_-_1cap)] translate-y-[calc(0.5em_-_0.5cap)] text-muted/70 transition-transform group-hover:text-fg`;function xQ(e){return`${bQ} ${e?`-mx-[0.208em] rotate-90`:`-mx-[0.333em]`}`}var $=z.createElement;function SQ({payload:e}){return e.kind===`command-approval`?$(z.Fragment,null,$(`div`,{className:`text-[12px] text-muted`},`Command`),$(`div`,{className:`mt-0.5 break-words text-[13px] font-medium text-fg`},e.command.summary),e.command.workingDirectoryLabel?$(`div`,{className:`mt-1 break-all text-[10.5px] text-muted/70`},`Working directory: `,e.command.workingDirectoryLabel):null,$(CQ,{label:`Redacted command preview`,text:e.command.preview}),e.command.actions?$(wQ,{actions:e.command.actions}):null,e.capabilities?$(EQ,{capabilities:e.capabilities}):null):e.kind===`file-approval`?$(z.Fragment,null,$(`div`,{className:`text-[12px] text-muted`},AQ(e.operation)),$(`div`,{className:`mt-0.5 break-all font-mono-keep text-[12px] text-fg`},e.pathLabel),e.destinationLabel?$(`div`,{className:`mt-1 break-all font-mono-keep text-[11px] text-muted`},`→ `,e.destinationLabel):null,e.grantRootLabel?$(`section`,{"aria-label":`Requested session write root`,className:`mt-2.5 min-w-0 rounded-md border border-amber-400/35 bg-amber-500/[0.06] px-2.5 py-2`},$(`h4`,{className:`text-[10px] font-medium uppercase tracking-[0.07em] text-amber-100/80`},`Requested session write root`),$(`div`,{className:`mt-1 min-w-0 break-all font-mono-keep text-[10.5px] text-fg/85`},e.grantRootLabel),e.scopeLabel?$(`div`,{className:`mt-1.5 whitespace-pre-wrap break-words text-[10.5px] leading-snug text-amber-100/75`},e.scopeLabel):null):null,e.diffPreview?$(CQ,{label:`Plain-text diff preview`,text:e.diffPreview}):null,e.changes?$(TQ,{changes:e.changes}):null):$(z.Fragment,null,e.preview?$(`pre`,{className:`max-h-64 max-w-full min-w-0 overflow-auto rounded-md border border-border/70 bg-bg/40 px-2.5 py-2 whitespace-pre-wrap break-words font-mono-keep text-[11.5px] leading-relaxed text-fg/90`},e.promptLabel?$(`span`,{className:`text-shell/90`},e.promptLabel):null,e.promptLabel?$(`span`,{className:`text-accent`},` ❯ `):null,e.preview):null,e.resourceLabel?$(`div`,{className:`mt-1 break-all text-[11px] text-muted`},`Resource: `,e.resourceLabel):null,e.workingDirectoryLabel?$(`div`,{className:`mt-1.5 break-all text-[10.5px] text-muted/70`},`Working directory: `,e.workingDirectoryLabel):null,e.scopeLabel?$(`div`,{className:`mt-2 whitespace-pre-wrap break-words text-[11px] leading-snug text-muted`},e.scopeLabel):null,e.capabilities?$(EQ,{capabilities:e.capabilities}):null)}function CQ({label:e,text:t}){return $(`details`,{className:`mt-2.5 min-w-0 rounded-md border border-border/70 bg-bg/35`,open:t.length<1200},$(`summary`,{className:`cursor-pointer px-2.5 py-2 text-[10.5px] text-muted outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/50`},e),$(`pre`,{className:`max-h-64 max-w-full min-w-0 overflow-auto border-t border-border/60 px-2.5 py-2 whitespace-pre-wrap break-words font-mono-keep text-[11px] leading-relaxed text-fg/80`},t))}function wQ({actions:e}){return $(`section`,{"aria-label":`Parsed command actions`,className:`mt-3 min-w-0`},$(`h4`,{className:`text-[10px] font-medium uppercase tracking-[0.07em] text-muted/75`},`Parsed actions`),$(`ul`,{className:`mt-1.5 flex min-w-0 flex-col gap-2`},e.map((e,t)=>$(`li`,{key:t,className:`min-w-0 rounded-md border border-border/65 bg-bg/25 px-2.5 py-2`},$(`div`,{className:`text-[11px] font-medium text-fg/90`},kQ(e.kind)),e.resourceLabel?$(`div`,{className:`mt-0.5 break-all font-mono-keep text-[10.5px] text-muted`},e.resourceLabel):null,e.queryLabel?$(`div`,{className:`mt-0.5 break-all text-[10.5px] text-muted`},`Query: `,e.queryLabel):null,$(CQ,{label:`${kQ(e.kind)} command detail`,text:e.commandPreview})))))}function TQ({changes:e}){return $(`section`,{"aria-label":`Affected file changes`,className:`mt-3 min-w-0`},$(`h4`,{className:`text-[10px] font-medium uppercase tracking-[0.07em] text-muted/75`},`Affected changes`),$(`ol`,{className:`mt-1.5 flex min-w-0 flex-col gap-2`},e.map((e,t)=>$(`li`,{key:t,className:`min-w-0 rounded-md border border-border/65 bg-bg/25 px-2.5 py-2`},$(`div`,{className:`text-[11px] font-medium text-fg/90`},AQ(e.operation)),$(`div`,{className:`mt-0.5 break-all font-mono-keep text-[10.5px] text-fg/80`},e.pathLabel),e.destinationLabel?$(`div`,{className:`mt-0.5 min-w-0 break-all font-mono-keep text-[10.5px] text-muted`},`→ `,e.destinationLabel):null,e.diffPreview?$(CQ,{label:`${AQ(e.operation)} plain-text diff`,text:e.diffPreview}):null))))}function EQ({capabilities:e}){return $(`section`,{"aria-label":`Requested capabilities`,className:`mt-3 min-w-0`},$(`h4`,{className:`text-[10px] font-medium uppercase tracking-[0.07em] text-muted/75`},`Requested capabilities`),$(`ul`,{className:`mt-1.5 flex min-w-0 flex-col gap-2`},e.map((e,t)=>$(`li`,{key:t,className:`min-w-0 rounded-md border border-border/65 bg-bg/25 px-2.5 py-2`},$(DQ,{capability:e})))))}function DQ({capability:e}){if(e.kind===`network`){let t=e.enabled===!0?`Enable network access`:e.enabled===!1?`Disable network access`:`Network access request`;return $(z.Fragment,null,$(`div`,{className:`text-[11px] font-medium text-fg/90`},t),e.hosts.length>0?$(OQ,{label:`Hosts and protocols`,values:e.hosts}):null)}if(e.kind===`filesystem`){let t=e.access===`read`?`Read filesystem paths`:e.access===`write`?`Write filesystem paths`:`Deny filesystem paths`;return $(z.Fragment,null,$(`div`,{className:`text-[11px] font-medium text-fg/90`},t),$(OQ,{label:`Paths`,values:e.resources}))}return e.kind===`glob-scan`?$(z.Fragment,null,$(`div`,{className:`text-[11px] font-medium text-fg/90`},`Filesystem glob scanning`),$(`div`,{className:`mt-0.5 text-[10.5px] text-muted`},`Maximum depth: `,String(e.depth))):e.kind===`exec-policy`?$(z.Fragment,null,$(`div`,{className:`text-[11px] font-medium text-fg/90`},`Future command policy amendment`),$(OQ,{label:`Command prefix tokens`,values:e.prefixes})):$(z.Fragment,null,$(`div`,{className:`text-[11px] font-medium text-fg/90`},e.access===`allow`?`Allow future network hosts`:`Deny future network hosts`),$(OQ,{label:`Hosts`,values:e.hosts}))}function OQ({label:e,values:t}){return $(`div`,{className:`mt-1 min-w-0`},$(`div`,{className:`sr-only`},e),$(`ul`,{"aria-label":e,className:`flex min-w-0 flex-col gap-0.5`},t.map((e,t)=>$(`li`,{key:t,className:`min-w-0 break-all font-mono-keep text-[10.5px] text-muted`},e))))}function kQ(e){switch(e){case`read`:return`Read a file`;case`list-files`:return`List files`;case`search`:return`Search files`;case`unknown`:return`Unclassified command`}}function AQ(e){switch(e){case`read`:return`Read file`;case`create`:return`Create file`;case`write`:return`Modify file`;case`move`:return`Move file`;case`delete`:return`Delete file`;case`execute`:return`Execute file`;case`other`:return`File operation`}}function jQ(e){return e===`sending`?{actionsEnabled:!1,status:`Sending to runtime…`}:e===`reconnect-required`?{actionsEnabled:!1,status:`Runtime reconnect required before this request can be answered.`}:{actionsEnabled:!0}}var MQ={semantic:`approve`,label:`Approve once`,order:10,tone:`primary`,durable:!1,scope:`Applies only to this request.`},NQ={semantic:`approve`,label:`Approve for session`,order:20,tone:`primary`,durable:!0,scope:`Persists for later matching requests in this thread session.`},PQ={semantic:`approve`,label:`Grant for turn`,order:10,tone:`primary`,durable:!1,scope:`Applies to this turn only.`},FQ={semantic:`approve`,label:`Grant for session`,order:20,tone:`primary`,durable:!0,scope:`Persists until this thread session ends.`},IQ={semantic:`deny`,label:`Deny`,order:70,tone:`danger`,durable:!1,scope:`Rejects this request.`},LQ={semantic:`decline`,label:`Decline`,order:70,tone:`danger`,durable:!1,scope:`Declines this request.`},RQ={semantic:`cancel`,label:`Cancel request`,order:80,tone:`neutral`,durable:!1,scope:`Cancels this pending request.`};function zQ(e,t){let{id:n,semantic:r}=t;if(e.kind===`command-approval`||e.kind===`file-approval`)return(n===`accept`||n===`approve-once`)&&r===`approve`?MQ:n===`acceptForSession`&&r===`approve`?NQ:(n===`decline`||n===`deny`)&&r===`deny`?IQ:n===`cancel`&&r===`cancel`?RQ:void 0;if(e.kind===`permission-approval`)return n===`grant-turn`&&r===`approve`?PQ:n===`grant-session`&&r===`approve`?FQ:(n===`deny`||n===`decline`)&&r===`deny`?IQ:n===`cancel`&&r===`cancel`?RQ:void 0;if(e.kind===`mcp-elicitation-form`||e.kind===`mcp-elicitation-url`)return n===`accept`&&r===`accept`?{semantic:`accept`,label:e.kind===`mcp-elicitation-form`?`Submit`:`Continue`,order:10,tone:`primary`,durable:!1,scope:`Applies only to this request.`}:n===`decline`&&r===`decline`?LQ:n===`cancel`&&r===`cancel`?RQ:void 0;if(n===`answer`&&r===`answer`)return{semantic:`answer`,label:`Send answer`,order:10,tone:`primary`,durable:!1,scope:`Sends these answers to this request only.`};if(n===`decline`&&r===`decline`)return LQ;if(n===`cancel`&&r===`cancel`)return RQ}function BQ(e){let t=t=>e.payload.kind===`mcp-elicitation-form`&&t===`accept`||e.payload.kind===`agent-question`&&t===`answer`;return e.allowedDecisions.flatMap(n=>{let r=zQ(e.payload,n);return r?[{...r,id:n.id,semantic:n.semantic,requiresValues:t(n.semantic)}]:[]}).sort((e,t)=>e.order-t.order||e.id.localeCompare(t.id))}function VQ(e){switch(e){case`claude`:return`Claude`;case`codex`:return`Codex`;case`frizz`:return`Frizz`}}function HQ(e){switch(e){case`runtime`:return`Runtime`;case`agent`:return`Agent`;case`tool`:return`Tool`;case`mcp-server`:return`MCP server`;case`frizz`:return`Frizz`}}function UQ(e,t){let n=e.options.findIndex(e=>JSON.stringify(e.value)===JSON.stringify(t));return n<0?``:String(n)}function WQ(e){let t=Object.create(null);for(let n of e)if(n.input===`text`||n.input===`multiline`)t[n.id]=n.default??``;else if(n.input===`number`||n.input===`integer`)t[n.id]=n.default===void 0?``:String(n.default);else if(n.input===`boolean`)t[n.id]=n.default??!1;else if(n.input===`select`)t[n.id]=n.default===void 0?``:UQ(n,n.default);else if(n.input===`multi-select`){let e=new Set(n.default??[]);t[n.id]=n.options.flatMap((t,n)=>e.has(t.value)?[String(n)]:[])}return t}function GQ(e,t,n){let r=Object.create(null);for(let t of Object.keys(e))r[t]=e[t];return r[t]=n,r}function KQ(e,t){if(e.some(e=>e.secret))return{errors:{},formError:`Secret responses cannot be sent through this Frizz connection.`};let n=Object.create(null),r={};for(let i of e){let e=t[i.id],a;if(i.input===`text`||i.input===`multiline`){let t=typeof e==`string`?e:``;if(!i.required&&t===``)continue;i.required&&t===``?r[i.id]=`This field is required.`:a=t}else if(i.input===`number`||i.input===`integer`){let t=typeof e==`string`?e.trim():``;if(!i.required&&t===``)continue;if(t===``)r[i.id]=`This field is required.`;else{let e=Number(t);Number.isFinite(e)?a=e:r[i.id]=`Enter a valid number.`}}else if(i.input===`boolean`)a=e===!0;else if(i.input===`select`){let t=typeof e==`string`&&/^\d+$/.test(e)?Number(e):-1;if(t<0||t>=i.options.length)if(i.required)r[i.id]=`Choose an option.`;else continue;else a=i.options[t].value}else if(i.input===`multi-select`){let t=(Array.isArray(e)?e:[]).flatMap(e=>/^\d+$/.test(e)?[Number(e)]:[]);if(t.some(e=>e<0||e>=i.options.length))r[i.id]=`Choose only advertised options.`;else if(i.required&&t.length===0)r[i.id]=`Choose at least one option.`;else if(t.length>0)a=t.map(e=>i.options[e].value);else continue}if(a!==void 0&&!r[i.id]){let e=fm(i,a);e?r[i.id]=`Value ${e}.`:n[i.id]=a}}if(Object.keys(r).length>0)return{errors:r};let i=Em.safeParse(n);return i.success?{errors:r,values:i.data}:{errors:r,formError:`The response is too large or contains invalid values.`}}function qQ(e,t){return JSON.stringify([e,t??null])}function JQ(e,t){try{let n=new URL(e,t);return n.protocol===`http:`||n.protocol===`https:`?n.toString():null}catch{return null}}function YQ(e,t){let n=e.getAttribute(`href`);if(!n)return!1;let r=JQ(n,t);if(!r)return!1;let i;try{i=new URL(t)}catch{return!1}if(new URL(r).origin===i.origin)return!1;e.setAttribute(`target`,`_blank`);let a=new Set((e.getAttribute(`rel`)??``).split(/\s+/u).filter(Boolean));return a.add(`noopener`),a.add(`noreferrer`),e.setAttribute(`rel`,[...a].join(` `)),!0}function XQ(e=()=>location.href){return t=>{if(t.defaultPrevented||t.button!==0)return;let n=QQ(t);n&&YQ(n,e())}}function ZQ(){let e=XQ();return document.addEventListener(`click`,e,!0),()=>document.removeEventListener(`click`,e,!0)}function QQ(e){let t=typeof e.composedPath==`function`?e.composedPath():[];for(let e of t)if($Q(e))return e;let n=e.target?.closest?.(`a[href]`);return $Q(n)?n:null}function $Q(e){if(!e||typeof e!=`object`)return!1;let t=e;return t.tagName?.toLowerCase()===`a`&&typeof t.getAttribute==`function`&&typeof t.setAttribute==`function`&&typeof t.hasAttribute==`function`&&t.hasAttribute(`href`)}function e$({raw:e,question:t,questionKind:n,danger:r,interactive:i,wrap:a}){let o=(0,z.useMemo)(()=>t??RY(e??``,n??`question`,r),[t,e,n,r]),s=EJ(o.contextMd),c=_Y(s),l=_Y(EJ(o.trailingMd??``)),u=o.recommendedIdx,d=_Y(OJ(o.recommendation??``)),f=o.kind===`multi`,p=o.danger,m=i?.answer.chosen??null,h=i?.answer.chosenSet??[],g=i?.answer.text??``,_=(0,z.useRef)(null);return(0,z.useLayoutEffect)(()=>{let e=_.current;e&&(e.style.height=`auto`,e.style.height=`${e.scrollHeight+e.offsetHeight-e.clientHeight}px`)},[g]),(0,B.jsxs)(mX,{tone:p?`danger`:`neutral`,icon:p?By:f?_y:Yv,label:f?`Select multiple`:`Question`,children:[s&&(0,B.jsx)(`div`,{className:`text-fg`,children:(0,B.jsx)(`div`,{className:`md-body${a?` [overflow-wrap:anywhere] [&_pre]:whitespace-pre-wrap [&_pre]:break-all`:``}`,dangerouslySetInnerHTML:c})}),(o.options.length>0||i)&&(0,B.jsxs)(`div`,{className:`mt-2 grid grid-cols-1 gap-1.5`,children:[o.options.map((e,t)=>(0,B.jsxs)(z.Fragment,{children:[o.optionHeadings?.[t]&&(0,B.jsx)(t$,{md:o.optionHeadings[t],wrap:a}),(0,B.jsx)(r$,{label:e,multi:f,recommended:u===t,recTitle:u===t?o.recommendedNote:void 0,selected:f?h.includes(t):m===t&&!g.trim(),disabled:!i,onClick:()=>{i?.onChip(t,e),!f&&_.current&&document.activeElement===_.current&&_.current.blur()}})]},t)),i&&(0,B.jsx)(`textarea`,{ref:_,rows:1,"data-surface":`questionAnswer`,value:g,onChange:e=>i.onText(e.target.value),onKeyDown:e=>{if(e.stopPropagation(),e.key===`Escape`){e.preventDefault(),e.currentTarget.blur();return}wR({key:e.key,altKey:e.altKey,ctrlKey:e.ctrlKey,metaKey:e.metaKey,shiftKey:e.shiftKey,isComposing:e.nativeEvent.isComposing,keyCode:e.nativeEvent.keyCode})&&(e.preventDefault(),i.onSubmit())},onFocus:()=>{!f&&m!==null&&i.onText(g)},placeholder:f?`Add a note…`:o.options.length?`${n$(o.options)} Something else…`:`Type your answer…`,className:`col-span-full w-full resize-none overflow-hidden rounded-md border px-3 py-1.5 text-[12px] leading-snug text-fg/90 outline-none placeholder:text-muted/80 transition-colors ${g.trim()?`border-accent bg-accent/10`:`border-border bg-transparent hover:bg-panel-2 focus:border-accent`}`})]}),o.trailingMd&&(0,B.jsx)(`div`,{className:`mt-2 md-body text-[12px] text-muted/70${a?` [overflow-wrap:anywhere] [&_pre]:whitespace-pre-wrap [&_pre]:break-all`:``}`,dangerouslySetInnerHTML:l}),o.recommendation&&u===null&&(0,B.jsx)(`div`,{className:`md-inline mt-1.5 text-[11px] text-muted/70`,dangerouslySetInnerHTML:d})]})}function t$({md:e,wrap:t}){let n=_Y(OJ(e.split(`
358
+ `).join(` `)));return(0,B.jsx)(`div`,{className:`mt-1 text-fg`,children:(0,B.jsx)(`div`,{className:`md-body${t?` ${oX}`:``}`,dangerouslySetInnerHTML:n})})}function n$(e){let t=e[e.length-1]?.match(/^\s*([A-Za-z]|\d+)([.)])\s/);if(!t)return`${String.fromCharCode(65+e.length)}.`;let[,n,r]=t;return/\d/.test(n)?`${Number(n)+1}${r}`:`${String.fromCharCode(n.toUpperCase().charCodeAt(0)+1)}${r}`}function r$({label:e,selected:t,disabled:n,multi:r,recommended:i,recTitle:a,onClick:o}){let s=_Y(OJ(e,{inertInteractive:!0}));return(0,B.jsxs)(`button`,{type:`button`,disabled:n,onClick:o,onMouseDown:e=>e.preventDefault(),title:a,className:`text-left rounded-md border px-3 py-1.5 text-[12px] leading-snug outline-none transition-colors flex items-start gap-2 ${t?`border-accent bg-accent/10 text-fg`:n?`cursor-default border-border text-muted/80`:`border-border text-fg/90 hover:bg-elevated hover:border-border-strong`}`,children:[r&&(0,B.jsx)(`span`,{"aria-hidden":!0,className:`mt-px flex h-3.5 w-3.5 shrink-0 items-center justify-center rounded-[3px] border ${t?`border-accent bg-accent text-bg`:`border-border-strong`}`,children:t&&(0,B.jsx)(Bv,{size:10,strokeWidth:3})}),(0,B.jsxs)(`span`,{className:`min-w-0 flex-1`,children:[i&&(0,B.jsx)(`span`,{className:`float-right ml-2 mt-px -translate-y-[2px] rounded-full border border-border-strong px-1.5 py-px text-[9.5px] uppercase tracking-wide text-muted`,children:`Recommended`}),(0,B.jsx)(`span`,{className:`md-inline`,dangerouslySetInnerHTML:s})]})]})}function i$(e){let t=e,n=``;do n=String.fromCharCode(65+t%26)+n,t=Math.floor(t/26)-1;while(t>=0);return`${n}.`}function a$(e,t){let n=e??t;if(!n)return null;let r=e&&(e.input===`select`||e.input===`multi-select`)?e.options:[];return{question:{kind:e?.input===`multi-select`?`multi`:`question`,danger:!1,contextMd:n.description??n.label,options:r.map((e,t)=>`${i$(t)} ${e.label}`),recommendedIdx:null},...e?{optionFieldId:e.id}:{},optionValues:r.map(e=>e.value),...t?{notesFieldId:t.id}:{}}}function o$(e){if(e.payload.kind!==`agent-question`)return null;let t=e.payload.fields,n=[];for(let e=0;e<t.length;e++){let r=t[e];if(r.secret)return null;if(r.id.endsWith(`_notes`))continue;let i=t[e+1],a=i&&i.id===`${r.id}_notes`?i:void 0;if(r.input===`select`||r.input===`multi-select`){let e=a$(r,a);if(!e)return null;n.push(e)}else if(r.input===`text`||r.input===`multiline`){let e=a$(void 0,r);if(!e)return null;n.push(e)}else return null}return n.length>0?n:null}function s$(e,t){let n={};return e.forEach((e,r)=>{let i=t[r];if(!i)return;let a=i.text.trim();if(e.question.kind===`multi`){let t=(i.chosenSet??[]).slice().sort((e,t)=>e-t).flatMap(t=>{let n=e.optionValues[t];return n===void 0?[]:[n]});e.optionFieldId&&t.length>0&&(n[e.optionFieldId]=t),e.notesFieldId&&a&&(n[e.notesFieldId]=a);return}if(a){e.notesFieldId&&(n[e.notesFieldId]=a);return}let o=i.chosen;e.optionFieldId&&o!==null&&e.optionValues[o]!==void 0&&(n[e.optionFieldId]=e.optionValues[o])}),Object.keys(n).length>0?n:void 0}function c$(e){let t=e instanceof Error?e.message:`The request could not be updated.`;return t.length>240?`${t.slice(0,239)}…`:t}function l$(){return typeof crypto<`u`&&typeof crypto.randomUUID==`function`?crypto.randomUUID():`frizz-response-${Date.now()}-${Math.random().toString(36).slice(2)}`}function u$({thread:e,className:t=``,autoFocusFirst:n=!1}){let r=LE(e),i=zE(e),a=(0,z.useMemo)(()=>[...i.data?.interactions??[]].sort((e,t)=>e.createdAt.localeCompare(t.createdAt)||e.id.localeCompare(t.id)),[i.data?.interactions]);return r?i.isError&&a.length===0?(0,B.jsxs)(`div`,{"data-interactions-error":!0,role:`alert`,className:`${sX} border border-amber-500/35 bg-amber-500/[0.07] p-4 text-[12px] text-amber-100 ${t}`,children:[(0,B.jsx)(`div`,{className:`font-medium`,children:`Pending requests could not be loaded.`}),(0,B.jsx)(`div`,{className:`mt-1 break-words text-amber-100/75`,children:c$(i.error)}),(0,B.jsx)(`button`,{type:`button`,onClick:()=>void i.refetch(),className:`mt-2 rounded-md border border-amber-400/40 px-2 py-1 text-[11px] hover:bg-amber-500/10`,children:`Try again`})]}):a.length===0?null:(0,B.jsx)(`section`,{"data-typed-interactions":!0,"aria-label":`${a.length} pending request${a.length===1?``:`s`}`,className:`flex min-w-0 flex-col gap-3 ${t}`,children:a.map((e,t)=>(0,B.jsx)(f$,{record:e,autoFocus:n&&t===0},e.id))}):null}function d$({record:e,questions:t,autoFocus:n}){let r=Vu(),i=(0,z.useRef)(null),a=(0,z.useRef)(new Map),o=oB(),s=jQ(e.delivery?.effect),c=(0,z.useMemo)(()=>BQ(e).find(e=>e.semantic===`answer`),[e]),l=lB(t.flatMap(t=>t.notesFieldId?[aB.interaction(o,e.owner.projectId,e.owner.threadSlug,e.owner.sessionId,e.owner.sessionEpoch,e.id,t.notesFieldId)]:[])),[u,d]=(0,z.useState)(()=>t.map(()=>({chosen:null,chosenSet:[]}))),f=t.map((t,n)=>({chosen:u[n]?.chosen??null,chosenSet:u[n]?.chosenSet??[],text:t.notesFieldId?l.get(aB.interaction(o,e.owner.projectId,e.owner.threadSlug,e.owner.sessionId,e.owner.sessionEpoch,e.id,t.notesFieldId))??``:``})),p=s$(t,f),[m,h]=(0,z.useState)(),[g,_]=(0,z.useState)(!1);(0,z.useEffect)(()=>{if(!n)return;let e=document.activeElement;e&&e!==document.body||requestAnimationFrame(()=>i.current?.focus())},[n,e.id]);let v=rd({mutationFn:async t=>Y.interactionResolve({slug:e.owner.threadSlug,sessionId:e.owner.sessionId,interactionId:e.id,sessionEpoch:e.owner.sessionEpoch,capabilityRevision:e.owner.capabilityRevision,expectedRecordRevision:e.recordRevision,responseId:t.responseId,decisionId:t.decisionId,values:t.values}),onSuccess:t=>{_(!0),gT(r,t.interaction),r.invalidateQueries({queryKey:mT(e.owner.threadSlug,e.owner.sessionId)}),r.invalidateQueries({queryKey:hT(e.owner.threadSlug,e.owner.sessionId,e.id)})},onError:t=>{_T(r,e),h(c$(t))}}),y=()=>{if(!c||!p||v.isPending||g||!s.actionsEnabled)return;h(void 0);let e=qQ(c.id,p),t=a.current.get(e)??l$();a.current.set(e,t),v.mutate({decisionId:c.id,values:p,responseId:t})},b=(t,n)=>{t.notesFieldId&&rB.set(aB.interaction(o,e.owner.projectId,e.owner.threadSlug,e.owner.sessionId,e.owner.sessionEpoch,e.id,t.notesFieldId),n)};return(0,B.jsxs)(`article`,{ref:i,tabIndex:-1,"data-interaction-id":e.id,"data-interaction-kind":e.payload.kind,"data-interaction-question":`native`,"data-delivery-effect":e.delivery?.effect,className:`flex min-w-0 flex-col gap-2 outline-none`,children:[t.map((e,t)=>(0,B.jsx)(e$,{question:e.question,interactive:s.actionsEnabled&&!g?{answer:f[t],onChip:n=>d(r=>r.map((r,i)=>{if(i!==t)return r;if(e.question.kind===`multi`){let e=r.chosenSet.includes(n)?r.chosenSet.filter(e=>e!==n):[...r.chosenSet,n];return{...r,chosenSet:e}}return b(e,``),{...r,chosen:n}})),onText:t=>b(e,t),onSubmit:y}:void 0},e.optionFieldId??e.notesFieldId??t)),m&&(0,B.jsx)(`div`,{role:`alert`,className:`break-words text-[11px] leading-snug text-red-300`,children:m}),(s.status||v.isPending||g)&&(0,B.jsx)(`div`,{role:`status`,"aria-live":`polite`,className:`text-[11px] leading-snug text-muted`,children:s.status??(g?`Answer sent.`:`Sending…`)}),s.actionsEnabled&&!g&&(0,B.jsx)(`div`,{className:`flex justify-start`,children:(0,B.jsx)(`button`,{type:`button`,"data-send-answers":!0,disabled:!p||v.isPending,onClick:y,onMouseDown:e=>e.preventDefault(),className:`rounded-md bg-fg px-3 py-1.5 text-[12px] font-medium text-bg outline-none transition-all hover:opacity-90 active:scale-95 disabled:opacity-30 disabled:hover:opacity-30`,children:`Send answers`})})]})}function f$({record:e,autoFocus:t=!1}){let n=(0,z.useMemo)(()=>o$(e),[e]);return n?(0,B.jsx)(d$,{record:e,questions:n,autoFocus:t}):(0,B.jsx)(p$,{record:e,autoFocus:t})}function p$({record:e,autoFocus:t=!1}){let n=Vu(),r=(0,z.useId)(),i=(0,z.useRef)(null),a=(0,z.useRef)(new Map),o=e.payload.kind===`mcp-elicitation-form`||e.payload.kind===`agent-question`?e.payload.fields:[],s=o.some(e=>e.secret),c=oB(),l=o.filter(e=>!e.secret&&(e.input===`text`||e.input===`multiline`)).map(t=>aB.interaction(c,e.owner.projectId,e.owner.threadSlug,e.owner.sessionId,e.owner.sessionEpoch,e.id,t.id)),u=lB(l),[d,f]=(0,z.useState)(()=>WQ(o)),p=(0,z.useMemo)(()=>{let t={...d};return o.forEach(n=>{if(!n.secret&&(n.input===`text`||n.input===`multiline`)){let r=aB.interaction(c,e.owner.projectId,e.owner.threadSlug,e.owner.sessionId,e.owner.sessionEpoch,e.id,n.id);t[n.id]=u.get(r)??``}}),t},[o,d,u,c,e.id,e.owner]),[m,h]=(0,z.useState)({}),[g,_]=(0,z.useState)(),[v,y]=(0,z.useState)(),[b,x]=(0,z.useState)(!1),[S,C]=(0,z.useState)(),[w,T]=(0,z.useState)(!1),E=jQ(e.delivery?.effect),D=(0,z.useMemo)(()=>BQ(e),[e]).filter(e=>!(s&&e.requiresValues)),O=e.allowedDecisions.length-D.length,k=(0,z.useCallback)(t=>{for(let n of o)if(!n.secret&&(n.input===`text`||n.input===`multiline`)){let r=t[n.id];typeof r==`string`&&rB.set(aB.interaction(c,e.owner.projectId,e.owner.threadSlug,e.owner.sessionId,e.owner.sessionEpoch,e.id,n.id),r)}f(t)},[o,c,e.id,e.owner]);(0,z.useEffect)(()=>{if(!t)return;let e=document.activeElement;e&&e!==document.body||requestAnimationFrame(()=>i.current?.focus())},[t,e.id]),(0,z.useEffect)(()=>{E.actionsEnabled||(C(void 0),T(!1))},[E.actionsEnabled]);let A=rd({mutationFn:async({decision:t,values:n,responseId:r})=>{if(t.semantic===`cancel`&&e.provider.kind===`frizz`){let t=await Y.interactionCancel({slug:e.owner.threadSlug,sessionId:e.owner.sessionId,interactionId:e.id,sessionEpoch:e.owner.sessionEpoch,capabilityRevision:e.owner.capabilityRevision,expectedRecordRevision:e.recordRevision});return{effect:t.effect,interaction:t.interaction,waitingForProvider:!1}}let i=await Y.interactionResolve({slug:e.owner.threadSlug,sessionId:e.owner.sessionId,interactionId:e.id,sessionEpoch:e.owner.sessionEpoch,capabilityRevision:e.owner.capabilityRevision,expectedRecordRevision:e.recordRevision,responseId:r,decisionId:t.id,...n===void 0?{}:{values:n}});return{effect:i.effect,interaction:i.interaction,waitingForProvider:i.interaction.delivery?.effect===`sending`||i.effect===`queued`||i.effect===`already-queued`}},onSuccess:(t,r)=>{t.waitingForProvider||a.current.delete(qQ(r.decision.id,r.values)),_(void 0),C(void 0),T(!1),x(!0),l.forEach(e=>rB.clear(e)),y(t.waitingForProvider?`Response sent. Waiting for the provider to acknowledge it…`:`Request completed.`),gT(n,t.interaction),n.setQueryData(hT(e.owner.threadSlug,e.owner.sessionId,e.id),{interaction:t.interaction}),n.invalidateQueries({queryKey:mT(e.owner.threadSlug,e.owner.sessionId),exact:!0}),t.waitingForProvider&&window.setTimeout(()=>{n.invalidateQueries({queryKey:mT(e.owner.threadSlug,e.owner.sessionId),exact:!0})},1e3)},onError:t=>{y(void 0),_(c$(t)),_T(n,e),Y.interactionGet({slug:e.owner.threadSlug,sessionId:e.owner.sessionId,interactionId:e.id}).then(({interaction:t})=>{gT(n,t),n.setQueryData(hT(e.owner.threadSlug,e.owner.sessionId,e.id),{interaction:t}),t.delivery?.effect===`sending`?(_(void 0),y(void 0),x(!0)):t.delivery?.effect===`reconnect-required`?(_(void 0),y(void 0)):(t.lifecycle!==`pending`||t.recordRevision!==e.recordRevision)&&(_(void 0),y(t.lifecycle===`expired`?`This request expired.`:`This request changed in another client.`),n.invalidateQueries({queryKey:mT(e.owner.threadSlug,e.owner.sessionId),exact:!0})),n.invalidateQueries({queryKey:mT(e.owner.threadSlug,e.owner.sessionId),exact:!0})}).catch(()=>{})}});function ee(e){if(!e.requiresValues){h({});return}let t=KQ(o,p);return h(t.errors),t.formError?(_(t.formError),null):t.values?t.values:null}function j(e,t=!1){if(!E.actionsEnabled||A.isPending||b)return;_(void 0);let n=ee(e);if(n===null)return;if(e.durable&&!t){C(e),T(!1);return}let r=qQ(e.id,n),i=a.current.get(r)??l$();a.current.set(r,i),A.mutate({decision:e,values:n,responseId:i})}let M=D.find(e=>e.requiresValues&&e.tone===`primary`);function N(e){e.preventDefault(),E.actionsEnabled&&M&&j(M)}return(0,B.jsxs)(`article`,{ref:i,tabIndex:-1,"aria-labelledby":r,"data-interaction-id":e.id,"data-interaction-kind":e.payload.kind,"data-delivery-effect":e.delivery?.effect,className:`min-w-0 ${sX} border border-accent/45 bg-accent/[0.065] shadow-sm shadow-black/15 outline-none focus-visible:ring-2 focus-visible:ring-accent/60`,children:[(0,B.jsxs)(`div`,{className:`flex min-w-0 items-center gap-3 border-b border-accent/20 px-4 py-3`,children:[(0,B.jsx)(jy,{"aria-hidden":`true`,size:16,className:`shrink-0 text-accent`}),(0,B.jsx)(`h3`,{id:r,className:`min-w-0 flex-1 break-words text-[14px] font-semibold leading-snug text-fg`,children:e.payload.title})]}),(0,B.jsx)(`form`,{onSubmit:N,className:`min-w-0 px-4 py-3.5`,noValidate:!0,children:(0,B.jsxs)(`fieldset`,{disabled:!E.actionsEnabled,className:`min-w-0 border-0 p-0`,children:[(0,B.jsx)(`legend`,{className:`sr-only`,children:`Interaction request`}),(0,B.jsx)(h$,{record:e,instanceId:r,draft:p,setDraft:k,errors:m,autoFocus:t}),s&&(0,B.jsxs)(`div`,{"data-secret-fallback":!0,className:`mt-3 rounded-md border border-amber-500/35 bg-amber-500/[0.07] p-3 text-[12px] leading-snug text-amber-100/90`,children:[(0,B.jsxs)(`div`,{className:`flex items-start gap-2`,children:[(0,B.jsx)(hy,{"aria-hidden":`true`,size:14,className:`mt-0.5 shrink-0`}),(0,B.jsxs)(`div`,{children:[(0,B.jsx)(`div`,{className:`font-medium`,children:`Secret input is unavailable in this page.`}),(0,B.jsx)(`div`,{className:`mt-1 text-amber-100/70`,children:`Frizz will not persist or send secret values through the current RPC.`})]})]}),(0,B.jsx)(`div`,{className:`mt-2 font-medium`,children:`Use the provider's trusted secret-input flow. The thread terminal cannot answer this typed request.`})]}),O>0&&(0,B.jsxs)(`div`,{className:`mt-3 flex items-start gap-2 rounded-md border border-amber-500/25 bg-amber-500/[0.05] px-3 py-2 text-[11px] leading-snug text-amber-100/75`,children:[(0,B.jsx)(By,{"aria-hidden":`true`,size:13,className:`mt-0.5 shrink-0`}),(0,B.jsxs)(`span`,{children:[O===1?`One advertised choice`:`${O} advertised choices`,` cannot be safely labeled or delivered in Frizz and is not shown.`]})]}),S&&(0,B.jsxs)(`div`,{"data-durable-confirmation":!0,role:`group`,"aria-label":`Confirm ${S.label}`,className:`mt-3 rounded-md border border-amber-400/45 bg-amber-500/[0.08] p-3`,children:[(0,B.jsx)(`div`,{className:`text-[12px] font-semibold text-amber-100`,children:`This approval persists beyond the current request.`}),(0,B.jsx)(`div`,{className:`mt-1 text-[11px] leading-snug text-amber-100/75`,children:S.scope}),(0,B.jsxs)(`label`,{className:`mt-2.5 flex cursor-pointer items-start gap-2 text-[11px] leading-snug text-fg/85`,children:[(0,B.jsx)(`input`,{type:`checkbox`,autoFocus:!0,checked:w,onChange:e=>T(e.target.checked),className:`mt-0.5 accent-[var(--color-accent)]`}),(0,B.jsx)(`span`,{children:`I understand this may authorize later matching actions in this session.`})]}),(0,B.jsxs)(`div`,{className:`mt-3 flex flex-wrap justify-start gap-2`,children:[(0,B.jsx)(`button`,{type:`button`,onClick:()=>{C(void 0),T(!1)},className:`rounded-md border border-border px-2.5 py-1.5 text-[11px] text-muted hover:bg-panel-2 hover:text-fg`,children:`Back`}),(0,B.jsxs)(`button`,{type:`button`,disabled:!w||A.isPending,onClick:()=>j(S,!0),className:`rounded-md border border-amber-400/50 bg-amber-500/15 px-2.5 py-1.5 text-[11px] font-semibold text-amber-50 hover:bg-amber-500/25 disabled:opacity-35`,children:[`Confirm `,S.label.toLowerCase()]})]})]}),g&&(0,B.jsx)(`div`,{role:`alert`,className:`mt-3 break-words text-[11px] leading-snug text-red-300`,children:g}),(E.status??v)&&(0,B.jsx)(`div`,{role:`status`,"aria-live":`polite`,className:`mt-3 text-[11px] leading-snug text-muted`,children:E.status??v}),E.actionsEnabled&&!S&&!b&&D.length>0&&(0,B.jsxs)(`div`,{className:`mt-4 flex flex-wrap justify-start gap-2`,children:[D.map(e=>(0,B.jsxs)(`button`,{type:e===M?`submit`:`button`,"data-interaction-decision":e.id,disabled:A.isPending,"aria-describedby":e.durable?`${r}-scope-${e.id}`:void 0,onClick:e===M?void 0:()=>j(e),className:m$(e),children:[A.isPending?`Sending…`:e.label,e.durable&&(0,B.jsx)(`span`,{className:`sr-only`,children:`; persistent approval`})]},e.id)),D.filter(e=>e.durable).map(e=>(0,B.jsx)(`span`,{id:`${r}-scope-${e.id}`,className:`sr-only`,children:e.scope},`scope-${e.id}`))]}),!g$.has(e.payload.kind)&&(0,B.jsx)(y$,{record:e})]})})]})}function m$(e){let t=`rounded-md border px-2.5 py-1.5 text-[11px] font-medium outline-none transition-colors focus-visible:ring-2 focus-visible:ring-fg/50 disabled:opacity-40`;return e.tone===`primary`?`${t} border-accent/55 bg-accent/15 text-fg hover:bg-accent/25`:e.tone===`danger`?`${t} border-red-400/35 bg-red-500/[0.07] text-red-200 hover:bg-red-500/15`:`${t} border-border bg-panel text-muted hover:bg-panel-2 hover:text-fg`}function h$({record:e,instanceId:t,draft:n,setDraft:r,errors:i,autoFocus:a}){let o=e.payload,s=(e,t)=>r(GQ(n,e,t)),c;return c=o.kind===`command-approval`||o.kind===`file-approval`||o.kind===`permission-approval`?(0,B.jsx)(SQ,{payload:o}):o.kind===`mcp-elicitation-url`?(0,B.jsx)(v$,{url:o.url}):(0,B.jsx)(b$,{instanceId:t,fields:o.fields,draft:n,setValue:s,errors:i,autoFocus:a}),(0,B.jsxs)(B.Fragment,{children:[`message`in o&&o.message&&(0,B.jsx)(_$,{text:o.message}),(0,B.jsx)(`div`,{className:`message`in o&&o.message?`mt-3`:``,children:c})]})}var g$=new Set([`command-approval`,`file-approval`,`permission-approval`]);function _$({text:e}){return e.length>600||e.split(`
359
+ `).length>6?(0,B.jsxs)(`details`,{className:`rounded-md border border-border/70 bg-panel/60`,children:[(0,B.jsx)(`summary`,{className:`cursor-pointer px-2.5 py-2 text-[11px] text-muted outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/50`,children:`Request message`}),(0,B.jsx)(`div`,{className:`max-h-52 overflow-auto border-t border-border/60 px-2.5 py-2 whitespace-pre-wrap break-words text-[12px] leading-relaxed text-fg/80`,children:e})]}):(0,B.jsx)(`div`,{className:`whitespace-pre-wrap break-words text-[12px] leading-relaxed text-fg/80`,children:e})}function v$({url:e}){let t=JQ(e,location.href);return(0,B.jsxs)(`div`,{children:[(0,B.jsx)(`div`,{className:`text-[11px] font-medium text-fg`,children:`Open this page to continue`}),(0,B.jsx)(`code`,{className:`mt-1.5 block max-h-24 overflow-auto break-all rounded-md border border-border bg-bg/40 px-2.5 py-2 font-mono-keep text-[10.5px] text-fg/80`,children:e}),t?(0,B.jsxs)(`a`,{href:t,target:`_blank`,rel:`noopener noreferrer`,className:`mt-2 inline-flex items-center gap-1.5 rounded-md border border-border bg-panel px-2.5 py-1.5 text-[11px] font-medium text-fg hover:bg-panel-2`,children:[(0,B.jsx)(ty,{"aria-hidden":`true`,size:12}),`Open page`]}):(0,B.jsx)(`div`,{role:`alert`,className:`mt-1.5 break-words text-[11px] text-red-300`,children:`This request did not provide a safe http(s) URL.`})]})}function y$({record:e}){return(0,B.jsxs)(`details`,{className:`mt-3 border-t border-border/50 pt-2 text-[10.5px] text-muted/70`,children:[(0,B.jsx)(`summary`,{className:`cursor-pointer w-fit outline-none hover:text-muted focus-visible:ring-1 focus-visible:ring-fg/50`,children:`Request details`}),(0,B.jsxs)(`dl`,{className:`mt-2 grid min-w-0 grid-cols-[auto_minmax(0,1fr)] gap-x-3 gap-y-1`,children:[(0,B.jsx)(`dt`,{children:`Provider`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:VQ(e.provider.kind)}),e.provider.name&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`dt`,{children:`Reported name`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:e.provider.name})]}),e.provider.version&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`dt`,{children:`Reported version`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:e.provider.version})]}),(0,B.jsx)(`dt`,{children:`Source`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:HQ(e.source.kind)}),e.source.label&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`dt`,{children:`Reported source`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:e.source.label})]}),(0,B.jsx)(`dt`,{children:`Scope`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:`This thread · this request`}),e.expiresAt&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`dt`,{children:`Expires`}),(0,B.jsx)(`dd`,{className:`min-w-0 break-all text-fg/65`,children:e.expiresAt})]})]})]})}function b$({instanceId:e,fields:t,draft:n,setValue:r,errors:i,autoFocus:a}){let o=t.findIndex(e=>!e.secret);return(0,B.jsxs)(`fieldset`,{className:`min-w-0`,children:[(0,B.jsx)(`legend`,{className:`sr-only`,children:`Requested information`}),(0,B.jsx)(`div`,{className:`flex min-w-0 flex-col gap-3`,children:t.map((t,s)=>(0,B.jsx)(x$,{instanceId:e,field:t,value:n[t.id],setValue:e=>r(t.id,e),error:i[t.id],autoFocus:a&&s===o},t.id))})]})}function x$({instanceId:e,field:t,value:n,setValue:r,error:i,autoFocus:a}){let o=`${e}-${t.id}`,s=t.description?`${o}-description`:void 0,c=i?`${o}-error`:void 0,l=[s,c].filter(Boolean).join(` `)||void 0,u=(0,B.jsxs)(B.Fragment,{children:[t.label,t.required&&(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`ml-0.5 text-accent`,children:`*`})]}),d=`mt-1 w-full min-w-0 rounded-md border border-border bg-bg/45 px-2.5 py-2 text-[12px] text-fg outline-none focus:border-accent focus:ring-1 focus:ring-accent/40`,f;if(t.secret)f=(0,B.jsx)(`div`,{className:`mt-1 text-[11px] text-amber-100/70`,children:`Use the secure fallback below.`});else if(t.input===`multiline`)f=(0,B.jsx)(`textarea`,{id:o,name:t.id,value:typeof n==`string`?n:``,onChange:e=>r(e.target.value),required:t.required,minLength:t.minLength,maxLength:t.maxLength,"aria-describedby":l,"aria-invalid":!!i,autoFocus:a,rows:4,className:`${d} resize-y`});else if(t.input===`text`){let e=t.format===`email`?`email`:t.format===`uri`?`url`:t.format===`date`?`date`:`text`;f=(0,B.jsx)(`input`,{id:o,name:t.id,type:e,value:typeof n==`string`?n:``,onChange:e=>r(e.target.value),required:t.required,minLength:t.minLength,maxLength:t.maxLength,placeholder:t.format===`date-time`?`2026-07-13T12:00:00Z`:void 0,"aria-describedby":l,"aria-invalid":!!i,autoFocus:a,className:d})}else if(t.input===`number`||t.input===`integer`)f=(0,B.jsx)(`input`,{id:o,name:t.id,type:`number`,step:t.input===`integer`?1:`any`,min:t.minimum,max:t.maximum,value:typeof n==`string`?n:``,onChange:e=>r(e.target.value),required:t.required,"aria-describedby":l,"aria-invalid":!!i,autoFocus:a,className:d});else if(t.input===`boolean`)f=(0,B.jsxs)(`label`,{htmlFor:o,className:`mt-1 flex cursor-pointer items-center gap-2 rounded-md border border-border bg-bg/30 px-2.5 py-2 text-[12px] text-fg/85`,children:[(0,B.jsx)(`input`,{id:o,name:t.id,type:`checkbox`,checked:n===!0,onChange:e=>r(e.target.checked),"aria-describedby":l,autoFocus:a,className:`accent-[var(--color-accent)]`}),(0,B.jsx)(`span`,{children:u})]});else if(t.input===`select`)f=(0,B.jsxs)(`select`,{id:o,name:t.id,value:typeof n==`string`?n:``,onChange:e=>r(e.target.value),required:t.required,"aria-describedby":l,"aria-invalid":!!i,autoFocus:a,className:d,children:[(0,B.jsx)(`option`,{value:``,children:`Choose an option…`}),t.options.map((e,t)=>(0,B.jsx)(`option`,{value:String(t),children:e.label},t))]});else if(t.input===`multi-select`){let e=Array.isArray(n)?n:[];f=(0,B.jsxs)(`fieldset`,{id:o,"aria-describedby":l,className:`mt-1 rounded-md border border-border bg-bg/30 px-2.5 py-2`,children:[(0,B.jsx)(`legend`,{className:`px-1 text-[11px] font-medium text-fg/85`,children:u}),(0,B.jsx)(`div`,{className:`flex flex-col gap-1.5`,children:t.options.map((n,i)=>{let o=String(i);return(0,B.jsxs)(`label`,{className:`flex cursor-pointer items-start gap-2 text-[12px] text-fg/85`,children:[(0,B.jsx)(`input`,{type:`checkbox`,name:t.id,value:o,checked:e.includes(o),onChange:t=>r(t.target.checked?[...e,o]:e.filter(e=>e!==o)),autoFocus:a&&i===0,className:`mt-0.5 accent-[var(--color-accent)]`}),(0,B.jsx)(`span`,{children:n.label})]},o)})})]})}return(0,B.jsxs)(`div`,{className:`min-w-0`,children:[t.secret?(0,B.jsx)(`div`,{className:`text-[11px] font-medium text-fg/85`,children:u}):t.input!==`boolean`&&t.input!==`multi-select`?(0,B.jsx)(`label`,{htmlFor:o,className:`block text-[11px] font-medium text-fg/85`,children:u}):null,t.description&&(0,B.jsx)(`div`,{id:s,className:`mt-0.5 whitespace-pre-wrap break-words text-[10.5px] leading-snug text-muted`,children:t.description}),f,i&&(0,B.jsx)(`div`,{id:c,role:`alert`,className:`mt-1 text-[10.5px] text-red-300`,children:i})]})}function S$(e){return(e.watches??[]).filter(e=>e.kind===`github`&&e.state===`armed`).length}function C$(e,t={}){let n=(e.subAgents??[]).filter(e=>Qm(e)&&e.state===`running`).length,r=(e.bgShells??[]).filter(e=>e.state===`running`).length,i=t.watchers===!1?0:S$(e),a=[n>0?`${n} sub-agent${n===1?``:`s`}`:null,r>0?`${r} background shell${r===1?``:`s`}`:null,i>0?`${i} PR watcher${i===1?``:`s`}`:null].filter(e=>e!==null);return a.length===0?`0 background shells`:a.length===1?a[0]:`${a.slice(0,-1).join(`, `)} and ${a[a.length-1]}`}function w$(e){return(e.subAgents??[]).some(e=>Qm(e)&&e.state===`running`)}function T$(e){return(e.bgShells??[]).filter(e=>e.state===`running`).length}function E$(e){return w$(e)||T$(e)>0}function D$(e){return O$(e)?`Background shells running`:`Awaiting background work`}function O$(e){return(e.bgShells??[]).filter(e=>e.state===`running`).length>0&&!w$(e)&&S$(e)===0}var k$={mergeable:`no conflicts`,blocked:`merge blocked`,conflicting:`has conflicts`,unknown:null};function A$(e){return e.state!==`open`||e.merge===`blocked`&&e.checks!==`passing`&&e.checks!==`none`?null:k$[e.merge]}var j$=`shrink-0 self-baseline translate-y-[calc(0.5em_-_0.5cap)]`;function M$({tone:e}){return(0,B.jsx)(`span`,{"aria-hidden":!0,className:`inline-block size-3 rounded-full border ${e} border-t-transparent motion-safe:animate-spin ${j$}`})}function N$({status:e}){return e?e.state===`merged`?(0,B.jsx)(oy,{size:12,className:`${j$} text-purple-400`}):e.state===`closed`?(0,B.jsx)(sy,{size:12,className:`${j$} text-red-400`}):e.checks===`failing`?(0,B.jsx)(Zv,{size:12,className:`${j$} text-red-400`}):e.checks===`passing`?(0,B.jsx)(Kv,{size:12,className:`${j$} text-emerald-500`}):e.checks===`running`?(0,B.jsx)(M$,{tone:`border-amber-400`}):(0,B.jsx)(qv,{size:12,className:`${j$} text-muted/60`}):(0,B.jsx)(qv,{size:12,className:`${j$} text-muted/60`})}function P$(e){return[e.failed>0?`${e.failed} failing`:null,e.running>0?`${e.running} in progress`:null,e.passed>0?`${e.passed} successful`:null].filter(e=>e!==null).join(`, `)}function F$(e){if(!e)return`Checking…`;if(e.state===`merged`)return`Merged`;if(e.state===`closed`)return`Closed`;let t=P$(e),n=A$(e);return[t||`No checks`,n].filter(e=>e!==null).join(` · `)}var I$=`group relative col-span-4 grid grid-cols-subgrid items-baseline rounded-sm text-[12px] leading-5`,L$=`ml-1.5 min-w-0 truncate font-medium text-fg/90`,R$=`ml-3 min-w-0 truncate text-right text-muted/70`,z$=`outline-none after:absolute after:inset-0 after:rounded-sm focus-visible:after:ring-1 focus-visible:after:ring-fg/60`;function B$(){return(0,B.jsx)(Uv,{size:13,"aria-hidden":!0,className:`${j$} ml-[3px] -mr-[4px] text-muted/35 transition-colors group-hover:text-muted/70`})}function V$({mark:e,name:t,status:n,onOpen:r,href:i,title:a,testKind:o,testId:s}){let c=i?(0,B.jsx)(`a`,{href:i,target:`_blank`,rel:`noreferrer noopener`,title:a,onMouseDown:e=>e.stopPropagation(),className:`${L$} ${z$} group-hover:underline group-hover:decoration-fg/40 group-hover:underline-offset-2`,children:t}):r?(0,B.jsx)(`button`,{type:`button`,onClick:r,onMouseDown:e=>e.stopPropagation(),title:a,className:`${L$} ${z$} text-left group-hover:underline group-hover:decoration-fg/40 group-hover:underline-offset-2`,children:t}):(0,B.jsx)(`span`,{className:L$,title:a,children:t}),l=!!(i||r);return(0,B.jsxs)(`div`,{"data-wait-row":s,"data-wait-kind":o,className:`${I$} ${l?`cursor-pointer transition-colors hover:bg-fg/[0.045]`:``}`,children:[(0,B.jsx)(`span`,{className:`flex shrink-0`,children:e}),c,(0,B.jsx)(`span`,{"data-wait-status":!0,className:R$,children:n}),l?(0,B.jsx)(B$,{}):(0,B.jsx)(`span`,{})]})}function H$({watch:e}){let t=e.github,n=MV(e.target);return(0,B.jsx)(V$,{testKind:`github`,testId:e.target,mark:(0,B.jsx)(N$,{status:t}),name:e.target,href:n??void 0,title:n?`Open ${e.target} on GitHub`:e.target,status:(0,B.jsxs)(B.Fragment,{children:[F$(t),t&&t.failing.length>0&&n&&(0,B.jsxs)(B.Fragment,{children:[` · `,(0,B.jsx)(`a`,{href:`${n}/checks`,target:`_blank`,rel:`noreferrer noopener`,onMouseDown:e=>e.stopPropagation(),className:`relative text-red-400/85 underline decoration-red-400/30 underline-offset-2 hover:decoration-red-400`,children:`view failures`})]})]})})}function U$(e,t){return(e.bgShells??[]).find(e=>e.id===t||e.taskId===t||e.label===t)}function W$(e){return(e.watches??[]).filter(e=>e.kind===`shell`&&e.state===`armed`)}function G$({watch:e,thread:t,slug:n,now:r}){let i=U$(t,e.target),a=NO(i?.startedAt??e.createdAt,r),o=i?.id&&!i.outputUnavailable;return(0,B.jsx)(V$,{testKind:`shell`,testId:e.target,mark:(0,B.jsx)(Iy,{size:12,className:`${j$} text-shell`}),name:i?.label??e.target,onOpen:o?()=>Q_(n,i.id,{label:i.label,startedAt:i.startedAt}):void 0,title:o?`Read this shell's output — running for ${a}`:i?.label??e.target,status:a?`running · ${a}`:`running`})}function K$(e){return(e.subAgents??[]).filter(e=>Qm(e)&&e.state===`running`)}function q$({agent:e,slug:t,now:n}){let r=NO(e.startedAt,n),i=e.subagentType?.replace(/^frizz:/,``);return(0,B.jsx)(V$,{testKind:`agent`,testId:e.id??e.label,mark:(0,B.jsx)(M$,{tone:`border-accent`}),name:e.label,onOpen:e.id?()=>Z_(t,e.id,{label:e.label,subagentType:e.subagentType,startedAt:e.startedAt}):void 0,title:e.id?`Open this sub-agent — working for ${r}`:e.label,status:[i,r].filter(Boolean).join(` · `)})}function J$(e){return e?.awaitingBackground===!0&&e.runtime===`turn-idle`&&e.bgSnoozed!==!0}function Y$({thread:e,actions:t}){let n=w$(e),r=bO(),i=(e.watches??[]).filter(e=>e.kind===`github`&&e.state===`armed`),a=W$(e),o=[{head:`Sub-agents`,rows:K$(e).map(t=>(0,B.jsx)(q$,{agent:t,slug:e.id,now:r},t.id??t.label))},{head:`Background shells`,rows:a.map(t=>(0,B.jsx)(G$,{watch:t,thread:e,slug:e.id,now:r},t.id))},{head:`Pull requests`,rows:i.map(e=>(0,B.jsx)(H$,{watch:e},e.id))}].filter(e=>e.rows.length>0);return(0,B.jsxs)(mX,{"data-awaiting-background":!0,icon:O$(e)?Iy:dy,label:D$(e),children:[o.length===0&&E$(e)&&(0,B.jsx)(`p`,{className:`block min-w-0 text-[13px] leading-5 text-fg/75`,children:n?(0,B.jsxs)(B.Fragment,{children:[`It’s awaiting the results from `,C$(e,{watchers:!1}),` it dispatched. It returns to the queue on its own when the work comes back.`]}):(0,B.jsxs)(B.Fragment,{children:[C$(e,{watchers:!1}),` `,T$(e)===1?`is`:`are`,` still running. It resumes on its own when`,` `,T$(e)===1?`it finishes`:`one of them finishes`,`.`]})}),o.length>0&&(0,B.jsx)(`div`,{className:`mt-3 grid grid-cols-[auto_1fr_auto_auto] gap-y-px`,children:o.map((e,t)=>(0,B.jsxs)(z.Fragment,{children:[(0,B.jsx)(`div`,{className:`col-span-4 text-[10.5px] uppercase tracking-wide text-muted/45 ${t>0?`mt-2.5`:``}`,children:e.head}),e.rows]},e.head))}),t?(0,B.jsx)(gX,{children:t}):null]})}function X$({at:e,fallbackAt:t,className:n=``}){let r=bO(),i=sO(e,t),a=cO(i,r);return!a||!i?null:(0,B.jsx)(`time`,{dateTime:i,className:n,children:a})}var Z$=1500;function Q$(e,t){let n=0,r;function i(){r!==void 0&&(t.clearTimeout(r),r=void 0)}return{begin(){let a=++n;return e(!0),i(),r=t.setTimeout(()=>{a===n&&e(!1),r=void 0},Z$),a},fail(t){t===n&&(i(),e(!1))},dispose(){n++,i()}}}var $$=`Could not copy terminal command`,e1={attach:`Attach command copied`,resume:`Resume command copied`},t1={attach:`Copy command to attach to this thread's live terminal`,resume:`Copy command to resume this thread in a new terminal`},n1=e=>[`terminalCommand`,e];function r1(e){return Y.threadTerminalCommand({slug:e}).then(e=>{if(!e.command)throw Error(e.reason??`No verified provider session is available to resume`);return{command:e.command,mode:e.mode===`attach`?`attach`:`resume`}})}async function i1(e){let t=r1(e);if(typeof ClipboardItem<`u`&&navigator.clipboard?.write)return await navigator.clipboard.write([new ClipboardItem({"text/plain":t.then(({command:e})=>new Blob([e],{type:`text/plain`}))})]),(await t).mode;let{command:n,mode:r}=await t;if(!navigator.clipboard?.writeText)throw Error(`Clipboard access is unavailable; copy the command from a secure Frizz page`);return await navigator.clipboard.writeText(n),r}function a1(e){let t=rd({mutationFn:()=>i1(e)});return e=>t.mutate(void 0,{onSuccess:t=>{e?.onSuccess?.(),Z(e1[t])},onError:t=>{e?.onError?.(),Z(t instanceof Error?`${$$}: ${t.message}`:$$,{duration:7e3})}})}function o1({slug:e}){let[t,n]=(0,z.useState)(!1),r=(0,z.useRef)(null);r.current||=Q$(n,{setTimeout:(e,t)=>window.setTimeout(e,t),clearTimeout:e=>window.clearTimeout(e)});let i=Vu(),a=a1(e);(0,z.useEffect)(()=>()=>r.current?.dispose(),[]);function o(){i.prefetchQuery({queryKey:n1(e),queryFn:()=>r1(e),staleTime:15e3})}function s(){let t=i.getQueryData(n1(e));if(t&&navigator.clipboard?.writeText){navigator.clipboard.writeText(t.command).then(()=>{r.current?.begin(),Z(e1[t.mode])},()=>Z($$,{duration:7e3}));return}a({onSuccess:()=>r.current?.begin()})}let c=i.getQueryData(n1(e)),l=t?c?e1[c.mode]:`Terminal command copied`:c?t1[c.mode]:`Copy terminal command`;return(0,B.jsx)(iV,{label:l,children:(0,B.jsx)(`button`,{type:`button`,"aria-label":l,title:l,onClick:s,onPointerEnter:o,onFocus:o,className:`flex h-6 w-6 shrink-0 items-center justify-center rounded-md text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg`,children:t?(0,B.jsx)(Bv,{size:14,strokeWidth:2.2,className:`text-fg`}):(0,B.jsx)(Iy,{size:14,strokeWidth:1.8})})})}function s1(e){let t=Math.max(e.scrollHeight-e.clientHeight,0),n=t-e.scrollTop,r=e.scrollHeight!==e.previousScrollHeight,i=r&&!e.readerMoved?e.following||n<=1:n<=4;return!i||!r||t<=0||n<=1?{following:i,scrollTop:null}:{following:i,scrollTop:t}}function c1(e){let t=e.scrollTop>640?!0:e.armed,n=t&&e.readerMoved&&e.scrollTop<=480&&e.hasEarlier&&!e.loading;return{armed:n?!1:t,shouldLoad:n}}function l1(e){return`legacy:${e.role}:${e.kind??`message`}:${e.at??``}:${e.text}`}function u1(e,t,n){let r=[],i=new Map,a=null;return e.forEach((e,o)=>{if(e.queued||t(e))return;let s=e.sourceId??l1(e),c=i.get(s)??0;i.set(s,c+1),r.push({key:c===0?s:`${s}:${c}`,message:e,messageIndex:o,gap:a===null?0:n(a,e)}),a=e}),r}function d1(e,t,n){let r=e[t];if(!r||r.kind!==`event`||r.boundary!==`rest`)return!1;for(let r=t+1;r<e.length;r++){let t=e[r];if(!(t.queued||n(t)))return!!t.boundary||t.wake===!0}return!0}function f1(e,t){let n=e.map(e=>e.message);return e.filter((e,r)=>!d1(n,r,t))}var p1=new Set([`agent`,`follow up`,`interrupt`,`send message`,`spawn agent`,`wait for agents`]),m1=new Set([`poll process`,`wait`]);function h1(e){return(e.split(`__`).pop()||e).replaceAll(`_`,` `).trim()}function g1(e){return h1(e).toLowerCase()}function _1(e){return e.prompt!==void 0||e.agentId!==void 0||e.sendTo!==void 0||e.sendBody!==void 0||e.backgroundState!==void 0&&!y1(e)||v1(e)||p1.has(g1(e.name))}function v1(e){return e.outputImage!==void 0||e.sentImages!==void 0&&e.sentImages.length>0}function y1(e){return e.backgroundState===`unknown`&&m1.has(g1(e.name))}function b1(e){if(e.role!==`assistant`||e.kind||e.queued)return null;if(e.parts&&e.parts.length>0){let t=[];for(let n of e.parts)if(n.kind===`text`){if(n.text.trim())return null}else t.push(...n.tools);return t.length>0&&t.every(e=>!_1(e))?t:null}return e.text.trim()||e.tools.length===0?null:e.tools.every(e=>!_1(e))?e.tools:null}function x1(e){return e.role!==`assistant`||e.kind||e.queued||e.text.trim()||e.tools.length>0?!1:!e.parts?.some(e=>e.kind===`text`?e.text.trim().length>0:e.tools.length>0)}function S1(e){if(e.role!==`assistant`||e.kind||e.queued)return null;if(!e.parts?.length)return b1(e);for(let t=e.parts.length-1;t>=0;t--){let n=e.parts[t];if(n.kind===`text`){if(n.text.trim())return null;continue}if(n.tools.length!==0)return n.tools.every(e=>!_1(e))?n.tools:null}return null}function C1(e,t,n){let r=[...e.tools,...t],i=e.parts?.map(e=>e.kind===`text`?e:{...e,tools:[...e.tools]})??[],a=-1;for(let e=i.length-1;e>=0;e--){let t=i[e];if(t.kind===`text`){if(t.text.trim())break;continue}if(t.tools.length>0){a=e;break}}let o=i[a];return o?.kind===`tools`?i[a]={kind:`tools`,tools:[...o.tools,...t]}:i.push({kind:`tools`,tools:t}),{...e,at:n??e.at,tools:r,parts:i}}function w1(e){let t=[],n=null;return e.forEach((e,r)=>{if(x1(e))return;if(e.queued){t.push({message:e,messageIndex:r});return}let i=b1(e);if(i&&n){n.message=C1(n.message,i,e.at);return}let a={message:e,messageIndex:r};t.push(a),S1(e)?(a.runStartedAt=e.at,n=a):n=null}),t}function T1(e){return e.status===`completed`||e.status===`failed`||e.status===`cancelled`}function E1(e){let t=D1(e);return t?.tools.some(e=>!T1(e))?t.tools.at(-1):void 0}function D1(e){let t=O1(e);if(!t)return;let n=S1(t.message);return n?{tools:n,at:t.message.at}:void 0}function O1(e){for(let t=e.length-1;t>=0;t--)if(!e[t].message.queued)return e[t]}function k1(e){let t=O1(e);if(t)return S1(t.message)?t.runStartedAt??t.message.at:t.message.at}function A1(e){let t=S1(e);if(!t)return e;let n=e.tools.length>=t.length?e.tools.slice(0,e.tools.length-t.length):e.tools.filter(e=>!t.includes(e)),r=!1,i=e.parts?e.parts.reduceRight((e,n)=>!r&&n.kind===`tools`&&n.tools===t?(r=!0,e):(e.unshift(n),e),[]):e.parts;return{...e,tools:n,parts:i}}function j1(e){let t;for(let n=e.length-1;n>=0;n--){let r=e[n].message;if(!r.queued){S1(r)&&(t=r);break}}if(!t)return[...e];let n=[];for(let r of e){let e=r.message===t?A1(r.message):r.message;x1(e)||n.push(e===r.message?r:{...r,message:e})}return n}function M1(e){return e.detail?.trim()||void 0}var N1={add:`Adding`,analyze:`Analyzing`,apply:`Applying`,audit:`Auditing`,benchmark:`Benchmarking`,build:`Building`,bump:`Bumping`,capture:`Capturing`,check:`Checking`,clean:`Cleaning`,collect:`Collecting`,commit:`Committing`,compare:`Comparing`,confirm:`Confirming`,copy:`Copying`,count:`Counting`,create:`Creating`,debug:`Debugging`,delete:`Deleting`,diff:`Diffing`,disable:`Disabling`,dispatch:`Dispatching`,drive:`Driving`,dump:`Dumping`,edit:`Editing`,enable:`Enabling`,extract:`Extracting`,fetch:`Fetching`,find:`Finding`,fix:`Fixing`,format:`Formatting`,generate:`Generating`,grep:`Grepping`,inspect:`Inspecting`,install:`Installing`,kill:`Killing`,launch:`Launching`,lint:`Linting`,list:`Listing`,load:`Loading`,measure:`Measuring`,merge:`Merging`,migrate:`Migrating`,move:`Moving`,open:`Opening`,parse:`Parsing`,patch:`Patching`,poll:`Polling`,print:`Printing`,probe:`Probing`,profile:`Profiling`,publish:`Publishing`,pull:`Pulling`,push:`Pushing`,query:`Querying`,read:`Reading`,rebase:`Rebasing`,refactor:`Refactoring`,regenerate:`Regenerating`,remove:`Removing`,rename:`Renaming`,render:`Rendering`,reproduce:`Reproducing`,restart:`Restarting`,revert:`Reverting`,review:`Reviewing`,run:`Running`,save:`Saving`,scan:`Scanning`,search:`Searching`,seed:`Seeding`,spawn:`Spawning`,start:`Starting`,stop:`Stopping`,summarize:`Summarizing`,sync:`Syncing`,tag:`Tagging`,test:`Testing`,trace:`Tracing`,typecheck:`Typechecking`,update:`Updating`,validate:`Validating`,verify:`Verifying`,wait:`Waiting`,watch:`Watching`,write:`Writing`};function P1(e,t){let n=e?.trim();if(!n)return t;let r=n.indexOf(` `),i=(r===-1?n:n.slice(0,r)).replace(/[.:]$/,``);if(/ing$/i.test(i))return i.charAt(0).toUpperCase()+i.slice(1)+(r===-1?``:n.slice(r));let a=N1[i.toLowerCase()];return a?a+(r===-1?``:n.slice(r)):n.charAt(0).toUpperCase()+n.slice(1)}function F1(e,t){let n=t?.trim().replace(/\/+$/,``);if(!n||n===`/`||!n.startsWith(`/`))return e;let r=e.replaceAll(`${n}/`,``),i=/^(\/(?:Users|home)\/[^/]+)(?:\/|$)/.exec(n)?.[1];return i?r.replaceAll(`${i}/`,`~/`):r}function I1(e,t){return F1(L1(e),t)}function L1(e){let t=g1(e.name),n=M1(e),r=n?` ${n}`:``;return t===`bash`||t===`exec`||t===`run command`?P1(e.desc,n?`Running ${n}`:`Running a command`):t===`read`||t===`view image`?`Reading${r||` a file`}`:t===`grep`||t===`search`||t===`search query`||t===`find`?n?`Searching for ${n}`:`Searching`:t===`glob`||t===`find files`?n?`Finding ${n}`:`Finding files`:t===`edit`||t===`write`||t===`apply patch`?n?`Editing ${n}`:`Editing files`:t===`todos`||t===`update plan`?`Updating the plan`:t===`screenshot`||t===`snapshot`?n?`Capturing ${n}`:`Capturing the page`:t===`navigate`?n?`Navigating to ${n}`:`Navigating`:t===`evaluate`?`Evaluating the page`:t===`pages`?`Listing pages`:t===`new page`?`Opening a new page`:t===`close page`?`Closing the page`:t===`select page`?`Selecting a page`:t===`console`||t===`console message`?`Reading the console`:t===`network`||t===`network request`?`Inspecting network traffic`:t===`press key`?n?`Pressing ${n}`:`Pressing a key`:t===`fill form`?`Filling the form`:t===`dialog`?`Handling a dialog`:t===`upload`?n?`Uploading ${n}`:`Uploading a file`:t===`wait for`||t===`wait`?n?`Waiting for ${n}`:`Waiting`:t===`resize`?`Resizing the page`:t===`ask`?`Preparing a question`:t===`web`||t===`web search`?n?`Searching for ${n}`:`Searching the web`:`Using ${h1(e.name)||`a tool`}`}var R1=new Set([`edit`,`multiedit`,`write`,`apply patch`]);function z1(e){let t=new Set;for(let n of e){for(let e of n.edits??(n.edit?[n.edit]:[]))e.file.trim()&&t.add(e.file.trim());if(n.edit||n.edits?.length)continue;let e=n.detail?.trim();e&&R1.has(g1(n.name))&&t.add(e)}return t.size}function B1(e,t=0){let n=`Ran ${e} tool ${e===1?`call`:`calls`}`;return t===0?n:`${n}, edited ${t} file${t===1?``:`s`}`}function V1(e){return e>0?`${B1(e)}. Thinking…`:`Thinking…`}function H1(e,t){let n=e[t];return typeof n==`string`&&n?n:void 0}function U1(e,t){let n=e[t];return typeof n==`number`&&Number.isFinite(n)?n:void 0}function W1(e,t){let n=H1(e,t);if(n)try{let e=new URL(n);return e.protocol===`https:`||e.protocol===`http:`?e.href:void 0}catch{return}}function G1({directive:e,icon:t,title:n,meta:r,children:i}){return(0,B.jsxs)(`section`,{"data-codex-directive":e.name,className:`min-w-0 ${sX} border border-border bg-panel-2/75 p-4`,children:[(0,B.jsxs)(`div`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`flex h-4 w-4 shrink-0 items-center justify-center text-muted`,"aria-hidden":!0,children:t}),(0,B.jsx)(`div`,{className:`max-w-[calc(100%-1.5rem)] shrink-0 break-words text-[12px] font-medium leading-4 text-fg`,children:n}),r&&(0,B.jsx)(`div`,{className:`min-w-0 truncate text-[11px] font-normal leading-4 text-muted`,children:r})]}),i]})}function K1({children:e,mono:t=!1}){return(0,B.jsx)(`div`,{className:`ml-6 mt-1 break-words text-[11px] leading-4 text-muted${t?` font-mono-keep`:``}`,children:e})}function q1({directive:e}){let t=e.attrs,n=H1(t,`display_name`)??H1(t,`skill_name`)??`Artifact template`,r=H1(t,`artifact_kind`),i=H1(t,`skill_name`),a=H1(t,`skill_directory`),[o,s]=(0,z.useState)(!!a);return(0,B.jsxs)(G1,{directive:e,icon:(0,B.jsx)(gy,{size:15}),title:n,meta:r?`${r} template`:`Template`,children:[i&&(0,B.jsx)(K1,{mono:!0,children:i.startsWith(`$`)?i:`$${i}`}),o&&a&&(0,B.jsx)(`img`,{src:HR(`${a}/assets/preview.png`),alt:`${n} template preview`,loading:`lazy`,onError:()=>s(!1),className:`ml-6 mt-2 max-h-44 max-w-[calc(100%-1.5rem)] rounded-md border border-border object-contain`})]})}function J1({directive:e}){let t=e.attrs,n=H1(t,`file`),r=U1(t,`start`),i=U1(t,`end`)??r,a=U1(t,`priority`),o=n?`${n}${r?`:${r}${i&&i!==r?`-${i}`:``}`:``}`:`Code location unavailable`;return(0,B.jsxs)(G1,{directive:e,icon:(0,B.jsx)(yy,{size:15}),title:H1(t,`title`)??`Review finding`,meta:a===void 0?void 0:`P${a}`,children:[H1(t,`body`)&&(0,B.jsx)(K1,{children:H1(t,`body`)}),n?(0,B.jsx)(`button`,{type:`button`,className:`local-file-action ml-6 mt-1 max-w-[calc(100%-1.5rem)] break-all text-left font-mono-keep text-[11px] leading-4 text-accent underline decoration-dotted underline-offset-2`,"data-local-path":n,title:o,children:o}):(0,B.jsx)(K1,{mono:!0,children:o})]})}var Y1={"git-stage":[Sy,`Changes staged`],"git-commit":[ay,`Commit created`],"git-create-branch":[iy,`Branch created`],"git-push":[Vy,`Branch pushed`],"git-create-pr":[ly,`Pull request created`]};function X1({directive:e}){let[t,n]=Y1[e.name],r=H1(e.attrs,`branch`),i=W1(e.attrs,`url`),a=`${n}${e.attrs.isDraft===!0?` as draft`:``}`;return(0,B.jsx)(G1,{directive:e,icon:(0,B.jsx)(t,{size:15}),title:i?(0,B.jsx)(`a`,{className:`text-accent underline underline-offset-2`,href:i,target:`_blank`,rel:`noopener noreferrer`,children:a}):a,meta:r&&(0,B.jsx)(`span`,{className:`font-mono-keep`,children:r})})}function Z1({directive:e}){let t=H1(e.attrs,`threadId`),n=H1(e.attrs,`pendingWorktreeId`);return(0,B.jsx)(G1,{directive:e,icon:(0,B.jsx)(xy,{size:15}),title:n?`Thread setup queued`:`Thread created`,meta:(t||n)&&(0,B.jsx)(`span`,{className:`font-mono-keep`,children:t??n})})}function Q1({directive:e}){let t=H1(e.attrs,`reason`);return(0,B.jsx)(G1,{directive:e,icon:(0,B.jsx)(Mv,{size:15}),title:`Archive suggested`,meta:t})}function $1(e){if(typeof e!=`string`||!e)return;let t=e.match(/(?:^|;)INTERVAL=(\d+)(?:;|$)/)?.[1];return/(?:^|;)FREQ=HOURLY(?:;|$)/.test(e)?`Every ${t??`1`} hour${t===`1`||t===void 0?``:`s`}`:/(?:^|;)FREQ=WEEKLY(?:;|$)/.test(e)?`Weekly schedule`:`Custom schedule`}function e0({directive:e}){let t=e.attrs,n=H1(t,`mode`),r=H1(t,`name`)??`Automation`,i=$1(t.rrule),a=[r,n,H1(t,`status`),i].filter(Boolean).join(` · `);return(0,B.jsx)(G1,{directive:e,icon:(0,B.jsx)(zv,{size:15}),title:`Automation suggested`,meta:a,children:H1(t,`prompt`)&&(0,B.jsx)(K1,{children:H1(t,`prompt`)})})}function t0({directive:e}){return e.name===`artifact-template`?(0,B.jsx)(q1,{directive:e}):e.name===`code-comment`?(0,B.jsx)(J1,{directive:e}):e.name.startsWith(`git-`)?(0,B.jsx)(X1,{directive:e}):e.name===`created-thread`?(0,B.jsx)(Z1,{directive:e}):e.name===`archive`||e.name===`archive-thread`?(0,B.jsx)(Q1,{directive:e}):(0,B.jsx)(e0,{directive:e})}var n0;function r0(){return n0??=Sw(async()=>{let{default:e}=await import(`./mermaid.core-BP8JrW48.js`);return{default:e}},__vite__mapDeps([2,3,4,1,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21])).then(({default:e})=>(e.initialize({startOnLoad:!1,securityLevel:`strict`,theme:`dark`,themeVariables:{background:`#181b20`,primaryColor:`#181b20`,primaryTextColor:`#e6e7e9`,primaryBorderColor:`#33363c`,lineColor:`#8b8f96`,secondaryColor:`#26282d`,tertiaryColor:`#0d0e10`,fontFamily:`ui-monospace, SFMono-Regular, Menlo, monospace`}}),e)),n0}function i0({source:e}){let t=(0,z.useId)(),[n,r]=(0,z.useState)({}),i=_Y(n.html??``);return(0,z.useEffect)(()=>{let n=!0;if(r({}),e.length>5e4)return r({error:`Diagram source exceeds the 50 KB rendering limit`}),()=>{n=!1};let i=`frizz-mermaid-${t.replace(/[^a-zA-Z0-9]/g,``)}`;return r0().then(t=>t.render(i,e)).then(({svg:e})=>{n&&r({html:e})}).catch(e=>{if(!n)return;let t=e instanceof Error?e.message.split(/\n| for text:/,1)[0]:`Unknown diagram error`;r({error:t.slice(0,240)})}).finally(()=>document.getElementById(`d${i}`)?.remove()),()=>{n=!1}},[t,e]),n.error?(0,B.jsxs)(`section`,{"data-mermaid-state":`error`,className:`${sX} border border-border bg-panel-2/75 p-4`,children:[(0,B.jsx)(`div`,{className:`text-[12px] font-medium text-fg`,children:`Diagram unavailable`}),(0,B.jsx)(`div`,{className:`mt-1 text-[11px] text-muted`,children:n.error}),(0,B.jsx)(`pre`,{className:`mt-2 overflow-x-auto whitespace-pre-wrap rounded-md bg-bg p-2 font-mono-keep text-[11px] text-muted`,children:e})]}):n.html?(0,B.jsx)(`div`,{"data-mermaid-state":`ready`,className:`overflow-x-auto ${sX} border border-border bg-panel-2/75 p-4 [&_svg]:mx-auto [&_svg]:h-auto [&_svg]:max-w-full`,dangerouslySetInnerHTML:i}):(0,B.jsx)(`div`,{"data-mermaid-state":`loading`,role:`status`,"aria-label":`Rendering diagram`,className:`h-24 animate-pulse ${sX} bg-panel-2`})}var a0=(0,z.createContext)(null),o0=(0,z.createContext)(null);function s0(){let e=(0,z.useContext)(a0),t=(0,z.useContext)(o0);return e??t}var c0=(0,z.createContext)(null);function l0(e){return e.status===`pending`&&e.backgroundState===`background`}function u0(e){let t=[];for(let n of e)for(let e of n.tools)l0(e)&&n.at&&t.push({label:e.desc??e.detail??e.command??`Background command`,startedAt:n.at,state:`running`,...e.shellId?{launchId:e.shellId}:{},...e.command?{command:e.command}:{}});return t}function d0(e){return e.map(e=>{if(!e.tools.some(l0))return e;let t=e.tools.filter(e=>!l0(e)),n=e.parts?.map(e=>e.kind===`tools`?{...e,tools:e.tools.filter(e=>!l0(e))}:e).filter(e=>e.kind!==`tools`||e.tools.length>0);return{...e,tools:t,parts:n}})}function f0({slug:e,onStatusApplied:t,onClose:n,virtualized:r=!1,showReturnToQueue:i=!1}){let a=hv(NE(),e);return(0,B.jsxs)(`div`,{className:`flex-1 min-h-0 flex flex-col`,children:[(0,B.jsx)(y0,{slug:e,onStatusApplied:t,onClose:n,showReturnToQueue:i}),(0,B.jsx)(p0,{slug:e,virtualized:r}),a&&(0,B.jsx)(cQ,{thread:a,sticky:!0,safeArea:!0,onArchived:t})]})}function p0({slug:e,virtualized:t}){let n=NE(),r=hv(n,e),i=r?.runtime===`running`||r?.runtime===`spawning`,a=r?.foreign?void 0:r?.nativeInputRequired,o=a1(e),s=r?.pendingInteraction?void 0:r?.pendingAsk,c=UE(e,{poll:i}),l=Vu(),u=(0,z.useRef)(!1),[d,f]=(0,z.useState)(!1),[p,m]=(0,z.useState)(null),h=(0,z.useMemo)(()=>c.data?.messages??[],[c.data]),g=(0,z.useMemo)(()=>u0(h),[h]),_=(0,z.useMemo)(()=>d0(h),[h]),v=(0,z.useMemo)(()=>w1(_),[_]),y=i?D1(v):void 0,b=i?E1(v):void 0,x=b?I1(b,n?.projectDir):void 0,S=i?k1(v):void 0,C=(0,z.useMemo)(()=>f1(i?j1(v):v,M0),[v,i]),w=i,T=(0,z.useMemo)(()=>aX(h),[h]),E=(0,z.useMemo)(()=>QX(h),[h]),{stickyUserMessage:D}=Xd(ED),{answeringForMessage:O}=PX(e,h),k=(0,z.useRef)(null),[A,ee]=(0,z.useState)(null),j=c.data?.messages.length??0;(0,z.useEffect)(()=>{if(t)return;let e=k.current;e&&e.scrollHeight-e.scrollTop-e.clientHeight<=4&&(e.scrollTop=e.scrollHeight)},[j,i,t]);let M=(0,z.useCallback)(async()=>{if(u.current)return;let t=l.getQueryData([`transcript`,e]),n=t?.beforeCursor,r=t?.transcriptKey;if(!(!t?.hasEarlier||!n||!r)){u.current=!0,f(!0),m(null);try{let t=await Y.threadTranscriptEarlier({slug:e,cursor:n}),i=l.getQueryData([`transcript`,e]);if(!i?.transcriptKey||i.transcriptKey!==r||t.transcriptKey!==r){await c.refetch(),Z(`Transcript changed while loading history; refreshed the current session`);return}l.setQueryData([`transcript`,e],YT(i,t))}catch(e){let t=e instanceof Error?e.message:`Could not load earlier transcript history`;m(t)}finally{u.current=!1,f(!1)}}},[c,l,e]);return(0,B.jsx)(a0.Provider,{value:e,children:(0,B.jsxs)(`div`,{"data-drawer-scroll-ready":c.isPending?`false`:`true`,className:`flex-1 min-h-0 flex flex-col overflow-hidden outline-none`,children:[(0,B.jsxs)(`div`,{className:`relative min-h-0 flex-1 flex flex-col`,children:[(0,B.jsx)(`div`,{ref:k,"data-drawer-transcript-scroll":!0,"data-virtualized-transcript-scroll":t||void 0,tabIndex:t?0:void 0,role:t?`region`:void 0,"aria-label":t?`Thread conversation`:void 0,"aria-busy":t&&d?!0:void 0,className:`relative min-h-0 flex-1 overflow-y-auto pb-3 outline-none [overflow-anchor:none] focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/60`,children:t&&j>0?(0,B.jsx)(_0,{slug:e,transcriptRef:k,transcriptKey:c.data?.transcriptKey,messages:_,paired:T,answeringForMessage:O,thread:r,nativeInputRequired:a,running:i,copyTerminalCommand:o,stickyUserMessage:D,transportFallback:c.transportFallback,isFetching:c.isFetching,refresh:()=>void c.refetch(),retryLiveUpdates:c.retryLiveUpdates,hasEarlier:c.data?.hasEarlier===!0,beforeCursor:c.data?.beforeCursor,loadingEarlier:d,earlierError:p,loadEarlier:()=>void M(),jumpOverlay:A}):(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(u$,{thread:r,className:`px-6 pt-5`,autoFocusFirst:!0}),c.transportFallback&&(0,B.jsxs)(`div`,{"data-transcript-sync-fallback":!0,className:`mx-6 mt-3 flex flex-wrap items-center gap-2.5 rounded-xl border border-border-strong bg-panel-2 px-4 py-2.5 text-[12px]`,title:c.transportFallback.kind===`payload-too-large`?`Live payload ${c.transportFallback.actualBytes} bytes; socket limit ${c.transportFallback.maxBytes} bytes`:`Transcript read budget reached (${c.transportFallback.scope}); retry after about ${c.transportFallback.retryAfterMs}ms`,children:[(0,B.jsx)(By,{size:13,className:`shrink-0 text-muted`}),(0,B.jsxs)(`div`,{className:`min-w-[180px] flex-1 leading-snug text-fg/85`,children:[(0,B.jsx)(`span`,{className:`font-medium`,children:`Live transcript updates paused.`}),` `,c.transportFallback.kind===`payload-too-large`?`The transcript is too large for push; the last complete HTTP-loaded copy remains visible.`:`The live read budget was reached; the last complete copy remains visible. Retry in a moment.`]}),(0,B.jsx)(`button`,{type:`button`,disabled:c.isFetching,onClick:()=>void c.refetch(),className:`shrink-0 rounded-md border border-border px-2 py-1 text-[11px] text-fg/90 transition-colors hover:bg-panel disabled:opacity-40`,children:c.isFetching?`Refreshing…`:`Refresh once`}),(0,B.jsx)(`button`,{type:`button`,onClick:c.retryLiveUpdates,className:`shrink-0 rounded-md border border-border px-2 py-1 text-[11px] text-fg/90 transition-colors hover:bg-panel`,children:`Retry live`})]}),(0,B.jsx)(`div`,{"data-transcript-column":!0,className:`flex min-h-full flex-col px-6 py-5`,children:j===0?(0,B.jsx)(`div`,{className:`flex-1 flex items-center justify-center text-sm text-muted`,children:c.isPending?(0,B.jsxs)(`span`,{className:`flex items-center gap-2`,children:[(0,B.jsx)(B2,{}),` Loading…`]}):i?(0,B.jsxs)(`span`,{className:`flex items-center gap-2`,children:[(0,B.jsx)(B2,{}),` Session starting…`]}):eZ(r)?(0,B.jsxs)(`div`,{className:`text-center`,children:[(0,B.jsx)(`p`,{className:`mb-3`,children:`No session is attached to this thread yet.`}),(0,B.jsx)(`button`,{className:`btn-ghost border border-border text-[12px]`,onClick:()=>Y.adoptThread({slug:e}).catch(()=>{}),children:`Start a session on this thread`})]}):`No conversation yet.`}):(0,B.jsxs)(B.Fragment,{children:[I0(C.map(e=>e.message),(e,t)=>{let n=C[t].messageIndex,r=n===E&&D,i=(0,B.jsx)(g2,{m:e,answering:O(e),showSendButton:!0,paired:T[n],sticky:r},t);return r?(0,B.jsx)(m2,{children:i},t):i},e=>!!e.queued),(r?.providerFault||r?.limitPause||s||a||r?.runtime===`perm-prompt`||w||r?.awaitingBackground)&&(0,B.jsx)(P0,{h:w&&!r?.providerFault&&!r?.limitPause&&!s&&!a&&r?.runtime!==`perm-prompt`?F0(C.map(e=>e.message)):14}),r?.providerFault&&!r.foreign?(0,B.jsx)(D2,{slug:e,sessionId:r.sessionId,fault:r.providerFault,retryText:E>=0?h[E]?.text:void 0}):r?.limitPause&&!r.foreign?(0,B.jsx)(k2,{slug:e,sessionId:r.sessionId,pause:r.limitPause}):s?(0,B.jsx)(P2,{ask:s,onTerminal:o}):a?(0,B.jsx)(M2,{input:a,onTerminal:o}):r?.runtime===`perm-prompt`?(0,B.jsx)(A2,{onTerminal:o}):w?(0,B.jsx)(V2,{since:r?.lastUserAt,startedAt:S,activityLabel:x,run:y}):J$(r)?(0,B.jsx)(Y$,{thread:r}):null,r?.permPolicy?(0,B.jsx)(`div`,{className:`mt-3`,children:(0,B.jsx)(j2,{policy:r.permPolicy,denies:r.permDenies})}):null,h.some(e=>e.queued)&&(0,B.jsx)(P0,{}),(0,B.jsx)(`div`,{className:`flex flex-col gap-3.5`,children:h.map((e,t)=>e.queued?(0,B.jsx)(g2,{m:e,paired:T[t]},`q${t}`):null)})]})})]})}),(0,B.jsx)(`div`,{ref:ee,"data-transcript-overlay":!0,className:`pointer-events-none absolute inset-x-0 bottom-0 z-20 flex justify-end p-4 [&>*]:pointer-events-auto`})]}),(0,B.jsx)(`div`,{"data-thread-chat-footer":!0,className:`z-10 shrink-0 border-t border-border/60 bg-panel`,children:(0,B.jsx)(CZ,{slug:e,onTerminal:o,ops:(0,B.jsx)(N2,{slug:e,transcriptShells:g,className:`px-1 pt-1.5`})})})]})})}var m0=700,h0=250,g0=(()=>{try{return localStorage.getItem(`frizz.debugScroll`)===`1`}catch{return!1}})();function _0({slug:e,transcriptRef:t,transcriptKey:n,messages:r,paired:i,answeringForMessage:a,thread:o,nativeInputRequired:s,running:c,copyTerminalCommand:l,stickyUserMessage:u,transportFallback:d,isFetching:f,refresh:p,retryLiveUpdates:m,hasEarlier:h,beforeCursor:g,loadingEarlier:_,earlierError:v,loadEarlier:y,jumpOverlay:b}){let x=PE(),S=(0,z.useMemo)(()=>w1(r),[r]),C=c?D1(S):void 0,w=c?E1(S):void 0,T=w?I1(w,x):void 0,E=c?k1(S):void 0,D=(0,z.useMemo)(()=>f1(c?j1(S):S,M0),[S,c]),O=c,k=(0,z.useMemo)(()=>u1(D.map(e=>e.message),M0,j0).map(e=>({...e,messageIndex:D[e.messageIndex].messageIndex})),[D]),A=(0,z.useMemo)(()=>QX(r),[r]),ee=(0,z.useMemo)(()=>{for(let e=r.length-1;e>=0;e--)if(r[e].role===`assistant`)return e;return-1},[r]),j=!!(o?.providerFault&&!o.foreign||o?.limitPause&&!o.foreign||!o?.pendingInteraction&&o?.pendingAsk||s||o?.runtime===`perm-prompt`||O||o?.awaitingBackground),M=(0,z.useMemo)(()=>O&&!(o?.providerFault&&!o.foreign)&&!(o?.limitPause&&!o.foreign)&&!(!o?.pendingInteraction&&o?.pendingAsk)&&!s&&o?.runtime!==`perm-prompt`?F0(D.map(e=>e.message)):14,[D,s,O,o]),N=(0,z.useMemo)(()=>{let e=[{key:`head-anchor`,kind:`head-anchor`}];d&&e.push({key:`transport-fallback`,kind:`transport-fallback`}),(h||_||v)&&e.push({key:`earlier-history:${g??`complete`}`,kind:`earlier-history`}),e.push(...k.map(e=>({...e,kind:`message`}))),e.push({key:`interactions`,kind:`interactions`}),j&&e.push({key:`runtime-status`,kind:`runtime-status`});let t=j||k.length>0?14:0;return r.forEach((n,r)=>{if(!n.queued)return;let i=`queued:${n.deliveryId??n.sourceId??r}`;e.push({key:i,kind:`queued`,message:n,messageIndex:r,gap:t}),t=14}),e},[g,v,h,j,_,k,r,d]),te=(0,z.useMemo)(()=>!u||A<0?-1:N.findIndex(e=>e.kind===`message`&&e.messageIndex===A),[A,N,u]),P=bG({count:N.length,getScrollElement:()=>t.current,getItemKey:e=>N[e]?.key??e,estimateSize:e=>{let t=N[e];return t?t.kind===`head-anchor`||t.kind===`interactions`?1:t.kind===`earlier-history`?42:t.kind===`transport-fallback`?76:t.kind===`runtime-status`?54:t.kind===`message`?108+t.gap:82+t.gap:80},overscan:8,paddingStart:20,paddingEnd:20,anchorTo:`end`,followOnAppend:!0,scrollEndThreshold:4,scrollToFn:(e,{adjustments:t,behavior:n},r)=>{let i=r.scrollElement;i&&i.scrollTo({top:t===void 0?e:i.scrollTop+t,behavior:n})}}),[ne,re]=(0,z.useState)(!0),ie=(0,z.useRef)(!0),ae=(0,z.useRef)(-1),oe=(0,z.useRef)(0),se=(0,z.useRef)(null),ce=(0,z.useRef)(!1),le=(0,z.useRef)(!1),ue=(0,z.useRef)(!0),de=(0,z.useRef)(null),fe=(0,z.useRef)(void 0),pe=(0,z.useRef)(null),me=(0,z.useRef)(void 0),he=(0,z.useRef)(void 0),ge=(0,z.useRef)(0),_e=(0,z.useCallback)(()=>{let e=t.current;if(e){let t=e.getBoundingClientRect().top,n=Array.from(e.querySelectorAll(`[data-transcript-source-id]:not([data-transcript-sticky])`)).find(e=>e.getBoundingClientRect().bottom>t+1),r=n?.dataset.transcriptRowKey;n&&r&&(de.current={rowKey:r,viewportTop:n.getBoundingClientRect().top-t})}y()},[y,t]);(0,z.useLayoutEffect)(()=>{if(!n||N.length===0||fe.current===n)return;fe.current=n,ce.current=!1,le.current=!1,ue.current=!0;let e=requestAnimationFrame(()=>{P.scrollToEnd({behavior:`instant`}),ce.current=!0,re(!0)});return()=>cancelAnimationFrame(e)},[N.length,n,P]),(0,z.useLayoutEffect)(()=>{let e=de.current,n=t.current;if(!e||!n||_)return;let r=()=>{let t=Array.from(n.querySelectorAll(`[data-transcript-row-key]`)).find(t=>t.dataset.transcriptRowKey===e.rowKey);if(!t)return;let r=t.getBoundingClientRect().top-n.getBoundingClientRect().top;n.scrollTop+=r-e.viewportTop};r();let i=0,a=requestAnimationFrame(()=>{r(),i=requestAnimationFrame(()=>{r(),de.current===e&&(de.current=null)})});return()=>{cancelAnimationFrame(a),cancelAnimationFrame(i)}},[_,k.length,t]);let ve=(0,z.useCallback)(()=>{let e=t.current;if(!e)return null;let n=e.getBoundingClientRect().top,r=Array.from(e.querySelectorAll(`[data-transcript-row-key]:not([data-transcript-sticky])`)).find(e=>e.getBoundingClientRect().bottom>n+1),i=r?.dataset.transcriptRowKey;return!r||!i?null:{rowKey:i,viewportTop:r.getBoundingClientRect().top-n}},[t]),ye=(0,z.useCallback)(e=>{let n=t.current;if(!n)return;let r=Array.from(n.querySelectorAll(`[data-transcript-row-key]`)).find(t=>t.dataset.transcriptRowKey===e.rowKey&&t.dataset.transcriptSticky!==`true`);if(!r)return;let i=r.getBoundingClientRect().top-n.getBoundingClientRect().top;n.scrollTop+=i-e.viewportTop},[t]),be=te>=0?N[te]?.key:void 0;(0,z.useLayoutEffect)(()=>{let e=be,t=me.current;if(me.current=e,t===void 0||t===e||ie.current)return;let n=pe.current;if(!n||de.current)return;ge.current=performance.now()+h0,ye(n);let r=0,i=0,a=requestAnimationFrame(()=>{ye(n),r=requestAnimationFrame(()=>{ye(n),i=requestAnimationFrame(()=>{ye(n),ge.current=0})})});return()=>{cancelAnimationFrame(a),cancelAnimationFrame(r),cancelAnimationFrame(i),ge.current=0}},[ye,be]);let xe=k[0]?.key;(0,z.useLayoutEffect)(()=>{let e=he.current;if(he.current=xe,e===void 0||e===xe||!ce.current||ie.current||de.current)return;let t=pe.current;if(!t)return;ye(t);let n=()=>{if(performance.now()<oe.current)return;let e=pe.current;e&&ye(e)},r=0,i=requestAnimationFrame(()=>{n(),r=requestAnimationFrame(n)});return()=>{cancelAnimationFrame(i),cancelAnimationFrame(r)}},[ye,xe]);let Se=(0,z.useCallback)(()=>{let e=t.current;if(!e||de.current||performance.now()<ge.current)return;let n=s1({scrollTop:e.scrollTop,scrollHeight:e.scrollHeight,clientHeight:e.clientHeight,previousScrollHeight:ae.current,following:ie.current,readerMoved:performance.now()<oe.current});if(ie.current=n.following,n.scrollTop!==null&&(e.scrollTop=n.scrollTop),ae.current=e.scrollHeight,re(e=>e===n.following?e:n.following),g0&&!n.following&&performance.now()>=oe.current){let t=pe.current,n=t&&Array.from(e.querySelectorAll(`[data-transcript-row-key]`)).find(e=>e.dataset.transcriptRowKey===t.rowKey&&e.dataset.transcriptSticky!==`true`);if(t&&n){let r=Math.round(n.getBoundingClientRect().top-e.getBoundingClientRect().top-t.viewportTop);Math.abs(r)>2&&console.warn(`[frizz] transcript moved ${r}px under a still reader — pin=${me.current??`none`} row=${t.rowKey}`)}}pe.current=ve()??pe.current},[ve,t]);(0,z.useLayoutEffect)(Se),(0,z.useEffect)(()=>{let e=se.current;if(!e)return;let t=new ResizeObserver(Se);return t.observe(e),()=>t.disconnect()},[Se]),(0,z.useEffect)(()=>{let e=t.current;if(!e)return;let n=()=>{Se();let t=c1({armed:ue.current,scrollTop:e.scrollTop,readerMoved:ce.current&&le.current,hasEarlier:h,loading:_});ue.current=t.armed,t.shouldLoad&&_e()},r=()=>{le.current=!0,oe.current=performance.now()+m0,requestAnimationFrame(n)},i=t=>{[`ArrowUp`,`PageUp`,`Home`,` `].includes(t.key)&&(e.scrollTop<=480&&(ue.current=!0),r())},a=t=>{t.deltaY<0&&e.scrollTop<=480&&(ue.current=!0),r()},o=()=>{e.scrollTop<=480&&(ue.current=!0),r()};e.addEventListener(`scroll`,n,{passive:!0}),e.addEventListener(`wheel`,a,{passive:!0}),e.addEventListener(`touchstart`,o,{passive:!0}),e.addEventListener(`touchmove`,o,{passive:!0}),e.addEventListener(`pointerdown`,r,{passive:!0}),e.addEventListener(`keydown`,i);let s=requestAnimationFrame(n);return()=>{cancelAnimationFrame(s),e.removeEventListener(`scroll`,n),e.removeEventListener(`wheel`,a),e.removeEventListener(`touchstart`,o),e.removeEventListener(`touchmove`,o),e.removeEventListener(`pointerdown`,r),e.removeEventListener(`keydown`,i)}},[h,_,_e,Se,t]);let Ce=P.getVirtualItems(),we=P.getTotalSize(),Te=te>=0?N[te]:void 0,Ee=Te?.kind===`message`?Te:void 0,De=Ee?P.measurementsCache[te]?.start??0:0;return(0,B.jsxs)(`div`,{ref:se,"data-virtualized-transcript":!0,"data-virtual-row-count":Ce.length,className:`relative w-full`,style:{height:we},children:[Ee&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{"aria-hidden":!0,style:{height:De}}),(0,B.jsx)(`div`,{ref:P.measureElement,"data-index":te,"data-transcript-row-key":Ee.key,"data-transcript-source-id":Ee.message.sourceId,"data-transcript-sticky":`true`,className:`pointer-events-none [&>*]:pointer-events-auto sticky top-0 z-[9] flex w-full flex-col px-6 pt-3 pb-1.5`,children:(0,B.jsx)(g2,{m:Ee.message,answering:a(Ee.message),showSendButton:!0,paired:i[Ee.messageIndex],sticky:!0})},Ee.key)]}),Ce.map(t=>{let n=N[t.index];return!n||t.index===te?null:(0,B.jsx)(`div`,{ref:P.measureElement,"data-index":t.index,"data-transcript-row-key":n.key,"data-transcript-source-id":n.kind===`message`?n.message.sourceId:void 0,className:`absolute left-0 top-0 w-full`,style:{transform:`translateY(${t.start}px)`},children:n.kind===`head-anchor`?null:n.kind===`interactions`?(0,B.jsx)(u$,{thread:o,className:`px-6 pt-5`,autoFocusFirst:!0}):n.kind===`transport-fallback`?d?(0,B.jsx)(`div`,{className:`px-6 pt-3`,children:(0,B.jsxs)(`div`,{"data-transcript-sync-fallback":!0,className:`flex flex-wrap items-center gap-2.5 ${sX} border border-border-strong bg-panel-2 px-4 py-2.5 text-[12px]`,title:d.kind===`payload-too-large`?`Live payload ${d.actualBytes} bytes; socket limit ${d.maxBytes} bytes`:`Transcript read budget reached (${d.scope}); retry after about ${d.retryAfterMs}ms`,children:[(0,B.jsx)(By,{size:13,className:`shrink-0 text-muted`}),(0,B.jsxs)(`div`,{className:`min-w-[180px] flex-1 leading-snug text-fg/85`,children:[(0,B.jsx)(`span`,{className:`font-medium`,children:`Live transcript updates paused.`}),` `,d.kind===`payload-too-large`?`The transcript is too large for push; the last complete HTTP-loaded copy remains visible.`:`The live read budget was reached; the last complete copy remains visible. Retry in a moment.`]}),(0,B.jsx)(`button`,{type:`button`,disabled:f,onClick:p,className:`shrink-0 rounded-md border border-border px-2 py-1 text-[11px] text-fg/90 transition-colors hover:bg-panel disabled:opacity-40`,children:f?`Refreshing…`:`Refresh once`}),(0,B.jsx)(`button`,{type:`button`,onClick:m,className:`shrink-0 rounded-md border border-border px-2 py-1 text-[11px] text-fg/90 transition-colors hover:bg-panel`,children:`Retry live`})]})}):null:n.kind===`earlier-history`?(0,B.jsx)(`div`,{className:`flex min-h-10 items-center justify-center px-6 text-[11px] text-muted`,role:`status`,children:v?(0,B.jsxs)(`span`,{className:`flex flex-wrap items-center justify-center gap-2 text-center`,children:[(0,B.jsx)(`span`,{children:v}),(0,B.jsx)(`button`,{type:`button`,onClick:_e,className:`rounded-md border border-border px-2 py-1 text-fg/90 hover:bg-panel-2`,children:`Retry`})]}):_?(0,B.jsxs)(`span`,{className:`flex items-center gap-2`,children:[(0,B.jsx)(vy,{size:12,className:`animate-spin`}),` Loading earlier messages…`]}):(0,B.jsx)(`button`,{type:`button`,onClick:_e,className:`rounded-md px-2 py-1 outline-none hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:`Load earlier messages`})}):n.kind===`message`?(0,B.jsx)(`div`,{className:`flex flex-col px-6`,style:{paddingTop:n.gap},children:(0,B.jsx)(g2,{m:n.message,answering:a(n.message),showSendButton:!0,paired:i[n.messageIndex],staleAwaiting:ee>=0&&n.messageIndex<ee})}):n.kind===`runtime-status`?(0,B.jsxs)(`div`,{className:`px-6`,style:{paddingTop:M},children:[o?.providerFault&&!o.foreign?(0,B.jsx)(D2,{slug:e,sessionId:o.sessionId,fault:o.providerFault,retryText:A>=0?r[A]?.text:void 0}):o?.limitPause&&!o.foreign?(0,B.jsx)(k2,{slug:e,sessionId:o.sessionId,pause:o.limitPause}):!o?.pendingInteraction&&o?.pendingAsk?(0,B.jsx)(P2,{ask:o.pendingAsk,onTerminal:l}):s?(0,B.jsx)(M2,{input:s,onTerminal:l}):o?.runtime===`perm-prompt`?(0,B.jsx)(A2,{onTerminal:l}):O?(0,B.jsx)(V2,{since:o?.lastUserAt,startedAt:E,activityLabel:T,run:C}):J$(o)?(0,B.jsx)(Y$,{thread:o}):null,o?.permPolicy?(0,B.jsx)(`div`,{className:`mt-3`,children:(0,B.jsx)(j2,{policy:o.permPolicy,denies:o.permDenies})}):null]}):(0,B.jsx)(`div`,{className:`flex flex-col px-6`,style:{paddingTop:n.gap},children:(0,B.jsx)(g2,{m:n.message,paired:i[n.messageIndex]})})},n.key)}),(0,B.jsx)(v0,{overlay:b,hidden:ne,onJump:()=>P.scrollToEnd({behavior:`smooth`})})]})}function v0({overlay:e,hidden:t,onJump:n}){return!e||t?null:(0,ad.createPortal)((0,B.jsxs)(`button`,{type:`button`,"data-jump-to-latest":!0,onClick:n,className:`flex items-center gap-1.5 rounded-full border border-border-strong bg-elevated px-3 py-1.5 text-[11px] font-medium text-fg shadow-lg shadow-black/30 hover:bg-panel-2`,children:[(0,B.jsx)(Nv,{size:12}),`Jump to latest`]}),e)}function y0({slug:e,onStatusApplied:t,onClose:n,showReturnToQueue:r=!1}){let i=hv(NE(),e),a=rd({mutationFn:()=>Y.markComplete({slug:e})}),o=rd({mutationFn:t=>Y.renameThread({slug:e,title:t})}),s=rd({mutationFn:()=>Y.aiRenameThread({slug:e}),onSuccess:({title:e})=>Z(`Renamed to “${e}”`),onError:e=>Z(e instanceof Error?e.message:`Could not rename with Claude`,{duration:7e3})}),[c,l]=(0,z.useState)(!1),[u,d]=(0,z.useState)(``),f=(0,z.useRef)(null);(0,z.useEffect)(()=>{if(!c)return;let e=requestAnimationFrame(()=>{f.current?.focus(),f.current?.select()});return()=>cancelAnimationFrame(e)},[c]),(0,z.useEffect)(()=>{l(!1),d(``)},[e]);let p=pJ(nd({queryKey:[`threadBody`,e],queryFn:()=>Y.threadBody({slug:e})}).data?.markdown??``).trim().length>0;if(!i)return null;let m=i.kind===`session`&&i.foreign!==!0,h=i.foreign===!0,g=i.kind===`session`&&!h,_=AD(i),v=rZ(i),y=!v.enabled||s.isPending,b=s.isPending?`Claude is generating a title…`:v.enabled&&s.error instanceof Error?s.error.message:v.label;function x(){l(!1),d(``)}function S(){let e=tZ(u,_);if(l(!1),!e){d(``);return}o.mutate(e,{onSuccess:()=>{d(``),Z(`Thread renamed`)},onError:t=>{d(e),l(!0),Z(t instanceof Error?t.message:`Could not rename thread`)}})}return(0,B.jsxs)(`header`,{"data-thread-header":!0,className:iZ,children:[(0,B.jsx)(`div`,{className:aZ,children:(0,B.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5`,children:[r&&(0,B.jsx)(iV,{label:`Return to queue`,children:(0,B.jsx)(`a`,{href:ZE(`/`),"aria-label":`Return to queue`,"data-standalone-return":!0,className:`flex h-7 w-7 shrink-0 items-center justify-center rounded-md text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:(0,B.jsx)(Pv,{size:14})})}),(0,B.jsxs)(`div`,{className:`min-w-0 flex-1 leading-tight`,children:[(0,B.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1`,children:[c?(0,B.jsx)(`input`,{ref:f,"aria-label":`Thread title`,value:u,maxLength:200,onChange:e=>d(e.target.value),onBlur:S,onKeyDown:e=>{e.key===`Enter`?(e.preventDefault(),S()):e.key===`Escape`&&(e.preventDefault(),x())},className:`min-w-0 flex-1 rounded-md border border-border bg-elevated px-1.5 py-1 font-semibold text-[15px] text-fg outline-none focus:border-accent`}):g?(0,B.jsx)(`button`,{type:`button`,title:`Edit title`,"aria-label":`Edit thread title: ${_}`,disabled:o.isPending||s.isPending,onClick:()=>{d(nZ(_,i.id)),l(!0)},className:`min-w-0 max-w-full shrink truncate rounded px-0.5 -mx-0.5 font-semibold text-[15px] text-left outline-none transition-colors hover:bg-panel-2 focus-visible:ring-1 focus-visible:ring-fg/60 disabled:cursor-not-allowed disabled:opacity-40`,children:_}):(0,B.jsx)(`div`,{className:`min-w-0 max-w-full shrink truncate px-0.5 -mx-0.5 font-semibold text-[15px]`,title:_,children:_}),v.show&&!c&&(0,B.jsx)(iV,{label:b,children:(0,B.jsx)(`button`,{type:`button`,"aria-label":s.isPending?`Renaming with Claude`:v.enabled?`Rename with Claude`:v.label,title:b,"aria-busy":s.isPending,"aria-disabled":y,onClick:()=>{y||(s.reset(),s.mutate())},className:`flex h-6 w-6 shrink-0 items-center justify-center rounded-md outline-none transition-colors ${y?`cursor-not-allowed opacity-40`:``} ${s.error?`text-red-400 hover:bg-red-500/10`:`text-accent hover:bg-accent/10`}`,children:(0,B.jsx)(Ny,{size:13,strokeWidth:2,className:s.isPending?`animate-pulse`:``})})})]}),(0,B.jsx)(X$,{at:VD(i),fallbackAt:i.spawnedAt,className:`mt-0.5 block truncate text-[11px] leading-tight text-muted/75`})]})]})}),(0,B.jsxs)(`div`,{className:oZ,children:[(0,B.jsxs)(`div`,{className:`flex shrink-0 items-center`,children:[m&&(0,B.jsx)(o1,{slug:e}),(0,B.jsx)(wZ,{thread:i,onDoc:p?()=>X_(`doc`,i.id):void 0,onDone:()=>a.mutate(void 0,{onSuccess:t}),doneBusy:a.isPending,onStatusApplied:t}),n&&(0,B.jsx)(iV,{label:`Open in new tab`,children:(0,B.jsx)(`a`,{href:Ig(e),target:`_blank`,rel:`noopener`,"aria-label":`Open in new tab`,className:`flex h-7 w-7 shrink-0 items-center justify-center rounded-md text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:(0,B.jsx)(Fv,{size:14})})})]}),n&&(0,B.jsx)(`button`,{type:`button`,"aria-label":`Close`,"data-dialog-initial-focus":!0,onClick:n,className:`ml-0.5 shrink-0 rounded-md p-1.5 text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg`,children:(0,B.jsx)(Hy,{size:15})})]})]})}function b0(e){if(e.kind===`event`||e.kind===`reasoning`||e.role===`user`||pQ(e))return null;if(e.parts&&e.parts.length>0){for(let t=e.parts.length-1;t>=0;t--){let n=e.parts[t];if(n.kind===`tools`?n.tools.length>0:n.text.trim())return n.kind===`tools`?n.tools:null}return null}return(e.tools?.length??0)>0&&!e.text.trim()?e.tools:null}function x0(e){if(e.kind===`event`||e.kind===`reasoning`||e.role===`user`||pQ(e))return null;if(e.parts&&e.parts.length>0){for(let t of e.parts)if(t.kind===`tools`?t.tools.length>0:t.text.trim())return t.kind===`tools`?t.tools:null;return null}return(e.tools?.length??0)>0?e.tools:null}function S0(e){return b0(e)!==null}function C0(e){return x0(e)!==null}function w0(e){return e.kind===`event`&&!e.boundary||e.kind===`reasoning`}function T0(e){return w0(e)||S0(e)}function E0(e){return w0(e)||C0(e)}function D0(e){if(w0(e))return!0;let t=b0(e);return t!==null&&!_1(t[t.length-1])}function O0(e){if(w0(e))return!0;let t=x0(e);return t!==null&&!_1(t[0])}function k0(e){let t=b0(e);return t!==null&&v1(t[t.length-1])}function A0(e){let t=x0(e);return t!==null&&v1(t[0])}function j0(e,t){let n=k0(e)||A0(t),r=!n&&T0(e)&&E0(t)&&!(D0(e)&&O0(t));return(n?22:r?6:14)+(e.role===`user`&&t.role!==`user`?3:0)}function M0(e){return e.kind===`event`||e.kind===`reasoning`||e.role===`user`?!1:e.parts&&e.parts.length>0?e.parts.every(e=>e.kind===`tools`?e.tools.length===0:!e.text.trim()):(e.tools?.length??0)===0&&!e.text.trim()}function N0(e){return e.kind===`event`||e.kind===`reasoning`||e.role===`user`?!1:e.parts&&e.parts.length>0?e.parts.some(e=>e.kind===`text`&&e.text.trim()!==``):typeof e.text==`string`&&e.text.trim()!==``}function P0({h:e=14}){return(0,B.jsx)(`div`,{"aria-hidden":!0,className:`shrink-0`,style:{height:e}})}function F0(e){for(let t=e.length-1;t>=0;t--){let n=e[t];if(!(n.queued||M0(n)))return k0(n)?22:T0(n)&&!D0(n)?6:14+(n.role===`user`?3:0)}return 0}function I0(e,t,n){let r=[],i=null;return e.forEach((e,a)=>{n?.(e,a)||M0(e)||(i!==null&&r.push((0,B.jsx)(P0,{h:j0(i,e)},`s${a}`)),r.push(t(e,a)),i=e)}),r}function L0(e){let t=[];for(let n of e){if(n.kind===`text`){if(!n.text.trim())continue;t.push(n);continue}if(n.tools.length===0)continue;let e=t[t.length-1];e&&e.kind===`tools`?t[t.length-1]={kind:`tools`,tools:[...e.tools,...n.tools]}:t.push(n)}return t}function R0(e,t=14){let n=e.filter(e=>e!=null&&e!==!1),r=[];return n.forEach((e,n)=>{n>0&&r.push((0,B.jsx)(P0,{h:typeof t==`number`?t:t(n)},`vs${n}`)),r.push(e)}),r}var z0={head:!1,tail:!1};function B0(e,t){return n=>e[n-1]?.tail||e[n]?.head?22:t}function V0(e){return{head:v1(e[0]),tail:v1(e[e.length-1])}}function H0(e){let t=[];for(let n of e){let e=t[t.length-1];if(n.edit){let r=!!(n.input||n.output||n.status||n.exitCode!==void 0);e&&e.edits&&!r&&!e.input&&!e.output&&!e.status&&e.edits[0].file===n.edit.file?e.edits.push(n.edit):t.push({name:n.name,detail:n.detail,edits:[n.edit],input:n.input,output:n.output,status:n.status,backgroundState:n.backgroundState,exitCode:n.exitCode,cwd:n.cwd,sessionId:n.sessionId,durationMs:n.durationMs,count:1})}else n.command?t.push({name:n.name,detail:n.detail,command:n.command,desc:n.desc,input:n.input,output:n.output,status:n.status,backgroundState:n.backgroundState,exitCode:n.exitCode,cwd:n.cwd,sessionId:n.sessionId,durationMs:n.durationMs,count:1}):n.outputImage?t.push({name:n.name,detail:n.detail,outputImage:n.outputImage,output:n.output??n.read,status:n.status,durationMs:n.durationMs,count:1}):n.read?t.push({name:n.name,detail:n.detail,read:n.read,status:n.status,durationMs:n.durationMs,count:1}):n.prompt||n.agentId?t.push({name:n.name,detail:n.detail,prompt:n.prompt,input:n.input,subagentType:n.subagentType,agentId:n.agentId,agentStatus:n.agentStatus,agentElapsedMs:n.agentElapsedMs,output:n.output,status:n.status,durationMs:n.durationMs,count:1}):n.sendTo!==void 0||n.sendBody!==void 0?t.push({name:n.name,detail:n.detail,sendTo:n.sendTo,sendSummary:n.sendSummary,sendBody:n.sendBody,sendType:n.sendType,sendDispatchId:n.sendDispatchId,sendTargetLabel:n.sendTargetLabel,status:n.status,durationMs:n.durationMs,count:1}):n.todos?t.push({name:n.name,detail:n.detail,todos:n.todos,input:n.input,status:n.status,durationMs:n.durationMs,count:1}):n.sentImages||n.sentFiles?t.push({name:n.name,detail:n.detail,sentImages:n.sentImages,sentFiles:n.sentFiles,caption:n.caption,status:n.status,durationMs:n.durationMs,count:1}):n.input||n.output?t.push({name:n.name,detail:n.detail,input:n.input,output:n.output,status:n.status,backgroundState:n.backgroundState,exitCode:n.exitCode,cwd:n.cwd,sessionId:n.sessionId,durationMs:n.durationMs,count:1}):e&&!e.edits&&!e.command&&!e.input&&!e.output&&!e.read&&!e.prompt&&!e.outputImage&&!e.sentImages&&!e.sentFiles&&e.sendTo===void 0&&e.sendBody===void 0&&e.name===n.name&&e.detail===n.detail&&e.status===n.status&&e.backgroundState===n.backgroundState&&e.exitCode===n.exitCode&&e.cwd===n.cwd&&e.sessionId===n.sessionId&&e.durationMs===n.durationMs?e.count++:t.push({name:n.name,detail:n.detail,status:n.status,backgroundState:n.backgroundState,exitCode:n.exitCode,cwd:n.cwd,sessionId:n.sessionId,durationMs:n.durationMs,count:1})}return t}function U0(e){return e.split(`__`).pop()||e}function W0(e){let t=X.board?.projectDir;return t&&e.startsWith(t+`/`)?e.slice(t.length+1):e}function G0({tools:e,at:t}){let[n,r]=(0,z.useState)(!1),i=(0,z.useId)(),a=e.reduce((e,t)=>e+t.count,0),o=B1(a,z1(e));return(0,B.jsxs)(`div`,{"data-tool-activity":!0,"data-tool-activity-state":`settled`,className:`flex min-w-0 flex-col`,children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>r(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":i,"aria-expanded":n,"aria-label":`${n?`Collapse`:`Expand`} ${a} tool ${a===1?`call`:`calls`}: ${o}`,className:`group flex w-full min-w-0 items-baseline gap-1.5 rounded py-0.5 text-left outline-none transition-colors hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60 ${yQ}`,children:[(0,B.jsx)(`span`,{"data-tool-activity-label":!0,title:o,className:`min-w-0 truncate text-muted`,children:o}),(0,B.jsx)(Uv,{"data-tool-activity-chevron":!0,"aria-hidden":`true`,size:13,className:xQ(n)})]}),n&&(0,B.jsx)(`div`,{id:i,className:`mt-1.5 flex flex-col`,children:R0(e.map((e,n)=>(0,B.jsx)(q0,{t:e,startedAt:t},n)),6)}),!n&&(0,B.jsx)(`div`,{id:i,hidden:!0})]})}function K0({tools:e,at:t}){let n=[];for(let t of e){let e=_1(t),r=n[n.length-1];r?.exceptional===e?r.tools.push(t):n.push({exceptional:e,tools:[t]})}return(0,B.jsx)(`div`,{className:`flex flex-col`,children:R0(n.map((e,n)=>e.exceptional?(0,B.jsx)(`div`,{className:`flex flex-col`,children:R0(e.tools.map((e,n)=>(0,B.jsx)(q0,{t:e,startedAt:t},n)),B0(e.tools.map(e=>V0([e])),6))},`exceptions-${n}`):(0,B.jsx)(G0,{tools:e.tools,at:t},`activity-${n}`)),B0(n.map(e=>V0(e.tools)),6))})}function q0({t:e,startedAt:t}){let n=(0,z.useContext)(a0),r=NE(),i=OO(e,(n?hv(r,n):void 0)?.bgShells??[]);return e.edits&&e.status!==`failed`&&e.status!==`cancelled`?(0,B.jsx)(oY,{edits:e.edits,meta:(0,B.jsx)(Z0,{status:e.status,backgroundState:e.backgroundState,liveBackgroundState:i,exitCode:e.exitCode,durationMs:e.durationMs})}):e.command?(0,B.jsx)(a2,{command:e.command,desc:e.desc??e.detail,output:e.output,status:e.status,backgroundState:e.backgroundState,liveBackgroundState:i,exitCode:e.exitCode,sessionId:e.sessionId,durationMs:e.durationMs,startedAt:t}):e.outputImage?(0,B.jsx)(n2,{name:e.name,detail:e.detail,outputImage:e.outputImage,output:e.output,status:e.status,durationMs:e.durationMs}):e.read?(0,B.jsx)(s2,{detail:e.detail,read:e.read,status:e.status,durationMs:e.durationMs}):e.prompt||e.agentId?(0,B.jsx)(l2,{detail:e.detail,prompt:e.prompt,input:e.input,subagentType:e.subagentType,agentId:e.agentId,agentStatus:e.agentStatus,agentElapsedMs:e.agentElapsedMs,status:e.status,durationMs:e.durationMs,output:e.output}):e.sendTo!==void 0||e.sendBody!==void 0?(0,B.jsx)(d2,{to:e.sendTo,summary:e.sendSummary,body:e.sendBody??``,type:e.sendType,dispatchId:e.sendDispatchId,targetLabel:e.sendTargetLabel,status:e.status,durationMs:e.durationMs}):e.sentImages||e.sentFiles?(0,B.jsx)(r2,{images:e.sentImages??[],files:e.sentFiles??[],caption:e.caption,status:e.status,durationMs:e.durationMs}):e.todos?(0,B.jsx)(wY,{todos:e.todos,note:e.input,meta:(0,B.jsx)(Z0,{status:e.status,durationMs:e.durationMs})}):e.input||e.output?(0,B.jsx)(a2,{name:e.name,command:e.input??``,desc:e.detail,output:e.output,status:e.status,backgroundState:e.backgroundState,liveBackgroundState:i,exitCode:e.exitCode,sessionId:e.sessionId,durationMs:e.durationMs,inputLabel:`input`,startedAt:t}):(0,B.jsx)(t2,{name:e.name,detail:e.detail,count:e.count,status:e.status,backgroundState:e.backgroundState,liveBackgroundState:i,exitCode:e.exitCode,cwd:e.cwd,sessionId:e.sessionId,durationMs:e.durationMs,startedAt:t})}function J0({tone:e,indicator:t,label:n,duration:r,title:i}){return(0,B.jsxs)(`span`,{className:`petite-caps frizz-tool-header-caps flex shrink-0 items-center gap-1 whitespace-nowrap text-[11.5px] leading-none ${e}`,title:i,"aria-label":i,children:[t,(0,B.jsx)(`span`,{children:[n,r].filter(Boolean).join(` · `)})]})}function Y0(e,t,n){let[r,i]=(0,z.useState)(()=>Date.now()),a=TO(e,t),o=EO(e,t,n,r);return(0,z.useEffect)(()=>{if(!a||o)return;let e=n?Date.parse(n):NaN;if(!Number.isFinite(e))return;let t=setTimeout(()=>i(Date.now()),Math.max(wO-(Date.now()-e),0));return()=>clearTimeout(t)},[a,o,n]),o}function X0({status:e,backgroundState:t,liveBackgroundState:n,startedAt:r}){let i=Y0(e,t,r),a=n===`running`?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot frizz-live-dot--shell`,"data-running-indicator":`tool-disclosure`}):n===`stale`?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot-quiet frizz-live-dot-quiet--shell`,"data-running-indicator":`tool-quiet`,title:HO}):CO(e,t)||i?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot frizz-live-dot--shell`,"data-running-indicator":`tool-disclosure`}):null;return a?(0,B.jsx)(`span`,{className:`frizz-tool-mark -mr-1 flex w-[9px] shrink-0 justify-center`,children:a}):null}function Z0({status:e,backgroundState:t,liveBackgroundState:n,exitCode:r,durationMs:i}){if(!e&&i===void 0)return null;let[a,o]=n===`running`?[`running`,`background running`]:n===`stale`?[`stale`,`background stale`]:e===`pending`?t===`unknown`?[`unknown`,`background / unknown`]:[`running`,t===`background`?`background running`:`running`]:e===`failed`?r===void 0?[`failed`,`failed`]:[`exit ${r}`,`exit ${r}`]:e===`cancelled`?[`cancelled`,`cancelled`]:e===`completed`?[`done`,`done`]:[void 0,void 0],s=i===void 0?void 0:kO(i),c=[o,s].filter(Boolean).join(` · `);return(0,B.jsx)(J0,{tone:e===`failed`?`frizz-tool-failed`:e===`cancelled`?`text-amber-400`:`text-muted/55`,title:c,label:a,duration:s})}function Q0(e,t,n){let r=t?Date.parse(t):NaN,i=e===`pending`&&Number.isFinite(r),[a,o]=(0,z.useState)(()=>Date.now());return(0,z.useEffect)(()=>{if(!i)return;let e=()=>o(Date.now()),t,n=setTimeout(()=>{e(),t=setInterval(e,1e3)},1e3-Date.now()%1e3);return()=>{clearTimeout(n),t&&clearInterval(t)}},[i,t]),i?Math.max(a-r,0):n}function $0(e,t,n){let r=t&&t!==X.board?.projectDir?`in ${W0(t)}`:void 0;return[e,t?r:n!==void 0&&!e?.includes(String(n))?`session ${n}`:void 0].filter(Boolean).join(` · `)||void 0}function e2(e){return e.startsWith(`/`)&&!e.includes(` `)&&!e.includes(`…`)}function t2({name:e,detail:t,count:n,status:r,backgroundState:i,liveBackgroundState:a,exitCode:o,cwd:s,sessionId:c,durationMs:l,startedAt:u}){let d=$0(t,s,c),f=d?W0(d):void 0,p=t&&e2(t)?t:void 0;return(0,B.jsx)(`div`,{className:`frizz-bash`,title:d,children:(0,B.jsxs)(`div`,{className:`frizz-bash-header`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(X0,{status:r,backgroundState:i,liveBackgroundState:a,startedAt:u}),(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:U0(e)}),f&&(p?(0,B.jsx)(`span`,{className:`min-w-0 truncate`,onClick:e=>e.stopPropagation(),children:(0,B.jsx)(iY,{path:p,className:`text-[11.5px] text-muted`,children:f})}):(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[11.5px] text-muted`,children:f}))]}),(0,B.jsxs)(`span`,{className:`flex shrink-0 items-center gap-2`,children:[(0,B.jsx)(Z0,{status:r,backgroundState:i,liveBackgroundState:a,exitCode:o,durationMs:l}),n>1&&(0,B.jsxs)(`span`,{className:`tabular-nums text-[11px] text-muted/45`,children:[`×`,n]})]})]})})}function n2({name:e,detail:t,outputImage:n,output:r,status:i,durationMs:a}){let o=t?W0(t):void 0,s=(0,B.jsxs)(`div`,{className:`frizz-bash-header`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:U0(e)}),o&&(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[11.5px] text-muted`,title:t,children:o})]}),(0,B.jsx)(`span`,{className:`flex shrink-0 items-center gap-2`,children:(0,B.jsx)(Z0,{status:i,durationMs:a})})]});return(0,B.jsxs)(`div`,{children:[(0,B.jsx)(y2,{path:n,hideCaption:!0,altText:o?`${U0(e)}: ${o}`:U0(e),header:s}),r&&(0,B.jsx)(`pre`,{className:`frizz-bash frizz-bash-body frizz-bash-output-body mt-1.5`,children:r})]})}function r2({images:e,files:t,caption:n,status:r,durationMs:i}){let[a,o]=(0,z.useState)(!0),s=(0,z.useId)(),c=[e.length?`${e.length} image${e.length===1?``:`s`}`:``,t.length?`${t.length} file${t.length===1?``:`s`}`:``].filter(Boolean).join(` · `);return(0,B.jsxs)(`div`,{className:`frizz-bash`,children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>o(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":s,"aria-expanded":a,"aria-label":`${a?`Collapse`:`Expand`} files sent to you${c?`: ${c}`:``}`,className:`frizz-bash-header w-full text-left outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/60`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:`Sent to you`}),c&&(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[11.5px] text-muted`,children:c})]}),(0,B.jsxs)(`span`,{className:`flex shrink-0 items-center gap-2`,children:[(0,B.jsx)(Z0,{status:r,durationMs:i}),(0,B.jsx)(Uv,{"aria-hidden":`true`,size:12,className:`shrink-0 text-muted transition-transform ${a?`rotate-90`:``}`})]})]}),(0,B.jsx)(`div`,{id:s,hidden:!a,children:a&&(0,B.jsxs)(`div`,{className:`flex flex-col gap-1.5 px-2.5 pb-2.5 pt-1.5`,children:[e.map((e,t)=>(0,B.jsx)(y2,{path:e,hideCaption:!0,altText:n??`delivered image`},`i${t}`)),t.length>0&&(0,B.jsx)(`div`,{className:`flex flex-wrap gap-1.5`,children:t.map((e,t)=>(0,B.jsx)(b2,{path:e},`f${t}`))}),n&&(0,B.jsx)(`div`,{className:`max-w-[65%] text-[12px] leading-snug text-muted`,children:n})]})})]})}var i2=16;function a2({command:e,desc:t,output:n,name:r=`Bash`,status:i,backgroundState:a,liveBackgroundState:o,exitCode:s,sessionId:c,durationMs:l,inputLabel:u,startedAt:d}){let[f,p]=(0,z.useState)(!1),[m,h]=(0,z.useState)(!1),[g,_]=(0,z.useState)(!1),v=(0,z.useId)(),y=Q0(i,d,l),b=(0,z.useMemo)(()=>e.split(`
360
+ `).length,[e]),x=b>i2,S=(0,z.useMemo)(()=>n?n.split(`
361
+ `).length:0,[n]),C=S>i2,w=$0(t,void 0,c),T=!!(e||n);return(0,B.jsxs)(`div`,{className:`frizz-bash`,children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>T&&p(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":T?v:void 0,"aria-expanded":T?f:void 0,"aria-label":`${T?`${f?`Collapse`:`Expand`} `:``}${U0(r)}${w?`: ${w}`:``}`,className:`frizz-bash-header w-full text-left outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/60`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(X0,{status:i,backgroundState:a,liveBackgroundState:o,startedAt:d}),(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:U0(r)}),(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[11.5px] text-muted`,title:w,children:w??``})]}),(0,B.jsxs)(`span`,{className:`flex shrink-0 items-center gap-2`,children:[(0,B.jsx)(Z0,{status:i,backgroundState:a,liveBackgroundState:o,exitCode:s,durationMs:y}),T&&(0,B.jsx)(Uv,{"aria-hidden":`true`,size:12,className:`shrink-0 text-muted transition-transform ${f?`rotate-90`:``}`})]})]}),T&&(0,B.jsxs)(`div`,{id:v,hidden:!f,children:[f&&e&&(0,B.jsxs)(B.Fragment,{children:[u&&(0,B.jsx)(`div`,{className:`frizz-bash-output-label petite-caps`,children:u}),(0,B.jsx)(vY,{text:e,language:u?`plaintext`:`bash`,className:`frizz-bash-body${u?` frizz-bash-output-body`:``}${x&&!m?` frizz-bash-clamp`:``}`}),x&&(0,B.jsx)(`button`,{type:`button`,onClick:()=>h(e=>!e),onMouseDown:e=>e.preventDefault(),className:`frizz-bash-expand petite-caps px-2.5 pb-1.5`,children:m?`Collapse`:`Show all ${b} lines`})]}),f&&n&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{className:`frizz-bash-output-label petite-caps`,children:`output`}),(0,B.jsx)(`pre`,{className:`frizz-bash-body frizz-bash-output-body${C&&!g?` frizz-bash-clamp`:``}`,children:n}),C&&(0,B.jsx)(`button`,{type:`button`,onClick:()=>_(e=>!e),onMouseDown:e=>e.preventDefault(),className:`frizz-bash-expand petite-caps px-2.5 pb-1.5`,children:g?`Collapse`:`Show all ${S} lines`})]})]})]})}var o2=16;function s2({detail:e,read:t,status:n,durationMs:r}){let[i,a]=(0,z.useState)(!1),[o,s]=(0,z.useState)(!1),c=(0,z.useId)(),l=(0,z.useMemo)(()=>t.split(`
362
+ `).length,[t]),u=l>o2,d=e?W0(e):void 0,f=e&&e2(e)?e:void 0;return(0,B.jsxs)(`div`,{className:`frizz-bash`,children:[(0,B.jsxs)(nY,{className:`frizz-bash-header`,controls:c,expanded:i,label:`${i?`Collapse`:`Expand`} Read${e?`: ${e}`:``}`,onToggle:()=>a(e=>!e),meta:(0,B.jsx)(Z0,{status:n,durationMs:r}),children:[(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:`Read`}),d&&(f?(0,B.jsx)(`span`,{className:`min-w-0 truncate`,children:(0,B.jsx)(iY,{path:f,className:`text-[11.5px] text-muted`,children:d})}):(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[11.5px] text-muted`,children:d}))]}),(0,B.jsx)(`div`,{id:c,hidden:!i,children:i&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(vY,{text:t,language:Iq(e),className:`frizz-bash-body${u&&!o?` frizz-bash-clamp`:``}`}),u&&(0,B.jsx)(`button`,{type:`button`,onClick:()=>s(e=>!e),onMouseDown:e=>e.preventDefault(),className:`frizz-bash-expand petite-caps px-2.5 pb-1.5`,children:o?`Collapse`:`Show all ${l} lines`})]})})]})}var c2=16;function l2({detail:e,prompt:t,input:n,subagentType:r,agentId:i,agentStatus:a,agentElapsedMs:o,status:s,durationMs:c,output:l}){let[u,d]=(0,z.useState)(!1),[f,p]=(0,z.useState)(!1),m=(0,z.useId)(),h=t??n,g=(0,z.useMemo)(()=>h?h.split(`
363
+ `).length:0,[h]),_=g>c2,v=s0(),y=NE(),b=v?hv(y,v):void 0,x=!a&&i?(b?.subAgents??[]).find(e=>e.id===i):void 0,S=x?.state===`running`,C=!!(v&&i),w=e??`sub-agent`,T=bO(),E=vQ({agentStatus:a,agentElapsedMs:o,liveState:x?.state,liveElapsedMs:x?.startedAt?Math.max(T-Date.parse(x.startedAt),0):void 0,status:s,durationMs:c}),D=S?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot frizz-live-dot--agent`,"data-running-indicator":`subagent-disclosure`}):x?.state===`stale`?(0,B.jsx)(`span`,{className:RO,title:zO}):x?.state===`rested`?(0,B.jsx)(`span`,{className:BO,title:VO}):null;function O(){!v||!i||Z_(v,i,{label:w,subagentType:r,startedAt:x?.startedAt})}return(0,B.jsxs)(`div`,{className:`frizz-bash`,children:[(0,B.jsxs)(nY,{className:`frizz-bash-header`,controls:m,expanded:u,label:`${u?`Collapse`:`Expand`} Agent dispatch: ${w}`,onToggle:()=>d(e=>!e),meta:E&&(0,B.jsx)(J0,{tone:E.tone===`failed`?`frizz-tool-failed`:`text-muted/55`,title:E.title,label:E.label,duration:E.duration}),children:[D&&(0,B.jsx)(`span`,{className:`frizz-tool-mark -mr-1 flex w-[9px] shrink-0 justify-center`,children:D}),(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:`Agent`}),C?(0,B.jsx)(`button`,{type:`button`,"aria-label":`Open sub-agent transcript: ${w}`,title:r?`Open sub-agent transcript — ${r}`:`Open sub-agent transcript`,onClick:O,className:`min-w-[4rem] flex-1 truncate text-left text-[11.5px] text-muted outline-none hover:underline hover:text-fg/80 focus-visible:underline focus-visible:text-fg/80`,children:w}):(0,B.jsx)(`span`,{className:`min-w-[4rem] flex-1 truncate text-[11.5px] text-muted`,title:r,children:w})]}),(0,B.jsx)(`div`,{id:m,hidden:!u,children:u&&(0,B.jsxs)(B.Fragment,{children:[h&&(0,B.jsx)(`pre`,{className:`frizz-bash-body${_&&!f?` frizz-bash-clamp`:``}`,children:h}),_&&(0,B.jsx)(`button`,{type:`button`,onClick:()=>p(e=>!e),onMouseDown:e=>e.preventDefault(),className:`frizz-bash-expand petite-caps px-2.5 pb-1.5`,children:f?`Collapse`:`Show all ${g} lines`}),l&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{className:`frizz-bash-output-label petite-caps`,children:`output`}),(0,B.jsx)(`pre`,{className:`frizz-bash-body frizz-bash-output-body`,children:l})]})]})})]})}function u2(e,t){return t===`shutdown_request`?`Shutdown`:t===`codex_followup`?`Followed up`:e===`main`?`Reported`:`Steered`}function d2({to:e,summary:t,body:n,type:r,dispatchId:i,targetLabel:a,status:o,durationMs:s}){return(0,z.useContext)(a0)===null?(0,B.jsx)(p2,{to:e,summary:t,body:n,type:r,status:o,durationMs:s}):(0,B.jsx)(L2,{to:e,type:r,dispatchId:i,targetLabel:a})}var f2=16;function p2({to:e,summary:t,body:n,type:r,status:i,durationMs:a}){let[o,s]=(0,z.useState)(!t),[c,l]=(0,z.useState)(!1),u=(0,z.useId)(),d=_Y(EJ(n)),f=(0,z.useMemo)(()=>n.split(`
364
+ `).length,[n]),p=f>f2,m=!!n.trim(),h=u2(e,r);return(0,B.jsxs)(`div`,{className:`frizz-bash`,children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>s(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":m?u:void 0,"aria-expanded":m?o:void 0,"aria-label":`${m?`${o?`Collapse`:`Expand`} `:``}${h}${e?` to ${e}`:``}`,className:`frizz-bash-header w-full text-left outline-none focus-visible:ring-1 focus-visible:ring-inset focus-visible:ring-fg/60`,disabled:!m,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`petite-caps frizz-bash-label shrink-0`,children:h}),t&&(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[11.5px] text-muted`,children:t})]}),(0,B.jsxs)(`span`,{className:`flex shrink-0 items-center gap-2`,children:[(0,B.jsx)(Z0,{status:i,durationMs:a}),m&&(0,B.jsx)(Uv,{"aria-hidden":`true`,size:12,className:`shrink-0 text-muted transition-transform ${o?`rotate-90`:``}`})]})]}),m&&(0,B.jsx)(`div`,{id:u,hidden:!o,children:o&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{className:`border-t border-border px-2.5 py-2${p&&!c?` frizz-bash-clamp`:``}`,children:(0,B.jsx)(`div`,{className:`md-body`,dangerouslySetInnerHTML:d})}),p&&(0,B.jsx)(`button`,{type:`button`,onClick:()=>l(e=>!e),onMouseDown:e=>e.preventDefault(),className:`frizz-bash-expand petite-caps px-2.5 pb-1.5`,children:c?`Collapse`:`Show all ${f} lines`})]})})]})}function m2({children:e,stickyTopPx:t,sourceId:n}){let r=t!==void 0;return(0,B.jsx)(`div`,{"data-transcript-source-id":n,"data-transcript-sticky":`true`,style:r?{"--sticky-user-top":`${t}px`}:void 0,className:`pointer-events-none [&>*]:pointer-events-auto sticky z-[9] flex flex-col pt-3 pb-1.5 ${r?`top-[var(--sticky-user-top)] max-[800px]:top-[calc(var(--sticky-user-top)_+_2.5rem)]`:`top-0`}`,children:e})}function h2({text:e,rawText:t,queued:n,sticky:r,deliveryUnconfirmed:i,deliveryId:a,sourceId:o}){let s=(0,z.useRef)(null),c=(0,z.useContext)(a0),l=RX(c),{unqueue:u,pending:d}=HX(c),f=!!(n&&a&&c&&l),p=UX(n?c:null),{deliverNow:m,pending:h}=WX(c),g=!!(n&&c&&p),{prose:_,attachments:v}=(0,z.useMemo)(()=>xR(e),[e]),[y,b]=(0,z.useState)(!1),[x,S]=(0,z.useState)(!1),[C,w]=(0,z.useState)(!1),[T,E]=(0,z.useState)(!1),[D,O]=(0,z.useState)(null),k=(0,z.useCallback)(()=>{let e=s.current;if(!r||!e){O(null),S(!1),w(!1);return}let t=Math.round((typeof window>`u`?800:window.innerHeight)*.85);S(e.scrollHeight>205),w(e.scrollHeight>t),O(y?`${Math.min(e.scrollHeight,t)}px`:`200px`)},[r,y]);(0,z.useLayoutEffect)(()=>{k()},[k,e]),(0,z.useEffect)(()=>{if(typeof window>`u`)return;let e=()=>k();return window.addEventListener(`resize`,e),()=>window.removeEventListener(`resize`,e)},[k]);let A=r===!0&&!y,ee=r===!0&&y&&C&&T;return(0,B.jsxs)(`div`,{"data-frizz-msg":o,className:`self-end flex flex-col items-end gap-0.5 max-w-[85%]`,children:[_.trim()!==``&&(0,B.jsxs)(`div`,{className:`group relative`,children:[(0,B.jsxs)(`div`,{ref:s,...f?{role:`button`,tabIndex:0,"data-unqueue":a,"aria-label":`Unqueue this message and put it back in the prompt box`,title:d?`Taking it back…`:void 0,onClick:n=>u({deliveryId:a,text:e,rawText:t??e,from:n.currentTarget}),onKeyDown:n=>{n.key!==`Enter`&&n.key!==` `||(n.preventDefault(),u({deliveryId:a,text:e,rawText:t??e,from:n.currentTarget}))}}:{},onMouseEnter:r?()=>b(!0):void 0,onMouseLeave:r?()=>{b(!1),E(!1)}:void 0,onTransitionEnd:r?e=>{e.propertyName===`max-height`&&y&&C&&E(!0)}:void 0,style:{...D?{maxHeight:D}:{},...r&&C&&!ee?{paddingRight:`calc(0.875rem + var(--sbw))`}:{}},className:`relative rounded-xl rounded-br-sm bg-user-bubble px-3.5 py-3 text-[14px] whitespace-pre-wrap [overflow-wrap:anywhere] text-bg ${n?`opacity-50`:``} ${f?`cursor-pointer transition-opacity group-hover:opacity-100 focus-visible:opacity-100 focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-accent focus-visible:ring-offset-2 focus-visible:ring-offset-bg`:``} ${d?`!opacity-30`:``} ${r?`transition-[max-height] duration-200 ease-out ${ee?`overflow-y-auto`:`overflow-hidden`}`:``}`,children:[_,A&&x&&(0,B.jsx)(`div`,{className:`pointer-events-none absolute inset-x-0 bottom-0 h-10 bg-gradient-to-t from-user-bubble to-transparent`})]}),g&&(0,B.jsx)(`button`,{type:`button`,onMouseDown:e=>e.preventDefault(),onClick:m,disabled:h,title:`Send now — interrupts what the worker is doing so it reads the queue immediately`,"aria-label":`Send now`,className:`absolute bottom-0 right-full mr-2 flex h-7 w-7 items-center justify-center rounded-lg text-muted opacity-0 outline-none transition-[opacity,color,background-color] group-hover:opacity-100 enabled:hover:bg-panel-2/70 enabled:hover:text-fg enabled:focus-visible:opacity-100 enabled:focus-visible:bg-panel-2/70 enabled:focus-visible:ring-1 enabled:focus-visible:ring-muted/80 enabled:focus-visible:ring-offset-1 enabled:focus-visible:ring-offset-bg enabled:active:bg-elevated`,children:h?(0,B.jsx)(vy,{size:15,strokeWidth:2.2,className:`animate-spin`}):(0,B.jsx)(Iv,{size:15,strokeWidth:2.2})})]}),v.length>0&&(0,B.jsxs)(`div`,{className:`mt-1 flex flex-col items-end gap-1.5`,children:[v.filter(e=>e.kind===`image`).map((e,t)=>(0,B.jsx)(y2,{path:e.path,hideCaption:!0},`i${t}-${e.path}`)),v.some(e=>e.kind===`file`)&&(0,B.jsx)(`div`,{className:`flex flex-wrap justify-end gap-1.5`,children:v.filter(e=>e.kind===`file`).map((e,t)=>(0,B.jsx)(b2,{path:e.path},`f${t}-${e.path}`))})]}),i&&(0,B.jsx)(`div`,{className:`text-[11px] text-amber-400/80`,children:`Delivery unconfirmed — check the terminal`}),f&&d&&(0,B.jsx)(`div`,{"aria-hidden":!0,className:`h-0 overflow-visible text-[11px] text-muted`,children:`Taking it back…`})]})}var g2=(0,z.memo)(function({m:e,answering:t,dense:n,paired:r,sticky:i,textOnly:a,showSendButton:o,staleAwaiting:s}){if(e.kind===`event`)return(0,B.jsx)(R2,{text:e.text,boundary:e.boundary,sourceId:e.sourceId});if(e.kind===`reasoning`)return(0,B.jsx)(z2,{text:e.text,sourceId:e.sourceId});let c=pQ(e);if(c)return(0,B.jsx)(F2,{call:c,sourceId:e.sourceId});if(e.role===`user`){let t=ZX(e).replace(/\r\n?/g,`
365
+ `),a=r===void 0?eX(t):r;if(a)return(0,B.jsx)(_2,{answers:a,queued:e.queued,sourceId:e.sourceId});let o=e.wake?hh(t):void 0;return o?(0,B.jsx)(EX,{bump:o,sourceId:e.sourceId}):e.wake?(0,B.jsx)(TX,{steer:e.wakeSteer,text:t,sourceId:e.sourceId,wrap:n}):e.peerFrom?(0,B.jsx)(I2,{from:e.peerFrom,unnamed:e.peerUnnamed,dispatchId:e.peerDispatchId,sourceId:e.sourceId}):(0,B.jsx)(h2,{text:t,rawText:e.text,queued:e.queued,sticky:i,deliveryUnconfirmed:e.deliveryState===`unconfirmed`,deliveryId:e.deliveryId,sourceId:e.sourceId})}let l=[],u=[],d=(e,t=z0)=>{l.push(e),u.push(t)},f={n:-1},p=(e,r)=>{for(let[i,a]of JY(e).entries()){if(a.kind===`fence`){d((0,B.jsx)(w2,{fenceKind:a.fenceKind,body:a.body,hints:a.hints,wrap:n,stale:s},`${r}-f${i}`));continue}for(let[e,o]of DY(a.text).entries()){if(o.kind===`prose`){for(let[t,a]of bR(o.text).entries()){let o=`${r}-${i}-p${e}-${t}`;d(a.kind===`image`?(0,B.jsx)(y2,{path:a.path},o):a.kind===`file`?(0,B.jsx)(b2,{path:a.path},o):a.kind===`visualization`?(0,B.jsx)(C2,{file:a.file},o):a.kind===`directive`?(0,B.jsx)(t0,{directive:a.directive},o):a.kind===`mermaid`?(0,B.jsx)(i0,{source:a.source},o):(0,B.jsx)(v2,{md:a.text,wrap:n},o))}continue}f.n+=1;let a=f.n,s=t?{answer:t.answerFor(a),onChip:(e,n)=>t.onChip(a,e,n),onText:e=>t.onText(a,e),onSubmit:t.onSubmit}:void 0;d((0,B.jsx)(e$,{raw:o.text,questionKind:o.questionKind,danger:o.danger,interactive:s,wrap:n},`${r}-${i}-q${e}`))}}};if(e.parts&&e.parts.length>0)L0(e.parts).forEach((t,r)=>{if(t.kind===`tools`){if(a)return;let i=H0(t.tools);i.length&&d((0,B.jsx)(K0,{tools:i,dense:n,at:e.at},`t${r}`),V0(i))}else p(t.text,`x${r}`)});else{if(!a){let t=H0(e.tools);t.length>0&&d((0,B.jsx)(K0,{tools:t,dense:n,at:e.at},`tools`),V0(t))}p(e.text,`leg`)}return l.length===0?null:(o&&t&&d((0,B.jsx)(`div`,{className:`flex justify-start`,children:(0,B.jsx)(`button`,{type:`button`,"data-send-answers":!0,disabled:!t.anyAnswered||t.sending,onClick:t.onSubmit,onMouseDown:e=>e.preventDefault(),className:`rounded-md bg-fg px-3 py-1.5 text-[12px] font-medium text-bg outline-none transition-all hover:opacity-90 active:scale-95 disabled:opacity-30 disabled:hover:opacity-30`,children:`Send answers`})},`send-answers`)),(0,B.jsx)(`div`,{"data-frizz-msg":e.sourceId,className:`flex flex-col text-[13px] min-w-0`,children:R0(l,B0(u,14))}))});function _2({answers:e,queued:t,sourceId:n}){return(0,B.jsx)(`div`,{"data-frizz-msg":n,"data-answers-card":!0,className:`self-end flex w-full max-w-[85%] flex-col items-end ${t?`opacity-50`:``}`,children:(0,B.jsxs)(`div`,{className:`w-full min-w-0 ${sX} rounded-br-sm border border-border-strong bg-elevated p-4`,children:[(0,B.jsx)(fX,{icon:_y,label:`Answers`}),(0,B.jsx)(pX,{children:(0,B.jsx)(`div`,{className:`flex flex-col gap-2.5`,children:e.map((e,t)=>(0,B.jsxs)(`div`,{className:`flex flex-col gap-1`,children:[e.question&&(0,B.jsx)(`div`,{title:e.question,className:`line-clamp-2 min-w-0 text-[11px] leading-snug text-muted`,children:e.question}),(0,B.jsxs)(`div`,{className:`flex items-start gap-2`,children:[!e.question&&(0,B.jsx)(`span`,{className:`mt-1.5 shrink-0 text-[10px] uppercase tabular-nums tracking-wide text-muted/70`,children:e.n}),(0,B.jsx)(`span`,{className:`min-w-0 flex-1 whitespace-pre-wrap [overflow-wrap:anywhere] rounded-md border border-border-strong border-l-2 border-l-accent/40 bg-bg/50 px-2.5 py-1.5 text-[12px] leading-snug text-fg`,children:e.answer})]})]},t))})})]})})}function v2({md:e,wrap:t}){let n=EJ(e),r=_Y(n),i=(0,z.useRef)(null);return XX(i,n),n?(0,B.jsx)(`div`,{ref:i,className:`md-body${t?` ${oX}`:``}`,dangerouslySetInnerHTML:r}):null}function y2({path:e,hideCaption:t,altText:n,header:r}){let[i,a]=(0,z.useState)(!1);if(i)return(0,B.jsx)(`div`,{className:`font-mono-keep text-[12px] text-muted/70 break-all`,children:e});let o=e.split(`/`).filter(Boolean).pop()||e;return(0,B.jsx)(Gq,{header:r,caption:t?void 0:(0,B.jsx)(`figcaption`,{className:`bg-panel-2 px-2 pb-1.5 font-mono-keep text-[11px] text-muted/60 break-all`,children:o}),children:(0,B.jsx)(`img`,{src:HR(e),alt:n??o,"data-local-path":e,"data-local-image":`true`,onError:()=>a(!0),className:`cursor-pointer ${Jq}`})})}function b2({path:e}){let t=e.split(`/`).filter(Boolean).pop()||e;return(0,B.jsxs)(`button`,{type:`button`,className:`local-file-action inline-flex max-w-full items-center gap-1.5 ${sX} border border-border bg-panel-2 px-3 py-1.5 text-left align-top no-underline hover:border-accent`,"data-local-path":e,title:e,children:[(0,B.jsx)(ry,{size:14,strokeWidth:2,className:`shrink-0 text-muted`}),(0,B.jsx)(`span`,{className:`font-mono-keep truncate text-[12px] text-fg`,children:t})]})}var x2={"--background":`--color-bg`,"--foreground":`--color-fg`,"--card":`--color-panel-2`,"--card-foreground":`--color-fg`,"--popover":`--color-elevated`,"--popover-foreground":`--color-fg`,"--primary":`--color-fg`,"--primary-foreground":`--color-bg`,"--secondary":`--color-panel-2`,"--secondary-foreground":`--color-fg`,"--muted":`--color-panel-2`,"--muted-foreground":`--color-muted`,"--accent":`--color-border-strong`,"--accent-foreground":`--color-fg`,"--border":`--color-border-strong`,"--input":`--color-border-strong`,"--ring":`--color-accent`};function S2(){let e=getComputedStyle(document.documentElement),t=Object.fromEntries(Object.entries(x2).map(([t,n])=>[t,e.getPropertyValue(n).trim()]));return t[`--font-size-base`]=getComputedStyle(document.body).fontSize,{type:`frizz-inline-vis-theme`,colorScheme:e.colorScheme===`light`?`light`:`dark`,vars:t}}function C2({file:e}){let t=(0,z.useContext)(a0),n=(0,z.useRef)(null),[r,i]=(0,z.useState)(360),[a,o]=(0,z.useState)(null),s=t?`${Fg()}/local-visualization?slug=${encodeURIComponent(t)}&file=${encodeURIComponent(e)}`:null;return(0,z.useEffect)(()=>{if(!s){o(!1);return}let e=new AbortController;return o(null),fetch(s,{method:`HEAD`,signal:e.signal}).then(t=>{e.signal.aborted||o(t.ok)}).catch(()=>{e.signal.aborted||o(!1)}),()=>e.abort()},[s]),(0,z.useEffect)(()=>{let e=e=>{if(e.source!==n.current?.contentWindow||e.data?.type!==`frizz-inline-vis-height`)return;let t=Number(e.data.height);Number.isFinite(t)&&i(Math.max(80,Math.min(2400,Math.ceil(t))))};return window.addEventListener(`message`,e),()=>window.removeEventListener(`message`,e)},[]),a===!1||!s?(0,B.jsxs)(`div`,{role:`status`,className:`${sX} border border-border bg-panel-2 px-4 py-2.5 text-[12px] text-muted`,children:[`Visualization unavailable: `,(0,B.jsx)(`span`,{className:`font-mono-keep break-all`,children:e})]}):a===null?(0,B.jsx)(`div`,{role:`status`,className:`h-20 animate-pulse ${sX} bg-panel-2`,"aria-label":`Loading ${e}`}):(0,B.jsx)(`iframe`,{ref:n,src:s,title:e.replace(/\.html$/,``).replaceAll(`-`,` `),sandbox:`allow-scripts`,onLoad:()=>n.current?.contentWindow?.postMessage(S2(),`*`),className:`block w-full border-0 bg-transparent`,style:{height:r}})}function w2({fenceKind:e,body:t,hints:n,wrap:r,stale:i}){let a=EJ(t),o=_Y(a),s=_Y(EJ(LV(t,IV(n)))),c=RV(n),l=zV(n),u=(0,z.useContext)(a0),d=(0,z.useContext)(c0),f=NE(),p=u?hv(f,u):void 0,m=p?kZ(p):void 0,h=!!(p&&m?.archive),g=(0,z.useRef)(null);h&&p&&(g.current=p);let _=h&&p?p:g.current;if(e===`done`)return(0,B.jsxs)(mX,{icon:Bv,label:`Done`,children:[a&&(0,B.jsx)(`div`,{className:`md-body${r?` [overflow-wrap:anywhere] [&_pre]:whitespace-pre-wrap [&_pre]:break-all`:``}`,dangerouslySetInnerHTML:o}),_&&(0,B.jsx)(gX,{children:(0,B.jsx)(dQ,{thread:_,className:`rounded-md text-[11px] bg-fg px-2.5 py-1 text-bg hover:opacity-90`,iconClassName:`icon-label-nudge`,onArchived:d?.dismiss,onDismissCancel:d?.cancel})})]});if(i===!0&&e===`awaiting`)return(0,B.jsx)(`div`,{className:`text-[13px] leading-[1.55] text-muted`,dangerouslySetInnerHTML:s});let v=PV(n),y=v?.title??`Awaiting`,b=n.some(e=>e.kind===`pr`)?Ey:dy,x=FV(n);if(v===null&&p?.awaitingBackground===!0){let e=(p?.watches??[]).some(e=>e.state===`armed`);return(0,B.jsxs)(`div`,{"data-awaiting-fence":!0,className:`flex flex-col`,children:[(0,B.jsx)(`div`,{className:`md-inline ${r?oX:``}`,dangerouslySetInnerHTML:s}),x.length>0&&!e&&(0,B.jsx)(`div`,{className:`mt-2 flex flex-wrap items-center gap-x-3 gap-y-0.5`,children:x.map(e=>(0,B.jsx)(T2,{watch:e},e.ref))})]})}return(0,B.jsxs)(mX,{"data-awaiting-fence":!0,icon:b,label:y,aside:x.length===1?(0,B.jsx)(T2,{watch:x[0]}):void 0,children:[(0,B.jsx)(`div`,{className:`md-inline ${hX}${r?` ${oX}`:``}`,dangerouslySetInnerHTML:s}),(c.length>0||l)&&(0,B.jsxs)(`div`,{className:`mt-2 flex flex-wrap items-center gap-x-3 gap-y-0.5 text-[12px] text-muted`,children:[c.map(e=>(0,B.jsx)(`span`,{children:e},e)),l&&(0,B.jsx)(`span`,{className:`text-muted/70`,children:l})]}),x.length>1&&(0,B.jsx)(`div`,{className:`mt-2 flex flex-wrap items-center gap-x-3 gap-y-0.5`,children:x.map(e=>(0,B.jsx)(T2,{watch:e},e.ref))}),h&&p&&(0,B.jsx)(E2,{thread:p,hints:n})]})}function T2({watch:e}){return e.url?(0,B.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noreferrer noopener`,className:`${vX} text-[12px]`,children:e.ref}):(0,B.jsx)(`span`,{className:`text-[12px] text-muted`,children:e.ref})}function E2({thread:e,hints:t}){let[n,r]=(0,z.useState)(!1),i=(0,z.useContext)(c0),a=PV(t);return a?(0,B.jsxs)(gX,{children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>{let t=a.timerUntil??uD(ED.snoozePreset);r(!0),Y.setThreadSnooze({slug:e.id,sessionId:e.sessionId??``,until:t}).then(()=>{Z(`${a.toastVerb} · ${mD(t)}`),i?.dismiss()}).catch(e=>Z(`Couldn’t snooze: ${e.message.slice(0,80)}`)).finally(()=>r(!1))},disabled:n,"aria-label":NV,title:a.explainer,onMouseDown:e=>e.preventDefault(),className:`whitespace-nowrap disabled:opacity-45 ${yX}`,children:[n&&(0,B.jsx)(vy,{size:11,className:`animate-spin`}),NV]}),(0,B.jsx)(`span`,{className:_X,children:a.explainer})]}):null}function D2({slug:e,sessionId:t,fault:n,retryText:r}){let[i,a]=(0,z.useState)(!1),[o,s]=(0,z.useState)(!1),c=Vu(),l=Tz[n.backend],u=t=>{s(!0),kV(c,e,t,{onSuccess:()=>{s(!1),Z(`Retrying with the previous message…`)},onRollback:()=>s(!1),failureToast:e=>`Retry failed: ${e.slice(0,80)}`})||s(!1)};return(0,B.jsxs)(mX,{"data-provider-fault":!0,tone:`danger`,icon:hy,label:`${l} sign-in required`,children:[(0,B.jsx)(`span`,{className:hX,children:`The provider rejected this session's credential. Sign in, then retry.`}),(0,B.jsxs)(gX,{children:[r?.trim()&&(0,B.jsx)(`button`,{onClick:()=>u(r),disabled:o,onMouseDown:e=>e.preventDefault(),className:`shrink-0 rounded-md border border-border px-2 py-1 text-[11px] text-fg/90 transition-colors hover:bg-panel hover:border-border-strong disabled:opacity-60`,children:`Retry`}),(0,B.jsx)(`button`,{onClick:()=>a(!0),onMouseDown:e=>e.preventDefault(),className:yX,children:`Sign in`})]}),i&&(0,B.jsx)(Oz,{backend:n.backend,onClose:()=>a(!1),onAuthed:()=>a(!1)})]})}function O2(e){let t=new Date(e*1e3),n=t.toDateString()===new Date().toDateString(),r=t.toLocaleTimeString([],{hour:`numeric`,minute:`2-digit`});return n?r:`${t.toLocaleDateString([],{weekday:`short`})} ${r}`}function k2({slug:e,sessionId:t,pause:n}){let r=Tz[n.backend],i=n.window===`weekly`?`weekly limit`:n.window===`session`?`session limit`:`usage limit`,[a,o]=(0,z.useState)(!1),s=Vu();return(0,B.jsxs)(mX,{"data-limit-pause":!0,tone:`caution`,icon:dy,label:`Paused by the ${r} ${i}`,children:[(0,B.jsx)(`span`,{className:hX,children:n.autoResume?n.resumesAt?`Continuing automatically at ${O2(n.resumesAt)}.`:`Continuing automatically once the window resets.`:`Continue it whenever you have capacity again.`}),(0,B.jsx)(gX,{children:(0,B.jsx)(`button`,{onClick:()=>{o(!0),kV(s,e,`Continue exactly where you left off.`,{onSuccess:()=>{o(!1),Z(`Continuing…`)},onRollback:()=>o(!1),failureToast:e=>`Continue failed: ${e.slice(0,80)}`})||o(!1)},disabled:a,onMouseDown:e=>e.preventDefault(),className:`disabled:opacity-45 ${yX}`,children:`Continue now`})})]})}function A2({onTerminal:e}){return(0,B.jsxs)(mX,{tone:`attention`,icon:hy,label:`Permission approval`,children:[(0,B.jsx)(`span`,{className:hX,children:`The agent is waiting on your approval — respond in your external terminal.`}),(0,B.jsx)(gX,{children:(0,B.jsx)(`button`,{onClick:()=>e(),onMouseDown:e=>e.preventDefault(),className:yX,children:`Copy terminal command`})})]})}function j2({policy:e,denies:t}){let n=[e.tool,e.command].filter(Boolean).join(`: `);return(0,B.jsxs)(mX,{tone:`caution`,icon:By,label:`Blocked by frizz's permission policy`,children:[n?(0,B.jsx)(`code`,{className:`mb-1.5 block min-w-0 break-all rounded bg-panel px-1.5 py-1 text-[11px] text-fg/85`,children:n}):null,(0,B.jsx)(`span`,{className:hX,children:e.reason}),(0,B.jsxs)(`span`,{className:`mt-1.5 block text-[11px] text-muted`,children:[`Rule `,(0,B.jsx)(`code`,{className:`rounded bg-panel px-1 py-0.5`,children:e.rule}),t&&t>1?` · ${t} denials this session`:``]})]})}function M2({input:e,onTerminal:t}){return(0,B.jsxs)(mX,{"data-native-input-required":!0,tone:`attention`,icon:By,label:e.kind===`tool-approval`?`Tool approval required`:e.kind===`permission`?`Permission choice required`:e.kind===`confirmation`?`Confirmation required`:`Choice required`,children:[(0,B.jsx)(`div`,{className:`min-w-0 text-[12px] font-medium leading-5 text-fg`,children:e.title}),(0,B.jsx)(`div`,{className:`mt-1 text-[12px] leading-5 text-muted`,children:`Review and respond in your external terminal. Frizz will not choose for you.`}),(0,B.jsx)(gX,{children:(0,B.jsx)(`button`,{onClick:()=>t(),onMouseDown:e=>e.preventDefault(),className:yX,children:`Copy terminal command`})})]})}function N2({slug:e,className:t=`px-4 pb-2 pt-1`,includeAgents:n=!0,transcriptShells:r=[],parentAgentId:i}){let a=hv(NE(),e),o=a?.subAgents??[],s=n?i?YO(o,i):o:[],c=i?[...r]:$O(a?.bgShells??[],r),l=i?[]:(a?.watches??[]).filter(e=>e.kind===`github`),u=s.length+c.length+l.length,d=new Set((a?.watches??[]).filter(e=>e.kind===`shell`&&e.state===`armed`).map(e=>e.target)),f=e=>d.has(e.taskId??``)||d.has(e.id??``)||d.has(e.label),[,p]=(0,z.useState)(0);(0,z.useEffect)(()=>{if(u===0)return;let e=setInterval(()=>p(e=>e+1),3e4);return()=>clearInterval(e)},[u]);let m=KE(e,c.flatMap(e=>e.id&&!e.outputUnavailable?[e.id]:[]));return u===0?null:(0,B.jsxs)(`div`,{className:`flex flex-col gap-0.5 ${t}`,"data-background-ops":!0,children:[ZO(s,`sheet`).map((t,n)=>(0,B.jsx)(ek,{kind:`AGENT`,label:t.label,state:t.state,density:`sheet`,depth:t.displayDepth??t.depth,startedAt:t.startedAt,onOpen:t.id?()=>Z_(e,t.id,{label:t.label,subagentType:t.subagentType,startedAt:t.startedAt}):void 0,onDismiss:nk(e,t)},`a${n}`)),ZO(c,`sheet`).map((t,n)=>(0,B.jsx)(ek,{kind:`SHELL`,label:t.label,state:t.state,density:`sheet`,startedAt:t.startedAt,counter:t.id?WO(m.get(t.id)):void 0,counterTitle:`Lines of output so far — open the row to read them`,onOpen:t.id&&!t.outputUnavailable?()=>Q_(e,t.id,{label:t.label,startedAt:t.startedAt}):void 0,onDismiss:nk(e,t,`SHELL`),title:f(t)?`${t.label}\nWatched — this thread wakes when it finishes`:void 0},`s${n}`)),l.map(e=>(0,B.jsx)(ek,{kind:`GITHUB`,label:e.target,state:`running`,density:`sheet`,startedAt:e.createdAt,onOpen:()=>window.open(MV(e.target)??`https://github.com/${e.target.replace(`#`,`/pull/`)}`,`_blank`,`noreferrer,noopener`)},e.id))]})}function P2({ask:e,onTerminal:t}){return(0,B.jsxs)(mX,{tone:`attention`,icon:Yv,label:`Waiting on your answer — in your external terminal`,children:[(0,B.jsx)(`div`,{className:`flex flex-col gap-3`,children:e.questions.map((e,t)=>(0,B.jsxs)(`div`,{className:`flex flex-col gap-1.5`,children:[e.header&&(0,B.jsx)(`div`,{className:`text-[10px] uppercase tracking-wide text-muted/55`,children:e.header}),(0,B.jsx)(`div`,{className:`min-w-0 text-[12px] font-medium leading-5 text-fg`,children:e.question}),e.options.length>0&&(0,B.jsxs)(`div`,{className:`flex flex-col gap-1`,children:[e.options.map((e,t)=>(0,B.jsxs)(`div`,{className:`rounded-md border border-border bg-elevated px-3 py-1.5 text-[12px] text-fg/80`,children:[(0,B.jsx)(`span`,{className:`font-medium text-fg/90`,children:e.label}),e.description&&(0,B.jsxs)(`span`,{className:`text-muted/70`,children:[` — `,e.description]})]},t)),e.multiSelect&&(0,B.jsx)(`div`,{className:`text-[10px] text-muted/50`,children:`select one or more`})]})]},t))}),(0,B.jsx)(gX,{children:(0,B.jsxs)(`button`,{onClick:()=>t(),onMouseDown:e=>e.preventDefault(),className:yX,children:[(0,B.jsx)(hy,{size:12,className:`shrink-0 ${QV}`}),`Copy terminal command`]})})]})}function F2({call:e,sourceId:t}){let n=s0(),r=e.detail??`sub-agent`,{tail:i}=hQ(e),a=!!(n&&e.agentId);return(0,B.jsxs)(bX,{icon:Rv,sourceId:t,marker:`agent`,ariaLabel:a?void 0:`Sub-agent ${r} ${i}`,children:[(0,B.jsx)(`span`,{className:`shrink-0`,children:`Sub-agent`}),(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center`,children:[(0,B.jsx)(`span`,{className:`shrink-0`,children:`«`}),a?(0,B.jsx)(`button`,{type:`button`,"data-subagent-completion-open":!0,title:UO.AGENT,"aria-label":`${UO.AGENT}: ${r}`,onClick:()=>Z_(n,e.agentId,{label:r,subagentType:e.subagentType}),onMouseDown:e=>e.preventDefault(),className:`min-w-0 truncate rounded-sm underline decoration-muted/30 underline-offset-2 outline-none transition-colors hover:text-fg hover:decoration-fg/60 focus-visible:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:r}):(0,B.jsx)(`span`,{className:`min-w-0 truncate`,children:r}),(0,B.jsx)(`span`,{className:`shrink-0`,children:`»`})]}),(0,B.jsx)(`span`,{className:`shrink-0`,children:i})]})}function I2({from:e,unnamed:t,dispatchId:n,sourceId:r}){let i=s0(),a=!!(i&&n),o=t?void 0:e,s=t&&e?`${UO.AGENT} — ${e}`:UO.AGENT;return o===void 0?(0,B.jsx)(bX,{icon:Rv,sourceId:r,marker:`agent-report`,ariaLabel:a?void 0:`Sub-agent reported`,children:a?(0,B.jsx)(`button`,{type:`button`,"data-subagent-report-open":!0,title:s,"aria-label":`${UO.AGENT}${e?`: ${e}`:``}`,onClick:()=>Z_(i,n,{label:`Sub-agent`,subagentType:e}),onMouseDown:e=>e.preventDefault(),className:`shrink-0 rounded-sm underline decoration-muted/30 underline-offset-2 outline-none transition-colors hover:text-fg hover:decoration-fg/60 focus-visible:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:`Sub-agent reported`}):(0,B.jsx)(`span`,{className:`shrink-0`,title:e||void 0,children:`Sub-agent reported`})}):(0,B.jsxs)(bX,{icon:Rv,sourceId:r,marker:`agent-report`,ariaLabel:a?void 0:`Sub-agent ${o} reported`,children:[(0,B.jsx)(`span`,{className:`shrink-0`,children:`Sub-agent`}),(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center`,children:[(0,B.jsx)(`span`,{className:`shrink-0`,children:`«`}),a?(0,B.jsx)(`button`,{type:`button`,"data-subagent-report-open":!0,title:UO.AGENT,"aria-label":`${UO.AGENT}: ${o}`,onClick:()=>Z_(i,n,{label:o,subagentType:e}),onMouseDown:e=>e.preventDefault(),className:`min-w-0 truncate rounded-sm underline decoration-muted/30 underline-offset-2 outline-none transition-colors hover:text-fg hover:decoration-fg/60 focus-visible:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:o}):(0,B.jsx)(`span`,{className:`min-w-0 truncate`,children:o}),(0,B.jsx)(`span`,{className:`shrink-0`,children:`»`})]}),(0,B.jsx)(`span`,{className:`shrink-0`,children:`reported`})]})}function L2({to:e,type:t,dispatchId:n,targetLabel:r,sourceId:i}){let a=s0(),o=u2(e,t),s=e===`main`?void 0:r??e,c=!!(a&&n);return(0,B.jsxs)(bX,{icon:Rv,sourceId:i,marker:`agent-steer`,ariaLabel:c?void 0:`${o}${s?` ${s}`:``}`,children:[(0,B.jsx)(`span`,{className:`shrink-0`,children:o}),s&&(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center`,children:[(0,B.jsx)(`span`,{className:`shrink-0`,children:`«`}),c?(0,B.jsx)(`button`,{type:`button`,"data-subagent-steer-open":!0,title:UO.AGENT,"aria-label":`${UO.AGENT}: ${s}`,onClick:()=>Z_(a,n,{label:s}),onMouseDown:e=>e.preventDefault(),className:`min-w-0 truncate rounded-sm underline decoration-muted/30 underline-offset-2 outline-none transition-colors hover:text-fg hover:decoration-fg/60 focus-visible:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:s}):(0,B.jsx)(`span`,{className:`min-w-0 truncate`,children:s}),(0,B.jsx)(`span`,{className:`shrink-0`,children:`»`})]})]})}function R2({text:e,boundary:t,sourceId:n}){return t?(0,B.jsx)(bX,{icon:t===`wake`?Iy:void 0,sourceId:n,marker:t===`rest`?`rest`:`event`,ariaLabel:e,children:e}):(0,B.jsx)(`div`,{"data-frizz-msg":n,className:yQ,children:e})}function z2({text:e,sourceId:t}){let[n,r]=(0,z.useState)(!1),i=(0,z.useId)();return(0,B.jsxs)(`div`,{"data-frizz-msg":t,className:`flex flex-col`,children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>r(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":i,"aria-expanded":n,"aria-label":`${n?`Collapse`:`Expand`} model reasoning`,className:`${yQ} flex items-baseline gap-1.5 self-start rounded outline-none transition-colors hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:[(0,B.jsx)(`span`,{children:`Reasoning`}),(0,B.jsx)(Uv,{"aria-hidden":`true`,size:13,className:xQ(n)})]}),n&&(0,B.jsx)(`div`,{id:i,className:`frizz-reasoning mt-1.5 ml-[5px] border-l border-border/70 pl-3`,children:(0,B.jsx)(v2,{md:e,wrap:!0})})]})}function B2(){return(0,B.jsx)(`span`,{className:`inline-block w-2.5 h-2.5 rounded-full border border-muted/70 border-t-transparent animate-spin`})}function V2({since:e,startedAt:t,activityLabel:n,run:r}){let[i]=(0,z.useState)(()=>Date.now()),a=(0,z.useMemo)(()=>{for(let n of[t,e]){let e=Date.parse(n??``);if(Number.isFinite(e)&&e<=Date.now())return e}return i},[t,e,i]),[o,s]=(0,z.useState)(()=>Date.now()),[c,l]=(0,z.useState)(!1),u=(0,z.useId)();(0,z.useEffect)(()=>{let e=setInterval(()=>s(Date.now()),1e3);return()=>clearInterval(e)},[]);let d=MO(Math.max(0,o-a)),f=(0,z.useMemo)(()=>H0([...r?.tools??[]]),[r]),p=f.reduce((e,t)=>e+t.count,0),m=p>0,h=`group flex min-w-0 items-baseline justify-between gap-3 rounded text-left outline-none focus-visible:ring-1 focus-visible:ring-fg/60 ${yQ}`,g=(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-baseline gap-1.5`,children:[(0,B.jsx)(`span`,{className:`min-w-0 truncate shimmer-text`,children:n??V1(p)}),m&&(0,B.jsx)(Uv,{"data-working-chevron":!0,"aria-hidden":`true`,size:13,className:xQ(c)})]}),(0,B.jsx)(`span`,{className:`shrink-0 whitespace-nowrap tabular-nums text-[12px] text-muted/60`,children:d})]});return(0,B.jsxs)(`div`,{"data-working-indicator":!0,"data-working-activity":n?`tool`:`generic`,className:`flex min-w-0 flex-col`,children:[m?(0,B.jsx)(`button`,{type:`button`,onClick:()=>l(e=>!e),onMouseDown:e=>e.preventDefault(),"aria-controls":u,"aria-expanded":c,"aria-label":`${c?`Collapse`:`Expand`} ${p} tool ${p===1?`call`:`calls`}${n?`: ${n}`:``}`,className:`${h} w-full`,children:g}):(0,B.jsx)(`div`,{className:h,children:g}),m&&c&&(0,B.jsx)(`div`,{id:u,className:`mt-1.5 flex flex-col`,children:R0(f.map((e,t)=>(0,B.jsx)(q0,{t:e,startedAt:r?.at},t)),6)}),m&&!c&&(0,B.jsx)(`div`,{id:u,hidden:!0})]})}function H2(){let[e,t]=(0,z.useState)(()=>typeof window<`u`&&window.matchMedia(`(max-width: 800px)`).matches);return(0,z.useEffect)(()=>{let e=window.matchMedia(`(max-width: 800px)`),n=()=>t(e.matches);return n(),e.addEventListener(`change`,n),()=>e.removeEventListener(`change`,n)},[]),e}function U2({id:e,slug:t,depth:n,widthDepth:r,initiallyOpen:i}){let{shown:a,close:o,closingRef:s}=bv(e,i===!0),[c,l]=(0,z.useState)(i===!0),u=(0,z.useRef)(null),d=(0,z.useRef)(null),f=[...Xd(X).drawers].reverse().find(e=>!e.closing)?.id===e,p=H2(),m=(0,z.useRef)(typeof document<`u`&&document.activeElement instanceof HTMLElement?document.activeElement:null),h=(0,z.useCallback)(()=>{let e=m.current,t=document.activeElement;t&&t!==document.body||e?.isConnected&&e.focus({preventScroll:!0})},[]);(0,z.useEffect)(()=>()=>{window.setTimeout(h,0)},[h]);let g=NE(),_=wg(g,t),v=_.kind===`found`?_.thread:void 0;g?.projectDir;let y=v?v.runtime===`turn-idle`||v.runtime===`exited`||v.runtime===`none`:!1;return(0,z.useEffect)(()=>{!v||!y||Y.threadSeen({slug:t}).catch(()=>{})},[t,y,y?v?.lastActivityAt:void 0]),(0,z.useEffect)(()=>{let t=u.current;if(!t||!c)return;let n=()=>t.querySelector(`[data-drawer-scroll-ready]`),r=()=>t.querySelector(`[data-drawer-transcript-scroll]`),i=new XW({isActive:()=>[...X.drawers].reverse().find(e=>!e.closing)?.id===e,isContentReady:()=>n()?.dataset.drawerScrollReady===`true`,scrollToBottom:()=>{let e=r();return e?(e.scrollTop=e.scrollHeight,!0):!1},preserveAnchor:()=>location.hash.length>1});d.current=i;let a=null,o=new ResizeObserver(()=>i.layoutChanged()),s=()=>{let e=n();e!==a&&(a&&o.unobserve(a),a=e,e&&o.observe(e)),i.layoutChanged()},l=new MutationObserver(s);l.observe(t,{attributes:!0,attributeFilter:[`data-drawer-scroll-ready`],childList:!0,subtree:!0});let f=()=>i.userIntent(),p=e=>{[`Shift`,`Control`,`Alt`,`Meta`].includes(e.key)||f()};return t.addEventListener(`wheel`,f,{capture:!0,passive:!0}),t.addEventListener(`touchstart`,f,{capture:!0,passive:!0}),t.addEventListener(`pointerdown`,f,!0),t.addEventListener(`keydown`,p,!0),s(),()=>{i.dispose(),d.current===i&&(d.current=null),t.removeEventListener(`wheel`,f,!0),t.removeEventListener(`touchstart`,f,!0),t.removeEventListener(`pointerdown`,f,!0),t.removeEventListener(`keydown`,p,!0),o.disconnect(),l.disconnect()}},[c,e]),(0,z.useEffect)(()=>{d.current?.activationChanged()},[f]),(0,z.useEffect)(()=>{if(i)return;let e=!1,t=()=>{e||s.current||(e=!0,l(!0))},n=0,r=requestAnimationFrame(()=>{n=requestAnimationFrame(t)}),a=window.setTimeout(t,120);return()=>{window.clearTimeout(a),cancelAnimationFrame(r),n&&cancelAnimationFrame(n)}},[i]),(0,z.useEffect)(()=>{let e=u.current;if(!c||!e||document.activeElement!==e)return;let t=requestAnimationFrame(()=>{e.querySelector(`[data-dialog-initial-focus]`)?.focus({preventScroll:!0})});return()=>cancelAnimationFrame(t)},[c]),(0,z.useEffect)(()=>(_g(e,()=>{(u.current?.querySelector(`[data-dialog-initial-focus]`)??u.current)?.focus({preventScroll:!0})}),()=>_g(e,null)),[e]),(0,B.jsx)(BL,{modal:p,open:!0,onOpenChange:e=>{e||o()},children:(0,B.jsxs)(KL,{children:[(0,B.jsx)(JL,{className:`${gv} ${a?`opacity-100`:`opacity-0`}`,style:{zIndex:50+n*2}}),(0,B.jsxs)(QL,{ref:u,"aria-modal":p||void 0,"aria-describedby":void 0,tabIndex:-1,onEscapeKeyDown:xz,onPointerDownOutside:n=>{let r=X.drawers.findIndex(t=>t.id===e);if(r!==-1&&r<X.drawers.length-1){n.preventDefault();return}(n.target instanceof Element?n.target.closest(`[data-subagent-parent]`):null)?.getAttribute(`data-subagent-parent`)===t&&n.preventDefault()},onFocusOutside:e=>e.preventDefault(),onCloseAutoFocus:e=>{e.preventDefault(),h()},onOpenAutoFocus:e=>{e.preventDefault();let t=u.current;(t?.querySelector(`[data-dialog-initial-focus]`)??t)?.focus({preventScroll:!0})},className:`fixed right-0 top-0 overflow-hidden outline-none ${_v} ${a?`translate-x-0`:`translate-x-full`}`,style:{zIndex:51+n*2,width:vv(r)},children:[(0,B.jsx)(rR,{className:`sr-only`,children:_.kind===`found`?`Thread: ${AD(_.thread)}`:`Thread: ${t}`}),c&&_.kind===`found`?(0,B.jsx)(f0,{slug:t,onStatusApplied:o,onClose:o,virtualized:!0}):c&&_.kind===`missing`?(0,B.jsx)(W2,{slug:t,onClose:o}):(0,B.jsx)(`div`,{className:`flex-1 flex items-center justify-center`,children:(0,B.jsx)(`span`,{className:`block h-5 w-5 rounded-full border-2 border-muted/50 border-t-transparent animate-spin`})})]})]})})}function W2({slug:e,onClose:t}){return(0,B.jsxs)(`div`,{className:`flex min-h-0 flex-1 flex-col`,children:[(0,B.jsxs)(`header`,{className:`flex h-12 shrink-0 items-center gap-3 border-b border-border bg-panel px-4`,children:[(0,B.jsx)(`span`,{className:`min-w-0 flex-1 truncate font-medium`,children:`Thread unavailable`}),(0,B.jsx)(`button`,{type:`button`,"aria-label":`Close`,"data-dialog-initial-focus":!0,onClick:t,className:`p-1 text-muted hover:text-fg`,children:`×`})]}),(0,B.jsxs)(`div`,{className:`flex flex-1 items-center justify-center px-6 text-center text-sm text-muted`,role:`status`,children:[`Thread “`,e,`” was not found in this project.`]})]})}var G2=new Set([`low`,`medium`,`high`,`xhigh`,`max`,`ultra`]);function K2(e,t){let n=e.lastIndexOf(t);if(n<=0)return{model:e};let r=e.slice(n+1);return G2.has(r)?{model:e.slice(0,n),effort:r}:{model:e}}function q2(e){let t=e?.trim();if(!t)return`Profile unknown`;if(t.startsWith(`frizz:`)){let{model:e,effort:n}=K2(t.slice(6).replace(/^frizz-/,``),`-`);return n?`${e} › ${n}`:e}let n=t.split(/\s+/),{model:r,effort:i}=K2(n.at(-1)??t,`/`);if(!i)return t;let a=n.slice(0,-1).join(` `);return`${a?`${a} · `:``}${r} › ${i}`}function J2({id:e,slug:t,subId:n,label:r,subagentType:i,startedAt:a,depth:o,widthDepth:s}){let[c,l]=(0,z.useState)(!1),u=(0,z.useRef)(null),d=WE(t,n),f=PE(),p=(0,z.useMemo)(()=>d.data?.messages??[],[d.data]),m=d.data?.state,h=m===`running`,g=(0,z.useMemo)(()=>u0(p),[p]),_=(0,z.useMemo)(()=>d0(p),[p]),v=(0,z.useMemo)(()=>w1(_),[_]),y=h?D1(v):void 0,b=h?E1(v):void 0,x=b?I1(b,f):void 0,S=h?k1(v):void 0,C=(0,z.useMemo)(()=>h?j1(v):v,[v,h]),w=h,T=d.isError||m===`gone`||p.length===0&&(m===`done`||m===`stale`);return(0,z.useEffect)(()=>{let e=0,t=requestAnimationFrame(()=>{e=requestAnimationFrame(()=>l(!0))});return()=>{cancelAnimationFrame(t),e&&cancelAnimationFrame(e)}},[]),(0,z.useEffect)(()=>{let e=u.current;if(!e||!c)return;let t=!0,n=()=>{t&&(e.scrollTop=e.scrollHeight)},r=()=>{t=e.scrollHeight-e.scrollTop-e.clientHeight<160};e.addEventListener(`scroll`,r,{passive:!0});let i=new ResizeObserver(n);for(let t of e.children)i.observe(t);return n(),()=>{e.removeEventListener(`scroll`,r),i.disconnect()}},[c]),(0,B.jsx)(wv,{id:e,depth:o,widthDepth:s,children:e=>(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(Uy,{title:r,onClose:e}),(0,B.jsx)(`div`,{ref:u,className:`flex-1 min-h-0 overflow-y-auto`,children:T?(0,B.jsx)(`div`,{className:`flex h-full items-center justify-center px-8 text-center text-[13px] text-muted`,children:`Transcript unavailable (agent completed or cleaned up).`}):!c||d.isLoading||p.length===0?(0,B.jsx)(`div`,{className:`flex h-full items-center justify-center`,children:(0,B.jsx)(`span`,{className:`block h-5 w-5 rounded-full border-2 border-muted/50 border-t-transparent animate-spin`})}):(0,B.jsx)(o0.Provider,{value:t,children:(0,B.jsxs)(`div`,{"data-transcript-column":!0,className:`flex flex-col px-6 py-5`,children:[I0(C.map(e=>e.message),(e,t)=>(0,B.jsx)(g2,{m:e},t)),w&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(P0,{h:F0(C.map(e=>e.message))}),(0,B.jsx)(V2,{since:a,startedAt:S,activityLabel:x,run:y})]})]})})}),(0,B.jsx)(Y2,{slug:t,subId:n,subagentType:i,steerable:d.data?.steerable===!0,note:d.data?.steerNote??null,stoppable:d.data?.stoppable===!0,stopNote:d.data?.stopNote??null,ops:e=>(0,B.jsx)(N2,{slug:t,parentAgentId:n,transcriptShells:g,className:e})})]})})}function Y2({slug:e,subId:t,subagentType:n,steerable:r,note:i,stoppable:a,stopNote:o,ops:s}){let[c,l]=(0,z.useState)(``),[u,d]=(0,z.useState)(!1),[f,p]=(0,z.useState)(!1),m=Vu();function h(){let n=c.trim();!n||u||(d(!0),l(``),Y.subAgentSteer({slug:e,id:t,message:n}).then(()=>{m.invalidateQueries({queryKey:[`subAgentTranscript`,e,t]}),Z(`Steer sent`)}).catch(e=>{l(n),Z(e instanceof Error?e.message:`Could not steer this sub-agent`)}).finally(()=>d(!1)))}function g(){f||(p(!0),Y.subAgentStop({slug:e,id:t}).then(({descendantsStopped:n,note:r})=>{r?Z(`Sub-agent stopped. ${r}`,{duration:7e3}):Z(n>0?`Sub-agent and ${n} descendant${n===1?``:`s`} stopped`:`Sub-agent stopped`),m.invalidateQueries({queryKey:[`subAgentTranscript`,e,t]})}).catch(e=>{Z(e instanceof Error?e.message:`Could not stop this sub-agent`)}).finally(()=>p(!1)))}if(!r&&!a){let e=i??o;return e?(0,B.jsxs)(`div`,{"data-subagent-steer-note":!0,className:`w-full shrink-0 border-t border-border bg-panel px-3 py-3`,children:[(0,B.jsx)(`div`,{className:`px-1 pb-2 text-[11.5px] text-muted/70`,children:e}),(0,B.jsx)(`div`,{className:`pl-1.5`,children:(0,B.jsx)(X2,{subagentType:n})}),s?.(`px-1 pt-1.5 ops-column-optical-inset`)]}):(0,B.jsx)(B.Fragment,{children:s?.(`w-full shrink-0 border-t border-border bg-panel px-4 pb-2 pt-3`)})}return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`div`,{"data-subagent-steer":!0,className:`w-full shrink-0 border-t border-border bg-panel px-3 py-3`,children:[r?(0,B.jsx)(XR,{value:c,onChange:l,onSubmit:h,surface:`subAgentComposer`,placeholder:`Steer this sub-agent…`,busy:u||f,footer:(0,B.jsx)(X2,{subagentType:n})}):i?(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{className:`px-1 pb-2 text-[11.5px] text-muted/70`,children:i}),(0,B.jsx)(`div`,{className:`pl-1.5`,children:(0,B.jsx)(X2,{subagentType:n})})]}):null,r&&!a&&o&&(0,B.jsx)(`div`,{className:`mt-2 px-1 text-[11.5px] text-muted/70`,children:o}),s?.(`px-1 pt-1.5 ops-column-optical-inset`)]}),a&&(0,B.jsx)(`footer`,{"aria-label":`Sub-agent lifecycle actions`,"data-subagent-lifecycle-footer":!0,className:`flex min-h-10 w-full shrink-0 items-center justify-end gap-1.5 border-t border-border/70 bg-panel/95 px-3 pt-2 pb-[max(0.5rem,env(safe-area-inset-bottom))] text-[12px] backdrop-blur-sm`,children:(0,B.jsx)(`button`,{type:`button`,"data-stop-subagent":!0,disabled:f,onClick:g,className:`rounded-md border border-border-strong bg-panel-2/60 px-2.5 py-1 text-[12px] text-fg/80 transition-colors hover:border-red-400/40 hover:bg-red-400/10 hover:text-red-300 disabled:opacity-50`,children:f?`Stopping…`:`Stop sub-agent`})})]})}function X2({subagentType:e}){let t=q2(e);return(0,B.jsx)(`span`,{"data-subagent-profile":!0,"aria-label":`Sub-agent profile: ${t}`,title:e?.trim()||`The provider did not report this sub-agent's model and effort`,className:`inline-flex min-w-0 max-w-[min(72%,20rem)] items-center rounded-md border border-border/50 bg-transparent px-1.5 py-0.5 text-muted ${tz}`,children:(0,B.jsx)(`span`,{className:`profile-grid-value relative -top-px min-w-0 truncate`,children:t})})}var Z2=`font-mono-keep overflow-x-auto whitespace-pre-wrap break-words ${sX} border border-border bg-bg/75 px-4 py-2.5 text-[12px] leading-relaxed text-fg/85`;function Q2({id:e,slug:t,shellId:n,label:r,startedAt:i,depth:a,widthDepth:o}){let s=(0,z.useRef)(null),c=GE(t,n),l=c.data?.state,u=c.data?.command,d=c.data?.output??``,[f,p]=(0,z.useState)(!1),m=Vu();(0,z.useEffect)(()=>{let e=s.current;e&&e.scrollHeight-e.scrollTop-e.clientHeight<160&&(e.scrollTop=e.scrollHeight)},[d]);let h=FO(i),g=l===`running`?`running${h?` ${h}`:``}`:l===`done`?`finished`:l===`gone`?`unavailable`:``,_=c.isError||l===`gone`;function v(){f||(p(!0),Y.subAgentStop({slug:t,id:n}).then(({note:e})=>{e?Z(`Background shell stopped. ${e}`,{duration:7e3}):Z(`Background shell stopped — the worker was told`),m.invalidateQueries({queryKey:[`backgroundShellOutput`,t,n]})}).catch(e=>{Z(e instanceof Error?e.message:`Could not stop this background shell`)}).finally(()=>p(!1)))}async function y(){if(u)try{await navigator.clipboard.writeText(u),Z(`Command copied`)}catch{Z(`Could not copy command`)}}return(0,B.jsx)(wv,{id:e,depth:a,widthDepth:o,children:e=>(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(Uy,{title:r,icon:(0,B.jsx)(Iy,{"aria-hidden":!0,size:14,className:`shrink-0 text-muted/60`}),meta:g?(0,B.jsx)(`span`,{className:`shrink-0 whitespace-nowrap text-[11.5px] text-muted/60`,children:g}):void 0,onClose:e}),(0,B.jsx)(`div`,{ref:s,className:`min-h-0 flex-1 overflow-y-auto px-5 py-5`,children:_?(0,B.jsx)(`div`,{className:`flex h-full items-center justify-center px-8 text-center text-[13px] text-muted`,children:`Background shell output is no longer available.`}):(0,B.jsxs)(`div`,{className:`flex flex-col gap-5`,children:[(0,B.jsxs)(`section`,{children:[(0,B.jsxs)(`div`,{className:`mb-2 flex items-center justify-between gap-3`,children:[(0,B.jsx)(`h2`,{className:`petite-caps text-[10px] text-muted/65`,children:`Command`}),u&&(0,B.jsxs)(`button`,{type:`button`,onClick:y,className:`flex items-center gap-1 rounded px-1.5 py-1 text-[10.5px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:[(0,B.jsx)($v,{"aria-hidden":!0,size:11}),` Copy`]})]}),u?(0,B.jsx)(vY,{"data-background-shell-command":!0,text:u,language:`bash`,className:Z2}):(0,B.jsx)(`pre`,{"data-background-shell-command":!0,className:Z2,children:c.isLoading?`Loading…`:`Command unavailable for this background operation.`})]}),(0,B.jsxs)(`section`,{children:[(0,B.jsxs)(`div`,{className:`mb-2 flex items-center gap-2`,children:[(0,B.jsx)(`h2`,{className:`petite-caps text-[10px] text-muted/65`,children:`Output`}),l===`running`&&(0,B.jsx)(`span`,{"aria-hidden":!0,className:`frizz-live-dot frizz-live-dot--shell`,"data-running-indicator":`shell-drawer`}),c.data?.truncated&&(0,B.jsx)(`span`,{className:`text-[10.5px] text-muted/50`,children:`Showing latest 512 KB`})]}),d?(0,B.jsx)(`pre`,{"data-background-shell-output":!0,className:`font-mono-keep min-h-40 whitespace-pre-wrap break-words ${sX} border border-border bg-[#090b10] px-4 py-3 text-[12px] leading-relaxed text-fg/85`,children:d}):(0,B.jsx)(`div`,{"data-background-shell-output":!0,className:`flex min-h-40 items-center justify-center ${sX} border border-border bg-[#090b10] px-4 text-center text-[12px] text-muted/60`,children:l===`done`?`No output was captured.`:`No output yet.`})]})]})}),!_&&c.data?.stoppable&&(0,B.jsx)(`footer`,{"aria-label":`Background shell lifecycle actions`,"data-background-shell-lifecycle-footer":!0,className:`flex min-h-10 w-full shrink-0 items-center justify-end gap-1.5 border-t border-border/70 bg-panel/95 px-3 pt-2 pb-[max(0.5rem,env(safe-area-inset-bottom))] text-[12px] backdrop-blur-sm`,children:(0,B.jsx)(`button`,{type:`button`,"data-stop-background-shell":!0,disabled:f,onClick:v,className:`rounded-md border border-border-strong bg-panel-2/60 px-2.5 py-1 text-[12px] text-fg/80 transition-colors hover:border-red-400/40 hover:bg-red-400/10 hover:text-red-300 disabled:opacity-50`,children:f?`Stopping…`:`Stop shell`})}),!_&&!c.data?.stoppable&&l===`running`&&c.data?.stopNote&&(0,B.jsx)(`footer`,{"data-background-shell-stop-note":!0,className:`w-full shrink-0 border-t border-border/70 bg-panel/95 px-4 pt-2 pb-[max(0.5rem,env(safe-area-inset-bottom))] text-[11.5px] text-muted/70`,children:c.data.stopNote})]})})}var $2=`Implement this`,e4=`Implement this plan`,t4=`Start a new thread to implement this plan`,n4=`Delete plan`,r4=`Delete this plan`,i4=`Permanently delete this plan file`,a4={paddingBottom:`max(1rem, env(safe-area-inset-bottom))`};function o4({onClick:e}){return(0,B.jsxs)(`button`,{onClick:e,onMouseDown:e=>e.preventDefault(),className:`flex items-center gap-1.5 rounded-md border border-border-strong bg-panel-2/60 px-2.5 py-1 text-[12px] font-medium text-fg/80 outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,title:t4,"aria-label":e4,children:[(0,B.jsx)(ny,{size:12,"aria-hidden":`true`}),` `,$2]})}function s4({path:e,onDeleted:t}){let[n,r]=(0,z.useState)(!1),[i,a]=(0,z.useState)(!1);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>a(!0),onMouseDown:e=>e.preventDefault(),className:`flex items-center gap-1.5 rounded-md border border-border-strong bg-panel-2/60 px-2.5 py-1 text-[12px] font-medium text-muted outline-none transition-colors hover:bg-panel-2 hover:text-red-400 focus-visible:ring-1 focus-visible:ring-red-400/60`,title:i4,"aria-label":r4,children:[(0,B.jsx)(zy,{size:12,"aria-hidden":`true`}),` `,n4]}),(0,B.jsx)(NZ,{open:i,onOpenChange:e=>{n||a(e)},title:`Delete this plan?`,className:`w-[390px] max-w-[92vw]`,footer:(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`button`,{type:`button`,disabled:n,onClick:()=>a(!1),className:`rounded-md px-3 py-1.5 text-[12px] text-muted outline-none transition-colors hover:bg-panel-2 hover:text-fg disabled:opacity-45`,children:`Cancel`}),(0,B.jsxs)(`button`,{type:`button`,disabled:n,onClick:()=>{r(!0),Y.planDelete({path:e}).then(()=>{a(!1),Z(`Plan deleted`),t()}).catch(e=>Z(`Couldn’t delete: ${e.message.slice(0,80)}`)).finally(()=>r(!1))},className:`flex items-center gap-1.5 rounded-md bg-red-500 px-3 py-1.5 text-[12px] font-medium text-white outline-none transition-opacity hover:opacity-90 disabled:opacity-45`,children:[n&&(0,B.jsx)(vy,{size:12,className:`animate-spin`}),`Delete plan`]})]}),children:(0,B.jsxs)(`p`,{className:`p-4 text-[12px] leading-relaxed text-muted`,children:[`This permanently deletes the plan file `,(0,B.jsx)(`span`,{className:`text-fg/80`,children:e}),`. This can’t be undone.`]})})]})}function c4({id:e,path:t,title:n,depth:r,widthDepth:i}){let a=nd({queryKey:[`planBody`,t],queryFn:()=>Y.planBody({path:t})}),o=EJ(a.data?.markdown??``),s=_Y(o);return(0,B.jsx)(wv,{id:e,depth:r,widthDepth:i,children:e=>(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(Uy,{title:n,subtitle:t,onClose:e}),(0,B.jsx)(`div`,{className:`flex-1 min-h-0 overflow-y-auto px-5 py-4`,children:a.isLoading?(0,B.jsx)(`div`,{className:`text-[13px] text-muted`,children:`Loading…`}):o?(0,B.jsx)(`div`,{className:`md-body`,dangerouslySetInnerHTML:s}):(0,B.jsx)(`div`,{className:`text-[13px] text-muted`,children:`Empty plan.`})}),(0,B.jsxs)(`div`,{className:`shrink-0 flex items-center justify-end gap-1.5 border-t border-border/60 bg-panel px-5 pt-3`,style:a4,children:[(0,B.jsx)(s4,{path:t,onDeleted:e}),(0,B.jsx)(o4,{onClick:()=>V_(t)})]})]})})}var l4={paddingBottom:`max(0.75rem, env(safe-area-inset-bottom))`};function u4({path:e}){return(0,B.jsxs)(`button`,{type:`button`,onClick:()=>{Y.openLocalFile({path:e}).then(async e=>{e.action===`copy`&&(await navigator.clipboard.writeText(e.path),Z(`Copied local path`))}).catch(e=>Z(`Could not open local file: ${e.message.slice(0,100)}`))},onMouseDown:e=>e.preventDefault(),className:`flex items-center gap-1.5 rounded-md border border-border-strong bg-panel-2/60 px-2.5 py-1 text-[12px] font-medium text-fg/80 outline-none transition-colors hover:bg-panel-2 hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,title:`Open ${e} outside Frizz`,"aria-label":`Open`,children:[(0,B.jsx)(ty,{size:12,"aria-hidden":`true`}),` Open`]})}function d4({id:e,path:t,title:n,depth:r,widthDepth:i}){let a=nd({queryKey:[`localMarkdown`,t],queryFn:()=>Y.localMarkdown({path:t})}),o=a.data?.path??t,s=EJ(a.data?.markdown??``,{baseDir:JR(o),asDocument:!0}),c=_Y(s),l=(0,z.useRef)(null);return XX(l,s),(0,B.jsx)(wv,{id:e,depth:r,widthDepth:i,children:e=>(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(Uy,{title:n,subtitle:o,onClose:e}),(0,B.jsx)(`div`,{className:`flex-1 min-h-0 overflow-y-auto px-5 py-4`,children:a.isLoading?(0,B.jsx)(`div`,{className:`text-[13px] text-muted`,children:`Loading…`}):a.error?(0,B.jsxs)(`div`,{className:`text-[13px] text-red-400/90`,children:[`Couldn’t read this file: `,a.error.message]}):s?(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`div`,{ref:l,className:`md-body`,dangerouslySetInnerHTML:c}),a.data?.truncated&&(0,B.jsx)(`p`,{className:`mt-4 border-t border-border/60 pt-3 text-[12px] text-muted`,children:`This file is too long to render in full — everything above the cut is shown. Open it to read the rest.`})]}):(0,B.jsx)(`div`,{className:`text-[13px] text-muted`,children:`This file is empty.`})}),(0,B.jsx)(`div`,{className:`shrink-0 flex items-center justify-end gap-1.5 border-t border-border/60 bg-panel px-5 pt-3`,style:l4,children:(0,B.jsx)(u4,{path:o})})]})})}function f4({id:e,slug:t,title:n,depth:r,widthDepth:i}){let a=nd({queryKey:[`threadBody`,t],queryFn:()=>Y.threadBody({slug:t})}),o=Xd(X);(0,z.useEffect)(()=>{a.refetch()},[o.board]);let s=eZ(hv(o.board,t)),c=oB(),l=aB.adopt(c,t),[u,d,f]=cB(l),p=rd({mutationFn:async e=>{await Y.adoptThread({slug:t,message:e.trim()||void 0})},onSuccess:()=>{X.drawers.find(t=>t.id===e)?.closing||(X.drawers=X.drawers.map(t=>t.id===e?{...t,kind:`thread`}:t))},onError:(e,t)=>{rB.get(l)||d(t),Z(`Start failed: ${e.message.slice(0,80)}`)}}),m=EJ(pJ(a.data?.markdown??``)),h=_Y(m);return(0,B.jsx)(wv,{id:e,depth:r,widthDepth:i,widthOffset:1,subagentParent:t,children:e=>(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(Uy,{title:n,subtitle:`${t}.md`,onClose:e}),(0,B.jsx)(`div`,{className:`flex-1 min-h-0 overflow-y-auto px-5 py-4`,children:a.isLoading?(0,B.jsx)(`div`,{className:`text-[13px] text-muted`,children:`Loading…`}):m?(0,B.jsx)(`div`,{className:`md-body`,dangerouslySetInnerHTML:h}):(0,B.jsx)(`div`,{className:`text-[13px] text-muted`,children:`No thread file found.`})}),s&&(0,B.jsxs)(`div`,{className:`shrink-0 border-t border-border/60 px-5 pb-4 pt-3`,children:[(0,B.jsx)(`p`,{className:`mb-2.5 text-[11.5px] text-muted/80`,children:`No session is attached to this thread yet. Send a message below to start one on this plan.`}),(0,B.jsx)(XR,{surface:`adoptComposer`,value:u,onChange:d,onSubmit:()=>{if(!u.trim()||p.isPending)return;let e=u;f(),Z(`Starting thread…`,{spinner:!0,sticky:!0}),p.mutate(e)},placeholder:`Kick off work on this thread…`,minHeight:44,busy:p.isPending})]})]})})}function p4(){let e=Xd(X),t=NE();(0,z.useEffect)(()=>{function e(e){if(e.key===`Escape`&&!(e.target instanceof Element&&e.target.closest(`.xterm`))){if(bz()){e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation();return}if(X.showPalette)X.showPalette=!1;else if(X.showNewThread)X.showNewThread=!1;else if(X.showGithubPicker)U_();else if(X.showSettings)fg()||(X.showSettings=!1);else if(X.drawers.length>0){let e=X.drawers[X.drawers.length-1];gg(e.id)||X.drawers.pop()}}}return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[]);let n=0;return(0,B.jsx)(B.Fragment,{children:e.drawers.map((e,r)=>{let i=n;e.closing||n++;let a=e.kind===`thread`?(0,B.jsx)(U2,{id:e.id,slug:e.slug,depth:r,widthDepth:i,initiallyOpen:e.routed},e.id):e.kind===`subagent`?(0,B.jsx)(J2,{id:e.id,slug:e.slug,subId:e.subId??``,label:e.label??e.slug,subagentType:e.subagentType,startedAt:e.startedAt,depth:r,widthDepth:i},e.id):e.kind===`shell`?(0,B.jsx)(Q2,{id:e.id,slug:e.slug,shellId:e.subId??``,label:e.label??`Background shell`,startedAt:e.startedAt,depth:r,widthDepth:i},e.id):e.kind===`plan`?(0,B.jsx)(c4,{id:e.id,path:e.path??e.slug,title:e.label??e.slug,depth:r,widthDepth:i},e.id):e.kind===`markdown`?(0,B.jsx)(d4,{id:e.id,path:e.path??e.slug,title:e.label??e.slug,depth:r,widthDepth:i},e.id):(0,B.jsx)(f4,{id:e.id,slug:e.slug,depth:r,widthDepth:i,title:(()=>{let n=hv(t,e.slug);return n?AD(n):e.slug})()},e.id);return(0,B.jsx)(Gy,{label:`this drawer`,resetKeys:[e.kind,e.slug,e.subId,e.path],fallback:(t,n)=>(0,B.jsx)(Xy,{id:e.id,depth:r,widthDepth:i,error:t,onRetry:n}),children:a},e.id)})})}function m4(e){let t=DY(e).filter(e=>e.kind===`question`);if(t.length!==0)return JSON.stringify(t.map(e=>e.kind===`question`?[e.questionKind,e.danger===!0,e.text.trim()]:null))}function h4(e){let t=new Map,n=[];for(let r=0;r<e.length;r++){let i=m4(e[r].text);n.push(i),i!==void 0&&t.set(i,r)}let r=new Set;for(let e=0;e<n.length;e++){let i=n[e];i!==void 0&&t.get(i)!==e&&r.add(e)}return r}function g4(e,t,n){return OY(e.text)?!n.has(t):e.wake===!0}function _4(e){return e.wake===!0}function v4(e,t){let n=[],r,i=!1,a=()=>{r&&r.start<=r.end&&n.push(r),r=void 0};for(let n=Math.max(0,t);n<e.length;n++){let t=e[n];if(t.closes===!0){a(),i=!0;continue}if(t.skip===!0)continue;if(t.opens===!0){a(),i=!0,r={start:n+1,end:n,open:-1,close:-1,steps:0,tools:0,resumed:!0,waker:-1};continue}let o=r===void 0;r||={start:n,end:n,open:-1,close:-1,steps:0,tools:0,resumed:i,waker:-1},o&&t.completion===!0&&r.resumed&&(r.waker=n),r.end=n,r.tools+=t.tools??0,t.text===!0&&(r.open<0&&(r.open=n),r.close=n)}a();for(let t of n)for(let n=t.start;n<=t.end;n++){let r=e[n];r.skip===!0||r.survives===!0||n===t.open||n===t.close||n===t.waker||r.countable===!0&&t.steps++}return n}function y4(e){return e.open<0||e.tools<1&&e.steps<1?!1:e.resumed||e.open!==e.close}function b4(e){if(e.length<3)return{kept:[...e]};let t=e[0],n=e[e.length-1],r=e.slice(1,-1);return{kept:[t,n],middle:{start:r[0].start,end:r[r.length-1].end,runs:r.length,tools:r.reduce((e,t)=>e+t.tools,0)}}}function x4(e){return ZO(e,`card`).length>0}function S4({slug:e,subAgents:t,className:n=`px-1 pt-1.5`}){let r=ZO(t,`card`);return r.length===0?null:(0,B.jsx)(`div`,{"data-queue-subagents":!0,className:`flex min-w-0 flex-col gap-0.5 ${n}`,children:r.map((t,n)=>(0,B.jsx)(ek,{kind:`AGENT`,label:t.label,state:t.state,density:`card`,depth:t.depth,startedAt:t.startedAt,parentSlug:e,onOpen:t.id?()=>Z_(e,t.id,{label:t.label,subagentType:t.subagentType,startedAt:t.startedAt}):void 0,onDismiss:nk(e,t)},t.id??`${t.startedAt}-${n}`))})}var C4=320;function w4(e){let t=[...document.querySelectorAll(`[data-queue-card]`)],n=t.findIndex(t=>t.dataset.queueCard===e);if(n<0)return null;let r=window.innerHeight,i=e=>{if(!e||e.dataset.queueLeaving===`true`||!e.dataset.queueCard)return!1;let t=e.getBoundingClientRect();return t.bottom>0&&t.top<r},a=i(t[n-1])?t[n-1]:i(t[n+1])?t[n+1]:null;return a?{slug:a.dataset.queueCard,top:a.getBoundingClientRect().top}:null}function T4(e){let t=[...document.querySelectorAll(`[data-queue-card]`)],n=t.findIndex(t=>t.dataset.queueCard===e);if(n<0)return null;let r=e=>e.dataset.queueLeaving!==`true`&&!!e.dataset.queueCard;for(let e=n+1;e<t.length;e++)if(r(t[e]))return t[e].dataset.queueCard;for(let e=n-1;e>=0;e--)if(r(t[e]))return t[e].dataset.queueCard;return null}var E4=0,D4=``;function O4(){E4++===0&&(D4=document.documentElement.style.overflowAnchor,document.documentElement.style.overflowAnchor=`none`)}function k4(){E4>0&&--E4===0&&(document.documentElement.style.overflowAnchor=D4)}var A4=`Hides card until new activity is detected`;function j4({thread:e,onSnooze:t,onSnoozeFailed:n}){let[r,i]=(0,z.useState)(!1);return(0,B.jsx)(Y$,{thread:e,actions:(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`button`,{type:`button`,onClick:()=>{i(!0),t(),Y.snoozeAwaitingBackground({slug:e.id,sessionId:e.sessionId??``}).then(()=>Z(`Snoozed until the background work returns`)).catch(e=>{n(),Z(`Couldn’t snooze: ${e.message.slice(0,80)}`),i(!1)})},disabled:r,onMouseDown:e=>e.preventDefault(),title:A4,className:`disabled:opacity-45 ${yX}`,children:[(0,B.jsx)(dy,{size:12,className:QV}),`Snooze`]}),(0,B.jsx)(`span`,{className:_X,children:A4})]})})}function M4(){let e=NE(),t=WD(FE(e?.threads??[]).filter(GD),Xd(ED).queueOrder),n=t.map(e=>e.id).join(`,`),[r,i]=(0,z.useState)(()=>new Set),a=(0,z.useRef)(t);a.current=t;let o=(0,z.useRef)(r);o.current=r;let s=new Set(t.map(e=>e.id)),c=(0,z.useRef)([]),l=(0,z.useRef)([]),u=(0,z.useRef)(new Map),d=(0,z.useRef)(new Set),f=(0,z.useRef)(new Set),p=(0,z.useRef)(new Map),m=(0,z.useRef)(new Map),h=(0,z.useRef)(null),[g,_]=(0,z.useState)(0);c.current.forEach(e=>{if(!s.has(e.id)&&!f.current.has(e.id)){let t=l.current.indexOf(e.id);u.current.delete(e.id),u.current.set(e.id,{view:e,index:t>=0?t:l.current.length}),r.has(e.id)&&d.current.add(e.id)}}),c.current=t;for(let e of[...f.current])s.has(e)?r.has(e)||(f.current.delete(e),d.current.delete(e)):r.has(e)||(f.current.delete(e),u.current.delete(e),d.current.delete(e));for(;u.current.size>32;){let e=u.current.keys().next().value;if(e===void 0)break;u.current.delete(e),d.current.delete(e);let t=p.current.get(e);t&&(clearTimeout(t),p.current.delete(e))}let v=e=>s.has(e)?r.has(e):d.current.has(e),y=(0,z.useMemo)(()=>{let e=t.filter(e=>!f.current.has(e.id)),n=[...u.current.entries()].filter(([e])=>!s.has(e)&&!f.current.has(e)).map(([,e])=>e).sort((e,t)=>e.index-t.index);for(let{view:t,index:r}of n)e.splice(Math.min(r,e.length),0,t);return e},[t,r,g]);l.current=y.map(e=>e.id),(0,z.useEffect)(()=>{let e=[...u.current.keys()].filter(e=>!s.has(e)&&!f.current.has(e)),t=e.filter(e=>!d.current.has(e)),n;t.length&&(n=requestAnimationFrame(()=>{t.forEach(e=>{u.current.has(e)&&d.current.add(e)}),_(e=>e+1)}));let i=new Set;for(let e of r)f.current.has(e)||i.add(e);for(let t of e)i.add(t);for(let e of i){if(p.current.has(e))continue;let t=setTimeout(()=>{if(p.current.delete(e),o.current.has(e)){let t=T4(e);h.current=t?{kind:`top`,slug:t}:null}else{let t=w4(e);h.current=t?{kind:`hold`,...t}:null}f.current.add(e),d.current.delete(e),_(e=>e+1)},C4);p.current.set(e,t)}return()=>{n!==void 0&&cancelAnimationFrame(n)}},[n,r,g]),(0,z.useEffect)(()=>{let e=[...r].filter(e=>f.current.has(e)&&!s.has(e));if(e.length!==0){for(let t of e)f.current.delete(t),u.current.delete(t),d.current.delete(t);i(t=>{let n=new Set(t);for(let t of e)n.delete(t);return n})}},[n,g]),(0,z.useEffect)(()=>()=>{for(let e of p.current.values())clearTimeout(e);for(let e of m.current.values())clearTimeout(e)},[]),(0,z.useLayoutEffect)(()=>{let e=h.current;if(!e)return;h.current=null;let t=document.querySelector(`[data-queue-card="${CSS.escape(e.slug)}"]`);if(!t)return;if(e.kind===`hold`){let n=t.getBoundingClientRect().top-e.top;Math.abs(n)>.5&&window.scrollBy({top:n,left:0,behavior:`auto`});return}O4();let n=()=>{let t=B_(e.slug);t!==null&&Math.abs(yg()-t)>.5&&window.scrollTo({top:t,left:0,behavior:`auto`})};n(),requestAnimationFrame(()=>{n(),requestAnimationFrame(()=>{n(),k4()})})},[g]);let b=(0,z.useCallback)(e=>{i(t=>new Set(t).add(e));let t=m.current.get(e);t&&clearTimeout(t);let n=setTimeout(()=>{m.current.delete(e),a.current.some(t=>t.id===e)&&(f.current.delete(e),d.current.delete(e),i(t=>{if(!t.has(e))return t;let n=new Set(t);return n.delete(e),n}),_(e=>e+1))},8e3);m.current.set(e,n)},[]),x=(0,z.useCallback)(e=>{let t=m.current.get(e);t&&(clearTimeout(t),m.current.delete(e));let n=p.current.get(e);n&&(clearTimeout(n),p.current.delete(e)),f.current.delete(e),d.current.delete(e),i(t=>{if(!t.has(e))return t;let n=new Set(t);return n.delete(e),n}),_(e=>e+1)},[]),S=!e?.threads.some(e=>e.foreign!==!0)&&(e?.plans?.length??0)===0;return(0,B.jsxs)(`div`,{className:`my-auto w-full min-w-0 flex flex-col py-8`,children:[(0,B.jsx)(N4,{board:e}),y.length>0&&(0,B.jsx)(`div`,{className:`flex flex-col [&>*:last-child_hr]:hidden`,children:y.map(e=>(0,B.jsx)(F4,{slug:e.id,leaving:v(e.id),children:(0,B.jsx)(R4,{thread:e,leaving:v(e.id),onResolve:b,onUnresolve:x})},e.id))}),S?(0,B.jsxs)(`div`,{className:`w-full flex flex-col gap-3`,children:[(0,B.jsx)(`h2`,{className:`text-[15px] font-medium text-center`,children:`What should the agent do?`}),(0,B.jsx)(uB,{autoFocus:!0})]}):y.length===0?(0,B.jsxs)(`div`,{className:`flex flex-col items-center gap-2 pt-2`,children:[(0,B.jsx)(my,{size:40,strokeWidth:1.25,className:`text-muted/30`}),(0,B.jsx)(`div`,{className:`text-[13px] text-muted/80`,children:`No threads awaiting human input`})]}):null]})}function N4({board:e}){let t=e?.errorItems??[],n=e?.errors??[];return t.length===0&&n.length===0?null:(0,B.jsxs)(`div`,{className:`mb-6 ${sX} border border-amber-500/25 bg-amber-500/[0.06] px-4 py-2.5 text-[12px] text-amber-200/90`,children:[(0,B.jsx)(`div`,{className:`font-medium mb-0.5`,children:`Board errors`}),t.length>0?t.slice(0,6).map((e,t)=>(0,B.jsxs)(`div`,{className:`flex items-center gap-2 py-0.5`,children:[(0,B.jsxs)(`span`,{className:`min-w-0 flex-1 truncate`,title:`${e.file?`${e.file}: `:``}${e.message}`,children:[e.file?`${e.file}: `:``,e.message]}),e.kind===`no-frontmatter`&&(0,B.jsx)(P4,{file:e.file})]},t)):n.slice(0,3).map((e,t)=>(0,B.jsx)(`div`,{className:`truncate`,title:e,children:e},t))]})}function P4({file:e}){let t=rd({mutationFn:()=>Y.repairThread({file:e}),onSuccess:({slug:e})=>Z(`Repaired ${e} — verify its status`),onError:e=>Z(e instanceof Error?e.message:`Repair failed`)});return(0,B.jsx)(`button`,{onClick:()=>t.mutate(),disabled:t.isPending,className:`shrink-0 rounded border border-amber-400/50 bg-amber-500/10 px-2 py-0.5 text-[11px] font-medium text-amber-100 transition-colors hover:bg-amber-500/25 disabled:opacity-50`,title:`Prepend minimal frontmatter (title + status: active) so this thread becomes visible again`,children:t.isPending?`Repairing…`:`Repair`})}function F4({leaving:e,slug:t,children:n}){return(0,B.jsx)(`div`,{"data-queue-card":t,"data-queue-leaving":e,className:`frizz-card-slot min-w-0`,children:(0,B.jsx)(`div`,{className:`frizz-card-clip min-h-0 min-w-0`,children:(0,B.jsxs)(`div`,{className:`frizz-card-body min-w-0`,children:[n,(0,B.jsx)(`hr`,{className:`my-10 border-0 border-t border-border/60`})]})})})}function I4({runs:e,toolCount:t,onExpand:n}){let r=t>0?`${t} tool call${t===1?``:`s`}`:``,i=`${e} more round${e===1?``:`s`}`;return(0,B.jsxs)(bX,{icon:Gv,marker:`middle-runs-summary`,onClick:n,ariaLabel:`Expand ${i}${r?` and ${r}`:``} of intermediate agent activity`,children:[(0,B.jsx)(`span`,{className:`shrink-0 tabular-nums`,children:i}),r&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`shrink-0 opacity-50`,children:`·`}),(0,B.jsx)(`span`,{className:`shrink-0 tabular-nums`,children:r})]}),(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`shrink-0 opacity-50`,children:`·`}),(0,B.jsx)(`span`,{className:`shrink-0`,children:`Click to expand`})]})}function L4({toolCount:e,onExpand:t}){let n=e>0?`${e} tool call${e===1?``:`s`}`:``;return(0,B.jsxs)(bX,{icon:Gv,marker:`intermediate-summary`,onClick:t,ariaLabel:`Expand ${n?`${n} of `:``}intermediate agent activity`,children:[n&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`span`,{className:`shrink-0 tabular-nums`,children:n}),(0,B.jsx)(`span`,{"aria-hidden":`true`,className:`shrink-0 opacity-50`,children:`·`})]}),(0,B.jsx)(`span`,{className:`shrink-0`,children:`Click to expand`})]})}var R4=(0,z.memo)(function({thread:e,leaving:t,onResolve:n,onUnresolve:r}){let[i,a]=(0,z.useState)(!1),[o,s]=(0,z.useState)(!1),[c,l]=(0,z.useState)(!1),[u,d]=(0,z.useState)(null),[f,p]=(0,z.useState)(!1),[m,h]=(0,z.useState)(0),g=(0,z.useRef)(null),_=(0,z.useRef)(null),[v,y]=(0,z.useState)(0),b=(0,z.useRef)(null),x=(0,z.useRef)(!1),S=(0,z.useRef)(!1),C=(0,z.useRef)(null),w=Vu(),T=a1(e.id),{stickyUserMessage:E}=Xd(ED);(0,z.useLayoutEffect)(()=>{let e=_.current;if(!e)return;let t=()=>y(e.getBoundingClientRect().height);t();let n=new ResizeObserver(t);return n.observe(e),()=>n.disconnect()},[i]);let D=UE(e.id,{poll:!1}),O=(0,z.useMemo)(()=>D.data?.messages??[],[D.data]),k=(0,z.useMemo)(()=>aX(O),[O]),A=(0,z.useMemo)(()=>{for(let e=O.length-1;e>=0;e--){let t=O[e];if(t.role===`user`&&!t.wake&&!t.queued)return e}return 0},[O]),ee=(0,z.useMemo)(()=>{for(let e=O.length-1;e>=0;e--)if(O[e].boundary===`rest`)for(let t=e+1;t<O.length;t++){let n=O[t];if(!(n.queued||n.boundary===`rest`||M0(n)))return e+1}return 0},[O]),j=(0,z.useMemo)(()=>{for(let e=O.length-1;e>=0;e--)if(O[e].role===`user`&&!O[e].queued)return e;return-1},[O]),M=(0,z.useMemo)(()=>h4(O),[O]),N=(0,z.useMemo)(()=>O.map((e,t)=>{if(!e||e.queued||M0(e))return{skip:!0};if(e.boundary===`rest`)return{skip:!0,closes:!0};let n=pQ(e),r=n?0:e.tools.length;return{text:N0(e),tools:r,countable:N0(e)||r>0||n!==void 0||e.kind!==void 0,survives:g4(e,t,M),opens:_4(e),completion:e.boundary===`wake`||n!==void 0}}),[O,M]),te=(0,z.useMemo)(()=>v4(N,A+1),[N,A]),{kept:P,middle:ne}=(0,z.useMemo)(()=>b4(te),[te]),re=(0,z.useMemo)(()=>P.filter(y4),[P]),ie=(0,z.useMemo)(()=>{let e=new Map;return re.forEach((t,n)=>{for(let r=t.start;r<=t.end;r++)e.set(r,n)}),e},[re]),ae=!o&&(j>=0||ee>0)&&re.length>0,oe=GT(O,u,A),se=(0,z.useMemo)(()=>O.slice(oe),[O,oe]),ce=(0,z.useMemo)(()=>w1(se).map(e=>({...e,messageIndex:e.messageIndex+oe})),[se,oe]),le=oe>0||D.data?.hasEarlier===!0;(0,z.useLayoutEffect)(()=>{let e=b.current,t=g.current;if(!e||!t||![...t.querySelectorAll(`[data-transcript-source-id]`)].some(t=>t.dataset.transcriptSourceId===e.targetStartId))return;let n=()=>{QT(t,e.anchor,e=>{e!==0&&window.scrollBy({top:e,left:0,behavior:`auto`})});let n=0;return QT(t,e.anchor,e=>{n=e}),n},r=n();if($T({remaining:r,scrollY:window.scrollY,maxScrollY:Math.max(0,document.documentElement.scrollHeight-window.innerHeight),alreadyReserved:e.reserved===!0})===`reserve`){e.reserved=!0,h(e=>e+Math.ceil(r));return}S.current||(S.current=!0,requestAnimationFrame(()=>{n(),requestAnimationFrame(()=>{n(),b.current=null,S.current=!1,x.current&&(x.current=!1,k4())})}))},[m,O,u]),(0,z.useEffect)(()=>{let e=D.data?.transcriptKey;if(!e)return;let t=C.current;C.current=e,!(!t||t===e)&&(d(null),h(0),s(!1),b.current=null,S.current=!1,x.current&&(x.current=!1,k4()))},[D.data?.transcriptKey]),(0,z.useEffect)(()=>()=>{x.current&&(x.current=!1,k4())},[]);let ue=e=>{let t=XT(g.current);!e||!t||(x.current||(x.current=!0,O4()),b.current={anchor:t,targetStartId:e})},de=async()=>{if(f||!le)return;let t=WT(O,oe),n=t!==null&&O[t]?.role===`user`?t:null;if(n!==null){let e=O[n].sourceId;ue(e),d(e??null);return}let r=D.data?.beforeCursor;if(!r){if(oe>0){let e=O[0]?.sourceId;ue(e),d(e??null)}return}let i=D.data?.transcriptKey;if(i){p(!0);try{let t=await Y.threadTranscriptEarlier({slug:e.id,cursor:r}),n=w.getQueryData([`transcript`,e.id]);if(!n?.transcriptKey||n.transcriptKey!==i||t.transcriptKey!==i){await D.refetch(),d(null),Z(`Transcript changed while loading history; refreshed the current session`);return}let a=t.messages[0]?.sourceId??O[0]?.sourceId;ue(a);let o=YT(n,t);w.setQueryData([`transcript`,e.id],o),d(a??null)}catch(e){await D.refetch(),d(null),Z(e instanceof Error?e.message:`Could not load earlier transcript history`)}finally{p(!1)}}},fe=rd({mutationFn:()=>Y.markComplete({slug:e.id})}),{answeringForMessage:pe,answerable:me,anyAnswered:he,sendAnswers:ge,sendMessage:_e}=PX(e.id,O,()=>{document.activeElement?.blur(),n(e.id)},{scrollToBottom:!1}),ve=me||he,ye=(0,z.useCallback)(()=>n(e.id),[n,e.id]),be=(0,z.useCallback)(()=>r(e.id),[r,e.id]),xe=(0,z.useMemo)(()=>({dismiss:ye,cancel:be}),[ye,be]);return(0,B.jsx)(a0.Provider,{value:e.id,children:(0,B.jsx)(c0.Provider,{value:xe,children:(0,B.jsxs)(`div`,{"data-queue-card-root":e.id,"data-queue-leaving":t,style:m?{marginBottom:m}:void 0,className:`flex flex-col min-w-0 max-w-full ${sX} border border-border-strong bg-panel shadow-lg shadow-black/25 transition-opacity ${c?`opacity-40`:``}`,children:[(0,B.jsxs)(`div`,{className:`flex flex-col min-w-0`,children:[(0,B.jsxs)(`div`,{ref:_,className:`sticky top-0 z-10 flex items-center gap-2 bg-panel px-5 py-3.5 max-[800px]:top-10 ${i?sX:`${cX} border-b border-border/60`}`,children:[(0,B.jsxs)(`div`,{className:`min-w-0 flex-1`,children:[(0,B.jsx)(`div`,{className:`flex min-w-0 items-center gap-1`,children:(0,B.jsx)(`div`,{className:`min-w-0 flex-1 truncate font-semibold text-[15px] leading-snug`,title:AD(e),children:AD(e)})}),(0,B.jsx)(X$,{at:VD(e),fallbackAt:e.spawnedAt,className:`mt-0.5 block truncate text-[11px] leading-tight text-muted/75`}),e.statusText&&e.status===`needs-human`&&(0,B.jsx)(`div`,{className:`text-[11px] text-muted/80 mt-0.5 truncate`,title:e.statusText,children:e.statusText})]}),e.kind===`session`&&e.foreign!==!0&&(0,B.jsx)(o1,{slug:e.id}),(0,B.jsx)(wZ,{thread:e,collapsed:i,onCollapse:()=>a(e=>!e),openHref:Ig(e.id),onDone:()=>fe.mutate(void 0,{onSuccess:()=>n(e.id),onError:()=>l(!1)}),doneBusy:fe.isPending,onStatusMutate:()=>l(!0),onStatusApplied:()=>n(e.id),onStatusFailed:()=>l(!1)})]}),i?null:(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`div`,{className:`px-5 pt-5 ${ve?`pb-2`:`pb-5`}`,children:[(0,B.jsx)(u$,{thread:e,className:`mb-4`}),!e.pendingInteraction&&e.pendingAsk?(0,B.jsx)(`div`,{className:`mb-4`,children:(0,B.jsx)(P2,{ask:e.pendingAsk,onTerminal:T})}):e.nativeInputRequired?(0,B.jsx)(`div`,{className:`mb-4`,children:(0,B.jsx)(M2,{input:e.nativeInputRequired,onTerminal:T})}):e.runtime===`perm-prompt`?(0,B.jsx)(`div`,{className:`mb-4`,children:(0,B.jsx)(A2,{onTerminal:T})}):null,e.permPolicy?(0,B.jsx)(`div`,{className:`mb-4`,children:(0,B.jsx)(j2,{policy:e.permPolicy,denies:e.permDenies})}):null,O.length===0?(0,B.jsx)(`p`,{className:`text-[13px] text-muted`,children:D.isLoading?`Loading…`:e.statusText||`No message yet.`}):(0,B.jsxs)(`div`,{ref:g,className:`flex flex-col`,children:[le&&(0,B.jsx)(`button`,{className:`mb-3.5 self-center rounded-md border border-border px-2 py-0.5 text-[11px] text-muted transition-colors hover:text-fg hover:bg-panel-2 outline-none`,onClick:()=>void de(),onMouseDown:e=>e.preventDefault(),disabled:f,children:f?`Loading earlier messages…`:D.data?.reachedTurnBoundary===!1?`Continue loading this turn`:`Load earlier messages`}),(()=>{let e=oe,t=[],n=null,r=new Set;return ce.forEach(({message:e,messageIndex:i},a)=>{if(e.queued||M0(e)||e.boundary===`rest`)return;if(ae&&ne&&i>=ne.start&&i<=ne.end){i===ne.start&&(n!==null&&t.push((0,B.jsx)(P0,{h:14},`middle-runs-space`)),t.push((0,B.jsx)(I4,{runs:ne.runs,toolCount:ne.tools,onExpand:()=>s(!0)},`middle-runs-summary`)),n=!1);return}let o=ae?ie.get(i):void 0,c=o===void 0?void 0:re[o],l=c!==void 0,u=c!==void 0&&i===c.open,d=c!==void 0&&i===c.close,f=l&&!u&&!d&&!OY(e.text)&&g4(e,i,M);if(c!==void 0&&i===c.waker){n!==null&&t.push((0,B.jsx)(P0,{h:n&&E0(e)?6:14},`s${a}`));let r=e.sourceId??`legacy-${i}`;t.push((0,B.jsx)(`div`,{"data-transcript-source-id":r,className:`flex flex-col`,children:(0,B.jsx)(g2,{m:e,dense:!0})},r)),n=T0(e);return}if(l&&!f){if(!u&&!d&&!g4(e,i,M)||(!u&&o!==void 0&&!r.has(o)&&(n!==null&&t.push((0,B.jsx)(P0,{h:14},`im-space-${o}`)),t.push((0,B.jsx)(L4,{toolCount:c.tools,onExpand:()=>s(!0)},`intermediate-summary-${o}`)),n=!1,r.add(o)),!N0(e)))return;n!==null&&t.push((0,B.jsx)(P0,{h:14},`s${a}`));let l=e.sourceId??`legacy-${i}`;t.push((0,B.jsx)(`div`,{"data-transcript-source-id":l,className:`flex flex-col`,children:(0,B.jsx)(g2,{m:e,dense:!0,textOnly:!0,answering:pe(e),paired:k[i]})},l)),n=!1;return}n!==null&&t.push((0,B.jsx)(P0,{h:n&&E0(e)?6:14},`s${a}`));let p=e.sourceId??`legacy-${i}`,m=i===j&&E,h=(0,B.jsx)(g2,{m:e,dense:!0,answering:pe(e),paired:k[i],sticky:m});t.push(m?(0,B.jsx)(m2,{sourceId:p,stickyTopPx:v,children:h},p):(0,B.jsx)(`div`,{"data-transcript-source-id":p,className:`flex flex-col`,children:h},p)),n=T0(e)}),se.forEach((n,r)=>{n.queued&&(t.push((0,B.jsx)(P0,{},`qs${r}`)),t.push((0,B.jsx)(g2,{m:n,dense:!0,paired:k[e+r]},`q${e+r}`)))}),t})()]}),e.awaitingBackground&&(0,B.jsx)(`div`,{className:`mt-4`,children:(0,B.jsx)(j4,{thread:e,onSnooze:ye,onSnoozeFailed:be})})]}),ve&&(0,B.jsx)(`div`,{className:`shrink-0 px-5 pt-0`,children:(0,B.jsx)(`div`,{className:`mb-4 flex items-center justify-start gap-2`,children:(0,B.jsx)(`button`,{disabled:!he,onClick:()=>ge(),onMouseDown:e=>e.preventDefault(),className:`rounded-md bg-fg px-3 py-1.5 text-[12px] font-medium text-bg outline-none transition-all hover:opacity-90 active:scale-95 disabled:opacity-30 disabled:hover:opacity-30`,children:`Send answers`})})}),(0,B.jsx)(SZ,{slug:e.id,surface:`queueComposer`,className:`shrink-0 px-5 pb-3 pt-0`,placeholder:me?`Or skip the questions and reply…`:`Reply to the agent…`,submitOverride:_e,ops:(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(S4,{slug:e.id,subAgents:e.subAgents??[],className:`px-1 pt-1.5`}),(0,B.jsx)(N2,{slug:e.id,includeAgents:!1,className:`px-1 ${x4(e.subAgents??[])?`pt-0.5`:`pt-1.5`}`})]})})]})]}),(0,B.jsx)(cQ,{thread:e,onArchived:()=>n(e.id),onDismissCancel:()=>r(e.id),onSnoozed:()=>n(e.id)})]})})})},z4);function z4(e,t){return e.leaving===t.leaving&&e.onResolve===t.onResolve&&e.onUnresolve===t.onUnresolve&&(e.thread===t.thread||JSON.stringify(e.thread)===JSON.stringify(t.thread))}function B4(e,t){if(e.backend===`claude`)return Pz.some(t=>t.value===e.model)?zz(e.model).includes(e.effort)?void 0:`Reasoning level ${e.effort} is not available for ${e.model}`:`Claude model ${e.model} is no longer available`;let n=t.find(t=>t.slug===e.model);if(!n)return`Codex model ${e.model} is no longer available`;if(!n.efforts.includes(e.effort))return`Reasoning level ${e.effort} is not available for ${e.model}`}function V4(e,t){return{items:t.map(e=>({...e})),backend:e.backend,model:e.model,effort:e.effort}}function H4({keys:e,key:t,shiftKey:n,anchor:r,selected:i}){let a=e.indexOf(t),o=r===null?-1:e.indexOf(r);if(!n||a===-1||o===-1||r===null){let e=new Set(i);return e.has(t)?e.delete(t):e.add(t),{selected:e,anchor:a===-1?r:t}}let s=a>=o?1:-1,c=i.has(r),l=new Set(i);for(let t=o;;t+=s){let n=e[t];if(c?l.add(n):l.delete(n),t===a)break}return{selected:l,anchor:r}}var U4=30;function W4({onClose:e}){let t=QR(),{resolved:n,codexList:r,loadError:i,saveProfile:a}=qz(),[o,s]=(0,z.useState)(`issues`),[c,l]=(0,z.useState)(`recent`),[u,d]=(0,z.useState)(1),[f,p]=(0,z.useState)(()=>new Set),[m,h]=(0,z.useState)(null),g=nd({queryKey:[`githubList`,o,c,u],queryFn:()=>Y.githubList({kind:o,sort:c,page:u,perPage:U4}),placeholderData:$l}),_=g.data?.items??[],v=g.data?.page??u,y=g.data?.pageCount??1,b=g.data?.total??0,x=(0,z.useRef)(null);(0,z.useEffect)(()=>{x.current&&(x.current.scrollTop=0)},[u,o,c]);let S=rd({mutationFn:e=>Y.githubDispatchBatch(e),onMutate:e=>Z(`Starting ${e.items.length} thread${e.items.length===1?``:`s`}…`,{spinner:!0,sticky:!0}),onSuccess:t=>{let n=t.dispatched.length,r=t.failed.length;Z(`Started ${n} thread${n===1?``:`s`}${r?` (${r} failed)`:``}`),e()},onError:e=>Z(`Dispatch failed: ${e.message.slice(0,80)}`)});function C(e){e!==o&&(s(e),d(1),p(new Set),h(null))}function w(e){e!==c&&(l(e),d(1),p(new Set),h(null))}function T(e,t){let n=H4({keys:_.map(e=>e.number),key:e,shiftKey:t,anchor:m,selected:f});p(n.selected),h(n.anchor)}function E(){p(new Set),h(null)}let D=t.data?.nameWithOwner??`this repo`,O=f.size,k=(0,z.useMemo)(()=>Gz(r),[r]),A=n?{backend:n.backend,model:n.model,effort:n.effort}:void 0,ee=A?B4(A,r):i?`Could not load the model catalogue — reopen once it loads`:void 0,j=ee??(A?void 0:`Loading the model catalogue…`);function M(){if(!A||j){Z(j??`Choose a model and reasoning level`);return}S.mutate(V4(A,[...f].map(e=>({kind:o===`issues`?`issue`:`pr`,number:e}))))}return(0,B.jsx)(fB,{onClose:e,children:(0,B.jsxs)(`div`,{className:`flex max-h-[85vh] w-[720px] max-w-[90vw] flex-col rounded-xl border border-border bg-panel p-5 shadow-2xl shadow-black/50`,onKeyDownCapture:t=>{t.key===`Escape`&&(t.stopPropagation(),e())},children:[(0,B.jsxs)(`h2`,{className:`mb-4 flex items-center gap-2 text-[14px] font-medium`,children:[(0,B.jsx)(uy,{size:15,className:`text-muted`}),(0,B.jsx)(`span`,{children:`Investigate this issue and make recommendations`}),(0,B.jsx)(`span`,{className:`text-muted/40`,children:`—`}),(0,B.jsx)(`span`,{className:`font-mono-keep text-[12.5px] text-muted`,children:D})]}),(0,B.jsxs)(`div`,{className:`mb-3 flex items-center justify-between gap-3`,children:[(0,B.jsx)(K4,{value:o,onChange:e=>C(e),options:[{value:`issues`,label:`Issues`},{value:`prs`,label:`PRs`}]}),(0,B.jsxs)(`div`,{className:`flex items-center gap-2`,children:[(0,B.jsx)(`span`,{className:`petite-caps text-[11px] text-muted/70`,children:`Sort`}),(0,B.jsx)(K4,{value:c,onChange:w,options:[{value:`recent`,label:`Recent`},{value:`reactions`,label:`Reactions`}]})]})]}),(0,B.jsx)(`div`,{ref:x,className:`min-h-[240px] flex-1 overflow-y-auto rounded-lg border border-border/70 bg-bg/40 transition-opacity ${g.isPlaceholderData?`opacity-40`:``}`,children:g.isLoading?(0,B.jsx)(n3,{}):g.isError?(0,B.jsxs)(r3,{children:[(0,B.jsxs)(`span`,{className:`text-[12.5px] text-muted/80`,children:[`Couldn't load `,o===`issues`?`issues`:`pull requests`,`.`]}),(0,B.jsx)(`span`,{className:`max-w-[80%] text-center text-[11px] text-muted/45`,children:g.error.message.slice(0,140)})]}):_.length===0?(0,B.jsxs)(r3,{children:[(0,B.jsx)(my,{size:28,strokeWidth:1.25,className:`text-muted/30`}),(0,B.jsxs)(`span`,{className:`text-[12.5px] text-muted/60`,children:[`No open `,o===`issues`?`issues`:`pull requests`]})]}):_.map(e=>(0,B.jsx)(X4,{item:e,checked:f.has(e.number),onActivate:t=>T(e.number,t)},e.number))}),!g.isLoading&&!g.isError&&(0,B.jsxs)(`div`,{className:`mt-2.5 flex items-center justify-between gap-3 whitespace-nowrap text-[11.5px] text-muted/60`,children:[(0,B.jsxs)(`div`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,B.jsxs)(`span`,{className:`truncate tabular-nums`,children:[b,` open `,o===`issues`?b===1?`issue`:`issues`:b===1?`pull request`:`pull requests`]}),O>0&&(0,B.jsxs)(`span`,{className:`flex shrink-0 items-center gap-1.5`,children:[(0,B.jsx)(`span`,{className:`text-muted/30`,children:`·`}),(0,B.jsxs)(`span`,{className:`tabular-nums text-fg/70`,children:[O,` selected`]}),(0,B.jsx)(`button`,{onClick:E,onMouseDown:e=>e.preventDefault(),className:`rounded py-0.5 text-muted/60 underline-offset-2 outline-none transition-colors hover:text-fg hover:underline`,children:`Clear`})]})]}),y>1&&(0,B.jsxs)(`div`,{className:`flex shrink-0 items-center gap-1`,children:[(0,B.jsx)(G4,{label:`Previous page`,disabled:v<=1,onClick:()=>d(Math.max(1,v-1)),children:(0,B.jsx)(Hv,{size:14})}),(0,B.jsxs)(`span`,{className:`relative px-2 text-center tabular-nums`,children:[(0,B.jsxs)(`span`,{"aria-hidden":!0,className:`invisible`,children:[`Page `,y,` of `,y]}),(0,B.jsxs)(`span`,{className:`absolute inset-0`,children:[`Page `,v,` of `,y]})]}),(0,B.jsx)(G4,{label:`Next page`,disabled:v>=y,onClick:()=>d(Math.min(y,v+1)),children:(0,B.jsx)(Uv,{size:14})})]})]}),(0,B.jsxs)(`div`,{className:`mt-4 flex items-end justify-between gap-3`,children:[(0,B.jsxs)(`div`,{className:`min-w-0`,children:[(0,B.jsx)(Cz,{groups:k,value:n?{provider:n.backend,model:n.model,effort:n.effort}:void 0,onValueChange:e=>a({field:`profile`,backend:e.provider,model:e.model,effort:e.effort}),placeholder:i?`Profile unavailable`:`Profile loading…`,ariaLabel:`Model and effort`,title:j??`Model and reasoning effort for every thread this batch starts`,disabled:!n,side:`top`,menuZClass:DL,className:`max-w-[min(21rem,60vw)]`}),ee&&(0,B.jsx)(`p`,{className:`mt-1 max-w-[430px] text-[10.5px] text-red-400`,children:ee})]}),(0,B.jsx)(`div`,{className:`flex items-center gap-3`,children:(0,B.jsxs)(`button`,{disabled:O===0||S.isPending||!!j,onClick:M,onMouseDown:e=>e.preventDefault(),className:`flex items-center gap-2 rounded-md bg-fg px-3.5 py-1.5 text-[12.5px] font-medium text-bg outline-none transition-all hover:opacity-90 active:scale-95 disabled:opacity-30 disabled:hover:opacity-30`,children:[S.isPending&&(0,B.jsx)(vy,{size:13,className:`animate-spin`}),O<=1?`Start investigation`:`Start ${O} investigations`]})})]})]})})}function G4({label:e,disabled:t,onClick:n,children:r}){return(0,B.jsx)(`button`,{type:`button`,"aria-label":e,title:e,disabled:t,onClick:n,onMouseDown:e=>e.preventDefault(),className:`inline-flex h-[22px] w-[22px] items-center justify-center rounded-md border border-border/70 text-muted/70 outline-none transition-colors hover:border-border hover:bg-elevated hover:text-fg disabled:pointer-events-none disabled:opacity-30`,children:r})}function K4({value:e,onChange:t,options:n}){return(0,B.jsx)(`div`,{className:`inline-flex items-center gap-0.5 rounded-lg border border-border bg-panel-2 p-0.5`,children:n.map(n=>(0,B.jsx)(`button`,{onClick:()=>t(n.value),onMouseDown:e=>e.preventDefault(),className:`rounded-md px-3 py-1 text-[12px] font-medium outline-none transition-colors ${e===n.value?`bg-elevated text-fg shadow-sm shadow-black/20`:`text-muted hover:text-fg`}`,children:n.label},n.value))})}function q4({item:e}){let t=(e.state??`OPEN`).toUpperCase();return e.kind===`pr`?t===`MERGED`?(0,B.jsx)(oy,{size:15,className:`shrink-0 text-purple-400`}):t===`CLOSED`?(0,B.jsx)(sy,{size:15,className:`shrink-0 text-red-400`}):e.isDraft?(0,B.jsx)(cy,{size:15,className:`shrink-0 text-muted/70`}):(0,B.jsx)(ly,{size:15,className:`shrink-0 text-emerald-500`}):t===`CLOSED`?(0,B.jsx)(Kv,{size:15,className:`shrink-0 text-purple-400`}):(0,B.jsx)(Jv,{size:15,className:`shrink-0 text-emerald-500`})}function J4(e){if(!e)return``;let t=Date.parse(e);if(!Number.isFinite(t))return``;let n=Math.max(0,(Date.now()-t)/1e3),r=n/60,i=r/60,a=i/24;return n<45?`just now`:r<60?`${Math.round(r)}m ago`:i<24?`${Math.round(i)}h ago`:a<30?`${Math.round(a)}d ago`:a<365?`${Math.round(a/30)}mo ago`:`${Math.round(a/365)}y ago`}function Y4({name:e,color:t}){let n=/^[0-9a-fA-F]{6}$/.test(t)?`#${t}`:void 0;return(0,B.jsx)(`span`,{className:`max-w-[130px] shrink-0 truncate rounded-full border px-1.5 py-px text-[9.5px] leading-[13px]`,style:n?{borderColor:`${n}59`,color:n,backgroundColor:`${n}14`}:void 0,title:e,children:e})}function X4({item:e,checked:t,onActivate:n}){let r=J4(e.createdAt),i=[e.author,r?`opened ${r}`:``].filter(Boolean).join(` `);return(0,B.jsxs)(`div`,{role:`button`,tabIndex:0,"data-row-number":e.number,"aria-pressed":t,onClick:e=>n(e.shiftKey),onMouseDown:e=>{e.shiftKey&&e.preventDefault()},onKeyDown:e=>{(e.key===`Enter`||e.key===` `)&&(e.preventDefault(),n(e.shiftKey))},className:`group flex w-full cursor-pointer items-start gap-2.5 border-b border-border/40 px-3 py-2.5 text-left outline-none transition-colors last:border-b-0 hover:bg-white/[0.03]`,children:[(0,B.jsx)(`span`,{className:`mt-px shrink-0`,children:(0,B.jsx)(Z4,{checked:t})}),(0,B.jsx)(`span`,{className:`mt-px`,children:(0,B.jsx)(q4,{item:e})}),(0,B.jsxs)(`span`,{className:`flex min-w-0 flex-1 flex-col gap-0.5`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,B.jsx)(`a`,{href:e.url,target:`_blank`,rel:`noreferrer noopener`,onClick:e=>e.stopPropagation(),title:e.title,className:`min-w-0 truncate text-[13px] font-medium text-fg/90 hover:underline`,children:e.title}),e.labels.slice(0,4).map(e=>(0,B.jsx)(Y4,{name:e.name,color:e.color},e.name))]}),(0,B.jsxs)(`span`,{className:`flex items-center gap-1 text-[11px] text-muted/55`,children:[(0,B.jsxs)(`a`,{href:e.url,target:`_blank`,rel:`noreferrer noopener`,onClick:e=>e.stopPropagation(),className:`shrink-0 tabular-nums hover:text-muted hover:underline`,children:[`#`,e.number]}),i?(0,B.jsxs)(`span`,{className:`truncate`,children:[`· `,i]}):null]})]}),(0,B.jsxs)(`span`,{className:`mt-px flex shrink-0 items-center gap-2.5 text-[11.5px] text-muted/70`,children:[e.linkedPrs?(0,B.jsx)(e3,{prs:e.linkedPrs}):null,e.comments?(0,B.jsx)(t3,{icon:by,n:e.comments,label:`comments`}):null,e.reactions?(0,B.jsx)(t3,{emoji:`👍`,n:e.reactions,label:`reactions`}):null]})]})}function Z4({checked:e}){return(0,B.jsx)(`span`,{className:`inline-flex h-[15px] w-[15px] items-center justify-center rounded-[4px] border transition-colors ${e?`border-fg bg-fg`:`border-muted/45 group-hover:border-muted/80`}`,children:e&&(0,B.jsx)(Bv,{size:11,strokeWidth:3,className:`text-bg`})})}var Q4={octicon:`-0.1em`,stroke:`-0.112em`};function $4({size:e=12,className:t}){return(0,B.jsx)(`svg`,{viewBox:`0 0 16 16`,width:e,height:e,fill:`currentColor`,"aria-hidden":!0,className:t,style:{transform:`translateY(${Q4.octicon})`},children:(0,B.jsx)(`path`,{d:`M1.5 3.25a2.25 2.25 0 1 1 3 2.122v5.256a2.251 2.251 0 1 1-1.5 0V5.372A2.25 2.25 0 0 1 1.5 3.25Zm5.677-.177L9.573.677A.25.25 0 0 1 10 .854V2.5h1A2.5 2.5 0 0 1 13.5 5v5.628a2.251 2.251 0 1 1-1.5 0V5a1 1 0 0 0-1-1h-1v1.646a.25.25 0 0 1-.427.177L7.177 3.427a.25.25 0 0 1 0-.354ZM3.75 2.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm0 9.5a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm8.25.75a.75.75 0 1 0 1.5 0 .75.75 0 0 0-1.5 0Z`})})}function e3({prs:e}){let t=e.state.toUpperCase()===`MERGED`,n=e.count>1?`${e.count} linked pull requests — `:``,r=t?`#${e.number} merged`:e.isDraft?`#${e.number} open (draft)`:`#${e.number} open`;return(0,B.jsxs)(`a`,{href:e.url,target:`_blank`,rel:`noreferrer noopener`,onClick:e=>e.stopPropagation(),title:`${n}${r}`,className:`inline-flex items-center gap-1 tabular-nums hover:text-fg/90`,children:[(0,B.jsx)($4,{size:12}),e.count]})}function t3({icon:e,emoji:t,n,label:r}){return(0,B.jsxs)(`span`,{className:`inline-flex items-center gap-1 tabular-nums`,title:`${n} ${r}`,children:[t?(0,B.jsx)(`span`,{"aria-hidden":!0,className:`text-[11px] leading-none`,children:t}):e?(0,B.jsx)(`span`,{className:`inline-flex`,style:{transform:`translateY(${Q4.stroke})`},children:(0,B.jsx)(e,{size:12,strokeWidth:2})}):null,n]})}function n3(){return(0,B.jsx)(`div`,{className:`animate-pulse`,children:Array.from({length:6}).map((e,t)=>(0,B.jsxs)(`div`,{className:`flex items-center gap-3 border-b border-border/40 px-3 py-2.5 last:border-b-0`,children:[(0,B.jsx)(`span`,{className:`h-[15px] w-[15px] shrink-0 rounded-[4px] bg-muted/20`}),(0,B.jsx)(`span`,{className:`h-3 w-8 shrink-0 rounded bg-muted/20`}),(0,B.jsx)(`span`,{className:`h-3 flex-1 rounded bg-muted/15`,style:{maxWidth:`${55+t*7%35}%`}})]},t))})}function r3({children:e}){return(0,B.jsx)(`div`,{className:`flex h-full min-h-[240px] flex-col items-center justify-center gap-1.5`,children:e})}var i3={permissionMode:`The permission mode new Claude Code threads launch with. Auto runs safe actions and asks you to approve the risky ones in the thread. Bypass launches the worker with --dangerously-skip-permissions: it never asks, so nothing waits on you and nothing is checked either. Takes effect on the next thread you dispatch; to change a thread that already exists, use the picker beside its model in the prompt box. Codex threads always run with full workspace access and are unaffected.`,font:`Changes the interface reading font for this browser.`,localFileOpener:`Chooses how vetted local artifact links open. Markdown files open in Frizz's own reader (which carries an Open action that uses this setting), and image clicks always use the OS default viewer.`,compact:`Collapses long diffs by default in this browser. This takes effect immediately.`,stickyUserMessage:`Keeps your most recent message stuck to the top of a thread while the reply scrolls underneath. It stays collapsed to a small card (hover to expand it) so a long message never blocks much of the view. Applies immediately in this browser.`,queueOrder:`Orders the Needs-you queue and the sidebar's rested threads by when each was last active. Oldest first (FIFO, default) surfaces the longest-waiting item first so you cycle through everything; Newest first (LIFO) keeps the most recently active on top. Applies immediately in this browser.`,notifications:`Shows a desktop notification when work needs attention while this window is hidden.`,projectRail:`Shows a permanent column of every project on this machine down the left edge. Off by default: Frizz's home is one board, and a standing list of the others is an easy way to leave the thread you were in. With it off, the home crumb in the status bar is the way back to the projects page.`};function a3(){return typeof Notification>`u`?`unsupported`:Notification.permission}var o3=500,s3=1600,c3=2e3,l3=6;function u3(){let[e,t]=(0,z.useState)(`idle`),n=(0,z.useRef)(null),r=(0,z.useRef)(void 0),i=(0,z.useRef)(Promise.resolve()),a=(0,z.useRef)(0),o=(0,z.useRef)(void 0),s=(0,z.useRef)(0),c=(0,z.useRef)(()=>{}),l=(0,z.useCallback)(()=>{r.current!==void 0&&window.clearTimeout(r.current),r.current=void 0;let e=n.current;e&&(n.current=null,a.current+=1,t(`saving`),i.current=i.current.then(()=>Y.settingsSet(e)).then(e=>{x5.setQueryData([`settingsGet`],e),--a.current,s.current=0,!(a.current>0||n.current)&&(t(`saved`),o.current!==void 0&&window.clearTimeout(o.current),o.current=window.setTimeout(()=>t(`idle`),s3))}).catch(i=>{--a.current,t(`error`),!(n.current||!c_(i)||s.current>=l3)&&(s.current+=1,n.current=e,r.current=window.setTimeout(c.current,c3))}))},[]);c.current=l;let u=(0,z.useCallback)((e,t=!1)=>{if(n.current=e,s.current=0,r.current!==void 0&&window.clearTimeout(r.current),r.current=void 0,!t)return l();r.current=window.setTimeout(l,o3)},[l]);return(0,z.useEffect)(()=>()=>{l(),o.current!==void 0&&window.clearTimeout(o.current)},[l]),{state:e,queue:u,flush:l}}function d3(){let e=nd({queryKey:[`settingsGet`],queryFn:()=>Y.settingsGet()}),[t,n]=(0,z.useState)(null),[r,i]=(0,z.useState)(a3()),{state:a,queue:o,flush:s}=u3(),[c,l]=(0,z.useState)(!1),[u,d]=(0,z.useState)(!1);(0,z.useEffect)(()=>{let e=requestAnimationFrame(()=>l(!0));return()=>cancelAnimationFrame(e)},[]),(0,z.useEffect)(()=>(dg(p),()=>dg(null)),[]),(0,z.useEffect)(()=>{e.data&&!t&&n(e.data)},[e.data,t]);let f=(0,z.useCallback)((e,t)=>{n(e),o(e,t?.debounce)},[o]);function p(){u||(s(),d(!0),l(!1),window.setTimeout(()=>X.showSettings=!1,yv()?0:210))}async function m(e){if(t){if(e&&typeof Notification<`u`&&Notification.permission==="default"){let e=await Notification.requestPermission();i(e)}f({...t,notifications:e})}}return(0,B.jsx)(`div`,{className:`${gv} z-50 flex justify-end ${c?`opacity-100`:`opacity-0`}`,onMouseDown:e=>e.target===e.currentTarget&&p(),children:(0,B.jsxs)(`div`,{className:`${_v} w-[560px] max-w-[94vw] ${c?`translate-x-0`:`translate-x-full`}`,children:[(0,B.jsx)(Uy,{title:`Settings`,actions:(0,B.jsx)(f3,{state:a}),onClose:p}),t?(0,B.jsxs)(`div`,{className:`flex-1 overflow-y-auto p-5 flex flex-col gap-6`,children:[(0,B.jsxs)(m3,{label:`Claude permissions`,help:i3.permissionMode,children:[(0,B.jsx)(yZ,{variant:`bordered`,value:t.permissionMode===`bypassPermissions`?`bypassPermissions`:`auto`,onValueChange:e=>f({...t,permissionMode:e}),options:Nz,indicatorPosition:`right`,ariaLabel:`Claude permission mode`}),t.permissionMode===`bypassPermissions`&&(0,B.jsx)(T3,{})]}),(0,B.jsx)(m3,{label:`Font`,help:i3.font,children:(0,B.jsx)(b3,{value:t.font??`mono`,onChange:e=>f({...t,font:e})})}),(0,B.jsx)(m3,{label:`Project sidebar`,help:i3.projectRail,children:(0,B.jsx)(yZ,{variant:`bordered`,value:t.projectRail?`shown`:`hidden`,onValueChange:e=>f({...t,projectRail:e===`shown`}),options:[{value:`hidden`,label:`Hidden`},{value:`shown`,label:`Always shown`}],indicatorPosition:`right`,ariaLabel:`Project sidebar`})}),(0,B.jsx)(m3,{label:`Local file links`,help:i3.localFileOpener,children:(0,B.jsx)(yZ,{variant:`bordered`,value:t.localFileOpener??`system`,onValueChange:e=>f({...t,localFileOpener:e}),options:[{value:`system`,label:`System default`},{value:`cursor`,label:`Cursor`},{value:`vscode`,label:`VS Code`},{value:`finder`,label:`Reveal in Finder`},{value:`copy`,label:`Copy path`}],indicatorPosition:`right`,ariaLabel:`Local file link opener`})}),(0,B.jsx)(m3,{label:`Compact mode`,help:i3.compact,children:(0,B.jsx)(S3,{})}),(0,B.jsx)(m3,{label:`Sticky message`,help:i3.stickyUserMessage,children:(0,B.jsx)(C3,{})}),(0,B.jsx)(m3,{label:`Queue order`,help:i3.queueOrder,children:(0,B.jsx)(w3,{})}),(0,B.jsxs)(m3,{label:`Desktop notifications`,help:i3.notifications,children:[(0,B.jsx)(x3,{value:t.notifications,onChange:m}),t.notifications&&(0,B.jsx)(E3,{perm:r})]}),(0,B.jsx)(g3,{draft:t,setDraft:f})]}):(0,B.jsx)(`div`,{className:`p-4 text-[13px] text-muted`,children:`Loading…`})]})})}function f3({state:e}){return e===`idle`?null:e===`error`?(0,B.jsx)(`span`,{className:`text-[11px] font-normal text-accent`,children:`Couldn't save`}):(0,B.jsx)(`span`,{className:`text-[11px] font-normal text-muted transition-opacity ${e===`saved`?`opacity-70`:`opacity-100`}`,children:e===`saving`?`Saving…`:`Saved`})}function p3({label:e,help:t}){return(0,B.jsxs)(`span`,{className:`flex items-center gap-1.5 text-[11px] uppercase tracking-wide text-muted`,children:[e,(0,B.jsx)(iV,{label:t,side:`right`,clickable:!0,children:(0,B.jsx)(`button`,{type:`button`,"aria-label":`About ${e}`,className:`inline-flex size-4 items-center justify-center text-muted/60 hover:text-fg transition-colors`,children:(0,B.jsx)(Yv,{size:12})})})]})}function m3({label:e,help:t,children:n}){return(0,B.jsxs)(`div`,{className:`flex flex-col gap-1.5`,children:[(0,B.jsx)(p3,{label:e,help:t}),n]})}var h3=[{token:`repo`,gloss:`repository`},{token:`n`,gloss:`number`},{token:`title`,gloss:`title`},{token:`url`,gloss:`link`},{token:`labels`,gloss:`labels`},{token:`body`,gloss:`description`}];function g3({draft:e,setDraft:t}){let n=nd({queryKey:[`githubPromptDefaults`],queryFn:()=>Y.githubPromptDefaults()});return(0,B.jsxs)(`div`,{className:`flex flex-col gap-6`,children:[(0,B.jsx)(_3,{label:`Prompts`}),n.data?(0,B.jsx)(y3,{label:`Issue and PR triage prompt`,help:`The prompt for every item dispatched from the GitHub picker, issues and PRs alike. The default has the worker read the whole thread, classify it, and branch — reproduce + fix-plan for a bug, a plan for a feature, an adversarial review for a PR.`,value:e.githubPrompt,fallback:n.data.prompt,onChange:(n,r)=>t({...e,githubPrompt:n},r)}):(0,B.jsx)(`div`,{className:`text-[12px] text-muted`,children:`Loading defaults…`})]})}function _3({label:e}){return(0,B.jsxs)(`div`,{className:`flex items-center gap-2.5 text-[11px] uppercase tracking-wide text-muted/70`,children:[(0,B.jsx)(`span`,{"aria-hidden":!0,className:`h-px flex-1 bg-border/60`}),(0,B.jsx)(`span`,{className:`shrink-0`,children:e}),(0,B.jsx)(`span`,{"aria-hidden":!0,className:`h-px flex-1 bg-border/60`})]})}function v3(){let[e,t]=(0,z.useState)(!1);return(0,B.jsxs)(fW,{open:e,onOpenChange:t,children:[(0,B.jsx)(pW,{asChild:!0,children:(0,B.jsx)(`button`,{type:`button`,className:`shrink-0 text-[11px] transition-colors ${e?`text-accent`:`text-muted hover:text-accent`}`,children:`Tokens`})}),(0,B.jsxs)(hW,{side:`top`,align:`end`,className:`w-56 p-3`,children:[(0,B.jsx)(`div`,{className:`mb-2 text-[11px] font-medium text-fg`,children:`Substitution tokens`}),(0,B.jsx)(`ul`,{className:`flex flex-col gap-1.5`,children:h3.map(({token:e,gloss:t})=>(0,B.jsxs)(`li`,{className:`flex items-center justify-between gap-3 text-[11px]`,children:[(0,B.jsx)(`code`,{className:`font-mono-keep rounded border border-border bg-bg px-1 py-0.5 text-[10px] text-fg/80`,children:`{${e}}`}),(0,B.jsx)(`span`,{className:`text-muted/80`,children:t})]},e))})]})]})}function y3({label:e,help:t,value:n,fallback:r,onChange:i}){return(0,B.jsxs)(`div`,{className:`flex flex-col gap-2`,children:[(0,B.jsxs)(`div`,{className:`flex items-center justify-between gap-2`,children:[(0,B.jsx)(p3,{label:e,help:t}),(0,B.jsxs)(`div`,{className:`flex shrink-0 items-center gap-2`,children:[n!=null&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`button`,{type:`button`,className:`text-[11px] text-muted hover:text-accent transition-colors`,onClick:()=>i(void 0),children:`Reset to default`}),(0,B.jsx)(`span`,{"aria-hidden":!0,className:`text-[11px] text-muted/40`,children:`·`})]}),(0,B.jsx)(v3,{})]})]}),(0,B.jsx)(`textarea`,{value:n??r,onChange:e=>i(e.target.value===``?void 0:e.target.value,{debounce:!0}),rows:10,className:`input resize-none text-[12px] leading-relaxed font-mono-keep`,spellCheck:!1})]})}function b3({value:e,onChange:t}){return(0,B.jsx)(`div`,{className:`inline-flex w-fit rounded-md border border-border bg-bg p-0.5`,children:[{v:`mono`,label:`Mono`,cls:``},{v:`sans`,label:`Sans`,cls:``}].map(n=>(0,B.jsx)(`button`,{onClick:()=>t(n.v),className:`rounded px-3 py-1 text-[12px] transition-colors ${n.cls} ${e===n.v?`bg-fg text-bg`:`text-muted hover:text-fg`}`,children:n.label},n.v))})}function x3({value:e,onChange:t}){return(0,B.jsx)(`div`,{className:`inline-flex w-fit rounded-md border border-border bg-bg p-0.5`,children:[{v:!1,label:`Off`},{v:!0,label:`On`}].map(n=>(0,B.jsx)(`button`,{onClick:()=>t(n.v),className:`rounded px-3 py-1 text-[12px] transition-colors ${e===n.v?`bg-fg text-bg`:`text-muted hover:text-fg`}`,children:n.label},n.label))})}function S3(){let{compactDiffs:e}=Xd(ED);return(0,B.jsx)(x3,{value:e,onChange:e=>ED.compactDiffs=e})}function C3(){let{stickyUserMessage:e}=Xd(ED);return(0,B.jsx)(x3,{value:e,onChange:e=>ED.stickyUserMessage=e})}function w3(){let{queueOrder:e}=Xd(ED);return(0,B.jsx)(`div`,{className:`inline-flex w-fit rounded-md border border-border bg-bg p-0.5`,children:[{v:`fifo`,label:`Oldest first`},{v:`lifo`,label:`Newest first`}].map(t=>(0,B.jsx)(`button`,{onClick:()=>ED.queueOrder=t.v,className:`rounded px-3 py-1 text-[12px] transition-colors ${e===t.v?`bg-fg text-bg`:`text-muted hover:text-fg`}`,children:t.label},t.v))})}function T3(){return(0,B.jsx)(`span`,{className:`text-[11px] text-muted/70`,children:`New Claude threads will run every command, edit, and network call without asking you first.`})}function E3({perm:e}){return e===`denied`?(0,B.jsx)(O3,{}):(0,B.jsx)(`span`,{className:`text-[11px] text-muted/70`,children:{granted:`Browser permission granted — notifications fire when the window is hidden.`,default:`Browser permission not yet granted — notifications won't fire until you allow them.`,unsupported:`This browser does not support desktop notifications.`}[e]})}function D3(){let e=typeof navigator<`u`?navigator.userAgent:``;return/Firefox\//.test(e)?`firefox`:/Edg\//.test(e)?`edge`:/OPR\/|Brave\//.test(e)?`other`:/Chrome\//.test(e)?`chrome`:/Safari\//.test(e)?`safari`:`other`}function O3(){let e=(0,z.useMemo)(D3,[]),t=typeof location<`u`?location.origin:``,n=`${e===`edge`?`edge`:`chrome`}://settings/content/siteDetails?site=${encodeURIComponent(t)}`;return(0,B.jsxs)(`div`,{className:`flex flex-col gap-1 text-[11px] text-muted/70`,children:[(0,B.jsx)(`span`,{children:`Notifications are blocked for this site. Re-enable them in your browser, then reload.`}),e===`chrome`||e===`edge`?(0,B.jsx)(A3,{url:n,hint:`Paste this into a new tab, set Notifications → Allow:`}):e===`safari`?(0,B.jsxs)(`span`,{children:[`Safari → Settings → Websites → Notifications → allow `,k3(t),`, then reload.`]}):e===`firefox`?(0,B.jsx)(`span`,{children:`Firefox → Settings → Privacy & Security → Permissions → Notifications → Settings → allow this site.`}):(0,B.jsx)(`span`,{children:`Open this site's notification permission in your browser's settings and set it to Allow.`})]})}function k3(e){try{return new URL(e).host}catch{return e}}function A3({url:e,hint:t}){let[n,r]=(0,z.useState)(!1);async function i(){try{await navigator.clipboard.writeText(e),r(!0),window.setTimeout(()=>r(!1),1500)}catch{}}return(0,B.jsxs)(`span`,{className:`flex w-full flex-col gap-1`,children:[(0,B.jsx)(`span`,{children:t}),(0,B.jsxs)(`span`,{className:`flex min-w-0 items-center gap-1.5`,children:[(0,B.jsx)(`code`,{className:`min-w-0 flex-1 font-mono-keep select-all rounded border border-border bg-bg px-1.5 py-0.5 text-[10.5px] text-fg/90 break-all`,children:e}),(0,B.jsx)(`button`,{type:`button`,onClick:i,"aria-label":`Copy address`,className:`shrink-0 rounded border border-border p-1 text-muted hover:bg-panel-2 hover:text-fg transition-colors`,children:n?(0,B.jsx)(Bv,{size:11,className:`text-live`}):(0,B.jsx)($v,{size:11})})]})]})}var j3=1,M3=.9,N3=.8,P3=.17,F3=.1,I3=.999,L3=.9999,R3=.99,z3=/[\\\/_+.#"@\[\(\{&]/,B3=/[\\\/_+.#"@\[\(\{&]/g,V3=/[\s-]/,H3=/[\s-]/g;function U3(e,t,n,r,i,a,o){if(a===t.length)return i===e.length?j3:R3;var s=`${i},${a}`;if(o[s]!==void 0)return o[s];for(var c=r.charAt(a),l=n.indexOf(c,i),u=0,d,f,p,m;l>=0;)d=U3(e,t,n,r,l+1,a+1,o),d>u&&(l===i?d*=j3:z3.test(e.charAt(l-1))?(d*=N3,p=e.slice(i,l-1).match(B3),p&&i>0&&(d*=I3**+p.length)):V3.test(e.charAt(l-1))?(d*=M3,m=e.slice(i,l-1).match(H3),m&&i>0&&(d*=I3**+m.length)):(d*=P3,i>0&&(d*=I3**+(l-i))),e.charAt(l)!==t.charAt(a)&&(d*=L3)),(d<F3&&n.charAt(l-1)===r.charAt(a+1)||r.charAt(a+1)===r.charAt(a)&&n.charAt(l-1)!==r.charAt(a))&&(f=U3(e,t,n,r,l+1,a+2,o),f*F3>d&&(d=f*F3)),d>u&&(u=d),l=n.indexOf(c,l+1);return o[s]=u,u}function W3(e){return e.toLowerCase().replace(H3,` `)}function G3(e,t,n){return e=n&&n.length>0?`${e+` `+n.join(` `)}`:e,U3(e,t,W3(e),W3(t),0,0,{})}var K3=`[cmdk-group=""]`,q3=`[cmdk-group-items=""]`,J3=`[cmdk-group-heading=""]`,Y3=`[cmdk-item=""]`,X3=`${Y3}:not([aria-disabled="true"])`,Z3=`cmdk-item-select`,Q3=`data-value`,$3=(e,t,n)=>G3(e,t,n),e6=z.createContext(void 0),t6=()=>z.useContext(e6),n6=z.createContext(void 0),r6=()=>z.useContext(n6),i6=z.createContext(void 0),a6=z.forwardRef((e,t)=>{let n=y6(()=>({search:``,value:e.value??e.defaultValue??``,selectedItemId:void 0,filtered:{count:0,items:new Map,groups:new Set}})),r=y6(()=>new Set),i=y6(()=>new Map),a=y6(()=>new Map),o=y6(()=>new Set),s=_6(e),{label:c,children:l,value:u,onValueChange:d,filter:f,shouldFilter:p,loop:m,disablePointerSelection:h=!1,vimBindings:g=!0,..._}=e,v=vA(),y=vA(),b=vA(),x=z.useRef(null),S=S6();v6(()=>{if(u!==void 0){let e=u.trim();n.current.value=e,C.emit()}},[u]),v6(()=>{S(6,k)},[]);let C=z.useMemo(()=>({subscribe:e=>(o.current.add(e),()=>o.current.delete(e)),snapshot:()=>n.current,setState:(e,t,r)=>{var i,a,o;if(!Object.is(n.current[e],t)){if(n.current[e]=t,e===`search`)O(),E(),S(1,D);else if(e===`value`){if(document.activeElement.hasAttribute(`cmdk-input`)||document.activeElement.hasAttribute(`cmdk-root`)){let e=document.getElementById(b);e?e.focus():(i=document.getElementById(v))==null||i.focus()}if(S(7,()=>{n.current.selectedItemId=A()?.id,C.emit()}),r||S(5,k),s.current?.value!==void 0){let e=t??``;(o=(a=s.current).onValueChange)==null||o.call(a,e);return}}C.emit()}},emit:()=>{o.current.forEach(e=>e())}}),[]),w=z.useMemo(()=>({value:(e,t,r)=>{t!==a.current.get(e)?.value&&(a.current.set(e,{value:t,keywords:r}),n.current.filtered.items.set(e,T(t,r)),S(2,()=>{E(),C.emit()}))},item:(e,t)=>(r.current.add(e),t&&(i.current.has(t)?i.current.get(t).add(e):i.current.set(t,new Set([e]))),S(3,()=>{O(),E(),n.current.value||D(),C.emit()}),()=>{a.current.delete(e),r.current.delete(e),n.current.filtered.items.delete(e);let t=A();S(4,()=>{O(),t?.getAttribute(`id`)===e&&D(),C.emit()})}),group:e=>(i.current.has(e)||i.current.set(e,new Set),()=>{a.current.delete(e),i.current.delete(e)}),filter:()=>s.current.shouldFilter,label:c||e[`aria-label`],getDisablePointerSelection:()=>s.current.disablePointerSelection,listId:v,inputId:b,labelId:y,listInnerRef:x}),[]);function T(e,t){let r=s.current?.filter??$3;return e?r(e,n.current.search,t):0}function E(){if(!n.current.search||s.current.shouldFilter===!1)return;let e=n.current.filtered.items,t=[];n.current.filtered.groups.forEach(n=>{let r=i.current.get(n),a=0;r.forEach(t=>{let n=e.get(t);a=Math.max(n,a)}),t.push([n,a])});let r=x.current;ee().sort((t,n)=>{let r=t.getAttribute(`id`),i=n.getAttribute(`id`);return(e.get(i)??0)-(e.get(r)??0)}).forEach(e=>{let t=e.closest(q3);t?t.appendChild(e.parentElement===t?e:e.closest(`${q3} > *`)):r.appendChild(e.parentElement===r?e:e.closest(`${q3} > *`))}),t.sort((e,t)=>t[1]-e[1]).forEach(e=>{let t=x.current?.querySelector(`${K3}[${Q3}="${encodeURIComponent(e[0])}"]`);t?.parentElement.appendChild(t)})}function D(){let e=ee().find(e=>e.getAttribute(`aria-disabled`)!==`true`)?.getAttribute(Q3);C.setState(`value`,e||void 0)}function O(){if(!n.current.search||s.current.shouldFilter===!1){n.current.filtered.count=r.current.size;return}n.current.filtered.groups=new Set;let e=0;for(let t of r.current){let r=T(a.current.get(t)?.value??``,a.current.get(t)?.keywords??[]);n.current.filtered.items.set(t,r),r>0&&e++}for(let[e,t]of i.current)for(let r of t)if(n.current.filtered.items.get(r)>0){n.current.filtered.groups.add(e);break}n.current.filtered.count=e}function k(){var e;let t=A();t&&(t.parentElement?.firstChild===t&&((e=t.closest(K3)?.querySelector(J3))==null||e.scrollIntoView({block:`nearest`})),t.scrollIntoView({block:`nearest`}))}function A(){return x.current?.querySelector(`${Y3}[aria-selected="true"]`)}function ee(){return Array.from(x.current?.querySelectorAll(X3)||[])}function j(e){let t=ee()[e];t&&C.setState(`value`,t.getAttribute(Q3))}function M(e){var t;let n=A(),r=ee(),i=r.findIndex(e=>e===n),a=r[i+e];(t=s.current)!=null&&t.loop&&(a=i+e<0?r[r.length-1]:i+e===r.length?r[0]:r[i+e]),a&&C.setState(`value`,a.getAttribute(Q3))}function N(e){let t=A()?.closest(K3),n;for(;t&&!n;)t=e>0?h6(t,K3):g6(t,K3),n=t?.querySelector(X3);n?C.setState(`value`,n.getAttribute(Q3)):M(e)}let te=()=>j(ee().length-1),P=e=>{e.preventDefault(),e.metaKey?te():e.altKey?N(1):M(1)},ne=e=>{e.preventDefault(),e.metaKey?j(0):e.altKey?N(-1):M(-1)};return z.createElement(Ak.div,{ref:t,tabIndex:-1,..._,"cmdk-root":``,onKeyDown:e=>{var t;(t=_.onKeyDown)==null||t.call(_,e);let n=e.nativeEvent.isComposing||e.keyCode===229;if(!(e.defaultPrevented||n))switch(e.key){case`n`:case`j`:g&&e.ctrlKey&&P(e);break;case`ArrowDown`:P(e);break;case`p`:case`k`:g&&e.ctrlKey&&ne(e);break;case`ArrowUp`:ne(e);break;case`Home`:e.preventDefault(),j(0);break;case`End`:e.preventDefault(),te();break;case`Enter`:{e.preventDefault();let t=A();if(t){let e=new Event(Z3);t.dispatchEvent(e)}}}}},z.createElement(`label`,{"cmdk-label":``,htmlFor:w.inputId,id:w.labelId,style:T6},c),w6(e,e=>z.createElement(n6.Provider,{value:C},z.createElement(e6.Provider,{value:w},e))))}),o6=z.forwardRef((e,t)=>{let n=vA(),r=z.useRef(null),i=z.useContext(i6),a=t6(),o=_6(e),s=o.current?.forceMount??i?.forceMount;v6(()=>{if(!s)return a.item(n,i?.id)},[s]);let c=x6(n,r,[e.value,e.children,r],e.keywords),l=r6(),u=b6(e=>e.value&&e.value===c.current),d=b6(e=>s||a.filter()===!1?!0:e.search?e.filtered.items.get(n)>0:!0);z.useEffect(()=>{let t=r.current;if(!(!t||e.disabled))return t.addEventListener(Z3,f),()=>t.removeEventListener(Z3,f)},[d,e.onSelect,e.disabled]);function f(){var e,t;p(),(t=(e=o.current).onSelect)==null||t.call(e,c.current)}function p(){l.setState(`value`,c.current,!0)}if(!d)return null;let{disabled:m,value:h,onSelect:g,forceMount:_,keywords:v,...y}=e;return z.createElement(Ak.div,{ref:ak(r,t),...y,id:n,"cmdk-item":``,role:`option`,"aria-disabled":!!m,"aria-selected":!!u,"data-disabled":!!m,"data-selected":!!u,onPointerMove:m||a.getDisablePointerSelection()?void 0:p,onClick:m?void 0:f},e.children)}),s6=z.forwardRef((e,t)=>{let{heading:n,children:r,forceMount:i,...a}=e,o=vA(),s=z.useRef(null),c=z.useRef(null),l=vA(),u=t6(),d=b6(e=>i||u.filter()===!1?!0:e.search?e.filtered.groups.has(o):!0);v6(()=>u.group(o),[]),x6(o,s,[e.value,e.heading,c]);let f=z.useMemo(()=>({id:o,forceMount:i}),[i]);return z.createElement(Ak.div,{ref:ak(s,t),...a,"cmdk-group":``,role:`presentation`,hidden:d?void 0:!0},n&&z.createElement(`div`,{ref:c,"cmdk-group-heading":``,"aria-hidden":!0,id:l},n),w6(e,e=>z.createElement(`div`,{"cmdk-group-items":``,role:`group`,"aria-labelledby":n?l:void 0},z.createElement(i6.Provider,{value:f},e))))}),c6=z.forwardRef((e,t)=>{let{alwaysRender:n,...r}=e,i=z.useRef(null),a=b6(e=>!e.search);return!n&&!a?null:z.createElement(Ak.div,{ref:ak(i,t),...r,"cmdk-separator":``,role:`separator`})}),l6=z.forwardRef((e,t)=>{let{onValueChange:n,...r}=e,i=e.value!=null,a=r6(),o=b6(e=>e.search),s=b6(e=>e.selectedItemId),c=t6();return z.useEffect(()=>{e.value!=null&&a.setState(`search`,e.value)},[e.value]),z.createElement(Ak.input,{ref:t,...r,"cmdk-input":``,autoComplete:`off`,autoCorrect:`off`,spellCheck:!1,"aria-autocomplete":`list`,role:`combobox`,"aria-expanded":!0,"aria-controls":c.listId,"aria-labelledby":c.labelId,"aria-activedescendant":s,id:c.inputId,type:`text`,value:i?e.value:o,onChange:e=>{i||a.setState(`search`,e.target.value),n?.(e.target.value)}})}),u6=z.forwardRef((e,t)=>{let{children:n,label:r=`Suggestions`,...i}=e,a=z.useRef(null),o=z.useRef(null),s=b6(e=>e.selectedItemId),c=t6();return z.useEffect(()=>{if(o.current&&a.current){let e=o.current,t=a.current,n,r=new ResizeObserver(()=>{n=requestAnimationFrame(()=>{let n=e.offsetHeight;t.style.setProperty(`--cmdk-list-height`,n.toFixed(1)+`px`)})});return r.observe(e),()=>{cancelAnimationFrame(n),r.unobserve(e)}}},[]),z.createElement(Ak.div,{ref:ak(a,t),...i,"cmdk-list":``,role:`listbox`,tabIndex:-1,"aria-activedescendant":s,"aria-label":r,id:c.listId},w6(e,e=>z.createElement(`div`,{ref:ak(o,c.listInnerRef),"cmdk-list-sizer":``},e)))}),d6=z.forwardRef((e,t)=>{let{open:n,onOpenChange:r,overlayClassName:i,contentClassName:a,container:o,...s}=e;return z.createElement(BL,{open:n,onOpenChange:r},z.createElement(KL,{container:o},z.createElement(JL,{"cmdk-overlay":``,className:i}),z.createElement(QL,{"aria-label":e.label,"cmdk-dialog":``,className:a},z.createElement(a6,{ref:t,...s}))))}),f6=z.forwardRef((e,t)=>b6(e=>e.filtered.count===0)?z.createElement(Ak.div,{ref:t,...e,"cmdk-empty":``,role:`presentation`}):null),p6=z.forwardRef((e,t)=>{let{progress:n,children:r,label:i=`Loading...`,...a}=e;return z.createElement(Ak.div,{ref:t,...a,"cmdk-loading":``,role:`progressbar`,"aria-valuenow":n,"aria-valuemin":0,"aria-valuemax":100,"aria-label":i},w6(e,e=>z.createElement(`div`,{"aria-hidden":!0},e)))}),m6=Object.assign(a6,{List:u6,Item:o6,Input:l6,Group:s6,Separator:c6,Dialog:d6,Empty:f6,Loading:p6});function h6(e,t){let n=e.nextElementSibling;for(;n;){if(n.matches(t))return n;n=n.nextElementSibling}}function g6(e,t){let n=e.previousElementSibling;for(;n;){if(n.matches(t))return n;n=n.previousElementSibling}}function _6(e){let t=z.useRef(e);return v6(()=>{t.current=e}),t}var v6=typeof window>`u`?z.useEffect:z.useLayoutEffect;function y6(e){let t=z.useRef();return t.current===void 0&&(t.current=e()),t}function b6(e){let t=r6(),n=()=>e(t.snapshot());return z.useSyncExternalStore(t.subscribe,n,n)}function x6(e,t,n,r=[]){let i=z.useRef(),a=t6();return v6(()=>{var o;let s=(()=>{for(let e of n){if(typeof e==`string`)return e.trim();if(typeof e==`object`&&`current`in e)return e.current?e.current.textContent?.trim():i.current}})(),c=r.map(e=>e.trim());a.value(e,s,c),(o=t.current)==null||o.setAttribute(Q3,s),i.current=s}),i}var S6=()=>{let[e,t]=z.useState(),n=y6(()=>new Map);return v6(()=>{n.current.forEach(e=>e()),n.current=new Map},[e]),(e,r)=>{n.current.set(e,r),t({})}};function C6(e){let t=e.type;return typeof t==`function`?t(e.props):`render`in t?t.render(e.props):e}function w6({asChild:e,children:t},n){return e&&z.isValidElement(t)?z.cloneElement(C6(t),{ref:t.ref},n(t.props.children)):n(t)}var T6={position:`absolute`,width:`1px`,height:`1px`,padding:`0`,margin:`-1px`,overflow:`hidden`,clip:`rect(0, 0, 0, 0)`,whiteSpace:`nowrap`,borderWidth:`0`};function E6(){let e=Xd(X),t=NE(),[n,r]=(0,z.useState)(``);if((0,z.useEffect)(()=>{e.showPalette&&r(``)},[e.showPalette]),!e.showPalette)return null;let i=HD(FE(t?.threads??[])),a=e.drawers.length?[...e.drawers].reverse().find(e=>e.kind===`thread`)?.slug:void 0,o=t?.threads.find(e=>e.id===a);function s(){X.showPalette=!1}function c(e){e(),s()}function l(e){$_(e)}return(0,B.jsx)(`div`,{className:`fixed inset-0 z-[60] flex items-start justify-center bg-black/50 pt-[12vh]`,onMouseDown:e=>e.target===e.currentTarget&&s(),children:(0,B.jsxs)(m6,{label:`Command palette`,className:`w-[560px] max-w-[92vw] rounded-lg border border-border bg-panel shadow-2xl overflow-hidden`,filter:(e,t,n)=>+!!e.toLowerCase().includes(t.toLowerCase()),children:[(0,B.jsx)(m6.Input,{autoFocus:!0,value:n,onValueChange:r,placeholder:`Jump to a thread or run a command…`,className:`w-full px-4 h-12 bg-transparent outline-none border-b border-border text-sm placeholder:text-muted`}),(0,B.jsxs)(m6.List,{className:`max-h-[52vh] overflow-y-auto py-1.5`,children:[(0,B.jsx)(m6.Empty,{className:`px-4 py-6 text-center text-sm text-muted`,children:`No matches.`}),(0,B.jsxs)(m6.Group,{heading:`Actions`,className:`cmdk-group`,children:[(0,B.jsx)(D6,{value:`new thread create home`,onSelect:()=>c(()=>V_()),children:`New thread`}),(0,B.jsx)(D6,{value:`queue todos inbox pending`,onSelect:()=>c(()=>{lv(X.drawers.map(e=>e.id)),X.view=`todos`}),children:`Queue`}),(0,B.jsx)(D6,{value:`open settings preferences`,onSelect:()=>c(()=>X.showSettings=!0),children:`Open settings`}),o&&(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(D6,{value:`open details drawer doc ${AD(o)}`,onSelect:()=>c(()=>{let e=uv();e&&X_(`doc`,e)}),children:`Open thread details`}),(0,B.jsxs)(D6,{value:`mark complete done ${AD(o)}`,onSelect:()=>c(()=>Y.markComplete({slug:o.id}).catch(()=>{})),children:[`Mark “`,AD(o),`” complete`]}),(0,B.jsxs)(D6,{value:`mark read ${AD(o)}`,onSelect:()=>c(()=>Y.markRead({slug:o.id}).catch(()=>{})),children:[`Mark “`,AD(o),`” read`]})]})]}),i.length>0&&(0,B.jsx)(m6.Group,{heading:`Threads`,className:`cmdk-group`,children:i.map(e=>(0,B.jsxs)(D6,{value:`${AD(e)} ${e.id}`,onSelect:()=>c(()=>l(e.id)),children:[(0,B.jsx)(`span`,{className:`truncate`,children:AD(e)}),(0,B.jsx)(`span`,{className:`ml-auto shrink-0 text-[11px] text-muted/70`,children:e.id})]},e.id))})]})]})})}function D6({value:e,onSelect:t,children:n}){return(0,B.jsx)(m6.Item,{value:e,onSelect:t,className:`mx-1.5 px-2.5 py-1.5 rounded flex items-center gap-2 text-sm cursor-pointer data-[selected=true]:bg-panel-2 data-[selected=true]:text-fg text-muted`,children:n})}var O6={planning:`Being designed`,planned:`Roadmap`,active:`Active`,"needs-human":`Awaiting you`,blocked:`Blocked`,done:`Done`,dismissed:`Dismissed`,archived:`Done`};function k6({status:e}){let t=HD(FE(NE()?.threads??[])).filter(t=>e===`archived`?t.archived:t.status===e);return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`header`,{className:`shrink-0 flex items-center gap-2 px-4 h-10 border-b border-border`,children:[(0,B.jsx)(`span`,{className:`font-medium`,children:O6[e]??e}),(0,B.jsx)(`span`,{className:`text-[11px] text-muted tabular-nums`,children:t.length})]}),(0,B.jsxs)(`div`,{className:`flex-1 min-h-0 overflow-y-auto py-1.5`,children:[t.length===0&&(0,B.jsx)(`p`,{className:`px-4 py-6 text-sm text-muted`,children:`No threads.`}),t.map(e=>(0,B.jsxs)(`button`,{className:`w-full text-left px-4 py-2 hover:bg-panel-2/60`,onClick:()=>X_(`thread`,e.id),children:[(0,B.jsx)(`div`,{className:`leading-snug`,children:AD(e)}),e.statusText&&(0,B.jsx)(`div`,{className:`text-[11px] text-muted mt-0.5`,children:e.statusText})]},e.id))]})]})}var A6=`Updating and restarting Frizz`,j6=`This may take a moment while the new build is being prepared. All of your threads will continue running normally.`;function M6(e){if(e.key===`Tab`||e.key===`Enter`)return!0;if(e.metaKey||e.ctrlKey){let t=e.key.toLowerCase();if(t===`k`||t===`i`)return!0}return!1}function N6({open:e,message:t}){let n=(0,z.useRef)(null);if((0,z.useEffect)(()=>{if(!e)return;let t=document.activeElement;t instanceof HTMLElement&&t.blur(),n.current?.focus({preventScroll:!0});let r=e=>{M6(e)&&(e.preventDefault(),e.stopImmediatePropagation())};return window.addEventListener(`keydown`,r,{capture:!0}),()=>window.removeEventListener(`keydown`,r,{capture:!0})},[e]),!e)return null;let r=t?.trim()?t.trim():null;return(0,B.jsx)(`div`,{role:`alertdialog`,"aria-modal":`true`,"aria-label":A6,className:`fixed inset-0 z-[300] flex items-center justify-center bg-black/55 px-4 backdrop-blur-md backdrop-saturate-150`,children:(0,B.jsxs)(`div`,{ref:n,tabIndex:-1,className:`w-[min(26rem,calc(100vw-2rem))] rounded-2xl border border-border-strong bg-elevated p-6 text-center shadow-2xl shadow-black/60 outline-none`,children:[(0,B.jsx)(`span`,{className:`mx-auto flex h-11 w-11 items-center justify-center rounded-full bg-fg/10 text-fg`,children:(0,B.jsx)(Dy,{size:20,strokeWidth:2.25,className:`animate-spin`,"aria-hidden":`true`})}),(0,B.jsx)(`h2`,{className:`mt-4 text-[15px] font-semibold tracking-[-0.01em] text-fg`,children:A6}),(0,B.jsx)(`p`,{className:`mt-2 text-[12.5px] leading-relaxed text-muted`,children:j6}),r&&(0,B.jsx)(`p`,{"aria-live":`polite`,className:`mt-2 text-[11.5px] leading-relaxed text-muted/80`,children:r})]})})}var P6=`frizz:reload-after-update-restart`,F6=!1;function I6(){F6||(F6=!0,Z("Sign in to the GitHub CLI (`gh auth login`) to dispatch from issues/PRs.",{duration:6e3}))}function L6(){let e=Xd(X),t=(0,z.useRef)({projectDir:null,hasBeenVisible:!1});(0,z.useEffect)(()=>{Y.board().then(pv).catch(()=>{})},[]);let n=bC();(0,z.useEffect)(()=>eD((e,t)=>n(e,t)),[n]),(0,z.useEffect)(()=>{let e=!0,t,n=null,r=!1,i=async()=>{if(r)return;r=!0;let a=await jW();if(!e){r=!1;return}if(a){X.controlPlaneRestartPending?a.state!==`ready`&&(X.controlPlaneRestartPending=!1,X.controlPlaneState=a.state,X.controlPlaneMessage=a.message??null):(X.controlPlaneState=a.state,X.controlPlaneMessage=a.message??null);let e=sessionStorage.getItem(P6);if(a.state===`ready`&&e&&!X.controlPlaneRestartPending){sessionStorage.removeItem(P6),window.location.replace(e),r=!1;return}a.state===`failed`&&e&&(sessionStorage.removeItem(P6),n!==a.message&&(n=a.message??`Update & Restart failed`,Z(`Update & Restart failed — Frizz kept running the previous version`,{duration:7e3})))}r=!1,t=setTimeout(i,X.controlPlaneState===`restarting`?500:8e3)},a=()=>{t&&clearTimeout(t),i()};return window.addEventListener(DW,a),i(),()=>{e=!1,window.removeEventListener(DW,a),t&&clearTimeout(t)}},[]);let r=e.drawers.length>0||e.showSettings||e.showNewThread||e.showGithubPicker||e.showPalette;(0,z.useEffect)(()=>{if(!r)return;let e=window.scrollY,t=document.body;return Cg(),t.style.position=`fixed`,t.style.top=`-${e}px`,t.style.left=`0`,t.style.right=`0`,t.style.width=`100%`,()=>{t.style.position=``,t.style.top=``,t.style.left=``,t.style.right=``,t.style.width=``,window.scrollTo(0,Cg()??e)}},[r]);let i=nd({queryKey:[`settingsGet`],queryFn:()=>Y.settingsGet()});(0,z.useEffect)(()=>{X.notificationsEnabled=i.data?.notifications??!1},[i.data?.notifications]);let a=QR();(0,z.useEffect)(()=>{a.data?.inRepo&&!a.data.authed&&I6()},[a.data?.inRepo,a.data?.authed]),(0,z.useEffect)(()=>{function e(e){if(e.target instanceof Element&&e.target.closest(`.xterm`)||!(e.metaKey||e.ctrlKey))return;let t=e.key.toLowerCase();if(t===`k`)e.preventDefault(),X.showPalette=!X.showPalette;else if(t===`i`){let t=ov(),n=uv();t?.kind===`doc`?(e.preventDefault(),gg(t.id)||X.drawers.pop()):n&&(e.preventDefault(),X_(`doc`,n))}}return window.addEventListener(`keydown`,e),()=>window.removeEventListener(`keydown`,e)},[]);let o=NE();(0,z.useEffect)(()=>{ev()},[o,e.routeThreadSlug]),t.current=tD(t.current,o);let s=o!==null&&t.current.hasBeenVisible,c=wH(o),l=o?.projectLabel??o?.projectName;return(0,z.useEffect)(()=>{let e=window.matchMedia?.(`(display-mode: standalone)`).matches;document.title=e?l??`Frizz`:l?`${l} — Frizz`:`Frizz`},[l]),(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(N6,{open:e.controlPlaneState===`restarting`,message:e.controlPlaneMessage}),(0,B.jsxs)(`div`,{inert:e.controlPlaneState===`restarting`,className:`relative min-h-screen bg-bg text-fg text-sm`,children:[(0,B.jsx)(JW,{identity:c,connection:e.connection,boardFallback:e.socketBoardFallback}),(0,B.jsxs)(`div`,{className:`flex min-h-screen justify-center gap-[clamp(28px,3.4vw,52px)] px-5 max-[800px]:flex-col max-[800px]:justify-start max-[800px]:gap-0 max-[800px]:px-3`,children:[s&&(0,B.jsx)(Gy,{label:`the sidebar`,children:(0,B.jsx)($V,{})}),(0,B.jsx)(`main`,{id:`workpane`,className:`w-[720px] max-w-[62vw] min-w-0 flex flex-col py-5 max-[800px]:w-full max-[800px]:max-w-none ${e.view===`todos`||!o?`min-h-screen`:``} ${e.view===`todos`?``:`rounded-lg border border-border bg-panel`}`,children:o?(0,B.jsxs)(Gy,{label:`the queue`,resetKeys:[e.view],children:[e.view.startsWith(`status:`)&&(0,B.jsx)(k6,{status:e.view.slice(7)}),e.view===`todos`&&(0,B.jsx)(M4,{})]}):(0,B.jsx)(`div`,{className:`flex-1 flex items-center justify-center`,children:(0,B.jsx)(`span`,{className:`block h-5 w-5 rounded-full border-2 border-muted/50 border-t-transparent animate-spin`})})})]}),(0,B.jsx)(p4,{}),e.showSettings&&(0,B.jsx)(d3,{}),e.showNewThread&&(0,B.jsx)(dB,{onClose:()=>{X.showNewThread=!1,X.newThreadPlanPath=null}}),e.showGithubPicker&&(0,B.jsx)(W4,{onClose:U_}),(0,B.jsx)(E6,{})]})]})}function R6(e,t,n){let r=[...e];if(t<0||t>=r.length||n<0||n>=r.length||t===n)return r;let[i]=r.splice(t,1);return r.splice(n,0,i),r}function z6(e,t,n,r=48){let i=Math.round(t/r);return Math.max(0,Math.min(n-1,e+i))}function B6(e,t,n,r=48){return e===t?0:n>t&&e>t&&e<=n?-r:n<t&&e>=n&&e<t?r:0}function V6(e,t,n=44,r=14){let i=t.top+n-e;if(i>0)return-Math.min(r,i/n*r);let a=e-(t.bottom-n);return a>0?Math.min(r,a/n*r):0}var H6=`w-[57px]`,U6=`max-[800px]:pl-0 pl-[57px]`;function W6(e){let t=0;for(let n=0;n<e.length;n++)t=(t*31+e.charCodeAt(n))%360;return t}function G6(e){let t=e.split(/[\s\-_./]+/u).filter(Boolean);return t.length===0?`?`:t.length===1?t[0].slice(0,2).toUpperCase():(t[0][0]+t[1][0]).toUpperCase()}function K6(e){let t=e.iconVersion?`&v=${encodeURIComponent(e.iconVersion)}`:``;return`/_frizz/project-icon?id=${encodeURIComponent(e.id)}${t}`}function q6({project:e,size:t}){let[n,r]=(0,z.useState)(!1),[i,a]=(0,z.useState)(!1),o=W6(e.id),s=e.iconStatus!==`none`,[c,l]=(0,z.useState)(!1),u=!s||c;return(0,B.jsxs)(`span`,{className:`relative block overflow-hidden rounded-[30%] bg-elevated`,style:{width:t,height:t,background:s&&!c?void 0:`hsl(${o} 32% 24%)`},children:[u&&(0,B.jsx)(`span`,{"aria-hidden":!0,className:`absolute inset-0 flex items-center justify-center font-semibold leading-none`,style:{fontSize:t*.4,color:`hsl(${o} 55% 78%)`},children:(0,B.jsx)(`span`,{style:{textBox:`trim-both cap alphabetic`},children:G6(e.name)})}),s&&!c&&(0,B.jsx)(`img`,{src:K6(e),alt:``,width:t,height:t,loading:`eager`,decoding:`async`,onLoad:e=>{let t=e.currentTarget;t.naturalWidth>0&&t.naturalHeight>0&&a(Math.abs(t.naturalWidth/t.naturalHeight-1)<=.05),r(!0)},onError:()=>l(!0),className:`relative h-full w-full transition-opacity ${i?`object-cover`:`object-contain p-[6%]`} ${n?`opacity-100`:`opacity-0`}`})]})}var J6=40;function Y6({project:e,current:t,index:n,drag:r,onPointerDown:i,onKeyDown:a}){let o=r?.fromIndex===n,s=r?o?r.deltaY:B6(n,r.fromIndex,r.toIndex):0;return(0,B.jsx)(iV,{side:`right`,disabled:r!==null,label:e.stale?`${e.name} — directory is missing`:e.name,children:(0,B.jsxs)(Jw,{to:Ag(e.slug),"aria-current":t?`page`:void 0,"aria-grabbed":o||void 0,onPointerDown:e=>i(e,n),onKeyDown:e=>a(e,n),onClick:e=>{(r||$6())&&e.preventDefault()},onDragStart:e=>e.preventDefault(),className:`group relative flex h-10 w-full items-center justify-center outline-none ${o?`z-10 cursor-grabbing`:``}`,style:{transform:s?`translateY(${s}px)`:void 0,transition:o?`none`:`transform 160ms ease`},children:[(0,B.jsx)(`span`,{"aria-hidden":!0,className:`absolute left-0 w-[3px] rounded-r-full bg-fg transition-all duration-150 ${t?`h-7 opacity-100`:`h-2.5 opacity-0 group-hover:opacity-60`}`}),(0,B.jsx)(`span`,{className:`rounded-[30%] transition-[transform,opacity,box-shadow] duration-150 group-focus-visible:ring-1 group-focus-visible:ring-fg/60 ${o?`scale-[1.12] opacity-100 shadow-lg shadow-black/50`:`group-hover:scale-[1.06] ${t?``:`opacity-75 group-hover:opacity-100`}`} ${e.stale?`grayscale`:``}`,children:(0,B.jsx)(q6,{project:e,size:J6})})]})})}function X6({project:e,children:t}){let n=(0,z.useRef)(null),r=Vu(),[i,a]=(0,z.useState)(null),o=()=>r.invalidateQueries({queryKey:[`projectsList`]}),s=rd({mutationFn:async t=>{let n=new Uint8Array(await t.arrayBuffer()),r=``;for(let e=0;e<n.length;e+=8192)r+=String.fromCharCode(...n.subarray(e,e+8192));return Y.projectIconSet({id:e.id,name:t.name,data:btoa(r)})},onSuccess:()=>{a(null),o()},onError:e=>a(e instanceof Error?e.message:String(e))}),c=rd({mutationFn:()=>Y.projectIconClear({id:e.id}),onSuccess:()=>{a(null),o()}}),l=rd({mutationFn:()=>Y.projectIconPick({id:e.id}),onSuccess:e=>{if(e.kind!==`cancelled`){if(e.kind===`unavailable`){n.current?.click();return}a(null),o()}},onError:()=>n.current?.click()}),u=`cursor-default rounded px-2 py-1.5 text-[12.5px] text-fg outline-none data-[highlighted]:bg-panel-2`;return(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(`input`,{ref:n,type:`file`,accept:cg.map(e=>`.${e}`).join(`,`),className:`hidden`,onChange:e=>{let t=e.target.files?.[0];e.target.value=``,t&&s.mutate(t)}}),(0,B.jsxs)(pL,{children:[(0,B.jsx)(mL,{asChild:!0,children:t}),(0,B.jsx)(hL,{children:(0,B.jsxs)(gL,{align:`start`,sideOffset:6,className:`z-[220] min-w-[190px] rounded-lg border border-border bg-panel p-1 shadow-xl shadow-black/40`,children:[(0,B.jsx)(yL,{className:u,onSelect:()=>l.mutate(),children:s.isPending?`Uploading…`:`Choose an icon…`}),(0,B.jsx)(yL,{className:u,onSelect:()=>c.mutate(),children:e.iconIsCustom?`Use the detected icon`:`Look for an icon again`})]})})]}),i?(0,B.jsx)(`p`,{className:`mt-1 text-[11px] text-red-400`,children:i}):null]})}var Z6=4,Q6=0;function $6(){return Date.now()-Q6<250}function e8(){let e=Vu(),{data:t}=nd({queryKey:[`projectsList`],queryFn:()=>Y.projectsList()}),n=kg(),[r,i]=(0,z.useState)(!1),a=bC(),[o,s]=(0,z.useState)(null),[c,l]=(0,z.useState)(null),u=(0,z.useRef)(null),d=rd({mutationFn:()=>Y.projectPick({}),onSuccess:e=>{e.kind===`picked`?a(Ag(e.project.slug)):e.kind===`unavailable`&&a(`/`)},onSettled:()=>i(!1)}),f=rd({mutationFn:e=>Y.projectsReorder({ids:e}),onSuccess:async()=>{await e.invalidateQueries({queryKey:[`projectsList`]}),l(null)},onError:()=>l(null)}),p=c??t??[],[m,h]=(0,z.useState)(!1);(0,z.useEffect)(()=>{let e=u.current;if(!e)return;let t=()=>h(e.scrollTop+e.clientHeight<e.scrollHeight-1);t(),e.addEventListener(`scroll`,t,{passive:!0});let n=new ResizeObserver(t);return n.observe(e),window.addEventListener(`resize`,t),()=>{e.removeEventListener(`scroll`,t),n.disconnect(),window.removeEventListener(`resize`,t)}},[p.length]);let g=(0,z.useCallback)((e,t)=>{if(e.button!==0||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey)return;let n=e.currentTarget,r=e.clientY,i=p,a=!1,o=null,c=0,d=e=>{let n=u.current,a=0;if(n){let t=V6(e,n.getBoundingClientRect());if(t){let e=n.scrollTop;n.scrollTop+=t,a=n.scrollTop-e}}m+=a;let c=e-r+m;o={id:i[t].id,fromIndex:t,toIndex:z6(t,c,i.length),deltaY:c},s(o)},m=0,h=e=>{if(!a){if(Math.abs(e.clientY-r)<Z6)return;a=!0,n.setPointerCapture(e.pointerId)}e.preventDefault();let t=e.clientY;cancelAnimationFrame(c);let i=()=>{d(t),u.current&&V6(t,u.current.getBoundingClientRect())&&(c=requestAnimationFrame(i))};c=requestAnimationFrame(i)},g=()=>{if(cancelAnimationFrame(c),window.removeEventListener(`pointermove`,h),window.removeEventListener(`pointerup`,g),window.removeEventListener(`pointercancel`,g),s(null),!a||!o)return;Q6=Date.now();let e=R6(i,o.fromIndex,o.toIndex);o.fromIndex!==o.toIndex&&(l(e),f.mutate(e.map(e=>e.id)))};window.addEventListener(`pointermove`,h,{passive:!1}),window.addEventListener(`pointerup`,g),window.addEventListener(`pointercancel`,g)},[p,f]),_=(0,z.useCallback)((e,t)=>{if(!e.altKey||e.key!==`ArrowUp`&&e.key!==`ArrowDown`)return;let n=t+(e.key===`ArrowUp`?-1:1);if(n<0||n>=p.length)return;e.preventDefault();let r=R6(p,t,n);l(r),f.mutate(r.map(e=>e.id)),requestAnimationFrame(()=>{u.current?.querySelectorAll(`a`)[n]?.focus()})},[p,f]);return(0,B.jsxs)(`nav`,{"aria-label":`Projects`,className:`fixed inset-y-0 left-0 z-[60] flex flex-col items-center border-r border-border bg-panel/60 py-3 max-[800px]:hidden ${H6}`,children:[(0,B.jsx)(iV,{side:`right`,label:`All projects`,children:(0,B.jsx)(Jw,{to:`/`,"aria-label":`All projects`,"aria-current":n?void 0:`page`,className:`flex h-9 w-9 shrink-0 items-center justify-center rounded-lg text-muted/70 outline-none transition-colors hover:bg-elevated hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60`,children:(0,B.jsx)(fy,{size:17})})}),(0,B.jsx)(`hr`,{className:`my-2.5 w-6 shrink-0 border-0 border-t border-border`}),(0,B.jsx)(`div`,{ref:u,"data-overflowing":m||void 0,className:`frizz-rail-scroll flex w-full min-h-0 flex-1 flex-col items-center gap-2 overflow-y-auto`,children:p.map((e,t)=>(0,B.jsx)(Y6,{project:e,index:t,current:e.slug===n,drag:o,onPointerDown:g,onKeyDown:_},e.id))}),(0,B.jsx)(iV,{side:`right`,label:`Add a project`,children:(0,B.jsx)(`button`,{type:`button`,disabled:r,onClick:()=>{i(!0),d.mutate()},"aria-label":`Add a project`,className:`mt-3 flex h-10 w-10 shrink-0 items-center justify-center rounded-[30%] border-[1.5px] border-dotted border-border-strong text-muted/80 outline-none transition-colors hover:border-accent hover:text-fg focus-visible:ring-1 focus-visible:ring-fg/60 disabled:opacity-50`,children:(0,B.jsx)(Ty,{size:16})})})]})}var t8=76;function n8(e,t){return t&&e.startsWith(`${t}/`)?`~${e.slice(t.length)}`:e}var r8=`flex flex-col gap-1 rounded-lg border px-4 py-3 outline-none transition-colors focus-visible:ring-1 focus-visible:ring-fg/60`,i8=38;function a8({project:e,home:t}){let n=lO(e.lastOpenedAt);return(0,B.jsxs)(`div`,{className:`group/card relative`,children:[(0,B.jsxs)(Jw,{to:Ag(e.slug),className:`${r8} flex-row items-center gap-3 border-border bg-panel hover:border-border-strong hover:bg-panel-2 ${e.stale?`opacity-60`:``}`,children:[(0,B.jsx)(`span`,{className:`shrink-0 ${e.stale?`grayscale`:``}`,children:(0,B.jsx)(q6,{project:e,size:i8})}),(0,B.jsxs)(`span`,{className:`flex min-w-0 flex-1 flex-col gap-1`,children:[(0,B.jsxs)(`span`,{className:`flex min-w-0 items-baseline gap-2`,children:[(0,B.jsx)(`span`,{className:`min-w-0 truncate text-[13px] font-medium text-fg`,children:e.name}),e.slug===e.name?null:(0,B.jsxs)(`span`,{className:`max-w-[45%] shrink-0 truncate font-mono text-[11px] text-muted/70`,children:[`/`,e.slug]})]}),(0,B.jsx)(`span`,{className:`truncate text-[11px] text-muted`,title:e.path,children:n8(e.path,t)}),(0,B.jsx)(`span`,{className:`truncate pr-6 text-[11px] text-muted/70`,children:e.stale?`Directory is missing`:n?`Opened ${n}`:`Never opened`})]})]}),(0,B.jsx)(`div`,{className:`absolute bottom-2 right-2 opacity-0 transition-opacity focus-within:opacity-100 group-hover/card:opacity-100`,children:(0,B.jsx)(X6,{project:e,children:(0,B.jsx)(`button`,{type:`button`,"aria-label":`Icon for ${e.name}`,className:`flex h-6 w-6 items-center justify-center rounded-md text-muted outline-none hover:bg-elevated hover:text-fg focus-visible:opacity-100 focus-visible:ring-1 focus-visible:ring-fg/60`,children:(0,B.jsx)(py,{size:13})})})})]})}function o8({hero:e,pending:t,onClick:n}){return(0,B.jsxs)(`button`,{type:`button`,onClick:n,disabled:t,className:`${r8} items-center justify-center gap-1.5 border-dashed border-border-strong bg-transparent text-muted hover:border-accent hover:text-fg ${e?`min-h-[118px]`:`min-h-[74px]`}`,children:[(0,B.jsx)(`span`,{className:`text-[17px] leading-none text-muted/70`,children:`+`}),(0,B.jsx)(`span`,{className:`text-[12.5px]`,children:t?`Choosing a folder…`:`Add a project`}),e?(0,B.jsx)(`span`,{className:`text-[11px] text-muted/70`,children:`Point Frizz at a folder on this machine`}):null]})}function s8({reason:e,proposed:t,onClose:n}){let[r,i]=(0,z.useState)(t??``),a=bC(),o=Vu(),s=rd({mutationFn:e=>Y.projectAdd({path:e}),onSuccess:e=>{o.invalidateQueries({queryKey:[`projectsList`]}),a(Ag(e.slug))}}),c=s.error instanceof Error?s.error.message:s.error?String(s.error):null;return(0,B.jsx)(BL,{open:!0,onOpenChange:e=>{!e&&!s.isPending&&n()},children:(0,B.jsxs)(KL,{children:[(0,B.jsx)(JL,{className:`fixed inset-0 z-[210] bg-black/30 backdrop-blur-md backdrop-saturate-150`}),(0,B.jsxs)(QL,{"aria-modal":`true`,"aria-describedby":void 0,className:`fixed left-1/2 top-1/2 z-[210] w-[460px] max-w-[90vw] -translate-x-1/2 -translate-y-1/2 rounded-xl border border-border bg-panel p-5 shadow-2xl shadow-black/50 outline-none`,children:[(0,B.jsx)(rR,{className:`mb-1 text-[14px] font-medium`,children:t?`Add this folder as a project?`:`Add a project`}),(0,B.jsx)(`p`,{className:`mb-3.5 text-[12.5px] leading-relaxed text-muted`,children:t?`You ran Frizz here and it is not a project yet. Nothing has been written — adding it is what creates its board.`:e?`${e}. Paste the folder instead — Frizz walks up to the repository root, the same way it does when you run it in a terminal.`:`Paste the folder you want a board for. Frizz walks up to the repository root, the same way it does when you run it in a terminal.`}),(0,B.jsxs)(`form`,{onSubmit:e=>{e.preventDefault(),s.isPending||s.mutate(r)},children:[(0,B.jsx)(`input`,{autoFocus:!0,value:r,onChange:e=>i(e.target.value),placeholder:`~/code/my-project`,spellCheck:!1,className:`w-full rounded-md border bg-bg px-2.5 py-2 font-mono text-[12px] text-fg outline-none placeholder:text-muted/50 focus-visible:ring-1 focus-visible:ring-fg/60 ${c?`border-red-500/60`:`border-border-strong`}`}),c?(0,B.jsx)(`p`,{className:`mt-1.5 text-[11.5px] text-red-400`,children:c}):null,(0,B.jsxs)(`div`,{className:`mt-4 flex justify-end gap-2`,children:[(0,B.jsx)(`button`,{type:`button`,onClick:n,disabled:s.isPending,className:`rounded-md border border-border-strong bg-elevated px-3 py-1.5 text-[12.5px] text-fg outline-none hover:bg-panel-2 focus-visible:ring-1 focus-visible:ring-fg/60 disabled:opacity-50`,children:t?`Not now`:`Cancel`}),(0,B.jsx)(`button`,{type:`submit`,disabled:s.isPending||r.trim().length===0,className:`rounded-md border border-accent bg-accent px-3 py-1.5 text-[12.5px] font-medium text-bg outline-none hover:brightness-110 focus-visible:ring-1 focus-visible:ring-fg/60 disabled:opacity-50`,children:s.isPending?`Adding…`:t?`Add it`:`Add project`})]})]})]})]})})}function c8(){let[e]=(0,z.useState)(()=>{let e=new URLSearchParams(location.search).get(`add`)??void 0;return e&&history.replaceState(null,``,location.pathname),e}),[t,n]=(0,z.useState)(e?{}:null);(0,z.useEffect)(()=>{let e=new URLSearchParams(location.search).get(`unknown`);e&&(history.replaceState(null,``,location.pathname),Z(`No project named ${e} — showing all projects instead`,{duration:7e3}))},[]);let r=bC(),i=Vu(),a=rd({mutationFn:()=>Y.projectPick({}),onSuccess:e=>{if(e.kind!==`cancelled`){if(e.kind===`unavailable`){n({reason:e.reason});return}i.invalidateQueries({queryKey:[`projectsList`]}),r(Ag(e.project.slug))}},onError:e=>n({reason:e instanceof Error?e.message:String(e)})}),{data:o,isPending:s,error:c}=nd({queryKey:[`projectsList`],queryFn:()=>Y.projectsList()}),l=o?.[0]?.path.match(/^(\/(?:Users|home)\/[^/]+)\//u)?.[1],u=o!==void 0&&o.length===0;return(0,B.jsxs)(`div`,{className:`flex min-h-dvh w-full flex-col px-6 py-14`,children:[(0,B.jsxs)(`div`,{className:`m-auto flex w-full flex-col items-center`,children:[(0,B.jsxs)(`div`,{className:`mb-8 flex flex-col items-center gap-2.5 text-center`,children:[(0,B.jsx)(`img`,{src:`/favicon.svg`,width:t8,height:t8,alt:``,className:`rounded-[17px]`}),(0,B.jsx)(`h1`,{className:`text-[19px] font-semibold tracking-[-0.01em] text-fg`,children:u?`Welcome to Frizz`:`Select a project`}),u?(0,B.jsx)(`p`,{className:`max-w-[420px] text-[13px] leading-relaxed text-muted`,children:`A project is a folder on this machine. Frizz keeps one board of threads per project, and serves them all from here.`}):null]}),c?(0,B.jsxs)(`p`,{className:`text-[13px] text-muted`,children:[`Could not read the project registry: `,String(c)]}):s?(0,B.jsx)(`p`,{className:`text-[13px] text-muted`,children:`Loading…`}):(0,B.jsxs)(B.Fragment,{children:[(0,B.jsxs)(`div`,{className:`grid w-full gap-2.5 ${u?`max-w-[360px] grid-cols-1`:`max-w-[720px] grid-cols-1 sm:grid-cols-2`}`,children:[o.map(e=>(0,B.jsx)(a8,{project:e,home:l},e.id)),(0,B.jsx)(o8,{hero:u,pending:a.isPending,onClick:()=>a.mutate()})]}),u?(0,B.jsxs)(`p`,{className:`mt-6 text-[11.5px] text-muted/70`,children:[`Or run`,` `,(0,B.jsx)(`code`,{className:`rounded border border-border bg-panel px-1.5 py-0.5 font-mono text-muted`,children:`frizz`}),` `,`inside any folder — it registers itself and opens.`]}):null]})]}),t?(0,B.jsx)(s8,{reason:t.reason,proposed:e,onClose:()=>n(null)}):null]})}function l8(){let e=Xd(X),t=e.toast,[n,r]=(0,z.useState)(!1),i=e.drawers.some(e=>!e.closing);return(0,z.useEffect)(()=>{if(!t||(r(!0),t.sticky))return;let e=setTimeout(()=>r(!1),t.duration??(t.link?5e3:1600));return()=>clearTimeout(e)},[t?.id]),t?(0,B.jsx)(`div`,{className:`pointer-events-none fixed right-4 z-[70] flex justify-end ${i?`bottom-20`:`bottom-4`}`,children:(0,B.jsxs)(`div`,{"data-toast":!0,role:`status`,"aria-live":`polite`,"aria-atomic":`true`,className:`flex max-w-[min(30rem,calc(100vw-2rem))] items-center gap-2.5 break-words rounded-lg border border-border-strong bg-elevated px-4 py-2 text-[13px] font-medium text-fg shadow-xl shadow-black/40 transition-all duration-200 ease-out ${n?`translate-y-0 opacity-100`:`translate-y-8 opacity-0`}`,children:[t.spinner&&(0,B.jsx)(vy,{size:13,className:`animate-spin text-muted`}),t.text,t.link&&(0,B.jsx)(`button`,{onClick:()=>{X_(`thread`,t.link.slug),X.toast=null},className:`pointer-events-auto shrink-0 rounded-md border border-border px-2 py-0.5 text-[12px] text-fg/90 transition-colors hover:bg-panel-2`,children:t.link.label})]})}):null}function u8(e,t){return`${Ag(e)}${Ig(t,`/`)}`}function d8({slug:e}){let t=NE(),n=wg(t,e),r=n.kind===`found`?n.thread:void 0;t?.projectDir,(0,z.useEffect)(()=>{Y.board().then(pv).catch(()=>{})},[]);let i=r?.runtime===`turn-idle`||r?.runtime===`exited`||r?.runtime===`none`;return(0,z.useEffect)(()=>{!r||!i||Y.threadSeen({slug:e}).catch(()=>{})},[i,e,r?.lastActivityAt]),(0,z.useEffect)(()=>{let n=t?.projectLabel??t?.projectName,i=r?AD(r):e;document.title=n?`${i} · ${n} — Frizz`:`${i} · Frizz`},[t?.projectLabel,t?.projectName,e,r]),(0,B.jsx)(rV,{children:(0,B.jsxs)(`div`,{className:`h-dvh min-h-0 bg-bg px-0 text-sm text-fg sm:px-5`,children:[(0,B.jsx)(`main`,{"data-standalone-thread":!0,className:`mx-auto flex h-full w-full max-w-[900px] min-w-0 flex-col overflow-hidden border-border bg-panel sm:border-x`,children:n.kind===`loading`?(0,B.jsx)(`div`,{className:`flex flex-1 items-center justify-center`,role:`status`,"aria-label":`Loading thread`,children:(0,B.jsx)(`span`,{className:`block h-5 w-5 animate-spin rounded-full border-2 border-muted/50 border-t-transparent`})}):n.kind===`missing`?(0,B.jsx)(f8,{slug:e}):(0,B.jsx)(f0,{slug:e,virtualized:!0,showReturnToQueue:!0})}),(0,B.jsx)(p4,{}),(0,B.jsx)(l8,{})]})})}function f8({slug:e}){let{data:t,isPending:n}=nd({queryKey:[`threadLocate`,e],queryFn:()=>Y.threadLocate({slug:e})});return(0,z.useEffect)(()=>{t?.length===1&&location.replace(u8(t[0].projectSlug,e))},[t,e]),(0,B.jsxs)(`div`,{className:`flex flex-1 flex-col items-center justify-center gap-4 px-6 text-center`,children:[(0,B.jsxs)(`div`,{children:[(0,B.jsx)(`h1`,{className:`font-medium text-fg`,children:`Thread unavailable`}),n?(0,B.jsxs)(`p`,{className:`mt-1 text-muted`,children:[`Looking for “`,e,`” in your other projects…`]}):t&&t.length>0?(0,B.jsxs)(`p`,{className:`mt-1 text-muted`,children:[`“`,e,`” lives in `,t.length===1?`another project`:`these projects`,` — opening it there.`]}):(0,B.jsxs)(`p`,{className:`mt-1 text-muted`,children:[`Thread “`,e,`” was not found in any project on this machine.`]})]}),t&&t.length>1?(0,B.jsx)(`div`,{className:`flex flex-wrap justify-center gap-2`,children:t.map(t=>(0,B.jsx)(`a`,{href:u8(t.projectSlug,e),className:`rounded-md border border-border px-3 py-1.5 text-[12px] text-fg/90 hover:bg-panel-2`,children:t.projectName},t.projectSlug))}):(0,B.jsx)(`a`,{href:`/`,className:`rounded-md border border-border px-3 py-1.5 text-[12px] text-fg/90 hover:bg-panel-2`,children:`All projects`})]})}var p8={OPEN_ISSUE:{bg:`#238636`,icon:Jv,label:`Open`},CLOSED_ISSUE:{bg:`#8957e5`,icon:Kv,label:`Closed`},NOT_PLANNED:{bg:`#656c76`,icon:Xv,label:`Closed as not planned`},OPEN_PR:{bg:`#238636`,icon:ly,label:`Open`},DRAFT:{bg:`#656c76`,icon:cy,label:`Draft`},MERGED:{bg:`#8957e5`,icon:oy,label:`Merged`},CLOSED_PR:{bg:`#da3633`,icon:sy,label:`Closed`}};function m8(e){return e.kind===`commit`?null:e.state===`MERGED`?`MERGED`:e.state===`DRAFT`?`DRAFT`:e.state===`OPEN`?e.kind===`pr`?`OPEN_PR`:`OPEN_ISSUE`:e.state===`CLOSED`?e.kind===`pr`?`CLOSED_PR`:e.stateReason===`NOT_PLANNED`?`NOT_PLANNED`:`CLOSED_ISSUE`:null}function h8(e,t=Date.now()){if(!e)return``;let n=new Date(e);if(Number.isNaN(n.getTime()))return``;let r=n.getFullYear()===new Date(t).getFullYear();return n.toLocaleDateString(void 0,{month:`short`,day:`numeric`,...r?{}:{year:`numeric`}})}function g8(e,t=Date.now()){if(!e)return``;let n=Date.parse(e);if(!Number.isFinite(n))return``;let r=Math.max(0,Math.floor((t-n)/1e3)),i=(e,t)=>`${e} ${t}${e===1?``:`s`} ago`;if(r<60)return`just now`;if(r<3600)return i(Math.floor(r/60),`minute`);if(r<86400)return i(Math.floor(r/3600),`hour`);let a=Math.floor(r/86400);return a<7?i(a,`day`):a<30?i(Math.floor(a/7),`week`):a<365?i(Math.floor(a/30),`month`):`on ${h8(e,t)}`}function _8(e,t){let n=e+t;if(n<=0)return[,,,,,].fill(`none`);let r=Math.min(5,Math.floor(e/n*5)),i=Math.min(5-r,Math.floor(t/n*5));return[...Array(r).fill(`add`),...Array(i).fill(`del`),...Array(5-r-i).fill(`none`)]}var v8={add:`#3fb950`,del:`#f85149`},y8={add:{backgroundColor:`#238636`,borderColor:`#238636`},del:{backgroundColor:`#da3633`,borderColor:`#da3633`},none:{backgroundColor:`#656c7633`,borderColor:`#3d444d`}};function b8({additions:e,deletions:t}){return(0,B.jsxs)(`div`,{className:`flex items-baseline gap-1.5 text-[12px] tabular-nums`,children:[(0,B.jsxs)(`span`,{"data-gh-add":!0,style:{color:v8.add},children:[`+`,e.toLocaleString()]}),(0,B.jsxs)(`span`,{"data-gh-del":!0,style:{color:v8.del},children:[`−`,t.toLocaleString()]}),(0,B.jsx)(`span`,{"data-gh-blocks":!0,className:`ml-0.5 inline-flex gap-[1px] self-baseline translate-y-[calc(4px_-_0.5cap)]`,children:_8(e,t).map((e,t)=>(0,B.jsx)(`span`,{className:`size-[8px] rounded-[2px] border`,style:y8[e]},t))})]})}function x8({card:e}){let t=m8(e),n=t?p8[t]:void 0;if(!n)return null;let r=n.icon;return(0,B.jsxs)(`span`,{"data-gh-pill":!0,className:`inline-flex items-baseline gap-1 rounded-full px-2.5 py-1 text-[12px] font-medium text-white`,style:{backgroundColor:n.bg},children:[(0,B.jsx)(r,{strokeWidth:2,"aria-hidden":!0,className:`size-[1.1em] shrink-0 self-baseline -mr-px translate-y-[calc(0.55em_-_0.5cap)]`}),(0,B.jsx)(`span`,{"data-gh-pill-label":!0,children:n.label})]})}function S8({name:e,color:t}){let n=/^[0-9a-fA-F]{6}$/.test(t)?`#${t}`:`#8b8f96`;return(0,B.jsx)(`span`,{className:`inline-flex items-center rounded-full border px-2 py-[1px] text-[11px] font-medium`,style:{color:n,backgroundColor:`${n}26`,borderColor:`${n}59`},children:e})}var C8=/`([^`\n]+)`/g;function w8(e,t){if(!t)return[e];let n=[],r=0;for(let t of e.matchAll(C8))t.index>r&&n.push(e.slice(r,t.index)),n.push({code:t[1]}),r=t.index+t[0].length;return r<e.length&&n.push(e.slice(r)),n}function T8({text:e,code:t,className:n}){return(0,B.jsx)(`div`,{className:n,children:w8(e,t).map((e,t)=>typeof e==`string`?e:(0,B.jsx)(`code`,{className:`rounded-[3px] bg-panel-2 px-[3px] py-[1px] font-mono-keep text-[0.92em]`,children:e.code},t))})}var E8=new Set([`avatars.githubusercontent.com`,`camo.githubusercontent.com`]);function D8(e){if(e)try{let t=new URL(e);return t.protocol===`https:`&&E8.has(t.hostname)?e:void 0}catch{return}}function O8({card:e,nowMs:t}){let n=D8(e.authorAvatar),r=e.authorLogin??e.authorName??`Someone`,i=e.kind===`commit`?`committed`:e.kind===`pr`?`opened this pull request`:`opened this issue`,a=g8(e.at,t);return(0,B.jsxs)(`div`,{className:`flex items-center gap-2 border-t border-border px-3 py-2 text-[12px] text-muted`,children:[n?(0,B.jsx)(`img`,{"data-gh-avatar":!0,src:n,alt:``,className:`size-[18px] shrink-0 rounded-full`}):(0,B.jsx)(`span`,{"data-gh-avatar":!0,className:`size-[18px] shrink-0 rounded-full bg-border`}),(0,B.jsxs)(`span`,{"data-gh-byline-text":!0,className:`truncate`,children:[(0,B.jsx)(`span`,{className:`text-fg`,children:r}),` `,i,` `,a]})]})}var k8=`w-[360px] max-w-[min(360px,calc(100vw-24px))] leading-normal`;function A8({card:e,nowMs:t=Date.now()}){let n=e.additions!==void 0&&e.deletions!==void 0;if(e.kind===`commit`)return(0,B.jsxs)(`div`,{className:k8,children:[(0,B.jsxs)(`div`,{className:`flex items-baseline gap-2 px-3 pt-3 pb-2.5`,children:[(0,B.jsx)(`span`,{"data-gh-commit-glyph":!0,className:`shrink-0 self-baseline -mr-px text-[14px] translate-y-[calc(0.5em_-_0.5cap)]`,children:(0,B.jsx)(ay,{className:`size-[1em] text-muted`,"aria-hidden":!0})}),(0,B.jsxs)(`div`,{className:`min-w-0`,children:[(0,B.jsx)(`div`,{className:`text-[14px] font-semibold leading-snug text-fg`,children:e.title}),e.body?(0,B.jsx)(T8,{text:e.body,code:!1,className:`mt-1.5 line-clamp-6 text-[12px] text-muted`}):null,n?(0,B.jsx)(`div`,{className:`mt-2.5`,children:(0,B.jsx)(b8,{additions:e.additions,deletions:e.deletions})}):null]})]}),(0,B.jsx)(O8,{card:e,nowMs:t})]});let r=e.ref.slice(e.ref.indexOf(`#`));return(0,B.jsxs)(`div`,{className:k8,children:[(0,B.jsxs)(`div`,{className:`px-3 pt-3 pb-3`,children:[(0,B.jsxs)(`div`,{className:`text-[12px] text-muted`,children:[(0,B.jsx)(`span`,{className:`underline decoration-border underline-offset-2`,children:e.repo}),e.at?` on ${h8(e.at,t)}`:``]}),(0,B.jsxs)(`div`,{className:`mt-1 text-[14px] font-semibold leading-snug text-fg`,children:[e.title,` `,(0,B.jsx)(`span`,{className:`font-normal text-muted`,children:r})]}),(0,B.jsxs)(`div`,{className:`mt-2 flex flex-wrap items-center gap-x-3 gap-y-2`,children:[(0,B.jsx)(x8,{card:e}),n?(0,B.jsx)(b8,{additions:e.additions,deletions:e.deletions}):null]})]}),e.body||e.labels.length>0?(0,B.jsxs)(`div`,{className:`border-t border-border px-3 py-2.5`,children:[e.body?(0,B.jsx)(T8,{text:e.body,code:!0,className:`line-clamp-2 text-[12px] text-muted`}):null,e.labels.length>0?(0,B.jsx)(`div`,{className:`flex flex-wrap gap-1 ${e.body?`mt-2`:``}`,children:e.labels.map(e=>(0,B.jsx)(S8,{name:e.name,color:e.color},e.name))}):null]}):null,(0,B.jsx)(O8,{card:e,nowMs:t})]})}var j8=250,M8=180;function N8(e){let t=e.getClientRects()[0]??e.getBoundingClientRect();return{top:t.top,left:t.left,width:t.width,height:t.height}}function P8(){let[e,t]=(0,z.useState)(null),n=(0,z.useRef)(void 0),r=(0,z.useRef)(void 0),i=(0,z.useRef)(!1),a=(0,z.useCallback)(()=>{clearTimeout(n.current),clearTimeout(r.current),n.current=void 0,r.current=void 0},[]),o=(0,z.useCallback)(()=>{clearTimeout(r.current),r.current=setTimeout(()=>{i.current||t(null)},M8)},[]);return(0,z.useEffect)(()=>{let i=i=>{if(i.pointerType!==`mouse`)return;let a=i.target?.closest?.(`a[data-gh-ref]`)??null,o=a?.getAttribute(`data-gh-ref`);!a||!o||(clearTimeout(r.current),e?.ref!==o&&(clearTimeout(n.current),D_([o]),n.current=setTimeout(()=>t({ref:o,rect:N8(a)}),j8)))},a=e=>{e.pointerType===`mouse`&&e.target?.closest?.(`a[data-gh-ref]`)&&(clearTimeout(n.current),o())};return document.addEventListener(`pointerover`,i),document.addEventListener(`pointerout`,a),()=>{document.removeEventListener(`pointerover`,i),document.removeEventListener(`pointerout`,a)}},[e?.ref,o]),(0,z.useEffect)(()=>{if(!e)return;let n=()=>{i.current=!1,a(),t(null)};return window.addEventListener(`scroll`,n,!0),window.addEventListener(`resize`,n),()=>{window.removeEventListener(`scroll`,n,!0),window.removeEventListener(`resize`,n)}},[e,a]),(0,z.useEffect)(()=>a,[a]),(0,B.jsxs)(fW,{open:e!==null,children:[(0,B.jsx)(mW,{asChild:!0,children:(0,B.jsx)(`span`,{"aria-hidden":!0,className:`pointer-events-none fixed`,style:{top:e?.rect.top??0,left:e?.rect.left??0,width:e?.rect.width??0,height:e?.rect.height??0}})}),e?(0,B.jsx)(hW,{side:`top`,align:`start`,sideOffset:8,alignOffset:-8,"aria-hidden":!0,onOpenAutoFocus:e=>e.preventDefault(),onCloseAutoFocus:e=>e.preventDefault(),onPointerEnter:()=>{i.current=!0,clearTimeout(r.current)},onPointerLeave:()=>{i.current=!1,o()},className:`overflow-hidden`,children:(0,B.jsx)(F8,{refKey:e.ref})}):null]})}function F8({refKey:e}){let t=(0,z.useSyncExternalStore)(S_,()=>C_(e),()=>C_(e));return(0,z.useEffect)(()=>{w_(C_(e))&&j_(e)},[e]),t?.card?(0,B.jsx)(A8,{card:t.card}):(0,B.jsx)(`div`,{className:`flex h-[64px] w-[220px] items-center px-3 text-[12px] text-muted`,children:t?.missing?`Not found on GitHub`:`Loading…`})}var I8=`/project/:slug`;function L8(){let e=KW();return(0,B.jsxs)(rV,{children:[e?(0,B.jsx)(e8,{}):null,(0,B.jsx)(`div`,{className:e?U6:void 0,children:(0,B.jsx)(ew,{})}),(0,B.jsx)(l8,{}),(0,B.jsx)(P8,{})]})}function R8(e){(0,z.useEffect)(()=>{gE(e)||(fv(),jE())},[e])}function z8(){let{slug:e}=wC();return R8(e),V8(),(0,B.jsx)(L6,{},e??`__launching__`)}function B8(){return(0,B.jsx)(c8,{})}function V8(){let e=vC();(0,z.useEffect)(()=>{QE(Mg(e.pathname))},[e.pathname])}function H8(){let{thread:e,slug:t}=wC();return R8(t),(0,B.jsxs)(B.Fragment,{children:[(0,B.jsx)(d8,{slug:e}),(0,B.jsx)(l8,{})]})}var U8=[{index:!0,element:(0,B.jsx)(z8,{})},{path:`thread/:thread`,element:(0,B.jsx)(z8,{})},{path:`status/:status`,element:(0,B.jsx)(z8,{})}],W8=Ww([{path:`/thread/:thread/full`,element:(0,B.jsx)(H8,{})},{path:`${I8}/thread/:thread/full`,element:(0,B.jsx)(H8,{})},{element:(0,B.jsx)(L8,{}),children:[{path:`/`,element:(0,B.jsx)(B8,{})},{path:`/thread/:thread`,element:(0,B.jsx)(z8,{})},{path:`/status/:status`,element:(0,B.jsx)(z8,{})},{path:I8,children:U8},{path:`*`,element:(0,B.jsx)(z8,{})}]}]),G8=24,K8=6,q8=700,J8=new Map,Y8=null,X8=null;function Z8(e){return!Array.isArray(e)||e.length!==2?null:e[0]===`transcript`&&typeof e[1]==`string`?e[1]:null}function Q8(e){return X.board?.threads.find(t=>t.id===e)?.lastActivityAt}function $8(){let e=[...J8.entries()].filter(([,e])=>e.observers>0),t=new Set(e.slice(-24).map(([e])=>e));for(let[e,n]of J8){if(n.observers<=0){n.live&&(n.live=!1,kE(e)),J8.delete(e);continue}t.has(e)?!n.live&&!n.queued&&(n.queued=!0):(n.queued=!1,n.live&&(n.live=!1,kE(e)))}e5()}function e5(){X8||[...J8.values()].some(e=>e.queued)&&(X8=setTimeout(()=>{X8=null;let e=0,t=[...J8.values()].filter(e=>e.live).length;for(let[n,r]of J8){if(e>=K8||t>=G8)break;r.queued&&(r.queued=!1,!(r.observers<=0||r.live)&&(r.live=!0,t++,r.lastActivityAt=Q8(n),OE(n),e++))}e5()},q8))}function t5(){if(Y8)for(let[e,t]of J8){if(t.observers<=0)continue;let n=Q8(e);n!==t.lastActivityAt&&(t.lastActivityAt=n,!(t.live&&X.socketTranscripts)&&(X.socketTranscriptFallbacks[e]||Y8.refetchQueries({queryKey:[`transcript`,e],exact:!0,type:`active`})))}}function n5(e){Y8||(Y8=e,e.getQueryCache().subscribe(e=>{let t=Z8(e.query.queryKey);if(!t||e.type!==`observerAdded`&&e.type!==`observerRemoved`)return;let n=e.query.getObserversCount(),r=J8.get(t);e.type===`observerAdded`?(J8.delete(t),J8.set(t,{observers:n,live:r?.live??!1,queued:r?.queued??!1,lastActivityAt:r?r.lastActivityAt:Q8(t)})):r&&(r.observers=n),$8()}),qd(X,t5))}var r5=`ui-monospace, "JetBrains Mono", "Fira Code", "SF Mono", "Cascadia Mono", Consolas, Menlo, "DejaVu Sans Mono", monospace`,i5=`system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif`;function a5(e){let t=e===`sans`?`sans`:`mono`;document.documentElement.dataset.font=t,document.body&&(document.body.style.fontFamily=t===`sans`?i5:r5);try{localStorage.setItem(`frizz-font`,t)}catch{}}function o5(e){a5(e.getQueryData([`settingsGet`])?.font),Y.settingsGet().then(e=>a5(e.font)).catch(()=>{}),e.getQueryCache().subscribe(()=>{let t=e.getQueryData([`settingsGet`]);t&&a5(t.font)})}function s5(){let e=e=>{if(e.button!==0||e.defaultPrevented)return;let t=e.target instanceof Element?e.target.closest(`[data-local-path]`):null,n=t?.dataset.localPath;if(!(!t||!n)){if(e.preventDefault(),e.stopPropagation(),t.dataset.localImage!==`true`&&KR(n)){av(n);return}l5(n,t.dataset.localImage===`true`)}};document.addEventListener(`click`,e);let t=c5();return document.addEventListener(`error`,t,!0),()=>{document.removeEventListener(`click`,e),document.removeEventListener(`error`,t,!0)}}function c5(){return e=>{let t=e.target;if(!(t instanceof HTMLImageElement)||t.dataset.localImage!==`true`||!t.closest(`.md-body, .md-inline`))return;let n=t.dataset.localPath??t.getAttribute(`src`)??``,r=document.createElement(`span`);r.className=`md-image-missing font-mono-keep`,r.textContent=n,t.alt&&t.alt!==n&&(r.title=t.alt),(t.closest(`.md-image-frame`)??t).replaceWith(r)}}async function l5(e,t){try{let n=await Y.openLocalFile({path:e,...t?{image:!0}:{}});n.action===`copy`&&(await navigator.clipboard.writeText(n.path),Z(`Copied local path`))}catch(e){Z(`Could not open local file: ${e.message.slice(0,100)}`)}}function u5(){let e=e=>{if(e.button!==0||e.defaultPrevented)return;let t=e.target instanceof Element?e.target.closest(`.${Bq}`):null;t&&(e.preventDefault(),e.stopPropagation(),f5(t))};return document.addEventListener(`click`,e),()=>document.removeEventListener(`click`,e)}function d5(e){return e.closest(`.md-code`)?.querySelector(`pre code`)??null}async function f5(e){let t=d5(e);if(!t)return;let n=(t.textContent??``).replace(/\n$/,``);if(n){if(!navigator.clipboard?.writeText){Z(`Clipboard access is unavailable; copy the code from a secure Frizz page`,{duration:7e3});return}try{await navigator.clipboard.writeText(n)}catch(e){Z(`Could not copy code: ${e.message.slice(0,100)}`,{duration:7e3});return}m5(e)}}var p5=new WeakMap;function m5(e){e.classList.add(Vq),e.title=`Copied`;let t=p5.get(e);t!==void 0&&window.clearTimeout(t),p5.set(e,window.setTimeout(()=>{e.classList.remove(Vq),e.title=Hq,p5.delete(e)},Z$))}var h5=/^\/thread\/([a-z0-9][a-z0-9-]*)\/?$/;function g5(){let e=e=>{if(e.button!==0||e.defaultPrevented||e.metaKey||e.ctrlKey||e.shiftKey||e.altKey)return;let t=e.target instanceof Element?e.target.closest(`a[href*="/thread/"]`):null,n=t?.getAttribute(`href`);if(!t||!n||!n.startsWith(`/`))return;let r=kg(n);if(r&&r!==kg())return;let i=h5.exec(Mg(n));i&&(e.preventDefault(),e.stopPropagation(),$_(i[1]))};return document.addEventListener(`click`,e),()=>document.removeEventListener(`click`,e)}var _5=new Set([`projectsList`,`threadLocate`]);function v5(e){let t=e[0];return typeof t==`string`&&_5.has(t)?Ul(e):Ul([`project:${kg()??``}`,...e])}var y5=typeof window<`u`&&window.location.pathname.endsWith(`/settings-formatting-fixture.html`),b5=typeof window<`u`?Lg(Mg()):null;!y5&&!b5&&$E();var x5=new Lu({defaultOptions:{queries:{retry:!1,refetchOnWindowFocus:!1,queryKeyHashFn:v5}}});y5||(ME(x5),n5(x5),o5(x5),ZQ(),s5(),u5(),g5()),y5||(0,id.createRoot)(document.getElementById(`root`)).render((0,B.jsx)(Hu,{client:x5,children:(0,B.jsx)(Yy,{children:(0,B.jsx)(XC,{router:W8})})}));export{Cl as i,Fg as n,zu as r,Sw as t};