@hyperframes/core 0.5.3 → 0.5.5

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.
Files changed (35) hide show
  1. package/dist/compiler/compositionScoping.d.ts.map +1 -1
  2. package/dist/compiler/compositionScoping.js +19 -6
  3. package/dist/compiler/compositionScoping.js.map +1 -1
  4. package/dist/core.types.d.ts +16 -1
  5. package/dist/core.types.d.ts.map +1 -1
  6. package/dist/core.types.js +29 -0
  7. package/dist/core.types.js.map +1 -1
  8. package/dist/generated/runtime-inline.js +1 -1
  9. package/dist/generated/runtime-inline.js.map +1 -1
  10. package/dist/hyperframe.manifest.json +1 -1
  11. package/dist/hyperframe.runtime.iife.js +48 -35
  12. package/dist/hyperframe.runtime.mjs +48 -35
  13. package/dist/index.d.ts +1 -1
  14. package/dist/index.d.ts.map +1 -1
  15. package/dist/index.js +1 -1
  16. package/dist/index.js.map +1 -1
  17. package/dist/lint/hyperframeLinter.d.ts.map +1 -1
  18. package/dist/lint/hyperframeLinter.js +2 -0
  19. package/dist/lint/hyperframeLinter.js.map +1 -1
  20. package/dist/lint/rules/composition.d.ts.map +1 -1
  21. package/dist/lint/rules/composition.js +4 -1
  22. package/dist/lint/rules/composition.js.map +1 -1
  23. package/dist/lint/rules/textures.d.ts +3 -0
  24. package/dist/lint/rules/textures.d.ts.map +1 -0
  25. package/dist/lint/rules/textures.js +189 -0
  26. package/dist/lint/rules/textures.js.map +1 -0
  27. package/dist/parsers/htmlParser.d.ts.map +1 -1
  28. package/dist/parsers/htmlParser.js +25 -5
  29. package/dist/parsers/htmlParser.js.map +1 -1
  30. package/dist/studio-api/routes/render.d.ts.map +1 -1
  31. package/dist/studio-api/routes/render.js +6 -0
  32. package/dist/studio-api/routes/render.js.map +1 -1
  33. package/dist/studio-api/types.d.ts +6 -0
  34. package/dist/studio-api/types.d.ts.map +1 -1
  35. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  // AUTO-GENERATED by scripts/build-hyperframes-runtime-artifact.ts — do not edit
2
- const RUNTIME_IIFE = "\"use strict\";(()=>{var Lo=Object.create;var Zn=Object.defineProperty;var To=Object.getOwnPropertyDescriptor;var Ro=Object.getOwnPropertyNames;var vo=Object.getPrototypeOf,Bo=Object.prototype.hasOwnProperty;var Q=(n,e)=>()=>(e||n((e={exports:{}}).exports,e),e.exports);var _o=(n,e,t,i)=>{if(e&&typeof e==\"object\"||typeof e==\"function\")for(let r of Ro(e))!Bo.call(n,r)&&r!==t&&Zn(n,r,{get:()=>e[r],enumerable:!(i=To(e,r))||i.enumerable});return n};var Oo=(n,e,t)=>(t=n!=null?Lo(vo(n)):{},_o(e||!n||!n.__esModule?Zn(t,\"default\",{value:n,enumerable:!0}):t,n));var Ai=Q((cu,un)=>{var q=String,Si=function(){return{isColorSupported:!1,reset:q,bold:q,dim:q,italic:q,underline:q,inverse:q,hidden:q,strikethrough:q,black:q,red:q,green:q,yellow:q,blue:q,magenta:q,cyan:q,white:q,gray:q,bgBlack:q,bgRed:q,bgGreen:q,bgYellow:q,bgBlue:q,bgMagenta:q,bgCyan:q,bgWhite:q,blackBright:q,redBright:q,greenBright:q,yellowBright:q,blueBright:q,magentaBright:q,cyanBright:q,whiteBright:q,bgBlackBright:q,bgRedBright:q,bgGreenBright:q,bgYellowBright:q,bgBlueBright:q,bgMagentaBright:q,bgCyanBright:q,bgWhiteBright:q}};un.exports=Si();un.exports.createColors=Si});var cn=Q(()=>{});var Lt=Q((mu,bi)=>{\"use strict\";var Ei=Ai(),Fi=cn(),st=class n extends Error{constructor(e,t,i,r,o,s){super(e),this.name=\"CssSyntaxError\",this.reason=e,o&&(this.file=o),r&&(this.source=r),s&&(this.plugin=s),typeof t<\"u\"&&typeof i<\"u\"&&(typeof t==\"number\"?(this.line=t,this.column=i):(this.line=t.line,this.column=t.column,this.endLine=i.line,this.endColumn=i.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,n)}setMessage(){this.message=this.plugin?this.plugin+\": \":\"\",this.message+=this.file?this.file:\"<css input>\",typeof this.line<\"u\"&&(this.message+=\":\"+this.line+\":\"+this.column),this.message+=\": \"+this.reason}showSourceCode(e){if(!this.source)return\"\";let t=this.source;e==null&&(e=Ei.isColorSupported);let i=l=>l,r=l=>l,o=l=>l;if(e){let{bold:l,gray:f,red:p}=Ei.createColors(!0);r=h=>l(p(h)),i=h=>f(h),Fi&&(o=h=>Fi(h))}let s=t.split(/\\r?\\n/),c=Math.max(this.line-3,0),u=Math.min(this.line+2,s.length),a=String(u).length;return s.slice(c,u).map((l,f)=>{let p=c+1+f,h=\" \"+(\" \"+p).slice(-a)+\" | \";if(p===this.line){if(l.length>160){let b=20,S=Math.max(0,this.column-b),z=Math.max(this.column+b,this.endColumn+b),_=l.slice(S,z),D=i(h.replace(/\\d/g,\" \"))+l.slice(0,Math.min(this.column-1,b-1)).replace(/[^\\t]/g,\" \");return r(\">\")+i(h)+o(_)+`\n `+D+r(\"^\")}let w=i(h.replace(/\\d/g,\" \"))+l.slice(0,this.column-1).replace(/[^\\t]/g,\" \");return r(\">\")+i(h)+o(l)+`\n `+w+r(\"^\")}return\" \"+i(h)+o(l)}).join(`\n`)}toString(){let e=this.showSourceCode();return e&&(e=`\n\n`+e+`\n`),this.name+\": \"+this.message+e}};bi.exports=st;st.default=st});var dn=Q((pu,wi)=>{\"use strict\";var Ni={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:\" \",beforeRule:`\n`,colon:\": \",commentLeft:\" \",commentRight:\" \",emptyBody:\"\",indent:\" \",semicolon:!1};function is(n){return n[0].toUpperCase()+n.slice(1)}var lt=class{constructor(e){this.builder=e}atrule(e,t){let i=\"@\"+e.name,r=e.params?this.rawValue(e,\"params\"):\"\";if(typeof e.raws.afterName<\"u\"?i+=e.raws.afterName:r&&(i+=\" \"),e.nodes)this.block(e,i+r);else{let o=(e.raws.between||\"\")+(t?\";\":\"\");this.builder(i+r+o,e)}}beforeAfter(e,t){let i;e.type===\"decl\"?i=this.raw(e,null,\"beforeDecl\"):e.type===\"comment\"?i=this.raw(e,null,\"beforeComment\"):t===\"before\"?i=this.raw(e,null,\"beforeRule\"):i=this.raw(e,null,\"beforeClose\");let r=e.parent,o=0;for(;r&&r.type!==\"root\";)o+=1,r=r.parent;if(i.includes(`\n`)){let s=this.raw(e,null,\"indent\");if(s.length)for(let c=0;c<o;c++)i+=s}return i}block(e,t){let i=this.raw(e,\"between\",\"beforeOpen\");this.builder(t+i+\"{\",e,\"start\");let r;e.nodes&&e.nodes.length?(this.body(e),r=this.raw(e,\"after\")):r=this.raw(e,\"after\",\"emptyBody\"),r&&this.builder(r),this.builder(\"}\",e,\"end\")}body(e){let t=e.nodes.length-1;for(;t>0&&e.nodes[t].type===\"comment\";)t-=1;let i=this.raw(e,\"semicolon\");for(let r=0;r<e.nodes.length;r++){let o=e.nodes[r],s=this.raw(o,\"before\");s&&this.builder(s),this.stringify(o,t!==r||i)}}comment(e){let t=this.raw(e,\"left\",\"commentLeft\"),i=this.raw(e,\"right\",\"commentRight\");this.builder(\"/*\"+t+e.text+i+\"*/\",e)}decl(e,t){let i=this.raw(e,\"between\",\"colon\"),r=e.prop+i+this.rawValue(e,\"value\");e.important&&(r+=e.raws.important||\" !important\"),t&&(r+=\";\"),this.builder(r,e)}document(e){this.body(e)}raw(e,t,i){let r;if(i||(i=t),t&&(r=e.raws[t],typeof r<\"u\"))return r;let o=e.parent;if(i===\"before\"&&(!o||o.type===\"root\"&&o.first===e||o&&o.type===\"document\"))return\"\";if(!o)return Ni[i];let s=e.root();if(s.rawCache||(s.rawCache={}),typeof s.rawCache[i]<\"u\")return s.rawCache[i];if(i===\"before\"||i===\"after\")return this.beforeAfter(e,i);{let c=\"raw\"+is(i);this[c]?r=this[c](s,e):s.walk(u=>{if(r=u.raws[t],typeof r<\"u\")return!1})}return typeof r>\"u\"&&(r=Ni[i]),s.rawCache[i]=r,r}rawBeforeClose(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length>0&&typeof i.raws.after<\"u\")return t=i.raws.after,t.includes(`\n`)&&(t=t.replace(/[^\\n]+$/,\"\")),!1}),t&&(t=t.replace(/\\S/g,\"\")),t}rawBeforeComment(e,t){let i;return e.walkComments(r=>{if(typeof r.raws.before<\"u\")return i=r.raws.before,i.includes(`\n`)&&(i=i.replace(/[^\\n]+$/,\"\")),!1}),typeof i>\"u\"?i=this.raw(t,null,\"beforeDecl\"):i&&(i=i.replace(/\\S/g,\"\")),i}rawBeforeDecl(e,t){let i;return e.walkDecls(r=>{if(typeof r.raws.before<\"u\")return i=r.raws.before,i.includes(`\n`)&&(i=i.replace(/[^\\n]+$/,\"\")),!1}),typeof i>\"u\"?i=this.raw(t,null,\"beforeRule\"):i&&(i=i.replace(/\\S/g,\"\")),i}rawBeforeOpen(e){let t;return e.walk(i=>{if(i.type!==\"decl\"&&(t=i.raws.between,typeof t<\"u\"))return!1}),t}rawBeforeRule(e){let t;return e.walk(i=>{if(i.nodes&&(i.parent!==e||e.first!==i)&&typeof i.raws.before<\"u\")return t=i.raws.before,t.includes(`\n`)&&(t=t.replace(/[^\\n]+$/,\"\")),!1}),t&&(t=t.replace(/\\S/g,\"\")),t}rawColon(e){let t;return e.walkDecls(i=>{if(typeof i.raws.between<\"u\")return t=i.raws.between.replace(/[^\\s:]/g,\"\"),!1}),t}rawEmptyBody(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length===0&&(t=i.raws.after,typeof t<\"u\"))return!1}),t}rawIndent(e){if(e.raws.indent)return e.raws.indent;let t;return e.walk(i=>{let r=i.parent;if(r&&r!==e&&r.parent&&r.parent===e&&typeof i.raws.before<\"u\"){let o=i.raws.before.split(`\n`);return t=o[o.length-1],t=t.replace(/\\S/g,\"\"),!1}}),t}rawSemicolon(e){let t;return e.walk(i=>{if(i.nodes&&i.nodes.length&&i.last.type===\"decl\"&&(t=i.raws.semicolon,typeof t<\"u\"))return!1}),t}rawValue(e,t){let i=e[t],r=e.raws[t];return r&&r.value===i?r.raw:i}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,\"selector\")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,\"end\")}stringify(e,t){if(!this[e.type])throw new Error(\"Unknown AST node type \"+e.type+\". Maybe you need to change PostCSS stringifier.\");this[e.type](e,t)}};wi.exports=lt;lt.default=lt});var at=Q((hu,Ci)=>{\"use strict\";var rs=dn();function fn(n,e){new rs(e).stringify(n)}Ci.exports=fn;fn.default=fn});var Tt=Q((xu,mn)=>{\"use strict\";mn.exports.isClean=Symbol(\"isClean\");mn.exports.my=Symbol(\"my\")});var dt=Q((gu,Mi)=>{\"use strict\";var os=Lt(),ss=dn(),ls=at(),{isClean:ut,my:as}=Tt();function pn(n,e){let t=new n.constructor;for(let i in n){if(!Object.prototype.hasOwnProperty.call(n,i)||i===\"proxyCache\")continue;let r=n[i],o=typeof r;i===\"parent\"&&o===\"object\"?e&&(t[i]=e):i===\"source\"?t[i]=r:Array.isArray(r)?t[i]=r.map(s=>pn(s,t)):(o===\"object\"&&r!==null&&(r=pn(r)),t[i]=r)}return t}function De(n,e){if(e&&typeof e.offset<\"u\")return e.offset;let t=1,i=1,r=0;for(let o=0;o<n.length;o++){if(i===e.line&&t===e.column){r=o;break}n[o]===`\n`?(t=1,i+=1):t+=1}return r}var ct=class{get proxyOf(){return this}constructor(e={}){this.raws={},this[ut]=!1,this[as]=!0;for(let t in e)if(t===\"nodes\"){this.nodes=[];for(let i of e[t])typeof i.clone==\"function\"?this.append(i.clone()):this.append(i)}else this[t]=e[t]}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\\n\\s{4}at /.test(e.stack)){let t=this.source;e.stack=e.stack.replace(/\\n\\s{4}at /,`$&${t.input.from}:${t.start.line}:${t.start.column}$&`)}return e}after(e){return this.parent.insertAfter(this,e),this}assign(e={}){for(let t in e)this[t]=e[t];return this}before(e){return this.parent.insertBefore(this,e),this}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}clone(e={}){let t=pn(this);for(let i in e)t[i]=e[i];return t}cloneAfter(e={}){let t=this.clone(e);return this.parent.insertAfter(this,t),t}cloneBefore(e={}){let t=this.clone(e);return this.parent.insertBefore(this,t),t}error(e,t={}){if(this.source){let{end:i,start:r}=this.rangeBy(t);return this.source.input.error(e,{column:r.column,line:r.line},{column:i.column,line:i.line},t)}return new os(e)}getProxyProcessor(){return{get(e,t){return t===\"proxyOf\"?e:t===\"root\"?()=>e.root().toProxy():e[t]},set(e,t,i){return e[t]===i||(e[t]=i,(t===\"prop\"||t===\"value\"||t===\"name\"||t===\"params\"||t===\"important\"||t===\"text\")&&e.markDirty()),!0}}}markClean(){this[ut]=!0}markDirty(){if(this[ut]){this[ut]=!1;let e=this;for(;e=e.parent;)e[ut]=!1}}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e={}){let t=this.source.start;if(e.index)t=this.positionInside(e.index);else if(e.word){let i=\"document\"in this.source.input?this.source.input.document:this.source.input.css,o=i.slice(De(i,this.source.start),De(i,this.source.end)).indexOf(e.word);o!==-1&&(t=this.positionInside(o))}return t}positionInside(e){let t=this.source.start.column,i=this.source.start.line,r=\"document\"in this.source.input?this.source.input.document:this.source.input.css,o=De(r,this.source.start),s=o+e;for(let c=o;c<s;c++)r[c]===`\n`?(t=1,i+=1):t+=1;return{column:t,line:i,offset:s}}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}rangeBy(e={}){let t=\"document\"in this.source.input?this.source.input.document:this.source.input.css,i={column:this.source.start.column,line:this.source.start.line,offset:De(t,this.source.start)},r=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:typeof this.source.end.offset==\"number\"?this.source.end.offset:De(t,this.source.end)+1}:{column:i.column+1,line:i.line,offset:i.offset+1};if(e.word){let s=t.slice(De(t,this.source.start),De(t,this.source.end)).indexOf(e.word);s!==-1&&(i=this.positionInside(s),r=this.positionInside(s+e.word.length))}else e.start?i={column:e.start.column,line:e.start.line,offset:De(t,e.start)}:e.index&&(i=this.positionInside(e.index)),e.end?r={column:e.end.column,line:e.end.line,offset:De(t,e.end)}:typeof e.endIndex==\"number\"?r=this.positionInside(e.endIndex):e.index&&(r=this.positionInside(e.index+1));return(r.line<i.line||r.line===i.line&&r.column<=i.column)&&(r={column:i.column+1,line:i.line,offset:i.offset+1}),{end:r,start:i}}raw(e,t){return new ss().raw(this,e,t)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...e){if(this.parent){let t=this,i=!1;for(let r of e)r===this?i=!0:i?(this.parent.insertAfter(t,r),t=r):this.parent.insertBefore(t,r);i||this.remove()}return this}root(){let e=this;for(;e.parent&&e.parent.type!==\"document\";)e=e.parent;return e}toJSON(e,t){let i={},r=t==null;t=t||new Map;let o=0;for(let s in this){if(!Object.prototype.hasOwnProperty.call(this,s)||s===\"parent\"||s===\"proxyCache\")continue;let c=this[s];if(Array.isArray(c))i[s]=c.map(u=>typeof u==\"object\"&&u.toJSON?u.toJSON(null,t):u);else if(typeof c==\"object\"&&c.toJSON)i[s]=c.toJSON(null,t);else if(s===\"source\"){if(c==null)continue;let u=t.get(c.input);u==null&&(u=o,t.set(c.input,o),o++),i[s]={end:c.end,inputId:u,start:c.start}}else i[s]=c}return r&&(i.inputs=[...t.keys()].map(s=>s.toJSON())),i}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(e=ls){e.stringify&&(e=e.stringify);let t=\"\";return e(this,i=>{t+=i}),t}warn(e,t,i={}){let r={node:this};for(let o in i)r[o]=i[o];return e.warn(t,r)}};Mi.exports=ct;ct.default=ct});var mt=Q((yu,ki)=>{\"use strict\";var us=dt(),ft=class extends us{constructor(e){super(e),this.type=\"comment\"}};ki.exports=ft;ft.default=ft});var ht=Q((Su,Di)=>{\"use strict\";var cs=dt(),pt=class extends cs{get variable(){return this.prop.startsWith(\"--\")||this.prop[0]===\"$\"}constructor(e){e&&typeof e.value<\"u\"&&typeof e.value!=\"string\"&&(e={...e,value:String(e.value)}),super(e),this.type=\"decl\"}};Di.exports=pt;pt.default=pt});var ve=Q((Au,Ii)=>{\"use strict\";var Li=mt(),Ti=ht(),ds=dt(),{isClean:Ri,my:vi}=Tt(),hn,Bi,_i,xn;function Oi(n){return n.map(e=>(e.nodes&&(e.nodes=Oi(e.nodes)),delete e.source,e))}function Pi(n){if(n[Ri]=!1,n.proxyOf.nodes)for(let e of n.proxyOf.nodes)Pi(e)}var Ce=class n extends ds{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...e){for(let t of e){let i=this.normalize(t,this.last);for(let r of i)this.proxyOf.nodes.push(r)}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let t of this.nodes)t.cleanRaws(e)}each(e){if(!this.proxyOf.nodes)return;let t=this.getIterator(),i,r;for(;this.indexes[t]<this.proxyOf.nodes.length&&(i=this.indexes[t],r=e(this.proxyOf.nodes[i],i),r!==!1);)this.indexes[t]+=1;return delete this.indexes[t],r}every(e){return this.nodes.every(e)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}getProxyProcessor(){return{get(e,t){return t===\"proxyOf\"?e:e[t]?t===\"each\"||typeof t==\"string\"&&t.startsWith(\"walk\")?(...i)=>e[t](...i.map(r=>typeof r==\"function\"?(o,s)=>r(o.toProxy(),s):r)):t===\"every\"||t===\"some\"?i=>e[t]((r,...o)=>i(r.toProxy(),...o)):t===\"root\"?()=>e.root().toProxy():t===\"nodes\"?e.nodes.map(i=>i.toProxy()):t===\"first\"||t===\"last\"?e[t].toProxy():e[t]:e[t]},set(e,t,i){return e[t]===i||(e[t]=i,(t===\"name\"||t===\"params\"||t===\"selector\")&&e.markDirty()),!0}}}index(e){return typeof e==\"number\"?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}insertAfter(e,t){let i=this.index(e),r=this.normalize(t,this.proxyOf.nodes[i]).reverse();i=this.index(e);for(let s of r)this.proxyOf.nodes.splice(i+1,0,s);let o;for(let s in this.indexes)o=this.indexes[s],i<o&&(this.indexes[s]=o+r.length);return this.markDirty(),this}insertBefore(e,t){let i=this.index(e),r=i===0?\"prepend\":!1,o=this.normalize(t,this.proxyOf.nodes[i],r).reverse();i=this.index(e);for(let c of o)this.proxyOf.nodes.splice(i,0,c);let s;for(let c in this.indexes)s=this.indexes[c],i<=s&&(this.indexes[c]=s+o.length);return this.markDirty(),this}normalize(e,t){if(typeof e==\"string\")e=Oi(Bi(e).nodes);else if(typeof e>\"u\")e=[];else if(Array.isArray(e)){e=e.slice(0);for(let r of e)r.parent&&r.parent.removeChild(r,\"ignore\")}else if(e.type===\"root\"&&this.type!==\"document\"){e=e.nodes.slice(0);for(let r of e)r.parent&&r.parent.removeChild(r,\"ignore\")}else if(e.type)e=[e];else if(e.prop){if(typeof e.value>\"u\")throw new Error(\"Value field is missed in node creation\");typeof e.value!=\"string\"&&(e.value=String(e.value)),e=[new Ti(e)]}else if(e.selector||e.selectors)e=[new xn(e)];else if(e.name)e=[new hn(e)];else if(e.text)e=[new Li(e)];else throw new Error(\"Unknown node type in node creation\");return e.map(r=>(r[vi]||n.rebuild(r),r=r.proxyOf,r.parent&&r.parent.removeChild(r),r[Ri]&&Pi(r),r.raws||(r.raws={}),typeof r.raws.before>\"u\"&&t&&typeof t.raws.before<\"u\"&&(r.raws.before=t.raws.before.replace(/\\S/g,\"\")),r.parent=this.proxyOf,r))}prepend(...e){e=e.reverse();for(let t of e){let i=this.normalize(t,this.first,\"prepend\").reverse();for(let r of i)this.proxyOf.nodes.unshift(r);for(let r in this.indexes)this.indexes[r]=this.indexes[r]+i.length}return this.markDirty(),this}push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(e){e=this.index(e),this.proxyOf.nodes[e].parent=void 0,this.proxyOf.nodes.splice(e,1);let t;for(let i in this.indexes)t=this.indexes[i],t>=e&&(this.indexes[i]=t-1);return this.markDirty(),this}replaceValues(e,t,i){return i||(i=t,t={}),this.walkDecls(r=>{t.props&&!t.props.includes(r.prop)||t.fast&&!r.value.includes(t.fast)||(r.value=r.value.replace(e,i))}),this.markDirty(),this}some(e){return this.nodes.some(e)}walk(e){return this.each((t,i)=>{let r;try{r=e(t,i)}catch(o){throw t.addToError(o)}return r!==!1&&t.walk&&(r=t.walk(e)),r})}walkAtRules(e,t){return t?e instanceof RegExp?this.walk((i,r)=>{if(i.type===\"atrule\"&&e.test(i.name))return t(i,r)}):this.walk((i,r)=>{if(i.type===\"atrule\"&&i.name===e)return t(i,r)}):(t=e,this.walk((i,r)=>{if(i.type===\"atrule\")return t(i,r)}))}walkComments(e){return this.walk((t,i)=>{if(t.type===\"comment\")return e(t,i)})}walkDecls(e,t){return t?e instanceof RegExp?this.walk((i,r)=>{if(i.type===\"decl\"&&e.test(i.prop))return t(i,r)}):this.walk((i,r)=>{if(i.type===\"decl\"&&i.prop===e)return t(i,r)}):(t=e,this.walk((i,r)=>{if(i.type===\"decl\")return t(i,r)}))}walkRules(e,t){return t?e instanceof RegExp?this.walk((i,r)=>{if(i.type===\"rule\"&&e.test(i.selector))return t(i,r)}):this.walk((i,r)=>{if(i.type===\"rule\"&&i.selector===e)return t(i,r)}):(t=e,this.walk((i,r)=>{if(i.type===\"rule\")return t(i,r)}))}};Ce.registerParse=n=>{Bi=n};Ce.registerRule=n=>{xn=n};Ce.registerAtRule=n=>{hn=n};Ce.registerRoot=n=>{_i=n};Ii.exports=Ce;Ce.default=Ce;Ce.rebuild=n=>{n.type===\"atrule\"?Object.setPrototypeOf(n,hn.prototype):n.type===\"rule\"?Object.setPrototypeOf(n,xn.prototype):n.type===\"decl\"?Object.setPrototypeOf(n,Ti.prototype):n.type===\"comment\"?Object.setPrototypeOf(n,Li.prototype):n.type===\"root\"&&Object.setPrototypeOf(n,_i.prototype),n[vi]=!0,n.nodes&&n.nodes.forEach(e=>{Ce.rebuild(e)})}});var Rt=Q((Eu,Hi)=>{\"use strict\";var Wi=ve(),Ve=class extends Wi{constructor(e){super(e),this.type=\"atrule\"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}};Hi.exports=Ve;Ve.default=Ve;Wi.registerAtRule(Ve)});var vt=Q((Fu,zi)=>{\"use strict\";var fs=ve(),Ui,qi,Ue=class extends fs{constructor(e){super({type:\"document\",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new Ui(new qi,this,e).stringify()}};Ue.registerLazyResult=n=>{Ui=n};Ue.registerProcessor=n=>{qi=n};zi.exports=Ue;Ue.default=Ue});var Gi=Q((bu,ji)=>{var ms=\"useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict\",ps=(n,e=21)=>(t=e)=>{let i=\"\",r=t|0;for(;r--;)i+=n[Math.random()*n.length|0];return i},hs=(n=21)=>{let e=\"\",t=n|0;for(;t--;)e+=ms[Math.random()*64|0];return e};ji.exports={nanoid:hs,customAlphabet:ps}});var Bt=Q(()=>{});var _t=Q(()=>{});var gn=Q(()=>{});var $i=Q(()=>{});var Sn=Q((Ru,Ji)=>{\"use strict\";var{existsSync:xs,readFileSync:gs}=$i(),{dirname:yn,join:ys}=Bt(),{SourceMapConsumer:Vi,SourceMapGenerator:Ki}=_t();function Ss(n){return Buffer?Buffer.from(n,\"base64\").toString():window.atob(n)}var xt=class{constructor(e,t){if(t.map===!1)return;this.loadAnnotation(e),this.inline=this.startWith(this.annotation,\"data:\");let i=t.map?t.map.prev:void 0,r=this.loadMap(t.from,i);!this.mapFile&&t.from&&(this.mapFile=t.from),this.mapFile&&(this.root=yn(this.mapFile)),r&&(this.text=r)}consumer(){return this.consumerCache||(this.consumerCache=new Vi(this.text)),this.consumerCache}decodeInline(e){let t=/^data:application\\/json;charset=utf-?8;base64,/,i=/^data:application\\/json;base64,/,r=/^data:application\\/json;charset=utf-?8,/,o=/^data:application\\/json,/,s=e.match(r)||e.match(o);if(s)return decodeURIComponent(e.substr(s[0].length));let c=e.match(t)||e.match(i);if(c)return Ss(e.substr(c[0].length));let u=e.match(/data:application\\/json;([^,]+),/)[1];throw new Error(\"Unsupported source map encoding \"+u)}getAnnotationURL(e){return e.replace(/^\\/\\*\\s*# sourceMappingURL=/,\"\").trim()}isMap(e){return typeof e!=\"object\"?!1:typeof e.mappings==\"string\"||typeof e._mappings==\"string\"||Array.isArray(e.sections)}loadAnnotation(e){let t=e.match(/\\/\\*\\s*# sourceMappingURL=/g);if(!t)return;let i=e.lastIndexOf(t.pop()),r=e.indexOf(\"*/\",i);i>-1&&r>-1&&(this.annotation=this.getAnnotationURL(e.substring(i,r)))}loadFile(e){if(this.root=yn(e),xs(e))return this.mapFile=e,gs(e,\"utf-8\").toString().trim()}loadMap(e,t){if(t===!1)return!1;if(t){if(typeof t==\"string\")return t;if(typeof t==\"function\"){let i=t(e);if(i){let r=this.loadFile(i);if(!r)throw new Error(\"Unable to load previous source map: \"+i.toString());return r}}else{if(t instanceof Vi)return Ki.fromSourceMap(t).toString();if(t instanceof Ki)return t.toString();if(this.isMap(t))return JSON.stringify(t);throw new Error(\"Unsupported previous source map format: \"+t.toString())}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let i=this.annotation;return e&&(i=ys(yn(e),i)),this.loadFile(i)}}}startWith(e,t){return e?e.substr(0,t.length)===t:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};Ji.exports=xt;xt.default=xt});var gt=Q((vu,er)=>{\"use strict\";var{nanoid:As}=Gi(),{isAbsolute:Fn,resolve:bn}=Bt(),{SourceMapConsumer:Es,SourceMapGenerator:Fs}=_t(),{fileURLToPath:Qi,pathToFileURL:Ot}=gn(),Yi=Lt(),bs=Sn(),An=cn(),En=Symbol(\"lineToIndexCache\"),Ns=!!(Es&&Fs),Zi=!!(bn&&Fn);function Xi(n){if(n[En])return n[En];let e=n.css.split(`\n`),t=new Array(e.length),i=0;for(let r=0,o=e.length;r<o;r++)t[r]=i,i+=e[r].length+1;return n[En]=t,t}var Ke=class{get from(){return this.file||this.id}constructor(e,t={}){if(e===null||typeof e>\"u\"||typeof e==\"object\"&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),this.css[0]===\"\\uFEFF\"||this.css[0]===\"\\uFFFE\"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,t.document&&(this.document=t.document.toString()),t.from&&(!Zi||/^\\w+:\\/\\//.test(t.from)||Fn(t.from)?this.file=t.from:this.file=bn(t.from)),Zi&&Ns){let i=new bs(this.css,t);if(i.text){this.map=i;let r=i.consumer().file;!this.file&&r&&(this.file=this.mapResolve(r))}}this.file||(this.id=\"<input css \"+As(6)+\">\"),this.map&&(this.map.file=this.from)}error(e,t,i,r={}){let o,s,c,u,a;if(t&&typeof t==\"object\"){let f=t,p=i;if(typeof f.offset==\"number\"){u=f.offset;let h=this.fromOffset(u);t=h.line,i=h.col}else t=f.line,i=f.column,u=this.fromLineAndColumn(t,i);if(typeof p.offset==\"number\"){c=p.offset;let h=this.fromOffset(c);s=h.line,o=h.col}else s=p.line,o=p.column,c=this.fromLineAndColumn(p.line,p.column)}else if(i)u=this.fromLineAndColumn(t,i);else{u=t;let f=this.fromOffset(u);t=f.line,i=f.col}let l=this.origin(t,i,s,o);return l?a=new Yi(e,l.endLine===void 0?l.line:{column:l.column,line:l.line},l.endLine===void 0?l.column:{column:l.endColumn,line:l.endLine},l.source,l.file,r.plugin):a=new Yi(e,s===void 0?t:{column:i,line:t},s===void 0?i:{column:o,line:s},this.css,this.file,r.plugin),a.input={column:i,endColumn:o,endLine:s,endOffset:c,line:t,offset:u,source:this.css},this.file&&(Ot&&(a.input.url=Ot(this.file).toString()),a.input.file=this.file),a}fromLineAndColumn(e,t){return Xi(this)[e-1]+t-1}fromOffset(e){let t=Xi(this),i=t[t.length-1],r=0;if(e>=i)r=t.length-1;else{let o=t.length-2,s;for(;r<o;)if(s=r+(o-r>>1),e<t[s])o=s-1;else if(e>=t[s+1])r=s+1;else{r=s;break}}return{col:e-t[r]+1,line:r+1}}mapResolve(e){return/^\\w+:\\/\\//.test(e)?e:bn(this.map.consumer().sourceRoot||this.map.root||\".\",e)}origin(e,t,i,r){if(!this.map)return!1;let o=this.map.consumer(),s=o.originalPositionFor({column:t,line:e});if(!s.source)return!1;let c;typeof i==\"number\"&&(c=o.originalPositionFor({column:r,line:i}));let u;Fn(s.source)?u=Ot(s.source):u=new URL(s.source,this.map.consumer().sourceRoot||Ot(this.map.mapFile));let a={column:s.column,endColumn:c&&c.column,endLine:c&&c.line,line:s.line,url:u.toString()};if(u.protocol===\"file:\")if(Qi)a.file=Qi(u);else throw new Error(\"file: protocol is not available in this PostCSS build\");let l=o.sourceContentFor(s.source);return l&&(a.source=l),a}toJSON(){let e={};for(let t of[\"hasBOM\",\"css\",\"file\",\"id\"])this[t]!=null&&(e[t]=this[t]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}};er.exports=Ke;Ke.default=Ke;An&&An.registerInput&&An.registerInput(Ke)});var Je=Q((Bu,rr)=>{\"use strict\";var tr=ve(),nr,ir,Be=class extends tr{constructor(e){super(e),this.type=\"root\",this.nodes||(this.nodes=[])}normalize(e,t,i){let r=super.normalize(e);if(t){if(i===\"prepend\")this.nodes.length>1?t.raws.before=this.nodes[1].raws.before:delete t.raws.before;else if(this.first!==t)for(let o of r)o.raws.before=t.raws.before}return r}removeChild(e,t){let i=this.index(e);return!t&&i===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[i].raws.before),super.removeChild(e)}toResult(e={}){return new nr(new ir,this,e).stringify()}};Be.registerLazyResult=n=>{nr=n};Be.registerProcessor=n=>{ir=n};rr.exports=Be;Be.default=Be;tr.registerRoot(Be)});var Nn=Q((_u,or)=>{\"use strict\";var yt={comma(n){return yt.split(n,[\",\"],!0)},space(n){let e=[\" \",`\n`,\"\t\"];return yt.split(n,e)},split(n,e,t){let i=[],r=\"\",o=!1,s=0,c=!1,u=\"\",a=!1;for(let l of n)a?a=!1:l===\"\\\\\"?a=!0:c?l===u&&(c=!1):l==='\"'||l===\"'\"?(c=!0,u=l):l===\"(\"?s+=1:l===\")\"?s>0&&(s-=1):s===0&&e.includes(l)&&(o=!0),o?(r!==\"\"&&i.push(r.trim()),r=\"\",o=!1):r+=l;return(t||r!==\"\")&&i.push(r.trim()),i}};or.exports=yt;yt.default=yt});var Pt=Q((Ou,lr)=>{\"use strict\";var sr=ve(),ws=Nn(),Qe=class extends sr{get selectors(){return ws.comma(this.selector)}set selectors(e){let t=this.selector?this.selector.match(/,\\s*/):null,i=t?t[0]:\",\"+this.raw(\"between\",\"beforeOpen\");this.selector=e.join(i)}constructor(e){super(e),this.type=\"rule\",this.nodes||(this.nodes=[])}};lr.exports=Qe;Qe.default=Qe;sr.registerRule(Qe)});var ur=Q((Pu,ar)=>{\"use strict\";var Cs=Rt(),Ms=mt(),ks=ht(),Ds=gt(),Ls=Sn(),Ts=Je(),Rs=Pt();function St(n,e){if(Array.isArray(n))return n.map(r=>St(r));let{inputs:t,...i}=n;if(t){e=[];for(let r of t){let o={...r,__proto__:Ds.prototype};o.map&&(o.map={...o.map,__proto__:Ls.prototype}),e.push(o)}}if(i.nodes&&(i.nodes=n.nodes.map(r=>St(r,e))),i.source){let{inputId:r,...o}=i.source;i.source=o,r!=null&&(i.source.input=e[r])}if(i.type===\"root\")return new Ts(i);if(i.type===\"decl\")return new ks(i);if(i.type===\"rule\")return new Rs(i);if(i.type===\"comment\")return new Ms(i);if(i.type===\"atrule\")return new Cs(i);throw new Error(\"Unknown node type: \"+n.type)}ar.exports=St;St.default=St});var Cn=Q((Iu,hr)=>{\"use strict\";var{dirname:It,relative:dr,resolve:fr,sep:mr}=Bt(),{SourceMapConsumer:pr,SourceMapGenerator:Wt}=_t(),{pathToFileURL:cr}=gn(),vs=gt(),Bs=!!(pr&&Wt),_s=!!(It&&fr&&dr&&mr),wn=class{constructor(e,t,i,r){this.stringify=e,this.mapOpts=i.map||{},this.root=t,this.opts=i,this.css=r,this.originalCSS=r,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let e;this.isInline()?e=\"data:application/json;base64,\"+this.toBase64(this.map.toString()):typeof this.mapOpts.annotation==\"string\"?e=this.mapOpts.annotation:typeof this.mapOpts.annotation==\"function\"?e=this.mapOpts.annotation(this.opts.to,this.root):e=this.outputFile()+\".map\";let t=`\n`;this.css.includes(`\\r\n`)&&(t=`\\r\n`),this.css+=t+\"/*# sourceMappingURL=\"+e+\" */\"}applyPrevMaps(){for(let e of this.previous()){let t=this.toUrl(this.path(e.file)),i=e.root||It(e.file),r;this.mapOpts.sourcesContent===!1?(r=new pr(e.text),r.sourcesContent&&(r.sourcesContent=null)):r=e.consumer(),this.map.applySourceMap(r,t,this.toUrl(this.path(i)))}}clearAnnotation(){if(this.mapOpts.annotation!==!1){if(this.root){let e;for(let t=this.root.nodes.length-1;t>=0;t--)e=this.root.nodes[t],e.type===\"comment\"&&e.text.startsWith(\"# sourceMappingURL=\")&&this.root.removeChild(t)}else if(this.css){let e;for(;(e=this.css.lastIndexOf(\"/*#\"))!==-1;){let t=this.css.indexOf(\"*/\",e+3);if(t===-1)break;for(;e>0&&this.css[e-1]===`\n`;)e--;this.css=this.css.slice(0,e)+this.css.slice(t+2)}}}}generate(){if(this.clearAnnotation(),_s&&Bs&&this.isMap())return this.generateMap();{let e=\"\";return this.stringify(this.root,t=>{e+=t}),[e]}}generateMap(){if(this.root)this.generateString();else if(this.previous().length===1){let e=this.previous()[0].consumer();e.file=this.outputFile(),this.map=Wt.fromSourceMap(e,{ignoreInvalidMapping:!0})}else this.map=new Wt({file:this.outputFile(),ignoreInvalidMapping:!0}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):\"<no source>\"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css=\"\",this.map=new Wt({file:this.outputFile(),ignoreInvalidMapping:!0});let e=1,t=1,i=\"<no source>\",r={generated:{column:0,line:0},original:{column:0,line:0},source:\"\"},o,s;this.stringify(this.root,(c,u,a)=>{if(this.css+=c,u&&a!==\"end\"&&(r.generated.line=e,r.generated.column=t-1,u.source&&u.source.start?(r.source=this.sourcePath(u),r.original.line=u.source.start.line,r.original.column=u.source.start.column-1,this.map.addMapping(r)):(r.source=i,r.original.line=1,r.original.column=0,this.map.addMapping(r))),s=c.match(/\\n/g),s?(e+=s.length,o=c.lastIndexOf(`\n`),t=c.length-o):t+=c.length,u&&a!==\"start\"){let l=u.parent||{raws:{}};(!(u.type===\"decl\"||u.type===\"atrule\"&&!u.nodes)||u!==l.last||l.raws.semicolon)&&(u.source&&u.source.end?(r.source=this.sourcePath(u),r.original.line=u.source.end.line,r.original.column=u.source.end.column-1,r.generated.line=e,r.generated.column=t-2,this.map.addMapping(r)):(r.source=i,r.original.line=1,r.original.column=0,r.generated.line=e,r.generated.column=t-1,this.map.addMapping(r)))}})}isAnnotation(){return this.isInline()?!0:typeof this.mapOpts.annotation<\"u\"?this.mapOpts.annotation:this.previous().length?this.previous().some(e=>e.annotation):!0}isInline(){if(typeof this.mapOpts.inline<\"u\")return this.mapOpts.inline;let e=this.mapOpts.annotation;return typeof e<\"u\"&&e!==!0?!1:this.previous().length?this.previous().some(t=>t.inline):!0}isMap(){return typeof this.opts.map<\"u\"?!!this.opts.map:this.previous().length>0}isSourcesContent(){return typeof this.mapOpts.sourcesContent<\"u\"?this.mapOpts.sourcesContent:this.previous().length?this.previous().some(e=>e.withContent()):!0}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):\"to.css\"}path(e){if(this.mapOpts.absolute||e.charCodeAt(0)===60||/^\\w+:\\/\\//.test(e))return e;let t=this.memoizedPaths.get(e);if(t)return t;let i=this.opts.to?It(this.opts.to):\".\";typeof this.mapOpts.annotation==\"string\"&&(i=It(fr(i,this.mapOpts.annotation)));let r=dr(i,e);return this.memoizedPaths.set(e,r),r}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk(e=>{if(e.source&&e.source.input.map){let t=e.source.input.map;this.previousMaps.includes(t)||this.previousMaps.push(t)}});else{let e=new vs(this.originalCSS,this.opts);e.map&&this.previousMaps.push(e.map)}return this.previousMaps}setSourcesContent(){let e={};if(this.root)this.root.walk(t=>{if(t.source){let i=t.source.input.from;if(i&&!e[i]){e[i]=!0;let r=this.usesFileUrls?this.toFileUrl(i):this.toUrl(this.path(i));this.map.setSourceContent(r,t.source.input.css)}}});else if(this.css){let t=this.opts.from?this.toUrl(this.path(this.opts.from)):\"<no source>\";this.map.setSourceContent(t,this.css)}}sourcePath(e){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(e.source.input.from):this.toUrl(this.path(e.source.input.from))}toBase64(e){return Buffer?Buffer.from(e).toString(\"base64\"):window.btoa(unescape(encodeURIComponent(e)))}toFileUrl(e){let t=this.memoizedFileURLs.get(e);if(t)return t;if(cr){let i=cr(e).toString();return this.memoizedFileURLs.set(e,i),i}else throw new Error(\"`map.absolute` option is not available in this PostCSS build\")}toUrl(e){let t=this.memoizedURLs.get(e);if(t)return t;mr===\"\\\\\"&&(e=e.replace(/\\\\/g,\"/\"));let i=encodeURI(e).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(e,i),i}};hr.exports=wn});var yr=Q((Wu,gr)=>{\"use strict\";var Ht=/[\\t\\n\\f\\r \"#'()/;[\\\\\\]{}]/g,Ut=/[\\t\\n\\f\\r !\"#'():;@[\\\\\\]{}]|\\/(?=\\*)/g,Os=/.[\\r\\n\"'(/\\\\]/,xr=/[\\da-f]/i;gr.exports=function(e,t={}){let i=e.css.valueOf(),r=t.ignoreErrors,o,s,c,u,a,l,f,p,h,w,b=i.length,S=0,z=[],_=[];function D(){return S}function K(E){throw e.error(\"Unclosed \"+E,S)}function I(){return _.length===0&&S>=b}function m(E){if(_.length)return _.pop();if(S>=b)return;let C=E?E.ignoreUnclosed:!1;switch(o=i.charCodeAt(S),o){case 10:case 32:case 9:case 13:case 12:{u=S;do u+=1,o=i.charCodeAt(u);while(o===32||o===10||o===9||o===13||o===12);l=[\"space\",i.slice(S,u)],S=u-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let F=String.fromCharCode(o);l=[F,F,S];break}case 40:{if(w=z.length?z.pop()[1]:\"\",h=i.charCodeAt(S+1),w===\"url\"&&h!==39&&h!==34&&h!==32&&h!==10&&h!==9&&h!==12&&h!==13){u=S;do{if(f=!1,u=i.indexOf(\")\",u+1),u===-1)if(r||C){u=S;break}else K(\"bracket\");for(p=u;i.charCodeAt(p-1)===92;)p-=1,f=!f}while(f);l=[\"brackets\",i.slice(S,u+1),S,u],S=u}else u=i.indexOf(\")\",S+1),s=i.slice(S,u+1),u===-1||Os.test(s)?l=[\"(\",\"(\",S]:(l=[\"brackets\",s,S,u],S=u);break}case 39:case 34:{a=o===39?\"'\":'\"',u=S;do{if(f=!1,u=i.indexOf(a,u+1),u===-1)if(r||C){u=S+1;break}else K(\"string\");for(p=u;i.charCodeAt(p-1)===92;)p-=1,f=!f}while(f);l=[\"string\",i.slice(S,u+1),S,u],S=u;break}case 64:{Ht.lastIndex=S+1,Ht.test(i),Ht.lastIndex===0?u=i.length-1:u=Ht.lastIndex-2,l=[\"at-word\",i.slice(S,u+1),S,u],S=u;break}case 92:{for(u=S,c=!0;i.charCodeAt(u+1)===92;)u+=1,c=!c;if(o=i.charCodeAt(u+1),c&&o!==47&&o!==32&&o!==10&&o!==9&&o!==13&&o!==12&&(u+=1,xr.test(i.charAt(u)))){for(;xr.test(i.charAt(u+1));)u+=1;i.charCodeAt(u+1)===32&&(u+=1)}l=[\"word\",i.slice(S,u+1),S,u],S=u;break}default:{o===47&&i.charCodeAt(S+1)===42?(u=i.indexOf(\"*/\",S+2)+1,u===0&&(r||C?u=i.length:K(\"comment\")),l=[\"comment\",i.slice(S,u+1),S,u],S=u):(Ut.lastIndex=S+1,Ut.test(i),Ut.lastIndex===0?u=i.length-1:u=Ut.lastIndex-2,l=[\"word\",i.slice(S,u+1),S,u],z.push(l),S=u);break}}return S++,l}function x(E){_.push(E)}return{back:x,endOfFile:I,nextToken:m,position:D}}});var Fr=Q((Hu,Er)=>{\"use strict\";var Ps=Rt(),Is=mt(),Ws=ht(),Hs=Je(),Sr=Pt(),Us=yr(),Ar={empty:!0,space:!0};function qs(n){for(let e=n.length-1;e>=0;e--){let t=n[e],i=t[3]||t[2];if(i)return i}}var Mn=class{constructor(e){this.input=e,this.root=new Hs,this.current=this.root,this.spaces=\"\",this.semicolon=!1,this.createTokenizer(),this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let t=new Ps;t.name=e[1].slice(1),t.name===\"\"&&this.unnamedAtrule(t,e),this.init(t,e[2]);let i,r,o,s=!1,c=!1,u=[],a=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i===\"(\"||i===\"[\"?a.push(i===\"(\"?\")\":\"]\"):i===\"{\"&&a.length>0?a.push(\"}\"):i===a[a.length-1]&&a.pop(),a.length===0)if(i===\";\"){t.source.end=this.getPosition(e[2]),t.source.end.offset++,this.semicolon=!0;break}else if(i===\"{\"){c=!0;break}else if(i===\"}\"){if(u.length>0){for(o=u.length-1,r=u[o];r&&r[0]===\"space\";)r=u[--o];r&&(t.source.end=this.getPosition(r[3]||r[2]),t.source.end.offset++)}this.end(e);break}else u.push(e);else u.push(e);if(this.tokenizer.endOfFile()){s=!0;break}}t.raws.between=this.spacesAndCommentsFromEnd(u),u.length?(t.raws.afterName=this.spacesAndCommentsFromStart(u),this.raw(t,\"params\",u),s&&(e=u[u.length-1],t.source.end=this.getPosition(e[3]||e[2]),t.source.end.offset++,this.spaces=t.raws.between,t.raws.between=\"\")):(t.raws.afterName=\"\",t.params=\"\"),c&&(t.nodes=[],this.current=t)}checkMissedSemicolon(e){let t=this.colon(e);if(t===!1)return;let i=0,r;for(let o=t-1;o>=0&&(r=e[o],!(r[0]!==\"space\"&&(i+=1,i===2)));o--);throw this.input.error(\"Missed semicolon\",r[0]===\"word\"?r[3]+1:r[2])}colon(e){let t=0,i,r,o;for(let[s,c]of e.entries()){if(r=c,o=r[0],o===\"(\"&&(t+=1),o===\")\"&&(t-=1),t===0&&o===\":\")if(!i)this.doubleColon(r);else{if(i[0]===\"word\"&&i[1]===\"progid\")continue;return s}i=r}return!1}comment(e){let t=new Is;this.init(t,e[2]),t.source.end=this.getPosition(e[3]||e[2]),t.source.end.offset++;let i=e[1].slice(2,-2);if(!i.trim())t.text=\"\",t.raws.left=i,t.raws.right=\"\";else{let r=i.match(/^(\\s*)([^]*\\S)(\\s*)$/);t.text=r[2],t.raws.left=r[1],t.raws.right=r[3]}}createTokenizer(){this.tokenizer=Us(this.input)}decl(e,t){let i=new Ws;this.init(i,e[0][2]);let r=e[e.length-1];for(r[0]===\";\"&&(this.semicolon=!0,e.pop()),i.source.end=this.getPosition(r[3]||r[2]||qs(e)),i.source.end.offset++;e[0][0]!==\"word\";)e.length===1&&this.unknownWord(e),i.raws.before+=e.shift()[1];for(i.source.start=this.getPosition(e[0][2]),i.prop=\"\";e.length;){let a=e[0][0];if(a===\":\"||a===\"space\"||a===\"comment\")break;i.prop+=e.shift()[1]}i.raws.between=\"\";let o;for(;e.length;)if(o=e.shift(),o[0]===\":\"){i.raws.between+=o[1];break}else o[0]===\"word\"&&/\\w/.test(o[1])&&this.unknownWord([o]),i.raws.between+=o[1];(i.prop[0]===\"_\"||i.prop[0]===\"*\")&&(i.raws.before+=i.prop[0],i.prop=i.prop.slice(1));let s=[],c;for(;e.length&&(c=e[0][0],!(c!==\"space\"&&c!==\"comment\"));)s.push(e.shift());this.precheckMissedSemicolon(e);for(let a=e.length-1;a>=0;a--){if(o=e[a],o[1].toLowerCase()===\"!important\"){i.important=!0;let l=this.stringFrom(e,a);l=this.spacesFromEnd(e)+l,l!==\" !important\"&&(i.raws.important=l);break}else if(o[1].toLowerCase()===\"important\"){let l=e.slice(0),f=\"\";for(let p=a;p>0;p--){let h=l[p][0];if(f.trim().startsWith(\"!\")&&h!==\"space\")break;f=l.pop()[1]+f}f.trim().startsWith(\"!\")&&(i.important=!0,i.raws.important=f,e=l)}if(o[0]!==\"space\"&&o[0]!==\"comment\")break}e.some(a=>a[0]!==\"space\"&&a[0]!==\"comment\")&&(i.raws.between+=s.map(a=>a[1]).join(\"\"),s=[]),this.raw(i,\"value\",s.concat(e),t),i.value.includes(\":\")&&!t&&this.checkMissedSemicolon(e)}doubleColon(e){throw this.input.error(\"Double colon\",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let t=new Sr;this.init(t,e[2]),t.selector=\"\",t.raws.between=\"\",this.current=t}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||\"\")+this.spaces,this.spaces=\"\",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||\"\")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let t=this.current.nodes[this.current.nodes.length-1];t&&t.type===\"rule\"&&!t.raws.ownSemicolon&&(t.raws.ownSemicolon=this.spaces,this.spaces=\"\",t.source.end=this.getPosition(e[2]),t.source.end.offset+=t.raws.ownSemicolon.length)}}getPosition(e){let t=this.input.fromOffset(e);return{column:t.col,line:t.line,offset:e}}init(e,t){this.current.push(e),e.source={input:this.input,start:this.getPosition(t)},e.raws.before=this.spaces,this.spaces=\"\",e.type!==\"comment\"&&(this.semicolon=!1)}other(e){let t=!1,i=null,r=!1,o=null,s=[],c=e[1].startsWith(\"--\"),u=[],a=e;for(;a;){if(i=a[0],u.push(a),i===\"(\"||i===\"[\")o||(o=a),s.push(i===\"(\"?\")\":\"]\");else if(c&&r&&i===\"{\")o||(o=a),s.push(\"}\");else if(s.length===0)if(i===\";\")if(r){this.decl(u,c);return}else break;else if(i===\"{\"){this.rule(u);return}else if(i===\"}\"){this.tokenizer.back(u.pop()),t=!0;break}else i===\":\"&&(r=!0);else i===s[s.length-1]&&(s.pop(),s.length===0&&(o=null));a=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(t=!0),s.length>0&&this.unclosedBracket(o),t&&r){if(!c)for(;u.length&&(a=u[u.length-1][0],!(a!==\"space\"&&a!==\"comment\"));)this.tokenizer.back(u.pop());this.decl(u,c)}else this.unknownWord(u)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case\"space\":this.spaces+=e[1];break;case\";\":this.freeSemicolon(e);break;case\"}\":this.end(e);break;case\"comment\":this.comment(e);break;case\"at-word\":this.atrule(e);break;case\"{\":this.emptyRule(e);break;default:this.other(e);break}this.endFile()}precheckMissedSemicolon(){}raw(e,t,i,r){let o,s,c=i.length,u=\"\",a=!0,l,f;for(let p=0;p<c;p+=1)o=i[p],s=o[0],s===\"space\"&&p===c-1&&!r?a=!1:s===\"comment\"?(f=i[p-1]?i[p-1][0]:\"empty\",l=i[p+1]?i[p+1][0]:\"empty\",!Ar[f]&&!Ar[l]?u.slice(-1)===\",\"?a=!1:u+=o[1]:a=!1):u+=o[1];if(!a){let p=i.reduce((h,w)=>h+w[1],\"\");e.raws[t]={raw:p,value:u}}e[t]=u}rule(e){e.pop();let t=new Sr;this.init(t,e[0][2]),t.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(t,\"selector\",e),this.current=t}spacesAndCommentsFromEnd(e){let t,i=\"\";for(;e.length&&(t=e[e.length-1][0],!(t!==\"space\"&&t!==\"comment\"));)i=e.pop()[1]+i;return i}spacesAndCommentsFromStart(e){let t,i=\"\";for(;e.length&&(t=e[0][0],!(t!==\"space\"&&t!==\"comment\"));)i+=e.shift()[1];return i}spacesFromEnd(e){let t,i=\"\";for(;e.length&&(t=e[e.length-1][0],t===\"space\");)i=e.pop()[1]+i;return i}stringFrom(e,t){let i=\"\";for(let r=t;r<e.length;r++)i+=e[r][1];return e.splice(t,e.length-t),i}unclosedBlock(){let e=this.current.source.start;throw this.input.error(\"Unclosed block\",e.line,e.column)}unclosedBracket(e){throw this.input.error(\"Unclosed bracket\",{offset:e[2]},{offset:e[2]+1})}unexpectedClose(e){throw this.input.error(\"Unexpected }\",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error(\"Unknown word \"+e[0][1],{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unnamedAtrule(e,t){throw this.input.error(\"At-rule without name\",{offset:t[2]},{offset:t[2]+t[1].length})}};Er.exports=Mn});var zt=Q((Uu,br)=>{\"use strict\";var zs=ve(),js=gt(),Gs=Fr();function qt(n,e){let t=new js(n,e),i=new Gs(t);try{i.parse()}catch(r){throw r}return i.root}br.exports=qt;qt.default=qt;zs.registerParse(qt)});var kn=Q((qu,Nr)=>{\"use strict\";var At=class{constructor(e,t={}){if(this.type=\"warning\",this.text=e,t.node&&t.node.source){let i=t.node.rangeBy(t);this.line=i.start.line,this.column=i.start.column,this.endLine=i.end.line,this.endColumn=i.end.column}for(let i in t)this[i]=t[i]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+\": \"+this.text:this.text}};Nr.exports=At;At.default=At});var jt=Q((zu,wr)=>{\"use strict\";var $s=kn(),Et=class{get content(){return this.css}constructor(e,t,i){this.processor=e,this.messages=[],this.root=t,this.opts=i,this.css=\"\",this.map=void 0}toString(){return this.css}warn(e,t={}){t.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(t.plugin=this.lastPlugin.postcssPlugin);let i=new $s(e,t);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type===\"warning\")}};wr.exports=Et;Et.default=Et});var Dn=Q((ju,Mr)=>{\"use strict\";var Cr={};Mr.exports=function(e){Cr[e]||(Cr[e]=!0,typeof console<\"u\"&&console.warn&&console.warn(e))}});var Rn=Q(($u,Tr)=>{\"use strict\";var Vs=ve(),Ks=vt(),Js=Cn(),Qs=zt(),kr=jt(),Ys=Je(),Zs=at(),{isClean:ke,my:Xs}=Tt(),Gu=Dn(),el={atrule:\"AtRule\",comment:\"Comment\",decl:\"Declaration\",document:\"Document\",root:\"Root\",rule:\"Rule\"},tl={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},nl={Once:!0,postcssPlugin:!0,prepare:!0},Ye=0;function Ft(n){return typeof n==\"object\"&&typeof n.then==\"function\"}function Lr(n){let e=!1,t=el[n.type];return n.type===\"decl\"?e=n.prop.toLowerCase():n.type===\"atrule\"&&(e=n.name.toLowerCase()),e&&n.append?[t,t+\"-\"+e,Ye,t+\"Exit\",t+\"Exit-\"+e]:e?[t,t+\"-\"+e,t+\"Exit\",t+\"Exit-\"+e]:n.append?[t,Ye,t+\"Exit\"]:[t,t+\"Exit\"]}function Dr(n){let e;return n.type===\"document\"?e=[\"Document\",Ye,\"DocumentExit\"]:n.type===\"root\"?e=[\"Root\",Ye,\"RootExit\"]:e=Lr(n),{eventIndex:0,events:e,iterator:0,node:n,visitorIndex:0,visitors:[]}}function Ln(n){return n[ke]=!1,n.nodes&&n.nodes.forEach(e=>Ln(e)),n}var Tn={},_e=class n{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return\"LazyResult\"}constructor(e,t,i){this.stringified=!1,this.processed=!1;let r;if(typeof t==\"object\"&&t!==null&&(t.type===\"root\"||t.type===\"document\"))r=Ln(t);else if(t instanceof n||t instanceof kr)r=Ln(t.root),t.map&&(typeof i.map>\"u\"&&(i.map={}),i.map.inline||(i.map.inline=!1),i.map.prev=t.map);else{let o=Qs;i.syntax&&(o=i.syntax.parse),i.parser&&(o=i.parser),o.parse&&(o=o.parse);try{r=o(t,i)}catch(s){this.processed=!0,this.error=s}r&&!r[Xs]&&Vs.rebuild(r)}this.result=new kr(e,r,i),this.helpers={...Tn,postcss:Tn,result:this.result},this.plugins=this.processor.plugins.map(o=>typeof o==\"object\"&&o.prepare?{...o,...o.prepare(this.result)}:o)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error(\"Use process(css).then(cb) to work with async plugins\")}handleError(e,t){let i=this.result.lastPlugin;try{t&&t.addToError(e),this.error=e,e.name===\"CssSyntaxError\"&&!e.plugin?(e.plugin=i.postcssPlugin,e.setMessage()):i.postcssVersion}catch(r){console&&console.error&&console.error(r)}return e}prepareVisitors(){this.listeners={};let e=(t,i,r)=>{this.listeners[i]||(this.listeners[i]=[]),this.listeners[i].push([t,r])};for(let t of this.plugins)if(typeof t==\"object\")for(let i in t){if(!tl[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${t.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!nl[i])if(typeof t[i]==\"object\")for(let r in t[i])r===\"*\"?e(t,i,t[i][r]):e(t,i+\"-\"+r.toLowerCase(),t[i][r]);else typeof t[i]==\"function\"&&e(t,i,t[i])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let t=this.plugins[e],i=this.runOnRoot(t);if(Ft(i))try{await i}catch(r){throw this.handleError(r)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[ke];){e[ke]=!0;let t=[Dr(e)];for(;t.length>0;){let i=this.visitTick(t);if(Ft(i))try{await i}catch(r){let o=t[t.length-1].node;throw this.handleError(r,o)}}}if(this.listeners.OnceExit)for(let[t,i]of this.listeners.OnceExit){this.result.lastPlugin=t;try{if(e.type===\"document\"){let r=e.nodes.map(o=>i(o,this.helpers));await Promise.all(r)}else await i(e,this.helpers)}catch(r){throw this.handleError(r)}}}return this.processed=!0,this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e==\"object\"&&e.Once){if(this.result.root.type===\"document\"){let t=this.result.root.nodes.map(i=>e.Once(i,this.helpers));return Ft(t[0])?Promise.all(t):t}return e.Once(this.result.root,this.helpers)}else if(typeof e==\"function\")return e(this.result.root,this.result)}catch(t){throw this.handleError(t)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,t=Zs;e.syntax&&(t=e.syntax.stringify),e.stringifier&&(t=e.stringifier),t.stringify&&(t=t.stringify);let r=new Js(t,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){let t=this.runOnRoot(e);if(Ft(t))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[ke];)e[ke]=!0,this.walkSync(e);if(this.listeners.OnceExit)if(e.type===\"document\")for(let t of e.nodes)this.visitSync(this.listeners.OnceExit,t);else this.visitSync(this.listeners.OnceExit,e)}return this.result}then(e,t){return this.async().then(e,t)}toString(){return this.css}visitSync(e,t){for(let[i,r]of e){this.result.lastPlugin=i;let o;try{o=r(t,this.helpers)}catch(s){throw this.handleError(s,t.proxyOf)}if(t.type!==\"root\"&&t.type!==\"document\"&&!t.parent)return!0;if(Ft(o))throw this.getAsyncError()}}visitTick(e){let t=e[e.length-1],{node:i,visitors:r}=t;if(i.type!==\"root\"&&i.type!==\"document\"&&!i.parent){e.pop();return}if(r.length>0&&t.visitorIndex<r.length){let[s,c]=r[t.visitorIndex];t.visitorIndex+=1,t.visitorIndex===r.length&&(t.visitors=[],t.visitorIndex=0),this.result.lastPlugin=s;try{return c(i.toProxy(),this.helpers)}catch(u){throw this.handleError(u,i)}}if(t.iterator!==0){let s=t.iterator,c;for(;c=i.nodes[i.indexes[s]];)if(i.indexes[s]+=1,!c[ke]){c[ke]=!0,e.push(Dr(c));return}t.iterator=0,delete i.indexes[s]}let o=t.events;for(;t.eventIndex<o.length;){let s=o[t.eventIndex];if(t.eventIndex+=1,s===Ye){i.nodes&&i.nodes.length&&(i[ke]=!0,t.iterator=i.getIterator());return}else if(this.listeners[s]){t.visitors=this.listeners[s];return}}e.pop()}walkSync(e){e[ke]=!0;let t=Lr(e);for(let i of t)if(i===Ye)e.nodes&&e.each(r=>{r[ke]||this.walkSync(r)});else{let r=this.listeners[i];if(r&&this.visitSync(r,e.toProxy()))return}}warnings(){return this.sync().warnings()}};_e.registerPostcss=n=>{Tn=n};Tr.exports=_e;_e.default=_e;Ys.registerLazyResult(_e);Ks.registerLazyResult(_e)});var vr=Q((Ku,Rr)=>{\"use strict\";var il=Cn(),rl=zt(),ol=jt(),sl=at(),Vu=Dn(),bt=class{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let e,t=rl;try{e=t(this._css,this._opts)}catch(i){this.error=i}if(this.error)throw this.error;return this._root=e,e}get[Symbol.toStringTag](){return\"NoWorkResult\"}constructor(e,t,i){t=t.toString(),this.stringified=!1,this._processor=e,this._css=t,this._opts=i,this._map=void 0;let r=sl;this.result=new ol(this._processor,void 0,this._opts),this.result.css=t;let o=this;Object.defineProperty(this.result,\"root\",{get(){return o.root}});let s=new il(r,void 0,this._opts,t);if(s.isMap()){let[c,u]=s.generate();c&&(this.result.css=c),u&&(this.result.map=u)}else s.clearAnnotation(),this.result.css=s.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,t){return this.async().then(e,t)}toString(){return this._css}warnings(){return[]}};Rr.exports=bt;bt.default=bt});var _r=Q((Ju,Br)=>{\"use strict\";var ll=vt(),al=Rn(),ul=vr(),cl=Je(),qe=class{constructor(e=[]){this.version=\"8.5.8\",this.plugins=this.normalize(e)}normalize(e){let t=[];for(let i of e)if(i.postcss===!0?i=i():i.postcss&&(i=i.postcss),typeof i==\"object\"&&Array.isArray(i.plugins))t=t.concat(i.plugins);else if(typeof i==\"object\"&&i.postcssPlugin)t.push(i);else if(typeof i==\"function\")t.push(i);else if(!(typeof i==\"object\"&&(i.parse||i.stringify)))throw new Error(i+\" is not a PostCSS plugin\");return t}process(e,t={}){return!this.plugins.length&&!t.parser&&!t.stringifier&&!t.syntax?new ul(this,e,t):new al(this,e,t)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}};Br.exports=qe;qe.default=qe;cl.registerProcessor(qe);ll.registerProcessor(qe)});var zr=Q((Qu,qr)=>{\"use strict\";var Or=Rt(),Pr=mt(),dl=ve(),fl=Lt(),Ir=ht(),Wr=vt(),ml=ur(),pl=gt(),hl=Rn(),xl=Nn(),gl=dt(),yl=zt(),vn=_r(),Sl=jt(),Hr=Je(),Ur=Pt(),Al=at(),El=kn();function te(...n){return n.length===1&&Array.isArray(n[0])&&(n=n[0]),new vn(n)}te.plugin=function(e,t){let i=!1;function r(...s){console&&console.warn&&!i&&(i=!0,console.warn(e+`: postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration`),process.env.LANG&&process.env.LANG.startsWith(\"cn\")&&console.warn(e+`: \\u91CC\\u9762 postcss.plugin \\u88AB\\u5F03\\u7528. \\u8FC1\\u79FB\\u6307\\u5357:\nhttps://www.w3ctech.com/topic/2226`));let c=t(...s);return c.postcssPlugin=e,c.postcssVersion=new vn().version,c}let o;return Object.defineProperty(r,\"postcss\",{get(){return o||(o=r()),o}}),r.process=function(s,c,u){return te([r(u)]).process(s,c)},r};te.stringify=Al;te.parse=yl;te.fromJSON=ml;te.list=xl;te.comment=n=>new Pr(n);te.atRule=n=>new Or(n);te.decl=n=>new Ir(n);te.rule=n=>new Ur(n);te.root=n=>new Hr(n);te.document=n=>new Wr(n);te.CssSyntaxError=fl;te.Declaration=Ir;te.Container=dl;te.Processor=vn;te.Document=Wr;te.Comment=Pr;te.Warning=El;te.AtRule=Or;te.Result=Sl;te.Input=pl;te.Rule=Ur;te.Root=Hr;te.Node=gl;hl.registerPostcss(te);qr.exports=te;te.default=te});function ge(n){try{window.parent.postMessage(n,\"*\")}catch{}}function Xn(n){let e=t=>{let i=t.data;if(!i||i.source!==\"hf-parent\"||i.type!==\"control\")return;let r=i.action;if(r===\"play\"){n.onPlay();return}if(r===\"pause\"){n.onPause();return}if(r===\"seek\"){n.onSeek(Number(i.frame??0),i.seekMode??\"commit\");return}if(r===\"set-muted\"){n.onSetMuted(!!i.muted);return}if(r===\"set-media-output-muted\"){n.onSetMediaOutputMuted(!!i.muted);return}if(r===\"set-playback-rate\"){n.onSetPlaybackRate(Number(i.playbackRate??1));return}if(r===\"enable-pick-mode\"){n.onEnablePickMode();return}if(r===\"disable-pick-mode\"){n.onDisablePickMode();return}if(r===\"flash-elements\"){let o=i.selectors,s=i.duration||800;o&&Po(o,s)}};return window.addEventListener(\"message\",e),e}function Po(n,e){if(!document.getElementById(\"__hf-flash-styles\")){let t=document.createElement(\"style\");t.id=\"__hf-flash-styles\",t.textContent=`\n .__hf-flash {\n outline: 2px solid rgba(59, 130, 246, 0.6) !important;\n outline-offset: 2px !important;\n animation: __hf-flash-pulse ${e}ms ease-out forwards !important;\n }\n @keyframes __hf-flash-pulse {\n 0% { outline-color: rgba(59, 130, 246, 0.8); }\n 100% { outline-color: transparent; }\n }\n `,document.head.appendChild(t)}for(let t of n)try{document.querySelectorAll(t).forEach(r=>{r.classList.add(\"__hf-flash\"),setTimeout(()=>r.classList.remove(\"__hf-flash\"),e)})}catch{}}var nn=null;function ei(n){nn=n}function it(n,e){if(nn)try{nn({source:\"hf-preview\",type:\"analytics\",event:n,properties:e??{}})}catch{}}function ti(n){let e=[],t=c=>{if(typeof c.getAnimations!=\"function\")return[];try{return c.getAnimations()}catch{return[]}},i=(c,u)=>{for(let a of c){try{a.currentTime=u}catch{}try{a.pause()}catch{}}},r=c=>{for(let u of c)try{u.play()}catch{}},o=c=>{for(let u of c)try{u.pause()}catch{}},s=c=>{c.baseDelay?c.el.style.animationDelay=c.baseDelay:c.el.style.removeProperty(\"animation-delay\"),c.basePlayState?c.el.style.animationPlayState=c.basePlayState:c.el.style.removeProperty(\"animation-play-state\")};return{name:\"css\",discover:()=>{e=[];let c=document.querySelectorAll(\"*\");for(let u of c){if(!(u instanceof HTMLElement))continue;let a=window.getComputedStyle(u);!a.animationName||a.animationName===\"none\"||e.push({el:u,baseDelay:u.style.animationDelay||\"\",basePlayState:u.style.animationPlayState||\"\"})}},seek:c=>{let u=Number(c.time)||0;for(let a of e){if(!a.el.isConnected)continue;let l=n?.resolveStartSeconds?n.resolveStartSeconds(a.el):Number.parseFloat(a.el.getAttribute(\"data-start\")??\"0\")||0,f=Math.max(0,u-l)*1e3,p=t(a.el);if(p.length>0){i(p,f);continue}a.el.style.animationPlayState=\"paused\",a.el.style.animationDelay=`-${(f/1e3).toFixed(3)}s`}},pause:()=>{for(let c of e){if(!c.el.isConnected)continue;let u=t(c.el);u.length>0&&o(u),s(c)}},play:()=>{for(let c of e)c.el.isConnected&&(s(c),r(t(c.el)))},revert:()=>{e=[]}}}function ni(n){return{name:\"gsap\",discover:()=>{},seek:e=>{let t=n.getTimeline();if(!t)return;t.pause();let i=Math.max(0,Number(e.time)||0);typeof t.totalTime==\"function\"?t.totalTime(i,!1):t.seek(i,!1)},pause:()=>{let e=n.getTimeline();e&&e.pause()}}}function ii(){return{name:\"animejs\",discover:()=>{try{let n=window.anime;if(!n||typeof n.running>\"u\")return;let e=n.running;if(!Array.isArray(e)||e.length===0)return;let t=window.__hfAnime??[],i=new Set(t);for(let r of e)i.has(r)||t.push(r);window.__hfAnime=t}catch{}},seek:n=>{let e=Math.max(0,(Number(n.time)||0)*1e3),t=window.__hfAnime;if(!(!t||t.length===0))for(let i of t)try{typeof i.seek==\"function\"&&i.seek(e)}catch{}},pause:()=>{let n=window.__hfAnime;if(!(!n||n.length===0))for(let e of n)try{typeof e.pause==\"function\"&&e.pause()}catch{}},play:()=>{let n=window.__hfAnime;if(!(!n||n.length===0))for(let e of n)try{typeof e.play==\"function\"&&e.play()}catch{}},revert:()=>{}}}function si(){return{name:\"lottie\",discover:()=>{try{let n=window.lottie;if(n&&typeof n.getRegisteredAnimations==\"function\"){let e=n.getRegisteredAnimations();if(Array.isArray(e)&&e.length>0){let t=window.__hfLottie??[],i=new Set(t);for(let r of e)i.has(r)||t.push(r);window.__hfLottie=t}}}catch{}},seek:n=>{let e=Math.max(0,Number(n.time)||0),t=window.__hfLottie;if(!(!t||t.length===0))for(let i of t)try{if(ri(i))i.goToAndStop(e*1e3,!1);else if(oi(i)){if(typeof i.setCurrentRawFrameValue==\"function\"){let r=i.totalFrames??0,o=i.frameRate??30,s=e*o;r>0&&i.setCurrentRawFrameValue(Math.min(s,r-1))}else if(typeof i.seek==\"function\"){let r=i.duration??1,o=Math.min(100,e/r*100);i.seek(o)}}}catch{}},pause:()=>{let n=window.__hfLottie;if(!(!n||n.length===0))for(let e of n)try{(ri(e)||oi(e))&&e.pause()}catch{}},revert:()=>{}}}function ri(n){return typeof n==\"object\"&&n!==null&&typeof n.goToAndStop==\"function\"}function oi(n){return typeof n==\"object\"&&n!==null&&typeof n.pause==\"function\"&&(\"totalFrames\"in n||\"duration\"in n)}function li(){let n=null,e=0;return{name:\"three\",discover:()=>{},seek:t=>{n=Math.max(0,Number(t.time)||0),e=n,window.__hfThreeTime=n;try{window.dispatchEvent(new CustomEvent(\"hf-seek\",{detail:{time:n}}))}catch{}},pause:()=>{n==null&&(n=Math.max(0,e))},play:()=>{n=null},revert:()=>{n=null,e=0}}}function ai(){return{name:\"waapi\",discover:()=>{},seek:n=>{if(!document.getAnimations)return;let e=Math.max(0,(Number(n.time)||0)*1e3);for(let t of document.getAnimations()){try{t.currentTime=e}catch{}try{t.pause()}catch{}}},pause:()=>{if(document.getAnimations)for(let n of document.getAnimations())try{n.pause()}catch{}}}}function ui(n){let e=Array.from(document.querySelectorAll(\"video, audio\")),t=n?.shouldIncludeElement?e.filter(s=>n.shouldIncludeElement?.(s)):e.filter(s=>s.hasAttribute(\"data-start\")),i=[],r=[],o=0;for(let s of t){let c=n?.resolveStartSeconds?n.resolveStartSeconds(s):Number.parseFloat(s.dataset.start??\"0\");if(!Number.isFinite(c))continue;let u=Number.parseFloat(s.dataset.playbackStart??s.dataset.mediaStart??\"0\")||0,a=s.defaultPlaybackRate,l=Number.isFinite(a)&&a>0?Math.max(.1,Math.min(5,a)):1,f=s.loop,p=Number.isFinite(s.duration)&&s.duration>0?s.duration:null,h=n?.resolveDurationSeconds?.(s)??Number.parseFloat(s.dataset.duration??\"\");(!Number.isFinite(h)||h<=0)&&p!=null&&(h=Math.max(0,(p-u)/l));let w=Number.isFinite(h)&&h>0?c+h:Number.POSITIVE_INFINITY,b=Number.parseFloat(s.dataset.volume??\"\"),S={el:s,start:c,mediaStart:u,duration:Number.isFinite(h)&&h>0?h:Number.POSITIVE_INFINITY,end:w,volume:Number.isFinite(b)?b:null,playbackRate:l,loop:f,sourceDuration:p};i.push(S),s.tagName===\"VIDEO\"&&r.push(S),Number.isFinite(w)&&(o=Math.max(o,w))}return{timedMediaEls:t,mediaClips:i,videoClips:r,maxMediaEnd:o}}var rn=new WeakMap,on=new WeakSet,$e=new WeakSet;function Io(n){if($e.has(n))return;$e.add(n);let e=()=>$e.delete(n);n.addEventListener(\"playing\",e,{once:!0}),n.addEventListener(\"pause\",e,{once:!0}),n.addEventListener(\"error\",e,{once:!0})}function ci(n){let e=!!(n.outputMuted||n.userMuted);for(let t of n.clips){let{el:i}=t;if(!i.isConnected)continue;let r=(n.timeSeconds-t.start)*t.playbackRate+t.mediaStart;if(n.timeSeconds>=t.start&&n.timeSeconds<t.end&&r>=0){if(t.loop&&t.sourceDuration!=null&&t.sourceDuration>0){let h=t.sourceDuration-t.mediaStart;h>0&&r>=t.sourceDuration&&(r=t.mediaStart+(r-t.mediaStart)%h)}t.volume!=null&&(i.volume=t.volume),e&&(i.muted=!0),i.preload!==\"auto\"&&(i.preload=\"auto\");try{i.playbackRate=t.playbackRate*n.playbackRate}catch{}let s=i.currentTime||0,c=Math.abs(s-r),u=r-s,a=rn.get(i);rn.set(i,u);let l=a===void 0,f=!l&&Math.abs(u-a)>.5,p=c>3;if(c>.5&&(l||f||p)){try{i.currentTime=r}catch{}if(Math.abs(i.currentTime-r)>.5&&!on.has(i)){on.add(i),i.load();try{i.currentTime=r}catch{}}$e.delete(i)}n.playing&&i.paused&&!$e.has(i)?(Io(i),i.play().catch(h=>{$e.delete(i),(h&&typeof h==\"object\"&&\"name\"in h?String(h.name??\"\"):\"\")===\"NotAllowedError\"&&n.onAutoplayBlocked?.()})):!n.playing&&!i.paused&&i.pause();continue}rn.delete(i),on.delete(i),i.paused||i.pause()}}var Wo=[\"[data-hyperframes-ignore]\",\"[data-hyperframes-picker-ignore]\",\"[data-hf-ignore]\",\"[data-no-inspect]\",\"[data-no-pick]\",\"[data-hyper-shader-loading]\"].join(\",\"),Ho=[\"[data-hyperframes-picker-block]\",\"[data-hyper-shader-loading]\"].join(\",\");function di(n){let e=!1,t=null,i=null,r=null,o=null;function s(m,x){try{window.dispatchEvent(new CustomEvent(m,{detail:x}))}catch{}}function c(m){r=m,s(\"hyperframe:picker:hovered\",{elementInfo:r,isPickMode:e,timestamp:Date.now()})}function u(m){o=m,s(\"hyperframe:picker:selected\",{elementInfo:o,isPickMode:e,timestamp:Date.now()})}function a(m){if(!m||m===document.body||m===document.documentElement)return!1;let x=m.tagName.toLowerCase();return!(x===\"script\"||x===\"style\"||x===\"link\"||x===\"meta\"||m.classList.contains(\"__hf-pick-highlight\")||m.closest(Wo))}function l(m){return!!m?.closest(Ho)}function f(m){let x=m;if(x.id)return`#${x.id}`;let E=m.getAttribute(\"data-composition-id\");if(E)return`[data-composition-id=\"${E}\"]`;let C=m.getAttribute(\"data-composition-src\");if(C)return`[data-composition-src=\"${C}\"]`;let F=m.getAttribute(\"data-track-index\");if(F)return`[data-track-index=\"${F}\"]`;let k=m.tagName.toLowerCase(),$=m.parentElement;if(!$)return k;let W=$.querySelectorAll(`:scope > ${k}`);if(W.length===1)return k;for(let H=0;H<W.length;H+=1)if(W[H]===m)return`${k}:nth-of-type(${H+1})`;return k}function p(m){let x=m.tagName.toLowerCase(),E=(m.textContent??\"\").trim().replace(/\\s+/g,\" \"),C=(F,k)=>F.length>k?`${F.slice(0,k-1)}\\u2026`:F;return x===\"h1\"||x===\"h2\"||x===\"h3\"?\"Heading\":x===\"p\"||x===\"span\"||x===\"div\"?E.length>0?C(E,56):\"Text\":x===\"img\"?\"Image\":x===\"video\"?\"Video\":x===\"audio\"?\"Audio\":x===\"svg\"?\"Shape\":m.getAttribute(\"data-composition-src\")?\"Composition\":x===\"section\"?\"Section\":`${x.charAt(0).toUpperCase()}${x.slice(1)}`}function h(m,x,E){let C=typeof E==\"number\"&&E>0?E:8,F=[];if(document.elementsFromPoint)F=document.elementsFromPoint(m,x);else if(document.elementFromPoint){let W=document.elementFromPoint(m,x);F=W?[W]:[]}if(l(F[0]??null))return[];let k={},$=[];for(let W=0;W<F.length;W+=1){let H=F[W];if(!a(H))continue;let L=`${H.tagName}::${H.id||\"\"}::${W}`;if(!k[L]&&(k[L]=!0,$.push(H),$.length>=C))break}return $}function w(m){let x=m.getBoundingClientRect(),E={};for(let F=0;F<m.attributes.length;F+=1){let k=m.attributes[F];k.name.startsWith(\"data-\")&&(E[k.name]=k.value)}return{id:m.id||null,tagName:m.tagName.toLowerCase(),selector:f(m),label:p(m),boundingBox:{x:x.left,y:x.top,width:x.width,height:x.height},textContent:m.textContent?m.textContent.trim().slice(0,200):null,src:m.getAttribute(\"src\")||m.getAttribute(\"data-composition-src\")||null,dataAttributes:E}}function b(m,x,E){return h(m,x,E).map(w)}function S(m){if(!e)return;let E=h(m.clientX,m.clientY,1)[0]??(m.target instanceof Element?m.target:null);if(!a(E)||t===E)return;t&&t.classList.remove(\"__hf-pick-highlight\"),t=E,E.classList.add(\"__hf-pick-highlight\");let C=w(E);c(C),n.postMessage({source:\"hf-preview\",type:\"element-hovered\",elementInfo:C})}function z(m){if(!e)return;m.preventDefault(),m.stopPropagation(),m.stopImmediatePropagation();let x=b(m.clientX,m.clientY,8);x.length!==0&&(c(x[0]??null),n.postMessage({source:\"hf-preview\",type:\"element-pick-candidates\",candidates:x,selectedIndex:0,point:{x:m.clientX,y:m.clientY}}))}function _(m){m.key===\"Escape\"&&(K(),n.postMessage({source:\"hf-preview\",type:\"pick-mode-cancelled\"}))}function D(){e||(e=!0,i=document.createElement(\"style\"),i.textContent=[\".__hf-pick-highlight { outline: 2px solid #4f8cf7 !important; outline-offset: 2px; cursor: crosshair !important; }\",\".__hf-pick-active * { cursor: crosshair !important; }\"].join(`\n`),document.head.appendChild(i),document.body.classList.add(\"__hf-pick-active\"),document.addEventListener(\"mousemove\",S,!0),document.addEventListener(\"click\",z,!0),document.addEventListener(\"keydown\",_,!0),s(\"hyperframe:picker:mode\",{isPickMode:!0,timestamp:Date.now()}))}function K(){e&&(e=!1,t&&(t.classList.remove(\"__hf-pick-highlight\"),t=null),i&&(i.remove(),i=null),document.body.classList.remove(\"__hf-pick-active\"),document.removeEventListener(\"mousemove\",S,!0),document.removeEventListener(\"click\",z,!0),document.removeEventListener(\"keydown\",_,!0),s(\"hyperframe:picker:mode\",{isPickMode:!1,timestamp:Date.now()}))}function I(){window.__HF_PICKER_API={enable:D,disable:K,isActive:()=>e,getHovered:()=>r,getSelected:()=>o,getCandidatesAtPoint:(m,x,E)=>Number.isFinite(m)&&Number.isFinite(x)?b(m,x,E):[],pickAtPoint:(m,x,E)=>{if(!Number.isFinite(m)||!Number.isFinite(x))return null;let C=b(m,x,8);if(!C.length)return null;let F=Math.max(0,Math.min(C.length-1,Number(E??0))),k=C[F]??null;return k?(u(k),n.postMessage({source:\"hf-preview\",type:\"element-picked\",elementInfo:k}),K(),k):null},pickManyAtPoint:(m,x,E)=>{if(!Number.isFinite(m)||!Number.isFinite(x))return[];let C=b(m,x,8);if(!C.length)return[];let F=[],k=Array.isArray(E)?E:[0];for(let $ of k){let W=Math.max(0,Math.min(C.length-1,Math.floor(Number($)))),H=C[W];if(!H)continue;F.some(Y=>Y.selector===H.selector&&Y.tagName===H.tagName)||F.push(H)}return F.length?(u(F[0]??null),n.postMessage({source:\"hf-preview\",type:\"element-picked-many\",elementInfos:F}),K(),F):[]}},s(\"hyperframe:picker:api-ready\",{hasApi:!0,timestamp:Date.now()})}return{enablePickMode:D,disablePickMode:K,installPickerApi:I}}function sn(n,e){let t=Number.isFinite(e)&&e>0?e:30,i=Number.isFinite(n)&&n>0?n:0;return Math.floor(i*t+1e-9)/t}function Dt(n,e,t){if(n){for(let i of Object.values(n))if(!(!i||i===e))try{t(i)}catch{}}}function fi(n,e,t){let i=sn(e,t);return n.pause(),typeof n.totalTime==\"function\"?n.totalTime(i,!1):n.seek(i,!1),i}function Uo(n,e,t,i){let r=[];Dt(n,e,o=>{o.play(),r.push(o)});try{return fi(e,t,i)}finally{for(let o of r)try{o.pause()}catch{}}}function qo(n,e){Dt(n,e,t=>{t.play()})}function mi(n){return{_timeline:null,play:()=>{let e=n.getTimeline();if(!e||n.getIsPlaying())return;let t=Math.max(0,Number(n.getSafeDuration?.()??e.duration()??0)||0);t>0&&Math.max(0,Number(e.time())||0)>=t&&(e.pause(),e.seek(0,!1),n.onDeterministicSeek(0),n.setIsPlaying(!1),n.onSyncMedia(0,!1),n.onRenderFrameSeek(0)),typeof e.timeScale==\"function\"&&e.timeScale(n.getPlaybackRate()),e.play(),Dt(n.getTimelineRegistry?.(),e,i=>{typeof i.timeScale==\"function\"&&i.timeScale(n.getPlaybackRate()),i.play()}),n.onDeterministicPlay(),n.setIsPlaying(!0),n.onShowNativeVideos(),n.onStatePost(!0)},pause:()=>{let e=n.getTimeline();if(!e)return;e.pause(),Dt(n.getTimelineRegistry?.(),e,i=>{i.pause()});let t=Math.max(0,Number(e.time())||0);n.onDeterministicSeek(t),n.onDeterministicPause(),n.setIsPlaying(!1),n.onSyncMedia(t,!1),n.onRenderFrameSeek(t),n.onStatePost(!0)},seek:e=>{let t=n.getTimeline();if(!t)return;let i=Math.max(0,Number(e)||0),r=Uo(n.getTimelineRegistry?.(),t,i,n.getCanonicalFps());n.onDeterministicSeek(r),n.setIsPlaying(!1),n.onSyncMedia(r,!1),n.onRenderFrameSeek(r),n.onStatePost(!0)},renderSeek:e=>{let t=n.getTimeline(),i=n.getCanonicalFps(),r=t?(qo(n.getTimelineRegistry?.(),t),fi(t,e,i)):sn(Math.max(0,Number(e)||0),i);n.onDeterministicSeek(r),n.setIsPlaying(!1),n.onSyncMedia(r,!1),n.onRenderFrameSeek(r),n.onStatePost(!0)},getTime:()=>Number(n.getTimeline()?.time()??0),getDuration:()=>Number(n.getTimeline()?.duration()??0),isPlaying:()=>n.getIsPlaying(),setPlaybackRate:e=>n.setPlaybackRate(e),getPlaybackRate:()=>n.getPlaybackRate()}}function pi(){return{capturedTimeline:null,isPlaying:!1,rafId:null,currentTime:0,deterministicAdapters:[],parityModeEnabled:!0,canonicalFps:30,bridgeMuted:!1,mediaOutputMuted:!1,mediaAutoplayBlockedPosted:!1,playbackRate:1,bridgeLastPostedFrame:-1,bridgeLastPostedAt:0,bridgeLastPostedPlaying:!1,bridgeLastPostedMuted:!1,bridgeMaxPostIntervalMs:80,timelinePollIntervalId:null,controlBridgeHandler:null,clampDurationLoggedRaw:null,beforeUnloadHandler:null,domReadyHandler:null,injectedCompStyles:[],injectedCompScripts:[],cachedTimedMediaEls:[],cachedMediaClips:[],cachedVideoClips:[],cachedMediaTimelineDurationSeconds:0,tornDown:!1,maxTimelineDurationSeconds:1800,nativeVisualWatchdogTick:0}}var zo=\"data-hf-authored-duration\",jo=\"data-hf-authored-end\";function We(n){if(n==null||n===\"\")return null;let e=Number(n);return Number.isFinite(e)?e:null}function Go(n){return We(n.getAttribute(\"data-duration\"))}function $o(n){return We(n.getAttribute(\"data-end\"))}function Vo(n){return We(n.getAttribute(zo))}function Ko(n){return We(n.getAttribute(jo))}function Jo(n){let e=(n??\"\").trim();if(!e)return null;let t=We(e);if(t!=null)return{kind:\"absolute\",value:t};let i=e.match(/^([A-Za-z0-9_.:-]+)(?:\\s*([+-])\\s*([0-9]*\\.?[0-9]+))?$/);if(!i)return null;let r=(i[1]??\"\").trim();if(!r)return null;let o=i[2]??\"+\",s=i[3]??\"0\",c=Number.parseFloat(s),u=Number.isFinite(c)?Math.max(0,c):0,a=o===\"-\"?-u:u;return{kind:\"reference\",refId:r,offset:a}}function He(n){let e=n.timelineRegistry??{},t=n.includeAuthoredTimingAttrs??!1,i=new WeakMap,r=new WeakMap,o=new Set,s=l=>{let f=document.getElementById(l);return f||(document.querySelector(`[data-composition-id=\"${CSS.escape(l)}\"]`)??null)},c=l=>{let f=r.get(l);if(f!==void 0)return f;let p=null,h=Go(l)??(t?Vo(l):null);if(h!=null&&h>0&&(p=h),p==null||p<=0){let w=$o(l)??(t?Ko(l):null);if(w!=null){let b=a(l,0),S=w-b;Number.isFinite(S)&&S>0&&(p=S)}}if((p==null||p<=0)&&l instanceof HTMLMediaElement){let w=We(l.getAttribute(\"data-playback-start\"))??We(l.getAttribute(\"data-media-start\"))??0;Number.isFinite(l.duration)&&l.duration>w&&(p=l.duration-w)}if(p==null||p<=0){let w=l.getAttribute(\"data-composition-id\");if(w){let b=e[w]??null;if(b&&typeof b.duration==\"function\")try{let S=Number(b.duration());Number.isFinite(S)&&S>0&&(p=S)}catch{}}}return p!=null&&Number.isFinite(p)&&p>0?(r.set(l,p),p):(r.set(l,null),null)},u=(l,f)=>{if(l.hasAttribute(\"data-composition-id\")){let h=l.parentElement?.closest(\"[data-composition-id]\");return h?a(h,f):0}let p=l.closest(\"[data-composition-id]\");return p?a(p,f):0},a=(l,f)=>{let p=i.get(l);if(p!==void 0)return p??f;if(o.has(l))return f;o.add(l);try{let h=Jo(l.getAttribute(\"data-start\"));if(!h){if(l.hasAttribute(\"data-composition-id\")){let _=l.parentElement;if(_&&(_.hasAttribute(\"data-composition-src\")||_.hasAttribute(\"data-composition-id\"))){let D=a(_,f);return i.set(l,D),D}}return i.set(l,f),f}if(h.kind===\"absolute\"){let _=Math.max(0,h.value),D=Math.max(0,u(l,f)+_);return i.set(l,D),D}let w=s(h.refId);if(!w)return i.set(l,f),f;let b=a(w,0),S=c(w);if(S==null||S<=0){let _=Math.max(0,b+h.offset);return i.set(l,_),_}let z=Math.max(0,b+S+h.offset);return i.set(l,z),z}finally{o.delete(l)}};return{resolveStartForElement:(l,f=0)=>a(l,Math.max(0,f)),resolveDurationForElement:l=>c(l)}}var Qo=\"data-hf-authored-duration\",Yo=\"data-hf-authored-end\";function ye(n){if(n==null||n===\"\")return null;let e=Number(n);return Number.isFinite(e)?e:null}function ln(n){return ye(n.getAttribute(\"data-duration\"))??ye(n.getAttribute(Qo))}function hi(n){return ye(n.getAttribute(\"data-end\"))??ye(n.getAttribute(Yo))}function an(...n){let e=n.filter(t=>Number.isFinite(t??null));return e.length===0?null:Math.max(...e)}var xi={composition:0,video:1,image:2,element:3,audio:4};function Zo(n){if(n.length===0)return;let e=new Map;for(let s of n){let c=e.get(s.track)??new Set;c.add(s.kind),e.set(s.track,c)}if(!Array.from(e.values()).some(s=>s.size>1))return;let i=0,r=new Map,o=[...e.keys()].sort((s,c)=>s-c);for(let s of o){let c=e.get(s);if(c.size===1)r.set(`${s}:${[...c][0]}`,i++);else{let u=[...c].sort((a,l)=>(xi[a]??99)-(xi[l]??99));for(let a of u)r.set(`${s}:${a}`,i++)}}for(let s of n){let c=`${s.track}:${s.kind}`,u=r.get(c);u!=null&&(s.track=u)}}function ot(n){let e=String(n??\"\").trim();if(!e)return null;let t=e.toLowerCase();if(t.startsWith(\"data:\")||t.startsWith(\"javascript:\"))return null;try{return new URL(e,document.baseURI).toString()}catch{return e}}function gi(n){let e=n.getAttribute(\"src\")??n.getAttribute(\"data-src\");if(e)return ot(e);let t=n.getAttribute(\"data-composition-src\");if(t)return ot(t);let i=n.querySelector(\"img[src], video[src], audio[src], source[src]\");return i?ot(i.getAttribute(\"src\")):null}function Xo(n){let e=n.className;return typeof e!=\"string\"?null:e.split(/\\s+/).map(t=>t.trim()).find(t=>t&&t!==\"clip\"&&!t.startsWith(\"__hf-\"))??null}function es(n){if(!n)return null;try{return new URL(n,document.baseURI).pathname.split(\"/\").filter(Boolean).at(-1)??null}catch{return n.split(/[\\\\/]/).filter(Boolean).at(-1)??null}}function ts(n){let e=n.textContent?.replace(/\\s+/g,\" \").trim();return e?e.length>32?`${e.slice(0,31)}...`:e:null}function rt(n){let e=n.replace(/\\.[^.]+$/i,\"\").replace(/[-_]+/g,\" \").replace(/\\s+/g,\" \").trim();return e?e.replace(/\\b\\w/g,t=>t.toUpperCase()):n}function ns(n,e,t){let i=n.getAttribute(\"data-timeline-label\")??n.getAttribute(\"data-label\")??n.getAttribute(\"aria-label\")??null;if(i?.trim())return i.trim();let r=n.getAttribute(\"data-composition-id\");if(r)return rt(r);let o=n.id;if(o)return rt(o);let s=Xo(n);if(s)return rt(s);let c=es(gi(n));if(c)return rt(c);let u=ts(n);return u||`${rt(e)} ${t+1}`}function yi(n){let t=window.__timelines??{},i=He({timelineRegistry:t,includeAuthoredTimingAttrs:!0}),r=R=>{if(!R)return null;let M=t[R]??null;if(!M||typeof M.duration!=\"function\")return null;try{let T=Number(M.duration());return Number.isFinite(T)&&T>0?T:null}catch{return null}},o=R=>{let M=ye(R.getAttribute(\"data-duration\"));if(M!=null&&M>0)return M;let T=ye(R.getAttribute(\"data-playback-start\"))??ye(R.getAttribute(\"data-media-start\"))??0;return Number.isFinite(R.duration)&&R.duration>T?Math.max(0,R.duration-T):null},s=()=>{let R=Array.from(document.querySelectorAll(\"video[data-start], audio[data-start]\"));if(R.length===0)return null;let M=0;for(let T of R){let X=i.resolveStartForElement(T,0);if(!Number.isFinite(X))continue;let ie=o(T);ie==null||ie<=0||(M=Math.max(M,Math.max(0,X)+ie))}return M>0?M:null},c=R=>{let M=R.trim().toLowerCase();return!(!M||M===\"main\"||M.includes(\"caption\")||M.includes(\"ambient\"))},u=(R,M)=>{let T=[],X=null,ie=null,O=null,P=R.parentElement;for(;P;){let j=P.getAttribute(\"data-composition-id\");j&&(T.push(j),!O&&P!==M&&(O=j),X==null&&(X=i.resolveStartForElement(P,0)),ie==null&&(ie=ye(P.getAttribute(\"data-duration\"))??r(j)??null)),P=P.parentElement}return{parentCompositionId:O,compositionAncestors:T.reverse(),inheritedStart:X,inheritedDuration:ie}},a=document.querySelector(\"[data-composition-id]\"),l=Array.from(document.querySelectorAll(\"[data-composition-id]\")),f=a?.getAttribute(\"data-composition-id\")??null,p=a?i.resolveStartForElement(a,0):0,h=s(),w=h!=null?Math.max(0,h-Math.max(0,p)):null,b=r(f),S=ln(a??document.body),z=an(...l.filter(R=>R!==a).map(R=>{let M=i.resolveStartForElement(R,0),T=i.resolveDurationForElement(R)??r(R.getAttribute(\"data-composition-id\"))??null;return!Number.isFinite(M)||T==null||T<=0?null:Math.max(0,M)+T})),_=z!=null?Math.max(0,z-Math.max(0,p)):null,D=typeof b==\"number\"&&Number.isFinite(b)&&b>0?b:null,K=typeof S==\"number\"&&Number.isFinite(S)&&S>0?S:null,I=typeof w==\"number\"&&Number.isFinite(w)&&w>0?w:null,m=typeof _==\"number\"&&Number.isFinite(_)&&_>0?_:null,x=an(I,m),E=D!=null&&x!=null&&D>x+1,C=K??(E?x:an(D,I,m)),F=C!=null?Math.min(C,n.maxTimelineDurationSeconds):null,$=(F!=null?p+F:null)??(typeof h==\"number\"&&Number.isFinite(h)&&h>0?h:null),W=(R,M)=>!Number.isFinite(M)||M<=0?0:$==null||!Number.isFinite($)?M:!Number.isFinite(R)||R>=$?0:Math.max(0,Math.min(M,$-R)),H=[],L=[],Y=Array.from(document.querySelectorAll(\"[data-start], [data-track-index], [data-composition-id], video, audio, img\")),ee=0;for(let R=0;R<Y.length;R+=1){let M=Y[R];if(M===a||[\"SCRIPT\",\"STYLE\",\"LINK\",\"META\",\"TEMPLATE\",\"NOSCRIPT\"].includes(M.tagName))continue;let T=u(M,a),X=i.resolveStartForElement(M,T.inheritedStart??0),ie=M.getAttribute(\"data-composition-id\"),O=ln(M);if((O==null||O<=0)&&ie&&ie!==f&&(O=r(ie)),(O==null||O<=0)&&M instanceof HTMLMediaElement){let ce=ye(M.getAttribute(\"data-playback-start\"))??ye(M.getAttribute(\"data-media-start\"))??0;Number.isFinite(M.duration)&&M.duration>0&&(O=Math.max(0,M.duration-ce))}if(O==null||O<=0){let ce=T.inheritedDuration;if(ce!=null&&ce>0){let Fe=(T.inheritedStart??0)+ce;O=Math.max(0,Fe-X)}}if(O==null||O<=0||(O=W(X,O),O<=0))continue;let P=X+O;ee=Math.max(ee,P);let j=M.tagName.toLowerCase(),Ne=ie&&ie!==f?\"composition\":j===\"video\"?\"video\":j===\"audio\"?\"audio\":j===\"img\"?\"image\":\"element\";H.push({id:M.id||ie||null,label:ns(M,Ne,H.length),start:X,duration:O,track:Number.parseInt(M.getAttribute(\"data-track-index\")??M.getAttribute(\"data-track\")??String(R),10)||0,kind:Ne,tagName:j,compositionId:M.getAttribute(\"data-composition-id\"),compositionAncestors:T.compositionAncestors,parentCompositionId:T.parentCompositionId,nodePath:null,compositionSrc:ot(M.getAttribute(\"data-composition-src\")),assetUrl:gi(M),timelineRole:M.getAttribute(\"data-timeline-role\"),timelineLabel:M.getAttribute(\"data-timeline-label\"),timelineGroup:M.getAttribute(\"data-timeline-group\"),timelinePriority:ye(M.getAttribute(\"data-timeline-priority\"))})}let U=new Set(H.map(R=>R.id)),G=a?.getAttribute(\"data-composition-id\")??null,v=G?t[G]??null:null;if(v&&a){let R=v;if(typeof R.getChildren==\"function\")try{let M=R.getChildren(!0,!0,!1)??[],T=new Map;for(let O of a.children){let P=O;if(!P.id)continue;let j=P.tagName.toLowerCase();j===\"script\"||j===\"style\"||j===\"link\"||T.set(P,{id:P.id,start:1/0,end:-1/0})}let X=O=>{let P=O;for(;P;){if(T.has(P))return P;if(P===a)return null;P=P.parentElement}return null};for(let O of M){if(typeof O.targets!=\"function\"||typeof O.startTime!=\"function\"||typeof O.duration!=\"function\")continue;let P=O.startTime(),j=O.parent;for(;j&&j!==v&&typeof j.startTime==\"function\";)P+=j.startTime(),j=j.parent;let Ne=P+O.duration();if(!(!Number.isFinite(P)||!Number.isFinite(Ne)))for(let ce of O.targets()){if(!(ce instanceof Element))continue;let ze=X(ce);if(!ze)continue;let Fe=T.get(ze);Fe&&(Fe.start=Math.min(Fe.start,P),Fe.end=Math.max(Fe.end,Ne))}}let ie=H.length>0?Math.max(...H.map(O=>O.track))+1:0;for(let[O,P]of T){if(P.start===1/0||P.end===-1/0)continue;let j=O;if(U.has(j.id))continue;let Ne=Math.max(0,P.end-P.start);if(Ne<=0)continue;let ce=W(P.start,Ne);ce<=0||(ee=Math.max(ee,P.start+ce),H.push({id:j.id,label:j.getAttribute(\"data-timeline-label\")??j.getAttribute(\"data-label\")??j.getAttribute(\"aria-label\")??j.id,start:P.start,duration:ce,track:Number.parseInt(j.getAttribute(\"data-track-index\")??j.getAttribute(\"data-track\")??\"\",10)||ie,kind:\"element\",tagName:j.tagName.toLowerCase(),compositionId:j.getAttribute(\"data-composition-id\"),compositionAncestors:G?[G]:[],parentCompositionId:G,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:j.getAttribute(\"data-timeline-role\"),timelineLabel:j.getAttribute(\"data-timeline-label\"),timelineGroup:j.getAttribute(\"data-timeline-group\"),timelinePriority:ye(j.getAttribute(\"data-timeline-priority\"))}),U.add(j.id))}}catch{}}if(a&&F!=null&&F>0){let R=H.length>0?Math.max(...H.map(M=>M.track))+1:0;for(let M of a.children){let T=M;if(!T.id||U.has(T.id))continue;let X=T.getAttribute(\"data-timeline-role\");if(X!==\"overlay\"&&X!==\"persistent-overlay\")continue;let ie=T.tagName.toLowerCase();if(ie===\"script\"||ie===\"style\"||ie===\"link\"||ie===\"meta\"||window.getComputedStyle(T).display===\"none\")continue;let P=W(0,F);P<=0||(ee=Math.max(ee,P),H.push({id:T.id,label:T.getAttribute(\"data-timeline-label\")??T.getAttribute(\"data-label\")??T.getAttribute(\"aria-label\")??T.id,start:0,duration:P,track:Number.parseInt(T.getAttribute(\"data-track-index\")??T.getAttribute(\"data-track\")??\"\",10)||R,kind:\"element\",tagName:ie,compositionId:T.getAttribute(\"data-composition-id\"),compositionAncestors:G?[G]:[],parentCompositionId:G,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:X,timelineLabel:T.getAttribute(\"data-timeline-label\"),timelineGroup:T.getAttribute(\"data-timeline-group\"),timelinePriority:ye(T.getAttribute(\"data-timeline-priority\"))}),U.add(T.id))}}Zo(H);for(let R of l){if(R===a)continue;let M=R.getAttribute(\"data-composition-id\");if(!M||!c(M))continue;let T=i.resolveStartForElement(R,0),X=ln(R);if((X==null||X<=0)&&hi(R)!=null){let j=hi(R);X=Math.max(0,j-T)}let ie=r(M),O=X&&X>0?X:ie;if(O==null||O<=0)continue;let P=W(T,O);P<=0||L.push({id:M,label:R.getAttribute(\"data-label\")??M,start:T,duration:P,thumbnailUrl:ot(R.getAttribute(\"data-thumbnail-url\")),avatarName:null})}let Z=Math.max(1,Math.min(Math.max(ee||1,F??0),n.maxTimelineDurationSeconds));return{source:\"hf-preview\",type:\"timeline\",durationInFrames:E&&K==null?Number.POSITIVE_INFINITY:Math.max(1,Math.round(Z*Math.max(1,n.canonicalFps))),clips:H,scenes:L,compositionWidth:ye(a?.getAttribute(\"data-width\"))??1920,compositionHeight:ye(a?.getAttribute(\"data-height\"))??1080}}var re=Oo(zr(),1),jr=re.default,Yu=re.default.stringify,Zu=re.default.fromJSON,Xu=re.default.plugin,ec=re.default.parse,tc=re.default.list,nc=re.default.document,ic=re.default.comment,rc=re.default.atRule,oc=re.default.rule,sc=re.default.decl,lc=re.default.root,ac=re.default.CssSyntaxError,uc=re.default.Declaration,cc=re.default.Container,dc=re.default.Processor,fc=re.default.Document,mc=re.default.Comment,pc=re.default.Warning,hc=re.default.AtRule,xc=re.default.Result,gc=re.default.Input,yc=re.default.Rule,Sc=re.default.Root,Ac=re.default.Node;function Bn(n){return n.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$&\")}function Fl(n){return n.replace(/\\\\/g,\"\\\\\\\\\").replace(/\"/g,'\\\\\"')}function bl(n,e,t){let i=Nl(n,e,t),r=i.trim();if(!r||/^(html|body|:root|\\*)$/i.test(r))return n;let o=new RegExp(`\\\\[\\\\s*data-composition-id\\\\s*=\\\\s*([\"'])${Bn(t)}\\\\1\\\\s*\\\\]`,\"g\");if(o.test(r))return i.replace(o,e);let s=i.match(/^\\s*/)?.[0]??\"\",c=i.match(/\\s*$/)?.[0]??\"\";return`${s}${e} ${r}${c}`}function Nl(n,e,t){let i=Bn(t),r=String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:\"${i}\"|'${i}')\\s*\\]`,o=String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:\"[^\"]*\"|'[^']*')\\s*\\]`;return n.replace(new RegExp(`${r}(?:${o})+`,\"g\"),e).replace(new RegExp(`(?:${o})+${r}`,\"g\"),e)}var wl=new Set([\"keyframes\",\"-webkit-keyframes\",\"font-face\"]);function Cl(n){return n?.type===\"atrule\"}function Ml(n){let e=n.parent;for(;e;){if(Cl(e)&&wl.has(e.name.toLowerCase()))return!0;e=e.parent}return!1}function _n(n,e,t){let i=e.trim();if(!n||!i)return n;let r=t||`[data-composition-id=\"${Fl(i)}\"]`,o=jr.parse(n);return o.walkRules(s=>{Ml(s)||(s.selectors=s.selectors.map(c=>bl(c,r,i)))}),o.toResult({map:!1}).css}function Gr(n,e,t=\"[HyperFrames] composition script error:\",i,r=e){let o=JSON.stringify(e),s=JSON.stringify(r),c=JSON.stringify(t),u=Bn(e),a=JSON.stringify(i??null),l=JSON.stringify(String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:\"${u}\"|'${u}')\\s*\\]`),f=JSON.stringify(String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:\"[^\"]*\"|'[^']*')\\s*\\]`);return`(function(){\n var __hfCompId = ${o};\n var __hfTimelineCompId = ${s};\n var __hfErrorLabel = ${c};\n var __hfEscapeAttr = function(value) {\n return (value + \"\").replace(/\\\\\\\\/g, \"\\\\\\\\\\\\\\\\\").replace(/\"/g, \"\\\\\\\\\\\\\"\");\n };\n var __hfRootSelector = ${a} || (__hfCompId\n ? '[data-composition-id=\"' + __hfEscapeAttr(__hfCompId) + '\"]'\n : \"\");\n var __hfRoot = null;\n var __hfRootSelectorPattern = ${l};\n var __hfTimingSelectorPattern = ${f};\n var __hfNormalizeSelector = function(selector) {\n if (!__hfCompId || typeof selector !== \"string\") return selector;\n return selector\n .replace(new RegExp(__hfRootSelectorPattern + '(?:' + __hfTimingSelectorPattern + ')+', 'g'), __hfRootSelector)\n .replace(new RegExp('(?:' + __hfTimingSelectorPattern + ')+' + __hfRootSelectorPattern, 'g'), __hfRootSelector);\n };\n var __hfFindRoot = function() {\n if (!__hfRoot && __hfRootSelector) {\n __hfRoot = window.document.querySelector(__hfRootSelector);\n }\n return __hfRoot;\n };\n var __hfContains = function(node) {\n var root = __hfFindRoot();\n return !root || node === root || root.contains(node);\n };\n var __hfQueryAll = function(selector) {\n var root = __hfFindRoot();\n if (!root || typeof selector !== \"string\") {\n return window.document.querySelectorAll(selector);\n }\n return Array.prototype.filter.call(window.document.querySelectorAll(__hfNormalizeSelector(selector)), function(node) {\n return __hfContains(node);\n });\n };\n var __hfQueryOne = function(selector) {\n var matches = __hfQueryAll(selector);\n return matches[0] || null;\n };\n var __hfScopedDocument = typeof Proxy === \"function\"\n ? new Proxy(window.document, {\n get: function(target, prop, receiver) {\n if (prop === \"querySelector\") return __hfQueryOne;\n if (prop === \"querySelectorAll\") return __hfQueryAll;\n if (prop === \"getElementById\") {\n return function(id) {\n var found = target.getElementById(id);\n return found && __hfContains(found) ? found : null;\n };\n }\n var value = Reflect.get(target, prop, target);\n return typeof value === \"function\" ? value.bind(target) : value;\n },\n })\n : window.document;\n var __hfTimelineRegistryProxy = null;\n var __hfGetTimelineRegistry = function() {\n window.__timelines = window.__timelines || {};\n if (!__hfCompId || __hfCompId === __hfTimelineCompId || typeof Proxy !== \"function\") {\n return window.__timelines;\n }\n if (!__hfTimelineRegistryProxy) {\n __hfTimelineRegistryProxy = new Proxy(window.__timelines, {\n get: function(target, prop, receiver) {\n return Reflect.get(target, prop === __hfCompId ? __hfTimelineCompId : prop, target);\n },\n set: function(target, prop, value, receiver) {\n return Reflect.set(target, prop === __hfCompId ? __hfTimelineCompId : prop, value, target);\n },\n });\n }\n return __hfTimelineRegistryProxy;\n };\n var __hfScopedWindow = typeof Proxy === \"function\"\n ? new Proxy(window, {\n get: function(target, prop, receiver) {\n if (prop === \"__timelines\") return __hfGetTimelineRegistry();\n var value = Reflect.get(target, prop, target);\n return typeof value === \"function\" ? value.bind(target) : value;\n },\n set: function(target, prop, value, receiver) {\n if (prop === \"__timelines\") {\n target.__timelines = value || {};\n __hfTimelineRegistryProxy = null;\n return true;\n }\n return Reflect.set(target, prop, value, target);\n },\n })\n : window;\n var __hfResolveGsapTarget = function(target) {\n if (typeof target !== \"string\") return target;\n return __hfQueryAll(target);\n };\n var __hfScopeTimeline = function(timeline) {\n if (!timeline || timeline.__hfScopedCompositionRoot === __hfFindRoot()) return timeline;\n [\"to\", \"from\", \"fromTo\", \"set\"].forEach(function(method) {\n var original = timeline[method];\n if (typeof original !== \"function\") return;\n timeline[method] = function(target) {\n var args = Array.prototype.slice.call(arguments);\n args[0] = __hfResolveGsapTarget(target);\n return original.apply(timeline, args);\n };\n });\n try {\n Object.defineProperty(timeline, \"__hfScopedCompositionRoot\", {\n value: __hfFindRoot(),\n configurable: true,\n });\n } catch {\n // Best-effort: timelines coming from user code may have a frozen target\n // or a non-extensible defineProperty path. Swallow \\u2014 the scoped root\n // is an enrichment, not a correctness invariant for playback.\n }\n return timeline;\n };\n var __hfBaseGsap = typeof gsap === \"undefined\" ? window.gsap : gsap;\n var __hfScopedGsap = !__hfBaseGsap || typeof Proxy !== \"function\"\n ? __hfBaseGsap\n : new Proxy(__hfBaseGsap, {\n get: function(target, prop, receiver) {\n if (prop === \"timeline\") {\n return function() {\n return __hfScopeTimeline(target.timeline.apply(target, arguments));\n };\n }\n if (prop === \"to\" || prop === \"from\" || prop === \"fromTo\" || prop === \"set\") {\n return function(firstArg) {\n var args = Array.prototype.slice.call(arguments);\n args[0] = __hfResolveGsapTarget(firstArg);\n return target[prop].apply(target, args);\n };\n }\n if (prop === \"utils\" && target.utils && typeof Proxy === \"function\") {\n return new Proxy(target.utils, {\n get: function(utilsTarget, utilsProp, utilsReceiver) {\n if (utilsProp === \"toArray\") {\n return function(firstArg) {\n var args = Array.prototype.slice.call(arguments);\n args[0] = __hfResolveGsapTarget(firstArg);\n return utilsTarget.toArray.apply(utilsTarget, args);\n };\n }\n if (utilsProp === \"selector\") {\n return function(base) {\n var baseEl = typeof base === \"string\" ? __hfQueryOne(base) : base;\n var root = baseEl || __hfFindRoot();\n return function(selector) {\n if (!root || typeof selector !== \"string\") return [];\n return Array.prototype.slice.call(root.querySelectorAll(selector));\n };\n };\n }\n var value = Reflect.get(utilsTarget, utilsProp, utilsTarget);\n return typeof value === \"function\" ? value.bind(utilsTarget) : value;\n },\n });\n }\n var value = Reflect.get(target, prop, target);\n return typeof value === \"function\" ? value.bind(target) : value;\n },\n });\n var __hfBaseHyperframes = window.__hyperframes;\n var __hfScopedHyperframes = !__hfBaseHyperframes\n ? __hfBaseHyperframes\n : Object.assign({}, __hfBaseHyperframes, {\n getVariables: function() {\n var byComp = window.__hfVariablesByComp;\n var scoped = byComp && __hfCompId ? byComp[__hfCompId] : null;\n return scoped ? Object.assign({}, scoped) : {};\n },\n });\n var __hfRun = function() {\n try {\n (function(document, gsap, window, __hyperframes) {\n${n}\n }).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);\n } catch (_err) {\n console.error(__hfErrorLabel, __hfCompId, _err);\n }\n };\n __hfFindRoot();\n __hfRun();\n})();`}function $r(){if(typeof document>\"u\")return{};let n=On(document.documentElement),e=kl();return{...n,...e}}function On(n){if(!n)return{};let e=n.getAttribute(\"data-composition-variables\");if(!e)return{};let t;try{t=JSON.parse(e)}catch{return{}}if(!Array.isArray(t))return{};let i={};for(let r of t){if(!r||typeof r!=\"object\")continue;let o=r;typeof o.id!=\"string\"||!(\"default\"in o)||(i[o.id]=o.default)}return i}function kl(){if(typeof window>\"u\")return{};let n=window.__hfVariables;return!n||typeof n!=\"object\"||Array.isArray(n)?{}:n}var Dl=8e3,Ll=/^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:)(?!\\/\\/)(?!\\/)(?!\\.\\.?\\/).+/,Tl=n=>new Promise(e=>{let t=!1,i=Date.now(),r=null,o=s=>{t||(t=!0,r!=null&&window.clearTimeout(r),e({status:s,elapsedMs:Math.max(0,Date.now()-i)}))};n.addEventListener(\"load\",()=>o(\"load\"),{once:!0}),n.addEventListener(\"error\",()=>o(\"error\"),{once:!0}),r=window.setTimeout(()=>o(\"timeout\"),Dl)});function Pn(n){for(;n.firstChild;)n.removeChild(n.firstChild);n.textContent=\"\"}function Vr(n,e){let t=n.trim();if(!t)return n;try{return Ll.test(t)?new URL(t,document.baseURI).toString():e?new URL(t,e).toString():new URL(t,document.baseURI).toString()}catch{return n}}function Rl(n){let e=n.getAttribute(\"data-variable-values\");if(!e)return{};let t;try{t=JSON.parse(e)}catch{return{}}return!t||typeof t!=\"object\"||Array.isArray(t)?{}:t}async function In(n){let e=null;n.hostCompositionId&&(e=Array.from(n.sourceNode.querySelectorAll(\"[data-composition-id]\")).find(l=>l.getAttribute(\"data-composition-id\")===n.hostCompositionId)??null);let t=e??n.sourceNode,i=e?.getAttribute(\"data-composition-id\")?.trim()||n.hostCompositionId||null;if(n.headStyles)for(let a of n.headStyles){let l=a.cloneNode(!0);l instanceof HTMLStyleElement&&(i&&(l.textContent=_n(l.textContent||\"\",i)),document.head.appendChild(l),n.injectedStyles.push(l))}let r=Array.from(t.querySelectorAll(\"style\"));for(let a of r){let l=a.cloneNode(!0);l instanceof HTMLStyleElement&&(i&&(l.textContent=_n(l.textContent||\"\",i)),document.head.appendChild(l),n.injectedStyles.push(l))}let o=[];if(n.headScripts)for(let a of n.headScripts){let l=a.getAttribute(\"type\")?.trim()??\"\",f=a.getAttribute(\"src\")?.trim()??\"\";if(f){let p=Vr(f,n.compositionUrl);o.push({kind:\"external\",src:p,type:l})}else{let p=a.textContent?.trim()??\"\";p&&o.push({kind:\"inline\",content:p,type:l,scopeCompositionId:i})}}let s=Array.from(t.querySelectorAll(\"script\")),c=[...o];for(let a of s){let l=a.getAttribute(\"type\")?.trim()??\"\",f=a.getAttribute(\"src\")?.trim()??\"\";if(f){let p=Vr(f,n.compositionUrl);c.push({kind:\"external\",src:p,type:l})}else{let p=a.textContent?.trim()??\"\";p&&c.push({kind:\"inline\",content:p,type:l,scopeCompositionId:i})}a.parentNode?.removeChild(a)}let u=Array.from(t.querySelectorAll(\"style\"));for(let a of u)a.parentNode?.removeChild(a);if(e){let a=document.importNode(e,!0),l=e.getAttribute(\"data-width\"),f=e.getAttribute(\"data-height\"),p=n.parseDimensionPx(l),h=n.parseDimensionPx(f);for(l&&n.host.setAttribute(\"data-width\",l),f&&n.host.setAttribute(\"data-height\",f),p&&n.host instanceof HTMLElement&&(n.host.style.width=p),h&&n.host instanceof HTMLElement&&(n.host.style.height=h);a.firstChild;)n.host.appendChild(a.firstChild)}else n.hasTemplate?n.host.appendChild(document.importNode(t,!0)):n.host.innerHTML=n.fallbackBodyInnerHtml;if(i){let a={...n.declaredVariableDefaults??{},...Rl(n.host)};Object.keys(a).length>0&&(window.__hfVariablesByComp||(window.__hfVariablesByComp={}),window.__hfVariablesByComp[i]=a)}for(let a of c){let l=document.createElement(\"script\");if(a.type&&(l.type=a.type),l.async=!1,a.kind===\"external\"?l.src=a.src:a.type.toLowerCase()===\"module\"?l.textContent=a.content:a.scopeCompositionId?l.textContent=Gr(a.content,a.scopeCompositionId):l.textContent=`(function(){${a.content}})();`,document.body.appendChild(l),n.injectedScripts.push(l),a.kind===\"external\"){let f=await Tl(l);f.status!==\"load\"&&n.onDiagnostic?.({code:\"external_composition_script_load_issue\",details:{hostCompositionId:n.hostCompositionId,hostCompositionSrc:n.hostCompositionSrc,resolvedScriptSrc:a.src,loadStatus:f.status,elapsedMs:f.elapsedMs}})}}}async function Kr(n){let e=Array.from(document.querySelectorAll(\"[data-composition-id]:not([data-composition-src])\")).filter(t=>{if(t.children.length>0)return!1;let i=t.getAttribute(\"data-composition-id\");return i?!!document.querySelector(`template#${CSS.escape(i)}-template`):!1});if(e.length!==0)for(let t of e){let i=t.getAttribute(\"data-composition-id\"),r=document.querySelector(`template#${CSS.escape(i)}-template`);Pn(t),await In({host:t,hostCompositionId:i,hostCompositionSrc:`template#${i}-template`,sourceNode:r.content,hasTemplate:!0,fallbackBodyInnerHtml:\"\",compositionUrl:null,injectedStyles:n.injectedStyles,injectedScripts:n.injectedScripts,parseDimensionPx:n.parseDimensionPx,onDiagnostic:n.onDiagnostic})}}async function Jr(n){let e=Array.from(document.querySelectorAll(\"[data-composition-src]\"));e.length!==0&&await Promise.all(e.map(async t=>{let i=t.getAttribute(\"data-composition-src\");if(!i)return;let r=null;try{r=new URL(i,document.baseURI)}catch{r=null}Pn(t);try{let o=t.getAttribute(\"data-composition-id\"),s=o!=null?document.querySelector(`template#${CSS.escape(o)}-template`):null;if(s){await In({host:t,hostCompositionId:o,hostCompositionSrc:i,sourceNode:s.content,hasTemplate:!0,fallbackBodyInnerHtml:\"\",compositionUrl:r,injectedStyles:n.injectedStyles,injectedScripts:n.injectedScripts,parseDimensionPx:n.parseDimensionPx,onDiagnostic:n.onDiagnostic});return}let c=await fetch(i);if(!c.ok)throw new Error(`HTTP ${c.status}`);let u=await c.text(),l=new DOMParser().parseFromString(u,\"text/html\"),f=(o?l.querySelector(`template#${CSS.escape(o)}-template`):null)??l.querySelector(\"template\"),p=f?f.content:l.body,h=f?void 0:Array.from(l.head.querySelectorAll(\"style\")),w=f?void 0:Array.from(l.head.querySelectorAll(\"script\"));await In({host:t,hostCompositionId:o,hostCompositionSrc:i,sourceNode:p,hasTemplate:!!f,fallbackBodyInnerHtml:l.body.innerHTML,compositionUrl:r,injectedStyles:n.injectedStyles,injectedScripts:n.injectedScripts,parseDimensionPx:n.parseDimensionPx,headStyles:h,headScripts:w,declaredVariableDefaults:On(l.documentElement),onDiagnostic:n.onDiagnostic})}catch(o){n.onDiagnostic?.({code:\"external_composition_load_failed\",details:{hostCompositionId:t.getAttribute(\"data-composition-id\"),hostCompositionSrc:i,errorMessage:o instanceof Error?o.message:\"unknown_error\"}}),Pn(t)}}))}function vl(n){return n instanceof HTMLElement?n.dataset.captionWrapper!==\"true\"?n:n.querySelector(\":scope > span\")??null:null}function Bl(){let n=[],e=document.querySelectorAll(\".caption-group\");for(let t of e)for(let i of t.children){if(!(i instanceof HTMLElement))continue;let r=i.dataset.captionWrapper===\"true\"?i.querySelector(\":scope > span\"):i.tagName===\"SPAN\"?i:null;r&&n.push(r)}return n}function _l(n){let e=n.parentElement;if(e?.dataset.captionWrapper===\"true\")return e;let t=document.createElement(\"span\");return t.style.display=\"inline-block\",t.dataset.captionWrapper=\"true\",n.parentNode?.insertBefore(t,n),t.appendChild(n),t}function Wn(){let n=window.gsap;n&&document.querySelectorAll(\".caption-group\").length!==0&&fetch(\"caption-overrides.json\").then(e=>e.ok?e.json():null).then(e=>{if(!e||!Array.isArray(e)||e.length===0)return;let t=Bl();for(let i of e){let r=null;if(i.wordId&&(r=vl(document.getElementById(i.wordId))),!r&&i.wordIndex!==void 0&&(r=t[i.wordIndex]??null),!r)continue;let o={},s={};if(i.x!==void 0&&(o.x=i.x),i.y!==void 0&&(o.y=i.y),i.scale!==void 0&&(o.scale=i.scale),i.rotation!==void 0&&(o.rotation=i.rotation),i.opacity!==void 0&&(s.opacity=i.opacity),i.fontSize!==void 0&&(s.fontSize=`${i.fontSize}px`),i.fontWeight!==void 0&&(s.fontWeight=i.fontWeight),i.fontFamily!==void 0&&(s.fontFamily=i.fontFamily),i.activeColor||i.dimColor){let u=n.getTweensOf(r).filter(l=>l.vars.color!==void 0).sort((l,f)=>l.startTime()-f.startTime()),a=u.length>0?String(u[0].vars.color):\"\";for(let l of u)String(l.vars.color)===a?i.dimColor&&(l.vars.color=i.dimColor):i.activeColor&&(l.vars.color=i.activeColor);i.dimColor&&n.set(r,{color:i.dimColor})}if(Object.keys(s).length>0&&n.set(r,s),Object.keys(o).length>0){let c=_l(r);n.set(c,o)}}}).catch(()=>{})}var Qr=\"data-hf-authored-duration\",Yr=\"data-hf-authored-end\";function Zr(){let n=pi(),e=window,t=null,i=null,r=[],o=new Set,s=null;if(typeof e.__hfRuntimeTeardown==\"function\")try{e.__hfRuntimeTeardown()}catch{}document.documentElement&&(document.documentElement.style.margin=\"0\",document.documentElement.style.padding=\"0\",document.documentElement.style.overflow=\"hidden\"),document.body&&(document.body.style.margin=\"0\",document.body.style.padding=\"0\",document.body.style.overflow=\"hidden\"),window.__timelines=window.__timelines||{};let c=d=>{r.push(d)},u=(d,y,g)=>{let N=g??`${d}:${JSON.stringify(y)}`;o.has(N)||(o.add(N),ge({source:\"hf-preview\",type:\"diagnostic\",code:d,details:y}))},a=d=>{let y={scale:1,focusX:960,focusY:540},g=[],N=[],A={time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying(),renderMode:!1,timelineDirty:!1};return{play:d.play,pause:d.pause,seek:d.seek,getTime:d.getTime,getDuration:d.getDuration,isPlaying:d.isPlaying,getMainTimeline:()=>null,getElementBounds:()=>{},getElementsAtPoint:()=>{},setElementPosition:()=>{},previewElementPosition:()=>{},setElementKeyframes:()=>{},setElementScale:()=>{},setElementFontSize:()=>{},setElementTextContent:()=>{},setElementTextColor:()=>{},setElementTextShadow:()=>{},setElementTextFontWeight:()=>{},setElementTextFontFamily:()=>{},setElementTextOutline:()=>{},setElementTextHighlight:()=>{},setElementVolume:()=>{},setStageZoom:()=>{},getStageZoom:()=>y,setStageZoomKeyframes:()=>{},getStageZoomKeyframes:()=>g,addElement:()=>!1,removeElement:()=>!1,updateElementTiming:()=>!1,setElementTiming:()=>{},updateElementSrc:()=>!1,updateElementLayer:()=>!1,updateElementBasePosition:()=>!1,markTimelineDirty:()=>{},isTimelineDirty:()=>!1,rebuildTimeline:()=>{},ensureTimeline:()=>{},enableRenderMode:()=>{},disableRenderMode:()=>{},renderSeek:d.renderSeek,getElementVisibility:()=>({visible:!1}),getVisibleElements:()=>N,getRenderState:()=>({...A,time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying()})}},l=1/60,f=.75,p=.75,h=.35,w=900,b=3,S=2,z=.05,_=100,D=240,K=d=>{if(d instanceof Error)return d.message||String(d);if(typeof d==\"string\")return d;try{return JSON.stringify(d)}catch{return String(d??\"\")}},I=d=>{let y=d.toLowerCase();return y.includes(\"cannot read properties of null\")||y.includes(\"cannot set properties of null\")?{code:\"runtime_null_dom_access\",category:\"dom-null-access\"}:y.includes(\"failed to execute 'queryselector'\")?{code:\"runtime_invalid_selector\",category:\"selector-invalid\"}:y.includes(\"is not defined\")?{code:\"runtime_reference_missing\",category:\"reference-missing\"}:{code:\"runtime_script_error\",category:\"script-error\"}},m=d=>{if(d==null||d.trim()===\"\")return null;let y=Number.parseFloat(d);return!Number.isFinite(y)||y<=0?null:`${y}px`},x=()=>{let d=document.querySelector('[data-composition-id][data-root=\"true\"]');if(d instanceof HTMLElement)return d;let y=Array.from(document.querySelectorAll(\"[data-composition-id]\"));return y.length===0?null:y.find(g=>!g.parentElement?.closest(\"[data-composition-id]\"))??y[0]??null},E=()=>{let d=x();if(!d)return;let y=m(d.getAttribute(\"data-width\")),g=m(d.getAttribute(\"data-height\"));y&&(d.style.width=y),g&&(d.style.height=g),y&&d.style.setProperty(\"--comp-width\",y),g&&d.style.setProperty(\"--comp-height\",g)},C=()=>{let d=x(),y=Array.from(document.querySelectorAll(\"[data-composition-id]\")).filter(g=>g.hasAttribute(\"data-duration\")||g.hasAttribute(\"data-end\"));for(let g of y){if(d&&g===d)continue;let N=g.getAttribute(\"data-duration\"),A=g.getAttribute(\"data-end\");N!=null&&!g.hasAttribute(Qr)&&g.setAttribute(Qr,N),A!=null&&!g.hasAttribute(Yr)&&g.setAttribute(Yr,A),g.removeAttribute(\"data-duration\"),g.removeAttribute(\"data-end\")}},F=()=>{let d=x();if(!d)return;d.style.position||(d.style.position=\"relative\"),d.style.overflow=\"hidden\";let y=m(d.getAttribute(\"data-width\")),g=m(d.getAttribute(\"data-height\"));y&&(d.style.width=y),g&&(d.style.height=g);let N=Array.from(d.children);for(let A of N){let B=A.tagName.toLowerCase();if(B===\"script\"||B===\"style\"||B===\"link\"||B===\"meta\"||!A.hasAttribute(\"data-start\"))continue;let le=(A.style.top===\"0px\"||A.style.top===\"0\")&&(A.style.left===\"0px\"||A.style.left===\"0\")&&A.style.width===\"100%\"&&A.style.height===\"100%\",ae=/translate\\(\\s*-50%\\s*,\\s*-50%\\s*\\)/.test(A.style.transform);if(le&&ae&&!A.hasAttribute(\"data-width\")&&!A.hasAttribute(\"data-height\")){let Se=A.style.top,ue=A.style.left,nt=A.style.width,ne=A.style.height;A.style.top=\"\",A.style.left=\"\",A.style.width=\"\",A.style.height=\"\";let V=window.getComputedStyle(A);V.top!==\"auto\"||V.bottom!==\"auto\"||V.left!==\"auto\"||V.right!==\"auto\"||V.width!==\"0px\"||V.height!==\"0px\"||(A.style.top=Se,A.style.left=ue,A.style.width=nt,A.style.height=ne)}let J=window.getComputedStyle(A),we=J.position;if(we!==\"absolute\"&&we!==\"fixed\"&&(A.style.position=\"absolute\"),!!A.style.top||!!A.style.bottom||J.top!==\"auto\"||J.bottom!==\"auto\"||(A.style.top=\"0\"),!!A.style.left||!!A.style.right||J.left!==\"auto\"||J.right!==\"auto\"||(A.style.left=\"0\"),B!==\"audio\"){let Se=m(A.getAttribute(\"data-width\")),ue=m(A.getAttribute(\"data-height\")),nt=J.width!==\"0px\"&&J.width!==\"auto\",ne=J.height!==\"0px\"&&J.height!==\"auto\";Se?!A.style.width&&!nt&&(A.style.width=Se):!A.style.width&&J.width===\"0px\"&&(A.style.width=\"100%\"),ue?!A.style.height&&!ne&&(A.style.height=ue):!A.style.height&&J.height===\"0px\"&&(A.style.height=\"100%\")}}},k=(d,y=0,g)=>He({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:g?.includeAuthoredTimingAttrs??!0}).resolveStartForElement(d,y),$=(d,y)=>He({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:y?.includeAuthoredTimingAttrs??!0}).resolveDurationForElement(d),W=!!document.querySelector(\"[data-composition-src]\"),H=!1;{let d=document.querySelectorAll(\"[data-composition-id]:not([data-composition-src])\");for(let y of d){let g=y.getAttribute(\"data-composition-id\");if(g&&y.children.length===0&&document.querySelector(`template#${CSS.escape(g)}-template`)){H=!0;break}}}let L=!W&&!H,Y=d=>{if(!d||typeof d.duration!=\"function\")return null;try{let y=Number(d.duration());return Number.isFinite(y)?Math.max(0,y):null}catch{return null}},ee=d=>typeof d==\"number\"&&Number.isFinite(d)&&d>l,U=d=>{let y=Number(d.getAttribute(\"data-duration\"));if(Number.isFinite(y)&&y>0)return y;let g=Number(d.getAttribute(\"data-playback-start\")??d.getAttribute(\"data-media-start\")??\"0\"),N=Number.isFinite(g)?Math.max(0,g):0;return Number.isFinite(d.duration)&&d.duration>N?Math.max(0,d.duration-N):null},G=()=>{let d=Array.from(document.querySelectorAll(\"video[data-start], audio[data-start]\"));if(d.length===0)return null;let y=0;for(let g of d){let N=k(g,0);if(!Number.isFinite(N))continue;let A=U(g);A==null||A<=l||(y=Math.max(y,Math.max(0,N)+A))}return y>l?y:null},v=()=>{let d=x();if(!d)return null;let y=window.__timelines??{},g=He({timelineRegistry:y,includeAuthoredTimingAttrs:!0}),N=0,A=Array.from(d.querySelectorAll(\"[data-composition-id][data-start]\"));for(let B of A){if(!(B instanceof Element)||B.parentElement?.closest(\"[data-composition-id]\")!==d)continue;let ae=g.resolveStartForElement(B,0),J=g.resolveDurationForElement(B);!Number.isFinite(ae)||J==null||J<=0||(N=Math.max(N,Math.max(0,ae)+J))}return N>l?N:null},Z=()=>{let d=G();return typeof d!=\"number\"||!Number.isFinite(d)||d<=l?null:d},Ee=d=>ee(d)?Math.max(l,d*f):l,xe=(d,y=0)=>{let g=Y(d),N=Z(),A=v(),B=Math.max(N??0,A??0),le=Number.isFinite(y)&&y>l?y:0,ae=0;ee(g)?ae=Math.max(g,B,le):ee(B)?ae=Math.max(B,le):ae=le;let J=Math.max(1,Number(n.maxTimelineDurationSeconds)||1800);return ae>0?Math.max(0,Math.min(ae,J)):0},R=()=>{let d=window.__timelines??{},y=He({timelineRegistry:d,includeAuthoredTimingAttrs:!0}),g=Z(),N=v(),A=Math.max(g??0,N??0)||null,B=Ee(A),le=ne=>{let V=document.querySelector(`[data-composition-id=\"${CSS.escape(ne)}\"]`);return V?y.resolveStartForElement(V,0):0},ae=ne=>{let V=window.gsap;if(!V||typeof V.timeline!=\"function\")return null;let oe=V.timeline({paused:!0});for(let pe of ne)oe.add(pe.timeline,le(pe.compositionId));return oe},J=(ne,V)=>{if(!ee(ne))return null;let oe=window.gsap;if(!oe||typeof oe.timeline!=\"function\")return null;let pe=oe.timeline({paused:!0});if(V)try{pe.add(V,0)}catch{}let he=pe;if(typeof he.to==\"function\")try{he.to({},{duration:ne})}catch{}return pe},we=(ne,V)=>{let oe=ne;if(typeof oe.getChildren!=\"function\")return[];try{let pe=oe.getChildren(!0,!0,!0)??[];if(!Array.isArray(pe))return[];let he=[];for(let se of V)if(!pe.some(Ie=>Ie===se.timeline))try{let Ie=le(se.compositionId);ne.add(se.timeline,Ie),he.push(se.compositionId)}catch{}return he}catch{return[]}},Re=x(),de=Re?.getAttribute(\"data-composition-id\")??null;if(!de)return{timeline:null};let me=d[de]??null,ue=(()=>{if(!Re)return[];let ne=new Set,V=Array.from(Re.querySelectorAll(\"[data-composition-id]\")),oe=[];for(let pe of V){let he=pe.getAttribute(\"data-composition-id\");if(!he||he===de||ne.has(he))continue;ne.add(he);let se=d[he]??null;if(!se||typeof se.play!=\"function\"||typeof se.pause!=\"function\")continue;let Ae=Y(se);oe.push({compositionId:he,timeline:se,durationSeconds:Ae??0})}return oe})(),nt=ne=>{for(let V of ne){let oe=V.timeline;if(typeof oe.paused==\"function\")try{oe.paused(!1)}catch{}}};if(ue.length>0&&nt(ue),me){let ne=ue.length>0?we(me,ue):[];if((ue.length>0||!document.querySelector(\"[data-composition-id]:not([data-composition-id='\"+de+\"'])\"))&&(T=!0),ne.length>0)try{let se=me.time();me.seek(se,!1)}catch{}let V=Y(me);if(!ee(V)&&ue.length>0){let se=ue.map(Do=>Do.compositionId),Ae=ae(ue),Ie=Y(Ae);if(Ae&&ee(Ie))return{timeline:Ae,selectedTimelineIds:se,selectedDurationSeconds:Ie,mediaDurationFloorSeconds:g,diagnostics:{code:\"root_timeline_unusable_fallback\",details:{rootCompositionId:de,rootDurationSeconds:V,fallbackKind:\"composite_by_root_children\",minCandidateDurationSeconds:B,selectedDurationSeconds:Ie,mediaDurationFloorSeconds:g,authoredCompositionDurationFloorSeconds:N,selectedTimelineIds:se,autoNestedChildren:ne}}};let en=J(A??0,me),tn=Y(en);if(en&&ee(tn))return{timeline:en,selectedTimelineIds:[de],selectedDurationSeconds:tn,mediaDurationFloorSeconds:g,diagnostics:{code:\"root_timeline_unusable_media_floor_fallback\",details:{rootCompositionId:de,rootDurationSeconds:V,fallbackKind:\"media_duration_floor\",mediaDurationFloorSeconds:g,authoredCompositionDurationFloorSeconds:N,selectedDurationSeconds:tn,selectedTimelineIds:[de],autoNestedChildren:ne}}}}if(!ee(V)&&ue.length===0){let se=J(A??0,me),Ae=Y(se);if(se&&ee(Ae))return{timeline:se,selectedTimelineIds:[de],selectedDurationSeconds:Ae,mediaDurationFloorSeconds:g,diagnostics:{code:\"root_timeline_unusable_media_floor_fallback\",details:{rootCompositionId:de,rootDurationSeconds:V,fallbackKind:\"media_duration_floor\",mediaDurationFloorSeconds:g,authoredCompositionDurationFloorSeconds:N,selectedDurationSeconds:Ae,selectedTimelineIds:[de]}}}}let oe=Re?.getAttribute(\"data-duration\"),pe=oe?parseFloat(oe):null,he=Math.max(ee(pe)?pe:0,N??0);if(he>0&&ee(he)&&ee(V)&&he>=V+.5){let se=me;if(typeof se.to==\"function\")try{se.to({},{duration:0},he)}catch{}let Ae=Y(me);if(ee(Ae))return{timeline:me,selectedTimelineIds:[de],selectedDurationSeconds:Ae,mediaDurationFloorSeconds:g,diagnostics:{code:\"root_timeline_padded_to_declared_duration\",details:{rootCompositionId:de,rootDurationSeconds:V,rootDeclaredDur:pe,authoredCompositionDurationFloorSeconds:N,newDur:Ae}}}}return{timeline:me,selectedTimelineIds:[de],selectedDurationSeconds:V,mediaDurationFloorSeconds:g,diagnostics:ne.length>0?{code:\"root_timeline_auto_nested_children\",details:{rootCompositionId:de,selectedDurationSeconds:V,autoNestedChildren:ne}}:void 0}}if(ue.length>0){let ne=ue.map(pe=>pe.compositionId),V=ae(ue),oe=Y(V);if(V)return{timeline:V,selectedTimelineIds:ne,selectedDurationSeconds:oe,mediaDurationFloorSeconds:g,diagnostics:{code:\"root_timeline_missing_fallback\",details:{rootCompositionId:de,fallbackKind:\"composite_by_root_children\",minCandidateDurationSeconds:B,selectedDurationSeconds:oe,mediaDurationFloorSeconds:g,selectedTimelineIds:ne}}}}return{timeline:null}},M=()=>{let d=n.capturedTimeline;if(!d||typeof d.time!=\"function\")return;let y=Number(d.time());Number.isFinite(y)&&(n.currentTime=Math.max(0,y))},T=!1,X=()=>{if(!L)return!1;let d=n.capturedTimeline,y=Y(d),g=ee(y);if(d&&g&&T)return!1;let N=R();return N.timeline?d&&d===N.timeline?(typeof d.timeScale==\"function\"&&d.timeScale(n.playbackRate),!1):(n.capturedTimeline=N.timeline,typeof n.capturedTimeline.timeScale==\"function\"&&n.capturedTimeline.timeScale(n.playbackRate),N.diagnostics&&ge({source:\"hf-preview\",type:\"diagnostic\",code:N.diagnostics.code,details:N.diagnostics.details}),ge({source:\"hf-preview\",type:\"diagnostic\",code:\"timeline_bound\",details:{selectedTimelineIds:N.selectedTimelineIds??[],selectedDurationSeconds:N.selectedDurationSeconds??null,mediaDurationFloorSeconds:N.mediaDurationFloorSeconds??null}}),!0):!1},ie=()=>{let d=x();if(!(d instanceof HTMLElement))return;let y=d.getBoundingClientRect(),g=Number(d.getAttribute(\"data-width\")),N=Number(d.getAttribute(\"data-height\")),A=window.getComputedStyle(d),B=Number.isFinite(g)&&g>0&&Number.isFinite(N)&&N>0,le=y.width<=0||y.height<=0||d.clientWidth<=0||d.clientHeight<=0;!B||!le||u(\"root_stage_layout_zero\",{compositionId:d.getAttribute(\"data-composition-id\")??null,declaredWidth:g,declaredHeight:N,rectWidth:Math.round(y.width),rectHeight:Math.round(y.height),clientWidth:d.clientWidth,clientHeight:d.clientHeight,display:A.display,visibility:A.visibility,overflow:A.overflow},`root-stage-layout-zero:${d.getAttribute(\"data-composition-id\")??\"unknown\"}`)},O=()=>{n.tornDown||(s!=null&&window.cancelAnimationFrame(s),s=window.requestAnimationFrame(()=>{s=null,ie()}))},P=()=>{t=d=>{let y=K(d.error??d.message).slice(0,D);if(!y)return;let g=I(y);ge({source:\"hf-preview\",type:\"diagnostic\",code:g.code,details:{category:g.category,message:y,filename:d.filename||null,line:Number.isFinite(d.lineno)?d.lineno:null,column:Number.isFinite(d.colno)?d.colno:null}})},i=d=>{let y=K(d.reason).slice(0,D);if(!y)return;let g=I(y);ge({source:\"hf-preview\",type:\"diagnostic\",code:`${g.code}_unhandled_rejection`,details:{category:`${g.category}-unhandled-rejection`,message:y}})},window.addEventListener(\"error\",t),window.addEventListener(\"unhandledrejection\",i)},j=()=>{let d=Array.from(document.querySelectorAll(\"img, video, audio, source, link[rel='stylesheet']\"));for(let g of d){let N=()=>{if(!(g instanceof Element))return;let A=g.tagName.toLowerCase(),B=g.getAttribute(\"src\")??g.getAttribute(\"href\")??g.getAttribute(\"poster\")??null,le=A===\"link\"?\"runtime_stylesheet_load_failed\":\"runtime_asset_load_failed\";u(le,{tagName:A,assetUrl:B,currentSrc:(g instanceof HTMLImageElement||g instanceof HTMLMediaElement)&&g.currentSrc||null,readyState:g instanceof HTMLMediaElement?g.readyState:null,networkState:g instanceof HTMLMediaElement?g.networkState:null},`${le}:${A}:${B??\"unknown\"}`)};g.addEventListener(\"error\",N),c(()=>{g.removeEventListener(\"error\",N)})}let y=document.fonts;y&&y.ready.then(()=>{if(n.tornDown)return;let g=Array.from(y).filter(N=>N.status===\"error\").map(N=>N.family).filter(N=>!!N).slice(0,10);g.length!==0&&u(\"runtime_font_load_issue\",{failedFamilies:g,totalFaces:Array.from(y).length},`runtime-font-load-issue:${g.join(\"|\")}`)}).catch(()=>{})},Ne=(d,y)=>{if(!d.timeline)return!1;let g=n.capturedTimeline;if(g&&g===d.timeline)return!1;let N=Math.max(0,n.currentTime||0),A=n.isPlaying;n.capturedTimeline=d.timeline,typeof n.capturedTimeline.timeScale==\"function\"&&n.capturedTimeline.timeScale(n.playbackRate);try{n.capturedTimeline.pause(),n.capturedTimeline.seek(N,!1),A&&n.capturedTimeline.play()}catch{}return ge({source:\"hf-preview\",type:\"diagnostic\",code:\"timeline_loop_guard_rebind\",details:{reason:y,previousTime:N,selectedTimelineIds:d.selectedTimelineIds??[],selectedDurationSeconds:d.selectedDurationSeconds??null,mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),!0},ce=null,ze=!1,Fe=new Set,Ct=()=>{n.tornDown||(ce!=null&&window.clearTimeout(ce),ce=window.setTimeout(()=>{if(n.tornDown)return;ce=null;let d=R();if(!d.timeline||!ee(d.mediaDurationFloorSeconds??null))return;if(!n.capturedTimeline){X()&&(je(),Te(!0));return}if(ze)return;let g=Y(n.capturedTimeline),N=d.selectedDurationSeconds??Y(d.timeline);ee(N)&&(!ee(g)||N>=g+z)&&Ne(d,\"manual\")&&(ze=!0,ge({source:\"hf-preview\",type:\"diagnostic\",code:\"timeline_rebind_after_media_metadata\",details:{previousDurationSeconds:g??null,selectedDurationSeconds:N??null,selectedTimelineIds:d.selectedTimelineIds??[],mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),je(),Te(!0))},_))},Co=()=>{for(let d of Fe)d.removeEventListener(\"loadedmetadata\",Ct),d.removeEventListener(\"durationchange\",Ct);Fe.clear()},Qt=()=>{if(n.tornDown)return;let d=Array.from(document.querySelectorAll(\"video, audio\"));for(let y of d)Fe.has(y)||(Fe.add(y),y.addEventListener(\"loadedmetadata\",Ct),y.addEventListener(\"durationchange\",Ct),y.preload!==\"auto\"&&(y.preload=\"auto\"),y.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&y.load())},Kn=()=>{let d=A=>{let B=A.closest(\"[data-composition-id]\"),le=B?k(B,0):null,ae=B?$(B,{includeAuthoredTimingAttrs:!0}):null;return{compositionRoot:B,inheritedStart:le,inheritedDuration:ae}},y=ui({shouldIncludeElement:A=>A.hasAttribute(\"data-start\")||!!d(A).compositionRoot,resolveStartSeconds:A=>{let B=d(A);return k(A,B.inheritedStart??0)},resolveDurationSeconds:A=>{let B=d(A),le=k(A,B.inheritedStart??0),ae=Number.parseFloat(A.dataset.playbackStart??A.dataset.mediaStart??\"0\")||0,J=B.inheritedStart!=null&&B.inheritedDuration!=null&&B.inheritedDuration>0?Math.max(0,B.inheritedStart+B.inheritedDuration-le):null,we=Number.isFinite(A.duration)&&A.duration>ae?Math.max(0,A.duration-ae):null;return we!=null&&J!=null?Math.min(we,J):we??J}});ci({clips:y.mediaClips,timeSeconds:n.currentTime,playing:n.isPlaying,playbackRate:n.playbackRate,outputMuted:n.mediaOutputMuted,userMuted:n.bridgeMuted,onAutoplayBlocked:()=>{n.mediaAutoplayBlockedPosted||(n.mediaAutoplayBlockedPosted=!0,ge({source:\"hf-preview\",type:\"media-autoplay-blocked\"}))}});let g=document.querySelector(\"[data-composition-id]\")?.getAttribute(\"data-composition-id\")??null,N=Array.from(document.querySelectorAll(\"[data-start]\"));for(let A of N){if(!(A instanceof HTMLElement))continue;let B=A.tagName.toLowerCase();if(B===\"script\"||B===\"style\"||B===\"link\"||B===\"meta\")continue;if(!A.getAttribute(\"data-composition-id\")){let Se=A.closest(\"[data-composition-id]\")?.getAttribute(\"data-composition-id\")??null;if(Se&&Se!==g)continue}let ae=k(A,0),J=$(A),we=A.getAttribute(\"data-composition-id\");if(we){let me=(window.__timelines??{})[we],Se=null;if(me&&typeof me.duration==\"function\"){let ue=Number(me.duration());Number.isFinite(ue)&&ue>0&&(Se=ue)}J!=null&&J>0&&Se!=null?J=Math.min(J,Se):(J==null||J<=0)&&Se!=null&&(J=Se)}let Re=J!=null&&J>0?ae+J:Number.POSITIVE_INFINITY,de=n.currentTime>=ae&&(Number.isFinite(Re)?n.currentTime<Re:!0);A.style.visibility=de?\"visible\":\"hidden\"}},Te=d=>{M();let y=Math.max(0,Math.round((n.currentTime||0)*n.canonicalFps)),g=Date.now();(d||y!==n.bridgeLastPostedFrame||n.isPlaying!==n.bridgeLastPostedPlaying||n.bridgeMuted!==n.bridgeLastPostedMuted||g-n.bridgeLastPostedAt>=n.bridgeMaxPostIntervalMs)&&(n.bridgeLastPostedFrame=y,n.bridgeLastPostedPlaying=n.isPlaying,n.bridgeLastPostedMuted=n.bridgeMuted,n.bridgeLastPostedAt=g,ge({source:\"hf-preview\",type:\"state\",frame:y,isPlaying:n.isPlaying,muted:n.bridgeMuted,playbackRate:n.playbackRate}))},je=()=>{C(),E(),F();let d=x();if(d){let g=m(d.getAttribute(\"data-width\")),N=m(d.getAttribute(\"data-height\")),A=g?parseInt(g,10):0,B=N?parseInt(N,10):0;A>0&&B>0&&ge({source:\"hf-preview\",type:\"stage-size\",width:A,height:B})}X();let y=yi({canonicalFps:n.canonicalFps,maxTimelineDurationSeconds:n.maxTimelineDurationSeconds});window.__clipManifest=y,ge(y),O()},tt=(d,y=0)=>{for(let g of n.deterministicAdapters){try{d===\"discover\"&&g.discover(),d===\"pause\"&&g.pause(),d===\"play\"&&g.play&&g.play()}catch{}if(d===\"discover\")try{g.seek({time:y})}catch{}}};if(L)Wn();else{let d={injectedStyles:n.injectedCompStyles,injectedScripts:n.injectedCompScripts,parseDimensionPx:m,onDiagnostic:({code:y,details:g})=>{ge({source:\"hf-preview\",type:\"diagnostic\",code:y,details:g})}};Jr(d).then(()=>Kr(d)).finally(()=>{L=!0,tt(\"discover\",n.currentTime),Qt(),j(),Wn(),je(),Te(!0)})}let Mt=di({postMessage:d=>ge(d)});Mt.installPickerApi();let Jn=d=>{let y=Number(d);!Number.isFinite(y)||y<=0?n.playbackRate=1:n.playbackRate=Math.max(.1,Math.min(5,y)),n.capturedTimeline&&typeof n.capturedTimeline.timeScale==\"function\"&&n.capturedTimeline.timeScale(n.playbackRate);let g=document.querySelectorAll(\"video, audio\");for(let N of g)if(N instanceof HTMLMediaElement)try{N.playbackRate=n.playbackRate}catch{}},fe=mi({getTimeline:()=>n.capturedTimeline,setTimeline:d=>{n.capturedTimeline=d},getTimelineRegistry:()=>window.__timelines??{},getIsPlaying:()=>n.isPlaying,setIsPlaying:d=>{n.isPlaying=d},getPlaybackRate:()=>n.playbackRate,setPlaybackRate:Jn,getCanonicalFps:()=>n.canonicalFps,onSyncMedia:(d,y)=>{n.currentTime=Math.max(0,Number(d)||0),n.isPlaying=y,Kn()},onStatePost:Te,onDeterministicSeek:d=>{for(let y of n.deterministicAdapters)try{y.seek({time:Number(d)||0})}catch{}},onDeterministicPause:()=>tt(\"pause\"),onDeterministicPlay:()=>tt(\"play\"),onRenderFrameSeek:()=>{},onShowNativeVideos:()=>{},getSafeDuration:()=>xe(n.capturedTimeline,0)});window.__player=a(fe),window.__playerReady=!0,window.__renderReady=!0,ei(ge),it(\"composition_loaded\",{duration:fe.getDuration(),compositionId:document.querySelector(\"[data-composition-id]\")?.getAttribute(\"data-composition-id\")??null}),n.controlBridgeHandler=Xn({onPlay:()=>{fe.play(),it(\"composition_played\",{time:fe.getTime()})},onPause:()=>{fe.pause(),it(\"composition_paused\",{time:fe.getTime()})},onSeek:(d,y)=>{let g=Math.max(0,d)/n.canonicalFps;fe.seek(g),it(\"composition_seeked\",{time:g})},onSetMuted:d=>{n.bridgeMuted=d;let y=d||n.mediaOutputMuted,g=document.querySelectorAll(\"video, audio\");for(let N of g)N instanceof HTMLMediaElement&&(N.muted=y)},onSetMediaOutputMuted:d=>{n.mediaOutputMuted=d;let y=d||n.bridgeMuted,g=document.querySelectorAll(\"video, audio\");for(let N of g)N instanceof HTMLMediaElement&&(N.muted=y)},onSetPlaybackRate:d=>Jn(d),onEnablePickMode:()=>Mt.enablePickMode(),onDisablePickMode:()=>Mt.disablePickMode()}),X(),n.capturedTimeline&&(fe._timeline=n.capturedTimeline),L&&setTimeout(()=>{let d=n.capturedTimeline;X()&&n.capturedTimeline!==d&&(fe._timeline=n.capturedTimeline),tt(\"discover\",n.currentTime),je(),Te(!0)},0),n.deterministicAdapters=[ai(),ti({resolveStartSeconds:d=>k(d,0)}),ii(),si(),li(),ni({getTimeline:()=>n.capturedTimeline})],P(),tt(\"discover\"),Qt(),n.timelinePollIntervalId&&clearInterval(n.timelinePollIntervalId);let Yt=0,kt=null,Qn=0,Zt=!1,Ge=0,Yn=()=>{Qn=Date.now(),Zt=!1,Ge=0};n.timelinePollIntervalId=setInterval(()=>{Yt+=1;let y=n.isPlaying&&n.capturedTimeline!=null&&Math.max(0,n.currentTime||0)<S?!1:X();if(n.capturedTimeline&&!fe._timeline&&(fe._timeline=n.capturedTimeline),(y||Yt%20===0)&&je(),Yt%10===0&&Qt(),M(),n.isPlaying&&n.capturedTimeline){let g=Math.max(0,n.currentTime||0),N=kt,A=xe(n.capturedTimeline,0);if(A>0&&g>=A){fe.pause(),fe.seek(A),kt=A,Ge=0,Te(!0);return}if(N!=null&&N>=p&&g<=h?Ge+=1:Ge=0,!Zt&&Ge>=b&&Date.now()-Qn>w){let le=R();Ne(le,\"loop_guard\")&&(Zt=!0,Ge=0)}kt=Math.max(0,n.currentTime||0)}else kt=Math.max(0,n.currentTime||0);n.isPlaying&&Kn(),Te(!1)},50),je(),Te(!0);let Mo=fe.seek;fe.seek=d=>{Yn(),Mo(d)};let ko=fe.renderSeek;fe.renderSeek=d=>{Yn(),ko(d)};let Xt=()=>{if(!n.tornDown){n.tornDown=!0,n.timelinePollIntervalId&&(clearInterval(n.timelinePollIntervalId),n.timelinePollIntervalId=null),ce!=null&&(window.clearTimeout(ce),ce=null),s!=null&&(window.cancelAnimationFrame(s),s=null),Co(),n.controlBridgeHandler&&(window.removeEventListener(\"message\",n.controlBridgeHandler),n.controlBridgeHandler=null),t&&(window.removeEventListener(\"error\",t),t=null),i&&(window.removeEventListener(\"unhandledrejection\",i),i=null),n.beforeUnloadHandler&&(window.removeEventListener(\"beforeunload\",n.beforeUnloadHandler),n.beforeUnloadHandler=null),Mt.disablePickMode();for(let d of n.deterministicAdapters)if(!(!d||typeof d.revert!=\"function\"))try{d.revert()}catch{}n.deterministicAdapters=[];for(let d of r.splice(0))try{d()}catch{}for(let d of n.injectedCompStyles)try{d.remove()}catch{}n.injectedCompStyles=[];for(let d of n.injectedCompScripts)try{d.remove()}catch{}n.injectedCompScripts=[],n.capturedTimeline=null,e.__hfRuntimeTeardown===Xt&&(e.__hfRuntimeTeardown=null)}};e.__hfRuntimeTeardown=Xt,n.beforeUnloadHandler=Xt,window.addEventListener(\"beforeunload\",n.beforeUnloadHandler)}var Xr=[\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"S\",\"B\",\"S\",\"WS\",\"B\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"B\",\"B\",\"B\",\"S\",\"WS\",\"ON\",\"ON\",\"ET\",\"ET\",\"ET\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"ES\",\"CS\",\"ES\",\"CS\",\"CS\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"CS\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"ON\",\"ON\",\"ON\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"B\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"CS\",\"ON\",\"ET\",\"ET\",\"ET\",\"ET\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"ON\",\"ON\",\"BN\",\"ON\",\"ON\",\"ET\",\"ET\",\"EN\",\"EN\",\"ON\",\"L\",\"ON\",\"ON\",\"ON\",\"EN\",\"L\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\"],Hn=[[697,698,\"ON\"],[706,719,\"ON\"],[722,735,\"ON\"],[741,749,\"ON\"],[751,767,\"ON\"],[768,879,\"NSM\"],[884,885,\"ON\"],[894,894,\"ON\"],[900,901,\"ON\"],[903,903,\"ON\"],[1014,1014,\"ON\"],[1155,1161,\"NSM\"],[1418,1418,\"ON\"],[1421,1422,\"ON\"],[1423,1423,\"ET\"],[1424,1424,\"R\"],[1425,1469,\"NSM\"],[1470,1470,\"R\"],[1471,1471,\"NSM\"],[1472,1472,\"R\"],[1473,1474,\"NSM\"],[1475,1475,\"R\"],[1476,1477,\"NSM\"],[1478,1478,\"R\"],[1479,1479,\"NSM\"],[1480,1535,\"R\"],[1536,1541,\"AN\"],[1542,1543,\"ON\"],[1544,1544,\"AL\"],[1545,1546,\"ET\"],[1547,1547,\"AL\"],[1548,1548,\"CS\"],[1549,1549,\"AL\"],[1550,1551,\"ON\"],[1552,1562,\"NSM\"],[1563,1610,\"AL\"],[1611,1631,\"NSM\"],[1632,1641,\"AN\"],[1642,1642,\"ET\"],[1643,1644,\"AN\"],[1645,1647,\"AL\"],[1648,1648,\"NSM\"],[1649,1749,\"AL\"],[1750,1756,\"NSM\"],[1757,1757,\"AN\"],[1758,1758,\"ON\"],[1759,1764,\"NSM\"],[1765,1766,\"AL\"],[1767,1768,\"NSM\"],[1769,1769,\"ON\"],[1770,1773,\"NSM\"],[1774,1775,\"AL\"],[1776,1785,\"EN\"],[1786,1808,\"AL\"],[1809,1809,\"NSM\"],[1810,1839,\"AL\"],[1840,1866,\"NSM\"],[1867,1957,\"AL\"],[1958,1968,\"NSM\"],[1969,1983,\"AL\"],[1984,2026,\"R\"],[2027,2035,\"NSM\"],[2036,2037,\"R\"],[2038,2041,\"ON\"],[2042,2044,\"R\"],[2045,2045,\"NSM\"],[2046,2069,\"R\"],[2070,2073,\"NSM\"],[2074,2074,\"R\"],[2075,2083,\"NSM\"],[2084,2084,\"R\"],[2085,2087,\"NSM\"],[2088,2088,\"R\"],[2089,2093,\"NSM\"],[2094,2136,\"R\"],[2137,2139,\"NSM\"],[2140,2143,\"R\"],[2144,2191,\"AL\"],[2192,2193,\"AN\"],[2194,2198,\"AL\"],[2199,2207,\"NSM\"],[2208,2249,\"AL\"],[2250,2273,\"NSM\"],[2274,2274,\"AN\"],[2275,2306,\"NSM\"],[2362,2362,\"NSM\"],[2364,2364,\"NSM\"],[2369,2376,\"NSM\"],[2381,2381,\"NSM\"],[2385,2391,\"NSM\"],[2402,2403,\"NSM\"],[2433,2433,\"NSM\"],[2492,2492,\"NSM\"],[2497,2500,\"NSM\"],[2509,2509,\"NSM\"],[2530,2531,\"NSM\"],[2546,2547,\"ET\"],[2555,2555,\"ET\"],[2558,2558,\"NSM\"],[2561,2562,\"NSM\"],[2620,2620,\"NSM\"],[2625,2626,\"NSM\"],[2631,2632,\"NSM\"],[2635,2637,\"NSM\"],[2641,2641,\"NSM\"],[2672,2673,\"NSM\"],[2677,2677,\"NSM\"],[2689,2690,\"NSM\"],[2748,2748,\"NSM\"],[2753,2757,\"NSM\"],[2759,2760,\"NSM\"],[2765,2765,\"NSM\"],[2786,2787,\"NSM\"],[2801,2801,\"ET\"],[2810,2815,\"NSM\"],[2817,2817,\"NSM\"],[2876,2876,\"NSM\"],[2879,2879,\"NSM\"],[2881,2884,\"NSM\"],[2893,2893,\"NSM\"],[2901,2902,\"NSM\"],[2914,2915,\"NSM\"],[2946,2946,\"NSM\"],[3008,3008,\"NSM\"],[3021,3021,\"NSM\"],[3059,3064,\"ON\"],[3065,3065,\"ET\"],[3066,3066,\"ON\"],[3072,3072,\"NSM\"],[3076,3076,\"NSM\"],[3132,3132,\"NSM\"],[3134,3136,\"NSM\"],[3142,3144,\"NSM\"],[3146,3149,\"NSM\"],[3157,3158,\"NSM\"],[3170,3171,\"NSM\"],[3192,3198,\"ON\"],[3201,3201,\"NSM\"],[3260,3260,\"NSM\"],[3276,3277,\"NSM\"],[3298,3299,\"NSM\"],[3328,3329,\"NSM\"],[3387,3388,\"NSM\"],[3393,3396,\"NSM\"],[3405,3405,\"NSM\"],[3426,3427,\"NSM\"],[3457,3457,\"NSM\"],[3530,3530,\"NSM\"],[3538,3540,\"NSM\"],[3542,3542,\"NSM\"],[3633,3633,\"NSM\"],[3636,3642,\"NSM\"],[3647,3647,\"ET\"],[3655,3662,\"NSM\"],[3761,3761,\"NSM\"],[3764,3772,\"NSM\"],[3784,3790,\"NSM\"],[3864,3865,\"NSM\"],[3893,3893,\"NSM\"],[3895,3895,\"NSM\"],[3897,3897,\"NSM\"],[3898,3901,\"ON\"],[3953,3966,\"NSM\"],[3968,3972,\"NSM\"],[3974,3975,\"NSM\"],[3981,3991,\"NSM\"],[3993,4028,\"NSM\"],[4038,4038,\"NSM\"],[4141,4144,\"NSM\"],[4146,4151,\"NSM\"],[4153,4154,\"NSM\"],[4157,4158,\"NSM\"],[4184,4185,\"NSM\"],[4190,4192,\"NSM\"],[4209,4212,\"NSM\"],[4226,4226,\"NSM\"],[4229,4230,\"NSM\"],[4237,4237,\"NSM\"],[4253,4253,\"NSM\"],[4957,4959,\"NSM\"],[5008,5017,\"ON\"],[5120,5120,\"ON\"],[5760,5760,\"WS\"],[5787,5788,\"ON\"],[5906,5908,\"NSM\"],[5938,5939,\"NSM\"],[5970,5971,\"NSM\"],[6002,6003,\"NSM\"],[6068,6069,\"NSM\"],[6071,6077,\"NSM\"],[6086,6086,\"NSM\"],[6089,6099,\"NSM\"],[6107,6107,\"ET\"],[6109,6109,\"NSM\"],[6128,6137,\"ON\"],[6144,6154,\"ON\"],[6155,6157,\"NSM\"],[6158,6158,\"BN\"],[6159,6159,\"NSM\"],[6277,6278,\"NSM\"],[6313,6313,\"NSM\"],[6432,6434,\"NSM\"],[6439,6440,\"NSM\"],[6450,6450,\"NSM\"],[6457,6459,\"NSM\"],[6464,6464,\"ON\"],[6468,6469,\"ON\"],[6622,6655,\"ON\"],[6679,6680,\"NSM\"],[6683,6683,\"NSM\"],[6742,6742,\"NSM\"],[6744,6750,\"NSM\"],[6752,6752,\"NSM\"],[6754,6754,\"NSM\"],[6757,6764,\"NSM\"],[6771,6780,\"NSM\"],[6783,6783,\"NSM\"],[6832,6877,\"NSM\"],[6880,6891,\"NSM\"],[6912,6915,\"NSM\"],[6964,6964,\"NSM\"],[6966,6970,\"NSM\"],[6972,6972,\"NSM\"],[6978,6978,\"NSM\"],[7019,7027,\"NSM\"],[7040,7041,\"NSM\"],[7074,7077,\"NSM\"],[7080,7081,\"NSM\"],[7083,7085,\"NSM\"],[7142,7142,\"NSM\"],[7144,7145,\"NSM\"],[7149,7149,\"NSM\"],[7151,7153,\"NSM\"],[7212,7219,\"NSM\"],[7222,7223,\"NSM\"],[7376,7378,\"NSM\"],[7380,7392,\"NSM\"],[7394,7400,\"NSM\"],[7405,7405,\"NSM\"],[7412,7412,\"NSM\"],[7416,7417,\"NSM\"],[7616,7679,\"NSM\"],[8125,8125,\"ON\"],[8127,8129,\"ON\"],[8141,8143,\"ON\"],[8157,8159,\"ON\"],[8173,8175,\"ON\"],[8189,8190,\"ON\"],[8192,8202,\"WS\"],[8203,8205,\"BN\"],[8207,8207,\"R\"],[8208,8231,\"ON\"],[8232,8232,\"WS\"],[8233,8233,\"B\"],[8234,8238,\"BN\"],[8239,8239,\"CS\"],[8240,8244,\"ET\"],[8245,8259,\"ON\"],[8260,8260,\"CS\"],[8261,8286,\"ON\"],[8287,8287,\"WS\"],[8288,8303,\"BN\"],[8304,8304,\"EN\"],[8308,8313,\"EN\"],[8314,8315,\"ES\"],[8316,8318,\"ON\"],[8320,8329,\"EN\"],[8330,8331,\"ES\"],[8332,8334,\"ON\"],[8352,8399,\"ET\"],[8400,8432,\"NSM\"],[8448,8449,\"ON\"],[8451,8454,\"ON\"],[8456,8457,\"ON\"],[8468,8468,\"ON\"],[8470,8472,\"ON\"],[8478,8483,\"ON\"],[8485,8485,\"ON\"],[8487,8487,\"ON\"],[8489,8489,\"ON\"],[8494,8494,\"ET\"],[8506,8507,\"ON\"],[8512,8516,\"ON\"],[8522,8525,\"ON\"],[8528,8543,\"ON\"],[8585,8587,\"ON\"],[8592,8721,\"ON\"],[8722,8722,\"ES\"],[8723,8723,\"ET\"],[8724,9013,\"ON\"],[9083,9108,\"ON\"],[9110,9257,\"ON\"],[9280,9290,\"ON\"],[9312,9351,\"ON\"],[9352,9371,\"EN\"],[9450,9899,\"ON\"],[9901,10239,\"ON\"],[10496,11123,\"ON\"],[11126,11263,\"ON\"],[11493,11498,\"ON\"],[11503,11505,\"NSM\"],[11513,11519,\"ON\"],[11647,11647,\"NSM\"],[11744,11775,\"NSM\"],[11776,11869,\"ON\"],[11904,11929,\"ON\"],[11931,12019,\"ON\"],[12032,12245,\"ON\"],[12272,12287,\"ON\"],[12288,12288,\"WS\"],[12289,12292,\"ON\"],[12296,12320,\"ON\"],[12330,12333,\"NSM\"],[12336,12336,\"ON\"],[12342,12343,\"ON\"],[12349,12351,\"ON\"],[12441,12442,\"NSM\"],[12443,12444,\"ON\"],[12448,12448,\"ON\"],[12539,12539,\"ON\"],[12736,12773,\"ON\"],[12783,12783,\"ON\"],[12829,12830,\"ON\"],[12880,12895,\"ON\"],[12924,12926,\"ON\"],[12977,12991,\"ON\"],[13004,13007,\"ON\"],[13175,13178,\"ON\"],[13278,13279,\"ON\"],[13311,13311,\"ON\"],[19904,19967,\"ON\"],[42128,42182,\"ON\"],[42509,42511,\"ON\"],[42607,42610,\"NSM\"],[42611,42611,\"ON\"],[42612,42621,\"NSM\"],[42622,42623,\"ON\"],[42654,42655,\"NSM\"],[42736,42737,\"NSM\"],[42752,42785,\"ON\"],[42888,42888,\"ON\"],[43010,43010,\"NSM\"],[43014,43014,\"NSM\"],[43019,43019,\"NSM\"],[43045,43046,\"NSM\"],[43048,43051,\"ON\"],[43052,43052,\"NSM\"],[43064,43065,\"ET\"],[43124,43127,\"ON\"],[43204,43205,\"NSM\"],[43232,43249,\"NSM\"],[43263,43263,\"NSM\"],[43302,43309,\"NSM\"],[43335,43345,\"NSM\"],[43392,43394,\"NSM\"],[43443,43443,\"NSM\"],[43446,43449,\"NSM\"],[43452,43453,\"NSM\"],[43493,43493,\"NSM\"],[43561,43566,\"NSM\"],[43569,43570,\"NSM\"],[43573,43574,\"NSM\"],[43587,43587,\"NSM\"],[43596,43596,\"NSM\"],[43644,43644,\"NSM\"],[43696,43696,\"NSM\"],[43698,43700,\"NSM\"],[43703,43704,\"NSM\"],[43710,43711,\"NSM\"],[43713,43713,\"NSM\"],[43756,43757,\"NSM\"],[43766,43766,\"NSM\"],[43882,43883,\"ON\"],[44005,44005,\"NSM\"],[44008,44008,\"NSM\"],[44013,44013,\"NSM\"],[64285,64285,\"R\"],[64286,64286,\"NSM\"],[64287,64296,\"R\"],[64297,64297,\"ES\"],[64298,64335,\"R\"],[64336,64450,\"AL\"],[64451,64466,\"ON\"],[64467,64829,\"AL\"],[64830,64847,\"ON\"],[64848,64911,\"AL\"],[64912,64913,\"ON\"],[64914,64967,\"AL\"],[64968,64975,\"ON\"],[64976,65007,\"BN\"],[65008,65020,\"AL\"],[65021,65023,\"ON\"],[65024,65039,\"NSM\"],[65040,65049,\"ON\"],[65056,65071,\"NSM\"],[65072,65103,\"ON\"],[65104,65104,\"CS\"],[65105,65105,\"ON\"],[65106,65106,\"CS\"],[65108,65108,\"ON\"],[65109,65109,\"CS\"],[65110,65118,\"ON\"],[65119,65119,\"ET\"],[65120,65121,\"ON\"],[65122,65123,\"ES\"],[65124,65126,\"ON\"],[65128,65128,\"ON\"],[65129,65130,\"ET\"],[65131,65131,\"ON\"],[65136,65278,\"AL\"],[65279,65279,\"BN\"],[65281,65282,\"ON\"],[65283,65285,\"ET\"],[65286,65290,\"ON\"],[65291,65291,\"ES\"],[65292,65292,\"CS\"],[65293,65293,\"ES\"],[65294,65295,\"CS\"],[65296,65305,\"EN\"],[65306,65306,\"CS\"],[65307,65312,\"ON\"],[65339,65344,\"ON\"],[65371,65381,\"ON\"],[65504,65505,\"ET\"],[65506,65508,\"ON\"],[65509,65510,\"ET\"],[65512,65518,\"ON\"],[65520,65528,\"BN\"],[65529,65533,\"ON\"],[65534,65535,\"BN\"],[65793,65793,\"ON\"],[65856,65932,\"ON\"],[65936,65948,\"ON\"],[65952,65952,\"ON\"],[66045,66045,\"NSM\"],[66272,66272,\"NSM\"],[66273,66299,\"EN\"],[66422,66426,\"NSM\"],[67584,67870,\"R\"],[67871,67871,\"ON\"],[67872,68096,\"R\"],[68097,68099,\"NSM\"],[68100,68100,\"R\"],[68101,68102,\"NSM\"],[68103,68107,\"R\"],[68108,68111,\"NSM\"],[68112,68151,\"R\"],[68152,68154,\"NSM\"],[68155,68158,\"R\"],[68159,68159,\"NSM\"],[68160,68324,\"R\"],[68325,68326,\"NSM\"],[68327,68408,\"R\"],[68409,68415,\"ON\"],[68416,68863,\"R\"],[68864,68899,\"AL\"],[68900,68903,\"NSM\"],[68904,68911,\"AL\"],[68912,68921,\"AN\"],[68922,68927,\"AL\"],[68928,68937,\"AN\"],[68938,68968,\"R\"],[68969,68973,\"NSM\"],[68974,68974,\"ON\"],[68975,69215,\"R\"],[69216,69246,\"AN\"],[69247,69290,\"R\"],[69291,69292,\"NSM\"],[69293,69311,\"R\"],[69312,69327,\"AL\"],[69328,69336,\"ON\"],[69337,69369,\"AL\"],[69370,69375,\"NSM\"],[69376,69423,\"R\"],[69424,69445,\"AL\"],[69446,69456,\"NSM\"],[69457,69487,\"AL\"],[69488,69505,\"R\"],[69506,69509,\"NSM\"],[69510,69631,\"R\"],[69633,69633,\"NSM\"],[69688,69702,\"NSM\"],[69714,69733,\"ON\"],[69744,69744,\"NSM\"],[69747,69748,\"NSM\"],[69759,69761,\"NSM\"],[69811,69814,\"NSM\"],[69817,69818,\"NSM\"],[69826,69826,\"NSM\"],[69888,69890,\"NSM\"],[69927,69931,\"NSM\"],[69933,69940,\"NSM\"],[70003,70003,\"NSM\"],[70016,70017,\"NSM\"],[70070,70078,\"NSM\"],[70089,70092,\"NSM\"],[70095,70095,\"NSM\"],[70191,70193,\"NSM\"],[70196,70196,\"NSM\"],[70198,70199,\"NSM\"],[70206,70206,\"NSM\"],[70209,70209,\"NSM\"],[70367,70367,\"NSM\"],[70371,70378,\"NSM\"],[70400,70401,\"NSM\"],[70459,70460,\"NSM\"],[70464,70464,\"NSM\"],[70502,70508,\"NSM\"],[70512,70516,\"NSM\"],[70587,70592,\"NSM\"],[70606,70606,\"NSM\"],[70608,70608,\"NSM\"],[70610,70610,\"NSM\"],[70625,70626,\"NSM\"],[70712,70719,\"NSM\"],[70722,70724,\"NSM\"],[70726,70726,\"NSM\"],[70750,70750,\"NSM\"],[70835,70840,\"NSM\"],[70842,70842,\"NSM\"],[70847,70848,\"NSM\"],[70850,70851,\"NSM\"],[71090,71093,\"NSM\"],[71100,71101,\"NSM\"],[71103,71104,\"NSM\"],[71132,71133,\"NSM\"],[71219,71226,\"NSM\"],[71229,71229,\"NSM\"],[71231,71232,\"NSM\"],[71264,71276,\"ON\"],[71339,71339,\"NSM\"],[71341,71341,\"NSM\"],[71344,71349,\"NSM\"],[71351,71351,\"NSM\"],[71453,71453,\"NSM\"],[71455,71455,\"NSM\"],[71458,71461,\"NSM\"],[71463,71467,\"NSM\"],[71727,71735,\"NSM\"],[71737,71738,\"NSM\"],[71995,71996,\"NSM\"],[71998,71998,\"NSM\"],[72003,72003,\"NSM\"],[72148,72151,\"NSM\"],[72154,72155,\"NSM\"],[72160,72160,\"NSM\"],[72193,72198,\"NSM\"],[72201,72202,\"NSM\"],[72243,72248,\"NSM\"],[72251,72254,\"NSM\"],[72263,72263,\"NSM\"],[72273,72278,\"NSM\"],[72281,72283,\"NSM\"],[72330,72342,\"NSM\"],[72344,72345,\"NSM\"],[72544,72544,\"NSM\"],[72546,72548,\"NSM\"],[72550,72550,\"NSM\"],[72752,72758,\"NSM\"],[72760,72765,\"NSM\"],[72850,72871,\"NSM\"],[72874,72880,\"NSM\"],[72882,72883,\"NSM\"],[72885,72886,\"NSM\"],[73009,73014,\"NSM\"],[73018,73018,\"NSM\"],[73020,73021,\"NSM\"],[73023,73029,\"NSM\"],[73031,73031,\"NSM\"],[73104,73105,\"NSM\"],[73109,73109,\"NSM\"],[73111,73111,\"NSM\"],[73459,73460,\"NSM\"],[73472,73473,\"NSM\"],[73526,73530,\"NSM\"],[73536,73536,\"NSM\"],[73538,73538,\"NSM\"],[73562,73562,\"NSM\"],[73685,73692,\"ON\"],[73693,73696,\"ET\"],[73697,73713,\"ON\"],[78912,78912,\"NSM\"],[78919,78933,\"NSM\"],[90398,90409,\"NSM\"],[90413,90415,\"NSM\"],[92912,92916,\"NSM\"],[92976,92982,\"NSM\"],[94031,94031,\"NSM\"],[94095,94098,\"NSM\"],[94178,94178,\"ON\"],[94180,94180,\"NSM\"],[113821,113822,\"NSM\"],[113824,113827,\"BN\"],[117760,117973,\"ON\"],[118e3,118009,\"EN\"],[118010,118012,\"ON\"],[118016,118451,\"ON\"],[118458,118480,\"ON\"],[118496,118512,\"ON\"],[118528,118573,\"NSM\"],[118576,118598,\"NSM\"],[119143,119145,\"NSM\"],[119155,119162,\"BN\"],[119163,119170,\"NSM\"],[119173,119179,\"NSM\"],[119210,119213,\"NSM\"],[119273,119274,\"ON\"],[119296,119361,\"ON\"],[119362,119364,\"NSM\"],[119365,119365,\"ON\"],[119552,119638,\"ON\"],[120513,120513,\"ON\"],[120539,120539,\"ON\"],[120571,120571,\"ON\"],[120597,120597,\"ON\"],[120629,120629,\"ON\"],[120655,120655,\"ON\"],[120687,120687,\"ON\"],[120713,120713,\"ON\"],[120745,120745,\"ON\"],[120771,120771,\"ON\"],[120782,120831,\"EN\"],[121344,121398,\"NSM\"],[121403,121452,\"NSM\"],[121461,121461,\"NSM\"],[121476,121476,\"NSM\"],[121499,121503,\"NSM\"],[121505,121519,\"NSM\"],[122880,122886,\"NSM\"],[122888,122904,\"NSM\"],[122907,122913,\"NSM\"],[122915,122916,\"NSM\"],[122918,122922,\"NSM\"],[123023,123023,\"NSM\"],[123184,123190,\"NSM\"],[123566,123566,\"NSM\"],[123628,123631,\"NSM\"],[123647,123647,\"ET\"],[124140,124143,\"NSM\"],[124398,124399,\"NSM\"],[124643,124643,\"NSM\"],[124646,124646,\"NSM\"],[124654,124655,\"NSM\"],[124661,124661,\"NSM\"],[124928,125135,\"R\"],[125136,125142,\"NSM\"],[125143,125251,\"R\"],[125252,125258,\"NSM\"],[125259,126063,\"R\"],[126064,126143,\"AL\"],[126144,126207,\"R\"],[126208,126287,\"AL\"],[126288,126463,\"R\"],[126464,126703,\"AL\"],[126704,126705,\"ON\"],[126706,126719,\"AL\"],[126720,126975,\"R\"],[126976,127019,\"ON\"],[127024,127123,\"ON\"],[127136,127150,\"ON\"],[127153,127167,\"ON\"],[127169,127183,\"ON\"],[127185,127221,\"ON\"],[127232,127242,\"EN\"],[127243,127247,\"ON\"],[127279,127279,\"ON\"],[127338,127343,\"ON\"],[127405,127405,\"ON\"],[127584,127589,\"ON\"],[127744,128728,\"ON\"],[128732,128748,\"ON\"],[128752,128764,\"ON\"],[128768,128985,\"ON\"],[128992,129003,\"ON\"],[129008,129008,\"ON\"],[129024,129035,\"ON\"],[129040,129095,\"ON\"],[129104,129113,\"ON\"],[129120,129159,\"ON\"],[129168,129197,\"ON\"],[129200,129211,\"ON\"],[129216,129217,\"ON\"],[129232,129240,\"ON\"],[129280,129623,\"ON\"],[129632,129645,\"ON\"],[129648,129660,\"ON\"],[129664,129674,\"ON\"],[129678,129734,\"ON\"],[129736,129736,\"ON\"],[129741,129756,\"ON\"],[129759,129770,\"ON\"],[129775,129784,\"ON\"],[129792,129938,\"ON\"],[129940,130031,\"ON\"],[130032,130041,\"EN\"],[130042,130042,\"ON\"],[131070,131071,\"BN\"],[196606,196607,\"BN\"],[262142,262143,\"BN\"],[327678,327679,\"BN\"],[393214,393215,\"BN\"],[458750,458751,\"BN\"],[524286,524287,\"BN\"],[589822,589823,\"BN\"],[655358,655359,\"BN\"],[720894,720895,\"BN\"],[786430,786431,\"BN\"],[851966,851967,\"BN\"],[917502,917759,\"BN\"],[917760,917999,\"NSM\"],[918e3,921599,\"BN\"],[983038,983039,\"BN\"],[1048574,1048575,\"BN\"],[1114110,1114111,\"BN\"]];function Ol(n){if(n<=255)return Xr[n];let e=0,t=Hn.length-1;for(;e<=t;){let i=e+t>>1,r=Hn[i];if(n<r[0]){t=i-1;continue}if(n>r[1]){e=i+1;continue}return r[2]}return\"L\"}function Pl(n){let e=n.length;if(e===0)return null;let t=new Array(e),i=!1;for(let a=0;a<e;){let l=n.charCodeAt(a),f=l,p=1;if(l>=55296&&l<=56319&&a+1<e){let w=n.charCodeAt(a+1);w>=56320&&w<=57343&&(f=(l-55296<<10)+(w-56320)+65536,p=2)}let h=Ol(f);(h===\"R\"||h===\"AL\"||h===\"AN\")&&(i=!0);for(let w=0;w<p;w++)t[a+w]=h;a+=p}if(!i)return null;let r=0;for(let a=0;a<e;a++){let l=t[a];if(l===\"L\"){r=0;break}if(l===\"R\"||l===\"AL\"){r=1;break}}let o=new Int8Array(e);for(let a=0;a<e;a++)o[a]=r;let s=r&1?\"R\":\"L\",c=s,u=c;for(let a=0;a<e;a++)t[a]===\"NSM\"?t[a]=u:u=t[a];u=c;for(let a=0;a<e;a++){let l=t[a];l===\"EN\"?t[a]=u===\"AL\"?\"AN\":\"EN\":(l===\"R\"||l===\"L\"||l===\"AL\")&&(u=l)}for(let a=0;a<e;a++)t[a]===\"AL\"&&(t[a]=\"R\");for(let a=1;a<e-1;a++)t[a]===\"ES\"&&t[a-1]===\"EN\"&&t[a+1]===\"EN\"&&(t[a]=\"EN\"),t[a]===\"CS\"&&(t[a-1]===\"EN\"||t[a-1]===\"AN\")&&t[a+1]===t[a-1]&&(t[a]=t[a-1]);for(let a=0;a<e;a++){if(t[a]!==\"EN\")continue;let l;for(l=a-1;l>=0&&t[l]===\"ET\";l--)t[l]=\"EN\";for(l=a+1;l<e&&t[l]===\"ET\";l++)t[l]=\"EN\"}for(let a=0;a<e;a++){let l=t[a];(l===\"WS\"||l===\"ES\"||l===\"ET\"||l===\"CS\")&&(t[a]=\"ON\")}u=c;for(let a=0;a<e;a++){let l=t[a];l===\"EN\"?t[a]=u===\"L\"?\"L\":\"EN\":(l===\"R\"||l===\"L\")&&(u=l)}for(let a=0;a<e;a++){if(t[a]!==\"ON\")continue;let l=a+1;for(;l<e&&t[l]===\"ON\";)l++;let f=a>0?t[a-1]:c,p=l<e?t[l]:c,h=f!==\"L\"?\"R\":\"L\";if(h===(p!==\"L\"?\"R\":\"L\"))for(let b=a;b<l;b++)t[b]=h;a=l-1}for(let a=0;a<e;a++)t[a]===\"ON\"&&(t[a]=s);for(let a=0;a<e;a++){let l=t[a];(o[a]&1)===0?l===\"R\"?o[a]++:(l===\"AN\"||l===\"EN\")&&(o[a]+=2):(l===\"L\"||l===\"AN\"||l===\"EN\")&&o[a]++}return o}function eo(n,e){let t=Pl(n);if(t===null)return null;let i=new Int8Array(e.length);for(let r=0;r<e.length;r++)i[r]=t[e[r]];return i}var Il=/[ \\t\\n\\r\\f]+/g,Wl=/[\\t\\n\\r\\f]| {2,}|^ | $/;function Hl(n){let e=n??\"normal\";return e===\"pre-wrap\"?{mode:e,preserveOrdinarySpaces:!0,preserveHardBreaks:!0}:{mode:e,preserveOrdinarySpaces:!1,preserveHardBreaks:!1}}function Ul(n){if(!Wl.test(n))return n;let e=n.replace(Il,\" \");return e.charCodeAt(0)===32&&(e=e.slice(1)),e.length>0&&e.charCodeAt(e.length-1)===32&&(e=e.slice(0,-1)),e}function ql(n){return/[\\r\\f]/.test(n)?n.replace(/\\r\\n/g,`\n`).replace(/[\\r\\f]/g,`\n`):n.replace(/\\r\\n/g,`\n`)}var Un=null,zl;function jl(){return Un===null&&(Un=new Intl.Segmenter(zl,{granularity:\"word\"})),Un}var Gl=/\\p{Script=Arabic}/u,Gt=/\\p{M}/u,ao=/\\p{Nd}/u;function to(n){return Gl.test(n)}function no(n){return n>=19968&&n<=40959||n>=13312&&n<=19903||n>=131072&&n<=173791||n>=173824&&n<=177983||n>=177984&&n<=178207||n>=178208&&n<=183983||n>=183984&&n<=191471||n>=191472&&n<=192093||n>=194560&&n<=195103||n>=196608&&n<=201551||n>=201552&&n<=205743||n>=205744&&n<=210041||n>=63744&&n<=64255||n>=12288&&n<=12351||n>=12352&&n<=12447||n>=12448&&n<=12543||n>=44032&&n<=55215||n>=65280&&n<=65519}function Me(n){for(let e=0;e<n.length;e++){let t=n.charCodeAt(e);if(!(t<12288)){if(t>=55296&&t<=56319&&e+1<n.length){let i=n.charCodeAt(e+1);if(i>=56320&&i<=57343){let r=(t-55296<<10)+(i-56320)+65536;if(no(r))return!0;e++;continue}}if(no(t))return!0}}return!1}function $l(n){let e=Kt(n);return e!==null&&(Vt.has(e)||Oe.has(e))}var Vl=new Set([\"\\xA0\",\"\\u202F\",\"\\u2060\",\"\\uFEFF\"]);function Kl(n){return Me(n)}function Jl(n){let e=Kt(n);return e!==null&&Vl.has(e)}function $t(n){return!$l(n)&&!Jl(n)}var Vt=new Set([\"\\uFF0C\",\"\\uFF0E\",\"\\uFF01\",\"\\uFF1A\",\"\\uFF1B\",\"\\uFF1F\",\"\\u3001\",\"\\u3002\",\"\\u30FB\",\"\\uFF09\",\"\\u3015\",\"\\u3009\",\"\\u300B\",\"\\u300D\",\"\\u300F\",\"\\u3011\",\"\\u3017\",\"\\u3019\",\"\\u301B\",\"\\u30FC\",\"\\u3005\",\"\\u303B\",\"\\u309D\",\"\\u309E\",\"\\u30FD\",\"\\u30FE\"]),wt=new Set(['\"',\"(\",\"[\",\"{\",\"\\u201C\",\"\\u2018\",\"\\xAB\",\"\\u2039\",\"\\uFF08\",\"\\u3014\",\"\\u3008\",\"\\u300A\",\"\\u300C\",\"\\u300E\",\"\\u3010\",\"\\u3016\",\"\\u3018\",\"\\u301A\"]),zn=new Set([\"'\",\"\\u2019\"]),Oe=new Set([\".\",\",\",\"!\",\"?\",\":\",\";\",\"\\u060C\",\"\\u061B\",\"\\u061F\",\"\\u0964\",\"\\u0965\",\"\\u104A\",\"\\u104B\",\"\\u104C\",\"\\u104D\",\"\\u104F\",\")\",\"]\",\"}\",\"%\",'\"',\"\\u201D\",\"\\u2019\",\"\\xBB\",\"\\u203A\",\"\\u2026\"]),Ql=new Set([\":\",\".\",\"\\u060C\",\"\\u061B\"]),Yl=new Set([\"\\u104F\"]),Zl=new Set([\"\\u201D\",\"\\u2019\",\"\\xBB\",\"\\u203A\",\"\\u300D\",\"\\u300F\",\"\\u3011\",\"\\u300B\",\"\\u3009\",\"\\u3015\",\"\\uFF09\"]);function Xl(n){if(jn(n))return!0;let e=!1;for(let t of n){if(Oe.has(t)){e=!0;continue}if(!(e&&Gt.test(t)))return!1}return e}function ea(n){for(let e of n)if(!Vt.has(e)&&!Oe.has(e))return!1;return n.length>0}function ta(n){if(jn(n))return!0;for(let e of n)if(!wt.has(e)&&!zn.has(e)&&!Gt.test(e))return!1;return n.length>0}function jn(n){let e=!1;for(let t of n)if(!(t===\"\\\\\"||Gt.test(t))){if(wt.has(t)||Oe.has(t)||zn.has(t)){e=!0;continue}return!1}return e}function uo(n,e){let t=e-1;if(t<=0)return Math.max(t,0);let i=n.charCodeAt(t);if(i<56320||i>57343)return t;let r=t-1;if(r<0)return t;let o=n.charCodeAt(r);return o>=55296&&o<=56319?r:t}function Kt(n){if(n.length===0)return null;let e=uo(n,n.length);return n.slice(e)}function na(n){let e=Array.from(n),t=e.length;for(;t>0;){let i=e[t-1];if(Gt.test(i)){t--;continue}if(wt.has(i)||zn.has(i)){t--;continue}break}return t<=0||t===e.length?null:{head:e.slice(0,t).join(\"\"),tail:e.slice(t).join(\"\")}}function ia(n,e,t){return t===\"text\"&&!e&&n.length===1&&n!==\"-\"&&n!==\"\\u2014\"?n:null}function io(n,e,t,i){let r=e[i],o=n[i];if(r==null)return o;let s=t[i];if(o.length===s)return o;let c=r.repeat(s);return n[i]=c,c}function ro(n,e){return n&&e!==null&&Ql.has(e)}function ra(n){let e=Kt(n);return e!==null&&Yl.has(e)}function oa(n){if(n.length<2||n[0]!==\" \")return null;let e=n.slice(1);return/^\\p{M}+$/u.test(e)?{space:\" \",marks:e}:null}function Jt(n){let e=n.length;for(;e>0;){let t=uo(n,e),i=n.slice(t,e);if(Zl.has(i))return!0;if(!Oe.has(i))return!1;e=t}return!1}function sa(n,e){if(e.preserveOrdinarySpaces||e.preserveHardBreaks){if(n===\" \")return\"preserved-space\";if(n===\"\t\")return\"tab\";if(e.preserveHardBreaks&&n===`\n`)return\"hard-break\"}return n===\" \"?\"space\":n===\"\\xA0\"||n===\"\\u202F\"||n===\"\\u2060\"||n===\"\\uFEFF\"?\"glue\":n===\"\\u200B\"?\"zero-width-break\":n===\"\\xAD\"?\"soft-hyphen\":\"text\"}var la=/[\\x20\\t\\n\\xA0\\xAD\\u200B\\u202F\\u2060\\uFEFF]/;function be(n){return n.length===1?n[0]:n.join(\"\")}function aa(n,e){let t=[];for(let i=n.length-1;i>=0;i--)t.push(n[i]);return t.push(e),be(t)}function ua(n,e,t,i){if(!la.test(n))return[{text:n,isWordLike:e,kind:\"text\",start:t}];let r=[],o=null,s=[],c=t,u=!1,a=0;for(let l of n){let f=sa(l,i),p=f===\"text\"&&e;if(o!==null&&f===o&&p===u){s.push(l),a+=l.length;continue}o!==null&&r.push({text:be(s),isWordLike:u,kind:o,start:c}),o=f,s=[l],c=t+a,u=p,a+=l.length}return o!==null&&r.push({text:be(s),isWordLike:u,kind:o,start:c}),r}function qn(n){return n===\"space\"||n===\"preserved-space\"||n===\"zero-width-break\"||n===\"hard-break\"}var ca=/^[A-Za-z][A-Za-z0-9+.-]*:$/;function da(n,e){let t=n.texts[e];return t.startsWith(\"www.\")?!0:ca.test(t)&&e+1<n.len&&n.kinds[e+1]===\"text\"&&n.texts[e+1]===\"//\"}function fa(n){return n.includes(\"?\")&&(n.includes(\"://\")||n.startsWith(\"www.\"))}function ma(n){let e=n.texts.slice(),t=n.isWordLike.slice(),i=n.kinds.slice(),r=n.starts.slice();for(let s=0;s<n.len;s++){if(i[s]!==\"text\"||!da(n,s))continue;let c=[e[s]],u=s+1;for(;u<n.len&&!qn(i[u]);){c.push(e[u]),t[s]=!0;let a=e[u].includes(\"?\");if(i[u]=\"text\",e[u]=\"\",u++,a)break}e[s]=be(c)}let o=0;for(let s=0;s<e.length;s++){let c=e[s];c.length!==0&&(o!==s&&(e[o]=c,t[o]=t[s],i[o]=i[s],r[o]=r[s]),o++)}return e.length=o,t.length=o,i.length=o,r.length=o,{len:o,texts:e,isWordLike:t,kinds:i,starts:r}}function pa(n){let e=[],t=[],i=[],r=[];for(let o=0;o<n.len;o++){let s=n.texts[o];if(e.push(s),t.push(n.isWordLike[o]),i.push(n.kinds[o]),r.push(n.starts[o]),!fa(s))continue;let c=o+1;if(c>=n.len||qn(n.kinds[c]))continue;let u=[],a=n.starts[c],l=c;for(;l<n.len&&!qn(n.kinds[l]);)u.push(n.texts[l]),l++;u.length>0&&(e.push(be(u)),t.push(!0),i.push(\"text\"),r.push(a),o=l-1)}return{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}var ha=new Set([\":\",\"-\",\"/\",\"\\xD7\",\",\",\".\",\"+\",\"\\u2013\",\"\\u2014\"]),oo=/^[A-Za-z0-9_]+[,:;]*$/,so=/[,:;]+$/;function co(n){for(let e of n)if(ao.test(e))return!0;return!1}function Nt(n){if(n.length===0)return!1;for(let e of n)if(!(ao.test(e)||ha.has(e)))return!1;return!0}function xa(n){let e=[],t=[],i=[],r=[];for(let o=0;o<n.len;o++){let s=n.texts[o],c=n.kinds[o];if(c===\"text\"&&Nt(s)&&co(s)){let u=[s],a=o+1;for(;a<n.len&&n.kinds[a]===\"text\"&&Nt(n.texts[a]);)u.push(n.texts[a]),a++;e.push(be(u)),t.push(!0),i.push(\"text\"),r.push(n.starts[o]),o=a-1;continue}e.push(s),t.push(n.isWordLike[o]),i.push(c),r.push(n.starts[o])}return{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}function ga(n){let e=[],t=[],i=[],r=[];for(let o=0;o<n.len;o++){let s=n.texts[o],c=n.kinds[o],u=n.isWordLike[o];if(c===\"text\"&&u&&oo.test(s)){let a=[s],l=so.test(s),f=o+1;for(;l&&f<n.len&&n.kinds[f]===\"text\"&&n.isWordLike[f]&&oo.test(n.texts[f]);){let p=n.texts[f];a.push(p),l=so.test(p),f++}e.push(be(a)),t.push(!0),i.push(\"text\"),r.push(n.starts[o]),o=f-1;continue}e.push(s),t.push(u),i.push(c),r.push(n.starts[o])}return{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}function ya(n){let e=[],t=[],i=[],r=[];for(let o=0;o<n.len;o++){let s=n.texts[o];if(n.kinds[o]===\"text\"&&s.includes(\"-\")){let c=s.split(\"-\"),u=c.length>1;for(let a=0;a<c.length;a++){let l=c[a];if(!u)break;(l.length===0||!co(l)||!Nt(l))&&(u=!1)}if(u){let a=0;for(let l=0;l<c.length;l++){let f=c[l],p=l<c.length-1?`${f}-`:f;e.push(p),t.push(!0),i.push(\"text\"),r.push(n.starts[o]+a),a+=p.length}continue}}e.push(s),t.push(n.isWordLike[o]),i.push(n.kinds[o]),r.push(n.starts[o])}return{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}function Sa(n){let e=[],t=[],i=[],r=[],o=0;for(;o<n.len;){let s=[n.texts[o]],c=n.isWordLike[o],u=n.kinds[o],a=n.starts[o];if(u===\"glue\"){let l=[s[0]],f=a;for(o++;o<n.len&&n.kinds[o]===\"glue\";)l.push(n.texts[o]),o++;let p=be(l);if(o<n.len&&n.kinds[o]===\"text\")s[0]=p,s.push(n.texts[o]),c=n.isWordLike[o],u=\"text\",a=f,o++;else{e.push(p),t.push(!1),i.push(\"glue\"),r.push(f);continue}}else o++;if(u===\"text\")for(;o<n.len&&n.kinds[o]===\"glue\";){let l=[];for(;o<n.len&&n.kinds[o]===\"glue\";)l.push(n.texts[o]),o++;let f=be(l);if(o<n.len&&n.kinds[o]===\"text\"){s.push(f,n.texts[o]),c=c||n.isWordLike[o],o++;continue}s.push(f)}e.push(be(s)),t.push(c),i.push(u),r.push(a)}return{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}function Aa(n){let e=n.texts.slice(),t=n.isWordLike.slice(),i=n.kinds.slice(),r=n.starts.slice();for(let o=0;o<e.length-1;o++){if(i[o]!==\"text\"||i[o+1]!==\"text\"||!Me(e[o])||!Me(e[o+1]))continue;let s=na(e[o]);s!==null&&(e[o]=s.head,e[o+1]=s.tail+e[o+1],r[o+1]=r[o]+s.head.length)}return{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}function lo(n,e,t){let i=jl(),r=0,o=[],s=[],c=[],u=[],a=[],l=[],f=[],p=[],h=[],w=[],b=[],S=[];for(let m of i.segment(n))for(let x of ua(m.segment,m.isWordLike??!1,m.index,t)){let Y=function(){l[L]!==null&&(s[L]=[io(o,l,f,L)],l[L]=null),s[L].push(x.text),c[L]=c[L]||x.isWordLike,p[L]=p[L]||F,h[L]=h[L]||k,w[L]=W,b[L]=H,S[L]=ro(h[L],$)},E=x.kind===\"text\",C=ia(x.text,x.isWordLike,x.kind),F=Me(x.text),k=to(x.text),$=Kt(x.text),W=Jt(x.text),H=ra(x.text),L=r-1;e.carryCJKAfterClosingQuote&&E&&r>0&&u[L]===\"text\"&&F&&p[L]&&w[L]||E&&r>0&&u[L]===\"text\"&&ea(x.text)&&p[L]||E&&r>0&&u[L]===\"text\"&&b[L]?Y():E&&r>0&&u[L]===\"text\"&&x.isWordLike&&k&&S[L]?(Y(),c[L]=!0):C!==null&&r>0&&u[L]===\"text\"&&l[L]===C?f[L]=(f[L]??1)+1:E&&!x.isWordLike&&r>0&&u[L]===\"text\"&&(Xl(x.text)||x.text===\"-\"&&c[L])?Y():(o[r]=x.text,s[r]=[x.text],c[r]=x.isWordLike,u[r]=x.kind,a[r]=x.start,l[r]=C,f[r]=C===null?0:1,p[r]=F,h[r]=k,w[r]=W,b[r]=H,S[r]=ro(k,$),r++)}for(let m=0;m<r;m++){if(l[m]!==null){o[m]=io(o,l,f,m);continue}o[m]=be(s[m])}for(let m=1;m<r;m++)u[m]===\"text\"&&!c[m]&&jn(o[m])&&u[m-1]===\"text\"&&(o[m-1]+=o[m],c[m-1]=c[m-1]||c[m],o[m]=\"\");let z=Array.from({length:r},()=>null),_=-1;for(let m=r-1;m>=0;m--){let x=o[m];if(x.length!==0){if(u[m]===\"text\"&&!c[m]&&ta(x)&&_>=0&&u[_]===\"text\"){let E=z[_]??[];E.push(x),z[_]=E,a[_]=a[m],o[m]=\"\";continue}_=m}}for(let m=0;m<r;m++){let x=z[m];x!=null&&(o[m]=aa(x,o[m]))}let D=0;for(let m=0;m<r;m++){let x=o[m];x.length!==0&&(D!==m&&(o[D]=x,c[D]=c[m],u[D]=u[m],a[D]=a[m]),D++)}o.length=D,c.length=D,u.length=D,a.length=D;let K=Sa({len:D,texts:o,isWordLike:c,kinds:u,starts:a}),I=Aa(ga(ya(xa(pa(ma(K))))));for(let m=0;m<I.len-1;m++){let x=oa(I.texts[m]);x!==null&&(I.kinds[m]!==\"space\"&&I.kinds[m]!==\"preserved-space\"||I.kinds[m+1]!==\"text\"||!to(I.texts[m+1])||(I.texts[m]=x.space,I.isWordLike[m]=!1,I.kinds[m]=I.kinds[m]===\"preserved-space\"?\"preserved-space\":\"space\",I.texts[m+1]=x.marks+I.texts[m+1],I.starts[m+1]=I.starts[m]+x.space.length))}return I}function Ea(n,e){if(n.len===0)return[];if(!e.preserveHardBreaks)return[{startSegmentIndex:0,endSegmentIndex:n.len,consumedEndSegmentIndex:n.len}];let t=[],i=0;for(let r=0;r<n.len;r++)n.kinds[r]===\"hard-break\"&&(t.push({startSegmentIndex:i,endSegmentIndex:r,consumedEndSegmentIndex:r+1}),i=r+1);return i<n.len&&t.push({startSegmentIndex:i,endSegmentIndex:n.len,consumedEndSegmentIndex:n.len}),t}function Fa(n){if(n.len<=1)return n;let e=[],t=[],i=[],r=[],o=null,s=!1,c=0,u=!1,a=!1;function l(){o!==null&&(e.push(be(o)),t.push(s),i.push(\"text\"),r.push(c),o=null)}for(let f=0;f<n.len;f++){let p=n.texts[f],h=n.kinds[f],w=n.isWordLike[f],b=n.starts[f];if(h===\"text\"){let S=Kl(p),z=$t(p);if(o!==null&&u&&a){o.push(p),s=s||w,u=u||S,a=z;continue}l(),o=[p],s=w,c=b,u=S,a=z;continue}l(),e.push(p),t.push(w),i.push(h),r.push(b)}return l(),{len:e.length,texts:e,isWordLike:t,kinds:i,starts:r}}function fo(n,e,t=\"normal\",i=\"normal\"){let r=Hl(t),o=r.mode===\"pre-wrap\"?ql(n):Ul(n);if(o.length===0)return{normalized:o,chunks:[],len:0,texts:[],isWordLike:[],kinds:[],starts:[]};let s=i===\"keep-all\"?Fa(lo(o,e,r)):lo(o,e,r);return{normalized:o,chunks:Ea(s,r),...s}}var Ze=null,mo=new Map,Xe=null,ba=96,Na=/\\p{Emoji_Presentation}/u,wa=/[\\p{Emoji_Presentation}\\p{Extended_Pictographic}\\p{Regional_Indicator}\\uFE0F\\u20E3]/u,Gn=null,po=new Map;function $n(){if(Ze!==null)return Ze;if(typeof OffscreenCanvas<\"u\")return Ze=new OffscreenCanvas(1,1).getContext(\"2d\"),Ze;if(typeof document<\"u\")return Ze=document.createElement(\"canvas\").getContext(\"2d\"),Ze;throw new Error(\"Text measurement requires OffscreenCanvas or a DOM canvas context.\")}function Ca(n){let e=mo.get(n);return e||(e=new Map,mo.set(n,e)),e}function Le(n,e){let t=e.get(n);return t===void 0&&(t={width:$n().measureText(n).width,containsCJK:Me(n)},e.set(n,t)),t}function et(){if(Xe!==null)return Xe;if(typeof navigator>\"u\")return Xe={lineFitEpsilon:.005,carryCJKAfterClosingQuote:!1,preferPrefixWidthsForBreakableRuns:!1,preferEarlySoftHyphenBreak:!1},Xe;let n=navigator.userAgent,t=navigator.vendor===\"Apple Computer, Inc.\"&&n.includes(\"Safari/\")&&!n.includes(\"Chrome/\")&&!n.includes(\"Chromium/\")&&!n.includes(\"CriOS/\")&&!n.includes(\"FxiOS/\")&&!n.includes(\"EdgiOS/\"),i=n.includes(\"Chrome/\")||n.includes(\"Chromium/\")||n.includes(\"CriOS/\")||n.includes(\"Edg/\");return Xe={lineFitEpsilon:t?1/64:.005,carryCJKAfterClosingQuote:i,preferPrefixWidthsForBreakableRuns:t,preferEarlySoftHyphenBreak:t},Xe}function Ma(n){let e=n.match(/(\\d+(?:\\.\\d+)?)\\s*px/);return e?parseFloat(e[1]):16}function ho(){return Gn===null&&(Gn=new Intl.Segmenter(void 0,{granularity:\"grapheme\"})),Gn}function ka(n){return Na.test(n)||n.includes(\"\\uFE0F\")}function xo(n){return wa.test(n)}function Da(n,e){let t=po.get(n);if(t!==void 0)return t;let i=$n();i.font=n;let r=i.measureText(\"\\u{1F600}\").width;if(t=0,r>e+.5&&typeof document<\"u\"&&document.body!==null){let o=document.createElement(\"span\");o.style.font=n,o.style.display=\"inline-block\",o.style.visibility=\"hidden\",o.style.position=\"absolute\",o.textContent=\"\\u{1F600}\",document.body.appendChild(o);let s=o.getBoundingClientRect().width;document.body.removeChild(o),r-s>.5&&(t=r-s)}return po.set(n,t),t}function La(n){let e=0,t=ho();for(let i of t.segment(n))ka(i.segment)&&e++;return e}function Ta(n,e){return e.emojiCount===void 0&&(e.emojiCount=La(n)),e.emojiCount}function Pe(n,e,t){return t===0?e.width:e.width-Ta(n,e)*t}function go(n,e,t,i,r){if(e.breakableFitAdvances!==void 0)return e.breakableFitAdvances;let o=ho(),s=[];for(let l of o.segment(n))s.push(l.segment);if(s.length<=1)return e.breakableFitAdvances=null,e.breakableFitAdvances;if(r===\"sum-graphemes\"){let l=[];for(let f of s){let p=Le(f,t);l.push(Pe(f,p,i))}return e.breakableFitAdvances=l,e.breakableFitAdvances}if(r===\"pair-context\"||s.length>ba){let l=[],f=null,p=0;for(let h of s){let w=Le(h,t),b=Pe(h,w,i);if(f===null)l.push(b);else{let S=f+h,z=Le(S,t);l.push(Pe(S,z,i)-p)}f=h,p=b}return e.breakableFitAdvances=l,e.breakableFitAdvances}let c=[],u=\"\",a=0;for(let l of s){u+=l;let f=Le(u,t),p=Pe(u,f,i);c.push(p-a),a=p}return e.breakableFitAdvances=c,e.breakableFitAdvances}function yo(n,e){let t=$n();t.font=n;let i=Ca(n),r=Ma(n),o=e?Da(n,r):0;return{cache:i,fontSize:r,emojiCorrection:o}}function Ra(n,e){for(;e<n.widths.length;){let t=n.kinds[e];if(t!==\"space\"&&t!==\"zero-width-break\"&&t!==\"soft-hyphen\")break;e++}return e}function va(n,e){if(e<=0)return 0;let t=n%e;return Math.abs(t)<=1e-6?e:e-t}function Ba(n,e,t,i,r){let o=0,s=e;for(;o<n.length;){let c=s+n[o];if((o+1<n.length?c+r:c)>t+i)break;s=c,o++}return{fitCount:o,fittedWidth:s}}function So(n,e){return n.simpleLineWalkFastPath?Ao(n,e):Eo(n,e)}function Ao(n,e,t){let{widths:i,kinds:r,breakableFitAdvances:o}=n;if(i.length===0)return 0;let c=et().lineFitEpsilon,u=e+c,a=0,l=0,f=!1,p=0,h=0,w=0,b=0,S=-1,z=0;function _(){S=-1,z=0}function D(C=w,F=b,k=l){a++,t?.({startSegmentIndex:p,startGraphemeIndex:h,endSegmentIndex:C,endGraphemeIndex:F,width:k}),l=0,f=!1,_()}function K(C,F){f=!0,p=C,h=0,w=C+1,b=0,l=F}function I(C,F,k){f=!0,p=C,h=F,w=C,b=F+1,l=k}function m(C,F){if(!f){K(C,F);return}l+=F,w=C+1,b=0}function x(C,F){let k=o[C];for(let $=F;$<k.length;$++){let W=k[$];f?l+W>u?(D(),I(C,$,W)):(l+=W,w=C,b=$+1):I(C,$,W)}f&&w===C&&b===k.length&&(w=C+1,b=0)}let E=0;for(;E<i.length&&!(!f&&(E=Ra(n,E),E>=i.length));){let C=i[E],F=r[E],k=F===\"space\"||F===\"preserved-space\"||F===\"tab\"||F===\"zero-width-break\"||F===\"soft-hyphen\";if(!f){C>e&&o[E]!==null?x(E,0):K(E,C),k&&(S=E+1,z=l-C),E++;continue}if(l+C>u){if(k){m(E,C),D(E+1,0,l-C),E++;continue}if(S>=0){if(w>S||w===S&&b>0){D();continue}D(S,0,z);continue}if(C>e&&o[E]!==null){D(),x(E,0),E++;continue}D();continue}m(E,C),k&&(S=E+1,z=l-C),E++}return f&&D(),a}function Eo(n,e,t){if(n.simpleLineWalkFastPath)return Ao(n,e,t);let{widths:i,lineEndFitAdvances:r,lineEndPaintAdvances:o,kinds:s,breakableFitAdvances:c,discretionaryHyphenWidth:u,tabStopAdvance:a,chunks:l}=n;if(i.length===0||l.length===0)return 0;let f=et(),p=f.lineFitEpsilon,h=e+p,w=0,b=0,S=!1,z=0,_=0,D=0,K=0,I=-1,m=0,x=0,E=null;function C(){I=-1,m=0,x=0,E=null}function F(U=D,G=K,v=b){w++,t?.({startSegmentIndex:z,startGraphemeIndex:_,endSegmentIndex:U,endGraphemeIndex:G,width:v}),b=0,S=!1,C()}function k(U,G){S=!0,z=U,_=0,D=U+1,K=0,b=G}function $(U,G,v){S=!0,z=U,_=G,D=U,K=G+1,b=v}function W(U,G){if(!S){k(U,G);return}b+=G,D=U+1,K=0}function H(U,G,v,Z){if(!G)return;let Ee=U===\"tab\"?0:r[v],xe=U===\"tab\"?Z:o[v];I=v+1,m=b-Z+Ee,x=b-Z+xe,E=U}function L(U,G){let v=c[U];for(let Z=G;Z<v.length;Z++){let Ee=v[Z];S?b+Ee>h?(F(),$(U,Z,Ee)):(b+=Ee,D=U,K=Z+1):$(U,Z,Ee)}S&&D===U&&K===v.length&&(D=U+1,K=0)}function Y(U){if(E!==\"soft-hyphen\")return!1;let G=c[U];if(G==null)return!1;let{fitCount:v,fittedWidth:Z}=Ba(G,b,e,p,u);return v===0?!1:(b=Z,D=U,K=v,C(),v===G.length?(D=U+1,K=0,!0):(F(U,v,Z+u),L(U,v),!0))}function ee(U){w++,t?.({startSegmentIndex:U.startSegmentIndex,startGraphemeIndex:0,endSegmentIndex:U.consumedEndSegmentIndex,endGraphemeIndex:0,width:0}),C()}for(let U=0;U<l.length;U++){let G=l[U];if(G.startSegmentIndex===G.endSegmentIndex){ee(G);continue}S=!1,b=0,z=G.startSegmentIndex,_=0,D=G.startSegmentIndex,K=0,C();let v=G.startSegmentIndex;for(;v<G.endSegmentIndex;){let Z=s[v],Ee=Z===\"space\"||Z===\"preserved-space\"||Z===\"tab\"||Z===\"zero-width-break\"||Z===\"soft-hyphen\",xe=Z===\"tab\"?va(b,a):i[v];if(Z===\"soft-hyphen\"){S&&(D=v+1,K=0,I=v+1,m=b+u,x=b+u,E=Z),v++;continue}if(!S){xe>e&&c[v]!==null?L(v,0):k(v,xe),H(Z,Ee,v,xe),v++;continue}if(b+xe>h){let M=b+(Z===\"tab\"?0:r[v]),T=b+(Z===\"tab\"?xe:o[v]);if(E===\"soft-hyphen\"&&f.preferEarlySoftHyphenBreak&&m<=h){F(I,0,x);continue}if(E===\"soft-hyphen\"&&Y(v)){v++;continue}if(Ee&&M<=h){W(v,xe),F(v+1,0,T),v++;continue}if(I>=0&&m<=h){if(D>I||D===I&&K>0){F();continue}let X=I;F(X,0,x),v=X;continue}if(xe>e&&c[v]!==null){F(),L(v,0),v++;continue}F();continue}W(v,xe),H(Z,Ee,v,xe),v++}if(S){let Z=I===G.consumedEndSegmentIndex?x:b;F(G.consumedEndSegmentIndex,0,Z)}}return w}var Vn=null;function _a(){return Vn===null&&(Vn=new Intl.Segmenter(void 0,{granularity:\"grapheme\"})),Vn}function Oa(n){return n?{widths:[],lineEndFitAdvances:[],lineEndPaintAdvances:[],kinds:[],simpleLineWalkFastPath:!0,segLevels:null,breakableFitAdvances:[],discretionaryHyphenWidth:0,tabStopAdvance:0,chunks:[],segments:[]}:{widths:[],lineEndFitAdvances:[],lineEndPaintAdvances:[],kinds:[],simpleLineWalkFastPath:!0,segLevels:null,breakableFitAdvances:[],discretionaryHyphenWidth:0,tabStopAdvance:0,chunks:[]}}function Pa(n,e){let t=[],i=[],r=0,o=!1,s=!1,c=!1;function u(){i.length!==0&&(t.push({text:i.length===1?i[0]:i.join(\"\"),start:r}),i=[],o=!1,s=!1,c=!1)}function a(f,p,h){i=[f],r=p,o=h,s=Jt(f),c=wt.has(f)}function l(f,p){i.push(f),o=o||p;let h=Jt(f);f.length===1&&Oe.has(f)?s=s||h:s=h,c=!1}for(let f of _a().segment(n)){let p=f.segment,h=Me(p);if(i.length===0){a(p,f.index,h);continue}if(c||Vt.has(p)||Oe.has(p)||e.carryCJKAfterClosingQuote&&h&&s){l(p,h);continue}if(!o&&!h){l(p,h);continue}u(),a(p,f.index,h)}return u(),t}function Ia(n){if(n.length<=1)return n;let e=[],t=[n[0].text],i=n[0].start,r=Me(n[0].text),o=$t(n[0].text);function s(){e.push({text:t.length===1?t[0]:t.join(\"\"),start:i})}for(let c=1;c<n.length;c++){let u=n[c],a=Me(u.text),l=$t(u.text);if(r&&o){t.push(u.text),r=r||a,o=l;continue}s(),t=[u.text],i=u.start,r=a,o=l}return s(),e}function Wa(n,e,t,i){let r=et(),{cache:o,emojiCorrection:s}=yo(e,xo(n.normalized)),c=Pe(\"-\",Le(\"-\",o),s),a=Pe(\" \",Le(\" \",o),s)*8;if(n.len===0)return Oa(t);let l=[],f=[],p=[],h=[],w=n.chunks.length<=1,b=t?[]:null,S=[],z=t?[]:null,_=Array.from({length:n.len});function D(x,E,C,F,k,$,W){k!==\"text\"&&k!==\"space\"&&k!==\"zero-width-break\"&&(w=!1),l.push(E),f.push(C),p.push(F),h.push(k),b?.push($),S.push(W),z!==null&&z.push(x)}function K(x,E,C,F,k){let $=Le(x,o),W=Pe(x,$,s),H=E===\"space\"||E===\"preserved-space\"||E===\"zero-width-break\"?0:W,L=E===\"space\"||E===\"zero-width-break\"?0:W;if(k&&F&&x.length>1){let Y=\"sum-graphemes\";Nt(x)?Y=\"pair-context\":r.preferPrefixWidthsForBreakableRuns&&(Y=\"segment-prefixes\");let ee=go(x,$,o,s,Y);D(x,W,H,L,E,C,ee);return}D(x,W,H,L,E,C,null)}for(let x=0;x<n.len;x++){_[x]=l.length;let E=n.texts[x],C=n.isWordLike[x],F=n.kinds[x],k=n.starts[x];if(F===\"soft-hyphen\"){D(E,0,c,c,F,k,null);continue}if(F===\"hard-break\"){D(E,0,0,0,F,k,null);continue}if(F===\"tab\"){D(E,0,0,0,F,k,null);continue}let $=Le(E,o);if(F===\"text\"&&$.containsCJK){let W=Pa(E,r),H=i===\"keep-all\"?Ia(W):W;for(let L=0;L<H.length;L++){let Y=H[L];K(Y.text,\"text\",k+Y.start,C,i===\"keep-all\"||!Me(Y.text))}continue}K(E,F,k,C,!0)}let I=Ha(n.chunks,_,l.length),m=b===null?null:eo(n.normalized,b);return z!==null?{widths:l,lineEndFitAdvances:f,lineEndPaintAdvances:p,kinds:h,simpleLineWalkFastPath:w,segLevels:m,breakableFitAdvances:S,discretionaryHyphenWidth:c,tabStopAdvance:a,chunks:I,segments:z}:{widths:l,lineEndFitAdvances:f,lineEndPaintAdvances:p,kinds:h,simpleLineWalkFastPath:w,segLevels:m,breakableFitAdvances:S,discretionaryHyphenWidth:c,tabStopAdvance:a,chunks:I}}function Ha(n,e,t){let i=[];for(let r=0;r<n.length;r++){let o=n[r],s=o.startSegmentIndex<e.length?e[o.startSegmentIndex]:t,c=o.endSegmentIndex<e.length?e[o.endSegmentIndex]:t,u=o.consumedEndSegmentIndex<e.length?e[o.consumedEndSegmentIndex]:t;i.push({startSegmentIndex:s,endSegmentIndex:c,consumedEndSegmentIndex:u})}return i}function Ua(n,e,t,i){let r=i?.wordBreak??\"normal\",o=fo(n,et(),i?.whiteSpace,r);return Wa(o,e,t,r)}function Fo(n,e,t){return Ua(n,e,!1,t)}function bo(n,e,t){let i=So(n,e);return{lineCount:i,height:i*t}}var qa={maxWidth:1600,baseFontSize:78,minFontSize:42,fontWeight:900,fontFamily:\"Outfit\",step:2};function No(n,e){let t={...qa,...e},i=1.2;for(let r=t.baseFontSize;r>=t.minFontSize;r-=t.step){let o=`${t.fontWeight} ${r}px ${t.fontFamily}`,s=Fo(n,o),{lineCount:c}=bo(s,t.maxWidth,r*i);if(c<=1)return{fontSize:r,fits:!0}}return{fontSize:t.minFontSize,fits:!1}}window.__timelines=window.__timelines||{};window.__hyperframes={fitTextFontSize:No,getVariables:$r};function wo(){let n=window;n.__hyperframeRuntimeBootstrapped||(n.__hyperframeRuntimeBootstrapped=!0,Zr())}document.readyState===\"loading\"?document.addEventListener(\"DOMContentLoaded\",wo,{once:!0}):wo();})();\n";
2
+ const RUNTIME_IIFE = "\"use strict\";(()=>{var Do=Object.create;var ln=Object.defineProperty;var Lo=Object.getOwnPropertyDescriptor;var Ro=Object.getOwnPropertyNames;var _o=Object.getPrototypeOf,Bo=Object.prototype.hasOwnProperty;var Oo=(t,e,n)=>e in t?ln(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var Z=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Po=(t,e,n,i)=>{if(e&&typeof e==\"object\"||typeof e==\"function\")for(let r of Ro(e))!Bo.call(t,r)&&r!==n&&ln(t,r,{get:()=>e[r],enumerable:!(i=Lo(e,r))||i.enumerable});return t};var Io=(t,e,n)=>(n=t!=null?Do(_o(t)):{},Po(e||!t||!t.__esModule?ln(n,\"default\",{value:t,enumerable:!0}):n,t));var Se=(t,e,n)=>Oo(t,typeof e!=\"symbol\"?e+\"\":e,n);var wi=Z((Nu,pn)=>{var V=String,Fi=function(){return{isColorSupported:!1,reset:V,bold:V,dim:V,italic:V,underline:V,inverse:V,hidden:V,strikethrough:V,black:V,red:V,green:V,yellow:V,blue:V,magenta:V,cyan:V,white:V,gray:V,bgBlack:V,bgRed:V,bgGreen:V,bgYellow:V,bgBlue:V,bgMagenta:V,bgCyan:V,bgWhite:V,blackBright:V,redBright:V,greenBright:V,yellowBright:V,blueBright:V,magentaBright:V,cyanBright:V,whiteBright:V,bgBlackBright:V,bgRedBright:V,bgGreenBright:V,bgYellowBright:V,bgBlueBright:V,bgMagentaBright:V,bgCyanBright:V,bgWhiteBright:V}};pn.exports=Fi();pn.exports.createColors=Fi});var hn=Z(()=>{});var _t=Z((ku,Mi)=>{\"use strict\";var Ni=wi(),Ci=hn(),dt=class t extends Error{constructor(e,n,i,r,o,s){super(e),this.name=\"CssSyntaxError\",this.reason=e,o&&(this.file=o),r&&(this.source=r),s&&(this.plugin=s),typeof n<\"u\"&&typeof i<\"u\"&&(typeof n==\"number\"?(this.line=n,this.column=i):(this.line=n.line,this.column=n.column,this.endLine=i.line,this.endColumn=i.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,t)}setMessage(){this.message=this.plugin?this.plugin+\": \":\"\",this.message+=this.file?this.file:\"<css input>\",typeof this.line<\"u\"&&(this.message+=\":\"+this.line+\":\"+this.column),this.message+=\": \"+this.reason}showSourceCode(e){if(!this.source)return\"\";let n=this.source;e==null&&(e=Ni.isColorSupported);let i=a=>a,r=a=>a,o=a=>a;if(e){let{bold:a,gray:f,red:p}=Ni.createColors(!0);r=g=>a(p(g)),i=g=>f(g),Ci&&(o=g=>Ci(g))}let s=n.split(/\\r?\\n/),c=Math.max(this.line-3,0),u=Math.min(this.line+2,s.length),l=String(u).length;return s.slice(c,u).map((a,f)=>{let p=c+1+f,g=\" \"+(\" \"+p).slice(-l)+\" | \";if(p===this.line){if(a.length>160){let w=20,S=Math.max(0,this.column-w),U=Math.max(this.column+w,this.endColumn+w),R=a.slice(S,U),N=i(g.replace(/\\d/g,\" \"))+a.slice(0,Math.min(this.column-1,w-1)).replace(/[^\\t]/g,\" \");return r(\">\")+i(g)+o(R)+`\n `+N+r(\"^\")}let C=i(g.replace(/\\d/g,\" \"))+a.slice(0,this.column-1).replace(/[^\\t]/g,\" \");return r(\">\")+i(g)+o(a)+`\n `+C+r(\"^\")}return\" \"+i(g)+o(a)}).join(`\n`)}toString(){let e=this.showSourceCode();return e&&(e=`\n\n`+e+`\n`),this.name+\": \"+this.message+e}};Mi.exports=dt;dt.default=dt});var xn=Z((Tu,Ti)=>{\"use strict\";var ki={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:\" \",beforeRule:`\n`,colon:\": \",commentLeft:\" \",commentRight:\" \",emptyBody:\"\",indent:\" \",semicolon:!1};function os(t){return t[0].toUpperCase()+t.slice(1)}var ft=class{constructor(e){this.builder=e}atrule(e,n){let i=\"@\"+e.name,r=e.params?this.rawValue(e,\"params\"):\"\";if(typeof e.raws.afterName<\"u\"?i+=e.raws.afterName:r&&(i+=\" \"),e.nodes)this.block(e,i+r);else{let o=(e.raws.between||\"\")+(n?\";\":\"\");this.builder(i+r+o,e)}}beforeAfter(e,n){let i;e.type===\"decl\"?i=this.raw(e,null,\"beforeDecl\"):e.type===\"comment\"?i=this.raw(e,null,\"beforeComment\"):n===\"before\"?i=this.raw(e,null,\"beforeRule\"):i=this.raw(e,null,\"beforeClose\");let r=e.parent,o=0;for(;r&&r.type!==\"root\";)o+=1,r=r.parent;if(i.includes(`\n`)){let s=this.raw(e,null,\"indent\");if(s.length)for(let c=0;c<o;c++)i+=s}return i}block(e,n){let i=this.raw(e,\"between\",\"beforeOpen\");this.builder(n+i+\"{\",e,\"start\");let r;e.nodes&&e.nodes.length?(this.body(e),r=this.raw(e,\"after\")):r=this.raw(e,\"after\",\"emptyBody\"),r&&this.builder(r),this.builder(\"}\",e,\"end\")}body(e){let n=e.nodes.length-1;for(;n>0&&e.nodes[n].type===\"comment\";)n-=1;let i=this.raw(e,\"semicolon\");for(let r=0;r<e.nodes.length;r++){let o=e.nodes[r],s=this.raw(o,\"before\");s&&this.builder(s),this.stringify(o,n!==r||i)}}comment(e){let n=this.raw(e,\"left\",\"commentLeft\"),i=this.raw(e,\"right\",\"commentRight\");this.builder(\"/*\"+n+e.text+i+\"*/\",e)}decl(e,n){let i=this.raw(e,\"between\",\"colon\"),r=e.prop+i+this.rawValue(e,\"value\");e.important&&(r+=e.raws.important||\" !important\"),n&&(r+=\";\"),this.builder(r,e)}document(e){this.body(e)}raw(e,n,i){let r;if(i||(i=n),n&&(r=e.raws[n],typeof r<\"u\"))return r;let o=e.parent;if(i===\"before\"&&(!o||o.type===\"root\"&&o.first===e||o&&o.type===\"document\"))return\"\";if(!o)return ki[i];let s=e.root();if(s.rawCache||(s.rawCache={}),typeof s.rawCache[i]<\"u\")return s.rawCache[i];if(i===\"before\"||i===\"after\")return this.beforeAfter(e,i);{let c=\"raw\"+os(i);this[c]?r=this[c](s,e):s.walk(u=>{if(r=u.raws[n],typeof r<\"u\")return!1})}return typeof r>\"u\"&&(r=ki[i]),s.rawCache[i]=r,r}rawBeforeClose(e){let n;return e.walk(i=>{if(i.nodes&&i.nodes.length>0&&typeof i.raws.after<\"u\")return n=i.raws.after,n.includes(`\n`)&&(n=n.replace(/[^\\n]+$/,\"\")),!1}),n&&(n=n.replace(/\\S/g,\"\")),n}rawBeforeComment(e,n){let i;return e.walkComments(r=>{if(typeof r.raws.before<\"u\")return i=r.raws.before,i.includes(`\n`)&&(i=i.replace(/[^\\n]+$/,\"\")),!1}),typeof i>\"u\"?i=this.raw(n,null,\"beforeDecl\"):i&&(i=i.replace(/\\S/g,\"\")),i}rawBeforeDecl(e,n){let i;return e.walkDecls(r=>{if(typeof r.raws.before<\"u\")return i=r.raws.before,i.includes(`\n`)&&(i=i.replace(/[^\\n]+$/,\"\")),!1}),typeof i>\"u\"?i=this.raw(n,null,\"beforeRule\"):i&&(i=i.replace(/\\S/g,\"\")),i}rawBeforeOpen(e){let n;return e.walk(i=>{if(i.type!==\"decl\"&&(n=i.raws.between,typeof n<\"u\"))return!1}),n}rawBeforeRule(e){let n;return e.walk(i=>{if(i.nodes&&(i.parent!==e||e.first!==i)&&typeof i.raws.before<\"u\")return n=i.raws.before,n.includes(`\n`)&&(n=n.replace(/[^\\n]+$/,\"\")),!1}),n&&(n=n.replace(/\\S/g,\"\")),n}rawColon(e){let n;return e.walkDecls(i=>{if(typeof i.raws.between<\"u\")return n=i.raws.between.replace(/[^\\s:]/g,\"\"),!1}),n}rawEmptyBody(e){let n;return e.walk(i=>{if(i.nodes&&i.nodes.length===0&&(n=i.raws.after,typeof n<\"u\"))return!1}),n}rawIndent(e){if(e.raws.indent)return e.raws.indent;let n;return e.walk(i=>{let r=i.parent;if(r&&r!==e&&r.parent&&r.parent===e&&typeof i.raws.before<\"u\"){let o=i.raws.before.split(`\n`);return n=o[o.length-1],n=n.replace(/\\S/g,\"\"),!1}}),n}rawSemicolon(e){let n;return e.walk(i=>{if(i.nodes&&i.nodes.length&&i.last.type===\"decl\"&&(n=i.raws.semicolon,typeof n<\"u\"))return!1}),n}rawValue(e,n){let i=e[n],r=e.raws[n];return r&&r.value===i?r.raw:i}root(e){this.body(e),e.raws.after&&this.builder(e.raws.after)}rule(e){this.block(e,this.rawValue(e,\"selector\")),e.raws.ownSemicolon&&this.builder(e.raws.ownSemicolon,e,\"end\")}stringify(e,n){if(!this[e.type])throw new Error(\"Unknown AST node type \"+e.type+\". Maybe you need to change PostCSS stringifier.\");this[e.type](e,n)}};Ti.exports=ft;ft.default=ft});var mt=Z((vu,vi)=>{\"use strict\";var ss=xn();function gn(t,e){new ss(e).stringify(t)}vi.exports=gn;gn.default=gn});var Bt=Z((Du,yn)=>{\"use strict\";yn.exports.isClean=Symbol(\"isClean\");yn.exports.my=Symbol(\"my\")});var xt=Z((Lu,Di)=>{\"use strict\";var as=_t(),ls=xn(),us=mt(),{isClean:pt,my:cs}=Bt();function Sn(t,e){let n=new t.constructor;for(let i in t){if(!Object.prototype.hasOwnProperty.call(t,i)||i===\"proxyCache\")continue;let r=t[i],o=typeof r;i===\"parent\"&&o===\"object\"?e&&(n[i]=e):i===\"source\"?n[i]=r:Array.isArray(r)?n[i]=r.map(s=>Sn(s,n)):(o===\"object\"&&r!==null&&(r=Sn(r)),n[i]=r)}return n}function Ie(t,e){if(e&&typeof e.offset<\"u\")return e.offset;let n=1,i=1,r=0;for(let o=0;o<t.length;o++){if(i===e.line&&n===e.column){r=o;break}t[o]===`\n`?(n=1,i+=1):n+=1}return r}var ht=class{get proxyOf(){return this}constructor(e={}){this.raws={},this[pt]=!1,this[cs]=!0;for(let n in e)if(n===\"nodes\"){this.nodes=[];for(let i of e[n])typeof i.clone==\"function\"?this.append(i.clone()):this.append(i)}else this[n]=e[n]}addToError(e){if(e.postcssNode=this,e.stack&&this.source&&/\\n\\s{4}at /.test(e.stack)){let n=this.source;e.stack=e.stack.replace(/\\n\\s{4}at /,`$&${n.input.from}:${n.start.line}:${n.start.column}$&`)}return e}after(e){return this.parent.insertAfter(this,e),this}assign(e={}){for(let n in e)this[n]=e[n];return this}before(e){return this.parent.insertBefore(this,e),this}cleanRaws(e){delete this.raws.before,delete this.raws.after,e||delete this.raws.between}clone(e={}){let n=Sn(this);for(let i in e)n[i]=e[i];return n}cloneAfter(e={}){let n=this.clone(e);return this.parent.insertAfter(this,n),n}cloneBefore(e={}){let n=this.clone(e);return this.parent.insertBefore(this,n),n}error(e,n={}){if(this.source){let{end:i,start:r}=this.rangeBy(n);return this.source.input.error(e,{column:r.column,line:r.line},{column:i.column,line:i.line},n)}return new as(e)}getProxyProcessor(){return{get(e,n){return n===\"proxyOf\"?e:n===\"root\"?()=>e.root().toProxy():e[n]},set(e,n,i){return e[n]===i||(e[n]=i,(n===\"prop\"||n===\"value\"||n===\"name\"||n===\"params\"||n===\"important\"||n===\"text\")&&e.markDirty()),!0}}}markClean(){this[pt]=!0}markDirty(){if(this[pt]){this[pt]=!1;let e=this;for(;e=e.parent;)e[pt]=!1}}next(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e+1]}positionBy(e={}){let n=this.source.start;if(e.index)n=this.positionInside(e.index);else if(e.word){let i=\"document\"in this.source.input?this.source.input.document:this.source.input.css,o=i.slice(Ie(i,this.source.start),Ie(i,this.source.end)).indexOf(e.word);o!==-1&&(n=this.positionInside(o))}return n}positionInside(e){let n=this.source.start.column,i=this.source.start.line,r=\"document\"in this.source.input?this.source.input.document:this.source.input.css,o=Ie(r,this.source.start),s=o+e;for(let c=o;c<s;c++)r[c]===`\n`?(n=1,i+=1):n+=1;return{column:n,line:i,offset:s}}prev(){if(!this.parent)return;let e=this.parent.index(this);return this.parent.nodes[e-1]}rangeBy(e={}){let n=\"document\"in this.source.input?this.source.input.document:this.source.input.css,i={column:this.source.start.column,line:this.source.start.line,offset:Ie(n,this.source.start)},r=this.source.end?{column:this.source.end.column+1,line:this.source.end.line,offset:typeof this.source.end.offset==\"number\"?this.source.end.offset:Ie(n,this.source.end)+1}:{column:i.column+1,line:i.line,offset:i.offset+1};if(e.word){let s=n.slice(Ie(n,this.source.start),Ie(n,this.source.end)).indexOf(e.word);s!==-1&&(i=this.positionInside(s),r=this.positionInside(s+e.word.length))}else e.start?i={column:e.start.column,line:e.start.line,offset:Ie(n,e.start)}:e.index&&(i=this.positionInside(e.index)),e.end?r={column:e.end.column,line:e.end.line,offset:Ie(n,e.end)}:typeof e.endIndex==\"number\"?r=this.positionInside(e.endIndex):e.index&&(r=this.positionInside(e.index+1));return(r.line<i.line||r.line===i.line&&r.column<=i.column)&&(r={column:i.column+1,line:i.line,offset:i.offset+1}),{end:r,start:i}}raw(e,n){return new ls().raw(this,e,n)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...e){if(this.parent){let n=this,i=!1;for(let r of e)r===this?i=!0:i?(this.parent.insertAfter(n,r),n=r):this.parent.insertBefore(n,r);i||this.remove()}return this}root(){let e=this;for(;e.parent&&e.parent.type!==\"document\";)e=e.parent;return e}toJSON(e,n){let i={},r=n==null;n=n||new Map;let o=0;for(let s in this){if(!Object.prototype.hasOwnProperty.call(this,s)||s===\"parent\"||s===\"proxyCache\")continue;let c=this[s];if(Array.isArray(c))i[s]=c.map(u=>typeof u==\"object\"&&u.toJSON?u.toJSON(null,n):u);else if(typeof c==\"object\"&&c.toJSON)i[s]=c.toJSON(null,n);else if(s===\"source\"){if(c==null)continue;let u=n.get(c.input);u==null&&(u=o,n.set(c.input,o),o++),i[s]={end:c.end,inputId:u,start:c.start}}else i[s]=c}return r&&(i.inputs=[...n.keys()].map(s=>s.toJSON())),i}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(e=us){e.stringify&&(e=e.stringify);let n=\"\";return e(this,i=>{n+=i}),n}warn(e,n,i={}){let r={node:this};for(let o in i)r[o]=i[o];return e.warn(n,r)}};Di.exports=ht;ht.default=ht});var yt=Z((Ru,Li)=>{\"use strict\";var ds=xt(),gt=class extends ds{constructor(e){super(e),this.type=\"comment\"}};Li.exports=gt;gt.default=gt});var bt=Z((_u,Ri)=>{\"use strict\";var fs=xt(),St=class extends fs{get variable(){return this.prop.startsWith(\"--\")||this.prop[0]===\"$\"}constructor(e){e&&typeof e.value<\"u\"&&typeof e.value!=\"string\"&&(e={...e,value:String(e.value)}),super(e),this.type=\"decl\"}};Ri.exports=St;St.default=St});var He=Z((Bu,Ui)=>{\"use strict\";var _i=yt(),Bi=bt(),ms=xt(),{isClean:Oi,my:Pi}=Bt(),bn,Ii,Wi,An;function Hi(t){return t.map(e=>(e.nodes&&(e.nodes=Hi(e.nodes)),delete e.source,e))}function qi(t){if(t[Oi]=!1,t.proxyOf.nodes)for(let e of t.proxyOf.nodes)qi(e)}var De=class t extends ms{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...e){for(let n of e){let i=this.normalize(n,this.last);for(let r of i)this.proxyOf.nodes.push(r)}return this.markDirty(),this}cleanRaws(e){if(super.cleanRaws(e),this.nodes)for(let n of this.nodes)n.cleanRaws(e)}each(e){if(!this.proxyOf.nodes)return;let n=this.getIterator(),i,r;for(;this.indexes[n]<this.proxyOf.nodes.length&&(i=this.indexes[n],r=e(this.proxyOf.nodes[i],i),r!==!1);)this.indexes[n]+=1;return delete this.indexes[n],r}every(e){return this.nodes.every(e)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let e=this.lastEach;return this.indexes[e]=0,e}getProxyProcessor(){return{get(e,n){return n===\"proxyOf\"?e:e[n]?n===\"each\"||typeof n==\"string\"&&n.startsWith(\"walk\")?(...i)=>e[n](...i.map(r=>typeof r==\"function\"?(o,s)=>r(o.toProxy(),s):r)):n===\"every\"||n===\"some\"?i=>e[n]((r,...o)=>i(r.toProxy(),...o)):n===\"root\"?()=>e.root().toProxy():n===\"nodes\"?e.nodes.map(i=>i.toProxy()):n===\"first\"||n===\"last\"?e[n].toProxy():e[n]:e[n]},set(e,n,i){return e[n]===i||(e[n]=i,(n===\"name\"||n===\"params\"||n===\"selector\")&&e.markDirty()),!0}}}index(e){return typeof e==\"number\"?e:(e.proxyOf&&(e=e.proxyOf),this.proxyOf.nodes.indexOf(e))}insertAfter(e,n){let i=this.index(e),r=this.normalize(n,this.proxyOf.nodes[i]).reverse();i=this.index(e);for(let s of r)this.proxyOf.nodes.splice(i+1,0,s);let o;for(let s in this.indexes)o=this.indexes[s],i<o&&(this.indexes[s]=o+r.length);return this.markDirty(),this}insertBefore(e,n){let i=this.index(e),r=i===0?\"prepend\":!1,o=this.normalize(n,this.proxyOf.nodes[i],r).reverse();i=this.index(e);for(let c of o)this.proxyOf.nodes.splice(i,0,c);let s;for(let c in this.indexes)s=this.indexes[c],i<=s&&(this.indexes[c]=s+o.length);return this.markDirty(),this}normalize(e,n){if(typeof e==\"string\")e=Hi(Ii(e).nodes);else if(typeof e>\"u\")e=[];else if(Array.isArray(e)){e=e.slice(0);for(let r of e)r.parent&&r.parent.removeChild(r,\"ignore\")}else if(e.type===\"root\"&&this.type!==\"document\"){e=e.nodes.slice(0);for(let r of e)r.parent&&r.parent.removeChild(r,\"ignore\")}else if(e.type)e=[e];else if(e.prop){if(typeof e.value>\"u\")throw new Error(\"Value field is missed in node creation\");typeof e.value!=\"string\"&&(e.value=String(e.value)),e=[new Bi(e)]}else if(e.selector||e.selectors)e=[new An(e)];else if(e.name)e=[new bn(e)];else if(e.text)e=[new _i(e)];else throw new Error(\"Unknown node type in node creation\");return e.map(r=>(r[Pi]||t.rebuild(r),r=r.proxyOf,r.parent&&r.parent.removeChild(r),r[Oi]&&qi(r),r.raws||(r.raws={}),typeof r.raws.before>\"u\"&&n&&typeof n.raws.before<\"u\"&&(r.raws.before=n.raws.before.replace(/\\S/g,\"\")),r.parent=this.proxyOf,r))}prepend(...e){e=e.reverse();for(let n of e){let i=this.normalize(n,this.first,\"prepend\").reverse();for(let r of i)this.proxyOf.nodes.unshift(r);for(let r in this.indexes)this.indexes[r]=this.indexes[r]+i.length}return this.markDirty(),this}push(e){return e.parent=this,this.proxyOf.nodes.push(e),this}removeAll(){for(let e of this.proxyOf.nodes)e.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(e){e=this.index(e),this.proxyOf.nodes[e].parent=void 0,this.proxyOf.nodes.splice(e,1);let n;for(let i in this.indexes)n=this.indexes[i],n>=e&&(this.indexes[i]=n-1);return this.markDirty(),this}replaceValues(e,n,i){return i||(i=n,n={}),this.walkDecls(r=>{n.props&&!n.props.includes(r.prop)||n.fast&&!r.value.includes(n.fast)||(r.value=r.value.replace(e,i))}),this.markDirty(),this}some(e){return this.nodes.some(e)}walk(e){return this.each((n,i)=>{let r;try{r=e(n,i)}catch(o){throw n.addToError(o)}return r!==!1&&n.walk&&(r=n.walk(e)),r})}walkAtRules(e,n){return n?e instanceof RegExp?this.walk((i,r)=>{if(i.type===\"atrule\"&&e.test(i.name))return n(i,r)}):this.walk((i,r)=>{if(i.type===\"atrule\"&&i.name===e)return n(i,r)}):(n=e,this.walk((i,r)=>{if(i.type===\"atrule\")return n(i,r)}))}walkComments(e){return this.walk((n,i)=>{if(n.type===\"comment\")return e(n,i)})}walkDecls(e,n){return n?e instanceof RegExp?this.walk((i,r)=>{if(i.type===\"decl\"&&e.test(i.prop))return n(i,r)}):this.walk((i,r)=>{if(i.type===\"decl\"&&i.prop===e)return n(i,r)}):(n=e,this.walk((i,r)=>{if(i.type===\"decl\")return n(i,r)}))}walkRules(e,n){return n?e instanceof RegExp?this.walk((i,r)=>{if(i.type===\"rule\"&&e.test(i.selector))return n(i,r)}):this.walk((i,r)=>{if(i.type===\"rule\"&&i.selector===e)return n(i,r)}):(n=e,this.walk((i,r)=>{if(i.type===\"rule\")return n(i,r)}))}};De.registerParse=t=>{Ii=t};De.registerRule=t=>{An=t};De.registerAtRule=t=>{bn=t};De.registerRoot=t=>{Wi=t};Ui.exports=De;De.default=De;De.rebuild=t=>{t.type===\"atrule\"?Object.setPrototypeOf(t,bn.prototype):t.type===\"rule\"?Object.setPrototypeOf(t,An.prototype):t.type===\"decl\"?Object.setPrototypeOf(t,Bi.prototype):t.type===\"comment\"?Object.setPrototypeOf(t,_i.prototype):t.type===\"root\"&&Object.setPrototypeOf(t,Wi.prototype),t[Pi]=!0,t.nodes&&t.nodes.forEach(e=>{De.rebuild(e)})}});var Ot=Z((Ou,ji)=>{\"use strict\";var zi=He(),Ze=class extends zi{constructor(e){super(e),this.type=\"atrule\"}append(...e){return this.proxyOf.nodes||(this.nodes=[]),super.append(...e)}prepend(...e){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...e)}};ji.exports=Ze;Ze.default=Ze;zi.registerAtRule(Ze)});var Pt=Z((Pu,$i)=>{\"use strict\";var ps=He(),Gi,Vi,Ke=class extends ps{constructor(e){super({type:\"document\",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new Gi(new Vi,this,e).stringify()}};Ke.registerLazyResult=t=>{Gi=t};Ke.registerProcessor=t=>{Vi=t};$i.exports=Ke;Ke.default=Ke});var Ji=Z((Iu,Ki)=>{var hs=\"useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict\",xs=(t,e=21)=>(n=e)=>{let i=\"\",r=n|0;for(;r--;)i+=t[Math.random()*t.length|0];return i},gs=(t=21)=>{let e=\"\",n=t|0;for(;n--;)e+=hs[Math.random()*64|0];return e};Ki.exports={nanoid:gs,customAlphabet:xs}});var It=Z(()=>{});var Wt=Z(()=>{});var En=Z(()=>{});var Qi=Z(()=>{});var wn=Z(($u,Xi)=>{\"use strict\";var{existsSync:ys,readFileSync:Ss}=Qi(),{dirname:Fn,join:bs}=It(),{SourceMapConsumer:Yi,SourceMapGenerator:Zi}=Wt();function As(t){return Buffer?Buffer.from(t,\"base64\").toString():window.atob(t)}var At=class{constructor(e,n){if(n.map===!1)return;this.loadAnnotation(e),this.inline=this.startWith(this.annotation,\"data:\");let i=n.map?n.map.prev:void 0,r=this.loadMap(n.from,i);!this.mapFile&&n.from&&(this.mapFile=n.from),this.mapFile&&(this.root=Fn(this.mapFile)),r&&(this.text=r)}consumer(){return this.consumerCache||(this.consumerCache=new Yi(this.text)),this.consumerCache}decodeInline(e){let n=/^data:application\\/json;charset=utf-?8;base64,/,i=/^data:application\\/json;base64,/,r=/^data:application\\/json;charset=utf-?8,/,o=/^data:application\\/json,/,s=e.match(r)||e.match(o);if(s)return decodeURIComponent(e.substr(s[0].length));let c=e.match(n)||e.match(i);if(c)return As(e.substr(c[0].length));let u=e.match(/data:application\\/json;([^,]+),/)[1];throw new Error(\"Unsupported source map encoding \"+u)}getAnnotationURL(e){return e.replace(/^\\/\\*\\s*# sourceMappingURL=/,\"\").trim()}isMap(e){return typeof e!=\"object\"?!1:typeof e.mappings==\"string\"||typeof e._mappings==\"string\"||Array.isArray(e.sections)}loadAnnotation(e){let n=e.match(/\\/\\*\\s*# sourceMappingURL=/g);if(!n)return;let i=e.lastIndexOf(n.pop()),r=e.indexOf(\"*/\",i);i>-1&&r>-1&&(this.annotation=this.getAnnotationURL(e.substring(i,r)))}loadFile(e){if(this.root=Fn(e),ys(e))return this.mapFile=e,Ss(e,\"utf-8\").toString().trim()}loadMap(e,n){if(n===!1)return!1;if(n){if(typeof n==\"string\")return n;if(typeof n==\"function\"){let i=n(e);if(i){let r=this.loadFile(i);if(!r)throw new Error(\"Unable to load previous source map: \"+i.toString());return r}}else{if(n instanceof Yi)return Zi.fromSourceMap(n).toString();if(n instanceof Zi)return n.toString();if(this.isMap(n))return JSON.stringify(n);throw new Error(\"Unsupported previous source map format: \"+n.toString())}}else{if(this.inline)return this.decodeInline(this.annotation);if(this.annotation){let i=this.annotation;return e&&(i=bs(Fn(e),i)),this.loadFile(i)}}}startWith(e,n){return e?e.substr(0,n.length)===n:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};Xi.exports=At;At.default=At});var Et=Z((Ku,rr)=>{\"use strict\";var{nanoid:Es}=Ji(),{isAbsolute:Mn,resolve:kn}=It(),{SourceMapConsumer:Fs,SourceMapGenerator:ws}=Wt(),{fileURLToPath:er,pathToFileURL:Ht}=En(),tr=_t(),Ns=wn(),Nn=hn(),Cn=Symbol(\"lineToIndexCache\"),Cs=!!(Fs&&ws),nr=!!(kn&&Mn);function ir(t){if(t[Cn])return t[Cn];let e=t.css.split(`\n`),n=new Array(e.length),i=0;for(let r=0,o=e.length;r<o;r++)n[r]=i,i+=e[r].length+1;return t[Cn]=n,n}var Xe=class{get from(){return this.file||this.id}constructor(e,n={}){if(e===null||typeof e>\"u\"||typeof e==\"object\"&&!e.toString)throw new Error(`PostCSS received ${e} instead of CSS string`);if(this.css=e.toString(),this.css[0]===\"\\uFEFF\"||this.css[0]===\"\\uFFFE\"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,n.document&&(this.document=n.document.toString()),n.from&&(!nr||/^\\w+:\\/\\//.test(n.from)||Mn(n.from)?this.file=n.from:this.file=kn(n.from)),nr&&Cs){let i=new Ns(this.css,n);if(i.text){this.map=i;let r=i.consumer().file;!this.file&&r&&(this.file=this.mapResolve(r))}}this.file||(this.id=\"<input css \"+Es(6)+\">\"),this.map&&(this.map.file=this.from)}error(e,n,i,r={}){let o,s,c,u,l;if(n&&typeof n==\"object\"){let f=n,p=i;if(typeof f.offset==\"number\"){u=f.offset;let g=this.fromOffset(u);n=g.line,i=g.col}else n=f.line,i=f.column,u=this.fromLineAndColumn(n,i);if(typeof p.offset==\"number\"){c=p.offset;let g=this.fromOffset(c);s=g.line,o=g.col}else s=p.line,o=p.column,c=this.fromLineAndColumn(p.line,p.column)}else if(i)u=this.fromLineAndColumn(n,i);else{u=n;let f=this.fromOffset(u);n=f.line,i=f.col}let a=this.origin(n,i,s,o);return a?l=new tr(e,a.endLine===void 0?a.line:{column:a.column,line:a.line},a.endLine===void 0?a.column:{column:a.endColumn,line:a.endLine},a.source,a.file,r.plugin):l=new tr(e,s===void 0?n:{column:i,line:n},s===void 0?i:{column:o,line:s},this.css,this.file,r.plugin),l.input={column:i,endColumn:o,endLine:s,endOffset:c,line:n,offset:u,source:this.css},this.file&&(Ht&&(l.input.url=Ht(this.file).toString()),l.input.file=this.file),l}fromLineAndColumn(e,n){return ir(this)[e-1]+n-1}fromOffset(e){let n=ir(this),i=n[n.length-1],r=0;if(e>=i)r=n.length-1;else{let o=n.length-2,s;for(;r<o;)if(s=r+(o-r>>1),e<n[s])o=s-1;else if(e>=n[s+1])r=s+1;else{r=s;break}}return{col:e-n[r]+1,line:r+1}}mapResolve(e){return/^\\w+:\\/\\//.test(e)?e:kn(this.map.consumer().sourceRoot||this.map.root||\".\",e)}origin(e,n,i,r){if(!this.map)return!1;let o=this.map.consumer(),s=o.originalPositionFor({column:n,line:e});if(!s.source)return!1;let c;typeof i==\"number\"&&(c=o.originalPositionFor({column:r,line:i}));let u;Mn(s.source)?u=Ht(s.source):u=new URL(s.source,this.map.consumer().sourceRoot||Ht(this.map.mapFile));let l={column:s.column,endColumn:c&&c.column,endLine:c&&c.line,line:s.line,url:u.toString()};if(u.protocol===\"file:\")if(er)l.file=er(u);else throw new Error(\"file: protocol is not available in this PostCSS build\");let a=o.sourceContentFor(s.source);return a&&(l.source=a),l}toJSON(){let e={};for(let n of[\"hasBOM\",\"css\",\"file\",\"id\"])this[n]!=null&&(e[n]=this[n]);return this.map&&(e.map={...this.map},e.map.consumerCache&&(e.map.consumerCache=void 0)),e}};rr.exports=Xe;Xe.default=Xe;Nn&&Nn.registerInput&&Nn.registerInput(Xe)});var et=Z((Ju,lr)=>{\"use strict\";var or=He(),sr,ar,qe=class extends or{constructor(e){super(e),this.type=\"root\",this.nodes||(this.nodes=[])}normalize(e,n,i){let r=super.normalize(e);if(n){if(i===\"prepend\")this.nodes.length>1?n.raws.before=this.nodes[1].raws.before:delete n.raws.before;else if(this.first!==n)for(let o of r)o.raws.before=n.raws.before}return r}removeChild(e,n){let i=this.index(e);return!n&&i===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[i].raws.before),super.removeChild(e)}toResult(e={}){return new sr(new ar,this,e).stringify()}};qe.registerLazyResult=t=>{sr=t};qe.registerProcessor=t=>{ar=t};lr.exports=qe;qe.default=qe;or.registerRoot(qe)});var Tn=Z((Qu,ur)=>{\"use strict\";var Ft={comma(t){return Ft.split(t,[\",\"],!0)},space(t){let e=[\" \",`\n`,\"\t\"];return Ft.split(t,e)},split(t,e,n){let i=[],r=\"\",o=!1,s=0,c=!1,u=\"\",l=!1;for(let a of t)l?l=!1:a===\"\\\\\"?l=!0:c?a===u&&(c=!1):a==='\"'||a===\"'\"?(c=!0,u=a):a===\"(\"?s+=1:a===\")\"?s>0&&(s-=1):s===0&&e.includes(a)&&(o=!0),o?(r!==\"\"&&i.push(r.trim()),r=\"\",o=!1):r+=a;return(n||r!==\"\")&&i.push(r.trim()),i}};ur.exports=Ft;Ft.default=Ft});var qt=Z((Yu,dr)=>{\"use strict\";var cr=He(),Ms=Tn(),tt=class extends cr{get selectors(){return Ms.comma(this.selector)}set selectors(e){let n=this.selector?this.selector.match(/,\\s*/):null,i=n?n[0]:\",\"+this.raw(\"between\",\"beforeOpen\");this.selector=e.join(i)}constructor(e){super(e),this.type=\"rule\",this.nodes||(this.nodes=[])}};dr.exports=tt;tt.default=tt;cr.registerRule(tt)});var mr=Z((Zu,fr)=>{\"use strict\";var ks=Ot(),Ts=yt(),vs=bt(),Ds=Et(),Ls=wn(),Rs=et(),_s=qt();function wt(t,e){if(Array.isArray(t))return t.map(r=>wt(r));let{inputs:n,...i}=t;if(n){e=[];for(let r of n){let o={...r,__proto__:Ds.prototype};o.map&&(o.map={...o.map,__proto__:Ls.prototype}),e.push(o)}}if(i.nodes&&(i.nodes=t.nodes.map(r=>wt(r,e))),i.source){let{inputId:r,...o}=i.source;i.source=o,r!=null&&(i.source.input=e[r])}if(i.type===\"root\")return new Rs(i);if(i.type===\"decl\")return new vs(i);if(i.type===\"rule\")return new _s(i);if(i.type===\"comment\")return new Ts(i);if(i.type===\"atrule\")return new ks(i);throw new Error(\"Unknown node type: \"+t.type)}fr.exports=wt;wt.default=wt});var Dn=Z((Xu,Sr)=>{\"use strict\";var{dirname:Ut,relative:hr,resolve:xr,sep:gr}=It(),{SourceMapConsumer:yr,SourceMapGenerator:zt}=Wt(),{pathToFileURL:pr}=En(),Bs=Et(),Os=!!(yr&&zt),Ps=!!(Ut&&xr&&hr&&gr),vn=class{constructor(e,n,i,r){this.stringify=e,this.mapOpts=i.map||{},this.root=n,this.opts=i,this.css=r,this.originalCSS=r,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let e;this.isInline()?e=\"data:application/json;base64,\"+this.toBase64(this.map.toString()):typeof this.mapOpts.annotation==\"string\"?e=this.mapOpts.annotation:typeof this.mapOpts.annotation==\"function\"?e=this.mapOpts.annotation(this.opts.to,this.root):e=this.outputFile()+\".map\";let n=`\n`;this.css.includes(`\\r\n`)&&(n=`\\r\n`),this.css+=n+\"/*# sourceMappingURL=\"+e+\" */\"}applyPrevMaps(){for(let e of this.previous()){let n=this.toUrl(this.path(e.file)),i=e.root||Ut(e.file),r;this.mapOpts.sourcesContent===!1?(r=new yr(e.text),r.sourcesContent&&(r.sourcesContent=null)):r=e.consumer(),this.map.applySourceMap(r,n,this.toUrl(this.path(i)))}}clearAnnotation(){if(this.mapOpts.annotation!==!1){if(this.root){let e;for(let n=this.root.nodes.length-1;n>=0;n--)e=this.root.nodes[n],e.type===\"comment\"&&e.text.startsWith(\"# sourceMappingURL=\")&&this.root.removeChild(n)}else if(this.css){let e;for(;(e=this.css.lastIndexOf(\"/*#\"))!==-1;){let n=this.css.indexOf(\"*/\",e+3);if(n===-1)break;for(;e>0&&this.css[e-1]===`\n`;)e--;this.css=this.css.slice(0,e)+this.css.slice(n+2)}}}}generate(){if(this.clearAnnotation(),Ps&&Os&&this.isMap())return this.generateMap();{let e=\"\";return this.stringify(this.root,n=>{e+=n}),[e]}}generateMap(){if(this.root)this.generateString();else if(this.previous().length===1){let e=this.previous()[0].consumer();e.file=this.outputFile(),this.map=zt.fromSourceMap(e,{ignoreInvalidMapping:!0})}else this.map=new zt({file:this.outputFile(),ignoreInvalidMapping:!0}),this.map.addMapping({generated:{column:0,line:1},original:{column:0,line:1},source:this.opts.from?this.toUrl(this.path(this.opts.from)):\"<no source>\"});return this.isSourcesContent()&&this.setSourcesContent(),this.root&&this.previous().length>0&&this.applyPrevMaps(),this.isAnnotation()&&this.addAnnotation(),this.isInline()?[this.css]:[this.css,this.map]}generateString(){this.css=\"\",this.map=new zt({file:this.outputFile(),ignoreInvalidMapping:!0});let e=1,n=1,i=\"<no source>\",r={generated:{column:0,line:0},original:{column:0,line:0},source:\"\"},o,s;this.stringify(this.root,(c,u,l)=>{if(this.css+=c,u&&l!==\"end\"&&(r.generated.line=e,r.generated.column=n-1,u.source&&u.source.start?(r.source=this.sourcePath(u),r.original.line=u.source.start.line,r.original.column=u.source.start.column-1,this.map.addMapping(r)):(r.source=i,r.original.line=1,r.original.column=0,this.map.addMapping(r))),s=c.match(/\\n/g),s?(e+=s.length,o=c.lastIndexOf(`\n`),n=c.length-o):n+=c.length,u&&l!==\"start\"){let a=u.parent||{raws:{}};(!(u.type===\"decl\"||u.type===\"atrule\"&&!u.nodes)||u!==a.last||a.raws.semicolon)&&(u.source&&u.source.end?(r.source=this.sourcePath(u),r.original.line=u.source.end.line,r.original.column=u.source.end.column-1,r.generated.line=e,r.generated.column=n-2,this.map.addMapping(r)):(r.source=i,r.original.line=1,r.original.column=0,r.generated.line=e,r.generated.column=n-1,this.map.addMapping(r)))}})}isAnnotation(){return this.isInline()?!0:typeof this.mapOpts.annotation<\"u\"?this.mapOpts.annotation:this.previous().length?this.previous().some(e=>e.annotation):!0}isInline(){if(typeof this.mapOpts.inline<\"u\")return this.mapOpts.inline;let e=this.mapOpts.annotation;return typeof e<\"u\"&&e!==!0?!1:this.previous().length?this.previous().some(n=>n.inline):!0}isMap(){return typeof this.opts.map<\"u\"?!!this.opts.map:this.previous().length>0}isSourcesContent(){return typeof this.mapOpts.sourcesContent<\"u\"?this.mapOpts.sourcesContent:this.previous().length?this.previous().some(e=>e.withContent()):!0}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):\"to.css\"}path(e){if(this.mapOpts.absolute||e.charCodeAt(0)===60||/^\\w+:\\/\\//.test(e))return e;let n=this.memoizedPaths.get(e);if(n)return n;let i=this.opts.to?Ut(this.opts.to):\".\";typeof this.mapOpts.annotation==\"string\"&&(i=Ut(xr(i,this.mapOpts.annotation)));let r=hr(i,e);return this.memoizedPaths.set(e,r),r}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk(e=>{if(e.source&&e.source.input.map){let n=e.source.input.map;this.previousMaps.includes(n)||this.previousMaps.push(n)}});else{let e=new Bs(this.originalCSS,this.opts);e.map&&this.previousMaps.push(e.map)}return this.previousMaps}setSourcesContent(){let e={};if(this.root)this.root.walk(n=>{if(n.source){let i=n.source.input.from;if(i&&!e[i]){e[i]=!0;let r=this.usesFileUrls?this.toFileUrl(i):this.toUrl(this.path(i));this.map.setSourceContent(r,n.source.input.css)}}});else if(this.css){let n=this.opts.from?this.toUrl(this.path(this.opts.from)):\"<no source>\";this.map.setSourceContent(n,this.css)}}sourcePath(e){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(e.source.input.from):this.toUrl(this.path(e.source.input.from))}toBase64(e){return Buffer?Buffer.from(e).toString(\"base64\"):window.btoa(unescape(encodeURIComponent(e)))}toFileUrl(e){let n=this.memoizedFileURLs.get(e);if(n)return n;if(pr){let i=pr(e).toString();return this.memoizedFileURLs.set(e,i),i}else throw new Error(\"`map.absolute` option is not available in this PostCSS build\")}toUrl(e){let n=this.memoizedURLs.get(e);if(n)return n;gr===\"\\\\\"&&(e=e.replace(/\\\\/g,\"/\"));let i=encodeURI(e).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(e,i),i}};Sr.exports=vn});var Er=Z((ec,Ar)=>{\"use strict\";var jt=/[\\t\\n\\f\\r \"#'()/;[\\\\\\]{}]/g,Gt=/[\\t\\n\\f\\r !\"#'():;@[\\\\\\]{}]|\\/(?=\\*)/g,Is=/.[\\r\\n\"'(/\\\\]/,br=/[\\da-f]/i;Ar.exports=function(e,n={}){let i=e.css.valueOf(),r=n.ignoreErrors,o,s,c,u,l,a,f,p,g,C,w=i.length,S=0,U=[],R=[];function N(){return S}function Y(E){throw e.error(\"Unclosed \"+E,S)}function $(){return R.length===0&&S>=w}function h(E){if(R.length)return R.pop();if(S>=w)return;let M=E?E.ignoreUnclosed:!1;switch(o=i.charCodeAt(S),o){case 10:case 32:case 9:case 13:case 12:{u=S;do u+=1,o=i.charCodeAt(u);while(o===32||o===10||o===9||o===13||o===12);a=[\"space\",i.slice(S,u)],S=u-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let F=String.fromCharCode(o);a=[F,F,S];break}case 40:{if(C=U.length?U.pop()[1]:\"\",g=i.charCodeAt(S+1),C===\"url\"&&g!==39&&g!==34&&g!==32&&g!==10&&g!==9&&g!==12&&g!==13){u=S;do{if(f=!1,u=i.indexOf(\")\",u+1),u===-1)if(r||M){u=S;break}else Y(\"bracket\");for(p=u;i.charCodeAt(p-1)===92;)p-=1,f=!f}while(f);a=[\"brackets\",i.slice(S,u+1),S,u],S=u}else u=i.indexOf(\")\",S+1),s=i.slice(S,u+1),u===-1||Is.test(s)?a=[\"(\",\"(\",S]:(a=[\"brackets\",s,S,u],S=u);break}case 39:case 34:{l=o===39?\"'\":'\"',u=S;do{if(f=!1,u=i.indexOf(l,u+1),u===-1)if(r||M){u=S+1;break}else Y(\"string\");for(p=u;i.charCodeAt(p-1)===92;)p-=1,f=!f}while(f);a=[\"string\",i.slice(S,u+1),S,u],S=u;break}case 64:{jt.lastIndex=S+1,jt.test(i),jt.lastIndex===0?u=i.length-1:u=jt.lastIndex-2,a=[\"at-word\",i.slice(S,u+1),S,u],S=u;break}case 92:{for(u=S,c=!0;i.charCodeAt(u+1)===92;)u+=1,c=!c;if(o=i.charCodeAt(u+1),c&&o!==47&&o!==32&&o!==10&&o!==9&&o!==13&&o!==12&&(u+=1,br.test(i.charAt(u)))){for(;br.test(i.charAt(u+1));)u+=1;i.charCodeAt(u+1)===32&&(u+=1)}a=[\"word\",i.slice(S,u+1),S,u],S=u;break}default:{o===47&&i.charCodeAt(S+1)===42?(u=i.indexOf(\"*/\",S+2)+1,u===0&&(r||M?u=i.length:Y(\"comment\")),a=[\"comment\",i.slice(S,u+1),S,u],S=u):(Gt.lastIndex=S+1,Gt.test(i),Gt.lastIndex===0?u=i.length-1:u=Gt.lastIndex-2,a=[\"word\",i.slice(S,u+1),S,u],U.push(a),S=u);break}}return S++,a}function y(E){R.push(E)}return{back:y,endOfFile:$,nextToken:h,position:N}}});var Cr=Z((tc,Nr)=>{\"use strict\";var Ws=Ot(),Hs=yt(),qs=bt(),Us=et(),Fr=qt(),zs=Er(),wr={empty:!0,space:!0};function js(t){for(let e=t.length-1;e>=0;e--){let n=t[e],i=n[3]||n[2];if(i)return i}}var Ln=class{constructor(e){this.input=e,this.root=new Us,this.current=this.root,this.spaces=\"\",this.semicolon=!1,this.createTokenizer(),this.root.source={input:e,start:{column:1,line:1,offset:0}}}atrule(e){let n=new Ws;n.name=e[1].slice(1),n.name===\"\"&&this.unnamedAtrule(n,e),this.init(n,e[2]);let i,r,o,s=!1,c=!1,u=[],l=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i===\"(\"||i===\"[\"?l.push(i===\"(\"?\")\":\"]\"):i===\"{\"&&l.length>0?l.push(\"}\"):i===l[l.length-1]&&l.pop(),l.length===0)if(i===\";\"){n.source.end=this.getPosition(e[2]),n.source.end.offset++,this.semicolon=!0;break}else if(i===\"{\"){c=!0;break}else if(i===\"}\"){if(u.length>0){for(o=u.length-1,r=u[o];r&&r[0]===\"space\";)r=u[--o];r&&(n.source.end=this.getPosition(r[3]||r[2]),n.source.end.offset++)}this.end(e);break}else u.push(e);else u.push(e);if(this.tokenizer.endOfFile()){s=!0;break}}n.raws.between=this.spacesAndCommentsFromEnd(u),u.length?(n.raws.afterName=this.spacesAndCommentsFromStart(u),this.raw(n,\"params\",u),s&&(e=u[u.length-1],n.source.end=this.getPosition(e[3]||e[2]),n.source.end.offset++,this.spaces=n.raws.between,n.raws.between=\"\")):(n.raws.afterName=\"\",n.params=\"\"),c&&(n.nodes=[],this.current=n)}checkMissedSemicolon(e){let n=this.colon(e);if(n===!1)return;let i=0,r;for(let o=n-1;o>=0&&(r=e[o],!(r[0]!==\"space\"&&(i+=1,i===2)));o--);throw this.input.error(\"Missed semicolon\",r[0]===\"word\"?r[3]+1:r[2])}colon(e){let n=0,i,r,o;for(let[s,c]of e.entries()){if(r=c,o=r[0],o===\"(\"&&(n+=1),o===\")\"&&(n-=1),n===0&&o===\":\")if(!i)this.doubleColon(r);else{if(i[0]===\"word\"&&i[1]===\"progid\")continue;return s}i=r}return!1}comment(e){let n=new Hs;this.init(n,e[2]),n.source.end=this.getPosition(e[3]||e[2]),n.source.end.offset++;let i=e[1].slice(2,-2);if(!i.trim())n.text=\"\",n.raws.left=i,n.raws.right=\"\";else{let r=i.match(/^(\\s*)([^]*\\S)(\\s*)$/);n.text=r[2],n.raws.left=r[1],n.raws.right=r[3]}}createTokenizer(){this.tokenizer=zs(this.input)}decl(e,n){let i=new qs;this.init(i,e[0][2]);let r=e[e.length-1];for(r[0]===\";\"&&(this.semicolon=!0,e.pop()),i.source.end=this.getPosition(r[3]||r[2]||js(e)),i.source.end.offset++;e[0][0]!==\"word\";)e.length===1&&this.unknownWord(e),i.raws.before+=e.shift()[1];for(i.source.start=this.getPosition(e[0][2]),i.prop=\"\";e.length;){let l=e[0][0];if(l===\":\"||l===\"space\"||l===\"comment\")break;i.prop+=e.shift()[1]}i.raws.between=\"\";let o;for(;e.length;)if(o=e.shift(),o[0]===\":\"){i.raws.between+=o[1];break}else o[0]===\"word\"&&/\\w/.test(o[1])&&this.unknownWord([o]),i.raws.between+=o[1];(i.prop[0]===\"_\"||i.prop[0]===\"*\")&&(i.raws.before+=i.prop[0],i.prop=i.prop.slice(1));let s=[],c;for(;e.length&&(c=e[0][0],!(c!==\"space\"&&c!==\"comment\"));)s.push(e.shift());this.precheckMissedSemicolon(e);for(let l=e.length-1;l>=0;l--){if(o=e[l],o[1].toLowerCase()===\"!important\"){i.important=!0;let a=this.stringFrom(e,l);a=this.spacesFromEnd(e)+a,a!==\" !important\"&&(i.raws.important=a);break}else if(o[1].toLowerCase()===\"important\"){let a=e.slice(0),f=\"\";for(let p=l;p>0;p--){let g=a[p][0];if(f.trim().startsWith(\"!\")&&g!==\"space\")break;f=a.pop()[1]+f}f.trim().startsWith(\"!\")&&(i.important=!0,i.raws.important=f,e=a)}if(o[0]!==\"space\"&&o[0]!==\"comment\")break}e.some(l=>l[0]!==\"space\"&&l[0]!==\"comment\")&&(i.raws.between+=s.map(l=>l[1]).join(\"\"),s=[]),this.raw(i,\"value\",s.concat(e),n),i.value.includes(\":\")&&!n&&this.checkMissedSemicolon(e)}doubleColon(e){throw this.input.error(\"Double colon\",{offset:e[2]},{offset:e[2]+e[1].length})}emptyRule(e){let n=new Fr;this.init(n,e[2]),n.selector=\"\",n.raws.between=\"\",this.current=n}end(e){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||\"\")+this.spaces,this.spaces=\"\",this.current.parent?(this.current.source.end=this.getPosition(e[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(e)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||\"\")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(e){if(this.spaces+=e[1],this.current.nodes){let n=this.current.nodes[this.current.nodes.length-1];n&&n.type===\"rule\"&&!n.raws.ownSemicolon&&(n.raws.ownSemicolon=this.spaces,this.spaces=\"\",n.source.end=this.getPosition(e[2]),n.source.end.offset+=n.raws.ownSemicolon.length)}}getPosition(e){let n=this.input.fromOffset(e);return{column:n.col,line:n.line,offset:e}}init(e,n){this.current.push(e),e.source={input:this.input,start:this.getPosition(n)},e.raws.before=this.spaces,this.spaces=\"\",e.type!==\"comment\"&&(this.semicolon=!1)}other(e){let n=!1,i=null,r=!1,o=null,s=[],c=e[1].startsWith(\"--\"),u=[],l=e;for(;l;){if(i=l[0],u.push(l),i===\"(\"||i===\"[\")o||(o=l),s.push(i===\"(\"?\")\":\"]\");else if(c&&r&&i===\"{\")o||(o=l),s.push(\"}\");else if(s.length===0)if(i===\";\")if(r){this.decl(u,c);return}else break;else if(i===\"{\"){this.rule(u);return}else if(i===\"}\"){this.tokenizer.back(u.pop()),n=!0;break}else i===\":\"&&(r=!0);else i===s[s.length-1]&&(s.pop(),s.length===0&&(o=null));l=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(n=!0),s.length>0&&this.unclosedBracket(o),n&&r){if(!c)for(;u.length&&(l=u[u.length-1][0],!(l!==\"space\"&&l!==\"comment\"));)this.tokenizer.back(u.pop());this.decl(u,c)}else this.unknownWord(u)}parse(){let e;for(;!this.tokenizer.endOfFile();)switch(e=this.tokenizer.nextToken(),e[0]){case\"space\":this.spaces+=e[1];break;case\";\":this.freeSemicolon(e);break;case\"}\":this.end(e);break;case\"comment\":this.comment(e);break;case\"at-word\":this.atrule(e);break;case\"{\":this.emptyRule(e);break;default:this.other(e);break}this.endFile()}precheckMissedSemicolon(){}raw(e,n,i,r){let o,s,c=i.length,u=\"\",l=!0,a,f;for(let p=0;p<c;p+=1)o=i[p],s=o[0],s===\"space\"&&p===c-1&&!r?l=!1:s===\"comment\"?(f=i[p-1]?i[p-1][0]:\"empty\",a=i[p+1]?i[p+1][0]:\"empty\",!wr[f]&&!wr[a]?u.slice(-1)===\",\"?l=!1:u+=o[1]:l=!1):u+=o[1];if(!l){let p=i.reduce((g,C)=>g+C[1],\"\");e.raws[n]={raw:p,value:u}}e[n]=u}rule(e){e.pop();let n=new Fr;this.init(n,e[0][2]),n.raws.between=this.spacesAndCommentsFromEnd(e),this.raw(n,\"selector\",e),this.current=n}spacesAndCommentsFromEnd(e){let n,i=\"\";for(;e.length&&(n=e[e.length-1][0],!(n!==\"space\"&&n!==\"comment\"));)i=e.pop()[1]+i;return i}spacesAndCommentsFromStart(e){let n,i=\"\";for(;e.length&&(n=e[0][0],!(n!==\"space\"&&n!==\"comment\"));)i+=e.shift()[1];return i}spacesFromEnd(e){let n,i=\"\";for(;e.length&&(n=e[e.length-1][0],n===\"space\");)i=e.pop()[1]+i;return i}stringFrom(e,n){let i=\"\";for(let r=n;r<e.length;r++)i+=e[r][1];return e.splice(n,e.length-n),i}unclosedBlock(){let e=this.current.source.start;throw this.input.error(\"Unclosed block\",e.line,e.column)}unclosedBracket(e){throw this.input.error(\"Unclosed bracket\",{offset:e[2]},{offset:e[2]+1})}unexpectedClose(e){throw this.input.error(\"Unexpected }\",{offset:e[2]},{offset:e[2]+1})}unknownWord(e){throw this.input.error(\"Unknown word \"+e[0][1],{offset:e[0][2]},{offset:e[0][2]+e[0][1].length})}unnamedAtrule(e,n){throw this.input.error(\"At-rule without name\",{offset:n[2]},{offset:n[2]+n[1].length})}};Nr.exports=Ln});var $t=Z((nc,Mr)=>{\"use strict\";var Gs=He(),Vs=Et(),$s=Cr();function Vt(t,e){let n=new Vs(t,e),i=new $s(n);try{i.parse()}catch(r){throw r}return i.root}Mr.exports=Vt;Vt.default=Vt;Gs.registerParse(Vt)});var Rn=Z((ic,kr)=>{\"use strict\";var Nt=class{constructor(e,n={}){if(this.type=\"warning\",this.text=e,n.node&&n.node.source){let i=n.node.rangeBy(n);this.line=i.start.line,this.column=i.start.column,this.endLine=i.end.line,this.endColumn=i.end.column}for(let i in n)this[i]=n[i]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+\": \"+this.text:this.text}};kr.exports=Nt;Nt.default=Nt});var Kt=Z((rc,Tr)=>{\"use strict\";var Ks=Rn(),Ct=class{get content(){return this.css}constructor(e,n,i){this.processor=e,this.messages=[],this.root=n,this.opts=i,this.css=\"\",this.map=void 0}toString(){return this.css}warn(e,n={}){n.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(n.plugin=this.lastPlugin.postcssPlugin);let i=new Ks(e,n);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type===\"warning\")}};Tr.exports=Ct;Ct.default=Ct});var _n=Z((oc,Dr)=>{\"use strict\";var vr={};Dr.exports=function(e){vr[e]||(vr[e]=!0,typeof console<\"u\"&&console.warn&&console.warn(e))}});var Pn=Z((ac,Br)=>{\"use strict\";var Js=He(),Qs=Pt(),Ys=Dn(),Zs=$t(),Lr=Kt(),Xs=et(),ea=mt(),{isClean:Be,my:ta}=Bt(),sc=_n(),na={atrule:\"AtRule\",comment:\"Comment\",decl:\"Declaration\",document:\"Document\",root:\"Root\",rule:\"Rule\"},ia={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},ra={Once:!0,postcssPlugin:!0,prepare:!0},nt=0;function Mt(t){return typeof t==\"object\"&&typeof t.then==\"function\"}function _r(t){let e=!1,n=na[t.type];return t.type===\"decl\"?e=t.prop.toLowerCase():t.type===\"atrule\"&&(e=t.name.toLowerCase()),e&&t.append?[n,n+\"-\"+e,nt,n+\"Exit\",n+\"Exit-\"+e]:e?[n,n+\"-\"+e,n+\"Exit\",n+\"Exit-\"+e]:t.append?[n,nt,n+\"Exit\"]:[n,n+\"Exit\"]}function Rr(t){let e;return t.type===\"document\"?e=[\"Document\",nt,\"DocumentExit\"]:t.type===\"root\"?e=[\"Root\",nt,\"RootExit\"]:e=_r(t),{eventIndex:0,events:e,iterator:0,node:t,visitorIndex:0,visitors:[]}}function Bn(t){return t[Be]=!1,t.nodes&&t.nodes.forEach(e=>Bn(e)),t}var On={},Ue=class t{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return\"LazyResult\"}constructor(e,n,i){this.stringified=!1,this.processed=!1;let r;if(typeof n==\"object\"&&n!==null&&(n.type===\"root\"||n.type===\"document\"))r=Bn(n);else if(n instanceof t||n instanceof Lr)r=Bn(n.root),n.map&&(typeof i.map>\"u\"&&(i.map={}),i.map.inline||(i.map.inline=!1),i.map.prev=n.map);else{let o=Zs;i.syntax&&(o=i.syntax.parse),i.parser&&(o=i.parser),o.parse&&(o=o.parse);try{r=o(n,i)}catch(s){this.processed=!0,this.error=s}r&&!r[ta]&&Js.rebuild(r)}this.result=new Lr(e,r,i),this.helpers={...On,postcss:On,result:this.result},this.plugins=this.processor.plugins.map(o=>typeof o==\"object\"&&o.prepare?{...o,...o.prepare(this.result)}:o)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}getAsyncError(){throw new Error(\"Use process(css).then(cb) to work with async plugins\")}handleError(e,n){let i=this.result.lastPlugin;try{n&&n.addToError(e),this.error=e,e.name===\"CssSyntaxError\"&&!e.plugin?(e.plugin=i.postcssPlugin,e.setMessage()):i.postcssVersion}catch(r){console&&console.error&&console.error(r)}return e}prepareVisitors(){this.listeners={};let e=(n,i,r)=>{this.listeners[i]||(this.listeners[i]=[]),this.listeners[i].push([n,r])};for(let n of this.plugins)if(typeof n==\"object\")for(let i in n){if(!ia[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${n.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!ra[i])if(typeof n[i]==\"object\")for(let r in n[i])r===\"*\"?e(n,i,n[i][r]):e(n,i+\"-\"+r.toLowerCase(),n[i][r]);else typeof n[i]==\"function\"&&e(n,i,n[i])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let e=0;e<this.plugins.length;e++){let n=this.plugins[e],i=this.runOnRoot(n);if(Mt(i))try{await i}catch(r){throw this.handleError(r)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Be];){e[Be]=!0;let n=[Rr(e)];for(;n.length>0;){let i=this.visitTick(n);if(Mt(i))try{await i}catch(r){let o=n[n.length-1].node;throw this.handleError(r,o)}}}if(this.listeners.OnceExit)for(let[n,i]of this.listeners.OnceExit){this.result.lastPlugin=n;try{if(e.type===\"document\"){let r=e.nodes.map(o=>i(o,this.helpers));await Promise.all(r)}else await i(e,this.helpers)}catch(r){throw this.handleError(r)}}}return this.processed=!0,this.stringify()}runOnRoot(e){this.result.lastPlugin=e;try{if(typeof e==\"object\"&&e.Once){if(this.result.root.type===\"document\"){let n=this.result.root.nodes.map(i=>e.Once(i,this.helpers));return Mt(n[0])?Promise.all(n):n}return e.Once(this.result.root,this.helpers)}else if(typeof e==\"function\")return e(this.result.root,this.result)}catch(n){throw this.handleError(n)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let e=this.result.opts,n=ea;e.syntax&&(n=e.syntax.stringify),e.stringifier&&(n=e.stringifier),n.stringify&&(n=n.stringify);let r=new Ys(n,this.result.root,this.result.opts).generate();return this.result.css=r[0],this.result.map=r[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let e of this.plugins){let n=this.runOnRoot(e);if(Mt(n))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Be];)e[Be]=!0,this.walkSync(e);if(this.listeners.OnceExit)if(e.type===\"document\")for(let n of e.nodes)this.visitSync(this.listeners.OnceExit,n);else this.visitSync(this.listeners.OnceExit,e)}return this.result}then(e,n){return this.async().then(e,n)}toString(){return this.css}visitSync(e,n){for(let[i,r]of e){this.result.lastPlugin=i;let o;try{o=r(n,this.helpers)}catch(s){throw this.handleError(s,n.proxyOf)}if(n.type!==\"root\"&&n.type!==\"document\"&&!n.parent)return!0;if(Mt(o))throw this.getAsyncError()}}visitTick(e){let n=e[e.length-1],{node:i,visitors:r}=n;if(i.type!==\"root\"&&i.type!==\"document\"&&!i.parent){e.pop();return}if(r.length>0&&n.visitorIndex<r.length){let[s,c]=r[n.visitorIndex];n.visitorIndex+=1,n.visitorIndex===r.length&&(n.visitors=[],n.visitorIndex=0),this.result.lastPlugin=s;try{return c(i.toProxy(),this.helpers)}catch(u){throw this.handleError(u,i)}}if(n.iterator!==0){let s=n.iterator,c;for(;c=i.nodes[i.indexes[s]];)if(i.indexes[s]+=1,!c[Be]){c[Be]=!0,e.push(Rr(c));return}n.iterator=0,delete i.indexes[s]}let o=n.events;for(;n.eventIndex<o.length;){let s=o[n.eventIndex];if(n.eventIndex+=1,s===nt){i.nodes&&i.nodes.length&&(i[Be]=!0,n.iterator=i.getIterator());return}else if(this.listeners[s]){n.visitors=this.listeners[s];return}}e.pop()}walkSync(e){e[Be]=!0;let n=_r(e);for(let i of n)if(i===nt)e.nodes&&e.each(r=>{r[Be]||this.walkSync(r)});else{let r=this.listeners[i];if(r&&this.visitSync(r,e.toProxy()))return}}warnings(){return this.sync().warnings()}};Ue.registerPostcss=t=>{On=t};Br.exports=Ue;Ue.default=Ue;Xs.registerLazyResult(Ue);Qs.registerLazyResult(Ue)});var Pr=Z((uc,Or)=>{\"use strict\";var oa=Dn(),sa=$t(),aa=Kt(),la=mt(),lc=_n(),kt=class{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let e,n=sa;try{e=n(this._css,this._opts)}catch(i){this.error=i}if(this.error)throw this.error;return this._root=e,e}get[Symbol.toStringTag](){return\"NoWorkResult\"}constructor(e,n,i){n=n.toString(),this.stringified=!1,this._processor=e,this._css=n,this._opts=i,this._map=void 0;let r=la;this.result=new aa(this._processor,void 0,this._opts),this.result.css=n;let o=this;Object.defineProperty(this.result,\"root\",{get(){return o.root}});let s=new oa(r,void 0,this._opts,n);if(s.isMap()){let[c,u]=s.generate();c&&(this.result.css=c),u&&(this.result.map=u)}else s.clearAnnotation(),this.result.css=s.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(e){return this.async().catch(e)}finally(e){return this.async().then(e,e)}sync(){if(this.error)throw this.error;return this.result}then(e,n){return this.async().then(e,n)}toString(){return this._css}warnings(){return[]}};Or.exports=kt;kt.default=kt});var Wr=Z((cc,Ir)=>{\"use strict\";var ua=Pt(),ca=Pn(),da=Pr(),fa=et(),Je=class{constructor(e=[]){this.version=\"8.5.8\",this.plugins=this.normalize(e)}normalize(e){let n=[];for(let i of e)if(i.postcss===!0?i=i():i.postcss&&(i=i.postcss),typeof i==\"object\"&&Array.isArray(i.plugins))n=n.concat(i.plugins);else if(typeof i==\"object\"&&i.postcssPlugin)n.push(i);else if(typeof i==\"function\")n.push(i);else if(!(typeof i==\"object\"&&(i.parse||i.stringify)))throw new Error(i+\" is not a PostCSS plugin\");return n}process(e,n={}){return!this.plugins.length&&!n.parser&&!n.stringifier&&!n.syntax?new da(this,e,n):new ca(this,e,n)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}};Ir.exports=Je;Je.default=Je;fa.registerProcessor(Je);ua.registerProcessor(Je)});var $r=Z((dc,Vr)=>{\"use strict\";var Hr=Ot(),qr=yt(),ma=He(),pa=_t(),Ur=bt(),zr=Pt(),ha=mr(),xa=Et(),ga=Pn(),ya=Tn(),Sa=xt(),ba=$t(),In=Wr(),Aa=Kt(),jr=et(),Gr=qt(),Ea=mt(),Fa=Rn();function ie(...t){return t.length===1&&Array.isArray(t[0])&&(t=t[0]),new In(t)}ie.plugin=function(e,n){let i=!1;function r(...s){console&&console.warn&&!i&&(i=!0,console.warn(e+`: postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration`),process.env.LANG&&process.env.LANG.startsWith(\"cn\")&&console.warn(e+`: \\u91CC\\u9762 postcss.plugin \\u88AB\\u5F03\\u7528. \\u8FC1\\u79FB\\u6307\\u5357:\nhttps://www.w3ctech.com/topic/2226`));let c=n(...s);return c.postcssPlugin=e,c.postcssVersion=new In().version,c}let o;return Object.defineProperty(r,\"postcss\",{get(){return o||(o=r()),o}}),r.process=function(s,c,u){return ie([r(u)]).process(s,c)},r};ie.stringify=Ea;ie.parse=ba;ie.fromJSON=ha;ie.list=ya;ie.comment=t=>new qr(t);ie.atRule=t=>new Hr(t);ie.decl=t=>new Ur(t);ie.rule=t=>new Gr(t);ie.root=t=>new jr(t);ie.document=t=>new zr(t);ie.CssSyntaxError=pa;ie.Declaration=Ur;ie.Container=ma;ie.Processor=In;ie.Document=zr;ie.Comment=qr;ie.Warning=Fa;ie.AtRule=Hr;ie.Result=Aa;ie.Input=xa;ie.Rule=Gr;ie.Root=jr;ie.Node=Sa;ga.registerPostcss(ie);Vr.exports=ie;ie.default=ie});function D(t,e){if(typeof window>\"u\")return;let n=window,i=n.__hf?.onSwallowed;if(i)try{i({label:t,error:e})}catch(r){}(n.__hfDebug||n.__HYPERFRAMES_DEBUG)&&console.debug(`[hyperframes] ${t} swallowed:`,e)}function be(t){try{window.parent.postMessage(t,\"*\")}catch(e){D(\"bridge.postMessage\",e)}}function ii(t){let e=n=>{let i=n.data;if(!i||i.source!==\"hf-parent\"||i.type!==\"control\")return;let r=i.action;if(r===\"play\"){t.onPlay();return}if(r===\"pause\"){t.onPause();return}if(r===\"seek\"){t.onSeek(Number(i.frame??0),i.seekMode??\"commit\");return}if(r===\"set-muted\"){t.onSetMuted(!!i.muted);return}if(r===\"set-volume\"){t.onSetVolume(Math.max(0,Math.min(1,Number(i.volume??1))));return}if(r===\"set-media-output-muted\"){t.onSetMediaOutputMuted(!!i.muted);return}if(r===\"set-playback-rate\"){t.onSetPlaybackRate(Number(i.playbackRate??1));return}if(r===\"enable-pick-mode\"){t.onEnablePickMode();return}if(r===\"disable-pick-mode\"){t.onDisablePickMode();return}if(r===\"flash-elements\"){let o=i.selectors,s=i.duration||800;o&&Wo(o,s)}};return window.addEventListener(\"message\",e),e}function Wo(t,e){if(!document.getElementById(\"__hf-flash-styles\")){let n=document.createElement(\"style\");n.id=\"__hf-flash-styles\",n.textContent=`\n .__hf-flash {\n outline: 2px solid rgba(59, 130, 246, 0.6) !important;\n outline-offset: 2px !important;\n animation: __hf-flash-pulse ${e}ms ease-out forwards !important;\n }\n @keyframes __hf-flash-pulse {\n 0% { outline-color: rgba(59, 130, 246, 0.8); }\n 100% { outline-color: transparent; }\n }\n `,document.head.appendChild(n)}for(let n of t)try{document.querySelectorAll(n).forEach(r=>{r.classList.add(\"__hf-flash\"),setTimeout(()=>r.classList.remove(\"__hf-flash\"),e)})}catch(i){D(\"bridge.flashElements.querySelector\",i)}}var un=null;function ri(t){un=t}function at(t,e){if(un)try{un({source:\"hf-preview\",type:\"analytics\",event:t,properties:e??{}})}catch(n){D(\"runtime.analytics.site1\",n)}}function oi(t){let e=[],n=c=>{if(typeof c.getAnimations!=\"function\")return[];try{return c.getAnimations()}catch{return[]}},i=(c,u)=>{for(let l of c){try{l.currentTime=u}catch(a){D(\"runtime.adapters.css.site1\",a)}try{l.pause()}catch(a){D(\"runtime.adapters.css.site2\",a)}}},r=c=>{for(let u of c)try{u.play()}catch(l){D(\"runtime.adapters.css.site3\",l)}},o=c=>{for(let u of c)try{u.pause()}catch(l){D(\"runtime.adapters.css.site4\",l)}},s=c=>{c.baseDelay?c.el.style.animationDelay=c.baseDelay:c.el.style.removeProperty(\"animation-delay\"),c.basePlayState?c.el.style.animationPlayState=c.basePlayState:c.el.style.removeProperty(\"animation-play-state\")};return{name:\"css\",discover:()=>{e=[];let c=document.querySelectorAll(\"*\");for(let u of c){if(!(u instanceof HTMLElement))continue;let l=window.getComputedStyle(u);!l.animationName||l.animationName===\"none\"||e.push({el:u,baseDelay:u.style.animationDelay||\"\",basePlayState:u.style.animationPlayState||\"\"})}},seek:c=>{let u=Number(c.time)||0;for(let l of e){if(!l.el.isConnected)continue;let a=t?.resolveStartSeconds?t.resolveStartSeconds(l.el):Number.parseFloat(l.el.getAttribute(\"data-start\")??\"0\")||0,f=Math.max(0,u-a)*1e3,p=n(l.el);if(p.length>0){i(p,f);continue}l.el.style.animationPlayState=\"paused\",l.el.style.animationDelay=`-${(f/1e3).toFixed(3)}s`}},pause:()=>{for(let c of e){if(!c.el.isConnected)continue;let u=n(c.el);u.length>0&&o(u),s(c)}},play:()=>{for(let c of e)c.el.isConnected&&(s(c),r(n(c.el)))},revert:()=>{e=[]}}}function si(t){return{name:\"gsap\",discover:()=>{},seek:e=>{let n=t.getTimeline();if(!n)return;n.pause();let i=Math.max(0,Number(e.time)||0);typeof n.totalTime==\"function\"?n.totalTime(i,!1):n.seek(i,!1)},pause:()=>{let e=t.getTimeline();e&&e.pause()}}}function ai(){return{name:\"animejs\",discover:()=>{try{let t=window.anime;if(!t||typeof t.running>\"u\")return;let e=t.running;if(!Array.isArray(e)||e.length===0)return;let n=window.__hfAnime??[],i=new Set(n);for(let r of e)i.has(r)||n.push(r);window.__hfAnime=n}catch(t){D(\"runtime.adapters.animejs.site1\",t)}},seek:t=>{let e=Math.max(0,(Number(t.time)||0)*1e3),n=window.__hfAnime;if(!(!n||n.length===0))for(let i of n)try{typeof i.seek==\"function\"&&i.seek(e)}catch(r){D(\"runtime.adapters.animejs.site2\",r)}},pause:()=>{let t=window.__hfAnime;if(!(!t||t.length===0))for(let e of t)try{typeof e.pause==\"function\"&&e.pause()}catch(n){D(\"runtime.adapters.animejs.site3\",n)}},play:()=>{let t=window.__hfAnime;if(!(!t||t.length===0))for(let e of t)try{typeof e.play==\"function\"&&e.play()}catch(n){D(\"runtime.adapters.animejs.site4\",n)}},revert:()=>{}}}function ci(){return{name:\"lottie\",discover:()=>{try{let t=window.lottie;if(t&&typeof t.getRegisteredAnimations==\"function\"){let e=t.getRegisteredAnimations();if(Array.isArray(e)&&e.length>0){let n=window.__hfLottie??[],i=new Set(n);for(let r of e)i.has(r)||n.push(r);window.__hfLottie=n}}}catch(t){D(\"runtime.adapters.lottie.site1\",t)}},seek:t=>{let e=Math.max(0,Number(t.time)||0),n=window.__hfLottie;if(!(!n||n.length===0))for(let i of n)try{if(li(i))i.goToAndStop(e*1e3,!1);else if(ui(i)){if(typeof i.setCurrentRawFrameValue==\"function\"){let r=i.totalFrames??0,o=i.frameRate??30,s=e*o;r>0&&i.setCurrentRawFrameValue(Math.min(s,r-1))}else if(typeof i.seek==\"function\"){let r=i.duration??1,o=Math.min(100,e/r*100);i.seek(o)}}}catch(r){D(\"runtime.adapters.lottie.site2\",r)}},pause:()=>{let t=window.__hfLottie;if(!(!t||t.length===0))for(let e of t)try{(li(e)||ui(e))&&e.pause()}catch(n){D(\"runtime.adapters.lottie.site3\",n)}},revert:()=>{}}}function li(t){return typeof t==\"object\"&&t!==null&&typeof t.goToAndStop==\"function\"}function ui(t){return typeof t==\"object\"&&t!==null&&typeof t.pause==\"function\"&&(\"totalFrames\"in t||\"duration\"in t)}function di(){let t=null,e=0;return{name:\"three\",discover:()=>{},seek:n=>{t=Math.max(0,Number(n.time)||0),e=t,window.__hfThreeTime=t;try{window.dispatchEvent(new CustomEvent(\"hf-seek\",{detail:{time:t}}))}catch(i){D(\"runtime.adapters.three.site1\",i)}},pause:()=>{t==null&&(t=Math.max(0,e))},play:()=>{t=null},revert:()=>{t=null,e=0}}}function fi(){return{name:\"waapi\",discover:()=>{},seek:t=>{if(!document.getAnimations)return;let e=Math.max(0,(Number(t.time)||0)*1e3);for(let n of document.getAnimations()){try{n.currentTime=e}catch(i){D(\"runtime.adapters.waapi.site1\",i)}try{n.pause()}catch(i){D(\"runtime.adapters.waapi.site2\",i)}}},pause:()=>{if(document.getAnimations)for(let t of document.getAnimations())try{t.pause()}catch(e){D(\"runtime.adapters.waapi.site3\",e)}}}}function mi(t){let e=Array.from(document.querySelectorAll(\"video, audio\")),n=t?.shouldIncludeElement?e.filter(s=>t.shouldIncludeElement?.(s)):e.filter(s=>s.hasAttribute(\"data-start\")),i=[],r=[],o=0;for(let s of n){let c=t?.resolveStartSeconds?t.resolveStartSeconds(s):Number.parseFloat(s.dataset.start??\"0\");if(!Number.isFinite(c))continue;let u=Number.parseFloat(s.dataset.playbackStart??s.dataset.mediaStart??\"0\")||0,l=s.defaultPlaybackRate,a=Number.isFinite(l)&&l>0?Math.max(.1,Math.min(5,l)):1,f=s.loop,p=Number.isFinite(s.duration)&&s.duration>0?s.duration:null,g=t?.resolveDurationSeconds?.(s)??Number.parseFloat(s.dataset.duration??\"\");(!Number.isFinite(g)||g<=0)&&p!=null&&(g=Math.max(0,(p-u)/a));let C=Number.isFinite(g)&&g>0?c+g:Number.POSITIVE_INFINITY,w=Number.parseFloat(s.dataset.volume??\"\"),S={el:s,start:c,mediaStart:u,duration:Number.isFinite(g)&&g>0?g:Number.POSITIVE_INFINITY,end:C,volume:Number.isFinite(w)?w:null,playbackRate:a,loop:f,sourceDuration:p};i.push(S),s.tagName===\"VIDEO\"&&r.push(S),Number.isFinite(C)&&(o=Math.max(o,C))}return{timedMediaEls:n,mediaClips:i,videoClips:r,maxMediaEnd:o}}var cn=new WeakMap,lt=new WeakMap,dn=new WeakSet,Qe=new WeakSet;function Ho(t){if(Qe.has(t))return;Qe.add(t);let e=()=>Qe.delete(t);t.addEventListener(\"playing\",e,{once:!0}),t.addEventListener(\"pause\",e,{once:!0}),t.addEventListener(\"error\",e,{once:!0})}function pi(t){let e=!!(t.outputMuted||t.userMuted);for(let n of t.clips){let{el:i}=n;if(!i.isConnected)continue;let r=(t.timeSeconds-n.start)*n.playbackRate+n.mediaStart;if(t.timeSeconds>=n.start&&t.timeSeconds<n.end&&r>=0){if(n.loop&&n.sourceDuration!=null&&n.sourceDuration>0){let N=n.sourceDuration-n.mediaStart;N>0&&r>=n.sourceDuration&&(r=n.mediaStart+(r-n.mediaStart)%N)}let s=t.userVolume??1;i.volume=(n.volume??1)*s,e&&(i.muted=!0),i.preload!==\"auto\"&&(i.preload=\"auto\");try{i.playbackRate=n.playbackRate*t.playbackRate}catch(N){D(\"runtime.media.site1\",N)}let c=.04,u=2,l=i.currentTime||0,a=Math.abs(l-r),f=r-l,p=cn.get(i);cn.set(i,f);let g=p===void 0,C=!g&&Math.abs(f-p)>.5,w=a>3,S=a>.5&&(g||C||w),U=p!==void 0&&Math.abs(f-p)<.004,R=!1;if(!S&&!g&&U&&a>c){let N=(lt.get(i)??0)+1;lt.set(i,N),N>=u&&(R=!0,lt.set(i,0))}else a<=c&&lt.set(i,0);if(S||R||t.forceSync&&a>.02){try{i.currentTime=r}catch(N){D(\"runtime.media.site2\",N)}if(Math.abs(i.currentTime-r)>.5&&!dn.has(i)){dn.add(i),i.load();try{i.currentTime=r}catch(N){D(\"runtime.media.site3\",N)}}Qe.delete(i)}t.playing&&i.paused&&!Qe.has(i)?(Ho(i),i.play().catch(N=>{Qe.delete(i),(N&&typeof N==\"object\"&&\"name\"in N?String(N.name??\"\"):\"\")===\"NotAllowedError\"&&t.onAutoplayBlocked?.()})):!t.playing&&!i.paused&&i.pause();continue}cn.delete(i),lt.delete(i),dn.delete(i),i.paused||i.pause()}}var qo=[\"[data-hyperframes-ignore]\",\"[data-hyperframes-picker-ignore]\",\"[data-hf-ignore]\",\"[data-no-inspect]\",\"[data-no-pick]\",\"[data-hyper-shader-loading]\"].join(\",\"),Uo=[\"[data-hyperframes-picker-block]\",\"[data-hyper-shader-loading]\"].join(\",\");function hi(t){let e=!1,n=null,i=null,r=null,o=null;function s(h,y){try{window.dispatchEvent(new CustomEvent(h,{detail:y}))}catch(E){D(\"runtime.picker.site1\",E)}}function c(h){r=h,s(\"hyperframe:picker:hovered\",{elementInfo:r,isPickMode:e,timestamp:Date.now()})}function u(h){o=h,s(\"hyperframe:picker:selected\",{elementInfo:o,isPickMode:e,timestamp:Date.now()})}function l(h){if(!h||h===document.body||h===document.documentElement)return!1;let y=h.tagName.toLowerCase();return!(y===\"script\"||y===\"style\"||y===\"link\"||y===\"meta\"||h.classList.contains(\"__hf-pick-highlight\")||h.closest(qo))}function a(h){return!!h?.closest(Uo)}function f(h){let y=h;if(y.id)return`#${y.id}`;let E=h.getAttribute(\"data-composition-id\");if(E)return`[data-composition-id=\"${E}\"]`;let M=h.getAttribute(\"data-composition-src\");if(M)return`[data-composition-src=\"${M}\"]`;let F=h.getAttribute(\"data-track-index\");if(F)return`[data-track-index=\"${F}\"]`;let T=h.tagName.toLowerCase(),W=h.parentElement;if(!W)return T;let L=W.querySelectorAll(`:scope > ${T}`);if(L.length===1)return T;for(let K=0;K<L.length;K+=1)if(L[K]===h)return`${T}:nth-of-type(${K+1})`;return T}function p(h){let y=h.tagName.toLowerCase(),E=(h.textContent??\"\").trim().replace(/\\s+/g,\" \"),M=(F,T)=>F.length>T?`${F.slice(0,T-1)}\\u2026`:F;return y===\"h1\"||y===\"h2\"||y===\"h3\"?\"Heading\":y===\"p\"||y===\"span\"||y===\"div\"?E.length>0?M(E,56):\"Text\":y===\"img\"?\"Image\":y===\"video\"?\"Video\":y===\"audio\"?\"Audio\":y===\"svg\"?\"Shape\":h.getAttribute(\"data-composition-src\")?\"Composition\":y===\"section\"?\"Section\":`${y.charAt(0).toUpperCase()}${y.slice(1)}`}function g(h,y,E){let M=typeof E==\"number\"&&E>0?E:8,F=[];if(document.elementsFromPoint)F=document.elementsFromPoint(h,y);else if(document.elementFromPoint){let L=document.elementFromPoint(h,y);F=L?[L]:[]}if(a(F[0]??null))return[];let T={},W=[];for(let L=0;L<F.length;L+=1){let K=F[L];if(!l(K))continue;let B=`${K.tagName}::${K.id||\"\"}::${L}`;if(!T[B]&&(T[B]=!0,W.push(K),W.length>=M))break}return W}function C(h){let y=h.getBoundingClientRect(),E={};for(let F=0;F<h.attributes.length;F+=1){let T=h.attributes[F];T.name.startsWith(\"data-\")&&(E[T.name]=T.value)}return{id:h.id||null,tagName:h.tagName.toLowerCase(),selector:f(h),label:p(h),boundingBox:{x:y.left,y:y.top,width:y.width,height:y.height},textContent:h.textContent?h.textContent.trim().slice(0,200):null,src:h.getAttribute(\"src\")||h.getAttribute(\"data-composition-src\")||null,dataAttributes:E}}function w(h,y,E){return g(h,y,E).map(C)}function S(h){if(!e)return;let E=g(h.clientX,h.clientY,1)[0]??(h.target instanceof Element?h.target:null);if(!l(E)||n===E)return;n&&n.classList.remove(\"__hf-pick-highlight\"),n=E,E.classList.add(\"__hf-pick-highlight\");let M=C(E);c(M),t.postMessage({source:\"hf-preview\",type:\"element-hovered\",elementInfo:M})}function U(h){if(!e)return;h.preventDefault(),h.stopPropagation(),h.stopImmediatePropagation();let y=w(h.clientX,h.clientY,8);y.length!==0&&(c(y[0]??null),t.postMessage({source:\"hf-preview\",type:\"element-pick-candidates\",candidates:y,selectedIndex:0,point:{x:h.clientX,y:h.clientY}}))}function R(h){h.key===\"Escape\"&&(Y(),t.postMessage({source:\"hf-preview\",type:\"pick-mode-cancelled\"}))}function N(){e||(e=!0,i=document.createElement(\"style\"),i.textContent=[\".__hf-pick-highlight { outline: 2px solid #4f8cf7 !important; outline-offset: 2px; cursor: crosshair !important; }\",\".__hf-pick-active * { cursor: crosshair !important; }\"].join(`\n`),document.head.appendChild(i),document.body.classList.add(\"__hf-pick-active\"),document.addEventListener(\"mousemove\",S,!0),document.addEventListener(\"click\",U,!0),document.addEventListener(\"keydown\",R,!0),s(\"hyperframe:picker:mode\",{isPickMode:!0,timestamp:Date.now()}))}function Y(){e&&(e=!1,n&&(n.classList.remove(\"__hf-pick-highlight\"),n=null),i&&(i.remove(),i=null),document.body.classList.remove(\"__hf-pick-active\"),document.removeEventListener(\"mousemove\",S,!0),document.removeEventListener(\"click\",U,!0),document.removeEventListener(\"keydown\",R,!0),s(\"hyperframe:picker:mode\",{isPickMode:!1,timestamp:Date.now()}))}function $(){window.__HF_PICKER_API={enable:N,disable:Y,isActive:()=>e,getHovered:()=>r,getSelected:()=>o,getCandidatesAtPoint:(h,y,E)=>Number.isFinite(h)&&Number.isFinite(y)?w(h,y,E):[],pickAtPoint:(h,y,E)=>{if(!Number.isFinite(h)||!Number.isFinite(y))return null;let M=w(h,y,8);if(!M.length)return null;let F=Math.max(0,Math.min(M.length-1,Number(E??0))),T=M[F]??null;return T?(u(T),t.postMessage({source:\"hf-preview\",type:\"element-picked\",elementInfo:T}),Y(),T):null},pickManyAtPoint:(h,y,E)=>{if(!Number.isFinite(h)||!Number.isFinite(y))return[];let M=w(h,y,8);if(!M.length)return[];let F=[],T=Array.isArray(E)?E:[0];for(let W of T){let L=Math.max(0,Math.min(M.length-1,Math.floor(Number(W)))),K=M[L];if(!K)continue;F.some(ue=>ue.selector===K.selector&&ue.tagName===K.tagName)||F.push(K)}return F.length?(u(F[0]??null),t.postMessage({source:\"hf-preview\",type:\"element-picked-many\",elementInfos:F}),Y(),F):[]}},s(\"hyperframe:picker:api-ready\",{hasApi:!0,timestamp:Date.now()})}return{enablePickMode:N,disablePickMode:Y,installPickerApi:$}}function Ye(t,e){let n=Number.isFinite(e)&&e>0?e:30,i=Number.isFinite(t)&&t>0?t:0;return Math.floor(i*n+1e-9)/n}function Rt(t,e,n){if(t){for(let i of Object.values(t))if(!(!i||i===e))try{n(i)}catch(r){D(\"runtime.player.site1\",r)}}}function xi(t,e,n){let i=Ye(e,n);return t.pause(),typeof t.totalTime==\"function\"?t.totalTime(i,!1):t.seek(i,!1),i}function zo(t,e,n,i){let r=[];Rt(t,e,o=>{o.play(),r.push(o)});try{return xi(e,n,i)}finally{for(let o of r)try{o.pause()}catch(s){D(\"runtime.player.site2\",s)}}}function jo(t,e){Rt(t,e,n=>{n.play()})}function gi(t){return{_timeline:null,play:()=>{let e=t.getTimeline();if(!e||t.getIsPlaying())return;let n=Math.max(0,Number(t.getSafeDuration?.()??e.duration()??0)||0);n>0&&Math.max(0,Number(e.time())||0)>=n&&(e.pause(),e.seek(0,!1),t.onDeterministicSeek(0),t.setIsPlaying(!1),t.onSyncMedia(0,!1),t.onRenderFrameSeek(0)),typeof e.timeScale==\"function\"&&e.timeScale(t.getPlaybackRate()),e.play(),Rt(t.getTimelineRegistry?.(),e,i=>{typeof i.timeScale==\"function\"&&i.timeScale(t.getPlaybackRate()),i.play()}),t.onDeterministicPlay(),t.setIsPlaying(!0),t.onShowNativeVideos(),t.onStatePost(!0)},pause:()=>{let e=t.getTimeline();if(!e)return;e.pause(),Rt(t.getTimelineRegistry?.(),e,i=>{i.pause()});let n=Math.max(0,Number(e.time())||0);t.onDeterministicSeek(n),t.onDeterministicPause(),t.setIsPlaying(!1),t.onSyncMedia(n,!1),t.onRenderFrameSeek(n),t.onStatePost(!0)},seek:e=>{let n=t.getTimeline();if(!n)return;let i=Math.max(0,Number(e)||0),r=zo(t.getTimelineRegistry?.(),n,i,t.getCanonicalFps());t.onDeterministicSeek(r),t.setIsPlaying(!1),t.onSyncMedia(r,!1),t.onRenderFrameSeek(r),t.onStatePost(!0)},renderSeek:e=>{let n=t.getTimeline(),i=t.getCanonicalFps(),r=n?(jo(t.getTimelineRegistry?.(),n),xi(n,e,i)):Ye(Math.max(0,Number(e)||0),i);t.onDeterministicSeek(r),t.setIsPlaying(!1),t.onSyncMedia(r,!1),t.onRenderFrameSeek(r),t.onStatePost(!0)},getTime:()=>Number(t.getTimeline()?.time()??0),getDuration:()=>Number(t.getTimeline()?.duration()??0),isPlaying:()=>t.getIsPlaying(),setPlaybackRate:e=>t.setPlaybackRate(e),getPlaybackRate:()=>t.getPlaybackRate()}}function yi(){return{capturedTimeline:null,isPlaying:!1,rafId:null,currentTime:0,deterministicAdapters:[],parityModeEnabled:!0,canonicalFps:30,bridgeMuted:!1,bridgeVolume:1,mediaOutputMuted:!1,mediaAutoplayBlockedPosted:!1,mediaForceSyncNextTick:!1,playbackRate:1,bridgeLastPostedFrame:-1,bridgeLastPostedAt:0,bridgeLastPostedPlaying:!1,bridgeLastPostedMuted:!1,bridgeMaxPostIntervalMs:80,controlBridgeHandler:null,clampDurationLoggedRaw:null,beforeUnloadHandler:null,domReadyHandler:null,injectedCompStyles:[],injectedCompScripts:[],cachedTimedMediaEls:[],cachedMediaClips:[],cachedVideoClips:[],cachedMediaTimelineDurationSeconds:0,tornDown:!1,maxTimelineDurationSeconds:1800,nativeVisualWatchdogTick:0,transportClock:null,transportRafId:null}}var Go=\"data-hf-authored-duration\",Vo=\"data-hf-authored-end\";function Ve(t){if(t==null||t===\"\")return null;let e=Number(t);return Number.isFinite(e)?e:null}function $o(t){return Ve(t.getAttribute(\"data-duration\"))}function Ko(t){return Ve(t.getAttribute(\"data-end\"))}function Jo(t){return Ve(t.getAttribute(Go))}function Qo(t){return Ve(t.getAttribute(Vo))}function Yo(t){let e=(t??\"\").trim();if(!e)return null;let n=Ve(e);if(n!=null)return{kind:\"absolute\",value:n};let i=e.match(/^([A-Za-z0-9_.:-]+)(?:\\s*([+-])\\s*([0-9]*\\.?[0-9]+))?$/);if(!i)return null;let r=(i[1]??\"\").trim();if(!r)return null;let o=i[2]??\"+\",s=i[3]??\"0\",c=Number.parseFloat(s),u=Number.isFinite(c)?Math.max(0,c):0,l=o===\"-\"?-u:u;return{kind:\"reference\",refId:r,offset:l}}function $e(t){let e=t.timelineRegistry??{},n=t.includeAuthoredTimingAttrs??!1,i=new WeakMap,r=new WeakMap,o=new Set,s=a=>{let f=document.getElementById(a);return f||(document.querySelector(`[data-composition-id=\"${CSS.escape(a)}\"]`)??null)},c=a=>{let f=r.get(a);if(f!==void 0)return f;let p=null,g=$o(a)??(n?Jo(a):null);if(g!=null&&g>0&&(p=g),p==null||p<=0){let C=Ko(a)??(n?Qo(a):null);if(C!=null){let w=l(a,0),S=C-w;Number.isFinite(S)&&S>0&&(p=S)}}if((p==null||p<=0)&&a instanceof HTMLMediaElement){let C=Ve(a.getAttribute(\"data-playback-start\"))??Ve(a.getAttribute(\"data-media-start\"))??0;Number.isFinite(a.duration)&&a.duration>C&&(p=a.duration-C)}if(p==null||p<=0){let C=a.getAttribute(\"data-composition-id\");if(C){let w=e[C]??null;if(w&&typeof w.duration==\"function\")try{let S=Number(w.duration());Number.isFinite(S)&&S>0&&(p=S)}catch(S){D(\"runtime.startResolver.site1\",S)}}}return p!=null&&Number.isFinite(p)&&p>0?(r.set(a,p),p):(r.set(a,null),null)},u=(a,f)=>{if(a.hasAttribute(\"data-composition-id\")){let g=a.parentElement?.closest(\"[data-composition-id]\");return g?l(g,f):0}let p=a.closest(\"[data-composition-id]\");return p?l(p,f):0},l=(a,f)=>{let p=i.get(a);if(p!==void 0)return p??f;if(o.has(a))return f;o.add(a);try{let g=Yo(a.getAttribute(\"data-start\"));if(!g){if(a.hasAttribute(\"data-composition-id\")){let R=a.parentElement;if(R&&(R.hasAttribute(\"data-composition-src\")||R.hasAttribute(\"data-composition-id\"))){let N=l(R,f);return i.set(a,N),N}}return i.set(a,f),f}if(g.kind===\"absolute\"){let R=Math.max(0,g.value),N=Math.max(0,u(a,f)+R);return i.set(a,N),N}let C=s(g.refId);if(!C)return i.set(a,f),f;let w=l(C,0),S=c(C);if(S==null||S<=0){let R=Math.max(0,w+g.offset);return i.set(a,R),R}let U=Math.max(0,w+S+g.offset);return i.set(a,U),U}finally{o.delete(a)}};return{resolveStartForElement:(a,f=0)=>l(a,Math.max(0,f)),resolveDurationForElement:a=>c(a)}}var Zo=\"data-hf-authored-duration\",Xo=\"data-hf-authored-end\";function Ae(t){if(t==null||t===\"\")return null;let e=Number(t);return Number.isFinite(e)?e:null}function fn(t){return Ae(t.getAttribute(\"data-duration\"))??Ae(t.getAttribute(Zo))}function Si(t){return Ae(t.getAttribute(\"data-end\"))??Ae(t.getAttribute(Xo))}function mn(...t){let e=t.filter(n=>Number.isFinite(n??null));return e.length===0?null:Math.max(...e)}var bi={composition:0,video:1,image:2,element:3,audio:4};function es(t){if(t.length===0)return;let e=new Map;for(let s of t){let c=e.get(s.track)??new Set;c.add(s.kind),e.set(s.track,c)}if(!Array.from(e.values()).some(s=>s.size>1))return;let i=0,r=new Map,o=[...e.keys()].sort((s,c)=>s-c);for(let s of o){let c=e.get(s);if(c.size===1)r.set(`${s}:${[...c][0]}`,i++);else{let u=[...c].sort((l,a)=>(bi[l]??99)-(bi[a]??99));for(let l of u)r.set(`${s}:${l}`,i++)}}for(let s of t){let c=`${s.track}:${s.kind}`,u=r.get(c);u!=null&&(s.track=u)}}function ct(t){let e=String(t??\"\").trim();if(!e)return null;let n=e.toLowerCase();if(n.startsWith(\"data:\")||n.startsWith(\"javascript:\"))return null;try{return new URL(e,document.baseURI).toString()}catch{return e}}function Ai(t){let e=t.getAttribute(\"src\")??t.getAttribute(\"data-src\");if(e)return ct(e);let n=t.getAttribute(\"data-composition-src\");if(n)return ct(n);let i=t.querySelector(\"img[src], video[src], audio[src], source[src]\");return i?ct(i.getAttribute(\"src\")):null}function ts(t){let e=t.className;return typeof e!=\"string\"?null:e.split(/\\s+/).map(n=>n.trim()).find(n=>n&&n!==\"clip\"&&!n.startsWith(\"__hf-\"))??null}function ns(t){if(!t)return null;try{return new URL(t,document.baseURI).pathname.split(\"/\").filter(Boolean).at(-1)??null}catch{return t.split(/[\\\\/]/).filter(Boolean).at(-1)??null}}function is(t){let e=t.textContent?.replace(/\\s+/g,\" \").trim();return e?e.length>32?`${e.slice(0,31)}...`:e:null}function ut(t){let e=t.replace(/\\.[^.]+$/i,\"\").replace(/[-_]+/g,\" \").replace(/\\s+/g,\" \").trim();return e?e.replace(/\\b\\w/g,n=>n.toUpperCase()):t}function rs(t,e,n){let i=t.getAttribute(\"data-timeline-label\")??t.getAttribute(\"data-label\")??t.getAttribute(\"aria-label\")??null;if(i?.trim())return i.trim();let r=t.getAttribute(\"data-composition-id\");if(r)return ut(r);let o=t.id;if(o)return ut(o);let s=ts(t);if(s)return ut(s);let c=ns(Ai(t));if(c)return ut(c);let u=is(t);return u||`${ut(e)} ${n+1}`}function Ei(t){let n=window.__timelines??{},i=$e({timelineRegistry:n,includeAuthoredTimingAttrs:!0}),r=P=>{if(!P)return null;let k=n[P]??null;if(!k||typeof k.duration!=\"function\")return null;try{let _=Number(k.duration());return Number.isFinite(_)&&_>0?_:null}catch{return null}},o=P=>{let k=Ae(P.getAttribute(\"data-duration\"));if(k!=null&&k>0)return k;let _=Ae(P.getAttribute(\"data-playback-start\"))??Ae(P.getAttribute(\"data-media-start\"))??0;return Number.isFinite(P.duration)&&P.duration>_?Math.max(0,P.duration-_):null},s=()=>{let P=Array.from(document.querySelectorAll(\"video[data-start], audio[data-start]\"));if(P.length===0)return null;let k=0;for(let _ of P){let ne=i.resolveStartForElement(_,0);if(!Number.isFinite(ne))continue;let ee=o(_);ee==null||ee<=0||(k=Math.max(k,Math.max(0,ne)+ee))}return k>0?k:null},c=P=>{let k=P.trim().toLowerCase();return!(!k||k===\"main\"||k.includes(\"caption\")||k.includes(\"ambient\"))},u=(P,k)=>{let _=[],ne=null,ee=null,q=null,H=P.parentElement;for(;H;){let z=H.getAttribute(\"data-composition-id\");z&&(_.push(z),!q&&H!==k&&(q=z),ne==null&&(ne=i.resolveStartForElement(H,0)),ee==null&&(ee=Ae(H.getAttribute(\"data-duration\"))??r(z)??null)),H=H.parentElement}return{parentCompositionId:q,compositionAncestors:_.reverse(),inheritedStart:ne,inheritedDuration:ee}},l=document.querySelector(\"[data-composition-id]\"),a=Array.from(document.querySelectorAll(\"[data-composition-id]\")),f=l?.getAttribute(\"data-composition-id\")??null,p=l?i.resolveStartForElement(l,0):0,g=s(),C=g!=null?Math.max(0,g-Math.max(0,p)):null,w=r(f),S=fn(l??document.body),U=mn(...a.filter(P=>P!==l).map(P=>{let k=i.resolveStartForElement(P,0),_=i.resolveDurationForElement(P)??r(P.getAttribute(\"data-composition-id\"))??null;return!Number.isFinite(k)||_==null||_<=0?null:Math.max(0,k)+_})),R=U!=null?Math.max(0,U-Math.max(0,p)):null,N=typeof w==\"number\"&&Number.isFinite(w)&&w>0?w:null,Y=typeof S==\"number\"&&Number.isFinite(S)&&S>0?S:null,$=typeof C==\"number\"&&Number.isFinite(C)&&C>0?C:null,h=typeof R==\"number\"&&Number.isFinite(R)&&R>0?R:null,y=mn($,h),E=N!=null&&y!=null&&N>y+1,M=Y??(E?y:mn(N,$,h)),F=M!=null?Math.min(M,t.maxTimelineDurationSeconds):null,W=(F!=null?p+F:null)??(typeof g==\"number\"&&Number.isFinite(g)&&g>0?g:null),L=(P,k)=>!Number.isFinite(k)||k<=0?0:W==null||!Number.isFinite(W)?k:!Number.isFinite(P)||P>=W?0:Math.max(0,Math.min(k,W-P)),K=[],B=[],ue=Array.from(document.querySelectorAll(\"[data-start], [data-track-index], [data-composition-id], video, audio, img\")),Ee=0;for(let P=0;P<ue.length;P+=1){let k=ue[P];if(k===l||[\"SCRIPT\",\"STYLE\",\"LINK\",\"META\",\"TEMPLATE\",\"NOSCRIPT\"].includes(k.tagName))continue;let _=u(k,l),ne=i.resolveStartForElement(k,_.inheritedStart??0),ee=k.getAttribute(\"data-composition-id\"),q=fn(k);if((q==null||q<=0)&&ee&&ee!==f&&(q=r(ee)),(q==null||q<=0)&&k instanceof HTMLMediaElement){let ye=Ae(k.getAttribute(\"data-playback-start\"))??Ae(k.getAttribute(\"data-media-start\"))??0;Number.isFinite(k.duration)&&k.duration>0&&(q=Math.max(0,k.duration-ye))}if(q==null||q<=0){let ye=_.inheritedDuration;if(ye!=null&&ye>0){let fe=(_.inheritedStart??0)+ye;q=Math.max(0,fe-ne)}}if(q==null||q<=0||(q=L(ne,q),q<=0))continue;let H=ne+q;Ee=Math.max(Ee,H);let z=k.tagName.toLowerCase(),Re=ee&&ee!==f?\"composition\":z===\"video\"?\"video\":z===\"audio\"?\"audio\":z===\"img\"?\"image\":\"element\";K.push({id:k.id||ee||null,label:rs(k,Re,K.length),start:ne,duration:q,track:Number.parseInt(k.getAttribute(\"data-track-index\")??k.getAttribute(\"data-track\")??String(P),10)||0,kind:Re,tagName:z,compositionId:k.getAttribute(\"data-composition-id\"),compositionAncestors:_.compositionAncestors,parentCompositionId:_.parentCompositionId,nodePath:null,compositionSrc:ct(k.getAttribute(\"data-composition-src\")),assetUrl:Ai(k),timelineRole:k.getAttribute(\"data-timeline-role\"),timelineLabel:k.getAttribute(\"data-timeline-label\"),timelineGroup:k.getAttribute(\"data-timeline-group\"),timelinePriority:Ae(k.getAttribute(\"data-timeline-priority\"))})}let G=new Set(K.map(P=>P.id)),j=l?.getAttribute(\"data-composition-id\")??null,O=j?n[j]??null:null;if(O&&l){let P=O;if(typeof P.getChildren==\"function\")try{let k=P.getChildren(!0,!0,!1)??[],_=new Map;for(let q of l.children){let H=q;if(!H.id)continue;let z=H.tagName.toLowerCase();z===\"script\"||z===\"style\"||z===\"link\"||_.set(H,{id:H.id,start:1/0,end:-1/0})}let ne=q=>{let H=q;for(;H;){if(_.has(H))return H;if(H===l)return null;H=H.parentElement}return null};for(let q of k){if(typeof q.targets!=\"function\"||typeof q.startTime!=\"function\"||typeof q.duration!=\"function\")continue;let H=q.startTime(),z=q.parent;for(;z&&z!==O&&typeof z.startTime==\"function\";)H+=z.startTime(),z=z.parent;let Re=H+q.duration();if(!(!Number.isFinite(H)||!Number.isFinite(Re)))for(let ye of q.targets()){if(!(ye instanceof Element))continue;let Te=ne(ye);if(!Te)continue;let fe=_.get(Te);fe&&(fe.start=Math.min(fe.start,H),fe.end=Math.max(fe.end,Re))}}let ee=K.length>0?Math.max(...K.map(q=>q.track))+1:0;for(let[q,H]of _){if(H.start===1/0||H.end===-1/0)continue;let z=q;if(G.has(z.id))continue;let Re=Math.max(0,H.end-H.start);if(Re<=0)continue;let ye=L(H.start,Re);ye<=0||(Ee=Math.max(Ee,H.start+ye),K.push({id:z.id,label:z.getAttribute(\"data-timeline-label\")??z.getAttribute(\"data-label\")??z.getAttribute(\"aria-label\")??z.id,start:H.start,duration:ye,track:Number.parseInt(z.getAttribute(\"data-track-index\")??z.getAttribute(\"data-track\")??\"\",10)||ee,kind:\"element\",tagName:z.tagName.toLowerCase(),compositionId:z.getAttribute(\"data-composition-id\"),compositionAncestors:j?[j]:[],parentCompositionId:j,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:z.getAttribute(\"data-timeline-role\"),timelineLabel:z.getAttribute(\"data-timeline-label\"),timelineGroup:z.getAttribute(\"data-timeline-group\"),timelinePriority:Ae(z.getAttribute(\"data-timeline-priority\"))}),G.add(z.id))}}catch(k){D(\"runtime.timeline.site1\",k)}}if(l&&F!=null&&F>0){let P=K.length>0?Math.max(...K.map(k=>k.track))+1:0;for(let k of l.children){let _=k;if(!_.id||G.has(_.id))continue;let ne=_.getAttribute(\"data-timeline-role\");if(ne!==\"overlay\"&&ne!==\"persistent-overlay\")continue;let ee=_.tagName.toLowerCase();if(ee===\"script\"||ee===\"style\"||ee===\"link\"||ee===\"meta\"||window.getComputedStyle(_).display===\"none\")continue;let H=L(0,F);H<=0||(Ee=Math.max(Ee,H),K.push({id:_.id,label:_.getAttribute(\"data-timeline-label\")??_.getAttribute(\"data-label\")??_.getAttribute(\"aria-label\")??_.id,start:0,duration:H,track:Number.parseInt(_.getAttribute(\"data-track-index\")??_.getAttribute(\"data-track\")??\"\",10)||P,kind:\"element\",tagName:ee,compositionId:_.getAttribute(\"data-composition-id\"),compositionAncestors:j?[j]:[],parentCompositionId:j,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:ne,timelineLabel:_.getAttribute(\"data-timeline-label\"),timelineGroup:_.getAttribute(\"data-timeline-group\"),timelinePriority:Ae(_.getAttribute(\"data-timeline-priority\"))}),G.add(_.id))}}es(K);for(let P of a){if(P===l)continue;let k=P.getAttribute(\"data-composition-id\");if(!k||!c(k))continue;let _=i.resolveStartForElement(P,0),ne=fn(P);if((ne==null||ne<=0)&&Si(P)!=null){let z=Si(P);ne=Math.max(0,z-_)}let ee=r(k),q=ne&&ne>0?ne:ee;if(q==null||q<=0)continue;let H=L(_,q);H<=0||B.push({id:k,label:P.getAttribute(\"data-label\")??k,start:_,duration:H,thumbnailUrl:ct(P.getAttribute(\"data-thumbnail-url\")),avatarName:null})}let X=Math.max(1,Math.min(Math.max(Ee||1,F??0),t.maxTimelineDurationSeconds));return{source:\"hf-preview\",type:\"timeline\",durationInFrames:E&&Y==null?Number.POSITIVE_INFINITY:Math.max(1,Math.round(X*Math.max(1,t.canonicalFps))),clips:K,scenes:B,compositionWidth:Ae(l?.getAttribute(\"data-width\"))??1920,compositionHeight:Ae(l?.getAttribute(\"data-height\"))??1080}}var le=Io($r(),1),Kr=le.default,fc=le.default.stringify,mc=le.default.fromJSON,pc=le.default.plugin,hc=le.default.parse,xc=le.default.list,gc=le.default.document,yc=le.default.comment,Sc=le.default.atRule,bc=le.default.rule,Ac=le.default.decl,Ec=le.default.root,Fc=le.default.CssSyntaxError,wc=le.default.Declaration,Nc=le.default.Container,Cc=le.default.Processor,Mc=le.default.Document,kc=le.default.Comment,Tc=le.default.Warning,vc=le.default.AtRule,Dc=le.default.Result,Lc=le.default.Input,Rc=le.default.Rule,_c=le.default.Root,Bc=le.default.Node;function Wn(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,\"\\\\$&\")}function wa(t){return t.replace(/\\\\/g,\"\\\\\\\\\").replace(/\"/g,'\\\\\"')}function Na(t,e,n){let i=Ca(t,e,n),r=i.trim();if(!r||/^(html|body|:root|\\*)$/i.test(r))return t;let o=new RegExp(`\\\\[\\\\s*data-composition-id\\\\s*=\\\\s*([\"'])${Wn(n)}\\\\1\\\\s*\\\\]`,\"g\");if(o.test(r))return i.replace(o,e);let s=i.match(/^\\s*/)?.[0]??\"\",c=i.match(/\\s*$/)?.[0]??\"\";return`${s}${e} ${r}${c}`}function Ca(t,e,n){let i=Wn(n),r=String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:\"${i}\"|'${i}')\\s*\\]`,o=String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:\"[^\"]*\"|'[^']*')\\s*\\]`;return t.replace(new RegExp(`${r}(?:${o})+`,\"g\"),e).replace(new RegExp(`(?:${o})+${r}`,\"g\"),e)}var Ma=new Set([\"keyframes\",\"-webkit-keyframes\",\"font-face\"]);function ka(t){return t?.type===\"atrule\"}function Ta(t){let e=t.parent;for(;e;){if(ka(e)&&Ma.has(e.name.toLowerCase()))return!0;e=e.parent}return!1}function Hn(t,e,n){let i=e.trim();if(!t||!i)return t;let r=n||`[data-composition-id=\"${wa(i)}\"]`,o=Kr.parse(t);return o.walkRules(s=>{Ta(s)||(s.selectors=s.selectors.map(c=>Na(c,r,i)))}),o.toResult({map:!1}).css}function Jr(t,e,n=\"[HyperFrames] composition script error:\",i,r=e){let o=JSON.stringify(e),s=JSON.stringify(r),c=JSON.stringify(n),u=Wn(e),l=JSON.stringify(i??null),a=JSON.stringify(String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:\"${u}\"|'${u}')\\s*\\]`),f=JSON.stringify(String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:\"[^\"]*\"|'[^']*')\\s*\\]`);return`(function(){\n var __hfCompId = ${o};\n var __hfTimelineCompId = ${s};\n var __hfErrorLabel = ${c};\n var __hfEscapeAttr = function(value) {\n return (value + \"\").replace(/\\\\\\\\/g, \"\\\\\\\\\\\\\\\\\").replace(/\"/g, \"\\\\\\\\\\\\\"\");\n };\n var __hfRootSelector = ${l} || (__hfCompId\n ? '[data-composition-id=\"' + __hfEscapeAttr(__hfCompId) + '\"]'\n : \"\");\n var __hfRoot = null;\n var __hfRootSelectorPattern = ${a};\n var __hfTimingSelectorPattern = ${f};\n var __hfNormalizeSelector = function(selector) {\n if (!__hfCompId || typeof selector !== \"string\") return selector;\n return selector\n .replace(new RegExp(__hfRootSelectorPattern + '(?:' + __hfTimingSelectorPattern + ')+', 'g'), __hfRootSelector)\n .replace(new RegExp('(?:' + __hfTimingSelectorPattern + ')+' + __hfRootSelectorPattern, 'g'), __hfRootSelector);\n };\n var __hfFindRoot = function() {\n if (!__hfRoot && __hfRootSelector) {\n __hfRoot = window.document.querySelector(__hfRootSelector);\n }\n return __hfRoot;\n };\n var __hfContains = function(node) {\n var root = __hfFindRoot();\n return !root || node === root || root.contains(node);\n };\n var __hfQueryAll = function(selector) {\n var root = __hfFindRoot();\n if (!root || typeof selector !== \"string\") {\n return window.document.querySelectorAll(selector);\n }\n return Array.prototype.filter.call(window.document.querySelectorAll(__hfNormalizeSelector(selector)), function(node) {\n return __hfContains(node);\n });\n };\n var __hfQueryOne = function(selector) {\n var matches = __hfQueryAll(selector);\n return matches[0] || null;\n };\n var __hfGetElementById = function(id) {\n var found = window.document.getElementById(id);\n if (found && __hfContains(found)) return found;\n var root = __hfFindRoot();\n if (!root) return found || null;\n var idValue = id + \"\";\n if (root.id === idValue) return root;\n if (typeof root.querySelector !== \"function\") return null;\n if (typeof CSS !== \"undefined\" && CSS && typeof CSS.escape === \"function\") {\n try {\n return root.querySelector(\"#\" + CSS.escape(idValue)) || null;\n } catch {}\n }\n try {\n return root.querySelector('[id=\"' + __hfEscapeAttr(idValue) + '\"]') || null;\n } catch {}\n return null;\n };\n var __hfScopedDocument = typeof Proxy === \"function\"\n ? new Proxy(window.document, {\n get: function(target, prop, receiver) {\n if (prop === \"querySelector\") return __hfQueryOne;\n if (prop === \"querySelectorAll\") return __hfQueryAll;\n if (prop === \"getElementById\") return __hfGetElementById;\n var value = Reflect.get(target, prop, target);\n return typeof value === \"function\" ? value.bind(target) : value;\n },\n })\n : window.document;\n var __hfTimelineRegistryProxy = null;\n var __hfGetTimelineRegistry = function() {\n window.__timelines = window.__timelines || {};\n if (!__hfCompId || __hfCompId === __hfTimelineCompId || typeof Proxy !== \"function\") {\n return window.__timelines;\n }\n if (!__hfTimelineRegistryProxy) {\n __hfTimelineRegistryProxy = new Proxy(window.__timelines, {\n get: function(target, prop, receiver) {\n return Reflect.get(target, prop === __hfCompId ? __hfTimelineCompId : prop, target);\n },\n set: function(target, prop, value, receiver) {\n return Reflect.set(target, prop === __hfCompId ? __hfTimelineCompId : prop, value, target);\n },\n });\n }\n return __hfTimelineRegistryProxy;\n };\n var __hfScopedWindow = typeof Proxy === \"function\"\n ? new Proxy(window, {\n get: function(target, prop, receiver) {\n if (prop === \"__timelines\") return __hfGetTimelineRegistry();\n var value = Reflect.get(target, prop, target);\n return typeof value === \"function\" ? value.bind(target) : value;\n },\n set: function(target, prop, value, receiver) {\n if (prop === \"__timelines\") {\n target.__timelines = value || {};\n __hfTimelineRegistryProxy = null;\n return true;\n }\n return Reflect.set(target, prop, value, target);\n },\n })\n : window;\n var __hfResolveGsapTarget = function(target) {\n if (typeof target !== \"string\") return target;\n return __hfQueryAll(target);\n };\n var __hfScopeTimeline = function(timeline) {\n if (!timeline || timeline.__hfScopedCompositionRoot === __hfFindRoot()) return timeline;\n [\"to\", \"from\", \"fromTo\", \"set\"].forEach(function(method) {\n var original = timeline[method];\n if (typeof original !== \"function\") return;\n timeline[method] = function(target) {\n var args = Array.prototype.slice.call(arguments);\n args[0] = __hfResolveGsapTarget(target);\n return original.apply(timeline, args);\n };\n });\n try {\n Object.defineProperty(timeline, \"__hfScopedCompositionRoot\", {\n value: __hfFindRoot(),\n configurable: true,\n });\n } catch {\n // Best-effort: timelines coming from user code may have a frozen target\n // or a non-extensible defineProperty path. Swallow \\u2014 the scoped root\n // is an enrichment, not a correctness invariant for playback.\n }\n return timeline;\n };\n var __hfBaseGsap = typeof gsap === \"undefined\" ? window.gsap : gsap;\n var __hfScopedGsap = !__hfBaseGsap || typeof Proxy !== \"function\"\n ? __hfBaseGsap\n : new Proxy(__hfBaseGsap, {\n get: function(target, prop, receiver) {\n if (prop === \"timeline\") {\n return function() {\n return __hfScopeTimeline(target.timeline.apply(target, arguments));\n };\n }\n if (prop === \"to\" || prop === \"from\" || prop === \"fromTo\" || prop === \"set\") {\n return function(firstArg) {\n var args = Array.prototype.slice.call(arguments);\n args[0] = __hfResolveGsapTarget(firstArg);\n return target[prop].apply(target, args);\n };\n }\n if (prop === \"utils\" && target.utils && typeof Proxy === \"function\") {\n return new Proxy(target.utils, {\n get: function(utilsTarget, utilsProp, utilsReceiver) {\n if (utilsProp === \"toArray\") {\n return function(firstArg) {\n var args = Array.prototype.slice.call(arguments);\n args[0] = __hfResolveGsapTarget(firstArg);\n return utilsTarget.toArray.apply(utilsTarget, args);\n };\n }\n if (utilsProp === \"selector\") {\n return function(base) {\n var baseEl = typeof base === \"string\" ? __hfQueryOne(base) : base;\n var root = baseEl || __hfFindRoot();\n return function(selector) {\n if (!root || typeof selector !== \"string\") return [];\n return Array.prototype.slice.call(root.querySelectorAll(selector));\n };\n };\n }\n var value = Reflect.get(utilsTarget, utilsProp, utilsTarget);\n return typeof value === \"function\" ? value.bind(utilsTarget) : value;\n },\n });\n }\n var value = Reflect.get(target, prop, target);\n return typeof value === \"function\" ? value.bind(target) : value;\n },\n });\n var __hfBaseHyperframes = window.__hyperframes;\n var __hfScopedHyperframes = !__hfBaseHyperframes\n ? __hfBaseHyperframes\n : Object.assign({}, __hfBaseHyperframes, {\n getVariables: function() {\n var byComp = window.__hfVariablesByComp;\n var scoped = byComp && __hfCompId ? byComp[__hfCompId] : null;\n return scoped ? Object.assign({}, scoped) : {};\n },\n });\n var __hfRun = function() {\n try {\n (function(document, gsap, window, __hyperframes) {\n${t}\n }).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);\n } catch (_err) {\n console.error(__hfErrorLabel, __hfCompId, _err);\n }\n };\n __hfFindRoot();\n __hfRun();\n})();`}function Qr(){if(typeof document>\"u\")return{};let t=qn(document.documentElement),e=va();return{...t,...e}}function qn(t){if(!t)return{};let e=t.getAttribute(\"data-composition-variables\");if(!e)return{};let n;try{n=JSON.parse(e)}catch{return{}}if(!Array.isArray(n))return{};let i={};for(let r of n){if(!r||typeof r!=\"object\")continue;let o=r;typeof o.id!=\"string\"||!(\"default\"in o)||(i[o.id]=o.default)}return i}function va(){if(typeof window>\"u\")return{};let t=window.__hfVariables;return!t||typeof t!=\"object\"||Array.isArray(t)?{}:t}var Da=8e3,La=/^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:)(?!\\/\\/)(?!\\/)(?!\\.\\.?\\/).+/,Ra=t=>new Promise(e=>{let n=!1,i=Date.now(),r=null,o=s=>{n||(n=!0,r!=null&&window.clearTimeout(r),e({status:s,elapsedMs:Math.max(0,Date.now()-i)}))};t.addEventListener(\"load\",()=>o(\"load\"),{once:!0}),t.addEventListener(\"error\",()=>o(\"error\"),{once:!0}),r=window.setTimeout(()=>o(\"timeout\"),Da)});function Un(t){for(;t.firstChild;)t.removeChild(t.firstChild);t.textContent=\"\"}function Yr(t,e){let n=t.trim();if(!n)return t;try{return La.test(n)?new URL(n,document.baseURI).toString():e?new URL(n,e).toString():new URL(n,document.baseURI).toString()}catch{return t}}function _a(t){let e=t.getAttribute(\"data-variable-values\");if(!e)return{};let n;try{n=JSON.parse(e)}catch{return{}}return!n||typeof n!=\"object\"||Array.isArray(n)?{}:n}async function zn(t){let e=null;t.hostCompositionId&&(e=Array.from(t.sourceNode.querySelectorAll(\"[data-composition-id]\")).find(a=>a.getAttribute(\"data-composition-id\")===t.hostCompositionId)??null);let n=e??t.sourceNode,i=e?.getAttribute(\"data-composition-id\")?.trim()||t.hostCompositionId||null;if(t.headStyles)for(let l of t.headStyles){let a=l.cloneNode(!0);a instanceof HTMLStyleElement&&(i&&(a.textContent=Hn(a.textContent||\"\",i)),document.head.appendChild(a),t.injectedStyles.push(a))}let r=Array.from(n.querySelectorAll(\"style\"));for(let l of r){let a=l.cloneNode(!0);a instanceof HTMLStyleElement&&(i&&(a.textContent=Hn(a.textContent||\"\",i)),document.head.appendChild(a),t.injectedStyles.push(a))}let o=[];if(t.headScripts)for(let l of t.headScripts){let a=l.getAttribute(\"type\")?.trim()??\"\",f=l.getAttribute(\"src\")?.trim()??\"\";if(f){let p=Yr(f,t.compositionUrl);o.push({kind:\"external\",src:p,type:a})}else{let p=l.textContent?.trim()??\"\";p&&o.push({kind:\"inline\",content:p,type:a,scopeCompositionId:i})}}let s=Array.from(n.querySelectorAll(\"script\")),c=[...o];for(let l of s){let a=l.getAttribute(\"type\")?.trim()??\"\",f=l.getAttribute(\"src\")?.trim()??\"\";if(f){let p=Yr(f,t.compositionUrl);c.push({kind:\"external\",src:p,type:a})}else{let p=l.textContent?.trim()??\"\";p&&c.push({kind:\"inline\",content:p,type:a,scopeCompositionId:i})}l.parentNode?.removeChild(l)}let u=Array.from(n.querySelectorAll(\"style\"));for(let l of u)l.parentNode?.removeChild(l);if(e){let l=document.importNode(e,!0),a=e.getAttribute(\"data-width\"),f=e.getAttribute(\"data-height\"),p=t.parseDimensionPx(a),g=t.parseDimensionPx(f);for(a&&t.host.setAttribute(\"data-width\",a),f&&t.host.setAttribute(\"data-height\",f),p&&t.host instanceof HTMLElement&&(t.host.style.width=p),g&&t.host instanceof HTMLElement&&(t.host.style.height=g);l.firstChild;)t.host.appendChild(l.firstChild)}else t.hasTemplate?t.host.appendChild(document.importNode(n,!0)):t.host.innerHTML=t.fallbackBodyInnerHtml;if(i){let l={...t.declaredVariableDefaults??{},..._a(t.host)};Object.keys(l).length>0&&(window.__hfVariablesByComp||(window.__hfVariablesByComp={}),window.__hfVariablesByComp[i]=l)}for(let l of c){let a=document.createElement(\"script\");if(l.type&&(a.type=l.type),a.async=!1,l.kind===\"external\"?a.src=l.src:l.type.toLowerCase()===\"module\"?a.textContent=l.content:l.scopeCompositionId?a.textContent=Jr(l.content,l.scopeCompositionId):a.textContent=`(function(){${l.content}})();`,document.body.appendChild(a),t.injectedScripts.push(a),l.kind===\"external\"){let f=await Ra(a);f.status!==\"load\"&&t.onDiagnostic?.({code:\"external_composition_script_load_issue\",details:{hostCompositionId:t.hostCompositionId,hostCompositionSrc:t.hostCompositionSrc,resolvedScriptSrc:l.src,loadStatus:f.status,elapsedMs:f.elapsedMs}})}}}async function Zr(t){let e=Array.from(document.querySelectorAll(\"[data-composition-id]:not([data-composition-src])\")).filter(n=>{if(n.children.length>0)return!1;let i=n.getAttribute(\"data-composition-id\");return i?!!document.querySelector(`template#${CSS.escape(i)}-template`):!1});if(e.length!==0)for(let n of e){let i=n.getAttribute(\"data-composition-id\"),r=document.querySelector(`template#${CSS.escape(i)}-template`);Un(n),await zn({host:n,hostCompositionId:i,hostCompositionSrc:`template#${i}-template`,sourceNode:r.content,hasTemplate:!0,fallbackBodyInnerHtml:\"\",compositionUrl:null,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,onDiagnostic:t.onDiagnostic})}}async function Xr(t){let e=Array.from(document.querySelectorAll(\"[data-composition-src]\"));e.length!==0&&await Promise.all(e.map(async n=>{let i=n.getAttribute(\"data-composition-src\");if(!i)return;let r=null;try{r=new URL(i,document.baseURI)}catch{r=null}Un(n);try{let o=n.getAttribute(\"data-composition-id\"),s=o!=null?document.querySelector(`template#${CSS.escape(o)}-template`):null;if(s){await zn({host:n,hostCompositionId:o,hostCompositionSrc:i,sourceNode:s.content,hasTemplate:!0,fallbackBodyInnerHtml:\"\",compositionUrl:r,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,onDiagnostic:t.onDiagnostic});return}let c=await fetch(i);if(!c.ok)throw new Error(`HTTP ${c.status}`);let u=await c.text(),a=new DOMParser().parseFromString(u,\"text/html\"),f=(o?a.querySelector(`template#${CSS.escape(o)}-template`):null)??a.querySelector(\"template\"),p=f?f.content:a.body,g=f?void 0:Array.from(a.head.querySelectorAll(\"style\")),C=f?void 0:Array.from(a.head.querySelectorAll(\"script\"));await zn({host:n,hostCompositionId:o,hostCompositionSrc:i,sourceNode:p,hasTemplate:!!f,fallbackBodyInnerHtml:a.body.innerHTML,compositionUrl:r,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,headStyles:g,headScripts:C,declaredVariableDefaults:qn(a.documentElement),onDiagnostic:t.onDiagnostic})}catch(o){t.onDiagnostic?.({code:\"external_composition_load_failed\",details:{hostCompositionId:n.getAttribute(\"data-composition-id\"),hostCompositionSrc:i,errorMessage:o instanceof Error?o.message:\"unknown_error\"}}),Un(n)}}))}function Ba(t){return t instanceof HTMLElement?t.dataset.captionWrapper!==\"true\"?t:t.querySelector(\":scope > span\")??null:null}function Oa(){let t=[],e=document.querySelectorAll(\".caption-group\");for(let n of e)for(let i of n.children){if(!(i instanceof HTMLElement))continue;let r=i.dataset.captionWrapper===\"true\"?i.querySelector(\":scope > span\"):i.tagName===\"SPAN\"?i:null;r&&t.push(r)}return t}function Pa(t){let e=t.parentElement;if(e?.dataset.captionWrapper===\"true\")return e;let n=document.createElement(\"span\");return n.style.display=\"inline-block\",n.dataset.captionWrapper=\"true\",t.parentNode?.insertBefore(n,t),n.appendChild(t),n}function jn(){let t=window.gsap;t&&document.querySelectorAll(\".caption-group\").length!==0&&fetch(\"caption-overrides.json\").then(e=>e.ok?e.json():null).then(e=>{if(!e||!Array.isArray(e)||e.length===0)return;let n=Oa();for(let i of e){let r=null;if(i.wordId&&(r=Ba(document.getElementById(i.wordId))),!r&&i.wordIndex!==void 0&&(r=n[i.wordIndex]??null),!r)continue;let o={},s={};if(i.x!==void 0&&(o.x=i.x),i.y!==void 0&&(o.y=i.y),i.scale!==void 0&&(o.scale=i.scale),i.rotation!==void 0&&(o.rotation=i.rotation),i.opacity!==void 0&&(s.opacity=i.opacity),i.fontSize!==void 0&&(s.fontSize=`${i.fontSize}px`),i.fontWeight!==void 0&&(s.fontWeight=i.fontWeight),i.fontFamily!==void 0&&(s.fontFamily=i.fontFamily),i.activeColor||i.dimColor){let u=t.getTweensOf(r).filter(a=>a.vars.color!==void 0).sort((a,f)=>a.startTime()-f.startTime()),l=u.length>0?String(u[0].vars.color):\"\";for(let a of u)String(a.vars.color)===l?i.dimColor&&(a.vars.color=i.dimColor):i.activeColor&&(a.vars.color=i.activeColor);i.dimColor&&t.set(r,{color:i.dimColor})}if(Object.keys(s).length>0&&t.set(r,s),Object.keys(o).length>0){let c=Pa(r);t.set(c,o)}}}).catch(()=>{})}var Jt=class{constructor(e){Se(this,\"_baseTime\",0);Se(this,\"_playStartMs\",null);Se(this,\"_rate\",1);Se(this,\"_duration\",1/0);Se(this,\"_nowMs\");Se(this,\"_audioSource\",null);this._baseTime=e?.initialTime??0,this._rate=e?.rate??1,this._duration=e?.duration??1/0,this._nowMs=e?.nowMs??(()=>performance.now())}now(){if(this._playStartMs===null)return this._baseTime;if(this._audioSource){let i=null;if(\"currentTimeSeconds\"in this._audioSource)i=this._audioSource.currentTimeSeconds;else{let{el:r,compositionStart:o,mediaStart:s}=this._audioSource;!r.paused&&Number.isFinite(r.currentTime)&&(i=(r.currentTime-s)/this._rate+o)}if(i!==null)return Number.isFinite(this._duration)&&i>=this._duration?this._duration:Math.max(0,i)}let e=(this._nowMs()-this._playStartMs)/1e3,n=this._baseTime+e*this._rate;return Number.isFinite(this._duration)&&n>=this._duration?this._duration:Math.max(0,n)}play(){return this._playStartMs!==null||Number.isFinite(this._duration)&&this._baseTime>=this._duration?!1:(this._playStartMs=this._nowMs(),!0)}pause(){return this._playStartMs===null?!1:(this._baseTime=this.now(),this._playStartMs=null,!0)}seek(e){let n=Number.isFinite(this._duration)?Math.max(0,Math.min(e,this._duration)):Math.max(0,e);this._baseTime=n,this._playStartMs!==null&&(this._playStartMs=this._nowMs())}isPlaying(){return this._playStartMs!==null}setRate(e){let n=Number.isFinite(e)&&e>0?Math.max(.1,Math.min(5,e)):1;this._playStartMs!==null&&(this._baseTime=this.now(),this._playStartMs=this._nowMs()),this._rate=n}getRate(){return this._rate}setDuration(e){this._duration=Number.isFinite(e)&&e>0?e:1/0,this._baseTime>this._duration&&(this._baseTime=this._duration)}getDuration(){return this._duration}attachAudioSource(e){this._audioSource=e}detachAudioSource(){this._audioSource&&this._playStartMs!==null&&(this._baseTime=this.now(),this._playStartMs=this._nowMs()),this._audioSource=null}hasAudioSource(){return this._audioSource!==null}getSource(){if(this._audioSource&&this._playStartMs!==null){if(\"currentTimeSeconds\"in this._audioSource)return\"audio\";let{el:e}=this._audioSource;if(!e.paused&&Number.isFinite(e.currentTime))return\"audio\"}return\"monotonic\"}snapshot(){return{time:this.now(),playing:this.isPlaying(),rate:this._rate,duration:this._duration,source:this.getSource()}}reachedEnd(){return Number.isFinite(this._duration)&&this.now()>=this._duration}};var Qt=class{constructor(){Se(this,\"_ctx\",null);Se(this,\"_bufferCache\",new Map);Se(this,\"_activeSources\",[]);Se(this,\"_masterGain\",null);Se(this,\"_scheduleOffset\",0);Se(this,\"_paused\",!0);Se(this,\"_playGeneration\",0)}async init(){try{return this._ctx=new AudioContext,this._masterGain=this._ctx.createGain(),this._masterGain.connect(this._ctx.destination),!0}catch{return!1}}get context(){return this._ctx}getTime(){return!this._ctx||this._paused?-1:this._ctx.currentTime-this._scheduleOffset}async decodeAudioElement(e){let n=e.currentSrc||e.getAttribute(\"src\");if(!n)return null;if(this._bufferCache.has(n))return this._bufferCache.get(n);if(!this._ctx)return null;try{let r=await(await fetch(n)).arrayBuffer(),o=await this._ctx.decodeAudioData(r);return this._bufferCache.set(n,o),o}catch(i){return D(\"webAudioTransport.decode\",i),null}}startGeneration(){return this._playGeneration+=1,this._playGeneration}currentGeneration(){return this._playGeneration}async schedulePlayback(e,n,i,r,o,s,c){if(!this._ctx||!this._masterGain||c!==this._playGeneration)return null;try{if(this._ctx.state===\"suspended\"&&await this._ctx.resume(),c!==this._playGeneration)return null;let u=this._ctx.createBufferSource();u.buffer=n;let l=this._ctx.createGain();l.gain.value=s,u.connect(l),l.connect(this._masterGain);let a=o-i,f=this._ctx.currentTime;if(this._scheduleOffset=f-o,a>=0)u.start(0,a+r);else{let C=-a;u.start(f+C,r)}let p=e.muted;e.muted=!0;let g={el:e,sourceNode:u,gainNode:l,compositionStart:i,mediaStart:r,scheduledAt:f,priorMuted:p};return this._activeSources.push(g),this._paused=!1,g}catch(u){return D(\"webAudioTransport.schedule\",u),null}}stopAll(){for(let e of this._activeSources){try{e.sourceNode.stop(),e.sourceNode.disconnect(),e.gainNode.disconnect()}catch{}e.el.muted=e.priorMuted}this._activeSources=[],this._paused=!0}setVolume(e){this._masterGain&&(this._masterGain.gain.value=Math.max(0,Math.min(1,e)))}setMuted(e){this._masterGain&&(this._masterGain.gain.value=e?0:1)}isActive(){return this._activeSources.length>0&&!this._paused}destroy(){if(this.stopAll(),this._bufferCache.clear(),this._ctx)try{this._ctx.close()}catch{}this._ctx=null,this._masterGain=null}};var eo=\"data-hf-authored-duration\",to=\"data-hf-authored-end\";function no(){let t=yi(),e=window,n=null,i=null,r=[],o=new Set,s=null;if(typeof e.__hfRuntimeTeardown==\"function\")try{e.__hfRuntimeTeardown()}catch(d){D(\"runtime.init.site1\",d)}document.documentElement&&(document.documentElement.style.margin=\"0\",document.documentElement.style.padding=\"0\",document.documentElement.style.overflow=\"hidden\"),document.body&&(document.body.style.margin=\"0\",document.body.style.padding=\"0\",document.body.style.overflow=\"hidden\"),window.__timelines=window.__timelines||{};let c=d=>{r.push(d)},u=(d,m,x)=>{let b=x??`${d}:${JSON.stringify(m)}`;o.has(b)||(o.add(b),be({source:\"hf-preview\",type:\"diagnostic\",code:d,details:m}))},l=d=>{let m={scale:1,focusX:960,focusY:540},x=[],b=[],A={time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying(),renderMode:!1,timelineDirty:!1};return{play:d.play,pause:d.pause,seek:d.seek,getTime:d.getTime,getDuration:d.getDuration,isPlaying:d.isPlaying,getMainTimeline:()=>null,getElementBounds:()=>{},getElementsAtPoint:()=>{},setElementPosition:()=>{},previewElementPosition:()=>{},setElementKeyframes:()=>{},setElementScale:()=>{},setElementFontSize:()=>{},setElementTextContent:()=>{},setElementTextColor:()=>{},setElementTextShadow:()=>{},setElementTextFontWeight:()=>{},setElementTextFontFamily:()=>{},setElementTextOutline:()=>{},setElementTextHighlight:()=>{},setElementVolume:()=>{},setStageZoom:()=>{},getStageZoom:()=>m,setStageZoomKeyframes:()=>{},getStageZoomKeyframes:()=>x,addElement:()=>!1,removeElement:()=>!1,updateElementTiming:()=>!1,setElementTiming:()=>{},updateElementSrc:()=>!1,updateElementLayer:()=>!1,updateElementBasePosition:()=>!1,markTimelineDirty:()=>{},isTimelineDirty:()=>!1,rebuildTimeline:()=>{},ensureTimeline:()=>{},enableRenderMode:()=>{},disableRenderMode:()=>{},renderSeek:d.renderSeek,getElementVisibility:()=>({visible:!1}),getVisibleElements:()=>b,getRenderState:()=>({...A,time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying()})}},a=1/60,f=.75,p=2,g=.05,C=100,w=240,S=d=>{if(d instanceof Error)return d.message||String(d);if(typeof d==\"string\")return d;try{return JSON.stringify(d)}catch{return String(d??\"\")}},U=d=>{let m=d.toLowerCase();return m.includes(\"cannot read properties of null\")||m.includes(\"cannot set properties of null\")?{code:\"runtime_null_dom_access\",category:\"dom-null-access\"}:m.includes(\"failed to execute 'queryselector'\")?{code:\"runtime_invalid_selector\",category:\"selector-invalid\"}:m.includes(\"is not defined\")?{code:\"runtime_reference_missing\",category:\"reference-missing\"}:{code:\"runtime_script_error\",category:\"script-error\"}},R=d=>{if(d==null||d.trim()===\"\")return null;let m=Number.parseFloat(d);return!Number.isFinite(m)||m<=0?null:`${m}px`},N=()=>{let d=document.querySelector('[data-composition-id][data-root=\"true\"]');if(d instanceof HTMLElement)return d;let m=Array.from(document.querySelectorAll(\"[data-composition-id]\"));return m.length===0?null:m.find(x=>!x.parentElement?.closest(\"[data-composition-id]\"))??m[0]??null},Y=()=>{let d=N();if(!d)return;let m=R(d.getAttribute(\"data-width\")),x=R(d.getAttribute(\"data-height\"));m&&(d.style.width=m),x&&(d.style.height=x),m&&d.style.setProperty(\"--comp-width\",m),x&&d.style.setProperty(\"--comp-height\",x)},$=()=>{let d=N(),m=Array.from(document.querySelectorAll(\"[data-composition-id]\")).filter(x=>x.hasAttribute(\"data-duration\")||x.hasAttribute(\"data-end\"));for(let x of m){if(d&&x===d)continue;let b=x.getAttribute(\"data-duration\"),A=x.getAttribute(\"data-end\");b!=null&&!x.hasAttribute(eo)&&x.setAttribute(eo,b),A!=null&&!x.hasAttribute(to)&&x.setAttribute(to,A),x.removeAttribute(\"data-duration\"),x.removeAttribute(\"data-end\")}},h=()=>{let d=N();if(!d)return;d.style.position||(d.style.position=\"relative\"),d.style.overflow=\"hidden\";let m=R(d.getAttribute(\"data-width\")),x=R(d.getAttribute(\"data-height\"));m&&(d.style.width=m),x&&(d.style.height=x);let b=Array.from(d.children);for(let A of b){let v=A.tagName.toLowerCase();if(v===\"script\"||v===\"style\"||v===\"link\"||v===\"meta\"||!A.hasAttribute(\"data-start\"))continue;let J=(A.style.top===\"0px\"||A.style.top===\"0\")&&(A.style.left===\"0px\"||A.style.left===\"0\")&&A.style.width===\"100%\"&&A.style.height===\"100%\",oe=/translate\\(\\s*-50%\\s*,\\s*-50%\\s*\\)/.test(A.style.transform);if(J&&oe&&!A.hasAttribute(\"data-width\")&&!A.hasAttribute(\"data-height\")){let _e=A.style.top,se=A.style.left,Pe=A.style.width,re=A.style.height;A.style.top=\"\",A.style.left=\"\",A.style.width=\"\",A.style.height=\"\";let Q=window.getComputedStyle(A);Q.top!==\"auto\"||Q.bottom!==\"auto\"||Q.left!==\"auto\"||Q.right!==\"auto\"||Q.width!==\"0px\"||Q.height!==\"0px\"||(A.style.top=_e,A.style.left=se,A.style.width=Pe,A.style.height=re)}let te=window.getComputedStyle(A),ce=te.position;if(ce!==\"absolute\"&&ce!==\"fixed\"&&(A.style.position=\"absolute\"),!!A.style.top||!!A.style.bottom||te.top!==\"auto\"||te.bottom!==\"auto\"||(A.style.top=\"0\"),!!A.style.left||!!A.style.right||te.left!==\"auto\"||te.right!==\"auto\"||(A.style.left=\"0\"),v!==\"audio\"){let _e=R(A.getAttribute(\"data-width\")),se=R(A.getAttribute(\"data-height\")),Pe=te.width!==\"0px\"&&te.width!==\"auto\",re=te.height!==\"0px\"&&te.height!==\"auto\";_e?!A.style.width&&!Pe&&(A.style.width=_e):!A.style.width&&te.width===\"0px\"&&(A.style.width=\"100%\"),se?!A.style.height&&!re&&(A.style.height=se):!A.style.height&&te.height===\"0px\"&&(A.style.height=\"100%\")}}},y=(d,m=0,x)=>$e({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:x?.includeAuthoredTimingAttrs??!0}).resolveStartForElement(d,m),E=(d,m)=>$e({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:m?.includeAuthoredTimingAttrs??!0}).resolveDurationForElement(d),M=!!document.querySelector(\"[data-composition-src]\"),F=!1;{let d=document.querySelectorAll(\"[data-composition-id]:not([data-composition-src])\");for(let m of d){let x=m.getAttribute(\"data-composition-id\");if(x&&m.children.length===0&&document.querySelector(`template#${CSS.escape(x)}-template`)){F=!0;break}}}let T=!M&&!F,W=d=>{if(!d||typeof d.duration!=\"function\")return null;try{let m=Number(d.duration());return Number.isFinite(m)?Math.max(0,m):null}catch{return null}},L=d=>typeof d==\"number\"&&Number.isFinite(d)&&d>a,K=d=>{let m=Number(d.getAttribute(\"data-duration\"));if(Number.isFinite(m)&&m>0)return m;let x=Number(d.getAttribute(\"data-playback-start\")??d.getAttribute(\"data-media-start\")??\"0\"),b=Number.isFinite(x)?Math.max(0,x):0;return Number.isFinite(d.duration)&&d.duration>b?Math.max(0,d.duration-b):null},B=()=>{let d=Array.from(document.querySelectorAll(\"video[data-start], audio[data-start]\"));if(d.length===0)return null;let m=0;for(let x of d){let b=y(x,0);if(!Number.isFinite(b))continue;let A=K(x);A==null||A<=a||(m=Math.max(m,Math.max(0,b)+A))}return m>a?m:null},ue=()=>{let d=N();if(!d)return null;let m=window.__timelines??{},x=$e({timelineRegistry:m,includeAuthoredTimingAttrs:!0}),b=0,A=Array.from(d.querySelectorAll(\"[data-composition-id][data-start]\"));for(let v of A){if(!(v instanceof Element)||v.parentElement?.closest(\"[data-composition-id]\")!==d)continue;let oe=x.resolveStartForElement(v,0),te=x.resolveDurationForElement(v);!Number.isFinite(oe)||te==null||te<=0||(b=Math.max(b,Math.max(0,oe)+te))}return b>a?b:null},Ee=()=>{let d=B();return typeof d!=\"number\"||!Number.isFinite(d)||d<=a?null:d},G=d=>L(d)?Math.max(a,d*f):a,j=(d,m=0)=>{let x=W(d),b=Ee(),A=ue(),v=Math.max(b??0,A??0),J=Number.isFinite(m)&&m>a?m:0,oe=0;L(x)?oe=Math.max(x,v,J):L(v)?oe=Math.max(v,J):oe=J;let te=Math.max(1,Number(t.maxTimelineDurationSeconds)||1800);return oe>0?Math.max(0,Math.min(oe,te)):0},O=()=>{let d=window.__timelines??{},m=$e({timelineRegistry:d,includeAuthoredTimingAttrs:!0}),x=Ee(),b=ue(),A=Math.max(x??0,b??0)||null,v=G(A),J=re=>{let Q=document.querySelector(`[data-composition-id=\"${CSS.escape(re)}\"]`);return Q?m.resolveStartForElement(Q,0):0},oe=re=>{let Q=window.gsap;if(!Q||typeof Q.timeline!=\"function\")return null;let de=Q.timeline({paused:!0});for(let he of re)de.add(he.timeline,J(he.compositionId));return de},te=(re,Q)=>{if(!L(re))return null;let de=window.gsap;if(!de||typeof de.timeline!=\"function\")return null;let he=de.timeline({paused:!0});if(Q)try{he.add(Q,0)}catch(ae){D(\"runtime.init.site2\",ae)}let ge=he;if(typeof ge.to==\"function\")try{ge.to({},{duration:re})}catch(ae){D(\"runtime.init.site3\",ae)}return he},ce=(re,Q)=>{let de=re;if(typeof de.getChildren!=\"function\")return[];try{let he=de.getChildren(!0,!0,!0)??[];if(!Array.isArray(he))return[];let ge=[];for(let ae of Q)if(!he.some(ve=>ve===ae.timeline))try{let ve=J(ae.compositionId);re.add(ae.timeline,ve),ge.push(ae.compositionId)}catch(ve){D(\"runtime.init.site4\",ve)}return ge}catch{return[]}},Me=N(),pe=Me?.getAttribute(\"data-composition-id\")??null;if(!pe)return{timeline:null};let Ne=d[pe]??null,se=(()=>{if(!Me)return[];let re=new Set,Q=Array.from(Me.querySelectorAll(\"[data-composition-id]\")),de=[];for(let he of Q){let ge=he.getAttribute(\"data-composition-id\");if(!ge||ge===pe||re.has(ge))continue;re.add(ge);let ae=d[ge]??null;if(!ae||typeof ae.play!=\"function\"||typeof ae.pause!=\"function\")continue;let Ce=W(ae);de.push({compositionId:ge,timeline:ae,durationSeconds:Ce??0})}return de})(),Pe=re=>{for(let Q of re){let de=Q.timeline;if(typeof de.paused==\"function\")try{de.paused(!1)}catch(he){D(\"runtime.init.site5\",he)}}};if(se.length>0&&Pe(se),Ne){let re=se.length>0?ce(Ne,se):[];if((se.length>0||!document.querySelector(\"[data-composition-id]:not([data-composition-id='\"+pe+\"'])\"))&&(X=!0),re.length>0)try{let ae=Ne.time();Ne.seek(ae,!1)}catch{}let Q=W(Ne);if(!L(Q)&&se.length>0){let ae=se.map(vo=>vo.compositionId),Ce=oe(se),ve=W(Ce);if(Ce&&L(ve))return{timeline:Ce,selectedTimelineIds:ae,selectedDurationSeconds:ve,mediaDurationFloorSeconds:x,diagnostics:{code:\"root_timeline_unusable_fallback\",details:{rootCompositionId:pe,rootDurationSeconds:Q,fallbackKind:\"composite_by_root_children\",minCandidateDurationSeconds:v,selectedDurationSeconds:ve,mediaDurationFloorSeconds:x,authoredCompositionDurationFloorSeconds:b,selectedTimelineIds:ae,autoNestedChildren:re}}};let sn=te(A??0,Ne),an=W(sn);if(sn&&L(an))return{timeline:sn,selectedTimelineIds:[pe],selectedDurationSeconds:an,mediaDurationFloorSeconds:x,diagnostics:{code:\"root_timeline_unusable_media_floor_fallback\",details:{rootCompositionId:pe,rootDurationSeconds:Q,fallbackKind:\"media_duration_floor\",mediaDurationFloorSeconds:x,authoredCompositionDurationFloorSeconds:b,selectedDurationSeconds:an,selectedTimelineIds:[pe],autoNestedChildren:re}}}}if(!L(Q)&&se.length===0){let ae=te(A??0,Ne),Ce=W(ae);if(ae&&L(Ce))return{timeline:ae,selectedTimelineIds:[pe],selectedDurationSeconds:Ce,mediaDurationFloorSeconds:x,diagnostics:{code:\"root_timeline_unusable_media_floor_fallback\",details:{rootCompositionId:pe,rootDurationSeconds:Q,fallbackKind:\"media_duration_floor\",mediaDurationFloorSeconds:x,authoredCompositionDurationFloorSeconds:b,selectedDurationSeconds:Ce,selectedTimelineIds:[pe]}}}}let de=Me?.getAttribute(\"data-duration\"),he=de?parseFloat(de):null,ge=Math.max(L(he)?he:0,b??0);if(ge>0&&L(ge)&&L(Q)&&ge>=Q+.5){let ae=Ne;if(typeof ae.to==\"function\")try{ae.to({},{duration:0},ge)}catch(ve){D(\"runtime.init.site6\",ve)}let Ce=W(Ne);if(L(Ce))return{timeline:Ne,selectedTimelineIds:[pe],selectedDurationSeconds:Ce,mediaDurationFloorSeconds:x,diagnostics:{code:\"root_timeline_padded_to_declared_duration\",details:{rootCompositionId:pe,rootDurationSeconds:Q,rootDeclaredDur:he,authoredCompositionDurationFloorSeconds:b,newDur:Ce}}}}return{timeline:Ne,selectedTimelineIds:[pe],selectedDurationSeconds:Q,mediaDurationFloorSeconds:x,diagnostics:re.length>0?{code:\"root_timeline_auto_nested_children\",details:{rootCompositionId:pe,selectedDurationSeconds:Q,autoNestedChildren:re}}:void 0}}if(se.length>0){let re=se.map(he=>he.compositionId),Q=oe(se),de=W(Q);if(Q)return{timeline:Q,selectedTimelineIds:re,selectedDurationSeconds:de,mediaDurationFloorSeconds:x,diagnostics:{code:\"root_timeline_missing_fallback\",details:{rootCompositionId:pe,fallbackKind:\"composite_by_root_children\",minCandidateDurationSeconds:v,selectedDurationSeconds:de,mediaDurationFloorSeconds:x,selectedTimelineIds:re}}}}return{timeline:null}},X=!1,xe=()=>{if(!T)return!1;let d=t.capturedTimeline,m=W(d),x=L(m);if(d&&x&&X)return!1;let b=O();return b.timeline?d&&d===b.timeline?(typeof d.timeScale==\"function\"&&d.timeScale(t.playbackRate),!1):(t.capturedTimeline=b.timeline,typeof t.capturedTimeline.timeScale==\"function\"&&t.capturedTimeline.timeScale(t.playbackRate),b.diagnostics&&be({source:\"hf-preview\",type:\"diagnostic\",code:b.diagnostics.code,details:b.diagnostics.details}),be({source:\"hf-preview\",type:\"diagnostic\",code:\"timeline_bound\",details:{selectedTimelineIds:b.selectedTimelineIds??[],selectedDurationSeconds:b.selectedDurationSeconds??null,mediaDurationFloorSeconds:b.mediaDurationFloorSeconds??null}}),!0):!1},Fe=()=>{let d=N();if(!(d instanceof HTMLElement))return;let m=d.getBoundingClientRect(),x=Number(d.getAttribute(\"data-width\")),b=Number(d.getAttribute(\"data-height\")),A=window.getComputedStyle(d),v=Number.isFinite(x)&&x>0&&Number.isFinite(b)&&b>0,J=m.width<=0||m.height<=0||d.clientWidth<=0||d.clientHeight<=0;!v||!J||u(\"root_stage_layout_zero\",{compositionId:d.getAttribute(\"data-composition-id\")??null,declaredWidth:x,declaredHeight:b,rectWidth:Math.round(m.width),rectHeight:Math.round(m.height),clientWidth:d.clientWidth,clientHeight:d.clientHeight,display:A.display,visibility:A.visibility,overflow:A.overflow},`root-stage-layout-zero:${d.getAttribute(\"data-composition-id\")??\"unknown\"}`)},P=()=>{t.tornDown||(s!=null&&window.cancelAnimationFrame(s),s=window.requestAnimationFrame(()=>{s=null,Fe()}))},k=()=>{n=d=>{let m=S(d.error??d.message).slice(0,w);if(!m)return;let x=U(m);be({source:\"hf-preview\",type:\"diagnostic\",code:x.code,details:{category:x.category,message:m,filename:d.filename||null,line:Number.isFinite(d.lineno)?d.lineno:null,column:Number.isFinite(d.colno)?d.colno:null}})},i=d=>{let m=S(d.reason).slice(0,w);if(!m)return;let x=U(m);be({source:\"hf-preview\",type:\"diagnostic\",code:`${x.code}_unhandled_rejection`,details:{category:`${x.category}-unhandled-rejection`,message:m}})},window.addEventListener(\"error\",n),window.addEventListener(\"unhandledrejection\",i)},_=()=>{let d=Array.from(document.querySelectorAll(\"img, video, audio, source, link[rel='stylesheet']\"));for(let x of d){let b=()=>{if(!(x instanceof Element))return;let A=x.tagName.toLowerCase(),v=x.getAttribute(\"src\")??x.getAttribute(\"href\")??x.getAttribute(\"poster\")??null,J=A===\"link\"?\"runtime_stylesheet_load_failed\":\"runtime_asset_load_failed\";u(J,{tagName:A,assetUrl:v,currentSrc:(x instanceof HTMLImageElement||x instanceof HTMLMediaElement)&&x.currentSrc||null,readyState:x instanceof HTMLMediaElement?x.readyState:null,networkState:x instanceof HTMLMediaElement?x.networkState:null},`${J}:${A}:${v??\"unknown\"}`)};x.addEventListener(\"error\",b),c(()=>{x.removeEventListener(\"error\",b)})}let m=document.fonts;m&&m.ready.then(()=>{if(t.tornDown)return;let x=Array.from(m).filter(b=>b.status===\"error\").map(b=>b.family).filter(b=>!!b).slice(0,10);x.length!==0&&u(\"runtime_font_load_issue\",{failedFamilies:x,totalFaces:Array.from(m).length},`runtime-font-load-issue:${x.join(\"|\")}`)}).catch(()=>{})},ne=(d,m)=>{if(!d.timeline)return!1;let x=t.capturedTimeline;if(x&&x===d.timeline)return!1;let b=Math.max(0,t.currentTime||0),A=t.isPlaying;t.capturedTimeline=d.timeline,typeof t.capturedTimeline.timeScale==\"function\"&&t.capturedTimeline.timeScale(t.playbackRate);try{t.capturedTimeline.pause(),t.capturedTimeline.seek(b,!1),A&&t.capturedTimeline.play()}catch(v){D(\"runtime.init.site7\",v)}return be({source:\"hf-preview\",type:\"diagnostic\",code:\"timeline_loop_guard_rebind\",details:{reason:m,previousTime:b,selectedTimelineIds:d.selectedTimelineIds??[],selectedDurationSeconds:d.selectedDurationSeconds??null,mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),!0},ee=null,q=!1,H=new Set,z=()=>{t.tornDown||(ee!=null&&window.clearTimeout(ee),ee=window.setTimeout(()=>{if(t.tornDown)return;ee=null;let d=O();if(!d.timeline||!L(d.mediaDurationFloorSeconds??null))return;if(!t.capturedTimeline){xe()&&(Ge(),fe(!0));return}if(q)return;let x=W(t.capturedTimeline),b=d.selectedDurationSeconds??W(d.timeline);L(b)&&(!L(x)||b>=x+g)&&ne(d,\"manual\")&&(q=!0,be({source:\"hf-preview\",type:\"diagnostic\",code:\"timeline_rebind_after_media_metadata\",details:{previousDurationSeconds:x??null,selectedDurationSeconds:b??null,selectedTimelineIds:d.selectedTimelineIds??[],mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),Ge(),fe(!0))},C))},Re=()=>{for(let d of H)d.removeEventListener(\"loadedmetadata\",z),d.removeEventListener(\"durationchange\",z);H.clear()},ye=()=>{if(t.tornDown)return;let d=Array.from(document.querySelectorAll(\"video, audio\"));for(let m of d)H.has(m)||(H.add(m),m.addEventListener(\"loadedmetadata\",z),m.addEventListener(\"durationchange\",z),m.preload!==\"auto\"&&(m.preload=\"auto\"),m.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&m.load())},Te=()=>{let d=v=>{let J=v.closest(\"[data-composition-id]\"),oe=J?y(J,0):null,te=J?E(J,{includeAuthoredTimingAttrs:!0}):null;return{compositionRoot:J,inheritedStart:oe,inheritedDuration:te}},m=mi({shouldIncludeElement:v=>v.hasAttribute(\"data-start\")||!!d(v).compositionRoot,resolveStartSeconds:v=>{let J=d(v);return y(v,J.inheritedStart??0)},resolveDurationSeconds:v=>{let J=d(v),oe=y(v,J.inheritedStart??0),te=Number.parseFloat(v.dataset.playbackStart??v.dataset.mediaStart??\"0\")||0,ce=J.inheritedStart!=null&&J.inheritedDuration!=null&&J.inheritedDuration>0?Math.max(0,J.inheritedStart+J.inheritedDuration-oe):null,Me=Number.isFinite(v.duration)&&v.duration>te?Math.max(0,v.duration-te):null;return Me!=null&&ce!=null?Math.min(Me,ce):Me??ce}}),x=t.mediaForceSyncNextTick;x&&(t.mediaForceSyncNextTick=!1),pi({clips:m.mediaClips,timeSeconds:t.currentTime,playing:t.isPlaying,playbackRate:t.playbackRate,outputMuted:t.mediaOutputMuted,userMuted:t.bridgeMuted,userVolume:t.bridgeVolume,forceSync:x,onAutoplayBlocked:()=>{t.mediaAutoplayBlockedPosted||(t.mediaAutoplayBlockedPosted=!0,be({source:\"hf-preview\",type:\"media-autoplay-blocked\"}))}});let b=document.querySelector(\"[data-composition-id]\")?.getAttribute(\"data-composition-id\")??null,A=Array.from(document.querySelectorAll(\"[data-start]\"));for(let v of A){if(!(v instanceof HTMLElement))continue;let J=v.tagName.toLowerCase();if(J===\"script\"||J===\"style\"||J===\"link\"||J===\"meta\")continue;if(!v.getAttribute(\"data-composition-id\")){let se=v.closest(\"[data-composition-id]\")?.getAttribute(\"data-composition-id\")??null;if(se&&se!==b)continue}let te=y(v,0),ce=E(v),Me=v.getAttribute(\"data-composition-id\");if(Me){let _e=(window.__timelines??{})[Me],se=null;if(_e&&typeof _e.duration==\"function\"){let Pe=Number(_e.duration());Number.isFinite(Pe)&&Pe>0&&(se=Pe)}ce!=null&&ce>0&&se!=null?ce=Math.min(ce,se):(ce==null||ce<=0)&&se!=null&&(ce=se)}let pe=ce!=null&&ce>0?te+ce:Number.POSITIVE_INFINITY,Ne=t.currentTime>=te&&(Number.isFinite(pe)?t.currentTime<pe:!0);v.style.visibility=Ne?\"visible\":\"hidden\"}},fe=d=>{let m=Math.max(0,Math.round((t.currentTime||0)*t.canonicalFps)),x=Date.now();(d||m!==t.bridgeLastPostedFrame||t.isPlaying!==t.bridgeLastPostedPlaying||t.bridgeMuted!==t.bridgeLastPostedMuted||x-t.bridgeLastPostedAt>=t.bridgeMaxPostIntervalMs)&&(t.bridgeLastPostedFrame=m,t.bridgeLastPostedPlaying=t.isPlaying,t.bridgeLastPostedMuted=t.bridgeMuted,t.bridgeLastPostedAt=x,be({source:\"hf-preview\",type:\"state\",frame:m,isPlaying:t.isPlaying,muted:t.bridgeMuted,playbackRate:t.playbackRate}))},Ge=()=>{$(),Y(),h();let d=N();if(d){let x=R(d.getAttribute(\"data-width\")),b=R(d.getAttribute(\"data-height\")),A=x?parseInt(x,10):0,v=b?parseInt(b,10):0;A>0&&v>0&&be({source:\"hf-preview\",type:\"stage-size\",width:A,height:v})}xe();let m=Ei({canonicalFps:t.canonicalFps,maxTimelineDurationSeconds:t.maxTimelineDurationSeconds});window.__clipManifest=m,be(m),P()},Oe=(d,m=0)=>{for(let x of t.deterministicAdapters){try{d===\"discover\"&&x.discover(),d===\"pause\"&&x.pause(),d===\"play\"&&x.play&&x.play()}catch(b){D(\"runtime.init.site8\",b)}if(d===\"discover\")try{x.seek({time:m})}catch(b){D(\"runtime.init.site9\",b)}}};if(T)jn();else{let d={injectedStyles:t.injectedCompStyles,injectedScripts:t.injectedCompScripts,parseDimensionPx:R,onDiagnostic:({code:m,details:x})=>{be({source:\"hf-preview\",type:\"diagnostic\",code:m,details:x})}};Xr(d).then(()=>Zr(d)).finally(()=>{T=!0,Oe(\"discover\",t.currentTime),ye(),_(),jn(),Ge(),fe(!0)})}let Dt=hi({postMessage:d=>be(d)});Dt.installPickerApi();let nn=d=>{let m=Number(d);!Number.isFinite(m)||m<=0?t.playbackRate=1:t.playbackRate=Math.max(.1,Math.min(5,m)),t.mediaForceSyncNextTick=!0,t.capturedTimeline&&typeof t.capturedTimeline.timeScale==\"function\"&&t.capturedTimeline.timeScale(t.playbackRate);let x=document.querySelectorAll(\"video, audio\");for(let b of x)if(b instanceof HTMLMediaElement)try{b.playbackRate=t.playbackRate}catch(A){D(\"runtime.init.site10\",A)}},me=gi({getTimeline:()=>t.capturedTimeline,setTimeline:d=>{t.capturedTimeline=d},getTimelineRegistry:()=>window.__timelines??{},getIsPlaying:()=>t.isPlaying,setIsPlaying:d=>{t.isPlaying!==d&&(t.mediaForceSyncNextTick=!0),t.isPlaying=d},getPlaybackRate:()=>t.playbackRate,setPlaybackRate:nn,getCanonicalFps:()=>t.canonicalFps,onSyncMedia:(d,m)=>{t.currentTime=Math.max(0,Number(d)||0),t.isPlaying!==m&&(t.mediaForceSyncNextTick=!0),t.isPlaying=m,Te()},onStatePost:fe,onDeterministicSeek:d=>{for(let m of t.deterministicAdapters)try{m.seek({time:Number(d)||0})}catch(x){D(\"runtime.init.site11\",x)}},onDeterministicPause:()=>Oe(\"pause\"),onDeterministicPlay:()=>Oe(\"play\"),onRenderFrameSeek:()=>{},onShowNativeVideos:()=>{},getSafeDuration:()=>j(t.capturedTimeline,0)});window.__player=l(me),window.__playerReady=!0,window.__renderReady=!0,ri(be),at(\"composition_loaded\",{duration:me.getDuration(),compositionId:document.querySelector(\"[data-composition-id]\")?.getAttribute(\"data-composition-id\")??null}),t.controlBridgeHandler=ii({onPlay:()=>{me.play(),at(\"composition_played\",{time:me.getTime()})},onPause:()=>{me.pause(),at(\"composition_paused\",{time:me.getTime()})},onSeek:(d,m)=>{let x=Math.max(0,d)/t.canonicalFps;me.seek(x),at(\"composition_seeked\",{time:x})},onSetMuted:d=>{t.bridgeMuted=d;let m=d||t.mediaOutputMuted;we.setMuted(m);let x=document.querySelectorAll(\"video, audio\");for(let b of x)b instanceof HTMLMediaElement&&(b.muted=m)},onSetVolume:d=>{t.bridgeVolume=d,we.setVolume(d);let m=document.querySelectorAll(\"video, audio\");for(let x of m){if(!(x instanceof HTMLMediaElement))continue;let b=parseFloat(x.dataset.volume??\"\"),A=Number.isFinite(b)?b:1;x.volume=A*d}},onSetMediaOutputMuted:d=>{t.mediaOutputMuted=d;let m=d||t.bridgeMuted;we.setMuted(m);let x=document.querySelectorAll(\"video, audio\");for(let b of x)b instanceof HTMLMediaElement&&(b.muted=m)},onSetPlaybackRate:d=>{nn(d),t.transportClock&&t.transportClock.setRate(t.playbackRate)},onEnablePickMode:()=>Dt.enablePickMode(),onDisablePickMode:()=>Dt.disablePickMode()}),xe(),t.capturedTimeline&&(me._timeline=t.capturedTimeline),T&&setTimeout(()=>{let d=t.capturedTimeline;xe()&&t.capturedTimeline!==d&&(me._timeline=t.capturedTimeline),Oe(\"discover\",t.currentTime),Ge(),fe(!0)},0),t.deterministicAdapters=[fi(),oi({resolveStartSeconds:d=>y(d,0)}),ai(),ci(),di(),si({getTimeline:()=>t.capturedTimeline})],k(),Oe(\"discover\"),ye();let I=new Jt;t.transportClock=I;let we=new Qt,Xn=!1;we.init().then(d=>{Xn=d});let Lt=0,rn=!1,st=d=>{let m=t.capturedTimeline;if(m)try{typeof m.totalTime==\"function\"?m.totalTime(d,!1):m.seek(d,!1)}catch(x){D(\"runtime.init.transport.seek\",x)}for(let x of t.deterministicAdapters)try{x.seek({time:d})}catch(b){D(\"runtime.init.transport.adapter\",b)}},ei=()=>{if(!(t.tornDown||rn)){rn=!0;try{if(t.transportRafId=window.requestAnimationFrame(ei),Lt+=1,Lt%60===0&&!(I.isPlaying()&&t.capturedTimeline!=null&&I.now()<p)){let x=t.capturedTimeline;if(xe()){t.capturedTimeline&&!me._timeline&&(me._timeline=t.capturedTimeline),t.capturedTimeline&&t.capturedTimeline!==x&&t.capturedTimeline.pause();let b=j(t.capturedTimeline,0);b>0&&I.setDuration(b),Ge()}}if(Lt%20===0&&Ge(),Lt%30===0&&ye(),t.capturedTimeline){let m=j(t.capturedTimeline,0);m>0&&I.setDuration(m)}if(I.isPlaying()&&!t.mediaOutputMuted)if(we.isActive()&&we.context){let m=we.getTime();m>=0&&I.attachAudioSource({currentTimeSeconds:m})}else{let m=document.querySelectorAll(\"audio[data-start]\"),x=!1;for(let b of m){if(!(b instanceof HTMLMediaElement)||!b.isConnected)continue;let A=Number.parseFloat(b.dataset.start??\"\"),v=Number.parseFloat(b.dataset.duration??\"\"),J=Number.isFinite(v)&&v>0?A+v:1/0,oe=Number.parseFloat(b.dataset.playbackStart??b.dataset.mediaStart??\"0\")||0;if(Number.isFinite(A)&&t.currentTime>=A&&t.currentTime<J){b.paused?b.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&(I.attachAudioSource({currentTimeSeconds:t.currentTime}),x=!0):(I.attachAudioSource({el:b,compositionStart:A,mediaStart:oe}),x=!0);break}}!x&&I.hasAudioSource()&&I.detachAudioSource()}else I.hasAudioSource()&&I.detachAudioSource();let d=I.now();if(t.currentTime=d,st(d),I.isPlaying()&&I.reachedEnd()){we.stopAll(),I.detachAudioSource(),I.pause(),t.isPlaying=!1;let m=I.getDuration();Number.isFinite(m)&&(I.seek(m),t.currentTime=m,st(m)),Oe(\"pause\"),Te(),fe(!0);return}I.isPlaying()&&Te(),fe(!1)}finally{rn=!1}}},ti=d=>{let m=document.querySelectorAll(\"video, audio\");for(let x of m){if(!(x instanceof HTMLMediaElement)||!x.isConnected)continue;let b=Number.parseFloat(x.dataset.start??\"\");if(!Number.isFinite(b))continue;let A=Number.parseFloat(x.dataset.duration??\"\"),v=Number.isFinite(A)&&A>0?b+A:1/0;if(d<b||d>=v)continue;let J=Number.parseFloat(x.dataset.playbackStart??x.dataset.mediaStart??\"0\")||0,oe=d-b+J;if(oe>=0)try{x.currentTime=oe}catch{}}};if(me.play=()=>{let d=t.capturedTimeline;if(!d||I.isPlaying())return;let m=j(d,0);if(m>0&&(I.setDuration(m),I.reachedEnd()&&(I.seek(0),t.currentTime=0,st(0))),d.pause(),!!I.play()){if(t.isPlaying=!0,t.mediaForceSyncNextTick=!0,ti(I.now()),Xn){let x=we.startGeneration(),b=document.querySelectorAll(\"audio[data-start]\");for(let A of b){if(!(A instanceof HTMLMediaElement)||!A.isConnected)continue;let v=Number.parseFloat(A.dataset.start??\"\");if(!Number.isFinite(v))continue;let J=Number.parseFloat(A.dataset.playbackStart??A.dataset.mediaStart??\"0\")||0,oe=Number.parseFloat(A.dataset.volume??\"\"),te=Number.isFinite(oe)?oe:1;we.decodeAudioElement(A).then(ce=>{!ce||!I.isPlaying()||we.schedulePlayback(A,ce,v,J,I.now(),te*t.bridgeVolume,x)})}}Oe(\"play\"),Te(),fe(!0)}},me.pause=()=>{if(!I.isPlaying())return;we.stopAll(),I.detachAudioSource(),I.pause(),t.isPlaying=!1,t.currentTime=I.now(),t.mediaForceSyncNextTick=!0,ti(t.currentTime);let d=t.capturedTimeline;d&&d.pause(),Oe(\"pause\"),Te(),fe(!0)},me.seek=d=>{let m=Ye(Math.max(0,Number(d)||0),t.canonicalFps);we.stopAll(),I.detachAudioSource(),I.isPlaying()&&I.pause(),I.seek(m),t.currentTime=I.now(),t.isPlaying=!1,t.mediaForceSyncNextTick=!0;let b=t.capturedTimeline;b&&b.pause(),st(t.currentTime),Oe(\"pause\"),Te(),fe(!0)},me.renderSeek=d=>{let m=Ye(Math.max(0,Number(d)||0),t.canonicalFps);I.isPlaying()&&I.pause(),I.seek(m),t.currentTime=I.now(),t.isPlaying=!1,t.mediaForceSyncNextTick=!0,st(t.currentTime),Te(),fe(!0)},me.getTime=()=>I.now(),me.getDuration=()=>{let d=I.getDuration();return Number.isFinite(d)?d:0},me.isPlaying=()=>I.isPlaying(),me.setPlaybackRate=d=>{nn(d),I.setRate(t.playbackRate)},t.capturedTimeline){let d=j(t.capturedTimeline,0);d>0&&I.setDuration(d),t.capturedTimeline.pause()}let ni=window.__player;if(ni){let d=[\"play\",\"pause\",\"seek\",\"renderSeek\",\"getTime\",\"getDuration\",\"isPlaying\"];for(let m of d)Object.defineProperty(ni,m,{get:()=>me[m],configurable:!0})}t.transportRafId=window.requestAnimationFrame(ei),Ge(),fe(!0);let on=()=>{if(!t.tornDown){t.tornDown=!0,t.transportRafId!=null&&(window.cancelAnimationFrame(t.transportRafId),t.transportRafId=null),t.transportClock=null,we.destroy(),ee!=null&&(window.clearTimeout(ee),ee=null),s!=null&&(window.cancelAnimationFrame(s),s=null),Re(),t.controlBridgeHandler&&(window.removeEventListener(\"message\",t.controlBridgeHandler),t.controlBridgeHandler=null),n&&(window.removeEventListener(\"error\",n),n=null),i&&(window.removeEventListener(\"unhandledrejection\",i),i=null),t.beforeUnloadHandler&&(window.removeEventListener(\"beforeunload\",t.beforeUnloadHandler),t.beforeUnloadHandler=null),Dt.disablePickMode();for(let d of t.deterministicAdapters)if(!(!d||typeof d.revert!=\"function\"))try{d.revert()}catch(m){D(\"runtime.init.site12\",m)}t.deterministicAdapters=[];for(let d of r.splice(0))try{d()}catch(m){D(\"runtime.init.site13\",m)}for(let d of t.injectedCompStyles)try{d.remove()}catch(m){D(\"runtime.init.site14\",m)}t.injectedCompStyles=[];for(let d of t.injectedCompScripts)try{d.remove()}catch(m){D(\"runtime.init.site15\",m)}t.injectedCompScripts=[],t.capturedTimeline=null,e.__hfRuntimeTeardown===on&&(e.__hfRuntimeTeardown=null)}};e.__hfRuntimeTeardown=on,t.beforeUnloadHandler=on,window.addEventListener(\"beforeunload\",t.beforeUnloadHandler)}var io=[\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"S\",\"B\",\"S\",\"WS\",\"B\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"B\",\"B\",\"B\",\"S\",\"WS\",\"ON\",\"ON\",\"ET\",\"ET\",\"ET\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"ES\",\"CS\",\"ES\",\"CS\",\"CS\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"EN\",\"CS\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"ON\",\"ON\",\"ON\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"B\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"BN\",\"CS\",\"ON\",\"ET\",\"ET\",\"ET\",\"ET\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"ON\",\"ON\",\"BN\",\"ON\",\"ON\",\"ET\",\"ET\",\"EN\",\"EN\",\"ON\",\"L\",\"ON\",\"ON\",\"ON\",\"EN\",\"L\",\"ON\",\"ON\",\"ON\",\"ON\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"ON\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\",\"L\"],Gn=[[697,698,\"ON\"],[706,719,\"ON\"],[722,735,\"ON\"],[741,749,\"ON\"],[751,767,\"ON\"],[768,879,\"NSM\"],[884,885,\"ON\"],[894,894,\"ON\"],[900,901,\"ON\"],[903,903,\"ON\"],[1014,1014,\"ON\"],[1155,1161,\"NSM\"],[1418,1418,\"ON\"],[1421,1422,\"ON\"],[1423,1423,\"ET\"],[1424,1424,\"R\"],[1425,1469,\"NSM\"],[1470,1470,\"R\"],[1471,1471,\"NSM\"],[1472,1472,\"R\"],[1473,1474,\"NSM\"],[1475,1475,\"R\"],[1476,1477,\"NSM\"],[1478,1478,\"R\"],[1479,1479,\"NSM\"],[1480,1535,\"R\"],[1536,1541,\"AN\"],[1542,1543,\"ON\"],[1544,1544,\"AL\"],[1545,1546,\"ET\"],[1547,1547,\"AL\"],[1548,1548,\"CS\"],[1549,1549,\"AL\"],[1550,1551,\"ON\"],[1552,1562,\"NSM\"],[1563,1610,\"AL\"],[1611,1631,\"NSM\"],[1632,1641,\"AN\"],[1642,1642,\"ET\"],[1643,1644,\"AN\"],[1645,1647,\"AL\"],[1648,1648,\"NSM\"],[1649,1749,\"AL\"],[1750,1756,\"NSM\"],[1757,1757,\"AN\"],[1758,1758,\"ON\"],[1759,1764,\"NSM\"],[1765,1766,\"AL\"],[1767,1768,\"NSM\"],[1769,1769,\"ON\"],[1770,1773,\"NSM\"],[1774,1775,\"AL\"],[1776,1785,\"EN\"],[1786,1808,\"AL\"],[1809,1809,\"NSM\"],[1810,1839,\"AL\"],[1840,1866,\"NSM\"],[1867,1957,\"AL\"],[1958,1968,\"NSM\"],[1969,1983,\"AL\"],[1984,2026,\"R\"],[2027,2035,\"NSM\"],[2036,2037,\"R\"],[2038,2041,\"ON\"],[2042,2044,\"R\"],[2045,2045,\"NSM\"],[2046,2069,\"R\"],[2070,2073,\"NSM\"],[2074,2074,\"R\"],[2075,2083,\"NSM\"],[2084,2084,\"R\"],[2085,2087,\"NSM\"],[2088,2088,\"R\"],[2089,2093,\"NSM\"],[2094,2136,\"R\"],[2137,2139,\"NSM\"],[2140,2143,\"R\"],[2144,2191,\"AL\"],[2192,2193,\"AN\"],[2194,2198,\"AL\"],[2199,2207,\"NSM\"],[2208,2249,\"AL\"],[2250,2273,\"NSM\"],[2274,2274,\"AN\"],[2275,2306,\"NSM\"],[2362,2362,\"NSM\"],[2364,2364,\"NSM\"],[2369,2376,\"NSM\"],[2381,2381,\"NSM\"],[2385,2391,\"NSM\"],[2402,2403,\"NSM\"],[2433,2433,\"NSM\"],[2492,2492,\"NSM\"],[2497,2500,\"NSM\"],[2509,2509,\"NSM\"],[2530,2531,\"NSM\"],[2546,2547,\"ET\"],[2555,2555,\"ET\"],[2558,2558,\"NSM\"],[2561,2562,\"NSM\"],[2620,2620,\"NSM\"],[2625,2626,\"NSM\"],[2631,2632,\"NSM\"],[2635,2637,\"NSM\"],[2641,2641,\"NSM\"],[2672,2673,\"NSM\"],[2677,2677,\"NSM\"],[2689,2690,\"NSM\"],[2748,2748,\"NSM\"],[2753,2757,\"NSM\"],[2759,2760,\"NSM\"],[2765,2765,\"NSM\"],[2786,2787,\"NSM\"],[2801,2801,\"ET\"],[2810,2815,\"NSM\"],[2817,2817,\"NSM\"],[2876,2876,\"NSM\"],[2879,2879,\"NSM\"],[2881,2884,\"NSM\"],[2893,2893,\"NSM\"],[2901,2902,\"NSM\"],[2914,2915,\"NSM\"],[2946,2946,\"NSM\"],[3008,3008,\"NSM\"],[3021,3021,\"NSM\"],[3059,3064,\"ON\"],[3065,3065,\"ET\"],[3066,3066,\"ON\"],[3072,3072,\"NSM\"],[3076,3076,\"NSM\"],[3132,3132,\"NSM\"],[3134,3136,\"NSM\"],[3142,3144,\"NSM\"],[3146,3149,\"NSM\"],[3157,3158,\"NSM\"],[3170,3171,\"NSM\"],[3192,3198,\"ON\"],[3201,3201,\"NSM\"],[3260,3260,\"NSM\"],[3276,3277,\"NSM\"],[3298,3299,\"NSM\"],[3328,3329,\"NSM\"],[3387,3388,\"NSM\"],[3393,3396,\"NSM\"],[3405,3405,\"NSM\"],[3426,3427,\"NSM\"],[3457,3457,\"NSM\"],[3530,3530,\"NSM\"],[3538,3540,\"NSM\"],[3542,3542,\"NSM\"],[3633,3633,\"NSM\"],[3636,3642,\"NSM\"],[3647,3647,\"ET\"],[3655,3662,\"NSM\"],[3761,3761,\"NSM\"],[3764,3772,\"NSM\"],[3784,3790,\"NSM\"],[3864,3865,\"NSM\"],[3893,3893,\"NSM\"],[3895,3895,\"NSM\"],[3897,3897,\"NSM\"],[3898,3901,\"ON\"],[3953,3966,\"NSM\"],[3968,3972,\"NSM\"],[3974,3975,\"NSM\"],[3981,3991,\"NSM\"],[3993,4028,\"NSM\"],[4038,4038,\"NSM\"],[4141,4144,\"NSM\"],[4146,4151,\"NSM\"],[4153,4154,\"NSM\"],[4157,4158,\"NSM\"],[4184,4185,\"NSM\"],[4190,4192,\"NSM\"],[4209,4212,\"NSM\"],[4226,4226,\"NSM\"],[4229,4230,\"NSM\"],[4237,4237,\"NSM\"],[4253,4253,\"NSM\"],[4957,4959,\"NSM\"],[5008,5017,\"ON\"],[5120,5120,\"ON\"],[5760,5760,\"WS\"],[5787,5788,\"ON\"],[5906,5908,\"NSM\"],[5938,5939,\"NSM\"],[5970,5971,\"NSM\"],[6002,6003,\"NSM\"],[6068,6069,\"NSM\"],[6071,6077,\"NSM\"],[6086,6086,\"NSM\"],[6089,6099,\"NSM\"],[6107,6107,\"ET\"],[6109,6109,\"NSM\"],[6128,6137,\"ON\"],[6144,6154,\"ON\"],[6155,6157,\"NSM\"],[6158,6158,\"BN\"],[6159,6159,\"NSM\"],[6277,6278,\"NSM\"],[6313,6313,\"NSM\"],[6432,6434,\"NSM\"],[6439,6440,\"NSM\"],[6450,6450,\"NSM\"],[6457,6459,\"NSM\"],[6464,6464,\"ON\"],[6468,6469,\"ON\"],[6622,6655,\"ON\"],[6679,6680,\"NSM\"],[6683,6683,\"NSM\"],[6742,6742,\"NSM\"],[6744,6750,\"NSM\"],[6752,6752,\"NSM\"],[6754,6754,\"NSM\"],[6757,6764,\"NSM\"],[6771,6780,\"NSM\"],[6783,6783,\"NSM\"],[6832,6877,\"NSM\"],[6880,6891,\"NSM\"],[6912,6915,\"NSM\"],[6964,6964,\"NSM\"],[6966,6970,\"NSM\"],[6972,6972,\"NSM\"],[6978,6978,\"NSM\"],[7019,7027,\"NSM\"],[7040,7041,\"NSM\"],[7074,7077,\"NSM\"],[7080,7081,\"NSM\"],[7083,7085,\"NSM\"],[7142,7142,\"NSM\"],[7144,7145,\"NSM\"],[7149,7149,\"NSM\"],[7151,7153,\"NSM\"],[7212,7219,\"NSM\"],[7222,7223,\"NSM\"],[7376,7378,\"NSM\"],[7380,7392,\"NSM\"],[7394,7400,\"NSM\"],[7405,7405,\"NSM\"],[7412,7412,\"NSM\"],[7416,7417,\"NSM\"],[7616,7679,\"NSM\"],[8125,8125,\"ON\"],[8127,8129,\"ON\"],[8141,8143,\"ON\"],[8157,8159,\"ON\"],[8173,8175,\"ON\"],[8189,8190,\"ON\"],[8192,8202,\"WS\"],[8203,8205,\"BN\"],[8207,8207,\"R\"],[8208,8231,\"ON\"],[8232,8232,\"WS\"],[8233,8233,\"B\"],[8234,8238,\"BN\"],[8239,8239,\"CS\"],[8240,8244,\"ET\"],[8245,8259,\"ON\"],[8260,8260,\"CS\"],[8261,8286,\"ON\"],[8287,8287,\"WS\"],[8288,8303,\"BN\"],[8304,8304,\"EN\"],[8308,8313,\"EN\"],[8314,8315,\"ES\"],[8316,8318,\"ON\"],[8320,8329,\"EN\"],[8330,8331,\"ES\"],[8332,8334,\"ON\"],[8352,8399,\"ET\"],[8400,8432,\"NSM\"],[8448,8449,\"ON\"],[8451,8454,\"ON\"],[8456,8457,\"ON\"],[8468,8468,\"ON\"],[8470,8472,\"ON\"],[8478,8483,\"ON\"],[8485,8485,\"ON\"],[8487,8487,\"ON\"],[8489,8489,\"ON\"],[8494,8494,\"ET\"],[8506,8507,\"ON\"],[8512,8516,\"ON\"],[8522,8525,\"ON\"],[8528,8543,\"ON\"],[8585,8587,\"ON\"],[8592,8721,\"ON\"],[8722,8722,\"ES\"],[8723,8723,\"ET\"],[8724,9013,\"ON\"],[9083,9108,\"ON\"],[9110,9257,\"ON\"],[9280,9290,\"ON\"],[9312,9351,\"ON\"],[9352,9371,\"EN\"],[9450,9899,\"ON\"],[9901,10239,\"ON\"],[10496,11123,\"ON\"],[11126,11263,\"ON\"],[11493,11498,\"ON\"],[11503,11505,\"NSM\"],[11513,11519,\"ON\"],[11647,11647,\"NSM\"],[11744,11775,\"NSM\"],[11776,11869,\"ON\"],[11904,11929,\"ON\"],[11931,12019,\"ON\"],[12032,12245,\"ON\"],[12272,12287,\"ON\"],[12288,12288,\"WS\"],[12289,12292,\"ON\"],[12296,12320,\"ON\"],[12330,12333,\"NSM\"],[12336,12336,\"ON\"],[12342,12343,\"ON\"],[12349,12351,\"ON\"],[12441,12442,\"NSM\"],[12443,12444,\"ON\"],[12448,12448,\"ON\"],[12539,12539,\"ON\"],[12736,12773,\"ON\"],[12783,12783,\"ON\"],[12829,12830,\"ON\"],[12880,12895,\"ON\"],[12924,12926,\"ON\"],[12977,12991,\"ON\"],[13004,13007,\"ON\"],[13175,13178,\"ON\"],[13278,13279,\"ON\"],[13311,13311,\"ON\"],[19904,19967,\"ON\"],[42128,42182,\"ON\"],[42509,42511,\"ON\"],[42607,42610,\"NSM\"],[42611,42611,\"ON\"],[42612,42621,\"NSM\"],[42622,42623,\"ON\"],[42654,42655,\"NSM\"],[42736,42737,\"NSM\"],[42752,42785,\"ON\"],[42888,42888,\"ON\"],[43010,43010,\"NSM\"],[43014,43014,\"NSM\"],[43019,43019,\"NSM\"],[43045,43046,\"NSM\"],[43048,43051,\"ON\"],[43052,43052,\"NSM\"],[43064,43065,\"ET\"],[43124,43127,\"ON\"],[43204,43205,\"NSM\"],[43232,43249,\"NSM\"],[43263,43263,\"NSM\"],[43302,43309,\"NSM\"],[43335,43345,\"NSM\"],[43392,43394,\"NSM\"],[43443,43443,\"NSM\"],[43446,43449,\"NSM\"],[43452,43453,\"NSM\"],[43493,43493,\"NSM\"],[43561,43566,\"NSM\"],[43569,43570,\"NSM\"],[43573,43574,\"NSM\"],[43587,43587,\"NSM\"],[43596,43596,\"NSM\"],[43644,43644,\"NSM\"],[43696,43696,\"NSM\"],[43698,43700,\"NSM\"],[43703,43704,\"NSM\"],[43710,43711,\"NSM\"],[43713,43713,\"NSM\"],[43756,43757,\"NSM\"],[43766,43766,\"NSM\"],[43882,43883,\"ON\"],[44005,44005,\"NSM\"],[44008,44008,\"NSM\"],[44013,44013,\"NSM\"],[64285,64285,\"R\"],[64286,64286,\"NSM\"],[64287,64296,\"R\"],[64297,64297,\"ES\"],[64298,64335,\"R\"],[64336,64450,\"AL\"],[64451,64466,\"ON\"],[64467,64829,\"AL\"],[64830,64847,\"ON\"],[64848,64911,\"AL\"],[64912,64913,\"ON\"],[64914,64967,\"AL\"],[64968,64975,\"ON\"],[64976,65007,\"BN\"],[65008,65020,\"AL\"],[65021,65023,\"ON\"],[65024,65039,\"NSM\"],[65040,65049,\"ON\"],[65056,65071,\"NSM\"],[65072,65103,\"ON\"],[65104,65104,\"CS\"],[65105,65105,\"ON\"],[65106,65106,\"CS\"],[65108,65108,\"ON\"],[65109,65109,\"CS\"],[65110,65118,\"ON\"],[65119,65119,\"ET\"],[65120,65121,\"ON\"],[65122,65123,\"ES\"],[65124,65126,\"ON\"],[65128,65128,\"ON\"],[65129,65130,\"ET\"],[65131,65131,\"ON\"],[65136,65278,\"AL\"],[65279,65279,\"BN\"],[65281,65282,\"ON\"],[65283,65285,\"ET\"],[65286,65290,\"ON\"],[65291,65291,\"ES\"],[65292,65292,\"CS\"],[65293,65293,\"ES\"],[65294,65295,\"CS\"],[65296,65305,\"EN\"],[65306,65306,\"CS\"],[65307,65312,\"ON\"],[65339,65344,\"ON\"],[65371,65381,\"ON\"],[65504,65505,\"ET\"],[65506,65508,\"ON\"],[65509,65510,\"ET\"],[65512,65518,\"ON\"],[65520,65528,\"BN\"],[65529,65533,\"ON\"],[65534,65535,\"BN\"],[65793,65793,\"ON\"],[65856,65932,\"ON\"],[65936,65948,\"ON\"],[65952,65952,\"ON\"],[66045,66045,\"NSM\"],[66272,66272,\"NSM\"],[66273,66299,\"EN\"],[66422,66426,\"NSM\"],[67584,67870,\"R\"],[67871,67871,\"ON\"],[67872,68096,\"R\"],[68097,68099,\"NSM\"],[68100,68100,\"R\"],[68101,68102,\"NSM\"],[68103,68107,\"R\"],[68108,68111,\"NSM\"],[68112,68151,\"R\"],[68152,68154,\"NSM\"],[68155,68158,\"R\"],[68159,68159,\"NSM\"],[68160,68324,\"R\"],[68325,68326,\"NSM\"],[68327,68408,\"R\"],[68409,68415,\"ON\"],[68416,68863,\"R\"],[68864,68899,\"AL\"],[68900,68903,\"NSM\"],[68904,68911,\"AL\"],[68912,68921,\"AN\"],[68922,68927,\"AL\"],[68928,68937,\"AN\"],[68938,68968,\"R\"],[68969,68973,\"NSM\"],[68974,68974,\"ON\"],[68975,69215,\"R\"],[69216,69246,\"AN\"],[69247,69290,\"R\"],[69291,69292,\"NSM\"],[69293,69311,\"R\"],[69312,69327,\"AL\"],[69328,69336,\"ON\"],[69337,69369,\"AL\"],[69370,69375,\"NSM\"],[69376,69423,\"R\"],[69424,69445,\"AL\"],[69446,69456,\"NSM\"],[69457,69487,\"AL\"],[69488,69505,\"R\"],[69506,69509,\"NSM\"],[69510,69631,\"R\"],[69633,69633,\"NSM\"],[69688,69702,\"NSM\"],[69714,69733,\"ON\"],[69744,69744,\"NSM\"],[69747,69748,\"NSM\"],[69759,69761,\"NSM\"],[69811,69814,\"NSM\"],[69817,69818,\"NSM\"],[69826,69826,\"NSM\"],[69888,69890,\"NSM\"],[69927,69931,\"NSM\"],[69933,69940,\"NSM\"],[70003,70003,\"NSM\"],[70016,70017,\"NSM\"],[70070,70078,\"NSM\"],[70089,70092,\"NSM\"],[70095,70095,\"NSM\"],[70191,70193,\"NSM\"],[70196,70196,\"NSM\"],[70198,70199,\"NSM\"],[70206,70206,\"NSM\"],[70209,70209,\"NSM\"],[70367,70367,\"NSM\"],[70371,70378,\"NSM\"],[70400,70401,\"NSM\"],[70459,70460,\"NSM\"],[70464,70464,\"NSM\"],[70502,70508,\"NSM\"],[70512,70516,\"NSM\"],[70587,70592,\"NSM\"],[70606,70606,\"NSM\"],[70608,70608,\"NSM\"],[70610,70610,\"NSM\"],[70625,70626,\"NSM\"],[70712,70719,\"NSM\"],[70722,70724,\"NSM\"],[70726,70726,\"NSM\"],[70750,70750,\"NSM\"],[70835,70840,\"NSM\"],[70842,70842,\"NSM\"],[70847,70848,\"NSM\"],[70850,70851,\"NSM\"],[71090,71093,\"NSM\"],[71100,71101,\"NSM\"],[71103,71104,\"NSM\"],[71132,71133,\"NSM\"],[71219,71226,\"NSM\"],[71229,71229,\"NSM\"],[71231,71232,\"NSM\"],[71264,71276,\"ON\"],[71339,71339,\"NSM\"],[71341,71341,\"NSM\"],[71344,71349,\"NSM\"],[71351,71351,\"NSM\"],[71453,71453,\"NSM\"],[71455,71455,\"NSM\"],[71458,71461,\"NSM\"],[71463,71467,\"NSM\"],[71727,71735,\"NSM\"],[71737,71738,\"NSM\"],[71995,71996,\"NSM\"],[71998,71998,\"NSM\"],[72003,72003,\"NSM\"],[72148,72151,\"NSM\"],[72154,72155,\"NSM\"],[72160,72160,\"NSM\"],[72193,72198,\"NSM\"],[72201,72202,\"NSM\"],[72243,72248,\"NSM\"],[72251,72254,\"NSM\"],[72263,72263,\"NSM\"],[72273,72278,\"NSM\"],[72281,72283,\"NSM\"],[72330,72342,\"NSM\"],[72344,72345,\"NSM\"],[72544,72544,\"NSM\"],[72546,72548,\"NSM\"],[72550,72550,\"NSM\"],[72752,72758,\"NSM\"],[72760,72765,\"NSM\"],[72850,72871,\"NSM\"],[72874,72880,\"NSM\"],[72882,72883,\"NSM\"],[72885,72886,\"NSM\"],[73009,73014,\"NSM\"],[73018,73018,\"NSM\"],[73020,73021,\"NSM\"],[73023,73029,\"NSM\"],[73031,73031,\"NSM\"],[73104,73105,\"NSM\"],[73109,73109,\"NSM\"],[73111,73111,\"NSM\"],[73459,73460,\"NSM\"],[73472,73473,\"NSM\"],[73526,73530,\"NSM\"],[73536,73536,\"NSM\"],[73538,73538,\"NSM\"],[73562,73562,\"NSM\"],[73685,73692,\"ON\"],[73693,73696,\"ET\"],[73697,73713,\"ON\"],[78912,78912,\"NSM\"],[78919,78933,\"NSM\"],[90398,90409,\"NSM\"],[90413,90415,\"NSM\"],[92912,92916,\"NSM\"],[92976,92982,\"NSM\"],[94031,94031,\"NSM\"],[94095,94098,\"NSM\"],[94178,94178,\"ON\"],[94180,94180,\"NSM\"],[113821,113822,\"NSM\"],[113824,113827,\"BN\"],[117760,117973,\"ON\"],[118e3,118009,\"EN\"],[118010,118012,\"ON\"],[118016,118451,\"ON\"],[118458,118480,\"ON\"],[118496,118512,\"ON\"],[118528,118573,\"NSM\"],[118576,118598,\"NSM\"],[119143,119145,\"NSM\"],[119155,119162,\"BN\"],[119163,119170,\"NSM\"],[119173,119179,\"NSM\"],[119210,119213,\"NSM\"],[119273,119274,\"ON\"],[119296,119361,\"ON\"],[119362,119364,\"NSM\"],[119365,119365,\"ON\"],[119552,119638,\"ON\"],[120513,120513,\"ON\"],[120539,120539,\"ON\"],[120571,120571,\"ON\"],[120597,120597,\"ON\"],[120629,120629,\"ON\"],[120655,120655,\"ON\"],[120687,120687,\"ON\"],[120713,120713,\"ON\"],[120745,120745,\"ON\"],[120771,120771,\"ON\"],[120782,120831,\"EN\"],[121344,121398,\"NSM\"],[121403,121452,\"NSM\"],[121461,121461,\"NSM\"],[121476,121476,\"NSM\"],[121499,121503,\"NSM\"],[121505,121519,\"NSM\"],[122880,122886,\"NSM\"],[122888,122904,\"NSM\"],[122907,122913,\"NSM\"],[122915,122916,\"NSM\"],[122918,122922,\"NSM\"],[123023,123023,\"NSM\"],[123184,123190,\"NSM\"],[123566,123566,\"NSM\"],[123628,123631,\"NSM\"],[123647,123647,\"ET\"],[124140,124143,\"NSM\"],[124398,124399,\"NSM\"],[124643,124643,\"NSM\"],[124646,124646,\"NSM\"],[124654,124655,\"NSM\"],[124661,124661,\"NSM\"],[124928,125135,\"R\"],[125136,125142,\"NSM\"],[125143,125251,\"R\"],[125252,125258,\"NSM\"],[125259,126063,\"R\"],[126064,126143,\"AL\"],[126144,126207,\"R\"],[126208,126287,\"AL\"],[126288,126463,\"R\"],[126464,126703,\"AL\"],[126704,126705,\"ON\"],[126706,126719,\"AL\"],[126720,126975,\"R\"],[126976,127019,\"ON\"],[127024,127123,\"ON\"],[127136,127150,\"ON\"],[127153,127167,\"ON\"],[127169,127183,\"ON\"],[127185,127221,\"ON\"],[127232,127242,\"EN\"],[127243,127247,\"ON\"],[127279,127279,\"ON\"],[127338,127343,\"ON\"],[127405,127405,\"ON\"],[127584,127589,\"ON\"],[127744,128728,\"ON\"],[128732,128748,\"ON\"],[128752,128764,\"ON\"],[128768,128985,\"ON\"],[128992,129003,\"ON\"],[129008,129008,\"ON\"],[129024,129035,\"ON\"],[129040,129095,\"ON\"],[129104,129113,\"ON\"],[129120,129159,\"ON\"],[129168,129197,\"ON\"],[129200,129211,\"ON\"],[129216,129217,\"ON\"],[129232,129240,\"ON\"],[129280,129623,\"ON\"],[129632,129645,\"ON\"],[129648,129660,\"ON\"],[129664,129674,\"ON\"],[129678,129734,\"ON\"],[129736,129736,\"ON\"],[129741,129756,\"ON\"],[129759,129770,\"ON\"],[129775,129784,\"ON\"],[129792,129938,\"ON\"],[129940,130031,\"ON\"],[130032,130041,\"EN\"],[130042,130042,\"ON\"],[131070,131071,\"BN\"],[196606,196607,\"BN\"],[262142,262143,\"BN\"],[327678,327679,\"BN\"],[393214,393215,\"BN\"],[458750,458751,\"BN\"],[524286,524287,\"BN\"],[589822,589823,\"BN\"],[655358,655359,\"BN\"],[720894,720895,\"BN\"],[786430,786431,\"BN\"],[851966,851967,\"BN\"],[917502,917759,\"BN\"],[917760,917999,\"NSM\"],[918e3,921599,\"BN\"],[983038,983039,\"BN\"],[1048574,1048575,\"BN\"],[1114110,1114111,\"BN\"]];function Ia(t){if(t<=255)return io[t];let e=0,n=Gn.length-1;for(;e<=n;){let i=e+n>>1,r=Gn[i];if(t<r[0]){n=i-1;continue}if(t>r[1]){e=i+1;continue}return r[2]}return\"L\"}function Wa(t){let e=t.length;if(e===0)return null;let n=new Array(e),i=!1;for(let l=0;l<e;){let a=t.charCodeAt(l),f=a,p=1;if(a>=55296&&a<=56319&&l+1<e){let C=t.charCodeAt(l+1);C>=56320&&C<=57343&&(f=(a-55296<<10)+(C-56320)+65536,p=2)}let g=Ia(f);(g===\"R\"||g===\"AL\"||g===\"AN\")&&(i=!0);for(let C=0;C<p;C++)n[l+C]=g;l+=p}if(!i)return null;let r=0;for(let l=0;l<e;l++){let a=n[l];if(a===\"L\"){r=0;break}if(a===\"R\"||a===\"AL\"){r=1;break}}let o=new Int8Array(e);for(let l=0;l<e;l++)o[l]=r;let s=r&1?\"R\":\"L\",c=s,u=c;for(let l=0;l<e;l++)n[l]===\"NSM\"?n[l]=u:u=n[l];u=c;for(let l=0;l<e;l++){let a=n[l];a===\"EN\"?n[l]=u===\"AL\"?\"AN\":\"EN\":(a===\"R\"||a===\"L\"||a===\"AL\")&&(u=a)}for(let l=0;l<e;l++)n[l]===\"AL\"&&(n[l]=\"R\");for(let l=1;l<e-1;l++)n[l]===\"ES\"&&n[l-1]===\"EN\"&&n[l+1]===\"EN\"&&(n[l]=\"EN\"),n[l]===\"CS\"&&(n[l-1]===\"EN\"||n[l-1]===\"AN\")&&n[l+1]===n[l-1]&&(n[l]=n[l-1]);for(let l=0;l<e;l++){if(n[l]!==\"EN\")continue;let a;for(a=l-1;a>=0&&n[a]===\"ET\";a--)n[a]=\"EN\";for(a=l+1;a<e&&n[a]===\"ET\";a++)n[a]=\"EN\"}for(let l=0;l<e;l++){let a=n[l];(a===\"WS\"||a===\"ES\"||a===\"ET\"||a===\"CS\")&&(n[l]=\"ON\")}u=c;for(let l=0;l<e;l++){let a=n[l];a===\"EN\"?n[l]=u===\"L\"?\"L\":\"EN\":(a===\"R\"||a===\"L\")&&(u=a)}for(let l=0;l<e;l++){if(n[l]!==\"ON\")continue;let a=l+1;for(;a<e&&n[a]===\"ON\";)a++;let f=l>0?n[l-1]:c,p=a<e?n[a]:c,g=f!==\"L\"?\"R\":\"L\";if(g===(p!==\"L\"?\"R\":\"L\"))for(let w=l;w<a;w++)n[w]=g;l=a-1}for(let l=0;l<e;l++)n[l]===\"ON\"&&(n[l]=s);for(let l=0;l<e;l++){let a=n[l];(o[l]&1)===0?a===\"R\"?o[l]++:(a===\"AN\"||a===\"EN\")&&(o[l]+=2):(a===\"L\"||a===\"AN\"||a===\"EN\")&&o[l]++}return o}function ro(t,e){let n=Wa(t);if(n===null)return null;let i=new Int8Array(e.length);for(let r=0;r<e.length;r++)i[r]=n[e[r]];return i}var Ha=/[ \\t\\n\\r\\f]+/g,qa=/[\\t\\n\\r\\f]| {2,}|^ | $/;function Ua(t){let e=t??\"normal\";return e===\"pre-wrap\"?{mode:e,preserveOrdinarySpaces:!0,preserveHardBreaks:!0}:{mode:e,preserveOrdinarySpaces:!1,preserveHardBreaks:!1}}function za(t){if(!qa.test(t))return t;let e=t.replace(Ha,\" \");return e.charCodeAt(0)===32&&(e=e.slice(1)),e.length>0&&e.charCodeAt(e.length-1)===32&&(e=e.slice(0,-1)),e}function ja(t){return/[\\r\\f]/.test(t)?t.replace(/\\r\\n/g,`\n`).replace(/[\\r\\f]/g,`\n`):t.replace(/\\r\\n/g,`\n`)}var Vn=null,Ga;function Va(){return Vn===null&&(Vn=new Intl.Segmenter(Ga,{granularity:\"word\"})),Vn}var $a=/\\p{Script=Arabic}/u,Yt=/\\p{M}/u,mo=/\\p{Nd}/u;function oo(t){return $a.test(t)}function so(t){return t>=19968&&t<=40959||t>=13312&&t<=19903||t>=131072&&t<=173791||t>=173824&&t<=177983||t>=177984&&t<=178207||t>=178208&&t<=183983||t>=183984&&t<=191471||t>=191472&&t<=192093||t>=194560&&t<=195103||t>=196608&&t<=201551||t>=201552&&t<=205743||t>=205744&&t<=210041||t>=63744&&t<=64255||t>=12288&&t<=12351||t>=12352&&t<=12447||t>=12448&&t<=12543||t>=44032&&t<=55215||t>=65280&&t<=65519}function Le(t){for(let e=0;e<t.length;e++){let n=t.charCodeAt(e);if(!(n<12288)){if(n>=55296&&n<=56319&&e+1<t.length){let i=t.charCodeAt(e+1);if(i>=56320&&i<=57343){let r=(n-55296<<10)+(i-56320)+65536;if(so(r))return!0;e++;continue}}if(so(n))return!0}}return!1}function Ka(t){let e=en(t);return e!==null&&(Xt.has(e)||ze.has(e))}var Ja=new Set([\"\\xA0\",\"\\u202F\",\"\\u2060\",\"\\uFEFF\"]);function Qa(t){return Le(t)}function Ya(t){let e=en(t);return e!==null&&Ja.has(e)}function Zt(t){return!Ka(t)&&!Ya(t)}var Xt=new Set([\"\\uFF0C\",\"\\uFF0E\",\"\\uFF01\",\"\\uFF1A\",\"\\uFF1B\",\"\\uFF1F\",\"\\u3001\",\"\\u3002\",\"\\u30FB\",\"\\uFF09\",\"\\u3015\",\"\\u3009\",\"\\u300B\",\"\\u300D\",\"\\u300F\",\"\\u3011\",\"\\u3017\",\"\\u3019\",\"\\u301B\",\"\\u30FC\",\"\\u3005\",\"\\u303B\",\"\\u309D\",\"\\u309E\",\"\\u30FD\",\"\\u30FE\"]),vt=new Set(['\"',\"(\",\"[\",\"{\",\"\\u201C\",\"\\u2018\",\"\\xAB\",\"\\u2039\",\"\\uFF08\",\"\\u3014\",\"\\u3008\",\"\\u300A\",\"\\u300C\",\"\\u300E\",\"\\u3010\",\"\\u3016\",\"\\u3018\",\"\\u301A\"]),Kn=new Set([\"'\",\"\\u2019\"]),ze=new Set([\".\",\",\",\"!\",\"?\",\":\",\";\",\"\\u060C\",\"\\u061B\",\"\\u061F\",\"\\u0964\",\"\\u0965\",\"\\u104A\",\"\\u104B\",\"\\u104C\",\"\\u104D\",\"\\u104F\",\")\",\"]\",\"}\",\"%\",'\"',\"\\u201D\",\"\\u2019\",\"\\xBB\",\"\\u203A\",\"\\u2026\"]),Za=new Set([\":\",\".\",\"\\u060C\",\"\\u061B\"]),Xa=new Set([\"\\u104F\"]),el=new Set([\"\\u201D\",\"\\u2019\",\"\\xBB\",\"\\u203A\",\"\\u300D\",\"\\u300F\",\"\\u3011\",\"\\u300B\",\"\\u3009\",\"\\u3015\",\"\\uFF09\"]);function tl(t){if(Jn(t))return!0;let e=!1;for(let n of t){if(ze.has(n)){e=!0;continue}if(!(e&&Yt.test(n)))return!1}return e}function nl(t){for(let e of t)if(!Xt.has(e)&&!ze.has(e))return!1;return t.length>0}function il(t){if(Jn(t))return!0;for(let e of t)if(!vt.has(e)&&!Kn.has(e)&&!Yt.test(e))return!1;return t.length>0}function Jn(t){let e=!1;for(let n of t)if(!(n===\"\\\\\"||Yt.test(n))){if(vt.has(n)||ze.has(n)||Kn.has(n)){e=!0;continue}return!1}return e}function po(t,e){let n=e-1;if(n<=0)return Math.max(n,0);let i=t.charCodeAt(n);if(i<56320||i>57343)return n;let r=n-1;if(r<0)return n;let o=t.charCodeAt(r);return o>=55296&&o<=56319?r:n}function en(t){if(t.length===0)return null;let e=po(t,t.length);return t.slice(e)}function rl(t){let e=Array.from(t),n=e.length;for(;n>0;){let i=e[n-1];if(Yt.test(i)){n--;continue}if(vt.has(i)||Kn.has(i)){n--;continue}break}return n<=0||n===e.length?null:{head:e.slice(0,n).join(\"\"),tail:e.slice(n).join(\"\")}}function ol(t,e,n){return n===\"text\"&&!e&&t.length===1&&t!==\"-\"&&t!==\"\\u2014\"?t:null}function ao(t,e,n,i){let r=e[i],o=t[i];if(r==null)return o;let s=n[i];if(o.length===s)return o;let c=r.repeat(s);return t[i]=c,c}function lo(t,e){return t&&e!==null&&Za.has(e)}function sl(t){let e=en(t);return e!==null&&Xa.has(e)}function al(t){if(t.length<2||t[0]!==\" \")return null;let e=t.slice(1);return/^\\p{M}+$/u.test(e)?{space:\" \",marks:e}:null}function tn(t){let e=t.length;for(;e>0;){let n=po(t,e),i=t.slice(n,e);if(el.has(i))return!0;if(!ze.has(i))return!1;e=n}return!1}function ll(t,e){if(e.preserveOrdinarySpaces||e.preserveHardBreaks){if(t===\" \")return\"preserved-space\";if(t===\"\t\")return\"tab\";if(e.preserveHardBreaks&&t===`\n`)return\"hard-break\"}return t===\" \"?\"space\":t===\"\\xA0\"||t===\"\\u202F\"||t===\"\\u2060\"||t===\"\\uFEFF\"?\"glue\":t===\"\\u200B\"?\"zero-width-break\":t===\"\\xAD\"?\"soft-hyphen\":\"text\"}var ul=/[\\x20\\t\\n\\xA0\\xAD\\u200B\\u202F\\u2060\\uFEFF]/;function ke(t){return t.length===1?t[0]:t.join(\"\")}function cl(t,e){let n=[];for(let i=t.length-1;i>=0;i--)n.push(t[i]);return n.push(e),ke(n)}function dl(t,e,n,i){if(!ul.test(t))return[{text:t,isWordLike:e,kind:\"text\",start:n}];let r=[],o=null,s=[],c=n,u=!1,l=0;for(let a of t){let f=ll(a,i),p=f===\"text\"&&e;if(o!==null&&f===o&&p===u){s.push(a),l+=a.length;continue}o!==null&&r.push({text:ke(s),isWordLike:u,kind:o,start:c}),o=f,s=[a],c=n+l,u=p,l+=a.length}return o!==null&&r.push({text:ke(s),isWordLike:u,kind:o,start:c}),r}function $n(t){return t===\"space\"||t===\"preserved-space\"||t===\"zero-width-break\"||t===\"hard-break\"}var fl=/^[A-Za-z][A-Za-z0-9+.-]*:$/;function ml(t,e){let n=t.texts[e];return n.startsWith(\"www.\")?!0:fl.test(n)&&e+1<t.len&&t.kinds[e+1]===\"text\"&&t.texts[e+1]===\"//\"}function pl(t){return t.includes(\"?\")&&(t.includes(\"://\")||t.startsWith(\"www.\"))}function hl(t){let e=t.texts.slice(),n=t.isWordLike.slice(),i=t.kinds.slice(),r=t.starts.slice();for(let s=0;s<t.len;s++){if(i[s]!==\"text\"||!ml(t,s))continue;let c=[e[s]],u=s+1;for(;u<t.len&&!$n(i[u]);){c.push(e[u]),n[s]=!0;let l=e[u].includes(\"?\");if(i[u]=\"text\",e[u]=\"\",u++,l)break}e[s]=ke(c)}let o=0;for(let s=0;s<e.length;s++){let c=e[s];c.length!==0&&(o!==s&&(e[o]=c,n[o]=n[s],i[o]=i[s],r[o]=r[s]),o++)}return e.length=o,n.length=o,i.length=o,r.length=o,{len:o,texts:e,isWordLike:n,kinds:i,starts:r}}function xl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o];if(e.push(s),n.push(t.isWordLike[o]),i.push(t.kinds[o]),r.push(t.starts[o]),!pl(s))continue;let c=o+1;if(c>=t.len||$n(t.kinds[c]))continue;let u=[],l=t.starts[c],a=c;for(;a<t.len&&!$n(t.kinds[a]);)u.push(t.texts[a]),a++;u.length>0&&(e.push(ke(u)),n.push(!0),i.push(\"text\"),r.push(l),o=a-1)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}var gl=new Set([\":\",\"-\",\"/\",\"\\xD7\",\",\",\".\",\"+\",\"\\u2013\",\"\\u2014\"]),uo=/^[A-Za-z0-9_]+[,:;]*$/,co=/[,:;]+$/;function ho(t){for(let e of t)if(mo.test(e))return!0;return!1}function Tt(t){if(t.length===0)return!1;for(let e of t)if(!(mo.test(e)||gl.has(e)))return!1;return!0}function yl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o],c=t.kinds[o];if(c===\"text\"&&Tt(s)&&ho(s)){let u=[s],l=o+1;for(;l<t.len&&t.kinds[l]===\"text\"&&Tt(t.texts[l]);)u.push(t.texts[l]),l++;e.push(ke(u)),n.push(!0),i.push(\"text\"),r.push(t.starts[o]),o=l-1;continue}e.push(s),n.push(t.isWordLike[o]),i.push(c),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Sl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o],c=t.kinds[o],u=t.isWordLike[o];if(c===\"text\"&&u&&uo.test(s)){let l=[s],a=co.test(s),f=o+1;for(;a&&f<t.len&&t.kinds[f]===\"text\"&&t.isWordLike[f]&&uo.test(t.texts[f]);){let p=t.texts[f];l.push(p),a=co.test(p),f++}e.push(ke(l)),n.push(!0),i.push(\"text\"),r.push(t.starts[o]),o=f-1;continue}e.push(s),n.push(u),i.push(c),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function bl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o];if(t.kinds[o]===\"text\"&&s.includes(\"-\")){let c=s.split(\"-\"),u=c.length>1;for(let l=0;l<c.length;l++){let a=c[l];if(!u)break;(a.length===0||!ho(a)||!Tt(a))&&(u=!1)}if(u){let l=0;for(let a=0;a<c.length;a++){let f=c[a],p=a<c.length-1?`${f}-`:f;e.push(p),n.push(!0),i.push(\"text\"),r.push(t.starts[o]+l),l+=p.length}continue}}e.push(s),n.push(t.isWordLike[o]),i.push(t.kinds[o]),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Al(t){let e=[],n=[],i=[],r=[],o=0;for(;o<t.len;){let s=[t.texts[o]],c=t.isWordLike[o],u=t.kinds[o],l=t.starts[o];if(u===\"glue\"){let a=[s[0]],f=l;for(o++;o<t.len&&t.kinds[o]===\"glue\";)a.push(t.texts[o]),o++;let p=ke(a);if(o<t.len&&t.kinds[o]===\"text\")s[0]=p,s.push(t.texts[o]),c=t.isWordLike[o],u=\"text\",l=f,o++;else{e.push(p),n.push(!1),i.push(\"glue\"),r.push(f);continue}}else o++;if(u===\"text\")for(;o<t.len&&t.kinds[o]===\"glue\";){let a=[];for(;o<t.len&&t.kinds[o]===\"glue\";)a.push(t.texts[o]),o++;let f=ke(a);if(o<t.len&&t.kinds[o]===\"text\"){s.push(f,t.texts[o]),c=c||t.isWordLike[o],o++;continue}s.push(f)}e.push(ke(s)),n.push(c),i.push(u),r.push(l)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function El(t){let e=t.texts.slice(),n=t.isWordLike.slice(),i=t.kinds.slice(),r=t.starts.slice();for(let o=0;o<e.length-1;o++){if(i[o]!==\"text\"||i[o+1]!==\"text\"||!Le(e[o])||!Le(e[o+1]))continue;let s=rl(e[o]);s!==null&&(e[o]=s.head,e[o+1]=s.tail+e[o+1],r[o+1]=r[o]+s.head.length)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function fo(t,e,n){let i=Va(),r=0,o=[],s=[],c=[],u=[],l=[],a=[],f=[],p=[],g=[],C=[],w=[],S=[];for(let h of i.segment(t))for(let y of dl(h.segment,h.isWordLike??!1,h.index,n)){let ue=function(){a[B]!==null&&(s[B]=[ao(o,a,f,B)],a[B]=null),s[B].push(y.text),c[B]=c[B]||y.isWordLike,p[B]=p[B]||F,g[B]=g[B]||T,C[B]=L,w[B]=K,S[B]=lo(g[B],W)},E=y.kind===\"text\",M=ol(y.text,y.isWordLike,y.kind),F=Le(y.text),T=oo(y.text),W=en(y.text),L=tn(y.text),K=sl(y.text),B=r-1;e.carryCJKAfterClosingQuote&&E&&r>0&&u[B]===\"text\"&&F&&p[B]&&C[B]||E&&r>0&&u[B]===\"text\"&&nl(y.text)&&p[B]||E&&r>0&&u[B]===\"text\"&&w[B]?ue():E&&r>0&&u[B]===\"text\"&&y.isWordLike&&T&&S[B]?(ue(),c[B]=!0):M!==null&&r>0&&u[B]===\"text\"&&a[B]===M?f[B]=(f[B]??1)+1:E&&!y.isWordLike&&r>0&&u[B]===\"text\"&&(tl(y.text)||y.text===\"-\"&&c[B])?ue():(o[r]=y.text,s[r]=[y.text],c[r]=y.isWordLike,u[r]=y.kind,l[r]=y.start,a[r]=M,f[r]=M===null?0:1,p[r]=F,g[r]=T,C[r]=L,w[r]=K,S[r]=lo(T,W),r++)}for(let h=0;h<r;h++){if(a[h]!==null){o[h]=ao(o,a,f,h);continue}o[h]=ke(s[h])}for(let h=1;h<r;h++)u[h]===\"text\"&&!c[h]&&Jn(o[h])&&u[h-1]===\"text\"&&(o[h-1]+=o[h],c[h-1]=c[h-1]||c[h],o[h]=\"\");let U=Array.from({length:r},()=>null),R=-1;for(let h=r-1;h>=0;h--){let y=o[h];if(y.length!==0){if(u[h]===\"text\"&&!c[h]&&il(y)&&R>=0&&u[R]===\"text\"){let E=U[R]??[];E.push(y),U[R]=E,l[R]=l[h],o[h]=\"\";continue}R=h}}for(let h=0;h<r;h++){let y=U[h];y!=null&&(o[h]=cl(y,o[h]))}let N=0;for(let h=0;h<r;h++){let y=o[h];y.length!==0&&(N!==h&&(o[N]=y,c[N]=c[h],u[N]=u[h],l[N]=l[h]),N++)}o.length=N,c.length=N,u.length=N,l.length=N;let Y=Al({len:N,texts:o,isWordLike:c,kinds:u,starts:l}),$=El(Sl(bl(yl(xl(hl(Y))))));for(let h=0;h<$.len-1;h++){let y=al($.texts[h]);y!==null&&($.kinds[h]!==\"space\"&&$.kinds[h]!==\"preserved-space\"||$.kinds[h+1]!==\"text\"||!oo($.texts[h+1])||($.texts[h]=y.space,$.isWordLike[h]=!1,$.kinds[h]=$.kinds[h]===\"preserved-space\"?\"preserved-space\":\"space\",$.texts[h+1]=y.marks+$.texts[h+1],$.starts[h+1]=$.starts[h]+y.space.length))}return $}function Fl(t,e){if(t.len===0)return[];if(!e.preserveHardBreaks)return[{startSegmentIndex:0,endSegmentIndex:t.len,consumedEndSegmentIndex:t.len}];let n=[],i=0;for(let r=0;r<t.len;r++)t.kinds[r]===\"hard-break\"&&(n.push({startSegmentIndex:i,endSegmentIndex:r,consumedEndSegmentIndex:r+1}),i=r+1);return i<t.len&&n.push({startSegmentIndex:i,endSegmentIndex:t.len,consumedEndSegmentIndex:t.len}),n}function wl(t){if(t.len<=1)return t;let e=[],n=[],i=[],r=[],o=null,s=!1,c=0,u=!1,l=!1;function a(){o!==null&&(e.push(ke(o)),n.push(s),i.push(\"text\"),r.push(c),o=null)}for(let f=0;f<t.len;f++){let p=t.texts[f],g=t.kinds[f],C=t.isWordLike[f],w=t.starts[f];if(g===\"text\"){let S=Qa(p),U=Zt(p);if(o!==null&&u&&l){o.push(p),s=s||C,u=u||S,l=U;continue}a(),o=[p],s=C,c=w,u=S,l=U;continue}a(),e.push(p),n.push(C),i.push(g),r.push(w)}return a(),{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function xo(t,e,n=\"normal\",i=\"normal\"){let r=Ua(n),o=r.mode===\"pre-wrap\"?ja(t):za(t);if(o.length===0)return{normalized:o,chunks:[],len:0,texts:[],isWordLike:[],kinds:[],starts:[]};let s=i===\"keep-all\"?wl(fo(o,e,r)):fo(o,e,r);return{normalized:o,chunks:Fl(s,r),...s}}var it=null,go=new Map,rt=null,Nl=96,Cl=/\\p{Emoji_Presentation}/u,Ml=/[\\p{Emoji_Presentation}\\p{Extended_Pictographic}\\p{Regional_Indicator}\\uFE0F\\u20E3]/u,Qn=null,yo=new Map;function Yn(){if(it!==null)return it;if(typeof OffscreenCanvas<\"u\")return it=new OffscreenCanvas(1,1).getContext(\"2d\"),it;if(typeof document<\"u\")return it=document.createElement(\"canvas\").getContext(\"2d\"),it;throw new Error(\"Text measurement requires OffscreenCanvas or a DOM canvas context.\")}function kl(t){let e=go.get(t);return e||(e=new Map,go.set(t,e)),e}function We(t,e){let n=e.get(t);return n===void 0&&(n={width:Yn().measureText(t).width,containsCJK:Le(t)},e.set(t,n)),n}function ot(){if(rt!==null)return rt;if(typeof navigator>\"u\")return rt={lineFitEpsilon:.005,carryCJKAfterClosingQuote:!1,preferPrefixWidthsForBreakableRuns:!1,preferEarlySoftHyphenBreak:!1},rt;let t=navigator.userAgent,n=navigator.vendor===\"Apple Computer, Inc.\"&&t.includes(\"Safari/\")&&!t.includes(\"Chrome/\")&&!t.includes(\"Chromium/\")&&!t.includes(\"CriOS/\")&&!t.includes(\"FxiOS/\")&&!t.includes(\"EdgiOS/\"),i=t.includes(\"Chrome/\")||t.includes(\"Chromium/\")||t.includes(\"CriOS/\")||t.includes(\"Edg/\");return rt={lineFitEpsilon:n?1/64:.005,carryCJKAfterClosingQuote:i,preferPrefixWidthsForBreakableRuns:n,preferEarlySoftHyphenBreak:n},rt}function Tl(t){let e=t.match(/(\\d+(?:\\.\\d+)?)\\s*px/);return e?parseFloat(e[1]):16}function So(){return Qn===null&&(Qn=new Intl.Segmenter(void 0,{granularity:\"grapheme\"})),Qn}function vl(t){return Cl.test(t)||t.includes(\"\\uFE0F\")}function bo(t){return Ml.test(t)}function Dl(t,e){let n=yo.get(t);if(n!==void 0)return n;let i=Yn();i.font=t;let r=i.measureText(\"\\u{1F600}\").width;if(n=0,r>e+.5&&typeof document<\"u\"&&document.body!==null){let o=document.createElement(\"span\");o.style.font=t,o.style.display=\"inline-block\",o.style.visibility=\"hidden\",o.style.position=\"absolute\",o.textContent=\"\\u{1F600}\",document.body.appendChild(o);let s=o.getBoundingClientRect().width;document.body.removeChild(o),r-s>.5&&(n=r-s)}return yo.set(t,n),n}function Ll(t){let e=0,n=So();for(let i of n.segment(t))vl(i.segment)&&e++;return e}function Rl(t,e){return e.emojiCount===void 0&&(e.emojiCount=Ll(t)),e.emojiCount}function je(t,e,n){return n===0?e.width:e.width-Rl(t,e)*n}function Ao(t,e,n,i,r){if(e.breakableFitAdvances!==void 0)return e.breakableFitAdvances;let o=So(),s=[];for(let a of o.segment(t))s.push(a.segment);if(s.length<=1)return e.breakableFitAdvances=null,e.breakableFitAdvances;if(r===\"sum-graphemes\"){let a=[];for(let f of s){let p=We(f,n);a.push(je(f,p,i))}return e.breakableFitAdvances=a,e.breakableFitAdvances}if(r===\"pair-context\"||s.length>Nl){let a=[],f=null,p=0;for(let g of s){let C=We(g,n),w=je(g,C,i);if(f===null)a.push(w);else{let S=f+g,U=We(S,n);a.push(je(S,U,i)-p)}f=g,p=w}return e.breakableFitAdvances=a,e.breakableFitAdvances}let c=[],u=\"\",l=0;for(let a of s){u+=a;let f=We(u,n),p=je(u,f,i);c.push(p-l),l=p}return e.breakableFitAdvances=c,e.breakableFitAdvances}function Eo(t,e){let n=Yn();n.font=t;let i=kl(t),r=Tl(t),o=e?Dl(t,r):0;return{cache:i,fontSize:r,emojiCorrection:o}}function _l(t,e){for(;e<t.widths.length;){let n=t.kinds[e];if(n!==\"space\"&&n!==\"zero-width-break\"&&n!==\"soft-hyphen\")break;e++}return e}function Bl(t,e){if(e<=0)return 0;let n=t%e;return Math.abs(n)<=1e-6?e:e-n}function Ol(t,e,n,i,r){let o=0,s=e;for(;o<t.length;){let c=s+t[o];if((o+1<t.length?c+r:c)>n+i)break;s=c,o++}return{fitCount:o,fittedWidth:s}}function Fo(t,e){return t.simpleLineWalkFastPath?wo(t,e):No(t,e)}function wo(t,e,n){let{widths:i,kinds:r,breakableFitAdvances:o}=t;if(i.length===0)return 0;let c=ot().lineFitEpsilon,u=e+c,l=0,a=0,f=!1,p=0,g=0,C=0,w=0,S=-1,U=0;function R(){S=-1,U=0}function N(M=C,F=w,T=a){l++,n?.({startSegmentIndex:p,startGraphemeIndex:g,endSegmentIndex:M,endGraphemeIndex:F,width:T}),a=0,f=!1,R()}function Y(M,F){f=!0,p=M,g=0,C=M+1,w=0,a=F}function $(M,F,T){f=!0,p=M,g=F,C=M,w=F+1,a=T}function h(M,F){if(!f){Y(M,F);return}a+=F,C=M+1,w=0}function y(M,F){let T=o[M];for(let W=F;W<T.length;W++){let L=T[W];f?a+L>u?(N(),$(M,W,L)):(a+=L,C=M,w=W+1):$(M,W,L)}f&&C===M&&w===T.length&&(C=M+1,w=0)}let E=0;for(;E<i.length&&!(!f&&(E=_l(t,E),E>=i.length));){let M=i[E],F=r[E],T=F===\"space\"||F===\"preserved-space\"||F===\"tab\"||F===\"zero-width-break\"||F===\"soft-hyphen\";if(!f){M>e&&o[E]!==null?y(E,0):Y(E,M),T&&(S=E+1,U=a-M),E++;continue}if(a+M>u){if(T){h(E,M),N(E+1,0,a-M),E++;continue}if(S>=0){if(C>S||C===S&&w>0){N();continue}N(S,0,U);continue}if(M>e&&o[E]!==null){N(),y(E,0),E++;continue}N();continue}h(E,M),T&&(S=E+1,U=a-M),E++}return f&&N(),l}function No(t,e,n){if(t.simpleLineWalkFastPath)return wo(t,e,n);let{widths:i,lineEndFitAdvances:r,lineEndPaintAdvances:o,kinds:s,breakableFitAdvances:c,discretionaryHyphenWidth:u,tabStopAdvance:l,chunks:a}=t;if(i.length===0||a.length===0)return 0;let f=ot(),p=f.lineFitEpsilon,g=e+p,C=0,w=0,S=!1,U=0,R=0,N=0,Y=0,$=-1,h=0,y=0,E=null;function M(){$=-1,h=0,y=0,E=null}function F(G=N,j=Y,O=w){C++,n?.({startSegmentIndex:U,startGraphemeIndex:R,endSegmentIndex:G,endGraphemeIndex:j,width:O}),w=0,S=!1,M()}function T(G,j){S=!0,U=G,R=0,N=G+1,Y=0,w=j}function W(G,j,O){S=!0,U=G,R=j,N=G,Y=j+1,w=O}function L(G,j){if(!S){T(G,j);return}w+=j,N=G+1,Y=0}function K(G,j,O,X){if(!j)return;let xe=G===\"tab\"?0:r[O],Fe=G===\"tab\"?X:o[O];$=O+1,h=w-X+xe,y=w-X+Fe,E=G}function B(G,j){let O=c[G];for(let X=j;X<O.length;X++){let xe=O[X];S?w+xe>g?(F(),W(G,X,xe)):(w+=xe,N=G,Y=X+1):W(G,X,xe)}S&&N===G&&Y===O.length&&(N=G+1,Y=0)}function ue(G){if(E!==\"soft-hyphen\")return!1;let j=c[G];if(j==null)return!1;let{fitCount:O,fittedWidth:X}=Ol(j,w,e,p,u);return O===0?!1:(w=X,N=G,Y=O,M(),O===j.length?(N=G+1,Y=0,!0):(F(G,O,X+u),B(G,O),!0))}function Ee(G){C++,n?.({startSegmentIndex:G.startSegmentIndex,startGraphemeIndex:0,endSegmentIndex:G.consumedEndSegmentIndex,endGraphemeIndex:0,width:0}),M()}for(let G=0;G<a.length;G++){let j=a[G];if(j.startSegmentIndex===j.endSegmentIndex){Ee(j);continue}S=!1,w=0,U=j.startSegmentIndex,R=0,N=j.startSegmentIndex,Y=0,M();let O=j.startSegmentIndex;for(;O<j.endSegmentIndex;){let X=s[O],xe=X===\"space\"||X===\"preserved-space\"||X===\"tab\"||X===\"zero-width-break\"||X===\"soft-hyphen\",Fe=X===\"tab\"?Bl(w,l):i[O];if(X===\"soft-hyphen\"){S&&(N=O+1,Y=0,$=O+1,h=w+u,y=w+u,E=X),O++;continue}if(!S){Fe>e&&c[O]!==null?B(O,0):T(O,Fe),K(X,xe,O,Fe),O++;continue}if(w+Fe>g){let k=w+(X===\"tab\"?0:r[O]),_=w+(X===\"tab\"?Fe:o[O]);if(E===\"soft-hyphen\"&&f.preferEarlySoftHyphenBreak&&h<=g){F($,0,y);continue}if(E===\"soft-hyphen\"&&ue(O)){O++;continue}if(xe&&k<=g){L(O,Fe),F(O+1,0,_),O++;continue}if($>=0&&h<=g){if(N>$||N===$&&Y>0){F();continue}let ne=$;F(ne,0,y),O=ne;continue}if(Fe>e&&c[O]!==null){F(),B(O,0),O++;continue}F();continue}L(O,Fe),K(X,xe,O,Fe),O++}if(S){let X=$===j.consumedEndSegmentIndex?y:w;F(j.consumedEndSegmentIndex,0,X)}}return C}var Zn=null;function Pl(){return Zn===null&&(Zn=new Intl.Segmenter(void 0,{granularity:\"grapheme\"})),Zn}function Il(t){return t?{widths:[],lineEndFitAdvances:[],lineEndPaintAdvances:[],kinds:[],simpleLineWalkFastPath:!0,segLevels:null,breakableFitAdvances:[],discretionaryHyphenWidth:0,tabStopAdvance:0,chunks:[],segments:[]}:{widths:[],lineEndFitAdvances:[],lineEndPaintAdvances:[],kinds:[],simpleLineWalkFastPath:!0,segLevels:null,breakableFitAdvances:[],discretionaryHyphenWidth:0,tabStopAdvance:0,chunks:[]}}function Wl(t,e){let n=[],i=[],r=0,o=!1,s=!1,c=!1;function u(){i.length!==0&&(n.push({text:i.length===1?i[0]:i.join(\"\"),start:r}),i=[],o=!1,s=!1,c=!1)}function l(f,p,g){i=[f],r=p,o=g,s=tn(f),c=vt.has(f)}function a(f,p){i.push(f),o=o||p;let g=tn(f);f.length===1&&ze.has(f)?s=s||g:s=g,c=!1}for(let f of Pl().segment(t)){let p=f.segment,g=Le(p);if(i.length===0){l(p,f.index,g);continue}if(c||Xt.has(p)||ze.has(p)||e.carryCJKAfterClosingQuote&&g&&s){a(p,g);continue}if(!o&&!g){a(p,g);continue}u(),l(p,f.index,g)}return u(),n}function Hl(t){if(t.length<=1)return t;let e=[],n=[t[0].text],i=t[0].start,r=Le(t[0].text),o=Zt(t[0].text);function s(){e.push({text:n.length===1?n[0]:n.join(\"\"),start:i})}for(let c=1;c<t.length;c++){let u=t[c],l=Le(u.text),a=Zt(u.text);if(r&&o){n.push(u.text),r=r||l,o=a;continue}s(),n=[u.text],i=u.start,r=l,o=a}return s(),e}function ql(t,e,n,i){let r=ot(),{cache:o,emojiCorrection:s}=Eo(e,bo(t.normalized)),c=je(\"-\",We(\"-\",o),s),l=je(\" \",We(\" \",o),s)*8;if(t.len===0)return Il(n);let a=[],f=[],p=[],g=[],C=t.chunks.length<=1,w=n?[]:null,S=[],U=n?[]:null,R=Array.from({length:t.len});function N(y,E,M,F,T,W,L){T!==\"text\"&&T!==\"space\"&&T!==\"zero-width-break\"&&(C=!1),a.push(E),f.push(M),p.push(F),g.push(T),w?.push(W),S.push(L),U!==null&&U.push(y)}function Y(y,E,M,F,T){let W=We(y,o),L=je(y,W,s),K=E===\"space\"||E===\"preserved-space\"||E===\"zero-width-break\"?0:L,B=E===\"space\"||E===\"zero-width-break\"?0:L;if(T&&F&&y.length>1){let ue=\"sum-graphemes\";Tt(y)?ue=\"pair-context\":r.preferPrefixWidthsForBreakableRuns&&(ue=\"segment-prefixes\");let Ee=Ao(y,W,o,s,ue);N(y,L,K,B,E,M,Ee);return}N(y,L,K,B,E,M,null)}for(let y=0;y<t.len;y++){R[y]=a.length;let E=t.texts[y],M=t.isWordLike[y],F=t.kinds[y],T=t.starts[y];if(F===\"soft-hyphen\"){N(E,0,c,c,F,T,null);continue}if(F===\"hard-break\"){N(E,0,0,0,F,T,null);continue}if(F===\"tab\"){N(E,0,0,0,F,T,null);continue}let W=We(E,o);if(F===\"text\"&&W.containsCJK){let L=Wl(E,r),K=i===\"keep-all\"?Hl(L):L;for(let B=0;B<K.length;B++){let ue=K[B];Y(ue.text,\"text\",T+ue.start,M,i===\"keep-all\"||!Le(ue.text))}continue}Y(E,F,T,M,!0)}let $=Ul(t.chunks,R,a.length),h=w===null?null:ro(t.normalized,w);return U!==null?{widths:a,lineEndFitAdvances:f,lineEndPaintAdvances:p,kinds:g,simpleLineWalkFastPath:C,segLevels:h,breakableFitAdvances:S,discretionaryHyphenWidth:c,tabStopAdvance:l,chunks:$,segments:U}:{widths:a,lineEndFitAdvances:f,lineEndPaintAdvances:p,kinds:g,simpleLineWalkFastPath:C,segLevels:h,breakableFitAdvances:S,discretionaryHyphenWidth:c,tabStopAdvance:l,chunks:$}}function Ul(t,e,n){let i=[];for(let r=0;r<t.length;r++){let o=t[r],s=o.startSegmentIndex<e.length?e[o.startSegmentIndex]:n,c=o.endSegmentIndex<e.length?e[o.endSegmentIndex]:n,u=o.consumedEndSegmentIndex<e.length?e[o.consumedEndSegmentIndex]:n;i.push({startSegmentIndex:s,endSegmentIndex:c,consumedEndSegmentIndex:u})}return i}function zl(t,e,n,i){let r=i?.wordBreak??\"normal\",o=xo(t,ot(),i?.whiteSpace,r);return ql(o,e,n,r)}function Co(t,e,n){return zl(t,e,!1,n)}function Mo(t,e,n){let i=Fo(t,e);return{lineCount:i,height:i*n}}var jl={maxWidth:1600,baseFontSize:78,minFontSize:42,fontWeight:900,fontFamily:\"Outfit\",step:2};function ko(t,e){let n={...jl,...e},i=1.2;for(let r=n.baseFontSize;r>=n.minFontSize;r-=n.step){let o=`${n.fontWeight} ${r}px ${n.fontFamily}`,s=Co(t,o),{lineCount:c}=Mo(s,n.maxWidth,r*i);if(c<=1)return{fontSize:r,fits:!0}}return{fontSize:n.minFontSize,fits:!1}}window.__timelines=window.__timelines||{};window.__hyperframes={fitTextFontSize:ko,getVariables:Qr};function To(){let t=window;t.__hyperframeRuntimeBootstrapped||(t.__hyperframeRuntimeBootstrapped=!0,no())}document.readyState===\"loading\"?document.addEventListener(\"DOMContentLoaded\",To,{once:!0}):To();})();\n";
3
3
  /**
4
4
  * Returns the pre-built hyperframe runtime IIFE as a string constant.
5
5
  * This is the production-safe path: no esbuild, no file I/O,