@sportflow/ui 0.1.1 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.css +1 -0
- package/dist/index.es.js +2427 -1909
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +7 -6
- package/dist/index.umd.js.map +1 -1
- package/dist/types/index.d.ts +52 -0
- package/package.json +6 -6
package/dist/index.umd.js
CHANGED
|
@@ -1,13 +1,14 @@
|
|
|
1
|
-
(function(re,$){typeof exports=="object"&&typeof module<"u"?$(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],$):(re=typeof globalThis<"u"?globalThis:re||self,$(re["sportflow-design-system"]={},re.React))})(this,(function(re,$){"use strict";function os(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const h=os($);var Ye={exports:{}},Pe={};var Ht;function is(){if(Ht)return Pe;Ht=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function n(r,s,o){var i=null;if(o!==void 0&&(i=""+o),s.key!==void 0&&(i=""+s.key),"key"in s){o={};for(var a in s)a!=="key"&&(o[a]=s[a])}else o=s;return s=o.ref,{$$typeof:e,type:r,key:i,ref:s!==void 0?s:null,props:o}}return Pe.Fragment=t,Pe.jsx=n,Pe.jsxs=n,Pe}var Oe={};var Jt;function as(){return Jt||(Jt=1,process.env.NODE_ENV!=="production"&&(function(){function e(d){if(d==null)return null;if(typeof d=="function")return d.$$typeof===G?null:d.displayName||d.name||null;if(typeof d=="string")return d;switch(d){case v:return"Fragment";case D:return"Profiler";case M:return"StrictMode";case F:return"Suspense";case I:return"SuspenseList";case B:return"Activity"}if(typeof d=="object")switch(typeof d.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),d.$$typeof){case T:return"Portal";case O:return d.displayName||"Context";case S:return(d._context.displayName||"Context")+".Consumer";case x:var E=d.render;return d=d.displayName,d||(d=E.displayName||E.name||"",d=d!==""?"ForwardRef("+d+")":"ForwardRef"),d;case p:return E=d.displayName||null,E!==null?E:e(d.type)||"Memo";case C:E=d._payload,d=d._init;try{return e(d(E))}catch{}}return null}function t(d){return""+d}function n(d){try{t(d);var E=!1}catch{E=!0}if(E){E=console;var R=E.error,N=typeof Symbol=="function"&&Symbol.toStringTag&&d[Symbol.toStringTag]||d.constructor.name||"Object";return R.call(E,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",N),t(d)}}function r(d){if(d===v)return"<>";if(typeof d=="object"&&d!==null&&d.$$typeof===C)return"<...>";try{var E=e(d);return E?"<"+E+">":"<...>"}catch{return"<...>"}}function s(){var d=H.A;return d===null?null:d.getOwner()}function o(){return Error("react-stack-top-frame")}function i(d){if(ee.call(d,"key")){var E=Object.getOwnPropertyDescriptor(d,"key").get;if(E&&E.isReactWarning)return!1}return d.key!==void 0}function a(d,E){function R(){U||(U=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",E))}R.isReactWarning=!0,Object.defineProperty(d,"key",{get:R,configurable:!0})}function l(){var d=e(this.type);return L[d]||(L[d]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),d=this.props.ref,d!==void 0?d:null}function u(d,E,R,N,W,ne){var V=R.ref;return d={$$typeof:A,type:d,key:E,props:R,_owner:N},(V!==void 0?V:null)!==null?Object.defineProperty(d,"ref",{enumerable:!1,get:l}):Object.defineProperty(d,"ref",{enumerable:!1,value:null}),d._store={},Object.defineProperty(d._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(d,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(d,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:W}),Object.defineProperty(d,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:ne}),Object.freeze&&(Object.freeze(d.props),Object.freeze(d)),d}function c(d,E,R,N,W,ne){var V=E.children;if(V!==void 0)if(N)if(Re(V)){for(N=0;N<V.length;N++)f(V[N]);Object.freeze&&Object.freeze(V)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else f(V);if(ee.call(E,"key")){V=e(d);var Y=Object.keys(E).filter(function(Fe){return Fe!=="key"});N=0<Y.length?"{key: someKey, "+Y.join(": ..., ")+": ...}":"{key: someKey}",fe[V+N]||(Y=0<Y.length?"{"+Y.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
1
|
+
(function(J,z){typeof exports=="object"&&typeof module<"u"?z(exports,require("react")):typeof define=="function"&&define.amd?define(["exports","react"],z):(J=typeof globalThis<"u"?globalThis:J||self,z(J["sportflow-design-system"]={},J.React))})(this,(function(J,z){"use strict";var Jt=document.createElement("style");Jt.textContent=`@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-space-y-reverse:0;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-font-weight:initial;--tw-tracking:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-duration:initial;--tw-scale-x:1;--tw-scale-y:1;--tw-scale-z:1}}}@layer theme{:root,:host{--font-sans:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--font-mono:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--color-red-500:oklch(63.7% .237 25.331);--color-red-600:oklch(57.7% .245 27.325);--color-green-500:oklch(72.3% .219 149.579);--color-green-600:oklch(62.7% .194 149.214);--color-blue-500:oklch(62.3% .214 259.815);--color-blue-600:oklch(54.6% .245 262.881);--color-blue-700:oklch(48.8% .243 264.376);--color-blue-800:oklch(42.4% .199 265.638);--color-purple-500:oklch(62.7% .265 303.9);--color-purple-600:oklch(55.8% .288 302.321);--color-pink-500:oklch(65.6% .241 354.308);--color-pink-600:oklch(59.2% .249 .584);--color-pink-700:oklch(52.5% .223 3.958);--color-gray-100:oklch(96.7% .003 264.542);--color-gray-200:oklch(92.8% .006 264.531);--color-gray-300:oklch(87.2% .01 258.338);--color-gray-400:oklch(70.7% .022 261.325);--color-gray-500:oklch(55.1% .027 264.364);--color-gray-600:oklch(44.6% .03 256.802);--color-gray-900:oklch(21% .034 264.665);--color-black:#000;--color-white:#fff;--spacing:.25rem;--container-md:28rem;--container-4xl:56rem;--text-xs:.75rem;--text-xs--line-height:calc(1/.75);--text-sm:.875rem;--text-sm--line-height:calc(1.25/.875);--text-base:1rem;--text-base--line-height: 1.5 ;--text-lg:1.125rem;--text-lg--line-height:calc(1.75/1.125);--text-xl:1.25rem;--text-xl--line-height:calc(1.75/1.25);--text-2xl:1.5rem;--text-2xl--line-height:calc(2/1.5);--text-3xl:1.875rem;--text-3xl--line-height: 1.2 ;--text-4xl:2.25rem;--text-4xl--line-height:calc(2.5/2.25);--text-5xl:3rem;--text-5xl--line-height:1;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--font-weight-black:900;--tracking-wider:.05em;--radius-sm:.25rem;--radius-lg:.5rem;--radius-xl:.75rem;--animate-pulse:pulse 2s cubic-bezier(.4,0,.6,1)infinite;--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4,0,.2,1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab,red,red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.absolute{position:absolute}.relative{position:relative}.-top-2\\.5{top:calc(var(--spacing)*-2.5)}.top-1\\/2{top:50%}.top-32{top:calc(var(--spacing)*32)}.right-3{right:calc(var(--spacing)*3)}.bottom-full{bottom:100%}.left-2{left:calc(var(--spacing)*2)}.z-10{z-index:10}.container{width:100%}@media(min-width:40rem){.container{max-width:40rem}}@media(min-width:48rem){.container{max-width:48rem}}@media(min-width:64rem){.container{max-width:64rem}}@media(min-width:80rem){.container{max-width:80rem}}@media(min-width:96rem){.container{max-width:96rem}}.mx-auto{margin-inline:auto}.mt-1{margin-top:calc(var(--spacing)*1)}.mt-2{margin-top:calc(var(--spacing)*2)}.mt-3{margin-top:calc(var(--spacing)*3)}.mt-4{margin-top:calc(var(--spacing)*4)}.mr-4{margin-right:calc(var(--spacing)*4)}.mb-2{margin-bottom:calc(var(--spacing)*2)}.mb-3{margin-bottom:calc(var(--spacing)*3)}.mb-4{margin-bottom:calc(var(--spacing)*4)}.mb-6{margin-bottom:calc(var(--spacing)*6)}.ml-1{margin-left:calc(var(--spacing)*1)}.ml-4{margin-left:calc(var(--spacing)*4)}.ml-6{margin-left:calc(var(--spacing)*6)}.block{display:block}.flex{display:flex}.grid{display:grid}.inline{display:inline}.table{display:table}.h-3{height:calc(var(--spacing)*3)}.h-4{height:calc(var(--spacing)*4)}.h-8{height:calc(var(--spacing)*8)}.h-12{height:calc(var(--spacing)*12)}.h-14{height:calc(var(--spacing)*14)}.min-h-13{min-height:calc(var(--spacing)*13)}.w-3\\/4{width:75%}.w-8{width:calc(var(--spacing)*8)}.w-96{width:calc(var(--spacing)*96)}.w-auto{width:auto}.w-fit{width:fit-content}.w-full{width:100%}.max-w-4xl{max-width:var(--container-4xl)}.max-w-md{max-width:var(--container-md)}.min-w-12{min-width:calc(var(--spacing)*12)}.min-w-15{min-width:calc(var(--spacing)*15)}.min-w-20{min-width:calc(var(--spacing)*20)}.min-w-80{min-width:calc(var(--spacing)*80)}.table-auto{table-layout:auto}.border-separate{border-collapse:separate}.border-spacing-x-0{--tw-border-spacing-x:calc(var(--spacing)*0);border-spacing:var(--tw-border-spacing-x)var(--tw-border-spacing-y)}.border-spacing-y-2{--tw-border-spacing-y:calc(var(--spacing)*2);border-spacing:var(--tw-border-spacing-x)var(--tw-border-spacing-y)}.-translate-y-1\\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.animate-pulse{animation:var(--animate-pulse)}.\\!cursor-not-allowed{cursor:not-allowed!important}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.content-center{align-content:center}.items-center{align-items:center}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-start{justify-content:flex-start}.gap-2{gap:calc(var(--spacing)*2)}.gap-3{gap:calc(var(--spacing)*3)}.gap-4{gap:calc(var(--spacing)*4)}.gap-6{gap:calc(var(--spacing)*6)}.gap-8{gap:calc(var(--spacing)*8)}:where(.space-y-4>:not(:last-child)){--tw-space-y-reverse:0;margin-block-start:calc(calc(var(--spacing)*4)*var(--tw-space-y-reverse));margin-block-end:calc(calc(var(--spacing)*4)*calc(1 - var(--tw-space-y-reverse)))}.overflow-y-auto{overflow-y:auto}.rounded{border-radius:.25rem}.rounded-full{border-radius:3.40282e38px}.rounded-lg{border-radius:var(--radius-lg)}.rounded-none{border-radius:0}.rounded-sm{border-radius:var(--radius-sm)}.rounded-xl{border-radius:var(--radius-xl)}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-\\[\\#4C4C4C\\]{border-color:#4c4c4c}.border-\\[\\#00476B\\]{border-color:#00476b}.border-\\[\\#654321\\]{border-color:#654321}.border-\\[\\#DD3C42\\]{border-color:#dd3c42}.border-\\[\\#FFD300\\]{border-color:#ffd300}.border-black{border-color:var(--color-black)}.border-blue-500{border-color:var(--color-blue-500)}.border-blue-700{border-color:var(--color-blue-700)}.border-gray-200{border-color:var(--color-gray-200)}.border-gray-600{border-color:var(--color-gray-600)}.border-red-500{border-color:var(--color-red-500)}.border-white{border-color:var(--color-white)}.\\!bg-gray-300{background-color:var(--color-gray-300)!important}.bg-\\[\\#374C7C\\]{background-color:#374c7c}.bg-\\[\\#00476B\\]{background-color:#00476b}.bg-\\[\\#123456\\]{background-color:#123456}.bg-\\[\\#B0986D\\]{background-color:#b0986d}.bg-\\[\\#DD3C42\\]{background-color:#dd3c42}.bg-\\[\\#FF6B35\\]{background-color:#ff6b35}.bg-\\[\\#FFD300\\]{background-color:#ffd300}.bg-\\[\\#ef4444\\]{background-color:#ef4444}.bg-\\[var\\(--btn-bg\\)\\]{background-color:var(--btn-bg)}.bg-black{background-color:var(--color-black)}.bg-blue-500{background-color:var(--color-blue-500)}.bg-gray-100{background-color:var(--color-gray-100)}.bg-gray-200{background-color:var(--color-gray-200)}.bg-gray-300{background-color:var(--color-gray-300)}.bg-gray-400{background-color:var(--color-gray-400)}.bg-green-600{background-color:var(--color-green-600)}.bg-red-500{background-color:var(--color-red-500)}.bg-red-600{background-color:var(--color-red-600)}.bg-white{background-color:var(--color-white)}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-\\[url\\(\\.\\.\\.\\)\\]{background-image:url(...)}.from-purple-500{--tw-gradient-from:var(--color-purple-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.to-pink-500{--tw-gradient-to:var(--color-pink-500);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.object-cover{object-fit:cover}.p-2{padding:calc(var(--spacing)*2)}.p-4{padding:calc(var(--spacing)*4)}.p-6{padding:calc(var(--spacing)*6)}.p-8{padding:calc(var(--spacing)*8)}.p-10{padding:calc(var(--spacing)*10)}.p-40{padding:calc(var(--spacing)*40)}.px-0{padding-inline:calc(var(--spacing)*0)}.px-2{padding-inline:calc(var(--spacing)*2)}.px-3{padding-inline:calc(var(--spacing)*3)}.px-4{padding-inline:calc(var(--spacing)*4)}.py-2{padding-block:calc(var(--spacing)*2)}.py-8{padding-block:calc(var(--spacing)*8)}.pr-4{padding-right:calc(var(--spacing)*4)}.pr-10{padding-right:calc(var(--spacing)*10)}.pl-4{padding-left:calc(var(--spacing)*4)}.text-center{text-align:center}.text-start{text-align:start}.text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.text-3xl{font-size:var(--text-3xl);line-height:var(--tw-leading,var(--text-3xl--line-height))}.text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.text-base{font-size:var(--text-base);line-height:var(--tw-leading,var(--text-base--line-height))}.text-lg{font-size:var(--text-lg);line-height:var(--tw-leading,var(--text-lg--line-height))}.text-sm{font-size:var(--text-sm);line-height:var(--tw-leading,var(--text-sm--line-height))}.text-xl{font-size:var(--text-xl);line-height:var(--tw-leading,var(--text-xl--line-height))}.text-xs{font-size:var(--text-xs);line-height:var(--tw-leading,var(--text-xs--line-height))}.font-black{--tw-font-weight:var(--font-weight-black);font-weight:var(--font-weight-black)}.font-bold{--tw-font-weight:var(--font-weight-bold);font-weight:var(--font-weight-bold)}.font-extrabold{--tw-font-weight:var(--font-weight-extrabold);font-weight:var(--font-weight-extrabold)}.font-medium{--tw-font-weight:var(--font-weight-medium);font-weight:var(--font-weight-medium)}.font-normal{--tw-font-weight:var(--font-weight-normal);font-weight:var(--font-weight-normal)}.font-semibold{--tw-font-weight:var(--font-weight-semibold);font-weight:var(--font-weight-semibold)}.tracking-wider{--tw-tracking:var(--tracking-wider);letter-spacing:var(--tracking-wider)}.text-\\[\\#4C4C4C\\]{color:#4c4c4c}.text-\\[\\#00476B\\]{color:#00476b}.text-\\[\\#DD3C42\\]{color:#dd3c42}.text-\\[\\#FFFFFF\\]{color:#fff}.text-black{color:var(--color-black)}.text-blue-600{color:var(--color-blue-600)}.text-gray-300{color:var(--color-gray-300)}.text-gray-500{color:var(--color-gray-500)}.text-gray-600{color:var(--color-gray-600)}.text-gray-900{color:var(--color-gray-900)}.text-green-500{color:var(--color-green-500)}.text-red-500{color:var(--color-red-500)}.text-red-600{color:var(--color-red-600)}.text-white{color:var(--color-white)}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.opacity-40{opacity:.4}.opacity-50{opacity:.5}.opacity-90{opacity:.9}.shadow-inner{--tw-shadow:inset 0 2px 4px 0 var(--tw-shadow-color,#0000000d);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.shadow-lg{--tw-shadow:0 10px 15px -3px var(--tw-shadow-color,#0000001a),0 4px 6px -4px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.duration-300{--tw-duration:.3s;transition-duration:.3s}.duration-500{--tw-duration:.5s;transition-duration:.5s}@media(hover:hover){.hover\\:scale-110:hover{--tw-scale-x:110%;--tw-scale-y:110%;--tw-scale-z:110%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\\:scale-125:hover{--tw-scale-x:125%;--tw-scale-y:125%;--tw-scale-z:125%;scale:var(--tw-scale-x)var(--tw-scale-y)}.hover\\:from-purple-600:hover{--tw-gradient-from:var(--color-purple-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.hover\\:to-pink-600:hover{--tw-gradient-to:var(--color-pink-600);--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position))}.hover\\:text-\\[\\#B0986D\\]:hover{color:#b0986d}.hover\\:text-green-600:hover{color:var(--color-green-600)}.hover\\:text-pink-700:hover{color:var(--color-pink-700)}.hover\\:shadow-xl:hover{--tw-shadow:0 20px 25px -5px var(--tw-shadow-color,#0000001a),0 8px 10px -6px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}}.focus\\:border-blue-800:focus{border-color:var(--color-blue-800)}.focus\\:ring-0:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\\:outline-none:focus{--tw-outline-style:none;outline-style:none}.disabled\\:cursor-not-allowed\\!:disabled{cursor:not-allowed!important}.disabled\\:opacity-60:disabled{opacity:.6}@media(min-width:48rem){.md\\:text-2xl{font-size:var(--text-2xl);line-height:var(--tw-leading,var(--text-2xl--line-height))}.md\\:text-4xl{font-size:var(--text-4xl);line-height:var(--tw-leading,var(--text-4xl--line-height))}.md\\:text-5xl{font-size:var(--text-5xl);line-height:var(--tw-leading,var(--text-5xl--line-height))}}@media(min-width:64rem){.lg\\:px-12{padding-inline:calc(var(--spacing)*12)}}}@property --tw-border-spacing-x{syntax:"<length>";inherits:false;initial-value:0}@property --tw-border-spacing-y{syntax:"<length>";inherits:false;initial-value:0}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-space-y-reverse{syntax:"*";inherits:false;initial-value:0}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-tracking{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-duration{syntax:"*";inherits:false}@property --tw-scale-x{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-y{syntax:"*";inherits:false;initial-value:1}@property --tw-scale-z{syntax:"*";inherits:false;initial-value:1}@keyframes pulse{50%{opacity:.5}}
|
|
2
|
+
/*$vite$:1*/`,document.head.appendChild(Jt);function ba(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const r=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,r.get?r:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const o=ba(z);var Ge={exports:{}},Ne={};var Qt;function ya(){if(Qt)return Ne;Qt=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.fragment");function n(r,a,s){var i=null;if(s!==void 0&&(i=""+s),a.key!==void 0&&(i=""+a.key),"key"in a){s={};for(var l in a)l!=="key"&&(s[l]=a[l])}else s=a;return a=s.ref,{$$typeof:e,type:r,key:i,ref:a!==void 0?a:null,props:s}}return Ne.Fragment=t,Ne.jsx=n,Ne.jsxs=n,Ne}var je={};var en;function wa(){return en||(en=1,process.env.NODE_ENV!=="production"&&(function(){function e(m){if(m==null)return null;if(typeof m=="function")return m.$$typeof===_?null:m.displayName||m.name||null;if(typeof m=="string")return m;switch(m){case p:return"Fragment";case L:return"Profiler";case k:return"StrictMode";case S:return"Suspense";case I:return"SuspenseList";case H:return"Activity"}if(typeof m=="object")switch(typeof m.tag=="number"&&console.error("Received an unexpected object in getComponentNameFromType(). This is likely a bug in React. Please file an issue."),m.$$typeof){case M:return"Portal";case N:return m.displayName||"Context";case T:return(m._context.displayName||"Context")+".Consumer";case E:var C=m.render;return m=m.displayName,m||(m=C.displayName||C.name||"",m=m!==""?"ForwardRef("+m+")":"ForwardRef"),m;case g:return C=m.displayName||null,C!==null?C:e(m.type)||"Memo";case Z:C=m._payload,m=m._init;try{return e(m(C))}catch{}}return null}function t(m){return""+m}function n(m){try{t(m);var C=!1}catch{C=!0}if(C){C=console;var R=C.error,P=typeof Symbol=="function"&&Symbol.toStringTag&&m[Symbol.toStringTag]||m.constructor.name||"Object";return R.call(C,"The provided key is an unsupported type %s. This value must be coerced to a string before using it here.",P),t(m)}}function r(m){if(m===p)return"<>";if(typeof m=="object"&&m!==null&&m.$$typeof===Z)return"<...>";try{var C=e(m);return C?"<"+C+">":"<...>"}catch{return"<...>"}}function a(){var m=Q.A;return m===null?null:m.getOwner()}function s(){return Error("react-stack-top-frame")}function i(m){if(te.call(m,"key")){var C=Object.getOwnPropertyDescriptor(m,"key").get;if(C&&C.isReactWarning)return!1}return m.key!==void 0}function l(m,C){function R(){U||(U=!0,console.error("%s: `key` is not a prop. Trying to access it will result in `undefined` being returned. If you need to access the same value within the child component, you should pass it as a different prop. (https://react.dev/link/special-props)",C))}R.isReactWarning=!0,Object.defineProperty(m,"key",{get:R,configurable:!0})}function c(){var m=e(this.type);return $[m]||($[m]=!0,console.error("Accessing element.ref was removed in React 19. ref is now a regular prop. It will be removed from the JSX Element type in a future release.")),m=this.props.ref,m!==void 0?m:null}function u(m,C,R,P,W,re){var F=R.ref;return m={$$typeof:V,type:m,key:C,props:R,_owner:P},(F!==void 0?F:null)!==null?Object.defineProperty(m,"ref",{enumerable:!1,get:c}):Object.defineProperty(m,"ref",{enumerable:!1,value:null}),m._store={},Object.defineProperty(m._store,"validated",{configurable:!1,enumerable:!1,writable:!0,value:0}),Object.defineProperty(m,"_debugInfo",{configurable:!1,enumerable:!1,writable:!0,value:null}),Object.defineProperty(m,"_debugStack",{configurable:!1,enumerable:!1,writable:!0,value:W}),Object.defineProperty(m,"_debugTask",{configurable:!1,enumerable:!1,writable:!0,value:re}),Object.freeze&&(Object.freeze(m.props),Object.freeze(m)),m}function d(m,C,R,P,W,re){var F=C.children;if(F!==void 0)if(P)if(Fe(F)){for(P=0;P<F.length;P++)f(F[P]);Object.freeze&&Object.freeze(F)}else console.error("React.jsx: Static children should always be an array. You are likely explicitly calling React.jsxs or React.jsxDEV. Use the Babel transform instead.");else f(F);if(te.call(C,"key")){F=e(m);var G=Object.keys(C).filter(function(Re){return Re!=="key"});P=0<G.length?"{key: someKey, "+G.join(": ..., ")+": ...}":"{key: someKey}",pe[F+P]||(G=0<G.length?"{"+G.join(": ..., ")+": ...}":"{}",console.error(`A props object containing a "key" prop is being spread into JSX:
|
|
2
3
|
let props = %s;
|
|
3
4
|
<%s {...props} />
|
|
4
5
|
React keys must be passed directly to JSX without using spread:
|
|
5
6
|
let props = %s;
|
|
6
|
-
<%s key={someKey} {...props} />`,N,V,Y,V),fe[V+N]=!0)}if(V=null,R!==void 0&&(n(R),V=""+R),i(E)&&(n(E.key),V=""+E.key),"key"in E){R={};for(var X in E)X!=="key"&&(R[X]=E[X])}else R=E;return V&&a(R,typeof d=="function"?d.displayName||d.name||"Unknown":d),u(d,V,R,s(),W,ne)}function f(d){m(d)?d._store&&(d._store.validated=1):typeof d=="object"&&d!==null&&d.$$typeof===C&&(d._payload.status==="fulfilled"?m(d._payload.value)&&d._payload.value._store&&(d._payload.value._store.validated=1):d._store&&(d._store.validated=1))}function m(d){return typeof d=="object"&&d!==null&&d.$$typeof===A}var w=$,A=Symbol.for("react.transitional.element"),T=Symbol.for("react.portal"),v=Symbol.for("react.fragment"),M=Symbol.for("react.strict_mode"),D=Symbol.for("react.profiler"),S=Symbol.for("react.consumer"),O=Symbol.for("react.context"),x=Symbol.for("react.forward_ref"),F=Symbol.for("react.suspense"),I=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),C=Symbol.for("react.lazy"),B=Symbol.for("react.activity"),G=Symbol.for("react.client.reference"),H=w.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,ee=Object.prototype.hasOwnProperty,Re=Array.isArray,te=console.createTask?console.createTask:function(){return null};w={react_stack_bottom_frame:function(d){return d()}};var U,L={},y=w.react_stack_bottom_frame.bind(w,o)(),de=te(r(o)),fe={};Oe.Fragment=v,Oe.jsx=function(d,E,R){var N=1e4>H.recentlyCreatedOwnerStacks++;return c(d,E,R,!1,N?Error("react-stack-top-frame"):y,N?te(r(d)):de)},Oe.jsxs=function(d,E,R){var N=1e4>H.recentlyCreatedOwnerStacks++;return c(d,E,R,!0,N?Error("react-stack-top-frame"):y,N?te(r(d)):de)}})()),Oe}var Qt;function ls(){return Qt||(Qt=1,process.env.NODE_ENV==="production"?Ye.exports=is():Ye.exports=as()),Ye.exports}var K=ls();function en(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var s=e.length;for(t=0;t<s;t++)e[t]&&(n=en(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function Ue(){for(var e,t,n=0,r="",s=arguments.length;n<s;n++)(e=arguments[n])&&(t=en(e))&&(r&&(r+=" "),r+=t);return r}const cs=(e,t)=>{const n=new Array(e.length+t.length);for(let r=0;r<e.length;r++)n[r]=e[r];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},us=(e,t)=>({classGroupId:e,validator:t}),tn=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),Xe="-",nn=[],ds="arbitrary..",fs=e=>{const t=hs(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:i=>{if(i.startsWith("[")&&i.endsWith("]"))return ms(i);const a=i.split(Xe),l=a[0]===""&&a.length>1?1:0;return rn(a,l,t)},getConflictingClassGroupIds:(i,a)=>{if(a){const l=r[i],u=n[i];return l?u?cs(u,l):l:u||nn}return n[i]||nn}}},rn=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;const s=e[t],o=n.nextPart.get(s);if(o){const u=rn(e,t+1,o);if(u)return u}const i=n.validators;if(i===null)return;const a=t===0?e.join(Xe):e.slice(t).join(Xe),l=i.length;for(let u=0;u<l;u++){const c=i[u];if(c.validator(a))return c.classGroupId}},ms=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),n=t.indexOf(":"),r=t.slice(0,n);return r?ds+r:void 0})(),hs=e=>{const{theme:t,classGroups:n}=e;return ps(n,t)},ps=(e,t)=>{const n=tn();for(const r in e){const s=e[r];it(s,n,r,t)}return n},it=(e,t,n,r)=>{const s=e.length;for(let o=0;o<s;o++){const i=e[o];gs(i,t,n,r)}},gs=(e,t,n,r)=>{if(typeof e=="string"){bs(e,t,n);return}if(typeof e=="function"){ys(e,t,n,r);return}ws(e,t,n,r)},bs=(e,t,n)=>{const r=e===""?t:sn(t,e);r.classGroupId=n},ys=(e,t,n,r)=>{if(xs(e)){it(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(us(n,e))},ws=(e,t,n,r)=>{const s=Object.entries(e),o=s.length;for(let i=0;i<o;i++){const[a,l]=s[i];it(l,sn(t,a),n,r)}},sn=(e,t)=>{let n=e;const r=t.split(Xe),s=r.length;for(let o=0;o<s;o++){const i=r[o];let a=n.nextPart.get(i);a||(a=tn(),n.nextPart.set(i,a)),n=a}return n},xs=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,vs=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null);const s=(o,i)=>{n[o]=i,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(o){let i=n[o];if(i!==void 0)return i;if((i=r[o])!==void 0)return s(o,i),i},set(o,i){o in n?n[o]=i:s(o,i)}}},at="!",on=":",Ts=[],an=(e,t,n,r,s)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:s}),As=e=>{const{prefix:t,experimentalParseClassName:n}=e;let r=s=>{const o=[];let i=0,a=0,l=0,u;const c=s.length;for(let T=0;T<c;T++){const v=s[T];if(i===0&&a===0){if(v===on){o.push(s.slice(l,T)),l=T+1;continue}if(v==="/"){u=T;continue}}v==="["?i++:v==="]"?i--:v==="("?a++:v===")"&&a--}const f=o.length===0?s:s.slice(l);let m=f,w=!1;f.endsWith(at)?(m=f.slice(0,-1),w=!0):f.startsWith(at)&&(m=f.slice(1),w=!0);const A=u&&u>l?u-l:void 0;return an(o,w,m,A)};if(t){const s=t+on,o=r;r=i=>i.startsWith(s)?o(i.slice(s.length)):an(Ts,!1,i,void 0,!0)}if(n){const s=r;r=o=>n({className:o,parseClassName:s})}return r},ks=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((n,r)=>{t.set(n,1e6+r)}),n=>{const r=[];let s=[];for(let o=0;o<n.length;o++){const i=n[o],a=i[0]==="[",l=t.has(i);a||l?(s.length>0&&(s.sort(),r.push(...s),s=[]),r.push(i)):s.push(i)}return s.length>0&&(s.sort(),r.push(...s)),r}},Ss=e=>({cache:vs(e.cacheSize),parseClassName:As(e),sortModifiers:ks(e),...fs(e)}),Ms=/\s+/,Es=(e,t)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:s,sortModifiers:o}=t,i=[],a=e.trim().split(Ms);let l="";for(let u=a.length-1;u>=0;u-=1){const c=a[u],{isExternal:f,modifiers:m,hasImportantModifier:w,baseClassName:A,maybePostfixModifierPosition:T}=n(c);if(f){l=c+(l.length>0?" "+l:l);continue}let v=!!T,M=r(v?A.substring(0,T):A);if(!M){if(!v){l=c+(l.length>0?" "+l:l);continue}if(M=r(A),!M){l=c+(l.length>0?" "+l:l);continue}v=!1}const D=m.length===0?"":m.length===1?m[0]:o(m).join(":"),S=w?D+at:D,O=S+M;if(i.indexOf(O)>-1)continue;i.push(O);const x=s(M,v);for(let F=0;F<x.length;++F){const I=x[F];i.push(S+I)}l=c+(l.length>0?" "+l:l)}return l},Vs=(...e)=>{let t=0,n,r,s="";for(;t<e.length;)(n=e[t++])&&(r=ln(n))&&(s&&(s+=" "),s+=r);return s},ln=e=>{if(typeof e=="string")return e;let t,n="";for(let r=0;r<e.length;r++)e[r]&&(t=ln(e[r]))&&(n&&(n+=" "),n+=t);return n},Cs=(e,...t)=>{let n,r,s,o;const i=l=>{const u=t.reduce((c,f)=>f(c),e());return n=Ss(u),r=n.cache.get,s=n.cache.set,o=a,a(l)},a=l=>{const u=r(l);if(u)return u;const c=Es(l,n);return s(l,c),c};return o=i,(...l)=>o(Vs(...l))},Rs=[],z=e=>{const t=n=>n[e]||Rs;return t.isThemeGetter=!0,t},cn=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,un=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Fs=/^\d+\/\d+$/,Ps=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Os=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Ns=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Ds=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Is=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,we=e=>Fs.test(e),P=e=>!!e&&!Number.isNaN(Number(e)),le=e=>!!e&&Number.isInteger(Number(e)),lt=e=>e.endsWith("%")&&P(e.slice(0,-1)),oe=e=>Ps.test(e),_s=()=>!0,js=e=>Os.test(e)&&!Ns.test(e),dn=()=>!1,zs=e=>Ds.test(e),Ls=e=>Is.test(e),Bs=e=>!g(e)&&!b(e),$s=e=>xe(e,gn,dn),g=e=>cn.test(e),me=e=>xe(e,bn,js),ct=e=>xe(e,Ys,P),fn=e=>xe(e,hn,dn),Ks=e=>xe(e,pn,Ls),qe=e=>xe(e,yn,zs),b=e=>un.test(e),Ne=e=>ve(e,bn),Zs=e=>ve(e,Us),mn=e=>ve(e,hn),Gs=e=>ve(e,gn),Ws=e=>ve(e,pn),He=e=>ve(e,yn,!0),xe=(e,t,n)=>{const r=cn.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},ve=(e,t,n=!1)=>{const r=un.exec(e);return r?r[1]?t(r[1]):n:!1},hn=e=>e==="position"||e==="percentage",pn=e=>e==="image"||e==="url",gn=e=>e==="length"||e==="size"||e==="bg-size",bn=e=>e==="length",Ys=e=>e==="number",Us=e=>e==="family-name",yn=e=>e==="shadow",wn=Cs(()=>{const e=z("color"),t=z("font"),n=z("text"),r=z("font-weight"),s=z("tracking"),o=z("leading"),i=z("breakpoint"),a=z("container"),l=z("spacing"),u=z("radius"),c=z("shadow"),f=z("inset-shadow"),m=z("text-shadow"),w=z("drop-shadow"),A=z("blur"),T=z("perspective"),v=z("aspect"),M=z("ease"),D=z("animate"),S=()=>["auto","avoid","all","avoid-page","page","left","right","column"],O=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],x=()=>[...O(),b,g],F=()=>["auto","hidden","clip","visible","scroll"],I=()=>["auto","contain","none"],p=()=>[b,g,l],C=()=>[we,"full","auto",...p()],B=()=>[le,"none","subgrid",b,g],G=()=>["auto",{span:["full",le,b,g]},le,b,g],H=()=>[le,"auto",b,g],ee=()=>["auto","min","max","fr",b,g],Re=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],te=()=>["start","end","center","stretch","center-safe","end-safe"],U=()=>["auto",...p()],L=()=>[we,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...p()],y=()=>[e,b,g],de=()=>[...O(),mn,fn,{position:[b,g]}],fe=()=>["no-repeat",{repeat:["","x","y","space","round"]}],d=()=>["auto","cover","contain",Gs,$s,{size:[b,g]}],E=()=>[lt,Ne,me],R=()=>["","none","full",u,b,g],N=()=>["",P,Ne,me],W=()=>["solid","dashed","dotted","double"],ne=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],V=()=>[P,lt,mn,fn],Y=()=>["","none",A,b,g],X=()=>["none",P,b,g],Fe=()=>["none",P,b,g],qt=()=>[P,b,g],ot=()=>[we,"full",...p()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[oe],breakpoint:[oe],color:[_s],container:[oe],"drop-shadow":[oe],ease:["in","out","in-out"],font:[Bs],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[oe],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[oe],shadow:[oe],spacing:["px",P],text:[oe],"text-shadow":[oe],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",we,g,b,v]}],container:["container"],columns:[{columns:[P,g,b,a]}],"break-after":[{"break-after":S()}],"break-before":[{"break-before":S()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:x()}],overflow:[{overflow:F()}],"overflow-x":[{"overflow-x":F()}],"overflow-y":[{"overflow-y":F()}],overscroll:[{overscroll:I()}],"overscroll-x":[{"overscroll-x":I()}],"overscroll-y":[{"overscroll-y":I()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:C()}],"inset-x":[{"inset-x":C()}],"inset-y":[{"inset-y":C()}],start:[{start:C()}],end:[{end:C()}],top:[{top:C()}],right:[{right:C()}],bottom:[{bottom:C()}],left:[{left:C()}],visibility:["visible","invisible","collapse"],z:[{z:[le,"auto",b,g]}],basis:[{basis:[we,"full","auto",a,...p()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[P,we,"auto","initial","none",g]}],grow:[{grow:["",P,b,g]}],shrink:[{shrink:["",P,b,g]}],order:[{order:[le,"first","last","none",b,g]}],"grid-cols":[{"grid-cols":B()}],"col-start-end":[{col:G()}],"col-start":[{"col-start":H()}],"col-end":[{"col-end":H()}],"grid-rows":[{"grid-rows":B()}],"row-start-end":[{row:G()}],"row-start":[{"row-start":H()}],"row-end":[{"row-end":H()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":ee()}],"auto-rows":[{"auto-rows":ee()}],gap:[{gap:p()}],"gap-x":[{"gap-x":p()}],"gap-y":[{"gap-y":p()}],"justify-content":[{justify:[...Re(),"normal"]}],"justify-items":[{"justify-items":[...te(),"normal"]}],"justify-self":[{"justify-self":["auto",...te()]}],"align-content":[{content:["normal",...Re()]}],"align-items":[{items:[...te(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...te(),{baseline:["","last"]}]}],"place-content":[{"place-content":Re()}],"place-items":[{"place-items":[...te(),"baseline"]}],"place-self":[{"place-self":["auto",...te()]}],p:[{p:p()}],px:[{px:p()}],py:[{py:p()}],ps:[{ps:p()}],pe:[{pe:p()}],pt:[{pt:p()}],pr:[{pr:p()}],pb:[{pb:p()}],pl:[{pl:p()}],m:[{m:U()}],mx:[{mx:U()}],my:[{my:U()}],ms:[{ms:U()}],me:[{me:U()}],mt:[{mt:U()}],mr:[{mr:U()}],mb:[{mb:U()}],ml:[{ml:U()}],"space-x":[{"space-x":p()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":p()}],"space-y-reverse":["space-y-reverse"],size:[{size:L()}],w:[{w:[a,"screen",...L()]}],"min-w":[{"min-w":[a,"screen","none",...L()]}],"max-w":[{"max-w":[a,"screen","none","prose",{screen:[i]},...L()]}],h:[{h:["screen","lh",...L()]}],"min-h":[{"min-h":["screen","lh","none",...L()]}],"max-h":[{"max-h":["screen","lh",...L()]}],"font-size":[{text:["base",n,Ne,me]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,b,ct]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",lt,g]}],"font-family":[{font:[Zs,g,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[s,b,g]}],"line-clamp":[{"line-clamp":[P,"none",b,ct]}],leading:[{leading:[o,...p()]}],"list-image":[{"list-image":["none",b,g]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",b,g]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:y()}],"text-color":[{text:y()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...W(),"wavy"]}],"text-decoration-thickness":[{decoration:[P,"from-font","auto",b,me]}],"text-decoration-color":[{decoration:y()}],"underline-offset":[{"underline-offset":[P,"auto",b,g]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:p()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",b,g]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",b,g]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:de()}],"bg-repeat":[{bg:fe()}],"bg-size":[{bg:d()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},le,b,g],radial:["",b,g],conic:[le,b,g]},Ws,Ks]}],"bg-color":[{bg:y()}],"gradient-from-pos":[{from:E()}],"gradient-via-pos":[{via:E()}],"gradient-to-pos":[{to:E()}],"gradient-from":[{from:y()}],"gradient-via":[{via:y()}],"gradient-to":[{to:y()}],rounded:[{rounded:R()}],"rounded-s":[{"rounded-s":R()}],"rounded-e":[{"rounded-e":R()}],"rounded-t":[{"rounded-t":R()}],"rounded-r":[{"rounded-r":R()}],"rounded-b":[{"rounded-b":R()}],"rounded-l":[{"rounded-l":R()}],"rounded-ss":[{"rounded-ss":R()}],"rounded-se":[{"rounded-se":R()}],"rounded-ee":[{"rounded-ee":R()}],"rounded-es":[{"rounded-es":R()}],"rounded-tl":[{"rounded-tl":R()}],"rounded-tr":[{"rounded-tr":R()}],"rounded-br":[{"rounded-br":R()}],"rounded-bl":[{"rounded-bl":R()}],"border-w":[{border:N()}],"border-w-x":[{"border-x":N()}],"border-w-y":[{"border-y":N()}],"border-w-s":[{"border-s":N()}],"border-w-e":[{"border-e":N()}],"border-w-t":[{"border-t":N()}],"border-w-r":[{"border-r":N()}],"border-w-b":[{"border-b":N()}],"border-w-l":[{"border-l":N()}],"divide-x":[{"divide-x":N()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":N()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...W(),"hidden","none"]}],"divide-style":[{divide:[...W(),"hidden","none"]}],"border-color":[{border:y()}],"border-color-x":[{"border-x":y()}],"border-color-y":[{"border-y":y()}],"border-color-s":[{"border-s":y()}],"border-color-e":[{"border-e":y()}],"border-color-t":[{"border-t":y()}],"border-color-r":[{"border-r":y()}],"border-color-b":[{"border-b":y()}],"border-color-l":[{"border-l":y()}],"divide-color":[{divide:y()}],"outline-style":[{outline:[...W(),"none","hidden"]}],"outline-offset":[{"outline-offset":[P,b,g]}],"outline-w":[{outline:["",P,Ne,me]}],"outline-color":[{outline:y()}],shadow:[{shadow:["","none",c,He,qe]}],"shadow-color":[{shadow:y()}],"inset-shadow":[{"inset-shadow":["none",f,He,qe]}],"inset-shadow-color":[{"inset-shadow":y()}],"ring-w":[{ring:N()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:y()}],"ring-offset-w":[{"ring-offset":[P,me]}],"ring-offset-color":[{"ring-offset":y()}],"inset-ring-w":[{"inset-ring":N()}],"inset-ring-color":[{"inset-ring":y()}],"text-shadow":[{"text-shadow":["none",m,He,qe]}],"text-shadow-color":[{"text-shadow":y()}],opacity:[{opacity:[P,b,g]}],"mix-blend":[{"mix-blend":[...ne(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":ne()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[P]}],"mask-image-linear-from-pos":[{"mask-linear-from":V()}],"mask-image-linear-to-pos":[{"mask-linear-to":V()}],"mask-image-linear-from-color":[{"mask-linear-from":y()}],"mask-image-linear-to-color":[{"mask-linear-to":y()}],"mask-image-t-from-pos":[{"mask-t-from":V()}],"mask-image-t-to-pos":[{"mask-t-to":V()}],"mask-image-t-from-color":[{"mask-t-from":y()}],"mask-image-t-to-color":[{"mask-t-to":y()}],"mask-image-r-from-pos":[{"mask-r-from":V()}],"mask-image-r-to-pos":[{"mask-r-to":V()}],"mask-image-r-from-color":[{"mask-r-from":y()}],"mask-image-r-to-color":[{"mask-r-to":y()}],"mask-image-b-from-pos":[{"mask-b-from":V()}],"mask-image-b-to-pos":[{"mask-b-to":V()}],"mask-image-b-from-color":[{"mask-b-from":y()}],"mask-image-b-to-color":[{"mask-b-to":y()}],"mask-image-l-from-pos":[{"mask-l-from":V()}],"mask-image-l-to-pos":[{"mask-l-to":V()}],"mask-image-l-from-color":[{"mask-l-from":y()}],"mask-image-l-to-color":[{"mask-l-to":y()}],"mask-image-x-from-pos":[{"mask-x-from":V()}],"mask-image-x-to-pos":[{"mask-x-to":V()}],"mask-image-x-from-color":[{"mask-x-from":y()}],"mask-image-x-to-color":[{"mask-x-to":y()}],"mask-image-y-from-pos":[{"mask-y-from":V()}],"mask-image-y-to-pos":[{"mask-y-to":V()}],"mask-image-y-from-color":[{"mask-y-from":y()}],"mask-image-y-to-color":[{"mask-y-to":y()}],"mask-image-radial":[{"mask-radial":[b,g]}],"mask-image-radial-from-pos":[{"mask-radial-from":V()}],"mask-image-radial-to-pos":[{"mask-radial-to":V()}],"mask-image-radial-from-color":[{"mask-radial-from":y()}],"mask-image-radial-to-color":[{"mask-radial-to":y()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":O()}],"mask-image-conic-pos":[{"mask-conic":[P]}],"mask-image-conic-from-pos":[{"mask-conic-from":V()}],"mask-image-conic-to-pos":[{"mask-conic-to":V()}],"mask-image-conic-from-color":[{"mask-conic-from":y()}],"mask-image-conic-to-color":[{"mask-conic-to":y()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:de()}],"mask-repeat":[{mask:fe()}],"mask-size":[{mask:d()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",b,g]}],filter:[{filter:["","none",b,g]}],blur:[{blur:Y()}],brightness:[{brightness:[P,b,g]}],contrast:[{contrast:[P,b,g]}],"drop-shadow":[{"drop-shadow":["","none",w,He,qe]}],"drop-shadow-color":[{"drop-shadow":y()}],grayscale:[{grayscale:["",P,b,g]}],"hue-rotate":[{"hue-rotate":[P,b,g]}],invert:[{invert:["",P,b,g]}],saturate:[{saturate:[P,b,g]}],sepia:[{sepia:["",P,b,g]}],"backdrop-filter":[{"backdrop-filter":["","none",b,g]}],"backdrop-blur":[{"backdrop-blur":Y()}],"backdrop-brightness":[{"backdrop-brightness":[P,b,g]}],"backdrop-contrast":[{"backdrop-contrast":[P,b,g]}],"backdrop-grayscale":[{"backdrop-grayscale":["",P,b,g]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[P,b,g]}],"backdrop-invert":[{"backdrop-invert":["",P,b,g]}],"backdrop-opacity":[{"backdrop-opacity":[P,b,g]}],"backdrop-saturate":[{"backdrop-saturate":[P,b,g]}],"backdrop-sepia":[{"backdrop-sepia":["",P,b,g]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":p()}],"border-spacing-x":[{"border-spacing-x":p()}],"border-spacing-y":[{"border-spacing-y":p()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",b,g]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[P,"initial",b,g]}],ease:[{ease:["linear","initial",M,b,g]}],delay:[{delay:[P,b,g]}],animate:[{animate:["none",D,b,g]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[T,b,g]}],"perspective-origin":[{"perspective-origin":x()}],rotate:[{rotate:X()}],"rotate-x":[{"rotate-x":X()}],"rotate-y":[{"rotate-y":X()}],"rotate-z":[{"rotate-z":X()}],scale:[{scale:Fe()}],"scale-x":[{"scale-x":Fe()}],"scale-y":[{"scale-y":Fe()}],"scale-z":[{"scale-z":Fe()}],"scale-3d":["scale-3d"],skew:[{skew:qt()}],"skew-x":[{"skew-x":qt()}],"skew-y":[{"skew-y":qt()}],transform:[{transform:[b,g,"","none","gpu","cpu"]}],"transform-origin":[{origin:x()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:ot()}],"translate-x":[{"translate-x":ot()}],"translate-y":[{"translate-y":ot()}],"translate-z":[{"translate-z":ot()}],"translate-none":["translate-none"],accent:[{accent:y()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:y()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",b,g]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":p()}],"scroll-mx":[{"scroll-mx":p()}],"scroll-my":[{"scroll-my":p()}],"scroll-ms":[{"scroll-ms":p()}],"scroll-me":[{"scroll-me":p()}],"scroll-mt":[{"scroll-mt":p()}],"scroll-mr":[{"scroll-mr":p()}],"scroll-mb":[{"scroll-mb":p()}],"scroll-ml":[{"scroll-ml":p()}],"scroll-p":[{"scroll-p":p()}],"scroll-px":[{"scroll-px":p()}],"scroll-py":[{"scroll-py":p()}],"scroll-ps":[{"scroll-ps":p()}],"scroll-pe":[{"scroll-pe":p()}],"scroll-pt":[{"scroll-pt":p()}],"scroll-pr":[{"scroll-pr":p()}],"scroll-pb":[{"scroll-pb":p()}],"scroll-pl":[{"scroll-pl":p()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",b,g]}],fill:[{fill:["none",...y()]}],"stroke-w":[{stroke:[P,Ne,me,ct]}],stroke:[{stroke:["none",...y()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}});function Xs({text:e,icon:t,iconPosition:n="left",disabled:r=!1,onClick:s,btnColor:o="bg-white",textColor:i="text-black",fullWidth:a=!1,border:l,rounded:u="rounded-none",extraClassName:c,type:f="button"}){const m=S=>(S?.includes("[")&&S?.includes("]"))??!1,w=S=>S.match(/\[(.*?)\]/)?.[1],A=Ue("flex h-12 px-4 py-2 text-xl font-semibold uppercase","duration-300 items-center justify-center transition-colors",a?"w-full":"w-fit",{"bg-gray-400 opacity-40 cursor-not-allowed shadow-inner":r,"cursor-pointer":!r}),T=Ue(!r&&o,l&&"border-2",l,i,u,c),v=wn(A,T),M=$.useMemo(()=>{const S={};return o&&m(o)&&!r&&(S.backgroundColor=w(o)),l&&m(l)&&(S.borderColor=w(l)),i&&m(i)&&(S.color=w(i)),S},[o,l,i,r]),D=K.jsxs("span",{className:Ue("flex gap-2 justify-center items-center",i&&!m(i)&&i),style:i&&m(i)?{color:w(i)}:{},children:[t&&n==="left"&&K.jsx("span",{"data-testid":"icon-left",children:$.createElement(t,{size:24,weight:"bold"})}),e,t&&n==="right"&&K.jsx("span",{"data-testid":"icon-right",children:$.createElement(t,{size:24,weight:"bold"})})]});return K.jsx("button",{type:f,className:v,style:M,disabled:r,onClick:s,children:D})}const qs=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M160,48V208L80,128Z",opacity:"0.2"}),h.createElement("path",{d:"M163.06,40.61a8,8,0,0,0-8.72,1.73l-80,80a8,8,0,0,0,0,11.32l80,80A8,8,0,0,0,168,208V48A8,8,0,0,0,163.06,40.61ZM152,188.69,91.31,128,152,67.31Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M168,48V208a8,8,0,0,1-13.66,5.66l-80-80a8,8,0,0,1,0-11.32l80-80A8,8,0,0,1,168,48Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M164.24,203.76a6,6,0,1,1-8.48,8.48l-80-80a6,6,0,0,1,0-8.48l80-80a6,6,0,0,1,8.48,8.48L88.49,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M162.83,205.17a4,4,0,0,1-5.66,5.66l-80-80a4,4,0,0,1,0-5.66l80-80a4,4,0,1,1,5.66,5.66L85.66,128Z"}))]]),Hs=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),h.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),Js=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),h.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),Qs=new Map([["bold",h.createElement(h.Fragment,null,h.createElement("path",{d:"M180,128a12,12,0,0,1-12,12H88a12,12,0,0,1,0-24h80A12,12,0,0,1,180,128Zm56,0A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",h.createElement(h.Fragment,null,h.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),h.createElement("path",{d:"M176,128a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,128Zm56,0A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",h.createElement(h.Fragment,null,h.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm40,112H88a8,8,0,0,1,0-16h80a8,8,0,0,1,0,16Z"}))],["light",h.createElement(h.Fragment,null,h.createElement("path",{d:"M174,128a6,6,0,0,1-6,6H88a6,6,0,0,1,0-12h80A6,6,0,0,1,174,128Zm56,0A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",h.createElement(h.Fragment,null,h.createElement("path",{d:"M176,128a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,128Zm56,0A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",h.createElement(h.Fragment,null,h.createElement("path",{d:"M172,128a4,4,0,0,1-4,4H88a4,4,0,0,1,0-8h80A4,4,0,0,1,172,128Zm56,0A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),eo=$.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),De=h.forwardRef((e,t)=>{const{alt:n,color:r,size:s,weight:o,mirrored:i,children:a,weights:l,...u}=e,{color:c="currentColor",size:f,weight:m="regular",mirrored:w=!1,...A}=h.useContext(eo);return h.createElement("svg",{ref:t,xmlns:"http://www.w3.org/2000/svg",width:s??f,height:s??f,fill:r??c,viewBox:"0 0 256 256",transform:i||w?"scale(-1, 1)":void 0,...A,...u},!!n&&h.createElement("title",null,n),a,l.get(o??m))});De.displayName="IconBase";const xn=h.forwardRef((e,t)=>h.createElement(De,{ref:t,...e,weights:qs}));xn.displayName="CaretLeftIcon";const vn=h.forwardRef((e,t)=>h.createElement(De,{ref:t,...e,weights:Hs}));vn.displayName="CaretRightIcon";const Tn=h.forwardRef((e,t)=>h.createElement(De,{ref:t,...e,weights:Js}));Tn.displayName="CheckCircleIcon";const An=h.forwardRef((e,t)=>h.createElement(De,{ref:t,...e,weights:Qs}));An.displayName="MinusCircleIcon";const Je={number:/\d/,lowercase:/[a-z]/,uppercase:/[A-Z]/,specialChar:/[!@#$%^&*()_+\-=[\]{};':"\\|,.<>/?~`]/},to={length:"Contiene 8 caracteres",number:"Contiene un número",lowercase:"Contiene una letra minúscula",uppercase:"Contiene una letra mayúscula",specialChar:"Contiene un carácter especial"};function no({password:e,color:t="text-gray-600"}){const n=String(e),r=$.useMemo(()=>({length:n.length>=8,number:Je.number.test(n),lowercase:Je.lowercase.test(n),uppercase:Je.uppercase.test(n),specialChar:Je.specialChar.test(n)}),[n]),s=Object.entries(r);return K.jsx("div",{className:"absolute bottom-full z-10 mb-2 w-full border border-gray-600 bg-white p-2",role:"password-tooltip","aria-label":"Requisitos de contraseña",children:s.map(([o,i])=>K.jsxs("div",{className:"mt-1 flex items-center gap-2",children:[i?K.jsx(Tn,{className:"text-green-500",size:20}):K.jsx(An,{className:t,size:20}),K.jsx("p",{className:`text-sm ${i?"text-green-500":t}`,children:to[o]})]},o))})}function ro({currentPage:e,totalPages:t,onPageChange:n,className:r="",disabled:s=!1}){const o=e===0,i=e===t-1,a=!o&&!s,l=!i&&!s,u=()=>{a&&n(e-1)},c=()=>{l&&n(e+1)};return K.jsxs("div",{className:`flex items-center justify-center ${r}`,children:[K.jsx("button",{type:"button",onClick:u,disabled:!a,"aria-label":"Previous",className:`
|
|
7
|
-
transition-colors rounded-full
|
|
8
|
-
${a?"text-black cursor-pointer":"text-gray-300 cursor-not-allowed"}
|
|
9
|
-
`,children:K.jsx(xn,{size:16,weight:"bold"})}),t>1&&K.jsxs("span",{className:"text-sm font-bold text-black min-w-12 text-center",children:[e+1," / ",t]}),K.jsx("button",{type:"button",onClick:c,disabled:!l,"aria-label":"Next",className:`
|
|
7
|
+
<%s key={someKey} {...props} />`,P,F,G,F),pe[F+P]=!0)}if(F=null,R!==void 0&&(n(R),F=""+R),i(C)&&(n(C.key),F=""+C.key),"key"in C){R={};for(var Y in C)Y!=="key"&&(R[Y]=C[Y])}else R=C;return F&&l(R,typeof m=="function"?m.displayName||m.name||"Unknown":m),u(m,F,R,a(),W,re)}function f(m){h(m)?m._store&&(m._store.validated=1):typeof m=="object"&&m!==null&&m.$$typeof===Z&&(m._payload.status==="fulfilled"?h(m._payload.value)&&m._payload.value._store&&(m._payload.value._store.validated=1):m._store&&(m._store.validated=1))}function h(m){return typeof m=="object"&&m!==null&&m.$$typeof===V}var y=z,V=Symbol.for("react.transitional.element"),M=Symbol.for("react.portal"),p=Symbol.for("react.fragment"),k=Symbol.for("react.strict_mode"),L=Symbol.for("react.profiler"),T=Symbol.for("react.consumer"),N=Symbol.for("react.context"),E=Symbol.for("react.forward_ref"),S=Symbol.for("react.suspense"),I=Symbol.for("react.suspense_list"),g=Symbol.for("react.memo"),Z=Symbol.for("react.lazy"),H=Symbol.for("react.activity"),_=Symbol.for("react.client.reference"),Q=y.__CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,te=Object.prototype.hasOwnProperty,Fe=Array.isArray,ne=console.createTask?console.createTask:function(){return null};y={react_stack_bottom_frame:function(m){return m()}};var U,$={},A=y.react_stack_bottom_frame.bind(y,s)(),he=ne(r(s)),pe={};je.Fragment=p,je.jsx=function(m,C,R){var P=1e4>Q.recentlyCreatedOwnerStacks++;return d(m,C,R,!1,P?Error("react-stack-top-frame"):A,P?ne(r(m)):he)},je.jsxs=function(m,C,R){var P=1e4>Q.recentlyCreatedOwnerStacks++;return d(m,C,R,!0,P?Error("react-stack-top-frame"):A,P?ne(r(m)):he)}})()),je}var tn;function xa(){return tn||(tn=1,process.env.NODE_ENV==="production"?Ge.exports=ya():Ge.exports=wa()),Ge.exports}var b=xa();function nn(e){var t,n,r="";if(typeof e=="string"||typeof e=="number")r+=e;else if(typeof e=="object")if(Array.isArray(e)){var a=e.length;for(t=0;t<a;t++)e[t]&&(n=nn(e[t]))&&(r&&(r+=" "),r+=n)}else for(n in e)e[n]&&(r&&(r+=" "),r+=n);return r}function Ue(){for(var e,t,n=0,r="",a=arguments.length;n<a;n++)(e=arguments[n])&&(t=nn(e))&&(r&&(r+=" "),r+=t);return r}const va=(e,t)=>{const n=new Array(e.length+t.length);for(let r=0;r<e.length;r++)n[r]=e[r];for(let r=0;r<t.length;r++)n[e.length+r]=t[r];return n},Aa=(e,t)=>({classGroupId:e,validator:t}),rn=(e=new Map,t=null,n)=>({nextPart:e,validators:t,classGroupId:n}),Ye="-",an=[],ka="arbitrary..",Ma=e=>{const t=Va(e),{conflictingClassGroups:n,conflictingClassGroupModifiers:r}=e;return{getClassGroupId:i=>{if(i.startsWith("[")&&i.endsWith("]"))return Ea(i);const l=i.split(Ye),c=l[0]===""&&l.length>1?1:0;return sn(l,c,t)},getConflictingClassGroupIds:(i,l)=>{if(l){const c=r[i],u=n[i];return c?u?va(u,c):c:u||an}return n[i]||an}}},sn=(e,t,n)=>{if(e.length-t===0)return n.classGroupId;const a=e[t],s=n.nextPart.get(a);if(s){const u=sn(e,t+1,s);if(u)return u}const i=n.validators;if(i===null)return;const l=t===0?e.join(Ye):e.slice(t).join(Ye),c=i.length;for(let u=0;u<c;u++){const d=i[u];if(d.validator(l))return d.classGroupId}},Ea=e=>e.slice(1,-1).indexOf(":")===-1?void 0:(()=>{const t=e.slice(1,-1),n=t.indexOf(":"),r=t.slice(0,n);return r?ka+r:void 0})(),Va=e=>{const{theme:t,classGroups:n}=e;return Ta(n,t)},Ta=(e,t)=>{const n=rn();for(const r in e){const a=e[r];it(a,n,r,t)}return n},it=(e,t,n,r)=>{const a=e.length;for(let s=0;s<a;s++){const i=e[s];Sa(i,t,n,r)}},Sa=(e,t,n,r)=>{if(typeof e=="string"){Ca(e,t,n);return}if(typeof e=="function"){Za(e,t,n,r);return}Fa(e,t,n,r)},Ca=(e,t,n)=>{const r=e===""?t:on(t,e);r.classGroupId=n},Za=(e,t,n,r)=>{if(Ra(e)){it(e(r),t,n,r);return}t.validators===null&&(t.validators=[]),t.validators.push(Aa(n,e))},Fa=(e,t,n,r)=>{const a=Object.entries(e),s=a.length;for(let i=0;i<s;i++){const[l,c]=a[i];it(c,on(t,l),n,r)}},on=(e,t)=>{let n=e;const r=t.split(Ye),a=r.length;for(let s=0;s<a;s++){const i=r[s];let l=n.nextPart.get(i);l||(l=rn(),n.nextPart.set(i,l)),n=l}return n},Ra=e=>"isThemeGetter"in e&&e.isThemeGetter===!0,Na=e=>{if(e<1)return{get:()=>{},set:()=>{}};let t=0,n=Object.create(null),r=Object.create(null);const a=(s,i)=>{n[s]=i,t++,t>e&&(t=0,r=n,n=Object.create(null))};return{get(s){let i=n[s];if(i!==void 0)return i;if((i=r[s])!==void 0)return a(s,i),i},set(s,i){s in n?n[s]=i:a(s,i)}}},ot="!",ln=":",ja=[],cn=(e,t,n,r,a)=>({modifiers:e,hasImportantModifier:t,baseClassName:n,maybePostfixModifierPosition:r,isExternal:a}),La=e=>{const{prefix:t,experimentalParseClassName:n}=e;let r=a=>{const s=[];let i=0,l=0,c=0,u;const d=a.length;for(let M=0;M<d;M++){const p=a[M];if(i===0&&l===0){if(p===ln){s.push(a.slice(c,M)),c=M+1;continue}if(p==="/"){u=M;continue}}p==="["?i++:p==="]"?i--:p==="("?l++:p===")"&&l--}const f=s.length===0?a:a.slice(c);let h=f,y=!1;f.endsWith(ot)?(h=f.slice(0,-1),y=!0):f.startsWith(ot)&&(h=f.slice(1),y=!0);const V=u&&u>c?u-c:void 0;return cn(s,y,h,V)};if(t){const a=t+ln,s=r;r=i=>i.startsWith(a)?s(i.slice(a.length)):cn(ja,!1,i,void 0,!0)}if(n){const a=r;r=s=>n({className:s,parseClassName:a})}return r},Pa=e=>{const t=new Map;return e.orderSensitiveModifiers.forEach((n,r)=>{t.set(n,1e6+r)}),n=>{const r=[];let a=[];for(let s=0;s<n.length;s++){const i=n[s],l=i[0]==="[",c=t.has(i);l||c?(a.length>0&&(a.sort(),r.push(...a),a=[]),r.push(i)):a.push(i)}return a.length>0&&(a.sort(),r.push(...a)),r}},Ia=e=>({cache:Na(e.cacheSize),parseClassName:La(e),sortModifiers:Pa(e),...Ma(e)}),Oa=/\s+/,za=(e,t)=>{const{parseClassName:n,getClassGroupId:r,getConflictingClassGroupIds:a,sortModifiers:s}=t,i=[],l=e.trim().split(Oa);let c="";for(let u=l.length-1;u>=0;u-=1){const d=l[u],{isExternal:f,modifiers:h,hasImportantModifier:y,baseClassName:V,maybePostfixModifierPosition:M}=n(d);if(f){c=d+(c.length>0?" "+c:c);continue}let p=!!M,k=r(p?V.substring(0,M):V);if(!k){if(!p){c=d+(c.length>0?" "+c:c);continue}if(k=r(V),!k){c=d+(c.length>0?" "+c:c);continue}p=!1}const L=h.length===0?"":h.length===1?h[0]:s(h).join(":"),T=y?L+ot:L,N=T+k;if(i.indexOf(N)>-1)continue;i.push(N);const E=a(k,p);for(let S=0;S<E.length;++S){const I=E[S];i.push(T+I)}c=d+(c.length>0?" "+c:c)}return c},Da=(...e)=>{let t=0,n,r,a="";for(;t<e.length;)(n=e[t++])&&(r=dn(n))&&(a&&(a+=" "),a+=r);return a},dn=e=>{if(typeof e=="string")return e;let t,n="";for(let r=0;r<e.length;r++)e[r]&&(t=dn(e[r]))&&(n&&(n+=" "),n+=t);return n},Ha=(e,...t)=>{let n,r,a,s;const i=c=>{const u=t.reduce((d,f)=>f(d),e());return n=Ia(u),r=n.cache.get,a=n.cache.set,s=l,l(c)},l=c=>{const u=r(c);if(u)return u;const d=za(c,n);return a(c,d),d};return s=i,(...c)=>s(Da(...c))},_a=[],B=e=>{const t=n=>n[e]||_a;return t.isThemeGetter=!0,t},un=/^\[(?:(\w[\w-]*):)?(.+)\]$/i,fn=/^\((?:(\w[\w-]*):)?(.+)\)$/i,Ba=/^\d+\/\d+$/,$a=/^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/,Ka=/\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/,Wa=/^(rgba?|hsla?|hwb|(ok)?(lab|lch)|color-mix)\(.+\)$/,Ga=/^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/,Ua=/^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/,xe=e=>Ba.test(e),j=e=>!!e&&!Number.isNaN(Number(e)),ce=e=>!!e&&Number.isInteger(Number(e)),lt=e=>e.endsWith("%")&&j(e.slice(0,-1)),ie=e=>$a.test(e),Ya=()=>!0,Xa=e=>Ka.test(e)&&!Wa.test(e),mn=()=>!1,qa=e=>Ga.test(e),Ja=e=>Ua.test(e),Qa=e=>!x(e)&&!v(e),es=e=>ve(e,yn,mn),x=e=>un.test(e),ge=e=>ve(e,wn,Xa),ct=e=>ve(e,ss,j),hn=e=>ve(e,gn,mn),ts=e=>ve(e,bn,Ja),Xe=e=>ve(e,xn,qa),v=e=>fn.test(e),Le=e=>Ae(e,wn),ns=e=>Ae(e,is),pn=e=>Ae(e,gn),rs=e=>Ae(e,yn),as=e=>Ae(e,bn),qe=e=>Ae(e,xn,!0),ve=(e,t,n)=>{const r=un.exec(e);return r?r[1]?t(r[1]):n(r[2]):!1},Ae=(e,t,n=!1)=>{const r=fn.exec(e);return r?r[1]?t(r[1]):n:!1},gn=e=>e==="position"||e==="percentage",bn=e=>e==="image"||e==="url",yn=e=>e==="length"||e==="size"||e==="bg-size",wn=e=>e==="length",ss=e=>e==="number",is=e=>e==="family-name",xn=e=>e==="shadow",vn=Ha(()=>{const e=B("color"),t=B("font"),n=B("text"),r=B("font-weight"),a=B("tracking"),s=B("leading"),i=B("breakpoint"),l=B("container"),c=B("spacing"),u=B("radius"),d=B("shadow"),f=B("inset-shadow"),h=B("text-shadow"),y=B("drop-shadow"),V=B("blur"),M=B("perspective"),p=B("aspect"),k=B("ease"),L=B("animate"),T=()=>["auto","avoid","all","avoid-page","page","left","right","column"],N=()=>["center","top","bottom","left","right","top-left","left-top","top-right","right-top","bottom-right","right-bottom","bottom-left","left-bottom"],E=()=>[...N(),v,x],S=()=>["auto","hidden","clip","visible","scroll"],I=()=>["auto","contain","none"],g=()=>[v,x,c],Z=()=>[xe,"full","auto",...g()],H=()=>[ce,"none","subgrid",v,x],_=()=>["auto",{span:["full",ce,v,x]},ce,v,x],Q=()=>[ce,"auto",v,x],te=()=>["auto","min","max","fr",v,x],Fe=()=>["start","end","center","between","around","evenly","stretch","baseline","center-safe","end-safe"],ne=()=>["start","end","center","stretch","center-safe","end-safe"],U=()=>["auto",...g()],$=()=>[xe,"auto","full","dvw","dvh","lvw","lvh","svw","svh","min","max","fit",...g()],A=()=>[e,v,x],he=()=>[...N(),pn,hn,{position:[v,x]}],pe=()=>["no-repeat",{repeat:["","x","y","space","round"]}],m=()=>["auto","cover","contain",rs,es,{size:[v,x]}],C=()=>[lt,Le,ge],R=()=>["","none","full",u,v,x],P=()=>["",j,Le,ge],W=()=>["solid","dashed","dotted","double"],re=()=>["normal","multiply","screen","overlay","darken","lighten","color-dodge","color-burn","hard-light","soft-light","difference","exclusion","hue","saturation","color","luminosity"],F=()=>[j,lt,pn,hn],G=()=>["","none",V,v,x],Y=()=>["none",j,v,x],Re=()=>["none",j,v,x],qt=()=>[j,v,x],st=()=>[xe,"full",...g()];return{cacheSize:500,theme:{animate:["spin","ping","pulse","bounce"],aspect:["video"],blur:[ie],breakpoint:[ie],color:[Ya],container:[ie],"drop-shadow":[ie],ease:["in","out","in-out"],font:[Qa],"font-weight":["thin","extralight","light","normal","medium","semibold","bold","extrabold","black"],"inset-shadow":[ie],leading:["none","tight","snug","normal","relaxed","loose"],perspective:["dramatic","near","normal","midrange","distant","none"],radius:[ie],shadow:[ie],spacing:["px",j],text:[ie],"text-shadow":[ie],tracking:["tighter","tight","normal","wide","wider","widest"]},classGroups:{aspect:[{aspect:["auto","square",xe,x,v,p]}],container:["container"],columns:[{columns:[j,x,v,l]}],"break-after":[{"break-after":T()}],"break-before":[{"break-before":T()}],"break-inside":[{"break-inside":["auto","avoid","avoid-page","avoid-column"]}],"box-decoration":[{"box-decoration":["slice","clone"]}],box:[{box:["border","content"]}],display:["block","inline-block","inline","flex","inline-flex","table","inline-table","table-caption","table-cell","table-column","table-column-group","table-footer-group","table-header-group","table-row-group","table-row","flow-root","grid","inline-grid","contents","list-item","hidden"],sr:["sr-only","not-sr-only"],float:[{float:["right","left","none","start","end"]}],clear:[{clear:["left","right","both","none","start","end"]}],isolation:["isolate","isolation-auto"],"object-fit":[{object:["contain","cover","fill","none","scale-down"]}],"object-position":[{object:E()}],overflow:[{overflow:S()}],"overflow-x":[{"overflow-x":S()}],"overflow-y":[{"overflow-y":S()}],overscroll:[{overscroll:I()}],"overscroll-x":[{"overscroll-x":I()}],"overscroll-y":[{"overscroll-y":I()}],position:["static","fixed","absolute","relative","sticky"],inset:[{inset:Z()}],"inset-x":[{"inset-x":Z()}],"inset-y":[{"inset-y":Z()}],start:[{start:Z()}],end:[{end:Z()}],top:[{top:Z()}],right:[{right:Z()}],bottom:[{bottom:Z()}],left:[{left:Z()}],visibility:["visible","invisible","collapse"],z:[{z:[ce,"auto",v,x]}],basis:[{basis:[xe,"full","auto",l,...g()]}],"flex-direction":[{flex:["row","row-reverse","col","col-reverse"]}],"flex-wrap":[{flex:["nowrap","wrap","wrap-reverse"]}],flex:[{flex:[j,xe,"auto","initial","none",x]}],grow:[{grow:["",j,v,x]}],shrink:[{shrink:["",j,v,x]}],order:[{order:[ce,"first","last","none",v,x]}],"grid-cols":[{"grid-cols":H()}],"col-start-end":[{col:_()}],"col-start":[{"col-start":Q()}],"col-end":[{"col-end":Q()}],"grid-rows":[{"grid-rows":H()}],"row-start-end":[{row:_()}],"row-start":[{"row-start":Q()}],"row-end":[{"row-end":Q()}],"grid-flow":[{"grid-flow":["row","col","dense","row-dense","col-dense"]}],"auto-cols":[{"auto-cols":te()}],"auto-rows":[{"auto-rows":te()}],gap:[{gap:g()}],"gap-x":[{"gap-x":g()}],"gap-y":[{"gap-y":g()}],"justify-content":[{justify:[...Fe(),"normal"]}],"justify-items":[{"justify-items":[...ne(),"normal"]}],"justify-self":[{"justify-self":["auto",...ne()]}],"align-content":[{content:["normal",...Fe()]}],"align-items":[{items:[...ne(),{baseline:["","last"]}]}],"align-self":[{self:["auto",...ne(),{baseline:["","last"]}]}],"place-content":[{"place-content":Fe()}],"place-items":[{"place-items":[...ne(),"baseline"]}],"place-self":[{"place-self":["auto",...ne()]}],p:[{p:g()}],px:[{px:g()}],py:[{py:g()}],ps:[{ps:g()}],pe:[{pe:g()}],pt:[{pt:g()}],pr:[{pr:g()}],pb:[{pb:g()}],pl:[{pl:g()}],m:[{m:U()}],mx:[{mx:U()}],my:[{my:U()}],ms:[{ms:U()}],me:[{me:U()}],mt:[{mt:U()}],mr:[{mr:U()}],mb:[{mb:U()}],ml:[{ml:U()}],"space-x":[{"space-x":g()}],"space-x-reverse":["space-x-reverse"],"space-y":[{"space-y":g()}],"space-y-reverse":["space-y-reverse"],size:[{size:$()}],w:[{w:[l,"screen",...$()]}],"min-w":[{"min-w":[l,"screen","none",...$()]}],"max-w":[{"max-w":[l,"screen","none","prose",{screen:[i]},...$()]}],h:[{h:["screen","lh",...$()]}],"min-h":[{"min-h":["screen","lh","none",...$()]}],"max-h":[{"max-h":["screen","lh",...$()]}],"font-size":[{text:["base",n,Le,ge]}],"font-smoothing":["antialiased","subpixel-antialiased"],"font-style":["italic","not-italic"],"font-weight":[{font:[r,v,ct]}],"font-stretch":[{"font-stretch":["ultra-condensed","extra-condensed","condensed","semi-condensed","normal","semi-expanded","expanded","extra-expanded","ultra-expanded",lt,x]}],"font-family":[{font:[ns,x,t]}],"fvn-normal":["normal-nums"],"fvn-ordinal":["ordinal"],"fvn-slashed-zero":["slashed-zero"],"fvn-figure":["lining-nums","oldstyle-nums"],"fvn-spacing":["proportional-nums","tabular-nums"],"fvn-fraction":["diagonal-fractions","stacked-fractions"],tracking:[{tracking:[a,v,x]}],"line-clamp":[{"line-clamp":[j,"none",v,ct]}],leading:[{leading:[s,...g()]}],"list-image":[{"list-image":["none",v,x]}],"list-style-position":[{list:["inside","outside"]}],"list-style-type":[{list:["disc","decimal","none",v,x]}],"text-alignment":[{text:["left","center","right","justify","start","end"]}],"placeholder-color":[{placeholder:A()}],"text-color":[{text:A()}],"text-decoration":["underline","overline","line-through","no-underline"],"text-decoration-style":[{decoration:[...W(),"wavy"]}],"text-decoration-thickness":[{decoration:[j,"from-font","auto",v,ge]}],"text-decoration-color":[{decoration:A()}],"underline-offset":[{"underline-offset":[j,"auto",v,x]}],"text-transform":["uppercase","lowercase","capitalize","normal-case"],"text-overflow":["truncate","text-ellipsis","text-clip"],"text-wrap":[{text:["wrap","nowrap","balance","pretty"]}],indent:[{indent:g()}],"vertical-align":[{align:["baseline","top","middle","bottom","text-top","text-bottom","sub","super",v,x]}],whitespace:[{whitespace:["normal","nowrap","pre","pre-line","pre-wrap","break-spaces"]}],break:[{break:["normal","words","all","keep"]}],wrap:[{wrap:["break-word","anywhere","normal"]}],hyphens:[{hyphens:["none","manual","auto"]}],content:[{content:["none",v,x]}],"bg-attachment":[{bg:["fixed","local","scroll"]}],"bg-clip":[{"bg-clip":["border","padding","content","text"]}],"bg-origin":[{"bg-origin":["border","padding","content"]}],"bg-position":[{bg:he()}],"bg-repeat":[{bg:pe()}],"bg-size":[{bg:m()}],"bg-image":[{bg:["none",{linear:[{to:["t","tr","r","br","b","bl","l","tl"]},ce,v,x],radial:["",v,x],conic:[ce,v,x]},as,ts]}],"bg-color":[{bg:A()}],"gradient-from-pos":[{from:C()}],"gradient-via-pos":[{via:C()}],"gradient-to-pos":[{to:C()}],"gradient-from":[{from:A()}],"gradient-via":[{via:A()}],"gradient-to":[{to:A()}],rounded:[{rounded:R()}],"rounded-s":[{"rounded-s":R()}],"rounded-e":[{"rounded-e":R()}],"rounded-t":[{"rounded-t":R()}],"rounded-r":[{"rounded-r":R()}],"rounded-b":[{"rounded-b":R()}],"rounded-l":[{"rounded-l":R()}],"rounded-ss":[{"rounded-ss":R()}],"rounded-se":[{"rounded-se":R()}],"rounded-ee":[{"rounded-ee":R()}],"rounded-es":[{"rounded-es":R()}],"rounded-tl":[{"rounded-tl":R()}],"rounded-tr":[{"rounded-tr":R()}],"rounded-br":[{"rounded-br":R()}],"rounded-bl":[{"rounded-bl":R()}],"border-w":[{border:P()}],"border-w-x":[{"border-x":P()}],"border-w-y":[{"border-y":P()}],"border-w-s":[{"border-s":P()}],"border-w-e":[{"border-e":P()}],"border-w-t":[{"border-t":P()}],"border-w-r":[{"border-r":P()}],"border-w-b":[{"border-b":P()}],"border-w-l":[{"border-l":P()}],"divide-x":[{"divide-x":P()}],"divide-x-reverse":["divide-x-reverse"],"divide-y":[{"divide-y":P()}],"divide-y-reverse":["divide-y-reverse"],"border-style":[{border:[...W(),"hidden","none"]}],"divide-style":[{divide:[...W(),"hidden","none"]}],"border-color":[{border:A()}],"border-color-x":[{"border-x":A()}],"border-color-y":[{"border-y":A()}],"border-color-s":[{"border-s":A()}],"border-color-e":[{"border-e":A()}],"border-color-t":[{"border-t":A()}],"border-color-r":[{"border-r":A()}],"border-color-b":[{"border-b":A()}],"border-color-l":[{"border-l":A()}],"divide-color":[{divide:A()}],"outline-style":[{outline:[...W(),"none","hidden"]}],"outline-offset":[{"outline-offset":[j,v,x]}],"outline-w":[{outline:["",j,Le,ge]}],"outline-color":[{outline:A()}],shadow:[{shadow:["","none",d,qe,Xe]}],"shadow-color":[{shadow:A()}],"inset-shadow":[{"inset-shadow":["none",f,qe,Xe]}],"inset-shadow-color":[{"inset-shadow":A()}],"ring-w":[{ring:P()}],"ring-w-inset":["ring-inset"],"ring-color":[{ring:A()}],"ring-offset-w":[{"ring-offset":[j,ge]}],"ring-offset-color":[{"ring-offset":A()}],"inset-ring-w":[{"inset-ring":P()}],"inset-ring-color":[{"inset-ring":A()}],"text-shadow":[{"text-shadow":["none",h,qe,Xe]}],"text-shadow-color":[{"text-shadow":A()}],opacity:[{opacity:[j,v,x]}],"mix-blend":[{"mix-blend":[...re(),"plus-darker","plus-lighter"]}],"bg-blend":[{"bg-blend":re()}],"mask-clip":[{"mask-clip":["border","padding","content","fill","stroke","view"]},"mask-no-clip"],"mask-composite":[{mask:["add","subtract","intersect","exclude"]}],"mask-image-linear-pos":[{"mask-linear":[j]}],"mask-image-linear-from-pos":[{"mask-linear-from":F()}],"mask-image-linear-to-pos":[{"mask-linear-to":F()}],"mask-image-linear-from-color":[{"mask-linear-from":A()}],"mask-image-linear-to-color":[{"mask-linear-to":A()}],"mask-image-t-from-pos":[{"mask-t-from":F()}],"mask-image-t-to-pos":[{"mask-t-to":F()}],"mask-image-t-from-color":[{"mask-t-from":A()}],"mask-image-t-to-color":[{"mask-t-to":A()}],"mask-image-r-from-pos":[{"mask-r-from":F()}],"mask-image-r-to-pos":[{"mask-r-to":F()}],"mask-image-r-from-color":[{"mask-r-from":A()}],"mask-image-r-to-color":[{"mask-r-to":A()}],"mask-image-b-from-pos":[{"mask-b-from":F()}],"mask-image-b-to-pos":[{"mask-b-to":F()}],"mask-image-b-from-color":[{"mask-b-from":A()}],"mask-image-b-to-color":[{"mask-b-to":A()}],"mask-image-l-from-pos":[{"mask-l-from":F()}],"mask-image-l-to-pos":[{"mask-l-to":F()}],"mask-image-l-from-color":[{"mask-l-from":A()}],"mask-image-l-to-color":[{"mask-l-to":A()}],"mask-image-x-from-pos":[{"mask-x-from":F()}],"mask-image-x-to-pos":[{"mask-x-to":F()}],"mask-image-x-from-color":[{"mask-x-from":A()}],"mask-image-x-to-color":[{"mask-x-to":A()}],"mask-image-y-from-pos":[{"mask-y-from":F()}],"mask-image-y-to-pos":[{"mask-y-to":F()}],"mask-image-y-from-color":[{"mask-y-from":A()}],"mask-image-y-to-color":[{"mask-y-to":A()}],"mask-image-radial":[{"mask-radial":[v,x]}],"mask-image-radial-from-pos":[{"mask-radial-from":F()}],"mask-image-radial-to-pos":[{"mask-radial-to":F()}],"mask-image-radial-from-color":[{"mask-radial-from":A()}],"mask-image-radial-to-color":[{"mask-radial-to":A()}],"mask-image-radial-shape":[{"mask-radial":["circle","ellipse"]}],"mask-image-radial-size":[{"mask-radial":[{closest:["side","corner"],farthest:["side","corner"]}]}],"mask-image-radial-pos":[{"mask-radial-at":N()}],"mask-image-conic-pos":[{"mask-conic":[j]}],"mask-image-conic-from-pos":[{"mask-conic-from":F()}],"mask-image-conic-to-pos":[{"mask-conic-to":F()}],"mask-image-conic-from-color":[{"mask-conic-from":A()}],"mask-image-conic-to-color":[{"mask-conic-to":A()}],"mask-mode":[{mask:["alpha","luminance","match"]}],"mask-origin":[{"mask-origin":["border","padding","content","fill","stroke","view"]}],"mask-position":[{mask:he()}],"mask-repeat":[{mask:pe()}],"mask-size":[{mask:m()}],"mask-type":[{"mask-type":["alpha","luminance"]}],"mask-image":[{mask:["none",v,x]}],filter:[{filter:["","none",v,x]}],blur:[{blur:G()}],brightness:[{brightness:[j,v,x]}],contrast:[{contrast:[j,v,x]}],"drop-shadow":[{"drop-shadow":["","none",y,qe,Xe]}],"drop-shadow-color":[{"drop-shadow":A()}],grayscale:[{grayscale:["",j,v,x]}],"hue-rotate":[{"hue-rotate":[j,v,x]}],invert:[{invert:["",j,v,x]}],saturate:[{saturate:[j,v,x]}],sepia:[{sepia:["",j,v,x]}],"backdrop-filter":[{"backdrop-filter":["","none",v,x]}],"backdrop-blur":[{"backdrop-blur":G()}],"backdrop-brightness":[{"backdrop-brightness":[j,v,x]}],"backdrop-contrast":[{"backdrop-contrast":[j,v,x]}],"backdrop-grayscale":[{"backdrop-grayscale":["",j,v,x]}],"backdrop-hue-rotate":[{"backdrop-hue-rotate":[j,v,x]}],"backdrop-invert":[{"backdrop-invert":["",j,v,x]}],"backdrop-opacity":[{"backdrop-opacity":[j,v,x]}],"backdrop-saturate":[{"backdrop-saturate":[j,v,x]}],"backdrop-sepia":[{"backdrop-sepia":["",j,v,x]}],"border-collapse":[{border:["collapse","separate"]}],"border-spacing":[{"border-spacing":g()}],"border-spacing-x":[{"border-spacing-x":g()}],"border-spacing-y":[{"border-spacing-y":g()}],"table-layout":[{table:["auto","fixed"]}],caption:[{caption:["top","bottom"]}],transition:[{transition:["","all","colors","opacity","shadow","transform","none",v,x]}],"transition-behavior":[{transition:["normal","discrete"]}],duration:[{duration:[j,"initial",v,x]}],ease:[{ease:["linear","initial",k,v,x]}],delay:[{delay:[j,v,x]}],animate:[{animate:["none",L,v,x]}],backface:[{backface:["hidden","visible"]}],perspective:[{perspective:[M,v,x]}],"perspective-origin":[{"perspective-origin":E()}],rotate:[{rotate:Y()}],"rotate-x":[{"rotate-x":Y()}],"rotate-y":[{"rotate-y":Y()}],"rotate-z":[{"rotate-z":Y()}],scale:[{scale:Re()}],"scale-x":[{"scale-x":Re()}],"scale-y":[{"scale-y":Re()}],"scale-z":[{"scale-z":Re()}],"scale-3d":["scale-3d"],skew:[{skew:qt()}],"skew-x":[{"skew-x":qt()}],"skew-y":[{"skew-y":qt()}],transform:[{transform:[v,x,"","none","gpu","cpu"]}],"transform-origin":[{origin:E()}],"transform-style":[{transform:["3d","flat"]}],translate:[{translate:st()}],"translate-x":[{"translate-x":st()}],"translate-y":[{"translate-y":st()}],"translate-z":[{"translate-z":st()}],"translate-none":["translate-none"],accent:[{accent:A()}],appearance:[{appearance:["none","auto"]}],"caret-color":[{caret:A()}],"color-scheme":[{scheme:["normal","dark","light","light-dark","only-dark","only-light"]}],cursor:[{cursor:["auto","default","pointer","wait","text","move","help","not-allowed","none","context-menu","progress","cell","crosshair","vertical-text","alias","copy","no-drop","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out",v,x]}],"field-sizing":[{"field-sizing":["fixed","content"]}],"pointer-events":[{"pointer-events":["auto","none"]}],resize:[{resize:["none","","y","x"]}],"scroll-behavior":[{scroll:["auto","smooth"]}],"scroll-m":[{"scroll-m":g()}],"scroll-mx":[{"scroll-mx":g()}],"scroll-my":[{"scroll-my":g()}],"scroll-ms":[{"scroll-ms":g()}],"scroll-me":[{"scroll-me":g()}],"scroll-mt":[{"scroll-mt":g()}],"scroll-mr":[{"scroll-mr":g()}],"scroll-mb":[{"scroll-mb":g()}],"scroll-ml":[{"scroll-ml":g()}],"scroll-p":[{"scroll-p":g()}],"scroll-px":[{"scroll-px":g()}],"scroll-py":[{"scroll-py":g()}],"scroll-ps":[{"scroll-ps":g()}],"scroll-pe":[{"scroll-pe":g()}],"scroll-pt":[{"scroll-pt":g()}],"scroll-pr":[{"scroll-pr":g()}],"scroll-pb":[{"scroll-pb":g()}],"scroll-pl":[{"scroll-pl":g()}],"snap-align":[{snap:["start","end","center","align-none"]}],"snap-stop":[{snap:["normal","always"]}],"snap-type":[{snap:["none","x","y","both"]}],"snap-strictness":[{snap:["mandatory","proximity"]}],touch:[{touch:["auto","none","manipulation"]}],"touch-x":[{"touch-pan":["x","left","right"]}],"touch-y":[{"touch-pan":["y","up","down"]}],"touch-pz":["touch-pinch-zoom"],select:[{select:["none","text","all","auto"]}],"will-change":[{"will-change":["auto","scroll","contents","transform",v,x]}],fill:[{fill:["none",...A()]}],"stroke-w":[{stroke:[j,Le,ge,ct]}],stroke:[{stroke:["none",...A()]}],"forced-color-adjust":[{"forced-color-adjust":["auto","none"]}]},conflictingClassGroups:{overflow:["overflow-x","overflow-y"],overscroll:["overscroll-x","overscroll-y"],inset:["inset-x","inset-y","start","end","top","right","bottom","left"],"inset-x":["right","left"],"inset-y":["top","bottom"],flex:["basis","grow","shrink"],gap:["gap-x","gap-y"],p:["px","py","ps","pe","pt","pr","pb","pl"],px:["pr","pl"],py:["pt","pb"],m:["mx","my","ms","me","mt","mr","mb","ml"],mx:["mr","ml"],my:["mt","mb"],size:["w","h"],"font-size":["leading"],"fvn-normal":["fvn-ordinal","fvn-slashed-zero","fvn-figure","fvn-spacing","fvn-fraction"],"fvn-ordinal":["fvn-normal"],"fvn-slashed-zero":["fvn-normal"],"fvn-figure":["fvn-normal"],"fvn-spacing":["fvn-normal"],"fvn-fraction":["fvn-normal"],"line-clamp":["display","overflow"],rounded:["rounded-s","rounded-e","rounded-t","rounded-r","rounded-b","rounded-l","rounded-ss","rounded-se","rounded-ee","rounded-es","rounded-tl","rounded-tr","rounded-br","rounded-bl"],"rounded-s":["rounded-ss","rounded-es"],"rounded-e":["rounded-se","rounded-ee"],"rounded-t":["rounded-tl","rounded-tr"],"rounded-r":["rounded-tr","rounded-br"],"rounded-b":["rounded-br","rounded-bl"],"rounded-l":["rounded-tl","rounded-bl"],"border-spacing":["border-spacing-x","border-spacing-y"],"border-w":["border-w-x","border-w-y","border-w-s","border-w-e","border-w-t","border-w-r","border-w-b","border-w-l"],"border-w-x":["border-w-r","border-w-l"],"border-w-y":["border-w-t","border-w-b"],"border-color":["border-color-x","border-color-y","border-color-s","border-color-e","border-color-t","border-color-r","border-color-b","border-color-l"],"border-color-x":["border-color-r","border-color-l"],"border-color-y":["border-color-t","border-color-b"],translate:["translate-x","translate-y","translate-none"],"translate-none":["translate","translate-x","translate-y","translate-z"],"scroll-m":["scroll-mx","scroll-my","scroll-ms","scroll-me","scroll-mt","scroll-mr","scroll-mb","scroll-ml"],"scroll-mx":["scroll-mr","scroll-ml"],"scroll-my":["scroll-mt","scroll-mb"],"scroll-p":["scroll-px","scroll-py","scroll-ps","scroll-pe","scroll-pt","scroll-pr","scroll-pb","scroll-pl"],"scroll-px":["scroll-pr","scroll-pl"],"scroll-py":["scroll-pt","scroll-pb"],touch:["touch-x","touch-y","touch-pz"],"touch-x":["touch"],"touch-y":["touch"],"touch-pz":["touch"]},conflictingClassGroupModifiers:{"font-size":["leading"]},orderSensitiveModifiers:["*","**","after","backdrop","before","details-content","file","first-letter","first-line","marker","placeholder","selection"]}});function os({text:e,icon:t,iconPosition:n="left",disabled:r=!1,onClick:a,btnColor:s="bg-white",textColor:i="text-black",fullWidth:l=!1,border:c,rounded:u="rounded-none",extraClassName:d,type:f="button"}){const h=T=>(T?.includes("[")&&T?.includes("]"))??!1,y=T=>T.match(/\[(.*?)\]/)?.[1],V=Ue("flex h-12 px-4 py-2 text-xl font-semibold uppercase","duration-300 items-center justify-center transition-colors",l?"w-full":"w-fit",{"bg-gray-400 opacity-40 cursor-not-allowed shadow-inner":r,"cursor-pointer":!r}),M=Ue(!r&&s,c&&"border-2",c,i,u,d),p=vn(V,M),k=z.useMemo(()=>{const T={};return s&&h(s)&&!r&&(T.backgroundColor=y(s)),c&&h(c)&&(T.borderColor=y(c)),i&&h(i)&&(T.color=y(i)),T},[s,c,i,r]),L=b.jsxs("span",{className:Ue("flex gap-2 justify-center items-center",i&&!h(i)&&i),style:i&&h(i)?{color:y(i)}:{},children:[t&&n==="left"&&b.jsx("span",{"data-testid":"icon-left",children:z.createElement(t,{size:24,weight:"bold"})}),e,t&&n==="right"&&b.jsx("span",{"data-testid":"icon-right",children:z.createElement(t,{size:24,weight:"bold"})})]});return b.jsx("button",{type:f,className:p,style:k,disabled:r,onClick:a,children:L})}const ls=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M168.49,199.51a12,12,0,0,1-17,17l-80-80a12,12,0,0,1,0-17l80-80a12,12,0,0,1,17,17L97,128Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M160,48V208L80,128Z",opacity:"0.2"}),o.createElement("path",{d:"M163.06,40.61a8,8,0,0,0-8.72,1.73l-80,80a8,8,0,0,0,0,11.32l80,80A8,8,0,0,0,168,208V48A8,8,0,0,0,163.06,40.61ZM152,188.69,91.31,128,152,67.31Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M168,48V208a8,8,0,0,1-13.66,5.66l-80-80a8,8,0,0,1,0-11.32l80-80A8,8,0,0,1,168,48Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M164.24,203.76a6,6,0,1,1-8.48,8.48l-80-80a6,6,0,0,1,0-8.48l80-80a6,6,0,0,1,8.48,8.48L88.49,128Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M165.66,202.34a8,8,0,0,1-11.32,11.32l-80-80a8,8,0,0,1,0-11.32l80-80a8,8,0,0,1,11.32,11.32L91.31,128Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M162.83,205.17a4,4,0,0,1-5.66,5.66l-80-80a4,4,0,0,1,0-5.66l80-80a4,4,0,1,1,5.66,5.66L85.66,128Z"}))]]),cs=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M184.49,136.49l-80,80a12,12,0,0,1-17-17L159,128,87.51,56.49a12,12,0,1,1,17-17l80,80A12,12,0,0,1,184.49,136.49Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M176,128,96,208V48Z",opacity:"0.2"}),o.createElement("path",{d:"M181.66,122.34l-80-80A8,8,0,0,0,88,48V208a8,8,0,0,0,13.66,5.66l80-80A8,8,0,0,0,181.66,122.34ZM104,188.69V67.31L164.69,128Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M181.66,133.66l-80,80A8,8,0,0,1,88,208V48a8,8,0,0,1,13.66-5.66l80,80A8,8,0,0,1,181.66,133.66Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M180.24,132.24l-80,80a6,6,0,0,1-8.48-8.48L167.51,128,91.76,52.24a6,6,0,0,1,8.48-8.48l80,80A6,6,0,0,1,180.24,132.24Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M178.83,130.83l-80,80a4,4,0,0,1-5.66-5.66L170.34,128,93.17,50.83a4,4,0,0,1,5.66-5.66l80,80A4,4,0,0,1,178.83,130.83Z"}))]]),ds=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M176.49,95.51a12,12,0,0,1,0,17l-56,56a12,12,0,0,1-17,0l-24-24a12,12,0,1,1,17-17L112,143l47.51-47.52A12,12,0,0,1,176.49,95.51ZM236,128A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),o.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm45.66,85.66-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35a8,8,0,0,1,11.32,11.32Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M172.24,99.76a6,6,0,0,1,0,8.48l-56,56a6,6,0,0,1-8.48,0l-24-24a6,6,0,0,1,8.48-8.48L112,151.51l51.76-51.75A6,6,0,0,1,172.24,99.76ZM230,128A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M173.66,98.34a8,8,0,0,1,0,11.32l-56,56a8,8,0,0,1-11.32,0l-24-24a8,8,0,0,1,11.32-11.32L112,148.69l50.34-50.35A8,8,0,0,1,173.66,98.34ZM232,128A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M170.83,101.17a4,4,0,0,1,0,5.66l-56,56a4,4,0,0,1-5.66,0l-24-24a4,4,0,0,1,5.66-5.66L112,154.34l53.17-53.17A4,4,0,0,1,170.83,101.17ZM228,128A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),us=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,44H32A12,12,0,0,0,20,56V192a20,20,0,0,0,20,20H216a20,20,0,0,0,20-20V56A12,12,0,0,0,224,44Zm-96,83.72L62.85,68h130.3ZM92.79,128,44,172.72V83.28Zm17.76,16.28,9.34,8.57a12,12,0,0,0,16.22,0l9.34-8.57L193.15,188H62.85ZM163.21,128,212,83.28v89.44Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,56l-96,88L32,56Z",opacity:"0.2"}),o.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48Zm-96,85.15L52.57,64H203.43ZM98.71,128,40,181.81V74.19Zm11.84,10.85,12,11.05a8,8,0,0,0,10.82,0l12-11.05,58,53.15H52.57ZM157.29,128,216,74.18V181.82Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48ZM98.71,128,40,181.81V74.19Zm11.84,10.85,12,11.05a8,8,0,0,0,10.82,0l12-11.05,58,53.15H52.57ZM157.29,128,216,74.18V181.82Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,50H32a6,6,0,0,0-6,6V192a14,14,0,0,0,14,14H216a14,14,0,0,0,14-14V56A6,6,0,0,0,224,50Zm-96,85.86L47.42,62H208.58ZM101.67,128,38,186.36V69.64Zm8.88,8.14L124,148.42a6,6,0,0,0,8.1,0l13.4-12.28L208.58,194H47.43ZM154.33,128,218,69.64V186.36Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,48H32a8,8,0,0,0-8,8V192a16,16,0,0,0,16,16H216a16,16,0,0,0,16-16V56A8,8,0,0,0,224,48Zm-96,85.15L52.57,64H203.43ZM98.71,128,40,181.81V74.19Zm11.84,10.85,12,11.05a8,8,0,0,0,10.82,0l12-11.05,58,53.15H52.57ZM157.29,128,216,74.18V181.82Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,52H32a4,4,0,0,0-4,4V192a12,12,0,0,0,12,12H216a12,12,0,0,0,12-12V56A4,4,0,0,0,224,52Zm-96,86.57L42.28,60H213.72ZM104.63,128,36,190.91V65.09Zm5.92,5.43L125.3,147a4,4,0,0,0,5.4,0l14.75-13.52L213.72,196H42.28ZM151.37,128,220,65.09V190.91Z"}))]]),fs=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M251,123.13c-.37-.81-9.13-20.26-28.48-39.61C196.63,57.67,164,44,128,44S59.37,57.67,33.51,83.52C14.16,102.87,5.4,122.32,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212s68.63-13.66,94.48-39.51c19.36-19.35,28.12-38.79,28.49-39.61A12.08,12.08,0,0,0,251,123.13Zm-46.06,33C183.47,177.27,157.59,188,128,188s-55.47-10.73-76.91-31.88A130.36,130.36,0,0,1,29.52,128,130.45,130.45,0,0,1,51.09,99.89C72.54,78.73,98.41,68,128,68s55.46,10.73,76.91,31.89A130.36,130.36,0,0,1,226.48,128,130.45,130.45,0,0,1,204.91,156.12ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,64a20,20,0,1,1,20-20A20,20,0,0,1,128,148Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),o.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M245.48,125.57c-.34-.78-8.66-19.23-27.24-37.81C201,70.54,171.38,50,128,50S55,70.54,37.76,87.76c-18.58,18.58-26.9,37-27.24,37.81a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206s73-20.53,90.24-37.75c18.58-18.58,26.9-37,27.24-37.8A6,6,0,0,0,245.48,125.57ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.77,134.77,0,0,1,22.69,128,134.56,134.56,0,0,1,46.55,95.94C69.22,73.42,96.62,62,128,62s58.78,11.42,81.45,33.94A134.56,134.56,0,0,1,233.31,128C226.94,140.21,195,194,128,194Zm0-112a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M247.31,124.76c-.35-.79-8.82-19.58-27.65-38.41C194.57,61.26,162.88,48,128,48S61.43,61.26,36.34,86.35C17.51,105.18,9,124,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208s66.57-13.26,91.66-38.34c18.83-18.83,27.3-37.61,27.65-38.4A8,8,0,0,0,247.31,124.76ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.47,133.47,0,0,1,25,128,133.33,133.33,0,0,1,48.07,97.25C70.33,75.19,97.22,64,128,64s57.67,11.19,79.93,33.25A133.46,133.46,0,0,1,231.05,128C223.84,141.46,192.43,192,128,192Zm0-112a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M243.66,126.38c-.34-.76-8.52-18.89-26.83-37.2C199.87,72.22,170.7,52,128,52S56.13,72.22,39.17,89.18c-18.31,18.31-26.49,36.44-26.83,37.2a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17s71.87-20.21,88.83-37.17c18.31-18.31,26.49-36.43,26.83-37.2A4.08,4.08,0,0,0,243.66,126.38Zm-32.7,35c-23.07,23-51,34.62-83,34.62s-59.89-11.65-83-34.62A135.71,135.71,0,0,1,20.44,128,135.69,135.69,0,0,1,45,94.62C68.11,71.65,96,60,128,60s59.89,11.65,83,34.62A135.79,135.79,0,0,1,235.56,128,135.71,135.71,0,0,1,211,161.38ZM128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164Z"}))]]),ms=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M56.88,31.93A12,12,0,1,0,39.12,48.07l16,17.65C20.67,88.66,5.72,121.58,5,123.13a12.08,12.08,0,0,0,0,9.75c.37.82,9.13,20.26,28.49,39.61C59.37,198.34,92,212,128,212a131.34,131.34,0,0,0,51-10l20.09,22.1a12,12,0,0,0,17.76-16.14ZM128,188c-29.59,0-55.47-10.73-76.91-31.88A130.69,130.69,0,0,1,29.52,128c5.27-9.31,18.79-29.9,42-44.29l90.09,99.11A109.33,109.33,0,0,1,128,188Zm123-55.12c-.36.81-9,20-28,39.16a12,12,0,1,1-17-16.9A130.48,130.48,0,0,0,226.48,128a130.36,130.36,0,0,0-21.57-28.12C183.46,78.73,157.59,68,128,68c-3.35,0-6.7.14-10,.42a12,12,0,1,1-2-23.91c3.93-.34,8-.51,12-.51,36,0,68.63,13.67,94.49,39.52,19.35,19.35,28.11,38.8,28.48,39.61A12.08,12.08,0,0,1,251,132.88Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,56C48,56,16,128,16,128s32,72,112,72,112-72,112-72S208,56,128,56Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),o.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M96.68,57.87a4,4,0,0,1,2.08-6.6A130.13,130.13,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41a8,8,0,0,1,0,6.5c-.35.79-8.82,19.57-27.65,38.4q-4.28,4.26-8.79,8.07a4,4,0,0,1-5.55-.36ZM213.92,210.62a8,8,0,1,1-11.84,10.76L180,197.13A127.21,127.21,0,0,1,128,208c-34.88,0-66.57-13.26-91.66-38.34C17.51,150.83,9,132.05,8.69,131.26a8,8,0,0,1,0-6.5C9,124,17.51,105.18,36.34,86.35a135,135,0,0,1,25-19.78L42.08,45.38A8,8,0,1,1,53.92,34.62Zm-65.49-48.25-52.69-58a40,40,0,0,0,52.69,58Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M52.44,36A6,6,0,0,0,43.56,44L64.44,67c-37.28,21.9-53.23,57-53.92,58.57a6,6,0,0,0,0,4.88c.34.77,8.66,19.22,27.24,37.8C55,185.47,84.62,206,128,206a124.91,124.91,0,0,0,52.57-11.25l23,25.29a6,6,0,0,0,8.88-8.08Zm48.62,71.32,45,49.52a34,34,0,0,1-45-49.52ZM128,194c-31.38,0-58.78-11.42-81.45-33.93A134.57,134.57,0,0,1,22.69,128c4.29-8.2,20.1-35.18,50-51.91L92.89,98.3a46,46,0,0,0,61.35,67.48l17.81,19.6A113.47,113.47,0,0,1,128,194Zm6.4-99.4a6,6,0,0,1,2.25-11.79,46.17,46.17,0,0,1,37.15,40.87,6,6,0,0,1-5.42,6.53l-.56,0a6,6,0,0,1-6-5.45A34.1,34.1,0,0,0,134.4,94.6Zm111.08,35.85c-.41.92-10.37,23-32.86,43.12a6,6,0,1,1-8-8.94A134.07,134.07,0,0,0,233.31,128a134.67,134.67,0,0,0-23.86-32.07C186.78,73.42,159.38,62,128,62a120.19,120.19,0,0,0-19.69,1.6,6,6,0,1,1-2-11.83A131.12,131.12,0,0,1,128,50c43.38,0,73,20.54,90.24,37.76,18.58,18.58,26.9,37,27.24,37.81A6,6,0,0,1,245.48,130.45Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M53.92,34.62A8,8,0,1,0,42.08,45.38L61.32,66.55C25,88.84,9.38,123.2,8.69,124.76a8,8,0,0,0,0,6.5c.35.79,8.82,19.57,27.65,38.4C61.43,194.74,93.12,208,128,208a127.11,127.11,0,0,0,52.07-10.83l22,24.21a8,8,0,1,0,11.84-10.76Zm47.33,75.84,41.67,45.85a32,32,0,0,1-41.67-45.85ZM128,192c-30.78,0-57.67-11.19-79.93-33.25A133.16,133.16,0,0,1,25,128c4.69-8.79,19.66-33.39,47.35-49.38l18,19.75a48,48,0,0,0,63.66,70l14.73,16.2A112,112,0,0,1,128,192Zm6-95.43a8,8,0,0,1,3-15.72,48.16,48.16,0,0,1,38.77,42.64,8,8,0,0,1-7.22,8.71,6.39,6.39,0,0,1-.75,0,8,8,0,0,1-8-7.26A32.09,32.09,0,0,0,134,96.57Zm113.28,34.69c-.42.94-10.55,23.37-33.36,43.8a8,8,0,1,1-10.67-11.92A132.77,132.77,0,0,0,231.05,128a133.15,133.15,0,0,0-23.12-30.77C185.67,75.19,158.78,64,128,64a118.37,118.37,0,0,0-19.36,1.57A8,8,0,1,1,106,49.79,134,134,0,0,1,128,48c34.88,0,66.57,13.26,91.66,38.35,18.83,18.83,27.3,37.62,27.65,38.41A8,8,0,0,1,247.31,131.26Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M51,37.31A4,4,0,0,0,45,42.69L67.59,67.5C29.34,89,13,124.81,12.34,126.38a4.08,4.08,0,0,0,0,3.25c.34.77,8.52,18.89,26.83,37.2,17,17,46.14,37.17,88.83,37.17a122.59,122.59,0,0,0,53.06-11.69l24,26.38a4,4,0,1,0,5.92-5.38ZM149.1,157.16A36,36,0,0,1,101,104.22ZM128,196c-32,0-59.89-11.65-83-34.62A135.81,135.81,0,0,1,20.44,128c3.65-7.23,20.09-36.81,52.68-54.43l22.45,24.7a44,44,0,0,0,59,64.83l20.89,23A114.94,114.94,0,0,1,128,196Zm6.78-103.36a4,4,0,0,1,1.49-7.86,44.15,44.15,0,0,1,35.54,39.09,4,4,0,0,1-3.61,4.35l-.38,0a4,4,0,0,1-4-3.63A36.1,36.1,0,0,0,134.78,92.64Zm108.88,37c-.41.91-10.2,22.58-32.38,42.45a4,4,0,0,1-2.67,1,4,4,0,0,1-2.67-7A136.71,136.71,0,0,0,235.56,128,136.07,136.07,0,0,0,211,94.62C187.89,71.65,160,60,128,60a122,122,0,0,0-20,1.63,4,4,0,0,1-1.32-7.89A129.3,129.3,0,0,1,128,52c42.7,0,71.87,20.22,88.83,37.18,18.31,18.31,26.49,36.44,26.83,37.2A4.08,4.08,0,0,1,243.66,129.63Z"}))]]),hs=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M231,112a12,12,0,0,0-10.81-1.65l-23.81,7.93a12,12,0,0,0-7.34,6.93l-13.67,34.18-34.18,13.67a12,12,0,0,0-6.93,7.34l-7.93,23.81A12,12,0,0,0,137.73,220H216a20,20,0,0,0,20-20V121.73A12,12,0,0,0,231,112Zm-19,84H154.38l.91-2.73,33.79-13.51a12,12,0,0,0,6.68-6.68l13.51-33.79,2.73-.91Zm4-160H40A20,20,0,0,0,20,56V200a20,20,0,0,0,20,20H95.57A12,12,0,0,0,107,211.79L123.21,163l35.09-14A12,12,0,0,0,165,142.3l14-35.09L227.79,91A12,12,0,0,0,236,79.57V56A20,20,0,0,0,216,36ZM102.2,150.16,86.92,196H44V173.66l48-48,17.14,17.14h0A12,12,0,0,0,102.2,150.16ZM212,70.92,166.16,86.2a12,12,0,0,0-7.35,6.93l-14.2,35.48-11.22,4.49-27.25-27.24a20,20,0,0,0-28.28,0L44,139.72V60H212Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,56V88l-48,16-16,40-23.35,9.34-39-39a8,8,0,0,0-11.32,0L32,168.69V56a8,8,0,0,1,8-8H216A8,8,0,0,1,224,56Z",opacity:"0.2"}),o.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16h64a8,8,0,0,0,7.59-5.47l14.83-44.48L163,151.43a8.07,8.07,0,0,0,4.46-4.46l14.62-36.55,44.48-14.83A8,8,0,0,0,232,88V56A16,16,0,0,0,216,40ZM112.41,157.47,98.23,200H40V172l52-52,30.42,30.42L117,152.57A8,8,0,0,0,112.41,157.47ZM216,82.23,173.47,96.41a8,8,0,0,0-4.9,4.62l-14.72,36.82L138.58,144l-35.27-35.27a16,16,0,0,0-22.62,0L40,149.37V56H216Zm12.68,33a8,8,0,0,0-7.21-1.1l-23.8,7.94a8,8,0,0,0-4.9,4.61l-14.31,35.77-35.77,14.31a8,8,0,0,0-4.61,4.9l-7.94,23.8A8,8,0,0,0,137.73,216H216a16,16,0,0,0,16-16V121.73A8,8,0,0,0,228.68,115.24ZM216,200H148.83l3.25-9.75,35.51-14.2a8.07,8.07,0,0,0,4.46-4.46l14.2-35.51,9.75-3.25Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16h64a8,8,0,0,0,7.59-5.47l14.83-44.48L163,151.43a8.07,8.07,0,0,0,4.46-4.46l14.62-36.55,44.48-14.83A8,8,0,0,0,232,88V56A16,16,0,0,0,216,40ZM117,152.57a8,8,0,0,0-4.62,4.9L98.23,200H40V160.69l46.34-46.35a8,8,0,0,1,11.32,0l32.84,32.84Zm115-30.84V200a16,16,0,0,1-16,16H137.73a8,8,0,0,1-7.59-10.53l7.94-23.8a8,8,0,0,1,4.61-4.9l35.77-14.31,14.31-35.77a8,8,0,0,1,4.9-4.61l23.8-7.94A8,8,0,0,1,232,121.73Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,42H40A14,14,0,0,0,26,56V200a14,14,0,0,0,14,14h64a6,6,0,0,0,5.69-4.1l15.12-45.36,37.42-15a6,6,0,0,0,3.34-3.34l15-37.42L225.9,93.69A6,6,0,0,0,230,88V56A14,14,0,0,0,216,42ZM117.77,154.43a6,6,0,0,0-3.46,3.67L99.68,202H40a2,2,0,0,1-2-2V171.17l52.58-52.58a2,2,0,0,1,2.83,0L126,151.15ZM218,83.68,174.1,98.31a6,6,0,0,0-3.67,3.46l-15.05,37.61L138.1,146.3l-36.2-36.2a14,14,0,0,0-19.8,0L38,154.2V56a2,2,0,0,1,2-2H216a2,2,0,0,1,2,2Zm9.51,33.18a6,6,0,0,0-5.41-.82L198.3,124a6,6,0,0,0-3.67,3.47L180,164l-36.56,14.63A6,6,0,0,0,140,182.3L132,206.1a6,6,0,0,0,5.69,7.9H216a14,14,0,0,0,14-14V121.73A6,6,0,0,0,227.51,116.86ZM218,200a2,2,0,0,1-2,2H146.06l4.42-13.26,36.37-14.55a6,6,0,0,0,3.34-3.34l14.55-36.37L218,130.06Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,40H40A16,16,0,0,0,24,56V200a16,16,0,0,0,16,16h64a8,8,0,0,0,7.59-5.47l14.83-44.48L163,151.43a8.07,8.07,0,0,0,4.46-4.46l14.62-36.55,44.48-14.83A8,8,0,0,0,232,88V56A16,16,0,0,0,216,40ZM112.41,157.47,98.23,200H40V172l52-52,30.42,30.42L117,152.57A8,8,0,0,0,112.41,157.47ZM216,82.23,173.47,96.41a8,8,0,0,0-4.9,4.62l-14.72,36.82L138.58,144l-35.27-35.27a16,16,0,0,0-22.62,0L40,149.37V56H216Zm12.68,33a8,8,0,0,0-7.21-1.1l-23.8,7.94a8,8,0,0,0-4.9,4.61l-14.31,35.77-35.77,14.31a8,8,0,0,0-4.61,4.9l-7.94,23.8A8,8,0,0,0,137.73,216H216a16,16,0,0,0,16-16V121.73A8,8,0,0,0,228.68,115.24ZM216,200H148.83l3.25-9.75,35.51-14.2a8.07,8.07,0,0,0,4.46-4.46l14.2-35.51,9.75-3.25Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,44H40A12,12,0,0,0,28,56V200a12,12,0,0,0,12,12h64a4,4,0,0,0,3.79-2.74L123.21,163l38.28-15.31a4,4,0,0,0,2.22-2.22L179,107.21l46.24-15.42A4,4,0,0,0,228,88V56A12,12,0,0,0,216,44ZM118.51,156.29a4,4,0,0,0-2.3,2.45L101.12,204H40a4,4,0,0,1-4-4V170.34l53.17-53.17a4,4,0,0,1,5.66,0l34.71,34.71ZM220,85.12l-45.26,15.09a4,4,0,0,0-2.45,2.3l-15.37,38.41-19.3,7.73-37.13-37.14a12,12,0,0,0-17,0L36,159V56a4,4,0,0,1,4-4H216a4,4,0,0,1,4,4Zm6.34,33.37a4,4,0,0,0-3.6-.55l-23.81,7.93a4,4,0,0,0-2.44,2.31l-15,37.36-37.36,15a4,4,0,0,0-2.31,2.44l-7.93,23.81a4,4,0,0,0,.55,3.6,4,4,0,0,0,3.24,1.66H216a12,12,0,0,0,12-12V121.73A4,4,0,0,0,226.34,118.49ZM220,200a4,4,0,0,1-4,4H143.28l5.59-16.78,37.23-14.89a4,4,0,0,0,2.23-2.23l14.89-37.23L220,127.28Z"}))]]),ps=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,72a24,24,0,1,1,24-24A24,24,0,0,1,128,152ZM176,20H80A60.07,60.07,0,0,0,20,80v96a60.07,60.07,0,0,0,60,60h96a60.07,60.07,0,0,0,60-60V80A60.07,60.07,0,0,0,176,20Zm36,156a36,36,0,0,1-36,36H80a36,36,0,0,1-36-36V80A36,36,0,0,1,80,44h96a36,36,0,0,1,36,36ZM196,76a16,16,0,1,1-16-16A16,16,0,0,1,196,76Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M176,32H80A48,48,0,0,0,32,80v96a48,48,0,0,0,48,48h96a48,48,0,0,0,48-48V80A48,48,0,0,0,176,32ZM128,168a40,40,0,1,1,40-40A40,40,0,0,1,128,168Z",opacity:"0.2"}),o.createElement("path",{d:"M176,24H80A56.06,56.06,0,0,0,24,80v96a56.06,56.06,0,0,0,56,56h96a56.06,56.06,0,0,0,56-56V80A56.06,56.06,0,0,0,176,24Zm40,152a40,40,0,0,1-40,40H80a40,40,0,0,1-40-40V80A40,40,0,0,1,80,40h96a40,40,0,0,1,40,40ZM128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160Zm64-84a12,12,0,1,1-12-12A12,12,0,0,1,192,76Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M176,24H80A56.06,56.06,0,0,0,24,80v96a56.06,56.06,0,0,0,56,56h96a56.06,56.06,0,0,0,56-56V80A56.06,56.06,0,0,0,176,24ZM128,176a48,48,0,1,1,48-48A48.05,48.05,0,0,1,128,176Zm60-96a12,12,0,1,1,12-12A12,12,0,0,1,188,80Zm-28,48a32,32,0,1,1-32-32A32,32,0,0,1,160,128Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,82a46,46,0,1,0,46,46A46.06,46.06,0,0,0,128,82Zm0,80a34,34,0,1,1,34-34A34,34,0,0,1,128,162ZM176,26H80A54.06,54.06,0,0,0,26,80v96a54.06,54.06,0,0,0,54,54h96a54.06,54.06,0,0,0,54-54V80A54.06,54.06,0,0,0,176,26Zm42,150a42,42,0,0,1-42,42H80a42,42,0,0,1-42-42V80A42,42,0,0,1,80,38h96a42,42,0,0,1,42,42ZM190,76a10,10,0,1,1-10-10A10,10,0,0,1,190,76Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,80a48,48,0,1,0,48,48A48.05,48.05,0,0,0,128,80Zm0,80a32,32,0,1,1,32-32A32,32,0,0,1,128,160ZM176,24H80A56.06,56.06,0,0,0,24,80v96a56.06,56.06,0,0,0,56,56h96a56.06,56.06,0,0,0,56-56V80A56.06,56.06,0,0,0,176,24Zm40,152a40,40,0,0,1-40,40H80a40,40,0,0,1-40-40V80A40,40,0,0,1,80,40h96a40,40,0,0,1,40,40ZM192,76a12,12,0,1,1-12-12A12,12,0,0,1,192,76Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,84a44,44,0,1,0,44,44A44.05,44.05,0,0,0,128,84Zm0,80a36,36,0,1,1,36-36A36,36,0,0,1,128,164ZM176,28H80A52.06,52.06,0,0,0,28,80v96a52.06,52.06,0,0,0,52,52h96a52.06,52.06,0,0,0,52-52V80A52.06,52.06,0,0,0,176,28Zm44,148a44.05,44.05,0,0,1-44,44H80a44.05,44.05,0,0,1-44-44V80A44.05,44.05,0,0,1,80,36h96a44.05,44.05,0,0,1,44,44ZM188,76a8,8,0,1,1-8-8A8,8,0,0,1,188,76Z"}))]]),gs=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M180,128a12,12,0,0,1-12,12H88a12,12,0,0,1,0-24h80A12,12,0,0,1,180,128Zm56,0A108,108,0,1,1,128,20,108.12,108.12,0,0,1,236,128Zm-24,0a84,84,0,1,0-84,84A84.09,84.09,0,0,0,212,128Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224,128a96,96,0,1,1-96-96A96,96,0,0,1,224,128Z",opacity:"0.2"}),o.createElement("path",{d:"M176,128a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,128Zm56,0A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,24A104,104,0,1,0,232,128,104.11,104.11,0,0,0,128,24Zm40,112H88a8,8,0,0,1,0-16h80a8,8,0,0,1,0,16Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M174,128a6,6,0,0,1-6,6H88a6,6,0,0,1,0-12h80A6,6,0,0,1,174,128Zm56,0A102,102,0,1,1,128,26,102.12,102.12,0,0,1,230,128Zm-12,0a90,90,0,1,0-90,90A90.1,90.1,0,0,0,218,128Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M176,128a8,8,0,0,1-8,8H88a8,8,0,0,1,0-16h80A8,8,0,0,1,176,128Zm56,0A104,104,0,1,1,128,24,104.11,104.11,0,0,1,232,128Zm-16,0a88,88,0,1,0-88,88A88.1,88.1,0,0,0,216,128Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M172,128a4,4,0,0,1-4,4H88a4,4,0,0,1,0-8h80A4,4,0,0,1,172,128Zm56,0A100,100,0,1,1,128,28,100.11,100.11,0,0,1,228,128Zm-8,0a92,92,0,1,0-92,92A92.1,92.1,0,0,0,220,128Z"}))]]),bs=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M230.14,70.54,185.46,25.85a20,20,0,0,0-28.29,0L33.86,149.17A19.85,19.85,0,0,0,28,163.31V208a20,20,0,0,0,20,20H92.69a19.86,19.86,0,0,0,14.14-5.86L230.14,98.82a20,20,0,0,0,0-28.28ZM91,204H52V165l84-84,39,39ZM192,103,153,64l18.34-18.34,39,39Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M221.66,90.34,192,120,136,64l29.66-29.66a8,8,0,0,1,11.31,0L221.66,79A8,8,0,0,1,221.66,90.34Z",opacity:"0.2"}),o.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M225.9,74.78,181.21,30.09a14,14,0,0,0-19.8,0L38.1,153.41a13.94,13.94,0,0,0-4.1,9.9V208a14,14,0,0,0,14,14H92.69a13.94,13.94,0,0,0,9.9-4.1L225.9,94.58a14,14,0,0,0,0-19.8ZM94.1,209.41a2,2,0,0,1-1.41.59H48a2,2,0,0,1-2-2V163.31a2,2,0,0,1,.59-1.41L136,72.48,183.51,120ZM217.41,86.1,192,111.51,144.49,64,169.9,38.58a2,2,0,0,1,2.83,0l44.68,44.69a2,2,0,0,1,0,2.83Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M227.31,73.37,182.63,28.68a16,16,0,0,0-22.63,0L36.69,152A15.86,15.86,0,0,0,32,163.31V208a16,16,0,0,0,16,16H92.69A15.86,15.86,0,0,0,104,219.31L227.31,96a16,16,0,0,0,0-22.63ZM92.69,208H48V163.31l88-88L180.69,120ZM192,108.68,147.31,64l24-24L216,84.68Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M224.49,76.2,179.8,31.51a12,12,0,0,0-17,0L133.17,61.17h0L39.52,154.83A11.9,11.9,0,0,0,36,163.31V208a12,12,0,0,0,12,12H92.69a12,12,0,0,0,8.48-3.51L224.48,93.17a12,12,0,0,0,0-17Zm-129,134.63A4,4,0,0,1,92.69,212H48a4,4,0,0,1-4-4V163.31a4,4,0,0,1,1.17-2.83L136,69.65,186.34,120ZM218.83,87.51,192,114.34,141.66,64l26.82-26.83a4,4,0,0,1,5.66,0l44.69,44.68a4,4,0,0,1,0,5.66Z"}))]]),ys=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,48H180V36A28,28,0,0,0,152,8H104A28,28,0,0,0,76,36V48H40a12,12,0,0,0,0,24h4V208a20,20,0,0,0,20,20H192a20,20,0,0,0,20-20V72h4a12,12,0,0,0,0-24ZM100,36a4,4,0,0,1,4-4h48a4,4,0,0,1,4,4V48H100Zm88,168H68V72H188ZM116,104v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Zm48,0v64a12,12,0,0,1-24,0V104a12,12,0,0,1,24,0Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M200,56V208a8,8,0,0,1-8,8H64a8,8,0,0,1-8-8V56Z",opacity:"0.2"}),o.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM112,168a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm0-120H96V40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,50H174V40a22,22,0,0,0-22-22H104A22,22,0,0,0,82,40V50H40a6,6,0,0,0,0,12H50V208a14,14,0,0,0,14,14H192a14,14,0,0,0,14-14V62h10a6,6,0,0,0,0-12ZM94,40a10,10,0,0,1,10-10h48a10,10,0,0,1,10,10V50H94ZM194,208a2,2,0,0,1-2,2H64a2,2,0,0,1-2-2V62H194ZM110,104v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Zm48,0v64a6,6,0,0,1-12,0V104a6,6,0,0,1,12,0Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,48H176V40a24,24,0,0,0-24-24H104A24,24,0,0,0,80,40v8H40a8,8,0,0,0,0,16h8V208a16,16,0,0,0,16,16H192a16,16,0,0,0,16-16V64h8a8,8,0,0,0,0-16ZM96,40a8,8,0,0,1,8-8h48a8,8,0,0,1,8,8v8H96Zm96,168H64V64H192ZM112,104v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Zm48,0v64a8,8,0,0,1-16,0V104a8,8,0,0,1,16,0Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M216,52H172V40a20,20,0,0,0-20-20H104A20,20,0,0,0,84,40V52H40a4,4,0,0,0,0,8H52V208a12,12,0,0,0,12,12H192a12,12,0,0,0,12-12V60h12a4,4,0,0,0,0-8ZM92,40a12,12,0,0,1,12-12h48a12,12,0,0,1,12,12V52H92ZM196,208a4,4,0,0,1-4,4H64a4,4,0,0,1-4-4V60H196ZM108,104v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Zm48,0v64a4,4,0,0,1-8,0V104a4,4,0,0,1,8,0Z"}))]]),ws=new Map([["bold",o.createElement(o.Fragment,null,o.createElement("path",{d:"M187.3,159.06A36.09,36.09,0,0,1,152,188a84.09,84.09,0,0,1-84-84A36.09,36.09,0,0,1,96.94,68.7,12,12,0,0,1,110,75.1l11.48,23a12,12,0,0,1-.75,12l-8.52,12.78a44.56,44.56,0,0,0,20.91,20.91l12.78-8.52a12,12,0,0,1,12-.75l23,11.48A12,12,0,0,1,187.3,159.06ZM236,128A108,108,0,0,1,78.77,224.15L46.34,235A20,20,0,0,1,21,209.66l10.81-32.43A108,108,0,1,1,236,128Zm-24,0A84,84,0,1,0,55.27,170.06a12,12,0,0,1,1,9.81l-9.93,29.79,29.79-9.93a12.1,12.1,0,0,1,3.8-.62,12,12,0,0,1,6,1.62A84,84,0,0,0,212,128Z"}))],["duotone",o.createElement(o.Fragment,null,o.createElement("path",{d:"M128,32A96,96,0,0,0,44.89,176.07L32.42,213.46a8,8,0,0,0,10.12,10.12l37.39-12.47A96,96,0,1,0,128,32Zm24,152a80,80,0,0,1-80-80,32,32,0,0,1,32-32l16,32-12.32,18.47a48.19,48.19,0,0,0,25.85,25.85L152,136l32,16A32,32,0,0,1,152,184Z",opacity:"0.2"}),o.createElement("path",{d:"M187.58,144.84l-32-16a8,8,0,0,0-8,.5l-14.69,9.8a40.55,40.55,0,0,1-16-16l9.8-14.69a8,8,0,0,0,.5-8l-16-32A8,8,0,0,0,104,64a40,40,0,0,0-40,40,88.1,88.1,0,0,0,88,88,40,40,0,0,0,40-40A8,8,0,0,0,187.58,144.84ZM152,176a72.08,72.08,0,0,1-72-72A24,24,0,0,1,99.29,80.46l11.48,23L101,118a8,8,0,0,0-.73,7.51,56.47,56.47,0,0,0,30.15,30.15A8,8,0,0,0,138,155l14.62-9.74,23,11.48A24,24,0,0,1,152,176ZM128,24A104,104,0,0,0,36.18,176.88L24.83,210.93a16,16,0,0,0,20.24,20.24l34.05-11.35A104,104,0,1,0,128,24Zm0,192a87.87,87.87,0,0,1-44.06-11.81,8,8,0,0,0-6.54-.67L40,216,52.47,178.6a8,8,0,0,0-.66-6.54A88,88,0,1,1,128,216Z"}))],["fill",o.createElement(o.Fragment,null,o.createElement("path",{d:"M152.58,145.23l23,11.48A24,24,0,0,1,152,176a72.08,72.08,0,0,1-72-72A24,24,0,0,1,99.29,80.46l11.48,23L101,118a8,8,0,0,0-.73,7.51,56.47,56.47,0,0,0,30.15,30.15A8,8,0,0,0,138,155ZM232,128A104,104,0,0,1,79.12,219.82L45.07,231.17a16,16,0,0,1-20.24-20.24l11.35-34.05A104,104,0,1,1,232,128Zm-40,24a8,8,0,0,0-4.42-7.16l-32-16a8,8,0,0,0-8,.5l-14.69,9.8a40.55,40.55,0,0,1-16-16l9.8-14.69a8,8,0,0,0,.5-8l-16-32A8,8,0,0,0,104,64a40,40,0,0,0-40,40,88.1,88.1,0,0,0,88,88A40,40,0,0,0,192,152Z"}))],["light",o.createElement(o.Fragment,null,o.createElement("path",{d:"M186.68,146.63l-32-16a6,6,0,0,0-6,.38L133,141.46A42.49,42.49,0,0,1,114.54,123L125,107.33a6,6,0,0,0,.38-6l-16-32A6,6,0,0,0,104,66a38,38,0,0,0-38,38,86.1,86.1,0,0,0,86,86,38,38,0,0,0,38-38A6,6,0,0,0,186.68,146.63ZM152,178a74.09,74.09,0,0,1-74-74,26,26,0,0,1,22.42-25.75l12.66,25.32-10.39,15.58a6,6,0,0,0-.54,5.63,54.43,54.43,0,0,0,29.07,29.07,6,6,0,0,0,5.63-.54l15.58-10.39,25.32,12.66A26,26,0,0,1,152,178ZM128,26A102,102,0,0,0,38.35,176.69L26.73,211.56a14,14,0,0,0,17.71,17.71l34.87-11.62A102,102,0,1,0,128,26Zm0,192a90,90,0,0,1-45.06-12.08,6.09,6.09,0,0,0-3-.81,6.2,6.2,0,0,0-1.9.31L40.65,217.88a2,2,0,0,1-2.53-2.53L50.58,178a6,6,0,0,0-.5-4.91A90,90,0,1,1,128,218Z"}))],["regular",o.createElement(o.Fragment,null,o.createElement("path",{d:"M187.58,144.84l-32-16a8,8,0,0,0-8,.5l-14.69,9.8a40.55,40.55,0,0,1-16-16l9.8-14.69a8,8,0,0,0,.5-8l-16-32A8,8,0,0,0,104,64a40,40,0,0,0-40,40,88.1,88.1,0,0,0,88,88,40,40,0,0,0,40-40A8,8,0,0,0,187.58,144.84ZM152,176a72.08,72.08,0,0,1-72-72A24,24,0,0,1,99.29,80.46l11.48,23L101,118a8,8,0,0,0-.73,7.51,56.47,56.47,0,0,0,30.15,30.15A8,8,0,0,0,138,155l14.61-9.74,23,11.48A24,24,0,0,1,152,176ZM128,24A104,104,0,0,0,36.18,176.88L24.83,210.93a16,16,0,0,0,20.24,20.24l34.05-11.35A104,104,0,1,0,128,24Zm0,192a87.87,87.87,0,0,1-44.06-11.81,8,8,0,0,0-6.54-.67L40,216,52.47,178.6a8,8,0,0,0-.66-6.54A88,88,0,1,1,128,216Z"}))],["thin",o.createElement(o.Fragment,null,o.createElement("path",{d:"M185.79,148.42l-32-16a4,4,0,0,0-4,.25l-16.64,11.1a44.56,44.56,0,0,1-20.91-20.91l11.1-16.64a4,4,0,0,0,.25-4l-16-32A4,4,0,0,0,104,68a36,36,0,0,0-36,36,84.09,84.09,0,0,0,84,84,36,36,0,0,0,36-36A4,4,0,0,0,185.79,148.42ZM152,180a76.08,76.08,0,0,1-76-76,28,28,0,0,1,25.58-27.9l13.8,27.61-11,16.54A4,4,0,0,0,104,124a52.43,52.43,0,0,0,28,28,4,4,0,0,0,3.76-.37l16.54-11,27.61,13.8A28,28,0,0,1,152,180ZM128,28A100,100,0,0,0,40.53,176.5l-11.9,35.69a12,12,0,0,0,15.18,15.18l35.69-11.9A100,100,0,1,0,128,28Zm0,192a92,92,0,0,1-46.07-12.35,4.05,4.05,0,0,0-2-.54,3.93,3.93,0,0,0-1.27.21L41.28,219.78a4,4,0,0,1-5.06-5.06l12.46-37.38a4,4,0,0,0-.33-3.27A92,92,0,1,1,128,220Z"}))]]),xs=z.createContext({color:"currentColor",size:"1em",weight:"regular",mirrored:!1}),X=o.forwardRef((e,t)=>{const{alt:n,color:r,size:a,weight:s,mirrored:i,children:l,weights:c,...u}=e,{color:d="currentColor",size:f,weight:h="regular",mirrored:y=!1,...V}=o.useContext(xs);return o.createElement("svg",{ref:t,xmlns:"http://www.w3.org/2000/svg",width:a??f,height:a??f,fill:r??d,viewBox:"0 0 256 256",transform:i||y?"scale(-1, 1)":void 0,...V,...u},!!n&&o.createElement("title",null,n),l,c.get(s??h))});X.displayName="IconBase";const An=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:ls}));An.displayName="CaretLeftIcon";const kn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:cs}));kn.displayName="CaretRightIcon";const Mn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:ds}));Mn.displayName="CheckCircleIcon";const En=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:us}));En.displayName="EnvelopeIcon";const Vn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:fs}));Vn.displayName="EyeIcon";const Tn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:ms}));Tn.displayName="EyeSlashIcon";const Sn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:hs}));Sn.displayName="ImageBrokenIcon";const Cn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:ps}));Cn.displayName="InstagramLogoIcon";const Zn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:gs}));Zn.displayName="MinusCircleIcon";const Fn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:bs}));Fn.displayName="PencilSimpleIcon";const Rn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:ys}));Rn.displayName="TrashIcon";const Nn=o.forwardRef((e,t)=>o.createElement(X,{ref:t,...e,weights:ws}));Nn.displayName="WhatsappLogoIcon";const Je={number:/\d/,lowercase:/[a-z]/,uppercase:/[A-Z]/,specialChar:/[!@#$%^&*()_+\-=[\]{};':"\\|,.<>/?~`]/},vs={length:"Contiene 8 caracteres",number:"Contiene un número",lowercase:"Contiene una letra minúscula",uppercase:"Contiene una letra mayúscula",specialChar:"Contiene un carácter especial"};function jn({password:e,color:t="text-gray-600"}){const n=String(e),r=z.useMemo(()=>({length:n.length>=8,number:Je.number.test(n),lowercase:Je.lowercase.test(n),uppercase:Je.uppercase.test(n),specialChar:Je.specialChar.test(n)}),[n]),a=Object.entries(r);return b.jsx("div",{className:"absolute bottom-full z-10 mb-2 w-full border border-gray-600 bg-white p-2",role:"password-tooltip","aria-label":"Requisitos de contraseña",children:a.map(([s,i])=>b.jsxs("div",{className:"mt-1 flex items-center gap-2",children:[i?b.jsx(Mn,{className:"text-green-500",size:20}):b.jsx(Zn,{className:t,size:20}),b.jsx("p",{className:`text-sm ${i?"text-green-500":t}`,children:vs[s]})]},s))})}function Ln({currentPage:e,totalPages:t,onPageChange:n,className:r="",disabled:a=!1}){const s=e===0,i=e===t-1,l=!s&&!a,c=!i&&!a,u=()=>{l&&n(e-1)},d=()=>{c&&n(e+1)};return b.jsxs("div",{className:`flex items-center justify-center ${r}`,children:[b.jsx("button",{type:"button",onClick:u,disabled:!l,"aria-label":"Previous",className:`
|
|
10
8
|
transition-colors rounded-full
|
|
11
9
|
${l?"text-black cursor-pointer":"text-gray-300 cursor-not-allowed"}
|
|
12
|
-
`,children:K.jsx(vn,{size:16,weight:"bold"})})]})}const kn=typeof window<"u",so=kn?$.useLayoutEffect:$.useEffect;function oo(e,t){e.indexOf(t)===-1&&e.push(t)}function Sn(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}const he=(e,t,n)=>n>t?t:n<e?e:n;function ut(e,t){return t?`${e}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}`:e}let Ie=()=>{},se=()=>{};process.env.NODE_ENV!=="production"&&(Ie=(e,t,n)=>{!e&&typeof console<"u"&&console.warn(ut(t,n))},se=(e,t,n)=>{if(!e)throw new Error(ut(t,n))});const ie={},Mn=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function io(e){return typeof e=="object"&&e!==null}const En=e=>/^0[^.\s]+$/u.test(e);function dt(e){let t;return()=>(t===void 0&&(t=e()),t)}const Te=e=>e,ao=(e,t)=>n=>t(e(n)),ft=(...e)=>e.reduce(ao),mt=(e,t,n)=>{const r=t-e;return r===0?1:(n-e)/r};class Vn{constructor(){this.subscriptions=[]}add(t){return oo(this.subscriptions,t),()=>Sn(this.subscriptions,t)}notify(t,n,r){const s=this.subscriptions.length;if(s)if(s===1)this.subscriptions[0](t,n,r);else for(let o=0;o<s;o++){const i=this.subscriptions[o];i&&i(t,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const J=e=>e*1e3,Q=e=>e/1e3;function Cn(e,t){return t?e*(1e3/t):0}const Rn=new Set;function Fn(e,t,n){e||Rn.has(t)||(console.warn(ut(t,n)),Rn.add(t))}const lo=(e,t,n)=>{const r=t-e;return((n-e)%r+r)%r+e},Pn=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,co=1e-7,uo=12;function fo(e,t,n,r,s){let o,i,a=0;do i=t+(n-t)/2,o=Pn(i,r,s)-e,o>0?n=i:t=i;while(Math.abs(o)>co&&++a<uo);return i}function _e(e,t,n,r){if(e===t&&n===r)return Te;const s=o=>fo(o,0,1,e,n);return o=>o===0||o===1?o:Pn(s(o),t,r)}const On=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Nn=e=>t=>1-e(1-t),Dn=_e(.33,1.53,.69,.99),ht=Nn(Dn),In=On(ht),_n=e=>(e*=2)<1?.5*ht(e):.5*(2-Math.pow(2,-10*(e-1))),pt=e=>1-Math.sin(Math.acos(e)),mo=Nn(pt),jn=On(pt),ho=_e(.42,0,1,1),po=_e(0,0,.58,1),zn=_e(.42,0,.58,1),Ln=e=>Array.isArray(e)&&typeof e[0]!="number";function Bn(e,t){return Ln(e)?e[lo(0,e.length,t)]:e}const $n=e=>Array.isArray(e)&&typeof e[0]=="number",Kn={linear:Te,easeIn:ho,easeInOut:zn,easeOut:po,circIn:pt,circInOut:jn,circOut:mo,backIn:ht,backInOut:In,backOut:Dn,anticipate:_n},go=e=>typeof e=="string",Zn=e=>{if($n(e)){se(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[t,n,r,s]=e;return _e(t,n,r,s)}else if(go(e))return se(Kn[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),Kn[e];return e},Qe=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function bo(e,t){let n=new Set,r=new Set,s=!1,o=!1;const i=new WeakSet;let a={delta:0,timestamp:0,isProcessing:!1};function l(c){i.has(c)&&(u.schedule(c),e()),c(a)}const u={schedule:(c,f=!1,m=!1)=>{const A=m&&s?n:r;return f&&i.add(c),A.has(c)||A.add(c),c},cancel:c=>{r.delete(c),i.delete(c)},process:c=>{if(a=c,s){o=!0;return}s=!0,[n,r]=[r,n],n.forEach(l),n.clear(),s=!1,o&&(o=!1,u.process(c))}};return u}const yo=40;function Gn(e,t){let n=!1,r=!0;const s={delta:0,timestamp:0,isProcessing:!1},o=()=>n=!0,i=Qe.reduce((S,O)=>(S[O]=bo(o),S),{}),{setup:a,read:l,resolveKeyframes:u,preUpdate:c,update:f,preRender:m,render:w,postRender:A}=i,T=()=>{const S=ie.useManualTiming?s.timestamp:performance.now();n=!1,ie.useManualTiming||(s.delta=r?1e3/60:Math.max(Math.min(S-s.timestamp,yo),1)),s.timestamp=S,s.isProcessing=!0,a.process(s),l.process(s),u.process(s),c.process(s),f.process(s),m.process(s),w.process(s),A.process(s),s.isProcessing=!1,n&&t&&(r=!1,e(T))},v=()=>{n=!0,r=!0,s.isProcessing||e(T)};return{schedule:Qe.reduce((S,O)=>{const x=i[O];return S[O]=(F,I=!1,p=!1)=>(n||v(),x.schedule(F,I,p)),S},{}),cancel:S=>{for(let O=0;O<Qe.length;O++)i[Qe[O]].cancel(S)},state:s,steps:i}}const{schedule:ae,cancel:gt,state:et}=Gn(typeof requestAnimationFrame<"u"?requestAnimationFrame:Te,!0);let tt;function wo(){tt=void 0}const q={now:()=>(tt===void 0&&q.set(et.isProcessing||ie.useManualTiming?et.timestamp:performance.now()),tt),set:e=>{tt=e,queueMicrotask(wo)}},Wn=e=>t=>typeof t=="string"&&t.startsWith(e),Yn=Wn("--"),xo=Wn("var(--"),bt=e=>xo(e)?vo.test(e.split("/*")[0].trim()):!1,vo=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu,Ae={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},je={...Ae,transform:e=>he(0,1,e)},nt={...Ae,default:1},ze=e=>Math.round(e*1e5)/1e5,yt=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function To(e){return e==null}const Ao=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,wt=(e,t)=>n=>!!(typeof n=="string"&&Ao.test(n)&&n.startsWith(e)||t&&!To(n)&&Object.prototype.hasOwnProperty.call(n,t)),Un=(e,t,n)=>r=>{if(typeof r!="string")return r;const[s,o,i,a]=r.match(yt);return{[e]:parseFloat(s),[t]:parseFloat(o),[n]:parseFloat(i),alpha:a!==void 0?parseFloat(a):1}},ko=e=>he(0,255,e),xt={...Ae,transform:e=>Math.round(ko(e))},pe={test:wt("rgb","red"),parse:Un("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+xt.transform(e)+", "+xt.transform(t)+", "+xt.transform(n)+", "+ze(je.transform(r))+")"};function So(e){let t="",n="",r="",s="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),s=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),s=e.substring(4,5),t+=t,n+=n,r+=r,s+=s),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:s?parseInt(s,16)/255:1}}const vt={test:wt("#"),parse:So,transform:pe.transform},Le=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),ce=Le("deg"),ke=Le("%"),k=Le("px"),Mo=Le("vh"),Eo=Le("vw"),Xn={...ke,parse:e=>ke.parse(e)/100,transform:e=>ke.transform(e*100)},Se={test:wt("hsl","hue"),parse:Un("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+ke.transform(ze(t))+", "+ke.transform(ze(n))+", "+ze(je.transform(r))+")"},j={test:e=>pe.test(e)||vt.test(e)||Se.test(e),parse:e=>pe.test(e)?pe.parse(e):Se.test(e)?Se.parse(e):vt.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?pe.transform(e):Se.transform(e),getAnimatableNone:e=>{const t=j.parse(e);return t.alpha=0,j.transform(t)}},Vo=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function Co(e){return isNaN(e)&&typeof e=="string"&&(e.match(yt)?.length||0)+(e.match(Vo)?.length||0)>0}const qn="number",Hn="color",Ro="var",Fo="var(",Jn="${}",Po=/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 Be(e){const t=e.toString(),n=[],r={color:[],number:[],var:[]},s=[];let o=0;const a=t.replace(Po,l=>(j.test(l)?(r.color.push(o),s.push(Hn),n.push(j.parse(l))):l.startsWith(Fo)?(r.var.push(o),s.push(Ro),n.push(l)):(r.number.push(o),s.push(qn),n.push(parseFloat(l))),++o,Jn)).split(Jn);return{values:n,split:a,indexes:r,types:s}}function Qn(e){return Be(e).values}function er(e){const{split:t,types:n}=Be(e),r=t.length;return s=>{let o="";for(let i=0;i<r;i++)if(o+=t[i],s[i]!==void 0){const a=n[i];a===qn?o+=ze(s[i]):a===Hn?o+=j.transform(s[i]):o+=s[i]}return o}}const Oo=e=>typeof e=="number"?0:j.test(e)?j.getAnimatableNone(e):e;function No(e){const t=Qn(e);return er(e)(t.map(Oo))}const ue={test:Co,parse:Qn,createTransformer:er,getAnimatableNone:No};function Tt(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Do({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,t/=100,n/=100;let s=0,o=0,i=0;if(!t)s=o=i=n;else{const a=n<.5?n*(1+t):n+t-n*t,l=2*n-a;s=Tt(l,a,e+1/3),o=Tt(l,a,e),i=Tt(l,a,e-1/3)}return{red:Math.round(s*255),green:Math.round(o*255),blue:Math.round(i*255),alpha:r}}function rt(e,t){return n=>n>0?t:e}const Me=(e,t,n)=>e+(t-e)*n,At=(e,t,n)=>{const r=e*e,s=n*(t*t-r)+r;return s<0?0:Math.sqrt(s)},Io=[vt,pe,Se],_o=e=>Io.find(t=>t.test(e));function tr(e){const t=_o(e);if(Ie(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let n=t.parse(e);return t===Se&&(n=Do(n)),n}const nr=(e,t)=>{const n=tr(e),r=tr(t);if(!n||!r)return rt(e,t);const s={...n};return o=>(s.red=At(n.red,r.red,o),s.green=At(n.green,r.green,o),s.blue=At(n.blue,r.blue,o),s.alpha=Me(n.alpha,r.alpha,o),pe.transform(s))},kt=new Set(["none","hidden"]);function jo(e,t){return kt.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function zo(e,t){return n=>Me(e,t,n)}function St(e){return typeof e=="number"?zo:typeof e=="string"?bt(e)?rt:j.test(e)?nr:$o:Array.isArray(e)?rr:typeof e=="object"?j.test(e)?nr:Lo:rt}function rr(e,t){const n=[...e],r=n.length,s=e.map((o,i)=>St(o)(o,t[i]));return o=>{for(let i=0;i<r;i++)n[i]=s[i](o);return n}}function Lo(e,t){const n={...e,...t},r={};for(const s in n)e[s]!==void 0&&t[s]!==void 0&&(r[s]=St(e[s])(e[s],t[s]));return s=>{for(const o in r)n[o]=r[o](s);return n}}function Bo(e,t){const n=[],r={color:0,var:0,number:0};for(let s=0;s<t.values.length;s++){const o=t.types[s],i=e.indexes[o][r[o]],a=e.values[i]??0;n[s]=a,r[o]++}return n}const $o=(e,t)=>{const n=ue.createTransformer(t),r=Be(e),s=Be(t);return r.indexes.var.length===s.indexes.var.length&&r.indexes.color.length===s.indexes.color.length&&r.indexes.number.length>=s.indexes.number.length?kt.has(e)&&!s.values.length||kt.has(t)&&!r.values.length?jo(e,t):ft(rr(Bo(r,s),s.values),n):(Ie(!0,`Complex values '${e}' and '${t}' 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"),rt(e,t))};function sr(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?Me(e,t,n):St(e)(e,t)}const Ko=e=>{const t=({timestamp:n})=>e(n);return{start:(n=!0)=>ae.update(t,n),stop:()=>gt(t),now:()=>et.isProcessing?et.timestamp:q.now()}},or=(e,t,n=10)=>{let r="";const s=Math.max(Math.round(t/n),2);for(let o=0;o<s;o++)r+=Math.round(e(o/(s-1))*1e4)/1e4+", ";return`linear(${r.substring(0,r.length-2)})`},st=2e4;function Mt(e){let t=0;const n=50;let r=e.next(t);for(;!r.done&&t<st;)t+=n,r=e.next(t);return t>=st?1/0:t}function ir(e,t=100,n){const r=n({...e,keyframes:[0,t]}),s=Math.min(Mt(r),st);return{type:"keyframes",ease:o=>r.next(s*o).value/t,duration:Q(s)}}const Zo=5;function ar(e,t,n){const r=Math.max(t-Zo,0);return Cn(n-e(r),t-r)}const _={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Et=.001;function Go({duration:e=_.duration,bounce:t=_.bounce,velocity:n=_.velocity,mass:r=_.mass}){let s,o;Ie(e<=J(_.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let i=1-t;i=he(_.minDamping,_.maxDamping,i),e=he(_.minDuration,_.maxDuration,Q(e)),i<1?(s=u=>{const c=u*i,f=c*e,m=c-n,w=Vt(u,i),A=Math.exp(-f);return Et-m/w*A},o=u=>{const f=u*i*e,m=f*n+n,w=Math.pow(i,2)*Math.pow(u,2)*e,A=Math.exp(-f),T=Vt(Math.pow(u,2),i);return(-s(u)+Et>0?-1:1)*((m-w)*A)/T}):(s=u=>{const c=Math.exp(-u*e),f=(u-n)*e+1;return-Et+c*f},o=u=>{const c=Math.exp(-u*e),f=(n-u)*(e*e);return c*f});const a=5/e,l=Yo(s,o,a);if(e=J(e),isNaN(l))return{stiffness:_.stiffness,damping:_.damping,duration:e};{const u=Math.pow(l,2)*r;return{stiffness:u,damping:i*2*Math.sqrt(r*u),duration:e}}}const Wo=12;function Yo(e,t,n){let r=n;for(let s=1;s<Wo;s++)r=r-e(r)/t(r);return r}function Vt(e,t){return e*Math.sqrt(1-t*t)}const Uo=["duration","bounce"],Xo=["stiffness","damping","mass"];function lr(e,t){return t.some(n=>e[n]!==void 0)}function qo(e){let t={velocity:_.velocity,stiffness:_.stiffness,damping:_.damping,mass:_.mass,isResolvedFromDuration:!1,...e};if(!lr(e,Xo)&&lr(e,Uo))if(e.visualDuration){const n=e.visualDuration,r=2*Math.PI/(n*1.2),s=r*r,o=2*he(.05,1,1-(e.bounce||0))*Math.sqrt(s);t={...t,mass:_.mass,stiffness:s,damping:o}}else{const n=Go(e);t={...t,...n,mass:_.mass},t.isResolvedFromDuration=!0}return t}function $e(e=_.visualDuration,t=_.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:r,restDelta:s}=n;const o=n.keyframes[0],i=n.keyframes[n.keyframes.length-1],a={done:!1,value:o},{stiffness:l,damping:u,mass:c,duration:f,velocity:m,isResolvedFromDuration:w}=qo({...n,velocity:-Q(n.velocity||0)}),A=m||0,T=u/(2*Math.sqrt(l*c)),v=i-o,M=Q(Math.sqrt(l/c)),D=Math.abs(v)<5;r||(r=D?_.restSpeed.granular:_.restSpeed.default),s||(s=D?_.restDelta.granular:_.restDelta.default);let S;if(T<1){const x=Vt(M,T);S=F=>{const I=Math.exp(-T*M*F);return i-I*((A+T*M*v)/x*Math.sin(x*F)+v*Math.cos(x*F))}}else if(T===1)S=x=>i-Math.exp(-M*x)*(v+(A+M*v)*x);else{const x=M*Math.sqrt(T*T-1);S=F=>{const I=Math.exp(-T*M*F),p=Math.min(x*F,300);return i-I*((A+T*M*v)*Math.sinh(p)+x*v*Math.cosh(p))/x}}const O={calculatedDuration:w&&f||null,next:x=>{const F=S(x);if(w)a.done=x>=f;else{let I=x===0?A:0;T<1&&(I=x===0?J(A):ar(S,x,F));const p=Math.abs(I)<=r,C=Math.abs(i-F)<=s;a.done=p&&C}return a.value=a.done?i:F,a},toString:()=>{const x=Math.min(Mt(O),st),F=or(I=>O.next(x*I).value,x,30);return x+"ms "+F},toTransition:()=>{}};return O}$e.applyToOptions=e=>{const t=ir(e,100,$e);return e.ease=t.ease,e.duration=J(t.duration),e.type="keyframes",e};function Ct({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:s=10,bounceStiffness:o=500,modifyTarget:i,min:a,max:l,restDelta:u=.5,restSpeed:c}){const f=e[0],m={done:!1,value:f},w=p=>a!==void 0&&p<a||l!==void 0&&p>l,A=p=>a===void 0?l:l===void 0||Math.abs(a-p)<Math.abs(l-p)?a:l;let T=n*t;const v=f+T,M=i===void 0?v:i(v);M!==v&&(T=M-f);const D=p=>-T*Math.exp(-p/r),S=p=>M+D(p),O=p=>{const C=D(p),B=S(p);m.done=Math.abs(C)<=u,m.value=m.done?M:B};let x,F;const I=p=>{w(m.value)&&(x=p,F=$e({keyframes:[m.value,A(m.value)],velocity:ar(S,p,m.value),damping:s,stiffness:o,restDelta:u,restSpeed:c}))};return I(0),{calculatedDuration:null,next:p=>{let C=!1;return!F&&x===void 0&&(C=!0,O(p),I(p)),x!==void 0&&p>=x?F.next(p-x):(!C&&O(p),m)}}}function Ho(e,t,n){const r=[],s=n||ie.mix||sr,o=e.length-1;for(let i=0;i<o;i++){let a=s(e[i],e[i+1]);if(t){const l=Array.isArray(t)?t[i]||Te:t;a=ft(l,a)}r.push(a)}return r}function Jo(e,t,{clamp:n=!0,ease:r,mixer:s}={}){const o=e.length;if(se(o===t.length,"Both input and output ranges must be the same length","range-length"),o===1)return()=>t[0];if(o===2&&t[0]===t[1])return()=>t[1];const i=e[0]===e[1];e[0]>e[o-1]&&(e=[...e].reverse(),t=[...t].reverse());const a=Ho(t,r,s),l=a.length,u=c=>{if(i&&c<e[0])return t[0];let f=0;if(l>1)for(;f<e.length-2&&!(c<e[f+1]);f++);const m=mt(e[f],e[f+1],c);return a[f](m)};return n?c=>u(he(e[0],e[o-1],c)):u}function cr(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const s=mt(0,t,r);e.push(Me(n,1,s))}}function ur(e){const t=[0];return cr(t,e.length-1),t}function Qo(e,t){return e.map(n=>n*t)}function ei(e,t){return e.map(()=>t||zn).splice(0,e.length-1)}function Ee({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const s=Ln(r)?r.map(Zn):Zn(r),o={done:!1,value:t[0]},i=Qo(n&&n.length===t.length?n:ur(t),e),a=Jo(i,t,{ease:Array.isArray(s)?s:ei(t,s)});return{calculatedDuration:e,next:l=>(o.value=a(l),o.done=l>=e,o)}}const ti=e=>e!==null;function Rt(e,{repeat:t,repeatType:n="loop"},r,s=1){const o=e.filter(ti),a=s<0||t&&n!=="loop"&&t%2===1?0:o.length-1;return!a||r===void 0?o[a]:r}const ni={decay:Ct,inertia:Ct,tween:Ee,keyframes:Ee,spring:$e};function dr(e){typeof e.type=="string"&&(e.type=ni[e.type])}class Ft{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,n){return this.finished.then(t,n)}}const ri=e=>e/100;class Pt extends Ft{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{const{motionValue:n}=this.options;n&&n.updatedAt!==q.now()&&this.tick(q.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){const{options:t}=this;dr(t);const{type:n=Ee,repeat:r=0,repeatDelay:s=0,repeatType:o,velocity:i=0}=t;let{keyframes:a}=t;const l=n||Ee;process.env.NODE_ENV!=="production"&&l!==Ee&&se(a.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${a}`,"spring-two-frames"),l!==Ee&&typeof a[0]!="number"&&(this.mixKeyframes=ft(ri,sr(a[0],a[1])),a=[0,100]);const u=l({...t,keyframes:a});o==="mirror"&&(this.mirroredGenerator=l({...t,keyframes:[...a].reverse(),velocity:-i})),u.calculatedDuration===null&&(u.calculatedDuration=Mt(u));const{calculatedDuration:c}=u;this.calculatedDuration=c,this.resolvedDuration=c+s,this.totalDuration=this.resolvedDuration*(r+1)-s,this.generator=u}updateTime(t){const n=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(t,n=!1){const{generator:r,totalDuration:s,mixKeyframes:o,mirroredGenerator:i,resolvedDuration:a,calculatedDuration:l}=this;if(this.startTime===null)return r.next(0);const{delay:u=0,keyframes:c,repeat:f,repeatType:m,repeatDelay:w,type:A,onUpdate:T,finalKeyframe:v}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-s/this.speed,this.startTime)),n?this.currentTime=t:this.updateTime(t);const M=this.currentTime-u*(this.playbackSpeed>=0?1:-1),D=this.playbackSpeed>=0?M<0:M>s;this.currentTime=Math.max(M,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=s);let S=this.currentTime,O=r;if(f){const p=Math.min(this.currentTime,s)/a;let C=Math.floor(p),B=p%1;!B&&p>=1&&(B=1),B===1&&C--,C=Math.min(C,f+1),!!(C%2)&&(m==="reverse"?(B=1-B,w&&(B-=w/a)):m==="mirror"&&(O=i)),S=he(0,1,B)*a}const x=D?{done:!1,value:c[0]}:O.next(S);o&&(x.value=o(x.value));let{done:F}=x;!D&&l!==null&&(F=this.playbackSpeed>=0?this.currentTime>=s:this.currentTime<=0);const I=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&F);return I&&A!==Ct&&(x.value=Rt(c,this.options,v,this.speed)),T&&T(x.value),I&&this.finish(),x}then(t,n){return this.finished.then(t,n)}get duration(){return Q(this.calculatedDuration)}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+Q(t)}get time(){return Q(this.currentTime)}set time(t){t=J(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(q.now());const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=Q(this.currentTime))}play(){if(this.isStopped)return;const{driver:t=Ko,startTime:n}=this.options;this.driver||(this.driver=t(s=>this.tick(s))),this.options.onPlay?.();const r=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=r):this.holdTime!==null?this.startTime=r-this.holdTime:this.startTime||(this.startTime=n??r),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(q.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&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}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)}}function si(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}const ge=e=>e*180/Math.PI,Ot=e=>{const t=ge(Math.atan2(e[1],e[0]));return Nt(t)},oi={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Ot,rotateZ:Ot,skewX:e=>ge(Math.atan(e[1])),skewY:e=>ge(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},Nt=e=>(e=e%360,e<0&&(e+=360),e),fr=Ot,mr=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),hr=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),ii={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:mr,scaleY:hr,scale:e=>(mr(e)+hr(e))/2,rotateX:e=>Nt(ge(Math.atan2(e[6],e[5]))),rotateY:e=>Nt(ge(Math.atan2(-e[2],e[0]))),rotateZ:fr,rotate:fr,skewX:e=>ge(Math.atan(e[4])),skewY:e=>ge(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function Dt(e){return e.includes("scale")?1:0}function It(e,t){if(!e||e==="none")return Dt(t);const n=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let r,s;if(n)r=ii,s=n;else{const a=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);r=oi,s=a}if(!s)return Dt(t);const o=r[t],i=s[1].split(",").map(li);return typeof o=="function"?o(i):i[o]}const ai=(e,t)=>{const{transform:n="none"}=getComputedStyle(e);return It(n,t)};function li(e){return parseFloat(e.trim())}const Ve=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Ce=new Set(Ve),pr=e=>e===Ae||e===k,ci=new Set(["x","y","z"]),ui=Ve.filter(e=>!ci.has(e));function di(e){const t=[];return ui.forEach(n=>{const r=e.getValue(n);r!==void 0&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t}const be={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>It(t,"x"),y:(e,{transform:t})=>It(t,"y")};be.translateX=be.x,be.translateY=be.y;const ye=new Set;let _t=!1,jt=!1,zt=!1;function gr(){if(jt){const e=Array.from(ye).filter(r=>r.needsMeasurement),t=new Set(e.map(r=>r.element)),n=new Map;t.forEach(r=>{const s=di(r);s.length&&(n.set(r,s),r.render())}),e.forEach(r=>r.measureInitialState()),t.forEach(r=>{r.render();const s=n.get(r);s&&s.forEach(([o,i])=>{r.getValue(o)?.set(i)})}),e.forEach(r=>r.measureEndState()),e.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}jt=!1,_t=!1,ye.forEach(e=>e.complete(zt)),ye.clear()}function br(){ye.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(jt=!0)})}function fi(){zt=!0,br(),gr(),zt=!1}class Lt{constructor(t,n,r,s,o,i=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=r,this.motionValue=s,this.element=o,this.isAsync=i}scheduleResolve(){this.state="scheduled",this.isAsync?(ye.add(this),_t||(_t=!0,ae.read(br),ae.resolveKeyframes(gr))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:r,motionValue:s}=this;if(t[0]===null){const o=s?.get(),i=t[t.length-1];if(o!==void 0)t[0]=o;else if(r&&n){const a=r.readValue(n,i);a!=null&&(t[0]=a)}t[0]===void 0&&(t[0]=i),s&&o===void 0&&s.set(t[0])}si(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),ye.delete(this)}cancel(){this.state==="scheduled"&&(ye.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const mi=e=>e.startsWith("--");function hi(e,t,n){mi(t)?e.style.setProperty(t,n):e.style[t]=n}const pi=dt(()=>window.ScrollTimeline!==void 0),gi={};function bi(e,t){const n=dt(e);return()=>gi[t]??n()}const yr=bi(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Ke=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,wr={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Ke([0,.65,.55,1]),circOut:Ke([.55,0,1,.45]),backIn:Ke([.31,.01,.66,-.59]),backOut:Ke([.33,1.53,.69,.99])};function xr(e,t){if(e)return typeof e=="function"?yr()?or(e,t):"ease-out":$n(e)?Ke(e):Array.isArray(e)?e.map(n=>xr(n,t)||wr.easeOut):wr[e]}function yi(e,t,n,{delay:r=0,duration:s=300,repeat:o=0,repeatType:i="loop",ease:a="easeOut",times:l}={},u=void 0){const c={[t]:n};l&&(c.offset=l);const f=xr(a,s);Array.isArray(f)&&(c.easing=f);const m={delay:r,duration:s,easing:Array.isArray(f)?"linear":f,fill:"both",iterations:o+1,direction:i==="reverse"?"alternate":"normal"};return u&&(m.pseudoElement=u),e.animate(c,m)}function Bt(e){return typeof e=="function"&&"applyToOptions"in e}function wi({type:e,...t}){return Bt(e)&&yr()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}class xi extends Ft{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,!t)return;const{element:n,name:r,keyframes:s,pseudoElement:o,allowFlatten:i=!1,finalKeyframe:a,onComplete:l}=t;this.isPseudoElement=!!o,this.allowFlatten=i,this.options=t,se(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const u=wi(t);this.animation=yi(n,r,s,u,o),u.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!o){const c=Rt(s,this.options,a,this.speed);this.updateMotionValue?this.updateMotionValue(c):hi(n,r,c),this.animation.cancel()}l?.(),this.notifyFinished()}}play(){this.isStopped||(this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;const{state:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){const t=this.animation.effect?.getComputedTiming?.().duration||0;return Q(Number(t))}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+Q(t)}get time(){return Q(Number(this.animation.currentTime)||0)}set time(t){this.finishedTime=null,this.animation.currentTime=J(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"finished":this.animation.playState}get startTime(){return Number(this.animation.startTime)}set startTime(t){this.animation.startTime=t}attachTimeline({timeline:t,observe:n}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&pi()?(this.animation.timeline=t,Te):n(this)}}const vr={anticipate:_n,backInOut:In,circInOut:jn};function vi(e){return e in vr}function Ti(e){typeof e.ease=="string"&&vi(e.ease)&&(e.ease=vr[e.ease])}const Tr=10;class Ai extends xi{constructor(t){Ti(t),dr(t),super(t),t.startTime&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){const{motionValue:n,onUpdate:r,onComplete:s,element:o,...i}=this.options;if(!n)return;if(t!==void 0){n.set(t);return}const a=new Pt({...i,autoplay:!1}),l=J(this.finishedTime??this.time);n.setWithVelocity(a.sample(l-Tr).value,a.sample(l).value,Tr),a.stop()}}const Ar=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(ue.test(e)||e==="0")&&!e.startsWith("url("));function ki(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function Si(e,t,n,r){const s=e[0];if(s===null)return!1;if(t==="display"||t==="visibility")return!0;const o=e[e.length-1],i=Ar(s,t),a=Ar(o,t);return Ie(i===a,`You are trying to animate ${t} from "${s}" to "${o}". "${i?o:s}" is not an animatable value.`,"value-not-animatable"),!i||!a?!1:ki(e)||(n==="spring"||Bt(n))&&r}function $t(e){e.duration=0,e.type="keyframes"}const Mi=new Set(["opacity","clipPath","filter","transform"]),Ei=dt(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function Vi(e){const{motionValue:t,name:n,repeatDelay:r,repeatType:s,damping:o,type:i}=e;if(!(t?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:l,transformTemplate:u}=t.owner.getProps();return Ei()&&n&&Mi.has(n)&&(n!=="transform"||!u)&&!l&&!r&&s!=="mirror"&&o!==0&&i!=="inertia"}const Ci=40;class Ri extends Ft{constructor({autoplay:t=!0,delay:n=0,type:r="keyframes",repeat:s=0,repeatDelay:o=0,repeatType:i="loop",keyframes:a,name:l,motionValue:u,element:c,...f}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=q.now();const m={autoplay:t,delay:n,type:r,repeat:s,repeatDelay:o,repeatType:i,name:l,motionValue:u,element:c,...f},w=c?.KeyframeResolver||Lt;this.keyframeResolver=new w(a,(A,T,v)=>this.onKeyframesResolved(A,T,m,!v),l,u,c),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,n,r,s){this.keyframeResolver=void 0;const{name:o,type:i,velocity:a,delay:l,isHandoff:u,onUpdate:c}=r;this.resolvedAt=q.now(),Si(t,o,i,a)||((ie.instantAnimations||!l)&&c?.(Rt(t,r,n)),t[0]=t[t.length-1],$t(r),r.repeat=0);const m={startTime:s?this.resolvedAt?this.resolvedAt-this.createdAt>Ci?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...r,keyframes:t},w=!u&&Vi(m)?new Ai({...m,element:m.motionValue.owner.current}):new Pt(m);w.finished.then(()=>this.notifyFinished()).catch(Te),this.pendingTimeline&&(this.stopTimeline=w.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=w}get finished(){return this._animation?this.animation.finished:this._finished}then(t,n){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),fi()),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()}}class Fi{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}get finished(){return Promise.all(this.animations.map(t=>t.finished))}getAll(t){return this.animations[0][t]}setAll(t,n){for(let r=0;r<this.animations.length;r++)this.animations[r][t]=n}attachTimeline(t){const n=this.animations.map(r=>r.attachTimeline(t));return()=>{n.forEach((r,s)=>{r&&r(),this.animations[s].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get state(){return this.getAll("state")}get startTime(){return this.getAll("startTime")}get duration(){return kr(this.animations,"duration")}get iterationDuration(){return kr(this.animations,"iterationDuration")}runAll(t){this.animations.forEach(n=>n[t]())}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}function kr(e,t){let n=0;for(let r=0;r<e.length;r++){const s=e[r][t];s!==null&&s>n&&(n=s)}return n}class Pi extends Fi{then(t,n){return this.finished.finally(t).then(()=>{})}}const Oi=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function Ni(e){const t=Oi.exec(e);if(!t)return[,];const[,n,r,s]=t;return[`--${n??r}`,s]}const Di=4;function Sr(e,t,n=1){se(n<=Di,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[r,s]=Ni(e);if(!r)return;const o=window.getComputedStyle(t).getPropertyValue(r);if(o){const i=o.trim();return Mn(i)?parseFloat(i):i}return bt(s)?Sr(s,t,n+1):s}function Mr(e,t){return e?.[t]??e?.default??e}const Er=new Set(["width","height","top","left","right","bottom",...Ve]),Ii={test:e=>e==="auto",parse:e=>e},Vr=e=>t=>t.test(e),Cr=[Ae,k,ke,ce,Eo,Mo,Ii],Rr=e=>Cr.find(Vr(e));function _i(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||En(e):!0}const ji=new Set(["brightness","contrast","saturate","opacity"]);function zi(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[r]=n.match(yt)||[];if(!r)return e;const s=n.replace(r,"");let o=ji.has(t)?1:0;return r!==n&&(o*=100),t+"("+o+s+")"}const Li=/\b([a-z-]*)\(.*?\)/gu,Kt={...ue,getAnimatableNone:e=>{const t=e.match(Li);return t?t.map(zi).join(" "):e}},Fr={...Ae,transform:Math.round},Zt={borderWidth:k,borderTopWidth:k,borderRightWidth:k,borderBottomWidth:k,borderLeftWidth:k,borderRadius:k,radius:k,borderTopLeftRadius:k,borderTopRightRadius:k,borderBottomRightRadius:k,borderBottomLeftRadius:k,width:k,maxWidth:k,height:k,maxHeight:k,top:k,right:k,bottom:k,left:k,padding:k,paddingTop:k,paddingRight:k,paddingBottom:k,paddingLeft:k,margin:k,marginTop:k,marginRight:k,marginBottom:k,marginLeft:k,backgroundPositionX:k,backgroundPositionY:k,...{rotate:ce,rotateX:ce,rotateY:ce,rotateZ:ce,scale:nt,scaleX:nt,scaleY:nt,scaleZ:nt,skew:ce,skewX:ce,skewY:ce,distance:k,translateX:k,translateY:k,translateZ:k,x:k,y:k,z:k,perspective:k,transformPerspective:k,opacity:je,originX:Xn,originY:Xn,originZ:k},zIndex:Fr,fillOpacity:je,strokeOpacity:je,numOctaves:Fr},Bi={...Zt,color:j,backgroundColor:j,outlineColor:j,fill:j,stroke:j,borderColor:j,borderTopColor:j,borderRightColor:j,borderBottomColor:j,borderLeftColor:j,filter:Kt,WebkitFilter:Kt},Pr=e=>Bi[e];function Or(e,t){let n=Pr(e);return n!==Kt&&(n=ue),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const $i=new Set(["auto","none","0"]);function Ki(e,t,n){let r=0,s;for(;r<e.length&&!s;){const o=e[r];typeof o=="string"&&!$i.has(o)&&Be(o).values.length&&(s=e[r]),r++}if(s&&n)for(const o of t)e[o]=Or(n,s)}class Zi extends Lt{constructor(t,n,r,s,o){super(t,n,r,s,o,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let l=0;l<t.length;l++){let u=t[l];if(typeof u=="string"&&(u=u.trim(),bt(u))){const c=Sr(u,n.current);c!==void 0&&(t[l]=c),l===t.length-1&&(this.finalKeyframe=u)}}if(this.resolveNoneKeyframes(),!Er.has(r)||t.length!==2)return;const[s,o]=t,i=Rr(s),a=Rr(o);if(i!==a)if(pr(i)&&pr(a))for(let l=0;l<t.length;l++){const u=t[l];typeof u=="string"&&(t[l]=parseFloat(u))}else be[r]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,r=[];for(let s=0;s<t.length;s++)(t[s]===null||_i(t[s]))&&r.push(s);r.length&&Ki(t,r,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:r}=this;if(!t||!t.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=be[r](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const s=n[n.length-1];s!==void 0&&t.getValue(r,s).jump(s,!1)}measureEndState(){const{element:t,name:n,unresolvedKeyframes:r}=this;if(!t||!t.current)return;const s=t.getValue(n);s&&s.jump(this.measuredOrigin,!1);const o=r.length-1,i=r[o];r[o]=be[n](t.measureViewportBox(),window.getComputedStyle(t.current)),i!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=i),this.removedTransforms?.length&&this.removedTransforms.forEach(([a,l])=>{t.getValue(a).set(l)}),this.resolveNoneKeyframes()}}function Nr(e,t,n){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let r=document;const s=n?.[e]??r.querySelectorAll(e);return s?Array.from(s):[]}return Array.from(e)}const Dr=(e,t)=>t&&typeof e=="number"?t.transform(e):e,Ir=30,Gi=e=>!isNaN(parseFloat(e));class Wi{constructor(t,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=r=>{const s=q.now();if(this.updatedAt!==s&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const o of this.dependents)o.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=q.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=Gi(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return process.env.NODE_ENV!=="production"&&Fn(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new Vn);const r=this.events[t].add(n);return t==="change"?()=>{r(),ae.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-r}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&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 this.current}getPrevious(){return this.prev}getVelocity(){const t=q.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>Ir)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,Ir);return Cn(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),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 Ze(e,t){return new Wi(e,t)}const{schedule:Yi}=Gn(queueMicrotask,!1);function _r(e){return io(e)&&"ownerSVGElement"in e}function Ui(e){return _r(e)&&e.tagName==="svg"}const Z=e=>!!(e&&e.getVelocity),Xi=[...Cr,j,ue],qi=e=>Xi.find(Vr(e)),jr={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"]},Gt={};for(const e in jr)Gt[e]={isEnabled:t=>jr[e].some(n=>!!t[n])};function Hi(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function Ji(e){return typeof e=="string"||Array.isArray(e)}const Qi=["initial",...["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"]];function zr(e){return Hi(e.animate)||Qi.some(t=>Ji(e[t]))}function ea(e){return!!(zr(e)||e.variants)}function Lr(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Ge={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(k.test(e))e=parseFloat(e);else return e;const n=Lr(e,t.target.x),r=Lr(e,t.target.y);return`${n}% ${r}%`}},ta={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,s=ue.parse(e);if(s.length>5)return r;const o=ue.createTransformer(e),i=typeof s[0]!="number"?1:0,a=n.x.scale*t.x,l=n.y.scale*t.y;s[0+i]/=a,s[1+i]/=l;const u=Me(a,l,.5);return typeof s[2+i]=="number"&&(s[2+i]/=u),typeof s[3+i]=="number"&&(s[3+i]/=u),o(s)}},na={borderRadius:{...Ge,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Ge,borderTopRightRadius:Ge,borderBottomLeftRadius:Ge,borderBottomRightRadius:Ge,boxShadow:ta};function ra(e,{layout:t,layoutId:n}){return Ce.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!na[e]||e==="opacity")}const sa={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},oa=Ve.length;function ia(e,t,n){let r="",s=!0;for(let o=0;o<oa;o++){const i=Ve[o],a=e[i];if(a===void 0)continue;let l=!0;if(typeof a=="number"?l=a===(i.startsWith("scale")?1:0):l=parseFloat(a)===0,!l||n){const u=Dr(a,Zt[i]);if(!l){s=!1;const c=sa[i]||i;r+=`${c}(${u}) `}n&&(t[i]=u)}}return r=r.trim(),n?r=n(t,s?"":r):s&&(r="none"),r}function Br(e,t,n){const{style:r,vars:s,transformOrigin:o}=e;let i=!1,a=!1;for(const l in t){const u=t[l];if(Ce.has(l)){i=!0;continue}else if(Yn(l)){s[l]=u;continue}else{const c=Dr(u,Zt[l]);l.startsWith("origin")?(a=!0,o[l]=c):r[l]=c}}if(t.transform||(i||n?r.transform=ia(t,e.transform,n):r.transform&&(r.transform="none")),a){const{originX:l="50%",originY:u="50%",originZ:c=0}=o;r.transformOrigin=`${l} ${u} ${c}`}}const aa={offset:"stroke-dashoffset",array:"stroke-dasharray"},la={offset:"strokeDashoffset",array:"strokeDasharray"};function ca(e,t,n=1,r=0,s=!0){e.pathLength=1;const o=s?aa:la;e[o.offset]=k.transform(-r);const i=k.transform(t),a=k.transform(n);e[o.array]=`${i} ${a}`}function ua(e,{attrX:t,attrY:n,attrScale:r,pathLength:s,pathSpacing:o=1,pathOffset:i=0,...a},l,u,c){if(Br(e,a,u),l){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:f,style:m}=e;f.transform&&(m.transform=f.transform,delete f.transform),(m.transform||f.transformOrigin)&&(m.transformOrigin=f.transformOrigin??"50% 50%",delete f.transformOrigin),m.transform&&(m.transformBox=c?.transformBox??"fill-box",delete f.transformBox),t!==void 0&&(f.x=t),n!==void 0&&(f.y=n),r!==void 0&&(f.scale=r),s!==void 0&&ca(f,s,o,i,!1)}const da=e=>typeof e=="string"&&e.toLowerCase()==="svg";function $r(e){const t=[{},{}];return e?.values.forEach((n,r)=>{t[0][r]=n.get(),t[1][r]=n.getVelocity()}),t}function Kr(e,t,n,r){if(typeof t=="function"){const[s,o]=$r(r);t=t(n!==void 0?n:e.custom,s,o)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[s,o]=$r(r);t=t(n!==void 0?n:e.custom,s,o)}return t}function Zr(e,t,n){const{style:r}=e,s={};for(const o in r)(Z(r[o])||t.style&&Z(t.style[o])||ra(o,e)||n?.getValue(o)?.liveStyle!==void 0)&&(s[o]=r[o]);return s}function fa(e,t,n){const r=Zr(e,t,n);for(const s in e)if(Z(e[s])||Z(t[s])){const o=Ve.indexOf(s)!==-1?"attr"+s.charAt(0).toUpperCase()+s.substring(1):s;r[o]=e[s]}return r}const Wt=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),ma="data-"+Wt("framerAppearId");function ha({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function pa(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function ga(e,t){return ha(pa(e.getBoundingClientRect(),t))}const Gr=()=>({min:0,max:0}),Yt=()=>({x:Gr(),y:Gr()}),Ut={current:null},Wr={current:!1};function ba(){if(Wr.current=!0,!!kn)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Ut.current=e.matches;e.addEventListener("change",t),t()}else Ut.current=!1}const We=new WeakMap;function ya(e,t,n){for(const r in t){const s=t[r],o=n[r];if(Z(s))e.addValue(r,s);else if(Z(o))e.addValue(r,Ze(s,{owner:e}));else if(o!==s)if(e.hasValue(r)){const i=e.getValue(r);i.liveStyle===!0?i.jump(s):i.hasAnimated||i.set(s)}else{const i=e.getStaticValue(r);e.addValue(r,Ze(i!==void 0?i:s,{owner:e}))}}for(const r in n)t[r]===void 0&&e.removeValue(r);return t}const Yr=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class Ur{scrapeMotionValuesFromProps(t,n,r){return{}}constructor({parent:t,props:n,presenceContext:r,reducedMotionConfig:s,blockInitialAnimation:o,visualState:i},a={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Lt,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},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=()=>{const m=q.now();this.renderScheduledAt<m&&(this.renderScheduledAt=m,ae.render(this.render,!1,!0))};const{latestValues:l,renderState:u}=i;this.latestValues=l,this.baseTarget={...l},this.initialValues=n.initial?{...l}:{},this.renderState=u,this.parent=t,this.props=n,this.presenceContext=r,this.depth=t?t.depth+1:0,this.reducedMotionConfig=s,this.options=a,this.blockInitialAnimation=!!o,this.isControllingVariants=zr(n),this.isVariantNode=ea(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:c,...f}=this.scrapeMotionValuesFromProps(n,{},this);for(const m in f){const w=f[m];l[m]!==void 0&&Z(w)&&w.set(l[m])}}mount(t){this.current=t,We.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((n,r)=>this.bindToMotionValue(r,n)),Wr.current||ba(),this.shouldReduceMotion=this.reducedMotionConfig==="never"?!1:this.reducedMotionConfig==="always"?!0:Ut.current,process.env.NODE_ENV!=="production"&&Fn(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected.","reduced-motion-disabled"),this.parent?.addChild(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),gt(this.notifyUpdate),gt(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const n=this.features[t];n&&(n.unmount(),n.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,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const r=Ce.has(t);r&&this.onBindTransform&&this.onBindTransform();const s=n.on("change",i=>{this.latestValues[t]=i,this.props.onUpdate&&ae.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let o;window.MotionCheckAppearSync&&(o=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{s(),o&&o(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in Gt){const n=Gt[t];if(!n)continue;const{isEnabled:r,Feature:s}=n;if(!this.features[t]&&s&&r(this.props)&&(this.features[t]=new s(this)),this.features[t]){const o=this.features[t];o.isMounted?o.update():(o.mount(),o.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):Yt()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<Yr.length;r++){const s=Yr[r];this.propEventSubscriptions[s]&&(this.propEventSubscriptions[s](),delete this.propEventSubscriptions[s]);const o="on"+s,i=t[o];i&&(this.propEventSubscriptions[s]=this.on(s,i))}this.prevMotionValues=ya(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){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const r=this.values.get(t);n!==r&&(r&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let r=this.values.get(t);return r===void 0&&n!==void 0&&(r=Ze(n===null?void 0:n,{owner:this}),this.addValue(t,r)),r}readValue(t,n){let r=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options);return r!=null&&(typeof r=="string"&&(Mn(r)||En(r))?r=parseFloat(r):!qi(r)&&ue.test(n)&&(r=Or(t,n)),this.setBaseTarget(t,Z(r)?r.get():r)),Z(r)?r.get():r}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){const{initial:n}=this.props;let r;if(typeof n=="string"||typeof n=="object"){const o=Kr(this.props,n,this.presenceContext?.custom);o&&(r=o[t])}if(n&&r!==void 0)return r;const s=this.getBaseTargetFromProps(this.props,t);return s!==void 0&&!Z(s)?s:this.initialValues[t]!==void 0&&r===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new Vn),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}scheduleRenderMicrotask(){Yi.render(this.render)}}class Xr extends Ur{constructor(){super(...arguments),this.KeyframeResolver=Zi}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:r}){delete n[t],delete r[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;Z(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function qr(e,{style:t,vars:n},r,s){const o=e.style;let i;for(i in t)o[i]=t[i];s?.applyProjectionStyles(o,r);for(i in n)o.setProperty(i,n[i])}function wa(e){return window.getComputedStyle(e)}class xa extends Xr{constructor(){super(...arguments),this.type="html",this.renderInstance=qr}readValueFromInstance(t,n){if(Ce.has(n))return this.projection?.isProjecting?Dt(n):ai(t,n);{const r=wa(t),s=(Yn(n)?r.getPropertyValue(n):r[n])||0;return typeof s=="string"?s.trim():s}}measureInstanceViewportBox(t,{transformPagePoint:n}){return ga(t,n)}build(t,n,r){Br(t,n,r.transformTemplate)}scrapeMotionValuesFromProps(t,n,r){return Zr(t,n,r)}}const Hr=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"]);function va(e,t,n,r){qr(e,t,void 0,r);for(const s in t.attrs)e.setAttribute(Hr.has(s)?s:Wt(s),t.attrs[s])}class Ta extends Xr{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=Yt}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(Ce.has(n)){const r=Pr(n);return r&&r.default||0}return n=Hr.has(n)?n:Wt(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,r){return fa(t,n,r)}build(t,n,r){ua(t,n,this.isSVGTag,r.transformTemplate,r.style)}renderInstance(t,n,r,s){va(t,n,r,s)}mount(t){this.isSVGTag=da(t.tagName),super.mount(t)}}function Aa(e,t,n){const r=e.getProps();return Kr(r,t,r.custom,e)}const ka=e=>Array.isArray(e);function Sa(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,Ze(n))}function Ma(e){return ka(e)?e[e.length-1]||0:e}function Ea(e,t){const n=Aa(e,t);let{transitionEnd:r={},transition:s={},...o}=n||{};o={...o,...r};for(const i in o){const a=Ma(o[i]);Sa(e,i,a)}}function Va(e){return!!(Z(e)&&e.add)}function Ca(e,t){const n=e.getValue("willChange");if(Va(n))return n.add(t);if(!n&&ie.WillChange){const r=new ie.WillChange("auto");e.addValue("willChange",r),r.add(t)}}function Ra(e){return e.props[ma]}const Fa=e=>e!==null;function Pa(e,{repeat:t,repeatType:n="loop"},r){const s=e.filter(Fa),o=t&&n!=="loop"&&t%2===1?0:s.length-1;return s[o]}const Oa={type:"spring",stiffness:500,damping:25,restSpeed:10},Na=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),Da={type:"keyframes",duration:.8},Ia={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},_a=(e,{keyframes:t})=>t.length>2?Da:Ce.has(e)?e.startsWith("scale")?Na(t[1]):Oa:Ia;function ja({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:s,repeat:o,repeatType:i,repeatDelay:a,from:l,elapsed:u,...c}){return!!Object.keys(c).length}const Jr=(e,t,n,r={},s,o)=>i=>{const a=Mr(r,e)||{},l=a.delay||r.delay||0;let{elapsed:u=0}=r;u=u-J(l);const c={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...a,delay:-u,onUpdate:m=>{t.set(m),a.onUpdate&&a.onUpdate(m)},onComplete:()=>{i(),a.onComplete&&a.onComplete()},name:e,motionValue:t,element:o?void 0:s};ja(a)||Object.assign(c,_a(e,c)),c.duration&&(c.duration=J(c.duration)),c.repeatDelay&&(c.repeatDelay=J(c.repeatDelay)),c.from!==void 0&&(c.keyframes[0]=c.from);let f=!1;if((c.type===!1||c.duration===0&&!c.repeatDelay)&&($t(c),c.delay===0&&(f=!0)),(ie.instantAnimations||ie.skipAnimations)&&(f=!0,$t(c),c.delay=0),c.allowFlatten=!a.type&&!a.ease,f&&!o&&t.get()!==void 0){const m=Pa(c.keyframes,a);if(m!==void 0){ae.update(()=>{c.onUpdate(m),c.onComplete()});return}}return a.isSync?new Pt(c):new Ri(c)};function za({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,r}function La(e,t,{delay:n=0,transitionOverride:r,type:s}={}){let{transition:o=e.getDefaultTransition(),transitionEnd:i,...a}=t;r&&(o=r);const l=[],u=s&&e.animationState&&e.animationState.getState()[s];for(const c in a){const f=e.getValue(c,e.latestValues[c]??null),m=a[c];if(m===void 0||u&&za(u,c))continue;const w={delay:n,...Mr(o||{},c)},A=f.get();if(A!==void 0&&!f.isAnimating&&!Array.isArray(m)&&m===A&&!w.velocity)continue;let T=!1;if(window.MotionHandoffAnimation){const M=Ra(e);if(M){const D=window.MotionHandoffAnimation(M,c,ae);D!==null&&(w.startTime=D,T=!0)}}Ca(e,c),f.start(Jr(c,f,m,e.shouldReduceMotion&&Er.has(c)?{type:!1}:w,e,T));const v=f.animation;v&&l.push(v)}return i&&Promise.all(l).then(()=>{ae.update(()=>{i&&Ea(e,i)})}),l}function Ba(e,t,n){const r=Z(e)?e:Ze(e);return r.start(Jr("",r,t,n)),r.animation}function Xt(e){return typeof e=="object"&&!Array.isArray(e)}function Qr(e,t,n,r){return typeof e=="string"&&Xt(t)?Nr(e,n,r):e instanceof NodeList?Array.from(e):Array.isArray(e)?e:[e]}function $a(e,t,n){return e*(t+1)}function es(e,t,n,r){return typeof t=="number"?t:t.startsWith("-")||t.startsWith("+")?Math.max(0,e+parseFloat(t)):t==="<"?n:t.startsWith("<")?Math.max(0,n+parseFloat(t.slice(1))):r.get(t)??e}function Ka(e,t,n){for(let r=0;r<e.length;r++){const s=e[r];s.at>t&&s.at<n&&(Sn(e,s),r--)}}function Za(e,t,n,r,s,o){Ka(e,s,o);for(let i=0;i<t.length;i++)e.push({value:t[i],at:Me(s,o,r[i]),easing:Bn(n,i)})}function Ga(e,t){for(let n=0;n<e.length;n++)e[n]=e[n]/(t+1)}function Wa(e,t){return e.at===t.at?e.value===null?1:t.value===null?-1:0:e.at-t.at}const Ya="easeInOut",Ua=20;function Xa(e,{defaultTransition:t={},...n}={},r,s){const o=t.duration||.3,i=new Map,a=new Map,l={},u=new Map;let c=0,f=0,m=0;for(let w=0;w<e.length;w++){const A=e[w];if(typeof A=="string"){u.set(A,f);continue}else if(!Array.isArray(A)){u.set(A.name,es(f,A.at,c,u));continue}let[T,v,M={}]=A;M.at!==void 0&&(f=es(f,M.at,c,u));let D=0;const S=(O,x,F,I=0,p=0)=>{const C=qa(O),{delay:B=0,times:G=ur(C),type:H="keyframes",repeat:ee,repeatType:Re,repeatDelay:te=0,...U}=x;let{ease:L=t.ease||"easeOut",duration:y}=x;const de=typeof B=="function"?B(I,p):B,fe=C.length,d=Bt(H)?H:s?.[H||"keyframes"];if(fe<=2&&d){let W=100;if(fe===2&&Qa(C)){const Y=C[1]-C[0];W=Math.abs(Y)}const ne={...U};y!==void 0&&(ne.duration=J(y));const V=ir(ne,W,d);L=V.ease,y=V.duration}y??(y=o);const E=f+de;G.length===1&&G[0]===0&&(G[1]=1);const R=G.length-C.length;if(R>0&&cr(G,R),C.length===1&&C.unshift(null),ee){se(ee<Ua,"Repeat count too high, must be less than 20","repeat-count-high"),y=$a(y,ee);const W=[...C],ne=[...G];L=Array.isArray(L)?[...L]:[L];const V=[...L];for(let Y=0;Y<ee;Y++){C.push(...W);for(let X=0;X<W.length;X++)G.push(ne[X]+(Y+1)),L.push(X===0?"linear":Bn(V,X-1))}Ga(G,ee)}const N=E+y;Za(F,C,L,G,E,N),D=Math.max(de+y,D),m=Math.max(N,m)};if(Z(T)){const O=ts(T,a);S(v,M,ns("default",O))}else{const O=Qr(T,v,r,l),x=O.length;for(let F=0;F<x;F++){v=v,M=M;const I=O[F],p=ts(I,a);for(const C in v)S(v[C],Ha(M,C),ns(C,p),F,x)}}c=f,f+=D}return a.forEach((w,A)=>{for(const T in w){const v=w[T];v.sort(Wa);const M=[],D=[],S=[];for(let x=0;x<v.length;x++){const{at:F,value:I,easing:p}=v[x];M.push(I),D.push(mt(0,m,F)),S.push(p||"easeOut")}D[0]!==0&&(D.unshift(0),M.unshift(M[0]),S.unshift(Ya)),D[D.length-1]!==1&&(D.push(1),M.push(null)),i.has(A)||i.set(A,{keyframes:{},transition:{}});const O=i.get(A);O.keyframes[T]=M,O.transition[T]={...t,duration:m,ease:S,times:D,...n}}}),i}function ts(e,t){return!t.has(e)&&t.set(e,{}),t.get(e)}function ns(e,t){return t[e]||(t[e]=[]),t[e]}function qa(e){return Array.isArray(e)?e:[e]}function Ha(e,t){return e&&e[t]?{...e,...e[t]}:{...e}}const Ja=e=>typeof e=="number",Qa=e=>e.every(Ja);function el(e,t){return e in t}class tl extends Ur{constructor(){super(...arguments),this.type="object"}readValueFromInstance(t,n){if(el(n,t)){const r=t[n];if(typeof r=="string"||typeof r=="number")return r}}getBaseTargetFromProps(){}removeValueFromRenderState(t,n){delete n.output[t]}measureInstanceViewportBox(){return Yt()}build(t,n){Object.assign(t.output,n)}renderInstance(t,{output:n}){Object.assign(t,n)}sortInstanceNodePosition(){return 0}}function nl(e){const t={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},n=_r(e)&&!Ui(e)?new Ta(t):new xa(t);n.mount(e),We.set(e,n)}function rl(e){const t={presenceContext:null,props:{},visualState:{renderState:{output:{}},latestValues:{}}},n=new tl(t);n.mount(e),We.set(e,n)}function sl(e,t){return Z(e)||typeof e=="number"||typeof e=="string"&&!Xt(t)}function rs(e,t,n,r){const s=[];if(sl(e,t))s.push(Ba(e,Xt(t)&&t.default||t,n&&(n.default||n)));else{const o=Qr(e,t,r),i=o.length;se(!!i,"No valid elements provided.","no-valid-elements");for(let a=0;a<i;a++){const l=o[a];se(l!==null,"You're trying to perform an animation on null. Ensure that selectors are correctly finding elements and refs are correctly hydrated.","animate-null");const u=l instanceof Element?nl:rl;We.has(l)||u(l);const c=We.get(l),f={...n};"delay"in f&&typeof f.delay=="function"&&(f.delay=f.delay(a,i)),s.push(...La(c,{...t,transition:f},{}))}}return s}function ol(e,t,n){const r=[];return Xa(e,t,n,{spring:$e}).forEach(({keyframes:o,transition:i},a)=>{r.push(...rs(a,o,i))}),r}function il(e){return Array.isArray(e)&&e.some(Array.isArray)}function al(e){function t(n,r,s){let o=[],i;if(il(n))o=ol(n,r,e);else{const{onComplete:l,...u}=s||{};typeof l=="function"&&(i=l),o=rs(n,r,u,e)}const a=new Pi(o);return i&&a.finished.then(i),a}return t}const ll=al(),cl={some:0,all:1};function ul(e,t,{root:n,margin:r,amount:s="some"}={}){const o=Nr(e),i=new WeakMap,a=u=>{u.forEach(c=>{const f=i.get(c.target);if(c.isIntersecting!==!!f)if(c.isIntersecting){const m=t(c.target,c);typeof m=="function"?i.set(c.target,m):l.unobserve(c.target)}else typeof f=="function"&&(f(c),i.delete(c.target))})},l=new IntersectionObserver(a,{root:n,rootMargin:r,threshold:typeof s=="number"?s:cl[s]});return o.forEach(u=>l.observe(u)),()=>l.disconnect()}function dl(e,{root:t,margin:n,amount:r,once:s=!1,initial:o=!1}={}){const[i,a]=$.useState(o);return $.useEffect(()=>{if(!e.current||s&&i)return;const l=()=>(a(!0),s?void 0:()=>a(!1)),u={root:t&&t.current||void 0,margin:n,amount:r};return ul(e.current,l,u)},[t,e,n,s,r]),i}const fl={small:"text-xl md:text-2xl",medium:"text-3xl md:text-4xl",large:"text-4xl md:text-5xl"},ss={primary:{textColor:"text-white",suffixPosition:"left"},secondary:{textColor:"text-black",suffixPosition:"right"}};function ml({value:e,suffix:t="",variant:n="primary",size:r="small",className:s}){const o=$.useRef(null),i=dl(o,{once:!0});so(()=>{const l=o.current;if(!l)return;const{suffixPosition:u}=ss[n],c=u==="left"?`${t}0`:`0${t}`;if(l.textContent=c,!i)return;if(window.matchMedia("(prefers-reduced-motion)").matches){const m=u==="left"?`${t}${e}`:`${e}${t}`;l.textContent=m;return}const f=ll(0,e,{duration:2,ease:"easeOut",onUpdate:m=>{const w=Math.floor(m);l.textContent=u==="left"?`${t}${w}`:`${w}${t}`}});return()=>f.stop()},[e,t,n,i]);const a=wn(Ue("font-bold",fl[r],ss[n].textColor,s));return K.jsx("span",{ref:o,className:a,"data-testid":"counter"})}re.Button=Xs,re.Counter=ml,re.Navigation=ro,re.PasswordTooltip=no,Object.defineProperty(re,Symbol.toStringTag,{value:"Module"})}));
|
|
10
|
+
`,children:b.jsx(An,{size:16,weight:"bold"})}),t>1&&b.jsxs("span",{className:"text-sm font-bold text-black min-w-12 text-center",children:[e+1," / ",t]}),b.jsx("button",{type:"button",onClick:d,disabled:!c,"aria-label":"Next",className:`
|
|
11
|
+
transition-colors rounded-full
|
|
12
|
+
${c?"text-black cursor-pointer":"text-gray-300 cursor-not-allowed"}
|
|
13
|
+
`,children:b.jsx(kn,{size:16,weight:"bold"})})]})}const Pn=typeof window<"u",As=Pn?z.useLayoutEffect:z.useEffect;function ks(e,t){e.indexOf(t)===-1&&e.push(t)}function In(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}const de=(e,t,n)=>n>t?t:n<e?e:n;function dt(e,t){return t?`${e}. For more information and steps for solving, visit https://motion.dev/troubleshooting/${t}`:e}let Pe=()=>{},ae=()=>{};typeof process<"u"&&process.env?.NODE_ENV!=="production"&&(Pe=(e,t,n)=>{!e&&typeof console<"u"&&console.warn(dt(t,n))},ae=(e,t,n)=>{if(!e)throw new Error(dt(t,n))});const oe={},On=e=>/^-?(?:\d+(?:\.\d+)?|\.\d+)$/u.test(e);function Ms(e){return typeof e=="object"&&e!==null}const zn=e=>/^0[^.\s]+$/u.test(e);function ut(e){let t;return()=>(t===void 0&&(t=e()),t)}const ke=e=>e,Es=(e,t)=>n=>t(e(n)),ft=(...e)=>e.reduce(Es),mt=(e,t,n)=>{const r=t-e;return r===0?1:(n-e)/r};class Dn{constructor(){this.subscriptions=[]}add(t){return ks(this.subscriptions,t),()=>In(this.subscriptions,t)}notify(t,n,r){const a=this.subscriptions.length;if(a)if(a===1)this.subscriptions[0](t,n,r);else for(let s=0;s<a;s++){const i=this.subscriptions[s];i&&i(t,n,r)}}getSize(){return this.subscriptions.length}clear(){this.subscriptions.length=0}}const se=e=>e*1e3,ee=e=>e/1e3;function Hn(e,t){return t?e*(1e3/t):0}const _n=new Set;function Bn(e,t,n){e||_n.has(t)||(console.warn(dt(t,n)),_n.add(t))}const Vs=(e,t,n)=>{const r=t-e;return((n-e)%r+r)%r+e},$n=(e,t,n)=>(((1-3*n+3*t)*e+(3*n-6*t))*e+3*t)*e,Ts=1e-7,Ss=12;function Cs(e,t,n,r,a){let s,i,l=0;do i=t+(n-t)/2,s=$n(i,r,a)-e,s>0?n=i:t=i;while(Math.abs(s)>Ts&&++l<Ss);return i}function Ie(e,t,n,r){if(e===t&&n===r)return ke;const a=s=>Cs(s,0,1,e,n);return s=>s===0||s===1?s:$n(a(s),t,r)}const Kn=e=>t=>t<=.5?e(2*t)/2:(2-e(2*(1-t)))/2,Wn=e=>t=>1-e(1-t),Gn=Ie(.33,1.53,.69,.99),ht=Wn(Gn),Un=Kn(ht),Yn=e=>(e*=2)<1?.5*ht(e):.5*(2-Math.pow(2,-10*(e-1))),pt=e=>1-Math.sin(Math.acos(e)),Zs=Wn(pt),Xn=Kn(pt),Fs=Ie(.42,0,1,1),Rs=Ie(0,0,.58,1),qn=Ie(.42,0,.58,1),Jn=e=>Array.isArray(e)&&typeof e[0]!="number";function Qn(e,t){return Jn(e)?e[Vs(0,e.length,t)]:e}const er=e=>Array.isArray(e)&&typeof e[0]=="number",tr={linear:ke,easeIn:Fs,easeInOut:qn,easeOut:Rs,circIn:pt,circInOut:Xn,circOut:Zs,backIn:ht,backInOut:Un,backOut:Gn,anticipate:Yn},Ns=e=>typeof e=="string",nr=e=>{if(er(e)){ae(e.length===4,"Cubic bezier arrays must contain four numerical values.","cubic-bezier-length");const[t,n,r,a]=e;return Ie(t,n,r,a)}else if(Ns(e))return ae(tr[e]!==void 0,`Invalid easing type '${e}'`,"invalid-easing-type"),tr[e];return e},Qe=["setup","read","resolveKeyframes","preUpdate","update","preRender","render","postRender"];function js(e,t){let n=new Set,r=new Set,a=!1,s=!1;const i=new WeakSet;let l={delta:0,timestamp:0,isProcessing:!1};function c(d){i.has(d)&&(u.schedule(d),e()),d(l)}const u={schedule:(d,f=!1,h=!1)=>{const V=h&&a?n:r;return f&&i.add(d),V.has(d)||V.add(d),d},cancel:d=>{r.delete(d),i.delete(d)},process:d=>{if(l=d,a){s=!0;return}a=!0,[n,r]=[r,n],n.forEach(c),n.clear(),a=!1,s&&(s=!1,u.process(d))}};return u}const Ls=40;function rr(e,t){let n=!1,r=!0;const a={delta:0,timestamp:0,isProcessing:!1},s=()=>n=!0,i=Qe.reduce((T,N)=>(T[N]=js(s),T),{}),{setup:l,read:c,resolveKeyframes:u,preUpdate:d,update:f,preRender:h,render:y,postRender:V}=i,M=()=>{const T=oe.useManualTiming?a.timestamp:performance.now();n=!1,oe.useManualTiming||(a.delta=r?1e3/60:Math.max(Math.min(T-a.timestamp,Ls),1)),a.timestamp=T,a.isProcessing=!0,l.process(a),c.process(a),u.process(a),d.process(a),f.process(a),h.process(a),y.process(a),V.process(a),a.isProcessing=!1,n&&t&&(r=!1,e(M))},p=()=>{n=!0,r=!0,a.isProcessing||e(M)};return{schedule:Qe.reduce((T,N)=>{const E=i[N];return T[N]=(S,I=!1,g=!1)=>(n||p(),E.schedule(S,I,g)),T},{}),cancel:T=>{for(let N=0;N<Qe.length;N++)i[Qe[N]].cancel(T)},state:a,steps:i}}const{schedule:le,cancel:gt,state:et}=rr(typeof requestAnimationFrame<"u"?requestAnimationFrame:ke,!0);let tt;function Ps(){tt=void 0}const q={now:()=>(tt===void 0&&q.set(et.isProcessing||oe.useManualTiming?et.timestamp:performance.now()),tt),set:e=>{tt=e,queueMicrotask(Ps)}},ar=e=>t=>typeof t=="string"&&t.startsWith(e),sr=ar("--"),Is=ar("var(--"),bt=e=>Is(e)?Os.test(e.split("/*")[0].trim()):!1,Os=/var\(--(?:[\w-]+\s*|[\w-]+\s*,(?:\s*[^)(\s]|\s*\((?:[^)(]|\([^)(]*\))*\))+\s*)\)$/iu;function ir(e){return typeof e!="string"?!1:e.split("/*")[0].includes("var(--")}const Me={test:e=>typeof e=="number",parse:parseFloat,transform:e=>e},Oe={...Me,transform:e=>de(0,1,e)},nt={...Me,default:1},ze=e=>Math.round(e*1e5)/1e5,yt=/-?(?:\d+(?:\.\d+)?|\.\d+)/gu;function zs(e){return e==null}const Ds=/^(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))$/iu,wt=(e,t)=>n=>!!(typeof n=="string"&&Ds.test(n)&&n.startsWith(e)||t&&!zs(n)&&Object.prototype.hasOwnProperty.call(n,t)),or=(e,t,n)=>r=>{if(typeof r!="string")return r;const[a,s,i,l]=r.match(yt);return{[e]:parseFloat(a),[t]:parseFloat(s),[n]:parseFloat(i),alpha:l!==void 0?parseFloat(l):1}},Hs=e=>de(0,255,e),xt={...Me,transform:e=>Math.round(Hs(e))},be={test:wt("rgb","red"),parse:or("red","green","blue"),transform:({red:e,green:t,blue:n,alpha:r=1})=>"rgba("+xt.transform(e)+", "+xt.transform(t)+", "+xt.transform(n)+", "+ze(Oe.transform(r))+")"};function _s(e){let t="",n="",r="",a="";return e.length>5?(t=e.substring(1,3),n=e.substring(3,5),r=e.substring(5,7),a=e.substring(7,9)):(t=e.substring(1,2),n=e.substring(2,3),r=e.substring(3,4),a=e.substring(4,5),t+=t,n+=n,r+=r,a+=a),{red:parseInt(t,16),green:parseInt(n,16),blue:parseInt(r,16),alpha:a?parseInt(a,16)/255:1}}const vt={test:wt("#"),parse:_s,transform:be.transform},De=e=>({test:t=>typeof t=="string"&&t.endsWith(e)&&t.split(" ").length===1,parse:parseFloat,transform:t=>`${t}${e}`}),ue=De("deg"),Ee=De("%"),w=De("px"),Bs=De("vh"),$s=De("vw"),lr={...Ee,parse:e=>Ee.parse(e)/100,transform:e=>Ee.transform(e*100)},Ve={test:wt("hsl","hue"),parse:or("hue","saturation","lightness"),transform:({hue:e,saturation:t,lightness:n,alpha:r=1})=>"hsla("+Math.round(e)+", "+Ee.transform(ze(t))+", "+Ee.transform(ze(n))+", "+ze(Oe.transform(r))+")"},D={test:e=>be.test(e)||vt.test(e)||Ve.test(e),parse:e=>be.test(e)?be.parse(e):Ve.test(e)?Ve.parse(e):vt.parse(e),transform:e=>typeof e=="string"?e:e.hasOwnProperty("red")?be.transform(e):Ve.transform(e),getAnimatableNone:e=>{const t=D.parse(e);return t.alpha=0,D.transform(t)}},Ks=/(?:#[\da-f]{3,8}|(?:rgb|hsl)a?\((?:-?[\d.]+%?[,\s]+){2}-?[\d.]+%?\s*(?:[,/]\s*)?(?:\b\d+(?:\.\d+)?|\.\d+)?%?\))/giu;function Ws(e){return isNaN(e)&&typeof e=="string"&&(e.match(yt)?.length||0)+(e.match(Ks)?.length||0)>0}const cr="number",dr="color",Gs="var",Us="var(",ur="${}",Ys=/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 He(e){const t=e.toString(),n=[],r={color:[],number:[],var:[]},a=[];let s=0;const l=t.replace(Ys,c=>(D.test(c)?(r.color.push(s),a.push(dr),n.push(D.parse(c))):c.startsWith(Us)?(r.var.push(s),a.push(Gs),n.push(c)):(r.number.push(s),a.push(cr),n.push(parseFloat(c))),++s,ur)).split(ur);return{values:n,split:l,indexes:r,types:a}}function fr(e){return He(e).values}function mr(e){const{split:t,types:n}=He(e),r=t.length;return a=>{let s="";for(let i=0;i<r;i++)if(s+=t[i],a[i]!==void 0){const l=n[i];l===cr?s+=ze(a[i]):l===dr?s+=D.transform(a[i]):s+=a[i]}return s}}const Xs=e=>typeof e=="number"?0:D.test(e)?D.getAnimatableNone(e):e;function qs(e){const t=fr(e);return mr(e)(t.map(Xs))}const fe={test:Ws,parse:fr,createTransformer:mr,getAnimatableNone:qs};function At(e,t,n){return n<0&&(n+=1),n>1&&(n-=1),n<1/6?e+(t-e)*6*n:n<1/2?t:n<2/3?e+(t-e)*(2/3-n)*6:e}function Js({hue:e,saturation:t,lightness:n,alpha:r}){e/=360,t/=100,n/=100;let a=0,s=0,i=0;if(!t)a=s=i=n;else{const l=n<.5?n*(1+t):n+t-n*t,c=2*n-l;a=At(c,l,e+1/3),s=At(c,l,e),i=At(c,l,e-1/3)}return{red:Math.round(a*255),green:Math.round(s*255),blue:Math.round(i*255),alpha:r}}function rt(e,t){return n=>n>0?t:e}const Te=(e,t,n)=>e+(t-e)*n,kt=(e,t,n)=>{const r=e*e,a=n*(t*t-r)+r;return a<0?0:Math.sqrt(a)},Qs=[vt,be,Ve],ei=e=>Qs.find(t=>t.test(e));function hr(e){const t=ei(e);if(Pe(!!t,`'${e}' is not an animatable color. Use the equivalent color code instead.`,"color-not-animatable"),!t)return!1;let n=t.parse(e);return t===Ve&&(n=Js(n)),n}const pr=(e,t)=>{const n=hr(e),r=hr(t);if(!n||!r)return rt(e,t);const a={...n};return s=>(a.red=kt(n.red,r.red,s),a.green=kt(n.green,r.green,s),a.blue=kt(n.blue,r.blue,s),a.alpha=Te(n.alpha,r.alpha,s),be.transform(a))},Mt=new Set(["none","hidden"]);function ti(e,t){return Mt.has(e)?n=>n<=0?e:t:n=>n>=1?t:e}function ni(e,t){return n=>Te(e,t,n)}function Et(e){return typeof e=="number"?ni:typeof e=="string"?bt(e)?rt:D.test(e)?pr:si:Array.isArray(e)?gr:typeof e=="object"?D.test(e)?pr:ri:rt}function gr(e,t){const n=[...e],r=n.length,a=e.map((s,i)=>Et(s)(s,t[i]));return s=>{for(let i=0;i<r;i++)n[i]=a[i](s);return n}}function ri(e,t){const n={...e,...t},r={};for(const a in n)e[a]!==void 0&&t[a]!==void 0&&(r[a]=Et(e[a])(e[a],t[a]));return a=>{for(const s in r)n[s]=r[s](a);return n}}function ai(e,t){const n=[],r={color:0,var:0,number:0};for(let a=0;a<t.values.length;a++){const s=t.types[a],i=e.indexes[s][r[s]],l=e.values[i]??0;n[a]=l,r[s]++}return n}const si=(e,t)=>{const n=fe.createTransformer(t),r=He(e),a=He(t);return r.indexes.var.length===a.indexes.var.length&&r.indexes.color.length===a.indexes.color.length&&r.indexes.number.length>=a.indexes.number.length?Mt.has(e)&&!a.values.length||Mt.has(t)&&!r.values.length?ti(e,t):ft(gr(ai(r,a),a.values),n):(Pe(!0,`Complex values '${e}' and '${t}' 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"),rt(e,t))};function br(e,t,n){return typeof e=="number"&&typeof t=="number"&&typeof n=="number"?Te(e,t,n):Et(e)(e,t)}const ii=e=>{const t=({timestamp:n})=>e(n);return{start:(n=!0)=>le.update(t,n),stop:()=>gt(t),now:()=>et.isProcessing?et.timestamp:q.now()}},yr=(e,t,n=10)=>{let r="";const a=Math.max(Math.round(t/n),2);for(let s=0;s<a;s++)r+=Math.round(e(s/(a-1))*1e4)/1e4+", ";return`linear(${r.substring(0,r.length-2)})`},at=2e4;function Vt(e){let t=0;const n=50;let r=e.next(t);for(;!r.done&&t<at;)t+=n,r=e.next(t);return t>=at?1/0:t}function wr(e,t=100,n){const r=n({...e,keyframes:[0,t]}),a=Math.min(Vt(r),at);return{type:"keyframes",ease:s=>r.next(a*s).value/t,duration:ee(a)}}const oi=5;function xr(e,t,n){const r=Math.max(t-oi,0);return Hn(n-e(r),t-r)}const O={stiffness:100,damping:10,mass:1,velocity:0,duration:800,bounce:.3,visualDuration:.3,restSpeed:{granular:.01,default:2},restDelta:{granular:.005,default:.5},minDuration:.01,maxDuration:10,minDamping:.05,maxDamping:1},Tt=.001;function li({duration:e=O.duration,bounce:t=O.bounce,velocity:n=O.velocity,mass:r=O.mass}){let a,s;Pe(e<=se(O.maxDuration),"Spring duration must be 10 seconds or less","spring-duration-limit");let i=1-t;i=de(O.minDamping,O.maxDamping,i),e=de(O.minDuration,O.maxDuration,ee(e)),i<1?(a=u=>{const d=u*i,f=d*e,h=d-n,y=St(u,i),V=Math.exp(-f);return Tt-h/y*V},s=u=>{const f=u*i*e,h=f*n+n,y=Math.pow(i,2)*Math.pow(u,2)*e,V=Math.exp(-f),M=St(Math.pow(u,2),i);return(-a(u)+Tt>0?-1:1)*((h-y)*V)/M}):(a=u=>{const d=Math.exp(-u*e),f=(u-n)*e+1;return-Tt+d*f},s=u=>{const d=Math.exp(-u*e),f=(n-u)*(e*e);return d*f});const l=5/e,c=di(a,s,l);if(e=se(e),isNaN(c))return{stiffness:O.stiffness,damping:O.damping,duration:e};{const u=Math.pow(c,2)*r;return{stiffness:u,damping:i*2*Math.sqrt(r*u),duration:e}}}const ci=12;function di(e,t,n){let r=n;for(let a=1;a<ci;a++)r=r-e(r)/t(r);return r}function St(e,t){return e*Math.sqrt(1-t*t)}const ui=["duration","bounce"],fi=["stiffness","damping","mass"];function vr(e,t){return t.some(n=>e[n]!==void 0)}function mi(e){let t={velocity:O.velocity,stiffness:O.stiffness,damping:O.damping,mass:O.mass,isResolvedFromDuration:!1,...e};if(!vr(e,fi)&&vr(e,ui))if(e.visualDuration){const n=e.visualDuration,r=2*Math.PI/(n*1.2),a=r*r,s=2*de(.05,1,1-(e.bounce||0))*Math.sqrt(a);t={...t,mass:O.mass,stiffness:a,damping:s}}else{const n=li(e);t={...t,...n,mass:O.mass},t.isResolvedFromDuration=!0}return t}function _e(e=O.visualDuration,t=O.bounce){const n=typeof e!="object"?{visualDuration:e,keyframes:[0,1],bounce:t}:e;let{restSpeed:r,restDelta:a}=n;const s=n.keyframes[0],i=n.keyframes[n.keyframes.length-1],l={done:!1,value:s},{stiffness:c,damping:u,mass:d,duration:f,velocity:h,isResolvedFromDuration:y}=mi({...n,velocity:-ee(n.velocity||0)}),V=h||0,M=u/(2*Math.sqrt(c*d)),p=i-s,k=ee(Math.sqrt(c/d)),L=Math.abs(p)<5;r||(r=L?O.restSpeed.granular:O.restSpeed.default),a||(a=L?O.restDelta.granular:O.restDelta.default);let T;if(M<1){const E=St(k,M);T=S=>{const I=Math.exp(-M*k*S);return i-I*((V+M*k*p)/E*Math.sin(E*S)+p*Math.cos(E*S))}}else if(M===1)T=E=>i-Math.exp(-k*E)*(p+(V+k*p)*E);else{const E=k*Math.sqrt(M*M-1);T=S=>{const I=Math.exp(-M*k*S),g=Math.min(E*S,300);return i-I*((V+M*k*p)*Math.sinh(g)+E*p*Math.cosh(g))/E}}const N={calculatedDuration:y&&f||null,next:E=>{const S=T(E);if(y)l.done=E>=f;else{let I=E===0?V:0;M<1&&(I=E===0?se(V):xr(T,E,S));const g=Math.abs(I)<=r,Z=Math.abs(i-S)<=a;l.done=g&&Z}return l.value=l.done?i:S,l},toString:()=>{const E=Math.min(Vt(N),at),S=yr(I=>N.next(E*I).value,E,30);return E+"ms "+S},toTransition:()=>{}};return N}_e.applyToOptions=e=>{const t=wr(e,100,_e);return e.ease=t.ease,e.duration=se(t.duration),e.type="keyframes",e};function Ct({keyframes:e,velocity:t=0,power:n=.8,timeConstant:r=325,bounceDamping:a=10,bounceStiffness:s=500,modifyTarget:i,min:l,max:c,restDelta:u=.5,restSpeed:d}){const f=e[0],h={done:!1,value:f},y=g=>l!==void 0&&g<l||c!==void 0&&g>c,V=g=>l===void 0?c:c===void 0||Math.abs(l-g)<Math.abs(c-g)?l:c;let M=n*t;const p=f+M,k=i===void 0?p:i(p);k!==p&&(M=k-f);const L=g=>-M*Math.exp(-g/r),T=g=>k+L(g),N=g=>{const Z=L(g),H=T(g);h.done=Math.abs(Z)<=u,h.value=h.done?k:H};let E,S;const I=g=>{y(h.value)&&(E=g,S=_e({keyframes:[h.value,V(h.value)],velocity:xr(T,g,h.value),damping:a,stiffness:s,restDelta:u,restSpeed:d}))};return I(0),{calculatedDuration:null,next:g=>{let Z=!1;return!S&&E===void 0&&(Z=!0,N(g),I(g)),E!==void 0&&g>=E?S.next(g-E):(!Z&&N(g),h)}}}function hi(e,t,n){const r=[],a=n||oe.mix||br,s=e.length-1;for(let i=0;i<s;i++){let l=a(e[i],e[i+1]);if(t){const c=Array.isArray(t)?t[i]||ke:t;l=ft(c,l)}r.push(l)}return r}function pi(e,t,{clamp:n=!0,ease:r,mixer:a}={}){const s=e.length;if(ae(s===t.length,"Both input and output ranges must be the same length","range-length"),s===1)return()=>t[0];if(s===2&&t[0]===t[1])return()=>t[1];const i=e[0]===e[1];e[0]>e[s-1]&&(e=[...e].reverse(),t=[...t].reverse());const l=hi(t,r,a),c=l.length,u=d=>{if(i&&d<e[0])return t[0];let f=0;if(c>1)for(;f<e.length-2&&!(d<e[f+1]);f++);const h=mt(e[f],e[f+1],d);return l[f](h)};return n?d=>u(de(e[0],e[s-1],d)):u}function Ar(e,t){const n=e[e.length-1];for(let r=1;r<=t;r++){const a=mt(0,t,r);e.push(Te(n,1,a))}}function kr(e){const t=[0];return Ar(t,e.length-1),t}function gi(e,t){return e.map(n=>n*t)}function bi(e,t){return e.map(()=>t||qn).splice(0,e.length-1)}function Se({duration:e=300,keyframes:t,times:n,ease:r="easeInOut"}){const a=Jn(r)?r.map(nr):nr(r),s={done:!1,value:t[0]},i=gi(n&&n.length===t.length?n:kr(t),e),l=pi(i,t,{ease:Array.isArray(a)?a:bi(t,a)});return{calculatedDuration:e,next:c=>(s.value=l(c),s.done=c>=e,s)}}const yi=e=>e!==null;function Zt(e,{repeat:t,repeatType:n="loop"},r,a=1){const s=e.filter(yi),l=a<0||t&&n!=="loop"&&t%2===1?0:s.length-1;return!l||r===void 0?s[l]:r}const wi={decay:Ct,inertia:Ct,tween:Se,keyframes:Se,spring:_e};function Mr(e){typeof e.type=="string"&&(e.type=wi[e.type])}class Ft{constructor(){this.updateFinished()}get finished(){return this._finished}updateFinished(){this._finished=new Promise(t=>{this.resolve=t})}notifyFinished(){this.resolve()}then(t,n){return this.finished.then(t,n)}}const xi=e=>e/100;class Rt extends Ft{constructor(t){super(),this.state="idle",this.startTime=null,this.isStopped=!1,this.currentTime=0,this.holdTime=null,this.playbackSpeed=1,this.stop=()=>{const{motionValue:n}=this.options;n&&n.updatedAt!==q.now()&&this.tick(q.now()),this.isStopped=!0,this.state!=="idle"&&(this.teardown(),this.options.onStop?.())},this.options=t,this.initAnimation(),this.play(),t.autoplay===!1&&this.pause()}initAnimation(){const{options:t}=this;Mr(t);const{type:n=Se,repeat:r=0,repeatDelay:a=0,repeatType:s,velocity:i=0}=t;let{keyframes:l}=t;const c=n||Se;process.env.NODE_ENV!=="production"&&c!==Se&&ae(l.length<=2,`Only two keyframes currently supported with spring and inertia animations. Trying to animate ${l}`,"spring-two-frames"),c!==Se&&typeof l[0]!="number"&&(this.mixKeyframes=ft(xi,br(l[0],l[1])),l=[0,100]);const u=c({...t,keyframes:l});s==="mirror"&&(this.mirroredGenerator=c({...t,keyframes:[...l].reverse(),velocity:-i})),u.calculatedDuration===null&&(u.calculatedDuration=Vt(u));const{calculatedDuration:d}=u;this.calculatedDuration=d,this.resolvedDuration=d+a,this.totalDuration=this.resolvedDuration*(r+1)-a,this.generator=u}updateTime(t){const n=Math.round(t-this.startTime)*this.playbackSpeed;this.holdTime!==null?this.currentTime=this.holdTime:this.currentTime=n}tick(t,n=!1){const{generator:r,totalDuration:a,mixKeyframes:s,mirroredGenerator:i,resolvedDuration:l,calculatedDuration:c}=this;if(this.startTime===null)return r.next(0);const{delay:u=0,keyframes:d,repeat:f,repeatType:h,repeatDelay:y,type:V,onUpdate:M,finalKeyframe:p}=this.options;this.speed>0?this.startTime=Math.min(this.startTime,t):this.speed<0&&(this.startTime=Math.min(t-a/this.speed,this.startTime)),n?this.currentTime=t:this.updateTime(t);const k=this.currentTime-u*(this.playbackSpeed>=0?1:-1),L=this.playbackSpeed>=0?k<0:k>a;this.currentTime=Math.max(k,0),this.state==="finished"&&this.holdTime===null&&(this.currentTime=a);let T=this.currentTime,N=r;if(f){const g=Math.min(this.currentTime,a)/l;let Z=Math.floor(g),H=g%1;!H&&g>=1&&(H=1),H===1&&Z--,Z=Math.min(Z,f+1),Z%2&&(h==="reverse"?(H=1-H,y&&(H-=y/l)):h==="mirror"&&(N=i)),T=de(0,1,H)*l}const E=L?{done:!1,value:d[0]}:N.next(T);s&&(E.value=s(E.value));let{done:S}=E;!L&&c!==null&&(S=this.playbackSpeed>=0?this.currentTime>=a:this.currentTime<=0);const I=this.holdTime===null&&(this.state==="finished"||this.state==="running"&&S);return I&&V!==Ct&&(E.value=Zt(d,this.options,p,this.speed)),M&&M(E.value),I&&this.finish(),E}then(t,n){return this.finished.then(t,n)}get duration(){return ee(this.calculatedDuration)}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+ee(t)}get time(){return ee(this.currentTime)}set time(t){t=se(t),this.currentTime=t,this.startTime===null||this.holdTime!==null||this.playbackSpeed===0?this.holdTime=t:this.driver&&(this.startTime=this.driver.now()-t/this.playbackSpeed),this.driver?.start(!1)}get speed(){return this.playbackSpeed}set speed(t){this.updateTime(q.now());const n=this.playbackSpeed!==t;this.playbackSpeed=t,n&&(this.time=ee(this.currentTime))}play(){if(this.isStopped)return;const{driver:t=ii,startTime:n}=this.options;this.driver||(this.driver=t(a=>this.tick(a))),this.options.onPlay?.();const r=this.driver.now();this.state==="finished"?(this.updateFinished(),this.startTime=r):this.holdTime!==null?this.startTime=r-this.holdTime:this.startTime||(this.startTime=n??r),this.state==="finished"&&this.speed<0&&(this.startTime+=this.calculatedDuration),this.holdTime=null,this.state="running",this.driver.start()}pause(){this.state="paused",this.updateTime(q.now()),this.holdTime=this.currentTime}complete(){this.state!=="running"&&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}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)}}function vi(e){for(let t=1;t<e.length;t++)e[t]??(e[t]=e[t-1])}const ye=e=>e*180/Math.PI,Nt=e=>{const t=ye(Math.atan2(e[1],e[0]));return jt(t)},Ai={x:4,y:5,translateX:4,translateY:5,scaleX:0,scaleY:3,scale:e=>(Math.abs(e[0])+Math.abs(e[3]))/2,rotate:Nt,rotateZ:Nt,skewX:e=>ye(Math.atan(e[1])),skewY:e=>ye(Math.atan(e[2])),skew:e=>(Math.abs(e[1])+Math.abs(e[2]))/2},jt=e=>(e=e%360,e<0&&(e+=360),e),Er=Nt,Vr=e=>Math.sqrt(e[0]*e[0]+e[1]*e[1]),Tr=e=>Math.sqrt(e[4]*e[4]+e[5]*e[5]),ki={x:12,y:13,z:14,translateX:12,translateY:13,translateZ:14,scaleX:Vr,scaleY:Tr,scale:e=>(Vr(e)+Tr(e))/2,rotateX:e=>jt(ye(Math.atan2(e[6],e[5]))),rotateY:e=>jt(ye(Math.atan2(-e[2],e[0]))),rotateZ:Er,rotate:Er,skewX:e=>ye(Math.atan(e[4])),skewY:e=>ye(Math.atan(e[1])),skew:e=>(Math.abs(e[1])+Math.abs(e[4]))/2};function Lt(e){return e.includes("scale")?1:0}function Pt(e,t){if(!e||e==="none")return Lt(t);const n=e.match(/^matrix3d\(([-\d.e\s,]+)\)$/u);let r,a;if(n)r=ki,a=n;else{const l=e.match(/^matrix\(([-\d.e\s,]+)\)$/u);r=Ai,a=l}if(!a)return Lt(t);const s=r[t],i=a[1].split(",").map(Ei);return typeof s=="function"?s(i):i[s]}const Mi=(e,t)=>{const{transform:n="none"}=getComputedStyle(e);return Pt(n,t)};function Ei(e){return parseFloat(e.trim())}const Ce=["transformPerspective","x","y","z","translateX","translateY","translateZ","scale","scaleX","scaleY","rotate","rotateX","rotateY","rotateZ","skew","skewX","skewY"],Ze=new Set(Ce),Sr=e=>e===Me||e===w,Vi=new Set(["x","y","z"]),Ti=Ce.filter(e=>!Vi.has(e));function Si(e){const t=[];return Ti.forEach(n=>{const r=e.getValue(n);r!==void 0&&(t.push([n,r.get()]),r.set(n.startsWith("scale")?1:0))}),t}const me={width:({x:e},{paddingLeft:t="0",paddingRight:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),height:({y:e},{paddingTop:t="0",paddingBottom:n="0"})=>e.max-e.min-parseFloat(t)-parseFloat(n),top:(e,{top:t})=>parseFloat(t),left:(e,{left:t})=>parseFloat(t),bottom:({y:e},{top:t})=>parseFloat(t)+(e.max-e.min),right:({x:e},{left:t})=>parseFloat(t)+(e.max-e.min),x:(e,{transform:t})=>Pt(t,"x"),y:(e,{transform:t})=>Pt(t,"y")};me.translateX=me.x,me.translateY=me.y;const we=new Set;let It=!1,Ot=!1,zt=!1;function Cr(){if(Ot){const e=Array.from(we).filter(r=>r.needsMeasurement),t=new Set(e.map(r=>r.element)),n=new Map;t.forEach(r=>{const a=Si(r);a.length&&(n.set(r,a),r.render())}),e.forEach(r=>r.measureInitialState()),t.forEach(r=>{r.render();const a=n.get(r);a&&a.forEach(([s,i])=>{r.getValue(s)?.set(i)})}),e.forEach(r=>r.measureEndState()),e.forEach(r=>{r.suspendedScrollY!==void 0&&window.scrollTo(0,r.suspendedScrollY)})}Ot=!1,It=!1,we.forEach(e=>e.complete(zt)),we.clear()}function Zr(){we.forEach(e=>{e.readKeyframes(),e.needsMeasurement&&(Ot=!0)})}function Ci(){zt=!0,Zr(),Cr(),zt=!1}class Dt{constructor(t,n,r,a,s,i=!1){this.state="pending",this.isAsync=!1,this.needsMeasurement=!1,this.unresolvedKeyframes=[...t],this.onComplete=n,this.name=r,this.motionValue=a,this.element=s,this.isAsync=i}scheduleResolve(){this.state="scheduled",this.isAsync?(we.add(this),It||(It=!0,le.read(Zr),le.resolveKeyframes(Cr))):(this.readKeyframes(),this.complete())}readKeyframes(){const{unresolvedKeyframes:t,name:n,element:r,motionValue:a}=this;if(t[0]===null){const s=a?.get(),i=t[t.length-1];if(s!==void 0)t[0]=s;else if(r&&n){const l=r.readValue(n,i);l!=null&&(t[0]=l)}t[0]===void 0&&(t[0]=i),a&&s===void 0&&a.set(t[0])}vi(t)}setFinalKeyframe(){}measureInitialState(){}renderEndStyles(){}measureEndState(){}complete(t=!1){this.state="complete",this.onComplete(this.unresolvedKeyframes,this.finalKeyframe,t),we.delete(this)}cancel(){this.state==="scheduled"&&(we.delete(this),this.state="pending")}resume(){this.state==="pending"&&this.scheduleResolve()}}const Zi=e=>e.startsWith("--");function Fi(e,t,n){Zi(t)?e.style.setProperty(t,n):e.style[t]=n}const Ri=ut(()=>window.ScrollTimeline!==void 0),Ni={};function ji(e,t){const n=ut(e);return()=>Ni[t]??n()}const Fr=ji(()=>{try{document.createElement("div").animate({opacity:0},{easing:"linear(0, 1)"})}catch{return!1}return!0},"linearEasing"),Be=([e,t,n,r])=>`cubic-bezier(${e}, ${t}, ${n}, ${r})`,Rr={linear:"linear",ease:"ease",easeIn:"ease-in",easeOut:"ease-out",easeInOut:"ease-in-out",circIn:Be([0,.65,.55,1]),circOut:Be([.55,0,1,.45]),backIn:Be([.31,.01,.66,-.59]),backOut:Be([.33,1.53,.69,.99])};function Nr(e,t){if(e)return typeof e=="function"?Fr()?yr(e,t):"ease-out":er(e)?Be(e):Array.isArray(e)?e.map(n=>Nr(n,t)||Rr.easeOut):Rr[e]}function Li(e,t,n,{delay:r=0,duration:a=300,repeat:s=0,repeatType:i="loop",ease:l="easeOut",times:c}={},u=void 0){const d={[t]:n};c&&(d.offset=c);const f=Nr(l,a);Array.isArray(f)&&(d.easing=f);const h={delay:r,duration:a,easing:Array.isArray(f)?"linear":f,fill:"both",iterations:s+1,direction:i==="reverse"?"alternate":"normal"};return u&&(h.pseudoElement=u),e.animate(d,h)}function Ht(e){return typeof e=="function"&&"applyToOptions"in e}function Pi({type:e,...t}){return Ht(e)&&Fr()?e.applyToOptions(t):(t.duration??(t.duration=300),t.ease??(t.ease="easeOut"),t)}class Ii extends Ft{constructor(t){if(super(),this.finishedTime=null,this.isStopped=!1,this.manualStartTime=null,!t)return;const{element:n,name:r,keyframes:a,pseudoElement:s,allowFlatten:i=!1,finalKeyframe:l,onComplete:c}=t;this.isPseudoElement=!!s,this.allowFlatten=i,this.options=t,ae(typeof t.type!="string",`Mini animate() doesn't support "type" as a string.`,"mini-spring");const u=Pi(t);this.animation=Li(n,r,a,u,s),u.autoplay===!1&&this.animation.pause(),this.animation.onfinish=()=>{if(this.finishedTime=this.time,!s){const d=Zt(a,this.options,l,this.speed);this.updateMotionValue?this.updateMotionValue(d):Fi(n,r,d),this.animation.cancel()}c?.(),this.notifyFinished()}}play(){this.isStopped||(this.manualStartTime=null,this.animation.play(),this.state==="finished"&&this.updateFinished())}pause(){this.animation.pause()}complete(){this.animation.finish?.()}cancel(){try{this.animation.cancel()}catch{}}stop(){if(this.isStopped)return;this.isStopped=!0;const{state:t}=this;t==="idle"||t==="finished"||(this.updateMotionValue?this.updateMotionValue():this.commitStyles(),this.isPseudoElement||this.cancel())}commitStyles(){this.isPseudoElement||this.animation.commitStyles?.()}get duration(){const t=this.animation.effect?.getComputedTiming?.().duration||0;return ee(Number(t))}get iterationDuration(){const{delay:t=0}=this.options||{};return this.duration+ee(t)}get time(){return ee(Number(this.animation.currentTime)||0)}set time(t){this.manualStartTime=null,this.finishedTime=null,this.animation.currentTime=se(t)}get speed(){return this.animation.playbackRate}set speed(t){t<0&&(this.finishedTime=null),this.animation.playbackRate=t}get state(){return this.finishedTime!==null?"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,observe:n}){return this.allowFlatten&&this.animation.effect?.updateTiming({easing:"linear"}),this.animation.onfinish=null,t&&Ri()?(this.animation.timeline=t,ke):n(this)}}const jr={anticipate:Yn,backInOut:Un,circInOut:Xn};function Oi(e){return e in jr}function zi(e){typeof e.ease=="string"&&Oi(e.ease)&&(e.ease=jr[e.ease])}const _t=10;class Di extends Ii{constructor(t){zi(t),Mr(t),super(t),t.startTime!==void 0&&(this.startTime=t.startTime),this.options=t}updateMotionValue(t){const{motionValue:n,onUpdate:r,onComplete:a,element:s,...i}=this.options;if(!n)return;if(t!==void 0){n.set(t);return}const l=new Rt({...i,autoplay:!1}),c=Math.max(_t,q.now()-this.startTime),u=de(0,_t,c-_t);n.setWithVelocity(l.sample(Math.max(0,c-u)).value,l.sample(c).value,u),l.stop()}}const Lr=(e,t)=>t==="zIndex"?!1:!!(typeof e=="number"||Array.isArray(e)||typeof e=="string"&&(fe.test(e)||e==="0")&&!e.startsWith("url("));function Hi(e){const t=e[0];if(e.length===1)return!0;for(let n=0;n<e.length;n++)if(e[n]!==t)return!0}function _i(e,t,n,r){const a=e[0];if(a===null)return!1;if(t==="display"||t==="visibility")return!0;const s=e[e.length-1],i=Lr(a,t),l=Lr(s,t);return Pe(i===l,`You are trying to animate ${t} from "${a}" to "${s}". "${i?s:a}" is not an animatable value.`,"value-not-animatable"),!i||!l?!1:Hi(e)||(n==="spring"||Ht(n))&&r}function Bt(e){e.duration=0,e.type="keyframes"}const Bi=new Set(["opacity","clipPath","filter","transform"]),$i=ut(()=>Object.hasOwnProperty.call(Element.prototype,"animate"));function Ki(e){const{motionValue:t,name:n,repeatDelay:r,repeatType:a,damping:s,type:i}=e;if(!(t?.owner?.current instanceof HTMLElement))return!1;const{onUpdate:c,transformTemplate:u}=t.owner.getProps();return $i()&&n&&Bi.has(n)&&(n!=="transform"||!u)&&!c&&!r&&a!=="mirror"&&s!==0&&i!=="inertia"}const Wi=40;class Gi extends Ft{constructor({autoplay:t=!0,delay:n=0,type:r="keyframes",repeat:a=0,repeatDelay:s=0,repeatType:i="loop",keyframes:l,name:c,motionValue:u,element:d,...f}){super(),this.stop=()=>{this._animation&&(this._animation.stop(),this.stopTimeline?.()),this.keyframeResolver?.cancel()},this.createdAt=q.now();const h={autoplay:t,delay:n,type:r,repeat:a,repeatDelay:s,repeatType:i,name:c,motionValue:u,element:d,...f},y=d?.KeyframeResolver||Dt;this.keyframeResolver=new y(l,(V,M,p)=>this.onKeyframesResolved(V,M,h,!p),c,u,d),this.keyframeResolver?.scheduleResolve()}onKeyframesResolved(t,n,r,a){this.keyframeResolver=void 0;const{name:s,type:i,velocity:l,delay:c,isHandoff:u,onUpdate:d}=r;this.resolvedAt=q.now(),_i(t,s,i,l)||((oe.instantAnimations||!c)&&d?.(Zt(t,r,n)),t[0]=t[t.length-1],Bt(r),r.repeat=0);const h={startTime:a?this.resolvedAt?this.resolvedAt-this.createdAt>Wi?this.resolvedAt:this.createdAt:this.createdAt:void 0,finalKeyframe:n,...r,keyframes:t},y=!u&&Ki(h)?new Di({...h,element:h.motionValue.owner.current}):new Rt(h);y.finished.then(()=>this.notifyFinished()).catch(ke),this.pendingTimeline&&(this.stopTimeline=y.attachTimeline(this.pendingTimeline),this.pendingTimeline=void 0),this._animation=y}get finished(){return this._animation?this.animation.finished:this._finished}then(t,n){return this.finished.finally(t).then(()=>{})}get animation(){return this._animation||(this.keyframeResolver?.resume(),Ci()),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()}}class Ui{constructor(t){this.stop=()=>this.runAll("stop"),this.animations=t.filter(Boolean)}get finished(){return Promise.all(this.animations.map(t=>t.finished))}getAll(t){return this.animations[0][t]}setAll(t,n){for(let r=0;r<this.animations.length;r++)this.animations[r][t]=n}attachTimeline(t){const n=this.animations.map(r=>r.attachTimeline(t));return()=>{n.forEach((r,a)=>{r&&r(),this.animations[a].stop()})}}get time(){return this.getAll("time")}set time(t){this.setAll("time",t)}get speed(){return this.getAll("speed")}set speed(t){this.setAll("speed",t)}get state(){return this.getAll("state")}get startTime(){return this.getAll("startTime")}get duration(){return Pr(this.animations,"duration")}get iterationDuration(){return Pr(this.animations,"iterationDuration")}runAll(t){this.animations.forEach(n=>n[t]())}play(){this.runAll("play")}pause(){this.runAll("pause")}cancel(){this.runAll("cancel")}complete(){this.runAll("complete")}}function Pr(e,t){let n=0;for(let r=0;r<e.length;r++){const a=e[r][t];a!==null&&a>n&&(n=a)}return n}class Yi extends Ui{then(t,n){return this.finished.finally(t).then(()=>{})}}const Xi=/^var\(--(?:([\w-]+)|([\w-]+), ?([a-zA-Z\d ()%#.,-]+))\)/u;function qi(e){const t=Xi.exec(e);if(!t)return[,];const[,n,r,a]=t;return[`--${n??r}`,a]}const Ji=4;function Ir(e,t,n=1){ae(n<=Ji,`Max CSS variable fallback depth detected in property "${e}". This may indicate a circular fallback dependency.`,"max-css-var-depth");const[r,a]=qi(e);if(!r)return;const s=window.getComputedStyle(t).getPropertyValue(r);if(s){const i=s.trim();return On(i)?parseFloat(i):i}return bt(a)?Ir(a,t,n+1):a}function Or(e,t){return e?.[t]??e?.default??e}const zr=new Set(["width","height","top","left","right","bottom",...Ce]),Qi={test:e=>e==="auto",parse:e=>e},Dr=e=>t=>t.test(e),Hr=[Me,w,Ee,ue,$s,Bs,Qi],_r=e=>Hr.find(Dr(e));function eo(e){return typeof e=="number"?e===0:e!==null?e==="none"||e==="0"||zn(e):!0}const to=new Set(["brightness","contrast","saturate","opacity"]);function no(e){const[t,n]=e.slice(0,-1).split("(");if(t==="drop-shadow")return e;const[r]=n.match(yt)||[];if(!r)return e;const a=n.replace(r,"");let s=to.has(t)?1:0;return r!==n&&(s*=100),t+"("+s+a+")"}const ro=/\b([a-z-]*)\(.*?\)/gu,$t={...fe,getAnimatableNone:e=>{const t=e.match(ro);return t?t.map(no).join(" "):e}},Br={...Me,transform:Math.round},Kt={borderWidth:w,borderTopWidth:w,borderRightWidth:w,borderBottomWidth:w,borderLeftWidth:w,borderRadius:w,radius:w,borderTopLeftRadius:w,borderTopRightRadius:w,borderBottomRightRadius:w,borderBottomLeftRadius:w,width:w,maxWidth:w,height:w,maxHeight:w,top:w,right:w,bottom:w,left:w,inset:w,insetBlock:w,insetBlockStart:w,insetBlockEnd:w,insetInline:w,insetInlineStart:w,insetInlineEnd:w,padding:w,paddingTop:w,paddingRight:w,paddingBottom:w,paddingLeft:w,paddingBlock:w,paddingBlockStart:w,paddingBlockEnd:w,paddingInline:w,paddingInlineStart:w,paddingInlineEnd:w,margin:w,marginTop:w,marginRight:w,marginBottom:w,marginLeft:w,marginBlock:w,marginBlockStart:w,marginBlockEnd:w,marginInline:w,marginInlineStart:w,marginInlineEnd:w,backgroundPositionX:w,backgroundPositionY:w,...{rotate:ue,rotateX:ue,rotateY:ue,rotateZ:ue,scale:nt,scaleX:nt,scaleY:nt,scaleZ:nt,skew:ue,skewX:ue,skewY:ue,distance:w,translateX:w,translateY:w,translateZ:w,x:w,y:w,z:w,perspective:w,transformPerspective:w,opacity:Oe,originX:lr,originY:lr,originZ:w},zIndex:Br,fillOpacity:Oe,strokeOpacity:Oe,numOctaves:Br},ao={...Kt,color:D,backgroundColor:D,outlineColor:D,fill:D,stroke:D,borderColor:D,borderTopColor:D,borderRightColor:D,borderBottomColor:D,borderLeftColor:D,filter:$t,WebkitFilter:$t},$r=e=>ao[e];function Kr(e,t){let n=$r(e);return n!==$t&&(n=fe),n.getAnimatableNone?n.getAnimatableNone(t):void 0}const so=new Set(["auto","none","0"]);function io(e,t,n){let r=0,a;for(;r<e.length&&!a;){const s=e[r];typeof s=="string"&&!so.has(s)&&He(s).values.length&&(a=e[r]),r++}if(a&&n)for(const s of t)e[s]=Kr(n,a)}class oo extends Dt{constructor(t,n,r,a,s){super(t,n,r,a,s,!0)}readKeyframes(){const{unresolvedKeyframes:t,element:n,name:r}=this;if(!n||!n.current)return;super.readKeyframes();for(let d=0;d<t.length;d++){let f=t[d];if(typeof f=="string"&&(f=f.trim(),bt(f))){const h=Ir(f,n.current);h!==void 0&&(t[d]=h),d===t.length-1&&(this.finalKeyframe=f)}}if(this.resolveNoneKeyframes(),!zr.has(r)||t.length!==2)return;const[a,s]=t,i=_r(a),l=_r(s),c=ir(a),u=ir(s);if(c!==u&&me[r]){this.needsMeasurement=!0;return}if(i!==l)if(Sr(i)&&Sr(l))for(let d=0;d<t.length;d++){const f=t[d];typeof f=="string"&&(t[d]=parseFloat(f))}else me[r]&&(this.needsMeasurement=!0)}resolveNoneKeyframes(){const{unresolvedKeyframes:t,name:n}=this,r=[];for(let a=0;a<t.length;a++)(t[a]===null||eo(t[a]))&&r.push(a);r.length&&io(t,r,n)}measureInitialState(){const{element:t,unresolvedKeyframes:n,name:r}=this;if(!t||!t.current)return;r==="height"&&(this.suspendedScrollY=window.pageYOffset),this.measuredOrigin=me[r](t.measureViewportBox(),window.getComputedStyle(t.current)),n[0]=this.measuredOrigin;const a=n[n.length-1];a!==void 0&&t.getValue(r,a).jump(a,!1)}measureEndState(){const{element:t,name:n,unresolvedKeyframes:r}=this;if(!t||!t.current)return;const a=t.getValue(n);a&&a.jump(this.measuredOrigin,!1);const s=r.length-1,i=r[s];r[s]=me[n](t.measureViewportBox(),window.getComputedStyle(t.current)),i!==null&&this.finalKeyframe===void 0&&(this.finalKeyframe=i),this.removedTransforms?.length&&this.removedTransforms.forEach(([l,c])=>{t.getValue(l).set(c)}),this.resolveNoneKeyframes()}}function Wr(e,t,n){if(e instanceof EventTarget)return[e];if(typeof e=="string"){let r=document;const a=n?.[e]??r.querySelectorAll(e);return a?Array.from(a):[]}return Array.from(e)}const Gr=(e,t)=>t&&typeof e=="number"?t.transform(e):e,Ur=30,lo=e=>!isNaN(parseFloat(e));class co{constructor(t,n={}){this.canTrackVelocity=null,this.events={},this.updateAndNotify=r=>{const a=q.now();if(this.updatedAt!==a&&this.setPrevFrameValue(),this.prev=this.current,this.setCurrent(r),this.current!==this.prev&&(this.events.change?.notify(this.current),this.dependents))for(const s of this.dependents)s.dirty()},this.hasAnimated=!1,this.setCurrent(t),this.owner=n.owner}setCurrent(t){this.current=t,this.updatedAt=q.now(),this.canTrackVelocity===null&&t!==void 0&&(this.canTrackVelocity=lo(this.current))}setPrevFrameValue(t=this.current){this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt}onChange(t){return process.env.NODE_ENV!=="production"&&Bn(!1,'value.onChange(callback) is deprecated. Switch to value.on("change", callback).'),this.on("change",t)}on(t,n){this.events[t]||(this.events[t]=new Dn);const r=this.events[t].add(n);return t==="change"?()=>{r(),le.read(()=>{this.events.change.getSize()||this.stop()})}:r}clearListeners(){for(const t in this.events)this.events[t].clear()}attach(t,n){this.passiveEffect=t,this.stopPassiveEffect=n}set(t){this.passiveEffect?this.passiveEffect(t,this.updateAndNotify):this.updateAndNotify(t)}setWithVelocity(t,n,r){this.set(n),this.prev=void 0,this.prevFrameValue=t,this.prevUpdatedAt=this.updatedAt-r}jump(t,n=!0){this.updateAndNotify(t),this.prev=t,this.prevUpdatedAt=this.prevFrameValue=void 0,n&&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 this.current}getPrevious(){return this.prev}getVelocity(){const t=q.now();if(!this.canTrackVelocity||this.prevFrameValue===void 0||t-this.updatedAt>Ur)return 0;const n=Math.min(this.updatedAt-this.prevUpdatedAt,Ur);return Hn(parseFloat(this.current)-parseFloat(this.prevFrameValue),n)}start(t){return this.stop(),new Promise(n=>{this.hasAnimated=!0,this.animation=t(n),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 $e(e,t){return new co(e,t)}const{schedule:uo}=rr(queueMicrotask,!1);function Yr(e){return Ms(e)&&"ownerSVGElement"in e}function fo(e){return Yr(e)&&e.tagName==="svg"}const K=e=>!!(e&&e.getVelocity),mo=[...Hr,D,fe],ho=e=>mo.find(Dr(e)),Xr={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"]},Wt={};for(const e in Xr)Wt[e]={isEnabled:t=>Xr[e].some(n=>!!t[n])};function po(e){return e!==null&&typeof e=="object"&&typeof e.start=="function"}function go(e){return typeof e=="string"||Array.isArray(e)}const bo=["initial",...["animate","whileInView","whileFocus","whileHover","whileTap","whileDrag","exit"]];function qr(e){return po(e.animate)||bo.some(t=>go(e[t]))}function yo(e){return!!(qr(e)||e.variants)}function Jr(e,t){return t.max===t.min?0:e/(t.max-t.min)*100}const Ke={correct:(e,t)=>{if(!t.target)return e;if(typeof e=="string")if(w.test(e))e=parseFloat(e);else return e;const n=Jr(e,t.target.x),r=Jr(e,t.target.y);return`${n}% ${r}%`}},wo={correct:(e,{treeScale:t,projectionDelta:n})=>{const r=e,a=fe.parse(e);if(a.length>5)return r;const s=fe.createTransformer(e),i=typeof a[0]!="number"?1:0,l=n.x.scale*t.x,c=n.y.scale*t.y;a[0+i]/=l,a[1+i]/=c;const u=Te(l,c,.5);return typeof a[2+i]=="number"&&(a[2+i]/=u),typeof a[3+i]=="number"&&(a[3+i]/=u),s(a)}},xo={borderRadius:{...Ke,applyTo:["borderTopLeftRadius","borderTopRightRadius","borderBottomLeftRadius","borderBottomRightRadius"]},borderTopLeftRadius:Ke,borderTopRightRadius:Ke,borderBottomLeftRadius:Ke,borderBottomRightRadius:Ke,boxShadow:wo};function vo(e,{layout:t,layoutId:n}){return Ze.has(e)||e.startsWith("origin")||(t||n!==void 0)&&(!!xo[e]||e==="opacity")}const Ao={x:"translateX",y:"translateY",z:"translateZ",transformPerspective:"perspective"},ko=Ce.length;function Mo(e,t,n){let r="",a=!0;for(let s=0;s<ko;s++){const i=Ce[s],l=e[i];if(l===void 0)continue;let c=!0;if(typeof l=="number"?c=l===(i.startsWith("scale")?1:0):c=parseFloat(l)===0,!c||n){const u=Gr(l,Kt[i]);if(!c){a=!1;const d=Ao[i]||i;r+=`${d}(${u}) `}n&&(t[i]=u)}}return r=r.trim(),n?r=n(t,a?"":r):a&&(r="none"),r}function Qr(e,t,n){const{style:r,vars:a,transformOrigin:s}=e;let i=!1,l=!1;for(const c in t){const u=t[c];if(Ze.has(c)){i=!0;continue}else if(sr(c)){a[c]=u;continue}else{const d=Gr(u,Kt[c]);c.startsWith("origin")?(l=!0,s[c]=d):r[c]=d}}if(t.transform||(i||n?r.transform=Mo(t,e.transform,n):r.transform&&(r.transform="none")),l){const{originX:c="50%",originY:u="50%",originZ:d=0}=s;r.transformOrigin=`${c} ${u} ${d}`}}const Eo={offset:"stroke-dashoffset",array:"stroke-dasharray"},Vo={offset:"strokeDashoffset",array:"strokeDasharray"};function To(e,t,n=1,r=0,a=!0){e.pathLength=1;const s=a?Eo:Vo;e[s.offset]=w.transform(-r);const i=w.transform(t),l=w.transform(n);e[s.array]=`${i} ${l}`}const So=["offsetDistance","offsetPath","offsetRotate","offsetAnchor"];function Co(e,{attrX:t,attrY:n,attrScale:r,pathLength:a,pathSpacing:s=1,pathOffset:i=0,...l},c,u,d){if(Qr(e,l,u),c){e.style.viewBox&&(e.attrs.viewBox=e.style.viewBox);return}e.attrs=e.style,e.style={};const{attrs:f,style:h}=e;f.transform&&(h.transform=f.transform,delete f.transform),(h.transform||f.transformOrigin)&&(h.transformOrigin=f.transformOrigin??"50% 50%",delete f.transformOrigin),h.transform&&(h.transformBox=d?.transformBox??"fill-box",delete f.transformBox);for(const y of So)f[y]!==void 0&&(h[y]=f[y],delete f[y]);t!==void 0&&(f.x=t),n!==void 0&&(f.y=n),r!==void 0&&(f.scale=r),a!==void 0&&To(f,a,s,i,!1)}const Zo=e=>typeof e=="string"&&e.toLowerCase()==="svg";function ea(e){const t=[{},{}];return e?.values.forEach((n,r)=>{t[0][r]=n.get(),t[1][r]=n.getVelocity()}),t}function ta(e,t,n,r){if(typeof t=="function"){const[a,s]=ea(r);t=t(n!==void 0?n:e.custom,a,s)}if(typeof t=="string"&&(t=e.variants&&e.variants[t]),typeof t=="function"){const[a,s]=ea(r);t=t(n!==void 0?n:e.custom,a,s)}return t}function na(e,t,n){const{style:r}=e,a={};for(const s in r)(K(r[s])||t.style&&K(t.style[s])||vo(s,e)||n?.getValue(s)?.liveStyle!==void 0)&&(a[s]=r[s]);return a}function Fo(e,t,n){const r=na(e,t,n);for(const a in e)if(K(e[a])||K(t[a])){const s=Ce.indexOf(a)!==-1?"attr"+a.charAt(0).toUpperCase()+a.substring(1):a;r[s]=e[a]}return r}const Gt=e=>e.replace(/([a-z])([A-Z])/gu,"$1-$2").toLowerCase(),Ro="data-"+Gt("framerAppearId");function No({top:e,left:t,right:n,bottom:r}){return{x:{min:t,max:n},y:{min:e,max:r}}}function jo(e,t){if(!t)return e;const n=t({x:e.left,y:e.top}),r=t({x:e.right,y:e.bottom});return{top:n.y,left:n.x,bottom:r.y,right:r.x}}function Lo(e,t){return No(jo(e.getBoundingClientRect(),t))}const ra=()=>({min:0,max:0}),Ut=()=>({x:ra(),y:ra()}),Yt={current:null},aa={current:!1};function Po(){if(aa.current=!0,!!Pn)if(window.matchMedia){const e=window.matchMedia("(prefers-reduced-motion)"),t=()=>Yt.current=e.matches;e.addEventListener("change",t),t()}else Yt.current=!1}const We=new WeakMap;function Io(e,t,n){for(const r in t){const a=t[r],s=n[r];if(K(a))e.addValue(r,a);else if(K(s))e.addValue(r,$e(a,{owner:e}));else if(s!==a)if(e.hasValue(r)){const i=e.getValue(r);i.liveStyle===!0?i.jump(a):i.hasAnimated||i.set(a)}else{const i=e.getStaticValue(r);e.addValue(r,$e(i!==void 0?i:a,{owner:e}))}}for(const r in n)t[r]===void 0&&e.removeValue(r);return t}const sa=["AnimationStart","AnimationComplete","Update","BeforeLayoutMeasure","LayoutMeasure","LayoutAnimationStart","LayoutAnimationComplete"];class ia{scrapeMotionValuesFromProps(t,n,r){return{}}constructor({parent:t,props:n,presenceContext:r,reducedMotionConfig:a,blockInitialAnimation:s,visualState:i},l={}){this.current=null,this.children=new Set,this.isVariantNode=!1,this.isControllingVariants=!1,this.shouldReduceMotion=null,this.values=new Map,this.KeyframeResolver=Dt,this.features={},this.valueSubscriptions=new Map,this.prevMotionValues={},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=()=>{const h=q.now();this.renderScheduledAt<h&&(this.renderScheduledAt=h,le.render(this.render,!1,!0))};const{latestValues:c,renderState:u}=i;this.latestValues=c,this.baseTarget={...c},this.initialValues=n.initial?{...c}:{},this.renderState=u,this.parent=t,this.props=n,this.presenceContext=r,this.depth=t?t.depth+1:0,this.reducedMotionConfig=a,this.options=l,this.blockInitialAnimation=!!s,this.isControllingVariants=qr(n),this.isVariantNode=yo(n),this.isVariantNode&&(this.variantChildren=new Set),this.manuallyAnimateOnMount=!!(t&&t.current);const{willChange:d,...f}=this.scrapeMotionValuesFromProps(n,{},this);for(const h in f){const y=f[h];c[h]!==void 0&&K(y)&&y.set(c[h])}}mount(t){this.current=t,We.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((n,r)=>this.bindToMotionValue(r,n)),this.reducedMotionConfig==="never"?this.shouldReduceMotion=!1:this.reducedMotionConfig==="always"?this.shouldReduceMotion=!0:(aa.current||Po(),this.shouldReduceMotion=Yt.current),process.env.NODE_ENV!=="production"&&Bn(this.shouldReduceMotion!==!0,"You have Reduced Motion enabled on your device. Animations may not appear as expected.","reduced-motion-disabled"),this.parent?.addChild(this),this.update(this.props,this.presenceContext)}unmount(){this.projection&&this.projection.unmount(),gt(this.notifyUpdate),gt(this.render),this.valueSubscriptions.forEach(t=>t()),this.valueSubscriptions.clear(),this.removeFromVariantTree&&this.removeFromVariantTree(),this.parent?.removeChild(this);for(const t in this.events)this.events[t].clear();for(const t in this.features){const n=this.features[t];n&&(n.unmount(),n.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,n){this.valueSubscriptions.has(t)&&this.valueSubscriptions.get(t)();const r=Ze.has(t);r&&this.onBindTransform&&this.onBindTransform();const a=n.on("change",i=>{this.latestValues[t]=i,this.props.onUpdate&&le.preRender(this.notifyUpdate),r&&this.projection&&(this.projection.isTransformDirty=!0),this.scheduleRender()});let s;window.MotionCheckAppearSync&&(s=window.MotionCheckAppearSync(this,t,n)),this.valueSubscriptions.set(t,()=>{a(),s&&s(),n.owner&&n.stop()})}sortNodePosition(t){return!this.current||!this.sortInstanceNodePosition||this.type!==t.type?0:this.sortInstanceNodePosition(this.current,t.current)}updateFeatures(){let t="animation";for(t in Wt){const n=Wt[t];if(!n)continue;const{isEnabled:r,Feature:a}=n;if(!this.features[t]&&a&&r(this.props)&&(this.features[t]=new a(this)),this.features[t]){const s=this.features[t];s.isMounted?s.update():(s.mount(),s.isMounted=!0)}}}triggerBuild(){this.build(this.renderState,this.latestValues,this.props)}measureViewportBox(){return this.current?this.measureInstanceViewportBox(this.current,this.props):Ut()}getStaticValue(t){return this.latestValues[t]}setStaticValue(t,n){this.latestValues[t]=n}update(t,n){(t.transformTemplate||this.props.transformTemplate)&&this.scheduleRender(),this.prevProps=this.props,this.props=t,this.prevPresenceContext=this.presenceContext,this.presenceContext=n;for(let r=0;r<sa.length;r++){const a=sa[r];this.propEventSubscriptions[a]&&(this.propEventSubscriptions[a](),delete this.propEventSubscriptions[a]);const s="on"+a,i=t[s];i&&(this.propEventSubscriptions[a]=this.on(a,i))}this.prevMotionValues=Io(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){const n=this.getClosestVariantNode();if(n)return n.variantChildren&&n.variantChildren.add(t),()=>n.variantChildren.delete(t)}addValue(t,n){const r=this.values.get(t);n!==r&&(r&&this.removeValue(t),this.bindToMotionValue(t,n),this.values.set(t,n),this.latestValues[t]=n.get())}removeValue(t){this.values.delete(t);const n=this.valueSubscriptions.get(t);n&&(n(),this.valueSubscriptions.delete(t)),delete this.latestValues[t],this.removeValueFromRenderState(t,this.renderState)}hasValue(t){return this.values.has(t)}getValue(t,n){if(this.props.values&&this.props.values[t])return this.props.values[t];let r=this.values.get(t);return r===void 0&&n!==void 0&&(r=$e(n===null?void 0:n,{owner:this}),this.addValue(t,r)),r}readValue(t,n){let r=this.latestValues[t]!==void 0||!this.current?this.latestValues[t]:this.getBaseTargetFromProps(this.props,t)??this.readValueFromInstance(this.current,t,this.options);return r!=null&&(typeof r=="string"&&(On(r)||zn(r))?r=parseFloat(r):!ho(r)&&fe.test(n)&&(r=Kr(t,n)),this.setBaseTarget(t,K(r)?r.get():r)),K(r)?r.get():r}setBaseTarget(t,n){this.baseTarget[t]=n}getBaseTarget(t){const{initial:n}=this.props;let r;if(typeof n=="string"||typeof n=="object"){const s=ta(this.props,n,this.presenceContext?.custom);s&&(r=s[t])}if(n&&r!==void 0)return r;const a=this.getBaseTargetFromProps(this.props,t);return a!==void 0&&!K(a)?a:this.initialValues[t]!==void 0&&r===void 0?void 0:this.baseTarget[t]}on(t,n){return this.events[t]||(this.events[t]=new Dn),this.events[t].add(n)}notify(t,...n){this.events[t]&&this.events[t].notify(...n)}scheduleRenderMicrotask(){uo.render(this.render)}}class oa extends ia{constructor(){super(...arguments),this.KeyframeResolver=oo}sortInstanceNodePosition(t,n){return t.compareDocumentPosition(n)&2?1:-1}getBaseTargetFromProps(t,n){return t.style?t.style[n]:void 0}removeValueFromRenderState(t,{vars:n,style:r}){delete n[t],delete r[t]}handleChildMotionValue(){this.childSubscription&&(this.childSubscription(),delete this.childSubscription);const{children:t}=this.props;K(t)&&(this.childSubscription=t.on("change",n=>{this.current&&(this.current.textContent=`${n}`)}))}}function la(e,{style:t,vars:n},r,a){const s=e.style;let i;for(i in t)s[i]=t[i];a?.applyProjectionStyles(s,r);for(i in n)s.setProperty(i,n[i])}function Oo(e){return window.getComputedStyle(e)}class zo extends oa{constructor(){super(...arguments),this.type="html",this.renderInstance=la}readValueFromInstance(t,n){if(Ze.has(n))return this.projection?.isProjecting?Lt(n):Mi(t,n);{const r=Oo(t),a=(sr(n)?r.getPropertyValue(n):r[n])||0;return typeof a=="string"?a.trim():a}}measureInstanceViewportBox(t,{transformPagePoint:n}){return Lo(t,n)}build(t,n,r){Qr(t,n,r.transformTemplate)}scrapeMotionValuesFromProps(t,n,r){return na(t,n,r)}}const ca=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"]);function Do(e,t,n,r){la(e,t,void 0,r);for(const a in t.attrs)e.setAttribute(ca.has(a)?a:Gt(a),t.attrs[a])}class Ho extends oa{constructor(){super(...arguments),this.type="svg",this.isSVGTag=!1,this.measureInstanceViewportBox=Ut}getBaseTargetFromProps(t,n){return t[n]}readValueFromInstance(t,n){if(Ze.has(n)){const r=$r(n);return r&&r.default||0}return n=ca.has(n)?n:Gt(n),t.getAttribute(n)}scrapeMotionValuesFromProps(t,n,r){return Fo(t,n,r)}build(t,n,r){Co(t,n,this.isSVGTag,r.transformTemplate,r.style)}renderInstance(t,n,r,a){Do(t,n,r,a)}mount(t){this.isSVGTag=Zo(t.tagName),super.mount(t)}}function _o(e,t,n){const r=e.getProps();return ta(r,t,r.custom,e)}const Bo=e=>Array.isArray(e);function $o(e,t,n){e.hasValue(t)?e.getValue(t).set(n):e.addValue(t,$e(n))}function Ko(e){return Bo(e)?e[e.length-1]||0:e}function Wo(e,t){const n=_o(e,t);let{transitionEnd:r={},transition:a={},...s}=n||{};s={...s,...r};for(const i in s){const l=Ko(s[i]);$o(e,i,l)}}function Go(e){return!!(K(e)&&e.add)}function Uo(e,t){const n=e.getValue("willChange");if(Go(n))return n.add(t);if(!n&&oe.WillChange){const r=new oe.WillChange("auto");e.addValue("willChange",r),r.add(t)}}function Yo(e){return e.props[Ro]}const Xo=e=>e!==null;function qo(e,{repeat:t,repeatType:n="loop"},r){const a=e.filter(Xo),s=t&&n!=="loop"&&t%2===1?0:a.length-1;return a[s]}const Jo={type:"spring",stiffness:500,damping:25,restSpeed:10},Qo=e=>({type:"spring",stiffness:550,damping:e===0?2*Math.sqrt(550):30,restSpeed:10}),el={type:"keyframes",duration:.8},tl={type:"keyframes",ease:[.25,.1,.35,1],duration:.3},nl=(e,{keyframes:t})=>t.length>2?el:Ze.has(e)?e.startsWith("scale")?Qo(t[1]):Jo:tl;function rl({when:e,delay:t,delayChildren:n,staggerChildren:r,staggerDirection:a,repeat:s,repeatType:i,repeatDelay:l,from:c,elapsed:u,...d}){return!!Object.keys(d).length}const da=(e,t,n,r={},a,s)=>i=>{const l=Or(r,e)||{},c=l.delay||r.delay||0;let{elapsed:u=0}=r;u=u-se(c);const d={keyframes:Array.isArray(n)?n:[null,n],ease:"easeOut",velocity:t.getVelocity(),...l,delay:-u,onUpdate:h=>{t.set(h),l.onUpdate&&l.onUpdate(h)},onComplete:()=>{i(),l.onComplete&&l.onComplete()},name:e,motionValue:t,element:s?void 0:a};rl(l)||Object.assign(d,nl(e,d)),d.duration&&(d.duration=se(d.duration)),d.repeatDelay&&(d.repeatDelay=se(d.repeatDelay)),d.from!==void 0&&(d.keyframes[0]=d.from);let f=!1;if((d.type===!1||d.duration===0&&!d.repeatDelay)&&(Bt(d),d.delay===0&&(f=!0)),(oe.instantAnimations||oe.skipAnimations)&&(f=!0,Bt(d),d.delay=0),d.allowFlatten=!l.type&&!l.ease,f&&!s&&t.get()!==void 0){const h=qo(d.keyframes,l);if(h!==void 0){le.update(()=>{d.onUpdate(h),d.onComplete()});return}}return l.isSync?new Rt(d):new Gi(d)};function al({protectedKeys:e,needsAnimating:t},n){const r=e.hasOwnProperty(n)&&t[n]!==!0;return t[n]=!1,r}function sl(e,t,{delay:n=0,transitionOverride:r,type:a}={}){let{transition:s=e.getDefaultTransition(),transitionEnd:i,...l}=t;r&&(s=r);const c=[],u=a&&e.animationState&&e.animationState.getState()[a];for(const d in l){const f=e.getValue(d,e.latestValues[d]??null),h=l[d];if(h===void 0||u&&al(u,d))continue;const y={delay:n,...Or(s||{},d)},V=f.get();if(V!==void 0&&!f.isAnimating&&!Array.isArray(h)&&h===V&&!y.velocity)continue;let M=!1;if(window.MotionHandoffAnimation){const k=Yo(e);if(k){const L=window.MotionHandoffAnimation(k,d,le);L!==null&&(y.startTime=L,M=!0)}}Uo(e,d),f.start(da(d,f,h,e.shouldReduceMotion&&zr.has(d)?{type:!1}:y,e,M));const p=f.animation;p&&c.push(p)}return i&&Promise.all(c).then(()=>{le.update(()=>{i&&Wo(e,i)})}),c}function il(e,t,n){const r=K(e)?e:$e(e);return r.start(da("",r,t,n)),r.animation}function Xt(e){return typeof e=="object"&&!Array.isArray(e)}function ua(e,t,n,r){return typeof e=="string"&&Xt(t)?Wr(e,n,r):e instanceof NodeList?Array.from(e):Array.isArray(e)?e:[e]}function ol(e,t,n){return e*(t+1)}function fa(e,t,n,r){return typeof t=="number"?t:t.startsWith("-")||t.startsWith("+")?Math.max(0,e+parseFloat(t)):t==="<"?n:t.startsWith("<")?Math.max(0,n+parseFloat(t.slice(1))):r.get(t)??e}function ll(e,t,n){for(let r=0;r<e.length;r++){const a=e[r];a.at>t&&a.at<n&&(In(e,a),r--)}}function cl(e,t,n,r,a,s){ll(e,a,s);for(let i=0;i<t.length;i++)e.push({value:t[i],at:Te(a,s,r[i]),easing:Qn(n,i)})}function dl(e,t){for(let n=0;n<e.length;n++)e[n]=e[n]/(t+1)}function ul(e,t){return e.at===t.at?e.value===null?1:t.value===null?-1:0:e.at-t.at}const fl="easeInOut",ml=20;function hl(e,{defaultTransition:t={},...n}={},r,a){const s=t.duration||.3,i=new Map,l=new Map,c={},u=new Map;let d=0,f=0,h=0;for(let y=0;y<e.length;y++){const V=e[y];if(typeof V=="string"){u.set(V,f);continue}else if(!Array.isArray(V)){u.set(V.name,fa(f,V.at,d,u));continue}let[M,p,k={}]=V;k.at!==void 0&&(f=fa(f,k.at,d,u));let L=0;const T=(N,E,S,I=0,g=0)=>{const Z=pl(N),{delay:H=0,times:_=kr(Z),type:Q="keyframes",repeat:te,repeatType:Fe,repeatDelay:ne=0,...U}=E;let{ease:$=t.ease||"easeOut",duration:A}=E;const he=typeof H=="function"?H(I,g):H,pe=Z.length,m=Ht(Q)?Q:a?.[Q||"keyframes"];if(pe<=2&&m){let W=100;if(pe===2&&yl(Z)){const G=Z[1]-Z[0];W=Math.abs(G)}const re={...U};A!==void 0&&(re.duration=se(A));const F=wr(re,W,m);$=F.ease,A=F.duration}A??(A=s);const C=f+he;_.length===1&&_[0]===0&&(_[1]=1);const R=_.length-Z.length;if(R>0&&Ar(_,R),Z.length===1&&Z.unshift(null),te){ae(te<ml,"Repeat count too high, must be less than 20","repeat-count-high"),A=ol(A,te);const W=[...Z],re=[..._];$=Array.isArray($)?[...$]:[$];const F=[...$];for(let G=0;G<te;G++){Z.push(...W);for(let Y=0;Y<W.length;Y++)_.push(re[Y]+(G+1)),$.push(Y===0?"linear":Qn(F,Y-1))}dl(_,te)}const P=C+A;cl(S,Z,$,_,C,P),L=Math.max(he+A,L),h=Math.max(P,h)};if(K(M)){const N=ma(M,l);T(p,k,ha("default",N))}else{const N=ua(M,p,r,c),E=N.length;for(let S=0;S<E;S++){p=p,k=k;const I=N[S],g=ma(I,l);for(const Z in p)T(p[Z],gl(k,Z),ha(Z,g),S,E)}}d=f,f+=L}return l.forEach((y,V)=>{for(const M in y){const p=y[M];p.sort(ul);const k=[],L=[],T=[];for(let E=0;E<p.length;E++){const{at:S,value:I,easing:g}=p[E];k.push(I),L.push(mt(0,h,S)),T.push(g||"easeOut")}L[0]!==0&&(L.unshift(0),k.unshift(k[0]),T.unshift(fl)),L[L.length-1]!==1&&(L.push(1),k.push(null)),i.has(V)||i.set(V,{keyframes:{},transition:{}});const N=i.get(V);N.keyframes[M]=k,N.transition[M]={...t,duration:h,ease:T,times:L,...n}}}),i}function ma(e,t){return!t.has(e)&&t.set(e,{}),t.get(e)}function ha(e,t){return t[e]||(t[e]=[]),t[e]}function pl(e){return Array.isArray(e)?e:[e]}function gl(e,t){return e&&e[t]?{...e,...e[t]}:{...e}}const bl=e=>typeof e=="number",yl=e=>e.every(bl);function wl(e,t){return e in t}class xl extends ia{constructor(){super(...arguments),this.type="object"}readValueFromInstance(t,n){if(wl(n,t)){const r=t[n];if(typeof r=="string"||typeof r=="number")return r}}getBaseTargetFromProps(){}removeValueFromRenderState(t,n){delete n.output[t]}measureInstanceViewportBox(){return Ut()}build(t,n){Object.assign(t.output,n)}renderInstance(t,{output:n}){Object.assign(t,n)}sortInstanceNodePosition(){return 0}}function vl(e){const t={presenceContext:null,props:{},visualState:{renderState:{transform:{},transformOrigin:{},style:{},vars:{},attrs:{}},latestValues:{}}},n=Yr(e)&&!fo(e)?new Ho(t):new zo(t);n.mount(e),We.set(e,n)}function Al(e){const t={presenceContext:null,props:{},visualState:{renderState:{output:{}},latestValues:{}}},n=new xl(t);n.mount(e),We.set(e,n)}function kl(e,t){return K(e)||typeof e=="number"||typeof e=="string"&&!Xt(t)}function pa(e,t,n,r){const a=[];if(kl(e,t))a.push(il(e,Xt(t)&&t.default||t,n&&(n.default||n)));else{const s=ua(e,t,r),i=s.length;ae(!!i,"No valid elements provided.","no-valid-elements");for(let l=0;l<i;l++){const c=s[l];ae(c!==null,"You're trying to perform an animation on null. Ensure that selectors are correctly finding elements and refs are correctly hydrated.","animate-null");const u=c instanceof Element?vl:Al;We.has(c)||u(c);const d=We.get(c),f={...n};"delay"in f&&typeof f.delay=="function"&&(f.delay=f.delay(l,i)),a.push(...sl(d,{...t,transition:f},{}))}}return a}function Ml(e,t,n){const r=[];return hl(e,t,n,{spring:_e}).forEach(({keyframes:s,transition:i},l)=>{r.push(...pa(l,s,i))}),r}function El(e){return Array.isArray(e)&&e.some(Array.isArray)}function Vl(e){function t(n,r,a){let s=[],i;if(El(n))s=Ml(n,r,e);else{const{onComplete:c,...u}=a||{};typeof c=="function"&&(i=c),s=pa(n,r,u,e)}const l=new Yi(s);return i&&l.finished.then(i),l}return t}const Tl=Vl(),Sl={some:0,all:1};function Cl(e,t,{root:n,margin:r,amount:a="some"}={}){const s=Wr(e),i=new WeakMap,l=u=>{u.forEach(d=>{const f=i.get(d.target);if(d.isIntersecting!==!!f)if(d.isIntersecting){const h=t(d.target,d);typeof h=="function"?i.set(d.target,h):c.unobserve(d.target)}else typeof f=="function"&&(f(d),i.delete(d.target))})},c=new IntersectionObserver(l,{root:n,rootMargin:r,threshold:typeof a=="number"?a:Sl[a]});return s.forEach(u=>c.observe(u)),()=>c.disconnect()}function Zl(e,{root:t,margin:n,amount:r,once:a=!1,initial:s=!1}={}){const[i,l]=z.useState(s);return z.useEffect(()=>{if(!e.current||a&&i)return;const c=()=>(l(!0),a?void 0:()=>l(!1)),u={root:t&&t.current||void 0,margin:n,amount:r};return Cl(e.current,c,u)},[t,e,n,a,r]),i}const Fl={small:"text-xl md:text-2xl",medium:"text-3xl md:text-4xl",large:"text-4xl md:text-5xl"},ga={primary:{textColor:"text-white",suffixPosition:"left"},secondary:{textColor:"text-black",suffixPosition:"right"}};function Rl({value:e,suffix:t="",variant:n="primary",size:r="small",className:a}){const s=z.useRef(null),i=Zl(s,{once:!0});As(()=>{const c=s.current;if(!c)return;const{suffixPosition:u}=ga[n],d=u==="left"?`${t}0`:`0${t}`;if(c.textContent=d,!i)return;if(window.matchMedia("(prefers-reduced-motion)").matches){const h=u==="left"?`${t}${e}`:`${e}${t}`;c.textContent=h;return}const f=Tl(0,e,{duration:2,ease:"easeOut",onUpdate:h=>{const y=Math.floor(h);c.textContent=u==="left"?`${t}${y}`:`${y}${t}`}});return()=>f.stop()},[e,t,n,i]);const l=vn(Ue("font-bold",Fl[r],ga[n].textColor,a));return b.jsx("span",{ref:s,className:l,"data-testid":"counter"})}const Nl=z.forwardRef(function({type:t="text",name:n,value:r,label:a="",placeholder:s="",onChange:i,error:l,inputExtraClassName:c="",labelExtraClassName:u="",fullWidth:d=!1,disabled:f=!1,showRequirements:h=!1,rounded:y="rounded-none",onBlur:V},M){const[p,k]=z.useState(!1),[L,T]=z.useState(!1),[N,E]=z.useState(r??""),S=t==="password",I=S&&p?"text":t;z.useEffect(()=>{E(r??"")},[r]);const g=()=>{S&&h&&T(!0)},Z=_=>{T(!1),V?.(_)},H=_=>{E(_.target.value),i?.(_)};return b.jsxs("div",{className:`relative min-h-13 min-w-80 ${d?"w-full":"w-fit"}`,children:[S&&h&&L?b.jsx(jn,{password:N}):null,b.jsxs("div",{className:"relative",children:[b.jsx("input",{ref:M,className:`${c} ${y} block min-h-13 w-full border border-[#4C4C4C] px-4 text-base font-normal text-[#4C4C4C] focus:outline-none focus:ring-0 disabled:opacity-60 disabled:cursor-not-allowed! ${l?"border-red-500":""} ${S?"pr-10":""}`,disabled:f,id:n,name:n,placeholder:s,type:I,value:N,onBlur:Z,onChange:H,onFocus:g}),b.jsx("label",{className:`${u} absolute left-2 -top-2.5 bg-white px-2 text-sm font-normal text-[#4C4C4C]`,htmlFor:n,children:a}),S?b.jsx("button",{"aria-label":p?"Ocultar contraseña":"Mostrar contraseña",className:"absolute cursor-pointer right-3 top-1/2 -translate-y-1/2 transform text-[#4C4C4C] focus:outline-none",disabled:f,type:"button",onClick:()=>k(!p),children:p?b.jsx(Tn,{size:24}):b.jsx(Vn,{size:24})}):null]}),l?b.jsx("p",{className:"ml-1 mt-1 h-3 text-xs text-red-500",children:l}):null]})});function jl({data:e,columns:t,currentPage:n,totalPages:r,loading:a=!1,onEdit:s,onDelete:i,onPageChange:l,getId:c}){const u=p=>{window.open(`https://wa.me/${p}`)},d=p=>{window.open(`mailto:${p}`)},f=p=>{window.open(`https://www.instagram.com/${p}`)},h=(p,k,L)=>{if(L)return L(p);switch(k){case"date":return p?new Date(p).toLocaleDateString():"-";case"boolean":return p?"En curso":"Finalizado";case"image":if(!p)return b.jsx(Sn,{className:"text-black",size:50});const T=p;return b.jsx("img",{alt:"Imagen",className:"rounded object-cover",height:50,src:T,width:50});default:return p?.toString()??"-"}},y=p=>{if(l)return l(p)},V=n!==void 0&&r!==void 0&&l!==void 0;if(a)return b.jsx("div",{className:"flex w-full flex-col content-center items-center justify-between overflow-y-auto px-3 lg:px-12",children:b.jsxs("table",{className:"mx-auto w-full table-auto border-separate border-spacing-x-0 border-spacing-y-2 gap-3 text-center",children:[b.jsx("thead",{children:b.jsxs("tr",{children:[t.map(p=>b.jsx("th",{className:"text-start text-black"},p.header)),(s||i)&&b.jsx("th",{className:"text-start text-black"})]})}),b.jsx("tbody",{children:[1,2,3].map(p=>b.jsxs("tr",{className:"animate-pulse bg-white",children:[t.map(k=>b.jsx("td",{children:b.jsx("div",{className:"ml-4 flex h-14 w-auto min-w-15 items-center justify-start",children:k.type==="image"?b.jsx("div",{className:"h-8 w-8 rounded bg-gray-200"}):b.jsx("div",{className:"h-4 w-3/4 rounded bg-gray-200"})})},k.header)),(s||i)&&b.jsx("td",{children:b.jsxs("div",{className:"mr-4 flex items-center justify-end gap-4",children:[s&&b.jsx("div",{className:"h-8 w-8 rounded bg-gray-200"}),i&&b.jsx("div",{className:"h-8 w-8 rounded bg-gray-200"})]})})]},p))})]})});const M=s||i;return b.jsxs("div",{className:"flex w-full flex-col content-center items-center justify-between overflow-y-auto px-3 lg:px-12",children:[b.jsxs("table",{className:"mx-auto w-full table-auto border-separate border-spacing-x-0 border-spacing-y-2 gap-3 text-center",children:[b.jsx("thead",{children:b.jsxs("tr",{children:[t.map(p=>b.jsx("th",{className:"pl-4 text-start font-montserrat text-xl font-medium text-black",children:p.header},p.header)),M&&b.jsx("th",{className:"pl-4 text-start font-montserrat text-xl font-medium text-black"})]})}),b.jsx("tbody",{children:e.length>0?e.map(p=>b.jsxs("tr",{className:"bg-white",children:[t.map(k=>b.jsx("td",{children:b.jsx("div",{className:"ml-6 flex h-14 min-w-20 items-center justify-start px-0 font-normal text-black",children:k.type==="contact"?b.jsxs("div",{className:"flex items-center gap-3",children:[p.phone&&b.jsx("button",{className:"text-gray-500 transition hover:scale-125 hover:text-green-600",title:`Enviar WhatsApp a ${p.phone}`,type:"button",onClick:()=>u(p.phone),children:b.jsx(Nn,{size:30})}),p.instagramHandle&&b.jsx("button",{className:"text-gray-500 transition hover:scale-125 hover:text-pink-700",title:`Abrir Instagram de ${p.instagramHandle}`,type:"button",onClick:()=>f(p.instagramHandle),children:b.jsx(Cn,{size:30})}),p.email&&b.jsx("button",{className:"text-gray-500 transition hover:scale-125 hover:text-[#B0986D]",title:`Enviar correo a ${p.email}`,type:"button",onClick:()=>d(p.email),children:b.jsx(En,{size:30})}),!p.phone&&!p.instagramHandle&&!p.email&&b.jsx("span",{className:"text-base text-red-600",children:"Sin contacto"})]}):h(p[k.key],k.type,k.format)})},k.header)),M&&b.jsx("td",{children:b.jsxs("div",{className:"mr-4 flex items-center justify-end gap-4",children:[s&&b.jsx("button",{className:"text-black",title:"Editar",type:"button",onClick:()=>s(c(p)),children:b.jsx(Fn,{size:24})}),i&&b.jsx("button",{className:"text-red-600",title:"Eliminar",type:"button",onClick:()=>i(c(p)),children:b.jsx(Rn,{size:24})})]})},"actions")]},c(p))):b.jsx("tr",{children:b.jsx("td",{colSpan:t.length+(M?1:0),className:"py-8 text-center text-gray-500",children:"No hay datos para mostrar"})})})]}),V&&r>1&&b.jsx("div",{className:"mt-2 flex w-full flex-row content-center items-center justify-end pr-4",children:b.jsx(Ln,{currentPage:n,totalPages:r,onPageChange:y})})]})}J.Button=os,J.Counter=Rl,J.Input=Nl,J.Navigation=Ln,J.PasswordTooltip=jn,J.Table=jl,Object.defineProperty(J,Symbol.toStringTag,{value:"Module"})}));
|
|
13
14
|
//# sourceMappingURL=index.umd.js.map
|