9 lines
144 KiB
JavaScript
9 lines
144 KiB
JavaScript
(globalThis.TURBOPACK||(globalThis.TURBOPACK=[])).push(["object"==typeof document?document.currentScript:void 0,52094,t=>{"use strict";let e,i,s,n;var r,a=t.i(43476),o=t.i(71645),l=t.i(18566);let h=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],u=new Set(h),d=(t,e,i)=>i>e?e:i<t?t:i,c={test:t=>"number"==typeof t,parse:parseFloat,transform:t=>t},p={...c,transform:t=>d(0,1,t)},m={...c,default:1},f=t=>Math.round(1e5*t)/1e5,y=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu,g=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,v=(t,e)=>i=>!!("string"==typeof i&&g.test(i)&&i.startsWith(t)||e&&null!=i&&Object.prototype.hasOwnProperty.call(i,e)),x=(t,e,i)=>s=>{if("string"!=typeof s)return s;let[n,r,a,o]=s.match(y);return{[t]:parseFloat(n),[e]:parseFloat(r),[i]:parseFloat(a),alpha:void 0!==o?parseFloat(o):1}},w={...c,transform:t=>Math.round(d(0,255,t))},b={test:v("rgb","red"),parse:x("red","green","blue"),transform:({red:t,green:e,blue:i,alpha:s=1})=>"rgba("+w.transform(t)+", "+w.transform(e)+", "+w.transform(i)+", "+f(p.transform(s))+")"},S={test:v("#"),parse:function(t){let e="",i="",s="",n="";return t.length>5?(e=t.substring(1,3),i=t.substring(3,5),s=t.substring(5,7),n=t.substring(7,9)):(e=t.substring(1,2),i=t.substring(2,3),s=t.substring(3,4),n=t.substring(4,5),e+=e,i+=i,s+=s,n+=n),{red:parseInt(e,16),green:parseInt(i,16),blue:parseInt(s,16),alpha:n?parseInt(n,16)/255:1}},transform:b.transform},T=t=>({test:e=>"string"==typeof e&&e.endsWith(t)&&1===e.split(" ").length,parse:parseFloat,transform:e=>`${e}${t}`}),P=T("deg"),j=T("%"),E=T("px"),C=T("vh"),k=T("vw"),A={...j,parse:t=>j.parse(t)/100,transform:t=>j.transform(100*t)},M={test:v("hsl","hue"),parse:x("hue","saturation","lightness"),transform:({hue:t,saturation:e,lightness:i,alpha:s=1})=>"hsla("+Math.round(t)+", "+j.transform(f(e))+", "+j.transform(f(i))+", "+f(p.transform(s))+")"},V={test:t=>b.test(t)||S.test(t)||M.test(t),parse:t=>b.test(t)?b.parse(t):M.test(t)?M.parse(t):S.parse(t),transform:t=>"string"==typeof t?t:t.hasOwnProperty("red")?b.transform(t):M.transform(t),getAnimatableNone:t=>{let e=V.parse(t);return e.alpha=0,V.transform(e)}},R=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu,N="number",D="color",L=/var\s*\(\s*--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)|#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\)|-?(?:\d+(?:\.\d+)?|\.\d+)/giu;function B(t){let e=t.toString(),i=[],s={color:[],number:[],var:[]},n=[],r=0,a=e.replace(L,t=>(V.test(t)?(s.color.push(r),n.push(D),i.push(V.parse(t))):t.startsWith("var(")?(s.var.push(r),n.push("var"),i.push(t)):(s.number.push(r),n.push(N),i.push(parseFloat(t))),++r,"${}")).split("${}");return{values:i,split:a,indexes:s,types:n}}function I({split:t,types:e}){let i=t.length;return s=>{let n="";for(let r=0;r<i;r++)if(n+=t[r],void 0!==s[r]){let t=e[r];t===N?n+=f(s[r]):t===D?n+=V.transform(s[r]):n+=s[r]}return n}}let F={test:function(t){return isNaN(t)&&"string"==typeof t&&(t.match(y)?.length||0)+(t.match(R)?.length||0)>0},parse:function(t){return B(t).values},createTransformer:function(t){return I(B(t))},getAnimatableNone:function(t){let e=B(t);return I(e)(e.values.map((t,i)=>((t,e)=>"number"==typeof t?e?.trim().endsWith("/")?t:0:"number"==typeof t?0:V.test(t)?V.getAnimatableNone(t):t)(t,e.split[i])))}},O=new Set(["brightness","contrast","saturate","opacity"]);function U(t){let[e,i]=t.slice(0,-1).split("(");if("drop-shadow"===e)return t;let[s]=i.match(y)||[];if(!s)return t;let n=i.replace(s,""),r=+!!O.has(e);return s!==i&&(r*=100),e+"("+r+n+")"}let $=/\b([a-z-]*)\(.*?\)/gu,z={...F,getAnimatableNone:t=>{let e=t.match($);return e?e.map(U).join(" "):t}},W={...F,getAnimatableNone:t=>{let e=F.parse(t);return F.createTransformer(t)(e.map(t=>"number"==typeof t?0:"object"==typeof t?{...t,alpha:1}:t))}},_={...c,transform:Math.round},H={borderWidth:E,borderTopWidth:E,borderRightWidth:E,borderBottomWidth:E,borderLeftWidth:E,borderRadius:E,borderTopLeftRadius:E,borderTopRightRadius:E,borderBottomRightRadius:E,borderBottomLeftRadius:E,width:E,maxWidth:E,height:E,maxHeight:E,top:E,right:E,bottom:E,left:E,inset:E,insetBlock:E,insetBlockStart:E,insetBlockEnd:E,insetInline:E,insetInlineStart:E,insetInlineEnd:E,padding:E,paddingTop:E,paddingRight:E,paddingBottom:E,paddingLeft:E,paddingBlock:E,paddingBlockStart:E,paddingBlockEnd:E,paddingInline:E,paddingInlineStart:E,paddingInlineEnd:E,margin:E,marginTop:E,marginRight:E,marginBottom:E,marginLeft:E,marginBlock:E,marginBlockStart:E,marginBlockEnd:E,marginInline:E,marginInlineStart:E,marginInlineEnd:E,fontSize:E,backgroundPositionX:E,backgroundPositionY:E,rotate:P,rotateX:P,rotateY:P,rotateZ:P,scale:m,scaleX:m,scaleY:m,scaleZ:m,skew:P,skewX:P,skewY:P,distance:E,translateX:E,translateY:E,translateZ:E,x:E,y:E,z:E,perspective:E,transformPerspective:E,opacity:p,originX:A,originY:A,originZ:E,zIndex:_,fillOpacity:p,strokeOpacity:p,numOctaves:_},Y={...H,color:V,backgroundColor:V,outlineColor:V,fill:V,stroke:V,borderColor:V,borderTopColor:V,borderRightColor:V,borderBottomColor:V,borderLeftColor:V,filter:z,WebkitFilter:z,mask:W,WebkitMask:W},X=t=>Y[t],K=()=>({translate:0,scale:1,origin:0,originPoint:0}),G=()=>({x:K(),y:K()}),q=()=>({min:0,max:0}),Z=()=>({x:q(),y:q()}),J=t=>!!(t&&t.getVelocity),Q=new Set(["width","height","top","left","right","bottom",...h]),tt=t=>e=>e.test(t),te=[c,E,j,P,k,C,{test:t=>"auto"===t,parse:t=>t}],ti=t=>te.find(tt(t));var ts=t.i(47167);let tn=()=>{},tr=()=>{};ts.default;let ta=t=>e=>"string"==typeof e&&e.startsWith(t),to=ta("--"),tl=ta("var(--"),th=t=>!!tl(t)&&tu.test(t.split("/*")[0].trim()),tu=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;function td(t){return"string"==typeof t&&t.split("/*")[0].includes("var(--")}let tc=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u,tp=t=>180*t/Math.PI,tm=t=>ty(tp(Math.atan2(t[1],t[0]))),tf={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:t=>(Math.abs(t[0])+Math.abs(t[3]))/2,rotate:tm,rotateZ:tm,skewX:t=>tp(Math.atan(t[1])),skewY:t=>tp(Math.atan(t[2])),skew:t=>(Math.abs(t[1])+Math.abs(t[2]))/2},ty=t=>((t%=360)<0&&(t+=360),t),tg=t=>Math.sqrt(t[0]*t[0]+t[1]*t[1]),tv=t=>Math.sqrt(t[4]*t[4]+t[5]*t[5]),tx={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:tg,scaleY:tv,scale:t=>(tg(t)+tv(t))/2,rotateX:t=>ty(tp(Math.atan2(t[6],t[5]))),rotateY:t=>ty(tp(Math.atan2(-t[2],t[0]))),rotateZ:tm,rotate:tm,skewX:t=>tp(Math.atan(t[4])),skewY:t=>tp(Math.atan(t[1])),skew:t=>(Math.abs(t[1])+Math.abs(t[4]))/2};function tw(t){return+!!t.includes("scale")}function tb(t,e){let i,s;if(!t||"none"===t)return tw(e);let n=t.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);if(n)i=tx,s=n;else{let e=t.match(/^matrix\(([-\d.e\s,]+)\)$/u);i=tf,s=e}if(!s)return tw(e);let r=i[e],a=s[1].split(",").map(tS);return"function"==typeof r?r(a):a[r]}function tS(t){return parseFloat(t.trim())}let tT=t=>t===c||t===E,tP=new Set(["x","y","z"]),tj=h.filter(t=>!tP.has(t)),tE={width:({x:t},{paddingLeft:e="0",paddingRight:i="0",boxSizing:s})=>{let n=t.max-t.min;return"border-box"===s?n:n-parseFloat(e)-parseFloat(i)},height:({y:t},{paddingTop:e="0",paddingBottom:i="0",boxSizing:s})=>{let n=t.max-t.min;return"border-box"===s?n:n-parseFloat(e)-parseFloat(i)},top:(t,{top:e})=>parseFloat(e),left:(t,{left:e})=>parseFloat(e),bottom:({y:t},{top:e})=>parseFloat(e)+(t.max-t.min),right:({x:t},{left:e})=>parseFloat(e)+(t.max-t.min),x:(t,{transform:e})=>tb(e,"x"),y:(t,{transform:e})=>tb(e,"y")};tE.translateX=tE.x,tE.translateY=tE.y;let tC=t=>t,tk={},tA=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function tM(t,e){let i=!1,s=!0,n={delta:0,timestamp:0,isProcessing:!1},r=()=>i=!0,a=tA.reduce((t,i)=>(t[i]=function(t,e){let i=new Set,s=new Set,n=!1,r=!1,a=new WeakSet,o={delta:0,timestamp:0,isProcessing:!1},l=0;function h(e){a.has(e)&&(u.schedule(e),t()),l++,e(o)}let u={schedule:(t,e=!1,r=!1)=>{let o=r&&n?i:s;return e&&a.add(t),o.add(t),t},cancel:t=>{s.delete(t),a.delete(t)},process:t=>{if(o=t,n){r=!0;return}n=!0;let a=i;i=s,s=a,i.forEach(h),e,l=0,i.clear(),n=!1,r&&(r=!1,u.process(t))}};return u}(r,e?i:void 0),t),{}),{setup:o,read:l,resolveKeyframes:h,preUpdate:u,update:d,preRender:c,render:p,postRender:m}=a,f=()=>{let r=tk.useManualTiming,a=r?n.timestamp:performance.now();i=!1,r||(n.delta=s?1e3/60:Math.max(Math.min(a-n.timestamp,40),1)),n.timestamp=a,n.isProcessing=!0,o.process(n),l.process(n),h.process(n),u.process(n),d.process(n),c.process(n),p.process(n),m.process(n),n.isProcessing=!1,i&&e&&(s=!1,t(f))};return{schedule:tA.reduce((e,r)=>{let o=a[r];return e[r]=(e,r=!1,a=!1)=>(!i&&(i=!0,s=!0,n.isProcessing||t(f)),o.schedule(e,r,a)),e},{}),cancel:t=>{for(let e=0;e<tA.length;e++)a[tA[e]].cancel(t)},state:n,steps:a}}let{schedule:tV,cancel:tR,state:tN,steps:tD}=tM("u">typeof requestAnimationFrame?requestAnimationFrame:tC,!0),tL=new Set,tB=!1,tI=!1,tF=!1;function tO(){if(tI){let t=Array.from(tL).filter(t=>t.needsMeasurement),e=new Set(t.map(t=>t.element)),i=new Map;e.forEach(t=>{let e,s=(e=[],tj.forEach(i=>{let s=t.getValue(i);void 0!==s&&(e.push([i,s.get()]),s.set(+!!i.startsWith("scale")))}),e);s.length&&(i.set(t,s),t.render())}),t.forEach(t=>t.measureInitialState()),e.forEach(t=>{t.render();let e=i.get(t);e&&e.forEach(([e,i])=>{t.getValue(e)?.set(i)})}),t.forEach(t=>t.measureEndState()),t.forEach(t=>{void 0!==t.suspendedScrollY&&window.scrollTo(0,t.suspendedScrollY)})}tI=!1,tB=!1,tL.forEach(t=>t.complete(tF)),tL.clear()}function tU(){tL.forEach(t=>{t.readKeyframes(),t.needsMeasurement&&(tI=!0)})}class t${constructor(t,e,i,s,n,r=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=e,this.name=i,this.motionValue=s,this.element=n,this.isAsync=r}scheduleResolve(){this.state="scheduled",this.isAsync?(tL.add(this),tB||(tB=!0,tV.read(tU),tV.resolveKeyframes(tO))):(this.readKeyframes(),this.complete())}readKeyframes(){let{unresolvedKeyframes:t,name:e,element:i,motionValue:s}=this;if(null===t[0]){let n=s?.get(),r=t[t.length-1];if(void 0!==n)t[0]=n;else if(i&&e){let s=i.readValue(e,r);null!=s&&(t[0]=s)}void 0===t[0]&&(t[0]=r),s&&void 0===n&&s.set(t[0])}for(let e=1;e<t.length;e++)t[e]??(t[e]=t[e-1])}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),tL.delete(this)}cancel(){"scheduled"===this.state&&(tL.delete(this),this.state="pending")}resume(){"pending"===this.state&&this.scheduleResolve()}}let tz=new Set([z,W]);function tW(t,e){let i=X(t);return tz.has(i)||(i=F),i.getAnimatableNone?i.getAnimatableNone(e):void 0}let t_=new Set(["auto","none","0"]);class tH extends t${constructor(t,e,i,s,n){super(t,e,i,s,n,!0)}readKeyframes(){let{unresolvedKeyframes:t,element:e,name:i}=this;if(!e||!e.current)return;super.readKeyframes();for(let i=0;i<t.length;i++){let s=t[i];if("string"==typeof s&&th(s=s.trim())){let n=function t(e,i,s=1){tr(s<=4,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");let[n,r]=function(t){let e=tc.exec(t);if(!e)return[,];let[,i,s,n]=e;return[`--${i??s}`,n]}(e);if(!n)return;let a=window.getComputedStyle(i).getPropertyValue(n);if(a){let t=a.trim();return/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(t)?parseFloat(t):t}return th(r)?t(r,i,s+1):r}(s,e.current);void 0!==n&&(t[i]=n),i===t.length-1&&(this.finalKeyframe=s)}}if(this.resolveNoneKeyframes(),!Q.has(i)||2!==t.length)return;let[s,n]=t,r=ti(s),a=ti(n);if(td(s)!==td(n)&&tE[i]){this.needsMeasurement=!0;return}if(r!==a)if(tT(r)&&tT(a))for(let e=0;e<t.length;e++){let i=t[e];"string"==typeof i&&(t[e]=parseFloat(i))}else tE[i]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){let{unresolvedKeyframes:t,name:e}=this,i=[];for(let e=0;e<t.length;e++)(null===t[e]||function(t){if("number"==typeof t)return 0===t;if(null===t)return!0;return"none"===t||"0"===t||/^0[^.\s]+$/u.test(t)}(t[e]))&&i.push(e);i.length&&function(t,e,i){let s,n=0;for(;n<t.length&&!s;){let e=t[n];"string"==typeof e&&!t_.has(e)&&B(e).values.length&&(s=t[n]),n++}if(s&&i)for(let n of e)t[n]=tW(i,s)}(t,i,e)}measureInitialState(){let{element:t,unresolvedKeyframes:e,name:i}=this;if(!t||!t.current)return;"height"===i&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=tE[i](t.measureViewportBox(),window.getComputedStyle(t.current)),e[0]=this.measuredOrigin;let s=e[e.length-1];void 0!==s&&t.getValue(i,s).jump(s,!1)}measureEndState(){let{element:t,name:e,unresolvedKeyframes:i}=this;if(!t||!t.current)return;let s=t.getValue(e);s&&s.jump(this.measuredOrigin,!1);let n=i.length-1,r=i[n];i[n]=tE[e](t.measureViewportBox(),window.getComputedStyle(t.current)),null!==r&&void 0===this.finalKeyframe&&(this.finalKeyframe=r),this.removedTransforms?.length&&this.removedTransforms.forEach(([e,i])=>{t.getValue(e).set(i)}),this.resolveNoneKeyframes()}}let tY=t=>1e3*t;function tX(t,e){-1===t.indexOf(e)&&t.push(e)}function tK(t,e){let i=t.indexOf(e);i>-1&&t.splice(i,1)}class tG{constructor(){this.subscriptions=[]}add(t){return tX(this.subscriptions,t),()=>tK(this.subscriptions,t)}notify(t,e,i){let s=this.subscriptions.length;if(s)if(1===s)this.subscriptions[0](t,e,i);else for(let n=0;n<s;n++){let s=this.subscriptions[n];s&&s(t,e,i)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}function tq(t,e,i){e.startsWith("--")?t.style.setProperty(e,i):t.style[e]=i}function tZ(t){let e;return()=>(void 0===e&&(e=t()),e)}let tJ={};function tQ(t,e){let i=tZ(t);return()=>tJ[e]??i()}let t0=tQ(()=>void 0!==window.ScrollTimeline,"scrollTimeline"),t1=t=>null!==t;function t2(t,{repeat:e,repeatType:i="loop"},s,n=1){let r=t.filter(t1),a=n<0||e&&"loop"!==i&&e%2==1?0:r.length-1;return a&&void 0!==s?s:r[a]}class t5{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,e){return this.finished.then(t,e)}}let t3={layout:0,mainThread:0,waapi:0},t4=t=>Array.isArray(t)&&"number"==typeof t[0],t6=tQ(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch(t){return!1}return!0},"linearEasing"),t9=(t,e,i=10)=>{let s="",n=Math.max(Math.round(e/i),2);for(let e=0;e<n;e++)s+=Math.round(1e4*t(e/(n-1)))/1e4+", ";return`linear(${s.substring(0,s.length-2)})`},t7=([t,e,i,s])=>`cubic-bezier(${t}, ${e}, ${i}, ${s})`,t8={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:t7([0,.65,.55,1]),circOut:t7([.55,0,1,.45]),backIn:t7([.31,.01,.66,-.59]),backOut:t7([.33,1.53,.69,.99])};function et(t){return"function"==typeof t&&"applyToOptions"in t}class ee extends t5{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,this.manualStartTime=null,!t)return;const{element:e,name:i,keyframes:s,pseudoElement:n,allowFlatten:r=!1,finalKeyframe:a,onComplete:o}=t;this.isPseudoElement=!!n,this.allowFlatten=r,this.options=t,tr("string"!=typeof t.type,'Mini animate() doesn\'t support "type" as a string.',"mini-spring");const l=function({type:t,...e}){return et(t)&&t6()?t.applyToOptions(e):(e.duration??(e.duration=300),e.ease??(e.ease="easeOut"),e)}(t);this.animation=function(t,e,i,{delay:s=0,duration:n=300,repeat:r=0,repeatType:a="loop",ease:o="easeOut",times:l}={},h){let u={[e]:i};l&&(u.offset=l);let d=function t(e,i){if(e)return"function"==typeof e?t6()?t9(e,i):"ease-out":t4(e)?t7(e):Array.isArray(e)?e.map(e=>t(e,i)||t8.easeOut):t8[e]}(o,n);Array.isArray(d)&&(u.easing=d);let c={delay:s,duration:n,easing:Array.isArray(d)?"linear":d,fill:"both",iterations:r+1,direction:"reverse"===a?"alternate":"normal"};h&&(c.pseudoElement=h);let p=t.animate(u,c);return p}(e,i,s,l,n),!1===l.autoplay&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!n){let t=t2(s,this.options,a,this.speed);this.updateMotionValue&&this.updateMotionValue(t),tq(e,i,t),this.animation.cancel()}o?.(),this.notifyFinished()}}play(){this.isStopped||(this.manualStartTime=null,this.animation.play(),"finished"===this.state&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch(t){}}stop(){if(this.isStopped)return;this.isStopped=!0;let{state:t}=this;"idle"!==t&&"finished"!==t&&(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){let t=this.options?.element;!this.isPseudoElement&&t?.isConnected&&this.animation.commitStyles?.()}get duration(){return Number(this.animation.effect?.getComputedTiming?.().duration||0)/1e3}get iterationDuration(){let{delay:t=0}=this.options||{};return this.duration+t/1e3}get time(){return(Number(this.animation.currentTime)||0)/1e3}set time(t){let e=null!==this.finishedTime;this.manualStartTime=null,this.finishedTime=null,this.animation.currentTime=tY(t),e&&this.animation.pause()}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return null!==this.finishedTime?"finished":this.animation.playState}get startTime(){return this.manualStartTime??Number(this.animation.startTime)}set startTime(t){this.manualStartTime=this.animation.startTime=t}attachTimeline({timeline:t,rangeStart:e,rangeEnd:i,observe:s}){return(this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&t0())?(this.animation.timeline=t,e&&(this.animation.rangeStart=e),i&&(this.animation.rangeEnd=i),tC):s(this)}}let ei=new Set(["opacity","clipPath","filter","transform"]),{schedule:es}=tM(queueMicrotask,!1);function en(){e=void 0}let er={now:()=>(void 0===e&&er.set(tN.isProcessing||tk.useManualTiming?tN.timestamp:performance.now()),e),set:t=>{e=t,queueMicrotask(en)}};class ea{constructor(t,e={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=t=>{let e=er.now();if(this.updatedAt!==e&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(t),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(let t of this.dependents)t.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=e.owner}setCurrent(t){this.current=t,this.updatedAt=er.now(),null===this.canTrackVelocity&&void 0!==t&&(this.canTrackVelocity=!isNaN(parseFloat(this.current)))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return this.on("change",t)}on(t,e){this.events[t]||(this.events[t]=new tG);let i=this.events[t].add(e);return"change"===t?()=>{i(),tV.read(()=>{this.events.change.getSize()||this.stop()})}:i}clearListeners(){for(let t in this.events)this.events[t].clear()}attach(t,e){this.passiveEffect=t,this.stopPassiveEffect=e}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,e,i){this.set(e),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-i}jump(t,e=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,e&&this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}dirty(){this.events.change?.notify(this.current)}addDependent(t){this.dependents||(this.dependents=new Set),this.dependents.add(t)}removeDependent(t){this.dependents&&this.dependents.delete(t)}get(){return n&&n.push(this),this.current}getPrevious(){return this.prev}getVelocity(){var t;let e=er.now();if(!this.canTrackVelocity||void 0===this.prevFrameValue||e-this.updatedAt>30)return 0;let i=Math.min(this.updatedAt-this.prevUpdatedAt,30);return t=parseFloat(this.current)-parseFloat(this.prevFrameValue),i?1e3/i*t:0}start(t){return this.stop(),new Promise(e=>{this.hasAnimated=!0,this.animation=t(e),this.events.animationStart&&this.events.animationStart.notify()}).then(()=>{this.events.animationComplete&&this.events.animationComplete.notify(),this.clearAnimation()})}stop(){this.animation&&(this.animation.stop(),this.events.animationCancel&&this.events.animationCancel.notify()),this.clearAnimation()}isAnimating(){return!!this.animation}clearAnimation(){delete this.animation}destroy(){this.dependents?.clear(),this.events.destroy?.notify(),this.clearListeners(),this.stop(),this.stopPassiveEffect&&this.stopPassiveEffect()}}function eo(t,e){return new ea(t,e)}let el=[...te,V,F],eh=new WeakMap;function eu(t){return null!==t&&"object"==typeof t&&"function"==typeof t.start}function ed(t){return"string"==typeof t||Array.isArray(t)}let ec=["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"],ep=["initial",...ec];function em(t){return eu(t.animate)||ep.some(e=>ed(t[e]))}function ef(t){return!!(em(t)||t.variants)}let ey={current:null},eg={current:!1},ev="u">typeof window;function ex(t){let e=[{},{}];return t?.values.forEach((t,i)=>{e[0][i]=t.get(),e[1][i]=t.getVelocity()}),e}function ew(t,e,i,s){if("function"==typeof e){let[n,r]=ex(s);e=e(void 0!==i?i:t.custom,n,r)}if("string"==typeof e&&(e=t.variants&&t.variants[e]),"function"==typeof e){let[n,r]=ex(s);e=e(void 0!==i?i:t.custom,n,r)}return e}let eb=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"],eS={};class eT{scrapeMotionValuesFromProps(t,e,i){return{}}constructor({parent:t,props:e,presenceContext:i,reducedMotionConfig:s,skipAnimations:n,blockInitialAnimation:r,visualState:a},o={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.shouldSkipAnimations=!1,this.values=new Map,this.KeyframeResolver=t$,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},this.hasBeenMounted=!1,this.events={},this.propEventSubscriptions={},this.notifyUpdate=()=>this.notify("Update",this.latestValues),this.render=()=>{this.current&&(this.triggerBuild(),this.renderInstance(this.current,this.renderState,this.props.style,this.projection))},this.renderScheduledAt=0,this.scheduleRender=()=>{let t=er.now();this.renderScheduledAt<t&&(this.renderScheduledAt=t,tV.render(this.render,!1,!0))};const{latestValues:l,renderState:h}=a;this.latestValues=l,this.baseTarget={...l},this.initialValues=e.initial?{...l}:{},this.renderState=h,this.parent=t,this.props=e,this.presenceContext=i,this.depth=t?t.depth+1:0,this.reducedMotionConfig=s,this.skipAnimationsConfig=n,this.options=o,this.blockInitialAnimation=!!r,this.isControllingVariants=em(e),this.isVariantNode=ef(e),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:u,...d}=this.scrapeMotionValuesFromProps(e,{},this);for(const t in d){const e=d[t];void 0!==l[t]&&J(e)&&e.set(l[t])}}mount(t){if(this.hasBeenMounted)for(let t in this.initialValues)this.values.get(t)?.jump(this.initialValues[t]),this.latestValues[t]=this.initialValues[t];this.current=t,eh.set(t,this),this.projection&&!this.projection.instance&&this.projection.mount(t),this.parent&&this.isVariantNode&&!this.isControllingVariants&&(this.removeFromVariantTree=this.parent.addVariantChild(this)),this.values.forEach((t,e)=>this.bindToMotionValue(e,t)),"never"===this.reducedMotionConfig?this.shouldReduceMotion=!1:"always"===this.reducedMotionConfig?this.shouldReduceMotion=!0:(eg.current||function(){if(eg.current=!0,ev)if(window.matchMedia){let t=window.matchMedia("(prefers-reduced-motion)"),e=()=>ey.current=t.matches;t.addEventListener("change",e),e()}else ey.current=!1}(),this.shouldReduceMotion=ey.current),this.shouldSkipAnimations=this.skipAnimationsConfig??!1,this.parent?.addChild(this),this.update(this.props,this.presenceContext),this.hasBeenMounted=!0}unmount(){for(let t in this.projection&&this.projection.unmount(),tR(this.notifyUpdate),tR(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this),this.events)this.events[t].clear();for(let t in this.features){let e=this.features[t];e&&(e.unmount(),e.isMounted=!1)}this.current=null}addChild(t){this.children.add(t),this.enteringChildren??(this.enteringChildren=new Set),this.enteringChildren.add(t)}removeChild(t){this.children.delete(t),this.enteringChildren&&this.enteringChildren.delete(t)}bindToMotionValue(t,e){let i;if(this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)(),e.accelerate&&ei.has(t)&&this.current instanceof HTMLElement){let{factory:i,keyframes:s,times:n,ease:r,duration:a}=e.accelerate,o=new ee({element:this.current,name:t,keyframes:s,times:n,ease:r,duration:tY(a)}),l=i(o);this.valueSubscriptions.set(t,()=>{l(),o.cancel()});return}let s=u.has(t);s&&this.onBindTransform&&this.onBindTransform();let n=e.on("change",e=>{this.latestValues[t]=e,this.props.onUpdate&&tV.preRender(this.notifyUpdate),s&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});"u">typeof window&&window.MotionCheckAppearSync&&(i=window.MotionCheckAppearSync(this,t,e)),this.valueSubscriptions.set(t,()=>{n(),i&&i(),e.owner&&e.stop()})}sortNodePosition(t){return this.current&&this.sortInstanceNodePosition&&this.type===t.type?this.sortInstanceNodePosition(this.current,t.current):0}updateFeatures(){let t="animation";for(t in eS){let e=eS[t];if(!e)continue;let{isEnabled:i,Feature:s}=e;if(!this.features[t]&&s&&i(this.props)&&(this.features[t]=new s(this)),this.features[t]){let e=this.features[t];e.isMounted?e.update():(e.mount(),e.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):Z()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,e){this.latestValues[t]=e}update(t,e){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=e;for(let e=0;e<eb.length;e++){let i=eb[e];this.propEventSubscriptions[i]&&(this.propEventSubscriptions[i](),delete this.propEventSubscriptions[i]);let s=t["on"+i];s&&(this.propEventSubscriptions[i]=this.on(i,s))}this.prevMotionValues=function(t,e,i){for(let s in e){let n=e[s],r=i[s];if(J(n))t.addValue(s,n);else if(J(r))t.addValue(s,eo(n,{owner:t}));else if(r!==n)if(t.hasValue(s)){let e=t.getValue(s);!0===e.liveStyle?e.jump(n):e.hasAnimated||e.set(n)}else{let e=t.getStaticValue(s);t.addValue(s,eo(void 0!==e?e:n,{owner:t}))}}for(let s in i)void 0===e[s]&&t.removeValue(s);return e}(this,this.scrapeMotionValuesFromProps(t,this.prevProps||{},this),this.prevMotionValues),this.handleChildMotionValue&&this.handleChildMotionValue()}getProps(){return this.props}getVariant(t){return this.props.variants?this.props.variants[t]:void 0}getDefaultTransition(){return this.props.transition}getTransformPagePoint(){return this.props.transformPagePoint}getClosestVariantNode(){return this.isVariantNode?this:this.parent?this.parent.getClosestVariantNode():void 0}addVariantChild(t){let e=this.getClosestVariantNode();if(e)return e.variantChildren&&e.variantChildren.add(t),()=>e.variantChildren.delete(t)}addValue(t,e){let i=this.values.get(t);e!==i&&(i&&this.removeValue(t),this.bindToMotionValue(t,e),this.values.set(t,e),this.latestValues[t]=e.get())}removeValue(t){this.values.delete(t);let e=this.valueSubscriptions.get(t);e&&(e(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,e){if(this.props.values&&this.props.values[t])return this.props.values[t];let i=this.values.get(t);return void 0===i&&void 0!==e&&(i=eo(null===e?void 0:e,{owner:this}),this.addValue(t,i)),i}readValue(t,e){let i=void 0===this.latestValues[t]&&this.current?this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options):this.latestValues[t];if(null!=i){let s,n;if("string"==typeof i&&(s=i,/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(s)||(n=i,/^0[^.\s]+$/u.test(n))))i=parseFloat(i);else{let s;s=i,!el.find(tt(s))&&F.test(e)&&(i=tW(t,e))}this.setBaseTarget(t,J(i)?i.get():i)}return J(i)?i.get():i}setBaseTarget(t,e){this.baseTarget[t]=e}getBaseTarget(t){let e,{initial:i}=this.props;if("string"==typeof i||"object"==typeof i){let s=ew(this.props,i,this.presenceContext?.custom);s&&(e=s[t])}if(i&&void 0!==e)return e;let s=this.getBaseTargetFromProps(this.props,t);return void 0===s||J(s)?void 0!==this.initialValues[t]&&void 0===e?void 0:this.baseTarget[t]:s}on(t,e){return this.events[t]||(this.events[t]=new tG),this.events[t].add(e)}notify(t,...e){this.events[t]&&this.events[t].notify(...e)}scheduleRenderMicrotask(){es.render(this.render)}}class eP extends eT{constructor(){super(...arguments),this.KeyframeResolver=tH}sortInstanceNodePosition(t,e){return 2&t.compareDocumentPosition(e)?1:-1}getBaseTargetFromProps(t,e){let i=t.style;return i?i[e]:void 0}removeValueFromRenderState(t,{vars:e,style:i}){delete e[t],delete i[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);let{children:t}=this.props;J(t)&&(this.childSubscription=t.on("change",t=>{this.current&&(this.current.textContent=`${t}`)}))}}function ej(t){return t.replace(/([A-Z])/g,t=>`-${t.toLowerCase()}`)}let eE=(t,e)=>e&&"number"==typeof t?e.transform(t):t,eC={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},ek=h.length;function eA(t,e,i){let{style:s,vars:n,transformOrigin:r}=t,a=!1,o=!1;for(let t in e){let i=e[t];if(u.has(t)){a=!0;continue}if(to(t)){n[t]=i;continue}{let e=eE(i,H[t]);t.startsWith("origin")?(o=!0,r[t]=e):s[t]=e}}if(!e.transform&&(a||i?s.transform=function(t,e,i){let s="",n=!0;for(let r=0;r<ek;r++){let a=h[r],o=t[a];if(void 0===o)continue;let l=!0;if("number"==typeof o)l=o===+!!a.startsWith("scale");else{let t=parseFloat(o);l=a.startsWith("scale")?1===t:0===t}if(!l||i){let t=eE(o,H[a]);if(!l){n=!1;let e=eC[a]||a;s+=`${e}(${t}) `}i&&(e[a]=t)}}return s=s.trim(),i?s=i(e,n?"":s):n&&(s="none"),s}(e,t.transform,i):s.transform&&(s.transform="none")),o){let{originX:t="50%",originY:e="50%",originZ:i=0}=r;s.transformOrigin=`${t} ${e} ${i}`}}let eM={offset:"stroke-dashoffset",array:"stroke-dasharray"},eV={offset:"strokeDashoffset",array:"strokeDasharray"},eR=["offsetDistance","offsetPath","offsetRotate","offsetAnchor"];function eN(t,{attrX:e,attrY:i,attrScale:s,pathLength:n,pathSpacing:r=1,pathOffset:a=0,...o},l,h,u){if(eA(t,o,h),l){t.style.viewBox&&(t.attrs.viewBox=t.style.viewBox);return}t.attrs=t.style,t.style={};let{attrs:d,style:c}=t;for(let t of(d.transform&&(c.transform=d.transform,delete d.transform),(c.transform||d.transformOrigin)&&(c.transformOrigin=d.transformOrigin??"50% 50%",delete d.transformOrigin),c.transform&&(c.transformBox=u?.transformBox??"fill-box",delete d.transformBox),eR))void 0!==d[t]&&(c[t]=d[t],delete d[t]);void 0!==e&&(d.x=e),void 0!==i&&(d.y=i),void 0!==s&&(d.scale=s),void 0!==n&&function(t,e,i=1,s=0,n=!0){t.pathLength=1;let r=n?eM:eV;t[r.offset]=`${-s}`,t[r.array]=`${e} ${i}`}(d,n,r,a,!1)}let eD=new Set(["baseFrequency","diffuseConstant","kernelMatrix","kernelUnitLength","keySplines","keyTimes","limitingConeAngle","markerHeight","markerWidth","numOctaves","targetX","targetY","surfaceScale","specularConstant","specularExponent","stdDeviation","tableValues","viewBox","gradientTransform","pathLength","startOffset","textLength","lengthAdjust"]),eL=t=>"string"==typeof t&&"svg"===t.toLowerCase();function eB(t,{style:e,vars:i},s,n){let r,a=t.style;for(r in e)a[r]=e[r];for(r in n?.applyProjectionStyles(a,s),i)a.setProperty(r,i[r])}function eI(t,e){return e.max===e.min?0:t/(e.max-e.min)*100}let eF={correct:(t,e)=>{if(!e.target)return t;if("string"==typeof t)if(!E.test(t))return t;else t=parseFloat(t);let i=eI(t,e.target.x),s=eI(t,e.target.y);return`${i}% ${s}%`}},eO=(t,e,i)=>t+(e-t)*i,eU={borderRadius:{...eF,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:eF,borderTopRightRadius:eF,borderBottomLeftRadius:eF,borderBottomRightRadius:eF,boxShadow:{correct:(t,{treeScale:e,projectionDelta:i})=>{let s=F.parse(t);if(s.length>5)return t;let n=F.createTransformer(t),r=+("number"!=typeof s[0]),a=i.x.scale*e.x,o=i.y.scale*e.y;s[0+r]/=a,s[1+r]/=o;let l=eO(a,o,.5);return"number"==typeof s[2+r]&&(s[2+r]/=l),"number"==typeof s[3+r]&&(s[3+r]/=l),n(s)}}};function e$(t,{layout:e,layoutId:i}){return u.has(t)||t.startsWith("origin")||(e||void 0!==i)&&(!!eU[t]||"opacity"===t)}function ez(t,e,i){let s=t.style,n=e?.style,r={};if(!s)return r;for(let e in s)(J(s[e])||n&&J(n[e])||e$(e,t)||i?.getValue(e)?.liveStyle!==void 0)&&(r[e]=s[e]);return r}function eW(t,e,i){let s=ez(t,e,i);for(let i in t)(J(t[i])||J(e[i]))&&(s[-1!==h.indexOf(i)?"attr"+i.charAt(0).toUpperCase()+i.substring(1):i]=t[i]);return s}class e_ extends eP{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=Z}getBaseTargetFromProps(t,e){return t[e]}readValueFromInstance(t,e){if(u.has(e)){let t=X(e);return t&&t.default||0}return e=eD.has(e)?e:ej(e),t.getAttribute(e)}scrapeMotionValuesFromProps(t,e,i){return eW(t,e,i)}build(t,e,i){eN(t,e,this.isSVGTag,i.transformTemplate,i.style)}renderInstance(t,e,i,s){for(let i in eB(t,e,void 0,s),e.attrs)t.setAttribute(eD.has(i)?i:ej(i),e.attrs[i])}mount(t){this.isSVGTag=eL(t.tagName),super.mount(t)}}function eH({top:t,left:e,right:i,bottom:s}){return{x:{min:e,max:i},y:{min:t,max:s}}}function eY(t){return void 0===t||1===t}function eX({scale:t,scaleX:e,scaleY:i}){return!eY(t)||!eY(e)||!eY(i)}function eK(t){return eX(t)||eG(t)||t.z||t.rotate||t.rotateX||t.rotateY||t.skewX||t.skewY}function eG(t){var e,i;return(e=t.x)&&"0%"!==e||(i=t.y)&&"0%"!==i}function eq(t,e,i,s,n){return void 0!==n&&(t=s+n*(t-s)),s+i*(t-s)+e}function eZ(t,e=0,i=1,s,n){t.min=eq(t.min,e,i,s,n),t.max=eq(t.max,e,i,s,n)}function eJ(t,{x:e,y:i}){eZ(t.x,e.translate,e.scale,e.originPoint),eZ(t.y,i.translate,i.scale,i.originPoint)}function eQ(t,e){t.min+=e,t.max+=e}function e0(t,e,i,s,n=.5){let r=eO(t.min,t.max,n);eZ(t,e,i,r,s)}function e1(t,e){return"string"==typeof t?parseFloat(t)/100*(e.max-e.min):t}function e2(t,e,i){let s=i??t;e0(t.x,e1(e.x,s.x),e.scaleX,e.scale,e.originX),e0(t.y,e1(e.y,s.y),e.scaleY,e.scale,e.originY)}function e5(t,e){return eH(function(t,e){if(!e)return t;let i=e({x:t.left,y:t.top}),s=e({x:t.right,y:t.bottom});return{top:i.y,left:i.x,bottom:s.y,right:s.x}}(t.getBoundingClientRect(),e))}class e3 extends eP{constructor(){super(...arguments),this.type="html",this.renderInstance=eB}readValueFromInstance(t,e){if(u.has(e))return this.projection?.isProjecting?tw(e):((t,e)=>{let{transform:i="none"}=getComputedStyle(t);return tb(i,e)})(t,e);{let i=window.getComputedStyle(t),s=(to(e)?i.getPropertyValue(e):i[e])||0;return"string"==typeof s?s.trim():s}}measureInstanceViewportBox(t,{transformPagePoint:e}){return e5(t,e)}build(t,e,i){eA(t,e,i.transformTemplate)}scrapeMotionValuesFromProps(t,e,i){return ez(t,e,i)}}let e4=["animate","circle","defs","desc","ellipse","g","image","line","filter","marker","mask","metadata","path","pattern","polygon","polyline","rect","stop","switch","symbol","svg","text","tspan","use","view"];function e6(t){if("string"!=typeof t||t.includes("-"));else if(e4.indexOf(t)>-1||/[A-Z]/u.test(t))return!0;return!1}let e9=(0,o.createContext)({}),e7=(0,o.createContext)({strict:!1}),e8=(0,o.createContext)({transformPagePoint:t=>t,isStatic:!1,reducedMotion:"never"}),it=(0,o.createContext)({});function ie(t){return Array.isArray(t)?t.join(" "):t}let ii=()=>({style:{},transform:{},transformOrigin:{},vars:{}});function is(t,e,i){for(let s in e)J(e[s])||e$(s,i)||(t[s]=e[s])}let ir=()=>({...ii(),attrs:{}}),ia=new Set(["animate","exit","variants","initial","style","values","variants","transition","transformTemplate","custom","inherit","onBeforeLayoutMeasure","onAnimationStart","onAnimationComplete","onUpdate","onDragStart","onDrag","onDragEnd","onMeasureDragConstraints","onDirectionLock","onDragTransitionEnd","_dragX","_dragY","onHoverStart","onHoverEnd","onViewportEnter","onViewportLeave","globalTapTarget","propagate","ignoreStrict","viewport"]);function io(t){return t.startsWith("while")||t.startsWith("drag")&&"draggable"!==t||t.startsWith("layout")||t.startsWith("onTap")||t.startsWith("onPan")||t.startsWith("onLayout")||ia.has(t)}let il=t=>!io(t);try{r=(()=>{let t=Error("Cannot find module '@emotion/is-prop-valid'");throw t.code="MODULE_NOT_FOUND",t})().default,"function"==typeof r&&(il=t=>t.startsWith("on")?!io(t):r(t))}catch{}function ih(t){return J(t)?t.get():t}let iu=(0,o.createContext)(null);function id(t){let e=(0,o.useRef)(null);return null===e.current&&(e.current=t()),e.current}let ic=t=>(e,i)=>{let s=(0,o.useContext)(it),n=(0,o.useContext)(iu),r=()=>(function({scrapeMotionValuesFromProps:t,createRenderState:e},i,s,n){return{latestValues:function(t,e,i,s){let n={},r=s(t,{});for(let t in r)n[t]=ih(r[t]);let{initial:a,animate:o}=t,l=em(t),h=ef(t);e&&h&&!l&&!1!==t.inherit&&(void 0===a&&(a=e.initial),void 0===o&&(o=e.animate));let u=!!i&&!1===i.initial,d=(u=u||!1===a)?o:a;if(d&&"boolean"!=typeof d&&!eu(d)){let e=Array.isArray(d)?d:[d];for(let i=0;i<e.length;i++){let s=ew(t,e[i]);if(s){let{transitionEnd:t,transition:e,...i}=s;for(let t in i){let e=i[t];if(Array.isArray(e)){let t=u?e.length-1:0;e=e[t]}null!==e&&(n[t]=e)}for(let e in t)n[e]=t[e]}}}return n}(i,s,n,t),renderState:e()}})(t,e,s,n);return i?r():id(r)},ip=ic({scrapeMotionValuesFromProps:ez,createRenderState:ii}),im=ic({scrapeMotionValuesFromProps:eW,createRenderState:ir}),iy={animation:["animate","variants","whileHover","whileTap","exit","whileInView","whileFocus","whileDrag"],exit:["exit"],drag:["drag","dragControls"],focus:["whileFocus"],hover:["whileHover","onHoverStart","onHoverEnd"],tap:["whileTap","onTap","onTapStart","onTapCancel"],pan:["onPan","onPanStart","onPanSessionStart","onPanEnd"],inView:["whileInView","onViewportEnter","onViewportLeave"],layout:["layout","layoutId"]},ig=!1;function iv(){return!function(){if(ig)return;let t={};for(let e in iy)t[e]={isEnabled:t=>iy[e].some(e=>!!t[e])};eS=t,ig=!0}(),eS}let ix=Symbol.for("motionComponentSymbol"),iw="data-"+ej("framerAppearId"),ib=(0,o.createContext)({});function iS(t){return t&&"object"==typeof t&&Object.prototype.hasOwnProperty.call(t,"current")}let iT="u">typeof window?o.useLayoutEffect:o.useEffect;function iP(t,{forwardMotionProps:e=!1,type:i}={},s,n){s&&function(t){let e=iv();for(let i in t)e[i]={...e[i],...t[i]};eS=e}(s);let r=i?"svg"===i:e6(t),l=r?im:ip;function h(i,s){var h;let u,d,c,p={...(0,o.useContext)(e8),...i,layoutId:function({layoutId:t}){let e=(0,o.useContext)(e9).id;return e&&void 0!==t?e+"-"+t:t}(i)},{isStatic:m}=p,f=function(t){let{initial:e,animate:i}=function(t,e){if(em(t)){let{initial:e,animate:i}=t;return{initial:!1===e||ed(e)?e:void 0,animate:ed(i)?i:void 0}}return!1!==t.inherit?e:{}}(t,(0,o.useContext)(it));return(0,o.useMemo)(()=>({initial:e,animate:i}),[ie(e),ie(i)])}(i),y=l(i,m);if(!m&&"u">typeof window){(0,o.useContext)(e7).strict;let e=function(t){let{drag:e,layout:i}=iv();if(!e&&!i)return{};let s={...e,...i};return{MeasureLayout:e?.isEnabled(t)||i?.isEnabled(t)?s.MeasureLayout:void 0,ProjectionNode:s.ProjectionNode}}(p);u=e.MeasureLayout,f.visualElement=function(t,e,i,s,n,r){let{visualElement:a}=(0,o.useContext)(it),l=(0,o.useContext)(e7),h=(0,o.useContext)(iu),u=(0,o.useContext)(e8),d=u.reducedMotion,c=u.skipAnimations,p=(0,o.useRef)(null),m=(0,o.useRef)(!1);s=s||l.renderer,!p.current&&s&&(p.current=s(t,{visualState:e,parent:a,props:i,presenceContext:h,blockInitialAnimation:!!h&&!1===h.initial,reducedMotionConfig:d,skipAnimations:c,isSVG:r}),m.current&&p.current&&(p.current.manuallyAnimateOnMount=!0));let f=p.current,y=(0,o.useContext)(ib);f&&!f.projection&&n&&("html"===f.type||"svg"===f.type)&&function(t,e,i,s){let{layoutId:n,layout:r,drag:a,dragConstraints:o,layoutScroll:l,layoutRoot:h,layoutAnchor:u,layoutCrossfade:d}=e;t.projection=new i(t.latestValues,e["data-framer-portal-id"]?void 0:function t(e){if(e)return!1!==e.options.allowProjection?e.projection:t(e.parent)}(t.parent)),t.projection.setOptions({layoutId:n,layout:r,alwaysMeasureLayout:!!a||o&&iS(o),visualElement:t,animationType:"string"==typeof r?r:"both",initialPromotionConfig:s,crossfade:d,layoutScroll:l,layoutRoot:h,layoutAnchor:u})}(p.current,i,n,y);let g=(0,o.useRef)(!1);(0,o.useInsertionEffect)(()=>{f&&g.current&&f.update(i,h)});let v=i[iw],x=(0,o.useRef)(!!v&&"u">typeof window&&!window.MotionHandoffIsComplete?.(v)&&window.MotionHasOptimisedAnimation?.(v));return iT(()=>{m.current=!0,f&&(g.current=!0,window.MotionIsMounted=!0,f.updateFeatures(),f.scheduleRenderMicrotask(),x.current&&f.animationState&&f.animationState.animateChanges())}),(0,o.useEffect)(()=>{f&&(!x.current&&f.animationState&&f.animationState.animateChanges(),x.current&&(queueMicrotask(()=>{window.MotionHandoffMarkAsComplete?.(v)}),x.current=!1),f.enteringChildren=void 0)}),f}(t,y,p,n,e.ProjectionNode,r)}return(0,a.jsxs)(it.Provider,{value:f,children:[u&&f.visualElement?(0,a.jsx)(u,{visualElement:f.visualElement,...p}):null,function(t,e,i,{latestValues:s},n,r=!1,a){let l=(a??e6(t)?function(t,e,i,s){let n=(0,o.useMemo)(()=>{let i=ir();return eN(i,e,eL(s),t.transformTemplate,t.style),{...i.attrs,style:{...i.style}}},[e]);if(t.style){let e={};is(e,t.style,t),n.style={...e,...n.style}}return n}:function(t,e){let i,s,n={},r=(i=t.style||{},is(s={},i,t),Object.assign(s,function({transformTemplate:t},e){return(0,o.useMemo)(()=>{let i=ii();return eA(i,e,t),Object.assign({},i.vars,i.style)},[e])}(t,e)),s);return t.drag&&!1!==t.dragListener&&(n.draggable=!1,r.userSelect=r.WebkitUserSelect=r.WebkitTouchCallout="none",r.touchAction=!0===t.drag?"none":`pan-${"x"===t.drag?"y":"x"}`),void 0===t.tabIndex&&(t.onTap||t.onTapStart||t.whileTap)&&(n.tabIndex=0),n.style=r,n})(e,s,n,t),h=function(t,e,i){let s={};for(let n in t)("values"!==n||"object"!=typeof t.values)&&!J(t[n])&&(il(n)||!0===i&&io(n)||!e&&!io(n)||t.draggable&&n.startsWith("onDrag"))&&(s[n]=t[n]);return s}(e,"string"==typeof t,r),u=t!==o.Fragment?{...h,...l,ref:i}:{},{children:d}=e,c=(0,o.useMemo)(()=>J(d)?d.get():d,[d]);return(0,o.createElement)(t,{...u,children:c})}(t,i,(h=f.visualElement,d=(0,o.useRef)(s),(0,o.useInsertionEffect)(()=>{d.current=s}),c=(0,o.useRef)(null),(0,o.useCallback)(t=>{t&&y.onMount?.(t);let e=d.current;if("function"==typeof e)if(t){let i=e(t);"function"==typeof i&&(c.current=i)}else c.current?(c.current(),c.current=null):e(t);else e&&(e.current=t);h&&(t?h.mount(t):h.unmount())},[h])),y,m,e,r)]})}h.displayName=`motion.${"string"==typeof t?t:`create(${t.displayName??t.name??""})`}`;let u=(0,o.forwardRef)(h);return u[ix]=t,u}class ij{constructor(t){this.isMounted=!1,this.node=t}update(){}}function iE(t,e,i){let s=t.getProps();return ew(s,e,void 0!==i?i:s.custom,t)}function iC(t,e){if(t?.inherit&&e){let{inherit:i,...s}=t;return{...e,...s}}return t}function ik(t,e){let i=t?.[e]??t?.default??t;return i!==t?iC(i,t):i}let iA=t=>Array.isArray(t);function iM(t,e){let i=t.getValue("willChange");if(J(i)&&i.add)return i.add(e);if(!i&&tk.WillChange){let i=new tk.WillChange("auto");t.addValue("willChange",i),i.add(e)}}let iV=(t,e)=>i=>e(t(i)),iR=(...t)=>t.reduce(iV);function iN(t,e,i){return(i<0&&(i+=1),i>1&&(i-=1),i<1/6)?t+(e-t)*6*i:i<.5?e:i<2/3?t+(e-t)*(2/3-i)*6:t}function iD(t,e){return i=>i>0?e:t}let iL=(t,e,i)=>{let s=t*t,n=i*(e*e-s)+s;return n<0?0:Math.sqrt(n)},iB=[S,b,M];function iI(t){let e=iB.find(e=>e.test(t));if(tn(!!e,`'${t}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!e)return!1;let i=e.parse(t);return e===M&&(i=function({hue:t,saturation:e,lightness:i,alpha:s}){t/=360,i/=100;let n=0,r=0,a=0;if(e/=100){let s=i<.5?i*(1+e):i+e-i*e,o=2*i-s;n=iN(o,s,t+1/3),r=iN(o,s,t),a=iN(o,s,t-1/3)}else n=r=a=i;return{red:Math.round(255*n),green:Math.round(255*r),blue:Math.round(255*a),alpha:s}}(i)),i}let iF=(t,e)=>{let i=iI(t),s=iI(e);if(!i||!s)return iD(t,e);let n={...i};return t=>(n.red=iL(i.red,s.red,t),n.green=iL(i.green,s.green,t),n.blue=iL(i.blue,s.blue,t),n.alpha=eO(i.alpha,s.alpha,t),b.transform(n))},iO=new Set(["none","hidden"]);function iU(t,e){return i=>eO(t,e,i)}function i$(t){return"number"==typeof t?iU:"string"==typeof t?th(t)?iD:V.test(t)?iF:i_:Array.isArray(t)?iz:"object"==typeof t?V.test(t)?iF:iW:iD}function iz(t,e){let i=[...t],s=i.length,n=t.map((t,i)=>i$(t)(t,e[i]));return t=>{for(let e=0;e<s;e++)i[e]=n[e](t);return i}}function iW(t,e){let i={...t,...e},s={};for(let n in i)void 0!==t[n]&&void 0!==e[n]&&(s[n]=i$(t[n])(t[n],e[n]));return t=>{for(let e in s)i[e]=s[e](t);return i}}let i_=(t,e)=>{let i=F.createTransformer(e),s=B(t),n=B(e);if(!(s.indexes.var.length===n.indexes.var.length&&s.indexes.color.length===n.indexes.color.length&&s.indexes.number.length>=n.indexes.number.length))return tn(!0,`Complex values '${t}' and '${e}' too different to mix. Ensure all colors are of the same type, and that each contains the same quantity of number and color values. Falling back to instant transition.`,"complex-values-different"),iD(t,e);if(iO.has(t)&&!n.values.length||iO.has(e)&&!s.values.length)return iO.has(t)?i=>i<=0?t:e:i=>i>=1?e:t;return iR(iz(function(t,e){let i=[],s={color:0,var:0,number:0};for(let n=0;n<e.values.length;n++){let r=e.types[n],a=t.indexes[r][s[r]],o=t.values[a]??0;i[n]=o,s[r]++}return i}(s,n),n.values),i)};function iH(t,e,i){return"number"==typeof t&&"number"==typeof e&&"number"==typeof i?eO(t,e,i):i$(t)(t,e)}let iY=t=>{let e=({timestamp:e})=>t(e);return{start:(t=!0)=>tV.update(e,t),stop:()=>tR(e),now:()=>tN.isProcessing?tN.timestamp:er.now()}};function iX(t){let e=0,i=t.next(e);for(;!i.done&&e<2e4;)e+=50,i=t.next(e);return e>=2e4?1/0:e}let iK=.01,iG=2,iq=.005,iZ=.5;function iJ(t,e){return t*Math.sqrt(1-e*e)}let iQ=["duration","bounce"],i0=["stiffness","damping","mass"];function i1(t,e){return e.some(e=>void 0!==t[e])}function i2(t=.3,e=.3){let i,s,n,r,a,o,l="object"!=typeof t?{visualDuration:t,keyframes:[0,1],bounce:e}:t,{restSpeed:h,restDelta:u}=l,c=l.keyframes[0],p=l.keyframes[l.keyframes.length-1],m={done:!1,value:c},{stiffness:f,damping:y,mass:g,duration:v,velocity:x,isResolvedFromDuration:w}=function(t){let e={velocity:0,stiffness:100,damping:10,mass:1,isResolvedFromDuration:!1,...t};if(!i1(t,i0)&&i1(t,iQ))if(e.velocity=0,t.visualDuration){let i=2*Math.PI/(1.2*t.visualDuration),s=i*i,n=2*d(.05,1,1-(t.bounce||0))*Math.sqrt(s);e={...e,mass:1,stiffness:s,damping:n}}else{let i=function({duration:t=800,bounce:e=.3,velocity:i=0,mass:s=1}){let n,r;tn(t<=tY(10),"Spring duration must be 10 seconds or less","spring-duration-limit");let a=1-e;a=d(.05,1,a),t=d(.01,10,t/1e3),a<1?(n=e=>{let s=e*a,n=s*t;return .001-(s-i)/iJ(e,a)*Math.exp(-n)},r=e=>{let s=e*a*t,r=Math.pow(a,2)*Math.pow(e,2)*t,o=Math.exp(-s),l=iJ(Math.pow(e,2),a);return(s*i+i-r)*o*(-n(e)+.001>0?-1:1)/l}):(n=e=>-.001+Math.exp(-e*t)*((e-i)*t+1),r=e=>t*t*(i-e)*Math.exp(-e*t));let o=function(t,e,i){let s=i;for(let i=1;i<12;i++)s-=t(s)/e(s);return s}(n,r,5/t);if(t=tY(t),isNaN(o))return{stiffness:100,damping:10,duration:t};{let e=Math.pow(o,2)*s;return{stiffness:e,damping:2*a*Math.sqrt(s*e),duration:t}}}({...t,velocity:0});(e={...e,...i,mass:1}).isResolvedFromDuration=!0}return e}({...l,velocity:-((l.velocity||0)/1e3)}),b=x||0,S=y/(2*Math.sqrt(f*g)),T=p-c,P=Math.sqrt(f/g)/1e3,j=5>Math.abs(T);if(h||(h=j?iK:iG),u||(u=j?iq:iZ),S<1)n=iJ(P,S),r=(b+S*P*T)/n,i=t=>p-Math.exp(-S*P*t)*(r*Math.sin(n*t)+T*Math.cos(n*t)),a=S*P*r+T*n,o=S*P*T-r*n,s=t=>Math.exp(-S*P*t)*(a*Math.sin(n*t)+o*Math.cos(n*t));else if(1===S){i=t=>p-Math.exp(-P*t)*(T+(b+P*T)*t);let t=b+P*T;s=e=>Math.exp(-P*e)*(P*t*e-b)}else{let t=P*Math.sqrt(S*S-1);i=e=>{let i=Math.exp(-S*P*e),s=Math.min(t*e,300);return p-i*((b+S*P*T)*Math.sinh(s)+t*T*Math.cosh(s))/t};let e=(b+S*P*T)/t,n=S*P*e-T*t,r=S*P*T-e*t;s=e=>{let i=Math.exp(-S*P*e),s=Math.min(t*e,300);return i*(n*Math.sinh(s)+r*Math.cosh(s))}}let E={calculatedDuration:w&&v||null,velocity:t=>tY(s(t)),next:t=>{if(!w&&S<1){let e=Math.exp(-S*P*t),i=Math.sin(n*t),s=Math.cos(n*t),l=p-e*(r*i+T*s);return m.done=Math.abs(tY(e*(a*i+o*s)))<=h&&Math.abs(p-l)<=u,m.value=m.done?p:l,m}let e=i(t);return w?m.done=t>=v:m.done=Math.abs(tY(s(t)))<=h&&Math.abs(p-e)<=u,m.value=m.done?p:e,m},toString:()=>{let t=Math.min(iX(E),2e4),e=t9(e=>E.next(t*e).value,t,30);return t+"ms "+e},toTransition:()=>{}};return E}function i5(t,e,i){var s,n;let r=Math.max(e-5,0);return s=i-t(r),(n=e-r)?1e3/n*s:0}function i3({keyframes:t,velocity:e=0,power:i=.8,timeConstant:s=325,bounceDamping:n=10,bounceStiffness:r=500,modifyTarget:a,min:o,max:l,restDelta:h=.5,restSpeed:u}){let d,c,p=t[0],m={done:!1,value:p},f=i*e,y=p+f,g=void 0===a?y:a(y);g!==y&&(f=g-p);let v=t=>-f*Math.exp(-t/s),x=t=>g+v(t),w=t=>{let e=v(t),i=x(t);m.done=Math.abs(e)<=h,m.value=m.done?g:i},b=t=>{let e;if(e=m.value,void 0!==o&&e<o||void 0!==l&&e>l){var i;d=t,c=i2({keyframes:[m.value,(i=m.value,void 0===o?l:void 0===l||Math.abs(o-i)<Math.abs(l-i)?o:l)],velocity:i5(x,t,m.value),damping:n,stiffness:r,restDelta:h,restSpeed:u})}};return b(0),{calculatedDuration:null,next:t=>{let e=!1;return(c||void 0!==d||(e=!0,w(t),b(t)),void 0!==d&&t>=d)?c.next(t-d):(e||w(t),m)}}}i2.applyToOptions=t=>{let e=function(t,e=100,i){let s=i({...t,keyframes:[0,e]}),n=Math.min(iX(s),2e4);return{type:"keyframes",ease:t=>s.next(n*t).value/e,duration:n/1e3}}(t,100,i2);return t.ease=e.ease,t.duration=tY(e.duration),t.type="keyframes",t};let i4=(t,e,i)=>(((1-3*i+3*e)*t+(3*i-6*e))*t+3*e)*t;function i6(t,e,i,s){return t===e&&i===s?tC:n=>0===n||1===n?n:i4(function(t,e,i,s,n){let r,a,o=0;do(r=i4(a=e+(i-e)/2,s,n)-t)>0?i=a:e=a;while(Math.abs(r)>1e-7&&++o<12)return a}(n,0,1,t,i),e,s)}let i9=i6(.42,0,1,1),i7=i6(0,0,.58,1),i8=i6(.42,0,.58,1),st=t=>e=>e<=.5?t(2*e)/2:(2-t(2*(1-e)))/2,se=t=>e=>1-t(1-e),si=i6(.33,1.53,.69,.99),ss=se(si),sn=st(ss),sr=t=>t>=1?1:(t*=2)<1?.5*ss(t):.5*(2-Math.pow(2,-10*(t-1))),sa=t=>1-Math.sin(Math.acos(t)),so=se(sa),sl=st(sa),sh={linear:tC,easeIn:i9,easeInOut:i8,easeOut:i7,circIn:sa,circInOut:sl,circOut:so,backIn:ss,backInOut:sn,backOut:si,anticipate:sr},su=t=>{if(t4(t)){tr(4===t.length,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");let[e,i,s,n]=t;return i6(e,i,s,n)}return"string"==typeof t?(tr(void 0!==sh[t],`Invalid easing type '${t}'`,"invalid-easing-type"),sh[t]):t},sd=(t,e,i)=>{let s=e-t;return 0===s?1:(i-t)/s};function sc({duration:t=300,keyframes:e,times:i,ease:s="easeInOut"}){var n;let r,a=Array.isArray(s)&&"number"!=typeof s[0]?s.map(su):su(s),o={done:!1,value:e[0]},l=function(t,e,{clamp:i=!0,ease:s,mixer:n}={}){let r=t.length;if(tr(r===e.length,"Both input and output ranges must be the same length","range-length"),1===r)return()=>e[0];if(2===r&&e[0]===e[1])return()=>e[1];let a=t[0]===t[1];t[0]>t[r-1]&&(t=[...t].reverse(),e=[...e].reverse());let o=function(t,e,i){let s=[],n=i||tk.mix||iH,r=t.length-1;for(let i=0;i<r;i++){let r=n(t[i],t[i+1]);e&&(r=iR(Array.isArray(e)?e[i]||tC:e,r)),s.push(r)}return s}(e,s,n),l=o.length,h=i=>{if(a&&i<t[0])return e[0];let s=0;if(l>1)for(;s<t.length-2&&!(i<t[s+1]);s++);let n=sd(t[s],t[s+1],i);return o[s](n)};return i?e=>h(d(t[0],t[r-1],e)):h}((n=i&&i.length===e.length?i:(!function(t,e){let i=t[t.length-1];for(let s=1;s<=e;s++){let n=sd(0,e,s);t.push(eO(i,1,n))}}(r=[0],e.length-1),r),n.map(e=>e*t)),e,{ease:Array.isArray(a)?a:e.map(()=>a||i8).splice(0,e.length-1)});return{calculatedDuration:t,next:e=>(o.value=l(e),o.done=e>=t,o)}}let sp={decay:i3,inertia:i3,tween:sc,keyframes:sc,spring:i2};function sm(t){"string"==typeof t.type&&(t.type=sp[t.type])}let sf=t=>t/100;class sy extends t5{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.delayState={done:!1,value:void 0},this.stop=()=>{let{motionValue:t}=this.options;t&&t.updatedAt!==er.now()&&this.tick(er.now()),this.isStopped=!0,"idle"!==this.state&&(this.teardown(),this.options.onStop?.())},t3.mainThread++,this.options=t,this.initAnimation(),this.play(),!1===t.autoplay&&this.pause()}initAnimation(){let{options:t}=this;sm(t);let{type:e=sc,repeat:i=0,repeatDelay:s=0,repeatType:n,velocity:r=0}=t,{keyframes:a}=t,o=e||sc;o!==sc&&"number"!=typeof a[0]&&(this.mixKeyframes=iR(sf,iH(a[0],a[1])),a=[0,100]);let l=o({...t,keyframes:a});"mirror"===n&&(this.mirroredGenerator=o({...t,keyframes:[...a].reverse(),velocity:-r})),null===l.calculatedDuration&&(l.calculatedDuration=iX(l));let{calculatedDuration:h}=l;this.calculatedDuration=h,this.resolvedDuration=h+s,this.totalDuration=this.resolvedDuration*(i+1)-s,this.generator=l}updateTime(t){let e=Math.round(t-this.startTime)*this.playbackSpeed;null!==this.holdTime?this.currentTime=this.holdTime:this.currentTime=e}tick(t,e=!1){let i,{generator:s,totalDuration:n,mixKeyframes:r,mirroredGenerator:a,resolvedDuration:o,calculatedDuration:l}=this;if(null===this.startTime)return s.next(0);let{delay:h=0,keyframes:u,repeat:c,repeatType:p,repeatDelay:m,type:f,onUpdate:y,finalKeyframe:g}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-n/this.speed,this.startTime)),e?this.currentTime=t:this.updateTime(t);let v=this.currentTime-h*(this.playbackSpeed>=0?1:-1),x=this.playbackSpeed>=0?v<0:v>n;this.currentTime=Math.max(v,0),"finished"===this.state&&null===this.holdTime&&(this.currentTime=n);let w=this.currentTime,b=s;if(c){let t=Math.min(this.currentTime,n)/o,e=Math.floor(t),i=t%1;!i&&t>=1&&(i=1),1===i&&e--,(e=Math.min(e,c+1))%2&&("reverse"===p?(i=1-i,m&&(i-=m/o)):"mirror"===p&&(b=a)),w=d(0,1,i)*o}x?(this.delayState.value=u[0],i=this.delayState):i=b.next(w),r&&!x&&(i.value=r(i.value));let{done:S}=i;x||null===l||(S=this.playbackSpeed>=0?this.currentTime>=n:this.currentTime<=0);let T=null===this.holdTime&&("finished"===this.state||"running"===this.state&&S);return T&&f!==i3&&(i.value=t2(u,this.options,g,this.speed)),y&&y(i.value),T&&this.finish(),i}then(t,e){return this.finished.then(t,e)}get duration(){return this.calculatedDuration/1e3}get iterationDuration(){let{delay:t=0}=this.options||{};return this.duration+t/1e3}get time(){return this.currentTime/1e3}set time(t){t=tY(t),this.currentTime=t,null===this.startTime||null!==this.holdTime||0===this.playbackSpeed?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?this.driver.start(!1):(this.startTime=0,this.state="paused",this.holdTime=t,this.tick(t))}getGeneratorVelocity(){let t=this.currentTime;if(t<=0)return this.options.velocity||0;if(this.generator.velocity)return this.generator.velocity(t);let e=this.generator.next(t).value;return i5(t=>this.generator.next(t).value,t,e)}get speed(){return this.playbackSpeed}set speed(t){let e=this.playbackSpeed!==t;e&&this.driver&&this.updateTime(er.now()),this.playbackSpeed=t,e&&this.driver&&(this.time=this.currentTime/1e3)}play(){if(this.isStopped)return;let{driver:t=iY,startTime:e}=this.options;this.driver||(this.driver=t(t=>this.tick(t))),this.options.onPlay?.();let i=this.driver.now();"finished"===this.state?(this.updateFinished(),this.startTime=i):null!==this.holdTime?this.startTime=i-this.holdTime:this.startTime||(this.startTime=e??i),"finished"===this.state&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(er.now()),this.holdTime=this.currentTime}complete(){"running"!==this.state&&this.play(),this.state="finished",this.holdTime=null}finish(){this.notifyFinished(),this.teardown(),this.state="finished",this.options.onComplete?.()}cancel(){this.holdTime=null,this.startTime=0,this.tick(0),this.teardown(),this.options.onCancel?.()}teardown(){this.state="idle",this.stopDriver(),this.startTime=this.holdTime=null,t3.mainThread--}stopDriver(){this.driver&&(this.driver.stop(),this.driver=void 0)}sample(t){return this.startTime=0,this.tick(t,!0)}attachTimeline(t){return this.options.allowFlatten&&(this.options.type="keyframes",this.options.ease="linear",this.initAnimation()),this.driver?.stop(),t.observe(this)}}let sg={anticipate:sr,backInOut:sn,circInOut:sl};class sv extends ee{constructor(t){!function(t){"string"==typeof t.ease&&t.ease in sg&&(t.ease=sg[t.ease])}(t),sm(t),super(t),void 0!==t.startTime&&!1!==t.autoplay&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){let{motionValue:e,onUpdate:i,onComplete:s,element:n,...r}=this.options;if(!e)return;if(void 0!==t)return void e.set(t);let a=new sy({...r,autoplay:!1}),o=Math.max(10,er.now()-this.startTime),l=d(0,10,o-10),h=a.sample(o).value,{name:u}=this.options;n&&u&&tq(n,u,h),e.setWithVelocity(a.sample(Math.max(0,o-l)).value,h,l),a.stop()}}let sx=(t,e)=>"zIndex"!==e&&!!("number"==typeof t||Array.isArray(t)||"string"==typeof t&&(F.test(t)||"0"===t)&&!t.startsWith("url("));function sw(t){t.duration=0,t.type="keyframes"}let sb=/^(?:oklch|oklab|lab|lch|color|color-mix|light-dark)\(/,sS=new Set(["color","backgroundColor","outlineColor","fill","stroke","borderColor","borderTopColor","borderRightColor","borderBottomColor","borderLeftColor"]),sT=tZ(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));class sP extends t5{constructor({autoplay:t=!0,delay:e=0,type:i="keyframes",repeat:s=0,repeatDelay:n=0,repeatType:r="loop",keyframes:a,name:o,motionValue:l,element:h,...u}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=er.now();const d={autoplay:t,delay:e,type:i,repeat:s,repeatDelay:n,repeatType:r,name:o,motionValue:l,element:h,...u},c=h?.KeyframeResolver||t$;this.keyframeResolver=new c(a,(t,e,i)=>this.onKeyframesResolved(t,e,d,!i),o,l,h),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,e,i,s){let n;this.keyframeResolver=void 0;let{name:r,type:a,velocity:o,delay:l,isHandoff:h,onUpdate:u}=i;this.resolvedAt=er.now();let d=!0;!function(t,e,i,s){let n=t[0];if(null===n)return!1;if("display"===e||"visibility"===e)return!0;let r=t[t.length-1],a=sx(n,e),o=sx(r,e);return tn(a===o,`You are trying to animate ${e} from "${n}" to "${r}". "${a?r:n}" is not an animatable value.`,"value-not-animatable"),!!a&&!!o&&(function(t){let e=t[0];if(1===t.length)return!0;for(let i=0;i<t.length;i++)if(t[i]!==e)return!0}(t)||("spring"===i||et(i))&&s)}(t,r,a,o)&&(d=!1,(tk.instantAnimations||!l)&&u?.(t2(t,i,e)),t[0]=t[t.length-1],sw(i),i.repeat=0);let c={startTime:s?this.resolvedAt&&this.resolvedAt-this.createdAt>40?this.resolvedAt:this.createdAt:void 0,finalKeyframe:e,...i,keyframes:t},p=d&&!h&&function(t){let{motionValue:e,name:i,repeatDelay:s,repeatType:n,damping:r,type:a,keyframes:o}=t;if(!(e?.owner?.current instanceof HTMLElement))return!1;let{onUpdate:l,transformTemplate:h}=e.owner.getProps();return sT()&&i&&(ei.has(i)||sS.has(i)&&function(t){for(let e=0;e<t.length;e++)if("string"==typeof t[e]&&sb.test(t[e]))return!0;return!1}(o))&&("transform"!==i||!h)&&!l&&!s&&"mirror"!==n&&0!==r&&"inertia"!==a}(c),m=c.motionValue?.owner?.current;if(p)try{n=new sv({...c,element:m})}catch{n=new sy(c)}else n=new sy(c);n.finished.then(()=>{this.notifyFinished()}).catch(tC),this.pendingTimeline&&(this.stopTimeline=n.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=n}get finished(){return this._animation?this.animation.finished:this._finished}then(t,e){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),tF=!0,tU(),tO(),tF=!1),this._animation}get duration(){return this.animation.duration}get iterationDuration(){return this.animation.iterationDuration}get time(){return this.animation.time}set time(t){this.animation.time=t}get speed(){return this.animation.speed}get state(){return this.animation.state}set speed(t){this.animation.speed=t}get startTime(){return this.animation.startTime}attachTimeline(t){return this._animation?this.stopTimeline=this.animation.attachTimeline(t):this.pendingTimeline=t,()=>this.stop()}play(){this.animation.play()}pause(){this.animation.pause()}complete(){this.animation.complete()}cancel(){this._animation&&this.animation.cancel(),this.keyframeResolver?.cancel()}}let sj={type:"spring",stiffness:500,damping:25,restSpeed:10},sE={type:"keyframes",duration:.8},sC={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},sk=new Set(["when","delay","delayChildren","staggerChildren","staggerDirection","repeat","repeatType","repeatDelay","from","elapsed"]),sA=(t,e,i,s={},n,r)=>a=>{let o=ik(s,t)||{},l=o.delay||s.delay||0,{elapsed:h=0}=s;h-=tY(l);let d={keyframes:Array.isArray(i)?i:[null,i],ease:"easeOut",velocity:e.getVelocity(),...o,delay:-h,onUpdate:t=>{e.set(t),o.onUpdate&&o.onUpdate(t)},onComplete:()=>{a(),o.onComplete&&o.onComplete()},name:t,motionValue:e,element:r?void 0:n};!function(t){for(let e in t)if(!sk.has(e))return!0;return!1}(o)&&Object.assign(d,((t,{keyframes:e})=>e.length>2?sE:u.has(t)?t.startsWith("scale")?{type:"spring",stiffness:550,damping:0===e[1]?2*Math.sqrt(550):30,restSpeed:10}:sj:sC)(t,d)),d.duration&&(d.duration=tY(d.duration)),d.repeatDelay&&(d.repeatDelay=tY(d.repeatDelay)),void 0!==d.from&&(d.keyframes[0]=d.from);let c=!1;if(!1!==d.type&&(0!==d.duration||d.repeatDelay)||(sw(d),0===d.delay&&(c=!0)),(tk.instantAnimations||tk.skipAnimations||n?.shouldSkipAnimations)&&(c=!0,sw(d),d.delay=0),d.allowFlatten=!o.type&&!o.ease,c&&!r&&void 0!==e.get()){let t=t2(d.keyframes,o);if(void 0!==t)return void tV.update(()=>{d.onUpdate(t),d.onComplete()})}return o.isSync?new sy(d):new sP(d)};function sM(t,e,{delay:i=0,transitionOverride:s,type:n}={}){let{transition:r,transitionEnd:a,...o}=e,l=t.getDefaultTransition();r=r?iC(r,l):l;let h=r?.reduceMotion;s&&(r=s);let u=[],d=n&&t.animationState&&t.animationState.getState()[n];for(let e in o){let s=t.getValue(e,t.latestValues[e]??null),n=o[e];if(void 0===n||d&&function({protectedKeys:t,needsAnimating:e},i){let s=t.hasOwnProperty(i)&&!0!==e[i];return e[i]=!1,s}(d,e))continue;let a={delay:i,...ik(r||{},e)},l=s.get();if(void 0!==l&&!s.isAnimating()&&!Array.isArray(n)&&n===l&&!a.velocity){tV.update(()=>s.set(n));continue}let c=!1;if(window.MotionHandoffAnimation){let i=t.props[iw];if(i){let t=window.MotionHandoffAnimation(i,e,tV);null!==t&&(a.startTime=t,c=!0)}}iM(t,e);let p=h??t.shouldReduceMotion;s.start(sA(e,s,n,p&&Q.has(e)?{type:!1}:a,t,c));let m=s.animation;m&&u.push(m)}if(a){let e=()=>tV.update(()=>{a&&function(t,e){let{transitionEnd:i={},transition:s={},...n}=iE(t,e)||{};for(let e in n={...n,...i}){var r;let i=iA(r=n[e])?r[r.length-1]||0:r;t.hasValue(e)?t.getValue(e).set(i):t.addValue(e,eo(i))}}(t,a)});u.length?Promise.all(u).then(e):e()}return u}function sV(t,e,i,s=0,n=1){let r=Array.from(t).sort((t,e)=>t.sortNodePosition(e)).indexOf(e),a=t.size,o=(a-1)*s;return"function"==typeof i?i(r,a):1===n?r*s:o-r*s}function sR(t,e,i={}){let s=iE(t,e,"exit"===i.type?t.presenceContext?.custom:void 0),{transition:n=t.getDefaultTransition()||{}}=s||{};i.transitionOverride&&(n=i.transitionOverride);let r=s?()=>Promise.all(sM(t,s,i)):()=>Promise.resolve(),a=t.variantChildren&&t.variantChildren.size?(s=0)=>{let{delayChildren:r=0,staggerChildren:a,staggerDirection:o}=n;return function(t,e,i=0,s=0,n=0,r=1,a){let o=[];for(let l of t.variantChildren)l.notify("AnimationStart",e),o.push(sR(l,e,{...a,delay:i+("function"==typeof s?0:s)+sV(t.variantChildren,l,s,n,r)}).then(()=>l.notify("AnimationComplete",e)));return Promise.all(o)}(t,e,s,r,a,o,i)}:()=>Promise.resolve(),{when:o}=n;if(!o)return Promise.all([r(),a(i.delay)]);{let[t,e]="beforeChildren"===o?[r,a]:[a,r];return t().then(()=>e())}}let sN=ep.length;function sD(t,e){if(!Array.isArray(e))return!1;let i=e.length;if(i!==t.length)return!1;for(let s=0;s<i;s++)if(e[s]!==t[s])return!1;return!0}let sL=[...ec].reverse(),sB=ec.length;function sI(t=!1){return{isActive:t,protectedKeys:{},needsAnimating:{},prevResolvedValues:{}}}function sF(){return{animate:sI(!0),whileInView:sI(),whileHover:sI(),whileTap:sI(),whileDrag:sI(),whileFocus:sI(),exit:sI()}}let sO=0;function sU(t){return[t("x"),t("y")]}function s$(t,e,i,s={passive:!0}){return t.addEventListener(e,i,s),()=>t.removeEventListener(e,i)}let sz={x:!1,y:!1};function sW(t){return t.max-t.min}function s_(t,e,i,s=.5){t.origin=s,t.originPoint=eO(e.min,e.max,t.origin),t.scale=sW(i)/sW(e),t.translate=eO(i.min,i.max,t.origin)-t.originPoint,(t.scale>=.9999&&t.scale<=1.0001||isNaN(t.scale))&&(t.scale=1),(t.translate>=-.01&&t.translate<=.01||isNaN(t.translate))&&(t.translate=0)}function sH(t,e,i,s){s_(t.x,e.x,i.x,s?s.originX:void 0),s_(t.y,e.y,i.y,s?s.originY:void 0)}function sY(t,e,i,s=0){t.min=(s?eO(i.min,i.max,s):i.min)+e.min,t.max=t.min+sW(e)}function sX(t,e,i,s=0){let n=s?eO(i.min,i.max,s):i.min;t.min=e.min-n,t.max=t.min+sW(e)}function sK(t,e,i,s){sX(t.x,e.x,i.x,s?.x),sX(t.y,e.y,i.y,s?.y)}function sG(t){return"object"==typeof t&&null!==t}function sq(t){return sG(t)&&"ownerSVGElement"in t}function sZ(t,e,i){if(null==t)return[];if(t instanceof EventTarget)return[t];if("string"==typeof t){let s=document;e&&(s=e.current);let n=i?.[t]??s.querySelectorAll(t);return n?Array.from(n):[]}return Array.from(t).filter(t=>null!=t)}let sJ=new WeakMap,sQ=(t,e,i)=>(s,n)=>n&&n[0]?n[0][t+"Size"]:sq(s)&&"getBBox"in s?s.getBBox()[e]:s[i],s0=sQ("inline","width","offsetWidth"),s1=sQ("block","height","offsetHeight");function s2({target:t,borderBoxSize:e}){sJ.get(t)?.forEach(i=>{i(t,{get width(){return s0(t,e)},get height(){return s1(t,e)}})})}function s5(t){t.forEach(s2)}let s3=new Set;function s4(t,e){let n;return"function"==typeof t?(s3.add(t),s||(s=()=>{let t={get width(){return window.innerWidth},get height(){return window.innerHeight}};s3.forEach(e=>e(t))},window.addEventListener("resize",s)),()=>{s3.delete(t),s3.size||"function"!=typeof s||(window.removeEventListener("resize",s),s=void 0)}):(!i&&"u">typeof ResizeObserver&&(i=new ResizeObserver(s5)),(n=sZ(t)).forEach(t=>{let s=sJ.get(t);s||(s=new Set,sJ.set(t,s)),s.add(e),i?.observe(t)}),()=>{n.forEach(t=>{let s=sJ.get(t);s?.delete(e),s?.size||i?.unobserve(t)})})}let s6=new Set(["BUTTON","INPUT","SELECT","TEXTAREA","A"]),s9=new Set(["INPUT","SELECT","TEXTAREA"]),s7=t=>"mouse"===t.pointerType?"number"!=typeof t.button||t.button<=0:!1!==t.isPrimary;function s8(t){return{point:{x:t.pageX,y:t.pageY}}}function nt(t,e,i,s){return s$(t,e,t=>s7(t)&&i(t,s8(t)),s)}let ne=({current:t})=>t?t.ownerDocument.defaultView:null,ni=(t,e)=>Math.abs(t-e),ns=new Set(["auto","scroll"]);class nn{constructor(t,e,{transformPagePoint:i,contextWindow:s=window,dragSnapToOrigin:n=!1,distanceThreshold:r=3,element:a}={}){if(this.startEvent=null,this.lastMoveEvent=null,this.lastMoveEventInfo=null,this.lastRawMoveEventInfo=null,this.handlers={},this.contextWindow=window,this.scrollPositions=new Map,this.removeScrollListeners=null,this.onElementScroll=t=>{this.handleScroll(t.target)},this.onWindowScroll=()=>{this.handleScroll(window)},this.updatePoint=()=>{var t,e;if(!(this.lastMoveEvent&&this.lastMoveEventInfo))return;this.lastRawMoveEventInfo&&(this.lastMoveEventInfo=nr(this.lastRawMoveEventInfo,this.transformPagePoint));let i=no(this.lastMoveEventInfo,this.history),s=null!==this.startEvent,n=(t=i.offset,e={x:0,y:0},Math.sqrt(ni(t.x,e.x)**2+ni(t.y,e.y)**2)>=this.distanceThreshold);if(!s&&!n)return;let{point:r}=i,{timestamp:a}=tN;this.history.push({...r,timestamp:a});let{onStart:o,onMove:l}=this.handlers;s||(o&&o(this.lastMoveEvent,i),this.startEvent=this.lastMoveEvent),l&&l(this.lastMoveEvent,i)},this.handlePointerMove=(t,e)=>{this.lastMoveEvent=t,this.lastRawMoveEventInfo=e,this.lastMoveEventInfo=nr(e,this.transformPagePoint),tV.update(this.updatePoint,!0)},this.handlePointerUp=(t,e)=>{this.end();let{onEnd:i,onSessionEnd:s,resumeAnimation:n}=this.handlers;if((this.dragSnapToOrigin||!this.startEvent)&&n&&n(),!(this.lastMoveEvent&&this.lastMoveEventInfo))return;let r=no("pointercancel"===t.type?this.lastMoveEventInfo:nr(e,this.transformPagePoint),this.history);this.startEvent&&i&&i(t,r),s&&s(t,r)},!s7(t))return;this.dragSnapToOrigin=n,this.handlers=e,this.transformPagePoint=i,this.distanceThreshold=r,this.contextWindow=s||window;const o=nr(s8(t),this.transformPagePoint),{point:l}=o,{timestamp:h}=tN;this.history=[{...l,timestamp:h}];const{onSessionStart:u}=e;u&&u(t,no(o,this.history)),this.removeListeners=iR(nt(this.contextWindow,"pointermove",this.handlePointerMove),nt(this.contextWindow,"pointerup",this.handlePointerUp),nt(this.contextWindow,"pointercancel",this.handlePointerUp)),a&&this.startScrollTracking(a)}startScrollTracking(t){let e=t.parentElement;for(;e;){let t=getComputedStyle(e);(ns.has(t.overflowX)||ns.has(t.overflowY))&&this.scrollPositions.set(e,{x:e.scrollLeft,y:e.scrollTop}),e=e.parentElement}this.scrollPositions.set(window,{x:window.scrollX,y:window.scrollY}),window.addEventListener("scroll",this.onElementScroll,{capture:!0}),window.addEventListener("scroll",this.onWindowScroll),this.removeScrollListeners=()=>{window.removeEventListener("scroll",this.onElementScroll,{capture:!0}),window.removeEventListener("scroll",this.onWindowScroll)}}handleScroll(t){let e=this.scrollPositions.get(t);if(!e)return;let i=t===window,s=i?{x:window.scrollX,y:window.scrollY}:{x:t.scrollLeft,y:t.scrollTop},n={x:s.x-e.x,y:s.y-e.y};(0!==n.x||0!==n.y)&&(i?this.lastMoveEventInfo&&(this.lastMoveEventInfo.point.x+=n.x,this.lastMoveEventInfo.point.y+=n.y):this.history.length>0&&(this.history[0].x-=n.x,this.history[0].y-=n.y),this.scrollPositions.set(t,s),tV.update(this.updatePoint,!0))}updateHandlers(t){this.handlers=t}end(){this.removeListeners&&this.removeListeners(),this.removeScrollListeners&&this.removeScrollListeners(),this.scrollPositions.clear(),tR(this.updatePoint)}}function nr(t,e){return e?{point:e(t.point)}:t}function na(t,e){return{x:t.x-e.x,y:t.y-e.y}}function no({point:t},e){return{point:t,delta:na(t,nl(e)),offset:na(t,e[0]),velocity:function(t){if(t.length<2)return{x:0,y:0};let e=t.length-1,i=null,s=nl(t);for(;e>=0&&(i=t[e],!(s.timestamp-i.timestamp>tY(.1)));)e--;if(!i)return{x:0,y:0};i===t[0]&&t.length>2&&s.timestamp-i.timestamp>2*tY(.1)&&(i=t[1]);let n=(s.timestamp-i.timestamp)/1e3;if(0===n)return{x:0,y:0};let r={x:(s.x-i.x)/n,y:(s.y-i.y)/n};return r.x===1/0&&(r.x=0),r.y===1/0&&(r.y=0),r}(e)}}function nl(t){return t[t.length-1]}function nh(t,e,i){return{min:void 0!==e?t.min+e:void 0,max:void 0!==i?t.max+i-(t.max-t.min):void 0}}function nu(t,e){let i=e.min-t.min,s=e.max-t.max;return e.max-e.min<t.max-t.min&&([i,s]=[s,i]),{min:i,max:s}}function nd(t,e,i){return{min:nc(t,e),max:nc(t,i)}}function nc(t,e){return"number"==typeof t?t:t[e]||0}let np=new WeakMap;class nm{constructor(t){this.openDragLock=null,this.isDragging=!1,this.currentDirection=null,this.originPoint={x:0,y:0},this.constraints=!1,this.hasMutatedConstraints=!1,this.elastic=Z(),this.latestPointerEvent=null,this.latestPanInfo=null,this.visualElement=t}start(t,{snapToCursor:e=!1,distanceThreshold:i}={}){let{presenceContext:s}=this.visualElement;if(s&&!1===s.isPresent)return;let n=t=>{e&&this.snapToCursor(s8(t).point),this.stopAnimation()},r=(t,e)=>{let{drag:i,dragPropagation:s,onDragStart:n}=this.getProps();if(i&&!s&&(this.openDragLock&&this.openDragLock(),this.openDragLock=function(t){if("x"===t||"y"===t)if(sz[t])return null;else return sz[t]=!0,()=>{sz[t]=!1};return sz.x||sz.y?null:(sz.x=sz.y=!0,()=>{sz.x=sz.y=!1})}(i),!this.openDragLock))return;this.latestPointerEvent=t,this.latestPanInfo=e,this.isDragging=!0,this.currentDirection=null,this.resolveConstraints(),this.visualElement.projection&&(this.visualElement.projection.isAnimationBlocked=!0,this.visualElement.projection.target=void 0),sU(t=>{let e=this.getAxisMotionValue(t).get()||0;if(j.test(e)){let{projection:i}=this.visualElement;if(i&&i.layout){let s=i.layout.layoutBox[t];s&&(e=sW(s)*(parseFloat(e)/100))}}this.originPoint[t]=e}),n&&tV.update(()=>n(t,e),!1,!0),iM(this.visualElement,"transform");let{animationState:r}=this.visualElement;r&&r.setActive("whileDrag",!0)},a=(t,e)=>{this.latestPointerEvent=t,this.latestPanInfo=e;let{dragPropagation:i,dragDirectionLock:s,onDirectionLock:n,onDrag:r}=this.getProps();if(!i&&!this.openDragLock)return;let{offset:a}=e;if(s&&null===this.currentDirection){this.currentDirection=function(t,e=10){let i=null;return Math.abs(t.y)>e?i="y":Math.abs(t.x)>e&&(i="x"),i}(a),null!==this.currentDirection&&n&&n(this.currentDirection);return}this.updateAxis("x",e.point,a),this.updateAxis("y",e.point,a),this.visualElement.render(),r&&tV.update(()=>r(t,e),!1,!0)},o=(t,e)=>{this.latestPointerEvent=t,this.latestPanInfo=e,this.stop(t,e),this.latestPointerEvent=null,this.latestPanInfo=null},l=()=>{let{dragSnapToOrigin:t}=this.getProps();(t||this.constraints)&&this.startAnimation({x:0,y:0})},{dragSnapToOrigin:h}=this.getProps();this.panSession=new nn(t,{onSessionStart:n,onStart:r,onMove:a,onSessionEnd:o,resumeAnimation:l},{transformPagePoint:this.visualElement.getTransformPagePoint(),dragSnapToOrigin:h,distanceThreshold:i,contextWindow:ne(this.visualElement),element:this.visualElement.current})}stop(t,e){let i=t||this.latestPointerEvent,s=e||this.latestPanInfo,n=this.isDragging;if(this.cancel(),!n||!s||!i)return;let{velocity:r}=s;this.startAnimation(r);let{onDragEnd:a}=this.getProps();a&&tV.postRender(()=>a(i,s))}cancel(){this.isDragging=!1;let{projection:t,animationState:e}=this.visualElement;t&&(t.isAnimationBlocked=!1),this.endPanSession();let{dragPropagation:i}=this.getProps();!i&&this.openDragLock&&(this.openDragLock(),this.openDragLock=null),e&&e.setActive("whileDrag",!1)}endPanSession(){this.panSession&&this.panSession.end(),this.panSession=void 0}updateAxis(t,e,i){let{drag:s}=this.getProps();if(!i||!ny(t,s,this.currentDirection))return;let n=this.getAxisMotionValue(t),r=this.originPoint[t]+i[t];this.constraints&&this.constraints[t]&&(r=function(t,{min:e,max:i},s){return void 0!==e&&t<e?t=s?eO(e,t,s.min):Math.max(t,e):void 0!==i&&t>i&&(t=s?eO(i,t,s.max):Math.min(t,i)),t}(r,this.constraints[t],this.elastic[t])),n.set(r)}resolveConstraints(){let{dragConstraints:t,dragElastic:e}=this.getProps(),i=this.visualElement.projection&&!this.visualElement.projection.layout?this.visualElement.projection.measure(!1):this.visualElement.projection?.layout,s=this.constraints;t&&iS(t)?this.constraints||(this.constraints=this.resolveRefConstraints()):t&&i?this.constraints=function(t,{top:e,left:i,bottom:s,right:n}){return{x:nh(t.x,i,n),y:nh(t.y,e,s)}}(i.layoutBox,t):this.constraints=!1,this.elastic=function(t=.35){return!1===t?t=0:!0===t&&(t=.35),{x:nd(t,"left","right"),y:nd(t,"top","bottom")}}(e),s!==this.constraints&&!iS(t)&&i&&this.constraints&&!this.hasMutatedConstraints&&sU(t=>{var e,s;let n;!1!==this.constraints&&this.getAxisMotionValue(t)&&(this.constraints[t]=(e=i.layoutBox[t],s=this.constraints[t],n={},void 0!==s.min&&(n.min=s.min-e.min),void 0!==s.max&&(n.max=s.max-e.min),n))})}resolveRefConstraints(){var t;let{dragConstraints:e,onMeasureDragConstraints:i}=this.getProps();if(!e||!iS(e))return!1;let s=e.current;tr(null!==s,"If `dragConstraints` is set as a React ref, that ref must be passed to another component's `ref` prop.","drag-constraints-ref");let{projection:n}=this.visualElement;if(!n||!n.layout)return!1;let r=function(t,e,i){let s=e5(t,i),{scroll:n}=e;return n&&(eQ(s.x,n.offset.x),eQ(s.y,n.offset.y)),s}(s,n.root,this.visualElement.getTransformPagePoint()),a=(t=n.layout.layoutBox,{x:nu(t.x,r.x),y:nu(t.y,r.y)});if(i){let t=i(function({x:t,y:e}){return{top:e.min,right:t.max,bottom:e.max,left:t.min}}(a));this.hasMutatedConstraints=!!t,t&&(a=eH(t))}return a}startAnimation(t){let{drag:e,dragMomentum:i,dragElastic:s,dragTransition:n,dragSnapToOrigin:r,onDragTransitionEnd:a}=this.getProps(),o=this.constraints||{};return Promise.all(sU(a=>{if(!ny(a,e,this.currentDirection))return;let l=o&&o[a]||{};(!0===r||r===a)&&(l={min:0,max:0});let h={type:"inertia",velocity:i?t[a]:0,bounceStiffness:s?200:1e6,bounceDamping:s?40:1e7,timeConstant:750,restDelta:1,restSpeed:10,...n,...l};return this.startAxisValueAnimation(a,h)})).then(a)}startAxisValueAnimation(t,e){let i=this.getAxisMotionValue(t);return iM(this.visualElement,t),i.start(sA(t,i,0,e,this.visualElement,!1))}stopAnimation(){sU(t=>this.getAxisMotionValue(t).stop())}getAxisMotionValue(t){let e=`_drag${t.toUpperCase()}`,i=this.visualElement.getProps();return i[e]||this.visualElement.getValue(t,(i.initial?i.initial[t]:void 0)||0)}snapToCursor(t){sU(e=>{let{drag:i}=this.getProps();if(!ny(e,i,this.currentDirection))return;let{projection:s}=this.visualElement,n=this.getAxisMotionValue(e);if(s&&s.layout){let{min:i,max:r}=s.layout.layoutBox[e],a=n.get()||0;n.set(t[e]-eO(i,r,.5)+a)}})}scalePositionWithinConstraints(){if(!this.visualElement.current)return;let{drag:t,dragConstraints:e}=this.getProps(),{projection:i}=this.visualElement;if(!iS(e)||!i||!this.constraints)return;this.stopAnimation();let s={x:0,y:0};sU(t=>{let e=this.getAxisMotionValue(t);if(e&&!1!==this.constraints){var i,n;let r,a,o,l=e.get();s[t]=(i={min:l,max:l},n=this.constraints[t],r=.5,a=sW(i),(o=sW(n))>a?r=sd(n.min,n.max-a,i.min):a>o&&(r=sd(i.min,i.max-o,n.min)),d(0,1,r))}});let{transformTemplate:n}=this.visualElement.getProps();this.visualElement.current.style.transform=n?n({},""):"none",i.root&&i.root.updateScroll(),i.updateLayout(),this.constraints=!1,this.resolveConstraints(),sU(e=>{if(!ny(e,t,null))return;let i=this.getAxisMotionValue(e),{min:n,max:r}=this.constraints[e];i.set(eO(n,r,s[e]))}),this.visualElement.render()}addListeners(){let t;if(!this.visualElement.current)return;np.set(this.visualElement,this);let e=this.visualElement.current,i=nt(e,"pointerdown",t=>{let{drag:i,dragListener:s=!0}=this.getProps(),n=t.target,r=n!==e&&(s9.has(n.tagName)||!0===n.isContentEditable);i&&s&&!r&&this.start(t)}),s=()=>{var i,s,n;let r,a,{dragConstraints:o}=this.getProps();iS(o)&&o.current&&(this.constraints=this.resolveRefConstraints(),t||(i=e,s=o.current,r=s4(i,nf(n=()=>this.scalePositionWithinConstraints())),a=s4(s,nf(n)),t=()=>{r(),a()}))},{projection:n}=this.visualElement,r=n.addEventListener("measure",s);n&&!n.layout&&(n.root&&n.root.updateScroll(),n.updateLayout()),tV.read(s);let a=s$(window,"resize",()=>this.scalePositionWithinConstraints()),o=n.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e})=>{this.isDragging&&e&&(sU(e=>{let i=this.getAxisMotionValue(e);i&&(this.originPoint[e]+=t[e].translate,i.set(i.get()+t[e].translate))}),this.visualElement.render())});return()=>{a(),i(),r(),o&&o(),t&&t()}}getProps(){let t=this.visualElement.getProps(),{drag:e=!1,dragDirectionLock:i=!1,dragPropagation:s=!1,dragConstraints:n=!1,dragElastic:r=.35,dragMomentum:a=!0}=t;return{...t,drag:e,dragDirectionLock:i,dragPropagation:s,dragConstraints:n,dragElastic:r,dragMomentum:a}}}function nf(t){let e=!0;return()=>{if(e){e=!1;return}t()}}function ny(t,e,i){return(!0===e||e===t)&&(null===i||i===t)}let ng=t=>(e,i)=>{t&&tV.update(()=>t(e,i),!1,!0)},nv={hasAnimatedSinceResize:!0,hasEverUpdated:!1};var nx=o;function nw(t=!0){let e=(0,o.useContext)(iu);if(null===e)return[!0,null];let{isPresent:i,onExitComplete:s,register:n}=e,r=(0,o.useId)();(0,o.useEffect)(()=>{if(t)return n(r)},[t]);let a=(0,o.useCallback)(()=>t&&s&&s(r),[r,s,t]);return!i&&s?[!1,a]:[!0]}let nb=!1;class nS extends nx.Component{componentDidMount(){let{visualElement:t,layoutGroup:e,switchLayoutGroup:i,layoutId:s}=this.props,{projection:n}=t;n&&(e.group&&e.group.add(n),i&&i.register&&s&&i.register(n),nb&&n.root.didUpdate(),n.addEventListener("animationComplete",()=>{this.safeToRemove()}),n.setOptions({...n.options,layoutDependency:this.props.layoutDependency,onExitComplete:()=>this.safeToRemove()})),nv.hasEverUpdated=!0}getSnapshotBeforeUpdate(t){let{layoutDependency:e,visualElement:i,drag:s,isPresent:n}=this.props,{projection:r}=i;return r&&(r.isPresent=n,t.layoutDependency!==e&&r.setOptions({...r.options,layoutDependency:e}),nb=!0,s||t.layoutDependency!==e||void 0===e||t.isPresent!==n?r.willUpdate():this.safeToRemove(),t.isPresent!==n&&(n?r.promote():r.relegate()||tV.postRender(()=>{let t=r.getStack();t&&t.members.length||this.safeToRemove()}))),null}componentDidUpdate(){let{visualElement:t,layoutAnchor:e}=this.props,{projection:i}=t;i&&(i.options.layoutAnchor=e,i.root.didUpdate(),es.postRender(()=>{!i.currentAnimation&&i.isLead()&&this.safeToRemove()}))}componentWillUnmount(){let{visualElement:t,layoutGroup:e,switchLayoutGroup:i}=this.props,{projection:s}=t;nb=!0,s&&(s.scheduleCheckAfterUnmount(),e&&e.group&&e.group.remove(s),i&&i.deregister&&i.deregister(s))}safeToRemove(){let{safeToRemove:t}=this.props;t&&t()}render(){return null}}function nT(t){let[e,i]=nw(),s=(0,nx.useContext)(e9);return(0,a.jsx)(nS,{...t,layoutGroup:s,switchLayoutGroup:(0,nx.useContext)(ib),isPresent:e,safeToRemove:i})}let nP=["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"],nj=nP.length,nE=t=>"string"==typeof t?parseFloat(t):t,nC=t=>"number"==typeof t||E.test(t);function nk(t,e){return void 0!==t[e]?t[e]:t.borderRadius}let nA=nV(0,.5,so),nM=nV(.5,.95,tC);function nV(t,e,i){return s=>s<t?0:s>e?1:i(sd(t,e,s))}function nR(t,e){t.min=e.min,t.max=e.max}function nN(t,e){nR(t.x,e.x),nR(t.y,e.y)}function nD(t,e){t.translate=e.translate,t.scale=e.scale,t.originPoint=e.originPoint,t.origin=e.origin}function nL(t,e,i,s,n){return t-=e,t=s+1/i*(t-s),void 0!==n&&(t=s+1/n*(t-s)),t}function nB(t,e,[i,s,n],r,a){!function(t,e=0,i=1,s=.5,n,r=t,a=t){if(j.test(e)&&(e=parseFloat(e),e=eO(a.min,a.max,e/100)-a.min),"number"!=typeof e)return;let o=eO(r.min,r.max,s);t===r&&(o-=e),t.min=nL(t.min,e,i,o,n),t.max=nL(t.max,e,i,o,n)}(t,e[i],e[s],e[n],e.scale,r,a)}let nI=["x","scaleX","originX"],nF=["y","scaleY","originY"];function nO(t,e,i,s){nB(t.x,e,nI,i?i.x:void 0,s?s.x:void 0),nB(t.y,e,nF,i?i.y:void 0,s?s.y:void 0)}function nU(t){return 0===t.translate&&1===t.scale}function n$(t){return nU(t.x)&&nU(t.y)}function nz(t,e){return t.min===e.min&&t.max===e.max}function nW(t,e){return Math.round(t.min)===Math.round(e.min)&&Math.round(t.max)===Math.round(e.max)}function n_(t,e){return nW(t.x,e.x)&&nW(t.y,e.y)}function nH(t){return sW(t.x)/sW(t.y)}function nY(t,e){return t.translate===e.translate&&t.scale===e.scale&&t.originPoint===e.originPoint}class nX{constructor(){this.members=[]}add(t){tX(this.members,t);for(let e=this.members.length-1;e>=0;e--){let i=this.members[e];if(i===t||i===this.lead||i===this.prevLead)continue;let s=i.instance;s&&!1!==s.isConnected||i.snapshot||(tK(this.members,i),i.unmount())}t.scheduleRender()}remove(t){if(tK(this.members,t),t===this.prevLead&&(this.prevLead=void 0),t===this.lead){let t=this.members[this.members.length-1];t&&this.promote(t)}}relegate(t){for(let e=this.members.indexOf(t)-1;e>=0;e--){let t=this.members[e];if(!1!==t.isPresent&&t.instance?.isConnected!==!1)return this.promote(t),!0}return!1}promote(t,e){let i=this.lead;if(t!==i&&(this.prevLead=i,this.lead=t,t.show(),i)){i.updateSnapshot(),t.scheduleRender();let{layoutDependency:s}=i.options,{layoutDependency:n}=t.options;(void 0===s||s!==n)&&(t.resumeFrom=i,e&&(i.preserveOpacity=!0),i.snapshot&&(t.snapshot=i.snapshot,t.snapshot.latestValues=i.animationValues||i.latestValues),t.root?.isUpdating&&(t.isLayoutDirty=!0)),!1===t.options.crossfade&&i.hide()}}exitAnimationComplete(){this.members.forEach(t=>{t.options.onExitComplete?.(),t.resumingFrom?.options.onExitComplete?.()})}scheduleRender(){this.members.forEach(t=>t.instance&&t.scheduleRender(!1))}removeLeadSnapshot(){this.lead?.snapshot&&(this.lead.snapshot=void 0)}}let nK=(t,e)=>t.depth-e.depth;class nG{constructor(){this.children=[],this.isDirty=!1}add(t){tX(this.children,t),this.isDirty=!0}remove(t){tK(this.children,t),this.isDirty=!0}forEach(t){this.isDirty&&this.children.sort(nK),this.isDirty=!1,this.children.forEach(t)}}let nq=["","X","Y","Z"],nZ=0;function nJ(t,e,i,s){let{latestValues:n}=e;n[t]&&(i[t]=n[t],e.setStaticValue(t,0),s&&(s[t]=0))}function nQ({attachResizeListener:t,defaultParent:e,measureScroll:i,checkIsScrollRoot:s,resetTransform:n}){return class{constructor(t={},i=e?.()){this.id=nZ++,this.animationId=0,this.animationCommitId=0,this.children=new Set,this.options={},this.isTreeAnimating=!1,this.isAnimationBlocked=!1,this.isLayoutDirty=!1,this.isProjectionDirty=!1,this.isSharedProjectionDirty=!1,this.isTransformDirty=!1,this.updateManuallyBlocked=!1,this.updateBlockedByResize=!1,this.isUpdating=!1,this.isSVG=!1,this.needsReset=!1,this.shouldResetTransform=!1,this.hasCheckedOptimisedAppear=!1,this.treeScale={x:1,y:1},this.eventHandlers=new Map,this.hasTreeAnimated=!1,this.layoutVersion=0,this.updateScheduled=!1,this.scheduleUpdate=()=>this.update(),this.projectionUpdateScheduled=!1,this.checkUpdateFailed=()=>{this.isUpdating&&(this.isUpdating=!1,this.clearAllSnapshots())},this.updateProjection=()=>{this.projectionUpdateScheduled=!1,this.nodes.forEach(n2),this.nodes.forEach(re),this.nodes.forEach(ri),this.nodes.forEach(n5)},this.resolvedRelativeTargetAt=0,this.linkedParentVersion=0,this.hasProjected=!1,this.isVisible=!0,this.animationProgress=0,this.sharedNodes=new Map,this.latestValues=t,this.root=i?i.root||i:this,this.path=i?[...i.path,i]:[],this.parent=i,this.depth=i?i.depth+1:0;for(let t=0;t<this.path.length;t++)this.path[t].shouldResetTransform=!0;this.root===this&&(this.nodes=new nG)}addEventListener(t,e){return this.eventHandlers.has(t)||this.eventHandlers.set(t,new tG),this.eventHandlers.get(t).add(e)}notifyListeners(t,...e){let i=this.eventHandlers.get(t);i&&i.notify(...e)}hasListeners(t){return this.eventHandlers.has(t)}mount(e){if(this.instance)return;this.isSVG=sq(e)&&!(sq(e)&&"svg"===e.tagName),this.instance=e;let{layoutId:i,layout:s,visualElement:n}=this.options;if(n&&!n.current&&n.mount(e),this.root.nodes.add(this),this.parent&&this.parent.children.add(this),this.root.hasTreeAnimated&&(s||i)&&(this.isLayoutDirty=!0),t){let i,s=0,n=()=>this.root.updateBlockedByResize=!1;tV.read(()=>{s=window.innerWidth}),t(e,()=>{let t=window.innerWidth;if(t!==s){let e,r;s=t,this.root.updateBlockedByResize=!0,i&&i(),e=er.now(),r=({timestamp:t})=>{let i=t-e;i>=250&&(tR(r),n(i-250))},tV.setup(r,!0),i=()=>tR(r),nv.hasAnimatedSinceResize&&(nv.hasAnimatedSinceResize=!1,this.nodes.forEach(rt))}})}i&&this.root.registerSharedNode(i,this),!1!==this.options.animate&&n&&(i||s)&&this.addEventListener("didUpdate",({delta:t,hasLayoutChanged:e,hasRelativeLayoutChanged:i,layout:s})=>{if(this.isTreeAnimationBlocked()){this.target=void 0,this.relativeTarget=void 0;return}let r=this.options.transition||n.getDefaultTransition()||rl,{onLayoutAnimationStart:a,onLayoutAnimationComplete:o}=n.getProps(),l=!this.targetLayout||!n_(this.targetLayout,s),h=!e&&i;if(this.options.layoutRoot||this.resumeFrom||h||e&&(l||!this.currentAnimation)){this.resumeFrom&&(this.resumingFrom=this.resumeFrom,this.resumingFrom.resumingFrom=void 0);let e={...ik(r,"layout"),onPlay:a,onComplete:o};(n.shouldReduceMotion||this.options.layoutRoot)&&(e.delay=0,e.type=!1),this.startAnimation(e),this.setAnimationOrigin(t,h)}else e||rt(this),this.isLead()&&this.options.onExitComplete&&this.options.onExitComplete();this.targetLayout=s})}unmount(){this.options.layoutId&&this.willUpdate(),this.root.nodes.remove(this);let t=this.getStack();t&&t.remove(this),this.parent&&this.parent.children.delete(this),this.instance=void 0,this.eventHandlers.clear(),tR(this.updateProjection)}blockUpdate(){this.updateManuallyBlocked=!0}unblockUpdate(){this.updateManuallyBlocked=!1}isUpdateBlocked(){return this.updateManuallyBlocked||this.updateBlockedByResize}isTreeAnimationBlocked(){return this.isAnimationBlocked||this.parent&&this.parent.isTreeAnimationBlocked()||!1}startUpdate(){!this.isUpdateBlocked()&&(this.isUpdating=!0,this.nodes&&this.nodes.forEach(rs),this.animationId++)}getTransformTemplate(){let{visualElement:t}=this.options;return t&&t.getProps().transformTemplate}willUpdate(t=!0){if(this.root.hasTreeAnimated=!0,this.root.isUpdateBlocked()){this.options.onExitComplete&&this.options.onExitComplete();return}if(window.MotionCancelOptimisedAnimation&&!this.hasCheckedOptimisedAppear&&function t(e){if(e.hasCheckedOptimisedAppear=!0,e.root===e)return;let{visualElement:i}=e.options;if(!i)return;let s=i.props[iw];if(window.MotionHasOptimisedAnimation(s,"transform")){let{layout:t,layoutId:i}=e.options;window.MotionCancelOptimisedAnimation(s,"transform",tV,!(t||i))}let{parent:n}=e;n&&!n.hasCheckedOptimisedAppear&&t(n)}(this),this.root.isUpdating||this.root.startUpdate(),this.isLayoutDirty)return;this.isLayoutDirty=!0;for(let t=0;t<this.path.length;t++){let e=this.path[t];e.shouldResetTransform=!0,("string"==typeof e.latestValues.x||"string"==typeof e.latestValues.y)&&(e.isLayoutDirty=!0),e.updateScroll("snapshot"),e.options.layoutRoot&&e.willUpdate(!1)}let{layoutId:e,layout:i}=this.options;if(void 0===e&&!i)return;let s=this.getTransformTemplate();this.prevTransformTemplateValue=s?s(this.latestValues,""):void 0,this.updateSnapshot(),t&&this.notifyListeners("willUpdate")}update(){if(this.updateScheduled=!1,this.isUpdateBlocked()){let t=this.updateBlockedByResize;this.unblockUpdate(),this.updateBlockedByResize=!1,this.clearAllSnapshots(),t&&this.nodes.forEach(n6),this.nodes.forEach(n4);return}if(this.animationId<=this.animationCommitId)return void this.nodes.forEach(n9);this.animationCommitId=this.animationId,this.isUpdating?(this.isUpdating=!1,this.nodes.forEach(n7),this.nodes.forEach(n8),this.nodes.forEach(n0),this.nodes.forEach(n1)):this.nodes.forEach(n9),this.clearAllSnapshots();let t=er.now();tN.delta=d(0,1e3/60,t-tN.timestamp),tN.timestamp=t,tN.isProcessing=!0,tD.update.process(tN),tD.preRender.process(tN),tD.render.process(tN),tN.isProcessing=!1}didUpdate(){this.updateScheduled||(this.updateScheduled=!0,es.read(this.scheduleUpdate))}clearAllSnapshots(){this.nodes.forEach(n3),this.sharedNodes.forEach(rn)}scheduleUpdateProjection(){this.projectionUpdateScheduled||(this.projectionUpdateScheduled=!0,tV.preRender(this.updateProjection,!1,!0))}scheduleCheckAfterUnmount(){tV.postRender(()=>{this.isLayoutDirty?this.root.didUpdate():this.root.checkUpdateFailed()})}updateSnapshot(){!this.snapshot&&this.instance&&(this.snapshot=this.measure(),!this.snapshot||sW(this.snapshot.measuredBox.x)||sW(this.snapshot.measuredBox.y)||(this.snapshot=void 0))}updateLayout(){if(!this.instance||(this.updateScroll(),!(this.options.alwaysMeasureLayout&&this.isLead())&&!this.isLayoutDirty))return;if(this.resumeFrom&&!this.resumeFrom.instance)for(let t=0;t<this.path.length;t++)this.path[t].updateScroll();let t=this.layout;this.layout=this.measure(!1),this.layoutVersion++,this.layoutCorrected||(this.layoutCorrected=Z()),this.isLayoutDirty=!1,this.projectionDelta=void 0,this.notifyListeners("measure",this.layout.layoutBox);let{visualElement:e}=this.options;e&&e.notify("LayoutMeasure",this.layout.layoutBox,t?t.layoutBox:void 0)}updateScroll(t="measure"){let e=!!(this.options.layoutScroll&&this.instance);if(this.scroll&&this.scroll.animationId===this.root.animationId&&this.scroll.phase===t&&(e=!1),e&&this.instance){let e=s(this.instance);this.scroll={animationId:this.root.animationId,phase:t,isRoot:e,offset:i(this.instance),wasRoot:this.scroll?this.scroll.isRoot:e}}}resetTransform(){if(!n)return;let t=this.isLayoutDirty||this.shouldResetTransform||this.options.alwaysMeasureLayout,e=this.projectionDelta&&!n$(this.projectionDelta),i=this.getTransformTemplate(),s=i?i(this.latestValues,""):void 0,r=s!==this.prevTransformTemplateValue;t&&this.instance&&(e||eK(this.latestValues)||r)&&(n(this.instance,s),this.shouldResetTransform=!1,this.scheduleRender())}measure(t=!0){var e;let i=this.measurePageBox(),s=this.removeElementScroll(i);return t&&(s=this.removeTransform(s)),rd((e=s).x),rd(e.y),{animationId:this.root.animationId,measuredBox:i,layoutBox:s,latestValues:{},source:this.id}}measurePageBox(){let{visualElement:t}=this.options;if(!t)return Z();let e=t.measureViewportBox();if(!(this.scroll?.wasRoot||this.path.some(rp))){let{scroll:t}=this.root;t&&(eQ(e.x,t.offset.x),eQ(e.y,t.offset.y))}return e}removeElementScroll(t){let e=Z();if(nN(e,t),this.scroll?.wasRoot)return e;for(let i=0;i<this.path.length;i++){let s=this.path[i],{scroll:n,options:r}=s;s!==this.root&&n&&r.layoutScroll&&(n.wasRoot&&nN(e,t),eQ(e.x,n.offset.x),eQ(e.y,n.offset.y))}return e}applyTransform(t,e=!1,i){let s=i||Z();nN(s,t);for(let t=0;t<this.path.length;t++){let i=this.path[t];!e&&i.options.layoutScroll&&i.scroll&&i!==i.root&&(eQ(s.x,-i.scroll.offset.x),eQ(s.y,-i.scroll.offset.y)),eK(i.latestValues)&&e2(s,i.latestValues,i.layout?.layoutBox)}return eK(this.latestValues)&&e2(s,this.latestValues,this.layout?.layoutBox),s}removeTransform(t){let e=Z();nN(e,t);for(let t=0;t<this.path.length;t++){let i,s=this.path[t];eK(s.latestValues)&&(s.instance&&(eX(s.latestValues)&&s.updateSnapshot(),nN(i=Z(),s.measurePageBox())),nO(e,s.latestValues,s.snapshot?.layoutBox,i))}return eK(this.latestValues)&&nO(e,this.latestValues),e}setTargetDelta(t){this.targetDelta=t,this.root.scheduleUpdateProjection(),this.isProjectionDirty=!0}setOptions(t){this.options={...this.options,...t,crossfade:void 0===t.crossfade||t.crossfade}}clearMeasurements(){this.scroll=void 0,this.layout=void 0,this.snapshot=void 0,this.prevTransformTemplateValue=void 0,this.targetDelta=void 0,this.target=void 0,this.isLayoutDirty=!1}forceRelativeParentToResolveTarget(){this.relativeParent&&this.relativeParent.resolvedRelativeTargetAt!==tN.timestamp&&this.relativeParent.resolveTargetDelta(!0)}resolveTargetDelta(t=!1){let e=this.getLead();this.isProjectionDirty||(this.isProjectionDirty=e.isProjectionDirty),this.isTransformDirty||(this.isTransformDirty=e.isTransformDirty),this.isSharedProjectionDirty||(this.isSharedProjectionDirty=e.isSharedProjectionDirty);let i=!!this.resumingFrom||this!==e;if(!(t||i&&this.isSharedProjectionDirty||this.isProjectionDirty||this.parent?.isProjectionDirty||this.attemptToResolveRelativeTarget||this.root.updateBlockedByResize))return;let{layout:s,layoutId:n}=this.options;if(!this.layout||!(s||n))return;this.resolvedRelativeTargetAt=tN.timestamp;let r=this.getClosestProjectingParent();if(r&&this.linkedParentVersion!==r.layoutVersion&&!r.options.layoutRoot&&this.removeRelativeTarget(),this.targetDelta||this.relativeTarget||(!1!==this.options.layoutAnchor&&r&&r.layout?this.createRelativeTarget(r,this.layout.layoutBox,r.layout.layoutBox):this.removeRelativeTarget()),this.relativeTarget||this.targetDelta){if(this.target||(this.target=Z(),this.targetWithTransforms=Z()),this.relativeTarget&&this.relativeTargetOrigin&&this.relativeParent&&this.relativeParent.target){var a,o,l,h;this.forceRelativeParentToResolveTarget(),a=this.target,o=this.relativeTarget,l=this.relativeParent.target,h=this.options.layoutAnchor||void 0,sY(a.x,o.x,l.x,h?.x),sY(a.y,o.y,l.y,h?.y)}else this.targetDelta?(this.resumingFrom?this.applyTransform(this.layout.layoutBox,!1,this.target):nN(this.target,this.layout.layoutBox),eJ(this.target,this.targetDelta)):nN(this.target,this.layout.layoutBox);this.attemptToResolveRelativeTarget&&(this.attemptToResolveRelativeTarget=!1,!1!==this.options.layoutAnchor&&r&&!!r.resumingFrom==!!this.resumingFrom&&!r.options.layoutScroll&&r.target&&1!==this.animationProgress?this.createRelativeTarget(r,this.target,r.target):this.relativeParent=this.relativeTarget=void 0)}}getClosestProjectingParent(){if(!(!this.parent||eX(this.parent.latestValues)||eG(this.parent.latestValues)))if(this.parent.isProjecting())return this.parent;else return this.parent.getClosestProjectingParent()}isProjecting(){return!!((this.relativeTarget||this.targetDelta||this.options.layoutRoot)&&this.layout)}createRelativeTarget(t,e,i){this.relativeParent=t,this.linkedParentVersion=t.layoutVersion,this.forceRelativeParentToResolveTarget(),this.relativeTarget=Z(),this.relativeTargetOrigin=Z(),sK(this.relativeTargetOrigin,e,i,this.options.layoutAnchor||void 0),nN(this.relativeTarget,this.relativeTargetOrigin)}removeRelativeTarget(){this.relativeParent=this.relativeTarget=void 0}calcProjection(){let t=this.getLead(),e=!!this.resumingFrom||this!==t,i=!0;if((this.isProjectionDirty||this.parent?.isProjectionDirty)&&(i=!1),e&&(this.isSharedProjectionDirty||this.isTransformDirty)&&(i=!1),this.resolvedRelativeTargetAt===tN.timestamp&&(i=!1),i)return;let{layout:s,layoutId:n}=this.options;if(this.isTreeAnimating=!!(this.parent&&this.parent.isTreeAnimating||this.currentAnimation||this.pendingAnimation),this.isTreeAnimating||(this.targetDelta=this.relativeTarget=void 0),!this.layout||!(s||n))return;nN(this.layoutCorrected,this.layout.layoutBox);let r=this.treeScale.x,a=this.treeScale.y;!function(t,e,i,s=!1){let n,r,a=i.length;if(a){e.x=e.y=1;for(let o=0;o<a;o++){r=(n=i[o]).projectionDelta;let{visualElement:a}=n.options;(!a||!a.props.style||"contents"!==a.props.style.display)&&(s&&n.options.layoutScroll&&n.scroll&&n!==n.root&&(eQ(t.x,-n.scroll.offset.x),eQ(t.y,-n.scroll.offset.y)),r&&(e.x*=r.x.scale,e.y*=r.y.scale,eJ(t,r)),s&&eK(n.latestValues)&&e2(t,n.latestValues,n.layout?.layoutBox))}e.x<1.0000000000001&&e.x>.999999999999&&(e.x=1),e.y<1.0000000000001&&e.y>.999999999999&&(e.y=1)}}(this.layoutCorrected,this.treeScale,this.path,e),t.layout&&!t.target&&(1!==this.treeScale.x||1!==this.treeScale.y)&&(t.target=t.layout.layoutBox,t.targetWithTransforms=Z());let{target:o}=t;if(!o){this.prevProjectionDelta&&(this.createProjectionDeltas(),this.scheduleRender());return}this.projectionDelta&&this.prevProjectionDelta?(nD(this.prevProjectionDelta.x,this.projectionDelta.x),nD(this.prevProjectionDelta.y,this.projectionDelta.y)):this.createProjectionDeltas(),sH(this.projectionDelta,this.layoutCorrected,o,this.latestValues),this.treeScale.x===r&&this.treeScale.y===a&&nY(this.projectionDelta.x,this.prevProjectionDelta.x)&&nY(this.projectionDelta.y,this.prevProjectionDelta.y)||(this.hasProjected=!0,this.scheduleRender(),this.notifyListeners("projectionUpdate",o))}hide(){this.isVisible=!1}show(){this.isVisible=!0}scheduleRender(t=!0){if(this.options.visualElement?.scheduleRender(),t){let t=this.getStack();t&&t.scheduleRender()}this.resumingFrom&&!this.resumingFrom.instance&&(this.resumingFrom=void 0)}createProjectionDeltas(){this.prevProjectionDelta=G(),this.projectionDelta=G(),this.projectionDeltaWithTransform=G()}setAnimationOrigin(t,e=!1){let i,s=this.snapshot,n=s?s.latestValues:{},r={...this.latestValues},a=G();this.relativeParent&&this.relativeParent.options.layoutRoot||(this.relativeTarget=this.relativeTargetOrigin=void 0),this.attemptToResolveRelativeTarget=!e;let o=Z(),l=(s?s.source:void 0)!==(this.layout?this.layout.source:void 0),h=this.getStack(),u=!h||h.members.length<=1,d=!!(l&&!u&&!0===this.options.crossfade&&!this.path.some(ro));this.animationProgress=0,this.mixTargetDelta=e=>{let s=e/1e3;if(rr(a.x,t.x,s),rr(a.y,t.y,s),this.setTargetDelta(a),this.relativeTarget&&this.relativeTargetOrigin&&this.layout&&this.relativeParent&&this.relativeParent.layout){var h,c,p,m,f,y;sK(o,this.layout.layoutBox,this.relativeParent.layout.layoutBox,this.options.layoutAnchor||void 0),p=this.relativeTarget,m=this.relativeTargetOrigin,f=o,y=s,ra(p.x,m.x,f.x,y),ra(p.y,m.y,f.y,y),i&&(h=this.relativeTarget,c=i,nz(h.x,c.x)&&nz(h.y,c.y))&&(this.isProjectionDirty=!1),i||(i=Z()),nN(i,this.relativeTarget)}l&&(this.animationValues=r,function(t,e,i,s,n,r){n?(t.opacity=eO(0,i.opacity??1,nA(s)),t.opacityExit=eO(e.opacity??1,0,nM(s))):r&&(t.opacity=eO(e.opacity??1,i.opacity??1,s));for(let n=0;n<nj;n++){let r=nP[n],a=nk(e,r),o=nk(i,r);(void 0!==a||void 0!==o)&&(a||(a=0),o||(o=0),0===a||0===o||nC(a)===nC(o)?(t[r]=Math.max(eO(nE(a),nE(o),s),0),(j.test(o)||j.test(a))&&(t[r]+="%")):t[r]=o)}(e.rotate||i.rotate)&&(t.rotate=eO(e.rotate||0,i.rotate||0,s))}(r,n,this.latestValues,s,d,u)),this.root.scheduleUpdateProjection(),this.scheduleRender(),this.animationProgress=s},this.mixTargetDelta(1e3*!!this.options.layoutRoot)}startAnimation(t){this.notifyListeners("animationStart"),this.currentAnimation?.stop(),this.resumingFrom?.currentAnimation?.stop(),this.pendingAnimation&&(tR(this.pendingAnimation),this.pendingAnimation=void 0),this.pendingAnimation=tV.update(()=>{var e,i,s;let n;nv.hasAnimatedSinceResize=!0,t3.layout++,this.motionValue||(this.motionValue=eo(0)),this.motionValue.jump(0,!1),this.currentAnimation=(e=this.motionValue,i=[0,1e3],s={...t,velocity:0,isSync:!0,onUpdate:e=>{this.mixTargetDelta(e),t.onUpdate&&t.onUpdate(e)},onStop:()=>{t3.layout--},onComplete:()=>{t3.layout--,t.onComplete&&t.onComplete(),this.completeAnimation()}},(n=J(e)?e:eo(e)).start(sA("",n,i,s)),n.animation),this.resumingFrom&&(this.resumingFrom.currentAnimation=this.currentAnimation),this.pendingAnimation=void 0})}completeAnimation(){this.resumingFrom&&(this.resumingFrom.currentAnimation=void 0,this.resumingFrom.preserveOpacity=void 0);let t=this.getStack();t&&t.exitAnimationComplete(),this.resumingFrom=this.currentAnimation=this.animationValues=void 0,this.notifyListeners("animationComplete")}finishAnimation(){this.currentAnimation&&(this.mixTargetDelta&&this.mixTargetDelta(1e3),this.currentAnimation.stop()),this.completeAnimation()}applyTransformsToTarget(){let t=this.getLead(),{targetWithTransforms:e,target:i,layout:s,latestValues:n}=t;if(e&&i&&s){if(this!==t&&this.layout&&s&&rc(this.options.animationType,this.layout.layoutBox,s.layoutBox)){i=this.target||Z();let e=sW(this.layout.layoutBox.x);i.x.min=t.target.x.min,i.x.max=i.x.min+e;let s=sW(this.layout.layoutBox.y);i.y.min=t.target.y.min,i.y.max=i.y.min+s}nN(e,i),e2(e,n),sH(this.projectionDeltaWithTransform,this.layoutCorrected,e,n)}}registerSharedNode(t,e){this.sharedNodes.has(t)||this.sharedNodes.set(t,new nX),this.sharedNodes.get(t).add(e);let i=e.options.initialPromotionConfig;e.promote({transition:i?i.transition:void 0,preserveFollowOpacity:i&&i.shouldPreserveFollowOpacity?i.shouldPreserveFollowOpacity(e):void 0})}isLead(){let t=this.getStack();return!t||t.lead===this}getLead(){let{layoutId:t}=this.options;return t&&this.getStack()?.lead||this}getPrevLead(){let{layoutId:t}=this.options;return t?this.getStack()?.prevLead:void 0}getStack(){let{layoutId:t}=this.options;if(t)return this.root.sharedNodes.get(t)}promote({needsReset:t,transition:e,preserveFollowOpacity:i}={}){let s=this.getStack();s&&s.promote(this,i),t&&(this.projectionDelta=void 0,this.needsReset=!0),e&&this.setOptions({transition:e})}relegate(){let t=this.getStack();return!!t&&t.relegate(this)}resetSkewAndRotation(){let{visualElement:t}=this.options;if(!t)return;let e=!1,{latestValues:i}=t;if((i.z||i.rotate||i.rotateX||i.rotateY||i.rotateZ||i.skewX||i.skewY)&&(e=!0),!e)return;let s={};i.z&&nJ("z",t,s,this.animationValues);for(let e=0;e<nq.length;e++)nJ(`rotate${nq[e]}`,t,s,this.animationValues),nJ(`skew${nq[e]}`,t,s,this.animationValues);for(let e in t.render(),s)t.setStaticValue(e,s[e]),this.animationValues&&(this.animationValues[e]=s[e]);t.scheduleRender()}applyProjectionStyles(t,e){if(!this.instance||this.isSVG)return;if(!this.isVisible){t.visibility="hidden";return}let i=this.getTransformTemplate();if(this.needsReset){this.needsReset=!1,t.visibility="",t.opacity="",t.pointerEvents=ih(e?.pointerEvents)||"",t.transform=i?i(this.latestValues,""):"none";return}let s=this.getLead();if(!this.projectionDelta||!this.layout||!s.target){this.options.layoutId&&(t.opacity=void 0!==this.latestValues.opacity?this.latestValues.opacity:1,t.pointerEvents=ih(e?.pointerEvents)||""),this.hasProjected&&!eK(this.latestValues)&&(t.transform=i?i({},""):"none",this.hasProjected=!1);return}t.visibility="";let n=s.animationValues||s.latestValues;this.applyTransformsToTarget();let r=function(t,e,i){let s="",n=t.x.translate/e.x,r=t.y.translate/e.y,a=i?.z||0;if((n||r||a)&&(s=`translate3d(${n}px, ${r}px, ${a}px) `),(1!==e.x||1!==e.y)&&(s+=`scale(${1/e.x}, ${1/e.y}) `),i){let{transformPerspective:t,rotate:e,rotateX:n,rotateY:r,skewX:a,skewY:o}=i;t&&(s=`perspective(${t}px) ${s}`),e&&(s+=`rotate(${e}deg) `),n&&(s+=`rotateX(${n}deg) `),r&&(s+=`rotateY(${r}deg) `),a&&(s+=`skewX(${a}deg) `),o&&(s+=`skewY(${o}deg) `)}let o=t.x.scale*e.x,l=t.y.scale*e.y;return(1!==o||1!==l)&&(s+=`scale(${o}, ${l})`),s||"none"}(this.projectionDeltaWithTransform,this.treeScale,n);i&&(r=i(n,r)),t.transform=r;let{x:a,y:o}=this.projectionDelta;for(let e in t.transformOrigin=`${100*a.origin}% ${100*o.origin}% 0`,s.animationValues?t.opacity=s===this?n.opacity??this.latestValues.opacity??1:this.preserveOpacity?this.latestValues.opacity:n.opacityExit:t.opacity=s===this?void 0!==n.opacity?n.opacity:"":void 0!==n.opacityExit?n.opacityExit:0,eU){if(void 0===n[e])continue;let{correct:i,applyTo:a,isCSSVariable:o}=eU[e],l="none"===r?n[e]:i(n[e],s);if(a){let e=a.length;for(let i=0;i<e;i++)t[a[i]]=l}else o?this.options.visualElement.renderState.vars[e]=l:t[e]=l}this.options.layoutId&&(t.pointerEvents=s===this?ih(e?.pointerEvents)||"":"none")}clearSnapshot(){this.resumeFrom=this.snapshot=void 0}resetTree(){this.root.nodes.forEach(t=>t.currentAnimation?.stop()),this.root.nodes.forEach(n4),this.root.sharedNodes.clear()}}}function n0(t){t.updateLayout()}function n1(t){let e=t.resumeFrom?.snapshot||t.snapshot;if(t.isLead()&&t.layout&&e&&t.hasListeners("didUpdate")){let{layoutBox:i,measuredBox:s}=t.layout,{animationType:n}=t.options,r=e.source!==t.layout.source;if("size"===n)sU(t=>{let s=r?e.measuredBox[t]:e.layoutBox[t],n=sW(s);s.min=i[t].min,s.max=s.min+n});else if("x"===n||"y"===n){let t="x"===n?"y":"x";nR(r?e.measuredBox[t]:e.layoutBox[t],i[t])}else rc(n,e.layoutBox,i)&&sU(s=>{let n=r?e.measuredBox[s]:e.layoutBox[s],a=sW(i[s]);n.max=n.min+a,t.relativeTarget&&!t.currentAnimation&&(t.isProjectionDirty=!0,t.relativeTarget[s].max=t.relativeTarget[s].min+a)});let a=G();sH(a,i,e.layoutBox);let o=G();r?sH(o,t.applyTransform(s,!0),e.measuredBox):sH(o,i,e.layoutBox);let l=!n$(a),h=!1;if(!t.resumeFrom){let s=t.getClosestProjectingParent();if(s&&!s.resumeFrom){let{snapshot:n,layout:r}=s;if(n&&r){let a=t.options.layoutAnchor||void 0,o=Z();sK(o,e.layoutBox,n.layoutBox,a);let l=Z();sK(l,i,r.layoutBox,a),n_(o,l)||(h=!0),s.options.layoutRoot&&(t.relativeTarget=l,t.relativeTargetOrigin=o,t.relativeParent=s)}}}t.notifyListeners("didUpdate",{layout:i,snapshot:e,delta:o,layoutDelta:a,hasLayoutChanged:l,hasRelativeLayoutChanged:h})}else if(t.isLead()){let{onExitComplete:e}=t.options;e&&e()}t.options.transition=void 0}function n2(t){t.parent&&(t.isProjecting()||(t.isProjectionDirty=t.parent.isProjectionDirty),t.isSharedProjectionDirty||(t.isSharedProjectionDirty=!!(t.isProjectionDirty||t.parent.isProjectionDirty||t.parent.isSharedProjectionDirty)),t.isTransformDirty||(t.isTransformDirty=t.parent.isTransformDirty))}function n5(t){t.isProjectionDirty=t.isSharedProjectionDirty=t.isTransformDirty=!1}function n3(t){t.clearSnapshot()}function n4(t){t.clearMeasurements()}function n6(t){t.isLayoutDirty=!0,t.updateLayout()}function n9(t){t.isLayoutDirty=!1}function n7(t){t.isAnimationBlocked&&t.layout&&!t.isLayoutDirty&&(t.snapshot=t.layout,t.isLayoutDirty=!0)}function n8(t){let{visualElement:e}=t.options;e&&e.getProps().onBeforeLayoutMeasure&&e.notify("BeforeLayoutMeasure"),t.resetTransform()}function rt(t){t.finishAnimation(),t.targetDelta=t.relativeTarget=t.target=void 0,t.isProjectionDirty=!0}function re(t){t.resolveTargetDelta()}function ri(t){t.calcProjection()}function rs(t){t.resetSkewAndRotation()}function rn(t){t.removeLeadSnapshot()}function rr(t,e,i){t.translate=eO(e.translate,0,i),t.scale=eO(e.scale,1,i),t.origin=e.origin,t.originPoint=e.originPoint}function ra(t,e,i,s){t.min=eO(e.min,i.min,s),t.max=eO(e.max,i.max,s)}function ro(t){return t.animationValues&&void 0!==t.animationValues.opacityExit}let rl={duration:.45,ease:[.4,0,.1,1]},rh=t=>"u">typeof navigator&&navigator.userAgent&&navigator.userAgent.toLowerCase().includes(t),ru=rh("applewebkit/")&&!rh("chrome/")?Math.round:tC;function rd(t){t.min=ru(t.min),t.max=ru(t.max)}function rc(t,e,i){return"position"===t||"preserve-aspect"===t&&!(.2>=Math.abs(nH(e)-nH(i)))}function rp(t){return t!==t.root&&t.scroll?.wasRoot}let rm=nQ({attachResizeListener:(t,e)=>s$(t,"resize",e),measureScroll:()=>({x:document.documentElement.scrollLeft||document.body?.scrollLeft||0,y:document.documentElement.scrollTop||document.body?.scrollTop||0}),checkIsScrollRoot:()=>!0}),rf={current:void 0},ry=nQ({measureScroll:t=>({x:t.scrollLeft,y:t.scrollTop}),defaultParent:()=>{if(!rf.current){let t=new rm({});t.mount(window),t.setOptions({layoutScroll:!0}),rf.current=t}return rf.current},resetTransform:(t,e)=>{t.style.transform=void 0!==e?e:"none"},checkIsScrollRoot:t=>"fixed"===window.getComputedStyle(t).position});function rg(t,e){let i=sZ(t),s=new AbortController;return[i,{passive:!0,...e,signal:s.signal},()=>s.abort()]}function rv(t,e,i){let{props:s}=t;t.animationState&&s.whileHover&&t.animationState.setActive("whileHover","Start"===i);let n=s["onHover"+i];n&&tV.postRender(()=>n(e,s8(e)))}function rx(t){return sG(t)&&"offsetHeight"in t&&!("ownerSVGElement"in t)}let rw=(t,e)=>!!e&&(t===e||rw(t,e.parentElement)),rb=new WeakSet;function rS(t){return e=>{"Enter"===e.key&&t(e)}}function rT(t,e){t.dispatchEvent(new PointerEvent("pointer"+e,{isPrimary:!0,bubbles:!0}))}function rP(t){return s7(t)&&!(sz.x||sz.y)}let rj=new WeakSet;function rE(t,e,i){let{props:s}=t;if(t.current instanceof HTMLButtonElement&&t.current.disabled)return;t.animationState&&s.whileTap&&t.animationState.setActive("whileTap","Start"===i);let n=s["onTap"+("End"===i?"":i)];n&&tV.postRender(()=>n(e,s8(e)))}let rC=new WeakMap,rk=new WeakMap,rA=t=>{let e=rC.get(t.target);e&&e(t)},rM=t=>{t.forEach(rA)},rV={some:0,all:1},rR=function(t,e){if("u"<typeof Proxy)return iP;let i=new Map,s=(i,s)=>iP(i,s,t,e);return new Proxy((t,e)=>s(t,e),{get:(n,r)=>"create"===r?s:(i.has(r)||i.set(r,iP(r,void 0,t,e)),i.get(r))})}({animation:{Feature:class extends ij{constructor(t){super(t),t.animationState||(t.animationState=function(t){let e=e=>Promise.all(e.map(({animation:e,options:i})=>(function(t,e,i={}){let s;if(t.notify("AnimationStart",e),Array.isArray(e))s=Promise.all(e.map(e=>sR(t,e,i)));else if("string"==typeof e)s=sR(t,e,i);else{let n="function"==typeof e?iE(t,e,i.custom):e;s=Promise.all(sM(t,n,i))}return s.then(()=>{t.notify("AnimationComplete",e)})})(t,e,i))),i=sF(),s=!0,n=!1,r=e=>(i,s)=>{let n=iE(t,s,"exit"===e?t.presenceContext?.custom:void 0);if(n){let{transition:t,transitionEnd:e,...s}=n;i={...i,...s,...e}}return i};function a(a){let{props:o}=t,l=function t(e){if(!e)return;if(!e.isControllingVariants){let i=e.parent&&t(e.parent)||{};return void 0!==e.props.initial&&(i.initial=e.props.initial),i}let i={};for(let t=0;t<sN;t++){let s=ep[t],n=e.props[s];(ed(n)||!1===n)&&(i[s]=n)}return i}(t.parent)||{},h=[],u=new Set,d={},c=1/0;for(let e=0;e<sB;e++){var p,m;let f=sL[e],y=i[f],g=void 0!==o[f]?o[f]:l[f],v=ed(g),x=f===a?y.isActive:null;!1===x&&(c=e);let w=g===l[f]&&g!==o[f]&&v;if(w&&(s||n)&&t.manuallyAnimateOnMount&&(w=!1),y.protectedKeys={...d},!y.isActive&&null===x||!g&&!y.prevProp||eu(g)||"boolean"==typeof g)continue;if("exit"===f&&y.isActive&&!0!==x){y.prevResolvedValues&&(d={...d,...y.prevResolvedValues});continue}let b=(p=y.prevProp,"string"==typeof(m=g)?m!==p:!!Array.isArray(m)&&!sD(m,p)),S=b||f===a&&y.isActive&&!w&&v||e>c&&v,T=!1,P=Array.isArray(g)?g:[g],j=P.reduce(r(f),{});!1===x&&(j={});let{prevResolvedValues:E={}}=y,C={...E,...j},k=e=>{S=!0,u.has(e)&&(T=!0,u.delete(e)),y.needsAnimating[e]=!0;let i=t.getValue(e);i&&(i.liveStyle=!1)};for(let t in C){let e=j[t],i=E[t];if(!d.hasOwnProperty(t))(iA(e)&&iA(i)?sD(e,i):e===i)?void 0!==e&&u.has(t)?k(t):y.protectedKeys[t]=!0:null!=e?k(t):u.add(t)}y.prevProp=g,y.prevResolvedValues=j,y.isActive&&(d={...d,...j}),(s||n)&&t.blockInitialAnimation&&(S=!1);let A=w&&b,M=!A||T;S&&M&&h.push(...P.map(e=>{let i={type:f};if("string"==typeof e&&(s||n)&&!A&&t.manuallyAnimateOnMount&&t.parent){let{parent:s}=t,n=iE(s,e);if(s.enteringChildren&&n){let{delayChildren:e}=n.transition||{};i.delay=sV(s.enteringChildren,t,e)}}return{animation:e,options:i}}))}if(u.size){let e={};if("boolean"!=typeof o.initial){let i=iE(t,Array.isArray(o.initial)?o.initial[0]:o.initial);i&&i.transition&&(e.transition=i.transition)}u.forEach(i=>{let s=t.getBaseTarget(i),n=t.getValue(i);n&&(n.liveStyle=!0),e[i]=s??null}),h.push({animation:e})}let f=!!h.length;return s&&(!1===o.initial||o.initial===o.animate)&&!t.manuallyAnimateOnMount&&(f=!1),s=!1,n=!1,f?e(h):Promise.resolve()}return{animateChanges:a,setActive:function(e,s){if(i[e].isActive===s)return Promise.resolve();t.variantChildren?.forEach(t=>t.animationState?.setActive(e,s)),i[e].isActive=s;let n=a(e);for(let t in i)i[t].protectedKeys={};return n},setAnimateFunction:function(i){e=i(t)},getState:()=>i,reset:()=>{i=sF(),n=!0}}}(t))}updateAnimationControlsSubscription(){let{animate:t}=this.node.getProps();eu(t)&&(this.unmountControls=t.subscribe(this.node))}mount(){this.updateAnimationControlsSubscription()}update(){let{animate:t}=this.node.getProps(),{animate:e}=this.node.prevProps||{};t!==e&&this.updateAnimationControlsSubscription()}unmount(){this.node.animationState.reset(),this.unmountControls?.()}}},exit:{Feature:class extends ij{constructor(){super(...arguments),this.id=sO++,this.isExitComplete=!1}update(){if(!this.node.presenceContext)return;let{isPresent:t,onExitComplete:e}=this.node.presenceContext,{isPresent:i}=this.node.prevPresenceContext||{};if(!this.node.animationState||t===i)return;if(t&&!1===i){if(this.isExitComplete){let{initial:t,custom:e}=this.node.getProps();if("string"==typeof t){let i=iE(this.node,t,e);if(i){let{transition:t,transitionEnd:e,...s}=i;for(let t in s)this.node.getValue(t)?.jump(s[t])}}this.node.animationState.reset(),this.node.animationState.animateChanges()}else this.node.animationState.setActive("exit",!1);this.isExitComplete=!1;return}let s=this.node.animationState.setActive("exit",!t);e&&!t&&s.then(()=>{this.isExitComplete=!0,e(this.id)})}mount(){let{register:t,onExitComplete:e}=this.node.presenceContext||{};e&&e(this.id),t&&(this.unmount=t(this.id))}unmount(){}}},inView:{Feature:class extends ij{constructor(){super(...arguments),this.hasEnteredView=!1,this.isInView=!1}startObserver(){var t;let e;this.stopObserver?.();let{viewport:i={}}=this.node.getProps(),{root:s,margin:n,amount:r="some",once:a}=i,o={root:s?s.current:void 0,rootMargin:n,threshold:"number"==typeof r?r:rV[r]},l=t=>{let{isIntersecting:e}=t;if(this.isInView===e||(this.isInView=e,a&&!e&&this.hasEnteredView))return;e&&(this.hasEnteredView=!0),this.node.animationState&&this.node.animationState.setActive("whileInView",e);let{onViewportEnter:i,onViewportLeave:s}=this.node.getProps(),n=e?i:s;n&&n(t)};this.stopObserver=(t=this.node.current,e=function({root:t,...e}){let i=t||document;rk.has(i)||rk.set(i,{});let s=rk.get(i),n=JSON.stringify(e);return s[n]||(s[n]=new IntersectionObserver(rM,{root:t,...e})),s[n]}(o),rC.set(t,l),e.observe(t),()=>{rC.delete(t),e.unobserve(t)})}mount(){this.startObserver()}update(){if("u"<typeof IntersectionObserver)return;let{props:t,prevProps:e}=this.node;["amount","margin","root"].some(function({viewport:t={}},{viewport:e={}}={}){return i=>t[i]!==e[i]}(t,e))&&this.startObserver()}unmount(){this.stopObserver?.(),this.hasEnteredView=!1,this.isInView=!1}}},tap:{Feature:class extends ij{mount(){let{current:t}=this.node;if(!t)return;let{globalTapTarget:e,propagate:i}=this.node.props;this.unmount=function(t,e,i={}){let[s,n,r]=rg(t,i),a=t=>{let s=t.currentTarget;if(!rP(t)||rj.has(t))return;rb.add(s),i.stopPropagation&&rj.add(t);let r=e(s,t),a=(t,e)=>{window.removeEventListener("pointerup",o),window.removeEventListener("pointercancel",l),rb.has(s)&&rb.delete(s),rP(t)&&"function"==typeof r&&r(t,{success:e})},o=t=>{a(t,s===window||s===document||i.useGlobalTarget||rw(s,t.target))},l=t=>{a(t,!1)};window.addEventListener("pointerup",o,n),window.addEventListener("pointercancel",l,n)};return s.forEach(t=>{((i.useGlobalTarget?window:t).addEventListener("pointerdown",a,n),rx(t))&&(t.addEventListener("focus",t=>((t,e)=>{let i=t.currentTarget;if(!i)return;let s=rS(()=>{if(rb.has(i))return;rT(i,"down");let t=rS(()=>{rT(i,"up")});i.addEventListener("keyup",t,e),i.addEventListener("blur",()=>rT(i,"cancel"),e)});i.addEventListener("keydown",s,e),i.addEventListener("blur",()=>i.removeEventListener("keydown",s),e)})(t,n)),s6.has(t.tagName)||!0===t.isContentEditable||t.hasAttribute("tabindex")||(t.tabIndex=0))}),r}(t,(t,e)=>(rE(this.node,e,"Start"),(t,{success:e})=>rE(this.node,t,e?"End":"Cancel")),{useGlobalTarget:e,stopPropagation:i?.tap===!1})}unmount(){}}},focus:{Feature:class extends ij{constructor(){super(...arguments),this.isActive=!1}onFocus(){let t=!1;try{t=this.node.current.matches(":focus-visible")}catch(e){t=!0}t&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!0),this.isActive=!0)}onBlur(){this.isActive&&this.node.animationState&&(this.node.animationState.setActive("whileFocus",!1),this.isActive=!1)}mount(){this.unmount=iR(s$(this.node.current,"focus",()=>this.onFocus()),s$(this.node.current,"blur",()=>this.onBlur()))}unmount(){}}},hover:{Feature:class extends ij{mount(){let{current:t}=this.node;t&&(this.unmount=function(t,e,i={}){let[s,n,r]=rg(t,i);return s.forEach(t=>{let i,s=!1,r=!1,a=e=>{i&&(i(e),i=void 0),t.removeEventListener("pointerleave",l)},o=t=>{s=!1,window.removeEventListener("pointerup",o),window.removeEventListener("pointercancel",o),r&&(r=!1,a(t))},l=t=>{if("touch"!==t.pointerType){if(s){r=!0;return}a(t)}};t.addEventListener("pointerenter",s=>{if("touch"===s.pointerType||sz.x||sz.y)return;r=!1;let a=e(t,s);"function"==typeof a&&(i=a,t.addEventListener("pointerleave",l,n))},n),t.addEventListener("pointerdown",()=>{s=!0,window.addEventListener("pointerup",o,n),window.addEventListener("pointercancel",o,n)},n)}),r}(t,(t,e)=>(rv(this.node,e,"Start"),t=>rv(this.node,t,"End"))))}unmount(){}}},pan:{Feature:class extends ij{constructor(){super(...arguments),this.removePointerDownListener=tC}onPointerDown(t){this.session=new nn(t,this.createPanHandlers(),{transformPagePoint:this.node.getTransformPagePoint(),contextWindow:ne(this.node)})}createPanHandlers(){let{onPanSessionStart:t,onPanStart:e,onPan:i,onPanEnd:s}=this.node.getProps();return{onSessionStart:ng(t),onStart:ng(e),onMove:ng(i),onEnd:(t,e)=>{delete this.session,s&&tV.postRender(()=>s(t,e))}}}mount(){this.removePointerDownListener=nt(this.node.current,"pointerdown",t=>this.onPointerDown(t))}update(){this.session&&this.session.updateHandlers(this.createPanHandlers())}unmount(){this.removePointerDownListener(),this.session&&this.session.end()}}},drag:{Feature:class extends ij{constructor(t){super(t),this.removeGroupControls=tC,this.removeListeners=tC,this.controls=new nm(t)}mount(){let{dragControls:t}=this.node.getProps();t&&(this.removeGroupControls=t.subscribe(this.controls)),this.removeListeners=this.controls.addListeners()||tC}update(){let{dragControls:t}=this.node.getProps(),{dragControls:e}=this.node.prevProps||{};t!==e&&(this.removeGroupControls(),t&&(this.removeGroupControls=t.subscribe(this.controls)))}unmount(){this.removeGroupControls(),this.removeListeners(),this.controls.isDragging||this.controls.endPanSession()}},ProjectionNode:ry,MeasureLayout:nT},layout:{ProjectionNode:ry,MeasureLayout:nT}},(t,e)=>e.isSVG??e6(t)?new e_(e):new e3(e,{allowProjection:t!==o.Fragment}));var rN=o;function rD(t,e){if("function"==typeof t)return t(e);null!=t&&(t.current=e)}class rL extends rN.Component{getSnapshotBeforeUpdate(t){let e=this.props.childRef.current;if(rx(e)&&t.isPresent&&!this.props.isPresent&&!1!==this.props.pop){let t=e.offsetParent,i=rx(t)&&t.offsetWidth||0,s=rx(t)&&t.offsetHeight||0,n=getComputedStyle(e),r=this.props.sizeRef.current;r.height=parseFloat(n.height),r.width=parseFloat(n.width),r.top=e.offsetTop,r.left=e.offsetLeft,r.right=i-r.width-r.left,r.bottom=s-r.height-r.top}return null}componentDidUpdate(){}render(){return this.props.children}}function rB({children:t,isPresent:e,anchorX:i,anchorY:s,root:n,pop:r}){let l=(0,rN.useId)(),h=(0,rN.useRef)(null),u=(0,rN.useRef)({width:0,height:0,top:0,left:0,right:0,bottom:0}),{nonce:d}=(0,rN.useContext)(e8),c=function(...t){return o.useCallback(function(...t){return e=>{let i=!1,s=t.map(t=>{let s=rD(t,e);return i||"function"!=typeof s||(i=!0),s});if(i)return()=>{for(let e=0;e<s.length;e++){let i=s[e];"function"==typeof i?i():rD(t[e],null)}}}}(...t),t)}(h,t.props?.ref??t?.ref);return(0,rN.useInsertionEffect)(()=>{let{width:t,height:a,top:o,left:c,right:p,bottom:m}=u.current;if(e||!1===r||!h.current||!t||!a)return;let f="left"===i?`left: ${c}`:`right: ${p}`,y="bottom"===s?`bottom: ${m}`:`top: ${o}`;h.current.dataset.motionPopId=l;let g=document.createElement("style");d&&(g.nonce=d);let v=n??document.head;return v.appendChild(g),g.sheet&&g.sheet.insertRule(`
|
|
[data-motion-pop-id="${l}"] {
|
|
position: absolute !important;
|
|
width: ${t}px !important;
|
|
height: ${a}px !important;
|
|
${f}px !important;
|
|
${y}px !important;
|
|
}
|
|
`),()=>{h.current?.removeAttribute("data-motion-pop-id"),v.contains(g)&&v.removeChild(g)}},[e]),(0,a.jsx)(rL,{isPresent:e,childRef:h,sizeRef:u,pop:r,children:!1===r?t:rN.cloneElement(t,{ref:c})})}let rI=({children:t,initial:e,isPresent:i,onExitComplete:s,custom:n,presenceAffectsLayout:r,mode:l,anchorX:h,anchorY:u,root:d})=>{let c=id(rF),p=(0,o.useId)(),m=!0,f=(0,o.useMemo)(()=>(m=!1,{id:p,initial:e,isPresent:i,custom:n,onExitComplete:t=>{for(let e of(c.set(t,!0),c.values()))if(!e)return;s&&s()},register:t=>(c.set(t,!1),()=>c.delete(t))}),[i,c,s]);return r&&m&&(f={...f}),(0,o.useMemo)(()=>{c.forEach((t,e)=>c.set(e,!1))},[i]),o.useEffect(()=>{i||c.size||!s||s()},[i]),t=(0,a.jsx)(rB,{pop:"popLayout"===l,isPresent:i,anchorX:h,anchorY:u,root:d,children:t}),(0,a.jsx)(iu.Provider,{value:f,children:t})};function rF(){return new Map}let rO=t=>t.key||"";function rU(t){let e=[];return o.Children.forEach(t,t=>{(0,o.isValidElement)(t)&&e.push(t)}),e}let r$=({children:t,custom:e,initial:i=!0,onExitComplete:s,presenceAffectsLayout:n=!0,mode:r="sync",propagate:l=!1,anchorX:h="left",anchorY:u="top",root:d})=>{let[c,p]=nw(l),m=(0,o.useMemo)(()=>rU(t),[t]),f=l&&!c?[]:m.map(rO),y=(0,o.useRef)(!0),g=(0,o.useRef)(m),v=id(()=>new Map),x=(0,o.useRef)(new Set),[w,b]=(0,o.useState)(m),[S,T]=(0,o.useState)(m);iT(()=>{y.current=!1,g.current=m;for(let t=0;t<S.length;t++){let e=rO(S[t]);f.includes(e)?(v.delete(e),x.current.delete(e)):!0!==v.get(e)&&v.set(e,!1)}},[S,f.length,f.join("-")]);let P=[];if(m!==w){let t=[...m];for(let e=0;e<S.length;e++){let i=S[e],s=rO(i);f.includes(s)||(t.splice(e,0,i),P.push(i))}return"wait"===r&&P.length&&(t=P),T(rU(t)),b(m),null}let{forceRender:j}=(0,o.useContext)(e9);return(0,a.jsx)(a.Fragment,{children:S.map(t=>{let o=rO(t),w=(!l||!!c)&&(m===S||f.includes(o));return(0,a.jsx)(rI,{isPresent:w,initial:(!y.current||!!i)&&void 0,custom:e,presenceAffectsLayout:n,mode:r,root:d,onExitComplete:w?void 0:()=>{if(x.current.has(o)||!v.has(o))return;x.current.add(o),v.set(o,!0);let t=!0;v.forEach(e=>{e||(t=!1)}),t&&(j?.(),T(g.current),l&&p?.(),s&&s())},anchorX:h,anchorY:u,children:t},o)})})};var rz=t.i(70065),rW=t.i(67881),r_=t.i(25959),rH=t.i(23750),rY=t.i(10708),rX=t.i(69035),rK=t.i(60434),rK=rK,rG=t.i(81140),rq=t.i(20783),rZ=t.i(30030),rJ=t.i(48425),rQ=t.i(42727),r0=t.i(69340),r1=t.i(86318),r2=t.i(35804),r5=t.i(99682),r3=t.i(96626),r4="Radio",[r6,r9]=(0,rZ.createContextScope)(r4),[r7,r8]=r6(r4),at=o.forwardRef((t,e)=>{let{__scopeRadio:i,name:s,checked:n=!1,required:r,disabled:l,value:h="on",onCheck:u,form:d,...c}=t,[p,m]=o.useState(null),f=(0,rq.useComposedRefs)(e,t=>m(t)),y=o.useRef(!1),g=!p||d||!!p.closest("form");return(0,a.jsxs)(r7,{scope:i,checked:n,disabled:l,children:[(0,a.jsx)(rJ.Primitive.button,{type:"button",role:"radio","aria-checked":n,"data-state":an(n),"data-disabled":l?"":void 0,disabled:l,value:h,...c,ref:f,onClick:(0,rG.composeEventHandlers)(t.onClick,t=>{n||u?.(),g&&(y.current=t.isPropagationStopped(),y.current||t.stopPropagation())})}),g&&(0,a.jsx)(as,{control:p,bubbles:!y.current,name:s,value:h,checked:n,required:r,disabled:l,form:d,style:{transform:"translateX(-100%)"}})]})});at.displayName=r4;var ae="RadioIndicator",ai=o.forwardRef((t,e)=>{let{__scopeRadio:i,forceMount:s,...n}=t,r=r8(ae,i);return(0,a.jsx)(r3.Presence,{present:s||r.checked,children:(0,a.jsx)(rJ.Primitive.span,{"data-state":an(r.checked),"data-disabled":r.disabled?"":void 0,...n,ref:e})})});ai.displayName=ae;var as=o.forwardRef(({__scopeRadio:t,control:e,checked:i,bubbles:s=!0,...n},r)=>{let l=o.useRef(null),h=(0,rq.useComposedRefs)(l,r),u=(0,r5.usePrevious)(i),d=(0,r2.useSize)(e);return o.useEffect(()=>{let t=l.current;if(!t)return;let e=Object.getOwnPropertyDescriptor(window.HTMLInputElement.prototype,"checked").set;if(u!==i&&e){let n=new Event("click",{bubbles:s});e.call(t,i),t.dispatchEvent(n)}},[u,i,s]),(0,a.jsx)(rJ.Primitive.input,{type:"radio","aria-hidden":!0,defaultChecked:i,...n,tabIndex:-1,ref:h,style:{...n.style,...d,position:"absolute",pointerEvents:"none",opacity:0,margin:0}})});function an(t){return t?"checked":"unchecked"}as.displayName="RadioBubbleInput";var ar=["ArrowUp","ArrowDown","ArrowLeft","ArrowRight"],aa="RadioGroup",[ao,al]=(0,rZ.createContextScope)(aa,[rQ.createRovingFocusGroupScope,r9]),ah=(0,rQ.createRovingFocusGroupScope)(),au=r9(),[ad,ac]=ao(aa),ap=o.forwardRef((t,e)=>{let{__scopeRadioGroup:i,name:s,defaultValue:n,value:r,required:o=!1,disabled:l=!1,orientation:h,dir:u,loop:d=!0,onValueChange:c,...p}=t,m=ah(i),f=(0,r1.useDirection)(u),[y,g]=(0,r0.useControllableState)({prop:r,defaultProp:n??null,onChange:c,caller:aa});return(0,a.jsx)(ad,{scope:i,name:s,required:o,disabled:l,value:y,onValueChange:g,children:(0,a.jsx)(rQ.Root,{asChild:!0,...m,orientation:h,dir:f,loop:d,children:(0,a.jsx)(rJ.Primitive.div,{role:"radiogroup","aria-required":o,"aria-orientation":h,"data-disabled":l?"":void 0,dir:f,...p,ref:e})})})});ap.displayName=aa;var am="RadioGroupItem",af=o.forwardRef((t,e)=>{let{__scopeRadioGroup:i,disabled:s,...n}=t,r=ac(am,i),l=r.disabled||s,h=ah(i),u=au(i),d=o.useRef(null),c=(0,rq.useComposedRefs)(e,d),p=r.value===n.value,m=o.useRef(!1);return o.useEffect(()=>{let t=t=>{ar.includes(t.key)&&(m.current=!0)},e=()=>m.current=!1;return document.addEventListener("keydown",t),document.addEventListener("keyup",e),()=>{document.removeEventListener("keydown",t),document.removeEventListener("keyup",e)}},[]),(0,a.jsx)(rQ.Item,{asChild:!0,...h,focusable:!l,active:p,children:(0,a.jsx)(at,{disabled:l,required:r.required,checked:p,...u,...n,name:r.name,ref:c,onCheck:()=>r.onValueChange(n.value),onKeyDown:(0,rG.composeEventHandlers)(t=>{"Enter"===t.key&&t.preventDefault()}),onFocus:(0,rG.composeEventHandlers)(n.onFocus,()=>{m.current&&d.current?.click()})})})});af.displayName=am;var ay=o.forwardRef((t,e)=>{let{__scopeRadioGroup:i,...s}=t,n=au(i);return(0,a.jsx)(ai,{...n,...s,ref:e})});ay.displayName="RadioGroupIndicator",t.s(["Indicator",0,ay,"Item",0,af,"RadioGroup",0,ap,"RadioGroupIndicator",0,ay,"RadioGroupItem",0,af,"Root",0,ap,"createRadioGroupScope",0,al],72310);var ag=t.i(72310),ag=ag,av=t.i(47163);function ax({className:t,...e}){return(0,a.jsx)(ag.Root,{"data-slot":"radio-group",className:(0,av.cn)("grid gap-3",t),...e})}function aw({className:t,...e}){return(0,a.jsx)(ag.Item,{"data-slot":"radio-group-item",className:(0,av.cn)("aspect-square size-4 shrink-0 rounded-full border border-input text-primary shadow-xs transition-[color,box-shadow] outline-none focus-visible:border-ring focus-visible:ring-[3px] focus-visible:ring-ring/50 disabled:cursor-not-allowed disabled:opacity-50 aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:bg-input/30 dark:aria-invalid:ring-destructive/40",t),...e,children:(0,a.jsx)(ag.Indicator,{"data-slot":"radio-group-indicator",className:"relative flex items-center justify-center",children:(0,a.jsx)(rK.default,{className:"absolute top-1/2 left-1/2 size-2 -translate-x-1/2 -translate-y-1/2 fill-primary"})})})}var ab=t.i(43531),aS=t.i(63059),aT=t.i(75254);let aP=(0,aT.default)("chevron-left",[["path",{d:"m15 18-6-6 6-6",key:"1wnfg3"}]]),aj=(0,aT.default)("shopping-cart",[["circle",{cx:"8",cy:"21",r:"1",key:"jimo8o"}],["circle",{cx:"19",cy:"21",r:"1",key:"13723u"}],["path",{d:"M2.05 2.05h2l2.66 12.42a2 2 0 0 0 2 1.58h9.78a2 2 0 0 0 1.95-1.57l1.65-7.43H5.12",key:"9zh506"}]]),aE=(0,aT.default)("user",[["path",{d:"M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2",key:"975kel"}],["circle",{cx:"12",cy:"7",r:"4",key:"17ys0d"}]]),aC=(0,aT.default)("shield-check",[["path",{d:"M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",key:"oel41y"}],["path",{d:"m9 12 2 2 4-4",key:"dzmm74"}]]);var ak=t.i(27927),aA=t.i(92457),aM=t.i(52786),aV=t.i(88844);let aR=(0,aT.default)("circle-alert",[["circle",{cx:"12",cy:"12",r:"10",key:"1mglay"}],["line",{x1:"12",x2:"12",y1:"8",y2:"12",key:"1pkeuh"}],["line",{x1:"12",x2:"12.01",y1:"16",y2:"16",key:"4dfq90"}]]);var aN=t.i(31278),aD=t.i(79002),aL=t.i(7486),aB=t.i(95187);let aI=(0,aB.createServerReference)("40b21cf1f278d914a8fd27aef4585be054a3e3af26",aB.callServer,void 0,aB.findSourceMapURL,"submitOrder");var aF=t.i(39224),aO=t.i(94179);function aU(t){return"one_time"===t?"einmalig":"/ Monat"}function a$({icon:t,className:e}){let i="Cloud"===t?ak.Cloud:"Utensils"===t?aA.Utensils:"HardDrive"===t?aM.HardDrive:aV.Package;return(0,a.jsx)(i,{className:e})}t.s(["OrderWizard",0,function({products:t,categories:e,initialProfile:i,initialEndCustomers:s}){let n=(0,l.useRouter)(),[r,h]=(0,o.useState)(1),[u,d]=(0,o.useState)(!1),[c]=(0,o.useState)(i||{}),[p,m]=(0,o.useState)(s),[f,y]=(0,o.useState)(s.length>0?s[0].id:null),g=p.find(t=>t.id===f)??null,[v,x]=(0,o.useState)("select"),[w,b]=(0,o.useState)(!1),[S,T]=(0,o.useState)({company_name:"",vat_id:"",first_name:"",last_name:"",street:"",zip:"",city:""}),[P,j]=(0,o.useState)(()=>{let i={};return e.forEach(e=>{let s=t.find(t=>t.category_id===e.id);i[e.id]={productId:s?.id??null,moduleIds:[]}}),i}),E=(0,o.useMemo)(()=>e.filter(t=>t.is_required).every(t=>!!P[t.id]?.productId),[e,P]),C=(0,o.useMemo)(()=>{let i=0;for(let s of e){let e=P[s.id];if(!e?.productId)continue;let n=t.find(t=>t.id===e.productId);n&&(i+=Number(n.base_price),e.moduleIds.forEach(t=>{let e=n.modules?.find(e=>e.id===t);e&&(i+=Number(e.price))}))}return i},[P,t,e]),k=()=>h(t=>t+1),A=()=>h(t=>t-1),M=async()=>{if(S.company_name.trim()){b(!0);try{let t=await (0,aF.createEndCustomer)(S);m(e=>[...e,t]),y(t.id),x("select"),T({company_name:"",vat_id:"",first_name:"",last_name:"",street:"",zip:"",city:""})}catch(t){alert("Fehler beim Anlegen des Kunden.")}finally{b(!1)}}},V=async()=>{if(!u){d(!0);try{let i=await aI({selections:P,products:t,categories:e,customerProfile:c,endCustomerId:f,endCustomer:g});n.push(`/order/success?id=${i.id}`)}catch(t){console.error(t),alert("Fehler bei der Bestellung. Bitte versuchen Sie es erneut."),d(!1)}}};return(0,a.jsxs)("div",{className:"max-w-5xl mx-auto py-12 px-4",children:[(0,a.jsxs)("div",{className:"flex justify-between mb-12 relative",children:[(0,a.jsx)("div",{className:"absolute top-1/2 left-0 w-full h-0.5 bg-white/10 -translate-y-1/2 z-0"}),[1,2,3].map(t=>(0,a.jsx)("div",{className:`relative z-10 w-10 h-10 rounded-full flex items-center justify-center transition-all duration-500 ${r>=t?"bg-primary text-white scale-110 shadow-[0_0_15px_rgba(59,130,246,0.5)]":"bg-slate-800 text-slate-400"}`,children:r>t?(0,a.jsx)(ab.Check,{className:"w-6 h-6"}):t},t))]}),(0,a.jsxs)(r$,{mode:"wait",children:[1===r&&(0,a.jsx)(rR.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},exit:{opacity:0,x:-20},className:"space-y-6",children:(0,a.jsxs)("div",{className:"grid md:grid-cols-3 gap-6",children:[(0,a.jsx)("div",{className:"md:col-span-2 space-y-8",children:(0,a.jsxs)(rz.Card,{className:"glass-dark border-white/10",children:[(0,a.jsxs)(rz.CardHeader,{children:[(0,a.jsxs)(rz.CardTitle,{className:"text-2xl flex items-center gap-2",children:[(0,a.jsx)(aj,{className:"w-6 h-6 text-primary"}),"Software wählen"]}),(0,a.jsx)(rz.CardDescription,{className:"text-slate-300",children:"Wählen Sie pro Kategorie mindestens einen Artikel aus."})]}),(0,a.jsx)(rz.CardContent,{className:"space-y-8",children:e.map((e,i)=>{let s=t.filter(t=>t.category_id===e.id),n=P[e.id],r=s.find(t=>t.id===n?.productId)??null;return(0,a.jsxs)("div",{children:[i>0&&(0,a.jsx)(rX.Separator,{className:"bg-white/10 mb-8"}),(0,a.jsxs)("div",{className:"flex items-center gap-3 mb-4",children:[(0,a.jsx)("div",{className:"w-8 h-8 rounded-lg bg-primary/20 flex items-center justify-center",children:(0,a.jsx)(a$,{icon:e.icon,className:"w-4 h-4 text-primary"})}),(0,a.jsxs)("div",{children:[(0,a.jsx)("h3",{className:"font-bold text-white text-lg",children:e.name}),e.description&&(0,a.jsx)("p",{className:"text-slate-400 text-xs",children:e.description})]}),n?.productId?(0,a.jsxs)(aO.Badge,{className:"ml-auto bg-green-500/20 text-green-400 border border-green-500/30",children:[(0,a.jsx)(ab.Check,{className:"w-3 h-3 mr-1"})," Ausgewählt"]}):e.is_required?(0,a.jsxs)(aO.Badge,{variant:"destructive",className:"ml-auto opacity-80",children:[(0,a.jsx)(aR,{className:"w-3 h-3 mr-1"})," Pflichtfeld"]}):(0,a.jsx)(aO.Badge,{variant:"outline",className:"ml-auto border-white/20 text-slate-400",children:"Optional"})]}),0===s.length?(0,a.jsx)("p",{className:"text-slate-500 text-sm italic",children:"Keine Produkte in dieser Kategorie vorhanden."}):(0,a.jsx)(ax,{value:n?.productId??"",onValueChange:t=>{var i;return i=e.id,void j(e=>({...e,[i]:{productId:t,moduleIds:[]}}))},className:"grid gap-3",children:s.map(t=>(0,a.jsxs)("div",{className:"relative",children:[(0,a.jsx)(aw,{value:t.id,id:`${e.id}-${t.id}`,className:"peer sr-only"}),(0,a.jsxs)(rY.Label,{htmlFor:`${e.id}-${t.id}`,className:"flex flex-col items-start p-4 rounded-xl border-2 border-white/5 bg-white/5 hover:bg-white/10 peer-data-[state=checked]:border-primary peer-data-[state=checked]:bg-primary/5 cursor-pointer transition-all",children:[(0,a.jsxs)("div",{className:"flex justify-between w-full items-center",children:[(0,a.jsxs)("div",{className:"flex items-center gap-2",children:[(0,a.jsx)("span",{className:"font-bold text-base text-white",children:t.name}),(0,a.jsx)("span",{className:`text-[10px] px-1.5 py-0.5 rounded border ${"one_time"===t.billing_interval?"bg-slate-500/20 text-slate-300 border-slate-500/30":"bg-blue-500/20 text-blue-400 border-blue-500/30"}`,children:"one_time"===t.billing_interval?"Einmalig":"Abo/Monat"})]}),(0,a.jsxs)("span",{className:"text-primary font-semibold text-sm",children:[new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(t.base_price)," ",(0,a.jsx)("span",{className:"text-xs text-slate-400",children:aU(t.billing_interval)})]})]}),t.description&&(0,a.jsx)("span",{className:"text-sm text-slate-300 mt-1",children:t.description}),t.modules&&t.modules.length>0&&(0,a.jsxs)("span",{className:"text-xs text-slate-500 mt-1",children:[t.modules.length," optionale Module verfügbar"]})]})]},t.id))}),r?.modules&&r.modules.length>0&&(0,a.jsxs)("div",{className:"mt-4 space-y-3 pl-2 border-l-2 border-primary/30",children:[(0,a.jsx)("p",{className:"text-sm font-semibold text-white ml-2",children:"Zusatzmodule:"}),r.modules.map(i=>{var s;let r,o,l=(s=n?.moduleIds??[],r=!i.requirements?.length||i.requirements.every(t=>s.includes(t)),o=i.exclusions?.some(t=>s.includes(t)),!r||!!o),h=n?.moduleIds.includes(i.id)??!1;return(0,a.jsxs)("div",{className:`flex items-start space-x-3 p-3 rounded-lg border border-white/5 bg-white/5 ml-2 transition-colors ${l?"opacity-50":"hover:bg-white/10"}`,children:[(0,a.jsx)(r_.Checkbox,{id:`mod-${e.id}-${i.id}`,checked:h,onCheckedChange:()=>{var s,n;return s=e.id,n=i.id,void j(e=>{let i=e[s];if(!i?.productId)return e;let r=t.find(t=>t.id===i.productId),a=function(t,e,i){if(e.includes(i)){let s=e.filter(t=>t!==i);return s.filter(e=>{let n=t.find(t=>t.id===e);return!n?.requirements||n.requirements.every(t=>s.includes(t)||t===i)}).filter(t=>t!==i)}{let s=t.find(t=>t.id===i);return s?.exclusions?.some(t=>e.includes(t))?e:[...e,i]}}(r?.modules??[],i.moduleIds,n);return{...e,[s]:{...i,moduleIds:a}}})},disabled:l}),(0,a.jsxs)("div",{className:"flex-1",children:[(0,a.jsxs)(rY.Label,{htmlFor:`mod-${e.id}-${i.id}`,className:`font-medium cursor-pointer flex justify-between text-white ${l?"cursor-not-allowed":""}`,children:[(0,a.jsx)("span",{children:i.name}),(0,a.jsxs)("span",{className:"text-primary font-bold",children:["+",new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(i.price)]})]}),i.description&&(0,a.jsx)("p",{className:"text-xs text-slate-400",children:i.description}),l&&(0,a.jsx)("p",{className:"text-[10px] text-destructive mt-1",children:i.requirements?.some(t=>!n?.moduleIds.includes(t))?"Benötigt weitere Module":"Nicht kombinierbar mit aktueller Auswahl"})]})]},i.id)})]})]},e.id)})})]})}),(0,a.jsx)("div",{className:"space-y-6",children:(0,a.jsxs)(rz.Card,{className:"glass-dark border-primary/20 sticky top-6",children:[(0,a.jsx)(rz.CardHeader,{children:(0,a.jsx)(rz.CardTitle,{className:"text-white",children:"Zusammenfassung"})}),(0,a.jsxs)(rz.CardContent,{className:"space-y-4",children:[e.map(e=>{let i=P[e.id],s=t.find(t=>t.id===i?.productId);return s?(0,a.jsxs)("div",{className:"space-y-1",children:[(0,a.jsx)("div",{className:"flex justify-between text-sm",children:(0,a.jsx)("span",{className:"text-slate-400 font-medium",children:e.name})}),(0,a.jsxs)("div",{className:"flex justify-between text-sm pl-2",children:[(0,a.jsx)("span",{className:"text-white",children:s.name}),(0,a.jsxs)("span",{className:"text-white",children:[new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(s.base_price)," ",(0,a.jsx)("span",{className:"text-slate-400 text-xs",children:aU(s.billing_interval)})]})]}),i.moduleIds.map(t=>{let e=s.modules?.find(e=>e.id===t);return e?(0,a.jsxs)("div",{className:"flex justify-between text-xs pl-4",children:[(0,a.jsxs)("span",{className:"text-slate-300",children:["+ ",e.name]}),(0,a.jsx)("span",{className:"text-slate-300",children:new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(e.price)})]},t):null})]},e.id):(0,a.jsxs)("div",{className:"text-xs text-slate-500 italic flex items-center gap-1",children:[e.is_required?(0,a.jsx)(aR,{className:"w-3 h-3 text-destructive"}):(0,a.jsx)("span",{className:"w-3 h-3 inline-block"}),e.name,": ",e.is_required?"nicht gewählt":"nicht gewählt (optional)"]},e.id)}),(0,a.jsx)(rX.Separator,{className:"bg-white/10"}),(0,a.jsxs)("div",{className:"flex justify-between text-xl font-bold text-gradient",children:[(0,a.jsx)("span",{children:"Gesamt:"}),(0,a.jsx)("span",{children:new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(C)})]}),!E&&(0,a.jsxs)("p",{className:"text-xs text-destructive flex items-center gap-1",children:[(0,a.jsx)(aR,{className:"w-3 h-3"}),"Bitte aus jeder Pflichtkategorie einen Artikel wählen."]})]}),(0,a.jsx)(rz.CardFooter,{children:(0,a.jsxs)(rW.Button,{className:"w-full h-12 text-lg",onClick:k,disabled:!E,children:["Weiter ",(0,a.jsx)(aS.ChevronRight,{className:"ml-2 w-5 h-5"})]})})]})})]})},"step1"),2===r&&(0,a.jsx)(rR.div,{initial:{opacity:0,x:20},animate:{opacity:1,x:0},exit:{opacity:0,x:-20},className:"space-y-6",children:(0,a.jsxs)(rz.Card,{className:"glass-dark border-white/10",children:[(0,a.jsxs)(rz.CardHeader,{children:[(0,a.jsxs)(rz.CardTitle,{className:"text-2xl flex items-center gap-2",children:[(0,a.jsx)(aE,{className:"w-6 h-6 text-primary"}),"Für wen bestellen Sie?"]}),(0,a.jsx)(rz.CardDescription,{className:"text-slate-300",children:"Wählen Sie einen Endkunden aus Ihrem CRM oder legen Sie einen neuen an."})]}),(0,a.jsxs)(rz.CardContent,{className:"space-y-6",children:[(0,a.jsxs)("div",{className:"flex gap-2",children:[(0,a.jsxs)(rW.Button,{variant:"select"===v?"default":"ghost",size:"sm",onClick:()=>x("select"),className:"gap-2",children:[(0,a.jsx)(aL.Building2,{className:"w-4 h-4"})," Bestandskunde wählen"]}),(0,a.jsxs)(rW.Button,{variant:"create"===v?"default":"ghost",size:"sm",onClick:()=>x("create"),className:"gap-2",children:[(0,a.jsx)(aD.UserPlus,{className:"w-4 h-4"})," Neuen Kunden anlegen"]})]}),"select"===v&&(0,a.jsx)("div",{className:"space-y-4",children:0===p.length?(0,a.jsxs)("div",{className:"p-6 rounded-xl bg-white/5 border border-white/10 text-center space-y-3",children:[(0,a.jsx)(aL.Building2,{className:"w-10 h-10 text-slate-600 mx-auto"}),(0,a.jsx)("p",{className:"text-slate-400",children:"Noch keine Endkunden angelegt."}),(0,a.jsxs)(rW.Button,{variant:"outline",size:"sm",onClick:()=>x("create"),className:"border-white/10",children:[(0,a.jsx)(aD.UserPlus,{className:"w-4 h-4 mr-2"})," Ersten Kunden anlegen"]})]}):(0,a.jsx)("div",{className:"space-y-2",children:p.filter(t=>!t.is_anonymized).map(t=>(0,a.jsxs)("label",{className:`flex items-start p-4 rounded-xl border-2 cursor-pointer transition-all ${f===t.id?"border-primary bg-primary/5":"border-white/5 bg-white/5 hover:bg-white/10"}`,children:[(0,a.jsx)("input",{type:"radio",name:"end_customer",value:t.id,checked:f===t.id,onChange:()=>y(t.id),className:"sr-only"}),(0,a.jsxs)("div",{className:"flex-1",children:[(0,a.jsx)("p",{className:"font-semibold text-white",children:t.company_name}),(0,a.jsxs)("p",{className:"text-sm text-slate-400",children:[[t.first_name,t.last_name].filter(Boolean).join(" "),t.first_name||t.last_name?" · ":"",[t.street,t.zip,t.city].filter(Boolean).join(", ")]})]}),f===t.id&&(0,a.jsx)(ab.Check,{className:"w-5 h-5 text-primary mt-0.5 shrink-0"})]},t.id))})}),"create"===v&&(0,a.jsxs)("div",{className:"grid md:grid-cols-2 gap-4 p-4 rounded-xl bg-white/5 border border-white/10",children:[[{label:"Firmenname *",key:"company_name",span:!0,placeholder:"GmbH / Einzelunternehmen"},{label:"USt-IdNr.",key:"vat_id",span:!1,placeholder:"DE123456789"},{label:"Vorname",key:"first_name",span:!1,placeholder:""},{label:"Nachname",key:"last_name",span:!1,placeholder:""},{label:"Straße & Hausnummer",key:"street",span:!0,placeholder:""},{label:"PLZ",key:"zip",span:!1,placeholder:""},{label:"Ort",key:"city",span:!1,placeholder:""}].map(({label:t,key:e,span:i,placeholder:s})=>(0,a.jsxs)("div",{className:`space-y-1.5 ${i?"md:col-span-2":""}`,children:[(0,a.jsx)(rY.Label,{className:"text-slate-300 text-sm",children:t}),(0,a.jsx)(rH.Input,{value:S[e],onChange:t=>T(i=>({...i,[e]:t.target.value})),placeholder:s,className:"bg-white/5 border-white/10 text-white placeholder:text-slate-500"})]},e)),(0,a.jsxs)("div",{className:"md:col-span-2 flex gap-2",children:[(0,a.jsxs)(rW.Button,{onClick:M,disabled:w||!S.company_name.trim(),className:"gap-2",children:[w?(0,a.jsx)(aN.Loader2,{className:"w-4 h-4 animate-spin"}):(0,a.jsx)(aD.UserPlus,{className:"w-4 h-4"}),"Kunden speichern & auswählen"]}),(0,a.jsx)(rW.Button,{variant:"ghost",onClick:()=>x("select"),children:"Abbrechen"})]})]})]}),(0,a.jsxs)(rz.CardFooter,{className:"flex justify-between border-t border-white/10 pt-6",children:[(0,a.jsxs)(rW.Button,{variant:"ghost",onClick:A,children:[(0,a.jsx)(aP,{className:"mr-2 w-4 h-4"})," Zurück"]}),(0,a.jsxs)(rW.Button,{onClick:k,disabled:"select"===v&&p.filter(t=>!t.is_anonymized).length>0&&!f,children:["Prüfung & Abschluss ",(0,a.jsx)(aS.ChevronRight,{className:"ml-2 w-4 h-4"})]})]})]})},"step2"),3===r&&(0,a.jsx)(rR.div,{initial:{opacity:0,scale:.95},animate:{opacity:1,scale:1},exit:{opacity:0,scale:.95},className:"space-y-6 text-center",children:(0,a.jsxs)(rz.Card,{className:"glass-dark border-primary/30 max-w-2xl mx-auto shadow-primary/10 shadow-2xl",children:[(0,a.jsxs)(rz.CardHeader,{children:[(0,a.jsx)("div",{className:"w-20 h-20 bg-primary/20 rounded-full flex items-center justify-center mx-auto mb-4 border border-primary/50",children:(0,a.jsx)(aC,{className:"w-10 h-10 text-primary"})}),(0,a.jsx)(rz.CardTitle,{className:"text-3xl text-white",children:"Bestellung prüfen"}),(0,a.jsx)(rz.CardDescription,{className:"text-slate-300",children:"Fast fertig! Bitte überprüfen Sie Ihre Auswahl."})]}),(0,a.jsxs)(rz.CardContent,{className:"space-y-6 text-left",children:[(0,a.jsxs)("div",{className:"p-4 rounded-lg bg-white/5 space-y-4",children:[e.map(e=>{let i=P[e.id],s=t.find(t=>t.id===i?.productId);if(!s)return null;let n=Number(s.base_price)+i.moduleIds.reduce((t,e)=>{let i=s.modules?.find(t=>t.id===e);return t+Number(i?.price??0)},0);return(0,a.jsxs)("div",{children:[(0,a.jsxs)("div",{className:"flex justify-between font-bold text-base text-white",children:[(0,a.jsxs)("span",{className:"flex items-center gap-2",children:[(0,a.jsx)(a$,{icon:e.icon,className:"w-4 h-4 text-primary"}),s.name]}),(0,a.jsxs)("span",{children:[new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(n)," ",(0,a.jsx)("span",{className:"text-sm font-normal text-slate-400",children:aU(s.billing_interval)})]})]}),i.moduleIds.length>0&&(0,a.jsxs)("p",{className:"text-sm text-slate-300 mt-1 pl-6",children:["Module: ",i.moduleIds.map(t=>s.modules?.find(e=>e.id===t)?.name).filter(Boolean).join(", ")]})]},e.id)}),(0,a.jsx)(rX.Separator,{className:"bg-white/10"}),(0,a.jsx)("div",{className:"text-sm text-slate-300 space-y-1",children:g?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsxs)("p",{className:"font-semibold text-white flex items-center gap-2",children:[(0,a.jsx)(aL.Building2,{className:"w-3.5 h-3.5 text-primary"}),g.company_name]}),(0,a.jsx)("p",{children:[g.first_name,g.last_name].filter(Boolean).join(" ")}),(0,a.jsx)("p",{children:[g.street,g.zip,g.city].filter(Boolean).join(", ")}),(0,a.jsx)("p",{className:"text-xs text-slate-500 mt-1",children:"Endkunde Ihres Partners"})]}):(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)("p",{className:"font-semibold text-white",children:c.company_name}),(0,a.jsxs)("p",{children:[c.first_name," ",c.last_name]}),(0,a.jsxs)("p",{children:[c.address,", ",c.zip_code," ",c.city]})]})})]}),(0,a.jsxs)("div",{className:"flex justify-between text-xl font-bold text-gradient",children:[(0,a.jsx)("span",{children:"Gesamtbetrag:"}),(0,a.jsxs)("span",{children:[new Intl.NumberFormat("de-DE",{style:"currency",currency:"EUR"}).format(C)," / Monat"]})]}),(0,a.jsx)("p",{className:"text-xs text-slate-500 italic",children:'Mit dem Klick auf „Kostenpflichtig bestellen" akzeptieren Sie unsere AGB und die Datenschutzerklärung.'})]}),(0,a.jsxs)(rz.CardFooter,{className:"flex flex-col gap-4",children:[(0,a.jsx)(rW.Button,{className:"w-full h-14 text-xl font-bold bg-primary hover:bg-primary/90",onClick:V,disabled:u,children:u?(0,a.jsxs)(a.Fragment,{children:[(0,a.jsx)(aN.Loader2,{className:"mr-2 h-5 w-5 animate-spin"})," Bestellung wird verarbeitet..."]}):"Kostenpflichtig bestellen"}),(0,a.jsx)(rW.Button,{variant:"ghost",onClick:A,className:"w-full",children:"Noch etwas ändern"})]})]})},"step3")]})]})}],52094)}]); |