@unocss/runtime 66.1.0-beta.9 → 66.1.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 +2 -2
- package/core.global.js +1 -1
- package/full.global.js +2 -2
- package/mini.global.js +2 -2
- package/package.json +4 -4
- package/preset-icons.global.js +4 -4
- package/preset-mini.global.js +1 -1
- package/preset-uno.global.js +1 -1
- package/preset-wind.global.js +1 -1
- package/uno.global.js +2 -2
package/preset-mini.global.js
CHANGED
|
@@ -7,4 +7,4 @@
|
|
|
7
7
|
`);if(r.length>1){for(let n=0;n<r.length-1;n++)this.generatedCodeLine++,this.raw[this.generatedCodeLine]=this.rawSegments=[];this.generatedCodeColumn=0}this.generatedCodeColumn+=r[r.length-1].length}},Z=`
|
|
8
8
|
`,D={insertLeft:!1,insertRight:!1,storeName:!1},ue=class e{constructor(t,r={}){let n=new ce(0,t.length,t);Object.defineProperties(this,{original:{writable:!0,value:t},outro:{writable:!0,value:""},intro:{writable:!0,value:""},firstChunk:{writable:!0,value:n},lastChunk:{writable:!0,value:n},lastSearchedChunk:{writable:!0,value:n},byStart:{writable:!0,value:{}},byEnd:{writable:!0,value:{}},filename:{writable:!0,value:r.filename},indentExclusionRanges:{writable:!0,value:r.indentExclusionRanges},sourcemapLocations:{writable:!0,value:new le},storedNames:{writable:!0,value:{}},indentStr:{writable:!0,value:void 0},ignoreList:{writable:!0,value:r.ignoreList},offset:{writable:!0,value:r.offset||0}}),this.byStart[0]=n,this.byEnd[t.length]=n}addSourcemapLocation(t){this.sourcemapLocations.add(t)}append(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.outro+=t,this}appendLeft(t,r){if(t=t+this.offset,typeof r!="string")throw new TypeError("inserted content must be a string");this._split(t);let n=this.byEnd[t];return n?n.appendLeft(r):this.intro+=r,this}appendRight(t,r){if(t=t+this.offset,typeof r!="string")throw new TypeError("inserted content must be a string");this._split(t);let n=this.byStart[t];return n?n.appendRight(r):this.outro+=r,this}clone(){let t=new e(this.original,{filename:this.filename,offset:this.offset}),r=this.firstChunk,n=t.firstChunk=t.lastSearchedChunk=r.clone();for(;r;){t.byStart[n.start]=n,t.byEnd[n.end]=n;let o=r.next,i=o&&o.clone();i&&(n.next=i,i.previous=n,n=i),r=o}return t.lastChunk=n,this.indentExclusionRanges&&(t.indentExclusionRanges=this.indentExclusionRanges.slice()),t.sourcemapLocations=new le(this.sourcemapLocations),t.intro=this.intro,t.outro=this.outro,t}generateDecodedMap(t){t=t||{};let r=0,n=Object.keys(this.storedNames),o=new je(t.hires),i=yt(this.original);return this.intro&&o.advance(this.intro),this.firstChunk.eachNext(s=>{let l=i(s.start);s.intro.length&&o.advance(s.intro),s.edited?o.addEdit(r,s.content,l,s.storeName?n.indexOf(s.original):-1):o.addUneditedChunk(r,s,this.original,l,this.sourcemapLocations),s.outro.length&&o.advance(s.outro)}),{file:t.file?t.file.split(/[/\\]/).pop():void 0,sources:[t.source?Vo(t.file||"",t.source):t.file||""],sourcesContent:t.includeContent?[this.original]:void 0,names:n,mappings:o.raw,x_google_ignoreList:this.ignoreList?[r]:void 0}}generateMap(t){return new Te(this.generateDecodedMap(t))}_ensureindentStr(){this.indentStr===void 0&&(this.indentStr=Ao(this.original))}_getRawIndentString(){return this._ensureindentStr(),this.indentStr}getIndentString(){return this._ensureindentStr(),this.indentStr===null?" ":this.indentStr}indent(t,r){let n=/^[^\r\n]/gm;if(Lo(t)&&(r=t,t=void 0),t===void 0&&(this._ensureindentStr(),t=this.indentStr||" "),t==="")return this;r=r||{};let o={};r.exclude&&(typeof r.exclude[0]=="number"?[r.exclude]:r.exclude).forEach(f=>{for(let d=f[0];d<f[1];d+=1)o[d]=!0});let i=r.indentStart!==!1,s=u=>i?`${t}${u}`:(i=!0,u);this.intro=this.intro.replace(n,s);let l=0,c=this.firstChunk;for(;c;){let u=c.end;if(c.edited)o[l]||(c.content=c.content.replace(n,s),c.content.length&&(i=c.content[c.content.length-1]===`
|
|
9
9
|
`));else for(l=c.start;l<u;){if(!o[l]){let f=this.original[l];f===`
|
|
10
|
-
`?i=!0:f!=="\r"&&i&&(i=!1,l===c.start||(this._splitChunk(c,l),c=c.next),c.prependRight(t))}l+=1}l=c.end,c=c.next}return this.outro=this.outro.replace(n,s),this}insert(){throw new Error("magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)")}insertLeft(t,r){return D.insertLeft||(console.warn("magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead"),D.insertLeft=!0),this.appendLeft(t,r)}insertRight(t,r){return D.insertRight||(console.warn("magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead"),D.insertRight=!0),this.prependRight(t,r)}move(t,r,n){if(t=t+this.offset,r=r+this.offset,n=n+this.offset,n>=t&&n<=r)throw new Error("Cannot move a selection inside itself");this._split(t),this._split(r),this._split(n);let o=this.byStart[t],i=this.byEnd[r],s=o.previous,l=i.next,c=this.byStart[n];if(!c&&i===this.lastChunk)return this;let u=c?c.previous:this.lastChunk;return s&&(s.next=l),l&&(l.previous=s),u&&(u.next=o),c&&(c.previous=i),o.previous||(this.firstChunk=i.next),i.next||(this.lastChunk=o.previous,this.lastChunk.next=null),o.previous=u,i.next=c||null,u||(this.firstChunk=o),c||(this.lastChunk=i),this}overwrite(t,r,n,o){return o=o||{},this.update(t,r,n,{...o,overwrite:!o.contentOnly})}update(t,r,n,o){if(t=t+this.offset,r=r+this.offset,typeof n!="string")throw new TypeError("replacement content must be a string");if(this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}if(r>this.original.length)throw new Error("end is out of bounds");if(t===r)throw new Error("Cannot overwrite a zero-length range \u2013 use appendLeft or prependRight instead");this._split(t),this._split(r),o===!0&&(D.storeName||(console.warn("The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string"),D.storeName=!0),o={storeName:!0});let i=o!==void 0?o.storeName:!1,s=o!==void 0?o.overwrite:!1;if(i){let u=this.original.slice(t,r);Object.defineProperty(this.storedNames,u,{writable:!0,value:!0,enumerable:!0})}let l=this.byStart[t],c=this.byEnd[r];if(l){let u=l;for(;u!==c;){if(u.next!==this.byStart[u.end])throw new Error("Cannot overwrite across a split point");u=u.next,u.edit("",!1)}l.edit(n,i,!s)}else{let u=new ce(t,r,"").edit(n,i);c.next=u,u.previous=c}return this}prepend(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.intro=t+this.intro,this}prependLeft(t,r){if(t=t+this.offset,typeof r!="string")throw new TypeError("inserted content must be a string");this._split(t);let n=this.byEnd[t];return n?n.prependLeft(r):this.intro=r+this.intro,this}prependRight(t,r){if(t=t+this.offset,typeof r!="string")throw new TypeError("inserted content must be a string");this._split(t);let n=this.byStart[t];return n?n.prependRight(r):this.outro=r+this.outro,this}remove(t,r){if(t=t+this.offset,r=r+this.offset,this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}if(t===r)return this;if(t<0||r>this.original.length)throw new Error("Character is out of bounds");if(t>r)throw new Error("end must be greater than start");this._split(t),this._split(r);let n=this.byStart[t];for(;n;)n.intro="",n.outro="",n.edit(""),n=r>n.end?this.byStart[n.end]:null;return this}reset(t,r){if(t=t+this.offset,r=r+this.offset,this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}if(t===r)return this;if(t<0||r>this.original.length)throw new Error("Character is out of bounds");if(t>r)throw new Error("end must be greater than start");this._split(t),this._split(r);let n=this.byStart[t];for(;n;)n.reset(),n=r>n.end?this.byStart[n.end]:null;return this}lastChar(){if(this.outro.length)return this.outro[this.outro.length-1];let t=this.lastChunk;do{if(t.outro.length)return t.outro[t.outro.length-1];if(t.content.length)return t.content[t.content.length-1];if(t.intro.length)return t.intro[t.intro.length-1]}while(t=t.previous);return this.intro.length?this.intro[this.intro.length-1]:""}lastLine(){let t=this.outro.lastIndexOf(Z);if(t!==-1)return this.outro.substr(t+1);let r=this.outro,n=this.lastChunk;do{if(n.outro.length>0){if(t=n.outro.lastIndexOf(Z),t!==-1)return n.outro.substr(t+1)+r;r=n.outro+r}if(n.content.length>0){if(t=n.content.lastIndexOf(Z),t!==-1)return n.content.substr(t+1)+r;r=n.content+r}if(n.intro.length>0){if(t=n.intro.lastIndexOf(Z),t!==-1)return n.intro.substr(t+1)+r;r=n.intro+r}}while(n=n.previous);return t=this.intro.lastIndexOf(Z),t!==-1?this.intro.substr(t+1)+r:this.intro+r}slice(t=0,r=this.original.length-this.offset){if(t=t+this.offset,r=r+this.offset,this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}let n="",o=this.firstChunk;for(;o&&(o.start>t||o.end<=t);){if(o.start<r&&o.end>=r)return n;o=o.next}if(o&&o.edited&&o.start!==t)throw new Error(`Cannot use replaced character ${t} as slice start anchor.`);let i=o;for(;o;){o.intro&&(i!==o||o.start===t)&&(n+=o.intro);let s=o.start<r&&o.end>=r;if(s&&o.edited&&o.end!==r)throw new Error(`Cannot use replaced character ${r} as slice end anchor.`);let l=i===o?t-o.start:0,c=s?o.content.length+r-o.end:o.content.length;if(n+=o.content.slice(l,c),o.outro&&(!s||o.end===r)&&(n+=o.outro),s)break;o=o.next}return n}snip(t,r){let n=this.clone();return n.remove(0,t),n.remove(r,n.original.length),n}_split(t){if(this.byStart[t]||this.byEnd[t])return;let r=this.lastSearchedChunk,n=t>r.end;for(;r;){if(r.contains(t))return this._splitChunk(r,t);r=n?this.byStart[r.end]:this.byEnd[r.start]}}_splitChunk(t,r){if(t.edited&&t.content.length){let o=yt(this.original)(r);throw new Error(`Cannot split a chunk that has already been edited (${o.line}:${o.column} \u2013 "${t.original}")`)}let n=t.split(r);return this.byEnd[r]=t,this.byStart[r]=n,this.byEnd[n.end]=n,t===this.lastChunk&&(this.lastChunk=n),this.lastSearchedChunk=t,!0}toString(){let t=this.intro,r=this.firstChunk;for(;r;)t+=r.toString(),r=r.next;return t+this.outro}isEmpty(){let t=this.firstChunk;do if(t.intro.length&&t.intro.trim()||t.content.length&&t.content.trim()||t.outro.length&&t.outro.trim())return!1;while(t=t.next);return!0}length(){let t=this.firstChunk,r=0;do r+=t.intro.length+t.content.length+t.outro.length;while(t=t.next);return r}trimLines(){return this.trim("[\\r\\n]")}trim(t){return this.trimStart(t).trimEnd(t)}trimEndAborted(t){let r=new RegExp((t||"\\s")+"+$");if(this.outro=this.outro.replace(r,""),this.outro.length)return!0;let n=this.lastChunk;do{let o=n.end,i=n.trimEnd(r);if(n.end!==o&&(this.lastChunk===n&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),i)return!0;n=n.previous}while(n);return!1}trimEnd(t){return this.trimEndAborted(t),this}trimStartAborted(t){let r=new RegExp("^"+(t||"\\s")+"+");if(this.intro=this.intro.replace(r,""),this.intro.length)return!0;let n=this.firstChunk;do{let o=n.end,i=n.trimStart(r);if(n.end!==o&&(n===this.lastChunk&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),i)return!0;n=n.next}while(n);return!1}trimStart(t){return this.trimStartAborted(t),this}hasChanged(){return this.original!==this.toString()}_replaceRegexp(t,r){function n(i,s){return typeof r=="string"?r.replace(/\$(\$|&|\d+)/g,(l,c)=>c==="$"?"$":c==="&"?i[0]:+c<i.length?i[+c]:`$${c}`):r(...i,i.index,s,i.groups)}function o(i,s){let l,c=[];for(;l=i.exec(s);)c.push(l);return c}if(t.global)o(t,this.original).forEach(s=>{if(s.index!=null){let l=n(s,this.original);l!==s[0]&&this.overwrite(s.index,s.index+s[0].length,l)}});else{let i=this.original.match(t);if(i&&i.index!=null){let s=n(i,this.original);s!==i[0]&&this.overwrite(i.index,i.index+i[0].length,s)}}return this}_replaceString(t,r){let{original:n}=this,o=n.indexOf(t);return o!==-1&&this.overwrite(o,o+t.length,r),this}replace(t,r){return typeof t=="string"?this._replaceString(t,r):this._replaceRegexp(t,r)}_replaceAllString(t,r){let{original:n}=this,o=t.length;for(let i=n.indexOf(t);i!==-1;i=n.indexOf(t,i+o))n.slice(i,i+o)!==r&&this.overwrite(i,i+o,r);return this}replaceAll(t,r){if(typeof t=="string")return this._replaceAllString(t,r);if(!t.global)throw new TypeError("MagicString.prototype.replaceAll called with a non-global RegExp argument");return this._replaceRegexp(t,r)}};var Mo=/theme\(\s*(['"])?(.*?)\1?\s*\)/g;function wt(e){return e.includes("theme(")&&e.includes(")")}function $t(e,t,r=!0){let n=Array.from(e.toString().matchAll(Mo));if(!n.length)return e;let o=new ue(e);for(let i of n){let s=i[2];if(!s)throw new Error("theme() expect exact one argument, but got 0");let l=Wo(s,t,r);l&&o.overwrite(i.index,i.index+i[0].length,l)}return o.toString()}function Wo(e,t,r=!0){let[n,o]=e.split("/"),s=n.trim().split(".").reduce((l,c)=>l?.[c],t);if(typeof s=="object"&&(s=s.DEFAULT),typeof s=="string"){if(o){let l=P(s);l&&(s=$(l,o))}return s}else if(r)throw new Error(`theme of "${e}" did not found`)}function L(e,t){let r;return{name:e,match(n,o){r||(r=new RegExp(`^${V(e)}(?:${o.generator.config.separators.join("|")})`));let i=n.match(r);if(i){let s=n.slice(i[0].length),l=k(t).map(c=>({matcher:s,handle:(u,f)=>f({...u,...c(u)})}));return l.length===1?l[0]:l}},autocomplete:`${e}:`}}function J(e,t){let r;return{name:e,match(n,o){r||(r=new RegExp(`^${V(e)}(?:${o.generator.config.separators.join("|")})`));let i=n.match(r);if(i)return{matcher:n.slice(i[0].length),handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}${t}`})}},autocomplete:`${e}:`}}function F(e,t,r){if(t.startsWith(`${e}[`)){let[n,o]=N(t.slice(e.length),"[","]")??[];if(n&&o){for(let i of r)if(o.startsWith(i))return[n,o.slice(i.length),i];return[n,o,""]}}}function w(e,t,r){if(t.startsWith(e)){let n=F(e,t,r);if(n){let[o="",i=n[1]]=w("/",n[1],r)??[];return[n[0],i,o]}for(let o of r.filter(i=>i!=="/")){let i=t.indexOf(o,e.length);if(i!==-1){let s=t.indexOf("/",e.length),l=s===-1||i<=s;return[t.slice(e.length,l?i:s),t.slice(i+o.length),l?"":t.slice(s+1,i)]}}}}var Le={};uo(Le,{auto:()=>No,bracket:()=>Ho,bracketOfColor:()=>Go,bracketOfLength:()=>Yo,bracketOfPosition:()=>Xo,cssvar:()=>Zo,degree:()=>Qo,fraction:()=>qo,global:()=>ei,number:()=>Do,numberWithUnit:()=>_o,percent:()=>Ko,position:()=>ri,properties:()=>ti,px:()=>Uo,rem:()=>Bo,time:()=>Jo});var S={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"]},ze={...S,s:["-inset-inline-start"],start:["-inset-inline-start"],e:["-inset-inline-end"],end:["-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"]},Oe={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"],s:["-end-start","-start-start"],is:["-end-start","-start-start"],e:["-start-end","-end-end"],ie:["-start-end","-end-end"],ss:["-start-start"],"bs-is":["-start-start"],"is-bs":["-start-start"],se:["-start-end"],"bs-ie":["-start-end"],"ie-bs":["-start-end"],es:["-end-start"],"be-is":["-end-start"],"is-be":["-end-start"],ee:["-end-end"],"be-ie":["-end-end"],"ie-be":["-end-end"]},vt={x:["-x"],y:["-y"],z:["-z"],"":["-x","-y"]},kt=["x","y","z"],St=["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"],Q=Object.assign({},...St.map(e=>({[e.replace(/ /,"-")]:e})),...St.map(e=>({[e.replace(/\b(\w)\w+/g,"$1").replace(/ /,"")]:e}))),m=["inherit","initial","revert","revert-layer","unset"],ee=/^(calc|clamp|min|max)\s*\((.+)\)(.*)/,fe=/^(var)\s*\((.+)\)(.*)/;var K=/^(-?\d*(?:\.\d+)?)(px|pt|pc|%|r?(?:em|ex|lh|cap|ch|ic)|(?:[sld]?v|cq)(?:[whib]|min|max)|in|cm|mm|rpx)?$/i,Ae=/^(-?\d*(?:\.\d+)?)$/,Ve=/^(px|[sld]?v[wh])$/i,Pe={px:1,vw:100,vh:100,svw:100,svh:100,dvw:100,dvh:100,lvh:100,lvw:100},pe=/^\[(color|image|length|size|position|quoted|string):/i,Ct=/,(?![^()]*\))/g;var Io=["color","border-color","background-color","outline-color","text-decoration-color","flex-grow","flex","flex-shrink","caret-color","font","gap","opacity","visibility","z-index","font-weight","zoom","text-shadow","transform","box-shadow","border","background-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"];function C(e){return+e.toFixed(10)}function _o(e){let t=e.match(K);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(n&&!Number.isNaN(o))return`${C(o)}${n}`}function No(e){if(e==="auto"||e==="a")return"auto"}function Bo(e){if(!e)return;if(Ve.test(e))return`${Pe[e]}${e}`;let t=e.match(K);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return o===0?"0":n?`${C(o)}${n}`:`${C(o/4)}rem`}function Uo(e){if(Ve.test(e))return`${Pe[e]}${e}`;let t=e.match(K);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return n?`${C(o)}${n}`:`${C(o)}px`}function Do(e){if(!Ae.test(e))return;let t=Number.parseFloat(e);if(!Number.isNaN(t))return C(t)}function Ko(e){if(e.endsWith("%")&&(e=e.slice(0,-1)),!Ae.test(e))return;let t=Number.parseFloat(e);if(!Number.isNaN(t))return`${C(t/100)}`}function qo(e){if(!e)return;if(e==="full")return"100%";let[t,r]=e.split("/"),n=Number.parseFloat(t)/Number.parseFloat(r);if(!Number.isNaN(n))return n===0?"0":`${C(n*100)}%`}function he(e,t){if(e&&e.startsWith("[")&&e.endsWith("]")){let r,n,o=e.match(pe);if(o?(t||(n=o[1]),r=e.slice(o[0].length,-1)):r=e.slice(1,-1),!r||r==='=""')return;r.startsWith("--")&&(r=`var(${r})`);let i=0;for(let s of r)if(s==="[")i+=1;else if(s==="]"&&(i-=1,i<0))return;if(i)return;switch(n){case"string":return r.replace(/(^|[^\\])_/g,"$1 ").replace(/\\_/g,"_");case"quoted":return r.replace(/(^|[^\\])_/g,"$1 ").replace(/\\_/g,"_").replace(/(["\\])/g,"\\$1").replace(/^(.+)$/,'"$1"')}return r.replace(/(url\(.*?\))/g,s=>s.replace(/_/g,"\\_")).replace(/(^|[^\\])_/g,"$1 ").replace(/\\_/g,"_").replace(/(?:calc|clamp|max|min)\((.*)/g,s=>{let l=[];return s.replace(/var\((--.+?)[,)]/g,(c,u)=>(l.push(u),c.replace(u,"--un-calc"))).replace(/(-?\d*\.?\d(?!-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 ").replace(/--un-calc/g,()=>l.shift())})}}function Ho(e){return he(e)}function Go(e){return he(e,"color")}function Yo(e){return he(e,"length")}function Xo(e){return he(e,"position")}function Zo(e){if(/^\$[^\s'"`;{}]/.test(e)){let[t,r]=e.slice(1).split(",");return`var(--${_(t)}${r?`, ${r}`:""})`}}function Jo(e){let t=e.match(/^(-?[0-9.]+)(s|ms)?$/i);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return o===0&&!n?"0s":n?`${C(o)}${n}`:`${C(o)}ms`}function Qo(e){let t=e.match(/^(-?[0-9.]+)(deg|rad|grad|turn)?$/i);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return o===0?"0":n?`${C(o)}${n}`:`${C(o)}deg`}function ei(e){if(m.includes(e))return e}function ti(e){if(e.split(",").every(t=>Io.includes(t)))return e}function ri(e){if(["top","left","right","bottom","center"].includes(e))return e}var ni=ht(Le),a=ni;var Rt={mid:"middle",base:"baseline",btm:"bottom",baseline:"baseline",top:"top",start:"top",middle:"middle",bottom:"bottom",end:"bottom","text-top":"text-top","text-bottom":"text-bottom",sub:"sub",super:"super",...Object.fromEntries(m.map(e=>[e,e]))},Tt=[[/^(?:vertical|align|v)-([-\w]+%?)$/,([,e])=>({"vertical-align":Rt[e]??a.numberWithUnit(e)}),{autocomplete:[`(vertical|align|v)-(${Object.keys(Rt).join("|")})`,"(vertical|align|v)-<percentage>"]}]],Et=["center","left","right","justify","start","end"],jt=[...Et.map(e=>[`text-${e}`,{"text-align":e}]),...[...m,...Et].map(e=>[`text-align-${e}`,{"text-align":e}])];var Vt="$$mini-no-negative";function v(e){return([t,r,n],{theme:o})=>{let i=o.spacing?.[n||"DEFAULT"]??a.bracket.cssvar.global.auto.fraction.rem(n);if(i!=null)return S[r].map(s=>[`${e}${s}`,i]);if(n?.startsWith("-")){let s=o.spacing?.[n.slice(1)];if(s!=null)return S[r].map(l=>[`${e}${l}`,`calc(${s} * -1)`])}}}function zt(e,t,r="colors"){let n=e[r],o=-1;for(let i of t){if(o+=1,n&&typeof n!="string"){let s=t.slice(o).join("-").replace(/(-[a-z])/g,l=>l.slice(1).toUpperCase());if(n[s])return n[s];if(n[i]){n=n[i];continue}}return}return n}function Ot(e,t,r){return zt(e,t,r)||zt(e,t,"colors")}function Me(e,t){let[r,n]=B(e,"[","]",["/",":"])??[];if(r!=null){let o=(r.match(pe)??[])[1];if(o==null||o===t)return[r,n]}}function de(e,t,r){let n=Me(e,"color");if(!n)return;let[o,i]=n,s=o.replace(/([a-z])(\d)/g,"$1-$2").split(/-/g),[l]=s;if(!l)return;let c,u=a.bracketOfColor(o),f=u||o;if(a.numberWithUnit(f))return;if(/^#[\da-f]+$/i.test(f)?c=f:/^hex-[\da-fA-F]+$/.test(f)?c=`#${f.slice(4)}`:o.startsWith("$")&&(c=a.cssvar(o)),c=c||u,!c){let h=Ot(t,[o],r);typeof h=="string"&&(c=h)}let d="DEFAULT";if(!c){let h=s,p,[g]=s.slice(-1);/^\d+$/.test(g)&&(d=p=g,h=s.slice(0,-1));let b=Ot(t,h,r);typeof b=="object"?c=b[p??d]:typeof b=="string"&&!p&&(c=b)}return{opacity:i,name:l,no:d,color:c,cssColor:P(c),alpha:a.bracket.cssvar.percent(i??"")}}function y(e,t,r,n){return([,o],{theme:i,generator:s})=>{let l=de(o,i,r);if(!l)return;let{alpha:c,color:u,cssColor:f}=l,h=s.config.envMode==="dev"&&u?` /* ${u} */`:"",p={};if(f)if(c!=null)p[e]=$(f,c)+h;else{let g=`--un-${t}-opacity`,b=$(f,`var(${g})`);b.includes(g)&&(p[g]=Y(f)),p[e]=b+h}else if(u)if(c!=null)p[e]=$(u,c)+h;else{let g=`--un-${t}-opacity`,b=$(u,`var(${g})`);b.includes(g)&&(p[g]=1),p[e]=b+h}if(n?.(p)!==!1)return p}}function me(e,t){let r=[];e=k(e);for(let n=0;n<e.length;n++){let o=U(e[n]," ",6);if(!o||o.length<3)return e;let i=!1,s=o.indexOf("inset");s!==-1&&(o.splice(s,1),i=!0);let l="",c=o.at(-1);if(P(o.at(0))){let u=P(o.shift());u&&(l=`, ${$(u)}`)}else if(P(c)){let u=P(o.pop());u&&(l=`, ${$(u)}`)}else c&&fe.test(c)&&(l=`, ${o.pop()}`);r.push(`${i?"inset ":""}${o.join(" ")} var(${t}${l})`)}return r}function ge(e,t,r){return e!=null&&!!de(e,t,r)?.color}var At=/[a-z]+/gi,Fe=new WeakMap;function be({theme:e,generator:t},r="breakpoints"){let n=t?.userConfig?.theme?.[r]||e[r];if(!n)return;if(Fe.has(e))return Fe.get(e);let o=Object.entries(n).sort((i,s)=>Number.parseInt(i[1].replace(At,""))-Number.parseInt(s[1].replace(At,""))).map(([i,s])=>({point:i,size:s}));return Fe.set(e,o),o}function x(e,t){return m.map(r=>[`${e}-${r}`,{[t??e]:r}])}function R(e){return e!=null&&ee.test(e)}function Pt(e){return e[0]==="["&&e.slice(-1)==="]"&&(e=e.slice(1,-1)),ee.test(e)||K.test(e)}function xe(e,t,r){let n=t.split(Ct);return e||!e&&n.length===1?vt[e].map(o=>[`--un-${r}${o}`,t]):n.map((o,i)=>[`--un-${r}-${kt[i]}`,o])}var Lt=[[/^outline-(?:width-|size-)?(.+)$/,Ft,{autocomplete:"outline-(width|size)-<num>"}],[/^outline-(?:color-)?(.+)$/,oi,{autocomplete:"outline-$colors"}],[/^outline-offset-(.+)$/,([,e],{theme:t})=>({"outline-offset":t.lineWidth?.[e]??a.bracket.cssvar.global.px(e)}),{autocomplete:"outline-(offset)-<num>"}],["outline",{"outline-style":"solid"}],...["auto","dashed","dotted","double","hidden","solid","groove","ridge","inset","outset",...m].map(e=>[`outline-${e}`,{"outline-style":e}]),["outline-none",{outline:"2px solid transparent","outline-offset":"2px"}]];function Ft([,e],{theme:t}){return{"outline-width":t.lineWidth?.[e]??a.bracket.cssvar.global.px(e)}}function oi(e,t){return R(a.bracket(e[1]))?Ft(e,t):y("outline-color","outline-color","borderColor")(e,t)}var Mt=[["appearance-auto",{"-webkit-appearance":"auto",appearance:"auto"}],["appearance-none",{"-webkit-appearance":"none",appearance:"none"}]];function ii(e){return a.properties.auto.global(e)??{contents:"contents",scroll:"scroll-position"}[e]}var Wt=[[/^will-change-(.+)/,([,e])=>({"will-change":ii(e)})]];var ie=["solid","dashed","dotted","double","hidden","none","groove","ridge","inset","outset",...m],_t=[[/^(?:border|b)()(?:-(.+))?$/,j,{autocomplete:"(border|b)-<directions>"}],[/^(?:border|b)-([xy])(?:-(.+))?$/,j],[/^(?:border|b)-([rltbse])(?:-(.+))?$/,j],[/^(?:border|b)-(block|inline)(?:-(.+))?$/,j],[/^(?:border|b)-([bi][se])(?:-(.+))?$/,j],[/^(?:border|b)-()(?:width|size)-(.+)$/,j,{autocomplete:["(border|b)-<num>","(border|b)-<directions>-<num>"]}],[/^(?:border|b)-([xy])-(?:width|size)-(.+)$/,j],[/^(?:border|b)-([rltbse])-(?:width|size)-(.+)$/,j],[/^(?:border|b)-(block|inline)-(?:width|size)-(.+)$/,j],[/^(?:border|b)-([bi][se])-(?:width|size)-(.+)$/,j],[/^(?:border|b)-()(?:color-)?(.+)$/,te,{autocomplete:["(border|b)-$colors","(border|b)-<directions>-$colors"]}],[/^(?:border|b)-([xy])-(?:color-)?(.+)$/,te],[/^(?:border|b)-([rltbse])-(?:color-)?(.+)$/,te],[/^(?:border|b)-(block|inline)-(?:color-)?(.+)$/,te],[/^(?:border|b)-([bi][se])-(?:color-)?(.+)$/,te],[/^(?:border|b)-()op(?:acity)?-?(.+)$/,re,{autocomplete:"(border|b)-(op|opacity)-<percent>"}],[/^(?:border|b)-([xy])-op(?:acity)?-?(.+)$/,re],[/^(?:border|b)-([rltbse])-op(?:acity)?-?(.+)$/,re],[/^(?:border|b)-(block|inline)-op(?:acity)?-?(.+)$/,re],[/^(?:border|b)-([bi][se])-op(?:acity)?-?(.+)$/,re],[/^(?:border-|b-)?(?:rounded|rd)()(?:-(.+))?$/,ne,{autocomplete:["(border|b)-(rounded|rd)","(border|b)-(rounded|rd)-$borderRadius","(rounded|rd)","(rounded|rd)-$borderRadius"]}],[/^(?:border-|b-)?(?:rounded|rd)-([rltbse])(?:-(.+))?$/,ne],[/^(?:border-|b-)?(?:rounded|rd)-([rltb]{2})(?:-(.+))?$/,ne],[/^(?:border-|b-)?(?:rounded|rd)-([bise][se])(?:-(.+))?$/,ne],[/^(?:border-|b-)?(?:rounded|rd)-([bi][se]-[bi][se])(?:-(.+))?$/,ne],[/^(?:border|b)-(?:style-)?()(.+)$/,oe,{autocomplete:["(border|b)-style",`(border|b)-(${ie.join("|")})`,"(border|b)-<directions>-style",`(border|b)-<directions>-(${ie.join("|")})`,`(border|b)-<directions>-style-(${ie.join("|")})`,`(border|b)-style-(${ie.join("|")})`]}],[/^(?:border|b)-([xy])-(?:style-)?(.+)$/,oe],[/^(?:border|b)-([rltbse])-(?:style-)?(.+)$/,oe],[/^(?:border|b)-(block|inline)-(?:style-)?(.+)$/,oe],[/^(?:border|b)-([bi][se])-(?:style-)?(.+)$/,oe]];function It(e,t,r){if(t!=null)return{[`border${r}-color`]:$(e,t)};if(r===""){let n={},o="--un-border-opacity",i=$(e,`var(${o})`);return i.includes(o)&&(n[o]=typeof e=="string"?1:Y(e)),n["border-color"]=i,n}else{let n={},o="--un-border-opacity",i=`--un-border${r}-opacity`,s=$(e,`var(${i})`);return s.includes(i)&&(n[o]=typeof e=="string"?1:Y(e),n[i]=`var(${o})`),n[`border${r}-color`]=s,n}}function si(e){return([,t],r)=>{let n=de(t,r,"borderColor");if(!n)return;let{alpha:o,color:i,cssColor:s}=n;if(s)return It(s,o,e);if(i)return It(i,o,e)}}function j([,e="",t],{theme:r}){let n=r.lineWidth?.[t||"DEFAULT"]??a.bracket.cssvar.global.px(t||"1");if(e in S&&n!=null)return S[e].map(o=>[`border${o}-width`,n])}function te([,e="",t],r){if(e in S){if(R(a.bracket(t)))return j(["",e,t],r);if(ge(t,r.theme,"borderColor"))return Object.assign({},...S[e].map(n=>si(n)(["",t],r.theme)))}}function re([,e="",t]){let r=a.bracket.percent.cssvar(t);if(e in S&&r!=null)return S[e].map(n=>[`--un-border${n}-opacity`,r])}function ne([,e="",t],{theme:r}){let n=r.borderRadius?.[t||"DEFAULT"]||a.bracket.cssvar.global.fraction.rem(t||"1");if(e in Oe&&n!=null)return Oe[e].map(o=>[`border${o}-radius`,n])}function oe([,e="",t]){if(ie.includes(t)&&e in S)return S[e].map(r=>[`border${r}-style`,t])}var Nt=[[/^op(?:acity)?-?(.+)$/,([,e])=>({opacity:a.bracket.percent.cssvar(e)})]],ai=/^\[url\(.+\)\]$/,li=/^\[(?:length|size):.+\]$/,ci=/^\[position:.+\]$/,ui=/^\[(?:linear|conic|radial)-gradient\(.+\)\]$/,fi=/^\[image:.+\]$/,Bt=[[/^bg-(.+)$/,(...e)=>{let t=e[0][1];if(ai.test(t))return{"--un-url":a.bracket(t),"background-image":"var(--un-url)"};if(li.test(t)&&a.bracketOfLength(t)!=null)return{"background-size":a.bracketOfLength(t).split(" ").map(r=>a.fraction.auto.px.cssvar(r)??r).join(" ")};if((Pt(t)||ci.test(t))&&a.bracketOfPosition(t)!=null)return{"background-position":a.bracketOfPosition(t).split(" ").map(r=>a.position.fraction.auto.px.cssvar(r)??r).join(" ")};if(ui.test(t)||fi.test(t)){let r=a.bracket(t);if(r)return{"background-image":(r.startsWith("http")?`url(${r})`:a.cssvar(r))??r}}return y("background-color","bg","backgroundColor")(...e)},{autocomplete:"bg-$colors"}],[/^bg-op(?:acity)?-?(.+)$/,([,e])=>({"--un-bg-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"bg-(op|opacity)-<percent>"}]],Ut=[[/^color-scheme-(\w+)$/,([,e])=>({"color-scheme":e})]];var Dt=[[/^@container(?:\/(\w+))?(?:-(normal|inline-size|size))?$/,([,e,t])=>({"container-type":t??"inline-size","container-name":e})]];var Kt=["solid","double","dotted","dashed","wavy",...m],qt=[[/^(?:decoration-)?(underline|overline|line-through)$/,([,e])=>({"text-decoration-line":e}),{autocomplete:"decoration-(underline|overline|line-through)"}],[/^(?:underline|decoration)-(?:size-)?(.+)$/,Ht,{autocomplete:"(underline|decoration)-<num>"}],[/^(?:underline|decoration)-(auto|from-font)$/,([,e])=>({"text-decoration-thickness":e}),{autocomplete:"(underline|decoration)-(auto|from-font)"}],[/^(?:underline|decoration)-(.+)$/,pi,{autocomplete:"(underline|decoration)-$colors"}],[/^(?:underline|decoration)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-line-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"(underline|decoration)-(op|opacity)-<percent>"}],[/^(?:underline|decoration)-offset-(.+)$/,([,e],{theme:t})=>({"text-underline-offset":t.lineWidth?.[e]??a.auto.bracket.cssvar.global.px(e)}),{autocomplete:"(underline|decoration)-(offset)-<num>"}],...Kt.map(e=>[`underline-${e}`,{"text-decoration-style":e}]),...Kt.map(e=>[`decoration-${e}`,{"text-decoration-style":e}]),["no-underline",{"text-decoration":"none"}],["decoration-none",{"text-decoration":"none"}]];function Ht([,e],{theme:t}){return{"text-decoration-thickness":t.lineWidth?.[e]??a.bracket.cssvar.global.px(e)}}function pi(e,t){if(R(a.bracket(e[1])))return Ht(e,t);let r=y("text-decoration-color","line","borderColor")(e,t);if(r)return{"-webkit-text-decoration-color":r["text-decoration-color"],...r}}var Gt=[["flex",{display:"flex"}],["inline-flex",{display:"inline-flex"}],["flex-inline",{display:"inline-flex"}],[/^flex-(.*)$/,([,e])=>({flex:a.bracket(e)!=null?a.bracket(e).split(" ").map(t=>a.cssvar.fraction(t)??t).join(" "):a.cssvar.fraction(e)})],["flex-1",{flex:"1 1 0%"}],["flex-auto",{flex:"1 1 auto"}],["flex-initial",{flex:"0 1 auto"}],["flex-none",{flex:"none"}],[/^(?:flex-)?shrink(?:-(.*))?$/,([,e=""])=>({"flex-shrink":a.bracket.cssvar.number(e)??1}),{autocomplete:["flex-shrink-<num>","shrink-<num>"]}],[/^(?:flex-)?grow(?:-(.*))?$/,([,e=""])=>({"flex-grow":a.bracket.cssvar.number(e)??1}),{autocomplete:["flex-grow-<num>","grow-<num>"]}],[/^(?:flex-)?basis-(.+)$/,([,e],{theme:t})=>({"flex-basis":t.spacing?.[e]??a.bracket.cssvar.auto.fraction.rem(e)}),{autocomplete:["flex-basis-$spacing","basis-$spacing"]}],["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 hi={"":"",x:"column-",y:"row-",col:"column-",row:"row-"};function We([,e="",t],{theme:r}){let n=r.spacing?.[t]??a.bracket.cssvar.global.rem(t);if(n!=null)return{[`${hi[e]}gap`]:n}}var Yt=[[/^(?:flex-|grid-)?gap-?()(.+)$/,We,{autocomplete:["gap-$spacing","gap-<num>"]}],[/^(?:flex-|grid-)?gap-([xy])-?(.+)$/,We,{autocomplete:["gap-(x|y)-$spacing","gap-(x|y)-<num>"]}],[/^(?:flex-|grid-)?gap-(col|row)-?(.+)$/,We,{autocomplete:["gap-(col|row)-$spacing","gap-(col|row)-<num>"]}]];function z(e){return e.replace("col","column")}function Ie(e){return e[0]==="r"?"Row":"Column"}function di(e,t,r){let n=t[`gridAuto${Ie(e)}`]?.[r];if(n!=null)return n;switch(r){case"min":return"min-content";case"max":return"max-content";case"fr":return"minmax(0,1fr)"}return a.bracket.cssvar.auto.rem(r)}var Xt=[["grid",{display:"grid"}],["inline-grid",{display:"inline-grid"}],[/^(?:grid-)?(row|col)-(.+)$/,([,e,t],{theme:r})=>({[`grid-${z(e)}`]:r[`grid${Ie(e)}`]?.[t]??a.bracket.cssvar.auto(t)})],[/^(?:grid-)?(row|col)-span-(.+)$/,([,e,t])=>{if(t==="full")return{[`grid-${z(e)}`]:"1/-1"};let r=a.bracket.number(t);if(r!=null)return{[`grid-${z(e)}`]:`span ${r}/span ${r}`}},{autocomplete:"(grid-row|grid-col|row|col)-span-<num>"}],[/^(?:grid-)?(row|col)-start-(.+)$/,([,e,t])=>({[`grid-${z(e)}-start`]:a.bracket.cssvar(t)??t})],[/^(?:grid-)?(row|col)-end-(.+)$/,([,e,t])=>({[`grid-${z(e)}-end`]:a.bracket.cssvar(t)??t}),{autocomplete:"(grid-row|grid-col|row|col)-(start|end)-<num>"}],[/^(?:grid-)?auto-(rows|cols)-(.+)$/,([,e,t],{theme:r})=>({[`grid-auto-${z(e)}`]:di(e,r,t)}),{autocomplete:"(grid-auto|auto)-(rows|cols)-<num>"}],[/^(?:grid-auto-flow|auto-flow|grid-flow)-(.+)$/,([,e])=>({"grid-auto-flow":a.bracket.cssvar(e)})],[/^(?:grid-auto-flow|auto-flow|grid-flow)-(row|col|dense|row-dense|col-dense)$/,([,e])=>({"grid-auto-flow":z(e).replace("-"," ")}),{autocomplete:["(grid-auto-flow|auto-flow|grid-flow)-(row|col|dense|row-dense|col-dense)"]}],[/^(?:grid-)?(rows|cols)-(.+)$/,([,e,t],{theme:r})=>({[`grid-template-${z(e)}`]:r[`gridTemplate${Ie(e)}`]?.[t]??a.bracket.cssvar(t)})],[/^(?:grid-)?(rows|cols)-minmax-([\w.-]+)$/,([,e,t])=>({[`grid-template-${z(e)}`]:`repeat(auto-fill,minmax(${t},1fr))`})],[/^(?:grid-)?(rows|cols)-(\d+)$/,([,e,t])=>({[`grid-template-${z(e)}`]:`repeat(${t},minmax(0,1fr))`}),{autocomplete:"(grid-rows|grid-cols|rows|cols)-<num>"}],[/^grid-area(s)?-(.+)$/,([,e,t])=>e!=null?{"grid-template-areas":a.cssvar(t)??t.split("-").map(r=>`"${a.bracket(r)}"`).join(" ")}:{"grid-area":a.bracket.cssvar(t)}],["grid-rows-none",{"grid-template-rows":"none"}],["grid-cols-none",{"grid-template-columns":"none"}],["grid-rows-subgrid",{"grid-template-rows":"subgrid"}],["grid-cols-subgrid",{"grid-template-columns":"subgrid"}]];var ye=["auto","hidden","clip","visible","scroll","overlay",...m],Zt=[[/^(?:overflow|of)-(.+)$/,([,e])=>ye.includes(e)?{overflow:e}:void 0,{autocomplete:[`(overflow|of)-(${ye.join("|")})`,`(overflow|of)-(x|y)-(${ye.join("|")})`]}],[/^(?:overflow|of)-([xy])-(.+)$/,([,e,t])=>ye.includes(t)?{[`overflow-${e}`]:t}:void 0]];var Jt=[[/^(?:position-|pos-)?(relative|absolute|fixed|sticky)$/,([,e])=>({position:e}),{autocomplete:["(position|pos)-<position>","(position|pos)-<globalKeyword>","<position>"]}],[/^(?:position-|pos-)([-\w]+)$/,([,e])=>m.includes(e)?{position:e}:void 0],[/^(?:position-|pos-)?(static)$/,([,e])=>({position:e})]],Ne=[["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-stretch",{"justify-content":"stretch"}],["justify-left",{"justify-content":"left"}],["justify-right",{"justify-content":"right"}],...x("justify","justify-content"),["justify-items-start",{"justify-items":"start"}],["justify-items-end",{"justify-items":"end"}],["justify-items-center",{"justify-items":"center"}],["justify-items-stretch",{"justify-items":"stretch"}],...x("justify-items"),["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"}],...x("justify-self")],Qt=[[/^order-(.+)$/,([,e])=>({order:a.bracket.cssvar.number(e)})],["order-first",{order:"-9999"}],["order-last",{order:"9999"}],["order-none",{order:"0"}]],Be=[["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"}],...x("content","align-content"),["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"}],...x("items","align-items"),["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"}],...x("self","align-self")],Ue=[["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"}],...x("place-content"),["place-items-start",{"place-items":"start"}],["place-items-end",{"place-items":"end"}],["place-items-center",{"place-items":"center"}],["place-items-stretch",{"place-items":"stretch"}],...x("place-items"),["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"}],...x("place-self")],er=[...Ne,...Be,...Ue].flatMap(([e,t])=>[[`flex-${e}`,t],[`grid-${e}`,t]]);function _e(e,{theme:t}){return t.spacing?.[e]??a.bracket.cssvar.global.auto.fraction.rem(e)}function se([,e,t],r){let n=_e(t,r);if(n!=null&&e in ze)return ze[e].map(o=>[o.slice(1),n])}var tr=[[/^(?:position-|pos-)?inset-(.+)$/,([,e],t)=>({inset:_e(e,t)}),{autocomplete:["(position|pos)-inset-<directions>-$spacing","(position|pos)-inset-(block|inline)-$spacing","(position|pos)-inset-(bs|be|is|ie)-$spacing","(position|pos)-(top|left|right|bottom)-$spacing"]}],[/^(?:position-|pos-)?(start|end)-(.+)$/,se],[/^(?:position-|pos-)?inset-([xy])-(.+)$/,se],[/^(?:position-|pos-)?inset-([rltbse])-(.+)$/,se],[/^(?:position-|pos-)?inset-(block|inline)-(.+)$/,se],[/^(?:position-|pos-)?inset-([bi][se])-(.+)$/,se],[/^(?:position-|pos-)?(top|left|right|bottom)-(.+)$/,([,e,t],r)=>({[e]:_e(t,r)})]],rr=[["float-left",{float:"left"}],["float-right",{float:"right"}],["float-start",{float:"inline-start"}],["float-end",{float:"inline-end"}],["float-none",{float:"none"}],...x("float"),["clear-left",{clear:"left"}],["clear-right",{clear:"right"}],["clear-both",{clear:"both"}],["clear-start",{clear:"inline-start"}],["clear-end",{clear:"inline-end"}],["clear-none",{clear:"none"}],...x("clear")],nr=[[/^(?:position-|pos-)?z([\d.]+)$/,([,e])=>({"z-index":a.number(e)})],[/^(?:position-|pos-)?z-(.+)$/,([,e],{theme:t})=>({"z-index":t.zIndex?.[e]??a.bracket.cssvar.global.auto.number(e)}),{autocomplete:"z-<num>"}]],or=[["box-border",{"box-sizing":"border-box"}],["box-content",{"box-sizing":"content-box"}],...x("box","box-sizing")];var ir=[[/^(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}} ${t({animation:"__un_qm 0.5s ease-in-out alternate infinite"})}`}]];var mi=["auto","default","none","context-menu","help","pointer","progress","wait","cell","crosshair","text","vertical-text","alias","copy","move","no-drop","not-allowed","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out"],gi=["none","strict","content","size","inline-size","layout","style","paint"],we=" ",sr=[["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:a.bracket.cssvar.global(e)})]],ar=[["visible",{visibility:"visible"}],["invisible",{visibility:"hidden"}],["backface-visible",{"backface-visibility":"visible"}],["backface-hidden",{"backface-visibility":"hidden"}],...x("backface","backface-visibility")],lr=[[/^cursor-(.+)$/,([,e])=>({cursor:a.bracket.cssvar.global(e)})],...mi.map(e=>[`cursor-${e}`,{cursor:e}])],cr=[[/^contain-(.*)$/,([,e])=>a.bracket(e)!=null?{contain:a.bracket(e).split(" ").map(t=>a.cssvar.fraction(t)??t).join(" ")}:gi.includes(e)?{contain:e}:void 0]],ur=[["pointer-events-auto",{"pointer-events":"auto"}],["pointer-events-none",{"pointer-events":"none"}],...x("pointer-events")],fr=[["resize-x",{resize:"horizontal"}],["resize-y",{resize:"vertical"}],["resize",{resize:"both"}],["resize-none",{resize:"none"}],...x("resize")],pr=[["select-auto",{"-webkit-user-select":"auto","user-select":"auto"}],["select-all",{"-webkit-user-select":"all","user-select":"all"}],["select-text",{"-webkit-user-select":"text","user-select":"text"}],["select-none",{"-webkit-user-select":"none","user-select":"none"}],...x("select","user-select")],hr=[[/^(?:whitespace-|ws-)([-\w]+)$/,([,e])=>["normal","nowrap","pre","pre-line","pre-wrap","break-spaces",...m].includes(e)?{"white-space":e}:void 0,{autocomplete:"(whitespace|ws)-(normal|nowrap|pre|pre-line|pre-wrap|break-spaces)"}]],dr=[[/^intrinsic-size-(.+)$/,([,e])=>({"contain-intrinsic-size":a.bracket.cssvar.global.fraction.rem(e)}),{autocomplete:"intrinsic-size-<num>"}],["content-visibility-visible",{"content-visibility":"visible"}],["content-visibility-hidden",{"content-visibility":"hidden"}],["content-visibility-auto",{"content-visibility":"auto"}],...x("content-visibility")],mr=[[/^content-(.+)$/,([,e])=>({content:a.bracket.cssvar(e)})],["content-empty",{content:'""'}],["content-none",{content:"none"}]],gr=[["break-normal",{"overflow-wrap":"normal","word-break":"normal"}],["break-words",{"overflow-wrap":"break-word"}],["break-all",{"word-break":"break-all"}],["break-keep",{"word-break":"keep-all"}],["break-anywhere",{"overflow-wrap":"anywhere"}]],br=[["text-wrap",{"text-wrap":"wrap"}],["text-nowrap",{"text-wrap":"nowrap"}],["text-balance",{"text-wrap":"balance"}],["text-pretty",{"text-wrap":"pretty"}]],xr=[["truncate",{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}],["text-truncate",{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}],["text-ellipsis",{"text-overflow":"ellipsis"}],["text-clip",{"text-overflow":"clip"}]],yr=[["case-upper",{"text-transform":"uppercase"}],["case-lower",{"text-transform":"lowercase"}],["case-capital",{"text-transform":"capitalize"}],["case-normal",{"text-transform":"none"}],...x("case","text-transform")],wr=[["italic",{"font-style":"italic"}],["not-italic",{"font-style":"normal"}],["font-italic",{"font-style":"italic"}],["font-not-italic",{"font-style":"normal"}],["oblique",{"font-style":"oblique"}],["not-oblique",{"font-style":"normal"}],["font-oblique",{"font-style":"oblique"}],["font-not-oblique",{"font-style":"normal"}]],$r=[["antialiased",{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"}],["subpixel-antialiased",{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto"}]];var De={"--un-ring-inset":we,"--un-ring-offset-width":"0px","--un-ring-offset-color":"#fff","--un-ring-width":"0px","--un-ring-color":"rgb(147 197 253 / 0.5)","--un-shadow":"0 0 rgb(0 0 0 / 0)"},bi=Object.keys(De),Sr=[[/^ring(?:-(.+))?$/,([,e],{theme:t})=>{let r=t.ringWidth?.[e||"DEFAULT"]??a.px(e||"1");if(r)return{"--un-ring-width":r,"--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)"}},{custom:{preflightKeys:bi},autocomplete:"ring-$ringWidth"}],[/^ring-(?:width-|size-)(.+)$/,vr,{autocomplete:"ring-(width|size)-$lineWidth"}],["ring-offset",{"--un-ring-offset-width":"1px"}],[/^ring-offset-(?:width-|size-)?(.+)$/,([,e],{theme:t})=>({"--un-ring-offset-width":t.lineWidth?.[e]??a.bracket.cssvar.px(e)}),{autocomplete:"ring-offset-(width|size)-$lineWidth"}],[/^ring-(.+)$/,xi,{autocomplete:"ring-$colors"}],[/^ring-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"ring-(op|opacity)-<percent>"}],[/^ring-offset-(.+)$/,y("--un-ring-offset-color","ring-offset","borderColor"),{autocomplete:"ring-offset-$colors"}],[/^ring-offset-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-offset-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"ring-offset-(op|opacity)-<percent>"}],["ring-inset",{"--un-ring-inset":"inset"}]];function vr([,e],{theme:t}){return{"--un-ring-width":t.ringWidth?.[e]??a.bracket.cssvar.px(e)}}function xi(e,t){return R(a.bracket(e[1]))?vr(e,t):y("--un-ring-color","ring","borderColor")(e,t)}var Ke={"--un-ring-offset-shadow":"0 0 rgb(0 0 0 / 0)","--un-ring-shadow":"0 0 rgb(0 0 0 / 0)","--un-shadow-inset":we,"--un-shadow":"0 0 rgb(0 0 0 / 0)"},yi=Object.keys(Ke),kr=[[/^shadow(?:-(.+))?$/,(e,t)=>{let[,r]=e,{theme:n}=t,o=n.boxShadow?.[r||"DEFAULT"],i=r?a.bracket.cssvar(r):void 0;return(o!=null||i!=null)&&!ge(i,n,"shadowColor")?{"--un-shadow":me(o||i,"--un-shadow-color").join(","),"box-shadow":"var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)"}:y("--un-shadow-color","shadow","shadowColor")(e,t)},{custom:{preflightKeys:yi},autocomplete:["shadow-$colors","shadow-$boxShadow"]}],[/^shadow-op(?:acity)?-?(.+)$/,([,e])=>({"--un-shadow-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"shadow-(op|opacity)-<percent>"}],["shadow-inset",{"--un-shadow-inset":"inset"}]];var wi={h:"height",w:"width",inline:"inline-size",block:"block-size"};function M(e,t){return`${e||""}${wi[t]}`}function $e(e,t,r,n){let o=M(e,t).replace(/-(\w)/g,(s,l)=>l.toUpperCase()),i=r[o]?.[n];if(i!=null)return i;switch(n){case"fit":case"max":case"min":return`${n}-content`}return a.bracket.cssvar.global.auto.fraction.rem(n)}var Rr=[[/^size-(min-|max-)?(.+)$/,([,e,t],{theme:r})=>({[M(e,"w")]:$e(e,"w",r,t),[M(e,"h")]:$e(e,"h",r,t)})],[/^(?:size-)?(min-|max-)?([wh])-?(.+)$/,([,e,t,r],{theme:n})=>({[M(e,t)]:$e(e,t,n,r)})],[/^(?:size-)?(min-|max-)?(block|inline)-(.+)$/,([,e,t,r],{theme:n})=>({[M(e,t)]:$e(e,t,n,r)}),{autocomplete:["(w|h)-$width|height|maxWidth|maxHeight|minWidth|minHeight|inlineSize|blockSize|maxInlineSize|maxBlockSize|minInlineSize|minBlockSize","(block|inline)-$width|height|maxWidth|maxHeight|minWidth|minHeight|inlineSize|blockSize|maxInlineSize|maxBlockSize|minInlineSize|minBlockSize","(max|min)-(w|h|block|inline)","(max|min)-(w|h|block|inline)-$width|height|maxWidth|maxHeight|minWidth|minHeight|inlineSize|blockSize|maxInlineSize|maxBlockSize|minInlineSize|minBlockSize","(w|h)-full","(max|min)-(w|h)-full"]}],[/^(?:size-)?(min-|max-)?(h)-screen-(.+)$/,([,e,t,r],n)=>({[M(e,t)]:Cr(n,r,"verticalBreakpoints")})],[/^(?:size-)?(min-|max-)?(w)-screen-(.+)$/,([,e,t,r],n)=>({[M(e,t)]:Cr(n,r)}),{autocomplete:["(w|h)-screen","(min|max)-(w|h)-screen","h-screen-$verticalBreakpoints","(min|max)-h-screen-$verticalBreakpoints","w-screen-$breakpoints","(min|max)-w-screen-$breakpoints"]}]];function Cr(e,t,r="breakpoints"){let n=be(e,r);if(n)return n.find(o=>o.point===t)?.size}function $i(e){if(/^\d+\/\d+$/.test(e))return e;switch(e){case"square":return"1/1";case"video":return"16/9"}return a.bracket.cssvar.global.auto.number(e)}var Er=[[/^(?:size-)?aspect-(?:ratio-)?(.+)$/,([,e])=>({"aspect-ratio":$i(e)}),{autocomplete:["aspect-(square|video|ratio)","aspect-ratio-(square|video)"]}]];var Tr=[[/^pa?()-?(.+)$/,v("padding"),{autocomplete:["(m|p)<num>","(m|p)-<num>"]}],[/^p-?xy()()$/,v("padding"),{autocomplete:"(m|p)-(xy)"}],[/^p-?([xy])(?:-?(.+))?$/,v("padding")],[/^p-?([rltbse])(?:-?(.+))?$/,v("padding"),{autocomplete:"(m|p)<directions>-<num>"}],[/^p-(block|inline)(?:-(.+))?$/,v("padding"),{autocomplete:"(m|p)-(block|inline)-<num>"}],[/^p-?([bi][se])(?:-?(.+))?$/,v("padding"),{autocomplete:"(m|p)-(bs|be|is|ie)-<num>"}]],jr=[[/^ma?()-?(.+)$/,v("margin")],[/^m-?xy()()$/,v("margin")],[/^m-?([xy])(?:-?(.+))?$/,v("margin")],[/^m-?([rltbse])(?:-?(.+))?$/,v("margin")],[/^m-(block|inline)(?:-(.+))?$/,v("margin")],[/^m-?([bi][se])(?:-?(.+))?$/,v("margin")]];var zr=[[/^fill-(.+)$/,y("fill","fill","backgroundColor"),{autocomplete:"fill-$colors"}],[/^fill-op(?:acity)?-?(.+)$/,([,e])=>({"--un-fill-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"fill-(op|opacity)-<percent>"}],["fill-none",{fill:"none"}],[/^stroke-(?:width-|size-)?(.+)$/,Or,{autocomplete:["stroke-width-$lineWidth","stroke-size-$lineWidth"]}],[/^stroke-dash-(.+)$/,([,e])=>({"stroke-dasharray":a.bracket.cssvar.number(e)}),{autocomplete:"stroke-dash-<num>"}],[/^stroke-offset-(.+)$/,([,e],{theme:t})=>({"stroke-dashoffset":t.lineWidth?.[e]??a.bracket.cssvar.px.numberWithUnit(e)}),{autocomplete:"stroke-offset-$lineWidth"}],[/^stroke-(.+)$/,Si,{autocomplete:"stroke-$colors"}],[/^stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-stroke-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"stroke-(op|opacity)-<percent>"}],["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"}]];function Or([,e],{theme:t}){return{"stroke-width":t.lineWidth?.[e]??a.bracket.cssvar.fraction.px.number(e)}}function Si(e,t){return R(a.bracket(e[1]))?Or(e,t):y("stroke","stroke","borderColor")(e,t)}var Se=["translate","rotate","scale"],vi=["translateX(var(--un-translate-x))","translateY(var(--un-translate-y))","rotate(var(--un-rotate))","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))"].join(" "),q=["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(" "),ki=["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(" "),qe={"--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},O=Object.keys(qe),Fr=[[/^(?:transform-)?origin-(.+)$/,([,e])=>({"transform-origin":Q[e]??a.bracket.cssvar(e)}),{autocomplete:[`transform-origin-(${Object.keys(Q).join("|")})`,`origin-(${Object.keys(Q).join("|")})`]}],[/^(?:transform-)?perspect(?:ive)?-(.+)$/,([,e])=>{let t=a.bracket.cssvar.px.numberWithUnit(e);if(t!=null)return{"-webkit-perspective":t,perspective:t}}],[/^(?:transform-)?perspect(?:ive)?-origin-(.+)$/,([,e])=>{let t=a.bracket.cssvar(e)??(e.length>=3?Q[e]:void 0);if(t!=null)return{"-webkit-perspective-origin":t,"perspective-origin":t}}],[/^(?:transform-)?translate-()(.+)$/,Ar,{custom:{preflightKeys:O}}],[/^(?:transform-)?translate-([xyz])-(.+)$/,Ar,{custom:{preflightKeys:O}}],[/^(?:transform-)?rotate-()(.+)$/,Pr,{custom:{preflightKeys:O}}],[/^(?:transform-)?rotate-([xyz])-(.+)$/,Pr,{custom:{preflightKeys:O}}],[/^(?:transform-)?skew-()(.+)$/,Lr,{custom:{preflightKeys:O}}],[/^(?:transform-)?skew-([xy])-(.+)$/,Lr,{custom:{preflightKeys:O},autocomplete:["transform-skew-(x|y)-<percent>","skew-(x|y)-<percent>"]}],[/^(?:transform-)?scale-()(.+)$/,Vr,{custom:{preflightKeys:O}}],[/^(?:transform-)?scale-([xyz])-(.+)$/,Vr,{custom:{preflightKeys:O},autocomplete:[`transform-(${Se.join("|")})-<percent>`,`transform-(${Se.join("|")})-(x|y|z)-<percent>`,`(${Se.join("|")})-<percent>`,`(${Se.join("|")})-(x|y|z)-<percent>`]}],[/^(?:transform-)?preserve-3d$/,()=>({"transform-style":"preserve-3d"})],[/^(?:transform-)?preserve-flat$/,()=>({"transform-style":"flat"})],["transform",{transform:q},{custom:{preflightKeys:O}}],["transform-cpu",{transform:vi},{custom:{preflightKeys:["--un-translate-x","--un-translate-y","--un-rotate","--un-rotate-z","--un-skew-x","--un-skew-y","--un-scale-x","--un-scale-y"]}}],["transform-gpu",{transform:ki},{custom:{preflightKeys:O}}],["transform-none",{transform:"none"}],...x("transform")];function Ar([,e,t],{theme:r}){let n=r.spacing?.[t]??a.bracket.cssvar.fraction.rem(t);if(n!=null)return[...xe(e,n,"translate"),["transform",q]]}function Vr([,e,t]){let r=a.bracket.cssvar.fraction.percent(t);if(r!=null)return[...xe(e,r,"scale"),["transform",q]]}function Pr([,e="",t]){let r=a.bracket.cssvar.degree(t);if(r!=null)return e?{"--un-rotate":0,[`--un-rotate-${e}`]:r,transform:q}:{"--un-rotate-x":0,"--un-rotate-y":0,"--un-rotate-z":0,"--un-rotate":r,transform:q}}function Lr([,e,t]){let r=a.bracket.cssvar.degree(t);if(r!=null)return[...xe(e,r,"skew"),["transform",q]]}function Mr(e,t){let r;if(a.cssvar(e)!=null)r=a.cssvar(e);else{e.startsWith("[")&&e.endsWith("]")&&(e=e.slice(1,-1));let n=e.split(",").map(o=>t.transitionProperty?.[o]??a.properties(o));n.every(Boolean)&&(r=n.join(","))}return r}var Wr=[[/^transition(?:-(\D+?))?(?:-(\d+))?$/,([,e,t],{theme:r})=>{if(!e&&!t)return{"transition-property":r.transitionProperty?.DEFAULT,"transition-timing-function":r.easing?.DEFAULT,"transition-duration":r.duration?.DEFAULT??a.time("150")};if(e!=null){let n=Mr(e,r),o=r.duration?.[t||"DEFAULT"]??a.time(t||"150");if(n)return{"transition-property":n,"transition-timing-function":r.easing?.DEFAULT,"transition-duration":o}}else if(t!=null)return{"transition-property":r.transitionProperty?.DEFAULT,"transition-timing-function":r.easing?.DEFAULT,"transition-duration":r.duration?.[t]??a.time(t)}},{autocomplete:"transition-$transitionProperty-$duration"}],[/^(?:transition-)?duration-(.+)$/,([,e],{theme:t})=>({"transition-duration":t.duration?.[e||"DEFAULT"]??a.bracket.cssvar.time(e)}),{autocomplete:["transition-duration-$duration","duration-$duration"]}],[/^(?:transition-)?delay-(.+)$/,([,e],{theme:t})=>({"transition-delay":t.duration?.[e||"DEFAULT"]??a.bracket.cssvar.time(e)}),{autocomplete:["transition-delay-$duration","delay-$duration"]}],[/^(?:transition-)?ease(?:-(.+))?$/,([,e],{theme:t})=>({"transition-timing-function":t.easing?.[e||"DEFAULT"]??a.bracket.cssvar(e)}),{autocomplete:["transition-ease-(linear|in|out|in-out|DEFAULT)","ease-(linear|in|out|in-out|DEFAULT)"]}],[/^(?:transition-)?property-(.+)$/,([,e],{theme:t})=>{let r=a.global(e)||Mr(e,t);if(r)return{"transition-property":r}},{autocomplete:[`transition-property-(${[...m].join("|")})`,"transition-property-$transitionProperty","property-$transitionProperty"]}],["transition-none",{transition:"none"}],...x("transition"),["transition-discrete",{"transition-behavior":"allow-discrete"}],["transition-normal",{"transition-behavior":"normal"}]];var Ir=[[/^text-(.+)$/,Ri,{autocomplete:"text-$fontSize"}],[/^(?:text|font)-size-(.+)$/,Dr,{autocomplete:"text-size-$fontSize"}],[/^text-(?:color-)?(.+)$/,Ci,{autocomplete:"text-$colors"}],[/^(?:color|c)-(.+)$/,y("color","text","textColor"),{autocomplete:"(color|c)-$colors"}],[/^(?:text|color|c)-(.+)$/,([,e])=>m.includes(e)?{color:e}:void 0,{autocomplete:`(text|color|c)-(${m.join("|")})`}],[/^(?:text|color|c)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"(text|color|c)-(op|opacity)-<percent>"}],[/^(?:font|fw)-?([^-]+)$/,([,e],{theme:t})=>({"font-weight":t.fontWeight?.[e]||a.bracket.global.number(e)}),{autocomplete:["(font|fw)-(100|200|300|400|500|600|700|800|900)","(font|fw)-$fontWeight"]}],[/^(?:font-)?(?:leading|lh|line-height)-(.+)$/,([,e],{theme:t})=>({"line-height":He(e,t,"lineHeight")}),{autocomplete:"(leading|lh|line-height)-$lineHeight"}],["font-synthesis-weight",{"font-synthesis":"weight"}],["font-synthesis-style",{"font-synthesis":"style"}],["font-synthesis-small-caps",{"font-synthesis":"small-caps"}],["font-synthesis-none",{"font-synthesis":"none"}],[/^font-synthesis-(.+)$/,([,e])=>({"font-synthesis":a.bracket.cssvar.global(e)})],[/^(?:font-)?tracking-(.+)$/,([,e],{theme:t})=>({"letter-spacing":t.letterSpacing?.[e]||a.bracket.cssvar.global.rem(e)}),{autocomplete:"tracking-$letterSpacing"}],[/^(?:font-)?word-spacing-(.+)$/,([,e],{theme:t})=>({"word-spacing":t.wordSpacing?.[e]||a.bracket.cssvar.global.rem(e)}),{autocomplete:"word-spacing-$wordSpacing"}],["font-stretch-normal",{"font-stretch":"normal"}],["font-stretch-ultra-condensed",{"font-stretch":"ultra-condensed"}],["font-stretch-extra-condensed",{"font-stretch":"extra-condensed"}],["font-stretch-condensed",{"font-stretch":"condensed"}],["font-stretch-semi-condensed",{"font-stretch":"semi-condensed"}],["font-stretch-semi-expanded",{"font-stretch":"semi-expanded"}],["font-stretch-expanded",{"font-stretch":"expanded"}],["font-stretch-extra-expanded",{"font-stretch":"extra-expanded"}],["font-stretch-ultra-expanded",{"font-stretch":"ultra-expanded"}],[/^font-stretch-(.+)$/,([,e])=>({"font-stretch":a.bracket.cssvar.fraction.global(e)}),{autocomplete:"font-stretch-<percentage>"}],[/^font-(.+)$/,([,e],{theme:t})=>({"font-family":t.fontFamily?.[e]||a.bracket.cssvar.global(e)}),{autocomplete:"font-$fontFamily"}]],_r=[[/^tab(?:-(.+))?$/,([,e])=>{let t=a.bracket.cssvar.global.number(e||"4");if(t!=null)return{"-moz-tab-size":t,"-o-tab-size":t,"tab-size":t}}]],Nr=[[/^indent(?:-(.+))?$/,([,e],{theme:t})=>({"text-indent":t.textIndent?.[e||"DEFAULT"]||a.bracket.cssvar.global.fraction.rem(e)}),{autocomplete:"indent-$textIndent"}]],Br=[[/^text-stroke(?:-(.+))?$/,([,e],{theme:t})=>({"-webkit-text-stroke-width":t.textStrokeWidth?.[e||"DEFAULT"]||a.bracket.cssvar.px(e)}),{autocomplete:"text-stroke-$textStrokeWidth"}],[/^text-stroke-(.+)$/,y("-webkit-text-stroke-color","text-stroke","borderColor"),{autocomplete:"text-stroke-$colors"}],[/^text-stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-stroke-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"text-stroke-(op|opacity)-<percent>"}]],Ur=[[/^text-shadow(?:-(.+))?$/,([,e],{theme:t})=>{let r=t.textShadow?.[e||"DEFAULT"];return r!=null?{"--un-text-shadow":me(r,"--un-text-shadow-color").join(","),"text-shadow":"var(--un-text-shadow)"}:{"text-shadow":a.bracket.cssvar.global(e)}},{autocomplete:"text-shadow-$textShadow"}],[/^text-shadow-color-(.+)$/,y("--un-text-shadow-color","text-shadow","shadowColor"),{autocomplete:"text-shadow-color-$colors"}],[/^text-shadow-color-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-shadow-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"text-shadow-color-(op|opacity)-<percent>"}]];function He(e,t,r){return t[r]?.[e]||a.bracket.cssvar.global.rem(e)}function Dr([,e],{theme:t}){let n=k(t.fontSize?.[e])?.[0]??a.bracket.cssvar.global.rem(e);if(n!=null)return{"font-size":n}}function Ci(e,t){return R(a.bracket(e[1]))?Dr(e,t):y("color","text","textColor")(e,t)}function Ri([,e="base"],{theme:t}){let r=Me(e,"length");if(!r)return;let[n,o]=r,i=k(t.fontSize?.[n]),s=o?He(o,t,"lineHeight"):void 0;if(i?.[0]){let[c,u,f]=i;return typeof u=="object"?{"font-size":c,...u}:{"font-size":c,"line-height":s??u??"1","letter-spacing":f?He(f,t,"letterSpacing"):void 0}}let l=a.bracketOfLength.rem(n);return s&&l?{"font-size":l,"line-height":s}:{"font-size":a.bracketOfLength.rem(e)}}var Ei={backface:"backface-visibility",break:"word-break",case:"text-transform",content:"align-content",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"},Kr=[[/^(.+?)-(\$.+)$/,([,e,t])=>{let r=Ei[e];if(r)return{[r]:a.cssvar(t)}}]],qr=[[/^\[(.*)\]$/,([e,t])=>{if(!t.includes(":"))return;let[r,...n]=t.split(":"),o=n.join(":");if(!ji(t)&&/^[a-z-]+$/.test(r)&&Ti(o)){let i=a.bracket(`[${o}]`);if(i)return{[r]:i}}}]];function Ti(e){let t=0;function r(n){for(;t<e.length;)if(t+=1,e[t]===n)return!0;return!1}for(t=0;t<e.length;t++){let n=e[t];if("\"`'".includes(n)){if(!r(n))return!1}else if(n==="("){if(!r(")"))return!1}else if("[]{}:".includes(n))return!1}return!0}function ji(e){if(!e.includes("://"))return!1;try{return new URL(e).host!==""}catch{return!1}}var Hr=[Kr,qr,cr,ur,ar,Jt,tr,nr,Qt,Xt,rr,jr,or,sr,Er,Rr,Gt,Fr,lr,pr,fr,Mt,Ue,Be,Ne,Yt,er,Zt,xr,hr,gr,_t,Bt,Ut,zr,Tr,jt,Nr,br,Tt,Ir,yr,wr,qt,$r,_r,Br,Ur,Nt,kr,Lt,Sr,Wr,Wt,dr,mr,Dt,ir].flat(1);var Gr={position:["relative","absolute","fixed","sticky","static"],globalKeyword:m};var Ge={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",950:"#4c0519"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"},light:{50:"#fdfdfd",100:"#fcfcfc",200:"#fafafa",300:"#f8f9fa",400:"#f6f6f6",500:"#f2f2f2",600:"#f1f3f5",700:"#e9ecef",800:"#dee2e6",900:"#dde1e3",950:"#d8dcdf"},dark:{50:"#4a4a4a",100:"#3c3c3c",200:"#323232",300:"#2d2d2d",400:"#222222",500:"#1f1f1f",600:"#1c1c1e",700:"#1b1b1b",800:"#181818",900:"#0f0f0f",950:"#080808"},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(Ge).forEach(e=>{typeof e!="string"&&e!==void 0&&(e.DEFAULT=e.DEFAULT||e[400],Object.keys(e).forEach(t=>{let r=+t/100;r===Math.round(r)&&(e[r]=e[t])}))});var Yr={DEFAULT:"8px",0:"0",sm:"4px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},Xr={DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],sm:"0 1px 1px rgb(0 0 0 / 0.05)",md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 rgb(0 0 0 / 0)"};var Zr={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(",")},Jr={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"]},Qr={DEFAULT:"1.5rem",xs:"0.5rem",sm:"1rem",md:"1.5rem",lg:"2rem",xl:"2.5rem","2xl":"3rem","3xl":"4rem"},en={DEFAULT:"1.5rem",none:"0",sm:"thin",md:"medium",lg:"thick"},tn={DEFAULT:["0 0 1px rgb(0 0 0 / 0.2)","0 0 1px rgb(1 0 5 / 0.1)"],none:"0 0 rgb(0 0 0 / 0)",sm:"1px 1px 3px rgb(36 37 47 / 0.25)",md:["0 1px 2px rgb(30 29 39 / 0.19)","1px 2px 4px rgb(54 64 147 / 0.18)"],lg:["3px 3px 6px rgb(0 0 0 / 0.26)","0 0 5px rgb(15 3 86 / 0.22)"],xl:["1px 1px 3px rgb(0 0 0 / 0.29)","2px 4px 7px rgb(73 64 125 / 0.35)"]},rn={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},Ye={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},nn={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},on=Ye;var Xe={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},sn={...Xe},an={DEFAULT:"1px",none:"0"},ln={DEFAULT:"1rem",none:"0",xs:"0.75rem",sm:"0.875rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem","5xl":"3rem","6xl":"3.75rem","7xl":"4.5rem","8xl":"6rem","9xl":"8rem"},cn={DEFAULT:"150ms",none:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},un={DEFAULT:"0.25rem",none:"0",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},fn={DEFAULT:["var(--un-shadow-inset) 0 1px 3px 0 rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 1px 2px -1px rgb(0 0 0 / 0.1)"],none:"0 0 rgb(0 0 0 / 0)",sm:"var(--un-shadow-inset) 0 1px 2px 0 rgb(0 0 0 / 0.05)",md:["var(--un-shadow-inset) 0 4px 6px -1px rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 2px 4px -2px rgb(0 0 0 / 0.1)"],lg:["var(--un-shadow-inset) 0 10px 15px -3px rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 4px 6px -4px rgb(0 0 0 / 0.1)"],xl:["var(--un-shadow-inset) 0 20px 25px -5px rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 8px 10px -6px rgb(0 0 0 / 0.1)"],"2xl":"var(--un-shadow-inset) 0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)"},pn={DEFAULT:"3px",none:"0"},hn={auto:"auto"},dn={mouse:"(hover) and (pointer: fine)"};var mn={...qe,...Ke,...De};var A={xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",prose:"65ch"},gn={auto:"auto",...A,screen:"100vw"},Ze={none:"none",...A,screen:"100vw"},bn={auto:"auto",...A,screen:"100vb"},xn={auto:"auto",...A,screen:"100vi"},yn={auto:"auto",...A,screen:"100vh"},Je={none:"none",...A,screen:"100vh"},Qe={none:"none",...A,screen:"100vb"},et={none:"none",...A,screen:"100vi"},wn={...A};var $n={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)"},Sn={none:"none",all:"all",colors:["color","background-color","border-color","text-decoration-color","fill","stroke"].join(","),opacity:"opacity",shadow:"box-shadow",transform:"transform",get DEFAULT(){return[this.colors,"opacity","box-shadow","transform","filter","backdrop-filter"].join(",")}};var vn={width:gn,height:yn,maxWidth:Ze,maxHeight:Je,minWidth:Ze,minHeight:Je,inlineSize:xn,blockSize:bn,maxInlineSize:et,maxBlockSize:Qe,minInlineSize:et,minBlockSize:Qe,colors:Ge,fontFamily:Zr,fontSize:Jr,fontWeight:nn,breakpoints:Xe,verticalBreakpoints:sn,borderRadius:un,lineHeight:rn,letterSpacing:Ye,wordSpacing:on,boxShadow:fn,textIndent:Qr,textShadow:tn,textStrokeWidth:en,blur:Yr,dropShadow:Xr,easing:$n,transitionProperty:Sn,lineWidth:an,spacing:ln,duration:cn,ringWidth:pn,preflightBase:mn,containers:wn,zIndex:hn,media:dn};var kn={name:"aria",match(e,t){let r=w("aria-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??t.theme.aria?.[n]??"";if(i)return{matcher:o,selector:s=>`${s}[aria-${i}]`}}}};function ve(e){return{name:`${e}-aria`,match(t,r){let n=w(`${e}-aria-`,t,r.generator.config.separators);if(n){let[o,i]=n,s=a.bracket(o)??r.theme.aria?.[o]??"";if(s)return{matcher:`${e}-[[aria-${s}]]:${i}`}}}}}var Cn=[ve("group"),ve("peer"),ve("parent"),ve("previous")];function Rn(e){let t=e.match(/^-?\d+\.?\d*/)?.[0]||"",r=e.slice(t.length);if(r==="px"){let n=Number.parseFloat(t)-.1;return Number.isNaN(n)?e:`${n}${r}`}return`calc(${e} - 0.1px)`}var En=/(max|min)-\[([^\]]*)\]:/;function Tn(){let e={};return{name:"breakpoints",match(t,r){if(En.test(t)){let o=t.match(En);return{matcher:t.replace(o[0],""),handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@media (${o[1]}-width: ${o[2]})`})}}let n=(be(r)??[]).map(({point:o,size:i},s)=>[o,i,s]);for(let[o,i,s]of n){e[o]||(e[o]=new RegExp(`^((?:([al]t-|[<~]|max-))?${o}(?:${r.generator.config.separators.join("|")}))`));let l=t.match(e[o]);if(!l)continue;let[,c]=l,u=t.slice(c.length);if(u==="container")continue;let f=c.startsWith("lt-")||c.startsWith("<")||c.startsWith("max-"),d=c.startsWith("at-")||c.startsWith("~"),h=3e3;return f?(h-=s+1,{matcher:u,handle:(p,g)=>g({...p,parent:`${p.parent?`${p.parent} $$ `:""}@media (max-width: ${Rn(i)})`,parentOrder:h})}):(h+=s+1,d&&s<n.length-1?{matcher:u,handle:(p,g)=>g({...p,parent:`${p.parent?`${p.parent} $$ `:""}@media (min-width: ${i}) and (max-width: ${Rn(n[s+1][1])})`,parentOrder:h})}:{matcher:u,handle:(p,g)=>g({...p,parent:`${p.parent?`${p.parent} $$ `:""}@media (min-width: ${i})`,parentOrder:h})})}},multiPass:!0,autocomplete:"(at-|lt-|max-|)$breakpoints:"}}var jn=[L("*",e=>({selector:`${e.selector} > *`}))];function ae(e,t){return{name:`combinator:${e}`,match(r,n){if(!r.startsWith(e))return;let o=n.generator.config.separators,i=F(`${e}-`,r,o);if(!i){for(let l of o)if(r.startsWith(`${e}${l}`)){i=["",r.slice(e.length+l.length)];break}if(!i)return}let s=a.bracket(i[0])??"";return s===""&&(s="*"),{matcher:i[1],selector:l=>`${l}${t}${s}`}},multiPass:!0}}var zn=[ae("all"," "),ae("children",">"),ae("next","+"),ae("sibling","+"),ae("siblings","~")];var On={name:"@",match(e,t){if(e.startsWith("@container"))return;let r=w("@",e,t.generator.config.separators);if(r){let[n,o,i]=r,s=a.bracket(n),l;if(s?l=a.numberWithUnit(s):l=t.theme.containers?.[n]??"",l){let c=1e3+Object.keys(t.theme.containers??{}).indexOf(n);return i&&(c+=1e3),{matcher:o,handle:(u,f)=>f({...u,parent:`${u.parent?`${u.parent} $$ `:""}@container${i?` ${i} `:" "}(min-width: ${l})`,parentOrder:c})}}}},multiPass:!0};function An(e={}){if(e?.dark==="class"||typeof e.dark=="object"){let{dark:t=".dark",light:r=".light"}=typeof e.dark=="string"?{}:e.dark;return[L("dark",k(t).map(n=>o=>({prefix:`${n} $$ ${o.prefix}`}))),L("light",k(r).map(n=>o=>({prefix:`${n} $$ ${o.prefix}`})))]}return[J("dark","@media (prefers-color-scheme: dark)"),J("light","@media (prefers-color-scheme: light)")]}var Vn={name:"data",match(e,t){let r=w("data-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??t.theme.data?.[n]??"";if(i)return{matcher:o,selector:s=>`${s}[data-${i}]`}}}};function ke(e){return{name:`${e}-data`,match(t,r){let n=w(`${e}-data-`,t,r.generator.config.separators);if(n){let[o,i,s]=n,l=a.bracket(o)??r.theme.data?.[o]??"";if(l)return{matcher:`${e}-[[data-${l}]]${s?`/${s}`:""}:${i}`}}}}}var Pn=[ke("group"),ke("peer"),ke("parent"),ke("previous")];var Ln=[L("rtl",e=>({prefix:`[dir="rtl"] $$ ${e.prefix}`})),L("ltr",e=>({prefix:`[dir="ltr"] $$ ${e.prefix}`}))];function Fn(){let e;return{name:"important",match(t,r){e||(e=new RegExp(`^(important(?:${r.generator.config.separators.join("|")})|!)`));let n,o=t.match(e);if(o?n=t.slice(o[0].length):t.endsWith("!")&&(n=t.slice(0,-1)),n)return{matcher:n,body:i=>(i.forEach(s=>{s[1]!=null&&(s[1]+=" !important")}),i)}}}}var Mn=J("print","@media print"),Wn={name:"media",match(e,t){let r=w("media-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??"";if(i===""&&(i=t.theme.media?.[n]??""),i)return{matcher:o,handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@media ${i}`})}}},multiPass:!0};var In={name:"selector",match(e,t){let r=F("selector-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n);if(i)return{matcher:o,selector:()=>i}}}},_n={name:"layer",match(e,t){let r=w("layer-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??n;if(i)return{matcher:o,handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@layer ${i}`})}}}},Nn={name:"uno-layer",match(e,t){let r=w("uno-layer-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??n;if(i)return{matcher:o,layer:i}}}},Bn={name:"scope",match(e,t){let r=F("scope-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n);if(i)return{matcher:o,selector:s=>`${i} $$ ${s}`}}}},Un={name:"variables",match(e,t){if(!e.startsWith("["))return;let[r,n]=N(e,"[","]")??[];if(!(r&&n))return;let o;for(let l of t.generator.config.separators)if(n.startsWith(l)){o=n.slice(l.length);break}if(o==null)return;let i=a.bracket(r)??"",s=i.startsWith("@");if(s||i.includes("&"))return{matcher:o,handle(l,c){let u=s?{parent:`${l.parent?`${l.parent} $$ `:""}${i}`}:{selector:i.replace(/&/g,l.selector)};return c({...l,...u})}}},multiPass:!0},Dn={name:"theme-variables",match(e,t){if(wt(e))return{matcher:e,handle(r,n){return n({...r,entries:JSON.parse($t(JSON.stringify(r.entries),t.theme))})}}}};var Kn=/^-?[0-9.]+(?:[a-z]+|%)?$/,qn=/-?[0-9.]+(?:[a-z]+|%)?/,zi=[/\b(opacity|color|flex|backdrop-filter|^filter|transform)\b/];function Oi(e){let t=e.match(ee)||e.match(fe);if(t){let[r,n]=B(`(${t[2]})${t[3]}`,"(",")"," ")??[];if(r)return`calc(${t[1]}${r} * -1)${n?` ${n}`:""}`}}var Ai=/\b(hue-rotate)\s*(\(.*)/;function Vi(e){let t=e.match(Ai);if(t){let[r,n]=B(t[2],"(",")"," ")??[];if(r){let o=Kn.test(r.slice(1,-1))?r.replace(qn,i=>i.startsWith("-")?i.slice(1):`-${i}`):`(calc(${r} * -1))`;return`${t[1]}${o}${n?` ${n}`:""}`}}}var Hn={name:"negative",match(e){if(e.startsWith("-"))return{matcher:e.slice(1),body:t=>{if(t.find(n=>n[0]===Vt))return;let r=!1;return t.forEach(n=>{let o=n[1]?.toString();if(!o||o==="0"||zi.some(l=>l.test(n[0])))return;let i=Oi(o);if(i){n[1]=i,r=!0;return}let s=Vi(o);if(s){n[1]=s,r=!0;return}Kn.test(o)&&(n[1]=o.replace(qn,l=>l.startsWith("-")?l.slice(1):`-${l}`),r=!0)}),r?t:[]}}}};var H=Object.fromEntries([["first-letter","::first-letter"],["first-line","::first-line"],"any-link","link","visited","target",["open","[open]"],"default","checked","indeterminate","placeholder-shown","autofill","optional","required","valid","invalid","user-valid","user-invalid","in-range","out-of-range","read-only","read-write","empty","focus-within","hover","focus","focus-visible","active","enabled","disabled","popover-open","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",["backdrop-element","::backdrop"],["placeholder","::placeholder"],["before","::before"],["after","::after"],["file","::file-selector-button"]].map(e=>Array.isArray(e)?e:[e,`:${e}`])),Zn=Object.keys(H),G=Object.fromEntries([["backdrop","::backdrop"]].map(e=>Array.isArray(e)?e:[e,`:${e}`])),Jn=Object.keys(G),Pi=["not","is","where","has"],Qn=Object.fromEntries([["selection",["::selection"," *::selection"]],["marker",["::marker"," *::marker"]]]),tt=Object.entries(H).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|"),rt=Object.entries(G).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|"),W=Pi.join("|"),Gn=Object.keys(Qn).sort((e,t)=>t.length-e.length).join("|");function Li(e,t,r){let n=new RegExp(`^(${V(t)}:)(\\S+)${V(r)}\\1`),o,i,s,l,c=d=>{let h=F(`${e}-`,d,[]);if(!h)return;let[p,g]=h,b=a.bracket(p);if(b==null)return;let E=g.split(o,1)?.[0]??"",T=`${t}${_(E)}`;return[E,d.slice(d.length-(g.length-E.length-1)),b.includes("&")?b.replace(/&/g,T):`${T}${b}`]},u=d=>{let h=d.match(i)||d.match(s);if(!h)return;let[p,g,b]=h,E=h[3]??"",T=H[b]||G[b]||`:${b}`;return g&&(T=`:${g}(${T})`),[E,d.slice(p.length),`${t}${_(E)}${T}`,b]},f=d=>{let h=d.match(l);if(!h)return;let[p,g,b]=h,E=h[3]??"",T=`:${g}(${b})`;return[E,d.slice(p.length),`${t}${_(E)}${T}`]};return{name:`pseudo:${e}`,match(d,h){if(o&&i&&s||(o=new RegExp(`(?:${h.generator.config.separators.join("|")})`),i=new RegExp(`^${e}-(?:(?:(${W})-)?(${tt}))(?:(/\\w+))?(?:${h.generator.config.separators.join("|")})`),s=new RegExp(`^${e}-(?:(?:(${W})-)?(${rt}))(?:(/\\w+))?(?:${h.generator.config.separators.filter(I=>I!=="-").join("|")})`),l=new RegExp(`^${e}-(?:(${W})-)?\\[(.+)\\](?:(/\\w+))?(?:${h.generator.config.separators.filter(I=>I!=="-").join("|")})`)),!d.startsWith(e))return;let p=c(d)||u(d)||f(d);if(!p)return;let[g,b,E,T=""]=p;return{matcher:b,handle:(I,lo)=>lo({...I,prefix:`${E}${r}${I.prefix}`.replace(n,"$1$2:"),sort:Zn.indexOf(T)??Jn.indexOf(T)})}},multiPass:!0}}var Fi=["::-webkit-resizer","::-webkit-scrollbar","::-webkit-scrollbar-button","::-webkit-scrollbar-corner","::-webkit-scrollbar-thumb","::-webkit-scrollbar-track","::-webkit-scrollbar-track-piece","::file-selector-button"],Yn=Object.entries(H).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|"),Xn=Object.entries(G).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|");function eo(){let e,t,r;return[{name:"pseudo",match(n,o){e&&t||(e=new RegExp(`^(${Yn})(?:${o.generator.config.separators.join("|")})`),t=new RegExp(`^(${Xn})(?:${o.generator.config.separators.filter(s=>s!=="-").join("|")})`));let i=n.match(e)||n.match(t);if(i){let s=H[i[1]]||G[i[1]]||`:${i[1]}`,l=Zn.indexOf(i[1]);return l===-1&&(l=Jn.indexOf(i[1])),l===-1&&(l=void 0),{matcher:n.slice(i[0].length),handle:(c,u)=>{let f=s.includes("::")&&!Fi.includes(s)?{pseudo:`${c.pseudo}${s}`}:{selector:`${c.selector}${s}`};return u({...c,...f,sort:l,noMerge:!0})}}}},multiPass:!0,autocomplete:`(${Yn}|${Xn}):`},{name:"pseudo:multi",match(n,o){r||(r=new RegExp(`^(${Gn})(?:${o.generator.config.separators.join("|")})`));let i=n.match(r);if(i)return Qn[i[1]].map(l=>({matcher:n.slice(i[0].length),handle:(c,u)=>u({...c,pseudo:`${c.pseudo}${l}`})}))},multiPass:!1,autocomplete:`(${Gn}):`}]}function to(){let e,t,r;return{match(n,o){e&&t||(e=new RegExp(`^(${W})-(${tt})(?:${o.generator.config.separators.join("|")})`),t=new RegExp(`^(${W})-(${rt})(?:${o.generator.config.separators.filter(s=>s!=="-").join("|")})`),r=new RegExp(`^(${W})-(\\[.+\\])(?:${o.generator.config.separators.filter(s=>s!=="-").join("|")})`));let i=n.match(e)||n.match(t)||n.match(r);if(i){let s=i[1],c=N(i[2],"[","]")?a.bracket(i[2]):H[i[2]]||G[i[2]]||`:${i[2]}`;return{matcher:n.slice(i[0].length),selector:u=>`${u}:${s}(${c})`}}},multiPass:!0,autocomplete:`(${W})-(${tt}|${rt}):`}}function ro(e={}){let t=!!e?.attributifyPseudo,r=e?.prefix??"";r=(Array.isArray(r)?r:[r]).filter(Boolean)[0]??"";let n=(o,i)=>Li(o,t?`[${r}${o}=""]`:`.${r}${o}`,i);return[n("group"," "),n("peer","~"),n("parent",">"),n("previous","+"),n("group-aria"," "),n("peer-aria","~"),n("parent-aria",">"),n("previous-aria","+")]}var Mi=/(part-\[(.+)\]:)(.+)/,no={match(e){let t=e.match(Mi);if(t){let r=`part(${t[2]})`;return{matcher:e.slice(t[1].length),selector:n=>`${n}::${r}`}}},multiPass:!0};var oo={name:"starting",match(e){if(e.startsWith("starting:"))return{matcher:e.slice(9),handle:(t,r)=>r({...t,parent:"@starting-style"})}}};var io={name:"supports",match(e,t){let r=w("supports-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??"";if(i===""&&(i=t.theme.supports?.[n]??""),i)return{matcher:o,handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@supports ${i}`})}}},multiPass:!0};function so(e){return[kn,Vn,_n,In,Nn,Hn,oo,Fn(),io,Mn,Wn,Tn(),...zn,...eo(),to(),...ro(e),no,...An(e),...Ln,Bn,...jn,On,Un,...Pn,...Cn,Dn]}var Wi=(e={})=>(e.dark=e.dark??"class",e.attributifyPseudo=e.attributifyPseudo??!1,e.preflight=e.preflight??!0,e.variablePrefix=e.variablePrefix??"un-",{name:"@unocss/preset-mini",theme:vn,rules:Hr,variants:so(e),options:e,prefix:e.prefix,postprocess:Ii(e.variablePrefix),preflights:ut(e),extractorDefault:e.arbitraryVariants===!1?void 0:ct(),autocomplete:{shorthands:Gr}}),ao=Wi;function Ii(e){if(e!=="un-")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}`))})}}window.__unocss_runtime=window.__unocss_runtime??{};window.__unocss_runtime.presets=Object.assign(window.__unocss_runtime?.presets??{},{presetMini:e=>ao(e)});})();
|
|
10
|
+
`?i=!0:f!=="\r"&&i&&(i=!1,l===c.start||(this._splitChunk(c,l),c=c.next),c.prependRight(t))}l+=1}l=c.end,c=c.next}return this.outro=this.outro.replace(n,s),this}insert(){throw new Error("magicString.insert(...) is deprecated. Use prependRight(...) or appendLeft(...)")}insertLeft(t,r){return D.insertLeft||(console.warn("magicString.insertLeft(...) is deprecated. Use magicString.appendLeft(...) instead"),D.insertLeft=!0),this.appendLeft(t,r)}insertRight(t,r){return D.insertRight||(console.warn("magicString.insertRight(...) is deprecated. Use magicString.prependRight(...) instead"),D.insertRight=!0),this.prependRight(t,r)}move(t,r,n){if(t=t+this.offset,r=r+this.offset,n=n+this.offset,n>=t&&n<=r)throw new Error("Cannot move a selection inside itself");this._split(t),this._split(r),this._split(n);let o=this.byStart[t],i=this.byEnd[r],s=o.previous,l=i.next,c=this.byStart[n];if(!c&&i===this.lastChunk)return this;let u=c?c.previous:this.lastChunk;return s&&(s.next=l),l&&(l.previous=s),u&&(u.next=o),c&&(c.previous=i),o.previous||(this.firstChunk=i.next),i.next||(this.lastChunk=o.previous,this.lastChunk.next=null),o.previous=u,i.next=c||null,u||(this.firstChunk=o),c||(this.lastChunk=i),this}overwrite(t,r,n,o){return o=o||{},this.update(t,r,n,{...o,overwrite:!o.contentOnly})}update(t,r,n,o){if(t=t+this.offset,r=r+this.offset,typeof n!="string")throw new TypeError("replacement content must be a string");if(this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}if(r>this.original.length)throw new Error("end is out of bounds");if(t===r)throw new Error("Cannot overwrite a zero-length range \u2013 use appendLeft or prependRight instead");this._split(t),this._split(r),o===!0&&(D.storeName||(console.warn("The final argument to magicString.overwrite(...) should be an options object. See https://github.com/rich-harris/magic-string"),D.storeName=!0),o={storeName:!0});let i=o!==void 0?o.storeName:!1,s=o!==void 0?o.overwrite:!1;if(i){let u=this.original.slice(t,r);Object.defineProperty(this.storedNames,u,{writable:!0,value:!0,enumerable:!0})}let l=this.byStart[t],c=this.byEnd[r];if(l){let u=l;for(;u!==c;){if(u.next!==this.byStart[u.end])throw new Error("Cannot overwrite across a split point");u=u.next,u.edit("",!1)}l.edit(n,i,!s)}else{let u=new ce(t,r,"").edit(n,i);c.next=u,u.previous=c}return this}prepend(t){if(typeof t!="string")throw new TypeError("outro content must be a string");return this.intro=t+this.intro,this}prependLeft(t,r){if(t=t+this.offset,typeof r!="string")throw new TypeError("inserted content must be a string");this._split(t);let n=this.byEnd[t];return n?n.prependLeft(r):this.intro=r+this.intro,this}prependRight(t,r){if(t=t+this.offset,typeof r!="string")throw new TypeError("inserted content must be a string");this._split(t);let n=this.byStart[t];return n?n.prependRight(r):this.outro=r+this.outro,this}remove(t,r){if(t=t+this.offset,r=r+this.offset,this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}if(t===r)return this;if(t<0||r>this.original.length)throw new Error("Character is out of bounds");if(t>r)throw new Error("end must be greater than start");this._split(t),this._split(r);let n=this.byStart[t];for(;n;)n.intro="",n.outro="",n.edit(""),n=r>n.end?this.byStart[n.end]:null;return this}reset(t,r){if(t=t+this.offset,r=r+this.offset,this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}if(t===r)return this;if(t<0||r>this.original.length)throw new Error("Character is out of bounds");if(t>r)throw new Error("end must be greater than start");this._split(t),this._split(r);let n=this.byStart[t];for(;n;)n.reset(),n=r>n.end?this.byStart[n.end]:null;return this}lastChar(){if(this.outro.length)return this.outro[this.outro.length-1];let t=this.lastChunk;do{if(t.outro.length)return t.outro[t.outro.length-1];if(t.content.length)return t.content[t.content.length-1];if(t.intro.length)return t.intro[t.intro.length-1]}while(t=t.previous);return this.intro.length?this.intro[this.intro.length-1]:""}lastLine(){let t=this.outro.lastIndexOf(Z);if(t!==-1)return this.outro.substr(t+1);let r=this.outro,n=this.lastChunk;do{if(n.outro.length>0){if(t=n.outro.lastIndexOf(Z),t!==-1)return n.outro.substr(t+1)+r;r=n.outro+r}if(n.content.length>0){if(t=n.content.lastIndexOf(Z),t!==-1)return n.content.substr(t+1)+r;r=n.content+r}if(n.intro.length>0){if(t=n.intro.lastIndexOf(Z),t!==-1)return n.intro.substr(t+1)+r;r=n.intro+r}}while(n=n.previous);return t=this.intro.lastIndexOf(Z),t!==-1?this.intro.substr(t+1)+r:this.intro+r}slice(t=0,r=this.original.length-this.offset){if(t=t+this.offset,r=r+this.offset,this.original.length!==0){for(;t<0;)t+=this.original.length;for(;r<0;)r+=this.original.length}let n="",o=this.firstChunk;for(;o&&(o.start>t||o.end<=t);){if(o.start<r&&o.end>=r)return n;o=o.next}if(o&&o.edited&&o.start!==t)throw new Error(`Cannot use replaced character ${t} as slice start anchor.`);let i=o;for(;o;){o.intro&&(i!==o||o.start===t)&&(n+=o.intro);let s=o.start<r&&o.end>=r;if(s&&o.edited&&o.end!==r)throw new Error(`Cannot use replaced character ${r} as slice end anchor.`);let l=i===o?t-o.start:0,c=s?o.content.length+r-o.end:o.content.length;if(n+=o.content.slice(l,c),o.outro&&(!s||o.end===r)&&(n+=o.outro),s)break;o=o.next}return n}snip(t,r){let n=this.clone();return n.remove(0,t),n.remove(r,n.original.length),n}_split(t){if(this.byStart[t]||this.byEnd[t])return;let r=this.lastSearchedChunk,n=t>r.end;for(;r;){if(r.contains(t))return this._splitChunk(r,t);r=n?this.byStart[r.end]:this.byEnd[r.start]}}_splitChunk(t,r){if(t.edited&&t.content.length){let o=yt(this.original)(r);throw new Error(`Cannot split a chunk that has already been edited (${o.line}:${o.column} \u2013 "${t.original}")`)}let n=t.split(r);return this.byEnd[r]=t,this.byStart[r]=n,this.byEnd[n.end]=n,t===this.lastChunk&&(this.lastChunk=n),this.lastSearchedChunk=t,!0}toString(){let t=this.intro,r=this.firstChunk;for(;r;)t+=r.toString(),r=r.next;return t+this.outro}isEmpty(){let t=this.firstChunk;do if(t.intro.length&&t.intro.trim()||t.content.length&&t.content.trim()||t.outro.length&&t.outro.trim())return!1;while(t=t.next);return!0}length(){let t=this.firstChunk,r=0;do r+=t.intro.length+t.content.length+t.outro.length;while(t=t.next);return r}trimLines(){return this.trim("[\\r\\n]")}trim(t){return this.trimStart(t).trimEnd(t)}trimEndAborted(t){let r=new RegExp((t||"\\s")+"+$");if(this.outro=this.outro.replace(r,""),this.outro.length)return!0;let n=this.lastChunk;do{let o=n.end,i=n.trimEnd(r);if(n.end!==o&&(this.lastChunk===n&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),i)return!0;n=n.previous}while(n);return!1}trimEnd(t){return this.trimEndAborted(t),this}trimStartAborted(t){let r=new RegExp("^"+(t||"\\s")+"+");if(this.intro=this.intro.replace(r,""),this.intro.length)return!0;let n=this.firstChunk;do{let o=n.end,i=n.trimStart(r);if(n.end!==o&&(n===this.lastChunk&&(this.lastChunk=n.next),this.byEnd[n.end]=n,this.byStart[n.next.start]=n.next,this.byEnd[n.next.end]=n.next),i)return!0;n=n.next}while(n);return!1}trimStart(t){return this.trimStartAborted(t),this}hasChanged(){return this.original!==this.toString()}_replaceRegexp(t,r){function n(i,s){return typeof r=="string"?r.replace(/\$(\$|&|\d+)/g,(l,c)=>c==="$"?"$":c==="&"?i[0]:+c<i.length?i[+c]:`$${c}`):r(...i,i.index,s,i.groups)}function o(i,s){let l,c=[];for(;l=i.exec(s);)c.push(l);return c}if(t.global)o(t,this.original).forEach(s=>{if(s.index!=null){let l=n(s,this.original);l!==s[0]&&this.overwrite(s.index,s.index+s[0].length,l)}});else{let i=this.original.match(t);if(i&&i.index!=null){let s=n(i,this.original);s!==i[0]&&this.overwrite(i.index,i.index+i[0].length,s)}}return this}_replaceString(t,r){let{original:n}=this,o=n.indexOf(t);return o!==-1&&this.overwrite(o,o+t.length,r),this}replace(t,r){return typeof t=="string"?this._replaceString(t,r):this._replaceRegexp(t,r)}_replaceAllString(t,r){let{original:n}=this,o=t.length;for(let i=n.indexOf(t);i!==-1;i=n.indexOf(t,i+o))n.slice(i,i+o)!==r&&this.overwrite(i,i+o,r);return this}replaceAll(t,r){if(typeof t=="string")return this._replaceAllString(t,r);if(!t.global)throw new TypeError("MagicString.prototype.replaceAll called with a non-global RegExp argument");return this._replaceRegexp(t,r)}};var Mo=/theme\(\s*(['"])?(.*?)\1?\s*\)/g;function wt(e){return e.includes("theme(")&&e.includes(")")}function $t(e,t,r=!0){let n=Array.from(e.toString().matchAll(Mo));if(!n.length)return e;let o=new ue(e);for(let i of n){let s=i[2];if(!s)throw new Error("theme() expect exact one argument, but got 0");let l=Wo(s,t,r);l&&o.overwrite(i.index,i.index+i[0].length,l)}return o.toString()}function Wo(e,t,r=!0){let[n,o]=e.split("/"),s=n.trim().split(".").reduce((l,c)=>l?.[c],t);if(typeof s=="object"&&(s=s.DEFAULT),typeof s=="string"){if(o){let l=P(s);l&&(s=$(l,o))}return s}else if(r)throw new Error(`theme of "${e}" did not found`)}function L(e,t){let r;return{name:e,match(n,o){r||(r=new RegExp(`^${V(e)}(?:${o.generator.config.separators.join("|")})`));let i=n.match(r);if(i){let s=n.slice(i[0].length),l=k(t).map(c=>({matcher:s,handle:(u,f)=>f({...u,...c(u)})}));return l.length===1?l[0]:l}},autocomplete:`${e}:`}}function J(e,t){let r;return{name:e,match(n,o){r||(r=new RegExp(`^${V(e)}(?:${o.generator.config.separators.join("|")})`));let i=n.match(r);if(i)return{matcher:n.slice(i[0].length),handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}${t}`})}},autocomplete:`${e}:`}}function F(e,t,r){if(t.startsWith(`${e}[`)){let[n,o]=N(t.slice(e.length),"[","]")??[];if(n&&o){for(let i of r)if(o.startsWith(i))return[n,o.slice(i.length),i];return[n,o,""]}}}function w(e,t,r){if(t.startsWith(e)){let n=F(e,t,r);if(n){let[o="",i=n[1]]=w("/",n[1],r)??[];return[n[0],i,o]}for(let o of r.filter(i=>i!=="/")){let i=t.indexOf(o,e.length);if(i!==-1){let s=t.indexOf("/",e.length),l=s===-1||i<=s;return[t.slice(e.length,l?i:s),t.slice(i+o.length),l?"":t.slice(s+1,i)]}}}}var Le={};uo(Le,{auto:()=>No,bracket:()=>Ho,bracketOfColor:()=>Go,bracketOfLength:()=>Yo,bracketOfPosition:()=>Xo,cssvar:()=>Zo,degree:()=>Qo,fraction:()=>qo,global:()=>ei,number:()=>Do,numberWithUnit:()=>_o,percent:()=>Ko,position:()=>ri,properties:()=>ti,px:()=>Uo,rem:()=>Bo,time:()=>Jo});var S={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"]},ze={...S,s:["-inset-inline-start"],start:["-inset-inline-start"],e:["-inset-inline-end"],end:["-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"]},Oe={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"],s:["-end-start","-start-start"],is:["-end-start","-start-start"],e:["-start-end","-end-end"],ie:["-start-end","-end-end"],ss:["-start-start"],"bs-is":["-start-start"],"is-bs":["-start-start"],se:["-start-end"],"bs-ie":["-start-end"],"ie-bs":["-start-end"],es:["-end-start"],"be-is":["-end-start"],"is-be":["-end-start"],ee:["-end-end"],"be-ie":["-end-end"],"ie-be":["-end-end"]},vt={x:["-x"],y:["-y"],z:["-z"],"":["-x","-y"]},kt=["x","y","z"],St=["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"],Q=Object.assign({},...St.map(e=>({[e.replace(/ /,"-")]:e})),...St.map(e=>({[e.replace(/\b(\w)\w+/g,"$1").replace(/ /,"")]:e}))),m=["inherit","initial","revert","revert-layer","unset"],ee=/^(calc|clamp|min|max)\s*\((.+)\)(.*)/,fe=/^(var)\s*\((.+)\)(.*)/;var K=/^(-?\d*(?:\.\d+)?)(px|pt|pc|%|r?(?:em|ex|lh|cap|ch|ic)|(?:[sld]?v|cq)(?:[whib]|min|max)|in|cm|mm|rpx)?$/i,Ae=/^(-?\d*(?:\.\d+)?)$/,Ve=/^(px|[sld]?v[wh])$/i,Pe={px:1,vw:100,vh:100,svw:100,svh:100,dvw:100,dvh:100,lvh:100,lvw:100},pe=/^\[(color|image|length|size|position|quoted|string):/i,Ct=/,(?![^()]*\))/g;var Io=["color","border-color","background-color","outline-color","text-decoration-color","flex-grow","flex","flex-shrink","caret-color","font","gap","opacity","visibility","z-index","font-weight","zoom","text-shadow","transform","box-shadow","border","background-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"];function C(e){return+e.toFixed(10)}function _o(e){let t=e.match(K);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(n&&!Number.isNaN(o))return`${C(o)}${n}`}function No(e){if(e==="auto"||e==="a")return"auto"}function Bo(e){if(!e)return;if(Ve.test(e))return`${Pe[e]}${e}`;let t=e.match(K);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return o===0?"0":n?`${C(o)}${n}`:`${C(o/4)}rem`}function Uo(e){if(Ve.test(e))return`${Pe[e]}${e}`;let t=e.match(K);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return n?`${C(o)}${n}`:`${C(o)}px`}function Do(e){if(!Ae.test(e))return;let t=Number.parseFloat(e);if(!Number.isNaN(t))return C(t)}function Ko(e){if(e.endsWith("%")&&(e=e.slice(0,-1)),!Ae.test(e))return;let t=Number.parseFloat(e);if(!Number.isNaN(t))return`${C(t/100)}`}function qo(e){if(!e)return;if(e==="full")return"100%";let[t,r]=e.split("/"),n=Number.parseFloat(t)/Number.parseFloat(r);if(!Number.isNaN(n))return n===0?"0":`${C(n*100)}%`}function he(e,t){if(e&&e.startsWith("[")&&e.endsWith("]")){let r,n,o=e.match(pe);if(o?(t||(n=o[1]),r=e.slice(o[0].length,-1)):r=e.slice(1,-1),!r||r==='=""')return;r.startsWith("--")&&(r=`var(${r})`);let i=0;for(let s of r)if(s==="[")i+=1;else if(s==="]"&&(i-=1,i<0))return;if(i)return;switch(n){case"string":return r.replace(/(^|[^\\])_/g,"$1 ").replace(/\\_/g,"_");case"quoted":return r.replace(/(^|[^\\])_/g,"$1 ").replace(/\\_/g,"_").replace(/(["\\])/g,"\\$1").replace(/^(.+)$/,'"$1"')}return r.replace(/(url\(.*?\))/g,s=>s.replace(/_/g,"\\_")).replace(/(^|[^\\])_/g,"$1 ").replace(/\\_/g,"_").replace(/(?:calc|clamp|max|min)\((.*)/g,s=>{let l=[];return s.replace(/var\((--.+?)[,)]/g,(c,u)=>(l.push(u),c.replace(u,"--un-calc"))).replace(/(-?\d*\.?\d(?!-\d.+[,)](?![^+\-/*])\D)(?:%|[a-z]+)?|\))([+\-/*])/g,"$1 $2 ").replace(/--un-calc/g,()=>l.shift())})}}function Ho(e){return he(e)}function Go(e){return he(e,"color")}function Yo(e){return he(e,"length")}function Xo(e){return he(e,"position")}function Zo(e){if(/^\$[^\s'"`;{}]/.test(e)){let[t,r]=e.slice(1).split(",");return`var(--${_(t)}${r?`, ${r}`:""})`}}function Jo(e){let t=e.match(/^(-?[0-9.]+)(s|ms)?$/i);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return o===0&&!n?"0s":n?`${C(o)}${n}`:`${C(o)}ms`}function Qo(e){let t=e.match(/^(-?[0-9.]+)(deg|rad|grad|turn)?$/i);if(!t)return;let[,r,n]=t,o=Number.parseFloat(r);if(!Number.isNaN(o))return o===0?"0":n?`${C(o)}${n}`:`${C(o)}deg`}function ei(e){if(m.includes(e))return e}function ti(e){if(e.split(",").every(t=>Io.includes(t)))return e}function ri(e){if(["top","left","right","bottom","center"].includes(e))return e}var ni=ht(Le),a=ni;var Rt={mid:"middle",base:"baseline",btm:"bottom",baseline:"baseline",top:"top",start:"top",middle:"middle",bottom:"bottom",end:"bottom","text-top":"text-top","text-bottom":"text-bottom",sub:"sub",super:"super",...Object.fromEntries(m.map(e=>[e,e]))},Tt=[[/^(?:vertical|align|v)-([-\w]+%?)$/,([,e])=>({"vertical-align":Rt[e]??a.numberWithUnit(e)}),{autocomplete:[`(vertical|align|v)-(${Object.keys(Rt).join("|")})`,"(vertical|align|v)-<percentage>"]}]],Et=["center","left","right","justify","start","end"],jt=[...Et.map(e=>[`text-${e}`,{"text-align":e}]),...[...m,...Et].map(e=>[`text-align-${e}`,{"text-align":e}])];var Vt="$$mini-no-negative";function v(e){return([t,r,n],{theme:o})=>{let i=o.spacing?.[n||"DEFAULT"]??a.bracket.cssvar.global.auto.fraction.rem(n);if(i!=null)return S[r].map(s=>[`${e}${s}`,i]);if(n?.startsWith("-")){let s=o.spacing?.[n.slice(1)];if(s!=null)return S[r].map(l=>[`${e}${l}`,`calc(${s} * -1)`])}}}function zt(e,t,r="colors"){let n=e[r],o=-1;for(let i of t){if(o+=1,n&&typeof n!="string"){let s=t.slice(o).join("-").replace(/(-[a-z])/g,l=>l.slice(1).toUpperCase());if(n[s])return n[s];if(n[i]){n=n[i];continue}}return}return n}function Ot(e,t,r){return zt(e,t,r)||zt(e,t,"colors")}function Me(e,t){let[r,n]=B(e,"[","]",["/",":"])??[];if(r!=null){let o=(r.match(pe)??[])[1];if(o==null||o===t)return[r,n]}}function de(e,t,r){let n=Me(e,"color");if(!n)return;let[o,i]=n,s=o.replace(/([a-z])(\d)/g,"$1-$2").split(/-/g),[l]=s;if(!l)return;let c,u=a.bracketOfColor(o),f=u||o;if(a.numberWithUnit(f))return;if(/^#[\da-f]+$/i.test(f)?c=f:/^hex-[\da-fA-F]+$/.test(f)?c=`#${f.slice(4)}`:o.startsWith("$")&&(c=a.cssvar(o)),c=c||u,!c){let h=Ot(t,[o],r);typeof h=="string"&&(c=h)}let d="DEFAULT";if(!c){let h=s,p,[g]=s.slice(-1);/^\d+$/.test(g)&&(d=p=g,h=s.slice(0,-1));let b=Ot(t,h,r);typeof b=="object"?c=b[p??d]:typeof b=="string"&&!p&&(c=b)}return{opacity:i,name:l,no:d,color:c,cssColor:P(c),alpha:a.bracket.cssvar.percent(i??"")}}function y(e,t,r,n){return([,o],{theme:i,generator:s})=>{let l=de(o??"",i,r);if(!l)return;let{alpha:c,color:u,cssColor:f}=l,h=s.config.envMode==="dev"&&u?` /* ${u} */`:"",p={};if(f)if(c!=null)p[e]=$(f,c)+h;else{let g=`--un-${t}-opacity`,b=$(f,`var(${g})`);b.includes(g)&&(p[g]=Y(f)),p[e]=b+h}else if(u)if(c!=null)p[e]=$(u,c)+h;else{let g=`--un-${t}-opacity`,b=$(u,`var(${g})`);b.includes(g)&&(p[g]=1),p[e]=b+h}if(n?.(p)!==!1)return p}}function me(e,t){let r=[];e=k(e);for(let n=0;n<e.length;n++){let o=U(e[n]," ",6);if(!o||o.length<3)return e;let i=!1,s=o.indexOf("inset");s!==-1&&(o.splice(s,1),i=!0);let l="",c=o.at(-1);if(P(o.at(0))){let u=P(o.shift());u&&(l=`, ${$(u)}`)}else if(P(c)){let u=P(o.pop());u&&(l=`, ${$(u)}`)}else c&&fe.test(c)&&(l=`, ${o.pop()}`);r.push(`${i?"inset ":""}${o.join(" ")} var(${t}${l})`)}return r}function ge(e,t,r){return e!=null&&!!de(e,t,r)?.color}var At=/[a-z]+/gi,Fe=new WeakMap;function be({theme:e,generator:t},r="breakpoints"){let n=t?.userConfig?.theme?.[r]||e[r];if(!n)return;if(Fe.has(e))return Fe.get(e);let o=Object.entries(n).sort((i,s)=>Number.parseInt(i[1].replace(At,""))-Number.parseInt(s[1].replace(At,""))).map(([i,s])=>({point:i,size:s}));return Fe.set(e,o),o}function x(e,t){return m.map(r=>[`${e}-${r}`,{[t??e]:r}])}function R(e){return e!=null&&ee.test(e)}function Pt(e){return e[0]==="["&&e.slice(-1)==="]"&&(e=e.slice(1,-1)),ee.test(e)||K.test(e)}function xe(e,t,r){let n=t.split(Ct);return e||!e&&n.length===1?vt[e].map(o=>[`--un-${r}${o}`,t]):n.map((o,i)=>[`--un-${r}-${kt[i]}`,o])}var Lt=[[/^outline-(?:width-|size-)?(.+)$/,Ft,{autocomplete:"outline-(width|size)-<num>"}],[/^outline-(?:color-)?(.+)$/,oi,{autocomplete:"outline-$colors"}],[/^outline-offset-(.+)$/,([,e],{theme:t})=>({"outline-offset":t.lineWidth?.[e]??a.bracket.cssvar.global.px(e)}),{autocomplete:"outline-(offset)-<num>"}],["outline",{"outline-style":"solid"}],...["auto","dashed","dotted","double","hidden","solid","groove","ridge","inset","outset",...m].map(e=>[`outline-${e}`,{"outline-style":e}]),["outline-none",{outline:"2px solid transparent","outline-offset":"2px"}]];function Ft([,e],{theme:t}){return{"outline-width":t.lineWidth?.[e]??a.bracket.cssvar.global.px(e)}}function oi(e,t){return R(a.bracket(e[1]))?Ft(e,t):y("outline-color","outline-color","borderColor")(e,t)}var Mt=[["appearance-auto",{"-webkit-appearance":"auto",appearance:"auto"}],["appearance-none",{"-webkit-appearance":"none",appearance:"none"}]];function ii(e){return a.properties.auto.global(e)??{contents:"contents",scroll:"scroll-position"}[e]}var Wt=[[/^will-change-(.+)/,([,e])=>({"will-change":ii(e)})]];var ie=["solid","dashed","dotted","double","hidden","none","groove","ridge","inset","outset",...m],_t=[[/^(?:border|b)()(?:-(.+))?$/,j,{autocomplete:"(border|b)-<directions>"}],[/^(?:border|b)-([xy])(?:-(.+))?$/,j],[/^(?:border|b)-([rltbse])(?:-(.+))?$/,j],[/^(?:border|b)-(block|inline)(?:-(.+))?$/,j],[/^(?:border|b)-([bi][se])(?:-(.+))?$/,j],[/^(?:border|b)-()(?:width|size)-(.+)$/,j,{autocomplete:["(border|b)-<num>","(border|b)-<directions>-<num>"]}],[/^(?:border|b)-([xy])-(?:width|size)-(.+)$/,j],[/^(?:border|b)-([rltbse])-(?:width|size)-(.+)$/,j],[/^(?:border|b)-(block|inline)-(?:width|size)-(.+)$/,j],[/^(?:border|b)-([bi][se])-(?:width|size)-(.+)$/,j],[/^(?:border|b)-()(?:color-)?(.+)$/,te,{autocomplete:["(border|b)-$colors","(border|b)-<directions>-$colors"]}],[/^(?:border|b)-([xy])-(?:color-)?(.+)$/,te],[/^(?:border|b)-([rltbse])-(?:color-)?(.+)$/,te],[/^(?:border|b)-(block|inline)-(?:color-)?(.+)$/,te],[/^(?:border|b)-([bi][se])-(?:color-)?(.+)$/,te],[/^(?:border|b)-()op(?:acity)?-?(.+)$/,re,{autocomplete:"(border|b)-(op|opacity)-<percent>"}],[/^(?:border|b)-([xy])-op(?:acity)?-?(.+)$/,re],[/^(?:border|b)-([rltbse])-op(?:acity)?-?(.+)$/,re],[/^(?:border|b)-(block|inline)-op(?:acity)?-?(.+)$/,re],[/^(?:border|b)-([bi][se])-op(?:acity)?-?(.+)$/,re],[/^(?:border-|b-)?(?:rounded|rd)()(?:-(.+))?$/,ne,{autocomplete:["(border|b)-(rounded|rd)","(border|b)-(rounded|rd)-$borderRadius","(rounded|rd)","(rounded|rd)-$borderRadius"]}],[/^(?:border-|b-)?(?:rounded|rd)-([rltbse])(?:-(.+))?$/,ne],[/^(?:border-|b-)?(?:rounded|rd)-([rltb]{2})(?:-(.+))?$/,ne],[/^(?:border-|b-)?(?:rounded|rd)-([bise][se])(?:-(.+))?$/,ne],[/^(?:border-|b-)?(?:rounded|rd)-([bi][se]-[bi][se])(?:-(.+))?$/,ne],[/^(?:border|b)-(?:style-)?()(.+)$/,oe,{autocomplete:["(border|b)-style",`(border|b)-(${ie.join("|")})`,"(border|b)-<directions>-style",`(border|b)-<directions>-(${ie.join("|")})`,`(border|b)-<directions>-style-(${ie.join("|")})`,`(border|b)-style-(${ie.join("|")})`]}],[/^(?:border|b)-([xy])-(?:style-)?(.+)$/,oe],[/^(?:border|b)-([rltbse])-(?:style-)?(.+)$/,oe],[/^(?:border|b)-(block|inline)-(?:style-)?(.+)$/,oe],[/^(?:border|b)-([bi][se])-(?:style-)?(.+)$/,oe]];function It(e,t,r){if(t!=null)return{[`border${r}-color`]:$(e,t)};if(r===""){let n={},o="--un-border-opacity",i=$(e,`var(${o})`);return i.includes(o)&&(n[o]=typeof e=="string"?1:Y(e)),n["border-color"]=i,n}else{let n={},o="--un-border-opacity",i=`--un-border${r}-opacity`,s=$(e,`var(${i})`);return s.includes(i)&&(n[o]=typeof e=="string"?1:Y(e),n[i]=`var(${o})`),n[`border${r}-color`]=s,n}}function si(e){return([,t],r)=>{let n=de(t,r,"borderColor");if(!n)return;let{alpha:o,color:i,cssColor:s}=n;if(s)return It(s,o,e);if(i)return It(i,o,e)}}function j([,e="",t],{theme:r}){let n=r.lineWidth?.[t||"DEFAULT"]??a.bracket.cssvar.global.px(t||"1");if(e in S&&n!=null)return S[e].map(o=>[`border${o}-width`,n])}function te([,e="",t],r){if(e in S){if(R(a.bracket(t)))return j(["",e,t],r);if(ge(t,r.theme,"borderColor"))return Object.assign({},...S[e].map(n=>si(n)(["",t],r.theme)))}}function re([,e="",t]){let r=a.bracket.percent.cssvar(t);if(e in S&&r!=null)return S[e].map(n=>[`--un-border${n}-opacity`,r])}function ne([,e="",t],{theme:r}){let n=r.borderRadius?.[t||"DEFAULT"]||a.bracket.cssvar.global.fraction.rem(t||"1");if(e in Oe&&n!=null)return Oe[e].map(o=>[`border${o}-radius`,n])}function oe([,e="",t]){if(ie.includes(t)&&e in S)return S[e].map(r=>[`border${r}-style`,t])}var Nt=[[/^op(?:acity)?-?(.+)$/,([,e])=>({opacity:a.bracket.percent.cssvar(e)})]],ai=/^\[url\(.+\)\]$/,li=/^\[(?:length|size):.+\]$/,ci=/^\[position:.+\]$/,ui=/^\[(?:linear|conic|radial)-gradient\(.+\)\]$/,fi=/^\[image:.+\]$/,Bt=[[/^bg-(.+)$/,(...e)=>{let t=e[0][1];if(ai.test(t))return{"--un-url":a.bracket(t),"background-image":"var(--un-url)"};if(li.test(t)&&a.bracketOfLength(t)!=null)return{"background-size":a.bracketOfLength(t).split(" ").map(r=>a.fraction.auto.px.cssvar(r)??r).join(" ")};if((Pt(t)||ci.test(t))&&a.bracketOfPosition(t)!=null)return{"background-position":a.bracketOfPosition(t).split(" ").map(r=>a.position.fraction.auto.px.cssvar(r)??r).join(" ")};if(ui.test(t)||fi.test(t)){let r=a.bracket(t);if(r)return{"background-image":(r.startsWith("http")?`url(${r})`:a.cssvar(r))??r}}return y("background-color","bg","backgroundColor")(...e)},{autocomplete:"bg-$colors"}],[/^bg-op(?:acity)?-?(.+)$/,([,e])=>({"--un-bg-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"bg-(op|opacity)-<percent>"}]],Ut=[[/^color-scheme-(\w+)$/,([,e])=>({"color-scheme":e})]];var Dt=[[/^@container(?:\/(\w+))?(?:-(normal|inline-size|size))?$/,([,e,t])=>({"container-type":t??"inline-size","container-name":e})]];var Kt=["solid","double","dotted","dashed","wavy",...m],qt=[[/^(?:decoration-)?(underline|overline|line-through)$/,([,e])=>({"text-decoration-line":e}),{autocomplete:"decoration-(underline|overline|line-through)"}],[/^(?:underline|decoration)-(?:size-)?(.+)$/,Ht,{autocomplete:"(underline|decoration)-<num>"}],[/^(?:underline|decoration)-(auto|from-font)$/,([,e])=>({"text-decoration-thickness":e}),{autocomplete:"(underline|decoration)-(auto|from-font)"}],[/^(?:underline|decoration)-(.+)$/,pi,{autocomplete:"(underline|decoration)-$colors"}],[/^(?:underline|decoration)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-line-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"(underline|decoration)-(op|opacity)-<percent>"}],[/^(?:underline|decoration)-offset-(.+)$/,([,e],{theme:t})=>({"text-underline-offset":t.lineWidth?.[e]??a.auto.bracket.cssvar.global.px(e)}),{autocomplete:"(underline|decoration)-(offset)-<num>"}],...Kt.map(e=>[`underline-${e}`,{"text-decoration-style":e}]),...Kt.map(e=>[`decoration-${e}`,{"text-decoration-style":e}]),["no-underline",{"text-decoration":"none"}],["decoration-none",{"text-decoration":"none"}]];function Ht([,e],{theme:t}){return{"text-decoration-thickness":t.lineWidth?.[e]??a.bracket.cssvar.global.px(e)}}function pi(e,t){if(R(a.bracket(e[1])))return Ht(e,t);let r=y("text-decoration-color","line","borderColor")(e,t);if(r)return{"-webkit-text-decoration-color":r["text-decoration-color"],...r}}var Gt=[["flex",{display:"flex"}],["inline-flex",{display:"inline-flex"}],["flex-inline",{display:"inline-flex"}],[/^flex-(.*)$/,([,e])=>({flex:a.bracket(e)!=null?a.bracket(e).split(" ").map(t=>a.cssvar.fraction(t)??t).join(" "):a.cssvar.fraction(e)})],["flex-1",{flex:"1 1 0%"}],["flex-auto",{flex:"1 1 auto"}],["flex-initial",{flex:"0 1 auto"}],["flex-none",{flex:"none"}],[/^(?:flex-)?shrink(?:-(.*))?$/,([,e=""])=>({"flex-shrink":a.bracket.cssvar.number(e)??1}),{autocomplete:["flex-shrink-<num>","shrink-<num>"]}],[/^(?:flex-)?grow(?:-(.*))?$/,([,e=""])=>({"flex-grow":a.bracket.cssvar.number(e)??1}),{autocomplete:["flex-grow-<num>","grow-<num>"]}],[/^(?:flex-)?basis-(.+)$/,([,e],{theme:t})=>({"flex-basis":t.spacing?.[e]??a.bracket.cssvar.auto.fraction.rem(e)}),{autocomplete:["flex-basis-$spacing","basis-$spacing"]}],["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 hi={"":"",x:"column-",y:"row-",col:"column-",row:"row-"};function We([,e="",t],{theme:r}){let n=r.spacing?.[t]??a.bracket.cssvar.global.rem(t);if(n!=null)return{[`${hi[e]}gap`]:n}}var Yt=[[/^(?:flex-|grid-)?gap-?()(.+)$/,We,{autocomplete:["gap-$spacing","gap-<num>"]}],[/^(?:flex-|grid-)?gap-([xy])-?(.+)$/,We,{autocomplete:["gap-(x|y)-$spacing","gap-(x|y)-<num>"]}],[/^(?:flex-|grid-)?gap-(col|row)-?(.+)$/,We,{autocomplete:["gap-(col|row)-$spacing","gap-(col|row)-<num>"]}]];function z(e){return e.replace("col","column")}function Ie(e){return e[0]==="r"?"Row":"Column"}function di(e,t,r){let n=t[`gridAuto${Ie(e)}`]?.[r];if(n!=null)return n;switch(r){case"min":return"min-content";case"max":return"max-content";case"fr":return"minmax(0,1fr)"}return a.bracket.cssvar.auto.rem(r)}var Xt=[["grid",{display:"grid"}],["inline-grid",{display:"inline-grid"}],[/^(?:grid-)?(row|col)-(.+)$/,([,e,t],{theme:r})=>({[`grid-${z(e)}`]:r[`grid${Ie(e)}`]?.[t]??a.bracket.cssvar.auto(t)})],[/^(?:grid-)?(row|col)-span-(.+)$/,([,e,t])=>{if(t==="full")return{[`grid-${z(e)}`]:"1/-1"};let r=a.bracket.number(t);if(r!=null)return{[`grid-${z(e)}`]:`span ${r}/span ${r}`}},{autocomplete:"(grid-row|grid-col|row|col)-span-<num>"}],[/^(?:grid-)?(row|col)-start-(.+)$/,([,e,t])=>({[`grid-${z(e)}-start`]:a.bracket.cssvar(t)??t})],[/^(?:grid-)?(row|col)-end-(.+)$/,([,e,t])=>({[`grid-${z(e)}-end`]:a.bracket.cssvar(t)??t}),{autocomplete:"(grid-row|grid-col|row|col)-(start|end)-<num>"}],[/^(?:grid-)?auto-(rows|cols)-(.+)$/,([,e,t],{theme:r})=>({[`grid-auto-${z(e)}`]:di(e,r,t)}),{autocomplete:"(grid-auto|auto)-(rows|cols)-<num>"}],[/^(?:grid-auto-flow|auto-flow|grid-flow)-(.+)$/,([,e])=>({"grid-auto-flow":a.bracket.cssvar(e)})],[/^(?:grid-auto-flow|auto-flow|grid-flow)-(row|col|dense|row-dense|col-dense)$/,([,e])=>({"grid-auto-flow":z(e).replace("-"," ")}),{autocomplete:["(grid-auto-flow|auto-flow|grid-flow)-(row|col|dense|row-dense|col-dense)"]}],[/^(?:grid-)?(rows|cols)-(.+)$/,([,e,t],{theme:r})=>({[`grid-template-${z(e)}`]:r[`gridTemplate${Ie(e)}`]?.[t]??a.bracket.cssvar(t)})],[/^(?:grid-)?(rows|cols)-minmax-([\w.-]+)$/,([,e,t])=>({[`grid-template-${z(e)}`]:`repeat(auto-fill,minmax(${t},1fr))`})],[/^(?:grid-)?(rows|cols)-(\d+)$/,([,e,t])=>({[`grid-template-${z(e)}`]:`repeat(${t},minmax(0,1fr))`}),{autocomplete:"(grid-rows|grid-cols|rows|cols)-<num>"}],[/^grid-area(s)?-(.+)$/,([,e,t])=>e!=null?{"grid-template-areas":a.cssvar(t)??t.split("-").map(r=>`"${a.bracket(r)}"`).join(" ")}:{"grid-area":a.bracket.cssvar(t)}],["grid-rows-none",{"grid-template-rows":"none"}],["grid-cols-none",{"grid-template-columns":"none"}],["grid-rows-subgrid",{"grid-template-rows":"subgrid"}],["grid-cols-subgrid",{"grid-template-columns":"subgrid"}]];var ye=["auto","hidden","clip","visible","scroll","overlay",...m],Zt=[[/^(?:overflow|of)-(.+)$/,([,e])=>ye.includes(e)?{overflow:e}:void 0,{autocomplete:[`(overflow|of)-(${ye.join("|")})`,`(overflow|of)-(x|y)-(${ye.join("|")})`]}],[/^(?:overflow|of)-([xy])-(.+)$/,([,e,t])=>ye.includes(t)?{[`overflow-${e}`]:t}:void 0]];var Jt=[[/^(?:position-|pos-)?(relative|absolute|fixed|sticky)$/,([,e])=>({position:e}),{autocomplete:["(position|pos)-<position>","(position|pos)-<globalKeyword>","<position>"]}],[/^(?:position-|pos-)([-\w]+)$/,([,e])=>m.includes(e)?{position:e}:void 0],[/^(?:position-|pos-)?(static)$/,([,e])=>({position:e})]],Ne=[["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-stretch",{"justify-content":"stretch"}],["justify-left",{"justify-content":"left"}],["justify-right",{"justify-content":"right"}],...x("justify","justify-content"),["justify-items-start",{"justify-items":"start"}],["justify-items-end",{"justify-items":"end"}],["justify-items-center",{"justify-items":"center"}],["justify-items-stretch",{"justify-items":"stretch"}],...x("justify-items"),["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"}],...x("justify-self")],Qt=[[/^order-(.+)$/,([,e])=>({order:a.bracket.cssvar.number(e)})],["order-first",{order:"-9999"}],["order-last",{order:"9999"}],["order-none",{order:"0"}]],Be=[["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"}],...x("content","align-content"),["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"}],...x("items","align-items"),["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"}],...x("self","align-self")],Ue=[["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"}],...x("place-content"),["place-items-start",{"place-items":"start"}],["place-items-end",{"place-items":"end"}],["place-items-center",{"place-items":"center"}],["place-items-stretch",{"place-items":"stretch"}],...x("place-items"),["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"}],...x("place-self")],er=[...Ne,...Be,...Ue].flatMap(([e,t])=>[[`flex-${e}`,t],[`grid-${e}`,t]]);function _e(e,{theme:t}){return t.spacing?.[e]??a.bracket.cssvar.global.auto.fraction.rem(e)}function se([,e,t],r){let n=_e(t,r);if(n!=null&&e in ze)return ze[e].map(o=>[o.slice(1),n])}var tr=[[/^(?:position-|pos-)?inset-(.+)$/,([,e],t)=>({inset:_e(e,t)}),{autocomplete:["(position|pos)-inset-<directions>-$spacing","(position|pos)-inset-(block|inline)-$spacing","(position|pos)-inset-(bs|be|is|ie)-$spacing","(position|pos)-(top|left|right|bottom)-$spacing"]}],[/^(?:position-|pos-)?(start|end)-(.+)$/,se],[/^(?:position-|pos-)?inset-([xy])-(.+)$/,se],[/^(?:position-|pos-)?inset-([rltbse])-(.+)$/,se],[/^(?:position-|pos-)?inset-(block|inline)-(.+)$/,se],[/^(?:position-|pos-)?inset-([bi][se])-(.+)$/,se],[/^(?:position-|pos-)?(top|left|right|bottom)-(.+)$/,([,e,t],r)=>({[e]:_e(t,r)})]],rr=[["float-left",{float:"left"}],["float-right",{float:"right"}],["float-start",{float:"inline-start"}],["float-end",{float:"inline-end"}],["float-none",{float:"none"}],...x("float"),["clear-left",{clear:"left"}],["clear-right",{clear:"right"}],["clear-both",{clear:"both"}],["clear-start",{clear:"inline-start"}],["clear-end",{clear:"inline-end"}],["clear-none",{clear:"none"}],...x("clear")],nr=[[/^(?:position-|pos-)?z([\d.]+)$/,([,e])=>({"z-index":a.number(e)})],[/^(?:position-|pos-)?z-(.+)$/,([,e],{theme:t})=>({"z-index":t.zIndex?.[e]??a.bracket.cssvar.global.auto.number(e)}),{autocomplete:"z-<num>"}]],or=[["box-border",{"box-sizing":"border-box"}],["box-content",{"box-sizing":"content-box"}],...x("box","box-sizing")];var ir=[[/^(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}} ${t({animation:"__un_qm 0.5s ease-in-out alternate infinite"})}`}]];var mi=["auto","default","none","context-menu","help","pointer","progress","wait","cell","crosshair","text","vertical-text","alias","copy","move","no-drop","not-allowed","grab","grabbing","all-scroll","col-resize","row-resize","n-resize","e-resize","s-resize","w-resize","ne-resize","nw-resize","se-resize","sw-resize","ew-resize","ns-resize","nesw-resize","nwse-resize","zoom-in","zoom-out"],gi=["none","strict","content","size","inline-size","layout","style","paint"],we=" ",sr=[["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:a.bracket.cssvar.global(e)})]],ar=[["visible",{visibility:"visible"}],["invisible",{visibility:"hidden"}],["backface-visible",{"backface-visibility":"visible"}],["backface-hidden",{"backface-visibility":"hidden"}],...x("backface","backface-visibility")],lr=[[/^cursor-(.+)$/,([,e])=>({cursor:a.bracket.cssvar.global(e)})],...mi.map(e=>[`cursor-${e}`,{cursor:e}])],cr=[[/^contain-(.*)$/,([,e])=>a.bracket(e)!=null?{contain:a.bracket(e).split(" ").map(t=>a.cssvar.fraction(t)??t).join(" ")}:gi.includes(e)?{contain:e}:void 0]],ur=[["pointer-events-auto",{"pointer-events":"auto"}],["pointer-events-none",{"pointer-events":"none"}],...x("pointer-events")],fr=[["resize-x",{resize:"horizontal"}],["resize-y",{resize:"vertical"}],["resize",{resize:"both"}],["resize-none",{resize:"none"}],...x("resize")],pr=[["select-auto",{"-webkit-user-select":"auto","user-select":"auto"}],["select-all",{"-webkit-user-select":"all","user-select":"all"}],["select-text",{"-webkit-user-select":"text","user-select":"text"}],["select-none",{"-webkit-user-select":"none","user-select":"none"}],...x("select","user-select")],hr=[[/^(?:whitespace-|ws-)([-\w]+)$/,([,e])=>["normal","nowrap","pre","pre-line","pre-wrap","break-spaces",...m].includes(e)?{"white-space":e}:void 0,{autocomplete:"(whitespace|ws)-(normal|nowrap|pre|pre-line|pre-wrap|break-spaces)"}]],dr=[[/^intrinsic-size-(.+)$/,([,e])=>({"contain-intrinsic-size":a.bracket.cssvar.global.fraction.rem(e)}),{autocomplete:"intrinsic-size-<num>"}],["content-visibility-visible",{"content-visibility":"visible"}],["content-visibility-hidden",{"content-visibility":"hidden"}],["content-visibility-auto",{"content-visibility":"auto"}],...x("content-visibility")],mr=[[/^content-(.+)$/,([,e])=>({content:a.bracket.cssvar(e)})],["content-empty",{content:'""'}],["content-none",{content:"none"}]],gr=[["break-normal",{"overflow-wrap":"normal","word-break":"normal"}],["break-words",{"overflow-wrap":"break-word"}],["break-all",{"word-break":"break-all"}],["break-keep",{"word-break":"keep-all"}],["break-anywhere",{"overflow-wrap":"anywhere"}]],br=[["text-wrap",{"text-wrap":"wrap"}],["text-nowrap",{"text-wrap":"nowrap"}],["text-balance",{"text-wrap":"balance"}],["text-pretty",{"text-wrap":"pretty"}]],xr=[["truncate",{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}],["text-truncate",{overflow:"hidden","text-overflow":"ellipsis","white-space":"nowrap"}],["text-ellipsis",{"text-overflow":"ellipsis"}],["text-clip",{"text-overflow":"clip"}]],yr=[["case-upper",{"text-transform":"uppercase"}],["case-lower",{"text-transform":"lowercase"}],["case-capital",{"text-transform":"capitalize"}],["case-normal",{"text-transform":"none"}],...x("case","text-transform")],wr=[["italic",{"font-style":"italic"}],["not-italic",{"font-style":"normal"}],["font-italic",{"font-style":"italic"}],["font-not-italic",{"font-style":"normal"}],["oblique",{"font-style":"oblique"}],["not-oblique",{"font-style":"normal"}],["font-oblique",{"font-style":"oblique"}],["font-not-oblique",{"font-style":"normal"}]],$r=[["antialiased",{"-webkit-font-smoothing":"antialiased","-moz-osx-font-smoothing":"grayscale"}],["subpixel-antialiased",{"-webkit-font-smoothing":"auto","-moz-osx-font-smoothing":"auto"}]];var De={"--un-ring-inset":we,"--un-ring-offset-width":"0px","--un-ring-offset-color":"#fff","--un-ring-width":"0px","--un-ring-color":"rgb(147 197 253 / 0.5)","--un-shadow":"0 0 rgb(0 0 0 / 0)"},bi=Object.keys(De),Sr=[[/^ring(?:-(.+))?$/,([,e],{theme:t})=>{let r=t.ringWidth?.[e||"DEFAULT"]??a.px(e||"1");if(r)return{"--un-ring-width":r,"--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)"}},{custom:{preflightKeys:bi},autocomplete:"ring-$ringWidth"}],[/^ring-(?:width-|size-)(.+)$/,vr,{autocomplete:"ring-(width|size)-$lineWidth"}],["ring-offset",{"--un-ring-offset-width":"1px"}],[/^ring-offset-(?:width-|size-)?(.+)$/,([,e],{theme:t})=>({"--un-ring-offset-width":t.lineWidth?.[e]??a.bracket.cssvar.px(e)}),{autocomplete:"ring-offset-(width|size)-$lineWidth"}],[/^ring-(.+)$/,xi,{autocomplete:"ring-$colors"}],[/^ring-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"ring-(op|opacity)-<percent>"}],[/^ring-offset-(.+)$/,y("--un-ring-offset-color","ring-offset","borderColor"),{autocomplete:"ring-offset-$colors"}],[/^ring-offset-op(?:acity)?-?(.+)$/,([,e])=>({"--un-ring-offset-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"ring-offset-(op|opacity)-<percent>"}],["ring-inset",{"--un-ring-inset":"inset"}]];function vr([,e],{theme:t}){return{"--un-ring-width":t.ringWidth?.[e]??a.bracket.cssvar.px(e)}}function xi(e,t){return R(a.bracket(e[1]))?vr(e,t):y("--un-ring-color","ring","borderColor")(e,t)}var Ke={"--un-ring-offset-shadow":"0 0 rgb(0 0 0 / 0)","--un-ring-shadow":"0 0 rgb(0 0 0 / 0)","--un-shadow-inset":we,"--un-shadow":"0 0 rgb(0 0 0 / 0)"},yi=Object.keys(Ke),kr=[[/^shadow(?:-(.+))?$/,(e,t)=>{let[,r]=e,{theme:n}=t,o=n.boxShadow?.[r||"DEFAULT"],i=r?a.bracket.cssvar(r):void 0;return(o!=null||i!=null)&&!ge(i,n,"shadowColor")?{"--un-shadow":me(o||i,"--un-shadow-color").join(","),"box-shadow":"var(--un-ring-offset-shadow), var(--un-ring-shadow), var(--un-shadow)"}:y("--un-shadow-color","shadow","shadowColor")(e,t)},{custom:{preflightKeys:yi},autocomplete:["shadow-$colors","shadow-$boxShadow"]}],[/^shadow-op(?:acity)?-?(.+)$/,([,e])=>({"--un-shadow-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"shadow-(op|opacity)-<percent>"}],["shadow-inset",{"--un-shadow-inset":"inset"}]];var wi={h:"height",w:"width",inline:"inline-size",block:"block-size"};function M(e,t){return`${e||""}${wi[t]}`}function $e(e,t,r,n){let o=M(e,t).replace(/-(\w)/g,(s,l)=>l.toUpperCase()),i=r[o]?.[n];if(i!=null)return i;switch(n){case"fit":case"max":case"min":return`${n}-content`}return a.bracket.cssvar.global.auto.fraction.rem(n)}var Rr=[[/^size-(min-|max-)?(.+)$/,([,e,t],{theme:r})=>({[M(e,"w")]:$e(e,"w",r,t),[M(e,"h")]:$e(e,"h",r,t)})],[/^(?:size-)?(min-|max-)?([wh])-?(.+)$/,([,e,t,r],{theme:n})=>({[M(e,t)]:$e(e,t,n,r)})],[/^(?:size-)?(min-|max-)?(block|inline)-(.+)$/,([,e,t,r],{theme:n})=>({[M(e,t)]:$e(e,t,n,r)}),{autocomplete:["(w|h)-$width|height|maxWidth|maxHeight|minWidth|minHeight|inlineSize|blockSize|maxInlineSize|maxBlockSize|minInlineSize|minBlockSize","(block|inline)-$width|height|maxWidth|maxHeight|minWidth|minHeight|inlineSize|blockSize|maxInlineSize|maxBlockSize|minInlineSize|minBlockSize","(max|min)-(w|h|block|inline)","(max|min)-(w|h|block|inline)-$width|height|maxWidth|maxHeight|minWidth|minHeight|inlineSize|blockSize|maxInlineSize|maxBlockSize|minInlineSize|minBlockSize","(w|h)-full","(max|min)-(w|h)-full"]}],[/^(?:size-)?(min-|max-)?(h)-screen-(.+)$/,([,e,t,r],n)=>({[M(e,t)]:Cr(n,r,"verticalBreakpoints")})],[/^(?:size-)?(min-|max-)?(w)-screen-(.+)$/,([,e,t,r],n)=>({[M(e,t)]:Cr(n,r)}),{autocomplete:["(w|h)-screen","(min|max)-(w|h)-screen","h-screen-$verticalBreakpoints","(min|max)-h-screen-$verticalBreakpoints","w-screen-$breakpoints","(min|max)-w-screen-$breakpoints"]}]];function Cr(e,t,r="breakpoints"){let n=be(e,r);if(n)return n.find(o=>o.point===t)?.size}function $i(e){if(/^\d+\/\d+$/.test(e))return e;switch(e){case"square":return"1/1";case"video":return"16/9"}return a.bracket.cssvar.global.auto.number(e)}var Er=[[/^(?:size-)?aspect-(?:ratio-)?(.+)$/,([,e])=>({"aspect-ratio":$i(e)}),{autocomplete:["aspect-(square|video|ratio)","aspect-ratio-(square|video)"]}]];var Tr=[[/^pa?()-?(.+)$/,v("padding"),{autocomplete:["(m|p)<num>","(m|p)-<num>"]}],[/^p-?xy()()$/,v("padding"),{autocomplete:"(m|p)-(xy)"}],[/^p-?([xy])(?:-?(.+))?$/,v("padding")],[/^p-?([rltbse])(?:-?(.+))?$/,v("padding"),{autocomplete:"(m|p)<directions>-<num>"}],[/^p-(block|inline)(?:-(.+))?$/,v("padding"),{autocomplete:"(m|p)-(block|inline)-<num>"}],[/^p-?([bi][se])(?:-?(.+))?$/,v("padding"),{autocomplete:"(m|p)-(bs|be|is|ie)-<num>"}]],jr=[[/^ma?()-?(.+)$/,v("margin")],[/^m-?xy()()$/,v("margin")],[/^m-?([xy])(?:-?(.+))?$/,v("margin")],[/^m-?([rltbse])(?:-?(.+))?$/,v("margin")],[/^m-(block|inline)(?:-(.+))?$/,v("margin")],[/^m-?([bi][se])(?:-?(.+))?$/,v("margin")]];var zr=[[/^fill-(.+)$/,y("fill","fill","backgroundColor"),{autocomplete:"fill-$colors"}],[/^fill-op(?:acity)?-?(.+)$/,([,e])=>({"--un-fill-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"fill-(op|opacity)-<percent>"}],["fill-none",{fill:"none"}],[/^stroke-(?:width-|size-)?(.+)$/,Or,{autocomplete:["stroke-width-$lineWidth","stroke-size-$lineWidth"]}],[/^stroke-dash-(.+)$/,([,e])=>({"stroke-dasharray":a.bracket.cssvar.number(e)}),{autocomplete:"stroke-dash-<num>"}],[/^stroke-offset-(.+)$/,([,e],{theme:t})=>({"stroke-dashoffset":t.lineWidth?.[e]??a.bracket.cssvar.px.numberWithUnit(e)}),{autocomplete:"stroke-offset-$lineWidth"}],[/^stroke-(.+)$/,Si,{autocomplete:"stroke-$colors"}],[/^stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-stroke-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"stroke-(op|opacity)-<percent>"}],["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"}]];function Or([,e],{theme:t}){return{"stroke-width":t.lineWidth?.[e]??a.bracket.cssvar.fraction.px.number(e)}}function Si(e,t){return R(a.bracket(e[1]))?Or(e,t):y("stroke","stroke","borderColor")(e,t)}var Se=["translate","rotate","scale"],vi=["translateX(var(--un-translate-x))","translateY(var(--un-translate-y))","rotate(var(--un-rotate))","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))"].join(" "),q=["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(" "),ki=["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(" "),qe={"--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},O=Object.keys(qe),Fr=[[/^(?:transform-)?origin-(.+)$/,([,e])=>({"transform-origin":Q[e]??a.bracket.cssvar(e)}),{autocomplete:[`transform-origin-(${Object.keys(Q).join("|")})`,`origin-(${Object.keys(Q).join("|")})`]}],[/^(?:transform-)?perspect(?:ive)?-(.+)$/,([,e])=>{let t=a.bracket.cssvar.px.numberWithUnit(e);if(t!=null)return{"-webkit-perspective":t,perspective:t}}],[/^(?:transform-)?perspect(?:ive)?-origin-(.+)$/,([,e])=>{let t=a.bracket.cssvar(e)??(e.length>=3?Q[e]:void 0);if(t!=null)return{"-webkit-perspective-origin":t,"perspective-origin":t}}],[/^(?:transform-)?translate-()(.+)$/,Ar,{custom:{preflightKeys:O}}],[/^(?:transform-)?translate-([xyz])-(.+)$/,Ar,{custom:{preflightKeys:O}}],[/^(?:transform-)?rotate-()(.+)$/,Pr,{custom:{preflightKeys:O}}],[/^(?:transform-)?rotate-([xyz])-(.+)$/,Pr,{custom:{preflightKeys:O}}],[/^(?:transform-)?skew-()(.+)$/,Lr,{custom:{preflightKeys:O}}],[/^(?:transform-)?skew-([xy])-(.+)$/,Lr,{custom:{preflightKeys:O},autocomplete:["transform-skew-(x|y)-<percent>","skew-(x|y)-<percent>"]}],[/^(?:transform-)?scale-()(.+)$/,Vr,{custom:{preflightKeys:O}}],[/^(?:transform-)?scale-([xyz])-(.+)$/,Vr,{custom:{preflightKeys:O},autocomplete:[`transform-(${Se.join("|")})-<percent>`,`transform-(${Se.join("|")})-(x|y|z)-<percent>`,`(${Se.join("|")})-<percent>`,`(${Se.join("|")})-(x|y|z)-<percent>`]}],[/^(?:transform-)?preserve-3d$/,()=>({"transform-style":"preserve-3d"})],[/^(?:transform-)?preserve-flat$/,()=>({"transform-style":"flat"})],["transform",{transform:q},{custom:{preflightKeys:O}}],["transform-cpu",{transform:vi},{custom:{preflightKeys:["--un-translate-x","--un-translate-y","--un-rotate","--un-rotate-z","--un-skew-x","--un-skew-y","--un-scale-x","--un-scale-y"]}}],["transform-gpu",{transform:ki},{custom:{preflightKeys:O}}],["transform-none",{transform:"none"}],...x("transform")];function Ar([,e,t],{theme:r}){let n=r.spacing?.[t]??a.bracket.cssvar.fraction.rem(t);if(n!=null)return[...xe(e,n,"translate"),["transform",q]]}function Vr([,e,t]){let r=a.bracket.cssvar.fraction.percent(t);if(r!=null)return[...xe(e,r,"scale"),["transform",q]]}function Pr([,e="",t]){let r=a.bracket.cssvar.degree(t);if(r!=null)return e?{"--un-rotate":0,[`--un-rotate-${e}`]:r,transform:q}:{"--un-rotate-x":0,"--un-rotate-y":0,"--un-rotate-z":0,"--un-rotate":r,transform:q}}function Lr([,e,t]){let r=a.bracket.cssvar.degree(t);if(r!=null)return[...xe(e,r,"skew"),["transform",q]]}function Mr(e,t){let r;if(a.cssvar(e)!=null)r=a.cssvar(e);else{e.startsWith("[")&&e.endsWith("]")&&(e=e.slice(1,-1));let n=e.split(",").map(o=>t.transitionProperty?.[o]??a.properties(o));n.every(Boolean)&&(r=n.join(","))}return r}var Wr=[[/^transition(?:-(\D+?))?(?:-(\d+))?$/,([,e,t],{theme:r})=>{if(!e&&!t)return{"transition-property":r.transitionProperty?.DEFAULT,"transition-timing-function":r.easing?.DEFAULT,"transition-duration":r.duration?.DEFAULT??a.time("150")};if(e!=null){let n=Mr(e,r),o=r.duration?.[t||"DEFAULT"]??a.time(t||"150");if(n)return{"transition-property":n,"transition-timing-function":r.easing?.DEFAULT,"transition-duration":o}}else if(t!=null)return{"transition-property":r.transitionProperty?.DEFAULT,"transition-timing-function":r.easing?.DEFAULT,"transition-duration":r.duration?.[t]??a.time(t)}},{autocomplete:"transition-$transitionProperty-$duration"}],[/^(?:transition-)?duration-(.+)$/,([,e],{theme:t})=>({"transition-duration":t.duration?.[e||"DEFAULT"]??a.bracket.cssvar.time(e)}),{autocomplete:["transition-duration-$duration","duration-$duration"]}],[/^(?:transition-)?delay-(.+)$/,([,e],{theme:t})=>({"transition-delay":t.duration?.[e||"DEFAULT"]??a.bracket.cssvar.time(e)}),{autocomplete:["transition-delay-$duration","delay-$duration"]}],[/^(?:transition-)?ease(?:-(.+))?$/,([,e],{theme:t})=>({"transition-timing-function":t.easing?.[e||"DEFAULT"]??a.bracket.cssvar(e)}),{autocomplete:["transition-ease-(linear|in|out|in-out|DEFAULT)","ease-(linear|in|out|in-out|DEFAULT)"]}],[/^(?:transition-)?property-(.+)$/,([,e],{theme:t})=>{let r=a.global(e)||Mr(e,t);if(r)return{"transition-property":r}},{autocomplete:[`transition-property-(${[...m].join("|")})`,"transition-property-$transitionProperty","property-$transitionProperty"]}],["transition-none",{transition:"none"}],...x("transition"),["transition-discrete",{"transition-behavior":"allow-discrete"}],["transition-normal",{"transition-behavior":"normal"}]];var Ir=[[/^text-(.+)$/,Ri,{autocomplete:"text-$fontSize"}],[/^(?:text|font)-size-(.+)$/,Dr,{autocomplete:"text-size-$fontSize"}],[/^text-(?:color-)?(.+)$/,Ci,{autocomplete:"text-$colors"}],[/^(?:color|c)-(.+)$/,y("color","text","textColor"),{autocomplete:"(color|c)-$colors"}],[/^(?:text|color|c)-(.+)$/,([,e])=>m.includes(e)?{color:e}:void 0,{autocomplete:`(text|color|c)-(${m.join("|")})`}],[/^(?:text|color|c)-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"(text|color|c)-(op|opacity)-<percent>"}],[/^(?:font|fw)-?([^-]+)$/,([,e],{theme:t})=>({"font-weight":t.fontWeight?.[e]||a.bracket.global.number(e)}),{autocomplete:["(font|fw)-(100|200|300|400|500|600|700|800|900)","(font|fw)-$fontWeight"]}],[/^(?:font-)?(?:leading|lh|line-height)-(.+)$/,([,e],{theme:t})=>({"line-height":He(e,t,"lineHeight")}),{autocomplete:"(leading|lh|line-height)-$lineHeight"}],["font-synthesis-weight",{"font-synthesis":"weight"}],["font-synthesis-style",{"font-synthesis":"style"}],["font-synthesis-small-caps",{"font-synthesis":"small-caps"}],["font-synthesis-none",{"font-synthesis":"none"}],[/^font-synthesis-(.+)$/,([,e])=>({"font-synthesis":a.bracket.cssvar.global(e)})],[/^(?:font-)?tracking-(.+)$/,([,e],{theme:t})=>({"letter-spacing":t.letterSpacing?.[e]||a.bracket.cssvar.global.rem(e)}),{autocomplete:"tracking-$letterSpacing"}],[/^(?:font-)?word-spacing-(.+)$/,([,e],{theme:t})=>({"word-spacing":t.wordSpacing?.[e]||a.bracket.cssvar.global.rem(e)}),{autocomplete:"word-spacing-$wordSpacing"}],["font-stretch-normal",{"font-stretch":"normal"}],["font-stretch-ultra-condensed",{"font-stretch":"ultra-condensed"}],["font-stretch-extra-condensed",{"font-stretch":"extra-condensed"}],["font-stretch-condensed",{"font-stretch":"condensed"}],["font-stretch-semi-condensed",{"font-stretch":"semi-condensed"}],["font-stretch-semi-expanded",{"font-stretch":"semi-expanded"}],["font-stretch-expanded",{"font-stretch":"expanded"}],["font-stretch-extra-expanded",{"font-stretch":"extra-expanded"}],["font-stretch-ultra-expanded",{"font-stretch":"ultra-expanded"}],[/^font-stretch-(.+)$/,([,e])=>({"font-stretch":a.bracket.cssvar.fraction.global(e)}),{autocomplete:"font-stretch-<percentage>"}],[/^font-(.+)$/,([,e],{theme:t})=>({"font-family":t.fontFamily?.[e]||a.bracket.cssvar.global(e)}),{autocomplete:"font-$fontFamily"}]],_r=[[/^tab(?:-(.+))?$/,([,e])=>{let t=a.bracket.cssvar.global.number(e||"4");if(t!=null)return{"-moz-tab-size":t,"-o-tab-size":t,"tab-size":t}}]],Nr=[[/^indent(?:-(.+))?$/,([,e],{theme:t})=>({"text-indent":t.textIndent?.[e||"DEFAULT"]||a.bracket.cssvar.global.fraction.rem(e)}),{autocomplete:"indent-$textIndent"}]],Br=[[/^text-stroke(?:-(.+))?$/,([,e],{theme:t})=>({"-webkit-text-stroke-width":t.textStrokeWidth?.[e||"DEFAULT"]||a.bracket.cssvar.px(e)}),{autocomplete:"text-stroke-$textStrokeWidth"}],[/^text-stroke-(.+)$/,y("-webkit-text-stroke-color","text-stroke","borderColor"),{autocomplete:"text-stroke-$colors"}],[/^text-stroke-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-stroke-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"text-stroke-(op|opacity)-<percent>"}]],Ur=[[/^text-shadow(?:-(.+))?$/,([,e],{theme:t})=>{let r=t.textShadow?.[e||"DEFAULT"];return r!=null?{"--un-text-shadow":me(r,"--un-text-shadow-color").join(","),"text-shadow":"var(--un-text-shadow)"}:{"text-shadow":a.bracket.cssvar.global(e)}},{autocomplete:"text-shadow-$textShadow"}],[/^text-shadow-color-(.+)$/,y("--un-text-shadow-color","text-shadow","shadowColor"),{autocomplete:"text-shadow-color-$colors"}],[/^text-shadow-color-op(?:acity)?-?(.+)$/,([,e])=>({"--un-text-shadow-opacity":a.bracket.percent.cssvar(e)}),{autocomplete:"text-shadow-color-(op|opacity)-<percent>"}]];function He(e,t,r){return t[r]?.[e]||a.bracket.cssvar.global.rem(e)}function Dr([,e],{theme:t}){let n=k(t.fontSize?.[e])?.[0]??a.bracket.cssvar.global.rem(e);if(n!=null)return{"font-size":n}}function Ci(e,t){return R(a.bracket(e[1]))?Dr(e,t):y("color","text","textColor")(e,t)}function Ri([,e="base"],{theme:t}){let r=Me(e,"length");if(!r)return;let[n,o]=r,i=k(t.fontSize?.[n]),s=o?He(o,t,"lineHeight"):void 0;if(i?.[0]){let[c,u,f]=i;return typeof u=="object"?{"font-size":c,...u}:{"font-size":c,"line-height":s??u??"1","letter-spacing":f?He(f,t,"letterSpacing"):void 0}}let l=a.bracketOfLength.rem(n);return s&&l?{"font-size":l,"line-height":s}:{"font-size":a.bracketOfLength.rem(e)}}var Ei={backface:"backface-visibility",break:"word-break",case:"text-transform",content:"align-content",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"},Kr=[[/^(.+?)-(\$.+)$/,([,e,t])=>{let r=Ei[e];if(r)return{[r]:a.cssvar(t)}}]],qr=[[/^\[(.*)\]$/,([e,t])=>{if(!t.includes(":"))return;let[r,...n]=t.split(":"),o=n.join(":");if(!ji(t)&&/^[a-z-]+$/.test(r)&&Ti(o)){let i=a.bracket(`[${o}]`);if(i)return{[r]:i}}}]];function Ti(e){let t=0;function r(n){for(;t<e.length;)if(t+=1,e[t]===n)return!0;return!1}for(t=0;t<e.length;t++){let n=e[t];if("\"`'".includes(n)){if(!r(n))return!1}else if(n==="("){if(!r(")"))return!1}else if("[]{}:".includes(n))return!1}return!0}function ji(e){if(!e.includes("://"))return!1;try{return new URL(e).host!==""}catch{return!1}}var Hr=[Kr,qr,cr,ur,ar,Jt,tr,nr,Qt,Xt,rr,jr,or,sr,Er,Rr,Gt,Fr,lr,pr,fr,Mt,Ue,Be,Ne,Yt,er,Zt,xr,hr,gr,_t,Bt,Ut,zr,Tr,jt,Nr,br,Tt,Ir,yr,wr,qt,$r,_r,Br,Ur,Nt,kr,Lt,Sr,Wr,Wt,dr,mr,Dt,ir].flat(1);var Gr={position:["relative","absolute","fixed","sticky","static"],globalKeyword:m};var Ge={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",950:"#4c0519"},pink:{50:"#fdf2f8",100:"#fce7f3",200:"#fbcfe8",300:"#f9a8d4",400:"#f472b6",500:"#ec4899",600:"#db2777",700:"#be185d",800:"#9d174d",900:"#831843",950:"#500724"},fuchsia:{50:"#fdf4ff",100:"#fae8ff",200:"#f5d0fe",300:"#f0abfc",400:"#e879f9",500:"#d946ef",600:"#c026d3",700:"#a21caf",800:"#86198f",900:"#701a75",950:"#4a044e"},purple:{50:"#faf5ff",100:"#f3e8ff",200:"#e9d5ff",300:"#d8b4fe",400:"#c084fc",500:"#a855f7",600:"#9333ea",700:"#7e22ce",800:"#6b21a8",900:"#581c87",950:"#3b0764"},violet:{50:"#f5f3ff",100:"#ede9fe",200:"#ddd6fe",300:"#c4b5fd",400:"#a78bfa",500:"#8b5cf6",600:"#7c3aed",700:"#6d28d9",800:"#5b21b6",900:"#4c1d95",950:"#2e1065"},indigo:{50:"#eef2ff",100:"#e0e7ff",200:"#c7d2fe",300:"#a5b4fc",400:"#818cf8",500:"#6366f1",600:"#4f46e5",700:"#4338ca",800:"#3730a3",900:"#312e81",950:"#1e1b4b"},blue:{50:"#eff6ff",100:"#dbeafe",200:"#bfdbfe",300:"#93c5fd",400:"#60a5fa",500:"#3b82f6",600:"#2563eb",700:"#1d4ed8",800:"#1e40af",900:"#1e3a8a",950:"#172554"},sky:{50:"#f0f9ff",100:"#e0f2fe",200:"#bae6fd",300:"#7dd3fc",400:"#38bdf8",500:"#0ea5e9",600:"#0284c7",700:"#0369a1",800:"#075985",900:"#0c4a6e",950:"#082f49"},cyan:{50:"#ecfeff",100:"#cffafe",200:"#a5f3fc",300:"#67e8f9",400:"#22d3ee",500:"#06b6d4",600:"#0891b2",700:"#0e7490",800:"#155e75",900:"#164e63",950:"#083344"},teal:{50:"#f0fdfa",100:"#ccfbf1",200:"#99f6e4",300:"#5eead4",400:"#2dd4bf",500:"#14b8a6",600:"#0d9488",700:"#0f766e",800:"#115e59",900:"#134e4a",950:"#042f2e"},emerald:{50:"#ecfdf5",100:"#d1fae5",200:"#a7f3d0",300:"#6ee7b7",400:"#34d399",500:"#10b981",600:"#059669",700:"#047857",800:"#065f46",900:"#064e3b",950:"#022c22"},green:{50:"#f0fdf4",100:"#dcfce7",200:"#bbf7d0",300:"#86efac",400:"#4ade80",500:"#22c55e",600:"#16a34a",700:"#15803d",800:"#166534",900:"#14532d",950:"#052e16"},lime:{50:"#f7fee7",100:"#ecfccb",200:"#d9f99d",300:"#bef264",400:"#a3e635",500:"#84cc16",600:"#65a30d",700:"#4d7c0f",800:"#3f6212",900:"#365314",950:"#1a2e05"},yellow:{50:"#fefce8",100:"#fef9c3",200:"#fef08a",300:"#fde047",400:"#facc15",500:"#eab308",600:"#ca8a04",700:"#a16207",800:"#854d0e",900:"#713f12",950:"#422006"},amber:{50:"#fffbeb",100:"#fef3c7",200:"#fde68a",300:"#fcd34d",400:"#fbbf24",500:"#f59e0b",600:"#d97706",700:"#b45309",800:"#92400e",900:"#78350f",950:"#451a03"},orange:{50:"#fff7ed",100:"#ffedd5",200:"#fed7aa",300:"#fdba74",400:"#fb923c",500:"#f97316",600:"#ea580c",700:"#c2410c",800:"#9a3412",900:"#7c2d12",950:"#431407"},red:{50:"#fef2f2",100:"#fee2e2",200:"#fecaca",300:"#fca5a5",400:"#f87171",500:"#ef4444",600:"#dc2626",700:"#b91c1c",800:"#991b1b",900:"#7f1d1d",950:"#450a0a"},gray:{50:"#f9fafb",100:"#f3f4f6",200:"#e5e7eb",300:"#d1d5db",400:"#9ca3af",500:"#6b7280",600:"#4b5563",700:"#374151",800:"#1f2937",900:"#111827",950:"#030712"},slate:{50:"#f8fafc",100:"#f1f5f9",200:"#e2e8f0",300:"#cbd5e1",400:"#94a3b8",500:"#64748b",600:"#475569",700:"#334155",800:"#1e293b",900:"#0f172a",950:"#020617"},zinc:{50:"#fafafa",100:"#f4f4f5",200:"#e4e4e7",300:"#d4d4d8",400:"#a1a1aa",500:"#71717a",600:"#52525b",700:"#3f3f46",800:"#27272a",900:"#18181b",950:"#09090b"},neutral:{50:"#fafafa",100:"#f5f5f5",200:"#e5e5e5",300:"#d4d4d4",400:"#a3a3a3",500:"#737373",600:"#525252",700:"#404040",800:"#262626",900:"#171717",950:"#0a0a0a"},stone:{50:"#fafaf9",100:"#f5f5f4",200:"#e7e5e4",300:"#d6d3d1",400:"#a8a29e",500:"#78716c",600:"#57534e",700:"#44403c",800:"#292524",900:"#1c1917",950:"#0c0a09"},light:{50:"#fdfdfd",100:"#fcfcfc",200:"#fafafa",300:"#f8f9fa",400:"#f6f6f6",500:"#f2f2f2",600:"#f1f3f5",700:"#e9ecef",800:"#dee2e6",900:"#dde1e3",950:"#d8dcdf"},dark:{50:"#4a4a4a",100:"#3c3c3c",200:"#323232",300:"#2d2d2d",400:"#222222",500:"#1f1f1f",600:"#1c1c1e",700:"#1b1b1b",800:"#181818",900:"#0f0f0f",950:"#080808"},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(Ge).forEach(e=>{typeof e!="string"&&e!==void 0&&(e.DEFAULT=e.DEFAULT||e[400],Object.keys(e).forEach(t=>{let r=+t/100;r===Math.round(r)&&(e[r]=e[t])}))});var Yr={DEFAULT:"8px",0:"0",sm:"4px",md:"12px",lg:"16px",xl:"24px","2xl":"40px","3xl":"64px"},Xr={DEFAULT:["0 1px 2px rgb(0 0 0 / 0.1)","0 1px 1px rgb(0 0 0 / 0.06)"],sm:"0 1px 1px rgb(0 0 0 / 0.05)",md:["0 4px 3px rgb(0 0 0 / 0.07)","0 2px 2px rgb(0 0 0 / 0.06)"],lg:["0 10px 8px rgb(0 0 0 / 0.04)","0 4px 3px rgb(0 0 0 / 0.1)"],xl:["0 20px 13px rgb(0 0 0 / 0.03)","0 8px 5px rgb(0 0 0 / 0.08)"],"2xl":"0 25px 25px rgb(0 0 0 / 0.15)",none:"0 0 rgb(0 0 0 / 0)"};var Zr={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(",")},Jr={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"]},Qr={DEFAULT:"1.5rem",xs:"0.5rem",sm:"1rem",md:"1.5rem",lg:"2rem",xl:"2.5rem","2xl":"3rem","3xl":"4rem"},en={DEFAULT:"1.5rem",none:"0",sm:"thin",md:"medium",lg:"thick"},tn={DEFAULT:["0 0 1px rgb(0 0 0 / 0.2)","0 0 1px rgb(1 0 5 / 0.1)"],none:"0 0 rgb(0 0 0 / 0)",sm:"1px 1px 3px rgb(36 37 47 / 0.25)",md:["0 1px 2px rgb(30 29 39 / 0.19)","1px 2px 4px rgb(54 64 147 / 0.18)"],lg:["3px 3px 6px rgb(0 0 0 / 0.26)","0 0 5px rgb(15 3 86 / 0.22)"],xl:["1px 1px 3px rgb(0 0 0 / 0.29)","2px 4px 7px rgb(73 64 125 / 0.35)"]},rn={none:"1",tight:"1.25",snug:"1.375",normal:"1.5",relaxed:"1.625",loose:"2"},Ye={tighter:"-0.05em",tight:"-0.025em",normal:"0em",wide:"0.025em",wider:"0.05em",widest:"0.1em"},nn={thin:"100",extralight:"200",light:"300",normal:"400",medium:"500",semibold:"600",bold:"700",extrabold:"800",black:"900"},on=Ye;var Xe={sm:"640px",md:"768px",lg:"1024px",xl:"1280px","2xl":"1536px"},sn={...Xe},an={DEFAULT:"1px",none:"0"},ln={DEFAULT:"1rem",none:"0",xs:"0.75rem",sm:"0.875rem",lg:"1.125rem",xl:"1.25rem","2xl":"1.5rem","3xl":"1.875rem","4xl":"2.25rem","5xl":"3rem","6xl":"3.75rem","7xl":"4.5rem","8xl":"6rem","9xl":"8rem"},cn={DEFAULT:"150ms",none:"0s",75:"75ms",100:"100ms",150:"150ms",200:"200ms",300:"300ms",500:"500ms",700:"700ms",1e3:"1000ms"},un={DEFAULT:"0.25rem",none:"0",sm:"0.125rem",md:"0.375rem",lg:"0.5rem",xl:"0.75rem","2xl":"1rem","3xl":"1.5rem",full:"9999px"},fn={DEFAULT:["var(--un-shadow-inset) 0 1px 3px 0 rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 1px 2px -1px rgb(0 0 0 / 0.1)"],none:"0 0 rgb(0 0 0 / 0)",sm:"var(--un-shadow-inset) 0 1px 2px 0 rgb(0 0 0 / 0.05)",md:["var(--un-shadow-inset) 0 4px 6px -1px rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 2px 4px -2px rgb(0 0 0 / 0.1)"],lg:["var(--un-shadow-inset) 0 10px 15px -3px rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 4px 6px -4px rgb(0 0 0 / 0.1)"],xl:["var(--un-shadow-inset) 0 20px 25px -5px rgb(0 0 0 / 0.1)","var(--un-shadow-inset) 0 8px 10px -6px rgb(0 0 0 / 0.1)"],"2xl":"var(--un-shadow-inset) 0 25px 50px -12px rgb(0 0 0 / 0.25)",inner:"inset 0 2px 4px 0 rgb(0 0 0 / 0.05)"},pn={DEFAULT:"3px",none:"0"},hn={auto:"auto"},dn={mouse:"(hover) and (pointer: fine)"};var mn={...qe,...Ke,...De};var A={xs:"20rem",sm:"24rem",md:"28rem",lg:"32rem",xl:"36rem","2xl":"42rem","3xl":"48rem","4xl":"56rem","5xl":"64rem","6xl":"72rem","7xl":"80rem",prose:"65ch"},gn={auto:"auto",...A,screen:"100vw"},Ze={none:"none",...A,screen:"100vw"},bn={auto:"auto",...A,screen:"100vb"},xn={auto:"auto",...A,screen:"100vi"},yn={auto:"auto",...A,screen:"100vh"},Je={none:"none",...A,screen:"100vh"},Qe={none:"none",...A,screen:"100vb"},et={none:"none",...A,screen:"100vi"},wn={...A};var $n={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)"},Sn={none:"none",all:"all",colors:["color","background-color","border-color","text-decoration-color","fill","stroke"].join(","),opacity:"opacity",shadow:"box-shadow",transform:"transform",get DEFAULT(){return[this.colors,"opacity","box-shadow","transform","filter","backdrop-filter"].join(",")}};var vn={width:gn,height:yn,maxWidth:Ze,maxHeight:Je,minWidth:Ze,minHeight:Je,inlineSize:xn,blockSize:bn,maxInlineSize:et,maxBlockSize:Qe,minInlineSize:et,minBlockSize:Qe,colors:Ge,fontFamily:Zr,fontSize:Jr,fontWeight:nn,breakpoints:Xe,verticalBreakpoints:sn,borderRadius:un,lineHeight:rn,letterSpacing:Ye,wordSpacing:on,boxShadow:fn,textIndent:Qr,textShadow:tn,textStrokeWidth:en,blur:Yr,dropShadow:Xr,easing:$n,transitionProperty:Sn,lineWidth:an,spacing:ln,duration:cn,ringWidth:pn,preflightBase:mn,containers:wn,zIndex:hn,media:dn};var kn={name:"aria",match(e,t){let r=w("aria-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??t.theme.aria?.[n]??"";if(i)return{matcher:o,selector:s=>`${s}[aria-${i}]`}}},multiPass:!0};function ve(e){return{name:`${e}-aria`,match(t,r){let n=w(`${e}-aria-`,t,r.generator.config.separators);if(n){let[o,i]=n,s=a.bracket(o)??r.theme.aria?.[o]??"";if(s)return{matcher:`${e}-[[aria-${s}]]:${i}`}}}}}var Cn=[ve("group"),ve("peer"),ve("parent"),ve("previous")];function Rn(e){let t=e.match(/^-?\d+\.?\d*/)?.[0]||"",r=e.slice(t.length);if(r==="px"){let n=Number.parseFloat(t)-.1;return Number.isNaN(n)?e:`${n}${r}`}return`calc(${e} - 0.1px)`}var En=/(max|min)-\[([^\]]*)\]:/;function Tn(){let e={};return{name:"breakpoints",match(t,r){if(En.test(t)){let o=t.match(En);return{matcher:t.replace(o[0],""),handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@media (${o[1]}-width: ${o[2]})`})}}let n=(be(r)??[]).map(({point:o,size:i},s)=>[o,i,s]);for(let[o,i,s]of n){e[o]||(e[o]=new RegExp(`^((?:([al]t-|[<~]|max-))?${o}(?:${r.generator.config.separators.join("|")}))`));let l=t.match(e[o]);if(!l)continue;let[,c]=l,u=t.slice(c.length);if(u==="container")continue;let f=c.startsWith("lt-")||c.startsWith("<")||c.startsWith("max-"),d=c.startsWith("at-")||c.startsWith("~"),h=3e3;return f?(h-=s+1,{matcher:u,handle:(p,g)=>g({...p,parent:`${p.parent?`${p.parent} $$ `:""}@media (max-width: ${Rn(i)})`,parentOrder:h})}):(h+=s+1,d&&s<n.length-1?{matcher:u,handle:(p,g)=>g({...p,parent:`${p.parent?`${p.parent} $$ `:""}@media (min-width: ${i}) and (max-width: ${Rn(n[s+1][1])})`,parentOrder:h})}:{matcher:u,handle:(p,g)=>g({...p,parent:`${p.parent?`${p.parent} $$ `:""}@media (min-width: ${i})`,parentOrder:h})})}},multiPass:!0,autocomplete:"(at-|lt-|max-|)$breakpoints:"}}var jn=[L("*",e=>({selector:`${e.selector} > *`}))];function ae(e,t){return{name:`combinator:${e}`,match(r,n){if(!r.startsWith(e))return;let o=n.generator.config.separators,i=F(`${e}-`,r,o);if(!i){for(let l of o)if(r.startsWith(`${e}${l}`)){i=["",r.slice(e.length+l.length)];break}if(!i)return}let s=a.bracket(i[0])??"";return s===""&&(s="*"),{matcher:i[1],selector:l=>`${l}${t}${s}`}},multiPass:!0}}var zn=[ae("all"," "),ae("children",">"),ae("next","+"),ae("sibling","+"),ae("siblings","~")];var On={name:"@",match(e,t){if(e.startsWith("@container"))return;let r=w("@",e,t.generator.config.separators);if(r){let[n,o,i]=r,s=a.bracket(n),l;if(s?l=a.numberWithUnit(s):l=t.theme.containers?.[n]??"",l){let c=1e3+Object.keys(t.theme.containers??{}).indexOf(n);return i&&(c+=1e3),{matcher:o,handle:(u,f)=>f({...u,parent:`${u.parent?`${u.parent} $$ `:""}@container${i?` ${i} `:" "}(min-width: ${l})`,parentOrder:c})}}}},multiPass:!0};function An(e={}){if(e?.dark==="class"||typeof e.dark=="object"){let{dark:t=".dark",light:r=".light"}=typeof e.dark=="string"?{}:e.dark;return[L("dark",k(t).map(n=>o=>({prefix:`${n} $$ ${o.prefix}`}))),L("light",k(r).map(n=>o=>({prefix:`${n} $$ ${o.prefix}`})))]}return[J("dark","@media (prefers-color-scheme: dark)"),J("light","@media (prefers-color-scheme: light)")]}var Vn={name:"data",match(e,t){let r=w("data-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??t.theme.data?.[n]??"";if(i)return{matcher:o,selector:s=>`${s}[data-${i}]`}}},multiPass:!0};function ke(e){return{name:`${e}-data`,match(t,r){let n=w(`${e}-data-`,t,r.generator.config.separators);if(n){let[o,i,s]=n,l=a.bracket(o)??r.theme.data?.[o]??"";if(l)return{matcher:`${e}-[[data-${l}]]${s?`/${s}`:""}:${i}`}}}}}var Pn=[ke("group"),ke("peer"),ke("parent"),ke("previous")];var Ln=[L("rtl",e=>({prefix:`[dir="rtl"] $$ ${e.prefix}`})),L("ltr",e=>({prefix:`[dir="ltr"] $$ ${e.prefix}`}))];function Fn(){let e;return{name:"important",match(t,r){e||(e=new RegExp(`^(important(?:${r.generator.config.separators.join("|")})|!)`));let n,o=t.match(e);if(o?n=t.slice(o[0].length):t.endsWith("!")&&(n=t.slice(0,-1)),n)return{matcher:n,body:i=>(i.forEach(s=>{s[1]!=null&&(s[1]+=" !important")}),i)}}}}var Mn=J("print","@media print"),Wn={name:"media",match(e,t){let r=w("media-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??"";if(i===""&&(i=t.theme.media?.[n]??""),i)return{matcher:o,handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@media ${i}`})}}},multiPass:!0};var In={name:"selector",match(e,t){let r=F("selector-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n);if(i)return{matcher:o,selector:()=>i}}}},_n={name:"layer",match(e,t){let r=w("layer-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??n;if(i)return{matcher:o,handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@layer ${i}`})}}}},Nn={name:"uno-layer",match(e,t){let r=w("uno-layer-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??n;if(i)return{matcher:o,layer:i}}}},Bn={name:"scope",match(e,t){let r=F("scope-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n);if(i)return{matcher:o,selector:s=>`${i} $$ ${s}`}}}},Un={name:"variables",match(e,t){if(!e.startsWith("["))return;let[r,n]=N(e,"[","]")??[];if(!(r&&n))return;let o;for(let l of t.generator.config.separators)if(n.startsWith(l)){o=n.slice(l.length);break}if(o==null)return;let i=a.bracket(r)??"",s=i.startsWith("@");if(s||i.includes("&"))return{matcher:o,handle(l,c){let u=s?{parent:`${l.parent?`${l.parent} $$ `:""}${i}`}:{selector:i.replace(/&/g,l.selector)};return c({...l,...u})}}},multiPass:!0},Dn={name:"theme-variables",match(e,t){if(wt(e))return{matcher:e,handle(r,n){return n({...r,entries:JSON.parse($t(JSON.stringify(r.entries),t.theme))})}}}};var Kn=/^-?[0-9.]+(?:[a-z]+|%)?$/,qn=/-?[0-9.]+(?:[a-z]+|%)?/,zi=[/\b(opacity|color|flex|backdrop-filter|^filter|transform)\b/];function Oi(e){let t=e.match(ee)||e.match(fe);if(t){let[r,n]=B(`(${t[2]})${t[3]}`,"(",")"," ")??[];if(r)return`calc(${t[1]}${r} * -1)${n?` ${n}`:""}`}}var Ai=/\b(hue-rotate)\s*(\(.*)/;function Vi(e){let t=e.match(Ai);if(t){let[r,n]=B(t[2],"(",")"," ")??[];if(r){let o=Kn.test(r.slice(1,-1))?r.replace(qn,i=>i.startsWith("-")?i.slice(1):`-${i}`):`(calc(${r} * -1))`;return`${t[1]}${o}${n?` ${n}`:""}`}}}var Hn={name:"negative",match(e){if(e.startsWith("-"))return{matcher:e.slice(1),body:t=>{if(t.find(n=>n[0]===Vt))return;let r=!1;return t.forEach(n=>{let o=n[1]?.toString();if(!o||o==="0"||zi.some(l=>l.test(n[0])))return;let i=Oi(o);if(i){n[1]=i,r=!0;return}let s=Vi(o);if(s){n[1]=s,r=!0;return}Kn.test(o)&&(n[1]=o.replace(qn,l=>l.startsWith("-")?l.slice(1):`-${l}`),r=!0)}),r?t:[]}}}};var H=Object.fromEntries([["first-letter","::first-letter"],["first-line","::first-line"],"any-link","link","visited","target",["open","[open]"],"default","checked","indeterminate","placeholder-shown","autofill","optional","required","valid","invalid","user-valid","user-invalid","in-range","out-of-range","read-only","read-write","empty","focus-within","hover","focus","focus-visible","active","enabled","disabled","popover-open","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",["backdrop-element","::backdrop"],["placeholder","::placeholder"],["before","::before"],["after","::after"],["file","::file-selector-button"]].map(e=>Array.isArray(e)?e:[e,`:${e}`])),Zn=Object.keys(H),G=Object.fromEntries([["backdrop","::backdrop"]].map(e=>Array.isArray(e)?e:[e,`:${e}`])),Jn=Object.keys(G),Pi=["not","is","where","has"],Qn=Object.fromEntries([["selection",["::selection"," *::selection"]],["marker",["::marker"," *::marker"]]]),tt=Object.entries(H).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|"),rt=Object.entries(G).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|"),W=Pi.join("|"),Gn=Object.keys(Qn).sort((e,t)=>t.length-e.length).join("|");function Li(e,t,r){let n=new RegExp(`^(${V(t)}:)(\\S+)${V(r)}\\1`),o,i,s,l,c=d=>{let h=F(`${e}-`,d,[]);if(!h)return;let[p,g]=h,b=a.bracket(p);if(b==null)return;let E=g.split(o,1)?.[0]??"",T=`${t}${_(E)}`;return[E,d.slice(d.length-(g.length-E.length-1)),b.includes("&")?b.replace(/&/g,T):`${T}${b}`]},u=d=>{let h=d.match(i)||d.match(s);if(!h)return;let[p,g,b]=h,E=h[3]??"",T=H[b]||G[b]||`:${b}`;return g&&(T=`:${g}(${T})`),[E,d.slice(p.length),`${t}${_(E)}${T}`,b]},f=d=>{let h=d.match(l);if(!h)return;let[p,g,b]=h,E=h[3]??"",T=`:${g}(${b})`;return[E,d.slice(p.length),`${t}${_(E)}${T}`]};return{name:`pseudo:${e}`,match(d,h){if(o&&i&&s||(o=new RegExp(`(?:${h.generator.config.separators.join("|")})`),i=new RegExp(`^${e}-(?:(?:(${W})-)?(${tt}))(?:(/[\\w-]+))?(?:${h.generator.config.separators.join("|")})`),s=new RegExp(`^${e}-(?:(?:(${W})-)?(${rt}))(?:(/[\\w-]+))?(?:${h.generator.config.separators.filter(I=>I!=="-").join("|")})`),l=new RegExp(`^${e}-(?:(${W})-)?\\[(.+)\\](?:(/[\\w-]+))?(?:${h.generator.config.separators.filter(I=>I!=="-").join("|")})`)),!d.startsWith(e))return;let p=c(d)||u(d)||f(d);if(!p)return;let[g,b,E,T=""]=p;return{matcher:b,handle:(I,lo)=>lo({...I,prefix:`${E}${r}${I.prefix}`.replace(n,"$1$2:"),sort:Zn.indexOf(T)??Jn.indexOf(T)})}},multiPass:!0}}var Fi=["::-webkit-resizer","::-webkit-scrollbar","::-webkit-scrollbar-button","::-webkit-scrollbar-corner","::-webkit-scrollbar-thumb","::-webkit-scrollbar-track","::-webkit-scrollbar-track-piece","::file-selector-button"],Yn=Object.entries(H).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|"),Xn=Object.entries(G).map(([e])=>e).sort((e,t)=>t.length-e.length).join("|");function eo(){let e,t,r;return[{name:"pseudo",match(n,o){e&&t||(e=new RegExp(`^(${Yn})(?:${o.generator.config.separators.join("|")})`),t=new RegExp(`^(${Xn})(?:${o.generator.config.separators.filter(s=>s!=="-").join("|")})`));let i=n.match(e)||n.match(t);if(i){let s=H[i[1]]||G[i[1]]||`:${i[1]}`,l=Zn.indexOf(i[1]);return l===-1&&(l=Jn.indexOf(i[1])),l===-1&&(l=void 0),{matcher:n.slice(i[0].length),handle:(c,u)=>{let f=s.includes("::")&&!Fi.includes(s)?{pseudo:`${c.pseudo}${s}`}:{selector:`${c.selector}${s}`};return u({...c,...f,sort:l,noMerge:!0})}}}},multiPass:!0,autocomplete:`(${Yn}|${Xn}):`},{name:"pseudo:multi",match(n,o){r||(r=new RegExp(`^(${Gn})(?:${o.generator.config.separators.join("|")})`));let i=n.match(r);if(i)return Qn[i[1]].map(l=>({matcher:n.slice(i[0].length),handle:(c,u)=>u({...c,pseudo:`${c.pseudo}${l}`})}))},multiPass:!1,autocomplete:`(${Gn}):`}]}function to(){let e,t,r;return{match(n,o){e&&t||(e=new RegExp(`^(${W})-(${tt})(?:${o.generator.config.separators.join("|")})`),t=new RegExp(`^(${W})-(${rt})(?:${o.generator.config.separators.filter(s=>s!=="-").join("|")})`),r=new RegExp(`^(${W})-(\\[.+\\])(?:${o.generator.config.separators.filter(s=>s!=="-").join("|")})`));let i=n.match(e)||n.match(t)||n.match(r);if(i){let s=i[1],c=N(i[2],"[","]")?a.bracket(i[2]):H[i[2]]||G[i[2]]||`:${i[2]}`;return{matcher:n.slice(i[0].length),selector:u=>`${u}:${s}(${c})`}}},multiPass:!0,autocomplete:`(${W})-(${tt}|${rt}):`}}function ro(e={}){let t=!!e?.attributifyPseudo,r=e?.prefix??"";r=(Array.isArray(r)?r:[r]).filter(Boolean)[0]??"";let n=(o,i)=>Li(o,t?`[${r}${o}=""]`:`.${r}${o}`,i);return[n("group"," "),n("peer","~"),n("parent",">"),n("previous","+"),n("group-aria"," "),n("peer-aria","~"),n("parent-aria",">"),n("previous-aria","+")]}var Mi=/(part-\[(.+)\]:)(.+)/,no={match(e){let t=e.match(Mi);if(t){let r=`part(${t[2]})`;return{matcher:e.slice(t[1].length),selector:n=>`${n}::${r}`}}},multiPass:!0};var oo={name:"starting",match(e){if(e.startsWith("starting:"))return{matcher:e.slice(9),handle:(t,r)=>r({...t,parent:"@starting-style"})}}};var io={name:"supports",match(e,t){let r=w("supports-",e,t.generator.config.separators);if(r){let[n,o]=r,i=a.bracket(n)??"";if(i===""&&(i=t.theme.supports?.[n]??""),i)return{matcher:o,handle:(s,l)=>l({...s,parent:`${s.parent?`${s.parent} $$ `:""}@supports ${i}`})}}},multiPass:!0};function so(e){return[kn,Vn,_n,In,Nn,Hn,oo,Fn(),io,Mn,Wn,Tn(),...zn,...eo(),to(),...ro(e),no,...An(e),...Ln,Bn,...jn,On,Un,...Pn,...Cn,Dn]}var Wi=(e={})=>(e.dark=e.dark??"class",e.attributifyPseudo=e.attributifyPseudo??!1,e.preflight=e.preflight??!0,e.variablePrefix=e.variablePrefix??"un-",{name:"@unocss/preset-mini",theme:vn,rules:Hr,variants:so(e),options:e,prefix:e.prefix,postprocess:Ii(e.variablePrefix),preflights:ut(e),extractorDefault:e.arbitraryVariants===!1?void 0:ct(),autocomplete:{shorthands:Gr}}),ao=Wi;function Ii(e){if(e!=="un-")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}`))})}}window.__unocss_runtime=window.__unocss_runtime??{};window.__unocss_runtime.presets=Object.assign(window.__unocss_runtime?.presets??{},{presetMini:e=>ao(e)});})();
|