@unocss/runtime 66.6.2 → 66.6.4

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@unocss/runtime",
3
3
  "type": "module",
4
- "version": "66.6.2",
4
+ "version": "66.6.4",
5
5
  "description": "CSS-in-JS Runtime for UnoCSS",
6
6
  "author": "Anthony Fu <anthonyfu117@hotmail.com>",
7
7
  "license": "MIT",
@@ -36,9 +36,9 @@
36
36
  ],
37
37
  "dependencies": {
38
38
  "@iconify/utils": "^3.1.0",
39
- "@unocss/core": "66.6.2",
40
- "@unocss/preset-attributify": "66.6.2",
41
- "@unocss/preset-uno": "66.6.2"
39
+ "@unocss/core": "66.6.4",
40
+ "@unocss/preset-uno": "66.6.4",
41
+ "@unocss/preset-attributify": "66.6.4"
42
42
  },
43
43
  "devDependencies": {
44
44
  "tsup": "^8.5.1"
@@ -1 +1 @@
1
- "use strict";(()=>{var V="default",j="preflights",P="shortcuts",L="imports",z={[L]:-200,[j]:-100,[P]:-10,[V]:0};var N=/^\[(.+?)~?="(.*)"\]$/;var k=/[\w\u00A0-\uFFFF%-?]/;function S(t){return t.match(N)}function b(t=""){return k.test(t)}var C=/^(?!.*\[[^:]+:.+\]$)((?:.+:)?!?)(.*)$/;function F(t={}){let d=t.prefix??"un-",f=t.prefixedOnly??!1,g=t.trueToNonValued??!1,a;return{name:"attributify",match(r,{generator:y}){let n=S(r);if(!n)return;let e=n[1];if(e.startsWith(d))e=e.slice(d.length);else if(f)return;let u=n[2],[,h="",s=u]=u.match(C)||[];if(s==="~"||g&&s==="true"||!s)return`${h}${e}`;if(a==null){let o=y?.config?.separators?.join("|");o?a=new RegExp(`^(.*\\](?:${o}))(\\[[^\\]]+?\\])$`):a=!1}if(a){let[,o,c]=u.match(a)||[];if(c)return`${o}${h}${e}-${c}`}if(h&&s.match(/^[\d.]+$/)){let o=h.split(/([^:]*:)/g).filter(Boolean),c=o.pop()+s,l=o.join("");return[{matcher:`${h}${e}-${s}`},{matcher:`${l}${e}-${c}`}]}return`${h}${e}-${s}`}}}var T=/(<\w[\w:.$-]*\s)((?:'[^>']*'|"[^>"]*"|`[^>`]*`|\{[^>}]*\}|[^>]*?)*)/g,B=/(\?|(?!\d|-{2}|-\d)[\w\u00A0-\uFFFF-:%]+)(?:=("[^"]*|'[^']*))?/g,M=/[\s'"`;>]+/;function I(t){return{name:"attributify",extract:({content:d,cursor:f})=>{let g=d.matchAll(T),a,r=0;for(let i of g){let[,p,A]=i,$=i.index+p.length;if(f>$&&f<=$+A.length){r=$,a=A;break}}if(!a)return null;let y=a.matchAll(B),n=0,e,u;for(let i of y){let[p,A,$]=i,v=r+i.index;if(f>v&&f<=v+p.length){n=v,e=A,u=$?.slice(1);break}}if(!e||e==="class"||e==="className"||e===":class")return null;let h=!!t?.prefix&&e.startsWith(t.prefix);if(t?.prefixedOnly&&!h)return null;let s=h?e.slice(t.prefix.length):e;if(u===void 0)return{extracted:s,resolveReplacement(i){let p=h?t.prefix.length:0;return{start:n+p,end:n+e.length,replacement:i}}};let o=n+e.length+2,c=M.exec(u),l=0,x;for(;c;){let[i]=c;if(f>o+l&&f<=o+l+c.index){x=u.slice(l,l+c.index);break}l+=c.index+i.length,c=M.exec(u.slice(l))}x===void 0&&(x=u.slice(l));let[,m="",O]=x.match(C)||[];return{extracted:`${m}${s}-${O}`,transformSuggestions(i){return i.filter(p=>p.startsWith(`${m}${s}-`)).map(p=>m+p.slice(m.length+s.length+1))},resolveReplacement(i){return{start:l+o,end:l+o+x.length,replacement:m+i.slice(m.length+s.length+1)}}}}}}var U=["v-bind:",":"],_=/[\s'"`;]+/g,w=/<[^>\s]*\s((?:'[^']*'|"[^"]*"|`[^`]*`|\{[^}]*\}|=>|[^>]*?)*)/g,G=/(\?|(?!\d|-{2}|-\d)[\w\u00A0-\uFFFF:!%.~<-]+)=?(?:"([^"]*)"|'([^']*)'|\{([^}]*)\})?/g,E=["placeholder","fill","opacity","stroke-opacity"];function D(t){let d=t?.ignoreAttributes??E,f=t?.nonValuedAttribute??!0,g=t?.trueToNonValued??!1;return{name:"@unocss/preset-attributify/extractor",extract({code:a}){return Array.from(a.matchAll(w)).flatMap(r=>Array.from((r[1]||"").matchAll(G))).flatMap(([,r,...y])=>{let n=y.filter(Boolean).join("");if(d.includes(r))return[];for(let e of U)if(r.startsWith(e)){r=r.slice(e.length);break}if(!n){if(b(r)&&f!==!1){let e=[`[${r}=""]`];return g&&e.push(`[${r}="true"]`),e}return[]}return["class","className"].includes(r)?n.split(_).filter(b):w.test(n)?(w.lastIndex=0,this.extract({code:n})):t?.prefixedOnly&&t.prefix&&!r.startsWith(t.prefix)?[]:n.split(_).filter(e=>!!e&&e!==":").map(e=>`[${r}~="${e}"]`)})}}}var W=(t={})=>(t.strict=t.strict??!1,t.prefix=t.prefix??"un-",t.prefixedOnly=t.prefixedOnly??!1,t.nonValuedAttribute=t.nonValuedAttribute??!0,t.ignoreAttributes=t.ignoreAttributes??E,{name:"@unocss/preset-attributify",enforce:"post",variants:[F(t)],extractors:[D(t)],options:t,autocomplete:{extractors:[I(t)]},extractorDefault:t.strict?!1:void 0}),R=W;window.__unocss_runtime=window.__unocss_runtime??{};window.__unocss_runtime.presets=Object.assign(window.__unocss_runtime?.presets??{},{presetAttributify:t=>R(t)});})();
1
+ "use strict";(()=>{var V="default",j="preflights",P="shortcuts",k="imports",z={[k]:-200,[j]:-100,[P]:-10,[V]:0};var L=/^\[(.+?)~?="(.*)"\]$/;var N=/[\w\u00A0-\uFFFF%-?]/;function w(t){return t.match(L)}function v(t=""){return N.test(t)}var C=/^(?!.*\[[^:]+:.+\]$)((?:.+:)?!?)(.*)$/;function F(t={}){let d=t.prefix??"un-",f=t.prefixedOnly??!1,g=t.trueToNonValued??!1,a;return{name:"attributify",match(r,{generator:y}){let n=w(r);if(!n)return;let e=n[1];if(e.startsWith(d))e=e.slice(d.length);else if(f)return;let u=n[2],[,h="",s=u]=u.match(C)||[];if(s==="~"||g&&s==="true"||!s)return`${h}${e}`;if(a==null){let o=y?.config?.separators?.join("|");o?a=new RegExp(`^(.*\\](?:${o}))(\\[[^\\]]+?\\])$`):a=!1}if(a){let[,o,c]=u.match(a)||[];if(c)return`${o}${h}${e}-${c}`}if(h&&s.match(/^[\d.]+$/)){let o=h.split(/([^:]*:)/g).filter(Boolean),c=o.pop()+s,l=o.join("");return[{matcher:`${h}${e}-${s}`},{matcher:`${l}${e}-${c}`}]}return`${h}${e}-${s}`}}}var T=/(<\w[\w:.$-]*\s)((?:'[^>']*'|"[^>"]*"|`[^>`]*`|\{[^>}]*\}|[^>]*?)*)/g,B=/(\?|(?!\d|-{2}|-\d)[\w\u00A0-\uFFFF-:%]+)(?:=("[^"]*|'[^']*))?/g,M=/[\s'"`;>]+/;function I(t){return{name:"attributify",extract:({content:d,cursor:f})=>{let g=d.matchAll(T),a,r=0;for(let i of g){let[,p,b]=i,$=i.index+p.length;if(f>$&&f<=$+b.length){r=$,a=b;break}}if(!a)return null;let y=a.matchAll(B),n=0,e,u;for(let i of y){let[p,b,$]=i,A=r+i.index;if(f>A&&f<=A+p.length){n=A,e=b,u=$?.slice(1);break}}if(!e||e==="class"||e==="className"||e===":class")return null;let h=!!t?.prefix&&e.startsWith(t.prefix);if(t?.prefixedOnly&&!h)return null;let s=h?e.slice(t.prefix.length):e;if(u===void 0)return{extracted:s,resolveReplacement(i){let p=h?t.prefix.length:0;return{start:n+p,end:n+e.length,replacement:i}}};let o=n+e.length+2,c=M.exec(u),l=0,x;for(;c;){let[i]=c;if(f>o+l&&f<=o+l+c.index){x=u.slice(l,l+c.index);break}l+=c.index+i.length,c=M.exec(u.slice(l))}x===void 0&&(x=u.slice(l));let[,m="",O]=x.match(C)||[];return{extracted:`${m}${s}-${O}`,transformSuggestions(i){return i.filter(p=>p.startsWith(`${m}${s}-`)).map(p=>m+p.slice(m.length+s.length+1))},resolveReplacement(i){return{start:l+o,end:l+o+x.length,replacement:m+i.slice(m.length+s.length+1)}}}}}}var U=["v-bind:",":"],_=/[\s'"`;]+/g,S=/<[^>\s]*\s((?:'[^']*'|"[^"]*"|`[^`]*`|\{[^}]*\}|=>|[^>]*?)*)/g,G=/(\?|(?!\d|-{2}|-\d)[\w\u00A0-\uFFFF:!%.~<-]+)=?(?:"([^"]*)"|'([^']*)'|\{([^}]*)\})?/g,E=["placeholder","fill","opacity","stroke-opacity"];function D(t){let d=t?.ignoreAttributes??E,f=t?.nonValuedAttribute??!0,g=t?.trueToNonValued??!1;return{name:"@unocss/preset-attributify/extractor",extract({code:a}){return Array.from(a.matchAll(S)).flatMap(r=>Array.from((r[1]||"").matchAll(G))).flatMap(([,r,...y])=>{let n=y.filter(Boolean).join("");if(d.includes(r))return[];for(let e of U)if(r.startsWith(e)){r=r.slice(e.length);break}if(!n){if(v(r)&&f!==!1){let e=[`[${r}=""]`];return g&&e.push(`[${r}="true"]`),e}return[]}return["class","className"].includes(r)?n.split(_).filter(v):S.test(n)?(S.lastIndex=0,this.extract({code:n})):t?.prefixedOnly&&t.prefix&&!r.startsWith(t.prefix)?[]:n.split(_).filter(e=>!!e&&e!==":").map(e=>`[${r}~="${e}"]`)})}}}var W=(t={})=>(t.strict=t.strict??!1,t.prefix=t.prefix??"un-",t.prefixedOnly=t.prefixedOnly??!1,t.nonValuedAttribute=t.nonValuedAttribute??!0,t.ignoreAttributes=t.ignoreAttributes??E,{name:"@unocss/preset-attributify",enforce:"post",variants:[F(t)],extractors:[D(t)],options:t,autocomplete:{extractors:[I(t)]},extractorDefault:t.strict?!1:void 0}),R=W;window.__unocss_runtime=window.__unocss_runtime??{};window.__unocss_runtime.presets=Object.assign(window.__unocss_runtime?.presets??{},{presetAttributify:t=>R(t)});})();
@@ -1 +1 @@
1
- "use strict";(()=>{var K="default",H="preflights",Y="shortcuts",J="imports",st={[J]:-200,[H]:-100,[Y]:-10,[K]:0};function j(e=[]){return Array.isArray(e)?e:[e]}function T(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function w(e){return e&&typeof e=="object"&&!Array.isArray(e)}function y(e,r,i=!1){let n=e,s=r;if(Array.isArray(s))return i&&Array.isArray(s)?[...n,...s]:[...s];let d={...n};return w(n)&&w(s)&&Object.keys(s).forEach(l=>{w(n[l])&&w(s[l])||Array.isArray(n[l])&&Array.isArray(s[l])?d[l]=y(n[l],s[l],i):Object.assign(d,{[l]:s[l]})}),d}function b(e){let r,i,n;if(Array.isArray(e)){for(i=Array.from({length:r=e.length});r--;)i[r]=(n=e[r])&&typeof n=="object"?b(n):n;return i}if(Object.prototype.toString.call(e)==="[object Object]"){i={};for(r in e)r==="__proto__"?Object.defineProperty(i,r,{value:b(e[r]),configurable:!0,enumerable:!0,writable:!0}):i[r]=(n=e[r])&&typeof n=="object"?b(n):n;return i}return e}var V={shortcutsNoMerge:"$$symbol-shortcut-no-merge",noMerge:"$$symbol-no-merge",variants:"$$symbol-variants",parent:"$$symbol-parent",selector:"$$symbol-selector",layer:"$$symbol-layer",sort:"$$symbol-sort",body:"$$symbol-body"};var N=["hsl","hsla","hwb","lab","lch","oklab","oklch","rgb","rgba"];var _=["%alpha","<alpha-value>"],Q=new RegExp(_.map(e=>T(e)).join("|"),"g");function R(e,r){if(typeof e=="string")return e.replace(Q,`${r??1}`);let{components:i}=e,{alpha:n,type:s}=e;return n=r??n,s=s.toLowerCase(),["hsla","rgba"].includes(s)?`${s}(${i.join(", ")}${n==null?"":`, ${n}`})`:(n=n==null?"":` / ${n}`,N.includes(s)?`${s}(${i.join(" ")}${n})`:`color(${s} ${i.join(" ")}${n})`)}var pt=new RegExp(`^(${N.join("|")})\\((.+)\\)$`,"i");var x="__pseudo_placeholder__",P=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)"],["nth",`:nth-child(${x})`],["nth-last",`:nth-last-child(${x})`],["nth-last-of-type",`:nth-last-of-type(${x})`],["nth-of-type",`:nth-of-type(${x})`],"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}`])),ft=Object.keys(P),z=Object.fromEntries([["backdrop","::backdrop"]].map(e=>Array.isArray(e)?e:[e,`:${e}`])),ht=Object.keys(z),X=["not","is","where","has"],Z=Object.fromEntries([["selection",["::selection"," *::selection"]],["marker",["::marker"," *::marker"]]]),ut=Object.entries(P).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|"),gt=Object.entries(z).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|"),mt=X.join("|"),bt=Object.keys(Z).sort((e,r)=>r.length-e.length).join("|");var yt=Object.entries(P).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|"),$t=Object.entries(z).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|");var B=[["headings","h1","h2","h3","h4","h5","h6","th"],["h1"],["h2"],["h3"],["h4"],["h5"],["h6"],["p"],["a"],["blockquote"],["figure"],["figcaption"],["strong"],["em"],["kbd"],["code"],["pre"],["ol"],["ul"],["li"],["table"],["thead"],["tr"],["th"],["td"],["img"],["video"],["hr"]],tt={body:[700,300],headings:[900,"white"],lead:[600,400],links:[900,"white"],bold:[900,"white"],counters:[500,400],bullets:[300,600],hr:[200,700],quotes:[900,100],"quote-borders":[200,700],captions:[500,400],kbd:[900,"white"],"kbd-shadows":[900,"white"],code:[900,"white"],"pre-code":[200,300],"pre-bg":[800,"rgb(0 0 0 / 50%)"],"th-borders":[300,600],"td-borders":[200,700]},o=e=>e.toFixed(7).replace(/0+$/,"").replace(/\.$/,""),f=e=>`${o(e/16)}rem`,t=(e,r)=>`${o(e/r)}em`,et={color:"var(--un-prose-body)","max-width":"65ch",p:{},'[class~="lead"]':{color:"var(--un-prose-lead)"},a:{color:"var(--un-prose-links)","text-decoration":"underline","font-weight":"500"},strong:{color:"var(--un-prose-bold)","font-weight":"600"},"a strong":{color:"inherit"},"blockquote strong":{color:"inherit"},"thead th strong":{color:"inherit"},ol:{"list-style-type":"decimal"},'ol[type="A"]':{"list-style-type":"upper-alpha"},'ol[type="a"]':{"list-style-type":"lower-alpha"},'ol[type="A" s]':{"list-style-type":"upper-alpha"},'ol[type="a" s]':{"list-style-type":"lower-alpha"},'ol[type="I"]':{"list-style-type":"upper-roman"},'ol[type="i"]':{"list-style-type":"lower-roman"},'ol[type="I" s]':{"list-style-type":"upper-roman"},'ol[type="i" s]':{"list-style-type":"lower-roman"},'ol[type="1"]':{"list-style-type":"decimal"},ul:{"list-style-type":"disc"},"ol > li::marker":{"font-weight":"400",color:"var(--un-prose-counters)"},"ul > li::marker":{color:"var(--un-prose-bullets)"},dt:{color:"var(--un-prose-headings)","font-weight":"600"},hr:{"border-color":"var(--un-prose-hr)","border-top-width":"1px"},blockquote:{"font-weight":"500","font-style":"italic",color:"var(--un-prose-quotes)","border-inline-start-width":"0.25rem","border-inline-start-color":"var(--un-prose-quote-borders)",quotes:'"\\201C""\\201D""\\2018""\\2019"'},"blockquote p:first-of-type::before":{content:"open-quote"},"blockquote p:last-of-type::after":{content:"close-quote"},h1:{color:"var(--un-prose-headings)","font-weight":"800"},"h1 strong":{"font-weight":"900",color:"inherit"},h2:{color:"var(--un-prose-headings)","font-weight":"700"},"h2 strong":{"font-weight":"800",color:"inherit"},h3:{color:"var(--un-prose-headings)","font-weight":"600"},"h3 strong":{"font-weight":"700",color:"inherit"},h4:{color:"var(--un-prose-headings)","font-weight":"600"},"h4 strong":{"font-weight":"700",color:"inherit"},img:{},picture:{display:"block"},video:{},kbd:{"font-weight":"500","font-family":"inherit",color:"var(--un-prose-kbd)","box-shadow":"0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%)"},code:{color:"var(--un-prose-code)","font-weight":"600"},"code::before":{content:'"`"'},"code::after":{content:'"`"'},"a code":{color:"inherit"},"h1 code":{color:"inherit"},"h2 code":{color:"inherit"},"h3 code":{color:"inherit"},"h4 code":{color:"inherit"},"blockquote code":{color:"inherit"},"thead th code":{color:"inherit"},pre:{color:"var(--un-prose-pre-code)","background-color":"var(--un-prose-pre-bg)","overflow-x":"auto","font-weight":"400"},"pre code":{"background-color":"transparent","border-width":"0","border-radius":"0",padding:"0","font-weight":"inherit",color:"inherit","font-size":"inherit","font-family":"inherit","line-height":"inherit"},"pre code::before":{content:"none"},"pre code::after":{content:"none"},table:{width:"100%","table-layout":"auto","margin-top":t(32,16),"margin-bottom":t(32,16)},thead:{"border-bottom-width":"1px","border-bottom-color":"var(--un-prose-th-borders)"},"thead th":{color:"var(--un-prose-headings)","font-weight":"600","vertical-align":"bottom"},"tbody tr":{"border-bottom-width":"1px","border-bottom-color":"var(--un-prose-td-borders)"},"tbody tr:last-child":{"border-bottom-width":"0"},"tbody td":{"vertical-align":"baseline"},tfoot:{"border-top-width":"1px","border-top-color":"var(--un-prose-th-borders)"},"tfoot td":{"vertical-align":"top"},"th, td":{"text-align":"start"},"figure > *":{},figcaption:{color:"var(--un-prose-captions)"}},M={sm:{"font-size":f(14),"line-height":o(24/14),p:{"margin-top":t(16,14),"margin-bottom":t(16,14)},'[class~="lead"]':{"font-size":t(18,14),"line-height":o(28/18),"margin-top":t(16,18),"margin-bottom":t(16,18)},blockquote:{"margin-top":t(24,18),"margin-bottom":t(24,18),"padding-inline-start":t(20,18)},h1:{"font-size":t(30,14),"margin-top":"0","margin-bottom":t(24,30),"line-height":o(36/30)},h2:{"font-size":t(20,14),"margin-top":t(32,20),"margin-bottom":t(16,20),"line-height":o(28/20)},h3:{"font-size":t(18,14),"margin-top":t(28,18),"margin-bottom":t(8,18),"line-height":o(28/18)},h4:{"margin-top":t(20,14),"margin-bottom":t(8,14),"line-height":o(20/14)},img:{"margin-top":t(24,14),"margin-bottom":t(24,14)},picture:{"margin-top":t(24,14),"margin-bottom":t(24,14)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(24,14),"margin-bottom":t(24,14)},kbd:{"font-size":t(12,14),"border-radius":f(5),"padding-top":t(2,14),"padding-inline-end":t(5,14),"padding-bottom":t(2,14),"padding-inline-start":t(5,14)},code:{"font-size":t(12,14)},"h2 code":{"font-size":t(18,20)},"h3 code":{"font-size":t(16,18)},pre:{"font-size":t(12,14),"line-height":o(20/12),"margin-top":t(20,12),"margin-bottom":t(20,12),"border-radius":f(4),"padding-top":t(8,12),"padding-inline-end":t(12,12),"padding-bottom":t(8,12),"padding-inline-start":t(12,12)},ol:{"margin-top":t(16,14),"margin-bottom":t(16,14),"padding-inline-start":t(22,14)},ul:{"margin-top":t(16,14),"margin-bottom":t(16,14),"padding-inline-start":t(22,14)},li:{"margin-top":t(4,14),"margin-bottom":t(4,14)},"ol > li":{"padding-inline-start":t(6,14)},"ul > li":{"padding-inline-start":t(6,14)},"> ul > li p":{"margin-top":t(8,14),"margin-bottom":t(8,14)},"> ul > li > p:first-child":{"margin-top":t(16,14)},"> ul > li > p:last-child":{"margin-bottom":t(16,14)},"> ol > li > p:first-child":{"margin-top":t(16,14)},"> ol > li > p:last-child":{"margin-bottom":t(16,14)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(8,14),"margin-bottom":t(8,14)},dl:{"margin-top":t(16,14),"margin-bottom":t(16,14)},dt:{"margin-top":t(16,14)},dd:{"margin-top":t(4,14),"padding-inline-start":t(22,14)},hr:{"margin-top":t(40,14),"margin-bottom":t(40,14)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(12,14),"line-height":o(18/12)},"thead th":{"padding-inline-end":t(12,12),"padding-bottom":t(8,12),"padding-inline-start":t(12,12)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(8,12),"padding-inline-end":t(12,12),"padding-bottom":t(8,12),"padding-inline-start":t(12,12)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(24,14),"margin-bottom":t(24,14)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(12,14),"line-height":o(16/12),"margin-top":t(8,12)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},base:{"font-size":f(16),"line-height":o(28/16),p:{"margin-top":t(20,16),"margin-bottom":t(20,16)},'[class~="lead"]':{"font-size":t(20,16),"line-height":o(32/20),"margin-top":t(24,20),"margin-bottom":t(24,20)},blockquote:{"margin-top":t(32,20),"margin-bottom":t(32,20),"padding-inline-start":t(20,20)},h1:{"font-size":t(36,16),"margin-top":"0","margin-bottom":t(32,36),"line-height":o(40/36)},h2:{"font-size":t(24,16),"margin-top":t(48,24),"margin-bottom":t(24,24),"line-height":o(32/24)},h3:{"font-size":t(20,16),"margin-top":t(32,20),"margin-bottom":t(12,20),"line-height":o(32/20)},h4:{"margin-top":t(24,16),"margin-bottom":t(8,16),"line-height":o(24/16)},img:{"margin-top":t(32,16),"margin-bottom":t(32,16)},picture:{"margin-top":t(32,16),"margin-bottom":t(32,16)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(32,16),"margin-bottom":t(32,16)},kbd:{"font-size":t(14,16),"border-radius":f(5),"padding-top":t(3,16),"padding-inline-end":t(6,16),"padding-bottom":t(3,16),"padding-inline-start":t(6,16)},code:{"font-size":t(14,16)},"h2 code":{"font-size":t(21,24)},"h3 code":{"font-size":t(18,20)},pre:{"font-size":t(14,16),"line-height":o(24/14),"margin-top":t(24,14),"margin-bottom":t(24,14),"border-radius":f(6),"padding-top":t(12,14),"padding-inline-end":t(16,14),"padding-bottom":t(12,14),"padding-inline-start":t(16,14)},ol:{"margin-top":t(20,16),"margin-bottom":t(20,16),"padding-inline-start":t(26,16)},ul:{"margin-top":t(20,16),"margin-bottom":t(20,16),"padding-inline-start":t(26,16)},li:{"margin-top":t(8,16),"margin-bottom":t(8,16)},"ol > li":{"padding-inline-start":t(6,16)},"ul > li":{"padding-inline-start":t(6,16)},"> ul > li p":{"margin-top":t(12,16),"margin-bottom":t(12,16)},"> ul > li > p:first-child":{"margin-top":t(20,16)},"> ul > li > p:last-child":{"margin-bottom":t(20,16)},"> ol > li > p:first-child":{"margin-top":t(20,16)},"> ol > li > p:last-child":{"margin-bottom":t(20,16)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(12,16),"margin-bottom":t(12,16)},dl:{"margin-top":t(20,16),"margin-bottom":t(20,16)},dt:{"margin-top":t(20,16)},dd:{"margin-top":t(8,16),"padding-inline-start":t(26,16)},hr:{"margin-top":t(48,16),"margin-bottom":t(48,16)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(14,16),"line-height":o(24/14)},"thead th":{"padding-inline-end":t(8,14),"padding-bottom":t(8,14),"padding-inline-start":t(8,14)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(8,14),"padding-inline-end":t(8,14),"padding-bottom":t(8,14),"padding-inline-start":t(8,14)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(32,16),"margin-bottom":t(32,16)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(14,16),"line-height":o(20/14),"margin-top":t(12,14)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},lg:{"font-size":f(18),"line-height":o(32/18),p:{"margin-top":t(24,18),"margin-bottom":t(24,18)},'[class~="lead"]':{"font-size":t(22,18),"line-height":o(32/22),"margin-top":t(24,22),"margin-bottom":t(24,22)},blockquote:{"margin-top":t(40,24),"margin-bottom":t(40,24),"padding-inline-start":t(24,24)},h1:{"font-size":t(48,18),"margin-top":"0","margin-bottom":t(40,48),"line-height":o(48/48)},h2:{"font-size":t(30,18),"margin-top":t(56,30),"margin-bottom":t(32,30),"line-height":o(40/30)},h3:{"font-size":t(24,18),"margin-top":t(40,24),"margin-bottom":t(16,24),"line-height":o(36/24)},h4:{"margin-top":t(32,18),"margin-bottom":t(8,18),"line-height":o(28/18)},img:{"margin-top":t(32,18),"margin-bottom":t(32,18)},picture:{"margin-top":t(32,18),"margin-bottom":t(32,18)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(32,18),"margin-bottom":t(32,18)},kbd:{"font-size":t(16,18),"border-radius":f(5),"padding-top":t(4,18),"padding-inline-end":t(8,18),"padding-bottom":t(4,18),"padding-inline-start":t(8,18)},code:{"font-size":t(16,18)},"h2 code":{"font-size":t(26,30)},"h3 code":{"font-size":t(21,24)},pre:{"font-size":t(16,18),"line-height":o(28/16),"margin-top":t(32,16),"margin-bottom":t(32,16),"border-radius":f(6),"padding-top":t(16,16),"padding-inline-end":t(24,16),"padding-bottom":t(16,16),"padding-inline-start":t(24,16)},ol:{"margin-top":t(24,18),"margin-bottom":t(24,18),"padding-inline-start":t(28,18)},ul:{"margin-top":t(24,18),"margin-bottom":t(24,18),"padding-inline-start":t(28,18)},li:{"margin-top":t(12,18),"margin-bottom":t(12,18)},"ol > li":{"padding-inline-start":t(8,18)},"ul > li":{"padding-inline-start":t(8,18)},"> ul > li p":{"margin-top":t(16,18),"margin-bottom":t(16,18)},"> ul > li > p:first-child":{"margin-top":t(24,18)},"> ul > li > p:last-child":{"margin-bottom":t(24,18)},"> ol > li > p:first-child":{"margin-top":t(24,18)},"> ol > li > p:last-child":{"margin-bottom":t(24,18)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(16,18),"margin-bottom":t(16,18)},dl:{"margin-top":t(24,18),"margin-bottom":t(24,18)},dt:{"margin-top":t(24,18)},dd:{"margin-top":t(12,18),"padding-inline-start":t(28,18)},hr:{"margin-top":t(56,18),"margin-bottom":t(56,18)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(16,18),"line-height":o(24/16)},"thead th":{"padding-inline-end":t(12,16),"padding-bottom":t(12,16),"padding-inline-start":t(12,16)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(12,16),"padding-inline-end":t(12,16),"padding-bottom":t(12,16),"padding-inline-start":t(12,16)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(32,18),"margin-bottom":t(32,18)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(16,18),"line-height":o(24/16),"margin-top":t(16,16)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},xl:{"font-size":f(20),"line-height":o(36/20),p:{"margin-top":t(24,20),"margin-bottom":t(24,20)},'[class~="lead"]':{"font-size":t(24,20),"line-height":o(36/24),"margin-top":t(24,24),"margin-bottom":t(24,24)},blockquote:{"margin-top":t(48,30),"margin-bottom":t(48,30),"padding-inline-start":t(32,30)},h1:{"font-size":t(56,20),"margin-top":"0","margin-bottom":t(48,56),"line-height":o(56/56)},h2:{"font-size":t(36,20),"margin-top":t(56,36),"margin-bottom":t(32,36),"line-height":o(40/36)},h3:{"font-size":t(30,20),"margin-top":t(48,30),"margin-bottom":t(20,30),"line-height":o(40/30)},h4:{"margin-top":t(36,20),"margin-bottom":t(12,20),"line-height":o(32/20)},img:{"margin-top":t(40,20),"margin-bottom":t(40,20)},picture:{"margin-top":t(40,20),"margin-bottom":t(40,20)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(40,20),"margin-bottom":t(40,20)},kbd:{"font-size":t(18,20),"border-radius":f(5),"padding-top":t(5,20),"padding-inline-end":t(8,20),"padding-bottom":t(5,20),"padding-inline-start":t(8,20)},code:{"font-size":t(18,20)},"h2 code":{"font-size":t(31,36)},"h3 code":{"font-size":t(27,30)},pre:{"font-size":t(18,20),"line-height":o(32/18),"margin-top":t(36,18),"margin-bottom":t(36,18),"border-radius":f(8),"padding-top":t(20,18),"padding-inline-end":t(24,18),"padding-bottom":t(20,18),"padding-inline-start":t(24,18)},ol:{"margin-top":t(24,20),"margin-bottom":t(24,20),"padding-inline-start":t(32,20)},ul:{"margin-top":t(24,20),"margin-bottom":t(24,20),"padding-inline-start":t(32,20)},li:{"margin-top":t(12,20),"margin-bottom":t(12,20)},"ol > li":{"padding-inline-start":t(8,20)},"ul > li":{"padding-inline-start":t(8,20)},"> ul > li p":{"margin-top":t(16,20),"margin-bottom":t(16,20)},"> ul > li > p:first-child":{"margin-top":t(24,20)},"> ul > li > p:last-child":{"margin-bottom":t(24,20)},"> ol > li > p:first-child":{"margin-top":t(24,20)},"> ol > li > p:last-child":{"margin-bottom":t(24,20)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(16,20),"margin-bottom":t(16,20)},dl:{"margin-top":t(24,20),"margin-bottom":t(24,20)},dt:{"margin-top":t(24,20)},dd:{"margin-top":t(12,20),"padding-inline-start":t(32,20)},hr:{"margin-top":t(56,20),"margin-bottom":t(56,20)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(18,20),"line-height":o(28/18)},"thead th":{"padding-inline-end":t(12,18),"padding-bottom":t(16,18),"padding-inline-start":t(12,18)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(16,18),"padding-inline-end":t(12,18),"padding-bottom":t(16,18),"padding-inline-start":t(12,18)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(40,20),"margin-bottom":t(40,20)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(18,20),"line-height":o(28/18),"margin-top":t(18,18)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},"2xl":{"font-size":f(24),"line-height":o(40/24),p:{"margin-top":t(32,24),"margin-bottom":t(32,24)},'[class~="lead"]':{"font-size":t(30,24),"line-height":o(44/30),"margin-top":t(32,30),"margin-bottom":t(32,30)},blockquote:{"margin-top":t(64,36),"margin-bottom":t(64,36),"padding-inline-start":t(40,36)},h1:{"font-size":t(64,24),"margin-top":"0","margin-bottom":t(56,64),"line-height":o(64/64)},h2:{"font-size":t(48,24),"margin-top":t(72,48),"margin-bottom":t(40,48),"line-height":o(52/48)},h3:{"font-size":t(36,24),"margin-top":t(56,36),"margin-bottom":t(24,36),"line-height":o(44/36)},h4:{"margin-top":t(40,24),"margin-bottom":t(16,24),"line-height":o(36/24)},img:{"margin-top":t(48,24),"margin-bottom":t(48,24)},picture:{"margin-top":t(48,24),"margin-bottom":t(48,24)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(48,24),"margin-bottom":t(48,24)},kbd:{"font-size":t(20,24),"border-radius":f(6),"padding-top":t(6,24),"padding-inline-end":t(8,24),"padding-bottom":t(6,24),"padding-inline-start":t(8,24)},code:{"font-size":t(20,24)},"h2 code":{"font-size":t(42,48)},"h3 code":{"font-size":t(32,36)},pre:{"font-size":t(20,24),"line-height":o(36/20),"margin-top":t(40,20),"margin-bottom":t(40,20),"border-radius":f(8),"padding-top":t(24,20),"padding-inline-end":t(32,20),"padding-bottom":t(24,20),"padding-inline-start":t(32,20)},ol:{"margin-top":t(32,24),"margin-bottom":t(32,24),"padding-inline-start":t(38,24)},ul:{"margin-top":t(32,24),"margin-bottom":t(32,24),"padding-inline-start":t(38,24)},li:{"margin-top":t(12,24),"margin-bottom":t(12,24)},"ol > li":{"padding-inline-start":t(10,24)},"ul > li":{"padding-inline-start":t(10,24)},"> ul > li p":{"margin-top":t(20,24),"margin-bottom":t(20,24)},"> ul > li > p:first-child":{"margin-top":t(32,24)},"> ul > li > p:last-child":{"margin-bottom":t(32,24)},"> ol > li > p:first-child":{"margin-top":t(32,24)},"> ol > li > p:last-child":{"margin-bottom":t(32,24)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(16,24),"margin-bottom":t(16,24)},dl:{"margin-top":t(32,24),"margin-bottom":t(32,24)},dt:{"margin-top":t(32,24)},dd:{"margin-top":t(12,24),"padding-inline-start":t(38,24)},hr:{"margin-top":t(72,24),"margin-bottom":t(72,24)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(20,24),"line-height":o(28/20)},"thead th":{"padding-inline-end":t(12,20),"padding-bottom":t(16,20),"padding-inline-start":t(12,20)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(16,20),"padding-inline-end":t(12,20),"padding-bottom":t(16,20),"padding-inline-start":t(12,20)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(48,24),"margin-bottom":t(48,24)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(20,24),"line-height":o(32/20),"margin-top":t(20,20)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}}};function nt(e){let r=b(tt);if(e)for(let i in e){let[n,s]=j(e[i]),[d,l]=r[i];r[i]=[n??d,s??l]}return r}function rt(e){return e?y(M,e):M}function q(e,r){let i=r.selectorName||"prose",n=`:not(:where([class~="not-${i}"],[class~="not-${i}"] *))`,s=r.important===!0,d="";for(let[l,g]of Object.entries(e))if(typeof g!="object")d+=`${l}:${g}${s?" !important":""};`;else{let[S,$]=l.split("::"),C=`:where(${S})${n}${$?`::${$}`:""}`;d+=`${C} {`;for(let[a,h]of Object.entries(g))d+=`${a}:${h}${s?" !important":""};`;d+="}"}return d}function ot(e){for(let[r,...i]of B)if(r===e)return i.length>0?i:[r]}var it=e=>{let r=e?.selectorName??"prose",i=e?.compatibility?.noColonNot||e?.compatibility?.noColonWhere,n=e?.cssVarPrefix??"--un-prose",s=nt(e?.colorScheme),d=rt(e?.sizeScheme),l=(a,h)=>{let p=y(a,(typeof e?.cssExtend=="function"?e?.cssExtend(h):e?.cssExtend)??{});for(let c in p){let u=p[c];(u==null||typeof u=="object"&&Object.keys(u).length===0)&&delete p[c]}return p},g=a=>(typeof e?.important=="string"&&(a=`${e.important} ${a}`),e?.compatibility?.noColonIs||(a=`:is(${a})`),a),S=new RegExp(`^${r}-default$`),$=new RegExp(`^${r}-([-\\w]+)$`),C=new RegExp(`^${r}-(${Object.keys(d).join("|")})$`);return{name:"@unocss/preset-typography",enforce:"post",layers:{typography:-20},shortcuts:[[r,[`${r}-default`,`${r}-gray`],{layer:"typography"}]],rules:[[S,(a,{symbols:h,theme:p})=>{let c=q(l(y(et,M.base),p),e??{});return{[h.body]:c,[h.selector]:g}},{layer:"typography",autocomplete:"prose",internal:!0}],[$,([,a],{theme:h,symbols:p})=>{let c=h.colors?.[a];if(!(!c||typeof c!="object"))return["red","orange","amber","yellow","lime","green","emerald","teal","cyan","sky","blue","indigo","violet","purple","fuchsia","pink","rose"].includes(a)?{[`${n}-links`]:c[600],[`${n}-invert-links`]:c[500],[p.selector]:g}:Object.entries(s).reduce((u,[v,k])=>{let[W,G]=k,O=m=>c[m]??h[m]??m,F=O(W),L=O(G),A=`${n}-${v}`,E=`${n}-invert-${v}`;u[A]=R(F,`var(${A}-opacity)`),u[E]=R(L,`var(${E}-opacity)`);for(let[m,U]of[[F,`${A}-opacity`],[L,`${E}-opacity`]])_.some(D=>m.includes(D))&&(u[U]="1");return u},{[p.selector]:g})},{layer:"typography",autocomplete:`${r}-$colors`}],[C,([,a],{symbols:h,theme:p})=>{let c=q(l(d[a],p),e??{});return{[h.body]:c,[h.selector]:g}},{layer:"typography",autocomplete:`${r}-(${Object.keys(d).join("|")})`}],[`${r}-invert`,[{[`${n}-body`]:`var(${n}-invert-body)`,[`${n}-headings`]:`var(${n}-invert-headings)`,[`${n}-lead`]:`var(${n}-invert-lead)`,[`${n}-links`]:`var(${n}-invert-links)`,[`${n}-bold`]:`var(${n}-invert-bold)`,[`${n}-counters`]:`var(${n}-invert-counters)`,[`${n}-bullets`]:`var(${n}-invert-bullets)`,[`${n}-hr`]:`var(${n}-invert-hr)`,[`${n}-quotes`]:`var(${n}-invert-quotes)`,[`${n}-quote-borders`]:`var(${n}-invert-quote-borders)`,[`${n}-captions`]:`var(${n}-invert-captions)`,[`${n}-kbd`]:`var(${n}-invert-kbd)`,[`${n}-kbd-shadows`]:`var(${n}-invert-kbd-shadows)`,[`${n}-code`]:`var(${n}-invert-code)`,[`${n}-pre-code`]:`var(${n}-invert-pre-code)`,[`${n}-pre-bg`]:`var(${n}-invert-pre-bg)`,[`${n}-th-borders`]:`var(${n}-invert-th-borders)`,[`${n}-td-borders`]:`var(${n}-invert-td-borders)`,[V.selector]:g}],{layer:"typography"}]],variants:[{name:"typography element modifiers",match:a=>{if(a.startsWith(`${r}-`)){let h=new RegExp(`^${r}-(\\w+)[:-].+$`),p=a.match(h)?.[1];if(p){let c=ot(p);if(c?.length)return{matcher:a.slice(r.length+p.length+2),selector:u=>{let v=`:not(:where([class~="not-${r}"],[class~="not-${r}"] *))`;return i?c.map(k=>`${u} ${k}`).join(","):`${u} :is(:where(${c})${v})`}}}}},autocomplete:`${r}-(${B.map(a=>`${a[0]}:`).join("|")})`}]}},I=it;window.__unocss_runtime=window.__unocss_runtime??{};window.__unocss_runtime.presets=Object.assign(window.__unocss_runtime?.presets??{},{presetTypography:e=>I(e)});})();
1
+ "use strict";(()=>{var K="default",H="preflights",Y="shortcuts",J="imports",st={[J]:-200,[H]:-100,[Y]:-10,[K]:0};function j(e=[]){return Array.isArray(e)?e:[e]}function L(e){return e.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}function w(e){return e&&typeof e=="object"&&!Array.isArray(e)}function y(e,r,i=!1){let n=e,s=r;if(Array.isArray(s))return i&&Array.isArray(s)?[...n,...s]:[...s];let d={...n};return w(n)&&w(s)&&Object.keys(s).forEach(l=>{w(n[l])&&w(s[l])||Array.isArray(n[l])&&Array.isArray(s[l])?d[l]=y(n[l],s[l],i):Object.assign(d,{[l]:s[l]})}),d}function b(e){let r,i,n;if(Array.isArray(e)){for(i=Array.from({length:r=e.length});r--;)i[r]=(n=e[r])&&typeof n=="object"?b(n):n;return i}if(Object.prototype.toString.call(e)==="[object Object]"){i={};for(r in e)r==="__proto__"?Object.defineProperty(i,r,{value:b(e[r]),configurable:!0,enumerable:!0,writable:!0}):i[r]=(n=e[r])&&typeof n=="object"?b(n):n;return i}return e}var T={shortcutsNoMerge:"$$symbol-shortcut-no-merge",noMerge:"$$symbol-no-merge",noScope:"$$symbol-no-scope",variants:"$$symbol-variants",parent:"$$symbol-parent",selector:"$$symbol-selector",layer:"$$symbol-layer",sort:"$$symbol-sort",body:"$$symbol-body"};var N=["hsl","hsla","hwb","lab","lch","oklab","oklch","rgb","rgba"];var _=["%alpha","<alpha-value>"],Q=new RegExp(_.map(e=>L(e)).join("|"),"g");function R(e,r){if(typeof e=="string")return e.replace(Q,`${r??1}`);let{components:i}=e,{alpha:n,type:s}=e;return n=r??n,s=s.toLowerCase(),["hsla","rgba"].includes(s)?`${s}(${i.join(", ")}${n==null?"":`, ${n}`})`:(n=n==null?"":` / ${n}`,N.includes(s)?`${s}(${i.join(" ")}${n})`:`color(${s} ${i.join(" ")}${n})`)}var pt=new RegExp(`^(${N.join("|")})\\((.+)\\)$`,"i");var x="__pseudo_placeholder__",P=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)"],["nth",`:nth-child(${x})`],["nth-last",`:nth-last-child(${x})`],["nth-last-of-type",`:nth-last-of-type(${x})`],["nth-of-type",`:nth-of-type(${x})`],"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}`])),ft=Object.keys(P),z=Object.fromEntries([["backdrop","::backdrop"]].map(e=>Array.isArray(e)?e:[e,`:${e}`])),ht=Object.keys(z),X=["not","is","where","has"],Z=Object.fromEntries([["selection",["::selection"," *::selection"]],["marker",["::marker"," *::marker"]]]),ut=Object.entries(P).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|"),gt=Object.entries(z).filter(([,e])=>!e.startsWith("::")).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|"),mt=X.join("|"),bt=Object.keys(Z).sort((e,r)=>r.length-e.length).join("|");var yt=Object.entries(P).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|"),$t=Object.entries(z).map(([e])=>e).sort((e,r)=>r.length-e.length).join("|");var B=[["headings","h1","h2","h3","h4","h5","h6","th"],["h1"],["h2"],["h3"],["h4"],["h5"],["h6"],["p"],["a"],["blockquote"],["figure"],["figcaption"],["strong"],["em"],["kbd"],["code"],["pre"],["ol"],["ul"],["li"],["table"],["thead"],["tr"],["th"],["td"],["img"],["video"],["hr"]],tt={body:[700,300],headings:[900,"white"],lead:[600,400],links:[900,"white"],bold:[900,"white"],counters:[500,400],bullets:[300,600],hr:[200,700],quotes:[900,100],"quote-borders":[200,700],captions:[500,400],kbd:[900,"white"],"kbd-shadows":[900,"white"],code:[900,"white"],"pre-code":[200,300],"pre-bg":[800,"rgb(0 0 0 / 50%)"],"th-borders":[300,600],"td-borders":[200,700]},o=e=>e.toFixed(7).replace(/0+$/,"").replace(/\.$/,""),f=e=>`${o(e/16)}rem`,t=(e,r)=>`${o(e/r)}em`,et={color:"var(--un-prose-body)","max-width":"65ch",p:{},'[class~="lead"]':{color:"var(--un-prose-lead)"},a:{color:"var(--un-prose-links)","text-decoration":"underline","font-weight":"500"},strong:{color:"var(--un-prose-bold)","font-weight":"600"},"a strong":{color:"inherit"},"blockquote strong":{color:"inherit"},"thead th strong":{color:"inherit"},ol:{"list-style-type":"decimal"},'ol[type="A"]':{"list-style-type":"upper-alpha"},'ol[type="a"]':{"list-style-type":"lower-alpha"},'ol[type="A" s]':{"list-style-type":"upper-alpha"},'ol[type="a" s]':{"list-style-type":"lower-alpha"},'ol[type="I"]':{"list-style-type":"upper-roman"},'ol[type="i"]':{"list-style-type":"lower-roman"},'ol[type="I" s]':{"list-style-type":"upper-roman"},'ol[type="i" s]':{"list-style-type":"lower-roman"},'ol[type="1"]':{"list-style-type":"decimal"},ul:{"list-style-type":"disc"},"ol > li::marker":{"font-weight":"400",color:"var(--un-prose-counters)"},"ul > li::marker":{color:"var(--un-prose-bullets)"},dt:{color:"var(--un-prose-headings)","font-weight":"600"},hr:{"border-color":"var(--un-prose-hr)","border-top-width":"1px"},blockquote:{"font-weight":"500","font-style":"italic",color:"var(--un-prose-quotes)","border-inline-start-width":"0.25rem","border-inline-start-color":"var(--un-prose-quote-borders)",quotes:'"\\201C""\\201D""\\2018""\\2019"'},"blockquote p:first-of-type::before":{content:"open-quote"},"blockquote p:last-of-type::after":{content:"close-quote"},h1:{color:"var(--un-prose-headings)","font-weight":"800"},"h1 strong":{"font-weight":"900",color:"inherit"},h2:{color:"var(--un-prose-headings)","font-weight":"700"},"h2 strong":{"font-weight":"800",color:"inherit"},h3:{color:"var(--un-prose-headings)","font-weight":"600"},"h3 strong":{"font-weight":"700",color:"inherit"},h4:{color:"var(--un-prose-headings)","font-weight":"600"},"h4 strong":{"font-weight":"700",color:"inherit"},img:{},picture:{display:"block"},video:{},kbd:{"font-weight":"500","font-family":"inherit",color:"var(--un-prose-kbd)","box-shadow":"0 0 0 1px rgb(var(--un-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--un-prose-kbd-shadows) / 10%)"},code:{color:"var(--un-prose-code)","font-weight":"600"},"code::before":{content:'"`"'},"code::after":{content:'"`"'},"a code":{color:"inherit"},"h1 code":{color:"inherit"},"h2 code":{color:"inherit"},"h3 code":{color:"inherit"},"h4 code":{color:"inherit"},"blockquote code":{color:"inherit"},"thead th code":{color:"inherit"},pre:{color:"var(--un-prose-pre-code)","background-color":"var(--un-prose-pre-bg)","overflow-x":"auto","font-weight":"400"},"pre code":{"background-color":"transparent","border-width":"0","border-radius":"0",padding:"0","font-weight":"inherit",color:"inherit","font-size":"inherit","font-family":"inherit","line-height":"inherit"},"pre code::before":{content:"none"},"pre code::after":{content:"none"},table:{width:"100%","table-layout":"auto","margin-top":t(32,16),"margin-bottom":t(32,16)},thead:{"border-bottom-width":"1px","border-bottom-color":"var(--un-prose-th-borders)"},"thead th":{color:"var(--un-prose-headings)","font-weight":"600","vertical-align":"bottom"},"tbody tr":{"border-bottom-width":"1px","border-bottom-color":"var(--un-prose-td-borders)"},"tbody tr:last-child":{"border-bottom-width":"0"},"tbody td":{"vertical-align":"baseline"},tfoot:{"border-top-width":"1px","border-top-color":"var(--un-prose-th-borders)"},"tfoot td":{"vertical-align":"top"},"th, td":{"text-align":"start"},"figure > *":{},figcaption:{color:"var(--un-prose-captions)"}},M={sm:{"font-size":f(14),"line-height":o(24/14),p:{"margin-top":t(16,14),"margin-bottom":t(16,14)},'[class~="lead"]':{"font-size":t(18,14),"line-height":o(28/18),"margin-top":t(16,18),"margin-bottom":t(16,18)},blockquote:{"margin-top":t(24,18),"margin-bottom":t(24,18),"padding-inline-start":t(20,18)},h1:{"font-size":t(30,14),"margin-top":"0","margin-bottom":t(24,30),"line-height":o(36/30)},h2:{"font-size":t(20,14),"margin-top":t(32,20),"margin-bottom":t(16,20),"line-height":o(28/20)},h3:{"font-size":t(18,14),"margin-top":t(28,18),"margin-bottom":t(8,18),"line-height":o(28/18)},h4:{"margin-top":t(20,14),"margin-bottom":t(8,14),"line-height":o(20/14)},img:{"margin-top":t(24,14),"margin-bottom":t(24,14)},picture:{"margin-top":t(24,14),"margin-bottom":t(24,14)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(24,14),"margin-bottom":t(24,14)},kbd:{"font-size":t(12,14),"border-radius":f(5),"padding-top":t(2,14),"padding-inline-end":t(5,14),"padding-bottom":t(2,14),"padding-inline-start":t(5,14)},code:{"font-size":t(12,14)},"h2 code":{"font-size":t(18,20)},"h3 code":{"font-size":t(16,18)},pre:{"font-size":t(12,14),"line-height":o(20/12),"margin-top":t(20,12),"margin-bottom":t(20,12),"border-radius":f(4),"padding-top":t(8,12),"padding-inline-end":t(12,12),"padding-bottom":t(8,12),"padding-inline-start":t(12,12)},ol:{"margin-top":t(16,14),"margin-bottom":t(16,14),"padding-inline-start":t(22,14)},ul:{"margin-top":t(16,14),"margin-bottom":t(16,14),"padding-inline-start":t(22,14)},li:{"margin-top":t(4,14),"margin-bottom":t(4,14)},"ol > li":{"padding-inline-start":t(6,14)},"ul > li":{"padding-inline-start":t(6,14)},"> ul > li p":{"margin-top":t(8,14),"margin-bottom":t(8,14)},"> ul > li > p:first-child":{"margin-top":t(16,14)},"> ul > li > p:last-child":{"margin-bottom":t(16,14)},"> ol > li > p:first-child":{"margin-top":t(16,14)},"> ol > li > p:last-child":{"margin-bottom":t(16,14)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(8,14),"margin-bottom":t(8,14)},dl:{"margin-top":t(16,14),"margin-bottom":t(16,14)},dt:{"margin-top":t(16,14)},dd:{"margin-top":t(4,14),"padding-inline-start":t(22,14)},hr:{"margin-top":t(40,14),"margin-bottom":t(40,14)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(12,14),"line-height":o(18/12)},"thead th":{"padding-inline-end":t(12,12),"padding-bottom":t(8,12),"padding-inline-start":t(12,12)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(8,12),"padding-inline-end":t(12,12),"padding-bottom":t(8,12),"padding-inline-start":t(12,12)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(24,14),"margin-bottom":t(24,14)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(12,14),"line-height":o(16/12),"margin-top":t(8,12)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},base:{"font-size":f(16),"line-height":o(28/16),p:{"margin-top":t(20,16),"margin-bottom":t(20,16)},'[class~="lead"]':{"font-size":t(20,16),"line-height":o(32/20),"margin-top":t(24,20),"margin-bottom":t(24,20)},blockquote:{"margin-top":t(32,20),"margin-bottom":t(32,20),"padding-inline-start":t(20,20)},h1:{"font-size":t(36,16),"margin-top":"0","margin-bottom":t(32,36),"line-height":o(40/36)},h2:{"font-size":t(24,16),"margin-top":t(48,24),"margin-bottom":t(24,24),"line-height":o(32/24)},h3:{"font-size":t(20,16),"margin-top":t(32,20),"margin-bottom":t(12,20),"line-height":o(32/20)},h4:{"margin-top":t(24,16),"margin-bottom":t(8,16),"line-height":o(24/16)},img:{"margin-top":t(32,16),"margin-bottom":t(32,16)},picture:{"margin-top":t(32,16),"margin-bottom":t(32,16)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(32,16),"margin-bottom":t(32,16)},kbd:{"font-size":t(14,16),"border-radius":f(5),"padding-top":t(3,16),"padding-inline-end":t(6,16),"padding-bottom":t(3,16),"padding-inline-start":t(6,16)},code:{"font-size":t(14,16)},"h2 code":{"font-size":t(21,24)},"h3 code":{"font-size":t(18,20)},pre:{"font-size":t(14,16),"line-height":o(24/14),"margin-top":t(24,14),"margin-bottom":t(24,14),"border-radius":f(6),"padding-top":t(12,14),"padding-inline-end":t(16,14),"padding-bottom":t(12,14),"padding-inline-start":t(16,14)},ol:{"margin-top":t(20,16),"margin-bottom":t(20,16),"padding-inline-start":t(26,16)},ul:{"margin-top":t(20,16),"margin-bottom":t(20,16),"padding-inline-start":t(26,16)},li:{"margin-top":t(8,16),"margin-bottom":t(8,16)},"ol > li":{"padding-inline-start":t(6,16)},"ul > li":{"padding-inline-start":t(6,16)},"> ul > li p":{"margin-top":t(12,16),"margin-bottom":t(12,16)},"> ul > li > p:first-child":{"margin-top":t(20,16)},"> ul > li > p:last-child":{"margin-bottom":t(20,16)},"> ol > li > p:first-child":{"margin-top":t(20,16)},"> ol > li > p:last-child":{"margin-bottom":t(20,16)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(12,16),"margin-bottom":t(12,16)},dl:{"margin-top":t(20,16),"margin-bottom":t(20,16)},dt:{"margin-top":t(20,16)},dd:{"margin-top":t(8,16),"padding-inline-start":t(26,16)},hr:{"margin-top":t(48,16),"margin-bottom":t(48,16)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(14,16),"line-height":o(24/14)},"thead th":{"padding-inline-end":t(8,14),"padding-bottom":t(8,14),"padding-inline-start":t(8,14)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(8,14),"padding-inline-end":t(8,14),"padding-bottom":t(8,14),"padding-inline-start":t(8,14)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(32,16),"margin-bottom":t(32,16)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(14,16),"line-height":o(20/14),"margin-top":t(12,14)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},lg:{"font-size":f(18),"line-height":o(32/18),p:{"margin-top":t(24,18),"margin-bottom":t(24,18)},'[class~="lead"]':{"font-size":t(22,18),"line-height":o(32/22),"margin-top":t(24,22),"margin-bottom":t(24,22)},blockquote:{"margin-top":t(40,24),"margin-bottom":t(40,24),"padding-inline-start":t(24,24)},h1:{"font-size":t(48,18),"margin-top":"0","margin-bottom":t(40,48),"line-height":o(48/48)},h2:{"font-size":t(30,18),"margin-top":t(56,30),"margin-bottom":t(32,30),"line-height":o(40/30)},h3:{"font-size":t(24,18),"margin-top":t(40,24),"margin-bottom":t(16,24),"line-height":o(36/24)},h4:{"margin-top":t(32,18),"margin-bottom":t(8,18),"line-height":o(28/18)},img:{"margin-top":t(32,18),"margin-bottom":t(32,18)},picture:{"margin-top":t(32,18),"margin-bottom":t(32,18)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(32,18),"margin-bottom":t(32,18)},kbd:{"font-size":t(16,18),"border-radius":f(5),"padding-top":t(4,18),"padding-inline-end":t(8,18),"padding-bottom":t(4,18),"padding-inline-start":t(8,18)},code:{"font-size":t(16,18)},"h2 code":{"font-size":t(26,30)},"h3 code":{"font-size":t(21,24)},pre:{"font-size":t(16,18),"line-height":o(28/16),"margin-top":t(32,16),"margin-bottom":t(32,16),"border-radius":f(6),"padding-top":t(16,16),"padding-inline-end":t(24,16),"padding-bottom":t(16,16),"padding-inline-start":t(24,16)},ol:{"margin-top":t(24,18),"margin-bottom":t(24,18),"padding-inline-start":t(28,18)},ul:{"margin-top":t(24,18),"margin-bottom":t(24,18),"padding-inline-start":t(28,18)},li:{"margin-top":t(12,18),"margin-bottom":t(12,18)},"ol > li":{"padding-inline-start":t(8,18)},"ul > li":{"padding-inline-start":t(8,18)},"> ul > li p":{"margin-top":t(16,18),"margin-bottom":t(16,18)},"> ul > li > p:first-child":{"margin-top":t(24,18)},"> ul > li > p:last-child":{"margin-bottom":t(24,18)},"> ol > li > p:first-child":{"margin-top":t(24,18)},"> ol > li > p:last-child":{"margin-bottom":t(24,18)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(16,18),"margin-bottom":t(16,18)},dl:{"margin-top":t(24,18),"margin-bottom":t(24,18)},dt:{"margin-top":t(24,18)},dd:{"margin-top":t(12,18),"padding-inline-start":t(28,18)},hr:{"margin-top":t(56,18),"margin-bottom":t(56,18)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(16,18),"line-height":o(24/16)},"thead th":{"padding-inline-end":t(12,16),"padding-bottom":t(12,16),"padding-inline-start":t(12,16)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(12,16),"padding-inline-end":t(12,16),"padding-bottom":t(12,16),"padding-inline-start":t(12,16)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(32,18),"margin-bottom":t(32,18)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(16,18),"line-height":o(24/16),"margin-top":t(16,16)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},xl:{"font-size":f(20),"line-height":o(36/20),p:{"margin-top":t(24,20),"margin-bottom":t(24,20)},'[class~="lead"]':{"font-size":t(24,20),"line-height":o(36/24),"margin-top":t(24,24),"margin-bottom":t(24,24)},blockquote:{"margin-top":t(48,30),"margin-bottom":t(48,30),"padding-inline-start":t(32,30)},h1:{"font-size":t(56,20),"margin-top":"0","margin-bottom":t(48,56),"line-height":o(56/56)},h2:{"font-size":t(36,20),"margin-top":t(56,36),"margin-bottom":t(32,36),"line-height":o(40/36)},h3:{"font-size":t(30,20),"margin-top":t(48,30),"margin-bottom":t(20,30),"line-height":o(40/30)},h4:{"margin-top":t(36,20),"margin-bottom":t(12,20),"line-height":o(32/20)},img:{"margin-top":t(40,20),"margin-bottom":t(40,20)},picture:{"margin-top":t(40,20),"margin-bottom":t(40,20)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(40,20),"margin-bottom":t(40,20)},kbd:{"font-size":t(18,20),"border-radius":f(5),"padding-top":t(5,20),"padding-inline-end":t(8,20),"padding-bottom":t(5,20),"padding-inline-start":t(8,20)},code:{"font-size":t(18,20)},"h2 code":{"font-size":t(31,36)},"h3 code":{"font-size":t(27,30)},pre:{"font-size":t(18,20),"line-height":o(32/18),"margin-top":t(36,18),"margin-bottom":t(36,18),"border-radius":f(8),"padding-top":t(20,18),"padding-inline-end":t(24,18),"padding-bottom":t(20,18),"padding-inline-start":t(24,18)},ol:{"margin-top":t(24,20),"margin-bottom":t(24,20),"padding-inline-start":t(32,20)},ul:{"margin-top":t(24,20),"margin-bottom":t(24,20),"padding-inline-start":t(32,20)},li:{"margin-top":t(12,20),"margin-bottom":t(12,20)},"ol > li":{"padding-inline-start":t(8,20)},"ul > li":{"padding-inline-start":t(8,20)},"> ul > li p":{"margin-top":t(16,20),"margin-bottom":t(16,20)},"> ul > li > p:first-child":{"margin-top":t(24,20)},"> ul > li > p:last-child":{"margin-bottom":t(24,20)},"> ol > li > p:first-child":{"margin-top":t(24,20)},"> ol > li > p:last-child":{"margin-bottom":t(24,20)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(16,20),"margin-bottom":t(16,20)},dl:{"margin-top":t(24,20),"margin-bottom":t(24,20)},dt:{"margin-top":t(24,20)},dd:{"margin-top":t(12,20),"padding-inline-start":t(32,20)},hr:{"margin-top":t(56,20),"margin-bottom":t(56,20)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(18,20),"line-height":o(28/18)},"thead th":{"padding-inline-end":t(12,18),"padding-bottom":t(16,18),"padding-inline-start":t(12,18)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(16,18),"padding-inline-end":t(12,18),"padding-bottom":t(16,18),"padding-inline-start":t(12,18)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(40,20),"margin-bottom":t(40,20)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(18,20),"line-height":o(28/18),"margin-top":t(18,18)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}},"2xl":{"font-size":f(24),"line-height":o(40/24),p:{"margin-top":t(32,24),"margin-bottom":t(32,24)},'[class~="lead"]':{"font-size":t(30,24),"line-height":o(44/30),"margin-top":t(32,30),"margin-bottom":t(32,30)},blockquote:{"margin-top":t(64,36),"margin-bottom":t(64,36),"padding-inline-start":t(40,36)},h1:{"font-size":t(64,24),"margin-top":"0","margin-bottom":t(56,64),"line-height":o(64/64)},h2:{"font-size":t(48,24),"margin-top":t(72,48),"margin-bottom":t(40,48),"line-height":o(52/48)},h3:{"font-size":t(36,24),"margin-top":t(56,36),"margin-bottom":t(24,36),"line-height":o(44/36)},h4:{"margin-top":t(40,24),"margin-bottom":t(16,24),"line-height":o(36/24)},img:{"margin-top":t(48,24),"margin-bottom":t(48,24)},picture:{"margin-top":t(48,24),"margin-bottom":t(48,24)},"picture > img":{"margin-top":"0","margin-bottom":"0"},video:{"margin-top":t(48,24),"margin-bottom":t(48,24)},kbd:{"font-size":t(20,24),"border-radius":f(6),"padding-top":t(6,24),"padding-inline-end":t(8,24),"padding-bottom":t(6,24),"padding-inline-start":t(8,24)},code:{"font-size":t(20,24)},"h2 code":{"font-size":t(42,48)},"h3 code":{"font-size":t(32,36)},pre:{"font-size":t(20,24),"line-height":o(36/20),"margin-top":t(40,20),"margin-bottom":t(40,20),"border-radius":f(8),"padding-top":t(24,20),"padding-inline-end":t(32,20),"padding-bottom":t(24,20),"padding-inline-start":t(32,20)},ol:{"margin-top":t(32,24),"margin-bottom":t(32,24),"padding-inline-start":t(38,24)},ul:{"margin-top":t(32,24),"margin-bottom":t(32,24),"padding-inline-start":t(38,24)},li:{"margin-top":t(12,24),"margin-bottom":t(12,24)},"ol > li":{"padding-inline-start":t(10,24)},"ul > li":{"padding-inline-start":t(10,24)},"> ul > li p":{"margin-top":t(20,24),"margin-bottom":t(20,24)},"> ul > li > p:first-child":{"margin-top":t(32,24)},"> ul > li > p:last-child":{"margin-bottom":t(32,24)},"> ol > li > p:first-child":{"margin-top":t(32,24)},"> ol > li > p:last-child":{"margin-bottom":t(32,24)},"ul ul, ul ol, ol ul, ol ol":{"margin-top":t(16,24),"margin-bottom":t(16,24)},dl:{"margin-top":t(32,24),"margin-bottom":t(32,24)},dt:{"margin-top":t(32,24)},dd:{"margin-top":t(12,24),"padding-inline-start":t(38,24)},hr:{"margin-top":t(72,24),"margin-bottom":t(72,24)},"hr + *":{"margin-top":"0"},"h2 + *":{"margin-top":"0"},"h3 + *":{"margin-top":"0"},"h4 + *":{"margin-top":"0"},table:{"font-size":t(20,24),"line-height":o(28/20)},"thead th":{"padding-inline-end":t(12,20),"padding-bottom":t(16,20),"padding-inline-start":t(12,20)},"thead th:first-child":{"padding-inline-start":"0"},"thead th:last-child":{"padding-inline-end":"0"},"tbody td, tfoot td":{"padding-top":t(16,20),"padding-inline-end":t(12,20),"padding-bottom":t(16,20),"padding-inline-start":t(12,20)},"tbody td:first-child, tfoot td:first-child":{"padding-inline-start":"0"},"tbody td:last-child, tfoot td:last-child":{"padding-inline-end":"0"},figure:{"margin-top":t(48,24),"margin-bottom":t(48,24)},"figure > *":{"margin-top":"0","margin-bottom":"0"},figcaption:{"font-size":t(20,24),"line-height":o(32/20),"margin-top":t(20,20)},"> :first-child":{"margin-top":"0"},"> :last-child":{"margin-bottom":"0"}}};function nt(e){let r=b(tt);if(e)for(let i in e){let[n,s]=j(e[i]),[d,l]=r[i];r[i]=[n??d,s??l]}return r}function rt(e){return e?y(M,e):M}function q(e,r){let i=r.selectorName||"prose",n=`:not(:where([class~="not-${i}"],[class~="not-${i}"] *))`,s=r.important===!0,d="";for(let[l,g]of Object.entries(e))if(typeof g!="object")d+=`${l}:${g}${s?" !important":""};`;else{let[S,$]=l.split("::"),C=`:where(${S})${n}${$?`::${$}`:""}`;d+=`${C} {`;for(let[a,h]of Object.entries(g))d+=`${a}:${h}${s?" !important":""};`;d+="}"}return d}function ot(e){for(let[r,...i]of B)if(r===e)return i.length>0?i:[r]}var it=e=>{let r=e?.selectorName??"prose",i=e?.compatibility?.noColonNot||e?.compatibility?.noColonWhere,n=e?.cssVarPrefix??"--un-prose",s=nt(e?.colorScheme),d=rt(e?.sizeScheme),l=(a,h)=>{let p=y(a,(typeof e?.cssExtend=="function"?e?.cssExtend(h):e?.cssExtend)??{});for(let c in p){let u=p[c];(u==null||typeof u=="object"&&Object.keys(u).length===0)&&delete p[c]}return p},g=a=>(typeof e?.important=="string"&&(a=`${e.important} ${a}`),e?.compatibility?.noColonIs||(a=`:is(${a})`),a),S=new RegExp(`^${r}-default$`),$=new RegExp(`^${r}-([-\\w]+)$`),C=new RegExp(`^${r}-(${Object.keys(d).join("|")})$`);return{name:"@unocss/preset-typography",enforce:"post",layers:{typography:-20},shortcuts:[[r,[`${r}-default`,`${r}-gray`],{layer:"typography"}]],rules:[[S,(a,{symbols:h,theme:p})=>{let c=q(l(y(et,M.base),p),e??{});return{[h.body]:c,[h.selector]:g}},{layer:"typography",autocomplete:"prose",internal:!0}],[$,([,a],{theme:h,symbols:p})=>{let c=h.colors?.[a];if(!(!c||typeof c!="object"))return["red","orange","amber","yellow","lime","green","emerald","teal","cyan","sky","blue","indigo","violet","purple","fuchsia","pink","rose"].includes(a)?{[`${n}-links`]:c[600],[`${n}-invert-links`]:c[500],[p.selector]:g}:Object.entries(s).reduce((u,[v,k])=>{let[W,G]=k,O=m=>c[m]??h[m]??m,V=O(W),F=O(G),A=`${n}-${v}`,E=`${n}-invert-${v}`;u[A]=R(V,`var(${A}-opacity)`),u[E]=R(F,`var(${E}-opacity)`);for(let[m,U]of[[V,`${A}-opacity`],[F,`${E}-opacity`]])_.some(D=>m.includes(D))&&(u[U]="1");return u},{[p.selector]:g})},{layer:"typography",autocomplete:`${r}-$colors`}],[C,([,a],{symbols:h,theme:p})=>{let c=q(l(d[a],p),e??{});return{[h.body]:c,[h.selector]:g}},{layer:"typography",autocomplete:`${r}-(${Object.keys(d).join("|")})`}],[`${r}-invert`,[{[`${n}-body`]:`var(${n}-invert-body)`,[`${n}-headings`]:`var(${n}-invert-headings)`,[`${n}-lead`]:`var(${n}-invert-lead)`,[`${n}-links`]:`var(${n}-invert-links)`,[`${n}-bold`]:`var(${n}-invert-bold)`,[`${n}-counters`]:`var(${n}-invert-counters)`,[`${n}-bullets`]:`var(${n}-invert-bullets)`,[`${n}-hr`]:`var(${n}-invert-hr)`,[`${n}-quotes`]:`var(${n}-invert-quotes)`,[`${n}-quote-borders`]:`var(${n}-invert-quote-borders)`,[`${n}-captions`]:`var(${n}-invert-captions)`,[`${n}-kbd`]:`var(${n}-invert-kbd)`,[`${n}-kbd-shadows`]:`var(${n}-invert-kbd-shadows)`,[`${n}-code`]:`var(${n}-invert-code)`,[`${n}-pre-code`]:`var(${n}-invert-pre-code)`,[`${n}-pre-bg`]:`var(${n}-invert-pre-bg)`,[`${n}-th-borders`]:`var(${n}-invert-th-borders)`,[`${n}-td-borders`]:`var(${n}-invert-td-borders)`,[T.selector]:g}],{layer:"typography"}]],variants:[{name:"typography element modifiers",match:a=>{if(a.startsWith(`${r}-`)){let h=new RegExp(`^${r}-(\\w+)[:-].+$`),p=a.match(h)?.[1];if(p){let c=ot(p);if(c?.length)return{matcher:a.slice(r.length+p.length+2),selector:u=>{let v=`:not(:where([class~="not-${r}"],[class~="not-${r}"] *))`;return i?c.map(k=>`${u} ${k}`).join(","):`${u} :is(:where(${c})${v})`}}}}},autocomplete:`${r}-(${B.map(a=>`${a[0]}:`).join("|")})`}]}},I=it;window.__unocss_runtime=window.__unocss_runtime??{};window.__unocss_runtime.presets=Object.assign(window.__unocss_runtime?.presets??{},{presetTypography:e=>I(e)});})();