@unocss/runtime 0.24.4 → 0.25.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/attributify.global.js +5 -5
- package/core.global.js +2 -2
- package/full.global.js +5 -5
- package/mini.global.js +3 -3
- package/package.json +4 -4
- package/uno.global.js +5 -5
package/mini.global.js
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
(()=>{var Be=Object.defineProperty,ln=Object.defineProperties;var fn=Object.getOwnPropertyDescriptors;var se=Object.getOwnPropertySymbols;var Ke=Object.prototype.hasOwnProperty,We=Object.prototype.propertyIsEnumerable;var Ne=(e,t,r)=>t in e?Be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,v=(e,t)=>{for(var r in t||(t={}))Ke.call(t,r)&&Ne(e,r,t[r]);if(se)for(var r of se(t))We.call(t,r)&&Ne(e,r,t[r]);return e},C=(e,t)=>ln(e,fn(t));var Ie=(e,t)=>{var r={};for(var n in e)Ke.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&se)for(var n of se(e))t.indexOf(n)<0&&We.call(e,n)&&(r[n]=e[n]);return r};var un=(e,t)=>{for(var r in t)Be(e,r,{get:t[r],enumerable:!0})};var pn={mid:"middle",base:"baseline",btm:"bottom"},Ge=[[/^(?:vertical|align|v)-(baseline|top|middle|bottom|text-top|text-bottom|sub|super|mid|base|btm)$/,([,e])=>({"vertical-align":pn[e]||e})]],qe=[["text-center",{"text-align":"center"}],["text-left",{"text-align":"left"}],["text-right",{"text-align":"right"}],["text-justify",{"text-align":"justify"}]];var he=["hsl","hsla","hwb","lab","lch","oklab","oklch","rgb","rgba"];function xe(e=""){let t=dn(e);if(t==null)return;let{type:r,components:n,alpha:o}=t,s=r.toLowerCase();if(n.length!==0&&!(["rgba","hsla"].includes(s)&&o===void 0)&&!(he.includes(s)&&n.length!==3))return{type:s,components:n,alpha:o}}function F(e,t){let{components:r}=e,{alpha:n,type:o}=e;return n=t!=null?t:n,o=o.toLowerCase(),["hsla","hsl","rgba","rgb"].includes(o)?`${o.replace("a","")}a(${r.join(",")}${n==null?"":`,${n}`})`:(n=n==null?"":` / ${n}`,he.includes(o)?`${o}(${r.join(" ")}${n})`:`color(${o} ${r.join(" ")}${n})`)}function dn(e){if(!e)return;let t=mn(e);if(t!=null||(t=gn(e),t!=null)||(t=hn(e),t!=null)||(t=bn(e),t!=null)||(t=yn(e),t!=null))return t}function mn(e){let[,t]=e.match(/^#?([\da-f]+)$/i)||[];if(!!t)switch(t.length){case 3:case 4:let r=Array.from(t,o=>Number.parseInt(o,16)).map(o=>o<<4|o);return{type:"rgb",components:r.slice(0,3),alpha:t.length===3?void 0:Math.round(r[3]/255*100)/100};case 6:case 8:let n=Number.parseInt(t,16);return{type:"rgb",components:t.length===6?[n>>16&255,n>>8&255,n&255]:[n>>24&255,n>>16&255,n>>8&255],alpha:t.length===6?void 0:Math.round((n&255)/255*100)/100}}}function gn(e){let t={rebeccapurple:[102,51,153,1]}[e];if(t!=null)return{type:"rgb",components:t.slice(0,3),alpha:t[3]}}function hn(e){let t=e.match(/^(rgb|rgba|hsl|hsla)\((.+)\)$/i);if(!t)return;let[,r,n]=t,o=I(n,",",5);if(o&&[3,4].includes(o.length))return{type:r,components:o.slice(0,3),alpha:o[3]}}var xn=new RegExp(`^(${he.join("|")})\\((.+)\\)$`,"i");function bn(e){let t=e.match(xn);if(!t)return;let[,r,n]=t,o=Ze(`${r} ${n}`);if(o){let{alpha:s,components:[a,...i]}=o;return{type:a,components:i,alpha:s}}}function yn(e){let t=e.match(/^color\((.+)\)$/);if(!t)return;let r=Ze(t[1]);if(r){let{alpha:n,components:[o,...s]}=r;return{type:o,components:s,alpha:n}}}function Ze(e){let t=I(e);if(!t)return;let r=t.length;if(t[r-2]==="/")return{components:t.slice(0,r-2),alpha:t[r-1]};if(t[r-2]!=null&&(t[r-2].endsWith("/")||t[r-1].startsWith("/"))){let s=t.splice(r-2);t.push(s.join(" ")),--r}let n=I(t[r-1],"/",3);if(!n)return;if(n.length===1||n[n.length-1]==="")return{components:t};let o=n.pop();return t[r-1]=n.join("/"),{components:t,alpha:o}}function $n(e,t){if(e=e.trim(),e==="")return;let r=e.length,n=0;for(let o=0;o<r;o++)switch(e[o]){case"(":n++;break;case")":if(--n<0)return;break;case t:if(n===0){let s=e.slice(0,o).trim();return s===""?void 0:[s,e.slice(o+1).trim()]}}return[e,""]}function I(e,t,r){if(t=t!=null?t:" ",t.length!==1)return;r=r!=null?r:10;let n=[],o=0;for(;e!=="";){if(++o>r)return;let s=$n(e,t);if(!s)return;let[a,i]=s;n.push(a),e=i}if(n.length>0)return n}var V={l:["-left"],r:["-right"],t:["-top"],b:["-bottom"],s:["-inline-start"],e:["-inline-end"],x:["-left","-right"],y:["-top","-bottom"],"":[""],bs:["-block-start"],be:["-block-end"],is:["-inline-start"],ie:["-inline-end"],block:["-block-start","-block-end"],inline:["-inline-start","-inline-end"]},be=C(v({},V),{s:["-inset-inline-start"],e:["-inset-inline-end"],bs:["-inset-block-start"],be:["-inset-block-end"],is:["-inset-inline-start"],ie:["-inset-inline-end"],block:["-inset-block-start","-inset-block-end"],inline:["-inset-inline-start","-inset-inline-end"]}),ye={l:["-top-left","-bottom-left"],r:["-top-right","-bottom-right"],t:["-top-left","-top-right"],b:["-bottom-left","-bottom-right"],tl:["-top-left"],lt:["-top-left"],tr:["-top-right"],rt:["-top-right"],bl:["-bottom-left"],lb:["-bottom-left"],br:["-bottom-right"],rb:["-bottom-right"],"":[""],bs:["-start-start","-start-end"],be:["-end-start","-end-end"],is:["-end-start","-start-start"],ie:["-start-end","-end-end"],"bs-is":["-start-start"],"is-bs":["-start-start"],"bs-ie":["-start-end"],"ie-bs":["-start-end"],"be-is":["-end-start"],"is-be":["-end-start"],"be-ie":["-end-end"],"ie-be":["-end-end"]},$e={x:["-x"],y:["-y"],z:["-z"],"":["-x","-y"]},Xe=["top","top center","top left","top right","bottom","bottom center","bottom left","bottom right","left","left center","left top","left bottom","right","right center","right top","right bottom","center","center top","center bottom","center left","center right","center center"],we=Object.assign({},...Xe.map(e=>({[e.replace(/ /,"-")]:e})),...Xe.map(e=>({[e.replace(/\b(\w)\w+/g,"$1").replace(/ /,"")]:e})));function G(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ve(e){let t=e.length,r=-1,n,o="",s=e.charCodeAt(0);for(;++r<t;){if(n=e.charCodeAt(r),n===0){o+="\uFFFD";continue}if(n===44){o+="\\2c ";continue}if(n>=1&&n<=31||n===127||r===0&&n>=48&&n<=57||r===1&&n>=48&&n<=57&&s===45){o+=`\\${n.toString(16)} `;continue}if(r===0&&t===1&&n===45){o+=`\\${e.charAt(r)}`;continue}if(n>=128||n===45||n===95||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122){o+=e.charAt(r);continue}o+=`\\${e.charAt(r)}`}return o}var ie=ve;function Z(e){return(Array.isArray(e)?e:Object.entries(e)).filter(t=>t[1]!=null)}function Ye(e){return Array.isArray(e)?e.find(t=>!Array.isArray(t)||Array.isArray(t[0]))?e.map(t=>Z(t)):[e]:[Z(e)]}function wn(e){return e.filter(([t,r],n)=>{if(t.startsWith("$$"))return!1;for(let o=n-1;o>=0;o--)if(e[o][0]===t&&e[o][1]===r)return!1;return!0})}function ae(e){return e==null?"":wn(e).map(([t,r])=>r!=null?`${t}:${r};`:void 0).filter(Boolean).join("")}function Se(e){return e&&typeof e=="object"&&!Array.isArray(e)}function ke(e,t){let r=e,n=t;if(Array.isArray(r)&&Array.isArray(n))return[...r,...n];if(Array.isArray(r))return[...r];let o=v({},r);return Se(r)&&Se(n)&&Object.keys(n).forEach(s=>{Se(n[s])?s in r?o[s]=ke(r[s],n[s]):Object.assign(o,{[s]:n[s]}):Object.assign(o,{[s]:n[s]})}),o}function q(e){let t,r,n;if(Array.isArray(e)){for(r=Array(t=e.length);t--;)r[t]=(n=e[t])&&typeof n=="object"?q(n):n;return r}if(Object.prototype.toString.call(e)==="[object Object]"){r={};for(t in e)t==="__proto__"?Object.defineProperty(r,t,{value:q(e[t]),configurable:!0,enumerable:!0,writable:!0}):r[t]=(n=e[t])&&typeof n=="object"?q(n):n;return r}return e}function Je(e){return typeof e[0]=="string"}function Qe(e){return typeof e[0]=="string"}function E(e=[]){return Array.isArray(e)?e:[e]}function ce(e){return Array.from(new Set(e))}var vn=/^\[(.+?)~?="(.*)"\]$/,Sn=/(?!\d|-{2}|-\d)[a-zA-Z0-9\u00A0-\uFFFF-_:%-?]/,D="$$shortcut-no-merge";function et(e){return e.match(vn)}function X(e=""){return Sn.test(e)}function tt(e){return typeof e=="function"?{match:e}:e}function Ce(e){return e.length===3}function rt(e){return e!=null}var Re=class{_map=new Map;get(t,r){let n=this._map.get(t);if(n)return n.get(r)}getFallback(t,r,n){let o=this._map.get(t);return o||(o=new Map,this._map.set(t,o)),o.has(r)||o.set(r,n),o.get(r)}set(t,r,n){let o=this._map.get(t);return o||(o=new Map,this._map.set(t,o)),o.set(r,n),this}has(t,r){var n;return(n=this._map.get(t))==null?void 0:n.has(r)}delete(t,r){var n;return((n=this._map.get(t))==null?void 0:n.delete(r))||!1}deleteTop(t){return this._map.delete(t)}map(t){return Array.from(this._map.entries()).flatMap(([r,n])=>Array.from(n.entries()).map(([o,s])=>t(s,r,o)))}};var kn=/([!\w+:_/-]+?)([:-])\(((?:[!\w\s:/\\,%#.$-]|\[.*?\])*?)\)/gm;function nt(e){let t=[],r;for(;r=kn.exec(e);){let o=r.index,s=o+r[0].length,[,a,i,l]=r,f=l.split(/\s/g).map(u=>u.replace(/^(!?)(.*)/,`$1${a}${i}$2`)).join(" ");t.unshift([o,s,f])}let n=e;return t.forEach(([o,s,a])=>{n=n.slice(0,o)+a+n.slice(s)}),n}var ot=new Set;function st(e){ot.has(e)||(console.warn("[unocss]",e),ot.add(e))}function it(e){let t=function(n){var s;let o=((s=this.__options)==null?void 0:s.sequence)||[];this.__options.sequence=[];for(let a of o){let i=e[a](n);if(i!=null)return i}};function r(n,o){return n.__options||(n.__options={sequence:[]}),n.__options.sequence.push(o),n}for(let n of Object.keys(e))Object.defineProperty(t,n,{enumerable:!0,get(){return r(this,n)}});return t}var Cn=e=>e.split(/[\s'"`;>=]+/g).filter(X),Y={name:"split",order:0,extract({code:e}){return new Set(Cn(e))}};function Rn(e){return E(e).flatMap(t=>Array.isArray(t)?[t]:Object.entries(t))}var En={shortcuts:-1,default:0};function Ee(e={},t={}){let r=Object.assign({},t,e),n=(r.presets||[]).flatMap(E),o=[...n.filter(p=>p.enforce==="pre"),...n.filter(p=>!p.enforce),...n.filter(p=>p.enforce==="post")],s=Object.assign(En,...n.map(p=>p.layers),e.layers);function a(p){return ce([...o.flatMap(x=>E(x[p]||[])),...E(r[p]||[])])}let i=a("extractors");i.length||i.push(Y),i.sort((p,x)=>(p.order||0)-(x.order||0));let l=a("rules"),f={},u=l.length;l.forEach((p,x)=>{Je(p)&&(f[p[0]]=[x,p[1],p[2]],delete l[x])});let y=q([...o.map(p=>p.theme||{}),r.theme||{}].reduce((p,x)=>ke(p,x),{}));return a("extendTheme").forEach(p=>p(y)),C(v({mergeSelectors:!0,warn:!0,blocklist:[],safelist:[],sortLayers:p=>p},r),{presets:o,envMode:r.envMode||"build",shortcutsLayer:r.shortcutsLayer||"shortcuts",layers:s,theme:y,rulesSize:u,rulesDynamic:l,rulesStaticMap:f,preprocess:a("preprocess"),postprocess:a("postprocess"),preflights:a("preflights"),variants:a("variants").map(tt),shortcuts:Rn(a("shortcuts")),extractors:i})}var at="0.24.4";var lt=class{constructor(t={},r={}){this.userConfig=t;this.defaults=r;this.config=Ee(t,r)}version=at;_cache=new Map;config;blocked=new Set;parentOrders=new Map;setConfig(t,r){!t||(r&&(this.defaults=r),this.userConfig=t,this.config=Ee(t,this.defaults),this.blocked.clear(),this.parentOrders.clear(),this._cache.clear())}async applyExtractors(t,r,n=new Set){let o={get original(){return t},code:t,id:r};for(let s of this.config.extractors){let a=await s.extract(o);a==null||a.forEach(i=>n.add(i))}return n}async parseToken(t){var a;if(this.blocked.has(t))return;if(this._cache.has(t))return this._cache.get(t);let r=t;for(let i of this.config.preprocess)r=i(t);if(this.isBlocked(r)){this.blocked.add(t),this._cache.set(t,null);return}let n=this.matchVariants(t,r);if(!n||this.isBlocked(n[1])){this.blocked.add(t),this._cache.set(t,null);return}let o={rawSelector:t,currentSelector:n[1],theme:this.config.theme,generator:this,variantHandlers:n[2],constructCSS:(...i)=>this.constructCustomCSS(o,...i)},s=this.expandShortcut(n[1],o);if(s){let i=await this.stringifyShortcuts(n,o,s[0],s[1]);if(i==null?void 0:i.length)return this._cache.set(t,i),i}else{let i=(a=await this.parseUtil(n,o))==null?void 0:a.map(l=>this.stringifyUtil(l)).filter(rt);if(i==null?void 0:i.length)return this._cache.set(t,i),i}this._cache.set(t,null)}async generate(t,{id:r,scope:n,preflights:o=!0,safelist:s=!0,minify:a=!1}={}){let i=typeof t=="string"?await this.applyExtractors(t,r):t;s&&this.config.safelist.forEach(m=>i.add(m));let l=a?"":`
|
|
2
|
-
`,f=new Set(["default"]),u=new Set,y=new Map;await Promise.all(Array.from(i).map(async m=>{var $;if(u.has(m))return;let g=await this.parseToken(m);if(g!=null){u.add(m);for(let b of g){let R=b[3]||"";y.has(R)||y.set(R,[]),y.get(R).push(b),(($=b[4])==null?void 0:$.layer)&&f.add(b[4].layer)}}})),o&&this.config.preflights.forEach(m=>{m.layer&&f.add(m.layer)});let p={},x=this.config.sortLayers(Array.from(f).sort((m,g)=>{var $,b;return(($=this.config.layers[m])!=null?$:0)-((b=this.config.layers[g])!=null?b:0)||m.localeCompare(g)})),j={};o&&(j=Object.fromEntries(await Promise.all(x.map(async m=>{let $=(await Promise.all(this.config.preflights.filter(b=>(b.layer||"default")===m).map(async b=>await b.getCSS()))).filter(Boolean).join(l);return[m,$]}))));let _=m=>{if(p[m])return p[m];let g=Array.from(y).sort(($,b)=>{var R,O,d;return((R=this.parentOrders.get($[0]))!=null?R:0)-((O=this.parentOrders.get(b[0]))!=null?O:0)||((d=$[0])==null?void 0:d.localeCompare(b[0]||""))||0}).map(([$,b])=>{let R=b.length,O=b.filter(h=>{var S;return(((S=h[4])==null?void 0:S.layer)||"default")===m}).sort((h,S)=>{var L,H,z;return h[0]-S[0]||(((L=h[4])==null?void 0:L.sort)||0)-(((H=S[4])==null?void 0:H.sort)||0)||((z=h[1])==null?void 0:z.localeCompare(S[1]||""))||0}).map(h=>{var S;return[h[1]?zn(h[1],n):h[1],h[2],!!((S=h[4])==null?void 0:S.noMerge)]}).map(h=>[h[0]==null?h[0]:[h[0]],h[1],h[2]]);if(!O.length)return;let d=O.reverse().map(([h,S,L],H)=>{if(!L&&h&&this.config.mergeSelectors)for(let z=H+1;z<R;z++){let W=O[z];if(W&&!W[2]&&W[0]&&W[1]===S)return W[0].push(...h),null}return h?`${[...new Set(h)].join(`,${l}`)}{${S}}`:S}).filter(Boolean).reverse().join(l);return $?`${$}{${l}${d}${l}}`:d}).filter(Boolean).join(l);return o&&(g=[j[m],g].filter(Boolean).join(l)),p[m]=!a&&g?`/* layer: ${m} */${l}${g}`:g},w=(m=x,g)=>m.filter($=>!(g==null?void 0:g.includes($))).map($=>_($)||"").filter(Boolean).join(l);return{get css(){return w()},layers:x,getLayers:w,getLayer:_,matched:u}}matchVariants(t,r){let n=new Set,o=[],s=r||t,a=!1,i={rawSelector:t,theme:this.config.theme,generator:this};for(;;){a=!1;for(let l of this.config.variants){if(!l.multiPass&&n.has(l))continue;let f=l.match(s,i);if(!!f&&(typeof f=="string"&&(f={matcher:f}),f)){s=f.matcher,Array.isArray(f.parent)&&this.parentOrders.set(f.parent[0],f.parent[1]),o.push(f),n.add(l),a=!0;break}}if(!a)break;if(o.length>500)throw new Error(`Too many variants applied to "${t}"`)}return[t,s,o]}applyVariants(t,r=t[4],n=t[1]){let o=[...r].sort((i,l)=>(i.order||0)-(l.order||0)),s=o.reduce((i,l)=>{var f;return((f=l.body)==null?void 0:f.call(l,i))||i},t[2]),a={selector:o.reduce((i,l)=>{var f;return((f=l.selector)==null?void 0:f.call(l,i,s))||i},An(n)),entries:s,parent:o.reduce((i,l)=>Array.isArray(l.parent)?l.parent[0]:l.parent||i,void 0),layer:o.reduce((i,l)=>l.layer||i,void 0),sort:o.reduce((i,l)=>l.sort||i,void 0)};for(let i of this.config.postprocess)i(a);return a}constructCustomCSS(t,r,n){r=Z(r);let{selector:o,entries:s,parent:a}=this.applyVariants([0,n||t.rawSelector,r,void 0,t.variantHandlers]),i=`${o}{${ae(s)}}`;return a?`${a}{${i}}`:i}async parseUtil(t,r,n=!1){var u,y;let[o,s,a]=typeof t=="string"?this.matchVariants(t):t,i=this.config.rulesStaticMap[s];if(i&&i[1]&&(n||!((u=i[2])==null?void 0:u.internal)))return[[i[0],o,Z(i[1]),i[2],a]];r.variantHandlers=a;let{rulesDynamic:l,rulesSize:f}=this.config;for(let p=f;p>=0;p--){let x=l[p];if(!x||((y=x[2])==null?void 0:y.internal)&&!n)continue;let[j,_,w]=x,m=s.match(j);if(!m)continue;let g=await _(m,r);if(!g)continue;if(typeof g=="string")return[[p,g,w]];let $=Ye(g).filter(b=>b.length);if($.length)return $.map(b=>[p,o,b,w,a])}}stringifyUtil(t){var p;if(!t)return;if(Ce(t))return[t[0],void 0,t[1],void 0,t[2]];let{selector:r,entries:n,parent:o,layer:s,sort:a}=this.applyVariants(t),i=ae(n);if(!i)return;let x=(p=t[3])!=null?p:{},{layer:l,sort:f}=x,u=Ie(x,["layer","sort"]),y=C(v({},u),{layer:s!=null?s:l,sort:a!=null?a:f});return[t[0],r,i,o,y]}expandShortcut(t,r,n=3){if(n===0)return;let o,s;for(let a of this.config.shortcuts)if(Qe(a)){if(a[0]===t){o=o||a[2],s=a[1];break}}else{let i=t.match(a[0]);if(i&&(s=a[1](i,r)),s){o=o||a[2];break}}if(typeof s=="string"&&(s=nt(s).split(/\s+/g)),!!s)return[s.flatMap(a=>{var i;return((i=this.expandShortcut(a,r,n-1))==null?void 0:i[0])||[a]}).filter(a=>a!==""),o]}async stringifyShortcuts(t,r,n,o={layer:this.config.shortcutsLayer}){var f;let s=new Re,a=(await Promise.all(ce(n).map(async u=>{let y=await this.parseUtil(u,r,!0);return y||st(`unmatched utility "${u}" in shortcut "${t[1]}"`),y||[]}))).flat(1).filter(Boolean).sort((u,y)=>u[0]-y[0]),[i,,l]=t;for(let u of a){if(Ce(u))continue;let{selector:y,entries:p,parent:x}=this.applyVariants(u,[...u[4],...l],i);s.getFallback(y,x,[[],u[0]])[0].push([p,!!((f=u[3])==null?void 0:f.noMerge)])}return s.map(([u,y],p,x)=>{let j=w=>m=>{let g=ae(m);if(g)return[y,p,g,x,C(v({},o),{noMerge:w})]};return[[u.filter(([,w])=>w).map(([w])=>w),!0],[u.filter(([,w])=>!w).map(([w])=>w),!1]].map(([w,m])=>{let g=w.filter(b=>b.some(R=>R[0]===D)),$=w.filter(b=>b.every(R=>R[0]!==D));return[...g.map(j(m)),...[$.flat(1)].map(j(m))]})}).flat(2).filter(Boolean)}isBlocked(t){return!t||this.config.blocklist.some(r=>typeof r=="string"?r===t:r.test(t))}};function ft(e,t){return new lt(e,t)}var ut=/ \$\$ /,jn=e=>e.match(ut);function zn(e,t){return jn(e)?e.replace(ut,t?` ${t} `:" "):t?`${t} ${e}`:e}var ct=/^\[(.+?)(~?=)"(.*)"\]$/;function An(e){return ct.test(e)?e.replace(ct,(t,r,n,o)=>`[${ie(r)}${n}"${ie(o)}"]`):`.${ie(e)}`}var je={};un(je,{auto:()=>Mn,bracket:()=>Hn,cssvar:()=>Nn,degree:()=>Kn,fraction:()=>Ln,global:()=>Wn,number:()=>_n,numberWithUnit:()=>On,percent:()=>Dn,properties:()=>In,px:()=>Fn,rem:()=>Un,time:()=>Bn});var Vn=["color","border-color","background-color","flex-grow","flex","flex-shrink","caret-color","font","gap","opacity","visibility","z-index","font-weight","zoom","text-shadow","transform","box-shadow","backround-position","left","right","top","bottom","object-position","max-height","min-height","max-width","min-width","height","width","border-width","margin","padding","outline-width","outline-offset","font-size","line-height","text-indent","vertical-align","border-spacing","letter-spacing","word-spacing","stroke","filter","backdrop-filter","fill","mask","mask-size","mask-border","clip-path","clip","border-radius"],Te=/^(-?[0-9.]+)(px|pt|pc|rem|em|%|vh|vw|in|cm|mm|ex|ch|vmin|vmax|rpx)?$/i,Pn=/^(-?[0-9.]+)$/i,pt=/^(px)$/i;function T(e){return e.toFixed(10).replace(/\.0+$/,"").replace(/(\.\d+?)0+$/,"$1")}function On(e){let t=e.match(Te);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(n&&!Number.isNaN(o))return`${T(o)}${n}`}function Mn(e){if(e==="auto"||e==="a")return"auto"}function Un(e){if(e.match(pt))return`1${e}`;let t=e.match(Te);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${T(o)}${n}`:`${T(o/4)}rem`}function Fn(e){if(e.match(pt))return`1${e}`;let t=e.match(Te);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${T(o)}${n}`:`${T(o)}px`}function _n(e){if(!Pn.test(e))return;let t=parseFloat(e);if(!Number.isNaN(t))return T(t)}function Dn(e){e.endsWith("%")&&(e=e.slice(0,-1));let t=parseFloat(e);if(!Number.isNaN(t))return`${T(t/100)}`}function Ln(e){if(e==="full")return"100%";let[t,r]=e.split("/"),n=parseFloat(t)/parseFloat(r);if(!Number.isNaN(n))return`${T(n*100)}%`}function Hn(e){if(e&&e[0]==="["&&e[e.length-1]==="]")return e.slice(1,-1).replace(/(url\(.*?\))/g,t=>t.replace(/_/g,"\\_")).replace(/([^\\])_/g,"$1 ").replace(/calc\((.*)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}function Nn(e){if(e.match(/^\$\S/))return`var(--${ve(e.slice(1))})`}function Bn(e){let t=e.match(/^(-?[0-9.]+)(s|ms)?$/i);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${T(o)}${n}`:`${T(o)}ms`}function Kn(e){let t=e.match(/^(-?[0-9.]+)(deg|rad|grad|turn)?$/i);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${T(o)}${n}`:`${T(o)}deg`}function Wn(e){if(["inherit","initial","revert","unset"].includes(e))return e}function In(e){for(let t of e.split(","))if(!Vn.includes(t))return;return e}var c=it(je);var N=(e,t)=>{let r=new RegExp(`^${G(e)}[:-]`);return n=>{let o=n.match(r);if(o)return{matcher:n.slice(o[0].length),selector:t}}},M=(e,t)=>{let r=new RegExp(`^${G(e)}[:-]`);return n=>{let o=n.match(r);if(o)return{matcher:n.slice(o[0].length),parent:t}}};var A=e=>([t,r,n])=>{let o=c.bracket.cssvar.auto.fraction.rem(n);if(o!==void 0)return V[r].map(s=>[`${e}${s}`,o])},ze=(e,t)=>{var r;return(r=e.colors)==null?void 0:r[t.join("-").replace(/(-[a-z])/g,n=>n.slice(1).toUpperCase())]},le=(e,t)=>{let[r,n]=e.split(/(?:\/|:)/),o=r.replace(/([a-z])([0-9])/g,"$1-$2").split(/-/g),[s]=o;if(!s)return;let a,i=c.bracket(r),l=i||r;l.startsWith("#")?a=l.slice(1):l.startsWith("hex-")?a=l.slice(4):r.startsWith("$")&&(a=c.cssvar(r)),a=a||i;let f="DEFAULT";if(!a){let u,[y]=o.slice(-1);y.match(/^\d+$/)?(f=y,u=ze(t,o.slice(0,-1))):(u=ze(t,o),!u&&o.length<=2&&([,f=f]=o,u=ze(t,[s]))),typeof u=="string"?a=u:f&&u&&(a=u[f])}return{opacity:n,name:s,no:f,color:a,cssColor:xe(a),alpha:c.bracket.cssvar.percent(n!=null?n:"")}},k=(e,t)=>([,r],{theme:n})=>{var l;let o=le(r,n);if(!o)return;let{alpha:s,color:a,cssColor:i}=o;if(i)return s!=null?{[e]:F(i,s)}:{[`--un-${t}-opacity`]:(l=i.alpha)!=null?l:1,[e]:F(i,`var(--un-${t}-opacity)`)};if(a)return{[e]:a.replace("%alpha",`${s!=null?s:1}`)}},fe=(e,t)=>{let r=[];e=E(e);for(let n=0;n<e.length;n++){let o=I(e[n]," ",6);if(!o||o.length<3)return e;let s=xe(o.pop());if(s==null)return e;r.push(`${o.join(" ")} var(${t}, ${F(s)})`)}return r};var dt=[[/^outline-(?:width-|size-)?(.+)$/,([,e])=>({"outline-width":c.bracket.cssvar.px(e)})],[/^outline-(?:color-)?(.+)$/,k("outline-color","outline-color")],[/^outline-offset-(.+)$/,([,e])=>({"outline-offset":c.bracket.cssvar.px(e)})],["outline",{"outline-style":"solid"}],[/^outline-(auto|dashed|dotted|double|hidden|solid|groove|ridge|inset|outset|inherit|initial|revert|unset)$/,([,e])=>({"outline-style":e})],["outline-none",{outline:"2px solid transparent","outline-offset":"2px"}]],mt=[["appearance-none",{appearance:"none","-webkit-appearance":"none"}]],Gn=e=>{var t;return(t=c.properties.auto.global(e))!=null?t:{contents:"contents",scroll:"scroll-position"}[e]},gt=[[/^will-change-(.+)/,([,e])=>({"will-change":Gn(e)})]];var ht=[[/^(?:border|b)()(?:-(.+))?$/,J],[/^(?:border|b)-([xy])(?:-(.+))?$/,J],[/^(?:border|b)-([rltbse])(?:-(.+))?$/,J],[/^(?:border|b)-(block|inline)(?:-(.+))?$/,J],[/^(?:border|b)-([bi][se])(?:-(.+))?$/,J],[/^(?:border|b)-()(?:width|size)-(.+)$/,B],[/^(?:border|b)-([xy])-(?:width|size)-(.+)$/,B],[/^(?:border|b)-([rltbse])-(?:width|size)-(.+)$/,B],[/^(?:border|b)-(block|inline)-(?:width|size)-(.+)$/,B],[/^(?:border|b)-([bi][se])-(?:width|size)-(.+)$/,B],[/^(?:border|b)-()(?:color-)?(.+)$/,Q],[/^(?:border|b)-([xy])-(?:color-)?(.+)$/,Q],[/^(?:border|b)-([rltbse])-(?:color-)?(.+)$/,Q],[/^(?:border|b)-(block|inline)-(?:color-)?(.+)$/,Q],[/^(?:border|b)-([bi][se])-(?:color-)?(.+)$/,Q],[/^(?:border|b)-()op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-([xy])-op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-([rltbse])-op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-(block|inline)-op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-([bi][se])-op(?:acity)?-?(.+)$/,ee],[/^(?:border-)?(?:rounded|rd)()(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([rltb])(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([rltb]{2})(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([bi][se])(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([bi][se]-[bi][se])(?:-(.+))?$/,te],["border-solid",{"border-style":"solid"}],["border-dashed",{"border-style":"dashed"}],["border-dotted",{"border-style":"dotted"}],["border-double",{"border-style":"double"}],["border-hidden",{"border-style":"hidden"}],["border-none",{"border-style":"none"}]],qn=(e,{theme:t})=>{var r;return e!==void 0&&!!((r=le(e,t))==null?void 0:r.color)},Zn=e=>([,t],{theme:r})=>{var i,l;let n=le(t,r);if(!n)return;let{alpha:o,color:s,cssColor:a}=n;if(a)return o!=null?{[`border${e}-color`]:F(a,o)}:e===""?{"--un-border-opacity":(i=a.alpha)!=null?i:1,[`border${e}-color`]:F(a,`var(--un-border${e}-opacity)`)}:{"--un-border-opacity":(l=a.alpha)!=null?l:1,[`--un-border${e}-opacity`]:"var(--un-border-opacity)",[`border${e}-color`]:F(a,`var(--un-border${e}-opacity)`)};if(s)return{[`border${e}-color`]:s.replace("%alpha",`${o!=null?o:1}`)}};function J(e){let t=B(e);if(t)return[...t,["border-style","solid"]]}function B([,e="",t="1"]){let r=c.bracket.cssvar.px(t);if(e in V&&r!=null)return V[e].map(n=>[`border${n}-width`,r])}function Q([,e="",t],r){if(e in V&&qn(t,r))return Object.assign({},...V[e].map(n=>Zn(n)(["",t],r)))}function ee([,e="",t]){let r=c.bracket.percent(t);if(e in V&&r!=null)return V[e].map(n=>[`--un-border${n}-opacity`,r])}function te([,e="",t="DEFAULT"],{theme:r}){var o;let n=((o=r.borderRadius)==null?void 0:o[t])||c.bracket.cssvar.fraction.rem(t);if(e in ye&&n!=null)return ye[e].map(s=>[`border${s}-radius`,n])}var xt=[[/^op(?:acity)?-?(.+)$/,([,e])=>({opacity:c.bracket.percent.cssvar(e)})]],bt=[[/^(?:text|color|c)-(.+)$/,k("color","text")],[/^(?:text|color|c)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-opacity":c.bracket.percent(e)})]],yt=[[/^bg-(.+)$/,k("background-color","bg")],[/^bg-op(?:acity)?-?(.+)$/,([,e])=>({"--un-bg-opacity":c.bracket.percent(e)})]];var wt={all:"all",colors:["color","background-color","border-color","text-decoration-color","fill","stroke"].join(","),none:"none",opacity:"opacity",shadow:"box-shadow",transform:"transform"},$t=e=>{var t;return(t=c.properties(e))!=null?t:wt[e]},vt=[[/^transition(?:-([a-z-]+(?:,[a-z-]+)*))?(?:-(\d+))?$/,([,e,t="150"])=>{let r=e!=null?$t(e):[wt.colors,"opacity","box-shadow","transform","filter","backdrop-filter"].join(",");if(r)return{"transition-property":r,"transition-timing-function":"cubic-bezier(0.4, 0, 0.2, 1)","transition-duration":`${t}ms`}}],[/^(?:transition-)?duration-(.+)$/,([,e])=>({"transition-duration":c.bracket.cssvar.time(e)})],[/^(?:transition-)?delay-(.+)$/,([,e])=>({"transition-delay":c.bracket.cssvar.time(e)})],[/^(?:transition-)?ease(?:-(.+))?$/,([,e],{theme:t})=>{var r,n;return{"transition-timing-function":(n=(r=t.easing)==null?void 0:r[e||"DEFAULT"])!=null?n:c.bracket.cssvar(e)}}],[/^(?:transition-)?property-(.+)$/,([,e])=>({"transition-property":c.global(e)||$t(e)})],["transition-none",{transition:"none"}]];var St=[["flex",{display:"flex"}],["inline-flex",{display:"inline-flex"}],["flex-inline",{display:"inline-flex"}],["flex-1",{flex:"1 1 0%"}],["flex-auto",{flex:"1 1 auto"}],["flex-initial",{flex:"0 1 auto"}],["flex-none",{flex:"none"}],[/^flex-(\[.+\])$/,([,e])=>({flex:c.bracket(e).replace(/\d+\/\d+/,t=>c.fraction(t))})],[/^(?:flex-)?shrink$/,()=>({"flex-shrink":1})],[/^(?:flex-)?shrink-0$/,()=>({"flex-shrink":0})],[/^(?:flex-)?grow$/,()=>({"flex-grow":1})],[/^(?:flex-)?grow-0$/,()=>({"flex-grow":0})],[/^(?:flex-)?basis-(.+)$/,([,e])=>({"flex-basis":c.bracket.cssvar.auto.fraction.rem(e)})],["flex-row",{"flex-direction":"row"}],["flex-row-reverse",{"flex-direction":"row-reverse"}],["flex-col",{"flex-direction":"column"}],["flex-col-reverse",{"flex-direction":"column-reverse"}],["flex-wrap",{"flex-wrap":"wrap"}],["flex-wrap-reverse",{"flex-wrap":"wrap-reverse"}],["flex-nowrap",{"flex-wrap":"nowrap"}]];var Xn={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},kt=[[/^font-(\w+)$/,([,e],{theme:t})=>{var r;return{"font-family":(r=t.fontFamily)==null?void 0:r[e]}}],[/^text-(.+)$/,([,e="base"],{theme:t})=>{var n;let r=E((n=t.fontSize)==null?void 0:n[e]);if(r==null?void 0:r[0]){let[o,s="1"]=r;return{"font-size":o,"line-height":s}}return{"font-size":c.bracket.rem(e)}}],[/^text-size-(.+)$/,([,e])=>({"font-size":c.bracket.cssvar.rem(e)})],[/^(?:font|fw)-?([^-]+)$/,([,e])=>({"font-weight":Xn[e]||c.number(e)})],[/^(?:leading|lh)-(.+)$/,([,e],{theme:t})=>{var r;return{"line-height":((r=t.lineHeight)==null?void 0:r[e])||c.bracket.cssvar.rem(e)}}],[/^tracking-(.+)$/,([,e],{theme:t})=>{var r;return{"letter-spacing":((r=t.letterSpacing)==null?void 0:r[e])||c.bracket.cssvar.rem(e)}}],[/^word-spacing-(.+)$/,([,e],{theme:t})=>{var r;return{"word-spacing":((r=t.wordSpacing)==null?void 0:r[e])||c.bracket.cssvar.rem(e)}}]],Ct=[[/^tab(?:-(.+))?$/,([,e])=>{let t=c.bracket.cssvar.global.number(e||"4");if(t!=null)return{"-moz-tab-size":t,"-o-tab-size":t,"tab-size":t}}]],Rt=[[/^indent(?:-(.+))?$/,([,e],{theme:t})=>{var r;return{"text-indent":((r=t.textIndent)==null?void 0:r[e||"DEFAULT"])||c.bracket.cssvar.fraction.rem(e)}}]],Et=[[/^text-stroke(?:-(.+))?$/,([,e],{theme:t})=>{var r;return{"-webkit-text-stroke-width":((r=t.textStrokeWidth)==null?void 0:r[e||"DEFAULT"])||c.bracket.cssvar.px(e)}}],[/^text-stroke-(.+)$/,k("-webkit-text-stroke-color","text-stroke")],[/^text-stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-stroke-opacity":c.bracket.percent(e)})]],Tt=[[/^text-shadow(?:-(.+))?$/,([,e],{theme:t})=>{var n;let r=(n=t.textShadow)==null?void 0:n[e||"DEFAULT"];return r!=null?{"--un-text-shadow":fe(r,"--un-text-shadow-color").join(","),"text-shadow":"var(--un-text-shadow)"}:{"text-shadow":c.bracket.cssvar(e)}}],[/^text-shadow-color-(.+)$/,k("--un-text-shadow-color","text-shadow")],[/^text-shadow-color-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-shadow-opacity":c.bracket.percent(e)})]];var jt={"":"",x:"column-",y:"row-"},zt=([,e="",t])=>{let r=c.bracket.cssvar.rem(t);if(r!=null)return{[`grid-${jt[e]}gap`]:r,[`${jt[e]}gap`]:r}},At=[[/^(?:flex-|grid-)?gap-()([^-]+)$/,zt],[/^(?:flex-|grid-)?gap-([xy])-([^-]+)$/,zt]];var P=e=>e.replace("col","column"),Yn=(e,t)=>{var n;let r=(n=t.fontSize)==null?void 0:n[e];if(r!=null)return E(r)[0];switch(e){case"min":return"min-content";case"max":return"max-content";case"fr":return"minmax(0,1fr)"}return c.bracket.cssvar.auto.rem(e)},Vt=[["grid",{display:"grid"}],["inline-grid",{display:"inline-grid"}],[/^(?:grid-)?(row|col)-(.+)$/,([,e,t])=>({[`grid-${P(e)}`]:c.bracket.cssvar.auto(t)})],[/^(?:grid-)?(row|col)-span-(.+)$/,([,e,t])=>{if(t==="full")return{[`grid-${P(e)}`]:"1/-1"};let r=c.bracket.number(t);if(r!=null)return{[`grid-${P(e)}`]:`span ${r}/span ${r}`}}],[/^(?:grid-)?(row|col)-start-(.+)$/,([,e,t])=>{var r;return{[`grid-${P(e)}-start`]:(r=c.bracket.cssvar(t))!=null?r:t}}],[/^(?:grid-)?(row|col)-end-(.+)$/,([,e,t])=>{var r;return{[`grid-${P(e)}-end`]:(r=c.bracket.cssvar(t))!=null?r:t}}],[/^(?:grid-)?auto-(rows|cols)-(.+)$/,([,e,t],{theme:r})=>({[`grid-auto-${P(e)}`]:Yn(t,r)})],[/^(?:grid-auto-flow|auto-flow|grid-flow)-(.+)$/,([,e])=>({"grid-auto-flow":c.bracket.cssvar(e)})],[/^(?:grid-auto-flow|auto-flow|grid-flow)-((?:row|col)(?:-dense)?)$/,([,e])=>({"grid-auto-flow":P(e).replace("-"," ")})],[/^grid-(rows|cols)-(.+)$/,([,e,t])=>({[`grid-template-${P(e)}`]:c.bracket.cssvar(t)})],[/^grid-(rows|cols)-minmax-([\w.-]+)$/,([,e,t])=>({[`grid-template-${P(e)}`]:`repeat(auto-fill,minmax(${t},1fr))`})],[/^grid-(rows|cols)-(\d+)$/,([,e,t])=>({[`grid-template-${P(e)}`]:`repeat(${t},minmax(0,1fr))`})],["grid-rows-none",{"grid-template-rows":"none"}],["grid-cols-none",{"grid-template-columns":"none"}]];var Pt=["auto","hidden","clip","visible","scroll"],Ot=[[/^(?:overflow|of)-(.+)$/,([,e])=>Pt.includes(e)?{overflow:e}:void 0],[/^(?:overflow|of)-([xy])-(.+)$/,([,e,t])=>Pt.includes(t)?{[`overflow-${e}`]:t}:void 0]];var Ve=[[/^(?:position-|pos-)?(relative|absolute|fixed|sticky)$/,([,e])=>({position:e})],[/^(?:position-|pos-)?(static)$/,([,e])=>({position:e})]],Mt=[["justify-start",{"justify-content":"flex-start"}],["justify-end",{"justify-content":"flex-end"}],["justify-center",{"justify-content":"center"}],["justify-between",{"justify-content":"space-between"}],["justify-around",{"justify-content":"space-around"}],["justify-evenly",{"justify-content":"space-evenly"}],["justify-items-start",{"justify-items":"start"}],["justify-items-end",{"justify-items":"end"}],["justify-items-center",{"justify-items":"center"}],["justify-items-stretch",{"justify-items":"stretch"}],["justify-self-auto",{"justify-self":"auto"}],["justify-self-start",{"justify-self":"start"}],["justify-self-end",{"justify-self":"end"}],["justify-self-center",{"justify-self":"center"}],["justify-self-stretch",{"justify-self":"stretch"}]],Ut=[[/^order-(.+)$/,([,e])=>({order:c.bracket.cssvar.number(e)})],["order-first",{order:"-9999"}],["order-last",{order:"9999"}],["order-none",{order:"0"}]],Ft=[["content-center",{"align-content":"center"}],["content-start",{"align-content":"flex-start"}],["content-end",{"align-content":"flex-end"}],["content-between",{"align-content":"space-between"}],["content-around",{"align-content":"space-around"}],["content-evenly",{"align-content":"space-evenly"}],["items-start",{"align-items":"flex-start"}],["items-end",{"align-items":"flex-end"}],["items-center",{"align-items":"center"}],["items-baseline",{"align-items":"baseline"}],["items-stretch",{"align-items":"stretch"}],["self-auto",{"align-self":"auto"}],["self-start",{"align-self":"flex-start"}],["self-end",{"align-self":"flex-end"}],["self-center",{"align-self":"center"}],["self-stretch",{"align-self":"stretch"}],["self-baseline",{"align-self":"baseline"}]],_t=[["place-content-center",{"place-content":"center"}],["place-content-start",{"place-content":"start"}],["place-content-end",{"place-content":"end"}],["place-content-between",{"place-content":"space-between"}],["place-content-around",{"place-content":"space-around"}],["place-content-evenly",{"place-content":"space-evenly"}],["place-content-stretch",{"place-content":"stretch"}],["place-items-start",{"place-items":"start"}],["place-items-end",{"place-items":"end"}],["place-items-center",{"place-items":"center"}],["place-items-stretch",{"place-items":"stretch"}],["place-self-auto",{"place-self":"auto"}],["place-self-start",{"place-self":"start"}],["place-self-end",{"place-self":"end"}],["place-self-center",{"place-self":"center"}],["place-self-stretch",{"place-self":"stretch"}]];function Ae(e){return c.bracket.cssvar.auto.fraction.rem(e)}function ue([,e,t]){let r=Ae(t);if(r!=null&&e in be)return be[e].map(n=>[n.slice(1),r])}var Dt=[[/^(?:position-|pos-)?inset-(.+)$/,([,e])=>({inset:Ae(e)})],[/^(?:position-|pos-)?inset-([xy])-(.+)$/,ue],[/^(?:position-|pos-)?inset-([rltbse])-(.+)$/,ue],[/^(?:position-|pos-)?inset-(block|inline)-(.+)$/,ue],[/^(?:position-|pos-)?inset-([bi][se])-(.+)$/,ue],[/^(?:position-|pos-)?(top|left|right|bottom)-(.+)$/,([,e,t])=>({[e]:Ae(t)})]],Lt=[["float-left",{float:"left"}],["float-right",{float:"right"}],["float-none",{float:"none"}],["clear-left",{clear:"left"}],["clear-right",{clear:"right"}],["clear-both",{clear:"both"}],["clear-none",{clear:"none"}]],Ht=[[/^z-(.+)$/,([,e])=>({"z-index":c.bracket.cssvar.auto.number(e)})]],Nt=[["box-border",{"box-sizing":"border-box"}],["box-content",{"box-sizing":"content-box"}]];var pe="var(--un-empty,/*!*/ /*!*/)",Bt=[["inline",{display:"inline"}],["block",{display:"block"}],["inline-block",{display:"inline-block"}],["contents",{display:"contents"}],["flow-root",{display:"flow-root"}],["list-item",{display:"list-item"}],["hidden",{display:"none"}],[/^display-(.+)$/,([,e])=>({display:c.bracket.cssvar(e)||e})]],Kt=[["visible",{visibility:"visible"}],["invisible",{visibility:"hidden"}],["backface-visible",{"backface-visibility":"visible"}],["backface-hidden",{"backface-visibility":"hidden"}]],Wt=[[/^cursor-(.+)$/,([,e])=>({cursor:c.bracket.cssvar(e)||e})]],It=[["pointer-events-auto",{"pointer-events":"auto"}],["pointer-events-none",{"pointer-events":"none"}]],Gt=[["resize-x",{resize:"horizontal"}],["resize-y",{resize:"vertical"}],["resize",{resize:"both"}],["resize-none",{resize:"none"}]],qt=[["select-auto",{"user-select":"auto"}],["select-all",{"user-select":"all"}],["select-text",{"user-select":"text"}],["select-none",{"user-select":"none"}]],Zt=[[/^(?:whitespace|ws)-(normal|nowrap|pre|pre-line|pre-wrap)$/,([,e])=>({"white-space":e})]],Xt=[["content-empty",{content:'""'}],["content-none",{content:'""'}]],Yt=[["break-normal",{"overflow-wrap":"normal","word-break":"normal"}],["break-words",{"overflow-wrap":"break-word"}],["break-all",{"word-break":"break-all"}]],Jt=[["truncate",{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}],["text-ellipsis",{"text-overflow":"ellipsis"}],["text-clip",{"text-overflow":"clip"}]],Qt=[["case-upper",{"text-transform":"uppercase"}],["case-lower",{"text-transform":"lowercase"}],["case-capital",{"text-transform":"capitalize"}],["case-normal",{"text-transform":"none"}]],er=[["italic",{"font-style":"italic"}],["not-italic",{"font-style":"normal"}]],tr=[["antialiased",{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","font-smoothing":"grayscale"}],["subpixel-antialiased",{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto","font-smoothing":"auto"}]];var Pe={[D]:"","--un-ring-offset-shadow":"0 0 #0000","--un-ring-shadow":"0 0 #0000","--un-shadow-inset":pe,"--un-shadow":"0 0 #0000"},rr=[[/^shadow(?:-(.+))?$/,([,e],{theme:t})=>{var n;let r=(n=t.boxShadow)==null?void 0:n[e||"DEFAULT"];if(r)return[Pe,{"--un-shadow":fe(r,"--un-shadow-color").join(","),"box-shadow":"var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow)"}]}],[/^shadow-(.+)$/,k("--un-shadow-color","shadow")],[/^shadow-op(?:acity)?-?(.+)$/,([,e])=>({"--un-shadow-opacity":c.bracket.percent(e)})],["shadow-inset",{"--un-shadow-inset":"inset"}]];var Jn=C(v({},Pe),{"--un-ring-inset":pe,"--un-ring-offset-width":"0px","--un-ring-offset-color":"#fff","--un-ring-width":"0px","--un-ring-color":"rgba(147,197,253,0.5)"}),nr=[[/^ring(?:-(.+))?$/,([,e])=>{let t=c.px(e||"1");if(t)return[Jn,{"--un-ring-width":t,"--un-ring-offset-shadow":"var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color)","--un-ring-shadow":"var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color)","box-shadow":"var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow, 0 0 #0000)"}]}],[/^ring-(?:width-|size-)(.+)$/,([,e])=>({"--un-ring-width":c.bracket.cssvar.px(e)})],["ring-offset",{"--un-ring-offset-width":"1px"}],[/^ring-offset-(?:width-|size-)?(.+)$/,([,e])=>({"--un-ring-offset-width":c.bracket.cssvar.px(e)})],[/^ring-(.+)$/,k("--un-ring-color","ring")],[/^ring-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-opacity":c.bracket.percent(e)})],[/^ring-offset-(.+)$/,k("--un-ring-offset-color","ring-offset")],[/^ring-offset-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-offset-opacity":c.bracket.percent(e)})],["ring-inset",{"--un-ring-inset":"inset"}]];var Qn={h:"height",w:"width",inline:"inline-size",block:"block-size"};function re(e,t){return`${e||""}${Qn[t]}`}function or(e,t,r,n){var a;let o=re(e,t).replace(/-(\w)/g,(i,l)=>l.toUpperCase()),s=(a=r[o])==null?void 0:a[n];if(s!=null)return s;switch(n){case"fit":case"max":case"min":return`${n}-content`}return c.bracket.cssvar.auto.fraction.rem(n)}var sr=[[/^(min-|max-)?([wh])-(.+)$/,([,e,t,r],{theme:n})=>({[re(e,t)]:or(e,t,n,r)})],[/^(min-|max-)?(block|inline)-(.+)$/,([,e,t,r],{theme:n})=>({[re(e,t)]:or(e,t,n,r)})],[/^(min-|max-)?(h)-screen-(.+)$/,([,e,t,r],{theme:n})=>{var o;return{[re(e,t)]:(o=n.verticalBreakpoints)==null?void 0:o[r]}}],[/^(min-|max-)?(w)-screen-(.+)$/,([,e,t,r],{theme:n})=>{var o;return{[re(e,t)]:(o=n.breakpoints)==null?void 0:o[r]}}]];function eo(e){if(/^\d+\/\d+$/.test(e))return e;switch(e){case"square":return"1/1";case"video":return"16/9"}return c.bracket.cssvar.auto.number(e)}var ir=[[/^aspect-(?:ratio-)?(.+)$/,([,e])=>({"aspect-ratio":eo(e)})]];var ar=[[/^pa?()-?(-?.+)$/,A("padding")],[/^p-?([xy])-?(-?.+)$/,A("padding")],[/^p-?([rltbse])-?(-?.+)$/,A("padding")],[/^p-(block|inline)-(-?.+)$/,A("padding")],[/^p-?([bi][se])-?(-?.+)$/,A("padding")]],cr=[[/^ma?()-?(-?.+)$/,A("margin")],[/^m-?([xy])-?(-?.+)$/,A("margin")],[/^m-?([rltbse])-?(-?.+)$/,A("margin")],[/^m-(block|inline)-(-?.+)$/,A("margin")],[/^m-?([bi][se])-?(-?.+)$/,A("margin")]];var to={"--un-transform":["translate3d(var(--un-translate-x), var(--un-translate-y), var(--un-translate-z))","rotate(var(--un-rotate))","rotateX(var(--un-rotate-x))","rotateY(var(--un-rotate-y))","rotateZ(var(--un-rotate-z))","skewX(var(--un-skew-x))","skewY(var(--un-skew-y))","scaleX(var(--un-scale-x))","scaleY(var(--un-scale-y))","scaleZ(var(--un-scale-z))"].join(" ")},pr={"--un-transform":["translateX(var(--un-translate-x))","translateY(var(--un-translate-y))","translateZ(var(--un-translate-z))","rotate(var(--un-rotate))","rotateX(var(--un-rotate-x))","rotateY(var(--un-rotate-y))","rotateZ(var(--un-rotate-z))","skewX(var(--un-skew-x))","skewY(var(--un-skew-y))","scaleX(var(--un-scale-x))","scaleY(var(--un-scale-y))","scaleZ(var(--un-scale-z))"].join(" ")},K=C(v({"--un-rotate":0,"--un-rotate-x":0,"--un-rotate-y":0,"--un-rotate-z":0,"--un-scale-x":1,"--un-scale-y":1,"--un-scale-z":1,"--un-skew-x":0,"--un-skew-y":0,"--un-translate-x":0,"--un-translate-y":0,"--un-translate-z":0},pr),{[D]:""}),dr=[[/^(?:transform-)?origin-(.+)$/,([,e])=>{var t;return{"transform-origin":(t=we[e])!=null?t:c.bracket.cssvar(e)}}],[/^(?:transform-)?perspect(?:ive)?-(.+)$/,([,e])=>{let t=c.bracket.cssvar.px.numberWithUnit(e);if(t!=null)return{"-webkit-perspective":t,perspective:t}}],[/^(?:transform-)?perspect(?:ive)?-origin-(.+)$/,([,e])=>{var r;let t=(r=c.bracket.cssvar(e))!=null?r:e.length>=3?we[e]:void 0;if(t!=null)return{"-webkit-perspective-origin":t,"perspective-origin":t}}],[/^(?:transform-)?translate-()(.+)$/,lr],[/^(?:transform-)?translate-([xyz])-(.+)$/,lr],[/^(?:transform-)?rotate-()(.+)$/,ur],[/^(?:transform-)?rotate-([xyz])-(.+)$/,ur],[/^(?:transform-)?skew-([xy])-(.+)$/,ro],[/^(?:transform-)?scale-()(.+)$/,fr],[/^(?:transform-)?scale-([xyz])-(.+)$/,fr],[/^(?:transform-)?preserve-3d$/,()=>({"transform-style":"preserve-3d"})],[/^(?:transform-)?preserve-flat$/,()=>({"transform-style":"flat"})],[/^transform$/,()=>[K,{transform:"var(--un-transform)"}]],["transform-gpu",to],["transform-cpu",pr],["transform-none",{transform:"none"}]];function lr([,e,t]){let r=c.bracket.cssvar.fraction.rem(t);if(r!=null)return[K,[...$e[e].map(n=>[`--un-translate${n}`,r]),["transform","var(--un-transform)"]]]}function fr([,e,t]){let r=c.bracket.cssvar.fraction.percent(t);if(r!=null)return[K,[...$e[e].map(n=>[`--un-scale${n}`,r]),["transform","var(--un-transform)"]]]}function ur([,e="",t]){let r=c.bracket.cssvar.degree(t);if(r!=null)return e?[K,{"--un-rotate":0,[`--un-rotate-${e}`]:r,transform:"var(--un-transform)"}]:[K,{"--un-rotate-x":0,"--un-rotate-y":0,"--un-rotate-z":0,"--un-rotate":r,transform:"var(--un-transform)"}]}function ro([,e,t]){let r=c.bracket.cssvar.degree(t);if(r!=null)return[K,{[`--un-skew-${e}`]:r,transform:"var(--un-transform)"}]}var no={backface:"backface-visibility",break:"word-break",case:"text-transform",content:"align-content",flex:"flex",fw:"font-weight",items:"align-items",justify:"justify-content",select:"user-select",self:"align-self",vertical:"vertical-align",visible:"visibility",whitespace:"white-space",ws:"white-space"},mr=[[/^(.+?)-(\$.+)$/,([,e,t])=>{let r=no[e];if(r)return{[r]:c.cssvar(t)}}]],gr=[[/^\[([^:]+):(.+)\]$/,([,e,t])=>({[e]:c.bracket(`[${t}]`)})]];var hr=[[/^(where|\?)$/,(e,{constructCSS:t,generator:r})=>{if(r.userConfig.envMode==="dev")return`@keyframes __un_qm{0%{box-shadow:inset 4px 4px #ff1e90, inset -4px -4px #ff1e90}100%{box-shadow:inset 8px 8px #3399ff, inset -8px -8px #3399ff}}
|
|
3
|
-
${t({animation:"__un_qm 0.5s ease-in-out alternate infinite"})}`}]];var xr=[[/^(?:decoration-)?(underline|overline|line-through)$/,([,e])=>({"text-decoration-line":e})],[/^(?:underline|decoration)-(?:size-)?(.+)$/,([,e])=>({"text-decoration-thickness":c.bracket.cssvar.px(e)})],[/^(?:underline|decoration)-(auto|from-font)$/,([,e])=>({"text-decoration-thickness":e})],[/^(?:underline|decoration)-(.+)$/,(e,t)=>{let r=k("text-decoration-color","line")(e,t);if(r)return v({"-webkit-text-decoration-color":r["text-decoration-color"]},r)}],[/^(?:underline|decoration)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-line-opacity":c.bracket.percent(e)})],[/^(?:underline|decoration)-offset-(.+)$/,([,e])=>({"text-underline-offset":c.auto.bracket.cssvar.px(e)})],[/^(?:underline|decoration)-(solid|double|dotted|dashed|wavy|inherit|initial|revert|unset)$/,([,e])=>({"text-decoration-style":e})],["no-underline",{"text-decoration":"none"}],["decoration-none",{"text-decoration":"none"}]];var br=[[/^fill-(.+)$/,k("fill","fill")],[/^fill-op(?:acity)?-?(.+)$/,([,e])=>({"--un-fill-opacity":c.bracket.percent(e)})],["fill-none",{fill:"none"}],[/^stroke-(?:width-|size-)?(.+)$/,([,e])=>({"stroke-width":c.bracket.cssvar.fraction.px.number(e)})],[/^stroke-dash-(.+)$/,([,e])=>({"stroke-dasharray":c.bracket.cssvar.number(e)})],[/^stroke-offset-(.+)$/,([,e])=>({"stroke-dashoffset":c.bracket.cssvar.px.numberWithUnit(e)})],[/^stroke-(.+)$/,k("stroke","stroke")],[/^stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-stroke-opacity":c.bracket.percent(e)})],["stroke-cap-square",{"stroke-linecap":"square"}],["stroke-cap-round",{"stroke-linecap":"round"}],["stroke-cap-auto",{"stroke-linecap":"butt"}],["stroke-join-arcs",{"stroke-linejoin":"arcs"}],["stroke-join-bevel",{"stroke-linejoin":"bevel"}],["stroke-join-clip",{"stroke-linejoin":"miter-clip"}],["stroke-join-round",{"stroke-linejoin":"round"}],["stroke-join-auto",{"stroke-linejoin":"miter"}],["stroke-none",{stroke:"none"}]];var yr=[mr,gr,ar,cr,Bt,xt,yt,br,ht,Xt,kt,Ct,Rt,Jt,xr,Et,Tt,Qt,qe,bt,er,tr,rr,nr,St,Vt,At,Ve,sr,ir,Wt,Kt,It,Gt,Ge,qt,Zt,Yt,Ot,dt,mt,Ve,Ut,Mt,Ft,_t,Dt,Lt,Ht,Nt,vt,dr,gt,hr].flat(1);var Oe={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},light:{50:"#fdfdfd",100:"#fcfcfc",200:"#fafafa",300:"#f8f9fa",400:"#f6f6f6",500:"#f2f2f2",600:"#f1f3f5",700:"#e9ecef",800:"#dee2e6",900:"#dde1e3"},dark:{50:"#4a4a4a",100:"#3c3c3c",200:"#323232",300:"#2d2d2d",400:"#222222",500:"#1f1f1f",600:"#1c1c1e",700:"#1b1b1b",800:"#181818",900:"#0f0f0f"},get lightblue(){return this.sky},get lightBlue(){return this.sky},get warmgray(){return this.stone},get warmGray(){return this.stone},get truegray(){return this.neutral},get trueGray(){return this.neutral},get coolgray(){return this.gray},get coolGray(){return this.gray},get bluegray(){return this.slate},get blueGray(){return this.slate}};Object.values(Oe).forEach(e=>{typeof e!="string"&&(e.DEFAULT=e.DEFAULT||e[400],Object.keys(e).forEach(t=>{let r=+t/100;r===Math.round(r)&&(e[r]=e[t])}))});var $r={sans:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'].join(","),serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"].join(","),mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"].join(",")},wr={xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},vr={DEFAULT:"1.5rem",xs:"0.5rem",sm:"1rem",md:"1.5rem",lg:"2rem",xl:"2.5rem","2xl":"3rem","3xl":"4rem"},Sr={DEFAULT:"1.5rem",none:"0",sm:"thin",md:"medium",lg:"thick"},kr={DEFAULT:["0 0 1px rgba(0,0,0,0.2)","0 0 1px rgba(1,0,5,0.1)"],sm:"1px 1px 3px rgba(36,37,47,0.25)",md:["0 1px 2px rgba(30,29,39,0.19)","1px 2px 4px rgba(54,64,147,0.18)"],lg:["3px 3px 6px rgba(0,0,0,0.26)","0 0 5px rgba(15,3,86,0.22)"],xl:["1px 1px 3px rgba(0,0,0,0.29)","2px 4px 7px rgba(73,64,125,0.35)"],none:"0 0 #0000"},Cr={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},Me={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},Rr=Me;var Ue={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},Er=v({},Ue),Tr={DEFAULT:"0.25rem",none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},jr={DEFAULT:["var(--un-shadow-inset) 0 1px 3px 0 rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 1px 2px -1px rgba(0,0,0,0.1)"],sm:"var(--un-shadow-inset) 0 1px 2px 0 rgba(0,0,0,0.05)",md:["var(--un-shadow-inset) 0 4px 6px -1px rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 2px 4px -2px rgba(0,0,0,0.1)"],lg:["var(--un-shadow-inset) 0 10px 15px -3px rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 4px 6px -4px rgba(0,0,0,0.1)"],xl:["var(--un-shadow-inset) 0 20px 25px -5px rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 8px 10px -6px rgba(0,0,0,0.1)"],"2xl":"var(--un-shadow-inset) 0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},zr={DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"};var Ar={DEFAULT:"8px","0":"0",sm:"4px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},Vr={DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],sm:"0 1px 1px rgba(0,0,0,0.05)",md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"};var de={xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",prose:"65ch"},Fe=C(v({auto:"auto"},de),{screen:"100vw"}),ne=C(v({none:"none"},de),{screen:"100vw"}),_e=C(v({auto:"auto"},de),{screen:"100vh"}),oe=C(v({none:"none"},de),{screen:"100vh"});var Pr={width:Fe,height:_e,maxWidth:ne,maxHeight:oe,minWidth:ne,minHeight:oe,inlineSize:Fe,blockSize:_e,maxInlineSize:ne,maxBlockSize:oe,minInlineSize:ne,minBlockSize:oe,colors:Oe,fontFamily:$r,fontSize:wr,breakpoints:Ue,verticalBreakpoints:Er,borderRadius:Tr,lineHeight:Cr,letterSpacing:Me,wordSpacing:Rr,boxShadow:jr,textIndent:vr,textShadow:kr,textStrokeWidth:Sr,blur:Ar,dropShadow:Vr,easing:zr};var De={},Or=(e,{theme:t})=>{let r=Object.entries(t.breakpoints||{}).map(([n,o],s)=>[n,o,s]);for(let[n,o,s]of r){De[n]||(De[n]=new RegExp(`^((?:[al]t-)?${n}[:-])`));let a=e.match(De[n]);if(!a)continue;let[,i]=a,l=e.slice(i.length);if(l==="container")continue;let f="min",u=1e3;return i.startsWith("lt-")?(f="max",u-=s+1):u+=s+1,i.startsWith("at-")&&s<r.length-1?{matcher:l,parent:[`@media (min-width: ${o}) and (max-width: ${r[s+1][1]})`,u]}:{matcher:l,parent:[`@media (${f}-width: ${o})`,u]}}};var U=(e,t,r)=>{let n=e?new RegExp(`^${t}(?:-\\[(.+?)\\])[:-]`):new RegExp(`^${t}(?:-\\[(.+?)\\])?[:-]`);return o=>{let s=o.match(n);if(s)return{matcher:o.slice(s[0].length),selector:a=>{var i;return r.replace("&&-s",a).replace("&&-c",(i=s[1])!=null?i:"*")}}}},Mr=[U(!1,"all","&&-s &&-c"),U(!1,"children","&&-s>&&-c"),U(!1,"next","&&-s+&&-c"),U(!1,"sibling","&&-s+&&-c"),U(!1,"siblings","&&-s~&&-c"),U(!0,"group","&&-c &&-s"),U(!0,"parent","&&-c>&&-s"),U(!0,"previous","&&-c+&&-s"),U(!0,"peer","&&-c~&&-s")];var Ur=[M("motion-reduce","@media (prefers-reduced-motion: reduce)"),M("motion-safe","@media (prefers-reduced-motion: no-preference)")],Fr=[M("landscape","@media (orientation: landscape)"),M("portrait","@media (orientation: portrait)")],_r=M("print","@media print");var Dr=(e={})=>(e==null?void 0:e.dark)==="class"?[N("dark",t=>`.dark $$ ${t}`),N("light",t=>`.light $$ ${t}`)]:[M("dark","@media (prefers-color-scheme: dark)"),M("light","@media (prefers-color-scheme: light)")];var Lr=[N("rtl",e=>`[dir="rtl"] $$ ${e}`),N("ltr",e=>`[dir="ltr"] $$ ${e}`)];var Hr={match(e){let t=e.match(/^layer-([\d\w]+)[:-]/);if(t)return{matcher:e.slice(t[0].length),layer:t[1]}}},Nr={match(e){if(e.startsWith("!"))return{matcher:e.slice(1),body:t=>(t.forEach(r=>{r[1]&&(r[1]+=" !important")}),t)}}},Br={match(e){if(e.startsWith("-"))return{matcher:e.slice(1),body:t=>(t.forEach(r=>{var n,o;r[0].startsWith("--un-scale")||((n=r[1])==null?void 0:n.toString())==="0"||(r[1]=(o=r[1])==null?void 0:o.toString().replace(/[0-9.]+(?:[a-z]+|%)?/,s=>`-${s}`))}),t)}}};var ge=Object.fromEntries(["any-link","link","visited","target",["open","[open]"],"hover","active","focus-visible","focus-within","focus","autofill","enabled","disabled","read-only","read-write","placeholder-shown","default","checked","indeterminate","valid","invalid","in-range","out-of-range","required","optional","root","empty",["even-of-type",":nth-of-type(even)"],["even",":nth-child(even)"],["odd-of-type",":nth-of-type(odd)"],["odd",":nth-child(odd)"],"first-of-type",["first",":first-child"],"last-of-type",["last",":last-child"],"only-child","only-of-type"].map(E)),Kr=Object.fromEntries(["placeholder","before","after","first-letter","first-line","selection","marker",["file","::file-selector-button"]].map(E)),oo=["not","is","where","has"],so=Object.keys(Kr).join("|"),Le=Object.keys(ge).join("|"),Wr=oo.join("|"),io=/(part-\[(.+)]:)(.+)/,ao=new RegExp(`^(${so})[:-]`),co=new RegExp(`^(${Le})[:-]`),lo=new RegExp(`^(${Wr})-(${Le})[:-]`),Ir=e=>{if(e==="active")return 1},me=(e,t,r)=>{let n=new RegExp(`^${e}-((?:(${Wr})-)?(${Le}))[:-]`),o=new RegExp(`^${G(t)}:`);return s=>{let a=s.match(n);if(a){let i=ge[a[3]]||`:${a[3]}`;return a[2]&&(i=`:${a[2]}(${i})`),{matcher:s.slice(a[0].length),selector:l=>o.test(l)?l.replace(o,`${t}${i}:`):`${t}${i}${r}${l}`,sort:Ir(a[3])}}}},Gr=e=>{let t=e.match(ao);if(t){let r=Kr[t[1]]||`::${t[1]}`;return{matcher:e.slice(t[0].length),selector:n=>`${n}${r}`}}},qr={match:e=>{let t=e.match(co);if(t){let r=ge[t[1]]||`:${t[1]}`;return{matcher:e.slice(t[0].length),selector:n=>`${n}${r}`,sort:Ir(t[1])}}},multiPass:!0},Zr={match:e=>{let t=e.match(lo);if(t){let r=t[1],n=ge[t[2]]||`:${t[2]}`;return{matcher:e.slice(t[0].length),selector:o=>`${o}:${r}(${n})`}}},multiPass:!0},Xr=(e={})=>{let t=!!(e==null?void 0:e.attributifyPseudo);return[{match:me("group",t?'[group=""]':".group"," "),multiPass:!0},{match:me("peer",t?'[peer=""]':".peer","~"),multiPass:!0},{match:me("parent",t?'[parent=""]':".parent",">"),multiPass:!0},{match:me("previous",t?'[previous=""]':".previous","+"),multiPass:!0}]},Yr={match:e=>{let t=e.match(io);if(t){let r=`part(${t[2]})`;return{matcher:e.slice(t[1].length),selector:n=>`${n}::${r}`}}},multiPass:!0};var Jr=e=>[Hr,Br,Nr,_r,...Fr,...Ur,Or,...Mr,qr,Zr,...Xr(e),Gr,Yr,...Dr(e),...Lr];var fo=(e={})=>{var t,r;return e.dark=(t=e.dark)!=null?t:"class",e.attributifyPseudo=(r=e.attributifyPseudo)!=null?r:!1,{name:"@unocss/preset-mini",theme:Pr,rules:yr,variants:Jr(e),options:e,postprocess:e.variablePrefix&&e.variablePrefix!=="un-"?uo(e.variablePrefix):void 0}},Qr=fo;function uo(e){return t=>{t.entries.forEach(r=>{r[0]=r[0].replace(/^--un-/,`--${e}`),typeof r[1]=="string"&&(r[1]=r[1].replace(/var\(--un-/g,`var(--${e}`))})}}var po=["v-bind:",":"],en=/[\s'"`;]+/g,mo=/<\w[\w:\.$-]*\s((?:'[\s\S]*?'|"[\s\S]*?"|`[\s\S]*?`|\{[\s\S]*?\}|[\s\S]*?)*?)>/g,go=/([?]|(?!\d|-{2}|-\d)[a-zA-Z0-9\u00A0-\uFFFF-_:%-]+)(?:=(["'])([^\2]*?)\2)?/g,tn=e=>{var n,o;let t=(n=e==null?void 0:e.ignoreAttributes)!=null?n:[],r=(o=e==null?void 0:e.nonValuedAttribute)!=null?o:!0;return{name:"attributify",extract({code:s}){let a=Array.from(s.matchAll(mo)).flatMap(i=>Array.from((i[1]||"").matchAll(go))).flatMap(([,i,l,f])=>{if(t.includes(i))return[];for(let u of po)if(i.startsWith(u)){i=i.slice(u.length);break}return f?["class","className"].includes(i)?f.split(en).filter(X):f.split(en).filter(Boolean).map(u=>`[${i}~="${u}"]`):X(i)&&r!==!1?[`[${i}=""]`]:[]});return new Set(a)}}};var ho=/^(?!\[(?:[^:]+):(?:.+)\]$)(.+:!?)?(.*)$/,rn=(e={})=>{var n,o;let t=(n=e.prefix)!=null?n:"un-",r=(o=e.prefixedOnly)!=null?o:!1;return s=>{let a=et(s);if(!a)return;let i=a[1];if(i.startsWith(t))i=i.slice(t.length);else if(r)return;let l=a[2],[,f="",u=l]=l.match(ho)||[];return u==="~"||!u?`${f}${i}`:`${f}${i}-${u}`}};var xo=(e={})=>{var n,o,s,a,i;e.strict=(n=e.strict)!=null?n:!1,e.prefix=(o=e.prefix)!=null?o:"un-",e.prefixedOnly=(s=e.prefixedOnly)!=null?s:!1,e.nonValuedAttribute=(a=e.nonValuedAttribute)!=null?a:!0,e.ignoreAttributes=(i=e.ignoreAttributes)!=null?i:[];let t=[rn(e)],r=[tn(e)];return e.strict||r.unshift(Y),{name:"@unocss/preset-attributify",variants:t,extractors:r,options:e}},nn=xo;var bo=e=>e.replace(/-(\w)/g,(t,r)=>r?r.toUpperCase():""),on=e=>e.charAt(0).toUpperCase()+e.slice(1),sn=e=>e.replace(/(?:^|\B)([A-Z])/g,"-$1").toLowerCase(),an=["Webkit","Moz","ms"];function cn(e){let t={};function r(n){let o=t[n];if(o)return o;let s=bo(n);if(s!=="filter"&&s in e)return t[n]=sn(s);s=on(s);for(let a=0;a<an.length;a++){let i=`${an[a]}${s}`;if(i in e)return t[n]=sn(on(i))}return n}return({entries:n})=>n.forEach(o=>{o[0].startsWith("--")||(o[0]=r(o[0]))})}function He(e={}){var R,O;if(typeof window>"u"){console.warn("@unocss/runtime been used in non-browser environment, skipped.");return}let t=window.__unocss||{},r=t==null?void 0:t.runtime,n=Object.assign(e.defaults||{},r);if(r==null?void 0:r.autoPrefix){let d=n.postprocess;d||(d=[]),Array.isArray(d)||(d=[d]),d.unshift(cn(document.createElement("div").style)),n.postprocess=d}(R=r==null?void 0:r.configResolved)==null||R.call(r,t,n);let o,s=!0,a,i=ft(t,n),l=new Set,f,u=[],y=()=>new Promise(d=>{u.push(d),f!=null&&clearTimeout(f),f=setTimeout(()=>p().then(()=>{let h=u;u=[],h.forEach(S=>S())}),0)});async function p(){let d=await i.generate(l);o||(o=document.createElement("style"),document.documentElement.prepend(o)),o.innerHTML=d.css}async function x(d){await i.applyExtractors(d,void 0,l),await y()}async function j(){let d=document.body&&document.body.outerHTML;d&&await x(d)}let _=new MutationObserver(d=>{s||d.forEach(h=>{let S=h.target;if(S===o||a&&!a(S))return;let L=Array.from(S.attributes).map(z=>z.value?`${z.name}="${z.value}"`:z.name).join(" "),H=`<${S.tagName.toLowerCase()} ${L}>`;x(H)})}),w=!1;function m(){if(!w)return;let d=document.documentElement||document.body;!d||(_.observe(d,{childList:!0,subtree:!0,attributes:!0}),w=!0)}function g(){j(),m()}function $(){g(),window.addEventListener("load",g),window.addEventListener("DOMContentLoaded",g)}let b=window.__unocss_runtime=window.__unocss_runtime={version:i.version,uno:i,async extract(d){if(typeof d=="string")return await x(d);d.forEach(h=>l.add(h)),await p()},extractAll:j,inspect(d){a=d},toggleObserver(d){d===void 0?s=!s:s=!!d,!w&&!s&&$()}};((O=r==null?void 0:r.ready)==null?void 0:O.call(r,b))!==!1&&(s=!1,$())}He({defaults:{presets:[Qr(),nn()]}});})();
|
|
1
|
+
(()=>{var Be=Object.defineProperty,fn=Object.defineProperties;var un=Object.getOwnPropertyDescriptors;var se=Object.getOwnPropertySymbols;var Ke=Object.prototype.hasOwnProperty,We=Object.prototype.propertyIsEnumerable;var Ne=(e,t,r)=>t in e?Be(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,v=(e,t)=>{for(var r in t||(t={}))Ke.call(t,r)&&Ne(e,r,t[r]);if(se)for(var r of se(t))We.call(t,r)&&Ne(e,r,t[r]);return e},R=(e,t)=>fn(e,un(t));var Ie=(e,t)=>{var r={};for(var n in e)Ke.call(e,n)&&t.indexOf(n)<0&&(r[n]=e[n]);if(e!=null&&se)for(var n of se(e))t.indexOf(n)<0&&We.call(e,n)&&(r[n]=e[n]);return r};var pn=(e,t)=>{for(var r in t)Be(e,r,{get:t[r],enumerable:!0})};var dn={mid:"middle",base:"baseline",btm:"bottom"},Ge=[[/^(?:vertical|align|v)-(baseline|top|middle|bottom|text-top|text-bottom|sub|super|mid|base|btm)$/,([,e])=>({"vertical-align":dn[e]||e})]],qe=[["text-center",{"text-align":"center"}],["text-left",{"text-align":"left"}],["text-right",{"text-align":"right"}],["text-justify",{"text-align":"justify"}]];var ge=["hsl","hsla","hwb","lab","lch","oklab","oklch","rgb","rgba"];function xe(e=""){let t=mn(e);if(t==null)return;let{type:r,components:n,alpha:o}=t,s=r.toLowerCase();if(n.length!==0&&!(["rgba","hsla"].includes(s)&&o===void 0)&&!(ge.includes(s)&&n.length!==3))return{type:s,components:n,alpha:o}}function F(e,t){let{components:r}=e,{alpha:n,type:o}=e;return n=t!=null?t:n,o=o.toLowerCase(),["hsla","hsl","rgba","rgb"].includes(o)?`${o.replace("a","")}a(${r.join(",")}${n==null?"":`,${n}`})`:(n=n==null?"":` / ${n}`,ge.includes(o)?`${o}(${r.join(" ")}${n})`:`color(${o} ${r.join(" ")}${n})`)}function mn(e){if(!e)return;let t=hn(e);if(t!=null||(t=gn(e),t!=null)||(t=xn(e),t!=null)||(t=yn(e),t!=null)||(t=$n(e),t!=null))return t}function hn(e){let[,t]=e.match(/^#([\da-f]+)$/i)||[];if(!!t)switch(t.length){case 3:case 4:let r=Array.from(t,o=>Number.parseInt(o,16)).map(o=>o<<4|o);return{type:"rgb",components:r.slice(0,3),alpha:t.length===3?void 0:Math.round(r[3]/255*100)/100};case 6:case 8:let n=Number.parseInt(t,16);return{type:"rgb",components:t.length===6?[n>>16&255,n>>8&255,n&255]:[n>>24&255,n>>16&255,n>>8&255],alpha:t.length===6?void 0:Math.round((n&255)/255*100)/100}}}function gn(e){let t={rebeccapurple:[102,51,153,1]}[e];if(t!=null)return{type:"rgb",components:t.slice(0,3),alpha:t[3]}}function xn(e){let t=e.match(/^(rgb|rgba|hsl|hsla)\((.+)\)$/i);if(!t)return;let[,r,n]=t,o=W(n,",",5);if(o&&[3,4].includes(o.length))return{type:r,components:o.slice(0,3),alpha:o[3]}}var bn=new RegExp(`^(${ge.join("|")})\\((.+)\\)$`,"i");function yn(e){let t=e.match(bn);if(!t)return;let[,r,n]=t,o=Ze(`${r} ${n}`);if(o){let{alpha:s,components:[a,...i]}=o;return{type:a,components:i,alpha:s}}}function $n(e){let t=e.match(/^color\((.+)\)$/);if(!t)return;let r=Ze(t[1]);if(r){let{alpha:n,components:[o,...s]}=r;return{type:o,components:s,alpha:n}}}function Ze(e){let t=W(e);if(!t)return;let r=t.length;if(t[r-2]==="/")return{components:t.slice(0,r-2),alpha:t[r-1]};if(t[r-2]!=null&&(t[r-2].endsWith("/")||t[r-1].startsWith("/"))){let s=t.splice(r-2);t.push(s.join(" ")),--r}let n=W(t[r-1],"/",3);if(!n)return;if(n.length===1||n[n.length-1]==="")return{components:t};let o=n.pop();return t[r-1]=n.join("/"),{components:t,alpha:o}}function wn(e,t){if(e=e.trim(),e==="")return;let r=e.length,n=0;for(let o=0;o<r;o++)switch(e[o]){case"(":n++;break;case")":if(--n<0)return;break;case t:if(n===0){let s=e.slice(0,o).trim();return s===""?void 0:[s,e.slice(o+1).trim()]}}return[e,""]}function W(e,t,r){if(t=t!=null?t:" ",t.length!==1)return;r=r!=null?r:10;let n=[],o=0;for(;e!=="";){if(++o>r)return;let s=wn(e,t);if(!s)return;let[a,i]=s;n.push(a),e=i}if(n.length>0)return n}var P={l:["-left"],r:["-right"],t:["-top"],b:["-bottom"],s:["-inline-start"],e:["-inline-end"],x:["-left","-right"],y:["-top","-bottom"],"":[""],bs:["-block-start"],be:["-block-end"],is:["-inline-start"],ie:["-inline-end"],block:["-block-start","-block-end"],inline:["-inline-start","-inline-end"]},be=R(v({},P),{s:["-inset-inline-start"],e:["-inset-inline-end"],bs:["-inset-block-start"],be:["-inset-block-end"],is:["-inset-inline-start"],ie:["-inset-inline-end"],block:["-inset-block-start","-inset-block-end"],inline:["-inset-inline-start","-inset-inline-end"]}),ye={l:["-top-left","-bottom-left"],r:["-top-right","-bottom-right"],t:["-top-left","-top-right"],b:["-bottom-left","-bottom-right"],tl:["-top-left"],lt:["-top-left"],tr:["-top-right"],rt:["-top-right"],bl:["-bottom-left"],lb:["-bottom-left"],br:["-bottom-right"],rb:["-bottom-right"],"":[""],bs:["-start-start","-start-end"],be:["-end-start","-end-end"],is:["-end-start","-start-start"],ie:["-start-end","-end-end"],"bs-is":["-start-start"],"is-bs":["-start-start"],"bs-ie":["-start-end"],"ie-bs":["-start-end"],"be-is":["-end-start"],"is-be":["-end-start"],"be-ie":["-end-end"],"ie-be":["-end-end"]},$e={x:["-x"],y:["-y"],z:["-z"],"":["-x","-y"]},Xe=["top","top center","top left","top right","bottom","bottom center","bottom left","bottom right","left","left center","left top","left bottom","right","right center","right top","right bottom","center","center top","center bottom","center left","center right","center center"],we=Object.assign({},...Xe.map(e=>({[e.replace(/ /,"-")]:e})),...Xe.map(e=>({[e.replace(/\b(\w)\w+/g,"$1").replace(/ /,"")]:e})));function I(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function ve(e){let t=e.length,r=-1,n,o="",s=e.charCodeAt(0);for(;++r<t;){if(n=e.charCodeAt(r),n===0){o+="\uFFFD";continue}if(n===44){o+="\\2c ";continue}if(n>=1&&n<=31||n===127||r===0&&n>=48&&n<=57||r===1&&n>=48&&n<=57&&s===45){o+=`\\${n.toString(16)} `;continue}if(r===0&&t===1&&n===45){o+=`\\${e.charAt(r)}`;continue}if(n>=128||n===45||n===95||n>=48&&n<=57||n>=65&&n<=90||n>=97&&n<=122){o+=e.charAt(r);continue}o+=`\\${e.charAt(r)}`}return o}var ie=ve;function q(e){return(Array.isArray(e)?e:Object.entries(e)).filter(t=>t[1]!=null)}function Ye(e){return Array.isArray(e)?e.find(t=>!Array.isArray(t)||Array.isArray(t[0]))?e.map(t=>q(t)):[e]:[q(e)]}function vn(e){return e.filter(([t,r],n)=>{if(t.startsWith("$$"))return!1;for(let o=n-1;o>=0;o--)if(e[o][0]===t&&e[o][1]===r)return!1;return!0})}function ae(e){return e==null?"":vn(e).map(([t,r])=>r!=null?`${t}:${r};`:void 0).filter(Boolean).join("")}function Se(e){return e&&typeof e=="object"&&!Array.isArray(e)}function ke(e,t){let r=e,n=t;if(Array.isArray(r)&&Array.isArray(n))return[...r,...n];if(Array.isArray(r))return[...r];let o=v({},r);return Se(r)&&Se(n)&&Object.keys(n).forEach(s=>{Se(n[s])?s in r?o[s]=ke(r[s],n[s]):Object.assign(o,{[s]:n[s]}):Object.assign(o,{[s]:n[s]})}),o}function G(e){let t,r,n;if(Array.isArray(e)){for(r=Array(t=e.length);t--;)r[t]=(n=e[t])&&typeof n=="object"?G(n):n;return r}if(Object.prototype.toString.call(e)==="[object Object]"){r={};for(t in e)t==="__proto__"?Object.defineProperty(r,t,{value:G(e[t]),configurable:!0,enumerable:!0,writable:!0}):r[t]=(n=e[t])&&typeof n=="object"?G(n):n;return r}return e}function Je(e){return typeof e[0]=="string"}function Qe(e){return typeof e[0]=="string"}function T(e=[]){return Array.isArray(e)?e:[e]}function ce(e){return Array.from(new Set(e))}var Sn=/^\[(.+?)~?="(.*)"\]$/,kn=/(?!\d|-{2}|-\d)[a-zA-Z0-9\u00A0-\uFFFF-_:%-?]/,_="$$shortcut-no-merge";function et(e){return e.match(Sn)}function Z(e=""){return kn.test(e)}function tt(e){return typeof e=="function"?{match:e}:e}function Ce(e){return e.length===3}function rt(e){return e!=null}var Re=class{_map=new Map;get(t,r){let n=this._map.get(t);if(n)return n.get(r)}getFallback(t,r,n){let o=this._map.get(t);return o||(o=new Map,this._map.set(t,o)),o.has(r)||o.set(r,n),o.get(r)}set(t,r,n){let o=this._map.get(t);return o||(o=new Map,this._map.set(t,o)),o.set(r,n),this}has(t,r){var n;return(n=this._map.get(t))==null?void 0:n.has(r)}delete(t,r){var n;return((n=this._map.get(t))==null?void 0:n.delete(r))||!1}deleteTop(t){return this._map.delete(t)}map(t){return Array.from(this._map.entries()).flatMap(([r,n])=>Array.from(n.entries()).map(([o,s])=>t(s,r,o)))}};var Cn=/([!\w+:_/-]+?)([:-])\(((?:[!\w\s:/\\,%#.$-]|\[.*?\])*?)\)/gm;function nt(e){let t=[],r;for(;r=Cn.exec(e);){let o=r.index,s=o+r[0].length,[,a,i,l]=r,f=l.split(/\s/g).map(u=>u.replace(/^(!?)(.*)/,`$1${a}${i}$2`)).join(" ");t.unshift([o,s,f])}let n=e;return t.forEach(([o,s,a])=>{n=n.slice(0,o)+a+n.slice(s)}),n}var ot=new Set;function st(e){ot.has(e)||(console.warn("[unocss]",e),ot.add(e))}function it(e){let t=function(n){var s;let o=((s=this.__options)==null?void 0:s.sequence)||[];this.__options.sequence=[];for(let a of o){let i=e[a](n);if(i!=null)return i}};function r(n,o){return n.__options||(n.__options={sequence:[]}),n.__options.sequence.push(o),n}for(let n of Object.keys(e))Object.defineProperty(t,n,{enumerable:!0,get(){return r(this,n)}});return t}var Rn=e=>e.split(/[\s'"`;>=]+/g).filter(Z),X={name:"split",order:0,extract({code:e}){return new Set(Rn(e))}};function En(e){return T(e).flatMap(t=>Array.isArray(t)?[t]:Object.entries(t))}var Tn={shortcuts:-1,default:0};function Ee(e={},t={}){let r=Object.assign({},t,e),n=(r.presets||[]).flatMap(T),o=[...n.filter(p=>p.enforce==="pre"),...n.filter(p=>!p.enforce),...n.filter(p=>p.enforce==="post")],s=Object.assign(Tn,...n.map(p=>p.layers),e.layers);function a(p){return ce([...o.flatMap(b=>T(b[p]||[])),...T(r[p]||[])])}let i=a("extractors");i.length||i.push(X),i.sort((p,b)=>(p.order||0)-(b.order||0));let l=a("rules"),f={},u=l.length;l.forEach((p,b)=>{Je(p)&&(f[p[0]]=[b,p[1],p[2]],delete l[b])});let y=G([...o.map(p=>p.theme||{}),r.theme||{}].reduce((p,b)=>ke(p,b),{}));return a("extendTheme").forEach(p=>p(y)),R(v({mergeSelectors:!0,warn:!0,blocklist:[],safelist:[],sortLayers:p=>p},r),{presets:o,envMode:r.envMode||"build",shortcutsLayer:r.shortcutsLayer||"shortcuts",layers:s,theme:y,rulesSize:u,rulesDynamic:l,rulesStaticMap:f,preprocess:a("preprocess"),postprocess:a("postprocess"),preflights:a("preflights"),variants:a("variants").map(tt),shortcuts:En(a("shortcuts")),extractors:i})}var at="0.25.0";var lt=class{constructor(t={},r={}){this.userConfig=t;this.defaults=r;this.config=Ee(t,r)}version=at;_cache=new Map;config;blocked=new Set;parentOrders=new Map;setConfig(t,r){!t||(r&&(this.defaults=r),this.userConfig=t,this.config=Ee(t,this.defaults),this.blocked.clear(),this.parentOrders.clear(),this._cache.clear())}async applyExtractors(t,r,n=new Set){let o={get original(){return t},code:t,id:r};for(let s of this.config.extractors){let a=await s.extract(o);a==null||a.forEach(i=>n.add(i))}return n}async parseToken(t){var a;if(this.blocked.has(t))return;if(this._cache.has(t))return this._cache.get(t);let r=t;for(let i of this.config.preprocess)r=i(t);if(this.isBlocked(r)){this.blocked.add(t),this._cache.set(t,null);return}let n=this.matchVariants(t,r);if(!n||this.isBlocked(n[1])){this.blocked.add(t),this._cache.set(t,null);return}let o={rawSelector:t,currentSelector:n[1],theme:this.config.theme,generator:this,variantHandlers:n[2],constructCSS:(...i)=>this.constructCustomCSS(o,...i)},s=this.expandShortcut(n[1],o);if(s){let i=await this.stringifyShortcuts(n,o,s[0],s[1]);if(i==null?void 0:i.length)return this._cache.set(t,i),i}else{let i=(a=await this.parseUtil(n,o))==null?void 0:a.map(l=>this.stringifyUtil(l)).filter(rt);if(i==null?void 0:i.length)return this._cache.set(t,i),i}this._cache.set(t,null)}async generate(t,{id:r,scope:n,preflights:o=!0,safelist:s=!0,minify:a=!1}={}){let i=typeof t=="string"?await this.applyExtractors(t,r):t;s&&this.config.safelist.forEach(d=>i.add(d));let l=a?"":`
|
|
2
|
+
`,f=new Set(["default"]),u=new Set,y=new Map;await Promise.all(Array.from(i).map(async d=>{var g;if(u.has(d))return;let h=await this.parseToken(d);if(h!=null){u.add(d);for(let $ of h){let C=$[3]||"";y.has(C)||y.set(C,[]),y.get(C).push($),((g=$[4])==null?void 0:g.layer)&&f.add($[4].layer)}}})),o&&this.config.preflights.forEach(d=>{d.layer&&f.add(d.layer)});let p={},b=this.config.sortLayers(Array.from(f).sort((d,h)=>{var g,$;return((g=this.config.layers[d])!=null?g:0)-(($=this.config.layers[h])!=null?$:0)||d.localeCompare(h)})),E={};o&&(E=Object.fromEntries(await Promise.all(b.map(async d=>{let g=(await Promise.all(this.config.preflights.filter($=>($.layer||"default")===d).map(async $=>await $.getCSS()))).filter(Boolean).join(l);return[d,g]}))));let U=d=>{if(p[d])return p[d];let h=Array.from(y).sort((g,$)=>{var C,j,m;return((C=this.parentOrders.get(g[0]))!=null?C:0)-((j=this.parentOrders.get($[0]))!=null?j:0)||((m=g[0])==null?void 0:m.localeCompare($[0]||""))||0}).map(([g,$])=>{let C=$.length,j=$.filter(x=>{var S;return(((S=x[4])==null?void 0:S.layer)||"default")===d}).sort((x,S)=>{var D,L,z;return x[0]-S[0]||(((D=x[4])==null?void 0:D.sort)||0)-(((L=S[4])==null?void 0:L.sort)||0)||((z=x[1])==null?void 0:z.localeCompare(S[1]||""))||0}).map(x=>{var S;return[x[1]?zn(x[1],n):x[1],x[2],!!((S=x[4])==null?void 0:S.noMerge)]}).map(x=>[x[0]==null?x[0]:[x[0]],x[1],x[2]]);if(!j.length)return;let m=j.reverse().map(([x,S,D],L)=>{if(!D&&x&&this.config.mergeSelectors)for(let z=L+1;z<C;z++){let K=j[z];if(K&&!K[2]&&K[0]&&K[1]===S)return K[0].push(...x),null}return x?`${[...new Set(x)].join(`,${l}`)}{${S}}`:S}).filter(Boolean).reverse().join(l);return g?`${g}{${l}${m}${l}}`:m}).filter(Boolean).join(l);return o&&(h=[E[d],h].filter(Boolean).join(l)),p[d]=!a&&h?`/* layer: ${d} */${l}${h}`:h},w=(d=b,h)=>d.filter(g=>!(h==null?void 0:h.includes(g))).map(g=>U(g)||"").filter(Boolean).join(l);return{get css(){return w()},layers:b,getLayers:w,getLayer:U,matched:u}}matchVariants(t,r){let n=new Set,o=[],s=r||t,a=!1,i={rawSelector:t,theme:this.config.theme,generator:this};for(;;){a=!1;for(let l of this.config.variants){if(!l.multiPass&&n.has(l))continue;let f=l.match(s,i);if(!!f&&(typeof f=="string"&&(f={matcher:f}),f)){s=f.matcher,Array.isArray(f.parent)&&this.parentOrders.set(f.parent[0],f.parent[1]),o.push(f),n.add(l),a=!0;break}}if(!a)break;if(o.length>500)throw new Error(`Too many variants applied to "${t}"`)}return[t,s,o]}applyVariants(t,r=t[4],n=t[1]){let o=[...r].sort((i,l)=>(i.order||0)-(l.order||0)),s=o.reduce((i,l)=>{var f;return((f=l.body)==null?void 0:f.call(l,i))||i},t[2]),a={selector:o.reduce((i,l)=>{var f;return((f=l.selector)==null?void 0:f.call(l,i,s))||i},An(n)),entries:s,parent:o.reduce((i,l)=>Array.isArray(l.parent)?l.parent[0]:l.parent||i,void 0),layer:o.reduce((i,l)=>l.layer||i,void 0),sort:o.reduce((i,l)=>l.sort||i,void 0)};for(let i of this.config.postprocess)i(a);return a}constructCustomCSS(t,r,n){r=q(r);let{selector:o,entries:s,parent:a}=this.applyVariants([0,n||t.rawSelector,r,void 0,t.variantHandlers]),i=`${o}{${ae(s)}}`;return a?`${a}{${i}}`:i}async parseUtil(t,r,n=!1){var u,y;let[o,s,a]=typeof t=="string"?this.matchVariants(t):t,i=this.config.rulesStaticMap[s];if(i&&i[1]&&(n||!((u=i[2])==null?void 0:u.internal)))return[[i[0],o,q(i[1]),i[2],a]];r.variantHandlers=a;let{rulesDynamic:l,rulesSize:f}=this.config;for(let p=f;p>=0;p--){let b=l[p];if(!b||((y=b[2])==null?void 0:y.internal)&&!n)continue;let[E,U,w]=b,d=s.match(E);if(!d)continue;let h=await U(d,r);if(!h)continue;if(typeof h=="string")return[[p,h,w]];let g=Ye(h).filter($=>$.length);if(g.length)return g.map($=>[p,o,$,w,a])}}stringifyUtil(t){var p;if(!t)return;if(Ce(t))return[t[0],void 0,t[1],void 0,t[2]];let{selector:r,entries:n,parent:o,layer:s,sort:a}=this.applyVariants(t),i=ae(n);if(!i)return;let b=(p=t[3])!=null?p:{},{layer:l,sort:f}=b,u=Ie(b,["layer","sort"]),y=R(v({},u),{layer:s!=null?s:l,sort:a!=null?a:f});return[t[0],r,i,o,y]}expandShortcut(t,r,n=3){if(n===0)return;let o,s;for(let a of this.config.shortcuts)if(Qe(a)){if(a[0]===t){o=o||a[2],s=a[1];break}}else{let i=t.match(a[0]);if(i&&(s=a[1](i,r)),s){o=o||a[2];break}}if(typeof s=="string"&&(s=nt(s).split(/\s+/g)),!!s)return[s.flatMap(a=>{var i;return((i=this.expandShortcut(a,r,n-1))==null?void 0:i[0])||[a]}).filter(a=>a!==""),o]}async stringifyShortcuts(t,r,n,o={layer:this.config.shortcutsLayer}){var f;let s=new Re,a=(await Promise.all(ce(n).map(async u=>{let y=await this.parseUtil(u,r,!0);return y||st(`unmatched utility "${u}" in shortcut "${t[1]}"`),y||[]}))).flat(1).filter(Boolean).sort((u,y)=>u[0]-y[0]),[i,,l]=t;for(let u of a){if(Ce(u))continue;let{selector:y,entries:p,parent:b,sort:E}=this.applyVariants(u,[...u[4],...l],i);s.getFallback(y,b,[[],u[0]])[0].push([p,!!((f=u[3])==null?void 0:f.noMerge),E!=null?E:0])}return s.map(([u,y],p,b)=>{let E=(w,d,h)=>{let g=Math.max(...h.map(C=>C[1])),$=h.map(C=>C[0]);return(w?[$.flat(1)]:$).map(C=>{let j=ae(C);if(j)return[y,p,j,b,R(v({},o),{noMerge:d,sort:g})]})};return[[u.filter(([,w])=>w).map(([w,,d])=>[w,d]),!0],[u.filter(([,w])=>!w).map(([w,,d])=>[w,d]),!1]].map(([w,d])=>[...E(!1,d,w.filter(([h])=>h.some(g=>g[0]===_))),...E(!0,d,w.filter(([h])=>h.every(g=>g[0]!==_)))])}).flat(2).filter(Boolean)}isBlocked(t){return!t||this.config.blocklist.some(r=>typeof r=="string"?r===t:r.test(t))}};function ft(e,t){return new lt(e,t)}var ut=/ \$\$ /,Vn=e=>e.match(ut);function zn(e,t){return Vn(e)?e.replace(ut,t?` ${t} `:" "):t?`${t} ${e}`:e}var ct=/^\[(.+?)(~?=)"(.*)"\]$/;function An(e){return ct.test(e)?e.replace(ct,(t,r,n,o)=>`[${ie(r)}${n}"${ie(o)}"]`):`.${ie(e)}`}var je={};pn(je,{auto:()=>Un,bracket:()=>Nn,cssvar:()=>Bn,degree:()=>Wn,fraction:()=>Hn,global:()=>In,number:()=>Dn,numberWithUnit:()=>Mn,percent:()=>Ln,properties:()=>Gn,px:()=>_n,rem:()=>Fn,time:()=>Kn});var Pn=["color","border-color","background-color","flex-grow","flex","flex-shrink","caret-color","font","gap","opacity","visibility","z-index","font-weight","zoom","text-shadow","transform","box-shadow","backround-position","left","right","top","bottom","object-position","max-height","min-height","max-width","min-width","height","width","border-width","margin","padding","outline-width","outline-offset","font-size","line-height","text-indent","vertical-align","border-spacing","letter-spacing","word-spacing","stroke","filter","backdrop-filter","fill","mask","mask-size","mask-border","clip-path","clip","border-radius"],Te=/^(-?[0-9.]+)(px|pt|pc|rem|em|%|vh|vw|in|cm|mm|ex|ch|vmin|vmax|rpx)?$/i,On=/^(-?[0-9.]+)$/i,pt=/^(px)$/i;function V(e){return e.toFixed(10).replace(/\.0+$/,"").replace(/(\.\d+?)0+$/,"$1")}function Mn(e){let t=e.match(Te);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(n&&!Number.isNaN(o))return`${V(o)}${n}`}function Un(e){if(e==="auto"||e==="a")return"auto"}function Fn(e){if(e.match(pt))return`1${e}`;let t=e.match(Te);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${V(o)}${n}`:`${V(o/4)}rem`}function _n(e){if(e.match(pt))return`1${e}`;let t=e.match(Te);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${V(o)}${n}`:`${V(o)}px`}function Dn(e){if(!On.test(e))return;let t=parseFloat(e);if(!Number.isNaN(t))return V(t)}function Ln(e){e.endsWith("%")&&(e=e.slice(0,-1));let t=parseFloat(e);if(!Number.isNaN(t))return`${V(t/100)}`}function Hn(e){if(e==="full")return"100%";let[t,r]=e.split("/"),n=parseFloat(t)/parseFloat(r);if(!Number.isNaN(n))return`${V(n*100)}%`}function Nn(e){if(e&&e[0]==="["&&e[e.length-1]==="]")return e.slice(1,-1).replace(/(url\(.*?\))/g,t=>t.replace(/_/g,"\\_")).replace(/([^\\])_/g,"$1 ").replace(/calc\((.*)/g,t=>t.replace(/(-?\d*\.?\d(?!\b-.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 "))}function Bn(e){if(e.match(/^\$\S/))return`var(--${ve(e.slice(1))})`}function Kn(e){let t=e.match(/^(-?[0-9.]+)(s|ms)?$/i);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${V(o)}${n}`:`${V(o)}ms`}function Wn(e){let t=e.match(/^(-?[0-9.]+)(deg|rad|grad|turn)?$/i);if(!t)return;let[,r,n]=t,o=parseFloat(r);if(!Number.isNaN(o))return n?`${V(o)}${n}`:`${V(o)}deg`}function In(e){if(["inherit","initial","revert","unset"].includes(e))return e}function Gn(e){for(let t of e.split(","))if(!Pn.includes(t))return;return e}var c=it(je);var H=(e,t)=>{let r=new RegExp(`^${I(e)}[:-]`);return n=>{let o=n.match(r);if(o)return{matcher:n.slice(o[0].length),selector:t}}},Y=(e,t)=>{let r=new RegExp(`^${I(e)}[:-]`);return n=>{let o=n.match(r);if(o)return{matcher:n.slice(o[0].length),parent:t}}};var A=e=>([t,r,n])=>{let o=c.bracket.cssvar.auto.fraction.rem(n);if(o!==void 0)return P[r].map(s=>[`${e}${s}`,o])},Ve=(e,t)=>{var r;return(r=e.colors)==null?void 0:r[t.join("-").replace(/(-[a-z])/g,n=>n.slice(1).toUpperCase())]},le=(e,t)=>{let[r,n]=e.split(/(?:\/|:)/),o=r.replace(/([a-z])([0-9])/g,"$1-$2").split(/-/g),[s]=o;if(!s)return;let a,i=c.bracket(r),l=i||r;l.startsWith("#")?a=l:l.startsWith("hex-")?a=`#${l.slice(4)}`:r.startsWith("$")&&(a=c.cssvar(r)),a=a||i;let f="DEFAULT";if(!a){let u,[y]=o.slice(-1);y.match(/^\d+$/)?(f=y,u=Ve(t,o.slice(0,-1))):(u=Ve(t,o),!u&&o.length<=2&&([,f=f]=o,u=Ve(t,[s]))),typeof u=="string"?a=u:f&&u&&(a=u[f])}return{opacity:n,name:s,no:f,color:a,cssColor:xe(a),alpha:c.bracket.cssvar.percent(n!=null?n:"")}},k=(e,t)=>([,r],{theme:n})=>{var l;let o=le(r,n);if(!o)return;let{alpha:s,color:a,cssColor:i}=o;if(i)return s!=null?{[e]:F(i,s)}:{[`--un-${t}-opacity`]:(l=i.alpha)!=null?l:1,[e]:F(i,`var(--un-${t}-opacity)`)};if(a)return{[e]:a.replace("%alpha",`${s!=null?s:1}`)}},fe=(e,t)=>{let r=[];e=T(e);for(let n=0;n<e.length;n++){let o=W(e[n]," ",6);if(!o||o.length<3)return e;let s=xe(o.pop());if(s==null)return e;r.push(`${o.join(" ")} var(${t}, ${F(s)})`)}return r};var dt=[[/^outline-(?:width-|size-)?(.+)$/,([,e])=>({"outline-width":c.bracket.cssvar.px(e)})],[/^outline-(?:color-)?(.+)$/,k("outline-color","outline-color")],[/^outline-offset-(.+)$/,([,e])=>({"outline-offset":c.bracket.cssvar.px(e)})],["outline",{"outline-style":"solid"}],[/^outline-(auto|dashed|dotted|double|hidden|solid|groove|ridge|inset|outset|inherit|initial|revert|unset)$/,([,e])=>({"outline-style":e})],["outline-none",{outline:"2px solid transparent","outline-offset":"2px"}]],mt=[["appearance-none",{appearance:"none","-webkit-appearance":"none"}]],qn=e=>{var t;return(t=c.properties.auto.global(e))!=null?t:{contents:"contents",scroll:"scroll-position"}[e]},ht=[[/^will-change-(.+)/,([,e])=>({"will-change":qn(e)})]];var gt=[[/^(?:border|b)()(?:-(.+))?$/,J],[/^(?:border|b)-([xy])(?:-(.+))?$/,J],[/^(?:border|b)-([rltbse])(?:-(.+))?$/,J],[/^(?:border|b)-(block|inline)(?:-(.+))?$/,J],[/^(?:border|b)-([bi][se])(?:-(.+))?$/,J],[/^(?:border|b)-()(?:width|size)-(.+)$/,N],[/^(?:border|b)-([xy])-(?:width|size)-(.+)$/,N],[/^(?:border|b)-([rltbse])-(?:width|size)-(.+)$/,N],[/^(?:border|b)-(block|inline)-(?:width|size)-(.+)$/,N],[/^(?:border|b)-([bi][se])-(?:width|size)-(.+)$/,N],[/^(?:border|b)-()(?:color-)?(.+)$/,Q],[/^(?:border|b)-([xy])-(?:color-)?(.+)$/,Q],[/^(?:border|b)-([rltbse])-(?:color-)?(.+)$/,Q],[/^(?:border|b)-(block|inline)-(?:color-)?(.+)$/,Q],[/^(?:border|b)-([bi][se])-(?:color-)?(.+)$/,Q],[/^(?:border|b)-()op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-([xy])-op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-([rltbse])-op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-(block|inline)-op(?:acity)?-?(.+)$/,ee],[/^(?:border|b)-([bi][se])-op(?:acity)?-?(.+)$/,ee],[/^(?:border-)?(?:rounded|rd)()(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([rltb])(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([rltb]{2})(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([bi][se])(?:-(.+))?$/,te],[/^(?:border-)?(?:rounded|rd)-([bi][se]-[bi][se])(?:-(.+))?$/,te],["border-solid",{"border-style":"solid"}],["border-dashed",{"border-style":"dashed"}],["border-dotted",{"border-style":"dotted"}],["border-double",{"border-style":"double"}],["border-hidden",{"border-style":"hidden"}],["border-none",{"border-style":"none"}]],Zn=(e,{theme:t})=>{var r;return e!==void 0&&!!((r=le(e,t))==null?void 0:r.color)},Xn=e=>([,t],{theme:r})=>{var i,l;let n=le(t,r);if(!n)return;let{alpha:o,color:s,cssColor:a}=n;if(a)return o!=null?{[`border${e}-color`]:F(a,o)}:e===""?{"--un-border-opacity":(i=a.alpha)!=null?i:1,[`border${e}-color`]:F(a,`var(--un-border${e}-opacity)`)}:{"--un-border-opacity":(l=a.alpha)!=null?l:1,[`--un-border${e}-opacity`]:"var(--un-border-opacity)",[`border${e}-color`]:F(a,`var(--un-border${e}-opacity)`)};if(s)return{[`border${e}-color`]:s.replace("%alpha",`${o!=null?o:1}`)}};function J(e){let t=N(e);if(t)return[...t,["border-style","solid"]]}function N([,e="",t="1"]){let r=c.bracket.cssvar.px(t);if(e in P&&r!=null)return P[e].map(n=>[`border${n}-width`,r])}function Q([,e="",t],r){if(e in P&&Zn(t,r))return Object.assign({},...P[e].map(n=>Xn(n)(["",t],r)))}function ee([,e="",t]){let r=c.bracket.percent(t);if(e in P&&r!=null)return P[e].map(n=>[`--un-border${n}-opacity`,r])}function te([,e="",t="DEFAULT"],{theme:r}){var o;let n=((o=r.borderRadius)==null?void 0:o[t])||c.bracket.cssvar.fraction.rem(t);if(e in ye&&n!=null)return ye[e].map(s=>[`border${s}-radius`,n])}var xt=[[/^op(?:acity)?-?(.+)$/,([,e])=>({opacity:c.bracket.percent.cssvar(e)})]],bt=[[/^(?:text|color|c)-(.+)$/,k("color","text")],[/^(?:text|color|c)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-opacity":c.bracket.percent(e)})]],yt=[[/^bg-(.+)$/,k("background-color","bg")],[/^bg-op(?:acity)?-?(.+)$/,([,e])=>({"--un-bg-opacity":c.bracket.percent(e)})]];var wt={all:"all",colors:["color","background-color","border-color","text-decoration-color","fill","stroke"].join(","),none:"none",opacity:"opacity",shadow:"box-shadow",transform:"transform"},$t=e=>{var t;return(t=c.properties(e))!=null?t:wt[e]},vt=[[/^transition(?:-([a-z-]+(?:,[a-z-]+)*))?(?:-(\d+))?$/,([,e,t="150"])=>{let r=e!=null?$t(e):[wt.colors,"opacity","box-shadow","transform","filter","backdrop-filter"].join(",");if(r)return{"transition-property":r,"transition-timing-function":"cubic-bezier(0.4, 0, 0.2, 1)","transition-duration":`${t}ms`}}],[/^(?:transition-)?duration-(.+)$/,([,e])=>({"transition-duration":c.bracket.cssvar.time(e)})],[/^(?:transition-)?delay-(.+)$/,([,e])=>({"transition-delay":c.bracket.cssvar.time(e)})],[/^(?:transition-)?ease(?:-(.+))?$/,([,e],{theme:t})=>{var r,n;return{"transition-timing-function":(n=(r=t.easing)==null?void 0:r[e||"DEFAULT"])!=null?n:c.bracket.cssvar(e)}}],[/^(?:transition-)?property-(.+)$/,([,e])=>({"transition-property":c.global(e)||$t(e)})],["transition-none",{transition:"none"}]];var St=[["flex",{display:"flex"}],["inline-flex",{display:"inline-flex"}],["flex-inline",{display:"inline-flex"}],["flex-1",{flex:"1 1 0%"}],["flex-auto",{flex:"1 1 auto"}],["flex-initial",{flex:"0 1 auto"}],["flex-none",{flex:"none"}],[/^flex-(\[.+\])$/,([,e])=>({flex:c.bracket(e).replace(/\d+\/\d+/,t=>c.fraction(t))})],[/^(?:flex-)?shrink$/,()=>({"flex-shrink":1})],[/^(?:flex-)?shrink-0$/,()=>({"flex-shrink":0})],[/^(?:flex-)?grow$/,()=>({"flex-grow":1})],[/^(?:flex-)?grow-0$/,()=>({"flex-grow":0})],[/^(?:flex-)?basis-(.+)$/,([,e])=>({"flex-basis":c.bracket.cssvar.auto.fraction.rem(e)})],["flex-row",{"flex-direction":"row"}],["flex-row-reverse",{"flex-direction":"row-reverse"}],["flex-col",{"flex-direction":"column"}],["flex-col-reverse",{"flex-direction":"column-reverse"}],["flex-wrap",{"flex-wrap":"wrap"}],["flex-wrap-reverse",{"flex-wrap":"wrap-reverse"}],["flex-nowrap",{"flex-wrap":"nowrap"}]];var Yn={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},kt=[[/^font-(\w+)$/,([,e],{theme:t})=>{var r;return{"font-family":(r=t.fontFamily)==null?void 0:r[e]}}],[/^text-(.+)$/,([,e="base"],{theme:t})=>{var n;let r=T((n=t.fontSize)==null?void 0:n[e]);if(r==null?void 0:r[0]){let[o,s="1"]=r;return{"font-size":o,"line-height":s}}return{"font-size":c.bracket.rem(e)}}],[/^text-size-(.+)$/,([,e])=>({"font-size":c.bracket.cssvar.rem(e)})],[/^(?:font|fw)-?([^-]+)$/,([,e])=>({"font-weight":Yn[e]||c.number(e)})],[/^(?:leading|lh)-(.+)$/,([,e],{theme:t})=>{var r;return{"line-height":((r=t.lineHeight)==null?void 0:r[e])||c.bracket.cssvar.rem(e)}}],[/^tracking-(.+)$/,([,e],{theme:t})=>{var r;return{"letter-spacing":((r=t.letterSpacing)==null?void 0:r[e])||c.bracket.cssvar.rem(e)}}],[/^word-spacing-(.+)$/,([,e],{theme:t})=>{var r;return{"word-spacing":((r=t.wordSpacing)==null?void 0:r[e])||c.bracket.cssvar.rem(e)}}]],Ct=[[/^tab(?:-(.+))?$/,([,e])=>{let t=c.bracket.cssvar.global.number(e||"4");if(t!=null)return{"-moz-tab-size":t,"-o-tab-size":t,"tab-size":t}}]],Rt=[[/^indent(?:-(.+))?$/,([,e],{theme:t})=>{var r;return{"text-indent":((r=t.textIndent)==null?void 0:r[e||"DEFAULT"])||c.bracket.cssvar.fraction.rem(e)}}]],Et=[[/^text-stroke(?:-(.+))?$/,([,e],{theme:t})=>{var r;return{"-webkit-text-stroke-width":((r=t.textStrokeWidth)==null?void 0:r[e||"DEFAULT"])||c.bracket.cssvar.px(e)}}],[/^text-stroke-(.+)$/,k("-webkit-text-stroke-color","text-stroke")],[/^text-stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-stroke-opacity":c.bracket.percent(e)})]],Tt=[[/^text-shadow(?:-(.+))?$/,([,e],{theme:t})=>{var n;let r=(n=t.textShadow)==null?void 0:n[e||"DEFAULT"];return r!=null?{"--un-text-shadow":fe(r,"--un-text-shadow-color").join(","),"text-shadow":"var(--un-text-shadow)"}:{"text-shadow":c.bracket.cssvar(e)}}],[/^text-shadow-color-(.+)$/,k("--un-text-shadow-color","text-shadow")],[/^text-shadow-color-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-shadow-opacity":c.bracket.percent(e)})]];var jt={"":"",x:"column-",y:"row-"},Vt=([,e="",t])=>{let r=c.bracket.cssvar.rem(t);if(r!=null)return{[`grid-${jt[e]}gap`]:r,[`${jt[e]}gap`]:r}},zt=[[/^(?:flex-|grid-)?gap-()([^-]+)$/,Vt],[/^(?:flex-|grid-)?gap-([xy])-([^-]+)$/,Vt]];var O=e=>e.replace("col","column"),Jn=(e,t)=>{var n;let r=(n=t.fontSize)==null?void 0:n[e];if(r!=null)return T(r)[0];switch(e){case"min":return"min-content";case"max":return"max-content";case"fr":return"minmax(0,1fr)"}return c.bracket.cssvar.auto.rem(e)},At=[["grid",{display:"grid"}],["inline-grid",{display:"inline-grid"}],[/^(?:grid-)?(row|col)-(.+)$/,([,e,t])=>({[`grid-${O(e)}`]:c.bracket.cssvar.auto(t)})],[/^(?:grid-)?(row|col)-span-(.+)$/,([,e,t])=>{if(t==="full")return{[`grid-${O(e)}`]:"1/-1"};let r=c.bracket.number(t);if(r!=null)return{[`grid-${O(e)}`]:`span ${r}/span ${r}`}}],[/^(?:grid-)?(row|col)-start-(.+)$/,([,e,t])=>{var r;return{[`grid-${O(e)}-start`]:(r=c.bracket.cssvar(t))!=null?r:t}}],[/^(?:grid-)?(row|col)-end-(.+)$/,([,e,t])=>{var r;return{[`grid-${O(e)}-end`]:(r=c.bracket.cssvar(t))!=null?r:t}}],[/^(?:grid-)?auto-(rows|cols)-(.+)$/,([,e,t],{theme:r})=>({[`grid-auto-${O(e)}`]:Jn(t,r)})],[/^(?:grid-auto-flow|auto-flow|grid-flow)-(.+)$/,([,e])=>({"grid-auto-flow":c.bracket.cssvar(e)})],[/^(?:grid-auto-flow|auto-flow|grid-flow)-((?:row|col)(?:-dense)?)$/,([,e])=>({"grid-auto-flow":O(e).replace("-"," ")})],[/^grid-(rows|cols)-(.+)$/,([,e,t])=>({[`grid-template-${O(e)}`]:c.bracket.cssvar(t)})],[/^grid-(rows|cols)-minmax-([\w.-]+)$/,([,e,t])=>({[`grid-template-${O(e)}`]:`repeat(auto-fill,minmax(${t},1fr))`})],[/^grid-(rows|cols)-(\d+)$/,([,e,t])=>({[`grid-template-${O(e)}`]:`repeat(${t},minmax(0,1fr))`})],["grid-rows-none",{"grid-template-rows":"none"}],["grid-cols-none",{"grid-template-columns":"none"}]];var Pt=["auto","hidden","clip","visible","scroll"],Ot=[[/^(?:overflow|of)-(.+)$/,([,e])=>Pt.includes(e)?{overflow:e}:void 0],[/^(?:overflow|of)-([xy])-(.+)$/,([,e,t])=>Pt.includes(t)?{[`overflow-${e}`]:t}:void 0]];var Ae=[[/^(?:position-|pos-)?(relative|absolute|fixed|sticky)$/,([,e])=>({position:e})],[/^(?:position-|pos-)?(static)$/,([,e])=>({position:e})]],Mt=[["justify-start",{"justify-content":"flex-start"}],["justify-end",{"justify-content":"flex-end"}],["justify-center",{"justify-content":"center"}],["justify-between",{"justify-content":"space-between"}],["justify-around",{"justify-content":"space-around"}],["justify-evenly",{"justify-content":"space-evenly"}],["justify-items-start",{"justify-items":"start"}],["justify-items-end",{"justify-items":"end"}],["justify-items-center",{"justify-items":"center"}],["justify-items-stretch",{"justify-items":"stretch"}],["justify-self-auto",{"justify-self":"auto"}],["justify-self-start",{"justify-self":"start"}],["justify-self-end",{"justify-self":"end"}],["justify-self-center",{"justify-self":"center"}],["justify-self-stretch",{"justify-self":"stretch"}]],Ut=[[/^order-(.+)$/,([,e])=>({order:c.bracket.cssvar.number(e)})],["order-first",{order:"-9999"}],["order-last",{order:"9999"}],["order-none",{order:"0"}]],Ft=[["content-center",{"align-content":"center"}],["content-start",{"align-content":"flex-start"}],["content-end",{"align-content":"flex-end"}],["content-between",{"align-content":"space-between"}],["content-around",{"align-content":"space-around"}],["content-evenly",{"align-content":"space-evenly"}],["items-start",{"align-items":"flex-start"}],["items-end",{"align-items":"flex-end"}],["items-center",{"align-items":"center"}],["items-baseline",{"align-items":"baseline"}],["items-stretch",{"align-items":"stretch"}],["self-auto",{"align-self":"auto"}],["self-start",{"align-self":"flex-start"}],["self-end",{"align-self":"flex-end"}],["self-center",{"align-self":"center"}],["self-stretch",{"align-self":"stretch"}],["self-baseline",{"align-self":"baseline"}]],_t=[["place-content-center",{"place-content":"center"}],["place-content-start",{"place-content":"start"}],["place-content-end",{"place-content":"end"}],["place-content-between",{"place-content":"space-between"}],["place-content-around",{"place-content":"space-around"}],["place-content-evenly",{"place-content":"space-evenly"}],["place-content-stretch",{"place-content":"stretch"}],["place-items-start",{"place-items":"start"}],["place-items-end",{"place-items":"end"}],["place-items-center",{"place-items":"center"}],["place-items-stretch",{"place-items":"stretch"}],["place-self-auto",{"place-self":"auto"}],["place-self-start",{"place-self":"start"}],["place-self-end",{"place-self":"end"}],["place-self-center",{"place-self":"center"}],["place-self-stretch",{"place-self":"stretch"}]];function ze(e){return c.bracket.cssvar.auto.fraction.rem(e)}function ue([,e,t]){let r=ze(t);if(r!=null&&e in be)return be[e].map(n=>[n.slice(1),r])}var Dt=[[/^(?:position-|pos-)?inset-(.+)$/,([,e])=>({inset:ze(e)})],[/^(?:position-|pos-)?inset-([xy])-(.+)$/,ue],[/^(?:position-|pos-)?inset-([rltbse])-(.+)$/,ue],[/^(?:position-|pos-)?inset-(block|inline)-(.+)$/,ue],[/^(?:position-|pos-)?inset-([bi][se])-(.+)$/,ue],[/^(?:position-|pos-)?(top|left|right|bottom)-(.+)$/,([,e,t])=>({[e]:ze(t)})]],Lt=[["float-left",{float:"left"}],["float-right",{float:"right"}],["float-none",{float:"none"}],["clear-left",{clear:"left"}],["clear-right",{clear:"right"}],["clear-both",{clear:"both"}],["clear-none",{clear:"none"}]],Ht=[[/^z-(.+)$/,([,e])=>({"z-index":c.bracket.cssvar.auto.number(e)})]],Nt=[["box-border",{"box-sizing":"border-box"}],["box-content",{"box-sizing":"content-box"}]];var pe="var(--un-empty,/*!*/ /*!*/)",Bt=[["inline",{display:"inline"}],["block",{display:"block"}],["inline-block",{display:"inline-block"}],["contents",{display:"contents"}],["flow-root",{display:"flow-root"}],["list-item",{display:"list-item"}],["hidden",{display:"none"}],[/^display-(.+)$/,([,e])=>({display:c.bracket.cssvar(e)||e})]],Kt=[["visible",{visibility:"visible"}],["invisible",{visibility:"hidden"}],["backface-visible",{"backface-visibility":"visible"}],["backface-hidden",{"backface-visibility":"hidden"}]],Wt=[[/^cursor-(.+)$/,([,e])=>({cursor:c.bracket.cssvar(e)||e})]],It=[["pointer-events-auto",{"pointer-events":"auto"}],["pointer-events-none",{"pointer-events":"none"}]],Gt=[["resize-x",{resize:"horizontal"}],["resize-y",{resize:"vertical"}],["resize",{resize:"both"}],["resize-none",{resize:"none"}]],qt=[["select-auto",{"user-select":"auto"}],["select-all",{"user-select":"all"}],["select-text",{"user-select":"text"}],["select-none",{"user-select":"none"}]],Zt=[[/^(?:whitespace|ws)-(normal|nowrap|pre|pre-line|pre-wrap)$/,([,e])=>({"white-space":e})]],Xt=[[/^content-\[(.+)\]$/,([,e])=>({content:`"${e}"`})],["content-empty",{content:'""'}],["content-none",{content:'""'}]],Yt=[["break-normal",{"overflow-wrap":"normal","word-break":"normal"}],["break-words",{"overflow-wrap":"break-word"}],["break-all",{"word-break":"break-all"}]],Jt=[["truncate",{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}],["text-ellipsis",{"text-overflow":"ellipsis"}],["text-clip",{"text-overflow":"clip"}]],Qt=[["case-upper",{"text-transform":"uppercase"}],["case-lower",{"text-transform":"lowercase"}],["case-capital",{"text-transform":"capitalize"}],["case-normal",{"text-transform":"none"}]],er=[["italic",{"font-style":"italic"}],["not-italic",{"font-style":"normal"}]],tr=[["antialiased",{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale","font-smoothing":"grayscale"}],["subpixel-antialiased",{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto","font-smoothing":"auto"}]];var Pe={[_]:"","--un-ring-offset-shadow":"0 0 #0000","--un-ring-shadow":"0 0 #0000","--un-shadow-inset":pe,"--un-shadow":"0 0 #0000"},rr=[[/^shadow(?:-(.+))?$/,([,e],{theme:t})=>{var n;let r=(n=t.boxShadow)==null?void 0:n[e||"DEFAULT"];if(r)return[Pe,{"--un-shadow":fe(r,"--un-shadow-color").join(","),"box-shadow":"var(--un-ring-offset-shadow, 0 0 #0000), var(--un-ring-shadow, 0 0 #0000), var(--un-shadow)"}]}],[/^shadow-(.+)$/,k("--un-shadow-color","shadow")],[/^shadow-op(?:acity)?-?(.+)$/,([,e])=>({"--un-shadow-opacity":c.bracket.percent(e)})],["shadow-inset",{"--un-shadow-inset":"inset"}]];var Qn=R(v({},Pe),{"--un-ring-inset":pe,"--un-ring-offset-width":"0px","--un-ring-offset-color":"#fff","--un-ring-width":"0px","--un-ring-color":"rgba(147,197,253,0.5)"}),nr=[[/^ring(?:-(.+))?$/,([,e])=>{let t=c.px(e||"1");if(t)return[Qn,{"--un-ring-width":t,"--un-ring-offset-shadow":"var(--un-ring-inset) 0 0 0 var(--un-ring-offset-width) var(--un-ring-offset-color)","--un-ring-shadow":"var(--un-ring-inset) 0 0 0 calc(var(--un-ring-width) + var(--un-ring-offset-width)) var(--un-ring-color)","box-shadow":"var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow, 0 0 #0000)"}]}],[/^ring-(?:width-|size-)(.+)$/,([,e])=>({"--un-ring-width":c.bracket.cssvar.px(e)})],["ring-offset",{"--un-ring-offset-width":"1px"}],[/^ring-offset-(?:width-|size-)?(.+)$/,([,e])=>({"--un-ring-offset-width":c.bracket.cssvar.px(e)})],[/^ring-(.+)$/,k("--un-ring-color","ring")],[/^ring-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-opacity":c.bracket.percent(e)})],[/^ring-offset-(.+)$/,k("--un-ring-offset-color","ring-offset")],[/^ring-offset-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-offset-opacity":c.bracket.percent(e)})],["ring-inset",{"--un-ring-inset":"inset"}]];var eo={h:"height",w:"width",inline:"inline-size",block:"block-size"};function re(e,t){return`${e||""}${eo[t]}`}function or(e,t,r,n){var a;let o=re(e,t).replace(/-(\w)/g,(i,l)=>l.toUpperCase()),s=(a=r[o])==null?void 0:a[n];if(s!=null)return s;switch(n){case"fit":case"max":case"min":return`${n}-content`}return c.bracket.cssvar.auto.fraction.rem(n)}var sr=[[/^(min-|max-)?([wh])-(.+)$/,([,e,t,r],{theme:n})=>({[re(e,t)]:or(e,t,n,r)})],[/^(min-|max-)?(block|inline)-(.+)$/,([,e,t,r],{theme:n})=>({[re(e,t)]:or(e,t,n,r)})],[/^(min-|max-)?(h)-screen-(.+)$/,([,e,t,r],{theme:n})=>{var o;return{[re(e,t)]:(o=n.verticalBreakpoints)==null?void 0:o[r]}}],[/^(min-|max-)?(w)-screen-(.+)$/,([,e,t,r],{theme:n})=>{var o;return{[re(e,t)]:(o=n.breakpoints)==null?void 0:o[r]}}]];function to(e){if(/^\d+\/\d+$/.test(e))return e;switch(e){case"square":return"1/1";case"video":return"16/9"}return c.bracket.cssvar.auto.number(e)}var ir=[[/^aspect-(?:ratio-)?(.+)$/,([,e])=>({"aspect-ratio":to(e)})]];var ar=[[/^pa?()-?(-?.+)$/,A("padding")],[/^p-?([xy])-?(-?.+)$/,A("padding")],[/^p-?([rltbse])-?(-?.+)$/,A("padding")],[/^p-(block|inline)-(-?.+)$/,A("padding")],[/^p-?([bi][se])-?(-?.+)$/,A("padding")]],cr=[[/^ma?()-?(-?.+)$/,A("margin")],[/^m-?([xy])-?(-?.+)$/,A("margin")],[/^m-?([rltbse])-?(-?.+)$/,A("margin")],[/^m-(block|inline)-(-?.+)$/,A("margin")],[/^m-?([bi][se])-?(-?.+)$/,A("margin")]];var ro={"--un-transform":["translate3d(var(--un-translate-x), var(--un-translate-y), var(--un-translate-z))","rotate(var(--un-rotate))","rotateX(var(--un-rotate-x))","rotateY(var(--un-rotate-y))","rotateZ(var(--un-rotate-z))","skewX(var(--un-skew-x))","skewY(var(--un-skew-y))","scaleX(var(--un-scale-x))","scaleY(var(--un-scale-y))","scaleZ(var(--un-scale-z))"].join(" ")},pr={"--un-transform":["translateX(var(--un-translate-x))","translateY(var(--un-translate-y))","translateZ(var(--un-translate-z))","rotate(var(--un-rotate))","rotateX(var(--un-rotate-x))","rotateY(var(--un-rotate-y))","rotateZ(var(--un-rotate-z))","skewX(var(--un-skew-x))","skewY(var(--un-skew-y))","scaleX(var(--un-scale-x))","scaleY(var(--un-scale-y))","scaleZ(var(--un-scale-z))"].join(" ")},B=R(v({"--un-rotate":0,"--un-rotate-x":0,"--un-rotate-y":0,"--un-rotate-z":0,"--un-scale-x":1,"--un-scale-y":1,"--un-scale-z":1,"--un-skew-x":0,"--un-skew-y":0,"--un-translate-x":0,"--un-translate-y":0,"--un-translate-z":0},pr),{[_]:""}),dr=[[/^(?:transform-)?origin-(.+)$/,([,e])=>{var t;return{"transform-origin":(t=we[e])!=null?t:c.bracket.cssvar(e)}}],[/^(?:transform-)?perspect(?:ive)?-(.+)$/,([,e])=>{let t=c.bracket.cssvar.px.numberWithUnit(e);if(t!=null)return{"-webkit-perspective":t,perspective:t}}],[/^(?:transform-)?perspect(?:ive)?-origin-(.+)$/,([,e])=>{var r;let t=(r=c.bracket.cssvar(e))!=null?r:e.length>=3?we[e]:void 0;if(t!=null)return{"-webkit-perspective-origin":t,"perspective-origin":t}}],[/^(?:transform-)?translate-()(.+)$/,lr],[/^(?:transform-)?translate-([xyz])-(.+)$/,lr],[/^(?:transform-)?rotate-()(.+)$/,ur],[/^(?:transform-)?rotate-([xyz])-(.+)$/,ur],[/^(?:transform-)?skew-([xy])-(.+)$/,no],[/^(?:transform-)?scale-()(.+)$/,fr],[/^(?:transform-)?scale-([xyz])-(.+)$/,fr],[/^(?:transform-)?preserve-3d$/,()=>({"transform-style":"preserve-3d"})],[/^(?:transform-)?preserve-flat$/,()=>({"transform-style":"flat"})],[/^transform$/,()=>[B,{transform:"var(--un-transform)"}]],["transform-gpu",ro],["transform-cpu",pr],["transform-none",{transform:"none"}]];function lr([,e,t]){let r=c.bracket.cssvar.fraction.rem(t);if(r!=null)return[B,[...$e[e].map(n=>[`--un-translate${n}`,r]),["transform","var(--un-transform)"]]]}function fr([,e,t]){let r=c.bracket.cssvar.fraction.percent(t);if(r!=null)return[B,[...$e[e].map(n=>[`--un-scale${n}`,r]),["transform","var(--un-transform)"]]]}function ur([,e="",t]){let r=c.bracket.cssvar.degree(t);if(r!=null)return e?[B,{"--un-rotate":0,[`--un-rotate-${e}`]:r,transform:"var(--un-transform)"}]:[B,{"--un-rotate-x":0,"--un-rotate-y":0,"--un-rotate-z":0,"--un-rotate":r,transform:"var(--un-transform)"}]}function no([,e,t]){let r=c.bracket.cssvar.degree(t);if(r!=null)return[B,{[`--un-skew-${e}`]:r,transform:"var(--un-transform)"}]}var oo={backface:"backface-visibility",break:"word-break",case:"text-transform",content:"align-content",flex:"flex",fw:"font-weight",items:"align-items",justify:"justify-content",select:"user-select",self:"align-self",vertical:"vertical-align",visible:"visibility",whitespace:"white-space",ws:"white-space"},mr=[[/^(.+?)-(\$.+)$/,([,e,t])=>{let r=oo[e];if(r)return{[r]:c.cssvar(t)}}]],hr=[[/^\[([^:]+):(.+)\]$/,([,e,t])=>({[e]:c.bracket(`[${t}]`)})]];var gr=[[/^(where|\?)$/,(e,{constructCSS:t,generator:r})=>{if(r.userConfig.envMode==="dev")return`@keyframes __un_qm{0%{box-shadow:inset 4px 4px #ff1e90, inset -4px -4px #ff1e90}100%{box-shadow:inset 8px 8px #3399ff, inset -8px -8px #3399ff}}
|
|
3
|
+
${t({animation:"__un_qm 0.5s ease-in-out alternate infinite"})}`}]];var xr=[[/^(?:decoration-)?(underline|overline|line-through)$/,([,e])=>({"text-decoration-line":e})],[/^(?:underline|decoration)-(?:size-)?(.+)$/,([,e])=>({"text-decoration-thickness":c.bracket.cssvar.px(e)})],[/^(?:underline|decoration)-(auto|from-font)$/,([,e])=>({"text-decoration-thickness":e})],[/^(?:underline|decoration)-(.+)$/,(e,t)=>{let r=k("text-decoration-color","line")(e,t);if(r)return v({"-webkit-text-decoration-color":r["text-decoration-color"]},r)}],[/^(?:underline|decoration)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-line-opacity":c.bracket.percent(e)})],[/^(?:underline|decoration)-offset-(.+)$/,([,e])=>({"text-underline-offset":c.auto.bracket.cssvar.px(e)})],[/^(?:underline|decoration)-(solid|double|dotted|dashed|wavy|inherit|initial|revert|unset)$/,([,e])=>({"text-decoration-style":e})],["no-underline",{"text-decoration":"none"}],["decoration-none",{"text-decoration":"none"}]];var br=[[/^fill-(.+)$/,k("fill","fill")],[/^fill-op(?:acity)?-?(.+)$/,([,e])=>({"--un-fill-opacity":c.bracket.percent(e)})],["fill-none",{fill:"none"}],[/^stroke-(?:width-|size-)?(.+)$/,([,e])=>({"stroke-width":c.bracket.cssvar.fraction.px.number(e)})],[/^stroke-dash-(.+)$/,([,e])=>({"stroke-dasharray":c.bracket.cssvar.number(e)})],[/^stroke-offset-(.+)$/,([,e])=>({"stroke-dashoffset":c.bracket.cssvar.px.numberWithUnit(e)})],[/^stroke-(.+)$/,k("stroke","stroke")],[/^stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-stroke-opacity":c.bracket.percent(e)})],["stroke-cap-square",{"stroke-linecap":"square"}],["stroke-cap-round",{"stroke-linecap":"round"}],["stroke-cap-auto",{"stroke-linecap":"butt"}],["stroke-join-arcs",{"stroke-linejoin":"arcs"}],["stroke-join-bevel",{"stroke-linejoin":"bevel"}],["stroke-join-clip",{"stroke-linejoin":"miter-clip"}],["stroke-join-round",{"stroke-linejoin":"round"}],["stroke-join-auto",{"stroke-linejoin":"miter"}],["stroke-none",{stroke:"none"}]];var yr=[mr,hr,ar,cr,Bt,xt,yt,br,gt,Xt,kt,Ct,Rt,Jt,xr,Et,Tt,Qt,qe,bt,er,tr,rr,nr,St,At,zt,Ae,sr,ir,Wt,Kt,It,Gt,Ge,qt,Zt,Yt,Ot,dt,mt,Ae,Ut,Mt,Ft,_t,Dt,Lt,Ht,Nt,vt,dr,ht,gr].flat(1);var Oe={inherit:"inherit",current:"currentColor",transparent:"transparent",black:"#000",white:"#fff",rose:{50:"#fff1f2",100:"#ffe4e6",200:"#fecdd3",300:"#fda4af",400:"#fb7185",500:"#f43f5e",600:"#e11d48",700:"#be123c",800:"#9f1239",900:"#881337"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917"},light:{50:"#fdfdfd",100:"#fcfcfc",200:"#fafafa",300:"#f8f9fa",400:"#f6f6f6",500:"#f2f2f2",600:"#f1f3f5",700:"#e9ecef",800:"#dee2e6",900:"#dde1e3"},dark:{50:"#4a4a4a",100:"#3c3c3c",200:"#323232",300:"#2d2d2d",400:"#222222",500:"#1f1f1f",600:"#1c1c1e",700:"#1b1b1b",800:"#181818",900:"#0f0f0f"},get lightblue(){return this.sky},get lightBlue(){return this.sky},get warmgray(){return this.stone},get warmGray(){return this.stone},get truegray(){return this.neutral},get trueGray(){return this.neutral},get coolgray(){return this.gray},get coolGray(){return this.gray},get bluegray(){return this.slate},get blueGray(){return this.slate}};Object.values(Oe).forEach(e=>{typeof e!="string"&&(e.DEFAULT=e.DEFAULT||e[400],Object.keys(e).forEach(t=>{let r=+t/100;r===Math.round(r)&&(e[r]=e[t])}))});var $r={sans:["ui-sans-serif","system-ui","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto",'"Helvetica Neue"',"Arial",'"Noto Sans"',"sans-serif",'"Apple Color Emoji"','"Segoe UI Emoji"','"Segoe UI Symbol"','"Noto Color Emoji"'].join(","),serif:["ui-serif","Georgia","Cambria",'"Times New Roman"',"Times","serif"].join(","),mono:["ui-monospace","SFMono-Regular","Menlo","Monaco","Consolas",'"Liberation Mono"','"Courier New"',"monospace"].join(",")},wr={xs:["0.75rem","1rem"],sm:["0.875rem","1.25rem"],base:["1rem","1.5rem"],lg:["1.125rem","1.75rem"],xl:["1.25rem","1.75rem"],"2xl":["1.5rem","2rem"],"3xl":["1.875rem","2.25rem"],"4xl":["2.25rem","2.5rem"],"5xl":["3rem","1"],"6xl":["3.75rem","1"],"7xl":["4.5rem","1"],"8xl":["6rem","1"],"9xl":["8rem","1"]},vr={DEFAULT:"1.5rem",xs:"0.5rem",sm:"1rem",md:"1.5rem",lg:"2rem",xl:"2.5rem","2xl":"3rem","3xl":"4rem"},Sr={DEFAULT:"1.5rem",none:"0",sm:"thin",md:"medium",lg:"thick"},kr={DEFAULT:["0 0 1px rgba(0,0,0,0.2)","0 0 1px rgba(1,0,5,0.1)"],sm:"1px 1px 3px rgba(36,37,47,0.25)",md:["0 1px 2px rgba(30,29,39,0.19)","1px 2px 4px rgba(54,64,147,0.18)"],lg:["3px 3px 6px rgba(0,0,0,0.26)","0 0 5px rgba(15,3,86,0.22)"],xl:["1px 1px 3px rgba(0,0,0,0.29)","2px 4px 7px rgba(73,64,125,0.35)"],none:"0 0 #0000"},Cr={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},Me={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},Rr=Me;var Ue={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},Er=v({},Ue),Tr={DEFAULT:"0.25rem",none:"0px",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},jr={DEFAULT:["var(--un-shadow-inset) 0 1px 3px 0 rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 1px 2px -1px rgba(0,0,0,0.1)"],sm:"var(--un-shadow-inset) 0 1px 2px 0 rgba(0,0,0,0.05)",md:["var(--un-shadow-inset) 0 4px 6px -1px rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 2px 4px -2px rgba(0,0,0,0.1)"],lg:["var(--un-shadow-inset) 0 10px 15px -3px rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 4px 6px -4px rgba(0,0,0,0.1)"],xl:["var(--un-shadow-inset) 0 20px 25px -5px rgba(0,0,0,0.1)","var(--un-shadow-inset) 0 8px 10px -6px rgba(0,0,0,0.1)"],"2xl":"var(--un-shadow-inset) 0 25px 50px -12px rgba(0,0,0,0.25)",inner:"inset 0 2px 4px 0 rgba(0,0,0,0.05)",none:"0 0 #0000"},Vr={DEFAULT:"cubic-bezier(0.4, 0, 0.2, 1)",linear:"linear",in:"cubic-bezier(0.4, 0, 1, 1)",out:"cubic-bezier(0, 0, 0.2, 1)","in-out":"cubic-bezier(0.4, 0, 0.2, 1)"};var zr={DEFAULT:"8px","0":"0",sm:"4px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},Ar={DEFAULT:["0 1px 2px rgba(0,0,0,0.1)","0 1px 1px rgba(0,0,0,0.06)"],sm:"0 1px 1px rgba(0,0,0,0.05)",md:["0 4px 3px rgba(0,0,0,0.07)","0 2px 2px rgba(0,0,0,0.06)"],lg:["0 10px 8px rgba(0,0,0,0.04)","0 4px 3px rgba(0,0,0,0.1)"],xl:["0 20px 13px rgba(0,0,0,0.03)","0 8px 5px rgba(0,0,0,0.08)"],"2xl":"0 25px 25px rgba(0,0,0,0.15)",none:"0 0 #0000"};var de={xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",prose:"65ch"},Fe=R(v({auto:"auto"},de),{screen:"100vw"}),ne=R(v({none:"none"},de),{screen:"100vw"}),_e=R(v({auto:"auto"},de),{screen:"100vh"}),oe=R(v({none:"none"},de),{screen:"100vh"});var Pr={width:Fe,height:_e,maxWidth:ne,maxHeight:oe,minWidth:ne,minHeight:oe,inlineSize:Fe,blockSize:_e,maxInlineSize:ne,maxBlockSize:oe,minInlineSize:ne,minBlockSize:oe,colors:Oe,fontFamily:$r,fontSize:wr,breakpoints:Ue,verticalBreakpoints:Er,borderRadius:Tr,lineHeight:Cr,letterSpacing:Me,wordSpacing:Rr,boxShadow:jr,textIndent:vr,textShadow:kr,textStrokeWidth:Sr,blur:zr,dropShadow:Ar,easing:Vr};var De={},Or=(e,{theme:t})=>{let r=Object.entries(t.breakpoints||{}).map(([n,o],s)=>[n,o,s]);for(let[n,o,s]of r){De[n]||(De[n]=new RegExp(`^((?:[al]t-)?${n}[:-])`));let a=e.match(De[n]);if(!a)continue;let[,i]=a,l=e.slice(i.length);if(l==="container")continue;let f="min",u=1e3;return i.startsWith("lt-")?(f="max",u-=s+1):u+=s+1,i.startsWith("at-")&&s<r.length-1?{matcher:l,parent:[`@media (min-width: ${o}) and (max-width: ${r[s+1][1]})`,u]}:{matcher:l,parent:[`@media (${f}-width: ${o})`,u]}}};var M=(e,t,r)=>{let n=e?new RegExp(`^${t}(?:-\\[(.+?)\\])[:-]`):new RegExp(`^${t}(?:-\\[(.+?)\\])?[:-]`);return o=>{let s=o.match(n);if(s)return{matcher:o.slice(s[0].length),selector:a=>{var i;return r.replace("&&-s",a).replace("&&-c",(i=s[1])!=null?i:"*")}}}},Mr=[M(!1,"all","&&-s &&-c"),M(!1,"children","&&-s>&&-c"),M(!1,"next","&&-s+&&-c"),M(!1,"sibling","&&-s+&&-c"),M(!1,"siblings","&&-s~&&-c"),M(!0,"group","&&-c &&-s"),M(!0,"parent","&&-c>&&-s"),M(!0,"previous","&&-c+&&-s"),M(!0,"peer","&&-c~&&-s")];var Ur=Y("print","@media print"),Fr=(e,{theme:t})=>{var n,o;let r=e.match(/^media-([_\d\w]+)[:-]/);if(r){let s=(o=(n=t.media)==null?void 0:n[r[1]])!=null?o:`(--${r[1]})`;return{matcher:e.slice(r[0].length),parent:`@media ${s}`}}};var _r=(e={})=>(e==null?void 0:e.dark)==="class"?[H("dark",t=>`.dark $$ ${t}`),H("light",t=>`.light $$ ${t}`)]:[Y("dark","@media (prefers-color-scheme: dark)"),Y("light","@media (prefers-color-scheme: light)")];var Dr=[H("rtl",e=>`[dir="rtl"] $$ ${e}`),H("ltr",e=>`[dir="ltr"] $$ ${e}`)];var Lr={match(e){let t=e.match(/^selector-\[(.+?)\][:-]/);if(t)return{matcher:e.slice(t[0].length),selector:()=>t[1]}}},Hr={match(e){let t=e.match(/^layer-([_\d\w]+)[:-]/);if(t)return{matcher:e.slice(t[0].length),layer:t[1]}}},Nr={match(e){let t=e.match(/^scope-([_\d\w]+)[:-]/);if(t)return{matcher:e.slice(t[0].length),selector:r=>`.${t[1]} $$ ${r}`}}},Br={match(e){if(e.startsWith("!"))return{matcher:e.slice(1),body:t=>(t.forEach(r=>{r[1]&&(r[1]+=" !important")}),t)}}},Kr={match(e){if(e.startsWith("-"))return{matcher:e.slice(1),body:t=>(t.forEach(r=>{var n,o;r[0].startsWith("--un-scale")||((n=r[1])==null?void 0:n.toString())==="0"||(r[1]=(o=r[1])==null?void 0:o.toString().replace(/[0-9.]+(?:[a-z]+|%)?/,s=>`-${s}`))}),t)}}};var he=Object.fromEntries(["any-link","link","visited","target",["open","[open]"],"hover","active","focus-visible","focus-within","focus","autofill","enabled","disabled","read-only","read-write","placeholder-shown","default","checked","indeterminate","valid","invalid","in-range","out-of-range","required","optional","root","empty",["even-of-type",":nth-of-type(even)"],["even",":nth-child(even)"],["odd-of-type",":nth-of-type(odd)"],["odd",":nth-child(odd)"],"first-of-type",["first",":first-child"],"last-of-type",["last",":last-child"],"only-child","only-of-type"].map(T)),Wr=Object.fromEntries(["placeholder","before","after","first-letter","first-line","selection","marker",["file","::file-selector-button"]].map(T)),so=["not","is","where","has"],io=Object.keys(Wr).join("|"),Le=Object.keys(he).join("|"),Ir=so.join("|"),ao=/(part-\[(.+)]:)(.+)/,co=new RegExp(`^(${io})[:-]`),lo=new RegExp(`^(${Le})[:-]`),fo=new RegExp(`^(${Ir})-(${Le})[:-]`),Gr=e=>{if(e==="active")return 1},me=(e,t,r)=>{let n=new RegExp(`^${e}-((?:(${Ir})-)?(${Le}))[:-]`),o=new RegExp(`^${I(t)}:`);return s=>{let a=s.match(n);if(a){let i=he[a[3]]||`:${a[3]}`;return a[2]&&(i=`:${a[2]}(${i})`),{matcher:s.slice(a[0].length),selector:l=>o.test(l)?l.replace(o,`${t}${i}:`):`${t}${i}${r}${l}`,sort:Gr(a[3])}}}},qr=e=>{let t=e.match(co);if(t){let r=Wr[t[1]]||`::${t[1]}`;return{matcher:e.slice(t[0].length),selector:n=>`${n}${r}`}}},Zr={match:e=>{let t=e.match(lo);if(t){let r=he[t[1]]||`:${t[1]}`;return{matcher:e.slice(t[0].length),selector:n=>`${n}${r}`,sort:Gr(t[1])}}},multiPass:!0},Xr={match:e=>{let t=e.match(fo);if(t){let r=t[1],n=he[t[2]]||`:${t[2]}`;return{matcher:e.slice(t[0].length),selector:o=>`${o}:${r}(${n})`}}},multiPass:!0},Yr=(e={})=>{let t=!!(e==null?void 0:e.attributifyPseudo);return[{match:me("group",t?'[group=""]':".group"," "),multiPass:!0},{match:me("peer",t?'[peer=""]':".peer","~"),multiPass:!0},{match:me("parent",t?'[parent=""]':".parent",">"),multiPass:!0},{match:me("previous",t?'[previous=""]':".previous","+"),multiPass:!0}]},Jr={match:e=>{let t=e.match(ao);if(t){let r=`part(${t[2]})`;return{matcher:e.slice(t[1].length),selector:n=>`${n}::${r}`}}},multiPass:!0};var Qr=e=>[Lr,Hr,Kr,Br,Ur,Fr,Or,...Mr,Zr,Xr,...Yr(e),qr,Jr,..._r(e),...Dr,Nr];var uo=(e={})=>{var t,r;return e.dark=(t=e.dark)!=null?t:"class",e.attributifyPseudo=(r=e.attributifyPseudo)!=null?r:!1,{name:"@unocss/preset-mini",theme:Pr,rules:yr,variants:Qr(e),options:e,postprocess:e.variablePrefix&&e.variablePrefix!=="un-"?po(e.variablePrefix):void 0}},en=uo;function po(e){return t=>{t.entries.forEach(r=>{r[0]=r[0].replace(/^--un-/,`--${e}`),typeof r[1]=="string"&&(r[1]=r[1].replace(/var\(--un-/g,`var(--${e}`))})}}var mo=["v-bind:",":"],tn=/[\s'"`;]+/g,ho=/<\w[\w:\.$-]*\s((?:'[\s\S]*?'|"[\s\S]*?"|`[\s\S]*?`|\{[\s\S]*?\}|[\s\S]*?)*?)>/g,go=/([?]|(?!\d|-{2}|-\d)[a-zA-Z0-9\u00A0-\uFFFF-_:%-]+)(?:=(["'])([^\2]*?)\2)?/g,rn=e=>{var n,o;let t=(n=e==null?void 0:e.ignoreAttributes)!=null?n:[],r=(o=e==null?void 0:e.nonValuedAttribute)!=null?o:!0;return{name:"attributify",extract({code:s}){let a=Array.from(s.matchAll(ho)).flatMap(i=>Array.from((i[1]||"").matchAll(go))).flatMap(([,i,l,f])=>{if(t.includes(i))return[];for(let u of mo)if(i.startsWith(u)){i=i.slice(u.length);break}return f?["class","className"].includes(i)?f.split(tn).filter(Z):f.split(tn).filter(Boolean).map(u=>`[${i}~="${u}"]`):Z(i)&&r!==!1?[`[${i}=""]`]:[]});return new Set(a)}}};var xo=/^(?!\[(?:[^:]+):(?:.+)\]$)(.+:!?)?(.*)$/,nn=(e={})=>{var n,o;let t=(n=e.prefix)!=null?n:"un-",r=(o=e.prefixedOnly)!=null?o:!1;return s=>{let a=et(s);if(!a)return;let i=a[1];if(i.startsWith(t))i=i.slice(t.length);else if(r)return;let l=a[2],[,f="",u=l]=l.match(xo)||[];return u==="~"||!u?`${f}${i}`:`${f}${i}-${u}`}};var bo=(e={})=>{var n,o,s,a,i;e.strict=(n=e.strict)!=null?n:!1,e.prefix=(o=e.prefix)!=null?o:"un-",e.prefixedOnly=(s=e.prefixedOnly)!=null?s:!1,e.nonValuedAttribute=(a=e.nonValuedAttribute)!=null?a:!0,e.ignoreAttributes=(i=e.ignoreAttributes)!=null?i:[];let t=[nn(e)],r=[rn(e)];return e.strict||r.unshift(X),{name:"@unocss/preset-attributify",variants:t,extractors:r,options:e}},on=bo;var yo=e=>e.replace(/-(\w)/g,(t,r)=>r?r.toUpperCase():""),sn=e=>e.charAt(0).toUpperCase()+e.slice(1),an=e=>e.replace(/(?:^|\B)([A-Z])/g,"-$1").toLowerCase(),cn=["Webkit","Moz","ms"];function ln(e){let t={};function r(n){let o=t[n];if(o)return o;let s=yo(n);if(s!=="filter"&&s in e)return t[n]=an(s);s=sn(s);for(let a=0;a<cn.length;a++){let i=`${cn[a]}${s}`;if(i in e)return t[n]=an(sn(i))}return n}return({entries:n})=>n.forEach(o=>{o[0].startsWith("--")||(o[0]=r(o[0]))})}function He(e={}){var C,j;if(typeof window>"u"){console.warn("@unocss/runtime been used in non-browser environment, skipped.");return}let t=window.__unocss||{},r=t==null?void 0:t.runtime,n=Object.assign(e.defaults||{},r);if(r==null?void 0:r.autoPrefix){let m=n.postprocess;m||(m=[]),Array.isArray(m)||(m=[m]),m.unshift(ln(document.createElement("div").style)),n.postprocess=m}(C=r==null?void 0:r.configResolved)==null||C.call(r,t,n);let o,s=!0,a,i=ft(t,n),l=new Set,f,u=[],y=()=>new Promise(m=>{u.push(m),f!=null&&clearTimeout(f),f=setTimeout(()=>p().then(()=>{let x=u;u=[],x.forEach(S=>S())}),0)});async function p(){let m=await i.generate(l);o||(o=document.createElement("style"),document.documentElement.prepend(o)),o.innerHTML=m.css}async function b(m){await i.applyExtractors(m,void 0,l),await y()}async function E(){let m=document.body&&document.body.outerHTML;m&&await b(m)}let U=new MutationObserver(m=>{s||m.forEach(x=>{let S=x.target;if(S===o||a&&!a(S))return;let D=Array.from(S.attributes).map(z=>z.value?`${z.name}="${z.value}"`:z.name).join(" "),L=`<${S.tagName.toLowerCase()} ${D}>`;b(L)})}),w=!1;function d(){if(!w)return;let m=document.documentElement||document.body;!m||(U.observe(m,{childList:!0,subtree:!0,attributes:!0}),w=!0)}function h(){E(),d()}function g(){h(),window.addEventListener("load",h),window.addEventListener("DOMContentLoaded",h)}let $=window.__unocss_runtime=window.__unocss_runtime={version:i.version,uno:i,async extract(m){if(typeof m=="string")return await b(m);m.forEach(x=>l.add(x)),await p()},extractAll:E,inspect(m){a=m},toggleObserver(m){m===void 0?s=!s:s=!!m,!w&&!s&&g()}};((j=r==null?void 0:r.ready)==null?void 0:j.call(r,$))!==!1&&(s=!1,g())}He({defaults:{presets:[en(),on()]}});})();
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@unocss/runtime",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.25.0",
|
|
4
4
|
"description": "CSS-in-JS Runtime for UnoCSS",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"unocss",
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"dist"
|
|
35
35
|
],
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@unocss/core": "0.
|
|
38
|
-
"@unocss/preset-attributify": "0.
|
|
39
|
-
"@unocss/preset-uno": "0.
|
|
37
|
+
"@unocss/core": "0.25.0",
|
|
38
|
+
"@unocss/preset-attributify": "0.25.0",
|
|
39
|
+
"@unocss/preset-uno": "0.25.0"
|
|
40
40
|
},
|
|
41
41
|
"scripts": {
|
|
42
42
|
"build": "pnpm run build:node && pnpm run build:cdn",
|