@hyperframes/studio 0.6.0-alpha.8 → 0.6.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 (66) hide show
  1. package/dist/assets/{hyperframes-player-DjsVzYFP.js → hyperframes-player-DOFETgjy.js} +1 -1
  2. package/dist/assets/index-D1JDq7Gg.css +1 -0
  3. package/dist/assets/index-DUqUmaoH.js +117 -0
  4. package/dist/favicon.svg +14 -0
  5. package/dist/index.html +3 -2
  6. package/package.json +9 -9
  7. package/src/App.tsx +428 -4299
  8. package/src/components/AskAgentModal.tsx +120 -0
  9. package/src/components/StudioHeader.tsx +133 -0
  10. package/src/components/StudioLeftSidebar.tsx +125 -0
  11. package/src/components/StudioPreviewArea.tsx +163 -0
  12. package/src/components/StudioRightPanel.tsx +198 -0
  13. package/src/components/TimelineToolbar.tsx +89 -0
  14. package/src/components/editor/DomEditOverlay.tsx +15 -1
  15. package/src/components/editor/PropertyPanel.test.ts +0 -49
  16. package/src/components/editor/PropertyPanel.tsx +132 -2763
  17. package/src/components/editor/domEditing.ts +38 -5
  18. package/src/components/editor/manualEditingAvailability.test.ts +2 -2
  19. package/src/components/editor/manualEditingAvailability.ts +1 -1
  20. package/src/components/editor/manualEdits.ts +32 -0
  21. package/src/components/editor/propertyPanelColor.tsx +371 -0
  22. package/src/components/editor/propertyPanelFill.tsx +421 -0
  23. package/src/components/editor/propertyPanelFont.tsx +455 -0
  24. package/src/components/editor/propertyPanelHelpers.ts +401 -0
  25. package/src/components/editor/propertyPanelPrimitives.tsx +357 -0
  26. package/src/components/editor/propertyPanelSections.tsx +453 -0
  27. package/src/components/editor/propertyPanelStyleSections.tsx +411 -0
  28. package/src/components/nle/NLELayout.tsx +8 -11
  29. package/src/components/nle/NLEPreview.tsx +3 -0
  30. package/src/components/renders/RenderQueue.tsx +102 -31
  31. package/src/components/renders/useRenderQueue.ts +8 -2
  32. package/src/components/sidebar/LeftSidebar.tsx +186 -186
  33. package/src/contexts/DomEditContext.tsx +137 -0
  34. package/src/contexts/FileManagerContext.tsx +110 -0
  35. package/src/contexts/PanelLayoutContext.tsx +68 -0
  36. package/src/contexts/StudioContext.tsx +135 -0
  37. package/src/hooks/useAppHotkeys.ts +326 -0
  38. package/src/hooks/useAskAgentModal.ts +162 -0
  39. package/src/hooks/useCaptionDetection.ts +132 -0
  40. package/src/hooks/useCompositionDimensions.ts +25 -0
  41. package/src/hooks/useConsoleErrorCapture.ts +60 -0
  42. package/src/hooks/useDomEditCommits.ts +437 -0
  43. package/src/hooks/useDomEditSession.ts +342 -0
  44. package/src/hooks/useDomEditTextCommits.ts +330 -0
  45. package/src/hooks/useDomSelection.ts +398 -0
  46. package/src/hooks/useFileManager.ts +431 -0
  47. package/src/hooks/useFrameCapture.ts +77 -0
  48. package/src/hooks/useLintModal.ts +35 -0
  49. package/src/hooks/useManifestPersistence.ts +492 -0
  50. package/src/hooks/usePanelLayout.ts +68 -0
  51. package/src/hooks/usePreviewInteraction.ts +153 -0
  52. package/src/hooks/useRenderClipContent.ts +124 -0
  53. package/src/hooks/useTimelineEditing.ts +472 -0
  54. package/src/player/components/Player.tsx +35 -4
  55. package/src/player/components/Timeline.test.ts +0 -8
  56. package/src/player/components/Timeline.tsx +10 -103
  57. package/src/player/components/TimelineClip.tsx +9 -244
  58. package/src/player/hooks/useTimelinePlayer.ts +140 -103
  59. package/src/utils/domEditHelpers.ts +50 -0
  60. package/src/utils/studioFontHelpers.ts +83 -0
  61. package/src/utils/studioHelpers.ts +214 -0
  62. package/src/utils/studioPreviewHelpers.ts +185 -0
  63. package/src/utils/timelineDiscovery.ts +1 -1
  64. package/dist/assets/index-14zH9lqh.css +0 -1
  65. package/dist/assets/index-ClYcrksa.js +0 -108
  66. package/src/player/components/TimelineClip.test.ts +0 -92
@@ -1,108 +0,0 @@
1
- (function(){const e=document.createElement("link").relList;if(e&&e.supports&&e.supports("modulepreload"))return;for(const i of document.querySelectorAll('link[rel="modulepreload"]'))r(i);new MutationObserver(i=>{for(const s of i)if(s.type==="childList")for(const a of s.addedNodes)a.tagName==="LINK"&&a.rel==="modulepreload"&&r(a)}).observe(document,{childList:!0,subtree:!0});function t(i){const s={};return i.integrity&&(s.integrity=i.integrity),i.referrerPolicy&&(s.referrerPolicy=i.referrerPolicy),i.crossOrigin==="use-credentials"?s.credentials="include":i.crossOrigin==="anonymous"?s.credentials="omit":s.credentials="same-origin",s}function r(i){if(i.ep)return;i.ep=!0;const s=t(i);fetch(i.href,s)}})();function Dk(n){return n&&n.__esModule&&Object.prototype.hasOwnProperty.call(n,"default")?n.default:n}var ep={exports:{}},Zc={},tp={exports:{}},Pt={};/**
2
- * @license React
3
- * react.production.min.js
4
- *
5
- * Copyright (c) Facebook, Inc. and its affiliates.
6
- *
7
- * This source code is licensed under the MIT license found in the
8
- * LICENSE file in the root directory of this source tree.
9
- */var J8;function Xk(){if(J8)return Pt;J8=1;var n=Symbol.for("react.element"),e=Symbol.for("react.portal"),t=Symbol.for("react.fragment"),r=Symbol.for("react.strict_mode"),i=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),a=Symbol.for("react.context"),c=Symbol.for("react.forward_ref"),u=Symbol.for("react.suspense"),h=Symbol.for("react.memo"),m=Symbol.for("react.lazy"),O=Symbol.iterator;function x(C){return C===null||typeof C!="object"?null:(C=O&&C[O]||C["@@iterator"],typeof C=="function"?C:null)}var v={isMounted:function(){return!1},enqueueForceUpdate:function(){},enqueueReplaceState:function(){},enqueueSetState:function(){}},w=Object.assign,k={};function $(C,D,ee){this.props=C,this.context=D,this.refs=k,this.updater=ee||v}$.prototype.isReactComponent={},$.prototype.setState=function(C,D){if(typeof C!="object"&&typeof C!="function"&&C!=null)throw Error("setState(...): takes an object of state variables to update or a function which returns an object of state variables.");this.updater.enqueueSetState(this,C,D,"setState")},$.prototype.forceUpdate=function(C){this.updater.enqueueForceUpdate(this,C,"forceUpdate")};function M(){}M.prototype=$.prototype;function N(C,D,ee){this.props=C,this.context=D,this.refs=k,this.updater=ee||v}var A=N.prototype=new M;A.constructor=N,w(A,$.prototype),A.isPureReactComponent=!0;var j=Array.isArray,T=Object.prototype.hasOwnProperty,R={current:null},Q={key:!0,ref:!0,__self:!0,__source:!0};function B(C,D,ee){var Ee,Qe={},tt=null,Ie=null;if(D!=null)for(Ee in D.ref!==void 0&&(Ie=D.ref),D.key!==void 0&&(tt=""+D.key),D)T.call(D,Ee)&&!Q.hasOwnProperty(Ee)&&(Qe[Ee]=D[Ee]);var Y=arguments.length-2;if(Y===1)Qe.children=ee;else if(1<Y){for(var se=Array(Y),xe=0;xe<Y;xe++)se[xe]=arguments[xe+2];Qe.children=se}if(C&&C.defaultProps)for(Ee in Y=C.defaultProps,Y)Qe[Ee]===void 0&&(Qe[Ee]=Y[Ee]);return{$$typeof:n,type:C,key:tt,ref:Ie,props:Qe,_owner:R.current}}function K(C,D){return{$$typeof:n,type:C.type,key:D,ref:C.ref,props:C.props,_owner:C._owner}}function ie(C){return typeof C=="object"&&C!==null&&C.$$typeof===n}function le(C){var D={"=":"=0",":":"=2"};return"$"+C.replace(/[=:]/g,function(ee){return D[ee]})}var V=/\/+/g;function ae(C,D){return typeof C=="object"&&C!==null&&C.key!=null?le(""+C.key):D.toString(36)}function Oe(C,D,ee,Ee,Qe){var tt=typeof C;(tt==="undefined"||tt==="boolean")&&(C=null);var Ie=!1;if(C===null)Ie=!0;else switch(tt){case"string":case"number":Ie=!0;break;case"object":switch(C.$$typeof){case n:case e:Ie=!0}}if(Ie)return Ie=C,Qe=Qe(Ie),C=Ee===""?"."+ae(Ie,0):Ee,j(Qe)?(ee="",C!=null&&(ee=C.replace(V,"$&/")+"/"),Oe(Qe,D,ee,"",function(xe){return xe})):Qe!=null&&(ie(Qe)&&(Qe=K(Qe,ee+(!Qe.key||Ie&&Ie.key===Qe.key?"":(""+Qe.key).replace(V,"$&/")+"/")+C)),D.push(Qe)),1;if(Ie=0,Ee=Ee===""?".":Ee+":",j(C))for(var Y=0;Y<C.length;Y++){tt=C[Y];var se=Ee+ae(tt,Y);Ie+=Oe(tt,D,ee,se,Qe)}else if(se=x(C),typeof se=="function")for(C=se.call(C),Y=0;!(tt=C.next()).done;)tt=tt.value,se=Ee+ae(tt,Y++),Ie+=Oe(tt,D,ee,se,Qe);else if(tt==="object")throw D=String(C),Error("Objects are not valid as a React child (found: "+(D==="[object Object]"?"object with keys {"+Object.keys(C).join(", ")+"}":D)+"). If you meant to render a collection of children, use an array instead.");return Ie}function ge(C,D,ee){if(C==null)return C;var Ee=[],Qe=0;return Oe(C,Ee,"","",function(tt){return D.call(ee,tt,Qe++)}),Ee}function Me(C){if(C._status===-1){var D=C._result;D=D(),D.then(function(ee){(C._status===0||C._status===-1)&&(C._status=1,C._result=ee)},function(ee){(C._status===0||C._status===-1)&&(C._status=2,C._result=ee)}),C._status===-1&&(C._status=0,C._result=D)}if(C._status===1)return C._result.default;throw C._result}var he={current:null},_={transition:null},z={ReactCurrentDispatcher:he,ReactCurrentBatchConfig:_,ReactCurrentOwner:R};function G(){throw Error("act(...) is not supported in production builds of React.")}return Pt.Children={map:ge,forEach:function(C,D,ee){ge(C,function(){D.apply(this,arguments)},ee)},count:function(C){var D=0;return ge(C,function(){D++}),D},toArray:function(C){return ge(C,function(D){return D})||[]},only:function(C){if(!ie(C))throw Error("React.Children.only expected to receive a single React element child.");return C}},Pt.Component=$,Pt.Fragment=t,Pt.Profiler=i,Pt.PureComponent=N,Pt.StrictMode=r,Pt.Suspense=u,Pt.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=z,Pt.act=G,Pt.cloneElement=function(C,D,ee){if(C==null)throw Error("React.cloneElement(...): The argument must be a React element, but you passed "+C+".");var Ee=w({},C.props),Qe=C.key,tt=C.ref,Ie=C._owner;if(D!=null){if(D.ref!==void 0&&(tt=D.ref,Ie=R.current),D.key!==void 0&&(Qe=""+D.key),C.type&&C.type.defaultProps)var Y=C.type.defaultProps;for(se in D)T.call(D,se)&&!Q.hasOwnProperty(se)&&(Ee[se]=D[se]===void 0&&Y!==void 0?Y[se]:D[se])}var se=arguments.length-2;if(se===1)Ee.children=ee;else if(1<se){Y=Array(se);for(var xe=0;xe<se;xe++)Y[xe]=arguments[xe+2];Ee.children=Y}return{$$typeof:n,type:C.type,key:Qe,ref:tt,props:Ee,_owner:Ie}},Pt.createContext=function(C){return C={$$typeof:a,_currentValue:C,_currentValue2:C,_threadCount:0,Provider:null,Consumer:null,_defaultValue:null,_globalName:null},C.Provider={$$typeof:s,_context:C},C.Consumer=C},Pt.createElement=B,Pt.createFactory=function(C){var D=B.bind(null,C);return D.type=C,D},Pt.createRef=function(){return{current:null}},Pt.forwardRef=function(C){return{$$typeof:c,render:C}},Pt.isValidElement=ie,Pt.lazy=function(C){return{$$typeof:m,_payload:{_status:-1,_result:C},_init:Me}},Pt.memo=function(C,D){return{$$typeof:h,type:C,compare:D===void 0?null:D}},Pt.startTransition=function(C){var D=_.transition;_.transition={};try{C()}finally{_.transition=D}},Pt.unstable_act=G,Pt.useCallback=function(C,D){return he.current.useCallback(C,D)},Pt.useContext=function(C){return he.current.useContext(C)},Pt.useDebugValue=function(){},Pt.useDeferredValue=function(C){return he.current.useDeferredValue(C)},Pt.useEffect=function(C,D){return he.current.useEffect(C,D)},Pt.useId=function(){return he.current.useId()},Pt.useImperativeHandle=function(C,D,ee){return he.current.useImperativeHandle(C,D,ee)},Pt.useInsertionEffect=function(C,D){return he.current.useInsertionEffect(C,D)},Pt.useLayoutEffect=function(C,D){return he.current.useLayoutEffect(C,D)},Pt.useMemo=function(C,D){return he.current.useMemo(C,D)},Pt.useReducer=function(C,D,ee){return he.current.useReducer(C,D,ee)},Pt.useRef=function(C){return he.current.useRef(C)},Pt.useState=function(C){return he.current.useState(C)},Pt.useSyncExternalStore=function(C,D,ee){return he.current.useSyncExternalStore(C,D,ee)},Pt.useTransition=function(){return he.current.useTransition()},Pt.version="18.3.1",Pt}var e4;function U2(){return e4||(e4=1,tp.exports=Xk()),tp.exports}/**
10
- * @license React
11
- * react-jsx-runtime.production.min.js
12
- *
13
- * Copyright (c) Facebook, Inc. and its affiliates.
14
- *
15
- * This source code is licensed under the MIT license found in the
16
- * LICENSE file in the root directory of this source tree.
17
- */var t4;function Fk(){if(t4)return Zc;t4=1;var n=U2(),e=Symbol.for("react.element"),t=Symbol.for("react.fragment"),r=Object.prototype.hasOwnProperty,i=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED.ReactCurrentOwner,s={key:!0,ref:!0,__self:!0,__source:!0};function a(c,u,h){var m,O={},x=null,v=null;h!==void 0&&(x=""+h),u.key!==void 0&&(x=""+u.key),u.ref!==void 0&&(v=u.ref);for(m in u)r.call(u,m)&&!s.hasOwnProperty(m)&&(O[m]=u[m]);if(c&&c.defaultProps)for(m in u=c.defaultProps,u)O[m]===void 0&&(O[m]=u[m]);return{$$typeof:e,type:c,key:x,ref:v,props:O,_owner:i.current}}return Zc.Fragment=t,Zc.jsx=a,Zc.jsxs=a,Zc}var n4;function zk(){return n4||(n4=1,ep.exports=Fk()),ep.exports}var p=zk(),d=U2();const W0=Dk(d);var B0={},np={exports:{}},Fr={},rp={exports:{}},ip={};/**
18
- * @license React
19
- * scheduler.production.min.js
20
- *
21
- * Copyright (c) Facebook, Inc. and its affiliates.
22
- *
23
- * This source code is licensed under the MIT license found in the
24
- * LICENSE file in the root directory of this source tree.
25
- */var r4;function Hk(){return r4||(r4=1,(function(n){function e(_,z){var G=_.length;_.push(z);e:for(;0<G;){var C=G-1>>>1,D=_[C];if(0<i(D,z))_[C]=z,_[G]=D,G=C;else break e}}function t(_){return _.length===0?null:_[0]}function r(_){if(_.length===0)return null;var z=_[0],G=_.pop();if(G!==z){_[0]=G;e:for(var C=0,D=_.length,ee=D>>>1;C<ee;){var Ee=2*(C+1)-1,Qe=_[Ee],tt=Ee+1,Ie=_[tt];if(0>i(Qe,G))tt<D&&0>i(Ie,Qe)?(_[C]=Ie,_[tt]=G,C=tt):(_[C]=Qe,_[Ee]=G,C=Ee);else if(tt<D&&0>i(Ie,G))_[C]=Ie,_[tt]=G,C=tt;else break e}}return z}function i(_,z){var G=_.sortIndex-z.sortIndex;return G!==0?G:_.id-z.id}if(typeof performance=="object"&&typeof performance.now=="function"){var s=performance;n.unstable_now=function(){return s.now()}}else{var a=Date,c=a.now();n.unstable_now=function(){return a.now()-c}}var u=[],h=[],m=1,O=null,x=3,v=!1,w=!1,k=!1,$=typeof setTimeout=="function"?setTimeout:null,M=typeof clearTimeout=="function"?clearTimeout:null,N=typeof setImmediate<"u"?setImmediate:null;typeof navigator<"u"&&navigator.scheduling!==void 0&&navigator.scheduling.isInputPending!==void 0&&navigator.scheduling.isInputPending.bind(navigator.scheduling);function A(_){for(var z=t(h);z!==null;){if(z.callback===null)r(h);else if(z.startTime<=_)r(h),z.sortIndex=z.expirationTime,e(u,z);else break;z=t(h)}}function j(_){if(k=!1,A(_),!w)if(t(u)!==null)w=!0,Me(T);else{var z=t(h);z!==null&&he(j,z.startTime-_)}}function T(_,z){w=!1,k&&(k=!1,M(B),B=-1),v=!0;var G=x;try{for(A(z),O=t(u);O!==null&&(!(O.expirationTime>z)||_&&!le());){var C=O.callback;if(typeof C=="function"){O.callback=null,x=O.priorityLevel;var D=C(O.expirationTime<=z);z=n.unstable_now(),typeof D=="function"?O.callback=D:O===t(u)&&r(u),A(z)}else r(u);O=t(u)}if(O!==null)var ee=!0;else{var Ee=t(h);Ee!==null&&he(j,Ee.startTime-z),ee=!1}return ee}finally{O=null,x=G,v=!1}}var R=!1,Q=null,B=-1,K=5,ie=-1;function le(){return!(n.unstable_now()-ie<K)}function V(){if(Q!==null){var _=n.unstable_now();ie=_;var z=!0;try{z=Q(!0,_)}finally{z?ae():(R=!1,Q=null)}}else R=!1}var ae;if(typeof N=="function")ae=function(){N(V)};else if(typeof MessageChannel<"u"){var Oe=new MessageChannel,ge=Oe.port2;Oe.port1.onmessage=V,ae=function(){ge.postMessage(null)}}else ae=function(){$(V,0)};function Me(_){Q=_,R||(R=!0,ae())}function he(_,z){B=$(function(){_(n.unstable_now())},z)}n.unstable_IdlePriority=5,n.unstable_ImmediatePriority=1,n.unstable_LowPriority=4,n.unstable_NormalPriority=3,n.unstable_Profiling=null,n.unstable_UserBlockingPriority=2,n.unstable_cancelCallback=function(_){_.callback=null},n.unstable_continueExecution=function(){w||v||(w=!0,Me(T))},n.unstable_forceFrameRate=function(_){0>_||125<_?console.error("forceFrameRate takes a positive int between 0 and 125, forcing frame rates higher than 125 fps is not supported"):K=0<_?Math.floor(1e3/_):5},n.unstable_getCurrentPriorityLevel=function(){return x},n.unstable_getFirstCallbackNode=function(){return t(u)},n.unstable_next=function(_){switch(x){case 1:case 2:case 3:var z=3;break;default:z=x}var G=x;x=z;try{return _()}finally{x=G}},n.unstable_pauseExecution=function(){},n.unstable_requestPaint=function(){},n.unstable_runWithPriority=function(_,z){switch(_){case 1:case 2:case 3:case 4:case 5:break;default:_=3}var G=x;x=_;try{return z()}finally{x=G}},n.unstable_scheduleCallback=function(_,z,G){var C=n.unstable_now();switch(typeof G=="object"&&G!==null?(G=G.delay,G=typeof G=="number"&&0<G?C+G:C):G=C,_){case 1:var D=-1;break;case 2:D=250;break;case 5:D=1073741823;break;case 4:D=1e4;break;default:D=5e3}return D=G+D,_={id:m++,callback:z,priorityLevel:_,startTime:G,expirationTime:D,sortIndex:-1},G>C?(_.sortIndex=G,e(h,_),t(u)===null&&_===t(h)&&(k?(M(B),B=-1):k=!0,he(j,G-C))):(_.sortIndex=D,e(u,_),w||v||(w=!0,Me(T))),_},n.unstable_shouldYield=le,n.unstable_wrapCallback=function(_){var z=x;return function(){var G=x;x=z;try{return _.apply(this,arguments)}finally{x=G}}}})(ip)),ip}var i4;function Wk(){return i4||(i4=1,rp.exports=Hk()),rp.exports}/**
26
- * @license React
27
- * react-dom.production.min.js
28
- *
29
- * Copyright (c) Facebook, Inc. and its affiliates.
30
- *
31
- * This source code is licensed under the MIT license found in the
32
- * LICENSE file in the root directory of this source tree.
33
- */var s4;function Bk(){if(s4)return Fr;s4=1;var n=U2(),e=Wk();function t(o){for(var l="https://reactjs.org/docs/error-decoder.html?invariant="+o,f=1;f<arguments.length;f++)l+="&args[]="+encodeURIComponent(arguments[f]);return"Minified React error #"+o+"; visit "+l+" for the full message or use the non-minified dev environment for full errors and additional helpful warnings."}var r=new Set,i={};function s(o,l){a(o,l),a(o+"Capture",l)}function a(o,l){for(i[o]=l,o=0;o<l.length;o++)r.add(l[o])}var c=!(typeof window>"u"||typeof window.document>"u"||typeof window.document.createElement>"u"),u=Object.prototype.hasOwnProperty,h=/^[: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]*$/,m={},O={};function x(o){return u.call(O,o)?!0:u.call(m,o)?!1:h.test(o)?O[o]=!0:(m[o]=!0,!1)}function v(o,l,f,g){if(f!==null&&f.type===0)return!1;switch(typeof l){case"function":case"symbol":return!0;case"boolean":return g?!1:f!==null?!f.acceptsBooleans:(o=o.toLowerCase().slice(0,5),o!=="data-"&&o!=="aria-");default:return!1}}function w(o,l,f,g){if(l===null||typeof l>"u"||v(o,l,f,g))return!0;if(g)return!1;if(f!==null)switch(f.type){case 3:return!l;case 4:return l===!1;case 5:return isNaN(l);case 6:return isNaN(l)||1>l}return!1}function k(o,l,f,g,y,b,P){this.acceptsBooleans=l===2||l===3||l===4,this.attributeName=g,this.attributeNamespace=y,this.mustUseProperty=f,this.propertyName=o,this.type=l,this.sanitizeURL=b,this.removeEmptyString=P}var $={};"children dangerouslySetInnerHTML defaultValue defaultChecked innerHTML suppressContentEditableWarning suppressHydrationWarning style".split(" ").forEach(function(o){$[o]=new k(o,0,!1,o,null,!1,!1)}),[["acceptCharset","accept-charset"],["className","class"],["htmlFor","for"],["httpEquiv","http-equiv"]].forEach(function(o){var l=o[0];$[l]=new k(l,1,!1,o[1],null,!1,!1)}),["contentEditable","draggable","spellCheck","value"].forEach(function(o){$[o]=new k(o,2,!1,o.toLowerCase(),null,!1,!1)}),["autoReverse","externalResourcesRequired","focusable","preserveAlpha"].forEach(function(o){$[o]=new k(o,2,!1,o,null,!1,!1)}),"allowFullScreen async autoFocus autoPlay controls default defer disabled disablePictureInPicture disableRemotePlayback formNoValidate hidden loop noModule noValidate open playsInline readOnly required reversed scoped seamless itemScope".split(" ").forEach(function(o){$[o]=new k(o,3,!1,o.toLowerCase(),null,!1,!1)}),["checked","multiple","muted","selected"].forEach(function(o){$[o]=new k(o,3,!0,o,null,!1,!1)}),["capture","download"].forEach(function(o){$[o]=new k(o,4,!1,o,null,!1,!1)}),["cols","rows","size","span"].forEach(function(o){$[o]=new k(o,6,!1,o,null,!1,!1)}),["rowSpan","start"].forEach(function(o){$[o]=new k(o,5,!1,o.toLowerCase(),null,!1,!1)});var M=/[\-:]([a-z])/g;function N(o){return o[1].toUpperCase()}"accent-height alignment-baseline arabic-form baseline-shift cap-height clip-path clip-rule color-interpolation color-interpolation-filters color-profile color-rendering dominant-baseline enable-background fill-opacity fill-rule flood-color flood-opacity font-family font-size font-size-adjust font-stretch font-style font-variant font-weight glyph-name glyph-orientation-horizontal glyph-orientation-vertical horiz-adv-x horiz-origin-x image-rendering letter-spacing lighting-color marker-end marker-mid marker-start overline-position overline-thickness paint-order panose-1 pointer-events rendering-intent shape-rendering stop-color stop-opacity strikethrough-position strikethrough-thickness stroke-dasharray stroke-dashoffset stroke-linecap stroke-linejoin stroke-miterlimit stroke-opacity stroke-width text-anchor text-decoration text-rendering underline-position underline-thickness unicode-bidi unicode-range units-per-em v-alphabetic v-hanging v-ideographic v-mathematical vector-effect vert-adv-y vert-origin-x vert-origin-y word-spacing writing-mode xmlns:xlink x-height".split(" ").forEach(function(o){var l=o.replace(M,N);$[l]=new k(l,1,!1,o,null,!1,!1)}),"xlink:actuate xlink:arcrole xlink:role xlink:show xlink:title xlink:type".split(" ").forEach(function(o){var l=o.replace(M,N);$[l]=new k(l,1,!1,o,"http://www.w3.org/1999/xlink",!1,!1)}),["xml:base","xml:lang","xml:space"].forEach(function(o){var l=o.replace(M,N);$[l]=new k(l,1,!1,o,"http://www.w3.org/XML/1998/namespace",!1,!1)}),["tabIndex","crossOrigin"].forEach(function(o){$[o]=new k(o,1,!1,o.toLowerCase(),null,!1,!1)}),$.xlinkHref=new k("xlinkHref",1,!1,"xlink:href","http://www.w3.org/1999/xlink",!0,!1),["src","href","action","formAction"].forEach(function(o){$[o]=new k(o,1,!1,o.toLowerCase(),null,!0,!0)});function A(o,l,f,g){var y=$.hasOwnProperty(l)?$[l]:null;(y!==null?y.type!==0:g||!(2<l.length)||l[0]!=="o"&&l[0]!=="O"||l[1]!=="n"&&l[1]!=="N")&&(w(l,f,y,g)&&(f=null),g||y===null?x(l)&&(f===null?o.removeAttribute(l):o.setAttribute(l,""+f)):y.mustUseProperty?o[y.propertyName]=f===null?y.type===3?!1:"":f:(l=y.attributeName,g=y.attributeNamespace,f===null?o.removeAttribute(l):(y=y.type,f=y===3||y===4&&f===!0?"":""+f,g?o.setAttributeNS(g,l,f):o.setAttribute(l,f))))}var j=n.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED,T=Symbol.for("react.element"),R=Symbol.for("react.portal"),Q=Symbol.for("react.fragment"),B=Symbol.for("react.strict_mode"),K=Symbol.for("react.profiler"),ie=Symbol.for("react.provider"),le=Symbol.for("react.context"),V=Symbol.for("react.forward_ref"),ae=Symbol.for("react.suspense"),Oe=Symbol.for("react.suspense_list"),ge=Symbol.for("react.memo"),Me=Symbol.for("react.lazy"),he=Symbol.for("react.offscreen"),_=Symbol.iterator;function z(o){return o===null||typeof o!="object"?null:(o=_&&o[_]||o["@@iterator"],typeof o=="function"?o:null)}var G=Object.assign,C;function D(o){if(C===void 0)try{throw Error()}catch(f){var l=f.stack.trim().match(/\n( *(at )?)/);C=l&&l[1]||""}return`
34
- `+C+o}var ee=!1;function Ee(o,l){if(!o||ee)return"";ee=!0;var f=Error.prepareStackTrace;Error.prepareStackTrace=void 0;try{if(l)if(l=function(){throw Error()},Object.defineProperty(l.prototype,"props",{set:function(){throw Error()}}),typeof Reflect=="object"&&Reflect.construct){try{Reflect.construct(l,[])}catch(re){var g=re}Reflect.construct(o,[],l)}else{try{l.call()}catch(re){g=re}o.call(l.prototype)}else{try{throw Error()}catch(re){g=re}o()}}catch(re){if(re&&g&&typeof re.stack=="string"){for(var y=re.stack.split(`
35
- `),b=g.stack.split(`
36
- `),P=y.length-1,Z=b.length-1;1<=P&&0<=Z&&y[P]!==b[Z];)Z--;for(;1<=P&&0<=Z;P--,Z--)if(y[P]!==b[Z]){if(P!==1||Z!==1)do if(P--,Z--,0>Z||y[P]!==b[Z]){var I=`
37
- `+y[P].replace(" at new "," at ");return o.displayName&&I.includes("<anonymous>")&&(I=I.replace("<anonymous>",o.displayName)),I}while(1<=P&&0<=Z);break}}}finally{ee=!1,Error.prepareStackTrace=f}return(o=o?o.displayName||o.name:"")?D(o):""}function Qe(o){switch(o.tag){case 5:return D(o.type);case 16:return D("Lazy");case 13:return D("Suspense");case 19:return D("SuspenseList");case 0:case 2:case 15:return o=Ee(o.type,!1),o;case 11:return o=Ee(o.type.render,!1),o;case 1:return o=Ee(o.type,!0),o;default:return""}}function tt(o){if(o==null)return null;if(typeof o=="function")return o.displayName||o.name||null;if(typeof o=="string")return o;switch(o){case Q:return"Fragment";case R:return"Portal";case K:return"Profiler";case B:return"StrictMode";case ae:return"Suspense";case Oe:return"SuspenseList"}if(typeof o=="object")switch(o.$$typeof){case le:return(o.displayName||"Context")+".Consumer";case ie:return(o._context.displayName||"Context")+".Provider";case V:var l=o.render;return o=o.displayName,o||(o=l.displayName||l.name||"",o=o!==""?"ForwardRef("+o+")":"ForwardRef"),o;case ge:return l=o.displayName||null,l!==null?l:tt(o.type)||"Memo";case Me:l=o._payload,o=o._init;try{return tt(o(l))}catch{}}return null}function Ie(o){var l=o.type;switch(o.tag){case 24:return"Cache";case 9:return(l.displayName||"Context")+".Consumer";case 10:return(l._context.displayName||"Context")+".Provider";case 18:return"DehydratedFragment";case 11:return o=l.render,o=o.displayName||o.name||"",l.displayName||(o!==""?"ForwardRef("+o+")":"ForwardRef");case 7:return"Fragment";case 5:return l;case 4:return"Portal";case 3:return"Root";case 6:return"Text";case 16:return tt(l);case 8:return l===B?"StrictMode":"Mode";case 22:return"Offscreen";case 12:return"Profiler";case 21:return"Scope";case 13:return"Suspense";case 19:return"SuspenseList";case 25:return"TracingMarker";case 1:case 0:case 17:case 2:case 14:case 15:if(typeof l=="function")return l.displayName||l.name||null;if(typeof l=="string")return l}return null}function Y(o){switch(typeof o){case"boolean":case"number":case"string":case"undefined":return o;case"object":return o;default:return""}}function se(o){var l=o.type;return(o=o.nodeName)&&o.toLowerCase()==="input"&&(l==="checkbox"||l==="radio")}function xe(o){var l=se(o)?"checked":"value",f=Object.getOwnPropertyDescriptor(o.constructor.prototype,l),g=""+o[l];if(!o.hasOwnProperty(l)&&typeof f<"u"&&typeof f.get=="function"&&typeof f.set=="function"){var y=f.get,b=f.set;return Object.defineProperty(o,l,{configurable:!0,get:function(){return y.call(this)},set:function(P){g=""+P,b.call(this,P)}}),Object.defineProperty(o,l,{enumerable:f.enumerable}),{getValue:function(){return g},setValue:function(P){g=""+P},stopTracking:function(){o._valueTracker=null,delete o[l]}}}}function Ce(o){o._valueTracker||(o._valueTracker=xe(o))}function _e(o){if(!o)return!1;var l=o._valueTracker;if(!l)return!0;var f=l.getValue(),g="";return o&&(g=se(o)?o.checked?"true":"false":o.value),o=g,o!==f?(l.setValue(o),!0):!1}function qe(o){if(o=o||(typeof document<"u"?document:void 0),typeof o>"u")return null;try{return o.activeElement||o.body}catch{return o.body}}function Ne(o,l){var f=l.checked;return G({},l,{defaultChecked:void 0,defaultValue:void 0,value:void 0,checked:f??o._wrapperState.initialChecked})}function ze(o,l){var f=l.defaultValue==null?"":l.defaultValue,g=l.checked!=null?l.checked:l.defaultChecked;f=Y(l.value!=null?l.value:f),o._wrapperState={initialChecked:g,initialValue:f,controlled:l.type==="checkbox"||l.type==="radio"?l.checked!=null:l.value!=null}}function Je(o,l){l=l.checked,l!=null&&A(o,"checked",l,!1)}function St(o,l){Je(o,l);var f=Y(l.value),g=l.type;if(f!=null)g==="number"?(f===0&&o.value===""||o.value!=f)&&(o.value=""+f):o.value!==""+f&&(o.value=""+f);else if(g==="submit"||g==="reset"){o.removeAttribute("value");return}l.hasOwnProperty("value")?Te(o,l.type,f):l.hasOwnProperty("defaultValue")&&Te(o,l.type,Y(l.defaultValue)),l.checked==null&&l.defaultChecked!=null&&(o.defaultChecked=!!l.defaultChecked)}function ue(o,l,f){if(l.hasOwnProperty("value")||l.hasOwnProperty("defaultValue")){var g=l.type;if(!(g!=="submit"&&g!=="reset"||l.value!==void 0&&l.value!==null))return;l=""+o._wrapperState.initialValue,f||l===o.value||(o.value=l),o.defaultValue=l}f=o.name,f!==""&&(o.name=""),o.defaultChecked=!!o._wrapperState.initialChecked,f!==""&&(o.name=f)}function Te(o,l,f){(l!=="number"||qe(o.ownerDocument)!==o)&&(f==null?o.defaultValue=""+o._wrapperState.initialValue:o.defaultValue!==""+f&&(o.defaultValue=""+f))}var ce=Array.isArray;function rt(o,l,f,g){if(o=o.options,l){l={};for(var y=0;y<f.length;y++)l["$"+f[y]]=!0;for(f=0;f<o.length;f++)y=l.hasOwnProperty("$"+o[f].value),o[f].selected!==y&&(o[f].selected=y),y&&g&&(o[f].defaultSelected=!0)}else{for(f=""+Y(f),l=null,y=0;y<o.length;y++){if(o[y].value===f){o[y].selected=!0,g&&(o[y].defaultSelected=!0);return}l!==null||o[y].disabled||(l=o[y])}l!==null&&(l.selected=!0)}}function Re(o,l){if(l.dangerouslySetInnerHTML!=null)throw Error(t(91));return G({},l,{value:void 0,defaultValue:void 0,children:""+o._wrapperState.initialValue})}function vt(o,l){var f=l.value;if(f==null){if(f=l.children,l=l.defaultValue,f!=null){if(l!=null)throw Error(t(92));if(ce(f)){if(1<f.length)throw Error(t(93));f=f[0]}l=f}l==null&&(l=""),f=l}o._wrapperState={initialValue:Y(f)}}function ot(o,l){var f=Y(l.value),g=Y(l.defaultValue);f!=null&&(f=""+f,f!==o.value&&(o.value=f),l.defaultValue==null&&o.defaultValue!==f&&(o.defaultValue=f)),g!=null&&(o.defaultValue=""+g)}function gt(o){var l=o.textContent;l===o._wrapperState.initialValue&&l!==""&&l!==null&&(o.value=l)}function dt(o){switch(o){case"svg":return"http://www.w3.org/2000/svg";case"math":return"http://www.w3.org/1998/Math/MathML";default:return"http://www.w3.org/1999/xhtml"}}function At(o,l){return o==null||o==="http://www.w3.org/1999/xhtml"?dt(l):o==="http://www.w3.org/2000/svg"&&l==="foreignObject"?"http://www.w3.org/1999/xhtml":o}var Gt,nn=(function(o){return typeof MSApp<"u"&&MSApp.execUnsafeLocalFunction?function(l,f,g,y){MSApp.execUnsafeLocalFunction(function(){return o(l,f,g,y)})}:o})(function(o,l){if(o.namespaceURI!=="http://www.w3.org/2000/svg"||"innerHTML"in o)o.innerHTML=l;else{for(Gt=Gt||document.createElement("div"),Gt.innerHTML="<svg>"+l.valueOf().toString()+"</svg>",l=Gt.firstChild;o.firstChild;)o.removeChild(o.firstChild);for(;l.firstChild;)o.appendChild(l.firstChild)}});function Ut(o,l){if(l){var f=o.firstChild;if(f&&f===o.lastChild&&f.nodeType===3){f.nodeValue=l;return}}o.textContent=l}var mn={animationIterationCount:!0,aspectRatio:!0,borderImageOutset:!0,borderImageSlice:!0,borderImageWidth:!0,boxFlex:!0,boxFlexGroup:!0,boxOrdinalGroup:!0,columnCount:!0,columns:!0,flex:!0,flexGrow:!0,flexPositive:!0,flexShrink:!0,flexNegative:!0,flexOrder:!0,gridArea:!0,gridRow:!0,gridRowEnd:!0,gridRowSpan:!0,gridRowStart:!0,gridColumn:!0,gridColumnEnd:!0,gridColumnSpan:!0,gridColumnStart:!0,fontWeight:!0,lineClamp:!0,lineHeight:!0,opacity:!0,order:!0,orphans:!0,tabSize:!0,widows:!0,zIndex:!0,zoom:!0,fillOpacity:!0,floodOpacity:!0,stopOpacity:!0,strokeDasharray:!0,strokeDashoffset:!0,strokeMiterlimit:!0,strokeOpacity:!0,strokeWidth:!0},te=["Webkit","ms","Moz","O"];Object.keys(mn).forEach(function(o){te.forEach(function(l){l=l+o.charAt(0).toUpperCase()+o.substring(1),mn[l]=mn[o]})});function ne(o,l,f){return l==null||typeof l=="boolean"||l===""?"":f||typeof l!="number"||l===0||mn.hasOwnProperty(o)&&mn[o]?(""+l).trim():l+"px"}function nt(o,l){o=o.style;for(var f in l)if(l.hasOwnProperty(f)){var g=f.indexOf("--")===0,y=ne(f,l[f],g);f==="float"&&(f="cssFloat"),g?o.setProperty(f,y):o[f]=y}}var Ze=G({menuitem:!0},{area:!0,base:!0,br:!0,col:!0,embed:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0});function He(o,l){if(l){if(Ze[o]&&(l.children!=null||l.dangerouslySetInnerHTML!=null))throw Error(t(137,o));if(l.dangerouslySetInnerHTML!=null){if(l.children!=null)throw Error(t(60));if(typeof l.dangerouslySetInnerHTML!="object"||!("__html"in l.dangerouslySetInnerHTML))throw Error(t(61))}if(l.style!=null&&typeof l.style!="object")throw Error(t(62))}}function Et(o,l){if(o.indexOf("-")===-1)return typeof l.is=="string";switch(o){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 ft=null;function Ot(o){return o=o.target||o.srcElement||window,o.correspondingUseElement&&(o=o.correspondingUseElement),o.nodeType===3?o.parentNode:o}var We=null,Tt=null,Se=null;function zt(o){if(o=yc(o)){if(typeof We!="function")throw Error(t(280));var l=o.stateNode;l&&(l=a0(l),We(o.stateNode,o.type,l))}}function Mt(o){Tt?Se?Se.push(o):Se=[o]:Tt=o}function Bt(){if(Tt){var o=Tt,l=Se;if(Se=Tt=null,zt(o),l)for(o=0;o<l.length;o++)zt(l[o])}}function Nt(o,l){return o(l)}function Yt(){}var gn=!1;function Kt(o,l,f){if(gn)return o(l,f);gn=!0;try{return Nt(o,l,f)}finally{gn=!1,(Tt!==null||Se!==null)&&(Yt(),Bt())}}function In(o,l){var f=o.stateNode;if(f===null)return null;var g=a0(f);if(g===null)return null;f=g[l];e:switch(l){case"onClick":case"onClickCapture":case"onDoubleClick":case"onDoubleClickCapture":case"onMouseDown":case"onMouseDownCapture":case"onMouseMove":case"onMouseMoveCapture":case"onMouseUp":case"onMouseUpCapture":case"onMouseEnter":(g=!g.disabled)||(o=o.type,g=!(o==="button"||o==="input"||o==="select"||o==="textarea")),o=!g;break e;default:o=!1}if(o)return null;if(f&&typeof f!="function")throw Error(t(231,l,typeof f));return f}var Ht=!1;if(c)try{var ln={};Object.defineProperty(ln,"passive",{get:function(){Ht=!0}}),window.addEventListener("test",ln,ln),window.removeEventListener("test",ln,ln)}catch{Ht=!1}function Zr(o,l,f,g,y,b,P,Z,I){var re=Array.prototype.slice.call(arguments,3);try{l.apply(f,re)}catch(me){this.onError(me)}}var vr=!1,br=null,wr=!1,Xi=null,Fi={onError:function(o){vr=!0,br=o}};function La(o,l,f,g,y,b,P,Z,I){vr=!1,br=null,Zr.apply(Fi,arguments)}function gs(o,l,f,g,y,b,P,Z,I){if(La.apply(this,arguments),vr){if(vr){var re=br;vr=!1,br=null}else throw Error(t(198));wr||(wr=!0,Xi=re)}}function Un(o){var l=o,f=o;if(o.alternate)for(;l.return;)l=l.return;else{o=l;do l=o,(l.flags&4098)!==0&&(f=l.return),o=l.return;while(o)}return l.tag===3?f:null}function Gn(o){if(o.tag===13){var l=o.memoizedState;if(l===null&&(o=o.alternate,o!==null&&(l=o.memoizedState)),l!==null)return l.dehydrated}return null}function zi(o){if(Un(o)!==o)throw Error(t(188))}function Hi(o){var l=o.alternate;if(!l){if(l=Un(o),l===null)throw Error(t(188));return l!==o?null:o}for(var f=o,g=l;;){var y=f.return;if(y===null)break;var b=y.alternate;if(b===null){if(g=y.return,g!==null){f=g;continue}break}if(y.child===b.child){for(b=y.child;b;){if(b===f)return zi(y),o;if(b===g)return zi(y),l;b=b.sibling}throw Error(t(188))}if(f.return!==g.return)f=y,g=b;else{for(var P=!1,Z=y.child;Z;){if(Z===f){P=!0,f=y,g=b;break}if(Z===g){P=!0,g=y,f=b;break}Z=Z.sibling}if(!P){for(Z=b.child;Z;){if(Z===f){P=!0,f=b,g=y;break}if(Z===g){P=!0,g=b,f=y;break}Z=Z.sibling}if(!P)throw Error(t(189))}}if(f.alternate!==g)throw Error(t(190))}if(f.tag!==3)throw Error(t(188));return f.stateNode.current===f?o:l}function Os(o){return o=Hi(o),o!==null?jt(o):null}function jt(o){if(o.tag===5||o.tag===6)return o;for(o=o.child;o!==null;){var l=jt(o);if(l!==null)return l;o=o.sibling}return null}var xt=e.unstable_scheduleCallback,Gr=e.unstable_cancelCallback,xs=e.unstable_shouldYield,Sr=e.unstable_requestPaint,Qt=e.unstable_now,Gs=e.unstable_getCurrentPriorityLevel,Rr=e.unstable_ImmediatePriority,Pi=e.unstable_UserBlockingPriority,jn=e.unstable_NormalPriority,An=e.unstable_LowPriority,ir=e.unstable_IdlePriority,sr=null,H=null;function Ae(o){if(H&&typeof H.onCommitFiberRoot=="function")try{H.onCommitFiberRoot(sr,o,void 0,(o.current.flags&128)===128)}catch{}}var ke=Math.clz32?Math.clz32:Pe,be=Math.log,et=Math.LN2;function Pe(o){return o>>>=0,o===0?32:31-(be(o)/et|0)|0}var wt=64,Jt=4194304;function Lt(o){switch(o&-o){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: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 o&4194240;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return o&130023424;case 134217728:return 134217728;case 268435456:return 268435456;case 536870912:return 536870912;case 1073741824:return 1073741824;default:return o}}function ut(o,l){var f=o.pendingLanes;if(f===0)return 0;var g=0,y=o.suspendedLanes,b=o.pingedLanes,P=f&268435455;if(P!==0){var Z=P&~y;Z!==0?g=Lt(Z):(b&=P,b!==0&&(g=Lt(b)))}else P=f&~y,P!==0?g=Lt(P):b!==0&&(g=Lt(b));if(g===0)return 0;if(l!==0&&l!==g&&(l&y)===0&&(y=g&-g,b=l&-l,y>=b||y===16&&(b&4194240)!==0))return l;if((g&4)!==0&&(g|=f&16),l=o.entangledLanes,l!==0)for(o=o.entanglements,l&=g;0<l;)f=31-ke(l),y=1<<f,g|=o[f],l&=~y;return g}function Dn(o,l){switch(o){case 1:case 2:case 4:return l+250;case 8:case 16:case 32:case 64: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 l+5e3;case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:return-1;case 134217728:case 268435456:case 536870912:case 1073741824:return-1;default:return-1}}function en(o,l){for(var f=o.suspendedLanes,g=o.pingedLanes,y=o.expirationTimes,b=o.pendingLanes;0<b;){var P=31-ke(b),Z=1<<P,I=y[P];I===-1?((Z&f)===0||(Z&g)!==0)&&(y[P]=Dn(Z,l)):I<=l&&(o.expiredLanes|=Z),b&=~Z}}function $n(o){return o=o.pendingLanes&-1073741825,o!==0?o:o&1073741824?1073741824:0}function Wi(){var o=wt;return wt<<=1,(wt&4194240)===0&&(wt=64),o}function Ho(o){for(var l=[],f=0;31>f;f++)l.push(o);return l}function ys(o,l,f){o.pendingLanes|=l,l!==536870912&&(o.suspendedLanes=0,o.pingedLanes=0),o=o.eventTimes,l=31-ke(l),o[l]=f}function yt(o,l){var f=o.pendingLanes&~l;o.pendingLanes=l,o.suspendedLanes=0,o.pingedLanes=0,o.expiredLanes&=l,o.mutableReadLanes&=l,o.entangledLanes&=l,l=o.entanglements;var g=o.eventTimes;for(o=o.expirationTimes;0<f;){var y=31-ke(f),b=1<<y;l[y]=0,g[y]=-1,o[y]=-1,f&=~b}}function vs(o,l){var f=o.entangledLanes|=l;for(o=o.entanglements;f;){var g=31-ke(f),y=1<<g;y&l|o[g]&l&&(o[g]|=l),f&=~y}}var Vt=0;function Va(o){return o&=-o,1<o?4<o?(o&268435455)!==0?16:536870912:4:1}var Jl,_t,$t,or,di,Cn=!1,Kr=[],kr=null,En=null,Nr=null,bs=new Map,ar=new Map,Jr=[],_a="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 submit".split(" ");function Ia(o,l){switch(o){case"focusin":case"focusout":kr=null;break;case"dragenter":case"dragleave":En=null;break;case"mouseover":case"mouseout":Nr=null;break;case"pointerover":case"pointerout":bs.delete(l.pointerId);break;case"gotpointercapture":case"lostpointercapture":ar.delete(l.pointerId)}}function ws(o,l,f,g,y,b){return o===null||o.nativeEvent!==b?(o={blockedOn:l,domEventName:f,eventSystemFlags:g,nativeEvent:b,targetContainers:[y]},l!==null&&(l=yc(l),l!==null&&_t(l)),o):(o.eventSystemFlags|=g,l=o.targetContainers,y!==null&&l.indexOf(y)===-1&&l.push(y),o)}function Hu(o,l,f,g,y){switch(l){case"focusin":return kr=ws(kr,o,l,f,g,y),!0;case"dragenter":return En=ws(En,o,l,f,g,y),!0;case"mouseover":return Nr=ws(Nr,o,l,f,g,y),!0;case"pointerover":var b=y.pointerId;return bs.set(b,ws(bs.get(b)||null,o,l,f,g,y)),!0;case"gotpointercapture":return b=y.pointerId,ar.set(b,ws(ar.get(b)||null,o,l,f,g,y)),!0}return!1}function ec(o){var l=Uo(o.target);if(l!==null){var f=Un(l);if(f!==null){if(l=f.tag,l===13){if(l=Gn(f),l!==null){o.blockedOn=l,di(o.priority,function(){$t(f)});return}}else if(l===3&&f.stateNode.current.memoizedState.isDehydrated){o.blockedOn=f.tag===3?f.stateNode.containerInfo:null;return}}}o.blockedOn=null}function ei(o){if(o.blockedOn!==null)return!1;for(var l=o.targetContainers;0<l.length;){var f=nc(o.domEventName,o.eventSystemFlags,l[0],o.nativeEvent);if(f===null){f=o.nativeEvent;var g=new f.constructor(f.type,f);ft=g,f.target.dispatchEvent(g),ft=null}else return l=yc(f),l!==null&&_t(l),o.blockedOn=f,!1;l.shift()}return!0}function Ks(o,l,f){ei(o)&&f.delete(l)}function Xn(){Cn=!1,kr!==null&&ei(kr)&&(kr=null),En!==null&&ei(En)&&(En=null),Nr!==null&&ei(Nr)&&(Nr=null),bs.forEach(Ks),ar.forEach(Ks)}function Bi(o,l){o.blockedOn===l&&(o.blockedOn=null,Cn||(Cn=!0,e.unstable_scheduleCallback(e.unstable_NormalPriority,Xn)))}function vn(o){function l(y){return Bi(y,o)}if(0<Kr.length){Bi(Kr[0],o);for(var f=1;f<Kr.length;f++){var g=Kr[f];g.blockedOn===o&&(g.blockedOn=null)}}for(kr!==null&&Bi(kr,o),En!==null&&Bi(En,o),Nr!==null&&Bi(Nr,o),bs.forEach(l),ar.forEach(l),f=0;f<Jr.length;f++)g=Jr[f],g.blockedOn===o&&(g.blockedOn=null);for(;0<Jr.length&&(f=Jr[0],f.blockedOn===null);)ec(f),f.blockedOn===null&&Jr.shift()}var Pr=j.ReactCurrentBatchConfig,lr=!0;function xf(o,l,f,g){var y=Vt,b=Pr.transition;Pr.transition=null;try{Vt=1,tc(o,l,f,g)}finally{Vt=y,Pr.transition=b}}function Wu(o,l,f,g){var y=Vt,b=Pr.transition;Pr.transition=null;try{Vt=4,tc(o,l,f,g)}finally{Vt=y,Pr.transition=b}}function tc(o,l,f,g){if(lr){var y=nc(o,l,f,g);if(y===null)zf(o,l,g,Da,f),Ia(o,g);else if(Hu(y,o,l,f,g))g.stopPropagation();else if(Ia(o,g),l&4&&-1<_a.indexOf(o)){for(;y!==null;){var b=yc(y);if(b!==null&&Jl(b),b=nc(o,l,f,g),b===null&&zf(o,l,g,Da,f),b===y)break;y=b}y!==null&&g.stopPropagation()}else zf(o,l,g,null,f)}}var Da=null;function nc(o,l,f,g){if(Da=null,o=Ot(g),o=Uo(o),o!==null)if(l=Un(o),l===null)o=null;else if(f=l.tag,f===13){if(o=Gn(l),o!==null)return o;o=null}else if(f===3){if(l.stateNode.current.memoizedState.isDehydrated)return l.tag===3?l.stateNode.containerInfo:null;o=null}else l!==o&&(o=null);return Da=o,null}function Bu(o){switch(o){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"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 1;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"toggle":case"touchmove":case"wheel":case"mouseenter":case"mouseleave":case"pointerenter":case"pointerleave":return 4;case"message":switch(Gs()){case Rr:return 1;case Pi:return 4;case jn:case An:return 16;case ir:return 536870912;default:return 16}default:return 16}}var Yi=null,Js=null,Ss=null;function ks(){if(Ss)return Ss;var o,l=Js,f=l.length,g,y="value"in Yi?Yi.value:Yi.textContent,b=y.length;for(o=0;o<f&&l[o]===y[o];o++);var P=f-o;for(g=1;g<=P&&l[f-g]===y[b-g];g++);return Ss=y.slice(o,1<g?1-g:void 0)}function Zn(o){var l=o.keyCode;return"charCode"in o?(o=o.charCode,o===0&&l===13&&(o=13)):o=l,o===10&&(o=13),32<=o||o===13?o:0}function Wo(){return!0}function Yu(){return!1}function cr(o){function l(f,g,y,b,P){this._reactName=f,this._targetInst=y,this.type=g,this.nativeEvent=b,this.target=P,this.currentTarget=null;for(var Z in o)o.hasOwnProperty(Z)&&(f=o[Z],this[Z]=f?f(b):b[Z]);return this.isDefaultPrevented=(b.defaultPrevented!=null?b.defaultPrevented:b.returnValue===!1)?Wo:Yu,this.isPropagationStopped=Yu,this}return G(l.prototype,{preventDefault:function(){this.defaultPrevented=!0;var f=this.nativeEvent;f&&(f.preventDefault?f.preventDefault():typeof f.returnValue!="unknown"&&(f.returnValue=!1),this.isDefaultPrevented=Wo)},stopPropagation:function(){var f=this.nativeEvent;f&&(f.stopPropagation?f.stopPropagation():typeof f.cancelBubble!="unknown"&&(f.cancelBubble=!0),this.isPropagationStopped=Wo)},persist:function(){},isPersistent:Wo}),l}var eo={eventPhase:0,bubbles:0,cancelable:0,timeStamp:function(o){return o.timeStamp||Date.now()},defaultPrevented:0,isTrusted:0},Xa=cr(eo),Bo=G({},eo,{view:0,detail:0}),yf=cr(Bo),rc,ic,Ps,to=G({},Bo,{screenX:0,screenY:0,clientX:0,clientY:0,pageX:0,pageY:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,getModifierState:ac,button:0,buttons:0,relatedTarget:function(o){return o.relatedTarget===void 0?o.fromElement===o.srcElement?o.toElement:o.fromElement:o.relatedTarget},movementX:function(o){return"movementX"in o?o.movementX:(o!==Ps&&(Ps&&o.type==="mousemove"?(rc=o.screenX-Ps.screenX,ic=o.screenY-Ps.screenY):ic=rc=0,Ps=o),rc)},movementY:function(o){return"movementY"in o?o.movementY:ic}}),As=cr(to),vf=G({},to,{dataTransfer:0}),bf=cr(vf),wf=G({},Bo,{relatedTarget:0}),sc=cr(wf),Sf=G({},eo,{animationName:0,elapsedTime:0,pseudoElement:0}),kf=cr(Sf),Pf=G({},eo,{clipboardData:function(o){return"clipboardData"in o?o.clipboardData:window.clipboardData}}),Af=cr(Pf),$f=G({},eo,{data:0}),Ar=cr($f),no={Esc:"Escape",Spacebar:" ",Left:"ArrowLeft",Up:"ArrowUp",Right:"ArrowRight",Down:"ArrowDown",Del:"Delete",Win:"OS",Menu:"ContextMenu",Apps:"ContextMenu",Scroll:"ScrollLock",MozPrintableKey:"Unidentified"},oc={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"},Cf={Alt:"altKey",Control:"ctrlKey",Meta:"metaKey",Shift:"shiftKey"};function Ef(o){var l=this.nativeEvent;return l.getModifierState?l.getModifierState(o):(o=Cf[o])?!!l[o]:!1}function ac(){return Ef}var Tf=G({},Bo,{key:function(o){if(o.key){var l=no[o.key]||o.key;if(l!=="Unidentified")return l}return o.type==="keypress"?(o=Zn(o),o===13?"Enter":String.fromCharCode(o)):o.type==="keydown"||o.type==="keyup"?oc[o.keyCode]||"Unidentified":""},code:0,location:0,ctrlKey:0,shiftKey:0,altKey:0,metaKey:0,repeat:0,locale:0,getModifierState:ac,charCode:function(o){return o.type==="keypress"?Zn(o):0},keyCode:function(o){return o.type==="keydown"||o.type==="keyup"?o.keyCode:0},which:function(o){return o.type==="keypress"?Zn(o):o.type==="keydown"||o.type==="keyup"?o.keyCode:0}}),qu=cr(Tf),Mf=G({},to,{pointerId:0,width:0,height:0,pressure:0,tangentialPressure:0,tiltX:0,tiltY:0,twist:0,pointerType:0,isPrimary:0}),Uu=cr(Mf),lc=G({},Bo,{touches:0,targetTouches:0,changedTouches:0,altKey:0,metaKey:0,ctrlKey:0,shiftKey:0,getModifierState:ac}),Qf=cr(lc),jf=G({},eo,{propertyName:0,elapsedTime:0,pseudoElement:0}),Gu=cr(jf),Ku=G({},to,{deltaX:function(o){return"deltaX"in o?o.deltaX:"wheelDeltaX"in o?-o.wheelDeltaX:0},deltaY:function(o){return"deltaY"in o?o.deltaY:"wheelDeltaY"in o?-o.wheelDeltaY:"wheelDelta"in o?-o.wheelDelta:0},deltaZ:0,deltaMode:0}),Ju=cr(Ku),Zf=[9,13,27,32],ro=c&&"CompositionEvent"in window,Yo=null;c&&"documentMode"in document&&(Yo=document.documentMode);var Rf=c&&"TextEvent"in window&&!Yo,cc=c&&(!ro||Yo&&8<Yo&&11>=Yo),uc=" ",dc=!1;function Fa(o,l){switch(o){case"keyup":return Zf.indexOf(l.keyCode)!==-1;case"keydown":return l.keyCode!==229;case"keypress":case"mousedown":case"focusout":return!0;default:return!1}}function fc(o){return o=o.detail,typeof o=="object"&&"data"in o?o.data:null}var io=!1;function Nf(o,l){switch(o){case"compositionend":return fc(l);case"keypress":return l.which!==32?null:(dc=!0,uc);case"textInput":return o=l.data,o===uc&&dc?null:o;default:return null}}function S(o,l){if(io)return o==="compositionend"||!ro&&Fa(o,l)?(o=ks(),Ss=Js=Yi=null,io=!1,o):null;switch(o){case"paste":return null;case"keypress":if(!(l.ctrlKey||l.altKey||l.metaKey)||l.ctrlKey&&l.altKey){if(l.char&&1<l.char.length)return l.char;if(l.which)return String.fromCharCode(l.which)}return null;case"compositionend":return cc&&l.locale!=="ko"?null:l.data;default:return null}}var E={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 L(o){var l=o&&o.nodeName&&o.nodeName.toLowerCase();return l==="input"?!!E[o.type]:l==="textarea"}function F(o,l,f,g){Mt(g),l=i0(l,"onChange"),0<l.length&&(f=new Xa("onChange","change",null,f,g),o.push({event:f,listeners:l}))}var q=null,oe=null;function fe(o){mO(o,0)}function ye(o){var l=Ya(o);if(_e(l))return o}function we(o,l){if(o==="change")return l}var at=!1;if(c){var ht;if(c){var lt="oninput"in document;if(!lt){var kt=document.createElement("div");kt.setAttribute("oninput","return;"),lt=typeof kt.oninput=="function"}ht=lt}else ht=!1;at=ht&&(!document.documentMode||9<document.documentMode)}function Zt(){q&&(q.detachEvent("onpropertychange",bn),oe=q=null)}function bn(o){if(o.propertyName==="value"&&ye(oe)){var l=[];F(l,oe,o,Ot(o)),Kt(fe,l)}}function fi(o,l,f){o==="focusin"?(Zt(),q=l,oe=f,q.attachEvent("onpropertychange",bn)):o==="focusout"&&Zt()}function so(o){if(o==="selectionchange"||o==="keyup"||o==="keydown")return ye(oe)}function qo(o,l){if(o==="click")return ye(l)}function ur(o,l){if(o==="input"||o==="change")return ye(l)}function e0(o,l){return o===l&&(o!==0||1/o===1/l)||o!==o&&l!==l}var Lr=typeof Object.is=="function"?Object.is:e0;function hc(o,l){if(Lr(o,l))return!0;if(typeof o!="object"||o===null||typeof l!="object"||l===null)return!1;var f=Object.keys(o),g=Object.keys(l);if(f.length!==g.length)return!1;for(g=0;g<f.length;g++){var y=f[g];if(!u.call(l,y)||!Lr(o[y],l[y]))return!1}return!0}function nO(o){for(;o&&o.firstChild;)o=o.firstChild;return o}function rO(o,l){var f=nO(o);o=0;for(var g;f;){if(f.nodeType===3){if(g=o+f.textContent.length,o<=l&&g>=l)return{node:f,offset:l-o};o=g}e:{for(;f;){if(f.nextSibling){f=f.nextSibling;break e}f=f.parentNode}f=void 0}f=nO(f)}}function iO(o,l){return o&&l?o===l?!0:o&&o.nodeType===3?!1:l&&l.nodeType===3?iO(o,l.parentNode):"contains"in o?o.contains(l):o.compareDocumentPosition?!!(o.compareDocumentPosition(l)&16):!1:!1}function sO(){for(var o=window,l=qe();l instanceof o.HTMLIFrameElement;){try{var f=typeof l.contentWindow.location.href=="string"}catch{f=!1}if(f)o=l.contentWindow;else break;l=qe(o.document)}return l}function Lf(o){var l=o&&o.nodeName&&o.nodeName.toLowerCase();return l&&(l==="input"&&(o.type==="text"||o.type==="search"||o.type==="tel"||o.type==="url"||o.type==="password")||l==="textarea"||o.contentEditable==="true")}function YS(o){var l=sO(),f=o.focusedElem,g=o.selectionRange;if(l!==f&&f&&f.ownerDocument&&iO(f.ownerDocument.documentElement,f)){if(g!==null&&Lf(f)){if(l=g.start,o=g.end,o===void 0&&(o=l),"selectionStart"in f)f.selectionStart=l,f.selectionEnd=Math.min(o,f.value.length);else if(o=(l=f.ownerDocument||document)&&l.defaultView||window,o.getSelection){o=o.getSelection();var y=f.textContent.length,b=Math.min(g.start,y);g=g.end===void 0?b:Math.min(g.end,y),!o.extend&&b>g&&(y=g,g=b,b=y),y=rO(f,b);var P=rO(f,g);y&&P&&(o.rangeCount!==1||o.anchorNode!==y.node||o.anchorOffset!==y.offset||o.focusNode!==P.node||o.focusOffset!==P.offset)&&(l=l.createRange(),l.setStart(y.node,y.offset),o.removeAllRanges(),b>g?(o.addRange(l),o.extend(P.node,P.offset)):(l.setEnd(P.node,P.offset),o.addRange(l)))}}for(l=[],o=f;o=o.parentNode;)o.nodeType===1&&l.push({element:o,left:o.scrollLeft,top:o.scrollTop});for(typeof f.focus=="function"&&f.focus(),f=0;f<l.length;f++)o=l[f],o.element.scrollLeft=o.left,o.element.scrollTop=o.top}}var qS=c&&"documentMode"in document&&11>=document.documentMode,za=null,Vf=null,pc=null,_f=!1;function oO(o,l,f){var g=f.window===f?f.document:f.nodeType===9?f:f.ownerDocument;_f||za==null||za!==qe(g)||(g=za,"selectionStart"in g&&Lf(g)?g={start:g.selectionStart,end:g.selectionEnd}:(g=(g.ownerDocument&&g.ownerDocument.defaultView||window).getSelection(),g={anchorNode:g.anchorNode,anchorOffset:g.anchorOffset,focusNode:g.focusNode,focusOffset:g.focusOffset}),pc&&hc(pc,g)||(pc=g,g=i0(Vf,"onSelect"),0<g.length&&(l=new Xa("onSelect","select",null,l,f),o.push({event:l,listeners:g}),l.target=za)))}function t0(o,l){var f={};return f[o.toLowerCase()]=l.toLowerCase(),f["Webkit"+o]="webkit"+l,f["Moz"+o]="moz"+l,f}var Ha={animationend:t0("Animation","AnimationEnd"),animationiteration:t0("Animation","AnimationIteration"),animationstart:t0("Animation","AnimationStart"),transitionend:t0("Transition","TransitionEnd")},If={},aO={};c&&(aO=document.createElement("div").style,"AnimationEvent"in window||(delete Ha.animationend.animation,delete Ha.animationiteration.animation,delete Ha.animationstart.animation),"TransitionEvent"in window||delete Ha.transitionend.transition);function n0(o){if(If[o])return If[o];if(!Ha[o])return o;var l=Ha[o],f;for(f in l)if(l.hasOwnProperty(f)&&f in aO)return If[o]=l[f];return o}var lO=n0("animationend"),cO=n0("animationiteration"),uO=n0("animationstart"),dO=n0("transitionend"),fO=new Map,hO="abort auxClick 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(" ");function oo(o,l){fO.set(o,l),s(l,[o])}for(var Df=0;Df<hO.length;Df++){var Xf=hO[Df],US=Xf.toLowerCase(),GS=Xf[0].toUpperCase()+Xf.slice(1);oo(US,"on"+GS)}oo(lO,"onAnimationEnd"),oo(cO,"onAnimationIteration"),oo(uO,"onAnimationStart"),oo("dblclick","onDoubleClick"),oo("focusin","onFocus"),oo("focusout","onBlur"),oo(dO,"onTransitionEnd"),a("onMouseEnter",["mouseout","mouseover"]),a("onMouseLeave",["mouseout","mouseover"]),a("onPointerEnter",["pointerout","pointerover"]),a("onPointerLeave",["pointerout","pointerover"]),s("onChange","change click focusin focusout input keydown keyup selectionchange".split(" ")),s("onSelect","focusout contextmenu dragend focusin keydown keyup mousedown mouseup selectionchange".split(" ")),s("onBeforeInput",["compositionend","keypress","textInput","paste"]),s("onCompositionEnd","compositionend focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionStart","compositionstart focusout keydown keypress keyup mousedown".split(" ")),s("onCompositionUpdate","compositionupdate focusout keydown keypress keyup mousedown".split(" "));var mc="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(" "),KS=new Set("cancel close invalid load scroll toggle".split(" ").concat(mc));function pO(o,l,f){var g=o.type||"unknown-event";o.currentTarget=f,gs(g,l,void 0,o),o.currentTarget=null}function mO(o,l){l=(l&4)!==0;for(var f=0;f<o.length;f++){var g=o[f],y=g.event;g=g.listeners;e:{var b=void 0;if(l)for(var P=g.length-1;0<=P;P--){var Z=g[P],I=Z.instance,re=Z.currentTarget;if(Z=Z.listener,I!==b&&y.isPropagationStopped())break e;pO(y,Z,re),b=I}else for(P=0;P<g.length;P++){if(Z=g[P],I=Z.instance,re=Z.currentTarget,Z=Z.listener,I!==b&&y.isPropagationStopped())break e;pO(y,Z,re),b=I}}}if(wr)throw o=Xi,wr=!1,Xi=null,o}function on(o,l){var f=l[Uf];f===void 0&&(f=l[Uf]=new Set);var g=o+"__bubble";f.has(g)||(gO(l,o,2,!1),f.add(g))}function Ff(o,l,f){var g=0;l&&(g|=4),gO(f,o,g,l)}var r0="_reactListening"+Math.random().toString(36).slice(2);function gc(o){if(!o[r0]){o[r0]=!0,r.forEach(function(f){f!=="selectionchange"&&(KS.has(f)||Ff(f,!1,o),Ff(f,!0,o))});var l=o.nodeType===9?o:o.ownerDocument;l===null||l[r0]||(l[r0]=!0,Ff("selectionchange",!1,l))}}function gO(o,l,f,g){switch(Bu(l)){case 1:var y=xf;break;case 4:y=Wu;break;default:y=tc}f=y.bind(null,l,f,o),y=void 0,!Ht||l!=="touchstart"&&l!=="touchmove"&&l!=="wheel"||(y=!0),g?y!==void 0?o.addEventListener(l,f,{capture:!0,passive:y}):o.addEventListener(l,f,!0):y!==void 0?o.addEventListener(l,f,{passive:y}):o.addEventListener(l,f,!1)}function zf(o,l,f,g,y){var b=g;if((l&1)===0&&(l&2)===0&&g!==null)e:for(;;){if(g===null)return;var P=g.tag;if(P===3||P===4){var Z=g.stateNode.containerInfo;if(Z===y||Z.nodeType===8&&Z.parentNode===y)break;if(P===4)for(P=g.return;P!==null;){var I=P.tag;if((I===3||I===4)&&(I=P.stateNode.containerInfo,I===y||I.nodeType===8&&I.parentNode===y))return;P=P.return}for(;Z!==null;){if(P=Uo(Z),P===null)return;if(I=P.tag,I===5||I===6){g=b=P;continue e}Z=Z.parentNode}}g=g.return}Kt(function(){var re=b,me=Ot(f),ve=[];e:{var pe=fO.get(o);if(pe!==void 0){var Ve=Xa,Fe=o;switch(o){case"keypress":if(Zn(f)===0)break e;case"keydown":case"keyup":Ve=qu;break;case"focusin":Fe="focus",Ve=sc;break;case"focusout":Fe="blur",Ve=sc;break;case"beforeblur":case"afterblur":Ve=sc;break;case"click":if(f.button===2)break e;case"auxclick":case"dblclick":case"mousedown":case"mousemove":case"mouseup":case"mouseout":case"mouseover":case"contextmenu":Ve=As;break;case"drag":case"dragend":case"dragenter":case"dragexit":case"dragleave":case"dragover":case"dragstart":case"drop":Ve=bf;break;case"touchcancel":case"touchend":case"touchmove":case"touchstart":Ve=Qf;break;case lO:case cO:case uO:Ve=kf;break;case dO:Ve=Gu;break;case"scroll":Ve=yf;break;case"wheel":Ve=Ju;break;case"copy":case"cut":case"paste":Ve=Af;break;case"gotpointercapture":case"lostpointercapture":case"pointercancel":case"pointerdown":case"pointermove":case"pointerout":case"pointerover":case"pointerup":Ve=Uu}var Ue=(l&4)!==0,wn=!Ue&&o==="scroll",U=Ue?pe!==null?pe+"Capture":null:pe;Ue=[];for(var W=re,J;W!==null;){J=W;var $e=J.stateNode;if(J.tag===5&&$e!==null&&(J=$e,U!==null&&($e=In(W,U),$e!=null&&Ue.push(Oc(W,$e,J)))),wn)break;W=W.return}0<Ue.length&&(pe=new Ve(pe,Fe,null,f,me),ve.push({event:pe,listeners:Ue}))}}if((l&7)===0){e:{if(pe=o==="mouseover"||o==="pointerover",Ve=o==="mouseout"||o==="pointerout",pe&&f!==ft&&(Fe=f.relatedTarget||f.fromElement)&&(Uo(Fe)||Fe[$s]))break e;if((Ve||pe)&&(pe=me.window===me?me:(pe=me.ownerDocument)?pe.defaultView||pe.parentWindow:window,Ve?(Fe=f.relatedTarget||f.toElement,Ve=re,Fe=Fe?Uo(Fe):null,Fe!==null&&(wn=Un(Fe),Fe!==wn||Fe.tag!==5&&Fe.tag!==6)&&(Fe=null)):(Ve=null,Fe=re),Ve!==Fe)){if(Ue=As,$e="onMouseLeave",U="onMouseEnter",W="mouse",(o==="pointerout"||o==="pointerover")&&(Ue=Uu,$e="onPointerLeave",U="onPointerEnter",W="pointer"),wn=Ve==null?pe:Ya(Ve),J=Fe==null?pe:Ya(Fe),pe=new Ue($e,W+"leave",Ve,f,me),pe.target=wn,pe.relatedTarget=J,$e=null,Uo(me)===re&&(Ue=new Ue(U,W+"enter",Fe,f,me),Ue.target=J,Ue.relatedTarget=wn,$e=Ue),wn=$e,Ve&&Fe)t:{for(Ue=Ve,U=Fe,W=0,J=Ue;J;J=Wa(J))W++;for(J=0,$e=U;$e;$e=Wa($e))J++;for(;0<W-J;)Ue=Wa(Ue),W--;for(;0<J-W;)U=Wa(U),J--;for(;W--;){if(Ue===U||U!==null&&Ue===U.alternate)break t;Ue=Wa(Ue),U=Wa(U)}Ue=null}else Ue=null;Ve!==null&&OO(ve,pe,Ve,Ue,!1),Fe!==null&&wn!==null&&OO(ve,wn,Fe,Ue,!0)}}e:{if(pe=re?Ya(re):window,Ve=pe.nodeName&&pe.nodeName.toLowerCase(),Ve==="select"||Ve==="input"&&pe.type==="file")var Ge=we;else if(L(pe))if(at)Ge=ur;else{Ge=so;var it=fi}else(Ve=pe.nodeName)&&Ve.toLowerCase()==="input"&&(pe.type==="checkbox"||pe.type==="radio")&&(Ge=qo);if(Ge&&(Ge=Ge(o,re))){F(ve,Ge,f,me);break e}it&&it(o,pe,re),o==="focusout"&&(it=pe._wrapperState)&&it.controlled&&pe.type==="number"&&Te(pe,"number",pe.value)}switch(it=re?Ya(re):window,o){case"focusin":(L(it)||it.contentEditable==="true")&&(za=it,Vf=re,pc=null);break;case"focusout":pc=Vf=za=null;break;case"mousedown":_f=!0;break;case"contextmenu":case"mouseup":case"dragend":_f=!1,oO(ve,f,me);break;case"selectionchange":if(qS)break;case"keydown":case"keyup":oO(ve,f,me)}var st;if(ro)e:{switch(o){case"compositionstart":var ct="onCompositionStart";break e;case"compositionend":ct="onCompositionEnd";break e;case"compositionupdate":ct="onCompositionUpdate";break e}ct=void 0}else io?Fa(o,f)&&(ct="onCompositionEnd"):o==="keydown"&&f.keyCode===229&&(ct="onCompositionStart");ct&&(cc&&f.locale!=="ko"&&(io||ct!=="onCompositionStart"?ct==="onCompositionEnd"&&io&&(st=ks()):(Yi=me,Js="value"in Yi?Yi.value:Yi.textContent,io=!0)),it=i0(re,ct),0<it.length&&(ct=new Ar(ct,o,null,f,me),ve.push({event:ct,listeners:it}),st?ct.data=st:(st=fc(f),st!==null&&(ct.data=st)))),(st=Rf?Nf(o,f):S(o,f))&&(re=i0(re,"onBeforeInput"),0<re.length&&(me=new Ar("onBeforeInput","beforeinput",null,f,me),ve.push({event:me,listeners:re}),me.data=st))}mO(ve,l)})}function Oc(o,l,f){return{instance:o,listener:l,currentTarget:f}}function i0(o,l){for(var f=l+"Capture",g=[];o!==null;){var y=o,b=y.stateNode;y.tag===5&&b!==null&&(y=b,b=In(o,f),b!=null&&g.unshift(Oc(o,b,y)),b=In(o,l),b!=null&&g.push(Oc(o,b,y))),o=o.return}return g}function Wa(o){if(o===null)return null;do o=o.return;while(o&&o.tag!==5);return o||null}function OO(o,l,f,g,y){for(var b=l._reactName,P=[];f!==null&&f!==g;){var Z=f,I=Z.alternate,re=Z.stateNode;if(I!==null&&I===g)break;Z.tag===5&&re!==null&&(Z=re,y?(I=In(f,b),I!=null&&P.unshift(Oc(f,I,Z))):y||(I=In(f,b),I!=null&&P.push(Oc(f,I,Z)))),f=f.return}P.length!==0&&o.push({event:l,listeners:P})}var JS=/\r\n?/g,ek=/\u0000|\uFFFD/g;function xO(o){return(typeof o=="string"?o:""+o).replace(JS,`
38
- `).replace(ek,"")}function s0(o,l,f){if(l=xO(l),xO(o)!==l&&f)throw Error(t(425))}function o0(){}var Hf=null,Wf=null;function Bf(o,l){return o==="textarea"||o==="noscript"||typeof l.children=="string"||typeof l.children=="number"||typeof l.dangerouslySetInnerHTML=="object"&&l.dangerouslySetInnerHTML!==null&&l.dangerouslySetInnerHTML.__html!=null}var Yf=typeof setTimeout=="function"?setTimeout:void 0,tk=typeof clearTimeout=="function"?clearTimeout:void 0,yO=typeof Promise=="function"?Promise:void 0,nk=typeof queueMicrotask=="function"?queueMicrotask:typeof yO<"u"?function(o){return yO.resolve(null).then(o).catch(rk)}:Yf;function rk(o){setTimeout(function(){throw o})}function qf(o,l){var f=l,g=0;do{var y=f.nextSibling;if(o.removeChild(f),y&&y.nodeType===8)if(f=y.data,f==="/$"){if(g===0){o.removeChild(y),vn(l);return}g--}else f!=="$"&&f!=="$?"&&f!=="$!"||g++;f=y}while(f);vn(l)}function ao(o){for(;o!=null;o=o.nextSibling){var l=o.nodeType;if(l===1||l===3)break;if(l===8){if(l=o.data,l==="$"||l==="$!"||l==="$?")break;if(l==="/$")return null}}return o}function vO(o){o=o.previousSibling;for(var l=0;o;){if(o.nodeType===8){var f=o.data;if(f==="$"||f==="$!"||f==="$?"){if(l===0)return o;l--}else f==="/$"&&l++}o=o.previousSibling}return null}var Ba=Math.random().toString(36).slice(2),qi="__reactFiber$"+Ba,xc="__reactProps$"+Ba,$s="__reactContainer$"+Ba,Uf="__reactEvents$"+Ba,ik="__reactListeners$"+Ba,sk="__reactHandles$"+Ba;function Uo(o){var l=o[qi];if(l)return l;for(var f=o.parentNode;f;){if(l=f[$s]||f[qi]){if(f=l.alternate,l.child!==null||f!==null&&f.child!==null)for(o=vO(o);o!==null;){if(f=o[qi])return f;o=vO(o)}return l}o=f,f=o.parentNode}return null}function yc(o){return o=o[qi]||o[$s],!o||o.tag!==5&&o.tag!==6&&o.tag!==13&&o.tag!==3?null:o}function Ya(o){if(o.tag===5||o.tag===6)return o.stateNode;throw Error(t(33))}function a0(o){return o[xc]||null}var Gf=[],qa=-1;function lo(o){return{current:o}}function an(o){0>qa||(o.current=Gf[qa],Gf[qa]=null,qa--)}function rn(o,l){qa++,Gf[qa]=o.current,o.current=l}var co={},dr=lo(co),Vr=lo(!1),Go=co;function Ua(o,l){var f=o.type.contextTypes;if(!f)return co;var g=o.stateNode;if(g&&g.__reactInternalMemoizedUnmaskedChildContext===l)return g.__reactInternalMemoizedMaskedChildContext;var y={},b;for(b in f)y[b]=l[b];return g&&(o=o.stateNode,o.__reactInternalMemoizedUnmaskedChildContext=l,o.__reactInternalMemoizedMaskedChildContext=y),y}function _r(o){return o=o.childContextTypes,o!=null}function l0(){an(Vr),an(dr)}function bO(o,l,f){if(dr.current!==co)throw Error(t(168));rn(dr,l),rn(Vr,f)}function wO(o,l,f){var g=o.stateNode;if(l=l.childContextTypes,typeof g.getChildContext!="function")return f;g=g.getChildContext();for(var y in g)if(!(y in l))throw Error(t(108,Ie(o)||"Unknown",y));return G({},f,g)}function c0(o){return o=(o=o.stateNode)&&o.__reactInternalMemoizedMergedChildContext||co,Go=dr.current,rn(dr,o),rn(Vr,Vr.current),!0}function SO(o,l,f){var g=o.stateNode;if(!g)throw Error(t(169));f?(o=wO(o,l,Go),g.__reactInternalMemoizedMergedChildContext=o,an(Vr),an(dr),rn(dr,o)):an(Vr),rn(Vr,f)}var Cs=null,u0=!1,Kf=!1;function kO(o){Cs===null?Cs=[o]:Cs.push(o)}function ok(o){u0=!0,kO(o)}function uo(){if(!Kf&&Cs!==null){Kf=!0;var o=0,l=Vt;try{var f=Cs;for(Vt=1;o<f.length;o++){var g=f[o];do g=g(!0);while(g!==null)}Cs=null,u0=!1}catch(y){throw Cs!==null&&(Cs=Cs.slice(o+1)),xt(Rr,uo),y}finally{Vt=l,Kf=!1}}return null}var Ga=[],Ka=0,d0=null,f0=0,hi=[],pi=0,Ko=null,Es=1,Ts="";function Jo(o,l){Ga[Ka++]=f0,Ga[Ka++]=d0,d0=o,f0=l}function PO(o,l,f){hi[pi++]=Es,hi[pi++]=Ts,hi[pi++]=Ko,Ko=o;var g=Es;o=Ts;var y=32-ke(g)-1;g&=~(1<<y),f+=1;var b=32-ke(l)+y;if(30<b){var P=y-y%5;b=(g&(1<<P)-1).toString(32),g>>=P,y-=P,Es=1<<32-ke(l)+y|f<<y|g,Ts=b+o}else Es=1<<b|f<<y|g,Ts=o}function Jf(o){o.return!==null&&(Jo(o,1),PO(o,1,0))}function eh(o){for(;o===d0;)d0=Ga[--Ka],Ga[Ka]=null,f0=Ga[--Ka],Ga[Ka]=null;for(;o===Ko;)Ko=hi[--pi],hi[pi]=null,Ts=hi[--pi],hi[pi]=null,Es=hi[--pi],hi[pi]=null}var ti=null,ni=null,cn=!1,Ai=null;function AO(o,l){var f=xi(5,null,null,0);f.elementType="DELETED",f.stateNode=l,f.return=o,l=o.deletions,l===null?(o.deletions=[f],o.flags|=16):l.push(f)}function $O(o,l){switch(o.tag){case 5:var f=o.type;return l=l.nodeType!==1||f.toLowerCase()!==l.nodeName.toLowerCase()?null:l,l!==null?(o.stateNode=l,ti=o,ni=ao(l.firstChild),!0):!1;case 6:return l=o.pendingProps===""||l.nodeType!==3?null:l,l!==null?(o.stateNode=l,ti=o,ni=null,!0):!1;case 13:return l=l.nodeType!==8?null:l,l!==null?(f=Ko!==null?{id:Es,overflow:Ts}:null,o.memoizedState={dehydrated:l,treeContext:f,retryLane:1073741824},f=xi(18,null,null,0),f.stateNode=l,f.return=o,o.child=f,ti=o,ni=null,!0):!1;default:return!1}}function th(o){return(o.mode&1)!==0&&(o.flags&128)===0}function nh(o){if(cn){var l=ni;if(l){var f=l;if(!$O(o,l)){if(th(o))throw Error(t(418));l=ao(f.nextSibling);var g=ti;l&&$O(o,l)?AO(g,f):(o.flags=o.flags&-4097|2,cn=!1,ti=o)}}else{if(th(o))throw Error(t(418));o.flags=o.flags&-4097|2,cn=!1,ti=o}}}function CO(o){for(o=o.return;o!==null&&o.tag!==5&&o.tag!==3&&o.tag!==13;)o=o.return;ti=o}function h0(o){if(o!==ti)return!1;if(!cn)return CO(o),cn=!0,!1;var l;if((l=o.tag!==3)&&!(l=o.tag!==5)&&(l=o.type,l=l!=="head"&&l!=="body"&&!Bf(o.type,o.memoizedProps)),l&&(l=ni)){if(th(o))throw EO(),Error(t(418));for(;l;)AO(o,l),l=ao(l.nextSibling)}if(CO(o),o.tag===13){if(o=o.memoizedState,o=o!==null?o.dehydrated:null,!o)throw Error(t(317));e:{for(o=o.nextSibling,l=0;o;){if(o.nodeType===8){var f=o.data;if(f==="/$"){if(l===0){ni=ao(o.nextSibling);break e}l--}else f!=="$"&&f!=="$!"&&f!=="$?"||l++}o=o.nextSibling}ni=null}}else ni=ti?ao(o.stateNode.nextSibling):null;return!0}function EO(){for(var o=ni;o;)o=ao(o.nextSibling)}function Ja(){ni=ti=null,cn=!1}function rh(o){Ai===null?Ai=[o]:Ai.push(o)}var ak=j.ReactCurrentBatchConfig;function vc(o,l,f){if(o=f.ref,o!==null&&typeof o!="function"&&typeof o!="object"){if(f._owner){if(f=f._owner,f){if(f.tag!==1)throw Error(t(309));var g=f.stateNode}if(!g)throw Error(t(147,o));var y=g,b=""+o;return l!==null&&l.ref!==null&&typeof l.ref=="function"&&l.ref._stringRef===b?l.ref:(l=function(P){var Z=y.refs;P===null?delete Z[b]:Z[b]=P},l._stringRef=b,l)}if(typeof o!="string")throw Error(t(284));if(!f._owner)throw Error(t(290,o))}return o}function p0(o,l){throw o=Object.prototype.toString.call(l),Error(t(31,o==="[object Object]"?"object with keys {"+Object.keys(l).join(", ")+"}":o))}function TO(o){var l=o._init;return l(o._payload)}function MO(o){function l(U,W){if(o){var J=U.deletions;J===null?(U.deletions=[W],U.flags|=16):J.push(W)}}function f(U,W){if(!o)return null;for(;W!==null;)l(U,W),W=W.sibling;return null}function g(U,W){for(U=new Map;W!==null;)W.key!==null?U.set(W.key,W):U.set(W.index,W),W=W.sibling;return U}function y(U,W){return U=yo(U,W),U.index=0,U.sibling=null,U}function b(U,W,J){return U.index=J,o?(J=U.alternate,J!==null?(J=J.index,J<W?(U.flags|=2,W):J):(U.flags|=2,W)):(U.flags|=1048576,W)}function P(U){return o&&U.alternate===null&&(U.flags|=2),U}function Z(U,W,J,$e){return W===null||W.tag!==6?(W=Yh(J,U.mode,$e),W.return=U,W):(W=y(W,J),W.return=U,W)}function I(U,W,J,$e){var Ge=J.type;return Ge===Q?me(U,W,J.props.children,$e,J.key):W!==null&&(W.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===Me&&TO(Ge)===W.type)?($e=y(W,J.props),$e.ref=vc(U,W,J),$e.return=U,$e):($e=V0(J.type,J.key,J.props,null,U.mode,$e),$e.ref=vc(U,W,J),$e.return=U,$e)}function re(U,W,J,$e){return W===null||W.tag!==4||W.stateNode.containerInfo!==J.containerInfo||W.stateNode.implementation!==J.implementation?(W=qh(J,U.mode,$e),W.return=U,W):(W=y(W,J.children||[]),W.return=U,W)}function me(U,W,J,$e,Ge){return W===null||W.tag!==7?(W=aa(J,U.mode,$e,Ge),W.return=U,W):(W=y(W,J),W.return=U,W)}function ve(U,W,J){if(typeof W=="string"&&W!==""||typeof W=="number")return W=Yh(""+W,U.mode,J),W.return=U,W;if(typeof W=="object"&&W!==null){switch(W.$$typeof){case T:return J=V0(W.type,W.key,W.props,null,U.mode,J),J.ref=vc(U,null,W),J.return=U,J;case R:return W=qh(W,U.mode,J),W.return=U,W;case Me:var $e=W._init;return ve(U,$e(W._payload),J)}if(ce(W)||z(W))return W=aa(W,U.mode,J,null),W.return=U,W;p0(U,W)}return null}function pe(U,W,J,$e){var Ge=W!==null?W.key:null;if(typeof J=="string"&&J!==""||typeof J=="number")return Ge!==null?null:Z(U,W,""+J,$e);if(typeof J=="object"&&J!==null){switch(J.$$typeof){case T:return J.key===Ge?I(U,W,J,$e):null;case R:return J.key===Ge?re(U,W,J,$e):null;case Me:return Ge=J._init,pe(U,W,Ge(J._payload),$e)}if(ce(J)||z(J))return Ge!==null?null:me(U,W,J,$e,null);p0(U,J)}return null}function Ve(U,W,J,$e,Ge){if(typeof $e=="string"&&$e!==""||typeof $e=="number")return U=U.get(J)||null,Z(W,U,""+$e,Ge);if(typeof $e=="object"&&$e!==null){switch($e.$$typeof){case T:return U=U.get($e.key===null?J:$e.key)||null,I(W,U,$e,Ge);case R:return U=U.get($e.key===null?J:$e.key)||null,re(W,U,$e,Ge);case Me:var it=$e._init;return Ve(U,W,J,it($e._payload),Ge)}if(ce($e)||z($e))return U=U.get(J)||null,me(W,U,$e,Ge,null);p0(W,$e)}return null}function Fe(U,W,J,$e){for(var Ge=null,it=null,st=W,ct=W=0,Hn=null;st!==null&&ct<J.length;ct++){st.index>ct?(Hn=st,st=null):Hn=st.sibling;var Wt=pe(U,st,J[ct],$e);if(Wt===null){st===null&&(st=Hn);break}o&&st&&Wt.alternate===null&&l(U,st),W=b(Wt,W,ct),it===null?Ge=Wt:it.sibling=Wt,it=Wt,st=Hn}if(ct===J.length)return f(U,st),cn&&Jo(U,ct),Ge;if(st===null){for(;ct<J.length;ct++)st=ve(U,J[ct],$e),st!==null&&(W=b(st,W,ct),it===null?Ge=st:it.sibling=st,it=st);return cn&&Jo(U,ct),Ge}for(st=g(U,st);ct<J.length;ct++)Hn=Ve(st,U,ct,J[ct],$e),Hn!==null&&(o&&Hn.alternate!==null&&st.delete(Hn.key===null?ct:Hn.key),W=b(Hn,W,ct),it===null?Ge=Hn:it.sibling=Hn,it=Hn);return o&&st.forEach(function(vo){return l(U,vo)}),cn&&Jo(U,ct),Ge}function Ue(U,W,J,$e){var Ge=z(J);if(typeof Ge!="function")throw Error(t(150));if(J=Ge.call(J),J==null)throw Error(t(151));for(var it=Ge=null,st=W,ct=W=0,Hn=null,Wt=J.next();st!==null&&!Wt.done;ct++,Wt=J.next()){st.index>ct?(Hn=st,st=null):Hn=st.sibling;var vo=pe(U,st,Wt.value,$e);if(vo===null){st===null&&(st=Hn);break}o&&st&&vo.alternate===null&&l(U,st),W=b(vo,W,ct),it===null?Ge=vo:it.sibling=vo,it=vo,st=Hn}if(Wt.done)return f(U,st),cn&&Jo(U,ct),Ge;if(st===null){for(;!Wt.done;ct++,Wt=J.next())Wt=ve(U,Wt.value,$e),Wt!==null&&(W=b(Wt,W,ct),it===null?Ge=Wt:it.sibling=Wt,it=Wt);return cn&&Jo(U,ct),Ge}for(st=g(U,st);!Wt.done;ct++,Wt=J.next())Wt=Ve(st,U,ct,Wt.value,$e),Wt!==null&&(o&&Wt.alternate!==null&&st.delete(Wt.key===null?ct:Wt.key),W=b(Wt,W,ct),it===null?Ge=Wt:it.sibling=Wt,it=Wt);return o&&st.forEach(function(Ik){return l(U,Ik)}),cn&&Jo(U,ct),Ge}function wn(U,W,J,$e){if(typeof J=="object"&&J!==null&&J.type===Q&&J.key===null&&(J=J.props.children),typeof J=="object"&&J!==null){switch(J.$$typeof){case T:e:{for(var Ge=J.key,it=W;it!==null;){if(it.key===Ge){if(Ge=J.type,Ge===Q){if(it.tag===7){f(U,it.sibling),W=y(it,J.props.children),W.return=U,U=W;break e}}else if(it.elementType===Ge||typeof Ge=="object"&&Ge!==null&&Ge.$$typeof===Me&&TO(Ge)===it.type){f(U,it.sibling),W=y(it,J.props),W.ref=vc(U,it,J),W.return=U,U=W;break e}f(U,it);break}else l(U,it);it=it.sibling}J.type===Q?(W=aa(J.props.children,U.mode,$e,J.key),W.return=U,U=W):($e=V0(J.type,J.key,J.props,null,U.mode,$e),$e.ref=vc(U,W,J),$e.return=U,U=$e)}return P(U);case R:e:{for(it=J.key;W!==null;){if(W.key===it)if(W.tag===4&&W.stateNode.containerInfo===J.containerInfo&&W.stateNode.implementation===J.implementation){f(U,W.sibling),W=y(W,J.children||[]),W.return=U,U=W;break e}else{f(U,W);break}else l(U,W);W=W.sibling}W=qh(J,U.mode,$e),W.return=U,U=W}return P(U);case Me:return it=J._init,wn(U,W,it(J._payload),$e)}if(ce(J))return Fe(U,W,J,$e);if(z(J))return Ue(U,W,J,$e);p0(U,J)}return typeof J=="string"&&J!==""||typeof J=="number"?(J=""+J,W!==null&&W.tag===6?(f(U,W.sibling),W=y(W,J),W.return=U,U=W):(f(U,W),W=Yh(J,U.mode,$e),W.return=U,U=W),P(U)):f(U,W)}return wn}var el=MO(!0),QO=MO(!1),m0=lo(null),g0=null,tl=null,ih=null;function sh(){ih=tl=g0=null}function oh(o){var l=m0.current;an(m0),o._currentValue=l}function ah(o,l,f){for(;o!==null;){var g=o.alternate;if((o.childLanes&l)!==l?(o.childLanes|=l,g!==null&&(g.childLanes|=l)):g!==null&&(g.childLanes&l)!==l&&(g.childLanes|=l),o===f)break;o=o.return}}function nl(o,l){g0=o,ih=tl=null,o=o.dependencies,o!==null&&o.firstContext!==null&&((o.lanes&l)!==0&&(Ir=!0),o.firstContext=null)}function mi(o){var l=o._currentValue;if(ih!==o)if(o={context:o,memoizedValue:l,next:null},tl===null){if(g0===null)throw Error(t(308));tl=o,g0.dependencies={lanes:0,firstContext:o}}else tl=tl.next=o;return l}var ea=null;function lh(o){ea===null?ea=[o]:ea.push(o)}function jO(o,l,f,g){var y=l.interleaved;return y===null?(f.next=f,lh(l)):(f.next=y.next,y.next=f),l.interleaved=f,Ms(o,g)}function Ms(o,l){o.lanes|=l;var f=o.alternate;for(f!==null&&(f.lanes|=l),f=o,o=o.return;o!==null;)o.childLanes|=l,f=o.alternate,f!==null&&(f.childLanes|=l),f=o,o=o.return;return f.tag===3?f.stateNode:null}var fo=!1;function ch(o){o.updateQueue={baseState:o.memoizedState,firstBaseUpdate:null,lastBaseUpdate:null,shared:{pending:null,interleaved:null,lanes:0},effects:null}}function ZO(o,l){o=o.updateQueue,l.updateQueue===o&&(l.updateQueue={baseState:o.baseState,firstBaseUpdate:o.firstBaseUpdate,lastBaseUpdate:o.lastBaseUpdate,shared:o.shared,effects:o.effects})}function Qs(o,l){return{eventTime:o,lane:l,tag:0,payload:null,callback:null,next:null}}function ho(o,l,f){var g=o.updateQueue;if(g===null)return null;if(g=g.shared,(It&2)!==0){var y=g.pending;return y===null?l.next=l:(l.next=y.next,y.next=l),g.pending=l,Ms(o,f)}return y=g.interleaved,y===null?(l.next=l,lh(g)):(l.next=y.next,y.next=l),g.interleaved=l,Ms(o,f)}function O0(o,l,f){if(l=l.updateQueue,l!==null&&(l=l.shared,(f&4194240)!==0)){var g=l.lanes;g&=o.pendingLanes,f|=g,l.lanes=f,vs(o,f)}}function RO(o,l){var f=o.updateQueue,g=o.alternate;if(g!==null&&(g=g.updateQueue,f===g)){var y=null,b=null;if(f=f.firstBaseUpdate,f!==null){do{var P={eventTime:f.eventTime,lane:f.lane,tag:f.tag,payload:f.payload,callback:f.callback,next:null};b===null?y=b=P:b=b.next=P,f=f.next}while(f!==null);b===null?y=b=l:b=b.next=l}else y=b=l;f={baseState:g.baseState,firstBaseUpdate:y,lastBaseUpdate:b,shared:g.shared,effects:g.effects},o.updateQueue=f;return}o=f.lastBaseUpdate,o===null?f.firstBaseUpdate=l:o.next=l,f.lastBaseUpdate=l}function x0(o,l,f,g){var y=o.updateQueue;fo=!1;var b=y.firstBaseUpdate,P=y.lastBaseUpdate,Z=y.shared.pending;if(Z!==null){y.shared.pending=null;var I=Z,re=I.next;I.next=null,P===null?b=re:P.next=re,P=I;var me=o.alternate;me!==null&&(me=me.updateQueue,Z=me.lastBaseUpdate,Z!==P&&(Z===null?me.firstBaseUpdate=re:Z.next=re,me.lastBaseUpdate=I))}if(b!==null){var ve=y.baseState;P=0,me=re=I=null,Z=b;do{var pe=Z.lane,Ve=Z.eventTime;if((g&pe)===pe){me!==null&&(me=me.next={eventTime:Ve,lane:0,tag:Z.tag,payload:Z.payload,callback:Z.callback,next:null});e:{var Fe=o,Ue=Z;switch(pe=l,Ve=f,Ue.tag){case 1:if(Fe=Ue.payload,typeof Fe=="function"){ve=Fe.call(Ve,ve,pe);break e}ve=Fe;break e;case 3:Fe.flags=Fe.flags&-65537|128;case 0:if(Fe=Ue.payload,pe=typeof Fe=="function"?Fe.call(Ve,ve,pe):Fe,pe==null)break e;ve=G({},ve,pe);break e;case 2:fo=!0}}Z.callback!==null&&Z.lane!==0&&(o.flags|=64,pe=y.effects,pe===null?y.effects=[Z]:pe.push(Z))}else Ve={eventTime:Ve,lane:pe,tag:Z.tag,payload:Z.payload,callback:Z.callback,next:null},me===null?(re=me=Ve,I=ve):me=me.next=Ve,P|=pe;if(Z=Z.next,Z===null){if(Z=y.shared.pending,Z===null)break;pe=Z,Z=pe.next,pe.next=null,y.lastBaseUpdate=pe,y.shared.pending=null}}while(!0);if(me===null&&(I=ve),y.baseState=I,y.firstBaseUpdate=re,y.lastBaseUpdate=me,l=y.shared.interleaved,l!==null){y=l;do P|=y.lane,y=y.next;while(y!==l)}else b===null&&(y.shared.lanes=0);ra|=P,o.lanes=P,o.memoizedState=ve}}function NO(o,l,f){if(o=l.effects,l.effects=null,o!==null)for(l=0;l<o.length;l++){var g=o[l],y=g.callback;if(y!==null){if(g.callback=null,g=f,typeof y!="function")throw Error(t(191,y));y.call(g)}}}var bc={},Ui=lo(bc),wc=lo(bc),Sc=lo(bc);function ta(o){if(o===bc)throw Error(t(174));return o}function uh(o,l){switch(rn(Sc,l),rn(wc,o),rn(Ui,bc),o=l.nodeType,o){case 9:case 11:l=(l=l.documentElement)?l.namespaceURI:At(null,"");break;default:o=o===8?l.parentNode:l,l=o.namespaceURI||null,o=o.tagName,l=At(l,o)}an(Ui),rn(Ui,l)}function rl(){an(Ui),an(wc),an(Sc)}function LO(o){ta(Sc.current);var l=ta(Ui.current),f=At(l,o.type);l!==f&&(rn(wc,o),rn(Ui,f))}function dh(o){wc.current===o&&(an(Ui),an(wc))}var hn=lo(0);function y0(o){for(var l=o;l!==null;){if(l.tag===13){var f=l.memoizedState;if(f!==null&&(f=f.dehydrated,f===null||f.data==="$?"||f.data==="$!"))return l}else if(l.tag===19&&l.memoizedProps.revealOrder!==void 0){if((l.flags&128)!==0)return l}else if(l.child!==null){l.child.return=l,l=l.child;continue}if(l===o)break;for(;l.sibling===null;){if(l.return===null||l.return===o)return null;l=l.return}l.sibling.return=l.return,l=l.sibling}return null}var fh=[];function hh(){for(var o=0;o<fh.length;o++)fh[o]._workInProgressVersionPrimary=null;fh.length=0}var v0=j.ReactCurrentDispatcher,ph=j.ReactCurrentBatchConfig,na=0,pn=null,Rn=null,Fn=null,b0=!1,kc=!1,Pc=0,lk=0;function fr(){throw Error(t(321))}function mh(o,l){if(l===null)return!1;for(var f=0;f<l.length&&f<o.length;f++)if(!Lr(o[f],l[f]))return!1;return!0}function gh(o,l,f,g,y,b){if(na=b,pn=l,l.memoizedState=null,l.updateQueue=null,l.lanes=0,v0.current=o===null||o.memoizedState===null?fk:hk,o=f(g,y),kc){b=0;do{if(kc=!1,Pc=0,25<=b)throw Error(t(301));b+=1,Fn=Rn=null,l.updateQueue=null,v0.current=pk,o=f(g,y)}while(kc)}if(v0.current=k0,l=Rn!==null&&Rn.next!==null,na=0,Fn=Rn=pn=null,b0=!1,l)throw Error(t(300));return o}function Oh(){var o=Pc!==0;return Pc=0,o}function Gi(){var o={memoizedState:null,baseState:null,baseQueue:null,queue:null,next:null};return Fn===null?pn.memoizedState=Fn=o:Fn=Fn.next=o,Fn}function gi(){if(Rn===null){var o=pn.alternate;o=o!==null?o.memoizedState:null}else o=Rn.next;var l=Fn===null?pn.memoizedState:Fn.next;if(l!==null)Fn=l,Rn=o;else{if(o===null)throw Error(t(310));Rn=o,o={memoizedState:Rn.memoizedState,baseState:Rn.baseState,baseQueue:Rn.baseQueue,queue:Rn.queue,next:null},Fn===null?pn.memoizedState=Fn=o:Fn=Fn.next=o}return Fn}function Ac(o,l){return typeof l=="function"?l(o):l}function xh(o){var l=gi(),f=l.queue;if(f===null)throw Error(t(311));f.lastRenderedReducer=o;var g=Rn,y=g.baseQueue,b=f.pending;if(b!==null){if(y!==null){var P=y.next;y.next=b.next,b.next=P}g.baseQueue=y=b,f.pending=null}if(y!==null){b=y.next,g=g.baseState;var Z=P=null,I=null,re=b;do{var me=re.lane;if((na&me)===me)I!==null&&(I=I.next={lane:0,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null}),g=re.hasEagerState?re.eagerState:o(g,re.action);else{var ve={lane:me,action:re.action,hasEagerState:re.hasEagerState,eagerState:re.eagerState,next:null};I===null?(Z=I=ve,P=g):I=I.next=ve,pn.lanes|=me,ra|=me}re=re.next}while(re!==null&&re!==b);I===null?P=g:I.next=Z,Lr(g,l.memoizedState)||(Ir=!0),l.memoizedState=g,l.baseState=P,l.baseQueue=I,f.lastRenderedState=g}if(o=f.interleaved,o!==null){y=o;do b=y.lane,pn.lanes|=b,ra|=b,y=y.next;while(y!==o)}else y===null&&(f.lanes=0);return[l.memoizedState,f.dispatch]}function yh(o){var l=gi(),f=l.queue;if(f===null)throw Error(t(311));f.lastRenderedReducer=o;var g=f.dispatch,y=f.pending,b=l.memoizedState;if(y!==null){f.pending=null;var P=y=y.next;do b=o(b,P.action),P=P.next;while(P!==y);Lr(b,l.memoizedState)||(Ir=!0),l.memoizedState=b,l.baseQueue===null&&(l.baseState=b),f.lastRenderedState=b}return[b,g]}function VO(){}function _O(o,l){var f=pn,g=gi(),y=l(),b=!Lr(g.memoizedState,y);if(b&&(g.memoizedState=y,Ir=!0),g=g.queue,vh(XO.bind(null,f,g,o),[o]),g.getSnapshot!==l||b||Fn!==null&&Fn.memoizedState.tag&1){if(f.flags|=2048,$c(9,DO.bind(null,f,g,y,l),void 0,null),zn===null)throw Error(t(349));(na&30)!==0||IO(f,l,y)}return y}function IO(o,l,f){o.flags|=16384,o={getSnapshot:l,value:f},l=pn.updateQueue,l===null?(l={lastEffect:null,stores:null},pn.updateQueue=l,l.stores=[o]):(f=l.stores,f===null?l.stores=[o]:f.push(o))}function DO(o,l,f,g){l.value=f,l.getSnapshot=g,FO(l)&&zO(o)}function XO(o,l,f){return f(function(){FO(l)&&zO(o)})}function FO(o){var l=o.getSnapshot;o=o.value;try{var f=l();return!Lr(o,f)}catch{return!0}}function zO(o){var l=Ms(o,1);l!==null&&Ti(l,o,1,-1)}function HO(o){var l=Gi();return typeof o=="function"&&(o=o()),l.memoizedState=l.baseState=o,o={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:Ac,lastRenderedState:o},l.queue=o,o=o.dispatch=dk.bind(null,pn,o),[l.memoizedState,o]}function $c(o,l,f,g){return o={tag:o,create:l,destroy:f,deps:g,next:null},l=pn.updateQueue,l===null?(l={lastEffect:null,stores:null},pn.updateQueue=l,l.lastEffect=o.next=o):(f=l.lastEffect,f===null?l.lastEffect=o.next=o:(g=f.next,f.next=o,o.next=g,l.lastEffect=o)),o}function WO(){return gi().memoizedState}function w0(o,l,f,g){var y=Gi();pn.flags|=o,y.memoizedState=$c(1|l,f,void 0,g===void 0?null:g)}function S0(o,l,f,g){var y=gi();g=g===void 0?null:g;var b=void 0;if(Rn!==null){var P=Rn.memoizedState;if(b=P.destroy,g!==null&&mh(g,P.deps)){y.memoizedState=$c(l,f,b,g);return}}pn.flags|=o,y.memoizedState=$c(1|l,f,b,g)}function BO(o,l){return w0(8390656,8,o,l)}function vh(o,l){return S0(2048,8,o,l)}function YO(o,l){return S0(4,2,o,l)}function qO(o,l){return S0(4,4,o,l)}function UO(o,l){if(typeof l=="function")return o=o(),l(o),function(){l(null)};if(l!=null)return o=o(),l.current=o,function(){l.current=null}}function GO(o,l,f){return f=f!=null?f.concat([o]):null,S0(4,4,UO.bind(null,l,o),f)}function bh(){}function KO(o,l){var f=gi();l=l===void 0?null:l;var g=f.memoizedState;return g!==null&&l!==null&&mh(l,g[1])?g[0]:(f.memoizedState=[o,l],o)}function JO(o,l){var f=gi();l=l===void 0?null:l;var g=f.memoizedState;return g!==null&&l!==null&&mh(l,g[1])?g[0]:(o=o(),f.memoizedState=[o,l],o)}function e8(o,l,f){return(na&21)===0?(o.baseState&&(o.baseState=!1,Ir=!0),o.memoizedState=f):(Lr(f,l)||(f=Wi(),pn.lanes|=f,ra|=f,o.baseState=!0),l)}function ck(o,l){var f=Vt;Vt=f!==0&&4>f?f:4,o(!0);var g=ph.transition;ph.transition={};try{o(!1),l()}finally{Vt=f,ph.transition=g}}function t8(){return gi().memoizedState}function uk(o,l,f){var g=Oo(o);if(f={lane:g,action:f,hasEagerState:!1,eagerState:null,next:null},n8(o))r8(l,f);else if(f=jO(o,l,f,g),f!==null){var y=Cr();Ti(f,o,g,y),i8(f,l,g)}}function dk(o,l,f){var g=Oo(o),y={lane:g,action:f,hasEagerState:!1,eagerState:null,next:null};if(n8(o))r8(l,y);else{var b=o.alternate;if(o.lanes===0&&(b===null||b.lanes===0)&&(b=l.lastRenderedReducer,b!==null))try{var P=l.lastRenderedState,Z=b(P,f);if(y.hasEagerState=!0,y.eagerState=Z,Lr(Z,P)){var I=l.interleaved;I===null?(y.next=y,lh(l)):(y.next=I.next,I.next=y),l.interleaved=y;return}}catch{}finally{}f=jO(o,l,y,g),f!==null&&(y=Cr(),Ti(f,o,g,y),i8(f,l,g))}}function n8(o){var l=o.alternate;return o===pn||l!==null&&l===pn}function r8(o,l){kc=b0=!0;var f=o.pending;f===null?l.next=l:(l.next=f.next,f.next=l),o.pending=l}function i8(o,l,f){if((f&4194240)!==0){var g=l.lanes;g&=o.pendingLanes,f|=g,l.lanes=f,vs(o,f)}}var k0={readContext:mi,useCallback:fr,useContext:fr,useEffect:fr,useImperativeHandle:fr,useInsertionEffect:fr,useLayoutEffect:fr,useMemo:fr,useReducer:fr,useRef:fr,useState:fr,useDebugValue:fr,useDeferredValue:fr,useTransition:fr,useMutableSource:fr,useSyncExternalStore:fr,useId:fr,unstable_isNewReconciler:!1},fk={readContext:mi,useCallback:function(o,l){return Gi().memoizedState=[o,l===void 0?null:l],o},useContext:mi,useEffect:BO,useImperativeHandle:function(o,l,f){return f=f!=null?f.concat([o]):null,w0(4194308,4,UO.bind(null,l,o),f)},useLayoutEffect:function(o,l){return w0(4194308,4,o,l)},useInsertionEffect:function(o,l){return w0(4,2,o,l)},useMemo:function(o,l){var f=Gi();return l=l===void 0?null:l,o=o(),f.memoizedState=[o,l],o},useReducer:function(o,l,f){var g=Gi();return l=f!==void 0?f(l):l,g.memoizedState=g.baseState=l,o={pending:null,interleaved:null,lanes:0,dispatch:null,lastRenderedReducer:o,lastRenderedState:l},g.queue=o,o=o.dispatch=uk.bind(null,pn,o),[g.memoizedState,o]},useRef:function(o){var l=Gi();return o={current:o},l.memoizedState=o},useState:HO,useDebugValue:bh,useDeferredValue:function(o){return Gi().memoizedState=o},useTransition:function(){var o=HO(!1),l=o[0];return o=ck.bind(null,o[1]),Gi().memoizedState=o,[l,o]},useMutableSource:function(){},useSyncExternalStore:function(o,l,f){var g=pn,y=Gi();if(cn){if(f===void 0)throw Error(t(407));f=f()}else{if(f=l(),zn===null)throw Error(t(349));(na&30)!==0||IO(g,l,f)}y.memoizedState=f;var b={value:f,getSnapshot:l};return y.queue=b,BO(XO.bind(null,g,b,o),[o]),g.flags|=2048,$c(9,DO.bind(null,g,b,f,l),void 0,null),f},useId:function(){var o=Gi(),l=zn.identifierPrefix;if(cn){var f=Ts,g=Es;f=(g&~(1<<32-ke(g)-1)).toString(32)+f,l=":"+l+"R"+f,f=Pc++,0<f&&(l+="H"+f.toString(32)),l+=":"}else f=lk++,l=":"+l+"r"+f.toString(32)+":";return o.memoizedState=l},unstable_isNewReconciler:!1},hk={readContext:mi,useCallback:KO,useContext:mi,useEffect:vh,useImperativeHandle:GO,useInsertionEffect:YO,useLayoutEffect:qO,useMemo:JO,useReducer:xh,useRef:WO,useState:function(){return xh(Ac)},useDebugValue:bh,useDeferredValue:function(o){var l=gi();return e8(l,Rn.memoizedState,o)},useTransition:function(){var o=xh(Ac)[0],l=gi().memoizedState;return[o,l]},useMutableSource:VO,useSyncExternalStore:_O,useId:t8,unstable_isNewReconciler:!1},pk={readContext:mi,useCallback:KO,useContext:mi,useEffect:vh,useImperativeHandle:GO,useInsertionEffect:YO,useLayoutEffect:qO,useMemo:JO,useReducer:yh,useRef:WO,useState:function(){return yh(Ac)},useDebugValue:bh,useDeferredValue:function(o){var l=gi();return Rn===null?l.memoizedState=o:e8(l,Rn.memoizedState,o)},useTransition:function(){var o=yh(Ac)[0],l=gi().memoizedState;return[o,l]},useMutableSource:VO,useSyncExternalStore:_O,useId:t8,unstable_isNewReconciler:!1};function $i(o,l){if(o&&o.defaultProps){l=G({},l),o=o.defaultProps;for(var f in o)l[f]===void 0&&(l[f]=o[f]);return l}return l}function wh(o,l,f,g){l=o.memoizedState,f=f(g,l),f=f==null?l:G({},l,f),o.memoizedState=f,o.lanes===0&&(o.updateQueue.baseState=f)}var P0={isMounted:function(o){return(o=o._reactInternals)?Un(o)===o:!1},enqueueSetState:function(o,l,f){o=o._reactInternals;var g=Cr(),y=Oo(o),b=Qs(g,y);b.payload=l,f!=null&&(b.callback=f),l=ho(o,b,y),l!==null&&(Ti(l,o,y,g),O0(l,o,y))},enqueueReplaceState:function(o,l,f){o=o._reactInternals;var g=Cr(),y=Oo(o),b=Qs(g,y);b.tag=1,b.payload=l,f!=null&&(b.callback=f),l=ho(o,b,y),l!==null&&(Ti(l,o,y,g),O0(l,o,y))},enqueueForceUpdate:function(o,l){o=o._reactInternals;var f=Cr(),g=Oo(o),y=Qs(f,g);y.tag=2,l!=null&&(y.callback=l),l=ho(o,y,g),l!==null&&(Ti(l,o,g,f),O0(l,o,g))}};function s8(o,l,f,g,y,b,P){return o=o.stateNode,typeof o.shouldComponentUpdate=="function"?o.shouldComponentUpdate(g,b,P):l.prototype&&l.prototype.isPureReactComponent?!hc(f,g)||!hc(y,b):!0}function o8(o,l,f){var g=!1,y=co,b=l.contextType;return typeof b=="object"&&b!==null?b=mi(b):(y=_r(l)?Go:dr.current,g=l.contextTypes,b=(g=g!=null)?Ua(o,y):co),l=new l(f,b),o.memoizedState=l.state!==null&&l.state!==void 0?l.state:null,l.updater=P0,o.stateNode=l,l._reactInternals=o,g&&(o=o.stateNode,o.__reactInternalMemoizedUnmaskedChildContext=y,o.__reactInternalMemoizedMaskedChildContext=b),l}function a8(o,l,f,g){o=l.state,typeof l.componentWillReceiveProps=="function"&&l.componentWillReceiveProps(f,g),typeof l.UNSAFE_componentWillReceiveProps=="function"&&l.UNSAFE_componentWillReceiveProps(f,g),l.state!==o&&P0.enqueueReplaceState(l,l.state,null)}function Sh(o,l,f,g){var y=o.stateNode;y.props=f,y.state=o.memoizedState,y.refs={},ch(o);var b=l.contextType;typeof b=="object"&&b!==null?y.context=mi(b):(b=_r(l)?Go:dr.current,y.context=Ua(o,b)),y.state=o.memoizedState,b=l.getDerivedStateFromProps,typeof b=="function"&&(wh(o,l,b,f),y.state=o.memoizedState),typeof l.getDerivedStateFromProps=="function"||typeof y.getSnapshotBeforeUpdate=="function"||typeof y.UNSAFE_componentWillMount!="function"&&typeof y.componentWillMount!="function"||(l=y.state,typeof y.componentWillMount=="function"&&y.componentWillMount(),typeof y.UNSAFE_componentWillMount=="function"&&y.UNSAFE_componentWillMount(),l!==y.state&&P0.enqueueReplaceState(y,y.state,null),x0(o,f,y,g),y.state=o.memoizedState),typeof y.componentDidMount=="function"&&(o.flags|=4194308)}function il(o,l){try{var f="",g=l;do f+=Qe(g),g=g.return;while(g);var y=f}catch(b){y=`
39
- Error generating stack: `+b.message+`
40
- `+b.stack}return{value:o,source:l,stack:y,digest:null}}function kh(o,l,f){return{value:o,source:null,stack:f??null,digest:l??null}}function Ph(o,l){try{console.error(l.value)}catch(f){setTimeout(function(){throw f})}}var mk=typeof WeakMap=="function"?WeakMap:Map;function l8(o,l,f){f=Qs(-1,f),f.tag=3,f.payload={element:null};var g=l.value;return f.callback=function(){Q0||(Q0=!0,Ih=g),Ph(o,l)},f}function c8(o,l,f){f=Qs(-1,f),f.tag=3;var g=o.type.getDerivedStateFromError;if(typeof g=="function"){var y=l.value;f.payload=function(){return g(y)},f.callback=function(){Ph(o,l)}}var b=o.stateNode;return b!==null&&typeof b.componentDidCatch=="function"&&(f.callback=function(){Ph(o,l),typeof g!="function"&&(mo===null?mo=new Set([this]):mo.add(this));var P=l.stack;this.componentDidCatch(l.value,{componentStack:P!==null?P:""})}),f}function u8(o,l,f){var g=o.pingCache;if(g===null){g=o.pingCache=new mk;var y=new Set;g.set(l,y)}else y=g.get(l),y===void 0&&(y=new Set,g.set(l,y));y.has(f)||(y.add(f),o=Ek.bind(null,o,l,f),l.then(o,o))}function d8(o){do{var l;if((l=o.tag===13)&&(l=o.memoizedState,l=l!==null?l.dehydrated!==null:!0),l)return o;o=o.return}while(o!==null);return null}function f8(o,l,f,g,y){return(o.mode&1)===0?(o===l?o.flags|=65536:(o.flags|=128,f.flags|=131072,f.flags&=-52805,f.tag===1&&(f.alternate===null?f.tag=17:(l=Qs(-1,1),l.tag=2,ho(f,l,1))),f.lanes|=1),o):(o.flags|=65536,o.lanes=y,o)}var gk=j.ReactCurrentOwner,Ir=!1;function $r(o,l,f,g){l.child=o===null?QO(l,null,f,g):el(l,o.child,f,g)}function h8(o,l,f,g,y){f=f.render;var b=l.ref;return nl(l,y),g=gh(o,l,f,g,b,y),f=Oh(),o!==null&&!Ir?(l.updateQueue=o.updateQueue,l.flags&=-2053,o.lanes&=~y,js(o,l,y)):(cn&&f&&Jf(l),l.flags|=1,$r(o,l,g,y),l.child)}function p8(o,l,f,g,y){if(o===null){var b=f.type;return typeof b=="function"&&!Bh(b)&&b.defaultProps===void 0&&f.compare===null&&f.defaultProps===void 0?(l.tag=15,l.type=b,m8(o,l,b,g,y)):(o=V0(f.type,null,g,l,l.mode,y),o.ref=l.ref,o.return=l,l.child=o)}if(b=o.child,(o.lanes&y)===0){var P=b.memoizedProps;if(f=f.compare,f=f!==null?f:hc,f(P,g)&&o.ref===l.ref)return js(o,l,y)}return l.flags|=1,o=yo(b,g),o.ref=l.ref,o.return=l,l.child=o}function m8(o,l,f,g,y){if(o!==null){var b=o.memoizedProps;if(hc(b,g)&&o.ref===l.ref)if(Ir=!1,l.pendingProps=g=b,(o.lanes&y)!==0)(o.flags&131072)!==0&&(Ir=!0);else return l.lanes=o.lanes,js(o,l,y)}return Ah(o,l,f,g,y)}function g8(o,l,f){var g=l.pendingProps,y=g.children,b=o!==null?o.memoizedState:null;if(g.mode==="hidden")if((l.mode&1)===0)l.memoizedState={baseLanes:0,cachePool:null,transitions:null},rn(ol,ri),ri|=f;else{if((f&1073741824)===0)return o=b!==null?b.baseLanes|f:f,l.lanes=l.childLanes=1073741824,l.memoizedState={baseLanes:o,cachePool:null,transitions:null},l.updateQueue=null,rn(ol,ri),ri|=o,null;l.memoizedState={baseLanes:0,cachePool:null,transitions:null},g=b!==null?b.baseLanes:f,rn(ol,ri),ri|=g}else b!==null?(g=b.baseLanes|f,l.memoizedState=null):g=f,rn(ol,ri),ri|=g;return $r(o,l,y,f),l.child}function O8(o,l){var f=l.ref;(o===null&&f!==null||o!==null&&o.ref!==f)&&(l.flags|=512,l.flags|=2097152)}function Ah(o,l,f,g,y){var b=_r(f)?Go:dr.current;return b=Ua(l,b),nl(l,y),f=gh(o,l,f,g,b,y),g=Oh(),o!==null&&!Ir?(l.updateQueue=o.updateQueue,l.flags&=-2053,o.lanes&=~y,js(o,l,y)):(cn&&g&&Jf(l),l.flags|=1,$r(o,l,f,y),l.child)}function x8(o,l,f,g,y){if(_r(f)){var b=!0;c0(l)}else b=!1;if(nl(l,y),l.stateNode===null)$0(o,l),o8(l,f,g),Sh(l,f,g,y),g=!0;else if(o===null){var P=l.stateNode,Z=l.memoizedProps;P.props=Z;var I=P.context,re=f.contextType;typeof re=="object"&&re!==null?re=mi(re):(re=_r(f)?Go:dr.current,re=Ua(l,re));var me=f.getDerivedStateFromProps,ve=typeof me=="function"||typeof P.getSnapshotBeforeUpdate=="function";ve||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(Z!==g||I!==re)&&a8(l,P,g,re),fo=!1;var pe=l.memoizedState;P.state=pe,x0(l,g,P,y),I=l.memoizedState,Z!==g||pe!==I||Vr.current||fo?(typeof me=="function"&&(wh(l,f,me,g),I=l.memoizedState),(Z=fo||s8(l,f,Z,g,pe,I,re))?(ve||typeof P.UNSAFE_componentWillMount!="function"&&typeof P.componentWillMount!="function"||(typeof P.componentWillMount=="function"&&P.componentWillMount(),typeof P.UNSAFE_componentWillMount=="function"&&P.UNSAFE_componentWillMount()),typeof P.componentDidMount=="function"&&(l.flags|=4194308)):(typeof P.componentDidMount=="function"&&(l.flags|=4194308),l.memoizedProps=g,l.memoizedState=I),P.props=g,P.state=I,P.context=re,g=Z):(typeof P.componentDidMount=="function"&&(l.flags|=4194308),g=!1)}else{P=l.stateNode,ZO(o,l),Z=l.memoizedProps,re=l.type===l.elementType?Z:$i(l.type,Z),P.props=re,ve=l.pendingProps,pe=P.context,I=f.contextType,typeof I=="object"&&I!==null?I=mi(I):(I=_r(f)?Go:dr.current,I=Ua(l,I));var Ve=f.getDerivedStateFromProps;(me=typeof Ve=="function"||typeof P.getSnapshotBeforeUpdate=="function")||typeof P.UNSAFE_componentWillReceiveProps!="function"&&typeof P.componentWillReceiveProps!="function"||(Z!==ve||pe!==I)&&a8(l,P,g,I),fo=!1,pe=l.memoizedState,P.state=pe,x0(l,g,P,y);var Fe=l.memoizedState;Z!==ve||pe!==Fe||Vr.current||fo?(typeof Ve=="function"&&(wh(l,f,Ve,g),Fe=l.memoizedState),(re=fo||s8(l,f,re,g,pe,Fe,I)||!1)?(me||typeof P.UNSAFE_componentWillUpdate!="function"&&typeof P.componentWillUpdate!="function"||(typeof P.componentWillUpdate=="function"&&P.componentWillUpdate(g,Fe,I),typeof P.UNSAFE_componentWillUpdate=="function"&&P.UNSAFE_componentWillUpdate(g,Fe,I)),typeof P.componentDidUpdate=="function"&&(l.flags|=4),typeof P.getSnapshotBeforeUpdate=="function"&&(l.flags|=1024)):(typeof P.componentDidUpdate!="function"||Z===o.memoizedProps&&pe===o.memoizedState||(l.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||Z===o.memoizedProps&&pe===o.memoizedState||(l.flags|=1024),l.memoizedProps=g,l.memoizedState=Fe),P.props=g,P.state=Fe,P.context=I,g=re):(typeof P.componentDidUpdate!="function"||Z===o.memoizedProps&&pe===o.memoizedState||(l.flags|=4),typeof P.getSnapshotBeforeUpdate!="function"||Z===o.memoizedProps&&pe===o.memoizedState||(l.flags|=1024),g=!1)}return $h(o,l,f,g,b,y)}function $h(o,l,f,g,y,b){O8(o,l);var P=(l.flags&128)!==0;if(!g&&!P)return y&&SO(l,f,!1),js(o,l,b);g=l.stateNode,gk.current=l;var Z=P&&typeof f.getDerivedStateFromError!="function"?null:g.render();return l.flags|=1,o!==null&&P?(l.child=el(l,o.child,null,b),l.child=el(l,null,Z,b)):$r(o,l,Z,b),l.memoizedState=g.state,y&&SO(l,f,!0),l.child}function y8(o){var l=o.stateNode;l.pendingContext?bO(o,l.pendingContext,l.pendingContext!==l.context):l.context&&bO(o,l.context,!1),uh(o,l.containerInfo)}function v8(o,l,f,g,y){return Ja(),rh(y),l.flags|=256,$r(o,l,f,g),l.child}var Ch={dehydrated:null,treeContext:null,retryLane:0};function Eh(o){return{baseLanes:o,cachePool:null,transitions:null}}function b8(o,l,f){var g=l.pendingProps,y=hn.current,b=!1,P=(l.flags&128)!==0,Z;if((Z=P)||(Z=o!==null&&o.memoizedState===null?!1:(y&2)!==0),Z?(b=!0,l.flags&=-129):(o===null||o.memoizedState!==null)&&(y|=1),rn(hn,y&1),o===null)return nh(l),o=l.memoizedState,o!==null&&(o=o.dehydrated,o!==null)?((l.mode&1)===0?l.lanes=1:o.data==="$!"?l.lanes=8:l.lanes=1073741824,null):(P=g.children,o=g.fallback,b?(g=l.mode,b=l.child,P={mode:"hidden",children:P},(g&1)===0&&b!==null?(b.childLanes=0,b.pendingProps=P):b=_0(P,g,0,null),o=aa(o,g,f,null),b.return=l,o.return=l,b.sibling=o,l.child=b,l.child.memoizedState=Eh(f),l.memoizedState=Ch,o):Th(l,P));if(y=o.memoizedState,y!==null&&(Z=y.dehydrated,Z!==null))return Ok(o,l,P,g,Z,y,f);if(b){b=g.fallback,P=l.mode,y=o.child,Z=y.sibling;var I={mode:"hidden",children:g.children};return(P&1)===0&&l.child!==y?(g=l.child,g.childLanes=0,g.pendingProps=I,l.deletions=null):(g=yo(y,I),g.subtreeFlags=y.subtreeFlags&14680064),Z!==null?b=yo(Z,b):(b=aa(b,P,f,null),b.flags|=2),b.return=l,g.return=l,g.sibling=b,l.child=g,g=b,b=l.child,P=o.child.memoizedState,P=P===null?Eh(f):{baseLanes:P.baseLanes|f,cachePool:null,transitions:P.transitions},b.memoizedState=P,b.childLanes=o.childLanes&~f,l.memoizedState=Ch,g}return b=o.child,o=b.sibling,g=yo(b,{mode:"visible",children:g.children}),(l.mode&1)===0&&(g.lanes=f),g.return=l,g.sibling=null,o!==null&&(f=l.deletions,f===null?(l.deletions=[o],l.flags|=16):f.push(o)),l.child=g,l.memoizedState=null,g}function Th(o,l){return l=_0({mode:"visible",children:l},o.mode,0,null),l.return=o,o.child=l}function A0(o,l,f,g){return g!==null&&rh(g),el(l,o.child,null,f),o=Th(l,l.pendingProps.children),o.flags|=2,l.memoizedState=null,o}function Ok(o,l,f,g,y,b,P){if(f)return l.flags&256?(l.flags&=-257,g=kh(Error(t(422))),A0(o,l,P,g)):l.memoizedState!==null?(l.child=o.child,l.flags|=128,null):(b=g.fallback,y=l.mode,g=_0({mode:"visible",children:g.children},y,0,null),b=aa(b,y,P,null),b.flags|=2,g.return=l,b.return=l,g.sibling=b,l.child=g,(l.mode&1)!==0&&el(l,o.child,null,P),l.child.memoizedState=Eh(P),l.memoizedState=Ch,b);if((l.mode&1)===0)return A0(o,l,P,null);if(y.data==="$!"){if(g=y.nextSibling&&y.nextSibling.dataset,g)var Z=g.dgst;return g=Z,b=Error(t(419)),g=kh(b,g,void 0),A0(o,l,P,g)}if(Z=(P&o.childLanes)!==0,Ir||Z){if(g=zn,g!==null){switch(P&-P){case 4:y=2;break;case 16:y=8;break;case 64: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:case 4194304:case 8388608:case 16777216:case 33554432:case 67108864:y=32;break;case 536870912:y=268435456;break;default:y=0}y=(y&(g.suspendedLanes|P))!==0?0:y,y!==0&&y!==b.retryLane&&(b.retryLane=y,Ms(o,y),Ti(g,o,y,-1))}return Wh(),g=kh(Error(t(421))),A0(o,l,P,g)}return y.data==="$?"?(l.flags|=128,l.child=o.child,l=Tk.bind(null,o),y._reactRetry=l,null):(o=b.treeContext,ni=ao(y.nextSibling),ti=l,cn=!0,Ai=null,o!==null&&(hi[pi++]=Es,hi[pi++]=Ts,hi[pi++]=Ko,Es=o.id,Ts=o.overflow,Ko=l),l=Th(l,g.children),l.flags|=4096,l)}function w8(o,l,f){o.lanes|=l;var g=o.alternate;g!==null&&(g.lanes|=l),ah(o.return,l,f)}function Mh(o,l,f,g,y){var b=o.memoizedState;b===null?o.memoizedState={isBackwards:l,rendering:null,renderingStartTime:0,last:g,tail:f,tailMode:y}:(b.isBackwards=l,b.rendering=null,b.renderingStartTime=0,b.last=g,b.tail=f,b.tailMode=y)}function S8(o,l,f){var g=l.pendingProps,y=g.revealOrder,b=g.tail;if($r(o,l,g.children,f),g=hn.current,(g&2)!==0)g=g&1|2,l.flags|=128;else{if(o!==null&&(o.flags&128)!==0)e:for(o=l.child;o!==null;){if(o.tag===13)o.memoizedState!==null&&w8(o,f,l);else if(o.tag===19)w8(o,f,l);else if(o.child!==null){o.child.return=o,o=o.child;continue}if(o===l)break e;for(;o.sibling===null;){if(o.return===null||o.return===l)break e;o=o.return}o.sibling.return=o.return,o=o.sibling}g&=1}if(rn(hn,g),(l.mode&1)===0)l.memoizedState=null;else switch(y){case"forwards":for(f=l.child,y=null;f!==null;)o=f.alternate,o!==null&&y0(o)===null&&(y=f),f=f.sibling;f=y,f===null?(y=l.child,l.child=null):(y=f.sibling,f.sibling=null),Mh(l,!1,y,f,b);break;case"backwards":for(f=null,y=l.child,l.child=null;y!==null;){if(o=y.alternate,o!==null&&y0(o)===null){l.child=y;break}o=y.sibling,y.sibling=f,f=y,y=o}Mh(l,!0,f,null,b);break;case"together":Mh(l,!1,null,null,void 0);break;default:l.memoizedState=null}return l.child}function $0(o,l){(l.mode&1)===0&&o!==null&&(o.alternate=null,l.alternate=null,l.flags|=2)}function js(o,l,f){if(o!==null&&(l.dependencies=o.dependencies),ra|=l.lanes,(f&l.childLanes)===0)return null;if(o!==null&&l.child!==o.child)throw Error(t(153));if(l.child!==null){for(o=l.child,f=yo(o,o.pendingProps),l.child=f,f.return=l;o.sibling!==null;)o=o.sibling,f=f.sibling=yo(o,o.pendingProps),f.return=l;f.sibling=null}return l.child}function xk(o,l,f){switch(l.tag){case 3:y8(l),Ja();break;case 5:LO(l);break;case 1:_r(l.type)&&c0(l);break;case 4:uh(l,l.stateNode.containerInfo);break;case 10:var g=l.type._context,y=l.memoizedProps.value;rn(m0,g._currentValue),g._currentValue=y;break;case 13:if(g=l.memoizedState,g!==null)return g.dehydrated!==null?(rn(hn,hn.current&1),l.flags|=128,null):(f&l.child.childLanes)!==0?b8(o,l,f):(rn(hn,hn.current&1),o=js(o,l,f),o!==null?o.sibling:null);rn(hn,hn.current&1);break;case 19:if(g=(f&l.childLanes)!==0,(o.flags&128)!==0){if(g)return S8(o,l,f);l.flags|=128}if(y=l.memoizedState,y!==null&&(y.rendering=null,y.tail=null,y.lastEffect=null),rn(hn,hn.current),g)break;return null;case 22:case 23:return l.lanes=0,g8(o,l,f)}return js(o,l,f)}var k8,Qh,P8,A8;k8=function(o,l){for(var f=l.child;f!==null;){if(f.tag===5||f.tag===6)o.appendChild(f.stateNode);else if(f.tag!==4&&f.child!==null){f.child.return=f,f=f.child;continue}if(f===l)break;for(;f.sibling===null;){if(f.return===null||f.return===l)return;f=f.return}f.sibling.return=f.return,f=f.sibling}},Qh=function(){},P8=function(o,l,f,g){var y=o.memoizedProps;if(y!==g){o=l.stateNode,ta(Ui.current);var b=null;switch(f){case"input":y=Ne(o,y),g=Ne(o,g),b=[];break;case"select":y=G({},y,{value:void 0}),g=G({},g,{value:void 0}),b=[];break;case"textarea":y=Re(o,y),g=Re(o,g),b=[];break;default:typeof y.onClick!="function"&&typeof g.onClick=="function"&&(o.onclick=o0)}He(f,g);var P;f=null;for(re in y)if(!g.hasOwnProperty(re)&&y.hasOwnProperty(re)&&y[re]!=null)if(re==="style"){var Z=y[re];for(P in Z)Z.hasOwnProperty(P)&&(f||(f={}),f[P]="")}else re!=="dangerouslySetInnerHTML"&&re!=="children"&&re!=="suppressContentEditableWarning"&&re!=="suppressHydrationWarning"&&re!=="autoFocus"&&(i.hasOwnProperty(re)?b||(b=[]):(b=b||[]).push(re,null));for(re in g){var I=g[re];if(Z=y!=null?y[re]:void 0,g.hasOwnProperty(re)&&I!==Z&&(I!=null||Z!=null))if(re==="style")if(Z){for(P in Z)!Z.hasOwnProperty(P)||I&&I.hasOwnProperty(P)||(f||(f={}),f[P]="");for(P in I)I.hasOwnProperty(P)&&Z[P]!==I[P]&&(f||(f={}),f[P]=I[P])}else f||(b||(b=[]),b.push(re,f)),f=I;else re==="dangerouslySetInnerHTML"?(I=I?I.__html:void 0,Z=Z?Z.__html:void 0,I!=null&&Z!==I&&(b=b||[]).push(re,I)):re==="children"?typeof I!="string"&&typeof I!="number"||(b=b||[]).push(re,""+I):re!=="suppressContentEditableWarning"&&re!=="suppressHydrationWarning"&&(i.hasOwnProperty(re)?(I!=null&&re==="onScroll"&&on("scroll",o),b||Z===I||(b=[])):(b=b||[]).push(re,I))}f&&(b=b||[]).push("style",f);var re=b;(l.updateQueue=re)&&(l.flags|=4)}},A8=function(o,l,f,g){f!==g&&(l.flags|=4)};function Cc(o,l){if(!cn)switch(o.tailMode){case"hidden":l=o.tail;for(var f=null;l!==null;)l.alternate!==null&&(f=l),l=l.sibling;f===null?o.tail=null:f.sibling=null;break;case"collapsed":f=o.tail;for(var g=null;f!==null;)f.alternate!==null&&(g=f),f=f.sibling;g===null?l||o.tail===null?o.tail=null:o.tail.sibling=null:g.sibling=null}}function hr(o){var l=o.alternate!==null&&o.alternate.child===o.child,f=0,g=0;if(l)for(var y=o.child;y!==null;)f|=y.lanes|y.childLanes,g|=y.subtreeFlags&14680064,g|=y.flags&14680064,y.return=o,y=y.sibling;else for(y=o.child;y!==null;)f|=y.lanes|y.childLanes,g|=y.subtreeFlags,g|=y.flags,y.return=o,y=y.sibling;return o.subtreeFlags|=g,o.childLanes=f,l}function yk(o,l,f){var g=l.pendingProps;switch(eh(l),l.tag){case 2:case 16:case 15:case 0:case 11:case 7:case 8:case 12:case 9:case 14:return hr(l),null;case 1:return _r(l.type)&&l0(),hr(l),null;case 3:return g=l.stateNode,rl(),an(Vr),an(dr),hh(),g.pendingContext&&(g.context=g.pendingContext,g.pendingContext=null),(o===null||o.child===null)&&(h0(l)?l.flags|=4:o===null||o.memoizedState.isDehydrated&&(l.flags&256)===0||(l.flags|=1024,Ai!==null&&(Fh(Ai),Ai=null))),Qh(o,l),hr(l),null;case 5:dh(l);var y=ta(Sc.current);if(f=l.type,o!==null&&l.stateNode!=null)P8(o,l,f,g,y),o.ref!==l.ref&&(l.flags|=512,l.flags|=2097152);else{if(!g){if(l.stateNode===null)throw Error(t(166));return hr(l),null}if(o=ta(Ui.current),h0(l)){g=l.stateNode,f=l.type;var b=l.memoizedProps;switch(g[qi]=l,g[xc]=b,o=(l.mode&1)!==0,f){case"dialog":on("cancel",g),on("close",g);break;case"iframe":case"object":case"embed":on("load",g);break;case"video":case"audio":for(y=0;y<mc.length;y++)on(mc[y],g);break;case"source":on("error",g);break;case"img":case"image":case"link":on("error",g),on("load",g);break;case"details":on("toggle",g);break;case"input":ze(g,b),on("invalid",g);break;case"select":g._wrapperState={wasMultiple:!!b.multiple},on("invalid",g);break;case"textarea":vt(g,b),on("invalid",g)}He(f,b),y=null;for(var P in b)if(b.hasOwnProperty(P)){var Z=b[P];P==="children"?typeof Z=="string"?g.textContent!==Z&&(b.suppressHydrationWarning!==!0&&s0(g.textContent,Z,o),y=["children",Z]):typeof Z=="number"&&g.textContent!==""+Z&&(b.suppressHydrationWarning!==!0&&s0(g.textContent,Z,o),y=["children",""+Z]):i.hasOwnProperty(P)&&Z!=null&&P==="onScroll"&&on("scroll",g)}switch(f){case"input":Ce(g),ue(g,b,!0);break;case"textarea":Ce(g),gt(g);break;case"select":case"option":break;default:typeof b.onClick=="function"&&(g.onclick=o0)}g=y,l.updateQueue=g,g!==null&&(l.flags|=4)}else{P=y.nodeType===9?y:y.ownerDocument,o==="http://www.w3.org/1999/xhtml"&&(o=dt(f)),o==="http://www.w3.org/1999/xhtml"?f==="script"?(o=P.createElement("div"),o.innerHTML="<script><\/script>",o=o.removeChild(o.firstChild)):typeof g.is=="string"?o=P.createElement(f,{is:g.is}):(o=P.createElement(f),f==="select"&&(P=o,g.multiple?P.multiple=!0:g.size&&(P.size=g.size))):o=P.createElementNS(o,f),o[qi]=l,o[xc]=g,k8(o,l,!1,!1),l.stateNode=o;e:{switch(P=Et(f,g),f){case"dialog":on("cancel",o),on("close",o),y=g;break;case"iframe":case"object":case"embed":on("load",o),y=g;break;case"video":case"audio":for(y=0;y<mc.length;y++)on(mc[y],o);y=g;break;case"source":on("error",o),y=g;break;case"img":case"image":case"link":on("error",o),on("load",o),y=g;break;case"details":on("toggle",o),y=g;break;case"input":ze(o,g),y=Ne(o,g),on("invalid",o);break;case"option":y=g;break;case"select":o._wrapperState={wasMultiple:!!g.multiple},y=G({},g,{value:void 0}),on("invalid",o);break;case"textarea":vt(o,g),y=Re(o,g),on("invalid",o);break;default:y=g}He(f,y),Z=y;for(b in Z)if(Z.hasOwnProperty(b)){var I=Z[b];b==="style"?nt(o,I):b==="dangerouslySetInnerHTML"?(I=I?I.__html:void 0,I!=null&&nn(o,I)):b==="children"?typeof I=="string"?(f!=="textarea"||I!=="")&&Ut(o,I):typeof I=="number"&&Ut(o,""+I):b!=="suppressContentEditableWarning"&&b!=="suppressHydrationWarning"&&b!=="autoFocus"&&(i.hasOwnProperty(b)?I!=null&&b==="onScroll"&&on("scroll",o):I!=null&&A(o,b,I,P))}switch(f){case"input":Ce(o),ue(o,g,!1);break;case"textarea":Ce(o),gt(o);break;case"option":g.value!=null&&o.setAttribute("value",""+Y(g.value));break;case"select":o.multiple=!!g.multiple,b=g.value,b!=null?rt(o,!!g.multiple,b,!1):g.defaultValue!=null&&rt(o,!!g.multiple,g.defaultValue,!0);break;default:typeof y.onClick=="function"&&(o.onclick=o0)}switch(f){case"button":case"input":case"select":case"textarea":g=!!g.autoFocus;break e;case"img":g=!0;break e;default:g=!1}}g&&(l.flags|=4)}l.ref!==null&&(l.flags|=512,l.flags|=2097152)}return hr(l),null;case 6:if(o&&l.stateNode!=null)A8(o,l,o.memoizedProps,g);else{if(typeof g!="string"&&l.stateNode===null)throw Error(t(166));if(f=ta(Sc.current),ta(Ui.current),h0(l)){if(g=l.stateNode,f=l.memoizedProps,g[qi]=l,(b=g.nodeValue!==f)&&(o=ti,o!==null))switch(o.tag){case 3:s0(g.nodeValue,f,(o.mode&1)!==0);break;case 5:o.memoizedProps.suppressHydrationWarning!==!0&&s0(g.nodeValue,f,(o.mode&1)!==0)}b&&(l.flags|=4)}else g=(f.nodeType===9?f:f.ownerDocument).createTextNode(g),g[qi]=l,l.stateNode=g}return hr(l),null;case 13:if(an(hn),g=l.memoizedState,o===null||o.memoizedState!==null&&o.memoizedState.dehydrated!==null){if(cn&&ni!==null&&(l.mode&1)!==0&&(l.flags&128)===0)EO(),Ja(),l.flags|=98560,b=!1;else if(b=h0(l),g!==null&&g.dehydrated!==null){if(o===null){if(!b)throw Error(t(318));if(b=l.memoizedState,b=b!==null?b.dehydrated:null,!b)throw Error(t(317));b[qi]=l}else Ja(),(l.flags&128)===0&&(l.memoizedState=null),l.flags|=4;hr(l),b=!1}else Ai!==null&&(Fh(Ai),Ai=null),b=!0;if(!b)return l.flags&65536?l:null}return(l.flags&128)!==0?(l.lanes=f,l):(g=g!==null,g!==(o!==null&&o.memoizedState!==null)&&g&&(l.child.flags|=8192,(l.mode&1)!==0&&(o===null||(hn.current&1)!==0?Nn===0&&(Nn=3):Wh())),l.updateQueue!==null&&(l.flags|=4),hr(l),null);case 4:return rl(),Qh(o,l),o===null&&gc(l.stateNode.containerInfo),hr(l),null;case 10:return oh(l.type._context),hr(l),null;case 17:return _r(l.type)&&l0(),hr(l),null;case 19:if(an(hn),b=l.memoizedState,b===null)return hr(l),null;if(g=(l.flags&128)!==0,P=b.rendering,P===null)if(g)Cc(b,!1);else{if(Nn!==0||o!==null&&(o.flags&128)!==0)for(o=l.child;o!==null;){if(P=y0(o),P!==null){for(l.flags|=128,Cc(b,!1),g=P.updateQueue,g!==null&&(l.updateQueue=g,l.flags|=4),l.subtreeFlags=0,g=f,f=l.child;f!==null;)b=f,o=g,b.flags&=14680066,P=b.alternate,P===null?(b.childLanes=0,b.lanes=o,b.child=null,b.subtreeFlags=0,b.memoizedProps=null,b.memoizedState=null,b.updateQueue=null,b.dependencies=null,b.stateNode=null):(b.childLanes=P.childLanes,b.lanes=P.lanes,b.child=P.child,b.subtreeFlags=0,b.deletions=null,b.memoizedProps=P.memoizedProps,b.memoizedState=P.memoizedState,b.updateQueue=P.updateQueue,b.type=P.type,o=P.dependencies,b.dependencies=o===null?null:{lanes:o.lanes,firstContext:o.firstContext}),f=f.sibling;return rn(hn,hn.current&1|2),l.child}o=o.sibling}b.tail!==null&&Qt()>al&&(l.flags|=128,g=!0,Cc(b,!1),l.lanes=4194304)}else{if(!g)if(o=y0(P),o!==null){if(l.flags|=128,g=!0,f=o.updateQueue,f!==null&&(l.updateQueue=f,l.flags|=4),Cc(b,!0),b.tail===null&&b.tailMode==="hidden"&&!P.alternate&&!cn)return hr(l),null}else 2*Qt()-b.renderingStartTime>al&&f!==1073741824&&(l.flags|=128,g=!0,Cc(b,!1),l.lanes=4194304);b.isBackwards?(P.sibling=l.child,l.child=P):(f=b.last,f!==null?f.sibling=P:l.child=P,b.last=P)}return b.tail!==null?(l=b.tail,b.rendering=l,b.tail=l.sibling,b.renderingStartTime=Qt(),l.sibling=null,f=hn.current,rn(hn,g?f&1|2:f&1),l):(hr(l),null);case 22:case 23:return Hh(),g=l.memoizedState!==null,o!==null&&o.memoizedState!==null!==g&&(l.flags|=8192),g&&(l.mode&1)!==0?(ri&1073741824)!==0&&(hr(l),l.subtreeFlags&6&&(l.flags|=8192)):hr(l),null;case 24:return null;case 25:return null}throw Error(t(156,l.tag))}function vk(o,l){switch(eh(l),l.tag){case 1:return _r(l.type)&&l0(),o=l.flags,o&65536?(l.flags=o&-65537|128,l):null;case 3:return rl(),an(Vr),an(dr),hh(),o=l.flags,(o&65536)!==0&&(o&128)===0?(l.flags=o&-65537|128,l):null;case 5:return dh(l),null;case 13:if(an(hn),o=l.memoizedState,o!==null&&o.dehydrated!==null){if(l.alternate===null)throw Error(t(340));Ja()}return o=l.flags,o&65536?(l.flags=o&-65537|128,l):null;case 19:return an(hn),null;case 4:return rl(),null;case 10:return oh(l.type._context),null;case 22:case 23:return Hh(),null;case 24:return null;default:return null}}var C0=!1,pr=!1,bk=typeof WeakSet=="function"?WeakSet:Set,De=null;function sl(o,l){var f=o.ref;if(f!==null)if(typeof f=="function")try{f(null)}catch(g){On(o,l,g)}else f.current=null}function jh(o,l,f){try{f()}catch(g){On(o,l,g)}}var $8=!1;function wk(o,l){if(Hf=lr,o=sO(),Lf(o)){if("selectionStart"in o)var f={start:o.selectionStart,end:o.selectionEnd};else e:{f=(f=o.ownerDocument)&&f.defaultView||window;var g=f.getSelection&&f.getSelection();if(g&&g.rangeCount!==0){f=g.anchorNode;var y=g.anchorOffset,b=g.focusNode;g=g.focusOffset;try{f.nodeType,b.nodeType}catch{f=null;break e}var P=0,Z=-1,I=-1,re=0,me=0,ve=o,pe=null;t:for(;;){for(var Ve;ve!==f||y!==0&&ve.nodeType!==3||(Z=P+y),ve!==b||g!==0&&ve.nodeType!==3||(I=P+g),ve.nodeType===3&&(P+=ve.nodeValue.length),(Ve=ve.firstChild)!==null;)pe=ve,ve=Ve;for(;;){if(ve===o)break t;if(pe===f&&++re===y&&(Z=P),pe===b&&++me===g&&(I=P),(Ve=ve.nextSibling)!==null)break;ve=pe,pe=ve.parentNode}ve=Ve}f=Z===-1||I===-1?null:{start:Z,end:I}}else f=null}f=f||{start:0,end:0}}else f=null;for(Wf={focusedElem:o,selectionRange:f},lr=!1,De=l;De!==null;)if(l=De,o=l.child,(l.subtreeFlags&1028)!==0&&o!==null)o.return=l,De=o;else for(;De!==null;){l=De;try{var Fe=l.alternate;if((l.flags&1024)!==0)switch(l.tag){case 0:case 11:case 15:break;case 1:if(Fe!==null){var Ue=Fe.memoizedProps,wn=Fe.memoizedState,U=l.stateNode,W=U.getSnapshotBeforeUpdate(l.elementType===l.type?Ue:$i(l.type,Ue),wn);U.__reactInternalSnapshotBeforeUpdate=W}break;case 3:var J=l.stateNode.containerInfo;J.nodeType===1?J.textContent="":J.nodeType===9&&J.documentElement&&J.removeChild(J.documentElement);break;case 5:case 6:case 4:case 17:break;default:throw Error(t(163))}}catch($e){On(l,l.return,$e)}if(o=l.sibling,o!==null){o.return=l.return,De=o;break}De=l.return}return Fe=$8,$8=!1,Fe}function Ec(o,l,f){var g=l.updateQueue;if(g=g!==null?g.lastEffect:null,g!==null){var y=g=g.next;do{if((y.tag&o)===o){var b=y.destroy;y.destroy=void 0,b!==void 0&&jh(l,f,b)}y=y.next}while(y!==g)}}function E0(o,l){if(l=l.updateQueue,l=l!==null?l.lastEffect:null,l!==null){var f=l=l.next;do{if((f.tag&o)===o){var g=f.create;f.destroy=g()}f=f.next}while(f!==l)}}function Zh(o){var l=o.ref;if(l!==null){var f=o.stateNode;switch(o.tag){case 5:o=f;break;default:o=f}typeof l=="function"?l(o):l.current=o}}function C8(o){var l=o.alternate;l!==null&&(o.alternate=null,C8(l)),o.child=null,o.deletions=null,o.sibling=null,o.tag===5&&(l=o.stateNode,l!==null&&(delete l[qi],delete l[xc],delete l[Uf],delete l[ik],delete l[sk])),o.stateNode=null,o.return=null,o.dependencies=null,o.memoizedProps=null,o.memoizedState=null,o.pendingProps=null,o.stateNode=null,o.updateQueue=null}function E8(o){return o.tag===5||o.tag===3||o.tag===4}function T8(o){e:for(;;){for(;o.sibling===null;){if(o.return===null||E8(o.return))return null;o=o.return}for(o.sibling.return=o.return,o=o.sibling;o.tag!==5&&o.tag!==6&&o.tag!==18;){if(o.flags&2||o.child===null||o.tag===4)continue e;o.child.return=o,o=o.child}if(!(o.flags&2))return o.stateNode}}function Rh(o,l,f){var g=o.tag;if(g===5||g===6)o=o.stateNode,l?f.nodeType===8?f.parentNode.insertBefore(o,l):f.insertBefore(o,l):(f.nodeType===8?(l=f.parentNode,l.insertBefore(o,f)):(l=f,l.appendChild(o)),f=f._reactRootContainer,f!=null||l.onclick!==null||(l.onclick=o0));else if(g!==4&&(o=o.child,o!==null))for(Rh(o,l,f),o=o.sibling;o!==null;)Rh(o,l,f),o=o.sibling}function Nh(o,l,f){var g=o.tag;if(g===5||g===6)o=o.stateNode,l?f.insertBefore(o,l):f.appendChild(o);else if(g!==4&&(o=o.child,o!==null))for(Nh(o,l,f),o=o.sibling;o!==null;)Nh(o,l,f),o=o.sibling}var Kn=null,Ci=!1;function po(o,l,f){for(f=f.child;f!==null;)M8(o,l,f),f=f.sibling}function M8(o,l,f){if(H&&typeof H.onCommitFiberUnmount=="function")try{H.onCommitFiberUnmount(sr,f)}catch{}switch(f.tag){case 5:pr||sl(f,l);case 6:var g=Kn,y=Ci;Kn=null,po(o,l,f),Kn=g,Ci=y,Kn!==null&&(Ci?(o=Kn,f=f.stateNode,o.nodeType===8?o.parentNode.removeChild(f):o.removeChild(f)):Kn.removeChild(f.stateNode));break;case 18:Kn!==null&&(Ci?(o=Kn,f=f.stateNode,o.nodeType===8?qf(o.parentNode,f):o.nodeType===1&&qf(o,f),vn(o)):qf(Kn,f.stateNode));break;case 4:g=Kn,y=Ci,Kn=f.stateNode.containerInfo,Ci=!0,po(o,l,f),Kn=g,Ci=y;break;case 0:case 11:case 14:case 15:if(!pr&&(g=f.updateQueue,g!==null&&(g=g.lastEffect,g!==null))){y=g=g.next;do{var b=y,P=b.destroy;b=b.tag,P!==void 0&&((b&2)!==0||(b&4)!==0)&&jh(f,l,P),y=y.next}while(y!==g)}po(o,l,f);break;case 1:if(!pr&&(sl(f,l),g=f.stateNode,typeof g.componentWillUnmount=="function"))try{g.props=f.memoizedProps,g.state=f.memoizedState,g.componentWillUnmount()}catch(Z){On(f,l,Z)}po(o,l,f);break;case 21:po(o,l,f);break;case 22:f.mode&1?(pr=(g=pr)||f.memoizedState!==null,po(o,l,f),pr=g):po(o,l,f);break;default:po(o,l,f)}}function Q8(o){var l=o.updateQueue;if(l!==null){o.updateQueue=null;var f=o.stateNode;f===null&&(f=o.stateNode=new bk),l.forEach(function(g){var y=Mk.bind(null,o,g);f.has(g)||(f.add(g),g.then(y,y))})}}function Ei(o,l){var f=l.deletions;if(f!==null)for(var g=0;g<f.length;g++){var y=f[g];try{var b=o,P=l,Z=P;e:for(;Z!==null;){switch(Z.tag){case 5:Kn=Z.stateNode,Ci=!1;break e;case 3:Kn=Z.stateNode.containerInfo,Ci=!0;break e;case 4:Kn=Z.stateNode.containerInfo,Ci=!0;break e}Z=Z.return}if(Kn===null)throw Error(t(160));M8(b,P,y),Kn=null,Ci=!1;var I=y.alternate;I!==null&&(I.return=null),y.return=null}catch(re){On(y,l,re)}}if(l.subtreeFlags&12854)for(l=l.child;l!==null;)j8(l,o),l=l.sibling}function j8(o,l){var f=o.alternate,g=o.flags;switch(o.tag){case 0:case 11:case 14:case 15:if(Ei(l,o),Ki(o),g&4){try{Ec(3,o,o.return),E0(3,o)}catch(Ue){On(o,o.return,Ue)}try{Ec(5,o,o.return)}catch(Ue){On(o,o.return,Ue)}}break;case 1:Ei(l,o),Ki(o),g&512&&f!==null&&sl(f,f.return);break;case 5:if(Ei(l,o),Ki(o),g&512&&f!==null&&sl(f,f.return),o.flags&32){var y=o.stateNode;try{Ut(y,"")}catch(Ue){On(o,o.return,Ue)}}if(g&4&&(y=o.stateNode,y!=null)){var b=o.memoizedProps,P=f!==null?f.memoizedProps:b,Z=o.type,I=o.updateQueue;if(o.updateQueue=null,I!==null)try{Z==="input"&&b.type==="radio"&&b.name!=null&&Je(y,b),Et(Z,P);var re=Et(Z,b);for(P=0;P<I.length;P+=2){var me=I[P],ve=I[P+1];me==="style"?nt(y,ve):me==="dangerouslySetInnerHTML"?nn(y,ve):me==="children"?Ut(y,ve):A(y,me,ve,re)}switch(Z){case"input":St(y,b);break;case"textarea":ot(y,b);break;case"select":var pe=y._wrapperState.wasMultiple;y._wrapperState.wasMultiple=!!b.multiple;var Ve=b.value;Ve!=null?rt(y,!!b.multiple,Ve,!1):pe!==!!b.multiple&&(b.defaultValue!=null?rt(y,!!b.multiple,b.defaultValue,!0):rt(y,!!b.multiple,b.multiple?[]:"",!1))}y[xc]=b}catch(Ue){On(o,o.return,Ue)}}break;case 6:if(Ei(l,o),Ki(o),g&4){if(o.stateNode===null)throw Error(t(162));y=o.stateNode,b=o.memoizedProps;try{y.nodeValue=b}catch(Ue){On(o,o.return,Ue)}}break;case 3:if(Ei(l,o),Ki(o),g&4&&f!==null&&f.memoizedState.isDehydrated)try{vn(l.containerInfo)}catch(Ue){On(o,o.return,Ue)}break;case 4:Ei(l,o),Ki(o);break;case 13:Ei(l,o),Ki(o),y=o.child,y.flags&8192&&(b=y.memoizedState!==null,y.stateNode.isHidden=b,!b||y.alternate!==null&&y.alternate.memoizedState!==null||(_h=Qt())),g&4&&Q8(o);break;case 22:if(me=f!==null&&f.memoizedState!==null,o.mode&1?(pr=(re=pr)||me,Ei(l,o),pr=re):Ei(l,o),Ki(o),g&8192){if(re=o.memoizedState!==null,(o.stateNode.isHidden=re)&&!me&&(o.mode&1)!==0)for(De=o,me=o.child;me!==null;){for(ve=De=me;De!==null;){switch(pe=De,Ve=pe.child,pe.tag){case 0:case 11:case 14:case 15:Ec(4,pe,pe.return);break;case 1:sl(pe,pe.return);var Fe=pe.stateNode;if(typeof Fe.componentWillUnmount=="function"){g=pe,f=pe.return;try{l=g,Fe.props=l.memoizedProps,Fe.state=l.memoizedState,Fe.componentWillUnmount()}catch(Ue){On(g,f,Ue)}}break;case 5:sl(pe,pe.return);break;case 22:if(pe.memoizedState!==null){N8(ve);continue}}Ve!==null?(Ve.return=pe,De=Ve):N8(ve)}me=me.sibling}e:for(me=null,ve=o;;){if(ve.tag===5){if(me===null){me=ve;try{y=ve.stateNode,re?(b=y.style,typeof b.setProperty=="function"?b.setProperty("display","none","important"):b.display="none"):(Z=ve.stateNode,I=ve.memoizedProps.style,P=I!=null&&I.hasOwnProperty("display")?I.display:null,Z.style.display=ne("display",P))}catch(Ue){On(o,o.return,Ue)}}}else if(ve.tag===6){if(me===null)try{ve.stateNode.nodeValue=re?"":ve.memoizedProps}catch(Ue){On(o,o.return,Ue)}}else if((ve.tag!==22&&ve.tag!==23||ve.memoizedState===null||ve===o)&&ve.child!==null){ve.child.return=ve,ve=ve.child;continue}if(ve===o)break e;for(;ve.sibling===null;){if(ve.return===null||ve.return===o)break e;me===ve&&(me=null),ve=ve.return}me===ve&&(me=null),ve.sibling.return=ve.return,ve=ve.sibling}}break;case 19:Ei(l,o),Ki(o),g&4&&Q8(o);break;case 21:break;default:Ei(l,o),Ki(o)}}function Ki(o){var l=o.flags;if(l&2){try{e:{for(var f=o.return;f!==null;){if(E8(f)){var g=f;break e}f=f.return}throw Error(t(160))}switch(g.tag){case 5:var y=g.stateNode;g.flags&32&&(Ut(y,""),g.flags&=-33);var b=T8(o);Nh(o,b,y);break;case 3:case 4:var P=g.stateNode.containerInfo,Z=T8(o);Rh(o,Z,P);break;default:throw Error(t(161))}}catch(I){On(o,o.return,I)}o.flags&=-3}l&4096&&(o.flags&=-4097)}function Sk(o,l,f){De=o,Z8(o)}function Z8(o,l,f){for(var g=(o.mode&1)!==0;De!==null;){var y=De,b=y.child;if(y.tag===22&&g){var P=y.memoizedState!==null||C0;if(!P){var Z=y.alternate,I=Z!==null&&Z.memoizedState!==null||pr;Z=C0;var re=pr;if(C0=P,(pr=I)&&!re)for(De=y;De!==null;)P=De,I=P.child,P.tag===22&&P.memoizedState!==null?L8(y):I!==null?(I.return=P,De=I):L8(y);for(;b!==null;)De=b,Z8(b),b=b.sibling;De=y,C0=Z,pr=re}R8(o)}else(y.subtreeFlags&8772)!==0&&b!==null?(b.return=y,De=b):R8(o)}}function R8(o){for(;De!==null;){var l=De;if((l.flags&8772)!==0){var f=l.alternate;try{if((l.flags&8772)!==0)switch(l.tag){case 0:case 11:case 15:pr||E0(5,l);break;case 1:var g=l.stateNode;if(l.flags&4&&!pr)if(f===null)g.componentDidMount();else{var y=l.elementType===l.type?f.memoizedProps:$i(l.type,f.memoizedProps);g.componentDidUpdate(y,f.memoizedState,g.__reactInternalSnapshotBeforeUpdate)}var b=l.updateQueue;b!==null&&NO(l,b,g);break;case 3:var P=l.updateQueue;if(P!==null){if(f=null,l.child!==null)switch(l.child.tag){case 5:f=l.child.stateNode;break;case 1:f=l.child.stateNode}NO(l,P,f)}break;case 5:var Z=l.stateNode;if(f===null&&l.flags&4){f=Z;var I=l.memoizedProps;switch(l.type){case"button":case"input":case"select":case"textarea":I.autoFocus&&f.focus();break;case"img":I.src&&(f.src=I.src)}}break;case 6:break;case 4:break;case 12:break;case 13:if(l.memoizedState===null){var re=l.alternate;if(re!==null){var me=re.memoizedState;if(me!==null){var ve=me.dehydrated;ve!==null&&vn(ve)}}}break;case 19:case 17:case 21:case 22:case 23:case 25:break;default:throw Error(t(163))}pr||l.flags&512&&Zh(l)}catch(pe){On(l,l.return,pe)}}if(l===o){De=null;break}if(f=l.sibling,f!==null){f.return=l.return,De=f;break}De=l.return}}function N8(o){for(;De!==null;){var l=De;if(l===o){De=null;break}var f=l.sibling;if(f!==null){f.return=l.return,De=f;break}De=l.return}}function L8(o){for(;De!==null;){var l=De;try{switch(l.tag){case 0:case 11:case 15:var f=l.return;try{E0(4,l)}catch(I){On(l,f,I)}break;case 1:var g=l.stateNode;if(typeof g.componentDidMount=="function"){var y=l.return;try{g.componentDidMount()}catch(I){On(l,y,I)}}var b=l.return;try{Zh(l)}catch(I){On(l,b,I)}break;case 5:var P=l.return;try{Zh(l)}catch(I){On(l,P,I)}}}catch(I){On(l,l.return,I)}if(l===o){De=null;break}var Z=l.sibling;if(Z!==null){Z.return=l.return,De=Z;break}De=l.return}}var kk=Math.ceil,T0=j.ReactCurrentDispatcher,Lh=j.ReactCurrentOwner,Oi=j.ReactCurrentBatchConfig,It=0,zn=null,Tn=null,Jn=0,ri=0,ol=lo(0),Nn=0,Tc=null,ra=0,M0=0,Vh=0,Mc=null,Dr=null,_h=0,al=1/0,Zs=null,Q0=!1,Ih=null,mo=null,j0=!1,go=null,Z0=0,Qc=0,Dh=null,R0=-1,N0=0;function Cr(){return(It&6)!==0?Qt():R0!==-1?R0:R0=Qt()}function Oo(o){return(o.mode&1)===0?1:(It&2)!==0&&Jn!==0?Jn&-Jn:ak.transition!==null?(N0===0&&(N0=Wi()),N0):(o=Vt,o!==0||(o=window.event,o=o===void 0?16:Bu(o.type)),o)}function Ti(o,l,f,g){if(50<Qc)throw Qc=0,Dh=null,Error(t(185));ys(o,f,g),((It&2)===0||o!==zn)&&(o===zn&&((It&2)===0&&(M0|=f),Nn===4&&xo(o,Jn)),Xr(o,g),f===1&&It===0&&(l.mode&1)===0&&(al=Qt()+500,u0&&uo()))}function Xr(o,l){var f=o.callbackNode;en(o,l);var g=ut(o,o===zn?Jn:0);if(g===0)f!==null&&Gr(f),o.callbackNode=null,o.callbackPriority=0;else if(l=g&-g,o.callbackPriority!==l){if(f!=null&&Gr(f),l===1)o.tag===0?ok(_8.bind(null,o)):kO(_8.bind(null,o)),nk(function(){(It&6)===0&&uo()}),f=null;else{switch(Va(g)){case 1:f=Rr;break;case 4:f=Pi;break;case 16:f=jn;break;case 536870912:f=ir;break;default:f=jn}f=B8(f,V8.bind(null,o))}o.callbackPriority=l,o.callbackNode=f}}function V8(o,l){if(R0=-1,N0=0,(It&6)!==0)throw Error(t(327));var f=o.callbackNode;if(ll()&&o.callbackNode!==f)return null;var g=ut(o,o===zn?Jn:0);if(g===0)return null;if((g&30)!==0||(g&o.expiredLanes)!==0||l)l=L0(o,g);else{l=g;var y=It;It|=2;var b=D8();(zn!==o||Jn!==l)&&(Zs=null,al=Qt()+500,sa(o,l));do try{$k();break}catch(Z){I8(o,Z)}while(!0);sh(),T0.current=b,It=y,Tn!==null?l=0:(zn=null,Jn=0,l=Nn)}if(l!==0){if(l===2&&(y=$n(o),y!==0&&(g=y,l=Xh(o,y))),l===1)throw f=Tc,sa(o,0),xo(o,g),Xr(o,Qt()),f;if(l===6)xo(o,g);else{if(y=o.current.alternate,(g&30)===0&&!Pk(y)&&(l=L0(o,g),l===2&&(b=$n(o),b!==0&&(g=b,l=Xh(o,b))),l===1))throw f=Tc,sa(o,0),xo(o,g),Xr(o,Qt()),f;switch(o.finishedWork=y,o.finishedLanes=g,l){case 0:case 1:throw Error(t(345));case 2:oa(o,Dr,Zs);break;case 3:if(xo(o,g),(g&130023424)===g&&(l=_h+500-Qt(),10<l)){if(ut(o,0)!==0)break;if(y=o.suspendedLanes,(y&g)!==g){Cr(),o.pingedLanes|=o.suspendedLanes&y;break}o.timeoutHandle=Yf(oa.bind(null,o,Dr,Zs),l);break}oa(o,Dr,Zs);break;case 4:if(xo(o,g),(g&4194240)===g)break;for(l=o.eventTimes,y=-1;0<g;){var P=31-ke(g);b=1<<P,P=l[P],P>y&&(y=P),g&=~b}if(g=y,g=Qt()-g,g=(120>g?120:480>g?480:1080>g?1080:1920>g?1920:3e3>g?3e3:4320>g?4320:1960*kk(g/1960))-g,10<g){o.timeoutHandle=Yf(oa.bind(null,o,Dr,Zs),g);break}oa(o,Dr,Zs);break;case 5:oa(o,Dr,Zs);break;default:throw Error(t(329))}}}return Xr(o,Qt()),o.callbackNode===f?V8.bind(null,o):null}function Xh(o,l){var f=Mc;return o.current.memoizedState.isDehydrated&&(sa(o,l).flags|=256),o=L0(o,l),o!==2&&(l=Dr,Dr=f,l!==null&&Fh(l)),o}function Fh(o){Dr===null?Dr=o:Dr.push.apply(Dr,o)}function Pk(o){for(var l=o;;){if(l.flags&16384){var f=l.updateQueue;if(f!==null&&(f=f.stores,f!==null))for(var g=0;g<f.length;g++){var y=f[g],b=y.getSnapshot;y=y.value;try{if(!Lr(b(),y))return!1}catch{return!1}}}if(f=l.child,l.subtreeFlags&16384&&f!==null)f.return=l,l=f;else{if(l===o)break;for(;l.sibling===null;){if(l.return===null||l.return===o)return!0;l=l.return}l.sibling.return=l.return,l=l.sibling}}return!0}function xo(o,l){for(l&=~Vh,l&=~M0,o.suspendedLanes|=l,o.pingedLanes&=~l,o=o.expirationTimes;0<l;){var f=31-ke(l),g=1<<f;o[f]=-1,l&=~g}}function _8(o){if((It&6)!==0)throw Error(t(327));ll();var l=ut(o,0);if((l&1)===0)return Xr(o,Qt()),null;var f=L0(o,l);if(o.tag!==0&&f===2){var g=$n(o);g!==0&&(l=g,f=Xh(o,g))}if(f===1)throw f=Tc,sa(o,0),xo(o,l),Xr(o,Qt()),f;if(f===6)throw Error(t(345));return o.finishedWork=o.current.alternate,o.finishedLanes=l,oa(o,Dr,Zs),Xr(o,Qt()),null}function zh(o,l){var f=It;It|=1;try{return o(l)}finally{It=f,It===0&&(al=Qt()+500,u0&&uo())}}function ia(o){go!==null&&go.tag===0&&(It&6)===0&&ll();var l=It;It|=1;var f=Oi.transition,g=Vt;try{if(Oi.transition=null,Vt=1,o)return o()}finally{Vt=g,Oi.transition=f,It=l,(It&6)===0&&uo()}}function Hh(){ri=ol.current,an(ol)}function sa(o,l){o.finishedWork=null,o.finishedLanes=0;var f=o.timeoutHandle;if(f!==-1&&(o.timeoutHandle=-1,tk(f)),Tn!==null)for(f=Tn.return;f!==null;){var g=f;switch(eh(g),g.tag){case 1:g=g.type.childContextTypes,g!=null&&l0();break;case 3:rl(),an(Vr),an(dr),hh();break;case 5:dh(g);break;case 4:rl();break;case 13:an(hn);break;case 19:an(hn);break;case 10:oh(g.type._context);break;case 22:case 23:Hh()}f=f.return}if(zn=o,Tn=o=yo(o.current,null),Jn=ri=l,Nn=0,Tc=null,Vh=M0=ra=0,Dr=Mc=null,ea!==null){for(l=0;l<ea.length;l++)if(f=ea[l],g=f.interleaved,g!==null){f.interleaved=null;var y=g.next,b=f.pending;if(b!==null){var P=b.next;b.next=y,g.next=P}f.pending=g}ea=null}return o}function I8(o,l){do{var f=Tn;try{if(sh(),v0.current=k0,b0){for(var g=pn.memoizedState;g!==null;){var y=g.queue;y!==null&&(y.pending=null),g=g.next}b0=!1}if(na=0,Fn=Rn=pn=null,kc=!1,Pc=0,Lh.current=null,f===null||f.return===null){Nn=1,Tc=l,Tn=null;break}e:{var b=o,P=f.return,Z=f,I=l;if(l=Jn,Z.flags|=32768,I!==null&&typeof I=="object"&&typeof I.then=="function"){var re=I,me=Z,ve=me.tag;if((me.mode&1)===0&&(ve===0||ve===11||ve===15)){var pe=me.alternate;pe?(me.updateQueue=pe.updateQueue,me.memoizedState=pe.memoizedState,me.lanes=pe.lanes):(me.updateQueue=null,me.memoizedState=null)}var Ve=d8(P);if(Ve!==null){Ve.flags&=-257,f8(Ve,P,Z,b,l),Ve.mode&1&&u8(b,re,l),l=Ve,I=re;var Fe=l.updateQueue;if(Fe===null){var Ue=new Set;Ue.add(I),l.updateQueue=Ue}else Fe.add(I);break e}else{if((l&1)===0){u8(b,re,l),Wh();break e}I=Error(t(426))}}else if(cn&&Z.mode&1){var wn=d8(P);if(wn!==null){(wn.flags&65536)===0&&(wn.flags|=256),f8(wn,P,Z,b,l),rh(il(I,Z));break e}}b=I=il(I,Z),Nn!==4&&(Nn=2),Mc===null?Mc=[b]:Mc.push(b),b=P;do{switch(b.tag){case 3:b.flags|=65536,l&=-l,b.lanes|=l;var U=l8(b,I,l);RO(b,U);break e;case 1:Z=I;var W=b.type,J=b.stateNode;if((b.flags&128)===0&&(typeof W.getDerivedStateFromError=="function"||J!==null&&typeof J.componentDidCatch=="function"&&(mo===null||!mo.has(J)))){b.flags|=65536,l&=-l,b.lanes|=l;var $e=c8(b,Z,l);RO(b,$e);break e}}b=b.return}while(b!==null)}F8(f)}catch(Ge){l=Ge,Tn===f&&f!==null&&(Tn=f=f.return);continue}break}while(!0)}function D8(){var o=T0.current;return T0.current=k0,o===null?k0:o}function Wh(){(Nn===0||Nn===3||Nn===2)&&(Nn=4),zn===null||(ra&268435455)===0&&(M0&268435455)===0||xo(zn,Jn)}function L0(o,l){var f=It;It|=2;var g=D8();(zn!==o||Jn!==l)&&(Zs=null,sa(o,l));do try{Ak();break}catch(y){I8(o,y)}while(!0);if(sh(),It=f,T0.current=g,Tn!==null)throw Error(t(261));return zn=null,Jn=0,Nn}function Ak(){for(;Tn!==null;)X8(Tn)}function $k(){for(;Tn!==null&&!xs();)X8(Tn)}function X8(o){var l=W8(o.alternate,o,ri);o.memoizedProps=o.pendingProps,l===null?F8(o):Tn=l,Lh.current=null}function F8(o){var l=o;do{var f=l.alternate;if(o=l.return,(l.flags&32768)===0){if(f=yk(f,l,ri),f!==null){Tn=f;return}}else{if(f=vk(f,l),f!==null){f.flags&=32767,Tn=f;return}if(o!==null)o.flags|=32768,o.subtreeFlags=0,o.deletions=null;else{Nn=6,Tn=null;return}}if(l=l.sibling,l!==null){Tn=l;return}Tn=l=o}while(l!==null);Nn===0&&(Nn=5)}function oa(o,l,f){var g=Vt,y=Oi.transition;try{Oi.transition=null,Vt=1,Ck(o,l,f,g)}finally{Oi.transition=y,Vt=g}return null}function Ck(o,l,f,g){do ll();while(go!==null);if((It&6)!==0)throw Error(t(327));f=o.finishedWork;var y=o.finishedLanes;if(f===null)return null;if(o.finishedWork=null,o.finishedLanes=0,f===o.current)throw Error(t(177));o.callbackNode=null,o.callbackPriority=0;var b=f.lanes|f.childLanes;if(yt(o,b),o===zn&&(Tn=zn=null,Jn=0),(f.subtreeFlags&2064)===0&&(f.flags&2064)===0||j0||(j0=!0,B8(jn,function(){return ll(),null})),b=(f.flags&15990)!==0,(f.subtreeFlags&15990)!==0||b){b=Oi.transition,Oi.transition=null;var P=Vt;Vt=1;var Z=It;It|=4,Lh.current=null,wk(o,f),j8(f,o),YS(Wf),lr=!!Hf,Wf=Hf=null,o.current=f,Sk(f),Sr(),It=Z,Vt=P,Oi.transition=b}else o.current=f;if(j0&&(j0=!1,go=o,Z0=y),b=o.pendingLanes,b===0&&(mo=null),Ae(f.stateNode),Xr(o,Qt()),l!==null)for(g=o.onRecoverableError,f=0;f<l.length;f++)y=l[f],g(y.value,{componentStack:y.stack,digest:y.digest});if(Q0)throw Q0=!1,o=Ih,Ih=null,o;return(Z0&1)!==0&&o.tag!==0&&ll(),b=o.pendingLanes,(b&1)!==0?o===Dh?Qc++:(Qc=0,Dh=o):Qc=0,uo(),null}function ll(){if(go!==null){var o=Va(Z0),l=Oi.transition,f=Vt;try{if(Oi.transition=null,Vt=16>o?16:o,go===null)var g=!1;else{if(o=go,go=null,Z0=0,(It&6)!==0)throw Error(t(331));var y=It;for(It|=4,De=o.current;De!==null;){var b=De,P=b.child;if((De.flags&16)!==0){var Z=b.deletions;if(Z!==null){for(var I=0;I<Z.length;I++){var re=Z[I];for(De=re;De!==null;){var me=De;switch(me.tag){case 0:case 11:case 15:Ec(8,me,b)}var ve=me.child;if(ve!==null)ve.return=me,De=ve;else for(;De!==null;){me=De;var pe=me.sibling,Ve=me.return;if(C8(me),me===re){De=null;break}if(pe!==null){pe.return=Ve,De=pe;break}De=Ve}}}var Fe=b.alternate;if(Fe!==null){var Ue=Fe.child;if(Ue!==null){Fe.child=null;do{var wn=Ue.sibling;Ue.sibling=null,Ue=wn}while(Ue!==null)}}De=b}}if((b.subtreeFlags&2064)!==0&&P!==null)P.return=b,De=P;else e:for(;De!==null;){if(b=De,(b.flags&2048)!==0)switch(b.tag){case 0:case 11:case 15:Ec(9,b,b.return)}var U=b.sibling;if(U!==null){U.return=b.return,De=U;break e}De=b.return}}var W=o.current;for(De=W;De!==null;){P=De;var J=P.child;if((P.subtreeFlags&2064)!==0&&J!==null)J.return=P,De=J;else e:for(P=W;De!==null;){if(Z=De,(Z.flags&2048)!==0)try{switch(Z.tag){case 0:case 11:case 15:E0(9,Z)}}catch(Ge){On(Z,Z.return,Ge)}if(Z===P){De=null;break e}var $e=Z.sibling;if($e!==null){$e.return=Z.return,De=$e;break e}De=Z.return}}if(It=y,uo(),H&&typeof H.onPostCommitFiberRoot=="function")try{H.onPostCommitFiberRoot(sr,o)}catch{}g=!0}return g}finally{Vt=f,Oi.transition=l}}return!1}function z8(o,l,f){l=il(f,l),l=l8(o,l,1),o=ho(o,l,1),l=Cr(),o!==null&&(ys(o,1,l),Xr(o,l))}function On(o,l,f){if(o.tag===3)z8(o,o,f);else for(;l!==null;){if(l.tag===3){z8(l,o,f);break}else if(l.tag===1){var g=l.stateNode;if(typeof l.type.getDerivedStateFromError=="function"||typeof g.componentDidCatch=="function"&&(mo===null||!mo.has(g))){o=il(f,o),o=c8(l,o,1),l=ho(l,o,1),o=Cr(),l!==null&&(ys(l,1,o),Xr(l,o));break}}l=l.return}}function Ek(o,l,f){var g=o.pingCache;g!==null&&g.delete(l),l=Cr(),o.pingedLanes|=o.suspendedLanes&f,zn===o&&(Jn&f)===f&&(Nn===4||Nn===3&&(Jn&130023424)===Jn&&500>Qt()-_h?sa(o,0):Vh|=f),Xr(o,l)}function H8(o,l){l===0&&((o.mode&1)===0?l=1:(l=Jt,Jt<<=1,(Jt&130023424)===0&&(Jt=4194304)));var f=Cr();o=Ms(o,l),o!==null&&(ys(o,l,f),Xr(o,f))}function Tk(o){var l=o.memoizedState,f=0;l!==null&&(f=l.retryLane),H8(o,f)}function Mk(o,l){var f=0;switch(o.tag){case 13:var g=o.stateNode,y=o.memoizedState;y!==null&&(f=y.retryLane);break;case 19:g=o.stateNode;break;default:throw Error(t(314))}g!==null&&g.delete(l),H8(o,f)}var W8;W8=function(o,l,f){if(o!==null)if(o.memoizedProps!==l.pendingProps||Vr.current)Ir=!0;else{if((o.lanes&f)===0&&(l.flags&128)===0)return Ir=!1,xk(o,l,f);Ir=(o.flags&131072)!==0}else Ir=!1,cn&&(l.flags&1048576)!==0&&PO(l,f0,l.index);switch(l.lanes=0,l.tag){case 2:var g=l.type;$0(o,l),o=l.pendingProps;var y=Ua(l,dr.current);nl(l,f),y=gh(null,l,g,o,y,f);var b=Oh();return l.flags|=1,typeof y=="object"&&y!==null&&typeof y.render=="function"&&y.$$typeof===void 0?(l.tag=1,l.memoizedState=null,l.updateQueue=null,_r(g)?(b=!0,c0(l)):b=!1,l.memoizedState=y.state!==null&&y.state!==void 0?y.state:null,ch(l),y.updater=P0,l.stateNode=y,y._reactInternals=l,Sh(l,g,o,f),l=$h(null,l,g,!0,b,f)):(l.tag=0,cn&&b&&Jf(l),$r(null,l,y,f),l=l.child),l;case 16:g=l.elementType;e:{switch($0(o,l),o=l.pendingProps,y=g._init,g=y(g._payload),l.type=g,y=l.tag=jk(g),o=$i(g,o),y){case 0:l=Ah(null,l,g,o,f);break e;case 1:l=x8(null,l,g,o,f);break e;case 11:l=h8(null,l,g,o,f);break e;case 14:l=p8(null,l,g,$i(g.type,o),f);break e}throw Error(t(306,g,""))}return l;case 0:return g=l.type,y=l.pendingProps,y=l.elementType===g?y:$i(g,y),Ah(o,l,g,y,f);case 1:return g=l.type,y=l.pendingProps,y=l.elementType===g?y:$i(g,y),x8(o,l,g,y,f);case 3:e:{if(y8(l),o===null)throw Error(t(387));g=l.pendingProps,b=l.memoizedState,y=b.element,ZO(o,l),x0(l,g,null,f);var P=l.memoizedState;if(g=P.element,b.isDehydrated)if(b={element:g,isDehydrated:!1,cache:P.cache,pendingSuspenseBoundaries:P.pendingSuspenseBoundaries,transitions:P.transitions},l.updateQueue.baseState=b,l.memoizedState=b,l.flags&256){y=il(Error(t(423)),l),l=v8(o,l,g,f,y);break e}else if(g!==y){y=il(Error(t(424)),l),l=v8(o,l,g,f,y);break e}else for(ni=ao(l.stateNode.containerInfo.firstChild),ti=l,cn=!0,Ai=null,f=QO(l,null,g,f),l.child=f;f;)f.flags=f.flags&-3|4096,f=f.sibling;else{if(Ja(),g===y){l=js(o,l,f);break e}$r(o,l,g,f)}l=l.child}return l;case 5:return LO(l),o===null&&nh(l),g=l.type,y=l.pendingProps,b=o!==null?o.memoizedProps:null,P=y.children,Bf(g,y)?P=null:b!==null&&Bf(g,b)&&(l.flags|=32),O8(o,l),$r(o,l,P,f),l.child;case 6:return o===null&&nh(l),null;case 13:return b8(o,l,f);case 4:return uh(l,l.stateNode.containerInfo),g=l.pendingProps,o===null?l.child=el(l,null,g,f):$r(o,l,g,f),l.child;case 11:return g=l.type,y=l.pendingProps,y=l.elementType===g?y:$i(g,y),h8(o,l,g,y,f);case 7:return $r(o,l,l.pendingProps,f),l.child;case 8:return $r(o,l,l.pendingProps.children,f),l.child;case 12:return $r(o,l,l.pendingProps.children,f),l.child;case 10:e:{if(g=l.type._context,y=l.pendingProps,b=l.memoizedProps,P=y.value,rn(m0,g._currentValue),g._currentValue=P,b!==null)if(Lr(b.value,P)){if(b.children===y.children&&!Vr.current){l=js(o,l,f);break e}}else for(b=l.child,b!==null&&(b.return=l);b!==null;){var Z=b.dependencies;if(Z!==null){P=b.child;for(var I=Z.firstContext;I!==null;){if(I.context===g){if(b.tag===1){I=Qs(-1,f&-f),I.tag=2;var re=b.updateQueue;if(re!==null){re=re.shared;var me=re.pending;me===null?I.next=I:(I.next=me.next,me.next=I),re.pending=I}}b.lanes|=f,I=b.alternate,I!==null&&(I.lanes|=f),ah(b.return,f,l),Z.lanes|=f;break}I=I.next}}else if(b.tag===10)P=b.type===l.type?null:b.child;else if(b.tag===18){if(P=b.return,P===null)throw Error(t(341));P.lanes|=f,Z=P.alternate,Z!==null&&(Z.lanes|=f),ah(P,f,l),P=b.sibling}else P=b.child;if(P!==null)P.return=b;else for(P=b;P!==null;){if(P===l){P=null;break}if(b=P.sibling,b!==null){b.return=P.return,P=b;break}P=P.return}b=P}$r(o,l,y.children,f),l=l.child}return l;case 9:return y=l.type,g=l.pendingProps.children,nl(l,f),y=mi(y),g=g(y),l.flags|=1,$r(o,l,g,f),l.child;case 14:return g=l.type,y=$i(g,l.pendingProps),y=$i(g.type,y),p8(o,l,g,y,f);case 15:return m8(o,l,l.type,l.pendingProps,f);case 17:return g=l.type,y=l.pendingProps,y=l.elementType===g?y:$i(g,y),$0(o,l),l.tag=1,_r(g)?(o=!0,c0(l)):o=!1,nl(l,f),o8(l,g,y),Sh(l,g,y,f),$h(null,l,g,!0,o,f);case 19:return S8(o,l,f);case 22:return g8(o,l,f)}throw Error(t(156,l.tag))};function B8(o,l){return xt(o,l)}function Qk(o,l,f,g){this.tag=o,this.key=f,this.sibling=this.child=this.return=this.stateNode=this.type=this.elementType=null,this.index=0,this.ref=null,this.pendingProps=l,this.dependencies=this.memoizedState=this.updateQueue=this.memoizedProps=null,this.mode=g,this.subtreeFlags=this.flags=0,this.deletions=null,this.childLanes=this.lanes=0,this.alternate=null}function xi(o,l,f,g){return new Qk(o,l,f,g)}function Bh(o){return o=o.prototype,!(!o||!o.isReactComponent)}function jk(o){if(typeof o=="function")return Bh(o)?1:0;if(o!=null){if(o=o.$$typeof,o===V)return 11;if(o===ge)return 14}return 2}function yo(o,l){var f=o.alternate;return f===null?(f=xi(o.tag,l,o.key,o.mode),f.elementType=o.elementType,f.type=o.type,f.stateNode=o.stateNode,f.alternate=o,o.alternate=f):(f.pendingProps=l,f.type=o.type,f.flags=0,f.subtreeFlags=0,f.deletions=null),f.flags=o.flags&14680064,f.childLanes=o.childLanes,f.lanes=o.lanes,f.child=o.child,f.memoizedProps=o.memoizedProps,f.memoizedState=o.memoizedState,f.updateQueue=o.updateQueue,l=o.dependencies,f.dependencies=l===null?null:{lanes:l.lanes,firstContext:l.firstContext},f.sibling=o.sibling,f.index=o.index,f.ref=o.ref,f}function V0(o,l,f,g,y,b){var P=2;if(g=o,typeof o=="function")Bh(o)&&(P=1);else if(typeof o=="string")P=5;else e:switch(o){case Q:return aa(f.children,y,b,l);case B:P=8,y|=8;break;case K:return o=xi(12,f,l,y|2),o.elementType=K,o.lanes=b,o;case ae:return o=xi(13,f,l,y),o.elementType=ae,o.lanes=b,o;case Oe:return o=xi(19,f,l,y),o.elementType=Oe,o.lanes=b,o;case he:return _0(f,y,b,l);default:if(typeof o=="object"&&o!==null)switch(o.$$typeof){case ie:P=10;break e;case le:P=9;break e;case V:P=11;break e;case ge:P=14;break e;case Me:P=16,g=null;break e}throw Error(t(130,o==null?o:typeof o,""))}return l=xi(P,f,l,y),l.elementType=o,l.type=g,l.lanes=b,l}function aa(o,l,f,g){return o=xi(7,o,g,l),o.lanes=f,o}function _0(o,l,f,g){return o=xi(22,o,g,l),o.elementType=he,o.lanes=f,o.stateNode={isHidden:!1},o}function Yh(o,l,f){return o=xi(6,o,null,l),o.lanes=f,o}function qh(o,l,f){return l=xi(4,o.children!==null?o.children:[],o.key,l),l.lanes=f,l.stateNode={containerInfo:o.containerInfo,pendingChildren:null,implementation:o.implementation},l}function Zk(o,l,f,g,y){this.tag=l,this.containerInfo=o,this.finishedWork=this.pingCache=this.current=this.pendingChildren=null,this.timeoutHandle=-1,this.callbackNode=this.pendingContext=this.context=null,this.callbackPriority=0,this.eventTimes=Ho(0),this.expirationTimes=Ho(-1),this.entangledLanes=this.finishedLanes=this.mutableReadLanes=this.expiredLanes=this.pingedLanes=this.suspendedLanes=this.pendingLanes=0,this.entanglements=Ho(0),this.identifierPrefix=g,this.onRecoverableError=y,this.mutableSourceEagerHydrationData=null}function Uh(o,l,f,g,y,b,P,Z,I){return o=new Zk(o,l,f,Z,I),l===1?(l=1,b===!0&&(l|=8)):l=0,b=xi(3,null,null,l),o.current=b,b.stateNode=o,b.memoizedState={element:g,isDehydrated:f,cache:null,transitions:null,pendingSuspenseBoundaries:null},ch(b),o}function Rk(o,l,f){var g=3<arguments.length&&arguments[3]!==void 0?arguments[3]:null;return{$$typeof:R,key:g==null?null:""+g,children:o,containerInfo:l,implementation:f}}function Y8(o){if(!o)return co;o=o._reactInternals;e:{if(Un(o)!==o||o.tag!==1)throw Error(t(170));var l=o;do{switch(l.tag){case 3:l=l.stateNode.context;break e;case 1:if(_r(l.type)){l=l.stateNode.__reactInternalMemoizedMergedChildContext;break e}}l=l.return}while(l!==null);throw Error(t(171))}if(o.tag===1){var f=o.type;if(_r(f))return wO(o,f,l)}return l}function q8(o,l,f,g,y,b,P,Z,I){return o=Uh(f,g,!0,o,y,b,P,Z,I),o.context=Y8(null),f=o.current,g=Cr(),y=Oo(f),b=Qs(g,y),b.callback=l??null,ho(f,b,y),o.current.lanes=y,ys(o,y,g),Xr(o,g),o}function I0(o,l,f,g){var y=l.current,b=Cr(),P=Oo(y);return f=Y8(f),l.context===null?l.context=f:l.pendingContext=f,l=Qs(b,P),l.payload={element:o},g=g===void 0?null:g,g!==null&&(l.callback=g),o=ho(y,l,P),o!==null&&(Ti(o,y,P,b),O0(o,y,P)),P}function D0(o){if(o=o.current,!o.child)return null;switch(o.child.tag){case 5:return o.child.stateNode;default:return o.child.stateNode}}function U8(o,l){if(o=o.memoizedState,o!==null&&o.dehydrated!==null){var f=o.retryLane;o.retryLane=f!==0&&f<l?f:l}}function Gh(o,l){U8(o,l),(o=o.alternate)&&U8(o,l)}function Nk(){return null}var G8=typeof reportError=="function"?reportError:function(o){console.error(o)};function Kh(o){this._internalRoot=o}X0.prototype.render=Kh.prototype.render=function(o){var l=this._internalRoot;if(l===null)throw Error(t(409));I0(o,l,null,null)},X0.prototype.unmount=Kh.prototype.unmount=function(){var o=this._internalRoot;if(o!==null){this._internalRoot=null;var l=o.containerInfo;ia(function(){I0(null,o,null,null)}),l[$s]=null}};function X0(o){this._internalRoot=o}X0.prototype.unstable_scheduleHydration=function(o){if(o){var l=or();o={blockedOn:null,target:o,priority:l};for(var f=0;f<Jr.length&&l!==0&&l<Jr[f].priority;f++);Jr.splice(f,0,o),f===0&&ec(o)}};function Jh(o){return!(!o||o.nodeType!==1&&o.nodeType!==9&&o.nodeType!==11)}function F0(o){return!(!o||o.nodeType!==1&&o.nodeType!==9&&o.nodeType!==11&&(o.nodeType!==8||o.nodeValue!==" react-mount-point-unstable "))}function K8(){}function Lk(o,l,f,g,y){if(y){if(typeof g=="function"){var b=g;g=function(){var re=D0(P);b.call(re)}}var P=q8(l,g,o,0,null,!1,!1,"",K8);return o._reactRootContainer=P,o[$s]=P.current,gc(o.nodeType===8?o.parentNode:o),ia(),P}for(;y=o.lastChild;)o.removeChild(y);if(typeof g=="function"){var Z=g;g=function(){var re=D0(I);Z.call(re)}}var I=Uh(o,0,!1,null,null,!1,!1,"",K8);return o._reactRootContainer=I,o[$s]=I.current,gc(o.nodeType===8?o.parentNode:o),ia(function(){I0(l,I,f,g)}),I}function z0(o,l,f,g,y){var b=f._reactRootContainer;if(b){var P=b;if(typeof y=="function"){var Z=y;y=function(){var I=D0(P);Z.call(I)}}I0(l,P,o,y)}else P=Lk(f,l,o,y,g);return D0(P)}Jl=function(o){switch(o.tag){case 3:var l=o.stateNode;if(l.current.memoizedState.isDehydrated){var f=Lt(l.pendingLanes);f!==0&&(vs(l,f|1),Xr(l,Qt()),(It&6)===0&&(al=Qt()+500,uo()))}break;case 13:ia(function(){var g=Ms(o,1);if(g!==null){var y=Cr();Ti(g,o,1,y)}}),Gh(o,1)}},_t=function(o){if(o.tag===13){var l=Ms(o,134217728);if(l!==null){var f=Cr();Ti(l,o,134217728,f)}Gh(o,134217728)}},$t=function(o){if(o.tag===13){var l=Oo(o),f=Ms(o,l);if(f!==null){var g=Cr();Ti(f,o,l,g)}Gh(o,l)}},or=function(){return Vt},di=function(o,l){var f=Vt;try{return Vt=o,l()}finally{Vt=f}},We=function(o,l,f){switch(l){case"input":if(St(o,f),l=f.name,f.type==="radio"&&l!=null){for(f=o;f.parentNode;)f=f.parentNode;for(f=f.querySelectorAll("input[name="+JSON.stringify(""+l)+'][type="radio"]'),l=0;l<f.length;l++){var g=f[l];if(g!==o&&g.form===o.form){var y=a0(g);if(!y)throw Error(t(90));_e(g),St(g,y)}}}break;case"textarea":ot(o,f);break;case"select":l=f.value,l!=null&&rt(o,!!f.multiple,l,!1)}},Nt=zh,Yt=ia;var Vk={usingClientEntryPoint:!1,Events:[yc,Ya,a0,Mt,Bt,zh]},jc={findFiberByHostInstance:Uo,bundleType:0,version:"18.3.1",rendererPackageName:"react-dom"},_k={bundleType:jc.bundleType,version:jc.version,rendererPackageName:jc.rendererPackageName,rendererConfig:jc.rendererConfig,overrideHookState:null,overrideHookStateDeletePath:null,overrideHookStateRenamePath:null,overrideProps:null,overridePropsDeletePath:null,overridePropsRenamePath:null,setErrorHandler:null,setSuspenseHandler:null,scheduleUpdate:null,currentDispatcherRef:j.ReactCurrentDispatcher,findHostInstanceByFiber:function(o){return o=Os(o),o===null?null:o.stateNode},findFiberByHostInstance:jc.findFiberByHostInstance||Nk,findHostInstancesForRefresh:null,scheduleRefresh:null,scheduleRoot:null,setRefreshHandler:null,getCurrentFiber:null,reconcilerVersion:"18.3.1-next-f1338f8080-20240426"};if(typeof __REACT_DEVTOOLS_GLOBAL_HOOK__<"u"){var H0=__REACT_DEVTOOLS_GLOBAL_HOOK__;if(!H0.isDisabled&&H0.supportsFiber)try{sr=H0.inject(_k),H=H0}catch{}}return Fr.__SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED=Vk,Fr.createPortal=function(o,l){var f=2<arguments.length&&arguments[2]!==void 0?arguments[2]:null;if(!Jh(l))throw Error(t(200));return Rk(o,l,null,f)},Fr.createRoot=function(o,l){if(!Jh(o))throw Error(t(299));var f=!1,g="",y=G8;return l!=null&&(l.unstable_strictMode===!0&&(f=!0),l.identifierPrefix!==void 0&&(g=l.identifierPrefix),l.onRecoverableError!==void 0&&(y=l.onRecoverableError)),l=Uh(o,1,!1,null,null,f,!1,g,y),o[$s]=l.current,gc(o.nodeType===8?o.parentNode:o),new Kh(l)},Fr.findDOMNode=function(o){if(o==null)return null;if(o.nodeType===1)return o;var l=o._reactInternals;if(l===void 0)throw typeof o.render=="function"?Error(t(188)):(o=Object.keys(o).join(","),Error(t(268,o)));return o=Os(l),o=o===null?null:o.stateNode,o},Fr.flushSync=function(o){return ia(o)},Fr.hydrate=function(o,l,f){if(!F0(l))throw Error(t(200));return z0(null,o,l,!0,f)},Fr.hydrateRoot=function(o,l,f){if(!Jh(o))throw Error(t(405));var g=f!=null&&f.hydratedSources||null,y=!1,b="",P=G8;if(f!=null&&(f.unstable_strictMode===!0&&(y=!0),f.identifierPrefix!==void 0&&(b=f.identifierPrefix),f.onRecoverableError!==void 0&&(P=f.onRecoverableError)),l=q8(l,null,o,1,f??null,y,!1,b,P),o[$s]=l.current,gc(o),g)for(o=0;o<g.length;o++)f=g[o],y=f._getVersion,y=y(f._source),l.mutableSourceEagerHydrationData==null?l.mutableSourceEagerHydrationData=[f,y]:l.mutableSourceEagerHydrationData.push(f,y);return new X0(l)},Fr.render=function(o,l,f){if(!F0(l))throw Error(t(200));return z0(null,o,l,!1,f)},Fr.unmountComponentAtNode=function(o){if(!F0(o))throw Error(t(40));return o._reactRootContainer?(ia(function(){z0(null,null,o,!1,function(){o._reactRootContainer=null,o[$s]=null})}),!0):!1},Fr.unstable_batchedUpdates=zh,Fr.unstable_renderSubtreeIntoContainer=function(o,l,f,g){if(!F0(f))throw Error(t(200));if(o==null||o._reactInternals===void 0)throw Error(t(38));return z0(o,l,f,!1,g)},Fr.version="18.3.1-next-f1338f8080-20240426",Fr}var o4;function My(){if(o4)return np.exports;o4=1;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)}}return n(),np.exports=Bk(),np.exports}var a4;function Yk(){if(a4)return B0;a4=1;var n=My();return B0.createRoot=n.createRoot,B0.hydrateRoot=n.hydrateRoot,B0}var qk=Yk();function un(n){d.useEffect(n,[])}const Uk="modulepreload",Gk=function(n){return"/"+n},l4={},Kk=function(e,t,r){let i=Promise.resolve();if(t&&t.length>0){let a=function(h){return Promise.all(h.map(m=>Promise.resolve(m).then(O=>({status:"fulfilled",value:O}),O=>({status:"rejected",reason:O}))))};document.getElementsByTagName("link");const c=document.querySelector("meta[property=csp-nonce]"),u=(c==null?void 0:c.nonce)||(c==null?void 0:c.getAttribute("nonce"));i=a(t.map(h=>{if(h=Gk(h),h in l4)return;l4[h]=!0;const m=h.endsWith(".css"),O=m?'[rel="stylesheet"]':"";if(document.querySelector(`link[href="${h}"]${O}`))return;const x=document.createElement("link");if(x.rel=m?"stylesheet":Uk,m||(x.as="script"),x.crossOrigin="",x.href=h,u&&x.setAttribute("nonce",u),document.head.appendChild(x),m)return new Promise((v,w)=>{x.addEventListener("load",v),x.addEventListener("error",()=>w(new Error(`Unable to preload CSS for ${h}`)))})}))}function s(a){const c=new Event("vite:preloadError",{cancelable:!0});if(c.payload=a,window.dispatchEvent(c),!c.defaultPrevented)throw a}return i.then(a=>{for(const c of a||[])c.status==="rejected"&&s(c.reason);return e().catch(s)})};function Jk(n){if(typeof n!="object"||n===null)return!0;const e=n;return e.isLoaded===!0||typeof e.totalFrames=="number"&&e.totalFrames>0}const Qy={primary:["bg-white text-neutral-950 font-medium","shadow-btn-primary","hover:bg-neutral-200","active:scale-[0.97]"].join(" "),secondary:["bg-transparent text-neutral-300 font-medium","border border-border","hover:bg-surface-hover hover:text-white hover:border-border-strong","active:scale-[0.98]"].join(" "),danger:["bg-accent-red text-white font-medium","hover:bg-red-600","active:scale-[0.97]"].join(" "),ghost:["bg-transparent text-neutral-400","hover:bg-surface-hover hover:text-white","active:scale-[0.98]"].join(" ")},e7={sm:"h-7 px-2.5 text-xs gap-1.5 rounded-button",md:"h-8 px-3 text-sm gap-1.5 rounded-button",lg:"h-9 px-4 text-base gap-2 rounded-button"},t7=d.forwardRef(({variant:n="secondary",size:e="md",loading:t,icon:r,children:i,className:s="",disabled:a,...c},u)=>p.jsxs("button",{ref:u,disabled:a||t,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",Qy[n],e7[e],s].join(" "),...c,children:[t?p.jsxs("svg",{className:"animate-spin h-3.5 w-3.5",viewBox:"0 0 24 24",fill:"none",children:[p.jsx("circle",{className:"opacity-25",cx:"12",cy:"12",r:"10",stroke:"currentColor",strokeWidth:"4"}),p.jsx("path",{className:"opacity-75",fill:"currentColor",d:"M4 12a8 8 0 018-8V0C5.373 0 0 5.373 0 12h4z"})]}):r?p.jsx("span",{className:"flex-shrink-0",children:r}):null,i&&p.jsx("span",{children:i})]}));t7.displayName="Button";const n7={sm:"min-w-7 min-h-7 rounded-button",md:"min-w-8 min-h-8 rounded-button",lg:"min-w-9 min-h-9 rounded-button"},r7=d.forwardRef(({icon:n,size:e="md",variant:t="ghost",className:r="",...i},s)=>p.jsx("button",{ref:s,className:["inline-flex items-center justify-center","transition-all duration-press ease-standard","disabled:opacity-40 disabled:pointer-events-none","select-none cursor-pointer",Qy[t],n7[e],r].join(" "),...i,children:n}));r7.displayName="IconButton";function c4({title:n,detail:e,mono:t,size:r=64,progress:i}){const s=typeof i=="number"&&Number.isFinite(i)?Math.min(1,Math.max(0,i)):void 0,a=Math.round(r*1.16);return p.jsxs("div",{className:"hf-loader",draggable:!1,children:[p.jsx("div",{className:"hf-loader-mark-frame",style:{width:a,height:a},draggable:!1,children:p.jsxs("svg",{className:"hf-loader-mark",width:r,height:r,viewBox:"0 0 100 100",fill:"none",xmlns:"http://www.w3.org/2000/svg","aria-hidden":"true",children:[p.jsx("g",{className:"hf-loader-mark__mark",transform:"translate(50 50)",children:p.jsx("g",{className:"hf-loader-mark__core",transform:"scale(1)",opacity:".92",children:p.jsxs("g",{transform:"translate(-50 -50)",children:[p.jsx("path",{d:"M10.1851 57.8021L33.1145 73.8313C36.2202 75.9978 41.5173 73.5433 42.4816 69.4984L51.7611 30.4271C52.7253 26.3822 48.5802 23.9277 44.4602 26.0942L13.917 42.1235C6.96677 45.7676 4.97564 54.1579 10.1851 57.8021Z",fill:"url(#hf-loader-grad-left)"}),p.jsx("path",{d:"M87.5129 57.5141L56.9696 73.5433C52.8371 75.7098 48.7046 73.2553 49.6688 69.2104L58.9483 30.1391C59.9125 26.0942 65.2097 23.6397 68.3154 25.8062L91.2447 41.8354C96.4668 45.4796 94.4631 53.8699 87.5129 57.5141Z",fill:"url(#hf-loader-grad-right)"})]})})}),p.jsxs("defs",{children:[p.jsxs("linearGradient",{id:"hf-loader-grad-left",x1:"48.5676",y1:"25",x2:"44.7804",y2:"71.9384",gradientUnits:"userSpaceOnUse",children:[p.jsx("stop",{stopColor:"#06E3FA"}),p.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]}),p.jsxs("linearGradient",{id:"hf-loader-grad-right",x1:"54.8282",y1:"73.8392",x2:"72.0989",y2:"32.8932",gradientUnits:"userSpaceOnUse",children:[p.jsx("stop",{stopColor:"#06E3FA"}),p.jsx("stop",{offset:"1",stopColor:"#4FDB5E"})]})]})]})}),p.jsx("div",{className:"hf-loader-title",children:n}),e&&p.jsx("div",{className:"hf-loader-detail",children:e}),s!==void 0&&p.jsx("div",{className:"hf-loader-progress","aria-hidden":"true",children:p.jsx("div",{className:"hf-loader-progress__fill",style:{transform:`scaleX(${s})`}})}),t&&p.jsx("div",{className:"hf-loader-mono",children:t})]})}const i7=3,s7=3;function u4(n){return typeof n=="object"&&n!==null}function o7(n){if(!(n instanceof CustomEvent))return null;const e=n.detail;if(!u4(e))return null;const t=e.state;return u4(t)?t.loading===!0&&t.ready!==!0:null}function a7(n){const e=n.shadowRoot;if(!e)return;const t=e.querySelector(".hfp-container"),r=e.querySelector(".hfp-iframe");t==null||t.style.setProperty("pointer-events","auto"),r==null||r.style.setProperty("pointer-events","auto")}function l7(n){const e=n.tagName.toLowerCase();return e==="video"||e==="audio"}function d4(n,e){try{const t=n.contentWindow,r=n.contentDocument;if(!t||!r)return e;for(const s of r.querySelectorAll("video, audio"))if(l7(s)&&!s.error&&s.networkState!==s7&&s.readyState<i7)return!0;const i=t.__hfLottie;if(i!=null&&i.length){for(const s of i)if(!Jk(s))return!0}return!1}catch{return e}}const Sm=d.forwardRef(({projectId:n,directUrl:e,onLoad:t,onCompositionLoadingChange:r,portrait:i,style:s},a)=>{const c=d.useRef(null),u=d.useRef(0),h=d.useRef(null),m=d.useRef(null),[O,x]=d.useState(!1),[v,w]=d.useState(!1),[k,$]=d.useState(!1),[M,N]=d.useState(!1),[A,j]=d.useState(!0);un(()=>{const Q=c.current;if(!Q)return;let B=!1,K;return Kk(()=>import("./hyperframes-player-DjsVzYFP.js"),[]).then(()=>{if(B)return;const ie=document.createElement("hyperframes-player"),le=e||`/api/projects/${n}/preview`;ie.setAttribute("shader-capture-scale","1"),ie.setAttribute("shader-loading","player"),ie.setAttribute("src",le),ie.setAttribute("width",String(i?1080:1920)),ie.setAttribute("height",String(i?1920:1080)),ie.style.width="100%",ie.style.height="100%",ie.style.display="block",Q.appendChild(ie),a7(ie);const V=ie.iframeElement;typeof a=="function"?a(V):a&&(a.current=V);const ae=_=>_.stopImmediatePropagation();ie.addEventListener("click",ae,{capture:!0});const Oe=_=>{const z=o7(_);z!==null&&N(z)};ie.addEventListener("shadertransitionstate",Oe);const ge=()=>{j(!1)},Me=()=>{j(!1)};ie.addEventListener("ready",ge),ie.addEventListener("error",Me);const he=()=>{if(u.current++,N(!1),j(!0),u.current>1){Q.classList.remove("preview-revealing"),Q.offsetWidth,Q.classList.add("preview-revealing");const z=()=>Q.classList.remove("preview-revealing");Q.addEventListener("animationend",z,{once:!0})}t(),h.current&&clearInterval(h.current);let _=d4(V,!1);if(_){x(!0);let z=0;h.current=setInterval(()=>{z+=1,_=d4(V,_),(!_||z>100)&&(h.current&&clearInterval(h.current),h.current=null,x(!1),_&&console.debug("[Player] Asset-loading overlay timed out after 10s; hiding anyway. Check network or asset integrity."))},100)}else x(!1)};V.addEventListener("load",he),K=()=>{V.removeEventListener("load",he),ie.removeEventListener("click",ae,{capture:!0}),ie.removeEventListener("shadertransitionstate",Oe),ie.removeEventListener("ready",ge),ie.removeEventListener("error",Me),h.current&&clearInterval(h.current),h.current=null,Q.removeChild(ie),typeof a=="function"?a(null):a&&(a.current=null)}}),()=>{B=!0,K==null||K()}}),d.useEffect(()=>{if(m.current&&(clearTimeout(m.current),m.current=null),O){w(!0),$(!1);return}return $(!0),m.current=setTimeout(()=>{w(!1),$(!1),m.current=null},240),()=>{m.current&&(clearTimeout(m.current),m.current=null)}},[O]);const T=A,R=v&&!M&&!T;return d.useEffect(()=>{r==null||r(T)},[r,T]),p.jsxs("div",{className:"relative w-full h-full max-w-full max-h-full overflow-hidden bg-black flex items-center justify-center",style:s,children:[p.jsx("div",{ref:c,className:"w-full h-full"}),T&&p.jsx("div",{className:"absolute inset-0 bg-black flex items-center justify-center z-30 select-none","data-hyperframes-ignore":"","data-testid":"composition-loading-overlay",draggable:!1,onDragStart:Q=>Q.preventDefault(),onMouseDown:Q=>Q.preventDefault(),onPointerDown:Q=>Q.preventDefault(),children:p.jsx(c4,{title:"Loading composition",detail:"Preparing the Studio preview.",size:56})}),R&&p.jsx("div",{className:"absolute inset-0 bg-black flex items-center justify-center z-20 select-none","data-hyperframes-ignore":"",draggable:!1,style:{opacity:k?0:1,pointerEvents:k?"none":"auto",transition:"opacity 240ms ease-out"},onDragStart:Q=>Q.preventDefault(),onMouseDown:Q=>Q.preventDefault(),onPointerDown:Q=>Q.preventDefault(),children:p.jsx(c4,{title:"Preparing preview assets",detail:"Waiting for media and motion assets before playback starts.",size:56})})]})});Sm.displayName="Player";const Eu=30;function Mr(n){if(!Number.isFinite(n)||n<0)return"0:00";const e=Math.floor(n/60),t=Math.floor(n%60);return`${e}:${t.toString().padStart(2,"0")}`}function km(n,e=Eu){return!Number.isFinite(n)||n<=0||!Number.isFinite(e)||e<=0?0:Math.round(n*e)}function jy(n,e=Eu){return!Number.isFinite(n)||n<=0||!Number.isFinite(e)||e<=0?0:n/e}function Pm(n,e,t=Eu){const r=km(n,t),i=Math.max(0,r+e);return jy(i,t)}function f4(n,e,t=Eu){const r=km(n,t),i=km(e,t);return`${r}f / ${i}f`}const h4=n=>{let e;const t=new Set,r=(h,m)=>{const O=typeof h=="function"?h(e):h;if(!Object.is(O,e)){const x=e;e=m??(typeof O!="object"||O===null)?O:Object.assign({},e,O),t.forEach(v=>v(e,x))}},i=()=>e,c={setState:r,getState:i,getInitialState:()=>u,subscribe:h=>(t.add(h),()=>t.delete(h))},u=e=n(r,i,c);return c},c7=(n=>n?h4(n):h4),u7=n=>n;function d7(n,e=u7){const t=W0.useSyncExternalStore(n.subscribe,W0.useCallback(()=>e(n.getState()),[n,e]),W0.useCallback(()=>e(n.getInitialState()),[n,e]));return W0.useDebugValue(t),t}const p4=n=>{const e=c7(n),t=r=>d7(e,r);return Object.assign(t,e),t},Zy=(n=>n?p4(n):p4),sp=new Set,Zi={notify:n=>sp.forEach(e=>e(n)),subscribe:n=>(sp.add(n),()=>sp.delete(n))},Le=Zy(n=>({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null,playbackRate:1,loopEnabled:!1,zoomMode:"fit",manualZoomPercent:100,setIsPlaying:e=>n({isPlaying:e}),setPlaybackRate:e=>n({playbackRate:e}),setLoopEnabled:e=>n({loopEnabled:e}),setZoomMode:e=>n({zoomMode:e}),setManualZoomPercent:e=>n({manualZoomPercent:Math.max(10,Math.min(2e3,Math.round(e)))}),setCurrentTime:e=>n({currentTime:Number.isFinite(e)?e:0}),setDuration:e=>n({duration:Number.isFinite(e)?e:0}),setTimelineReady:e=>n({timelineReady:e}),setElements:e=>n({elements:e}),setSelectedElementId:e=>n({selectedElementId:e}),updateElement:(e,t)=>n(r=>({elements:r.elements.map(i=>(i.key??i.id)===e?{...i,...t}:i)})),reset:()=>n({isPlaying:!1,currentTime:0,duration:0,timelineReady:!1,elements:[],selectedElementId:null})})),f7=[.25,.5,1,1.5,2],h7=8,p7=[{key:"J",label:"Play backward"},{key:"K",label:"Stop playback"},{key:"L",label:"Play forward"},{key:"←/→",label:"Step one frame backward or forward"}];function m7(n,e,t){if(!Number.isFinite(t)||t<=0)return 0;const r=(n-e)/t,i=Math.max(0,Math.min(1,r)),s=Math.min(.5,h7/t);return i<=s?0:i>=1-s?1:i}const g7=d.memo(function({onTogglePlay:e,onSeek:t,disabled:r=!1}){const i=Le(_=>_.isPlaying),s=Le(_=>_.duration),a=Le(_=>_.timelineReady),c=Le(_=>_.playbackRate),u=Le(_=>_.loopEnabled),h=Le.getState().setPlaybackRate,m=Le.getState().setLoopEnabled,[O,x]=d.useState(!1),[v,w]=d.useState("time"),[k,$]=d.useState(""),M=d.useRef(null),N=d.useRef(null),A=d.useRef(null),j=d.useRef(null),T=d.useRef(null),R=d.useRef(null),Q=d.useRef(!1),B=d.useRef(0),K=d.useRef(v);K.current=v;const ie=d.useRef(s);ie.current=s;const le=r||!a;un(()=>{const _=C=>{B.current=C;const D=ie.current,ee=D>0?Math.min(100,C/D*100):0;M.current&&(M.current.style.width=`${ee}%`),N.current&&(N.current.style.left=`${ee}%`),A.current&&(A.current.textContent=K.current==="frame"?f4(C,D):Mr(C)),T.current&&T.current.setAttribute("aria-valuenow",String(Math.round(C)))},z=Zi.subscribe(_);_(Le.getState().currentTime);const G=setInterval(()=>{const C=Le.getState().currentTime,D=Le.getState().duration;if(D>0&&C>0){const ee=Math.min(100,C/D*100);M.current&&(M.current.style.width=`${ee}%`),N.current&&(N.current.style.left=`${ee}%`)}},500);return()=>{z(),clearInterval(G)}}),d.useEffect(()=>{if(!A.current)return;const _=B.current;A.current.textContent=v==="frame"?f4(_,s):Mr(_)},[s,v]),d.useEffect(()=>{if(!O)return;const _=z=>{R.current&&!R.current.contains(z.target)&&x(!1)};return document.addEventListener("mousedown",_),()=>{document.removeEventListener("mousedown",_)}},[O]);const V=d.useCallback(_=>{if(r)return;const z=j.current;if(!z||s<=0)return;const G=z.getBoundingClientRect(),C=m7(_,G.left,G.width),D=C*100;M.current&&(M.current.style.width=`${D}%`),N.current&&(N.current.style.left=`${D}%`),t(C*s)},[r,s,t]),ae=d.useCallback(_=>{if(_.button!==0)return;_.preventDefault(),_.currentTarget.focus(),Q.current=!0;const z=_.currentTarget,G=_.pointerId;try{z.setPointerCapture(G)}catch{}V(_.clientX);const C=Qe=>{Qe.pointerId===G&&Q.current&&V(Qe.clientX)},D=()=>{Q.current=!1;try{z.releasePointerCapture(G)}catch{}z.removeEventListener("pointermove",C),z.removeEventListener("pointerup",ee),z.removeEventListener("pointercancel",ee),window.removeEventListener("pointerup",ee),window.removeEventListener("pointercancel",ee),document.removeEventListener("visibilitychange",Ee),window.removeEventListener("blur",D)},ee=Qe=>{Qe.pointerId===G&&D()},Ee=()=>{document.visibilityState==="hidden"&&D()};z.addEventListener("pointermove",C),z.addEventListener("pointerup",ee),z.addEventListener("pointercancel",ee),window.addEventListener("pointerup",ee),window.addEventListener("pointercancel",ee),document.addEventListener("visibilitychange",Ee),window.addEventListener("blur",D)},[V]),Oe=d.useCallback(_=>{if(r||!a||s<=0)return;const z=_.shiftKey?10:1;_.key==="ArrowLeft"?(_.preventDefault(),t(Pm(B.current,-z))):_.key==="ArrowRight"&&(_.preventDefault(),t(Math.min(s,Pm(B.current,z))))},[r,a,s,t]),ge=d.useCallback(()=>{if(r)return;const _=Number.parseInt(k,10);!Number.isFinite(_)||s<=0||t(Math.min(s,jy(Math.max(0,_))))},[r,s,k,t]),Me=d.useCallback(_=>{_.preventDefault(),ge()},[ge]),he=d.useCallback(_=>{_.key==="Enter"&&(_.preventDefault(),ge())},[ge]);return p.jsxs("div",{className:"px-4 py-2 flex flex-wrap items-center gap-x-2 gap-y-1","aria-disabled":r||void 0,style:{borderTop:"1px solid rgba(255,255,255,0.04)",paddingBottom:"calc(0.5rem + env(safe-area-inset-bottom))"},children:[p.jsx("button",{type:"button","aria-label":i?"Pause":"Play",onClick:e,disabled:le,className:"flex-shrink-0 w-8 h-8 flex items-center justify-center rounded-lg disabled:opacity-30 disabled:pointer-events-none transition-colors",style:{background:"rgba(255,255,255,0.06)"},children:i?p.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"#FAFAFA","aria-hidden":"true",children:[p.jsx("rect",{x:"6",y:"4",width:"4",height:"16",rx:"1"}),p.jsx("rect",{x:"14",y:"4",width:"4",height:"16",rx:"1"})]}):p.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"#FAFAFA","aria-hidden":"true",children:p.jsx("polygon",{points:"6,3 20,12 6,21"})})}),p.jsxs("span",{className:"font-mono text-[11px] tabular-nums flex-shrink-0 w-[118px]",style:{color:"#A1A1AA"},children:[p.jsx("span",{ref:A,children:Mr(0)}),v==="time"?p.jsxs(p.Fragment,{children:[p.jsx("span",{style:{color:"#3F3F46",margin:"0 2px"},children:"/"}),p.jsx("span",{style:{color:"#52525B"},children:Mr(s)})]}):null]}),p.jsx("div",{ref:_=>{j.current=_,T.current=_},role:"slider",tabIndex:r?-1:0,"aria-label":"Seek","aria-disabled":r||void 0,"aria-valuemin":0,"aria-valuemax":Math.round(s),"aria-valuenow":0,className:`min-w-[96px] flex-1 h-6 flex items-center group ${r?"cursor-not-allowed opacity-50":"cursor-pointer"}`,style:{touchAction:"none"},onPointerDown:ae,onKeyDown:Oe,children:p.jsxs("div",{className:"w-full rounded-full relative",style:{background:"rgba(255,255,255,0.15)",height:"3px"},children:[p.jsx("div",{ref:M,className:"absolute top-0 bottom-0 left-0 z-[1] rounded-full",style:{background:"linear-gradient(90deg, var(--hf-accent, #3CE6AC), #2BBFA0)"}}),p.jsx("div",{ref:N,className:"absolute top-1/2 z-[2] w-3 h-3 rounded-full -translate-y-1/2 -translate-x-1/2 transition-transform group-hover:scale-125",style:{background:"var(--hf-accent, #3CE6AC)",boxShadow:"0 0 6px rgba(60,230,172,0.4), 0 1px 4px rgba(0,0,0,0.4)"}})]})}),p.jsxs("div",{ref:R,className:"relative flex-shrink-0",children:[p.jsx("button",{type:"button",onClick:()=>x(_=>!_),disabled:r,className:"w-10 px-2 py-1 rounded-md text-[10px] font-mono tabular-nums transition-colors",style:{color:"#71717A",background:"rgba(255,255,255,0.04)"},children:c===1?"1x":`${c}x`}),O&&p.jsx("div",{className:"absolute bottom-full right-0 mb-1.5 rounded-lg shadow-xl z-50 min-w-[56px] overflow-hidden",style:{background:"#161618",border:"1px solid rgba(255,255,255,0.08)"},children:f7.map(_=>p.jsxs("button",{onClick:()=>{h(_),x(!1)},className:"block w-full px-3 py-1.5 text-[11px] text-left font-mono tabular-nums transition-colors",style:{color:_===c?"#FAFAFA":"#71717A",background:_===c?"rgba(255,255,255,0.06)":"transparent"},onMouseEnter:z=>{_!==c&&(z.currentTarget.style.background="rgba(255,255,255,0.04)")},onMouseLeave:z=>{_!==c&&(z.currentTarget.style.background="transparent")},children:[_,"x"]},_))})]}),p.jsx("button",{type:"button",onClick:()=>m(!u),disabled:r,className:`h-7 w-14 rounded-md border px-2 text-[10px] font-medium transition-colors ${u?"text-studio-accent bg-studio-accent/10 border-studio-accent/30":"border-neutral-700 text-neutral-400 hover:border-neutral-500 hover:bg-neutral-800"}`,title:"Loop playback","aria-label":u?"Disable loop playback":"Enable loop playback","aria-pressed":u,children:"Loop"}),p.jsx("button",{type:"button",onClick:()=>w(_=>_==="time"?"frame":"time"),disabled:r,className:"h-7 w-14 rounded-md border border-neutral-700 px-2 text-[10px] font-mono text-neutral-300 transition-colors hover:border-neutral-500 hover:bg-neutral-800",title:"Toggle time/frame display","aria-label":"Toggle time and frame display",children:v==="time"?"m:ss":"frames"}),p.jsx("form",{onSubmit:Me,className:"hidden sm:flex flex-shrink-0 w-[58px] items-center",children:p.jsx("input",{value:k,onChange:_=>$(_.target.value),disabled:r,inputMode:"numeric",pattern:"[0-9]*","aria-label":"Jump to frame",placeholder:"frame",className:"h-7 w-[58px] rounded-md border border-neutral-700 bg-neutral-900 px-2 text-[10px] font-mono tabular-nums text-neutral-200 outline-none transition-colors placeholder:text-neutral-600 focus:border-studio-accent/60",onKeyDown:he,onBlur:ge})}),p.jsx("div",{className:"hidden lg:flex items-center gap-1 text-[9px] font-mono text-neutral-500","aria-label":"Playback shortcuts: J backward, K stop, L forward, arrows step one frame",children:p7.map(_=>p.jsxs("span",{className:"group relative rounded border border-neutral-800 px-1 py-0.5",children:[_.key,p.jsx("span",{className:"pointer-events-none absolute bottom-full left-1/2 z-50 mb-1.5 hidden -translate-x-1/2 whitespace-nowrap rounded-md border border-neutral-700 bg-neutral-950 px-2 py-1 font-sans text-[10px] text-neutral-200 shadow-lg group-hover:block",children:_.label})]},_.key))})]})}),m4="#3CE6AC",O7="#E9FFF6",x7="rgba(60,230,172,0.12)";function rs(){return{clip:m4,accent:m4,label:O7,iconBackground:x7}}const g4={video:rs(),audio:rs(),img:rs(),div:rs(),span:rs(),p:rs(),h1:rs(),section:rs(),sfx:rs()},y7=rs(),Ry={shellBackground:"#0A0A0B",shellBorder:"rgba(255,255,255,0.05)",rulerBorder:"rgba(255,255,255,0.045)",rowBackground:"#0A0A0B",rowBorder:"rgba(255,255,255,0.05)",gutterBackground:"#0A0A0B",gutterBorder:"rgba(255,255,255,0.05)",textPrimary:"#E8EDF5",textSecondary:"#8391A8",tickText:"rgba(131,145,168,0.92)",tickMajor:"rgba(255,255,255,0.13)",tickMinor:"rgba(255,255,255,0.08)",clipBackground:"linear-gradient(180deg, rgba(20,25,34,0.98), rgba(14,18,27,0.98))",clipBackgroundActive:"linear-gradient(180deg, rgba(24,30,40,0.99), rgba(15,20,29,0.99))",clipBorder:"rgba(255,255,255,0.07)",clipBorderHover:"rgba(255,255,255,0.11)",clipBorderActive:"rgba(255,255,255,0.14)",clipShadow:"inset 0 1px 0 rgba(255,255,255,0.03), 0 6px 18px rgba(0,0,0,0.18)",clipShadowHover:"inset 0 1px 0 rgba(255,255,255,0.035), 0 8px 20px rgba(0,0,0,0.2)",clipShadowActive:"inset 0 1px 0 rgba(255,255,255,0.04), 0 10px 24px rgba(0,0,0,0.22), 0 0 0 1px rgba(255,255,255,0.035)",clipShadowDragging:"inset 0 1px 0 rgba(255,255,255,0.04), 0 18px 36px rgba(0,0,0,0.34), 0 8px 16px rgba(0,0,0,0.18), 0 0 0 1px rgba(255,255,255,0.04)",handleColor:"rgba(255,255,255,0.11)",panelResizeSeam:"rgba(255,255,255,0.12)",panelResizeActive:"rgba(255,255,255,0.24)",clipRadius:"11px 15px 13px 9px / 10px 14px 12px 10px"};function v7(n){const e=n.toLowerCase();return e.startsWith("h")&&e.length===2&&"123456".includes(e[1]??"")?g4.h1:g4[e]??y7}function b7({isHovered:n,isSelected:e,isDragging:t}){return t?.95:e?.82:n?.76:0}function w7({element:n,draggedElementId:e,previewStart:t,previewTrack:r}){return(n.key??n.id)!==e||t===null||r===null?n:{...n,start:t,track:r}}const O4=100;function xl(n){return Math.round(n*O4)/O4}function lu(n,e,t){return Math.min(Math.max(n,e),t)}const x4=.55,Y0=40,y4=12;function v4(n,e,t){const r=(i,s,a)=>{if(a<i+Y0){const c=Math.max(0,1-(a-i)/Y0);return-Math.round(y4*c)}if(a>s-Y0){const c=Math.max(0,1-(s-a)/Y0);return Math.round(y4*c)}return 0};return{x:r(n.left,n.right,e),y:r(n.top,n.bottom,t)}}function S7(n,e,t){const r=(n.currentScrollLeft??0)-(n.originScrollLeft??0),i=(n.currentScrollTop??0)-(n.originScrollTop??0),s=(e-n.originClientX+r)/Math.max(n.pixelsPerSecond,1),a=(t-n.originClientY+i)/Math.max(n.trackHeight,1),c=Math.round(a),u=Math.max(0,n.trackOrder.indexOf(n.track)),h=u+c,m=lu(h,0,Math.max(0,n.trackOrder.length-1)),O=Math.min(...n.trackOrder),x=Math.max(...n.trackOrder);let v=n.trackOrder[m]??n.track;const w=u===0,k=u===n.trackOrder.length-1;return w&&h<0&&u+a<=-x4?v=O-1:k&&h>n.trackOrder.length-1&&u+a>=n.trackOrder.length-1+x4&&(v=x+1),{start:lu(xl(n.start+s),0,Math.max(0,n.maxStart)),track:v}}function op(n){const e=Array.from(new Set(n)).sort((r,i)=>r-i),t=e.length;return new Map(e.map((r,i)=>[r,t-i]))}function k7(n,e,t){const r=Math.max(.05,n.minDuration??.1),i=(t-n.originClientX)/Math.max(n.pixelsPerSecond,1);if(e==="end"){const v=lu(xl(n.duration+i),r,Math.max(r,n.maxEnd-n.start));return{start:n.start,duration:v,playbackStart:n.playbackStart}}const s=Math.max(.1,n.playbackRate??1),a=n.playbackStart!=null?n.playbackStart/s:Number.POSITIVE_INFINITY,c=-Math.min(n.start-n.minStart,a),u=n.duration-r,h=lu(i,c,u),m=xl(n.start+h),O=xl(n.duration-h),x=n.playbackStart!=null?xl(Math.max(0,n.playbackStart+h*s)):void 0;return{start:m,duration:O,playbackStart:x}}function P7(n){if(n.compositionSrc||n.playbackStartAttr!=null||n.sourceDuration!=null&&Number.isFinite(n.sourceDuration)&&n.sourceDuration>0)return!0;const e=n.tag.toLowerCase();return["video","audio","img"].includes(e)}function A7(n){return!!(n.domId||n.selector)}function $7(n){if(n.playbackStartAttr!=null||n.playbackStart!=null)return!0;const e=n.tag.toLowerCase();return["video","audio"].includes(e)}function Ny(n){if(n.timingSource==="implicit")return{canMove:!1,canTrimStart:!1,canTrimEnd:!1};const e=A7(n),t=Number.isFinite(n.duration)&&n.duration>0,r=P7(n);return{canMove:e&&(r||t),canTrimEnd:e&&t&&r,canTrimStart:e&&t&&$7(n)}}function C7(n){if(n.capabilities.canMove)return null;const e=Math.max(0,n.width),t=lu(n.offsetX,0,e),r=Math.max(0,n.handleWidth);return t<=r&&!n.capabilities.canTrimStart?"resize-start":t>=Math.max(0,e-r)&&!n.capabilities.canTrimEnd?"resize-end":"move"}function E7(n,e){return{start:n.start,end:n.start+n.duration,anchorX:e.anchorX,anchorY:e.anchorY}}function T7({rangeStart:n,rangeEnd:e,elements:t,prompt:r}){const i=Math.min(n,e),s=Math.max(n,e),a=t.map(c=>`- #${c.id} (${c.tag}) — ${Mr(c.start)} to ${Mr(c.start+c.duration)}, track ${c.track}`).join(`
41
- `);return`Edit the following HyperFrames composition:
42
-
43
- Time range: ${Mr(i)} — ${Mr(s)}
44
-
45
- Elements in range:
46
- ${a||"(none)"}
47
-
48
- User request:
49
- ${r.trim()||"(no prompt provided)"}
50
-
51
- Instructions:
52
- Modify only the elements listed above within the specified time range.
53
- The composition uses HyperFrames data attributes (data-start, data-duration, data-track-index) and GSAP for animations.
54
- Preserve all other elements and timing outside this range.`}function b4(n){return n.trim()}function la(n){return Number(xl(n).toFixed(2)).toString()}const ap=20,M7=112;function Q7({widthPx:n,isSelected:e,isHovered:t,isInspectorActive:r,isThumbnailActive:i,isDragging:s}){const a=n<M7;return{compact:a,showControls:!s&&(!a||(t||e||r||i)),containerClassName:a?"absolute right-1 top-1 flex items-center gap-1":"absolute right-2 top-2 flex items-center gap-1",buttonClassName:a?"flex h-5 w-5 items-center justify-center rounded-[7px]":"flex h-6 w-6 items-center justify-center rounded-md",iconSize:a?12:14}}const w4=d.memo(function({el:e,pps:t,clipY:r,isSelected:i,isHovered:s,isDragging:a=!1,hasCustomContent:c,theme:u=Ry,trackStyle:h,isComposition:m,isInspectorActive:O=!1,isThumbnailActive:x=!1,thumbnailLabel:v="thumbnail",childCount:w=0,onHoverStart:k,onHoverEnd:$,onPointerDown:M,onResizeStart:N,onInspectorClick:A,onThumbnailClick:j,onClick:T,onDoubleClick:R,children:Q}){const B=e.start*t,K=Math.max(e.duration*t,4),ie=b7({isHovered:s,isSelected:i,isDragging:a}),le=i?u.clipBorderActive:s?u.clipBorderHover:u.clipBorder,V=a?u.clipShadowDragging:i?u.clipShadowActive:s?u.clipShadowHover:u.clipShadow,ae=Ny(e),Oe=e.label||e.id||e.tag,ge=w>0?`${w} nested selectable layer${w===1?"":"s"}`:"Inspect clip layer",Me=ie>.01,he=i?u.clipBackgroundActive:u.clipBackground,_=Q7({widthPx:K,isSelected:i,isHovered:s,isInspectorActive:O,isThumbnailActive:x,isDragging:a}),z=i?"linear-gradient(180deg, rgba(255,255,255,0.03), rgba(255,255,255,0))":"linear-gradient(180deg, rgba(255,255,255,0.02), rgba(255,255,255,0))",G=`linear-gradient(120deg, ${h.accent}${i?"22":"1e"}, transparent 28%)`,D=[m&&!c?"repeating-linear-gradient(135deg, transparent, transparent 3px, rgba(255,255,255,0.05) 3px, rgba(255,255,255,0.05) 6px)":void 0,z,G,he].filter(Boolean).join(", ");return p.jsxs("div",{"data-clip":"true",className:c?"absolute overflow-hidden":"absolute flex items-center overflow-hidden",style:{left:B,width:K,top:r,bottom:r,borderRadius:u.clipRadius,backgroundImage:D,border:`1px solid ${le}`,boxShadow:V,transition:"border-color 120ms ease-out, box-shadow 140ms ease-out, background 140ms ease-out",zIndex:a?20:i?10:s?5:1,cursor:ae.canMove?"grab":"default",transform:a?"translateY(-1px)":void 0},title:m?`${e.compositionSrc} • Double-click to open`:`${Oe} • ${e.start.toFixed(1)}s – ${(e.start+e.duration).toFixed(1)}s`,onPointerEnter:k,onPointerLeave:$,onPointerDown:M,onClick:T,onDoubleClick:R,children:[w>0&&_.showControls&&p.jsxs("button",{type:"button",className:`absolute flex items-center gap-1 rounded-md border border-studio-accent/30 bg-neutral-950/75 text-[10px] font-semibold tabular-nums text-studio-accent shadow-lg shadow-black/25 backdrop-blur transition-colors hover:border-studio-accent/60 hover:bg-studio-accent/15 ${_.compact?"left-1 top-1 h-5 px-1":"left-2 top-2 h-6 px-1.5"}`,style:{zIndex:ap},title:ge,"aria-label":ge,onPointerDown:ee=>{ee.stopPropagation()},onClick:ee=>{ee.stopPropagation(),A==null||A(ee)},children:[p.jsxs("svg",{width:_.compact?"11":"13",height:_.compact?"11":"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("rect",{x:"4",y:"4",width:"6",height:"6",rx:"1"}),p.jsx("rect",{x:"14",y:"4",width:"6",height:"6",rx:"1"}),p.jsx("rect",{x:"4",y:"14",width:"6",height:"6",rx:"1"}),p.jsx("path",{d:"M14 17h6"})]}),w]}),A&&_.compact&&!_.showControls&&!a&&p.jsx("button",{type:"button",className:"group/clip-inspect absolute right-1 top-1/2 flex h-7 w-2 -translate-y-1/2 items-center justify-center rounded-full border border-white/15 bg-neutral-950/70 text-neutral-300 shadow-lg shadow-black/25 backdrop-blur transition-all hover:w-5 hover:border-white/30 hover:bg-neutral-950/90 focus:w-5 focus:border-studio-accent/60 focus:bg-studio-accent/15 focus:outline-none",style:{zIndex:ap},title:ge,"aria-label":ge,onPointerDown:ee=>{ee.stopPropagation()},onClick:ee=>{ee.stopPropagation(),A(ee)},children:p.jsxs("svg",{className:"opacity-0 transition-opacity group-hover/clip-inspect:opacity-100 group-focus/clip-inspect:opacity-100",width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("path",{d:"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z"}),p.jsx("circle",{cx:"12",cy:"12",r:"3"})]})}),(j||A)&&_.showControls&&p.jsxs("div",{className:_.containerClassName,style:{zIndex:ap},children:[j&&p.jsx("button",{type:"button",className:`${_.buttonClassName} border shadow-lg shadow-black/25 backdrop-blur transition-colors ${x?"border-studio-accent/60 bg-studio-accent/18 text-studio-accent":"border-white/12 bg-neutral-950/70 text-neutral-400 hover:border-white/24 hover:text-neutral-100"}`,title:x?`Hide clip ${v}`:`Show clip ${v}`,"aria-label":x?`Hide clip ${v}`:`Show clip ${v}`,onPointerDown:ee=>{ee.stopPropagation()},onClick:ee=>{ee.stopPropagation(),j(ee)},children:p.jsxs("svg",{width:_.iconSize,height:_.iconSize,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("rect",{x:"3",y:"5",width:"18",height:"14",rx:"2"}),p.jsx("circle",{cx:"8",cy:"10",r:"1.5"}),p.jsx("path",{d:"m4 17 5-5 4 4 2-2 5 5"})]})}),A&&p.jsx("button",{type:"button",className:`${_.buttonClassName} border shadow-lg shadow-black/25 backdrop-blur transition-colors ${O?"border-studio-accent/60 bg-studio-accent/18 text-studio-accent":"border-white/12 bg-neutral-950/70 text-neutral-400 hover:border-white/24 hover:text-neutral-100"}`,title:ge,"aria-label":ge,onPointerDown:ee=>{ee.stopPropagation()},onClick:ee=>{ee.stopPropagation(),A(ee)},children:p.jsxs("svg",{width:_.iconSize,height:_.iconSize,viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("path",{d:"M2 12s3.5-6 10-6 10 6 10 6-3.5 6-10 6S2 12 2 12Z"}),p.jsx("circle",{cx:"12",cy:"12",r:"3"})]})})]}),p.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:ee=>N==null?void 0:N("start",ee),style:{position:"absolute",left:0,top:0,bottom:0,width:18,opacity:Me&&ae.canTrimStart?1:0,pointerEvents:N&&ae.canTrimStart?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:Me&&ae.canTrimStart?`linear-gradient(90deg, ${h.accent}4d 0%, ${h.accent}22 42%, transparent 100%)`:"transparent"},children:p.jsx("div",{style:{position:"absolute",left:6,top:7,bottom:7,width:3,borderRadius:999,background:u.handleColor,boxShadow:`0 0 0 1px ${h.accent}38, 0 0 12px ${h.accent}18`,opacity:ie,pointerEvents:"none"}})}),p.jsx("div",{"aria-hidden":"true",role:"presentation",onPointerDown:ee=>N==null?void 0:N("end",ee),style:{position:"absolute",right:0,top:0,bottom:0,width:18,opacity:Me&&ae.canTrimEnd?1:0,pointerEvents:N&&ae.canTrimEnd?"auto":"none",zIndex:4,transition:"opacity 120ms ease-out",cursor:"col-resize",background:Me&&ae.canTrimEnd?`linear-gradient(270deg, ${h.accent}4d 0%, ${h.accent}22 42%, transparent 100%)`:"transparent"},children:p.jsx("div",{style:{position:"absolute",right:6,top:7,bottom:7,width:3,borderRadius:999,background:u.handleColor,boxShadow:`0 0 0 1px ${h.accent}38, 0 0 12px ${h.accent}18`,opacity:ie,pointerEvents:"none"}})}),Q]})});function S4(n){if(typeof document>"u"||!document.body||!document.execCommand)return!1;const e=document.createElement("textarea");e.value=n,e.setAttribute("readonly","true"),e.style.position="fixed",e.style.top="0",e.style.left="0",e.style.width="1px",e.style.height="1px",e.style.padding="0",e.style.border="0",e.style.opacity="0",e.style.pointerEvents="none",document.body.appendChild(e),e.focus({preventScroll:!0}),e.select(),e.setSelectionRange(0,n.length);try{return document.execCommand("copy")}catch{return!1}finally{document.body.removeChild(e)}}function j7(){if(typeof navigator>"u")return!1;const n=navigator.userAgent;return/Safari/i.test(n)&&!/Chrome|Chromium|CriOS|FxiOS|Edg|OPR/i.test(n)}async function cu(n){const e=j7();if(e&&S4(n))return!0;const t=typeof navigator<"u"?navigator.clipboard:void 0;if(t!=null&&t.writeText)try{return await t.writeText(n),!0}catch{}return!e&&S4(n)}function Z7({rangeStart:n,rangeEnd:e,anchorX:t,anchorY:r,onClose:i}){const s=Le(T=>T.elements),[a,c]=d.useState(""),[u,h]=d.useState(!1),[m,O]=d.useState(!1),x=d.useRef(null),v=d.useRef(null),w=Math.min(n,e),k=Math.max(n,e),$=d.useMemo(()=>s.filter(T=>{const R=T.start+T.duration;return T.start<k&&R>w}),[s,w,k]);un(()=>{setTimeout(()=>{var T;return(T=v.current)==null?void 0:T.focus()},50)}),un(()=>{const T=R=>{R.key==="Escape"&&i()};return window.addEventListener("keydown",T),()=>window.removeEventListener("keydown",T)}),un(()=>{const T=R=>{x.current&&!x.current.contains(R.target)&&i()};return setTimeout(()=>window.addEventListener("mousedown",T),100),()=>window.removeEventListener("mousedown",T)});const M=d.useCallback(()=>T7({rangeStart:w,rangeEnd:k,elements:$,prompt:a}),[w,k,$,a]),N=d.useCallback(async()=>{await cu(M())&&(h(!0),setTimeout(()=>{h(!1),i()},800))},[M,i]),A=d.useCallback(async()=>{const T=b4(a);!T||!await cu(T)||(O(!0),setTimeout(()=>{O(!1)},800))},[a]),j={position:"fixed",left:Math.max(8,Math.min(t-160,window.innerWidth-336)),top:Math.max(8,r-280),zIndex:200};return p.jsx("div",{ref:x,style:j,children:p.jsxs("div",{className:"w-80 bg-neutral-900 border border-neutral-700/60 rounded-xl shadow-2xl shadow-black/40 overflow-hidden",children:[p.jsxs("div",{className:"flex items-center justify-between px-4 py-2.5 border-b border-neutral-800/60",children:[p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("div",{className:"w-1.5 h-1.5 rounded-full bg-studio-accent"}),p.jsxs("span",{className:"text-[11px] font-medium text-neutral-300",children:[Mr(w)," — ",Mr(k)]})]}),p.jsxs("span",{className:"text-[10px] text-neutral-600",children:[$.length," element",$.length!==1?"s":""]})]}),$.length>0&&p.jsx("div",{className:"px-4 py-2 border-b border-neutral-800/40 max-h-24 overflow-y-auto",children:$.map(T=>p.jsxs("div",{className:"flex items-center justify-between py-0.5",children:[p.jsxs("span",{className:"text-[10px] font-mono text-studio-accent/80",children:["#",T.id]}),p.jsx("span",{className:"text-[10px] text-neutral-600",children:T.tag})]},T.id))}),p.jsx("div",{className:"p-3",children:p.jsx("textarea",{ref:v,value:a,onChange:T=>c(T.target.value),onKeyDown:T=>{T.key==="Enter"&&(T.metaKey||T.ctrlKey)&&(T.preventDefault(),N())},placeholder:"What should change?",rows:2,className:"w-full px-3 py-2 text-xs bg-neutral-800/60 border border-neutral-700/40 rounded-lg text-neutral-200 placeholder:text-neutral-600 resize-none focus:outline-none focus:border-studio-accent/40 transition-colors"})}),p.jsxs("div",{className:"grid grid-cols-2 gap-2 px-3 pb-3",children:[p.jsx("button",{onClick:A,disabled:!b4(a),className:`py-1.5 text-[11px] font-medium rounded-lg transition-all border ${m?"bg-green-500/20 text-green-400 border-green-500/30":"bg-neutral-800/70 text-neutral-200 border-neutral-700/50 hover:bg-neutral-800"} disabled:opacity-50 disabled:cursor-not-allowed`,children:m?"Prompt Copied!":"Copy Prompt"}),p.jsxs("button",{onClick:N,className:`py-1.5 text-[11px] font-medium rounded-lg transition-all ${u?"bg-green-500/20 text-green-400 border border-green-500/30":"bg-studio-accent/15 text-studio-accent border border-studio-accent/25 hover:bg-studio-accent/25"}`,children:[u?"Copied!":"Copy to Agent",!u&&p.jsx("span",{className:"text-[9px] text-studio-accent/50 ml-1.5",children:"Cmd+Enter"})]})]})]})})}const R7=10,N7=2e3,L7=.8,V7=1.25,_7=.0035;function G2(n){return Number.isFinite(n)?Math.max(R7,Math.min(N7,Math.round(n))):100}function Rd(n,e){return n==="fit"?100:G2(e)}function I7(n,e,t){if(!Number.isFinite(n)||n<=0)return 100;const r=Rd(e,t);return e==="fit"?n:n*(r/100)}function k4(n,e,t){const r=Rd(e,t),i=n==="in"?r*V7:r*L7;return G2(i)}function D7(n,e,t){const r=Rd(e,t);return!Number.isFinite(n)||n===0?r:G2(r*Math.exp(-n*_7))}const uu=/\.(jpg|jpeg|png|gif|webp|svg|ico)$/i,K2=/\.(mp4|webm|mov)$/i,J2=/\.(mp3|wav|ogg|m4a|aac)$/i,q0=/\.(woff|woff2|ttf|ttc|otf|eot)$/i,Ly=/\.(mp4|webm|mov|mp3|wav|ogg|m4a|aac|jpg|jpeg|png|gif|webp|svg|ico)$/i;function P4(n){return Ly.test(n)}const Am="application/x-hyperframes-asset",X7=5;function A4(n){return uu.test(n)?"image":K2.test(n)?"video":J2.test(n)?"audio":null}function F7(n,e){const i=(n.split("/").pop()??"asset").replace(/\.[^.]+$/,"").replace(/[^a-zA-Z0-9_-]+/g,"_").replace(/^_+|_+$/g,"").toLowerCase()||"asset",s=new Set(e);if(!s.has(i))return i;let a=2;for(;s.has(`${i}_${a}`);)a+=1;return`${i}_${a}`}function z7(n,e){const t=n.includes("/")?n.slice(0,n.lastIndexOf("/")):"";if(!t)return e;const r=t.split("/").filter(Boolean),i=e.split("/").filter(Boolean);for(;r.length>0&&i.length>0&&r[0]===i[0];)r.shift(),i.shift();return[...r.map(()=>".."),...i].join("/")||e.split("/").pop()||e}function H7(n,e,t=[]){let r=Math.round(Math.max(0,n.start)*100)/100;const i=r,s=e.map(h=>Number.isFinite(h)&&h>0?h:X7),a=s.reduce((h,m)=>Math.round((h+m)*100)/100,i),u=t.some(h=>{if(h.track!==n.track)return!1;const m=Math.max(0,h.start),O=m+Math.max(0,h.duration);return i<O&&a>m})?Math.max(n.track,...t.map(h=>h.track))+1:n.track;return s.map(h=>{const m=r;return r=Math.round((r+h)*100)/100,{start:m,track:u}})}function W7(n){var r,i;const e=Number.parseFloat(((r=n.match(/\bdata-width=(["'])([^"']+)\1/i))==null?void 0:r[2])??""),t=Number.parseFloat(((i=n.match(/\bdata-height=(["'])([^"']+)\1/i))==null?void 0:i[2])??"");return{left:0,top:0,width:Number.isFinite(e)&&e>0?Math.round(e):640,height:Number.isFinite(t)&&t>0?Math.round(t):360}}function B7(n){const e=`id="${n.id}" class="clip" src="${n.assetPath}" data-start="${n.start}" data-duration="${n.duration}" data-track-index="${n.track}"`,t=n.geometry??{left:0,top:0,width:640,height:360},r=`position: absolute; left: ${t.left}px; top: ${t.top}px; width: ${t.width}px; height: ${t.height}px; object-fit: contain; z-index: ${n.zIndex}`;return n.kind==="image"?`<img ${e} style="${r}" />`:n.kind==="video"?`<video ${e} muted playsinline style="${r}"></video>`:`<audio ${e} style="z-index: ${n.zIndex}"></audio>`}function Y7(n,e){const r=/<[^>]*data-composition-id="[^"]+"[^>]*>/i.exec(n);if(!r||r.index==null)throw new Error("No composition root found in target source");const i=r.index+r[0].length;return`${n.slice(0,i)}${e}${n.slice(i)}`}const Vy=.08,q7=new Set(["audio","music","sfx","sound","narration"]),U7=/\.(aac|flac|m4a|mp3|ogg|opus|wav)(?:[?#].*)?$/i;function fl(n){return n?n.key??n.id:null}function _y(n){if(!n)return!1;const e=n.tag.trim().toLowerCase();return q7.has(e)?!0:!!(n.src&&U7.test(n.src))}function $m(n){return!_y(n)}function $4(n,e,t=Vy){if(!e||!Number.isFinite(n)||!Number.isFinite(e.start)||!Number.isFinite(e.duration))return!1;const r=Math.max(0,e.start),i=Math.max(r,r+Math.max(0,e.duration)),s=Math.max(0,t);return Math.abs(n-r)<=s||Math.abs(n-i)<=s}function G7(n,e,t=Vy){if(!e||!Number.isFinite(n)||!Number.isFinite(e.start)||!Number.isFinite(e.duration))return!1;const r=Math.max(0,e.start),i=Math.max(r,r+Math.max(0,e.duration)),s=Math.max(0,t);return n>=r-s&&n<=i+s}function Iy(n,e={}){const t={visible:!1,compositeOpacity:0,hasBox:!1,inViewport:!1};if(!n.isConnected)return t;const r=n.ownerDocument,i=r.defaultView;if(!i)return t;const s=e.minCompositeOpacity??.01;let a=1,c=n;for(;c&&c!==r.body&&c!==r.documentElement;){const v=i.getComputedStyle(c);if(v.display==="none"||v.visibility==="hidden")return{...t,compositeOpacity:a};if(a*=Number.parseFloat(v.opacity||"1"),a<=s)return{...t,compositeOpacity:a};c=c.parentElement}const u=n.getBoundingClientRect(),h=u.width>.5&&u.height>.5;if(!h)return{visible:!1,compositeOpacity:a,hasBox:h,inViewport:!1};const m=i.innerWidth||r.documentElement.clientWidth,O=i.innerHeight||r.documentElement.clientHeight,x=u.right>0&&u.bottom>0&&u.left<m&&u.top<O;return{visible:x,compositeOpacity:a,hasBox:h,inViewport:x}}function K7(n,e={}){return Iy(n,e).visible}const Vn=32,hl=72,yl=24,C4=3,J7=18,e9=20,Bl="/icons/timeline";function Yl({src:n}){return p.jsx("img",{src:n,alt:"",width:12,height:12,style:{filter:"brightness(0) invert(1)"},draggable:!1})}const t9=p.jsx(Yl,{src:`${Bl}/captions.svg`}),E4=p.jsx(Yl,{src:`${Bl}/image.svg`}),n9=p.jsx(Yl,{src:`${Bl}/music.svg`}),T4=p.jsx(Yl,{src:`${Bl}/text.svg`}),Cm=p.jsx(Yl,{src:`${Bl}/composition.svg`}),r9=p.jsx(Yl,{src:`${Bl}/audio.svg`}),M4={video:E4,audio:n9,img:E4,div:Cm,span:t9,p:T4,h1:T4,section:Cm,sfx:r9};function Rc(n){const e=v7(n),t=n.toLowerCase(),r=t.startsWith("h")&&t.length===2&&"123456".includes(t[1]??"")?M4.h1:M4[t]??Cm;return{...e,icon:r}}function i9(n,e){const t=[.25,.5,1,2,5,10,15,30,60,120,300,600];if(Number.isFinite(e)&&(e??0)>0)return t.find(a=>a*(e??0)>=128)??600;const r=[.25,.5,1,2,5,10,15,30,60],i=n/6;return r.find(s=>s>=i)??60}function s9(n,e){let t=n/2;return n>=30?t=n/6:n>=15?t=n/3:n>=5?t=n/5:n>=1&&(t=n/4),Number.isFinite(e)&&(e??0)>0&&t*(e??0)<20?Math.max(.25,n/2):Math.max(.25,t)}function o9(n,e){if(n<=0||!Number.isFinite(n)||n>7200)return{major:[],minor:[]};const t=i9(n,e),r=s9(t,e),i=[],s=[],a=2e3;for(let c=0;c<=n+.001&&i.length+s.length<a;c+=r){const u=Math.round(c*100)/100;Math.abs(u%t)<.01||Math.abs(u%t-t)<.01?i.push(u):s.push(u)}return{major:i,minor:s}}function a9(n,e,t){if(!Number.isFinite(n))return"0:00";const r=Math.max(0,n);if(t<1){const i=Math.round(r*10),s=Math.floor(i/10),a=i%10;return`${Mr(s)}.${a}`}if(e>=3600||r>=3600){const i=Math.floor(r),s=Math.floor(i/3600),a=Math.floor(i%3600/60),c=i%60;return`${s}:${a.toString().padStart(2,"0")}:${c.toString().padStart(2,"0")}`}return Mr(r)}function Q4(n,e,t){return n==="fit"||!Number.isFinite(e)||!Number.isFinite(t)?!1:e-t>1}function l9(n,e,t){return n==="manual"&&e==="fit"?0:t}function c9(n){const e=Math.max(0,n.currentPixelsPerSecond),t=Math.max(0,n.nextPixelsPerSecond);if(!Number.isFinite(n.pointerX)||!Number.isFinite(n.currentScrollLeft)||!Number.isFinite(n.duration)||n.duration<=0||e<=0||t<=0)return Math.max(0,n.currentScrollLeft);const r=Math.max(0,n.currentScrollLeft+n.pointerX-n.gutter),i=Math.max(0,Math.min(n.duration,r/e));return Math.max(0,n.gutter+i*t-n.pointerX)}function j4(n,e){return!Number.isFinite(n)||!Number.isFinite(e)?Vn:Vn+Math.max(0,n)*Math.max(0,e)}function u9(n){return yl+Math.max(0,n)*hl+e9}function d9(n,e){return!Number.isFinite(n)||!Number.isFinite(e)?!0:n-e<=1}function f9(n){var t;if(n.key!=="Delete"&&n.key!=="Backspace"||n.metaKey||n.ctrlKey||n.altKey)return!1;const e=n.target&&typeof n.target=="object"?n.target:null;if(e){const r=((t=e.tagName)==null?void 0:t.toLowerCase())??"";if(e.isContentEditable||["input","textarea","select"].includes(r)||typeof e.closest=="function"&&e.closest("[contenteditable='true']"))return!1}return!0}function h9(n,e){return n.length===0?0:e==null||e<0?n[0]:e>=n.length?Math.max(...n)+1:n[e]??n[n.length-1]??0}function Z4(n,e,t){const r=e-n.rectLeft+n.scrollLeft-Vn,i=t-n.rectTop+n.scrollTop-yl,s=Math.max(0,Math.min(n.duration,Math.round(r/Math.max(n.pixelsPerSecond,1)*100)/100)),a=Math.floor(i/Math.max(n.trackHeight,1));return{start:s,track:h9(n.trackOrder,a)}}const p9=d.memo(function({onSeek:e,onDrillDown:t,renderClipContent:r,renderClipOverlay:i,onFileDrop:s,onAssetDrop:a,onDeleteElement:c,onMoveElement:u,onResizeElement:h,onBlockedEditAttempt:m,onSelectElement:O,onInspectElement:x,inspectedElementId:v,layerChildCounts:w,thumbnailedElementIds:k,onToggleElementThumbnail:$,disabled:M=!1,theme:N}={}){const A=d.useMemo(()=>({...Ry,...N}),[N]),j=Le(H=>H.elements),T=Le(H=>H.duration),R=Le(H=>H.timelineReady),Q=Le(H=>H.selectedElementId),B=Le(H=>H.setSelectedElementId),K=Le(H=>H.updateElement),ie=Le(H=>H.currentTime),le=Le(H=>H.zoomMode),V=Le(H=>H.manualZoomPercent),ae=Le(H=>H.setZoomMode),Oe=Le(H=>H.setManualZoomPercent),ge=d.useRef(null),Me=d.useRef(null),he=d.useRef(null),[_,z]=d.useState(null),G=d.useRef(!1),C=d.useRef(M);C.current=M;const D=d.useRef(null),[ee,Ee]=d.useState(!1);un(()=>{const H=be=>be.key==="Shift"&&Ee(!0),Ae=be=>be.key==="Shift"&&Ee(!1),ke=()=>Ee(!1);return window.addEventListener("keydown",H),window.addEventListener("keyup",Ae),window.addEventListener("blur",ke),()=>{window.removeEventListener("keydown",H),window.removeEventListener("keyup",Ae),window.removeEventListener("blur",ke)}});const Qe=d.useRef(!1),tt=d.useRef(0),[Ie,Y]=d.useState(null),[se,xe]=d.useState(null),Ce=d.useRef(null);Ce.current=se;const[_e,qe]=d.useState(null),Ne=d.useRef(null);Ne.current=_e;const ze=d.useRef(null),Je=d.useRef(!1),St=d.useRef(u);St.current=u;const ue=d.useRef(h);ue.current=h;const Te=d.useRef(c);Te.current=c;const ce=d.useRef(!1),[rt,Re]=d.useState(!1),[vt,ot]=d.useState(!0),[gt,dt]=d.useState(0),At=d.useRef(null),Gt=d.useRef(0),nn=d.useCallback(()=>{const H=he.current;ot(H?d9(H.scrollHeight,H.clientHeight):!0)},[]),Ut=d.useCallback(()=>{Gt.current&&cancelAnimationFrame(Gt.current),Gt.current=requestAnimationFrame(()=>{Gt.current=0,nn()})},[nn]),mn=d.useCallback(H=>{At.current&&(At.current.disconnect(),At.current=null),Me.current=H,H&&(dt(H.clientWidth),Ut(),At.current=new ResizeObserver(([Ae])=>{dt(Ae.contentRect.width),Ut()}),At.current.observe(H))},[Ut]);un(()=>()=>{var H;(H=At.current)==null||H.disconnect(),Gt.current&&cancelAnimationFrame(Gt.current)}),d.useEffect(()=>{M&&(gs.current(),G.current=!1,Qe.current=!1,ze.current=null,xe(null),qe(null),Y(null),Re(!1),Qt(!1))},[M]);const te=d.useMemo(()=>{const H=Number.isFinite(T)?T:0;if(j.length===0)return H;const Ae=Math.max(...j.map(be=>be.start+be.duration)),ke=Math.max(H,Ae);return Number.isFinite(ke)?ke:H},[j,T]),ne=d.useMemo(()=>{const H=new Map;for(const Ae of j){const ke=H.get(Ae.track)??[];ke.push(Ae),H.set(Ae.track,ke)}return Array.from(H.entries()).sort(([Ae],[ke])=>Ae-ke)},[j]),nt=d.useMemo(()=>{var Ae;const H=new Map;for(const[ke,be]of ne)H.set(ke,Rc(((Ae=be[0])==null?void 0:Ae.tag)??""));return H},[ne]),Ze=d.useMemo(()=>ne.map(([H])=>H),[ne]),He=d.useRef(Ze);He.current=Ze;const Et=d.useMemo(()=>!(se!=null&&se.started)||Ze.length===0||Ze.includes(se.previewTrack)?Ze:[...Ze,se.previewTrack].sort((H,Ae)=>H-Ae),[se,Ze]),ft=u9(Et.length),Ot=d.useMemo(()=>j.find(H=>(H.key??H.id)===Q)??null,[j,Q]),We=d.useRef(Ot);We.current=Ot;const Tt=gt>Vn&&te>0?(gt-Vn-2)/te:100,Se=I7(Tt,le,V),zt=Math.max(0,te*Se),Mt=d.useRef(le);Mt.current=le;const Bt=d.useRef(V);Bt.current=V;const Nt=d.useRef(le),Yt=d.useRef(Tt);Yt.current=Tt;const gn=d.useRef(te);gn.current=te;const Kt=d.useRef(Se);Kt.current=Se;const In=d.useCallback(H=>{!ge.current||gn.current<=0||(ge.current.style.left=`${j4(H,Kt.current)}px`)},[]);d.useEffect(()=>{In(ie)},[ie,Se,In]),d.useEffect(()=>{const H=he.current;if(!H){Nt.current=le;return}H.scrollLeft=l9(Nt.current,le,H.scrollLeft),Nt.current=le},[le]),un(()=>Zi.subscribe(Ae=>{const ke=gn.current;if(!ge.current||ke<=0)return;const be=j4(Ae,Kt.current);ge.current.style.left=`${be}px`;const et=he.current;if(et&&!G.current&&Q4(Mt.current,et.scrollWidth,et.clientWidth)){const Pe=et.scrollLeft+et.clientWidth,wt=et.scrollLeft,Jt=et.clientWidth*.12;be>Pe-Jt?et.scrollLeft=be-et.clientWidth*.15:be<wt+Vn&&(et.scrollLeft=Math.max(0,be-Vn))}}));const Ht=d.useRef(0),ln=d.useRef(0),Zr=d.useRef(null),vr=d.useCallback((H,Ae,ke)=>{const be=he.current,et=S7({start:H.element.start,track:H.element.track,duration:H.element.duration,originClientX:H.originClientX,originClientY:H.originClientY,originScrollLeft:H.originScrollLeft,originScrollTop:H.originScrollTop,currentScrollLeft:(be==null?void 0:be.scrollLeft)??H.originScrollLeft,currentScrollTop:(be==null?void 0:be.scrollTop)??H.originScrollTop,pixelsPerSecond:Kt.current,trackHeight:hl,maxStart:Math.max(0,gn.current-H.element.duration),trackOrder:He.current},Ae,ke);return{...H,started:!0,pointerClientX:Ae,pointerClientY:ke,previewStart:et.start,previewTrack:et.track}},[]),br=d.useCallback(()=>{Zr.current=null,ln.current&&(cancelAnimationFrame(ln.current),ln.current=0)},[]),wr=d.useCallback(()=>{ln.current=0;const H=Ce.current,Ae=Zr.current,ke=he.current;if(!H||!Ae||!ke)return;const be=ke.getBoundingClientRect(),et=v4(be,Ae.clientX,Ae.clientY);if(et.x===0&&et.y===0)return;const Pe=Math.max(0,ke.scrollWidth-ke.clientWidth),wt=Math.max(0,ke.scrollHeight-ke.clientHeight),Jt=Math.max(0,Math.min(Pe,ke.scrollLeft+et.x)),Lt=Math.max(0,Math.min(wt,ke.scrollTop+et.y));(Jt!==ke.scrollLeft||Lt!==ke.scrollTop)&&(ke.scrollLeft=Jt,ke.scrollTop=Lt,xe(Dn=>Dn&&vr(Dn,Ae.clientX,Ae.clientY)),ln.current=requestAnimationFrame(wr))},[vr]),Xi=d.useCallback((H,Ae)=>{Zr.current={clientX:H,clientY:Ae};const ke=he.current;if(!ke)return;const be=ke.getBoundingClientRect(),et=v4(be,H,Ae);if(et.x===0&&et.y===0){ln.current&&(cancelAnimationFrame(ln.current),ln.current=0);return}ln.current||(ln.current=requestAnimationFrame(wr))},[wr]),Fi=d.useRef(vr);Fi.current=vr;const La=d.useRef(Xi);La.current=Xi;const gs=d.useRef(br);gs.current=br;const Un=d.useCallback(H=>{if(C.current)return;const Ae=he.current;if(!Ae||te<=0)return;const ke=Ae.getBoundingClientRect(),be=Ae.scrollLeft,et=H-ke.left+be-Vn;if(et<0)return;const Pe=Math.max(0,Math.min(te,et/Se));Zi.notify(Pe),e==null||e(Pe)},[te,e,Se]),Gn=d.useCallback(H=>{cancelAnimationFrame(Ht.current);const Ae=he.current;if(!Ae||!G.current||!Q4(Mt.current,Ae.scrollWidth,Ae.clientWidth))return;const ke=Ae.getBoundingClientRect(),be=40,et=12;let Pe=0;if(H<ke.left+be){const wt=Math.max(0,1-(H-ke.left)/be);Pe=-et*wt}else if(H>ke.right-be){const wt=Math.max(0,1-(ke.right-H)/be);Pe=et*wt}Pe!==0&&(Ae.scrollLeft+=Pe,Un(H),Ht.current=requestAnimationFrame(()=>Gn(H)))},[Un]);un(()=>{const H=()=>{requestAnimationFrame(()=>{ce.current=!1})},Ae=be=>{if(C.current)return;const et=Ce.current,Pe=Ne.current,wt=ze.current;if(Pe){const Lt=Math.abs(be.clientX-Pe.originClientX);if(!Pe.started&&Lt<2)return;Re(!1),Y(null);const ut=Pe.element.sourceDuration!=null?Math.max(0,(Pe.element.sourceDuration-(Pe.element.playbackStart??0))/Math.max(Pe.element.playbackRate??1,.1)):Number.POSITIVE_INFINITY,Dn=Pe.element.tag.toLowerCase(),en=Dn==="audio"||Dn==="video",$n=k7({start:Pe.element.start,duration:Pe.element.duration,originClientX:Pe.originClientX,pixelsPerSecond:Kt.current,minStart:0,maxEnd:Math.min(gn.current,Pe.element.start+ut),playbackStart:Pe.edge==="start"&&en?Pe.element.playbackStart??0:Pe.element.playbackStart,playbackRate:Pe.element.playbackRate},Pe.edge,be.clientX);qe(Wi=>Wi&&{...Wi,started:!0,previewStart:$n.start,previewDuration:$n.duration,previewPlaybackStart:$n.playbackStart});return}if(wt){const Lt=Math.hypot(be.clientX-wt.originClientX,be.clientY-wt.originClientY),ut=wt.intent==="move"?4:2;if(!wt.started&&Lt<ut)return;wt.started||(wt.started=!0,ze.current=wt,ce.current=!0,Re(!1),Y(null),m==null||m(wt.element,wt.intent));return}if(!et)return;const Jt=Math.hypot(be.clientX-et.originClientX,be.clientY-et.originClientY);!et.started&&Jt<4||(Re(!1),Y(null),xe(Lt=>Lt&&Fi.current(Lt,be.clientX,be.clientY)),La.current(be.clientX,be.clientY))},ke=()=>{var Jt,Lt;if(gs.current(),C.current)return;const be=Ne.current;if(be){if(Ne.current=null,qe(null),!be.started||(ce.current=!0,H(),!(be.previewStart!==be.element.start||be.previewDuration!==be.element.duration||be.previewPlaybackStart!==be.element.playbackStart)))return;K(be.element.key??be.element.id,{start:be.previewStart,duration:be.previewDuration,playbackStart:be.previewPlaybackStart}),Promise.resolve((Jt=ue.current)==null?void 0:Jt.call(ue,be.element,{start:be.previewStart,duration:be.previewDuration,playbackStart:be.previewPlaybackStart})).catch(Dn=>{K(be.element.key??be.element.id,{start:be.element.start,duration:be.element.duration,playbackStart:be.element.playbackStart}),console.error("[Timeline] Failed to persist clip resize",Dn)});return}const et=ze.current;if(et){if(ze.current=null,!et.started)return;H();return}const Pe=Ce.current;!Pe||(Ce.current=null,xe(null),!Pe.started)||(ce.current=!0,H(),!(Pe.previewStart!==Pe.element.start||Pe.previewTrack!==Pe.element.track))||(K(Pe.element.key??Pe.element.id,{start:Pe.previewStart,track:Pe.previewTrack}),Promise.resolve((Lt=St.current)==null?void 0:Lt.call(St,Pe.element,{start:Pe.previewStart,track:Pe.previewTrack})).catch(ut=>{K(Pe.element.key??Pe.element.id,{start:Pe.element.start,track:Pe.element.track}),console.error("[Timeline] Failed to persist clip move",ut)}))};return window.addEventListener("pointermove",Ae),window.addEventListener("pointerup",ke),window.addEventListener("pointercancel",ke),()=>{gs.current(),window.removeEventListener("pointermove",Ae),window.removeEventListener("pointerup",ke),window.removeEventListener("pointercancel",ke)}}),un(()=>{const H=Ae=>{if(C.current||!f9(Ae))return;const ke=We.current,be=Te.current;!ke||!be||Je.current||(Ae.preventDefault(),Je.current=!0,ce.current=!0,Re(!1),Y(null),Promise.resolve(be(ke)).finally(()=>{Je.current=!1,requestAnimationFrame(()=>{ce.current=!1})}))};return window.addEventListener("keydown",H),()=>window.removeEventListener("keydown",H)});const zi=d.useCallback(H=>{var Ae,ke;if(C.current){H.preventDefault();return}if(H.button===0){if(H.shiftKey){H.currentTarget.setPointerCapture(H.pointerId),Qe.current=!0,Re(!1);const be=(Ae=he.current)==null?void 0:Ae.getBoundingClientRect();if(be){const et=H.clientX-be.left+(((ke=he.current)==null?void 0:ke.scrollLeft)??0)-Vn,Pe=Math.max(0,et/Se);tt.current=Pe,Y({start:Pe,end:Pe,anchorX:H.clientX,anchorY:H.clientY})}return}D.current=null,!H.target.closest("[data-clip]")&&(H.currentTarget.setPointerCapture(H.pointerId),G.current=!0,Y(null),Re(!1),Un(H.clientX))}},[Un,Se]),Hi=d.useCallback(H=>{var Ae,ke;if(!C.current){if(Qe.current){const be=(Ae=he.current)==null?void 0:Ae.getBoundingClientRect();if(be){const et=H.clientX-be.left+(((ke=he.current)==null?void 0:ke.scrollLeft)??0)-Vn,Pe=Math.max(0,et/Se);Y(wt=>wt?{...wt,end:Pe,anchorX:H.clientX,anchorY:H.clientY}:null)}return}G.current&&(Un(H.clientX),Gn(H.clientX))}},[Un,Gn,Se]),Os=d.useCallback(()=>{if(Qe.current){Qe.current=!1;const H=D.current;D.current=null,Y(Ae=>Ae&&H&&Math.abs(Ae.end-Ae.start)<=.2?(Re(!0),E7(H.element,H)):Ae&&Math.abs(Ae.end-Ae.start)>.2?(Re(!0),Ae):null);return}G.current=!1,cancelAnimationFrame(Ht.current)},[]),{major:jt,minor:xt}=d.useMemo(()=>o9(te,Se),[te,Se]),Gr=jt.length>=2?Math.max(.25,jt[1]-jt[0]):te;d.useEffect(()=>{nn()},[nn,R,j.length,ft]);const xs=d.useCallback(H=>_e&&(_e.element.key??_e.element.id)===(H.key??H.id)?{...H,start:_e.previewStart,duration:_e.previewDuration,playbackStart:_e.previewPlaybackStart}:H,[_e]),[Sr,Qt]=d.useState(!1),Gs=d.useCallback(H=>{if(C.current)return;const Ae=H.dataTransfer.files.length>0,ke=Array.from(H.dataTransfer.types).includes(Am);!Ae&&!ke||(H.preventDefault(),ke&&(H.dataTransfer.dropEffect="copy"),Qt(!0))},[]),Rr=d.useCallback(H=>{if(H.preventDefault(),Qt(!1),C.current)return;if(s&&H.dataTransfer.files.length>0){const ke=he.current,be=ke==null?void 0:ke.getBoundingClientRect(),et=ke&&be?Z4({rectLeft:be.left,rectTop:be.top,scrollLeft:ke.scrollLeft,scrollTop:ke.scrollTop,pixelsPerSecond:Kt.current,duration:gn.current,trackHeight:hl,trackOrder:He.current},H.clientX,H.clientY):void 0;s(Array.from(H.dataTransfer.files),et);return}const Ae=H.dataTransfer.getData(Am);if(!(!Ae||!a))try{const ke=JSON.parse(Ae);if(!ke.path)return;const be=he.current,et=be==null?void 0:be.getBoundingClientRect();if(!be||!et)return;const Pe=Z4({rectLeft:et.left,rectTop:et.top,scrollLeft:be.scrollLeft,scrollTop:be.scrollTop,pixelsPerSecond:Kt.current,duration:gn.current,trackHeight:hl,trackOrder:He.current},H.clientX,H.clientY);a(ke.path,Pe)}catch{}},[a,s]),Pi=d.useCallback(H=>{if(C.current||!H.ctrlKey)return;const Ae=he.current;if(!Ae||gn.current<=0||Yt.current<=0||Kt.current<=0)return;H.preventDefault(),H.stopPropagation();const ke=Ae.getBoundingClientRect(),be=H.clientX-ke.left,et=D7(H.deltaY,Mt.current,Bt.current);if(et===Bt.current&&Mt.current==="manual")return;const Pe=Yt.current*(et/100),wt=c9({pointerX:be,currentScrollLeft:Ae.scrollLeft,gutter:Vn,currentPixelsPerSecond:Kt.current,nextPixelsPerSecond:Pe,duration:gn.current});ae("manual"),Oe(et),requestAnimationFrame(()=>{const Jt=Math.max(0,Ae.scrollWidth-Ae.clientWidth);Ae.scrollLeft=Math.min(Jt,wt)})},[Oe,ae]);if(d.useEffect(()=>{const H=he.current;if(H)return H.addEventListener("wheel",Pi,{passive:!1,capture:!0}),()=>{H.removeEventListener("wheel",Pi,{capture:!0})}},[Pi,R,j.length]),!R||j.length===0)return p.jsxs("div",{className:`h-full border-t bg-[#0a0a0b] flex flex-col select-none transition-colors duration-150 ${Sr?"border-studio-accent/50 bg-studio-accent/[0.03]":"border-neutral-800/50"}`,"aria-disabled":M||void 0,onDragOver:Gs,onDragLeave:()=>Qt(!1),onDrop:Rr,children:[p.jsx("div",{className:"flex-shrink-0 border-b border-neutral-800/40 flex items-end relative",style:{height:yl,paddingLeft:Vn},children:[0,10,20,30,40,50].map(H=>p.jsxs("div",{className:"flex flex-col items-center",style:{position:"absolute",left:Vn+H*14},children:[p.jsx("span",{className:"text-[9px] text-neutral-600 font-mono tabular-nums leading-none mb-0.5",children:`${Math.floor(H/60)}:${(H%60).toString().padStart(2,"0")}`}),p.jsx("div",{className:"w-px h-[5px] bg-neutral-700/40"})]},H))}),p.jsx("div",{className:"flex-1 flex items-center justify-center",children:p.jsx("div",{className:`flex items-center gap-3 px-6 py-3 border border-dashed rounded-lg transition-colors duration-150 ${Sr?"border-studio-accent/60 bg-studio-accent/[0.06]":"border-neutral-700/50"}`,children:Sr?p.jsxs(p.Fragment,{children:[p.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"text-studio-accent flex-shrink-0",children:[p.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),p.jsx("polyline",{points:"7 10 12 15 17 10"}),p.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),p.jsx("span",{className:"text-[13px] text-studio-accent",children:"Drop media files to import"})]}):p.jsxs(p.Fragment,{children:[p.jsxs("svg",{width:"18",height:"18",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"text-neutral-600 flex-shrink-0",children:[p.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2"}),p.jsx("path",{d:"M7 2v20"}),p.jsx("path",{d:"M17 2v20"}),p.jsx("path",{d:"M2 7h20"}),p.jsx("path",{d:"M2 17h20"})]}),p.jsx("span",{className:"text-[13px] text-neutral-500",children:s?"Drop media here or describe your video to start":"Describe your video to start creating"})]})})})]});const jn=(se==null?void 0:se.element)??null,An=(se==null?void 0:se.started)===!0&&jn?w7({element:jn,draggedElementId:jn.key??jn.id,previewStart:se.previewStart,previewTrack:se.previewTrack}):null,ir=(se==null?void 0:se.started)===!0&&An&&he.current?{left:se.pointerClientX-he.current.getBoundingClientRect().left+he.current.scrollLeft-se.pointerOffsetX,top:se.pointerClientY-he.current.getBoundingClientRect().top+he.current.scrollTop-se.pointerOffsetY}:null,sr=(H,Ae)=>p.jsxs(p.Fragment,{children:[i==null?void 0:i(H),p.jsx("div",{className:r?"absolute inset-0 overflow-hidden":"flex flex-col justify-center overflow-hidden flex-1 min-w-0 px-6",children:(r==null?void 0:r(H,Ae))??p.jsxs("div",{className:"flex h-full min-h-0 flex-col justify-between py-3",children:[p.jsx("div",{className:"flex items-start",children:p.jsx("span",{className:"max-w-full truncate rounded-md px-1.5 py-0.5 text-[10px] font-semibold uppercase tracking-[0.08em] leading-none",style:{color:Ae.label,background:`${Ae.accent}26`,boxShadow:`inset 0 0 0 1px ${Ae.accent}33`},children:H.tag})}),p.jsx("div",{className:"flex items-center",children:p.jsxs("span",{className:"max-w-full truncate rounded-md px-1.5 py-0.5 text-[10px] font-medium tabular-nums leading-none",style:{color:A.textSecondary,background:"rgba(255,255,255,0.04)"},children:[Mr(H.start)," ","→"," ",Mr(H.start+H.duration)]})})]})})]});return p.jsxs("div",{ref:mn,"aria-label":"Timeline","aria-disabled":M||void 0,className:`relative border-t select-none h-full overflow-hidden transition-opacity ${M?"cursor-not-allowed opacity-45":ee?"cursor-crosshair":"cursor-default"}`,style:{touchAction:"pan-x pan-y",background:A.shellBackground,borderColor:A.shellBorder},children:[p.jsx("div",{ref:he,className:`${le==="fit"?"overflow-x-hidden":"overflow-x-auto"} overflow-y-auto h-full`,onDragOver:Gs,onDragLeave:()=>Qt(!1),onDrop:Rr,onPointerDown:zi,onPointerMove:Hi,onPointerUp:Os,onLostPointerCapture:Os,children:p.jsxs("div",{className:"relative",style:{height:ft,width:Vn+zt},children:[p.jsx("svg",{className:"absolute pointer-events-none",style:{left:Vn,width:zt},height:ft,children:jt.map(H=>{const Ae=H*Se;return p.jsx("line",{x1:Ae,y1:yl,x2:Ae,y2:ft,stroke:A.tickMinor,strokeWidth:"1"},`g-${H}`)})}),p.jsxs("div",{className:"relative overflow-hidden",style:{height:yl,marginLeft:Vn,width:zt},children:[ee&&!Ie&&p.jsx("div",{className:"absolute inset-0 flex items-center justify-center pointer-events-none z-10",children:p.jsx("span",{className:"text-[9px] font-medium",style:{color:A.textSecondary},children:"Drag or click a clip to edit range"})}),xt.map(H=>p.jsx("div",{className:"absolute bottom-0",style:{left:H*Se},children:p.jsx("div",{className:"w-px h-[3px]",style:{background:A.tickMinor}})},`m-${H}`)),jt.map(H=>p.jsxs("div",{className:"absolute bottom-0 flex flex-col items-center",style:{left:H*Se},children:[p.jsx("span",{className:"text-[9px] font-mono tabular-nums leading-none mb-0.5",style:{color:A.tickText},children:a9(H,te,Gr)}),p.jsx("div",{className:"w-px h-[5px]",style:{background:A.tickMajor}})]},`M-${H}`))]}),Et.map(H=>{var et;const Ae=((et=ne.find(([Pe])=>Pe===H))==null?void 0:et[1])??[],ke=nt.get(H)??Rc(""),be=(se==null?void 0:se.started)===!0&&!Ze.includes(H)&&Ae.length===0;return p.jsxs("div",{className:"relative flex",style:{height:hl,background:A.rowBackground,borderBottom:`1px solid ${A.rowBorder}`},children:[p.jsx("div",{className:"flex-shrink-0 flex items-center justify-center",style:{width:Vn,background:A.gutterBackground,borderRight:`1px solid ${A.gutterBorder}`},children:p.jsx("div",{className:"flex items-center justify-center",style:{width:18,height:18,borderRadius:6,backgroundColor:ke.iconBackground,border:`1px solid ${A.gutterBorder}`,color:"#fff"},children:ke.icon})}),p.jsxs("div",{style:{width:zt},className:"relative",children:[be&&p.jsx("div",{className:"absolute inset-0 flex items-center",style:{paddingLeft:16,color:ke.label,fontSize:11,letterSpacing:"0.08em",textTransform:"uppercase",background:`linear-gradient(90deg, ${ke.accent}14, transparent 28%)`,boxShadow:`inset 0 0 0 1px ${ke.accent}24`},children:"New track"}),Ae.map((Pe,wt)=>{const Jt=Rc(Pe.tag),Lt=Pe.key??Pe.id,ut=Ny(Pe),Dn=Q===Lt,en=$m(Pe),$n=en&&v===fl(Pe),Wi=en?(w==null?void 0:w.get(Lt))??0:0,Ho=(k==null?void 0:k.has(Lt))??!1,ys=_y(Pe)?"waveform":"thumbnail",yt=!!Pe.compositionSrc,vs=`${Lt}-${wt}`,Vt=_===vs,Va=!!r;if((se==null?void 0:se.started)===!0&&((jn==null?void 0:jn.key)??(jn==null?void 0:jn.id))===Lt)return null;const _t=xs(Pe);return p.jsx(w4,{el:_t,pps:Se,clipY:C4,isSelected:Dn,isHovered:Vt,isDragging:!1,hasCustomContent:Va,theme:A,trackStyle:Jt,isComposition:yt,isInspectorActive:$n,isThumbnailActive:Ho,thumbnailLabel:ys,childCount:Wi,onHoverStart:()=>z(vs),onHoverEnd:()=>z(null),onInspectorClick:en&&x?$t=>{$t.stopPropagation(),!ce.current&&(B(Lt),O==null||O(Pe),x(Pe))}:void 0,onThumbnailClick:$&&en?$t=>{$t.stopPropagation(),!ce.current&&$(Pe)}:void 0,onResizeStart:($t,or)=>{or.button!==0||or.shiftKey||!h||$t==="start"&&!ut.canTrimStart||$t==="end"&&!ut.canTrimEnd||(or.stopPropagation(),ze.current=null,Re(!1),Y(null),qe({element:Pe,edge:$t,originClientX:or.clientX,previewStart:Pe.start,previewDuration:Pe.duration,previewPlaybackStart:Pe.playbackStart,started:!1}))},onPointerDown:$t=>{var Kr,kr;if($t.button!==0)return;if($t.shiftKey){D.current={element:Pe,anchorX:$t.clientX,anchorY:$t.clientY};return}const di=$t.currentTarget.getBoundingClientRect(),Cn=C7({width:di.width,offsetX:$t.clientX-di.left,handleWidth:J7,capabilities:ut});if(Cn&&(Cn==="move"&&u||Cn!=="move"&&h)){ze.current={element:Pe,intent:Cn,originClientX:$t.clientX,originClientY:$t.clientY,started:!1};return}!u||!ut.canMove||(ze.current=null,Re(!1),Y(null),xe({element:Pe,originClientX:$t.clientX,originClientY:$t.clientY,originScrollLeft:((Kr=he.current)==null?void 0:Kr.scrollLeft)??0,originScrollTop:((kr=he.current)==null?void 0:kr.scrollTop)??0,pointerClientX:$t.clientX,pointerClientY:$t.clientY,pointerOffsetX:$t.clientX-di.left,pointerOffsetY:$t.clientY-di.top,previewStart:Pe.start,previewTrack:Pe.track,started:!1}))},onClick:$t=>{if($t.stopPropagation(),ce.current)return;const or=Dn?null:Pe;B(or?Lt:null),O==null||O(or)},onDoubleClick:$t=>{$t.stopPropagation(),!ce.current&&yt&&t&&t(Pe)},children:sr(_t,Jt)},vs)})]})]},H)}),An&&ir&&p.jsx("div",{className:"absolute pointer-events-none",style:{top:ir.top,left:ir.left,width:Math.max(An.duration*Se,4),height:hl-C4*2,zIndex:40},children:p.jsx(w4,{el:{...An,start:0},pps:Se,clipY:0,isSelected:Q===(An.key??An.id),isHovered:!1,isDragging:!0,hasCustomContent:!!r,theme:A,trackStyle:Rc(An.tag),isComposition:!!An.compositionSrc,onHoverStart:()=>{},onHoverEnd:()=>{},onResizeStart:()=>{},onClick:()=>{},onDoubleClick:()=>{},children:sr(An,Rc(An.tag))})}),Ie&&p.jsx("div",{className:"absolute pointer-events-none",style:{left:Vn+Math.min(Ie.start,Ie.end)*Se,width:Math.abs(Ie.end-Ie.start)*Se,top:yl,bottom:0,backgroundColor:"rgba(59, 130, 246, 0.12)",borderLeft:"1px solid rgba(59, 130, 246, 0.4)",borderRight:"1px solid rgba(59, 130, 246, 0.4)",zIndex:50}}),p.jsxs("div",{ref:ge,className:"absolute top-0 bottom-0 pointer-events-none",style:{left:`${Vn}px`,zIndex:100},children:[p.jsx("div",{className:"absolute top-0 bottom-0",style:{left:"50%",width:2,marginLeft:-1,background:"var(--hf-accent, #3CE6AC)",boxShadow:"0 0 8px rgba(60,230,172,0.5)"}}),p.jsx("div",{className:"absolute",style:{left:"50%",top:0,transform:"translateX(-50%)"},children:p.jsx("div",{style:{width:0,height:0,borderLeft:"6px solid transparent",borderRight:"6px solid transparent",borderTop:"8px solid var(--hf-accent, #3CE6AC)",filter:"drop-shadow(0 1px 3px rgba(0,0,0,0.6))"}})})]})]})}),vt&&!rt&&!Ie&&p.jsx("div",{className:"absolute bottom-2 right-3 pointer-events-none z-20",children:p.jsxs("div",{className:"flex items-center gap-1.5 px-2 py-1 rounded-md border",style:{background:"rgba(17,23,35,0.84)",borderColor:A.gutterBorder},children:[p.jsx("kbd",{className:"text-[9px] font-mono px-1 py-0.5 rounded",style:{color:A.textSecondary,background:"rgba(255,255,255,0.06)"},children:"Shift"}),p.jsx("span",{className:"text-[9px]",style:{color:A.textSecondary},children:"+ drag/click to edit range"})]})}),rt&&Ie&&p.jsx(Z7,{rangeStart:Ie.start,rangeEnd:Ie.end,anchorX:Ie.anchorX,anchorY:Ie.anchorY,onClose:()=>{Re(!1),Y(null)}})]})}),R4=66,N4=6,m9=d.memo(function({videoSrc:e,label:t,labelColor:r,duration:i=5}){const[s,a]=d.useState(0),[c,u]=d.useState(!1),[h,m]=d.useState([]),[O,x]=d.useState(16/9),v=d.useRef(null),w=d.useRef(null),k=d.useRef(!1),$=d.useCallback(A=>{var R,Q,B;if((R=v.current)==null||R.disconnect(),(Q=w.current)==null||Q.disconnect(),!A)return;const j=((B=A.parentElement)==null?void 0:B.clientWidth)||A.clientWidth;a(j),v.current=new IntersectionObserver(([K])=>{var ie;K.isIntersecting&&(u(!0),(ie=v.current)==null||ie.disconnect())},{rootMargin:"200px"}),v.current.observe(A);const T=A.parentElement||A;w.current=new ResizeObserver(([K])=>{a(K.contentRect.width)}),w.current.observe(T)},[]);un(()=>()=>{var A,j;(A=v.current)==null||A.disconnect(),(j=w.current)==null||j.disconnect()}),d.useEffect(()=>{if(!c||k.current)return;k.current=!0;const A=document.createElement("video");A.crossOrigin="anonymous",A.muted=!0,A.preload="auto";const j=document.createElement("canvas"),T=j.getContext("2d");if(!T){k.current=!1;return}const R=[],Q=Math.min(.4,i*.05);for(let le=0;le<N4;le++){const V=le/(N4-1)*i;R.push(Math.max(V,Q))}let B=0,K=!1;const ie=()=>{if(K||B>=R.length){K||(A.src="",A.load());return}A.currentTime=R[B]};return A.addEventListener("loadedmetadata",()=>{if(A.videoWidth>0&&A.videoHeight>0){x(A.videoWidth/A.videoHeight);const le=R4*2,V=Math.round(le*(A.videoWidth/A.videoHeight));j.width=V,j.height=le}ie()}),A.addEventListener("seeked",()=>{if(K)return;T.drawImage(A,0,0,j.width,j.height);const le=j.toDataURL("image/jpeg",.6);m(V=>[...V,le]),B++,ie()}),A.addEventListener("error",()=>{}),A.src=e,A.load(),()=>{K=!0,k.current=!1,m([]),A.src="",A.load()}},[c,e,i]);const M=Math.round(R4*O),N=s>0?Math.max(1,Math.ceil(s/M)):1;return p.jsxs("div",{ref:$,className:"absolute inset-0 overflow-hidden",children:[c&&h.length>0&&p.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:N}).map((A,j)=>{const T=h[j%h.length];return p.jsx("div",{className:"flex-shrink-0 h-full relative overflow-hidden bg-neutral-900",style:{width:M},children:p.jsx("img",{src:T,alt:"",draggable:!1,className:"absolute inset-0 w-full h-full object-cover"})},j)})}),c&&h.length===0&&p.jsx("div",{className:"absolute inset-0 animate-pulse",style:{background:"linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.02) 100%)"}}),p.jsx("div",{className:"absolute bottom-0 left-0 right-0 z-10 px-1.5 pb-0.5 pt-3",style:{background:"linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%)"},children:p.jsx("span",{className:"text-[9px] font-semibold truncate block leading-tight",style:{color:r,textShadow:"0 1px 2px rgba(0,0,0,0.9)"},children:t})})]})}),g9=66,O9="v3",L4=10;function x9({previewUrl:n,seekTime:e=2,duration:t=5,selector:r,selectorIndex:i,origin:s}){const a=n.replace("/preview/comp/","/thumbnail/").replace(/\/preview$/,"/thumbnail/index.html"),c=e+t/2,u=new URL(a,s);return u.searchParams.set("t",c.toFixed(2)),u.searchParams.set("v",O9),r&&(u.searchParams.set("selector",r),i!=null&&i>0&&u.searchParams.set("selectorIndex",String(i))),u.toString()}const lp=d.memo(function({previewUrl:e,label:t,labelColor:r,accentColor:i="#6B7280",selector:s,selectorIndex:a,seekTime:c=2,duration:u=5}){const[h,m]=d.useState(0),[O,x]=d.useState(!1),[v,w]=d.useState(16/9),k=d.useRef(null),$=d.useCallback(j=>{var Q,B;if((Q=k.current)==null||Q.disconnect(),!j)return;const T=((B=j.parentElement)==null?void 0:B.clientWidth)||j.clientWidth;m(T);const R=j.parentElement||j;k.current=new ResizeObserver(([K])=>{m(K.contentRect.width)}),k.current.observe(R)},[]);un(()=>()=>{var j;(j=k.current)==null||j.disconnect()});const M=x9({previewUrl:e,seekTime:c,duration:u,selector:s,selectorIndex:a,origin:window.location.origin}),N=Math.max(48,Math.round(g9*v)),A=h>0?Math.max(1,Math.ceil(h/N)):1;return p.jsxs("div",{ref:$,className:"absolute inset-0 overflow-hidden",children:[p.jsx("img",{src:M,alt:"",draggable:!1,loading:"eager",onLoad:j=>{const T=j.currentTarget;T.naturalWidth>0&&T.naturalHeight>0&&w(T.naturalWidth/T.naturalHeight),x(!0)},className:"hidden"}),O?p.jsx("div",{className:"absolute inset-0 flex",children:Array.from({length:A}).map((j,T)=>p.jsx("div",{className:"relative h-full flex-shrink-0 overflow-hidden",style:{width:N},children:p.jsx("img",{src:M,alt:"",draggable:!1,className:"absolute inset-0 h-full w-full object-cover opacity-60"})},T))}):p.jsx("div",{className:"absolute inset-0 animate-pulse",style:{background:"linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.02) 100%)"}}),p.jsx("div",{className:"absolute inset-0",style:{background:`linear-gradient(120deg, ${i}2e, transparent 34%), linear-gradient(180deg, rgba(255,255,255,0.02), rgba(0,0,0,0.08))`}}),p.jsx("div",{className:"absolute left-2 top-2",style:{zIndex:L4},children:p.jsx("span",{className:"block max-w-full truncate rounded-md px-1.5 py-0.5 text-[9px] font-semibold uppercase leading-none",style:{color:r,background:`${i}2e`,boxShadow:`inset 0 0 0 1px ${i}40`},children:t})}),p.jsx("div",{className:"absolute bottom-0 left-0 right-0 px-1.5 pb-0.5 pt-3",style:{zIndex:L4,background:"linear-gradient(to top, rgba(0,0,0,0.85) 0%, rgba(0,0,0,0.4) 60%, transparent 100%)"},children:p.jsx("span",{className:"block truncate text-[9px] font-semibold leading-tight",style:{color:r,textShadow:"0 1px 2px rgba(0,0,0,0.9)"},children:t})})]})});let y9=0;const V4={isEditMode:!1,model:null,selectedSegmentIds:new Set,selectedGroupId:null,sourceFilePath:null},Xt=Zy(n=>({...V4,setEditMode:e=>n({isEditMode:e}),setModel:e=>n({model:e}),setSourceFilePath:e=>n({sourceFilePath:e}),selectSegment:(e,t=!1)=>n(r=>{if(t){const i=new Set(r.selectedSegmentIds);return i.has(e)?i.delete(e):i.add(e),{selectedSegmentIds:i,selectedGroupId:null}}return{selectedSegmentIds:new Set([e]),selectedGroupId:null}}),selectGroup:e=>n(t=>{var i;const r=(i=t.model)==null?void 0:i.groups.get(e);return r?{selectedSegmentIds:new Set(r.segmentIds),selectedGroupId:e}:{}}),selectAll:()=>n(e=>e.model?{selectedSegmentIds:new Set(e.model.segments.keys()),selectedGroupId:null}:{}),clearSelection:()=>n({selectedSegmentIds:new Set,selectedGroupId:null}),updateSegmentStyle:(e,t)=>n(r=>{if(!r.model)return{};const i=r.model.segments.get(e);if(!i)return{};const s=new Map(r.model.segments);return s.set(e,{...i,style:{...i.style,...t}}),{model:{...r.model,segments:s}}}),updateSegmentText:(e,t)=>n(r=>{if(!r.model)return{};const i=r.model.segments.get(e);if(!i)return{};const s=new Map(r.model.segments);return s.set(e,{...i,text:t}),{model:{...r.model,segments:s}}}),updateSegmentTiming:(e,t,r)=>n(i=>{if(!i.model)return{};const s=i.model.segments.get(e);if(!s)return{};const a=new Map(i.model.segments);return a.set(e,{...s,start:t,end:r}),{model:{...i.model,segments:a}}}),updateGroupStyle:(e,t)=>n(r=>{if(!r.model)return{};const i=r.model.groups.get(e);if(!i)return{};const s=new Map(r.model.groups);return s.set(e,{...i,style:{...i.style,...t}}),{model:{...r.model,groups:s}}}),updateGroupContainer:(e,t)=>n(r=>{if(!r.model)return{};const i=r.model.groups.get(e);if(!i)return{};const s=new Map(r.model.groups);return s.set(e,{...i,containerStyle:{...i.containerStyle,...t}}),{model:{...r.model,groups:s}}}),updateGroupAnimation:(e,t,r)=>n(i=>{if(!i.model)return{};const s=i.model.groups.get(e);if(!s)return{};const a=new Map(i.model.groups),c=s.animation[t],u=c!==null?{...c,...r}:r;return a.set(e,{...s,animation:{...s.animation,[t]:u}}),{model:{...i.model,groups:a}}}),splitGroup:(e,t)=>n(r=>{if(!r.model)return{};const i=r.model.groups.get(e);if(!i)return{};const s=i.segmentIds.indexOf(t);if(s<=0)return{};const a=i.segmentIds.slice(0,s),c=i.segmentIds.slice(s),u=`group-split-${y9++}`,h=new Map(r.model.groups);h.set(e,{...i,segmentIds:a}),h.set(u,{...i,id:u,segmentIds:c});const m=r.model.groupOrder.indexOf(e),O=[...r.model.groupOrder];O.splice(m+1,0,u);const x=new Map(r.model.segments);return c.forEach((v,w)=>{const k=x.get(v);k&&x.set(v,{...k,groupIndex:w})}),{model:{...r.model,groups:h,segments:x,groupOrder:O}}}),mergeGroups:(e,t)=>n(r=>{if(!r.model)return{};const i=r.model.groups.get(e),s=r.model.groups.get(t);if(!i||!s)return{};const a=[...i.segmentIds,...s.segmentIds],c=new Map(r.model.groups);c.set(e,{...i,segmentIds:a}),c.delete(t);const u=r.model.groupOrder.filter(O=>O!==t),h=new Map(r.model.segments);s.segmentIds.forEach((O,x)=>{const v=h.get(O);v&&h.set(O,{...v,groupIndex:i.segmentIds.length+x})});const m=r.selectedGroupId===t?null:r.selectedGroupId;return{model:{...r.model,groups:c,segments:h,groupOrder:u},selectedGroupId:m}}),updateSelectedStyle:e=>n(t=>{if(!t.model||t.selectedSegmentIds.size===0)return{};const r=new Map(t.model.segments);for(const i of t.selectedSegmentIds){const s=r.get(i);s&&r.set(i,{...s,style:{...s.style,...e}})}return{model:{...t.model,segments:r}}}),applyAnimationToAll:e=>n(t=>{if(!t.model)return{};const r=new Map(t.model.groups);for(const[i,s]of r)r.set(i,{...s,animation:e});return{model:{...t.model,groups:r}}}),reset:()=>n({...V4,selectedSegmentIds:new Set})}));function Dy(n){return Number.isFinite(n)&&n>0}function _4(n,e){const t=Math.max(0,Number.isFinite(e)?e:0),r=Math.max(0,Number.isFinite(n)?n:0);return t>0?Math.min(r,t):r}function I4(n){if(!n)return 0;const e=Number.parseFloat(n.getAttribute("data-duration")??"")||Number.parseFloat(n.getAttribute("data-hf-authored-duration")??"");return Dy(e)?e:0}function v9(n){if(!n)return 0;const e=I4(n.querySelector("[data-composition-id]"));if(e>0)return e;let t=0;for(const r of Array.from(n.querySelectorAll("[data-start]"))){const i=Number.parseFloat(r.getAttribute("data-start")??""),s=I4(r);!Number.isFinite(i)||i<0||s<=0||(t=Math.max(t,i+s))}return t}function cp(n){if(!n)return 0;try{const e=Number(n.getDuration());return Dy(e)?e:0}catch{return 0}}function b9(n){return{now:()=>n.performance.now(),requestAnimationFrame:e=>n.requestAnimationFrame(e),cancelAnimationFrame:e=>n.cancelAnimationFrame(e)}}function w9(n,e,t,r=()=>1){var v;const i=Math.max(0,Number.isFinite(e)?e:0);let s=_4(Number(((v=n.getTime)==null?void 0:v.call(n))??0),i),a=!1,c=0,u=s,h=t.now();const m=w=>{var k;if(s=_4(w,i),typeof n.renderSeek=="function"){n.renderSeek(s);return}(k=n.seek)==null||k.call(n,s)},O=()=>{c&&(t.cancelAnimationFrame(c),c=0)},x=w=>{if(!a)return;const k=Math.max(.1,Number(r())||1),$=(w-h)/1e3*k;if(m(u+$),s>=i){a=!1,c=0;return}c=t.requestAnimationFrame(x)};return{play:()=>{a||i<=0||(s>=i&&m(0),a=!0,u=s,h=t.now(),O(),c=t.requestAnimationFrame(x))},pause:()=>{a=!1,O()},seek:w=>{m(w),a&&(u=s,h=t.now())},getTime:()=>s,getDuration:()=>i,isPlaying:()=>a}}function D4(n){return{play:()=>n.play(),pause:()=>n.pause(),seek:e=>{n.pause(),n.seek(e)},getTime:()=>n.time(),getDuration:()=>n.duration(),isPlaying:()=>n.isActive()}}function Xy(n){const e=n.ownerDocument.defaultView??window,t=e.HTMLMediaElement??globalThis.HTMLMediaElement,r=e.HTMLImageElement??globalThis.HTMLImageElement;if(n instanceof t||n instanceof r)return n;const i=n.querySelector("video, audio, img");return i instanceof t||i instanceof r?i:null}function Fy(n,e){const t=e.getAttribute("data-playback-start")?"playback-start":e.getAttribute("data-media-start")?"media-start":void 0,r=e.getAttribute("data-playback-start")??e.getAttribute("data-media-start");if(r!=null){const O=parseFloat(r);Number.isFinite(O)&&(n.playbackStart=O)}t&&(n.playbackStartAttr=t);const i=Xy(e);if(!i)return;n.tag=i.tagName.toLowerCase();const s=i.getAttribute("src");s&&(n.src=s);const c=(i.ownerDocument.defaultView??window).HTMLMediaElement??globalThis.HTMLMediaElement;if(typeof c>"u"||!(i instanceof c))return;const u=e.getAttribute("data-source-duration")??i.getAttribute("data-source-duration"),h=u?parseFloat(u):i.duration;Number.isFinite(h)&&h>0&&(n.sourceDuration=h);const m=i.defaultPlaybackRate;Number.isFinite(m)&&m>0&&(n.playbackRate=m)}const X4=[1,2,4],S9=new Set(["ArrowLeft","ArrowRight"]),k9=["input","textarea","select","button","a[href]","[contenteditable='true']","[role='button']","[role='checkbox']","[role='combobox']","[role='menuitem']","[role='radio']","[role='slider']","[role='spinbutton']","[role='switch']","[role='textbox']"].join(",");function P9(n){if(!n||typeof n!="object")return!1;const e=n;return typeof e.closest!="function"?!1:e.closest.call(n,k9)!==null}function A9(n,e={isCaptionEditMode:!1,selectedCaptionSegmentCount:0}){return n.metaKey||n.ctrlKey||n.altKey||P9(n.target)?!0:S9.has(n.code)&&e.isCaptionEditMode&&e.selectedCaptionSegmentCount>0}function Tu(n){var i,s,a;const e=(i=n.label)==null?void 0:i.trim();if(e)return e;const t=(s=n.id)==null?void 0:s.trim();if(t)return t;const r=(a=n.tag)==null?void 0:a.trim().toLowerCase();return r?`${r} clip`:"Timeline clip"}const $9=new Set(["base","link","meta","noscript","script","style","template"]);function F4(n){return n.trim().replace(/[_-]+/g," ").replace(/\s+/g," ").replace(/\b\w/g,e=>e.toUpperCase())}function C9(n){const e=n.getAttribute("data-timeline-label")??n.getAttribute("data-label")??n.getAttribute("aria-label");if(e!=null&&e.trim())return e.trim();if(n.id.trim())return F4(n.id);const t=n.className.split(/\s+/).filter(Boolean),r=t.find(i=>i!=="clip")??t[0];return r?F4(r):Tu({tag:n.tagName})}function E9(n,e){if(!Em(e)||e.parentElement!==n)return!1;const t=e.tagName.toLowerCase();return $9.has(t)||e.hasAttribute("data-start")||e.hasAttribute("data-track-index")?!1:!!va(e)}function zy(n,e,t=[]){if(!Number.isFinite(e)||e<=0)return[];const r=n.querySelector("[data-composition-id]");if(!r)return[];const i=new Set(t.map(Mm)),s=t.reduce((c,u)=>Math.max(c,Number.isFinite(u.track)?u.track:0),-1),a=[];for(const c of Array.from(r.children)){if(!E9(r,c))continue;const u=va(c);if(!u)continue;const h=fu(n,c,u),m=du(c),O=C9(c),x=hu({preferredId:c.id||null,label:O,fallbackIndex:t.length+a.length,domId:c.id||void 0,selector:u,selectorIndex:h,sourceFile:m});i.has(x.key)||i.has(x.id)||a.push({domId:c.id||void 0,duration:e,id:x.id,key:x.key,label:O,selector:u,selectorIndex:h,sourceFile:m,start:0,tag:c.tagName.toLowerCase(),timingSource:"implicit",track:s+1+a.length})}return a}function z4(n,e){const t=n.querySelector("[data-composition-id]"),r=n.querySelectorAll("[data-start]"),i=[];let s=0;return r.forEach(a=>{if(a===t)return;const c=a,u=c.getAttribute("data-start");if(u==null)return;const h=parseFloat(u);if(isNaN(h)||Number.isFinite(e)&&e>0&&h>=e)return;const m=c.tagName.toLowerCase();let O=0;const x=c.getAttribute("data-duration");if(x!=null&&(O=parseFloat(x)),(isNaN(O)||O<=0)&&(O=Math.max(0,e-h)),Number.isFinite(e)&&e>0&&(O=Math.min(O,Math.max(0,e-h))),!Number.isFinite(O)||O<=0)return;const v=c.getAttribute("data-track-index"),w=v!=null?parseInt(v,10):s++,k=c.getAttribute("data-composition-id"),$=va(c),M=du(c),N=fu(n,c,$),A=Tu({id:c.id||k||null,label:c.getAttribute("data-timeline-label")??c.getAttribute("data-label"),tag:m}),j=hu({preferredId:c.id||k||null,label:A,fallbackIndex:i.length,domId:c.id||void 0,selector:$,selectorIndex:N,sourceFile:M}),T={id:j.id,label:A,key:j.key,tag:m,start:h,duration:O,track:isNaN(w)?0:w,domId:c.id||void 0,selector:$,selectorIndex:N,sourceFile:M,timingSource:"authored"},R=Xy(c);if(R){R.tagName==="IMG"&&(T.tag="img");const B=R.getAttribute("src");B&&(T.src=B);const K=c.getAttribute("data-volume")??R.getAttribute("data-volume");K&&(T.volume=parseFloat(K)),Fy(T,c)}const Q=c.getAttribute("data-composition-src")||c.getAttribute("data-composition-file");if(Q)T.compositionSrc=Q;else if(k&&k!==(t==null?void 0:t.getAttribute("data-composition-id"))){const B=c.querySelector("video[src]");B&&(T.src=B.getAttribute("src")||void 0,T.tag="video")}i.push(T)}),[...i,...zy(n,e,i)]}function Em(n){var t;const e=((t=n.ownerDocument.defaultView)==null?void 0:t.HTMLElement)??globalThis.HTMLElement;return typeof e<"u"&&n instanceof e}function va(n){if(Em(n)&&n.id)return`#${n.id}`;const e=n.getAttribute("data-composition-id");if(e)return`[data-composition-id="${e}"]`;if(Em(n)){const t=n.className.split(/\s+/).filter(Boolean),r=t.find(i=>i!=="clip")??t[0];if(r)return`.${r}`}}function du(n){var t;const e=(t=n.parentElement)==null?void 0:t.closest("[data-composition-id]");return(e==null?void 0:e.getAttribute("data-composition-file"))??(e==null?void 0:e.getAttribute("data-composition-src"))??void 0}function fu(n,e,t){if(!(!t||t.startsWith("#")||t.startsWith("[data-composition-id=")))try{const i=Array.from(n.querySelectorAll(t)).indexOf(e);return i>=0?i:void 0}catch{return}}function Tm(n){const e=n.sourceFile??"index.html";return n.domId?`${e}#${n.domId}`:n.selector?`${e}:${n.selector}:${n.selectorIndex??0}`:`${e}:${n.id}:${n.fallbackIndex}`}function hu(n){var r;const e=((r=n.preferredId)==null?void 0:r.trim())||Tm({id:n.label,fallbackIndex:n.fallbackIndex,domId:n.domId,selector:n.selector,selectorIndex:n.selectorIndex,sourceFile:n.sourceFile}),t=Tm({id:e,fallbackIndex:n.fallbackIndex,domId:n.domId,selector:n.selector,selectorIndex:n.selectorIndex,sourceFile:n.sourceFile});return{id:e,key:t}}function Mm(n){return n.key??n.id}function T9(n){const e=n.querySelector("[data-composition-id]");return Array.from(n.querySelectorAll("[data-start]")).filter(t=>t!==e)}function H4(n,e){return Math.abs(n-e)<.001}function M9(n,e){var a;const t=(a=e.tagName)==null?void 0:a.toLowerCase();if(t&&n.tagName.toLowerCase()!==t)return!1;const r=Number.parseFloat(n.getAttribute("data-start")??"");if(Number.isFinite(r)&&!H4(r,e.start))return!1;const i=Number.parseFloat(n.getAttribute("data-duration")??"");if(Number.isFinite(i)&&!H4(i,e.duration))return!1;const s=Number.parseInt(n.getAttribute("data-track-index")??"",10);return!(Number.isFinite(s)&&s!==e.track)}function Q9(n,e,t,r=new Set){const i=e.id?Z9(n,e.id):null;if(i&&!r.has(i))return i;const s=T9(n).filter(c=>!r.has(c)),a=s.find(c=>M9(c,e));return a||(s[t]??null)}function j9(n){const{clip:e,fallbackIndex:t,doc:r}=n;let i=n.hostEl??null;const s=Tu({id:e.id,label:e.label,tag:e.tagName||e.kind});let a,c,u,h;i&&(a=i.id||void 0,c=va(i),u=r&&c?fu(r,i,c):void 0,h=du(i));const m=hu({preferredId:e.id,label:s,fallbackIndex:t,domId:a,selector:c,selectorIndex:u,sourceFile:h}),O={id:m.id,label:s,key:m.key,tag:e.tagName||e.kind,start:e.start,duration:e.duration,track:e.track,domId:a,selector:c,selectorIndex:u,sourceFile:h};if(i&&Fy(O,i),e.assetUrl&&(O.src=e.assetUrl),e.kind==="composition"&&e.compositionId){let x=e.compositionSrc;if(x||(i=(r==null?void 0:r.querySelector(`[data-composition-id="${e.compositionId}"]`))??i,x=(i==null?void 0:i.getAttribute("data-composition-src"))??(i==null?void 0:i.getAttribute("data-composition-file"))??null),x)O.compositionSrc=x;else if(i){const v=i.querySelector("video[src]");v&&(O.src=v.getAttribute("src")||void 0,O.tag="video")}if(i){O.domId=i.id||void 0,O.selector=va(i),O.selectorIndex=r&&O.selector?fu(r,i,O.selector):void 0,O.sourceFile=du(i);const v=hu({preferredId:e.id,label:s,fallbackIndex:t,domId:O.domId,selector:O.selector,selectorIndex:O.selectorIndex,sourceFile:O.sourceFile});O.id=v.id,O.key=v.key}}return O}function Z9(n,e){return n.getElementById(e)??n.querySelector(`[data-composition-id="${e}"]`)??n.querySelector(`.${e}`)??null}function R9(n){const e=n.match(/\/preview\/comp\/(.+?)(?:\?|$)/);return e?decodeURIComponent(e[1]):void 0}function N9(n){if(!Number.isFinite(n.rootDuration)||n.rootDuration<=0)return null;const e=R9(n.iframeSrc);return{id:n.compositionId,label:Tu({id:n.compositionId,tag:n.tagName}),key:Tm({id:n.compositionId,fallbackIndex:0,selector:n.selector,selectorIndex:n.selectorIndex,sourceFile:e}),tag:n.tagName.toLowerCase()||"div",start:0,duration:n.rootDuration,track:0,compositionSrc:e,selector:n.selector,selectorIndex:n.selectorIndex,sourceFile:e}}function L9(n,e){n.documentElement&&(n.documentElement.style.overflow="hidden",n.documentElement.style.margin="0"),n.body&&(n.body.style.overflow="hidden",n.body.style.margin="0"),e.scrollTo({top:0,left:0,behavior:"auto"})}function V9(n){const e=/data-composition-id=["']([^"']+)["']/gi,t=new Set,r=Array.from(n.querySelectorAll("style, script"));for(const a of r){const c=a.textContent||"";if(!c)continue;let u;for(;(u=e.exec(c))!==null;){const h=(u[1]||"").trim();h&&t.add(h)}}if(t.size===0)return;const i=new Set,s=Array.from(n.querySelectorAll("[data-composition-id]"));for(const a of s){const c=a.getAttribute("data-composition-id");c&&i.add(c)}for(const a of t){if(a==="root"||i.has(a))continue;const c=n.getElementById(`${a}-layer`)||n.getElementById(`${a}-comp`)||n.getElementById(a);c&&(c.getAttribute("data-composition-id")||c.setAttribute("data-composition-id",a))}}function up(n){var e;if(n)try{(e=n.contentWindow)==null||e.postMessage({source:"hf-parent",type:"control",action:"set-muted",muted:!1},"*")}catch(t){console.warn("[useTimelinePlayer] Failed to unmute preview media",t)}}function _9(n,e,t,r){const i=Number.isFinite(t)?t:0,s=Number.isFinite(r)?r:0;if(n.length===0||e.length>=n.length||s>i)return e;const a=new Set(e.map(Mm)),c=n.filter(u=>!a.has(Mm(u)));return c.length===0?e:[...e,...c]}function I9(){const n=d.useRef(null),e=d.useRef(0),t=d.useRef(void 0),r=d.useRef(null),i=d.useRef(!1),s=d.useRef(0),a=d.useRef(null),c=d.useRef(0),u=d.useRef(new Set),h=d.useRef(null),m=d.useRef(()=>{}),O=d.useRef(()=>{}),x=d.useRef(null),{setIsPlaying:v,setCurrentTime:w,setDuration:k,setTimelineReady:$,setElements:M}=Le.getState(),N=d.useCallback((Y,se)=>{const xe=Le.getState(),Ce=_9(xe.elements,Y,xe.duration,se??xe.duration);M(Ce),Number.isFinite(se)&&(se??0)>0&&k(se??0),$(!0)},[M,$,k]),A=d.useCallback(()=>{var Y,se;try{const xe=n.current,Ce=xe==null?void 0:xe.contentWindow;if(!xe||!Ce)return null;const _e=Ce.__player&&typeof Ce.__player.play=="function"?Ce.__player:null;if(cp(_e)>0)return _e;if(Ce.__timeline){const Ne=D4(Ce.__timeline);if(cp(Ne)>0)return Ne}if(Ce.__timelines){const Ne=Object.keys(Ce.__timelines);if(Ne.length>0){const ze=(se=(Y=xe==null?void 0:xe.contentDocument)==null?void 0:Y.querySelector("[data-composition-id]"))==null?void 0:se.getAttribute("data-composition-id"),Je=ze&&ze in Ce.__timelines?ze:Ne[Ne.length-1],St=D4(Ce.__timelines[Je]);if(cp(St)>0)return St}}const qe=Math.max(Le.getState().duration,v9(xe.contentDocument));if(_e&&qe>0&&(typeof _e.renderSeek=="function"||typeof _e.seek=="function")){const Ne=x.current;if((Ne==null?void 0:Ne.player)===_e&&Ne.duration===qe)return Ne.adapter;Ne==null||Ne.adapter.pause();const ze=w9(_e,qe,b9(Ce),()=>Le.getState().playbackRate);return x.current={player:_e,duration:qe,adapter:ze},ze}return _e}catch(xe){return console.warn("[useTimelinePlayer] Could not get playback adapter (cross-origin)",xe),null}},[]),j=d.useCallback(()=>{cancelAnimationFrame(s.current)},[]),T=d.useCallback(()=>{const Y=()=>{const se=A();if(se){const xe=se.getTime(),Ce=se.getDuration();if(Zi.notify(xe),xe>=Ce&&!se.isPlaying()){if(Le.getState().loopEnabled&&Ce>0){se.seek(0),Zi.notify(0),se.play(),v(!0),e.current=requestAnimationFrame(Y);return}w(xe),v(!1),cancelAnimationFrame(e.current);return}}e.current=requestAnimationFrame(Y)};e.current=requestAnimationFrame(Y)},[A,w,v]),R=d.useCallback(()=>{cancelAnimationFrame(e.current)},[]),Q=d.useCallback(Y=>{var xe;const se=n.current;if(se){(xe=se.contentWindow)==null||xe.postMessage({source:"hf-parent",type:"control",action:"set-playback-rate",playbackRate:Y},"*");try{const Ce=se.contentWindow;if(Ce!=null&&Ce.__timelines)for(const _e of Object.values(Ce.__timelines))_e&&typeof _e.timeScale=="function"&&_e.timeScale(Y)}catch(Ce){console.warn("[useTimelinePlayer] Could not set playback rate (cross-origin)",Ce)}}},[]),B=d.useCallback(()=>{R(),j();const Y=A();Y&&(Y.getTime()>=Y.getDuration()&&Y.seek(0),up(n.current),Q(Le.getState().playbackRate),Y.play(),a.current="forward",v(!0),T())},[A,v,T,Q,R,j]),K=d.useCallback(Y=>{R(),j();const se=A();if(!se)return;const xe=Math.max(0,se.getDuration()),Ce=se.getTime()<=0&&xe>0?xe:se.getTime();se.pause(),Ce!==se.getTime()&&se.seek(Ce),up(n.current);const _e=Math.max(.1,Math.min(4,Y));let qe=Ce,Ne=performance.now();const ze=Je=>{const St=(Je-Ne)/1e3*_e;let ue=qe-St;if(ue<=0)if(Le.getState().loopEnabled&&xe>0)qe=xe,Ne=Je,ue=xe;else{se.seek(0),Zi.notify(0),w(0),v(!1),a.current=null,s.current=0;return}se.seek(Math.max(0,ue)),Zi.notify(Math.max(0,ue)),v(!0),s.current=requestAnimationFrame(ze)};v(!0),a.current="backward",s.current=requestAnimationFrame(ze)},[A,w,v,R,j]),ie=d.useCallback(()=>{j();const Y=A();Y&&(Y.pause(),w(Y.getTime()),v(!1),a.current=null,c.current=0,R())},[A,w,v,R,j]),le=d.useCallback(()=>{Le.getState().isPlaying?ie():B()},[B,ie]),V=d.useCallback(Y=>{j();const se=A();if(!se)return;const xe=Math.max(0,se.getDuration()),Ce=Math.max(0,xe>0?Math.min(xe,Y):Y);se.seek(Ce),Zi.notify(Ce),w(Ce),R(),Le.getState().isPlaying&&v(!1),a.current=null,c.current=0},[A,w,v,R,j]),ae=d.useCallback(Y=>{const se=A(),xe=(se==null?void 0:se.getTime())??Le.getState().currentTime;V(Pm(xe,Y,Eu))},[A,V]),Oe=d.useCallback(Y=>{a.current===Y?c.current=Math.min(c.current+1,X4.length-1):c.current=0;const se=X4[c.current];Le.getState().setPlaybackRate(se),Y==="forward"?B():K(se)},[B,K]),ge=d.useCallback(Y=>{if(Y.defaultPrevented)return;const se=Xt.getState();if(!A9(Y,{isCaptionEditMode:se.isEditMode,selectedCaptionSegmentCount:se.selectedSegmentIds.size})){if(u.current.add(Y.code),Y.code==="Space"){Y.preventDefault(),le();return}if(Y.code==="ArrowLeft"){Y.preventDefault(),ae(Y.shiftKey?-10:-1);return}if(Y.code==="ArrowRight"){Y.preventDefault(),ae(Y.shiftKey?10:1);return}if(!Y.repeat){if(Y.code==="KeyK"){Y.preventDefault(),ie();return}if(Y.code==="KeyJ"){if(Y.preventDefault(),u.current.has("KeyK")){ae(-1);return}Oe("backward");return}if(Y.code==="KeyL"){if(Y.preventDefault(),u.current.has("KeyK")){ae(1);return}Oe("forward")}}}},[ie,Oe,ae,le]),Me=d.useCallback(Y=>{u.current.delete(Y.code)},[]);m.current=ge,O.current=Me;const he=d.useCallback(()=>{var _e,qe,Ne;(_e=h.current)==null||_e.call(h),h.current=null;const Y=(qe=n.current)==null?void 0:qe.contentWindow,se=(Ne=n.current)==null?void 0:Ne.contentDocument;if(!Y&&!se)return;const xe=ze=>m.current(ze),Ce=ze=>O.current(ze);Y==null||Y.addEventListener("keydown",xe,!0),Y==null||Y.addEventListener("keyup",Ce,!0),se==null||se.addEventListener("keydown",xe,!0),se==null||se.addEventListener("keyup",Ce,!0),h.current=()=>{Y==null||Y.removeEventListener("keydown",xe,!0),Y==null||Y.removeEventListener("keyup",Ce,!0),se==null||se.removeEventListener("keydown",xe,!0),se==null||se.removeEventListener("keyup",Ce,!0)}},[]),_=d.useCallback(Y=>{var Te;if(!Y.clips||Y.clips.length===0)return;const se=new Set(Y.clips.map(ce=>ce.compositionId).filter(Boolean)),xe=Y.clips.filter(ce=>!ce.parentCompositionId||!se.has(ce.parentCompositionId));let Ce=null;try{Ce=((Te=n.current)==null?void 0:Te.contentDocument)??null}catch{Ce=null}const _e=new Set,qe=xe.map((ce,rt)=>{const Re=Ce?Q9(Ce,ce,rt,_e):null;return Re&&_e.add(Re),j9({clip:ce,fallbackIndex:rt,doc:Ce,hostEl:Re})}),Ne=Y.durationInFrames/30,ze=Number.isFinite(Ne)&&Ne<7200?Ne:0,Je=ze>0?ze:Le.getState().duration,St=Je>0?qe.filter(ce=>ce.start<Je).map(ce=>({...ce,duration:Math.min(ce.duration,Je-ce.start)})).filter(ce=>ce.duration>0):qe,ue=Ce&&Je>0?[...St,...zy(Ce,Je,St)]:St;ue.length>0&&N(ue,ze>0?ze:void 0)},[N]),z=d.useCallback(()=>{try{const Y=n.current,se=Y==null?void 0:Y.contentDocument,xe=Y==null?void 0:Y.contentWindow;if(!se||!xe)return;const Ce=Le.getState().elements,_e=new Set(Ce.map(Te=>Te.id)),qe=se.querySelector("[data-composition-id]"),Ne=qe==null?void 0:qe.getAttribute("data-composition-id"),ze=se.querySelectorAll("[data-composition-id][data-start]"),Je=[];ze.forEach(Te=>{var Ze,He,Et,ft,Ot,We,Tt,Se,zt;const ce=Te,rt=ce.getAttribute("data-composition-id");if(!rt||rt===Ne||_e.has(ce.id)||_e.has(rt))return;const Re=ce.getAttribute("data-start")??"0";let vt=parseFloat(Re);if(isNaN(vt)){const Mt=se.getElementById(Re)||se.querySelector(`[data-composition-id="${Re}"]`);if(Mt){const Bt=Mt.getAttribute("data-start")??"0";let Nt=parseFloat(Bt);if(isNaN(Nt)){const Kt=se.getElementById(Bt)||se.querySelector(`[data-composition-id="${Bt}"]`),In=parseFloat((Kt==null?void 0:Kt.getAttribute("data-start"))??"0")||0,Ht=Kt==null?void 0:Kt.getAttribute("data-composition-id"),ln=parseFloat((Kt==null?void 0:Kt.getAttribute("data-duration"))??"")||(Ht?((Et=(He=(Ze=xe.__timelines)==null?void 0:Ze[Ht])==null?void 0:He.duration)==null?void 0:Et.call(He))??0:0);Nt=In+ln}const Yt=Mt.getAttribute("data-composition-id"),gn=parseFloat(Mt.getAttribute("data-duration")??"")||(Yt?((We=(Ot=(ft=xe.__timelines)==null?void 0:ft[Yt])==null?void 0:Ot.duration)==null?void 0:We.call(Ot))??0:0);vt=Nt+gn}else vt=0}let ot=parseFloat(ce.getAttribute("data-duration")??"");if((isNaN(ot)||ot<=0)&&(ot=((zt=(Se=(Tt=xe.__timelines)==null?void 0:Tt[rt])==null?void 0:Se.duration)==null?void 0:zt.call(Se))??0),!Number.isFinite(ot)||ot<=0)return;Number.isFinite(vt)||(vt=0);const gt=Le.getState().duration;if(Number.isFinite(gt)&&gt>0&&(vt>=gt||(ot=Math.min(ot,Math.max(0,gt-vt)),ot<=0)))return;const dt=ce.getAttribute("data-track-index"),At=dt!=null?parseInt(dt,10):0,Gt=ce.getAttribute("data-composition-src")||ce.getAttribute("data-composition-file"),nn=va(ce),Ut=du(ce),mn=fu(se,ce,nn),te=Tu({id:ce.id||rt||null,label:ce.getAttribute("data-timeline-label")??ce.getAttribute("data-label"),tag:ce.tagName}),ne=hu({preferredId:ce.id||rt||null,label:te,fallbackIndex:Je.length,domId:ce.id||void 0,selector:nn,selectorIndex:mn,sourceFile:Ut}),nt={id:ne.id,label:te,key:ne.key,tag:ce.tagName.toLowerCase(),start:vt,duration:ot,track:isNaN(At)?0:At,domId:ce.id||void 0,selector:nn,selectorIndex:mn,sourceFile:Ut};if(Gt)nt.compositionSrc=Gt;else{const Mt=ce.querySelector("video[src]");Mt&&(nt.src=Mt.getAttribute("src")||void 0,nt.tag="video")}Je.push(nt)});let St=!1;const ue=Ce.map(Te=>{if(Te.compositionSrc)return Te;const ce=se.getElementById(Te.id)??se.querySelector(`[data-composition-id="${Te.id}"]`);if(!ce)return Te;const rt=ce.getAttribute("data-composition-src")||ce.getAttribute("data-composition-file");return rt?(St=!0,{...Te,compositionSrc:rt}):Te});if(Je.length>0||St){const Te=new Set(ue.map(rt=>rt.id)),ce=Je.filter(rt=>!Te.has(rt.id));N([...ue,...ce])}}catch(Y){console.warn("[useTimelinePlayer] enrichMissingCompositions failed",Y)}},[N]),G=d.useCallback(()=>{up(n.current);let Y=0;const se=25;t.current&&clearInterval(t.current),t.current=setInterval(()=>{Y++;const xe=A();if(xe&&xe.getDuration()>0){clearInterval(t.current),xe.pause();const Ce=r.current;r.current=null;const _e=Ce!=null?Math.min(Ce,xe.getDuration()):0;xe.seek(_e);const qe=xe.getDuration();Number.isFinite(qe)&&qe>0&&qe<7200&&k(qe),w(_e),i.current||$(!0),i.current=!1,v(!1);try{const Ne=n.current,ze=Ne==null?void 0:Ne.contentDocument,Je=Ne==null?void 0:Ne.contentWindow;ze&&Je&&(L9(ze,Je),V9(ze),he());const St=Je==null?void 0:Je.__clipManifest;if(St&&St.clips.length>0&&_(St),z(),Le.getState().elements.length===0&&ze){const ue=z4(ze,xe.getDuration());ue.length>0&&N(ue)}if(Le.getState().elements.length===0&&ze){const ue=ze.querySelector("[data-composition-id]"),Te=xe.getDuration();if(ue&&Te>0){const ce=N9({compositionId:ue.getAttribute("data-composition-id")||"composition",tagName:ue.tagName||"div",rootDuration:Te,iframeSrc:(Ne==null?void 0:Ne.src)||"",selector:va(ue)});ce&&N([ce])}}}catch(Ne){console.warn("[useTimelinePlayer] Could not read timeline elements from iframe",Ne)}return}Y>=se&&(clearInterval(t.current),console.warn("Could not find __player, __timeline, or __timelines on iframe after 5s"))},200)},[A,k,w,$,v,_,z,N,he]),C=d.useCallback(()=>{const Y=A();r.current=Y?Y.getTime():Le.getState().currentTime??0,i.current=!0,R(),j(),v(!1)},[A,R,v,j]),D=d.useRef(le);D.current=le;const ee=d.useCallback(()=>{const Y=n.current;if(!Y)return;C();const se=Y.src,xe=new URL(se,window.location.origin);xe.searchParams.set("_t",String(Date.now())),Y.src=xe.toString()},[C]),Ee=d.useRef(A);Ee.current=A;const Qe=d.useRef(_);Qe.current=_;const tt=d.useRef(z);tt.current=z,un(()=>{const Y=_e=>m.current(_e),se=_e=>O.current(_e),xe=_e=>{const qe=_e.data,Ne=n.current;if(!(_e.source&&Ne&&_e.source!==Ne.contentWindow)){if((qe==null?void 0:qe.source)==="hf-preview"&&(qe==null?void 0:qe.type)==="state")try{if(Le.getState().elements.length===0){const ze=Ne==null?void 0:Ne.contentWindow,Je=ze==null?void 0:ze.__clipManifest;Je&&Je.clips.length>0&&Qe.current(Je)}tt.current()}catch(ze){console.warn("[useTimelinePlayer] Could not read clip manifest from iframe",ze)}if((qe==null?void 0:qe.source)==="hf-preview"&&(qe==null?void 0:qe.type)==="timeline"&&Array.isArray(qe.clips)){if(Qe.current(qe),tt.current(),qe.durationInFrames>0&&Number.isFinite(qe.durationInFrames)){const Je=qe.durationInFrames/30;Je>0&&Je<7200&&Le.getState().setDuration(Je)}if(Le.getState().elements.length===0)try{const ze=Ne==null?void 0:Ne.contentDocument,Je=A();if(ze&&Je){const St=z4(ze,Je.getDuration());St.length>0&&N(St)}}catch(ze){console.warn("[useTimelinePlayer] Could not read timeline elements on navigate (cross-origin)",ze)}}}},Ce=()=>{var _e;if(document.hidden&&Le.getState().isPlaying){const qe=(_e=Ee.current)==null?void 0:_e.call(Ee);qe&&(qe.pause(),v(!1),R())}};return window.addEventListener("keydown",Y,!0),window.addEventListener("keyup",se,!0),window.addEventListener("message",xe),document.addEventListener("visibilitychange",Ce),()=>{var _e;window.removeEventListener("keydown",Y,!0),window.removeEventListener("keyup",se,!0),(_e=h.current)==null||_e.call(h),h.current=null,window.removeEventListener("message",xe),document.removeEventListener("visibilitychange",Ce),R(),j(),t.current&&clearInterval(t.current)}});const Ie=d.useCallback(()=>{R(),j(),t.current&&clearInterval(t.current),Le.getState().reset()},[R,j]);return{iframeRef:n,play:B,pause:ie,togglePlay:le,seek:V,onIframeLoad:G,refreshPlayer:ee,saveSeekPosition:C,resetPlayer:Ie}}function D9({projectId:n,directUrl:e}){return e??n}const X9=d.memo(function({projectId:e,iframeRef:t,onIframeLoad:r,onCompositionLoadingChange:i,portrait:s,directUrl:a,refreshKey:c}){const u=D9({projectId:e,directUrl:a}),h=d.useRef(c),[m,O]=d.useState(null),x=d.useRef(null);if(c!==h.current){const k=`${u}:${h.current??0}`;h.current=c,O(k)}const v=`${u}:${c??0}`,w=()=>{r(),x.current&&clearTimeout(x.current),x.current=setTimeout(()=>{O(null),x.current=null},160)};return p.jsx("div",{className:"flex flex-col h-full min-h-0",children:p.jsxs("div",{className:"relative flex-1 flex items-center justify-center p-2 overflow-hidden min-h-0 outline-none focus:ring-1 focus:ring-studio-accent/40",tabIndex:0,"aria-label":"Composition preview",children:[m&&p.jsx(Sm,{projectId:a?void 0:e,directUrl:a,onLoad:()=>{},portrait:s,style:{position:"absolute",inset:0,zIndex:0,opacity:1}},m),p.jsx(Sm,{ref:t,projectId:a?void 0:e,directUrl:a,onLoad:m?w:r,onCompositionLoadingChange:i,portrait:s,style:m?{position:"absolute",inset:0,zIndex:1}:void 0},v)]})})}),F9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M244,56v48a12,12,0,0,1-12,12H184a12,12,0,1,1,0-24H201.1l-19-17.38c-.13-.12-.26-.24-.38-.37A76,76,0,1,0,127,204h1a75.53,75.53,0,0,0,52.15-20.72,12,12,0,0,1,16.49,17.45A99.45,99.45,0,0,1,128,228h-1.37A100,100,0,1,1,198.51,57.06L220,76.72V56a12,12,0,0,1,24,0Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),d.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1-5.66-13.66l17-17-10.55-9.65-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,1,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60l10.93,10L226.34,50.3A8,8,0,0,1,240,56Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M238,56v48a6,6,0,0,1-6,6H184a6,6,0,0,1,0-12h32.55l-30.38-27.8c-.06-.06-.12-.13-.19-.19a82,82,0,1,0-1.7,117.65,6,6,0,0,1,8.24,8.73A93.46,93.46,0,0,1,128,222h-1.28A94,94,0,1,1,194.37,61.4L226,90.35V56a6,6,0,1,1,12,0Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M240,56v48a8,8,0,0,1-8,8H184a8,8,0,0,1,0-16H211.4L184.81,71.64l-.25-.24a80,80,0,1,0-1.67,114.78,8,8,0,0,1,11,11.63A95.44,95.44,0,0,1,128,224h-1.32A96,96,0,1,1,195.75,60L224,85.8V56a8,8,0,1,1,16,0Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M236,56v48a4,4,0,0,1-4,4H184a4,4,0,0,1,0-8h37.7L187.53,68.69l-.13-.12a84,84,0,1,0-1.75,120.51,4,4,0,0,1,5.5,5.82A91.43,91.43,0,0,1,128,220h-1.26A92,92,0,1,1,193,62.84l35,32.05V56a4,4,0,1,1,8,0Z"}))]]),z9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M228,128a100,100,0,0,1-98.66,100H128a99.39,99.39,0,0,1-68.62-27.29,12,12,0,0,1,16.48-17.45,76,76,0,1,0-1.57-109c-.13.13-.25.25-.39.37L54.89,92H72a12,12,0,0,1,0,24H24a12,12,0,0,1-12-12V56a12,12,0,0,1,24,0V76.72L57.48,57.06A100,100,0,0,1,228,128Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,128a88,88,0,1,1-88-88A88,88,0,0,1,216,128Z",opacity:"0.2"}),d.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L60.63,81.29l17,17A8,8,0,0,1,72,112H24a8,8,0,0,1-8-8V56A8,8,0,0,1,29.66,50.3L49.31,70,60.25,60A96,96,0,0,1,224,128Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M222,128a94,94,0,0,1-92.74,94H128a93.43,93.43,0,0,1-64.5-25.65,6,6,0,1,1,8.24-8.72A82,82,0,1,0,70,70l-.19.19L39.44,98H72a6,6,0,0,1,0,12H24a6,6,0,0,1-6-6V56a6,6,0,0,1,12,0V90.34L61.63,61.4A94,94,0,0,1,222,128Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a96,96,0,0,1-94.71,96H128A95.38,95.38,0,0,1,62.1,197.8a8,8,0,0,1,11-11.63A80,80,0,1,0,71.43,71.39a3.07,3.07,0,0,1-.26.25L44.59,96H72a8,8,0,0,1,0,16H24a8,8,0,0,1-8-8V56a8,8,0,0,1,16,0V85.8L60.25,60A96,96,0,0,1,224,128Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M220,128a92,92,0,0,1-90.77,92H128a91.47,91.47,0,0,1-63.13-25.1,4,4,0,1,1,5.5-5.82A84,84,0,1,0,68.6,68.57l-.13.12L34.3,100H72a4,4,0,0,1,0,8H24a4,4,0,0,1-4-4V56a4,4,0,0,1,8,0V94.89l35-32A92,92,0,0,1,220,128Z"}))]]),H9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H69l51.52,51.51a12,12,0,0,1-17,17l-72-72a12,12,0,0,1,0-17l72-72a12,12,0,0,1,17,17L69,116H216A12,12,0,0,1,228,128Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M112,56V200L40,128Z",opacity:"0.2"}),d.createElement("path",{d:"M216,120H120V56a8,8,0,0,0-13.66-5.66l-72,72a8,8,0,0,0,0,11.32l72,72A8,8,0,0,0,120,200V136h96a8,8,0,0,0,0-16ZM104,180.69,51.31,128,104,75.31Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H120v64a8,8,0,0,1-13.66,5.66l-72-72a8,8,0,0,1,0-11.32l72-72A8,8,0,0,1,120,56v64h96A8,8,0,0,1,224,128Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H54.49l61.75,61.76a6,6,0,1,1-8.48,8.48l-72-72a6,6,0,0,1,0-8.48l72-72a6,6,0,0,1,8.48,8.48L54.49,122H216A6,6,0,0,1,222,128Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H59.31l58.35,58.34a8,8,0,0,1-11.32,11.32l-72-72a8,8,0,0,1,0-11.32l72-72a8,8,0,0,1,11.32,11.32L59.31,120H216A8,8,0,0,1,224,128Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H49.66l65.17,65.17a4,4,0,0,1-5.66,5.66l-72-72a4,4,0,0,1,0-5.66l72-72a4,4,0,0,1,5.66,5.66L49.66,124H216A4,4,0,0,1,220,128Z"}))]]),W9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M87.51,64.49a12,12,0,0,1,0-17l32-32a12,12,0,0,1,17,0l32,32a12,12,0,0,1-17,17L140,53V96a12,12,0,0,1-24,0V53L104.49,64.49A12,12,0,0,1,87.51,64.49Zm64,127L140,203V160a12,12,0,0,0-24,0v43l-11.51-11.52a12,12,0,0,0-17,17l32,32a12,12,0,0,0,17,0l32-32a12,12,0,0,0-17-17Zm89-72-32-32a12,12,0,0,0-17,17L203,116H160a12,12,0,0,0,0,24h43l-11.52,11.51a12,12,0,0,0,17,17l32-32A12,12,0,0,0,240.49,119.51ZM53,140H96a12,12,0,0,0,0-24H53l11.52-11.51a12,12,0,1,0-17-17l-32,32a12,12,0,0,0,0,17l32,32a12,12,0,1,0,17-17Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M232,128,128,232,24,128,128,24Z",opacity:"0.2"}),d.createElement("path",{d:"M90.34,61.66a8,8,0,0,1,0-11.32l32-32a8,8,0,0,1,11.32,0l32,32a8,8,0,0,1-11.32,11.32L136,43.31V96a8,8,0,0,1-16,0V43.31L101.66,61.66A8,8,0,0,1,90.34,61.66Zm64,132.68L136,212.69V160a8,8,0,0,0-16,0v52.69l-18.34-18.35a8,8,0,0,0-11.32,11.32l32,32a8,8,0,0,0,11.32,0l32-32a8,8,0,0,0-11.32-11.32Zm83.32-72-32-32a8,8,0,0,0-11.32,11.32L212.69,120H160a8,8,0,0,0,0,16h52.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,237.66,122.34ZM43.31,136H96a8,8,0,0,0,0-16H43.31l18.35-18.34A8,8,0,0,0,50.34,90.34l-32,32a8,8,0,0,0,0,11.32l32,32a8,8,0,0,0,11.32-11.32Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M96,136H64v24a8,8,0,0,1-13.66,5.66l-32-32a8,8,0,0,1,0-11.32l32-32A8,8,0,0,1,64,96v24H96a8,8,0,0,1,0,16Zm0-72h24V96a8,8,0,0,0,16,0V64h24a8,8,0,0,0,5.66-13.66l-32-32a8,8,0,0,0-11.32,0l-32,32A8,8,0,0,0,96,64Zm141.66,58.34-32-32A8,8,0,0,0,192,96v24H160a8,8,0,0,0,0,16h32v24a8,8,0,0,0,13.66,5.66l32-32A8,8,0,0,0,237.66,122.34ZM160,192H136V160a8,8,0,0,0-16,0v32H96a8,8,0,0,0-5.66,13.66l32,32a8,8,0,0,0,11.32,0l32-32A8,8,0,0,0,160,192Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M91.76,60.24a6,6,0,0,1,0-8.48l32-32a6,6,0,0,1,8.48,0l32,32a6,6,0,1,1-8.48,8.48L134,38.49V96a6,6,0,0,1-12,0V38.49L100.24,60.24A6,6,0,0,1,91.76,60.24Zm64,135.52L134,217.51V160a6,6,0,0,0-12,0v57.51l-21.76-21.75a6,6,0,0,0-8.48,8.48l32,32a6,6,0,0,0,8.48,0l32-32a6,6,0,0,0-8.48-8.48Zm80.48-72-32-32a6,6,0,0,0-8.48,8.48L217.51,122H160a6,6,0,0,0,0,12h57.51l-21.75,21.76a6,6,0,1,0,8.48,8.48l32-32A6,6,0,0,0,236.24,123.76ZM38.49,134H96a6,6,0,0,0,0-12H38.49l21.75-21.76a6,6,0,0,0-8.48-8.48l-32,32a6,6,0,0,0,0,8.48l32,32a6,6,0,0,0,8.48-8.48Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M90.34,61.66a8,8,0,0,1,0-11.32l32-32a8,8,0,0,1,11.32,0l32,32a8,8,0,0,1-11.32,11.32L136,43.31V96a8,8,0,0,1-16,0V43.31L101.66,61.66A8,8,0,0,1,90.34,61.66Zm64,132.68L136,212.69V160a8,8,0,0,0-16,0v52.69l-18.34-18.35a8,8,0,0,0-11.32,11.32l32,32a8,8,0,0,0,11.32,0l32-32a8,8,0,0,0-11.32-11.32Zm83.32-72-32-32a8,8,0,0,0-11.32,11.32L212.69,120H160a8,8,0,0,0,0,16h52.69l-18.35,18.34a8,8,0,0,0,11.32,11.32l32-32A8,8,0,0,0,237.66,122.34ZM43.31,136H96a8,8,0,0,0,0-16H43.31l18.35-18.34A8,8,0,0,0,50.34,90.34l-32,32a8,8,0,0,0,0,11.32l32,32a8,8,0,0,0,11.32-11.32Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M93.17,58.83a4,4,0,0,1,0-5.66l32-32a4,4,0,0,1,5.66,0l32,32a4,4,0,0,1-5.66,5.66L132,33.66V96a4,4,0,0,1-8,0V33.66L98.83,58.83A4,4,0,0,1,93.17,58.83Zm64,138.34L132,222.34V160a4,4,0,0,0-8,0v62.34L98.83,197.17a4,4,0,0,0-5.66,5.66l32,32a4,4,0,0,0,5.66,0l32-32a4,4,0,0,0-5.66-5.66Zm77.66-72-32-32a4,4,0,0,0-5.66,5.66L222.34,124H160a4,4,0,0,0,0,8h62.34l-25.17,25.17a4,4,0,0,0,5.66,5.66l32-32A4,4,0,0,0,234.83,125.17ZM33.66,132H96a4,4,0,0,0,0-8H33.66L58.83,98.83a4,4,0,0,0-5.66-5.66l-32,32a4,4,0,0,0,0,5.66l32,32a4,4,0,1,0,5.66-5.66Z"}))]]),B9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,52H182.42L170,33.34A12,12,0,0,0,160,28H96a12,12,0,0,0-10,5.34L73.57,52H48A28,28,0,0,0,20,80V192a28,28,0,0,0,28,28H208a28,28,0,0,0,28-28V80A28,28,0,0,0,208,52Zm4,140a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V80a4,4,0,0,1,4-4H80a12,12,0,0,0,10-5.34L102.42,52h51.15L166,70.66A12,12,0,0,0,176,76h32a4,4,0,0,1,4,4ZM128,84a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,84Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,156Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,64H176L160,40H96L80,64H48A16,16,0,0,0,32,80V192a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V80A16,16,0,0,0,208,64ZM128,168a36,36,0,1,1,36-36A36,36,0,0,1,128,168Z",opacity:"0.2"}),d.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm-44,76a36,36,0,1,1-36-36A36,36,0,0,1,164,132Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,58H179.21L165,36.67A6,6,0,0,0,160,34H96a6,6,0,0,0-5,2.67L76.78,58H48A22,22,0,0,0,26,80V192a22,22,0,0,0,22,22H208a22,22,0,0,0,22-22V80A22,22,0,0,0,208,58Zm10,134a10,10,0,0,1-10,10H48a10,10,0,0,1-10-10V80A10,10,0,0,1,48,70H80a6,6,0,0,0,5-2.67L99.21,46h57.57L171,67.33A6,6,0,0,0,176,70h32a10,10,0,0,1,10,10ZM128,90a42,42,0,1,0,42,42A42,42,0,0,0,128,90Zm0,72a30,30,0,1,1,30-30A30,30,0,0,1,128,162Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,56H180.28L166.65,35.56A8,8,0,0,0,160,32H96a8,8,0,0,0-6.65,3.56L75.71,56H48A24,24,0,0,0,24,80V192a24,24,0,0,0,24,24H208a24,24,0,0,0,24-24V80A24,24,0,0,0,208,56Zm8,136a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V80a8,8,0,0,1,8-8H80a8,8,0,0,0,6.66-3.56L100.28,48h55.43l13.63,20.44A8,8,0,0,0,176,72h32a8,8,0,0,1,8,8ZM128,88a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,88Zm0,72a28,28,0,1,1,28-28A28,28,0,0,1,128,160Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,60H178.13L163.32,37.78A4,4,0,0,0,160,36H96a4,4,0,0,0-3.32,1.78L77.85,60H48A20,20,0,0,0,28,80V192a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V80A20,20,0,0,0,208,60Zm12,132a12,12,0,0,1-12,12H48a12,12,0,0,1-12-12V80A12,12,0,0,1,48,68H80a4,4,0,0,0,3.33-1.78L98.13,44h59.72l14.82,22.22A4,4,0,0,0,176,68h32a12,12,0,0,1,12,12ZM128,92a40,40,0,1,0,40,40A40,40,0,0,0,128,92Zm0,72a32,32,0,1,1,32-32A32,32,0,0,1,128,164Z"}))]]),Y9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216.49,104.49l-80,80a12,12,0,0,1-17,0l-80-80a12,12,0,0,1,17-17L128,159l71.51-71.52a12,12,0,0,1,17,17Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,96l-80,80L48,96Z",opacity:"0.2"}),d.createElement("path",{d:"M215.39,92.94A8,8,0,0,0,208,88H48a8,8,0,0,0-5.66,13.66l80,80a8,8,0,0,0,11.32,0l80-80A8,8,0,0,0,215.39,92.94ZM128,164.69,67.31,104H188.69Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,48,88H208a8,8,0,0,1,5.66,13.66Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,100.24l-80,80a6,6,0,0,1-8.48,0l-80-80a6,6,0,0,1,8.48-8.48L128,167.51l75.76-75.75a6,6,0,0,1,8.48,8.48Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,101.66l-80,80a8,8,0,0,1-11.32,0l-80-80A8,8,0,0,1,53.66,90.34L128,164.69l74.34-74.35a8,8,0,0,1,11.32,11.32Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,98.83l-80,80a4,4,0,0,1-5.66,0l-80-80a4,4,0,0,1,5.66-5.66L128,170.34l77.17-77.17a4,4,0,1,1,5.66,5.66Z"}))]]),q9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),d.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),U9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M84,100A12,12,0,0,1,96,88h64a12,12,0,0,1,0,24H96A12,12,0,0,1,84,100Zm12,52h64a12,12,0,0,0,0-24H96a12,12,0,0,0,0,24ZM236,56V184a20,20,0,0,1-20,20H157.89l-12.52,21.92a20,20,0,0,1-34.74,0L98.11,204H40a20,20,0,0,1-20-20V56A20,20,0,0,1,40,36H216A20,20,0,0,1,236,56Zm-24,4H44V180h61.07a12,12,0,0,1,10.42,6.05L128,207.94l12.51-21.89A12,12,0,0,1,150.93,180H212Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,56V184a8,8,0,0,1-8,8H150.93l-16,28a8,8,0,0,1-13.9,0l-16-28H40a8,8,0,0,1-8-8V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),d.createElement("path",{d:"M88,104a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H96A8,8,0,0,1,88,104Zm8,40h64a8,8,0,0,0,0-16H96a8,8,0,0,0,0,16ZM232,56V184a16,16,0,0,1-16,16H155.57l-13.68,23.94a16,16,0,0,1-27.78,0L100.43,200H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Zm-16,0H40V184h65.07a8,8,0,0,1,7,4l16,28,16-28a8,8,0,0,1,7-4H216Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V184a16,16,0,0,0,16,16h60.43l13.68,23.94a16,16,0,0,0,27.78,0L155.57,200H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM160,144H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Zm0-32H96a8,8,0,0,1,0-16h64a8,8,0,0,1,0,16Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M166,104a6,6,0,0,1-6,6H96a6,6,0,0,1,0-12h64A6,6,0,0,1,166,104Zm-6,26H96a6,6,0,0,0,0,12h64a6,6,0,0,0,0-12Zm70-74V184a14,14,0,0,1-14,14H154.41L140.16,223a14,14,0,0,1-24.32,0L101.59,198H40a14,14,0,0,1-14-14V56A14,14,0,0,1,40,42H216A14,14,0,0,1,230,56Zm-12,0a2,2,0,0,0-2-2H40a2,2,0,0,0-2,2V184a2,2,0,0,0,2,2h65.07a6,6,0,0,1,5.21,3l16,28a2,2,0,0,0,3.48,0l16-28a6,6,0,0,1,5.21-3H216a2,2,0,0,0,2-2Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M88,104a8,8,0,0,1,8-8h64a8,8,0,0,1,0,16H96A8,8,0,0,1,88,104Zm8,40h64a8,8,0,0,0,0-16H96a8,8,0,0,0,0,16ZM232,56V184a16,16,0,0,1-16,16H155.57l-13.68,23.94a16,16,0,0,1-27.78,0L100.43,200H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56Zm-16,0H40V184h65.07a8,8,0,0,1,7,4l16,28,16-28a8,8,0,0,1,7-4H216Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M164,104a4,4,0,0,1-4,4H96a4,4,0,0,1,0-8h64A4,4,0,0,1,164,104Zm-4,28H96a4,4,0,0,0,0,8h64a4,4,0,0,0,0-8Zm68-76V184a12,12,0,0,1-12,12H153.25L138.42,222a12,12,0,0,1-20.84,0L102.75,196H40a12,12,0,0,1-12-12V56A12,12,0,0,1,40,44H216A12,12,0,0,1,228,56Zm-8,0a4,4,0,0,0-4-4H40a4,4,0,0,0-4,4V184a4,4,0,0,0,4,4h65.07a4,4,0,0,1,3.47,2l16,28a4,4,0,0,0,6.94,0l16-28a4,4,0,0,1,3.47-2H216a4,4,0,0,0,4-4Z"}))]]),G9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),d.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),K9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,28H88A12,12,0,0,0,76,40V76H40A12,12,0,0,0,28,88V216a12,12,0,0,0,12,12H168a12,12,0,0,0,12-12V180h36a12,12,0,0,0,12-12V40A12,12,0,0,0,216,28ZM156,204H52V100H156Zm48-48H180V88a12,12,0,0,0-12-12H100V52H204Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,40V168H168V88H88V40Z",opacity:"0.2"}),d.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32Zm-8,128H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,34H88a6,6,0,0,0-6,6V82H40a6,6,0,0,0-6,6V216a6,6,0,0,0,6,6H168a6,6,0,0,0,6-6V174h42a6,6,0,0,0,6-6V40A6,6,0,0,0,216,34ZM162,210H46V94H162Zm48-48H174V88a6,6,0,0,0-6-6H94V46H210Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,32H88a8,8,0,0,0-8,8V80H40a8,8,0,0,0-8,8V216a8,8,0,0,0,8,8H168a8,8,0,0,0,8-8V176h40a8,8,0,0,0,8-8V40A8,8,0,0,0,216,32ZM160,208H48V96H160Zm48-48H176V88a8,8,0,0,0-8-8H96V48H208Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,36H88a4,4,0,0,0-4,4V84H40a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H168a4,4,0,0,0,4-4V172h44a4,4,0,0,0,4-4V40A4,4,0,0,0,216,36ZM164,212H44V92H164Zm48-48H172V88a4,4,0,0,0-4-4H92V44H212Z"}))]]),J9=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M251,123.13c-.37-.81-9.13-20.26-28.48-39.61C196.63,57.67,164,44,128,44S59.37,57.67,33.51,83.52C14.16,102.87,5.4,122.32,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212s68.63-13.66,94.48-39.51c19.36-19.35,28.12-38.79,28.49-39.61A12.08,12.08,0,0,0,251,123.13Zm-46.06,33C183.47,177.27,157.59,188,128,188s-55.47-10.73-76.91-31.88A130.36,130.36,0,0,1,29.52,128,130.45,130.45,0,0,1,51.09,99.89C72.54,78.73,98.41,68,128,68s55.46,10.73,76.91,31.89A130.36,130.36,0,0,1,226.48,128,130.45,130.45,0,0,1,204.91,156.12ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,64a20,20,0,1,1,20-20A20,20,0,0,1,128,148Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),d.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M245.48,125.57c-.34-.78-8.66-19.23-27.24-37.81C201,70.54,171.38,50,128,50S55,70.54,37.76,87.76c-18.58,18.58-26.9,37-27.24,37.81a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206s73-20.53,90.24-37.75c18.58-18.58,26.9-37,27.24-37.8A6,6,0,0,0,245.48,125.57ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.77,134.77,0,0,1,22.69,128,134.56,134.56,0,0,1,46.55,95.94C69.22,73.42,96.62,62,128,62s58.78,11.42,81.45,33.94A134.56,134.56,0,0,1,233.31,128C226.94,140.21,195,194,128,194Zm0-112a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M243.66,126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87,72.22,170.7,52,128,52S56.13,72.22,39.17,89.18c-18.31,18.31-26.49,36.44-26.83,37.2a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17s71.87-20.21,88.83-37.17c18.31-18.31,26.49-36.43,26.83-37.2A4.08,4.08,0,0,0,243.66,126.38Zm-32.7,35c-23.07,23-51,34.62-83,34.62s-59.89-11.65-83-34.62A135.71,135.71,0,0,1,20.44,128,135.69,135.69,0,0,1,45,94.62C68.11,71.65,96,60,128,60s59.89,11.65,83,34.62A135.79,135.79,0,0,1,235.56,128,135.71,135.71,0,0,1,211,161.38ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Z"}))]]),eP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216.49,79.52l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.52ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Z"}))]]),tP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M180.49,143.51a12,12,0,0,1,0,17l-24,24a12,12,0,0,1-17-17L155,152l-15.52-15.51a12,12,0,1,1,17-17Zm-64-24a12,12,0,0,0-17,0l-24,24a12,12,0,0,0,0,17l24,24a12,12,0,0,0,17-17L101,152l15.52-15.51A12,12,0,0,0,116.49,119.51ZM220,88V216a20,20,0,0,1-20,20H56a20,20,0,0,1-20-20V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88ZM160,57V80h23Zm36,155V104H148a12,12,0,0,1-12-12V44H60V212Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34Zm-104,88a8,8,0,0,1-11.32,11.32l-24-24a8,8,0,0,1,0-11.32l24-24a8,8,0,0,1,11.32,11.32L91.31,152Zm72-12.68-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32l24,24A8,8,0,0,1,181.66,157.66ZM152,88V44l44,44Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M180.24,147.76a6,6,0,0,1,0,8.48l-24,24a6,6,0,0,1-8.48-8.48L167.51,152l-19.75-19.76a6,6,0,1,1,8.48-8.48Zm-72-24a6,6,0,0,0-8.48,0l-24,24a6,6,0,0,0,0,8.48l24,24a6,6,0,1,0,8.48-8.48L88.49,152l19.75-19.76A6,6,0,0,0,108.24,123.76ZM214,88V216a14,14,0,0,1-14,14H56a14,14,0,0,1-14-14V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-56-6h35.52L158,46.48Zm44,134V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2V216a2,2,0,0,0,2,2H200A2,2,0,0,0,202,216Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M181.66,146.34a8,8,0,0,1,0,11.32l-24,24a8,8,0,0,1-11.32-11.32L164.69,152l-18.35-18.34a8,8,0,0,1,11.32-11.32Zm-72-24a8,8,0,0,0-11.32,0l-24,24a8,8,0,0,0,0,11.32l24,24a8,8,0,0,0,11.32-11.32L91.31,152l18.35-18.34A8,8,0,0,0,109.66,122.34ZM216,88V216a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm40,136V96H152a8,8,0,0,1-8-8V40H56V216H200Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M178.83,149.17a4,4,0,0,1,0,5.66l-24,24a4,4,0,0,1-5.66-5.66L170.34,152l-21.17-21.17a4,4,0,1,1,5.66-5.66Zm-72-24a4,4,0,0,0-5.66,0l-24,24a4,4,0,0,0,0,5.66l24,24a4,4,0,1,0,5.66-5.66L85.66,152l21.17-21.17A4,4,0,0,0,106.83,125.17ZM212,88V216a12,12,0,0,1-12,12H56a12,12,0,0,1-12-12V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-56-4h42.34L156,41.65Zm48,132V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4V216a4,4,0,0,0,4,4H200A4,4,0,0,0,204,216Z"}))]]),nP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,180c0,8.67,5.5,16,12,16a10.27,10.27,0,0,0,7.33-3.43,12,12,0,1,1,17.34,16.6A34,34,0,0,1,60,220C40.15,220,24,202,24,180s16.15-40,36-40a34,34,0,0,1,24.67,10.83,12,12,0,1,1-17.34,16.6A10.27,10.27,0,0,0,60,164C53.5,164,48,171.31,48,180Zm97.51-5.71c-5.12-3.45-11.32-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,143,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.49,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,125.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C157,187.53,153.33,179.53,145.51,174.27Zm68,0c-5.12-3.45-11.32-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,211,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.49,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,193.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C225,187.53,221.33,179.53,213.51,174.27ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.2,14.2,0,0,0,10.22-4.66A8,8,0,1,1,85.77,206.4,30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.77,9.6,8,8,0,1,1-11.55,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.35-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,1,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.68L160,51.31Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.18,14.18,0,0,0,10.06-4.5,8.2,8.2,0,0,1,10.9-.91,8,8,0,0,1,.81,11.81A30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.38,9.19,8.26,8.26,0,0,1,.74,11.09,8,8,0,0,1-11.9.38A14.2,14.2,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.35-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,116V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v28a4,4,0,0,1-4,4H44A4,4,0,0,1,40,116ZM152,88h44L152,44Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M46,180c0,12.13,8.07,22,18,22a16.21,16.21,0,0,0,11.66-5.28,6,6,0,0,1,8.67,8.3A28.09,28.09,0,0,1,64,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a28.09,28.09,0,0,1,20.33,9,6,6,0,0,1-8.67,8.3A16.21,16.21,0,0,0,64,158C54.07,158,46,167.86,46,180Zm81-6.77c-10.85-3.13-13.4-4.69-13-7.91a6.56,6.56,0,0,1,2.88-5.08c5.59-3.79,17.66-1.82,21.44-.84a6,6,0,1,0,3.06-11.6c-2-.53-20.09-5-31.2,2.48a18.62,18.62,0,0,0-8.09,13.54c-1.79,14.19,12.27,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.21,9.76a6.89,6.89,0,0,1-3,5.34c-5.6,3.73-17.48,1.64-21.18.62A6,6,0,1,0,110.48,212a59.29,59.29,0,0,0,14.67,2c5.49,0,11.55-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C151.83,180.39,136.92,176.08,127,173.22Zm64,0c-10.85-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.65-1.83,21.44-.84a6,6,0,0,0,3.07-11.6c-2-.54-20.1-5-31.21,2.48a18.64,18.64,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.77,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,174.47,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C215.83,180.39,200.91,176.08,191,173.22ZM202,94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.24,1.76l56,56A6,6,0,0,1,214,88v24a6,6,0,1,1-12,0ZM193.5,82,158,46.48V82Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,180c0,11,7.18,20,16,20a14.24,14.24,0,0,0,10.22-4.66A8,8,0,1,1,85.77,206.4,30,30,0,0,1,64,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a30,30,0,0,1,21.77,9.6,8,8,0,1,1-11.55,11.06A14.24,14.24,0,0,0,64,160C55.18,160,48,169,48,180Zm79.6-8.69c-4-1.16-8.14-2.35-10.45-3.84-1.26-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56a8,8,0,0,0,4.07-15.48c-2.12-.55-21-5.22-32.83,2.76a20.55,20.55,0,0,0-9,14.95c-2,15.88,13.64,20.41,23,23.11,12.07,3.49,13.13,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.14,3.93-4.6,3.06-15.17,1.56-19.55.36a8,8,0,0,0-4.3,15.41,61.23,61.23,0,0,0,15.18,2c5.83,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C154,179,137.48,174.17,127.6,171.31Zm64,0c-4-1.16-8.14-2.35-10.45-3.84-1.25-.81-1.23-1-1.12-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.82-.56a8,8,0,0,0,4.07-15.48c-2.11-.55-21-5.22-32.83,2.76a20.58,20.58,0,0,0-8.95,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.34-2.15,3.93-4.6,3.06-15.16,1.56-19.54.36A8,8,0,0,0,173.93,214a61.34,61.34,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.81,20.81,0,0,0,9.18-15.23C218,179,201.48,174.17,191.59,171.31ZM40,112V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v24a8,8,0,1,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0ZM160,80h28.68L160,51.31Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M44,180c0,13.23,9,24,20,24a18.15,18.15,0,0,0,13.11-5.9,4,4,0,0,1,5.78,5.54A26.13,26.13,0,0,1,64,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a26.13,26.13,0,0,1,18.89,8.36,4,4,0,0,1-5.78,5.54A18.15,18.15,0,0,0,64,156C53,156,44,166.77,44,180Zm82.49-4.85c-10.53-3-15.08-4.91-14.43-10.08a8.57,8.57,0,0,1,3.75-6.49c6.26-4.23,18.77-2.24,23.07-1.11a4,4,0,0,0,2-7.74,61.11,61.11,0,0,0-10.47-1.61c-8.12-.54-14.54.75-19.1,3.82a16.63,16.63,0,0,0-7.22,12.13c-1.58,12.49,10.46,16,20.14,18.77,11.25,3.25,16.47,5.49,15.63,11.94a8.93,8.93,0,0,1-3.9,6.75c-6.28,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.79,57.79,0,0,0,125.19,212c5.18,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C149.64,181.84,136.26,178,126.49,175.15Zm64,0c-10.53-3-15.08-4.91-14.43-10.08a8.57,8.57,0,0,1,3.75-6.49c6.26-4.23,18.77-2.24,23.07-1.11a4,4,0,0,0,2-7.74,61.33,61.33,0,0,0-10.48-1.61c-8.11-.54-14.54.75-19.09,3.82a16.63,16.63,0,0,0-7.22,12.13c-1.59,12.49,10.46,16,20.14,18.77,11.25,3.25,16.46,5.49,15.63,11.94a8.93,8.93,0,0,1-3.9,6.75c-6.28,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.7,57.7,0,0,0,189.19,212c5.17,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C213.63,181.84,200.26,178,190.49,175.15ZM204,92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88v24a4,4,0,0,1-8,0Zm-5.65-8L156,41.65V84Z"}))]]),rP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,128a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v12a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v76A12,12,0,0,0,48,128ZM183,80H160V57ZM68,160v48a12,12,0,0,1-24,0V196H32v12a12,12,0,0,1-24,0V160a12,12,0,0,1,24,0v12H44V160a12,12,0,0,1,24,0Zm60,0a12,12,0,0,1-12,12h-4v36a12,12,0,0,1-24,0V172H84a12,12,0,0,1,0-24h32A12,12,0,0,1,128,160Zm72,0v48a12,12,0,0,1-24,0v-9.36l-.11.16a12,12,0,0,1-19.78,0l-.11-.16V208a12,12,0,0,1-24,0V160a12,12,0,0,1,21.89-6.8L166,170.82l12.11-17.62A12,12,0,0,1,200,160Zm56,48a12,12,0,0,1-12,12H220a12,12,0,0,1-12-12V160a12,12,0,0,1,24,0v36h12A12,12,0,0,1,256,208Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M216,120V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v80a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v24a8,8,0,0,0,16,0ZM160,51.31,188.69,80H160ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M44,128H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v84A4,4,0,0,0,44,128ZM152,44l44,44H152ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M214,120V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v80a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v26a6,6,0,0,0,12,0ZM158,46.48,193.52,82H158ZM66,160v48a6,6,0,0,1-12,0V190H30v18a6,6,0,0,1-12,0V160a6,6,0,0,1,12,0v18H54V160a6,6,0,0,1,12,0Zm56,0a6,6,0,0,1-6,6H106v42a6,6,0,0,1-12,0V166H84a6,6,0,0,1,0-12h32A6,6,0,0,1,122,160Zm72,0v48a6,6,0,0,1-12,0V178l-13.2,17.6a6,6,0,0,1-9.6,0L146,178v30a6,6,0,0,1-12,0V160a6,6,0,0,1,10.8-3.6L164,182l19.2-25.6A6,6,0,0,1,194,160Zm56,48a6,6,0,0,1-6,6H216a6,6,0,0,1-6-6V160a6,6,0,0,1,12,0v42h22A6,6,0,0,1,250,208Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,120V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v80a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v24a8,8,0,0,0,16,0ZM160,51.31,188.69,80H160ZM68,160v48a8,8,0,0,1-16,0V192H32v16a8,8,0,0,1-16,0V160a8,8,0,0,1,16,0v16H52V160a8,8,0,0,1,16,0Zm56,0a8,8,0,0,1-8,8h-8v40a8,8,0,0,1-16,0V168H84a8,8,0,0,1,0-16h32A8,8,0,0,1,124,160Zm72,0v48a8,8,0,0,1-16,0V184l-9.6,12.8a8,8,0,0,1-12.8,0L148,184v24a8,8,0,0,1-16,0V160a8,8,0,0,1,14.4-4.8L164,178.67l17.6-23.47A8,8,0,0,1,196,160Zm56,48a8,8,0,0,1-8,8H216a8,8,0,0,1-8-8V160a8,8,0,0,1,16,0v40h20A8,8,0,0,1,252,208Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212,88a4,4,0,0,0-1.17-2.83l-2-2h0l-54-54A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v80a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v28a4,4,0,0,0,8,0ZM156,41.65,198.34,84H156ZM64,160v48a4,4,0,0,1-8,0V188H28v20a4,4,0,0,1-8,0V160a4,4,0,0,1,8,0v20H56V160a4,4,0,0,1,8,0Zm56,0a4,4,0,0,1-4,4H104v44a4,4,0,0,1-8,0V164H84a4,4,0,0,1,0-8h32A4,4,0,0,1,120,160Zm72,0v48a4,4,0,0,1-8,0V172l-16.8,22.4a4,4,0,0,1-6.4,0L144,172v36a4,4,0,0,1-8,0V160a4,4,0,0,1,7.2-2.4L164,185.33l20.8-27.73A4,4,0,0,1,192,160Zm56,48a4,4,0,0,1-4,4H216a4,4,0,0,1-4-4V160a4,4,0,0,1,8,0v44h24A4,4,0,0,1,248,208Z"}))]]),iP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M120,140H104a12,12,0,0,0-12,12v56a12,12,0,0,0,24,0v-4h4a32,32,0,0,0,0-64Zm0,40h-4V164h4a8,8,0,0,1,0,16Zm104,20.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,196,220c-19.85,0-36-17.94-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,196,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,208,176h4a12,12,0,0,1,12,12ZM80,152v38a30,30,0,0,1-60,0,12,12,0,0,1,24,0,6,6,0,0,0,12,0V152a12,12,0,0,1,24,0ZM48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.48l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM160,57l23,23H160Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M120,144H104a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40h-8V160h8a12,12,0,0,1,0,24Zm96,0v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-9,13.26A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0ZM213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,80V51.31L188.69,80Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M44,120H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76A4,4,0,0,0,44,120ZM152,44l44,44H152ZM120,144H104a8,8,0,0,0-8,8v55.73a8.17,8.17,0,0,0,7.47,8.25,8,8,0,0,0,8.53-8v-8h7.4c15.24,0,28.13-11.92,28.59-27.15A28,28,0,0,0,120,144Zm-.35,40H112V160h8a12,12,0,0,1,11.94,13.16A12.23,12.23,0,0,1,119.65,184ZM216,200.87a8,8,0,0,1-2.26,5.57A30,30,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.21,8.21,0,0,1,3,10.64,8,8,0,0,1-11.55,2.88A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1-8-8.53,8.17,8.17,0,0,1,8.25-7.47H208a8,8,0,0,1,8,8ZM80,152v37.41c0,14.22-11.18,26.26-25.41,26.58A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.75,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M120,146H104a6,6,0,0,0-6,6v56a6,6,0,0,0,12,0V198h10a26,26,0,0,0,0-52Zm0,40H110V158h10a14,14,0,0,1,0,28Zm94-2v16.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,192,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,9.95A15.25,15.25,0,0,0,192,158c-9.93,0-18,9.87-18,22s8.07,22,18,22a15.75,15.75,0,0,0,10-3.73V190h-2a6,6,0,0,1,0-12h8A6,6,0,0,1,214,184ZM78,152v38a24,24,0,0,1-48,0,6,6,0,0,1,12,0,12,12,0,0,0,24,0V152a6,6,0,0,1,12,0ZM212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88A6,6,0,0,0,212.24,83.76ZM158,82V46.48L193.52,82Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M120,144H104a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40h-8V160h8a12,12,0,0,1,0,24Zm96,0v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-9,13.26A13.21,13.21,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.63,13.63,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0ZM213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,80V51.31L188.69,80Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M120,148H104a4,4,0,0,0-4,4v56a4,4,0,0,0,8,0V196h12a24,24,0,0,0,0-48Zm0,40H108V156h12a16,16,0,0,1,0,32Zm92-4v16.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,192,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.45,17.45,0,0,0,192,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8A4,4,0,0,1,212,184ZM76,152v38a22,22,0,0,1-44,0,4,4,0,0,1,8,0,14,14,0,0,0,28,0V152a4,4,0,0,1,8,0ZM210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v20a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,84V41.65L198.34,84Z"}))]]),sP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212H180a12,12,0,0,0,0,24h20a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-4.22,139.85a24.75,24.75,0,0,1-10.95,18.06c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,0,1,6.46-23.12c6.81,1.86,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52-5.39-1.56-11-3.18-15.75-6.27-7.62-4.92-11.21-12.45-10.11-21.2a24.45,24.45,0,0,1,10.69-17.75c6.06-4.09,14.17-5.84,24.1-5.18A68.53,68.53,0,0,1,143,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.48,1.58,11.68,3.37,16.8,6.82C153.33,179.55,157,187.55,155.78,196.82ZM84,152v38a30,30,0,0,1-60,0,12,12,0,0,1,24,0,6,6,0,0,0,12,0V152a12,12,0,0,1,24,0Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H164a4,4,0,0,1,4,4V228a4,4,0,0,0,4,4h28a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.58,20.58,0,0,1,9-14.95c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.57,4.57,0,0,0-2,3.67c-.11.9-.13,1.09,1.12,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM80,152v37.41c0,14.22-11.18,26.26-25.41,26.58A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.75,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2H176a6,6,0,0,0,0,12h24a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM145.83,196.06a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a58.89,58.89,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.78-1-15.85-3-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.09,147.84,180.4,145.83,196.06ZM78,152v38a24,24,0,0,1-48,0,6,6,0,0,1,12,0,12,12,0,0,0,24,0V152a6,6,0,0,1,12,0Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM80,152v38a26,26,0,0,1-52,0,8,8,0,0,1,16,0,10,10,0,0,0,20,0V152a8,8,0,0,1,16,0Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4H176a4,4,0,0,0,0,8h24a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,0,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM76,152v38a22,22,0,0,1-44,0,4,4,0,0,1,8,0,14,14,0,0,0,28,0V152a4,4,0,0,1,8,0Z"}))]]),oP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M151.78,196.8a24.73,24.73,0,0,1-10.95,18c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,1,1,6.46-23.11c6.81,1.85,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.53-5.39-1.56-11-3.17-15.75-6.26-7.63-4.92-11.21-12.45-10.11-21.19a24.45,24.45,0,0,1,10.69-17.76c6.06-4.09,14.17-5.83,24.1-5.17A69,69,0,0,1,139,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.47,1.58,11.68,3.37,16.8,6.82C149.33,179.53,153,187.53,151.78,196.8ZM68,140a12,12,0,0,0-12,12v38a6,6,0,0,1-12,0,12,12,0,0,0-24,0,30,30,0,0,0,60,0V152A12,12,0,0,0,68,140Zm138.75,40,15-21a12,12,0,0,0-19.53-14L192,159.34,181.76,145a12,12,0,0,0-19.53,14l15,21-15,21A12,12,0,1,0,181.76,215L192,200.62,202.23,215A12,12,0,0,0,221.76,201ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A60.43,60.43,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM72,144a8,8,0,0,0-8,8v38a10,10,0,0,1-20,0,8,8,0,0,0-16,0,26,26,0,0,0,52,0V152A8,8,0,0,0,72,144Zm140.65,1.49a8,8,0,0,0-11.16,1.86L188,166.24l-13.49-18.89a8,8,0,0,0-13,9.3L178.17,180l-16.68,23.35a8,8,0,0,0,13,9.3L188,193.76l13.49,18.89a8,8,0,0,0,13-9.3L197.83,180l16.68-23.35A8,8,0,0,0,212.65,145.49ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a60.63,60.63,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.57,4.57,0,0,0-2,3.67c-.11.9-.13,1.08,1.12,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM80,152v37.4c0,14.23-11.18,26.27-25.41,26.59A26,26,0,0,1,28,190.37,8.17,8.17,0,0,1,35.31,182,8,8,0,0,1,44,190.22a8.89,8.89,0,0,0,4,8c7.85,4.82,16-.76,16-8.2V152.27A8.17,8.17,0,0,1,71.47,144,8,8,0,0,1,80,152Zm134.51,4.65L197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M145.83,196.05a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a59.41,59.41,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.79-1-15.85-2.95-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.08,147.84,180.39,145.83,196.05ZM72,146a6,6,0,0,0-6,6v38a12,12,0,0,1-24,0,6,6,0,0,0-12,0,24,24,0,0,0,48,0V152A6,6,0,0,0,72,146Zm139.49,1.12a6,6,0,0,0-8.37,1.39L188,169.67,172.88,148.5a6,6,0,0,0-9.76,7L180.63,180,163.12,204.5a6,6,0,1,0,9.76,7L188,190.31l15.12,21.16a6,6,0,1,0,9.76-7L195.37,180l17.51-24.51A6,6,0,0,0,211.49,147.11ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a60.63,60.63,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.58,20.58,0,0,1,9-14.95c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM72,144a8,8,0,0,0-8,8v38a10,10,0,0,1-20,0,8,8,0,0,0-16,0,26,26,0,0,0,52,0V152A8,8,0,0,0,72,144Zm140.65,1.49a8,8,0,0,0-11.16,1.86L188,166.24l-13.49-18.89a8,8,0,0,0-13,9.3L178.17,180l-16.68,23.35a8,8,0,0,0,13,9.3L188,193.76l13.49,18.89a8,8,0,0,0,13-9.3L197.83,180l16.68-23.35A8,8,0,0,0,212.65,145.49ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,1,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM72,148a4,4,0,0,0-4,4v38a14,14,0,0,1-28,0,4,4,0,0,0-8,0,22,22,0,0,0,44,0V152A4,4,0,0,0,72,148Zm138.32.75a4,4,0,0,0-5.58.92L188,173.12l-16.75-23.45a4,4,0,0,0-6.51,4.66L183.08,180l-18.34,25.67a4,4,0,0,0,.93,5.58,4,4,0,0,0,5.58-.92L188,186.88l16.74,23.45A4,4,0,0,0,208,212a3.91,3.91,0,0,0,2.32-.75,4,4,0,0,0,.93-5.58L192.92,180l18.33-25.67A4,4,0,0,0,210.32,148.75ZM212,88v24a4,4,0,0,1-8,0V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-13.66-4L156,41.65V84Z"}))]]),aP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M100,152v56a12,12,0,0,1-24,0V190.07l-6.17,8.81a12,12,0,0,1-19.66,0L44,190.07V208a12,12,0,0,1-24,0V152a12,12,0,0,1,21.83-6.88L60,171.07l18.17-25.95A12,12,0,0,1,100,152Zm84,28a40,40,0,0,1-40,40H128a12,12,0,0,1-12-12V152a12,12,0,0,1,12-12h16A40,40,0,0,1,184,180Zm-24,0a16,16,0,0,0-16-16h-4v32h4A16,16,0,0,0,160,180Zm60-92V224a12,12,0,0,1-24,0V104H148a12,12,0,0,1-12-12V44H60v64a12,12,0,0,1-24,0V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.52l56,56A12,12,0,0,1,220,88Zm-60-8h23L160,57Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V224a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM144,144H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h16a36,36,0,0,0,0-72Zm0,56h-8V160h8a20,20,0,0,1,0,40Zm-40-48v56a8,8,0,0,1-16,0V177.38L74.55,196.59a8,8,0,0,1-13.1,0L48,177.38V208a8,8,0,0,1-16,0V152a8,8,0,0,1,14.55-4.59L68,178.05l21.45-30.64A8,8,0,0,1,104,152Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H196a4,4,0,0,1,4,4V224a8,8,0,0,0,9.19,7.91,8.15,8.15,0,0,0,6.81-8.16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-8,56H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h15.32c19.66,0,36.21-15.48,36.67-35.13A36,36,0,0,0,144,144Zm-.49,56H136V160h8a20,20,0,0,1,20,20.77C163.58,191.59,154.34,200,143.51,200ZM104,152v55.73A8.17,8.17,0,0,1,96.53,216,8,8,0,0,1,88,208V177.38l-13.32,19a8.3,8.3,0,0,1-4.2,3.2,8,8,0,0,1-9-3L48,177.38v30.35A8.17,8.17,0,0,1,40.53,216,8,8,0,0,1,32,208V152.31a8.27,8.27,0,0,1,4.56-7.53,8,8,0,0,1,10,2.63L68,178.05l21.27-30.39a8.28,8.28,0,0,1,8.06-3.55A8,8,0,0,1,104,152Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V224a6,6,0,0,0,12,0V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM144,146H128a6,6,0,0,0-6,6v56a6,6,0,0,0,6,6h16a34,34,0,0,0,0-68Zm0,56H134V158h10a22,22,0,0,1,0,44Zm-42-50v56a6,6,0,0,1-12,0V171L72.92,195.44a6,6,0,0,1-9.84,0L46,171v37a6,6,0,0,1-12,0V152a6,6,0,0,1,10.92-3.44l23.08,33,23.08-33A6,6,0,0,1,102,152Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V224a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM144,144H128a8,8,0,0,0-8,8v56a8,8,0,0,0,8,8h16a36,36,0,0,0,0-72Zm0,56h-8V160h8a20,20,0,0,1,0,40Zm-40-48v56a8,8,0,0,1-16,0V177.38L74.55,196.59a8,8,0,0,1-13.1,0L48,177.38V208a8,8,0,0,1-16,0V152a8,8,0,0,1,14.55-4.59L68,178.05l21.45-30.64A8,8,0,0,1,104,152Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V224a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM144,148H128a4,4,0,0,0-4,4v56a4,4,0,0,0,4,4h16a32,32,0,0,0,0-64Zm0,56H132V156h12a24,24,0,0,1,0,48Zm-44-52v56a4,4,0,0,1-8,0V164.69l-20.72,29.6a4,4,0,0,1-6.56,0L44,164.69V208a4,4,0,0,1-8,0V152a4,4,0,0,1,7.28-2.29L68,185l24.72-35.31A4,4,0,0,1,100,152Z"}))]]),lP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40V216a20,20,0,0,0,20,20H200a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160ZM60,212V44h76V92a12,12,0,0,0,12,12h48V212Zm104-60a12,12,0,0,1-12,12H140v12a12,12,0,0,1-24,0V164H104a12,12,0,0,1,0-24h12V128a12,12,0,0,1,24,0v12h12A12,12,0,0,1,164,152Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,160H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Zm0-72V43.31L196.69,88Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40V216a14,14,0,0,0,14,14H200a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM200,218H56a2,2,0,0,1-2-2V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216A2,2,0,0,1,200,218Zm-42-66a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V158H104a6,6,0,0,1,0-12h18V128a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,152Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40V216a16,16,0,0,0,16,16H200a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM200,216H56V40h88V88a8,8,0,0,0,8,8h48V216Zm-40-64a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V160H104a8,8,0,0,1,0-16h16V128a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,152Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40V216a12,12,0,0,0,12,12H200a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM200,220H56a4,4,0,0,1-4-4V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216A4,4,0,0,1,200,220Zm-44-68a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V156H104a4,4,0,0,1,0-8h20V128a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,152Z"}))]]),cP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M56,140H40a12,12,0,0,0-12,12v56a12,12,0,0,0,24,0v-4h4a32,32,0,0,0,0-64Zm0,40H52V164h4a8,8,0,0,1,0,16Zm176,20.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,204,220c-19.85,0-36-17.95-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,204,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,216,176h4a12,12,0,0,1,12,12ZM160,152v56a12,12,0,0,1-8.34,11.43A12.15,12.15,0,0,1,148,220a12,12,0,0,1-9.76-5L120,189.44V208a12,12,0,0,1-24,0V152a12,12,0,0,1,21.76-7L136,170.55V152a12,12,0,0,1,24,0ZM48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM160,57l23,23H160Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M60,144H44a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40H52V160h8a12,12,0,0,1,0,24Zm164,16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,200,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.45,29.45,0,0,1,16.48,5.11,8,8,0,0,1-9,13.27A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1,0-16h8a8,8,0,0,1,8,8ZM156,152v56a8,8,0,0,1-5.56,7.62A7.91,7.91,0,0,1,148,216a8,8,0,0,1-6.51-3.35L116,177v31a8,8,0,0,1-16,0V152a8,8,0,0,1,14.51-4.65L140,183V152a8,8,0,0,1,16,0ZM48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M44,120H212a4,4,0,0,0,4-4V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76A4,4,0,0,0,44,120ZM152,44l44,44H152ZM60,144H44a8,8,0,0,0-8,8v55.72A8.17,8.17,0,0,0,43.47,216,8,8,0,0,0,52,208v-8h7.4c15.24,0,28.14-11.92,28.59-27.15A28,28,0,0,0,60,144Zm-.35,40H52V160h8a12,12,0,0,1,12,13.16A12.25,12.25,0,0,1,59.65,184ZM224,200.87a8,8,0,0,1-2.26,5.57A30.07,30.07,0,0,1,200,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.21,8.21,0,0,1,3,10.64,8,8,0,0,1-11.55,2.88A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1-8-8.53,8.17,8.17,0,0,1,8.25-7.47H216a8,8,0,0,1,8,8ZM156,152v55.76a8.22,8.22,0,0,1-4.12,7.24,8,8,0,0,1-10.39-2.35L116,177v30.76a8.17,8.17,0,0,1-7.47,8.26,8,8,0,0,1-8.53-8V152.31a8.27,8.27,0,0,1,4.53-7.52,8,8,0,0,1,10,2.56L140,183V152.27a8.17,8.17,0,0,1,7.47-8.25A8,8,0,0,1,156,152Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M60,146H44a6,6,0,0,0-6,6v56a6,6,0,0,0,12,0V198H60a26,26,0,0,0,0-52Zm0,40H50V158H60a14,14,0,0,1,0,28Zm162,14.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,200,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,9.95A15.25,15.25,0,0,0,200,158c-9.93,0-18,9.87-18,22s8.07,22,18,22a15.75,15.75,0,0,0,10-3.73V190h-2a6,6,0,0,1,0-12h8a6,6,0,0,1,6,6ZM154,152v56a6,6,0,0,1-4.17,5.71A5.78,5.78,0,0,1,148,214a6,6,0,0,1-4.88-2.51L114,170.72V208a6,6,0,0,1-12,0V152a6,6,0,0,1,10.88-3.49L142,189.28V152a6,6,0,0,1,12,0ZM48,118a6,6,0,0,0,6-6V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72A6,6,0,0,0,48,118ZM158,46.48,193.52,82H158Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M60,144H44a8,8,0,0,0-8,8v56a8,8,0,0,0,16,0v-8h8a28,28,0,0,0,0-56Zm0,40H52V160h8a12,12,0,0,1,0,24Zm164,16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,200,216c-17.65,0-32-16.15-32-36s14.35-36,32-36a29.45,29.45,0,0,1,16.48,5.11,8,8,0,0,1-9,13.27A13.21,13.21,0,0,0,200,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.57,13.57,0,0,0,8-2.72V192a8,8,0,0,1,0-16h8a8,8,0,0,1,8,8ZM156,152v56a8,8,0,0,1-5.56,7.62A7.91,7.91,0,0,1,148,216a8,8,0,0,1-6.51-3.35L116,177v31a8,8,0,0,1-16,0V152a8,8,0,0,1,14.51-4.65L140,183V152a8,8,0,0,1,16,0ZM48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M60,148H44a4,4,0,0,0-4,4v56a4,4,0,0,0,8,0V196H60a24,24,0,0,0,0-48Zm0,40H48V156H60a16,16,0,0,1,0,32Zm160,12.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,200,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.45,17.45,0,0,0,200,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8a4,4,0,0,1,4,4ZM152,152v56a4,4,0,0,1-2.78,3.81A3.93,3.93,0,0,1,148,212a4,4,0,0,1-3.25-1.67L112,164.48V208a4,4,0,0,1-8,0V152a4,4,0,0,1,7.25-2.33L144,195.52V152a4,4,0,0,1,8,0Zm52-40a4,4,0,0,0,8,0V88a4,4,0,0,0-1.17-2.83l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52ZM156,84V41.65L198.34,84Z"}))]]),uP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,1,0,24,0V88a12,12,0,0,0-3.51-8.48l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM183,80H160V57ZM87.78,196.8a24.72,24.72,0,0,1-10.94,18c-6,4-13.27,5.15-19.74,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,1,1,6.46-23.11c6.82,1.85,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.82-2.64-9.88-3.53-5.39-1.56-11-3.17-15.75-6.26-7.62-4.92-11.21-12.45-10.1-21.19a24.44,24.44,0,0,1,10.68-17.76c6.07-4.09,14.17-5.82,24.1-5.17A69,69,0,0,1,75,142a12,12,0,0,1-6.1,23.21c-6.35-1.63-13.61-1.51-16.07-.33a79.69,79.69,0,0,0,7.92,2.59c5.47,1.58,11.67,3.37,16.8,6.82C85.33,179.53,89,187.53,87.78,196.8ZM155.3,156l-20,56a12,12,0,0,1-22.6,0l-20-56A12,12,0,1,1,115.3,148L124,172.3,132.7,148A12,12,0,1,1,155.3,156ZM224,188v12.87a12,12,0,0,1-3.33,8.3A34,34,0,0,1,196,220c-19.85,0-36-17.94-36-40s16.15-40,36-40a33.39,33.39,0,0,1,18.71,5.8,12,12,0,1,1-13.42,19.89A9.39,9.39,0,0,0,196,164c-6.5,0-12,7.33-12,16s5.5,16,12,16a9,9,0,0,0,2.7-.42A12,12,0,0,1,208,176h4A12,12,0,0,1,224,188Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,1,0,16,0V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-72.18,145a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31Zm63.72-41.62-20,56a8,8,0,0,1-15.07,0l-20-56a8,8,0,1,1,15.06-5.38L124,184.21l12.46-34.9a8,8,0,0,1,15.07,5.38ZM216,184v16.87a8,8,0,0,1-2.22,5.53A30.06,30.06,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.38,29.38,0,0,1,16.48,5.12,8,8,0,0,1-8.95,13.26A13.27,13.27,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.38,13.38,0,0,0,8-2.71V192a8,8,0,0,1,0-16h8A8,8,0,0,1,216,184Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44ZM87.82,196.31a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31Zm63.72-41.62-19.9,55.72a8.25,8.25,0,0,1-6.5,5.51,8,8,0,0,1-8.67-5.23L96.59,155a8.21,8.21,0,0,1,4.5-10.45,8,8,0,0,1,10.45,4.76L124,184.21l12.46-34.9a8,8,0,0,1,15.07,5.38ZM216,184v16.87a8,8,0,0,1-2.26,5.57A30,30,0,0,1,192,216c-17.64,0-32-16.15-32-36s14.36-36,32-36a29.36,29.36,0,0,1,16.09,4.86,8.22,8.22,0,0,1,3,10.64,8,8,0,0,1-11.54,2.88A13.27,13.27,0,0,0,192,160c-8.82,0-16,9-16,20s7.18,20,16,20a13.38,13.38,0,0,0,8-2.71V192a8,8,0,0,1-8-8.53,8.18,8.18,0,0,1,8.26-7.47H208A8,8,0,0,1,216,184Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.75l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,1,0,12,0V88A6,6,0,0,0,212.24,83.75ZM158,46.48,193.52,82H158ZM85.83,196.05a18.85,18.85,0,0,1-8.3,13.81C72.71,213.05,66.66,214,61.16,214a59.38,59.38,0,0,1-14.67-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.57-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.2-2.48a6,6,0,0,1-3,11.6c-3.79-1-15.85-2.95-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C72.93,176.08,87.85,180.39,85.83,196.05Zm63.82-42-20,56a6,6,0,0,1-11.3,0l-20-56a6,6,0,1,1,11.3-4L124,190.15,138.35,150a6,6,0,0,1,11.3,4ZM214,184v16.87a6,6,0,0,1-1.67,4.15A28.06,28.06,0,0,1,192,214c-16.54,0-30-15.25-30-34s13.46-34,30-34a27.43,27.43,0,0,1,15.36,4.77,6,6,0,0,1-6.72,10A15.25,15.25,0,0,0,192,158c-9.92,0-18,9.87-18,22s8.08,22,18,22a15.7,15.7,0,0,0,10-3.74V190h-2a6,6,0,0,1,0-12h8A6,6,0,0,1,214,184Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M87.82,196.31a20.82,20.82,0,0,1-9.19,15.23C73.44,215,67,216,61.14,216A61.23,61.23,0,0,1,46,214a8,8,0,0,1,4.3-15.41c4.38,1.2,14.95,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.55,20.55,0,0,1,9-14.95c11.84-8,30.72-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.48-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.11.9-.14,1.09,1.12,1.9,2.31,1.49,6.44,2.68,10.45,3.84C73.5,174.17,90.06,179,87.82,196.31ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,1,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.65,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31Zm-13.3,64.47a8,8,0,0,0-10.23,4.84L124,184.21l-12.47-34.9a8,8,0,1,0-15.06,5.38l20,56a8,8,0,0,0,15.07,0l20-56A8,8,0,0,0,146.7,144.47ZM208,176h-8a8,8,0,0,0,0,16v5.29a13.38,13.38,0,0,1-8,2.71c-8.82,0-16-9-16-20s7.18-20,16-20a13.27,13.27,0,0,1,7.53,2.38,8,8,0,0,0,8.95-13.26A29.38,29.38,0,0,0,192,144c-17.64,0-32,16.15-32,36s14.36,36,32,36a30.06,30.06,0,0,0,21.78-9.6,8,8,0,0,0,2.22-5.53V184A8,8,0,0,0,208,176Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,1,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52v20a4,4,0,0,0,8,0V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM83.85,195.8a17,17,0,0,1-7.43,12.41C72,211.12,66.38,212,61.2,212A57.89,57.89,0,0,1,47,210.11a4,4,0,1,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.11,61.11,0,0,1,10.47,1.61,4,4,0,0,1-2,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C72.27,178,85.65,181.84,83.85,195.8Zm63.92-42.45-20,56a4,4,0,0,1-7.53,0l-20-56a4,4,0,1,1,7.53-2.7L124,196.11l16.23-45.46a4,4,0,1,1,7.53,2.7ZM212,184v16.87a4,4,0,0,1-1.11,2.77A26.11,26.11,0,0,1,192,212c-15.44,0-28-14.36-28-32s12.56-32,28-32a25.41,25.41,0,0,1,14.24,4.43,4,4,0,1,1-4.48,6.63A17.43,17.43,0,0,0,192,156c-11,0-20,10.77-20,24s9,24,20,24a17.87,17.87,0,0,0,12-4.82V188h-4a4,4,0,0,1,0-8h8A4,4,0,0,1,212,184Z"}))]]),dP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212H180a12,12,0,0,0,0,24h20a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-4.22,139.85a24.75,24.75,0,0,1-10.95,18.06c-6,4-13.27,5.15-19.73,5.15a63.75,63.75,0,0,1-16.23-2.21,12,12,0,0,1,6.46-23.12c6.81,1.86,15,1.61,16.39.06a2.48,2.48,0,0,0,.21-.71c-1.94-1.23-6.83-2.64-9.88-3.52-5.39-1.56-11-3.18-15.75-6.27-7.62-4.92-11.21-12.45-10.11-21.2a24.45,24.45,0,0,1,10.69-17.75c6.06-4.09,14.17-5.83,24.1-5.18A68.53,68.53,0,0,1,143,142a12,12,0,0,1-6.1,23.21c-6.36-1.63-13.62-1.51-16.07-.33a79.5,79.5,0,0,0,7.91,2.59c5.48,1.58,11.68,3.37,16.8,6.82C153.33,179.55,157,187.55,155.78,196.82ZM92,152a12,12,0,0,1-12,12H72v44a12,12,0,0,1-24,0V164H40a12,12,0,0,1,0-24H80A12,12,0,0,1,92,152Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216H176a8,8,0,0,0,0,16h24a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160Zm-12.19,145a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM88,152a8,8,0,0,1-8,8H68v48a8,8,0,0,1-16,0V160H40a8,8,0,0,1,0-16H80A8,8,0,0,1,88,152Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H164a4,4,0,0,1,4,4V228a4,4,0,0,0,4,4h28a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm-4.19,108.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A61.14,61.14,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.35-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM88,152.53A8.17,8.17,0,0,1,79.73,160H68v47.73A8.17,8.17,0,0,1,60.53,216,8,8,0,0,1,52,208V160H40.27A8.17,8.17,0,0,1,32,152.53,8,8,0,0,1,40,144H80A8,8,0,0,1,88,152.53Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2H176a6,6,0,0,0,0,12h24a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158ZM145.83,196.06a18.89,18.89,0,0,1-8.31,13.81c-4.82,3.19-10.87,4.14-16.36,4.14a58.89,58.89,0,0,1-14.68-2,6,6,0,0,1,3.23-11.56c3.71,1,15.58,3.11,21.19-.62a6.85,6.85,0,0,0,3-5.34c.58-4.43-2.08-6.26-14.2-9.76-9.31-2.69-23.37-6.75-21.57-20.94a18.61,18.61,0,0,1,8.08-13.54c11.11-7.49,29.18-3,31.21-2.48a6,6,0,0,1-3.06,11.6c-3.78-1-15.85-3-21.45.84a6.59,6.59,0,0,0-2.88,5.08c-.41,3.22,2.14,4.78,13,7.91C132.92,176.09,147.84,180.4,145.83,196.06ZM86,152a6,6,0,0,1-6,6H66v50a6,6,0,0,1-12,0V158H40a6,6,0,0,1,0-12H80A6,6,0,0,1,86,152Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M147.81,196.31a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216a61.34,61.34,0,0,1-15.19-2,8,8,0,0,1,4.31-15.41c4.38,1.2,15,2.7,19.55-.36.88-.59,1.83-1.52,2.14-3.93.34-2.67-.71-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.11a20.56,20.56,0,0,1,9-14.95c11.84-8,30.71-3.31,32.83-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.09,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150.05,179,147.81,196.31ZM216,88V216a16,16,0,0,1-16,16H176a8,8,0,0,1,0-16h24V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-56-8h28.69L160,51.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4H176a4,4,0,0,0,0,8h24a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM143.84,195.8a17,17,0,0,1-7.43,12.41c-4.39,2.91-10,3.77-15.22,3.77A57.89,57.89,0,0,1,107,210.11a4,4,0,0,1,2.15-7.7c4.22,1.17,16.56,3.29,22.83-.88a8.94,8.94,0,0,0,3.91-6.75c.83-6.45-4.38-8.69-15.64-11.94-9.68-2.8-21.72-6.28-20.14-18.77a16.66,16.66,0,0,1,7.22-12.13c4.56-3.07,11-4.36,19.1-3.82a61.33,61.33,0,0,1,10.48,1.61,4,4,0,0,1-2.05,7.74c-4.29-1.13-16.81-3.12-23.06,1.11a8.51,8.51,0,0,0-3.75,6.49c-.66,5.17,3.89,7,14.42,10.08C132.26,178,145.64,181.84,143.84,195.8ZM84,152a4,4,0,0,1-4,4H64v52a4,4,0,0,1-8,0V156H40a4,4,0,0,1,0-8H80A4,4,0,0,1,84,152Z"}))]]),fP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M221.76,201A12,12,0,1,1,202.23,215L192,200.62,181.76,215A12,12,0,1,1,162.23,201l15-21-15-21a12,12,0,0,1,19.53-14L192,159.34,202.23,145a12,12,0,0,1,19.53,14l-15,21Zm-80.25-26.73c-5.12-3.45-11.33-5.24-16.8-6.82a79.5,79.5,0,0,1-7.91-2.59c2.45-1.18,9.71-1.3,16.07.33A12,12,0,0,0,139,142a69,69,0,0,0-12-1.86c-9.93-.66-18,1.08-24.1,5.17a24.45,24.45,0,0,0-10.69,17.76c-1.1,8.74,2.48,16.27,10.11,21.19,4.78,3.09,10.36,4.7,15.75,6.26,3,.89,7.94,2.3,9.88,3.53a2.48,2.48,0,0,1-.21.71c-1.37,1.55-9.58,1.79-16.39-.06a12,12,0,1,0-6.46,23.11A63.75,63.75,0,0,0,121.1,220c6.46,0,13.73-1.17,19.73-5.15a24.73,24.73,0,0,0,10.95-18C153,187.53,149.33,179.53,141.51,174.27ZM76,140H36a12,12,0,0,0,0,24h8v44a12,12,0,0,0,24,0V164h8a12,12,0,0,0,0-24ZM36,108V40A20,20,0,0,1,56,20h96a12,12,0,0,1,8.49,3.51l56,56A12,12,0,0,1,220,88v20a12,12,0,1,1-24,0v-4H148a12,12,0,0,1-12-12V44H60v64a12,12,0,1,1-24,0ZM160,80h23L160,57Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M214.51,156.65,197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM123.6,171.31c-4-1.16-8.14-2.35-10.45-3.84-1.25-.82-1.23-1-1.11-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56A8,8,0,0,0,138,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.94c-2,15.89,13.65,20.42,23,23.12,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.33-2.14,3.93-4.6,3.06-15.17,1.56-19.55.35A8,8,0,1,0,106,214a60.43,60.43,0,0,0,15.18,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C150,179,133.49,174.17,123.6,171.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v76a4,4,0,0,0,4,4H212a4,4,0,0,0,4-4V88A8,8,0,0,0,213.66,82.34ZM152,88V44l44,44Zm62.51,68.65L197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,2.3-11.46,8.19,8.19,0,0,1,10.88,2.38L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3Zm-66.7,39.66a20.82,20.82,0,0,1-9.19,15.23C133.43,215,127,216,121.13,216A60.43,60.43,0,0,1,106,214a8,8,0,1,1,4.3-15.41c4.38,1.21,15,2.71,19.55-.35.88-.6,1.83-1.52,2.14-3.93.34-2.67-.72-4.1-12.78-7.59-9.35-2.7-25-7.23-23-23.12a20.58,20.58,0,0,1,9-14.94c11.85-8,30.72-3.31,32.84-2.76a8,8,0,0,1-4.07,15.48c-4.49-1.17-15.23-2.56-19.83.56a4.54,4.54,0,0,0-2,3.67c-.12.9-.14,1.08,1.11,1.9,2.31,1.49,6.45,2.68,10.45,3.84C133.49,174.17,150,179,147.81,196.31ZM88,152.53A8.18,8.18,0,0,1,79.73,160H68v47.72A8.18,8.18,0,0,1,60.53,216,8,8,0,0,1,52,208V160H40.27A8.18,8.18,0,0,1,32,152.53,8,8,0,0,1,40,144H80A8,8,0,0,1,88,152.53Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.88,155.48,195.37,180l17.51,24.51a6,6,0,1,1-9.76,7L188,190.31l-15.12,21.16a6,6,0,1,1-9.76-7L180.63,180l-17.51-24.51a6,6,0,0,1,9.76-7L188,169.67l15.12-21.17a6,6,0,1,1,9.76,7Zm-89.83,17.74c-10.86-3.13-13.41-4.69-13-7.91a6.59,6.59,0,0,1,2.88-5.08c5.6-3.79,17.66-1.83,21.45-.84a6,6,0,0,0,3.06-11.6c-2-.53-20.1-5-31.21,2.48a18.61,18.61,0,0,0-8.08,13.54c-1.8,14.19,12.26,18.25,21.57,20.94,12.12,3.5,14.78,5.33,14.2,9.76a6.85,6.85,0,0,1-3,5.34c-5.61,3.73-17.48,1.64-21.19.62A6,6,0,0,0,106.48,212a59.41,59.41,0,0,0,14.68,2c5.49,0,11.54-.95,16.36-4.14a18.89,18.89,0,0,0,8.31-13.81C147.84,180.39,132.92,176.08,123.05,173.22ZM80,146H40a6,6,0,0,0,0,12H54v50a6,6,0,0,0,12,0V158H80a6,6,0,0,0,0-12ZM214,88v24a6,6,0,1,1-12,0V94H152a6,6,0,0,1-6-6V38H56a2,2,0,0,0-2,2v72a6,6,0,1,1-12,0V40A14,14,0,0,1,56,26h96a6,6,0,0,1,4.25,1.76l56,56A6,6,0,0,1,214,88Zm-20.49-6L158,46.48V82Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M214.51,156.65,197.83,180l16.68,23.35a8,8,0,0,1-13,9.3L188,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L178.17,180l-16.68-23.35a8,8,0,0,1,13-9.3L188,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM123.6,171.31c-4-1.16-8.14-2.35-10.45-3.84-1.25-.82-1.23-1-1.11-1.9a4.54,4.54,0,0,1,2-3.67c4.6-3.12,15.34-1.73,19.83-.56A8,8,0,0,0,138,145.86c-2.12-.55-21-5.22-32.84,2.76a20.58,20.58,0,0,0-9,14.95c-2,15.88,13.65,20.41,23,23.11,12.06,3.49,13.12,4.92,12.78,7.59-.31,2.41-1.26,3.33-2.14,3.93-4.6,3.06-15.17,1.56-19.55.35A8,8,0,0,0,105.94,214a60.63,60.63,0,0,0,15.19,2c5.82,0,12.3-1,17.49-4.46a20.82,20.82,0,0,0,9.19-15.23C150,179,133.49,174.17,123.6,171.31ZM80,144H40a8,8,0,0,0,0,16H52v48a8,8,0,0,0,16,0V160H80a8,8,0,0,0,0-16ZM216,88v24a8,8,0,0,1-16,0V96H152a8,8,0,0,1-8-8V40H56v72a8,8,0,0,1-16,0V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88Zm-27.31-8L160,51.31V80Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M211.25,154.33,192.92,180l18.33,25.67a4,4,0,0,1-.93,5.58A3.91,3.91,0,0,1,208,212a4,4,0,0,1-3.26-1.67L188,186.88l-16.75,23.45a4,4,0,0,1-6.51-4.66L183.08,180l-18.34-25.67a4,4,0,0,1,6.51-4.66L188,173.12l16.74-23.45a4,4,0,0,1,6.51,4.66Zm-88.76,20.82c-10.53-3-15.08-4.91-14.42-10.08a8.51,8.51,0,0,1,3.75-6.49c6.25-4.23,18.77-2.24,23.06-1.11a4,4,0,0,0,2.05-7.74,61.33,61.33,0,0,0-10.48-1.61c-8.12-.54-14.54.75-19.1,3.82a16.66,16.66,0,0,0-7.22,12.13c-1.58,12.49,10.46,16,20.14,18.77,11.26,3.25,16.47,5.49,15.64,11.94a8.94,8.94,0,0,1-3.91,6.75c-6.27,4.17-18.61,2.05-22.83.88a4,4,0,1,0-2.15,7.7A57.89,57.89,0,0,0,121.19,212c5.18,0,10.83-.86,15.22-3.77a17,17,0,0,0,7.43-12.41C145.64,181.84,132.26,178,122.49,175.15ZM80,148H40a4,4,0,0,0,0,8H56v52a4,4,0,0,0,8,0V156H80a4,4,0,0,0,0-8ZM212,88v24a4,4,0,0,1-8,0V92H152a4,4,0,0,1-4-4V36H56a4,4,0,0,0-4,4v72a4,4,0,0,1-8,0V40A12,12,0,0,1,56,28h96a4,4,0,0,1,2.83,1.17l56,56A4,4,0,0,1,212,88Zm-13.66-4L156,41.65V84Z"}))]]),hP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,120a12,12,0,0,0,12-12V44h76V92a12,12,0,0,0,12,12h48v4a12,12,0,0,0,24,0V88a12,12,0,0,0-3.51-8.49l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68A12,12,0,0,0,48,120ZM183,80H160V57Zm-25.27,79-15,21,15,21A12,12,0,1,1,138.24,215L128,200.65,117.76,215A12,12,0,1,1,98.24,201l15-21-15-21A12,12,0,1,1,117.76,145L128,159.35,138.24,145A12,12,0,1,1,157.76,159ZM92,152a12,12,0,0,1-12,12H72v44a12,12,0,0,1-24,0V164H40a12,12,0,0,1,0-24H80A12,12,0,0,1,92,152Zm136,0a12,12,0,0,1-12,12h-8v44a12,12,0,0,1-24,0V164h-8a12,12,0,0,1,0-24h40A12,12,0,0,1,228,152Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Z",opacity:"0.2"}),d.createElement("path",{d:"M48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Zm-5.49,105.34L137.83,180l16.68,23.35a8,8,0,0,1-13,9.3L128,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L118.17,180l-16.68-23.35a8,8,0,1,1,13-9.3L128,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM92,152a8,8,0,0,1-8,8H72v48a8,8,0,0,1-16,0V160H44a8,8,0,0,1,0-16H84A8,8,0,0,1,92,152Zm128,0a8,8,0,0,1-8,8H200v48a8,8,0,0,1-16,0V160H172a8,8,0,0,1,0-16h40A8,8,0,0,1,220,152Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M154.31,156.92,137.83,180l16.53,23.14a8.18,8.18,0,0,1-1.22,11,8,8,0,0,1-11.65-1.48L128,193.76l-13.49,18.89a8,8,0,0,1-11.64,1.49,8.17,8.17,0,0,1-1.23-11L118.17,180l-16.48-23.08a8.22,8.22,0,0,1,1.46-11.28,8,8,0,0,1,11.36,1.71L128,166.24l13.49-18.89a8,8,0,0,1,11.36-1.71A8.22,8.22,0,0,1,154.31,156.92ZM84,144H44.27A8.18,8.18,0,0,0,36,151.47,8,8,0,0,0,44,160H56v47.73A8.17,8.17,0,0,0,63.47,216,8,8,0,0,0,72,208V160H83.73A8.18,8.18,0,0,0,92,152.53,8,8,0,0,0,84,144Zm128,0H172.27a8.18,8.18,0,0,0-8.25,7.47,8,8,0,0,0,8,8.53h12v47.73a8.17,8.17,0,0,0,7.47,8.25,8,8,0,0,0,8.53-8V160h11.73a8.18,8.18,0,0,0,8.25-7.47A8,8,0,0,0,212,144ZM40,116V40A16,16,0,0,1,56,24h96a8,8,0,0,1,5.66,2.34l56,56A8,8,0,0,1,216,88v28a4,4,0,0,1-4,4H44A4,4,0,0,1,40,116ZM152,88h44L152,44Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,118a6,6,0,0,0,6-6V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50v18a6,6,0,0,0,12,0V88a6,6,0,0,0-1.76-4.24l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72A6,6,0,0,0,48,118ZM158,46.48,193.52,82H158Zm-5.12,109L135.37,180l17.51,24.51a6,6,0,1,1-9.76,7L128,190.32l-15.12,21.17a6,6,0,0,1-9.76-7L120.63,180l-17.51-24.51a6,6,0,1,1,9.76-7L128,169.68l15.12-21.17a6,6,0,0,1,9.76,7ZM90,152a6,6,0,0,1-6,6H70v50a6,6,0,0,1-12,0V158H44a6,6,0,0,1,0-12H84A6,6,0,0,1,90,152Zm128,0a6,6,0,0,1-6,6H198v50a6,6,0,0,1-12,0V158H172a6,6,0,0,1,0-12h40A6,6,0,0,1,218,152Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M48,120a8,8,0,0,0,8-8V40h88V88a8,8,0,0,0,8,8h48v16a8,8,0,0,0,16,0V88a8,8,0,0,0-2.34-5.66l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72A8,8,0,0,0,48,120ZM160,51.31,188.69,80H160Zm-5.49,105.34L137.83,180l16.68,23.35a8,8,0,0,1-13,9.3L128,193.76l-13.49,18.89a8,8,0,1,1-13-9.3L118.17,180l-16.68-23.35a8,8,0,1,1,13-9.3L128,166.24l13.49-18.89a8,8,0,0,1,13,9.3ZM92,152a8,8,0,0,1-8,8H72v48a8,8,0,0,1-16,0V160H44a8,8,0,0,1,0-16H84A8,8,0,0,1,92,152Zm128,0a8,8,0,0,1-8,8H200v48a8,8,0,0,1-16,0V160H172a8,8,0,0,1,0-16h40A8,8,0,0,1,220,152Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M204,112a4,4,0,0,0,8,0V88a4,4,0,0,0-1.17-2.83l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52ZM156,41.65,198.34,84H156Zm-4.75,112.67L132.92,180l18.33,25.67a4,4,0,1,1-6.5,4.65L128,186.88l-16.75,23.44a4,4,0,1,1-6.5-4.65L123.08,180l-18.33-25.68a4,4,0,1,1,6.5-4.65L128,173.12l16.75-23.45a4,4,0,1,1,6.5,4.65ZM88,152a4,4,0,0,1-4,4H68v52a4,4,0,0,1-8,0V156H44a4,4,0,0,1,0-8H84A4,4,0,0,1,88,152Zm128,0a4,4,0,0,1-4,4H196v52a4,4,0,0,1-8,0V156H172a4,4,0,0,1,0-8h40A4,4,0,0,1,216,152Z"}))]]),pP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216.49,79.51l-56-56A12,12,0,0,0,152,20H56A20,20,0,0,0,36,40v68a12,12,0,0,0,24,0V44h76V92a12,12,0,0,0,12,12h48V212a12,12,0,0,0,0,24h4a20,20,0,0,0,20-20V88A12,12,0,0,0,216.49,79.51ZM160,57l23,23H160Zm-1.91,84.69a12,12,0,0,0-11.92-.15L126.5,152.44A20,20,0,0,0,108,140H48a20,20,0,0,0-20,20v48a20,20,0,0,0,20,20h60a20,20,0,0,0,18.5-12.44l19.67,10.93A12,12,0,0,0,164,216V152A12,12,0,0,0,158.09,141.66ZM104,204H52V164h52Zm36-8.39-12-6.67v-9.88l12-6.67Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,88H152V32Zm-88,72a8,8,0,0,0-8-8H48a8,8,0,0,0-8,8v48a8,8,0,0,0,8,8h64a8,8,0,0,0,8-8V196l32,20V152l-32,20Z",opacity:"0.2"}),d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM144,201.57l-16-10V176.43l16-10Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212.24,83.76l-56-56A6,6,0,0,0,152,26H56A14,14,0,0,0,42,40v72a6,6,0,0,0,12,0V40a2,2,0,0,1,2-2h90V88a6,6,0,0,0,6,6h50V216a2,2,0,0,1-2,2h-8a6,6,0,0,0,0,12h8a14,14,0,0,0,14-14V88A6,6,0,0,0,212.24,83.76ZM158,46.48,193.52,82H158Zm-3.09,100.27a6,6,0,0,0-6.09.16L126,161.17V160a14,14,0,0,0-14-14H48a14,14,0,0,0-14,14v48a14,14,0,0,0,14,14h64a14,14,0,0,0,14-14v-1.17l22.82,14.26A6,6,0,0,0,158,216V152A6,6,0,0,0,154.91,146.75ZM114,208a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V160a2,2,0,0,1,2-2h64a2,2,0,0,1,2,2Zm32-2.83-20-12.5V175.33l20-12.5Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.66,82.34l-56-56A8,8,0,0,0,152,24H56A16,16,0,0,0,40,40v72a8,8,0,0,0,16,0V40h88V88a8,8,0,0,0,8,8h48V216h-8a8,8,0,0,0,0,16h8a16,16,0,0,0,16-16V88A8,8,0,0,0,213.66,82.34ZM160,51.31,188.69,80H160ZM155.88,145a8,8,0,0,0-8.12.22l-19.95,12.46A16,16,0,0,0,112,144H48a16,16,0,0,0-16,16v48a16,16,0,0,0,16,16h64a16,16,0,0,0,15.81-13.68l19.95,12.46A8,8,0,0,0,160,216V152A8,8,0,0,0,155.88,145ZM112,208H48V160h64v48Zm32-6.43-16-10V176.43l16-10Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M210.83,85.17l-56-56A4,4,0,0,0,152,28H56A12,12,0,0,0,44,40v72a4,4,0,0,0,8,0V40a4,4,0,0,1,4-4h92V88a4,4,0,0,0,4,4h52V216a4,4,0,0,1-4,4h-8a4,4,0,0,0,0,8h8a12,12,0,0,0,12-12V88A4,4,0,0,0,210.83,85.17ZM156,41.65,198.34,84H156ZM153.94,148.5a4,4,0,0,0-4.06.11L124,164.78V160a12,12,0,0,0-12-12H48a12,12,0,0,0-12,12v48a12,12,0,0,0,12,12h64a12,12,0,0,0,12-12v-4.78l25.88,16.17A4,4,0,0,0,152,220a4.06,4.06,0,0,0,1.94-.5A4,4,0,0,0,156,216V152A4,4,0,0,0,153.94,148.5ZM116,208a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V160a4,4,0,0,1,4-4h64a4,4,0,0,1,4,4Zm32,.78-24-15V174.22l24-15Z"}))]]),mP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,68H132L105.33,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V200a20,20,0,0,0,20,20H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68Zm-4,128H44V68H92l28.8,21.6A12,12,0,0,0,128,92h84Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,88V200.89a7.11,7.11,0,0,1-7.11,7.11H40a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h88A8,8,0,0,1,224,88Z",opacity:"0.2"}),d.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M232,88V200.89A15.13,15.13,0,0,1,216.89,216H40a16,16,0,0,1-16-16V64A16,16,0,0,1,40,48H93.33a16.12,16.12,0,0,1,9.6,3.2L130.67,72H216A16,16,0,0,1,232,88Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,74H130L101.73,52.8a14,14,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V200a14,14,0,0,0,14,14H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74Zm2,126.89a1.11,1.11,0,0,1-1.11,1.11H40a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H93.33a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h88a2,2,0,0,1,2,2Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,76H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V200a12,12,0,0,0,12,12H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76Zm4,124.89a3.12,3.12,0,0,1-3.11,3.11H40a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h88a4,4,0,0,1,4,4Z"}))]]),gP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,68H132L105.33,48a20.12,20.12,0,0,0-12-4H40A20,20,0,0,0,20,64V200a20,20,0,0,0,20,20H216.89A19.13,19.13,0,0,0,236,200.89V88A20,20,0,0,0,216,68Zm-4,128H44V68H92l28.8,21.6A12,12,0,0,0,128,92h84Zm-84-88a12,12,0,0,1,12,12v12h12a12,12,0,0,1,0,24H140v12a12,12,0,0,1-24,0V156H104a12,12,0,0,1,0-24h12V120A12,12,0,0,1,128,108Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,88V200.89a7.11,7.11,0,0,1-7.11,7.11H40a8,8,0,0,1-8-8V64a8,8,0,0,1,8-8H93.33a8,8,0,0,1,4.8,1.6L128,80h88A8,8,0,0,1,224,88Z",opacity:"0.2"}),d.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Zm-56-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,144Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm-64,80H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16a8,8,0,0,1,0,16Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,74H130L101.73,52.8a14,14,0,0,0-8.4-2.8H40A14,14,0,0,0,26,64V200a14,14,0,0,0,14,14H216.89A13.12,13.12,0,0,0,230,200.89V88A14,14,0,0,0,216,74Zm2,126.89a1.11,1.11,0,0,1-1.11,1.11H40a2,2,0,0,1-2-2V64a2,2,0,0,1,2-2H93.33a2,2,0,0,1,1.2.4L124.4,84.8A6,6,0,0,0,128,86h88a2,2,0,0,1,2,2ZM158,144a6,6,0,0,1-6,6H134v18a6,6,0,0,1-12,0V150H104a6,6,0,0,1,0-12h18V120a6,6,0,0,1,12,0v18h18A6,6,0,0,1,158,144Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,72H130.67L102.93,51.2a16.12,16.12,0,0,0-9.6-3.2H40A16,16,0,0,0,24,64V200a16,16,0,0,0,16,16H216.89A15.13,15.13,0,0,0,232,200.89V88A16,16,0,0,0,216,72Zm0,128H40V64H93.33L123.2,86.4A8,8,0,0,0,128,88h88Zm-56-56a8,8,0,0,1-8,8H136v16a8,8,0,0,1-16,0V152H104a8,8,0,0,1,0-16h16V120a8,8,0,0,1,16,0v16h16A8,8,0,0,1,160,144Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,76H129.33l-28.8-21.6a12.05,12.05,0,0,0-7.2-2.4H40A12,12,0,0,0,28,64V200a12,12,0,0,0,12,12H216.89A11.12,11.12,0,0,0,228,200.89V88A12,12,0,0,0,216,76Zm4,124.89a3.12,3.12,0,0,1-3.11,3.11H40a4,4,0,0,1-4-4V64a4,4,0,0,1,4-4H93.33a4,4,0,0,1,2.4.8L125.6,83.2a4,4,0,0,0,2.4.8h88a4,4,0,0,1,4,4ZM156,144a4,4,0,0,1-4,4H132v20a4,4,0,0,1-8,0V148H104a4,4,0,0,1,0-8h20V120a4,4,0,0,1,8,0v20h20A4,4,0,0,1,156,144Z"}))]]),OP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M128,76a52,52,0,1,0,52,52A52.06,52.06,0,0,0,128,76Zm0,80a28,28,0,1,1,28-28A28,28,0,0,1,128,156Zm92-27.21v-1.58l14-17.51a12,12,0,0,0,2.23-10.59A111.75,111.75,0,0,0,225,71.89,12,12,0,0,0,215.89,66L193.61,63.5l-1.11-1.11L190,40.1A12,12,0,0,0,184.11,31a111.67,111.67,0,0,0-27.23-11.27A12,12,0,0,0,146.3,22L128.79,36h-1.58L109.7,22a12,12,0,0,0-10.59-2.23A111.75,111.75,0,0,0,71.89,31.05,12,12,0,0,0,66,40.11L63.5,62.39,62.39,63.5,40.1,66A12,12,0,0,0,31,71.89,111.67,111.67,0,0,0,19.77,99.12,12,12,0,0,0,22,109.7l14,17.51v1.58L22,146.3a12,12,0,0,0-2.23,10.59,111.75,111.75,0,0,0,11.29,27.22A12,12,0,0,0,40.11,190l22.28,2.48,1.11,1.11L66,215.9A12,12,0,0,0,71.89,225a111.67,111.67,0,0,0,27.23,11.27A12,12,0,0,0,109.7,234l17.51-14h1.58l17.51,14a12,12,0,0,0,10.59,2.23A111.75,111.75,0,0,0,184.11,225a12,12,0,0,0,5.91-9.06l2.48-22.28,1.11-1.11L215.9,190a12,12,0,0,0,9.06-5.91,111.67,111.67,0,0,0,11.27-27.23A12,12,0,0,0,234,146.3Zm-24.12-4.89a70.1,70.1,0,0,1,0,8.2,12,12,0,0,0,2.61,8.22l12.84,16.05A86.47,86.47,0,0,1,207,166.86l-20.43,2.27a12,12,0,0,0-7.65,4,69,69,0,0,1-5.8,5.8,12,12,0,0,0-4,7.65L166.86,207a86.47,86.47,0,0,1-10.49,4.35l-16.05-12.85a12,12,0,0,0-7.5-2.62c-.24,0-.48,0-.72,0a70.1,70.1,0,0,1-8.2,0,12.06,12.06,0,0,0-8.22,2.6L99.63,211.33A86.47,86.47,0,0,1,89.14,207l-2.27-20.43a12,12,0,0,0-4-7.65,69,69,0,0,1-5.8-5.8,12,12,0,0,0-7.65-4L49,166.86a86.47,86.47,0,0,1-4.35-10.49l12.84-16.05a12,12,0,0,0,2.61-8.22,70.1,70.1,0,0,1,0-8.2,12,12,0,0,0-2.61-8.22L44.67,99.63A86.47,86.47,0,0,1,49,89.14l20.43-2.27a12,12,0,0,0,7.65-4,69,69,0,0,1,5.8-5.8,12,12,0,0,0,4-7.65L89.14,49a86.47,86.47,0,0,1,10.49-4.35l16.05,12.85a12.06,12.06,0,0,0,8.22,2.6,70.1,70.1,0,0,1,8.2,0,12,12,0,0,0,8.22-2.6l16.05-12.85A86.47,86.47,0,0,1,166.86,49l2.27,20.43a12,12,0,0,0,4,7.65,69,69,0,0,1,5.8,5.8,12,12,0,0,0,7.65,4L207,89.14a86.47,86.47,0,0,1,4.35,10.49l-12.84,16.05A12,12,0,0,0,195.88,123.9Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M207.86,123.18l16.78-21a99.14,99.14,0,0,0-10.07-24.29l-26.7-3a81,81,0,0,0-6.81-6.81l-3-26.71a99.43,99.43,0,0,0-24.3-10l-21,16.77a81.59,81.59,0,0,0-9.64,0l-21-16.78A99.14,99.14,0,0,0,77.91,41.43l-3,26.7a81,81,0,0,0-6.81,6.81l-26.71,3a99.43,99.43,0,0,0-10,24.3l16.77,21a81.59,81.59,0,0,0,0,9.64l-16.78,21a99.14,99.14,0,0,0,10.07,24.29l26.7,3a81,81,0,0,0,6.81,6.81l3,26.71a99.43,99.43,0,0,0,24.3,10l21-16.77a81.59,81.59,0,0,0,9.64,0l21,16.78a99.14,99.14,0,0,0,24.29-10.07l3-26.7a81,81,0,0,0,6.81-6.81l26.71-3a99.43,99.43,0,0,0,10-24.3l-16.77-21A81.59,81.59,0,0,0,207.86,123.18ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),d.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm88-29.84q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.6,107.6,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.29,107.29,0,0,0-26.25-10.86,8,8,0,0,0-7.06,1.48L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.6,107.6,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06Zm-16.1-6.5a73.93,73.93,0,0,1,0,8.68,8,8,0,0,0,1.74,5.48l14.19,17.73a91.57,91.57,0,0,1-6.23,15L187,173.11a8,8,0,0,0-5.1,2.64,74.11,74.11,0,0,1-6.14,6.14,8,8,0,0,0-2.64,5.1l-2.51,22.58a91.32,91.32,0,0,1-15,6.23l-17.74-14.19a8,8,0,0,0-5-1.75h-.48a73.93,73.93,0,0,1-8.68,0,8.06,8.06,0,0,0-5.48,1.74L100.45,215.8a91.57,91.57,0,0,1-15-6.23L82.89,187a8,8,0,0,0-2.64-5.1,74.11,74.11,0,0,1-6.14-6.14,8,8,0,0,0-5.1-2.64L46.43,170.6a91.32,91.32,0,0,1-6.23-15l14.19-17.74a8,8,0,0,0,1.74-5.48,73.93,73.93,0,0,1,0-8.68,8,8,0,0,0-1.74-5.48L40.2,100.45a91.57,91.57,0,0,1,6.23-15L69,82.89a8,8,0,0,0,5.1-2.64,74.11,74.11,0,0,1,6.14-6.14A8,8,0,0,0,82.89,69L85.4,46.43a91.32,91.32,0,0,1,15-6.23l17.74,14.19a8,8,0,0,0,5.48,1.74,73.93,73.93,0,0,1,8.68,0,8.06,8.06,0,0,0,5.48-1.74L155.55,40.2a91.57,91.57,0,0,1,15,6.23L173.11,69a8,8,0,0,0,2.64,5.1,74.11,74.11,0,0,1,6.14,6.14,8,8,0,0,0,5.1,2.64l22.58,2.51a91.32,91.32,0,0,1,6.23,15l-14.19,17.74A8,8,0,0,0,199.87,123.66Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,130.16q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.6,107.6,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.29,107.29,0,0,0-26.25-10.86,8,8,0,0,0-7.06,1.48L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.6,107.6,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M128,82a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162ZM214,130.84c.06-1.89.06-3.79,0-5.68L229.33,106a6,6,0,0,0,1.11-5.29A105.34,105.34,0,0,0,219.76,74.9a6,6,0,0,0-4.53-3l-24.45-2.71q-1.93-2.07-4-4l-2.72-24.46a6,6,0,0,0-3-4.53,105.65,105.65,0,0,0-25.77-10.66A6,6,0,0,0,150,26.68l-19.2,15.37c-1.89-.06-3.79-.06-5.68,0L106,26.67a6,6,0,0,0-5.29-1.11A105.34,105.34,0,0,0,74.9,36.24a6,6,0,0,0-3,4.53L69.23,65.22q-2.07,1.94-4,4L40.76,72a6,6,0,0,0-4.53,3,105.65,105.65,0,0,0-10.66,25.77A6,6,0,0,0,26.68,106l15.37,19.2c-.06,1.89-.06,3.79,0,5.68L26.67,150.05a6,6,0,0,0-1.11,5.29A105.34,105.34,0,0,0,36.24,181.1a6,6,0,0,0,4.53,3l24.45,2.71q1.94,2.07,4,4L72,215.24a6,6,0,0,0,3,4.53,105.65,105.65,0,0,0,25.77,10.66,6,6,0,0,0,5.29-1.11L125.16,214c1.89.06,3.79.06,5.68,0l19.21,15.38a6,6,0,0,0,3.75,1.31,6.2,6.2,0,0,0,1.54-.2,105.34,105.34,0,0,0,25.76-10.68,6,6,0,0,0,3-4.53l2.71-24.45q2.07-1.93,4-4l24.46-2.72a6,6,0,0,0,4.53-3,105.49,105.49,0,0,0,10.66-25.77,6,6,0,0,0-1.11-5.29Zm-3.1,41.63-23.64,2.63a6,6,0,0,0-3.82,2,75.14,75.14,0,0,1-6.31,6.31,6,6,0,0,0-2,3.82l-2.63,23.63A94.28,94.28,0,0,1,155.14,218l-18.57-14.86a6,6,0,0,0-3.75-1.31h-.36a78.07,78.07,0,0,1-8.92,0,6,6,0,0,0-4.11,1.3L100.87,218a94.13,94.13,0,0,1-17.34-7.17L80.9,187.21a6,6,0,0,0-2-3.82,75.14,75.14,0,0,1-6.31-6.31,6,6,0,0,0-3.82-2l-23.63-2.63A94.28,94.28,0,0,1,38,155.14l14.86-18.57a6,6,0,0,0,1.3-4.11,78.07,78.07,0,0,1,0-8.92,6,6,0,0,0-1.3-4.11L38,100.87a94.13,94.13,0,0,1,7.17-17.34L68.79,80.9a6,6,0,0,0,3.82-2,75.14,75.14,0,0,1,6.31-6.31,6,6,0,0,0,2-3.82l2.63-23.63A94.28,94.28,0,0,1,100.86,38l18.57,14.86a6,6,0,0,0,4.11,1.3,78.07,78.07,0,0,1,8.92,0,6,6,0,0,0,4.11-1.3L155.13,38a94.13,94.13,0,0,1,17.34,7.17l2.63,23.64a6,6,0,0,0,2,3.82,75.14,75.14,0,0,1,6.31,6.31,6,6,0,0,0,3.82,2l23.63,2.63A94.28,94.28,0,0,1,218,100.86l-14.86,18.57a6,6,0,0,0-1.3,4.11,78.07,78.07,0,0,1,0,8.92,6,6,0,0,0,1.3,4.11L218,155.13A94.13,94.13,0,0,1,210.85,172.47Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm88-29.84q.06-2.16,0-4.32l14.92-18.64a8,8,0,0,0,1.48-7.06,107.21,107.21,0,0,0-10.88-26.25,8,8,0,0,0-6-3.93l-23.72-2.64q-1.48-1.56-3-3L186,40.54a8,8,0,0,0-3.94-6,107.71,107.71,0,0,0-26.25-10.87,8,8,0,0,0-7.06,1.49L130.16,40Q128,40,125.84,40L107.2,25.11a8,8,0,0,0-7.06-1.48A107.6,107.6,0,0,0,73.89,34.51a8,8,0,0,0-3.93,6L67.32,64.27q-1.56,1.49-3,3L40.54,70a8,8,0,0,0-6,3.94,107.71,107.71,0,0,0-10.87,26.25,8,8,0,0,0,1.49,7.06L40,125.84Q40,128,40,130.16L25.11,148.8a8,8,0,0,0-1.48,7.06,107.21,107.21,0,0,0,10.88,26.25,8,8,0,0,0,6,3.93l23.72,2.64q1.49,1.56,3,3L70,215.46a8,8,0,0,0,3.94,6,107.71,107.71,0,0,0,26.25,10.87,8,8,0,0,0,7.06-1.49L125.84,216q2.16.06,4.32,0l18.64,14.92a8,8,0,0,0,7.06,1.48,107.21,107.21,0,0,0,26.25-10.88,8,8,0,0,0,3.93-6l2.64-23.72q1.56-1.48,3-3L215.46,186a8,8,0,0,0,6-3.94,107.71,107.71,0,0,0,10.87-26.25,8,8,0,0,0-1.49-7.06Zm-16.1-6.5a73.93,73.93,0,0,1,0,8.68,8,8,0,0,0,1.74,5.48l14.19,17.73a91.57,91.57,0,0,1-6.23,15L187,173.11a8,8,0,0,0-5.1,2.64,74.11,74.11,0,0,1-6.14,6.14,8,8,0,0,0-2.64,5.1l-2.51,22.58a91.32,91.32,0,0,1-15,6.23l-17.74-14.19a8,8,0,0,0-5-1.75h-.48a73.93,73.93,0,0,1-8.68,0,8,8,0,0,0-5.48,1.74L100.45,215.8a91.57,91.57,0,0,1-15-6.23L82.89,187a8,8,0,0,0-2.64-5.1,74.11,74.11,0,0,1-6.14-6.14,8,8,0,0,0-5.1-2.64L46.43,170.6a91.32,91.32,0,0,1-6.23-15l14.19-17.74a8,8,0,0,0,1.74-5.48,73.93,73.93,0,0,1,0-8.68,8,8,0,0,0-1.74-5.48L40.2,100.45a91.57,91.57,0,0,1,6.23-15L69,82.89a8,8,0,0,0,5.1-2.64,74.11,74.11,0,0,1,6.14-6.14A8,8,0,0,0,82.89,69L85.4,46.43a91.32,91.32,0,0,1,15-6.23l17.74,14.19a8,8,0,0,0,5.48,1.74,73.93,73.93,0,0,1,8.68,0,8,8,0,0,0,5.48-1.74L155.55,40.2a91.57,91.57,0,0,1,15,6.23L173.11,69a8,8,0,0,0,2.64,5.1,74.11,74.11,0,0,1,6.14,6.14,8,8,0,0,0,5.1,2.64l22.58,2.51a91.32,91.32,0,0,1,6.23,15l-14.19,17.74A8,8,0,0,0,199.87,123.66Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Zm83.93-32.49q.13-3.51,0-7l15.83-19.79a4,4,0,0,0,.75-3.53A103.64,103.64,0,0,0,218,75.9a4,4,0,0,0-3-2l-25.19-2.8c-1.58-1.71-3.24-3.37-4.95-4.95L182.07,41a4,4,0,0,0-2-3A104,104,0,0,0,154.82,27.5a4,4,0,0,0-3.53.74L131.51,44.07q-3.51-.14-7,0L104.7,28.24a4,4,0,0,0-3.53-.75A103.64,103.64,0,0,0,75.9,38a4,4,0,0,0-2,3l-2.8,25.19c-1.71,1.58-3.37,3.24-4.95,4.95L41,73.93a4,4,0,0,0-3,2A104,104,0,0,0,27.5,101.18a4,4,0,0,0,.74,3.53l15.83,19.78q-.14,3.51,0,7L28.24,151.3a4,4,0,0,0-.75,3.53A103.64,103.64,0,0,0,38,180.1a4,4,0,0,0,3,2l25.19,2.8c1.58,1.71,3.24,3.37,4.95,4.95l2.8,25.2a4,4,0,0,0,2,3,104,104,0,0,0,25.28,10.46,4,4,0,0,0,3.53-.74l19.78-15.83q3.51.13,7,0l19.79,15.83a4,4,0,0,0,2.5.88,4,4,0,0,0,1-.13A103.64,103.64,0,0,0,180.1,218a4,4,0,0,0,2-3l2.8-25.19c1.71-1.58,3.37-3.24,4.95-4.95l25.2-2.8a4,4,0,0,0,3-2,104,104,0,0,0,10.46-25.28,4,4,0,0,0-.74-3.53Zm.17,42.83-24.67,2.74a4,4,0,0,0-2.55,1.32,76.2,76.2,0,0,1-6.48,6.48,4,4,0,0,0-1.32,2.55l-2.74,24.66a95.45,95.45,0,0,1-19.64,8.15l-19.38-15.51a4,4,0,0,0-2.5-.87h-.24a73.67,73.67,0,0,1-9.16,0,4,4,0,0,0-2.74.87l-19.37,15.5a95.33,95.33,0,0,1-19.65-8.13l-2.74-24.67a4,4,0,0,0-1.32-2.55,76.2,76.2,0,0,1-6.48-6.48,4,4,0,0,0-2.55-1.32l-24.66-2.74a95.45,95.45,0,0,1-8.15-19.64l15.51-19.38a4,4,0,0,0,.87-2.74,77.76,77.76,0,0,1,0-9.16,4,4,0,0,0-.87-2.74l-15.5-19.37A95.33,95.33,0,0,1,43.9,81.66l24.67-2.74a4,4,0,0,0,2.55-1.32,76.2,76.2,0,0,1,6.48-6.48,4,4,0,0,0,1.32-2.55l2.74-24.66a95.45,95.45,0,0,1,19.64-8.15l19.38,15.51a4,4,0,0,0,2.74.87,73.67,73.67,0,0,1,9.16,0,4,4,0,0,0,2.74-.87l19.37-15.5a95.33,95.33,0,0,1,19.65,8.13l2.74,24.67a4,4,0,0,0,1.32,2.55,76.2,76.2,0,0,1,6.48,6.48,4,4,0,0,0,2.55,1.32l24.66,2.74a95.45,95.45,0,0,1,8.15,19.64l-15.51,19.38a4,4,0,0,0-.87,2.74,77.76,77.76,0,0,1,0,9.16,4,4,0,0,0,.87,2.74l15.5,19.37A95.33,95.33,0,0,1,212.1,174.34Z"}))]]),xP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M144,96a16,16,0,1,1,16,16A16,16,0,0,1,144,96Zm92-40V200a20,20,0,0,1-20,20H40a20,20,0,0,1-20-20V56A20,20,0,0,1,40,36H216A20,20,0,0,1,236,56ZM44,60v79.72l33.86-33.86a20,20,0,0,1,28.28,0L147.31,147l17.18-17.17a20,20,0,0,1,28.28,0L212,149.09V60Zm0,136H162.34L92,125.66l-48,48Zm168,0V183l-33.37-33.37L164.28,164l32,32Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,56V178.06l-39.72-39.72a8,8,0,0,0-11.31,0L147.31,164,97.66,114.34a8,8,0,0,0-11.32,0L32,168.69V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),d.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM156,88a12,12,0,1,1-12,12A12,12,0,0,1,156,88Zm60,112H40V160.69l46.34-46.35a8,8,0,0,1,11.32,0h0L165,181.66a8,8,0,0,0,11.32-11.32l-17.66-17.65L173,138.34a8,8,0,0,1,11.31,0L216,170.07V200Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,42H40A14,14,0,0,0,26,56V200a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A14,14,0,0,0,216,42ZM40,54H216a2,2,0,0,1,2,2V163.57L188.53,134.1a14,14,0,0,0-19.8,0l-21.42,21.42L101.9,110.1a14,14,0,0,0-19.8,0L38,154.2V56A2,2,0,0,1,40,54ZM38,200V171.17l52.58-52.58a2,2,0,0,1,2.84,0L176.83,202H40A2,2,0,0,1,38,200Zm178,2H193.8l-38-38,21.41-21.42a2,2,0,0,1,2.83,0l38,38V200A2,2,0,0,1,216,202ZM146,100a10,10,0,1,1,10,10A10,10,0,0,1,146,100Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40Zm0,16V158.75l-26.07-26.06a16,16,0,0,0-22.63,0l-20,20-44-44a16,16,0,0,0-22.62,0L40,149.37V56ZM40,172l52-52,80,80H40Zm176,28H194.63l-36-36,20-20L216,181.38V200ZM144,100a12,12,0,1,1,12,12A12,12,0,0,1,144,100Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,44H40A12,12,0,0,0,28,56V200a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A12,12,0,0,0,216,44ZM40,52H216a4,4,0,0,1,4,4V168.4l-32.89-32.89a12,12,0,0,0-17,0l-22.83,22.83-46.82-46.83a12,12,0,0,0-17,0L36,159V56A4,4,0,0,1,40,52ZM36,200V170.34l53.17-53.17a4,4,0,0,1,5.66,0L181.66,204H40A4,4,0,0,1,36,200Zm180,4H193l-40-40,22.83-22.83a4,4,0,0,1,5.66,0L220,179.71V200A4,4,0,0,1,216,204ZM148,100a8,8,0,1,1,8,8A8,8,0,0,1,148,100Z"}))]]),yP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M219.71,117.38a12,12,0,0,0-7.25-8.52L161.28,88.39l10.59-70.61a12,12,0,0,0-20.64-10l-112,120a12,12,0,0,0,4.31,19.33l51.18,20.47L84.13,238.22a12,12,0,0,0,20.64,10l112-120A12,12,0,0,0,219.71,117.38ZM113.6,203.55l6.27-41.77a12,12,0,0,0-7.41-12.92L68.74,131.37,142.4,52.45l-6.27,41.77a12,12,0,0,0,7.41,12.92l43.72,17.49Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M96,240l16-80L48,136,160,16,144,96l64,24Z",opacity:"0.2"}),d.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.85,125.46l-112,120a8,8,0,0,1-13.69-7l14.66-73.33L45.19,143.49a8,8,0,0,1-3-13l112-120a8,8,0,0,1,13.69,7L153.18,90.9l57.63,21.61a8,8,0,0,1,3,12.95Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M213.84,118.63a6,6,0,0,0-3.73-4.25L150.88,92.17l15-75a6,6,0,0,0-10.27-5.27l-112,120a6,6,0,0,0,2.28,9.71l59.23,22.21-15,75a6,6,0,0,0,3.14,6.52A6.07,6.07,0,0,0,96,246a6,6,0,0,0,4.39-1.91l112-120A6,6,0,0,0,213.84,118.63ZM106,220.46l11.85-59.28a6,6,0,0,0-3.77-6.8l-55.6-20.85,91.46-98L138.12,94.82a6,6,0,0,0,3.77,6.8l55.6,20.85Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M215.79,118.17a8,8,0,0,0-5-5.66L153.18,90.9l14.66-73.33a8,8,0,0,0-13.69-7l-112,120a8,8,0,0,0,3,13l57.63,21.61L88.16,238.43a8,8,0,0,0,13.69,7l112-120A8,8,0,0,0,215.79,118.17ZM109.37,214l10.47-52.38a8,8,0,0,0-5-9.06L62,132.71l84.62-90.66L136.16,94.43a8,8,0,0,0,5,9.06l52.8,19.8Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M211.89,119.09a4,4,0,0,0-2.49-2.84l-60.81-22.8,15.33-76.67a4,4,0,0,0-6.84-3.51l-112,120a4,4,0,0,0-1,3.64,4,4,0,0,0,2.49,2.84l60.81,22.8L92.08,239.22a4,4,0,0,0,6.84,3.51l112-120A4,4,0,0,0,211.89,119.09ZM102.68,227l13.24-66.2a4,4,0,0,0-2.52-4.53L55,134.36,153.32,29l-13.24,66.2a4,4,0,0,0,2.52,4.53L201,121.64Z"}))]]),vP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M203.57,51A107.9,107.9,0,0,0,20,128c0,44.72,27.6,82.25,72,97.94A36,36,0,0,0,140,192a12,12,0,0,1,12-12h46.21a35.79,35.79,0,0,0,35.1-28A108.6,108.6,0,0,0,236,127.09,107.23,107.23,0,0,0,203.57,51Zm6.34,95.67a11.91,11.91,0,0,1-11.7,9.3H152a36,36,0,0,0-36,36,12,12,0,0,1-16,11.3c-16.65-5.88-30.65-15.76-40.48-28.56A76,76,0,0,1,44,128a84,84,0,0,1,83.13-84H128a84.35,84.35,0,0,1,84,83.29A84.72,84.72,0,0,1,209.91,146.71ZM144,76a16,16,0,1,1-16-16A16,16,0,0,1,144,76Zm-44,24A16,16,0,1,1,84,84,16,16,0,0,1,100,100Zm0,56a16,16,0,1,1-16-16A16,16,0,0,1,100,156Zm88-56a16,16,0,1,1-16-16A16,16,0,0,1,188,100Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,127.17a96.48,96.48,0,0,1-2.39,22.18A24,24,0,0,1,198.21,168H152a24,24,0,0,0-24,24,24,24,0,0,1-32,22.61C58.73,201.44,32,169.81,32,128a96,96,0,0,1,95-96C179.84,31.47,223.55,74.35,224,127.17Z",opacity:"0.2"}),d.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89ZM84,168a12,12,0,1,1,12-12A12,12,0,0,1,84,168Zm0-56a12,12,0,1,1,12-12A12,12,0,0,1,84,112Zm44-24a12,12,0,1,1,12-12A12,12,0,0,1,128,88Zm44,24a12,12,0,1,1,12-12A12,12,0,0,1,172,112Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M199.37,55.31A101.32,101.32,0,0,0,128,26h-1A102,102,0,0,0,26,128c0,42.09,26.07,77.44,68,92.26A30.21,30.21,0,0,0,104.11,222,30.06,30.06,0,0,0,134,192a18,18,0,0,1,18-18h46.21a29.82,29.82,0,0,0,29.25-23.31A102.71,102.71,0,0,0,230,127.11,101.25,101.25,0,0,0,199.37,55.31ZM215.76,148a17.89,17.89,0,0,1-17.55,14H152a30,30,0,0,0-30,30,18,18,0,0,1-24,17C61,195.86,38,164.85,38,128a90,90,0,0,1,89.07-90H128a90.34,90.34,0,0,1,90,89.22A90.46,90.46,0,0,1,215.76,148ZM138,76a10,10,0,1,1-10-10A10,10,0,0,1,138,76ZM94,100A10,10,0,1,1,84,90,10,10,0,0,1,94,100Zm0,56a10,10,0,1,1-10-10A10,10,0,0,1,94,156Zm88-56a10,10,0,1,1-10-10A10,10,0,0,1,182,100Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200.77,53.89A103.27,103.27,0,0,0,128,24h-1.07A104,104,0,0,0,24,128c0,43,26.58,79.06,69.36,94.17A32,32,0,0,0,136,192a16,16,0,0,1,16-16h46.21a31.81,31.81,0,0,0,31.2-24.88,104.43,104.43,0,0,0,2.59-24A103.28,103.28,0,0,0,200.77,53.89Zm13,93.71A15.89,15.89,0,0,1,198.21,160H152a32,32,0,0,0-32,32,16,16,0,0,1-21.31,15.07C62.49,194.3,40,164,40,128a88,88,0,0,1,87.09-88h.9a88.35,88.35,0,0,1,88,87.25A88.86,88.86,0,0,1,213.81,147.6ZM140,76a12,12,0,1,1-12-12A12,12,0,0,1,140,76ZM96,100A12,12,0,1,1,84,88,12,12,0,0,1,96,100Zm0,56a12,12,0,1,1-12-12A12,12,0,0,1,96,156Zm88-56a12,12,0,1,1-12-12A12,12,0,0,1,184,100Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M198,56.74A99.31,99.31,0,0,0,128,28h-1A100,100,0,0,0,28,128c0,41.22,25.55,75.85,66.69,90.38a28.34,28.34,0,0,0,9.42,1.63A28,28,0,0,0,132,192a20,20,0,0,1,20-20h46.21a27.84,27.84,0,0,0,27.3-21.76,100.37,100.37,0,0,0,2.49-23.1A99.26,99.26,0,0,0,198,56.74Zm19.74,91.72A19.89,19.89,0,0,1,198.21,164H152a28,28,0,0,0-28,28,20,20,0,0,1-26.64,18.83C59.51,197.46,36,165.72,36,128a92,92,0,0,1,91.05-92H128a92,92,0,0,1,89.72,112.46ZM136,76a8,8,0,1,1-8-8A8,8,0,0,1,136,76ZM92,100a8,8,0,1,1-8-8A8,8,0,0,1,92,100Zm0,56a8,8,0,1,1-8-8A8,8,0,0,1,92,156Zm88-56a8,8,0,1,1-8-8A8,8,0,0,1,180,100Z"}))]]),bP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z",opacity:"0.2"}),d.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M225.9,74.78,181.21,30.09a14,14,0,0,0-19.8,0L38.1,153.41a13.94,13.94,0,0,0-4.1,9.9V208a14,14,0,0,0,14,14H92.69a13.94,13.94,0,0,0,9.9-4.1L225.9,94.58a14,14,0,0,0,0-19.8ZM94.1,209.41a2,2,0,0,1-1.41.59H48a2,2,0,0,1-2-2V163.31a2,2,0,0,1,.59-1.41L136,72.48,183.51,120ZM217.41,86.1,192,111.51,144.49,64,169.9,38.58a2,2,0,0,1,2.83,0l44.68,44.69a2,2,0,0,1,0,2.83Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224.49,76.2,179.8,31.51a12,12,0,0,0-17,0L133.17,61.17h0L39.52,154.83A11.9,11.9,0,0,0,36,163.31V208a12,12,0,0,0,12,12H92.69a12,12,0,0,0,8.48-3.51L224.48,93.17a12,12,0,0,0,0-17Zm-129,134.63A4,4,0,0,1,92.69,212H48a4,4,0,0,1-4-4V163.31a4,4,0,0,1,1.17-2.83L136,69.65,186.34,120ZM218.83,87.51,192,114.34,141.66,64l26.82-26.83a4,4,0,0,1,5.66,0l44.69,44.68a4,4,0,0,1,0,5.66Z"}))]]),wP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M228,128a12,12,0,0,1-12,12H140v76a12,12,0,0,1-24,0V140H40a12,12,0,0,1,0-24h76V40a12,12,0,0,1,24,0v76h76A12,12,0,0,1,228,128Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),d.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,136H136v48a8,8,0,0,1-16,0V136H72a8,8,0,0,1,0-16h48V72a8,8,0,0,1,16,0v48h48a8,8,0,0,1,0,16Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M222,128a6,6,0,0,1-6,6H134v82a6,6,0,0,1-12,0V134H40a6,6,0,0,1,0-12h82V40a6,6,0,0,1,12,0v82h82A6,6,0,0,1,222,128Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,128a8,8,0,0,1-8,8H136v80a8,8,0,0,1-16,0V136H40a8,8,0,0,1,0-16h80V40a8,8,0,0,1,16,0v80h80A8,8,0,0,1,224,128Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M220,128a4,4,0,0,1-4,4H132v84a4,4,0,0,1-8,0V132H40a4,4,0,0,1,0-8h84V40a4,4,0,0,1,8,0v84h84A4,4,0,0,1,220,128Z"}))]]),SP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,28H48A20,20,0,0,0,28,48V208a20,20,0,0,0,20,20H208a20,20,0,0,0,20-20V48A20,20,0,0,0,208,28Zm-4,176H52V52H204Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,48V208a8,8,0,0,1-8,8H48a8,8,0,0,1-8-8V48a8,8,0,0,1,8-8H208A8,8,0,0,1,216,48Z",opacity:"0.2"}),d.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V48H208V208Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,48V208a16,16,0,0,1-16,16H48a16,16,0,0,1-16-16V48A16,16,0,0,1,48,32H208A16,16,0,0,1,224,48Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,34H48A14,14,0,0,0,34,48V208a14,14,0,0,0,14,14H208a14,14,0,0,0,14-14V48A14,14,0,0,0,208,34Zm2,174a2,2,0,0,1-2,2H48a2,2,0,0,1-2-2V48a2,2,0,0,1,2-2H208a2,2,0,0,1,2,2Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32Zm0,176H48V48H208V208Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,36H48A12,12,0,0,0,36,48V208a12,12,0,0,0,12,12H208a12,12,0,0,0,12-12V48A12,12,0,0,0,208,36Zm4,172a4,4,0,0,1-4,4H48a4,4,0,0,1-4-4V48a4,4,0,0,1,4-4H208a4,4,0,0,1,4,4Z"}))]]),kP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M234.36,170A12,12,0,0,1,230,186.37l-96,56a12,12,0,0,1-12.1,0l-96-56a12,12,0,0,1,12.09-20.74l90,52.48L218,165.63A12,12,0,0,1,234.36,170ZM218,117.63,128,170.11,38.05,117.63A12,12,0,0,0,26,138.37l96,56a12,12,0,0,0,12.1,0l96-56A12,12,0,0,0,218,117.63ZM20,80a12,12,0,0,1,6-10.37l96-56a12.06,12.06,0,0,1,12.1,0l96,56a12,12,0,0,1,0,20.74l-96,56a12,12,0,0,1-12.1,0l-96-56A12,12,0,0,1,20,80Zm35.82,0L128,122.11,200.18,80,128,37.89Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M224,80l-96,56L32,80l96-56Z",opacity:"0.2"}),d.createElement("path",{d:"M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M220,169.09l-92,53.65L36,169.09A8,8,0,0,0,28,182.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,169.09Z"}),d.createElement("path",{d:"M220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09Z"}),d.createElement("path",{d:"M28,86.91l96,56a8,8,0,0,0,8.06,0l96-56a8,8,0,0,0,0-13.82l-96-56a8,8,0,0,0-8.06,0l-96,56a8,8,0,0,0,0,13.82Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M229.18,173a6,6,0,0,1-2.16,8.2l-96,56a6,6,0,0,1-6,0l-96-56a6,6,0,0,1,6-10.36l93,54.23,93-54.23A6,6,0,0,1,229.18,173ZM221,122.82l-93,54.23L35,122.82a6,6,0,0,0-6,10.36l96,56a6,6,0,0,0,6,0l96-56a6,6,0,0,0-6-10.36ZM26,80a6,6,0,0,1,3-5.18l96-56a6,6,0,0,1,6,0l96,56a6,6,0,0,1,0,10.36l-96,56a6,6,0,0,1-6,0l-96-56A6,6,0,0,1,26,80Zm17.91,0L128,129.05,212.09,80,128,31Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M230.91,172A8,8,0,0,1,228,182.91l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,36,169.09l92,53.65,92-53.65A8,8,0,0,1,230.91,172ZM220,121.09l-92,53.65L36,121.09A8,8,0,0,0,28,134.91l96,56a8,8,0,0,0,8.06,0l96-56A8,8,0,1,0,220,121.09ZM24,80a8,8,0,0,1,4-6.91l96-56a8,8,0,0,1,8.06,0l96,56a8,8,0,0,1,0,13.82l-96,56a8,8,0,0,1-8.06,0l-96-56A8,8,0,0,1,24,80Zm23.88,0L128,126.74,208.12,80,128,33.26Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M227.45,174a4,4,0,0,1-1.44,5.48l-96,56a4,4,0,0,1-4,0l-96-56a4,4,0,0,1,4-6.92l94,54.83,94-54.83A4,4,0,0,1,227.45,174ZM222,124.54l-94,54.83L34,124.54a4,4,0,0,0-4,6.92l96,56a4,4,0,0,0,4,0l96-56a4,4,0,0,0-4-6.92ZM28,80a4,4,0,0,1,2-3.46l96-56a4,4,0,0,1,4,0l96,56a4,4,0,0,1,0,6.92l-96,56a4,4,0,0,1-4,0l-96-56A4,4,0,0,1,28,80Zm11.94,0L128,131.37,216.06,80,128,28.63Z"}))]]),PP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M90.86,50.89a12,12,0,0,0-21.72,0l-64,136a12,12,0,0,0,21.71,10.22L42.44,164h75.12l15.58,33.11a12,12,0,0,0,21.72-10.22ZM53.74,140,80,84.18,106.27,140ZM200,84c-13.85,0-24.77,3.86-32.45,11.48a12,12,0,1,0,16.9,17c3-3,8.26-4.52,15.55-4.52,11,0,20,7.18,20,16v4.39A47.28,47.28,0,0,0,200,124c-24.26,0-44,17.94-44,40s19.74,40,44,40a47.18,47.18,0,0,0,22-5.38A12,12,0,0,0,244,192V124C244,101.94,224.26,84,200,84Zm0,96c-11,0-20-7.18-20-16s9-16,20-16,20,7.18,20,16S211,180,200,180Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M232,164c0,15.46-14.33,28-32,28s-32-12.54-32-28,14.33-28,32-28S232,148.54,232,164ZM34.82,152h90.36L80,56Z",opacity:"0.2"}),d.createElement("path",{d:"M87.24,52.59a8,8,0,0,0-14.48,0l-64,136a8,8,0,1,0,14.48,6.81L39.9,160h80.2l16.66,35.4a8,8,0,1,0,14.48-6.81ZM47.43,144,80,74.79,112.57,144ZM200,96c-12.76,0-22.73,3.47-29.63,10.32a8,8,0,0,0,11.26,11.36c3.8-3.77,10-5.68,18.37-5.68,13.23,0,24,9,24,20v3.22A42.76,42.76,0,0,0,200,128c-22.06,0-40,16.15-40,36s17.94,36,40,36a42.73,42.73,0,0,0,24-7.25,8,8,0,0,0,16-.75V132C240,112.15,222.06,96,200,96Zm0,88c-13.23,0-24-9-24-20s10.77-20,24-20,24,9,24,20S213.23,184,200,184Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200,156c0,6.5-7.33,12-16,12s-16-5.5-16-12,7.33-12,16-12S200,149.5,200,156ZM232,56V200a16,16,0,0,1-16,16H40a16,16,0,0,1-16-16V56A16,16,0,0,1,40,40H216A16,16,0,0,1,232,56ZM143.37,172.88l-44-104a8,8,0,0,0-14.74,0l-44,104a8,8,0,0,0,14.74,6.24L66.84,152h50.32l11.47,27.12a8,8,0,0,0,14.74-6.24ZM216,124c0-15.44-14.36-28-32-28a34.86,34.86,0,0,0-20.78,6.68,8,8,0,0,0,9.56,12.83A18.84,18.84,0,0,1,184,112c8.56,0,15.8,5.36,16,11.76v8A35.24,35.24,0,0,0,184,128c-17.64,0-32,12.56-32,28s14.36,28,32,28a35.13,35.13,0,0,0,16.93-4.26A8,8,0,0,0,216,176ZM73.61,136h36.78L92,92.53Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M85.43,53.45a6,6,0,0,0-10.86,0l-64,136a6,6,0,1,0,10.86,5.11L38.63,158h82.74l17.2,36.55a6,6,0,1,0,10.86-5.11ZM44.28,146,80,70.09,115.72,146ZM200,98c-12.21,0-21.71,3.28-28.23,9.74a6,6,0,0,0,8.46,8.52c4.18-4.15,10.84-6.26,19.77-6.26,14.34,0,26,9.87,26,22v7.24A40.36,40.36,0,0,0,200,130c-20.95,0-38,15.25-38,34s17.05,34,38,34a40.36,40.36,0,0,0,26-9.24V192a6,6,0,0,0,12,0V132C238,113.25,221,98,200,98Zm0,88c-14.34,0-26-9.87-26-22s11.66-22,26-22,26,9.87,26,22S214.34,186,200,186Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M87.24,52.59a8,8,0,0,0-14.48,0l-64,136a8,8,0,1,0,14.48,6.81L39.9,160h80.2l16.66,35.4a8,8,0,1,0,14.48-6.81ZM47.43,144,80,74.79,112.57,144ZM200,96c-12.76,0-22.73,3.47-29.63,10.32a8,8,0,0,0,11.26,11.36c3.8-3.77,10-5.68,18.37-5.68,13.23,0,24,9,24,20v3.22A42.76,42.76,0,0,0,200,128c-22.06,0-40,16.15-40,36s17.94,36,40,36a42.73,42.73,0,0,0,24-7.25,8,8,0,0,0,16-.75V132C240,112.15,222.06,96,200,96Zm0,88c-13.23,0-24-9-24-20s10.77-20,24-20,24,9,24,20S213.23,184,200,184Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M83.62,54.3a4,4,0,0,0-7.24,0l-64,136a4,4,0,0,0,7.24,3.4L37.36,156h85.28l17.74,37.7a4,4,0,1,0,7.24-3.4ZM41.13,148,80,65.39,118.87,148ZM200,100c-11.67,0-20.69,3.08-26.82,9.16a4,4,0,1,0,5.64,5.68c4.57-4.54,11.7-6.84,21.18-6.84,15.44,0,28,10.77,28,24v11.92A37.78,37.78,0,0,0,200,132c-19.85,0-36,14.35-36,32s16.15,32,36,32a37.78,37.78,0,0,0,28-11.92V192a4,4,0,0,0,8,0V132C236,114.36,219.85,100,200,100Zm0,88c-15.44,0-28-10.77-28-24s12.56-24,28-24,28,10.77,28,24S215.44,188,200,188Z"}))]]),AP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M212,56V88a12,12,0,0,1-24,0V68H140V188h20a12,12,0,0,1,0,24H96a12,12,0,0,1,0-24h20V68H68V88a12,12,0,0,1-24,0V56A12,12,0,0,1,56,44H200A12,12,0,0,1,212,56Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200,56V184a16,16,0,0,1-16,16H72a16,16,0,0,1-16-16V56Z",opacity:"0.2"}),d.createElement("path",{d:"M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM184,96a8,8,0,0,1-16,0V88H136v88h12a8,8,0,0,1,0,16H108a8,8,0,0,1,0-16h12V88H88v8a8,8,0,0,1-16,0V80a8,8,0,0,1,8-8h96a8,8,0,0,1,8,8Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M206,56V88a6,6,0,0,1-12,0V62H134V194h26a6,6,0,0,1,0,12H96a6,6,0,0,1,0-12h26V62H62V88a6,6,0,0,1-12,0V56a6,6,0,0,1,6-6H200A6,6,0,0,1,206,56Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,56V88a8,8,0,0,1-16,0V64H136V192h24a8,8,0,0,1,0,16H96a8,8,0,0,1,0-16h24V64H64V88a8,8,0,0,1-16,0V56a8,8,0,0,1,8-8H200A8,8,0,0,1,208,56Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M204,56V88a4,4,0,0,1-8,0V60H132V196h28a4,4,0,0,1,0,8H96a4,4,0,0,1,0-8h28V60H60V88a4,4,0,0,1-8,0V56a4,4,0,0,1,4-4H200A4,4,0,0,1,204,56Z"}))]]),$P=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),d.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z"}))]]),CP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M240.26,186.1,152.81,34.23h0a28.74,28.74,0,0,0-49.62,0L15.74,186.1a27.45,27.45,0,0,0,0,27.71A28.31,28.31,0,0,0,40.55,228h174.9a28.31,28.31,0,0,0,24.79-14.19A27.45,27.45,0,0,0,240.26,186.1Zm-20.8,15.7a4.46,4.46,0,0,1-4,2.2H40.55a4.46,4.46,0,0,1-4-2.2,3.56,3.56,0,0,1,0-3.73L124,46.2a4.77,4.77,0,0,1,8,0l87.44,151.87A3.56,3.56,0,0,1,219.46,201.8ZM116,136V104a12,12,0,0,1,24,0v32a12,12,0,0,1-24,0Zm28,40a16,16,0,1,1-16-16A16,16,0,0,1,144,176Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M215.46,216H40.54C27.92,216,20,202.79,26.13,192.09L113.59,40.22c6.3-11,22.52-11,28.82,0l87.46,151.87C236,202.79,228.08,216,215.46,216Z",opacity:"0.2"}),d.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM120,104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm8,88a12,12,0,1,1,12-12A12,12,0,0,1,128,192Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M235.07,189.09,147.61,37.22h0a22.75,22.75,0,0,0-39.22,0L20.93,189.09a21.53,21.53,0,0,0,0,21.72A22.35,22.35,0,0,0,40.55,222h174.9a22.35,22.35,0,0,0,19.6-11.19A21.53,21.53,0,0,0,235.07,189.09ZM224.66,204.8a10.46,10.46,0,0,1-9.21,5.2H40.55a10.46,10.46,0,0,1-9.21-5.2,9.51,9.51,0,0,1,0-9.72L118.79,43.21a10.75,10.75,0,0,1,18.42,0l87.46,151.87A9.51,9.51,0,0,1,224.66,204.8ZM122,144V104a6,6,0,0,1,12,0v40a6,6,0,0,1-12,0Zm16,36a10,10,0,1,1-10-10A10,10,0,0,1,138,180Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M236.8,188.09,149.35,36.22h0a24.76,24.76,0,0,0-42.7,0L19.2,188.09a23.51,23.51,0,0,0,0,23.72A24.35,24.35,0,0,0,40.55,224h174.9a24.35,24.35,0,0,0,21.33-12.19A23.51,23.51,0,0,0,236.8,188.09ZM222.93,203.8a8.5,8.5,0,0,1-7.48,4.2H40.55a8.5,8.5,0,0,1-7.48-4.2,7.59,7.59,0,0,1,0-7.72L120.52,44.21a8.75,8.75,0,0,1,15,0l87.45,151.87A7.59,7.59,0,0,1,222.93,203.8ZM120,144V104a8,8,0,0,1,16,0v40a8,8,0,0,1-16,0Zm20,36a12,12,0,1,1-12-12A12,12,0,0,1,140,180Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M233.34,190.09,145.88,38.22h0a20.75,20.75,0,0,0-35.76,0L22.66,190.09a19.52,19.52,0,0,0,0,19.71A20.36,20.36,0,0,0,40.54,220H215.46a20.36,20.36,0,0,0,17.86-10.2A19.52,19.52,0,0,0,233.34,190.09ZM226.4,205.8a12.47,12.47,0,0,1-10.94,6.2H40.54a12.47,12.47,0,0,1-10.94-6.2,11.45,11.45,0,0,1,0-11.72L117.05,42.21a12.76,12.76,0,0,1,21.9,0L226.4,194.08A11.45,11.45,0,0,1,226.4,205.8ZM124,144V104a4,4,0,0,1,8,0v40a4,4,0,0,1-8,0Zm12,36a8,8,0,1,1-8-8A8,8,0,0,1,136,180Z"}))]]),EP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M60,96v64a12,12,0,0,1-24,0V96a12,12,0,0,1,24,0ZM88,20A12,12,0,0,0,76,32V224a12,12,0,0,0,24,0V32A12,12,0,0,0,88,20Zm40,32a12,12,0,0,0-12,12V192a12,12,0,0,0,24,0V64A12,12,0,0,0,128,52Zm40,32a12,12,0,0,0-12,12v64a12,12,0,0,0,24,0V96A12,12,0,0,0,168,84Zm40-16a12,12,0,0,0-12,12v96a12,12,0,0,0,24,0V80A12,12,0,0,0,208,68Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,96v64H48V96Z",opacity:"0.2"}),d.createElement("path",{d:"M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A16,16,0,0,0,216,40ZM72,152a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,32a8,8,0,0,1-16,0V72a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V88a8,8,0,0,1,16,0Zm32-16a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm32,8a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M54,96v64a6,6,0,0,1-12,0V96a6,6,0,0,1,12,0ZM88,26a6,6,0,0,0-6,6V224a6,6,0,0,0,12,0V32A6,6,0,0,0,88,26Zm40,32a6,6,0,0,0-6,6V192a6,6,0,0,0,12,0V64A6,6,0,0,0,128,58Zm40,32a6,6,0,0,0-6,6v64a6,6,0,0,0,12,0V96A6,6,0,0,0,168,90Zm40-16a6,6,0,0,0-6,6v96a6,6,0,0,0,12,0V80A6,6,0,0,0,208,74Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M56,96v64a8,8,0,0,1-16,0V96a8,8,0,0,1,16,0ZM88,24a8,8,0,0,0-8,8V224a8,8,0,0,0,16,0V32A8,8,0,0,0,88,24Zm40,32a8,8,0,0,0-8,8V192a8,8,0,0,0,16,0V64A8,8,0,0,0,128,56Zm40,32a8,8,0,0,0-8,8v64a8,8,0,0,0,16,0V96A8,8,0,0,0,168,88Zm40-16a8,8,0,0,0-8,8v96a8,8,0,0,0,16,0V80A8,8,0,0,0,208,72Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M52,96v64a4,4,0,0,1-8,0V96a4,4,0,0,1,8,0ZM88,28a4,4,0,0,0-4,4V224a4,4,0,0,0,8,0V32A4,4,0,0,0,88,28Zm40,32a4,4,0,0,0-4,4V192a4,4,0,0,0,8,0V64A4,4,0,0,0,128,60Zm40,32a4,4,0,0,0-4,4v64a4,4,0,0,0,8,0V96A4,4,0,0,0,168,92Zm40-16a4,4,0,0,0-4,4v96a4,4,0,0,0,8,0V80A4,4,0,0,0,208,76Z"}))]]),TP=new Map([["bold",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208.49,191.51a12,12,0,0,1-17,17L128,145,64.49,208.49a12,12,0,0,1-17-17L111,128,47.51,64.49a12,12,0,0,1,17-17L128,111l63.51-63.52a12,12,0,0,1,17,17L145,128Z"}))],["duotone",d.createElement(d.Fragment,null,d.createElement("path",{d:"M216,56V200a16,16,0,0,1-16,16H56a16,16,0,0,1-16-16V56A16,16,0,0,1,56,40H200A16,16,0,0,1,216,56Z",opacity:"0.2"}),d.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["fill",d.createElement(d.Fragment,null,d.createElement("path",{d:"M208,32H48A16,16,0,0,0,32,48V208a16,16,0,0,0,16,16H208a16,16,0,0,0,16-16V48A16,16,0,0,0,208,32ZM181.66,170.34a8,8,0,0,1-11.32,11.32L128,139.31,85.66,181.66a8,8,0,0,1-11.32-11.32L116.69,128,74.34,85.66A8,8,0,0,1,85.66,74.34L128,116.69l42.34-42.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["light",d.createElement(d.Fragment,null,d.createElement("path",{d:"M204.24,195.76a6,6,0,1,1-8.48,8.48L128,136.49,60.24,204.24a6,6,0,0,1-8.48-8.48L119.51,128,51.76,60.24a6,6,0,0,1,8.48-8.48L128,119.51l67.76-67.75a6,6,0,0,1,8.48,8.48L136.49,128Z"}))],["regular",d.createElement(d.Fragment,null,d.createElement("path",{d:"M205.66,194.34a8,8,0,0,1-11.32,11.32L128,139.31,61.66,205.66a8,8,0,0,1-11.32-11.32L116.69,128,50.34,61.66A8,8,0,0,1,61.66,50.34L128,116.69l66.34-66.35a8,8,0,0,1,11.32,11.32L139.31,128Z"}))],["thin",d.createElement(d.Fragment,null,d.createElement("path",{d:"M202.83,197.17a4,4,0,0,1-5.66,5.66L128,133.66,58.83,202.83a4,4,0,0,1-5.66-5.66L122.34,128,53.17,58.83a4,4,0,0,1,5.66-5.66L128,122.34l69.17-69.17a4,4,0,1,1,5.66,5.66L133.66,128Z"}))]]),MP=d.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),mt=d.forwardRef((n,e)=>{const{alt:t,color:r,size:i,weight:s,mirrored:a,children:c,weights:u,...h}=n,{color:m="currentColor",size:O,weight:x="regular",mirrored:v=!1,...w}=d.useContext(MP);return d.createElement("svg",{ref:e,xmlns:"http://www.w3.org/2000/svg",width:i??O,height:i??O,fill:r??m,viewBox:"0 0 256 256",transform:a||v?"scale(-1, 1)":void 0,...w,...h},!!t&&d.createElement("title",null,t),c,u.get(s??x))});mt.displayName="IconBase";const Hy=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:F9}));Hy.displayName="ArrowClockwiseIcon";const QP=Hy,Wy=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:z9}));Wy.displayName="ArrowCounterClockwiseIcon";const jP=Wy,By=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:H9}));By.displayName="ArrowLeftIcon";const ZP=By,Yy=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:W9}));Yy.displayName="ArrowsOutCardinalIcon";const RP=Yy,qy=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:B9}));qy.displayName="CameraIcon";const NP=qy,Uy=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:Y9}));Uy.displayName="CaretDownIcon";const LP=Uy,U1=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:q9}));U1.displayName="CaretRightIcon";const Gy=U1,Ky=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:U9}));Ky.displayName="ChatCenteredTextIcon";const VP=Ky,Jy=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:G9}));Jy.displayName="CheckCircleIcon";const e3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:K9}));e3.displayName="CopyIcon";const _P=e3,t3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:J9}));t3.displayName="EyeIcon";const IP=t3,n3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:eP}));n3.displayName="FileIcon";const DP=n3,r3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:tP}));r3.displayName="FileCodeIcon";const XP=r3,i3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:nP}));i3.displayName="FileCssIcon";const FP=i3,s3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:rP}));s3.displayName="FileHtmlIcon";const zP=s3,o3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:iP}));o3.displayName="FileJpgIcon";const HP=o3,a3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:sP}));a3.displayName="FileJsIcon";const WP=a3,l3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:oP}));l3.displayName="FileJsxIcon";const BP=l3,c3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:aP}));c3.displayName="FileMdIcon";const YP=c3,u3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:lP}));u3.displayName="FilePlusIcon";const W4=u3,d3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:cP}));d3.displayName="FilePngIcon";const qP=d3,f3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:uP}));f3.displayName="FileSvgIcon";const UP=f3,h3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:dP}));h3.displayName="FileTsIcon";const GP=h3,p3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:fP}));p3.displayName="FileTsxIcon";const KP=p3,m3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:hP}));m3.displayName="FileTxtIcon";const JP=m3,g3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:pP}));g3.displayName="FileVideoIcon";const eA=g3,O3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:mP}));O3.displayName="FolderSimpleIcon";const tA=O3,x3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:gP}));x3.displayName="FolderSimplePlusIcon";const y3=x3,v3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:OP}));v3.displayName="GearIcon";const nA=v3,b3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:xP}));b3.displayName="ImageIcon";const rA=b3,w3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:yP}));w3.displayName="LightningIcon";const iA=w3,S3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:vP}));S3.displayName="PaletteIcon";const sA=S3,k3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:bP}));k3.displayName="PencilSimpleIcon";const oA=k3,P3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:wP}));P3.displayName="PlusIcon";const A3=P3,$3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:SP}));$3.displayName="SquareIcon";const aA=$3,C3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:kP}));C3.displayName="StackIcon";const lA=C3,E3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:PP}));E3.displayName="TextAaIcon";const cA=E3,T3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:AP}));T3.displayName="TextTIcon";const uA=T3,M3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:$P}));M3.displayName="TrashIcon";const dA=M3,R1=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:CP}));R1.displayName="WarningIcon";const Q3=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:EP}));Q3.displayName="WaveformIcon";const fA=Q3,eg=d.forwardRef((n,e)=>d.createElement(mt,{ref:e,...n,weights:TP}));eg.displayName="XIcon";const hA=eg;function pA({stack:n,onNavigate:e}){return n.length<=1?null:p.jsxs("nav",{"aria-label":"Composition navigation",className:"flex items-center gap-1 px-2 h-8 border-b border-neutral-800/50 bg-neutral-900/50 flex-shrink-0",children:[p.jsx("button",{type:"button",onClick:()=>e(n.length-2),className:"flex items-center gap-1 px-1.5 py-0.5 rounded text-xs text-neutral-400 hover:text-white hover:bg-neutral-800 transition-colors",title:"Back (Esc)",children:p.jsx(ZP,{size:12,weight:"bold"})}),n.map((t,r)=>{const i=r===n.length-1;return p.jsxs("span",{className:"flex items-center gap-1",children:[r>0&&p.jsx(Gy,{size:10,className:"text-neutral-600 flex-shrink-0"}),i?p.jsx("span",{className:"text-xs text-neutral-200 font-medium",children:t.label}):p.jsx("button",{type:"button",onClick:()=>e(r),className:"text-xs text-neutral-500 hover:text-neutral-200 transition-colors",children:t.label})]},t.id)})]})}const j3="Shift+T";function mA(n){var i,s,a;if(!n||typeof n!="object")return!1;const e=n,t=(i=e.tagName)==null?void 0:i.toLowerCase();if(t==="input"||t==="textarea"||t==="select"||e.isContentEditable)return!0;const r=(s=e.getAttribute)==null?void 0:s.call(e,"role");return r==="textbox"||r==="searchbox"||r==="combobox"?!0:!!((a=e.closest)!=null&&a.call(e,"input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"))}function gA(n){return n.metaKey||n.ctrlKey||n.altKey||!n.shiftKey||n.key.toLowerCase()!=="t"?!1:!mA(n.target)}function Z3(n){return`${n?"Hide":"Show"} timeline editor (${j3})`}const OA=100,xA=220,yA=120;const vA=d.memo(function({projectId:e,portrait:t,previewOverlay:r,timelineToolbar:i,timelineFooter:s,refreshKey:a,activeCompositionPath:c,onIframeRef:u,onCompositionChange:h,renderClipContent:m,onFileDrop:O,onDeleteElement:x,onAssetDrop:v,onMoveElement:w,onResizeElement:k,onBlockedEditAttempt:$,onSelectTimelineElement:M,onInspectTimelineElement:N,inspectedTimelineElementId:A,timelineLayerChildCounts:j,onCompIdToSrcChange:T,timelineVisible:R,onToggleTimeline:Q,onCompositionLoadingChange:B}){const{iframeRef:K,togglePlay:ie,seek:le,onIframeLoad:V,saveSeekPosition:ae}=I9(),Oe=d.useRef(e);Oe.current!==e&&(Oe.current=e,Le.getState().reset());const ge=d.useRef(a);d.useEffect(()=>{a!==ge.current&&(ge.current=a,ae())},[a,ae]);const Me=d.useCallback(()=>{V(),u==null||u(K.current)},[V,K,u]),[he,_]=d.useState(new Map);un(()=>{fetch(`/api/projects/${e}/files/index.html`).then(Re=>Re.json()).then(Re=>{const vt=Re.content||"",ot=new Map,gt=/data-composition-id=["']([^"']+)["'][^>]*data-composition-src=["']([^"']+)["']|data-composition-src=["']([^"']+)["'][^>]*data-composition-id=["']([^"']+)["']/g;let dt;for(;(dt=gt.exec(vt))!==null;){const At=dt[1]||dt[4],Gt=dt[2]||dt[3];At&&Gt&&ot.set(At,Gt)}_(ot),T==null||T(ot)}).catch(()=>{})});const z=d.useRef(he);z.current=he,d.useEffect(()=>{if(he.size===0)return;const Re=gt=>{const dt=z.current;if(dt.size===0)return null;let At=!1;const Gt=gt.map(nn=>{if(nn.compositionSrc)return nn;const Ut=dt.get(nn.id)??dt.get(nn.id.replace(/-(host|comp|layer)$/,""));return Ut?(At=!0,{...nn,compositionSrc:Ut}):nn});return At?Gt:null},vt=Re(Le.getState().elements);vt&&Le.getState().setElements(vt);let ot=!1;return Le.subscribe((gt,dt)=>{if(ot||gt.elements===dt.elements||gt.elements.length===0||gt.elements.every(Gt=>Gt.compositionSrc))return;ot=!0;const At=Re(gt.elements);At&&gt.setElements(At),ot=!1})},[he]);const[G,C]=d.useState([{id:"master",label:"Master",previewUrl:`/api/projects/${e}/preview`}]),D=d.useRef(h);D.current=h;const ee=d.useCallback(Re=>{C(vt=>{var dt;const ot=typeof Re=="function"?Re(vt):Re,gt=(dt=ot[ot.length-1])==null?void 0:dt.id;return queueMicrotask(()=>{var At;return(At=D.current)==null?void 0:At.call(D,gt==="master"?null:gt)}),ot})},[]),[Ee,Qe]=d.useState(xA),[tt,Ie]=d.useState(!0),Y=tt;d.useEffect(()=>{B==null||B(tt)},[tt,B]);const se=R??!0,xe=d.useRef(!1),Ce=d.useRef(null),_e=G[G.length-1],qe=G.length>1?_e.previewUrl:void 0;d.useEffect(()=>{u==null||u(K.current)},[G.length,u,a,K]);const Ne=d.useRef(0),ze=K,Je=d.useCallback(Re=>{var gt;if(!Re.compositionSrc)return;Ne.current=Le.getState().currentTime,ae();const vt=Re.id;let ot=he.get(vt);if(!ot)try{const dt=(gt=ze.current)==null?void 0:gt.contentDocument;if(dt){const At=dt.querySelector(`[data-composition-id="${vt}"][data-composition-src]`);At&&(ot=At.getAttribute("data-composition-src")||void 0)}}catch{}if(!ot){const dt=Re.compositionSrc,At=dt.match(/compositions\/.*\.html/);ot=At?At[0]:dt}Le.getState().setElements([]),ee(dt=>{var Ut;if(dt[dt.length-1].id===ot&&dt.length>1)return dt.slice(0,-1);const Gt=((Ut=ot.split("/").pop())==null?void 0:Ut.replace(/\.html$/,""))||ot,nn=`/api/projects/${e}/preview/comp/${ot}`;return[...dt,{id:ot,label:Gt,previewUrl:nn}]})},[e,he]),St=d.useCallback(Re=>{Re===0&&Ne.current>0&&Le.getState().setCurrentTime(Ne.current),ae(),Le.getState().setElements([]),ee(vt=>vt.slice(0,Re+1))},[]);d.useEffect(()=>{if(c==="index.html")Le.getState().setElements([]),ee(Re=>Re.length>1?[Re[0]]:Re);else if(c&&c.startsWith("compositions/")){const Re=c.replace(/^compositions\//,"").replace(/\.html$/,""),vt=`/api/projects/${e}/preview/comp/${c}`;Le.getState().setElements([]),ee(ot=>{var gt;return((gt=ot[ot.length-1])==null?void 0:gt.id)===c?ot:[{id:"master",label:"Master",previewUrl:`/api/projects/${e}/preview`},{id:c,label:Re,previewUrl:vt}]})}else c||Le.getState().setElements([])},[c,e,ee]);const ue=d.useCallback(Re=>{Y||(Re.preventDefault(),xe.current=!0,Re.target.setPointerCapture(Re.pointerId))},[Y]),Te=d.useCallback(Re=>{if(Y||!xe.current||!Ce.current)return;const vt=Ce.current.getBoundingClientRect(),ot=Re.clientY-vt.top,gt=vt.height,dt=Math.max(OA,Math.min(gt-yA,gt-ot));Qe(dt)},[Y]),ce=d.useCallback(()=>{xe.current=!1},[]),rt=d.useCallback(Re=>{Re.key==="Escape"&&G.length>1&&ee(vt=>vt.slice(0,-1))},[G.length]);return p.jsxs("div",{ref:Ce,className:"flex flex-col h-full min-h-0 bg-neutral-950",onKeyDown:rt,tabIndex:-1,children:[p.jsxs("div",{className:"flex-1 min-h-0 flex flex-col",children:[p.jsxs("div",{className:"flex-1 min-h-0 relative",children:[p.jsx(X9,{projectId:e,iframeRef:K,onIframeLoad:Me,onCompositionLoadingChange:Ie,portrait:t,directUrl:qe,refreshKey:a}),r]}),p.jsxs("div",{className:"bg-neutral-950 border-t border-neutral-800/50 flex-shrink-0",children:[G.length>1&&p.jsx(pA,{stack:G,onNavigate:St}),p.jsx(g7,{onTogglePlay:ie,onSeek:le,disabled:Y})]})]}),se?p.jsxs(p.Fragment,{children:[p.jsx("div",{className:"group h-2 flex-shrink-0 cursor-row-resize flex items-center justify-center z-10",style:{touchAction:"none"},onPointerDown:ue,onPointerMove:Te,onPointerUp:ce,children:p.jsx("div",{className:"h-px w-full bg-white/10 transition-colors group-hover:bg-white/16 group-active:bg-white/22"})}),p.jsxs("div",{className:"relative flex flex-col flex-shrink-0",style:{height:Ee},"aria-disabled":Y||void 0,children:[p.jsxs("div",{className:"flex flex-col flex-1 min-h-0 overflow-hidden bg-neutral-950",onDoubleClick:Re=>{Re.target.closest("[data-clip]")||Y||G.length>1&&ee(vt=>vt.slice(0,-1))},children:[p.jsx("div",{className:"flex-shrink-0",children:i}),p.jsx(p9,{onSeek:le,onDrillDown:Je,renderClipContent:m,onFileDrop:O,onDeleteElement:x,onAssetDrop:v,onMoveElement:w,onResizeElement:k,onBlockedEditAttempt:$,onSelectElement:M,onInspectElement:N,inspectedElementId:A,layerChildCounts:j,disabled:Y})]}),s&&p.jsx("div",{className:"flex-shrink-0",children:s}),Y&&p.jsx("div",{className:"absolute inset-0 z-30 cursor-not-allowed bg-black/18","data-testid":"timeline-loading-disabled-overlay","aria-hidden":"true",onPointerDown:Re=>Re.preventDefault(),onDragOver:Re=>Re.preventDefault(),onDrop:Re=>Re.preventDefault()})]})]}):Q?p.jsx("div",{className:"flex-shrink-0 border-t border-neutral-800/50 bg-neutral-950/96",children:p.jsxs("div",{className:"flex h-10 items-center justify-between px-3",children:[p.jsx("div",{className:"text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-500",children:"Timeline"}),p.jsxs("button",{type:"button",onClick:Q,className:"flex h-7 items-center gap-1.5 rounded-md border border-neutral-800 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-700 hover:bg-neutral-900 hover:text-neutral-100",title:Z3(!1),"aria-label":"Show timeline editor",children:[p.jsxs("svg",{width:"13",height:"13",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.7",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("rect",{x:"3",y:"13",width:"18",height:"8",rx:"1"}),p.jsx("path",{d:"M7 9h10"}),p.jsx("path",{d:"M8 5h8"})]}),p.jsx("span",{children:"Show"}),p.jsx("span",{className:"hidden rounded bg-white/5 px-1 py-0.5 font-mono text-[9px] text-neutral-500 sm:inline",children:j3})]})]})}):null]})});let Qm=[],R3=[];(()=>{let n="lc,34,7n,7,7b,19,,,,2,,2,,,20,b,1c,l,g,,2t,7,2,6,2,2,,4,z,,u,r,2j,b,1m,9,9,,o,4,,9,,3,,5,17,3,3b,f,,w,1j,,,,4,8,4,,3,7,a,2,t,,1m,,,,2,4,8,,9,,a,2,q,,2,2,1l,,4,2,4,2,2,3,3,,u,2,3,,b,2,1l,,4,5,,2,4,,k,2,m,6,,,1m,,,2,,4,8,,7,3,a,2,u,,1n,,,,c,,9,,14,,3,,1l,3,5,3,,4,7,2,b,2,t,,1m,,2,,2,,3,,5,2,7,2,b,2,s,2,1l,2,,,2,4,8,,9,,a,2,t,,20,,4,,2,3,,,8,,29,,2,7,c,8,2q,,2,9,b,6,22,2,r,,,,,,1j,e,,5,,2,5,b,,10,9,,2u,4,,6,,2,2,2,p,2,4,3,g,4,d,,2,2,6,,f,,jj,3,qa,3,t,3,t,2,u,2,1s,2,,7,8,,2,b,9,,19,3,3b,2,y,,3a,3,4,2,9,,6,3,63,2,2,,1m,,,7,,,,,2,8,6,a,2,,1c,h,1r,4,1c,7,,,5,,14,9,c,2,w,4,2,2,,3,1k,,,2,3,,,3,1m,8,2,2,48,3,,d,,7,4,,6,,3,2,5i,1m,,5,ek,,5f,x,2da,3,3x,,2o,w,fe,6,2x,2,n9w,4,,a,w,2,28,2,7k,,3,,4,,p,2,5,,47,2,q,i,d,,12,8,p,b,1a,3,1c,,2,4,2,2,13,,1v,6,2,2,2,2,c,,8,,1b,,1f,,,3,2,2,5,2,,,16,2,8,,6m,,2,,4,,fn4,,kh,g,g,g,a6,2,gt,,6a,,45,5,1ae,3,,2,5,4,14,3,4,,4l,2,fx,4,ar,2,49,b,4w,,1i,f,1k,3,1d,4,2,2,1x,3,10,5,,8,1q,,c,2,1g,9,a,4,2,,2n,3,2,,,2,6,,4g,,3,8,l,2,1l,2,,,,,m,,e,7,3,5,5f,8,2,3,,,n,,29,,2,6,,,2,,,2,,2,6j,,2,4,6,2,,2,r,2,2d,8,2,,,2,2y,,,,2,6,,,2t,3,2,4,,5,77,9,,2,6t,,a,2,,,4,,40,4,2,2,4,,w,a,14,6,2,4,8,,9,6,2,3,1a,d,,2,ba,7,,6,,,2a,m,2,7,,2,,2,3e,6,3,,,2,,7,,,20,2,3,,,,9n,2,f0b,5,1n,7,t4,,1r,4,29,,f5k,2,43q,,,3,4,5,8,8,2,7,u,4,44,3,1iz,1j,4,1e,8,,e,,m,5,,f,11s,7,,h,2,7,,2,,5,79,7,c5,4,15s,7,31,7,240,5,gx7k,2o,3k,6o".split(",").map(e=>e?parseInt(e,36):1);for(let e=0,t=0;e<n.length;e++)(e%2?R3:Qm).push(t=t+n[e])})();function bA(n){if(n<768)return!1;for(let e=0,t=Qm.length;;){let r=e+t>>1;if(n<Qm[r])t=r;else if(n>=R3[r])e=r+1;else return!0;if(e==t)return!1}}function B4(n){return n>=127462&&n<=127487}const Y4=8205;function wA(n,e,t=!0,r=!0){return(t?N3:SA)(n,e,r)}function N3(n,e,t){if(e==n.length)return e;e&&L3(n.charCodeAt(e))&&V3(n.charCodeAt(e-1))&&e--;let r=dp(n,e);for(e+=q4(r);e<n.length;){let i=dp(n,e);if(r==Y4||i==Y4||t&&bA(i))e+=q4(i),r=i;else if(B4(i)){let s=0,a=e-2;for(;a>=0&&B4(dp(n,a));)s++,a-=2;if(s%2==0)break;e+=2}else break}return e}function SA(n,e,t){for(;e>0;){let r=N3(n,e-2,t);if(r<e)return r;e--}return 0}function dp(n,e){let t=n.charCodeAt(e);if(!V3(t)||e+1==n.length)return t;let r=n.charCodeAt(e+1);return L3(r)?(t-55296<<10)+(r-56320)+65536:t}function L3(n){return n>=56320&&n<57344}function V3(n){return n>=55296&&n<56320}function q4(n){return n<65536?1:2}class Rt{lineAt(e){if(e<0||e>this.length)throw new RangeError(`Invalid position ${e} in document of length ${this.length}`);return this.lineInner(e,!1,1,0)}line(e){if(e<1||e>this.lines)throw new RangeError(`Invalid line number ${e} in ${this.lines}-line document`);return this.lineInner(e,!0,1,0)}replace(e,t,r){[e,t]=Nl(this,e,t);let i=[];return this.decompose(0,e,i,2),r.length&&r.decompose(0,r.length,i,3),this.decompose(t,this.length,i,1),os.from(i,this.length-(t-e)+r.length)}append(e){return this.replace(this.length,this.length,e)}slice(e,t=this.length){[e,t]=Nl(this,e,t);let r=[];return this.decompose(e,t,r,0),os.from(r,t-e)}eq(e){if(e==this)return!0;if(e.length!=this.length||e.lines!=this.lines)return!1;let t=this.scanIdentical(e,1),r=this.length-this.scanIdentical(e,-1),i=new tu(this),s=new tu(e);for(let a=t,c=t;;){if(i.next(a),s.next(a),a=0,i.lineBreak!=s.lineBreak||i.done!=s.done||i.value!=s.value)return!1;if(c+=i.value.length,i.done||c>=r)return!0}}iter(e=1){return new tu(this,e)}iterRange(e,t=this.length){return new _3(this,e,t)}iterLines(e,t){let r;if(e==null)r=this.iter();else{t==null&&(t=this.lines+1);let i=this.line(e).from;r=this.iterRange(i,Math.max(i,t==this.lines+1?this.length:t<=1?0:this.line(t-1).to))}return new I3(r)}toString(){return this.sliceString(0)}toJSON(){let e=[];return this.flatten(e),e}constructor(){}static of(e){if(e.length==0)throw new RangeError("A document must have at least one line");return e.length==1&&!e[0]?Rt.empty:e.length<=32?new Sn(e):os.from(Sn.split(e,[]))}}class Sn extends Rt{constructor(e,t=kA(e)){super(),this.text=e,this.length=t}get lines(){return this.text.length}get children(){return null}lineInner(e,t,r,i){for(let s=0;;s++){let a=this.text[s],c=i+a.length;if((t?r:c)>=e)return new PA(i,c,r,a);i=c+1,r++}}decompose(e,t,r,i){let s=e<=0&&t>=this.length?this:new Sn(U4(this.text,e,t),Math.min(t,this.length)-Math.max(0,e));if(i&1){let a=r.pop(),c=N1(s.text,a.text.slice(),0,s.length);if(c.length<=32)r.push(new Sn(c,a.length+s.length));else{let u=c.length>>1;r.push(new Sn(c.slice(0,u)),new Sn(c.slice(u)))}}else r.push(s)}replace(e,t,r){if(!(r instanceof Sn))return super.replace(e,t,r);[e,t]=Nl(this,e,t);let i=N1(this.text,N1(r.text,U4(this.text,0,e)),t),s=this.length+r.length-(t-e);return i.length<=32?new Sn(i,s):os.from(Sn.split(i,[]),s)}sliceString(e,t=this.length,r=`
55
- `){[e,t]=Nl(this,e,t);let i="";for(let s=0,a=0;s<=t&&a<this.text.length;a++){let c=this.text[a],u=s+c.length;s>e&&a&&(i+=r),e<u&&t>s&&(i+=c.slice(Math.max(0,e-s),t-s)),s=u+1}return i}flatten(e){for(let t of this.text)e.push(t)}scanIdentical(){return 0}static split(e,t){let r=[],i=-1;for(let s of e)r.push(s),i+=s.length+1,r.length==32&&(t.push(new Sn(r,i)),r=[],i=-1);return i>-1&&t.push(new Sn(r,i)),t}}class os extends Rt{constructor(e,t){super(),this.children=e,this.length=t,this.lines=0;for(let r of e)this.lines+=r.lines}lineInner(e,t,r,i){for(let s=0;;s++){let a=this.children[s],c=i+a.length,u=r+a.lines-1;if((t?u:c)>=e)return a.lineInner(e,t,r,i);i=c+1,r=u+1}}decompose(e,t,r,i){for(let s=0,a=0;a<=t&&s<this.children.length;s++){let c=this.children[s],u=a+c.length;if(e<=u&&t>=a){let h=i&((a<=e?1:0)|(u>=t?2:0));a>=e&&u<=t&&!h?r.push(c):c.decompose(e-a,t-a,r,h)}a=u+1}}replace(e,t,r){if([e,t]=Nl(this,e,t),r.lines<this.lines)for(let i=0,s=0;i<this.children.length;i++){let a=this.children[i],c=s+a.length;if(e>=s&&t<=c){let u=a.replace(e-s,t-s,r),h=this.lines-a.lines+u.lines;if(u.lines<h>>4&&u.lines>h>>6){let m=this.children.slice();return m[i]=u,new os(m,this.length-(t-e)+r.length)}return super.replace(s,c,u)}s=c+1}return super.replace(e,t,r)}sliceString(e,t=this.length,r=`
56
- `){[e,t]=Nl(this,e,t);let i="";for(let s=0,a=0;s<this.children.length&&a<=t;s++){let c=this.children[s],u=a+c.length;a>e&&s&&(i+=r),e<u&&t>a&&(i+=c.sliceString(e-a,t-a,r)),a=u+1}return i}flatten(e){for(let t of this.children)t.flatten(e)}scanIdentical(e,t){if(!(e instanceof os))return 0;let r=0,[i,s,a,c]=t>0?[0,0,this.children.length,e.children.length]:[this.children.length-1,e.children.length-1,-1,-1];for(;;i+=t,s+=t){if(i==a||s==c)return r;let u=this.children[i],h=e.children[s];if(u!=h)return r+u.scanIdentical(h,t);r+=u.length+1}}static from(e,t=e.reduce((r,i)=>r+i.length+1,-1)){let r=0;for(let v of e)r+=v.lines;if(r<32){let v=[];for(let w of e)w.flatten(v);return new Sn(v,t)}let i=Math.max(32,r>>5),s=i<<1,a=i>>1,c=[],u=0,h=-1,m=[];function O(v){let w;if(v.lines>s&&v instanceof os)for(let k of v.children)O(k);else v.lines>a&&(u>a||!u)?(x(),c.push(v)):v instanceof Sn&&u&&(w=m[m.length-1])instanceof Sn&&v.lines+w.lines<=32?(u+=v.lines,h+=v.length+1,m[m.length-1]=new Sn(w.text.concat(v.text),w.length+1+v.length)):(u+v.lines>i&&x(),u+=v.lines,h+=v.length+1,m.push(v))}function x(){u!=0&&(c.push(m.length==1?m[0]:os.from(m,h)),h=-1,u=m.length=0)}for(let v of e)O(v);return x(),c.length==1?c[0]:new os(c,t)}}Rt.empty=new Sn([""],0);function kA(n){let e=-1;for(let t of n)e+=t.length+1;return e}function N1(n,e,t=0,r=1e9){for(let i=0,s=0,a=!0;s<n.length&&i<=r;s++){let c=n[s],u=i+c.length;u>=t&&(u>r&&(c=c.slice(0,r-i)),i<t&&(c=c.slice(t-i)),a?(e[e.length-1]+=c,a=!1):e.push(c)),i=u+1}return e}function U4(n,e,t){return N1(n,[""],e,t)}class tu{constructor(e,t=1){this.dir=t,this.done=!1,this.lineBreak=!1,this.value="",this.nodes=[e],this.offsets=[t>0?1:(e instanceof Sn?e.text.length:e.children.length)<<1]}nextInner(e,t){for(this.done=this.lineBreak=!1;;){let r=this.nodes.length-1,i=this.nodes[r],s=this.offsets[r],a=s>>1,c=i instanceof Sn?i.text.length:i.children.length;if(a==(t>0?c:0)){if(r==0)return this.done=!0,this.value="",this;t>0&&this.offsets[r-1]++,this.nodes.pop(),this.offsets.pop()}else if((s&1)==(t>0?0:1)){if(this.offsets[r]+=t,e==0)return this.lineBreak=!0,this.value=`
57
- `,this;e--}else if(i instanceof Sn){let u=i.text[a+(t<0?-1:0)];if(this.offsets[r]+=t,u.length>Math.max(0,e))return this.value=e==0?u:t>0?u.slice(e):u.slice(0,u.length-e),this;e-=u.length}else{let u=i.children[a+(t<0?-1:0)];e>u.length?(e-=u.length,this.offsets[r]+=t):(t<0&&this.offsets[r]--,this.nodes.push(u),this.offsets.push(t>0?1:(u instanceof Sn?u.text.length:u.children.length)<<1))}}}next(e=0){return e<0&&(this.nextInner(-e,-this.dir),e=this.value.length),this.nextInner(e,this.dir)}}class _3{constructor(e,t,r){this.value="",this.done=!1,this.cursor=new tu(e,t>r?-1:1),this.pos=t>r?e.length:0,this.from=Math.min(t,r),this.to=Math.max(t,r)}nextInner(e,t){if(t<0?this.pos<=this.from:this.pos>=this.to)return this.value="",this.done=!0,this;e+=Math.max(0,t<0?this.pos-this.to:this.from-this.pos);let r=t<0?this.pos-this.from:this.to-this.pos;e>r&&(e=r),r-=e;let{value:i}=this.cursor.next(e);return this.pos+=(i.length+e)*t,this.value=i.length<=r?i:t<0?i.slice(i.length-r):i.slice(0,r),this.done=!this.value,this}next(e=0){return e<0?e=Math.max(e,this.from-this.pos):e>0&&(e=Math.min(e,this.to-this.pos)),this.nextInner(e,this.cursor.dir)}get lineBreak(){return this.cursor.lineBreak&&this.value!=""}}class I3{constructor(e){this.inner=e,this.afterBreak=!0,this.value="",this.done=!1}next(e=0){let{done:t,lineBreak:r,value:i}=this.inner.next(e);return t&&this.afterBreak?(this.value="",this.afterBreak=!1):t?(this.done=!0,this.value=""):r?this.afterBreak?this.value="":(this.afterBreak=!0,this.next()):(this.value=i,this.afterBreak=!1),this}get lineBreak(){return!1}}typeof Symbol<"u"&&(Rt.prototype[Symbol.iterator]=function(){return this.iter()},tu.prototype[Symbol.iterator]=_3.prototype[Symbol.iterator]=I3.prototype[Symbol.iterator]=function(){return this});class PA{constructor(e,t,r,i){this.from=e,this.to=t,this.number=r,this.text=i}get length(){return this.to-this.from}}function Nl(n,e,t){return e=Math.max(0,Math.min(n.length,e)),[e,Math.max(e,Math.min(n.length,t))]}function qn(n,e,t=!0,r=!0){return wA(n,e,t,r)}function AA(n){return n>=56320&&n<57344}function $A(n){return n>=55296&&n<56320}function Ma(n,e){let t=n.charCodeAt(e);if(!$A(t)||e+1==n.length)return t;let r=n.charCodeAt(e+1);return AA(r)?(t-55296<<10)+(r-56320)+65536:t}function D3(n){return n<=65535?String.fromCharCode(n):(n-=65536,String.fromCharCode((n>>10)+55296,(n&1023)+56320))}function Mu(n){return n<65536?1:2}const jm=/\r\n?|\n/;var gr=(function(n){return n[n.Simple=0]="Simple",n[n.TrackDel=1]="TrackDel",n[n.TrackBefore=2]="TrackBefore",n[n.TrackAfter=3]="TrackAfter",n})(gr||(gr={}));class hs{constructor(e){this.sections=e}get length(){let e=0;for(let t=0;t<this.sections.length;t+=2)e+=this.sections[t];return e}get newLength(){let e=0;for(let t=0;t<this.sections.length;t+=2){let r=this.sections[t+1];e+=r<0?this.sections[t]:r}return e}get empty(){return this.sections.length==0||this.sections.length==2&&this.sections[1]<0}iterGaps(e){for(let t=0,r=0,i=0;t<this.sections.length;){let s=this.sections[t++],a=this.sections[t++];a<0?(e(r,i,s),i+=s):i+=a,r+=s}}iterChangedRanges(e,t=!1){Zm(this,e,t)}get invertedDesc(){let e=[];for(let t=0;t<this.sections.length;){let r=this.sections[t++],i=this.sections[t++];i<0?e.push(r,i):e.push(i,r)}return new hs(e)}composeDesc(e){return this.empty?e:e.empty?this:X3(this,e)}mapDesc(e,t=!1){return e.empty?this:Rm(this,e,t)}mapPos(e,t=-1,r=gr.Simple){let i=0,s=0;for(let a=0;a<this.sections.length;){let c=this.sections[a++],u=this.sections[a++],h=i+c;if(u<0){if(h>e)return s+(e-i);s+=c}else{if(r!=gr.Simple&&h>=e&&(r==gr.TrackDel&&i<e&&h>e||r==gr.TrackBefore&&i<e||r==gr.TrackAfter&&h>e))return null;if(h>e||h==e&&t<0&&!c)return e==i||t<0?s:s+u;s+=u}i=h}if(e>i)throw new RangeError(`Position ${e} is out of range for changeset of length ${i}`);return s}touchesRange(e,t=e){for(let r=0,i=0;r<this.sections.length&&i<=t;){let s=this.sections[r++],a=this.sections[r++],c=i+s;if(a>=0&&i<=t&&c>=e)return i<e&&c>t?"cover":!0;i=c}return!1}toString(){let e="";for(let t=0;t<this.sections.length;){let r=this.sections[t++],i=this.sections[t++];e+=(e?" ":"")+r+(i>=0?":"+i:"")}return e}toJSON(){return this.sections}static fromJSON(e){if(!Array.isArray(e)||e.length%2||e.some(t=>typeof t!="number"))throw new RangeError("Invalid JSON representation of ChangeDesc");return new hs(e)}static create(e){return new hs(e)}}class _n extends hs{constructor(e,t){super(e),this.inserted=t}apply(e){if(this.length!=e.length)throw new RangeError("Applying change set to a document with the wrong length");return Zm(this,(t,r,i,s,a)=>e=e.replace(i,i+(r-t),a),!1),e}mapDesc(e,t=!1){return Rm(this,e,t,!0)}invert(e){let t=this.sections.slice(),r=[];for(let i=0,s=0;i<t.length;i+=2){let a=t[i],c=t[i+1];if(c>=0){t[i]=c,t[i+1]=a;let u=i>>1;for(;r.length<u;)r.push(Rt.empty);r.push(a?e.slice(s,s+a):Rt.empty)}s+=a}return new _n(t,r)}compose(e){return this.empty?e:e.empty?this:X3(this,e,!0)}map(e,t=!1){return e.empty?this:Rm(this,e,t,!0)}iterChanges(e,t=!1){Zm(this,e,t)}get desc(){return hs.create(this.sections)}filter(e){let t=[],r=[],i=[],s=new pu(this);e:for(let a=0,c=0;;){let u=a==e.length?1e9:e[a++];for(;c<u||c==u&&s.len==0;){if(s.done)break e;let m=Math.min(s.len,u-c);mr(i,m,-1);let O=s.ins==-1?-1:s.off==0?s.ins:0;mr(t,m,O),O>0&&Mo(r,t,s.text),s.forward(m),c+=m}let h=e[a++];for(;c<h;){if(s.done)break e;let m=Math.min(s.len,h-c);mr(t,m,-1),mr(i,m,s.ins==-1?-1:s.off==0?s.ins:0),s.forward(m),c+=m}}return{changes:new _n(t,r),filtered:hs.create(i)}}toJSON(){let e=[];for(let t=0;t<this.sections.length;t+=2){let r=this.sections[t],i=this.sections[t+1];i<0?e.push(r):i==0?e.push([r]):e.push([r].concat(this.inserted[t>>1].toJSON()))}return e}static of(e,t,r){let i=[],s=[],a=0,c=null;function u(m=!1){if(!m&&!i.length)return;a<t&&mr(i,t-a,-1);let O=new _n(i,s);c=c?c.compose(O.map(c)):O,i=[],s=[],a=0}function h(m){if(Array.isArray(m))for(let O of m)h(O);else if(m instanceof _n){if(m.length!=t)throw new RangeError(`Mismatched change set length (got ${m.length}, expected ${t})`);u(),c=c?c.compose(m.map(c)):m}else{let{from:O,to:x=O,insert:v}=m;if(O>x||O<0||x>t)throw new RangeError(`Invalid change range ${O} to ${x} (in doc of length ${t})`);let w=v?typeof v=="string"?Rt.of(v.split(r||jm)):v:Rt.empty,k=w.length;if(O==x&&k==0)return;O<a&&u(),O>a&&mr(i,O-a,-1),mr(i,x-O,k),Mo(s,i,w),a=x}}return h(e),u(!c),c}static empty(e){return new _n(e?[e,-1]:[],[])}static fromJSON(e){if(!Array.isArray(e))throw new RangeError("Invalid JSON representation of ChangeSet");let t=[],r=[];for(let i=0;i<e.length;i++){let s=e[i];if(typeof s=="number")t.push(s,-1);else{if(!Array.isArray(s)||typeof s[0]!="number"||s.some((a,c)=>c&&typeof a!="string"))throw new RangeError("Invalid JSON representation of ChangeSet");if(s.length==1)t.push(s[0],0);else{for(;r.length<i;)r.push(Rt.empty);r[i]=Rt.of(s.slice(1)),t.push(s[0],r[i].length)}}}return new _n(t,r)}static createSet(e,t){return new _n(e,t)}}function mr(n,e,t,r=!1){if(e==0&&t<=0)return;let i=n.length-2;i>=0&&t<=0&&t==n[i+1]?n[i]+=e:i>=0&&e==0&&n[i]==0?n[i+1]+=t:r?(n[i]+=e,n[i+1]+=t):n.push(e,t)}function Mo(n,e,t){if(t.length==0)return;let r=e.length-2>>1;if(r<n.length)n[n.length-1]=n[n.length-1].append(t);else{for(;n.length<r;)n.push(Rt.empty);n.push(t)}}function Zm(n,e,t){let r=n.inserted;for(let i=0,s=0,a=0;a<n.sections.length;){let c=n.sections[a++],u=n.sections[a++];if(u<0)i+=c,s+=c;else{let h=i,m=s,O=Rt.empty;for(;h+=c,m+=u,u&&r&&(O=O.append(r[a-2>>1])),!(t||a==n.sections.length||n.sections[a+1]<0);)c=n.sections[a++],u=n.sections[a++];e(i,h,s,m,O),i=h,s=m}}}function Rm(n,e,t,r=!1){let i=[],s=r?[]:null,a=new pu(n),c=new pu(e);for(let u=-1;;){if(a.done&&c.len||c.done&&a.len)throw new Error("Mismatched change set lengths");if(a.ins==-1&&c.ins==-1){let h=Math.min(a.len,c.len);mr(i,h,-1),a.forward(h),c.forward(h)}else if(c.ins>=0&&(a.ins<0||u==a.i||a.off==0&&(c.len<a.len||c.len==a.len&&!t))){let h=c.len;for(mr(i,c.ins,-1);h;){let m=Math.min(a.len,h);a.ins>=0&&u<a.i&&a.len<=m&&(mr(i,0,a.ins),s&&Mo(s,i,a.text),u=a.i),a.forward(m),h-=m}c.next()}else if(a.ins>=0){let h=0,m=a.len;for(;m;)if(c.ins==-1){let O=Math.min(m,c.len);h+=O,m-=O,c.forward(O)}else if(c.ins==0&&c.len<m)m-=c.len,c.next();else break;mr(i,h,u<a.i?a.ins:0),s&&u<a.i&&Mo(s,i,a.text),u=a.i,a.forward(a.len-m)}else{if(a.done&&c.done)return s?_n.createSet(i,s):hs.create(i);throw new Error("Mismatched change set lengths")}}}function X3(n,e,t=!1){let r=[],i=t?[]:null,s=new pu(n),a=new pu(e);for(let c=!1;;){if(s.done&&a.done)return i?_n.createSet(r,i):hs.create(r);if(s.ins==0)mr(r,s.len,0,c),s.next();else if(a.len==0&&!a.done)mr(r,0,a.ins,c),i&&Mo(i,r,a.text),a.next();else{if(s.done||a.done)throw new Error("Mismatched change set lengths");{let u=Math.min(s.len2,a.len),h=r.length;if(s.ins==-1){let m=a.ins==-1?-1:a.off?0:a.ins;mr(r,u,m,c),i&&m&&Mo(i,r,a.text)}else a.ins==-1?(mr(r,s.off?0:s.len,u,c),i&&Mo(i,r,s.textBit(u))):(mr(r,s.off?0:s.len,a.off?0:a.ins,c),i&&!a.off&&Mo(i,r,a.text));c=(s.ins>u||a.ins>=0&&a.len>u)&&(c||r.length>h),s.forward2(u),a.forward(u)}}}}class pu{constructor(e){this.set=e,this.i=0,this.next()}next(){let{sections:e}=this.set;this.i<e.length?(this.len=e[this.i++],this.ins=e[this.i++]):(this.len=0,this.ins=-2),this.off=0}get done(){return this.ins==-2}get len2(){return this.ins<0?this.len:this.ins}get text(){let{inserted:e}=this.set,t=this.i-2>>1;return t>=e.length?Rt.empty:e[t]}textBit(e){let{inserted:t}=this.set,r=this.i-2>>1;return r>=t.length&&!e?Rt.empty:t[r].slice(this.off,e==null?void 0:this.off+e)}forward(e){e==this.len?this.next():(this.len-=e,this.off+=e)}forward2(e){this.ins==-1?this.forward(e):e==this.ins?this.next():(this.ins-=e,this.off+=e)}}class fa{constructor(e,t,r){this.from=e,this.to=t,this.flags=r}get anchor(){return this.flags&32?this.to:this.from}get head(){return this.flags&32?this.from:this.to}get empty(){return this.from==this.to}get assoc(){return this.flags&8?-1:this.flags&16?1:0}get bidiLevel(){let e=this.flags&7;return e==7?null:e}get goalColumn(){let e=this.flags>>6;return e==16777215?void 0:e}map(e,t=-1){let r,i;return this.empty?r=i=e.mapPos(this.from,t):(r=e.mapPos(this.from,1),i=e.mapPos(this.to,-1)),r==this.from&&i==this.to?this:new fa(r,i,this.flags)}extend(e,t=e,r=0){if(e<=this.anchor&&t>=this.anchor)return de.range(e,t,void 0,void 0,r);let i=Math.abs(e-this.anchor)>Math.abs(t-this.anchor)?e:t;return de.range(this.anchor,i,void 0,void 0,r)}eq(e,t=!1){return this.anchor==e.anchor&&this.head==e.head&&this.goalColumn==e.goalColumn&&(!t||!this.empty||this.assoc==e.assoc)}toJSON(){return{anchor:this.anchor,head:this.head}}static fromJSON(e){if(!e||typeof e.anchor!="number"||typeof e.head!="number")throw new RangeError("Invalid JSON representation for SelectionRange");return de.range(e.anchor,e.head)}static create(e,t,r){return new fa(e,t,r)}}class de{constructor(e,t){this.ranges=e,this.mainIndex=t}map(e,t=-1){return e.empty?this:de.create(this.ranges.map(r=>r.map(e,t)),this.mainIndex)}eq(e,t=!1){if(this.ranges.length!=e.ranges.length||this.mainIndex!=e.mainIndex)return!1;for(let r=0;r<this.ranges.length;r++)if(!this.ranges[r].eq(e.ranges[r],t))return!1;return!0}get main(){return this.ranges[this.mainIndex]}asSingle(){return this.ranges.length==1?this:new de([this.main],0)}addRange(e,t=!0){return de.create([e].concat(this.ranges),t?0:this.mainIndex+1)}replaceRange(e,t=this.mainIndex){let r=this.ranges.slice();return r[t]=e,de.create(r,this.mainIndex)}toJSON(){return{ranges:this.ranges.map(e=>e.toJSON()),main:this.mainIndex}}static fromJSON(e){if(!e||!Array.isArray(e.ranges)||typeof e.main!="number"||e.main>=e.ranges.length)throw new RangeError("Invalid JSON representation for EditorSelection");return new de(e.ranges.map(t=>fa.fromJSON(t)),e.main)}static single(e,t=e){return new de([de.range(e,t)],0)}static create(e,t=0){if(e.length==0)throw new RangeError("A selection needs at least one range");for(let r=0,i=0;i<e.length;i++){let s=e[i];if(s.empty?s.from<=r:s.from<r)return de.normalized(e.slice(),t);r=s.to}return new de(e,t)}static cursor(e,t=0,r,i){return fa.create(e,e,(t==0?0:t<0?8:16)|(r==null?7:Math.min(6,r))|(i??16777215)<<6)}static range(e,t,r,i,s){let a=(r??16777215)<<6|(i==null?7:Math.min(6,i));return!s&&e!=t&&(s=t<e?1:-1),t<e?fa.create(t,e,48|a):fa.create(e,t,(s?s<0?8:16:0)|a)}static normalized(e,t=0){let r=e[t];e.sort((i,s)=>i.from-s.from),t=e.indexOf(r);for(let i=1;i<e.length;i++){let s=e[i],a=e[i-1];if(s.empty?s.from<=a.to:s.from<a.to){let c=a.from,u=Math.max(s.to,a.to);i<=t&&t--,e.splice(--i,2,s.anchor>s.head?de.range(u,c):de.range(c,u))}}return new de(e,t)}}function F3(n,e){for(let t of n.ranges)if(t.to>e)throw new RangeError("Selection points outside of document")}let tg=0;class Ye{constructor(e,t,r,i,s){this.combine=e,this.compareInput=t,this.compare=r,this.isStatic=i,this.id=tg++,this.default=e([]),this.extensions=typeof s=="function"?s(this):s}get reader(){return this}static define(e={}){return new Ye(e.combine||(t=>t),e.compareInput||((t,r)=>t===r),e.compare||(e.combine?(t,r)=>t===r:ng),!!e.static,e.enables)}of(e){return new L1([],this,0,e)}compute(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new L1(e,this,1,t)}computeN(e,t){if(this.isStatic)throw new Error("Can't compute a static facet");return new L1(e,this,2,t)}from(e,t){return t||(t=r=>r),this.compute([e],r=>t(r.field(e)))}}function ng(n,e){return n==e||n.length==e.length&&n.every((t,r)=>t===e[r])}class L1{constructor(e,t,r,i){this.dependencies=e,this.facet=t,this.type=r,this.value=i,this.id=tg++}dynamicSlot(e){var t;let r=this.value,i=this.facet.compareInput,s=this.id,a=e[s]>>1,c=this.type==2,u=!1,h=!1,m=[];for(let O of this.dependencies)O=="doc"?u=!0:O=="selection"?h=!0:(((t=e[O.id])!==null&&t!==void 0?t:1)&1)==0&&m.push(e[O.id]);return{create(O){return O.values[a]=r(O),1},update(O,x){if(u&&x.docChanged||h&&(x.docChanged||x.selection)||Nm(O,m)){let v=r(O);if(c?!G4(v,O.values[a],i):!i(v,O.values[a]))return O.values[a]=v,1}return 0},reconfigure:(O,x)=>{let v,w=x.config.address[s];if(w!=null){let k=K1(x,w);if(this.dependencies.every($=>$ instanceof Ye?x.facet($)===O.facet($):$ instanceof ci?x.field($,!1)==O.field($,!1):!0)||(c?G4(v=r(O),k,i):i(v=r(O),k)))return O.values[a]=k,0}else v=r(O);return O.values[a]=v,1}}}}function G4(n,e,t){if(n.length!=e.length)return!1;for(let r=0;r<n.length;r++)if(!t(n[r],e[r]))return!1;return!0}function Nm(n,e){let t=!1;for(let r of e)nu(n,r)&1&&(t=!0);return t}function CA(n,e,t){let r=t.map(u=>n[u.id]),i=t.map(u=>u.type),s=r.filter(u=>!(u&1)),a=n[e.id]>>1;function c(u){let h=[];for(let m=0;m<r.length;m++){let O=K1(u,r[m]);if(i[m]==2)for(let x of O)h.push(x);else h.push(O)}return e.combine(h)}return{create(u){for(let h of r)nu(u,h);return u.values[a]=c(u),1},update(u,h){if(!Nm(u,s))return 0;let m=c(u);return e.compare(m,u.values[a])?0:(u.values[a]=m,1)},reconfigure(u,h){let m=Nm(u,r),O=h.config.facets[e.id],x=h.facet(e);if(O&&!m&&ng(t,O))return u.values[a]=x,0;let v=c(u);return e.compare(v,x)?(u.values[a]=x,0):(u.values[a]=v,1)}}}const U0=Ye.define({static:!0});class ci{constructor(e,t,r,i,s){this.id=e,this.createF=t,this.updateF=r,this.compareF=i,this.spec=s,this.provides=void 0}static define(e){let t=new ci(tg++,e.create,e.update,e.compare||((r,i)=>r===i),e);return e.provide&&(t.provides=e.provide(t)),t}create(e){let t=e.facet(U0).find(r=>r.field==this);return((t==null?void 0:t.create)||this.createF)(e)}slot(e){let t=e[this.id]>>1;return{create:r=>(r.values[t]=this.create(r),1),update:(r,i)=>{let s=r.values[t],a=this.updateF(s,i);return this.compareF(s,a)?0:(r.values[t]=a,1)},reconfigure:(r,i)=>{let s=r.facet(U0),a=i.facet(U0),c;return(c=s.find(u=>u.field==this))&&c!=a.find(u=>u.field==this)?(r.values[t]=c.create(r),1):i.config.address[this.id]!=null?(r.values[t]=i.field(this),0):(r.values[t]=this.create(r),1)}}}init(e){return[this,U0.of({field:this,create:e})]}get extension(){return this}}const da={lowest:4,low:3,default:2,high:1,highest:0};function Nc(n){return e=>new z3(e,n)}const Qu={highest:Nc(da.highest),high:Nc(da.high),default:Nc(da.default),low:Nc(da.low),lowest:Nc(da.lowest)};class z3{constructor(e,t){this.inner=e,this.prec=t}}class Nd{of(e){return new Lm(this,e)}reconfigure(e){return Nd.reconfigure.of({compartment:this,extension:e})}get(e){return e.config.compartments.get(this)}}class Lm{constructor(e,t){this.compartment=e,this.inner=t}}class G1{constructor(e,t,r,i,s,a){for(this.base=e,this.compartments=t,this.dynamicSlots=r,this.address=i,this.staticValues=s,this.facets=a,this.statusTemplate=[];this.statusTemplate.length<r.length;)this.statusTemplate.push(0)}staticFacet(e){let t=this.address[e.id];return t==null?e.default:this.staticValues[t>>1]}static resolve(e,t,r){let i=[],s=Object.create(null),a=new Map;for(let x of EA(e,t,a))x instanceof ci?i.push(x):(s[x.facet.id]||(s[x.facet.id]=[])).push(x);let c=Object.create(null),u=[],h=[];for(let x of i)c[x.id]=h.length<<1,h.push(v=>x.slot(v));let m=r==null?void 0:r.config.facets;for(let x in s){let v=s[x],w=v[0].facet,k=m&&m[x]||[];if(v.every($=>$.type==0))if(c[w.id]=u.length<<1|1,ng(k,v))u.push(r.facet(w));else{let $=w.combine(v.map(M=>M.value));u.push(r&&w.compare($,r.facet(w))?r.facet(w):$)}else{for(let $ of v)$.type==0?(c[$.id]=u.length<<1|1,u.push($.value)):(c[$.id]=h.length<<1,h.push(M=>$.dynamicSlot(M)));c[w.id]=h.length<<1,h.push($=>CA($,w,v))}}let O=h.map(x=>x(c));return new G1(e,a,O,c,u,s)}}function EA(n,e,t){let r=[[],[],[],[],[]],i=new Map;function s(a,c){let u=i.get(a);if(u!=null){if(u<=c)return;let h=r[u].indexOf(a);h>-1&&r[u].splice(h,1),a instanceof Lm&&t.delete(a.compartment)}if(i.set(a,c),Array.isArray(a))for(let h of a)s(h,c);else if(a instanceof Lm){if(t.has(a.compartment))throw new RangeError("Duplicate use of compartment in extensions");let h=e.get(a.compartment)||a.inner;t.set(a.compartment,h),s(h,c)}else if(a instanceof z3)s(a.inner,a.prec);else if(a instanceof ci)r[c].push(a),a.provides&&s(a.provides,c);else if(a instanceof L1)r[c].push(a),a.facet.extensions&&s(a.facet.extensions,da.default);else{let h=a.extension;if(!h)throw new Error(`Unrecognized extension value in extension set (${a}). This sometimes happens because multiple instances of @codemirror/state are loaded, breaking instanceof checks.`);s(h,c)}}return s(n,da.default),r.reduce((a,c)=>a.concat(c))}function nu(n,e){if(e&1)return 2;let t=e>>1,r=n.status[t];if(r==4)throw new Error("Cyclic dependency between fields and/or facets");if(r&2)return r;n.status[t]=4;let i=n.computeSlot(n,n.config.dynamicSlots[t]);return n.status[t]=2|i}function K1(n,e){return e&1?n.config.staticValues[e>>1]:n.values[e>>1]}const H3=Ye.define(),Vm=Ye.define({combine:n=>n.some(e=>e),static:!0}),W3=Ye.define({combine:n=>n.length?n[0]:void 0,static:!0}),B3=Ye.define(),Y3=Ye.define(),q3=Ye.define(),U3=Ye.define({combine:n=>n.length?n[0]:!1});class qs{constructor(e,t){this.type=e,this.value=t}static define(){return new TA}}class TA{of(e){return new qs(this,e)}}class MA{constructor(e){this.map=e}of(e){return new Ft(this,e)}}class Ft{constructor(e,t){this.type=e,this.value=t}map(e){let t=this.type.map(this.value,e);return t===void 0?void 0:t==this.value?this:new Ft(this.type,t)}is(e){return this.type==e}static define(e={}){return new MA(e.map||(t=>t))}static mapEffects(e,t){if(!e.length)return e;let r=[];for(let i of e){let s=i.map(t);s&&r.push(s)}return r}}Ft.reconfigure=Ft.define();Ft.appendConfig=Ft.define();class Qn{constructor(e,t,r,i,s,a){this.startState=e,this.changes=t,this.selection=r,this.effects=i,this.annotations=s,this.scrollIntoView=a,this._doc=null,this._state=null,r&&F3(r,t.newLength),s.some(c=>c.type==Qn.time)||(this.annotations=s.concat(Qn.time.of(Date.now())))}static create(e,t,r,i,s,a){return new Qn(e,t,r,i,s,a)}get newDoc(){return this._doc||(this._doc=this.changes.apply(this.startState.doc))}get newSelection(){return this.selection||this.startState.selection.map(this.changes)}get state(){return this._state||this.startState.applyTransaction(this),this._state}annotation(e){for(let t of this.annotations)if(t.type==e)return t.value}get docChanged(){return!this.changes.empty}get reconfigured(){return this.startState.config!=this.state.config}isUserEvent(e){let t=this.annotation(Qn.userEvent);return!!(t&&(t==e||t.length>e.length&&t.slice(0,e.length)==e&&t[e.length]=="."))}}Qn.time=qs.define();Qn.userEvent=qs.define();Qn.addToHistory=qs.define();Qn.remote=qs.define();function QA(n,e){let t=[];for(let r=0,i=0;;){let s,a;if(r<n.length&&(i==e.length||e[i]>=n[r]))s=n[r++],a=n[r++];else if(i<e.length)s=e[i++],a=e[i++];else return t;!t.length||t[t.length-1]<s?t.push(s,a):t[t.length-1]<a&&(t[t.length-1]=a)}}function G3(n,e,t){var r;let i,s,a;return t?(i=e.changes,s=_n.empty(e.changes.length),a=n.changes.compose(e.changes)):(i=e.changes.map(n.changes),s=n.changes.mapDesc(e.changes,!0),a=n.changes.compose(i)),{changes:a,selection:e.selection?e.selection.map(s):(r=n.selection)===null||r===void 0?void 0:r.map(i),effects:Ft.mapEffects(n.effects,i).concat(Ft.mapEffects(e.effects,s)),annotations:n.annotations.length?n.annotations.concat(e.annotations):e.annotations,scrollIntoView:n.scrollIntoView||e.scrollIntoView}}function _m(n,e,t){let r=e.selection,i=El(e.annotations);return e.userEvent&&(i=i.concat(Qn.userEvent.of(e.userEvent))),{changes:e.changes instanceof _n?e.changes:_n.of(e.changes||[],t,n.facet(W3)),selection:r&&(r instanceof de?r:de.single(r.anchor,r.head)),effects:El(e.effects),annotations:i,scrollIntoView:!!e.scrollIntoView}}function K3(n,e,t){let r=_m(n,e.length?e[0]:{},n.doc.length);e.length&&e[0].filter===!1&&(t=!1);for(let s=1;s<e.length;s++){e[s].filter===!1&&(t=!1);let a=!!e[s].sequential;r=G3(r,_m(n,e[s],a?r.changes.newLength:n.doc.length),a)}let i=Qn.create(n,r.changes,r.selection,r.effects,r.annotations,r.scrollIntoView);return ZA(t?jA(i):i)}function jA(n){let e=n.startState,t=!0;for(let i of e.facet(B3)){let s=i(n);if(s===!1){t=!1;break}Array.isArray(s)&&(t=t===!0?s:QA(t,s))}if(t!==!0){let i,s;if(t===!1)s=n.changes.invertedDesc,i=_n.empty(e.doc.length);else{let a=n.changes.filter(t);i=a.changes,s=a.filtered.mapDesc(a.changes).invertedDesc}n=Qn.create(e,i,n.selection&&n.selection.map(s),Ft.mapEffects(n.effects,s),n.annotations,n.scrollIntoView)}let r=e.facet(Y3);for(let i=r.length-1;i>=0;i--){let s=r[i](n);s instanceof Qn?n=s:Array.isArray(s)&&s.length==1&&s[0]instanceof Qn?n=s[0]:n=K3(e,El(s),!1)}return n}function ZA(n){let e=n.startState,t=e.facet(q3),r=n;for(let i=t.length-1;i>=0;i--){let s=t[i](n);s&&Object.keys(s).length&&(r=G3(r,_m(e,s,n.changes.newLength),!0))}return r==n?n:Qn.create(e,n.changes,n.selection,r.effects,r.annotations,r.scrollIntoView)}const RA=[];function El(n){return n==null?RA:Array.isArray(n)?n:[n]}var dn=(function(n){return n[n.Word=0]="Word",n[n.Space=1]="Space",n[n.Other=2]="Other",n})(dn||(dn={}));const NA=/[\u00df\u0587\u0590-\u05f4\u0600-\u06ff\u3040-\u309f\u30a0-\u30ff\u3400-\u4db5\u4e00-\u9fcc\uac00-\ud7af]/;let Im;try{Im=new RegExp("[\\p{Alphabetic}\\p{Number}_]","u")}catch{}function LA(n){if(Im)return Im.test(n);for(let e=0;e<n.length;e++){let t=n[e];if(/\w/.test(t)||t>"€"&&(t.toUpperCase()!=t.toLowerCase()||NA.test(t)))return!0}return!1}function VA(n){return e=>{if(!/\S/.test(e))return dn.Space;if(LA(e))return dn.Word;for(let t=0;t<n.length;t++)if(e.indexOf(n[t])>-1)return dn.Word;return dn.Other}}class Dt{constructor(e,t,r,i,s,a){this.config=e,this.doc=t,this.selection=r,this.values=i,this.status=e.statusTemplate.slice(),this.computeSlot=s,a&&(a._state=this);for(let c=0;c<this.config.dynamicSlots.length;c++)nu(this,c<<1);this.computeSlot=null}field(e,t=!0){let r=this.config.address[e.id];if(r==null){if(t)throw new RangeError("Field is not present in this state");return}return nu(this,r),K1(this,r)}update(...e){return K3(this,e,!0)}applyTransaction(e){let t=this.config,{base:r,compartments:i}=t;for(let c of e.effects)c.is(Nd.reconfigure)?(t&&(i=new Map,t.compartments.forEach((u,h)=>i.set(h,u)),t=null),i.set(c.value.compartment,c.value.extension)):c.is(Ft.reconfigure)?(t=null,r=c.value):c.is(Ft.appendConfig)&&(t=null,r=El(r).concat(c.value));let s;t?s=e.startState.values.slice():(t=G1.resolve(r,i,this),s=new Dt(t,this.doc,this.selection,t.dynamicSlots.map(()=>null),(u,h)=>h.reconfigure(u,this),null).values);let a=e.startState.facet(Vm)?e.newSelection:e.newSelection.asSingle();new Dt(t,e.newDoc,a,s,(c,u)=>u.update(c,e),e)}replaceSelection(e){return typeof e=="string"&&(e=this.toText(e)),this.changeByRange(t=>({changes:{from:t.from,to:t.to,insert:e},range:de.cursor(t.from+e.length)}))}changeByRange(e){let t=this.selection,r=e(t.ranges[0]),i=this.changes(r.changes),s=[r.range],a=El(r.effects);for(let c=1;c<t.ranges.length;c++){let u=e(t.ranges[c]),h=this.changes(u.changes),m=h.map(i);for(let x=0;x<c;x++)s[x]=s[x].map(m);let O=i.mapDesc(h,!0);s.push(u.range.map(O)),i=i.compose(m),a=Ft.mapEffects(a,m).concat(Ft.mapEffects(El(u.effects),O))}return{changes:i,selection:de.create(s,t.mainIndex),effects:a}}changes(e=[]){return e instanceof _n?e:_n.of(e,this.doc.length,this.facet(Dt.lineSeparator))}toText(e){return Rt.of(e.split(this.facet(Dt.lineSeparator)||jm))}sliceDoc(e=0,t=this.doc.length){return this.doc.sliceString(e,t,this.lineBreak)}facet(e){let t=this.config.address[e.id];return t==null?e.default:(nu(this,t),K1(this,t))}toJSON(e){let t={doc:this.sliceDoc(),selection:this.selection.toJSON()};if(e)for(let r in e){let i=e[r];i instanceof ci&&this.config.address[i.id]!=null&&(t[r]=i.spec.toJSON(this.field(e[r]),this))}return t}static fromJSON(e,t={},r){if(!e||typeof e.doc!="string")throw new RangeError("Invalid JSON representation for EditorState");let i=[];if(r){for(let s in r)if(Object.prototype.hasOwnProperty.call(e,s)){let a=r[s],c=e[s];i.push(a.init(u=>a.spec.fromJSON(c,u)))}}return Dt.create({doc:e.doc,selection:de.fromJSON(e.selection),extensions:t.extensions?i.concat([t.extensions]):i})}static create(e={}){let t=G1.resolve(e.extensions||[],new Map),r=e.doc instanceof Rt?e.doc:Rt.of((e.doc||"").split(t.staticFacet(Dt.lineSeparator)||jm)),i=e.selection?e.selection instanceof de?e.selection:de.single(e.selection.anchor,e.selection.head):de.single(0);return F3(i,r.length),t.staticFacet(Vm)||(i=i.asSingle()),new Dt(t,r,i,t.dynamicSlots.map(()=>null),(s,a)=>a.create(s),null)}get tabSize(){return this.facet(Dt.tabSize)}get lineBreak(){return this.facet(Dt.lineSeparator)||`
58
- `}get readOnly(){return this.facet(U3)}phrase(e,...t){for(let r of this.facet(Dt.phrases))if(Object.prototype.hasOwnProperty.call(r,e)){e=r[e];break}return t.length&&(e=e.replace(/\$(\$|\d*)/g,(r,i)=>{if(i=="$")return"$";let s=+(i||1);return!s||s>t.length?r:t[s-1]})),e}languageDataAt(e,t,r=-1){let i=[];for(let s of this.facet(H3))for(let a of s(this,t,r))Object.prototype.hasOwnProperty.call(a,e)&&i.push(a[e]);return i}charCategorizer(e){let t=this.languageDataAt("wordChars",e);return VA(t.length?t[0]:"")}wordAt(e){let{text:t,from:r,length:i}=this.doc.lineAt(e),s=this.charCategorizer(e),a=e-r,c=e-r;for(;a>0;){let u=qn(t,a,!1);if(s(t.slice(u,a))!=dn.Word)break;a=u}for(;c<i;){let u=qn(t,c);if(s(t.slice(c,u))!=dn.Word)break;c=u}return a==c?null:de.range(a+r,c+r)}}Dt.allowMultipleSelections=Vm;Dt.tabSize=Ye.define({combine:n=>n.length?n[0]:4});Dt.lineSeparator=W3;Dt.readOnly=U3;Dt.phrases=Ye.define({compare(n,e){let t=Object.keys(n),r=Object.keys(e);return t.length==r.length&&t.every(i=>n[i]==e[i])}});Dt.languageData=H3;Dt.changeFilter=B3;Dt.transactionFilter=Y3;Dt.transactionExtender=q3;Nd.reconfigure=Ft.define();function ql(n,e,t={}){let r={};for(let i of n)for(let s of Object.keys(i)){let a=i[s],c=r[s];if(c===void 0)r[s]=a;else if(!(c===a||a===void 0))if(Object.hasOwnProperty.call(t,s))r[s]=t[s](c,a);else throw new Error("Config merge conflict for field "+s)}for(let i in e)r[i]===void 0&&(r[i]=e[i]);return r}class Zo{eq(e){return this==e}range(e,t=e){return Dm.create(e,t,this)}}Zo.prototype.startSide=Zo.prototype.endSide=0;Zo.prototype.point=!1;Zo.prototype.mapMode=gr.TrackDel;function rg(n,e){return n==e||n.constructor==e.constructor&&n.eq(e)}let Dm=class J3{constructor(e,t,r){this.from=e,this.to=t,this.value=r}static create(e,t,r){return new J3(e,t,r)}};function Xm(n,e){return n.from-e.from||n.value.startSide-e.value.startSide}class ig{constructor(e,t,r,i){this.from=e,this.to=t,this.value=r,this.maxPoint=i}get length(){return this.to[this.to.length-1]}findIndex(e,t,r,i=0){let s=r?this.to:this.from;for(let a=i,c=s.length;;){if(a==c)return a;let u=a+c>>1,h=s[u]-e||(r?this.value[u].endSide:this.value[u].startSide)-t;if(u==a)return h>=0?a:c;h>=0?c=u:a=u+1}}between(e,t,r,i){for(let s=this.findIndex(t,-1e9,!0),a=this.findIndex(r,1e9,!1,s);s<a;s++)if(i(this.from[s]+e,this.to[s]+e,this.value[s])===!1)return!1}map(e,t){let r=[],i=[],s=[],a=-1,c=-1;for(let u=0;u<this.value.length;u++){let h=this.value[u],m=this.from[u]+e,O=this.to[u]+e,x,v;if(m==O){let w=t.mapPos(m,h.startSide,h.mapMode);if(w==null||(x=v=w,h.startSide!=h.endSide&&(v=t.mapPos(m,h.endSide),v<x)))continue}else if(x=t.mapPos(m,h.startSide),v=t.mapPos(O,h.endSide),x>v||x==v&&h.startSide>0&&h.endSide<=0)continue;(v-x||h.endSide-h.startSide)<0||(a<0&&(a=x),h.point&&(c=Math.max(c,v-x)),r.push(h),i.push(x-a),s.push(v-a))}return{mapped:r.length?new ig(i,s,r,c):null,pos:a}}}class Ct{constructor(e,t,r,i){this.chunkPos=e,this.chunk=t,this.nextLayer=r,this.maxPoint=i}static create(e,t,r,i){return new Ct(e,t,r,i)}get length(){let e=this.chunk.length-1;return e<0?0:Math.max(this.chunkEnd(e),this.nextLayer.length)}get size(){if(this.isEmpty)return 0;let e=this.nextLayer.size;for(let t of this.chunk)e+=t.value.length;return e}chunkEnd(e){return this.chunkPos[e]+this.chunk[e].length}update(e){let{add:t=[],sort:r=!1,filterFrom:i=0,filterTo:s=this.length}=e,a=e.filter;if(t.length==0&&!a)return this;if(r&&(t=t.slice().sort(Xm)),this.isEmpty)return t.length?Ct.of(t):this;let c=new ev(this,null,-1).goto(0),u=0,h=[],m=new ba;for(;c.value||u<t.length;)if(u<t.length&&(c.from-t[u].from||c.startSide-t[u].value.startSide)>=0){let O=t[u++];m.addInner(O.from,O.to,O.value)||h.push(O)}else c.rangeIndex==1&&c.chunkIndex<this.chunk.length&&(u==t.length||this.chunkEnd(c.chunkIndex)<t[u].from)&&(!a||i>this.chunkEnd(c.chunkIndex)||s<this.chunkPos[c.chunkIndex])&&m.addChunk(this.chunkPos[c.chunkIndex],this.chunk[c.chunkIndex])?c.nextChunk():((!a||i>c.to||s<c.from||a(c.from,c.to,c.value))&&(m.addInner(c.from,c.to,c.value)||h.push(Dm.create(c.from,c.to,c.value))),c.next());return m.finishInner(this.nextLayer.isEmpty&&!h.length?Ct.empty:this.nextLayer.update({add:h,filter:a,filterFrom:i,filterTo:s}))}map(e){if(e.empty||this.isEmpty)return this;let t=[],r=[],i=-1;for(let a=0;a<this.chunk.length;a++){let c=this.chunkPos[a],u=this.chunk[a],h=e.touchesRange(c,c+u.length);if(h===!1)i=Math.max(i,u.maxPoint),t.push(u),r.push(e.mapPos(c));else if(h===!0){let{mapped:m,pos:O}=u.map(c,e);m&&(i=Math.max(i,m.maxPoint),t.push(m),r.push(O))}}let s=this.nextLayer.map(e);return t.length==0?s:new Ct(r,t,s||Ct.empty,i)}between(e,t,r){if(!this.isEmpty){for(let i=0;i<this.chunk.length;i++){let s=this.chunkPos[i],a=this.chunk[i];if(t>=s&&e<=s+a.length&&a.between(s,e-s,t-s,r)===!1)return}this.nextLayer.between(e,t,r)}}iter(e=0){return mu.from([this]).goto(e)}get isEmpty(){return this.nextLayer==this}static iter(e,t=0){return mu.from(e).goto(t)}static compare(e,t,r,i,s=-1){let a=e.filter(O=>O.maxPoint>0||!O.isEmpty&&O.maxPoint>=s),c=t.filter(O=>O.maxPoint>0||!O.isEmpty&&O.maxPoint>=s),u=K4(a,c,r),h=new Lc(a,u,s),m=new Lc(c,u,s);r.iterGaps((O,x,v)=>J4(h,O,m,x,v,i)),r.empty&&r.length==0&&J4(h,0,m,0,0,i)}static eq(e,t,r=0,i){i==null&&(i=999999999);let s=e.filter(m=>!m.isEmpty&&t.indexOf(m)<0),a=t.filter(m=>!m.isEmpty&&e.indexOf(m)<0);if(s.length!=a.length)return!1;if(!s.length)return!0;let c=K4(s,a),u=new Lc(s,c,0).goto(r),h=new Lc(a,c,0).goto(r);for(;;){if(u.to!=h.to||!Fm(u.active,h.active)||u.point&&(!h.point||!rg(u.point,h.point)))return!1;if(u.to>i)return!0;u.next(),h.next()}}static spans(e,t,r,i,s=-1){let a=new Lc(e,null,s).goto(t),c=t,u=a.openStart;for(;;){let h=Math.min(a.to,r);if(a.point){let m=a.activeForPoint(a.to),O=a.pointFrom<t?m.length+1:a.point.startSide<0?m.length:Math.min(m.length,u);i.point(c,h,a.point,m,O,a.pointRank),u=Math.min(a.openEnd(h),m.length)}else h>c&&(i.span(c,h,a.active,u),u=a.openEnd(h));if(a.to>r)return u+(a.point&&a.to>r?1:0);c=a.to,a.next()}}static of(e,t=!1){let r=new ba;for(let i of e instanceof Dm?[e]:t?_A(e):e)r.add(i.from,i.to,i.value);return r.finish()}static join(e){if(!e.length)return Ct.empty;let t=e[e.length-1];for(let r=e.length-2;r>=0;r--)for(let i=e[r];i!=Ct.empty;i=i.nextLayer)t=new Ct(i.chunkPos,i.chunk,t,Math.max(i.maxPoint,t.maxPoint));return t}}Ct.empty=new Ct([],[],null,-1);function _A(n){if(n.length>1)for(let e=n[0],t=1;t<n.length;t++){let r=n[t];if(Xm(e,r)>0)return n.slice().sort(Xm);e=r}return n}Ct.empty.nextLayer=Ct.empty;class ba{finishChunk(e){this.chunks.push(new ig(this.from,this.to,this.value,this.maxPoint)),this.chunkPos.push(this.chunkStart),this.chunkStart=-1,this.setMaxPoint=Math.max(this.setMaxPoint,this.maxPoint),this.maxPoint=-1,e&&(this.from=[],this.to=[],this.value=[])}constructor(){this.chunks=[],this.chunkPos=[],this.chunkStart=-1,this.last=null,this.lastFrom=-1e9,this.lastTo=-1e9,this.from=[],this.to=[],this.value=[],this.maxPoint=-1,this.setMaxPoint=-1,this.nextLayer=null}add(e,t,r){this.addInner(e,t,r)||(this.nextLayer||(this.nextLayer=new ba)).add(e,t,r)}addInner(e,t,r){let i=e-this.lastTo||r.startSide-this.last.endSide;if(i<=0&&(e-this.lastFrom||r.startSide-this.last.startSide)<0)throw new Error("Ranges must be added sorted by `from` position and `startSide`");return i<0?!1:(this.from.length==250&&this.finishChunk(!0),this.chunkStart<0&&(this.chunkStart=e),this.from.push(e-this.chunkStart),this.to.push(t-this.chunkStart),this.last=r,this.lastFrom=e,this.lastTo=t,this.value.push(r),r.point&&(this.maxPoint=Math.max(this.maxPoint,t-e)),!0)}addChunk(e,t){if((e-this.lastTo||t.value[0].startSide-this.last.endSide)<0)return!1;this.from.length&&this.finishChunk(!0),this.setMaxPoint=Math.max(this.setMaxPoint,t.maxPoint),this.chunks.push(t),this.chunkPos.push(e);let r=t.value.length-1;return this.last=t.value[r],this.lastFrom=t.from[r]+e,this.lastTo=t.to[r]+e,!0}finish(){return this.finishInner(Ct.empty)}finishInner(e){if(this.from.length&&this.finishChunk(!1),this.chunks.length==0)return e;let t=Ct.create(this.chunkPos,this.chunks,this.nextLayer?this.nextLayer.finishInner(e):e,this.setMaxPoint);return this.from=null,t}}function K4(n,e,t){let r=new Map;for(let s of n)for(let a=0;a<s.chunk.length;a++)s.chunk[a].maxPoint<=0&&r.set(s.chunk[a],s.chunkPos[a]);let i=new Set;for(let s of e)for(let a=0;a<s.chunk.length;a++){let c=r.get(s.chunk[a]);c!=null&&(t?t.mapPos(c):c)==s.chunkPos[a]&&!(t!=null&&t.touchesRange(c,c+s.chunk[a].length))&&i.add(s.chunk[a])}return i}class ev{constructor(e,t,r,i=0){this.layer=e,this.skip=t,this.minPoint=r,this.rank=i}get startSide(){return this.value?this.value.startSide:0}get endSide(){return this.value?this.value.endSide:0}goto(e,t=-1e9){return this.chunkIndex=this.rangeIndex=0,this.gotoInner(e,t,!1),this}gotoInner(e,t,r){for(;this.chunkIndex<this.layer.chunk.length;){let i=this.layer.chunk[this.chunkIndex];if(!(this.skip&&this.skip.has(i)||this.layer.chunkEnd(this.chunkIndex)<e||i.maxPoint<this.minPoint))break;this.chunkIndex++,r=!1}if(this.chunkIndex<this.layer.chunk.length){let i=this.layer.chunk[this.chunkIndex].findIndex(e-this.layer.chunkPos[this.chunkIndex],t,!0);(!r||this.rangeIndex<i)&&this.setRangeIndex(i)}this.next()}forward(e,t){(this.to-e||this.endSide-t)<0&&this.gotoInner(e,t,!0)}next(){for(;;)if(this.chunkIndex==this.layer.chunk.length){this.from=this.to=1e9,this.value=null;break}else{let e=this.layer.chunkPos[this.chunkIndex],t=this.layer.chunk[this.chunkIndex],r=e+t.from[this.rangeIndex];if(this.from=r,this.to=e+t.to[this.rangeIndex],this.value=t.value[this.rangeIndex],this.setRangeIndex(this.rangeIndex+1),this.minPoint<0||this.value.point&&this.to-this.from>=this.minPoint)break}}setRangeIndex(e){if(e==this.layer.chunk[this.chunkIndex].value.length){if(this.chunkIndex++,this.skip)for(;this.chunkIndex<this.layer.chunk.length&&this.skip.has(this.layer.chunk[this.chunkIndex]);)this.chunkIndex++;this.rangeIndex=0}else this.rangeIndex=e}nextChunk(){this.chunkIndex++,this.rangeIndex=0,this.next()}compare(e){return this.from-e.from||this.startSide-e.startSide||this.rank-e.rank||this.to-e.to||this.endSide-e.endSide}}class mu{constructor(e){this.heap=e}static from(e,t=null,r=-1){let i=[];for(let s=0;s<e.length;s++)for(let a=e[s];!a.isEmpty;a=a.nextLayer)a.maxPoint>=r&&i.push(new ev(a,t,r,s));return i.length==1?i[0]:new mu(i)}get startSide(){return this.value?this.value.startSide:0}goto(e,t=-1e9){for(let r of this.heap)r.goto(e,t);for(let r=this.heap.length>>1;r>=0;r--)fp(this.heap,r);return this.next(),this}forward(e,t){for(let r of this.heap)r.forward(e,t);for(let r=this.heap.length>>1;r>=0;r--)fp(this.heap,r);(this.to-e||this.value.endSide-t)<0&&this.next()}next(){if(this.heap.length==0)this.from=this.to=1e9,this.value=null,this.rank=-1;else{let e=this.heap[0];this.from=e.from,this.to=e.to,this.value=e.value,this.rank=e.rank,e.value&&e.next(),fp(this.heap,0)}}}function fp(n,e){for(let t=n[e];;){let r=(e<<1)+1;if(r>=n.length)break;let i=n[r];if(r+1<n.length&&i.compare(n[r+1])>=0&&(i=n[r+1],r++),t.compare(i)<0)break;n[r]=t,n[e]=i,e=r}}class Lc{constructor(e,t,r){this.minPoint=r,this.active=[],this.activeTo=[],this.activeRank=[],this.minActive=-1,this.point=null,this.pointFrom=0,this.pointRank=0,this.to=-1e9,this.endSide=0,this.openStart=-1,this.cursor=mu.from(e,t,r)}goto(e,t=-1e9){return this.cursor.goto(e,t),this.active.length=this.activeTo.length=this.activeRank.length=0,this.minActive=-1,this.to=e,this.endSide=t,this.openStart=-1,this.next(),this}forward(e,t){for(;this.minActive>-1&&(this.activeTo[this.minActive]-e||this.active[this.minActive].endSide-t)<0;)this.removeActive(this.minActive);this.cursor.forward(e,t)}removeActive(e){G0(this.active,e),G0(this.activeTo,e),G0(this.activeRank,e),this.minActive=e6(this.active,this.activeTo)}addActive(e){let t=0,{value:r,to:i,rank:s}=this.cursor;for(;t<this.activeRank.length&&(s-this.activeRank[t]||i-this.activeTo[t])>0;)t++;K0(this.active,t,r),K0(this.activeTo,t,i),K0(this.activeRank,t,s),e&&K0(e,t,this.cursor.from),this.minActive=e6(this.active,this.activeTo)}next(){let e=this.to,t=this.point;this.point=null;let r=this.openStart<0?[]:null;for(;;){let i=this.minActive;if(i>-1&&(this.activeTo[i]-this.cursor.from||this.active[i].endSide-this.cursor.startSide)<0){if(this.activeTo[i]>e){this.to=this.activeTo[i],this.endSide=this.active[i].endSide;break}this.removeActive(i),r&&G0(r,i)}else if(this.cursor.value)if(this.cursor.from>e){this.to=this.cursor.from,this.endSide=this.cursor.startSide;break}else{let s=this.cursor.value;if(!s.point)this.addActive(r),this.cursor.next();else if(t&&this.cursor.to==this.to&&this.cursor.from<this.cursor.to)this.cursor.next();else{this.point=s,this.pointFrom=this.cursor.from,this.pointRank=this.cursor.rank,this.to=this.cursor.to,this.endSide=s.endSide,this.cursor.next(),this.forward(this.to,this.endSide);break}}else{this.to=this.endSide=1e9;break}}if(r){this.openStart=0;for(let i=r.length-1;i>=0&&r[i]<e;i--)this.openStart++}}activeForPoint(e){if(!this.active.length)return this.active;let t=[];for(let r=this.active.length-1;r>=0&&!(this.activeRank[r]<this.pointRank);r--)(this.activeTo[r]>e||this.activeTo[r]==e&&this.active[r].endSide>=this.point.endSide)&&t.push(this.active[r]);return t.reverse()}openEnd(e){let t=0;for(let r=this.activeTo.length-1;r>=0&&this.activeTo[r]>e;r--)t++;return t}}function J4(n,e,t,r,i,s){n.goto(e),t.goto(r);let a=r+i,c=r,u=r-e,h=!!s.boundChange;for(let m=!1;;){let O=n.to+u-t.to,x=O||n.endSide-t.endSide,v=x<0?n.to+u:t.to,w=Math.min(v,a);if(n.point||t.point?(n.point&&t.point&&rg(n.point,t.point)&&Fm(n.activeForPoint(n.to),t.activeForPoint(t.to))||s.comparePoint(c,w,n.point,t.point),m=!1):(m&&s.boundChange(c),w>c&&!Fm(n.active,t.active)&&s.compareRange(c,w,n.active,t.active),h&&w<a&&(O||n.openEnd(v)!=t.openEnd(v))&&(m=!0)),v>a)break;c=v,x<=0&&n.next(),x>=0&&t.next()}}function Fm(n,e){if(n.length!=e.length)return!1;for(let t=0;t<n.length;t++)if(n[t]!=e[t]&&!rg(n[t],e[t]))return!1;return!0}function G0(n,e){for(let t=e,r=n.length-1;t<r;t++)n[t]=n[t+1];n.pop()}function K0(n,e,t){for(let r=n.length-1;r>=e;r--)n[r+1]=n[r];n[e]=t}function e6(n,e){let t=-1,r=1e9;for(let i=0;i<e.length;i++)(e[i]-r||n[i].endSide-n[t].endSide)<0&&(t=i,r=e[i]);return t}function Ld(n,e,t=n.length){let r=0;for(let i=0;i<t&&i<n.length;)n.charCodeAt(i)==9?(r+=e-r%e,i++):(r++,i=qn(n,i));return r}function IA(n,e,t,r){for(let i=0,s=0;;){if(s>=e)return i;if(i==n.length)break;s+=n.charCodeAt(i)==9?t-s%t:1,i=qn(n,i)}return n.length}const zm="ͼ",t6=typeof Symbol>"u"?"__"+zm:Symbol.for(zm),Hm=typeof Symbol>"u"?"__styleSet"+Math.floor(Math.random()*1e8):Symbol("styleSet"),n6=typeof globalThis<"u"?globalThis:typeof window<"u"?window:{};class Ro{constructor(e,t){this.rules=[];let{finish:r}=t||{};function i(a){return/^@/.test(a)?[a]:a.split(/,\s*/)}function s(a,c,u,h){let m=[],O=/^@(\w+)\b/.exec(a[0]),x=O&&O[1]=="keyframes";if(O&&c==null)return u.push(a[0]+";");for(let v in c){let w=c[v];if(/&/.test(v))s(v.split(/,\s*/).map(k=>a.map($=>k.replace(/&/,$))).reduce((k,$)=>k.concat($)),w,u);else if(w&&typeof w=="object"){if(!O)throw new RangeError("The value of a property ("+v+") should be a primitive value.");s(i(v),w,m,x)}else w!=null&&m.push(v.replace(/_.*/,"").replace(/[A-Z]/g,k=>"-"+k.toLowerCase())+": "+w+";")}(m.length||x)&&u.push((r&&!O&&!h?a.map(r):a).join(", ")+" {"+m.join(" ")+"}")}for(let a in e)s(i(a),e[a],this.rules)}getRules(){return this.rules.join(`
59
- `)}static newName(){let e=n6[t6]||1;return n6[t6]=e+1,zm+e.toString(36)}static mount(e,t,r){let i=e[Hm],s=r&&r.nonce;i?s&&i.setNonce(s):i=new DA(e,s),i.mount(Array.isArray(t)?t:[t],e)}}let r6=new Map;class DA{constructor(e,t){let r=e.ownerDocument||e,i=r.defaultView;if(!e.head&&e.adoptedStyleSheets&&i.CSSStyleSheet){let s=r6.get(r);if(s)return e[Hm]=s;this.sheet=new i.CSSStyleSheet,r6.set(r,this)}else this.styleTag=r.createElement("style"),t&&this.styleTag.setAttribute("nonce",t);this.modules=[],e[Hm]=this}mount(e,t){let r=this.sheet,i=0,s=0;for(let a=0;a<e.length;a++){let c=e[a],u=this.modules.indexOf(c);if(u<s&&u>-1&&(this.modules.splice(u,1),s--,u=-1),u==-1){if(this.modules.splice(s++,0,c),r)for(let h=0;h<c.rules.length;h++)r.insertRule(c.rules[h],i++)}else{for(;s<u;)i+=this.modules[s++].rules.length;i+=c.rules.length,s++}}if(r)t.adoptedStyleSheets.indexOf(this.sheet)<0&&(t.adoptedStyleSheets=[this.sheet,...t.adoptedStyleSheets]);else{let a="";for(let u=0;u<this.modules.length;u++)a+=this.modules[u].getRules()+`
60
- `;this.styleTag.textContent=a;let c=t.head||t;this.styleTag.parentNode!=c&&c.insertBefore(this.styleTag,c.firstChild)}}setNonce(e){this.styleTag&&this.styleTag.getAttribute("nonce")!=e&&this.styleTag.setAttribute("nonce",e)}}var No={8:"Backspace",9:"Tab",10:"Enter",12:"NumLock",13:"Enter",16:"Shift",17:"Control",18:"Alt",20:"CapsLock",27:"Escape",32:" ",33:"PageUp",34:"PageDown",35:"End",36:"Home",37:"ArrowLeft",38:"ArrowUp",39:"ArrowRight",40:"ArrowDown",44:"PrintScreen",45:"Insert",46:"Delete",59:";",61:"=",91:"Meta",92:"Meta",106:"*",107:"+",108:",",109:"-",110:".",111:"/",144:"NumLock",145:"ScrollLock",160:"Shift",161:"Shift",162:"Control",163:"Control",164:"Alt",165:"Alt",173:"-",186:";",187:"=",188:",",189:"-",190:".",191:"/",192:"`",219:"[",220:"\\",221:"]",222:"'"},gu={48:")",49:"!",50:"@",51:"#",52:"$",53:"%",54:"^",55:"&",56:"*",57:"(",59:":",61:"+",173:"_",186:":",187:"+",188:"<",189:"_",190:">",191:"?",192:"~",219:"{",220:"|",221:"}",222:'"'},XA=typeof navigator<"u"&&/Mac/.test(navigator.platform),FA=typeof navigator<"u"&&/MSIE \d|Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(navigator.userAgent);for(var nr=0;nr<10;nr++)No[48+nr]=No[96+nr]=String(nr);for(var nr=1;nr<=24;nr++)No[nr+111]="F"+nr;for(var nr=65;nr<=90;nr++)No[nr]=String.fromCharCode(nr+32),gu[nr]=String.fromCharCode(nr);for(var hp in No)gu.hasOwnProperty(hp)||(gu[hp]=No[hp]);function zA(n){var e=XA&&n.metaKey&&n.shiftKey&&!n.ctrlKey&&!n.altKey||FA&&n.shiftKey&&n.key&&n.key.length==1||n.key=="Unidentified",t=!e&&n.key||(n.shiftKey?gu:No)[n.keyCode]||n.key||"Unidentified";return t=="Esc"&&(t="Escape"),t=="Del"&&(t="Delete"),t=="Left"&&(t="ArrowLeft"),t=="Up"&&(t="ArrowUp"),t=="Right"&&(t="ArrowRight"),t=="Down"&&(t="ArrowDown"),t}function Yn(){var n=arguments[0];typeof n=="string"&&(n=document.createElement(n));var e=1,t=arguments[1];if(t&&typeof t=="object"&&t.nodeType==null&&!Array.isArray(t)){for(var r in t)if(Object.prototype.hasOwnProperty.call(t,r)){var i=t[r];typeof i=="string"?n.setAttribute(r,i):i!=null&&(n[r]=i)}e++}for(;e<arguments.length;e++)tv(n,arguments[e]);return n}function tv(n,e){if(typeof e=="string")n.appendChild(document.createTextNode(e));else if(e!=null)if(e.nodeType!=null)n.appendChild(e);else if(Array.isArray(e))for(var t=0;t<e.length;t++)tv(n,e[t]);else throw new RangeError("Unsupported child node: "+e)}let Tr=typeof navigator<"u"?navigator:{userAgent:"",vendor:"",platform:""},Wm=typeof document<"u"?document:{documentElement:{style:{}}};const Bm=/Edge\/(\d+)/.exec(Tr.userAgent),nv=/MSIE \d/.test(Tr.userAgent),Ym=/Trident\/(?:[7-9]|\d{2,})\..*rv:(\d+)/.exec(Tr.userAgent),Vd=!!(nv||Ym||Bm),i6=!Vd&&/gecko\/(\d+)/i.test(Tr.userAgent),pp=!Vd&&/Chrome\/(\d+)/.exec(Tr.userAgent),HA="webkitFontSmoothing"in Wm.documentElement.style,qm=!Vd&&/Apple Computer/.test(Tr.vendor),s6=qm&&(/Mobile\/\w+/.test(Tr.userAgent)||Tr.maxTouchPoints>2);var Xe={mac:s6||/Mac/.test(Tr.platform),windows:/Win/.test(Tr.platform),linux:/Linux|X11/.test(Tr.platform),ie:Vd,ie_version:nv?Wm.documentMode||6:Ym?+Ym[1]:Bm?+Bm[1]:0,gecko:i6,gecko_version:i6?+(/Firefox\/(\d+)/.exec(Tr.userAgent)||[0,0])[1]:0,chrome:!!pp,chrome_version:pp?+pp[1]:0,ios:s6,android:/Android\b/.test(Tr.userAgent),webkit_version:HA?+(/\bAppleWebKit\/(\d+)/.exec(Tr.userAgent)||[0,0])[1]:0,safari:qm,safari_version:qm?+(/\bVersion\/(\d+(\.\d+)?)/.exec(Tr.userAgent)||[0,0])[1]:0,tabSize:Wm.documentElement.style.tabSize!=null?"tab-size":"-moz-tab-size"};function sg(n,e){for(let t in n)t=="class"&&e.class?e.class+=" "+n.class:t=="style"&&e.style?e.style+=";"+n.style:e[t]=n[t];return e}const J1=Object.create(null);function og(n,e,t){if(n==e)return!0;n||(n=J1),e||(e=J1);let r=Object.keys(n),i=Object.keys(e);if(r.length-0!=i.length-0)return!1;for(let s of r)if(s!=t&&(i.indexOf(s)==-1||n[s]!==e[s]))return!1;return!0}function WA(n,e){for(let t=n.attributes.length-1;t>=0;t--){let r=n.attributes[t].name;e[r]==null&&n.removeAttribute(r)}for(let t in e){let r=e[t];t=="style"?n.style.cssText=r:n.getAttribute(t)!=r&&n.setAttribute(t,r)}}function o6(n,e,t){let r=!1;if(e)for(let i in e)t&&i in t||(r=!0,i=="style"?n.style.cssText="":n.removeAttribute(i));if(t)for(let i in t)e&&e[i]==t[i]||(r=!0,i=="style"?n.style.cssText=t[i]:n.setAttribute(i,t[i]));return r}function BA(n){let e=Object.create(null);for(let t=0;t<n.attributes.length;t++){let r=n.attributes[t];e[r.name]=r.value}return e}class Qa{eq(e){return!1}updateDOM(e,t,r){return!1}compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}get estimatedHeight(){return-1}get lineBreaks(){return 0}ignoreEvent(e){return!0}coordsAt(e,t,r){return null}get isHidden(){return!1}get editable(){return!1}destroy(e){}}var Yr=(function(n){return n[n.Text=0]="Text",n[n.WidgetBefore=1]="WidgetBefore",n[n.WidgetAfter=2]="WidgetAfter",n[n.WidgetRange=3]="WidgetRange",n})(Yr||(Yr={}));class pt extends Zo{constructor(e,t,r,i){super(),this.startSide=e,this.endSide=t,this.widget=r,this.spec=i}get heightRelevant(){return!1}static mark(e){return new ju(e)}static widget(e){let t=Math.max(-1e4,Math.min(1e4,e.side||0)),r=!!e.block;return t+=r&&!e.inlineOrder?t>0?3e8:-4e8:t>0?1e8:-1e8,new wa(e,t,t,r,e.widget||null,!1)}static replace(e){let t=!!e.block,r,i;if(e.isBlockGap)r=-5e8,i=4e8;else{let{start:s,end:a}=rv(e,t);r=(s?t?-3e8:-1:5e8)-1,i=(a?t?2e8:1:-6e8)+1}return new wa(e,r,i,t,e.widget||null,!0)}static line(e){return new Zu(e)}static set(e,t=!1){return Ct.of(e,t)}hasHeight(){return this.widget?this.widget.estimatedHeight>-1:!1}}pt.none=Ct.empty;class ju extends pt{constructor(e){let{start:t,end:r}=rv(e);super(t?-1:5e8,r?1:-6e8,null,e),this.tagName=e.tagName||"span",this.attrs=e.class&&e.attributes?sg(e.attributes,{class:e.class}):e.class?{class:e.class}:e.attributes||J1}eq(e){return this==e||e instanceof ju&&this.tagName==e.tagName&&og(this.attrs,e.attrs)}range(e,t=e){if(e>=t)throw new RangeError("Mark decorations may not be empty");return super.range(e,t)}}ju.prototype.point=!1;class Zu extends pt{constructor(e){super(-2e8,-2e8,null,e)}eq(e){return e instanceof Zu&&this.spec.class==e.spec.class&&og(this.spec.attributes,e.spec.attributes)}range(e,t=e){if(t!=e)throw new RangeError("Line decoration ranges must be zero-length");return super.range(e,t)}}Zu.prototype.mapMode=gr.TrackBefore;Zu.prototype.point=!0;class wa extends pt{constructor(e,t,r,i,s,a){super(t,r,s,e),this.block=i,this.isReplace=a,this.mapMode=i?t<=0?gr.TrackBefore:gr.TrackAfter:gr.TrackDel}get type(){return this.startSide!=this.endSide?Yr.WidgetRange:this.startSide<=0?Yr.WidgetBefore:Yr.WidgetAfter}get heightRelevant(){return this.block||!!this.widget&&(this.widget.estimatedHeight>=5||this.widget.lineBreaks>0)}eq(e){return e instanceof wa&&YA(this.widget,e.widget)&&this.block==e.block&&this.startSide==e.startSide&&this.endSide==e.endSide}range(e,t=e){if(this.isReplace&&(e>t||e==t&&this.startSide>0&&this.endSide<=0))throw new RangeError("Invalid range for replacement decoration");if(!this.isReplace&&t!=e)throw new RangeError("Widget decorations can only have zero-length ranges");return super.range(e,t)}}wa.prototype.point=!0;function rv(n,e=!1){let{inclusiveStart:t,inclusiveEnd:r}=n;return t==null&&(t=n.inclusive),r==null&&(r=n.inclusive),{start:t??e,end:r??e}}function YA(n,e){return n==e||!!(n&&e&&n.compare(e))}function Tl(n,e,t,r=0){let i=t.length-1;i>=0&&t[i]+r>=n?t[i]=Math.max(t[i],e):t.push(n,e)}class Ou extends Zo{constructor(e,t){super(),this.tagName=e,this.attributes=t}eq(e){return e==this||e instanceof Ou&&this.tagName==e.tagName&&og(this.attributes,e.attributes)}static create(e){return new Ou(e.tagName,e.attributes||J1)}static set(e,t=!1){return Ct.of(e,t)}}Ou.prototype.startSide=Ou.prototype.endSide=-1;function xu(n){let e;return n.nodeType==11?e=n.getSelection?n:n.ownerDocument:e=n,e.getSelection()}function Um(n,e){return e?n==e||n.contains(e.nodeType!=1?e.parentNode:e):!1}function ru(n,e){if(!e.anchorNode)return!1;try{return Um(n,e.anchorNode)}catch{return!1}}function V1(n){return n.nodeType==3?yu(n,0,n.nodeValue.length).getClientRects():n.nodeType==1?n.getClientRects():[]}function iu(n,e,t,r){return t?a6(n,e,t,r,-1)||a6(n,e,t,r,1):!1}function Lo(n){for(var e=0;;e++)if(n=n.previousSibling,!n)return e}function ed(n){return n.nodeType==1&&/^(DIV|P|LI|UL|OL|BLOCKQUOTE|DD|DT|H\d|SECTION|PRE)$/.test(n.nodeName)}function a6(n,e,t,r,i){for(;;){if(n==t&&e==r)return!0;if(e==(i<0?0:Hs(n))){if(n.nodeName=="DIV")return!1;let s=n.parentNode;if(!s||s.nodeType!=1)return!1;e=Lo(n)+(i<0?0:1),n=s}else if(n.nodeType==1){if(n=n.childNodes[e+(i<0?-1:0)],n.nodeType==1&&n.contentEditable=="false")return!1;e=i<0?Hs(n):0}else return!1}}function Hs(n){return n.nodeType==3?n.nodeValue.length:n.childNodes.length}function td(n,e){let t=e?n.left:n.right;return{left:t,right:t,top:n.top,bottom:n.bottom}}function qA(n){let e=n.visualViewport;return e?{left:0,right:e.width,top:0,bottom:e.height}:{left:0,right:n.innerWidth,top:0,bottom:n.innerHeight}}function iv(n,e){let t=e.width/n.offsetWidth,r=e.height/n.offsetHeight;return(t>.995&&t<1.005||!isFinite(t)||Math.abs(e.width-n.offsetWidth)<1)&&(t=1),(r>.995&&r<1.005||!isFinite(r)||Math.abs(e.height-n.offsetHeight)<1)&&(r=1),{scaleX:t,scaleY:r}}function UA(n,e,t,r,i,s,a,c){let u=n.ownerDocument,h=u.defaultView||window;for(let m=n,O=!1;m&&!O;)if(m.nodeType==1){let x,v=m==u.body,w=1,k=1;if(v)x=qA(h);else{if(/^(fixed|sticky)$/.test(getComputedStyle(m).position)&&(O=!0),m.scrollHeight<=m.clientHeight&&m.scrollWidth<=m.clientWidth){m=m.assignedSlot||m.parentNode;continue}let N=m.getBoundingClientRect();({scaleX:w,scaleY:k}=iv(m,N)),x={left:N.left,right:N.left+m.clientWidth*w,top:N.top,bottom:N.top+m.clientHeight*k}}let $=0,M=0;if(i=="nearest")e.top<x.top?(M=e.top-(x.top+a),t>0&&e.bottom>x.bottom+M&&(M=e.bottom-x.bottom+a)):e.bottom>x.bottom&&(M=e.bottom-x.bottom+a,t<0&&e.top-M<x.top&&(M=e.top-(x.top+a)));else{let N=e.bottom-e.top,A=x.bottom-x.top;M=(i=="center"&&N<=A?e.top+N/2-A/2:i=="start"||i=="center"&&t<0?e.top-a:e.bottom-A+a)-x.top}if(r=="nearest"?e.left<x.left?($=e.left-(x.left+s),t>0&&e.right>x.right+$&&($=e.right-x.right+s)):e.right>x.right&&($=e.right-x.right+s,t<0&&e.left<x.left+$&&($=e.left-(x.left+s))):$=(r=="center"?e.left+(e.right-e.left)/2-(x.right-x.left)/2:r=="start"==c?e.left-s:e.right-(x.right-x.left)+s)-x.left,$||M)if(v)h.scrollBy($,M);else{let N=0,A=0;if(M){let j=m.scrollTop;m.scrollTop+=M/k,A=(m.scrollTop-j)*k}if($){let j=m.scrollLeft;m.scrollLeft+=$/w,N=(m.scrollLeft-j)*w}e={left:e.left-N,top:e.top-A,right:e.right-N,bottom:e.bottom-A},N&&Math.abs(N-$)<1&&(r="nearest"),A&&Math.abs(A-M)<1&&(i="nearest")}if(v)break;(e.top<x.top||e.bottom>x.bottom||e.left<x.left||e.right>x.right)&&(e={left:Math.max(e.left,x.left),right:Math.min(e.right,x.right),top:Math.max(e.top,x.top),bottom:Math.min(e.bottom,x.bottom)}),m=m.assignedSlot||m.parentNode}else if(m.nodeType==11)m=m.host;else break}function sv(n,e=!0){let t=n.ownerDocument,r=null,i=null;for(let s=n.parentNode;s&&!(s==t.body||(!e||r)&&i);)if(s.nodeType==1)!i&&s.scrollHeight>s.clientHeight&&(i=s),e&&!r&&s.scrollWidth>s.clientWidth&&(r=s),s=s.assignedSlot||s.parentNode;else if(s.nodeType==11)s=s.host;else break;return{x:r,y:i}}class GA{constructor(){this.anchorNode=null,this.anchorOffset=0,this.focusNode=null,this.focusOffset=0}eq(e){return this.anchorNode==e.anchorNode&&this.anchorOffset==e.anchorOffset&&this.focusNode==e.focusNode&&this.focusOffset==e.focusOffset}setRange(e){let{anchorNode:t,focusNode:r}=e;this.set(t,Math.min(e.anchorOffset,t?Hs(t):0),r,Math.min(e.focusOffset,r?Hs(r):0))}set(e,t,r,i){this.anchorNode=e,this.anchorOffset=t,this.focusNode=r,this.focusOffset=i}}let ua=null;Xe.safari&&Xe.safari_version>=26&&(ua=!1);function ov(n){if(n.setActive)return n.setActive();if(ua)return n.focus(ua);let e=[];for(let t=n;t&&(e.push(t,t.scrollTop,t.scrollLeft),t!=t.ownerDocument);t=t.parentNode);if(n.focus(ua==null?{get preventScroll(){return ua={preventScroll:!0},!0}}:void 0),!ua){ua=!1;for(let t=0;t<e.length;){let r=e[t++],i=e[t++],s=e[t++];r.scrollTop!=i&&(r.scrollTop=i),r.scrollLeft!=s&&(r.scrollLeft=s)}}}let l6;function yu(n,e,t=e){let r=l6||(l6=document.createRange());return r.setEnd(n,t),r.setStart(n,e),r}function Ml(n,e,t,r){let i={key:e,code:e,keyCode:t,which:t,cancelable:!0};r&&({altKey:i.altKey,ctrlKey:i.ctrlKey,shiftKey:i.shiftKey,metaKey:i.metaKey}=r);let s=new KeyboardEvent("keydown",i);s.synthetic=!0,n.dispatchEvent(s);let a=new KeyboardEvent("keyup",i);return a.synthetic=!0,n.dispatchEvent(a),s.defaultPrevented||a.defaultPrevented}function KA(n){for(;n;){if(n&&(n.nodeType==9||n.nodeType==11&&n.host))return n;n=n.assignedSlot||n.parentNode}return null}function JA(n,e){let t=e.focusNode,r=e.focusOffset;if(!t||e.anchorNode!=t||e.anchorOffset!=r)return!1;for(r=Math.min(r,Hs(t));;)if(r){if(t.nodeType!=1)return!1;let i=t.childNodes[r-1];i.contentEditable=="false"?r--:(t=i,r=Hs(t))}else{if(t==n)return!0;r=Lo(t),t=t.parentNode}}function av(n){return n instanceof Window?n.pageYOffset>Math.max(0,n.document.documentElement.scrollHeight-n.innerHeight-4):n.scrollTop>Math.max(1,n.scrollHeight-n.clientHeight-4)}function lv(n,e){for(let t=n,r=e;;){if(t.nodeType==3&&r>0)return{node:t,offset:r};if(t.nodeType==1&&r>0){if(t.contentEditable=="false")return null;t=t.childNodes[r-1],r=Hs(t)}else if(t.parentNode&&!ed(t))r=Lo(t),t=t.parentNode;else return null}}function cv(n,e){for(let t=n,r=e;;){if(t.nodeType==3&&r<t.nodeValue.length)return{node:t,offset:r};if(t.nodeType==1&&r<t.childNodes.length){if(t.contentEditable=="false")return null;t=t.childNodes[r],r=0}else if(t.parentNode&&!ed(t))r=Lo(t)+1,t=t.parentNode;else return null}}class Ni{constructor(e,t,r=!0){this.node=e,this.offset=t,this.precise=r}static before(e,t){return new Ni(e.parentNode,Lo(e),t)}static after(e,t){return new Ni(e.parentNode,Lo(e)+1,t)}}var kn=(function(n){return n[n.LTR=0]="LTR",n[n.RTL=1]="RTL",n})(kn||(kn={}));const Sa=kn.LTR,ag=kn.RTL;function uv(n){let e=[];for(let t=0;t<n.length;t++)e.push(1<<+n[t]);return e}const e$=uv("88888888888888888888888888888888888666888888787833333333337888888000000000000000000000000008888880000000000000000000000000088888888888888888888888888888888888887866668888088888663380888308888800000000000000000000000800000000000000000000000000000008"),t$=uv("4444448826627288999999999992222222222222222222222222222222222222222222222229999999999999999999994444444444644222822222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222999999949999999229989999223333333333"),Gm=Object.create(null),Ji=[];for(let n of["()","[]","{}"]){let e=n.charCodeAt(0),t=n.charCodeAt(1);Gm[e]=t,Gm[t]=-e}function dv(n){return n<=247?e$[n]:1424<=n&&n<=1524?2:1536<=n&&n<=1785?t$[n-1536]:1774<=n&&n<=2220?4:8192<=n&&n<=8204?256:64336<=n&&n<=65023?4:1}const n$=/[\u0590-\u05f4\u0600-\u06ff\u0700-\u08ac\ufb50-\ufdff]/;class ls{get dir(){return this.level%2?ag:Sa}constructor(e,t,r){this.from=e,this.to=t,this.level=r}side(e,t){return this.dir==t==e?this.to:this.from}forward(e,t){return e==(this.dir==t)}static find(e,t,r,i){let s=-1;for(let a=0;a<e.length;a++){let c=e[a];if(c.from<=t&&c.to>=t){if(c.level==r)return a;(s<0||(i!=0?i<0?c.from<t:c.to>t:e[s].level>c.level))&&(s=a)}}if(s<0)throw new RangeError("Index out of range");return s}}function fv(n,e){if(n.length!=e.length)return!1;for(let t=0;t<n.length;t++){let r=n[t],i=e[t];if(r.from!=i.from||r.to!=i.to||r.direction!=i.direction||!fv(r.inner,i.inner))return!1}return!0}const tn=[];function r$(n,e,t,r,i){for(let s=0;s<=r.length;s++){let a=s?r[s-1].to:e,c=s<r.length?r[s].from:t,u=s?256:i;for(let h=a,m=u,O=u;h<c;h++){let x=dv(n.charCodeAt(h));x==512?x=m:x==8&&O==4&&(x=16),tn[h]=x==4?2:x,x&7&&(O=x),m=x}for(let h=a,m=u,O=u;h<c;h++){let x=tn[h];if(x==128)h<c-1&&m==tn[h+1]&&m&24?x=tn[h]=m:tn[h]=256;else if(x==64){let v=h+1;for(;v<c&&tn[v]==64;)v++;let w=h&&m==8||v<t&&tn[v]==8?O==1?1:8:256;for(let k=h;k<v;k++)tn[k]=w;h=v-1}else x==8&&O==1&&(tn[h]=1);m=x,x&7&&(O=x)}}}function i$(n,e,t,r,i){let s=i==1?2:1;for(let a=0,c=0,u=0;a<=r.length;a++){let h=a?r[a-1].to:e,m=a<r.length?r[a].from:t;for(let O=h,x,v,w;O<m;O++)if(v=Gm[x=n.charCodeAt(O)])if(v<0){for(let k=c-3;k>=0;k-=3)if(Ji[k+1]==-v){let $=Ji[k+2],M=$&2?i:$&4?$&1?s:i:0;M&&(tn[O]=tn[Ji[k]]=M),c=k;break}}else{if(Ji.length==189)break;Ji[c++]=O,Ji[c++]=x,Ji[c++]=u}else if((w=tn[O])==2||w==1){let k=w==i;u=k?0:1;for(let $=c-3;$>=0;$-=3){let M=Ji[$+2];if(M&2)break;if(k)Ji[$+2]|=2;else{if(M&4)break;Ji[$+2]|=4}}}}}function s$(n,e,t,r){for(let i=0,s=r;i<=t.length;i++){let a=i?t[i-1].to:n,c=i<t.length?t[i].from:e;for(let u=a;u<c;){let h=tn[u];if(h==256){let m=u+1;for(;;)if(m==c){if(i==t.length)break;m=t[i++].to,c=i<t.length?t[i].from:e}else if(tn[m]==256)m++;else break;let O=s==1,x=(m<e?tn[m]:r)==1,v=O==x?O?1:2:r;for(let w=m,k=i,$=k?t[k-1].to:n;w>u;)w==$&&(w=t[--k].from,$=k?t[k-1].to:n),tn[--w]=v;u=m}else s=h,u++}}}function Km(n,e,t,r,i,s,a){let c=r%2?2:1;if(r%2==i%2)for(let u=e,h=0;u<t;){let m=!0,O=!1;if(h==s.length||u<s[h].from){let k=tn[u];k!=c&&(m=!1,O=k==16)}let x=!m&&c==1?[]:null,v=m?r:r+1,w=u;e:for(;;)if(h<s.length&&w==s[h].from){if(O)break e;let k=s[h];if(!m)for(let $=k.to,M=h+1;;){if($==t)break e;if(M<s.length&&s[M].from==$)$=s[M++].to;else{if(tn[$]==c)break e;break}}if(h++,x)x.push(k);else{k.from>u&&a.push(new ls(u,k.from,v));let $=k.direction==Sa!=!(v%2);Jm(n,$?r+1:r,i,k.inner,k.from,k.to,a),u=k.to}w=k.to}else{if(w==t||(m?tn[w]!=c:tn[w]==c))break;w++}x?Km(n,u,w,r+1,i,x,a):u<w&&a.push(new ls(u,w,v)),u=w}else for(let u=t,h=s.length;u>e;){let m=!0,O=!1;if(!h||u>s[h-1].to){let k=tn[u-1];k!=c&&(m=!1,O=k==16)}let x=!m&&c==1?[]:null,v=m?r:r+1,w=u;e:for(;;)if(h&&w==s[h-1].to){if(O)break e;let k=s[--h];if(!m)for(let $=k.from,M=h;;){if($==e)break e;if(M&&s[M-1].to==$)$=s[--M].from;else{if(tn[$-1]==c)break e;break}}if(x)x.push(k);else{k.to<u&&a.push(new ls(k.to,u,v));let $=k.direction==Sa!=!(v%2);Jm(n,$?r+1:r,i,k.inner,k.from,k.to,a),u=k.from}w=k.from}else{if(w==e||(m?tn[w-1]!=c:tn[w-1]==c))break;w--}x?Km(n,w,u,r+1,i,x,a):w<u&&a.push(new ls(w,u,v)),u=w}}function Jm(n,e,t,r,i,s,a){let c=e%2?2:1;r$(n,i,s,r,c),i$(n,i,s,r,c),s$(i,s,r,c),Km(n,i,s,e,t,r,a)}function o$(n,e,t){if(!n)return[new ls(0,0,e==ag?1:0)];if(e==Sa&&!t.length&&!n$.test(n))return hv(n.length);if(t.length)for(;n.length>tn.length;)tn[tn.length]=256;let r=[],i=e==Sa?0:1;return Jm(n,i,i,t,0,n.length,r),r}function hv(n){return[new ls(0,n,0)]}let pv="";function a$(n,e,t,r,i){var s;let a=r.head-n.from,c=ls.find(e,a,(s=r.bidiLevel)!==null&&s!==void 0?s:-1,r.assoc),u=e[c],h=u.side(i,t);if(a==h){let x=c+=i?1:-1;if(x<0||x>=e.length)return null;u=e[c=x],a=u.side(!i,t),h=u.side(i,t)}let m=qn(n.text,a,u.forward(i,t));(m<u.from||m>u.to)&&(m=h),pv=n.text.slice(Math.min(a,m),Math.max(a,m));let O=c==(i?e.length-1:0)?null:e[c+(i?1:-1)];return O&&m==h&&O.level+(i?0:1)<u.level?de.cursor(O.side(!i,t)+n.from,O.forward(i,t)?1:-1,O.level):de.cursor(m+n.from,u.forward(i,t)?-1:1,u.level)}function l$(n,e,t){for(let r=e;r<t;r++){let i=dv(n.charCodeAt(r));if(i==1)return Sa;if(i==2||i==4)return ag}return Sa}const mv=Ye.define(),gv=Ye.define(),Ov=Ye.define(),xv=Ye.define(),e2=Ye.define(),yv=Ye.define(),vv=Ye.define(),lg=Ye.define(),cg=Ye.define(),bv=Ye.define({combine:n=>n.some(e=>e)}),c$=Ye.define({combine:n=>n.some(e=>e)}),wv=Ye.define();class Ql{constructor(e,t="nearest",r="nearest",i=5,s=5,a=!1){this.range=e,this.y=t,this.x=r,this.yMargin=i,this.xMargin=s,this.isSnapshot=a}map(e){return e.empty?this:new Ql(this.range.map(e),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}clip(e){return this.range.to<=e.doc.length?this:new Ql(de.cursor(e.doc.length),this.y,this.x,this.yMargin,this.xMargin,this.isSnapshot)}}const J0=Ft.define({map:(n,e)=>n.map(e)}),Sv=Ft.define();function cs(n,e,t){let r=n.facet(xv);r.length?r[0](e):window.onerror&&window.onerror(String(e),t,void 0,void 0,e)||(t?console.error(t+":",e):console.error(e))}const Is=Ye.define({combine:n=>n.length?n[0]:!0});let u$=0;const vl=Ye.define({combine(n){return n.filter((e,t)=>{for(let r=0;r<t;r++)if(n[r].plugin==e.plugin)return!1;return!0})}});class qr{constructor(e,t,r,i,s){this.id=e,this.create=t,this.domEventHandlers=r,this.domEventObservers=i,this.baseExtensions=s(this),this.extension=this.baseExtensions.concat(vl.of({plugin:this,arg:void 0}))}of(e){return this.baseExtensions.concat(vl.of({plugin:this,arg:e}))}static define(e,t){const{eventHandlers:r,eventObservers:i,provide:s,decorations:a}=t||{};return new qr(u$++,e,r,i,c=>{let u=[];return a&&u.push(_d.of(h=>{let m=h.plugin(c);return m?a(m):pt.none})),s&&u.push(s(c)),u})}static fromClass(e,t){return qr.define((r,i)=>new e(r,i),t)}}class mp{constructor(e){this.spec=e,this.mustUpdate=null,this.value=null}get plugin(){return this.spec&&this.spec.plugin}update(e){if(this.value){if(this.mustUpdate){let t=this.mustUpdate;if(this.mustUpdate=null,this.value.update)try{this.value.update(t)}catch(r){if(cs(t.state,r,"CodeMirror plugin crashed"),this.value.destroy)try{this.value.destroy()}catch{}this.deactivate()}}}else if(this.spec)try{this.value=this.spec.plugin.create(e,this.spec.arg)}catch(t){cs(e.state,t,"CodeMirror plugin crashed"),this.deactivate()}return this}destroy(e){var t;if(!((t=this.value)===null||t===void 0)&&t.destroy)try{this.value.destroy()}catch(r){cs(e.state,r,"CodeMirror plugin crashed")}}deactivate(){this.spec=this.value=null}}const kv=Ye.define(),ug=Ye.define(),_d=Ye.define(),Pv=Ye.define(),dg=Ye.define(),Ru=Ye.define(),Av=Ye.define();function c6(n,e){let t=n.state.facet(Av);if(!t.length)return t;let r=t.map(s=>s instanceof Function?s(n):s),i=[];return Ct.spans(r,e.from,e.to,{point(){},span(s,a,c,u){let h=s-e.from,m=a-e.from,O=i;for(let x=c.length-1;x>=0;x--,u--){let v=c[x].spec.bidiIsolate,w;if(v==null&&(v=l$(e.text,h,m)),u>0&&O.length&&(w=O[O.length-1]).to==h&&w.direction==v)w.to=m,O=w.inner;else{let k={from:h,to:m,direction:v,inner:[]};O.push(k),O=k.inner}}}}),i}const $v=Ye.define();function Cv(n){let e=0,t=0,r=0,i=0;for(let s of n.state.facet($v)){let a=s(n);a&&(a.left!=null&&(e=Math.max(e,a.left)),a.right!=null&&(t=Math.max(t,a.right)),a.top!=null&&(r=Math.max(r,a.top)),a.bottom!=null&&(i=Math.max(i,a.bottom)))}return{left:e,right:t,top:r,bottom:i}}const Bc=Ye.define();class bi{constructor(e,t,r,i){this.fromA=e,this.toA=t,this.fromB=r,this.toB=i}join(e){return new bi(Math.min(this.fromA,e.fromA),Math.max(this.toA,e.toA),Math.min(this.fromB,e.fromB),Math.max(this.toB,e.toB))}addToSet(e){let t=e.length,r=this;for(;t>0;t--){let i=e[t-1];if(!(i.fromA>r.toA)){if(i.toA<r.fromA)break;r=r.join(i),e.splice(t-1,1)}}return e.splice(t,0,r),e}static extendWithRanges(e,t){if(t.length==0)return e;let r=[];for(let i=0,s=0,a=0;;){let c=i<e.length?e[i].fromB:1e9,u=s<t.length?t[s]:1e9,h=Math.min(c,u);if(h==1e9)break;let m=h+a,O=h,x=m;for(;;)if(s<t.length&&t[s]<=O){let v=t[s+1];s+=2,O=Math.max(O,v);for(let w=i;w<e.length&&e[w].fromB<=O;w++)a=e[w].toA-e[w].toB;x=Math.max(x,v+a)}else if(i<e.length&&e[i].fromB<=O){let v=e[i++];O=Math.max(O,v.toB),x=Math.max(x,v.toA),a=v.toA-v.toB}else break;r.push(new bi(m,x,h,O))}return r}}class nd{constructor(e,t,r){this.view=e,this.state=t,this.transactions=r,this.flags=0,this.startState=e.state,this.changes=_n.empty(this.startState.doc.length);for(let s of r)this.changes=this.changes.compose(s.changes);let i=[];this.changes.iterChangedRanges((s,a,c,u)=>i.push(new bi(s,a,c,u))),this.changedRanges=i}static create(e,t,r){return new nd(e,t,r)}get viewportChanged(){return(this.flags&4)>0}get viewportMoved(){return(this.flags&8)>0}get heightChanged(){return(this.flags&2)>0}get geometryChanged(){return this.docChanged||(this.flags&18)>0}get focusChanged(){return(this.flags&1)>0}get docChanged(){return!this.changes.empty}get selectionSet(){return this.transactions.some(e=>e.selection)}get empty(){return this.flags==0&&this.transactions.length==0}}const d$=[];class yn{constructor(e,t,r=0){this.dom=e,this.length=t,this.flags=r,this.parent=null,e.cmTile=this}get breakAfter(){return this.flags&1}get children(){return d$}isWidget(){return!1}get isHidden(){return!1}isComposite(){return!1}isLine(){return!1}isText(){return!1}isBlock(){return!1}get domAttrs(){return null}sync(e){if(this.flags|=2,this.flags&4){this.flags&=-5;let t=this.domAttrs;t&&WA(this.dom,t)}}toString(){return this.constructor.name+(this.children.length?`(${this.children})`:"")+(this.breakAfter?"#":"")}destroy(){this.parent=null}setDOM(e){this.dom=e,e.cmTile=this}get posAtStart(){return this.parent?this.parent.posBefore(this):0}get posAtEnd(){return this.posAtStart+this.length}posBefore(e,t=this.posAtStart){let r=t;for(let i of this.children){if(i==e)return r;r+=i.length+i.breakAfter}throw new RangeError("Invalid child in posBefore")}posAfter(e){return this.posBefore(e)+e.length}covers(e){return!0}coordsIn(e,t){return null}domPosFor(e,t){let r=Lo(this.dom),i=this.length?e>0:t>0;return new Ni(this.parent.dom,r+(i?1:0),e==0||e==this.length)}markDirty(e){this.flags&=-3,e&&(this.flags|=4),this.parent&&this.parent.flags&2&&this.parent.markDirty(!1)}get overrideDOMText(){return null}get root(){for(let e=this;e;e=e.parent)if(e instanceof Dd)return e;return null}static get(e){return e.cmTile}}class Id extends yn{constructor(e){super(e,0),this._children=[]}isComposite(){return!0}get children(){return this._children}get lastChild(){return this.children.length?this.children[this.children.length-1]:null}append(e){this.children.push(e),e.parent=this}sync(e){if(this.flags&2)return;super.sync(e);let t=this.dom,r=null,i,s=(e==null?void 0:e.node)==t?e:null,a=0;for(let c of this.children){if(c.sync(e),a+=c.length+c.breakAfter,i=r?r.nextSibling:t.firstChild,s&&i!=c.dom&&(s.written=!0),c.dom.parentNode==t)for(;i&&i!=c.dom;)i=u6(i);else t.insertBefore(c.dom,i);r=c.dom}for(i=r?r.nextSibling:t.firstChild,s&&i&&(s.written=!0);i;)i=u6(i);this.length=a}}function u6(n){let e=n.nextSibling;return n.parentNode.removeChild(n),e}class Dd extends Id{constructor(e,t){super(t),this.view=e}owns(e){for(;e;e=e.parent)if(e==this)return!0;return!1}isBlock(){return!0}nearest(e){for(;;){if(!e)return null;let t=yn.get(e);if(t&&this.owns(t))return t;e=e.parentNode}}blockTiles(e){for(let t=[],r=this,i=0,s=0;;)if(i==r.children.length){if(!t.length)return;r=r.parent,r.breakAfter&&s++,i=t.pop()}else{let a=r.children[i++];if(a instanceof Xs)t.push(i),r=a,i=0;else{let c=s+a.length,u=e(a,s);if(u!==void 0)return u;s=c+a.breakAfter}}}resolveBlock(e,t){let r,i=-1,s,a=-1;if(this.blockTiles((c,u)=>{let h=u+c.length;if(e>=u&&e<=h){if(c.isWidget()&&t>=-1&&t<=1){if(c.flags&32)return!0;c.flags&16&&(r=void 0)}(u<e||e==h&&(t<-1?c.length:c.covers(1)))&&(!r||!c.isWidget()&&r.isWidget())&&(r=c,i=e-u),(h>e||e==u&&(t>1?c.length:c.covers(-1)))&&(!s||!c.isWidget()&&s.isWidget())&&(s=c,a=e-u)}}),!r&&!s)throw new Error("No tile at position "+e);return r&&t<0||!s?{tile:r,offset:i}:{tile:s,offset:a}}}class Xs extends Id{constructor(e,t){super(e),this.wrapper=t}isBlock(){return!0}covers(e){return this.children.length?e<0?this.children[0].covers(-1):this.lastChild.covers(1):!1}get domAttrs(){return this.wrapper.attributes}static of(e,t){let r=new Xs(t||document.createElement(e.tagName),e);return t||(r.flags|=4),r}}class Ll extends Id{constructor(e,t){super(e),this.attrs=t}isLine(){return!0}static start(e,t,r){let i=new Ll(t||document.createElement("div"),e);return(!t||!r)&&(i.flags|=4),i}get domAttrs(){return this.attrs}resolveInline(e,t,r){let i=null,s=-1,a=null,c=-1;function u(m,O){for(let x=0,v=0;x<m.children.length&&v<=O;x++){let w=m.children[x],k=v+w.length;k>=O&&(w.isComposite()?u(w,O-v):(!a||a.isHidden&&(t>0||r&&h$(a,w)))&&(k>O||w.flags&32)?(a=w,c=O-v):(v<O||w.flags&16&&!w.isHidden)&&(i=w,s=O-v)),v=k}}u(this,e);let h=(t<0?i:a)||i||a;return h?{tile:h,offset:h==i?s:c}:null}coordsIn(e,t){let r=this.resolveInline(e,t,!0);return r?r.tile.coordsIn(Math.max(0,r.offset),t):f$(this)}domIn(e,t){let r=this.resolveInline(e,t);if(r){let{tile:i,offset:s}=r;if(this.dom.contains(i.dom))return i.isText()?new Ni(i.dom,Math.min(i.dom.nodeValue.length,s)):i.domPosFor(s,i.flags&16?1:i.flags&32?-1:t);let a=r.tile.parent,c=!1;for(let u of a.children){if(c)return new Ni(u.dom,0);u==r.tile&&(c=!0)}}return new Ni(this.dom,0)}}function f$(n){let e=n.dom.lastChild;if(!e)return n.dom.getBoundingClientRect();let t=V1(e);return t[t.length-1]||null}function h$(n,e){let t=n.coordsIn(0,1),r=e.coordsIn(0,1);return t&&r&&r.top<t.bottom}class Wr extends Id{constructor(e,t){super(e),this.mark=t}get domAttrs(){return this.mark.attrs}static of(e,t){let r=new Wr(t||document.createElement(e.tagName),e);return t||(r.flags|=4),r}}class ha extends yn{constructor(e,t){super(e,t.length),this.text=t}sync(e){this.flags&2||(super.sync(e),this.dom.nodeValue!=this.text&&(e&&e.node==this.dom&&(e.written=!0),this.dom.nodeValue=this.text))}isText(){return!0}toString(){return JSON.stringify(this.text)}coordsIn(e,t){let r=this.dom.nodeValue.length;e>r&&(e=r);let i=e,s=e,a=0;e==0&&t<0||e==r&&t>=0?Xe.chrome||Xe.gecko||(e?(i--,a=1):s<r&&(s++,a=-1)):t<0?i--:s<r&&s++;let c=yu(this.dom,i,s).getClientRects();if(!c.length)return null;let u=c[(a?a<0:t>=0)?0:c.length-1];return Xe.safari&&!a&&u.width==0&&(u=Array.prototype.find.call(c,h=>h.width)||u),a?td(u,a<0):u||null}static of(e,t){let r=new ha(t||document.createTextNode(e),e);return t||(r.flags|=2),r}}class ka extends yn{constructor(e,t,r,i){super(e,t,i),this.widget=r}isWidget(){return!0}get isHidden(){return this.widget.isHidden}covers(e){return this.flags&48?!1:(this.flags&(e<0?64:128))>0}coordsIn(e,t){return this.coordsInWidget(e,t,!1)}coordsInWidget(e,t,r){let i=this.widget.coordsAt(this.dom,e,t);if(i)return i;if(r)return td(this.dom.getBoundingClientRect(),this.length?e==0:t<=0);{let s=this.dom.getClientRects(),a=null;if(!s.length)return null;let c=this.flags&16?!0:this.flags&32?!1:e>0;for(let u=c?s.length-1:0;a=s[u],!(e>0?u==0:u==s.length-1||a.top<a.bottom);u+=c?-1:1);return td(a,!c)}}get overrideDOMText(){if(!this.length)return Rt.empty;let{root:e}=this;if(!e)return Rt.empty;let t=this.posAtStart;return e.view.state.doc.slice(t,t+this.length)}destroy(){super.destroy(),this.widget.destroy(this.dom)}static of(e,t,r,i,s){return s||(s=e.toDOM(t),e.editable||(s.contentEditable="false")),new ka(s,r,e,i)}}class rd extends yn{constructor(e){let t=document.createElement("img");t.className="cm-widgetBuffer",t.setAttribute("aria-hidden","true"),super(t,0,e)}get isHidden(){return!0}get overrideDOMText(){return Rt.empty}coordsIn(e){return this.dom.getBoundingClientRect()}}class p${constructor(e){this.index=0,this.beforeBreak=!1,this.parents=[],this.tile=e}advance(e,t,r){let{tile:i,index:s,beforeBreak:a,parents:c}=this;for(;e||t>0;)if(i.isComposite())if(a){if(!e)break;r&&r.break(),e--,a=!1}else if(s==i.children.length){if(!e&&!c.length)break;r&&r.leave(i),a=!!i.breakAfter,{tile:i,index:s}=c.pop(),s++}else{let u=i.children[s],h=u.breakAfter;(t>0?u.length<=e:u.length<e)&&(!r||r.skip(u,0,u.length)!==!1||!u.isComposite)?(a=!!h,s++,e-=u.length):(c.push({tile:i,index:s}),i=u,s=0,r&&u.isComposite()&&r.enter(u))}else if(s==i.length)a=!!i.breakAfter,{tile:i,index:s}=c.pop(),s++;else if(e){let u=Math.min(e,i.length-s);r&&r.skip(i,s,s+u),e-=u,s+=u}else break;return this.tile=i,this.index=s,this.beforeBreak=a,this}get root(){return this.parents.length?this.parents[0].tile:this.tile}}class m${constructor(e,t,r,i){this.from=e,this.to=t,this.wrapper=r,this.rank=i}}class g${constructor(e,t,r){this.cache=e,this.root=t,this.blockWrappers=r,this.curLine=null,this.lastBlock=null,this.afterWidget=null,this.pos=0,this.wrappers=[],this.wrapperPos=0}addText(e,t,r,i){var s;this.flushBuffer();let a=this.ensureMarks(t,r),c=a.lastChild;if(c&&c.isText()&&!(c.flags&8)&&c.length+e.length<512){this.cache.reused.set(c,2);let u=a.children[a.children.length-1]=new ha(c.dom,c.text+e);u.parent=a}else a.append(i||ha.of(e,(s=this.cache.find(ha))===null||s===void 0?void 0:s.dom));this.pos+=e.length,this.afterWidget=null}addComposition(e,t){let r=this.curLine;r.dom!=t.line.dom&&(r.setDOM(this.cache.reused.has(t.line)?gp(t.line.dom):t.line.dom),this.cache.reused.set(t.line,2));let i=r;for(let c=t.marks.length-1;c>=0;c--){let u=t.marks[c],h=i.lastChild;if(h instanceof Wr&&h.mark.eq(u.mark))h.dom!=u.dom&&h.setDOM(gp(u.dom)),i=h;else{if(this.cache.reused.get(u)){let O=yn.get(u.dom);O&&O.setDOM(gp(u.dom))}let m=Wr.of(u.mark,u.dom);i.append(m),i=m}this.cache.reused.set(u,2)}let s=yn.get(e.text);s&&this.cache.reused.set(s,2);let a=new ha(e.text,e.text.nodeValue);a.flags|=8,i.append(a)}addInlineWidget(e,t,r){let i=this.afterWidget&&e.flags&48&&(this.afterWidget.flags&48)==(e.flags&48);i||this.flushBuffer();let s=this.ensureMarks(t,r);!i&&!(e.flags&16)&&s.append(this.getBuffer(1)),s.append(e),this.pos+=e.length,this.afterWidget=e}addMark(e,t,r){this.flushBuffer(),this.ensureMarks(t,r).append(e),this.pos+=e.length,this.afterWidget=null}addBlockWidget(e){this.getBlockPos().append(e),this.pos+=e.length,this.lastBlock=e,this.endLine()}continueWidget(e){let t=this.afterWidget||this.lastBlock;t.length+=e,this.pos+=e}addLineStart(e,t){var r;e||(e=Ev);let i=Ll.start(e,t||((r=this.cache.find(Ll))===null||r===void 0?void 0:r.dom),!!t);this.getBlockPos().append(this.lastBlock=this.curLine=i)}addLine(e){this.getBlockPos().append(e),this.pos+=e.length,this.lastBlock=e,this.endLine()}addBreak(){this.lastBlock.flags|=1,this.endLine(),this.pos++}addLineStartIfNotCovered(e){this.blockPosCovered()||this.addLineStart(e)}ensureLine(e){this.curLine||this.addLineStart(e)}ensureMarks(e,t){var r;let i=this.curLine;for(let s=e.length-1;s>=0;s--){let a=e[s],c;if(t>0&&(c=i.lastChild)&&c instanceof Wr&&c.mark.eq(a))i=c,t--;else{let u=Wr.of(a,(r=this.cache.find(Wr,h=>h.mark.eq(a)))===null||r===void 0?void 0:r.dom);i.append(u),i=u,t=0}}return i}endLine(){if(this.curLine){this.flushBuffer();let e=this.curLine.lastChild;(!e||!d6(this.curLine,!1)||e.dom.nodeName!="BR"&&e.isWidget()&&!(Xe.ios&&d6(this.curLine,!0)))&&this.curLine.append(this.cache.findWidget(Op,0,32)||new ka(Op.toDOM(),0,Op,32)),this.curLine=this.afterWidget=null}}updateBlockWrappers(){this.wrapperPos>this.pos+1e4&&(this.blockWrappers.goto(this.pos),this.wrappers.length=0);for(let e=this.wrappers.length-1;e>=0;e--)this.wrappers[e].to<this.pos&&this.wrappers.splice(e,1);for(let e=this.blockWrappers;e.value&&e.from<=this.pos;e.next())if(e.to>=this.pos){let t=new m$(e.from,e.to,e.value,e.rank),r=this.wrappers.length;for(;r>0&&(this.wrappers[r-1].rank-t.rank||this.wrappers[r-1].to-t.to)<0;)r--;this.wrappers.splice(r,0,t)}this.wrapperPos=this.pos}getBlockPos(){var e;this.updateBlockWrappers();let t=this.root;for(let r of this.wrappers){let i=t.lastChild;if(r.from<this.pos&&i instanceof Xs&&i.wrapper.eq(r.wrapper))t=i;else{let s=Xs.of(r.wrapper,(e=this.cache.find(Xs,a=>a.wrapper.eq(r.wrapper)))===null||e===void 0?void 0:e.dom);t.append(s),t=s}}return t}blockPosCovered(){let e=this.lastBlock;return e!=null&&!e.breakAfter&&(!e.isWidget()||(e.flags&160)>0)}getBuffer(e){let t=2|(e<0?16:32),r=this.cache.find(rd,void 0,1);return r&&(r.flags=t),r||new rd(t)}flushBuffer(){this.afterWidget&&!(this.afterWidget.flags&32)&&(this.afterWidget.parent.append(this.getBuffer(-1)),this.afterWidget=null)}}class O${constructor(e){this.skipCount=0,this.text="",this.textOff=0,this.cursor=e.iter()}skip(e){this.textOff+e<=this.text.length?this.textOff+=e:(this.skipCount+=e-(this.text.length-this.textOff),this.text="",this.textOff=0)}next(e){if(this.textOff==this.text.length){let{value:i,lineBreak:s,done:a}=this.cursor.next(this.skipCount);if(this.skipCount=0,a)throw new Error("Ran out of text content when drawing inline views");this.text=i;let c=this.textOff=Math.min(e,i.length);return s?null:i.slice(0,c)}let t=Math.min(this.text.length,this.textOff+e),r=this.text.slice(this.textOff,t);return this.textOff=t,r}}const id=[ka,Ll,ha,Wr,rd,Xs,Dd];for(let n=0;n<id.length;n++)id[n].bucket=n;class x${constructor(e){this.view=e,this.buckets=id.map(()=>[]),this.index=id.map(()=>0),this.reused=new Map}add(e){let t=e.constructor.bucket,r=this.buckets[t];r.length<6?r.push(e):r[this.index[t]=(this.index[t]+1)%6]=e}find(e,t,r=2){let i=e.bucket,s=this.buckets[i],a=this.index[i];for(let c=s.length-1;c>=0;c--){let u=(c+a)%s.length,h=s[u];if((!t||t(h))&&!this.reused.has(h))return s.splice(u,1),u<a&&this.index[i]--,this.reused.set(h,r),h}return null}findWidget(e,t,r){let i=this.buckets[0];if(i.length)for(let s=0,a=0;;s++){if(s==i.length){if(a)return null;a=1,s=0}let c=i[s];if(!this.reused.has(c)&&(a==0?c.widget.compare(e):c.widget.constructor==e.constructor&&e.updateDOM(c.dom,this.view,c.widget)))return i.splice(s,1),s<this.index[0]&&this.index[0]--,c.widget==e&&c.length==t&&(c.flags&497)==r?(this.reused.set(c,1),c):(this.reused.set(c,2),new ka(c.dom,t,e,c.flags&-498|r))}}reuse(e){return this.reused.set(e,1),e}maybeReuse(e,t=2){if(!this.reused.has(e))return this.reused.set(e,t),e.dom}clear(){for(let e=0;e<this.buckets.length;e++)this.buckets[e].length=this.index[e]=0}}class y${constructor(e,t,r,i,s){this.view=e,this.decorations=i,this.disallowBlockEffectsFor=s,this.openWidget=!1,this.openMarks=0,this.cache=new x$(e),this.text=new O$(e.state.doc),this.builder=new g$(this.cache,new Dd(e,e.contentDOM),Ct.iter(r)),this.cache.reused.set(t,2),this.old=new p$(t),this.reuseWalker={skip:(a,c,u)=>{if(this.cache.add(a),a.isComposite())return!1},enter:a=>this.cache.add(a),leave:()=>{},break:()=>{}}}run(e,t){let r=t&&this.getCompositionContext(t.text);for(let i=0,s=0,a=0;;){let c=a<e.length?e[a++]:null,u=c?c.fromA:this.old.root.length;if(u>i){let h=u-i;this.preserve(h,!a,!c),i=u,s+=h}if(!c)break;t&&c.fromA<=t.range.fromA&&c.toA>=t.range.toA?(this.forward(c.fromA,t.range.fromA,t.range.fromA<t.range.toA?1:-1),this.emit(s,t.range.fromB),this.cache.clear(),this.builder.addComposition(t,r),this.text.skip(t.range.toB-t.range.fromB),this.forward(t.range.fromA,c.toA),this.emit(t.range.toB,c.toB)):(this.forward(c.fromA,c.toA),this.emit(s,c.toB)),s=c.toB,i=c.toA}return this.builder.curLine&&this.builder.endLine(),this.builder.root}preserve(e,t,r){let i=w$(this.old),s=this.openMarks;this.old.advance(e,r?1:-1,{skip:(a,c,u)=>{if(a.isWidget())if(this.openWidget)this.builder.continueWidget(u-c);else{let h=u>0||c<a.length?ka.of(a.widget,this.view,u-c,a.flags&496,this.cache.maybeReuse(a)):this.cache.reuse(a);h.flags&256?(h.flags&=-2,this.builder.addBlockWidget(h)):(this.builder.ensureLine(null),this.builder.addInlineWidget(h,i,s),s=i.length)}else if(a.isText())this.builder.ensureLine(null),!c&&u==a.length&&!this.cache.reused.has(a)?this.builder.addText(a.text,i,s,this.cache.reuse(a)):(this.cache.add(a),this.builder.addText(a.text.slice(c,u),i,s)),s=i.length;else if(a.isLine())a.flags&=-2,this.cache.reused.set(a,1),this.builder.addLine(a);else if(a instanceof rd)this.cache.add(a);else if(a instanceof Wr)this.builder.ensureLine(null),this.builder.addMark(a,i,s),this.cache.reused.set(a,1),s=i.length;else return!1;this.openWidget=!1},enter:a=>{a.isLine()?this.builder.addLineStart(a.attrs,this.cache.maybeReuse(a)):(this.cache.add(a),a instanceof Wr&&i.unshift(a.mark)),this.openWidget=!1},leave:a=>{a.isLine()?i.length&&(i.length=s=0):a instanceof Wr&&(i.shift(),s=Math.min(s,i.length))},break:()=>{this.builder.addBreak(),this.openWidget=!1}}),this.text.skip(e)}emit(e,t){let r=null,i=this.builder,s=0,a=Ct.spans(this.decorations,e,t,{point:(c,u,h,m,O,x)=>{if(h instanceof wa){if(this.disallowBlockEffectsFor[x]){if(h.block)throw new RangeError("Block decorations may not be specified via plugins");if(u>this.view.state.doc.lineAt(c).to)throw new RangeError("Decorations that replace line breaks may not be specified via plugins")}if(s=m.length,O>m.length)i.continueWidget(u-c);else{let v=h.widget||(h.block?Vl.block:Vl.inline),w=v$(h),k=this.cache.findWidget(v,u-c,w)||ka.of(v,this.view,u-c,w);h.block?(h.startSide>0&&i.addLineStartIfNotCovered(r),i.addBlockWidget(k)):(i.ensureLine(r),i.addInlineWidget(k,m,O))}r=null}else r=b$(r,h);u>c&&this.text.skip(u-c)},span:(c,u,h,m)=>{for(let O=c;O<u;){let x=this.text.next(Math.min(512,u-O));x==null?(i.addLineStartIfNotCovered(r),i.addBreak(),O++):(i.ensureLine(r),i.addText(x,h,O==c?m:h.length),O+=x.length),r=null}}});i.addLineStartIfNotCovered(r),this.openWidget=a>s,this.openMarks=a}forward(e,t,r=1){t-e<=10?this.old.advance(t-e,r,this.reuseWalker):(this.old.advance(5,-1,this.reuseWalker),this.old.advance(t-e-10,-1),this.old.advance(5,r,this.reuseWalker))}getCompositionContext(e){let t=[],r=null;for(let i=e.parentNode;;i=i.parentNode){let s=yn.get(i);if(i==this.view.contentDOM)break;s instanceof Wr?t.push(s):s!=null&&s.isLine()?r=s:s instanceof Xs||(i.nodeName=="DIV"&&!r&&i!=this.view.contentDOM?r=new Ll(i,Ev):r||t.push(Wr.of(new ju({tagName:i.nodeName.toLowerCase(),attributes:BA(i)}),i)))}return{line:r,marks:t}}}function d6(n,e){let t=r=>{for(let i of r.children)if((e?i.isText():i.length)||t(i))return!0;return!1};return t(n)}function v$(n){let e=n.isReplace?(n.startSide<0?64:0)|(n.endSide>0?128:0):n.startSide>0?32:16;return n.block&&(e|=256),e}const Ev={class:"cm-line"};function b$(n,e){let t=e.spec.attributes,r=e.spec.class;return!t&&!r||(n||(n={class:"cm-line"}),t&&sg(t,n),r&&(n.class+=" "+r)),n}function w$(n){let e=[];for(let t=n.parents.length;t>1;t--){let r=t==n.parents.length?n.tile:n.parents[t].tile;r instanceof Wr&&e.push(r.mark)}return e}function gp(n){let e=yn.get(n);return e&&e.setDOM(n.cloneNode()),n}class Vl extends Qa{constructor(e){super(),this.tag=e}eq(e){return e.tag==this.tag}toDOM(){return document.createElement(this.tag)}updateDOM(e){return e.nodeName.toLowerCase()==this.tag}get isHidden(){return!0}}Vl.inline=new Vl("span");Vl.block=new Vl("div");const Op=new class extends Qa{toDOM(){return document.createElement("br")}get isHidden(){return!0}get editable(){return!0}};class f6{constructor(e){this.view=e,this.decorations=[],this.blockWrappers=[],this.dynamicDecorationMap=[!1],this.domChanged=null,this.hasComposition=null,this.editContextFormatting=pt.none,this.lastCompositionAfterCursor=!1,this.minWidth=0,this.minWidthFrom=0,this.minWidthTo=0,this.impreciseAnchor=null,this.impreciseHead=null,this.forceSelection=!1,this.lastUpdate=Date.now(),this.updateDeco(),this.tile=new Dd(e,e.contentDOM),this.updateInner([new bi(0,0,0,e.state.doc.length)],null)}update(e){var t;let r=e.changedRanges;this.minWidth>0&&r.length&&(r.every(({fromA:m,toA:O})=>O<this.minWidthFrom||m>this.minWidthTo)?(this.minWidthFrom=e.changes.mapPos(this.minWidthFrom,1),this.minWidthTo=e.changes.mapPos(this.minWidthTo,1)):this.minWidth=this.minWidthFrom=this.minWidthTo=0),this.updateEditContextFormatting(e);let i=-1;this.view.inputState.composing>=0&&!this.view.observer.editContext&&(!((t=this.domChanged)===null||t===void 0)&&t.newSel?i=this.domChanged.newSel.head:!M$(e.changes,this.hasComposition)&&!e.selectionSet&&(i=e.state.selection.main.head));let s=i>-1?k$(this.view,e.changes,i):null;if(this.domChanged=null,this.hasComposition){let{from:m,to:O}=this.hasComposition;r=new bi(m,O,e.changes.mapPos(m,-1),e.changes.mapPos(O,1)).addToSet(r.slice())}this.hasComposition=s?{from:s.range.fromB,to:s.range.toB}:null,(Xe.ie||Xe.chrome)&&!s&&e&&e.state.doc.lines!=e.startState.doc.lines&&(this.forceSelection=!0);let a=this.decorations,c=this.blockWrappers;this.updateDeco();let u=$$(a,this.decorations,e.changes);u.length&&(r=bi.extendWithRanges(r,u));let h=E$(c,this.blockWrappers,e.changes);return h.length&&(r=bi.extendWithRanges(r,h)),s&&!r.some(m=>m.fromA<=s.range.fromA&&m.toA>=s.range.toA)&&(r=s.range.addToSet(r.slice())),this.tile.flags&2&&r.length==0?!1:(this.updateInner(r,s),e.transactions.length&&(this.lastUpdate=Date.now()),!0)}updateInner(e,t){this.view.viewState.mustMeasureContent=!0;let{observer:r}=this.view;r.ignore(()=>{if(t||e.length){let a=this.tile,c=new y$(this.view,a,this.blockWrappers,this.decorations,this.dynamicDecorationMap);t&&yn.get(t.text)&&c.cache.reused.set(yn.get(t.text),2),this.tile=c.run(e,t),t2(a,c.cache.reused)}this.tile.dom.style.height=this.view.viewState.contentHeight/this.view.scaleY+"px",this.tile.dom.style.flexBasis=this.minWidth?this.minWidth+"px":"";let s=Xe.chrome||Xe.ios?{node:r.selectionRange.focusNode,written:!1}:void 0;this.tile.sync(s),s&&(s.written||r.selectionRange.focusNode!=s.node||!this.tile.dom.contains(s.node))&&(this.forceSelection=!0),this.tile.dom.style.height=""});let i=[];if(this.view.viewport.from||this.view.viewport.to<this.view.state.doc.length)for(let s of this.tile.children)s.isWidget()&&s.widget instanceof xp&&i.push(s.dom);r.updateGaps(i)}updateEditContextFormatting(e){this.editContextFormatting=this.editContextFormatting.map(e.changes);for(let t of e.transactions)for(let r of t.effects)r.is(Sv)&&(this.editContextFormatting=r.value)}updateSelection(e=!1,t=!1){(e||!this.view.observer.selectionRange.focusNode)&&this.view.observer.readSelectionRange();let{dom:r}=this.tile,i=this.view.root.activeElement,s=i==r,a=!s&&!(this.view.state.facet(Is)||r.tabIndex>-1)&&ru(r,this.view.observer.selectionRange)&&!(i&&r.contains(i));if(!(s||t||a))return;let c=this.forceSelection;this.forceSelection=!1;let u=this.view.state.selection.main,h,m;if(u.empty?m=h=this.inlineDOMNearPos(u.anchor,u.assoc||1):(m=this.inlineDOMNearPos(u.head,u.head==u.from?1:-1),h=this.inlineDOMNearPos(u.anchor,u.anchor==u.from?1:-1)),Xe.gecko&&u.empty&&!this.hasComposition&&S$(h)){let x=document.createTextNode("");this.view.observer.ignore(()=>h.node.insertBefore(x,h.node.childNodes[h.offset]||null)),h=m=new Ni(x,0),c=!0}let O=this.view.observer.selectionRange;(c||!O.focusNode||(!iu(h.node,h.offset,O.anchorNode,O.anchorOffset)||!iu(m.node,m.offset,O.focusNode,O.focusOffset))&&!this.suppressWidgetCursorChange(O,u))&&(this.view.observer.ignore(()=>{Xe.android&&Xe.chrome&&r.contains(O.focusNode)&&T$(O.focusNode,r)&&(r.blur(),r.focus({preventScroll:!0}));let x=xu(this.view.root);if(x)if(u.empty){if(Xe.gecko){let v=P$(h.node,h.offset);if(v&&v!=3){let w=(v==1?lv:cv)(h.node,h.offset);w&&(h=new Ni(w.node,w.offset))}}x.collapse(h.node,h.offset),u.bidiLevel!=null&&x.caretBidiLevel!==void 0&&(x.caretBidiLevel=u.bidiLevel)}else if(x.extend){x.collapse(h.node,h.offset);try{x.extend(m.node,m.offset)}catch{}}else{let v=document.createRange();u.anchor>u.head&&([h,m]=[m,h]),v.setEnd(m.node,m.offset),v.setStart(h.node,h.offset),x.removeAllRanges(),x.addRange(v)}a&&this.view.root.activeElement==r&&(r.blur(),i&&i.focus())}),this.view.observer.setSelectionRange(h,m)),this.impreciseAnchor=h.precise?null:new Ni(O.anchorNode,O.anchorOffset),this.impreciseHead=m.precise?null:new Ni(O.focusNode,O.focusOffset)}suppressWidgetCursorChange(e,t){return this.hasComposition&&t.empty&&iu(e.focusNode,e.focusOffset,e.anchorNode,e.anchorOffset)&&this.posFromDOM(e.focusNode,e.focusOffset)==t.head}enforceCursorAssoc(){if(this.hasComposition)return;let{view:e}=this,t=e.state.selection.main,r=xu(e.root),{anchorNode:i,anchorOffset:s}=e.observer.selectionRange;if(!r||!t.empty||!t.assoc||!r.modify)return;let a=this.lineAt(t.head,t.assoc);if(!a)return;let c=a.posAtStart;if(t.head==c||t.head==c+a.length)return;let u=this.coordsAt(t.head,-1),h=this.coordsAt(t.head,1);if(!u||!h||u.bottom>h.top)return;let m=this.domAtPos(t.head+t.assoc,t.assoc);r.collapse(m.node,m.offset),r.modify("move",t.assoc<0?"forward":"backward","lineboundary"),e.observer.readSelectionRange();let O=e.observer.selectionRange;e.docView.posFromDOM(O.anchorNode,O.anchorOffset)!=t.from&&r.collapse(i,s)}posFromDOM(e,t){let r=this.tile.nearest(e);if(!r)return this.tile.dom.compareDocumentPosition(e)&2?0:this.view.state.doc.length;let i=r.posAtStart;if(r.isComposite()){let s;if(e==r.dom)s=r.dom.childNodes[t];else{let a=Hs(e)==0?0:t==0?-1:1;for(;;){let c=e.parentNode;if(c==r.dom)break;a==0&&c.firstChild!=c.lastChild&&(e==c.firstChild?a=-1:a=1),e=c}a<0?s=e:s=e.nextSibling}if(s==r.dom.firstChild)return i;for(;s&&!yn.get(s);)s=s.nextSibling;if(!s)return i+r.length;for(let a=0,c=i;;a++){let u=r.children[a];if(u.dom==s)return c;c+=u.length+u.breakAfter}}else return r.isText()?e==r.dom?i+t:i+(t?r.length:0):i}domAtPos(e,t){let{tile:r,offset:i}=this.tile.resolveBlock(e,t);return r.isWidget()?r.domPosFor(e,t):r.domIn(i,t)}inlineDOMNearPos(e,t){let r,i=-1,s=!1,a,c=-1,u=!1;return this.tile.blockTiles((h,m)=>{if(h.isWidget()){if(h.flags&32&&m>=e)return!0;h.flags&16&&(s=!0)}else{let O=m+h.length;if(m<=e&&(r=h,i=e-m,s=O<e),O>=e&&!a&&(a=h,c=e-m,u=m>e),m>e&&a)return!0}}),!r&&!a?this.domAtPos(e,t):(s&&a?r=null:u&&r&&(a=null),r&&t<0||!a?r.domIn(i,t):a.domIn(c,t))}coordsAt(e,t){let{tile:r,offset:i}=this.tile.resolveBlock(e,t);return r.isWidget()?r.widget instanceof xp?null:r.coordsInWidget(i,t,!0):r.coordsIn(i,t)}lineAt(e,t){let{tile:r}=this.tile.resolveBlock(e,t);return r.isLine()?r:null}coordsForChar(e){let{tile:t,offset:r}=this.tile.resolveBlock(e,1);if(!t.isLine())return null;function i(s,a){if(s.isComposite())for(let c of s.children){if(c.length>=a){let u=i(c,a);if(u)return u}if(a-=c.length,a<0)break}else if(s.isText()&&a<s.length){let c=qn(s.text,a);if(c==a)return null;let u=yu(s.dom,a,c).getClientRects();for(let h=0;h<u.length;h++){let m=u[h];if(h==u.length-1||m.top<m.bottom&&m.left<m.right)return m}}return null}return i(t,r)}measureVisibleLineHeights(e){let t=[],{from:r,to:i}=e,s=this.view.contentDOM.clientWidth,a=s>Math.max(this.view.scrollDOM.clientWidth,this.minWidth)+1,c=-1,u=this.view.textDirection==kn.LTR,h=0,m=(O,x,v)=>{for(let w=0;w<O.children.length&&!(x>i);w++){let k=O.children[w],$=x+k.length,M=k.dom.getBoundingClientRect(),{height:N}=M;if(v&&!w&&(h+=M.top-v.top),k instanceof Xs)$>r&&m(k,x,M);else if(x>=r&&(h>0&&t.push(-h),t.push(N+h),h=0,a)){let A=k.dom.lastChild,j=A?V1(A):[];if(j.length){let T=j[j.length-1],R=u?T.right-M.left:M.right-T.left;R>c&&(c=R,this.minWidth=s,this.minWidthFrom=x,this.minWidthTo=$)}}v&&w==O.children.length-1&&(h+=v.bottom-M.bottom),x=$+k.breakAfter}};return m(this.tile,0,null),t}textDirectionAt(e){let{tile:t}=this.tile.resolveBlock(e,1);return getComputedStyle(t.dom).direction=="rtl"?kn.RTL:kn.LTR}measureTextSize(){let e=this.tile.blockTiles(a=>{if(a.isLine()&&a.children.length&&a.length<=20){let c=0,u;for(let h of a.children){if(!h.isText()||/[^ -~]/.test(h.text))return;let m=V1(h.dom);if(m.length!=1)return;c+=m[0].width,u=m[0].height}if(c)return{lineHeight:a.dom.getBoundingClientRect().height,charWidth:c/a.length,textHeight:u}}});if(e)return e;let t=document.createElement("div"),r,i,s;return t.className="cm-line",t.style.width="99999px",t.style.position="absolute",t.textContent="abc def ghi jkl mno pqr stu",this.view.observer.ignore(()=>{this.tile.dom.appendChild(t);let a=V1(t.firstChild)[0];r=t.getBoundingClientRect().height,i=a&&a.width?a.width/27:7,s=a&&a.height?a.height:r,t.remove()}),{lineHeight:r,charWidth:i,textHeight:s}}computeBlockGapDeco(){let e=[],t=this.view.viewState;for(let r=0,i=0;;i++){let s=i==t.viewports.length?null:t.viewports[i],a=s?s.from-1:this.view.state.doc.length;if(a>r){let c=(t.lineBlockAt(a).bottom-t.lineBlockAt(r).top)/this.view.scaleY;e.push(pt.replace({widget:new xp(c),block:!0,inclusive:!0,isBlockGap:!0}).range(r,a))}if(!s)break;r=s.to+1}return pt.set(e)}updateDeco(){let e=1,t=this.view.state.facet(_d).map(s=>(this.dynamicDecorationMap[e++]=typeof s=="function")?s(this.view):s),r=!1,i=this.view.state.facet(dg).map((s,a)=>{let c=typeof s=="function";return c&&(r=!0),c?s(this.view):s});for(i.length&&(this.dynamicDecorationMap[e++]=r,t.push(Ct.join(i))),this.decorations=[this.editContextFormatting,...t,this.computeBlockGapDeco(),this.view.viewState.lineGapDeco];e<this.decorations.length;)this.dynamicDecorationMap[e++]=!1;this.blockWrappers=this.view.state.facet(Pv).map(s=>typeof s=="function"?s(this.view):s)}scrollIntoView(e){var t;if(e.isSnapshot){let m=this.view.viewState.lineBlockAt(e.range.head);this.view.scrollDOM.scrollTop=m.top-e.yMargin,this.view.scrollDOM.scrollLeft=e.xMargin;return}for(let m of this.view.state.facet(wv))try{if(m(this.view,e.range,e))return!0}catch(O){cs(this.view.state,O,"scroll handler")}let{range:r}=e,i=this.coordsAt(r.head,(t=r.assoc)!==null&&t!==void 0?t:r.empty?0:r.head>r.anchor?-1:1),s;if(!i)return;!r.empty&&(s=this.coordsAt(r.anchor,r.anchor>r.head?-1:1))&&(i={left:Math.min(i.left,s.left),top:Math.min(i.top,s.top),right:Math.max(i.right,s.right),bottom:Math.max(i.bottom,s.bottom)});let a=Cv(this.view),c={left:i.left-a.left,top:i.top-a.top,right:i.right+a.right,bottom:i.bottom+a.bottom},{offsetWidth:u,offsetHeight:h}=this.view.scrollDOM;if(UA(this.view.scrollDOM,c,r.head<r.anchor?-1:1,e.x,e.y,Math.max(Math.min(e.xMargin,u),-u),Math.max(Math.min(e.yMargin,h),-h),this.view.textDirection==kn.LTR),window.visualViewport&&window.innerHeight-window.visualViewport.height>1&&(i.top>window.pageYOffset+window.visualViewport.offsetTop+window.visualViewport.height||i.bottom<window.pageYOffset+window.visualViewport.offsetTop)){let m=this.view.docView.lineAt(r.head,1);m&&m.dom.scrollIntoView({block:"nearest"})}}lineHasWidget(e){let t=r=>r.isWidget()||r.children.some(t);return t(this.tile.resolveBlock(e,1).tile)}destroy(){t2(this.tile)}}function t2(n,e){let t=e==null?void 0:e.get(n);if(t!=1){t==null&&n.destroy();for(let r of n.children)t2(r,e)}}function S$(n){return n.node.nodeType==1&&n.node.firstChild&&(n.offset==0||n.node.childNodes[n.offset-1].contentEditable=="false")&&(n.offset==n.node.childNodes.length||n.node.childNodes[n.offset].contentEditable=="false")}function Tv(n,e){let t=n.observer.selectionRange;if(!t.focusNode)return null;let r=lv(t.focusNode,t.focusOffset),i=cv(t.focusNode,t.focusOffset),s=r||i;if(i&&r&&i.node!=r.node){let c=yn.get(i.node);if(!c||c.isText()&&c.text!=i.node.nodeValue)s=i;else if(n.docView.lastCompositionAfterCursor){let u=yn.get(r.node);!u||u.isText()&&u.text!=r.node.nodeValue||(s=i)}}if(n.docView.lastCompositionAfterCursor=s!=r,!s)return null;let a=e-s.offset;return{from:a,to:a+s.node.nodeValue.length,node:s.node}}function k$(n,e,t){let r=Tv(n,t);if(!r)return null;let{node:i,from:s,to:a}=r,c=i.nodeValue;if(/[\n\r]/.test(c)||n.state.doc.sliceString(r.from,r.to)!=c)return null;let u=e.invertedDesc;return{range:new bi(u.mapPos(s),u.mapPos(a),s,a),text:i}}function P$(n,e){return n.nodeType!=1?0:(e&&n.childNodes[e-1].contentEditable=="false"?1:0)|(e<n.childNodes.length&&n.childNodes[e].contentEditable=="false"?2:0)}let A$=class{constructor(){this.changes=[]}compareRange(e,t){Tl(e,t,this.changes)}comparePoint(e,t){Tl(e,t,this.changes)}boundChange(e){Tl(e,e,this.changes)}};function $$(n,e,t){let r=new A$;return Ct.compare(n,e,t,r),r.changes}class C${constructor(){this.changes=[]}compareRange(e,t){Tl(e,t,this.changes)}comparePoint(){}boundChange(e){Tl(e,e,this.changes)}}function E$(n,e,t){let r=new C$;return Ct.compare(n,e,t,r),r.changes}function T$(n,e){for(let t=n;t&&t!=e;t=t.assignedSlot||t.parentNode)if(t.nodeType==1&&t.contentEditable=="false")return!0;return!1}function M$(n,e){let t=!1;return e&&n.iterChangedRanges((r,i)=>{r<e.to&&i>e.from&&(t=!0)}),t}class xp extends Qa{constructor(e){super(),this.height=e}toDOM(){let e=document.createElement("div");return e.className="cm-gap",this.updateDOM(e),e}eq(e){return e.height==this.height}updateDOM(e){return e.style.height=this.height+"px",!0}get editable(){return!0}get estimatedHeight(){return this.height}ignoreEvent(){return!1}}function Q$(n,e,t=1){let r=n.charCategorizer(e),i=n.doc.lineAt(e),s=e-i.from;if(i.length==0)return de.cursor(e);s==0?t=1:s==i.length&&(t=-1);let a=s,c=s;t<0?a=qn(i.text,s,!1):c=qn(i.text,s);let u=r(i.text.slice(a,c));for(;a>0;){let h=qn(i.text,a,!1);if(r(i.text.slice(h,a))!=u)break;a=h}for(;c<i.length;){let h=qn(i.text,c);if(r(i.text.slice(c,h))!=u)break;c=h}return de.range(a+i.from,c+i.from)}function j$(n,e,t,r,i){let s=Math.round((r-e.left)*n.defaultCharacterWidth);if(n.lineWrapping&&t.height>n.defaultLineHeight*1.5){let c=n.viewState.heightOracle.textHeight,u=Math.floor((i-t.top-(n.defaultLineHeight-c)*.5)/c);s+=u*n.viewState.heightOracle.lineLength}let a=n.state.sliceDoc(t.from,t.to);return t.from+IA(a,s,n.state.tabSize)}function Z$(n,e,t){let r=n.lineBlockAt(e);if(Array.isArray(r.type)){let i;for(let s of r.type){if(s.from>e)break;if(!(s.to<e)){if(s.from<e&&s.to>e)return s;(!i||s.type==Yr.Text&&(i.type!=s.type||(t<0?s.from<e:s.to>e)))&&(i=s)}}return i||r}return r}function R$(n,e,t,r){let i=Z$(n,e.head,e.assoc||-1),s=!r||i.type!=Yr.Text||!(n.lineWrapping||i.widgetLineBreaks)?null:n.coordsAtPos(e.assoc<0&&e.head>i.from?e.head-1:e.head);if(s){let a=n.dom.getBoundingClientRect(),c=n.textDirectionAt(i.from),u=n.posAtCoords({x:t==(c==kn.LTR)?a.right-1:a.left+1,y:(s.top+s.bottom)/2});if(u!=null)return de.cursor(u,t?-1:1)}return de.cursor(t?i.to:i.from,t?-1:1)}function h6(n,e,t,r){let i=n.state.doc.lineAt(e.head),s=n.bidiSpans(i),a=n.textDirectionAt(i.from);for(let c=e,u=null;;){let h=a$(i,s,a,c,t),m=pv;if(!h){if(i.number==(t?n.state.doc.lines:1))return c;m=`
61
- `,i=n.state.doc.line(i.number+(t?1:-1)),s=n.bidiSpans(i),h=n.visualLineSide(i,!t)}if(u){if(!u(m))return c}else{if(!r)return h;u=r(m)}c=h}}function N$(n,e,t){let r=n.state.charCategorizer(e),i=r(t);return s=>{let a=r(s);return i==dn.Space&&(i=a),i==a}}function L$(n,e,t,r){let i=e.head,s=t?1:-1;if(i==(t?n.state.doc.length:0))return de.cursor(i,e.assoc);let a=e.goalColumn,c,u=n.contentDOM.getBoundingClientRect(),h=n.coordsAtPos(i,e.assoc||((e.empty?t:e.head==e.from)?1:-1)),m=n.documentTop;if(h)a==null&&(a=h.left-u.left),c=s<0?h.top:h.bottom;else{let w=n.viewState.lineBlockAt(i);a==null&&(a=Math.min(u.right-u.left,n.defaultCharacterWidth*(i-w.from))),c=(s<0?w.top:w.bottom)+m}let O=u.left+a,x=n.viewState.heightOracle.textHeight>>1,v=r??x;for(let w=0;;w+=x){let k=c+(v+w)*s,$=n2(n,{x:O,y:k},!1,s);if(t?k>u.bottom:k<u.top)return de.cursor($.pos,$.assoc);let M=n.coordsAtPos($.pos,$.assoc),N=M?(M.top+M.bottom)/2:0;if(!M||(t?N>c:N<c))return de.cursor($.pos,$.assoc,void 0,a)}}function su(n,e,t){for(;;){let r=0;for(let i of n)i.between(e-1,e+1,(s,a,c)=>{if(e>s&&e<a){let u=r||t||(e-s<a-e?-1:1);e=u<0?s:a,r=u}});if(!r)return e}}function Mv(n,e){let t=null;for(let r=0;r<e.ranges.length;r++){let i=e.ranges[r],s=null;if(i.empty){let a=su(n,i.from,0);a!=i.from&&(s=de.cursor(a,-1))}else{let a=su(n,i.from,-1),c=su(n,i.to,1);(a!=i.from||c!=i.to)&&(s=de.range(i.from==i.anchor?a:c,i.from==i.head?a:c))}s&&(t||(t=e.ranges.slice()),t[r]=s)}return t?de.create(t,e.mainIndex):e}function yp(n,e,t){let r=su(n.state.facet(Ru).map(i=>i(n)),t.from,e.head>t.from?-1:1);return r==t.from?t:de.cursor(r,r<t.from?1:-1)}class as{constructor(e,t){this.pos=e,this.assoc=t}}function n2(n,e,t,r){let i=n.contentDOM.getBoundingClientRect(),s=i.top+n.viewState.paddingTop,{x:a,y:c}=e,u=c-s,h;for(;;){if(u<0)return new as(0,1);if(u>n.viewState.docHeight)return new as(n.state.doc.length,-1);if(h=n.elementAtHeight(u),r==null)break;if(h.type==Yr.Text){if(r<0?h.to<n.viewport.from:h.from>n.viewport.to)break;let x=n.docView.coordsAt(r<0?h.from:h.to,r>0?-1:1);if(x&&(r<0?x.top<=u+s:x.bottom>=u+s))break}let O=n.viewState.heightOracle.textHeight/2;u=r>0?h.bottom+O:h.top-O}if(n.viewport.from>=h.to||n.viewport.to<=h.from){if(t)return null;if(h.type==Yr.Text){let O=j$(n,i,h,a,c);return new as(O,O==h.from?1:-1)}}if(h.type!=Yr.Text)return u<(h.top+h.bottom)/2?new as(h.from,1):new as(h.to,-1);let m=n.docView.lineAt(h.from,2);return(!m||m.length!=h.length)&&(m=n.docView.lineAt(h.from,-2)),new V$(n,a,c,n.textDirectionAt(h.from)).scanTile(m,h.from)}class V${constructor(e,t,r,i){this.view=e,this.x=t,this.y=r,this.baseDir=i,this.line=null,this.spans=null}bidiSpansAt(e){return(!this.line||this.line.from>e||this.line.to<e)&&(this.line=this.view.state.doc.lineAt(e),this.spans=this.view.bidiSpans(this.line)),this}baseDirAt(e,t){let{line:r,spans:i}=this.bidiSpansAt(e);return i[ls.find(i,e-r.from,-1,t)].level==this.baseDir}dirAt(e,t){let{line:r,spans:i}=this.bidiSpansAt(e);return i[ls.find(i,e-r.from,-1,t)].dir}bidiIn(e,t){let{spans:r,line:i}=this.bidiSpansAt(e);return r.length>1||r.length&&(r[0].level!=this.baseDir||r[0].to+i.from<t)}scan(e,t){let r=0,i=e.length-1,s=new Set,a=this.bidiIn(e[0],e[i]),c,u,h=-1,m=1e9,O;e:for(;r<i;){let v=i-r,w=r+i>>1;t:if(s.has(w)){let $=r+Math.floor(Math.random()*v);for(let M=0;M<v;M++){if(!s.has($)){w=$;break t}$++,$==i&&($=r)}break e}s.add(w);let k=t(w);if(k)for(let $=0;$<k.length;$++){let M=k[$],N=0;if(!(M.width==0&&k.length>1)){if(M.bottom<this.y)(!c||c.bottom<M.bottom)&&(c=M),N=1;else if(M.top>this.y)(!u||u.top>M.top)&&(u=M),N=-1;else{let A=M.left>this.x?this.x-M.left:M.right<this.x?this.x-M.right:0,j=Math.abs(A);j<m&&(h=w,m=j,O=M),A&&(N=A<0==(this.baseDir==kn.LTR)?-1:1)}N==-1&&(!a||this.baseDirAt(e[w],1))?i=w:N==1&&(!a||this.baseDirAt(e[w+1],-1))&&(r=w+1)}}}if(!O){let v=c&&(!u||this.y-c.bottom<u.top-this.y)?c:u;return this.y=(v.top+v.bottom)/2,this.scan(e,t)}let x=(a?this.dirAt(e[h],1):this.baseDir)==kn.LTR;return{i:h,after:this.x>(O.left+O.right)/2==x}}scanText(e,t){let r=[];for(let s=0;s<e.length;s=qn(e.text,s))r.push(t+s);r.push(t+e.length);let i=this.scan(r,s=>{let a=r[s]-t,c=r[s+1]-t;return yu(e.dom,a,c).getClientRects()});return i.after?new as(r[i.i+1],-1):new as(r[i.i],1)}scanTile(e,t){if(!e.length)return new as(t,1);if(e.children.length==1){let c=e.children[0];if(c.isText())return this.scanText(c,t);if(c.isComposite())return this.scanTile(c,t)}let r=[t];for(let c=0,u=t;c<e.children.length;c++)r.push(u+=e.children[c].length);let i=this.scan(r,c=>{let u=e.children[c];return u.flags&48?null:(u.dom.nodeType==1?u.dom:yu(u.dom,0,u.length)).getClientRects()}),s=e.children[i.i],a=r[i.i];return s.isText()?this.scanText(s,a):s.isComposite()?this.scanTile(s,a):i.after?new as(r[i.i+1],-1):new as(a,1)}}const pl="￿";class _${constructor(e,t){this.points=e,this.view=t,this.text="",this.lineSeparator=t.state.facet(Dt.lineSeparator)}append(e){this.text+=e}lineBreak(){this.text+=pl}readRange(e,t){if(!e)return this;let r=e.parentNode;for(let i=e;;){this.findPointBefore(r,i);let s=this.text.length;this.readNode(i);let a=yn.get(i),c=i.nextSibling;if(c==t){a!=null&&a.breakAfter&&!c&&r!=this.view.contentDOM&&this.lineBreak();break}let u=yn.get(c);(a&&u?a.breakAfter:(a?a.breakAfter:ed(i))||ed(c)&&(i.nodeName!="BR"||a!=null&&a.isWidget())&&this.text.length>s)&&!D$(c,t)&&this.lineBreak(),i=c}return this.findPointBefore(r,t),this}readTextNode(e){let t=e.nodeValue;for(let r of this.points)r.node==e&&(r.pos=this.text.length+Math.min(r.offset,t.length));for(let r=0,i=this.lineSeparator?null:/\r\n?|\n/g;;){let s=-1,a=1,c;if(this.lineSeparator?(s=t.indexOf(this.lineSeparator,r),a=this.lineSeparator.length):(c=i.exec(t))&&(s=c.index,a=c[0].length),this.append(t.slice(r,s<0?t.length:s)),s<0)break;if(this.lineBreak(),a>1)for(let u of this.points)u.node==e&&u.pos>this.text.length&&(u.pos-=a-1);r=s+a}}readNode(e){let t=yn.get(e),r=t&&t.overrideDOMText;if(r!=null){this.findPointInside(e,r.length);for(let i=r.iter();!i.next().done;)i.lineBreak?this.lineBreak():this.append(i.value)}else e.nodeType==3?this.readTextNode(e):e.nodeName=="BR"?e.nextSibling&&this.lineBreak():e.nodeType==1&&this.readRange(e.firstChild,null)}findPointBefore(e,t){for(let r of this.points)r.node==e&&e.childNodes[r.offset]==t&&(r.pos=this.text.length)}findPointInside(e,t){for(let r of this.points)(e.nodeType==3?r.node==e:e.contains(r.node))&&(r.pos=this.text.length+(I$(e,r.node,r.offset)?t:0))}}function I$(n,e,t){for(;;){if(!e||t<Hs(e))return!1;if(e==n)return!0;t=Lo(e)+1,e=e.parentNode}}function D$(n,e){let t;for(;!(n==e||!n);n=n.nextSibling){let r=yn.get(n);if(!(r!=null&&r.isWidget()))return!1;r&&(t||(t=[])).push(r)}if(t)for(let r of t){let i=r.overrideDOMText;if(i!=null&&i.length)return!1}return!0}class p6{constructor(e,t){this.node=e,this.offset=t,this.pos=-1}}class X${constructor(e,t,r,i){this.typeOver=i,this.bounds=null,this.text="",this.domChanged=t>-1;let{impreciseHead:s,impreciseAnchor:a}=e.docView,c=e.state.selection;if(e.state.readOnly&&t>-1)this.newSel=null;else if(t>-1&&(this.bounds=Qv(e.docView.tile,t,r,0))){let u=s||a?[]:z$(e),h=new _$(u,e);h.readRange(this.bounds.startDOM,this.bounds.endDOM),this.text=h.text,this.newSel=H$(u,this.bounds.from)}else{let u=e.observer.selectionRange,h=s&&s.node==u.focusNode&&s.offset==u.focusOffset||!Um(e.contentDOM,u.focusNode)?c.main.head:e.docView.posFromDOM(u.focusNode,u.focusOffset),m=a&&a.node==u.anchorNode&&a.offset==u.anchorOffset||!Um(e.contentDOM,u.anchorNode)?c.main.anchor:e.docView.posFromDOM(u.anchorNode,u.anchorOffset),O=e.viewport;if((Xe.ios||Xe.chrome)&&c.main.empty&&h!=m&&(O.from>0||O.to<e.state.doc.length)){let x=Math.min(h,m),v=Math.max(h,m),w=O.from-x,k=O.to-v;(w==0||w==1||x==0)&&(k==0||k==-1||v==e.state.doc.length)&&(h=0,m=e.state.doc.length)}if(e.inputState.composing>-1&&c.ranges.length>1)this.newSel=c.replaceRange(de.range(m,h));else if(e.lineWrapping&&m==h&&!(c.main.empty&&c.main.head==h)&&e.inputState.lastTouchTime>Date.now()-100){let x=e.coordsAtPos(h,-1),v=0;x&&(v=e.inputState.lastTouchY<=x.bottom?-1:1),this.newSel=de.create([de.cursor(h,v)])}else this.newSel=de.single(m,h)}}}function Qv(n,e,t,r){if(n.isComposite()){let i=-1,s=-1,a=-1,c=-1;for(let u=0,h=r,m=r;u<n.children.length;u++){let O=n.children[u],x=h+O.length;if(h<e&&x>t)return Qv(O,e,t,h);if(x>=e&&i==-1&&(i=u,s=h),h>t&&O.dom.parentNode==n.dom){a=u,c=m;break}m=x,h=x+O.breakAfter}return{from:s,to:c<0?r+n.length:c,startDOM:(i?n.children[i-1].dom.nextSibling:null)||n.dom.firstChild,endDOM:a<n.children.length&&a>=0?n.children[a].dom:null}}else return n.isText()?{from:r,to:r+n.length,startDOM:n.dom,endDOM:n.dom.nextSibling}:null}function jv(n,e){let t,{newSel:r}=e,{state:i}=n,s=i.selection.main,a=n.inputState.lastKeyTime>Date.now()-100?n.inputState.lastKeyCode:-1;if(e.bounds){let{from:c,to:u}=e.bounds,h=s.from,m=null;(a===8||Xe.android&&e.text.length<u-c)&&(h=s.to,m="end");let O=i.doc.sliceString(c,u,pl),x,v;!s.empty&&s.from>=c&&s.to<=u&&(e.typeOver||O!=e.text)&&O.slice(0,s.from-c)==e.text.slice(0,s.from-c)&&O.slice(s.to-c)==e.text.slice(x=e.text.length-(O.length-(s.to-c)))?t={from:s.from,to:s.to,insert:Rt.of(e.text.slice(s.from-c,x).split(pl))}:(v=Zv(O,e.text,h-c,m))&&(Xe.chrome&&a==13&&v.toB==v.from+2&&e.text.slice(v.from,v.toB)==pl+pl&&v.toB--,t={from:c+v.from,to:c+v.toA,insert:Rt.of(e.text.slice(v.from,v.toB).split(pl))})}else r&&(!n.hasFocus&&i.facet(Is)||sd(r,s))&&(r=null);if(!t&&!r)return!1;if((Xe.mac||Xe.android)&&t&&t.from==t.to&&t.from==s.head-1&&/^\. ?$/.test(t.insert.toString())&&n.contentDOM.getAttribute("autocorrect")=="off"?(r&&t.insert.length==2&&(r=de.single(r.main.anchor-1,r.main.head-1)),t={from:t.from,to:t.to,insert:Rt.of([t.insert.toString().replace("."," ")])}):i.doc.lineAt(s.from).to<s.to&&n.docView.lineHasWidget(s.to)&&n.inputState.insertingTextAt>Date.now()-50?t={from:s.from,to:s.to,insert:i.toText(n.inputState.insertingText)}:Xe.chrome&&t&&t.from==t.to&&t.from==s.head&&t.insert.toString()==`
62
- `&&n.lineWrapping&&(r&&(r=de.single(r.main.anchor-1,r.main.head-1)),t={from:s.from,to:s.to,insert:Rt.of([" "])}),t)return fg(n,t,r,a);if(r&&!sd(r,s)){let c=!1,u="select";return n.inputState.lastSelectionTime>Date.now()-50&&(n.inputState.lastSelectionOrigin=="select"&&(c=!0),u=n.inputState.lastSelectionOrigin,u=="select.pointer"&&(r=Mv(i.facet(Ru).map(h=>h(n)),r))),n.dispatch({selection:r,scrollIntoView:c,userEvent:u}),!0}else return!1}function fg(n,e,t,r=-1){if(Xe.ios&&n.inputState.flushIOSKey(e))return!0;let i=n.state.selection.main;if(Xe.android&&(e.to==i.to&&(e.from==i.from||e.from==i.from-1&&n.state.sliceDoc(e.from,i.from)==" ")&&e.insert.length==1&&e.insert.lines==2&&Ml(n.contentDOM,"Enter",13)||(e.from==i.from-1&&e.to==i.to&&e.insert.length==0||r==8&&e.insert.length<e.to-e.from&&e.to>i.head)&&Ml(n.contentDOM,"Backspace",8)||e.from==i.from&&e.to==i.to+1&&e.insert.length==0&&Ml(n.contentDOM,"Delete",46)))return!0;let s=e.insert.toString();n.inputState.composing>=0&&n.inputState.composing++;let a,c=()=>a||(a=F$(n,e,t));return n.state.facet(yv).some(u=>u(n,e.from,e.to,s,c))||n.dispatch(c()),!0}function F$(n,e,t){let r,i=n.state,s=i.selection.main,a=-1;if(e.from==e.to&&e.from<s.from||e.from>s.to){let u=e.from<s.from?-1:1,h=u<0?s.from:s.to,m=su(i.facet(Ru).map(O=>O(n)),h,u);e.from==m&&(a=m)}if(a>-1)r={changes:e,selection:de.cursor(e.from+e.insert.length,-1)};else if(e.from>=s.from&&e.to<=s.to&&e.to-e.from>=(s.to-s.from)/3&&(!t||t.main.empty&&t.main.from==e.from+e.insert.length)&&n.inputState.composing<0){let u=s.from<e.from?i.sliceDoc(s.from,e.from):"",h=s.to>e.to?i.sliceDoc(e.to,s.to):"";r=i.replaceSelection(n.state.toText(u+e.insert.sliceString(0,void 0,n.state.lineBreak)+h))}else{let u=i.changes(e),h=t&&t.main.to<=u.newLength?t.main:void 0;if(i.selection.ranges.length>1&&(n.inputState.composing>=0||n.inputState.compositionPendingChange)&&e.to<=s.to+10&&e.to>=s.to-10){let m=n.state.sliceDoc(e.from,e.to),O,x=t&&Tv(n,t.main.head);if(x){let w=e.insert.length-(e.to-e.from);O={from:x.from,to:x.to-w}}else O=n.state.doc.lineAt(s.head);let v=s.to-e.to;r=i.changeByRange(w=>{if(w.from==s.from&&w.to==s.to)return{changes:u,range:h||w.map(u)};let k=w.to-v,$=k-m.length;if(n.state.sliceDoc($,k)!=m||k>=O.from&&$<=O.to)return{range:w};let M=i.changes({from:$,to:k,insert:e.insert}),N=w.to-s.to;return{changes:M,range:h?de.range(Math.max(0,h.anchor+N),Math.max(0,h.head+N)):w.map(M)}})}else r={changes:u,selection:h&&i.selection.replaceRange(h)}}let c="input.type";return(n.composing||n.inputState.compositionPendingChange&&n.inputState.compositionEndedAt>Date.now()-50)&&(n.inputState.compositionPendingChange=!1,c+=".compose",n.inputState.compositionFirstChange&&(c+=".start",n.inputState.compositionFirstChange=!1)),i.update(r,{userEvent:c,scrollIntoView:!0})}function Zv(n,e,t,r){let i=Math.min(n.length,e.length),s=0;for(;s<i&&n.charCodeAt(s)==e.charCodeAt(s);)s++;if(s==i&&n.length==e.length)return null;let a=n.length,c=e.length;for(;a>0&&c>0&&n.charCodeAt(a-1)==e.charCodeAt(c-1);)a--,c--;if(r=="end"){let u=Math.max(0,s-Math.min(a,c));t-=a+u-s}if(a<s&&n.length<e.length){let u=t<=s&&t>=a?s-t:0;s-=u,c=s+(c-a),a=s}else if(c<s){let u=t<=s&&t>=c?s-t:0;s-=u,a=s+(a-c),c=s}return{from:s,toA:a,toB:c}}function z$(n){let e=[];if(n.root.activeElement!=n.contentDOM)return e;let{anchorNode:t,anchorOffset:r,focusNode:i,focusOffset:s}=n.observer.selectionRange;return t&&(e.push(new p6(t,r)),(i!=t||s!=r)&&e.push(new p6(i,s))),e}function H$(n,e){if(n.length==0)return null;let t=n[0].pos,r=n.length==2?n[1].pos:t;return t>-1&&r>-1?de.single(t+e,r+e):null}function sd(n,e){return e.head==n.main.head&&e.anchor==n.main.anchor}class W${setSelectionOrigin(e){this.lastSelectionOrigin=e,this.lastSelectionTime=Date.now()}constructor(e){this.view=e,this.lastKeyCode=0,this.lastKeyTime=0,this.lastTouchTime=0,this.lastTouchX=0,this.lastTouchY=0,this.lastFocusTime=0,this.lastScrollTop=0,this.lastScrollLeft=0,this.lastWheelEvent=0,this.pendingIOSKey=void 0,this.tabFocusMode=-1,this.lastSelectionOrigin=null,this.lastSelectionTime=0,this.lastContextMenu=0,this.scrollHandlers=[],this.handlers=Object.create(null),this.composing=-1,this.compositionFirstChange=null,this.compositionEndedAt=0,this.compositionPendingKey=!1,this.compositionPendingChange=!1,this.insertingText="",this.insertingTextAt=0,this.mouseSelection=null,this.draggedContent=null,this.handleEvent=this.handleEvent.bind(this),this.notifiedFocused=e.hasFocus,Xe.safari&&e.contentDOM.addEventListener("input",()=>null),Xe.gecko&&aC(e.contentDOM.ownerDocument)}handleEvent(e){!eC(this.view,e)||this.ignoreDuringComposition(e)||e.type=="keydown"&&this.keydown(e)||(this.view.updateState!=0?Promise.resolve().then(()=>this.runHandlers(e.type,e)):this.runHandlers(e.type,e))}runHandlers(e,t){let r=this.handlers[e];if(r){for(let i of r.observers)i(this.view,t);for(let i of r.handlers){if(t.defaultPrevented)break;if(i(this.view,t)){t.preventDefault();break}}}}ensureHandlers(e){let t=B$(e),r=this.handlers,i=this.view.contentDOM;for(let s in t)if(s!="scroll"){let a=!t[s].handlers.length,c=r[s];c&&a!=!c.handlers.length&&(i.removeEventListener(s,this.handleEvent),c=null),c||i.addEventListener(s,this.handleEvent,{passive:a})}for(let s in r)s!="scroll"&&!t[s]&&i.removeEventListener(s,this.handleEvent);this.handlers=t}keydown(e){if(this.lastKeyCode=e.keyCode,this.lastKeyTime=Date.now(),e.keyCode==9&&this.tabFocusMode>-1&&(!this.tabFocusMode||Date.now()<=this.tabFocusMode))return!0;if(this.tabFocusMode>0&&e.keyCode!=27&&Nv.indexOf(e.keyCode)<0&&(this.tabFocusMode=-1),Xe.android&&Xe.chrome&&!e.synthetic&&(e.keyCode==13||e.keyCode==8))return this.view.observer.delayAndroidKey(e.key,e.keyCode),!0;let t;return Xe.ios&&!e.synthetic&&!e.altKey&&!e.metaKey&&!e.shiftKey&&((t=Rv.find(r=>r.keyCode==e.keyCode))&&!e.ctrlKey||Y$.indexOf(e.key)>-1&&e.ctrlKey)?(this.pendingIOSKey=t||e,setTimeout(()=>this.flushIOSKey(),250),!0):(e.keyCode!=229&&this.view.observer.forceFlush(),!1)}flushIOSKey(e){let t=this.pendingIOSKey;return!t||t.key=="Enter"&&e&&e.from<e.to&&/^\S+$/.test(e.insert.toString())?!1:(this.pendingIOSKey=void 0,Ml(this.view.contentDOM,t.key,t.keyCode,t instanceof KeyboardEvent?t:void 0))}ignoreDuringComposition(e){return!/^key/.test(e.type)||e.synthetic?!1:this.composing>0?!0:Xe.safari&&!Xe.ios&&this.compositionPendingKey&&Date.now()-this.compositionEndedAt<100?(this.compositionPendingKey=!1,!0):!1}startMouseSelection(e){this.mouseSelection&&this.mouseSelection.destroy(),this.mouseSelection=e}update(e){this.view.observer.update(e),this.mouseSelection&&this.mouseSelection.update(e),this.draggedContent&&e.docChanged&&(this.draggedContent=this.draggedContent.map(e.changes)),e.transactions.length&&(this.lastKeyCode=this.lastSelectionTime=0)}destroy(){this.mouseSelection&&this.mouseSelection.destroy()}}function m6(n,e){return(t,r)=>{try{return e.call(n,r,t)}catch(i){cs(t.state,i)}}}function B$(n){let e=Object.create(null);function t(r){return e[r]||(e[r]={observers:[],handlers:[]})}for(let r of n){let i=r.spec,s=i&&i.plugin.domEventHandlers,a=i&&i.plugin.domEventObservers;if(s)for(let c in s){let u=s[c];u&&t(c).handlers.push(m6(r.value,u))}if(a)for(let c in a){let u=a[c];u&&t(c).observers.push(m6(r.value,u))}}for(let r in Vi)t(r).handlers.push(Vi[r]);for(let r in Ur)t(r).observers.push(Ur[r]);return e}const Rv=[{key:"Backspace",keyCode:8,inputType:"deleteContentBackward"},{key:"Enter",keyCode:13,inputType:"insertParagraph"},{key:"Enter",keyCode:13,inputType:"insertLineBreak"},{key:"Delete",keyCode:46,inputType:"deleteContentForward"}],Y$="dthko",Nv=[16,17,18,20,91,92,224,225],e1=6;function t1(n){return Math.max(0,n)*.7+8}function q$(n,e){return Math.max(Math.abs(n.clientX-e.clientX),Math.abs(n.clientY-e.clientY))}class U${constructor(e,t,r,i){this.view=e,this.startEvent=t,this.style=r,this.mustSelect=i,this.scrollSpeed={x:0,y:0},this.scrolling=-1,this.lastEvent=t,this.scrollParents=sv(e.contentDOM),this.atoms=e.state.facet(Ru).map(a=>a(e));let s=e.contentDOM.ownerDocument;s.addEventListener("mousemove",this.move=this.move.bind(this)),s.addEventListener("mouseup",this.up=this.up.bind(this)),this.extend=t.shiftKey,this.multiple=e.state.facet(Dt.allowMultipleSelections)&&G$(e,t),this.dragging=J$(e,t)&&_v(t)==1?null:!1}start(e){this.dragging===!1&&this.select(e)}move(e){if(e.buttons==0)return this.destroy();if(this.dragging||this.dragging==null&&q$(this.startEvent,e)<10)return;this.select(this.lastEvent=e);let t=0,r=0,i=0,s=0,a=this.view.win.innerWidth,c=this.view.win.innerHeight;this.scrollParents.x&&({left:i,right:a}=this.scrollParents.x.getBoundingClientRect()),this.scrollParents.y&&({top:s,bottom:c}=this.scrollParents.y.getBoundingClientRect());let u=Cv(this.view);e.clientX-u.left<=i+e1?t=-t1(i-e.clientX):e.clientX+u.right>=a-e1&&(t=t1(e.clientX-a)),e.clientY-u.top<=s+e1?r=-t1(s-e.clientY):e.clientY+u.bottom>=c-e1&&(r=t1(e.clientY-c)),this.setScrollSpeed(t,r)}up(e){this.dragging==null&&this.select(this.lastEvent),this.dragging||e.preventDefault(),this.destroy()}destroy(){this.setScrollSpeed(0,0);let e=this.view.contentDOM.ownerDocument;e.removeEventListener("mousemove",this.move),e.removeEventListener("mouseup",this.up),this.view.inputState.mouseSelection=this.view.inputState.draggedContent=null}setScrollSpeed(e,t){this.scrollSpeed={x:e,y:t},e||t?this.scrolling<0&&(this.scrolling=setInterval(()=>this.scroll(),50)):this.scrolling>-1&&(clearInterval(this.scrolling),this.scrolling=-1)}scroll(){let{x:e,y:t}=this.scrollSpeed;e&&this.scrollParents.x&&(this.scrollParents.x.scrollLeft+=e,e=0),t&&this.scrollParents.y&&(this.scrollParents.y.scrollTop+=t,t=0),(e||t)&&this.view.win.scrollBy(e,t),this.dragging===!1&&this.select(this.lastEvent)}select(e){let{view:t}=this,r=Mv(this.atoms,this.style.get(e,this.extend,this.multiple));(this.mustSelect||!r.eq(t.state.selection,this.dragging===!1))&&this.view.dispatch({selection:r,userEvent:"select.pointer"}),this.mustSelect=!1}update(e){e.transactions.some(t=>t.isUserEvent("input.type"))?this.destroy():this.style.update(e)&&setTimeout(()=>this.select(this.lastEvent),20)}}function G$(n,e){let t=n.state.facet(mv);return t.length?t[0](e):Xe.mac?e.metaKey:e.ctrlKey}function K$(n,e){let t=n.state.facet(gv);return t.length?t[0](e):Xe.mac?!e.altKey:!e.ctrlKey}function J$(n,e){let{main:t}=n.state.selection;if(t.empty)return!1;let r=xu(n.root);if(!r||r.rangeCount==0)return!0;let i=r.getRangeAt(0).getClientRects();for(let s=0;s<i.length;s++){let a=i[s];if(a.left<=e.clientX&&a.right>=e.clientX&&a.top<=e.clientY&&a.bottom>=e.clientY)return!0}return!1}function eC(n,e){if(!e.bubbles)return!0;if(e.defaultPrevented)return!1;for(let t=e.target,r;t!=n.contentDOM;t=t.parentNode)if(!t||t.nodeType==11||(r=yn.get(t))&&r.isWidget()&&!r.isHidden&&r.widget.ignoreEvent(e))return!1;return!0}const Vi=Object.create(null),Ur=Object.create(null),Lv=Xe.ie&&Xe.ie_version<15||Xe.ios&&Xe.webkit_version<604;function tC(n){let e=n.dom.parentNode;if(!e)return;let t=e.appendChild(document.createElement("textarea"));t.style.cssText="position: fixed; left: -10000px; top: 10px",t.focus(),setTimeout(()=>{n.focus(),t.remove(),Vv(n,t.value)},50)}function Xd(n,e,t){for(let r of n.facet(e))t=r(t,n);return t}function Vv(n,e){e=Xd(n.state,lg,e);let{state:t}=n,r,i=1,s=t.toText(e),a=s.lines==t.selection.ranges.length;if(r2!=null&&t.selection.ranges.every(u=>u.empty)&&r2==s.toString()){let u=-1;r=t.changeByRange(h=>{let m=t.doc.lineAt(h.from);if(m.from==u)return{range:h};u=m.from;let O=t.toText((a?s.line(i++).text:e)+t.lineBreak);return{changes:{from:m.from,insert:O},range:de.cursor(h.from+O.length)}})}else a?r=t.changeByRange(u=>{let h=s.line(i++);return{changes:{from:u.from,to:u.to,insert:h.text},range:de.cursor(u.from+h.length)}}):r=t.replaceSelection(s);n.dispatch(r,{userEvent:"input.paste",scrollIntoView:!0})}Ur.scroll=n=>{n.inputState.lastScrollTop=n.scrollDOM.scrollTop,n.inputState.lastScrollLeft=n.scrollDOM.scrollLeft};Ur.wheel=Ur.mousewheel=n=>{n.inputState.lastWheelEvent=Date.now()};Vi.keydown=(n,e)=>(n.inputState.setSelectionOrigin("select"),e.keyCode==27&&n.inputState.tabFocusMode!=0&&(n.inputState.tabFocusMode=Date.now()+2e3),!1);Ur.touchstart=(n,e)=>{let t=n.inputState,r=e.targetTouches[0];t.lastTouchTime=Date.now(),r&&(t.lastTouchX=r.clientX,t.lastTouchY=r.clientY),t.setSelectionOrigin("select.pointer")};Ur.touchmove=n=>{n.inputState.setSelectionOrigin("select.pointer")};Vi.mousedown=(n,e)=>{if(n.observer.flush(),n.inputState.lastTouchTime>Date.now()-2e3)return!1;let t=null;for(let r of n.state.facet(Ov))if(t=r(n,e),t)break;if(!t&&e.button==0&&(t=rC(n,e)),t){let r=!n.hasFocus;n.inputState.startMouseSelection(new U$(n,e,t,r)),r&&n.observer.ignore(()=>{ov(n.contentDOM);let s=n.root.activeElement;s&&!s.contains(n.contentDOM)&&s.blur()});let i=n.inputState.mouseSelection;if(i)return i.start(e),i.dragging===!1}else n.inputState.setSelectionOrigin("select.pointer");return!1};function g6(n,e,t,r){if(r==1)return de.cursor(e,t);if(r==2)return Q$(n.state,e,t);{let i=n.docView.lineAt(e,t),s=n.state.doc.lineAt(i?i.posAtEnd:e),a=i?i.posAtStart:s.from,c=i?i.posAtEnd:s.to;return c<n.state.doc.length&&c==s.to&&c++,de.range(a,c)}}const nC=Xe.ie&&Xe.ie_version<=11;let O6=null,x6=0,y6=0;function _v(n){if(!nC)return n.detail;let e=O6,t=y6;return O6=n,y6=Date.now(),x6=!e||t>Date.now()-400&&Math.abs(e.clientX-n.clientX)<2&&Math.abs(e.clientY-n.clientY)<2?(x6+1)%3:1}function rC(n,e){let t=n.posAndSideAtCoords({x:e.clientX,y:e.clientY},!1),r=_v(e),i=n.state.selection;return{update(s){s.docChanged&&(t.pos=s.changes.mapPos(t.pos),i=i.map(s.changes))},get(s,a,c){let u=n.posAndSideAtCoords({x:s.clientX,y:s.clientY},!1),h,m=g6(n,u.pos,u.assoc,r);if(t.pos!=u.pos&&!a){let O=g6(n,t.pos,t.assoc,r),x=Math.min(O.from,m.from),v=Math.max(O.to,m.to);m=x<m.from?de.range(x,v,m.assoc):de.range(v,x,m.assoc)}return a?i.replaceRange(i.main.extend(m.from,m.to,m.assoc)):c&&r==1&&i.ranges.length>1&&(h=iC(i,u.pos))?h:c?i.addRange(m):de.create([m])}}}function iC(n,e){for(let t=0;t<n.ranges.length;t++){let{from:r,to:i}=n.ranges[t];if(r<=e&&i>=e)return de.create(n.ranges.slice(0,t).concat(n.ranges.slice(t+1)),n.mainIndex==t?0:n.mainIndex-(n.mainIndex>t?1:0))}return null}Vi.dragstart=(n,e)=>{let{selection:{main:t}}=n.state;if(e.target.draggable){let i=n.docView.tile.nearest(e.target);if(i&&i.isWidget()){let s=i.posAtStart,a=s+i.length;(s>=t.to||a<=t.from)&&(t=de.range(s,a))}}let{inputState:r}=n;return r.mouseSelection&&(r.mouseSelection.dragging=!0),r.draggedContent=t,e.dataTransfer&&(e.dataTransfer.setData("Text",Xd(n.state,cg,n.state.sliceDoc(t.from,t.to))),e.dataTransfer.effectAllowed="copyMove"),!1};Vi.dragend=n=>(n.inputState.draggedContent=null,!1);function v6(n,e,t,r){if(t=Xd(n.state,lg,t),!t)return;let i=n.posAtCoords({x:e.clientX,y:e.clientY},!1),{draggedContent:s}=n.inputState,a=r&&s&&K$(n,e)?{from:s.from,to:s.to}:null,c={from:i,insert:t},u=n.state.changes(a?[a,c]:c);n.focus(),n.dispatch({changes:u,selection:{anchor:u.mapPos(i,-1),head:u.mapPos(i,1)},userEvent:a?"move.drop":"input.drop"}),n.inputState.draggedContent=null}Vi.drop=(n,e)=>{if(!e.dataTransfer)return!1;if(n.state.readOnly)return!0;let t=e.dataTransfer.files;if(t&&t.length){let r=Array(t.length),i=0,s=()=>{++i==t.length&&v6(n,e,r.filter(a=>a!=null).join(n.state.lineBreak),!1)};for(let a=0;a<t.length;a++){let c=new FileReader;c.onerror=s,c.onload=()=>{/[\x00-\x08\x0e-\x1f]{2}/.test(c.result)||(r[a]=c.result),s()},c.readAsText(t[a])}return!0}else{let r=e.dataTransfer.getData("Text");if(r)return v6(n,e,r,!0),!0}return!1};Vi.paste=(n,e)=>{if(n.state.readOnly)return!0;n.observer.flush();let t=Lv?null:e.clipboardData;return t?(Vv(n,t.getData("text/plain")||t.getData("text/uri-list")),!0):(tC(n),!1)};function sC(n,e){let t=n.dom.parentNode;if(!t)return;let r=t.appendChild(document.createElement("textarea"));r.style.cssText="position: fixed; left: -10000px; top: 10px",r.value=e,r.focus(),r.selectionEnd=e.length,r.selectionStart=0,setTimeout(()=>{r.remove(),n.focus()},50)}function oC(n){let e=[],t=[],r=!1;for(let i of n.selection.ranges)i.empty||(e.push(n.sliceDoc(i.from,i.to)),t.push(i));if(!e.length){let i=-1;for(let{from:s}of n.selection.ranges){let a=n.doc.lineAt(s);a.number>i&&(e.push(a.text),t.push({from:a.from,to:Math.min(n.doc.length,a.to+1)})),i=a.number}r=!0}return{text:Xd(n,cg,e.join(n.lineBreak)),ranges:t,linewise:r}}let r2=null;Vi.copy=Vi.cut=(n,e)=>{if(!ru(n.contentDOM,n.observer.selectionRange))return!1;let{text:t,ranges:r,linewise:i}=oC(n.state);if(!t&&!i)return!1;r2=i?t:null,e.type=="cut"&&!n.state.readOnly&&n.dispatch({changes:r,scrollIntoView:!0,userEvent:"delete.cut"});let s=Lv?null:e.clipboardData;return s?(s.clearData(),s.setData("text/plain",t),!0):(sC(n,t),!1)};const Iv=qs.define();function Dv(n,e){let t=[];for(let r of n.facet(vv)){let i=r(n,e);i&&t.push(i)}return t.length?n.update({effects:t,annotations:Iv.of(!0)}):null}function Xv(n){setTimeout(()=>{let e=n.hasFocus;if(e!=n.inputState.notifiedFocused){let t=Dv(n.state,e);t?n.dispatch(t):n.update([])}},10)}Ur.focus=n=>{n.inputState.lastFocusTime=Date.now(),!n.scrollDOM.scrollTop&&(n.inputState.lastScrollTop||n.inputState.lastScrollLeft)&&(n.scrollDOM.scrollTop=n.inputState.lastScrollTop,n.scrollDOM.scrollLeft=n.inputState.lastScrollLeft),Xv(n)};Ur.blur=n=>{n.observer.clearSelectionRange(),Xv(n)};Ur.compositionstart=Ur.compositionupdate=n=>{n.observer.editContext||(n.inputState.compositionFirstChange==null&&(n.inputState.compositionFirstChange=!0),n.inputState.composing<0&&(n.inputState.composing=0))};Ur.compositionend=n=>{n.observer.editContext||(n.inputState.composing=-1,n.inputState.compositionEndedAt=Date.now(),n.inputState.compositionPendingKey=!0,n.inputState.compositionPendingChange=n.observer.pendingRecords().length>0,n.inputState.compositionFirstChange=null,Xe.chrome&&Xe.android?n.observer.flushSoon():n.inputState.compositionPendingChange?Promise.resolve().then(()=>n.observer.flush()):setTimeout(()=>{n.inputState.composing<0&&n.docView.hasComposition&&n.update([])},50))};Ur.contextmenu=n=>{n.inputState.lastContextMenu=Date.now()};Vi.beforeinput=(n,e)=>{var t,r;if((e.inputType=="insertText"||e.inputType=="insertCompositionText")&&(n.inputState.insertingText=e.data,n.inputState.insertingTextAt=Date.now()),e.inputType=="insertReplacementText"&&n.observer.editContext){let s=(t=e.dataTransfer)===null||t===void 0?void 0:t.getData("text/plain"),a=e.getTargetRanges();if(s&&a.length){let c=a[0],u=n.posAtDOM(c.startContainer,c.startOffset),h=n.posAtDOM(c.endContainer,c.endOffset);return fg(n,{from:u,to:h,insert:n.state.toText(s)},null),!0}}let i;if(Xe.chrome&&Xe.android&&(i=Rv.find(s=>s.inputType==e.inputType))&&(n.observer.delayAndroidKey(i.key,i.keyCode),i.key=="Backspace"||i.key=="Delete")){let s=((r=window.visualViewport)===null||r===void 0?void 0:r.height)||0;setTimeout(()=>{var a;(((a=window.visualViewport)===null||a===void 0?void 0:a.height)||0)>s+10&&n.hasFocus&&(n.contentDOM.blur(),n.focus())},100)}return Xe.ios&&e.inputType=="deleteContentForward"&&n.observer.flushSoon(),Xe.safari&&e.inputType=="insertText"&&n.inputState.composing>=0&&setTimeout(()=>Ur.compositionend(n,e),20),!1};const b6=new Set;function aC(n){b6.has(n)||(b6.add(n),n.addEventListener("copy",()=>{}),n.addEventListener("cut",()=>{}))}const w6=["pre-wrap","normal","pre-line","break-spaces"];let _l=!1;function S6(){_l=!1}class lC{constructor(e){this.lineWrapping=e,this.doc=Rt.empty,this.heightSamples={},this.lineHeight=14,this.charWidth=7,this.textHeight=14,this.lineLength=30}heightForGap(e,t){let r=this.doc.lineAt(t).number-this.doc.lineAt(e).number+1;return this.lineWrapping&&(r+=Math.max(0,Math.ceil((t-e-r*this.lineLength*.5)/this.lineLength))),this.lineHeight*r}heightForLine(e){return this.lineWrapping?(1+Math.max(0,Math.ceil((e-this.lineLength)/Math.max(1,this.lineLength-5))))*this.lineHeight:this.lineHeight}setDoc(e){return this.doc=e,this}mustRefreshForWrapping(e){return w6.indexOf(e)>-1!=this.lineWrapping}mustRefreshForHeights(e){let t=!1;for(let r=0;r<e.length;r++){let i=e[r];i<0?r++:this.heightSamples[Math.floor(i*10)]||(t=!0,this.heightSamples[Math.floor(i*10)]=!0)}return t}refresh(e,t,r,i,s,a){let c=w6.indexOf(e)>-1,u=Math.abs(t-this.lineHeight)>.3||this.lineWrapping!=c||Math.abs(r-this.charWidth)>.1;if(this.lineWrapping=c,this.lineHeight=t,this.charWidth=r,this.textHeight=i,this.lineLength=s,u){this.heightSamples={};for(let h=0;h<a.length;h++){let m=a[h];m<0?h++:this.heightSamples[Math.floor(m*10)]=!0}}return u}}class cC{constructor(e,t){this.from=e,this.heights=t,this.index=0}get more(){return this.index<this.heights.length}}class Ri{constructor(e,t,r,i,s){this.from=e,this.length=t,this.top=r,this.height=i,this._content=s}get type(){return typeof this._content=="number"?Yr.Text:Array.isArray(this._content)?this._content:this._content.type}get to(){return this.from+this.length}get bottom(){return this.top+this.height}get widget(){return this._content instanceof wa?this._content.widget:null}get widgetLineBreaks(){return typeof this._content=="number"?this._content:0}join(e){let t=(Array.isArray(this._content)?this._content:[this]).concat(Array.isArray(e._content)?e._content:[e]);return new Ri(this.from,this.length+e.length,this.top,this.height+e.height,t)}}var sn=(function(n){return n[n.ByPos=0]="ByPos",n[n.ByHeight=1]="ByHeight",n[n.ByPosNoHeight=2]="ByPosNoHeight",n})(sn||(sn={}));const _1=.001;class Qr{constructor(e,t,r=2){this.length=e,this.height=t,this.flags=r}get outdated(){return(this.flags&2)>0}set outdated(e){this.flags=(e?2:0)|this.flags&-3}setHeight(e){this.height!=e&&(Math.abs(this.height-e)>_1&&(_l=!0),this.height=e)}replace(e,t,r){return Qr.of(r)}decomposeLeft(e,t){t.push(this)}decomposeRight(e,t){t.push(this)}applyChanges(e,t,r,i){let s=this,a=r.doc;for(let c=i.length-1;c>=0;c--){let{fromA:u,toA:h,fromB:m,toB:O}=i[c],x=s.lineAt(u,sn.ByPosNoHeight,r.setDoc(t),0,0),v=x.to>=h?x:s.lineAt(h,sn.ByPosNoHeight,r,0,0);for(O+=v.to-h,h=v.to;c>0&&x.from<=i[c-1].toA;)u=i[c-1].fromA,m=i[c-1].fromB,c--,u<x.from&&(x=s.lineAt(u,sn.ByPosNoHeight,r,0,0));m+=x.from-u,u=x.from;let w=hg.build(r.setDoc(a),e,m,O);s=od(s,s.replace(u,h,w))}return s.updateHeight(r,0)}static empty(){return new ai(0,0,0)}static of(e){if(e.length==1)return e[0];let t=0,r=e.length,i=0,s=0;for(;;)if(t==r)if(i>s*2){let c=e[t-1];c.break?e.splice(--t,1,c.left,null,c.right):e.splice(--t,1,c.left,c.right),r+=1+c.break,i-=c.size}else if(s>i*2){let c=e[r];c.break?e.splice(r,1,c.left,null,c.right):e.splice(r,1,c.left,c.right),r+=2+c.break,s-=c.size}else break;else if(i<s){let c=e[t++];c&&(i+=c.size)}else{let c=e[--r];c&&(s+=c.size)}let a=0;return e[t-1]==null?(a=1,t--):e[t]==null&&(a=1,r++),new dC(Qr.of(e.slice(0,t)),a,Qr.of(e.slice(r)))}}function od(n,e){return n==e?n:(n.constructor!=e.constructor&&(_l=!0),e)}Qr.prototype.size=1;const uC=pt.replace({});class Fv extends Qr{constructor(e,t,r){super(e,t),this.deco=r,this.spaceAbove=0}mainBlock(e,t){return new Ri(t,this.length,e+this.spaceAbove,this.height-this.spaceAbove,this.deco||0)}blockAt(e,t,r,i){return this.spaceAbove&&e<r+this.spaceAbove?new Ri(i,0,r,this.spaceAbove,uC):this.mainBlock(r,i)}lineAt(e,t,r,i,s){let a=this.mainBlock(i,s);return this.spaceAbove?this.blockAt(0,r,i,s).join(a):a}forEachLine(e,t,r,i,s,a){e<=s+this.length&&t>=s&&a(this.lineAt(0,sn.ByPos,r,i,s))}setMeasuredHeight(e){let t=e.heights[e.index++];t<0?(this.spaceAbove=-t,t=e.heights[e.index++]):this.spaceAbove=0,this.setHeight(t)}updateHeight(e,t=0,r=!1,i){return i&&i.from<=t&&i.more&&this.setMeasuredHeight(i),this.outdated=!1,this}toString(){return`block(${this.length})`}}class ai extends Fv{constructor(e,t,r){super(e,t,null),this.collapsed=0,this.widgetHeight=0,this.breaks=0,this.spaceAbove=r}mainBlock(e,t){return new Ri(t,this.length,e+this.spaceAbove,this.height-this.spaceAbove,this.breaks)}replace(e,t,r){let i=r[0];return r.length==1&&(i instanceof ai||i instanceof tr&&i.flags&4)&&Math.abs(this.length-i.length)<10?(i instanceof tr?i=new ai(i.length,this.height,this.spaceAbove):i.height=this.height,this.outdated||(i.outdated=!1),i):Qr.of(r)}updateHeight(e,t=0,r=!1,i){return i&&i.from<=t&&i.more?this.setMeasuredHeight(i):(r||this.outdated)&&(this.spaceAbove=0,this.setHeight(Math.max(this.widgetHeight,e.heightForLine(this.length-this.collapsed))+this.breaks*e.lineHeight)),this.outdated=!1,this}toString(){return`line(${this.length}${this.collapsed?-this.collapsed:""}${this.widgetHeight?":"+this.widgetHeight:""})`}}class tr extends Qr{constructor(e){super(e,0)}heightMetrics(e,t){let r=e.doc.lineAt(t).number,i=e.doc.lineAt(t+this.length).number,s=i-r+1,a,c=0;if(e.lineWrapping){let u=Math.min(this.height,e.lineHeight*s);a=u/s,this.length>s+1&&(c=(this.height-u)/(this.length-s-1))}else a=this.height/s;return{firstLine:r,lastLine:i,perLine:a,perChar:c}}blockAt(e,t,r,i){let{firstLine:s,lastLine:a,perLine:c,perChar:u}=this.heightMetrics(t,i);if(t.lineWrapping){let h=i+(e<t.lineHeight?0:Math.round(Math.max(0,Math.min(1,(e-r)/this.height))*this.length)),m=t.doc.lineAt(h),O=c+m.length*u,x=Math.max(r,e-O/2);return new Ri(m.from,m.length,x,O,0)}else{let h=Math.max(0,Math.min(a-s,Math.floor((e-r)/c))),{from:m,length:O}=t.doc.line(s+h);return new Ri(m,O,r+c*h,c,0)}}lineAt(e,t,r,i,s){if(t==sn.ByHeight)return this.blockAt(e,r,i,s);if(t==sn.ByPosNoHeight){let{from:v,to:w}=r.doc.lineAt(e);return new Ri(v,w-v,0,0,0)}let{firstLine:a,perLine:c,perChar:u}=this.heightMetrics(r,s),h=r.doc.lineAt(e),m=c+h.length*u,O=h.number-a,x=i+c*O+u*(h.from-s-O);return new Ri(h.from,h.length,Math.max(i,Math.min(x,i+this.height-m)),m,0)}forEachLine(e,t,r,i,s,a){e=Math.max(e,s),t=Math.min(t,s+this.length);let{firstLine:c,perLine:u,perChar:h}=this.heightMetrics(r,s);for(let m=e,O=i;m<=t;){let x=r.doc.lineAt(m);if(m==e){let w=x.number-c;O+=u*w+h*(e-s-w)}let v=u+h*x.length;a(new Ri(x.from,x.length,O,v,0)),O+=v,m=x.to+1}}replace(e,t,r){let i=this.length-t;if(i>0){let s=r[r.length-1];s instanceof tr?r[r.length-1]=new tr(s.length+i):r.push(null,new tr(i-1))}if(e>0){let s=r[0];s instanceof tr?r[0]=new tr(e+s.length):r.unshift(new tr(e-1),null)}return Qr.of(r)}decomposeLeft(e,t){t.push(new tr(e-1),null)}decomposeRight(e,t){t.push(null,new tr(this.length-e-1))}updateHeight(e,t=0,r=!1,i){let s=t+this.length;if(i&&i.from<=t+this.length&&i.more){let a=[],c=Math.max(t,i.from),u=-1;for(i.from>t&&a.push(new tr(i.from-t-1).updateHeight(e,t));c<=s&&i.more;){let m=e.doc.lineAt(c).length;a.length&&a.push(null);let O=i.heights[i.index++],x=0;O<0&&(x=-O,O=i.heights[i.index++]),u==-1?u=O:Math.abs(O-u)>=_1&&(u=-2);let v=new ai(m,O,x);v.outdated=!1,a.push(v),c+=m+1}c<=s&&a.push(null,new tr(s-c).updateHeight(e,c));let h=Qr.of(a);return(u<0||Math.abs(h.height-this.height)>=_1||Math.abs(u-this.heightMetrics(e,t).perLine)>=_1)&&(_l=!0),od(this,h)}else(r||this.outdated)&&(this.setHeight(e.heightForGap(t,t+this.length)),this.outdated=!1);return this}toString(){return`gap(${this.length})`}}class dC extends Qr{constructor(e,t,r){super(e.length+t+r.length,e.height+r.height,t|(e.outdated||r.outdated?2:0)),this.left=e,this.right=r,this.size=e.size+r.size}get break(){return this.flags&1}blockAt(e,t,r,i){let s=r+this.left.height;return e<s?this.left.blockAt(e,t,r,i):this.right.blockAt(e,t,s,i+this.left.length+this.break)}lineAt(e,t,r,i,s){let a=i+this.left.height,c=s+this.left.length+this.break,u=t==sn.ByHeight?e<a:e<c,h=u?this.left.lineAt(e,t,r,i,s):this.right.lineAt(e,t,r,a,c);if(this.break||(u?h.to<c:h.from>c))return h;let m=t==sn.ByPosNoHeight?sn.ByPosNoHeight:sn.ByPos;return u?h.join(this.right.lineAt(c,m,r,a,c)):this.left.lineAt(c,m,r,i,s).join(h)}forEachLine(e,t,r,i,s,a){let c=i+this.left.height,u=s+this.left.length+this.break;if(this.break)e<u&&this.left.forEachLine(e,t,r,i,s,a),t>=u&&this.right.forEachLine(e,t,r,c,u,a);else{let h=this.lineAt(u,sn.ByPos,r,i,s);e<h.from&&this.left.forEachLine(e,h.from-1,r,i,s,a),h.to>=e&&h.from<=t&&a(h),t>h.to&&this.right.forEachLine(h.to+1,t,r,c,u,a)}}replace(e,t,r){let i=this.left.length+this.break;if(t<i)return this.balanced(this.left.replace(e,t,r),this.right);if(e>this.left.length)return this.balanced(this.left,this.right.replace(e-i,t-i,r));let s=[];e>0&&this.decomposeLeft(e,s);let a=s.length;for(let c of r)s.push(c);if(e>0&&k6(s,a-1),t<this.length){let c=s.length;this.decomposeRight(t,s),k6(s,c)}return Qr.of(s)}decomposeLeft(e,t){let r=this.left.length;if(e<=r)return this.left.decomposeLeft(e,t);t.push(this.left),this.break&&(r++,e>=r&&t.push(null)),e>r&&this.right.decomposeLeft(e-r,t)}decomposeRight(e,t){let r=this.left.length,i=r+this.break;if(e>=i)return this.right.decomposeRight(e-i,t);e<r&&this.left.decomposeRight(e,t),this.break&&e<i&&t.push(null),t.push(this.right)}balanced(e,t){return e.size>2*t.size||t.size>2*e.size?Qr.of(this.break?[e,null,t]:[e,t]):(this.left=od(this.left,e),this.right=od(this.right,t),this.setHeight(e.height+t.height),this.outdated=e.outdated||t.outdated,this.size=e.size+t.size,this.length=e.length+this.break+t.length,this)}updateHeight(e,t=0,r=!1,i){let{left:s,right:a}=this,c=t+s.length+this.break,u=null;return i&&i.from<=t+s.length&&i.more?u=s=s.updateHeight(e,t,r,i):s.updateHeight(e,t,r),i&&i.from<=c+a.length&&i.more?u=a=a.updateHeight(e,c,r,i):a.updateHeight(e,c,r),u?this.balanced(s,a):(this.height=this.left.height+this.right.height,this.outdated=!1,this)}toString(){return this.left+(this.break?" ":"-")+this.right}}function k6(n,e){let t,r;n[e]==null&&(t=n[e-1])instanceof tr&&(r=n[e+1])instanceof tr&&n.splice(e-1,3,new tr(t.length+1+r.length))}const fC=5;class hg{constructor(e,t){this.pos=e,this.oracle=t,this.nodes=[],this.lineStart=-1,this.lineEnd=-1,this.covering=null,this.writtenTo=e}get isCovered(){return this.covering&&this.nodes[this.nodes.length-1]==this.covering}span(e,t){if(this.lineStart>-1){let r=Math.min(t,this.lineEnd),i=this.nodes[this.nodes.length-1];i instanceof ai?i.length+=r-this.pos:(r>this.pos||!this.isCovered)&&this.nodes.push(new ai(r-this.pos,-1,0)),this.writtenTo=r,t>r&&(this.nodes.push(null),this.writtenTo++,this.lineStart=-1)}this.pos=t}point(e,t,r){if(e<t||r.heightRelevant){let i=r.widget?r.widget.estimatedHeight:0,s=r.widget?r.widget.lineBreaks:0;i<0&&(i=this.oracle.lineHeight);let a=t-e;r.block?this.addBlock(new Fv(a,i,r)):(a||s||i>=fC)&&this.addLineDeco(i,s,a)}else t>e&&this.span(e,t);this.lineEnd>-1&&this.lineEnd<this.pos&&(this.lineEnd=this.oracle.doc.lineAt(this.pos).to)}enterLine(){if(this.lineStart>-1)return;let{from:e,to:t}=this.oracle.doc.lineAt(this.pos);this.lineStart=e,this.lineEnd=t,this.writtenTo<e&&((this.writtenTo<e-1||this.nodes[this.nodes.length-1]==null)&&this.nodes.push(this.blankContent(this.writtenTo,e-1)),this.nodes.push(null)),this.pos>e&&this.nodes.push(new ai(this.pos-e,-1,0)),this.writtenTo=this.pos}blankContent(e,t){let r=new tr(t-e);return this.oracle.doc.lineAt(e).to==t&&(r.flags|=4),r}ensureLine(){this.enterLine();let e=this.nodes.length?this.nodes[this.nodes.length-1]:null;if(e instanceof ai)return e;let t=new ai(0,-1,0);return this.nodes.push(t),t}addBlock(e){this.enterLine();let t=e.deco;t&&t.startSide>0&&!this.isCovered&&this.ensureLine(),this.nodes.push(e),this.writtenTo=this.pos=this.pos+e.length,t&&t.endSide>0&&(this.covering=e)}addLineDeco(e,t,r){let i=this.ensureLine();i.length+=r,i.collapsed+=r,i.widgetHeight=Math.max(i.widgetHeight,e),i.breaks+=t,this.writtenTo=this.pos=this.pos+r}finish(e){let t=this.nodes.length==0?null:this.nodes[this.nodes.length-1];this.lineStart>-1&&!(t instanceof ai)&&!this.isCovered?this.nodes.push(new ai(0,-1,0)):(this.writtenTo<this.pos||t==null)&&this.nodes.push(this.blankContent(this.writtenTo,this.pos));let r=e;for(let i of this.nodes)i instanceof ai&&i.updateHeight(this.oracle,r),r+=i?i.length:1;return this.nodes}static build(e,t,r,i){let s=new hg(r,e);return Ct.spans(t,r,i,s,0),s.finish(r)}}function hC(n,e,t){let r=new pC;return Ct.compare(n,e,t,r,0),r.changes}class pC{constructor(){this.changes=[]}compareRange(){}comparePoint(e,t,r,i){(e<t||r&&r.heightRelevant||i&&i.heightRelevant)&&Tl(e,t,this.changes,5)}}function mC(n,e){let t=n.getBoundingClientRect(),r=n.ownerDocument,i=r.defaultView||window,s=Math.max(0,t.left),a=Math.min(i.innerWidth,t.right),c=Math.max(0,t.top),u=Math.min(i.innerHeight,t.bottom);for(let h=n.parentNode;h&&h!=r.body;)if(h.nodeType==1){let m=h,O=window.getComputedStyle(m);if((m.scrollHeight>m.clientHeight||m.scrollWidth>m.clientWidth)&&O.overflow!="visible"){let x=m.getBoundingClientRect();s=Math.max(s,x.left),a=Math.min(a,x.right),c=Math.max(c,x.top),u=Math.min(h==n.parentNode?i.innerHeight:u,x.bottom)}h=O.position=="absolute"||O.position=="fixed"?m.offsetParent:m.parentNode}else if(h.nodeType==11)h=h.host;else break;return{left:s-t.left,right:Math.max(s,a)-t.left,top:c-(t.top+e),bottom:Math.max(c,u)-(t.top+e)}}function gC(n){let e=n.getBoundingClientRect(),t=n.ownerDocument.defaultView||window;return e.left<t.innerWidth&&e.right>0&&e.top<t.innerHeight&&e.bottom>0}function OC(n,e){let t=n.getBoundingClientRect();return{left:0,right:t.right-t.left,top:e,bottom:t.bottom-(t.top+e)}}class vp{constructor(e,t,r,i){this.from=e,this.to=t,this.size=r,this.displaySize=i}static same(e,t){if(e.length!=t.length)return!1;for(let r=0;r<e.length;r++){let i=e[r],s=t[r];if(i.from!=s.from||i.to!=s.to||i.size!=s.size)return!1}return!0}draw(e,t){return pt.replace({widget:new xC(this.displaySize*(t?e.scaleY:e.scaleX),t)}).range(this.from,this.to)}}class xC extends Qa{constructor(e,t){super(),this.size=e,this.vertical=t}eq(e){return e.size==this.size&&e.vertical==this.vertical}toDOM(){let e=document.createElement("div");return this.vertical?e.style.height=this.size+"px":(e.style.width=this.size+"px",e.style.height="2px",e.style.display="inline-block"),e}get estimatedHeight(){return this.vertical?this.size:-1}}class P6{constructor(e,t){this.view=e,this.state=t,this.pixelViewport={left:0,right:window.innerWidth,top:0,bottom:0},this.inView=!0,this.paddingTop=0,this.paddingBottom=0,this.contentDOMWidth=0,this.contentDOMHeight=0,this.editorHeight=0,this.editorWidth=0,this.scaleX=1,this.scaleY=1,this.scrollOffset=0,this.scrolledToBottom=!1,this.scrollAnchorPos=0,this.scrollAnchorHeight=-1,this.scaler=A6,this.scrollTarget=null,this.printing=!1,this.mustMeasureContent=!0,this.defaultTextDirection=kn.LTR,this.visibleRanges=[],this.mustEnforceCursorAssoc=!1;let r=t.facet(ug).some(i=>typeof i!="function"&&i.class=="cm-lineWrapping");this.heightOracle=new lC(r),this.stateDeco=$6(t),this.heightMap=Qr.empty().applyChanges(this.stateDeco,Rt.empty,this.heightOracle.setDoc(t.doc),[new bi(0,0,0,t.doc.length)]);for(let i=0;i<2&&(this.viewport=this.getViewport(0,null),!!this.updateForViewport());i++);this.updateViewportLines(),this.lineGaps=this.ensureLineGaps([]),this.lineGapDeco=pt.set(this.lineGaps.map(i=>i.draw(this,!1))),this.scrollParent=e.scrollDOM,this.computeVisibleRanges()}updateForViewport(){let e=[this.viewport],{main:t}=this.state.selection;for(let r=0;r<=1;r++){let i=r?t.head:t.anchor;if(!e.some(({from:s,to:a})=>i>=s&&i<=a)){let{from:s,to:a}=this.lineBlockAt(i);e.push(new n1(s,a))}}return this.viewports=e.sort((r,i)=>r.from-i.from),this.updateScaler()}updateScaler(){let e=this.scaler;return this.scaler=this.heightMap.height<=7e6?A6:new pg(this.heightOracle,this.heightMap,this.viewports),e.eq(this.scaler)?0:2}updateViewportLines(){this.viewportLines=[],this.heightMap.forEachLine(this.viewport.from,this.viewport.to,this.heightOracle.setDoc(this.state.doc),0,0,e=>{this.viewportLines.push(Yc(e,this.scaler))})}update(e,t=null){this.state=e.state;let r=this.stateDeco;this.stateDeco=$6(this.state);let i=e.changedRanges,s=bi.extendWithRanges(i,hC(r,this.stateDeco,e?e.changes:_n.empty(this.state.doc.length))),a=this.heightMap.height,c=this.scrolledToBottom?null:this.scrollAnchorAt(this.scrollOffset);S6(),this.heightMap=this.heightMap.applyChanges(this.stateDeco,e.startState.doc,this.heightOracle.setDoc(this.state.doc),s),(this.heightMap.height!=a||_l)&&(e.flags|=2),c?(this.scrollAnchorPos=e.changes.mapPos(c.from,-1),this.scrollAnchorHeight=c.top):(this.scrollAnchorPos=-1,this.scrollAnchorHeight=a);let u=s.length?this.mapViewport(this.viewport,e.changes):this.viewport;(t&&(t.range.head<u.from||t.range.head>u.to)||!this.viewportIsAppropriate(u))&&(u=this.getViewport(0,t));let h=u.from!=this.viewport.from||u.to!=this.viewport.to;this.viewport=u,e.flags|=this.updateForViewport(),(h||!e.changes.empty||e.flags&2)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(this.mapLineGaps(this.lineGaps,e.changes))),e.flags|=this.computeVisibleRanges(e.changes),t&&(this.scrollTarget=t),!this.mustEnforceCursorAssoc&&(e.selectionSet||e.focusChanged)&&e.view.lineWrapping&&e.state.selection.main.empty&&e.state.selection.main.assoc&&!e.state.facet(c$)&&(this.mustEnforceCursorAssoc=!0)}measure(){let{view:e}=this,t=e.contentDOM,r=window.getComputedStyle(t),i=this.heightOracle,s=r.whiteSpace;this.defaultTextDirection=r.direction=="rtl"?kn.RTL:kn.LTR;let a=this.heightOracle.mustRefreshForWrapping(s)||this.mustMeasureContent==="refresh",c=t.getBoundingClientRect(),u=a||this.mustMeasureContent||this.contentDOMHeight!=c.height;this.contentDOMHeight=c.height,this.mustMeasureContent=!1;let h=0,m=0;if(c.width&&c.height){let{scaleX:T,scaleY:R}=iv(t,c);(T>.005&&Math.abs(this.scaleX-T)>.005||R>.005&&Math.abs(this.scaleY-R)>.005)&&(this.scaleX=T,this.scaleY=R,h|=16,a=u=!0)}let O=(parseInt(r.paddingTop)||0)*this.scaleY,x=(parseInt(r.paddingBottom)||0)*this.scaleY;(this.paddingTop!=O||this.paddingBottom!=x)&&(this.paddingTop=O,this.paddingBottom=x,h|=18),this.editorWidth!=e.scrollDOM.clientWidth&&(i.lineWrapping&&(u=!0),this.editorWidth=e.scrollDOM.clientWidth,h|=16);let v=sv(this.view.contentDOM,!1).y;v!=this.scrollParent&&(this.scrollParent=v,this.scrollAnchorHeight=-1,this.scrollOffset=0);let w=this.getScrollOffset();this.scrollOffset!=w&&(this.scrollAnchorHeight=-1,this.scrollOffset=w),this.scrolledToBottom=av(this.scrollParent||e.win);let k=(this.printing?OC:mC)(t,this.paddingTop),$=k.top-this.pixelViewport.top,M=k.bottom-this.pixelViewport.bottom;this.pixelViewport=k;let N=this.pixelViewport.bottom>this.pixelViewport.top&&this.pixelViewport.right>this.pixelViewport.left;if(N!=this.inView&&(this.inView=N,N&&(u=!0)),!this.inView&&!this.scrollTarget&&!gC(e.dom))return 0;let A=c.width;if((this.contentDOMWidth!=A||this.editorHeight!=e.scrollDOM.clientHeight)&&(this.contentDOMWidth=c.width,this.editorHeight=e.scrollDOM.clientHeight,h|=16),u){let T=e.docView.measureVisibleLineHeights(this.viewport);if(i.mustRefreshForHeights(T)&&(a=!0),a||i.lineWrapping&&Math.abs(A-this.contentDOMWidth)>i.charWidth){let{lineHeight:R,charWidth:Q,textHeight:B}=e.docView.measureTextSize();a=R>0&&i.refresh(s,R,Q,B,Math.max(5,A/Q),T),a&&(e.docView.minWidth=0,h|=16)}$>0&&M>0?m=Math.max($,M):$<0&&M<0&&(m=Math.min($,M)),S6();for(let R of this.viewports){let Q=R.from==this.viewport.from?T:e.docView.measureVisibleLineHeights(R);this.heightMap=(a?Qr.empty().applyChanges(this.stateDeco,Rt.empty,this.heightOracle,[new bi(0,0,0,e.state.doc.length)]):this.heightMap).updateHeight(i,0,a,new cC(R.from,Q))}_l&&(h|=2)}let j=!this.viewportIsAppropriate(this.viewport,m)||this.scrollTarget&&(this.scrollTarget.range.head<this.viewport.from||this.scrollTarget.range.head>this.viewport.to);return j&&(h&2&&(h|=this.updateScaler()),this.viewport=this.getViewport(m,this.scrollTarget),h|=this.updateForViewport()),(h&2||j)&&this.updateViewportLines(),(this.lineGaps.length||this.viewport.to-this.viewport.from>4e3)&&this.updateLineGaps(this.ensureLineGaps(a?[]:this.lineGaps,e)),h|=this.computeVisibleRanges(),this.mustEnforceCursorAssoc&&(this.mustEnforceCursorAssoc=!1,e.docView.enforceCursorAssoc()),h}get visibleTop(){return this.scaler.fromDOM(this.pixelViewport.top)}get visibleBottom(){return this.scaler.fromDOM(this.pixelViewport.bottom)}getViewport(e,t){let r=.5-Math.max(-.5,Math.min(.5,e/1e3/2)),i=this.heightMap,s=this.heightOracle,{visibleTop:a,visibleBottom:c}=this,u=new n1(i.lineAt(a-r*1e3,sn.ByHeight,s,0,0).from,i.lineAt(c+(1-r)*1e3,sn.ByHeight,s,0,0).to);if(t){let{head:h}=t.range;if(h<u.from||h>u.to){let m=Math.min(this.editorHeight,this.pixelViewport.bottom-this.pixelViewport.top),O=i.lineAt(h,sn.ByPos,s,0,0),x;t.y=="center"?x=(O.top+O.bottom)/2-m/2:t.y=="start"||t.y=="nearest"&&h<u.from?x=O.top:x=O.bottom-m,u=new n1(i.lineAt(x-1e3/2,sn.ByHeight,s,0,0).from,i.lineAt(x+m+1e3/2,sn.ByHeight,s,0,0).to)}}return u}mapViewport(e,t){let r=t.mapPos(e.from,-1),i=t.mapPos(e.to,1);return new n1(this.heightMap.lineAt(r,sn.ByPos,this.heightOracle,0,0).from,this.heightMap.lineAt(i,sn.ByPos,this.heightOracle,0,0).to)}viewportIsAppropriate({from:e,to:t},r=0){if(!this.inView)return!0;let{top:i}=this.heightMap.lineAt(e,sn.ByPos,this.heightOracle,0,0),{bottom:s}=this.heightMap.lineAt(t,sn.ByPos,this.heightOracle,0,0),{visibleTop:a,visibleBottom:c}=this;return(e==0||i<=a-Math.max(10,Math.min(-r,250)))&&(t==this.state.doc.length||s>=c+Math.max(10,Math.min(r,250)))&&i>a-2*1e3&&s<c+2*1e3}mapLineGaps(e,t){if(!e.length||t.empty)return e;let r=[];for(let i of e)t.touchesRange(i.from,i.to)||r.push(new vp(t.mapPos(i.from),t.mapPos(i.to),i.size,i.displaySize));return r}ensureLineGaps(e,t){let r=this.heightOracle.lineWrapping,i=r?1e4:2e3,s=i>>1,a=i<<1;if(this.defaultTextDirection!=kn.LTR&&!r)return[];let c=[],u=(m,O,x,v)=>{if(O-m<s)return;let w=this.state.selection.main,k=[w.from];w.empty||k.push(w.to);for(let M of k)if(M>m&&M<O){u(m,M-10,x,v),u(M+10,O,x,v);return}let $=vC(e,M=>M.from>=x.from&&M.to<=x.to&&Math.abs(M.from-m)<s&&Math.abs(M.to-O)<s&&!k.some(N=>M.from<N&&M.to>N));if(!$){if(O<x.to&&t&&r&&t.visibleRanges.some(A=>A.from<=O&&A.to>=O)){let A=t.moveToLineBoundary(de.cursor(O),!1,!0).head;A>m&&(O=A)}let M=this.gapSize(x,m,O,v),N=r||M<2e6?M:2e6;$=new vp(m,O,M,N)}c.push($)},h=m=>{if(m.length<a||m.type!=Yr.Text)return;let O=yC(m.from,m.to,this.stateDeco);if(O.total<a)return;let x=this.scrollTarget?this.scrollTarget.range.head:null,v,w;if(r){let k=i/this.heightOracle.lineLength*this.heightOracle.lineHeight,$,M;if(x!=null){let N=i1(O,x),A=((this.visibleBottom-this.visibleTop)/2+k)/m.height;$=N-A,M=N+A}else $=(this.visibleTop-m.top-k)/m.height,M=(this.visibleBottom-m.top+k)/m.height;v=r1(O,$),w=r1(O,M)}else{let k=O.total*this.heightOracle.charWidth,$=i*this.heightOracle.charWidth,M=0;if(k>2e6)for(let R of e)R.from>=m.from&&R.from<m.to&&R.size!=R.displaySize&&R.from*this.heightOracle.charWidth+M<this.pixelViewport.left&&(M=R.size-R.displaySize);let N=this.pixelViewport.left+M,A=this.pixelViewport.right+M,j,T;if(x!=null){let R=i1(O,x),Q=((A-N)/2+$)/k;j=R-Q,T=R+Q}else j=(N-$)/k,T=(A+$)/k;v=r1(O,j),w=r1(O,T)}v>m.from&&u(m.from,v,m,O),w<m.to&&u(w,m.to,m,O)};for(let m of this.viewportLines)Array.isArray(m.type)?m.type.forEach(h):h(m);return c}gapSize(e,t,r,i){let s=i1(i,r)-i1(i,t);return this.heightOracle.lineWrapping?e.height*s:i.total*this.heightOracle.charWidth*s}updateLineGaps(e){vp.same(e,this.lineGaps)||(this.lineGaps=e,this.lineGapDeco=pt.set(e.map(t=>t.draw(this,this.heightOracle.lineWrapping))))}computeVisibleRanges(e){let t=this.stateDeco;this.lineGaps.length&&(t=t.concat(this.lineGapDeco));let r=[];Ct.spans(t,this.viewport.from,this.viewport.to,{span(s,a){r.push({from:s,to:a})},point(){}},20);let i=0;if(r.length!=this.visibleRanges.length)i=12;else for(let s=0;s<r.length&&!(i&8);s++){let a=this.visibleRanges[s],c=r[s];(a.from!=c.from||a.to!=c.to)&&(i|=4,e&&e.mapPos(a.from,-1)==c.from&&e.mapPos(a.to,1)==c.to||(i|=8))}return this.visibleRanges=r,i}lineBlockAt(e){return e>=this.viewport.from&&e<=this.viewport.to&&this.viewportLines.find(t=>t.from<=e&&t.to>=e)||Yc(this.heightMap.lineAt(e,sn.ByPos,this.heightOracle,0,0),this.scaler)}lineBlockAtHeight(e){return e>=this.viewportLines[0].top&&e<=this.viewportLines[this.viewportLines.length-1].bottom&&this.viewportLines.find(t=>t.top<=e&&t.bottom>=e)||Yc(this.heightMap.lineAt(this.scaler.fromDOM(e),sn.ByHeight,this.heightOracle,0,0),this.scaler)}getScrollOffset(){return(this.scrollParent==this.view.scrollDOM?this.scrollParent.scrollTop:(this.scrollParent?this.scrollParent.getBoundingClientRect().top:0)-this.view.contentDOM.getBoundingClientRect().top)*this.scaleY}scrollAnchorAt(e){let t=this.lineBlockAtHeight(e+8);return t.from>=this.viewport.from||this.viewportLines[0].top-e>200?t:this.viewportLines[0]}elementAtHeight(e){return Yc(this.heightMap.blockAt(this.scaler.fromDOM(e),this.heightOracle,0,0),this.scaler)}get docHeight(){return this.scaler.toDOM(this.heightMap.height)}get contentHeight(){return this.docHeight+this.paddingTop+this.paddingBottom}}class n1{constructor(e,t){this.from=e,this.to=t}}function yC(n,e,t){let r=[],i=n,s=0;return Ct.spans(t,n,e,{span(){},point(a,c){a>i&&(r.push({from:i,to:a}),s+=a-i),i=c}},20),i<e&&(r.push({from:i,to:e}),s+=e-i),{total:s,ranges:r}}function r1({total:n,ranges:e},t){if(t<=0)return e[0].from;if(t>=1)return e[e.length-1].to;let r=Math.floor(n*t);for(let i=0;;i++){let{from:s,to:a}=e[i],c=a-s;if(r<=c)return s+r;r-=c}}function i1(n,e){let t=0;for(let{from:r,to:i}of n.ranges){if(e<=i){t+=e-r;break}t+=i-r}return t/n.total}function vC(n,e){for(let t of n)if(e(t))return t}const A6={toDOM(n){return n},fromDOM(n){return n},scale:1,eq(n){return n==this}};function $6(n){let e=n.facet(_d).filter(r=>typeof r!="function"),t=n.facet(dg).filter(r=>typeof r!="function");return t.length&&e.push(Ct.join(t)),e}class pg{constructor(e,t,r){let i=0,s=0,a=0;this.viewports=r.map(({from:c,to:u})=>{let h=t.lineAt(c,sn.ByPos,e,0,0).top,m=t.lineAt(u,sn.ByPos,e,0,0).bottom;return i+=m-h,{from:c,to:u,top:h,bottom:m,domTop:0,domBottom:0}}),this.scale=(7e6-i)/(t.height-i);for(let c of this.viewports)c.domTop=a+(c.top-s)*this.scale,a=c.domBottom=c.domTop+(c.bottom-c.top),s=c.bottom}toDOM(e){for(let t=0,r=0,i=0;;t++){let s=t<this.viewports.length?this.viewports[t]:null;if(!s||e<s.top)return i+(e-r)*this.scale;if(e<=s.bottom)return s.domTop+(e-s.top);r=s.bottom,i=s.domBottom}}fromDOM(e){for(let t=0,r=0,i=0;;t++){let s=t<this.viewports.length?this.viewports[t]:null;if(!s||e<s.domTop)return r+(e-i)/this.scale;if(e<=s.domBottom)return s.top+(e-s.domTop);r=s.bottom,i=s.domBottom}}eq(e){return e instanceof pg?this.scale==e.scale&&this.viewports.length==e.viewports.length&&this.viewports.every((t,r)=>t.from==e.viewports[r].from&&t.to==e.viewports[r].to):!1}}function Yc(n,e){if(e.scale==1)return n;let t=e.toDOM(n.top),r=e.toDOM(n.bottom);return new Ri(n.from,n.length,t,r-t,Array.isArray(n._content)?n._content.map(i=>Yc(i,e)):n._content)}const s1=Ye.define({combine:n=>n.join(" ")}),i2=Ye.define({combine:n=>n.indexOf(!0)>-1}),s2=Ro.newName(),zv=Ro.newName(),Hv=Ro.newName(),Wv={"&light":"."+zv,"&dark":"."+Hv};function o2(n,e,t){return new Ro(e,{finish(r){return/&/.test(r)?r.replace(/&\w*/,i=>{if(i=="&")return n;if(!t||!t[i])throw new RangeError(`Unsupported selector: ${i}`);return t[i]}):n+" "+r}})}const bC=o2("."+s2,{"&":{position:"relative !important",boxSizing:"border-box","&.cm-focused":{outline:"1px dotted #212121"},display:"flex !important",flexDirection:"column"},".cm-scroller":{display:"flex !important",alignItems:"flex-start !important",fontFamily:"monospace",lineHeight:1.4,height:"100%",overflowX:"auto",position:"relative",zIndex:0,overflowAnchor:"none"},".cm-content":{margin:0,flexGrow:2,flexShrink:0,display:"block",whiteSpace:"pre",wordWrap:"normal",boxSizing:"border-box",minHeight:"100%",padding:"4px 0",outline:"none","&[contenteditable=true]":{WebkitUserModify:"read-write-plaintext-only"}},".cm-lineWrapping":{whiteSpace_fallback:"pre-wrap",whiteSpace:"break-spaces",wordBreak:"break-word",overflowWrap:"anywhere",flexShrink:1},"&light .cm-content":{caretColor:"black"},"&dark .cm-content":{caretColor:"white"},".cm-line":{display:"block",padding:"0 2px 0 6px"},".cm-layer":{position:"absolute",left:0,top:0,contain:"size style","& > *":{position:"absolute"}},"&light .cm-selectionBackground":{background:"#d9d9d9"},"&dark .cm-selectionBackground":{background:"#222"},"&light.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#d7d4f0"},"&dark.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground":{background:"#233"},".cm-cursorLayer":{pointerEvents:"none"},"&.cm-focused > .cm-scroller > .cm-cursorLayer":{animation:"steps(1) cm-blink 1.2s infinite"},"@keyframes cm-blink":{"0%":{},"50%":{opacity:0},"100%":{}},"@keyframes cm-blink2":{"0%":{},"50%":{opacity:0},"100%":{}},".cm-cursor, .cm-dropCursor":{borderLeft:"1.2px solid black",marginLeft:"-0.6px",pointerEvents:"none"},".cm-cursor":{display:"none"},"&dark .cm-cursor":{borderLeftColor:"#ddd"},".cm-selectionHandle":{backgroundColor:"currentColor",width:"1.5px"},".cm-selectionHandle-start::before, .cm-selectionHandle-end::before":{content:'""',backgroundColor:"inherit",borderRadius:"50%",width:"8px",height:"8px",position:"absolute",left:"-3.25px"},".cm-selectionHandle-start::before":{top:"-8px"},".cm-selectionHandle-end::before":{bottom:"-8px"},".cm-dropCursor":{position:"absolute"},"&.cm-focused > .cm-scroller > .cm-cursorLayer .cm-cursor":{display:"block"},".cm-iso":{unicodeBidi:"isolate"},".cm-announced":{position:"fixed",top:"-10000px"},"@media print":{".cm-announced":{display:"none"}},"&light .cm-activeLine":{backgroundColor:"#cceeff44"},"&dark .cm-activeLine":{backgroundColor:"#99eeff33"},"&light .cm-specialChar":{color:"red"},"&dark .cm-specialChar":{color:"#f78"},".cm-gutters":{flexShrink:0,display:"flex",height:"100%",boxSizing:"border-box",zIndex:200},".cm-gutters-before":{insetInlineStart:0},".cm-gutters-after":{insetInlineEnd:0},"&light .cm-gutters":{backgroundColor:"#f5f5f5",color:"#6c6c6c",border:"0px solid #ddd","&.cm-gutters-before":{borderRightWidth:"1px"},"&.cm-gutters-after":{borderLeftWidth:"1px"}},"&dark .cm-gutters":{backgroundColor:"#333338",color:"#ccc"},".cm-gutter":{display:"flex !important",flexDirection:"column",flexShrink:0,boxSizing:"border-box",minHeight:"100%",overflow:"hidden"},".cm-gutterElement":{boxSizing:"border-box"},".cm-lineNumbers .cm-gutterElement":{padding:"0 3px 0 5px",minWidth:"20px",textAlign:"right",whiteSpace:"nowrap"},"&light .cm-activeLineGutter":{backgroundColor:"#e2f2ff"},"&dark .cm-activeLineGutter":{backgroundColor:"#222227"},".cm-panels":{boxSizing:"border-box",position:"sticky",left:0,right:0,zIndex:300},"&light .cm-panels":{backgroundColor:"#f5f5f5",color:"black"},"&light .cm-panels-top":{borderBottom:"1px solid #ddd"},"&light .cm-panels-bottom":{borderTop:"1px solid #ddd"},"&dark .cm-panels":{backgroundColor:"#333338",color:"white"},".cm-dialog":{padding:"2px 19px 4px 6px",position:"relative","& label":{fontSize:"80%"}},".cm-dialog-close":{position:"absolute",top:"3px",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",fontSize:"14px",padding:"0"},".cm-tab":{display:"inline-block",overflow:"hidden",verticalAlign:"bottom"},".cm-widgetBuffer":{verticalAlign:"text-top",height:"1em",width:0,display:"inline"},".cm-placeholder":{color:"#888",display:"inline-block",verticalAlign:"top",userSelect:"none"},".cm-highlightSpace":{backgroundImage:"radial-gradient(circle at 50% 55%, #aaa 20%, transparent 5%)",backgroundPosition:"center"},".cm-highlightTab":{backgroundImage:`url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="20"><path stroke="%23888" stroke-width="1" fill="none" d="M1 10H196L190 5M190 15L196 10M197 4L197 16"/></svg>')`,backgroundSize:"auto 100%",backgroundPosition:"right 90%",backgroundRepeat:"no-repeat"},".cm-trailingSpace":{backgroundColor:"#ff332255"},".cm-button":{verticalAlign:"middle",color:"inherit",fontSize:"70%",padding:".2em 1em",borderRadius:"1px"},"&light .cm-button":{backgroundImage:"linear-gradient(#eff1f5, #d9d9df)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#b4b4b4, #d0d3d6)"}},"&dark .cm-button":{backgroundImage:"linear-gradient(#393939, #111)",border:"1px solid #888","&:active":{backgroundImage:"linear-gradient(#111, #333)"}},".cm-textfield":{verticalAlign:"middle",color:"inherit",fontSize:"70%",border:"1px solid silver",padding:".2em .5em"},"&light .cm-textfield":{backgroundColor:"white"},"&dark .cm-textfield":{border:"1px solid #555",backgroundColor:"inherit"}},Wv),wC={childList:!0,characterData:!0,subtree:!0,attributes:!0,characterDataOldValue:!0},bp=Xe.ie&&Xe.ie_version<=11;class SC{constructor(e){this.view=e,this.active=!1,this.editContext=null,this.selectionRange=new GA,this.selectionChanged=!1,this.delayedFlush=-1,this.resizeTimeout=-1,this.queue=[],this.delayedAndroidKey=null,this.flushingAndroidKey=-1,this.lastChange=0,this.scrollTargets=[],this.intersection=null,this.resizeScroll=null,this.intersecting=!1,this.gapIntersection=null,this.gaps=[],this.printQuery=null,this.parentCheck=-1,this.dom=e.contentDOM,this.observer=new MutationObserver(t=>{for(let r of t)this.queue.push(r);(Xe.ie&&Xe.ie_version<=11||Xe.ios&&e.composing)&&t.some(r=>r.type=="childList"&&r.removedNodes.length||r.type=="characterData"&&r.oldValue.length>r.target.nodeValue.length)?this.flushSoon():this.flush()}),window.EditContext&&Xe.android&&e.constructor.EDIT_CONTEXT!==!1&&!(Xe.chrome&&Xe.chrome_version<126)&&(this.editContext=new PC(e),e.state.facet(Is)&&(e.contentDOM.editContext=this.editContext.editContext)),bp&&(this.onCharData=t=>{this.queue.push({target:t.target,type:"characterData",oldValue:t.prevValue}),this.flushSoon()}),this.onSelectionChange=this.onSelectionChange.bind(this),this.onResize=this.onResize.bind(this),this.onPrint=this.onPrint.bind(this),this.onScroll=this.onScroll.bind(this),window.matchMedia&&(this.printQuery=window.matchMedia("print")),typeof ResizeObserver=="function"&&(this.resizeScroll=new ResizeObserver(()=>{var t;((t=this.view.docView)===null||t===void 0?void 0:t.lastUpdate)<Date.now()-75&&this.onResize()}),this.resizeScroll.observe(e.scrollDOM)),this.addWindowListeners(this.win=e.win),this.start(),typeof IntersectionObserver=="function"&&(this.intersection=new IntersectionObserver(t=>{this.parentCheck<0&&(this.parentCheck=setTimeout(this.listenForScroll.bind(this),1e3)),t.length>0&&t[t.length-1].intersectionRatio>0!=this.intersecting&&(this.intersecting=!this.intersecting,this.intersecting!=this.view.inView&&this.onScrollChanged(document.createEvent("Event")))},{threshold:[0,.001]}),this.intersection.observe(this.dom),this.gapIntersection=new IntersectionObserver(t=>{t.length>0&&t[t.length-1].intersectionRatio>0&&this.onScrollChanged(document.createEvent("Event"))},{})),this.listenForScroll(),this.readSelectionRange()}onScrollChanged(e){this.view.inputState.runHandlers("scroll",e),this.intersecting&&this.view.measure()}onScroll(e){this.intersecting&&this.flush(!1),this.editContext&&this.view.requestMeasure(this.editContext.measureReq),this.onScrollChanged(e)}onResize(){this.resizeTimeout<0&&(this.resizeTimeout=setTimeout(()=>{this.resizeTimeout=-1,this.view.requestMeasure()},50))}onPrint(e){(e.type=="change"||!e.type)&&!e.matches||(this.view.viewState.printing=!0,this.view.measure(),setTimeout(()=>{this.view.viewState.printing=!1,this.view.requestMeasure()},500))}updateGaps(e){if(this.gapIntersection&&(e.length!=this.gaps.length||this.gaps.some((t,r)=>t!=e[r]))){this.gapIntersection.disconnect();for(let t of e)this.gapIntersection.observe(t);this.gaps=e}}onSelectionChange(e){let t=this.selectionChanged;if(!this.readSelectionRange()||this.delayedAndroidKey)return;let{view:r}=this,i=this.selectionRange;if(r.state.facet(Is)?r.root.activeElement!=this.dom:!ru(this.dom,i))return;let s=i.anchorNode&&r.docView.tile.nearest(i.anchorNode);if(s&&s.isWidget()&&s.widget.ignoreEvent(e)){t||(this.selectionChanged=!1);return}(Xe.ie&&Xe.ie_version<=11||Xe.android&&Xe.chrome)&&!r.state.selection.main.empty&&i.focusNode&&iu(i.focusNode,i.focusOffset,i.anchorNode,i.anchorOffset)?this.flushSoon():this.flush(!1)}readSelectionRange(){let{view:e}=this,t=xu(e.root);if(!t)return!1;let r=Xe.safari&&e.root.nodeType==11&&e.root.activeElement==this.dom&&kC(this.view,t)||t;if(!r||this.selectionRange.eq(r))return!1;let i=ru(this.dom,r);return i&&!this.selectionChanged&&e.inputState.lastFocusTime>Date.now()-200&&e.inputState.lastTouchTime<Date.now()-300&&JA(this.dom,r)?(this.view.inputState.lastFocusTime=0,e.docView.updateSelection(),!1):(this.selectionRange.setRange(r),i&&(this.selectionChanged=!0),!0)}setSelectionRange(e,t){this.selectionRange.set(e.node,e.offset,t.node,t.offset),this.selectionChanged=!1}clearSelectionRange(){this.selectionRange.set(null,0,null,0)}listenForScroll(){this.parentCheck=-1;let e=0,t=null;for(let r=this.dom;r;)if(r.nodeType==1)!t&&e<this.scrollTargets.length&&this.scrollTargets[e]==r?e++:t||(t=this.scrollTargets.slice(0,e)),t&&t.push(r),r=r.assignedSlot||r.parentNode;else if(r.nodeType==11)r=r.host;else break;if(e<this.scrollTargets.length&&!t&&(t=this.scrollTargets.slice(0,e)),t){for(let r of this.scrollTargets)r.removeEventListener("scroll",this.onScroll);for(let r of this.scrollTargets=t)r.addEventListener("scroll",this.onScroll)}}ignore(e){if(!this.active)return e();try{return this.stop(),e()}finally{this.start(),this.clear()}}start(){this.active||(this.observer.observe(this.dom,wC),bp&&this.dom.addEventListener("DOMCharacterDataModified",this.onCharData),this.active=!0)}stop(){this.active&&(this.active=!1,this.observer.disconnect(),bp&&this.dom.removeEventListener("DOMCharacterDataModified",this.onCharData))}clear(){this.processRecords(),this.queue.length=0,this.selectionChanged=!1}delayAndroidKey(e,t){var r;if(!this.delayedAndroidKey){let i=()=>{let s=this.delayedAndroidKey;s&&(this.clearDelayedAndroidKey(),this.view.inputState.lastKeyCode=s.keyCode,this.view.inputState.lastKeyTime=Date.now(),!this.flush()&&s.force&&Ml(this.dom,s.key,s.keyCode))};this.flushingAndroidKey=this.view.win.requestAnimationFrame(i)}(!this.delayedAndroidKey||e=="Enter")&&(this.delayedAndroidKey={key:e,keyCode:t,force:this.lastChange<Date.now()-50||!!(!((r=this.delayedAndroidKey)===null||r===void 0)&&r.force)})}clearDelayedAndroidKey(){this.win.cancelAnimationFrame(this.flushingAndroidKey),this.delayedAndroidKey=null,this.flushingAndroidKey=-1}flushSoon(){this.delayedFlush<0&&(this.delayedFlush=this.view.win.requestAnimationFrame(()=>{this.delayedFlush=-1,this.flush()}))}forceFlush(){this.delayedFlush>=0&&(this.view.win.cancelAnimationFrame(this.delayedFlush),this.delayedFlush=-1),this.flush()}pendingRecords(){for(let e of this.observer.takeRecords())this.queue.push(e);return this.queue}processRecords(){let e=this.pendingRecords();e.length&&(this.queue=[]);let t=-1,r=-1,i=!1;for(let s of e){let a=this.readMutation(s);a&&(a.typeOver&&(i=!0),t==-1?{from:t,to:r}=a:(t=Math.min(a.from,t),r=Math.max(a.to,r)))}return{from:t,to:r,typeOver:i}}readChange(){let{from:e,to:t,typeOver:r}=this.processRecords(),i=this.selectionChanged&&ru(this.dom,this.selectionRange);if(e<0&&!i)return null;e>-1&&(this.lastChange=Date.now()),this.view.inputState.lastFocusTime=0,this.selectionChanged=!1;let s=new X$(this.view,e,t,r);return this.view.docView.domChanged={newSel:s.newSel?s.newSel.main:null},s}flush(e=!0){if(this.delayedFlush>=0||this.delayedAndroidKey)return!1;e&&this.readSelectionRange();let t=this.readChange();if(!t)return this.view.requestMeasure(),!1;let r=this.view.state,i=jv(this.view,t);return this.view.state==r&&(t.domChanged||t.newSel&&!sd(this.view.state.selection,t.newSel.main))&&this.view.update([]),i}readMutation(e){let t=this.view.docView.tile.nearest(e.target);if(!t||t.isWidget())return null;if(t.markDirty(e.type=="attributes"),e.type=="childList"){let r=C6(t,e.previousSibling||e.target.previousSibling,-1),i=C6(t,e.nextSibling||e.target.nextSibling,1);return{from:r?t.posAfter(r):t.posAtStart,to:i?t.posBefore(i):t.posAtEnd,typeOver:!1}}else return e.type=="characterData"?{from:t.posAtStart,to:t.posAtEnd,typeOver:e.target.nodeValue==e.oldValue}:null}setWindow(e){e!=this.win&&(this.removeWindowListeners(this.win),this.win=e,this.addWindowListeners(this.win))}addWindowListeners(e){e.addEventListener("resize",this.onResize),this.printQuery?this.printQuery.addEventListener?this.printQuery.addEventListener("change",this.onPrint):this.printQuery.addListener(this.onPrint):e.addEventListener("beforeprint",this.onPrint),e.addEventListener("scroll",this.onScroll),e.document.addEventListener("selectionchange",this.onSelectionChange)}removeWindowListeners(e){e.removeEventListener("scroll",this.onScroll),e.removeEventListener("resize",this.onResize),this.printQuery?this.printQuery.removeEventListener?this.printQuery.removeEventListener("change",this.onPrint):this.printQuery.removeListener(this.onPrint):e.removeEventListener("beforeprint",this.onPrint),e.document.removeEventListener("selectionchange",this.onSelectionChange)}update(e){this.editContext&&(this.editContext.update(e),e.startState.facet(Is)!=e.state.facet(Is)&&(e.view.contentDOM.editContext=e.state.facet(Is)?this.editContext.editContext:null))}destroy(){var e,t,r;this.stop(),(e=this.intersection)===null||e===void 0||e.disconnect(),(t=this.gapIntersection)===null||t===void 0||t.disconnect(),(r=this.resizeScroll)===null||r===void 0||r.disconnect();for(let i of this.scrollTargets)i.removeEventListener("scroll",this.onScroll);this.removeWindowListeners(this.win),clearTimeout(this.parentCheck),clearTimeout(this.resizeTimeout),this.win.cancelAnimationFrame(this.delayedFlush),this.win.cancelAnimationFrame(this.flushingAndroidKey),this.editContext&&(this.view.contentDOM.editContext=null,this.editContext.destroy())}}function C6(n,e,t){for(;e;){let r=yn.get(e);if(r&&r.parent==n)return r;let i=e.parentNode;e=i!=n.dom?i:t>0?e.nextSibling:e.previousSibling}return null}function E6(n,e){let t=e.startContainer,r=e.startOffset,i=e.endContainer,s=e.endOffset,a=n.docView.domAtPos(n.state.selection.main.anchor,1);return iu(a.node,a.offset,i,s)&&([t,r,i,s]=[i,s,t,r]),{anchorNode:t,anchorOffset:r,focusNode:i,focusOffset:s}}function kC(n,e){if(e.getComposedRanges){let i=e.getComposedRanges(n.root)[0];if(i)return E6(n,i)}let t=null;function r(i){i.preventDefault(),i.stopImmediatePropagation(),t=i.getTargetRanges()[0]}return n.contentDOM.addEventListener("beforeinput",r,!0),n.dom.ownerDocument.execCommand("indent"),n.contentDOM.removeEventListener("beforeinput",r,!0),t?E6(n,t):null}class PC{constructor(e){this.from=0,this.to=0,this.pendingContextChange=null,this.handlers=Object.create(null),this.composing=null,this.resetRange(e.state);let t=this.editContext=new window.EditContext({text:e.state.doc.sliceString(this.from,this.to),selectionStart:this.toContextPos(Math.max(this.from,Math.min(this.to,e.state.selection.main.anchor))),selectionEnd:this.toContextPos(e.state.selection.main.head)});this.handlers.textupdate=r=>{let i=e.state.selection.main,{anchor:s,head:a}=i,c=this.toEditorPos(r.updateRangeStart),u=this.toEditorPos(r.updateRangeEnd);e.inputState.composing>=0&&!this.composing&&(this.composing={contextBase:r.updateRangeStart,editorBase:c,drifted:!1});let h=u-c>r.text.length;c==this.from&&s<this.from?c=s:u==this.to&&s>this.to&&(u=s);let m=Zv(e.state.sliceDoc(c,u),r.text,(h?i.from:i.to)-c,h?"end":null);if(!m){let x=de.single(this.toEditorPos(r.selectionStart),this.toEditorPos(r.selectionEnd));sd(x,i)||e.dispatch({selection:x,userEvent:"select"});return}let O={from:m.from+c,to:m.toA+c,insert:Rt.of(r.text.slice(m.from,m.toB).split(`
63
- `))};if((Xe.mac||Xe.android)&&O.from==a-1&&/^\. ?$/.test(r.text)&&e.contentDOM.getAttribute("autocorrect")=="off"&&(O={from:c,to:u,insert:Rt.of([r.text.replace("."," ")])}),this.pendingContextChange=O,!e.state.readOnly){let x=this.to-this.from+(O.to-O.from+O.insert.length);fg(e,O,de.single(this.toEditorPos(r.selectionStart,x),this.toEditorPos(r.selectionEnd,x)))}this.pendingContextChange&&(this.revertPending(e.state),this.setSelection(e.state)),O.from<O.to&&!O.insert.length&&e.inputState.composing>=0&&!/[\\p{Alphabetic}\\p{Number}_]/.test(t.text.slice(Math.max(0,r.updateRangeStart-1),Math.min(t.text.length,r.updateRangeStart+1)))&&this.handlers.compositionend(r)},this.handlers.characterboundsupdate=r=>{let i=[],s=null;for(let a=this.toEditorPos(r.rangeStart),c=this.toEditorPos(r.rangeEnd);a<c;a++){let u=e.coordsForChar(a);s=u&&new DOMRect(u.left,u.top,u.right-u.left,u.bottom-u.top)||s||new DOMRect,i.push(s)}t.updateCharacterBounds(r.rangeStart,i)},this.handlers.textformatupdate=r=>{let i=[];for(let s of r.getTextFormats()){let a=s.underlineStyle,c=s.underlineThickness;if(!/none/i.test(a)&&!/none/i.test(c)){let u=this.toEditorPos(s.rangeStart),h=this.toEditorPos(s.rangeEnd);if(u<h){let m=`text-decoration: underline ${/^[a-z]/.test(a)?a+" ":a=="Dashed"?"dashed ":a=="Squiggle"?"wavy ":""}${/thin/i.test(c)?1:2}px`;i.push(pt.mark({attributes:{style:m}}).range(u,h))}}}e.dispatch({effects:Sv.of(pt.set(i))})},this.handlers.compositionstart=()=>{e.inputState.composing<0&&(e.inputState.composing=0,e.inputState.compositionFirstChange=!0)},this.handlers.compositionend=()=>{if(e.inputState.composing=-1,e.inputState.compositionFirstChange=null,this.composing){let{drifted:r}=this.composing;this.composing=null,r&&this.reset(e.state)}};for(let r in this.handlers)t.addEventListener(r,this.handlers[r]);this.measureReq={read:r=>{this.editContext.updateControlBounds(r.contentDOM.getBoundingClientRect());let i=xu(r.root);i&&i.rangeCount&&this.editContext.updateSelectionBounds(i.getRangeAt(0).getBoundingClientRect())}}}applyEdits(e){let t=0,r=!1,i=this.pendingContextChange;return e.changes.iterChanges((s,a,c,u,h)=>{if(r)return;let m=h.length-(a-s);if(i&&a>=i.to)if(i.from==s&&i.to==a&&i.insert.eq(h)){i=this.pendingContextChange=null,t+=m,this.to+=m;return}else i=null,this.revertPending(e.state);if(s+=t,a+=t,a<=this.from)this.from+=m,this.to+=m;else if(s<this.to){if(s<this.from||a>this.to||this.to-this.from+h.length>3e4){r=!0;return}this.editContext.updateText(this.toContextPos(s),this.toContextPos(a),h.toString()),this.to+=m}t+=m}),i&&!r&&this.revertPending(e.state),!r}update(e){let t=this.pendingContextChange,r=e.startState.selection.main;this.composing&&(this.composing.drifted||!e.changes.touchesRange(r.from,r.to)&&e.transactions.some(i=>!i.isUserEvent("input.type")&&i.changes.touchesRange(this.from,this.to)))?(this.composing.drifted=!0,this.composing.editorBase=e.changes.mapPos(this.composing.editorBase)):!this.applyEdits(e)||!this.rangeIsValid(e.state)?(this.pendingContextChange=null,this.reset(e.state)):(e.docChanged||e.selectionSet||t)&&this.setSelection(e.state),(e.geometryChanged||e.docChanged||e.selectionSet)&&e.view.requestMeasure(this.measureReq)}resetRange(e){let{head:t}=e.selection.main;this.from=Math.max(0,t-1e4),this.to=Math.min(e.doc.length,t+1e4)}reset(e){this.resetRange(e),this.editContext.updateText(0,this.editContext.text.length,e.doc.sliceString(this.from,this.to)),this.setSelection(e)}revertPending(e){let t=this.pendingContextChange;this.pendingContextChange=null,this.editContext.updateText(this.toContextPos(t.from),this.toContextPos(t.from+t.insert.length),e.doc.sliceString(t.from,t.to))}setSelection(e){let{main:t}=e.selection,r=this.toContextPos(Math.max(this.from,Math.min(this.to,t.anchor))),i=this.toContextPos(t.head);(this.editContext.selectionStart!=r||this.editContext.selectionEnd!=i)&&this.editContext.updateSelection(r,i)}rangeIsValid(e){let{head:t}=e.selection.main;return!(this.from>0&&t-this.from<500||this.to<e.doc.length&&this.to-t<500||this.to-this.from>1e4*3)}toEditorPos(e,t=this.to-this.from){e=Math.min(e,t);let r=this.composing;return r&&r.drifted?r.editorBase+(e-r.contextBase):e+this.from}toContextPos(e){let t=this.composing;return t&&t.drifted?t.contextBase+(e-t.editorBase):e-this.from}destroy(){for(let e in this.handlers)this.editContext.removeEventListener(e,this.handlers[e])}}class Be{get state(){return this.viewState.state}get viewport(){return this.viewState.viewport}get visibleRanges(){return this.viewState.visibleRanges}get inView(){return this.viewState.inView}get composing(){return!!this.inputState&&this.inputState.composing>0}get compositionStarted(){return!!this.inputState&&this.inputState.composing>=0}get root(){return this._root}get win(){return this.dom.ownerDocument.defaultView||window}constructor(e={}){var t;this.plugins=[],this.pluginMap=new Map,this.editorAttrs={},this.contentAttrs={},this.bidiCache=[],this.destroyed=!1,this.updateState=2,this.measureScheduled=-1,this.measureRequests=[],this.contentDOM=document.createElement("div"),this.scrollDOM=document.createElement("div"),this.scrollDOM.tabIndex=-1,this.scrollDOM.className="cm-scroller",this.scrollDOM.appendChild(this.contentDOM),this.announceDOM=document.createElement("div"),this.announceDOM.className="cm-announced",this.announceDOM.setAttribute("aria-live","polite"),this.dom=document.createElement("div"),this.dom.appendChild(this.announceDOM),this.dom.appendChild(this.scrollDOM),e.parent&&e.parent.appendChild(this.dom);let{dispatch:r}=e;this.dispatchTransactions=e.dispatchTransactions||r&&(i=>i.forEach(s=>r(s,this)))||(i=>this.update(i)),this.dispatch=this.dispatch.bind(this),this._root=e.root||KA(e.parent)||document,this.viewState=new P6(this,e.state||Dt.create(e)),e.scrollTo&&e.scrollTo.is(J0)&&(this.viewState.scrollTarget=e.scrollTo.value.clip(this.viewState.state)),this.plugins=this.state.facet(vl).map(i=>new mp(i));for(let i of this.plugins)i.update(this);this.observer=new SC(this),this.inputState=new W$(this),this.inputState.ensureHandlers(this.plugins),this.docView=new f6(this),this.mountStyles(),this.updateAttrs(),this.updateState=0,this.requestMeasure(),!((t=document.fonts)===null||t===void 0)&&t.ready&&document.fonts.ready.then(()=>{this.viewState.mustMeasureContent="refresh",this.requestMeasure()})}dispatch(...e){let t=e.length==1&&e[0]instanceof Qn?e:e.length==1&&Array.isArray(e[0])?e[0]:[this.state.update(...e)];this.dispatchTransactions(t,this)}update(e){if(this.updateState!=0)throw new Error("Calls to EditorView.update are not allowed while an update is in progress");let t=!1,r=!1,i,s=this.state;for(let x of e){if(x.startState!=s)throw new RangeError("Trying to update state with a transaction that doesn't start from the previous state.");s=x.state}if(this.destroyed){this.viewState.state=s;return}let a=this.hasFocus,c=0,u=null;e.some(x=>x.annotation(Iv))?(this.inputState.notifiedFocused=a,c=1):a!=this.inputState.notifiedFocused&&(this.inputState.notifiedFocused=a,u=Dv(s,a),u||(c=1));let h=this.observer.delayedAndroidKey,m=null;if(h?(this.observer.clearDelayedAndroidKey(),m=this.observer.readChange(),(m&&!this.state.doc.eq(s.doc)||!this.state.selection.eq(s.selection))&&(m=null)):this.observer.clear(),s.facet(Dt.phrases)!=this.state.facet(Dt.phrases))return this.setState(s);i=nd.create(this,s,e),i.flags|=c;let O=this.viewState.scrollTarget;try{this.updateState=2;for(let x of e){if(O&&(O=O.map(x.changes)),x.scrollIntoView){let{main:v}=x.state.selection;O=new Ql(v.empty?v:de.cursor(v.head,v.head>v.anchor?-1:1))}for(let v of x.effects)v.is(J0)&&(O=v.value.clip(this.state))}this.viewState.update(i,O),this.bidiCache=ad.update(this.bidiCache,i.changes),i.empty||(this.updatePlugins(i),this.inputState.update(i)),t=this.docView.update(i),this.state.facet(Bc)!=this.styleModules&&this.mountStyles(),r=this.updateAttrs(),this.showAnnouncements(e),this.docView.updateSelection(t,e.some(x=>x.isUserEvent("select.pointer")))}finally{this.updateState=0}if(i.startState.facet(s1)!=i.state.facet(s1)&&(this.viewState.mustMeasureContent=!0),(t||r||O||this.viewState.mustEnforceCursorAssoc||this.viewState.mustMeasureContent)&&this.requestMeasure(),t&&this.docViewUpdate(),!i.empty)for(let x of this.state.facet(e2))try{x(i)}catch(v){cs(this.state,v,"update listener")}(u||m)&&Promise.resolve().then(()=>{u&&this.state==u.startState&&this.dispatch(u),m&&!jv(this,m)&&h.force&&Ml(this.contentDOM,h.key,h.keyCode)})}setState(e){if(this.updateState!=0)throw new Error("Calls to EditorView.setState are not allowed while an update is in progress");if(this.destroyed){this.viewState.state=e;return}this.updateState=2;let t=this.hasFocus;try{for(let r of this.plugins)r.destroy(this);this.viewState=new P6(this,e),this.plugins=e.facet(vl).map(r=>new mp(r)),this.pluginMap.clear();for(let r of this.plugins)r.update(this);this.docView.destroy(),this.docView=new f6(this),this.inputState.ensureHandlers(this.plugins),this.mountStyles(),this.updateAttrs(),this.bidiCache=[]}finally{this.updateState=0}t&&this.focus(),this.requestMeasure()}updatePlugins(e){let t=e.startState.facet(vl),r=e.state.facet(vl);if(t!=r){let i=[];for(let s of r){let a=t.indexOf(s);if(a<0)i.push(new mp(s));else{let c=this.plugins[a];c.mustUpdate=e,i.push(c)}}for(let s of this.plugins)s.mustUpdate!=e&&s.destroy(this);this.plugins=i,this.pluginMap.clear()}else for(let i of this.plugins)i.mustUpdate=e;for(let i=0;i<this.plugins.length;i++)this.plugins[i].update(this);t!=r&&this.inputState.ensureHandlers(this.plugins)}docViewUpdate(){for(let e of this.plugins){let t=e.value;if(t&&t.docViewUpdate)try{t.docViewUpdate(this)}catch(r){cs(this.state,r,"doc view update listener")}}}measure(e=!0){if(this.destroyed)return;if(this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.observer.delayedAndroidKey){this.measureScheduled=-1,this.requestMeasure();return}this.measureScheduled=0,e&&this.observer.forceFlush();let t=null,r=this.viewState.scrollParent,i=this.viewState.getScrollOffset(),{scrollAnchorPos:s,scrollAnchorHeight:a}=this.viewState;Math.abs(i-this.viewState.scrollOffset)>1&&(a=-1),this.viewState.scrollAnchorHeight=-1;try{for(let c=0;;c++){if(a<0)if(av(r||this.win))s=-1,a=this.viewState.heightMap.height;else{let v=this.viewState.scrollAnchorAt(i);s=v.from,a=v.top}this.updateState=1;let u=this.viewState.measure();if(!u&&!this.measureRequests.length&&this.viewState.scrollTarget==null)break;if(c>5){console.warn(this.measureRequests.length?"Measure loop restarted more than 5 times":"Viewport failed to stabilize");break}let h=[];u&4||([this.measureRequests,h]=[h,this.measureRequests]);let m=h.map(v=>{try{return v.read(this)}catch(w){return cs(this.state,w),T6}}),O=nd.create(this,this.state,[]),x=!1;O.flags|=u,t?t.flags|=u:t=O,this.updateState=2,O.empty||(this.updatePlugins(O),this.inputState.update(O),this.updateAttrs(),x=this.docView.update(O),x&&this.docViewUpdate());for(let v=0;v<h.length;v++)if(m[v]!=T6)try{let w=h[v];w.write&&w.write(m[v],this)}catch(w){cs(this.state,w)}if(x&&this.docView.updateSelection(!0),!O.viewportChanged&&this.measureRequests.length==0){if(this.viewState.editorHeight)if(this.viewState.scrollTarget){this.docView.scrollIntoView(this.viewState.scrollTarget),this.viewState.scrollTarget=null,a=-1;continue}else{let w=((s<0?this.viewState.heightMap.height:this.viewState.lineBlockAt(s).top)-a)/this.scaleY;if((w>1||w<-1)&&(r==this.scrollDOM||this.hasFocus||Math.max(this.inputState.lastWheelEvent,this.inputState.lastTouchTime)>Date.now()-100)){i=i+w,r?r.scrollTop+=w:this.win.scrollBy(0,w),a=-1;continue}}break}}}finally{this.updateState=0,this.measureScheduled=-1}if(t&&!t.empty)for(let c of this.state.facet(e2))c(t)}get themeClasses(){return s2+" "+(this.state.facet(i2)?Hv:zv)+" "+this.state.facet(s1)}updateAttrs(){let e=M6(this,kv,{class:"cm-editor"+(this.hasFocus?" cm-focused ":" ")+this.themeClasses}),t={spellcheck:"false",autocorrect:"off",autocapitalize:"off",writingsuggestions:"false",translate:"no",contenteditable:this.state.facet(Is)?"true":"false",class:"cm-content",style:`${Xe.tabSize}: ${this.state.tabSize}`,role:"textbox","aria-multiline":"true"};this.state.readOnly&&(t["aria-readonly"]="true"),M6(this,ug,t);let r=this.observer.ignore(()=>{let i=o6(this.contentDOM,this.contentAttrs,t),s=o6(this.dom,this.editorAttrs,e);return i||s});return this.editorAttrs=e,this.contentAttrs=t,r}showAnnouncements(e){let t=!0;for(let r of e)for(let i of r.effects)if(i.is(Be.announce)){t&&(this.announceDOM.textContent=""),t=!1;let s=this.announceDOM.appendChild(document.createElement("div"));s.textContent=i.value}}mountStyles(){this.styleModules=this.state.facet(Bc);let e=this.state.facet(Be.cspNonce);Ro.mount(this.root,this.styleModules.concat(bC).reverse(),e?{nonce:e}:void 0)}readMeasured(){if(this.updateState==2)throw new Error("Reading the editor layout isn't allowed during an update");this.updateState==0&&this.measureScheduled>-1&&this.measure(!1)}requestMeasure(e){if(this.measureScheduled<0&&(this.measureScheduled=this.win.requestAnimationFrame(()=>this.measure())),e){if(this.measureRequests.indexOf(e)>-1)return;if(e.key!=null){for(let t=0;t<this.measureRequests.length;t++)if(this.measureRequests[t].key===e.key){this.measureRequests[t]=e;return}}this.measureRequests.push(e)}}plugin(e){let t=this.pluginMap.get(e);return(t===void 0||t&&t.plugin!=e)&&this.pluginMap.set(e,t=this.plugins.find(r=>r.plugin==e)||null),t&&t.update(this).value}get documentTop(){return this.contentDOM.getBoundingClientRect().top+this.viewState.paddingTop}get documentPadding(){return{top:this.viewState.paddingTop,bottom:this.viewState.paddingBottom}}get scaleX(){return this.viewState.scaleX}get scaleY(){return this.viewState.scaleY}elementAtHeight(e){return this.readMeasured(),this.viewState.elementAtHeight(e)}lineBlockAtHeight(e){return this.readMeasured(),this.viewState.lineBlockAtHeight(e)}get viewportLineBlocks(){return this.viewState.viewportLines}lineBlockAt(e){return this.viewState.lineBlockAt(e)}get contentHeight(){return this.viewState.contentHeight}moveByChar(e,t,r){return yp(this,e,h6(this,e,t,r))}moveByGroup(e,t){return yp(this,e,h6(this,e,t,r=>N$(this,e.head,r)))}visualLineSide(e,t){let r=this.bidiSpans(e),i=this.textDirectionAt(e.from),s=r[t?r.length-1:0];return de.cursor(s.side(t,i)+e.from,s.forward(!t,i)?1:-1)}moveToLineBoundary(e,t,r=!0){return R$(this,e,t,r)}moveVertically(e,t,r){return yp(this,e,L$(this,e,t,r))}domAtPos(e,t=1){return this.docView.domAtPos(e,t)}posAtDOM(e,t=0){return this.docView.posFromDOM(e,t)}posAtCoords(e,t=!0){this.readMeasured();let r=n2(this,e,t);return r&&r.pos}posAndSideAtCoords(e,t=!0){return this.readMeasured(),n2(this,e,t)}coordsAtPos(e,t=1){this.readMeasured();let r=this.docView.coordsAt(e,t);if(!r||r.left==r.right)return r;let i=this.state.doc.lineAt(e),s=this.bidiSpans(i),a=s[ls.find(s,e-i.from,-1,t)];return td(r,a.dir==kn.LTR==t>0)}coordsForChar(e){return this.readMeasured(),this.docView.coordsForChar(e)}get defaultCharacterWidth(){return this.viewState.heightOracle.charWidth}get defaultLineHeight(){return this.viewState.heightOracle.lineHeight}get textDirection(){return this.viewState.defaultTextDirection}textDirectionAt(e){return!this.state.facet(bv)||e<this.viewport.from||e>this.viewport.to?this.textDirection:(this.readMeasured(),this.docView.textDirectionAt(e))}get lineWrapping(){return this.viewState.heightOracle.lineWrapping}bidiSpans(e){if(e.length>AC)return hv(e.length);let t=this.textDirectionAt(e.from),r;for(let s of this.bidiCache)if(s.from==e.from&&s.dir==t&&(s.fresh||fv(s.isolates,r=c6(this,e))))return s.order;r||(r=c6(this,e));let i=o$(e.text,t,r);return this.bidiCache.push(new ad(e.from,e.to,t,r,!0,i)),i}get hasFocus(){var e;return(this.dom.ownerDocument.hasFocus()||Xe.safari&&((e=this.inputState)===null||e===void 0?void 0:e.lastContextMenu)>Date.now()-3e4)&&this.root.activeElement==this.contentDOM}focus(){this.observer.ignore(()=>{ov(this.contentDOM),this.docView.updateSelection()})}setRoot(e){this._root!=e&&(this._root=e,this.observer.setWindow((e.nodeType==9?e:e.ownerDocument).defaultView||window),this.mountStyles())}destroy(){this.root.activeElement==this.contentDOM&&this.contentDOM.blur();for(let e of this.plugins)e.destroy(this);this.plugins=[],this.inputState.destroy(),this.docView.destroy(),this.dom.remove(),this.observer.destroy(),this.measureScheduled>-1&&this.win.cancelAnimationFrame(this.measureScheduled),this.destroyed=!0}static scrollIntoView(e,t={}){return J0.of(new Ql(typeof e=="number"?de.cursor(e):e,t.y,t.x,t.yMargin,t.xMargin))}scrollSnapshot(){let{scrollTop:e,scrollLeft:t}=this.scrollDOM,r=this.viewState.scrollAnchorAt(e);return J0.of(new Ql(de.cursor(r.from),"start","start",r.top-e,t,!0))}setTabFocusMode(e){e==null?this.inputState.tabFocusMode=this.inputState.tabFocusMode<0?0:-1:typeof e=="boolean"?this.inputState.tabFocusMode=e?0:-1:this.inputState.tabFocusMode!=0&&(this.inputState.tabFocusMode=Date.now()+e)}static domEventHandlers(e){return qr.define(()=>({}),{eventHandlers:e})}static domEventObservers(e){return qr.define(()=>({}),{eventObservers:e})}static theme(e,t){let r=Ro.newName(),i=[s1.of(r),Bc.of(o2(`.${r}`,e))];return t&&t.dark&&i.push(i2.of(!0)),i}static baseTheme(e){return Qu.lowest(Bc.of(o2("."+s2,e,Wv)))}static findFromDOM(e){var t;let r=e.querySelector(".cm-content"),i=r&&yn.get(r)||yn.get(e);return((t=i==null?void 0:i.root)===null||t===void 0?void 0:t.view)||null}}Be.styleModule=Bc;Be.inputHandler=yv;Be.clipboardInputFilter=lg;Be.clipboardOutputFilter=cg;Be.scrollHandler=wv;Be.focusChangeEffect=vv;Be.perLineTextDirection=bv;Be.exceptionSink=xv;Be.updateListener=e2;Be.editable=Is;Be.mouseSelectionStyle=Ov;Be.dragMovesSelection=gv;Be.clickAddsSelectionRange=mv;Be.decorations=_d;Be.blockWrappers=Pv;Be.outerDecorations=dg;Be.atomicRanges=Ru;Be.bidiIsolatedRanges=Av;Be.scrollMargins=$v;Be.darkTheme=i2;Be.cspNonce=Ye.define({combine:n=>n.length?n[0]:""});Be.contentAttributes=ug;Be.editorAttributes=kv;Be.lineWrapping=Be.contentAttributes.of({class:"cm-lineWrapping"});Be.announce=Ft.define();const AC=4096,T6={};class ad{constructor(e,t,r,i,s,a){this.from=e,this.to=t,this.dir=r,this.isolates=i,this.fresh=s,this.order=a}static update(e,t){if(t.empty&&!e.some(s=>s.fresh))return e;let r=[],i=e.length?e[e.length-1].dir:kn.LTR;for(let s=Math.max(0,e.length-10);s<e.length;s++){let a=e[s];a.dir==i&&!t.touchesRange(a.from,a.to)&&r.push(new ad(t.mapPos(a.from,1),t.mapPos(a.to,-1),a.dir,a.isolates,!1,a.order))}return r}}function M6(n,e,t){for(let r=n.state.facet(e),i=r.length-1;i>=0;i--){let s=r[i],a=typeof s=="function"?s(n):s;a&&sg(a,t)}return t}const $C=Xe.mac?"mac":Xe.windows?"win":Xe.linux?"linux":"key";function CC(n,e){const t=n.split(/-(?!$)/);let r=t[t.length-1];r=="Space"&&(r=" ");let i,s,a,c;for(let u=0;u<t.length-1;++u){const h=t[u];if(/^(cmd|meta|m)$/i.test(h))c=!0;else if(/^a(lt)?$/i.test(h))i=!0;else if(/^(c|ctrl|control)$/i.test(h))s=!0;else if(/^s(hift)?$/i.test(h))a=!0;else if(/^mod$/i.test(h))e=="mac"?c=!0:s=!0;else throw new Error("Unrecognized modifier name: "+h)}return i&&(r="Alt-"+r),s&&(r="Ctrl-"+r),c&&(r="Meta-"+r),a&&(r="Shift-"+r),r}function o1(n,e,t){return e.altKey&&(n="Alt-"+n),e.ctrlKey&&(n="Ctrl-"+n),e.metaKey&&(n="Meta-"+n),t!==!1&&e.shiftKey&&(n="Shift-"+n),n}const EC=Qu.default(Be.domEventHandlers({keydown(n,e){return Yv(Bv(e.state),n,e,"editor")}})),mg=Ye.define({enables:EC}),Q6=new WeakMap;function Bv(n){let e=n.facet(mg),t=Q6.get(e);return t||Q6.set(e,t=QC(e.reduce((r,i)=>r.concat(i),[]))),t}function TC(n,e,t){return Yv(Bv(n.state),e,n,t)}let Eo=null;const MC=4e3;function QC(n,e=$C){let t=Object.create(null),r=Object.create(null),i=(a,c)=>{let u=r[a];if(u==null)r[a]=c;else if(u!=c)throw new Error("Key binding "+a+" is used both as a regular binding and as a multi-stroke prefix")},s=(a,c,u,h,m)=>{var O,x;let v=t[a]||(t[a]=Object.create(null)),w=c.split(/ (?!$)/).map(M=>CC(M,e));for(let M=1;M<w.length;M++){let N=w.slice(0,M).join(" ");i(N,!0),v[N]||(v[N]={preventDefault:!0,stopPropagation:!1,run:[A=>{let j=Eo={view:A,prefix:N,scope:a};return setTimeout(()=>{Eo==j&&(Eo=null)},MC),!0}]})}let k=w.join(" ");i(k,!1);let $=v[k]||(v[k]={preventDefault:!1,stopPropagation:!1,run:((x=(O=v._any)===null||O===void 0?void 0:O.run)===null||x===void 0?void 0:x.slice())||[]});u&&$.run.push(u),h&&($.preventDefault=!0),m&&($.stopPropagation=!0)};for(let a of n){let c=a.scope?a.scope.split(" "):["editor"];if(a.any)for(let h of c){let m=t[h]||(t[h]=Object.create(null));m._any||(m._any={preventDefault:!1,stopPropagation:!1,run:[]});let{any:O}=a;for(let x in m)m[x].run.push(v=>O(v,a2))}let u=a[e]||a.key;if(u)for(let h of c)s(h,u,a.run,a.preventDefault,a.stopPropagation),a.shift&&s(h,"Shift-"+u,a.shift,a.preventDefault,a.stopPropagation)}return t}let a2=null;function Yv(n,e,t,r){a2=e;let i=zA(e),s=Ma(i,0),a=Mu(s)==i.length&&i!=" ",c="",u=!1,h=!1,m=!1;Eo&&Eo.view==t&&Eo.scope==r&&(c=Eo.prefix+" ",Nv.indexOf(e.keyCode)<0&&(h=!0,Eo=null));let O=new Set,x=$=>{if($){for(let M of $.run)if(!O.has(M)&&(O.add(M),M(t)))return $.stopPropagation&&(m=!0),!0;$.preventDefault&&($.stopPropagation&&(m=!0),h=!0)}return!1},v=n[r],w,k;return v&&(x(v[c+o1(i,e,!a)])?u=!0:a&&(e.altKey||e.metaKey||e.ctrlKey)&&!(Xe.windows&&e.ctrlKey&&e.altKey)&&!(Xe.mac&&e.altKey&&!(e.ctrlKey||e.metaKey))&&(w=No[e.keyCode])&&w!=i?(x(v[c+o1(w,e,!0)])||e.shiftKey&&(k=gu[e.keyCode])!=i&&k!=w&&x(v[c+o1(k,e,!1)]))&&(u=!0):a&&e.shiftKey&&x(v[c+o1(i,e,!0)])&&(u=!0),!u&&x(v._any)&&(u=!0)),h&&(u=!0),u&&m&&e.stopPropagation(),a2=null,u}function jC(){return RC}const ZC=pt.line({class:"cm-activeLine"}),RC=qr.fromClass(class{constructor(n){this.decorations=this.getDeco(n)}update(n){(n.docChanged||n.selectionSet)&&(this.decorations=this.getDeco(n.view))}getDeco(n){let e=-1,t=[];for(let r of n.state.selection.ranges){let i=n.lineBlockAt(r.head);i.from>e&&(t.push(ZC.range(i.from)),e=i.from)}return pt.set(t)}},{decorations:n=>n.decorations}),j6=Ye.define({combine(n){let e,t;for(let r of n)e=e||r.topContainer,t=t||r.bottomContainer;return{topContainer:e,bottomContainer:t}}});function qv(n,e){let t=n.plugin(Uv),r=t?t.specs.indexOf(e):-1;return r>-1?t.panels[r]:null}const Uv=qr.fromClass(class{constructor(n){this.input=n.state.facet(ld),this.specs=this.input.filter(t=>t),this.panels=this.specs.map(t=>t(n));let e=n.state.facet(j6);this.top=new a1(n,!0,e.topContainer),this.bottom=new a1(n,!1,e.bottomContainer),this.top.sync(this.panels.filter(t=>t.top)),this.bottom.sync(this.panels.filter(t=>!t.top));for(let t of this.panels)t.dom.classList.add("cm-panel"),t.mount&&t.mount()}update(n){let e=n.state.facet(j6);this.top.container!=e.topContainer&&(this.top.sync([]),this.top=new a1(n.view,!0,e.topContainer)),this.bottom.container!=e.bottomContainer&&(this.bottom.sync([]),this.bottom=new a1(n.view,!1,e.bottomContainer)),this.top.syncClasses(),this.bottom.syncClasses();let t=n.state.facet(ld);if(t!=this.input){let r=t.filter(u=>u),i=[],s=[],a=[],c=[];for(let u of r){let h=this.specs.indexOf(u),m;h<0?(m=u(n.view),c.push(m)):(m=this.panels[h],m.update&&m.update(n)),i.push(m),(m.top?s:a).push(m)}this.specs=r,this.panels=i,this.top.sync(s),this.bottom.sync(a);for(let u of c)u.dom.classList.add("cm-panel"),u.mount&&u.mount()}else for(let r of this.panels)r.update&&r.update(n)}destroy(){this.top.sync([]),this.bottom.sync([])}},{provide:n=>Be.scrollMargins.of(e=>{let t=e.plugin(n);return t&&{top:t.top.scrollMargin(),bottom:t.bottom.scrollMargin()}})});class a1{constructor(e,t,r){this.view=e,this.top=t,this.container=r,this.dom=void 0,this.classes="",this.panels=[],this.syncClasses()}sync(e){for(let t of this.panels)t.destroy&&e.indexOf(t)<0&&t.destroy();this.panels=e,this.syncDOM()}syncDOM(){if(this.panels.length==0){this.dom&&(this.dom.remove(),this.dom=void 0);return}if(!this.dom){this.dom=document.createElement("div"),this.dom.className=this.top?"cm-panels cm-panels-top":"cm-panels cm-panels-bottom",this.dom.style[this.top?"top":"bottom"]="0";let t=this.container||this.view.dom;t.insertBefore(this.dom,this.top?t.firstChild:null)}let e=this.dom.firstChild;for(let t of this.panels)if(t.dom.parentNode==this.dom){for(;e!=t.dom;)e=Z6(e);e=e.nextSibling}else this.dom.insertBefore(t.dom,e);for(;e;)e=Z6(e)}scrollMargin(){return!this.dom||this.container?0:Math.max(0,this.top?this.dom.getBoundingClientRect().bottom-Math.max(0,this.view.scrollDOM.getBoundingClientRect().top):Math.min(innerHeight,this.view.scrollDOM.getBoundingClientRect().bottom)-this.dom.getBoundingClientRect().top)}syncClasses(){if(!(!this.container||this.classes==this.view.themeClasses)){for(let e of this.classes.split(" "))e&&this.container.classList.remove(e);for(let e of(this.classes=this.view.themeClasses).split(" "))e&&this.container.classList.add(e)}}}function Z6(n){let e=n.nextSibling;return n.remove(),e}const ld=Ye.define({enables:Uv});function NC(n,e){let t,r=new Promise(a=>t=a),i=a=>LC(a,e,t);n.state.field(wp,!1)?n.dispatch({effects:Gv.of(i)}):n.dispatch({effects:Ft.appendConfig.of(wp.init(()=>[i]))});let s=Kv.of(i);return{close:s,result:r.then(a=>((n.win.queueMicrotask||(u=>n.win.setTimeout(u,10)))(()=>{n.state.field(wp).indexOf(i)>-1&&n.dispatch({effects:s})}),a))}}const wp=ci.define({create(){return[]},update(n,e){for(let t of e.effects)t.is(Gv)?n=[t.value].concat(n):t.is(Kv)&&(n=n.filter(r=>r!=t.value));return n},provide:n=>ld.computeN([n],e=>e.field(n))}),Gv=Ft.define(),Kv=Ft.define();function LC(n,e,t){let r=e.content?e.content(n,()=>a(null)):null;if(!r){if(r=Yn("form"),e.input){let c=Yn("input",e.input);/^(text|password|number|email|tel|url)$/.test(c.type)&&c.classList.add("cm-textfield"),c.name||(c.name="input"),r.appendChild(Yn("label",(e.label||"")+": ",c))}else r.appendChild(document.createTextNode(e.label||""));r.appendChild(document.createTextNode(" ")),r.appendChild(Yn("button",{class:"cm-button",type:"submit"},e.submitLabel||"OK"))}let i=r.nodeName=="FORM"?[r]:r.querySelectorAll("form");for(let c=0;c<i.length;c++){let u=i[c];u.addEventListener("keydown",h=>{h.keyCode==27?(h.preventDefault(),a(null)):h.keyCode==13&&(h.preventDefault(),a(u))}),u.addEventListener("submit",h=>{h.preventDefault(),a(u)})}let s=Yn("div",r,Yn("button",{onclick:()=>a(null),"aria-label":n.state.phrase("close"),class:"cm-dialog-close",type:"button"},["×"]));e.class&&(s.className=e.class),s.classList.add("cm-dialog");function a(c){s.contains(s.ownerDocument.activeElement)&&n.focus(),t(c)}return{dom:s,top:e.top,mount:()=>{if(e.focus){let c;typeof e.focus=="string"?c=r.querySelector(e.focus):c=r.querySelector("input")||r.querySelector("button"),c&&"select"in c?c.select():c&&"focus"in c&&c.focus()}}}}class Ws extends Zo{compare(e){return this==e||this.constructor==e.constructor&&this.eq(e)}eq(e){return!1}destroy(e){}}Ws.prototype.elementClass="";Ws.prototype.toDOM=void 0;Ws.prototype.mapMode=gr.TrackBefore;Ws.prototype.startSide=Ws.prototype.endSide=-1;Ws.prototype.point=!0;const I1=Ye.define(),VC=Ye.define(),_C={class:"",renderEmptyElements:!1,elementStyle:"",markers:()=>Ct.empty,lineMarker:()=>null,widgetMarker:()=>null,lineMarkerChange:null,initialSpacer:null,updateSpacer:null,domEventHandlers:{},side:"before"},ou=Ye.define();function IC(n){return[Jv(),ou.of({..._C,...n})]}const R6=Ye.define({combine:n=>n.some(e=>e)});function Jv(n){return[DC]}const DC=qr.fromClass(class{constructor(n){this.view=n,this.domAfter=null,this.prevViewport=n.viewport,this.dom=document.createElement("div"),this.dom.className="cm-gutters cm-gutters-before",this.dom.setAttribute("aria-hidden","true"),this.dom.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.gutters=n.state.facet(ou).map(e=>new L6(n,e)),this.fixed=!n.state.facet(R6);for(let e of this.gutters)e.config.side=="after"?this.getDOMAfter().appendChild(e.dom):this.dom.appendChild(e.dom);this.fixed&&(this.dom.style.position="sticky"),this.syncGutters(!1),n.scrollDOM.insertBefore(this.dom,n.contentDOM)}getDOMAfter(){return this.domAfter||(this.domAfter=document.createElement("div"),this.domAfter.className="cm-gutters cm-gutters-after",this.domAfter.setAttribute("aria-hidden","true"),this.domAfter.style.minHeight=this.view.contentHeight/this.view.scaleY+"px",this.domAfter.style.position=this.fixed?"sticky":"",this.view.scrollDOM.appendChild(this.domAfter)),this.domAfter}update(n){if(this.updateGutters(n)){let e=this.prevViewport,t=n.view.viewport,r=Math.min(e.to,t.to)-Math.max(e.from,t.from);this.syncGutters(r<(t.to-t.from)*.8)}if(n.geometryChanged){let e=this.view.contentHeight/this.view.scaleY+"px";this.dom.style.minHeight=e,this.domAfter&&(this.domAfter.style.minHeight=e)}this.view.state.facet(R6)!=!this.fixed&&(this.fixed=!this.fixed,this.dom.style.position=this.fixed?"sticky":"",this.domAfter&&(this.domAfter.style.position=this.fixed?"sticky":"")),this.prevViewport=n.view.viewport}syncGutters(n){let e=this.dom.nextSibling;n&&(this.dom.remove(),this.domAfter&&this.domAfter.remove());let t=Ct.iter(this.view.state.facet(I1),this.view.viewport.from),r=[],i=this.gutters.map(s=>new XC(s,this.view.viewport,-this.view.documentPadding.top));for(let s of this.view.viewportLineBlocks)if(r.length&&(r=[]),Array.isArray(s.type)){let a=!0;for(let c of s.type)if(c.type==Yr.Text&&a){l2(t,r,c.from);for(let u of i)u.line(this.view,c,r);a=!1}else if(c.widget)for(let u of i)u.widget(this.view,c)}else if(s.type==Yr.Text){l2(t,r,s.from);for(let a of i)a.line(this.view,s,r)}else if(s.widget)for(let a of i)a.widget(this.view,s);for(let s of i)s.finish();n&&(this.view.scrollDOM.insertBefore(this.dom,e),this.domAfter&&this.view.scrollDOM.appendChild(this.domAfter))}updateGutters(n){let e=n.startState.facet(ou),t=n.state.facet(ou),r=n.docChanged||n.heightChanged||n.viewportChanged||!Ct.eq(n.startState.facet(I1),n.state.facet(I1),n.view.viewport.from,n.view.viewport.to);if(e==t)for(let i of this.gutters)i.update(n)&&(r=!0);else{r=!0;let i=[];for(let s of t){let a=e.indexOf(s);a<0?i.push(new L6(this.view,s)):(this.gutters[a].update(n),i.push(this.gutters[a]))}for(let s of this.gutters)s.dom.remove(),i.indexOf(s)<0&&s.destroy();for(let s of i)s.config.side=="after"?this.getDOMAfter().appendChild(s.dom):this.dom.appendChild(s.dom);this.gutters=i}return r}destroy(){for(let n of this.gutters)n.destroy();this.dom.remove(),this.domAfter&&this.domAfter.remove()}},{provide:n=>Be.scrollMargins.of(e=>{let t=e.plugin(n);if(!t||t.gutters.length==0||!t.fixed)return null;let r=t.dom.offsetWidth*e.scaleX,i=t.domAfter?t.domAfter.offsetWidth*e.scaleX:0;return e.textDirection==kn.LTR?{left:r,right:i}:{right:r,left:i}})});function N6(n){return Array.isArray(n)?n:[n]}function l2(n,e,t){for(;n.value&&n.from<=t;)n.from==t&&e.push(n.value),n.next()}class XC{constructor(e,t,r){this.gutter=e,this.height=r,this.i=0,this.cursor=Ct.iter(e.markers,t.from)}addElement(e,t,r){let{gutter:i}=this,s=(t.top-this.height)/e.scaleY,a=t.height/e.scaleY;if(this.i==i.elements.length){let c=new eb(e,a,s,r);i.elements.push(c),i.dom.appendChild(c.dom)}else i.elements[this.i].update(e,a,s,r);this.height=t.bottom,this.i++}line(e,t,r){let i=[];l2(this.cursor,i,t.from),r.length&&(i=i.concat(r));let s=this.gutter.config.lineMarker(e,t,i);s&&i.unshift(s);let a=this.gutter;i.length==0&&!a.config.renderEmptyElements||this.addElement(e,t,i)}widget(e,t){let r=this.gutter.config.widgetMarker(e,t.widget,t),i=r?[r]:null;for(let s of e.state.facet(VC)){let a=s(e,t.widget,t);a&&(i||(i=[])).push(a)}i&&this.addElement(e,t,i)}finish(){let e=this.gutter;for(;e.elements.length>this.i;){let t=e.elements.pop();e.dom.removeChild(t.dom),t.destroy()}}}class L6{constructor(e,t){this.view=e,this.config=t,this.elements=[],this.spacer=null,this.dom=document.createElement("div"),this.dom.className="cm-gutter"+(this.config.class?" "+this.config.class:"");for(let r in t.domEventHandlers)this.dom.addEventListener(r,i=>{let s=i.target,a;if(s!=this.dom&&this.dom.contains(s)){for(;s.parentNode!=this.dom;)s=s.parentNode;let u=s.getBoundingClientRect();a=(u.top+u.bottom)/2}else a=i.clientY;let c=e.lineBlockAtHeight(a-e.documentTop);t.domEventHandlers[r](e,c,i)&&i.preventDefault()});this.markers=N6(t.markers(e)),t.initialSpacer&&(this.spacer=new eb(e,0,0,[t.initialSpacer(e)]),this.dom.appendChild(this.spacer.dom),this.spacer.dom.style.cssText+="visibility: hidden; pointer-events: none")}update(e){let t=this.markers;if(this.markers=N6(this.config.markers(e.view)),this.spacer&&this.config.updateSpacer){let i=this.config.updateSpacer(this.spacer.markers[0],e);i!=this.spacer.markers[0]&&this.spacer.update(e.view,0,0,[i])}let r=e.view.viewport;return!Ct.eq(this.markers,t,r.from,r.to)||(this.config.lineMarkerChange?this.config.lineMarkerChange(e):!1)}destroy(){for(let e of this.elements)e.destroy()}}class eb{constructor(e,t,r,i){this.height=-1,this.above=0,this.markers=[],this.dom=document.createElement("div"),this.dom.className="cm-gutterElement",this.update(e,t,r,i)}update(e,t,r,i){this.height!=t&&(this.height=t,this.dom.style.height=t+"px"),this.above!=r&&(this.dom.style.marginTop=(this.above=r)?r+"px":""),FC(this.markers,i)||this.setMarkers(e,i)}setMarkers(e,t){let r="cm-gutterElement",i=this.dom.firstChild;for(let s=0,a=0;;){let c=a,u=s<t.length?t[s++]:null,h=!1;if(u){let m=u.elementClass;m&&(r+=" "+m);for(let O=a;O<this.markers.length;O++)if(this.markers[O].compare(u)){c=O,h=!0;break}}else c=this.markers.length;for(;a<c;){let m=this.markers[a++];if(m.toDOM){m.destroy(i);let O=i.nextSibling;i.remove(),i=O}}if(!u)break;u.toDOM&&(h?i=i.nextSibling:this.dom.insertBefore(u.toDOM(e),i)),h&&a++}this.dom.className=r,this.markers=t}destroy(){this.setMarkers(null,[])}}function FC(n,e){if(n.length!=e.length)return!1;for(let t=0;t<n.length;t++)if(!n[t].compare(e[t]))return!1;return!0}const zC=Ye.define(),HC=Ye.define(),bl=Ye.define({combine(n){return ql(n,{formatNumber:String,domEventHandlers:{}},{domEventHandlers(e,t){let r=Object.assign({},e);for(let i in t){let s=r[i],a=t[i];r[i]=s?(c,u,h)=>s(c,u,h)||a(c,u,h):a}return r}})}});class Sp extends Ws{constructor(e){super(),this.number=e}eq(e){return this.number==e.number}toDOM(){return document.createTextNode(this.number)}}function kp(n,e){return n.state.facet(bl).formatNumber(e,n.state)}const WC=ou.compute([bl],n=>({class:"cm-lineNumbers",renderEmptyElements:!1,markers(e){return e.state.facet(zC)},lineMarker(e,t,r){return r.some(i=>i.toDOM)?null:new Sp(kp(e,e.state.doc.lineAt(t.from).number))},widgetMarker:(e,t,r)=>{for(let i of e.state.facet(HC)){let s=i(e,t,r);if(s)return s}return null},lineMarkerChange:e=>e.startState.facet(bl)!=e.state.facet(bl),initialSpacer(e){return new Sp(kp(e,V6(e.state.doc.lines)))},updateSpacer(e,t){let r=kp(t.view,V6(t.view.state.doc.lines));return r==e.number?e:new Sp(r)},domEventHandlers:n.facet(bl).domEventHandlers,side:"before"}));function BC(n={}){return[bl.of(n),Jv(),WC]}function V6(n){let e=9;for(;e<n;)e=e*10+9;return e}const YC=new class extends Ws{constructor(){super(...arguments),this.elementClass="cm-activeLineGutter"}},qC=I1.compute(["selection"],n=>{let e=[],t=-1;for(let r of n.selection.ranges){let i=n.doc.lineAt(r.head).from;i>t&&(t=i,e.push(YC.range(i)))}return Ct.of(e)});function UC(){return qC}const tb=1024;let GC=0;class wi{constructor(e,t){this.from=e,this.to=t}}class bt{constructor(e={}){this.id=GC++,this.perNode=!!e.perNode,this.deserialize=e.deserialize||(()=>{throw new Error("This node type doesn't define a deserialize function")}),this.combine=e.combine||null}add(e){if(this.perNode)throw new RangeError("Can't add per-node props to node types");return typeof e!="function"&&(e=jr.match(e)),t=>{let r=e(t);return r===void 0?null:[this,r]}}}bt.closedBy=new bt({deserialize:n=>n.split(" ")});bt.openedBy=new bt({deserialize:n=>n.split(" ")});bt.group=new bt({deserialize:n=>n.split(" ")});bt.isolate=new bt({deserialize:n=>{if(n&&n!="rtl"&&n!="ltr"&&n!="auto")throw new RangeError("Invalid value for isolate: "+n);return n||"auto"}});bt.contextHash=new bt({perNode:!0});bt.lookAhead=new bt({perNode:!0});bt.mounted=new bt({perNode:!0});class jl{constructor(e,t,r,i=!1){this.tree=e,this.overlay=t,this.parser=r,this.bracketed=i}static get(e){return e&&e.props&&e.props[bt.mounted.id]}}const KC=Object.create(null);class jr{constructor(e,t,r,i=0){this.name=e,this.props=t,this.id=r,this.flags=i}static define(e){let t=e.props&&e.props.length?Object.create(null):KC,r=(e.top?1:0)|(e.skipped?2:0)|(e.error?4:0)|(e.name==null?8:0),i=new jr(e.name||"",t,e.id,r);if(e.props){for(let s of e.props)if(Array.isArray(s)||(s=s(i)),s){if(s[0].perNode)throw new RangeError("Can't store a per-node prop on a node type");t[s[0].id]=s[1]}}return i}prop(e){return this.props[e.id]}get isTop(){return(this.flags&1)>0}get isSkipped(){return(this.flags&2)>0}get isError(){return(this.flags&4)>0}get isAnonymous(){return(this.flags&8)>0}is(e){if(typeof e=="string"){if(this.name==e)return!0;let t=this.prop(bt.group);return t?t.indexOf(e)>-1:!1}return this.id==e}static match(e){let t=Object.create(null);for(let r in e)for(let i of r.split(" "))t[i]=e[r];return r=>{for(let i=r.prop(bt.group),s=-1;s<(i?i.length:0);s++){let a=t[s<0?r.name:i[s]];if(a)return a}}}}jr.none=new jr("",Object.create(null),0,8);class gg{constructor(e){this.types=e;for(let t=0;t<e.length;t++)if(e[t].id!=t)throw new RangeError("Node type ids should correspond to array positions when creating a node set")}extend(...e){let t=[];for(let r of this.types){let i=null;for(let s of e){let a=s(r);if(a){i||(i=Object.assign({},r.props));let c=a[1],u=a[0];u.combine&&u.id in i&&(c=u.combine(i[u.id],c)),i[u.id]=c}}t.push(i?new jr(r.name,i,r.id,r.flags):r)}return new gg(t)}}const l1=new WeakMap,_6=new WeakMap;var qt;(function(n){n[n.ExcludeBuffers=1]="ExcludeBuffers",n[n.IncludeAnonymous=2]="IncludeAnonymous",n[n.IgnoreMounts=4]="IgnoreMounts",n[n.IgnoreOverlays=8]="IgnoreOverlays",n[n.EnterBracketed=16]="EnterBracketed"})(qt||(qt={}));class fn{constructor(e,t,r,i,s){if(this.type=e,this.children=t,this.positions=r,this.length=i,this.props=null,s&&s.length){this.props=Object.create(null);for(let[a,c]of s)this.props[typeof a=="number"?a:a.id]=c}}toString(){let e=jl.get(this);if(e&&!e.overlay)return e.tree.toString();let t="";for(let r of this.children){let i=r.toString();i&&(t&&(t+=","),t+=i)}return this.type.name?(/\W/.test(this.type.name)&&!this.type.isError?JSON.stringify(this.type.name):this.type.name)+(t.length?"("+t+")":""):t}cursor(e=0){return new cd(this.topNode,e)}cursorAt(e,t=0,r=0){let i=l1.get(this)||this.topNode,s=new cd(i);return s.moveTo(e,t),l1.set(this,s._tree),s}get topNode(){return new Or(this,0,0,null)}resolve(e,t=0){let r=vu(l1.get(this)||this.topNode,e,t,!1);return l1.set(this,r),r}resolveInner(e,t=0){let r=vu(_6.get(this)||this.topNode,e,t,!0);return _6.set(this,r),r}resolveStack(e,t=0){return tE(this,e,t)}iterate(e){let{enter:t,leave:r,from:i=0,to:s=this.length}=e,a=e.mode||0,c=(a&qt.IncludeAnonymous)>0;for(let u=this.cursor(a|qt.IncludeAnonymous);;){let h=!1;if(u.from<=s&&u.to>=i&&(!c&&u.type.isAnonymous||t(u)!==!1)){if(u.firstChild())continue;h=!0}for(;h&&r&&(c||!u.type.isAnonymous)&&r(u),!u.nextSibling();){if(!u.parent())return;h=!0}}}prop(e){return e.perNode?this.props?this.props[e.id]:void 0:this.type.prop(e)}get propValues(){let e=[];if(this.props)for(let t in this.props)e.push([+t,this.props[t]]);return e}balance(e={}){return this.children.length<=8?this:yg(jr.none,this.children,this.positions,0,this.children.length,0,this.length,(t,r,i)=>new fn(this.type,t,r,i,this.propValues),e.makeTree||((t,r,i)=>new fn(jr.none,t,r,i)))}static build(e){return nE(e)}}fn.empty=new fn(jr.none,[],[],0);class Og{constructor(e,t){this.buffer=e,this.index=t}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}get pos(){return this.index}next(){this.index-=4}fork(){return new Og(this.buffer,this.index)}}class Vo{constructor(e,t,r){this.buffer=e,this.length=t,this.set=r}get type(){return jr.none}toString(){let e=[];for(let t=0;t<this.buffer.length;)e.push(this.childString(t)),t=this.buffer[t+3];return e.join(",")}childString(e){let t=this.buffer[e],r=this.buffer[e+3],i=this.set.types[t],s=i.name;if(/\W/.test(s)&&!i.isError&&(s=JSON.stringify(s)),e+=4,r==e)return s;let a=[];for(;e<r;)a.push(this.childString(e)),e=this.buffer[e+3];return s+"("+a.join(",")+")"}findChild(e,t,r,i,s){let{buffer:a}=this,c=-1;for(let u=e;u!=t&&!(nb(s,i,a[u+1],a[u+2])&&(c=u,r>0));u=a[u+3]);return c}slice(e,t,r){let i=this.buffer,s=new Uint16Array(t-e),a=0;for(let c=e,u=0;c<t;){s[u++]=i[c++],s[u++]=i[c++]-r;let h=s[u++]=i[c++]-r;s[u++]=i[c++]-e,a=Math.max(a,h)}return new Vo(s,a,this.set)}}function nb(n,e,t,r){switch(n){case-2:return t<e;case-1:return r>=e&&t<e;case 0:return t<e&&r>e;case 1:return t<=e&&r>e;case 2:return r>e;case 4:return!0}}function vu(n,e,t,r){for(var i;n.from==n.to||(t<1?n.from>=e:n.from>e)||(t>-1?n.to<=e:n.to<e);){let a=!r&&n instanceof Or&&n.index<0?null:n.parent;if(!a)return n;n=a}let s=r?0:qt.IgnoreOverlays;if(r)for(let a=n,c=a.parent;c;a=c,c=a.parent)a instanceof Or&&a.index<0&&((i=c.enter(e,t,s))===null||i===void 0?void 0:i.from)!=a.from&&(n=c);for(;;){let a=n.enter(e,t,s);if(!a)return n;n=a}}class rb{cursor(e=0){return new cd(this,e)}getChild(e,t=null,r=null){let i=I6(this,e,t,r);return i.length?i[0]:null}getChildren(e,t=null,r=null){return I6(this,e,t,r)}resolve(e,t=0){return vu(this,e,t,!1)}resolveInner(e,t=0){return vu(this,e,t,!0)}matchContext(e){return c2(this.parent,e)}enterUnfinishedNodesBefore(e){let t=this.childBefore(e),r=this;for(;t;){let i=t.lastChild;if(!i||i.to!=t.to)break;i.type.isError&&i.from==i.to?(r=t,t=i.prevSibling):t=i}return r}get node(){return this}get next(){return this.parent}}class Or extends rb{constructor(e,t,r,i){super(),this._tree=e,this.from=t,this.index=r,this._parent=i}get type(){return this._tree.type}get name(){return this._tree.type.name}get to(){return this.from+this._tree.length}nextChild(e,t,r,i,s=0){for(let a=this;;){for(let{children:c,positions:u}=a._tree,h=t>0?c.length:-1;e!=h;e+=t){let m=c[e],O=u[e]+a.from,x;if(!(!(s&qt.EnterBracketed&&m instanceof fn&&(x=jl.get(m))&&!x.overlay&&x.bracketed&&r>=O&&r<=O+m.length)&&!nb(i,r,O,O+m.length))){if(m instanceof Vo){if(s&qt.ExcludeBuffers)continue;let v=m.findChild(0,m.buffer.length,t,r-O,i);if(v>-1)return new us(new JC(a,m,e,O),null,v)}else if(s&qt.IncludeAnonymous||!m.type.isAnonymous||xg(m)){let v;if(!(s&qt.IgnoreMounts)&&(v=jl.get(m))&&!v.overlay)return new Or(v.tree,O,e,a);let w=new Or(m,O,e,a);return s&qt.IncludeAnonymous||!w.type.isAnonymous?w:w.nextChild(t<0?m.children.length-1:0,t,r,i,s)}}}if(s&qt.IncludeAnonymous||!a.type.isAnonymous||(a.index>=0?e=a.index+t:e=t<0?-1:a._parent._tree.children.length,a=a._parent,!a))return null}}get firstChild(){return this.nextChild(0,1,0,4)}get lastChild(){return this.nextChild(this._tree.children.length-1,-1,0,4)}childAfter(e){return this.nextChild(0,1,e,2)}childBefore(e){return this.nextChild(this._tree.children.length-1,-1,e,-2)}prop(e){return this._tree.prop(e)}enter(e,t,r=0){let i;if(!(r&qt.IgnoreOverlays)&&(i=jl.get(this._tree))&&i.overlay){let s=e-this.from,a=r&qt.EnterBracketed&&i.bracketed;for(let{from:c,to:u}of i.overlay)if((t>0||a?c<=s:c<s)&&(t<0||a?u>=s:u>s))return new Or(i.tree,i.overlay[0].from+this.from,-1,this)}return this.nextChild(0,1,e,t,r)}nextSignificantParent(){let e=this;for(;e.type.isAnonymous&&e._parent;)e=e._parent;return e}get parent(){return this._parent?this._parent.nextSignificantParent():null}get nextSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index+1,1,0,4):null}get prevSibling(){return this._parent&&this.index>=0?this._parent.nextChild(this.index-1,-1,0,4):null}get tree(){return this._tree}toTree(){return this._tree}toString(){return this._tree.toString()}}function I6(n,e,t,r){let i=n.cursor(),s=[];if(!i.firstChild())return s;if(t!=null){for(let a=!1;!a;)if(a=i.type.is(t),!i.nextSibling())return s}for(;;){if(r!=null&&i.type.is(r))return s;if(i.type.is(e)&&s.push(i.node),!i.nextSibling())return r==null?s:[]}}function c2(n,e,t=e.length-1){for(let r=n;t>=0;r=r.parent){if(!r)return!1;if(!r.type.isAnonymous){if(e[t]&&e[t]!=r.name)return!1;t--}}return!0}class JC{constructor(e,t,r,i){this.parent=e,this.buffer=t,this.index=r,this.start=i}}class us extends rb{get name(){return this.type.name}get from(){return this.context.start+this.context.buffer.buffer[this.index+1]}get to(){return this.context.start+this.context.buffer.buffer[this.index+2]}constructor(e,t,r){super(),this.context=e,this._parent=t,this.index=r,this.type=e.buffer.set.types[e.buffer.buffer[r]]}child(e,t,r){let{buffer:i}=this.context,s=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.context.start,r);return s<0?null:new us(this.context,this,s)}get firstChild(){return this.child(1,0,4)}get lastChild(){return this.child(-1,0,4)}childAfter(e){return this.child(1,e,2)}childBefore(e){return this.child(-1,e,-2)}prop(e){return this.type.prop(e)}enter(e,t,r=0){if(r&qt.ExcludeBuffers)return null;let{buffer:i}=this.context,s=i.findChild(this.index+4,i.buffer[this.index+3],t>0?1:-1,e-this.context.start,t);return s<0?null:new us(this.context,this,s)}get parent(){return this._parent||this.context.parent.nextSignificantParent()}externalSibling(e){return this._parent?null:this.context.parent.nextChild(this.context.index+e,e,0,4)}get nextSibling(){let{buffer:e}=this.context,t=e.buffer[this.index+3];return t<(this._parent?e.buffer[this._parent.index+3]:e.buffer.length)?new us(this.context,this._parent,t):this.externalSibling(1)}get prevSibling(){let{buffer:e}=this.context,t=this._parent?this._parent.index+4:0;return this.index==t?this.externalSibling(-1):new us(this.context,this._parent,e.findChild(t,this.index,-1,0,4))}get tree(){return null}toTree(){let e=[],t=[],{buffer:r}=this.context,i=this.index+4,s=r.buffer[this.index+3];if(s>i){let a=r.buffer[this.index+1];e.push(r.slice(i,s,a)),t.push(0)}return new fn(this.type,e,t,this.to-this.from)}toString(){return this.context.buffer.childString(this.index)}}function ib(n){if(!n.length)return null;let e=0,t=n[0];for(let s=1;s<n.length;s++){let a=n[s];(a.from>t.from||a.to<t.to)&&(t=a,e=s)}let r=t instanceof Or&&t.index<0?null:t.parent,i=n.slice();return r?i[e]=r:i.splice(e,1),new eE(i,t)}class eE{constructor(e,t){this.heads=e,this.node=t}get next(){return ib(this.heads)}}function tE(n,e,t){let r=n.resolveInner(e,t),i=null;for(let s=r instanceof Or?r:r.context.parent;s;s=s.parent)if(s.index<0){let a=s.parent;(i||(i=[r])).push(a.resolve(e,t)),s=a}else{let a=jl.get(s.tree);if(a&&a.overlay&&a.overlay[0].from<=e&&a.overlay[a.overlay.length-1].to>=e){let c=new Or(a.tree,a.overlay[0].from+s.from,-1,s);(i||(i=[r])).push(vu(c,e,t,!1))}}return i?ib(i):r}class cd{get name(){return this.type.name}constructor(e,t=0){if(this.buffer=null,this.stack=[],this.index=0,this.bufferNode=null,this.mode=t&~qt.EnterBracketed,e instanceof Or)this.yieldNode(e);else{this._tree=e.context.parent,this.buffer=e.context;for(let r=e._parent;r;r=r._parent)this.stack.unshift(r.index);this.bufferNode=e,this.yieldBuf(e.index)}}yieldNode(e){return e?(this._tree=e,this.type=e.type,this.from=e.from,this.to=e.to,!0):!1}yieldBuf(e,t){this.index=e;let{start:r,buffer:i}=this.buffer;return this.type=t||i.set.types[i.buffer[e]],this.from=r+i.buffer[e+1],this.to=r+i.buffer[e+2],!0}yield(e){return e?e instanceof Or?(this.buffer=null,this.yieldNode(e)):(this.buffer=e.context,this.yieldBuf(e.index,e.type)):!1}toString(){return this.buffer?this.buffer.buffer.childString(this.index):this._tree.toString()}enterChild(e,t,r){if(!this.buffer)return this.yield(this._tree.nextChild(e<0?this._tree._tree.children.length-1:0,e,t,r,this.mode));let{buffer:i}=this.buffer,s=i.findChild(this.index+4,i.buffer[this.index+3],e,t-this.buffer.start,r);return s<0?!1:(this.stack.push(this.index),this.yieldBuf(s))}firstChild(){return this.enterChild(1,0,4)}lastChild(){return this.enterChild(-1,0,4)}childAfter(e){return this.enterChild(1,e,2)}childBefore(e){return this.enterChild(-1,e,-2)}enter(e,t,r=this.mode){return this.buffer?r&qt.ExcludeBuffers?!1:this.enterChild(1,e,t):this.yield(this._tree.enter(e,t,r))}parent(){if(!this.buffer)return this.yieldNode(this.mode&qt.IncludeAnonymous?this._tree._parent:this._tree.parent);if(this.stack.length)return this.yieldBuf(this.stack.pop());let e=this.mode&qt.IncludeAnonymous?this.buffer.parent:this.buffer.parent.nextSignificantParent();return this.buffer=null,this.yieldNode(e)}sibling(e){if(!this.buffer)return this._tree._parent?this.yield(this._tree.index<0?null:this._tree._parent.nextChild(this._tree.index+e,e,0,4,this.mode)):!1;let{buffer:t}=this.buffer,r=this.stack.length-1;if(e<0){let i=r<0?0:this.stack[r]+4;if(this.index!=i)return this.yieldBuf(t.findChild(i,this.index,-1,0,4))}else{let i=t.buffer[this.index+3];if(i<(r<0?t.buffer.length:t.buffer[this.stack[r]+3]))return this.yieldBuf(i)}return r<0?this.yield(this.buffer.parent.nextChild(this.buffer.index+e,e,0,4,this.mode)):!1}nextSibling(){return this.sibling(1)}prevSibling(){return this.sibling(-1)}atLastNode(e){let t,r,{buffer:i}=this;if(i){if(e>0){if(this.index<i.buffer.buffer.length)return!1}else for(let s=0;s<this.index;s++)if(i.buffer.buffer[s+3]<this.index)return!1;({index:t,parent:r}=i)}else({index:t,_parent:r}=this._tree);for(;r;{index:t,_parent:r}=r)if(t>-1)for(let s=t+e,a=e<0?-1:r._tree.children.length;s!=a;s+=e){let c=r._tree.children[s];if(this.mode&qt.IncludeAnonymous||c instanceof Vo||!c.type.isAnonymous||xg(c))return!1}return!0}move(e,t){if(t&&this.enterChild(e,0,4))return!0;for(;;){if(this.sibling(e))return!0;if(this.atLastNode(e)||!this.parent())return!1}}next(e=!0){return this.move(1,e)}prev(e=!0){return this.move(-1,e)}moveTo(e,t=0){for(;(this.from==this.to||(t<1?this.from>=e:this.from>e)||(t>-1?this.to<=e:this.to<e))&&this.parent(););for(;this.enterChild(1,e,t););return this}get node(){if(!this.buffer)return this._tree;let e=this.bufferNode,t=null,r=0;if(e&&e.context==this.buffer)e:for(let i=this.index,s=this.stack.length;s>=0;){for(let a=e;a;a=a._parent)if(a.index==i){if(i==this.index)return a;t=a,r=s+1;break e}i=this.stack[--s]}for(let i=r;i<this.stack.length;i++)t=new us(this.buffer,t,this.stack[i]);return this.bufferNode=new us(this.buffer,t,this.index)}get tree(){return this.buffer?null:this._tree._tree}iterate(e,t){for(let r=0;;){let i=!1;if(this.type.isAnonymous||e(this)!==!1){if(this.firstChild()){r++;continue}this.type.isAnonymous||(i=!0)}for(;;){if(i&&t&&t(this),i=this.type.isAnonymous,!r)return;if(this.nextSibling())break;this.parent(),r--,i=!0}}}matchContext(e){if(!this.buffer)return c2(this.node.parent,e);let{buffer:t}=this.buffer,{types:r}=t.set;for(let i=e.length-1,s=this.stack.length-1;i>=0;s--){if(s<0)return c2(this._tree,e,i);let a=r[t.buffer[this.stack[s]]];if(!a.isAnonymous){if(e[i]&&e[i]!=a.name)return!1;i--}}return!0}}function xg(n){return n.children.some(e=>e instanceof Vo||!e.type.isAnonymous||xg(e))}function nE(n){var e;let{buffer:t,nodeSet:r,maxBufferLength:i=tb,reused:s=[],minRepeatType:a=r.types.length}=n,c=Array.isArray(t)?new Og(t,t.length):t,u=r.types,h=0,m=0;function O(T,R,Q,B,K,ie){let{id:le,start:V,end:ae,size:Oe}=c,ge=m,Me=h;if(Oe<0)if(c.next(),Oe==-1){let C=s[le];Q.push(C),B.push(V-T);return}else if(Oe==-3){h=le;return}else if(Oe==-4){m=le;return}else throw new RangeError(`Unrecognized record size: ${Oe}`);let he=u[le],_,z,G=V-T;if(ae-V<=i&&(z=$(c.pos-R,K))){let C=new Uint16Array(z.size-z.skip),D=c.pos-z.size,ee=C.length;for(;c.pos>D;)ee=M(z.start,C,ee);_=new Vo(C,ae-z.start,r),G=z.start-T}else{let C=c.pos-Oe;c.next();let D=[],ee=[],Ee=le>=a?le:-1,Qe=0,tt=ae;for(;c.pos>C;)Ee>=0&&c.id==Ee&&c.size>=0?(c.end<=tt-i&&(w(D,ee,V,Qe,c.end,tt,Ee,ge,Me),Qe=D.length,tt=c.end),c.next()):ie>2500?x(V,C,D,ee):O(V,C,D,ee,Ee,ie+1);if(Ee>=0&&Qe>0&&Qe<D.length&&w(D,ee,V,Qe,V,tt,Ee,ge,Me),D.reverse(),ee.reverse(),Ee>-1&&Qe>0){let Ie=v(he,Me);_=yg(he,D,ee,0,D.length,0,ae-V,Ie,Ie)}else _=k(he,D,ee,ae-V,ge-ae,Me)}Q.push(_),B.push(G)}function x(T,R,Q,B){let K=[],ie=0,le=-1;for(;c.pos>R;){let{id:V,start:ae,end:Oe,size:ge}=c;if(ge>4)c.next();else{if(le>-1&&ae<le)break;le<0&&(le=Oe-i),K.push(V,ae,Oe),ie++,c.next()}}if(ie){let V=new Uint16Array(ie*4),ae=K[K.length-2];for(let Oe=K.length-3,ge=0;Oe>=0;Oe-=3)V[ge++]=K[Oe],V[ge++]=K[Oe+1]-ae,V[ge++]=K[Oe+2]-ae,V[ge++]=ge;Q.push(new Vo(V,K[2]-ae,r)),B.push(ae-T)}}function v(T,R){return(Q,B,K)=>{let ie=0,le=Q.length-1,V,ae;if(le>=0&&(V=Q[le])instanceof fn){if(!le&&V.type==T&&V.length==K)return V;(ae=V.prop(bt.lookAhead))&&(ie=B[le]+V.length+ae)}return k(T,Q,B,K,ie,R)}}function w(T,R,Q,B,K,ie,le,V,ae){let Oe=[],ge=[];for(;T.length>B;)Oe.push(T.pop()),ge.push(R.pop()+Q-K);T.push(k(r.types[le],Oe,ge,ie-K,V-ie,ae)),R.push(K-Q)}function k(T,R,Q,B,K,ie,le){if(ie){let V=[bt.contextHash,ie];le=le?[V].concat(le):[V]}if(K>25){let V=[bt.lookAhead,K];le=le?[V].concat(le):[V]}return new fn(T,R,Q,B,le)}function $(T,R){let Q=c.fork(),B=0,K=0,ie=0,le=Q.end-i,V={size:0,start:0,skip:0};e:for(let ae=Q.pos-T;Q.pos>ae;){let Oe=Q.size;if(Q.id==R&&Oe>=0){V.size=B,V.start=K,V.skip=ie,ie+=4,B+=4,Q.next();continue}let ge=Q.pos-Oe;if(Oe<0||ge<ae||Q.start<le)break;let Me=Q.id>=a?4:0,he=Q.start;for(Q.next();Q.pos>ge;){if(Q.size<0)if(Q.size==-3||Q.size==-4)Me+=4;else break e;else Q.id>=a&&(Me+=4);Q.next()}K=he,B+=Oe,ie+=Me}return(R<0||B==T)&&(V.size=B,V.start=K,V.skip=ie),V.size>4?V:void 0}function M(T,R,Q){let{id:B,start:K,end:ie,size:le}=c;if(c.next(),le>=0&&B<a){let V=Q;if(le>4){let ae=c.pos-(le-4);for(;c.pos>ae;)Q=M(T,R,Q)}R[--Q]=V,R[--Q]=ie-T,R[--Q]=K-T,R[--Q]=B}else le==-3?h=B:le==-4&&(m=B);return Q}let N=[],A=[];for(;c.pos>0;)O(n.start||0,n.bufferStart||0,N,A,-1,0);let j=(e=n.length)!==null&&e!==void 0?e:N.length?A[0]+N[0].length:0;return new fn(u[n.topID],N.reverse(),A.reverse(),j)}const D6=new WeakMap;function D1(n,e){if(!n.isAnonymous||e instanceof Vo||e.type!=n)return 1;let t=D6.get(e);if(t==null){t=1;for(let r of e.children){if(r.type!=n||!(r instanceof fn)){t=1;break}t+=D1(n,r)}D6.set(e,t)}return t}function yg(n,e,t,r,i,s,a,c,u){let h=0;for(let w=r;w<i;w++)h+=D1(n,e[w]);let m=Math.ceil(h*1.5/8),O=[],x=[];function v(w,k,$,M,N){for(let A=$;A<M;){let j=A,T=k[A],R=D1(n,w[A]);for(A++;A<M;A++){let Q=D1(n,w[A]);if(R+Q>=m)break;R+=Q}if(A==j+1){if(R>m){let Q=w[j];v(Q.children,Q.positions,0,Q.children.length,k[j]+N);continue}O.push(w[j])}else{let Q=k[A-1]+w[A-1].length-T;O.push(yg(n,w,k,j,A,T,Q,null,u))}x.push(T+N-s)}}return v(e,t,r,i,0),(c||u)(O,x,a)}class sb{constructor(){this.map=new WeakMap}setBuffer(e,t,r){let i=this.map.get(e);i||this.map.set(e,i=new Map),i.set(t,r)}getBuffer(e,t){let r=this.map.get(e);return r&&r.get(t)}set(e,t){e instanceof us?this.setBuffer(e.context.buffer,e.index,t):e instanceof Or&&this.map.set(e.tree,t)}get(e){return e instanceof us?this.getBuffer(e.context.buffer,e.index):e instanceof Or?this.map.get(e.tree):void 0}cursorSet(e,t){e.buffer?this.setBuffer(e.buffer.buffer,e.index,t):this.map.set(e.tree,t)}cursorGet(e){return e.buffer?this.getBuffer(e.buffer.buffer,e.index):this.map.get(e.tree)}}class Fs{constructor(e,t,r,i,s=!1,a=!1){this.from=e,this.to=t,this.tree=r,this.offset=i,this.open=(s?1:0)|(a?2:0)}get openStart(){return(this.open&1)>0}get openEnd(){return(this.open&2)>0}static addTree(e,t=[],r=!1){let i=[new Fs(0,e.length,e,0,!1,r)];for(let s of t)s.to>e.length&&i.push(s);return i}static applyChanges(e,t,r=128){if(!t.length)return e;let i=[],s=1,a=e.length?e[0]:null;for(let c=0,u=0,h=0;;c++){let m=c<t.length?t[c]:null,O=m?m.fromA:1e9;if(O-u>=r)for(;a&&a.from<O;){let x=a;if(u>=x.from||O<=x.to||h){let v=Math.max(x.from,u)-h,w=Math.min(x.to,O)-h;x=v>=w?null:new Fs(v,w,x.tree,x.offset+h,c>0,!!m)}if(x&&i.push(x),a.to>O)break;a=s<e.length?e[s++]:null}if(!m)break;u=m.toA,h=m.toA-m.toB}return i}}class ob{startParse(e,t,r){return typeof e=="string"&&(e=new rE(e)),r=r?r.length?r.map(i=>new wi(i.from,i.to)):[new wi(0,0)]:[new wi(0,e.length)],this.createParse(e,t||[],r)}parse(e,t,r){let i=this.startParse(e,t,r);for(;;){let s=i.advance();if(s)return s}}}class rE{constructor(e){this.string=e}get length(){return this.string.length}chunk(e){return this.string.slice(e)}get lineChunks(){return!1}read(e,t){return this.string.slice(e,t)}}function iE(n){return(e,t,r,i)=>new oE(e,n,t,r,i)}class X6{constructor(e,t,r,i,s,a){this.parser=e,this.parse=t,this.overlay=r,this.bracketed=i,this.target=s,this.from=a}}function F6(n){if(!n.length||n.some(e=>e.from>=e.to))throw new RangeError("Invalid inner parse ranges given: "+JSON.stringify(n))}class sE{constructor(e,t,r,i,s,a,c,u){this.parser=e,this.predicate=t,this.mounts=r,this.index=i,this.start=s,this.bracketed=a,this.target=c,this.prev=u,this.depth=0,this.ranges=[]}}const u2=new bt({perNode:!0});class oE{constructor(e,t,r,i,s){this.nest=t,this.input=r,this.fragments=i,this.ranges=s,this.inner=[],this.innerDone=0,this.baseTree=null,this.stoppedAt=null,this.baseParse=e}advance(){if(this.baseParse){let r=this.baseParse.advance();if(!r)return null;if(this.baseParse=null,this.baseTree=r,this.startInner(),this.stoppedAt!=null)for(let i of this.inner)i.parse.stopAt(this.stoppedAt)}if(this.innerDone==this.inner.length){let r=this.baseTree;return this.stoppedAt!=null&&(r=new fn(r.type,r.children,r.positions,r.length,r.propValues.concat([[u2,this.stoppedAt]]))),r}let e=this.inner[this.innerDone],t=e.parse.advance();if(t){this.innerDone++;let r=Object.assign(Object.create(null),e.target.props);r[bt.mounted.id]=new jl(t,e.overlay,e.parser,e.bracketed),e.target.props=r}return null}get parsedPos(){if(this.baseParse)return 0;let e=this.input.length;for(let t=this.innerDone;t<this.inner.length;t++)this.inner[t].from<e&&(e=Math.min(e,this.inner[t].parse.parsedPos));return e}stopAt(e){if(this.stoppedAt=e,this.baseParse)this.baseParse.stopAt(e);else for(let t=this.innerDone;t<this.inner.length;t++)this.inner[t].parse.stopAt(e)}startInner(){let e=new cE(this.fragments),t=null,r=null,i=new cd(new Or(this.baseTree,this.ranges[0].from,0,null),qt.IncludeAnonymous|qt.IgnoreMounts);e:for(let s,a;;){let c=!0,u;if(this.stoppedAt!=null&&i.from>=this.stoppedAt)c=!1;else if(e.hasNode(i)){if(t){let h=t.mounts.find(m=>m.frag.from<=i.from&&m.frag.to>=i.to&&m.mount.overlay);if(h)for(let m of h.mount.overlay){let O=m.from+h.pos,x=m.to+h.pos;O>=i.from&&x<=i.to&&!t.ranges.some(v=>v.from<x&&v.to>O)&&t.ranges.push({from:O,to:x})}}c=!1}else if(r&&(a=aE(r.ranges,i.from,i.to)))c=a!=2;else if(!i.type.isAnonymous&&(s=this.nest(i,this.input))&&(i.from<i.to||!s.overlay)){i.tree||(lE(i),t&&t.depth++,r&&r.depth++);let h=e.findMounts(i.from,s.parser);if(typeof s.overlay=="function")t=new sE(s.parser,s.overlay,h,this.inner.length,i.from,!!s.bracketed,i.tree,t);else{let m=W6(this.ranges,s.overlay||(i.from<i.to?[new wi(i.from,i.to)]:[]));m.length&&F6(m),(m.length||!s.overlay)&&this.inner.push(new X6(s.parser,m.length?s.parser.startParse(this.input,B6(h,m),m):s.parser.startParse(""),s.overlay?s.overlay.map(O=>new wi(O.from-i.from,O.to-i.from)):null,!!s.bracketed,i.tree,m.length?m[0].from:i.from)),s.overlay?m.length&&(r={ranges:m,depth:0,prev:r}):c=!1}}else if(t&&(u=t.predicate(i))&&(u===!0&&(u=new wi(i.from,i.to)),u.from<u.to)){let h=t.ranges.length-1;h>=0&&t.ranges[h].to==u.from?t.ranges[h]={from:t.ranges[h].from,to:u.to}:t.ranges.push(u)}if(c&&i.firstChild())t&&t.depth++,r&&r.depth++;else for(;!i.nextSibling();){if(!i.parent())break e;if(t&&!--t.depth){let h=W6(this.ranges,t.ranges);h.length&&(F6(h),this.inner.splice(t.index,0,new X6(t.parser,t.parser.startParse(this.input,B6(t.mounts,h),h),t.ranges.map(m=>new wi(m.from-t.start,m.to-t.start)),t.bracketed,t.target,h[0].from))),t=t.prev}r&&!--r.depth&&(r=r.prev)}}}}function aE(n,e,t){for(let r of n){if(r.from>=t)break;if(r.to>e)return r.from<=e&&r.to>=t?2:1}return 0}function z6(n,e,t,r,i,s){if(e<t){let a=n.buffer[e+1];r.push(n.slice(e,t,a)),i.push(a-s)}}function lE(n){let{node:e}=n,t=[],r=e.context.buffer;do t.push(n.index),n.parent();while(!n.tree);let i=n.tree,s=i.children.indexOf(r),a=i.children[s],c=a.buffer,u=[s];function h(m,O,x,v,w,k){let $=t[k],M=[],N=[];z6(a,m,$,M,N,v);let A=c[$+1],j=c[$+2];u.push(M.length);let T=k?h($+4,c[$+3],a.set.types[c[$]],A,j-A,k-1):e.toTree();return M.push(T),N.push(A-v),z6(a,c[$+3],O,M,N,v),new fn(x,M,N,w)}i.children[s]=h(0,c.length,jr.none,0,a.length,t.length-1);for(let m of u){let O=n.tree.children[m],x=n.tree.positions[m];n.yield(new Or(O,x+n.from,m,n._tree))}}class H6{constructor(e,t){this.offset=t,this.done=!1,this.cursor=e.cursor(qt.IncludeAnonymous|qt.IgnoreMounts)}moveTo(e){let{cursor:t}=this,r=e-this.offset;for(;!this.done&&t.from<r;)t.to>=e&&t.enter(r,1,qt.IgnoreOverlays|qt.ExcludeBuffers)||t.next(!1)||(this.done=!0)}hasNode(e){if(this.moveTo(e.from),!this.done&&this.cursor.from+this.offset==e.from&&this.cursor.tree)for(let t=this.cursor.tree;;){if(t==e.tree)return!0;if(t.children.length&&t.positions[0]==0&&t.children[0]instanceof fn)t=t.children[0];else break}return!1}}let cE=class{constructor(e){var t;if(this.fragments=e,this.curTo=0,this.fragI=0,e.length){let r=this.curFrag=e[0];this.curTo=(t=r.tree.prop(u2))!==null&&t!==void 0?t:r.to,this.inner=new H6(r.tree,-r.offset)}else this.curFrag=this.inner=null}hasNode(e){for(;this.curFrag&&e.from>=this.curTo;)this.nextFrag();return this.curFrag&&this.curFrag.from<=e.from&&this.curTo>=e.to&&this.inner.hasNode(e)}nextFrag(){var e;if(this.fragI++,this.fragI==this.fragments.length)this.curFrag=this.inner=null;else{let t=this.curFrag=this.fragments[this.fragI];this.curTo=(e=t.tree.prop(u2))!==null&&e!==void 0?e:t.to,this.inner=new H6(t.tree,-t.offset)}}findMounts(e,t){var r;let i=[];if(this.inner){this.inner.cursor.moveTo(e,1);for(let s=this.inner.cursor.node;s;s=s.parent){let a=(r=s.tree)===null||r===void 0?void 0:r.prop(bt.mounted);if(a&&a.parser==t)for(let c=this.fragI;c<this.fragments.length;c++){let u=this.fragments[c];if(u.from>=s.to)break;u.tree==this.curFrag.tree&&i.push({frag:u,pos:s.from-u.offset,mount:a})}}}return i}};function W6(n,e){let t=null,r=e;for(let i=1,s=0;i<n.length;i++){let a=n[i-1].to,c=n[i].from;for(;s<r.length;s++){let u=r[s];if(u.from>=c)break;u.to<=a||(t||(r=t=e.slice()),u.from<a?(t[s]=new wi(u.from,a),u.to>c&&t.splice(s+1,0,new wi(c,u.to))):u.to>c?t[s--]=new wi(c,u.to):t.splice(s--,1))}}return r}function uE(n,e,t,r){let i=0,s=0,a=!1,c=!1,u=-1e9,h=[];for(;;){let m=i==n.length?1e9:a?n[i].to:n[i].from,O=s==e.length?1e9:c?e[s].to:e[s].from;if(a!=c){let x=Math.max(u,t),v=Math.min(m,O,r);x<v&&h.push(new wi(x,v))}if(u=Math.min(m,O),u==1e9)break;m==u&&(a?(a=!1,i++):a=!0),O==u&&(c?(c=!1,s++):c=!0)}return h}function B6(n,e){let t=[];for(let{pos:r,mount:i,frag:s}of n){let a=r+(i.overlay?i.overlay[0].from:0),c=a+i.tree.length,u=Math.max(s.from,a),h=Math.min(s.to,c);if(i.overlay){let m=i.overlay.map(x=>new wi(x.from+r,x.to+r)),O=uE(e,m,u,h);for(let x=0,v=u;;x++){let w=x==O.length,k=w?h:O[x].from;if(k>v&&t.push(new Fs(v,k,i.tree,-a,s.from>=v||s.openStart,s.to<=k||s.openEnd)),w)break;v=O[x].to}}else t.push(new Fs(u,h,i.tree,-a,s.from>=a||s.openStart,s.to<=c||s.openEnd))}return t}let dE=0;class vi{constructor(e,t,r,i){this.name=e,this.set=t,this.base=r,this.modified=i,this.id=dE++}toString(){let{name:e}=this;for(let t of this.modified)t.name&&(e=`${t.name}(${e})`);return e}static define(e,t){let r=typeof e=="string"?e:"?";if(e instanceof vi&&(t=e),t!=null&&t.base)throw new Error("Can not derive from a modified tag");let i=new vi(r,[],null,[]);if(i.set.push(i),t)for(let s of t.set)i.set.push(s);return i}static defineModifier(e){let t=new ud(e);return r=>r.modified.indexOf(t)>-1?r:ud.get(r.base||r,r.modified.concat(t).sort((i,s)=>i.id-s.id))}}let fE=0;class ud{constructor(e){this.name=e,this.instances=[],this.id=fE++}static get(e,t){if(!t.length)return e;let r=t[0].instances.find(c=>c.base==e&&hE(t,c.modified));if(r)return r;let i=[],s=new vi(e.name,i,e,t);for(let c of t)c.instances.push(s);let a=pE(t);for(let c of e.set)if(!c.modified.length)for(let u of a)i.push(ud.get(c,u));return s}}function hE(n,e){return n.length==e.length&&n.every((t,r)=>t==e[r])}function pE(n){let e=[[]];for(let t=0;t<n.length;t++)for(let r=0,i=e.length;r<i;r++)e.push(e[r].concat(n[t]));return e.sort((t,r)=>r.length-t.length)}function Fd(n){let e=Object.create(null);for(let t in n){let r=n[t];Array.isArray(r)||(r=[r]);for(let i of t.split(" "))if(i){let s=[],a=2,c=i;for(let O=0;;){if(c=="..."&&O>0&&O+3==i.length){a=1;break}let x=/^"(?:[^"\\]|\\.)*?"|[^\/!]+/.exec(c);if(!x)throw new RangeError("Invalid path: "+i);if(s.push(x[0]=="*"?"":x[0][0]=='"'?JSON.parse(x[0]):x[0]),O+=x[0].length,O==i.length)break;let v=i[O++];if(O==i.length&&v=="!"){a=0;break}if(v!="/")throw new RangeError("Invalid path: "+i);c=i.slice(O)}let u=s.length-1,h=s[u];if(!h)throw new RangeError("Invalid path: "+i);let m=new bu(r,a,u>0?s.slice(0,u):null);e[h]=m.sort(e[h])}}return ab.add(e)}const ab=new bt({combine(n,e){let t,r,i;for(;n||e;){if(!n||e&&n.depth>=e.depth?(i=e,e=e.next):(i=n,n=n.next),t&&t.mode==i.mode&&!i.context&&!t.context)continue;let s=new bu(i.tags,i.mode,i.context);t?t.next=s:r=s,t=s}return r}});class bu{constructor(e,t,r,i){this.tags=e,this.mode=t,this.context=r,this.next=i}get opaque(){return this.mode==0}get inherit(){return this.mode==1}sort(e){return!e||e.depth<this.depth?(this.next=e,this):(e.next=this.sort(e.next),e)}get depth(){return this.context?this.context.length:0}}bu.empty=new bu([],2,null);function lb(n,e){let t=Object.create(null);for(let s of n)if(!Array.isArray(s.tag))t[s.tag.id]=s.class;else for(let a of s.tag)t[a.id]=s.class;let{scope:r,all:i=null}=e||{};return{style:s=>{let a=i;for(let c of s)for(let u of c.set){let h=t[u.id];if(h){a=a?a+" "+h:h;break}}return a},scope:r}}function mE(n,e){let t=null;for(let r of n){let i=r.style(e);i&&(t=t?t+" "+i:i)}return t}function gE(n,e,t,r=0,i=n.length){let s=new OE(r,Array.isArray(e)?e:[e],t);s.highlightRange(n.cursor(),r,i,"",s.highlighters),s.flush(i)}class OE{constructor(e,t,r){this.at=e,this.highlighters=t,this.span=r,this.class=""}startSpan(e,t){t!=this.class&&(this.flush(e),e>this.at&&(this.at=e),this.class=t)}flush(e){e>this.at&&this.class&&this.span(this.at,e,this.class)}highlightRange(e,t,r,i,s){let{type:a,from:c,to:u}=e;if(c>=r||u<=t)return;a.isTop&&(s=this.highlighters.filter(v=>!v.scope||v.scope(a)));let h=i,m=xE(e)||bu.empty,O=mE(s,m.tags);if(O&&(h&&(h+=" "),h+=O,m.mode==1&&(i+=(i?" ":"")+O)),this.startSpan(Math.max(t,c),h),m.opaque)return;let x=e.tree&&e.tree.prop(bt.mounted);if(x&&x.overlay){let v=e.node.enter(x.overlay[0].from+c,1),w=this.highlighters.filter($=>!$.scope||$.scope(x.tree.type)),k=e.firstChild();for(let $=0,M=c;;$++){let N=$<x.overlay.length?x.overlay[$]:null,A=N?N.from+c:u,j=Math.max(t,M),T=Math.min(r,A);if(j<T&&k)for(;e.from<T&&(this.highlightRange(e,j,T,i,s),this.startSpan(Math.min(T,e.to),h),!(e.to>=A||!e.nextSibling())););if(!N||A>r)break;M=N.to+c,M>t&&(this.highlightRange(v.cursor(),Math.max(t,N.from+c),Math.min(r,M),"",w),this.startSpan(Math.min(r,M),h))}k&&e.parent()}else if(e.firstChild()){x&&(i="");do if(!(e.to<=t)){if(e.from>=r)break;this.highlightRange(e,t,r,i,s),this.startSpan(Math.min(r,e.to),h)}while(e.nextSibling());e.parent()}}}function xE(n){let e=n.type.prop(ab);for(;e&&e.context&&!n.matchContext(e.context);)e=e.next;return e||null}const je=vi.define,c1=je(),Po=je(),Y6=je(Po),q6=je(Po),Ao=je(),u1=je(Ao),Pp=je(Ao),is=je(),ca=je(is),es=je(),ts=je(),d2=je(),Vc=je(d2),d1=je(),X={comment:c1,lineComment:je(c1),blockComment:je(c1),docComment:je(c1),name:Po,variableName:je(Po),typeName:Y6,tagName:je(Y6),propertyName:q6,attributeName:je(q6),className:je(Po),labelName:je(Po),namespace:je(Po),macroName:je(Po),literal:Ao,string:u1,docString:je(u1),character:je(u1),attributeValue:je(u1),number:Pp,integer:je(Pp),float:je(Pp),bool:je(Ao),regexp:je(Ao),escape:je(Ao),color:je(Ao),url:je(Ao),keyword:es,self:je(es),null:je(es),atom:je(es),unit:je(es),modifier:je(es),operatorKeyword:je(es),controlKeyword:je(es),definitionKeyword:je(es),moduleKeyword:je(es),operator:ts,derefOperator:je(ts),arithmeticOperator:je(ts),logicOperator:je(ts),bitwiseOperator:je(ts),compareOperator:je(ts),updateOperator:je(ts),definitionOperator:je(ts),typeOperator:je(ts),controlOperator:je(ts),punctuation:d2,separator:je(d2),bracket:Vc,angleBracket:je(Vc),squareBracket:je(Vc),paren:je(Vc),brace:je(Vc),content:is,heading:ca,heading1:je(ca),heading2:je(ca),heading3:je(ca),heading4:je(ca),heading5:je(ca),heading6:je(ca),contentSeparator:je(is),list:je(is),quote:je(is),emphasis:je(is),strong:je(is),link:je(is),monospace:je(is),strikethrough:je(is),inserted:je(),deleted:je(),changed:je(),invalid:je(),meta:d1,documentMeta:je(d1),annotation:je(d1),processingInstruction:je(d1),definition:vi.defineModifier("definition"),constant:vi.defineModifier("constant"),function:vi.defineModifier("function"),standard:vi.defineModifier("standard"),local:vi.defineModifier("local"),special:vi.defineModifier("special")};for(let n in X){let e=X[n];e instanceof vi&&(e.name=n)}lb([{tag:X.link,class:"tok-link"},{tag:X.heading,class:"tok-heading"},{tag:X.emphasis,class:"tok-emphasis"},{tag:X.strong,class:"tok-strong"},{tag:X.keyword,class:"tok-keyword"},{tag:X.atom,class:"tok-atom"},{tag:X.bool,class:"tok-bool"},{tag:X.url,class:"tok-url"},{tag:X.labelName,class:"tok-labelName"},{tag:X.inserted,class:"tok-inserted"},{tag:X.deleted,class:"tok-deleted"},{tag:X.literal,class:"tok-literal"},{tag:X.string,class:"tok-string"},{tag:X.number,class:"tok-number"},{tag:[X.regexp,X.escape,X.special(X.string)],class:"tok-string2"},{tag:X.variableName,class:"tok-variableName"},{tag:X.local(X.variableName),class:"tok-variableName tok-local"},{tag:X.definition(X.variableName),class:"tok-variableName tok-definition"},{tag:X.special(X.variableName),class:"tok-variableName2"},{tag:X.definition(X.propertyName),class:"tok-propertyName tok-definition"},{tag:X.typeName,class:"tok-typeName"},{tag:X.namespace,class:"tok-namespace"},{tag:X.className,class:"tok-className"},{tag:X.macroName,class:"tok-macroName"},{tag:X.propertyName,class:"tok-propertyName"},{tag:X.operator,class:"tok-operator"},{tag:X.comment,class:"tok-comment"},{tag:X.meta,class:"tok-meta"},{tag:X.invalid,class:"tok-invalid"},{tag:X.punctuation,class:"tok-punctuation"}]);var Ap;const wl=new bt;function cb(n){return Ye.define({combine:n?e=>e.concat(n):void 0})}const vg=new bt;class Li{constructor(e,t,r=[],i=""){this.data=e,this.name=i,Dt.prototype.hasOwnProperty("tree")||Object.defineProperty(Dt.prototype,"tree",{get(){return Pn(this)}}),this.parser=t,this.extension=[_o.of(this),Dt.languageData.of((s,a,c)=>{let u=U6(s,a,c),h=u.type.prop(wl);if(!h)return[];let m=s.facet(h),O=u.type.prop(vg);if(O){let x=u.resolve(a-u.from,c);for(let v of O)if(v.test(x,s)){let w=s.facet(v.facet);return v.type=="replace"?w:w.concat(m)}}return m})].concat(r)}isActiveAt(e,t,r=-1){return U6(e,t,r).type.prop(wl)==this.data}findRegions(e){let t=e.facet(_o);if((t==null?void 0:t.data)==this.data)return[{from:0,to:e.doc.length}];if(!t||!t.allowsNesting)return[];let r=[],i=(s,a)=>{if(s.prop(wl)==this.data){r.push({from:a,to:a+s.length});return}let c=s.prop(bt.mounted);if(c){if(c.tree.prop(wl)==this.data){if(c.overlay)for(let u of c.overlay)r.push({from:u.from+a,to:u.to+a});else r.push({from:a,to:a+s.length});return}else if(c.overlay){let u=r.length;if(i(c.tree,c.overlay[0].from+a),r.length>u)return}}for(let u=0;u<s.children.length;u++){let h=s.children[u];h instanceof fn&&i(h,s.positions[u]+a)}};return i(Pn(e),0),r}get allowsNesting(){return!0}}Li.setState=Ft.define();function U6(n,e,t){let r=n.facet(_o),i=Pn(n).topNode;if(!r||r.allowsNesting)for(let s=i;s;s=s.enter(e,t,qt.ExcludeBuffers|qt.EnterBracketed))s.type.isTop&&(i=s);return i}class Il extends Li{constructor(e,t,r){super(e,t,[],r),this.parser=t}static define(e){let t=cb(e.languageData);return new Il(t,e.parser.configure({props:[wl.add(r=>r.isTop?t:void 0)]}),e.name)}configure(e,t){return new Il(this.data,this.parser.configure(e),t||this.name)}get allowsNesting(){return this.parser.hasWrappers()}}function Pn(n){let e=n.field(Li.state,!1);return e?e.tree:fn.empty}class yE{constructor(e){this.doc=e,this.cursorPos=0,this.string="",this.cursor=e.iter()}get length(){return this.doc.length}syncTo(e){return this.string=this.cursor.next(e-this.cursorPos).value,this.cursorPos=e+this.string.length,this.cursorPos-this.string.length}chunk(e){return this.syncTo(e),this.string}get lineChunks(){return!0}read(e,t){let r=this.cursorPos-this.string.length;return e<r||t>=this.cursorPos?this.doc.sliceString(e,t):this.string.slice(e-r,t-r)}}let _c=null;class dd{constructor(e,t,r=[],i,s,a,c,u){this.parser=e,this.state=t,this.fragments=r,this.tree=i,this.treeLen=s,this.viewport=a,this.skipped=c,this.scheduleOn=u,this.parse=null,this.tempSkipped=[]}static create(e,t,r){return new dd(e,t,[],fn.empty,0,r,[],null)}startParse(){return this.parser.startParse(new yE(this.state.doc),this.fragments)}work(e,t){return t!=null&&t>=this.state.doc.length&&(t=void 0),this.tree!=fn.empty&&this.isDone(t??this.state.doc.length)?(this.takeTree(),!0):this.withContext(()=>{var r;if(typeof e=="number"){let i=Date.now()+e;e=()=>Date.now()>i}for(this.parse||(this.parse=this.startParse()),t!=null&&(this.parse.stoppedAt==null||this.parse.stoppedAt>t)&&t<this.state.doc.length&&this.parse.stopAt(t);;){let i=this.parse.advance();if(i)if(this.fragments=this.withoutTempSkipped(Fs.addTree(i,this.fragments,this.parse.stoppedAt!=null)),this.treeLen=(r=this.parse.stoppedAt)!==null&&r!==void 0?r:this.state.doc.length,this.tree=i,this.parse=null,this.treeLen<(t??this.state.doc.length))this.parse=this.startParse();else return!0;if(e())return!1}})}takeTree(){let e,t;this.parse&&(e=this.parse.parsedPos)>=this.treeLen&&((this.parse.stoppedAt==null||this.parse.stoppedAt>e)&&this.parse.stopAt(e),this.withContext(()=>{for(;!(t=this.parse.advance()););}),this.treeLen=e,this.tree=t,this.fragments=this.withoutTempSkipped(Fs.addTree(this.tree,this.fragments,!0)),this.parse=null)}withContext(e){let t=_c;_c=this;try{return e()}finally{_c=t}}withoutTempSkipped(e){for(let t;t=this.tempSkipped.pop();)e=G6(e,t.from,t.to);return e}changes(e,t){let{fragments:r,tree:i,treeLen:s,viewport:a,skipped:c}=this;if(this.takeTree(),!e.empty){let u=[];if(e.iterChangedRanges((h,m,O,x)=>u.push({fromA:h,toA:m,fromB:O,toB:x})),r=Fs.applyChanges(r,u),i=fn.empty,s=0,a={from:e.mapPos(a.from,-1),to:e.mapPos(a.to,1)},this.skipped.length){c=[];for(let h of this.skipped){let m=e.mapPos(h.from,1),O=e.mapPos(h.to,-1);m<O&&c.push({from:m,to:O})}}}return new dd(this.parser,t,r,i,s,a,c,this.scheduleOn)}updateViewport(e){if(this.viewport.from==e.from&&this.viewport.to==e.to)return!1;this.viewport=e;let t=this.skipped.length;for(let r=0;r<this.skipped.length;r++){let{from:i,to:s}=this.skipped[r];i<e.to&&s>e.from&&(this.fragments=G6(this.fragments,i,s),this.skipped.splice(r--,1))}return this.skipped.length>=t?!1:(this.reset(),!0)}reset(){this.parse&&(this.takeTree(),this.parse=null)}skipUntilInView(e,t){this.skipped.push({from:e,to:t})}static getSkippingParser(e){return new class extends ob{createParse(t,r,i){let s=i[0].from,a=i[i.length-1].to;return{parsedPos:s,advance(){let u=_c;if(u){for(let h of i)u.tempSkipped.push(h);e&&(u.scheduleOn=u.scheduleOn?Promise.all([u.scheduleOn,e]):e)}return this.parsedPos=a,new fn(jr.none,[],[],a-s)},stoppedAt:null,stopAt(){}}}}}isDone(e){e=Math.min(e,this.state.doc.length);let t=this.fragments;return this.treeLen>=e&&t.length&&t[0].from==0&&t[0].to>=e}static get(){return _c}}function G6(n,e,t){return Fs.applyChanges(n,[{fromA:e,toA:t,fromB:e,toB:t}])}class Dl{constructor(e){this.context=e,this.tree=e.tree}apply(e){if(!e.docChanged&&this.tree==this.context.tree)return this;let t=this.context.changes(e.changes,e.state),r=this.context.treeLen==e.startState.doc.length?void 0:Math.max(e.changes.mapPos(this.context.treeLen),t.viewport.to);return t.work(20,r)||t.takeTree(),new Dl(t)}static init(e){let t=Math.min(3e3,e.doc.length),r=dd.create(e.facet(_o).parser,e,{from:0,to:t});return r.work(20,t)||r.takeTree(),new Dl(r)}}Li.state=ci.define({create:Dl.init,update(n,e){for(let t of e.effects)if(t.is(Li.setState))return t.value;return e.startState.facet(_o)!=e.state.facet(_o)?Dl.init(e.state):n.apply(e)}});let ub=n=>{let e=setTimeout(()=>n(),500);return()=>clearTimeout(e)};typeof requestIdleCallback<"u"&&(ub=n=>{let e=-1,t=setTimeout(()=>{e=requestIdleCallback(n,{timeout:400})},100);return()=>e<0?clearTimeout(t):cancelIdleCallback(e)});const $p=typeof navigator<"u"&&(!((Ap=navigator.scheduling)===null||Ap===void 0)&&Ap.isInputPending)?()=>navigator.scheduling.isInputPending():null,vE=qr.fromClass(class{constructor(e){this.view=e,this.working=null,this.workScheduled=0,this.chunkEnd=-1,this.chunkBudget=-1,this.work=this.work.bind(this),this.scheduleWork()}update(e){let t=this.view.state.field(Li.state).context;(t.updateViewport(e.view.viewport)||this.view.viewport.to>t.treeLen)&&this.scheduleWork(),(e.docChanged||e.selectionSet)&&(this.view.hasFocus&&(this.chunkBudget+=50),this.scheduleWork()),this.checkAsyncSchedule(t)}scheduleWork(){if(this.working)return;let{state:e}=this.view,t=e.field(Li.state);(t.tree!=t.context.tree||!t.context.isDone(e.doc.length))&&(this.working=ub(this.work))}work(e){this.working=null;let t=Date.now();if(this.chunkEnd<t&&(this.chunkEnd<0||this.view.hasFocus)&&(this.chunkEnd=t+3e4,this.chunkBudget=3e3),this.chunkBudget<=0)return;let{state:r,viewport:{to:i}}=this.view,s=r.field(Li.state);if(s.tree==s.context.tree&&s.context.isDone(i+1e5))return;let a=Date.now()+Math.min(this.chunkBudget,100,e&&!$p?Math.max(25,e.timeRemaining()-5):1e9),c=s.context.treeLen<i&&r.doc.length>i+1e3,u=s.context.work(()=>$p&&$p()||Date.now()>a,i+(c?0:1e5));this.chunkBudget-=Date.now()-t,(u||this.chunkBudget<=0)&&(s.context.takeTree(),this.view.dispatch({effects:Li.setState.of(new Dl(s.context))})),this.chunkBudget>0&&!(u&&!c)&&this.scheduleWork(),this.checkAsyncSchedule(s.context)}checkAsyncSchedule(e){e.scheduleOn&&(this.workScheduled++,e.scheduleOn.then(()=>this.scheduleWork()).catch(t=>cs(this.view.state,t)).then(()=>this.workScheduled--),e.scheduleOn=null)}destroy(){this.working&&this.working()}isWorking(){return!!(this.working||this.workScheduled>0)}},{eventHandlers:{focus(){this.scheduleWork()}}}),_o=Ye.define({combine(n){return n.length?n[0]:null},enables:n=>[Li.state,vE,Be.contentAttributes.compute([n],e=>{let t=e.facet(n);return t&&t.name?{"data-language":t.name}:{}})]});class bg{constructor(e,t=[]){this.language=e,this.support=t,this.extension=[e,t]}}const bE=Ye.define(),zd=Ye.define({combine:n=>{if(!n.length)return" ";let e=n[0];if(!e||/\S/.test(e)||Array.from(e).some(t=>t!=e[0]))throw new Error("Invalid indent unit: "+JSON.stringify(n[0]));return e}});function fd(n){let e=n.facet(zd);return e.charCodeAt(0)==9?n.tabSize*e.length:e.length}function wu(n,e){let t="",r=n.tabSize,i=n.facet(zd)[0];if(i==" "){for(;e>=r;)t+=" ",e-=r;i=" "}for(let s=0;s<e;s++)t+=i;return t}function wg(n,e){n instanceof Dt&&(n=new Hd(n));for(let r of n.state.facet(bE)){let i=r(n,e);if(i!==void 0)return i}let t=Pn(n.state);return t.length>=e?wE(n,t,e):null}class Hd{constructor(e,t={}){this.state=e,this.options=t,this.unit=fd(e)}lineAt(e,t=1){let r=this.state.doc.lineAt(e),{simulateBreak:i,simulateDoubleBreak:s}=this.options;return i!=null&&i>=r.from&&i<=r.to?s&&i==e?{text:"",from:e}:(t<0?i<e:i<=e)?{text:r.text.slice(i-r.from),from:i}:{text:r.text.slice(0,i-r.from),from:r.from}:r}textAfterPos(e,t=1){if(this.options.simulateDoubleBreak&&e==this.options.simulateBreak)return"";let{text:r,from:i}=this.lineAt(e,t);return r.slice(e-i,Math.min(r.length,e+100-i))}column(e,t=1){let{text:r,from:i}=this.lineAt(e,t),s=this.countColumn(r,e-i),a=this.options.overrideIndentation?this.options.overrideIndentation(i):-1;return a>-1&&(s+=a-this.countColumn(r,r.search(/\S|$/))),s}countColumn(e,t=e.length){return Ld(e,this.state.tabSize,t)}lineIndent(e,t=1){let{text:r,from:i}=this.lineAt(e,t),s=this.options.overrideIndentation;if(s){let a=s(i);if(a>-1)return a}return this.countColumn(r,r.search(/\S|$/))}get simulatedBreak(){return this.options.simulateBreak||null}}const Wd=new bt;function wE(n,e,t){let r=e.resolveStack(t),i=e.resolveInner(t,-1).resolve(t,0).enterUnfinishedNodesBefore(t);if(i!=r.node){let s=[];for(let a=i;a&&!(a.from<r.node.from||a.to>r.node.to||a.from==r.node.from&&a.type==r.node.type);a=a.parent)s.push(a);for(let a=s.length-1;a>=0;a--)r={node:s[a],next:r}}return db(r,n,t)}function db(n,e,t){for(let r=n;r;r=r.next){let i=kE(r.node);if(i)return i(Sg.create(e,t,r))}return 0}function SE(n){return n.pos==n.options.simulateBreak&&n.options.simulateDoubleBreak}function kE(n){let e=n.type.prop(Wd);if(e)return e;let t=n.firstChild,r;if(t&&(r=t.type.prop(bt.closedBy))){let i=n.lastChild,s=i&&r.indexOf(i.name)>-1;return a=>fb(a,!0,1,void 0,s&&!SE(a)?i.from:void 0)}return n.parent==null?PE:null}function PE(){return 0}class Sg extends Hd{constructor(e,t,r){super(e.state,e.options),this.base=e,this.pos=t,this.context=r}get node(){return this.context.node}static create(e,t,r){return new Sg(e,t,r)}get textAfter(){return this.textAfterPos(this.pos)}get baseIndent(){return this.baseIndentFor(this.node)}baseIndentFor(e){let t=this.state.doc.lineAt(e.from);for(;;){let r=e.resolve(t.from);for(;r.parent&&r.parent.from==r.from;)r=r.parent;if(AE(r,e))break;t=this.state.doc.lineAt(r.from)}return this.lineIndent(t.from)}continue(){return db(this.context.next,this.base,this.pos)}}function AE(n,e){for(let t=e;t;t=t.parent)if(n==t)return!0;return!1}function $E(n){let e=n.node,t=e.childAfter(e.from),r=e.lastChild;if(!t)return null;let i=n.options.simulateBreak,s=n.state.doc.lineAt(t.from),a=i==null||i<=s.from?s.to:Math.min(s.to,i);for(let c=t.to;;){let u=e.childAfter(c);if(!u||u==r)return null;if(!u.type.isSkipped){if(u.from>=a)return null;let h=/^ */.exec(s.text.slice(t.to-s.from))[0].length;return{from:t.from,to:t.to+h}}c=u.to}}function CE({closing:n,align:e=!0,units:t=1}){return r=>fb(r,e,t,n)}function fb(n,e,t,r,i){let s=n.textAfter,a=s.match(/^\s*/)[0].length,c=r&&s.slice(a,a+r.length)==r||i==n.pos+a,u=e?$E(n):null;return u?c?n.column(u.from):n.column(u.to):n.baseIndent+(c?0:n.unit*t)}const EE=n=>n.baseIndent;function X1({except:n,units:e=1}={}){return t=>{let r=n&&n.test(t.textAfter);return t.baseIndent+(r?0:e*t.unit)}}const TE=200;function ME(){return Dt.transactionFilter.of(n=>{if(!n.docChanged||!n.isUserEvent("input.type")&&!n.isUserEvent("input.complete"))return n;let e=n.startState.languageDataAt("indentOnInput",n.startState.selection.main.head);if(!e.length)return n;let t=n.newDoc,{head:r}=n.newSelection.main,i=t.lineAt(r);if(r>i.from+TE)return n;let s=t.sliceString(i.from,r);if(!e.some(h=>h.test(s)))return n;let{state:a}=n,c=-1,u=[];for(let{head:h}of a.selection.ranges){let m=a.doc.lineAt(h);if(m.from==c)continue;c=m.from;let O=wg(a,m.from);if(O==null)continue;let x=/^\s*/.exec(m.text)[0],v=wu(a,O);x!=v&&u.push({from:m.from,to:m.from+x.length,insert:v})}return u.length?[n,{changes:u,sequential:!0}]:n})}const QE=Ye.define(),Bd=new bt;function hb(n){let e=n.firstChild,t=n.lastChild;return e&&e.to<t.from?{from:e.to,to:t.type.isError?n.to:t.from}:null}function jE(n,e,t){let r=Pn(n);if(r.length<t)return null;let i=r.resolveStack(t,1),s=null;for(let a=i;a;a=a.next){let c=a.node;if(c.to<=t||c.from>t)continue;if(s&&c.from<e)break;let u=c.type.prop(Bd);if(u&&(c.to<r.length-50||r.length==n.doc.length||!ZE(c))){let h=u(c,n);h&&h.from<=t&&h.from>=e&&h.to>t&&(s=h)}}return s}function ZE(n){let e=n.lastChild;return e&&e.to==n.to&&e.type.isError}function K6(n,e,t){for(let r of n.facet(QE)){let i=r(n,e,t);if(i)return i}return jE(n,e,t)}function pb(n,e){let t=e.mapPos(n.from,1),r=e.mapPos(n.to,-1);return t>=r?void 0:{from:t,to:r}}const mb=Ft.define({map:pb}),kg=Ft.define({map:pb}),hd=ci.define({create(){return pt.none},update(n,e){e.isUserEvent("delete")&&e.changes.iterChangedRanges((t,r)=>n=J6(n,t,r)),n=n.map(e.changes);for(let t of e.effects)if(t.is(mb)&&!RE(n,t.value.from,t.value.to)){let{preparePlaceholder:r}=e.state.facet(gb),i=r?pt.replace({widget:new VE(r(e.state,t.value))}):ex;n=n.update({add:[i.range(t.value.from,t.value.to)]})}else t.is(kg)&&(n=n.update({filter:(r,i)=>t.value.from!=r||t.value.to!=i,filterFrom:t.value.from,filterTo:t.value.to}));return e.selection&&(n=J6(n,e.selection.main.head)),n},provide:n=>Be.decorations.from(n),toJSON(n,e){let t=[];return n.between(0,e.doc.length,(r,i)=>{t.push(r,i)}),t},fromJSON(n){if(!Array.isArray(n)||n.length%2)throw new RangeError("Invalid JSON for fold state");let e=[];for(let t=0;t<n.length;){let r=n[t++],i=n[t++];if(typeof r!="number"||typeof i!="number")throw new RangeError("Invalid JSON for fold state");e.push(ex.range(r,i))}return pt.set(e,!0)}});function J6(n,e,t=e){let r=!1;return n.between(e,t,(i,s)=>{i<t&&s>e&&(r=!0)}),r?n.update({filterFrom:e,filterTo:t,filter:(i,s)=>i>=t||s<=e}):n}function f2(n,e,t){var r;let i=null;return(r=n.field(hd,!1))===null||r===void 0||r.between(e,t,(s,a)=>{(!i||i.from>s)&&(i={from:s,to:a})}),i}function RE(n,e,t){let r=!1;return n.between(e,e,(i,s)=>{i==e&&s==t&&(r=!0)}),r}const NE={placeholderDOM:null,preparePlaceholder:null,placeholderText:"…"},gb=Ye.define({combine(n){return ql(n,NE)}});function LE(n){return[hd,DE]}function Ob(n,e){let{state:t}=n,r=t.facet(gb),i=a=>{let c=n.lineBlockAt(n.posAtDOM(a.target)),u=f2(n.state,c.from,c.to);u&&n.dispatch({effects:kg.of(u)}),a.preventDefault()};if(r.placeholderDOM)return r.placeholderDOM(n,i,e);let s=document.createElement("span");return s.textContent=r.placeholderText,s.setAttribute("aria-label",t.phrase("folded code")),s.title=t.phrase("unfold"),s.className="cm-foldPlaceholder",s.onclick=i,s}const ex=pt.replace({widget:new class extends Qa{toDOM(n){return Ob(n,null)}}});class VE extends Qa{constructor(e){super(),this.value=e}eq(e){return this.value==e.value}toDOM(e){return Ob(e,this.value)}}const _E={openText:"⌄",closedText:"›",markerDOM:null,domEventHandlers:{},foldingChanged:()=>!1};class Cp extends Ws{constructor(e,t){super(),this.config=e,this.open=t}eq(e){return this.config==e.config&&this.open==e.open}toDOM(e){if(this.config.markerDOM)return this.config.markerDOM(this.open);let t=document.createElement("span");return t.textContent=this.open?this.config.openText:this.config.closedText,t.title=e.state.phrase(this.open?"Fold line":"Unfold line"),t}}function IE(n={}){let e={..._E,...n},t=new Cp(e,!0),r=new Cp(e,!1),i=qr.fromClass(class{constructor(a){this.from=a.viewport.from,this.markers=this.buildMarkers(a)}update(a){(a.docChanged||a.viewportChanged||a.startState.facet(_o)!=a.state.facet(_o)||a.startState.field(hd,!1)!=a.state.field(hd,!1)||Pn(a.startState)!=Pn(a.state)||e.foldingChanged(a))&&(this.markers=this.buildMarkers(a.view))}buildMarkers(a){let c=new ba;for(let u of a.viewportLineBlocks){let h=f2(a.state,u.from,u.to)?r:K6(a.state,u.from,u.to)?t:null;h&&c.add(u.from,u.from,h)}return c.finish()}}),{domEventHandlers:s}=e;return[i,IC({class:"cm-foldGutter",markers(a){var c;return((c=a.plugin(i))===null||c===void 0?void 0:c.markers)||Ct.empty},initialSpacer(){return new Cp(e,!1)},domEventHandlers:{...s,click:(a,c,u)=>{if(s.click&&s.click(a,c,u))return!0;let h=f2(a.state,c.from,c.to);if(h)return a.dispatch({effects:kg.of(h)}),!0;let m=K6(a.state,c.from,c.to);return m?(a.dispatch({effects:mb.of(m)}),!0):!1}}}),LE()]}const DE=Be.baseTheme({".cm-foldPlaceholder":{backgroundColor:"#eee",border:"1px solid #ddd",color:"#888",borderRadius:".2em",margin:"0 1px",padding:"0 1px",cursor:"pointer"},".cm-foldGutter span":{padding:"0 1px",cursor:"pointer"}});class Yd{constructor(e,t){this.specs=e;let r;function i(c){let u=Ro.newName();return(r||(r=Object.create(null)))["."+u]=c,u}const s=typeof t.all=="string"?t.all:t.all?i(t.all):void 0,a=t.scope;this.scope=a instanceof Li?c=>c.prop(wl)==a.data:a?c=>c==a:void 0,this.style=lb(e.map(c=>({tag:c.tag,class:c.class||i(Object.assign({},c,{tag:null}))})),{all:s}).style,this.module=r?new Ro(r):null,this.themeType=t.themeType}static define(e,t){return new Yd(e,t||{})}}const h2=Ye.define(),XE=Ye.define({combine(n){return n.length?[n[0]]:null}});function Ep(n){let e=n.facet(h2);return e.length?e:n.facet(XE)}function FE(n,e){let t=[HE],r;return n instanceof Yd&&(n.module&&t.push(Be.styleModule.of(n.module)),r=n.themeType),r?t.push(h2.computeN([Be.darkTheme],i=>i.facet(Be.darkTheme)==(r=="dark")?[n]:[])):t.push(h2.of(n)),t}class zE{constructor(e){this.markCache=Object.create(null),this.tree=Pn(e.state),this.decorations=this.buildDeco(e,Ep(e.state)),this.decoratedTo=e.viewport.to}update(e){let t=Pn(e.state),r=Ep(e.state),i=r!=Ep(e.startState),{viewport:s}=e.view,a=e.changes.mapPos(this.decoratedTo,1);t.length<s.to&&!i&&t.type==this.tree.type&&a>=s.to?(this.decorations=this.decorations.map(e.changes),this.decoratedTo=a):(t!=this.tree||e.viewportChanged||i)&&(this.tree=t,this.decorations=this.buildDeco(e.view,r),this.decoratedTo=s.to)}buildDeco(e,t){if(!t||!this.tree.length)return pt.none;let r=new ba;for(let{from:i,to:s}of e.visibleRanges)gE(this.tree,t,(a,c,u)=>{r.add(a,c,this.markCache[u]||(this.markCache[u]=pt.mark({class:u})))},i,s);return r.finish()}}const HE=Qu.high(qr.fromClass(zE,{decorations:n=>n.decorations})),WE=Be.baseTheme({"&.cm-focused .cm-matchingBracket":{backgroundColor:"#328c8252"},"&.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bb555544"}}),xb=1e4,yb="()[]{}",vb=Ye.define({combine(n){return ql(n,{afterCursor:!0,brackets:yb,maxScanDistance:xb,renderMatch:qE})}}),BE=pt.mark({class:"cm-matchingBracket"}),YE=pt.mark({class:"cm-nonmatchingBracket"});function qE(n){let e=[],t=n.matched?BE:YE;return e.push(t.range(n.start.from,n.start.to)),n.end&&e.push(t.range(n.end.from,n.end.to)),e}function tx(n){let e=[],t=n.facet(vb);for(let r of n.selection.ranges){if(!r.empty)continue;let i=ds(n,r.head,-1,t)||r.head>0&&ds(n,r.head-1,1,t)||t.afterCursor&&(ds(n,r.head,1,t)||r.head<n.doc.length&&ds(n,r.head+1,-1,t));i&&(e=e.concat(t.renderMatch(i,n)))}return pt.set(e,!0)}const UE=qr.fromClass(class{constructor(n){this.paused=!1,this.decorations=tx(n.state)}update(n){(n.docChanged||n.selectionSet||this.paused)&&(n.view.composing?(this.decorations=this.decorations.map(n.changes),this.paused=!0):(this.decorations=tx(n.state),this.paused=!1))}},{decorations:n=>n.decorations}),GE=[UE,WE];function KE(n={}){return[vb.of(n),GE]}const bb=new bt;function p2(n,e,t){let r=n.prop(e<0?bt.openedBy:bt.closedBy);if(r)return r;if(n.name.length==1){let i=t.indexOf(n.name);if(i>-1&&i%2==(e<0?1:0))return[t[i+e]]}return null}function m2(n){let e=n.type.prop(bb);return e?e(n.node):n}function ds(n,e,t,r={}){let i=r.maxScanDistance||xb,s=r.brackets||yb,a=Pn(n),c=a.resolveInner(e,t);for(let u=c;u;u=u.parent){let h=p2(u.type,t,s);if(h&&u.from<u.to){let m=m2(u);if(m&&(t>0?e>=m.from&&e<m.to:e>m.from&&e<=m.to))return JE(n,e,t,u,m,h,s)}}return eT(n,e,t,a,c.type,i,s)}function JE(n,e,t,r,i,s,a){let c=r.parent,u={from:i.from,to:i.to},h=0,m=c==null?void 0:c.cursor();if(m&&(t<0?m.childBefore(r.from):m.childAfter(r.to)))do if(t<0?m.to<=r.from:m.from>=r.to){if(h==0&&s.indexOf(m.type.name)>-1&&m.from<m.to){let O=m2(m);return{start:u,end:O?{from:O.from,to:O.to}:void 0,matched:!0}}else if(p2(m.type,t,a))h++;else if(p2(m.type,-t,a)){if(h==0){let O=m2(m);return{start:u,end:O&&O.from<O.to?{from:O.from,to:O.to}:void 0,matched:!1}}h--}}while(t<0?m.prevSibling():m.nextSibling());return{start:u,matched:!1}}function eT(n,e,t,r,i,s,a){let c=t<0?n.sliceDoc(e-1,e):n.sliceDoc(e,e+1),u=a.indexOf(c);if(u<0||u%2==0!=t>0)return null;let h={from:t<0?e-1:e,to:t>0?e+1:e},m=n.doc.iterRange(e,t>0?n.doc.length:0),O=0;for(let x=0;!m.next().done&&x<=s;){let v=m.value;t<0&&(x+=v.length);let w=e+x*t;for(let k=t>0?0:v.length-1,$=t>0?v.length:-1;k!=$;k+=t){let M=a.indexOf(v[k]);if(!(M<0||r.resolveInner(w+k,1).type!=i))if(M%2==0==t>0)O++;else{if(O==1)return{start:h,end:{from:w+k,to:w+k+1},matched:M>>1==u>>1};O--}}t>0&&(x+=v.length)}return m.done?{start:h,matched:!1}:null}const tT=Object.create(null),nx=[jr.none],rx=[],ix=Object.create(null),nT=Object.create(null);for(let[n,e]of[["variable","variableName"],["variable-2","variableName.special"],["string-2","string.special"],["def","variableName.definition"],["tag","tagName"],["attribute","attributeName"],["type","typeName"],["builtin","variableName.standard"],["qualifier","modifier"],["error","invalid"],["header","heading"],["property","propertyName"]])nT[n]=rT(tT,e);function Tp(n,e){rx.indexOf(n)>-1||(rx.push(n),console.warn(e))}function rT(n,e){let t=[];for(let c of e.split(" ")){let u=[];for(let h of c.split(".")){let m=n[h]||X[h];m?typeof m=="function"?u.length?u=u.map(m):Tp(h,`Modifier ${h} used at start of tag`):u.length?Tp(h,`Tag ${h} used as modifier`):u=Array.isArray(m)?m:[m]:Tp(h,`Unknown highlighting tag ${h}`)}for(let h of u)t.push(h)}if(!t.length)return 0;let r=e.replace(/ /g,"_"),i=r+" "+t.map(c=>c.id),s=ix[i];if(s)return s.id;let a=ix[i]=jr.define({id:nx.length,name:r,props:[Fd({[r]:t})]});return nx.push(a),a.id}kn.RTL,kn.LTR;const iT=n=>{let{state:e}=n,t=e.doc.lineAt(e.selection.main.from),r=Ag(n.state,t.from);return r.line?sT(n):r.block?aT(n):!1};function Pg(n,e){return({state:t,dispatch:r})=>{if(t.readOnly)return!1;let i=n(e,t);return i?(r(t.update(i)),!0):!1}}const sT=Pg(uT,0),oT=Pg(wb,0),aT=Pg((n,e)=>wb(n,e,cT(e)),0);function Ag(n,e){let t=n.languageDataAt("commentTokens",e,1);return t.length?t[0]:{}}const Ic=50;function lT(n,{open:e,close:t},r,i){let s=n.sliceDoc(r-Ic,r),a=n.sliceDoc(i,i+Ic),c=/\s*$/.exec(s)[0].length,u=/^\s*/.exec(a)[0].length,h=s.length-c;if(s.slice(h-e.length,h)==e&&a.slice(u,u+t.length)==t)return{open:{pos:r-c,margin:c&&1},close:{pos:i+u,margin:u&&1}};let m,O;i-r<=2*Ic?m=O=n.sliceDoc(r,i):(m=n.sliceDoc(r,r+Ic),O=n.sliceDoc(i-Ic,i));let x=/^\s*/.exec(m)[0].length,v=/\s*$/.exec(O)[0].length,w=O.length-v-t.length;return m.slice(x,x+e.length)==e&&O.slice(w,w+t.length)==t?{open:{pos:r+x+e.length,margin:/\s/.test(m.charAt(x+e.length))?1:0},close:{pos:i-v-t.length,margin:/\s/.test(O.charAt(w-1))?1:0}}:null}function cT(n){let e=[];for(let t of n.selection.ranges){let r=n.doc.lineAt(t.from),i=t.to<=r.to?r:n.doc.lineAt(t.to);i.from>r.from&&i.from==t.to&&(i=t.to==r.to+1?r:n.doc.lineAt(t.to-1));let s=e.length-1;s>=0&&e[s].to>r.from?e[s].to=i.to:e.push({from:r.from+/^\s*/.exec(r.text)[0].length,to:i.to})}return e}function wb(n,e,t=e.selection.ranges){let r=t.map(s=>Ag(e,s.from).block);if(!r.every(s=>s))return null;let i=t.map((s,a)=>lT(e,r[a],s.from,s.to));if(n!=2&&!i.every(s=>s))return{changes:e.changes(t.map((s,a)=>i[a]?[]:[{from:s.from,insert:r[a].open+" "},{from:s.to,insert:" "+r[a].close}]))};if(n!=1&&i.some(s=>s)){let s=[];for(let a=0,c;a<i.length;a++)if(c=i[a]){let u=r[a],{open:h,close:m}=c;s.push({from:h.pos-u.open.length,to:h.pos+h.margin},{from:m.pos-m.margin,to:m.pos+u.close.length})}return{changes:s}}return null}function uT(n,e,t=e.selection.ranges){let r=[],i=-1;e:for(let{from:s,to:a}of t){let c=r.length,u=1e9,h;for(let m=s;m<=a;){let O=e.doc.lineAt(m);if(h==null&&(h=Ag(e,O.from).line,!h))continue e;if(O.from>i&&(s==a||a>O.from)){i=O.from;let x=/^\s*/.exec(O.text)[0].length,v=x==O.length,w=O.text.slice(x,x+h.length)==h?x:-1;x<O.text.length&&x<u&&(u=x),r.push({line:O,comment:w,token:h,indent:x,empty:v,single:!1})}m=O.to+1}if(u<1e9)for(let m=c;m<r.length;m++)r[m].indent<r[m].line.text.length&&(r[m].indent=u);r.length==c+1&&(r[c].single=!0)}if(n!=2&&r.some(s=>s.comment<0&&(!s.empty||s.single))){let s=[];for(let{line:c,token:u,indent:h,empty:m,single:O}of r)(O||!m)&&s.push({from:c.from+h,insert:u+" "});let a=e.changes(s);return{changes:a,selection:e.selection.map(a,1)}}else if(n!=1&&r.some(s=>s.comment>=0)){let s=[];for(let{line:a,comment:c,token:u}of r)if(c>=0){let h=a.from+c,m=h+u.length;a.text[m-a.from]==" "&&m++,s.push({from:h,to:m})}return{changes:s}}return null}const g2=qs.define(),dT=qs.define(),fT=Ye.define(),Sb=Ye.define({combine(n){return ql(n,{minDepth:100,newGroupDelay:500,joinToEvent:(e,t)=>t},{minDepth:Math.max,newGroupDelay:Math.min,joinToEvent:(e,t)=>(r,i)=>e(r,i)||t(r,i)})}}),kb=ci.define({create(){return fs.empty},update(n,e){let t=e.state.facet(Sb),r=e.annotation(g2);if(r){let u=Br.fromTransaction(e,r.selection),h=r.side,m=h==0?n.undone:n.done;return u?m=pd(m,m.length,t.minDepth,u):m=$b(m,e.startState.selection),new fs(h==0?r.rest:m,h==0?m:r.rest)}let i=e.annotation(dT);if((i=="full"||i=="before")&&(n=n.isolate()),e.annotation(Qn.addToHistory)===!1)return e.changes.empty?n:n.addMapping(e.changes.desc);let s=Br.fromTransaction(e),a=e.annotation(Qn.time),c=e.annotation(Qn.userEvent);return s?n=n.addChanges(s,a,c,t,e):e.selection&&(n=n.addSelection(e.startState.selection,a,c,t.newGroupDelay)),(i=="full"||i=="after")&&(n=n.isolate()),n},toJSON(n){return{done:n.done.map(e=>e.toJSON()),undone:n.undone.map(e=>e.toJSON())}},fromJSON(n){return new fs(n.done.map(Br.fromJSON),n.undone.map(Br.fromJSON))}});function hT(n={}){return[kb,Sb.of(n),Be.domEventHandlers({beforeinput(e,t){let r=e.inputType=="historyUndo"?Pb:e.inputType=="historyRedo"?O2:null;return r?(e.preventDefault(),r(t)):!1}})]}function qd(n,e){return function({state:t,dispatch:r}){if(!e&&t.readOnly)return!1;let i=t.field(kb,!1);if(!i)return!1;let s=i.pop(n,t,e);return s?(r(s),!0):!1}}const Pb=qd(0,!1),O2=qd(1,!1),pT=qd(0,!0),mT=qd(1,!0);class Br{constructor(e,t,r,i,s){this.changes=e,this.effects=t,this.mapped=r,this.startSelection=i,this.selectionsAfter=s}setSelAfter(e){return new Br(this.changes,this.effects,this.mapped,this.startSelection,e)}toJSON(){var e,t,r;return{changes:(e=this.changes)===null||e===void 0?void 0:e.toJSON(),mapped:(t=this.mapped)===null||t===void 0?void 0:t.toJSON(),startSelection:(r=this.startSelection)===null||r===void 0?void 0:r.toJSON(),selectionsAfter:this.selectionsAfter.map(i=>i.toJSON())}}static fromJSON(e){return new Br(e.changes&&_n.fromJSON(e.changes),[],e.mapped&&hs.fromJSON(e.mapped),e.startSelection&&de.fromJSON(e.startSelection),e.selectionsAfter.map(de.fromJSON))}static fromTransaction(e,t){let r=Si;for(let i of e.startState.facet(fT)){let s=i(e);s.length&&(r=r.concat(s))}return!r.length&&e.changes.empty?null:new Br(e.changes.invert(e.startState.doc),r,void 0,t||e.startState.selection,Si)}static selection(e){return new Br(void 0,Si,void 0,void 0,e)}}function pd(n,e,t,r){let i=e+1>t+20?e-t-1:0,s=n.slice(i,e);return s.push(r),s}function gT(n,e){let t=[],r=!1;return n.iterChangedRanges((i,s)=>t.push(i,s)),e.iterChangedRanges((i,s,a,c)=>{for(let u=0;u<t.length;){let h=t[u++],m=t[u++];c>=h&&a<=m&&(r=!0)}}),r}function OT(n,e){return n.ranges.length==e.ranges.length&&n.ranges.filter((t,r)=>t.empty!=e.ranges[r].empty).length===0}function Ab(n,e){return n.length?e.length?n.concat(e):n:e}const Si=[],xT=200;function $b(n,e){if(n.length){let t=n[n.length-1],r=t.selectionsAfter.slice(Math.max(0,t.selectionsAfter.length-xT));return r.length&&r[r.length-1].eq(e)?n:(r.push(e),pd(n,n.length-1,1e9,t.setSelAfter(r)))}else return[Br.selection([e])]}function yT(n){let e=n[n.length-1],t=n.slice();return t[n.length-1]=e.setSelAfter(e.selectionsAfter.slice(0,e.selectionsAfter.length-1)),t}function Mp(n,e){if(!n.length)return n;let t=n.length,r=Si;for(;t;){let i=vT(n[t-1],e,r);if(i.changes&&!i.changes.empty||i.effects.length){let s=n.slice(0,t);return s[t-1]=i,s}else e=i.mapped,t--,r=i.selectionsAfter}return r.length?[Br.selection(r)]:Si}function vT(n,e,t){let r=Ab(n.selectionsAfter.length?n.selectionsAfter.map(c=>c.map(e)):Si,t);if(!n.changes)return Br.selection(r);let i=n.changes.map(e),s=e.mapDesc(n.changes,!0),a=n.mapped?n.mapped.composeDesc(s):s;return new Br(i,Ft.mapEffects(n.effects,e),a,n.startSelection.map(s),r)}const bT=/^(input\.type|delete)($|\.)/;class fs{constructor(e,t,r=0,i=void 0){this.done=e,this.undone=t,this.prevTime=r,this.prevUserEvent=i}isolate(){return this.prevTime?new fs(this.done,this.undone):this}addChanges(e,t,r,i,s){let a=this.done,c=a[a.length-1];return c&&c.changes&&!c.changes.empty&&e.changes&&(!r||bT.test(r))&&(!c.selectionsAfter.length&&t-this.prevTime<i.newGroupDelay&&i.joinToEvent(s,gT(c.changes,e.changes))||r=="input.type.compose")?a=pd(a,a.length-1,i.minDepth,new Br(e.changes.compose(c.changes),Ab(Ft.mapEffects(e.effects,c.changes),c.effects),c.mapped,c.startSelection,Si)):a=pd(a,a.length,i.minDepth,e),new fs(a,Si,t,r)}addSelection(e,t,r,i){let s=this.done.length?this.done[this.done.length-1].selectionsAfter:Si;return s.length>0&&t-this.prevTime<i&&r==this.prevUserEvent&&r&&/^select($|\.)/.test(r)&&OT(s[s.length-1],e)?this:new fs($b(this.done,e),this.undone,t,r)}addMapping(e){return new fs(Mp(this.done,e),Mp(this.undone,e),this.prevTime,this.prevUserEvent)}pop(e,t,r){let i=e==0?this.done:this.undone;if(i.length==0)return null;let s=i[i.length-1],a=s.selectionsAfter[0]||(s.startSelection?s.startSelection.map(s.changes.invertedDesc,1):t.selection);if(r&&s.selectionsAfter.length)return t.update({selection:s.selectionsAfter[s.selectionsAfter.length-1],annotations:g2.of({side:e,rest:yT(i),selection:a}),userEvent:e==0?"select.undo":"select.redo",scrollIntoView:!0});if(s.changes){let c=i.length==1?Si:i.slice(0,i.length-1);return s.mapped&&(c=Mp(c,s.mapped)),t.update({changes:s.changes,selection:s.startSelection,effects:s.effects,annotations:g2.of({side:e,rest:c,selection:a}),filter:!1,userEvent:e==0?"undo":"redo",scrollIntoView:!0})}else return null}}fs.empty=new fs(Si,Si);const wT=[{key:"Mod-z",run:Pb,preventDefault:!0},{key:"Mod-y",mac:"Mod-Shift-z",run:O2,preventDefault:!0},{linux:"Ctrl-Shift-z",run:O2,preventDefault:!0},{key:"Mod-u",run:pT,preventDefault:!0},{key:"Alt-u",mac:"Mod-Shift-u",run:mT,preventDefault:!0}];function Ul(n,e){return de.create(n.ranges.map(e),n.mainIndex)}function Ii(n,e){return n.update({selection:e,scrollIntoView:!0,userEvent:"select"})}function Di({state:n,dispatch:e},t){let r=Ul(n.selection,t);return r.eq(n.selection,!0)?!1:(e(Ii(n,r)),!0)}function Ud(n,e){return de.cursor(e?n.to:n.from)}function Cb(n,e){return Di(n,t=>t.empty?n.moveByChar(t,e):Ud(t,e))}function xr(n){return n.textDirectionAt(n.state.selection.main.head)==kn.LTR}const Eb=n=>Cb(n,!xr(n)),Tb=n=>Cb(n,xr(n));function Mb(n,e){return Di(n,t=>t.empty?n.moveByGroup(t,e):Ud(t,e))}const ST=n=>Mb(n,!xr(n)),kT=n=>Mb(n,xr(n));function PT(n,e,t){if(e.type.prop(t))return!0;let r=e.to-e.from;return r&&(r>2||/[^\s,.;:]/.test(n.sliceDoc(e.from,e.to)))||e.firstChild}function Gd(n,e,t){let r=Pn(n).resolveInner(e.head),i=t?bt.closedBy:bt.openedBy;for(let u=e.head;;){let h=t?r.childAfter(u):r.childBefore(u);if(!h)break;PT(n,h,i)?r=h:u=t?h.to:h.from}let s=r.type.prop(i),a,c;return s&&(a=t?ds(n,r.from,1):ds(n,r.to,-1))&&a.matched?c=t?a.end.to:a.end.from:c=t?r.to:r.from,de.cursor(c,t?-1:1)}const AT=n=>Di(n,e=>Gd(n.state,e,!xr(n))),$T=n=>Di(n,e=>Gd(n.state,e,xr(n)));function Qb(n,e){return Di(n,t=>{if(!t.empty)return Ud(t,e);let r=n.moveVertically(t,e);return r.head!=t.head?r:n.moveToLineBoundary(t,e)})}const jb=n=>Qb(n,!1),Zb=n=>Qb(n,!0);function Rb(n){let e=n.scrollDOM.clientHeight<n.scrollDOM.scrollHeight-2,t=0,r=0,i;if(e){for(let s of n.state.facet(Be.scrollMargins)){let a=s(n);a!=null&&a.top&&(t=Math.max(a==null?void 0:a.top,t)),a!=null&&a.bottom&&(r=Math.max(a==null?void 0:a.bottom,r))}i=n.scrollDOM.clientHeight-t-r}else i=(n.dom.ownerDocument.defaultView||window).innerHeight;return{marginTop:t,marginBottom:r,selfScroll:e,height:Math.max(n.defaultLineHeight,i-5)}}function Nb(n,e){let t=Rb(n),{state:r}=n,i=Ul(r.selection,a=>a.empty?n.moveVertically(a,e,t.height):Ud(a,e));if(i.eq(r.selection))return!1;let s;if(t.selfScroll){let a=n.coordsAtPos(r.selection.main.head),c=n.scrollDOM.getBoundingClientRect(),u=c.top+t.marginTop,h=c.bottom-t.marginBottom;a&&a.top>u&&a.bottom<h&&(s=Be.scrollIntoView(i.main.head,{y:"start",yMargin:a.top-u}))}return n.dispatch(Ii(r,i),{effects:s}),!0}const sx=n=>Nb(n,!1),x2=n=>Nb(n,!0);function zo(n,e,t){let r=n.lineBlockAt(e.head),i=n.moveToLineBoundary(e,t);if(i.head==e.head&&i.head!=(t?r.to:r.from)&&(i=n.moveToLineBoundary(e,t,!1)),!t&&i.head==r.from&&r.length){let s=/^\s*/.exec(n.state.sliceDoc(r.from,Math.min(r.from+100,r.to)))[0].length;s&&e.head!=r.from+s&&(i=de.cursor(r.from+s))}return i}const CT=n=>Di(n,e=>zo(n,e,!0)),ET=n=>Di(n,e=>zo(n,e,!1)),TT=n=>Di(n,e=>zo(n,e,!xr(n))),MT=n=>Di(n,e=>zo(n,e,xr(n))),QT=n=>Di(n,e=>de.cursor(n.lineBlockAt(e.head).from,1)),jT=n=>Di(n,e=>de.cursor(n.lineBlockAt(e.head).to,-1));function ZT(n,e,t){let r=!1,i=Ul(n.selection,s=>{let a=ds(n,s.head,-1)||ds(n,s.head,1)||s.head>0&&ds(n,s.head-1,1)||s.head<n.doc.length&&ds(n,s.head+1,-1);if(!a||!a.end)return s;r=!0;let c=a.start.from==s.head?a.end.to:a.end.from;return de.cursor(c)});return r?(e(Ii(n,i)),!0):!1}const RT=({state:n,dispatch:e})=>ZT(n,e);function ki(n,e){let t=Ul(n.state.selection,r=>{let i=e(r);return de.range(r.anchor,i.head,i.goalColumn,i.bidiLevel||void 0,i.assoc)});return t.eq(n.state.selection)?!1:(n.dispatch(Ii(n.state,t)),!0)}function Lb(n,e){return ki(n,t=>n.moveByChar(t,e))}const Vb=n=>Lb(n,!xr(n)),_b=n=>Lb(n,xr(n));function Ib(n,e){return ki(n,t=>n.moveByGroup(t,e))}const NT=n=>Ib(n,!xr(n)),LT=n=>Ib(n,xr(n)),VT=n=>ki(n,e=>Gd(n.state,e,!xr(n))),_T=n=>ki(n,e=>Gd(n.state,e,xr(n)));function Db(n,e){return ki(n,t=>n.moveVertically(t,e))}const Xb=n=>Db(n,!1),Fb=n=>Db(n,!0);function zb(n,e){return ki(n,t=>n.moveVertically(t,e,Rb(n).height))}const ox=n=>zb(n,!1),ax=n=>zb(n,!0),IT=n=>ki(n,e=>zo(n,e,!0)),DT=n=>ki(n,e=>zo(n,e,!1)),XT=n=>ki(n,e=>zo(n,e,!xr(n))),FT=n=>ki(n,e=>zo(n,e,xr(n))),zT=n=>ki(n,e=>de.cursor(n.lineBlockAt(e.head).from)),HT=n=>ki(n,e=>de.cursor(n.lineBlockAt(e.head).to)),lx=({state:n,dispatch:e})=>(e(Ii(n,{anchor:0})),!0),cx=({state:n,dispatch:e})=>(e(Ii(n,{anchor:n.doc.length})),!0),ux=({state:n,dispatch:e})=>(e(Ii(n,{anchor:n.selection.main.anchor,head:0})),!0),dx=({state:n,dispatch:e})=>(e(Ii(n,{anchor:n.selection.main.anchor,head:n.doc.length})),!0),WT=({state:n,dispatch:e})=>(e(n.update({selection:{anchor:0,head:n.doc.length},userEvent:"select"})),!0),BT=({state:n,dispatch:e})=>{let t=Kd(n).map(({from:r,to:i})=>de.range(r,Math.min(i+1,n.doc.length)));return e(n.update({selection:de.create(t),userEvent:"select"})),!0},YT=({state:n,dispatch:e})=>{let t=Ul(n.selection,r=>{let i=Pn(n),s=i.resolveStack(r.from,1);if(r.empty){let a=i.resolveStack(r.from,-1);a.node.from>=s.node.from&&a.node.to<=s.node.to&&(s=a)}for(let a=s;a;a=a.next){let{node:c}=a;if((c.from<r.from&&c.to>=r.to||c.to>r.to&&c.from<=r.from)&&a.next)return de.range(c.to,c.from)}return r});return t.eq(n.selection)?!1:(e(Ii(n,t)),!0)};function Hb(n,e){let{state:t}=n,r=t.selection,i=t.selection.ranges.slice();for(let s of t.selection.ranges){let a=t.doc.lineAt(s.head);if(e?a.to<n.state.doc.length:a.from>0)for(let c=s;;){let u=n.moveVertically(c,e);if(u.head<a.from||u.head>a.to){i.some(h=>h.head==u.head)||i.push(u);break}else{if(u.head==c.head)break;c=u}}}return i.length==r.ranges.length?!1:(n.dispatch(Ii(t,de.create(i,i.length-1))),!0)}const qT=n=>Hb(n,!1),UT=n=>Hb(n,!0),GT=({state:n,dispatch:e})=>{let t=n.selection,r=null;return t.ranges.length>1?r=de.create([t.main]):t.main.empty||(r=de.create([de.cursor(t.main.head)])),r?(e(Ii(n,r)),!0):!1};function Nu(n,e){if(n.state.readOnly)return!1;let t="delete.selection",{state:r}=n,i=r.changeByRange(s=>{let{from:a,to:c}=s;if(a==c){let u=e(s);u<a?(t="delete.backward",u=f1(n,u,!1)):u>a&&(t="delete.forward",u=f1(n,u,!0)),a=Math.min(a,u),c=Math.max(c,u)}else a=f1(n,a,!1),c=f1(n,c,!0);return a==c?{range:s}:{changes:{from:a,to:c},range:de.cursor(a,a<s.head?-1:1)}});return i.changes.empty?!1:(n.dispatch(r.update(i,{scrollIntoView:!0,userEvent:t,effects:t=="delete.selection"?Be.announce.of(r.phrase("Selection deleted")):void 0})),!0)}function f1(n,e,t){if(n instanceof Be)for(let r of n.state.facet(Be.atomicRanges).map(i=>i(n)))r.between(e,e,(i,s)=>{i<e&&s>e&&(e=t?s:i)});return e}const Wb=(n,e,t)=>Nu(n,r=>{let i=r.from,{state:s}=n,a=s.doc.lineAt(i),c,u;if(t&&!e&&i>a.from&&i<a.from+200&&!/[^ \t]/.test(c=a.text.slice(0,i-a.from))){if(c[c.length-1]==" ")return i-1;let h=Ld(c,s.tabSize),m=h%fd(s)||fd(s);for(let O=0;O<m&&c[c.length-1-O]==" ";O++)i--;u=i}else u=qn(a.text,i-a.from,e,e)+a.from,u==i&&a.number!=(e?s.doc.lines:1)?u+=e?1:-1:!e&&/[\ufe00-\ufe0f]/.test(a.text.slice(u-a.from,i-a.from))&&(u=qn(a.text,u-a.from,!1,!1)+a.from);return u}),y2=n=>Wb(n,!1,!0),Bb=n=>Wb(n,!0,!1),Yb=(n,e)=>Nu(n,t=>{let r=t.head,{state:i}=n,s=i.doc.lineAt(r),a=i.charCategorizer(r);for(let c=null;;){if(r==(e?s.to:s.from)){r==t.head&&s.number!=(e?i.doc.lines:1)&&(r+=e?1:-1);break}let u=qn(s.text,r-s.from,e)+s.from,h=s.text.slice(Math.min(r,u)-s.from,Math.max(r,u)-s.from),m=a(h);if(c!=null&&m!=c)break;(h!=" "||r!=t.head)&&(c=m),r=u}return r}),qb=n=>Yb(n,!1),KT=n=>Yb(n,!0),JT=n=>Nu(n,e=>{let t=n.lineBlockAt(e.head).to;return e.head<t?t:Math.min(n.state.doc.length,e.head+1)}),eM=n=>Nu(n,e=>{let t=n.moveToLineBoundary(e,!1).head;return e.head>t?t:Math.max(0,e.head-1)}),tM=n=>Nu(n,e=>{let t=n.moveToLineBoundary(e,!0).head;return e.head<t?t:Math.min(n.state.doc.length,e.head+1)}),nM=({state:n,dispatch:e})=>{if(n.readOnly)return!1;let t=n.changeByRange(r=>({changes:{from:r.from,to:r.to,insert:Rt.of(["",""])},range:de.cursor(r.from)}));return e(n.update(t,{scrollIntoView:!0,userEvent:"input"})),!0},rM=({state:n,dispatch:e})=>{if(n.readOnly)return!1;let t=n.changeByRange(r=>{if(!r.empty||r.from==0||r.from==n.doc.length)return{range:r};let i=r.from,s=n.doc.lineAt(i),a=i==s.from?i-1:qn(s.text,i-s.from,!1)+s.from,c=i==s.to?i+1:qn(s.text,i-s.from,!0)+s.from;return{changes:{from:a,to:c,insert:n.doc.slice(i,c).append(n.doc.slice(a,i))},range:de.cursor(c)}});return t.changes.empty?!1:(e(n.update(t,{scrollIntoView:!0,userEvent:"move.character"})),!0)};function Kd(n){let e=[],t=-1;for(let r of n.selection.ranges){let i=n.doc.lineAt(r.from),s=n.doc.lineAt(r.to);if(!r.empty&&r.to==s.from&&(s=n.doc.lineAt(r.to-1)),t>=i.number){let a=e[e.length-1];a.to=s.to,a.ranges.push(r)}else e.push({from:i.from,to:s.to,ranges:[r]});t=s.number+1}return e}function Ub(n,e,t){if(n.readOnly)return!1;let r=[],i=[];for(let s of Kd(n)){if(t?s.to==n.doc.length:s.from==0)continue;let a=n.doc.lineAt(t?s.to+1:s.from-1),c=a.length+1;if(t){r.push({from:s.to,to:a.to},{from:s.from,insert:a.text+n.lineBreak});for(let u of s.ranges)i.push(de.range(Math.min(n.doc.length,u.anchor+c),Math.min(n.doc.length,u.head+c)))}else{r.push({from:a.from,to:s.from},{from:s.to,insert:n.lineBreak+a.text});for(let u of s.ranges)i.push(de.range(u.anchor-c,u.head-c))}}return r.length?(e(n.update({changes:r,scrollIntoView:!0,selection:de.create(i,n.selection.mainIndex),userEvent:"move.line"})),!0):!1}const iM=({state:n,dispatch:e})=>Ub(n,e,!1),sM=({state:n,dispatch:e})=>Ub(n,e,!0);function Gb(n,e,t){if(n.readOnly)return!1;let r=[];for(let s of Kd(n))t?r.push({from:s.from,insert:n.doc.slice(s.from,s.to)+n.lineBreak}):r.push({from:s.to,insert:n.lineBreak+n.doc.slice(s.from,s.to)});let i=n.changes(r);return e(n.update({changes:i,selection:n.selection.map(i,t?1:-1),scrollIntoView:!0,userEvent:"input.copyline"})),!0}const oM=({state:n,dispatch:e})=>Gb(n,e,!1),aM=({state:n,dispatch:e})=>Gb(n,e,!0),lM=n=>{if(n.state.readOnly)return!1;let{state:e}=n,t=e.changes(Kd(e).map(({from:i,to:s})=>(i>0?i--:s<e.doc.length&&s++,{from:i,to:s}))),r=Ul(e.selection,i=>{let s;if(n.lineWrapping){let a=n.lineBlockAt(i.head),c=n.coordsAtPos(i.head,i.assoc||1);c&&(s=a.bottom+n.documentTop-c.bottom+n.defaultLineHeight/2)}return n.moveVertically(i,!0,s)}).map(t);return n.dispatch({changes:t,selection:r,scrollIntoView:!0,userEvent:"delete.line"}),!0};function cM(n,e){if(/\(\)|\[\]|\{\}/.test(n.sliceDoc(e-1,e+1)))return{from:e,to:e};let t=Pn(n).resolveInner(e),r=t.childBefore(e),i=t.childAfter(e),s;return r&&i&&r.to<=e&&i.from>=e&&(s=r.type.prop(bt.closedBy))&&s.indexOf(i.name)>-1&&n.doc.lineAt(r.to).from==n.doc.lineAt(i.from).from&&!/\S/.test(n.sliceDoc(r.to,i.from))?{from:r.to,to:i.from}:null}const fx=Kb(!1),uM=Kb(!0);function Kb(n){return({state:e,dispatch:t})=>{if(e.readOnly)return!1;let r=e.changeByRange(i=>{let{from:s,to:a}=i,c=e.doc.lineAt(s),u=!n&&s==a&&cM(e,s);n&&(s=a=(a<=c.to?c:e.doc.lineAt(a)).to);let h=new Hd(e,{simulateBreak:s,simulateDoubleBreak:!!u}),m=wg(h,s);for(m==null&&(m=Ld(/^\s*/.exec(e.doc.lineAt(s).text)[0],e.tabSize));a<c.to&&/\s/.test(c.text[a-c.from]);)a++;u?{from:s,to:a}=u:s>c.from&&s<c.from+100&&!/\S/.test(c.text.slice(0,s))&&(s=c.from);let O=["",wu(e,m)];return u&&O.push(wu(e,h.lineIndent(c.from,-1))),{changes:{from:s,to:a,insert:Rt.of(O)},range:de.cursor(s+1+O[1].length)}});return t(e.update(r,{scrollIntoView:!0,userEvent:"input"})),!0}}function $g(n,e){let t=-1;return n.changeByRange(r=>{let i=[];for(let a=r.from;a<=r.to;){let c=n.doc.lineAt(a);c.number>t&&(r.empty||r.to>c.from)&&(e(c,i,r),t=c.number),a=c.to+1}let s=n.changes(i);return{changes:i,range:de.range(s.mapPos(r.anchor,1),s.mapPos(r.head,1))}})}const dM=({state:n,dispatch:e})=>{if(n.readOnly)return!1;let t=Object.create(null),r=new Hd(n,{overrideIndentation:s=>{let a=t[s];return a??-1}}),i=$g(n,(s,a,c)=>{let u=wg(r,s.from);if(u==null)return;/\S/.test(s.text)||(u=0);let h=/^\s*/.exec(s.text)[0],m=wu(n,u);(h!=m||c.from<s.from+h.length)&&(t[s.from]=u,a.push({from:s.from,to:s.from+h.length,insert:m}))});return i.changes.empty||e(n.update(i,{userEvent:"indent"})),!0},fM=({state:n,dispatch:e})=>n.readOnly?!1:(e(n.update($g(n,(t,r)=>{r.push({from:t.from,insert:n.facet(zd)})}),{userEvent:"input.indent"})),!0),hM=({state:n,dispatch:e})=>n.readOnly?!1:(e(n.update($g(n,(t,r)=>{let i=/^\s*/.exec(t.text)[0];if(!i)return;let s=Ld(i,n.tabSize),a=0,c=wu(n,Math.max(0,s-fd(n)));for(;a<i.length&&a<c.length&&i.charCodeAt(a)==c.charCodeAt(a);)a++;r.push({from:t.from+a,to:t.from+i.length,insert:c.slice(a)})}),{userEvent:"delete.dedent"})),!0),pM=n=>(n.setTabFocusMode(),!0),mM=[{key:"Ctrl-b",run:Eb,shift:Vb,preventDefault:!0},{key:"Ctrl-f",run:Tb,shift:_b},{key:"Ctrl-p",run:jb,shift:Xb},{key:"Ctrl-n",run:Zb,shift:Fb},{key:"Ctrl-a",run:QT,shift:zT},{key:"Ctrl-e",run:jT,shift:HT},{key:"Ctrl-d",run:Bb},{key:"Ctrl-h",run:y2},{key:"Ctrl-k",run:JT},{key:"Ctrl-Alt-h",run:qb},{key:"Ctrl-o",run:nM},{key:"Ctrl-t",run:rM},{key:"Ctrl-v",run:x2}],gM=[{key:"ArrowLeft",run:Eb,shift:Vb,preventDefault:!0},{key:"Mod-ArrowLeft",mac:"Alt-ArrowLeft",run:ST,shift:NT,preventDefault:!0},{mac:"Cmd-ArrowLeft",run:TT,shift:XT,preventDefault:!0},{key:"ArrowRight",run:Tb,shift:_b,preventDefault:!0},{key:"Mod-ArrowRight",mac:"Alt-ArrowRight",run:kT,shift:LT,preventDefault:!0},{mac:"Cmd-ArrowRight",run:MT,shift:FT,preventDefault:!0},{key:"ArrowUp",run:jb,shift:Xb,preventDefault:!0},{mac:"Cmd-ArrowUp",run:lx,shift:ux},{mac:"Ctrl-ArrowUp",run:sx,shift:ox},{key:"ArrowDown",run:Zb,shift:Fb,preventDefault:!0},{mac:"Cmd-ArrowDown",run:cx,shift:dx},{mac:"Ctrl-ArrowDown",run:x2,shift:ax},{key:"PageUp",run:sx,shift:ox},{key:"PageDown",run:x2,shift:ax},{key:"Home",run:ET,shift:DT,preventDefault:!0},{key:"Mod-Home",run:lx,shift:ux},{key:"End",run:CT,shift:IT,preventDefault:!0},{key:"Mod-End",run:cx,shift:dx},{key:"Enter",run:fx,shift:fx},{key:"Mod-a",run:WT},{key:"Backspace",run:y2,shift:y2,preventDefault:!0},{key:"Delete",run:Bb,preventDefault:!0},{key:"Mod-Backspace",mac:"Alt-Backspace",run:qb,preventDefault:!0},{key:"Mod-Delete",mac:"Alt-Delete",run:KT,preventDefault:!0},{mac:"Mod-Backspace",run:eM,preventDefault:!0},{mac:"Mod-Delete",run:tM,preventDefault:!0}].concat(mM.map(n=>({mac:n.key,run:n.run,shift:n.shift}))),OM=[{key:"Alt-ArrowLeft",mac:"Ctrl-ArrowLeft",run:AT,shift:VT},{key:"Alt-ArrowRight",mac:"Ctrl-ArrowRight",run:$T,shift:_T},{key:"Alt-ArrowUp",run:iM},{key:"Shift-Alt-ArrowUp",run:oM},{key:"Alt-ArrowDown",run:sM},{key:"Shift-Alt-ArrowDown",run:aM},{key:"Mod-Alt-ArrowUp",run:qT},{key:"Mod-Alt-ArrowDown",run:UT},{key:"Escape",run:GT},{key:"Mod-Enter",run:uM},{key:"Alt-l",mac:"Ctrl-l",run:BT},{key:"Mod-i",run:YT,preventDefault:!0},{key:"Mod-[",run:hM},{key:"Mod-]",run:fM},{key:"Mod-Alt-\\",run:dM},{key:"Shift-Mod-k",run:lM},{key:"Shift-Mod-\\",run:RT},{key:"Mod-/",run:iT},{key:"Alt-A",run:oT},{key:"Ctrl-m",mac:"Shift-Alt-m",run:pM}].concat(gM);function hx(n){let e=Object.keys(n).join(""),t=/\w/.test(e);return t&&(e=e.replace(/\w/g,"")),`[${t?"\\w":""}${e.replace(/[^\w\s]/g,"\\$&")}]`}function xM(n){let e=Object.create(null),t=Object.create(null);for(let{label:i}of n){e[i[0]]=!0;for(let s=1;s<i.length;s++)t[i[s]]=!0}let r=hx(e)+hx(t)+"*$";return[new RegExp("^"+r),new RegExp(r)]}function yM(n){let e=n.map(i=>typeof i=="string"?{label:i}:i),[t,r]=e.every(i=>/^\w+$/.test(i.label))?[/\w*$/,/\w+$/]:xM(e);return i=>{let s=i.matchBefore(r);return s||i.explicit?{from:s?s.from:i.pos,options:e,validFor:t}:null}}function vM(n,e){return t=>{for(let r=Pn(t.state).resolveInner(t.pos,-1);r;r=r.parent){if(n.indexOf(r.name)>-1)return null;if(r.type.isTop)break}return e(t)}}const bM=qs.define(),wM=Be.baseTheme({".cm-tooltip.cm-tooltip-autocomplete":{"& > ul":{fontFamily:"monospace",whiteSpace:"nowrap",overflow:"hidden auto",maxWidth_fallback:"700px",maxWidth:"min(700px, 95vw)",minWidth:"250px",maxHeight:"10em",height:"100%",listStyle:"none",margin:0,padding:0,"& > li, & > completion-section":{padding:"1px 3px",lineHeight:1.2},"& > li":{overflowX:"hidden",textOverflow:"ellipsis",cursor:"pointer"},"& > completion-section":{display:"list-item",borderBottom:"1px solid silver",paddingLeft:"0.5em",opacity:.7}}},"&light .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#17c",color:"white"},"&light .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#777"},"&dark .cm-tooltip-autocomplete ul li[aria-selected]":{background:"#347",color:"white"},"&dark .cm-tooltip-autocomplete-disabled ul li[aria-selected]":{background:"#444"},".cm-completionListIncompleteTop:before, .cm-completionListIncompleteBottom:after":{content:'"···"',opacity:.5,display:"block",textAlign:"center"},".cm-tooltip.cm-completionInfo":{position:"absolute",padding:"3px 9px",width:"max-content",maxWidth:"400px",boxSizing:"border-box",whiteSpace:"pre-line"},".cm-completionInfo.cm-completionInfo-left":{right:"100%"},".cm-completionInfo.cm-completionInfo-right":{left:"100%"},".cm-completionInfo.cm-completionInfo-left-narrow":{right:"30px"},".cm-completionInfo.cm-completionInfo-right-narrow":{left:"30px"},"&light .cm-snippetField":{backgroundColor:"#00000022"},"&dark .cm-snippetField":{backgroundColor:"#ffffff22"},".cm-snippetFieldPosition":{verticalAlign:"text-top",width:0,height:"1.15em",display:"inline-block",margin:"0 -0.7px -.7em",borderLeft:"1.4px dotted #888"},".cm-completionMatchedText":{textDecoration:"underline"},".cm-completionDetail":{marginLeft:"0.5em",fontStyle:"italic"},".cm-completionIcon":{fontSize:"90%",width:".8em",display:"inline-block",textAlign:"center",paddingRight:".6em",opacity:"0.6",boxSizing:"content-box"},".cm-completionIcon-function, .cm-completionIcon-method":{"&:after":{content:"'ƒ'"}},".cm-completionIcon-class":{"&:after":{content:"'○'"}},".cm-completionIcon-interface":{"&:after":{content:"'◌'"}},".cm-completionIcon-variable":{"&:after":{content:"'𝑥'"}},".cm-completionIcon-constant":{"&:after":{content:"'𝐶'"}},".cm-completionIcon-type":{"&:after":{content:"'𝑡'"}},".cm-completionIcon-enum":{"&:after":{content:"'∪'"}},".cm-completionIcon-property":{"&:after":{content:"'□'"}},".cm-completionIcon-keyword":{"&:after":{content:"'🔑︎'"}},".cm-completionIcon-namespace":{"&:after":{content:"'▢'"}},".cm-completionIcon-text":{"&:after":{content:"'abc'",fontSize:"50%",verticalAlign:"middle"}}});class SM{constructor(e,t,r,i){this.field=e,this.line=t,this.from=r,this.to=i}}class Cg{constructor(e,t,r){this.field=e,this.from=t,this.to=r}map(e){let t=e.mapPos(this.from,-1,gr.TrackDel),r=e.mapPos(this.to,1,gr.TrackDel);return t==null||r==null?null:new Cg(this.field,t,r)}}class Eg{constructor(e,t){this.lines=e,this.fieldPositions=t}instantiate(e,t){let r=[],i=[t],s=e.doc.lineAt(t),a=/^\s*/.exec(s.text)[0];for(let u of this.lines){if(r.length){let h=a,m=/^\t*/.exec(u)[0].length;for(let O=0;O<m;O++)h+=e.facet(zd);i.push(t+h.length-m),u=h+u.slice(m)}r.push(u),t+=u.length+1}let c=this.fieldPositions.map(u=>new Cg(u.field,i[u.line]+u.from,i[u.line]+u.to));return{text:r,ranges:c}}static parse(e){let t=[],r=[],i=[],s;for(let a of e.split(/\r\n?|\n/)){for(;s=/[#$]\{(?:(\d+)(?::([^{}]*))?|((?:\\[{}]|[^{}])*))\}/.exec(a);){let c=s[1]?+s[1]:null,u=s[2]||s[3]||"",h=-1,m=u.replace(/\\[{}]/g,O=>O[1]);for(let O=0;O<t.length;O++)(c!=null?t[O].seq==c:m&&t[O].name==m)&&(h=O);if(h<0){let O=0;for(;O<t.length&&(c==null||t[O].seq!=null&&t[O].seq<c);)O++;t.splice(O,0,{seq:c,name:m}),h=O;for(let x of i)x.field>=h&&x.field++}for(let O of i)if(O.line==r.length&&O.from>s.index){let x=s[2]?3+(s[1]||"").length:2;O.from-=x,O.to-=x}i.push(new SM(h,r.length,s.index,s.index+m.length)),a=a.slice(0,s.index)+u+a.slice(s.index+s[0].length)}a=a.replace(/\\([{}])/g,(c,u,h)=>{for(let m of i)m.line==r.length&&m.from>h&&(m.from--,m.to--);return u}),r.push(a)}return new Eg(r,i)}}let kM=pt.widget({widget:new class extends Qa{toDOM(){let n=document.createElement("span");return n.className="cm-snippetFieldPosition",n}ignoreEvent(){return!1}}}),PM=pt.mark({class:"cm-snippetField"});class Gl{constructor(e,t){this.ranges=e,this.active=t,this.deco=pt.set(e.map(r=>(r.from==r.to?kM:PM).range(r.from,r.to)),!0)}map(e){let t=[];for(let r of this.ranges){let i=r.map(e);if(!i)return null;t.push(i)}return new Gl(t,this.active)}selectionInsideField(e){return e.ranges.every(t=>this.ranges.some(r=>r.field==this.active&&r.from<=t.from&&r.to>=t.to))}}const Lu=Ft.define({map(n,e){return n&&n.map(e)}}),AM=Ft.define(),Su=ci.define({create(){return null},update(n,e){for(let t of e.effects){if(t.is(Lu))return t.value;if(t.is(AM)&&n)return new Gl(n.ranges,t.value)}return n&&e.docChanged&&(n=n.map(e.changes)),n&&e.selection&&!n.selectionInsideField(e.selection)&&(n=null),n},provide:n=>Be.decorations.from(n,e=>e?e.deco:pt.none)});function Tg(n,e){return de.create(n.filter(t=>t.field==e).map(t=>de.range(t.from,t.to)))}function $M(n){let e=Eg.parse(n);return(t,r,i,s)=>{let{text:a,ranges:c}=e.instantiate(t.state,i),{main:u}=t.state.selection,h={changes:{from:i,to:s==u.from?u.to:s,insert:Rt.of(a)},scrollIntoView:!0,annotations:r?[bM.of(r),Qn.userEvent.of("input.complete")]:void 0};if(c.length&&(h.selection=Tg(c,0)),c.some(m=>m.field>0)){let m=new Gl(c,0),O=h.effects=[Lu.of(m)];t.state.field(Su,!1)===void 0&&O.push(Ft.appendConfig.of([Su,QM,jM,wM]))}t.dispatch(t.state.update(h))}}function Jb(n){return({state:e,dispatch:t})=>{let r=e.field(Su,!1);if(!r||n<0&&r.active==0)return!1;let i=r.active+n,s=n>0&&!r.ranges.some(a=>a.field==i+n);return t(e.update({selection:Tg(r.ranges,i),effects:Lu.of(s?null:new Gl(r.ranges,i)),scrollIntoView:!0})),!0}}const CM=({state:n,dispatch:e})=>n.field(Su,!1)?(e(n.update({effects:Lu.of(null)})),!0):!1,EM=Jb(1),TM=Jb(-1),MM=[{key:"Tab",run:EM,shift:TM},{key:"Escape",run:CM}],px=Ye.define({combine(n){return n.length?n[0]:MM}}),QM=Qu.highest(mg.compute([px],n=>n.facet(px)));function Hr(n,e){return{...e,apply:$M(n)}}const jM=Be.domEventHandlers({mousedown(n,e){let t=e.state.field(Su,!1),r;if(!t||(r=e.posAtCoords({x:n.clientX,y:n.clientY}))==null)return!1;let i=t.ranges.find(s=>s.from<=r&&s.to>=r);return!i||i.field==t.active?!1:(e.dispatch({selection:Tg(t.ranges,i.field),effects:Lu.of(t.ranges.some(s=>s.field>i.field)?new Gl(t.ranges,i.field):null),scrollIntoView:!0}),!0)}}),ku={brackets:["(","[","{","'",'"'],before:")]}:;>",stringPrefixes:[]},pa=Ft.define({map(n,e){let t=e.mapPos(n,-1,gr.TrackAfter);return t??void 0}}),Mg=new class extends Zo{};Mg.startSide=1;Mg.endSide=-1;const ew=ci.define({create(){return Ct.empty},update(n,e){if(n=n.map(e.changes),e.selection){let t=e.state.doc.lineAt(e.selection.main.head);n=n.update({filter:r=>r>=t.from&&r<=t.to})}for(let t of e.effects)t.is(pa)&&(n=n.update({add:[Mg.range(t.value,t.value+1)]}));return n}});function ZM(){return[NM,ew]}const Qp="()[]{}<>«»»«[]{}";function tw(n){for(let e=0;e<Qp.length;e+=2)if(Qp.charCodeAt(e)==n)return Qp.charAt(e+1);return D3(n<128?n:n+1)}function nw(n,e){return n.languageDataAt("closeBrackets",e)[0]||ku}const RM=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),NM=Be.inputHandler.of((n,e,t,r)=>{if((RM?n.composing:n.compositionStarted)||n.state.readOnly)return!1;let i=n.state.selection.main;if(r.length>2||r.length==2&&Mu(Ma(r,0))==1||e!=i.from||t!=i.to)return!1;let s=_M(n.state,r);return s?(n.dispatch(s),!0):!1}),LM=({state:n,dispatch:e})=>{if(n.readOnly)return!1;let r=nw(n,n.selection.main.head).brackets||ku.brackets,i=null,s=n.changeByRange(a=>{if(a.empty){let c=IM(n.doc,a.head);for(let u of r)if(u==c&&Jd(n.doc,a.head)==tw(Ma(u,0)))return{changes:{from:a.head-u.length,to:a.head+u.length},range:de.cursor(a.head-u.length)}}return{range:i=a}});return i||e(n.update(s,{scrollIntoView:!0,userEvent:"delete.backward"})),!i},VM=[{key:"Backspace",run:LM}];function _M(n,e){let t=nw(n,n.selection.main.head),r=t.brackets||ku.brackets;for(let i of r){let s=tw(Ma(i,0));if(e==i)return s==i?FM(n,i,r.indexOf(i+i+i)>-1,t):DM(n,i,s,t.before||ku.before);if(e==s&&rw(n,n.selection.main.from))return XM(n,i,s)}return null}function rw(n,e){let t=!1;return n.field(ew).between(0,n.doc.length,r=>{r==e&&(t=!0)}),t}function Jd(n,e){let t=n.sliceString(e,e+2);return t.slice(0,Mu(Ma(t,0)))}function IM(n,e){let t=n.sliceString(e-2,e);return Mu(Ma(t,0))==t.length?t:t.slice(1)}function DM(n,e,t,r){let i=null,s=n.changeByRange(a=>{if(!a.empty)return{changes:[{insert:e,from:a.from},{insert:t,from:a.to}],effects:pa.of(a.to+e.length),range:de.range(a.anchor+e.length,a.head+e.length)};let c=Jd(n.doc,a.head);return!c||/\s/.test(c)||r.indexOf(c)>-1?{changes:{insert:e+t,from:a.head},effects:pa.of(a.head+e.length),range:de.cursor(a.head+e.length)}:{range:i=a}});return i?null:n.update(s,{scrollIntoView:!0,userEvent:"input.type"})}function XM(n,e,t){let r=null,i=n.changeByRange(s=>s.empty&&Jd(n.doc,s.head)==t?{changes:{from:s.head,to:s.head+t.length,insert:t},range:de.cursor(s.head+t.length)}:r={range:s});return r?null:n.update(i,{scrollIntoView:!0,userEvent:"input.type"})}function FM(n,e,t,r){let i=r.stringPrefixes||ku.stringPrefixes,s=null,a=n.changeByRange(c=>{if(!c.empty)return{changes:[{insert:e,from:c.from},{insert:e,from:c.to}],effects:pa.of(c.to+e.length),range:de.range(c.anchor+e.length,c.head+e.length)};let u=c.head,h=Jd(n.doc,u),m;if(h==e){if(mx(n,u))return{changes:{insert:e+e,from:u},effects:pa.of(u+e.length),range:de.cursor(u+e.length)};if(rw(n,u)){let x=t&&n.sliceDoc(u,u+e.length*3)==e+e+e?e+e+e:e;return{changes:{from:u,to:u+x.length,insert:x},range:de.cursor(u+x.length)}}}else{if(t&&n.sliceDoc(u-2*e.length,u)==e+e&&(m=gx(n,u-2*e.length,i))>-1&&mx(n,m))return{changes:{insert:e+e+e+e,from:u},effects:pa.of(u+e.length),range:de.cursor(u+e.length)};if(n.charCategorizer(u)(h)!=dn.Word&&gx(n,u,i)>-1&&!zM(n,u,e,i))return{changes:{insert:e+e,from:u},effects:pa.of(u+e.length),range:de.cursor(u+e.length)}}return{range:s=c}});return s?null:n.update(a,{scrollIntoView:!0,userEvent:"input.type"})}function mx(n,e){let t=Pn(n).resolveInner(e+1);return t.parent&&t.from==e}function zM(n,e,t,r){let i=Pn(n).resolveInner(e,-1),s=r.reduce((a,c)=>Math.max(a,c.length),0);for(let a=0;a<5;a++){let c=n.sliceDoc(i.from,Math.min(i.to,i.from+t.length+s)),u=c.indexOf(t);if(!u||u>-1&&r.indexOf(c.slice(0,u))>-1){let m=i.firstChild;for(;m&&m.from==i.from&&m.to-m.from>t.length+u;){if(n.sliceDoc(m.to-t.length,m.to)==t)return!1;m=m.firstChild}return!0}let h=i.to==e&&i.parent;if(!h)break;i=h}return!1}function gx(n,e,t){let r=n.charCategorizer(e);if(r(n.sliceDoc(e-1,e))!=dn.Word)return e;for(let i of t){let s=e-i.length;if(n.sliceDoc(s,e)==i&&r(n.sliceDoc(s-1,s))!=dn.Word)return s}return-1}const Ox=typeof String.prototype.normalize=="function"?n=>n.normalize("NFKD"):n=>n;class Xl{constructor(e,t,r=0,i=e.length,s,a){this.test=a,this.value={from:0,to:0},this.done=!1,this.matches=[],this.buffer="",this.bufferPos=0,this.iter=e.iterRange(r,i),this.bufferStart=r,this.normalize=s?c=>s(Ox(c)):Ox,this.query=this.normalize(t)}peek(){if(this.bufferPos==this.buffer.length){if(this.bufferStart+=this.buffer.length,this.iter.next(),this.iter.done)return-1;this.bufferPos=0,this.buffer=this.iter.value}return Ma(this.buffer,this.bufferPos)}next(){for(;this.matches.length;)this.matches.pop();return this.nextOverlapping()}nextOverlapping(){for(;;){let e=this.peek();if(e<0)return this.done=!0,this;let t=D3(e),r=this.bufferStart+this.bufferPos;this.bufferPos+=Mu(e);let i=this.normalize(t);if(i.length)for(let s=0,a=r;;s++){let c=i.charCodeAt(s),u=this.match(c,a,this.bufferPos+this.bufferStart);if(s==i.length-1){if(u)return this.value=u,this;break}a==r&&s<t.length&&t.charCodeAt(s)==c&&a++}}}match(e,t,r){let i=null;for(let s=0;s<this.matches.length;s+=2){let a=this.matches[s],c=!1;this.query.charCodeAt(a)==e&&(a==this.query.length-1?i={from:this.matches[s+1],to:r}:(this.matches[s]++,c=!0)),c||(this.matches.splice(s,2),s-=2)}return this.query.charCodeAt(0)==e&&(this.query.length==1?i={from:t,to:r}:this.matches.push(1,t)),i&&this.test&&!this.test(i.from,i.to,this.buffer,this.bufferStart)&&(i=null),i}}typeof Symbol<"u"&&(Xl.prototype[Symbol.iterator]=function(){return this});const iw={from:-1,to:-1,match:/.*/.exec("")},Qg="gm"+(/x/.unicode==null?"":"u");class sw{constructor(e,t,r,i=0,s=e.length){if(this.text=e,this.to=s,this.curLine="",this.done=!1,this.value=iw,/\\[sWDnr]|\n|\r|\[\^/.test(t))return new ow(e,t,r,i,s);this.re=new RegExp(t,Qg+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.iter=e.iter();let a=e.lineAt(i);this.curLineStart=a.from,this.matchPos=md(e,i),this.getLine(this.curLineStart)}getLine(e){this.iter.next(e),this.iter.lineBreak?this.curLine="":(this.curLine=this.iter.value,this.curLineStart+this.curLine.length>this.to&&(this.curLine=this.curLine.slice(0,this.to-this.curLineStart)),this.iter.next())}nextLine(){this.curLineStart=this.curLineStart+this.curLine.length+1,this.curLineStart>this.to?this.curLine="":this.getLine(0)}next(){for(let e=this.matchPos-this.curLineStart;;){this.re.lastIndex=e;let t=this.matchPos<=this.to&&this.re.exec(this.curLine);if(t){let r=this.curLineStart+t.index,i=r+t[0].length;if(this.matchPos=md(this.text,i+(r==i?1:0)),r==this.curLineStart+this.curLine.length&&this.nextLine(),(r<i||r>this.value.to)&&(!this.test||this.test(r,i,t)))return this.value={from:r,to:i,match:t},this;e=this.matchPos-this.curLineStart}else if(this.curLineStart+this.curLine.length<this.to)this.nextLine(),e=0;else return this.done=!0,this}}}const jp=new WeakMap;class Zl{constructor(e,t){this.from=e,this.text=t}get to(){return this.from+this.text.length}static get(e,t,r){let i=jp.get(e);if(!i||i.from>=r||i.to<=t){let c=new Zl(t,e.sliceString(t,r));return jp.set(e,c),c}if(i.from==t&&i.to==r)return i;let{text:s,from:a}=i;return a>t&&(s=e.sliceString(t,a)+s,a=t),i.to<r&&(s+=e.sliceString(i.to,r)),jp.set(e,new Zl(a,s)),new Zl(t,s.slice(t-a,r-a))}}class ow{constructor(e,t,r,i,s){this.text=e,this.to=s,this.done=!1,this.value=iw,this.matchPos=md(e,i),this.re=new RegExp(t,Qg+(r!=null&&r.ignoreCase?"i":"")),this.test=r==null?void 0:r.test,this.flat=Zl.get(e,i,this.chunkEnd(i+5e3))}chunkEnd(e){return e>=this.to?this.to:this.text.lineAt(e).to}next(){for(;;){let e=this.re.lastIndex=this.matchPos-this.flat.from,t=this.re.exec(this.flat.text);if(t&&!t[0]&&t.index==e&&(this.re.lastIndex=e+1,t=this.re.exec(this.flat.text)),t){let r=this.flat.from+t.index,i=r+t[0].length;if((this.flat.to>=this.to||t.index+t[0].length<=this.flat.text.length-10)&&(!this.test||this.test(r,i,t)))return this.value={from:r,to:i,match:t},this.matchPos=md(this.text,i+(r==i?1:0)),this}if(this.flat.to==this.to)return this.done=!0,this;this.flat=Zl.get(this.text,this.flat.from,this.chunkEnd(this.flat.from+this.flat.text.length*2))}}}typeof Symbol<"u"&&(sw.prototype[Symbol.iterator]=ow.prototype[Symbol.iterator]=function(){return this});function HM(n){try{return new RegExp(n,Qg),!0}catch{return!1}}function md(n,e){if(e>=n.length)return e;let t=n.lineAt(e),r;for(;e<t.to&&(r=t.text.charCodeAt(e-t.from))>=56320&&r<57344;)e++;return e}const WM=n=>{let{state:e}=n,t=String(e.doc.lineAt(n.state.selection.main.head).number),{close:r,result:i}=NC(n,{label:e.phrase("Go to line"),input:{type:"text",name:"line",value:t},focus:!0,submitLabel:e.phrase("go")});return i.then(s=>{let a=s&&/^([+-])?(\d+)?(:\d+)?(%)?$/.exec(s.elements.line.value);if(!a){n.dispatch({effects:r});return}let c=e.doc.lineAt(e.selection.main.head),[,u,h,m,O]=a,x=m?+m.slice(1):0,v=h?+h:c.number;if(h&&O){let $=v/100;u&&($=$*(u=="-"?-1:1)+c.number/e.doc.lines),v=Math.round(e.doc.lines*$)}else h&&u&&(v=v*(u=="-"?-1:1)+c.number);let w=e.doc.line(Math.max(1,Math.min(e.doc.lines,v))),k=de.cursor(w.from+Math.max(0,Math.min(x,w.length)));n.dispatch({effects:[r,Be.scrollIntoView(k.from,{y:"center"})],selection:k})}),!0},BM={highlightWordAroundCursor:!1,minSelectionLength:1,maxMatches:100,wholeWords:!1},YM=Ye.define({combine(n){return ql(n,BM,{highlightWordAroundCursor:(e,t)=>e||t,minSelectionLength:Math.min,maxMatches:Math.min})}});function qM(n){return[eQ,JM]}const UM=pt.mark({class:"cm-selectionMatch"}),GM=pt.mark({class:"cm-selectionMatch cm-selectionMatch-main"});function xx(n,e,t,r){return(t==0||n(e.sliceDoc(t-1,t))!=dn.Word)&&(r==e.doc.length||n(e.sliceDoc(r,r+1))!=dn.Word)}function KM(n,e,t,r){return n(e.sliceDoc(t,t+1))==dn.Word&&n(e.sliceDoc(r-1,r))==dn.Word}const JM=qr.fromClass(class{constructor(n){this.decorations=this.getDeco(n)}update(n){(n.selectionSet||n.docChanged||n.viewportChanged)&&(this.decorations=this.getDeco(n.view))}getDeco(n){let e=n.state.facet(YM),{state:t}=n,r=t.selection;if(r.ranges.length>1)return pt.none;let i=r.main,s,a=null;if(i.empty){if(!e.highlightWordAroundCursor)return pt.none;let u=t.wordAt(i.head);if(!u)return pt.none;a=t.charCategorizer(i.head),s=t.sliceDoc(u.from,u.to)}else{let u=i.to-i.from;if(u<e.minSelectionLength||u>200)return pt.none;if(e.wholeWords){if(s=t.sliceDoc(i.from,i.to),a=t.charCategorizer(i.head),!(xx(a,t,i.from,i.to)&&KM(a,t,i.from,i.to)))return pt.none}else if(s=t.sliceDoc(i.from,i.to),!s)return pt.none}let c=[];for(let u of n.visibleRanges){let h=new Xl(t.doc,s,u.from,u.to);for(;!h.next().done;){let{from:m,to:O}=h.value;if((!a||xx(a,t,m,O))&&(i.empty&&m<=i.from&&O>=i.to?c.push(GM.range(m,O)):(m>=i.to||O<=i.from)&&c.push(UM.range(m,O)),c.length>e.maxMatches))return pt.none}}return pt.set(c)}},{decorations:n=>n.decorations}),eQ=Be.baseTheme({".cm-selectionMatch":{backgroundColor:"#99ff7780"},".cm-searchMatch .cm-selectionMatch":{backgroundColor:"transparent"}}),tQ=({state:n,dispatch:e})=>{let{selection:t}=n,r=de.create(t.ranges.map(i=>n.wordAt(i.head)||de.cursor(i.head)),t.mainIndex);return r.eq(t)?!1:(e(n.update({selection:r})),!0)};function nQ(n,e){let{main:t,ranges:r}=n.selection,i=n.wordAt(t.head),s=i&&i.from==t.from&&i.to==t.to;for(let a=!1,c=new Xl(n.doc,e,r[r.length-1].to);;)if(c.next(),c.done){if(a)return null;c=new Xl(n.doc,e,0,Math.max(0,r[r.length-1].from-1)),a=!0}else{if(a&&r.some(u=>u.from==c.value.from))continue;if(s){let u=n.wordAt(c.value.from);if(!u||u.from!=c.value.from||u.to!=c.value.to)continue}return c.value}}const rQ=({state:n,dispatch:e})=>{let{ranges:t}=n.selection;if(t.some(s=>s.from===s.to))return tQ({state:n,dispatch:e});let r=n.sliceDoc(t[0].from,t[0].to);if(n.selection.ranges.some(s=>n.sliceDoc(s.from,s.to)!=r))return!1;let i=nQ(n,r);return i?(e(n.update({selection:n.selection.addRange(de.range(i.from,i.to),!1),effects:Be.scrollIntoView(i.to)})),!0):!1},Kl=Ye.define({combine(n){return ql(n,{top:!1,caseSensitive:!1,literal:!1,regexp:!1,wholeWord:!1,createPanel:e=>new OQ(e),scrollToMatch:e=>Be.scrollIntoView(e)})}});class aw{constructor(e){this.search=e.search,this.caseSensitive=!!e.caseSensitive,this.literal=!!e.literal,this.regexp=!!e.regexp,this.replace=e.replace||"",this.valid=!!this.search&&(!this.regexp||HM(this.search)),this.unquoted=this.unquote(this.search),this.wholeWord=!!e.wholeWord,this.test=e.test}unquote(e){return this.literal?e:e.replace(/\\([nrt\\])/g,(t,r)=>r=="n"?`
64
- `:r=="r"?"\r":r=="t"?" ":"\\")}eq(e){return this.search==e.search&&this.replace==e.replace&&this.caseSensitive==e.caseSensitive&&this.regexp==e.regexp&&this.wholeWord==e.wholeWord&&this.test==e.test}create(){return this.regexp?new cQ(this):new oQ(this)}getCursor(e,t=0,r){let i=e.doc?e:Dt.create({doc:e});return r==null&&(r=i.doc.length),this.regexp?gl(this,i,t,r):ml(this,i,t,r)}}class lw{constructor(e){this.spec=e}}function iQ(n,e,t){return(r,i,s,a)=>{if(t&&!t(r,i,s,a))return!1;let c=r>=a&&i<=a+s.length?s.slice(r-a,i-a):e.doc.sliceString(r,i);return n(c,e,r,i)}}function ml(n,e,t,r){let i;return n.wholeWord&&(i=sQ(e.doc,e.charCategorizer(e.selection.main.head))),n.test&&(i=iQ(n.test,e,i)),new Xl(e.doc,n.unquoted,t,r,n.caseSensitive?void 0:s=>s.toLowerCase(),i)}function sQ(n,e){return(t,r,i,s)=>((s>t||s+i.length<r)&&(s=Math.max(0,t-2),i=n.sliceString(s,Math.min(n.length,r+2))),(e(gd(i,t-s))!=dn.Word||e(Od(i,t-s))!=dn.Word)&&(e(Od(i,r-s))!=dn.Word||e(gd(i,r-s))!=dn.Word))}class oQ extends lw{constructor(e){super(e)}nextMatch(e,t,r){let i=ml(this.spec,e,r,e.doc.length).nextOverlapping();if(i.done){let s=Math.min(e.doc.length,t+this.spec.unquoted.length);i=ml(this.spec,e,0,s).nextOverlapping()}return i.done||i.value.from==t&&i.value.to==r?null:i.value}prevMatchInRange(e,t,r){for(let i=r;;){let s=Math.max(t,i-1e4-this.spec.unquoted.length),a=ml(this.spec,e,s,i),c=null;for(;!a.nextOverlapping().done;)c=a.value;if(c)return c;if(s==t)return null;i-=1e4}}prevMatch(e,t,r){let i=this.prevMatchInRange(e,0,t);return i||(i=this.prevMatchInRange(e,Math.max(0,r-this.spec.unquoted.length),e.doc.length)),i&&(i.from!=t||i.to!=r)?i:null}getReplacement(e){return this.spec.unquote(this.spec.replace)}matchAll(e,t){let r=ml(this.spec,e,0,e.doc.length),i=[];for(;!r.next().done;){if(i.length>=t)return null;i.push(r.value)}return i}highlight(e,t,r,i){let s=ml(this.spec,e,Math.max(0,t-this.spec.unquoted.length),Math.min(r+this.spec.unquoted.length,e.doc.length));for(;!s.next().done;)i(s.value.from,s.value.to)}}function aQ(n,e,t){return(r,i,s)=>(!t||t(r,i,s))&&n(s[0],e,r,i)}function gl(n,e,t,r){let i;return n.wholeWord&&(i=lQ(e.charCategorizer(e.selection.main.head))),n.test&&(i=aQ(n.test,e,i)),new sw(e.doc,n.search,{ignoreCase:!n.caseSensitive,test:i},t,r)}function gd(n,e){return n.slice(qn(n,e,!1),e)}function Od(n,e){return n.slice(e,qn(n,e))}function lQ(n){return(e,t,r)=>!r[0].length||(n(gd(r.input,r.index))!=dn.Word||n(Od(r.input,r.index))!=dn.Word)&&(n(Od(r.input,r.index+r[0].length))!=dn.Word||n(gd(r.input,r.index+r[0].length))!=dn.Word)}class cQ extends lw{nextMatch(e,t,r){let i=gl(this.spec,e,r,e.doc.length).next();return i.done&&(i=gl(this.spec,e,0,t).next()),i.done?null:i.value}prevMatchInRange(e,t,r){for(let i=1;;i++){let s=Math.max(t,r-i*1e4),a=gl(this.spec,e,s,r),c=null;for(;!a.next().done;)c=a.value;if(c&&(s==t||c.from>s+10))return c;if(s==t)return null}}prevMatch(e,t,r){return this.prevMatchInRange(e,0,t)||this.prevMatchInRange(e,r,e.doc.length)}getReplacement(e){return this.spec.unquote(this.spec.replace).replace(/\$([$&]|\d+)/g,(t,r)=>{if(r=="&")return e.match[0];if(r=="$")return"$";for(let i=r.length;i>0;i--){let s=+r.slice(0,i);if(s>0&&s<e.match.length)return e.match[s]+r.slice(i)}return t})}matchAll(e,t){let r=gl(this.spec,e,0,e.doc.length),i=[];for(;!r.next().done;){if(i.length>=t)return null;i.push(r.value)}return i}highlight(e,t,r,i){let s=gl(this.spec,e,Math.max(0,t-250),Math.min(r+250,e.doc.length));for(;!s.next().done;)i(s.value.from,s.value.to)}}const Pu=Ft.define(),jg=Ft.define(),jo=ci.define({create(n){return new Zp(v2(n).create(),null)},update(n,e){for(let t of e.effects)t.is(Pu)?n=new Zp(t.value.create(),n.panel):t.is(jg)&&(n=new Zp(n.query,t.value?Zg:null));return n},provide:n=>ld.from(n,e=>e.panel)});class Zp{constructor(e,t){this.query=e,this.panel=t}}const uQ=pt.mark({class:"cm-searchMatch"}),dQ=pt.mark({class:"cm-searchMatch cm-searchMatch-selected"}),fQ=qr.fromClass(class{constructor(n){this.view=n,this.decorations=this.highlight(n.state.field(jo))}update(n){let e=n.state.field(jo);(e!=n.startState.field(jo)||n.docChanged||n.selectionSet||n.viewportChanged)&&(this.decorations=this.highlight(e))}highlight({query:n,panel:e}){if(!e||!n.spec.valid)return pt.none;let{view:t}=this,r=new ba;for(let i=0,s=t.visibleRanges,a=s.length;i<a;i++){let{from:c,to:u}=s[i];for(;i<a-1&&u>s[i+1].from-500;)u=s[++i].to;n.highlight(t.state,c,u,(h,m)=>{let O=t.state.selection.ranges.some(x=>x.from==h&&x.to==m);r.add(h,m,O?dQ:uQ)})}return r.finish()}},{decorations:n=>n.decorations});function Vu(n){return e=>{let t=e.state.field(jo,!1);return t&&t.query.spec.valid?n(e,t):dw(e)}}const xd=Vu((n,{query:e})=>{let{to:t}=n.state.selection.main,r=e.nextMatch(n.state,t,t);if(!r)return!1;let i=de.single(r.from,r.to),s=n.state.facet(Kl);return n.dispatch({selection:i,effects:[Rg(n,r),s.scrollToMatch(i.main,n)],userEvent:"select.search"}),uw(n),!0}),yd=Vu((n,{query:e})=>{let{state:t}=n,{from:r}=t.selection.main,i=e.prevMatch(t,r,r);if(!i)return!1;let s=de.single(i.from,i.to),a=n.state.facet(Kl);return n.dispatch({selection:s,effects:[Rg(n,i),a.scrollToMatch(s.main,n)],userEvent:"select.search"}),uw(n),!0}),hQ=Vu((n,{query:e})=>{let t=e.matchAll(n.state,1e3);return!t||!t.length?!1:(n.dispatch({selection:de.create(t.map(r=>de.range(r.from,r.to))),userEvent:"select.search.matches"}),!0)}),pQ=({state:n,dispatch:e})=>{let t=n.selection;if(t.ranges.length>1||t.main.empty)return!1;let{from:r,to:i}=t.main,s=[],a=0;for(let c=new Xl(n.doc,n.sliceDoc(r,i));!c.next().done;){if(s.length>1e3)return!1;c.value.from==r&&(a=s.length),s.push(de.range(c.value.from,c.value.to))}return e(n.update({selection:de.create(s,a),userEvent:"select.search.matches"})),!0},yx=Vu((n,{query:e})=>{let{state:t}=n,{from:r,to:i}=t.selection.main;if(t.readOnly)return!1;let s=e.nextMatch(t,r,r);if(!s)return!1;let a=s,c=[],u,h,m=[];a.from==r&&a.to==i&&(h=t.toText(e.getReplacement(a)),c.push({from:a.from,to:a.to,insert:h}),a=e.nextMatch(t,a.from,a.to),m.push(Be.announce.of(t.phrase("replaced match on line $",t.doc.lineAt(r).number)+".")));let O=n.state.changes(c);return a&&(u=de.single(a.from,a.to).map(O),m.push(Rg(n,a)),m.push(t.facet(Kl).scrollToMatch(u.main,n))),n.dispatch({changes:O,selection:u,effects:m,userEvent:"input.replace"}),!0}),mQ=Vu((n,{query:e})=>{if(n.state.readOnly)return!1;let t=e.matchAll(n.state,1e9).map(i=>{let{from:s,to:a}=i;return{from:s,to:a,insert:e.getReplacement(i)}});if(!t.length)return!1;let r=n.state.phrase("replaced $ matches",t.length)+".";return n.dispatch({changes:t,effects:Be.announce.of(r),userEvent:"input.replace.all"}),!0});function Zg(n){return n.state.facet(Kl).createPanel(n)}function v2(n,e){var t,r,i,s,a;let c=n.selection.main,u=c.empty||c.to>c.from+100?"":n.sliceDoc(c.from,c.to);if(e&&!u)return e;let h=n.facet(Kl);return new aw({search:((t=e==null?void 0:e.literal)!==null&&t!==void 0?t:h.literal)?u:u.replace(/\n/g,"\\n"),caseSensitive:(r=e==null?void 0:e.caseSensitive)!==null&&r!==void 0?r:h.caseSensitive,literal:(i=e==null?void 0:e.literal)!==null&&i!==void 0?i:h.literal,regexp:(s=e==null?void 0:e.regexp)!==null&&s!==void 0?s:h.regexp,wholeWord:(a=e==null?void 0:e.wholeWord)!==null&&a!==void 0?a:h.wholeWord})}function cw(n){let e=qv(n,Zg);return e&&e.dom.querySelector("[main-field]")}function uw(n){let e=cw(n);e&&e==n.root.activeElement&&e.select()}const dw=n=>{let e=n.state.field(jo,!1);if(e&&e.panel){let t=cw(n);if(t&&t!=n.root.activeElement){let r=v2(n.state,e.query.spec);r.valid&&n.dispatch({effects:Pu.of(r)}),t.focus(),t.select()}}else n.dispatch({effects:[jg.of(!0),e?Pu.of(v2(n.state,e.query.spec)):Ft.appendConfig.of(yQ)]});return!0},fw=n=>{let e=n.state.field(jo,!1);if(!e||!e.panel)return!1;let t=qv(n,Zg);return t&&t.dom.contains(n.root.activeElement)&&n.focus(),n.dispatch({effects:jg.of(!1)}),!0},gQ=[{key:"Mod-f",run:dw,scope:"editor search-panel"},{key:"F3",run:xd,shift:yd,scope:"editor search-panel",preventDefault:!0},{key:"Mod-g",run:xd,shift:yd,scope:"editor search-panel",preventDefault:!0},{key:"Escape",run:fw,scope:"editor search-panel"},{key:"Mod-Shift-l",run:pQ},{key:"Mod-Alt-g",run:WM},{key:"Mod-d",run:rQ,preventDefault:!0}];class OQ{constructor(e){this.view=e;let t=this.query=e.state.field(jo).query.spec;this.commit=this.commit.bind(this),this.searchField=Yn("input",{value:t.search,placeholder:ii(e,"Find"),"aria-label":ii(e,"Find"),class:"cm-textfield",name:"search",form:"","main-field":"true",onchange:this.commit,onkeyup:this.commit}),this.replaceField=Yn("input",{value:t.replace,placeholder:ii(e,"Replace"),"aria-label":ii(e,"Replace"),class:"cm-textfield",name:"replace",form:"",onchange:this.commit,onkeyup:this.commit}),this.caseField=Yn("input",{type:"checkbox",name:"case",form:"",checked:t.caseSensitive,onchange:this.commit}),this.reField=Yn("input",{type:"checkbox",name:"re",form:"",checked:t.regexp,onchange:this.commit}),this.wordField=Yn("input",{type:"checkbox",name:"word",form:"",checked:t.wholeWord,onchange:this.commit});function r(i,s,a){return Yn("button",{class:"cm-button",name:i,onclick:s,type:"button"},a)}this.dom=Yn("div",{onkeydown:i=>this.keydown(i),class:"cm-search"},[this.searchField,r("next",()=>xd(e),[ii(e,"next")]),r("prev",()=>yd(e),[ii(e,"previous")]),r("select",()=>hQ(e),[ii(e,"all")]),Yn("label",null,[this.caseField,ii(e,"match case")]),Yn("label",null,[this.reField,ii(e,"regexp")]),Yn("label",null,[this.wordField,ii(e,"by word")]),...e.state.readOnly?[]:[Yn("br"),this.replaceField,r("replace",()=>yx(e),[ii(e,"replace")]),r("replaceAll",()=>mQ(e),[ii(e,"replace all")])],Yn("button",{name:"close",onclick:()=>fw(e),"aria-label":ii(e,"close"),type:"button"},["×"])])}commit(){let e=new aw({search:this.searchField.value,caseSensitive:this.caseField.checked,regexp:this.reField.checked,wholeWord:this.wordField.checked,replace:this.replaceField.value});e.eq(this.query)||(this.query=e,this.view.dispatch({effects:Pu.of(e)}))}keydown(e){TC(this.view,e,"search-panel")?e.preventDefault():e.keyCode==13&&e.target==this.searchField?(e.preventDefault(),(e.shiftKey?yd:xd)(this.view)):e.keyCode==13&&e.target==this.replaceField&&(e.preventDefault(),yx(this.view))}update(e){for(let t of e.transactions)for(let r of t.effects)r.is(Pu)&&!r.value.eq(this.query)&&this.setQuery(r.value)}setQuery(e){this.query=e,this.searchField.value=e.search,this.replaceField.value=e.replace,this.caseField.checked=e.caseSensitive,this.reField.checked=e.regexp,this.wordField.checked=e.wholeWord}mount(){this.searchField.select()}get pos(){return 80}get top(){return this.view.state.facet(Kl).top}}function ii(n,e){return n.state.phrase(e)}const h1=30,p1=/[\s\.,:;?!]/;function Rg(n,{from:e,to:t}){let r=n.state.doc.lineAt(e),i=n.state.doc.lineAt(t).to,s=Math.max(r.from,e-h1),a=Math.min(i,t+h1),c=n.state.sliceDoc(s,a);if(s!=r.from){for(let u=0;u<h1;u++)if(!p1.test(c[u+1])&&p1.test(c[u])){c=c.slice(u);break}}if(a!=i){for(let u=c.length-1;u>c.length-h1;u--)if(!p1.test(c[u-1])&&p1.test(c[u])){c=c.slice(0,u);break}}return Be.announce.of(`${n.state.phrase("current match")}. ${c} ${n.state.phrase("on line")} ${r.number}.`)}const xQ=Be.baseTheme({".cm-panel.cm-search":{padding:"2px 6px 4px",position:"relative","& [name=close]":{position:"absolute",top:"0",right:"4px",backgroundColor:"inherit",border:"none",font:"inherit",padding:0,margin:0},"& input, & button, & label":{margin:".2em .6em .2em 0"},"& input[type=checkbox]":{marginRight:".2em"},"& label":{fontSize:"80%",whiteSpace:"pre"}},"&light .cm-searchMatch":{backgroundColor:"#ffff0054"},"&dark .cm-searchMatch":{backgroundColor:"#00ffff8a"},"&light .cm-searchMatch-selected":{backgroundColor:"#ff6a0054"},"&dark .cm-searchMatch-selected":{backgroundColor:"#ff00ff8a"}}),yQ=[jo,Qu.low(fQ),xQ],vQ="#e5c07b",vx="#e06c75",bQ="#56b6c2",wQ="#ffffff",F1="#abb2bf",b2="#7d8799",SQ="#61afef",kQ="#98c379",bx="#d19a66",PQ="#c678dd",AQ="#21252b",wx="#2c313a",Sx="#282c34",Rp="#353a42",$Q="#3E4451",kx="#528bff",CQ=Be.theme({"&":{color:F1,backgroundColor:Sx},".cm-content":{caretColor:kx},".cm-cursor, .cm-dropCursor":{borderLeftColor:kx},"&.cm-focused > .cm-scroller > .cm-selectionLayer .cm-selectionBackground, .cm-selectionBackground, .cm-content ::selection":{backgroundColor:$Q},".cm-panels":{backgroundColor:AQ,color:F1},".cm-panels.cm-panels-top":{borderBottom:"2px solid black"},".cm-panels.cm-panels-bottom":{borderTop:"2px solid black"},".cm-searchMatch":{backgroundColor:"#72a1ff59",outline:"1px solid #457dff"},".cm-searchMatch.cm-searchMatch-selected":{backgroundColor:"#6199ff2f"},".cm-activeLine":{backgroundColor:"#6699ff0b"},".cm-selectionMatch":{backgroundColor:"#aafe661a"},"&.cm-focused .cm-matchingBracket, &.cm-focused .cm-nonmatchingBracket":{backgroundColor:"#bad0f847"},".cm-gutters":{backgroundColor:Sx,color:b2,border:"none"},".cm-activeLineGutter":{backgroundColor:wx},".cm-foldPlaceholder":{backgroundColor:"transparent",border:"none",color:"#ddd"},".cm-tooltip":{border:"none",backgroundColor:Rp},".cm-tooltip .cm-tooltip-arrow:before":{borderTopColor:"transparent",borderBottomColor:"transparent"},".cm-tooltip .cm-tooltip-arrow:after":{borderTopColor:Rp,borderBottomColor:Rp},".cm-tooltip-autocomplete":{"& > ul > li[aria-selected]":{backgroundColor:wx,color:F1}}},{dark:!0}),EQ=Yd.define([{tag:X.keyword,color:PQ},{tag:[X.name,X.deleted,X.character,X.propertyName,X.macroName],color:vx},{tag:[X.function(X.variableName),X.labelName],color:SQ},{tag:[X.color,X.constant(X.name),X.standard(X.name)],color:bx},{tag:[X.definition(X.name),X.separator],color:F1},{tag:[X.typeName,X.className,X.number,X.changed,X.annotation,X.modifier,X.self,X.namespace],color:vQ},{tag:[X.operator,X.operatorKeyword,X.url,X.escape,X.regexp,X.link,X.special(X.string)],color:bQ},{tag:[X.meta,X.comment],color:b2},{tag:X.strong,fontWeight:"bold"},{tag:X.emphasis,fontStyle:"italic"},{tag:X.strikethrough,textDecoration:"line-through"},{tag:X.link,color:b2,textDecoration:"underline"},{tag:X.heading,fontWeight:"bold",color:vx},{tag:[X.atom,X.bool,X.special(X.variableName)],color:bx},{tag:[X.processingInstruction,X.string,X.inserted],color:kQ},{tag:X.invalid,color:wQ}]),TQ=[CQ,FE(EQ)];var Px={};class vd{constructor(e,t,r,i,s,a,c,u,h,m=0,O){this.p=e,this.stack=t,this.state=r,this.reducePos=i,this.pos=s,this.score=a,this.buffer=c,this.bufferBase=u,this.curContext=h,this.lookAhead=m,this.parent=O}toString(){return`[${this.stack.filter((e,t)=>t%3==0).concat(this.state)}]@${this.pos}${this.score?"!"+this.score:""}`}static start(e,t,r=0){let i=e.parser.context;return new vd(e,[],t,r,r,0,[],0,i?new Ax(i,i.start):null,0,null)}get context(){return this.curContext?this.curContext.context:null}pushState(e,t){this.stack.push(this.state,t,this.bufferBase+this.buffer.length),this.state=e}reduce(e){var t;let r=e>>19,i=e&65535,{parser:s}=this.p,a=this.reducePos<this.pos-25&&this.setLookAhead(this.pos),c=s.dynamicPrecedence(i);if(c&&(this.score+=c),r==0){this.pushState(s.getGoto(this.state,i,!0),this.reducePos),i<s.minRepeatTerm&&this.storeNode(i,this.reducePos,this.reducePos,a?8:4,!0),this.reduceContext(i,this.reducePos);return}let u=this.stack.length-(r-1)*3-(e&262144?6:0),h=u?this.stack[u-2]:this.p.ranges[0].from,m=this.reducePos-h;m>=2e3&&!(!((t=this.p.parser.nodeSet.types[i])===null||t===void 0)&&t.isAnonymous)&&(h==this.p.lastBigReductionStart?(this.p.bigReductionCount++,this.p.lastBigReductionSize=m):this.p.lastBigReductionSize<m&&(this.p.bigReductionCount=1,this.p.lastBigReductionStart=h,this.p.lastBigReductionSize=m));let O=u?this.stack[u-1]:0,x=this.bufferBase+this.buffer.length-O;if(i<s.minRepeatTerm||e&131072){let v=s.stateFlag(this.state,1)?this.pos:this.reducePos;this.storeNode(i,h,v,x+4,!0)}if(e&262144)this.state=this.stack[u];else{let v=this.stack[u-3];this.state=s.getGoto(v,i,!0)}for(;this.stack.length>u;)this.stack.pop();this.reduceContext(i,h)}storeNode(e,t,r,i=4,s=!1){if(e==0&&(!this.stack.length||this.stack[this.stack.length-1]<this.buffer.length+this.bufferBase)){let a=this,c=this.buffer.length;if(c==0&&a.parent&&(c=a.bufferBase-a.parent.bufferBase,a=a.parent),c>0&&a.buffer[c-4]==0&&a.buffer[c-1]>-1){if(t==r)return;if(a.buffer[c-2]>=t){a.buffer[c-2]=r;return}}}if(!s||this.pos==r)this.buffer.push(e,t,r,i);else{let a=this.buffer.length;if(a>0&&(this.buffer[a-4]!=0||this.buffer[a-1]<0)){let c=!1;for(let u=a;u>0&&this.buffer[u-2]>r;u-=4)if(this.buffer[u-1]>=0){c=!0;break}if(c)for(;a>0&&this.buffer[a-2]>r;)this.buffer[a]=this.buffer[a-4],this.buffer[a+1]=this.buffer[a-3],this.buffer[a+2]=this.buffer[a-2],this.buffer[a+3]=this.buffer[a-1],a-=4,i>4&&(i-=4)}this.buffer[a]=e,this.buffer[a+1]=t,this.buffer[a+2]=r,this.buffer[a+3]=i}}shift(e,t,r,i){if(e&131072)this.pushState(e&65535,this.pos);else if((e&262144)==0){let s=e,{parser:a}=this.p;this.pos=i;let c=a.stateFlag(s,1);!c&&(i>r||t<=a.maxNode)&&(this.reducePos=i),this.pushState(s,c?r:Math.min(r,this.reducePos)),this.shiftContext(t,r),t<=a.maxNode&&this.buffer.push(t,r,i,4)}else this.pos=i,this.shiftContext(t,r),t<=this.p.parser.maxNode&&this.buffer.push(t,r,i,4)}apply(e,t,r,i){e&65536?this.reduce(e):this.shift(e,t,r,i)}useNode(e,t){let r=this.p.reused.length-1;(r<0||this.p.reused[r]!=e)&&(this.p.reused.push(e),r++);let i=this.pos;this.reducePos=this.pos=i+e.length,this.pushState(t,i),this.buffer.push(r,i,this.reducePos,-1),this.curContext&&this.updateContext(this.curContext.tracker.reuse(this.curContext.context,e,this,this.p.stream.reset(this.pos-e.length)))}split(){let e=this,t=e.buffer.length;for(;t>0&&e.buffer[t-2]>e.reducePos;)t-=4;let r=e.buffer.slice(t),i=e.bufferBase+t;for(;e&&i==e.bufferBase;)e=e.parent;return new vd(this.p,this.stack.slice(),this.state,this.reducePos,this.pos,this.score,r,i,this.curContext,this.lookAhead,e)}recoverByDelete(e,t){let r=e<=this.p.parser.maxNode;r&&this.storeNode(e,this.pos,t,4),this.storeNode(0,this.pos,t,r?8:4),this.pos=this.reducePos=t,this.score-=190}canShift(e){for(let t=new MQ(this);;){let r=this.p.parser.stateSlot(t.state,4)||this.p.parser.hasAction(t.state,e);if(r==0)return!1;if((r&65536)==0)return!0;t.reduce(r)}}recoverByInsert(e){if(this.stack.length>=300)return[];let t=this.p.parser.nextStates(this.state);if(t.length>8||this.stack.length>=120){let i=[];for(let s=0,a;s<t.length;s+=2)(a=t[s+1])!=this.state&&this.p.parser.hasAction(a,e)&&i.push(t[s],a);if(this.stack.length<120)for(let s=0;i.length<8&&s<t.length;s+=2){let a=t[s+1];i.some((c,u)=>u&1&&c==a)||i.push(t[s],a)}t=i}let r=[];for(let i=0;i<t.length&&r.length<4;i+=2){let s=t[i+1];if(s==this.state)continue;let a=this.split();a.pushState(s,this.pos),a.storeNode(0,a.pos,a.pos,4,!0),a.shiftContext(t[i],this.pos),a.reducePos=this.pos,a.score-=200,r.push(a)}return r}forceReduce(){let{parser:e}=this.p,t=e.stateSlot(this.state,5);if((t&65536)==0)return!1;if(!e.validAction(this.state,t)){let r=t>>19,i=t&65535,s=this.stack.length-r*3;if(s<0||e.getGoto(this.stack[s],i,!1)<0){let a=this.findForcedReduction();if(a==null)return!1;t=a}this.storeNode(0,this.pos,this.pos,4,!0),this.score-=100}return this.reducePos=this.pos,this.reduce(t),!0}findForcedReduction(){let{parser:e}=this.p,t=[],r=(i,s)=>{if(!t.includes(i))return t.push(i),e.allActions(i,a=>{if(!(a&393216))if(a&65536){let c=(a>>19)-s;if(c>1){let u=a&65535,h=this.stack.length-c*3;if(h>=0&&e.getGoto(this.stack[h],u,!1)>=0)return c<<19|65536|u}}else{let c=r(a,s+1);if(c!=null)return c}})};return r(this.state,0)}forceAll(){for(;!this.p.parser.stateFlag(this.state,2);)if(!this.forceReduce()){this.storeNode(0,this.pos,this.pos,4,!0);break}return this}get deadEnd(){if(this.stack.length!=3)return!1;let{parser:e}=this.p;return e.data[e.stateSlot(this.state,1)]==65535&&!e.stateSlot(this.state,4)}restart(){this.storeNode(0,this.pos,this.pos,4,!0),this.state=this.stack[0],this.stack.length=0}sameState(e){if(this.state!=e.state||this.stack.length!=e.stack.length)return!1;for(let t=0;t<this.stack.length;t+=3)if(this.stack[t]!=e.stack[t])return!1;return!0}get parser(){return this.p.parser}dialectEnabled(e){return this.p.parser.dialect.flags[e]}shiftContext(e,t){this.curContext&&this.updateContext(this.curContext.tracker.shift(this.curContext.context,e,this,this.p.stream.reset(t)))}reduceContext(e,t){this.curContext&&this.updateContext(this.curContext.tracker.reduce(this.curContext.context,e,this,this.p.stream.reset(t)))}emitContext(){let e=this.buffer.length-1;(e<0||this.buffer[e]!=-3)&&this.buffer.push(this.curContext.hash,this.pos,this.pos,-3)}emitLookAhead(){let e=this.buffer.length-1;(e<0||this.buffer[e]!=-4)&&this.buffer.push(this.lookAhead,this.pos,this.pos,-4)}updateContext(e){if(e!=this.curContext.context){let t=new Ax(this.curContext.tracker,e);t.hash!=this.curContext.hash&&this.emitContext(),this.curContext=t}}setLookAhead(e){return e<=this.lookAhead?!1:(this.emitLookAhead(),this.lookAhead=e,!0)}close(){this.curContext&&this.curContext.tracker.strict&&this.emitContext(),this.lookAhead>0&&this.emitLookAhead()}}class Ax{constructor(e,t){this.tracker=e,this.context=t,this.hash=e.strict?e.hash(t):0}}class MQ{constructor(e){this.start=e,this.state=e.state,this.stack=e.stack,this.base=this.stack.length}reduce(e){let t=e&65535,r=e>>19;r==0?(this.stack==this.start.stack&&(this.stack=this.stack.slice()),this.stack.push(this.state,0,0),this.base+=3):this.base-=(r-1)*3;let i=this.start.p.parser.getGoto(this.stack[this.base-3],t,!0);this.state=i}}class bd{constructor(e,t,r){this.stack=e,this.pos=t,this.index=r,this.buffer=e.buffer,this.index==0&&this.maybeNext()}static create(e,t=e.bufferBase+e.buffer.length){return new bd(e,t,t-e.bufferBase)}maybeNext(){let e=this.stack.parent;e!=null&&(this.index=this.stack.bufferBase-e.bufferBase,this.stack=e,this.buffer=e.buffer)}get id(){return this.buffer[this.index-4]}get start(){return this.buffer[this.index-3]}get end(){return this.buffer[this.index-2]}get size(){return this.buffer[this.index-1]}next(){this.index-=4,this.pos-=4,this.index==0&&this.maybeNext()}fork(){return new bd(this.stack,this.pos,this.index)}}function qc(n,e=Uint16Array){if(typeof n!="string")return n;let t=null;for(let r=0,i=0;r<n.length;){let s=0;for(;;){let a=n.charCodeAt(r++),c=!1;if(a==126){s=65535;break}a>=92&&a--,a>=34&&a--;let u=a-32;if(u>=46&&(u-=46,c=!0),s+=u,c)break;s*=46}t?t[i++]=s:t=new e(s)}return t}class z1{constructor(){this.start=-1,this.value=-1,this.end=-1,this.extended=-1,this.lookAhead=0,this.mask=0,this.context=0}}const $x=new z1;class QQ{constructor(e,t){this.input=e,this.ranges=t,this.chunk="",this.chunkOff=0,this.chunk2="",this.chunk2Pos=0,this.next=-1,this.token=$x,this.rangeIndex=0,this.pos=this.chunkPos=t[0].from,this.range=t[0],this.end=t[t.length-1].to,this.readNext()}resolveOffset(e,t){let r=this.range,i=this.rangeIndex,s=this.pos+e;for(;s<r.from;){if(!i)return null;let a=this.ranges[--i];s-=r.from-a.to,r=a}for(;t<0?s>r.to:s>=r.to;){if(i==this.ranges.length-1)return null;let a=this.ranges[++i];s+=a.from-r.to,r=a}return s}clipPos(e){if(e>=this.range.from&&e<this.range.to)return e;for(let t of this.ranges)if(t.to>e)return Math.max(e,t.from);return this.end}peek(e){let t=this.chunkOff+e,r,i;if(t>=0&&t<this.chunk.length)r=this.pos+e,i=this.chunk.charCodeAt(t);else{let s=this.resolveOffset(e,1);if(s==null)return-1;if(r=s,r>=this.chunk2Pos&&r<this.chunk2Pos+this.chunk2.length)i=this.chunk2.charCodeAt(r-this.chunk2Pos);else{let a=this.rangeIndex,c=this.range;for(;c.to<=r;)c=this.ranges[++a];this.chunk2=this.input.chunk(this.chunk2Pos=r),r+this.chunk2.length>c.to&&(this.chunk2=this.chunk2.slice(0,c.to-r)),i=this.chunk2.charCodeAt(0)}}return r>=this.token.lookAhead&&(this.token.lookAhead=r+1),i}acceptToken(e,t=0){let r=t?this.resolveOffset(t,-1):this.pos;if(r==null||r<this.token.start)throw new RangeError("Token end out of bounds");this.token.value=e,this.token.end=r}acceptTokenTo(e,t){this.token.value=e,this.token.end=t}getChunk(){if(this.pos>=this.chunk2Pos&&this.pos<this.chunk2Pos+this.chunk2.length){let{chunk:e,chunkPos:t}=this;this.chunk=this.chunk2,this.chunkPos=this.chunk2Pos,this.chunk2=e,this.chunk2Pos=t,this.chunkOff=this.pos-this.chunkPos}else{this.chunk2=this.chunk,this.chunk2Pos=this.chunkPos;let e=this.input.chunk(this.pos),t=this.pos+e.length;this.chunk=t>this.range.to?e.slice(0,this.range.to-this.pos):e,this.chunkPos=this.pos,this.chunkOff=0}}readNext(){return this.chunkOff>=this.chunk.length&&(this.getChunk(),this.chunkOff==this.chunk.length)?this.next=-1:this.next=this.chunk.charCodeAt(this.chunkOff)}advance(e=1){for(this.chunkOff+=e;this.pos+e>=this.range.to;){if(this.rangeIndex==this.ranges.length-1)return this.setDone();e-=this.range.to-this.pos,this.range=this.ranges[++this.rangeIndex],this.pos=this.range.from}return this.pos+=e,this.pos>=this.token.lookAhead&&(this.token.lookAhead=this.pos+1),this.readNext()}setDone(){return this.pos=this.chunkPos=this.end,this.range=this.ranges[this.rangeIndex=this.ranges.length-1],this.chunk="",this.next=-1}reset(e,t){if(t?(this.token=t,t.start=e,t.lookAhead=e+1,t.value=t.extended=-1):this.token=$x,this.pos!=e){if(this.pos=e,e==this.end)return this.setDone(),this;for(;e<this.range.from;)this.range=this.ranges[--this.rangeIndex];for(;e>=this.range.to;)this.range=this.ranges[++this.rangeIndex];e>=this.chunkPos&&e<this.chunkPos+this.chunk.length?this.chunkOff=e-this.chunkPos:(this.chunk="",this.chunkOff=0),this.readNext()}return this}read(e,t){if(e>=this.chunkPos&&t<=this.chunkPos+this.chunk.length)return this.chunk.slice(e-this.chunkPos,t-this.chunkPos);if(e>=this.chunk2Pos&&t<=this.chunk2Pos+this.chunk2.length)return this.chunk2.slice(e-this.chunk2Pos,t-this.chunk2Pos);if(e>=this.range.from&&t<=this.range.to)return this.input.read(e,t);let r="";for(let i of this.ranges){if(i.from>=t)break;i.to>e&&(r+=this.input.read(Math.max(i.from,e),Math.min(i.to,t)))}return r}}class Rl{constructor(e,t){this.data=e,this.id=t}token(e,t){let{parser:r}=t.p;hw(this.data,e,t,this.id,r.data,r.tokenPrecTable)}}Rl.prototype.contextual=Rl.prototype.fallback=Rl.prototype.extend=!1;class wd{constructor(e,t,r){this.precTable=t,this.elseToken=r,this.data=typeof e=="string"?qc(e):e}token(e,t){let r=e.pos,i=0;for(;;){let s=e.next<0,a=e.resolveOffset(1,1);if(hw(this.data,e,t,0,this.data,this.precTable),e.token.value>-1)break;if(this.elseToken==null)return;if(s||i++,a==null)break;e.reset(a,e.token)}i&&(e.reset(r,e.token),e.acceptToken(this.elseToken,i))}}wd.prototype.contextual=Rl.prototype.fallback=Rl.prototype.extend=!1;class ui{constructor(e,t={}){this.token=e,this.contextual=!!t.contextual,this.fallback=!!t.fallback,this.extend=!!t.extend}}function hw(n,e,t,r,i,s){let a=0,c=1<<r,{dialect:u}=t.p.parser;e:for(;(c&n[a])!=0;){let h=n[a+1];for(let v=a+3;v<h;v+=2)if((n[v+1]&c)>0){let w=n[v];if(u.allows(w)&&(e.token.value==-1||e.token.value==w||jQ(w,e.token.value,i,s))){e.acceptToken(w);break}}let m=e.next,O=0,x=n[a+2];if(e.next<0&&x>O&&n[h+x*3-3]==65535){a=n[h+x*3-1];continue e}for(;O<x;){let v=O+x>>1,w=h+v+(v<<1),k=n[w],$=n[w+1]||65536;if(m<k)x=v;else if(m>=$)O=v+1;else{a=n[w+2],e.advance();continue e}}break}}function Cx(n,e,t){for(let r=e,i;(i=n[r])!=65535;r++)if(i==t)return r-e;return-1}function jQ(n,e,t,r){let i=Cx(t,r,e);return i<0||Cx(t,r,n)<i}const si=typeof process<"u"&&Px&&/\bparse\b/.test(Px.LOG);let Np=null;function Ex(n,e,t){let r=n.cursor(qt.IncludeAnonymous);for(r.moveTo(e);;)if(!(t<0?r.childBefore(e):r.childAfter(e)))for(;;){if((t<0?r.to<e:r.from>e)&&!r.type.isError)return t<0?Math.max(0,Math.min(r.to-1,e-25)):Math.min(n.length,Math.max(r.from+1,e+25));if(t<0?r.prevSibling():r.nextSibling())break;if(!r.parent())return t<0?0:n.length}}class ZQ{constructor(e,t){this.fragments=e,this.nodeSet=t,this.i=0,this.fragment=null,this.safeFrom=-1,this.safeTo=-1,this.trees=[],this.start=[],this.index=[],this.nextFragment()}nextFragment(){let e=this.fragment=this.i==this.fragments.length?null:this.fragments[this.i++];if(e){for(this.safeFrom=e.openStart?Ex(e.tree,e.from+e.offset,1)-e.offset:e.from,this.safeTo=e.openEnd?Ex(e.tree,e.to+e.offset,-1)-e.offset:e.to;this.trees.length;)this.trees.pop(),this.start.pop(),this.index.pop();this.trees.push(e.tree),this.start.push(-e.offset),this.index.push(0),this.nextStart=this.safeFrom}else this.nextStart=1e9}nodeAt(e){if(e<this.nextStart)return null;for(;this.fragment&&this.safeTo<=e;)this.nextFragment();if(!this.fragment)return null;for(;;){let t=this.trees.length-1;if(t<0)return this.nextFragment(),null;let r=this.trees[t],i=this.index[t];if(i==r.children.length){this.trees.pop(),this.start.pop(),this.index.pop();continue}let s=r.children[i],a=this.start[t]+r.positions[i];if(a>e)return this.nextStart=a,null;if(s instanceof fn){if(a==e){if(a<this.safeFrom)return null;let c=a+s.length;if(c<=this.safeTo){let u=s.prop(bt.lookAhead);if(!u||c+u<this.fragment.to)return s}}this.index[t]++,a+s.length>=Math.max(this.safeFrom,e)&&(this.trees.push(s),this.start.push(a),this.index.push(0))}else this.index[t]++,this.nextStart=a+s.length}}}class RQ{constructor(e,t){this.stream=t,this.tokens=[],this.mainToken=null,this.actions=[],this.tokens=e.tokenizers.map(r=>new z1)}getActions(e){let t=0,r=null,{parser:i}=e.p,{tokenizers:s}=i,a=i.stateSlot(e.state,3),c=e.curContext?e.curContext.hash:0,u=0;for(let h=0;h<s.length;h++){if((1<<h&a)==0)continue;let m=s[h],O=this.tokens[h];if(!(r&&!m.fallback)&&((m.contextual||O.start!=e.pos||O.mask!=a||O.context!=c)&&(this.updateCachedToken(O,m,e),O.mask=a,O.context=c),O.lookAhead>O.end+25&&(u=Math.max(O.lookAhead,u)),O.value!=0)){let x=t;if(O.extended>-1&&(t=this.addActions(e,O.extended,O.end,t)),t=this.addActions(e,O.value,O.end,t),!m.extend&&(r=O,t>x))break}}for(;this.actions.length>t;)this.actions.pop();return u&&e.setLookAhead(u),!r&&e.pos==this.stream.end&&(r=new z1,r.value=e.p.parser.eofTerm,r.start=r.end=e.pos,t=this.addActions(e,r.value,r.end,t)),this.mainToken=r,this.actions}getMainToken(e){if(this.mainToken)return this.mainToken;let t=new z1,{pos:r,p:i}=e;return t.start=r,t.end=Math.min(r+1,i.stream.end),t.value=r==i.stream.end?i.parser.eofTerm:0,t}updateCachedToken(e,t,r){let i=this.stream.clipPos(r.pos);if(t.token(this.stream.reset(i,e),r),e.value>-1){let{parser:s}=r.p;for(let a=0;a<s.specialized.length;a++)if(s.specialized[a]==e.value){let c=s.specializers[a](this.stream.read(e.start,e.end),r);if(c>=0&&r.p.parser.dialect.allows(c>>1)){(c&1)==0?e.value=c>>1:e.extended=c>>1;break}}}else e.value=0,e.end=this.stream.clipPos(i+1)}putAction(e,t,r,i){for(let s=0;s<i;s+=3)if(this.actions[s]==e)return i;return this.actions[i++]=e,this.actions[i++]=t,this.actions[i++]=r,i}addActions(e,t,r,i){let{state:s}=e,{parser:a}=e.p,{data:c}=a;for(let u=0;u<2;u++)for(let h=a.stateSlot(s,u?2:1);;h+=3){if(c[h]==65535)if(c[h+1]==1)h=_s(c,h+2);else{i==0&&c[h+1]==2&&(i=this.putAction(_s(c,h+2),t,r,i));break}c[h]==t&&(i=this.putAction(_s(c,h+1),t,r,i))}return i}}class NQ{constructor(e,t,r,i){this.parser=e,this.input=t,this.ranges=i,this.recovering=0,this.nextStackID=9812,this.minStackPos=0,this.reused=[],this.stoppedAt=null,this.lastBigReductionStart=-1,this.lastBigReductionSize=0,this.bigReductionCount=0,this.stream=new QQ(t,i),this.tokens=new RQ(e,this.stream),this.topTerm=e.top[1];let{from:s}=i[0];this.stacks=[vd.start(this,e.top[0],s)],this.fragments=r.length&&this.stream.end-s>e.bufferLength*4?new ZQ(r,e.nodeSet):null}get parsedPos(){return this.minStackPos}advance(){let e=this.stacks,t=this.minStackPos,r=this.stacks=[],i,s;if(this.bigReductionCount>300&&e.length==1){let[a]=e;for(;a.forceReduce()&&a.stack.length&&a.stack[a.stack.length-2]>=this.lastBigReductionStart;);this.bigReductionCount=this.lastBigReductionSize=0}for(let a=0;a<e.length;a++){let c=e[a];for(;;){if(this.tokens.mainToken=null,c.pos>t)r.push(c);else{if(this.advanceStack(c,r,e))continue;{i||(i=[],s=[]),i.push(c);let u=this.tokens.getMainToken(c);s.push(u.value,u.end)}}break}}if(!r.length){let a=i&&VQ(i);if(a)return si&&console.log("Finish with "+this.stackID(a)),this.stackToTree(a);if(this.parser.strict)throw si&&i&&console.log("Stuck with token "+(this.tokens.mainToken?this.parser.getName(this.tokens.mainToken.value):"none")),new SyntaxError("No parse at "+t);this.recovering||(this.recovering=5)}if(this.recovering&&i){let a=this.stoppedAt!=null&&i[0].pos>this.stoppedAt?i[0]:this.runRecovery(i,s,r);if(a)return si&&console.log("Force-finish "+this.stackID(a)),this.stackToTree(a.forceAll())}if(this.recovering){let a=this.recovering==1?1:this.recovering*3;if(r.length>a)for(r.sort((c,u)=>u.score-c.score);r.length>a;)r.pop();r.some(c=>c.reducePos>t)&&this.recovering--}else if(r.length>1){e:for(let a=0;a<r.length-1;a++){let c=r[a];for(let u=a+1;u<r.length;u++){let h=r[u];if(c.sameState(h)||c.buffer.length>500&&h.buffer.length>500)if((c.score-h.score||c.buffer.length-h.buffer.length)>0)r.splice(u--,1);else{r.splice(a--,1);continue e}}}r.length>12&&(r.sort((a,c)=>c.score-a.score),r.splice(12,r.length-12))}this.minStackPos=r[0].pos;for(let a=1;a<r.length;a++)r[a].pos<this.minStackPos&&(this.minStackPos=r[a].pos);return null}stopAt(e){if(this.stoppedAt!=null&&this.stoppedAt<e)throw new RangeError("Can't move stoppedAt forward");this.stoppedAt=e}advanceStack(e,t,r){let i=e.pos,{parser:s}=this,a=si?this.stackID(e)+" -> ":"";if(this.stoppedAt!=null&&i>this.stoppedAt)return e.forceReduce()?e:null;if(this.fragments){let h=e.curContext&&e.curContext.tracker.strict,m=h?e.curContext.hash:0;for(let O=this.fragments.nodeAt(i);O;){let x=this.parser.nodeSet.types[O.type.id]==O.type?s.getGoto(e.state,O.type.id):-1;if(x>-1&&O.length&&(!h||(O.prop(bt.contextHash)||0)==m))return e.useNode(O,x),si&&console.log(a+this.stackID(e)+` (via reuse of ${s.getName(O.type.id)})`),!0;if(!(O instanceof fn)||O.children.length==0||O.positions[0]>0)break;let v=O.children[0];if(v instanceof fn&&O.positions[0]==0)O=v;else break}}let c=s.stateSlot(e.state,4);if(c>0)return e.reduce(c),si&&console.log(a+this.stackID(e)+` (via always-reduce ${s.getName(c&65535)})`),!0;if(e.stack.length>=8400)for(;e.stack.length>6e3&&e.forceReduce(););let u=this.tokens.getActions(e);for(let h=0;h<u.length;){let m=u[h++],O=u[h++],x=u[h++],v=h==u.length||!r,w=v?e:e.split(),k=this.tokens.mainToken;if(w.apply(m,O,k?k.start:w.pos,x),si&&console.log(a+this.stackID(w)+` (via ${(m&65536)==0?"shift":`reduce of ${s.getName(m&65535)}`} for ${s.getName(O)} @ ${i}${w==e?"":", split"})`),v)return!0;w.pos>i?t.push(w):r.push(w)}return!1}advanceFully(e,t){let r=e.pos;for(;;){if(!this.advanceStack(e,null,null))return!1;if(e.pos>r)return Tx(e,t),!0}}runRecovery(e,t,r){let i=null,s=!1;for(let a=0;a<e.length;a++){let c=e[a],u=t[a<<1],h=t[(a<<1)+1],m=si?this.stackID(c)+" -> ":"";if(c.deadEnd&&(s||(s=!0,c.restart(),si&&console.log(m+this.stackID(c)+" (restarted)"),this.advanceFully(c,r))))continue;let O=c.split(),x=m;for(let v=0;v<10&&O.forceReduce()&&(si&&console.log(x+this.stackID(O)+" (via force-reduce)"),!this.advanceFully(O,r));v++)si&&(x=this.stackID(O)+" -> ");for(let v of c.recoverByInsert(u))si&&console.log(m+this.stackID(v)+" (via recover-insert)"),this.advanceFully(v,r);this.stream.end>c.pos?(h==c.pos&&(h++,u=0),c.recoverByDelete(u,h),si&&console.log(m+this.stackID(c)+` (via recover-delete ${this.parser.getName(u)})`),Tx(c,r)):(!i||i.score<O.score)&&(i=O)}return i}stackToTree(e){return e.close(),fn.build({buffer:bd.create(e),nodeSet:this.parser.nodeSet,topID:this.topTerm,maxBufferLength:this.parser.bufferLength,reused:this.reused,start:this.ranges[0].from,length:e.pos-this.ranges[0].from,minRepeatType:this.parser.minRepeatTerm})}stackID(e){let t=(Np||(Np=new WeakMap)).get(e);return t||Np.set(e,t=String.fromCodePoint(this.nextStackID++)),t+e}}function Tx(n,e){for(let t=0;t<e.length;t++){let r=e[t];if(r.pos==n.pos&&r.sameState(n)){e[t].score<n.score&&(e[t]=n);return}}e.push(n)}class LQ{constructor(e,t,r){this.source=e,this.flags=t,this.disabled=r}allows(e){return!this.disabled||this.disabled[e]==0}}const Lp=n=>n;class pw{constructor(e){this.start=e.start,this.shift=e.shift||Lp,this.reduce=e.reduce||Lp,this.reuse=e.reuse||Lp,this.hash=e.hash||(()=>0),this.strict=e.strict!==!1}}class Fl extends ob{constructor(e){if(super(),this.wrappers=[],e.version!=14)throw new RangeError(`Parser version (${e.version}) doesn't match runtime version (14)`);let t=e.nodeNames.split(" ");this.minRepeatTerm=t.length;for(let c=0;c<e.repeatNodeCount;c++)t.push("");let r=Object.keys(e.topRules).map(c=>e.topRules[c][1]),i=[];for(let c=0;c<t.length;c++)i.push([]);function s(c,u,h){i[c].push([u,u.deserialize(String(h))])}if(e.nodeProps)for(let c of e.nodeProps){let u=c[0];typeof u=="string"&&(u=bt[u]);for(let h=1;h<c.length;){let m=c[h++];if(m>=0)s(m,u,c[h++]);else{let O=c[h+-m];for(let x=-m;x>0;x--)s(c[h++],u,O);h++}}}this.nodeSet=new gg(t.map((c,u)=>jr.define({name:u>=this.minRepeatTerm?void 0:c,id:u,props:i[u],top:r.indexOf(u)>-1,error:u==0,skipped:e.skippedNodes&&e.skippedNodes.indexOf(u)>-1}))),e.propSources&&(this.nodeSet=this.nodeSet.extend(...e.propSources)),this.strict=!1,this.bufferLength=tb;let a=qc(e.tokenData);this.context=e.context,this.specializerSpecs=e.specialized||[],this.specialized=new Uint16Array(this.specializerSpecs.length);for(let c=0;c<this.specializerSpecs.length;c++)this.specialized[c]=this.specializerSpecs[c].term;this.specializers=this.specializerSpecs.map(Mx),this.states=qc(e.states,Uint32Array),this.data=qc(e.stateData),this.goto=qc(e.goto),this.maxTerm=e.maxTerm,this.tokenizers=e.tokenizers.map(c=>typeof c=="number"?new Rl(a,c):c),this.topRules=e.topRules,this.dialects=e.dialects||{},this.dynamicPrecedences=e.dynamicPrecedences||null,this.tokenPrecTable=e.tokenPrec,this.termNames=e.termNames||null,this.maxNode=this.nodeSet.types.length-1,this.dialect=this.parseDialect(),this.top=this.topRules[Object.keys(this.topRules)[0]]}createParse(e,t,r){let i=new NQ(this,e,t,r);for(let s of this.wrappers)i=s(i,e,t,r);return i}getGoto(e,t,r=!1){let i=this.goto;if(t>=i[0])return-1;for(let s=i[t+1];;){let a=i[s++],c=a&1,u=i[s++];if(c&&r)return u;for(let h=s+(a>>1);s<h;s++)if(i[s]==e)return u;if(c)return-1}}hasAction(e,t){let r=this.data;for(let i=0;i<2;i++)for(let s=this.stateSlot(e,i?2:1),a;;s+=3){if((a=r[s])==65535)if(r[s+1]==1)a=r[s=_s(r,s+2)];else{if(r[s+1]==2)return _s(r,s+2);break}if(a==t||a==0)return _s(r,s+1)}return 0}stateSlot(e,t){return this.states[e*6+t]}stateFlag(e,t){return(this.stateSlot(e,0)&t)>0}validAction(e,t){return!!this.allActions(e,r=>r==t?!0:null)}allActions(e,t){let r=this.stateSlot(e,4),i=r?t(r):void 0;for(let s=this.stateSlot(e,1);i==null;s+=3){if(this.data[s]==65535)if(this.data[s+1]==1)s=_s(this.data,s+2);else break;i=t(_s(this.data,s+1))}return i}nextStates(e){let t=[];for(let r=this.stateSlot(e,1);;r+=3){if(this.data[r]==65535)if(this.data[r+1]==1)r=_s(this.data,r+2);else break;if((this.data[r+2]&1)==0){let i=this.data[r+1];t.some((s,a)=>a&1&&s==i)||t.push(this.data[r],i)}}return t}configure(e){let t=Object.assign(Object.create(Fl.prototype),this);if(e.props&&(t.nodeSet=this.nodeSet.extend(...e.props)),e.top){let r=this.topRules[e.top];if(!r)throw new RangeError(`Invalid top rule name ${e.top}`);t.top=r}return e.tokenizers&&(t.tokenizers=this.tokenizers.map(r=>{let i=e.tokenizers.find(s=>s.from==r);return i?i.to:r})),e.specializers&&(t.specializers=this.specializers.slice(),t.specializerSpecs=this.specializerSpecs.map((r,i)=>{let s=e.specializers.find(c=>c.from==r.external);if(!s)return r;let a=Object.assign(Object.assign({},r),{external:s.to});return t.specializers[i]=Mx(a),a})),e.contextTracker&&(t.context=e.contextTracker),e.dialect&&(t.dialect=this.parseDialect(e.dialect)),e.strict!=null&&(t.strict=e.strict),e.wrap&&(t.wrappers=t.wrappers.concat(e.wrap)),e.bufferLength!=null&&(t.bufferLength=e.bufferLength),t}hasWrappers(){return this.wrappers.length>0}getName(e){return this.termNames?this.termNames[e]:String(e<=this.maxNode&&this.nodeSet.types[e].name||e)}get eofTerm(){return this.maxNode+1}get topNode(){return this.nodeSet.types[this.top[1]]}dynamicPrecedence(e){let t=this.dynamicPrecedences;return t==null?0:t[e]||0}parseDialect(e){let t=Object.keys(this.dialects),r=t.map(()=>!1);if(e)for(let s of e.split(" ")){let a=t.indexOf(s);a>=0&&(r[a]=!0)}let i=null;for(let s=0;s<t.length;s++)if(!r[s])for(let a=this.dialects[t[s]],c;(c=this.data[a++])!=65535;)(i||(i=new Uint8Array(this.maxTerm+1)))[c]=1;return new LQ(e,r,i)}static deserialize(e){return new Fl(e)}}function _s(n,e){return n[e]|n[e+1]<<16}function VQ(n){let e=null;for(let t of n){let r=t.p.stoppedAt;(t.pos==t.p.stream.end||r!=null&&t.pos>r)&&t.p.parser.stateFlag(t.state,2)&&(!e||e.score<t.score)&&(e=t)}return e}function Mx(n){if(n.external){let e=n.extend?1:0;return(t,r)=>n.external(t,r)<<1|e}return n.get}const _Q=55,IQ=1,DQ=56,XQ=2,FQ=57,zQ=3,Qx=4,HQ=5,Ng=6,mw=7,gw=8,Ow=9,xw=10,WQ=11,BQ=12,YQ=13,Vp=58,qQ=14,UQ=15,jx=59,yw=21,GQ=23,vw=24,KQ=25,w2=27,bw=28,JQ=29,ej=32,tj=35,nj=37,rj=38,ij=0,sj=1,oj={area:!0,base:!0,br:!0,col:!0,command:!0,embed:!0,frame:!0,hr:!0,img:!0,input:!0,keygen:!0,link:!0,meta:!0,param:!0,source:!0,track:!0,wbr:!0,menuitem:!0},aj={dd:!0,li:!0,optgroup:!0,option:!0,p:!0,rp:!0,rt:!0,tbody:!0,td:!0,tfoot:!0,th:!0,tr:!0},Zx={dd:{dd:!0,dt:!0},dt:{dd:!0,dt:!0},li:{li:!0},option:{option:!0,optgroup:!0},optgroup:{optgroup:!0},p:{address:!0,article:!0,aside:!0,blockquote:!0,dir:!0,div:!0,dl:!0,fieldset:!0,footer:!0,form:!0,h1:!0,h2:!0,h3:!0,h4:!0,h5:!0,h6:!0,header:!0,hgroup:!0,hr:!0,menu:!0,nav:!0,ol:!0,p:!0,pre:!0,section:!0,table:!0,ul:!0},rp:{rp:!0,rt:!0},rt:{rp:!0,rt:!0},tbody:{tbody:!0,tfoot:!0},td:{td:!0,th:!0},tfoot:{tbody:!0},th:{td:!0,th:!0},thead:{tbody:!0,tfoot:!0},tr:{tr:!0}};function lj(n){return n==45||n==46||n==58||n>=65&&n<=90||n==95||n>=97&&n<=122||n>=161}let Rx=null,Nx=null,Lx=0;function S2(n,e){let t=n.pos+e;if(Lx==t&&Nx==n)return Rx;let r=n.peek(e),i="";for(;lj(r);)i+=String.fromCharCode(r),r=n.peek(++e);return Nx=n,Lx=t,Rx=i?i.toLowerCase():r==cj||r==uj?void 0:null}const ww=60,Sd=62,Lg=47,cj=63,uj=33,dj=45;function Vx(n,e){this.name=n,this.parent=e}const fj=[Ng,xw,mw,gw,Ow],hj=new pw({start:null,shift(n,e,t,r){return fj.indexOf(e)>-1?new Vx(S2(r,1)||"",n):n},reduce(n,e){return e==yw&&n?n.parent:n},reuse(n,e,t,r){let i=e.type.id;return i==Ng||i==nj?new Vx(S2(r,1)||"",n):n},strict:!1}),pj=new ui((n,e)=>{if(n.next!=ww){n.next<0&&e.context&&n.acceptToken(Vp);return}n.advance();let t=n.next==Lg;t&&n.advance();let r=S2(n,0);if(r===void 0)return;if(!r)return n.acceptToken(t?UQ:qQ);let i=e.context?e.context.name:null;if(t){if(r==i)return n.acceptToken(WQ);if(i&&aj[i])return n.acceptToken(Vp,-2);if(e.dialectEnabled(ij))return n.acceptToken(BQ);for(let s=e.context;s;s=s.parent)if(s.name==r)return;n.acceptToken(YQ)}else{if(r=="script")return n.acceptToken(mw);if(r=="style")return n.acceptToken(gw);if(r=="textarea")return n.acceptToken(Ow);if(oj.hasOwnProperty(r))return n.acceptToken(xw);i&&Zx[i]&&Zx[i][r]?n.acceptToken(Vp,-1):n.acceptToken(Ng)}},{contextual:!0}),mj=new ui(n=>{for(let e=0,t=0;;t++){if(n.next<0){t&&n.acceptToken(jx);break}if(n.next==dj)e++;else if(n.next==Sd&&e>=2){t>=3&&n.acceptToken(jx,-2);break}else e=0;n.advance()}});function gj(n){for(;n;n=n.parent)if(n.name=="svg"||n.name=="math")return!0;return!1}const Oj=new ui((n,e)=>{if(n.next==Lg&&n.peek(1)==Sd){let t=e.dialectEnabled(sj)||gj(e.context);n.acceptToken(t?HQ:Qx,2)}else n.next==Sd&&n.acceptToken(Qx,1)});function Vg(n,e,t){let r=2+n.length;return new ui(i=>{for(let s=0,a=0,c=0;;c++){if(i.next<0){c&&i.acceptToken(e);break}if(s==0&&i.next==ww||s==1&&i.next==Lg||s>=2&&s<r&&i.next==n.charCodeAt(s-2))s++,a++;else if(s==r&&i.next==Sd){c>a?i.acceptToken(e,-a):i.acceptToken(t,-(a-2));break}else if((i.next==10||i.next==13)&&c){i.acceptToken(e,1);break}else s=a=0;i.advance()}})}const xj=Vg("script",_Q,IQ),yj=Vg("style",DQ,XQ),vj=Vg("textarea",FQ,zQ),bj=Fd({"Text RawText IncompleteTag IncompleteCloseTag":X.content,"StartTag StartCloseTag SelfClosingEndTag EndTag":X.angleBracket,TagName:X.tagName,"MismatchedCloseTag/TagName":[X.tagName,X.invalid],AttributeName:X.attributeName,"AttributeValue UnquotedAttributeValue":X.attributeValue,Is:X.definitionOperator,"EntityReference CharacterReference":X.character,Comment:X.blockComment,ProcessingInst:X.processingInstruction,DoctypeDecl:X.documentMeta}),wj=Fl.deserialize({version:14,states:",xOVO!rOOO!ZQ#tO'#CrO!`Q#tO'#C{O!eQ#tO'#DOO!jQ#tO'#DRO!oQ#tO'#DTO!tOaO'#CqO#PObO'#CqO#[OdO'#CqO$kO!rO'#CqOOO`'#Cq'#CqO$rO$fO'#DUO$zQ#tO'#DWO%PQ#tO'#DXOOO`'#Dl'#DlOOO`'#DZ'#DZQVO!rOOO%UQ&rO,59^O%aQ&rO,59gO%lQ&rO,59jO%wQ&rO,59mO&SQ&rO,59oOOOa'#D_'#D_O&_OaO'#CyO&jOaO,59]OOOb'#D`'#D`O&rObO'#C|O&}ObO,59]OOOd'#Da'#DaO'VOdO'#DPO'bOdO,59]OOO`'#Db'#DbO'jO!rO,59]O'qQ#tO'#DSOOO`,59],59]OOOp'#Dc'#DcO'vO$fO,59pOOO`,59p,59pO(OQ#|O,59rO(TQ#|O,59sOOO`-E7X-E7XO(YQ&rO'#CtOOQW'#D['#D[O(hQ&rO1G.xOOOa1G.x1G.xOOO`1G/Z1G/ZO(sQ&rO1G/ROOOb1G/R1G/RO)OQ&rO1G/UOOOd1G/U1G/UO)ZQ&rO1G/XOOO`1G/X1G/XO)fQ&rO1G/ZOOOa-E7]-E7]O)qQ#tO'#CzOOO`1G.w1G.wOOOb-E7^-E7^O)vQ#tO'#C}OOOd-E7_-E7_O){Q#tO'#DQOOO`-E7`-E7`O*QQ#|O,59nOOOp-E7a-E7aOOO`1G/[1G/[OOO`1G/^1G/^OOO`1G/_1G/_O*VQ,UO,59`OOQW-E7Y-E7YOOOa7+$d7+$dOOO`7+$u7+$uOOOb7+$m7+$mOOOd7+$p7+$pOOO`7+$s7+$sO*bQ#|O,59fO*gQ#|O,59iO*lQ#|O,59lOOO`1G/Y1G/YO*qO7[O'#CwO+SOMhO'#CwOOQW1G.z1G.zOOO`1G/Q1G/QOOO`1G/T1G/TOOO`1G/W1G/WOOOO'#D]'#D]O+eO7[O,59cOOQW,59c,59cOOOO'#D^'#D^O+vOMhO,59cOOOO-E7Z-E7ZOOQW1G.}1G.}OOOO-E7[-E7[",stateData:",c~O!_OS~OUSOVPOWQOXROYTO[]O][O^^O_^Oa^Ob^Oc^Od^Oy^O|_O!eZO~OgaO~OgbO~OgcO~OgdO~OgeO~O!XfOPmP![mP~O!YiOQpP![pP~O!ZlORsP![sP~OUSOVPOWQOXROYTOZqO[]O][O^^O_^Oa^Ob^Oc^Od^Oy^O!eZO~O![rO~P#gO!]sO!fuO~OgvO~OgwO~OS|OT}OiyO~OS!POT}OiyO~OS!ROT}OiyO~OS!TOT}OiyO~OS}OT}OiyO~O!XfOPmX![mX~OP!WO![!XO~O!YiOQpX![pX~OQ!ZO![!XO~O!ZlORsX![sX~OR!]O![!XO~O![!XO~P#gOg!_O~O!]sO!f!aO~OS!bO~OS!cO~Oj!dOShXThXihX~OS!fOT!gOiyO~OS!hOT!gOiyO~OS!iOT!gOiyO~OS!jOT!gOiyO~OS!gOT!gOiyO~Og!kO~Og!lO~Og!mO~OS!nO~Ol!qO!a!oO!c!pO~OS!rO~OS!sO~OS!tO~Ob!uOc!uOd!uO!a!wO!b!uO~Ob!xOc!xOd!xO!c!wO!d!xO~Ob!uOc!uOd!uO!a!{O!b!uO~Ob!xOc!xOd!xO!c!{O!d!xO~OT~cbd!ey|!e~",goto:"%q!aPPPPPPPPPPPPPPPPPPPPP!b!hP!nPP!zP!}#Q#T#Z#^#a#g#j#m#s#y!bP!b!bP$P$V$m$s$y%P%V%]%cPPPPPPPP%iX^OX`pXUOX`pezabcde{!O!Q!S!UR!q!dRhUR!XhXVOX`pRkVR!XkXWOX`pRnWR!XnXXOX`pQrXR!XpXYOX`pQ`ORx`Q{aQ!ObQ!QcQ!SdQ!UeZ!e{!O!Q!S!UQ!v!oR!z!vQ!y!pR!|!yQgUR!VgQjVR!YjQmWR![mQpXR!^pQtZR!`tS_O`ToXp",nodeNames:"⚠ StartCloseTag StartCloseTag StartCloseTag EndTag SelfClosingEndTag StartTag StartTag StartTag StartTag StartTag StartCloseTag StartCloseTag StartCloseTag IncompleteTag IncompleteCloseTag Document Text EntityReference CharacterReference InvalidEntity Element OpenTag TagName Attribute AttributeName Is AttributeValue UnquotedAttributeValue ScriptText CloseTag OpenTag StyleText CloseTag OpenTag TextareaText CloseTag OpenTag CloseTag SelfClosingTag Comment ProcessingInst MismatchedCloseTag CloseTag DoctypeDecl",maxTerm:68,context:hj,nodeProps:[["closedBy",-10,1,2,3,7,8,9,10,11,12,13,"EndTag",6,"EndTag SelfClosingEndTag",-4,22,31,34,37,"CloseTag"],["openedBy",4,"StartTag StartCloseTag",5,"StartTag",-4,30,33,36,38,"OpenTag"],["group",-10,14,15,18,19,20,21,40,41,42,43,"Entity",17,"Entity TextContent",-3,29,32,35,"TextContent Entity"],["isolate",-11,22,30,31,33,34,36,37,38,39,42,43,"ltr",-3,27,28,40,""]],propSources:[bj],skippedNodes:[0],repeatNodeCount:9,tokenData:"!<p!aR!YOX$qXY,QYZ,QZ[$q[]&X]^,Q^p$qpq,Qqr-_rs3_sv-_vw3}wxHYx}-_}!OH{!O!P-_!P!Q$q!Q![-_![!]Mz!]!^-_!^!_!$S!_!`!;x!`!a&X!a!c-_!c!}Mz!}#R-_#R#SMz#S#T1k#T#oMz#o#s-_#s$f$q$f%W-_%W%oMz%o%p-_%p&aMz&a&b-_&b1pMz1p4U-_4U4dMz4d4e-_4e$ISMz$IS$I`-_$I`$IbMz$Ib$Kh-_$Kh%#tMz%#t&/x-_&/x&EtMz&Et&FV-_&FV;'SMz;'S;:j!#|;:j;=`3X<%l?&r-_?&r?AhMz?Ah?BY$q?BY?MnMz?MnO$q!Z$|caPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr$qrs&}sv$qvw+Pwx(tx!^$q!^!_*V!_!a&X!a#S$q#S#T&X#T;'S$q;'S;=`+z<%lO$q!R&bXaP!b`!dpOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&Xq'UVaP!dpOv&}wx'kx!^&}!^!_(V!_;'S&};'S;=`(n<%lO&}P'pTaPOv'kw!^'k!_;'S'k;'S;=`(P<%lO'kP(SP;=`<%l'kp([S!dpOv(Vx;'S(V;'S;=`(h<%lO(Vp(kP;=`<%l(Vq(qP;=`<%l&}a({WaP!b`Or(trs'ksv(tw!^(t!^!_)e!_;'S(t;'S;=`*P<%lO(t`)jT!b`Or)esv)ew;'S)e;'S;=`)y<%lO)e`)|P;=`<%l)ea*SP;=`<%l(t!Q*^V!b`!dpOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!Q*vP;=`<%l*V!R*|P;=`<%l&XW+UYlWOX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+PW+wP;=`<%l+P!Z+}P;=`<%l$q!a,]`aP!b`!dp!_^OX&XXY,QYZ,QZ]&X]^,Q^p&Xpq,Qqr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X!_-ljiSaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx!P-_!P!Q$q!Q!^-_!^!_*V!_!a&X!a#S-_#S#T1k#T#s-_#s$f$q$f;'S-_;'S;=`3X<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q[/ebiSlWOX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!a#S/^#S#T0m#T#s/^#s$f+P$f;'S/^;'S;=`1e<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+PS0rXiSqr0msw0mx!P0m!Q!^0m!a#s0m$f;'S0m;'S;=`1_<%l?Ah0m?BY?Mn0mS1bP;=`<%l0m[1hP;=`<%l/^!V1vciSaP!b`!dpOq&Xqr1krs&}sv1kvw0mwx(tx!P1k!P!Q&X!Q!^1k!^!_*V!_!a&X!a#s1k#s$f&X$f;'S1k;'S;=`3R<%l?Ah1k?Ah?BY&X?BY?Mn1k?MnO&X!V3UP;=`<%l1k!_3[P;=`<%l-_!Z3hV!ahaP!dpOv&}wx'kx!^&}!^!_(V!_;'S&};'S;=`(n<%lO&}!_4WiiSlWd!ROX5uXZ7SZ[5u[^7S^p5uqr8trs7Sst>]tw8twx7Sx!P8t!P!Q5u!Q!]8t!]!^/^!^!a7S!a#S8t#S#T;{#T#s8t#s$f5u$f;'S8t;'S;=`>V<%l?Ah8t?Ah?BY5u?BY?Mn8t?MnO5u!Z5zblWOX5uXZ7SZ[5u[^7S^p5uqr5urs7Sst+Ptw5uwx7Sx!]5u!]!^7w!^!a7S!a#S5u#S#T7S#T;'S5u;'S;=`8n<%lO5u!R7VVOp7Sqs7St!]7S!]!^7l!^;'S7S;'S;=`7q<%lO7S!R7qOb!R!R7tP;=`<%l7S!Z8OYlWb!ROX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+P!Z8qP;=`<%l5u!_8{iiSlWOX5uXZ7SZ[5u[^7S^p5uqr8trs7Sst/^tw8twx7Sx!P8t!P!Q5u!Q!]8t!]!^:j!^!a7S!a#S8t#S#T;{#T#s8t#s$f5u$f;'S8t;'S;=`>V<%l?Ah8t?Ah?BY5u?BY?Mn8t?MnO5u!_:sbiSlWb!ROX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!a#S/^#S#T0m#T#s/^#s$f+P$f;'S/^;'S;=`1e<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+P!V<QciSOp7Sqr;{rs7Sst0mtw;{wx7Sx!P;{!P!Q7S!Q!];{!]!^=]!^!a7S!a#s;{#s$f7S$f;'S;{;'S;=`>P<%l?Ah;{?Ah?BY7S?BY?Mn;{?MnO7S!V=dXiSb!Rqr0msw0mx!P0m!Q!^0m!a#s0m$f;'S0m;'S;=`1_<%l?Ah0m?BY?Mn0m!V>SP;=`<%l;{!_>YP;=`<%l8t!_>dhiSlWOX@OXZAYZ[@O[^AY^p@OqrBwrsAYswBwwxAYx!PBw!P!Q@O!Q!]Bw!]!^/^!^!aAY!a#SBw#S#TE{#T#sBw#s$f@O$f;'SBw;'S;=`HS<%l?AhBw?Ah?BY@O?BY?MnBw?MnO@O!Z@TalWOX@OXZAYZ[@O[^AY^p@Oqr@OrsAYsw@OwxAYx!]@O!]!^Az!^!aAY!a#S@O#S#TAY#T;'S@O;'S;=`Bq<%lO@O!RA]UOpAYq!]AY!]!^Ao!^;'SAY;'S;=`At<%lOAY!RAtOc!R!RAwP;=`<%lAY!ZBRYlWc!ROX+PZ[+P^p+Pqr+Psw+Px!^+P!a#S+P#T;'S+P;'S;=`+t<%lO+P!ZBtP;=`<%l@O!_COhiSlWOX@OXZAYZ[@O[^AY^p@OqrBwrsAYswBwwxAYx!PBw!P!Q@O!Q!]Bw!]!^Dj!^!aAY!a#SBw#S#TE{#T#sBw#s$f@O$f;'SBw;'S;=`HS<%l?AhBw?Ah?BY@O?BY?MnBw?MnO@O!_DsbiSlWc!ROX+PZ[+P^p+Pqr/^sw/^x!P/^!P!Q+P!Q!^/^!a#S/^#S#T0m#T#s/^#s$f+P$f;'S/^;'S;=`1e<%l?Ah/^?Ah?BY+P?BY?Mn/^?MnO+P!VFQbiSOpAYqrE{rsAYswE{wxAYx!PE{!P!QAY!Q!]E{!]!^GY!^!aAY!a#sE{#s$fAY$f;'SE{;'S;=`G|<%l?AhE{?Ah?BYAY?BY?MnE{?MnOAY!VGaXiSc!Rqr0msw0mx!P0m!Q!^0m!a#s0m$f;'S0m;'S;=`1_<%l?Ah0m?BY?Mn0m!VHPP;=`<%lE{!_HVP;=`<%lBw!ZHcW!cxaP!b`Or(trs'ksv(tw!^(t!^!_)e!_;'S(t;'S;=`*P<%lO(t!aIYliSaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx}-_}!OKQ!O!P-_!P!Q$q!Q!^-_!^!_*V!_!a&X!a#S-_#S#T1k#T#s-_#s$f$q$f;'S-_;'S;=`3X<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q!aK_kiSaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx!P-_!P!Q$q!Q!^-_!^!_*V!_!`&X!`!aMS!a#S-_#S#T1k#T#s-_#s$f$q$f;'S-_;'S;=`3X<%l?Ah-_?Ah?BY$q?BY?Mn-_?MnO$q!TM_XaP!b`!dp!fQOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X!aNZ!ZiSgQaPlW!b`!dpOX$qXZ&XZ[$q[^&X^p$qpq&Xqr-_rs&}sv-_vw/^wx(tx}-_}!OMz!O!PMz!P!Q$q!Q![Mz![!]Mz!]!^-_!^!_*V!_!a&X!a!c-_!c!}Mz!}#R-_#R#SMz#S#T1k#T#oMz#o#s-_#s$f$q$f$}-_$}%OMz%O%W-_%W%oMz%o%p-_%p&aMz&a&b-_&b1pMz1p4UMz4U4dMz4d4e-_4e$ISMz$IS$I`-_$I`$IbMz$Ib$Je-_$Je$JgMz$Jg$Kh-_$Kh%#tMz%#t&/x-_&/x&EtMz&Et&FV-_&FV;'SMz;'S;:j!#|;:j;=`3X<%l?&r-_?&r?AhMz?Ah?BY$q?BY?MnMz?MnO$q!a!$PP;=`<%lMz!R!$ZY!b`!dpOq*Vqr!$yrs(Vsv*Vwx)ex!a*V!a!b!4t!b;'S*V;'S;=`*s<%lO*V!R!%Q]!b`!dpOr*Vrs(Vsv*Vwx)ex}*V}!O!%y!O!f*V!f!g!']!g#W*V#W#X!0`#X;'S*V;'S;=`*s<%lO*V!R!&QX!b`!dpOr*Vrs(Vsv*Vwx)ex}*V}!O!&m!O;'S*V;'S;=`*s<%lO*V!R!&vV!b`!dp!ePOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!'dX!b`!dpOr*Vrs(Vsv*Vwx)ex!q*V!q!r!(P!r;'S*V;'S;=`*s<%lO*V!R!(WX!b`!dpOr*Vrs(Vsv*Vwx)ex!e*V!e!f!(s!f;'S*V;'S;=`*s<%lO*V!R!(zX!b`!dpOr*Vrs(Vsv*Vwx)ex!v*V!v!w!)g!w;'S*V;'S;=`*s<%lO*V!R!)nX!b`!dpOr*Vrs(Vsv*Vwx)ex!{*V!{!|!*Z!|;'S*V;'S;=`*s<%lO*V!R!*bX!b`!dpOr*Vrs(Vsv*Vwx)ex!r*V!r!s!*}!s;'S*V;'S;=`*s<%lO*V!R!+UX!b`!dpOr*Vrs(Vsv*Vwx)ex!g*V!g!h!+q!h;'S*V;'S;=`*s<%lO*V!R!+xY!b`!dpOr!+qrs!,hsv!+qvw!-Swx!.[x!`!+q!`!a!/j!a;'S!+q;'S;=`!0Y<%lO!+qq!,mV!dpOv!,hvx!-Sx!`!,h!`!a!-q!a;'S!,h;'S;=`!.U<%lO!,hP!-VTO!`!-S!`!a!-f!a;'S!-S;'S;=`!-k<%lO!-SP!-kO|PP!-nP;=`<%l!-Sq!-xS!dp|POv(Vx;'S(V;'S;=`(h<%lO(Vq!.XP;=`<%l!,ha!.aX!b`Or!.[rs!-Ssv!.[vw!-Sw!`!.[!`!a!.|!a;'S!.[;'S;=`!/d<%lO!.[a!/TT!b`|POr)esv)ew;'S)e;'S;=`)y<%lO)ea!/gP;=`<%l!.[!R!/sV!b`!dp|POr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!0]P;=`<%l!+q!R!0gX!b`!dpOr*Vrs(Vsv*Vwx)ex#c*V#c#d!1S#d;'S*V;'S;=`*s<%lO*V!R!1ZX!b`!dpOr*Vrs(Vsv*Vwx)ex#V*V#V#W!1v#W;'S*V;'S;=`*s<%lO*V!R!1}X!b`!dpOr*Vrs(Vsv*Vwx)ex#h*V#h#i!2j#i;'S*V;'S;=`*s<%lO*V!R!2qX!b`!dpOr*Vrs(Vsv*Vwx)ex#m*V#m#n!3^#n;'S*V;'S;=`*s<%lO*V!R!3eX!b`!dpOr*Vrs(Vsv*Vwx)ex#d*V#d#e!4Q#e;'S*V;'S;=`*s<%lO*V!R!4XX!b`!dpOr*Vrs(Vsv*Vwx)ex#X*V#X#Y!+q#Y;'S*V;'S;=`*s<%lO*V!R!4{Y!b`!dpOr!4trs!5ksv!4tvw!6Vwx!8]x!a!4t!a!b!:]!b;'S!4t;'S;=`!;r<%lO!4tq!5pV!dpOv!5kvx!6Vx!a!5k!a!b!7W!b;'S!5k;'S;=`!8V<%lO!5kP!6YTO!a!6V!a!b!6i!b;'S!6V;'S;=`!7Q<%lO!6VP!6lTO!`!6V!`!a!6{!a;'S!6V;'S;=`!7Q<%lO!6VP!7QOyPP!7TP;=`<%l!6Vq!7]V!dpOv!5kvx!6Vx!`!5k!`!a!7r!a;'S!5k;'S;=`!8V<%lO!5kq!7yS!dpyPOv(Vx;'S(V;'S;=`(h<%lO(Vq!8YP;=`<%l!5ka!8bX!b`Or!8]rs!6Vsv!8]vw!6Vw!a!8]!a!b!8}!b;'S!8];'S;=`!:V<%lO!8]a!9SX!b`Or!8]rs!6Vsv!8]vw!6Vw!`!8]!`!a!9o!a;'S!8];'S;=`!:V<%lO!8]a!9vT!b`yPOr)esv)ew;'S)e;'S;=`)y<%lO)ea!:YP;=`<%l!8]!R!:dY!b`!dpOr!4trs!5ksv!4tvw!6Vwx!8]x!`!4t!`!a!;S!a;'S!4t;'S;=`!;r<%lO!4t!R!;]V!b`!dpyPOr*Vrs(Vsv*Vwx)ex;'S*V;'S;=`*s<%lO*V!R!;uP;=`<%l!4t!V!<TXjSaP!b`!dpOr&Xrs&}sv&Xwx(tx!^&X!^!_*V!_;'S&X;'S;=`*y<%lO&X",tokenizers:[xj,yj,vj,Oj,pj,mj,0,1,2,3,4,5],topRules:{Document:[0,16]},dialects:{noMatch:0,selfClosing:515},tokenPrec:517});function Sw(n,e){let t=Object.create(null);for(let r of n.getChildren(vw)){let i=r.getChild(KQ),s=r.getChild(w2)||r.getChild(bw);i&&(t[e.read(i.from,i.to)]=s?s.type.id==w2?e.read(s.from+1,s.to-1):e.read(s.from,s.to):"")}return t}function _x(n,e){let t=n.getChild(GQ);return t?e.read(t.from,t.to):" "}function _p(n,e,t){let r;for(let i of t)if(!i.attrs||i.attrs(r||(r=Sw(n.node.parent.firstChild,e))))return{parser:i.parser,bracketed:!0};return null}function kw(n=[],e=[]){let t=[],r=[],i=[],s=[];for(let c of n)(c.tag=="script"?t:c.tag=="style"?r:c.tag=="textarea"?i:s).push(c);let a=e.length?Object.create(null):null;for(let c of e)(a[c.name]||(a[c.name]=[])).push(c);return iE((c,u)=>{let h=c.type.id;if(h==JQ)return _p(c,u,t);if(h==ej)return _p(c,u,r);if(h==tj)return _p(c,u,i);if(h==yw&&s.length){let m=c.node,O=m.firstChild,x=O&&_x(O,u),v;if(x){for(let w of s)if(w.tag==x&&(!w.attrs||w.attrs(v||(v=Sw(O,u))))){let k=m.lastChild,$=k.type.id==rj?k.from:m.to;if($>O.to)return{parser:w.parser,overlay:[{from:O.to,to:$}]}}}}if(a&&h==vw){let m=c.node,O;if(O=m.firstChild){let x=a[u.read(O.from,O.to)];if(x)for(let v of x){if(v.tagName&&v.tagName!=_x(m.parent,u))continue;let w=m.lastChild;if(w.type.id==w2){let k=w.from+1,$=w.lastChild,M=w.to-($&&$.isError?0:1);if(M>k)return{parser:v.parser,overlay:[{from:k,to:M}],bracketed:!0}}else if(w.type.id==bw)return{parser:v.parser,overlay:[{from:w.from,to:w.to}]}}}}return null})}const Sj=132,Ix=1,kj=133,Pj=134,Pw=2,Aj=135,$j=3,Cj=4,Aw=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],Ej=58,Tj=40,$w=95,Mj=91,H1=45,Qj=46,jj=35,Zj=37,Rj=38,Nj=92,Lj=10,Vj=42;function Au(n){return n>=65&&n<=90||n>=97&&n<=122||n>=161}function _g(n){return n>=48&&n<=57}function Dx(n){return _g(n)||n>=97&&n<=102||n>=65&&n<=70}const Cw=(n,e,t)=>(r,i)=>{for(let s=!1,a=0,c=0;;c++){let{next:u}=r;if(Au(u)||u==H1||u==$w||s&&_g(u))!s&&(u!=H1||c>0)&&(s=!0),a===c&&u==H1&&a++,r.advance();else if(u==Nj&&r.peek(1)!=Lj){if(r.advance(),Dx(r.next)){do r.advance();while(Dx(r.next));r.next==32&&r.advance()}else r.next>-1&&r.advance();s=!0}else{s&&r.acceptToken(a==2&&i.canShift(Pw)?e:u==Tj?t:n);break}}},_j=new ui(Cw(kj,Pw,Pj),{contextual:!0}),Ij=new ui(Cw(Aj,$j,Cj),{contextual:!0}),Dj=new ui(n=>{if(Aw.includes(n.peek(-1))){let{next:e}=n;(Au(e)||e==$w||e==jj||e==Qj||e==Vj||e==Mj||e==Ej&&Au(n.peek(1))||e==H1||e==Rj)&&n.acceptToken(Sj)}}),Xj=new ui(n=>{if(!Aw.includes(n.peek(-1))){let{next:e}=n;if(e==Zj&&(n.advance(),n.acceptToken(Ix)),Au(e)){do n.advance();while(Au(n.next)||_g(n.next));n.acceptToken(Ix)}}}),Fj=Fd({"AtKeyword import charset namespace keyframes media supports font-feature-values":X.definitionKeyword,"from to selector scope MatchFlag":X.keyword,NamespaceName:X.namespace,KeyframeName:X.labelName,KeyframeRangeName:X.operatorKeyword,TagName:X.tagName,ClassName:X.className,PseudoClassName:X.constant(X.className),IdName:X.labelName,"FeatureName PropertyName":X.propertyName,AttributeName:X.attributeName,NumberLiteral:X.number,KeywordQuery:X.keyword,UnaryQueryOp:X.operatorKeyword,"CallTag ValueName FontName":X.atom,VariableName:X.variableName,Callee:X.operatorKeyword,Unit:X.unit,"UniversalSelector NestingSelector":X.definitionOperator,"MatchOp CompareOp":X.compareOperator,"ChildOp SiblingOp, LogicOp":X.logicOperator,BinOp:X.arithmeticOperator,Important:X.modifier,Comment:X.blockComment,ColorLiteral:X.color,"ParenthesizedContent StringLiteral":X.string,":":X.punctuation,"PseudoOp #":X.derefOperator,"; , |":X.separator,"( )":X.paren,"[ ]":X.squareBracket,"{ }":X.brace}),zj={__proto__:null,lang:44,"nth-child":44,"nth-last-child":44,"nth-of-type":44,"nth-last-of-type":44,dir:44,"host-context":44,if:90,url:132,"url-prefix":132,domain:132,regexp:132},Hj={__proto__:null,or:104,and:104,not:112,only:112,layer:180},Wj={__proto__:null,selector:118,layer:176},Bj={__proto__:null,"@import":172,"@media":184,"@charset":188,"@namespace":192,"@keyframes":198,"@supports":210,"@scope":214,"@font-feature-values":220},Yj={__proto__:null,to:217},qj=Fl.deserialize({version:14,states:"HhQYQdOOO#wQdOOP$OO`OOO$xQaO'#CfOOQP'#Ce'#CeO%PQ`O'#CgO%UQdO'#CkO%uQaO'#CcO&PQdO'#CnO&[QdO'#DtO&aQdO'#DvO&fQdO'#DzO&fQdO'#D}OOQP'#Fa'#FaO'rQhO'#EpOOQS'#F`'#F`OOQS'#Es'#EsQYQdOOO'yQdO'#ETO)VQhO'#EZO'yQdO'#E]O)^QdO'#E_O)iQdO'#EbO(nQhO'#EhO)qQdO'#EjO)|QdO'#EmO*RQaO'#CfO*YQ`O'#EQO*_Q`O'#FkO*jQdO'#FkQOQ`OOP*tO&jO'#CaPOOO)CAO)CAOO+PQdO,59ROOQP'#Cm'#CmOOQP,59V,59VO%UQdO,59VO+UQdO,59YO&[QdO,5:`O&aQdO,5:bO&fQdO,5:fO&fQdO,5:hO&fQdO,5:iO&fQdO'#EzO+aQ`O,58}O+iQdO'#EPOOQS,58},58}OOQP'#Cq'#CqOOQO'#Dr'#DrOOQP,59Y,59YO+pQ`O,59YO+uQ`O,59YOOQP'#Du'#DuOOQP,5:`,5:`OOQO'#Dw'#DwO+zQpO,5:bO,eQaO,5:fO,{QaO,5:iOOQW'#D^'#D^O-wQhO'#DgO.[QhO,5;[O(nQhO'#DeO.iQ`O'#DkO.nQhO'#DnOOQW'#Fg'#FgOOQS,5;[,5;[O.sQ`O'#DhOOQS-E8q-E8qOOQ['#Cv'#CvO.xQdO'#CwO/`QdO'#C}O/vQdO'#DQO0^Q!pO'#DSO2gQ!jO,5:oOOQO'#DX'#DXO+uQ`O'#DWO2wQ!nO'#FdO4zQ`O'#DYO5PQ`O'#DoOOQ['#Fd'#FdO5UQhO'#FnO5dQ`O,5:uO5iQ!bO,5:wOOQS'#Ea'#EaO5qQ`O,5:yO5vQdO,5:yOOQO'#Ed'#EdO6OQ`O,5:|O6TQhO,5;SO&fQdO'#DjOOQS,5;U,5;UO.sQ`O,5;UO6]QdO,5;UOOQS'#FR'#FRO6eQdO'#EoO5dQ`O,5;XO6mQdO,5:lO6}QdO'#E|O7[Q`O,5<VO7[Q`O,5<VPOOO'#Er'#ErP7gO&jO,58{POOO,58{,58{OOQP'#Ci'#CiOOQP1G.m1G.mOOQP1G.q1G.qOOQP1G.t1G.tO+pQ`O1G.tO+uQ`O1G.tOOQP1G/z1G/zO7rQpO1G/|O7zQaO1G0QO8bQaO1G0SO8xQaO1G0TO9`QaO,5;fOOQO-E8x-E8xOOQS1G.i1G.iO9jQ`O,5:kO9oQdO'#DsO9vQdO'#CuOOQP1G/|1G/|O'yQdO1G/|O9}Q!jO'#D^O:]Q!bO,59yO:eQhO,5:ROOQO'#Fh'#FhO:`Q!bO,59}O:mQhO'#FSO(nQhO,59{O(nQhO'#FSO;bQhO1G0vOOQS1G0v1G0vO;lQhO,5:PO<dQhO'#DlOOQW,5:V,5:VOOQW,5:Y,5:YOOQW,5:S,5:SO<nQ!fO'#FeOOQS'#Fe'#FeOOQS'#Eu'#EuO>OQdO,59cOOQ[,59c,59cO>fQdO,59iOOQ[,59i,59iO>|QdO,59lOOQ[,59l,59lOOQ[,59n,59nO'yQdO,59pO?dQhO'#EVOOQW'#EV'#EVO@OQ`O1G0ZO2pQhO1G0ZOOQ[,59r,59rO(nQhO'#D[OOQ[,59t,59tO@TQ#tO,5:ZO@`QhO'#FOO@mQ`O,5<YOOQS1G0a1G0aOOQS1G0c1G0cOOQS1G0e1G0eO@xQ`O1G0eO@}QdO'#EeOOQS1G0h1G0hOOQS1G0n1G0nOAYQaO,5:UO5dQ`O1G0pOOQS1G0p1G0pO.sQ`O1G0pOOQS-E9P-E9POOQS1G0s1G0sOAaQ!fO1G0WOAwQ`O'#ESOOQO1G0W1G0WOOQO,5;h,5;hOA|QdO,5;hOOQO-E8z-E8zOBZQ`O1G1qPOOO-E8p-E8pPOOO1G.g1G.gOOQP7+$`7+$`OOQP7+%h7+%hO'yQdO7+%hOOQS1G0V1G0VOBfQaO'#FjOBpQ`O,5:_OBuQ!fO'#EtOCsQdO'#FcOC}Q`O,59aODSQ!bO7+%hO'yQdO1G/eOD_QhO1G/iOOQW1G/m1G/mOOQW1G/g1G/gODpQhO,5;nOOQW-E9Q-E9QOOQS7+&b7+&bOEeQhO'#D^OEsQhO'#FiOFOQ`O'#FiOFTQ`O,5:WOOQS-E8s-E8sOOQ[1G.}1G.}OOQ[1G/T1G/TOOQ[1G/W1G/WOOQ[1G/[1G/[OFYQdO,5:qOOQS7+%u7+%uOF_Q`O7+%uOFdQhO'#D]OFlQ`O,59vO(nQhO,59vOOQ[1G/u1G/uOFtQ`O1G/uOFyQhO,5;jOOQO-E8|-E8|OOQS7+&P7+&POGXQbO'#DSOOQO'#Eg'#EgOGgQ`O'#EfOOQO'#Ef'#EfOGrQ`O'#FPOGzQdO,5;POOQS,5;P,5;POOQ[1G/p1G/pOOQS7+&[7+&[O5dQ`O7+&[OHVQ!fO'#E{O'yQdO'#E{OI^QdO7+%rOOQO7+%r7+%rOOQO,5:n,5:nOOQO1G1S1G1SOIqQ!bO<<ISOI|QdO'#EyOJWQ`O,5<UOOQP1G/y1G/yOOQS-E8r-E8rOJ`QdO'#ExOJjQ`O,5;}OOQ]1G.{1G.{OOQP<<IS<<ISOJrQ`O<<ISOJwQdO7+%POOQO'#D`'#D`OKOQ!bO7+%TOKWQhO'#EwOKeQ`O,5<TO'yQdO,5<TOOQW1G/r1G/rOOQO'#EX'#EXOKmQ`O1G0]OOQS<<Ia<<IaO'yQdO,59wOL^QhO1G/bOOQ[1G/b1G/bOLeQ`O1G/bOOQW-E8t-E8tOOQ[7+%a7+%aOOQO,5;Q,5;QOAQQdO'#FQOGrQ`O,5;kOOQS,5;k,5;kOOQS-E8}-E8}OOQS1G0k1G0kOOQS<<Iv<<IvOLmQ!fO,5;gOOQS-E8y-E8yOOQO<<I^<<I^OOQPAN>nAN>nOMtQ`OAN>nOMyQaO,5;eOOQO-E8w-E8wONTQdO,5;dOOQO-E8v-E8vOOQW<<Hk<<HkOOQW<<Ho<<HoON_QhO<<HoONpQhO,5;cON{Q`O,5;cOOQO-E8u-E8uO! QQdO1G1oOFYQdO'#E}O! [Q`O7+%wOOQW7+%w7+%wO! dQ!bO1G/cOOQ[7+$|7+$|O! oQhO7+$|P! vQ`O'#EvOOQO,5;l,5;lOOQO-E9O-E9OOOQS1G1V1G1VOOQPG24YG24YO! {Q`OAN>ZO'yQdO1G0}O!!QQ`O7+'ZOOQO,5;i,5;iOOQO-E8{-E8{OOQW<<Ic<<IcOOQ[<<Hh<<HhPOQW,5;b,5;bOOQWG23uG23uO!!YQdO7+&i",stateData:"!!m~O#}OS$OQQ~OW]O^]O`UOcWOdWOl^OmXOpYO!oZO!r[O!xbO#OcO#QdO#SeO#VfO#]gO#_hO#biO#yRO~OQkOW]O^]O`UOcWOdWOl^OmXOpYO!oZO!r[O!xbO#OcO#QdO#SeO#VfO#]gO#_hO#biO#yjO~O#w$_P~P!gO$OoO~O`YXcYXdYXmYXpYXsYX!aYX!oYX!rYX#xYX$U[X~OgYX~P$TO$UqO~O#yrO~O`tOcuOduOmvOpwO!oxO!rzO#xyO~Os}O!a{O~P%ZOf!TO#y!PO#z!QO~O#y!UO~O#y!WO~OW]O^]O`UOcWOdWOmXOpYO!oZO!r[O#yRO~OS!`Oc!aOd!aOh!]Os}O!Y!_O!]!dO#{![O~On!cO~P'WOQ!nOh!gOp!hOs!iOu!qOw!qO}!oO!d!pO#y!fO#z!lO$Y!jO~OS!`Oc!aOd!aOh!]O!Y!_O!]!dO#{![O~Os$bP~P(nOw!vO!d!pO#y!uO~Ow!xO#y!xO~Oh!{Os}O#`!}O~O#y#PO~Oc!uX~P$TOc#SO~On#TO#w$_Xr$_X~O#w$_Xr$_X~P!gO$P#WO$Q#WO$R#YO~O#y#ZO~Of#`O#y!PO#z!QO~Os}O!a{O~Or$_P~P!gOh#jO~Oh#kO~Oo#lO!l#mO~O`tOcuOduOmvOpwO~Os!na!a!na!o!na!r!na#x!nag!na~P,SOs!qa!a!qa!o!qa!r!qa#x!qag!qa~P,SOS!`Oc!aOd!aOh!]O!Y!_O!]!dO~OR#qOu#qOw#qO#{#nO$Y!jO~P-cOn#wO!U#tO!a#uO~P'WOh#yO~O#{#{O~Oh!{O~O`$OOc$OOg$ROl$OOm$OOn$OO~P'yO`$OOc$OOl$OOm$OOn$OOo$TO~P'yO`$OOc$OOl$OOm$OOn$OOr$VO~P'yOP$WOSvXcvXdvXhvXnvXyvX!YvX!]vX!zvX!|vX#{vX!WvXQvX`vXgvXlvXmvXpvXsvXuvXwvX}vX!dvX#yvX#zvX$YvXovXrvX!avX#wvX$avX!mvX~Oy$XO!z$YO!|$ZOn$bP~P(nOh#kOS$WXc$WXd$WXn$WXy$WX!Y$WX!]$WX!z$WX!|$WX#{$WXQ$WX`$WXg$WXl$WXm$WXp$WXs$WXu$WXw$WX}$WX!d$WX#y$WX#z$WX$Y$WXo$WXr$WX!a$WX#w$WX$a$WX!m$WX~Oh$_O~Oh$aO~O!U#tO!a$bOs$bXn$bX~Os}O~On$eOy$XO~On$fO~Ow$gO!d!pO~Os$hO~Os}O!U#tO~Os}O#`$nO~O#y#POs#cX~O$a$rOn!ta#w!tar!ta~P'yOn#pX#w#pXr#pX~P!gOn#TO#w$_ar$_a~O$P#WO$Q#WO$R$yO~Oo${O!l$|O~Os!ni!a!ni!o!ni!r!ni#x!nig!ni~P,SOs!pi!a!pi!o!pi!r!pi#x!pig!pi~P,SOs!qi!a!qi!o!qi!r!qi#x!qig!qi~P,SOs#na!a#na~P%ZOr$}O~Og$^P~P&fOg$VP~P'yOc!SXg!QX!U!QX!W!SX~Oc%UO!W%VO~Og%WO!U#tO~O!U#tOS#vXc#vXd#vXh#vXn#vXs#vX!Y#vX!]#vX!a#vX#{#vX~On%[O!a#uO~P'WO!U#tOS!Xac!Xad!Xah!Xan!Xas!Xa!Y!Xa!]!Xa!a!Xa#{!Xag!Xa~O#{%]Og$]P~P-cOy$XOQ$XX`$XXc$XXg$XXh$XXl$XXm$XXn$XXp$XXs$XXu$XXw$XX}$XX!d$XX#y$XX#z$XX$Y$XXo$XXr$XX~O`$OOc$OOg%bOl$OOm$OOn$OO~P'yO`$OOc$OOl$OOm$OOn$OOo%cO~P'yO`$OOc$OOl$OOm$OOn$OOr%dO~P'yOh%fOS!yXc!yXd!yXn!yX!Y!yX!]!yX#{!yX~On%gO~Og%lOw%mO!e%mO~Os#rX!a#rXn#rX~P(nO!a$bOs$ban$ba~On%pO~Or%wO#y%rO$Y%qO~Og%xO~P%ZOy$XO!a%|O$a$rOn!ti#w!tir!ti~P'yO$`&PO~On#pa#w#par#pa~P!gOn#TO#w$_ir$_i~O!a&SOg$^X~P%ZOg&UO~Oy$XOQ#hXg#hXh#hXp#hXs#hXu#hXw#hX}#hX!a#hX!d#hX#y#hX#z#hX$Y#hX~O!a&WOg$VX~P'yOg&YO~Oo&ZOy$XO!m&[O~OR#qOu#qOw#qO#{&^O$Y!jO~O!U#tOS#vac#vad#vah#van#vas#va!Y#va!]#va!a#va#{#va~Oc!SXg!QX!U!QX!a!QX~O!U#tO!a&`Og$]X~Oc&bO~Og&cO~O#y&dO~On&fO~Oc&gO!U#tO~Og&iOn&hO~Og&lO~O!U#tOs#ra!a#ran#ra~OP$WOsvX!avXgvX~O$Y%qOs#YX!a#YX~Os}O!a&nO~Or&rO#y%rO$Y%qO~Oy$XOQ#oXh#oXn#oXp#oXs#oXu#oXw#oX}#oX!a#oX!d#oX#w#oX#y#oX#z#oX$Y#oX$a#oXr#oX~O!a%|O$a$rOn!tq#w!tqr!tq~P'yOo&wOy$XO!m&xO~Og#mX!a#mX~P&fO!a&SOg$^a~Og#lX!a#lX~P'yO!a&WOg$Va~Oo&wO~Og&}O~P'yOg'OO!W'PO~O#{%]Og#kX!a#kX~P-cO!a&`Og$]a~O`'UOg'WO~OS#jac#jad#jah#ja!Y#ja!]#ja#{#ja~Og'YO~PKuOg'YOn'ZO~Oy$XOQ#oah#oan#oap#oas#oau#oaw#oa}#oa!a#oa!d#oa#w#oa#y#oa#z#oa$Y#oa$a#oar#oa~Oo'`O~Og#ma!a#ma~P%ZOg#la!a#la~P'yOR#qOu#qOw#qO#{&^O$Y%qO~O!U#tOg#ka!a#ka~Oc'bO~O!a&`Og$]i~P'yO`'UOg'fO~Oy$XOg!Pin!Pi~Og'gO~PKuOn'hO~Og'iO~O!a&`Og$]q~Og#kq!a#kq~P'yO#}!e$O$Y`$Yy!r~",goto:"4W$cPPPPP$dP$gP$p%S$p%f%xP$pP%{$pPP&RPPP&X&c&cPPPPP&cPP&cP'PP&cP&c'z&cP(h(k(q(q)T(qP(qP(qP(q(qP)d(q)pP(q)sPP*g*m$p*s$p*yPP$pP$p$pP+P+{,Y,a$gP,jP,mP$gP$gP$gP,s$gP,v,y,|-T$gP$gPP$gP-Y$gP-]-c-r.Y.h.n.x/O/U/[/b/l/r/x0O0U0[PPPPPPPPPPP0b0kP1a1d2fP2n3h3q3t3wPP3}RpQ__OPam}#T$uq]OPZ[amxyz{}!{#T#j$u&SqSOPZ[amxyz{}!{#T#j$u&SqTOPZ[amxyz{}!{#T#j$u&SR#[qQsUR#]tQ!RWR#^uQ#^!TS$^!m!nR$z#`!V!qbd!g!h!i#S#k#m$Q$S$U$X$q$|%R%U%|%}&W&]&b&g&{'T'b'j!U!qbd!g!h!i#S#k#m$Q$S$U$X$q$|%R%U%|%}&W&]&b&g&{'T'b'jU#q!]%V'PU%t$h%v&nR&m%s!V!mbd!g!h!i#S#k#m$Q$S$U$X$q$|%R%U%|%}&W&]&b&g&{'T'b'jR$`!oQ%j$_R&j%kq!b^cg!]!^!_!k#t#u#v#y$]$_$b%k&`Q#o!]Q%_#yQ&_%VQ'R&`R'a'PQ#OhQ#|!dQ$l!}R%z$nR#z!`!U!qbd!g!h!i#S#k#m$Q$S$U$X$q$|%R%U%|%}&W&]&b&g&{'T'b'jQ!veR$g!wQ!SWR#_uQ#^!SR$z#_Q!VXR#avQ!XYR#bwQ!OVQ!c^Q!|hQ#h|Q#w!^Q$d!sQ$j!zQ$m#OQ$p#RQ%[#vQ%y$lQ&p%uQ&s%zR'_&oSlP}Q#VmQ$t#TR&Q$uZkPm}#T$uQ$s#SQ&O$qR&v%}R$]!kQ&e%fR'd'UR!weR!yfR$i!yS%u$h%vR']&nV%s$h%v&nR#RiQ#XoR$x#XQaOSmP}U!eam$uR$u#TQ%R#kY&V%R&]&{'T'jQ&]%UQ&{&WQ'T&bR'j'bQ$Q!gQ$S!hQ$U!iV%a$Q$S$UQ%k$_R&k%kQ&a%^S'S&a'cR'c'TQ&X%RR&|&XQ&T%OR&z&TQ|VR#g|Q%}$qR&u%}Q#UlS$v#U$wR$w#VQ'V&eR'e'VQ$c!rR%o$cQ%v$hR&q%vQ&o%uR'^&oQ#QiR$o#QQ#v!^R%Z#v_`OPam}#T$u^VOPam}#T$uQ!YZQ!Z[Q#cxQ#dyQ#ezQ#f{Q$k!{Q%O#jR&y&SR%S#kQ!kbQ!td[#}!g!h!i$Q$S$UQ$q#Sd%Q#k%R%U&W&]&b&{'T'b'jQ%T#mQ%e$XS%{$q%}Q&R$|Q&t%|R'X&g]$P!g!h!i$Q$S$UQ!^^U!rc!k$]Q!zgQ#p!]S#s!^#vQ#x!_Q%X#tQ%Y#uQ%^#yS%i$_%kQ%n$bR'Q&`Q#r!]Q&_%VR'a'PR%`#yR%P#jQnPR#i}Q!scQ$[!kR%h$]",nodeNames:"⚠ Unit VariableName VariableName QueryCallee Comment StyleSheet RuleSet UniversalSelector TagSelector TagName NamespacedTagSelector NamespaceName TagName NestingSelector ClassSelector . ClassName PseudoClassSelector : :: PseudoClassName PseudoClassName ) ( ArgList ValueName ParenthesizedValue AtKeyword # ; ] [ BracketedValue } { BracedValue ColorLiteral NumberLiteral StringLiteral BinaryExpression BinOp CallExpression Callee IfExpression if ArgList IfBranch KeywordQuery FeatureQuery FeatureName BinaryQuery LogicOp ComparisonQuery CompareOp UnaryQuery UnaryQueryOp ParenthesizedQuery SelectorQuery selector ParenthesizedSelector CallQuery ArgList , PseudoQuery CallLiteral CallTag ParenthesizedContent PseudoClassName ArgList IdSelector IdName AttributeSelector AttributeName MatchOp MatchFlag ChildSelector ChildOp DescendantSelector SiblingSelector SiblingOp Block Declaration PropertyName Important ImportStatement import Layer layer LayerName layer MediaStatement media CharsetStatement charset NamespaceStatement namespace NamespaceName KeyframesStatement keyframes KeyframeName KeyframeList KeyframeSelector KeyframeRangeName SupportsStatement supports ScopeStatement scope to FontFeatureStatement font-feature-values FontName AtRule Styles",maxTerm:156,nodeProps:[["isolate",-2,5,39,""],["openedBy",23,"(",31,"[",34,"{"],["closedBy",24,")",32,"]",35,"}"]],propSources:[Fj],skippedNodes:[0,5,114],repeatNodeCount:17,tokenData:"K`~R!bOX%ZX^&R^p%Zpq&Rqr)ers)vst+jtu2Xuv%Zvw3Rwx3dxy5Ryz5dz{5i{|6S|}:u}!O;W!O!P;u!P!Q<^!Q![=V![!]>Q!]!^>|!^!_?_!_!`@Z!`!a@n!a!b%Z!b!cAo!c!k%Z!k!lC|!l!u%Z!u!vC|!v!}%Z!}#OD_#O#P%Z#P#QDp#Q#R2X#R#]%Z#]#^ER#^#g%Z#g#hC|#h#o%Z#o#pIf#p#qIw#q#rJ`#r#sJq#s#y%Z#y#z&R#z$f%Z$f$g&R$g#BY%Z#BY#BZ&R#BZ$IS%Z$IS$I_&R$I_$I|%Z$I|$JO&R$JO$JT%Z$JT$JU&R$JU$KV%Z$KV$KW&R$KW&FU%Z&FU&FV&R&FV;'S%Z;'S;=`KY<%lO%Z`%^SOy%jz;'S%j;'S;=`%{<%lO%j`%oS!e`Oy%jz;'S%j;'S;=`%{<%lO%j`&OP;=`<%l%j~&Wh#}~OX%jX^'r^p%jpq'rqy%jz#y%j#y#z'r#z$f%j$f$g'r$g#BY%j#BY#BZ'r#BZ$IS%j$IS$I_'r$I_$I|%j$I|$JO'r$JO$JT%j$JT$JU'r$JU$KV%j$KV$KW'r$KW&FU%j&FU&FV'r&FV;'S%j;'S;=`%{<%lO%j~'yh#}~!e`OX%jX^'r^p%jpq'rqy%jz#y%j#y#z'r#z$f%j$f$g'r$g#BY%j#BY#BZ'r#BZ$IS%j$IS$I_'r$I_$I|%j$I|$JO'r$JO$JT%j$JT$JU'r$JU$KV%j$KV$KW'r$KW&FU%j&FU&FV'r&FV;'S%j;'S;=`%{<%lO%jj)jS$aYOy%jz;'S%j;'S;=`%{<%lO%j~)yWOY)vZr)vrs*cs#O)v#O#P*h#P;'S)v;'S;=`+d<%lO)v~*hOw~~*kRO;'S)v;'S;=`*t;=`O)v~*wXOY)vZr)vrs*cs#O)v#O#P*h#P;'S)v;'S;=`+d;=`<%l)v<%lO)v~+gP;=`<%l)vj+oYmYOy%jz!Q%j!Q![,_![!c%j!c!i,_!i#T%j#T#Z,_#Z;'S%j;'S;=`%{<%lO%jj,dY!e`Oy%jz!Q%j!Q![-S![!c%j!c!i-S!i#T%j#T#Z-S#Z;'S%j;'S;=`%{<%lO%jj-XY!e`Oy%jz!Q%j!Q![-w![!c%j!c!i-w!i#T%j#T#Z-w#Z;'S%j;'S;=`%{<%lO%jj.OYuY!e`Oy%jz!Q%j!Q![.n![!c%j!c!i.n!i#T%j#T#Z.n#Z;'S%j;'S;=`%{<%lO%jj.uYuY!e`Oy%jz!Q%j!Q![/e![!c%j!c!i/e!i#T%j#T#Z/e#Z;'S%j;'S;=`%{<%lO%jj/jY!e`Oy%jz!Q%j!Q![0Y![!c%j!c!i0Y!i#T%j#T#Z0Y#Z;'S%j;'S;=`%{<%lO%jj0aYuY!e`Oy%jz!Q%j!Q![1P![!c%j!c!i1P!i#T%j#T#Z1P#Z;'S%j;'S;=`%{<%lO%jj1UY!e`Oy%jz!Q%j!Q![1t![!c%j!c!i1t!i#T%j#T#Z1t#Z;'S%j;'S;=`%{<%lO%jj1{SuY!e`Oy%jz;'S%j;'S;=`%{<%lO%jd2[UOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%jd2uS!lS!e`Oy%jz;'S%j;'S;=`%{<%lO%jb3WS^QOy%jz;'S%j;'S;=`%{<%lO%j~3gWOY3dZw3dwx*cx#O3d#O#P4P#P;'S3d;'S;=`4{<%lO3d~4SRO;'S3d;'S;=`4];=`O3d~4`XOY3dZw3dwx*cx#O3d#O#P4P#P;'S3d;'S;=`4{;=`<%l3d<%lO3d~5OP;=`<%l3dj5WShYOy%jz;'S%j;'S;=`%{<%lO%j~5iOg~n5pUWQyWOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%jj6ZWyW!rQOy%jz!O%j!O!P6s!P!Q%j!Q![9x![;'S%j;'S;=`%{<%lO%jj6xU!e`Oy%jz!Q%j!Q![7[![;'S%j;'S;=`%{<%lO%jj7cY!e`$YYOy%jz!Q%j!Q![7[![!g%j!g!h8R!h#X%j#X#Y8R#Y;'S%j;'S;=`%{<%lO%jj8WY!e`Oy%jz{%j{|8v|}%j}!O8v!O!Q%j!Q![9_![;'S%j;'S;=`%{<%lO%jj8{U!e`Oy%jz!Q%j!Q![9_![;'S%j;'S;=`%{<%lO%jj9fU!e`$YYOy%jz!Q%j!Q![9_![;'S%j;'S;=`%{<%lO%jj:P[!e`$YYOy%jz!O%j!O!P7[!P!Q%j!Q![9x![!g%j!g!h8R!h#X%j#X#Y8R#Y;'S%j;'S;=`%{<%lO%jj:zS!aYOy%jz;'S%j;'S;=`%{<%lO%jj;]WyWOy%jz!O%j!O!P6s!P!Q%j!Q![9x![;'S%j;'S;=`%{<%lO%jj;zU`YOy%jz!Q%j!Q![7[![;'S%j;'S;=`%{<%lO%j~<cTyWOy%jz{<r{;'S%j;'S;=`%{<%lO%j~<yS!e`$O~Oy%jz;'S%j;'S;=`%{<%lO%jj=[[$YYOy%jz!O%j!O!P7[!P!Q%j!Q![9x![!g%j!g!h8R!h#X%j#X#Y8R#Y;'S%j;'S;=`%{<%lO%jj>VUcYOy%jz![%j![!]>i!];'S%j;'S;=`%{<%lO%jj>pSdY!e`Oy%jz;'S%j;'S;=`%{<%lO%jj?RSnYOy%jz;'S%j;'S;=`%{<%lO%jh?dU!WWOy%jz!_%j!_!`?v!`;'S%j;'S;=`%{<%lO%jh?}S!WW!e`Oy%jz;'S%j;'S;=`%{<%lO%jl@bS!WW!lSOy%jz;'S%j;'S;=`%{<%lO%jj@uV!oQ!WWOy%jz!_%j!_!`?v!`!aA[!a;'S%j;'S;=`%{<%lO%jbAcS!oQ!e`Oy%jz;'S%j;'S;=`%{<%lO%jjArYOy%jz}%j}!OBb!O!c%j!c!}CP!}#T%j#T#oCP#o;'S%j;'S;=`%{<%lO%jjBgW!e`Oy%jz!c%j!c!}CP!}#T%j#T#oCP#o;'S%j;'S;=`%{<%lO%jjCW[lY!e`Oy%jz}%j}!OCP!O!Q%j!Q![CP![!c%j!c!}CP!}#T%j#T#oCP#o;'S%j;'S;=`%{<%lO%jhDRS!mWOy%jz;'S%j;'S;=`%{<%lO%jjDdSpYOy%jz;'S%j;'S;=`%{<%lO%jnDuSo^Oy%jz;'S%j;'S;=`%{<%lO%jjEWU!mWOy%jz#a%j#a#bEj#b;'S%j;'S;=`%{<%lO%jbEoU!e`Oy%jz#d%j#d#eFR#e;'S%j;'S;=`%{<%lO%jbFWU!e`Oy%jz#c%j#c#dFj#d;'S%j;'S;=`%{<%lO%jbFoU!e`Oy%jz#f%j#f#gGR#g;'S%j;'S;=`%{<%lO%jbGWU!e`Oy%jz#h%j#h#iGj#i;'S%j;'S;=`%{<%lO%jbGoU!e`Oy%jz#T%j#T#UHR#U;'S%j;'S;=`%{<%lO%jbHWU!e`Oy%jz#b%j#b#cHj#c;'S%j;'S;=`%{<%lO%jbHoU!e`Oy%jz#h%j#h#iIR#i;'S%j;'S;=`%{<%lO%jbIYS$`Q!e`Oy%jz;'S%j;'S;=`%{<%lO%jjIkSsYOy%jz;'S%j;'S;=`%{<%lO%jfI|U$UQOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%jjJeSrYOy%jz;'S%j;'S;=`%{<%lO%jfJvU!rQOy%jz!_%j!_!`2n!`;'S%j;'S;=`%{<%lO%j`K]P;=`<%l%Z",tokenizers:[Dj,Xj,_j,Ij,1,2,3,4,new wd("m~RRYZ[z{a~~g~aO$Q~~dP!P!Qg~lO$R~~",28,139)],topRules:{StyleSheet:[0,6],Styles:[1,113]},dynamicPrecedences:{81:1},specialized:[{term:134,get:n=>zj[n]||-1},{term:135,get:n=>Hj[n]||-1},{term:4,get:n=>Wj[n]||-1},{term:28,get:n=>Bj[n]||-1},{term:133,get:n=>Yj[n]||-1}],tokenPrec:2182});let Ip=null;function Dp(){if(!Ip&&typeof document=="object"&&document.body){let{style:n}=document.body,e=[],t=new Set;for(let r in n)r!="cssText"&&r!="cssFloat"&&typeof n[r]=="string"&&(/[A-Z]/.test(r)&&(r=r.replace(/[A-Z]/g,i=>"-"+i.toLowerCase())),t.has(r)||(e.push(r),t.add(r)));Ip=e.sort().map(r=>({type:"property",label:r,apply:r+": "}))}return Ip||[]}const Xx=["active","after","any-link","autofill","backdrop","before","checked","cue","default","defined","disabled","empty","enabled","file-selector-button","first","first-child","first-letter","first-line","first-of-type","focus","focus-visible","focus-within","fullscreen","has","host","host-context","hover","in-range","indeterminate","invalid","is","lang","last-child","last-of-type","left","link","marker","modal","not","nth-child","nth-last-child","nth-last-of-type","nth-of-type","only-child","only-of-type","optional","out-of-range","part","placeholder","placeholder-shown","read-only","read-write","required","right","root","scope","selection","slotted","target","target-text","valid","visited","where"].map(n=>({type:"class",label:n})),Fx=["above","absolute","activeborder","additive","activecaption","after-white-space","ahead","alias","all","all-scroll","alphabetic","alternate","always","antialiased","appworkspace","asterisks","attr","auto","auto-flow","avoid","avoid-column","avoid-page","avoid-region","axis-pan","background","backwards","baseline","below","bidi-override","blink","block","block-axis","bold","bolder","border","border-box","both","bottom","break","break-all","break-word","bullets","button","button-bevel","buttonface","buttonhighlight","buttonshadow","buttontext","calc","capitalize","caps-lock-indicator","caption","captiontext","caret","cell","center","checkbox","circle","cjk-decimal","clear","clip","close-quote","col-resize","collapse","color","color-burn","color-dodge","column","column-reverse","compact","condensed","contain","content","contents","content-box","context-menu","continuous","copy","counter","counters","cover","crop","cross","crosshair","currentcolor","cursive","cyclic","darken","dashed","decimal","decimal-leading-zero","default","default-button","dense","destination-atop","destination-in","destination-out","destination-over","difference","disc","discard","disclosure-closed","disclosure-open","document","dot-dash","dot-dot-dash","dotted","double","down","e-resize","ease","ease-in","ease-in-out","ease-out","element","ellipse","ellipsis","embed","end","ethiopic-abegede-gez","ethiopic-halehame-aa-er","ethiopic-halehame-gez","ew-resize","exclusion","expanded","extends","extra-condensed","extra-expanded","fantasy","fast","fill","fill-box","fixed","flat","flex","flex-end","flex-start","footnotes","forwards","from","geometricPrecision","graytext","grid","groove","hand","hard-light","help","hidden","hide","higher","highlight","highlighttext","horizontal","hsl","hsla","hue","icon","ignore","inactiveborder","inactivecaption","inactivecaptiontext","infinite","infobackground","infotext","inherit","initial","inline","inline-axis","inline-block","inline-flex","inline-grid","inline-table","inset","inside","intrinsic","invert","italic","justify","keep-all","landscape","large","larger","left","level","lighter","lighten","line-through","linear","linear-gradient","lines","list-item","listbox","listitem","local","logical","loud","lower","lower-hexadecimal","lower-latin","lower-norwegian","lowercase","ltr","luminosity","manipulation","match","matrix","matrix3d","medium","menu","menutext","message-box","middle","min-intrinsic","mix","monospace","move","multiple","multiple_mask_images","multiply","n-resize","narrower","ne-resize","nesw-resize","no-close-quote","no-drop","no-open-quote","no-repeat","none","normal","not-allowed","nowrap","ns-resize","numbers","numeric","nw-resize","nwse-resize","oblique","opacity","open-quote","optimizeLegibility","optimizeSpeed","outset","outside","outside-shape","overlay","overline","padding","padding-box","painted","page","paused","perspective","pinch-zoom","plus-darker","plus-lighter","pointer","polygon","portrait","pre","pre-line","pre-wrap","preserve-3d","progress","push-button","radial-gradient","radio","read-only","read-write","read-write-plaintext-only","rectangle","region","relative","repeat","repeating-linear-gradient","repeating-radial-gradient","repeat-x","repeat-y","reset","reverse","rgb","rgba","ridge","right","rotate","rotate3d","rotateX","rotateY","rotateZ","round","row","row-resize","row-reverse","rtl","run-in","running","s-resize","sans-serif","saturation","scale","scale3d","scaleX","scaleY","scaleZ","screen","scroll","scrollbar","scroll-position","se-resize","self-start","self-end","semi-condensed","semi-expanded","separate","serif","show","single","skew","skewX","skewY","skip-white-space","slide","slider-horizontal","slider-vertical","sliderthumb-horizontal","sliderthumb-vertical","slow","small","small-caps","small-caption","smaller","soft-light","solid","source-atop","source-in","source-out","source-over","space","space-around","space-between","space-evenly","spell-out","square","start","static","status-bar","stretch","stroke","stroke-box","sub","subpixel-antialiased","svg_masks","super","sw-resize","symbolic","symbols","system-ui","table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row","table-row-group","text","text-bottom","text-top","textarea","textfield","thick","thin","threeddarkshadow","threedface","threedhighlight","threedlightshadow","threedshadow","to","top","transform","translate","translate3d","translateX","translateY","translateZ","transparent","ultra-condensed","ultra-expanded","underline","unidirectional-pan","unset","up","upper-latin","uppercase","url","var","vertical","vertical-text","view-box","visible","visibleFill","visiblePainted","visibleStroke","visual","w-resize","wait","wave","wider","window","windowframe","windowtext","words","wrap","wrap-reverse","x-large","x-small","xor","xx-large","xx-small"].map(n=>({type:"keyword",label:n})).concat(["aliceblue","antiquewhite","aqua","aquamarine","azure","beige","bisque","black","blanchedalmond","blue","blueviolet","brown","burlywood","cadetblue","chartreuse","chocolate","coral","cornflowerblue","cornsilk","crimson","cyan","darkblue","darkcyan","darkgoldenrod","darkgray","darkgreen","darkkhaki","darkmagenta","darkolivegreen","darkorange","darkorchid","darkred","darksalmon","darkseagreen","darkslateblue","darkslategray","darkturquoise","darkviolet","deeppink","deepskyblue","dimgray","dodgerblue","firebrick","floralwhite","forestgreen","fuchsia","gainsboro","ghostwhite","gold","goldenrod","gray","grey","green","greenyellow","honeydew","hotpink","indianred","indigo","ivory","khaki","lavender","lavenderblush","lawngreen","lemonchiffon","lightblue","lightcoral","lightcyan","lightgoldenrodyellow","lightgray","lightgreen","lightpink","lightsalmon","lightseagreen","lightskyblue","lightslategray","lightsteelblue","lightyellow","lime","limegreen","linen","magenta","maroon","mediumaquamarine","mediumblue","mediumorchid","mediumpurple","mediumseagreen","mediumslateblue","mediumspringgreen","mediumturquoise","mediumvioletred","midnightblue","mintcream","mistyrose","moccasin","navajowhite","navy","oldlace","olive","olivedrab","orange","orangered","orchid","palegoldenrod","palegreen","paleturquoise","palevioletred","papayawhip","peachpuff","peru","pink","plum","powderblue","purple","rebeccapurple","red","rosybrown","royalblue","saddlebrown","salmon","sandybrown","seagreen","seashell","sienna","silver","skyblue","slateblue","slategray","snow","springgreen","steelblue","tan","teal","thistle","tomato","turquoise","violet","wheat","white","whitesmoke","yellow","yellowgreen"].map(n=>({type:"constant",label:n}))),Uj=["a","abbr","address","article","aside","b","bdi","bdo","blockquote","body","br","button","canvas","caption","cite","code","col","colgroup","dd","del","details","dfn","dialog","div","dl","dt","em","figcaption","figure","footer","form","header","hgroup","h1","h2","h3","h4","h5","h6","hr","html","i","iframe","img","input","ins","kbd","label","legend","li","main","meter","nav","ol","output","p","pre","ruby","section","select","small","source","span","strong","sub","summary","sup","table","tbody","td","template","textarea","tfoot","th","thead","tr","u","ul"].map(n=>({type:"type",label:n})),Gj=["@charset","@color-profile","@container","@counter-style","@font-face","@font-feature-values","@font-palette-values","@import","@keyframes","@layer","@media","@namespace","@page","@position-try","@property","@scope","@starting-style","@supports","@view-transition"].map(n=>({type:"keyword",label:n})),Rs=/^(\w[\w-]*|-\w[\w-]*|)$/,Kj=/^-(-[\w-]*)?$/;function Jj(n,e){var t;if((n.name=="("||n.type.isError)&&(n=n.parent||n),n.name!="ArgList")return!1;let r=(t=n.parent)===null||t===void 0?void 0:t.firstChild;return(r==null?void 0:r.name)!="Callee"?!1:e.sliceString(r.from,r.to)=="var"}const zx=new sb,eZ=["Declaration"];function tZ(n){for(let e=n;;){if(e.type.isTop)return e;if(!(e=e.parent))return n}}function Ew(n,e,t){if(e.to-e.from>4096){let r=zx.get(e);if(r)return r;let i=[],s=new Set,a=e.cursor(qt.IncludeAnonymous);if(a.firstChild())do for(let c of Ew(n,a.node,t))s.has(c.label)||(s.add(c.label),i.push(c));while(a.nextSibling());return zx.set(e,i),i}else{let r=[],i=new Set;return e.cursor().iterate(s=>{var a;if(t(s)&&s.matchContext(eZ)&&((a=s.node.nextSibling)===null||a===void 0?void 0:a.name)==":"){let c=n.sliceString(s.from,s.to);i.has(c)||(i.add(c),r.push({label:c,type:"variable"}))}}),r}}const nZ=n=>e=>{let{state:t,pos:r}=e,i=Pn(t).resolveInner(r,-1),s=i.type.isError&&i.from==i.to-1&&t.doc.sliceString(i.from,i.to)=="-";if(i.name=="PropertyName"||(s||i.name=="TagName")&&/^(Block|Styles)$/.test(i.resolve(i.to).name))return{from:i.from,options:Dp(),validFor:Rs};if(i.name=="ValueName")return{from:i.from,options:Fx,validFor:Rs};if(i.name=="PseudoClassName")return{from:i.from,options:Xx,validFor:Rs};if(n(i)||(e.explicit||s)&&Jj(i,t.doc))return{from:n(i)||s?i.from:r,options:Ew(t.doc,tZ(i),n),validFor:Kj};if(i.name=="TagName"){for(let{parent:u}=i;u;u=u.parent)if(u.name=="Block")return{from:i.from,options:Dp(),validFor:Rs};return{from:i.from,options:Uj,validFor:Rs}}if(i.name=="AtKeyword")return{from:i.from,options:Gj,validFor:Rs};if(!e.explicit)return null;let a=i.resolve(r),c=a.childBefore(r);return c&&c.name==":"&&a.name=="PseudoClassSelector"?{from:r,options:Xx,validFor:Rs}:c&&c.name==":"&&a.name=="Declaration"||a.name=="ArgList"?{from:r,options:Fx,validFor:Rs}:a.name=="Block"||a.name=="Styles"?{from:r,options:Dp(),validFor:Rs}:null},rZ=nZ(n=>n.name=="VariableName"),kd=Il.define({name:"css",parser:qj.configure({props:[Wd.add({Declaration:X1()}),Bd.add({"Block KeyframeList":hb})]}),languageData:{commentTokens:{block:{open:"/*",close:"*/"}},indentOnInput:/^\s*\}$/,wordChars:"-"}});function Tw(){return new bg(kd,kd.data.of({autocomplete:rZ}))}const iZ=316,sZ=317,Hx=1,oZ=2,aZ=3,lZ=4,cZ=318,uZ=320,dZ=321,fZ=5,hZ=6,pZ=0,k2=[9,10,11,12,13,32,133,160,5760,8192,8193,8194,8195,8196,8197,8198,8199,8200,8201,8202,8232,8233,8239,8287,12288],Mw=125,mZ=59,P2=47,gZ=42,OZ=43,xZ=45,yZ=60,vZ=44,bZ=63,wZ=46,SZ=91,kZ=new pw({start:!1,shift(n,e){return e==fZ||e==hZ||e==uZ?n:e==dZ},strict:!1}),PZ=new ui((n,e)=>{let{next:t}=n;(t==Mw||t==-1||e.context)&&n.acceptToken(cZ)},{contextual:!0,fallback:!0}),AZ=new ui((n,e)=>{let{next:t}=n,r;k2.indexOf(t)>-1||t==P2&&((r=n.peek(1))==P2||r==gZ)||t!=Mw&&t!=mZ&&t!=-1&&!e.context&&n.acceptToken(iZ)},{contextual:!0}),$Z=new ui((n,e)=>{n.next==SZ&&!e.context&&n.acceptToken(sZ)},{contextual:!0}),CZ=new ui((n,e)=>{let{next:t}=n;if(t==OZ||t==xZ){if(n.advance(),t==n.next){n.advance();let r=!e.context&&e.canShift(Hx);n.acceptToken(r?Hx:oZ)}}else t==bZ&&n.peek(1)==wZ&&(n.advance(),n.advance(),(n.next<48||n.next>57)&&n.acceptToken(aZ))},{contextual:!0});function Xp(n,e){return n>=65&&n<=90||n>=97&&n<=122||n==95||n>=192||!e&&n>=48&&n<=57}const EZ=new ui((n,e)=>{if(n.next!=yZ||!e.dialectEnabled(pZ)||(n.advance(),n.next==P2))return;let t=0;for(;k2.indexOf(n.next)>-1;)n.advance(),t++;if(Xp(n.next,!0)){for(n.advance(),t++;Xp(n.next,!1);)n.advance(),t++;for(;k2.indexOf(n.next)>-1;)n.advance(),t++;if(n.next==vZ)return;for(let r=0;;r++){if(r==7){if(!Xp(n.next,!0))return;break}if(n.next!="extends".charCodeAt(r))break;n.advance(),t++}}n.acceptToken(lZ,-t)}),TZ=Fd({"get set async static":X.modifier,"for while do if else switch try catch finally return throw break continue default case defer":X.controlKeyword,"in of await yield void typeof delete instanceof as satisfies":X.operatorKeyword,"let var const using function class extends":X.definitionKeyword,"import export from":X.moduleKeyword,"with debugger new":X.keyword,TemplateString:X.special(X.string),super:X.atom,BooleanLiteral:X.bool,this:X.self,null:X.null,Star:X.modifier,VariableName:X.variableName,"CallExpression/VariableName TaggedTemplateExpression/VariableName":X.function(X.variableName),VariableDefinition:X.definition(X.variableName),Label:X.labelName,PropertyName:X.propertyName,PrivatePropertyName:X.special(X.propertyName),"CallExpression/MemberExpression/PropertyName":X.function(X.propertyName),"FunctionDeclaration/VariableDefinition":X.function(X.definition(X.variableName)),"ClassDeclaration/VariableDefinition":X.definition(X.className),"NewExpression/VariableName":X.className,PropertyDefinition:X.definition(X.propertyName),PrivatePropertyDefinition:X.definition(X.special(X.propertyName)),UpdateOp:X.updateOperator,"LineComment Hashbang":X.lineComment,BlockComment:X.blockComment,Number:X.number,String:X.string,Escape:X.escape,ArithOp:X.arithmeticOperator,LogicOp:X.logicOperator,BitOp:X.bitwiseOperator,CompareOp:X.compareOperator,RegExp:X.regexp,Equals:X.definitionOperator,Arrow:X.function(X.punctuation),": Spread":X.punctuation,"( )":X.paren,"[ ]":X.squareBracket,"{ }":X.brace,"InterpolationStart InterpolationEnd":X.special(X.brace),".":X.derefOperator,", ;":X.separator,"@":X.meta,TypeName:X.typeName,TypeDefinition:X.definition(X.typeName),"type enum interface implements namespace module declare":X.definitionKeyword,"abstract global Privacy readonly override":X.modifier,"is keyof unique infer asserts":X.operatorKeyword,JSXAttributeValue:X.attributeValue,JSXText:X.content,"JSXStartTag JSXStartCloseTag JSXSelfCloseEndTag JSXEndTag":X.angleBracket,"JSXIdentifier JSXNameSpacedName":X.tagName,"JSXAttribute/JSXIdentifier JSXAttribute/JSXNameSpacedName":X.attributeName,"JSXBuiltin/JSXIdentifier":X.standard(X.tagName)}),MZ={__proto__:null,export:20,as:25,from:33,default:36,async:41,function:42,in:52,out:55,const:56,extends:60,this:64,true:72,false:72,null:84,void:88,typeof:92,super:108,new:142,delete:154,yield:163,await:167,class:172,public:235,private:235,protected:235,readonly:237,instanceof:256,satisfies:259,import:292,keyof:349,unique:353,infer:359,asserts:395,is:397,abstract:417,implements:419,type:421,let:424,var:426,using:429,interface:435,enum:439,namespace:445,module:447,declare:451,global:455,defer:471,for:476,of:485,while:488,with:492,do:496,if:500,else:502,switch:506,case:512,try:518,catch:522,finally:526,return:530,throw:534,break:538,continue:542,debugger:546},QZ={__proto__:null,async:129,get:131,set:133,declare:195,public:197,private:197,protected:197,static:199,abstract:201,override:203,readonly:209,accessor:211,new:401},jZ={__proto__:null,"<":193},ZZ=Fl.deserialize({version:14,states:"$F|Q%TQlOOO%[QlOOO'_QpOOP(lO`OOO*zQ!0MxO'#CiO+RO#tO'#CjO+aO&jO'#CjO+oO#@ItO'#DaO.QQlO'#DgO.bQlO'#DrO%[QlO'#DzO0fQlO'#ESOOQ!0Lf'#E['#E[O1PQ`O'#EXOOQO'#Ep'#EpOOQO'#Il'#IlO1XQ`O'#GsO1dQ`O'#EoO1iQ`O'#EoO3hQ!0MxO'#JrO6[Q!0MxO'#JsO6uQ`O'#F]O6zQ,UO'#FtOOQ!0Lf'#Ff'#FfO7VO7dO'#FfO9XQMhO'#F|O9`Q`O'#F{OOQ!0Lf'#Js'#JsOOQ!0Lb'#Jr'#JrO9eQ`O'#GwOOQ['#K_'#K_O9pQ`O'#IYO9uQ!0LrO'#IZOOQ['#J`'#J`OOQ['#I_'#I_Q`QlOOQ`QlOOO9}Q!L^O'#DvO:UQlO'#EOO:]QlO'#EQO9kQ`O'#GsO:dQMhO'#CoO:rQ`O'#EnO:}Q`O'#EyO;hQMhO'#FeO;xQ`O'#GsOOQO'#K`'#K`O;}Q`O'#K`O<]Q`O'#G{O<]Q`O'#G|O<]Q`O'#HOO9kQ`O'#HRO=SQ`O'#HUO>kQ`O'#CeO>{Q`O'#HcO?TQ`O'#HiO?TQ`O'#HkO`QlO'#HmO?TQ`O'#HoO?TQ`O'#HrO?YQ`O'#HxO?_Q!0LsO'#IOO%[QlO'#IQO?jQ!0LsO'#ISO?uQ!0LsO'#IUO9uQ!0LrO'#IWO@QQ!0MxO'#CiOASQpO'#DlQOQ`OOO%[QlO'#EQOAjQ`O'#ETO:dQMhO'#EnOAuQ`O'#EnOBQQ!bO'#FeOOQ['#Cg'#CgOOQ!0Lb'#Dq'#DqOOQ!0Lb'#Jv'#JvO%[QlO'#JvOOQO'#Jy'#JyOOQO'#Ih'#IhOCQQpO'#EgOOQ!0Lb'#Ef'#EfOOQ!0Lb'#J}'#J}OC|Q!0MSO'#EgODWQpO'#EWOOQO'#Jx'#JxODlQpO'#JyOEyQpO'#EWODWQpO'#EgPFWO&2DjO'#CbPOOO)CD})CD}OOOO'#I`'#I`OFcO#tO,59UOOQ!0Lh,59U,59UOOOO'#Ia'#IaOFqO&jO,59UOGPQ!L^O'#DcOOOO'#Ic'#IcOGWO#@ItO,59{OOQ!0Lf,59{,59{OGfQlO'#IdOGyQ`O'#JtOIxQ!fO'#JtO+}QlO'#JtOJPQ`O,5:ROJgQ`O'#EpOJtQ`O'#KTOKPQ`O'#KSOKPQ`O'#KSOKXQ`O,5;^OK^Q`O'#KROOQ!0Ln,5:^,5:^OKeQlO,5:^OMcQ!0MxO,5:fONSQ`O,5:nONmQ!0LrO'#KQONtQ`O'#KPO9eQ`O'#KPO! YQ`O'#KPO! bQ`O,5;]O! gQ`O'#KPO!#lQ!fO'#JsOOQ!0Lh'#Ci'#CiO%[QlO'#ESO!$[Q!fO,5:sOOQS'#Jz'#JzOOQO-E<j-E<jO9kQ`O,5=_O!$rQ`O,5=_O!$wQlO,5;ZO!&zQMhO'#EkO!(eQ`O,5;ZO!(jQlO'#DyO!(tQpO,5;dO!(|QpO,5;dO%[QlO,5;dOOQ['#FT'#FTOOQ['#FV'#FVO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eO%[QlO,5;eOOQ['#FZ'#FZO!)[QlO,5;tOOQ!0Lf,5;y,5;yOOQ!0Lf,5;z,5;zOOQ!0Lf,5;|,5;|O%[QlO'#IpO!+_Q!0LrO,5<iO%[QlO,5;eO!&zQMhO,5;eO!+|QMhO,5;eO!-nQMhO'#E^O%[QlO,5;wOOQ!0Lf,5;{,5;{O!-uQ,UO'#FjO!.rQ,UO'#KXO!.^Q,UO'#KXO!.yQ,UO'#KXOOQO'#KX'#KXO!/_Q,UO,5<SOOOW,5<`,5<`O!/pQlO'#FvOOOW'#Io'#IoO7VO7dO,5<QO!/wQ,UO'#FxOOQ!0Lf,5<Q,5<QO!0hQ$IUO'#CyOOQ!0Lh'#C}'#C}O!0{O#@ItO'#DRO!1iQMjO,5<eO!1pQ`O,5<hO!3YQ(CWO'#GXO!3jQ`O'#GYO!3oQ`O'#GYO!5_Q(CWO'#G^O!6dQpO'#GbOOQO'#Gn'#GnO!,TQMhO'#GmOOQO'#Gp'#GpO!,TQMhO'#GoO!7VQ$IUO'#JlOOQ!0Lh'#Jl'#JlO!7aQ`O'#JkO!7oQ`O'#JjO!7wQ`O'#CuOOQ!0Lh'#C{'#C{O!8YQ`O'#C}OOQ!0Lh'#DV'#DVOOQ!0Lh'#DX'#DXO!8_Q`O,5<eO1SQ`O'#DZO!,TQMhO'#GPO!,TQMhO'#GRO!8gQ`O'#GTO!8lQ`O'#GUO!3oQ`O'#G[O!,TQMhO'#GaO<]Q`O'#JkO!8qQ`O'#EqO!9`Q`O,5<gOOQ!0Lb'#Cr'#CrO!9hQ`O'#ErO!:bQpO'#EsOOQ!0Lb'#KR'#KRO!:iQ!0LrO'#KaO9uQ!0LrO,5=cO`QlO,5>tOOQ['#Jh'#JhOOQ[,5>u,5>uOOQ[-E<]-E<]O!<hQ!0MxO,5:bO!:]QpO,5:`O!?RQ!0MxO,5:jO%[QlO,5:jO!AiQ!0MxO,5:lOOQO,5@z,5@zO!BYQMhO,5=_O!BhQ!0LrO'#JiO9`Q`O'#JiO!ByQ!0LrO,59ZO!CUQpO,59ZO!C^QMhO,59ZO:dQMhO,59ZO!CiQ`O,5;ZO!CqQ`O'#HbO!DVQ`O'#KdO%[QlO,5;}O!:]QpO,5<PO!D_Q`O,5=zO!DdQ`O,5=zO!DiQ`O,5=zO!DwQ`O,5=zO9uQ!0LrO,5=zO<]Q`O,5=jOOQO'#Cy'#CyO!EOQpO,5=gO!EWQMhO,5=hO!EcQ`O,5=jO!EhQ!bO,5=mO!EpQ`O'#K`O?YQ`O'#HWO9kQ`O'#HYO!EuQ`O'#HYO:dQMhO'#H[O!EzQ`O'#H[OOQ[,5=p,5=pO!FPQ`O'#H]O!FbQ`O'#CoO!FgQ`O,59PO!FqQ`O,59PO!HvQlO,59POOQ[,59P,59PO!IWQ!0LrO,59PO%[QlO,59PO!KcQlO'#HeOOQ['#Hf'#HfOOQ['#Hg'#HgO`QlO,5=}O!KyQ`O,5=}O`QlO,5>TO`QlO,5>VO!LOQ`O,5>XO`QlO,5>ZO!LTQ`O,5>^O!LYQlO,5>dOOQ[,5>j,5>jO%[QlO,5>jO9uQ!0LrO,5>lOOQ[,5>n,5>nO#!dQ`O,5>nOOQ[,5>p,5>pO#!dQ`O,5>pOOQ[,5>r,5>rO##QQpO'#D_O%[QlO'#JvO##sQpO'#JvO##}QpO'#DmO#$`QpO'#DmO#&qQlO'#DmO#&xQ`O'#JuO#'QQ`O,5:WO#'VQ`O'#EtO#'eQ`O'#KUO#'mQ`O,5;_O#'rQpO'#DmO#(PQpO'#EVOOQ!0Lf,5:o,5:oO%[QlO,5:oO#(WQ`O,5:oO?YQ`O,5;YO!CUQpO,5;YO!C^QMhO,5;YO:dQMhO,5;YO#(`Q`O,5@bO#(eQ07dO,5:sOOQO-E<f-E<fO#)kQ!0MSO,5;RODWQpO,5:rO#)uQpO,5:rODWQpO,5;RO!ByQ!0LrO,5:rOOQ!0Lb'#Ej'#EjOOQO,5;R,5;RO%[QlO,5;RO#*SQ!0LrO,5;RO#*_Q!0LrO,5;RO!CUQpO,5:rOOQO,5;X,5;XO#*mQ!0LrO,5;RPOOO'#I^'#I^P#+RO&2DjO,58|POOO,58|,58|OOOO-E<^-E<^OOQ!0Lh1G.p1G.pOOOO-E<_-E<_OOOO,59},59}O#+^Q!bO,59}OOOO-E<a-E<aOOQ!0Lf1G/g1G/gO#+cQ!fO,5?OO+}QlO,5?OOOQO,5?U,5?UO#+mQlO'#IdOOQO-E<b-E<bO#+zQ`O,5@`O#,SQ!fO,5@`O#,ZQ`O,5@nOOQ!0Lf1G/m1G/mO%[QlO,5@oO#,cQ`O'#IjOOQO-E<h-E<hO#,ZQ`O,5@nOOQ!0Lb1G0x1G0xOOQ!0Ln1G/x1G/xOOQ!0Ln1G0Y1G0YO%[QlO,5@lO#,wQ!0LrO,5@lO#-YQ!0LrO,5@lO#-aQ`O,5@kO9eQ`O,5@kO#-iQ`O,5@kO#-wQ`O'#ImO#-aQ`O,5@kOOQ!0Lb1G0w1G0wO!(tQpO,5:uO!)PQpO,5:uOOQS,5:w,5:wO#.iQdO,5:wO#.qQMhO1G2yO9kQ`O1G2yOOQ!0Lf1G0u1G0uO#/PQ!0MxO1G0uO#0UQ!0MvO,5;VOOQ!0Lh'#GW'#GWO#0rQ!0MzO'#JlO!$wQlO1G0uO#2}Q!fO'#JwO%[QlO'#JwO#3XQ`O,5:eOOQ!0Lh'#D_'#D_OOQ!0Lf1G1O1G1OO%[QlO1G1OOOQ!0Lf1G1f1G1fO#3^Q`O1G1OO#5rQ!0MxO1G1PO#5yQ!0MxO1G1PO#8aQ!0MxO1G1PO#8hQ!0MxO1G1PO#;OQ!0MxO1G1PO#=fQ!0MxO1G1PO#=mQ!0MxO1G1PO#=tQ!0MxO1G1PO#@[Q!0MxO1G1PO#@cQ!0MxO1G1PO#BpQ?MtO'#CiO#DkQ?MtO1G1`O#DrQ?MtO'#JsO#EVQ!0MxO,5?[OOQ!0Lb-E<n-E<nO#GdQ!0MxO1G1PO#HaQ!0MzO1G1POOQ!0Lf1G1P1G1PO#IdQMjO'#J|O#InQ`O,5:xO#IsQ!0MxO1G1cO#JgQ,UO,5<WO#JoQ,UO,5<XO#JwQ,UO'#FoO#K`Q`O'#FnOOQO'#KY'#KYOOQO'#In'#InO#KeQ,UO1G1nOOQ!0Lf1G1n1G1nOOOW1G1y1G1yO#KvQ?MtO'#JrO#LQQ`O,5<bO!)[QlO,5<bOOOW-E<m-E<mOOQ!0Lf1G1l1G1lO#LVQpO'#KXOOQ!0Lf,5<d,5<dO#L_QpO,5<dO#LdQMhO'#DTOOOO'#Ib'#IbO#LkO#@ItO,59mOOQ!0Lh,59m,59mO%[QlO1G2PO!8lQ`O'#IrO#LvQ`O,5<zOOQ!0Lh,5<w,5<wO!,TQMhO'#IuO#MdQMjO,5=XO!,TQMhO'#IwO#NVQMjO,5=ZO!&zQMhO,5=]OOQO1G2S1G2SO#NaQ!dO'#CrO#NtQ(CWO'#ErO$ |QpO'#GbO$!dQ!dO,5<sO$!kQ`O'#K[O9eQ`O'#K[O$!yQ`O,5<uO$#aQ!dO'#C{O!,TQMhO,5<tO$#kQ`O'#GZO$$PQ`O,5<tO$$UQ!dO'#GWO$$cQ!dO'#K]O$$mQ`O'#K]O!&zQMhO'#K]O$$rQ`O,5<xO$$wQlO'#JvO$%RQpO'#GcO#$`QpO'#GcO$%dQ`O'#GgO!3oQ`O'#GkO$%iQ!0LrO'#ItO$%tQpO,5<|OOQ!0Lp,5<|,5<|O$%{QpO'#GcO$&YQpO'#GdO$&kQpO'#GdO$&pQMjO,5=XO$'QQMjO,5=ZOOQ!0Lh,5=^,5=^O!,TQMhO,5@VO!,TQMhO,5@VO$'bQ`O'#IyO$'vQ`O,5@UO$(OQ`O,59aOOQ!0Lh,59i,59iO$(TQ`O,5@VO$)TQ$IYO,59uOOQ!0Lh'#Jp'#JpO$)vQMjO,5<kO$*iQMjO,5<mO@zQ`O,5<oOOQ!0Lh,5<p,5<pO$*sQ`O,5<vO$*xQMjO,5<{O$+YQ`O'#KPO!$wQlO1G2RO$+_Q`O1G2RO9eQ`O'#KSO9eQ`O'#EtO%[QlO'#EtO9eQ`O'#I{O$+dQ!0LrO,5@{OOQ[1G2}1G2}OOQ[1G4`1G4`OOQ!0Lf1G/|1G/|OOQ!0Lf1G/z1G/zO$-fQ!0MxO1G0UOOQ[1G2y1G2yO!&zQMhO1G2yO%[QlO1G2yO#.tQ`O1G2yO$/jQMhO'#EkOOQ!0Lb,5@T,5@TO$/wQ!0LrO,5@TOOQ[1G.u1G.uO!ByQ!0LrO1G.uO!CUQpO1G.uO!C^QMhO1G.uO$0YQ`O1G0uO$0_Q`O'#CiO$0jQ`O'#KeO$0rQ`O,5=|O$0wQ`O'#KeO$0|Q`O'#KeO$1[Q`O'#JRO$1jQ`O,5AOO$1rQ!fO1G1iOOQ!0Lf1G1k1G1kO9kQ`O1G3fO@zQ`O1G3fO$1yQ`O1G3fO$2OQ`O1G3fO!DiQ`O1G3fO9uQ!0LrO1G3fOOQ[1G3f1G3fO!EcQ`O1G3UO!&zQMhO1G3RO$2TQ`O1G3ROOQ[1G3S1G3SO!&zQMhO1G3SO$2YQ`O1G3SO$2bQpO'#HQOOQ[1G3U1G3UO!6_QpO'#I}O!EhQ!bO1G3XOOQ[1G3X1G3XOOQ[,5=r,5=rO$2jQMhO,5=tO9kQ`O,5=tO$%dQ`O,5=vO9`Q`O,5=vO!CUQpO,5=vO!C^QMhO,5=vO:dQMhO,5=vO$2xQ`O'#KcO$3TQ`O,5=wOOQ[1G.k1G.kO$3YQ!0LrO1G.kO@zQ`O1G.kO$3eQ`O1G.kO9uQ!0LrO1G.kO$5mQ!fO,5AQO$5zQ`O,5AQO9eQ`O,5AQO$6VQlO,5>PO$6^Q`O,5>POOQ[1G3i1G3iO`QlO1G3iOOQ[1G3o1G3oOOQ[1G3q1G3qO?TQ`O1G3sO$6cQlO1G3uO$:gQlO'#HtOOQ[1G3x1G3xO$:tQ`O'#HzO?YQ`O'#H|OOQ[1G4O1G4OO$:|QlO1G4OO9uQ!0LrO1G4UOOQ[1G4W1G4WOOQ!0Lb'#G_'#G_O9uQ!0LrO1G4YO9uQ!0LrO1G4[O$?TQ`O,5@bO!)[QlO,5;`O9eQ`O,5;`O?YQ`O,5:XO!)[QlO,5:XO!CUQpO,5:XO$?YQ?MtO,5:XOOQO,5;`,5;`O$?dQpO'#IeO$?zQ`O,5@aOOQ!0Lf1G/r1G/rO$@SQpO'#IkO$@^Q`O,5@pOOQ!0Lb1G0y1G0yO#$`QpO,5:XOOQO'#Ig'#IgO$@fQpO,5:qOOQ!0Ln,5:q,5:qO#(ZQ`O1G0ZOOQ!0Lf1G0Z1G0ZO%[QlO1G0ZOOQ!0Lf1G0t1G0tO?YQ`O1G0tO!CUQpO1G0tO!C^QMhO1G0tOOQ!0Lb1G5|1G5|O!ByQ!0LrO1G0^OOQO1G0m1G0mO%[QlO1G0mO$@mQ!0LrO1G0mO$@xQ!0LrO1G0mO!CUQpO1G0^ODWQpO1G0^O$AWQ!0LrO1G0mOOQO1G0^1G0^O$AlQ!0MxO1G0mPOOO-E<[-E<[POOO1G.h1G.hOOOO1G/i1G/iO$AvQ!bO,5<iO$BOQ!fO1G4jOOQO1G4p1G4pO%[QlO,5?OO$BYQ`O1G5zO$BbQ`O1G6YO$BjQ!fO1G6ZO9eQ`O,5?UO$BtQ!0MxO1G6WO%[QlO1G6WO$CUQ!0LrO1G6WO$CgQ`O1G6VO$CgQ`O1G6VO9eQ`O1G6VO$CoQ`O,5?XO9eQ`O,5?XOOQO,5?X,5?XO$DTQ`O,5?XO$+YQ`O,5?XOOQO-E<k-E<kOOQS1G0a1G0aOOQS1G0c1G0cO#.lQ`O1G0cOOQ[7+(e7+(eO!&zQMhO7+(eO%[QlO7+(eO$DcQ`O7+(eO$DnQMhO7+(eO$D|Q!0MzO,5=XO$GXQ!0MzO,5=ZO$IdQ!0MzO,5=XO$KuQ!0MzO,5=ZO$NWQ!0MzO,59uO%!]Q!0MzO,5<kO%$hQ!0MzO,5<mO%&sQ!0MzO,5<{OOQ!0Lf7+&a7+&aO%)UQ!0MxO7+&aO%)xQlO'#IfO%*VQ`O,5@cO%*_Q!fO,5@cOOQ!0Lf1G0P1G0PO%*iQ`O7+&jOOQ!0Lf7+&j7+&jO%*nQ?MtO,5:fO%[QlO7+&zO%*xQ?MtO,5:bO%+VQ?MtO,5:jO%+aQ?MtO,5:lO%+kQMhO'#IiO%+uQ`O,5@hOOQ!0Lh1G0d1G0dOOQO1G1r1G1rOOQO1G1s1G1sO%+}Q!jO,5<ZO!)[QlO,5<YOOQO-E<l-E<lOOQ!0Lf7+'Y7+'YOOOW7+'e7+'eOOOW1G1|1G1|O%,YQ`O1G1|OOQ!0Lf1G2O1G2OOOOO,59o,59oO%,_Q!dO,59oOOOO-E<`-E<`OOQ!0Lh1G/X1G/XO%,fQ!0MxO7+'kOOQ!0Lh,5?^,5?^O%-YQMhO1G2fP%-aQ`O'#IrPOQ!0Lh-E<p-E<pO%-}QMjO,5?aOOQ!0Lh-E<s-E<sO%.pQMjO,5?cOOQ!0Lh-E<u-E<uO%.zQ!dO1G2wO%/RQ!dO'#CrO%/iQMhO'#KSO$$wQlO'#JvOOQ!0Lh1G2_1G2_O%/sQ`O'#IqO%0[Q`O,5@vO%0[Q`O,5@vO%0dQ`O,5@vO%0oQ`O,5@vOOQO1G2a1G2aO%0}QMjO1G2`O$+YQ`O'#K[O!,TQMhO1G2`O%1_Q(CWO'#IsO%1lQ`O,5@wO!&zQMhO,5@wO%1tQ!dO,5@wOOQ!0Lh1G2d1G2dO%4UQ!fO'#CiO%4`Q`O,5=POOQ!0Lb,5<},5<}O%4hQpO,5<}OOQ!0Lb,5=O,5=OOCwQ`O,5<}O%4sQpO,5<}OOQ!0Lb,5=R,5=RO$+YQ`O,5=VOOQO,5?`,5?`OOQO-E<r-E<rOOQ!0Lp1G2h1G2hO#$`QpO,5<}O$$wQlO,5=PO%5RQ`O,5=OO%5^QpO,5=OO!,TQMhO'#IuO%6WQMjO1G2sO!,TQMhO'#IwO%6yQMjO1G2uO%7TQMjO1G5qO%7_QMjO1G5qOOQO,5?e,5?eOOQO-E<w-E<wOOQO1G.{1G.{O!,TQMhO1G5qO!,TQMhO1G5qO!:]QpO,59wO%[QlO,59wOOQ!0Lh,5<j,5<jO%7lQ`O1G2ZO!,TQMhO1G2bO%7qQ!0MxO7+'mOOQ!0Lf7+'m7+'mO!$wQlO7+'mO%8eQ`O,5;`OOQ!0Lb,5?g,5?gOOQ!0Lb-E<y-E<yO%8jQ!dO'#K^O#(ZQ`O7+(eO4UQ!fO7+(eO$DfQ`O7+(eO%8tQ!0MvO'#CiO%9XQ!0MvO,5=SO%9lQ`O,5=SO%9tQ`O,5=SOOQ!0Lb1G5o1G5oOOQ[7+$a7+$aO!ByQ!0LrO7+$aO!CUQpO7+$aO!$wQlO7+&aO%9yQ`O'#JQO%:bQ`O,5APOOQO1G3h1G3hO9kQ`O,5APO%:bQ`O,5APO%:jQ`O,5APOOQO,5?m,5?mOOQO-E=P-E=POOQ!0Lf7+'T7+'TO%:oQ`O7+)QO9uQ!0LrO7+)QO9kQ`O7+)QO@zQ`O7+)QO%:tQ`O7+)QOOQ[7+)Q7+)QOOQ[7+(p7+(pO%:yQ!0MvO7+(mO!&zQMhO7+(mO!E^Q`O7+(nOOQ[7+(n7+(nO!&zQMhO7+(nO%;TQ`O'#KbO%;`Q`O,5=lOOQO,5?i,5?iOOQO-E<{-E<{OOQ[7+(s7+(sO%<rQpO'#HZOOQ[1G3`1G3`O!&zQMhO1G3`O%[QlO1G3`O%<yQ`O1G3`O%=UQMhO1G3`O9uQ!0LrO1G3bO$%dQ`O1G3bO9`Q`O1G3bO!CUQpO1G3bO!C^QMhO1G3bO%=dQ`O'#JPO%=xQ`O,5@}O%>QQpO,5@}OOQ!0Lb1G3c1G3cOOQ[7+$V7+$VO@zQ`O7+$VO9uQ!0LrO7+$VO%>]Q`O7+$VO%[QlO1G6lO%[QlO1G6mO%>bQ!0LrO1G6lO%>lQlO1G3kO%>sQ`O1G3kO%>xQlO1G3kOOQ[7+)T7+)TO9uQ!0LrO7+)_O`QlO7+)aOOQ['#Kh'#KhOOQ['#JS'#JSO%?PQlO,5>`OOQ[,5>`,5>`O%[QlO'#HuO%?^Q`O'#HwOOQ[,5>f,5>fO9eQ`O,5>fOOQ[,5>h,5>hOOQ[7+)j7+)jOOQ[7+)p7+)pOOQ[7+)t7+)tOOQ[7+)v7+)vO%?cQpO1G5|O%?}Q?MtO1G0zO%@XQ`O1G0zOOQO1G/s1G/sO%@dQ?MtO1G/sO?YQ`O1G/sO!)[QlO'#DmOOQO,5?P,5?POOQO-E<c-E<cOOQO,5?V,5?VOOQO-E<i-E<iO!CUQpO1G/sOOQO-E<e-E<eOOQ!0Ln1G0]1G0]OOQ!0Lf7+%u7+%uO#(ZQ`O7+%uOOQ!0Lf7+&`7+&`O?YQ`O7+&`O!CUQpO7+&`OOQO7+%x7+%xO$AlQ!0MxO7+&XOOQO7+&X7+&XO%[QlO7+&XO%@nQ!0LrO7+&XO!ByQ!0LrO7+%xO!CUQpO7+%xO%@yQ!0LrO7+&XO%AXQ!0MxO7++rO%[QlO7++rO%AiQ`O7++qO%AiQ`O7++qOOQO1G4s1G4sO9eQ`O1G4sO%AqQ`O1G4sOOQS7+%}7+%}O#(ZQ`O<<LPO4UQ!fO<<LPO%BPQ`O<<LPOOQ[<<LP<<LPO!&zQMhO<<LPO%[QlO<<LPO%BXQ`O<<LPO%BdQ!0MzO,5?aO%DoQ!0MzO,5?cO%FzQ!0MzO1G2`O%I]Q!0MzO1G2sO%KhQ!0MzO1G2uO%MsQ!fO,5?QO%[QlO,5?QOOQO-E<d-E<dO%M}Q`O1G5}OOQ!0Lf<<JU<<JUO%NVQ?MtO1G0uO&!^Q?MtO1G1PO&!eQ?MtO1G1PO&$fQ?MtO1G1PO&$mQ?MtO1G1PO&&nQ?MtO1G1PO&(oQ?MtO1G1PO&(vQ?MtO1G1PO&(}Q?MtO1G1PO&+OQ?MtO1G1PO&+VQ?MtO1G1PO&+^Q!0MxO<<JfO&-UQ?MtO1G1PO&.RQ?MvO1G1PO&/UQ?MvO'#JlO&1[Q?MtO1G1cO&1iQ?MtO1G0UO&1sQMjO,5?TOOQO-E<g-E<gO!)[QlO'#FqOOQO'#KZ'#KZOOQO1G1u1G1uO&1}Q`O1G1tO&2SQ?MtO,5?[OOOW7+'h7+'hOOOO1G/Z1G/ZO&2^Q!dO1G4xOOQ!0Lh7+(Q7+(QP!&zQMhO,5?^O!,TQMhO7+(cO&2eQ`O,5?]O9eQ`O,5?]O$+YQ`O,5?]OOQO-E<o-E<oO&2sQ`O1G6bO&2sQ`O1G6bO&2{Q`O1G6bO&3WQMjO7+'zO&3hQ!dO,5?_O&3rQ`O,5?_O!&zQMhO,5?_OOQO-E<q-E<qO&3wQ!dO1G6cO&4RQ`O1G6cO&4ZQ`O1G2kO!&zQMhO1G2kOOQ!0Lb1G2i1G2iOOQ!0Lb1G2j1G2jO%4hQpO1G2iO!CUQpO1G2iOCwQ`O1G2iOOQ!0Lb1G2q1G2qO&4`QpO1G2iO&4nQ`O1G2kO$+YQ`O1G2jOCwQ`O1G2jO$$wQlO1G2kO&4vQ`O1G2jO&5jQMjO,5?aOOQ!0Lh-E<t-E<tO&6]QMjO,5?cOOQ!0Lh-E<v-E<vO!,TQMhO7++]O&6gQMjO7++]O&6qQMjO7++]OOQ!0Lh1G/c1G/cO&7OQ`O1G/cOOQ!0Lh7+'u7+'uO&7TQMjO7+'|O&7eQ!0MxO<<KXOOQ!0Lf<<KX<<KXO&8XQ`O1G0zO!&zQMhO'#IzO&8^Q`O,5@xO&:`Q!fO<<LPO!&zQMhO1G2nO&:gQ!0LrO1G2nOOQ[<<G{<<G{O!ByQ!0LrO<<G{O&:xQ!0MxO<<I{OOQ!0Lf<<I{<<I{OOQO,5?l,5?lO&;lQ`O,5?lO&;qQ`O,5?lOOQO-E=O-E=OO&<PQ`O1G6kO&<PQ`O1G6kO9kQ`O1G6kO@zQ`O<<LlOOQ[<<Ll<<LlO&<XQ`O<<LlO9uQ!0LrO<<LlO9kQ`O<<LlOOQ[<<LX<<LXO%:yQ!0MvO<<LXOOQ[<<LY<<LYO!E^Q`O<<LYO&<^QpO'#I|O&<iQ`O,5@|O!)[QlO,5@|OOQ[1G3W1G3WOOQO'#JO'#JOO9uQ!0LrO'#JOO&<qQpO,5=uOOQ[,5=u,5=uO&<xQpO'#EgO&=PQpO'#GeO&=UQ`O7+(zO&=ZQ`O7+(zOOQ[7+(z7+(zO!&zQMhO7+(zO%[QlO7+(zO&=cQ`O7+(zOOQ[7+(|7+(|O9uQ!0LrO7+(|O$%dQ`O7+(|O9`Q`O7+(|O!CUQpO7+(|O&=nQ`O,5?kOOQO-E<}-E<}OOQO'#H^'#H^O&=yQ`O1G6iO9uQ!0LrO<<GqOOQ[<<Gq<<GqO@zQ`O<<GqO&>RQ`O7+,WO&>WQ`O7+,XO%[QlO7+,WO%[QlO7+,XOOQ[7+)V7+)VO&>]Q`O7+)VO&>bQlO7+)VO&>iQ`O7+)VOOQ[<<Ly<<LyOOQ[<<L{<<L{OOQ[-E=Q-E=QOOQ[1G3z1G3zO&>nQ`O,5>aOOQ[,5>c,5>cO&>sQ`O1G4QO9eQ`O7+&fO!)[QlO7+&fOOQO7+%_7+%_O&>xQ?MtO1G6ZO?YQ`O7+%_OOQ!0Lf<<Ia<<IaOOQ!0Lf<<Iz<<IzO?YQ`O<<IzOOQO<<Is<<IsO$AlQ!0MxO<<IsO%[QlO<<IsOOQO<<Id<<IdO!ByQ!0LrO<<IdO&?SQ!0LrO<<IsO&?_Q!0MxO<= ^O&?oQ`O<= ]OOQO7+*_7+*_O9eQ`O7+*_OOQ[ANAkANAkO&?wQ!fOANAkO!&zQMhOANAkO#(ZQ`OANAkO4UQ!fOANAkO&@OQ`OANAkO%[QlOANAkO&@WQ!0MzO7+'zO&BiQ!0MzO,5?aO&DtQ!0MzO,5?cO&GPQ!0MzO7+'|O&IbQ!fO1G4lO&IlQ?MtO7+&aO&KpQ?MvO,5=XO&MwQ?MvO,5=ZO&NXQ?MvO,5=XO&NiQ?MvO,5=ZO&NyQ?MvO,59uO'#PQ?MvO,5<kO'%SQ?MvO,5<mO''hQ?MvO,5<{O')^Q?MtO7+'kO')kQ?MtO7+'mO')xQ`O,5<]OOQO7+'`7+'`OOQ!0Lh7+*d7+*dO')}QMjO<<K}OOQO1G4w1G4wO'*UQ`O1G4wO'*aQ`O1G4wO'*oQ`O7++|O'*oQ`O7++|O!&zQMhO1G4yO'*wQ!dO1G4yO'+RQ`O7++}O'+ZQ`O7+(VO'+fQ!dO7+(VOOQ!0Lb7+(T7+(TOOQ!0Lb7+(U7+(UO!CUQpO7+(TOCwQ`O7+(TO'+pQ`O7+(VO!&zQMhO7+(VO$+YQ`O7+(UO'+uQ`O7+(VOCwQ`O7+(UO'+}QMjO<<NwO!,TQMhO<<NwOOQ!0Lh7+$}7+$}O',XQ!dO,5?fOOQO-E<x-E<xO',cQ!0MvO7+(YO!&zQMhO7+(YOOQ[AN=gAN=gO9kQ`O1G5WOOQO1G5W1G5WO',sQ`O1G5WO',xQ`O7+,VO',xQ`O7+,VO9uQ!0LrOANBWO@zQ`OANBWOOQ[ANBWANBWO'-QQ`OANBWOOQ[ANAsANAsOOQ[ANAtANAtO'-VQ`O,5?hOOQO-E<z-E<zO'-bQ?MtO1G6hOOQO,5?j,5?jOOQO-E<|-E<|OOQ[1G3a1G3aO'-lQ`O,5=POOQ[<<Lf<<LfO!&zQMhO<<LfO&=UQ`O<<LfO'-qQ`O<<LfO%[QlO<<LfOOQ[<<Lh<<LhO9uQ!0LrO<<LhO$%dQ`O<<LhO9`Q`O<<LhO'-yQpO1G5VO'.UQ`O7+,TOOQ[AN=]AN=]O9uQ!0LrOAN=]OOQ[<= r<= rOOQ[<= s<= sO'.^Q`O<= rO'.cQ`O<= sOOQ[<<Lq<<LqO'.hQ`O<<LqO'.mQlO<<LqOOQ[1G3{1G3{O?YQ`O7+)lO'.tQ`O<<JQO'/PQ?MtO<<JQOOQO<<Hy<<HyOOQ!0LfAN?fAN?fOOQOAN?_AN?_O$AlQ!0MxOAN?_OOQOAN?OAN?OO%[QlOAN?_OOQO<<My<<MyOOQ[G27VG27VO!&zQMhOG27VO#(ZQ`OG27VO'/ZQ!fOG27VO4UQ!fOG27VO'/bQ`OG27VO'/jQ?MtO<<JfO'/wQ?MvO1G2`O'1mQ?MvO,5?aO'3pQ?MvO,5?cO'5sQ?MvO1G2sO'7vQ?MvO1G2uO'9yQ?MtO<<KXO':WQ?MtO<<I{OOQO1G1w1G1wO!,TQMhOANAiOOQO7+*c7+*cO':eQ`O7+*cO':pQ`O<= hO':xQ!dO7+*eOOQ!0Lb<<Kq<<KqO$+YQ`O<<KqOCwQ`O<<KqO';SQ`O<<KqO!&zQMhO<<KqOOQ!0Lb<<Ko<<KoO!CUQpO<<KoO';_Q!dO<<KqOOQ!0Lb<<Kp<<KpO';iQ`O<<KqO!&zQMhO<<KqO$+YQ`O<<KpO';nQMjOANDcO';xQ!0MvO<<KtOOQO7+*r7+*rO9kQ`O7+*rO'<YQ`O<= qOOQ[G27rG27rO9uQ!0LrOG27rO@zQ`OG27rO!)[QlO1G5SO'<bQ`O7+,SO'<jQ`O1G2kO&=UQ`OANBQOOQ[ANBQANBQO!&zQMhOANBQO'<oQ`OANBQOOQ[ANBSANBSO9uQ!0LrOANBSO$%dQ`OANBSOOQO'#H_'#H_OOQO7+*q7+*qOOQ[G22wG22wOOQ[ANE^ANE^OOQ[ANE_ANE_OOQ[ANB]ANB]O'<wQ`OANB]OOQ[<<MW<<MWO!)[QlOAN?lOOQOG24yG24yO$AlQ!0MxOG24yO#(ZQ`OLD,qOOQ[LD,qLD,qO!&zQMhOLD,qO'<|Q!fOLD,qO'=TQ?MvO7+'zO'>yQ?MvO,5?aO'@|Q?MvO,5?cO'CPQ?MvO7+'|O'DuQMjOG27TOOQO<<M}<<M}OOQ!0LbANA]ANA]O$+YQ`OANA]OCwQ`OANA]O'EVQ!dOANA]OOQ!0LbANAZANAZO'E^Q`OANA]O!&zQMhOANA]O'EiQ!dOANA]OOQ!0LbANA[ANA[OOQO<<N^<<N^OOQ[LD-^LD-^O9uQ!0LrOLD-^O'EsQ?MtO7+*nOOQO'#Gf'#GfOOQ[G27lG27lO&=UQ`OG27lO!&zQMhOG27lOOQ[G27nG27nO9uQ!0LrOG27nOOQ[G27wG27wO'E}Q?MtOG25WOOQOLD*eLD*eOOQ[!$(!]!$(!]O#(ZQ`O!$(!]O!&zQMhO!$(!]O'FXQ!0MzOG27TOOQ!0LbG26wG26wO$+YQ`OG26wO'HjQ`OG26wOCwQ`OG26wO'HuQ!dOG26wO!&zQMhOG26wOOQ[!$(!x!$(!xOOQ[LD-WLD-WO&=UQ`OLD-WOOQ[LD-YLD-YOOQ[!)9Ew!)9EwO#(ZQ`O!)9EwOOQ!0LbLD,cLD,cO$+YQ`OLD,cOCwQ`OLD,cO'H|Q`OLD,cO'IXQ!dOLD,cOOQ[!$(!r!$(!rOOQ[!.K;c!.K;cO'I`Q?MvOG27TOOQ!0Lb!$( }!$( }O$+YQ`O!$( }OCwQ`O!$( }O'KUQ`O!$( }OOQ!0Lb!)9Ei!)9EiO$+YQ`O!)9EiOCwQ`O!)9EiOOQ!0Lb!.K;T!.K;TO$+YQ`O!.K;TOOQ!0Lb!4/0o!4/0oO!)[QlO'#DzO1PQ`O'#EXO'KaQ!fO'#JrO'KhQ!L^O'#DvO'KoQlO'#EOO'KvQ!fO'#CiO'N^Q!fO'#CiO!)[QlO'#EQO'NnQlO,5;ZO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO,5;eO!)[QlO'#IpO(!qQ`O,5<iO!)[QlO,5;eO(!yQMhO,5;eO($dQMhO,5;eO!)[QlO,5;wO!&zQMhO'#GmO(!yQMhO'#GmO!&zQMhO'#GoO(!yQMhO'#GoO1SQ`O'#DZO1SQ`O'#DZO!&zQMhO'#GPO(!yQMhO'#GPO!&zQMhO'#GRO(!yQMhO'#GRO!&zQMhO'#GaO(!yQMhO'#GaO!)[QlO,5:jO($kQpO'#D_O($uQpO'#JvO!)[QlO,5@oO'NnQlO1G0uO(%PQ?MtO'#CiO!)[QlO1G2PO!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO(%ZQ!dO'#CrO!&zQMhO,5<tO(!yQMhO,5<tO'NnQlO1G2RO!)[QlO7+&zO!&zQMhO1G2`O(!yQMhO1G2`O!&zQMhO'#IuO(!yQMhO'#IuO!&zQMhO'#IwO(!yQMhO'#IwO!&zQMhO1G2bO(!yQMhO1G2bO'NnQlO7+'mO'NnQlO7+&aO!&zQMhOANAiO(!yQMhOANAiO(%nQ`O'#EoO(%sQ`O'#EoO(%{Q`O'#F]O(&QQ`O'#EyO(&VQ`O'#KTO(&bQ`O'#KRO(&mQ`O,5;ZO(&rQMjO,5<eO(&yQ`O'#GYO('OQ`O'#GYO('TQ`O,5<eO(']Q`O,5<gO('eQ`O,5;ZO('mQ?MtO1G1`O('tQ`O,5<tO('yQ`O,5<tO((OQ`O,5<vO((TQ`O,5<vO((YQ`O1G2RO((_Q`O1G0uO((dQMjO<<K}O((kQMjO<<K}O((rQMhO'#F|O9`Q`O'#F{OAuQ`O'#EnO!)[QlO,5;tO!3oQ`O'#GYO!3oQ`O'#GYO!3oQ`O'#G[O!3oQ`O'#G[O!,TQMhO7+(cO!,TQMhO7+(cO%.zQ!dO1G2wO%.zQ!dO1G2wO!&zQMhO,5=]O!&zQMhO,5=]",stateData:"()x~O'|OS'}OSTOS(ORQ~OPYOQYOSfOY!VOaqOdzOeyOl!POpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!uwO!xxO!|]O$W|O$niO%h}O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO&W!WO&^!XO&`!YO&b!ZO&d![O&g!]O&m!^O&s!_O&u!`O&w!aO&y!bO&{!cO(TSO(VTO(YUO(aVO(o[O~OWtO~P`OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa!wOs!nO!S!oO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!xO#W!pO#X!pO#[!zO#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O(O!{O~OP]XR]X[]Xa]Xj]Xr]X!Q]X!S]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X'z]X(a]X(r]X(y]X(z]X~O!g%RX~P(qO_!}O(V#PO(W!}O(X#PO~O_#QO(X#PO(Y#PO(Z#QO~Ox#SO!U#TO(b#TO(c#VO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T<ZO(VTO(YUO(aVO(o[O~O![#ZO!]#WO!Y(hP!Y(vP~P+}O!^#cO~P`OPYOQYOSfOd!jOe!iOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(VTO(YUO(aVO(o[O~Op#mO![#iO!|]O#i#lO#j#iO(T<[O!k(sP~P.iO!l#oO(T#nO~O!x#sO!|]O%h#tO~O#k#uO~O!g#vO#k#uO~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!]$_O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa(fX'z(fX'w(fX!k(fX!Y(fX!_(fX%i(fX!g(fX~P1qO#S$dO#`$eO$Q$eOP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX!_(gX%i(gX~Oa(gX'z(gX'w(gX!Y(gX!k(gXv(gX!g(gX~P4UO#`$eO~O$]$hO$_$gO$f$mO~OSfO!_$nO$i$oO$k$qO~Oh%VOj%dOk%dOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T$sO(VTO(YUO(a$uO(y$}O(z%POg(^P~Ol%[O~P7eO!l%eO~O!S%hO!_%iO(T%gO~O!g%mO~Oa%nO'z%nO~O!Q%rO~P%[O(U!lO~P%[O%n%vO~P%[Oh%VO!l%eO(T%gO(U!lO~Oe%}O!l%eO(T%gO~Oj$RO~O!_&PO(T%gO(U!lO(VTO(YUO`)WP~O!Q&SO!l&RO%j&VO&T&WO~P;SO!x#sO~O%s&YO!S)SX!_)SX(T)SX~O(T&ZO~Ol!PO!u&`O%j!QO%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO~Od&eOe&dO!x&bO%h&cO%{&aO~P<bOd&hOeyOl!PO!_&gO!u&`O!xxO!|]O%h}O%l!OO%m!OO%n!OO%q!RO%s!SO%v!TO%w!TO%y!UO~Ob&kO#`&nO%j&iO(U!lO~P=gO!l&oO!u&sO~O!l#oO~O!_XO~Oa%nO'x&{O'z%nO~Oa%nO'x'OO'z%nO~Oa%nO'x'QO'z%nO~O'w]X!Y]Xv]X!k]X&[]X!_]X%i]X!g]X~P(qO!b'_O!c'WO!d'WO(U!lO(VTO(YUO~Os'UO!S'TO!['XO(e'SO!^(iP!^(xP~P@nOn'bO!_'`O(T%gO~Oe'gO!l%eO(T%gO~O!Q&SO!l&RO~Os!nO!S!oO!|<VO#T!pO#U!pO#W!pO#X!pO(U!lO(VTO(YUO(e!mO(o!sO~O!b'mO!c'lO!d'lO#V!pO#['nO#]'nO~PBYOa%nOh%VO!g#vO!l%eO'z%nO(r'pO~O!p'tO#`'rO~PChOs!nO!S!oO(VTO(YUO(e!mO(o!sO~O!_XOs(mX!S(mX!b(mX!c(mX!d(mX!|(mX#T(mX#U(mX#V(mX#W(mX#X(mX#[(mX#](mX(U(mX(V(mX(Y(mX(e(mX(o(mX~O!c'lO!d'lO(U!lO~PDWO(P'xO(Q'xO(R'zO~O_!}O(V'|O(W!}O(X'|O~O_#QO(X'|O(Y'|O(Z#QO~Ov(OO~P%[Ox#SO!U#TO(b#TO(c(RO~O![(TO!Y'WX!Y'^X!]'WX!]'^X~P+}O!](VO!Y(hX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!](VO!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~O!Y(hX~PHRO!Y([O~O!Y(uX!](uX!g(uX!k(uX(r(uX~O#`(uX#k#dX!^(uX~PJUO#`(]O!Y(wX!](wX~O!](^O!Y(vX~O!Y(aO~O#`$eO~PJUO!^(bO~P`OR#zO!Q#yO!S#{O!l#xO(aVOP!na[!naj!nar!na!]!na!p!na#R!na#n!na#o!na#p!na#q!na#r!na#s!na#t!na#u!na#v!na#x!na#z!na#{!na(r!na(y!na(z!na~Oa!na'z!na'w!na!Y!na!k!nav!na!_!na%i!na!g!na~PKlO!k(cO~O!g#vO#`(dO(r'pO!](tXa(tX'z(tX~O!k(tX~PNXO!S%hO!_%iO!|]O#i(iO#j(hO(T%gO~O!](jO!k(sX~O!k(lO~O!S%hO!_%iO#j(hO(T%gO~OP(gXR(gX[(gXj(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~O!g#vO!k(gX~P! uOR(nO!Q(mO!l#xO#S$dO!|!{a!S!{a~O!x!{a%h!{a!_!{a#i!{a#j!{a(T!{a~P!#vO!x(rO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_XO!iuO!lZO!oYO!pYO!qYO!svO!u!gO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~O#k(xO~O![(zO!k(kP~P%[O(e(|O(o[O~O!S)OO!l#xO(e(|O(o[O~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]$_Oa$qa'z$qa'w$qa!k$qa!Y$qa!_$qa%i$qa!g$qa~Ol)dO~P!&zOh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O%]O!S${O!_$|O!i%bO!l$xO#j%cO$W%`O$t%^O$v%_O$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Og(pP~P!,TO!Q)iO!g)hO!_$^X$Z$^X$]$^X$_$^X$f$^X~O!g)hO!_({X$Z({X$]({X$_({X$f({X~O!Q)iO~P!.^O!Q)iO!_({X$Z({X$]({X$_({X$f({X~O!_)kO$Z)oO$])jO$_)jO$f)pO~O![)sO~P!)[O$]$hO$_$gO$f)wO~On$zX!Q$zX#S$zX'y$zX(y$zX(z$zX~OgmXg$zXnmX!]mX#`mX~P!0SOx)yO(b)zO(c)|O~On*VO!Q*OO'y*PO(y$}O(z%PO~Og)}O~P!1WOg*WO~Oh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S*YO!_*ZO!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op*`O![*^O(T*XO!k)OP~P!1uO#k*aO~O!l*bO~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(T*dO(VTO(YUO(a$uO(y$}O(z%PO~O![*gO!Y)PP~P!3tOr*sOs!nO!S*iO!b*qO!c*kO!d*kO!l*bO#[*rO%`*mO(U!lO(VTO(YUO(e!mO~O!^*pO~P!5iO#S$dOn(`X!Q(`X'y(`X(y(`X(z(`X!](`X#`(`X~Og(`X$O(`X~P!6kOn*xO#`*wOg(_X!](_X~O!]*yOg(^X~Oj%dOk%dOl%dO(T&ZOg(^P~Os*|O~Og)}O(T&ZO~O!l+SO~O(T(vO~Op+WO!S%hO![#iO!_%iO!|]O#i#lO#j#iO(T%gO!k(sP~O!g#vO#k+XO~O!S%hO![+ZO!](^O!_%iO(T%gO!Y(vP~Os'[O!S+]O![+[O(VTO(YUO(e(|O~O!^(xP~P!9|O!]+^Oa)TX'z)TX~OP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO#z$WO#{$XO(aVO(r$YO(y#|O(z#}O~Oa!ja!]!ja'z!ja'w!ja!Y!ja!k!jav!ja!_!ja%i!ja!g!ja~P!:tOR#zO!Q#yO!S#{O!l#xO(aVOP!ra[!raj!rar!ra!]!ra!p!ra#R!ra#n!ra#o!ra#p!ra#q!ra#r!ra#s!ra#t!ra#u!ra#v!ra#x!ra#z!ra#{!ra(r!ra(y!ra(z!ra~Oa!ra'z!ra'w!ra!Y!ra!k!rav!ra!_!ra%i!ra!g!ra~P!=[OR#zO!Q#yO!S#{O!l#xO(aVOP!ta[!taj!tar!ta!]!ta!p!ta#R!ta#n!ta#o!ta#p!ta#q!ta#r!ta#s!ta#t!ta#u!ta#v!ta#x!ta#z!ta#{!ta(r!ta(y!ta(z!ta~Oa!ta'z!ta'w!ta!Y!ta!k!tav!ta!_!ta%i!ta!g!ta~P!?rOh%VOn+gO!_'`O%i+fO~O!g+iOa(]X!_(]X'z(]X!](]X~Oa%nO!_XO'z%nO~Oh%VO!l%eO~Oh%VO!l%eO(T%gO~O!g#vO#k(xO~Ob+tO%j+uO(T+qO(VTO(YUO!^)XP~O!]+vO`)WX~O[+zO~O`+{O~O!_&PO(T%gO(U!lO`)WP~O%j,OO~P;SOh%VO#`,SO~Oh%VOn,VO!_$|O~O!_,XO~O!Q,ZO!_XO~O%n%vO~O!x,`O~Oe,eO~Ob,fO(T#nO(VTO(YUO!^)VP~Oe%}O~O%j!QO(T&ZO~P=gO[,kO`,jO~OPYOQYOSfOdzOeyOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!iuO!lZO!oYO!pYO!qYO!svO!xxO!|]O$niO%h}O(VTO(YUO(aVO(o[O~O!_!eO!u!gO$W!kO(T!dO~P!FyO`,jOa%nO'z%nO~OPYOQYOSfOd!jOe!iOpkOrYOskOtkOzkO|YO!OYO!SWO!WkO!XkO!_!eO!iuO!lZO!oYO!pYO!qYO!svO!x!hO$W!kO$niO(T!dO(VTO(YUO(aVO(o[O~Oa,pOl!OO!uwO%l!OO%m!OO%n!OO~P!IcO!l&oO~O&^,vO~O!_,xO~O&o,zO&q,{OP&laQ&laS&laY&laa&lad&lae&lal&lap&lar&las&lat&laz&la|&la!O&la!S&la!W&la!X&la!_&la!i&la!l&la!o&la!p&la!q&la!s&la!u&la!x&la!|&la$W&la$n&la%h&la%j&la%l&la%m&la%n&la%q&la%s&la%v&la%w&la%y&la&W&la&^&la&`&la&b&la&d&la&g&la&m&la&s&la&u&la&w&la&y&la&{&la'w&la(T&la(V&la(Y&la(a&la(o&la!^&la&e&lab&la&j&la~O(T-QO~Oh!eX!]!RX!^!RX!g!RX!g!eX!l!eX#`!RX~O!]!eX!^!eX~P#!iO!g-VO#`-UOh(jX!]#hX!^#hX!g(jX!l(jX~O!](jX!^(jX~P##[Oh%VO!g-XO!l%eO!]!aX!^!aX~Os!nO!S!oO(VTO(YUO(e!mO~OP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_!eO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(VTO(YUO(aVO(o[O~O(T=QO~P#$qO!]-]O!^(iX~O!^-_O~O!g-VO#`-UO!]#hX!^#hX~O!]-`O!^(xX~O!^-bO~O!c-cO!d-cO(U!lO~P#$`O!^-fO~P'_On-iO!_'`O~O!Y-nO~Os!{a!b!{a!c!{a!d!{a#T!{a#U!{a#V!{a#W!{a#X!{a#[!{a#]!{a(U!{a(V!{a(Y!{a(e!{a(o!{a~P!#vO!p-sO#`-qO~PChO!c-uO!d-uO(U!lO~PDWOa%nO#`-qO'z%nO~Oa%nO!g#vO#`-qO'z%nO~Oa%nO!g#vO!p-sO#`-qO'z%nO(r'pO~O(P'xO(Q'xO(R-zO~Ov-{O~O!Y'Wa!]'Wa~P!:tO![.PO!Y'WX!]'WX~P%[O!](VO!Y(ha~O!Y(ha~PHRO!](^O!Y(va~O!S%hO![.TO!_%iO(T%gO!Y'^X!]'^X~O#`.VO!](ta!k(taa(ta'z(ta~O!g#vO~P#,wO!](jO!k(sa~O!S%hO!_%iO#j.ZO(T%gO~Op.`O!S%hO![.]O!_%iO!|]O#i._O#j.]O(T%gO!]'aX!k'aX~OR.dO!l#xO~Oh%VOn.gO!_'`O%i.fO~Oa#ci!]#ci'z#ci'w#ci!Y#ci!k#civ#ci!_#ci%i#ci!g#ci~P!:tOn>]O!Q*OO'y*PO(y$}O(z%PO~O#k#_aa#_a#`#_a'z#_a!]#_a!k#_a!_#_a!Y#_a~P#/sO#k(`XP(`XR(`X[(`Xa(`Xj(`Xr(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X'z(`X(a(`X(r(`X!k(`X!Y(`X'w(`Xv(`X!_(`X%i(`X!g(`X~P!6kO!].tO!k(kX~P!:tO!k.wO~O!Y.yO~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mia#mij#mir#mi!]#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#n#mi~P#3cO#n$OO~P#3cOP$[OR#zOr$aO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO[#mia#mij#mi!]#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#r#mi~P#6QO#r$QO~P#6QOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO(aVOa#mi!]#mi#x#mi#z#mi#{#mi'z#mi(r#mi(y#mi(z#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#v#mi~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO(aVO(z#}Oa#mi!]#mi#z#mi#{#mi'z#mi(r#mi(y#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#x$UO~P#;VO#x#mi~P#;VO#v$SO~P#8oOP$[OR#zO[$cOj$ROr$aO!Q#yO!S#{O!l#xO!p$[O#R$RO#n$OO#o$PO#p$PO#q$PO#r$QO#s$RO#t$RO#u$bO#v$SO#x$UO(aVO(y#|O(z#}Oa#mi!]#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~O#z#mi~P#={O#z$WO~P#={OP]XR]X[]Xj]Xr]X!Q]X!S]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X!]]X!^]X~O$O]X~P#@jOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO#z<gO#{<hO(aVO(r$YO(y#|O(z#}O~O$O.{O~P#BwO#S$dO#`<nO$Q<nO$O(gX!^(gX~P! uOa'da!]'da'z'da'w'da!k'da!Y'dav'da!_'da%i'da!g'da~P!:tO[#mia#mij#mir#mi!]#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi'z#mi(r#mi'w#mi!Y#mi!k#miv#mi!_#mi%i#mi!g#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n$OO#o$PO#p$PO#q$PO(aVO(y#mi(z#mi~P#EyOn>]O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P#EyO!]/POg(pX~P!1WOg/RO~Oa$Pi!]$Pi'z$Pi'w$Pi!Y$Pi!k$Piv$Pi!_$Pi%i$Pi!g$Pi~P!:tO$]/SO$_/SO~O$]/TO$_/TO~O!g)hO#`/UO!_$cX$Z$cX$]$cX$_$cX$f$cX~O![/VO~O!_)kO$Z/XO$])jO$_)jO$f/YO~O!]<iO!^(fX~P#BwO!^/ZO~O!g)hO$f({X~O$f/]O~Ov/^O~P!&zOx)yO(b)zO(c/aO~O!S/dO~O(y$}On%aa!Q%aa'y%aa(z%aa!]%aa#`%aa~Og%aa$O%aa~P#L{O(z%POn%ca!Q%ca'y%ca(y%ca!]%ca#`%ca~Og%ca$O%ca~P#MnO!]fX!gfX!kfX!k$zX(rfX~P!0SOp%WO![/mO!](^O(T/lO!Y(vP!Y)PP~P!1uOr*sO!b*qO!c*kO!d*kO!l*bO#[*rO%`*mO(U!lO(VTO(YUO~Os<}O!S/nO![+[O!^*pO(e<|O!^(xP~P$ [O!k/oO~P#/sO!]/pO!g#vO(r'pO!k)OX~O!k/uO~OnoX!QoX'yoX(yoX(zoX~O!g#vO!koX~P$#OOp/wO!S%hO![*^O!_%iO(T%gO!k)OP~O#k/xO~O!Y$zX!]$zX!g%RX~P!0SO!]/yO!Y)PX~P#/sO!g/{O~O!Y/}O~OpkO(T0OO~P.iOh%VOr0TO!g#vO!l%eO(r'pO~O!g+iO~Oa%nO!]0XO'z%nO~O!^0ZO~P!5iO!c0[O!d0[O(U!lO~P#$`Os!nO!S0]O(VTO(YUO(e!mO~O#[0_O~Og%aa!]%aa#`%aa$O%aa~P!1WOg%ca!]%ca#`%ca$O%ca~P!1WOj%dOk%dOl%dO(T&ZOg'mX!]'mX~O!]*yOg(^a~Og0hO~On0jO#`0iOg(_a!](_a~OR0kO!Q0kO!S0lO#S$dOn}a'y}a(y}a(z}a!]}a#`}a~Og}a$O}a~P$(cO!Q*OO'y*POn$sa(y$sa(z$sa!]$sa#`$sa~Og$sa$O$sa~P$)_O!Q*OO'y*POn$ua(y$ua(z$ua!]$ua#`$ua~Og$ua$O$ua~P$*QO#k0oO~Og%Ta!]%Ta#`%Ta$O%Ta~P!1WO!g#vO~O#k0rO~O!]+^Oa)Ta'z)Ta~OR#zO!Q#yO!S#{O!l#xO(aVOP!ri[!rij!rir!ri!]!ri!p!ri#R!ri#n!ri#o!ri#p!ri#q!ri#r!ri#s!ri#t!ri#u!ri#v!ri#x!ri#z!ri#{!ri(r!ri(y!ri(z!ri~Oa!ri'z!ri'w!ri!Y!ri!k!riv!ri!_!ri%i!ri!g!ri~P$+oOh%VOr%XOs$tOt$tOz%YO|%ZO!O<sO!S${O!_$|O!i>VO!l$xO#j<yO$W%`O$t<uO$v<wO$y%aO(VTO(YUO(a$uO(y$}O(z%PO~Op0{O%]0|O(T0zO~P$.VO!g+iOa(]a!_(]a'z(]a!](]a~O#k1SO~O[]X!]fX!^fX~O!]1TO!^)XX~O!^1VO~O[1WO~Ob1YO(T+qO(VTO(YUO~O!_&PO(T%gO`'uX!]'uX~O!]+vO`)Wa~O!k1]O~P!:tO[1`O~O`1aO~O#`1fO~On1iO!_$|O~O(e(|O!^)UP~Oh%VOn1rO!_1oO%i1qO~O[1|O!]1zO!^)VX~O!^1}O~O`2POa%nO'z%nO~O(T#nO(VTO(YUO~O#S$dO#`$eO$Q$eOP(gXR(gX[(gXr(gX!Q(gX!S(gX!](gX!l(gX!p(gX#R(gX#n(gX#o(gX#p(gX#q(gX#r(gX#s(gX#t(gX#u(gX#v(gX#x(gX#z(gX#{(gX(a(gX(r(gX(y(gX(z(gX~Oj2SO&[2TOa(gX~P$3pOj2SO#`$eO&[2TO~Oa2VO~P%[Oa2XO~O&e2[OP&ciQ&ciS&ciY&cia&cid&cie&cil&cip&cir&cis&cit&ciz&ci|&ci!O&ci!S&ci!W&ci!X&ci!_&ci!i&ci!l&ci!o&ci!p&ci!q&ci!s&ci!u&ci!x&ci!|&ci$W&ci$n&ci%h&ci%j&ci%l&ci%m&ci%n&ci%q&ci%s&ci%v&ci%w&ci%y&ci&W&ci&^&ci&`&ci&b&ci&d&ci&g&ci&m&ci&s&ci&u&ci&w&ci&y&ci&{&ci'w&ci(T&ci(V&ci(Y&ci(a&ci(o&ci!^&cib&ci&j&ci~Ob2bO!^2`O&j2aO~P`O!_XO!l2dO~O&q,{OP&liQ&liS&liY&lia&lid&lie&lil&lip&lir&lis&lit&liz&li|&li!O&li!S&li!W&li!X&li!_&li!i&li!l&li!o&li!p&li!q&li!s&li!u&li!x&li!|&li$W&li$n&li%h&li%j&li%l&li%m&li%n&li%q&li%s&li%v&li%w&li%y&li&W&li&^&li&`&li&b&li&d&li&g&li&m&li&s&li&u&li&w&li&y&li&{&li'w&li(T&li(V&li(Y&li(a&li(o&li!^&li&e&lib&li&j&li~O!Y2jO~O!]!aa!^!aa~P#BwOs!nO!S!oO![2pO(e!mO!]'XX!^'XX~P@nO!]-]O!^(ia~O!]'_X!^'_X~P!9|O!]-`O!^(xa~O!^2wO~P'_Oa%nO#`3QO'z%nO~Oa%nO!g#vO#`3QO'z%nO~Oa%nO!g#vO!p3UO#`3QO'z%nO(r'pO~Oa%nO'z%nO~P!:tO!]$_Ov$qa~O!Y'Wi!]'Wi~P!:tO!](VO!Y(hi~O!](^O!Y(vi~O!Y(wi!](wi~P!:tO!](ti!k(tia(ti'z(ti~P!:tO#`3WO!](ti!k(tia(ti'z(ti~O!](jO!k(si~O!S%hO!_%iO!|]O#i3]O#j3[O(T%gO~O!S%hO!_%iO#j3[O(T%gO~On3dO!_'`O%i3cO~Oh%VOn3dO!_'`O%i3cO~O#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aav%aa!_%aa%i%aa!g%aa~P#L{O#k%caP%caR%ca[%caa%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%cav%ca!_%ca%i%ca!g%ca~P#MnO#k%aaP%aaR%aa[%aaa%aaj%aar%aa!S%aa!]%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa'z%aa(a%aa(r%aa!k%aa!Y%aa'w%aa#`%aav%aa!_%aa%i%aa!g%aa~P#/sO#k%caP%caR%ca[%caa%caj%car%ca!S%ca!]%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca'z%ca(a%ca(r%ca!k%ca!Y%ca'w%ca#`%cav%ca!_%ca%i%ca!g%ca~P#/sO#k}aP}a[}aa}aj}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a'z}a(a}a(r}a!k}a!Y}a'w}av}a!_}a%i}a!g}a~P$(cO#k$saP$saR$sa[$saa$saj$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa'z$sa(a$sa(r$sa!k$sa!Y$sa'w$sav$sa!_$sa%i$sa!g$sa~P$)_O#k$uaP$uaR$ua[$uaa$uaj$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua'z$ua(a$ua(r$ua!k$ua!Y$ua'w$uav$ua!_$ua%i$ua!g$ua~P$*QO#k%TaP%TaR%Ta[%Taa%Taj%Tar%Ta!S%Ta!]%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta'z%Ta(a%Ta(r%Ta!k%Ta!Y%Ta'w%Ta#`%Tav%Ta!_%Ta%i%Ta!g%Ta~P#/sOa#cq!]#cq'z#cq'w#cq!Y#cq!k#cqv#cq!_#cq%i#cq!g#cq~P!:tO![3lO!]'YX!k'YX~P%[O!].tO!k(ka~O!].tO!k(ka~P!:tO!Y3oO~O$O!na!^!na~PKlO$O!ja!]!ja!^!ja~P#BwO$O!ra!^!ra~P!=[O$O!ta!^!ta~P!?rOg']X!]']X~P!,TO!]/POg(pa~OSfO!_4TO$d4UO~O!^4YO~Ov4ZO~P#/sOa$mq!]$mq'z$mq'w$mq!Y$mq!k$mqv$mq!_$mq%i$mq!g$mq~P!:tO!Y4]O~P!&zO!S4^O~O!Q*OO'y*PO(z%POn'ia(y'ia!]'ia#`'ia~Og'ia$O'ia~P%-fO!Q*OO'y*POn'ka(y'ka(z'ka!]'ka#`'ka~Og'ka$O'ka~P%.XO(r$YO~P#/sO!YfX!Y$zX!]fX!]$zX!g%RX#`fX~P!0SOp%WO(T=WO~P!1uOp4bO!S%hO![4aO!_%iO(T%gO!]'eX!k'eX~O!]/pO!k)Oa~O!]/pO!g#vO!k)Oa~O!]/pO!g#vO(r'pO!k)Oa~Og$|i!]$|i#`$|i$O$|i~P!1WO![4jO!Y'gX!]'gX~P!3tO!]/yO!Y)Pa~O!]/yO!Y)Pa~P#/sOP]XR]X[]Xj]Xr]X!Q]X!S]X!Y]X!]]X!l]X!p]X#R]X#S]X#`]X#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~Oj%YX!g%YX~P%2OOj4oO!g#vO~Oh%VO!g#vO!l%eO~Oh%VOr4tO!l%eO(r'pO~Or4yO!g#vO(r'pO~Os!nO!S4zO(VTO(YUO(e!mO~O(y$}On%ai!Q%ai'y%ai(z%ai!]%ai#`%ai~Og%ai$O%ai~P%5oO(z%POn%ci!Q%ci'y%ci(y%ci!]%ci#`%ci~Og%ci$O%ci~P%6bOg(_i!](_i~P!1WO#`5QOg(_i!](_i~P!1WO!k5VO~Oa$oq!]$oq'z$oq'w$oq!Y$oq!k$oqv$oq!_$oq%i$oq!g$oq~P!:tO!Y5ZO~O!]5[O!_)QX~P#/sOa$zX!_$zX%^]X'z$zX!]$zX~P!0SO%^5_OaoX!_oX'zoX!]oX~P$#OOp5`O(T#nO~O%^5_O~Ob5fO%j5gO(T+qO(VTO(YUO!]'tX!^'tX~O!]1TO!^)Xa~O[5kO~O`5lO~O[5pO~Oa%nO'z%nO~P#/sO!]5uO#`5wO!^)UX~O!^5xO~Or6OOs!nO!S*iO!b!yO!c!vO!d!vO!|<VO#T!pO#U!pO#V!pO#W!pO#X!pO#[5}O#]!zO(U!lO(VTO(YUO(e!mO(o!sO~O!^5|O~P%;eOn6TO!_1oO%i6SO~Oh%VOn6TO!_1oO%i6SO~Ob6[O(T#nO(VTO(YUO!]'sX!^'sX~O!]1zO!^)Va~O(VTO(YUO(e6^O~O`6bO~Oj6eO&[6fO~PNXO!k6gO~P%[Oa6iO~Oa6iO~P%[Ob2bO!^6nO&j2aO~P`O!g6pO~O!g6rOh(ji!](ji!^(ji!g(ji!l(jir(ji(r(ji~O!]#hi!^#hi~P#BwO#`6sO!]#hi!^#hi~O!]!ai!^!ai~P#BwOa%nO#`6|O'z%nO~Oa%nO!g#vO#`6|O'z%nO~O!](tq!k(tqa(tq'z(tq~P!:tO!](jO!k(sq~O!S%hO!_%iO#j7TO(T%gO~O!_'`O%i7WO~On7[O!_'`O%i7WO~O#k'iaP'iaR'ia['iaa'iaj'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia'z'ia(a'ia(r'ia!k'ia!Y'ia'w'iav'ia!_'ia%i'ia!g'ia~P%-fO#k'kaP'kaR'ka['kaa'kaj'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka'z'ka(a'ka(r'ka!k'ka!Y'ka'w'kav'ka!_'ka%i'ka!g'ka~P%.XO#k$|iP$|iR$|i[$|ia$|ij$|ir$|i!S$|i!]$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i'z$|i(a$|i(r$|i!k$|i!Y$|i'w$|i#`$|iv$|i!_$|i%i$|i!g$|i~P#/sO#k%aiP%aiR%ai[%aia%aij%air%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai'z%ai(a%ai(r%ai!k%ai!Y%ai'w%aiv%ai!_%ai%i%ai!g%ai~P%5oO#k%ciP%ciR%ci[%cia%cij%cir%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci'z%ci(a%ci(r%ci!k%ci!Y%ci'w%civ%ci!_%ci%i%ci!g%ci~P%6bO!]'Ya!k'Ya~P!:tO!].tO!k(ki~O$O#ci!]#ci!^#ci~P#BwOP$[OR#zO!Q#yO!S#{O!l#xO!p$[O(aVO[#mij#mir#mi#R#mi#o#mi#p#mi#q#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#n#mi~P%NdO#n<_O~P%NdOP$[OR#zOr<kO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO[#mij#mi#R#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#r#mi~P&!lO#r<aO~P&!lOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO(aVO#x#mi#z#mi#{#mi$O#mi(r#mi(y#mi(z#mi!]#mi!^#mi~O#v#mi~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO(aVO(z#}O#z#mi#{#mi$O#mi(r#mi(y#mi!]#mi!^#mi~O#x<eO~P&&uO#x#mi~P&&uO#v<cO~P&$tOP$[OR#zO[<mOj<bOr<kO!Q#yO!S#{O!l#xO!p$[O#R<bO#n<_O#o<`O#p<`O#q<`O#r<aO#s<bO#t<bO#u<lO#v<cO#x<eO(aVO(y#|O(z#}O#{#mi$O#mi(r#mi!]#mi!^#mi~O#z#mi~P&)UO#z<gO~P&)UOa#|y!]#|y'z#|y'w#|y!Y#|y!k#|yv#|y!_#|y%i#|y!g#|y~P!:tO[#mij#mir#mi#R#mi#r#mi#s#mi#t#mi#u#mi#v#mi#x#mi#z#mi#{#mi$O#mi(r#mi!]#mi!^#mi~OP$[OR#zO!Q#yO!S#{O!l#xO!p$[O#n<_O#o<`O#p<`O#q<`O(aVO(y#mi(z#mi~P&,QOn>^O!Q*OO'y*PO(y$}O(z%POP#miR#mi!S#mi!l#mi!p#mi#n#mi#o#mi#p#mi#q#mi(a#mi~P&,QO#S$dOP(`XR(`X[(`Xj(`Xn(`Xr(`X!Q(`X!S(`X!l(`X!p(`X#R(`X#n(`X#o(`X#p(`X#q(`X#r(`X#s(`X#t(`X#u(`X#v(`X#x(`X#z(`X#{(`X$O(`X'y(`X(a(`X(r(`X(y(`X(z(`X!](`X!^(`X~O$O$Pi!]$Pi!^$Pi~P#BwO$O!ri!^!ri~P$+oOg']a!]']a~P!1WO!^7nO~O!]'da!^'da~P#BwO!Y7oO~P#/sO!g#vO(r'pO!]'ea!k'ea~O!]/pO!k)Oi~O!]/pO!g#vO!k)Oi~Og$|q!]$|q#`$|q$O$|q~P!1WO!Y'ga!]'ga~P#/sO!g7vO~O!]/yO!Y)Pi~P#/sO!]/yO!Y)Pi~O!Y7yO~Oh%VOr8OO!l%eO(r'pO~Oj8QO!g#vO~Or8TO!g#vO(r'pO~O!Q*OO'y*PO(z%POn'ja(y'ja!]'ja#`'ja~Og'ja$O'ja~P&5RO!Q*OO'y*POn'la(y'la(z'la!]'la#`'la~Og'la$O'la~P&5tOg(_q!](_q~P!1WO#`8VOg(_q!](_q~P!1WO!Y8WO~Og%Oq!]%Oq#`%Oq$O%Oq~P!1WOa$oy!]$oy'z$oy'w$oy!Y$oy!k$oyv$oy!_$oy%i$oy!g$oy~P!:tO!g6rO~O!]5[O!_)Qa~O!_'`OP$TaR$Ta[$Taj$Tar$Ta!Q$Ta!S$Ta!]$Ta!l$Ta!p$Ta#R$Ta#n$Ta#o$Ta#p$Ta#q$Ta#r$Ta#s$Ta#t$Ta#u$Ta#v$Ta#x$Ta#z$Ta#{$Ta(a$Ta(r$Ta(y$Ta(z$Ta~O%i7WO~P&8fO%^8[Oa%[i!_%[i'z%[i!]%[i~Oa#cy!]#cy'z#cy'w#cy!Y#cy!k#cyv#cy!_#cy%i#cy!g#cy~P!:tO[8^O~Ob8`O(T+qO(VTO(YUO~O!]1TO!^)Xi~O`8dO~O(e(|O!]'pX!^'pX~O!]5uO!^)Ua~O!^8nO~P%;eO(o!sO~P$&YO#[8oO~O!_1oO~O!_1oO%i8qO~On8tO!_1oO%i8qO~O[8yO!]'sa!^'sa~O!]1zO!^)Vi~O!k8}O~O!k9OO~O!k9RO~O!k9RO~P%[Oa9TO~O!g9UO~O!k9VO~O!](wi!^(wi~P#BwOa%nO#`9_O'z%nO~O!](ty!k(tya(ty'z(ty~P!:tO!](jO!k(sy~O%i9bO~P&8fO!_'`O%i9bO~O#k$|qP$|qR$|q[$|qa$|qj$|qr$|q!S$|q!]$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q'z$|q(a$|q(r$|q!k$|q!Y$|q'w$|q#`$|qv$|q!_$|q%i$|q!g$|q~P#/sO#k'jaP'jaR'ja['jaa'jaj'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja'z'ja(a'ja(r'ja!k'ja!Y'ja'w'jav'ja!_'ja%i'ja!g'ja~P&5RO#k'laP'laR'la['laa'laj'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la'z'la(a'la(r'la!k'la!Y'la'w'lav'la!_'la%i'la!g'la~P&5tO#k%OqP%OqR%Oq[%Oqa%Oqj%Oqr%Oq!S%Oq!]%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq'z%Oq(a%Oq(r%Oq!k%Oq!Y%Oq'w%Oq#`%Oqv%Oq!_%Oq%i%Oq!g%Oq~P#/sO!]'Yi!k'Yi~P!:tO$O#cq!]#cq!^#cq~P#BwO(y$}OP%aaR%aa[%aaj%aar%aa!S%aa!l%aa!p%aa#R%aa#n%aa#o%aa#p%aa#q%aa#r%aa#s%aa#t%aa#u%aa#v%aa#x%aa#z%aa#{%aa$O%aa(a%aa(r%aa!]%aa!^%aa~On%aa!Q%aa'y%aa(z%aa~P&IyO(z%POP%caR%ca[%caj%car%ca!S%ca!l%ca!p%ca#R%ca#n%ca#o%ca#p%ca#q%ca#r%ca#s%ca#t%ca#u%ca#v%ca#x%ca#z%ca#{%ca$O%ca(a%ca(r%ca!]%ca!^%ca~On%ca!Q%ca'y%ca(y%ca~P&LQOn>^O!Q*OO'y*PO(z%PO~P&IyOn>^O!Q*OO'y*PO(y$}O~P&LQOR0kO!Q0kO!S0lO#S$dOP}a[}aj}an}ar}a!l}a!p}a#R}a#n}a#o}a#p}a#q}a#r}a#s}a#t}a#u}a#v}a#x}a#z}a#{}a$O}a'y}a(a}a(r}a(y}a(z}a!]}a!^}a~O!Q*OO'y*POP$saR$sa[$saj$san$sar$sa!S$sa!l$sa!p$sa#R$sa#n$sa#o$sa#p$sa#q$sa#r$sa#s$sa#t$sa#u$sa#v$sa#x$sa#z$sa#{$sa$O$sa(a$sa(r$sa(y$sa(z$sa!]$sa!^$sa~O!Q*OO'y*POP$uaR$ua[$uaj$uan$uar$ua!S$ua!l$ua!p$ua#R$ua#n$ua#o$ua#p$ua#q$ua#r$ua#s$ua#t$ua#u$ua#v$ua#x$ua#z$ua#{$ua$O$ua(a$ua(r$ua(y$ua(z$ua!]$ua!^$ua~On>^O!Q*OO'y*PO(y$}O(z%PO~OP%TaR%Ta[%Taj%Tar%Ta!S%Ta!l%Ta!p%Ta#R%Ta#n%Ta#o%Ta#p%Ta#q%Ta#r%Ta#s%Ta#t%Ta#u%Ta#v%Ta#x%Ta#z%Ta#{%Ta$O%Ta(a%Ta(r%Ta!]%Ta!^%Ta~P''VO$O$mq!]$mq!^$mq~P#BwO$O$oq!]$oq!^$oq~P#BwO!^9oO~O$O9pO~P!1WO!g#vO!]'ei!k'ei~O!g#vO(r'pO!]'ei!k'ei~O!]/pO!k)Oq~O!Y'gi!]'gi~P#/sO!]/yO!Y)Pq~Or9wO!g#vO(r'pO~O[9yO!Y9xO~P#/sO!Y9xO~Oj:PO!g#vO~Og(_y!](_y~P!1WO!]'na!_'na~P#/sOa%[q!_%[q'z%[q!]%[q~P#/sO[:UO~O!]1TO!^)Xq~O`:YO~O#`:ZO!]'pa!^'pa~O!]5uO!^)Ui~P#BwO!S:]O~O!_1oO%i:`O~O(VTO(YUO(e:eO~O!]1zO!^)Vq~O!k:hO~O!k:iO~O!k:jO~O!k:jO~P%[O#`:mO!]#hy!^#hy~O!]#hy!^#hy~P#BwO%i:rO~P&8fO!_'`O%i:rO~O$O#|y!]#|y!^#|y~P#BwOP$|iR$|i[$|ij$|ir$|i!S$|i!l$|i!p$|i#R$|i#n$|i#o$|i#p$|i#q$|i#r$|i#s$|i#t$|i#u$|i#v$|i#x$|i#z$|i#{$|i$O$|i(a$|i(r$|i!]$|i!^$|i~P''VO!Q*OO'y*PO(z%POP'iaR'ia['iaj'ian'iar'ia!S'ia!l'ia!p'ia#R'ia#n'ia#o'ia#p'ia#q'ia#r'ia#s'ia#t'ia#u'ia#v'ia#x'ia#z'ia#{'ia$O'ia(a'ia(r'ia(y'ia!]'ia!^'ia~O!Q*OO'y*POP'kaR'ka['kaj'kan'kar'ka!S'ka!l'ka!p'ka#R'ka#n'ka#o'ka#p'ka#q'ka#r'ka#s'ka#t'ka#u'ka#v'ka#x'ka#z'ka#{'ka$O'ka(a'ka(r'ka(y'ka(z'ka!]'ka!^'ka~O(y$}OP%aiR%ai[%aij%ain%air%ai!Q%ai!S%ai!l%ai!p%ai#R%ai#n%ai#o%ai#p%ai#q%ai#r%ai#s%ai#t%ai#u%ai#v%ai#x%ai#z%ai#{%ai$O%ai'y%ai(a%ai(r%ai(z%ai!]%ai!^%ai~O(z%POP%ciR%ci[%cij%cin%cir%ci!Q%ci!S%ci!l%ci!p%ci#R%ci#n%ci#o%ci#p%ci#q%ci#r%ci#s%ci#t%ci#u%ci#v%ci#x%ci#z%ci#{%ci$O%ci'y%ci(a%ci(r%ci(y%ci!]%ci!^%ci~O$O$oy!]$oy!^$oy~P#BwO$O#cy!]#cy!^#cy~P#BwO!g#vO!]'eq!k'eq~O!]/pO!k)Oy~O!Y'gq!]'gq~P#/sOr:|O!g#vO(r'pO~O[;QO!Y;PO~P#/sO!Y;PO~Og(_!R!](_!R~P!1WOa%[y!_%[y'z%[y!]%[y~P#/sO!]1TO!^)Xy~O!]5uO!^)Uq~O(T;XO~O!_1oO%i;[O~O!k;_O~O%i;dO~P&8fOP$|qR$|q[$|qj$|qr$|q!S$|q!l$|q!p$|q#R$|q#n$|q#o$|q#p$|q#q$|q#r$|q#s$|q#t$|q#u$|q#v$|q#x$|q#z$|q#{$|q$O$|q(a$|q(r$|q!]$|q!^$|q~P''VO!Q*OO'y*PO(z%POP'jaR'ja['jaj'jan'jar'ja!S'ja!l'ja!p'ja#R'ja#n'ja#o'ja#p'ja#q'ja#r'ja#s'ja#t'ja#u'ja#v'ja#x'ja#z'ja#{'ja$O'ja(a'ja(r'ja(y'ja!]'ja!^'ja~O!Q*OO'y*POP'laR'la['laj'lan'lar'la!S'la!l'la!p'la#R'la#n'la#o'la#p'la#q'la#r'la#s'la#t'la#u'la#v'la#x'la#z'la#{'la$O'la(a'la(r'la(y'la(z'la!]'la!^'la~OP%OqR%Oq[%Oqj%Oqr%Oq!S%Oq!l%Oq!p%Oq#R%Oq#n%Oq#o%Oq#p%Oq#q%Oq#r%Oq#s%Oq#t%Oq#u%Oq#v%Oq#x%Oq#z%Oq#{%Oq$O%Oq(a%Oq(r%Oq!]%Oq!^%Oq~P''VOg%e!Z!]%e!Z#`%e!Z$O%e!Z~P!1WO!Y;hO~P#/sOr;iO!g#vO(r'pO~O[;kO!Y;hO~P#/sO!]'pq!^'pq~P#BwO!]#h!Z!^#h!Z~P#BwO#k%e!ZP%e!ZR%e!Z[%e!Za%e!Zj%e!Zr%e!Z!S%e!Z!]%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z'z%e!Z(a%e!Z(r%e!Z!k%e!Z!Y%e!Z'w%e!Z#`%e!Zv%e!Z!_%e!Z%i%e!Z!g%e!Z~P#/sOr;tO!g#vO(r'pO~O!Y;uO~P#/sOr;|O!g#vO(r'pO~O!Y;}O~P#/sOP%e!ZR%e!Z[%e!Zj%e!Zr%e!Z!S%e!Z!l%e!Z!p%e!Z#R%e!Z#n%e!Z#o%e!Z#p%e!Z#q%e!Z#r%e!Z#s%e!Z#t%e!Z#u%e!Z#v%e!Z#x%e!Z#z%e!Z#{%e!Z$O%e!Z(a%e!Z(r%e!Z!]%e!Z!^%e!Z~P''VOr<QO!g#vO(r'pO~Ov(fX~P1qO!Q%rO~P!)[O(U!lO~P!)[O!YfX!]fX#`fX~P%2OOP]XR]X[]Xj]Xr]X!Q]X!S]X!]]X!]fX!l]X!p]X#R]X#S]X#`]X#`fX#kfX#n]X#o]X#p]X#q]X#r]X#s]X#t]X#u]X#v]X#x]X#z]X#{]X$Q]X(a]X(r]X(y]X(z]X~O!gfX!k]X!kfX(rfX~P'LTOP<UOQ<UOSfOd>ROe!iOpkOr<UOskOtkOzkO|<UO!O<UO!SWO!WkO!XkO!_XO!i<XO!lZO!o<UO!p<UO!q<UO!s<YO!u<]O!x!hO$W!kO$n>PO(T)]O(VTO(YUO(aVO(o[O~O!]<iO!^$qa~Oh%VOp%WOr%XOs$tOt$tOz%YO|%ZO!O<tO!S${O!_$|O!i>WO!l$xO#j<zO$W%`O$t<vO$v<xO$y%aO(T(vO(VTO(YUO(a$uO(y$}O(z%PO~Ol)dO~P(!yOr!eX(r!eX~P#!iOr(jX(r(jX~P##[O!^]X!^fX~P'LTO!YfX!Y$zX!]fX!]$zX#`fX~P!0SO#k<^O~O!g#vO#k<^O~O#`<nO~Oj<bO~O#`=OO!](wX!^(wX~O#`<nO!](uX!^(uX~O#k=PO~Og=RO~P!1WO#k=XO~O#k=YO~Og=RO(T&ZO~O!g#vO#k=ZO~O!g#vO#k=PO~O$O=[O~P#BwO#k=]O~O#k=^O~O#k=cO~O#k=dO~O#k=eO~O#k=fO~O$O=gO~P!1WO$O=hO~P!1WOl=sO~P7eOk#S#T#U#W#X#[#i#j#u$n$t$v$y%]%^%h%i%j%q%s%v%w%y%{~(OT#o!X'|(U#ps#n#qr!Q'}$]'}(T$_(e~",goto:"$9Y)]PPPPPP)^PP)aP)rP+W/]PPPP6mPP7TPP=QPPP@tPA^PA^PPPA^PCfPA^PA^PA^PCjPCoPD^PIWPPPI[PPPPI[L_PPPLeMVPI[PI[PP! eI[PPPI[PI[P!#lI[P!'S!(X!(bP!)U!)Y!)U!,gPPPPPPP!-W!(XPP!-h!/YP!2iI[I[!2n!5z!:h!:h!>gPPP!>oI[PPPPPPPPP!BOP!C]PPI[!DnPI[PI[I[I[I[I[PI[!FQP!I[P!LbP!Lf!Lp!Lt!LtP!IXP!Lx!LxP#!OP#!SI[PI[#!Y#%_CjA^PA^PA^A^P#&lA^A^#)OA^#+vA^#.SA^A^#.r#1W#1W#1]#1f#1W#1qPP#1WPA^#2ZA^#6YA^A^6mPPP#:_PPP#:x#:xP#:xP#;`#:xPP#;fP#;]P#;]#;y#;]#<e#<k#<n)aP#<q)aP#<z#<z#<zP)aP)aP)aP)aPP)aP#=Q#=TP#=T)aP#=XP#=[P)aP)aP)aP)aP)aP)a)aPP#=b#=h#=s#=y#>P#>V#>]#>k#>q#>{#?R#?]#?c#?s#?y#@k#@}#AT#AZ#Ai#BO#Cs#DR#DY#Et#FS#Gt#HS#HY#H`#Hf#Hp#Hv#H|#IW#Ij#IpPPPPPPPPPPP#IvPPPPPPP#Jk#Mx$ b$ i$ qPPP$']P$'f$*_$0x$0{$1O$1}$2Q$2X$2aP$2g$2jP$3W$3[$4S$5b$5g$5}PP$6S$6Y$6^$6a$6e$6i$7e$7|$8e$8i$8l$8o$8y$8|$9Q$9UR!|RoqOXst!Z#d%m&r&t&u&w,s,x2[2_Y!vQ'`-e1o5{Q%tvQ%|yQ&T|Q&j!VS'W!e-]Q'f!iS'l!r!yU*k$|*Z*oQ+o%}S+|&V&WQ,d&dQ-c'_Q-m'gQ-u'mQ0[*qQ1b,OQ1y,eR<{<Y%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_S#q]<V!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU+P%]<s<tQ+t&PQ,f&gQ,m&oQ0x+gQ0}+iQ1Y+uQ2R,kQ3`.gQ5`0|Q5f1TQ6[1zQ7Y3dQ8`5gR9e7['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S!S!nQ!r!v!y!z$|'W'_'`'l'm'n*k*o*q*r-]-c-e-u0[0_1o5{5}%[$ti#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q&X|Q'U!eS'[%i-`Q+t&PQ,P&WQ,f&gQ0n+SQ1Y+uQ1_+{Q2Q,jQ2R,kQ5f1TQ5o1aQ6[1zQ6_1|Q6`2PQ8`5gQ8c5lQ8|6bQ:X8dQ:f8yQ;V:YR<}*ZrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R,h&k&z^OPXYstuvwz!Z!`!g!j!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'b'r(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>R>S[#]WZ#W#Z'X(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ%wxQ%{yW&Q|&V&W,OQ&_!TQ'c!hQ'e!iQ(q#sS+n%|%}Q+r&PQ,_&bQ,c&dS-l'f'gQ.i(rQ1R+oQ1X+uQ1Z+vQ1^+zQ1t,`S1x,d,eQ2|-mQ5e1TQ5i1WQ5n1`Q6Z1yQ8_5gQ8b5kQ8f5pQ:T8^R;T:U!U$zi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y!^%yy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{Q+h%wQ,T&[Q,W&]Q,b&dQ.h(qQ1s,_U1w,c,d,eQ3e.iQ6U1tS6Y1x1yQ8x6Z#f>T#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o>U<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hW%Ti%V*y>PS&[!Q&iQ&]!RQ&^!SU*}%[%d=sR,R&Y%]%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^T)z$u){V+P%]<s<tW'[!e%i*Z-`S(}#y#zQ+c%rQ+y&SS.b(m(nQ1j,XQ5T0kR8i5u'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S$i$^c#Y#e%q%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.|.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vT#TV#U'RkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ'Y!eR2q-]!W!nQ!e!r!v!y!z$|'W'_'`'l'm'n*Z*k*o*q*r-]-c-e-u0[0_1o5{5}R1l,ZnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&y!^Q'v!xS(s#u<^Q+l%zQ,]&_Q,^&aQ-j'dQ-w'oS.r(x=PS0q+X=ZQ1P+mQ1n,[Q2c,zQ2e,{Q2m-WQ2z-kQ2}-oS5Y0r=eQ5a1QS5d1S=fQ6t2oQ6x2{Q6}3SQ8]5bQ9Y6vQ9Z6yQ9^7OR:l9V$d$]c#Y#e%s%u(S(Y(t(y)R)S)T)U)V)W)X)Y)Z)[)^)`)b)g)q+d+x-Z-x-}.S.U.s.v.z.}/O/b0p2k2n3O3V3k3p3q3r3s3t3u3v3w3x3y3z3{3|4P4Q4X5X5c6u6{7Q7a7b7k7l8k9X9]9g9m9n:o;W;`<W=vS(o#p'iQ)P#zS+b%q.|S.c(n(pR3^.d'QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS#q]<VQ&t!XQ&u!YQ&w![Q&x!]R2Z,vQ'a!hQ+e%wQ-h'cS.e(q+hQ2x-gW3b.h.i0w0yQ6w2yW7U3_3a3e5^U9a7V7X7ZU:q9c9d9fS;b:p:sQ;p;cR;x;qU!wQ'`-eT5y1o5{!Q_OXZ`st!V!Z#d#h%e%m&i&k&r&t&u&w(j,s,x.[2[2_]!pQ!r'`-e1o5{T#q]<V%^{OPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S(}#y#zS.b(m(n!s=l$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SU$fd)_,mS(p#p'iU*v%R(w4OU0m+O.n7gQ5^0xQ7V3`Q9d7YR:s9em!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}Q't!uS(f#g2US-s'k'wQ/s*]Q0R*jQ3U-vQ4f/tQ4r0TQ4s0UQ4x0^Q7r4`S7}4t4vS8R4y4{Q9r7sQ9v7yQ9{8OQ:Q8TS:{9w9xS;g:|;PS;s;h;iS;{;t;uS<P;|;}R<S<QQ#wbQ's!uS(e#g2US(g#m+WQ+Y%fQ+j%xQ+p&OU-r'k't'wQ.W(fU/r*]*`/wQ0S*jQ0V*lQ1O+kQ1u,aS3R-s-vQ3Z.`S4e/s/tQ4n0PS4q0R0^Q4u0WQ6W1vQ7P3US7q4`4bQ7u4fU7|4r4x4{Q8P4wQ8v6XS9q7r7sQ9u7yQ9}8RQ:O8SQ:c8wQ:y9rS:z9v9xQ;S:QQ;^:dS;f:{;PS;r;g;hS;z;s;uS<O;{;}Q<R<PQ<T<SQ=o=jQ={=tR=|=uV!wQ'`-e%^aOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_S#wz!j!r=i$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=o>R%^bOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Q%fj!^%xy!i!u%{%|%}'V'e'f'g'k'u*j+n+o-Y-l-m-t0R0U1R2u2|3T4r4s4v7}9{S&Oz!jQ+k%yQ,a&dW1v,b,c,d,eU6X1w1x1yS8w6Y6ZQ:d8x!r=j$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ=t>QR=u>R%QeOPXYstuvw!Z!`!g!o#S#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_Y#bWZ#W#Z(T!b%jm#h#i#l$x%e%h(^(h(i(j*Y*^*b+Z+[+^,o-V.T.Z.[.]._/m/p2d3[3]4a6r7TQ,n&o!p=k$Z$n)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SR=n'XU']!e%i*ZR2s-`%SdOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+],p,s,x-i-q.P.V.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3l4z6T6e6f6i6|8t9T9_!r)_$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SQ,m&oQ0x+gQ3`.gQ7Y3dR9e7[!b$Tc#Y%q(S(Y(t(y)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!P<d)^)q-Z.|2k2n3p3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!f$Vc#Y%q(S(Y(t(y)W)X)Z)[)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<W!T<f)^)q-Z.|2k2n3p3v3w3y3z4P4X6u7b7k7l8k9X9g9m9n;W;`=v!^$Zc#Y%q(S(Y(t(y)`)g+x-x-}.S.U.s.v/b0p3O3V3k3{5X5c6{7Q7a9]:o<WQ4_/kz>S)^)q-Z.|2k2n3p4P4X6u7b7k7l8k9X9g9m9n;W;`=vQ>X>ZR>Y>['QkOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>SS$oh$pR4U/U'XgOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$kf$qQ$ifS)j$l)nR)v$qT$jf$qT)l$l)n'XhOPWXYZhstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$Z$_$a$e$n$p%m%t&R&k&n&o&r&t&u&w&{'T'X'b'r(T(V(](d(x(z)O)s)}*i+X+]+g,p,s,x-U-X-i-q.P.V.g.t.{/U/V/n0]0l0r1S1r2S2T2V2X2[2_2a2p3Q3W3d3l4T4z5w6T6e6f6i6s6|7[8t9T9_:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>ST$oh$pQ$rhR)u$p%^jOPWXYZstuvw!Z!`!g!o#S#W#Z#d#o#u#x#{$O$P$Q$R$S$T$U$V$W$X$_$a$e%m%t&R&k&n&o&r&t&u&w&{'T'b'r(T(V(](d(x(z)O)}*i+X+]+g,p,s,x-i-q.P.V.g.t.{/n0]0l0r1S1r2S2T2V2X2[2_2a3Q3W3d3l4z6T6e6f6i6|7[8t9T9_!s>Q$Z$n'X)s-U-X/V2p4T5w6s:Z:m<U<X<Y<]<^<_<`<a<b<c<d<e<f<g<h<i<k<n<{=O=P=R=Z=[=e=f>S#glOPXZst!Z!`!o#S#d#o#{$n%m&k&n&o&r&t&u&w&{'T'b)O)s*i+]+g,p,s,x-i.g/V/n0]0l1r2S2T2V2X2[2_2a3d4T4z6T6e6f6i7[8t9T!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^Q+T%aQ/c*Oo4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!U$yi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>YQ*c$zU*l$|*Z*oQ+U%bQ0W*m#f=q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n=r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hQ=w>TQ=x>UQ=y>VR=z>W!U%Ri$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y#f(w#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^o4O<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=hnoOXst!Z#d%m&r&t&u&w,s,x2[2_S*f${*YQ-R'OQ-S'QR4i/y%[%Si#v$b$c$d$x${%O%Q%^%_%c)y*R*T*V*Y*a*g*w*x+f+i,S,V.f/P/d/m/x/y/{0`0b0i0j0o1f1i1q3c4^4_4j4o5Q5[5_6S7W7v8Q8V8[8q9b9p9y:P:`:r;Q;[;d;k<l<m<o<p<q<r<u<v<w<x<y<z=S=T=U=V=X=Y=]=^=_=`=a=b=c=d=g=h>P>X>Y>]>^Q,U&]Q1h,WQ5s1gR8h5tV*n$|*Z*oU*n$|*Z*oT5z1o5{S0P*i/nQ4w0]T8S4z:]Q+j%xQ0V*lQ1O+kQ1u,aQ6W1vQ8v6XQ:c8wR;^:d!U%Oi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Yx*R$v)e*S*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>OS0`*t0a#f<o#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<p<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!d=S(u)c*[*e.j.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[`=T3}7c7f7j9h:t:w;yS=_.l3iT=`7e9k!U%Qi$d%O%Q%^%_%c*R*T*a*w*x/P/x0`0b0i0j0o4_5Q8V9p>P>X>Y|*T$v)e*U*t+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>OS0b*u0c#f<q#v$b$c$x${)y*V*Y*g+f+i,S,V.f/d/m/y/{1f1i1q3c4^4j4o5[5_6S7W7v8Q8[8q9b9y:P:`:r;Q;[;d;k<o<q<u<w<y=S=U=X=]=_=a=c=g>]>^n<r<l<m<p<r<v<x<z=T=V=Y=^=`=b=d=h!h=U(u)c*[*e.k.l.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[d=V3}7d7e7j9h9i:t:u:w;yS=a.m3jT=b7f9lrnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q&f!UR,p&ornOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_R&f!UQ,Y&^R1d,RsnOXst!V!Z#d%m&i&r&t&u&w,s,x2[2_Q1p,_S6R1s1tU8p6P6Q6US:_8r8sS;Y:^:aQ;m;ZR;w;nQ&m!VR,i&iR6_1|R:f8yW&Q|&V&W,OR1Z+vQ&r!WR,s&sR,y&xT2],x2_R,}&yQ,|&yR2f,}Q'y!{R-y'ySsOtQ#dXT%ps#dQ#OTR'{#OQ#RUR'}#RQ){$uR/`){Q#UVR(Q#UQ#XWU(W#X(X.QQ(X#YR.Q(YQ-^'YR2r-^Q.u(yS3m.u3nR3n.vQ-e'`R2v-eY!rQ'`-e1o5{R'j!rQ/Q)eR4S/QU#_W%h*YU(_#_(`.RQ(`#`R.R(ZQ-a']R2t-at`OXst!V!Z#d%m&i&k&r&t&u&w,s,x2[2_S#hZ%eU#r`#h.[R.[(jQ(k#jQ.X(gW.a(k.X3X7RQ3X.YR7R3YQ)n$lR/W)nQ$phR)t$pQ$`cU)a$`-|<jQ-|<WR<j)qQ/q*]W4c/q4d7t9sU4d/r/s/tS7t4e4fR9s7u$e*Q$v(u)c)e*[*e*t*u+Q+R+V.l.m.o.p.q/_/g/i/k/v/|0d0e0v1e3f3g3h3}4R4[4g4h4l4|5O5R5S5W5r7]7^7_7`7e7f7h7i7j7p7w7z8U8X8Z9h9i9j9t9|:R:S:t:u:v:w:x:};R;e;j;v;y=p=}>O>Z>[Q/z*eU4k/z4m7xQ4m/|R7x4lS*o$|*ZR0Y*ox*S$v)e*t*u+V/v0d0e4R4g5R5S5W7p8U:R:x=p=}>O!d.j(u)c*[*e.l.m.q/_/k/|0v1e3h4[4h4l5r7]7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/h*S.j7ca7c3}7e7f7j9h:t:w;yQ0a*tQ3i.lU4}0a3i9kR9k7e|*U$v)e*t*u+V/g/v0d0e4R4g4|5R5S5W7p8U:R:x=p=}>O!h.k(u)c*[*e.l.m.q/_/k/|0v1e3f3h4[4h4l5r7]7^7`7w7z8X8Z9t9|:S:};R;e;j;v>Z>[U/j*U.k7de7d3}7e7f7j9h9i:t:u:w;yQ0c*uQ3j.mU5P0c3j9lR9l7fQ*z%UR0g*zQ5]0vR8Y5]Q+_%kR0u+_Q5v1jS8j5v:[R:[8kQ,[&_R1m,[Q5{1oR8m5{Q1{,fS6]1{8zR8z6_Q1U+rW5h1U5j8a:VQ5j1XQ8a5iR:V8bQ+w&QR1[+wQ2_,xR6m2_YrOXst#dQ&v!ZQ+a%mQ,r&rQ,t&tQ,u&uQ,w&wQ2Y,sS2],x2_R6l2[Q%opQ&z!_Q&}!aQ'P!bQ'R!cQ'q!uQ+`%lQ+l%zQ,Q&XQ,h&mQ-P&|W-p'k's't'wQ-w'oQ0X*nQ1P+mQ1c,PS2O,i,lQ2g-OQ2h-RQ2i-SQ2}-oW3P-r-s-v-xQ5a1QQ5m1_Q5q1eQ6V1uQ6a2QQ6k2ZU6z3O3R3UQ6}3SQ8]5bQ8e5oQ8g5rQ8l5zQ8u6WQ8{6`S9[6{7PQ9^7OQ:W8cQ:b8vQ:g8|Q:n9]Q;U:XQ;]:cQ;a:oQ;l;VR;o;^Q%zyQ'd!iQ'o!uU+m%{%|%}Q-W'VU-k'e'f'gS-o'k'uQ0Q*jS1Q+n+oQ2o-YS2{-l-mQ3S-tS4p0R0UQ5b1RQ6v2uQ6y2|Q7O3TU7{4r4s4vQ9z7}R;O9{S$wi>PR*{%VU%Ui%V>PR0f*yQ$viS(u#v+iS)c$b$cQ)e$dQ*[$xS*e${*YQ*t%OQ*u%QQ+Q%^Q+R%_Q+V%cQ.l<oQ.m<qQ.o<uQ.p<wQ.q<yQ/_)yQ/g*RQ/i*TQ/k*VQ/v*aS/|*g/mQ0d*wQ0e*xl0v+f,V.f1i1q3c6S7W8q9b:`:r;[;dQ1e,SQ3f=SQ3g=UQ3h=XS3}<l<mQ4R/PS4[/d4^Q4g/xQ4h/yQ4l/{Q4|0`Q5O0bQ5R0iQ5S0jQ5W0oQ5r1fQ7]=]Q7^=_Q7_=aQ7`=cQ7e<pQ7f<rQ7h<vQ7i<xQ7j<zQ7p4_Q7w4jQ7z4oQ8U5QQ8X5[Q8Z5_Q9h=YQ9i=TQ9j=VQ9t7vQ9|8QQ:R8VQ:S8[Q:t=^Q:u=`Q:v=bQ:w=dQ:x9pQ:}9yQ;R:PQ;e=gQ;j;QQ;v;kQ;y=hQ=p>PQ=}>XQ>O>YQ>Z>]R>[>^Q+O%]Q.n<sR7g<tnpOXst!Z#d%m&r&t&u&w,s,x2[2_Q!fPS#fZ#oQ&|!`W'h!o*i0]4zQ(P#SQ)Q#{Q)r$nS,l&k&nQ,q&oQ-O&{S-T'T/nQ-g'bQ.x)OQ/[)sQ0s+]Q0y+gQ2W,pQ2y-iQ3a.gQ4W/VQ5U0lQ6Q1rQ6c2SQ6d2TQ6h2VQ6j2XQ6o2aQ7Z3dQ7m4TQ8s6TQ9P6eQ9Q6fQ9S6iQ9f7[Q:a8tR:k9T#[cOPXZst!Z!`!o#d#o#{%m&k&n&o&r&t&u&w&{'T'b)O*i+]+g,p,s,x-i.g/n0]0l1r2S2T2V2X2[2_2a3d4z6T6e6f6i7[8t9TQ#YWQ#eYQ%quQ%svS%uw!gS(S#W(VQ(Y#ZQ(t#uQ(y#xQ)R$OQ)S$PQ)T$QQ)U$RQ)V$SQ)W$TQ)X$UQ)Y$VQ)Z$WQ)[$XQ)^$ZQ)`$_Q)b$aQ)g$eW)q$n)s/V4TQ+d%tQ+x&RS-Z'X2pQ-x'rS-}(T.PQ.S(]Q.U(dQ.s(xQ.v(zQ.z<UQ.|<XQ.}<YQ/O<]Q/b)}Q0p+XQ2k-UQ2n-XQ3O-qQ3V.VQ3k.tQ3p<^Q3q<_Q3r<`Q3s<aQ3t<bQ3u<cQ3v<dQ3w<eQ3x<fQ3y<gQ3z<hQ3{.{Q3|<kQ4P<nQ4Q<{Q4X<iQ5X0rQ5c1SQ6u=OQ6{3QQ7Q3WQ7a3lQ7b=PQ7k=RQ7l=ZQ8k5wQ9X6sQ9]6|Q9g=[Q9m=eQ9n=fQ:o9_Q;W:ZQ;`:mQ<W#SR=v>SR#[WR'Z!el!tQ!r!v!y!z'`'l'm'n-e-u1o5{5}S'V!e-]U*j$|*Z*oS-Y'W'_S0U*k*qQ0^*rQ2u-cQ4v0[R4{0_R({#xQ!fQT-d'`-e]!qQ!r'`-e1o5{Q#p]R'i<VR)f$dY!uQ'`-e1o5{Q'k!rS'u!v!yS'w!z5}S-t'l'mQ-v'nR3T-uT#kZ%eS#jZ%eS%km,oU(g#h#i#lS.Y(h(iQ.^(jQ0t+^Q3Y.ZU3Z.[.]._S7S3[3]R9`7Td#^W#W#Z%h(T(^*Y+Z.T/mr#gZm#h#i#l%e(h(i(j+^.Z.[.]._3[3]7TS*]$x*bQ/t*^Q2U,oQ2l-VQ4`/pQ6q2dQ7s4aQ9W6rT=m'X+[V#aW%h*YU#`W%h*YS(U#W(^U(Z#Z+Z/mS-['X+[T.O(T.TV'^!e%i*ZQ$lfR)x$qT)m$l)nR4V/UT*_$x*bT*h${*YQ0w+fQ1g,VQ3_.fQ5t1iQ6P1qQ7X3cQ8r6SQ9c7WQ:^8qQ:p9bQ;Z:`Q;c:rQ;n;[R;q;dnqOXst!Z#d%m&r&t&u&w,s,x2[2_Q&l!VR,h&itmOXst!U!V!Z#d%m&i&r&t&u&w,s,x2[2_R,o&oT%lm,oR1k,XR,g&gQ&U|S+}&V&WR1^,OR+s&PT&p!W&sT&q!W&sT2^,x2_",nodeNames:"⚠ ArithOp ArithOp ?. JSXStartTag LineComment BlockComment Script Hashbang ExportDeclaration export Star as VariableName String Escape from ; default FunctionDeclaration async function VariableDefinition > < TypeParamList in out const TypeDefinition extends ThisType this LiteralType ArithOp Number BooleanLiteral TemplateType InterpolationEnd Interpolation InterpolationStart NullType null VoidType void TypeofType typeof MemberExpression . PropertyName [ TemplateString Escape Interpolation super RegExp ] ArrayExpression Spread , } { ObjectExpression Property async get set PropertyDefinition Block : NewTarget new NewExpression ) ( ArgList UnaryExpression delete LogicOp BitOp YieldExpression yield AwaitExpression await ParenthesizedExpression ClassExpression class ClassBody MethodDeclaration Decorator @ MemberExpression PrivatePropertyName CallExpression TypeArgList CompareOp < declare Privacy static abstract override PrivatePropertyDefinition PropertyDeclaration readonly accessor Optional TypeAnnotation Equals StaticBlock FunctionExpression ArrowFunction ParamList ParamList ArrayPattern ObjectPattern PatternProperty Privacy readonly Arrow MemberExpression BinaryExpression ArithOp ArithOp ArithOp ArithOp BitOp CompareOp instanceof satisfies CompareOp BitOp BitOp BitOp LogicOp LogicOp ConditionalExpression LogicOp LogicOp AssignmentExpression UpdateOp PostfixExpression CallExpression InstantiationExpression TaggedTemplateExpression DynamicImport import ImportMeta JSXElement JSXSelfCloseEndTag JSXSelfClosingTag JSXIdentifier JSXBuiltin JSXIdentifier JSXNamespacedName JSXMemberExpression JSXSpreadAttribute JSXAttribute JSXAttributeValue JSXEscape JSXEndTag JSXOpenTag JSXFragmentTag JSXText JSXEscape JSXStartCloseTag JSXCloseTag PrefixCast < ArrowFunction TypeParamList SequenceExpression InstantiationExpression KeyofType keyof UniqueType unique ImportType InferredType infer TypeName ParenthesizedType FunctionSignature ParamList NewSignature IndexedType TupleType Label ArrayType ReadonlyType ObjectType MethodType PropertyType IndexSignature PropertyDefinition CallSignature TypePredicate asserts is NewSignature new UnionType LogicOp IntersectionType LogicOp ConditionalType ParameterizedType ClassDeclaration abstract implements type VariableDeclaration let var using TypeAliasDeclaration InterfaceDeclaration interface EnumDeclaration enum EnumBody NamespaceDeclaration namespace module AmbientDeclaration declare GlobalDeclaration global ClassDeclaration ClassBody AmbientFunctionDeclaration ExportGroup VariableName VariableName ImportDeclaration defer ImportGroup ForStatement for ForSpec ForInSpec ForOfSpec of WhileStatement while WithStatement with DoStatement do IfStatement if else SwitchStatement switch SwitchBody CaseLabel case DefaultLabel TryStatement try CatchClause catch FinallyClause finally ReturnStatement return ThrowStatement throw BreakStatement break ContinueStatement continue DebuggerStatement debugger LabeledStatement ExpressionStatement SingleExpression SingleClassItem",maxTerm:380,context:kZ,nodeProps:[["isolate",-8,5,6,14,37,39,51,53,55,""],["group",-26,9,17,19,68,207,211,215,216,218,221,224,234,237,243,245,247,249,252,258,264,266,268,270,272,274,275,"Statement",-34,13,14,32,35,36,42,51,54,55,57,62,70,72,76,80,82,84,85,110,111,120,121,136,139,141,142,143,144,145,147,148,167,169,171,"Expression",-23,31,33,37,41,43,45,173,175,177,178,180,181,182,184,185,186,188,189,190,201,203,205,206,"Type",-3,88,103,109,"ClassItem"],["openedBy",23,"<",38,"InterpolationStart",56,"[",60,"{",73,"(",160,"JSXStartCloseTag"],["closedBy",-2,24,168,">",40,"InterpolationEnd",50,"]",61,"}",74,")",165,"JSXEndTag"]],propSources:[TZ],skippedNodes:[0,5,6,278],repeatNodeCount:37,tokenData:"$Fq07[R!bOX%ZXY+gYZ-yZ[+g[]%Z]^.c^p%Zpq+gqr/mrs3cst:_tuEruvJSvwLkwx! Yxy!'iyz!(sz{!)}{|!,q|}!.O}!O!,q!O!P!/Y!P!Q!9j!Q!R#:O!R![#<_![!]#I_!]!^#Jk!^!_#Ku!_!`$![!`!a$$v!a!b$*T!b!c$,r!c!}Er!}#O$-|#O#P$/W#P#Q$4o#Q#R$5y#R#SEr#S#T$7W#T#o$8b#o#p$<r#p#q$=h#q#r$>x#r#s$@U#s$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$I|Er$I|$I}$Dk$I}$JO$Dk$JO$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr(n%d_$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z&j&hT$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c&j&zP;=`<%l&c'|'U]$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!b(SU(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!b(iP;=`<%l'}'|(oP;=`<%l&}'[(y]$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(rp)wU(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)rp*^P;=`<%l)r'[*dP;=`<%l(r#S*nX(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g#S+^P;=`<%l*g(n+dP;=`<%l%Z07[+rq$i&j(Wp(Z!b'|0/lOX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p$f%Z$f$g+g$g#BY%Z#BY#BZ+g#BZ$IS%Z$IS$I_+g$I_$JT%Z$JT$JU+g$JU$KV%Z$KV$KW+g$KW&FU%Z&FU&FV+g&FV;'S%Z;'S;=`+a<%l?HT%Z?HT?HU+g?HUO%Z07[.ST(X#S$i&j'}0/lO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c07[.n_$i&j(Wp(Z!b'}0/lOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)3p/x`$i&j!p),Q(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW1V`#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`2X!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW2d_#v(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At3l_(V':f$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k(^4r_$i&j(Z!bOY4kYZ5qZr4krs7nsw4kwx5qx!^4k!^!_8p!_#O4k#O#P5q#P#o4k#o#p8p#p;'S4k;'S;=`:X<%lO4k&z5vX$i&jOr5qrs6cs!^5q!^!_6y!_#o5q#o#p6y#p;'S5q;'S;=`7h<%lO5q&z6jT$d`$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c`6|TOr6yrs7]s;'S6y;'S;=`7b<%lO6y`7bO$d``7eP;=`<%l6y&z7kP;=`<%l5q(^7w]$d`$i&j(Z!bOY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}!r8uZ(Z!bOY8pYZ6yZr8prs9hsw8pwx6yx#O8p#O#P6y#P;'S8p;'S;=`:R<%lO8p!r9oU$d`(Z!bOY'}Zw'}x#O'}#P;'S'};'S;=`(f<%lO'}!r:UP;=`<%l8p(^:[P;=`<%l4k%9[:hh$i&j(Wp(Z!bOY%ZYZ&cZq%Zqr<Srs&}st%ZtuCruw%Zwx(rx!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr(r<__WS$i&j(Wp(Z!bOY<SYZ&cZr<Srs=^sw<Swx@nx!^<S!^!_Bm!_#O<S#O#P>`#P#o<S#o#pBm#p;'S<S;'S;=`Cl<%lO<S(Q=g]WS$i&j(Z!bOY=^YZ&cZw=^wx>`x!^=^!^!_?q!_#O=^#O#P>`#P#o=^#o#p?q#p;'S=^;'S;=`@h<%lO=^&n>gXWS$i&jOY>`YZ&cZ!^>`!^!_?S!_#o>`#o#p?S#p;'S>`;'S;=`?k<%lO>`S?XSWSOY?SZ;'S?S;'S;=`?e<%lO?SS?hP;=`<%l?S&n?nP;=`<%l>`!f?xWWS(Z!bOY?qZw?qwx?Sx#O?q#O#P?S#P;'S?q;'S;=`@b<%lO?q!f@eP;=`<%l?q(Q@kP;=`<%l=^'`@w]WS$i&j(WpOY@nYZ&cZr@nrs>`s!^@n!^!_Ap!_#O@n#O#P>`#P#o@n#o#pAp#p;'S@n;'S;=`Bg<%lO@ntAwWWS(WpOYApZrAprs?Ss#OAp#O#P?S#P;'SAp;'S;=`Ba<%lOAptBdP;=`<%lAp'`BjP;=`<%l@n#WBvYWS(Wp(Z!bOYBmZrBmrs?qswBmwxApx#OBm#O#P?S#P;'SBm;'S;=`Cf<%lOBm#WCiP;=`<%lBm(rCoP;=`<%l<S%9[C}i$i&j(o%1l(Wp(Z!bOY%ZYZ&cZr%Zrs&}st%ZtuCruw%Zwx(rx!Q%Z!Q![Cr![!^%Z!^!_*g!_!c%Z!c!}Cr!}#O%Z#O#P&c#P#R%Z#R#SCr#S#T%Z#T#oCr#o#p*g#p$g%Z$g;'SCr;'S;=`El<%lOCr%9[EoP;=`<%lCr07[FRk$i&j(Wp(Z!b$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr+dHRk$i&j(Wp(Z!b$]#tOY%ZYZ&cZr%Zrs&}st%ZtuGvuw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Gv![!^%Z!^!_*g!_!c%Z!c!}Gv!}#O%Z#O#P&c#P#R%Z#R#SGv#S#T%Z#T#oGv#o#p*g#p$g%Z$g;'SGv;'S;=`Iv<%lOGv+dIyP;=`<%lGv07[JPP;=`<%lEr(KWJ_`$i&j(Wp(Z!b#p(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWKl_$i&j$Q(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,#xLva(z+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sv%ZvwM{wx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KWNW`$i&j#z(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'At! c_(Y';W$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b'l!!i_$i&j(WpOY!!bYZ!#hZr!!brs!#hsw!!bwx!$xx!^!!b!^!_!%z!_#O!!b#O#P!#h#P#o!!b#o#p!%z#p;'S!!b;'S;=`!'c<%lO!!b&z!#mX$i&jOw!#hwx6cx!^!#h!^!_!$Y!_#o!#h#o#p!$Y#p;'S!#h;'S;=`!$r<%lO!#h`!$]TOw!$Ywx7]x;'S!$Y;'S;=`!$l<%lO!$Y`!$oP;=`<%l!$Y&z!$uP;=`<%l!#h'l!%R]$d`$i&j(WpOY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r!Q!&PZ(WpOY!%zYZ!$YZr!%zrs!$Ysw!%zwx!&rx#O!%z#O#P!$Y#P;'S!%z;'S;=`!']<%lO!%z!Q!&yU$d`(WpOY)rZr)rs#O)r#P;'S)r;'S;=`*Z<%lO)r!Q!'`P;=`<%l!%z'l!'fP;=`<%l!!b/5|!'t_!l/.^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#&U!)O_!k!Lf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z-!n!*[b$i&j(Wp(Z!b(U%&f#q(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rxz%Zz{!+d{!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW!+o`$i&j(Wp(Z!b#n(ChOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;x!,|`$i&j(Wp(Z!br+4YOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z,$U!.Z_!]+Jf$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!/ec$i&j(Wp(Z!b!Q.2^OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!0p!P!Q%Z!Q![!3Y![!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!0ya$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!2O!P!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z#%|!2Z_![!L^$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!3eg$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!3Y![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S!3Y#S#X%Z#X#Y!4|#Y#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!5Vg$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx{%Z{|!6n|}%Z}!O!6n!O!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!6wc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad!8_c$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![!8S![!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S!8S#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[!9uf$i&j(Wp(Z!b#o(ChOY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcxz!;Zz{#-}{!P!;Z!P!Q#/d!Q!^!;Z!^!_#(i!_!`#7S!`!a#8i!a!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z?O!;fb$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z>^!<w`$i&j(Z!b!X7`OY!<nYZ&cZw!<nwx!=yx!P!<n!P!Q!Eq!Q!^!<n!^!_!Gr!_!}!<n!}#O!KS#O#P!Dy#P#o!<n#o#p!Gr#p;'S!<n;'S;=`!L]<%lO!<n<z!>Q^$i&j!X7`OY!=yYZ&cZ!P!=y!P!Q!>|!Q!^!=y!^!_!@c!_!}!=y!}#O!CW#O#P!Dy#P#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!?Td$i&j!X7`O!^&c!_#W&c#W#X!>|#X#Z&c#Z#[!>|#[#]&c#]#^!>|#^#a&c#a#b!>|#b#g&c#g#h!>|#h#i&c#i#j!>|#j#k!>|#k#m&c#m#n!>|#n#o&c#p;'S&c;'S;=`&w<%lO&c7`!@hX!X7`OY!@cZ!P!@c!P!Q!AT!Q!}!@c!}#O!Ar#O#P!Bq#P;'S!@c;'S;=`!CQ<%lO!@c7`!AYW!X7`#W#X!AT#Z#[!AT#]#^!AT#a#b!AT#g#h!AT#i#j!AT#j#k!AT#m#n!AT7`!AuVOY!ArZ#O!Ar#O#P!B[#P#Q!@c#Q;'S!Ar;'S;=`!Bk<%lO!Ar7`!B_SOY!ArZ;'S!Ar;'S;=`!Bk<%lO!Ar7`!BnP;=`<%l!Ar7`!BtSOY!@cZ;'S!@c;'S;=`!CQ<%lO!@c7`!CTP;=`<%l!@c<z!C][$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#O!CW#O#P!DR#P#Q!=y#Q#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DWX$i&jOY!CWYZ&cZ!^!CW!^!_!Ar!_#o!CW#o#p!Ar#p;'S!CW;'S;=`!Ds<%lO!CW<z!DvP;=`<%l!CW<z!EOX$i&jOY!=yYZ&cZ!^!=y!^!_!@c!_#o!=y#o#p!@c#p;'S!=y;'S;=`!Ek<%lO!=y<z!EnP;=`<%l!=y>^!Ezl$i&j(Z!b!X7`OY&}YZ&cZw&}wx&cx!^&}!^!_'}!_#O&}#O#P&c#P#W&}#W#X!Eq#X#Z&}#Z#[!Eq#[#]&}#]#^!Eq#^#a&}#a#b!Eq#b#g&}#g#h!Eq#h#i&}#i#j!Eq#j#k!Eq#k#m&}#m#n!Eq#n#o&}#o#p'}#p;'S&};'S;=`(l<%lO&}8r!GyZ(Z!b!X7`OY!GrZw!Grwx!@cx!P!Gr!P!Q!Hl!Q!}!Gr!}#O!JU#O#P!Bq#P;'S!Gr;'S;=`!J|<%lO!Gr8r!Hse(Z!b!X7`OY'}Zw'}x#O'}#P#W'}#W#X!Hl#X#Z'}#Z#[!Hl#[#]'}#]#^!Hl#^#a'}#a#b!Hl#b#g'}#g#h!Hl#h#i'}#i#j!Hl#j#k!Hl#k#m'}#m#n!Hl#n;'S'};'S;=`(f<%lO'}8r!JZX(Z!bOY!JUZw!JUwx!Arx#O!JU#O#P!B[#P#Q!Gr#Q;'S!JU;'S;=`!Jv<%lO!JU8r!JyP;=`<%l!JU8r!KPP;=`<%l!Gr>^!KZ^$i&j(Z!bOY!KSYZ&cZw!KSwx!CWx!^!KS!^!_!JU!_#O!KS#O#P!DR#P#Q!<n#Q#o!KS#o#p!JU#p;'S!KS;'S;=`!LV<%lO!KS>^!LYP;=`<%l!KS>^!L`P;=`<%l!<n=l!Ll`$i&j(Wp!X7`OY!LcYZ&cZr!Lcrs!=ys!P!Lc!P!Q!Mn!Q!^!Lc!^!_# o!_!}!Lc!}#O#%P#O#P!Dy#P#o!Lc#o#p# o#p;'S!Lc;'S;=`#&Y<%lO!Lc=l!Mwl$i&j(Wp!X7`OY(rYZ&cZr(rrs&cs!^(r!^!_)r!_#O(r#O#P&c#P#W(r#W#X!Mn#X#Z(r#Z#[!Mn#[#](r#]#^!Mn#^#a(r#a#b!Mn#b#g(r#g#h!Mn#h#i(r#i#j!Mn#j#k!Mn#k#m(r#m#n!Mn#n#o(r#o#p)r#p;'S(r;'S;=`*a<%lO(r8Q# vZ(Wp!X7`OY# oZr# ors!@cs!P# o!P!Q#!i!Q!}# o!}#O#$R#O#P!Bq#P;'S# o;'S;=`#$y<%lO# o8Q#!pe(Wp!X7`OY)rZr)rs#O)r#P#W)r#W#X#!i#X#Z)r#Z#[#!i#[#])r#]#^#!i#^#a)r#a#b#!i#b#g)r#g#h#!i#h#i)r#i#j#!i#j#k#!i#k#m)r#m#n#!i#n;'S)r;'S;=`*Z<%lO)r8Q#$WX(WpOY#$RZr#$Rrs!Ars#O#$R#O#P!B[#P#Q# o#Q;'S#$R;'S;=`#$s<%lO#$R8Q#$vP;=`<%l#$R8Q#$|P;=`<%l# o=l#%W^$i&j(WpOY#%PYZ&cZr#%Prs!CWs!^#%P!^!_#$R!_#O#%P#O#P!DR#P#Q!Lc#Q#o#%P#o#p#$R#p;'S#%P;'S;=`#&S<%lO#%P=l#&VP;=`<%l#%P=l#&]P;=`<%l!Lc?O#&kn$i&j(Wp(Z!b!X7`OY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#W%Z#W#X#&`#X#Z%Z#Z#[#&`#[#]%Z#]#^#&`#^#a%Z#a#b#&`#b#g%Z#g#h#&`#h#i%Z#i#j#&`#j#k#&`#k#m%Z#m#n#&`#n#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z9d#(r](Wp(Z!b!X7`OY#(iZr#(irs!Grsw#(iwx# ox!P#(i!P!Q#)k!Q!}#(i!}#O#+`#O#P!Bq#P;'S#(i;'S;=`#,`<%lO#(i9d#)th(Wp(Z!b!X7`OY*gZr*grs'}sw*gwx)rx#O*g#P#W*g#W#X#)k#X#Z*g#Z#[#)k#[#]*g#]#^#)k#^#a*g#a#b#)k#b#g*g#g#h#)k#h#i*g#i#j#)k#j#k#)k#k#m*g#m#n#)k#n;'S*g;'S;=`+Z<%lO*g9d#+gZ(Wp(Z!bOY#+`Zr#+`rs!JUsw#+`wx#$Rx#O#+`#O#P!B[#P#Q#(i#Q;'S#+`;'S;=`#,Y<%lO#+`9d#,]P;=`<%l#+`9d#,cP;=`<%l#(i?O#,o`$i&j(Wp(Z!bOY#,fYZ&cZr#,frs!KSsw#,fwx#%Px!^#,f!^!_#+`!_#O#,f#O#P!DR#P#Q!;Z#Q#o#,f#o#p#+`#p;'S#,f;'S;=`#-q<%lO#,f?O#-tP;=`<%l#,f?O#-zP;=`<%l!;Z07[#.[b$i&j(Wp(Z!b(O0/l!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z07[#/o_$i&j(Wp(Z!bT0/lOY#/dYZ&cZr#/drs#0nsw#/dwx#4Ox!^#/d!^!_#5}!_#O#/d#O#P#1p#P#o#/d#o#p#5}#p;'S#/d;'S;=`#6|<%lO#/d06j#0w]$i&j(Z!bT0/lOY#0nYZ&cZw#0nwx#1px!^#0n!^!_#3R!_#O#0n#O#P#1p#P#o#0n#o#p#3R#p;'S#0n;'S;=`#3x<%lO#0n05W#1wX$i&jT0/lOY#1pYZ&cZ!^#1p!^!_#2d!_#o#1p#o#p#2d#p;'S#1p;'S;=`#2{<%lO#1p0/l#2iST0/lOY#2dZ;'S#2d;'S;=`#2u<%lO#2d0/l#2xP;=`<%l#2d05W#3OP;=`<%l#1p01O#3YW(Z!bT0/lOY#3RZw#3Rwx#2dx#O#3R#O#P#2d#P;'S#3R;'S;=`#3r<%lO#3R01O#3uP;=`<%l#3R06j#3{P;=`<%l#0n05x#4X]$i&j(WpT0/lOY#4OYZ&cZr#4Ors#1ps!^#4O!^!_#5Q!_#O#4O#O#P#1p#P#o#4O#o#p#5Q#p;'S#4O;'S;=`#5w<%lO#4O00^#5XW(WpT0/lOY#5QZr#5Qrs#2ds#O#5Q#O#P#2d#P;'S#5Q;'S;=`#5q<%lO#5Q00^#5tP;=`<%l#5Q05x#5zP;=`<%l#4O01p#6WY(Wp(Z!bT0/lOY#5}Zr#5}rs#3Rsw#5}wx#5Qx#O#5}#O#P#2d#P;'S#5};'S;=`#6v<%lO#5}01p#6yP;=`<%l#5}07[#7PP;=`<%l#/d)3h#7ab$i&j$Q(Ch(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;ZAt#8vb$Z#t$i&j(Wp(Z!b!X7`OY!;ZYZ&cZr!;Zrs!<nsw!;Zwx!Lcx!P!;Z!P!Q#&`!Q!^!;Z!^!_#(i!_!}!;Z!}#O#,f#O#P!Dy#P#o!;Z#o#p#(i#p;'S!;Z;'S;=`#-w<%lO!;Z'Ad#:Zp$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#U%Z#U#V#?i#V#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#d#Bq#d#l%Z#l#m#Es#m#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#<jk$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!O%Z!O!P!3Y!P!Q%Z!Q![#<_![!^%Z!^!_*g!_!g%Z!g!h!4|!h#O%Z#O#P&c#P#R%Z#R#S#<_#S#X%Z#X#Y!4|#Y#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#>j_$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#?rd$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#A]f$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!R#AQ!R!S#AQ!S!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#AQ#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Bzc$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Dbe$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q!Y#DV!Y!^%Z!^!_*g!_#O%Z#O#P&c#P#R%Z#R#S#DV#S#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#E|g$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z'Ad#Gpi$i&j(Wp(Z!bs'9tOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!Q%Z!Q![#Ge![!^%Z!^!_*g!_!c%Z!c!i#Ge!i#O%Z#O#P&c#P#R%Z#R#S#Ge#S#T%Z#T#Z#Ge#Z#b%Z#b#c#>_#c#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x#Il_!g$b$i&j$O)Lv(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z)[#Jv_al$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f#LS^h#)`#R-<U(Wp(Z!b$n7`OY*gZr*grs'}sw*gwx)rx!P*g!P!Q#MO!Q!^*g!^!_#Mt!_!`$ f!`#O*g#P;'S*g;'S;=`+Z<%lO*g(n#MXX$k&j(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El#M}Z#r(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx!_*g!_!`#Np!`#O*g#P;'S*g;'S;=`+Z<%lO*g(El#NyX$Q(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g(El$ oX#s(Ch(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g*)x$!ga#`*!Y$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`0z!`!a$#l!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(K[$#w_#k(Cl$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z*)x$%Vag!*r#s(Ch$f#|$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`$&[!`!a$'f!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$&g_#s(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$'qa#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`!a$(v!a#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$)R`#r(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(Kd$*`a(r(Ct$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!a%Z!a!b$+e!b#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$+p`$i&j#{(Ch(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z%#`$,}_!|$Ip$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z04f$.X_!S0,v$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(n$/]Z$i&jO!^$0O!^!_$0f!_#i$0O#i#j$0k#j#l$0O#l#m$2^#m#o$0O#o#p$0f#p;'S$0O;'S;=`$4i<%lO$0O(n$0VT_#S$i&jO!^&c!_#o&c#p;'S&c;'S;=`&w<%lO&c#S$0kO_#S(n$0p[$i&jO!Q&c!Q![$1f![!^&c!_!c&c!c!i$1f!i#T&c#T#Z$1f#Z#o&c#o#p$3|#p;'S&c;'S;=`&w<%lO&c(n$1kZ$i&jO!Q&c!Q![$2^![!^&c!_!c&c!c!i$2^!i#T&c#T#Z$2^#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$2cZ$i&jO!Q&c!Q![$3U![!^&c!_!c&c!c!i$3U!i#T&c#T#Z$3U#Z#o&c#p;'S&c;'S;=`&w<%lO&c(n$3ZZ$i&jO!Q&c!Q![$0O![!^&c!_!c&c!c!i$0O!i#T&c#T#Z$0O#Z#o&c#p;'S&c;'S;=`&w<%lO&c#S$4PR!Q![$4Y!c!i$4Y#T#Z$4Y#S$4]S!Q![$4Y!c!i$4Y#T#Z$4Y#q#r$0f(n$4lP;=`<%l$0O#1[$4z_!Y#)l$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z(KW$6U`#x(Ch$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z+;p$7c_$i&j(Wp(Z!b(a+4QOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$8qk$i&j(Wp(Z!b(T,2j$_#t(e$I[OY%ZYZ&cZr%Zrs&}st%Ztu$8buw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$8b![!^%Z!^!_*g!_!c%Z!c!}$8b!}#O%Z#O#P&c#P#R%Z#R#S$8b#S#T%Z#T#o$8b#o#p*g#p$g%Z$g;'S$8b;'S;=`$<l<%lO$8b+d$:qk$i&j(Wp(Z!b$_#tOY%ZYZ&cZr%Zrs&}st%Ztu$:fuw%Zwx(rx}%Z}!O$:f!O!Q%Z!Q![$:f![!^%Z!^!_*g!_!c%Z!c!}$:f!}#O%Z#O#P&c#P#R%Z#R#S$:f#S#T%Z#T#o$:f#o#p*g#p$g%Z$g;'S$:f;'S;=`$<f<%lO$:f+d$<iP;=`<%l$:f07[$<oP;=`<%l$8b#Jf$<{X!_#Hb(Wp(Z!bOY*gZr*grs'}sw*gwx)rx#O*g#P;'S*g;'S;=`+Z<%lO*g,#x$=sa(y+JY$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_!`Ka!`#O%Z#O#P&c#P#o%Z#o#p*g#p#q$+e#q;'S%Z;'S;=`+a<%lO%Z)>v$?V_!^(CdvBr$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z?O$@a_!q7`$i&j(Wp(Z!bOY%ZYZ&cZr%Zrs&}sw%Zwx(rx!^%Z!^!_*g!_#O%Z#O#P&c#P#o%Z#o#p*g#p;'S%Z;'S;=`+a<%lO%Z07[$Aq|$i&j(Wp(Z!b'|0/l$]#t(T,2j(e$I[OX%ZXY+gYZ&cZ[+g[p%Zpq+gqr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$f%Z$f$g+g$g#BYEr#BY#BZ$A`#BZ$ISEr$IS$I_$A`$I_$JTEr$JT$JU$A`$JU$KVEr$KV$KW$A`$KW&FUEr&FU&FV$A`&FV;'SEr;'S;=`I|<%l?HTEr?HT?HU$A`?HUOEr07[$D|k$i&j(Wp(Z!b'}0/l$]#t(T,2j(e$I[OY%ZYZ&cZr%Zrs&}st%ZtuEruw%Zwx(rx}%Z}!OGv!O!Q%Z!Q![Er![!^%Z!^!_*g!_!c%Z!c!}Er!}#O%Z#O#P&c#P#R%Z#R#SEr#S#T%Z#T#oEr#o#p*g#p$g%Z$g;'SEr;'S;=`I|<%lOEr",tokenizers:[AZ,$Z,CZ,EZ,2,3,4,5,6,7,8,9,10,11,12,13,14,PZ,new wd("$S~RRtu[#O#Pg#S#T#|~_P#o#pb~gOx~~jVO#i!P#i#j!U#j#l!P#l#m!q#m;'S!P;'S;=`#v<%lO!P~!UO!U~~!XS!Q![!e!c!i!e#T#Z!e#o#p#Z~!hR!Q![!q!c!i!q#T#Z!q~!tR!Q![!}!c!i!}#T#Z!}~#QR!Q![!P!c!i!P#T#Z!P~#^R!Q![#g!c!i#g#T#Z#g~#jS!Q![#g!c!i#g#T#Z#g#q#r!P~#yP;=`<%l!P~$RO(c~~",141,340),new wd("j~RQYZXz{^~^O(Q~~aP!P!Qd~iO(R~~",25,323)],topRules:{Script:[0,7],SingleExpression:[1,276],SingleClassItem:[2,277]},dialects:{jsx:0,ts:15175},dynamicPrecedences:{80:1,82:1,94:1,169:1,199:1},specialized:[{term:327,get:n=>MZ[n]||-1},{term:343,get:n=>QZ[n]||-1},{term:95,get:n=>jZ[n]||-1}],tokenPrec:15201}),Qw=[Hr("function ${name}(${params}) {\n ${}\n}",{label:"function",detail:"definition",type:"keyword"}),Hr("for (let ${index} = 0; ${index} < ${bound}; ${index}++) {\n ${}\n}",{label:"for",detail:"loop",type:"keyword"}),Hr("for (let ${name} of ${collection}) {\n ${}\n}",{label:"for",detail:"of loop",type:"keyword"}),Hr("do {\n ${}\n} while (${})",{label:"do",detail:"loop",type:"keyword"}),Hr("while (${}) {\n ${}\n}",{label:"while",detail:"loop",type:"keyword"}),Hr(`try {
65
- \${}
66
- } catch (\${error}) {
67
- \${}
68
- }`,{label:"try",detail:"/ catch block",type:"keyword"}),Hr("if (${}) {\n ${}\n}",{label:"if",detail:"block",type:"keyword"}),Hr(`if (\${}) {
69
- \${}
70
- } else {
71
- \${}
72
- }`,{label:"if",detail:"/ else block",type:"keyword"}),Hr(`class \${name} {
73
- constructor(\${params}) {
74
- \${}
75
- }
76
- }`,{label:"class",detail:"definition",type:"keyword"}),Hr('import {${names}} from "${module}"\n${}',{label:"import",detail:"named",type:"keyword"}),Hr('import ${name} from "${module}"\n${}',{label:"import",detail:"default",type:"keyword"})],RZ=Qw.concat([Hr("interface ${name} {\n ${}\n}",{label:"interface",detail:"definition",type:"keyword"}),Hr("type ${name} = ${type}",{label:"type",detail:"definition",type:"keyword"}),Hr("enum ${name} {\n ${}\n}",{label:"enum",detail:"definition",type:"keyword"})]),Wx=new sb,jw=new Set(["Script","Block","FunctionExpression","FunctionDeclaration","ArrowFunction","MethodDeclaration","ForStatement"]);function Dc(n){return(e,t)=>{let r=e.node.getChild("VariableDefinition");return r&&t(r,n),!0}}const NZ=["FunctionDeclaration"],LZ={FunctionDeclaration:Dc("function"),ClassDeclaration:Dc("class"),ClassExpression:()=>!0,EnumDeclaration:Dc("constant"),TypeAliasDeclaration:Dc("type"),NamespaceDeclaration:Dc("namespace"),VariableDefinition(n,e){n.matchContext(NZ)||e(n,"variable")},TypeDefinition(n,e){e(n,"type")},__proto__:null};function Zw(n,e){let t=Wx.get(e);if(t)return t;let r=[],i=!0;function s(a,c){let u=n.sliceString(a.from,a.to);r.push({label:u,type:c})}return e.cursor(qt.IncludeAnonymous).iterate(a=>{if(i)i=!1;else if(a.name){let c=LZ[a.name];if(c&&c(a,s)||jw.has(a.name))return!1}else if(a.to-a.from>8192){for(let c of Zw(n,a.node))r.push(c);return!1}}),Wx.set(e,r),r}const Bx=/^[\w$\xa1-\uffff][\w$\d\xa1-\uffff]*$/,Rw=["TemplateString","String","RegExp","LineComment","BlockComment","VariableDefinition","TypeDefinition","Label","PropertyDefinition","PropertyName","PrivatePropertyDefinition","PrivatePropertyName","JSXText","JSXAttributeValue","JSXOpenTag","JSXCloseTag","JSXSelfClosingTag",".","?."];function VZ(n){let e=Pn(n.state).resolveInner(n.pos,-1);if(Rw.indexOf(e.name)>-1)return null;let t=e.name=="VariableName"||e.to-e.from<20&&Bx.test(n.state.sliceDoc(e.from,e.to));if(!t&&!n.explicit)return null;let r=[];for(let i=e;i;i=i.parent)jw.has(i.name)&&(r=r.concat(Zw(n.state.doc,i)));return{options:r,from:t?e.from:n.pos,validFor:Bx}}const ps=Il.define({name:"javascript",parser:ZZ.configure({props:[Wd.add({IfStatement:X1({except:/^\s*({|else\b)/}),TryStatement:X1({except:/^\s*({|catch\b|finally\b)/}),LabeledStatement:EE,SwitchBody:n=>{let e=n.textAfter,t=/^\s*\}/.test(e),r=/^\s*(case|default)\b/.test(e);return n.baseIndent+(t?0:r?1:2)*n.unit},Block:CE({closing:"}"}),ArrowFunction:n=>n.baseIndent+n.unit,"TemplateString BlockComment":()=>null,"Statement Property":X1({except:/^\s*{/}),JSXElement(n){let e=/^\s*<\//.test(n.textAfter);return n.lineIndent(n.node.from)+(e?0:n.unit)},JSXEscape(n){let e=/\s*\}/.test(n.textAfter);return n.lineIndent(n.node.from)+(e?0:n.unit)},"JSXOpenTag JSXSelfClosingTag"(n){return n.column(n.node.from)+n.unit}}),Bd.add({"Block ClassBody SwitchBody EnumBody ObjectExpression ArrayExpression ObjectType":hb,BlockComment(n){return{from:n.from+2,to:n.to-2}},JSXElement(n){let e=n.firstChild;if(!e||e.name=="JSXSelfClosingTag")return null;let t=n.lastChild;return{from:e.to,to:t.type.isError?n.to:t.from}},"JSXSelfClosingTag JSXOpenTag"(n){var e;let t=(e=n.firstChild)===null||e===void 0?void 0:e.nextSibling,r=n.lastChild;return!t||t.type.isError?null:{from:t.to,to:r.type.isError?n.to:r.from}}})]}),languageData:{closeBrackets:{brackets:["(","[","{","'",'"',"`"]},commentTokens:{line:"//",block:{open:"/*",close:"*/"}},indentOnInput:/^\s*(?:case |default:|\{|\}|<\/)$/,wordChars:"$"}}),Nw={test:n=>/^JSX/.test(n.name),facet:cb({commentTokens:{block:{open:"{/*",close:"*/}"}}})},Lw=ps.configure({dialect:"ts"},"typescript"),Vw=ps.configure({dialect:"jsx",props:[vg.add(n=>n.isTop?[Nw]:void 0)]}),_w=ps.configure({dialect:"jsx ts",props:[vg.add(n=>n.isTop?[Nw]:void 0)]},"typescript");let Iw=n=>({label:n,type:"keyword"});const Dw="break case const continue default delete export extends false finally in instanceof let new return static super switch this throw true typeof var yield".split(" ").map(Iw),_Z=Dw.concat(["declare","implements","private","protected","public"].map(Iw));function Xw(n={}){let e=n.jsx?n.typescript?_w:Vw:n.typescript?Lw:ps,t=n.typescript?RZ.concat(_Z):Qw.concat(Dw);return new bg(e,[ps.data.of({autocomplete:vM(Rw,yM(t))}),ps.data.of({autocomplete:VZ}),n.jsx?XZ:[]])}function IZ(n){for(;;){if(n.name=="JSXOpenTag"||n.name=="JSXSelfClosingTag"||n.name=="JSXFragmentTag")return n;if(n.name=="JSXEscape"||!n.parent)return null;n=n.parent}}function Yx(n,e,t=n.length){for(let r=e==null?void 0:e.firstChild;r;r=r.nextSibling)if(r.name=="JSXIdentifier"||r.name=="JSXBuiltin"||r.name=="JSXNamespacedName"||r.name=="JSXMemberExpression")return n.sliceString(r.from,Math.min(r.to,t));return""}const DZ=typeof navigator=="object"&&/Android\b/.test(navigator.userAgent),XZ=Be.inputHandler.of((n,e,t,r,i)=>{if((DZ?n.composing:n.compositionStarted)||n.state.readOnly||e!=t||r!=">"&&r!="/"||!ps.isActiveAt(n.state,e,-1))return!1;let s=i(),{state:a}=s,c=a.changeByRange(u=>{var h;let{head:m}=u,O=Pn(a).resolveInner(m-1,-1),x;if(O.name=="JSXStartTag"&&(O=O.parent),!(a.doc.sliceString(m-1,m)!=r||O.name=="JSXAttributeValue"&&O.to>m)){if(r==">"&&O.name=="JSXFragmentTag")return{range:u,changes:{from:m,insert:"</>"}};if(r=="/"&&O.name=="JSXStartCloseTag"){let v=O.parent,w=v.parent;if(w&&v.from==m-2&&((x=Yx(a.doc,w.firstChild,m))||((h=w.firstChild)===null||h===void 0?void 0:h.name)=="JSXFragmentTag")){let k=`${x}>`;return{range:de.cursor(m+k.length,-1),changes:{from:m,insert:k}}}}else if(r==">"){let v=IZ(O);if(v&&v.name=="JSXOpenTag"&&!/^\/?>|^<\//.test(a.doc.sliceString(m,m+2))&&(x=Yx(a.doc,v,m)))return{range:u,changes:{from:m,insert:`</${x}>`}}}}return{range:u}});return c.changes.empty?!1:(n.dispatch([s,a.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)}),Xc=["_blank","_self","_top","_parent"],Fp=["ascii","utf-8","utf-16","latin1","latin1"],zp=["get","post","put","delete"],Hp=["application/x-www-form-urlencoded","multipart/form-data","text/plain"],oi=["true","false"],Ke={},FZ={a:{attrs:{href:null,ping:null,type:null,media:null,target:Xc,hreflang:null}},abbr:Ke,address:Ke,area:{attrs:{alt:null,coords:null,href:null,target:null,ping:null,media:null,hreflang:null,type:null,shape:["default","rect","circle","poly"]}},article:Ke,aside:Ke,audio:{attrs:{src:null,mediagroup:null,crossorigin:["anonymous","use-credentials"],preload:["none","metadata","auto"],autoplay:["autoplay"],loop:["loop"],controls:["controls"]}},b:Ke,base:{attrs:{href:null,target:Xc}},bdi:Ke,bdo:Ke,blockquote:{attrs:{cite:null}},body:Ke,br:Ke,button:{attrs:{form:null,formaction:null,name:null,value:null,autofocus:["autofocus"],disabled:["autofocus"],formenctype:Hp,formmethod:zp,formnovalidate:["novalidate"],formtarget:Xc,type:["submit","reset","button"]}},canvas:{attrs:{width:null,height:null}},caption:Ke,center:Ke,cite:Ke,code:Ke,col:{attrs:{span:null}},colgroup:{attrs:{span:null}},command:{attrs:{type:["command","checkbox","radio"],label:null,icon:null,radiogroup:null,command:null,title:null,disabled:["disabled"],checked:["checked"]}},data:{attrs:{value:null}},datagrid:{attrs:{disabled:["disabled"],multiple:["multiple"]}},datalist:{attrs:{data:null}},dd:Ke,del:{attrs:{cite:null,datetime:null}},details:{attrs:{open:["open"]}},dfn:Ke,div:Ke,dl:Ke,dt:Ke,em:Ke,embed:{attrs:{src:null,type:null,width:null,height:null}},eventsource:{attrs:{src:null}},fieldset:{attrs:{disabled:["disabled"],form:null,name:null}},figcaption:Ke,figure:Ke,footer:Ke,form:{attrs:{action:null,name:null,"accept-charset":Fp,autocomplete:["on","off"],enctype:Hp,method:zp,novalidate:["novalidate"],target:Xc}},h1:Ke,h2:Ke,h3:Ke,h4:Ke,h5:Ke,h6:Ke,head:{children:["title","base","link","style","meta","script","noscript","command"]},header:Ke,hgroup:Ke,hr:Ke,html:{attrs:{manifest:null}},i:Ke,iframe:{attrs:{src:null,srcdoc:null,name:null,width:null,height:null,sandbox:["allow-top-navigation","allow-same-origin","allow-forms","allow-scripts"],seamless:["seamless"]}},img:{attrs:{alt:null,src:null,ismap:null,usemap:null,width:null,height:null,crossorigin:["anonymous","use-credentials"]}},input:{attrs:{alt:null,dirname:null,form:null,formaction:null,height:null,list:null,max:null,maxlength:null,min:null,name:null,pattern:null,placeholder:null,size:null,src:null,step:null,value:null,width:null,accept:["audio/*","video/*","image/*"],autocomplete:["on","off"],autofocus:["autofocus"],checked:["checked"],disabled:["disabled"],formenctype:Hp,formmethod:zp,formnovalidate:["novalidate"],formtarget:Xc,multiple:["multiple"],readonly:["readonly"],required:["required"],type:["hidden","text","search","tel","url","email","password","datetime","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}},ins:{attrs:{cite:null,datetime:null}},kbd:Ke,keygen:{attrs:{challenge:null,form:null,name:null,autofocus:["autofocus"],disabled:["disabled"],keytype:["RSA"]}},label:{attrs:{for:null,form:null}},legend:Ke,li:{attrs:{value:null}},link:{attrs:{href:null,type:null,hreflang:null,media:null,sizes:["all","16x16","16x16 32x32","16x16 32x32 64x64"]}},map:{attrs:{name:null}},mark:Ke,menu:{attrs:{label:null,type:["list","context","toolbar"]}},meta:{attrs:{content:null,charset:Fp,name:["viewport","application-name","author","description","generator","keywords"],"http-equiv":["content-language","content-type","default-style","refresh"]}},meter:{attrs:{value:null,min:null,low:null,high:null,max:null,optimum:null}},nav:Ke,noscript:Ke,object:{attrs:{data:null,type:null,name:null,usemap:null,form:null,width:null,height:null,typemustmatch:["typemustmatch"]}},ol:{attrs:{reversed:["reversed"],start:null,type:["1","a","A","i","I"]},children:["li","script","template","ul","ol"]},optgroup:{attrs:{disabled:["disabled"],label:null}},option:{attrs:{disabled:["disabled"],label:null,selected:["selected"],value:null}},output:{attrs:{for:null,form:null,name:null}},p:Ke,param:{attrs:{name:null,value:null}},pre:Ke,progress:{attrs:{value:null,max:null}},q:{attrs:{cite:null}},rp:Ke,rt:Ke,ruby:Ke,samp:Ke,script:{attrs:{type:["text/javascript"],src:null,async:["async"],defer:["defer"],charset:Fp}},section:Ke,select:{attrs:{form:null,name:null,size:null,autofocus:["autofocus"],disabled:["disabled"],multiple:["multiple"]}},slot:{attrs:{name:null}},small:Ke,source:{attrs:{src:null,type:null,media:null}},span:Ke,strong:Ke,style:{attrs:{type:["text/css"],media:null,scoped:null}},sub:Ke,summary:Ke,sup:Ke,table:Ke,tbody:Ke,td:{attrs:{colspan:null,rowspan:null,headers:null}},template:Ke,textarea:{attrs:{dirname:null,form:null,maxlength:null,name:null,placeholder:null,rows:null,cols:null,autofocus:["autofocus"],disabled:["disabled"],readonly:["readonly"],required:["required"],wrap:["soft","hard"]}},tfoot:Ke,th:{attrs:{colspan:null,rowspan:null,headers:null,scope:["row","col","rowgroup","colgroup"]}},thead:Ke,time:{attrs:{datetime:null}},title:Ke,tr:Ke,track:{attrs:{src:null,label:null,default:null,kind:["subtitles","captions","descriptions","chapters","metadata"],srclang:null}},ul:{children:["li","script","template","ul","ol"]},var:Ke,video:{attrs:{src:null,poster:null,width:null,height:null,crossorigin:["anonymous","use-credentials"],preload:["auto","metadata","none"],autoplay:["autoplay"],mediagroup:["movie"],muted:["muted"],controls:["controls"]}},wbr:Ke},Fw={accesskey:null,class:null,contenteditable:oi,contextmenu:null,dir:["ltr","rtl","auto"],draggable:["true","false","auto"],dropzone:["copy","move","link","string:","file:"],hidden:["hidden"],id:null,inert:["inert"],itemid:null,itemprop:null,itemref:null,itemscope:["itemscope"],itemtype:null,lang:["ar","bn","de","en-GB","en-US","es","fr","hi","id","ja","pa","pt","ru","tr","zh"],spellcheck:oi,autocorrect:oi,autocapitalize:oi,style:null,tabindex:null,title:null,translate:["yes","no"],rel:["stylesheet","alternate","author","bookmark","help","license","next","nofollow","noreferrer","prefetch","prev","search","tag"],role:"alert application article banner button cell checkbox complementary contentinfo dialog document feed figure form grid gridcell heading img list listbox listitem main navigation region row rowgroup search switch tab table tabpanel textbox timer".split(" "),"aria-activedescendant":null,"aria-atomic":oi,"aria-autocomplete":["inline","list","both","none"],"aria-busy":oi,"aria-checked":["true","false","mixed","undefined"],"aria-controls":null,"aria-describedby":null,"aria-disabled":oi,"aria-dropeffect":null,"aria-expanded":["true","false","undefined"],"aria-flowto":null,"aria-grabbed":["true","false","undefined"],"aria-haspopup":oi,"aria-hidden":oi,"aria-invalid":["true","false","grammar","spelling"],"aria-label":null,"aria-labelledby":null,"aria-level":null,"aria-live":["off","polite","assertive"],"aria-multiline":oi,"aria-multiselectable":oi,"aria-owns":null,"aria-posinset":null,"aria-pressed":["true","false","mixed","undefined"],"aria-readonly":oi,"aria-relevant":null,"aria-required":oi,"aria-selected":["true","false","undefined"],"aria-setsize":null,"aria-sort":["ascending","descending","none","other"],"aria-valuemax":null,"aria-valuemin":null,"aria-valuenow":null,"aria-valuetext":null},zw="beforeunload copy cut dragstart dragover dragleave dragenter dragend drag paste focus blur change click load mousedown mouseenter mouseleave mouseup keydown keyup resize scroll unload".split(" ").map(n=>"on"+n);for(let n of zw)Fw[n]=null;class Pd{constructor(e,t){this.tags={...FZ,...e},this.globalAttrs={...Fw,...t},this.allTags=Object.keys(this.tags),this.globalAttrNames=Object.keys(this.globalAttrs)}}Pd.default=new Pd;function zl(n,e,t=n.length){if(!e)return"";let r=e.firstChild,i=r&&r.getChild("TagName");return i?n.sliceString(i.from,Math.min(i.to,t)):""}function Hl(n,e=!1){for(;n;n=n.parent)if(n.name=="Element")if(e)e=!1;else return n;return null}function Hw(n,e,t){let r=t.tags[zl(n,Hl(e))];return(r==null?void 0:r.children)||t.allTags}function Ig(n,e){let t=[];for(let r=Hl(e);r&&!r.type.isTop;r=Hl(r.parent)){let i=zl(n,r);if(i&&r.lastChild.name=="CloseTag")break;i&&t.indexOf(i)<0&&(e.name=="EndTag"||e.from>=r.firstChild.to)&&t.push(i)}return t}const Ww=/^[:\-\.\w\u00b7-\uffff]*$/;function qx(n,e,t,r,i){let s=/\s*>/.test(n.sliceDoc(i,i+5))?"":">",a=Hl(t,t.name=="StartTag"||t.name=="TagName");return{from:r,to:i,options:Hw(n.doc,a,e).map(c=>({label:c,type:"type"})).concat(Ig(n.doc,t).map((c,u)=>({label:"/"+c,apply:"/"+c+s,type:"type",boost:99-u}))),validFor:/^\/?[:\-\.\w\u00b7-\uffff]*$/}}function Ux(n,e,t,r){let i=/\s*>/.test(n.sliceDoc(r,r+5))?"":">";return{from:t,to:r,options:Ig(n.doc,e).map((s,a)=>({label:s,apply:s+i,type:"type",boost:99-a})),validFor:Ww}}function zZ(n,e,t,r){let i=[],s=0;for(let a of Hw(n.doc,t,e))i.push({label:"<"+a,type:"type"});for(let a of Ig(n.doc,t))i.push({label:"</"+a+">",type:"type",boost:99-s++});return{from:r,to:r,options:i,validFor:/^<\/?[:\-\.\w\u00b7-\uffff]*$/}}function HZ(n,e,t,r,i){let s=Hl(t),a=s?e.tags[zl(n.doc,s)]:null,c=a&&a.attrs?Object.keys(a.attrs):[],u=a&&a.globalAttrs===!1?c:c.length?c.concat(e.globalAttrNames):e.globalAttrNames;return{from:r,to:i,options:u.map(h=>({label:h,type:"property"})),validFor:Ww}}function WZ(n,e,t,r,i){var s;let a=(s=t.parent)===null||s===void 0?void 0:s.getChild("AttributeName"),c=[],u;if(a){let h=n.sliceDoc(a.from,a.to),m=e.globalAttrs[h];if(!m){let O=Hl(t),x=O?e.tags[zl(n.doc,O)]:null;m=(x==null?void 0:x.attrs)&&x.attrs[h]}if(m){let O=n.sliceDoc(r,i).toLowerCase(),x='"',v='"';/^['"]/.test(O)?(u=O[0]=='"'?/^[^"]*$/:/^[^']*$/,x="",v=n.sliceDoc(i,i+1)==O[0]?"":O[0],O=O.slice(1),r++):u=/^[^\s<>='"]*$/;for(let w of m)c.push({label:w,apply:x+w+v,type:"constant"})}}return{from:r,to:i,options:c,validFor:u}}function BZ(n,e){let{state:t,pos:r}=e,i=Pn(t).resolveInner(r,-1),s=i.resolve(r);for(let a=r,c;s==i&&(c=i.childBefore(a));){let u=c.lastChild;if(!u||!u.type.isError||u.from<u.to)break;s=i=c,a=u.from}return i.name=="TagName"?i.parent&&/CloseTag$/.test(i.parent.name)?Ux(t,i,i.from,r):qx(t,n,i,i.from,r):i.name=="StartTag"||i.name=="IncompleteTag"?qx(t,n,i,r,r):i.name=="StartCloseTag"||i.name=="IncompleteCloseTag"?Ux(t,i,r,r):i.name=="OpenTag"||i.name=="SelfClosingTag"||i.name=="AttributeName"?HZ(t,n,i,i.name=="AttributeName"?i.from:r,r):i.name=="Is"||i.name=="AttributeValue"||i.name=="UnquotedAttributeValue"?WZ(t,n,i,i.name=="Is"?r:i.from,r):e.explicit&&(s.name=="Element"||s.name=="Text"||s.name=="Document")?zZ(t,n,i,r):null}function YZ(n){let{extraTags:e,extraGlobalAttributes:t}=n,r=t||e?new Pd(e,t):Pd.default;return i=>BZ(r,i)}const qZ=ps.parser.configure({top:"SingleExpression"}),Bw=[{tag:"script",attrs:n=>n.type=="text/typescript"||n.lang=="ts",parser:Lw.parser},{tag:"script",attrs:n=>n.type=="text/babel"||n.type=="text/jsx",parser:Vw.parser},{tag:"script",attrs:n=>n.type=="text/typescript-jsx",parser:_w.parser},{tag:"script",attrs(n){return/^(importmap|speculationrules|application\/(.+\+)?json)$/i.test(n.type)},parser:qZ},{tag:"script",attrs(n){return!n.type||/^(?:text|application)\/(?:x-)?(?:java|ecma)script$|^module$|^$/i.test(n.type)},parser:ps.parser},{tag:"style",attrs(n){return(!n.lang||n.lang=="css")&&(!n.type||/^(text\/)?(x-)?(stylesheet|css)$/i.test(n.type))},parser:kd.parser}],Yw=[{name:"style",parser:kd.parser.configure({top:"Styles"})}].concat(zw.map(n=>({name:n,parser:ps.parser}))),qw=Il.define({name:"html",parser:wj.configure({props:[Wd.add({Element(n){let e=/^(\s*)(<\/)?/.exec(n.textAfter);return n.node.to<=n.pos+e[0].length?n.continue():n.lineIndent(n.node.from)+(e[2]?0:n.unit)},"OpenTag CloseTag SelfClosingTag"(n){return n.column(n.node.from)+n.unit},Document(n){if(n.pos+/\s*/.exec(n.textAfter)[0].length<n.node.to)return n.continue();let e=null,t;for(let r=n.node;;){let i=r.lastChild;if(!i||i.name!="Element"||i.to!=r.to)break;e=r=i}return e&&!((t=e.lastChild)&&(t.name=="CloseTag"||t.name=="SelfClosingTag"))?n.lineIndent(e.from)+n.unit:null}}),Bd.add({Element(n){let e=n.firstChild,t=n.lastChild;return!e||e.name!="OpenTag"?null:{from:e.to,to:t.name=="CloseTag"?t.from:n.to}}}),bb.add({"OpenTag CloseTag":n=>n.getChild("TagName")})]}),languageData:{commentTokens:{block:{open:"<!--",close:"-->"}},indentOnInput:/^\s*<\/\w+\W$/,wordChars:"-_"}}),W1=qw.configure({wrap:kw(Bw,Yw)});function Gx(n={}){let e="",t;n.matchClosingTags===!1&&(e="noMatch"),n.selfClosingTags===!0&&(e=(e?e+" ":"")+"selfClosing"),(n.nestedLanguages&&n.nestedLanguages.length||n.nestedAttributes&&n.nestedAttributes.length)&&(t=kw((n.nestedLanguages||[]).concat(Bw),(n.nestedAttributes||[]).concat(Yw)));let r=t?qw.configure({wrap:t,dialect:e}):e?W1.configure({dialect:e}):W1;return new bg(r,[W1.data.of({autocomplete:YZ(n)}),n.autoCloseTags!==!1?UZ:[],Xw().support,Tw().support])}const Kx=new Set("area base br col command embed frame hr img input keygen link meta param source track wbr menuitem".split(" ")),UZ=Be.inputHandler.of((n,e,t,r,i)=>{if(n.composing||n.state.readOnly||e!=t||r!=">"&&r!="/"||!W1.isActiveAt(n.state,e,-1))return!1;let s=i(),{state:a}=s,c=a.changeByRange(u=>{var h,m,O;let x=a.doc.sliceString(u.from-1,u.to)==r,{head:v}=u,w=Pn(a).resolveInner(v,-1),k;if(x&&r==">"&&w.name=="EndTag"){let $=w.parent;if(((m=(h=$.parent)===null||h===void 0?void 0:h.lastChild)===null||m===void 0?void 0:m.name)!="CloseTag"&&(k=zl(a.doc,$.parent,v))&&!Kx.has(k)){let M=v+(a.doc.sliceString(v,v+1)===">"?1:0),N=`</${k}>`;return{range:u,changes:{from:v,to:M,insert:N}}}}else if(x&&r=="/"&&w.name=="IncompleteCloseTag"){let $=w.parent;if(w.from==v-2&&((O=$.lastChild)===null||O===void 0?void 0:O.name)!="CloseTag"&&(k=zl(a.doc,$,v))&&!Kx.has(k)){let M=v+(a.doc.sliceString(v,v+1)===">"?1:0),N=`${k}>`;return{range:de.cursor(v+N.length,-1),changes:{from:v,to:M,insert:N}}}}return{range:u}});return c.changes.empty?!1:(n.dispatch([s,a.update(c,{userEvent:"input.complete",scrollIntoView:!0})]),!0)});function GZ(n){switch(n){case"html":return Gx();case"css":return Tw();case"javascript":case"js":case"typescript":case"ts":return Xw({typescript:n==="typescript"||n==="ts"});default:return Gx()}}function KZ(n){var r;const e=((r=n.split(".").pop())==null?void 0:r.toLowerCase())??"";return{html:"html",htm:"html",css:"css",js:"javascript",ts:"typescript",jsx:"javascript",tsx:"typescript",json:"javascript"}[e]??"html"}const JZ=d.memo(function({content:e,filePath:t,language:r,onChange:i,readOnly:s=!1}){const a=d.useRef(null),c=d.useRef(null),u=d.useRef(i);u.current=i;const h=d.useCallback(m=>{if(a.current&&(a.current.destroy(),a.current=null),!m)return;c.current=m;const O=r??(t?KZ(t):"html"),x=Be.updateListener.of(w=>{w.docChanged&&u.current&&u.current(w.state.doc.toString())}),v=Dt.create({doc:e,extensions:[BC(),jC(),UC(),hT(),IE(),ME(),KE(),ZM(),qM(),mg.of([...VM,...OM,...gQ,...wT]),GZ(O),TQ,x,Dt.readOnly.of(s),Be.theme({"&":{height:"100%"},".cm-scroller":{overflow:"auto"}})]});a.current=new Be({state:v,parent:m})},[e,t,r,s]);return p.jsx("div",{ref:h,className:"h-full w-full overflow-hidden"})}),Sl={width:1920,height:1080},Jx=3,eR=10;function tR(n){const e=Number.isFinite(n.stageWidth)&&n.stageWidth>0?n.stageWidth:Sl.width,t=Number.isFinite(n.stageHeight)&&n.stageHeight>0?n.stageHeight:Sl.height,r=n.cardWidth/e,i=n.cardHeight/t;return Math.min(r,i)}function nR(n){return Number.isFinite(n)&&n!=null&&n>0&&n<Jx?n/2:Jx}function e5(n){if(n==null)return null;const e=Number.parseFloat(n);return Number.isFinite(e)&&e>0?e:null}function rR(n){var s,a;const e=n==null?void 0:n.contentWindow,t=(a=(s=e==null?void 0:e.__player)==null?void 0:s.getDuration)==null?void 0:a.call(s);if(Number.isFinite(t)&&t!=null&&t>0)return t;const r=n==null?void 0:n.contentDocument,i=(r==null?void 0:r.querySelector("[data-composition-id]"))??(r==null?void 0:r.documentElement)??null;return e5((i==null?void 0:i.getAttribute("data-composition-duration"))??null)??e5((i==null?void 0:i.getAttribute("data-duration"))??null)}function iR(n,e){var r,i,s,a;const t=(r=n==null?void 0:n.contentWindow)==null?void 0:r.__player;return t?e?((i=t.play)==null||i.call(t),!0):((s=t.pause)==null||s.call(t),(a=t.seek)==null||a.call(t,nR(rR(n))),!0):!1}function sR({projectId:n,comp:e,isActive:t,onSelect:r}){const[i,s]=d.useState(!1),[a,c]=d.useState(Sl),u=d.useRef(null),h=d.useRef(null),m=d.useRef(null),O=d.useCallback(M=>{m.current&&(clearTimeout(m.current),m.current=null);const N=A=>{iR(u.current,M)||A<=0||(m.current=setTimeout(()=>N(A-1),100))};N(eR)},[]),x=()=>{h.current=setTimeout(()=>s(!0),300)},v=()=>{h.current&&(clearTimeout(h.current),h.current=null),s(!1)},w=e.replace(/^compositions\//,"").replace(/\.html$/,""),k=`/api/projects/${n}/preview/comp/${e}`,$=tR({cardWidth:80,cardHeight:45,stageWidth:a.width,stageHeight:a.height});return d.useEffect(()=>{O(i)},[i,O]),d.useEffect(()=>()=>{h.current&&clearTimeout(h.current),m.current&&clearTimeout(m.current)},[]),p.jsxs("div",{onClick:r,onPointerEnter:x,onPointerLeave:v,className:`w-full text-left px-2 py-1.5 flex items-center gap-2.5 transition-colors cursor-pointer ${t?"bg-studio-accent/10 border-l-2 border-studio-accent":"border-l-2 border-transparent hover:bg-neutral-800/50"}`,children:[p.jsx("div",{className:"w-20 h-[45px] rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:p.jsx("iframe",{ref:u,src:k,sandbox:"allow-scripts allow-same-origin",loading:"lazy",className:"absolute left-0 top-0 border-none pointer-events-none",style:{transformOrigin:"0 0",width:a.width,height:a.height,transform:`scale(${$})`},onLoad:M=>{var N;try{const j=(N=M.currentTarget.contentDocument)==null?void 0:N.querySelector("[data-composition-id]"),T=Number(j==null?void 0:j.getAttribute("data-width"))||Sl.width,R=Number(j==null?void 0:j.getAttribute("data-height"))||Sl.height;c({width:T,height:R}),O(i)}catch{c(Sl)}},title:`${w} preview`,tabIndex:-1})}),p.jsxs("div",{className:"min-w-0 flex-1",children:[p.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate block",children:w}),p.jsx("span",{className:"text-[9px] text-neutral-600 truncate block",children:e})]})]})}const oR=d.memo(function({projectId:e,compositions:t,activeComposition:r,onSelect:i}){return t.length===0?p.jsx("div",{className:"flex-1 flex items-center justify-center px-4",children:p.jsx("p",{className:"text-xs text-neutral-600 text-center",children:"No compositions found"})}):p.jsx("div",{className:"flex-1 overflow-y-auto",children:t.map(s=>p.jsx(sR,{projectId:e,comp:s,isActive:r===s,onSelect:()=>i(s)},s))})});function Uw({src:n}){const[e,t]=d.useState(null);return d.useEffect(()=>{const r=document.createElement("video");r.crossOrigin="anonymous",r.muted=!0,r.preload="metadata";const i=document.createElement("canvas"),s=i.getContext("2d"),a=()=>{r.src="",r.load()};return r.addEventListener("loadedmetadata",()=>{r.currentTime=Math.min(2,r.duration*.1||2)}),r.addEventListener("seeked",()=>{s&&(i.width=r.videoWidth,i.height=r.videoHeight,s.drawImage(r,0,0),t(i.toDataURL("image/jpeg",.7)),a())}),r.addEventListener("error",a),r.src=n,r.load(),a},[n]),e?p.jsx("img",{src:e,alt:"",draggable:!1,className:"w-full h-full object-contain"}):p.jsx("div",{className:"w-full h-full bg-neutral-800 animate-pulse"})}function aR({serveUrl:n,name:e,isImage:t,isVideo:r,isAudio:i}){return p.jsxs(p.Fragment,{children:[t&&p.jsx("img",{src:n,alt:e,loading:"lazy",className:"w-full h-full object-contain",onError:s=>{s.target.style.display="none"}}),r&&p.jsx(Uw,{src:n}),i&&p.jsx("div",{className:"w-full h-full flex items-center justify-center",children:p.jsxs("svg",{width:"16",height:"16",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-purple-400",children:[p.jsx("path",{d:"M9 18V5l12-2v13",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("circle",{cx:"6",cy:"18",r:"3"}),p.jsx("circle",{cx:"18",cy:"16",r:"3"})]})}),!t&&!r&&!i&&p.jsx("div",{className:"w-full h-full flex items-center justify-center",children:p.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[p.jsx("path",{d:"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("polyline",{points:"14 2 14 8 20 8",strokeLinecap:"round",strokeLinejoin:"round"})]})})]})}function lR({projectId:n,asset:e,onCopy:t,isCopied:r,onDelete:i,onRename:s}){const[a,c]=d.useState(!1),[u,h]=d.useState(null),[m,O]=d.useState(!1),[x,v]=d.useState(""),[w,k]=d.useState(!1),$=e.split("/").pop()??e,M=`/api/projects/${n}/preview/${e}`,N=K2.test(e);return p.jsxs(p.Fragment,{children:[p.jsxs("div",{draggable:!0,onClick:()=>t(e),onDragStart:A=>{A.dataTransfer.effectAllowed="copy",A.dataTransfer.setData(Am,JSON.stringify({path:e})),A.dataTransfer.setData("text/plain",e)},onContextMenu:A=>{A.preventDefault(),h({x:A.clientX,y:A.clientY})},onPointerEnter:()=>c(!0),onPointerLeave:()=>c(!1),className:`w-full text-left px-2 py-1.5 flex items-center gap-2.5 transition-colors cursor-pointer ${r?"bg-studio-accent/10 border-l-2 border-studio-accent":"border-l-2 border-transparent hover:bg-neutral-800/50"}`,children:[p.jsxs("div",{className:"w-16 h-10 rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:[p.jsx(aR,{serveUrl:M,name:$,isImage:uu.test(e),isVideo:N,isAudio:J2.test(e)}),N&&a&&p.jsx("video",{src:M,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,className:"absolute inset-0 w-full h-full object-contain"})]}),p.jsx("div",{className:"min-w-0 flex-1",children:m?p.jsx("input",{autoFocus:!0,value:x,onChange:A=>v(A.target.value),onKeyDown:A=>{if(A.key==="Enter"){A.preventDefault();const j=x.trim();if(j&&j!==$){const T=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";s==null||s(e,T+j)}O(!1)}else A.key==="Escape"&&O(!1)},onBlur:()=>{const A=x.trim();if(A&&A!==$){const j=e.includes("/")?e.slice(0,e.lastIndexOf("/")+1):"";s==null||s(e,j+A)}O(!1)},onClick:A=>A.stopPropagation(),className:"w-full bg-neutral-800 text-neutral-200 text-[11px] px-1.5 py-0.5 rounded border border-neutral-600 outline-none focus:border-studio-accent",spellCheck:!1}):p.jsxs(p.Fragment,{children:[p.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate block",children:$}),r?p.jsx("span",{className:"text-[9px] text-studio-accent",children:"Copied!"}):p.jsx("span",{className:"text-[9px] text-neutral-600 truncate block",children:e})]})})]}),u&&p.jsx("div",{className:"fixed inset-0 z-[200]",onClick:()=>h(null),onContextMenu:A=>{A.preventDefault(),h(null)},children:p.jsxs("div",{className:"absolute bg-neutral-900 border border-neutral-700 rounded-lg shadow-xl py-1 min-w-[140px] text-xs",style:{left:u.x,top:u.y},children:[p.jsx("button",{onClick:A=>{A.stopPropagation(),t(e),h(null)},className:"w-full text-left px-3 py-1.5 text-neutral-300 hover:bg-neutral-800 transition-colors",children:"Copy path"}),s&&p.jsx("button",{onClick:A=>{A.stopPropagation(),v($),O(!0),h(null)},className:"w-full text-left px-3 py-1.5 text-neutral-300 hover:bg-neutral-800 transition-colors",children:"Rename"}),i&&p.jsx("button",{onClick:A=>{A.stopPropagation(),k(!0),h(null)},className:"w-full text-left px-3 py-1.5 text-red-400 hover:bg-neutral-800 transition-colors",children:"Delete"})]})}),w&&p.jsxs("div",{className:"px-2 py-1.5 bg-red-950/30 border-l-2 border-red-500 flex items-center justify-between gap-2",children:[p.jsxs("span",{className:"text-[10px] text-red-400 truncate",children:["Delete ",$,"?"]}),p.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[p.jsx("button",{onClick:A=>{A.stopPropagation(),i==null||i(e),k(!1)},className:"px-2 py-0.5 text-[10px] rounded bg-red-600 text-white hover:bg-red-500 transition-colors",children:"Delete"}),p.jsx("button",{onClick:A=>{A.stopPropagation(),k(!1)},className:"px-2 py-0.5 text-[10px] rounded text-neutral-400 hover:text-neutral-200 transition-colors",children:"Cancel"})]})]})]})}const cR=d.memo(function({projectId:e,assets:t,onImport:r,onDelete:i,onRename:s}){const a=d.useRef(null),[c,u]=d.useState(!1),[h,m]=d.useState(null),O=d.useCallback(w=>{w.preventDefault(),u(!1),w.dataTransfer.files.length&&(r==null||r(w.dataTransfer.files))},[r]),x=d.useCallback(async w=>{await cu(w)&&(m(w),setTimeout(()=>m(null),1500))},[]),v=t.filter(w=>Ly.test(w));return p.jsxs("div",{className:`flex-1 flex flex-col min-h-0 transition-colors ${c?"bg-studio-accent/[0.05]":""}`,onDragOver:w=>{w.preventDefault(),u(!0)},onDragLeave:()=>u(!1),onDrop:O,children:[r&&p.jsxs("div",{className:"px-3 py-2 border-b border-neutral-800/40 flex-shrink-0",children:[p.jsxs("button",{onClick:()=>{var w;return(w=a.current)==null?void 0:w.click()},className:"w-full flex items-center justify-center gap-1.5 px-2 py-1.5 text-[11px] rounded-lg border border-dashed border-neutral-700/50 text-neutral-500 hover:text-neutral-300 hover:border-neutral-600 transition-colors",children:[p.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2.5",strokeLinecap:"round",children:p.jsx("path",{d:"M12 5v14M5 12h14"})}),"Import media"]}),p.jsx("input",{ref:a,type:"file",accept:"video/*,image/*,audio/*",multiple:!0,className:"hidden",onChange:w=>{var k;(k=w.target.files)!=null&&k.length&&(r(w.target.files),w.target.value="")}})]}),p.jsx("div",{className:"flex-1 overflow-y-auto",children:v.length===0?p.jsxs("div",{className:"flex flex-col items-center justify-center h-full px-4 gap-2",children:[p.jsxs("svg",{width:"24",height:"24",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-700",children:[p.jsx("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("polyline",{points:"17 8 12 3 7 8",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("line",{x1:"12",y1:"3",x2:"12",y2:"15",strokeLinecap:"round"})]}),p.jsx("p",{className:"text-[10px] text-neutral-600 text-center",children:"Drop media files here"})]}):v.map(w=>p.jsx(lR,{projectId:e,asset:w,onCopy:x,isCopied:h===w,onDelete:i,onRename:s},w))})]})}),yr=n=>({title:t,...r})=>p.jsx(n,{alt:t,"aria-label":t,"aria-hidden":t?void 0:!0,...r}),t5=yr(IP),Wp=yr(lA),uR=yr(VP),dR=yr(RP),n5=yr(sA),Dg=yr(A3),fR=yr(aA),hR=yr(uA),ef=yr(hA),Xg=yr(iA),pR=yr(LP),mR=yr(Gy),tf=yr(jP),gR=yr(NP),OR=yr(QP),xR=yr(nA),Wn=14,er="duotone";function Gw({path:n}){var r;const e=((r=n.split(".").pop())==null?void 0:r.toLowerCase())??"",t="flex-shrink-0";return e==="html"?p.jsx(zP,{size:Wn,weight:er,color:"#E44D26",className:t}):e==="css"?p.jsx(FP,{size:Wn,weight:er,color:"#264DE4",className:t}):e==="js"||e==="mjs"||e==="cjs"?p.jsx(WP,{size:Wn,weight:er,color:"#F0DB4F",className:t}):e==="jsx"?p.jsx(BP,{size:Wn,weight:er,color:"#61DAFB",className:t}):e==="ts"||e==="mts"?p.jsx(GP,{size:Wn,weight:er,color:"#3178C6",className:t}):e==="tsx"?p.jsx(KP,{size:Wn,weight:er,color:"#3178C6",className:t}):e==="json"?p.jsx(XP,{size:Wn,weight:er,color:"#4ADE80",className:t}):e==="svg"?p.jsx(UP,{size:Wn,weight:er,color:"#F97316",className:t}):e==="md"||e==="mdx"?p.jsx(YP,{size:Wn,weight:er,color:"#9CA3AF",className:t}):e==="txt"?p.jsx(JP,{size:Wn,weight:er,color:"#9CA3AF",className:t}):e==="png"?p.jsx(qP,{size:Wn,weight:er,color:"#22C55E",className:t}):e==="jpg"||e==="jpeg"?p.jsx(HP,{size:Wn,weight:er,color:"#22C55E",className:t}):e==="webp"||e==="gif"||e==="ico"?p.jsx(rA,{size:Wn,weight:er,color:"#22C55E",className:t}):e==="mp4"||e==="webm"||e==="mov"?p.jsx(eA,{size:Wn,weight:er,color:"#A855F7",className:t}):e==="mp3"||e==="wav"||e==="ogg"||e==="m4a"?p.jsx(fA,{size:Wn,weight:er,color:"#3CE6AC",className:t}):e==="woff"||e==="woff2"||e==="ttf"||e==="otf"?p.jsx(cA,{size:Wn,weight:er,color:"#6B7280",className:t}):p.jsx(DP,{size:Wn,weight:er,color:"#6B7280",className:t})}function yR(n){const e={name:"",fullPath:"",children:new Map,isFile:!1};for(const t of n){const r=t.split("/");let i=e;for(let s=0;s<r.length;s++){const a=r[s],c=s===r.length-1,u=r.slice(0,s+1).join("/");i.children.has(a)||i.children.set(a,{name:a,fullPath:u,children:new Map,isFile:c}),i=i.children.get(a),c&&(i.isFile=!0)}}return e}function Kw(n){return Array.from(n.values()).sort((e,t)=>e.name==="index.html"?-1:t.name==="index.html"?1:!e.isFile&&t.isFile?-1:e.isFile&&!t.isFile?1:e.name.localeCompare(t.name))}function Fg(n,e){if(!e)return!1;if(n.fullPath===e)return!0;for(const t of n.children.values())if(Fg(t,e))return!0;return!1}function vR({state:n,onClose:e,onNewFile:t,onNewFolder:r,onRename:i,onDuplicate:s,onDelete:a}){const c=d.useRef(null);d.useEffect(()=>{const O=v=>{c.current&&!c.current.contains(v.target)&&e()},x=v=>{v.key==="Escape"&&e()};return document.addEventListener("mousedown",O),document.addEventListener("keydown",x),()=>{document.removeEventListener("mousedown",O),document.removeEventListener("keydown",x)}},[e]);const u=Math.min(n.x,window.innerWidth-180),h=Math.min(n.y,window.innerHeight-200),m=n.targetIsFolder?n.targetPath:n.targetPath.includes("/")?n.targetPath.slice(0,n.targetPath.lastIndexOf("/")):"";return p.jsxs("div",{ref:c,className:"fixed z-50 bg-neutral-900 border border-neutral-700 rounded-md shadow-lg py-1 min-w-[160px]",style:{left:u,top:h},children:[n.targetIsFolder&&p.jsxs(p.Fragment,{children:[p.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{t(n.targetPath),e()},children:[p.jsx(W4,{size:12,weight:"duotone",className:"text-neutral-500"}),"New File"]}),p.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{r(n.targetPath),e()},children:[p.jsx(y3,{size:12,weight:"duotone",className:"text-neutral-500"}),"New Folder"]}),p.jsx("div",{className:"border-t border-neutral-700 my-1"})]}),!n.targetIsFolder&&p.jsxs(p.Fragment,{children:[p.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{t(m),e()},children:[p.jsx(W4,{size:12,weight:"duotone",className:"text-neutral-500"}),"New File"]}),p.jsx("div",{className:"border-t border-neutral-700 my-1"})]}),p.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{i(n.targetPath),e()},children:[p.jsx(oA,{size:12,weight:"duotone",className:"text-neutral-500"}),"Rename"]}),!n.targetIsFolder&&p.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-neutral-300 hover:bg-neutral-800 cursor-pointer text-left",onClick:()=>{s(n.targetPath),e()},children:[p.jsx(_P,{size:12,weight:"duotone",className:"text-neutral-500"}),"Duplicate"]}),p.jsx("div",{className:"border-t border-neutral-700 my-1"}),p.jsxs("button",{className:"w-full flex items-center gap-2 px-3 py-1.5 text-xs text-red-400 hover:bg-red-900/30 cursor-pointer text-left",onClick:()=>{a(n.targetPath),e()},children:[p.jsx(dA,{size:12,weight:"duotone"}),"Delete"]})]})}function Ad({defaultValue:n,depth:e,isFolder:t,onCommit:r,onCancel:i}){const s=d.useRef(null),a=d.useRef(!1),[c,u]=d.useState(n);d.useEffect(()=>{const x=s.current;if(x)if(x.focus(),n&&n.includes(".")){const v=n.lastIndexOf(".");x.setSelectionRange(0,v)}else x.select()},[n]);const h=x=>{a.current||(a.current=!0,r(x))},m=x=>{if(x.key==="Enter"){x.preventDefault();const v=c.trim();v&&!(/[/\\]/.test(v)||v.includes(".."))?h(v):i()}else x.key==="Escape"&&(x.preventDefault(),i())},O=()=>{const x=c.trim();x&&x!==n&&!(/[/\\]/.test(x)||x.includes(".."))?h(x):i()};return p.jsxs("div",{className:"flex items-center gap-2 py-0.5 min-h-7",style:{paddingLeft:`${8+e*12+(t?0:14)}px`},children:[t?p.jsx(tA,{size:Wn,weight:"duotone",color:"#6B7280",className:"flex-shrink-0"}):p.jsx(Gw,{path:c}),p.jsx("input",{ref:s,value:c,onChange:x=>u(x.target.value),onKeyDown:m,onBlur:O,className:"flex-1 min-w-0 bg-neutral-800 text-neutral-200 text-xs px-1.5 py-0.5 rounded border border-neutral-600 outline-none focus:border-[#3CE6AC]",spellCheck:!1})]})}function bR({name:n,onConfirm:e,onCancel:t}){const r=d.useRef(null);return d.useEffect(()=>{const i=a=>{a.key==="Escape"&&t()},s=a=>{r.current&&!r.current.contains(a.target)&&t()};return document.addEventListener("keydown",i),document.addEventListener("mousedown",s),()=>{document.removeEventListener("keydown",i),document.removeEventListener("mousedown",s)}},[t]),p.jsxs("div",{ref:r,className:"mx-1 my-0.5 p-2 bg-neutral-800 border border-neutral-700 rounded-md text-xs",children:[p.jsxs("p",{className:"text-neutral-300 mb-2",children:["Delete ",p.jsx("span",{className:"font-medium text-neutral-100",children:n}),"?"]}),p.jsxs("div",{className:"flex gap-1.5",children:[p.jsx("button",{onClick:t,className:"flex-1 px-2 py-1 rounded bg-neutral-700 text-neutral-300 hover:bg-neutral-600 transition-colors",children:"Cancel"}),p.jsx("button",{onClick:e,className:"flex-1 px-2 py-1 rounded bg-red-900/60 text-red-300 hover:bg-red-800/60 transition-colors",children:"Delete"})]})]})}function Jw({node:n,depth:e,activeFile:t,onSelectFile:r,defaultOpen:i,onContextMenu:s,inlineInput:a,onDragStart:c,onDragOver:u,onDrop:h,onDragLeave:m,dragOverFolder:O}){const[x,v]=d.useState(i),w=d.useCallback(()=>v(A=>!A),[]),k=d.useMemo(()=>Kw(n.children),[n.children]),$=x?pR:mR,M=O===n.fullPath;return(a==null?void 0:a.mode)==="rename"&&a.originalPath===n.fullPath?p.jsx(Ad,{defaultValue:a.originalName??n.name,depth:e,isFolder:!0,onCommit:A=>{var j;(j=a==null?void 0:a.onCommit)==null||j.call(a,A)},onCancel:()=>{var A;(A=a==null?void 0:a.onCancel)==null||A.call(a)}}):p.jsxs(p.Fragment,{children:[p.jsxs("button",{draggable:!0,onDragStart:A=>c(A,n.fullPath),onClick:w,onContextMenu:A=>{A.preventDefault(),s(A,n.fullPath,!0)},onDragOver:A=>{A.preventDefault(),A.stopPropagation(),u(A,n.fullPath)},onDrop:A=>{A.preventDefault(),A.stopPropagation(),h(A,n.fullPath)},onDragLeave:m,className:`w-full flex items-center gap-1.5 px-2.5 py-1 min-h-7 text-left text-xs text-neutral-400 hover:bg-neutral-800/30 hover:text-neutral-300 transition-colors ${M?"bg-[#3CE6AC]/10 outline outline-1 outline-[#3CE6AC]/40":""}`,style:{paddingLeft:`${8+e*12}px`},children:[p.jsx($,{size:10,className:"flex-shrink-0 text-neutral-600"}),p.jsx("span",{className:"truncate font-medium",children:n.name})]}),x&&p.jsxs(p.Fragment,{children:[a&&(a.mode==="new-file"||a.mode==="new-folder")&&a.parentPath===n.fullPath&&p.jsx(Ad,{defaultValue:"",depth:e+1,isFolder:a.mode==="new-folder",onCommit:A=>{var j;(j=a==null?void 0:a.onCommit)==null||j.call(a,A)},onCancel:()=>{var A;(A=a==null?void 0:a.onCancel)==null||A.call(a)}}),k.map(A=>A.isFile&&A.children.size===0?p.jsx(A2,{node:A,depth:e+1,activeFile:t,onSelectFile:r,onContextMenu:s,inlineInput:a,onDragStart:c},A.fullPath):A.children.size>0?p.jsx(Jw,{node:A,depth:e+1,activeFile:t,onSelectFile:r,defaultOpen:Fg(A,t),onContextMenu:s,inlineInput:a,onDragStart:c,onDragOver:u,onDrop:h,onDragLeave:m,dragOverFolder:O},A.fullPath):p.jsx(A2,{node:A,depth:e+1,activeFile:t,onSelectFile:r,onContextMenu:s,inlineInput:a,onDragStart:c},A.fullPath))]})]})}function A2({node:n,depth:e,activeFile:t,onSelectFile:r,onContextMenu:i,inlineInput:s,onDragStart:a}){const c=n.fullPath===t;return(s==null?void 0:s.mode)==="rename"&&s.originalPath===n.fullPath?p.jsx(Ad,{defaultValue:s.originalName??n.name,depth:e,isFolder:!1,onCommit:h=>{var m;(m=s==null?void 0:s.onCommit)==null||m.call(s,h)},onCancel:()=>{var h;(h=s==null?void 0:s.onCancel)==null||h.call(s)}}):p.jsxs("button",{draggable:!0,onDragStart:h=>a(h,n.fullPath),onClick:()=>r(n.fullPath),onContextMenu:h=>{h.preventDefault(),i(h,n.fullPath,!1)},className:`w-full flex items-center gap-2 py-1 min-h-7 text-left transition-all text-xs ${c?"bg-neutral-800/60 text-neutral-200":"text-neutral-500 hover:bg-neutral-800/30 hover:text-neutral-300"}`,style:{paddingLeft:`${8+e*12+14}px`},children:[p.jsx(Gw,{path:n.name}),p.jsx("span",{className:"truncate",children:n.name})]})}const wR=d.memo(function({files:e,activeFile:t,onSelectFile:r,onCreateFile:i,onCreateFolder:s,onDeleteFile:a,onRenameFile:c,onDuplicateFile:u,onMoveFile:h,onImportFiles:m}){const O=d.useMemo(()=>yR(e),[e]),x=d.useMemo(()=>Kw(O.children),[O]),[v,w]=d.useState(null),[k,$]=d.useState(null),[M,N]=d.useState(null),[A,j]=d.useState(null),T=d.useRef(null),R=!!(i||s||a||c||u),Q=d.useCallback((C,D,ee)=>{R&&(C.preventDefault(),w({x:C.clientX,y:C.clientY,targetPath:D,targetIsFolder:ee}))},[R]),B=d.useCallback(()=>w(null),[]),K=d.useCallback(C=>{$({parentPath:C,mode:"new-file",onCommit:D=>{const ee=C?`${C}/${D}`:D;i==null||i(ee),$(null)},onCancel:()=>$(null)})},[i]),ie=d.useCallback(C=>{$({parentPath:C,mode:"new-folder",onCommit:D=>{const ee=C?`${C}/${D}`:D;s==null||s(ee),$(null)},onCancel:()=>$(null)})},[s]),le=d.useCallback(C=>{const D=C.includes("/")?C.slice(C.lastIndexOf("/")+1):C,ee=C.includes("/")?C.slice(0,C.lastIndexOf("/")):"";$({parentPath:ee,mode:"rename",originalPath:C,originalName:D,onCommit:Ee=>{if(Ee!==D){const Qe=ee?`${ee}/${Ee}`:Ee;c==null||c(C,Qe)}$(null)},onCancel:()=>$(null)})},[c]),V=d.useCallback(C=>{u==null||u(C)},[u]),ae=d.useCallback(C=>{N(C)},[]),Oe=d.useCallback(()=>{M&&(a==null||a(M),N(null))},[M,a]),ge=d.useCallback(()=>{N(null)},[]),Me=d.useCallback((C,D)=>{T.current=D,C.dataTransfer.effectAllowed="move",C.dataTransfer.setData("text/plain",D)},[]),he=d.useCallback((C,D)=>{j(D)},[]),_=d.useCallback((C,D)=>{if(C.dataTransfer.files.length>0&&!T.current){C.preventDefault(),m==null||m(C.dataTransfer.files,D||void 0),j(null);return}const ee=T.current;if(!ee||!h){j(null);return}const Ee=ee.includes("/")?ee.slice(ee.lastIndexOf("/")+1):ee,Qe=D?`${D}/${Ee}`:Ee;Qe!==ee&&!D.startsWith(ee+"/")&&h(ee,Qe),j(null),T.current=null},[h,m]),z=d.useCallback(()=>{j(null)},[]),G=d.useCallback(C=>{R&&C.target===C.currentTarget&&(C.preventDefault(),w({x:C.clientX,y:C.clientY,targetPath:"",targetIsFolder:!0}))},[R]);return p.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[R&&p.jsxs("div",{className:"flex items-center justify-between px-2.5 py-1.5 border-b border-neutral-800/50 flex-shrink-0",children:[p.jsx("span",{className:"text-[10px] font-semibold tracking-wider text-neutral-600 uppercase",children:"Files"}),p.jsxs("div",{className:"flex items-center gap-0.5",children:[p.jsx("button",{onClick:()=>K(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New File",children:p.jsx(A3,{size:12,weight:"bold"})}),p.jsx("button",{onClick:()=>ie(""),className:"p-0.5 rounded hover:bg-neutral-800 text-neutral-600 hover:text-neutral-400 transition-colors",title:"New Folder",children:p.jsx(y3,{size:12,weight:"duotone"})})]})]}),p.jsxs("div",{className:`flex-1 overflow-y-auto py-1 transition-colors ${A===""?"bg-[#3CE6AC]/5 outline outline-1 outline-[#3CE6AC]/30 -outline-offset-1":""}`,onContextMenu:G,onDragOver:C=>{C.preventDefault(),C.target===C.currentTarget&&j("")},onDragLeave:C=>{C.target===C.currentTarget&&j(null)},onDrop:C=>{C.preventDefault(),_(C,"")},children:[k&&(k.mode==="new-file"||k.mode==="new-folder")&&k.parentPath===""&&p.jsx(Ad,{defaultValue:"",depth:0,isFolder:k.mode==="new-folder",onCommit:C=>{var D;return(D=k.onCommit)==null?void 0:D.call(k,C)},onCancel:()=>{var C;return(C=k.onCancel)==null?void 0:C.call(k)}}),x.map(C=>C.isFile&&C.children.size===0?p.jsx(A2,{node:C,depth:0,activeFile:t,onSelectFile:r,onContextMenu:Q,inlineInput:k,onDragStart:Me},C.fullPath):p.jsx(Jw,{node:C,depth:0,activeFile:t,onSelectFile:r,defaultOpen:Fg(C,t),onContextMenu:Q,inlineInput:k,onDragStart:Me,onDragOver:he,onDrop:_,onDragLeave:z,dragOverFolder:A},C.fullPath))]}),M&&p.jsx("div",{className:"border-t border-neutral-800/50 flex-shrink-0",children:p.jsx(bR,{name:M.includes("/")?M.slice(M.lastIndexOf("/")+1):M,onConfirm:Oe,onCancel:ge})}),v&&p.jsx(vR,{state:v,onClose:B,onNewFile:K,onNewFolder:ie,onRename:le,onDuplicate:V,onDelete:ae})]})}),eS="hf-studio-sidebar-tab";function SR(){const n=localStorage.getItem(eS);return n==="assets"?"assets":n==="code"?"code":"compositions"}const kR=d.memo(function({width:e=240,projectId:t,compositions:r,assets:i,activeComposition:s,onSelectComposition:a,onImportFiles:c,fileTree:u,editingFile:h,onSelectFile:m,onCreateFile:O,onCreateFolder:x,onDeleteFile:v,onRenameFile:w,onDuplicateFile:k,onMoveFile:$,codeChildren:M,onLint:N,linting:A,onToggleCollapse:j,takeoverContent:T}){const[R,Q]=d.useState(SR),B=d.useCallback(K=>{Q(K),localStorage.setItem(eS,K)},[]);return un(()=>{const K=ie=>{!ie.metaKey&&!ie.ctrlKey||(ie.key==="1"&&(ie.preventDefault(),B("compositions")),ie.key==="2"&&(ie.preventDefault(),B("assets")))};return window.addEventListener("keydown",K),()=>window.removeEventListener("keydown",K)}),p.jsx("div",{className:"flex flex-col h-full bg-neutral-950 border-r border-neutral-800/50",style:{width:e},children:T?p.jsx("div",{className:"flex min-h-0 flex-1",children:T}):p.jsxs(p.Fragment,{children:[p.jsx("div",{className:"border-b border-neutral-800/50 px-3 py-3 flex-shrink-0",children:p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsxs("div",{className:"grid min-w-0 flex-1 gap-1 rounded-[18px] bg-neutral-900 p-1 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",style:{gridTemplateColumns:"0.9fr 1.25fr 0.9fr"},children:[p.jsx("button",{type:"button",onClick:()=>B("code"),className:`rounded-[14px] px-2.5 py-2 text-[10px] font-semibold transition-all ${R==="code"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Code"}),p.jsx("button",{type:"button",onClick:()=>B("compositions"),className:`rounded-[14px] px-2.5 py-2 text-[10px] font-semibold transition-all ${R==="compositions"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Compositions"}),p.jsx("button",{type:"button",onClick:()=>B("assets"),className:`rounded-[14px] px-2.5 py-2 text-[10px] font-semibold transition-all ${R==="assets"?"bg-neutral-800 text-white":"text-neutral-500 hover:text-neutral-200"}`,children:"Assets"})]}),j&&p.jsx("button",{type:"button",onClick:j,className:"flex h-8 w-8 flex-shrink-0 items-center justify-center rounded-md border border-transparent text-neutral-500 transition-colors hover:border-neutral-800 hover:bg-neutral-900 hover:text-neutral-300",title:"Hide sidebar","aria-label":"Hide sidebar",children:p.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("path",{d:"m14 7-5 5 5 5"}),p.jsx("path",{d:"M19 4v16"})]})})]})}),R==="compositions"&&p.jsx(oR,{projectId:t,compositions:r,activeComposition:s,onSelect:a}),R==="assets"&&p.jsx(cR,{projectId:t,assets:i,onImport:c,onDelete:v,onRename:w}),R==="code"&&p.jsxs("div",{className:"flex flex-1 min-h-0",children:[((u==null?void 0:u.length)??0)>0&&p.jsx("div",{className:"w-[160px] flex-shrink-0 border-r border-neutral-800 overflow-y-auto",children:p.jsx(wR,{files:u??[],activeFile:(h==null?void 0:h.path)??null,onSelectFile:m??(()=>{}),onCreateFile:O,onCreateFolder:x,onDeleteFile:v,onRenameFile:w,onDuplicateFile:k,onMoveFile:$,onImportFiles:c})}),p.jsx("div",{className:"flex-1 overflow-hidden min-w-0",children:M??p.jsx("div",{className:"flex items-center justify-center h-full text-neutral-600 text-sm",children:"Select a file to edit"})})]}),N&&p.jsx("div",{className:"border-t border-neutral-800 p-2 flex-shrink-0",children:p.jsxs("button",{onClick:N,disabled:A,className:"w-full flex items-center justify-center gap-1.5 px-2 py-1.5 rounded-md text-[11px] font-medium text-neutral-500 hover:text-amber-300 hover:bg-neutral-800 transition-colors disabled:opacity-40",children:[p.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[p.jsx("path",{d:"M9 11l3 3L22 4"}),p.jsx("path",{d:"M21 12v7a2 2 0 01-2 2H5a2 2 0 01-2-2V5a2 2 0 012-2h11"})]}),A?"Linting…":"Lint"]})})]})})});function PR(n){if(n<1e3)return`${n}ms`;const e=Math.round(n/1e3);return e<60?`${e}s`:`${Math.floor(e/60)}m ${e%60}s`}function AR(n){const e=Date.now()-n;return e<6e4?"just now":e<36e5?`${Math.floor(e/6e4)}m ago`:`${Math.floor(e/36e5)}h ago`}const $R=d.memo(function({job:e,projectId:t,onDelete:r}){const[i,s]=d.useState(!1),a=`/api/projects/${t}/renders/file/${e.filename}`,c=d.useCallback(()=>{window.open(a,"_blank")},[a]),u=d.useCallback(O=>{O.stopPropagation();const x=document.createElement("a");x.href=a,x.download=e.filename,x.click()},[a,e.filename]),h=a,m=e.status==="complete";return p.jsx("div",{onPointerEnter:()=>s(!0),onPointerLeave:()=>s(!1),onClick:m?c:void 0,className:["px-3 py-2.5 border-b border-neutral-800/30 last:border-0 transition-colors duration-150",m?"cursor-pointer hover:bg-neutral-800/30":""].filter(Boolean).join(" "),children:p.jsxs("div",{className:"flex items-center gap-2.5",children:[p.jsxs("div",{className:"w-20 h-[45px] rounded overflow-hidden bg-neutral-900 flex-shrink-0 relative",children:[m&&p.jsxs(p.Fragment,{children:[i&&p.jsx("video",{src:h,autoPlay:!0,muted:!0,loop:!0,playsInline:!0,className:"absolute inset-0 w-full h-full object-contain"}),p.jsx("div",{className:"absolute inset-0 transition-opacity duration-150",style:{opacity:i?0:1},children:p.jsx(Uw,{src:h})})]}),e.status==="rendering"&&p.jsx("div",{className:"w-full h-full flex items-center justify-center",children:p.jsx("div",{className:"w-2 h-2 rounded-full bg-studio-accent animate-pulse"})}),e.status==="failed"&&p.jsx("div",{className:"w-full h-full flex items-center justify-center",children:p.jsx("div",{className:"w-2 h-2 rounded-full bg-red-400"})}),e.status==="cancelled"&&p.jsx("div",{className:"w-full h-full flex items-center justify-center",children:p.jsx("div",{className:"w-2 h-2 rounded-full bg-neutral-600"})})]}),p.jsxs("div",{className:"flex-1 min-w-0",children:[p.jsxs("div",{className:"flex items-center gap-1.5",children:[p.jsx("span",{className:"text-[11px] font-medium text-neutral-300 truncate",children:e.filename}),e.durationMs&&p.jsx("span",{className:"text-[9px] text-neutral-600 flex-shrink-0",children:PR(e.durationMs)})]}),e.status==="rendering"&&p.jsxs("div",{className:"mt-1",children:[p.jsxs("div",{className:"flex items-center justify-between mb-0.5",children:[p.jsx("span",{className:"text-[9px] text-neutral-500",children:e.stage||"Rendering"}),p.jsxs("span",{className:"text-[9px] font-mono text-studio-accent",children:[e.progress,"%"]})]}),p.jsx("div",{className:"w-full h-1 bg-neutral-800 rounded-full overflow-hidden",children:p.jsx("div",{className:"h-full bg-studio-accent rounded-full transition-all duration-300",style:{width:`${e.progress}%`}})})]}),e.status==="failed"&&e.error&&p.jsx("span",{className:"text-[9px] text-red-400 mt-0.5 block",children:e.error}),e.status!=="rendering"&&p.jsx("span",{className:"text-[9px] text-neutral-600",children:AR(e.createdAt)})]}),i&&p.jsxs("div",{className:"flex items-center gap-1 flex-shrink-0",children:[m&&p.jsx("button",{onClick:u,className:"p-1 rounded text-neutral-500 hover:text-green-400 transition-colors",title:"Download",children:p.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",children:[p.jsx("path",{d:"M21 15v4a2 2 0 01-2 2H5a2 2 0 01-2-2v-4"}),p.jsx("polyline",{points:"7 10 12 15 17 10"}),p.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]})}),p.jsx("button",{onClick:O=>{O.stopPropagation(),r()},className:"p-1 rounded text-neutral-500 hover:text-red-400 transition-colors",title:"Remove",children:p.jsx("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:p.jsx("path",{d:"M18 6L6 18M6 6l12 12"})})})]})]})})}),CR={auto:{label:"Auto",title:"Render at the composition's authored resolution"},landscape:{label:"1080p ↔",title:"1920×1080 landscape"},portrait:{label:"1080p ↕",title:"1080×1920 portrait"},"landscape-4k":{label:"4K ↔",title:"3840×2160 — supersamples a 1080p composition via Chrome DPR. Slower, larger files."},"portrait-4k":{label:"4K ↕",title:"2160×3840 — supersamples a 1080p portrait composition via Chrome DPR."}},ER=["auto","landscape","portrait","landscape-4k","portrait-4k"],r5=ER.map(n=>({value:n,...CR[n]})),Bp={mp4:{label:"MP4",desc:"Best for general use. Smallest file, universal playback."},mov:{label:"MOV (ProRes 4444)",desc:"Transparent video. Works in CapCut, Final Cut Pro, Premiere, DaVinci Resolve, After Effects. Large files."},webm:{label:"WebM (VP9)",desc:"Transparent video for web. Smaller than MOV but limited editor support."}};function TR({format:n}){const[e,t]=d.useState(!1),r=d.useRef(void 0),i=()=>{clearTimeout(r.current),t(!0)},s=()=>{r.current=setTimeout(()=>t(!1),120)};d.useEffect(()=>()=>clearTimeout(r.current),[]);const a=Bp[n];return p.jsxs("div",{className:"relative",onPointerEnter:i,onPointerLeave:s,children:[p.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",strokeLinejoin:"round",className:"text-neutral-600 hover:text-neutral-400 transition-colors cursor-help",children:[p.jsx("circle",{cx:"12",cy:"12",r:"10"}),p.jsx("path",{d:"M9.09 9a3 3 0 015.83 1c0 2-3 3-3 3"}),p.jsx("line",{x1:"12",y1:"17",x2:"12.01",y2:"17"})]}),e&&p.jsxs("div",{className:"absolute top-full right-0 mt-1.5 w-52 p-2 rounded bg-neutral-900 border border-neutral-700 shadow-lg z-50",children:[p.jsx("p",{className:"text-[10px] font-semibold text-neutral-200 mb-0.5",children:a.label}),p.jsx("p",{className:"text-[9px] text-neutral-400 leading-tight",children:a.desc}),p.jsx("div",{className:"mt-1.5 pt-1.5 border-t border-neutral-800",children:["mp4","mov","webm"].filter(c=>c!==n).map(c=>p.jsxs("p",{className:"text-[9px] text-neutral-500 leading-relaxed",children:[p.jsx("span",{className:"text-neutral-400 font-medium",children:Bp[c].label})," — ",Bp[c].desc]},c))})]})]})}const i5=[{value:"draft",label:"Draft",title:"Fast render, smaller file"},{value:"standard",label:"Standard",title:"Good quality, balanced file size"},{value:"high",label:"High Quality",title:"Best quality, larger file"}];function MR({onStartRender:n,isRendering:e}){var O,x;const[t,r]=d.useState("mp4"),[i,s]=d.useState("standard"),[a,c]=d.useState("auto"),[u,h]=d.useState(30),m=t!=="mov";return p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx(TR,{format:t}),p.jsx("select",{value:a,onChange:v=>c(v.target.value),disabled:e,title:(O=r5.find(v=>v.value===a))==null?void 0:O.title,className:"h-5 px-1 text-[10px] rounded-l bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:r5.map(v=>p.jsx("option",{value:v.value,title:v.title,children:v.label},v.value))}),m&&p.jsx("select",{value:i,onChange:v=>s(v.target.value),disabled:e,title:(x=i5.find(v=>v.value===i))==null?void 0:x.title,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:i5.map(v=>p.jsx("option",{value:v.value,title:v.title,children:v.label},v.value))}),p.jsxs("select",{value:u,onChange:v=>h(Number(v.target.value)),disabled:e,title:"Frames per second",className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:[p.jsx("option",{value:24,children:"24fps"}),p.jsx("option",{value:30,children:"30fps"}),p.jsx("option",{value:60,children:"60fps"})]}),p.jsxs("select",{value:t,onChange:v=>r(v.target.value),disabled:e,className:"h-5 px-1 text-[10px] bg-neutral-800 border border-neutral-700 text-neutral-300 outline-none disabled:opacity-50",children:[p.jsx("option",{value:"mp4",children:"MP4"}),p.jsx("option",{value:"mov",children:"MOV"}),p.jsx("option",{value:"webm",children:"WebM"})]}),p.jsx("button",{onClick:()=>{n(t,i,a,u)},disabled:e,className:"flex items-center gap-1 px-2 py-0.5 text-[10px] font-semibold rounded-r bg-studio-accent text-[#09090B] hover:brightness-110 transition-colors disabled:opacity-50",children:e?"Rendering...":"Export"})]})}const QR=d.memo(function({jobs:e,projectId:t,onDelete:r,onClearCompleted:i,onStartRender:s,isRendering:a}){const c=d.useRef(null);d.useEffect(()=>{c.current&&c.current.scrollTo({top:c.current.scrollHeight,behavior:"smooth"})},[e.length]);const u=e.filter(h=>h.status!=="rendering").length;return p.jsxs("div",{className:"flex flex-col h-full",children:[p.jsx("div",{className:"flex items-center justify-end px-3 py-2 border-b border-neutral-800/50 flex-shrink-0",children:p.jsxs("div",{className:"flex items-center gap-1.5",children:[u>0&&p.jsx("button",{onClick:i,className:"text-[10px] text-neutral-600 hover:text-neutral-400 transition-colors",children:"Clear"}),p.jsx(MR,{onStartRender:s,isRendering:a})]})}),p.jsx("div",{ref:c,className:"flex-1 overflow-y-auto",children:e.length===0?p.jsxs("div",{className:"flex flex-col items-center justify-center h-full px-4 gap-2",children:[p.jsxs("svg",{width:"20",height:"20",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-700",children:[p.jsx("rect",{x:"2",y:"2",width:"20",height:"20",rx:"2.18",ry:"2.18",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("path",{d:"M7 2v20M17 2v20M2 12h20M2 7h5M2 17h5M17 17h5M17 7h5",strokeLinecap:"round",strokeLinejoin:"round"})]}),p.jsx("p",{className:"text-[10px] text-neutral-600 text-center",children:"No renders yet"})]}):e.map(h=>p.jsx($R,{job:h,projectId:t,onDelete:()=>r(h.id)},h.id))})]})});function jR(n){const[e,t]=d.useState([]),r=d.useRef(null),i=d.useRef(null),s=d.useCallback(async()=>{if(n)try{const h=await fetch(`/api/projects/${n}/renders`);if(!h.ok)return;const m=await h.json();Array.isArray(m.renders)&&t(O=>{const x=new Set(O.map(w=>w.id)),v=m.renders.filter(w=>!x.has(w.id)).map(w=>({id:w.id,status:w.status==="failed"?"failed":"complete",progress:100,filename:w.filename,createdAt:w.createdAt,durationMs:w.durationMs}));return[...O,...v]})}catch{}},[n]);d.useEffect(()=>{s()},[s]);const a=d.useCallback(async(h={})=>{if(!n)return;const m=h.fps??30,O=h.quality??"standard",x=h.format??"mp4",v=h.resolution,w=Date.now(),k={fps:m,quality:O,format:x};v&&v!=="auto"&&(k.resolution=v);let $;try{$=await fetch(`/api/projects/${n}/render`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify(k)})}catch{const R={id:crypto.randomUUID(),status:"failed",progress:0,error:"Could not reach render server. Use `hyperframes render` from the CLI instead.",filename:"Export failed",createdAt:w};t(Q=>[...Q,R]);return}if(!$.ok){const R={id:crypto.randomUUID(),status:"failed",progress:0,error:`Server error (${$.status}). Check the terminal for details.`,filename:"Export failed",createdAt:w};t(Q=>[...Q,R]);return}const{jobId:M}=await $.json(),A={mp4:".mp4",webm:".webm",mov:".mov"}[x]??".mp4",j={id:M,status:"rendering",progress:0,filename:`${M}${A}`,createdAt:w};t(R=>[...R,j]),i.current=M;const T=new EventSource(`/api/render/${M}/progress`);return r.current=T,T.addEventListener("progress",R=>{try{const Q=JSON.parse(R.data);t(B=>B.map(K=>K.id===M?{...K,progress:Q.progress??K.progress,stage:Q.stage??Q.message??K.stage,status:Q.status==="complete"?"complete":Q.status==="failed"?"failed":K.status,durationMs:Q.status==="complete"?Date.now()-w:void 0,error:Q.error??K.error}:K)),(Q.status==="complete"||Q.status==="failed")&&(T.close(),i.current=null)}catch{}}),T.onerror=()=>{T.close(),t(R=>R.map(Q=>Q.id===M&&Q.status==="rendering"?{...Q,status:"failed",error:"Connection lost. Is the render server running?"}:Q)),i.current=null},M},[n]),c=d.useCallback(async h=>{try{await fetch(`/api/render/${h}`,{method:"DELETE"})}catch{}t(m=>m.filter(O=>O.id!==h))},[]),u=d.useCallback(()=>{t(h=>h.filter(m=>m.status==="rendering"))},[]);return d.useEffect(()=>()=>{var h;(h=r.current)==null||h.close(),r.current=null},[n]),{jobs:e,startRender:a,deleteRender:c,clearCompleted:u,isRendering:e.some(h=>h.status==="rendering")}}const tS=2,ZR=1,s5=tS+ZR;function RR(n,e){const t=[],r=Math.floor(n.length/e);if(r===0)return Array(e).fill(0);for(let s=0;s<e;s++){let a=0;const c=s*r,u=Math.min(c+r,n.length);for(let h=c;h<u;h++){const m=Math.abs(n[h]??0);m>a&&(a=m)}t.push(a)}const i=Math.max(...t,.001);return t.map(s=>s/i)}function NR(n,e){let t=0;for(let s=0;s<n.length;s++)t=(t<<5)-t+n.charCodeAt(s)|0;t=Math.abs(t)||42;const r=()=>(t=t*16807%2147483647,(t&2147483647)/2147483647),i=[];for(let s=0;s<e;s++){const a=s/e,c=.3+.3*Math.sin(a*Math.PI*3.2)+.2*Math.sin(a*Math.PI*7.1);i.push(Math.max(.05,Math.min(1,c*(.4+.6*r()))))}return i}const o5=new Map,Yp=new Map,LR=d.memo(function({audioUrl:e,waveformUrl:t,label:r,labelColor:i}){const s=d.useRef(null),a=d.useRef(null),c=d.useRef(null),u=t??e,[h,m]=d.useState(o5.get(u)??null);d.useEffect(()=>{if(h||!u)return;let v=!1,w=Yp.get(u);return w||(w=(t?fetch(t).then(k=>k.json()).then(k=>{if(!Array.isArray(k.peaks))throw new Error("bad response");return k.peaks}):fetch(e).then(k=>k.arrayBuffer()).then(k=>{const $=new AudioContext;return $.decodeAudioData(k).finally(()=>$.close())}).then(k=>RR(k.getChannelData(0),4e3))).catch(()=>NR(u,4e3)).then(k=>(o5.set(u,k),k)).finally(()=>Yp.delete(u)),Yp.set(u,w)),w.then(k=>{v||m(k)}),()=>{v=!0}},[e,t,u,h]);const O=d.useCallback(()=>{const v=s.current,w=a.current;if(!v||!w||!h)return;const k=v.clientWidth||400,$=Math.min(Math.floor(k/s5),h.length);let M="";for(let N=0;N<$;N++){const A=Math.floor(N/$*h.length),j=h[A]??0,T=Math.max(3,Math.round(j*100)),R=(.45+j*.4).toFixed(2);M+=`<div style="position:absolute;bottom:0;left:${N*s5}px;width:${tS}px;height:${T}%;background:rgba(75,163,210,${R})"></div>`}w.innerHTML=M},[h]),x=d.useCallback(v=>{var w;(w=c.current)==null||w.disconnect(),s.current=v,v&&(O(),c.current=new ResizeObserver(()=>O()),c.current.observe(v))},[O]);return d.useEffect(()=>{O()},[O]),d.useEffect(()=>()=>{var v;(v=c.current)==null||v.disconnect()},[]),p.jsxs("div",{ref:x,className:"absolute inset-0 overflow-hidden",children:[p.jsx("div",{ref:a,className:"absolute left-0 right-0 bottom-0",style:{top:16}}),!h&&p.jsx("div",{className:"absolute left-0 right-0 bottom-0 animate-pulse",style:{top:16,background:"linear-gradient(90deg, rgba(255,255,255,0.02) 0%, rgba(255,255,255,0.05) 50%, rgba(255,255,255,0.02) 100%)"}}),p.jsx("div",{className:"absolute top-0 left-0 right-0 px-1.5 py-0.5 z-10",children:p.jsx("span",{className:"text-[9px] font-semibold truncate block leading-tight",style:{color:i,textShadow:"0 1px 3px rgba(0,0,0,0.9)"},children:r})})]})});function a5({findings:n,projectId:e,onClose:t}){const r=n.filter(h=>h.severity==="error"),i=n.filter(h=>h.severity==="warning"),s=n.length>0,[a,c]=d.useState(!1),u=async()=>{const h=n.map(x=>{let v=`[${x.severity}] ${x.message}`;return x.file&&(v+=`
77
- File: ${x.file}`),x.fixHint&&(v+=`
78
- Fix: ${x.fixHint}`),v}),m=`Fix these HyperFrames lint issues for project "${e}":
79
-
80
- Project path: ${window.location.href}
81
-
82
- ${h.join(`
83
-
84
- `)}`;await cu(m)&&(c(!0),setTimeout(()=>c(!1),2e3))};return p.jsx("div",{className:"fixed inset-0 z-[100] flex items-center justify-center bg-black/60 backdrop-blur-sm",onClick:t,children:p.jsxs("div",{className:"bg-neutral-950 border border-neutral-800 rounded-xl shadow-2xl w-full max-w-xl max-h-[80vh] flex flex-col overflow-hidden",onClick:h=>h.stopPropagation(),children:[p.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-neutral-800",children:[p.jsxs("div",{className:"flex items-center gap-3",children:[s?p.jsx("div",{className:"w-8 h-8 rounded-full bg-red-500/10 flex items-center justify-center",children:p.jsx(R1,{size:18,className:"text-red-400",weight:"fill"})}):p.jsx("div",{className:"w-8 h-8 rounded-full bg-studio-accent/10 flex items-center justify-center",children:p.jsx(Jy,{size:18,className:"text-studio-accent",weight:"fill"})}),p.jsxs("div",{children:[p.jsx("h2",{className:"text-sm font-semibold text-neutral-200",children:s?`${r.length} error${r.length!==1?"s":""}, ${i.length} warning${i.length!==1?"s":""}`:"All checks passed"}),p.jsx("p",{className:"text-xs text-neutral-500",children:"HyperFrame Lint Results"})]})]}),p.jsx("button",{onClick:t,className:"p-1.5 rounded-lg text-neutral-500 hover:text-neutral-200 hover:bg-neutral-800 transition-colors",children:p.jsx(eg,{size:16})})]}),s&&p.jsx("div",{className:"flex items-center justify-end px-5 py-2 border-b border-neutral-800/50",children:p.jsx("button",{onClick:u,className:`px-3 py-1 text-xs font-medium rounded-lg transition-colors ${a?"bg-green-600 text-white":"bg-studio-accent hover:bg-studio-accent/80 text-white"}`,children:a?"Copied!":"Copy to Agent"})}),p.jsxs("div",{className:"flex-1 overflow-y-auto px-5 py-3",children:[!s&&p.jsx("div",{className:"py-8 text-center text-neutral-500 text-sm",children:"No errors or warnings found. Your composition looks good!"}),r.map((h,m)=>p.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:p.jsxs("div",{className:"flex items-start gap-2",children:[p.jsx(R1,{size:14,className:"text-red-400 flex-shrink-0 mt-0.5",weight:"fill"}),p.jsxs("div",{className:"min-w-0",children:[p.jsx("p",{className:"text-sm text-neutral-200",children:h.message}),h.file&&p.jsx("p",{className:"text-xs text-neutral-600 font-mono mt-0.5",children:h.file}),h.fixHint&&p.jsxs("div",{className:"flex items-start gap-1 mt-1.5",children:[p.jsx(U1,{size:10,className:"text-studio-accent flex-shrink-0 mt-0.5"}),p.jsx("p",{className:"text-xs text-studio-accent",children:h.fixHint})]})]})]})},`e-${m}`)),i.map((h,m)=>p.jsx("div",{className:"py-3 border-b border-neutral-800/50 last:border-0",children:p.jsxs("div",{className:"flex items-start gap-2",children:[p.jsx(R1,{size:14,className:"text-amber-400 flex-shrink-0 mt-0.5"}),p.jsxs("div",{className:"min-w-0",children:[p.jsx("p",{className:"text-sm text-neutral-300",children:h.message}),h.file&&p.jsx("p",{className:"text-xs text-neutral-600 font-mono mt-0.5",children:h.file}),h.fixHint&&p.jsxs("div",{className:"flex items-start gap-1 mt-1.5",children:[p.jsx(U1,{size:10,className:"text-studio-accent flex-shrink-0 mt-0.5"}),p.jsx("p",{className:"text-xs text-studio-accent",children:h.fixHint})]})]})]})},`w-${m}`))]})]})})}function VR({projectId:n,filePath:e}){const t=`/api/projects/${n}/preview/${e}`,r=e.split("/").pop()??e;return uu.test(e)?p.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950",children:[p.jsx("img",{src:t,alt:r,className:"max-w-full max-h-[70%] object-contain rounded border border-neutral-800"}),p.jsx("span",{className:"mt-3 text-[11px] text-neutral-500 font-mono",children:e})]}):K2.test(e)?p.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950",children:[p.jsx("video",{src:t,controls:!0,className:"max-w-full max-h-[70%] rounded border border-neutral-800"}),p.jsx("span",{className:"mt-3 text-[11px] text-neutral-500 font-mono",children:e})]}):J2.test(e)?p.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950 gap-3",children:[p.jsxs("svg",{width:"48",height:"48",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[p.jsx("path",{d:"M9 18V5l12-2v13",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("circle",{cx:"6",cy:"18",r:"3"}),p.jsx("circle",{cx:"18",cy:"16",r:"3"})]}),p.jsx("audio",{src:t,controls:!0,className:"w-full max-w-[280px]"}),p.jsx("span",{className:"text-[11px] text-neutral-500 font-mono",children:e})]}):p.jsxs("div",{className:"flex flex-col items-center justify-center h-full p-4 bg-neutral-950 gap-2",children:[p.jsxs("svg",{width:"40",height:"40",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",className:"text-neutral-600",children:[p.jsx("path",{d:"M14 2H6a2 2 0 00-2 2v16a2 2 0 002 2h12a2 2 0 002-2V8z",strokeLinecap:"round",strokeLinejoin:"round"}),p.jsx("polyline",{points:"14 2 14 8 20 8",strokeLinecap:"round",strokeLinejoin:"round"})]}),p.jsx("span",{className:"text-sm text-neutral-400 font-medium",children:r}),p.jsx("span",{className:"text-[11px] text-neutral-600 font-mono",children:e}),p.jsx("span",{className:"text-[10px] text-neutral-600",children:"Binary file — preview not available"})]})}const _R=new Set(["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"]);function IR(n){return n.metaKey||n.ctrlKey||n.altKey?!1:_R.has(n.key)}function DR(n,e,t){var v,w;let r=null,i=null;try{r=n.contentDocument,i=n.contentWindow}catch{return[]}if(!r||!i)return[];const s=n.getBoundingClientRect(),a=t.getBoundingClientRect(),c=parseFloat(n.style.width)||s.width,u=s.width/c,h=s.left-a.left,m=s.top-a.top,O=r.querySelectorAll(".caption-group"),x=[];for(let k=0;k<e.groupOrder.length;k++){const $=e.groupOrder[k],M=e.groups.get($);if(!M)continue;const N=O[k];if(!N)continue;const A=i.getComputedStyle(N);if(parseFloat(A.opacity)<=.01||A.visibility==="hidden")continue;const j=[];for(const T of N.children){const R=T;if(R.dataset.captionWrapper==="true"){const Q=R.querySelector(":scope > span");Q&&j.push(Q)}else R.tagName==="SPAN"&&j.push(R)}if(j.length===0&&((v=N.textContent)!=null&&v.trim())){const T=N.childNodes[0];if(T&&T.nodeType===Node.TEXT_NODE){const R=(T.textContent||"").split(/\s+/).filter(Boolean),Q=r.createDocumentFragment();for(const B of R){const K=r.createElement("span");K.textContent=B+" ",K.style.display="inline",Q.appendChild(K),j.push(K)}N.replaceChild(Q,T)}else{const R=N.querySelector(":scope > span");if(R&&((w=R.textContent)!=null&&w.trim())){const Q=R.textContent.split(/\s+/).filter(Boolean),B=r.createDocumentFragment();for(const K of Q){const ie=r.createElement("span");ie.textContent=K+" ",ie.style.display="inline",B.appendChild(ie),j.push(ie)}R.replaceWith(B)}}}for(let T=0;T<M.segmentIds.length;T++){const R=M.segmentIds[T],Q=j[T];if(!Q)continue;const B=Q.getBoundingClientRect();x.push({segmentId:R,groupId:$,groupIndex:k,wordIndex:T,x:B.left*u+h,y:B.top*u+m,width:B.width*u,height:B.height*u})}}return x}function m1(n,e,t){let r=null;try{r=n.contentDocument}catch{return null}if(!r)return null;const i=r.querySelectorAll(".caption-group")[e];if(!i)return null;const s=[];for(const a of i.children){const c=a;if(c.dataset.captionWrapper==="true"){const u=c.querySelector(":scope > span");u&&s.push(u)}else c.tagName==="SPAN"&&s.push(c)}return s[t]??null}function Uc(n,e){const t=e.gsap;if(t&&t.getProperty)return{x:t.getProperty(n,"x")||0,y:t.getProperty(n,"y")||0,scale:t.getProperty(n,"scale")||1,rotation:t.getProperty(n,"rotation")||0};const r=n.style.transform||"",i=r.match(/scale\(([^)]+)\)/),s=r.match(/rotate\(([^)]+)deg\)/),a=r.match(/translate\(([^,]+)px,\s*([^)]+)px\)/);return{x:a?parseFloat(a[1]):0,y:a?parseFloat(a[2]):0,scale:i?parseFloat(i[1]):1,rotation:s?parseFloat(s[1]):0}}function kl(n){var i;if(n.dataset.captionWrapper==="true")return n;const e=n.parentElement;if(e&&e.dataset.captionWrapper==="true")return e;const r=n.ownerDocument.createElement("span");return r.style.display="inline-block",r.dataset.captionWrapper="true",(i=n.parentNode)==null||i.insertBefore(r,n),r.appendChild(n),r}function g1(n,e,t,r,i,s){const a=kl(n),c=e.gsap;c&&c.set?c.set(a,{x:t,y:r,scale:i,rotation:s}):a.style.transform=`translate(${t.toFixed(1)}px, ${r.toFixed(1)}px) rotate(${s.toFixed(1)}deg) scale(${i.toFixed(3)})`}function l5(n,e,t){const r=kl(e),{x:i,y:s,scale:a,rotation:c}=Uc(r,t),u={};Math.abs(i)>.5&&(u.x=i),Math.abs(s)>.5&&(u.y=s),Math.abs(a-1)>.001&&(u.scaleX=a,u.scaleY=a),Math.abs(c)>.1&&(u.rotation=c),Object.keys(u).length>0&&Xt.getState().updateSegmentStyle(n,u)}const zr=8,qp=20,XR=d.memo(function({iframeRef:e}){const t=Xt(j=>j.isEditMode),r=Xt(j=>j.model),i=Xt(j=>j.selectedSegmentIds),s=Xt(j=>j.selectSegment),a=Xt(j=>j.clearSelection),[c,u]=d.useState([]),h=d.useRef(null),m=d.useRef(r);m.current=r;const O=d.useRef(null);un(()=>{if(!t)return;let j=[];const T=()=>{const B=e.current,K=m.current,ie=h.current;if(!B||!K||!ie)return;const le=DR(B,K,ie);le.length===j.length&&le.every((V,ae)=>Math.abs(V.x-j[ae].x)<.5&&Math.abs(V.y-j[ae].y)<.5)||(j=le,u(le))},R=setInterval(T,66);T();const Q=B=>{const{selectedSegmentIds:K,model:ie}=Xt.getState();if(K.size===0||!ie)return;const le=B.key;if(!IR(B))return;B.preventDefault();const V=B.shiftKey?10:1,ae=le==="ArrowLeft"?-V:le==="ArrowRight"?V:0,Oe=le==="ArrowUp"?-V:le==="ArrowDown"?V:0,ge=e.current,Me=ge==null?void 0:ge.contentWindow;if(!(!ge||!Me))for(const he of K)for(let _=0;_<ie.groupOrder.length;_++){const z=ie.groups.get(ie.groupOrder[_]);if(!z)continue;const G=z.segmentIds.indexOf(he);if(G<0)continue;const C=m1(ge,_,G);if(!C)continue;const D=kl(C),ee=Uc(D,Me);g1(C,Me,ee.x+ae,ee.y+Oe,ee.scale,ee.rotation),l5(he,C,Me);break}};return window.addEventListener("keydown",Q),()=>{clearInterval(R),window.removeEventListener("keydown",Q)}});const x=d.useCallback(()=>{const j=e.current;if(!j)return 1;const T=j.getBoundingClientRect(),R=parseFloat(j.style.width)||T.width;return T.width/R},[e]),v=d.useCallback((j,T,R,Q)=>{Q.stopPropagation(),Q.currentTarget.setPointerCapture(Q.pointerId);const B=e.current;if(!B)return;const K=m1(B,j,T),ie=B.contentWindow;if(!K||!ie)return;const le=Uc(kl(K),ie);O.current={type:"move",wordEl:K,segmentId:R,startMX:Q.clientX,startMY:Q.clientY,origTX:le.x,origTY:le.y,origScale:le.scale,origRotation:le.rotation}},[e]),w=d.useCallback((j,T,R,Q)=>{var ge;Q.stopPropagation(),Q.preventDefault(),Q.currentTarget.setPointerCapture(Q.pointerId);const B=e.current;if(!B)return;const K=m1(B,j,T),ie=B.contentWindow;if(!K||!ie)return;const le=K.getBoundingClientRect(),V=x(),ae=le.left*V+(((ge=e.current)==null?void 0:ge.getBoundingClientRect().left)??0)+le.width*V/2,Oe=Uc(kl(K),ie);O.current={type:"scale",wordEl:K,segmentId:R,startMX:Q.clientX,startDxFromCenter:Q.clientX-ae,origTX:Oe.x,origTY:Oe.y,origScale:Oe.scale,origRotation:Oe.rotation}},[e,x]),k=d.useCallback((j,T)=>{T.stopPropagation(),T.preventDefault(),T.currentTarget.setPointerCapture(T.pointerId);const R=e.current;if(!R)return;const Q=m1(R,j.groupIndex,j.wordIndex),B=R.contentWindow;if(!Q||!B)return;const K=Uc(kl(Q),B);O.current={type:"rotate",wordEl:Q,segmentId:j.segmentId,startMX:T.clientX,origTX:K.x,origTY:K.y,origRotation:K.rotation,origScale:K.scale}},[e]),$=d.useCallback(()=>{var j;try{return((j=e.current)==null?void 0:j.contentWindow)??null}catch{return null}},[e]),M=d.useCallback(j=>{const T=O.current;if(!T)return;const R=$();if(R){if(T.type==="move"){const Q=x(),B=(j.clientX-T.startMX)/Q,K=(j.clientY-T.startMY)/Q;g1(T.wordEl,R,T.origTX+B,T.origTY+K,T.origScale,T.origRotation)}else if(T.type==="scale"){const Q=T.startMX-T.startDxFromCenter,B=Math.abs(T.startDxFromCenter),K=Math.abs(j.clientX-Q),ie=B>5?K/B:1,le=Math.max(.1,T.origScale*ie);g1(T.wordEl,R,T.origTX,T.origTY,le,T.origRotation)}else if(T.type==="rotate"){const B=(j.clientX-T.startMX)/200*90;g1(T.wordEl,R,T.origTX,T.origTY,T.origScale,T.origRotation+B)}}},[x,$]),N=d.useCallback(()=>{const j=O.current;if(j){const T=$();T&&l5(j.segmentId,j.wordEl,T),O.current=null}},[$]),A=d.useCallback(j=>{j.target===j.currentTarget&&a()},[a]);return t?p.jsx("div",{ref:h,className:"absolute inset-0 z-50",style:{pointerEvents:"auto"},onClick:A,onPointerMove:M,onPointerUp:N,onLostPointerCapture:N,children:c.map(j=>{const T=i.has(j.segmentId);return p.jsx("div",{className:["absolute",T?"ring-2 ring-studio-accent":"hover:ring-1 hover:ring-white/30"].join(" "),style:{left:j.x,top:j.y,width:j.width,height:j.height,cursor:T?"move":"pointer",touchAction:"none",borderRadius:2},onClick:R=>{R.stopPropagation(),s(j.segmentId,R.shiftKey)},onPointerDown:R=>{T&&v(j.groupIndex,j.wordIndex,j.segmentId,R)},children:T&&p.jsxs(p.Fragment,{children:[p.jsx("div",{style:{position:"absolute",left:"50%",top:-qp-zr,marginLeft:-zr/2,width:zr,height:zr,borderRadius:"50%",backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",cursor:"grab",touchAction:"none"},onPointerDown:R=>k(j,R)}),p.jsx("div",{style:{position:"absolute",left:"50%",top:-qp,width:1,height:qp,marginLeft:-.5,backgroundColor:"var(--hf-accent, #3CE6AC)",opacity:.5,pointerEvents:"none"}}),[{right:-zr/2,bottom:-zr/2,cursor:"nwse-resize"},{left:-zr/2,top:-zr/2,cursor:"nwse-resize"},{right:-zr/2,top:-zr/2,cursor:"nesw-resize"},{left:-zr/2,bottom:-zr/2,cursor:"nesw-resize"}].map((R,Q)=>p.jsx("div",{style:{position:"absolute",...R,width:zr,height:zr,backgroundColor:"var(--hf-accent, #3CE6AC)",border:"1px solid rgba(0,0,0,0.5)",borderRadius:2,touchAction:"none"},onPointerDown:B=>w(j.groupIndex,j.wordIndex,j.segmentId,B)},Q))]})},j.segmentId)})}):null}),Qo="w-full bg-neutral-900 border border-neutral-800 rounded px-1.5 py-0.5 text-2xs text-neutral-200 font-mono outline-none focus:border-neutral-600";function $2({label:n,children:e}){return p.jsxs("div",{className:"mb-3",children:[p.jsx("div",{className:"flex items-center gap-1.5 mt-2 mb-1.5",children:p.jsx("span",{className:"text-2xs font-medium text-neutral-500 uppercase tracking-wider",children:n})}),p.jsx("div",{className:"space-y-1",children:e})]})}function Ds({label:n,children:e}){return p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("span",{className:"text-2xs text-neutral-600 w-14 text-right flex-shrink-0",children:n}),p.jsx("div",{className:"flex-1 min-w-0",children:e})]})}const FR=["none","fade","slide-up","slide-down","slide-left","slide-right","pop","slam","bounce","typewriter","blur-in","flip","drop"],zR=["none","color-change","scale-pop","glow-pulse","underline-sweep","background-fill","bounce"],HR=["none","fade","slide-up","slide-down","slide-left","slide-right","scatter","drop","collapse","blur-out","shrink"],WR=["power1.out","power2.out","power3.out","power4.out","power1.in","power2.in","power3.in","power1.inOut","power2.inOut","back.out(1.7)","elastic.out(1,0.3)","bounce.out"];function Up({label:n,presets:e,animation:t,showIntensity:r,onChange:i}){const s=(t==null?void 0:t.preset)??"none",a=(t==null?void 0:t.duration)??.2,c=(t==null?void 0:t.ease)??"power2.out",u=(t==null?void 0:t.stagger)??0,h=(t==null?void 0:t.intensity)??1;return p.jsxs($2,{label:n,children:[p.jsx(Ds,{label:"Preset",children:p.jsx("select",{value:s,onChange:m=>i({preset:m.target.value}),className:Qo,children:e.map(m=>p.jsx("option",{value:m,children:m},m))})}),p.jsx(Ds,{label:"Duration",children:p.jsx("input",{type:"number",value:a,step:.05,min:0,max:2,onChange:m=>i({duration:Number(m.target.value)}),className:Qo})}),p.jsx(Ds,{label:"Ease",children:p.jsx("select",{value:c,onChange:m=>i({ease:m.target.value}),className:Qo,children:WR.map(m=>p.jsx("option",{value:m,children:m},m))})}),p.jsx(Ds,{label:"Stagger",children:p.jsx("input",{type:"number",value:u,step:.02,min:0,max:.5,onChange:m=>i({stagger:Number(m.target.value)}),className:Qo})}),r&&p.jsx(Ds,{label:"Intensity",children:p.jsxs("div",{className:"flex items-center gap-2",children:[p.jsx("input",{type:"range",min:0,max:1,step:.01,value:h,onChange:m=>i({intensity:Number(m.target.value)}),className:"flex-1 accent-studio-accent"}),p.jsx("span",{className:"text-2xs text-neutral-400 font-mono w-8 text-right flex-shrink-0",children:h.toFixed(2)})]})})]})}const BR=d.memo(function(){const e=Xt(v=>v.model),t=Xt(v=>v.selectedGroupId),r=Xt(v=>v.selectedSegmentIds),i=Xt(v=>v.updateGroupAnimation),s=Xt(v=>v.applyAnimationToAll);let a=t;if(!a&&e&&r.size>0){const v=[...r][0];if(v){for(const[w,k]of e.groups)if(k.segmentIds.includes(v)){a=w;break}}}const c=a?e==null?void 0:e.groups.get(a):void 0,u=c==null?void 0:c.animation,h=d.useCallback(v=>{a&&i(a,"entrance",v)},[a,i]),m=d.useCallback(v=>{a&&i(a,"highlight",v)},[a,i]),O=d.useCallback(v=>{a&&i(a,"exit",v)},[a,i]),x=d.useCallback(()=>{u&&s(u)},[u,s]);return!c||!a||!u?p.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:p.jsx("p",{className:"text-xs text-neutral-500",children:"Select a caption group to edit animations"})}):p.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[p.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[p.jsx(Up,{label:"Entrance",presets:FR,animation:u.entrance,onChange:h}),p.jsx(Up,{label:"Highlight",presets:zR,animation:u.highlight,showIntensity:!0,onChange:m}),p.jsx(Up,{label:"Exit",presets:HR,animation:u.exit,onChange:O})]}),p.jsx("div",{className:"flex-shrink-0 px-3 py-2 border-t border-neutral-800",children:p.jsx("button",{type:"button",onClick:x,className:"w-full py-1.5 rounded border border-neutral-700 text-2xs text-neutral-300 hover:border-studio-accent/50 hover:text-studio-accent transition-colors",children:"Apply to all groups"})})]})}),YR=d.memo(function({iframeRef:e}){var R;const t=Xt(Q=>Q.model),r=Xt(Q=>Q.selectedSegmentIds),i=Xt(Q=>Q.selectedGroupId),s=Xt(Q=>Q.updateSelectedStyle),a=Xt(Q=>Q.updateGroupStyle),[c,u]=d.useState("style"),h=r.size>0?[...r][0]:void 0,m=t==null?void 0:t.segments.get(h??"");let O=null;if(t&&h)for(const Q of t.groupOrder){const B=t.groups.get(Q);if(B&&B.segmentIds.includes(h)){O=Q;break}}const x=O?(R=t==null?void 0:t.groups.get(O))==null?void 0:R.style:void 0,v=(m==null?void 0:m.style)??{},w={...x,...v},k=d.useCallback(Q=>{var ae,Oe,ge;const B=e.current;if(!B||!t)return;let K=null;try{K=B.contentDocument}catch{return}if(!K)return;const ie=K.querySelectorAll(".caption-group"),le=[];for(const Me of r)for(let he=0;he<t.groupOrder.length;he++){const _=t.groups.get(t.groupOrder[he]);if(!_)continue;const z=_.segmentIds.indexOf(Me);if(z<0)continue;const G=ie[he];if(!G)continue;const C=G.children;let D=0;for(const ee of C){const Ee=ee;if(Ee.dataset.captionWrapper==="true"){const Qe=Ee.querySelector(":scope > span");if(Qe&&D===z){le.push(Qe);break}}else if(Ee.tagName==="SPAN"&&D===z){le.push(Ee);break}D++}break}if(Q.x!==void 0||Q.y!==void 0||Q.scaleX!==void 0||Q.scaleY!==void 0||Q.rotation!==void 0)try{const Me=(Oe=(ae=e.current)==null?void 0:ae.contentWindow)==null?void 0:Oe.gsap;if(Me)for(const he of le){let _=he.parentElement;(!_||_.dataset.captionWrapper!=="true")&&(_=K.createElement("span"),_.style.display="inline-block",_.dataset.captionWrapper="true",(ge=he.parentNode)==null||ge.insertBefore(_,he),_.appendChild(he));const z=Me.getProperty(_,"x")||0,G=Me.getProperty(_,"y")||0,C=Me.getProperty(_,"scale")||1,D=Me.getProperty(_,"rotation")||0;Me.set(_,{x:Q.x??z,y:Q.y??G,scale:Q.scaleX??C,rotation:Q.rotation??D})}}catch{}},[e,t,r]),$=d.useCallback(Q=>{i?a(i,Q):s(Q),k(Q)},[i,a,s,k]);if(r.size===0)return p.jsx("div",{className:"flex items-center justify-center h-full px-4 text-center",children:p.jsx("p",{className:"text-xs text-neutral-500",children:"Select caption words to edit their style"})});const M=w.x??0,N=w.y??0,A=w.rotation??0,j=w.scaleX??1,T=r.size===1?"1 word":`${r.size} words`;return p.jsxs("div",{className:"flex flex-col h-full min-h-0",children:[p.jsxs("div",{className:"px-3 py-2 border-b border-neutral-800 flex-shrink-0",children:[p.jsx("div",{className:"flex items-center justify-between mb-1.5",children:p.jsx("span",{className:"text-2xs text-neutral-500",children:T})}),p.jsxs("div",{className:"flex gap-1",children:[p.jsx("button",{type:"button",onClick:()=>u("style"),className:["flex-1 py-0.5 rounded text-2xs font-medium transition-colors",c==="style"?"bg-studio-accent/20 text-studio-accent border border-studio-accent/50":"text-neutral-500 border border-neutral-800 hover:text-neutral-300 hover:border-neutral-600"].join(" "),children:"Style"}),p.jsx("button",{type:"button",onClick:()=>u("animation"),className:["flex-1 py-0.5 rounded text-2xs font-medium transition-colors",c==="animation"?"bg-studio-accent/20 text-studio-accent border border-studio-accent/50":"text-neutral-500 border border-neutral-800 hover:text-neutral-300 hover:border-neutral-600"].join(" "),children:"Animation"})]})]}),c==="animation"&&p.jsx(BR,{}),c==="style"&&p.jsxs("div",{className:"flex-1 overflow-y-auto px-3 py-2",children:[p.jsxs($2,{label:"Position",children:[p.jsx(Ds,{label:"X",children:p.jsx("input",{type:"number",value:M,onChange:Q=>$({x:Number(Q.target.value)}),className:Qo})}),p.jsx(Ds,{label:"Y",children:p.jsx("input",{type:"number",value:N,onChange:Q=>$({y:Number(Q.target.value)}),className:Qo})})]}),p.jsxs($2,{label:"Transform",children:[p.jsx(Ds,{label:"Scale",children:p.jsx("input",{type:"number",value:j,step:.1,onChange:Q=>$({scaleX:Number(Q.target.value),scaleY:Number(Q.target.value)}),className:Qo})}),p.jsx(Ds,{label:"Rotation",children:p.jsx("input",{type:"number",value:A,onChange:Q=>$({rotation:Number(Q.target.value)}),className:Qo})})]})]})]})}),c5=["#3CE6AC","#FF6B6B","#4ECDC4","#FFE66D","#A78BFA","#F472B6","#34D399","#FB923C","#60A5FA","#C084FC"],qR=d.memo(function({pixelsPerSecond:e,onSeek:t}){const r=Xt(k=>k.model),i=Xt(k=>k.selectedSegmentIds),s=Xt(k=>k.selectSegment),a=Xt(k=>k.updateSegmentTiming),c=Xt(k=>k.splitGroup),u=d.useRef(null),h=d.useCallback((k,$,M,N,A)=>{k.stopPropagation(),k.preventDefault(),k.target.setPointerCapture(k.pointerId),u.current={segId:$,edge:M,originalStart:N,originalEnd:A,startX:k.clientX}},[]),m=d.useCallback(k=>{const $=u.current;if(!$)return;const M=(k.clientX-$.startX)/e;if($.edge==="start"){const N=Math.max(0,$.originalStart+M),A=Math.min(N,$.originalEnd-.05);a($.segId,A,$.originalEnd)}else{const N=Math.max($.originalStart+.05,$.originalEnd+M),A=Math.max(0,N);a($.segId,$.originalStart,A)}},[e,a]),O=d.useCallback(()=>{u.current=null},[]),x=d.useCallback((k,$)=>{k.stopPropagation(),s($,k.shiftKey)},[s]),v=d.useCallback((k,$,M)=>{k.stopPropagation(),c($,M)},[c]),w=d.useCallback(k=>{if(!t)return;const $=k.currentTarget.getBoundingClientRect(),M=k.clientX-$.left-32,N=Math.max(0,M/e);t(N)},[t,e]);return r?p.jsx("div",{className:"relative select-none overflow-x-auto",style:{height:40,minWidth:"100%"},onPointerMove:m,onPointerUp:O,onPointerLeave:O,onClick:w,children:r.groupOrder.map((k,$)=>{const M=r.groups.get(k);if(!M)return null;const N=c5[$%c5.length];return M.segmentIds.map(A=>{const j=r.segments.get(A);if(!j)return null;const T=32+j.start*e,R=Math.max((j.end-j.start)*e,4),Q=i.has(A);return p.jsxs("div",{className:`absolute top-1 bottom-1 rounded flex items-center overflow-hidden cursor-pointer${Q?" ring-1 ring-white/50 z-10":""}`,style:{left:T,width:R,backgroundColor:N,zIndex:Q?10:1},onClick:B=>x(B,A),onDoubleClick:B=>v(B,k,A),children:[p.jsx("div",{className:"absolute left-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:B=>h(B,A,"start",j.start,j.end)}),p.jsx("span",{className:"flex-1 truncate px-2 pointer-events-none",style:{fontSize:9,color:"#000000",lineHeight:1},children:j.text}),p.jsx("div",{className:"absolute right-0 top-0 bottom-0 cursor-col-resize z-20",style:{width:6},onPointerDown:B=>h(B,A,"end",j.start,j.end)})]},A)})})}):null});function UR(n){const e=[];let t=0;for(const r of n.groupOrder){const i=n.groups.get(r);if(i)for(const s of i.segmentIds){const a=n.segments.get(s);if(a&&Object.keys(a.style).length>0){const c={wordIndex:t};a.wordId&&(c.wordId=a.wordId);const u=a.style;u.x!==void 0&&(c.x=u.x),u.y!==void 0&&(c.y=u.y),u.scaleX!==void 0&&(c.scale=u.scaleX),u.rotation!==void 0&&(c.rotation=u.rotation),u.activeColor!==void 0&&(c.activeColor=u.activeColor),u.dimColor!==void 0&&(c.dimColor=u.dimColor),u.opacity!==void 0&&(c.opacity=u.opacity),u.fontSize!==void 0&&(c.fontSize=u.fontSize),u.fontWeight!==void 0&&(c.fontWeight=u.fontWeight),u.fontFamily!==void 0&&(c.fontFamily=u.fontFamily),e.push(c)}t++}}return e}function GR(n){const e=d.useRef(n);e.current=n;const t=d.useRef(null),r=d.useRef(!1),i=d.useCallback(()=>{const a=Xt.getState();if(!a.model||!a.sourceFilePath||!a.isEditMode)return;const c=e.current;if(!c)return;const u=UR(a.model);fetch(`/api/projects/${c}/files/${encodeURIComponent("caption-overrides.json")}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:JSON.stringify(u,null,2)}).catch(h=>console.warn("[captions] auto-save failed:",h))},[]);un(()=>{let a=Xt.getState().model;const c=Xt.subscribe(u=>{if(!(!u.isEditMode||u.model===a||!u.model)){if(a=u.model,r.current){r.current=!1;return}t.current&&clearTimeout(t.current),t.current=setTimeout(i,800)}});return()=>{c(),t.current&&clearTimeout(t.current)}});const s=d.useCallback(async()=>{const a=Xt.getState();if(!a.model||!a.sourceFilePath)return;const c=e.current;if(c)try{const u=await fetch(`/api/projects/${c}/files/${encodeURIComponent("caption-overrides.json")}`);if(!u.ok)return;const h=await u.json();if(!h.content)return;const m=JSON.parse(h.content);if(!Array.isArray(m))return;const O=a.model,x=[],v=new Map;for(const k of O.groupOrder){const $=O.groups.get(k);if($)for(const M of $.segmentIds){x.push(M);const N=O.segments.get(M);N!=null&&N.wordId&&v.set(N.wordId,M)}}const w=new Map(O.segments);for(const k of m){const $=(k.wordId?v.get(k.wordId):void 0)??x[k.wordIndex];if(!$)continue;const M=w.get($);if(!M)continue;const N={...M.style};k.x!==void 0&&(N.x=k.x),k.y!==void 0&&(N.y=k.y),k.scale!==void 0&&(N.scaleX=k.scale,N.scaleY=k.scale),k.rotation!==void 0&&(N.rotation=k.rotation),k.activeColor!==void 0&&(N.activeColor=k.activeColor),k.dimColor!==void 0&&(N.dimColor=k.dimColor),k.opacity!==void 0&&(N.opacity=k.opacity),k.fontSize!==void 0&&(N.fontSize=k.fontSize),k.fontWeight!==void 0&&(N.fontWeight=k.fontWeight),k.fontFamily!==void 0&&(N.fontFamily=k.fontFamily),w.set($,{...M,style:N})}r.current=!0,Xt.getState().setModel({...O,segments:w})}catch{}},[]);return{save:i,loadOverrides:s}}const nS={fontFamily:"sans-serif",fontSize:48,fontWeight:700,fontStyle:"normal",textDecoration:"none",textTransform:"none",letterSpacing:0,lineHeight:1.2,color:"#ffffff",activeColor:"#ffffff",dimColor:"rgba(255, 255, 255, 0.3)",opacity:1,gradientFill:null,strokeWidth:0,strokeColor:"#000000",shadows:[],glow:null,x:0,y:0,rotation:0,scaleX:1,scaleY:1,skewX:0,skewY:0,transformOrigin:"center center",blendMode:"normal"},KR={backgroundColor:"transparent",backgroundOpacity:0,paddingTop:0,paddingRight:0,paddingBottom:0,paddingLeft:0,borderRadius:0,borderWidth:0,borderColor:"transparent",borderStyle:"solid",boxShadow:"none"},u5={preset:"fade",duration:.2,ease:"power2.out",stagger:0,staggerDirection:"start",intensity:1},cl={entrance:u5,highlight:null,exit:{...u5}};function JR(n,e){const{width:t,height:r,duration:i,wordsPerGroup:s=5}=e,a=new Map,c=new Map,u=[];for(let h=0;h<n.length;h+=s){const m=n.slice(h,h+s),O=`group-${h/s}`,x=[];m.forEach((w,k)=>{const $=`segment-${h+k}`,M={id:$,wordId:w.id??`w${h+k}`,text:w.text,start:w.start,end:w.end,groupIndex:k,style:{},animation:{}};a.set($,M),x.push($)});const v={id:O,segmentIds:x,style:{...nS},animation:{entrance:{...cl.entrance},highlight:cl.highlight,exit:{...cl.exit}},containerStyle:{...KR}};c.set(O,v),u.push(O)}return{width:t,height:r,duration:i,segments:a,groups:c,groupOrder:u,defaultAnimation:{entrance:{...cl.entrance},highlight:cl.highlight,exit:{...cl.exit}}}}function eN(n){const e=/(?:const|let|var)\s+(?:TRANSCRIPT|script)\s*=\s*(\[[\s\S]*?\]);/,t=n.match(e);if(!t)return[];const r=t[1];try{return nN(r)}catch{return[]}}function tN(n,e,t,r,i,s){const a=eN(t);if(a.length===0)return null;const c=n.querySelectorAll(".caption-group, .caption-line, .caption-block"),u=n.querySelectorAll(".word, .caption-word");let h=5;c.length>0&&u.length>0&&(h=Math.round(u.length/c.length),h<1&&(h=1));const m=JR(a,{width:r,height:i,duration:s,wordsPerGroup:h}),O=u.item(0),x=c.item(0),v=O??x;if(v){const w=e.getComputedStyle(v),k={},$=parseFloat(w.fontSize);!isNaN($)&&$>0&&(k.fontSize=$);const M=w.fontWeight;if(M){const Q=parseInt(M,10);k.fontWeight=isNaN(Q)?M:Q}const N=w.fontFamily;N&&(k.fontFamily=N);const A=w.color;A&&(k.color=A);const j=w.textTransform;(j==="none"||j==="uppercase"||j==="lowercase"||j==="capitalize")&&(k.textTransform=j);const T=w.letterSpacing;if(T&&T!=="normal"){const Q=parseFloat(T),B=k.fontSize??nS.fontSize;!isNaN(Q)&&B>0&&(k.letterSpacing=Q/B)}const R={};if(x){const Q=e.getComputedStyle(x),B=Q.backgroundColor;B&&B!=="rgba(0, 0, 0, 0)"&&B!=="transparent"&&(R.backgroundColor=B,R.backgroundOpacity=1);const K=parseFloat(Q.borderRadius);!isNaN(K)&&K>0&&(R.borderRadius=K);const ie=parseFloat(Q.paddingTop),le=parseFloat(Q.paddingRight),V=parseFloat(Q.paddingBottom),ae=parseFloat(Q.paddingLeft);isNaN(ie)||(R.paddingTop=ie),isNaN(le)||(R.paddingRight=le),isNaN(V)||(R.paddingBottom=V),isNaN(ae)||(R.paddingLeft=ae)}for(const Q of m.groupOrder){const B=m.groups.get(Q);B&&(B.style={...B.style,...k},B.containerStyle={...B.containerStyle,...R})}}return m}function nN(n){let e;try{e=JSON.parse(n)}catch{let r=n;r=r.replace(/'((?:[^'\\]|\\.)*)'/g,(i,s)=>`"${s.replace(/\\'/g,"'").replace(/"/g,'\\"')}"`),r=r.replace(/([{,]\s*)([a-zA-Z_$][a-zA-Z0-9_$]*)\s*:/g,'$1"$2":'),r=r.replace(/,(\s*[}\]])/g,"$1"),e=JSON.parse(r)}if(!Array.isArray(e))return[];const t=[];for(const r of e)if(r!==null&&typeof r=="object"&&typeof r.text=="string"&&typeof r.start=="number"&&typeof r.end=="number"){const i=r;t.push({...typeof i.id=="string"?{id:i.id}:{},text:i.text,start:i.start,end:i.end})}return t}const rN=100,iN=1500;function C2(n){let e=2166136261;for(let t=0;t<n.length;t+=1)e^=n.charCodeAt(t),e=Math.imul(e,16777619);return(e>>>0).toString(16).padStart(8,"0")}function E2(n){return{version:1,updatedAt:0,undo:[],redo:[]}}function sN(n){const e={};for(const[t,r]of Object.entries(n.files))r.before!==r.after&&(e[t]={before:r.before,after:r.after,beforeHash:C2(r.before),afterHash:C2(r.after)});return{id:n.id,projectId:n.projectId,label:n.label,kind:n.kind??"manual",coalesceKey:n.coalesceKey,createdAt:n.now,files:e}}function oN(n,e,t){if(Object.keys(e.files).length===0)return n;const r=iN,i=rN,s=n.undo[n.undo.length-1];let a=n.undo;if(s&&s.coalesceKey&&s.coalesceKey===e.coalesceKey&&e.createdAt-s.createdAt<=r){const c={};for(const[u,h]of Object.entries(e.files)){const m=s.files[u];c[u]=m?{before:m.before,after:h.after,beforeHash:m.beforeHash,afterHash:h.afterHash}:h}a=[...n.undo.slice(0,-1),{...e,files:c}]}else a=[...n.undo,e];return{version:1,updatedAt:e.createdAt,undo:a.slice(Math.max(0,a.length-i)),redo:[]}}function rS(n,e,t){for(const[r,i]of Object.entries(n.files)){const s=e==="undo"?i.afterHash:i.beforeHash;if(t[r]!==s)return{ok:!1,reason:"content-mismatch",path:r}}return{ok:!0}}function aN(n,e,t){const r=n.undo[n.undo.length-1];if(!r)return{ok:!1,reason:"empty",state:n,filesToWrite:{}};const i=rS(r,"undo",e);return i.ok?{ok:!0,entry:r,filesToWrite:Object.fromEntries(Object.entries(r.files).map(([s,a])=>[s,a.before])),state:{version:1,updatedAt:t,undo:n.undo.slice(0,-1),redo:[...n.redo,r]}}:{ok:!1,reason:i.reason,path:i.path,state:n,filesToWrite:{}}}function lN(n,e,t){const r=n.redo[n.redo.length-1];if(!r)return{ok:!1,reason:"empty",state:n,filesToWrite:{}};const i=rS(r,"redo",e);return i.ok?{ok:!0,entry:r,filesToWrite:Object.fromEntries(Object.entries(r.files).map(([s,a])=>[s,a.after])),state:{version:1,updatedAt:t,undo:[...n.undo,r],redo:n.redo.slice(0,-1)}}:{ok:!1,reason:i.reason,path:i.path,state:n,filesToWrite:{}}}const cN="hyperframes-studio-edit-history",uN=1,$d="project-history";function dN(){return new Promise((n,e)=>{if(!globalThis.indexedDB){e(new Error("IndexedDB is not available"));return}const t=globalThis.indexedDB.open(cN,uN);t.onupgradeneeded=()=>{const r=t.result;r.objectStoreNames.contains($d)||r.createObjectStore($d)},t.onerror=()=>e(t.error??new Error("Failed to open edit history db")),t.onsuccess=()=>n(t.result)})}function Gp(n,e){return dN().then(t=>new Promise((r,i)=>{const s=t.transaction($d,n),a=e(s.objectStore($d));a.onerror=()=>i(a.error??new Error("IndexedDB request failed")),a.onsuccess=()=>r(a.result),s.oncomplete=()=>t.close(),s.onerror=()=>{t.close(),i(s.error??new Error("IndexedDB transaction failed"))}}))}function fN(){return{async get(n){return await Gp("readonly",e=>e.get(n))??null},async set(n,e){await Gp("readwrite",t=>t.put(e,n))},async delete(n){await Gp("readwrite",e=>e.delete(n))}}}async function hN(n,e){return await n.get(e)??E2()}async function pN(n,e,t){await n.set(e,t)}function mN(n){return`edit-${n.toString(36)}-${Math.random().toString(36).slice(2,10)}`}function iS(n){const e=n.undo[n.undo.length-1]??null,t=n.redo[n.redo.length-1]??null;return{canUndo:!!e,canRedo:!!t,undoLabel:(e==null?void 0:e.label)??null,redoLabel:(t==null?void 0:t.label)??null,undoPaths:e?Object.keys(e.files):[],redoPaths:t?Object.keys(t.files):[],state:n}}async function d5(n,e){const t={},r={};for(const i of n){const s=await e(i);t[i]=s,r[i]=C2(s)}return{currentFiles:t,currentHashes:r}}async function f5({files:n,rollbackFiles:e,writeFile:t}){const r=[];try{for(const[i,s]of Object.entries(n))await t(i,s),r.push(i)}catch(i){try{for(const s of r.reverse())await t(s,e[s])}catch(s){throw new AggregateError([i,s],"Failed to apply edit history and rollback did not complete")}throw i}}function h5({projectId:n,storage:e,initialState:t,now:r=Date.now,onChange:i}){let s=t,a=Promise.resolve();const c=async h=>{s=h,i(h);try{await pN(e,n,h)}catch{}},u=async h=>{const m=a.then(async()=>{const{state:O,result:x}=await h(s);return O!==s&&await c(O),x});return a=m.then(()=>{},()=>{}),m};return{snapshot:()=>iS(s),async recordEdit(h){await u(async m=>{const O=r(),x=sN({...h,id:mN(O),projectId:n,now:O});return{state:oN(m,x),result:void 0}})},async undo(h){return u(async m=>{const O=m.undo[m.undo.length-1];if(!O)return{state:m,result:{ok:!1,reason:"empty"}};const{currentFiles:x,currentHashes:v}=await d5(Object.keys(O.files),h.readFile),w=aN(m,v,r());return w.ok?(await f5({files:w.filesToWrite,rollbackFiles:x,writeFile:h.writeFile}),{state:w.state,result:{ok:!0,label:w.entry.label,paths:Object.keys(w.entry.files)}}):{state:m,result:{ok:!1,reason:w.reason}}})},async redo(h){return u(async m=>{const O=m.redo[m.redo.length-1];if(!O)return{state:m,result:{ok:!1,reason:"empty"}};const{currentFiles:x,currentHashes:v}=await d5(Object.keys(O.files),h.readFile),w=lN(m,v,r());return w.ok?(await f5({files:w.filesToWrite,rollbackFiles:x,writeFile:h.writeFile}),{state:w.state,result:{ok:!0,label:w.entry.label,paths:Object.keys(w.entry.files)}}):{state:m,result:{ok:!1,reason:w.reason}}})}}}function gN(n){const e=d.useMemo(()=>n.storage??fN(),[n.storage]),t=n.now??Date.now,[r,i]=d.useState(()=>E2()),[s,a]=d.useState(!1),c=n.projectId,u=d.useRef(null);d.useEffect(()=>{let x=!1;const v=E2();if(u.current=null,i(v),a(!1),!c){a(!0);return}return hN(e,c).then(w=>{x||(u.current=h5({projectId:c,storage:e,initialState:w,now:t,onChange:i}),i(w))}).catch(()=>{x||(u.current=h5({projectId:c,storage:e,initialState:v,now:t,onChange:i}),i(v))}).finally(()=>{x||a(!0)}),()=>{x=!0}},[t,c,e]);const h=d.useCallback(async x=>{var v;await((v=u.current)==null?void 0:v.recordEdit(x))},[]),m=d.useCallback(async x=>{var v;return((v=u.current)==null?void 0:v.undo(x))??{ok:!1,reason:"empty"}},[]),O=d.useCallback(async x=>{var v;return((v=u.current)==null?void 0:v.redo(x))??{ok:!1,reason:"empty"}},[]);return{loaded:s,...iS(r),recordEdit:h,undo:m,redo:O}}function xa(n){return n.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function p5(n,e){return e==='"'?n.replace(/"/g,"&quot;"):n.replace(/'/g,"&#39;")}function ON(n){const e=[];let t="",r=null,i=!1,s=0;for(const a of n){if(i){t+=a,a===";"&&(i=!1);continue}if(a==="&"){i=!0,t+=a;continue}if(r){t+=a,a===r&&(r=null);continue}if(a==='"'||a==="'"){r=a,t+=a;continue}if(a==="("){s+=1,t+=a;continue}if(a===")"){s=Math.max(0,s-1),t+=a;continue}if(a===";"&&s===0){e.push(t),t="";continue}t+=a}return t&&e.push(t),e}function xN(n,e,t,r){const s=new RegExp(`(<[^>]*\\bid=(["'])${xa(e)}\\2[^>]*)>`,"i").exec(n);if(!s)return n;const a=s[1];return sS(n,a,t,r)}function sS(n,e,t,r){if(!e)return n;const i=/\bstyle=(["'])([\s\S]*?)\1/.exec(e);if(i){const s=i[2],a=i[1],c=new Map;for(const m of ON(s)){const O=m.indexOf(":");if(O<0)continue;const x=m.slice(0,O).trim(),v=m.slice(O+1).trim();x&&c.set(x,v)}c.set(t,r);const u=Array.from(c.entries()).map(([m,O])=>`${m}: ${p5(O,a)}`).join("; "),h=e.replace(i[0],`style=${a}${u}${a}`);return n.replace(e,h)}else{const s=e.replace(/>$/,"")+` style="${t}: ${p5(r,'"')}"`;return n.replace(e,s)}}function yN(n,e,t,r){const i=_u(n,e);if(!i)return n;const s=sS(i.tag,i.tag,t,r);return T2(n,i,s)}function T2(n,e,t){return`${n.slice(0,e.start)}${t}${n.slice(e.end)}`}function _u(n,e){if(e.id){const s=new RegExp(`(<[^>]*\\bid=(["'])${xa(e.id)}\\2[^>]*)>`,"i").exec(n);if((s==null?void 0:s.index)!=null)return{tag:s[1],start:s.index,end:s.index+s[1].length}}if(!e.selector)return null;const t=e.selector.match(/^\[data-composition-id="([^"]+)"\]$/);if(t){const i=t[1],a=new RegExp(`(<[^>]*\\bdata-composition-id=(["'])${xa(i)}\\2[^>]*)>`,"i").exec(n);if((a==null?void 0:a.index)!=null)return{tag:a[1],start:a.index,end:a.index+a[1].length}}const r=e.selector.match(/^\.([a-zA-Z0-9_-]+)$/);if(r){const i=r[1],s=new RegExp(`(<[^>]*\\bclass=(["'])[^"']*\\b${xa(i)}\\b[^"']*\\2[^>]*)>`,"gi"),a=e.selectorIndex??0;let c,u=0;for(;(c=s.exec(n))!==null;){if(u===a&&c.index!=null)return{tag:c[1],start:c.index,end:c.index+c[1].length};u+=1}}return null}function m5(n,e,t){const r=_u(n,e);if(!r)return;const i=t.startsWith("data-")?t:`data-${t}`,s=new RegExp(`\\b${i}=(["'])([^"']*)\\1`).exec(r.tag);return s==null?void 0:s[2]}function vN(n,e){const t=_u(n,e);return t==null?void 0:t.tag}function bN(n,e,t,r){const i=_u(n,e);if(!i)return n;const s=t.startsWith("data-")?t:`data-${t}`,a=new RegExp(`\\b${s}=(["'])([^"']*)\\1`),c=i.tag;if(a.test(c)){const h=c.replace(a,`${s}="${r}"`);return T2(n,i,h)}const u=c+` ${s}="${r}"`;return T2(n,i,u)}function wN(n,e,t,r){const s=new RegExp(`(<[^>]*\\bid=(["'])${xa(e)}\\2[^>]*)>`,"i").exec(n);if(!s)return n;const a=s[1],c=t.startsWith("data-")?t:`data-${t}`,u=new RegExp(`\\b${c}=(["'])([^"']*)\\1`);if(u.test(a)){const h=a.replace(u,`${c}="${r}"`);return n.replace(a,h)}else{const h=a+` ${c}="${r}"`;return n.replace(a,h)}}function SN(n,e,t){const i=new RegExp(`(<([a-z0-9-]+)[^>]*\\bid=(["'])${xa(e)}\\3[^>]*>)`,"i").exec(n);if(!i||i.index==null)return n;const s=i[1],a=i[2],c=i.index+s.length,u=oS(n,a,c);return u<0?n:`${n.slice(0,c)}${t}${n.slice(u)}`}function oS(n,e,t){const r=new RegExp(`</?${xa(e)}\\b[^>]*>`,"gi");r.lastIndex=t;let i=1,s;for(;(s=r.exec(n))!==null;){const a=s[0];if(a.startsWith("</")){if(i-=1,i===0)return s.index;continue}a.endsWith("/>")||(i+=1)}return-1}function kN(n,e,t){const r=_u(n,e);if(!r)return n;const i=/^<([a-z0-9-]+)/i.exec(r.tag),s=i==null?void 0:i[1];if(!s)return n;const a=oS(n,s,r.end+1);return a<0?n:`${n.slice(0,r.end+1)}${t}${n.slice(a)}`}function PN(n,e,t){switch(t.type){case"inline-style":return xN(n,e,t.property,t.value);case"attribute":return wN(n,e,t.property,t.value);case"text-content":return SN(n,e,t.value);default:return n}}function Ns(n,e,t){if(e.id){const r=PN(n,e.id,t);if(r!==n||!e.selector)return r}switch(t.type){case"inline-style":return yN(n,e,t.property,t.value);case"attribute":return bN(n,e,t.property,t.value);case"text-content":return kN(n,e,t.value);default:return n}}const M2="#project/";function aS(n){return encodeURIComponent(n)}function AN(n){return`${M2}${aS(n)}`}function $N(n){if(!n.startsWith(M2))return null;const e=n.slice(M2.length);if(!e||e.includes("/"))return null;try{return decodeURIComponent(e)}catch{return e}}function CN(n,e=""){const t=e&&!e.startsWith("/")?`/${e}`:e;return`/api/projects/${aS(n)}${t}`}function lS(n){return n&&n!=="master"?n:"index.html"}function g5({projectId:n,compositionPath:e,currentTime:t,origin:r=window.location.origin}){const i=lS(e),s=new URL(CN(n,`/thumbnail/${encodeURIComponent(i)}`),r);return s.searchParams.set("t",Math.max(0,t).toFixed(3)),s.searchParams.set("format","png"),s.searchParams.set("v",String(Date.now())),s.toString()}function O5(n,e){var s;const r=((s=lS(n).split("/").pop())==null?void 0:s.replace(/\.html$/i,""))||"frame",i=Math.max(0,e).toFixed(3).replace(".","-");return`${r}-${i}s.png`}var EN=My();function li(n){return Math.max(0,Math.min(255,Math.round(n)))}function zg(n){return Math.max(0,Math.min(1,n))}function Kp(n){return li(n).toString(16).padStart(2,"0")}function TN(n){return`${Math.round(zg(n)*100)/100}`}function Iu(n){const e=n.trim().toLowerCase();if(!e)return null;if(e==="transparent")return{red:0,green:0,blue:0,alpha:0};const t=e.match(/^#([0-9a-f]{3})$/i);if(t){const[s,a,c]=t[1].split("");return{red:Number.parseInt(s+s,16),green:Number.parseInt(a+a,16),blue:Number.parseInt(c+c,16),alpha:1}}const r=e.match(/^#([0-9a-f]{6})$/i);if(r)return{red:Number.parseInt(r[1].slice(0,2),16),green:Number.parseInt(r[1].slice(2,4),16),blue:Number.parseInt(r[1].slice(4,6),16),alpha:1};const i=e.match(/^rgba?\(\s*([0-9.]+)\s*,\s*([0-9.]+)\s*,\s*([0-9.]+)(?:\s*,\s*([0-9.]+))?\s*\)$/i);return i?{red:li(Number.parseFloat(i[1])),green:li(Number.parseFloat(i[2])),blue:li(Number.parseFloat(i[3])),alpha:zg(i[4]!=null?Number.parseFloat(i[4]):1)}:null}function Q2(n){const e=Iu(n);return e?B1(e):"#000000"}function B1(n){return`#${Kp(n.red)}${Kp(n.green)}${Kp(n.blue)}`}function O1(n){const e=li(n.red),t=li(n.green),r=li(n.blue),i=zg(n.alpha);return i>=1?`rgb(${e}, ${t}, ${r})`:`rgba(${e}, ${t}, ${r}, ${TN(i)})`}function MN(n){const e=li(n.red)/255,t=li(n.green)/255,r=li(n.blue)/255,i=Math.max(e,t,r),s=Math.min(e,t,r),a=i-s;let c=0;return a!==0&&(i===e?c=60*((t-r)/a%6):i===t?c=60*((r-e)/a+2):c=60*((e-t)/a+4)),c<0&&(c+=360),{hue:c,saturation:i===0?0:a/i,value:i}}function x5(n){const e=(n.hue%360+360)%360/60,t=Math.max(0,Math.min(1,n.saturation)),r=Math.max(0,Math.min(1,n.value)),i=r*t,s=i*(1-Math.abs(e%2-1)),a=r-i;let c=0,u=0,h=0;return e>=0&&e<1?(c=i,u=s):e>=1&&e<2?(c=s,u=i):e>=2&&e<3?(u=i,h=s):e>=3&&e<4?(u=s,h=i):e>=4&&e<5?(c=s,h=i):(c=i,h=s),{red:li((c+a)*255),green:li((u+a)*255),blue:li((h+a)*255)}}const QN=["closest-side","closest-corner","farthest-side","farthest-corner"];function cS(n){return n===" "||n===`
85
- `||n==="\r"||n===" "||n==="\f"}function j2(n){return n!=null&&n>="0"&&n<="9"}function uS(n){if(!n)return!1;let e=n[0]==="-"?1:0,t=0;for(;j2(n[e]);)e+=1,t+=1;if(n[e]===".")for(e+=1;j2(n[e]);)e+=1,t+=1;return t>0&&e===n.length}function Hg(n){if(!n)return null;const e=n.trim();if(!uS(e))return null;const t=Number(e);return Number.isFinite(t)?t:null}function Wg(n){const e=[];let t="";for(const r of n){if(cS(r)){t&&(e.push(t),t="");continue}t+=r}return t&&e.push(t),e}function Pl(n,e){return Wg(n.toLowerCase()).includes(e)}function Cd(n,e){if(!(n!=null&&n.endsWith("%")))return e;const t=Hg(n.slice(0,-1));return t==null?e:Du(t,0,100)}function dS(n){const e=n==null?void 0:n.trim().toLowerCase();return e!=null&&e.endsWith("deg")?Hg(e.slice(0,-3)):null}function jN(n){if(!n.endsWith("%"))return null;const e=n.slice(0,-1).trimEnd();let t=e.length;for(;t>0&&(j2(e[t-1])||e[t-1]===".");)t-=1;t>0&&e[t-1]==="-"&&(t-=1);const r=e.slice(t);return!uS(r)||t===0||!cS(e[t-1])?null:t}function Du(n,e,t){return Math.min(t,Math.max(e,n))}function ss(n){return Math.round(n*100)/100}function ZN(n,e){const t=Hg(n);return t==null?e:Du(t,0,100)}function Bg(n){const e=n.trim(),t=jN(e);if(t==null)return{color:e,position:null};const r=e.slice(0,-1).trimEnd();return{color:r.slice(0,t).trim(),position:ZN(r.slice(t),0)}}function nf(n){return n.length===0?[{color:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}]:n.length===1?[{color:n[0].color,position:0},{color:n[0].color,position:100}]:n.map((t,r)=>({color:t.color,position:t.position??r/(n.length-1)*100})).map(t=>({color:t.color,position:ss(Du(t.position,0,100))}))}function RN(n){const e=[];let t="",r=0;for(const i of n){if(i==="("&&(r+=1),i===")"&&(r=Math.max(0,r-1)),i===","&&r===0){t.trim()&&e.push(t.trim()),t="";continue}t+=i}return t.trim()&&e.push(t.trim()),e}function NN(n){const e=n.trim().toLowerCase(),t={"to top":0,"to top right":45,"to right top":45,"to right":90,"to bottom right":135,"to right bottom":135,"to bottom":180,"to bottom left":225,"to left bottom":225,"to left":270,"to top left":315,"to left top":315};return e in t?t[e]:null}function LN(n){const e=n[0]??"",t=NN(e),r=dS(e),i=r!=null,s=r??t??180,a=i||t!=null?n.slice(1):n;return{kind:"linear",repeating:!1,angle:s,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:nf(a.map(Bg))}}function VN(n){const e=n[0]??"",t=e.toLowerCase(),r=Pl(t,"at")||Pl(t,"circle")||Pl(t,"ellipse")||t.includes("closest-")||t.includes("farthest-"),i=r?e:"",s=r?n.slice(1):n,a=i.toLowerCase(),c=Wg(a),u=c.indexOf("at"),h=Pl(a,"circle")?"circle":"ellipse",m=QN.find(O=>c.includes(O))??"farthest-corner";return{kind:"radial",repeating:!1,angle:180,centerX:Cd(c[u+1],50),centerY:Cd(c[u+2],50),shape:h,radialSize:m,stops:nf(s.map(Bg))}}function _N(n){const e=n[0]??"",t=e.toLowerCase(),r=Pl(t,"from")||Pl(t,"at"),i=r?e:"",s=r?n.slice(1):n,a=Wg(i.toLowerCase()),c=a.indexOf("from"),u=a.indexOf("at");return{kind:"conic",repeating:!1,angle:dS(a[c+1])??0,centerX:Cd(a[u+1],50),centerY:Cd(a[u+2],50),shape:"ellipse",radialSize:"farthest-corner",stops:nf(s.map(Bg))}}function Z2(n){return{kind:"linear",repeating:!1,angle:135,centerX:50,centerY:50,shape:"ellipse",radialSize:"farthest-corner",stops:nf([{color:n&&n!=="transparent"?n:"rgba(60, 230, 172, 0.18)",position:0},{color:"rgba(255, 255, 255, 0.04)",position:100}])}}function IN(n){if(!n||n==="none")return null;const e=n.trim(),t=e.indexOf("(");if(t<=0||!e.endsWith(")"))return null;const r=e.slice(0,t).toLowerCase(),s={"linear-gradient":{kind:"linear",repeating:!1},"radial-gradient":{kind:"radial",repeating:!1},"conic-gradient":{kind:"conic",repeating:!1},"repeating-linear-gradient":{kind:"linear",repeating:!0},"repeating-radial-gradient":{kind:"radial",repeating:!0},"repeating-conic-gradient":{kind:"conic",repeating:!0}}[r];if(!s)return null;const{kind:a,repeating:c}=s,u=RN(e.slice(t+1,-1));return{...a==="linear"?LN(u):a==="radial"?VN(u):_N(u),repeating:c}}function DN(n){return`${n.color} ${ss(n.position)}%`}function Ed(n){const e=`${n.repeating?"repeating-":""}${n.kind}-gradient`,t=n.stops.map(DN).join(", ");return n.kind==="linear"?`${e}(${ss(n.angle)}deg, ${t})`:n.kind==="radial"?`${e}(${n.shape} ${n.radialSize} at ${ss(n.centerX)}% ${ss(n.centerY)}%, ${t})`:`${e}(from ${ss(n.angle)}deg at ${ss(n.centerX)}% ${ss(n.centerY)}%, ${t})`}function Jp(n,e,t){return Math.round(n+(e-n)*t)}function em(n){return n.toString(16).padStart(2,"0")}function XN(n,e){var $;const t=Du(e,0,100),r=[...n.stops].sort((M,N)=>M.position-N.position),i=r.find(M=>Math.abs(M.position-t)<.001);if(i)return i.color;const s=r.find(M=>M.position>t)??r.at(-1),a=[...r].reverse().find(M=>M.position<t)??r[0];if(!a||!s)return(($=r[0])==null?void 0:$.color)??"rgba(255, 255, 255, 1)";if(a===s)return a.color;const c=a.color,u=s.color,h=c?v5(c):null,m=u?v5(u):null;if(!h||!m)return a.color;const O=(t-a.position)/Math.max(1,s.position-a.position),x=Jp(h.red,m.red,O),v=Jp(h.green,m.green,O),w=Jp(h.blue,m.blue,O),k=ss(h.alpha+(m.alpha-h.alpha)*O);return k>=1?`#${em(x)}${em(v)}${em(w)}`.toUpperCase():`rgba(${x}, ${v}, ${w}, ${k})`}function y5(n,e){const t=ss(Du(e,0,100)),r=XN(n,t),i=[...n.stops,{color:r,position:t}].sort((s,a)=>s.position-a.position);return{...n,stops:i}}function v5(n){const e=n.trim().toLowerCase();if(e==="transparent")return{red:0,green:0,blue:0,alpha:0};const t=e.match(/^#([0-9a-f]{6})$/i);if(t)return{red:Number.parseInt(t[1].slice(0,2),16),green:Number.parseInt(t[1].slice(2,4),16),blue:Number.parseInt(t[1].slice(4,6),16),alpha:1};const r=e.match(/^rgba?\(\s*([0-9.]+)\s*,\s*([0-9.]+)\s*,\s*([0-9.]+)(?:\s*,\s*([0-9.]+))?\s*\)$/i);return r?{red:Number.parseFloat(r[1]),green:Number.parseFloat(r[2]),blue:Number.parseFloat(r[3]),alpha:r[4]!=null?Number.parseFloat(r[4]):1}:null}const fS=["position","display","top","left","right","bottom","inset","width","height","gap","justify-content","align-items","flex-direction","font-size","font-style","font-weight","font-family","line-height","letter-spacing","text-align","text-transform","color","background-color","background-image","opacity","mix-blend-mode","border-radius","border-width","border-style","border-color","border-top-width","border-top-style","border-top-color","outline-color","overflow","clip-path","box-shadow","filter","backdrop-filter","z-index","transform"];function ms(n){return typeof n=="object"&&n!==null&&"nodeType"in n&&typeof n.nodeType=="number"&&n.nodeType===1}function bo(n){if(!n)return null;const e=n.trim();if(!e.endsWith("px"))return null;const t=parseFloat(e);return Number.isFinite(t)?t:null}function FN(n){const e=(n??"none").trim();if(!e||e==="none")return!0;const t=e.match(/^matrix\(([^)]+)\)$/i);if(t){const a=t[1].split(",").map(c=>Number.parseFloat(c.trim()));return a.length!==6||a.some(c=>!Number.isFinite(c))?!1:Math.abs(a[0]-1)<1e-4&&Math.abs(a[1])<1e-4&&Math.abs(a[2])<1e-4&&Math.abs(a[3]-1)<1e-4&&Math.abs(a[4])<1e-4&&Math.abs(a[5])<1e-4}const r=e.match(/^matrix3d\(([^)]+)\)$/i);if(!r)return!1;const i=r[1].split(",").map(a=>Number.parseFloat(a.trim()));if(i.length!==16||i.some(a=>!Number.isFinite(a)))return!1;const s=[1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1];return i.every((a,c)=>Math.abs(a-s[c])<1e-4)}function zN(n){return["div","span","p","strong","h1","h2","h3","h4","h5","h6"].includes(n)}function hS(n){var r;const e={},t=(r=n.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(n);if(!t)return e;for(const i of fS){const s=t.getPropertyValue(i);s&&(e[i]=s)}return e}function b5(n,e){let t=n;for(;t;){const r=t;if(e.some(i=>r.hasAttribute(i)))return r;t=t.parentElement}return null}function ya(n,e){const t=b5(n,["data-composition-file","data-composition-src"]),r=b5(n,["data-composition-id"]),i=(t==null?void 0:t.getAttribute("data-composition-file"))??(t==null?void 0:t.getAttribute("data-composition-src"))??(r==null?void 0:r.getAttribute("data-composition-file"))??(r==null?void 0:r.getAttribute("data-composition-src"))??e??"index.html";return{sourceFile:i,compositionPath:i}}function HN(n){let e=n;for(;e;){if(e.classList.contains("clip")&&(!(e.hasAttribute("data-composition-src")||e.hasAttribute("data-composition-file"))||e===n))return e;e=e.parentElement}return null}function WN(n,e){if(e.preferClipAncestor){const t=HN(n);if(t)return t}return n}function pS(n){const e=Array.from(n.classList).map(r=>r.trim()).filter(Boolean);if(e.length===0)return;const t=e.find(r=>r!=="clip"&&!r.startsWith("__hf-"))??e[0];return t?`.${mS(t)}`:void 0}function mS(n){const e=globalThis.CSS;if(typeof(e==null?void 0:e.escape)=="function")return e.escape(n);if(n==="-")return"\\-";let t="";for(let r=0;r<n.length;r+=1){const i=n[r]??"",s=i.charCodeAt(0);if(s===0){t+="�";continue}const a=s>=48&&s<=57,c=s>=65&&s<=90,u=s>=97&&s<=122,h=s>=1&&s<=31||s===127,m=r===0&&a,O=r===1&&n.startsWith("-")&&a;if(h||m||O){t+=`\\${s.toString(16)} `;continue}if(c||u||a||i==="-"||i==="_"||s>=128){t+=i;continue}t+=`\\${i}`}return t}function R2(n){return n.replace(/\\/g,"\\\\").replace(/"/g,'\\"').replace(/\n/g,"\\a ").replace(/\r/g,"\\d ").replace(/\f/g,"\\c ")}function w5(n){const e=n==null?void 0:n.trim();if(!e)return;let t=e;try{t=new URL(e,"http://studio.local").pathname}catch{t=e}for(const r of["/preview/comp/","/preview/"]){const i=t.indexOf(r);if(i<0)continue;return t.slice(i+r.length).replace(/^\/+/,"")||e}return e}function N2(n,e){try{return Array.from(n.querySelectorAll(e))}catch{return[]}}function x1(n){var e;return((e=n.replace(/\.html$/i,"").replace(/^compositions\//i,"").split("/").at(-1))==null?void 0:e.replace(/[-_]+/g," ").replace(/\b\w/g,t=>t.toUpperCase()))??n}function gS(n){if(n.id)return`#${mS(n.id)}`;const e=n.getAttribute("data-composition-id");return e?`[data-composition-id="${R2(e)}"]`:pS(n)}function OS(n,e,t,r,i){if(!(t!=null&&t.startsWith(".")))return;const a=N2(n,t).filter(c=>ms(c)&&ya(c,i).sourceFile===r).indexOf(e);return a>=0?a:void 0}function xS(n){const e=n.selectorIndex??0;return`${n.sourceFile}:${n.id??n.selector??"layer"}:${e}`}function yS(n){const e=n.getAttribute("data-composition-id");if(e&&e!=="main")return x1(e);const t=n.getAttribute("data-composition-src")??n.getAttribute("data-composition-file");if(t)return x1(t);if(n.id)return x1(n.id);const r=pS(n);if(r)return x1(r.replace(/^\./,""));const i=(n.textContent??"").trim().replace(/\s+/g," ");return i?i.length>40?`${i.slice(0,39)}…`:i:n.tagName.toLowerCase()}const BN=new Set(["base","br","canvas","link","meta","script","source","style","template","track","wbr"]);function YN(n){var r;const e=n.tagName.toLowerCase();if(BN.has(e))return!1;const t=(r=n.ownerDocument.defaultView)==null?void 0:r.getComputedStyle(n);return!((t==null?void 0:t.display)==="none"||(t==null?void 0:t.visibility)==="hidden")}function rf(n,e){if(!YN(n))return null;const t=gS(n);if(!t)return null;const{sourceFile:r}=ya(n,e);return{id:n.id||void 0,selector:t,selectorIndex:OS(n.ownerDocument,n,t,r,e),sourceFile:r}}function qN(n){let e=0,t=n.parentElement;for(;t;)e+=1,t=t.parentElement;return e}function UN(n){var i;const e=n.getBoundingClientRect();if(e.width<=1||e.height<=1)return!1;const t=(i=n.ownerDocument.defaultView)==null?void 0:i.getComputedStyle(n);if(!t)return!0;if(t.display==="none"||t.visibility==="hidden")return!1;const r=Number.parseFloat(t.opacity);return!(Number.isFinite(r)&&r<=.01)}function GN(n,e){const t=n.tagName.toLowerCase(),r=n.getBoundingClientRect(),i=Math.max(1,r.width*r.height),s=Math.max(0,1e6-Math.min(i,1e6))/1e3,a=L2(n)||["img","video","canvas","svg"].includes(t)?2e3:0;return qN(n)*1e4+a+s-e}function KN(n,e){let t=null,r=0;for(const i of n){if(!ms(i)){r+=1;continue}if(UN(i)&&rf(i,e.activeCompositionPath)){const s=GN(i,r);(!t||s>t.score)&&(t={element:i,score:s})}r+=1}return(t==null?void 0:t.element)??null}function JN(n){var t;const e=(t=n.computedStyles["background-image"])==null?void 0:t.trim();return!!(e&&e!=="none")}function eL(n,e){if(!(n.tagName.toLowerCase()==="img"||JN(n)))return!1;const{width:i,height:s}=n.boundingBox;if(i<=1||s<=1)return!1;if(!e||e.width<=1||e.height<=1)return i>=960&&s>=540;const a=i*s/(e.width*e.height),c=i/e.width,u=s/e.height;return a>=.4||c>=.7&&u>=.5}function tL(n,e){return Array.from(n.children).filter(t=>ms(t)&&rf(t,e.activeCompositionPath)!==null)}function nL(n,e,t=99){if(!n)return 0;let r=0;const i=s=>{for(const a of Array.from(s.children))if(ms(a)&&(rf(a,e.activeCompositionPath)&&(r+=1,r>=t)||(i(a),r>=t)))return};return i(n),r}function rL(n,e,t=80){if(!n)return[];const r=[],i=(s,a)=>{if(r.length>=t)return;const c=rf(s,e.activeCompositionPath);c&&r.push({key:xS(c),element:s,label:yS(s),tagName:s.tagName.toLowerCase(),depth:a,childCount:tL(s,e).length,id:c.id??void 0,selector:c.selector??void 0,selectorIndex:c.selectorIndex,sourceFile:c.sourceFile});const u=c?a+1:a;for(const h of Array.from(s.children))if(ms(h)&&(i(h,u),r.length>=t))return};return i(n,0),r}function iL(n){const e={};for(const t of n.attributes)t.name.startsWith("data-")&&(e[t.name.slice(5)]=t.value);return e}function vS(n){const e={};for(const t of fS){const r=n.style.getPropertyValue(t);r&&(e[t]=r)}return e}function L2(n){return zN(n.tagName.toLowerCase())&&n.children.length===0}function sL(n,e,t,r){return r==="self"||t===1?"Content":`Text ${e+1}`}function S5(n,e,t,r){const i=n.tagName.toLowerCase();return{key:n.getAttribute("data-hf-text-key")??`${r}:${e}:${i}`,label:sL(i,e,t,r),value:n.textContent??"",tagName:i,attributes:Array.from(n.attributes).filter(a=>a.name!=="style").map(a=>({name:a.name,value:a.value})),inlineStyles:vS(n),computedStyles:hS(n),source:r}}function oL(n){const e=Array.from(n.children).filter(ms).filter(L2);return e.length>0?e.map((t,r)=>S5(t,r,e.length,"child")):L2(n)?[S5(n,0,1,"self")]:[]}function aL(n){return n.replace(/&/g,"&amp;").replace(/</g,"&lt;").replace(/>/g,"&gt;")}function lL(n){const e=Object.entries(n.inlineStyles).filter(([,t])=>!!t);return e.length===0?"":e.map(([t,r])=>`${t}: ${r}`).join("; ")}function k5(n){return n.filter(e=>e.source==="child").map(e=>{const t=[...e.attributes.filter(s=>s.name!=="data-hf-text-key"),{name:"data-hf-text-key",value:e.key}].map(s=>` ${s.name}="${s.value.replace(/"/g,"&quot;")}"`).join(""),r=lL(e),i=r?` style="${r.replace(/"/g,"&quot;")}"`:"";return`<${e.tagName}${t}${i}>${aL(e.value)}</${e.tagName}>`}).join("")}function cL(n){var e,t,r,i;return{key:`child:new:${Date.now()}`,label:"Text",value:"New text",tagName:"span",attributes:[],inlineStyles:{"font-family":((e=n==null?void 0:n.computedStyles)==null?void 0:e["font-family"])??"inherit","font-size":((t=n==null?void 0:n.computedStyles)==null?void 0:t["font-size"])??"16px","font-weight":((r=n==null?void 0:n.computedStyles)==null?void 0:r["font-weight"])??"400",color:((i=n==null?void 0:n.computedStyles)==null?void 0:i.color)??"inherit"},computedStyles:{},source:"child"}}function uL(n){if(!n.selector)return{canSelect:!1,canEditStyles:!1,canMove:!1,canResize:!1,canApplyManualOffset:!1,canApplyManualSize:!1,canApplyManualRotation:!1,reasonIfDisabled:"Studio could not resolve a stable patch target for this element."};const e=n.computedStyles.position,t=bo(n.inlineStyles.left)??bo(n.computedStyles.left),r=bo(n.inlineStyles.top)??bo(n.computedStyles.top),i=bo(n.inlineStyles.width)??bo(n.computedStyles.width),s=bo(n.inlineStyles.height)??bo(n.computedStyles.height),a=!FN(n.computedStyles.transform),c=(e==="absolute"||e==="fixed")&&t!=null&&r!=null&&!a,u=c&&(i!=null||s!=null),h=!n.isCompositionHost,m=h,O=h,x=h,v=h?void 0:"Select an internal layer to transform it.";return n.isCompositionHost&&n.isMasterView?{canSelect:!0,canEditStyles:!1,canMove:c,canResize:u,canApplyManualOffset:m,canApplyManualSize:O,canApplyManualRotation:x,reasonIfDisabled:v}:{canSelect:!0,canEditStyles:!0,canMove:c,canResize:u,canApplyManualOffset:m,canApplyManualSize:O,canApplyManualRotation:x,reasonIfDisabled:v}}function dL(n,e){var i;if(!n)return null;const t=n.ownerDocument;let r=WN(n,e);for(;r&&r!==t.body&&r!==t.documentElement;){const s=gS(r);if(!s){r=r.parentElement;continue}const{sourceFile:a,compositionPath:c}=ya(r,e.activeCompositionPath),u=OS(t,r,s,a,e.activeCompositionPath),h=r.getAttribute("data-composition-src")??r.getAttribute("data-composition-file")??void 0,m=vS(r),O=hS(r),x=oL(r),v=uL({selector:s,tagName:r.tagName.toLowerCase(),className:r.className,inlineStyles:m,computedStyles:O,isCompositionHost:!!h,isMasterView:e.isMasterView}),w=r.getBoundingClientRect();return{element:r,id:r.id||void 0,selector:s,selectorIndex:u,sourceFile:a,compositionPath:c,compositionSrc:h,isCompositionHost:!!h,label:yS(r),tagName:r.tagName.toLowerCase(),boundingBox:{x:w.left,y:w.top,width:w.width,height:w.height},textContent:((i=r.textContent)==null?void 0:i.trim())||null,dataAttributes:iL(r),inlineStyles:m,computedStyles:O,textFields:x,capabilities:v}}return null}function Ls(n){return[n.sourceFile||"index.html",n.id??"",n.selector??"",n.selectorIndex??""].join("|")}function Mi(n,e,t=null){if(e.id){const i=n.getElementById(e.id);if(ms(i)&&(!e.sourceFile||ya(i,t).sourceFile===e.sourceFile))return i}return e.selector?e.selector.startsWith(".")&&e.selectorIndex!=null?N2(n,e.selector).filter(s=>ms(s)&&(!e.sourceFile||ya(s,t).sourceFile===e.sourceFile))[e.selectorIndex]??null:N2(n,e.selector).filter(i=>ms(i)&&(!e.sourceFile||ya(i,t).sourceFile===e.sourceFile))[0]??null:null}function fL(n,e,t){var O;const r=typeof e.id=="string"?e.id:"",i=w5(e.compositionSrc)??((O=t.compIdToSrc)==null?void 0:O.get(r)),s=i??w5(e.sourceFile)??t.activeCompositionPath??"index.html",a=R2(r),c=i?R2(i):null,u=e.selector??(i?`[data-composition-src="${c}"],[data-composition-file="${c}"],[data-composition-id="${a}"]`:a?`[data-composition-id="${a}"]`:void 0);if(u||e.domId){const x=Mi(n,{id:e.domId??void 0,selector:u,selectorIndex:e.selectorIndex,sourceFile:s},t.activeCompositionPath);if(x)return x}const h=!!(e.domId||e.selector||i);if(t.isMasterView||h||!t.activeCompositionPath)return null;const m=n.querySelector("[data-composition-id]");return ms(m)&&ya(m,t.activeCompositionPath).sourceFile===s?m:null}function y1(n,e){return{type:"inline-style",property:n,value:e}}function P5(n){return{type:"text-content",property:"text",value:n}}function hL(n){return`x=${Math.round(n.x)}, y=${Math.round(n.y)}, width=${Math.round(n.width)}, height=${Math.round(n.height)}`}function A5(n){return Object.entries(n).filter(([,e])=>e&&e!=="initial").map(([e,t])=>`${e}: ${t}`).join(`
86
- `)}function pL(n){return n.map(e=>`- key=${e.key}; tag=<${e.tagName}>; source=${e.source}; text=${JSON.stringify(e.value)}`).join(`
87
- `)}function mL({selection:n,currentTime:e,tagSnippet:t,selectionContext:r,userInstruction:i,sourceFilePath:s}){const a=(s==null?void 0:s.trim())||n.sourceFile,c=["## HyperFrames element edit request v1","Schema version: 1","",(i==null?void 0:i.trim())||"Edit this selected HyperFrames element.","",`Composition: ${n.compositionPath}`,`Playback time: ${Mr(e)}`,`Source file: ${a}`,`DOM id: ${n.id??"(none)"}`,`Selector: ${n.selector??"(none)"}`,`Selector index: ${n.selectorIndex??0}`,`Tag: <${n.tagName}>`,`Bounds: ${hL(n.boundingBox)}`];n.textContent&&c.push(`Text: ${n.textContent}`);const u=r==null?void 0:r.trim();u&&c.push("","Selection context:",u);const h=pL(n.textFields);h&&c.push("","Text fields:",h);const m=A5(n.inlineStyles);m&&c.push("","Inline styles:",m);const O=A5(n.computedStyles);return O&&c.push("","Computed styles (browser-resolved):",O),t&&c.push("","Target HTML:",t),c.push("","Guardrails:","- Make a targeted change to this element only.","- Preserve the rest of the composition and its timing.","- Do not modify other elements' data-* attributes or positioning.","- Prefer existing inline styles or existing CSS rules for this element over adding unrelated selectors."),c.join(`
88
- `)}function bS(n){return n.textFields.length>0&&!n.isCompositionHost}const $o=".hyperframes/studio-manual-edits.json",Bs="--hf-studio-offset-x",Ys="--hf-studio-offset-y",ja="--hf-studio-width",Za="--hf-studio-height",Us="--hf-studio-rotation",Pa="data-hf-studio-path-offset",Wl="data-hf-studio-manual-edit-gesture",Aa="data-hf-studio-box-size",$a="data-hf-studio-rotation",Io="data-hf-studio-original-translate",Ca="data-hf-studio-original-inline-translate",sf="data-hf-studio-original-width",of="data-hf-studio-original-height",Xu="data-hf-studio-original-min-width",af="data-hf-studio-original-min-height",lf="data-hf-studio-original-max-width",cf="data-hf-studio-original-max-height",Fu="data-hf-studio-original-flex-basis",uf="data-hf-studio-original-flex-grow",df="data-hf-studio-original-flex-shrink",ff="data-hf-studio-original-box-sizing",Do="data-hf-studio-original-scale",zu="data-hf-studio-original-transform-origin",hf="data-hf-studio-original-display",Xo="data-hf-studio-original-rotate",Ea="data-hf-studio-original-inline-rotate",Ta="data-hf-studio-original-rotation-transform-origin",Ra="data-hf-studio-rotation-draft",gL="__hfStudioManualEditsApply",V2="__hfStudioManualEditsWrapped",v1="__hfStudioManualEditsPlaybackFrame",OL="center center";let $5=0;function Al(){return{version:1,edits:[]}}function zs(n){return typeof n=="number"&&Number.isFinite(n)?n:null}function xL(n){if(!n||typeof n!="object")return null;const e=n;if(e.kind!=="path-offset")return null;const t=e.target;if(!t||typeof t!="object")return null;const r=t,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const s=typeof r.selector=="string"?r.selector:void 0,a=typeof r.id=="string"?r.id:void 0;if(!s&&!a)return null;const c=zs(e.x),u=zs(e.y);return c==null||u==null?null:{kind:"path-offset",target:{sourceFile:i,selector:s,selectorIndex:zs(r.selectorIndex)??void 0,id:a},x:c,y:u,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function yL(n){if(!n||typeof n!="object")return null;const e=n;if(e.kind!=="box-size")return null;const t=e.target;if(!t||typeof t!="object")return null;const r=t,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const s=typeof r.selector=="string"?r.selector:void 0,a=typeof r.id=="string"?r.id:void 0;if(!s&&!a)return null;const c=zs(e.width),u=zs(e.height);return c==null||u==null||c<=0||u<=0?null:{kind:"box-size",target:{sourceFile:i,selector:s,selectorIndex:zs(r.selectorIndex)??void 0,id:a},width:c,height:u,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function vL(n){if(!n||typeof n!="object")return null;const e=n;if(e.kind!=="rotation")return null;const t=e.target;if(!t||typeof t!="object")return null;const r=t,i=typeof r.sourceFile=="string"?r.sourceFile:"";if(!i)return null;const s=typeof r.selector=="string"?r.selector:void 0,a=typeof r.id=="string"?r.id:void 0;if(!s&&!a)return null;const c=zs(e.angle);return c==null?null:{kind:"rotation",target:{sourceFile:i,selector:s,selectorIndex:zs(r.selectorIndex)??void 0,id:a},angle:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function bL(n){return xL(n)??yL(n)??vL(n)}function C5(n){if(!n.trim())return Al();try{const e=JSON.parse(n);if(!e||typeof e!="object")return Al();const t=e.edits;return Array.isArray(t)?{version:1,edits:t.map(bL).filter(r=>r!==null)}:Al()}catch{return Al()}}function tm(n){return`${JSON.stringify(n,null,2)}
89
- `}function Gc(n){return n.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function _2(n){if(typeof n=="string"){const t=n.trim();if(!t)return null;if(t.startsWith("{"))try{return _2(JSON.parse(t))}catch{return Gc(t)}return Gc(t)}if(!n||typeof n!="object")return null;const e=n;return typeof e.path=="string"?Gc(e.path):typeof e.filePath=="string"?Gc(e.filePath):"data"in e?_2(e.data):null}function wL(n){return _2(n)}function SL(n){if(!n)return!1;const e=Gc(n);return e===$o||e.endsWith(`/${$o}`)}function pf(n){return{sourceFile:n.sourceFile||"index.html",selector:n.selector,selectorIndex:n.selectorIndex,id:n.id??void 0}}function Fo(n){return[n.sourceFile,n.id??"",n.selector??"",n.selectorIndex??""].join("|")}function Yg(n){return Math.round(n*10)/10}function E5(n,e,t){const r=pf(e),i=Fo(r),s={kind:"path-offset",target:r,x:Math.round(t.x),y:Math.round(t.y),updatedAt:new Date().toISOString()},a=n.edits.filter(c=>c.kind!=="path-offset"||Fo(c.target)!==i);return a.push(s),{version:1,edits:a}}function kL(n,e,t){const r=pf(e),i=Fo(r),s={kind:"box-size",target:r,width:Math.round(Math.max(1,t.width)),height:Math.round(Math.max(1,t.height)),updatedAt:new Date().toISOString()},a=n.edits.filter(c=>c.kind!=="box-size"||Fo(c.target)!==i);return a.push(s),{version:1,edits:a}}function PL(n,e,t){const r=pf(e),i=Fo(r),s={kind:"rotation",target:r,angle:Yg(t.angle),updatedAt:new Date().toISOString()},a=n.edits.filter(c=>c.kind!=="rotation"||Fo(c.target)!==i);return a.push(s),{version:1,edits:a}}function AL(n,e){const t=Fo(pf(e)),r=n.edits.filter(i=>Fo(i.target)!==t);return r.length===n.edits.length?n:{version:1,edits:r}}function Td(n,e){const t=Number.parseFloat(n.style.getPropertyValue(e));return Number.isFinite(t)?t:0}function $L(n,e){const t=Number.parseFloat(n.style.getPropertyValue(e));return Number.isFinite(t)?t:0}function I2(n){return{x:Td(n,Bs),y:Td(n,Ys)}}function Md(n){return{width:Td(n,ja),height:Td(n,Za)}}function CL(n){return{angle:$L(n,Us)}}function wS(n){$5+=1;const e=`gesture-${$5}`;return n.setAttribute(Wl,e),e}function Qi(n,e){e&&n.getAttribute(Wl)!==e||n.removeAttribute(Wl)}function Qd(n){return n.hasAttribute(Wl)}function b1(n,e){return n.getAttribute(Wl)===e}function EL(n){const e=[];let t=0,r="";for(const i of n.trim())i==="("&&(t+=1),i===")"&&(t=Math.max(0,t-1)),/\s/.test(i)&&t===0?(r&&e.push(r),r=""):r+=i;return r&&e.push(r),e}function SS(n,e,t){var s;const r=(s=n.getAttribute(Io))==null?void 0:s.trim();if(!r||r==="none")return`${e} ${t}`;const i=EL(r);return i.length===1?`calc(${i[0]} + ${e}) ${t}`:i.length===2?`calc(${i[0]} + ${e}) calc(${i[1]} + ${t})`:i.length===3?`calc(${i[0]} + ${e}) calc(${i[1]} + ${t}) ${i[2]}`:`${e} ${t}`}function kS(n,e){const t=D2(n,e).trim();return t==="none"?"":t}function TL(n,e){const t=n.style.getPropertyValue("translate"),r=kS(n,"translate"),i=n.hasAttribute(Pa),s=!X2(r);i?e&&s&&!Qd(n)&&n.setAttribute(Io,r):(n.setAttribute(Ca,X2(t)?"":t),n.setAttribute(Io,s?r:""))}function PS(n,e,t={}){TL(n,t.updateBase??!0),n.setAttribute(Pa,"true"),n.style.setProperty(Bs,`${Math.round(e.x)}px`),n.style.setProperty(Ys,`${Math.round(e.y)}px`)}function ML(n,e){n.hasAttribute(Aa)||(n.setAttribute(sf,n.style.getPropertyValue("width")),n.setAttribute(of,n.style.getPropertyValue("height")),n.setAttribute(Xu,n.style.getPropertyValue("min-width")),n.setAttribute(af,n.style.getPropertyValue("min-height")),n.setAttribute(lf,n.style.getPropertyValue("max-width")),n.setAttribute(cf,n.style.getPropertyValue("max-height")),n.setAttribute(Fu,n.style.getPropertyValue("flex-basis")),n.setAttribute(uf,n.style.getPropertyValue("flex-grow")),n.setAttribute(df,n.style.getPropertyValue("flex-shrink")),n.setAttribute(ff,n.style.getPropertyValue("box-sizing")),n.setAttribute(Do,n.style.getPropertyValue("scale")),n.setAttribute(zu,n.style.getPropertyValue("transform-origin")),n.setAttribute(hf,n.style.getPropertyValue("display"))),n.setAttribute(Aa,"true"),n.style.setProperty(ja,`${Math.round(Math.max(1,e.width))}px`),n.style.setProperty(Za,`${Math.round(Math.max(1,e.height))}px`)}function QL(n,e){const t=n.style.getPropertyValue("rotate"),r=kS(n,"rotate"),i=n.hasAttribute($a),s=!F2(r)&&!NL(n,r);i?e&&s&&!Qd(n)&&n.setAttribute(Xo,r):(n.setAttribute(Ea,F2(t)?"":t),n.setAttribute(Xo,s?r:"")),n.hasAttribute(Ta)||n.setAttribute(Ta,n.style.getPropertyValue("transform-origin"))}function AS(n,e,t={}){QL(n,t.updateBase??!0),n.setAttribute($a,"true"),n.style.setProperty(Us,`${Yg(e.angle)}deg`),n.style.setProperty("transform-origin",OL)}function jL(n){return/^-?(?:\d+(?:\.\d+)?|\.\d+)(?:deg|rad|turn|grad)$/.test(n.trim())}function qg(n,e){var r;const t=(r=n.getAttribute(Xo))==null?void 0:r.trim();return!t||t==="none"||!jL(t)?e:`calc(${t} + ${e})`}function $S(n,e){var t;try{return((t=n.ownerDocument.defaultView)==null?void 0:t.getComputedStyle(n).getPropertyValue(e))??""}catch{return""}}function D2(n,e){return n.style.getPropertyValue(e)||$S(n,e)}function ZL(n,e){const t=n.parentElement;if(!t)return null;const r=D2(t,"display").trim();if(r!=="flex"&&r!=="inline-flex")return null;const i=D2(t,"flex-direction").trim();return Math.round(Math.max(1,i.startsWith("column")?e.height:e.width))}function RL(n){n.hasAttribute(Do)&&(Er(n,"scale",Do),Er(n,"transform-origin",zu))}function CS(n,e){ML(n,e),RL(n);const t=Math.round(Math.max(1,e.width)),r=Math.round(Math.max(1,e.height));n.style.setProperty("box-sizing","border-box"),n.style.setProperty("width",`${t}px`),n.style.setProperty("height",`${r}px`),n.style.setProperty("min-width","0px"),n.style.setProperty("min-height","0px"),n.style.setProperty("max-width","none"),n.style.setProperty("max-height","none");const i=ZL(n,e);i!=null&&(n.style.setProperty("flex-basis",`${i}px`),n.style.setProperty("flex-grow","0"),n.style.setProperty("flex-shrink","0")),$S(n,"display")==="inline"&&n.style.setProperty("display","inline-block")}function X2(n){return n.includes(Bs)||n.includes(Ys)}function T5(n){return n.includes(ja)||n.includes(Za)}function F2(n){return n.includes(Us)}function M5(n){return n.replace(/\s+/g,"").toLowerCase()}function NL(n,e){if(!n.hasAttribute(Ra))return!1;const t=n.style.getPropertyValue(Us).trim();return!t||!e.trim()?!1:M5(e)===M5(qg(n,t))}function ES(n,e){PS(n,e),n.style.setProperty("translate",SS(n,`var(${Bs}, 0px)`,`var(${Ys}, 0px)`))}function Y1(n,e){PS(n,e,{updateBase:!1}),n.style.setProperty("translate",SS(n,`${Math.round(e.x)}px`,`${Math.round(e.y)}px`))}function TS(n,e){CS(n,e)}function LL(n,e){CS(n,e)}function MS(n,e){AS(n,e),n.removeAttribute(Ra),n.style.setProperty("rotate",qg(n,`var(${Us}, 0deg)`))}function VL(n,e){AS(n,e,{updateBase:!1}),n.setAttribute(Ra,"true"),n.style.setProperty("rotate",qg(n,`${Yg(e.angle)}deg`))}function _L(n){(n.hasAttribute(Pa)||X2(n.style.getPropertyValue("translate")))&&XL(n),n.style.removeProperty(Bs),n.style.removeProperty(Ys),n.removeAttribute(Pa),n.removeAttribute(Io),n.removeAttribute(Ca)}function IL(n){(n.hasAttribute($a)||F2(n.style.getPropertyValue("rotate")))&&DL(n),n.style.removeProperty(Us),n.removeAttribute($a),n.removeAttribute(Ra),n.removeAttribute(Xo),n.removeAttribute(Ea),n.removeAttribute(Ta)}function Er(n,e,t){const r=n.getAttribute(t);r==null||r===""?n.style.removeProperty(e):n.style.setProperty(e,r),n.removeAttribute(t)}function DL(n){const e=n.getAttribute(Ea);e==null||e===""?n.style.removeProperty("rotate"):n.style.setProperty("rotate",e),n.removeAttribute(Ea),n.removeAttribute(Xo);const t=n.getAttribute(Ta);t!=null&&(t===""?n.style.removeProperty("transform-origin"):n.style.setProperty("transform-origin",t)),n.removeAttribute(Ta)}function XL(n){const e=n.getAttribute(Ca);e==null||e===""?n.style.removeProperty("translate"):n.style.setProperty("translate",e),n.removeAttribute(Ca),n.removeAttribute(Io)}function FL(n){(n.hasAttribute(Aa)||T5(n.style.getPropertyValue("width"))||T5(n.style.getPropertyValue("height"))||n.hasAttribute(Do))&&(Er(n,"width",sf),Er(n,"height",of),Er(n,"min-width",Xu),Er(n,"min-height",af),Er(n,"max-width",lf),Er(n,"max-height",cf),Er(n,"flex-basis",Fu),Er(n,"flex-grow",uf),Er(n,"flex-shrink",df),Er(n,"box-sizing",ff),Er(n,"scale",Do),Er(n,"transform-origin",zu),Er(n,"display",hf)),n.style.removeProperty(ja),n.style.removeProperty(Za),n.removeAttribute(Aa)}function zL(n){return{width:n.style.getPropertyValue("width"),height:n.style.getPropertyValue("height"),minWidth:n.style.getPropertyValue("min-width"),minHeight:n.style.getPropertyValue("min-height"),maxWidth:n.style.getPropertyValue("max-width"),maxHeight:n.style.getPropertyValue("max-height"),flexBasis:n.style.getPropertyValue("flex-basis"),flexGrow:n.style.getPropertyValue("flex-grow"),flexShrink:n.style.getPropertyValue("flex-shrink"),boxSizing:n.style.getPropertyValue("box-sizing"),scale:n.style.getPropertyValue("scale"),transformOrigin:n.style.getPropertyValue("transform-origin"),display:n.style.getPropertyValue("display"),studioWidth:n.style.getPropertyValue(ja),studioHeight:n.style.getPropertyValue(Za),marker:n.getAttribute(Aa),originalWidth:n.getAttribute(sf),originalHeight:n.getAttribute(of),originalMinWidth:n.getAttribute(Xu),originalMinHeight:n.getAttribute(af),originalMaxWidth:n.getAttribute(lf),originalMaxHeight:n.getAttribute(cf),originalFlexBasis:n.getAttribute(Fu),originalFlexGrow:n.getAttribute(uf),originalFlexShrink:n.getAttribute(df),originalBoxSizing:n.getAttribute(ff),originalScale:n.getAttribute(Do),originalTransformOrigin:n.getAttribute(zu),originalDisplay:n.getAttribute(hf)}}function HL(n){return{rotate:n.style.getPropertyValue("rotate"),transformOrigin:n.style.getPropertyValue("transform-origin"),studioRotation:n.style.getPropertyValue(Us),marker:n.getAttribute($a),draftMarker:n.getAttribute(Ra),originalRotate:n.getAttribute(Xo),originalInlineRotate:n.getAttribute(Ea),originalTransformOrigin:n.getAttribute(Ta)}}function Ug(n){return{translate:n.style.getPropertyValue("translate"),x:n.style.getPropertyValue(Bs),y:n.style.getPropertyValue(Ys),marker:n.getAttribute(Pa),originalTranslate:n.getAttribute(Io),originalInlineTranslate:n.getAttribute(Ca)}}function xn(n,e,t){t==null?n.removeAttribute(e):n.setAttribute(e,t)}function Bn(n,e,t){t?n.style.setProperty(e,t):n.style.removeProperty(e)}function nm(n,e){Bn(n,"width",e.width),Bn(n,"height",e.height),Bn(n,"min-width",e.minWidth),Bn(n,"min-height",e.minHeight),Bn(n,"max-width",e.maxWidth),Bn(n,"max-height",e.maxHeight),Bn(n,"flex-basis",e.flexBasis),Bn(n,"flex-grow",e.flexGrow),Bn(n,"flex-shrink",e.flexShrink),Bn(n,"box-sizing",e.boxSizing),Bn(n,"scale",e.scale),Bn(n,"transform-origin",e.transformOrigin),Bn(n,"display",e.display),Bn(n,ja,e.studioWidth),Bn(n,Za,e.studioHeight),xn(n,Aa,e.marker),xn(n,sf,e.originalWidth),xn(n,of,e.originalHeight),xn(n,Xu,e.originalMinWidth),xn(n,af,e.originalMinHeight),xn(n,lf,e.originalMaxWidth),xn(n,cf,e.originalMaxHeight),xn(n,Fu,e.originalFlexBasis),xn(n,uf,e.originalFlexGrow),xn(n,df,e.originalFlexShrink),xn(n,ff,e.originalBoxSizing),xn(n,Do,e.originalScale),xn(n,zu,e.originalTransformOrigin),xn(n,hf,e.originalDisplay)}function rm(n,e){Bn(n,"rotate",e.rotate),Bn(n,"transform-origin",e.transformOrigin),Bn(n,Us,e.studioRotation),xn(n,$a,e.marker),xn(n,Ra,e.draftMarker),xn(n,Xo,e.originalRotate),xn(n,Ea,e.originalInlineRotate),xn(n,Ta,e.originalTransformOrigin)}function ma(n,e){e.translate?n.style.setProperty("translate",e.translate):n.style.removeProperty("translate"),e.x?n.style.setProperty(Bs,e.x):n.style.removeProperty(Bs),e.y?n.style.setProperty(Ys,e.y):n.style.removeProperty(Ys),xn(n,Pa,e.marker),xn(n,Io,e.originalTranslate),xn(n,Ca,e.originalInlineTranslate)}function Gg(n){try{Object.defineProperty(n,V2,{configurable:!1,enumerable:!1,value:!0})}catch{try{n[V2]=!0}catch{}}}function Kg(n){return!!n[V2]}function Fc(n,e,t){const r=e==null?void 0:e[t];if(!e||typeof r!="function")return!1;const i=r;if(Kg(i))return!0;const s=function(...a){var u;const c=i.apply(this,a);return(u=n.__hfStudioManualEditsApply)==null||u.call(n),c};Gg(s);try{e[t]=s}catch{return!1}return!0}function zc(n,e){const t=n[e];if(typeof t!="function")return null;try{return zs(t.call(n))}catch{return null}}function WL(n){const e=zc(n,"duration")??zc(n,"getDuration");if(e==null)return!0;if(e<=0)return!1;const t=zc(n,"time")??zc(n,"totalTime")??zc(n,"getTime");return t==null?!0:t<e}function im(n){if(!n)return!1;const e=n.isPlaying;if(typeof e=="function")try{return!!e.call(n)}catch{return!1}const t=n.paused;if(typeof t=="function"){try{if(t.call(n))return!1}catch{return!1}const i=n.isActive;if(typeof i=="function")try{if(i.call(n))return!0}catch{return!1}return WL(n)}const r=n.isActive;if(typeof r=="function")try{return!!r.call(n)}catch{return!1}return!1}function QS(n){return im(n.__player)||im(n.__timeline)?!0:Object.values(n.__timelines??{}).some(im)}function jS(n){var t;if((t=n.__hfStudioManualEditsApply)==null||t.call(n),n[v1]!=null)return;const e=()=>{var r;if((r=n.__hfStudioManualEditsApply)==null||r.call(n),!QS(n)){n[v1]=null;return}n[v1]=n.requestAnimationFrame(e)};n[v1]=n.requestAnimationFrame(e)}function sm(n,e,t){const r=e==null?void 0:e[t];if(!e||typeof r!="function")return!1;const i=r;if(Kg(i))return!0;const s=function(...a){const c=i.apply(this,a);return jS(n),c};Gg(s);try{e[t]=s}catch{return!1}return!0}function om(n,e,t){const r=e==null?void 0:e[t];if(!e||typeof r!="function")return!1;const i=r;if(Kg(i))return!0;const s=function(...a){var u;const c=i.apply(this,a);return(u=n.__hfStudioManualEditsApply)==null||u.call(n),c};Gg(s);try{e[t]=s}catch{return!1}return!0}function BL(n,e){const t=n;t[gL]=e;const r=Fc(t,t.__hf,"seek"),i=Fc(t,t.__player,"seek"),s=Fc(t,t.__player,"renderSeek"),a=Fc(t,t.__timeline,"seek"),c=sm(t,t.__player,"play"),u=sm(t,t.__timeline,"play"),h=om(t,t.__player,"pause"),m=om(t,t.__timeline,"pause");let O=!1,x=!1,v=!1;for(const w of Object.values(t.__timelines??{}))O=Fc(t,w,"seek")||O,x=sm(t,w,"play")||x,v=om(t,w,"pause")||v;return QS(t)&&jS(t),r||i||s||a||c||u||h||m||O||x||v}function YL(n,e){let t=n;for(;t;){const r=t.getAttribute("data-composition-file")??t.getAttribute("data-composition-src");if(r)return r;t=t.parentElement}return e??"index.html"}function am(n,e,t){return YL(n,t)===e}function qL(n,e,t){var s;const r=a=>a instanceof t,i=(s=e.match(/^\.([A-Za-z0-9_-]+)$/))==null?void 0:s[1];return i?Array.from(n.getElementsByTagName("*")).filter(a=>r(a)&&a.classList.contains(i)):/^[A-Za-z][A-Za-z0-9-]*$/.test(e)?Array.from(n.getElementsByTagName(e)).filter(r):Array.from(n.querySelectorAll(e)).filter(r)}function UL(n,e,t){var i;const r=(i=n.defaultView)==null?void 0:i.HTMLElement;if(!r)return null;if(e.target.id){const s=n.getElementById(e.target.id);if(s instanceof r&&am(s,e.target.sourceFile,t))return s;const a=[n.documentElement,...Array.from(n.getElementsByTagName("*"))].filter(c=>c instanceof r&&c.id===e.target.id&&am(c,e.target.sourceFile,t));if(a[0])return a[0]}if(!e.target.selector)return null;try{return qL(n,e.target.selector,r).filter(a=>am(a,e.target.sourceFile,t))[e.target.selectorIndex??0]??null}catch{return null}}function GL(n){var r;const e=(r=n.defaultView)==null?void 0:r.HTMLElement;return e?[n.documentElement,...Array.from(n.getElementsByTagName("*"))].filter(i=>i instanceof e).filter(i=>i.hasAttribute(Pa)||i.hasAttribute(Wl)||i.hasAttribute(Aa)||i.hasAttribute($a)||i.hasAttribute(Ra)||i.hasAttribute(Io)||i.hasAttribute(Ca)||i.hasAttribute(Xu)||i.hasAttribute(Fu)||i.hasAttribute(Do)||i.hasAttribute(Xo)||i.hasAttribute(Ea)||!!i.style.getPropertyValue(Bs)||!!i.style.getPropertyValue(Ys)||!!i.style.getPropertyValue(ja)||!!i.style.getPropertyValue(Za)||!!i.style.getPropertyValue(Us)):[]}function KL(n,e,t){const r=[],i=new Set,s=new Set,a=new Set;for(const u of e.edits){const h=UL(n,u,t);h&&(Qd(h)||(r.push({edit:u,element:h}),u.kind==="path-offset"&&i.add(h),u.kind==="box-size"&&s.add(h),u.kind==="rotation"&&a.add(h)))}for(const u of GL(n))Qd(u)||(i.has(u)||_L(u),s.has(u)||FL(u),a.has(u)||IL(u));let c=0;for(const{edit:u,element:h}of r)u.kind==="path-offset"?ES(h,{x:u.x,y:u.y}):u.kind==="box-size"?TS(h,{width:u.width,height:u.height}):MS(h,{angle:u.angle}),c+=1;return c}const Q5=["ABeeZee","Abel","Abril Fatface","Alegreya","Alegreya Sans","Anton","Archivo","Archivo Black","Arimo","Assistant","Barlow","Barlow Condensed","Bebas Neue","Bitter","Bricolage Grotesque","Cabin","Cardo","Catamaran","Caveat","Chivo","Cormorant Garamond","Crimson Text","Dancing Script","DM Sans","DM Serif Display","Domine","EB Garamond","Exo 2","Figtree","Fira Code","Fira Sans","Fraunces","Fredoka","IBM Plex Mono","IBM Plex Sans","IBM Plex Serif","Inconsolata","Instrument Sans","Instrument Serif","Inter","JetBrains Mono","Josefin Sans","Jost","Kanit","Karla","Lato","League Gothic","Lexend","Libre Baskerville","Libre Franklin","Lora","Manrope","Merriweather","Montserrat","Mukta","Mulish","Newsreader","Noto Sans","Noto Sans JP","Noto Serif","Nunito","Nunito Sans","Open Sans","Oswald","Outfit","Overpass","Pacifico","Pathway Extreme","Permanent Marker","Playfair Display","Plus Jakarta Sans","Poppins","Prata","PT Sans","PT Serif","Public Sans","Quicksand","Raleway","Red Hat Display","Roboto","Roboto Condensed","Roboto Mono","Roboto Serif","Rubik","Schibsted Grotesk","Signika","Source Code Pro","Source Sans 3","Source Serif 4","Space Grotesk","Space Mono","Spectral","Sora","Syne","Teko","Titillium Web","Ubuntu","Ubuntu Mono","Unbounded","Urbanist","Varela Round","Work Sans","Young Serif","Zilla Slab"],z2=["TT Norms Pro","SF Pro Display","SF Pro Text","Avenir","Avenir Next","Helvetica Neue","Arial","Georgia","Times New Roman","Menlo","Monaco","Courier New"];function ZS(n){return`https://fonts.googleapis.com/css2?family=${encodeURIComponent(n.trim()).replace(/%20/g,"+")}:wght@300;400;500;600;700;800;900&display=swap`}const JL=/\.(eot|otf|ttc|ttf|woff2?)$/i,j5=/\s+(thin|extralight|extra light|light|regular|roman|medium|semibold|semi bold|bold|extrabold|extra bold|black|italic|oblique|variable)$/i;function Z5(n){return JSON.stringify(n)}function $l(n){const e=decodeURIComponent(n.split(/[\\/]/).pop()??n).replace(JL,"");let t=e.replace(/[_-]+/g," ").replace(/([a-z])([A-Z])/g,"$1 $2").replace(/\s+/g," ").trim();for(;j5.test(t);)t=t.replace(j5,"").trim();return t||e}function Jg(n,e=n.url){return`@font-face { font-family: ${Z5(n.family)}; src: url(${Z5(e)}); font-display: swap; }`}function lm(n,e,t){return Math.max(e,Math.min(t,n))}function eV(n,e,t,r){const a=Math.max(12,e.width-t.width-12),c=n.left+n.width/2-t.width/2,u=lm(c,12,a),h=n.bottom+8,m=n.top-t.height-8,O=h+t.height<=e.height-12,x=m>=12;return O||!x?{left:u,top:lm(h,12,Math.max(12,e.height-t.height-12)),placement:"bottom"}:{left:u,top:lm(m,12,Math.max(12,e.height-t.height-12)),placement:"top"}}const _i="min-w-0 rounded-xl border border-neutral-800 bg-neutral-900/95 px-3 py-2 text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)] transition-colors focus-within:border-neutral-600",rr="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",ji="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",tV={},RS=new Set(["inherit","initial","revert","revert-layer","serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-sans-serif","ui-serif","ui-monospace","ui-rounded","emoji","math","fangsong"]),nV=[...z2,"Inter","system-ui","sans-serif","serif","monospace"],R5={width:292,height:386},H2="none",NS={none:"none",soft:"0 12px 36px rgba(0, 0, 0, 0.28)",lift:"0 18px 54px rgba(0, 0, 0, 0.38)",glow:"0 0 0 1px rgba(60, 230, 172, 0.34), 0 18px 56px rgba(60, 230, 172, 0.2)"};function cm(n){return Iu(n)??{red:0,green:0,blue:0,alpha:1}}function N5(n){return n.replace(/[^\w .-]+/g," ").replace(/\s+/g," ").trim()}function w1(n){var r,i;const e=((r=n.style)==null?void 0:r.toLowerCase())??"",t=((i=n.fullName)==null?void 0:i.toLowerCase())??"";return e==="regular"||t.endsWith(" regular")?0:e==="normal"||t.endsWith(" normal")?1:e==="medium"||t.endsWith(" medium")?2:3}function L5(n){if(!n)return null;const e=Number.parseFloat(n);return Number.isFinite(e)?e:null}function Mn(n){const e=Math.round(n*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function Na(n){if(!n)return null;const e=n.trim().match(/^(-?\d+(?:\.\d+)?)([a-z%]*)$/i);if(!e)return null;const t=Number.parseFloat(e[1]);return Number.isFinite(t)?{value:t,unit:e[2]??""}:null}function wo(n){const e=Na(n);return!e||e.unit&&e.unit.toLowerCase()!=="px"?null:e.value}function LS(n,e,t,r){return Number.isFinite(n)?Math.max(e,Math.min(t,n)):r}function rV(n,e={}){const t=Na(n.trim());if(!t||t.unit&&t.unit.toLowerCase()!=="px")return null;const r=LS(t.value,e.min??Number.NEGATIVE_INFINITY,e.max??Number.POSITIVE_INFINITY,e.fallback??0);return`${Mn(r)}px`}function ul(n){return`${Mn(n)}px`}function V5(n,e){const t=e.trim();if(!t||t==="normal")return t||"normal";const r=Na(t);return r?n==="letter-spacing"?r.unit?t:`${Mn(r.value)}px`:r.unit?t:r.value>4?`${Mn(r.value)}px`:Mn(r.value):t}function iV(n){const e=[];let t="",r=0;for(const i of n.trim()){if(i==="("&&(r+=1),i===")"&&(r=Math.max(0,r-1)),/\s/.test(i)&&r===0){t.trim()&&e.push(t.trim()),t="";continue}t+=i}return t.trim()&&e.push(t.trim()),e}function _5(n,e){const t=n==null?void 0:n.trim();if(!t||t===H2)return 0;const r=e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&"),i=new RegExp(`(?:^|\\s)${r}\\((-?\\d+(?:\\.\\d+)?)px\\)`,"i").exec(t);if(!i)return 0;const s=Number.parseFloat(i[1]);return Number.isFinite(s)?Math.max(0,s):0}function I5(n,e,t){const r=LS(t,0,200,0),i=iV(n&&n.trim()!==H2?n:""),s=e.toLowerCase(),a=i.filter(c=>!c.toLowerCase().startsWith(`${s}(`));return r>0&&a.push(`${e}(${Mn(r)}px)`),a.length>0?a.join(" "):H2}function sV(n){const e=(n==null?void 0:n.trim())||"none";for(const[t,r]of Object.entries(NS))if(e===r)return t;return e==="none"?"none":"custom"}function oV(n,e){return n==="custom"?(e==null?void 0:e.trim())||"none":NS[n]}function aV(n){const e=n==null?void 0:n.trim();return!e||e==="none"?"none":/^inset\(/i.test(e)?"inset":/^circle\(/i.test(e)?"circle":"custom"}function lV(n){const e=/^inset\(\s*(-?\d+(?:\.\d+)?)px\b/i.exec((n==null?void 0:n.trim())??"");if(!e)return 0;const t=Number.parseFloat(e[1]);return Number.isFinite(t)?Math.max(0,t):0}function cV(n,e){const t=[["border-width",n]],r=Na(n),i=(e==null?void 0:e.trim().toLowerCase())||"none";return r&&r.value>0&&(i==="none"||i==="hidden")&&t.push(["border-style","solid"]),t}function uV(n,e){const t=[["border-style",n]],r=n.trim().toLowerCase();if(!r||r==="none"||r==="hidden")return t;const i=Na((e==null?void 0:e.trim())||"0");return(!i||i.value<=0)&&t.push(["border-width","1px"]),t}function dV(n,e,t){return n==="custom"?(t==null?void 0:t.trim())||"none":n==="circle"?"circle(50% at 50% 50%)":n==="inset"?`inset(0 round ${Mn(Math.max(0,e))}px)`:"none"}function fV(n,e){return`inset(${Mn(Math.max(0,n))}px round ${Mn(Math.max(0,e))}px)`}function D5(n,e,t){const r=Na(n);if(!r)return null;const i=t!=null&&t.altKey?.1:t!=null&&t.shiftKey?10:1,s=r.value+i*e;return`${Mn(s)}${r.unit}`}function hV(n){const e=Iu(n);return e?`${Q2(n).replace(/^#/,"").toUpperCase()} / ${Math.round(e.alpha*100)}%`:n}function pV(n){if(!n)return"";const t=n.toLowerCase().indexOf("url(");if(t<0)return"";let r=t+4;for(;r<n.length&&(n[r]===" "||n[r]===`
90
- `||n[r]==="\r"||n[r]===" "||n[r]==="\f");)r+=1;const i=n[r]==='"'||n[r]==="'"?n[r]:null;if(i){r+=1;const a=n.indexOf(i,r);return a>=r?n.slice(r,a):""}const s=n.indexOf(")",r);return s<r?"":n.slice(r,s).trim()}function $u(n){const e=n.trim(),t=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(t).replace(/\\/g,"/").replace(/^\.?\//,"")}function mV(n,e){const t=$u(n).split("/").filter(Boolean),r=$u(e).split("/").filter(Boolean);for(t.pop();t.length>0&&r.length>0&&t[0]===r[0];)t.shift(),r.shift();return[...t.map(()=>".."),...r].join("/")||e}function X5(n){return $u(n)}function gV(n,e,t){const r=$u(n);if(!r)return null;for(const i of t){const s=$u(i),a=mV(e,i);if(r===s||r===a||r.endsWith(`/${s}`)||r.endsWith(`/${a}`))return i}return null}function OV(n){const e=[{source:"Fill",value:n["background-color"]},{source:"Text",value:n.color}],t=new Map;for(const r of e){if(!r.value)continue;const i=Iu(r.value);if(!i||i.alpha<=0)continue;const s=`${Q2(r.value)}-${Math.round(i.alpha*100)}`,a=t.get(s);if(a){a.sources.push(r.source);continue}t.set(s,{swatch:Q2(r.value),token:hV(r.value),sources:[r.source]})}return Array.from(t.values())}function VS({value:n,disabled:e,liveCommit:t,onCommit:r}){const[i,s]=d.useState(n),a=d.useRef(null),c=d.useRef(n);c.current=n,d.useEffect(()=>{s(n)},[n]),d.useEffect(()=>()=>{a.current&&clearTimeout(a.current)},[]);const u=m=>{a.current&&clearTimeout(a.current),m!==c.current&&r(m)},h=m=>{a.current&&clearTimeout(a.current),a.current=setTimeout(()=>{m!==c.current&&r(m)},120)};return p.jsx("input",{type:"text",value:i,disabled:e,onChange:m=>{s(m.target.value),t&&h(m.target.value)},onBlur:()=>u(i),onWheel:m=>{if(e)return;const O=m.deltaY===0?m.deltaX:m.deltaY;if(O===0)return;const x=D5(i,O<0?1:-1,m);x&&(m.preventDefault(),s(x),h(x))},onKeyDown:m=>{if(m.key==="Enter"){m.target.blur();return}if(m.key!=="ArrowUp"&&m.key!=="ArrowDown")return;const O=D5(i,m.key==="ArrowUp"?1:-1,m);O&&(m.preventDefault(),s(O),h(O))},title:Na(n)?"Scroll or use Arrow keys to adjust":void 0,className:"min-w-0 w-full bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})}function Vs({label:n,value:e,disabled:t,liveCommit:r,onCommit:i}){return p.jsx("div",{className:_i,children:p.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[p.jsx("span",{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500",children:n}),p.jsx(VS,{value:e,disabled:t,liveCommit:r,onCommit:i})]})})}function eO({label:n,value:e,disabled:t,onCommit:r}){return p.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:n}),p.jsx("div",{className:_i,children:p.jsx(VS,{value:e,disabled:t,onCommit:r})})]})}function F5({label:n,value:e,disabled:t,autoFocus:r,onCommit:i}){const[s,a]=d.useState(e),c=d.useRef(null),u=d.useRef(null),h=d.useRef(!1),m=d.useRef(e);m.current=e,d.useEffect(()=>{h.current||a(e)},[e]),d.useEffect(()=>()=>{u.current&&clearTimeout(u.current)},[]),d.useEffect(()=>{var v;r&&((v=c.current)==null||v.focus())},[r]);const O=v=>{u.current&&clearTimeout(u.current),v!==m.current&&i(v)},x=v=>{u.current&&clearTimeout(u.current),u.current=setTimeout(()=>{v!==m.current&&i(v)},120)};return p.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:n}),p.jsx("div",{className:_i,children:p.jsx("textarea",{ref:c,value:s,disabled:t,rows:4,onFocus:()=>{h.current=!0},onChange:v=>{a(v.target.value),x(v.target.value)},onBlur:()=>{h.current=!1,O(s)},className:"w-full resize-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})})]})}function um(n){const e=n.trim().replace(/\s+/g," ");return e.length<=56?e:`${e.slice(0,55)}…`}function dm(n,e){return n.computedStyles.color||e.color||"rgb(0, 0, 0)"}function xV(n){const e=[];let t="",r=null;for(const i of n){if((i==='"'||i==="'")&&!r){r=i;continue}if(i===r){r=null;continue}if(i===","&&!r){t.trim()&&e.push(t.trim()),t="";continue}t+=i}return t.trim()&&e.push(t.trim()),e.map(i=>i.replace(/^["']|["']$/g,"").trim()).filter(Boolean)}function yV(n){return xV(n)[0]??"inherit"}function vV(n){const e=n.trim();return RS.has(e.toLowerCase())?e:`"${e.replace(/\\/g,"\\\\").replace(/"/g,'\\"')}"`}function S1(n){const e=n.trim();return e?RS.has(e.toLowerCase())?e:`${vV(e)}, ui-sans-serif, system-ui, sans-serif`:"inherit"}function bV(){if(typeof document>"u")return[];const n=document.fonts;return n?Array.from(n,e=>e.family.replace(/^["']|["']$/g,"").trim()).filter(Boolean).sort((e,t)=>e.localeCompare(t)):[]}function fm(n){const e=new Set,t=[];for(const r of n){const i=r.trim();if(!i)continue;const s=i.toLowerCase();e.has(s)||(e.add(s),t.push(i))}return t}function z5(n){const e=new Set,t=[];for(const r of n){const i=r.family.trim();if(!i)continue;const s=i.toLowerCase();e.has(s)||(e.add(s),t.push({family:i,source:r.source}))}return t}function H5(n){return n==="Current"?0:n==="Document"?1:n==="Imported"?2:n==="Local"?3:n==="Google"?4:5}function wV(n){return[...n].sort((e,t)=>{const r=H5(e.source)-H5(t.source);if(r!==0)return r;const i=z2.findIndex(c=>c.toLowerCase()===e.family.toLowerCase()),s=z2.findIndex(c=>c.toLowerCase()===t.family.toLowerCase()),a=(i===-1?Number.MAX_SAFE_INTEGER:i)-(s===-1?Number.MAX_SAFE_INTEGER:s);return a===0?e.family.localeCompare(t.family):a})}function W5(n){return n.toLowerCase().replace(/[^a-z0-9]+/g,"")}function SV(n,e){const t=e.trim().toLowerCase();return!t||n.toLowerCase().includes(t)?!0:W5(n).includes(W5(t))}function B5(n){if(typeof document>"u")return;const e=n.trim();if(!e)return;const t=`studio-google-font-${e.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(document.getElementById(t))return;if(!document.querySelector('link[data-studio-google-font-preconnect="true"]')){const s=document.createElement("link");s.setAttribute("data-studio-google-font-preconnect","true"),s.rel="preconnect",s.href="https://fonts.gstatic.com",s.crossOrigin="anonymous",document.head.appendChild(s)}const i=document.createElement("link");i.id=t,i.rel="stylesheet",i.href=ZS(e),document.head.appendChild(i)}function k1(n){if(typeof document>"u")return;const e=`studio-imported-font-${n.family.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(document.getElementById(e))return;const t=document.createElement("style");t.id=e,t.textContent=Jg(n),document.head.appendChild(t)}function Y5({value:n,disabled:e,onCommit:t}){const r=["300","400","500","600","700","800"];return p.jsx("div",{className:_i,children:p.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[p.jsx("span",{className:"flex-shrink-0 text-[11px] font-medium text-neutral-500",children:"Weight"}),p.jsx("select",{value:n,disabled:e,onChange:i=>t(i.target.value),className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:r.map(i=>p.jsx("option",{value:i,children:i},i))})]})})}function q5({value:n,disabled:e,importedFonts:t,onImportFonts:r,onCommit:i}){const s=yV(n),a=d.useRef(null),c=d.useRef(null),u=d.useRef(null),[h,m]=d.useState(!1),[O,x]=d.useState(""),[v,w]=d.useState([]),[k,$]=d.useState([]),[M,N]=d.useState(()=>[...Q5]),[A,j]=d.useState(!1),[T,R]=d.useState(!1),[Q,B]=d.useState(!1),[K,ie]=d.useState(null),le=typeof window<"u"&&typeof window.queryLocalFonts=="function";d.useEffect(()=>{if(!h)return;const z=G=>{var D;const C=G.target;C instanceof Node&&((D=a.current)!=null&&D.contains(C)||m(!1))};return document.addEventListener("pointerdown",z),()=>{document.removeEventListener("pointerdown",z)}},[h]),d.useEffect(()=>{h&&requestAnimationFrame(()=>{var z;return(z=c.current)==null?void 0:z.focus()})},[h]),d.useEffect(()=>{let z=!1;return fetch("/api/fonts").then(G=>G.ok?G.json():null).then(G=>{const C=G==null?void 0:G.fonts;z||!Array.isArray(C)||w(D=>fm([...D,...C]))}).catch(()=>{}),()=>{z=!0}},[]),d.useEffect(()=>{let z=!1;return R(!0),fetch("/api/fonts/google").then(G=>G.ok?G.json():null).then(G=>{const C=G==null?void 0:G.fonts;z||!Array.isArray(C)||N(fm([...C,...Q5]))}).catch(()=>{}).finally(()=>{z||R(!1)}),()=>{z=!0}},[]),d.useEffect(()=>{M.some(G=>G.toLowerCase()===s.toLowerCase())&&B5(s);const z=t.find(G=>G.family.toLowerCase()===s.toLowerCase());z&&k1(z)},[s,M,t]);const V=async()=>{if(!le||!window.queryLocalFonts){ie("This browser does not expose installed fonts. Import a font file instead.");return}j(!0),ie(null);try{const z=await window.queryLocalFonts(),G=[...z].sort((D,ee)=>w1(D)-w1(ee)),C=G.map(D=>D.family).filter(D=>!!D).map(D=>$l(`${D}.ttf`));$(G),w(D=>fm([...D,...C])),ie(z.length===0?"No browser-local fonts were returned.":null)}catch(z){const G=z instanceof Error?z.name:"";ie(G==="NotAllowedError"?"Local font access was denied. Import a font file instead.":"Local font access is unavailable. Import a font file instead.")}finally{j(!1)}},ae=async z=>{if(!(!(z!=null&&z.length)||!r)){B(!0),ie(null);try{const G=await r(z);for(const D of G)k1(D);const C=G[0];C?(i(S1(C.family)),x(""),m(!1)):ie("No supported font files were imported.")}finally{B(!1)}}},Oe=d.useMemo(()=>z5(t.map(z=>({family:z.family,source:"Imported"}))),[t]),ge=d.useMemo(()=>{const z=bV();return wV(z5([{family:s,source:"Current"},...z.map(G=>({family:G,source:"Document"})),...Oe,...v.map(G=>({family:G,source:"Local"})),...M.map(G=>({family:G,source:"Google"})),...nV.map(G=>({family:G,source:"System"}))]))},[s,M,v,Oe]),Me=d.useMemo(()=>ge.filter(G=>SV(G.family,O)).slice(0,O.trim()?120:160),[ge,O]),he=async z=>{if(!r)return null;const C=k.filter(Ie=>$l(`${Ie.family}.ttf`)===z).sort((Ie,Y)=>w1(Ie)-w1(Y)).find(Ie=>typeof Ie.blob=="function");if(!(C!=null&&C.blob))return null;const D=await C.blob(),ee=N5(C.style??"Regular")||"Regular",Ee=N5(`${z} ${ee}`)||z,Qe=new File([D],`${Ee}.ttf`,{type:D.type||"font/ttf"}),tt=await r([Qe]);return tt.find(Ie=>Ie.family.toLowerCase()===z.toLowerCase())??tt[0]??null},_=async z=>{if(z.source==="Local"){B(!0),ie(null);try{const C=await he(z.family);if(C){k1(C),i(S1(C.family)),x(""),m(!1);return}i(S1(z.family)),x(""),m(!1)}finally{B(!1)}return}z.source==="Google"&&B5(z.family);const G=t.find(C=>C.family.toLowerCase()===z.family.toLowerCase());G&&k1(G),i(S1(z.family)),x(""),m(!1)};return p.jsxs("div",{ref:a,className:"relative grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:"Font family"}),p.jsxs("button",{type:"button",disabled:e,onClick:()=>m(z=>!z),className:`${_i} flex h-10 items-center justify-between gap-3 text-left hover:border-neutral-700 disabled:cursor-not-allowed`,children:[p.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] font-medium text-neutral-100",style:{fontFamily:n},children:s}),p.jsx("span",{className:"flex-shrink-0 text-[10px] uppercase tracking-[0.14em] text-neutral-600",children:"Font"})]}),h&&p.jsxs("div",{className:"absolute left-0 right-0 top-[calc(100%+6px)] z-50 overflow-hidden rounded-xl border border-neutral-700 bg-neutral-950 shadow-2xl",children:[p.jsxs("div",{className:"grid grid-cols-[minmax(0,1fr)_auto_auto] gap-2 border-b border-neutral-800 p-2",children:[p.jsx("input",{ref:c,type:"text",value:O,disabled:e,placeholder:T?"Loading Google Fonts...":"Search fonts",onChange:z=>x(z.target.value),onKeyDown:z=>{z.key==="Escape"&&(z.preventDefault(),m(!1)),z.key==="Enter"&&Me[0]&&(z.preventDefault(),_(Me[0]))},className:"min-w-0 rounded-lg border border-neutral-800 bg-neutral-900 px-2.5 py-2 text-[11px] font-medium text-neutral-100 outline-none placeholder:text-neutral-600 focus:border-neutral-600"}),le&&p.jsx("button",{type:"button",disabled:e||A,onClick:V,className:"rounded-lg border border-neutral-700 bg-neutral-900 px-2.5 text-[10px] font-medium text-neutral-400 transition-colors hover:border-neutral-600 hover:text-neutral-100 disabled:cursor-not-allowed disabled:text-neutral-700",children:A?"...":"Local"}),p.jsx("button",{type:"button",disabled:e||Q||!r,onClick:()=>{var z;return(z=u.current)==null?void 0:z.click()},className:"rounded-lg border border-neutral-700 bg-neutral-900 px-2.5 text-[10px] font-medium text-neutral-400 transition-colors hover:border-neutral-600 hover:text-neutral-100 disabled:cursor-not-allowed disabled:text-neutral-700",children:Q?"...":"Import"}),p.jsx("input",{ref:u,type:"file",accept:".ttf,.otf,.ttc,.woff,.woff2,.eot,font/*",multiple:!0,"aria-label":"Import local font files",disabled:e||Q||!r,className:"hidden",onChange:async z=>{await ae(z.target.files),z.target.value=""}})]}),K&&p.jsx("div",{className:"border-b border-neutral-800 px-3 py-2 text-[10px] leading-4 text-neutral-500",children:K}),p.jsx("div",{className:"max-h-64 overflow-y-auto p-1",children:Me.length===0?p.jsx("div",{className:"px-2 py-3 text-[11px] text-neutral-500",children:"No fonts found."}):Me.map(z=>p.jsxs("button",{type:"button",onClick:()=>_(z),className:`flex w-full min-w-0 items-center justify-between gap-3 rounded-lg px-2 py-2 text-left text-[11px] transition-colors ${z.family===s?"bg-studio-accent/15 text-neutral-50":"text-neutral-300 hover:bg-neutral-900 hover:text-neutral-100"}`,children:[p.jsx("span",{className:"min-w-0 truncate font-medium",children:z.family}),p.jsx("span",{className:"flex-shrink-0 text-[9px] uppercase tracking-[0.14em] text-neutral-600",children:z.source})]},`${z.source}-${z.family}`))})]})]})}function Hc(n,e,t,r){return n.computedStyles[t]||e[t]||r}function U5({field:n,inheritedStyles:e,disabled:t,onCommit:r}){return p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{className:ji,children:[p.jsx(Vs,{label:"Line",value:Hc(n,e,"line-height","normal"),disabled:t,liveCommit:!0,onCommit:i=>r("line-height",V5("line-height",i))}),p.jsx(Vs,{label:"Track",value:Hc(n,e,"letter-spacing","0px"),disabled:t,liveCommit:!0,onCommit:i=>r("letter-spacing",V5("letter-spacing",i))})]}),p.jsxs("div",{className:ji,children:[p.jsx(yi,{label:"Align",value:Hc(n,e,"text-align","start"),disabled:t,onChange:i=>r("text-align",i),options:["start","left","center","right","justify","end"]}),p.jsx(yi,{label:"Case",value:Hc(n,e,"text-transform","none"),disabled:t,onChange:i=>r("text-transform",i),options:["none","uppercase","lowercase","capitalize"]})]}),p.jsx(yi,{label:"Style",value:Hc(n,e,"font-style","normal"),disabled:t,onChange:i=>r("font-style",i),options:["normal","italic","oblique"]})]})}function Ol({label:n,value:e,disabled:t,onCommit:r}){const i=d.useRef(null),s=d.useRef(null),[a,c]=d.useState(!1),[u,h]=d.useState(null),[m,O]=d.useState(()=>cm(e)),[x,v]=d.useState(()=>B1(cm(e)).toUpperCase()),w=MN(m),k=O1({...x5({hue:w.hue,saturation:1,value:1}),alpha:1}),$=O1({...m,alpha:1}),M=O1(m),N=Math.round(w.saturation*100),A=Math.round(w.value*100),j=Math.round(m.alpha*100);d.useEffect(()=>{const V=cm(e);O(V),v(B1(V).toUpperCase())},[e]);const T=d.useCallback(()=>{var Oe,ge;const V=(Oe=i.current)==null?void 0:Oe.getBoundingClientRect();if(!V)return;const ae=(ge=s.current)==null?void 0:ge.getBoundingClientRect();h(eV(V,{width:window.innerWidth,height:window.innerHeight},{width:(ae==null?void 0:ae.width)||R5.width,height:(ae==null?void 0:ae.height)||R5.height}))},[]);d.useLayoutEffect(()=>{if(!a)return;T();const V=()=>T();return window.addEventListener("resize",V),window.addEventListener("scroll",V,!0),()=>{window.removeEventListener("resize",V),window.removeEventListener("scroll",V,!0)}},[a,T]),d.useEffect(()=>{if(!a)return;const V=Oe=>{var Me,he;const ge=Oe.target;ge&&((Me=s.current)!=null&&Me.contains(ge)||(he=i.current)!=null&&he.contains(ge)||c(!1))},ae=Oe=>{Oe.key==="Escape"&&c(!1)};return document.addEventListener("pointerdown",V),document.addEventListener("keydown",ae),()=>{document.removeEventListener("pointerdown",V),document.removeEventListener("keydown",ae)}},[a]);const R=V=>{O(V),v(B1(V).toUpperCase()),r(O1(V))},Q=V=>{const ae=x5({hue:V.hue??w.hue,saturation:V.saturation??w.saturation,value:V.value??w.value});R({...ae,alpha:m.alpha})},B=(V,ae,Oe)=>{const ge=Oe.getBoundingClientRect(),Me=Math.max(0,Math.min(1,(V-ge.left)/ge.width)),he=Math.max(0,Math.min(1,1-(ae-ge.top)/ge.height));Q({saturation:Me,value:he})},K=V=>{v(V);const ae=V.trim().startsWith("#")?V.trim():`#${V.trim()}`,Oe=Iu(ae);Oe&&R({...Oe,alpha:m.alpha})},ie=a?EN.createPortal(p.jsxs("div",{ref:s,className:"fixed z-[9999] w-[292px] overflow-hidden rounded-2xl border border-neutral-700 bg-neutral-950 shadow-2xl shadow-black/50",style:{left:(u==null?void 0:u.left)??-9999,top:(u==null?void 0:u.top)??-9999},children:[p.jsxs("div",{className:"flex items-center justify-between border-b border-neutral-800 px-3 py-2",children:[p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:n}),p.jsx("div",{className:"text-[9px] uppercase tracking-[0.16em] text-neutral-600",children:"Color"})]}),p.jsx("button",{type:"button",onClick:()=>c(!1),className:"flex h-7 w-7 items-center justify-center rounded-lg text-neutral-500 transition-colors hover:bg-neutral-900 hover:text-neutral-200","aria-label":"Close color picker",children:p.jsx(ef,{size:13})})]}),p.jsxs("div",{className:"space-y-3 p-3",children:[p.jsxs("div",{className:"relative h-36 cursor-crosshair overflow-hidden rounded-xl border border-neutral-700 shadow-[inset_0_0_0_1px_rgba(255,255,255,0.06)]",style:{backgroundColor:k},onPointerDown:V=>{V.currentTarget.setPointerCapture(V.pointerId),B(V.clientX,V.clientY,V.currentTarget)},onPointerMove:V=>{V.buttons===1&&B(V.clientX,V.clientY,V.currentTarget)},children:[p.jsx("div",{className:"absolute inset-0 bg-gradient-to-r from-white to-transparent"}),p.jsx("div",{className:"absolute inset-0 bg-gradient-to-t from-black to-transparent"}),p.jsx("div",{className:"pointer-events-none absolute top-0 h-full w-px -translate-x-1/2 bg-white/70 shadow-[0_0_0_1px_rgba(0,0,0,0.45)] mix-blend-difference",style:{left:`${w.saturation*100}%`}}),p.jsx("div",{className:"pointer-events-none absolute left-0 h-px w-full -translate-y-1/2 bg-white/70 shadow-[0_0_0_1px_rgba(0,0,0,0.45)] mix-blend-difference",style:{top:`${(1-w.value)*100}%`}}),p.jsx("div",{className:"pointer-events-none absolute h-6 w-6 -translate-x-1/2 -translate-y-1/2 rounded-full border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,0.85),0_8px_18px_rgba(0,0,0,0.45)]",style:{left:`${w.saturation*100}%`,top:`${(1-w.value)*100}%`,backgroundColor:$}})]}),p.jsxs("div",{className:"flex min-w-0 items-center gap-3",children:[p.jsx("div",{className:"h-9 w-9 flex-shrink-0 rounded-xl border border-neutral-600 shadow-[inset_0_1px_0_rgba(255,255,255,0.08)]",style:{backgroundColor:M}}),p.jsxs("div",{className:"min-w-0 flex-1",children:[p.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:M}),p.jsxs("div",{className:"mt-0.5 text-[9px] uppercase tracking-[0.12em] text-neutral-600",children:["S ",N,"% · B ",A,"% · A ",j,"%"]})]})]}),p.jsx(G5,{label:"Hue",value:w.hue,min:0,max:360,step:1,displayValue:`${Math.round(w.hue)}°`,background:"linear-gradient(90deg, #f00, #ff0, #0f0, #0ff, #00f, #f0f, #f00)",thumbColor:k,disabled:t,onCommit:V=>Q({hue:V})}),p.jsx(G5,{label:"Alpha",value:m.alpha,min:0,max:1,step:.01,displayValue:`${j}%`,background:`linear-gradient(90deg, transparent, ${$})`,thumbColor:M,disabled:t,onCommit:V=>R({...m,alpha:V})}),p.jsxs("label",{className:"grid gap-1.5",children:[p.jsx("span",{className:rr,children:"Hex"}),p.jsx("input",{value:x,onChange:V=>K(V.target.value),className:`${_i} h-10 w-full text-[11px] font-medium outline-none`,spellCheck:!1})]})]})]}),document.body):null,le=()=>{t||(c(V=>!V),a||requestAnimationFrame(T))};return p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:n}),p.jsxs("button",{type:"button",disabled:t,"aria-label":`Pick ${n.toLowerCase()} color`,ref:i,onClick:le,className:`${_i} flex items-center gap-3 text-left hover:border-neutral-700 disabled:cursor-not-allowed ${a?"border-neutral-600":""}`,children:[p.jsx("div",{className:"relative h-7 w-7 flex-shrink-0 overflow-hidden rounded-lg border border-neutral-700 bg-neutral-950 shadow-[inset_0_1px_0_rgba(255,255,255,0.04)]",style:{backgroundColor:e||"transparent"}}),p.jsx("span",{className:"min-w-0 flex-1 truncate text-[11px] font-medium text-neutral-100",children:e})]}),ie]})}function G5({label:n,value:e,min:t,max:r,step:i,displayValue:s,background:a,thumbColor:c,disabled:u,onCommit:h}){const m=d.useRef(null),O=(e-t)/(r-t)*100,x=w=>{var N;const k=(N=m.current)==null?void 0:N.getBoundingClientRect();if(!k||k.width<=0)return;const $=t+(w-k.left)/k.width*(r-t),M=Math.round($/i)*i;h(Math.max(t,Math.min(r,M)))},v=w=>{h(Math.max(t,Math.min(r,w)))};return p.jsxs("div",{className:"grid gap-1.5",children:[p.jsxs("div",{className:"flex items-center justify-between",children:[p.jsx("span",{className:rr,children:n}),p.jsx("span",{className:"text-[10px] font-medium text-neutral-400",children:s})]}),p.jsx("div",{ref:m,role:"slider",tabIndex:u?-1:0,"aria-label":n,"aria-valuemin":t,"aria-valuemax":r,"aria-valuenow":e,"aria-disabled":u,className:`relative h-4 rounded-full border border-neutral-700 shadow-[inset_0_1px_2px_rgba(0,0,0,0.55)] outline-none focus:border-[#f5a400] focus:ring-2 focus:ring-[#f5a400]/40 ${u?"cursor-not-allowed opacity-50":"cursor-ew-resize"}`,style:{background:a},onPointerDown:w=>{u||(w.currentTarget.setPointerCapture(w.pointerId),x(w.clientX))},onPointerMove:w=>{u||w.buttons!==1||x(w.clientX)},onKeyDown:w=>{u||(w.key==="ArrowRight"||w.key==="ArrowUp"?(w.preventDefault(),v(e+i)):w.key==="ArrowLeft"||w.key==="ArrowDown"?(w.preventDefault(),v(e-i)):w.key==="Home"?(w.preventDefault(),v(t)):w.key==="End"&&(w.preventDefault(),v(r)))},children:p.jsx("div",{className:"pointer-events-none absolute top-1/2 h-6 w-6 -translate-x-1/2 -translate-y-1/2 rounded-full border-2 border-white shadow-[0_0_0_1px_rgba(0,0,0,0.85),0_6px_14px_rgba(0,0,0,0.5)]",style:{left:`${Math.max(0,Math.min(100,O))}%`,backgroundColor:c}})})]})}function kV({projectId:n,sourceFile:e,value:t,assets:r,disabled:i,onCommit:s,onImportAssets:a}){const c=d.useRef(null),[u,h]=d.useState(!1),m=d.useMemo(()=>r.filter(w=>uu.test(w)),[r]),O=d.useMemo(()=>gV(t,e,m),[m,e,t]),x=O?"":t,v=async w=>{if(!(!(w!=null&&w.length)||!a)){h(!0);try{const $=(await a(w)).find(M=>uu.test(M));$&&s(`url("${X5($)}")`)}finally{h(!1)}}};return p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[p.jsx("span",{className:rr,children:"Project asset"}),p.jsxs("button",{type:"button",disabled:i||u,onClick:()=>{var w;return(w=c.current)==null?void 0:w.click()},className:`inline-flex h-7 max-w-full items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors ${i||u?"cursor-not-allowed text-neutral-600":"cursor-pointer hover:border-neutral-600 hover:text-white"}`,children:[p.jsx(Dg,{size:12,className:"flex-shrink-0"}),p.jsx("span",{className:"truncate",children:u?"Uploading…":"Upload image"})]}),p.jsx("input",{ref:c,type:"file",accept:"image/*","aria-label":"Upload image asset",disabled:i||u,className:"hidden",onChange:async w=>{await v(w.target.files),w.target.value=""}})]}),m.length>0?p.jsxs("div",{className:"space-y-3",children:[O&&p.jsx("div",{className:"overflow-hidden rounded-xl border border-neutral-800 bg-neutral-900/80",children:p.jsx("img",{src:`/api/projects/${n}/preview/${O}`,alt:O.split("/").pop()??O,className:"h-28 w-full object-contain bg-neutral-950/80"})}),p.jsx("div",{className:_i,children:p.jsxs("select",{value:O??"",disabled:i,onChange:w=>{const k=w.target.value;if(!k){s("none");return}s(`url("${X5(k)}")`)},className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:[p.jsx("option",{value:"",children:"None"}),m.map(w=>p.jsx("option",{value:w,children:w},w))]})})]}):p.jsx("div",{className:"rounded-xl border border-dashed border-neutral-800 bg-neutral-900/50 px-3 py-3 text-[11px] leading-5 text-neutral-500",children:"No image assets yet. Upload one here and Studio will also add it to the Assets tab."})]}),p.jsx(eO,{label:"External URL",value:x,disabled:i,onCommit:w=>s(w.trim()?`url("${w.trim()}")`:"none")})]})}function PV({value:n,fallbackColor:e,disabled:t,onCommit:r}){const i=d.useRef(null),s=IN(n)??Z2(e),a=x=>r(Ed(x)),c=x=>a({...s,...x}),u=(x,v)=>{const w=s.stops.map((k,$)=>$===x?{...k,...v}:k);a({...s,stops:w})},h=x=>{var w,k;const v=x!=null?y5(s,x):y5(s,((w=s.stops.at(-1))==null?void 0:w.position)!=null?Math.min(100,(((k=s.stops.at(-1))==null?void 0:k.position)??90)+10):100);a(v)},m=x=>{s.stops.length<=2||a({...s,stops:s.stops.filter((v,w)=>w!==x)})},O={backgroundImage:Ed(s)};return p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{className:`${_i} space-y-3 p-3`,children:[p.jsx("div",{ref:i,className:"relative h-11 overflow-hidden rounded-lg border border-neutral-700",style:O,onClick:x=>{var k;if(t)return;const v=(k=i.current)==null?void 0:k.getBoundingClientRect();if(!v||v.width<=0)return;const w=(x.clientX-v.left)/v.width*100;h(w)},children:s.stops.map((x,v)=>p.jsx("div",{className:"absolute top-1/2 h-4 w-4 -translate-y-1/2 rounded-full border-2 border-white/90 shadow-[0_0_0_1px_rgba(0,0,0,0.35)]",style:{left:`calc(${x.position}% - 8px)`,backgroundColor:x.color}},`stop-preview-${v}`))}),p.jsxs("div",{className:"flex min-w-0 flex-wrap items-center gap-2",children:[p.jsx(W2,{disabled:t,value:s.kind,onChange:x=>c({kind:x}),options:[{label:"Linear",value:"linear"},{label:"Radial",value:"radial"},{label:"Conic",value:"conic"}]}),p.jsxs("label",{className:"flex items-center gap-2 text-[11px] font-medium text-neutral-400",children:[p.jsx("input",{type:"checkbox",checked:s.repeating,disabled:t,onChange:x=>c({repeating:x.target.checked}),className:"h-4 w-4 rounded border-neutral-700 bg-neutral-950 text-[#3ce6ac] focus:ring-[#3ce6ac]"}),"Repeat"]}),p.jsxs("button",{type:"button",disabled:t,onClick:()=>a({...s,stops:[...s.stops].reverse().map(x=>({...x,position:100-x.position}))}),className:"inline-flex h-7 items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-600",children:[p.jsx(tf,{size:12}),"Reverse"]})]})]}),(s.kind==="linear"||s.kind==="conic")&&p.jsxs("div",{className:"grid gap-1.5",children:[p.jsx("span",{className:rr,children:s.kind==="linear"?"Angle":"Start angle"}),p.jsx(To,{value:s.angle,min:0,max:360,step:1,disabled:t,displayValue:`${Math.round(s.angle)}°`,formatDisplayValue:x=>`${Math.round(x)}°`,onCommit:x=>c({angle:x})})]}),s.kind==="radial"&&p.jsxs("div",{className:ji,children:[p.jsx(yi,{label:"Shape",value:s.shape,disabled:t,onChange:x=>c({shape:x}),options:["ellipse","circle"]}),p.jsx(yi,{label:"Size",value:s.radialSize,disabled:t,onChange:x=>c({radialSize:x}),options:["closest-side","closest-corner","farthest-side","farthest-corner"]})]}),(s.kind==="radial"||s.kind==="conic")&&p.jsxs("div",{className:ji,children:[p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:"Center X"}),p.jsx(To,{value:s.centerX,min:0,max:100,step:1,disabled:t,displayValue:`${Math.round(s.centerX)}%`,formatDisplayValue:x=>`${Math.round(x)}%`,onCommit:x=>c({centerX:x})})]}),p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:"Center Y"}),p.jsx(To,{value:s.centerY,min:0,max:100,step:1,disabled:t,displayValue:`${Math.round(s.centerY)}%`,formatDisplayValue:x=>`${Math.round(x)}%`,onCommit:x=>c({centerY:x})})]})]}),p.jsxs("div",{className:"space-y-3",children:[p.jsxs("div",{className:"flex items-center justify-between",children:[p.jsx("span",{className:rr,children:"Stops"}),p.jsxs("button",{type:"button",disabled:t||s.stops.length>=6,onClick:()=>h(),className:"inline-flex h-7 items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-600",children:[p.jsx(Dg,{size:12}),"Add stop"]})]}),p.jsx("div",{className:"space-y-3",children:s.stops.map((x,v)=>p.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_68px_28px] gap-2",children:[p.jsx(Ol,{label:`Stop ${v+1}`,value:x.color,disabled:t,onCommit:w=>u(v,{color:w})}),p.jsx(eO,{label:"Pos",value:`${Math.round(x.position)}%`,disabled:t,onCommit:w=>u(v,{position:Number.parseFloat(w.replace("%",""))||0})}),p.jsx("button",{type:"button",disabled:t||s.stops.length<=2,onClick:()=>m(v),className:"mt-[22px] flex h-10 items-center justify-center rounded-lg border border-neutral-700 bg-neutral-950 text-neutral-400 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:text-neutral-700","aria-label":`Remove stop ${v+1}`,children:p.jsx(ef,{size:12})})]},`stop-editor-${v}`))})]})]})}function To({value:n,min:e,max:t,step:r,displayValue:i,formatDisplayValue:s,disabled:a,onCommit:c}){const[u,h]=d.useState(n),m=d.useRef(null),O=d.useRef(n);O.current=n,d.useEffect(()=>{h(n)},[n]),d.useEffect(()=>()=>{m.current&&clearTimeout(m.current)},[]);const x=k=>{m.current&&clearTimeout(m.current),k!==O.current&&c(k)},v=k=>{m.current&&clearTimeout(m.current),m.current=setTimeout(()=>{k!==O.current&&c(k)},40)},w=(s==null?void 0:s(u))??i;return p.jsxs("div",{className:"grid min-w-0 grid-cols-[minmax(0,1fr)_auto] items-center gap-2",children:[p.jsx("input",{type:"range",min:e,max:t,step:r,value:u,disabled:a,onChange:k=>{const $=Number(k.target.value);h($),v($)},onMouseUp:()=>x(u),onTouchEnd:()=>x(u),onBlur:()=>x(u),className:"h-2 min-w-0 w-full cursor-pointer appearance-none rounded-full bg-neutral-800 accent-[#3ce6ac] disabled:cursor-not-allowed"}),p.jsx("div",{className:"min-w-[52px] rounded-xl border border-neutral-800 bg-neutral-900 px-2 py-2 text-right text-[11px] font-medium text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",children:w})]})}function W2({options:n,value:e,disabled:t,onChange:r}){return p.jsx("div",{className:"grid min-w-0 gap-1 rounded-xl bg-neutral-900 p-1 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)]",style:{gridTemplateColumns:`repeat(${n.length}, minmax(0, 1fr))`},children:n.map(i=>{const s=i.value===e;return p.jsx("button",{type:"button",disabled:t,onClick:()=>r(i.value),className:`min-w-0 truncate rounded-lg px-2 py-1.5 text-[11px] font-medium transition-colors disabled:cursor-not-allowed ${s?"bg-neutral-800 text-white shadow-[0_1px_3px_rgba(0,0,0,0.28)]":"text-neutral-500 hover:text-neutral-200"}`,children:i.label},i.value)})})}function yi({label:n,value:e,disabled:t,options:r,onChange:i}){const s=e&&!r.includes(e)?[e,...r]:r;return p.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:n}),p.jsx("div",{className:_i,children:p.jsx("select",{value:e,disabled:t,onChange:a=>i(a.target.value),className:"min-w-0 w-full appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600",children:s.map(a=>p.jsx("option",{value:a,children:a},a))})})]})}function ns({title:n,icon:e,children:t,accessory:r}){return p.jsxs("section",{className:"min-w-0 border-t border-neutral-800/80 px-4 py-4",children:[p.jsxs("div",{className:"mb-3 flex min-w-0 flex-wrap items-center justify-between gap-2",children:[p.jsxs("div",{className:"flex min-w-0 items-center gap-2.5",children:[p.jsx("span",{className:"flex-shrink-0 text-neutral-500",children:e}),p.jsx("h3",{className:"text-[11px] font-semibold uppercase tracking-[0.12em] text-neutral-300",children:n})]}),r]}),t]})}function AV({swatch:n,token:e,sources:t}){return p.jsxs("div",{className:`${_i} flex min-w-0 items-center gap-3`,children:[p.jsx("div",{className:"h-7 w-7 flex-shrink-0 rounded-lg border border-neutral-700",style:{backgroundColor:n}}),p.jsxs("div",{className:"min-w-0 flex-1",children:[p.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:e}),p.jsx("div",{className:"truncate text-[11px] uppercase tracking-[0.18em] text-neutral-500",children:t.join(" · ")})]})]})}const $V=d.memo(function({projectId:e,assets:t,element:r,multiSelectCount:i=0,copiedAgentPrompt:s,onClearSelection:a,onSetStyle:c,onSetManualOffset:u,onSetManualSize:h,onSetText:m,onSetTextFieldStyle:O,onAddTextField:x,onRemoveTextField:v,onResetManualEdits:w,onAskAgent:k,onImportAssets:$,fontAssets:M=[],onImportFonts:N}){var St;const A=(r==null?void 0:r.computedStyles)??tV,j=d.useMemo(()=>OV(A),[A]),T=A["background-image"]??"none",R=T&&T!=="none"?T.includes("gradient")?"Gradient":"Image":"Solid",[Q,B]=d.useState(R),K=pV(T),[ie,le]=d.useState(((St=r==null?void 0:r.textFields[0])==null?void 0:St.key)??null),V=r!=null&&bS(r);if(d.useEffect(()=>{B(R)},[R,r==null?void 0:r.id,r==null?void 0:r.selector,T]),d.useEffect(()=>{const ue=(r==null?void 0:r.textFields)??[];le(Te=>{var ce;return Te&&ue.some(rt=>rt.key===Te)?Te:((ce=ue[0])==null?void 0:ce.key)??null})},[r==null?void 0:r.id,r==null?void 0:r.selector,r==null?void 0:r.textFields]),!r)return p.jsx("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:i>1?p.jsxs(p.Fragment,{children:[p.jsx(Wp,{size:18,className:"mb-3 text-neutral-600"}),p.jsxs("p",{className:"text-sm font-medium text-neutral-200",children:[i," elements selected"]}),p.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"Select a single element to edit its properties. Click an element in the preview or use the timeline layer panel."})]}):p.jsxs(p.Fragment,{children:[p.jsx(t5,{size:18,className:"mb-3 text-neutral-600"}),p.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element in the preview."}),p.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"The inspector is tuned for element edits with safer geometry controls, color picking, and cleaner grouped layer controls."})]})});const ae=!r.capabilities.canEditStyles,Oe=!r.capabilities.canApplyManualOffset,ge=!r.capabilities.canApplyManualSize,Me=A.display==="flex"||A.display==="inline-flex",he=L5(A["border-radius"])??0,_=Math.round((L5(A.opacity)??1)*100),z=wo(A["border-width"]??"")??wo(A["border-top-width"]??"")??0,G=A["border-style"]||A["border-top-style"]||"none",C=A["border-color"]||A["border-top-color"]||"rgba(255, 255, 255, 0.18)",D=sV(A["box-shadow"]),ee=_5(A.filter,"blur"),Ee=_5(A["backdrop-filter"],"blur"),Qe=A["clip-path"]||"none",tt=aV(Qe),Ie=lV(Qe),Y=r.id?`#${r.id}`:r.selector,se=r.capabilities.canEditStyles,xe=I2(r.element),Ce=Md(r.element),_e=Ce.width>0?Ce.width:wo(A.width??"")??r.boundingBox.width,qe=Ce.height>0?Ce.height:wo(A.height??"")??r.boundingBox.height,Ne=(ue,Te)=>{const ce=wo(Te);if(ce==null)return;const rt=I2(r.element);u(r,{x:ue==="x"?ce:rt.x,y:ue==="y"?ce:rt.y})},ze=(ue,Te)=>{const ce=wo(Te);if(ce==null||ce<=0)return;const rt=Md(r.element),Re=rt.width>0?rt.width:wo(A.width??"")??r.boundingBox.width,vt=rt.height>0?rt.height:wo(A.height??"")??r.boundingBox.height;h(r,{width:ue==="width"?ce:Re,height:ue==="height"?ce:vt})},Je=ue=>{if(B(ue),ue==="Solid"){c("background-image","none");return}ue==="Gradient"&&!T.includes("gradient")&&c("background-image",Ed(Z2(A["background-color"])))};return p.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900 text-neutral-100",children:[p.jsxs("div",{className:"border-b border-neutral-800 px-4 py-5",children:[p.jsxs("div",{className:"flex items-start justify-between gap-4",children:[p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:rr,children:"Document"}),p.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:r.label}),p.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:Y})]}),p.jsx("button",{type:"button","aria-label":"Clear selection",onClick:a,className:"flex h-9 w-9 items-center justify-center rounded-full border border-neutral-700 bg-neutral-950 text-neutral-500 shadow-[0_1px_2px_rgba(0,0,0,0.2)] transition-colors hover:border-neutral-600 hover:text-neutral-200",children:p.jsx(ef,{size:13})})]}),p.jsxs("div",{className:"mt-4 flex min-w-0 flex-wrap items-center gap-2",children:[p.jsxs("button",{type:"button",onClick:k,className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-700 bg-neutral-950 px-3.5 text-[11px] font-medium text-neutral-100 transition-colors hover:border-studio-accent/40 hover:text-studio-accent",children:[p.jsx(uR,{size:15}),p.jsx("span",{children:s?"Prompt copied":"Ask agent"})]}),p.jsxs("button",{type:"button",onClick:()=>w(r),title:"Reset move, size, and rotation edits",className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-700 bg-neutral-950 px-3.5 text-[11px] font-medium text-neutral-100 transition-colors hover:border-neutral-500 hover:text-white",children:[p.jsx(tf,{size:14}),p.jsx("span",{children:"Reset edits"})]})]})]}),p.jsxs("div",{className:"flex-1 overflow-y-auto",children:[p.jsx(ns,{title:"Layout",icon:p.jsx(dR,{size:15}),children:p.jsxs("div",{className:ji,children:[p.jsx(Vs,{label:"X",value:ul(xe.x),disabled:Oe,onCommit:ue=>Ne("x",ue)}),p.jsx(Vs,{label:"Y",value:ul(xe.y),disabled:Oe,onCommit:ue=>Ne("y",ue)}),p.jsx(Vs,{label:"W",value:ul(_e),disabled:ge,onCommit:ue=>ze("width",ue)}),p.jsx(Vs,{label:"H",value:ul(qe),disabled:ge,onCommit:ue=>ze("height",ue)})]})}),se&&Me&&p.jsx(ns,{title:"Flex",icon:p.jsx(Wp,{size:15}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsx(W2,{disabled:ae,value:A["flex-direction"]||"row",onChange:ue=>c("flex-direction",ue),options:[{label:"→ Row",value:"row"},{label:"↓ Column",value:"column"}]}),p.jsxs("div",{className:ji,children:[p.jsx(yi,{label:"Justify",value:A["justify-content"]||"flex-start",disabled:ae,onChange:ue=>c("justify-content",ue),options:["flex-start","center","space-between","space-around","space-evenly","flex-end"]}),p.jsx(yi,{label:"Align",value:A["align-items"]||"stretch",disabled:ae,onChange:ue=>c("align-items",ue),options:["stretch","flex-start","center","flex-end","baseline"]})]}),p.jsx(eO,{label:"Gap",value:A.gap??"0px",disabled:ae,onCommit:ue=>c("gap",ue.endsWith("px")?ue:`${ue}px`)})]})}),se&&p.jsxs(p.Fragment,{children:[p.jsx(ns,{title:"Radius",icon:p.jsx(xR,{size:15}),children:p.jsx(To,{value:he,min:0,max:Math.max(240,Math.ceil(he)),step:1,disabled:ae,displayValue:`${Mn(he)}px`,formatDisplayValue:ue=>`${Mn(ue)}px`,onCommit:ue=>c("border-radius",`${Mn(ue)}px`)})}),p.jsx(ns,{title:"Stroke",icon:p.jsx(fR,{size:15}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{className:ji,children:[p.jsx(Vs,{label:"Width",value:ul(z),disabled:ae,liveCommit:!0,onCommit:async ue=>{const Te=rV(ue,{min:0,max:200,fallback:z});if(Te)for(const[ce,rt]of cV(Te,G))await c(ce,rt)}}),p.jsx(yi,{label:"Style",value:G,disabled:ae,onChange:async ue=>{for(const[Te,ce]of uV(ue,ul(z)))await c(Te,ce)},options:["none","solid","dashed","dotted","double","hidden","groove","ridge","inset","outset"]})]}),p.jsx(Ol,{label:"Stroke color",value:C,disabled:ae,onCommit:ue=>c("border-color",ue)})]})}),p.jsx(ns,{title:"Effects",icon:p.jsx(Xg,{size:15}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsx(yi,{label:"Shadow",value:D,disabled:ae,onChange:ue=>{ue!=="custom"&&c("box-shadow",oV(ue,A["box-shadow"]))},options:["custom","none","soft","lift","glow"]}),p.jsxs("div",{className:ji,children:[p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:"Layer blur"}),p.jsx(To,{value:ee,min:0,max:Math.max(40,Math.ceil(ee)),step:1,disabled:ae,displayValue:`${Mn(ee)}px`,formatDisplayValue:ue=>`${Mn(ue)}px`,onCommit:ue=>c("filter",I5(A.filter,"blur",ue))})]}),p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:"Backdrop"}),p.jsx(To,{value:Ee,min:0,max:Math.max(60,Math.ceil(Ee)),step:1,disabled:ae,displayValue:`${Mn(Ee)}px`,formatDisplayValue:ue=>`${Mn(ue)}px`,onCommit:ue=>c("backdrop-filter",I5(A["backdrop-filter"],"blur",ue))})]})]})]})}),p.jsx(ns,{title:"Clip",icon:p.jsx(Wp,{size:15}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{className:ji,children:[p.jsx(yi,{label:"Overflow",value:A.overflow||"visible",disabled:ae,onChange:ue=>c("overflow",ue),options:["visible","hidden","clip","auto","scroll"]}),p.jsx(yi,{label:"Mask",value:tt,disabled:ae,onChange:ue=>{ue!=="custom"&&c("clip-path",dV(ue,he,Qe))},options:["custom","none","inset","circle"]})]}),p.jsxs("div",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:rr,children:"Mask inset"}),p.jsx(To,{value:Ie,min:0,max:Math.max(120,Math.ceil(Ie)),step:1,disabled:ae,displayValue:`${Mn(Ie)}px`,formatDisplayValue:ue=>`${Mn(ue)}px`,onCommit:ue=>c("clip-path",fV(ue,he))})]})]})}),p.jsx(ns,{title:"Blending",icon:p.jsx(t5,{size:15}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsx(To,{value:_,min:0,max:100,step:1,disabled:ae,displayValue:`${_}%`,formatDisplayValue:ue=>`${Math.round(ue)}%`,onCommit:ue=>c("opacity",Mn(ue/100))}),p.jsx(yi,{label:"Mode",value:A["mix-blend-mode"]||"normal",disabled:ae,onChange:ue=>c("mix-blend-mode",ue),options:["normal","multiply","screen","overlay","darken","lighten"]})]})}),p.jsx(ns,{title:"Fill",icon:p.jsx(n5,{size:15}),accessory:p.jsx("div",{className:"rounded-full border border-neutral-700 bg-neutral-900 px-2.5 py-1 text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-400",children:Q}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsx(W2,{disabled:ae,value:Q,onChange:Je,options:[{label:"Solid",value:"Solid"},{label:"Gradient",value:"Gradient"},{label:"Image",value:"Image"}]}),Q==="Solid"?p.jsx(Ol,{label:"Fill color",value:A["background-color"]??"transparent",disabled:ae,onCommit:ue=>c("background-color",ue)}):Q==="Gradient"?p.jsx(PV,{value:T!=="none"?T:Ed(Z2(A["background-color"])),fallbackColor:A["background-color"],disabled:ae,onCommit:ue=>c("background-image",ue)}):p.jsx(kV,{projectId:e,sourceFile:r.sourceFile,value:K,assets:t,disabled:ae,onCommit:ue=>c("background-image",ue),onImportAssets:$}),!V&&p.jsx(Ol,{label:"Text color",value:A.color??"rgb(0, 0, 0)",disabled:ae,onCommit:ue=>c("color",ue)})]})}),V&&p.jsx(ns,{title:"Text",icon:p.jsx(hR,{size:15}),children:(()=>{const ue=r.textFields,Te=ue.find(ce=>ce.key===ie)??ue[0];return Te?ue.length===1?p.jsxs("div",{className:"space-y-4 rounded-xl border border-neutral-800 bg-neutral-900/60 p-3",children:[p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:um(Te.value)||"Text"}),p.jsx("div",{className:"text-[10px] uppercase tracking-[0.12em] text-neutral-500",children:Te.tagName})]}),p.jsx(F5,{label:"Content",value:Te.value,disabled:!1,onCommit:ce=>m(ce,Te.key)},Te.key),p.jsx(Ol,{label:"Text color",value:dm(Te,A),disabled:!1,onCommit:ce=>O(Te.key,"color",ce)}),p.jsxs("div",{className:ji,children:[p.jsx(Vs,{label:"Size",value:Te.computedStyles["font-size"]||A["font-size"]||"16px",disabled:!1,liveCommit:!0,onCommit:ce=>O(Te.key,"font-size",ce)}),p.jsx(Y5,{value:Te.computedStyles["font-weight"]||A["font-weight"]||"400",disabled:!1,onCommit:ce=>O(Te.key,"font-weight",ce)})]}),p.jsx(q5,{value:Te.computedStyles["font-family"]||A["font-family"]||"inherit",disabled:!1,importedFonts:M,onImportFonts:N,onCommit:ce=>O(Te.key,"font-family",ce)}),p.jsx(U5,{field:Te,inheritedStyles:A,disabled:!1,onCommit:(ce,rt)=>O(Te.key,ce,rt)})]}):p.jsxs("div",{className:"space-y-4",children:[p.jsxs("div",{className:"grid gap-1.5",children:[p.jsxs("div",{className:"flex min-w-0 flex-wrap items-center justify-between gap-2",children:[p.jsx("span",{className:rr,children:"Text layers"}),p.jsxs("button",{type:"button",onClick:()=>{Promise.resolve(x(Te.key)).then(ce=>{ce&&le(ce)})},className:"inline-flex h-7 max-w-full items-center gap-1.5 rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white",children:[p.jsx(Dg,{size:12,className:"flex-shrink-0"}),p.jsx("span",{className:"truncate",children:"Add text"})]})]}),p.jsx("div",{className:"grid gap-2",children:ue.map((ce,rt)=>{const Re=ce.key===Te.key;return p.jsx("button",{type:"button",onClick:()=>le(ce.key),className:`min-w-0 w-full rounded-xl border px-3 py-2 text-left transition-colors ${Re?"border-studio-accent/50 bg-studio-accent/10":"border-neutral-800 bg-neutral-900/80 hover:border-neutral-700 hover:bg-neutral-900"}`,children:p.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[p.jsxs("div",{className:"flex min-w-0 items-center gap-2",children:[p.jsx("span",{className:"h-4 w-4 flex-shrink-0 rounded border border-neutral-700 bg-neutral-950",style:{backgroundColor:dm(ce,A)}}),p.jsx("span",{className:"min-w-0 truncate text-[11px] font-medium text-neutral-100",children:um(ce.value)||`Text ${rt+1}`})]}),p.jsx("span",{className:"flex-shrink-0 rounded-md border border-neutral-700 bg-neutral-950 px-1.5 py-0.5 text-[10px] uppercase tracking-[0.12em] text-neutral-500",children:ce.tagName})]})},ce.key)})})]}),p.jsxs("div",{className:"space-y-4 rounded-xl border border-neutral-800 bg-neutral-900/60 p-3",children:[p.jsxs("div",{className:"flex min-w-0 items-center justify-between gap-2",children:[p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:"truncate text-[11px] font-medium text-neutral-100",children:um(Te.value)||"Text"}),p.jsx("div",{className:"text-[10px] uppercase tracking-[0.12em] text-neutral-500",children:Te.tagName})]}),p.jsx("button",{type:"button",onClick:()=>v(Te.key),className:"inline-flex h-7 flex-shrink-0 items-center rounded-lg border border-neutral-700 bg-neutral-950 px-2.5 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white",children:"Remove"})]}),p.jsx(F5,{label:"Content",value:Te.value,disabled:!1,autoFocus:!0,onCommit:ce=>m(ce,Te.key)},Te.key),p.jsx(Ol,{label:"Text color",value:dm(Te,A),disabled:!1,onCommit:ce=>O(Te.key,"color",ce)}),p.jsxs("div",{className:ji,children:[p.jsx(Vs,{label:"Size",value:Te.computedStyles["font-size"]||"16px",disabled:!1,liveCommit:!0,onCommit:ce=>O(Te.key,"font-size",ce)}),p.jsx(Y5,{value:Te.computedStyles["font-weight"]||"400",disabled:!1,onCommit:ce=>O(Te.key,"font-weight",ce)})]}),p.jsx(q5,{value:Te.computedStyles["font-family"]||A["font-family"]||"inherit",disabled:!1,importedFonts:M,onImportFonts:N,onCommit:ce=>O(Te.key,"font-family",ce)}),p.jsx(U5,{field:Te,inheritedStyles:A,disabled:!1,onCommit:(ce,rt)=>O(Te.key,ce,rt)})]})]}):null})()}),j.length>0&&p.jsx(ns,{title:"Selection colors",icon:p.jsx(n5,{size:15}),children:p.jsx("div",{className:"space-y-3",children:j.map(ue=>p.jsx(AV,{swatch:ue.swatch,token:ue.token,sources:ue.sources},`${ue.swatch}-${ue.token}`))})})]})]})]})}),Co=".hyperframes/studio-motion.json",hm="studio-motion",Cu="data-hf-studio-motion",B2="data-hf-studio-motion-original-transform",Y2="data-hf-studio-motion-original-opacity",q2="data-hf-studio-motion-original-visibility",P1=["none","power1.in","power1.out","power1.inOut","power2.in","power2.out","power2.inOut","power3.in","power3.out","power3.inOut","power4.in","power4.out","power4.inOut","sine.in","sine.out","sine.inOut","expo.in","expo.out","expo.inOut","circ.in","circ.out","circ.inOut","back.in(1.7)","back.out(1.7)","back.inOut(1.7)","elastic.out(1, 0.45)","bounce.out"],Kc={x1:.215,y1:.61,x2:.355,y2:1},CV={none:{x1:0,y1:0,x2:1,y2:1},"power1.in":{x1:.55,y1:.085,x2:.68,y2:.53},"power1.out":{x1:.25,y1:.46,x2:.45,y2:.94},"power1.inOut":{x1:.455,y1:.03,x2:.515,y2:.955},"power2.in":{x1:.55,y1:.055,x2:.675,y2:.19},"power2.out":{x1:.215,y1:.61,x2:.355,y2:1},"power2.inOut":{x1:.645,y1:.045,x2:.355,y2:1},"power3.in":{x1:.895,y1:.03,x2:.685,y2:.22},"power3.out":{x1:.165,y1:.84,x2:.44,y2:1},"power3.inOut":{x1:.77,y1:0,x2:.175,y2:1},"power4.in":{x1:.755,y1:.05,x2:.855,y2:.06},"power4.out":{x1:.23,y1:1,x2:.32,y2:1},"power4.inOut":{x1:.86,y1:0,x2:.07,y2:1},"sine.in":{x1:.47,y1:0,x2:.745,y2:.715},"sine.out":{x1:.39,y1:.575,x2:.565,y2:1},"sine.inOut":{x1:.445,y1:.05,x2:.55,y2:.95},"expo.in":{x1:.95,y1:.05,x2:.795,y2:.035},"expo.out":{x1:.19,y1:1,x2:.22,y2:1},"expo.inOut":{x1:1,y1:0,x2:0,y2:1},"circ.in":{x1:.6,y1:.04,x2:.98,y2:.335},"circ.out":{x1:.075,y1:.82,x2:.165,y2:1},"circ.inOut":{x1:.785,y1:.135,x2:.15,y2:.86},"back.in(1.7)":{x1:.6,y1:-.28,x2:.735,y2:.045},"back.out(1.7)":{x1:.175,y1:.885,x2:.32,y2:1.275},"back.inOut(1.7)":{x1:.68,y1:-.55,x2:.265,y2:1.55},"elastic.out(1, 0.45)":{x1:.16,y1:1.32,x2:.28,y2:.86},"bounce.out":{x1:.34,y1:1.56,x2:.64,y2:.74}},EV=/^M\s*0\s*,\s*0\s*C\s*(-?\d+(?:\.\d+)?)\s*,\s*(-?\d+(?:\.\d+)?)\s+(-?\d+(?:\.\d+)?)\s*,\s*(-?\d+(?:\.\d+)?)\s+1\s*,\s*1\s*$/i;function Cl(){return{version:1,motions:[]}}function K5(n,e){return Number.isFinite(n)&&n>0?n:e}function TV(n,e){return Number.isFinite(n)&&n>=0?n:e}function MV(n){return n.trim()||"none"}function Jc(n){return Math.round(n*1e3)/1e3}function A1(n,e,t,r){return Number.isFinite(n)?Math.min(t,Math.max(e,n)):r}function tO(n){return{x1:Jc(A1(n.x1??Kc.x1,0,1,.215)),y1:Jc(A1(n.y1??Kc.y1,-.6,1.6,.61)),x2:Jc(A1(n.x2??Kc.x2,0,1,.355)),y2:Jc(A1(n.y2??Kc.y2,-.6,1.6,1))}}function J5(n){if(!n)return null;const e=n.trim().match(EV);if(!e)return null;const t={x1:Number.parseFloat(e[1]??""),y1:Number.parseFloat(e[2]??""),x2:Number.parseFloat(e[3]??""),y2:Number.parseFloat(e[4]??"")};return Object.values(t).every(Number.isFinite)?tO(t):null}function $1(n){const e=Jc(n);return Object.is(e,-0)?"0":`${e}`}function _S(n){const e=tO(n);return`M0,0 C${$1(e.x1)},${$1(e.y1)} ${$1(e.x2)},${$1(e.y2)} 1,1`}function IS(n){return CV[n]??Kc}function QV(n,e){const t=TV(e.start,0),r=K5(e.duration,.6),i=K5(e.distance,32),s=MV(e.ease),a=e.direction??"up",c={start:t,duration:r,ease:s,customEase:e.customEase};if(n==="pop")return{...c,from:{scale:.88,autoAlpha:0},to:{scale:1,autoAlpha:1}};if(n==="slide"){const u=a==="right"?-i:a==="left"?i:0,h=a==="down"?-i:a==="up"?i:0;return{...c,from:{x:u,y:h,autoAlpha:0},to:{x:0,y:0,autoAlpha:1}}}return{...c,from:{y:a==="down"?-i:i,autoAlpha:0},to:{y:0,autoAlpha:1}}}function jd(n){return typeof n=="number"&&Number.isFinite(n)?n:null}function ey(n){if(!n||typeof n!="object")return null;const e=n,t={};for(const r of["x","y","scale","rotation","opacity","autoAlpha"]){const i=jd(e[r]);i!=null&&(t[r]=i)}return Object.keys(t).length>0?t:null}function jV(n){if(!n||typeof n!="object")return null;const e=n,t=typeof e.sourceFile=="string"?e.sourceFile:"";if(!t)return null;const r=typeof e.selector=="string"?e.selector:void 0,i=typeof e.id=="string"?e.id:void 0;return!r&&!i?null:{sourceFile:t,selector:r,selectorIndex:jd(e.selectorIndex)??void 0,id:i}}function ZV(n){if(!n||typeof n!="object")return;const e=n,t=typeof e.id=="string"?e.id.trim():"",r=typeof e.data=="string"?e.data.trim():"";if(!(!t||!r))return{id:t,data:r}}function RV(n){if(!n||typeof n!="object")return null;const e=n;if(e.kind!=="gsap-motion")return null;const t=jV(e.target);if(!t)return null;const r=jd(e.start),i=jd(e.duration);if(r==null||i==null||r<0||i<=0)return null;const s=typeof e.ease=="string"&&e.ease.trim()?e.ease.trim():"none",a=ey(e.from),c=ey(e.to);return!a||!c?null:{kind:"gsap-motion",target:t,start:r,duration:i,ease:s,customEase:ZV(e.customEase),from:a,to:c,updatedAt:typeof e.updatedAt=="string"?e.updatedAt:void 0}}function ty(n){if(!n.trim())return Cl();try{const e=JSON.parse(n);if(!e||typeof e!="object")return Cl();const t=e.motions;return Array.isArray(t)?{version:1,motions:t.map(RV).filter(r=>r!==null)}:Cl()}catch{return Cl()}}function pm(n){return`${JSON.stringify(n,null,2)}
91
- `}function NV(n){return n.trim().replace(/\\/g,"/").replace(/^\.?\//,"")}function LV(n){if(!n)return!1;const e=NV(n);return e===Co||e.endsWith(`/${Co}`)}function DS(n){return{sourceFile:n.sourceFile||"index.html",selector:n.selector,selectorIndex:n.selectorIndex,id:n.id??void 0}}function Zd(n){return[n.sourceFile,n.id?`id:${n.id}`:"",n.selector?`selector:${n.selector}`:"",n.selectorIndex!=null?`index:${n.selectorIndex}`:""].join("|")}function XS(n,e){const t=DS(e);return n.target.sourceFile!==t.sourceFile?!1:n.target.id&&t.id&&n.target.id===t.id?!0:Zd(n.target)===Zd(t)}function VV(n,e,t){const r=DS(e),i={kind:"gsap-motion",target:r,...t,updatedAt:new Date().toISOString()};return{version:1,motions:[...n.motions.filter(s=>Zd(s.target)!==Zd(r)),i]}}function _V(n,e){return{version:1,motions:n.motions.filter(t=>!XS(t,e))}}function IV(n,e){return n.motions.find(t=>XS(t,e))??null}function DV(n,e){let t=n;for(;t;){const r=t.getAttribute("data-composition-file")??t.getAttribute("data-composition-src");if(r)return r;t=t.parentElement}return e??"index.html"}function ny(n,e,t){return DV(n,t)===e}function XV(n,e){var i;const t=s=>{var c;const a=(c=s.ownerDocument.defaultView)==null?void 0:c.HTMLElement;return!!(a&&s instanceof a)},r=(i=e.match(/^\.([A-Za-z0-9_-]+)$/))==null?void 0:i[1];return r?Array.from(n.getElementsByTagName("*")).filter(s=>t(s)&&s.classList.contains(r)):/^[A-Za-z][A-Za-z0-9-]*$/.test(e)?Array.from(n.getElementsByTagName(e)).filter(t):Array.from(n.querySelectorAll(e)).filter(t)}function FV(n,e,t){var i;const r=(i=n.defaultView)==null?void 0:i.HTMLElement;if(e.id){const s=n.getElementById(e.id);if(r&&s instanceof r&&ny(s,e.sourceFile,t))return s}if(!e.selector)return null;try{return XV(n,e.selector).filter(a=>ny(a,e.sourceFile,t))[Math.max(0,Math.floor(e.selectorIndex??0))]??null}catch{return null}}function zV(n){n.hasAttribute(Cu)||(n.setAttribute(B2,n.style.transform),n.setAttribute(Y2,n.style.opacity),n.setAttribute(q2,n.style.visibility))}function HV(n,e){var t;n.hasAttribute(Cu)&&((t=e==null?void 0:e.set)==null||t.call(e,n,{clearProps:"transform,opacity,visibility"}),n.style.transform=n.getAttribute(B2)??"",n.style.opacity=n.getAttribute(Y2)??"",n.style.visibility=n.getAttribute(q2)??"",n.removeAttribute(Cu),n.removeAttribute(B2),n.removeAttribute(Y2),n.removeAttribute(q2))}function WV(n,e){var r;const t=(r=n.defaultView)==null?void 0:r.HTMLElement;if(t)for(const i of Array.from(n.querySelectorAll(`[${Cu}]`)))i instanceof t&&HV(i,e)}function BV(n,e){var i,s;const t=e.customEase;if(!t)return e.ease;const r=n.CustomEase;if(typeof(r==null?void 0:r.create)!="function")return e.ease;try{return(s=(i=n.gsap)==null?void 0:i.registerPlugin)==null||s.call(i,r),r.create(t.id,t.data),t.id}catch{return e.ease}}function YV(n,e){var t,r,i,s;try{const a=(r=(t=n.__player)==null?void 0:t.getTime)==null?void 0:r.call(t);if(typeof a=="number"&&Number.isFinite(a))return Math.max(0,a)}catch{}try{const a=(s=(i=n.__timeline)==null?void 0:i.time)==null?void 0:s.call(i);if(typeof a=="number"&&Number.isFinite(a))return Math.max(0,a)}catch{}return 0}function qV(n,e,t=null,r){var h,m,O,x,v;const i=n.defaultView;if(!i)return 0;const s=i.gsap;if(i.__timelines=i.__timelines??{},(m=(h=i.__timelines[hm])==null?void 0:h.kill)==null||m.call(h),delete i.__timelines[hm],WV(n,s),!(s!=null&&s.timeline)||e.motions.length===0)return 0;const a=s.timeline({paused:!0,defaults:{overwrite:"auto"}});let c=0;for(const w of e.motions){const k=FV(n,w.target,t);if(!k||!a.fromTo)continue;zV(k),k.setAttribute(Cu,"true");const $={...w.from},M={...w.to,duration:w.duration,ease:BV(i,w),overwrite:"auto",immediateRender:!1};a.fromTo(k,$,M,w.start),c+=1}if(c===0)return(O=a.kill)==null||O.call(a),0;i.__timelines[hm]=a,(x=a.pause)==null||x.call(a);const u=YV(i);return a.totalTime?a.totalTime(u,!1):(v=a.time)==null||v.call(a,u),c}function UV(n,e){const t=n;if(t.__hfStudioMotionApply=()=>(e(),0),t.__hfStudioMotionWrapped)return!1;const r=t.__player;if(!r)return!1;const i=s=>{const a=r[s];typeof a=="function"&&(r[s]=c=>{var u;a.call(r,c),(u=t.__hfStudioMotionApply)==null||u.call(t)})};return i("renderSeek"),i("seek"),t.__hfStudioMotionWrapped=!0,!0}const FS="min-w-0 rounded-xl border border-neutral-800 bg-neutral-900/95 px-3 py-2 text-neutral-100 shadow-[inset_0_1px_0_rgba(255,255,255,0.03)] transition-colors focus-within:border-neutral-600",mf="text-[11px] font-medium uppercase tracking-[0.18em] text-neutral-500",ry="grid grid-cols-[repeat(auto-fit,minmax(118px,1fr))] gap-3",GV=[{label:"Fade Up",value:"fade-up"},{label:"Slide",value:"slide"},{label:"Pop",value:"pop"}],KV=["up","down","left","right"];function ga(n){const e=Math.round(n*100)/100;return Number.isInteger(e)?`${e}`:e.toFixed(2).replace(/0+$/,"").replace(/\.$/,"")}function mm(n,e,t,r){return n==null||!Number.isFinite(n)?r:Math.min(t,Math.max(e,n))}function gm(n){const e=Number.parseFloat(n.trim());return Number.isFinite(e)?e:null}function JV(n){return n?Math.max(Math.abs(n.from.x??0),Math.abs(n.from.y??0),1):32}function e_(n){return n?n.from.scale!=null||n.to.scale!=null?"pop":n.from.x!=null||n.to.x!=null?"slide":"fade-up":"fade-up"}function t_(n){if(!n)return"up";const e=n.from.x??0,t=n.from.y??0;return Math.abs(e)>Math.abs(t)?e<0?"right":"left":t<0?"down":"up"}function iy(n){return`studio-${(n.id||n.selector||n.label||"layer").toLowerCase().replace(/[^a-z0-9]+/g,"-").replace(/^-|-$/g,"")||"layer"}-ease`}function n_({value:n,disabled:e,onCommit:t}){const[r,i]=d.useState(n),s=d.useRef(!1);d.useEffect(()=>{s.current||i(n)},[n]);const a=()=>{s.current=!1;const c=r.trim();c!==n&&t(c)};return p.jsx("input",{type:"text",value:r,disabled:e,onFocus:()=>{s.current=!0},onChange:c=>i(c.target.value),onBlur:a,onKeyDown:c=>{c.key==="Enter"&&c.target.blur()},className:"w-full min-w-0 bg-transparent text-[11px] font-medium text-neutral-100 outline-none disabled:cursor-not-allowed disabled:text-neutral-600"})}function C1({label:n,value:e,disabled:t,onCommit:r}){return p.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:mf,children:n}),p.jsx("div",{className:FS,children:p.jsx(n_,{value:e,disabled:t,onCommit:r})})]})}function r_({value:n,options:e,onChange:t}){return p.jsx("div",{className:"grid grid-cols-3 gap-1 rounded-2xl border border-neutral-800 bg-neutral-950 p-1",children:e.map(r=>p.jsx("button",{type:"button",onClick:()=>t(r.value),className:`h-9 rounded-xl text-[11px] font-semibold transition-colors ${r.value===n?"bg-neutral-800 text-white shadow-sm":"text-neutral-500 hover:bg-neutral-900 hover:text-neutral-200"}`,children:r.label},r.value))})}function sy({label:n,value:e,options:t,onChange:r}){return p.jsxs("label",{className:"grid min-w-0 gap-1.5",children:[p.jsx("span",{className:mf,children:n}),p.jsx("div",{className:FS,children:p.jsx("select",{value:e,onChange:i=>r(i.target.value),className:"w-full min-w-0 appearance-none bg-transparent text-[11px] font-medium text-neutral-100 outline-none",children:t.map(i=>p.jsx("option",{value:i,children:i},i))})})]})}function oy({title:n,children:e,accessory:t}){return p.jsxs("section",{className:"border-b border-neutral-800 px-4 py-5",children:[p.jsxs("div",{className:"mb-4 flex items-center justify-between gap-3",children:[p.jsxs("div",{className:"flex items-center gap-3",children:[p.jsx(Xg,{size:15,className:"text-neutral-500"}),p.jsx("h3",{className:"text-[11px] font-semibold uppercase tracking-[0.22em] text-neutral-300",children:n})]}),t]}),e]})}function i_(n,e){const t=1-n,r=t*t,i=n*n;return{x:3*r*n*e.x1+3*t*i*e.x2+i*n,y:3*r*n*e.y1+3*t*i*e.y2+i*n}}function s_(n,e){const t=[];for(let r=0;r<=48;r+=1){const i=e(i_(r/48,n));t.push(`${r===0?"M":"L"}${i.x.toFixed(2)},${i.y.toFixed(2)}`)}return t.join(" ")}function o_({points:n,onCommit:e}){const t=d.useRef(null),[r,i]=d.useState(n),s=d.useRef(null);d.useEffect(()=>{i(n)},[n]);const a=324,c=214,u={left:46,top:24,width:242,height:146},h=-.4,m=1.4,O=T=>({x:u.left+T.x*u.width,y:u.top+(m-T.y)/(m-h)*u.height}),x=T=>{var K;const R=(K=t.current)==null?void 0:K.getBoundingClientRect();if(!R)return null;const Q=(T.clientX-R.left)/R.width*a,B=(T.clientY-R.top)/R.height*c;return tO({x1:s.current==="p1"?(Q-u.left)/u.width:r.x1,y1:s.current==="p1"?m-(B-u.top)/u.height*(m-h):r.y1,x2:s.current==="p2"?(Q-u.left)/u.width:r.x2,y2:s.current==="p2"?m-(B-u.top)/u.height*(m-h):r.y2})},v=O({x:0,y:0}),w=O({x:1,y:1}),k=O({x:r.x1,y:r.y1}),$=O({x:r.x2,y:r.y2}),M=s_(r,O),N=T=>{if(!s.current)return;T.preventDefault();const R=x(T);R&&i(R)},A=()=>{s.current&&(s.current=null,e(r))},j=(T,R)=>{R.preventDefault(),R.stopPropagation(),s.current=T,R.currentTarget.setPointerCapture(R.pointerId)};return p.jsxs("div",{className:"overflow-hidden rounded-2xl border border-neutral-800 bg-black/40",children:[p.jsxs("div",{className:"flex items-center justify-between gap-3 border-b border-neutral-800 px-3 py-2",children:[p.jsxs("div",{children:[p.jsx("div",{className:mf,children:"CustomEase"}),p.jsx("div",{className:"mt-1 font-mono text-[10px] text-neutral-500",children:_S(r)})]}),p.jsxs("button",{type:"button",onClick:()=>{const T=IS("power3.out");i(T),e(T)},className:"inline-flex h-8 items-center justify-center gap-2 rounded-xl border border-neutral-800 bg-neutral-950 px-3 text-[10px] font-semibold uppercase tracking-[0.14em] text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-100",children:[p.jsx(tf,{size:13}),"Reset"]})]}),p.jsxs("svg",{ref:t,viewBox:`0 0 ${a} ${c}`,className:"block w-full select-none touch-none",onPointerMove:N,onPointerUp:A,onPointerCancel:A,children:[p.jsx("rect",{x:"0",y:"0",width:a,height:c,fill:"transparent"}),[0,.5,1].map(T=>{const R=O({x:0,y:T});return p.jsxs("g",{children:[p.jsx("line",{x1:u.left,x2:u.left+u.width,y1:R.y,y2:R.y,stroke:"rgba(255,255,255,0.12)",strokeDasharray:"5 8"}),p.jsx("text",{x:u.left-12,y:R.y+4,textAnchor:"end",className:"fill-neutral-500 text-[10px] font-semibold",children:T})]},T)}),p.jsx("line",{x1:u.left,x2:u.left+u.width,y1:u.top+u.height,y2:u.top+u.height,stroke:"rgba(255,255,255,0.18)"}),p.jsx("line",{x1:u.left,x2:u.left,y1:u.top,y2:u.top+u.height,stroke:"rgba(255,255,255,0.18)"}),p.jsx("line",{x1:v.x,y1:v.y,x2:k.x,y2:k.y,stroke:"rgba(255,221,87,0.34)"}),p.jsx("line",{x1:w.x,y1:w.y,x2:$.x,y2:$.y,stroke:"rgba(255,221,87,0.34)"}),p.jsx("path",{d:M,fill:"none",stroke:"#ffdd57",strokeWidth:"4",strokeLinecap:"round"}),p.jsx("circle",{cx:v.x,cy:v.y,r:"5",fill:"#ffdd57"}),p.jsx("circle",{cx:w.x,cy:w.y,r:"5",fill:"#ffdd57"}),p.jsx("circle",{cx:k.x,cy:k.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:T=>j("p1",T)}),p.jsx("circle",{cx:$.x,cy:$.y,r:"9",fill:"#141414",stroke:"#ffdd57",strokeWidth:"4",className:"cursor-grab active:cursor-grabbing",onPointerDown:T=>j("p2",T)}),p.jsx("text",{x:k.x+12,y:k.y-10,className:"fill-neutral-400 text-[10px] font-semibold",children:"P1"}),p.jsx("text",{x:$.x+12,y:$.y-10,className:"fill-neutral-400 text-[10px] font-semibold",children:"P2"})]}),p.jsxs("div",{className:"grid grid-cols-2 gap-2 border-t border-neutral-800 p-3",children:[p.jsxs("div",{className:"rounded-xl border border-neutral-800 bg-neutral-950 px-3 py-2 font-mono text-[10px] text-neutral-400",children:["P1 ",ga(r.x1),", ",ga(r.y1)]}),p.jsxs("div",{className:"rounded-xl border border-neutral-800 bg-neutral-950 px-3 py-2 font-mono text-[10px] text-neutral-400",children:["P2 ",ga(r.x2),", ",ga(r.y2)]})]})]})}const a_=d.memo(function({element:e,motion:t,onClearSelection:r,onSetMotion:i,onClearMotion:s}){var j;const a=e_(t),c=t_(t),u=(t==null?void 0:t.start)??0,h=(t==null?void 0:t.duration)??.6,m=JV(t),O=(t==null?void 0:t.ease)??"power3.out",x=((j=t==null?void 0:t.customEase)==null?void 0:j.data)??"",v=x.trim().length>0,w=d.useMemo(()=>J5(x)??IS(P1.includes(O)?O:"power3.out"),[O,x]);if(!e)return p.jsxs("div",{className:"flex h-full flex-col items-center justify-center bg-neutral-900 px-6 text-center",children:[p.jsx(Xg,{size:18,className:"mb-3 text-neutral-600"}),p.jsx("p",{className:"text-sm font-medium text-neutral-200",children:"Select an element for motion."}),p.jsx("p",{className:"mt-2 max-w-[260px] text-xs leading-5 text-neutral-500",children:"Timeline layers and inspector selections can receive Studio-authored GSAP motion."})]});const k=e.id?`#${e.id}`:e.selector,$=v?"CustomEase":P1.includes(O)?O:"power3.out",M=v?["CustomEase",...P1]:P1,N=T=>{var K;const R=T.customEaseData??x,Q=R.trim()?{id:((K=t==null?void 0:t.customEase)==null?void 0:K.id)??iy(e),data:R.trim()}:void 0,B=Q?Q.id:(T.ease??O).trim()||"none";i(e,QV(T.preset??a,{start:mm(T.start??u,0,3600,0),duration:mm(T.duration??h,.01,3600,.6),distance:mm(T.distance??m,1,2e3,32),direction:T.direction??c,ease:B,customEase:Q}))},A=T=>{N({ease:iy(e),customEaseData:_S(T)})};return p.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-900 text-neutral-100",children:[p.jsx("div",{className:"border-b border-neutral-800 px-4 py-5",children:p.jsxs("div",{className:"flex items-start justify-between gap-4",children:[p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:mf,children:"Motion Target"}),p.jsx("div",{className:"mt-3 truncate text-[12px] font-semibold text-neutral-100",children:e.label}),p.jsx("div",{className:"mt-1 truncate text-[11px] text-neutral-500",children:k})]}),p.jsx("button",{type:"button","aria-label":"Clear selection",onClick:r,className:"flex h-9 w-9 items-center justify-center rounded-full border border-neutral-700 bg-neutral-950 text-neutral-500 shadow-[0_1px_2px_rgba(0,0,0,0.2)] transition-colors hover:border-neutral-600 hover:text-neutral-200",children:p.jsx(ef,{size:13})})]})}),p.jsxs("div",{className:"flex-1 overflow-y-auto",children:[p.jsx(oy,{title:"GSAP Motion",accessory:p.jsx("div",{className:"rounded-full border border-studio-accent/40 bg-studio-accent/10 px-2.5 py-1 text-[10px] font-semibold uppercase tracking-[0.16em] text-studio-accent",children:"GSAP"}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsx(r_,{value:a,onChange:T=>N({preset:T}),options:GV}),p.jsxs("div",{className:ry,children:[p.jsx(sy,{label:"Direction",value:c,onChange:T=>N({direction:T}),options:KV}),p.jsx(sy,{label:"Ease",value:$,onChange:T=>{T!=="CustomEase"&&N({ease:T,customEaseData:""})},options:M})]}),p.jsxs("div",{className:ry,children:[p.jsx(C1,{label:"Start",value:ga(u),onCommit:T=>N({start:gm(T)??0})}),p.jsx(C1,{label:"Duration",value:ga(h),onCommit:T=>N({duration:gm(T)??.6})}),p.jsx(C1,{label:"Distance",value:ga(m),onCommit:T=>N({distance:gm(T)??32})})]})]})}),p.jsx(oy,{title:"Ease Curve",accessory:p.jsx("div",{className:"rounded-full border border-yellow-400/30 bg-yellow-400/10 px-2.5 py-1 text-[10px] font-semibold uppercase tracking-[0.16em] text-yellow-300",children:"CustomEase"}),children:p.jsxs("div",{className:"space-y-4",children:[p.jsx(o_,{points:w,onCommit:A}),p.jsx(C1,{label:"CustomEase path",value:x,onCommit:T=>{const R=J5(T);R&&A(R)}}),p.jsx("div",{className:"flex justify-end",children:p.jsx("button",{type:"button",onClick:()=>s(e),disabled:!t,className:"inline-flex h-8 items-center rounded-xl border border-neutral-700 bg-neutral-950 px-3 text-[11px] font-medium text-neutral-300 transition-colors hover:border-neutral-600 hover:text-white disabled:cursor-not-allowed disabled:border-neutral-800 disabled:text-neutral-600",children:"Clear motion"})})]})})]})]})}),l_=100,ay=.01,c_=1e-6;function ly(n){return Number.isFinite(n.x)&&Number.isFinite(n.y)}function cy(n){return Math.hypot(n.x,n.y)}function uy(n){return Number.isFinite(n.left)&&Number.isFinite(n.top)&&Number.isFinite(n.width)&&Number.isFinite(n.height)}function u_(n){const e=n.document.documentElement,t=n.innerWidth||e.clientWidth||1,r=n.innerHeight||e.clientHeight||1;return{width:t>0?t:1,height:r>0?r:1}}function d_(n){try{const e=n.frameElement;if(!e)return null;const t=e.ownerDocument.defaultView,r=t==null?void 0:t.HTMLElement;return r&&e instanceof r?e:null}catch{return null}}function Om(n){const e=n.getBoundingClientRect();if(!uy(e)||e.width<=0&&e.height<=0)return null;let t={x:e.left+e.width/2,y:e.top+e.height/2},r=n.ownerDocument.defaultView;for(;r;){const i=d_(r);if(!i)break;const s=i.getBoundingClientRect();if(!uy(s)||s.width<=0||s.height<=0)return null;const a=u_(r);t={x:s.left+t.x*(s.width/a.width),y:s.top+t.y*(s.height/a.height)},r=i.ownerDocument.defaultView}return t}function f_(n){const e=n.a*n.d-n.b*n.c;return!Number.isFinite(e)||Math.abs(e)<c_?null:{a:n.d/e,b:-n.b/e,c:-n.c/e,d:n.a/e}}function h_(n,e){return{x:n.a*e.x+n.c*e.y,y:n.b*e.x+n.d*e.y}}function p_(n,e,t={}){const r=t.probeSize??l_;if(!Number.isFinite(r)||r<=0)return{ok:!1,reason:"Invalid movement probe size."};const i=Ug(n);try{Y1(n,e);const s=Om(n);if(!s)return{ok:!1,reason:"Element has no measurable box."};Y1(n,{x:e.x+r,y:e.y});const a=Om(n);if(!a)return{ok:!1,reason:"Element X movement could not be measured."};Y1(n,{x:e.x,y:e.y+r});const c=Om(n);if(!c)return{ok:!1,reason:"Element Y movement could not be measured."};const u={x:(a.x-s.x)/r,y:(a.y-s.y)/r},h={x:(c.x-s.x)/r,y:(c.y-s.y)/r};if(!ly(u)||!ly(h)||cy(u)<ay||cy(h)<ay)return{ok:!1,reason:"Element movement response is too small to measure."};const m={a:u.x,b:u.y,c:h.x,d:h.y},O=f_(m);return O?{ok:!0,matrix:O}:{ok:!1,reason:"Element movement response is not invertible."}}finally{ma(n,i)}}function m_(n){const e=h_(n.screenToOffset,{x:n.dx,y:n.dy});return{x:n.initialOffset.x+e.x,y:n.initialOffset.y+e.y}}function dy(n){const e=I2(n.element),t=Ug(n.element),r=wS(n.element),i=p_(n.element,e);return i.ok?{ok:!0,member:{key:n.key,selection:n.selection,element:n.element,initialOffset:e,initialPathOffset:t,gestureToken:r,screenToOffset:i.matrix,originRect:n.rect}}:(ma(n.element,t),Qi(n.element,r),{ok:!1,reason:i.reason,selection:n.selection})}function zS(n,e,t){return m_({initialOffset:n.initialOffset,screenToOffset:n.screenToOffset,dx:e,dy:t})}function fy(n,e,t){const r=zS(n,e,t);return Y1(n.element,r),r}function hy(n,e,t){const r=zS(n,e,t);return ES(n.element,r),r}function g_(n){ma(n.element,n.initialPathOffset),Qi(n.element,n.gestureToken)}function py(n){for(const e of n)g_(e)}function my(n){for(const e of n)Qi(e.element,e.gestureToken)}function E1(n,e,t){const r=e.getBoundingClientRect(),i=n.getBoundingClientRect(),s=e.contentDocument,a=(s==null?void 0:s.querySelector("[data-composition-id]"))??(s==null?void 0:s.documentElement)??null,c=a==null?void 0:a.getBoundingClientRect(),u=c==null?void 0:c.width,h=c==null?void 0:c.height;if(!u||!h)return null;const m=t.getBoundingClientRect(),O=r.width/u,x=r.height/h,v=O_(t),w=v==null?void 0:v.getBoundingClientRect(),k=x_({rootScaleX:O,rootScaleY:x,sourceRectWidth:w==null?void 0:w.width,sourceRectHeight:w==null?void 0:w.height,sourceWidth:gy((v==null?void 0:v.getAttribute("data-width"))??null),sourceHeight:gy((v==null?void 0:v.getAttribute("data-height"))??null)});return{left:r.left-i.left+(m.left-c.left)*O,top:r.top-i.top+(m.top-c.top)*x,width:m.width*O,height:m.height*x,editScaleX:k.scaleX,editScaleY:k.scaleY}}function gy(n){if(!n)return null;const e=Number.parseFloat(n);return Number.isFinite(e)&&e>0?e:null}function O_(n){let e=n;for(;e;){if(e.hasAttribute("data-composition-file")||e.hasAttribute("data-composition-src"))return e;e=e.parentElement}return null}function x_(n){const e=n.rootScaleX>0?n.rootScaleX:1,t=n.rootScaleY>0?n.rootScaleY:1,r=n.sourceRectWidth&&n.sourceRectWidth>0&&n.sourceWidth&&n.sourceWidth>0?n.sourceRectWidth*e/n.sourceWidth:e,i=n.sourceRectHeight&&n.sourceRectHeight>0&&n.sourceHeight&&n.sourceHeight>0?n.sourceRectHeight*t/n.sourceHeight:t;return{scaleX:r>0?r:e,scaleY:i>0?i:t}}const T1=4,M1=20,Q1=.5,y_=.05,Oy=15;function q1(n,e){return n===e?!0:!n||!e?!1:Math.abs(n.left-e.left)<Q1&&Math.abs(n.top-e.top)<Q1&&Math.abs(n.width-e.width)<Q1&&Math.abs(n.height-e.height)<Q1&&Math.abs(n.editScaleX-e.editScaleX)<.001&&Math.abs(n.editScaleY-e.editScaleY)<.001}function xy(n,e){return n===e?!0:n.length!==e.length?!1:n.every((t,r)=>{const i=e[r];return!!(i&&t.key===i.key&&t.element===i.element&&t.selection===i.selection&&q1(t.rect,i.rect))})}function v_(n){const e=n[0];if(!e)return null;let t=e.left,r=e.top,i=e.left+e.width,s=e.top+e.height;for(const a of n.slice(1))t=Math.min(t,a.left),r=Math.min(r,a.top),i=Math.max(i,a.left+a.width),s=Math.max(s,a.top+a.height);return{left:t,top:r,width:i-t,height:s-r,editScaleX:1,editScaleY:1}}function b_(n){return n.filter(e=>!n.some(t=>t!==e&&t.element.contains(e.element)))}function So(n){return[n.sourceFile??"",n.id??"",n.selector??"",n.selectorIndex??""].join("|")}function w_(n){n==null||n.focus({preventScroll:!0})}function S_(n){const e=n.scaleX>0?n.scaleX:1,t=n.scaleY>0?n.scaleY:1;if(n.uniform){const r=n.dx/e,i=n.dy/t,s=Math.abs(r)>=Math.abs(i)?r:i,a=Math.max(1,Math.max(n.actualWidth,n.actualHeight)+s);return{overlayWidth:Math.max(M1,a*e),overlayHeight:Math.max(M1,a*t),width:a,height:a}}return{overlayWidth:Math.max(M1,n.originWidth+n.dx),overlayHeight:Math.max(M1,n.originHeight+n.dy),width:Math.max(1,n.actualWidth+n.dx/e),height:Math.max(1,n.actualHeight+n.dy/t)}}function yy(n,e,t,r){return Math.atan2(r-e,t-n)*180/Math.PI}function k_(n){return((n+180)%360+360)%360-180}function P_(n){return Math.round(n*10)/10}function vy(n){const e=yy(n.centerX,n.centerY,n.startX,n.startY),t=yy(n.centerX,n.centerY,n.currentX,n.currentY),r=k_(t-e),i=n.actualAngle+r;return{angle:n.snap?Math.round(i/Oy)*Oy:P_(i)}}function A_(n,e){return Math.abs(e-n)>=y_}const $_=d.memo(function({iframeRef:e,activeCompositionPath:t,selection:r,groupSelections:i=[],hoverSelection:s,allowCanvasMovement:a=!0,onCanvasMouseDown:c,onCanvasPointerMove:u,onCanvasPointerLeave:h,onSelectionChange:m,onBlockedMove:O,onManualDragStart:x,onPathOffsetCommit:v,onGroupPathOffsetCommit:w,onBoxSizeCommit:k,onRotationCommit:$}){const M=d.useRef(null),N=d.useRef(null),[A,j]=d.useState(null),[T,R]=d.useState(null),[Q,B]=d.useState([]),K=d.useRef(null),ie=d.useRef(null),le=d.useRef(null),V=d.useRef(!1),ae=d.useRef(!1),Oe=d.useRef(!1),ge=d.useRef(!1),Me=d.useRef(null),he=d.useRef(null),_=d.useRef(new Map),z=d.useRef(r);z.current=r;const G=d.useRef(t);G.current=t;const C=d.useRef(i);C.current=i;const D=d.useRef(s);D.current=s;const ee=d.useRef(A);ee.current=A;const Ee=d.useRef(T);Ee.current=T;const Qe=d.useRef(Q);Qe.current=Q;const tt=d.useRef(v);tt.current=v;const Ie=d.useRef(w);Ie.current=w;const Y=d.useRef(k);Y.current=k;const se=d.useRef($);se.current=$;const xe=d.useRef(O);xe.current=O;const Ce=d.useRef(x);Ce.current=x;const _e=d.useRef(u);_e.current=u;const qe=d.useRef(h);qe.current=h;const Ne=d.useRef(m);Ne.current=m,un(()=>{let te=0;const ne=()=>{ee.current&&(ee.current=null,j(null))},nt=Se=>{q1(ee.current,Se)||(ee.current=Se,j(Se))},Ze=()=>{Ee.current&&(Ee.current=null,R(null))},He=Se=>{q1(Ee.current,Se)||(Ee.current=Se,R(Se))},Et=()=>{Qe.current.length!==0&&(Qe.current=[],B([]))},ft=Se=>{xy(Qe.current,Se)||(Qe.current=Se,B(Se))},Ot=(Se,zt,Mt)=>{const Bt=So(zt),Nt=Mt.current;if((Nt==null?void 0:Nt.key)===Bt&&Nt.element.isConnected&&Nt.element.ownerDocument===Se)return Nt.element;const Yt=Mi(Se,zt,G.current);return Mt.current=Yt?{key:Bt,element:Yt}:null,Yt},We=(Se,zt)=>{const Mt=So(zt),Bt=_.current.get(Mt);if(Bt!=null&&Bt.isConnected&&Bt.ownerDocument===Se)return Bt;const Nt=Mi(Se,zt,G.current);return Nt?_.current.set(Mt,Nt):_.current.delete(Mt),Nt},Tt=()=>{if(te=requestAnimationFrame(Tt),ge.current)return;const Se=z.current,zt=e.current,Mt=M.current;if(!zt||!Mt){Me.current=null,he.current=null,_.current.clear(),ne(),Ze(),Et();return}const Bt=zt.contentDocument;if(!Bt){Me.current=null,he.current=null,_.current.clear(),ne(),Ze(),Et();return}if(Se){const Ht=Ot(Bt,Se,Me);Ht?nt(E1(Mt,zt,Ht)):ne()}else Me.current=null,ne();const Nt=C.current;if(Nt.length>0){const Ht=[],ln=new Set;for(const Zr of Nt){const vr=So(Zr);ln.add(vr);const br=We(Bt,Zr),wr=br?E1(Mt,zt,br):null;br&&wr&&Ht.push({key:vr,selection:Zr,element:br,rect:wr})}for(const Zr of _.current.keys())ln.has(Zr)||_.current.delete(Zr);ft(Ht)}else _.current.clear(),Et();const Yt=D.current,gn=!!(Se&&Yt&&So(Se)===So(Yt)),Kt=!!(Yt&&Nt.some(Ht=>So(Ht)===So(Yt)));if(!Yt||gn||Kt){he.current=null,Ze();return}const In=Ot(Bt,Yt,he);if(!In){Ze();return}He(E1(Mt,zt,In))};return te=requestAnimationFrame(Tt),()=>cancelAnimationFrame(te)});const ze=d.useMemo(()=>r?`${r.sourceFile}:${r.id??r.selector??r.label}:${r.selectorIndex??0}`:"none",[r]),Je=d.useMemo(()=>v_(Q.map(te=>te.rect)),[Q]),St=i.length>1,ue=St&&Q.length>1&&Q.every(te=>te.selection.capabilities.canApplyManualOffset),Te=te=>{q1(ee.current,te)||(ee.current=te,j(te))},ce=te=>{Te({left:te.originLeft,top:te.originTop,width:te.originWidth,height:te.originHeight,editScaleX:te.editScaleX,editScaleY:te.editScaleY})},rt=te=>{xy(Qe.current,te)||(Qe.current=te,B(te))},Re=te=>{rt(te.originItems)},vt=te=>{var Et,ft;const ne=Qe.current;if(ne.length<=1)return!1;const nt=(Et=ne.find(Ot=>!Ot.selection.capabilities.canApplyManualOffset))==null?void 0:Et.selection;if(nt)return te.preventDefault(),te.stopPropagation(),xe.current(nt),!1;(ft=Ce.current)==null||ft.call(Ce);const Ze=b_(ne),He=[];for(const Ot of Ze){const We=dy({key:Ot.key,selection:Ot.selection,element:Ot.element,rect:Ot.rect});if(!We.ok)return py(He),te.preventDefault(),te.stopPropagation(),xe.current(We.selection),!1;He.push(We.member)}return te.preventDefault(),te.stopPropagation(),te.currentTarget.setPointerCapture(te.pointerId),ge.current=!0,ie.current={startX:te.clientX,startY:te.clientY,originItems:ne,members:He},!0},ot=te=>{py(te.members),Re(te)},gt=(te,ne,nt)=>{var In;const Ze=(nt==null?void 0:nt.selection)??z.current,He=(nt==null?void 0:nt.rect)??ee.current,Et=N.current,ft=M.current;if(!Ze||!He||te!=="drag"&&!Et)return!1;const Ot=te==="rotate"?"rotation":te==="drag"?"path-offset":"box-size";if(te==="drag"&&!Ze.capabilities.canApplyManualOffset||te==="resize"&&!Ze.capabilities.canApplyManualSize||te==="rotate"&&!Ze.capabilities.canApplyManualRotation||te==="resize"&&(!Number.isFinite(He.width)||!Number.isFinite(He.height)))return!1;const We=Md(Ze.element),Tt=CL(Ze.element),Se=We.width>0?We.width:He.width/He.editScaleX,zt=We.height>0?We.height:He.height/He.editScaleY;let Mt=Ug(Ze.element),Bt,Nt;if(te==="drag"){(In=Ce.current)==null||In.call(Ce);const Ht=dy({key:So(Ze),selection:Ze,element:Ze.element,rect:He});if(!Ht.ok)return xe.current(Ht.selection),!1;Nt=Ht.member,Mt=Ht.member.initialPathOffset,Bt=Ht.member.gestureToken}else Bt=wS(Ze.element);const Yt=ft==null?void 0:ft.getBoundingClientRect(),gn=((Yt==null?void 0:Yt.left)??0)+He.left+He.width/2,Kt=((Yt==null?void 0:Yt.top)??0)+He.top+He.height/2;return ne.preventDefault(),ne.stopPropagation(),ne.currentTarget.setPointerCapture(ne.pointerId),ge.current=!0,K.current={kind:te,mode:Ot,selection:Ze,startX:ne.clientX,startY:ne.clientY,centerX:gn,centerY:Kt,initialPathOffset:Mt,initialRotation:HL(Ze.element),initialBoxSize:zL(Ze.element),pathOffsetMember:Nt,originLeft:He.left,originTop:He.top,originWidth:He.width,originHeight:He.height,actualWidth:Se,actualHeight:zt,actualRotation:Tt.angle,editScaleX:He.editScaleX,editScaleY:He.editScaleY,manualEditDragToken:Bt},!0},dt=te=>{const ne=K.current,nt=ie.current,Ze=(ne==null?void 0:ne.selection)??z.current,He=N.current,Et=le.current;if(!Et&&!ne&&!nt&&_e.current(te,{preferClipAncestor:!1}),Et&&Ze){const We=te.clientX-Et.startX,Tt=te.clientY-Et.startY;!Et.notified&&Math.hypot(We,Tt)>=T1&&(Et.notified=!0,V.current=!0,xe.current(Ze));return}if(nt){const We=te.clientX-nt.startX,Tt=te.clientY-nt.startY;rt(nt.originItems.map(Se=>({...Se,rect:{...Se.rect,left:Se.rect.left+We,top:Se.rect.top+Tt}})));for(const Se of nt.members)fy(Se,We,Tt);return}if(!ne||!Ze)return;const ft=te.clientX-ne.startX,Ot=te.clientY-ne.startY;if(ne.kind==="rotate"){const We=vy({centerX:ne.centerX,centerY:ne.centerY,startX:ne.startX,startY:ne.startY,currentX:te.clientX,currentY:te.clientY,actualAngle:ne.actualRotation,snap:te.shiftKey});VL(Ze.element,We);return}if(ne.kind==="drag"){const We=ne.originLeft+ft,Tt=ne.originTop+Ot;Te({left:We,top:Tt,width:ne.originWidth,height:ne.originHeight,editScaleX:ne.editScaleX,editScaleY:ne.editScaleY}),He&&(He.style.left=`${We}px`,He.style.top=`${Tt}px`),ne.pathOffsetMember&&fy(ne.pathOffsetMember,ft,Ot)}else{if(!He)return;const We=S_({originWidth:ne.originWidth,originHeight:ne.originHeight,actualWidth:ne.actualWidth,actualHeight:ne.actualHeight,scaleX:ne.editScaleX,scaleY:ne.editScaleY,dx:ft,dy:Ot,uniform:te.shiftKey});Te({left:ne.originLeft,top:ne.originTop,width:We.overlayWidth,height:We.overlayHeight,editScaleX:ne.editScaleX,editScaleY:ne.editScaleY}),He.style.width=`${We.overlayWidth}px`,He.style.height=`${We.overlayHeight}px`,LL(Ze.element,We)}},At=te=>{const ne=K.current,nt=ie.current,Ze=(ne==null?void 0:ne.selection)??z.current,He=N.current;if(le.current=null,nt){ie.current=null,ge.current=!1;const ft=te.clientX-nt.startX,Ot=te.clientY-nt.startY;if(Math.hypot(te.clientX-nt.startX,te.clientY-nt.startY)<T1){ot(nt),V.current=!0;return}rt(nt.originItems.map(Se=>({...Se,rect:{...Se.rect,left:Se.rect.left+ft,top:Se.rect.top+Ot}})));const Tt=nt.members.map(Se=>{const zt=hy(Se,ft,Ot);return{selection:Se.selection,next:zt}});Promise.resolve(Ie.current(Tt)).catch(()=>{for(const Se of nt.members)Se.gestureToken&&b1(Se.element,Se.gestureToken)&&ma(Se.element,Se.initialPathOffset)}).finally(()=>{my(nt.members)});return}if(!ne||!Ze){K.current=null,ge.current=!1;return}K.current=null,ge.current=!1;const Et=Math.hypot(te.clientX-ne.startX,te.clientY-ne.startY);if(ne.kind==="drag"&&Et<T1){ma(Ze.element,ne.initialPathOffset),Qi(Ze.element,ne.manualEditDragToken),He&&(He.style.left=`${ne.originLeft}px`,He.style.top=`${ne.originTop}px`),ce(ne),V.current=!0,c(te,{preferClipAncestor:!1});return}if(ne.kind==="resize"&&Et<T1){nm(Ze.element,ne.initialBoxSize),Qi(Ze.element,ne.manualEditDragToken),He&&(He.style.width=`${ne.originWidth}px`,He.style.height=`${ne.originHeight}px`),ce(ne);return}if(ne.kind==="rotate"){const ft=vy({centerX:ne.centerX,centerY:ne.centerY,startX:ne.startX,startY:ne.startY,currentX:te.clientX,currentY:te.clientY,actualAngle:ne.actualRotation,snap:te.shiftKey});if(!A_(ne.actualRotation,ft.angle)){rm(Ze.element,ne.initialRotation),Qi(Ze.element,ne.manualEditDragToken);return}MS(Ze.element,ft),Promise.resolve(se.current(Ze,ft)).catch(()=>{ne.manualEditDragToken&&b1(Ze.element,ne.manualEditDragToken)&&rm(Ze.element,ne.initialRotation)}).finally(()=>{Qi(Ze.element,ne.manualEditDragToken)})}else if(ne.kind==="drag"){const ft=te.clientX-ne.startX,Ot=te.clientY-ne.startY;if(!ne.pathOffsetMember)return;const We=hy(ne.pathOffsetMember,ft,Ot),Tt=ne.originLeft+ft,Se=ne.originTop+Ot;Te({left:Tt,top:Se,width:ne.originWidth,height:ne.originHeight,editScaleX:ne.editScaleX,editScaleY:ne.editScaleY}),He&&(He.style.left=`${Tt}px`,He.style.top=`${Se}px`),Promise.resolve(tt.current(Ze,We)).catch(()=>{var zt;(zt=ne.pathOffsetMember)!=null&&zt.gestureToken&&b1(Ze.element,ne.pathOffsetMember.gestureToken)&&ma(Ze.element,ne.initialPathOffset)}).finally(()=>{ne.pathOffsetMember&&my([ne.pathOffsetMember])})}else{const ft=Md(Ze.element);TS(Ze.element,ft),Promise.resolve(Y.current(Ze,ft)).catch(()=>{ne.manualEditDragToken&&b1(Ze.element,ne.manualEditDragToken)&&nm(Ze.element,ne.initialBoxSize)}).finally(()=>{Qi(Ze.element,ne.manualEditDragToken)})}},Gt=te=>{if(Oe.current){Oe.current=!1,ae.current=!1,V.current=!1,te.preventDefault(),te.stopPropagation();return}const ne=te.target;ne!=null&&ne.closest('[data-dom-edit-selection-box="true"]')||(c(te,{preferClipAncestor:!1}),te.shiftKey&&(ae.current=!0,V.current=!0))},nn=te=>{if(!a||te.button!==0)return;if(te.shiftKey){const We=_e.current(te,{preferClipAncestor:!1})??D.current;if(!We)return;te.preventDefault(),te.stopPropagation(),Oe.current=!0,ae.current=!0,V.current=!0,Ne.current(We,{additive:!0});return}const ne=te.target;if(ne!=null&&ne.closest('[data-dom-edit-selection-box="true"]'))return;const Ze=_e.current(te,{preferClipAncestor:!1})??D.current;if(!(Ze!=null&&Ze.capabilities.canApplyManualOffset))return;const He=M.current,Et=e.current,ft=He&&Et?E1(He,Et,Ze.element):null;if(!ft)return;if(Oe.current=!0,z.current=Ze,ee.current=ft,Ee.current=null,j(ft),R(null),!gt("drag",te,{selection:Ze,rect:ft})){Oe.current=!1;return}Ne.current(Ze)},Ut=te=>{if(!(K.current||ie.current)){if(V.current){V.current=!1,te.stopPropagation();return}c(te,{preferClipAncestor:!1})}},mn=()=>{const te=ie.current;te&&ot(te);const ne=K.current,nt=(ne==null?void 0:ne.selection)??z.current;(ne==null?void 0:ne.mode)==="path-offset"&&nt&&(ma(nt.element,ne.initialPathOffset),Qi(nt.element,ne.manualEditDragToken),ce(ne)),(ne==null?void 0:ne.mode)==="box-size"&&nt&&(nm(nt.element,ne.initialBoxSize),Qi(nt.element,ne.manualEditDragToken),ce(ne)),(ne==null?void 0:ne.mode)==="rotation"&&nt&&(rm(nt.element,ne.initialRotation),Qi(nt.element,ne.manualEditDragToken)),le.current=null,ie.current=null,K.current=null,ge.current=!1};return p.jsxs("div",{ref:M,className:"absolute inset-0 z-10 pointer-events-auto outline-none",tabIndex:-1,"aria-label":"Composition canvas",onPointerDownCapture:te=>w_(te.currentTarget),onPointerDown:nn,onMouseDown:Gt,onPointerMove:dt,onPointerLeave:()=>qe.current(),onPointerUp:At,onPointerCancel:mn,children:[s&&T&&p.jsx("div",{"aria-hidden":"true","data-dom-edit-hover-box":"true",className:"pointer-events-none absolute rounded-xl border border-studio-accent/80 bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.25)]",style:{left:T.left,top:T.top,width:T.width,height:T.height}}),St&&Q.length>1&&Je&&p.jsxs(p.Fragment,{children:[Q.map(te=>p.jsx("div",{"aria-hidden":"true",className:"pointer-events-none absolute rounded-xl border border-studio-accent/70 bg-studio-accent/[0.03]",style:{left:te.rect.left,top:te.rect.top,width:te.rect.width,height:te.rect.height}},te.key)),p.jsx("div",{"data-dom-edit-selection-box":"true",className:"pointer-events-auto absolute rounded-xl border border-studio-accent bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.3)]",style:{left:Je.left,top:Je.top,width:Je.width,height:Je.height,cursor:a&&ue?"move":"default"},onPointerDown:te=>{a&&(te.shiftKey||vt(te))},onMouseDown:te=>{ae.current&&(ae.current=!1,te.preventDefault(),te.stopPropagation())},onClick:Ut})]}),!St&&r&&A&&p.jsxs(p.Fragment,{children:[a&&r.capabilities.canApplyManualRotation&&p.jsxs("div",{className:"pointer-events-none absolute",style:{left:A.left+A.width/2,top:A.top-34,width:28,height:34,transform:"translateX(-50%)"},children:[p.jsx("div",{className:"absolute left-1/2 top-3 bottom-0 w-px -translate-x-1/2 bg-studio-accent/60"}),p.jsx("button",{type:"button",className:"pointer-events-auto absolute left-1/2 top-0 h-3 w-3 -translate-x-1/2 rounded-full border border-studio-accent bg-studio-accent p-0 shadow-[0_0_0_2px_rgba(60,230,172,0.18)]",style:{cursor:"grab",touchAction:"none"},title:"Rotate","aria-label":"Rotate selection",onPointerDown:te=>{te.stopPropagation(),gt("rotate",te)}})]}),p.jsx("div",{ref:N,"data-dom-edit-selection-box":"true",className:"pointer-events-auto absolute rounded-xl border border-studio-accent/80 bg-studio-accent/5 shadow-[0_0_0_1px_rgba(60,230,172,0.25)]",style:{left:A.left,top:A.top,width:A.width,height:A.height,cursor:a&&r.capabilities.canApplyManualOffset?"move":"default"},onPointerDown:te=>{if(a&&!te.shiftKey){if(r.capabilities.canApplyManualOffset){gt("drag",te);return}te.preventDefault(),te.stopPropagation(),te.currentTarget.setPointerCapture(te.pointerId),le.current={pointerId:te.pointerId,startX:te.clientX,startY:te.clientY,notified:!1}}},onMouseDown:te=>{ae.current&&(ae.current=!1,te.preventDefault(),te.stopPropagation())},onClick:Ut,children:a&&r.capabilities.canApplyManualSize&&p.jsx("div",{className:"absolute -right-1.5 -bottom-1.5 w-3 h-3 rounded-sm bg-studio-accent border border-studio-accent/60",style:{cursor:"se-resize",touchAction:"none"},onPointerDown:te=>{te.stopPropagation(),gt("resize",te)}})},ze)]})]})}),C_=new Set(["audio","canvas","img","picture","svg","video"]);function E_(n){const e=Math.max(0,n.length-1);if(e>0)return`${e} nested selectable layer${e===1?"":"s"}`;const t=n[0];return t?C_.has(t.tagName.trim().toLowerCase())?"Single selectable media layer":"Single selectable layer":"No selectable layers"}const T_=d.memo(function({clipLabel:e,layers:t,selectedLayerKey:r,onSelectLayer:i,onClose:s}){return p.jsxs("div",{className:"flex h-full min-h-0 flex-col overflow-hidden bg-neutral-950",children:[p.jsxs("div",{className:"flex items-start justify-between gap-3 border-b border-white/10 px-3 py-3",children:[p.jsxs("div",{className:"min-w-0",children:[p.jsx("div",{className:"text-[9px] font-semibold uppercase tracking-[0.18em] text-neutral-500",children:"Clip layers"}),p.jsx("div",{className:"mt-1 truncate text-sm font-semibold text-neutral-100",children:e})]}),p.jsx("button",{type:"button",onPointerDown:a=>{a.stopPropagation()},onClick:s,className:"flex h-7 w-7 flex-shrink-0 items-center justify-center rounded-md border border-white/10 bg-black/20 text-neutral-500 transition-colors hover:border-white/20 hover:text-neutral-200","aria-label":"Close clip layers",children:p.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round","aria-hidden":"true",children:[p.jsx("path",{d:"M18 6 6 18"}),p.jsx("path",{d:"m6 6 12 12"})]})})]}),p.jsx("div",{className:"border-b border-white/10 px-3 py-2 text-[11px] text-neutral-500",children:E_(t)}),p.jsx("div",{className:"min-h-0 flex-1 overflow-y-auto py-1",children:t.map(a=>{const c=a.key===r;return p.jsxs("button",{type:"button","data-timeline-layer-row":a.key,onPointerDown:u=>{u.stopPropagation(),i(a)},onClick:u=>{u.stopPropagation(),i(a)},className:`group flex w-full items-center gap-2 px-2.5 py-1.5 text-left transition-colors ${c?"bg-studio-accent/14 text-studio-accent":"text-neutral-300 hover:bg-white/[0.04] hover:text-neutral-100"}`,style:{paddingLeft:10+a.depth*14},children:[p.jsx("span",{className:`flex h-5 w-5 flex-shrink-0 items-center justify-center rounded-md border text-[9px] font-bold uppercase ${c?"border-studio-accent/50 bg-studio-accent/18":"border-white/10 bg-black/20 text-neutral-500 group-hover:text-neutral-300"}`,children:a.tagName.slice(0,2)}),p.jsx("span",{className:"min-w-0 flex-1 truncate text-xs font-medium",children:a.label}),a.childCount>0&&p.jsx("span",{className:"rounded-full border border-white/10 bg-black/25 px-1.5 py-0.5 text-[9px] font-semibold tabular-nums text-neutral-500",children:a.childCount})]},a.key)})})]})}),M_={BASE_URL:"/",DEV:!1,MODE:"production",PROD:!0,SSR:!1},Q_="VITE_STUDIO_ENABLE_PREVIEW_MANUAL_DRAGGING",j_="VITE_STUDIO_ENABLE_INSPECTOR_PANELS",Z_="VITE_STUDIO_ENABLE_MOTION_PANEL",R_="VITE_STUDIO_ENABLE_TIMELINE_LAYER_INSPECTOR",N_=new Set(["1","true","yes","on","enabled"]),L_=new Set(["0","false","no","off","disabled"]);function gf(n,e,t){for(const r of e){const i=n[r];if(typeof i=="boolean")return i;if(typeof i!="string")continue;const s=i.trim().toLowerCase();if(s){if(N_.has(s))return!0;if(L_.has(s))return!1}}return t}const Of=M_,V_=gf(Of,[Q_,"VITE_STUDIO_PREVIEW_MANUAL_EDITING_ENABLED"],!1),Ln=gf(Of,[j_,"VITE_STUDIO_INSPECTOR_PANELS_ENABLED"],!0),by=gf(Of,[Z_,"VITE_STUDIO_MOTION_PANEL_ENABLED"],!1),Wc=Ln&&gf(Of,[R_,"VITE_STUDIO_TIMELINE_LAYER_INSPECTOR_ENABLED"],!0),xm=Ln,wy="Manual editing is temporarily disabled";async function ko({label:n,kind:e,coalesceKey:t,files:r,readFile:i,writeFile:s,recordEdit:a}){const c={};for(const[m,O]of Object.entries(r)){const x=await i(m);x!==O&&(c[m]={before:x,after:O})}const u=Object.keys(c);if(u.length===0)return[];const h=[];try{for(const m of u)await s(m,c[m].after),h.push(m);await a({label:n,kind:e,coalesceKey:t,files:c})}catch(m){try{for(const O of h.reverse())await s(O,c[O].before)}catch(O){throw new AggregateError([m,O],"Failed to save project files and rollback did not complete")}throw m}return u}function dl(n){return n.label||n.id||n.tag}const __=new Set(["inherit","initial","revert","revert-layer","serif","sans-serif","monospace","cursive","fantasy","system-ui","ui-sans-serif","ui-serif","ui-monospace","ui-rounded","emoji","math","fangsong"]);function I_(n){return(n.split(",")[0]??"").trim().replace(/^["']|["']$/g,"")}function Sy(n,e){const t=I_(e);if(!t||__.has(t.toLowerCase()))return;const r=`studio-preview-google-font-${t.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(n.getElementById(r))return;const i=n.createElement("link");i.id=r,i.rel="stylesheet",i.href=ZS(t),n.head.appendChild(i)}function D_(n){var e;return((e=n.split(",")[0])==null?void 0:e.trim().replace(/^["']|["']$/g,"").trim())??""}function ky(n,e){const t=`studio-imported-font-${e.family.toLowerCase().replace(/[^a-z0-9]+/g,"-")}`;if(n.getElementById(t))return;const r=n.createElement("style");r.id=t,r.textContent=Jg(e),n.head.appendChild(r)}function Py(n){const e=n.trim(),t=/^[a-z]+:\/\//i.test(e)?new URL(e).pathname:e;return decodeURIComponent(t).replace(/\\/g,"/").replace(/^\.?\//,"")}function X_(n,e){const t=Py(n).split("/").filter(Boolean),r=Py(e).split("/").filter(Boolean);for(t.pop();t.length>0&&r.length>0&&t[0]===r[0];)t.shift(),r.shift();return[...t.map(()=>".."),...r].join("/")||e}function F_(n){return/^(?:\/|[A-Za-z]:[\\/]|\\\\)/.test(n)}function z_(n,e){const t=e.trim();if(!t)return;const r=t.replace(/\\/g,"/");if(F_(r))return r;const i=n==null?void 0:n.trim().replace(/\\/g,"/").replace(/\/+$/,"");if(i)return`${i}/${r.replace(/^\.?\//,"")}`}function Ay(n,e,t){const r=Jg(e,X_(t,e.path));if(n.includes(r))return n;const s=/<style\b[^>]*data-hf-studio-fonts=(["'])true\1[^>]*>([\s\S]*?)<\/style>/i.exec(n);if(s){const c=`${s[2].trim()}
92
- ${r}`.trim();return n.replace(s[0],`<style data-hf-studio-fonts="true">
93
- ${c}
94
- </style>`)}const a=`<style data-hf-studio-fonts="true">
95
- ${r}
96
- </style>`;return/<\/head>/i.test(n)?n.replace(/<\/head>/i,` ${a}
97
- </head>`):`${a}
98
- ${n}`}function ym(n,e){const t=e.trim();return t&&(["border-radius","border-width","font-size","letter-spacing"].includes(n)&&/^-?\d+(\.\d+)?$/.test(t)?`${t}px`:t)}function $y(n){return/^url\(/i.test(n.trim())}function HS(n){if(!n||typeof n!="object")return null;const e=n;return e.nodeType===1?n:e.nodeType===3&&e.parentElement?e.parentElement:null}function H_(n){const e=HS(n);return e?!!e.closest("input, textarea, select, [contenteditable='true'], [role='textbox'], .cm-editor"):!1}function j1(n){const t=typeof navigator<"u"&&/Mac|iPhone|iPad|iPod/i.test(navigator.platform)?"Cmd":"Ctrl";return n==="undo"?`${t}+Z`:`${t}+Shift+Z`}function Cy(n,e){const t=n.sourceFile||"index.html";for(const r of e){const i=r.sourceFile||"index.html";if(n.id&&r.domId===n.id&&i===t||n.isCompositionHost&&n.compositionSrc&&r.compositionSrc===n.compositionSrc||n.selector&&r.selector===n.selector&&(r.selectorIndex??0)===(n.selectorIndex??0)&&(r.sourceFile??"index.html")===n.sourceFile)return r.key??r.id}return null}function W_(n){return n==="left"||n==="top"||n==="width"||n==="height"}function WS(n,e,t,r,i){const s=n.getBoundingClientRect(),a=e.querySelector("[data-composition-id]")??e.documentElement??null,c=a==null?void 0:a.getBoundingClientRect(),u=(c==null?void 0:c.width)||t.innerWidth,h=(c==null?void 0:c.height)||t.innerHeight;if(!u||!h)return null;const m=s.width/u,O=s.height/h;return{x:(r-s.left)/m,y:(i-s.top)/O,viewport:{width:u,height:h}}}function B_(n,e,t){let r=null,i=null;try{r=n.contentDocument,i=n.contentWindow}catch{return null}return!r||!i?null:WS(n,r,i,e,t)}function Y_(n,e,t,r){let i=null,s=null;try{i=n.contentDocument,s=n.contentWindow}catch{return null}if(!i||!s)return null;const a=WS(n,i,s,e,t);if(!a)return null;if(typeof i.elementsFromPoint=="function"){const c=KN(i.elementsFromPoint(a.x,a.y),{activeCompositionPath:r});if(c)return c}return HS(i.elementFromPoint(a.x,a.y))}function q_(n,e){return["The user clicked a large raster/background element in the Studio preview.",`Preview click: x=${Math.round(e.x)}px, y=${Math.round(e.y)}px in a ${Math.round(e.viewport.width)}x${Math.round(e.viewport.height)} composition.`,`Selected target: <${n.tagName}> ${n.selector??n.id??n.label}.`,"Visible copy or artwork at that point may be baked into the selected image/background rather than a selectable DOM text layer.","If the request mentions text seen at the click location, inspect or replace the image asset, or recreate that visible copy as editable DOM."].join(`
99
- `)}function Oa(n,e){return n===e?!0:!n||!e?!1:Ls(n)===Ls(e)}function au(n,e){return e?n.some(t=>Oa(t,e)):!1}function U_(n,e){return au(n,e)?n.filter(t=>!Oa(t,e)):[...n,e]}function G_(n,e){let t=!1;const r=n.map(i=>Oa(i,e)?(t=!0,e):i);return t?r:[...n,e]}function K_(n,e){return!e||au(n,e)?n:[e,...n]}function eu(n){return n&&(typeof n=="object"||typeof n=="function")?n:null}function vm(n,e){const t=n?Reflect.get(n,e):null;if(typeof t=="function")try{t.call(n)}catch{}}function bm(n,e){const t=n?Reflect.get(n,e):null;if(typeof t!="function")return null;try{const r=t.call(n);return typeof r=="number"&&Number.isFinite(r)?r:null}catch{return null}}function BS(n){const e=eu(n?Reflect.get(n,"__player"):null);if(!e)return null;const t=Reflect.get(e,"getTime"),r=Reflect.get(e,"renderSeek");return typeof t!="function"||typeof r!="function"?null:{getTime:()=>{const i=t.call(e);return typeof i=="number"&&Number.isFinite(i)?i:0},renderSeek:i=>{r.call(e,i)}}}function wm(n,e){const t=BS(n==null?void 0:n.contentWindow);if(!t)return!1;const r=Math.max(0,e);return t.renderSeek(r),Le.getState().setCurrentTime(r),Zi.notify(r),!0}function J_(n){if(n==null||n.trim()==="")return null;const e=Number.parseFloat(n);return Number.isFinite(e)?e:null}function eI(n,e,t){var k;if(!e||!t)return null;const r=t.getTime(),i=Math.max(0,e.start),s=Math.max(i,i+Math.max(0,e.duration)),a=J_(n.getAttribute("data-start")??((k=n.closest("[data-start]"))==null?void 0:k.getAttribute("data-start"))??null),c=a==null?i:Math.min(s,Math.max(i,i+a)),u=[c,i],h=s-i;if(h>0){const N=Math.max(.041666666666666664,h/24);for(let A=i;A<=s+1e-4;A+=N)u.push(Math.min(s,A))}u.push(s);let m=c,O=null,x=0,v=null;const w=new Set;try{for(const $ of u){const M=Math.min(s,Math.max(i,$)),N=M.toFixed(4);if(w.has(N))continue;w.add(N),m=M,t.renderSeek(M);const A=Iy(n);if(A.visible&&A.compositeOpacity>x&&(O=M,x=A.compositeOpacity),K7(n,{minCompositeOpacity:.9})){v=M;break}}}finally{t.renderSeek(r)}return v??O??m}function tI(n){const e=n==null?void 0:n.contentWindow;if(!e)return null;try{let t=null;const r=eu(Reflect.get(e,"__player"));t=bm(r,"getTime")??t,vm(r,"pause");const i=eu(Reflect.get(e,"__timeline"));t=t??bm(i,"time"),vm(i,"pause");const s=eu(Reflect.get(e,"__timelines"));if(s)for(const a of Object.values(s)){const c=eu(a);t=t??bm(c,"time"),vm(c,"pause")}return t}catch{return null}}function Ey(n,e,t){return t<e?e:Math.min(Math.max(n,e),t)}function nI(n){if(!n||typeof window>"u")return;const e=480,t=270,r=16,i=Ey(n.x,r+e/2,window.innerWidth-r-e/2),s=Ey(n.y+12,r,window.innerHeight-r-t);return{left:i,top:s,transform:"translateX(-50%)"}}function rI({selectionLabel:n,anchorPoint:e=null,onSubmit:t,onClose:r}){const[i,s]=d.useState(""),a=d.useRef(null),c=nI(e);un(()=>{requestAnimationFrame(()=>{var h;return(h=a.current)==null?void 0:h.focus()})});const u=()=>{i.trim()&&t(i.trim())};return p.jsx("div",{className:e?"fixed inset-0 z-[100] bg-black/60 backdrop-blur-sm":"fixed inset-0 z-[100] flex items-center justify-center bg-black/60 backdrop-blur-sm",onClick:r,children:p.jsxs("div",{className:`w-[480px] rounded-2xl border border-neutral-800 bg-neutral-950 shadow-2xl ${e?"fixed":""}`,style:c,onClick:h=>h.stopPropagation(),children:[p.jsxs("div",{className:"flex items-center justify-between px-5 py-4 border-b border-neutral-800/60",children:[p.jsxs("div",{children:[p.jsx("h3",{className:"text-sm font-medium text-neutral-200",children:"Ask agent"}),p.jsx("p",{className:"text-xs text-neutral-500 mt-0.5",children:n.length>50?`${n.slice(0,49)}…`:n})]}),p.jsx("button",{className:"p-1 rounded-md text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800/50",onClick:r,children:p.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",strokeLinecap:"round",children:[p.jsx("line",{x1:"18",y1:"6",x2:"6",y2:"18"}),p.jsx("line",{x1:"6",y1:"6",x2:"18",y2:"18"})]})})]}),p.jsx("div",{className:"px-5 py-4",children:p.jsx("textarea",{ref:a,className:"w-full h-24 px-3 py-2 rounded-lg border border-neutral-800 bg-neutral-900/60 text-sm text-neutral-200 placeholder-neutral-600 resize-none focus:outline-none focus:border-studio-accent/60 focus:ring-1 focus:ring-studio-accent/30",placeholder:"Describe what you want to change…",value:i,onChange:h=>s(h.target.value),onKeyDown:h=>{h.key==="Enter"&&(h.metaKey||h.ctrlKey)&&u(),h.key==="Escape"&&r()}})}),p.jsxs("div",{className:"flex items-center justify-between px-5 py-3 border-t border-neutral-800/60",children:[p.jsxs("span",{className:"text-[11px] text-neutral-600",children:[navigator.platform.includes("Mac")?"⌘":"Ctrl","+Enter to copy"]}),p.jsx("button",{className:"px-4 py-1.5 rounded-lg bg-studio-accent/90 text-xs font-medium text-neutral-950 hover:bg-studio-accent disabled:opacity-40 disabled:cursor-not-allowed",disabled:!i.trim(),onClick:u,children:"Copy prompt"})]})]})})}const Z1={image:3,video:5,audio:5};function iI(n){return Array.from(n.matchAll(/\bid="([^"]+)"/g),e=>e[1]??"")}async function Ty(n,e,t){if(t==="image")return Z1.image;const r=document.createElement(t==="video"?"video":"audio");r.preload="metadata",r.src=`/api/projects/${n}/preview/${e}`;const i=await new Promise(s=>{const a=window.setTimeout(()=>s(Z1[t]),3e3),c=u=>{window.clearTimeout(a),s(u)};r.addEventListener("loadedmetadata",()=>{const u=Number(r.duration);c(Number.isFinite(u)&&u>0?Math.round(u*100)/100:Z1[t])},{once:!0}),r.addEventListener("error",()=>c(Z1[t]),{once:!0})});return r.src="",r.load(),i}function sI(){const[n,e]=d.useState(null),[t,r]=d.useState(!0);un(()=>{const S=$N(window.location.hash);if(S){e(S),r(!1);return}fetch("/api/projects").then(E=>E.json()).then(E=>{const L=(E.projects??[])[0];L&&(e(L.id),window.location.hash=AN(L.id))}).catch(()=>{}).finally(()=>r(!1))});const[i,s]=d.useState(null),[a,c]=d.useState(null),[u,h]=d.useState(null),[m,O]=d.useState([]),[x,v]=d.useState(new Map),w=jR(n),k=Xt(S=>S.isEditMode),$=Xt(S=>S.selectedSegmentIds.size>0),M=GR(n),[N,A]=d.useState(240),[j,T]=d.useState(400),[R,Q]=d.useState(!1),[B,K]=d.useState(!0),[ie,le]=d.useState("renders"),[V,ae]=d.useState(null),[Oe,ge]=d.useState([]),[Me,he]=d.useState(null),[_,z]=d.useState(),[G,C]=d.useState(),[D,ee]=d.useState(null),[Ee,Qe]=d.useState(!1),[tt,Ie]=d.useState(!1),[Y,se]=d.useState(null),[xe,Ce]=d.useState(null),[_e,qe]=d.useState(!0),[Ne,ze]=d.useState(0),Je=d.useCallback(()=>{ze(S=>S+1),window.setTimeout(()=>ze(S=>S+1),80),window.setTimeout(()=>ze(S=>S+1),300)},[]);d.useEffect(()=>{if(!n)return;let S=!1;const E=()=>{if(Xt.getState().isEditMode||S)return;const F=xt.current;let q=null,oe=null;try{q=(F==null?void 0:F.contentDocument)??null,oe=(F==null?void 0:F.contentWindow)??null}catch{return}if(!q||!oe||q.querySelectorAll(".caption-group").length===0)return;let ye=null;const we=q.querySelectorAll("[data-composition-src], [data-composition-file]");for(const ht of we){const lt=ht.getAttribute("data-composition-src")||ht.getAttribute("data-composition-file");if(lt&&lt.includes("captions")){ye=lt;break}}if(!ye){for(const[ht,lt]of x)if(ht.includes("caption")||lt.includes("caption")){ye=lt;break}}if(!ye&&(u!=null&&u.includes("captions"))&&(ye=u),!ye){const ht=q.querySelector('[data-composition-id*="caption"]');if(ht){const lt=ht.getAttribute("data-composition-id")||"";ye=x.get(lt)||null}}if(!ye)return;S=!0;const at=ye;fetch(`/api/projects/${n}/files/${encodeURIComponent(at)}`).then(ht=>ht.json()).then(ht=>{if(!ht.content||!q||!oe||Xt.getState().isEditMode)return;const lt=q.querySelector("[data-composition-id]"),kt=parseInt((lt==null?void 0:lt.getAttribute("data-width"))??"1920",10),Zt=parseInt((lt==null?void 0:lt.getAttribute("data-height"))??"1080",10),bn=parseFloat((lt==null?void 0:lt.getAttribute("data-duration"))??"0"),fi=tN(q,oe,ht.content,kt,Zt,bn);if(!fi)return;const so=Xt.getState();so.setModel(fi),so.setSourceFilePath(at),so.setEditMode(!0),M.loadOverrides()}).catch(()=>{}).finally(()=>{S=!1})},L=F=>{const q=F.data;(q==null?void 0:q.source)==="hf-preview"&&((q==null?void 0:q.type)==="state"||(q==null?void 0:q.type)==="timeline")&&E()};return window.addEventListener("message",L),E(),()=>{window.removeEventListener("message",L)}},[u,n,x,M]),d.useEffect(()=>{k&&K(!$)},[$,k]);const[St,ue]=d.useState(!1),[Te,ce]=d.useState(null),[rt,Re]=d.useState(!0),[vt,ot]=d.useState(0),gt=d.useRef(0),dt=d.useRef(null),At=d.useRef(0),Gt=d.useRef(0),nn=d.useRef([]),Ut=d.useRef(null),mn=d.useRef(null),te=d.useRef(null),ne=u?`/api/projects/${n}/preview/comp/${u}`:null,nt=!u||u==="index.html",Ze=Le(S=>S.zoomMode),He=Le(S=>S.manualZoomPercent),Et=Le(S=>S.setZoomMode),ft=Le(S=>S.setManualZoomPercent),Ot=Le(S=>S.currentTime),We=Le(S=>S.elements),Tt=Le(S=>S.selectedElementId),Se=Le(S=>S.setSelectedElementId),zt=Le(S=>S.duration),Mt=d.useMemo(()=>{const S=We.length>0?Math.max(...We.map(E=>E.start+E.duration)):0;return Math.max(zt,S)},[zt,We]),Bt=d.useMemo(()=>Rd(Ze,He),[Ze,He]),Nt=d.useCallback(()=>{Re(S=>!S)},[]),Yt=d.useCallback(()=>{Q(S=>!S)},[]),gn=d.useCallback(()=>{ot(Le.getState().currentTime)},[]);un(()=>(ot(Le.getState().currentTime),Zi.subscribe(ot)));const Kt=n?g5({projectId:n,compositionPath:u,currentTime:vt}):"#",In=O5(u,vt);un(()=>()=>{dt.current&&clearTimeout(dt.current)});const Ht=d.useCallback(S=>{gA(S)&&(S.preventDefault(),Nt())},[Nt]);un(()=>(window.addEventListener("keydown",Ht),()=>{window.removeEventListener("keydown",Ht)}));const ln=d.useCallback(S=>{const E=(S==null?void 0:S.contentWindow)??null;Ut.current!==E&&(Ut.current&&Ut.current.removeEventListener("keydown",Ht),Ut.current=E,E==null||E.addEventListener("keydown",Ht))},[Ht]);d.useEffect(()=>()=>{Ut.current&&(Ut.current.removeEventListener("keydown",Ht),Ut.current=null)},[Ht]);const Zr=d.useCallback((S,E)=>{var oe;const L=jt.current;if(!L)return null;let F=S.compositionSrc;if(F&&x.size>0){const fe=x.get(S.id)||x.get(F.replace(/^compositions\//,"").replace(/\.html$/,""));fe&&(F=fe)}if(F)return p.jsx(lp,{previewUrl:`/api/projects/${L}/preview/comp/${F}`,label:dl(S),labelColor:E.label,accentColor:E.clip,seekTime:0,duration:S.duration});if(ne&&S.duration>0)return p.jsx(lp,{previewUrl:ne,label:dl(S),labelColor:E.label,accentColor:E.clip,selector:S.selector,selectorIndex:S.selectorIndex,seekTime:S.start,duration:S.duration});const q=S.duration>0&&Mt>0&&S.duration<Mt*.92&&!/(backdrop|background|overlay|scrim|mask)/i.test(S.id);if(S.tag==="audio"){const fe=`/api/projects/${L}/preview/`,ye=(oe=S.src)!=null&&oe.startsWith("http")?S.src.indexOf(fe):-1,we=S.src?ye!==-1?decodeURIComponent(S.src.slice(ye+fe.length)):S.src.startsWith("http")?null:S.src:null,at=we?`/api/projects/${L}/preview/${we}`:S.src??"",ht=we?`/api/projects/${L}/waveform/${we}`:void 0;return p.jsx(LR,{audioUrl:at,waveformUrl:ht,label:dl(S),labelColor:E.label})}if((S.tag==="video"||S.tag==="img")&&S.src){const fe=S.src.startsWith("http")?S.src:`/api/projects/${L}/preview/${S.src}`;return p.jsx(m9,{videoSrc:fe,label:dl(S),labelColor:E.label,duration:S.duration})}return q?p.jsx(lp,{previewUrl:`/api/projects/${L}/preview`,label:dl(S),labelColor:E.label,accentColor:E.clip,selector:S.selector,selectorIndex:S.selectorIndex,seekTime:S.start,duration:S.duration}):null},[x,ne,Mt]),vr=p.jsx("div",{className:"border-b border-neutral-800/40 bg-neutral-950/96",children:p.jsxs("div",{className:"flex items-center justify-between px-3 py-2",children:[p.jsx("div",{className:"text-[10px] font-medium uppercase tracking-[0.16em] text-neutral-500",children:"Timeline"}),p.jsxs("div",{className:"flex items-center gap-1",children:[p.jsx("button",{type:"button",onClick:()=>Et("fit"),className:`h-7 px-2.5 rounded-md border text-[11px] font-medium transition-colors ${Ze==="fit"?"border-studio-accent/30 bg-studio-accent/10 text-studio-accent":"border-neutral-800 text-neutral-400 hover:border-neutral-700 hover:text-neutral-200"}`,title:"Fit timeline to width",children:"Fit"}),p.jsx("button",{type:"button",onClick:()=>{Et("manual"),ft(k4("out",Ze,He))},className:"h-7 w-7 rounded-md border border-neutral-800 text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-200",title:"Zoom out",children:"-"}),p.jsx("div",{className:"min-w-[58px] text-center text-[10px] font-medium tabular-nums text-neutral-500",children:`${Bt}%`}),p.jsx("button",{type:"button",onClick:()=>{Et("manual"),ft(k4("in",Ze,He))},className:"h-7 w-7 rounded-md border border-neutral-800 text-neutral-400 transition-colors hover:border-neutral-700 hover:text-neutral-200",title:"Zoom in",children:"+"}),p.jsx("button",{type:"button",onClick:Nt,className:"ml-1 flex h-7 w-7 items-center justify-center rounded-md text-neutral-500 transition-colors hover:bg-neutral-900 hover:text-neutral-200",title:Z3(!0),"aria-label":"Hide timeline editor",children:p.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.8",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("path",{d:"M5 7h14"}),p.jsx("path",{d:"m8 11 4 4 4-4"})]})})]})]})}),[br,wr]=d.useState(null),[Xi,Fi]=d.useState(null),[La,gs]=d.useState(!1),[Un,Gn]=d.useState(0),[,zi]=d.useState(0),Hi=d.useRef(null),Os=d.useRef(null),jt=d.useRef(n),xt=d.useRef(null),Gr=d.useRef([]),xs=d.useRef(null),Sr=d.useRef(V),Qt=d.useRef(Oe),Gs=d.useRef(Me),Rr=d.useRef(0),Pi=d.useRef(0),jn=d.useRef(Promise.resolve()),An=d.useRef(Al()),ir=d.useRef(0),sr=d.useRef(Cl()),H=d.useRef(0),Ae=d.useRef(async()=>{}),ke=d.useRef(async()=>{}),be=d.useRef(n),et=d.useRef(u);et.current=u;const Pe=d.useCallback(S=>{const E=jn.current.catch(()=>{}).then(S);return jn.current=E.then(()=>{},()=>{}),E},[]),wt=d.useCallback(async()=>{await jn.current.catch(()=>{})},[]);un(()=>{const S=L=>{const F=wL(L),q=Date.now()-Rr.current<1200;if(SL(F)){q||Ae.current(xt.current,{forceFromDisk:!0});return}if(LV(F)){q||ke.current(xt.current,{forceFromDisk:!0});return}q||(Hi.current&&clearTimeout(Hi.current),Hi.current=setTimeout(()=>Gn(oe=>oe+1),400))},E=new EventSource("/api/events");return E.addEventListener("file-change",S),()=>E.close()}),jt.current=n,Sr.current=V,Qt.current=Oe,Gs.current=Me,d.useEffect(()=>{const S=be.current;be.current=n,!(!S||S===n)&&(An.current=Al(),ir.current+=1,sr.current=Cl(),H.current+=1,zi(E=>E+1))},[n]),d.useEffect(()=>{if(!n)return;let S=!1;return fetch(`/api/projects/${n}`).then(E=>E.json()).then(E=>{!S&&E.files&&O(E.files),S||c(typeof E.dir=="string"?E.dir:null)}).catch(()=>{S||c(null)}),()=>{S=!0}},[n]);const Jt=d.useCallback(S=>{const E=jt.current;if(E){if(A(L=>Math.max(L,Math.floor(window.innerWidth*.5))),P4(S)){s({path:S,content:null});return}fetch(`/api/projects/${E}/files/${encodeURIComponent(S)}`).then(L=>L.json()).then(L=>{L.content!=null&&s({path:S,content:L.content})}).catch(()=>{})}},[]),Lt=d.useRef(i==null?void 0:i.path);Lt.current=i==null?void 0:i.path;const ut=gN({projectId:n}),Dn=d.useCallback(async S=>{const E=jt.current;if(!E)throw new Error("No active project");const L=await fetch(`/api/projects/${E}/files/${encodeURIComponent(S)}`);if(!L.ok)throw new Error(`Failed to read ${S}`);const F=await L.json();if(typeof F.content!="string")throw new Error(`Missing file contents for ${S}`);return F.content},[]),en=d.useCallback(async(S,E)=>{const L=jt.current;if(!L)throw new Error("No active project");if(!(await fetch(`/api/projects/${L}/files/${encodeURIComponent(S)}`,{method:"PUT",headers:{"Content-Type":"text/plain"},body:E})).ok)throw new Error(`Failed to save ${S}`);Lt.current===S&&s({path:S,content:E})},[]),$n=d.useCallback(async S=>{const E=jt.current;if(!E)throw new Error("No active project");const L=await fetch(`/api/projects/${E}/files/${encodeURIComponent(S)}`);if(L.status===404)return"";if(!L.ok)throw new Error(`Failed to read ${S}`);const F=await L.json();return typeof F.content=="string"?F.content:""},[]),Wi=d.useCallback(S=>{const E=jt.current;if(!E)return;const L=Lt.current;L&&(Os.current&&clearTimeout(Os.current),Os.current=setTimeout(()=>{ko({projectId:E,label:"Edit source",kind:"source",coalesceKey:`source:${L}`,files:{[L]:S},readFile:Dn,writeFile:en,recordEdit:ut.recordEdit}).then(()=>{Hi.current&&clearTimeout(Hi.current),Hi.current=setTimeout(()=>Gn(F=>F+1),600)}).catch(()=>{})},600))},[ut.recordEdit,Dn,en]),Ho=d.useCallback(async(S,E)=>{const L=jt.current;if(!L)throw new Error("No active project");const F=S.sourceFile||u||"index.html",q=await fetch(`/api/projects/${L}/files/${encodeURIComponent(F)}`);if(!q.ok)throw new Error(`Failed to read ${F}`);const fe=(await q.json()).content;if(typeof fe!="string")throw new Error(`Missing file contents for ${F}`);const ye=S.domId?{id:S.domId,selector:S.selector,selectorIndex:S.selectorIndex}:S.selector?{selector:S.selector,selectorIndex:S.selectorIndex}:null;if(!ye)throw new Error(`Timeline element ${S.id} is missing a patchable target`);const we=F,at=We.map(kt=>(kt.key??kt.id)===(S.key??S.id)?{...kt,start:E.start,track:E.track}:kt).filter(kt=>(kt.sourceFile||u||"index.html")===we),ht=op(at.map(kt=>kt.track));let lt=Ns(fe,ye,{type:"attribute",property:"start",value:la(E.start)});lt=Ns(lt,ye,{type:"attribute",property:"track-index",value:String(E.track)});for(const kt of at){const Zt=kt.domId?{id:kt.domId,selector:kt.selector,selectorIndex:kt.selectorIndex}:kt.selector?{selector:kt.selector,selectorIndex:kt.selectorIndex}:null;if(!Zt)continue;const bn=ht.get(kt.track);bn!=null&&(lt=Ns(lt,Zt,{type:"inline-style",property:"z-index",value:String(bn)}))}if(lt===fe)throw new Error(`Unable to patch timeline element ${S.id} in ${F}`);await ko({projectId:L,label:"Move timeline clip",kind:"timeline",files:{[F]:lt},readFile:async()=>fe,writeFile:en,recordEdit:ut.recordEdit}),Gn(kt=>kt+1)},[u,ut.recordEdit,We,en]),ys=d.useCallback(async(S,E)=>{const L=jt.current;if(!L)throw new Error("No active project");const F=S.sourceFile||u||"index.html",q=await fetch(`/api/projects/${L}/files/${encodeURIComponent(F)}`);if(!q.ok)throw new Error(`Failed to read ${F}`);const fe=(await q.json()).content;if(typeof fe!="string")throw new Error(`Missing file contents for ${F}`);const ye=S.domId?{id:S.domId,selector:S.selector,selectorIndex:S.selectorIndex}:S.selector?{selector:S.selector,selectorIndex:S.selectorIndex}:null;if(!ye)throw new Error(`Timeline element ${S.id} is missing a patchable target`);const we=S.playbackStartAttr==="playback-start"?"playback-start":"media-start",at=m5(fe,ye,"playback-start")??m5(fe,ye,"media-start"),ht=at!=null?parseFloat(at):void 0,lt=E.start-S.start,kt=E.playbackStart==null&&lt!==0&&Number.isFinite(ht)&&ht!=null?Math.max(0,ht+lt*Math.max(S.playbackRate??1,.1)):void 0,Zt=E.playbackStart??kt;let bn=fe;if(bn=Ns(bn,ye,{type:"attribute",property:"start",value:la(E.start)}),bn=Ns(bn,ye,{type:"attribute",property:"duration",value:la(E.duration)}),Zt!=null&&(bn=Ns(bn,ye,{type:"attribute",property:we,value:la(Zt)})),bn===fe)throw new Error(`Unable to patch timeline element ${S.id} in ${F}`);await ko({projectId:L,label:"Resize timeline clip",kind:"timeline",files:{[F]:bn},readFile:async()=>fe,writeFile:en,recordEdit:ut.recordEdit}),Gn(fi=>fi+1)},[u,ut.recordEdit,en]),yt=d.useCallback((S,E="error")=>{dt.current&&clearTimeout(dt.current),ce({message:S,tone:E}),dt.current=setTimeout(()=>ce(null),4e3)},[]),vs=d.useCallback(async S=>{if(!n)return;S.preventDefault();const E=Le.getState().currentTime;ot(E),await wt();const L=g5({projectId:n,compositionPath:u,currentTime:E}),F=O5(u,E);try{const q=await fetch(L,{cache:"no-store"});if(!q.ok)throw new Error(`Capture failed (${q.status})`);const oe=await q.blob(),fe=URL.createObjectURL(oe),ye=document.createElement("a");ye.href=fe,ye.download=F,document.body.appendChild(ye),ye.click(),ye.remove(),setTimeout(()=>URL.revokeObjectURL(fe),0)}catch(q){const oe=q instanceof Error?q.message:"Capture failed";yt(oe)}},[u,n,yt,wt]),Vt=d.useCallback(async S=>{const E=jt.current;if(!E)throw new Error("No active project");const L=S.sourceFile||u||"index.html";try{const F=await fetch(`/api/projects/${E}/files/${encodeURIComponent(L)}`);if(!F.ok)throw new Error(`Failed to read ${L}`);const oe=(await F.json()).content;if(typeof oe!="string")throw new Error(`Missing file contents for ${L}`);const fe=S.domId?{id:S.domId,selector:S.selector,selectorIndex:S.selectorIndex}:S.selector?{selector:S.selector,selectorIndex:S.selectorIndex}:null;if(!fe)throw new Error(`Timeline element ${S.id} is missing a patchable target`);const ye=L||"index.html",we=We.filter(Zt=>(Zt.key??Zt.id)!==(S.key??S.id)&&(Zt.sourceFile||u||"index.html")===ye),at=op(we.map(Zt=>Zt.track)),ht=await fetch(`/api/projects/${E}/file-mutations/remove-element/${encodeURIComponent(L)}`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({target:fe})});if(!ht.ok)throw new Error(`Failed to delete ${S.id} from ${L}`);const lt=await ht.json();let kt=typeof lt.content=="string"?lt.content:oe;for(const Zt of we){const bn=Zt.domId?{id:Zt.domId,selector:Zt.selector,selectorIndex:Zt.selectorIndex}:Zt.selector?{selector:Zt.selector,selectorIndex:Zt.selectorIndex}:null;if(!bn)continue;const fi=at.get(Zt.track);fi!=null&&(kt=Ns(kt,bn,{type:"inline-style",property:"z-index",value:String(fi)}))}await ko({projectId:E,label:"Delete timeline clip",kind:"timeline",files:{[L]:kt},readFile:async()=>oe,writeFile:en,recordEdit:ut.recordEdit}),Le.getState().setElements(We.filter(Zt=>(Zt.key??Zt.id)!==(S.key??S.id))),Le.getState().setSelectedElementId(null),Gn(Zt=>Zt+1)}catch(F){const q=F instanceof Error?F.message:"Failed to delete timeline clip";yt(q)}},[u,ut.recordEdit,yt,We,en]),Va=d.useCallback(S=>{const E=Date.now();E-At.current<1500||(At.current=E,yt("This clip can’t be moved or resized from the timeline yet.","info"))},[yt]),Jl=d.useCallback(S=>{const E=Date.now();E-Gt.current<1500||(Gt.current=E,yt(S.capabilities.reasonIfDisabled??"This element can’t be adjusted directly from the preview.","info"))},[yt]),_t=d.useCallback((S,E)=>{if(z(void 0),C(void 0),ee(null),Qe(!1),!S){Sr.current=null,Qt.current=[],ae(null),ge([]),Se(null);return}if(!Ln){Sr.current=null,Qt.current=[],ae(null),ge([]),Se(null);return}const L=!!(E!=null&&E.additive),F=Sr.current,q=Qt.current,oe=L?K_(q,F):q,fe=au(oe,S),ye=E!=null&&E.preserveGroup?G_(oe,S):L?U_(oe,S):[S],we=E!=null&&E.preserveGroup?S:L&&fe?Oa(F,S)?ye[0]??null:au(ye,F)?F:ye[0]??null:S;if(Sr.current=we,Qt.current=ye,ae(we),ge(ye),we){(E==null?void 0:E.revealPanel)!==!1&&(K(!1),le("design"));const at=Cy(we,We);Se(at);return}Se(null)},[Se,We]),$t=d.useCallback(()=>{_t(null,{revealPanel:!1})},[_t]),or=d.useCallback(async S=>S===$o||S===Co?$n(S):Dn(S),[$n,Dn]),di=d.useCallback(async(S,E)=>{await en(S,E),(S===$o||S===Co)&&(Rr.current=Date.now())},[en]),Cn=d.useCallback((S=xt.current)=>{var fe,ye,we,at,ht,lt;if(!S)return;let E=null;try{E=S.contentDocument}catch{return}if(!E)return;const L=E,F=()=>{KL(L,An.current,et.current)},q=()=>{F(),S.contentWindow&&BL(S.contentWindow,F)},oe=S.contentWindow;q(),(fe=oe==null?void 0:oe.requestAnimationFrame)==null||fe.call(oe,q),(ye=oe==null?void 0:oe.setTimeout)==null||ye.call(oe,q,80),(we=oe==null?void 0:oe.setTimeout)==null||we.call(oe,q,250),(at=oe==null?void 0:oe.setTimeout)==null||at.call(oe,q,500),(ht=oe==null?void 0:oe.setTimeout)==null||ht.call(oe,q,1e3),(lt=oe==null?void 0:oe.setTimeout)==null||lt.call(oe,q,2e3)},[]),Kr=d.useCallback(async(S=xt.current,E)=>{const L=ir.current,F=!!(E!=null&&E.forceFromDisk||E!=null&&E.readFromDiskFirst);F||Cn(S);let q;try{q=await $n($o)}catch(oe){const fe=oe instanceof Error?oe.message:"Failed to read manual edit manifest";yt(fe),F&&Cn(S);return}if(E!=null&&E.forceFromDisk||L===ir.current){An.current=C5(q),E!=null&&E.forceFromDisk&&(ir.current+=1),Cn(S);return}F&&Cn(S)},[Cn,$n,yt]);Ae.current=Kr;const kr=d.useCallback((S=xt.current)=>Kr(S,{readFromDiskFirst:!0}),[Kr]),En=d.useCallback((S=xt.current)=>{var fe,ye;if(!S)return;let E=null;try{E=S.contentDocument}catch{return}if(!E)return;const L=E,F=()=>{qV(L,sr.current,et.current)},q=()=>{F(),S.contentWindow&&UV(S.contentWindow,F)},oe=S.contentWindow;(fe=oe==null?void 0:oe.requestAnimationFrame)==null||fe.call(oe,q),(ye=oe==null?void 0:oe.setTimeout)==null||ye.call(oe,q,120)},[]),Nr=d.useCallback(async(S=xt.current,E)=>{const L=H.current,F=!!(E!=null&&E.forceFromDisk||E!=null&&E.readFromDiskFirst);F||En(S);let q;try{q=await $n(Co)}catch(oe){const fe=oe instanceof Error?oe.message:"Failed to read motion manifest";yt(fe),F&&En(S);return}if(E!=null&&E.forceFromDisk||L===H.current){sr.current=ty(q),E!=null&&E.forceFromDisk&&(H.current+=1),zi(oe=>oe+1),En(S);return}F&&En(S)},[En,$n,yt]);ke.current=Nr;const bs=d.useCallback((S=xt.current)=>Nr(S,{readFromDiskFirst:!0}),[Nr]),ar=d.useCallback((S,E)=>{const L=An.current,F=S(L),q=tm(L);if(tm(F)===q)return;const fe=ir.current+1;ir.current=fe,An.current=F,Cn(xt.current),Pe(async()=>{const we=await $n($o),at=C5(we),ht=S(at),lt=tm(ht);if(lt===we)return;const kt=jt.current;if(!kt)throw new Error("No active project");Rr.current=Date.now(),await ko({projectId:kt,label:E.label,kind:"manual",coalesceKey:E.coalesceKey,files:{[$o]:lt},readFile:async()=>we,writeFile:en,recordEdit:ut.recordEdit}),Rr.current=Date.now(),ir.current===fe&&(An.current=ht,Cn(xt.current))}).catch(we=>{ir.current===fe&&(ir.current+=1,An.current=L,Cn(xt.current));const at=we instanceof Error?we.message:"Failed to save manual edit";yt(at)})},[Cn,ut.recordEdit,Pe,$n,yt,en]),Jr=d.useCallback((S,E)=>{const L=sr.current,F=S(L),q=pm(L);if(pm(F)===q)return;const fe=H.current+1;H.current=fe,sr.current=F,zi(we=>we+1),En(xt.current),Pe(async()=>{const we=await $n(Co),at=ty(we),ht=S(at),lt=pm(ht);if(lt===we)return;const kt=jt.current;if(!kt)throw new Error("No active project");Rr.current=Date.now(),await ko({projectId:kt,label:E.label,kind:"motion",coalesceKey:E.coalesceKey,files:{[Co]:lt},readFile:async()=>we,writeFile:en,recordEdit:ut.recordEdit}),Rr.current=Date.now(),H.current===fe&&(sr.current=ht,zi(Zt=>Zt+1),En(xt.current))}).catch(we=>{H.current===fe&&(H.current+=1,sr.current=L,zi(ht=>ht+1),En(xt.current));const at=we instanceof Error?we.message:"Failed to save motion edit";yt(at)})},[En,ut.recordEdit,Pe,$n,yt,en]),_a=d.useCallback(async S=>{const E=S??[],L=E.length>0&&E.every(q=>q===$o),F=E.length>0&&E.every(q=>q===Co);if(L){await Kr(xt.current,{forceFromDisk:!0});return}if(F){await Nr(xt.current,{forceFromDisk:!0});return}Gn(q=>q+1)},[Kr,Nr]),Ia=d.useCallback(async()=>{await wt();const S=await ut.undo({readFile:or,writeFile:di});if(!S.ok&&S.reason==="content-mismatch"){yt("File changed outside Studio. Undo history was not applied.","info");return}S.ok&&S.label&&($t(),await _a(S.paths),yt(`Undid ${S.label}`,"info"))},[$t,ut,or,yt,_a,wt,di]),ws=d.useCallback(async()=>{await wt();const S=await ut.redo({readFile:or,writeFile:di});if(!S.ok&&S.reason==="content-mismatch"){yt("File changed outside Studio. Redo history was not applied.","info");return}S.ok&&S.label&&($t(),await _a(S.paths),yt(`Redid ${S.label}`,"info"))},[$t,ut,or,yt,_a,wt,di]),Hu=d.useRef(Ia),ec=d.useRef(ws);Hu.current=Ia,ec.current=ws;const ei=d.useCallback(S=>{if(!(S.metaKey||S.ctrlKey)||H_(S.target))return;const E=S.key.toLowerCase();if(E==="z"&&!S.shiftKey){S.preventDefault(),Hu.current();return}(E==="z"&&S.shiftKey||S.ctrlKey&&!S.metaKey&&E==="y")&&(S.preventDefault(),ec.current())},[]);d.useEffect(()=>(window.addEventListener("keydown",ei,!0),()=>window.removeEventListener("keydown",ei,!0)),[ei]);const Ks=d.useCallback(S=>{var F;(F=mn.current)==null||F.call(mn),mn.current=null;const E=(S==null?void 0:S.contentWindow)??null;let L=null;try{L=(S==null?void 0:S.contentDocument)??null}catch{L=null}!E&&!L||(E==null||E.addEventListener("keydown",ei,!0),L==null||L.addEventListener("keydown",ei,!0),mn.current=()=>{E==null||E.removeEventListener("keydown",ei,!0),L==null||L.removeEventListener("keydown",ei,!0)})},[ei]);d.useEffect(()=>()=>{var S;(S=mn.current)==null||S.call(mn),mn.current=null},[]);const Xn=d.useCallback((S,E)=>dL(S,{activeCompositionPath:u,isMasterView:nt,preferClipAncestor:E==null?void 0:E.preferClipAncestor}),[u,nt]),Bi=d.useCallback((S,E,L)=>{const F=xt.current;if(!F||k)return null;const q=Y_(F,S,E,u);return q?Xn(q,{preferClipAncestor:L==null?void 0:L.preferClipAncestor}):null},[u,Xn,k]),vn=d.useCallback(S=>{Oa(Gs.current,S)||(Gs.current=S,he(S))},[]),Pr=d.useCallback(S=>{const E=xt.current;let L=null;try{L=(E==null?void 0:E.contentDocument)??null}catch{return null}if(!L)return null;const F=fL(L,S,{activeCompositionPath:u,compIdToSrc:x,isMasterView:nt});return F?Xn(F,{preferClipAncestor:!1}):null},[u,Xn,x,nt]),lr=d.useMemo(()=>We.find(S=>fl(S)===xe)??null,[xe,We]),xf=d.useMemo(()=>{const S=new Map;if(!Wc||!lr)return S;const E=fl(lr);if(E){const L=Pr(lr),F=nL(L==null?void 0:L.element,{activeCompositionPath:u});F>0&&S.set(E,F)}return S},[u,Pr,lr,nt,Ne]),Wu=d.useMemo(()=>{if(!Wc||!lr)return[];const S=Pr(lr);return rL(S==null?void 0:S.element,{activeCompositionPath:u})},[u,Pr,lr,nt,Ne]),tc=d.useMemo(()=>V?xS(V):null,[V]),Da=d.useCallback(S=>{if(!Ln)return;if(!S){_t(null,{revealPanel:!1}),Ce(null);return}const E=Pr(S);E&&_t(E);const L=fl(S);if(Wc&&L&&$m(S)){Ce(L),Q(!1);const F=xt.current;$4(Ot,S)||wm(F,S.start)}else Ce(null)},[_t,Pr,Ot]),nc=d.useCallback(S=>{if(!Wc||!Ln)return;if(!$m(S)){yt("Audio clips do not have visual layers.","info");return}const E=fl(S);if(!E)return;Ce(q=>q===E?null:E),Q(!1);const L=xt.current;$4(Ot,S)||wm(L,S.start);const F=Pr(S);F&&_t(F)},[_t,Pr,Ot,yt]),Bu=d.useCallback(S=>{if(!Ln)return;const E=xt.current,L=BS(E==null?void 0:E.contentWindow),F=eI(S.element,lr,L);F!=null&&wm(E,F);const q=Xn(S.element,{preferClipAncestor:!1});if(!q){yt("Studio could not resolve this nested layer.","error");return}_t(q),requestAnimationFrame(Je)},[_t,Xn,lr,Je,yt]),Yi=d.useCallback(()=>{Ce(null)},[]),Js=d.useCallback(async S=>{const E=jt.current;if(!E)return;const L=S.sourceFile||u||"index.html";try{const F=await fetch(`/api/projects/${E}/files/${encodeURIComponent(L)}`);if(!F.ok)return;const oe=(await F.json()).content,fe=typeof oe=="string"?vN(oe,S):void 0;z(ye=>Sr.current!==S?ye:fe)}catch{}},[u]),Ss=d.useCallback(S=>{const E=D_(S);if(!E)return null;const L=nn.current.find(q=>q.family.toLowerCase()===E.toLowerCase());if(L)return L;const F=m.find(q=>q0.test(q)&&$l(q).toLowerCase()===E.toLowerCase());return F?{family:$l(F),path:F,url:`/api/projects/${n}/preview/${F}`}:null},[m,n]),ks=d.useCallback(async(S,E,L)=>{const F=jt.current;if(!F)throw new Error("No active project");if(L!=null&&L.shouldSave&&!L.shouldSave())return;const q=S.sourceFile||u||"index.html",oe=await fetch(`/api/projects/${F}/files/${encodeURIComponent(q)}`);if(!oe.ok)throw new Error(`Failed to read ${q}`);const ye=(await oe.json()).content;if(typeof ye!="string")throw new Error(`Missing file contents for ${q}`);let we=ye;for(const at of E)we=Ns(we,S,at);if(L!=null&&L.prepareContent&&(we=L.prepareContent(we,q)),!(L!=null&&L.shouldSave&&!L.shouldSave())){if(we===ye)throw new Error(`Unable to patch ${S.selector??S.id??"selection"}`);await ko({projectId:F,label:(L==null?void 0:L.label)??"Edit layer",kind:"manual",coalesceKey:L==null?void 0:L.coalesceKey,files:{[q]:we},readFile:async()=>ye,writeFile:en,recordEdit:ut.recordEdit}),L!=null&&L.skipRefresh?Rr.current=Date.now():Gn(at=>at+1)}},[u,ut.recordEdit,en]),Zn=d.useCallback(S=>{const E=xt.current;let L=null;try{L=(E==null?void 0:E.contentDocument)??null}catch{return}if(!L)return;const F=Mi(L,S,u);if(!F)return;const q=Xn(F);q&&_t(q,{revealPanel:!1,preserveGroup:!0})},[u,_t,Xn]),Wo=d.useCallback(S=>{const E=xt.current;let L=null;try{L=(E==null?void 0:E.contentDocument)??null}catch{return}if(!L)return;const F=[];for(const fe of S){const ye=Mi(L,fe,u);if(!ye)continue;const we=Xn(ye);we&&F.push(we)}if(F.length===0)return;const q=Sr.current,oe=F.find(fe=>Oa(fe,q))??F[0]??null;z(void 0),Qe(!1),Sr.current=oe,Qt.current=F,ae(oe),ge(F),Se(oe?Cy(oe,We):null)},[u,Xn,Se,We]),Yu=d.useCallback(()=>{const S=tI(xt.current),E=Le.getState();E.setIsPlaying(!1),S!=null&&(E.setCurrentTime(S),Zi.notify(S))},[]),cr=d.useCallback((S,E)=>{ar(L=>E5(L,S,E),{label:"Move layer",coalesceKey:`path-offset:${Ls(S)}`}),Zn(S)},[ar,Zn]),eo=d.useCallback(S=>{if(S.length===0)return;const E=S.map(L=>Ls(L.selection)).sort().join(":");ar(L=>S.reduce((F,q)=>E5(F,q.selection,q.next),L),{label:`Move ${S.length} layers`,coalesceKey:`group-path-offset:${E}`}),Wo(Qt.current)},[ar,Wo]),Xa=d.useCallback((S,E)=>{ar(L=>kL(L,S,E),{label:"Resize layer box",coalesceKey:`box-size:${Ls(S)}`}),Zn(S)},[ar,Zn]),Bo=d.useCallback((S,E)=>{ar(L=>PL(L,S,E),{label:"Rotate layer",coalesceKey:`rotation:${Ls(S)}`}),Zn(S)},[ar,Zn]),yf=d.useCallback(S=>{ar(E=>AL(E,S),{label:"Reset layer edits",coalesceKey:`manual-reset:${Ls(S)}`}),Cn(xt.current),Zn(S)},[Cn,ar,Zn]),rc=d.useCallback((S,E)=>{Jr(L=>VV(L,S,E),{label:"Set GSAP motion",coalesceKey:`motion:${Ls(S)}`}),Zn(S)},[Jr,Zn]),ic=d.useCallback(S=>{Jr(E=>_V(E,S),{label:"Clear GSAP motion",coalesceKey:`motion:${Ls(S)}`}),En(xt.current),Zn(S)},[En,Jr,Zn]),Ps=d.useCallback(async(S,E)=>{if(!V||W_(S)||!V.capabilities.canEditStyles)return;const L=S==="font-family"?Ss(E):null,F=xt.current,q=F==null?void 0:F.contentDocument;if(q){const fe=Mi(q,V,u);fe&&(fe.style.setProperty(S,ym(S,E)),S==="font-family"&&(Sy(q,E),L&&ky(q,L)),S==="background-image"&&$y(E)&&(fe.style.setProperty("background-position","center"),fe.style.setProperty("background-repeat","no-repeat"),fe.style.setProperty("background-size","contain")))}const oe=[y1(S,ym(S,E))];S==="background-image"&&$y(E)&&oe.push(y1("background-position","center"),y1("background-repeat","no-repeat"),y1("background-size","contain"));try{await ks(V,oe,{label:"Edit layer style",skipRefresh:!0,prepareContent:L?(fe,ye)=>Ay(fe,L,ye):void 0})}catch(fe){console.warn("[Studio] Style persist failed:",fe instanceof Error?fe.message:fe)}Zn(V)},[u,V,ks,Zn,Ss]),to=d.useCallback(async(S,E)=>{if(!V||!bS(V))return;const L=Pi.current+1;Pi.current=L;const F=V.textFields.length>0?V.textFields.map(ye=>ye.key===E?{...ye,value:S}:ye):[],q=F.length>1||F.some(ye=>ye.source==="child")?k5(F):S,oe=xt.current,fe=oe==null?void 0:oe.contentDocument;if(fe){const ye=Mi(fe,V,u);ye&&(F.length>1||F.some(we=>we.source==="child")?ye.innerHTML=q:ye.textContent=S)}if(await ks(V,[P5(q)],{label:"Edit text",skipRefresh:!0,shouldSave:()=>Pi.current===L}),Pi.current===L&&fe){const ye=Mi(fe,V,u);if(ye){const we=Xn(ye);we&&_t(we,{revealPanel:!1,preserveGroup:!0})}}},[u,_t,Xn,V,ks]),As=d.useCallback(async(S,E,L)=>{var ye;const F=E.length>1||E.some(we=>we.source==="child")?k5(E):((ye=E[0])==null?void 0:ye.value)??"",q=xt.current,oe=q==null?void 0:q.contentDocument;if(oe){const we=Mi(oe,S,u);we&&(E.length>1||E.some(at=>at.source==="child")?we.innerHTML=F:we.textContent=F)}const fe=(L==null?void 0:L.importedFont)??null;if(await ks(S,[P5(F)],{label:"Edit text",skipRefresh:!0,prepareContent:fe?(we,at)=>Ay(we,fe,at):void 0}),oe){const we=Mi(oe,S,u);if(we){const at=Xn(we);at&&_t(at,{revealPanel:!1,preserveGroup:!0})}}},[u,_t,Xn,ks]),vf=d.useCallback(async(S,E,L)=>{var ye;if(!V)return;const F=V.textFields.find(we=>we.key===S);if(!F)return;if(F.source==="self"){await Ps(E,L);return}const q=ym(E,L),oe=E==="font-family"?Ss(L):null;if(E==="font-family"){const we=(ye=xt.current)==null?void 0:ye.contentDocument;we&&(Sy(we,q),oe&&ky(we,oe))}const fe=V.textFields.map(we=>we.key===S?{...we,inlineStyles:{...we.inlineStyles,[E]:q},computedStyles:{...we.computedStyles,[E]:q}}:we);await As(V,fe,{importedFont:oe})},[As,V,Ps,Ss]),bf=d.useCallback(async S=>{if(!V||!V.textFields.some(oe=>oe.source==="child"))return null;const E=V.textFields.findIndex(oe=>oe.key===S),L=V.textFields[E>=0?E:0]??V.textFields[0],F=cL(L),q=[...V.textFields];return q.splice(E>=0?E+1:q.length,0,F),await As(V,q),F.key},[As,V]),wf=d.useCallback(async S=>{if(!V)return;const E=V.textFields.find(F=>F.key===S);if(!E)return;if(E.source==="self"){await to("",S);return}const L=V.textFields.filter(F=>F.key!==S);await As(V,L)},[As,V,to]),sc=d.useCallback(()=>{V&&(z(void 0),C(void 0),ee(null),Js(V),Ie(!0))},[V,Js]),Sf=d.useCallback(async S=>{if(!V)return;const E=V.sourceFile||u||"index.html",L=_??V.element.outerHTML,F=mL({selection:V,currentTime:Ot,tagSnippet:L,selectionContext:G,userInstruction:S,sourceFilePath:z_(a,E)});if(!await cu(F)){yt("Could not copy prompt to clipboard.","error");return}Ie(!1),C(void 0),ee(null),xs.current&&clearTimeout(xs.current),Qe(!0),xs.current=setTimeout(()=>Qe(!1),1600)},[u,G,_,Ot,V,a,yt]),kf=d.useCallback(S=>{xt.current=S,se(S),ln(S),Ks(S),Gr.current=[],Fi(null),Je()},[Je,Ks,ln]),Pf=d.useCallback((S,E)=>{if(!xm||k||_e)return;const L=Bi(S.clientX,S.clientY,{preferClipAncestor:(E==null?void 0:E.preferClipAncestor)??!1});if(!L){S.shiftKey||_t(null,{revealPanel:!1});return}S.preventDefault(),S.stopPropagation();const F=xt.current?B_(xt.current,S.clientX,S.clientY):null;_t(L,{additive:S.shiftKey}),!S.shiftKey&&F&&eL(L,F.viewport)&&(C(q_(L,F)),ee({x:S.clientX,y:S.clientY}),Js(L),Ie(!0))},[_t,k,_e,Js,Bi]),Af=d.useCallback((S,E)=>{if(!xm||k||_e)return vn(null),null;const L=Bi(S.clientX,S.clientY,{preferClipAncestor:(E==null?void 0:E.preferClipAncestor)??!1});return vn(L),L},[k,_e,Bi,vn]),$f=d.useCallback(()=>{vn(null)},[vn]);d.useEffect(()=>{k&&vn(null)},[k,vn]),d.useEffect(()=>{vn(null)},[u,n,Y,Un,vn]),d.useEffect(()=>{if(!Me)return;const S=Oa(Me,V),E=au(Oe,Me);!S&&!E||vn(null)},[Oe,Me,V,vn]),d.useEffect(()=>{Me&&(Me.element.isConnected||vn(null))},[Me,vn]),d.useEffect(()=>{if(!Y)return;const S=()=>{if(!Ln||k)return;const F=Sr.current;if(!F)return;let q=null;try{q=Y.contentDocument}catch{return}if(!q)return;const oe=Mi(q,F,u);if(!oe){_t(null,{revealPanel:!1});return}const fe=Xn(oe);fe&&_t(fe,{revealPanel:!1,preserveGroup:!0})},E=()=>{try{const F=Y.contentWindow;if(!F||F.__hfErrorCapture)return;F.__hfErrorCapture=!0;const q=F.console.error.bind(F.console);F.console.error=function(...oe){q(...oe);const fe=oe.map(ye=>ye instanceof Error?ye.message:String(ye)).join(" ");fe.includes("favicon")||(Gr.current=[...Gr.current,{severity:"error",message:fe}],Fi([...Gr.current]))},F.addEventListener("error",oe=>{const fe=oe.message||String(oe);Gr.current=[...Gr.current,{severity:"error",message:fe}],Fi([...Gr.current])})}catch{}};E(),Ks(Y),(async()=>(await kr(Y),await bs(Y)))(),S(),Je();const L=()=>{Gr.current=[],Fi(null),E(),Ks(Y),(async()=>(await kr(Y),await bs(Y)))(),S(),Je()};return Y.addEventListener("load",L),()=>{Y.removeEventListener("load",L)}},[u,_t,kr,bs,Xn,k,Y,Je,Ks]),d.useEffect(()=>{k&&_t(null,{revealPanel:!1})},[_t,k]),d.useEffect(()=>{Ln||(vn(null),_t(null,{revealPanel:!1}),ie!=="renders"&&le("renders"))},[_t,ie,vn]),d.useEffect(()=>()=>{xs.current&&clearTimeout(xs.current)},[]);const Ar=d.useCallback(async()=>{const S=jt.current;if(!S)return;const L=await(await fetch(`/api/projects/${S}`)).json();L.files&&O(L.files)},[]),no=d.useCallback(async(S,E)=>{var fe,ye;const L=jt.current,F=Array.from(S);if(!L||F.length===0)return[];const q=new FormData;for(const we of F)q.append("file",we);const oe=E?`?dir=${encodeURIComponent(E)}`:"";try{const we=await fetch(`/api/projects/${L}/upload${oe}`,{method:"POST",body:q});if(we.ok){const at=await we.json();if((fe=at.skipped)!=null&&fe.length&&yt(`Skipped (too large): ${at.skipped.join(", ")}`),(ye=at.invalid)!=null&&ye.length){const ht=at.invalid.map(lt=>lt.name).join(", ");yt(`Unsupported media skipped: ${ht}`)}return await Ar(),Gn(ht=>ht+1),Array.isArray(at.files)?at.files:[]}else we.status===413?yt("Upload rejected: payload too large"):yt(`Upload failed (${we.status})`)}catch{yt("Upload failed: network error")}return[]},[Ar,yt]),oc=d.useCallback(async(S,E,L)=>{const F=jt.current;if(!F)throw new Error("No active project");const q=A4(S);if(!q){yt("Only image, video, and audio assets can be dropped onto the timeline.");return}const oe=u||"index.html";try{const fe=await fetch(`/api/projects/${F}/files/${encodeURIComponent(oe)}`);if(!fe.ok)throw new Error(`Failed to read ${oe}`);const we=(await fe.json()).content;if(typeof we!="string")throw new Error(`Missing file contents for ${oe}`);const at=Number(la(E.start)),ht=Number.isFinite(L)&&L!=null&&L>0?L:await Ty(F,S,q),lt=Number(la(ht)),kt=F7(S,iI(we)),Zt=z7(oe,S),bn=oe||"index.html",fi=We.filter(ur=>(ur.sourceFile||u||"index.html")===bn),so=op([...fi.map(ur=>ur.track),E.track]);let qo=we;for(const ur of fi){const e0=ur.domId?{id:ur.domId,selector:ur.selector,selectorIndex:ur.selectorIndex}:ur.selector?{selector:ur.selector,selectorIndex:ur.selectorIndex}:null;if(!e0)continue;const Lr=so.get(ur.track);Lr!=null&&(qo=Ns(qo,e0,{type:"inline-style",property:"z-index",value:String(Lr)}))}qo=Y7(qo,B7({id:kt,assetPath:Zt,kind:q,start:at,duration:lt,track:E.track,zIndex:so.get(E.track)??1,geometry:W7(we)})),await ko({projectId:F,label:"Add timeline asset",kind:"timeline",files:{[oe]:qo},readFile:async()=>we,writeFile:en,recordEdit:ut.recordEdit}),Gn(ur=>ur+1)}catch(fe){const ye=fe instanceof Error?fe.message:"Failed to drop asset onto timeline";yt(ye)}},[u,ut.recordEdit,yt,We,en]),Cf=d.useCallback(async(S,E)=>{const L=jt.current;if(!L)return;const F=await no(S);if(F.length===0)return;const q=[];for(const fe of F){const ye=A4(fe),we=ye?await Ty(L,fe,ye):0;q.push(Number(la(we)))}const oe=H7(E??{start:0,track:0},q,We.filter(fe=>(fe.sourceFile||u||"index.html")===(u||"index.html")).map(fe=>({start:fe.start,duration:fe.duration,track:fe.track})));for(const[fe,ye]of F.entries())await oc(ye,oe[fe]??oe[0],q[fe])},[u,oc,We,no]),Ef=d.useCallback(async S=>{const E=jt.current;if(!E)return;let L="";S.endsWith(".html")&&(L=`<!DOCTYPE html>
100
- <html>
101
- <head>
102
- <meta charset="UTF-8">
103
- </head>
104
- <body>
105
-
106
- </body>
107
- </html>
108
- `);const F=await fetch(`/api/projects/${E}/files/${encodeURIComponent(S)}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:L});if(F.ok)await Ar(),Jt(S);else{const q=await F.json().catch(()=>({error:"unknown"}));console.error(`Create file failed: ${q.error}`)}},[Ar,Jt]),ac=d.useCallback(async S=>{const E=jt.current;if(!E)return;const L=await fetch(`/api/projects/${E}/files/${encodeURIComponent(S+"/.gitkeep")}`,{method:"POST",headers:{"Content-Type":"text/plain"},body:""});if(L.ok)await Ar();else{const F=await L.json().catch(()=>({error:"unknown"}));console.error(`Create folder failed: ${F.error}`)}},[Ar]),Tf=d.useCallback(async S=>{const E=jt.current;if(!E)return;const L=await fetch(`/api/projects/${E}/files/${encodeURIComponent(S)}`,{method:"DELETE"});if(L.ok)Lt.current===S&&s(null),await Ar();else{const F=await L.json().catch(()=>({error:"unknown"}));console.error(`Delete failed: ${F.error}`)}},[Ar]),qu=d.useCallback(async(S,E)=>{const L=jt.current;if(!L)return;const F=await fetch(`/api/projects/${L}/files/${encodeURIComponent(S)}`,{method:"PATCH",headers:{"Content-Type":"application/json"},body:JSON.stringify({newPath:E})});if(F.ok)Lt.current===S&&Jt(E),await Ar(),Gn(q=>q+1);else{const q=await F.json().catch(()=>({error:"unknown"}));console.error(`Rename failed: ${q.error}`)}},[Ar,Jt]),Mf=d.useCallback(async S=>{const E=jt.current;if(!E)return;const L=await fetch(`/api/projects/${E}/duplicate-file`,{method:"POST",headers:{"Content-Type":"application/json"},body:JSON.stringify({path:S})});if(L.ok){const F=await L.json();await Ar(),F.path&&Jt(F.path)}else{const F=await L.json().catch(()=>({error:"unknown"}));console.error(`Duplicate failed: ${F.error}`)}},[Ar,Jt]),Uu=qu,lc=d.useCallback(async(S,E)=>no(Array.from(S),E),[no]),Qf=d.useCallback(async S=>{const E=await no(Array.from(S).filter(q=>q0.test(q.name)),"assets/fonts"),L=jt.current,F=E.filter(q=>q0.test(q)).map(q=>({family:$l(q),path:q,url:`/api/projects/${L}/preview/${q}`}));return nn.current=[...F,...nn.current.filter(q=>!F.some(oe=>oe.family.toLowerCase()===q.family.toLowerCase()))],F},[no]),jf=d.useCallback(async()=>{const S=jt.current;if(S){gs(!0);try{const F=((await(await fetch(`/api/projects/${S}/lint`)).json()).findings??[]).map(q=>({severity:q.severity==="error"?"error":"warning",message:q.message??"",file:q.file,fixHint:q.fixHint}));wr(F)}catch(E){const L=E instanceof Error?E.message:String(E);wr([{severity:"error",message:`Failed to run lint: ${L}`}])}finally{gs(!1)}}},[]),Gu=d.useCallback((S,E)=>{E.preventDefault(),E.target.setPointerCapture(E.pointerId),te.current={side:S,startX:E.clientX,startW:S==="left"?N:j}},[N,j]),Ku=d.useCallback(S=>{const E=te.current;if(!E)return;const L=S.clientX-E.startX,F=Math.floor(window.innerWidth*.5),q=Math.max(160,Math.min(E.side==="left"?F:600,E.startW+(E.side==="left"?L:-L)));E.side==="left"?A(q):T(q)},[]),Ju=d.useCallback(()=>{te.current=null},[]),Zf=d.useMemo(()=>m.filter(S=>S==="index.html"||S.startsWith("compositions/")),[m]),ro=d.useMemo(()=>m.filter(S=>!S.endsWith(".html")&&!S.endsWith(".md")&&!S.endsWith(".json")),[m]),Yo=d.useMemo(()=>ro.filter(S=>q0.test(S)).map(S=>({family:$l(S),path:S,url:`/api/projects/${n}/preview/${S}`})),[ro,n]),Rf=Ln&&V?IV(sr.current,V):null,cc=d.useMemo(()=>Tt?We.find(S=>fl(S)===Tt)??null:null,[Tt,We]),uc=Ln&&ie==="design",dc=Ln&&by&&ie==="motion",Fa=uc||dc,fc=Fa&&!B&&(!cc||G7(Ot,cc)),io=Ln&&!B&&Fa,Nf=Wc&&lr&&Wu.length>0?p.jsx(T_,{clipLabel:dl(lr),layers:Wu,selectedLayerKey:tc,onSelectLayer:Bu,onClose:Yi}):null;return t||!n?p.jsx("div",{className:"h-full w-full bg-neutral-950 flex items-center justify-center",children:p.jsx("div",{className:"w-4 h-4 rounded-full bg-studio-accent animate-pulse"})}):p.jsxs("div",{className:"flex flex-col h-full w-full bg-neutral-950 relative",onDragOver:S=>{S.dataTransfer.types.includes("Files")&&S.preventDefault()},onDragEnter:S=>{S.dataTransfer.types.includes("Files")&&(S.preventDefault(),gt.current++,ue(!0))},onDragLeave:()=>{gt.current--,gt.current===0&&ue(!1)},onDrop:S=>{gt.current=0,ue(!1),!S.defaultPrevented&&(S.preventDefault(),S.dataTransfer.files.length&&lc(S.dataTransfer.files))},children:[p.jsxs("div",{className:"flex items-center justify-between h-10 px-3 bg-neutral-900 border-b border-neutral-800 flex-shrink-0",children:[p.jsx("div",{className:"flex items-center gap-2",children:p.jsx("span",{className:"text-[11px] font-medium text-neutral-400",children:n})}),p.jsxs("div",{className:"flex items-center gap-1.5",children:[p.jsx("button",{type:"button",onClick:()=>void Ia(),disabled:!ut.canUndo,className:`h-7 w-7 flex items-center justify-center rounded-md border transition-colors ${ut.canUndo?"border-neutral-700 text-neutral-300 hover:border-neutral-500 hover:bg-neutral-800":"border-neutral-900 text-neutral-700"}`,title:ut.undoLabel?`Undo ${ut.undoLabel} (${j1("undo")})`:`Undo (${j1("undo")})`,"aria-label":"Undo",children:p.jsx(tf,{size:14})}),p.jsx("button",{type:"button",onClick:()=>void ws(),disabled:!ut.canRedo,className:`h-7 w-7 flex items-center justify-center rounded-md border transition-colors ${ut.canRedo?"border-neutral-700 text-neutral-300 hover:border-neutral-500 hover:bg-neutral-800":"border-neutral-900 text-neutral-700"}`,title:ut.redoLabel?`Redo ${ut.redoLabel} (${j1("redo")})`:`Redo (${j1("redo")})`,"aria-label":"Redo",children:p.jsx(OR,{size:14})}),p.jsxs("a",{href:Kt,download:In,onClick:vs,onFocus:gn,onPointerDown:gn,className:"h-7 flex items-center gap-1.5 px-2.5 rounded-md text-[11px] font-medium border border-neutral-700 text-neutral-300 transition-colors hover:border-neutral-500 hover:bg-neutral-800",title:"Capture current frame","aria-label":"Capture current frame",children:[p.jsx(gR,{size:14}),p.jsx("span",{children:"Capture"})]}),p.jsxs("button",{type:"button",onClick:()=>{if(Ln){if(B||!Fa){le("design"),K(!1);return}$t(),K(!0)}},disabled:!Ln,className:`h-7 flex items-center gap-1.5 px-2.5 rounded-md text-[11px] font-medium border transition-colors ${io?"text-studio-accent bg-studio-accent/10 border-studio-accent/30":Ln?"text-neutral-500 hover:text-neutral-300 hover:bg-neutral-800 border-transparent":"cursor-not-allowed border-transparent text-neutral-700"}`,title:Ln?"Inspector":wy,"aria-label":Ln?"Inspector":wy,children:[p.jsxs("svg",{width:"12",height:"12",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"2",children:[p.jsx("circle",{cx:"12",cy:"12",r:"10"}),p.jsx("polygon",{points:"10 8 16 12 10 16",fill:"currentColor",stroke:"none"})]}),"Inspector"]})]})]}),p.jsxs("div",{className:"flex flex-1 min-h-0",children:[R?p.jsx("div",{className:"flex w-10 flex-shrink-0 flex-col items-center border-r border-neutral-800/50 bg-neutral-950 pt-1",children:p.jsx("button",{type:"button",onClick:Yt,className:"flex h-8 w-8 items-center justify-center rounded-md border border-transparent text-neutral-500 transition-colors hover:border-neutral-800 hover:bg-neutral-900 hover:text-neutral-300",title:"Show sidebar","aria-label":"Show sidebar",children:p.jsxs("svg",{width:"14",height:"14",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round","aria-hidden":"true",children:[p.jsx("path",{d:"M5 4v16"}),p.jsx("path",{d:"m10 7 5 5-5 5"})]})})}):p.jsx(kR,{width:N,projectId:n,compositions:Zf,assets:ro,activeComposition:(i==null?void 0:i.path)??null,onSelectComposition:S=>{h(S==="index.html"||S.startsWith("compositions/")?S:null),s({path:S,content:null}),fetch(`/api/projects/${n}/files/${S}`).then(E=>E.json()).then(E=>s({path:S,content:E.content})).catch(()=>{})},fileTree:m,editingFile:i,onSelectFile:Jt,onCreateFile:Ef,onCreateFolder:ac,onDeleteFile:Tf,onRenameFile:qu,onDuplicateFile:Mf,onMoveFile:Uu,onImportFiles:lc,codeChildren:i?P4(i.path)?p.jsx(VR,{projectId:n??"",filePath:i.path}):p.jsx(JZ,{content:i.content??"",filePath:i.path,onChange:Wi}):void 0,onLint:jf,linting:La,onToggleCollapse:Yt,takeoverContent:Nf}),!R&&p.jsx("div",{className:"group w-2 flex-shrink-0 cursor-col-resize flex items-center justify-center",style:{touchAction:"none"},onPointerDown:S=>Gu("left",S),onPointerMove:Ku,onPointerUp:Ju,children:p.jsx("div",{className:"h-[52px] w-px bg-white/12 transition-colors group-hover:bg-white/18 group-active:bg-white/24"})}),p.jsx("div",{className:"flex-1 relative min-w-0",children:p.jsx(vA,{projectId:n,refreshKey:Un,activeCompositionPath:u,timelineToolbar:vr,renderClipContent:Zr,onDeleteElement:Vt,onAssetDrop:oc,onFileDrop:Cf,onMoveElement:Ho,onResizeElement:ys,onBlockedEditAttempt:Va,onSelectTimelineElement:Da,onInspectTimelineElement:nc,inspectedTimelineElementId:xe,timelineLayerChildCounts:xf,onCompIdToSrcChange:v,onCompositionLoadingChange:qe,onCompositionChange:S=>{h(S),Ce(null),Je()},onIframeRef:kf,previewOverlay:k?p.jsx(XR,{iframeRef:xt}):Ln?p.jsx($_,{iframeRef:xt,activeCompositionPath:u,hoverSelection:xm&&!k?Me:null,selection:fc?V:null,groupSelections:fc?Oe:[],allowCanvasMovement:V_,onCanvasMouseDown:Pf,onCanvasPointerMove:Af,onCanvasPointerLeave:$f,onSelectionChange:_t,onBlockedMove:Jl,onManualDragStart:Yu,onPathOffsetCommit:cr,onGroupPathOffsetCommit:eo,onBoxSizeCommit:Xa,onRotationCommit:Bo}):null,timelineFooter:k?p.jsxs("div",{className:"border-t border-neutral-800/30 flex-shrink-0",style:{height:60},children:[p.jsx("div",{className:"flex items-center gap-1.5 px-2 py-0.5",children:p.jsx("span",{className:"text-[9px] font-medium text-neutral-500 uppercase tracking-wider",children:"Captions"})}),p.jsx(qR,{pixelsPerSecond:100})]}):void 0,timelineVisible:rt,onToggleTimeline:Nt})}),!B&&p.jsxs(p.Fragment,{children:[p.jsx("div",{className:"group w-2 flex-shrink-0 cursor-col-resize flex items-center justify-center",style:{touchAction:"none"},onPointerDown:S=>Gu("right",S),onPointerMove:Ku,onPointerUp:Ju,children:p.jsx("div",{className:"h-[52px] w-px bg-white/12 transition-colors group-hover:bg-white/18 group-active:bg-white/24"})}),p.jsx("div",{className:"flex flex-col border-l border-neutral-800 bg-neutral-900 flex-shrink-0",style:{width:j},children:k?p.jsx(YR,{iframeRef:xt}):p.jsxs(p.Fragment,{children:[p.jsxs("div",{className:"flex items-center gap-1 border-b border-neutral-800 px-3 py-2",children:[Ln&&p.jsxs(p.Fragment,{children:[p.jsx("button",{type:"button",onClick:()=>le("design"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${ie==="design"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:"Design"}),by&&p.jsx("button",{type:"button",onClick:()=>le("motion"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${ie==="motion"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:"Motion"})]}),p.jsx("button",{type:"button",onClick:()=>le("renders"),className:`h-8 rounded-xl px-3 text-[11px] font-medium transition-colors ${ie==="renders"?"bg-neutral-800 text-white":"text-neutral-500 hover:bg-neutral-800/70 hover:text-neutral-200"}`,children:w.jobs.length>0?`Renders (${w.jobs.length})`:"Renders"})]}),p.jsx("div",{className:"min-h-0 flex-1",children:uc?p.jsx($V,{projectId:n,assets:ro,element:Oe.length>1?null:V,multiSelectCount:Oe.length,copiedAgentPrompt:Ee,onClearSelection:$t,onSetStyle:Ps,onSetManualOffset:cr,onSetManualSize:Xa,onSetText:to,onSetTextFieldStyle:vf,onAddTextField:bf,onRemoveTextField:wf,onResetManualEdits:yf,onAskAgent:sc,onImportAssets:lc,fontAssets:Yo,onImportFonts:Qf}):dc?p.jsx(a_,{element:Oe.length>1?null:V,motion:Rf,onClearSelection:$t,onSetMotion:rc,onClearMotion:ic}):p.jsx(QR,{jobs:w.jobs,projectId:n,onDelete:w.deleteRender,onClearCompleted:w.clearCompleted,onStartRender:async(S,E,L,F)=>{await wt(),await w.startRender({fps:F,quality:E,format:S,resolution:L})},isRendering:w.isRendering})})]})})]})]}),br!==null&&n&&p.jsx(a5,{findings:br,projectId:n,onClose:()=>wr(null)}),Xi!==null&&Xi.length>0&&n&&p.jsx(a5,{findings:Xi,projectId:n,onClose:()=>Fi(null)}),tt&&V&&p.jsx(rI,{selectionLabel:V.label,anchorPoint:D,onSubmit:Sf,onClose:()=>{Ie(!1),C(void 0),ee(null)}}),St&&p.jsx("div",{className:"absolute inset-0 z-[90] flex items-center justify-center bg-black/50 backdrop-blur-sm pointer-events-none",children:p.jsxs("div",{className:"flex flex-col items-center gap-3 px-8 py-6 rounded-xl border-2 border-dashed border-studio-accent/60 bg-studio-accent/[0.06]",children:[p.jsxs("svg",{width:"32",height:"32",viewBox:"0 0 24 24",fill:"none",stroke:"currentColor",strokeWidth:"1.5",strokeLinecap:"round",strokeLinejoin:"round",className:"text-studio-accent",children:[p.jsx("path",{d:"M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4"}),p.jsx("polyline",{points:"7 10 12 15 17 10"}),p.jsx("line",{x1:"12",y1:"15",x2:"12",y2:"3"})]}),p.jsx("span",{className:"text-sm font-medium text-studio-accent",children:"Drop files to import into project"})]})}),Te&&p.jsx("div",{className:`absolute bottom-6 left-1/2 -translate-x-1/2 z-[91] px-4 py-2 rounded-lg border text-sm shadow-lg animate-in fade-in slide-in-from-bottom-2 ${Te.tone==="error"?"bg-red-900/90 border-red-700/50 text-red-200":"bg-neutral-900/95 border-neutral-700/60 text-neutral-100"}`,children:Te.message})]})}qk.createRoot(document.getElementById("root")).render(p.jsx(d.StrictMode,{children:p.jsx(sI,{})}));