hyperframes 0.6.41 → 0.6.43
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli.js +459 -140
- package/dist/hyperframe-runtime.js +25 -26
- package/dist/hyperframe.manifest.json +1 -1
- package/dist/hyperframe.runtime.iife.js +25 -26
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -54,7 +54,7 @@ var VERSION;
|
|
|
54
54
|
var init_version = __esm({
|
|
55
55
|
"src/version.ts"() {
|
|
56
56
|
"use strict";
|
|
57
|
-
VERSION = true ? "0.6.
|
|
57
|
+
VERSION = true ? "0.6.43" : "0.0.0-dev";
|
|
58
58
|
}
|
|
59
59
|
});
|
|
60
60
|
|
|
@@ -7513,6 +7513,22 @@ var init_rewriteSubCompPaths = __esm({
|
|
|
7513
7513
|
}
|
|
7514
7514
|
});
|
|
7515
7515
|
|
|
7516
|
+
// ../core/src/utils/urlPath.ts
|
|
7517
|
+
function decodeUrlPathVariants(path2) {
|
|
7518
|
+
const variants = [path2];
|
|
7519
|
+
try {
|
|
7520
|
+
const decoded = decodeURIComponent(path2);
|
|
7521
|
+
if (decoded !== path2) variants.unshift(decoded);
|
|
7522
|
+
} catch {
|
|
7523
|
+
}
|
|
7524
|
+
return variants;
|
|
7525
|
+
}
|
|
7526
|
+
var init_urlPath = __esm({
|
|
7527
|
+
"../core/src/utils/urlPath.ts"() {
|
|
7528
|
+
"use strict";
|
|
7529
|
+
}
|
|
7530
|
+
});
|
|
7531
|
+
|
|
7516
7532
|
// ../core/src/inline-scripts/hyperframesRuntime.engine.ts
|
|
7517
7533
|
import { buildSync } from "esbuild";
|
|
7518
7534
|
import { existsSync } from "fs";
|
|
@@ -7613,7 +7629,7 @@ var RUNTIME_IIFE;
|
|
|
7613
7629
|
var init_runtime_inline = __esm({
|
|
7614
7630
|
"../core/src/generated/runtime-inline.ts"() {
|
|
7615
7631
|
"use strict";
|
|
7616
|
-
RUNTIME_IIFE = '"use strict";(()=>{var Vo=Object.create;var cn=Object.defineProperty;var Ko=Object.getOwnPropertyDescriptor;var Jo=Object.getOwnPropertyNames;var Qo=Object.getPrototypeOf,Yo=Object.prototype.hasOwnProperty;var Zo=(t,e,n)=>e in t?cn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var X=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var Xo=(t,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Jo(e))!Yo.call(t,r)&&r!==n&&cn(t,r,{get:()=>e[r],enumerable:!(i=Ko(e,r))||i.enumerable});return t};var es=(t,e,n)=>(n=t!=null?Vo(Qo(t)):{},Xo(e||!t||!t.__esModule?cn(n,"default",{value:t,enumerable:!0}):n,t));var ye=(t,e,n)=>Zo(t,typeof e!="symbol"?e+"":e,n);var vi=X((ec,xn)=>{var G=String,Ri=function(){return{isColorSupported:!1,reset:G,bold:G,dim:G,italic:G,underline:G,inverse:G,hidden:G,strikethrough:G,black:G,red:G,green:G,yellow:G,blue:G,magenta:G,cyan:G,white:G,gray:G,bgBlack:G,bgRed:G,bgGreen:G,bgYellow:G,bgBlue:G,bgMagenta:G,bgCyan:G,bgWhite:G,blackBright:G,redBright:G,greenBright:G,yellowBright:G,blueBright:G,magentaBright:G,cyanBright:G,whiteBright:G,bgBlackBright:G,bgRedBright:G,bgGreenBright:G,bgYellowBright:G,bgBlueBright:G,bgMagentaBright:G,bgCyanBright:G,bgWhiteBright:G}};xn.exports=Ri();xn.exports.createColors=Ri});var gn=X(()=>{});var Bt=X((ic,Bi)=>{"use strict";var Di=vi(),Li=gn(),ft=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=Di.isColorSupported);let i=u=>u,r=u=>u,o=u=>u;if(e){let{bold:u,gray:m,red:f}=Di.createColors(!0);r=x=>u(f(x)),i=x=>m(x),Li&&(o=x=>Li(x))}let s=n.split(/\\r?\\n/),l=Math.max(this.line-3,0),a=Math.min(this.line+2,s.length),c=String(a).length;return s.slice(l,a).map((u,m)=>{let f=l+1+m,x=" "+(" "+f).slice(-c)+" | ";if(f===this.line){if(u.length>160){let E=20,b=Math.max(0,this.column-E),O=Math.max(this.column+E,this.endColumn+E),I=u.slice(b,O),_=i(x.replace(/\\d/g," "))+u.slice(0,Math.min(this.column-1,E-1)).replace(/[^\\t]/g," ");return r(">")+i(x)+o(I)+`\n `+_+r("^")}let F=i(x.replace(/\\d/g," "))+u.slice(0,this.column-1).replace(/[^\\t]/g," ");return r(">")+i(x)+o(u)+`\n `+F+r("^")}return" "+i(x)+o(u)}).join(`\n`)}toString(){let e=this.showSourceCode();return e&&(e=`\n\n`+e+`\n`),this.name+": "+this.message+e}};Bi.exports=ft;ft.default=ft});var yn=X((rc,Oi)=>{"use strict";var As=/(<)(\\/?style\\b)/gi,Es=/(<)(!--)/g;function Pe(t){return typeof t!="string"||!t.includes("<")?t:t.replace(As,"\\\\3c $2").replace(Es,"\\\\3c $2")}var Ii={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:" ",beforeRule:`\n`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function Fs(t){return t[0].toUpperCase()+t.slice(1)}var mt=class{constructor(e){this.builder=e}atrule(e,n){let i=e.raws,r="@"+e.name,o=e.params?this.rawValue(e,"params"):"";if(typeof i.afterName<"u"?r+=i.afterName:o&&(r+=" "),e.nodes)this.block(e,r+o);else{let s=(i.between||"")+(n?";":"");this.builder(Pe(r+o+s),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 l=0;l<o;l++)i+=s}return i}block(e,n){let i=this.raw(e,"between","beforeOpen");this.builder(Pe(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(Pe(r)),this.builder("}",e,"end")}body(e){let n=e.nodes,i=n.length-1;for(;i>0&&n[i].type==="comment";)i-=1;let r=this.raw(e,"semicolon"),o=e.type==="document";for(let s=0;s<n.length;s++){let l=n[s],a=this.raw(l,"before");a&&this.builder(o?a:Pe(a)),this.stringify(l,i!==s||r)}}comment(e){let n=this.raw(e,"left","commentLeft"),i=this.raw(e,"right","commentRight");this.builder(Pe("/*"+n+e.text+i+"*/"),e)}decl(e,n){let i=e.raws,r=this.raw(e,"between","colon"),o=e.prop+r+this.rawValue(e,"value");e.important&&(o+=i.important||" !important"),n&&(o+=";"),this.builder(Pe(o),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 Ii[i];let s=e.root(),l=s.rawCache||(s.rawCache={});if(typeof l[i]<"u")return l[i];if(i==="before"||i==="after")return this.beforeAfter(e,i);{let a="raw"+Fs(i);this[a]?r=this[a](s,e):s.walk(c=>{if(r=c.raws[n],typeof r<"u")return!1})}return typeof r>"u"&&(r=Ii[i]),l[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){if(this.body(e),e.raws.after){let n=e.raws.after,i=e.parent&&e.parent.type==="document";this.builder(i?n:Pe(n))}}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(Pe(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)}};Oi.exports=mt;mt.default=mt});var pt=X((oc,Pi)=>{"use strict";var ws=yn();function Sn(t,e){new ws(e).stringify(t)}Pi.exports=Sn;Sn.default=Sn});var It=X((sc,bn)=>{"use strict";bn.exports.isClean=Symbol("isClean");bn.exports.my=Symbol("my")});var gt=X((ac,Wi)=>{"use strict";var Ns=Bt(),Cs=yn(),Ms=pt(),{isClean:ht,my:Ts}=It();function An(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=>An(s,n)):(o==="object"&&r!==null&&(r=An(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 xt=class{get proxyOf(){return this}constructor(e={}){this.raws={},this[ht]=!1,this[Ts]=!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=An(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 Ns(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[ht]=!0}markDirty(){if(this[ht]){this[ht]=!1;let e=this;for(;e=e.parent;)e[ht]=!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 l=o;l<s;l++)r[l]===`\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 Cs().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 l=this[s];if(Array.isArray(l))i[s]=l.map(a=>typeof a=="object"&&a.toJSON?a.toJSON(null,n):a);else if(typeof l=="object"&&l.toJSON)i[s]=l.toJSON(null,n);else if(s==="source"){if(l==null)continue;let a=n.get(l.input);a==null&&(a=o,n.set(l.input,o),o++),i[s]={end:l.end,inputId:a,start:l.start}}else i[s]=l}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=Ms){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)}};Wi.exports=xt;xt.default=xt});var St=X((lc,Hi)=>{"use strict";var ks=gt(),yt=class extends ks{constructor(e){super(e),this.type="comment"}};Hi.exports=yt;yt.default=yt});var At=X((uc,qi)=>{"use strict";var _s=gt(),bt=class extends _s{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"}};qi.exports=bt;bt.default=bt});var We=X((cc,Qi)=>{"use strict";var Ui=St(),zi=At(),Rs=gt(),{isClean:ji,my:Gi}=It(),En,$i,Vi,Fn;function Ki(t){return t.map(e=>(e.nodes&&(e.nodes=Ki(e.nodes)),delete e.source,e))}function Ji(t){if(t[ji]=!1,t.proxyOf.nodes)for(let e of t.proxyOf.nodes)Ji(e)}var Re=class t extends Rs{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 l of o)this.proxyOf.nodes.splice(i,0,l);let s;for(let l in this.indexes)s=this.indexes[l],i<=s&&(this.indexes[l]=s+o.length);return this.markDirty(),this}normalize(e,n){if(typeof e=="string")e=Ki($i(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 zi(e)]}else if(e.selector||e.selectors)e=[new Fn(e)];else if(e.name)e=[new En(e)];else if(e.text)e=[new Ui(e)];else throw new Error("Unknown node type in node creation");return e.map(r=>(r[Gi]||t.rebuild(r),r=r.proxyOf,r.parent&&r.parent.removeChild(r),r[ji]&&Ji(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)}))}};Re.registerParse=t=>{$i=t};Re.registerRule=t=>{Fn=t};Re.registerAtRule=t=>{En=t};Re.registerRoot=t=>{Vi=t};Qi.exports=Re;Re.default=Re;Re.rebuild=t=>{t.type==="atrule"?Object.setPrototypeOf(t,En.prototype):t.type==="rule"?Object.setPrototypeOf(t,Fn.prototype):t.type==="decl"?Object.setPrototypeOf(t,zi.prototype):t.type==="comment"?Object.setPrototypeOf(t,Ui.prototype):t.type==="root"&&Object.setPrototypeOf(t,Vi.prototype),t[Gi]=!0,t.nodes&&t.nodes.forEach(e=>{Re.rebuild(e)})}});var Ot=X((dc,Zi)=>{"use strict";var Yi=We(),Ze=class extends Yi{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)}};Zi.exports=Ze;Ze.default=Ze;Yi.registerAtRule(Ze)});var Pt=X((fc,tr)=>{"use strict";var vs=We(),Xi,er,Ke=class extends vs{constructor(e){super({type:"document",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new Xi(new er,this,e).stringify()}};Ke.registerLazyResult=t=>{Xi=t};Ke.registerProcessor=t=>{er=t};tr.exports=Ke;Ke.default=Ke});var ir=X((mc,nr)=>{var Ds="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Ls=(t,e=21)=>(n=e)=>{let i="",r=n|0;for(;r--;)i+=t[Math.random()*t.length|0];return i},Bs=(t=21)=>{let e="",n=t|0;for(;n--;)e+=Ds[Math.random()*64|0];return e};nr.exports={nanoid:Bs,customAlphabet:Ls}});var Wt=X(()=>{});var Ht=X(()=>{});var wn=X(()=>{});var rr=X(()=>{});var Cn=X((Ec,ar)=>{"use strict";var{existsSync:Is,readFileSync:Os}=rr(),{dirname:Nn,join:Ps}=Wt(),{SourceMapConsumer:or,SourceMapGenerator:sr}=Ht();function Ws(t){return Buffer?Buffer.from(t,"base64").toString():window.atob(t)}var Et=class{constructor(e,n){if(n.map===!1)return;n.unsafeMap&&(this.unsafeMap=!0),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=Nn(this.mapFile)),r&&(this.text=r)}consumer(){return this.consumerCache||(this.consumerCache=new or(this.json||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 l=e.match(n)||e.match(i);if(l)return Ws(e.substr(l[0].length));let a=e.slice(22);throw a=a.slice(0,a.indexOf(",")),new Error("Unsupported source map encoding "+a)}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,n,i){if(!(!i&&!this.unsafeMap&&!/\\.map$/i.test(e))&&(this.root=Nn(e),Is(e)))return this.mapFile=e,Os(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,e,!0);if(!r)throw new Error("Unable to load previous source map: "+i.toString());return r}}else{if(n instanceof or)return sr.fromSourceMap(n).toString();if(n instanceof sr)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;e&&(i=Ps(Nn(e),i));let r=this.loadFile(i,e,!1);if(r)try{this.json=JSON.parse(r.replace(/^\\)]}\'[^\\n]*\\n/,""))}catch{return}return r}}}startWith(e,n){return e?e.substr(0,n.length)===n:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};ar.exports=Et;Et.default=Et});var Ft=X((Fc,fr)=>{"use strict";var{nanoid:Hs}=ir(),{isAbsolute:kn,resolve:_n}=Wt(),{SourceMapConsumer:qs,SourceMapGenerator:Us}=Ht(),{fileURLToPath:lr,pathToFileURL:qt}=wn(),ur=Bt(),zs=Cn(),Mn=gn(),Tn=Symbol("lineToIndexCache"),js=!!(qs&&Us),cr=!!(_n&&kn);function dr(t){if(t[Tn])return t[Tn];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[Tn]=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&&(!cr||/^\\w+:\\/\\//.test(n.from)||kn(n.from)?this.file=n.from:this.file=_n(n.from)),cr&&js){let i=new zs(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 "+Hs(6)+">"),this.map&&(this.map.file=this.from)}error(e,n,i,r={}){let o,s,l,a,c;if(n&&typeof n=="object"){let m=n,f=i;if(typeof m.offset=="number"){a=m.offset;let x=this.fromOffset(a);n=x.line,i=x.col}else n=m.line,i=m.column,a=this.fromLineAndColumn(n,i);if(typeof f.offset=="number"){l=f.offset;let x=this.fromOffset(l);s=x.line,o=x.col}else s=f.line,o=f.column,l=this.fromLineAndColumn(f.line,f.column)}else if(i)a=this.fromLineAndColumn(n,i);else{a=n;let m=this.fromOffset(a);n=m.line,i=m.col}let u=this.origin(n,i,s,o);return u?c=new ur(e,u.endLine===void 0?u.line:{column:u.column,line:u.line},u.endLine===void 0?u.column:{column:u.endColumn,line:u.endLine},u.source,u.file,r.plugin):c=new ur(e,s===void 0?n:{column:i,line:n},s===void 0?i:{column:o,line:s},this.css,this.file,r.plugin),c.input={column:i,endColumn:o,endLine:s,endOffset:l,line:n,offset:a,source:this.css},this.file&&(qt&&(c.input.url=qt(this.file).toString()),c.input.file=this.file),c}fromLineAndColumn(e,n){return dr(this)[e-1]+n-1}fromOffset(e){let n=dr(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:_n(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 l;typeof i=="number"&&(l=o.originalPositionFor({column:r,line:i}));let a;kn(s.source)?a=qt(s.source):a=new URL(s.source,this.map.consumer().sourceRoot||qt(this.map.mapFile));let c={column:s.column,endColumn:l&&l.column,endLine:l&&l.line,line:s.line,url:a.toString()};if(a.protocol==="file:")if(lr)c.file=lr(a);else throw new Error("file: protocol is not available in this PostCSS build");let u=o.sourceContentFor(s.source);return u&&(c.source=u),c}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}};fr.exports=Xe;Xe.default=Xe;Mn&&Mn.registerInput&&Mn.registerInput(Xe)});var et=X((wc,xr)=>{"use strict";var mr=We(),pr,hr,He=class extends mr{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 pr(new hr,this,e).stringify()}};He.registerLazyResult=t=>{pr=t};He.registerProcessor=t=>{hr=t};xr.exports=He;He.default=He;mr.registerRoot(He)});var Rn=X((Nc,gr)=>{"use strict";var wt={comma(t){return wt.split(t,[","],!0)},space(t){let e=[" ",`\n`," "];return wt.split(t,e)},split(t,e,n){let i=[],r="",o=!1,s=0,l=!1,a="",c=!1;for(let u of t)c?c=!1:u==="\\\\"?c=!0:l?u===a&&(l=!1):u===\'"\'||u==="\'"?(l=!0,a=u):u==="("?s+=1:u===")"?s>0&&(s-=1):s===0&&e.includes(u)&&(o=!0),o?(r!==""&&i.push(r.trim()),r="",o=!1):r+=u;return(n||r!=="")&&i.push(r.trim()),i}};gr.exports=wt;wt.default=wt});var Ut=X((Cc,Sr)=>{"use strict";var yr=We(),Gs=Rn(),tt=class extends yr{get selectors(){return Gs.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=[])}};Sr.exports=tt;tt.default=tt;yr.registerRule(tt)});var Ar=X((Mc,br)=>{"use strict";var $s=Ot(),Vs=St(),Ks=At(),Js=Ft(),Qs=Cn(),Ys=et(),Zs=Ut();function Nt(t,e){if(Array.isArray(t))return t.map(r=>Nt(r));let{inputs:n,...i}=t;if(n){e=[];for(let r of n){let o={...r,__proto__:Js.prototype};o.map&&(o.map={...o.map,__proto__:Qs.prototype}),e.push(o)}}if(i.nodes&&(i.nodes=t.nodes.map(r=>Nt(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 Ys(i);if(i.type==="decl")return new Ks(i);if(i.type==="rule")return new Zs(i);if(i.type==="comment")return new Vs(i);if(i.type==="atrule")return new $s(i);throw new Error("Unknown node type: "+t.type)}br.exports=Nt;Nt.default=Nt});var Dn=X((Tc,Mr)=>{"use strict";var{dirname:zt,relative:Fr,resolve:wr,sep:Nr}=Wt(),{SourceMapConsumer:Cr,SourceMapGenerator:jt}=Ht(),{pathToFileURL:Er}=wn(),Xs=Ft(),ea=!!(Cr&&jt),ta=!!(zt&&wr&&Fr&&Nr),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||zt(e.file),r;this.mapOpts.sourcesContent===!1?(r=new Cr(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(),ta&&ea&&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=jt.fromSourceMap(e,{ignoreInvalidMapping:!0})}else this.map=new jt({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 jt({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,(l,a,c)=>{if(this.css+=l,a&&c!=="end"&&(r.generated.line=e,r.generated.column=n-1,a.source&&a.source.start?(r.source=this.sourcePath(a),r.original.line=a.source.start.line,r.original.column=a.source.start.column-1,this.map.addMapping(r)):(r.source=i,r.original.line=1,r.original.column=0,this.map.addMapping(r))),s=l.match(/\\n/g),s?(e+=s.length,o=l.lastIndexOf(`\n`),n=l.length-o):n+=l.length,a&&c!=="start"){let u=a.parent||{raws:{}};(!(a.type==="decl"||a.type==="atrule"&&!a.nodes)||a!==u.last||u.raws.semicolon)&&(a.source&&a.source.end?(r.source=this.sourcePath(a),r.original.line=a.source.end.line,r.original.column=a.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?zt(this.opts.to):".";typeof this.mapOpts.annotation=="string"&&(i=zt(wr(i,this.mapOpts.annotation)));let r=Fr(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 Xs(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(Er){let i=Er(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;Nr==="\\\\"&&(e=e.replace(/\\\\/g,"/"));let i=encodeURI(e).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(e,i),i}};Mr.exports=vn});var _r=X((kc,kr)=>{"use strict";var Gt=/[\\t\\n\\f\\r "#\'()/;[\\\\\\]{}]/g,$t=/[\\t\\n\\f\\r !"#\'():;@[\\\\\\]{}]|\\/(?=\\*)/g,na=/.[\\r\\n"\'(/\\\\]/,Tr=/[\\da-f]/i;kr.exports=function(e,n={}){let i=e.css.valueOf(),r=n.ignoreErrors,o,s,l,a,c,u,m,f,x,F,E=i.length,b=0,O=[],I=[],_=-1;function ee(){return b}function R(w){throw e.error("Unclosed "+w,b)}function N(){return I.length===0&&b>=E}function g(w){if(I.length)return I.pop();if(b>=E)return;let C=w?w.ignoreUnclosed:!1;switch(o=i.charCodeAt(b),o){case 10:case 32:case 9:case 13:case 12:{a=b;do a+=1,o=i.charCodeAt(a);while(o===32||o===10||o===9||o===13||o===12);u=["space",i.slice(b,a)],b=a-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let M=String.fromCharCode(o);u=[M,M,b];break}case 40:{if(F=O.length?O.pop()[1]:"",x=i.charCodeAt(b+1),F==="url"&&x!==39&&x!==34&&x!==32&&x!==10&&x!==9&&x!==12&&x!==13){a=b;do{if(m=!1,a=i.indexOf(")",a+1),a===-1)if(r||C){a=b;break}else R("bracket");for(f=a;i.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);u=["brackets",i.slice(b,a+1),b,a],b=a}else b<=_?u=["(","(",b]:(a=i.indexOf(")",b+1),s=i.slice(b,a+1),a===-1||na.test(s)?(_=a===-1?E:a,u=["(","(",b]):(u=["brackets",s,b,a],b=a));break}case 39:case 34:{c=o===39?"\'":\'"\',a=b;do{if(m=!1,a=i.indexOf(c,a+1),a===-1)if(r||C){a=b+1;break}else R("string");for(f=a;i.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);u=["string",i.slice(b,a+1),b,a],b=a;break}case 64:{Gt.lastIndex=b+1,Gt.test(i),Gt.lastIndex===0?a=i.length-1:a=Gt.lastIndex-2,u=["at-word",i.slice(b,a+1),b,a],b=a;break}case 92:{for(a=b,l=!0;i.charCodeAt(a+1)===92;)a+=1,l=!l;if(o=i.charCodeAt(a+1),l&&o!==47&&o!==32&&o!==10&&o!==9&&o!==13&&o!==12&&(a+=1,Tr.test(i.charAt(a)))){for(;Tr.test(i.charAt(a+1));)a+=1;i.charCodeAt(a+1)===32&&(a+=1)}u=["word",i.slice(b,a+1),b,a],b=a;break}default:{o===47&&i.charCodeAt(b+1)===42?(a=i.indexOf("*/",b+2)+1,a===0&&(r||C?a=i.length:R("comment")),u=["comment",i.slice(b,a+1),b,a],b=a):($t.lastIndex=b+1,$t.test(i),$t.lastIndex===0?a=i.length-1:a=$t.lastIndex-2,u=["word",i.slice(b,a+1),b,a],O.push(u),b=a);break}}return b++,u}function A(w){I.push(w)}return{back:A,endOfFile:N,nextToken:g,position:ee}}});var Lr=X((_c,Dr)=>{"use strict";var ia=Ot(),ra=St(),oa=At(),sa=et(),Rr=Ut(),aa=_r(),vr={empty:!0,space:!0};function la(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 sa,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 ia;n.name=e[1].slice(1),n.name===""&&this.unnamedAtrule(n,e),this.init(n,e[2]);let i,r,o,s=!1,l=!1,a=[],c=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i==="("||i==="["?c.push(i==="("?")":"]"):i==="{"&&c.length>0?c.push("}"):i===c[c.length-1]&&c.pop(),c.length===0)if(i===";"){n.source.end=this.getPosition(e[2]),n.source.end.offset++,this.semicolon=!0;break}else if(i==="{"){l=!0;break}else if(i==="}"){if(a.length>0){for(o=a.length-1,r=a[o];r&&r[0]==="space";)r=a[--o];r&&(n.source.end=this.getPosition(r[3]||r[2]),n.source.end.offset++)}this.end(e);break}else a.push(e);else a.push(e);if(this.tokenizer.endOfFile()){s=!0;break}}n.raws.between=this.spacesAndCommentsFromEnd(a),a.length?(n.raws.afterName=this.spacesAndCommentsFromStart(a),this.raw(n,"params",a),s&&(e=a[a.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=""),l&&(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,l]of e.entries()){if(r=l,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 ra;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=aa(this.input)}decl(e,n){let i=new oa;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]||la(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 c=e[0][0];if(c===":"||c==="space"||c==="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=[],l;for(;e.length&&(l=e[0][0],!(l!=="space"&&l!=="comment"));)s.push(e.shift());this.precheckMissedSemicolon(e);for(let c=e.length-1;c>=0;c--){if(o=e[c],o[1].toLowerCase()==="!important"){i.important=!0;let u=this.stringFrom(e,c);u=this.spacesFromEnd(e)+u,u!==" !important"&&(i.raws.important=u);break}else if(o[1].toLowerCase()==="important"){let u=e.slice(0),m="";for(let f=c;f>0;f--){let x=u[f][0];if(m.trim().startsWith("!")&&x!=="space")break;m=u.pop()[1]+m}m.trim().startsWith("!")&&(i.important=!0,i.raws.important=m,e=u)}if(o[0]!=="space"&&o[0]!=="comment")break}e.some(c=>c[0]!=="space"&&c[0]!=="comment")&&(i.raws.between+=s.map(c=>c[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 Rr;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=[],l=e[1].startsWith("--"),a=[],c=e;for(;c;){if(i=c[0],a.push(c),i==="("||i==="[")o||(o=c),s.push(i==="("?")":"]");else if(l&&r&&i==="{")o||(o=c),s.push("}");else if(s.length===0)if(i===";")if(r){this.decl(a,l);return}else break;else if(i==="{"){this.rule(a);return}else if(i==="}"){this.tokenizer.back(a.pop()),n=!0;break}else i===":"&&(r=!0);else i===s[s.length-1]&&(s.pop(),s.length===0&&(o=null));c=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(n=!0),s.length>0&&this.unclosedBracket(o),n&&r){if(!l)for(;a.length&&(c=a[a.length-1][0],!(c!=="space"&&c!=="comment"));)this.tokenizer.back(a.pop());this.decl(a,l)}else this.unknownWord(a)}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,l=i.length,a="",c=!0,u,m;for(let f=0;f<l;f+=1)o=i[f],s=o[0],s==="space"&&f===l-1&&!r?c=!1:s==="comment"?(m=i[f-1]?i[f-1][0]:"empty",u=i[f+1]?i[f+1][0]:"empty",!vr[m]&&!vr[u]?a.slice(-1)===","?c=!1:a+=o[1]:c=!1):a+=o[1];if(!c){let f=i.reduce((x,F)=>x+F[1],"");e.raws[n]={raw:f,value:a}}e[n]=a}rule(e){e.pop();let n=new Rr;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})}};Dr.exports=Ln});var Kt=X((Rc,Br)=>{"use strict";var ua=We(),ca=Ft(),da=Lr();function Vt(t,e){let n=new ca(t,e),i=new da(n);try{i.parse()}catch(r){throw r}return i.root}Br.exports=Vt;Vt.default=Vt;ua.registerParse(Vt)});var Bn=X((vc,Ir)=>{"use strict";var Ct=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}};Ir.exports=Ct;Ct.default=Ct});var Jt=X((Dc,Or)=>{"use strict";var fa=Bn(),Mt=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 fa(e,n);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type==="warning")}};Or.exports=Mt;Mt.default=Mt});var In=X((Lc,Wr)=>{"use strict";var Pr={};Wr.exports=function(e){Pr[e]||(Pr[e]=!0,typeof console<"u"&&console.warn&&console.warn(e))}});var Wn=X((Ic,zr)=>{"use strict";var ma=We(),pa=Pt(),ha=Dn(),xa=Kt(),Hr=Jt(),ga=et(),ya=pt(),{isClean:Le,my:Sa}=It(),Bc=In(),ba={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},Aa={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},Ea={Once:!0,postcssPlugin:!0,prepare:!0},nt=0;function Tt(t){return typeof t=="object"&&typeof t.then=="function"}function Ur(t){let e=!1,n=ba[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 qr(t){let e;return t.type==="document"?e=["Document",nt,"DocumentExit"]:t.type==="root"?e=["Root",nt,"RootExit"]:e=Ur(t),{eventIndex:0,events:e,iterator:0,node:t,visitorIndex:0,visitors:[]}}function On(t){return t[Le]=!1,t.nodes&&t.nodes.forEach(e=>On(e)),t}var Pn={},qe=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=On(n);else if(n instanceof t||n instanceof Hr)r=On(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=xa;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[Sa]&&ma.rebuild(r)}this.result=new Hr(e,r,i),this.helpers={...Pn,postcss:Pn,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(!Aa[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${n.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!Ea[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(Tt(i))try{await i}catch(r){throw this.handleError(r)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Le];){e[Le]=!0;let n=[qr(e)];for(;n.length>0;){let i=this.visitTick(n);if(Tt(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 Tt(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=ya;e.syntax&&(n=e.syntax.stringify),e.stringifier&&(n=e.stringifier),n.stringify&&(n=n.stringify);let i=this.result.root.source;if(e.map===void 0&&!(i&&i.input&&i.input.map)){let s="";return n(this.result.root,l=>{s+=l}),this.result.css=s,this.result}let o=new ha(n,this.result.root,this.result.opts).generate();return this.result.css=o[0],this.result.map=o[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(Tt(n))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Le];)e[Le]=!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(Tt(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,l]=r[n.visitorIndex];n.visitorIndex+=1,n.visitorIndex===r.length&&(n.visitors=[],n.visitorIndex=0),this.result.lastPlugin=s;try{return l(i.toProxy(),this.helpers)}catch(a){throw this.handleError(a,i)}}if(n.iterator!==0){let s=n.iterator,l;for(;l=i.nodes[i.indexes[s]];)if(i.indexes[s]+=1,!l[Le]){l[Le]=!0,e.push(qr(l));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[Le]=!0,n.iterator=i.getIterator());return}else if(this.listeners[s]){n.visitors=this.listeners[s];return}}e.pop()}walkSync(e){e[Le]=!0;let n=Ur(e);for(let i of n)if(i===nt)e.nodes&&e.each(r=>{r[Le]||this.walkSync(r)});else{let r=this.listeners[i];if(r&&this.visitSync(r,e.toProxy()))return}}warnings(){return this.sync().warnings()}};qe.registerPostcss=t=>{Pn=t};zr.exports=qe;qe.default=qe;ga.registerLazyResult(qe);pa.registerLazyResult(qe)});var Gr=X((Pc,jr)=>{"use strict";var Fa=Dn(),wa=Kt(),Na=Jt(),Ca=pt(),Oc=In(),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=wa;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=Ca;this.result=new Na(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 Fa(r,void 0,this._opts,n);if(s.isMap()){let[l,a]=s.generate();l&&(this.result.css=l),a&&(this.result.map=a)}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[]}};jr.exports=kt;kt.default=kt});var Vr=X((Wc,$r)=>{"use strict";var Ma=Pt(),Ta=Wn(),ka=Gr(),_a=et(),Je=class{constructor(e=[]){this.version="8.5.14",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 ka(this,e,n):new Ta(this,e,n)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}};$r.exports=Je;Je.default=Je;_a.registerProcessor(Je);Ma.registerProcessor(Je)});var to=X((Hc,eo)=>{"use strict";var Kr=Ot(),Jr=St(),Ra=We(),va=Bt(),Qr=At(),Yr=Pt(),Da=Ar(),La=Ft(),Ba=Wn(),Ia=Rn(),Oa=gt(),Pa=Kt(),Hn=Vr(),Wa=Jt(),Zr=et(),Xr=Ut(),Ha=pt(),qa=Bn();function ie(...t){return t.length===1&&Array.isArray(t[0])&&(t=t[0]),new Hn(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 l=n(...s);return l.postcssPlugin=e,l.postcssVersion=new Hn().version,l}let o;return Object.defineProperty(r,"postcss",{get(){return o||(o=r()),o}}),r.process=function(s,l,a){return ie([r(a)]).process(s,l)},r};ie.stringify=Ha;ie.parse=Pa;ie.fromJSON=Da;ie.list=Ia;ie.comment=t=>new Jr(t);ie.atRule=t=>new Kr(t);ie.decl=t=>new Qr(t);ie.rule=t=>new Xr(t);ie.root=t=>new Zr(t);ie.document=t=>new Yr(t);ie.CssSyntaxError=va;ie.Declaration=Qr;ie.Container=Ra;ie.Processor=Hn;ie.Document=Yr;ie.Comment=Jr;ie.Warning=qa;ie.AtRule=Kr;ie.Result=Wa;ie.Input=La;ie.Rule=Xr;ie.Root=Zr;ie.Node=Oa;Ba.registerPostcss(ie);eo.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 Fe(t){try{window.parent.postMessage(t,"*")}catch(e){D("bridge.postMessage",e)}}function li(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==="tick"){t.onTick();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&&ts(o,s)}};return window.addEventListener("message",e),e}function ts(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 dn=null;function ui(t){dn=t}function at(t,e){if(dn)try{dn({source:"hf-preview",type:"analytics",event:t,properties:e??{}})}catch(n){D("runtime.analytics.site1",n)}}function ci(t){let e=[],n=l=>{if(typeof l.getAnimations!="function")return[];try{return l.getAnimations()}catch{return[]}},i=(l,a)=>{for(let c of l){try{c.currentTime=a}catch(u){D("runtime.adapters.css.site1",u)}try{c.pause()}catch(u){D("runtime.adapters.css.site2",u)}}},r=l=>{for(let a of l)try{a.play()}catch(c){D("runtime.adapters.css.site3",c)}},o=l=>{for(let a of l)try{a.pause()}catch(c){D("runtime.adapters.css.site4",c)}},s=l=>{l.baseDelay?l.el.style.animationDelay=l.baseDelay:l.el.style.removeProperty("animation-delay"),l.basePlayState?l.el.style.animationPlayState=l.basePlayState:l.el.style.removeProperty("animation-play-state")};return{name:"css",discover:()=>{e=[];let l=document.querySelectorAll("*");for(let a of l){if(!(a instanceof HTMLElement))continue;let c=window.getComputedStyle(a);!c.animationName||c.animationName==="none"||e.push({el:a,baseDelay:a.style.animationDelay||"",basePlayState:a.style.animationPlayState||""})}},seek:l=>{let a=Number(l.time)||0;for(let c of e){if(!c.el.isConnected)continue;let u=t?.resolveStartSeconds?t.resolveStartSeconds(c.el):Number.parseFloat(c.el.getAttribute("data-start")??"0")||0,m=Math.max(0,a-u)*1e3,f=n(c.el);if(f.length>0){i(f,m);continue}c.el.style.animationPlayState="paused",c.el.style.animationDelay=`-${(m/1e3).toFixed(3)}s`}},pause:()=>{for(let l of e){if(!l.el.isConnected)continue;let a=n(l.el);a.length>0&&o(a),s(l)}},play:()=>{for(let l of e)l.el.isConnected&&(s(l),r(n(l.el)))},revert:()=>{e=[]}}}function di(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 fi(){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 hi(){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(mi(i))i.goToAndStop(e*1e3,!1);else if(pi(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{(mi(e)||pi(e))&&e.pause()}catch(n){D("runtime.adapters.lottie.site3",n)}},revert:()=>{}}}function mi(t){return typeof t=="object"&&t!==null&&typeof t.goToAndStop=="function"}function pi(t){return typeof t=="object"&&t!==null&&typeof t.pause=="function"&&("totalFrames"in t||"duration"in t)}var xi=-1;function Lt(t){if(t!==xi){xi=t;try{window.dispatchEvent(new CustomEvent("hf-seek",{detail:{time:t}}))}catch(e){D("runtime.adapters.seek-dispatch.site1",e)}}}function gi(){let t=null,e=0;return{name:"three",discover:()=>{},seek:n=>{t=Math.max(0,Number(n.time)||0),e=t,window.__hfThreeTime=t,Lt(t)},pause:()=>{t==null&&(t=Math.max(0,e))},play:()=>{t=null},revert:()=>{t=null,e=0}}}function yi(){let t=null,e=0;return{name:"typegpu",discover:()=>{},seek:n=>{t=Math.max(0,Number(n.time)||0),e=t,window.__hfTypegpuTime=t,Lt(t)},pause:()=>{t==null&&(t=Math.max(0,e))},play:()=>{t=null},revert:()=>{t=null,e=0}}}function Si(){let t=globalThis.GPUQueue;if(!t?.prototype?.copyExternalImageToTexture)return;let e=t.prototype.copyExternalImageToTexture;t.prototype.copyExternalImageToTexture=function(n,i,r){if(n?.source instanceof HTMLVideoElement){let o=n.source.nextElementSibling;if(o instanceof HTMLImageElement&&o.classList.contains("__render_frame__")&&o.complete&&o.naturalWidth>0)return e.call(this,{...n,source:o},i,r)}return e.call(this,n,i,r)}}function bi(){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 Ai(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 l=t?.resolveStartSeconds?t.resolveStartSeconds(s):Number.parseFloat(s.dataset.start??"0");if(!Number.isFinite(l))continue;let a=Number.parseFloat(s.dataset.playbackStart??s.dataset.mediaStart??"0")||0,c=s.defaultPlaybackRate,u=Number.isFinite(c)&&c>0?Math.max(.1,Math.min(5,c)):1,m=s.loop,f=Number.isFinite(s.duration)&&s.duration>0?s.duration:null,x=t?.resolveDurationSeconds?.(s)??Number.parseFloat(s.dataset.duration??"");(!Number.isFinite(x)||x<=0)&&f!=null&&(x=Math.max(0,(f-a)/u));let F=Number.isFinite(x)&&x>0?l+x:Number.POSITIVE_INFINITY,E=Number.parseFloat(s.dataset.volume??""),b={el:s,start:l,mediaStart:a,duration:Number.isFinite(x)&&x>0?x:Number.POSITIVE_INFINITY,end:F,volume:Number.isFinite(E)?E:null,playbackRate:u,loop:m,sourceDuration:f};i.push(b),s.tagName==="VIDEO"&&r.push(b),Number.isFinite(F)&&(o=Math.max(o,F))}return{timedMediaEls:n,mediaClips:i,videoClips:r,maxMediaEnd:o}}var fn=new WeakMap,lt=new WeakMap,mn=new WeakSet,Qe=new WeakSet;function ns(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 Ei(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 R=n.sourceDuration-n.mediaStart;R>0&&r>=n.sourceDuration&&(r=n.mediaStart+(r-n.mediaStart)%R)}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(R){D("runtime.media.site1",R)}let l=.04,a=2,c=i.currentTime||0,u=Math.abs(c-r),m=r-c,f=fn.get(i);fn.set(i,m);let x=f===void 0,F=!x&&Math.abs(m-f)>.5,E=u>3,b=u>.5&&(x||F||E),O=i.tagName==="VIDEO"&&!i.paused,I=f!==void 0&&Math.abs(m-f)<.004,_=!1;if(!O&&!b&&!x&&I&&u>l){let R=(lt.get(i)??0)+1;lt.set(i,R),R>=a&&(_=!0,lt.set(i,0))}else u<=l&<.set(i,0);let ee=!O&&t.forceSync&&u>.02;if(b||_||ee){try{i.currentTime=r}catch(R){D("runtime.media.site2",R)}if(Math.abs(i.currentTime-r)>.5&&!mn.has(i)){mn.add(i),i.load();try{i.currentTime=r}catch(R){D("runtime.media.site3",R)}}Qe.delete(i)}t.playing&&i.paused&&!Qe.has(i)?(ns(i),i.play().catch(R=>{Qe.delete(i),(R&&typeof R=="object"&&"name"in R?String(R.name??""):"")==="NotAllowedError"&&t.onAutoplayBlocked?.()})):!t.playing&&!i.paused&&i.pause();continue}fn.delete(i),lt.delete(i),mn.delete(i),i.paused||i.pause()}}var is=["[data-hyperframes-ignore]","[data-hyperframes-picker-ignore]","[data-hf-ignore]","[data-no-inspect]","[data-no-pick]","[data-hyper-shader-loading]"].join(","),rs=["[data-hyperframes-picker-block]","[data-hyper-shader-loading]"].join(",");function Fi(t){let e=!1,n=null,i=null,r=null,o=null;function s(g,A){try{window.dispatchEvent(new CustomEvent(g,{detail:A}))}catch(w){D("runtime.picker.site1",w)}}function l(g){r=g,s("hyperframe:picker:hovered",{elementInfo:r,isPickMode:e,timestamp:Date.now()})}function a(g){o=g,s("hyperframe:picker:selected",{elementInfo:o,isPickMode:e,timestamp:Date.now()})}function c(g){let A=g.ownerDocument.defaultView;if(!A)return!1;let w=g;for(;w&&w!==document.body&&w!==document.documentElement;){let C=A.getComputedStyle(w);if(C.display==="none"||C.visibility==="hidden"||C.pointerEvents==="none")return!0;let M=Number.parseFloat(C.opacity);if(Number.isFinite(M)&&M<=.01)return!0;w=w.parentElement}return!1}function u(g){if(!g||g===document.body||g===document.documentElement)return!1;let A=g.tagName.toLowerCase();return!(A==="script"||A==="style"||A==="link"||A==="meta"||g.classList.contains("__hf-pick-highlight")||g.closest(is)||c(g))}function m(g){return!!g?.closest(rs)}function f(g){let A=g;if(A.id)return`#${A.id}`;let w=g.getAttribute("data-composition-id");if(w)return`[data-composition-id="${w}"]`;let C=g.getAttribute("data-composition-src");if(C)return`[data-composition-src="${C}"]`;let M=g.getAttribute("data-track-index");if(M)return`[data-track-index="${M}"]`;let k=g.tagName.toLowerCase(),Y=g.parentElement;if(!Y)return k;let V=Y.querySelectorAll(`:scope > ${k}`);if(V.length===1)return k;for(let v=0;v<V.length;v+=1)if(V[v]===g)return`${k}:nth-of-type(${v+1})`;return k}function x(g){let A=g.tagName.toLowerCase(),w=(g.textContent??"").trim().replace(/\\s+/g," "),C=(M,k)=>M.length>k?`${M.slice(0,k-1)}\\u2026`:M;return A==="h1"||A==="h2"||A==="h3"?"Heading":A==="p"||A==="span"||A==="div"?w.length>0?C(w,56):"Text":A==="img"?"Image":A==="video"?"Video":A==="audio"?"Audio":A==="svg"?"Shape":g.getAttribute("data-composition-src")?"Composition":A==="section"?"Section":`${A.charAt(0).toUpperCase()}${A.slice(1)}`}function F(g,A,w){let C=typeof w=="number"&&w>0?w:8,M=[];if(document.elementsFromPoint)M=document.elementsFromPoint(g,A);else if(document.elementFromPoint){let V=document.elementFromPoint(g,A);M=V?[V]:[]}if(m(M[0]??null))return[];let k={},Y=[];for(let V=0;V<M.length;V+=1){let v=M[V];if(!u(v))continue;let le=`${v.tagName}::${v.id||""}::${V}`;if(!k[le]&&(k[le]=!0,Y.push(v),Y.length>=C))break}return Y}function E(g){let A=g.getBoundingClientRect(),w={};for(let M=0;M<g.attributes.length;M+=1){let k=g.attributes[M];k.name.startsWith("data-")&&(w[k.name]=k.value)}return{id:g.id||null,tagName:g.tagName.toLowerCase(),selector:f(g),label:x(g),boundingBox:{x:A.left,y:A.top,width:A.width,height:A.height},textContent:g.textContent?g.textContent.trim().slice(0,200):null,src:g.getAttribute("src")||g.getAttribute("data-composition-src")||null,dataAttributes:w}}function b(g,A,w){return F(g,A,w).map(E)}function O(g){if(!e)return;let w=F(g.clientX,g.clientY,1)[0]??(g.target instanceof Element?g.target:null);if(!u(w)||n===w)return;n&&n.classList.remove("__hf-pick-highlight"),n=w,w.classList.add("__hf-pick-highlight");let C=E(w);l(C),t.postMessage({source:"hf-preview",type:"element-hovered",elementInfo:C})}function I(g){if(!e)return;g.preventDefault(),g.stopPropagation(),g.stopImmediatePropagation();let A=b(g.clientX,g.clientY,8);A.length!==0&&(l(A[0]??null),t.postMessage({source:"hf-preview",type:"element-pick-candidates",candidates:A,selectedIndex:0,point:{x:g.clientX,y:g.clientY}}))}function _(g){g.key==="Escape"&&(R(),t.postMessage({source:"hf-preview",type:"pick-mode-cancelled"}))}function ee(){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",O,!0),document.addEventListener("click",I,!0),document.addEventListener("keydown",_,!0),s("hyperframe:picker:mode",{isPickMode:!0,timestamp:Date.now()}))}function R(){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",O,!0),document.removeEventListener("click",I,!0),document.removeEventListener("keydown",_,!0),s("hyperframe:picker:mode",{isPickMode:!1,timestamp:Date.now()}))}function N(){window.__HF_PICKER_API={enable:ee,disable:R,isActive:()=>e,getHovered:()=>r,getSelected:()=>o,getCandidatesAtPoint:(g,A,w)=>Number.isFinite(g)&&Number.isFinite(A)?b(g,A,w):[],pickAtPoint:(g,A,w)=>{if(!Number.isFinite(g)||!Number.isFinite(A))return null;let C=b(g,A,8);if(!C.length)return null;let M=Math.max(0,Math.min(C.length-1,Number(w??0))),k=C[M]??null;return k?(a(k),t.postMessage({source:"hf-preview",type:"element-picked",elementInfo:k}),R(),k):null},pickManyAtPoint:(g,A,w)=>{if(!Number.isFinite(g)||!Number.isFinite(A))return[];let C=b(g,A,8);if(!C.length)return[];let M=[],k=Array.isArray(w)?w:[0];for(let Y of k){let V=Math.max(0,Math.min(C.length-1,Math.floor(Number(Y)))),v=C[V];if(!v)continue;M.some(Ae=>Ae.selector===v.selector&&Ae.tagName===v.tagName)||M.push(v)}return M.length?(a(M[0]??null),t.postMessage({source:"hf-preview",type:"element-picked-many",elementInfos:M}),R(),M):[]}},s("hyperframe:picker:api-ready",{hasApi:!0,timestamp:Date.now()})}return{enablePickMode:ee,disablePickMode:R,installPickerApi:N}}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 ut(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 wi(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 os(t,e,n,i){let r=[];ut(t,e,o=>{o.play(),r.push(o)});try{return wi(e,n,i)}finally{for(let o of r)try{o.pause()}catch(s){D("runtime.player.site2",s)}}}function ss(t,e){ut(t,e,n=>{n.play()})}function Ni(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(),ut(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(),ut(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,n)=>{let i=t.getTimeline();if(!i)return;let r=Math.max(0,Number(e)||0),o=t.getIsPlaying(),s=os(t.getTimelineRegistry?.(),i,r,t.getCanonicalFps());t.onDeterministicSeek(s),n?.keepPlaying&&o?(typeof i.timeScale=="function"&&i.timeScale(t.getPlaybackRate()),i.play(),ut(t.getTimelineRegistry?.(),i,l=>{typeof l.timeScale=="function"&&l.timeScale(t.getPlaybackRate()),l.play()}),t.onDeterministicPlay(),t.onShowNativeVideos(),t.onSyncMedia(s,!0)):(t.setIsPlaying(!1),t.onSyncMedia(s,!1)),t.onRenderFrameSeek(s),t.onStatePost(!0)},renderSeek:e=>{let n=t.getTimeline(),i=t.getCanonicalFps(),r=n?(ss(t.getTimelineRegistry?.(),n),wi(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 Ci(){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 as="data-hf-authored-duration",ls="data-hf-authored-end";function $e(t){if(t==null||t==="")return null;let e=Number(t);return Number.isFinite(e)?e:null}function us(t){return $e(t.getAttribute("data-duration"))}function cs(t){return $e(t.getAttribute("data-end"))}function ds(t){return $e(t.getAttribute(as))}function fs(t){return $e(t.getAttribute(ls))}function ms(t){let e=(t??"").trim();if(!e)return null;let n=$e(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",l=Number.parseFloat(s),a=Number.isFinite(l)?Math.max(0,l):0,c=o==="-"?-a:a;return{kind:"reference",refId:r,offset:c}}function Ve(t){let e=t.timelineRegistry??{},n=t.includeAuthoredTimingAttrs??!1,i=new WeakMap,r=new WeakMap,o=new Set,s=u=>{let m=document.getElementById(u);return m||(document.querySelector(`[data-composition-id="${CSS.escape(u)}"]`)??null)},l=u=>{let m=r.get(u);if(m!==void 0)return m;let f=null,x=us(u)??(n?ds(u):null);if(x!=null&&x>0&&(f=x),f==null||f<=0){let F=cs(u)??(n?fs(u):null);if(F!=null){let E=c(u,0),b=F-E;Number.isFinite(b)&&b>0&&(f=b)}}if((f==null||f<=0)&&u instanceof HTMLMediaElement){let F=$e(u.getAttribute("data-playback-start"))??$e(u.getAttribute("data-media-start"))??0;Number.isFinite(u.duration)&&u.duration>F&&(f=u.duration-F)}if(f==null||f<=0){let F=u.getAttribute("data-composition-id");if(F){let E=e[F]??null;if(E&&typeof E.duration=="function")try{let b=Number(E.duration());Number.isFinite(b)&&b>0&&(f=b)}catch(b){D("runtime.startResolver.site1",b)}}}return f!=null&&Number.isFinite(f)&&f>0?(r.set(u,f),f):(r.set(u,null),null)},a=(u,m)=>{if(u.hasAttribute("data-composition-id")){let x=u.parentElement?.closest("[data-composition-id]");return x?c(x,m):0}let f=u.closest("[data-composition-id]");return f?c(f,m):0},c=(u,m)=>{let f=i.get(u);if(f!==void 0)return f??m;if(o.has(u))return m;o.add(u);try{let x=ms(u.getAttribute("data-start"));if(!x){if(u.hasAttribute("data-composition-id")){let I=u.parentElement;if(I&&(I.hasAttribute("data-composition-src")||I.hasAttribute("data-composition-id"))){let _=c(I,m);return i.set(u,_),_}}return i.set(u,m),m}if(x.kind==="absolute"){let I=Math.max(0,x.value),_=Math.max(0,a(u,m)+I);return i.set(u,_),_}let F=s(x.refId);if(!F)return i.set(u,m),m;let E=c(F,0),b=l(F);if(b==null||b<=0){let I=Math.max(0,E+x.offset);return i.set(u,I),I}let O=Math.max(0,E+b+x.offset);return i.set(u,O),O}finally{o.delete(u)}};return{resolveStartForElement:(u,m=0)=>c(u,Math.max(0,m)),resolveDurationForElement:u=>l(u)}}var ps="data-hf-authored-duration",hs="data-hf-authored-end";function we(t){if(t==null||t==="")return null;let e=Number(t);return Number.isFinite(e)?e:null}function pn(t){return we(t.getAttribute("data-duration"))??we(t.getAttribute(ps))}function Mi(t){return we(t.getAttribute("data-end"))??we(t.getAttribute(hs))}function hn(...t){let e=t.filter(n=>Number.isFinite(n??null));return e.length===0?null:Math.max(...e)}var Ti={composition:0,video:1,image:2,element:3,audio:4};function xs(t){if(t.length===0)return;let e=new Map;for(let s of t){let l=e.get(s.track)??new Set;l.add(s.kind),e.set(s.track,l)}if(!Array.from(e.values()).some(s=>s.size>1))return;let i=0,r=new Map,o=[...e.keys()].sort((s,l)=>s-l);for(let s of o){let l=e.get(s);if(l.size===1)r.set(`${s}:${[...l][0]}`,i++);else{let a=[...l].sort((c,u)=>(Ti[c]??99)-(Ti[u]??99));for(let c of a)r.set(`${s}:${c}`,i++)}}for(let s of t){let l=`${s.track}:${s.kind}`,a=r.get(l);a!=null&&(s.track=a)}}function dt(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 ki(t){let e=t.getAttribute("src")??t.getAttribute("data-src");if(e)return dt(e);let n=t.getAttribute("data-composition-src");if(n)return dt(n);let i=t.querySelector("img[src], video[src], audio[src], source[src]");return i?dt(i.getAttribute("src")):null}function gs(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 ys(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 Ss(t){let e=t.textContent?.replace(/\\s+/g," ").trim();return e?e.length>32?`${e.slice(0,31)}...`:e:null}function ct(t){let e=t.replace(/\\.[^.]+$/i,"").replace(/[-_]+/g," ").replace(/\\s+/g," ").trim();return e?e.replace(/\\b\\w/g,n=>n.toUpperCase()):t}function bs(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 ct(r);let o=t.id;if(o)return ct(o);let s=gs(t);if(s)return ct(s);let l=ys(ki(t));if(l)return ct(l);let a=Ss(t);return a||`${ct(e)} ${n+1}`}function _i(t){let n=window.__timelines??{},i=Ve({timelineRegistry:n,includeAuthoredTimingAttrs:!0}),r=H=>{if(!H)return null;let T=n[H]??null;if(!T||typeof T.duration!="function")return null;try{let P=Number(T.duration());return Number.isFinite(P)&&P>0?P:null}catch{return null}},o=H=>{let T=we(H.getAttribute("data-duration"));if(T!=null&&T>0)return T;let P=we(H.getAttribute("data-playback-start"))??we(H.getAttribute("data-media-start"))??0;return Number.isFinite(H.duration)&&H.duration>P?Math.max(0,H.duration-P):null},s=()=>{let H=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(H.length===0)return null;let T=0;for(let P of H){let Z=i.resolveStartForElement(P,0);if(!Number.isFinite(Z))continue;let re=o(P);re==null||re<=0||(T=Math.max(T,Math.max(0,Z)+re))}return T>0?T:null},l=H=>{let T=H.trim().toLowerCase();return!(!T||T==="main"||T.includes("caption")||T.includes("ambient"))},a=(H,T)=>{let P=[],Z=null,re=null,U=null,z=H.parentElement;for(;z;){let $=z.getAttribute("data-composition-id");$&&(P.push($),!U&&z!==T&&(U=$),Z==null&&(Z=i.resolveStartForElement(z,0)),re==null&&(re=we(z.getAttribute("data-duration"))??r($)??null)),z=z.parentElement}return{parentCompositionId:U,compositionAncestors:P.reverse(),inheritedStart:Z,inheritedDuration:re}},c=document.querySelector("[data-composition-id]"),u=Array.from(document.querySelectorAll("[data-composition-id]")),m=c?.getAttribute("data-composition-id")??null,f=c?i.resolveStartForElement(c,0):0,x=s(),F=x!=null?Math.max(0,x-Math.max(0,f)):null,E=r(m),b=pn(c??document.body),O=hn(...u.filter(H=>H!==c).map(H=>{let T=i.resolveStartForElement(H,0),P=i.resolveDurationForElement(H)??r(H.getAttribute("data-composition-id"))??null;return!Number.isFinite(T)||P==null||P<=0?null:Math.max(0,T)+P})),I=O!=null?Math.max(0,O-Math.max(0,f)):null,_=typeof E=="number"&&Number.isFinite(E)&&E>0?E:null,ee=typeof b=="number"&&Number.isFinite(b)&&b>0?b:null,R=typeof F=="number"&&Number.isFinite(F)&&F>0?F:null,N=typeof I=="number"&&Number.isFinite(I)&&I>0?I:null,g=hn(R,N),A=_!=null&&g!=null&&_>g+1,w=ee??(A?g:hn(_,R,N)),C=w!=null?Math.min(w,t.maxTimelineDurationSeconds):null,k=(C!=null?f+C:null)??(typeof x=="number"&&Number.isFinite(x)&&x>0?x:null),Y=(H,T)=>!Number.isFinite(T)||T<=0?0:k==null||!Number.isFinite(k)?T:!Number.isFinite(H)||H>=k?0:Math.max(0,Math.min(T,k-H)),V=[],v=[],le=Array.from(document.querySelectorAll("[data-start], [data-track-index], [data-composition-id], video, audio, img")),Ae=0;for(let H=0;H<le.length;H+=1){let T=le[H];if(T===c||["SCRIPT","STYLE","LINK","META","TEMPLATE","NOSCRIPT"].includes(T.tagName))continue;let P=a(T,c),Z=i.resolveStartForElement(T,P.inheritedStart??0),re=T.getAttribute("data-composition-id"),U=pn(T);if((U==null||U<=0)&&re&&re!==m&&(U=r(re)),(U==null||U<=0)&&T instanceof HTMLMediaElement){let ce=we(T.getAttribute("data-playback-start"))??we(T.getAttribute("data-media-start"))??0;Number.isFinite(T.duration)&&T.duration>0&&(U=Math.max(0,T.duration-ce))}if(U==null||U<=0){let ce=P.inheritedDuration;if(ce!=null&&ce>0){let Ee=(P.inheritedStart??0)+ce;U=Math.max(0,Ee-Z)}}if(U==null||U<=0||(U=Y(Z,U),U<=0))continue;let z=Z+U;Ae=Math.max(Ae,z);let $=T.tagName.toLowerCase(),Te=re&&re!==m?"composition":$==="video"?"video":$==="audio"?"audio":$==="img"?"image":"element";V.push({id:T.id||re||null,label:bs(T,Te,V.length),start:Z,duration:U,track:Number.parseInt(T.getAttribute("data-track-index")??T.getAttribute("data-track")??String(H),10)||0,kind:Te,tagName:$,compositionId:T.getAttribute("data-composition-id"),compositionAncestors:P.compositionAncestors,parentCompositionId:P.parentCompositionId,nodePath:null,compositionSrc:dt(T.getAttribute("data-composition-src")),assetUrl:ki(T),timelineRole:T.getAttribute("data-timeline-role"),timelineLabel:T.getAttribute("data-timeline-label"),timelineGroup:T.getAttribute("data-timeline-group"),timelinePriority:we(T.getAttribute("data-timeline-priority"))})}let q=new Set(V.map(H=>H.id)),K=c?.getAttribute("data-composition-id")??null,W=K?n[K]??null:null;if(W&&c){let H=W;if(typeof H.getChildren=="function")try{let T=H.getChildren(!0,!0,!1)??[],P=new Map;for(let U of c.children){let z=U;if(!z.id)continue;let $=z.tagName.toLowerCase();$==="script"||$==="style"||$==="link"||P.set(z,{id:z.id,start:1/0,end:-1/0})}let Z=U=>{let z=U;for(;z;){if(P.has(z))return z;if(z===c)return null;z=z.parentElement}return null};for(let U of T){if(typeof U.targets!="function"||typeof U.startTime!="function"||typeof U.duration!="function")continue;let z=U.startTime(),$=U.parent;for(;$&&$!==W&&typeof $.startTime=="function";)z+=$.startTime(),$=$.parent;let Te=z+U.duration();if(!(!Number.isFinite(z)||!Number.isFinite(Te)))for(let ce of U.targets()){if(!(ce instanceof Element))continue;let Se=Z(ce);if(!Se)continue;let Ee=P.get(Se);Ee&&(Ee.start=Math.min(Ee.start,z),Ee.end=Math.max(Ee.end,Te))}}let re=V.length>0?Math.max(...V.map(U=>U.track))+1:0;for(let[U,z]of P){if(z.start===1/0||z.end===-1/0)continue;let $=U;if(q.has($.id))continue;let Te=Math.max(0,z.end-z.start);if(Te<=0)continue;let ce=Y(z.start,Te);ce<=0||(Ae=Math.max(Ae,z.start+ce),V.push({id:$.id,label:$.getAttribute("data-timeline-label")??$.getAttribute("data-label")??$.getAttribute("aria-label")??$.id,start:z.start,duration:ce,track:Number.parseInt($.getAttribute("data-track-index")??$.getAttribute("data-track")??"",10)||re,kind:"element",tagName:$.tagName.toLowerCase(),compositionId:$.getAttribute("data-composition-id"),compositionAncestors:K?[K]:[],parentCompositionId:K,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:$.getAttribute("data-timeline-role"),timelineLabel:$.getAttribute("data-timeline-label"),timelineGroup:$.getAttribute("data-timeline-group"),timelinePriority:we($.getAttribute("data-timeline-priority"))}),q.add($.id))}}catch(T){D("runtime.timeline.site1",T)}}if(c&&C!=null&&C>0){let H=V.length>0?Math.max(...V.map(T=>T.track))+1:0;for(let T of c.children){let P=T;if(!P.id||q.has(P.id))continue;let Z=P.getAttribute("data-timeline-role");if(Z!=="overlay"&&Z!=="persistent-overlay")continue;let re=P.tagName.toLowerCase();if(re==="script"||re==="style"||re==="link"||re==="meta"||window.getComputedStyle(P).display==="none")continue;let z=Y(0,C);z<=0||(Ae=Math.max(Ae,z),V.push({id:P.id,label:P.getAttribute("data-timeline-label")??P.getAttribute("data-label")??P.getAttribute("aria-label")??P.id,start:0,duration:z,track:Number.parseInt(P.getAttribute("data-track-index")??P.getAttribute("data-track")??"",10)||H,kind:"element",tagName:re,compositionId:P.getAttribute("data-composition-id"),compositionAncestors:K?[K]:[],parentCompositionId:K,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:Z,timelineLabel:P.getAttribute("data-timeline-label"),timelineGroup:P.getAttribute("data-timeline-group"),timelinePriority:we(P.getAttribute("data-timeline-priority"))}),q.add(P.id))}}xs(V);for(let H of u){if(H===c)continue;let T=H.getAttribute("data-composition-id");if(!T||!l(T))continue;let P=i.resolveStartForElement(H,0),Z=pn(H);if((Z==null||Z<=0)&&Mi(H)!=null){let $=Mi(H);Z=Math.max(0,$-P)}let re=r(T),U=Z&&Z>0?Z:re;if(U==null||U<=0)continue;let z=Y(P,U);z<=0||v.push({id:T,label:H.getAttribute("data-label")??T,start:P,duration:z,thumbnailUrl:dt(H.getAttribute("data-thumbnail-url")),avatarName:null})}let J=Math.max(1,Math.min(Math.max(Ae||1,C??0),t.maxTimelineDurationSeconds));return{source:"hf-preview",type:"timeline",durationInFrames:A&&ee==null?Number.POSITIVE_INFINITY:Math.max(1,Math.ceil(J*Math.max(1,t.canonicalFps))),clips:V,scenes:v,compositionWidth:we(c?.getAttribute("data-width"))??1920,compositionHeight:we(c?.getAttribute("data-height"))??1080}}var ae=es(to(),1),no=ae.default,qc=ae.default.stringify,Uc=ae.default.fromJSON,zc=ae.default.plugin,jc=ae.default.parse,Gc=ae.default.list,$c=ae.default.document,Vc=ae.default.comment,Kc=ae.default.atRule,Jc=ae.default.rule,Qc=ae.default.decl,Yc=ae.default.root,Zc=ae.default.CssSyntaxError,Xc=ae.default.Declaration,ed=ae.default.Container,td=ae.default.Processor,nd=ae.default.Document,id=ae.default.Comment,rd=ae.default.Warning,od=ae.default.AtRule,sd=ae.default.Result,ad=ae.default.Input,ld=ae.default.Rule,ud=ae.default.Root,cd=ae.default.Node;var qn="data-hf-authored-id";function Un(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,"\\\\$&")}function zn(t){return t.replace(/\\\\/g,"\\\\\\\\").replace(/"/g,\'\\\\"\')}function Ua(t){return t&&t.replace(/[^a-zA-Z0-9_-]/g,n=>`\\\\${n}`).replace(/^-?\\d/,n=>`\\\\${n}`)}function io(t){let e=t.trim();return e?Array.from(new Set([e,Ua(e)])).filter(Boolean):[]}function za(t){return!!t&&/[\\w-]/.test(t)}function ja(t,e,n){let i=io(e).sort((l,a)=>a.length-l.length);if(i.length===0)return t;let r="",o=0,s=null;for(let l=0;l<t.length;l+=1){let a=t[l],c=l>0?t[l-1]:"";if(s){r+=a,a===s&&c!=="\\\\"&&(s=null);continue}if(a===\'"\'||a==="\'"){s=a,r+=a;continue}if(a==="["){o+=1,r+=a;continue}if(a==="]"){o=Math.max(0,o-1),r+=a;continue}if(a==="#"&&o===0){let u=i.find(m=>t.startsWith(m,l+1));if(u){let m=t[l+1+u.length];if(!za(m)){r+=n,l+=u.length;continue}}}r+=a}return r}function Ga(t,e){let n=e?.trim();return n?ja(t,n,`[${qn}="${zn(n)}"]`):t}function $a(t,e,n,i,r){let o=Ga(t,i),s=Va(o,e,n),l=s.trim();if(!l||/^(html|body|:root|\\*)$/i.test(l))return t;let a=new RegExp(`\\\\[\\\\s*data-composition-id\\\\s*=\\\\s*(["\'])${Un(n)}\\\\1\\\\s*\\\\]`,"g");if(a.test(l))return s.replace(a,e);let c=s.match(/^\\s*/)?.[0]??"",u=s.match(/\\s*$/)?.[0]??"";if(r){let m=i?`[${qn}="${zn(i)}"]`:null;if(m&&l.startsWith(m)){let f=l.slice(m.length);return`${c}${e}${m}${f}${u}`}}return`${c}${e} ${l}${u}`}function Va(t,e,n){let i=Un(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 Ka=new Set(["keyframes","-webkit-keyframes","font-face"]);function Ja(t){return t?.type==="atrule"}function Qa(t){let e=t.parent;for(;e;){if(Ja(e)&&Ka.has(e.name.toLowerCase()))return!0;e=e.parent}return!1}function jn(t,e,n,i,r){let o=e.trim();if(!t||!o)return t;let s=n||`[data-composition-id="${zn(o)}"]`,l=no.parse(t);return l.walkRules(a=>{Qa(a)||(a.selectors=a.selectors.map(c=>$a(c,s,o,i,r?.compoundAuthoredRoot)))}),l.toResult({map:!1}).css}function ro(t,e,n="[HyperFrames] composition script error:",i,r=e,o){let s=JSON.stringify(e),l=JSON.stringify(r),a=JSON.stringify(n),c=Un(e),u=JSON.stringify(o?.trim()||null),m=JSON.stringify(i??null),f=JSON.stringify(String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:"${c}"|\'${c}\')\\s*\\]`),x=JSON.stringify(String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:"[^"]*"|\'[^\']*\')\\s*\\]`),F=JSON.stringify(io(o?.trim()||""));return`(function(){\n var __hfCompId = ${s};\n var __hfTimelineCompId = ${l};\n var __hfErrorLabel = ${a};\n var __hfAuthoredRootId = ${u};\n var __hfAuthoredRootAttr = ${JSON.stringify(qn)};\n var __hfEscapeAttr = function(value) {\n return (value + "").replace(/\\\\\\\\/g, "\\\\\\\\\\\\\\\\").replace(/"/g, "\\\\\\\\\\\\"");\n };\n var __hfRootSelector = ${m} || (__hfCompId\n ? \'[data-composition-id="\' + __hfEscapeAttr(__hfCompId) + \'"]\'\n : "");\n var __hfRoot = null;\n var __hfRootSelectorPattern = ${f};\n var __hfTimingSelectorPattern = ${x};\n var __hfAuthoredRootIdForms = ${F};\n var __hfAuthoredRootSelector = __hfAuthoredRootId\n ? "[" + __hfAuthoredRootAttr + \'="\' + __hfEscapeAttr(__hfAuthoredRootId) + \'"]\'\n : "";\n var __hfIsSelectorNameChar = function(char) {\n return !!char && /[\\\\w-]/.test(char);\n };\n var __hfReplaceAuthoredRootIdSelectors = function(selector) {\n if (!__hfAuthoredRootSelector || !__hfAuthoredRootIdForms.length || typeof selector !== "string") {\n return selector;\n }\n var result = "";\n var bracketDepth = 0;\n var quote = null;\n for (var index = 0; index < selector.length; index += 1) {\n var char = selector[index];\n var previousChar = index > 0 ? selector[index - 1] : "";\n if (quote) {\n result += char;\n if (char === quote && previousChar !== "\\\\\\\\") {\n quote = null;\n }\n continue;\n }\n if (char === \'"\' || char === "\'") {\n quote = char;\n result += char;\n continue;\n }\n if (char === "[") {\n bracketDepth += 1;\n result += char;\n continue;\n }\n if (char === "]") {\n bracketDepth = Math.max(0, bracketDepth - 1);\n result += char;\n continue;\n }\n if (char === "#" && bracketDepth === 0) {\n var matchedForm = null;\n for (var formIndex = 0; formIndex < __hfAuthoredRootIdForms.length; formIndex += 1) {\n var form = __hfAuthoredRootIdForms[formIndex];\n if (selector.slice(index + 1, index + 1 + form.length) === form) {\n matchedForm = form;\n break;\n }\n }\n if (matchedForm) {\n var nextChar = selector[index + 1 + matchedForm.length];\n if (!__hfIsSelectorNameChar(nextChar)) {\n result += __hfAuthoredRootSelector;\n index += matchedForm.length;\n continue;\n }\n }\n }\n result += char;\n }\n return result;\n };\n var __hfNormalizeSelector = function(selector) {\n if (!__hfCompId || typeof selector !== "string") return selector;\n var normalized = selector\n .replace(new RegExp(__hfRootSelectorPattern + \'(?:\' + __hfTimingSelectorPattern + \')+\', \'g\'), __hfRootSelector)\n .replace(new RegExp(\'(?:\' + __hfTimingSelectorPattern + \')+\' + __hfRootSelectorPattern, \'g\'), __hfRootSelector);\n if (__hfAuthoredRootSelector) {\n normalized = __hfReplaceAuthoredRootIdSelectors(normalized);\n }\n return normalized;\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 (__hfAuthoredRootId && __hfAuthoredRootId === idValue && root.getAttribute && root.getAttribute(__hfAuthoredRootAttr) === idValue) {\n return root;\n }\n if (root.id === idValue) return root;\n if (typeof root.querySelector !== "function") return null;\n try {\n var authoredRootMatch = root.querySelector(\'[\' + __hfAuthoredRootAttr + \'="\' + __hfEscapeAttr(idValue) + \'"]\');\n if (authoredRootMatch) return authoredRootMatch;\n } catch {}\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 return Reflect.get(target, prop, target);\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.filter.call(\n window.document.querySelectorAll(__hfNormalizeSelector(selector)),\n function(node) {\n return node === root || (typeof root.contains === "function" && root.contains(node));\n },\n );\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 && __hfTimelineCompId ? byComp[__hfTimelineCompId] : 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 oo(){if(typeof document>"u")return{};let t=Gn(document.documentElement),e=Ya();return{...t,...e}}function Gn(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 Ya(){if(typeof window>"u")return{};let t=window.__hfVariables;return!t||typeof t!="object"||Array.isArray(t)?{}:t}var Za=8e3,Xa=/^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:)(?!\\/\\/)(?!\\/)(?!\\.\\.?\\/).+/;function el(t,e){return`${t}__hf${e}`}var tl=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"),Za)});function $n(t){for(;t.firstChild;)t.removeChild(t.firstChild);t.textContent=""}var nl=["data-composition-id","data-composition-file","data-start","data-duration","data-end","data-track-index","data-track","data-composition-src","data-hf-authored-duration","data-hf-authored-end"];function il(t){let e=document.importNode(t,!0),n=e.getAttribute("id")?.trim();for(let o of nl)e.removeAttribute(o);n&&(e.removeAttribute("id"),e.setAttribute("data-hf-authored-id",n)),e.setAttribute("data-hf-inner-root","true");let i=e.getAttribute("data-width"),r=e.getAttribute("data-height");return e.style.width=i?`${i}px`:"100%",e.style.height=r?`${r}px`:"100%",e}function so(t,e){let n=t.trim();if(!n)return t;try{return Xa.test(n)?new URL(n,document.baseURI).toString():e?new URL(n,e).toString():new URL(n,document.baseURI).toString()}catch{return t}}function rl(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}function Qt(t){let e=(t.getAttribute("data-composition-id")||"").trim()||null;return{authoredCompositionId:(t.getAttribute("data-hf-original-composition-id")||e||"").trim()||null,runtimeCompositionId:e}}function ol(t){let e=new Map;for(let n of t){let i=Qt(n).authoredCompositionId||"";i&&e.set(i,(e.get(i)||0)+1)}return e}function ao(t){let e=Qt(t).authoredCompositionId;return e?!!document.querySelector(`template#${CSS.escape(e)}-template`):!1}function sl(t){return!!t.querySelector(\'[data-hf-inner-root="true"]\')}function al(t){return t.hasAttribute("data-composition-src")?!0:ao(t)?t.children.length===0||t.hasAttribute("data-hf-original-composition-id")?!0:sl(t):!1}function Kn(){return Array.from(document.querySelectorAll("[data-composition-src], [data-composition-id]")).filter(e=>e.hasAttribute("data-composition-src")?!0:ao(e))}function lo(){let t=window.__hfVariablesByComp;if(!t)return;let e=new Set(Kn().map(n=>Qt(n).runtimeCompositionId).filter(n=>!!n));for(let n of Object.keys(t))e.has(n)||delete t[n]}function uo(t,e=ol(t)){let n=new Map,i=new Map;for(let r of t){let{authoredCompositionId:o,runtimeCompositionId:s}=Qt(r),l=al(r);if(!o){i.set(r,{authoredCompositionId:null,runtimeCompositionId:s});continue}let a=(e.get(o)||0)>1,c=s||o;if(l){let u=a?(n.get(o)||0)+1:0;a&&n.set(o,u),c=a?el(o,u):o,a?r.setAttribute("data-hf-original-composition-id",o):r.removeAttribute("data-hf-original-composition-id"),r.setAttribute("data-composition-id",c),s&&s!==c&&window.__hfVariablesByComp&&delete window.__hfVariablesByComp[s]}i.set(r,{authoredCompositionId:o,runtimeCompositionId:c})}return i}async function Vn(t){let e=null;t.authoredCompositionId&&(e=Array.from(t.sourceNode.querySelectorAll("[data-composition-id]")).find(x=>x.getAttribute("data-composition-id")===t.authoredCompositionId)??null);let n=e??t.sourceNode,i=e?.getAttribute("data-composition-id")?.trim()||t.authoredCompositionId||null,r=t.runtimeCompositionId||i||null,o=e?.getAttribute("id")?.trim()||null,s=r?`[data-composition-id="${CSS.escape(r)}"]`:void 0;if(t.headLinks)for(let f of t.headLinks){let x=f.getAttribute("href")||"";x&&(document.head.querySelector(`link[href="${CSS.escape(x)}"]`)||document.head.appendChild(f.cloneNode(!0)))}if(t.headStyles)for(let f of t.headStyles){let x=f.cloneNode(!0);x instanceof HTMLStyleElement&&(i&&(x.textContent=jn(x.textContent||"",i,s,o)),document.head.appendChild(x),t.injectedStyles.push(x))}let l=Array.from(n.querySelectorAll("style"));for(let f of l){let x=f.cloneNode(!0);x instanceof HTMLStyleElement&&(i&&(x.textContent=jn(x.textContent||"",i,s,o)),document.head.appendChild(x),t.injectedStyles.push(x))}let a=[];if(t.headScripts)for(let f of t.headScripts){let x=f.getAttribute("type")?.trim()??"",F=f.getAttribute("src")?.trim()??"";if(F){let E=so(F,t.compositionUrl);a.push({kind:"external",src:E,type:x})}else{let E=f.textContent?.trim()??"";E&&a.push({kind:"inline",content:E,type:x,scopeCompositionId:i})}}let c=Array.from(n.querySelectorAll("script")),u=[...a];for(let f of c){let x=f.getAttribute("type")?.trim()??"",F=f.getAttribute("src")?.trim()??"";if(F){let E=so(F,t.compositionUrl);u.push({kind:"external",src:E,type:x})}else{let E=f.textContent?.trim()??"";E&&u.push({kind:"inline",content:E,type:x,scopeCompositionId:i})}f.parentNode?.removeChild(f)}let m=Array.from(n.querySelectorAll("style"));for(let f of m)f.parentNode?.removeChild(f);if(e){let f=e.getAttribute("data-width"),x=e.getAttribute("data-height"),F=t.parseDimensionPx(f),E=t.parseDimensionPx(x);f&&t.host.setAttribute("data-width",f),x&&t.host.setAttribute("data-height",x),F&&t.host instanceof HTMLElement&&(t.host.style.width=F),E&&t.host instanceof HTMLElement&&(t.host.style.height=E),e.hasAttribute("data-timeline-locked")&&t.host.setAttribute("data-timeline-locked",""),t.host.appendChild(il(e))}else t.hasTemplate?t.host.appendChild(document.importNode(n,!0)):t.host.innerHTML=t.fallbackBodyInnerHtml;if(r){let f={...t.declaredVariableDefaults??{},...rl(t.host)};Object.keys(f).length>0?(window.__hfVariablesByComp||(window.__hfVariablesByComp={}),window.__hfVariablesByComp[r]=f):window.__hfVariablesByComp&&delete window.__hfVariablesByComp[r]}for(let f of u){let x=document.createElement("script");if(f.type&&(x.type=f.type),x.async=!1,f.kind==="external"?x.src=f.src:f.type.toLowerCase()==="module"?x.textContent=f.content:f.scopeCompositionId?x.textContent=ro(f.content,f.scopeCompositionId,"[HyperFrames] composition script error:",s,r||f.scopeCompositionId,o):x.textContent=`(function(){${f.content}})();`,document.body.appendChild(x),t.injectedScripts.push(x),f.kind==="external"){let F=await tl(x);F.status!=="load"&&t.onDiagnostic?.({code:"external_composition_script_load_issue",details:{hostCompositionId:t.authoredCompositionId,runtimeCompositionId:t.runtimeCompositionId,hostCompositionSrc:t.hostCompositionSrc,resolvedScriptSrc:f.src,loadStatus:F.status,elapsedMs:F.elapsedMs}})}}}async function co(t){let e=Kn();if(lo(),e.length===0)return;let n=uo(e),i=e.filter(r=>{if(r.hasAttribute("data-composition-src")||r.children.length>0)return!1;let o=n.get(r)?.authoredCompositionId;return o?!!document.querySelector(`template#${CSS.escape(o)}-template`):!1});if(i.length!==0)for(let r of i){let o=n.get(r),s=o?.authoredCompositionId;if(!s)continue;let l=document.querySelector(`template#${CSS.escape(s)}-template`);$n(r),await Vn({host:r,authoredCompositionId:s,runtimeCompositionId:o?.runtimeCompositionId||s,hostCompositionSrc:`template#${s}-template`,sourceNode:l.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:null,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,onDiagnostic:t.onDiagnostic})}}async function fo(t){let e=Kn();if(lo(),e.length===0)return;let n=uo(e),i=e.filter(r=>r.hasAttribute("data-composition-src"));i.length!==0&&await Promise.all(i.map(async r=>{let o=r.getAttribute("data-composition-src");if(!o)return;let s=n.get(r),l=s?.authoredCompositionId||null,a=s?.runtimeCompositionId||l||null,c=null;try{c=new URL(o,document.baseURI)}catch{c=null}$n(r);try{let u=l!=null?document.querySelector(`template#${CSS.escape(l)}-template`):null;if(u){await Vn({host:r,authoredCompositionId:l,runtimeCompositionId:a,hostCompositionSrc:o,sourceNode:u.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:c,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,onDiagnostic:t.onDiagnostic});return}let m=await fetch(o);if(!m.ok)throw new Error(`HTTP ${m.status}`);let f=await m.text(),F=new DOMParser().parseFromString(f,"text/html"),E=(l?F.querySelector(`template#${CSS.escape(l)}-template`):null)??F.querySelector("template"),b=E?E.content:F.body,O=E?void 0:Array.from(F.head.querySelectorAll("style")),I=E?void 0:Array.from(F.head.querySelectorAll("script")),_=E?void 0:Array.from(F.head.querySelectorAll(\'link[rel="stylesheet"], link[rel="preconnect"]\'));await Vn({host:r,authoredCompositionId:l,runtimeCompositionId:a,hostCompositionSrc:o,sourceNode:b,hasTemplate:!!E,fallbackBodyInnerHtml:F.body.innerHTML,compositionUrl:c,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,headStyles:O,headScripts:I,headLinks:_,declaredVariableDefaults:Gn(F.documentElement),onDiagnostic:t.onDiagnostic})}catch(u){t.onDiagnostic?.({code:"external_composition_load_failed",details:{hostCompositionId:l,runtimeCompositionId:a,hostCompositionSrc:o,errorMessage:u instanceof Error?u.message:"unknown_error"}}),$n(r)}}))}function ll(t){return t instanceof HTMLElement?t.dataset.captionWrapper!=="true"?t:t.querySelector(":scope > span")??null:null}function ul(){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 cl(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=ul();for(let i of e){let r=null;if(i.wordId&&(r=ll(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 a=t.getTweensOf(r).filter(u=>u.vars.color!==void 0).sort((u,m)=>u.startTime()-m.startTime()),c=a.length>0?String(a[0].vars.color):"";for(let u of a)String(u.vars.color)===c?i.dimColor&&(u.vars.color=i.dimColor):i.activeColor&&(u.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 l=cl(r);t.set(l,o)}}}).catch(()=>{})}var Yt=class{constructor(e){ye(this,"_baseTime",0);ye(this,"_playStartMs",null);ye(this,"_rate",1);ye(this,"_duration",1/0);ye(this,"_nowMs");ye(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)/(r.playbackRate>0?r.playbackRate:1)*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}};function mo(t){return!Number.isFinite(t)||t<=0?1:t}var Zt=class{constructor(){ye(this,"_ctx",null);ye(this,"_bufferCache",new Map);ye(this,"_failedSrcs",new Set);ye(this,"_activeSources",[]);ye(this,"_masterGain",null);ye(this,"_rateAnchorCtx",0);ye(this,"_rateAnchorComp",0);ye(this,"_rate",1);ye(this,"_paused",!0);ye(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._rateAnchorComp+(this._ctx.currentTime-this._rateAnchorCtx)*this._rate}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._failedSrcs.has(n)||!this._ctx)return null;try{let i=await fetch(n);if(!i.ok)return this._failedSrcs.add(n),D("webAudioTransport.fetch",new Error(`${i.status} ${n}`)),null;let r=await i.arrayBuffer(),o=await this._ctx.decodeAudioData(r);return this._bufferCache.set(n,o),o}catch(i){return this._failedSrcs.add(n),D("webAudioTransport.decode",i),null}}startGeneration(){return this._playGeneration+=1,this._playGeneration}currentGeneration(){return this._playGeneration}async schedulePlayback(e,n,i,r,o,s,l,a=1){if(!this._ctx||!this._masterGain||l!==this._playGeneration)return null;try{if(this._ctx.state==="suspended"&&await this._ctx.resume(),l!==this._playGeneration)return null;let c=mo(a),u=this._ctx.createBufferSource();u.buffer=n,u.playbackRate.value=c;let m=this._ctx.createGain();m.gain.value=s,u.connect(m),m.connect(this._masterGain);let f=o-i,x=this._ctx.currentTime;if(this._rate=c,this._rateAnchorCtx=x,this._rateAnchorComp=o,f>=0)u.start(0,f+r);else{let b=-f/c;u.start(x+b,r)}let F=e.muted;e.muted=!0;let E={el:e,sourceNode:u,gainNode:m,compositionStart:i,mediaStart:r,scheduledAt:x,priorMuted:F};return this._activeSources.push(E),this._paused=!1,E}catch(c){return D("webAudioTransport.schedule",c),null}}setRate(e){let n=mo(e);if(n!==this._rate){this._ctx&&!this._paused&&(this._rateAnchorComp=this.getTime(),this._rateAnchorCtx=this._ctx.currentTime),this._rate=n;for(let i of this._activeSources)try{i.sourceNode.playbackRate.value=n}catch(r){D("webAudioTransport.setRate",r)}}}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 po="data-hf-authored-duration",ho="data-hf-authored-end";function xo(){let t=Ci(),e=null,n=null,i=[],r=new Set,o=null;if(typeof window.__hfRuntimeTeardown=="function")try{window.__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 s=d=>{i.push(d)},l=(d,p,h)=>{let S=h??`${d}:${JSON.stringify(p)}`;r.has(S)||(r.add(S),Fe({source:"hf-preview",type:"diagnostic",code:d,details:p}))},a=d=>{let p={scale:1,focusX:960,focusY:540},h=[],S=[],y={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:()=>p,setStageZoomKeyframes:()=>{},getStageZoomKeyframes:()=>h,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:()=>S,getRenderState:()=>({...y,time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying()})}},c=1/60,u=.75,m=2,f=.05,x=100,F=240,E=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??"")}},b=d=>{let p=d.toLowerCase();return p.includes("cannot read properties of null")||p.includes("cannot set properties of null")?{code:"runtime_null_dom_access",category:"dom-null-access"}:p.includes("failed to execute \'queryselector\'")?{code:"runtime_invalid_selector",category:"selector-invalid"}:p.includes("is not defined")?{code:"runtime_reference_missing",category:"reference-missing"}:{code:"runtime_script_error",category:"script-error"}},O=d=>{if(d==null||d.trim()==="")return null;let p=Number.parseFloat(d);return!Number.isFinite(p)||p<=0?null:`${p}px`},I=()=>{let d=document.querySelector(\'[data-composition-id][data-root="true"]\');if(d instanceof HTMLElement)return d;let p=Array.from(document.querySelectorAll("[data-composition-id]"));return p.length===0?null:p.find(h=>!h.parentElement?.closest("[data-composition-id]"))??p[0]??null},_=()=>{let d=I();if(!d)return;let p=O(d.getAttribute("data-width")),h=O(d.getAttribute("data-height"));p&&(d.style.width=p),h&&(d.style.height=h),p&&d.style.setProperty("--comp-width",p),h&&d.style.setProperty("--comp-height",h)},ee=()=>{let d=I(),p=Array.from(document.querySelectorAll("[data-composition-id]")).filter(h=>h.hasAttribute("data-duration")||h.hasAttribute("data-end"));for(let h of p){if(d&&h===d)continue;let S=h.getAttribute("data-duration"),y=h.getAttribute("data-end");S!=null&&!h.hasAttribute(po)&&h.setAttribute(po,S),y!=null&&!h.hasAttribute(ho)&&h.setAttribute(ho,y),h.removeAttribute("data-duration"),h.removeAttribute("data-end")}},R=()=>{let d=I();if(!d)return;d.style.position||(d.style.position="relative"),d.style.overflow="hidden";let p=O(d.getAttribute("data-width")),h=O(d.getAttribute("data-height"));p&&(d.style.width=p),h&&(d.style.height=h);let S=Array.from(d.children);for(let y of S){let L=y.tagName.toLowerCase();if(L==="script"||L==="style"||L==="link"||L==="meta"||!y.hasAttribute("data-start"))continue;let te=(y.style.top==="0px"||y.style.top==="0")&&(y.style.left==="0px"||y.style.left==="0")&&y.style.width==="100%"&&y.style.height==="100%",j=/translate\\(\\s*-50%\\s*,\\s*-50%\\s*\\)/.test(y.style.transform);if(te&&j&&!y.hasAttribute("data-width")&&!y.hasAttribute("data-height")){let Ge=y.style.top,me=y.style.left,st=y.style.width,oe=y.style.height;y.style.top="",y.style.left="",y.style.width="",y.style.height="";let Q=window.getComputedStyle(y);Q.top!=="auto"||Q.bottom!=="auto"||Q.left!=="auto"||Q.right!=="auto"||Q.width!=="0px"||Q.height!=="0px"||(y.style.top=Ge,y.style.left=me,y.style.width=st,y.style.height=oe)}let ne=window.getComputedStyle(y),xe=ne.position;if(xe!=="absolute"&&xe!=="fixed"&&(y.style.position="absolute"),!!y.style.top||!!y.style.bottom||ne.top!=="auto"||ne.bottom!=="auto"||(y.style.top="0"),!!y.style.left||!!y.style.right||ne.left!=="auto"||ne.right!=="auto"||(y.style.left="0"),L!=="audio"){let Ge=O(y.getAttribute("data-width")),me=O(y.getAttribute("data-height")),st=ne.width!=="0px"&&ne.width!=="auto",oe=ne.height!=="0px"&&ne.height!=="auto";Ge?!y.style.width&&!st&&(y.style.width=Ge):!y.style.width&&ne.width==="0px"&&(y.style.width="100%"),me?!y.style.height&&!oe&&(y.style.height=me):!y.style.height&&ne.height==="0px"&&(y.style.height="100%")}}},N=(d,p=0,h)=>Ve({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:h?.includeAuthoredTimingAttrs??!0}).resolveStartForElement(d,p),g=(d,p)=>Ve({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:p?.includeAuthoredTimingAttrs??!0}).resolveDurationForElement(d),A=!!document.querySelector("[data-composition-src]"),w=!1;{let d=document.querySelectorAll("[data-composition-id]:not([data-composition-src])");for(let p of d){let h=p.getAttribute("data-composition-id");if(h&&p.children.length===0&&document.querySelector(`template#${CSS.escape(h)}-template`)){w=!0;break}}}let C=!A&&!w,M=d=>{if(!d||typeof d.duration!="function")return null;try{let p=Number(d.duration());return Number.isFinite(p)?Math.max(0,p):null}catch{return null}},k=d=>typeof d=="number"&&Number.isFinite(d)&&d>c,Y=d=>{let p=Number(d.getAttribute("data-duration"));if(Number.isFinite(p)&&p>0)return p;let h=Number(d.getAttribute("data-playback-start")??d.getAttribute("data-media-start")??"0"),S=Number.isFinite(h)?Math.max(0,h):0;return Number.isFinite(d.duration)&&d.duration>S?Math.max(0,d.duration-S):null},V=()=>{let d=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(d.length===0)return null;let p=0;for(let h of d){let S=N(h,0);if(!Number.isFinite(S))continue;let y=Y(h);y==null||y<=c||(p=Math.max(p,Math.max(0,S)+y))}return p>c?p:null},v=()=>{let d=I();if(!d)return null;let p=window.__timelines??{},h=Ve({timelineRegistry:p,includeAuthoredTimingAttrs:!0}),S=0,y=Array.from(d.querySelectorAll("[data-composition-id][data-start]"));for(let L of y){if(!(L instanceof Element)||L.parentElement?.closest("[data-composition-id]")!==d)continue;let j=h.resolveStartForElement(L,0),ne=h.resolveDurationForElement(L);!Number.isFinite(j)||ne==null||ne<=0||(S=Math.max(S,Math.max(0,j)+ne))}return S>c?S:null},le=()=>{let d=V();return typeof d!="number"||!Number.isFinite(d)||d<=c?null:d},Ae=d=>k(d)?Math.max(c,d*u):c,q=(d,p=0)=>{let h=M(d),S=le(),y=v(),L=Math.max(S??0,y??0),te=Number.isFinite(p)&&p>c?p:0,j=0;k(h)?j=Math.max(h,L,te):k(L)?j=Math.max(L,te):j=te;let ne=Math.max(1,Number(t.maxTimelineDurationSeconds)||1800);return j>0?Math.max(0,Math.min(j,ne)):0},K=()=>{let d=window.__timelines??{},p=Ve({timelineRegistry:d,includeAuthoredTimingAttrs:!0}),h=le(),S=v(),y=Math.max(h??0,S??0)||null,L=Ae(y),te=oe=>{let Q=document.querySelector(`[data-composition-id="${CSS.escape(oe)}"]`);return Q?p.resolveStartForElement(Q,0):0},j=oe=>{let Q=window.gsap;if(!Q||typeof Q.timeline!="function")return null;let ue=Q.timeline({paused:!0});for(let pe of oe)ue.add(pe.timeline,te(pe.compositionId));return ue},ne=(oe,Q)=>{if(!k(oe))return null;let ue=window.gsap;if(!ue||typeof ue.timeline!="function")return null;let pe=ue.timeline({paused:!0});if(Q)try{pe.add(Q,0)}catch(se){D("runtime.init.site2",se)}let be=pe;if(typeof be.to=="function")try{be.to({},{duration:oe})}catch(se){D("runtime.init.site3",se)}return pe},xe=(oe,Q)=>{let ue=oe;if(typeof ue.getChildren!="function")return[];try{let pe=ue.getChildren(!0,!0,!0)??[];if(!Array.isArray(pe))return[];let be=[];for(let se of Q)if(!pe.some(_e=>_e===se.timeline))try{let _e=te(se.compositionId);oe.add(se.timeline,_e),be.push(se.compositionId)}catch(_e){D("runtime.init.site4",_e)}return be}catch{return[]}},Be=I(),fe=Be?.getAttribute("data-composition-id")??null;if(!fe)return{timeline:null};let ge=d[fe]??null,me=(()=>{if(!Be)return[];let oe=new Set,Q=Array.from(Be.querySelectorAll("[data-composition-id]")),ue=[];for(let pe of Q){let be=pe.getAttribute("data-composition-id");if(!be||be===fe||oe.has(be))continue;oe.add(be);let se=d[be]??null;if(!se||typeof se.play!="function"||typeof se.pause!="function")continue;let Ce=M(se);ue.push({compositionId:be,timeline:se,durationSeconds:Ce??0})}return ue})(),st=oe=>{for(let Q of oe){let ue=Q.timeline;if(typeof ue.paused=="function")try{ue.paused(!1)}catch(pe){D("runtime.init.site5",pe)}}};if(me.length>0&&st(me),ge){let oe=me.length>0?xe(ge,me):[];if((me.length>0||!document.querySelector("[data-composition-id]:not([data-composition-id=\'"+fe+"\'])"))&&(W=!0),oe.length>0)try{let se=ge.time();ge.seek(se,!1)}catch{}let Q=M(ge);if(!k(Q)&&me.length>0){let se=me.map($o=>$o.compositionId),Ce=j(me),_e=M(Ce);if(Ce&&k(_e))return{timeline:Ce,selectedTimelineIds:se,selectedDurationSeconds:_e,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_unusable_fallback",details:{rootCompositionId:fe,rootDurationSeconds:Q,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:L,selectedDurationSeconds:_e,mediaDurationFloorSeconds:h,authoredCompositionDurationFloorSeconds:S,selectedTimelineIds:se,autoNestedChildren:oe}}};let ln=ne(y??0,ge),un=M(ln);if(ln&&k(un))return{timeline:ln,selectedTimelineIds:[fe],selectedDurationSeconds:un,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:fe,rootDurationSeconds:Q,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:h,authoredCompositionDurationFloorSeconds:S,selectedDurationSeconds:un,selectedTimelineIds:[fe],autoNestedChildren:oe}}}}if(!k(Q)&&me.length===0){let se=ne(y??0,ge),Ce=M(se);if(se&&k(Ce))return{timeline:se,selectedTimelineIds:[fe],selectedDurationSeconds:Ce,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:fe,rootDurationSeconds:Q,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:h,authoredCompositionDurationFloorSeconds:S,selectedDurationSeconds:Ce,selectedTimelineIds:[fe]}}}}let ue=Be?.getAttribute("data-duration"),pe=ue?parseFloat(ue):null,be=Math.max(k(pe)?pe:0,S??0);if(be>0&&k(be)&&k(Q)&&be>=Q+.5){let se=ge;if(typeof se.to=="function")try{se.to({},{duration:0},be)}catch(_e){D("runtime.init.site6",_e)}let Ce=M(ge);if(k(Ce))return{timeline:ge,selectedTimelineIds:[fe],selectedDurationSeconds:Ce,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_padded_to_declared_duration",details:{rootCompositionId:fe,rootDurationSeconds:Q,rootDeclaredDur:pe,authoredCompositionDurationFloorSeconds:S,newDur:Ce}}}}return{timeline:ge,selectedTimelineIds:[fe],selectedDurationSeconds:Q,mediaDurationFloorSeconds:h,diagnostics:oe.length>0?{code:"root_timeline_auto_nested_children",details:{rootCompositionId:fe,selectedDurationSeconds:Q,autoNestedChildren:oe}}:void 0}}if(me.length>0){let oe=me.map(pe=>pe.compositionId),Q=j(me),ue=M(Q);if(Q)return{timeline:Q,selectedTimelineIds:oe,selectedDurationSeconds:ue,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_missing_fallback",details:{rootCompositionId:fe,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:L,selectedDurationSeconds:ue,mediaDurationFloorSeconds:h,selectedTimelineIds:oe}}}}return{timeline:null}},W=!1,J=()=>{if(!C)return!1;let d=t.capturedTimeline,p=M(d),h=k(p);if(d&&h&&W)return!1;let S=K();if(!S.timeline)return!1;if(d&&d===S.timeline)return typeof d.timeScale=="function"&&d.timeScale(t.playbackRate),!1;t.capturedTimeline=S.timeline,typeof t.capturedTimeline.timeScale=="function"&&t.capturedTimeline.timeScale(t.playbackRate);let y=q(t.capturedTimeline,0);if(y>0){try{B.setDuration(y)}catch{}t.capturedTimeline.pause()}return S.diagnostics&&Fe({source:"hf-preview",type:"diagnostic",code:S.diagnostics.code,details:S.diagnostics.details}),Fe({source:"hf-preview",type:"diagnostic",code:"timeline_bound",details:{selectedTimelineIds:S.selectedTimelineIds??[],selectedDurationSeconds:S.selectedDurationSeconds??null,mediaDurationFloorSeconds:S.mediaDurationFloorSeconds??null}}),!0};window.__hfForceTimelineRebind=()=>{W=!1,J()};let Me=()=>{let d=I();if(!(d instanceof HTMLElement))return;let p=d.getBoundingClientRect(),h=Number(d.getAttribute("data-width")),S=Number(d.getAttribute("data-height")),y=window.getComputedStyle(d),L=Number.isFinite(h)&&h>0&&Number.isFinite(S)&&S>0,te=p.width<=0||p.height<=0||d.clientWidth<=0||d.clientHeight<=0;!L||!te||l("root_stage_layout_zero",{compositionId:d.getAttribute("data-composition-id")??null,declaredWidth:h,declaredHeight:S,rectWidth:Math.round(p.width),rectHeight:Math.round(p.height),clientWidth:d.clientWidth,clientHeight:d.clientHeight,display:y.display,visibility:y.visibility,overflow:y.overflow},`root-stage-layout-zero:${d.getAttribute("data-composition-id")??"unknown"}`)},Ne=()=>{t.tornDown||(o!=null&&window.cancelAnimationFrame(o),o=window.requestAnimationFrame(()=>{o=null,Me()}))},H=()=>{e=d=>{let p=E(d.error??d.message).slice(0,F);if(!p)return;let h=b(p);Fe({source:"hf-preview",type:"diagnostic",code:h.code,details:{category:h.category,message:p,filename:d.filename||null,line:Number.isFinite(d.lineno)?d.lineno:null,column:Number.isFinite(d.colno)?d.colno:null}})},n=d=>{let p=E(d.reason).slice(0,F);if(!p)return;let h=b(p);Fe({source:"hf-preview",type:"diagnostic",code:`${h.code}_unhandled_rejection`,details:{category:`${h.category}-unhandled-rejection`,message:p}})},window.addEventListener("error",e),window.addEventListener("unhandledrejection",n)},T=()=>{let d=Array.from(document.querySelectorAll("img, video, audio, source, link[rel=\'stylesheet\']"));for(let h of d){let S=()=>{if(!(h instanceof Element))return;let y=h.tagName.toLowerCase(),L=h.getAttribute("src")??h.getAttribute("href")??h.getAttribute("poster")??null,te=y==="link"?"runtime_stylesheet_load_failed":"runtime_asset_load_failed";l(te,{tagName:y,assetUrl:L,currentSrc:(h instanceof HTMLImageElement||h instanceof HTMLMediaElement)&&h.currentSrc||null,readyState:h instanceof HTMLMediaElement?h.readyState:null,networkState:h instanceof HTMLMediaElement?h.networkState:null},`${te}:${y}:${L??"unknown"}`)};h.addEventListener("error",S),s(()=>{h.removeEventListener("error",S)})}let p=document.fonts;p&&p.ready.then(()=>{if(t.tornDown)return;let h=Array.from(p).filter(S=>S.status==="error").map(S=>S.family).filter(S=>!!S).slice(0,10);h.length!==0&&l("runtime_font_load_issue",{failedFamilies:h,totalFaces:Array.from(p).length},`runtime-font-load-issue:${h.join("|")}`)}).catch(()=>{})},P=(d,p)=>{if(!d.timeline)return!1;let h=t.capturedTimeline;if(h&&h===d.timeline)return!1;let S=Math.max(0,t.currentTime||0),y=t.isPlaying;t.capturedTimeline=d.timeline,typeof t.capturedTimeline.timeScale=="function"&&t.capturedTimeline.timeScale(t.playbackRate);try{t.capturedTimeline.pause(),t.capturedTimeline.seek(S,!1),y&&t.capturedTimeline.play()}catch(L){D("runtime.init.site7",L)}return Fe({source:"hf-preview",type:"diagnostic",code:"timeline_loop_guard_rebind",details:{reason:p,previousTime:S,selectedTimelineIds:d.selectedTimelineIds??[],selectedDurationSeconds:d.selectedDurationSeconds??null,mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),!0},Z=null,re=!1,U=new Set,z=()=>{t.tornDown||(Z!=null&&window.clearTimeout(Z),Z=window.setTimeout(()=>{if(t.tornDown)return;Z=null;let d=K();if(!d.timeline||!k(d.mediaDurationFloorSeconds??null))return;if(!t.capturedTimeline){J()&&(Ee(),Se(!0));return}if(re)return;let h=M(t.capturedTimeline),S=d.selectedDurationSeconds??M(d.timeline);k(S)&&(!k(h)||S>=h+f)&&P(d,"manual")&&(re=!0,Fe({source:"hf-preview",type:"diagnostic",code:"timeline_rebind_after_media_metadata",details:{previousDurationSeconds:h??null,selectedDurationSeconds:S??null,selectedTimelineIds:d.selectedTimelineIds??[],mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),Ee(),Se(!0))},x))},$=()=>{for(let d of U)d.removeEventListener("loadedmetadata",z),d.removeEventListener("durationchange",z);U.clear()},Te=()=>{if(t.tornDown)return;let d=Array.from(document.querySelectorAll("video, audio"));for(let p of d)U.has(p)||(U.add(p),p.addEventListener("loadedmetadata",z),p.addEventListener("durationchange",z),p.preload!=="auto"&&(p.preload="auto"),p.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&p.load())},ce=()=>{let d=y=>{let L=y.closest("[data-composition-id]"),te=L?N(L,0):null,j=L?g(L,{includeAuthoredTimingAttrs:!0}):null;return{compositionRoot:L,inheritedStart:te,inheritedDuration:j}},p=Ai({shouldIncludeElement:y=>y.hasAttribute("data-start")||!!d(y).compositionRoot,resolveStartSeconds:y=>{let L=d(y);return N(y,L.inheritedStart??0)},resolveDurationSeconds:y=>{let L=d(y),te=N(y,L.inheritedStart??0),j=Number.parseFloat(y.dataset.playbackStart??y.dataset.mediaStart??"0")||0,ne=L.inheritedStart!=null&&L.inheritedDuration!=null&&L.inheritedDuration>0?Math.max(0,L.inheritedStart+L.inheritedDuration-te):null,xe=Number.isFinite(y.duration)&&y.duration>j?Math.max(0,y.duration-j):null;return xe!=null&&ne!=null?Math.min(xe,ne):xe??ne}}),h=t.mediaForceSyncNextTick;h&&(t.mediaForceSyncNextTick=!1),Ei({clips:p.mediaClips,timeSeconds:t.currentTime,playing:t.isPlaying,playbackRate:t.playbackRate,outputMuted:t.mediaOutputMuted||he.isActive(),userMuted:t.bridgeMuted,userVolume:t.bridgeVolume,forceSync:h,onAutoplayBlocked:()=>{t.mediaAutoplayBlockedPosted||(t.mediaAutoplayBlockedPosted=!0,Fe({source:"hf-preview",type:"media-autoplay-blocked"}))}});let S=Array.from(document.querySelectorAll("[data-start]"));for(let y of S){if(!(y instanceof HTMLElement))continue;let L=y.tagName.toLowerCase();if(L==="script"||L==="style"||L==="link"||L==="meta")continue;let te=N(y,0),j=g(y),ne=y.getAttribute("data-composition-id");if(ne){let fe=(window.__timelines??{})[ne],ge=null;if(fe&&typeof fe.duration=="function"){let me=Number(fe.duration());Number.isFinite(me)&&me>0&&(ge=me)}let Ge=y.hasAttribute("data-composition-src")||y.hasAttribute("data-composition-file");j!=null&&j>0&&ge!=null&&!Ge?j=Math.min(j,ge):(j==null||j<=0)&&ge!=null&&(j=ge)}let xe=j!=null&&j>0?te+j:Number.POSITIVE_INFINITY,Be=t.currentTime>=te&&(Number.isFinite(xe)?t.currentTime<xe:!0);y.style.visibility=Be?"visible":"hidden"}},Se=d=>{let p=Math.max(0,Math.round((t.currentTime||0)*t.canonicalFps)),h=Date.now();(d||p!==t.bridgeLastPostedFrame||t.isPlaying!==t.bridgeLastPostedPlaying||t.bridgeMuted!==t.bridgeLastPostedMuted||h-t.bridgeLastPostedAt>=t.bridgeMaxPostIntervalMs)&&(t.bridgeLastPostedFrame=p,t.bridgeLastPostedPlaying=t.isPlaying,t.bridgeLastPostedMuted=t.bridgeMuted,t.bridgeLastPostedAt=h,Fe({source:"hf-preview",type:"state",frame:p,isPlaying:t.isPlaying,muted:t.bridgeMuted,playbackRate:t.playbackRate}))},Ee=()=>{ee(),_(),R();let d=I();if(d){let h=O(d.getAttribute("data-width")),S=O(d.getAttribute("data-height")),y=h?parseInt(h,10):0,L=S?parseInt(S,10):0;y>0&&L>0&&Fe({source:"hf-preview",type:"stage-size",width:y,height:L})}J();let p=_i({canonicalFps:t.canonicalFps,maxTimelineDurationSeconds:t.maxTimelineDurationSeconds});window.__clipManifest=p,Fe(p),Ne()},De=(d,p=0)=>{for(let h of t.deterministicAdapters){try{d==="discover"&&h.discover(),d==="pause"&&h.pause(),d==="play"&&h.play&&h.play()}catch(S){D("runtime.init.site8",S)}if(d==="discover")try{h.seek({time:p})}catch(S){D("runtime.init.site9",S)}}};if(C)Jn();else{let d={injectedStyles:t.injectedCompStyles,injectedScripts:t.injectedCompScripts,parseDimensionPx:O,onDiagnostic:({code:p,details:h})=>{Fe({source:"hf-preview",type:"diagnostic",code:p,details:h})}};fo(d).then(()=>co(d)).finally(()=>{C=!0,J(),window.__renderReady=!0,De("discover",t.currentTime),Te(),T(),Jn(),Ee(),Se(!0)})}let vt=Fi({postMessage:d=>Fe(d)});vt.installPickerApi();let on=d=>{let p=Number(d);!Number.isFinite(p)||p<=0?t.playbackRate=1:t.playbackRate=Math.max(.1,Math.min(5,p)),t.mediaForceSyncNextTick=!0,t.capturedTimeline&&typeof t.capturedTimeline.timeScale=="function"&&t.capturedTimeline.timeScale(t.playbackRate);let h=document.querySelectorAll("video, audio");for(let S of h)if(S instanceof HTMLMediaElement)try{S.playbackRate=t.playbackRate}catch(y){D("runtime.init.site10",y)}},de=Ni({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:on,getCanonicalFps:()=>t.canonicalFps,onSyncMedia:(d,p)=>{t.currentTime=Math.max(0,Number(d)||0),t.isPlaying!==p&&(t.mediaForceSyncNextTick=!0),t.isPlaying=p,ce()},onStatePost:Se,onDeterministicSeek:d=>{for(let p of t.deterministicAdapters)try{p.seek({time:Number(d)||0})}catch(h){D("runtime.init.site11",h)}},onDeterministicPause:()=>De("pause"),onDeterministicPlay:()=>De("play"),onRenderFrameSeek:()=>{},onShowNativeVideos:()=>{},getSafeDuration:()=>q(t.capturedTimeline,0)});window.__player=a(de),window.__playerReady=!0,ui(Fe),at("composition_loaded",{duration:de.getDuration(),compositionId:document.querySelector("[data-composition-id]")?.getAttribute("data-composition-id")??null}),t.controlBridgeHandler=li({onPlay:()=>{de.play(),at("composition_played",{time:de.getTime()})},onPause:()=>{de.pause(),at("composition_paused",{time:de.getTime()})},onSeek:(d,p)=>{let h=Math.max(0,d)/t.canonicalFps;de.seek(h),at("composition_seeked",{time:h})},onSetMuted:d=>{t.bridgeMuted=d;let p=d||t.mediaOutputMuted;he.setMuted(p);let h=document.querySelectorAll("video, audio");for(let S of h)S instanceof HTMLMediaElement&&(S.muted=p)},onSetVolume:d=>{t.bridgeVolume=d,he.setVolume(d);let p=document.querySelectorAll("video, audio");for(let h of p){if(!(h instanceof HTMLMediaElement))continue;let S=parseFloat(h.dataset.volume??""),y=Number.isFinite(S)?S:1;h.volume=y*d}},onSetMediaOutputMuted:d=>{t.mediaOutputMuted=d;let p=d||t.bridgeMuted;he.setMuted(p);let h=document.querySelectorAll("video, audio");for(let S of h)S instanceof HTMLMediaElement&&(S.muted=p)},onSetPlaybackRate:d=>{on(d),t.transportClock&&t.transportClock.setRate(t.playbackRate),he.setRate(t.playbackRate)},onTick:()=>{if(t.tornDown||!B.isPlaying())return;let d=B.now();if(t.currentTime=d,je(d),B.reachedEnd()){he.stopAll(),B.detachAudioSource(),B.pause(),t.isPlaying=!1;let p=B.getDuration();Number.isFinite(p)&&(B.seek(p),t.currentTime=p,je(p)),De("pause"),ce(),Se(!0)}},onEnablePickMode:()=>vt.enablePickMode(),onDisablePickMode:()=>vt.disablePickMode()}),J(),t.capturedTimeline&&(de._timeline=t.capturedTimeline),window.__renderReady=!0,C&&setTimeout(()=>{let d=t.capturedTimeline;J()&&t.capturedTimeline!==d&&(de._timeline=t.capturedTimeline),De("discover",t.currentTime),window.__renderReady=!0,Ee(),Se(!0)},0),t.deterministicAdapters=[bi(),ci({resolveStartSeconds:d=>N(d,0)}),fi(),hi(),gi(),yi(),di({getTimeline:()=>t.capturedTimeline})],Si(),H(),De("discover"),Te();let B=new Yt;t.transportClock=B;let he=new Zt,ri=!1;he.init().then(d=>{ri=d});let Dt=0,sn=!1,zo=(d,p,h)=>{try{d.pause(),typeof d.totalTime=="function"?d.totalTime(p,!1):d.seek(p,!1)}catch(S){D(h,S)}},jo=d=>{let p=window.__timelines??{},h=I()?.getAttribute("data-composition-id")??null;for(let[S,y]of Object.entries(p)){if(!y||S===h)continue;let L=document.querySelector(`[data-composition-id="${CSS.escape(S)}"]`);if(!L)continue;let te=N(L,0);if(!Number.isFinite(te))continue;let j=g(L,{includeAuthoredTimingAttrs:!0}),ne=M(y),xe=j!=null&&j>0?j:ne,Be=Math.max(0,xe!=null&&xe>0?Math.min(xe,d-te):d-te);zo(y,Be,"runtime.init.transport.childTimeline")}},Go=d=>{let p=window.__timelines??{};for(let h of Object.values(p))if(!(!h||h===d))try{h.play()}catch(S){D("runtime.init.activateSiblings",S)}},je=(d,p)=>{let h=t.capturedTimeline;if(h){p?.activateChildren&&Go(h);try{typeof h.totalTime=="function"?h.totalTime(d,!1):h.seek(d,!1)}catch(S){D("runtime.init.transport.seek",S)}}else jo(d);for(let S of t.deterministicAdapters)try{S.seek({time:d})}catch(y){D("runtime.init.transport.adapter",y)}},oi=()=>{if(!(t.tornDown||sn)){sn=!0;try{if(t.transportRafId=window.requestAnimationFrame(oi),Dt+=1,Dt%60===0&&!(B.isPlaying()&&t.capturedTimeline!=null&&B.now()<m)){let h=t.capturedTimeline;if(J()){t.capturedTimeline&&!de._timeline&&(de._timeline=t.capturedTimeline),t.capturedTimeline&&t.capturedTimeline!==h&&t.capturedTimeline.pause();let S=q(t.capturedTimeline,0);S>0&&B.setDuration(S),Ee()}}if(Dt%20===0&&Ee(),Dt%30===0&&Te(),t.capturedTimeline){let p=q(t.capturedTimeline,0);p>0&&B.setDuration(p)}if(B.isPlaying()&&!t.mediaOutputMuted)if(he.isActive()&&he.context){let p=he.getTime();p>=0&&B.attachAudioSource({currentTimeSeconds:p})}else{let p=document.querySelectorAll("audio[data-start]"),h=!1;for(let S of p){if(!(S instanceof HTMLMediaElement)||!S.isConnected)continue;let y=Number.parseFloat(S.dataset.start??""),L=Number.parseFloat(S.dataset.duration??""),te=Number.isFinite(L)&&L>0?y+L:1/0,j=Number.parseFloat(S.dataset.playbackStart??S.dataset.mediaStart??"0")||0;if(Number.isFinite(y)&&t.currentTime>=y&&t.currentTime<te){S.paused?!S.error&&S.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&(B.attachAudioSource({currentTimeSeconds:t.currentTime}),h=!0):(B.attachAudioSource({el:S,compositionStart:y,mediaStart:j}),h=!0);break}}!h&&B.hasAudioSource()&&B.detachAudioSource()}else B.hasAudioSource()&&B.detachAudioSource();let d=B.now();if(t.currentTime=d,je(d),B.isPlaying()&&B.reachedEnd()){he.stopAll(),B.detachAudioSource(),B.pause(),t.isPlaying=!1;let p=B.getDuration();Number.isFinite(p)&&(B.seek(p),t.currentTime=p,je(p)),De("pause"),ce(),Se(!0);return}B.isPlaying()&&ce(),Se(!1)}finally{sn=!1}}},si=d=>{let p=document.querySelectorAll("video, audio");for(let h of p){if(!(h instanceof HTMLMediaElement)||!h.isConnected)continue;let S=Number.parseFloat(h.dataset.start??"");if(!Number.isFinite(S))continue;let y=Number.parseFloat(h.dataset.duration??""),L=Number.isFinite(y)&&y>0?S+y:1/0;if(d<S||d>=L)continue;let te=Number.parseFloat(h.dataset.playbackStart??h.dataset.mediaStart??"0")||0,j=d-S+te;if(j>=0)try{h.currentTime=j}catch{}}};if(de.play=()=>{let d=t.capturedTimeline;if(B.isPlaying())return;let p=q(d,0);if(p>0)B.setDuration(p),B.reachedEnd()&&(B.seek(0),t.currentTime=0,je(0));else{let h=I(),S=Number(h?.getAttribute("data-duration")??0);S>0&&B.setDuration(S)}if(d&&d.pause(),!!B.play()){if(t.isPlaying=!0,t.mediaForceSyncNextTick=!0,si(B.now()),ri){let h=he.startGeneration(),S=document.querySelectorAll("audio[data-start]");for(let y of S){if(!(y instanceof HTMLMediaElement)||!y.isConnected)continue;let L=Number.parseFloat(y.dataset.start??"");if(!Number.isFinite(L))continue;let te=Number.parseFloat(y.dataset.playbackStart??y.dataset.mediaStart??"0")||0,j=Number.parseFloat(y.dataset.volume??""),ne=Number.isFinite(j)?j:1;he.decodeAudioElement(y).then(xe=>{!xe||!B.isPlaying()||he.schedulePlayback(y,xe,L,te,B.now(),ne*t.bridgeVolume,h,t.playbackRate)})}}De("play"),ce(),Se(!0)}},de.pause=()=>{if(!B.isPlaying())return;he.stopAll(),B.detachAudioSource(),B.pause(),t.isPlaying=!1,t.currentTime=B.now(),t.mediaForceSyncNextTick=!0,si(t.currentTime);let d=t.capturedTimeline;d&&d.pause(),De("pause"),ce(),Se(!0)},de.seek=d=>{let p=Ye(Math.max(0,Number(d)||0),t.canonicalFps);he.stopAll(),B.detachAudioSource(),B.isPlaying()&&B.pause(),B.seek(p),t.currentTime=B.now(),t.isPlaying=!1,t.mediaForceSyncNextTick=!0;let S=t.capturedTimeline;S&&S.pause(),je(t.currentTime),De("pause"),ce(),Se(!0)},de.renderSeek=d=>{let p=Ye(Math.max(0,Number(d)||0),t.canonicalFps);B.isPlaying()&&B.pause(),B.seek(p),t.currentTime=B.now(),t.isPlaying=!1,t.mediaForceSyncNextTick=!0,je(t.currentTime,{activateChildren:!0}),ce(),Se(!0)},de.getTime=()=>B.now(),de.getDuration=()=>{let d=B.getDuration();return Number.isFinite(d)?d:0},de.isPlaying=()=>B.isPlaying(),de.setPlaybackRate=d=>{on(d),B.setRate(t.playbackRate),he.setRate(t.playbackRate)},t.capturedTimeline){let d=q(t.capturedTimeline,0);d>0&&B.setDuration(d),t.capturedTimeline.pause()}let ai=window.__player;if(ai){let d=["play","pause","seek","renderSeek","getTime","getDuration","isPlaying"];for(let p of d)Object.defineProperty(ai,p,{get:()=>de[p],set:h=>{de[p]=h},configurable:!0})}t.transportRafId=window.requestAnimationFrame(oi),Ee(),Se(!0);let an=()=>{if(!t.tornDown){t.tornDown=!0,t.transportRafId!=null&&(window.cancelAnimationFrame(t.transportRafId),t.transportRafId=null),t.transportClock=null,he.destroy(),Z!=null&&(window.clearTimeout(Z),Z=null),o!=null&&(window.cancelAnimationFrame(o),o=null),$(),t.controlBridgeHandler&&(window.removeEventListener("message",t.controlBridgeHandler),t.controlBridgeHandler=null),e&&(window.removeEventListener("error",e),e=null),n&&(window.removeEventListener("unhandledrejection",n),n=null),t.beforeUnloadHandler&&(window.removeEventListener("beforeunload",t.beforeUnloadHandler),t.beforeUnloadHandler=null),vt.disablePickMode();for(let d of t.deterministicAdapters)if(!(!d||typeof d.revert!="function"))try{d.revert()}catch(p){D("runtime.init.site12",p)}t.deterministicAdapters=[];for(let d of i.splice(0))try{d()}catch(p){D("runtime.init.site13",p)}for(let d of t.injectedCompStyles)try{d.remove()}catch(p){D("runtime.init.site14",p)}t.injectedCompStyles=[];for(let d of t.injectedCompScripts)try{d.remove()}catch(p){D("runtime.init.site15",p)}t.injectedCompScripts=[],t.capturedTimeline=null,window.__hfRuntimeTeardown===an&&(window.__hfRuntimeTeardown=null)}};window.__hfRuntimeTeardown=an,t.beforeUnloadHandler=an,window.addEventListener("beforeunload",t.beforeUnloadHandler)}var go=["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"],Qn=[[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 dl(t){if(t<=255)return go[t];let e=0,n=Qn.length-1;for(;e<=n;){let i=e+n>>1,r=Qn[i];if(t<r[0]){n=i-1;continue}if(t>r[1]){e=i+1;continue}return r[2]}return"L"}function fl(t){let e=t.length;if(e===0)return null;let n=new Array(e),i=!1;for(let c=0;c<e;){let u=t.charCodeAt(c),m=u,f=1;if(u>=55296&&u<=56319&&c+1<e){let F=t.charCodeAt(c+1);F>=56320&&F<=57343&&(m=(u-55296<<10)+(F-56320)+65536,f=2)}let x=dl(m);(x==="R"||x==="AL"||x==="AN")&&(i=!0);for(let F=0;F<f;F++)n[c+F]=x;c+=f}if(!i)return null;let r=0;for(let c=0;c<e;c++){let u=n[c];if(u==="L"){r=0;break}if(u==="R"||u==="AL"){r=1;break}}let o=new Int8Array(e);for(let c=0;c<e;c++)o[c]=r;let s=r&1?"R":"L",l=s,a=l;for(let c=0;c<e;c++)n[c]==="NSM"?n[c]=a:a=n[c];a=l;for(let c=0;c<e;c++){let u=n[c];u==="EN"?n[c]=a==="AL"?"AN":"EN":(u==="R"||u==="L"||u==="AL")&&(a=u)}for(let c=0;c<e;c++)n[c]==="AL"&&(n[c]="R");for(let c=1;c<e-1;c++)n[c]==="ES"&&n[c-1]==="EN"&&n[c+1]==="EN"&&(n[c]="EN"),n[c]==="CS"&&(n[c-1]==="EN"||n[c-1]==="AN")&&n[c+1]===n[c-1]&&(n[c]=n[c-1]);for(let c=0;c<e;c++){if(n[c]!=="EN")continue;let u;for(u=c-1;u>=0&&n[u]==="ET";u--)n[u]="EN";for(u=c+1;u<e&&n[u]==="ET";u++)n[u]="EN"}for(let c=0;c<e;c++){let u=n[c];(u==="WS"||u==="ES"||u==="ET"||u==="CS")&&(n[c]="ON")}a=l;for(let c=0;c<e;c++){let u=n[c];u==="EN"?n[c]=a==="L"?"L":"EN":(u==="R"||u==="L")&&(a=u)}for(let c=0;c<e;c++){if(n[c]!=="ON")continue;let u=c+1;for(;u<e&&n[u]==="ON";)u++;let m=c>0?n[c-1]:l,f=u<e?n[u]:l,x=m!=="L"?"R":"L";if(x===(f!=="L"?"R":"L"))for(let E=c;E<u;E++)n[E]=x;c=u-1}for(let c=0;c<e;c++)n[c]==="ON"&&(n[c]=s);for(let c=0;c<e;c++){let u=n[c];(o[c]&1)===0?u==="R"?o[c]++:(u==="AN"||u==="EN")&&(o[c]+=2):(u==="L"||u==="AN"||u==="EN")&&o[c]++}return o}function yo(t,e){let n=fl(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 ml=/[ \\t\\n\\r\\f]+/g,pl=/[\\t\\n\\r\\f]| {2,}|^ | $/;function hl(t){let e=t??"normal";return e==="pre-wrap"?{mode:e,preserveOrdinarySpaces:!0,preserveHardBreaks:!0}:{mode:e,preserveOrdinarySpaces:!1,preserveHardBreaks:!1}}function xl(t){if(!pl.test(t))return t;let e=t.replace(ml," ");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 gl(t){return/[\\r\\f]/.test(t)?t.replace(/\\r\\n/g,`\n`).replace(/[\\r\\f]/g,`\n`):t.replace(/\\r\\n/g,`\n`)}var Yn=null,yl;function Sl(){return Yn===null&&(Yn=new Intl.Segmenter(yl,{granularity:"word"})),Yn}var bl=/\\p{Script=Arabic}/u,Xt=/\\p{M}/u,Co=/\\p{Nd}/u;function So(t){return bl.test(t)}function bo(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 ve(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(bo(r))return!0;e++;continue}}if(bo(n))return!0}}return!1}function Al(t){let e=nn(t);return e!==null&&(tn.has(e)||Ue.has(e))}var El=new Set(["\\xA0","\\u202F","\\u2060","\\uFEFF"]);function Fl(t){return ve(t)}function wl(t){let e=nn(t);return e!==null&&El.has(e)}function en(t){return!Al(t)&&!wl(t)}var tn=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"]),Rt=new Set([\'"\',"(","[","{","\\u201C","\\u2018","\\xAB","\\u2039","\\uFF08","\\u3014","\\u3008","\\u300A","\\u300C","\\u300E","\\u3010","\\u3016","\\u3018","\\u301A"]),Xn=new Set(["\'","\\u2019"]),Ue=new Set([".",",","!","?",":",";","\\u060C","\\u061B","\\u061F","\\u0964","\\u0965","\\u104A","\\u104B","\\u104C","\\u104D","\\u104F",")","]","}","%",\'"\',"\\u201D","\\u2019","\\xBB","\\u203A","\\u2026"]),Nl=new Set([":",".","\\u060C","\\u061B"]),Cl=new Set(["\\u104F"]),Ml=new Set(["\\u201D","\\u2019","\\xBB","\\u203A","\\u300D","\\u300F","\\u3011","\\u300B","\\u3009","\\u3015","\\uFF09"]);function Tl(t){if(ei(t))return!0;let e=!1;for(let n of t){if(Ue.has(n)){e=!0;continue}if(!(e&&Xt.test(n)))return!1}return e}function kl(t){for(let e of t)if(!tn.has(e)&&!Ue.has(e))return!1;return t.length>0}function _l(t){if(ei(t))return!0;for(let e of t)if(!Rt.has(e)&&!Xn.has(e)&&!Xt.test(e))return!1;return t.length>0}function ei(t){let e=!1;for(let n of t)if(!(n==="\\\\"||Xt.test(n))){if(Rt.has(n)||Ue.has(n)||Xn.has(n)){e=!0;continue}return!1}return e}function Mo(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 nn(t){if(t.length===0)return null;let e=Mo(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(Xt.test(i)){n--;continue}if(Rt.has(i)||Xn.has(i)){n--;continue}break}return n<=0||n===e.length?null:{head:e.slice(0,n).join(""),tail:e.slice(n).join("")}}function vl(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 l=r.repeat(s);return t[i]=l,l}function Eo(t,e){return t&&e!==null&&Nl.has(e)}function Dl(t){let e=nn(t);return e!==null&&Cl.has(e)}function Ll(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 rn(t){let e=t.length;for(;e>0;){let n=Mo(t,e),i=t.slice(n,e);if(Ml.has(i))return!0;if(!Ue.has(i))return!1;e=n}return!1}function Bl(t,e){if(e.preserveOrdinarySpaces||e.preserveHardBreaks){if(t===" ")return"preserved-space";if(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 Il=/[\\x20\\t\\n\\xA0\\xAD\\u200B\\u202F\\u2060\\uFEFF]/;function ke(t){return t.length===1?t[0]:t.join("")}function Ol(t,e){let n=[];for(let i=t.length-1;i>=0;i--)n.push(t[i]);return n.push(e),ke(n)}function Pl(t,e,n,i){if(!Il.test(t))return[{text:t,isWordLike:e,kind:"text",start:n}];let r=[],o=null,s=[],l=n,a=!1,c=0;for(let u of t){let m=Bl(u,i),f=m==="text"&&e;if(o!==null&&m===o&&f===a){s.push(u),c+=u.length;continue}o!==null&&r.push({text:ke(s),isWordLike:a,kind:o,start:l}),o=m,s=[u],l=n+c,a=f,c+=u.length}return o!==null&&r.push({text:ke(s),isWordLike:a,kind:o,start:l}),r}function Zn(t){return t==="space"||t==="preserved-space"||t==="zero-width-break"||t==="hard-break"}var Wl=/^[A-Za-z][A-Za-z0-9+.-]*:$/;function Hl(t,e){let n=t.texts[e];return n.startsWith("www.")?!0:Wl.test(n)&&e+1<t.len&&t.kinds[e+1]==="text"&&t.texts[e+1]==="//"}function ql(t){return t.includes("?")&&(t.includes("://")||t.startsWith("www."))}function Ul(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"||!Hl(t,s))continue;let l=[e[s]],a=s+1;for(;a<t.len&&!Zn(i[a]);){l.push(e[a]),n[s]=!0;let c=e[a].includes("?");if(i[a]="text",e[a]="",a++,c)break}e[s]=ke(l)}let o=0;for(let s=0;s<e.length;s++){let l=e[s];l.length!==0&&(o!==s&&(e[o]=l,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 zl(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]),!ql(s))continue;let l=o+1;if(l>=t.len||Zn(t.kinds[l]))continue;let a=[],c=t.starts[l],u=l;for(;u<t.len&&!Zn(t.kinds[u]);)a.push(t.texts[u]),u++;a.length>0&&(e.push(ke(a)),n.push(!0),i.push("text"),r.push(c),o=u-1)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}var jl=new Set([":","-","/","\\xD7",",",".","+","\\u2013","\\u2014"]),Fo=/^[A-Za-z0-9_]+[,:;]*$/,wo=/[,:;]+$/;function To(t){for(let e of t)if(Co.test(e))return!0;return!1}function _t(t){if(t.length===0)return!1;for(let e of t)if(!(Co.test(e)||jl.has(e)))return!1;return!0}function Gl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o],l=t.kinds[o];if(l==="text"&&_t(s)&&To(s)){let a=[s],c=o+1;for(;c<t.len&&t.kinds[c]==="text"&&_t(t.texts[c]);)a.push(t.texts[c]),c++;e.push(ke(a)),n.push(!0),i.push("text"),r.push(t.starts[o]),o=c-1;continue}e.push(s),n.push(t.isWordLike[o]),i.push(l),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function $l(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o],l=t.kinds[o],a=t.isWordLike[o];if(l==="text"&&a&&Fo.test(s)){let c=[s],u=wo.test(s),m=o+1;for(;u&&m<t.len&&t.kinds[m]==="text"&&t.isWordLike[m]&&Fo.test(t.texts[m]);){let f=t.texts[m];c.push(f),u=wo.test(f),m++}e.push(ke(c)),n.push(!0),i.push("text"),r.push(t.starts[o]),o=m-1;continue}e.push(s),n.push(a),i.push(l),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Vl(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 l=s.split("-"),a=l.length>1;for(let c=0;c<l.length;c++){let u=l[c];if(!a)break;(u.length===0||!To(u)||!_t(u))&&(a=!1)}if(a){let c=0;for(let u=0;u<l.length;u++){let m=l[u],f=u<l.length-1?`${m}-`:m;e.push(f),n.push(!0),i.push("text"),r.push(t.starts[o]+c),c+=f.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 Kl(t){let e=[],n=[],i=[],r=[],o=0;for(;o<t.len;){let s=[t.texts[o]],l=t.isWordLike[o],a=t.kinds[o],c=t.starts[o];if(a==="glue"){let u=[s[0]],m=c;for(o++;o<t.len&&t.kinds[o]==="glue";)u.push(t.texts[o]),o++;let f=ke(u);if(o<t.len&&t.kinds[o]==="text")s[0]=f,s.push(t.texts[o]),l=t.isWordLike[o],a="text",c=m,o++;else{e.push(f),n.push(!1),i.push("glue"),r.push(m);continue}}else o++;if(a==="text")for(;o<t.len&&t.kinds[o]==="glue";){let u=[];for(;o<t.len&&t.kinds[o]==="glue";)u.push(t.texts[o]),o++;let m=ke(u);if(o<t.len&&t.kinds[o]==="text"){s.push(m,t.texts[o]),l=l||t.isWordLike[o],o++;continue}s.push(m)}e.push(ke(s)),n.push(l),i.push(a),r.push(c)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Jl(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"||!ve(e[o])||!ve(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 No(t,e,n){let i=Sl(),r=0,o=[],s=[],l=[],a=[],c=[],u=[],m=[],f=[],x=[],F=[],E=[],b=[];for(let N of i.segment(t))for(let g of Pl(N.segment,N.isWordLike??!1,N.index,n)){let le=function(){u[v]!==null&&(s[v]=[Ao(o,u,m,v)],u[v]=null),s[v].push(g.text),l[v]=l[v]||g.isWordLike,f[v]=f[v]||C,x[v]=x[v]||M,F[v]=Y,E[v]=V,b[v]=Eo(x[v],k)},A=g.kind==="text",w=vl(g.text,g.isWordLike,g.kind),C=ve(g.text),M=So(g.text),k=nn(g.text),Y=rn(g.text),V=Dl(g.text),v=r-1;e.carryCJKAfterClosingQuote&&A&&r>0&&a[v]==="text"&&C&&f[v]&&F[v]||A&&r>0&&a[v]==="text"&&kl(g.text)&&f[v]||A&&r>0&&a[v]==="text"&&E[v]?le():A&&r>0&&a[v]==="text"&&g.isWordLike&&M&&b[v]?(le(),l[v]=!0):w!==null&&r>0&&a[v]==="text"&&u[v]===w?m[v]=(m[v]??1)+1:A&&!g.isWordLike&&r>0&&a[v]==="text"&&(Tl(g.text)||g.text==="-"&&l[v])?le():(o[r]=g.text,s[r]=[g.text],l[r]=g.isWordLike,a[r]=g.kind,c[r]=g.start,u[r]=w,m[r]=w===null?0:1,f[r]=C,x[r]=M,F[r]=Y,E[r]=V,b[r]=Eo(M,k),r++)}for(let N=0;N<r;N++){if(u[N]!==null){o[N]=Ao(o,u,m,N);continue}o[N]=ke(s[N])}for(let N=1;N<r;N++)a[N]==="text"&&!l[N]&&ei(o[N])&&a[N-1]==="text"&&(o[N-1]+=o[N],l[N-1]=l[N-1]||l[N],o[N]="");let O=Array.from({length:r},()=>null),I=-1;for(let N=r-1;N>=0;N--){let g=o[N];if(g.length!==0){if(a[N]==="text"&&!l[N]&&_l(g)&&I>=0&&a[I]==="text"){let A=O[I]??[];A.push(g),O[I]=A,c[I]=c[N],o[N]="";continue}I=N}}for(let N=0;N<r;N++){let g=O[N];g!=null&&(o[N]=Ol(g,o[N]))}let _=0;for(let N=0;N<r;N++){let g=o[N];g.length!==0&&(_!==N&&(o[_]=g,l[_]=l[N],a[_]=a[N],c[_]=c[N]),_++)}o.length=_,l.length=_,a.length=_,c.length=_;let ee=Kl({len:_,texts:o,isWordLike:l,kinds:a,starts:c}),R=Jl($l(Vl(Gl(zl(Ul(ee))))));for(let N=0;N<R.len-1;N++){let g=Ll(R.texts[N]);g!==null&&(R.kinds[N]!=="space"&&R.kinds[N]!=="preserved-space"||R.kinds[N+1]!=="text"||!So(R.texts[N+1])||(R.texts[N]=g.space,R.isWordLike[N]=!1,R.kinds[N]=R.kinds[N]==="preserved-space"?"preserved-space":"space",R.texts[N+1]=g.marks+R.texts[N+1],R.starts[N+1]=R.starts[N]+g.space.length))}return R}function Ql(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 Yl(t){if(t.len<=1)return t;let e=[],n=[],i=[],r=[],o=null,s=!1,l=0,a=!1,c=!1;function u(){o!==null&&(e.push(ke(o)),n.push(s),i.push("text"),r.push(l),o=null)}for(let m=0;m<t.len;m++){let f=t.texts[m],x=t.kinds[m],F=t.isWordLike[m],E=t.starts[m];if(x==="text"){let b=Fl(f),O=en(f);if(o!==null&&a&&c){o.push(f),s=s||F,a=a||b,c=O;continue}u(),o=[f],s=F,l=E,a=b,c=O;continue}u(),e.push(f),n.push(F),i.push(x),r.push(E)}return u(),{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function ko(t,e,n="normal",i="normal"){let r=hl(n),o=r.mode==="pre-wrap"?gl(t):xl(t);if(o.length===0)return{normalized:o,chunks:[],len:0,texts:[],isWordLike:[],kinds:[],starts:[]};let s=i==="keep-all"?Yl(No(o,e,r)):No(o,e,r);return{normalized:o,chunks:Ql(s,r),...s}}var it=null,_o=new Map,rt=null,Zl=96,Xl=/\\p{Emoji_Presentation}/u,eu=/[\\p{Emoji_Presentation}\\p{Extended_Pictographic}\\p{Regional_Indicator}\\uFE0F\\u20E3]/u,ti=null,Ro=new Map;function ni(){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 tu(t){let e=_o.get(t);return e||(e=new Map,_o.set(t,e)),e}function Oe(t,e){let n=e.get(t);return n===void 0&&(n={width:ni().measureText(t).width,containsCJK:ve(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 nu(t){let e=t.match(/(\\d+(?:\\.\\d+)?)\\s*px/);return e?parseFloat(e[1]):16}function vo(){return ti===null&&(ti=new Intl.Segmenter(void 0,{granularity:"grapheme"})),ti}function iu(t){return Xl.test(t)||t.includes("\\uFE0F")}function Do(t){return eu.test(t)}function ru(t,e){let n=Ro.get(t);if(n!==void 0)return n;let i=ni();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 Ro.set(t,n),n}function ou(t){let e=0,n=vo();for(let i of n.segment(t))iu(i.segment)&&e++;return e}function su(t,e){return e.emojiCount===void 0&&(e.emojiCount=ou(t)),e.emojiCount}function ze(t,e,n){return n===0?e.width:e.width-su(t,e)*n}function Lo(t,e,n,i,r){if(e.breakableFitAdvances!==void 0)return e.breakableFitAdvances;let o=vo(),s=[];for(let u of o.segment(t))s.push(u.segment);if(s.length<=1)return e.breakableFitAdvances=null,e.breakableFitAdvances;if(r==="sum-graphemes"){let u=[];for(let m of s){let f=Oe(m,n);u.push(ze(m,f,i))}return e.breakableFitAdvances=u,e.breakableFitAdvances}if(r==="pair-context"||s.length>Zl){let u=[],m=null,f=0;for(let x of s){let F=Oe(x,n),E=ze(x,F,i);if(m===null)u.push(E);else{let b=m+x,O=Oe(b,n);u.push(ze(b,O,i)-f)}m=x,f=E}return e.breakableFitAdvances=u,e.breakableFitAdvances}let l=[],a="",c=0;for(let u of s){a+=u;let m=Oe(a,n),f=ze(a,m,i);l.push(f-c),c=f}return e.breakableFitAdvances=l,e.breakableFitAdvances}function Bo(t,e){let n=ni();n.font=t;let i=tu(t),r=nu(t),o=e?ru(t,r):0;return{cache:i,fontSize:r,emojiCorrection:o}}function au(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 lu(t,e){if(e<=0)return 0;let n=t%e;return Math.abs(n)<=1e-6?e:e-n}function uu(t,e,n,i,r){let o=0,s=e;for(;o<t.length;){let l=s+t[o];if((o+1<t.length?l+r:l)>n+i)break;s=l,o++}return{fitCount:o,fittedWidth:s}}function Io(t,e){return t.simpleLineWalkFastPath?Oo(t,e):Po(t,e)}function Oo(t,e,n){let{widths:i,kinds:r,breakableFitAdvances:o}=t;if(i.length===0)return 0;let l=ot().lineFitEpsilon,a=e+l,c=0,u=0,m=!1,f=0,x=0,F=0,E=0,b=-1,O=0;function I(){b=-1,O=0}function _(w=F,C=E,M=u){c++,n?.({startSegmentIndex:f,startGraphemeIndex:x,endSegmentIndex:w,endGraphemeIndex:C,width:M}),u=0,m=!1,I()}function ee(w,C){m=!0,f=w,x=0,F=w+1,E=0,u=C}function R(w,C,M){m=!0,f=w,x=C,F=w,E=C+1,u=M}function N(w,C){if(!m){ee(w,C);return}u+=C,F=w+1,E=0}function g(w,C){let M=o[w];for(let k=C;k<M.length;k++){let Y=M[k];m?u+Y>a?(_(),R(w,k,Y)):(u+=Y,F=w,E=k+1):R(w,k,Y)}m&&F===w&&E===M.length&&(F=w+1,E=0)}let A=0;for(;A<i.length&&!(!m&&(A=au(t,A),A>=i.length));){let w=i[A],C=r[A],M=C==="space"||C==="preserved-space"||C==="tab"||C==="zero-width-break"||C==="soft-hyphen";if(!m){w>e&&o[A]!==null?g(A,0):ee(A,w),M&&(b=A+1,O=u-w),A++;continue}if(u+w>a){if(M){N(A,w),_(A+1,0,u-w),A++;continue}if(b>=0){if(F>b||F===b&&E>0){_();continue}_(b,0,O);continue}if(w>e&&o[A]!==null){_(),g(A,0),A++;continue}_();continue}N(A,w),M&&(b=A+1,O=u-w),A++}return m&&_(),c}function Po(t,e,n){if(t.simpleLineWalkFastPath)return Oo(t,e,n);let{widths:i,lineEndFitAdvances:r,lineEndPaintAdvances:o,kinds:s,breakableFitAdvances:l,discretionaryHyphenWidth:a,tabStopAdvance:c,chunks:u}=t;if(i.length===0||u.length===0)return 0;let m=ot(),f=m.lineFitEpsilon,x=e+f,F=0,E=0,b=!1,O=0,I=0,_=0,ee=0,R=-1,N=0,g=0,A=null;function w(){R=-1,N=0,g=0,A=null}function C(q=_,K=ee,W=E){F++,n?.({startSegmentIndex:O,startGraphemeIndex:I,endSegmentIndex:q,endGraphemeIndex:K,width:W}),E=0,b=!1,w()}function M(q,K){b=!0,O=q,I=0,_=q+1,ee=0,E=K}function k(q,K,W){b=!0,O=q,I=K,_=q,ee=K+1,E=W}function Y(q,K){if(!b){M(q,K);return}E+=K,_=q+1,ee=0}function V(q,K,W,J){if(!K)return;let Me=q==="tab"?0:r[W],Ne=q==="tab"?J:o[W];R=W+1,N=E-J+Me,g=E-J+Ne,A=q}function v(q,K){let W=l[q];for(let J=K;J<W.length;J++){let Me=W[J];b?E+Me>x?(C(),k(q,J,Me)):(E+=Me,_=q,ee=J+1):k(q,J,Me)}b&&_===q&&ee===W.length&&(_=q+1,ee=0)}function le(q){if(A!=="soft-hyphen")return!1;let K=l[q];if(K==null)return!1;let{fitCount:W,fittedWidth:J}=uu(K,E,e,f,a);return W===0?!1:(E=J,_=q,ee=W,w(),W===K.length?(_=q+1,ee=0,!0):(C(q,W,J+a),v(q,W),!0))}function Ae(q){F++,n?.({startSegmentIndex:q.startSegmentIndex,startGraphemeIndex:0,endSegmentIndex:q.consumedEndSegmentIndex,endGraphemeIndex:0,width:0}),w()}for(let q=0;q<u.length;q++){let K=u[q];if(K.startSegmentIndex===K.endSegmentIndex){Ae(K);continue}b=!1,E=0,O=K.startSegmentIndex,I=0,_=K.startSegmentIndex,ee=0,w();let W=K.startSegmentIndex;for(;W<K.endSegmentIndex;){let J=s[W],Me=J==="space"||J==="preserved-space"||J==="tab"||J==="zero-width-break"||J==="soft-hyphen",Ne=J==="tab"?lu(E,c):i[W];if(J==="soft-hyphen"){b&&(_=W+1,ee=0,R=W+1,N=E+a,g=E+a,A=J),W++;continue}if(!b){Ne>e&&l[W]!==null?v(W,0):M(W,Ne),V(J,Me,W,Ne),W++;continue}if(E+Ne>x){let T=E+(J==="tab"?0:r[W]),P=E+(J==="tab"?Ne:o[W]);if(A==="soft-hyphen"&&m.preferEarlySoftHyphenBreak&&N<=x){C(R,0,g);continue}if(A==="soft-hyphen"&&le(W)){W++;continue}if(Me&&T<=x){Y(W,Ne),C(W+1,0,P),W++;continue}if(R>=0&&N<=x){if(_>R||_===R&&ee>0){C();continue}let Z=R;C(Z,0,g),W=Z;continue}if(Ne>e&&l[W]!==null){C(),v(W,0),W++;continue}C();continue}Y(W,Ne),V(J,Me,W,Ne),W++}if(b){let J=R===K.consumedEndSegmentIndex?g:E;C(K.consumedEndSegmentIndex,0,J)}}return F}var ii=null;function cu(){return ii===null&&(ii=new Intl.Segmenter(void 0,{granularity:"grapheme"})),ii}function du(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 fu(t,e){let n=[],i=[],r=0,o=!1,s=!1,l=!1;function a(){i.length!==0&&(n.push({text:i.length===1?i[0]:i.join(""),start:r}),i=[],o=!1,s=!1,l=!1)}function c(m,f,x){i=[m],r=f,o=x,s=rn(m),l=Rt.has(m)}function u(m,f){i.push(m),o=o||f;let x=rn(m);m.length===1&&Ue.has(m)?s=s||x:s=x,l=!1}for(let m of cu().segment(t)){let f=m.segment,x=ve(f);if(i.length===0){c(f,m.index,x);continue}if(l||tn.has(f)||Ue.has(f)||e.carryCJKAfterClosingQuote&&x&&s){u(f,x);continue}if(!o&&!x){u(f,x);continue}a(),c(f,m.index,x)}return a(),n}function mu(t){if(t.length<=1)return t;let e=[],n=[t[0].text],i=t[0].start,r=ve(t[0].text),o=en(t[0].text);function s(){e.push({text:n.length===1?n[0]:n.join(""),start:i})}for(let l=1;l<t.length;l++){let a=t[l],c=ve(a.text),u=en(a.text);if(r&&o){n.push(a.text),r=r||c,o=u;continue}s(),n=[a.text],i=a.start,r=c,o=u}return s(),e}function pu(t,e,n,i){let r=ot(),{cache:o,emojiCorrection:s}=Bo(e,Do(t.normalized)),l=ze("-",Oe("-",o),s),c=ze(" ",Oe(" ",o),s)*8;if(t.len===0)return du(n);let u=[],m=[],f=[],x=[],F=t.chunks.length<=1,E=n?[]:null,b=[],O=n?[]:null,I=Array.from({length:t.len});function _(g,A,w,C,M,k,Y){M!=="text"&&M!=="space"&&M!=="zero-width-break"&&(F=!1),u.push(A),m.push(w),f.push(C),x.push(M),E?.push(k),b.push(Y),O!==null&&O.push(g)}function ee(g,A,w,C,M){let k=Oe(g,o),Y=ze(g,k,s),V=A==="space"||A==="preserved-space"||A==="zero-width-break"?0:Y,v=A==="space"||A==="zero-width-break"?0:Y;if(M&&C&&g.length>1){let le="sum-graphemes";_t(g)?le="pair-context":r.preferPrefixWidthsForBreakableRuns&&(le="segment-prefixes");let Ae=Lo(g,k,o,s,le);_(g,Y,V,v,A,w,Ae);return}_(g,Y,V,v,A,w,null)}for(let g=0;g<t.len;g++){I[g]=u.length;let A=t.texts[g],w=t.isWordLike[g],C=t.kinds[g],M=t.starts[g];if(C==="soft-hyphen"){_(A,0,l,l,C,M,null);continue}if(C==="hard-break"){_(A,0,0,0,C,M,null);continue}if(C==="tab"){_(A,0,0,0,C,M,null);continue}let k=Oe(A,o);if(C==="text"&&k.containsCJK){let Y=fu(A,r),V=i==="keep-all"?mu(Y):Y;for(let v=0;v<V.length;v++){let le=V[v];ee(le.text,"text",M+le.start,w,i==="keep-all"||!ve(le.text))}continue}ee(A,C,M,w,!0)}let R=hu(t.chunks,I,u.length),N=E===null?null:yo(t.normalized,E);return O!==null?{widths:u,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:x,simpleLineWalkFastPath:F,segLevels:N,breakableFitAdvances:b,discretionaryHyphenWidth:l,tabStopAdvance:c,chunks:R,segments:O}:{widths:u,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:x,simpleLineWalkFastPath:F,segLevels:N,breakableFitAdvances:b,discretionaryHyphenWidth:l,tabStopAdvance:c,chunks:R}}function hu(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,l=o.endSegmentIndex<e.length?e[o.endSegmentIndex]:n,a=o.consumedEndSegmentIndex<e.length?e[o.consumedEndSegmentIndex]:n;i.push({startSegmentIndex:s,endSegmentIndex:l,consumedEndSegmentIndex:a})}return i}function xu(t,e,n,i){let r=i?.wordBreak??"normal",o=ko(t,ot(),i?.whiteSpace,r);return pu(o,e,n,r)}function Wo(t,e,n){return xu(t,e,!1,n)}function Ho(t,e,n){let i=Io(t,e);return{lineCount:i,height:i*n}}var gu={maxWidth:1600,baseFontSize:78,minFontSize:42,fontWeight:900,fontFamily:"Outfit",step:2};function qo(t,e){let n={...gu,...e},i=1.2;for(let r=n.baseFontSize;r>=n.minFontSize;r-=n.step){let o=`${n.fontWeight} ${r}px ${n.fontFamily}`,s=Wo(t,o),{lineCount:l}=Ho(s,n.maxWidth,r*i);if(l<=1)return{fontSize:r,fits:!0}}return{fontSize:n.minFontSize,fits:!1}}window.__timelines=window.__timelines||{};window.__hyperframes={fitTextFontSize:qo,getVariables:oo};function Uo(){let t=window;t.__hyperframeRuntimeBootstrapped||(t.__hyperframeRuntimeBootstrapped=!0,xo())}document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Uo,{once:!0}):Uo();})();\n';
|
|
7632
|
+
RUNTIME_IIFE = '"use strict";(()=>{var Ko=Object.create;var dn=Object.defineProperty;var Qo=Object.getOwnPropertyDescriptor;var Yo=Object.getOwnPropertyNames;var Zo=Object.getPrototypeOf,Xo=Object.prototype.hasOwnProperty;var es=(t,e,n)=>e in t?dn(t,e,{enumerable:!0,configurable:!0,writable:!0,value:n}):t[e]=n;var X=(t,e)=>()=>(e||t((e={exports:{}}).exports,e),e.exports);var ts=(t,e,n,i)=>{if(e&&typeof e=="object"||typeof e=="function")for(let r of Yo(e))!Xo.call(t,r)&&r!==n&&dn(t,r,{get:()=>e[r],enumerable:!(i=Qo(e,r))||i.enumerable});return t};var ns=(t,e,n)=>(n=t!=null?Ko(Zo(t)):{},ts(e||!t||!t.__esModule?dn(n,"default",{value:t,enumerable:!0}):n,t));var ye=(t,e,n)=>es(t,typeof e!="symbol"?e+"":e,n);var Li=X((nc,yn)=>{var V=String,Di=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}};yn.exports=Di();yn.exports.createColors=Di});var Sn=X(()=>{});var It=X((oc,Oi)=>{"use strict";var Bi=Li(),Ii=Sn(),ft=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=Bi.isColorSupported);let i=c=>c,r=c=>c,o=c=>c;if(e){let{bold:c,gray:m,red:f}=Bi.createColors(!0);r=x=>c(f(x)),i=x=>m(x),Ii&&(o=x=>Ii(x))}let s=n.split(/\\r?\\n/),l=Math.max(this.line-3,0),a=Math.min(this.line+2,s.length),u=String(a).length;return s.slice(l,a).map((c,m)=>{let f=l+1+m,x=" "+(" "+f).slice(-u)+" | ";if(f===this.line){if(c.length>160){let E=20,b=Math.max(0,this.column-E),I=Math.max(this.column+E,this.endColumn+E),L=c.slice(b,I),v=i(x.replace(/\\d/g," "))+c.slice(0,Math.min(this.column-1,E-1)).replace(/[^\\t]/g," ");return r(">")+i(x)+o(L)+`\n `+v+r("^")}let w=i(x.replace(/\\d/g," "))+c.slice(0,this.column-1).replace(/[^\\t]/g," ");return r(">")+i(x)+o(c)+`\n `+w+r("^")}return" "+i(x)+o(c)}).join(`\n`)}toString(){let e=this.showSourceCode();return e&&(e=`\n\n`+e+`\n`),this.name+": "+this.message+e}};Oi.exports=ft;ft.default=ft});var bn=X((sc,Wi)=>{"use strict";var Fs=/(<)(\\/?style\\b)/gi,ws=/(<)(!--)/g;function Pe(t){return typeof t!="string"||!t.includes("<")?t:t.replace(Fs,"\\\\3c $2").replace(ws,"\\\\3c $2")}var Pi={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:" ",beforeRule:`\n`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function Ns(t){return t[0].toUpperCase()+t.slice(1)}var mt=class{constructor(e){this.builder=e}atrule(e,n){let i=e.raws,r="@"+e.name,o=e.params?this.rawValue(e,"params"):"";if(typeof i.afterName<"u"?r+=i.afterName:o&&(r+=" "),e.nodes)this.block(e,r+o);else{let s=(i.between||"")+(n?";":"");this.builder(Pe(r+o+s),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 l=0;l<o;l++)i+=s}return i}block(e,n){let i=this.raw(e,"between","beforeOpen");this.builder(Pe(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(Pe(r)),this.builder("}",e,"end")}body(e){let n=e.nodes,i=n.length-1;for(;i>0&&n[i].type==="comment";)i-=1;let r=this.raw(e,"semicolon"),o=e.type==="document";for(let s=0;s<n.length;s++){let l=n[s],a=this.raw(l,"before");a&&this.builder(o?a:Pe(a)),this.stringify(l,i!==s||r)}}comment(e){let n=this.raw(e,"left","commentLeft"),i=this.raw(e,"right","commentRight");this.builder(Pe("/*"+n+e.text+i+"*/"),e)}decl(e,n){let i=e.raws,r=this.raw(e,"between","colon"),o=e.prop+r+this.rawValue(e,"value");e.important&&(o+=i.important||" !important"),n&&(o+=";"),this.builder(Pe(o),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 Pi[i];let s=e.root(),l=s.rawCache||(s.rawCache={});if(typeof l[i]<"u")return l[i];if(i==="before"||i==="after")return this.beforeAfter(e,i);{let a="raw"+Ns(i);this[a]?r=this[a](s,e):s.walk(u=>{if(r=u.raws[n],typeof r<"u")return!1})}return typeof r>"u"&&(r=Pi[i]),l[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){if(this.body(e),e.raws.after){let n=e.raws.after,i=e.parent&&e.parent.type==="document";this.builder(i?n:Pe(n))}}rule(e){this.block(e,this.rawValue(e,"selector")),e.raws.ownSemicolon&&this.builder(Pe(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)}};Wi.exports=mt;mt.default=mt});var pt=X((ac,Hi)=>{"use strict";var Cs=bn();function An(t,e){new Cs(e).stringify(t)}Hi.exports=An;An.default=An});var Ot=X((lc,En)=>{"use strict";En.exports.isClean=Symbol("isClean");En.exports.my=Symbol("my")});var gt=X((uc,qi)=>{"use strict";var Ms=It(),Ts=bn(),ks=pt(),{isClean:ht,my:_s}=Ot();function Fn(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=>Fn(s,n)):(o==="object"&&r!==null&&(r=Fn(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 xt=class{get proxyOf(){return this}constructor(e={}){this.raws={},this[ht]=!1,this[_s]=!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=Fn(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 Ms(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[ht]=!0}markDirty(){if(this[ht]){this[ht]=!1;let e=this;for(;e=e.parent;)e[ht]=!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 l=o;l<s;l++)r[l]===`\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 Ts().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 l=this[s];if(Array.isArray(l))i[s]=l.map(a=>typeof a=="object"&&a.toJSON?a.toJSON(null,n):a);else if(typeof l=="object"&&l.toJSON)i[s]=l.toJSON(null,n);else if(s==="source"){if(l==null)continue;let a=n.get(l.input);a==null&&(a=o,n.set(l.input,o),o++),i[s]={end:l.end,inputId:a,start:l.start}}else i[s]=l}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=ks){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)}};qi.exports=xt;xt.default=xt});var St=X((cc,Ui)=>{"use strict";var vs=gt(),yt=class extends vs{constructor(e){super(e),this.type="comment"}};Ui.exports=yt;yt.default=yt});var At=X((dc,zi)=>{"use strict";var Rs=gt(),bt=class extends Rs{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"}};zi.exports=bt;bt.default=bt});var We=X((fc,Zi)=>{"use strict";var ji=St(),Vi=At(),Ds=gt(),{isClean:$i,my:Gi}=Ot(),wn,Ji,Ki,Nn;function Qi(t){return t.map(e=>(e.nodes&&(e.nodes=Qi(e.nodes)),delete e.source,e))}function Yi(t){if(t[$i]=!1,t.proxyOf.nodes)for(let e of t.proxyOf.nodes)Yi(e)}var ve=class t 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 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 l of o)this.proxyOf.nodes.splice(i,0,l);let s;for(let l in this.indexes)s=this.indexes[l],i<=s&&(this.indexes[l]=s+o.length);return this.markDirty(),this}normalize(e,n){if(typeof e=="string")e=Qi(Ji(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 Vi(e)]}else if(e.selector||e.selectors)e=[new Nn(e)];else if(e.name)e=[new wn(e)];else if(e.text)e=[new ji(e)];else throw new Error("Unknown node type in node creation");return e.map(r=>(r[Gi]||t.rebuild(r),r=r.proxyOf,r.parent&&r.parent.removeChild(r),r[$i]&&Yi(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)}))}};ve.registerParse=t=>{Ji=t};ve.registerRule=t=>{Nn=t};ve.registerAtRule=t=>{wn=t};ve.registerRoot=t=>{Ki=t};Zi.exports=ve;ve.default=ve;ve.rebuild=t=>{t.type==="atrule"?Object.setPrototypeOf(t,wn.prototype):t.type==="rule"?Object.setPrototypeOf(t,Nn.prototype):t.type==="decl"?Object.setPrototypeOf(t,Vi.prototype):t.type==="comment"?Object.setPrototypeOf(t,ji.prototype):t.type==="root"&&Object.setPrototypeOf(t,Ki.prototype),t[Gi]=!0,t.nodes&&t.nodes.forEach(e=>{ve.rebuild(e)})}});var Pt=X((mc,er)=>{"use strict";var Xi=We(),Ze=class extends Xi{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)}};er.exports=Ze;Ze.default=Ze;Xi.registerAtRule(Ze)});var Wt=X((pc,ir)=>{"use strict";var Ls=We(),tr,nr,Je=class extends Ls{constructor(e){super({type:"document",...e}),this.nodes||(this.nodes=[])}toResult(e={}){return new tr(new nr,this,e).stringify()}};Je.registerLazyResult=t=>{tr=t};Je.registerProcessor=t=>{nr=t};ir.exports=Je;Je.default=Je});var or=X((hc,rr)=>{var Bs="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Is=(t,e=21)=>(n=e)=>{let i="",r=n|0;for(;r--;)i+=t[Math.random()*t.length|0];return i},Os=(t=21)=>{let e="",n=t|0;for(;n--;)e+=Bs[Math.random()*64|0];return e};rr.exports={nanoid:Os,customAlphabet:Is}});var Ht=X(()=>{});var qt=X(()=>{});var Cn=X(()=>{});var sr=X(()=>{});var Tn=X((wc,ur)=>{"use strict";var{existsSync:Ps,readFileSync:Ws}=sr(),{dirname:Mn,join:Hs}=Ht(),{SourceMapConsumer:ar,SourceMapGenerator:lr}=qt();function qs(t){return Buffer?Buffer.from(t,"base64").toString():window.atob(t)}var Et=class{constructor(e,n){if(n.map===!1)return;n.unsafeMap&&(this.unsafeMap=!0),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=Mn(this.mapFile)),r&&(this.text=r)}consumer(){return this.consumerCache||(this.consumerCache=new ar(this.json||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 l=e.match(n)||e.match(i);if(l)return qs(e.substr(l[0].length));let a=e.slice(22);throw a=a.slice(0,a.indexOf(",")),new Error("Unsupported source map encoding "+a)}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,n,i){if(!(!i&&!this.unsafeMap&&!/\\.map$/i.test(e))&&(this.root=Mn(e),Ps(e)))return this.mapFile=e,Ws(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,e,!0);if(!r)throw new Error("Unable to load previous source map: "+i.toString());return r}}else{if(n instanceof ar)return lr.fromSourceMap(n).toString();if(n instanceof lr)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;e&&(i=Hs(Mn(e),i));let r=this.loadFile(i,e,!1);if(r)try{this.json=JSON.parse(r.replace(/^\\)]}\'[^\\n]*\\n/,""))}catch{return}return r}}}startWith(e,n){return e?e.substr(0,n.length)===n:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};ur.exports=Et;Et.default=Et});var Ft=X((Nc,pr)=>{"use strict";var{nanoid:Us}=or(),{isAbsolute:vn,resolve:Rn}=Ht(),{SourceMapConsumer:zs,SourceMapGenerator:js}=qt(),{fileURLToPath:cr,pathToFileURL:Ut}=Cn(),dr=It(),Vs=Tn(),kn=Sn(),_n=Symbol("lineToIndexCache"),$s=!!(zs&&js),fr=!!(Rn&&vn);function mr(t){if(t[_n])return t[_n];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[_n]=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&&(!fr||/^\\w+:\\/\\//.test(n.from)||vn(n.from)?this.file=n.from:this.file=Rn(n.from)),fr&&$s){let i=new Vs(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 "+Us(6)+">"),this.map&&(this.map.file=this.from)}error(e,n,i,r={}){let o,s,l,a,u;if(n&&typeof n=="object"){let m=n,f=i;if(typeof m.offset=="number"){a=m.offset;let x=this.fromOffset(a);n=x.line,i=x.col}else n=m.line,i=m.column,a=this.fromLineAndColumn(n,i);if(typeof f.offset=="number"){l=f.offset;let x=this.fromOffset(l);s=x.line,o=x.col}else s=f.line,o=f.column,l=this.fromLineAndColumn(f.line,f.column)}else if(i)a=this.fromLineAndColumn(n,i);else{a=n;let m=this.fromOffset(a);n=m.line,i=m.col}let c=this.origin(n,i,s,o);return c?u=new dr(e,c.endLine===void 0?c.line:{column:c.column,line:c.line},c.endLine===void 0?c.column:{column:c.endColumn,line:c.endLine},c.source,c.file,r.plugin):u=new dr(e,s===void 0?n:{column:i,line:n},s===void 0?i:{column:o,line:s},this.css,this.file,r.plugin),u.input={column:i,endColumn:o,endLine:s,endOffset:l,line:n,offset:a,source:this.css},this.file&&(Ut&&(u.input.url=Ut(this.file).toString()),u.input.file=this.file),u}fromLineAndColumn(e,n){return mr(this)[e-1]+n-1}fromOffset(e){let n=mr(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:Rn(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 l;typeof i=="number"&&(l=o.originalPositionFor({column:r,line:i}));let a;vn(s.source)?a=Ut(s.source):a=new URL(s.source,this.map.consumer().sourceRoot||Ut(this.map.mapFile));let u={column:s.column,endColumn:l&&l.column,endLine:l&&l.line,line:s.line,url:a.toString()};if(a.protocol==="file:")if(cr)u.file=cr(a);else throw new Error("file: protocol is not available in this PostCSS build");let c=o.sourceContentFor(s.source);return c&&(u.source=c),u}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}};pr.exports=Xe;Xe.default=Xe;kn&&kn.registerInput&&kn.registerInput(Xe)});var et=X((Cc,yr)=>{"use strict";var hr=We(),xr,gr,He=class extends hr{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 xr(new gr,this,e).stringify()}};He.registerLazyResult=t=>{xr=t};He.registerProcessor=t=>{gr=t};yr.exports=He;He.default=He;hr.registerRoot(He)});var Dn=X((Mc,Sr)=>{"use strict";var wt={comma(t){return wt.split(t,[","],!0)},space(t){let e=[" ",`\n`," "];return wt.split(t,e)},split(t,e,n){let i=[],r="",o=!1,s=0,l=!1,a="",u=!1;for(let c of t)u?u=!1:c==="\\\\"?u=!0:l?c===a&&(l=!1):c===\'"\'||c==="\'"?(l=!0,a=c):c==="("?s+=1:c===")"?s>0&&(s-=1):s===0&&e.includes(c)&&(o=!0),o?(r!==""&&i.push(r.trim()),r="",o=!1):r+=c;return(n||r!=="")&&i.push(r.trim()),i}};Sr.exports=wt;wt.default=wt});var zt=X((Tc,Ar)=>{"use strict";var br=We(),Gs=Dn(),tt=class extends br{get selectors(){return Gs.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=[])}};Ar.exports=tt;tt.default=tt;br.registerRule(tt)});var Fr=X((kc,Er)=>{"use strict";var Js=Pt(),Ks=St(),Qs=At(),Ys=Ft(),Zs=Tn(),Xs=et(),ea=zt();function Nt(t,e){if(Array.isArray(t))return t.map(r=>Nt(r));let{inputs:n,...i}=t;if(n){e=[];for(let r of n){let o={...r,__proto__:Ys.prototype};o.map&&(o.map={...o.map,__proto__:Zs.prototype}),e.push(o)}}if(i.nodes&&(i.nodes=t.nodes.map(r=>Nt(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 Xs(i);if(i.type==="decl")return new Qs(i);if(i.type==="rule")return new ea(i);if(i.type==="comment")return new Ks(i);if(i.type==="atrule")return new Js(i);throw new Error("Unknown node type: "+t.type)}Er.exports=Nt;Nt.default=Nt});var Bn=X((_c,kr)=>{"use strict";var{dirname:jt,relative:Nr,resolve:Cr,sep:Mr}=Ht(),{SourceMapConsumer:Tr,SourceMapGenerator:Vt}=qt(),{pathToFileURL:wr}=Cn(),ta=Ft(),na=!!(Tr&&Vt),ia=!!(jt&&Cr&&Nr&&Mr),Ln=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||jt(e.file),r;this.mapOpts.sourcesContent===!1?(r=new Tr(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(),ia&&na&&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=Vt.fromSourceMap(e,{ignoreInvalidMapping:!0})}else this.map=new Vt({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 Vt({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,(l,a,u)=>{if(this.css+=l,a&&u!=="end"&&(r.generated.line=e,r.generated.column=n-1,a.source&&a.source.start?(r.source=this.sourcePath(a),r.original.line=a.source.start.line,r.original.column=a.source.start.column-1,this.map.addMapping(r)):(r.source=i,r.original.line=1,r.original.column=0,this.map.addMapping(r))),s=l.match(/\\n/g),s?(e+=s.length,o=l.lastIndexOf(`\n`),n=l.length-o):n+=l.length,a&&u!=="start"){let c=a.parent||{raws:{}};(!(a.type==="decl"||a.type==="atrule"&&!a.nodes)||a!==c.last||c.raws.semicolon)&&(a.source&&a.source.end?(r.source=this.sourcePath(a),r.original.line=a.source.end.line,r.original.column=a.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?jt(this.opts.to):".";typeof this.mapOpts.annotation=="string"&&(i=jt(Cr(i,this.mapOpts.annotation)));let r=Nr(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 ta(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(wr){let i=wr(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;Mr==="\\\\"&&(e=e.replace(/\\\\/g,"/"));let i=encodeURI(e).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(e,i),i}};kr.exports=Ln});var Rr=X((vc,vr)=>{"use strict";var $t=/[\\t\\n\\f\\r "#\'()/;[\\\\\\]{}]/g,Gt=/[\\t\\n\\f\\r !"#\'():;@[\\\\\\]{}]|\\/(?=\\*)/g,ra=/.[\\r\\n"\'(/\\\\]/,_r=/[\\da-f]/i;vr.exports=function(e,n={}){let i=e.css.valueOf(),r=n.ignoreErrors,o,s,l,a,u,c,m,f,x,w,E=i.length,b=0,I=[],L=[],v=-1;function ee(){return b}function H(N){throw e.error("Unclosed "+N,b)}function C(){return L.length===0&&b>=E}function g(N){if(L.length)return L.pop();if(b>=E)return;let F=N?N.ignoreUnclosed:!1;switch(o=i.charCodeAt(b),o){case 10:case 32:case 9:case 13:case 12:{a=b;do a+=1,o=i.charCodeAt(a);while(o===32||o===10||o===9||o===13||o===12);c=["space",i.slice(b,a)],b=a-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let M=String.fromCharCode(o);c=[M,M,b];break}case 40:{if(w=I.length?I.pop()[1]:"",x=i.charCodeAt(b+1),w==="url"&&x!==39&&x!==34&&x!==32&&x!==10&&x!==9&&x!==12&&x!==13){a=b;do{if(m=!1,a=i.indexOf(")",a+1),a===-1)if(r||F){a=b;break}else H("bracket");for(f=a;i.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);c=["brackets",i.slice(b,a+1),b,a],b=a}else b<=v?c=["(","(",b]:(a=i.indexOf(")",b+1),s=i.slice(b,a+1),a===-1||ra.test(s)?(v=a===-1?E:a,c=["(","(",b]):(c=["brackets",s,b,a],b=a));break}case 39:case 34:{u=o===39?"\'":\'"\',a=b;do{if(m=!1,a=i.indexOf(u,a+1),a===-1)if(r||F){a=b+1;break}else H("string");for(f=a;i.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);c=["string",i.slice(b,a+1),b,a],b=a;break}case 64:{$t.lastIndex=b+1,$t.test(i),$t.lastIndex===0?a=i.length-1:a=$t.lastIndex-2,c=["at-word",i.slice(b,a+1),b,a],b=a;break}case 92:{for(a=b,l=!0;i.charCodeAt(a+1)===92;)a+=1,l=!l;if(o=i.charCodeAt(a+1),l&&o!==47&&o!==32&&o!==10&&o!==9&&o!==13&&o!==12&&(a+=1,_r.test(i.charAt(a)))){for(;_r.test(i.charAt(a+1));)a+=1;i.charCodeAt(a+1)===32&&(a+=1)}c=["word",i.slice(b,a+1),b,a],b=a;break}default:{o===47&&i.charCodeAt(b+1)===42?(a=i.indexOf("*/",b+2)+1,a===0&&(r||F?a=i.length:H("comment")),c=["comment",i.slice(b,a+1),b,a],b=a):(Gt.lastIndex=b+1,Gt.test(i),Gt.lastIndex===0?a=i.length-1:a=Gt.lastIndex-2,c=["word",i.slice(b,a+1),b,a],I.push(c),b=a);break}}return b++,c}function A(N){L.push(N)}return{back:A,endOfFile:C,nextToken:g,position:ee}}});var Ir=X((Rc,Br)=>{"use strict";var oa=Pt(),sa=St(),aa=At(),la=et(),Dr=zt(),ua=Rr(),Lr={empty:!0,space:!0};function ca(t){for(let e=t.length-1;e>=0;e--){let n=t[e],i=n[3]||n[2];if(i)return i}}var In=class{constructor(e){this.input=e,this.root=new la,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 oa;n.name=e[1].slice(1),n.name===""&&this.unnamedAtrule(n,e),this.init(n,e[2]);let i,r,o,s=!1,l=!1,a=[],u=[];for(;!this.tokenizer.endOfFile();){if(e=this.tokenizer.nextToken(),i=e[0],i==="("||i==="["?u.push(i==="("?")":"]"):i==="{"&&u.length>0?u.push("}"):i===u[u.length-1]&&u.pop(),u.length===0)if(i===";"){n.source.end=this.getPosition(e[2]),n.source.end.offset++,this.semicolon=!0;break}else if(i==="{"){l=!0;break}else if(i==="}"){if(a.length>0){for(o=a.length-1,r=a[o];r&&r[0]==="space";)r=a[--o];r&&(n.source.end=this.getPosition(r[3]||r[2]),n.source.end.offset++)}this.end(e);break}else a.push(e);else a.push(e);if(this.tokenizer.endOfFile()){s=!0;break}}n.raws.between=this.spacesAndCommentsFromEnd(a),a.length?(n.raws.afterName=this.spacesAndCommentsFromStart(a),this.raw(n,"params",a),s&&(e=a[a.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=""),l&&(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,l]of e.entries()){if(r=l,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 sa;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=ua(this.input)}decl(e,n){let i=new aa;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]||ca(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 u=e[0][0];if(u===":"||u==="space"||u==="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=[],l;for(;e.length&&(l=e[0][0],!(l!=="space"&&l!=="comment"));)s.push(e.shift());this.precheckMissedSemicolon(e);for(let u=e.length-1;u>=0;u--){if(o=e[u],o[1].toLowerCase()==="!important"){i.important=!0;let c=this.stringFrom(e,u);c=this.spacesFromEnd(e)+c,c!==" !important"&&(i.raws.important=c);break}else if(o[1].toLowerCase()==="important"){let c=e.slice(0),m="";for(let f=u;f>0;f--){let x=c[f][0];if(m.trim().startsWith("!")&&x!=="space")break;m=c.pop()[1]+m}m.trim().startsWith("!")&&(i.important=!0,i.raws.important=m,e=c)}if(o[0]!=="space"&&o[0]!=="comment")break}e.some(u=>u[0]!=="space"&&u[0]!=="comment")&&(i.raws.between+=s.map(u=>u[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 Dr;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=[],l=e[1].startsWith("--"),a=[],u=e;for(;u;){if(i=u[0],a.push(u),i==="("||i==="[")o||(o=u),s.push(i==="("?")":"]");else if(l&&r&&i==="{")o||(o=u),s.push("}");else if(s.length===0)if(i===";")if(r){this.decl(a,l);return}else break;else if(i==="{"){this.rule(a);return}else if(i==="}"){this.tokenizer.back(a.pop()),n=!0;break}else i===":"&&(r=!0);else i===s[s.length-1]&&(s.pop(),s.length===0&&(o=null));u=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(n=!0),s.length>0&&this.unclosedBracket(o),n&&r){if(!l)for(;a.length&&(u=a[a.length-1][0],!(u!=="space"&&u!=="comment"));)this.tokenizer.back(a.pop());this.decl(a,l)}else this.unknownWord(a)}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,l=i.length,a="",u=!0,c,m;for(let f=0;f<l;f+=1)o=i[f],s=o[0],s==="space"&&f===l-1&&!r?u=!1:s==="comment"?(m=i[f-1]?i[f-1][0]:"empty",c=i[f+1]?i[f+1][0]:"empty",!Lr[m]&&!Lr[c]?a.slice(-1)===","?u=!1:a+=o[1]:u=!1):a+=o[1];if(!u){let f=i.reduce((x,w)=>x+w[1],"");e.raws[n]={raw:f,value:a}}e[n]=a}rule(e){e.pop();let n=new Dr;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})}};Br.exports=In});var Kt=X((Dc,Or)=>{"use strict";var da=We(),fa=Ft(),ma=Ir();function Jt(t,e){let n=new fa(t,e),i=new ma(n);try{i.parse()}catch(r){throw r}return i.root}Or.exports=Jt;Jt.default=Jt;da.registerParse(Jt)});var On=X((Lc,Pr)=>{"use strict";var Ct=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}};Pr.exports=Ct;Ct.default=Ct});var Qt=X((Bc,Wr)=>{"use strict";var pa=On(),Mt=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 pa(e,n);return this.messages.push(i),i}warnings(){return this.messages.filter(e=>e.type==="warning")}};Wr.exports=Mt;Mt.default=Mt});var Pn=X((Ic,qr)=>{"use strict";var Hr={};qr.exports=function(e){Hr[e]||(Hr[e]=!0,typeof console<"u"&&console.warn&&console.warn(e))}});var qn=X((Pc,Vr)=>{"use strict";var ha=We(),xa=Wt(),ga=Bn(),ya=Kt(),Ur=Qt(),Sa=et(),ba=pt(),{isClean:Le,my:Aa}=Ot(),Oc=Pn(),Ea={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},Fa={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},wa={Once:!0,postcssPlugin:!0,prepare:!0},nt=0;function Tt(t){return typeof t=="object"&&typeof t.then=="function"}function jr(t){let e=!1,n=Ea[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 zr(t){let e;return t.type==="document"?e=["Document",nt,"DocumentExit"]:t.type==="root"?e=["Root",nt,"RootExit"]:e=jr(t),{eventIndex:0,events:e,iterator:0,node:t,visitorIndex:0,visitors:[]}}function Wn(t){return t[Le]=!1,t.nodes&&t.nodes.forEach(e=>Wn(e)),t}var Hn={},qe=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=Wn(n);else if(n instanceof t||n instanceof Ur)r=Wn(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=ya;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[Aa]&&ha.rebuild(r)}this.result=new Ur(e,r,i),this.helpers={...Hn,postcss:Hn,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(!Fa[i]&&/^[A-Z]/.test(i))throw new Error(`Unknown event ${i} in ${n.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!wa[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(Tt(i))try{await i}catch(r){throw this.handleError(r)}}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Le];){e[Le]=!0;let n=[zr(e)];for(;n.length>0;){let i=this.visitTick(n);if(Tt(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 Tt(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=ba;e.syntax&&(n=e.syntax.stringify),e.stringifier&&(n=e.stringifier),n.stringify&&(n=n.stringify);let i=this.result.root.source;if(e.map===void 0&&!(i&&i.input&&i.input.map)){let s="";return n(this.result.root,l=>{s+=l}),this.result.css=s,this.result}let o=new ga(n,this.result.root,this.result.opts).generate();return this.result.css=o[0],this.result.map=o[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(Tt(n))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let e=this.result.root;for(;!e[Le];)e[Le]=!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(Tt(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,l]=r[n.visitorIndex];n.visitorIndex+=1,n.visitorIndex===r.length&&(n.visitors=[],n.visitorIndex=0),this.result.lastPlugin=s;try{return l(i.toProxy(),this.helpers)}catch(a){throw this.handleError(a,i)}}if(n.iterator!==0){let s=n.iterator,l;for(;l=i.nodes[i.indexes[s]];)if(i.indexes[s]+=1,!l[Le]){l[Le]=!0,e.push(zr(l));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[Le]=!0,n.iterator=i.getIterator());return}else if(this.listeners[s]){n.visitors=this.listeners[s];return}}e.pop()}walkSync(e){e[Le]=!0;let n=jr(e);for(let i of n)if(i===nt)e.nodes&&e.each(r=>{r[Le]||this.walkSync(r)});else{let r=this.listeners[i];if(r&&this.visitSync(r,e.toProxy()))return}}warnings(){return this.sync().warnings()}};qe.registerPostcss=t=>{Hn=t};Vr.exports=qe;qe.default=qe;Sa.registerLazyResult(qe);xa.registerLazyResult(qe)});var Gr=X((Hc,$r)=>{"use strict";var Na=Bn(),Ca=Kt(),Ma=Qt(),Ta=pt(),Wc=Pn(),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=Ca;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=Ta;this.result=new Ma(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 Na(r,void 0,this._opts,n);if(s.isMap()){let[l,a]=s.generate();l&&(this.result.css=l),a&&(this.result.map=a)}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[]}};$r.exports=kt;kt.default=kt});var Kr=X((qc,Jr)=>{"use strict";var ka=Wt(),_a=qn(),va=Gr(),Ra=et(),Ke=class{constructor(e=[]){this.version="8.5.14",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 va(this,e,n):new _a(this,e,n)}use(e){return this.plugins=this.plugins.concat(this.normalize([e])),this}};Jr.exports=Ke;Ke.default=Ke;Ra.registerProcessor(Ke);ka.registerProcessor(Ke)});var io=X((Uc,no)=>{"use strict";var Qr=Pt(),Yr=St(),Da=We(),La=It(),Zr=At(),Xr=Wt(),Ba=Fr(),Ia=Ft(),Oa=qn(),Pa=Dn(),Wa=gt(),Ha=Kt(),Un=Kr(),qa=Qt(),eo=et(),to=zt(),Ua=pt(),za=On();function ie(...t){return t.length===1&&Array.isArray(t[0])&&(t=t[0]),new Un(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 l=n(...s);return l.postcssPlugin=e,l.postcssVersion=new Un().version,l}let o;return Object.defineProperty(r,"postcss",{get(){return o||(o=r()),o}}),r.process=function(s,l,a){return ie([r(a)]).process(s,l)},r};ie.stringify=Ua;ie.parse=Ha;ie.fromJSON=Ba;ie.list=Pa;ie.comment=t=>new Yr(t);ie.atRule=t=>new Qr(t);ie.decl=t=>new Zr(t);ie.rule=t=>new to(t);ie.root=t=>new eo(t);ie.document=t=>new Xr(t);ie.CssSyntaxError=La;ie.Declaration=Zr;ie.Container=Da;ie.Processor=Un;ie.Document=Xr;ie.Comment=Yr;ie.Warning=za;ie.AtRule=Qr;ie.Result=qa;ie.Input=Ia;ie.Rule=to;ie.Root=eo;ie.Node=Wa;Oa.registerPostcss(ie);no.exports=ie;ie.default=ie});function _(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 Fe(t){try{window.parent.postMessage(t,"*")}catch(e){_("bridge.postMessage",e)}}function ci(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==="tick"){t.onTick();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&&is(o,s)}};return window.addEventListener("message",e),e}function is(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){_("bridge.flashElements.querySelector",i)}}var fn=null;function di(t){fn=t}function at(t,e){if(fn)try{fn({source:"hf-preview",type:"analytics",event:t,properties:e??{}})}catch(n){_("runtime.analytics.site1",n)}}function fi(t){let e=[],n=l=>{if(typeof l.getAnimations!="function")return[];try{return l.getAnimations()}catch{return[]}},i=(l,a)=>{for(let u of l){try{u.currentTime=a}catch(c){_("runtime.adapters.css.site1",c)}try{u.pause()}catch(c){_("runtime.adapters.css.site2",c)}}},r=l=>{for(let a of l)try{a.play()}catch(u){_("runtime.adapters.css.site3",u)}},o=l=>{for(let a of l)try{a.pause()}catch(u){_("runtime.adapters.css.site4",u)}},s=l=>{l.baseDelay?l.el.style.animationDelay=l.baseDelay:l.el.style.removeProperty("animation-delay"),l.basePlayState?l.el.style.animationPlayState=l.basePlayState:l.el.style.removeProperty("animation-play-state")};return{name:"css",discover:()=>{e=[];let l=document.querySelectorAll("*");for(let a of l){if(!(a instanceof HTMLElement))continue;let u=window.getComputedStyle(a);!u.animationName||u.animationName==="none"||e.push({el:a,baseDelay:a.style.animationDelay||"",basePlayState:a.style.animationPlayState||""})}},seek:l=>{let a=Number(l.time)||0;for(let u of e){if(!u.el.isConnected)continue;let c=t?.resolveStartSeconds?t.resolveStartSeconds(u.el):Number.parseFloat(u.el.getAttribute("data-start")??"0")||0,m=Math.max(0,a-c)*1e3,f=n(u.el);if(f.length>0){i(f,m);continue}u.el.style.animationPlayState="paused",u.el.style.animationDelay=`-${(m/1e3).toFixed(3)}s`}},pause:()=>{for(let l of e){if(!l.el.isConnected)continue;let a=n(l.el);a.length>0&&o(a),s(l)}},play:()=>{for(let l of e)l.el.isConnected&&(s(l),r(n(l.el)))},revert:()=>{e=[]}}}function mi(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 pi(){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){_("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){_("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){_("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){_("runtime.adapters.animejs.site4",n)}},revert:()=>{}}}function gi(){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){_("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(hi(i))i.goToAndStop(e*1e3,!1);else if(xi(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){_("runtime.adapters.lottie.site2",r)}},pause:()=>{let t=window.__hfLottie;if(!(!t||t.length===0))for(let e of t)try{(hi(e)||xi(e))&&e.pause()}catch(n){_("runtime.adapters.lottie.site3",n)}},revert:()=>{}}}function hi(t){return typeof t=="object"&&t!==null&&typeof t.goToAndStop=="function"}function xi(t){return typeof t=="object"&&t!==null&&typeof t.pause=="function"&&("totalFrames"in t||"duration"in t)}var yi=-1;function Lt(t){if(t!==yi){yi=t;try{window.dispatchEvent(new CustomEvent("hf-seek",{detail:{time:t}}))}catch(e){_("runtime.adapters.seek-dispatch.site1",e)}}}function Si(){let t=null,e=0;return{name:"three",discover:()=>{},seek:n=>{t=Math.max(0,Number(n.time)||0),e=t,window.__hfThreeTime=t,Lt(t)},pause:()=>{t==null&&(t=Math.max(0,e))},play:()=>{t=null},revert:()=>{t=null,e=0}}}function bi(){let t=null,e=0;return{name:"typegpu",discover:()=>{},seek:n=>{t=Math.max(0,Number(n.time)||0),e=t,window.__hfTypegpuTime=t,Lt(t)},pause:()=>{t==null&&(t=Math.max(0,e))},play:()=>{t=null},revert:()=>{t=null,e=0}}}function Ai(){let t=globalThis.GPUQueue;if(!t?.prototype?.copyExternalImageToTexture)return;let e=t.prototype.copyExternalImageToTexture;t.prototype.copyExternalImageToTexture=function(n,i,r){if(n?.source instanceof HTMLVideoElement){let o=n.source.nextElementSibling;if(o instanceof HTMLImageElement&&o.classList.contains("__render_frame__")&&o.complete&&o.naturalWidth>0)return e.call(this,{...n,source:o},i,r)}return e.call(this,n,i,r)}}function Ei(){let t=!1,e=0,n=new WeakMap,i=()=>{if(!document.getAnimations)return[];try{return document.getAnimations()}catch{return[]}},r=l=>{let a=Number(l.currentTime);return Number.isFinite(a)&&a>0?a:0},o=(l,a)=>a<=0?l:l>=a?Math.max(0,l-a):l,s=(l,a)=>{let u=n.get(l);if(u)return u;let c={compositionTimeMs:a,animationTimeMs:t?o(r(l),a):r(l)};return n.set(l,c),c};return{name:"waapi",discover:()=>{t=!0;for(let l of i())s(l,e)},seek:l=>{let a=Math.max(0,(Number(l.time)||0)*1e3);e=a;for(let u of i()){let c=t?s(u,a):s(u,0),m=c.animationTimeMs+Math.max(0,a-c.compositionTimeMs);try{u.currentTime=m}catch(f){_("runtime.adapters.waapi.site1",f)}try{u.pause()}catch(f){_("runtime.adapters.waapi.site2",f)}}},pause:()=>{if(document.getAnimations)for(let l of document.getAnimations())try{l.pause()}catch(a){_("runtime.adapters.waapi.site3",a)}}}}function Fi(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 l=t?.resolveStartSeconds?t.resolveStartSeconds(s):Number.parseFloat(s.dataset.start??"0");if(!Number.isFinite(l))continue;let a=Number.parseFloat(s.dataset.playbackStart??s.dataset.mediaStart??"0")||0,u=s.defaultPlaybackRate,c=Number.isFinite(u)&&u>0?Math.max(.1,Math.min(5,u)):1,m=s.loop,f=Number.isFinite(s.duration)&&s.duration>0?s.duration:null,x=t?.resolveDurationSeconds?.(s)??Number.parseFloat(s.dataset.duration??"");(!Number.isFinite(x)||x<=0)&&f!=null&&(x=Math.max(0,(f-a)/c));let w=Number.isFinite(x)&&x>0?l+x:Number.POSITIVE_INFINITY,E=Number.parseFloat(s.dataset.volume??""),b={el:s,start:l,mediaStart:a,duration:Number.isFinite(x)&&x>0?x:Number.POSITIVE_INFINITY,end:w,volume:Number.isFinite(E)?E:null,playbackRate:c,loop:m,sourceDuration:f};i.push(b),s.tagName==="VIDEO"&&r.push(b),Number.isFinite(w)&&(o=Math.max(o,w))}return{timedMediaEls:n,mediaClips:i,videoClips:r,maxMediaEnd:o}}var mn=new WeakMap,lt=new WeakMap,pn=new WeakSet,Qe=new WeakSet;function rs(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})}var hn=new WeakMap;function Bt(t){return Number.isFinite(t)?Math.max(0,Math.min(1,t)):1}function wi(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 F=n.sourceDuration-n.mediaStart;F>0&&r>=n.sourceDuration&&(r=n.mediaStart+(r-n.mediaStart)%F)}let s=Bt(t.userVolume??1),l=Bt(n.volume??1),a=hn.get(i),u=Bt(i.volume),c=a!==void 0&&Math.abs(u-a)>1e-4?u:l,m=Bt(c*s);i.volume=m,hn.set(i,m),t.onElementVolume?.(i,m),e&&(i.muted=!0),i.preload!=="auto"&&(i.preload="auto");try{i.playbackRate=n.playbackRate*t.playbackRate}catch(F){_("runtime.media.site1",F)}let f=.04,x=2,w=i.currentTime||0,E=Math.abs(w-r),b=r-w,I=mn.get(i);mn.set(i,b);let L=I===void 0,v=!L&&Math.abs(b-I)>.5,ee=E>3,H=E>.5&&(L||v||ee),C=i.tagName==="VIDEO"&&!i.paused,g=I!==void 0&&Math.abs(b-I)<.004,A=!1;if(!C&&!H&&!L&&g&&E>f){let F=(lt.get(i)??0)+1;lt.set(i,F),F>=x&&(A=!0,lt.set(i,0))}else E<=f&<.set(i,0);let N=!C&&t.forceSync&&E>.02;if(H||A||N){try{i.currentTime=r}catch(F){_("runtime.media.site2",F)}if(Math.abs(i.currentTime-r)>.5&&!pn.has(i)){pn.add(i),i.load();try{i.currentTime=r}catch(F){_("runtime.media.site3",F)}}Qe.delete(i)}t.playing&&i.paused&&!Qe.has(i)?(rs(i),i.play().catch(F=>{Qe.delete(i),(F&&typeof F=="object"&&"name"in F?String(F.name??""):"")==="NotAllowedError"&&t.onAutoplayBlocked?.()})):!t.playing&&!i.paused&&i.pause();continue}mn.delete(i),lt.delete(i),pn.delete(i),hn.delete(i),i.paused||i.pause()}}var os=["[data-hyperframes-ignore]","[data-hyperframes-picker-ignore]","[data-hf-ignore]","[data-no-inspect]","[data-no-pick]","[data-hyper-shader-loading]"].join(","),ss=["[data-hyperframes-picker-block]","[data-hyper-shader-loading]"].join(",");function Ni(t){let e=!1,n=null,i=null,r=null,o=null;function s(g,A){try{window.dispatchEvent(new CustomEvent(g,{detail:A}))}catch(N){_("runtime.picker.site1",N)}}function l(g){r=g,s("hyperframe:picker:hovered",{elementInfo:r,isPickMode:e,timestamp:Date.now()})}function a(g){o=g,s("hyperframe:picker:selected",{elementInfo:o,isPickMode:e,timestamp:Date.now()})}function u(g){let A=g.ownerDocument.defaultView;if(!A)return!1;let N=g;for(;N&&N!==document.body&&N!==document.documentElement;){let F=A.getComputedStyle(N);if(F.display==="none"||F.visibility==="hidden"||F.pointerEvents==="none")return!0;let M=Number.parseFloat(F.opacity);if(Number.isFinite(M)&&M<=.01)return!0;N=N.parentElement}return!1}function c(g){if(!g||g===document.body||g===document.documentElement)return!1;let A=g.tagName.toLowerCase();return!(A==="script"||A==="style"||A==="link"||A==="meta"||g.classList.contains("__hf-pick-highlight")||g.closest(os)||u(g))}function m(g){return!!g?.closest(ss)}function f(g){let A=g;if(A.id)return`#${A.id}`;let N=g.getAttribute("data-composition-id");if(N)return`[data-composition-id="${N}"]`;let F=g.getAttribute("data-composition-src");if(F)return`[data-composition-src="${F}"]`;let M=g.getAttribute("data-track-index");if(M)return`[data-track-index="${M}"]`;let k=g.tagName.toLowerCase(),Y=g.parentElement;if(!Y)return k;let G=Y.querySelectorAll(`:scope > ${k}`);if(G.length===1)return k;for(let R=0;R<G.length;R+=1)if(G[R]===g)return`${k}:nth-of-type(${R+1})`;return k}function x(g){let A=g.tagName.toLowerCase(),N=(g.textContent??"").trim().replace(/\\s+/g," "),F=(M,k)=>M.length>k?`${M.slice(0,k-1)}\\u2026`:M;return A==="h1"||A==="h2"||A==="h3"?"Heading":A==="p"||A==="span"||A==="div"?N.length>0?F(N,56):"Text":A==="img"?"Image":A==="video"?"Video":A==="audio"?"Audio":A==="svg"?"Shape":g.getAttribute("data-composition-src")?"Composition":A==="section"?"Section":`${A.charAt(0).toUpperCase()}${A.slice(1)}`}function w(g,A,N){let F=typeof N=="number"&&N>0?N:8,M=[];if(document.elementsFromPoint)M=document.elementsFromPoint(g,A);else if(document.elementFromPoint){let G=document.elementFromPoint(g,A);M=G?[G]:[]}if(m(M[0]??null))return[];let k={},Y=[];for(let G=0;G<M.length;G+=1){let R=M[G];if(!c(R))continue;let le=`${R.tagName}::${R.id||""}::${G}`;if(!k[le]&&(k[le]=!0,Y.push(R),Y.length>=F))break}return Y}function E(g){let A=g.getBoundingClientRect(),N={};for(let M=0;M<g.attributes.length;M+=1){let k=g.attributes[M];k.name.startsWith("data-")&&(N[k.name]=k.value)}return{id:g.id||null,tagName:g.tagName.toLowerCase(),selector:f(g),label:x(g),boundingBox:{x:A.left,y:A.top,width:A.width,height:A.height},textContent:g.textContent?g.textContent.trim().slice(0,200):null,src:g.getAttribute("src")||g.getAttribute("data-composition-src")||null,dataAttributes:N}}function b(g,A,N){return w(g,A,N).map(E)}function I(g){if(!e)return;let N=w(g.clientX,g.clientY,1)[0]??(g.target instanceof Element?g.target:null);if(!c(N)||n===N)return;n&&n.classList.remove("__hf-pick-highlight"),n=N,N.classList.add("__hf-pick-highlight");let F=E(N);l(F),t.postMessage({source:"hf-preview",type:"element-hovered",elementInfo:F})}function L(g){if(!e)return;g.preventDefault(),g.stopPropagation(),g.stopImmediatePropagation();let A=b(g.clientX,g.clientY,8);A.length!==0&&(l(A[0]??null),t.postMessage({source:"hf-preview",type:"element-pick-candidates",candidates:A,selectedIndex:0,point:{x:g.clientX,y:g.clientY}}))}function v(g){g.key==="Escape"&&(H(),t.postMessage({source:"hf-preview",type:"pick-mode-cancelled"}))}function ee(){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",I,!0),document.addEventListener("click",L,!0),document.addEventListener("keydown",v,!0),s("hyperframe:picker:mode",{isPickMode:!0,timestamp:Date.now()}))}function H(){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",I,!0),document.removeEventListener("click",L,!0),document.removeEventListener("keydown",v,!0),s("hyperframe:picker:mode",{isPickMode:!1,timestamp:Date.now()}))}function C(){window.__HF_PICKER_API={enable:ee,disable:H,isActive:()=>e,getHovered:()=>r,getSelected:()=>o,getCandidatesAtPoint:(g,A,N)=>Number.isFinite(g)&&Number.isFinite(A)?b(g,A,N):[],pickAtPoint:(g,A,N)=>{if(!Number.isFinite(g)||!Number.isFinite(A))return null;let F=b(g,A,8);if(!F.length)return null;let M=Math.max(0,Math.min(F.length-1,Number(N??0))),k=F[M]??null;return k?(a(k),t.postMessage({source:"hf-preview",type:"element-picked",elementInfo:k}),H(),k):null},pickManyAtPoint:(g,A,N)=>{if(!Number.isFinite(g)||!Number.isFinite(A))return[];let F=b(g,A,8);if(!F.length)return[];let M=[],k=Array.isArray(N)?N:[0];for(let Y of k){let G=Math.max(0,Math.min(F.length-1,Math.floor(Number(Y)))),R=F[G];if(!R)continue;M.some(Ae=>Ae.selector===R.selector&&Ae.tagName===R.tagName)||M.push(R)}return M.length?(a(M[0]??null),t.postMessage({source:"hf-preview",type:"element-picked-many",elementInfos:M}),H(),M):[]}},s("hyperframe:picker:api-ready",{hasApi:!0,timestamp:Date.now()})}return{enablePickMode:ee,disablePickMode:H,installPickerApi:C}}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 ut(t,e,n){if(t){for(let i of Object.values(t))if(!(!i||i===e))try{n(i)}catch(r){_("runtime.player.site1",r)}}}function Ci(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 as(t,e,n,i){let r=[];ut(t,e,o=>{o.play(),r.push(o)});try{return Ci(e,n,i)}finally{for(let o of r)try{o.pause()}catch(s){_("runtime.player.site2",s)}}}function ls(t,e){ut(t,e,n=>{n.play()})}function Mi(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(),ut(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(),ut(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,n)=>{let i=t.getTimeline();if(!i)return;let r=Math.max(0,Number(e)||0),o=t.getIsPlaying(),s=as(t.getTimelineRegistry?.(),i,r,t.getCanonicalFps());t.onDeterministicSeek(s),n?.keepPlaying&&o?(typeof i.timeScale=="function"&&i.timeScale(t.getPlaybackRate()),i.play(),ut(t.getTimelineRegistry?.(),i,l=>{typeof l.timeScale=="function"&&l.timeScale(t.getPlaybackRate()),l.play()}),t.onDeterministicPlay(),t.onShowNativeVideos(),t.onSyncMedia(s,!0)):(t.setIsPlaying(!1),t.onSyncMedia(s,!1)),t.onRenderFrameSeek(s),t.onStatePost(!0)},renderSeek:e=>{let n=t.getTimeline(),i=t.getCanonicalFps(),r=n?(ls(t.getTimelineRegistry?.(),n),Ci(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 Ti(){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 us="data-hf-authored-duration",cs="data-hf-authored-end";function $e(t){if(t==null||t==="")return null;let e=Number(t);return Number.isFinite(e)?e:null}function ds(t){return $e(t.getAttribute("data-duration"))}function fs(t){return $e(t.getAttribute("data-end"))}function ms(t){return $e(t.getAttribute(us))}function ps(t){return $e(t.getAttribute(cs))}function hs(t){let e=(t??"").trim();if(!e)return null;let n=$e(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",l=Number.parseFloat(s),a=Number.isFinite(l)?Math.max(0,l):0,u=o==="-"?-a:a;return{kind:"reference",refId:r,offset:u}}function Ge(t){let e=t.timelineRegistry??{},n=t.includeAuthoredTimingAttrs??!1,i=new WeakMap,r=new WeakMap,o=new Set,s=c=>{let m=document.getElementById(c);return m||(document.querySelector(`[data-composition-id="${CSS.escape(c)}"]`)??null)},l=c=>{let m=r.get(c);if(m!==void 0)return m;let f=null,x=ds(c)??(n?ms(c):null);if(x!=null&&x>0&&(f=x),f==null||f<=0){let w=fs(c)??(n?ps(c):null);if(w!=null){let E=u(c,0),b=w-E;Number.isFinite(b)&&b>0&&(f=b)}}if((f==null||f<=0)&&c instanceof HTMLMediaElement){let w=$e(c.getAttribute("data-playback-start"))??$e(c.getAttribute("data-media-start"))??0;Number.isFinite(c.duration)&&c.duration>w&&(f=c.duration-w)}if(f==null||f<=0){let w=c.getAttribute("data-composition-id");if(w){let E=e[w]??null;if(E&&typeof E.duration=="function")try{let b=Number(E.duration());Number.isFinite(b)&&b>0&&(f=b)}catch(b){_("runtime.startResolver.site1",b)}}}return f!=null&&Number.isFinite(f)&&f>0?(r.set(c,f),f):(r.set(c,null),null)},a=(c,m)=>{if(c.hasAttribute("data-composition-id")){let x=c.parentElement?.closest("[data-composition-id]");return x?u(x,m):0}let f=c.closest("[data-composition-id]");return f?u(f,m):0},u=(c,m)=>{let f=i.get(c);if(f!==void 0)return f??m;if(o.has(c))return m;o.add(c);try{let x=hs(c.getAttribute("data-start"));if(!x){if(c.hasAttribute("data-composition-id")){let L=c.parentElement;if(L&&(L.hasAttribute("data-composition-src")||L.hasAttribute("data-composition-id"))){let v=u(L,m);return i.set(c,v),v}}return i.set(c,m),m}if(x.kind==="absolute"){let L=Math.max(0,x.value),v=Math.max(0,a(c,m)+L);return i.set(c,v),v}let w=s(x.refId);if(!w)return i.set(c,m),m;let E=u(w,0),b=l(w);if(b==null||b<=0){let L=Math.max(0,E+x.offset);return i.set(c,L),L}let I=Math.max(0,E+b+x.offset);return i.set(c,I),I}finally{o.delete(c)}};return{resolveStartForElement:(c,m=0)=>u(c,Math.max(0,m)),resolveDurationForElement:c=>l(c)}}var xs="data-hf-authored-duration",gs="data-hf-authored-end";function we(t){if(t==null||t==="")return null;let e=Number(t);return Number.isFinite(e)?e:null}function xn(t){return we(t.getAttribute("data-duration"))??we(t.getAttribute(xs))}function ki(t){return we(t.getAttribute("data-end"))??we(t.getAttribute(gs))}function gn(...t){let e=t.filter(n=>Number.isFinite(n??null));return e.length===0?null:Math.max(...e)}var _i={composition:0,video:1,image:2,element:3,audio:4};function ys(t){if(t.length===0)return;let e=new Map;for(let s of t){let l=e.get(s.track)??new Set;l.add(s.kind),e.set(s.track,l)}if(!Array.from(e.values()).some(s=>s.size>1))return;let i=0,r=new Map,o=[...e.keys()].sort((s,l)=>s-l);for(let s of o){let l=e.get(s);if(l.size===1)r.set(`${s}:${[...l][0]}`,i++);else{let a=[...l].sort((u,c)=>(_i[u]??99)-(_i[c]??99));for(let u of a)r.set(`${s}:${u}`,i++)}}for(let s of t){let l=`${s.track}:${s.kind}`,a=r.get(l);a!=null&&(s.track=a)}}function dt(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 vi(t){let e=t.getAttribute("src")??t.getAttribute("data-src");if(e)return dt(e);let n=t.getAttribute("data-composition-src");if(n)return dt(n);let i=t.querySelector("img[src], video[src], audio[src], source[src]");return i?dt(i.getAttribute("src")):null}function Ss(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 bs(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 As(t){let e=t.textContent?.replace(/\\s+/g," ").trim();return e?e.length>32?`${e.slice(0,31)}...`:e:null}function ct(t){let e=t.replace(/\\.[^.]+$/i,"").replace(/[-_]+/g," ").replace(/\\s+/g," ").trim();return e?e.replace(/\\b\\w/g,n=>n.toUpperCase()):t}function Es(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 ct(r);let o=t.id;if(o)return ct(o);let s=Ss(t);if(s)return ct(s);let l=bs(vi(t));if(l)return ct(l);let a=As(t);return a||`${ct(e)} ${n+1}`}function Ri(t){let n=window.__timelines??{},i=Ge({timelineRegistry:n,includeAuthoredTimingAttrs:!0}),r=W=>{if(!W)return null;let T=n[W]??null;if(!T||typeof T.duration!="function")return null;try{let O=Number(T.duration());return Number.isFinite(O)&&O>0?O:null}catch{return null}},o=W=>{let T=we(W.getAttribute("data-duration"));if(T!=null&&T>0)return T;let O=we(W.getAttribute("data-playback-start"))??we(W.getAttribute("data-media-start"))??0;return Number.isFinite(W.duration)&&W.duration>O?Math.max(0,W.duration-O):null},s=()=>{let W=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(W.length===0)return null;let T=0;for(let O of W){let Z=i.resolveStartForElement(O,0);if(!Number.isFinite(Z))continue;let re=o(O);re==null||re<=0||(T=Math.max(T,Math.max(0,Z)+re))}return T>0?T:null},l=W=>{let T=W.trim().toLowerCase();return!(!T||T==="main"||T.includes("caption")||T.includes("ambient"))},a=(W,T)=>{let O=[],Z=null,re=null,U=null,z=W.parentElement;for(;z;){let $=z.getAttribute("data-composition-id");$&&(O.push($),!U&&z!==T&&(U=$),Z==null&&(Z=i.resolveStartForElement(z,0)),re==null&&(re=we(z.getAttribute("data-duration"))??r($)??null)),z=z.parentElement}return{parentCompositionId:U,compositionAncestors:O.reverse(),inheritedStart:Z,inheritedDuration:re}},u=document.querySelector("[data-composition-id]"),c=Array.from(document.querySelectorAll("[data-composition-id]")),m=u?.getAttribute("data-composition-id")??null,f=u?i.resolveStartForElement(u,0):0,x=s(),w=x!=null?Math.max(0,x-Math.max(0,f)):null,E=r(m),b=xn(u??document.body),I=gn(...c.filter(W=>W!==u).map(W=>{let T=i.resolveStartForElement(W,0),O=i.resolveDurationForElement(W)??r(W.getAttribute("data-composition-id"))??null;return!Number.isFinite(T)||O==null||O<=0?null:Math.max(0,T)+O})),L=I!=null?Math.max(0,I-Math.max(0,f)):null,v=typeof E=="number"&&Number.isFinite(E)&&E>0?E:null,ee=typeof b=="number"&&Number.isFinite(b)&&b>0?b:null,H=typeof w=="number"&&Number.isFinite(w)&&w>0?w:null,C=typeof L=="number"&&Number.isFinite(L)&&L>0?L:null,g=gn(H,C),A=v!=null&&g!=null&&v>g+1,N=ee??(A?g:gn(v,H,C)),F=N!=null?Math.min(N,t.maxTimelineDurationSeconds):null,k=(F!=null?f+F:null)??(typeof x=="number"&&Number.isFinite(x)&&x>0?x:null),Y=(W,T)=>!Number.isFinite(T)||T<=0?0:k==null||!Number.isFinite(k)?T:!Number.isFinite(W)||W>=k?0:Math.max(0,Math.min(T,k-W)),G=[],R=[],le=Array.from(document.querySelectorAll("[data-start], [data-track-index], [data-composition-id], video, audio, img")),Ae=0;for(let W=0;W<le.length;W+=1){let T=le[W];if(T===u||["SCRIPT","STYLE","LINK","META","TEMPLATE","NOSCRIPT"].includes(T.tagName))continue;let O=a(T,u),Z=i.resolveStartForElement(T,O.inheritedStart??0),re=T.getAttribute("data-composition-id"),U=xn(T);if((U==null||U<=0)&&re&&re!==m&&(U=r(re)),(U==null||U<=0)&&T instanceof HTMLMediaElement){let ce=we(T.getAttribute("data-playback-start"))??we(T.getAttribute("data-media-start"))??0;Number.isFinite(T.duration)&&T.duration>0&&(U=Math.max(0,T.duration-ce))}if(U==null||U<=0){let ce=O.inheritedDuration;if(ce!=null&&ce>0){let Ee=(O.inheritedStart??0)+ce;U=Math.max(0,Ee-Z)}}if(U==null||U<=0||(U=Y(Z,U),U<=0))continue;let z=Z+U;Ae=Math.max(Ae,z);let $=T.tagName.toLowerCase(),Te=re&&re!==m?"composition":$==="video"?"video":$==="audio"?"audio":$==="img"?"image":"element";G.push({id:T.id||re||null,label:Es(T,Te,G.length),start:Z,duration:U,track:Number.parseInt(T.getAttribute("data-track-index")??T.getAttribute("data-track")??String(W),10)||0,kind:Te,tagName:$,compositionId:T.getAttribute("data-composition-id"),compositionAncestors:O.compositionAncestors,parentCompositionId:O.parentCompositionId,nodePath:null,compositionSrc:dt(T.getAttribute("data-composition-src")),assetUrl:vi(T),timelineRole:T.getAttribute("data-timeline-role"),timelineLabel:T.getAttribute("data-timeline-label"),timelineGroup:T.getAttribute("data-timeline-group"),timelinePriority:we(T.getAttribute("data-timeline-priority"))})}let q=new Set(G.map(W=>W.id)),J=u?.getAttribute("data-composition-id")??null,P=J?n[J]??null:null;if(P&&u){let W=P;if(typeof W.getChildren=="function")try{let T=W.getChildren(!0,!0,!1)??[],O=new Map;for(let U of u.children){let z=U;if(!z.id)continue;let $=z.tagName.toLowerCase();$==="script"||$==="style"||$==="link"||O.set(z,{id:z.id,start:1/0,end:-1/0})}let Z=U=>{let z=U;for(;z;){if(O.has(z))return z;if(z===u)return null;z=z.parentElement}return null};for(let U of T){if(typeof U.targets!="function"||typeof U.startTime!="function"||typeof U.duration!="function")continue;let z=U.startTime(),$=U.parent;for(;$&&$!==P&&typeof $.startTime=="function";)z+=$.startTime(),$=$.parent;let Te=z+U.duration();if(!(!Number.isFinite(z)||!Number.isFinite(Te)))for(let ce of U.targets()){if(!(ce instanceof Element))continue;let Se=Z(ce);if(!Se)continue;let Ee=O.get(Se);Ee&&(Ee.start=Math.min(Ee.start,z),Ee.end=Math.max(Ee.end,Te))}}let re=G.length>0?Math.max(...G.map(U=>U.track))+1:0;for(let[U,z]of O){if(z.start===1/0||z.end===-1/0)continue;let $=U;if(q.has($.id))continue;let Te=Math.max(0,z.end-z.start);if(Te<=0)continue;let ce=Y(z.start,Te);ce<=0||(Ae=Math.max(Ae,z.start+ce),G.push({id:$.id,label:$.getAttribute("data-timeline-label")??$.getAttribute("data-label")??$.getAttribute("aria-label")??$.id,start:z.start,duration:ce,track:Number.parseInt($.getAttribute("data-track-index")??$.getAttribute("data-track")??"",10)||re,kind:"element",tagName:$.tagName.toLowerCase(),compositionId:$.getAttribute("data-composition-id"),compositionAncestors:J?[J]:[],parentCompositionId:J,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:$.getAttribute("data-timeline-role"),timelineLabel:$.getAttribute("data-timeline-label"),timelineGroup:$.getAttribute("data-timeline-group"),timelinePriority:we($.getAttribute("data-timeline-priority"))}),q.add($.id))}}catch(T){_("runtime.timeline.site1",T)}}if(u&&F!=null&&F>0){let W=G.length>0?Math.max(...G.map(T=>T.track))+1:0;for(let T of u.children){let O=T;if(!O.id||q.has(O.id))continue;let Z=O.getAttribute("data-timeline-role");if(Z!=="overlay"&&Z!=="persistent-overlay")continue;let re=O.tagName.toLowerCase();if(re==="script"||re==="style"||re==="link"||re==="meta"||window.getComputedStyle(O).display==="none")continue;let z=Y(0,F);z<=0||(Ae=Math.max(Ae,z),G.push({id:O.id,label:O.getAttribute("data-timeline-label")??O.getAttribute("data-label")??O.getAttribute("aria-label")??O.id,start:0,duration:z,track:Number.parseInt(O.getAttribute("data-track-index")??O.getAttribute("data-track")??"",10)||W,kind:"element",tagName:re,compositionId:O.getAttribute("data-composition-id"),compositionAncestors:J?[J]:[],parentCompositionId:J,nodePath:null,compositionSrc:null,assetUrl:null,timelineRole:Z,timelineLabel:O.getAttribute("data-timeline-label"),timelineGroup:O.getAttribute("data-timeline-group"),timelinePriority:we(O.getAttribute("data-timeline-priority"))}),q.add(O.id))}}ys(G);for(let W of c){if(W===u)continue;let T=W.getAttribute("data-composition-id");if(!T||!l(T))continue;let O=i.resolveStartForElement(W,0),Z=xn(W);if((Z==null||Z<=0)&&ki(W)!=null){let $=ki(W);Z=Math.max(0,$-O)}let re=r(T),U=Z&&Z>0?Z:re;if(U==null||U<=0)continue;let z=Y(O,U);z<=0||R.push({id:T,label:W.getAttribute("data-label")??T,start:O,duration:z,thumbnailUrl:dt(W.getAttribute("data-thumbnail-url")),avatarName:null})}let K=Math.max(1,Math.min(Math.max(Ae||1,F??0),t.maxTimelineDurationSeconds));return{source:"hf-preview",type:"timeline",durationInFrames:A&&ee==null?Number.POSITIVE_INFINITY:Math.max(1,Math.ceil(K*Math.max(1,t.canonicalFps))),clips:G,scenes:R,compositionWidth:we(u?.getAttribute("data-width"))??1920,compositionHeight:we(u?.getAttribute("data-height"))??1080}}var ae=ns(io(),1),ro=ae.default,zc=ae.default.stringify,jc=ae.default.fromJSON,Vc=ae.default.plugin,$c=ae.default.parse,Gc=ae.default.list,Jc=ae.default.document,Kc=ae.default.comment,Qc=ae.default.atRule,Yc=ae.default.rule,Zc=ae.default.decl,Xc=ae.default.root,ed=ae.default.CssSyntaxError,td=ae.default.Declaration,nd=ae.default.Container,id=ae.default.Processor,rd=ae.default.Document,od=ae.default.Comment,sd=ae.default.Warning,ad=ae.default.AtRule,ld=ae.default.Result,ud=ae.default.Input,cd=ae.default.Rule,dd=ae.default.Root,fd=ae.default.Node;var zn="data-hf-authored-id";function jn(t){return t.replace(/[.*+?^${}()|[\\]\\\\]/g,"\\\\$&")}function Vn(t){return t.replace(/\\\\/g,"\\\\\\\\").replace(/"/g,\'\\\\"\')}function ja(t){return t&&t.replace(/[^a-zA-Z0-9_-]/g,n=>`\\\\${n}`).replace(/^-?\\d/,n=>`\\\\${n}`)}function oo(t){let e=t.trim();return e?Array.from(new Set([e,ja(e)])).filter(Boolean):[]}function Va(t){return!!t&&/[\\w-]/.test(t)}function $a(t,e,n){let i=oo(e).sort((l,a)=>a.length-l.length);if(i.length===0)return t;let r="",o=0,s=null;for(let l=0;l<t.length;l+=1){let a=t[l],u=l>0?t[l-1]:"";if(s){r+=a,a===s&&u!=="\\\\"&&(s=null);continue}if(a===\'"\'||a==="\'"){s=a,r+=a;continue}if(a==="["){o+=1,r+=a;continue}if(a==="]"){o=Math.max(0,o-1),r+=a;continue}if(a==="#"&&o===0){let c=i.find(m=>t.startsWith(m,l+1));if(c){let m=t[l+1+c.length];if(!Va(m)){r+=n,l+=c.length;continue}}}r+=a}return r}function Ga(t,e){let n=e?.trim();return n?$a(t,n,`[${zn}="${Vn(n)}"]`):t}function Ja(t,e,n,i,r){let o=Ga(t,i),s=Ka(o,e,n),l=s.trim();if(!l||/^(html|body|:root|\\*)$/i.test(l))return t;let a=new RegExp(`\\\\[\\\\s*data-composition-id\\\\s*=\\\\s*(["\'])${jn(n)}\\\\1\\\\s*\\\\]`,"g");if(a.test(l))return s.replace(a,e);let u=s.match(/^\\s*/)?.[0]??"",c=s.match(/\\s*$/)?.[0]??"";if(r){let m=i?`[${zn}="${Vn(i)}"]`:null;if(m&&l.startsWith(m)){let f=l.slice(m.length);return`${u}${e}${m}${f}${c}`}}return`${u}${e} ${l}${c}`}function Ka(t,e,n){let i=jn(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 Qa=new Set(["keyframes","-webkit-keyframes","font-face"]);function Ya(t){return t?.type==="atrule"}function Za(t){let e=t.parent;for(;e;){if(Ya(e)&&Qa.has(e.name.toLowerCase()))return!0;e=e.parent}return!1}function $n(t,e,n,i,r){let o=e.trim();if(!t||!o)return t;let s=n||`[data-composition-id="${Vn(o)}"]`,l=ro.parse(t);return l.walkRules(a=>{Za(a)||(a.selectors=a.selectors.map(u=>Ja(u,s,o,i,r?.compoundAuthoredRoot)))}),l.toResult({map:!1}).css}function so(t,e,n="[HyperFrames] composition script error:",i,r=e,o){let s=JSON.stringify(e),l=JSON.stringify(r),a=JSON.stringify(n),u=jn(e),c=JSON.stringify(o?.trim()||null),m=JSON.stringify(i??null),f=JSON.stringify(String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:"${u}"|\'${u}\')\\s*\\]`),x=JSON.stringify(String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:"[^"]*"|\'[^\']*\')\\s*\\]`),w=JSON.stringify(oo(o?.trim()||"")),E=JSON.stringify(t);return`(function(){\n var __hfCompId = ${s};\n var __hfTimelineCompId = ${l};\n var __hfErrorLabel = ${a};\n var __hfAuthoredRootId = ${c};\n var __hfAuthoredRootAttr = ${JSON.stringify(zn)};\n var __hfEscapeAttr = function(value) {\n return (value + "").replace(/\\\\\\\\/g, "\\\\\\\\\\\\\\\\").replace(/"/g, "\\\\\\\\\\\\"");\n };\n var __hfRootSelector = ${m} || (__hfCompId\n ? \'[data-composition-id="\' + __hfEscapeAttr(__hfCompId) + \'"]\'\n : "");\n var __hfRoot = null;\n var __hfRootSelectorPattern = ${f};\n var __hfTimingSelectorPattern = ${x};\n var __hfAuthoredRootIdForms = ${w};\n var __hfAuthoredRootSelector = __hfAuthoredRootId\n ? "[" + __hfAuthoredRootAttr + \'="\' + __hfEscapeAttr(__hfAuthoredRootId) + \'"]\'\n : "";\n var __hfIsSelectorNameChar = function(char) {\n return !!char && /[\\\\w-]/.test(char);\n };\n var __hfReplaceAuthoredRootIdSelectors = function(selector) {\n if (!__hfAuthoredRootSelector || !__hfAuthoredRootIdForms.length || typeof selector !== "string") {\n return selector;\n }\n var result = "";\n var bracketDepth = 0;\n var quote = null;\n for (var index = 0; index < selector.length; index += 1) {\n var char = selector[index];\n var previousChar = index > 0 ? selector[index - 1] : "";\n if (quote) {\n result += char;\n if (char === quote && previousChar !== "\\\\\\\\") {\n quote = null;\n }\n continue;\n }\n if (char === \'"\' || char === "\'") {\n quote = char;\n result += char;\n continue;\n }\n if (char === "[") {\n bracketDepth += 1;\n result += char;\n continue;\n }\n if (char === "]") {\n bracketDepth = Math.max(0, bracketDepth - 1);\n result += char;\n continue;\n }\n if (char === "#" && bracketDepth === 0) {\n var matchedForm = null;\n for (var formIndex = 0; formIndex < __hfAuthoredRootIdForms.length; formIndex += 1) {\n var form = __hfAuthoredRootIdForms[formIndex];\n if (selector.slice(index + 1, index + 1 + form.length) === form) {\n matchedForm = form;\n break;\n }\n }\n if (matchedForm) {\n var nextChar = selector[index + 1 + matchedForm.length];\n if (!__hfIsSelectorNameChar(nextChar)) {\n result += __hfAuthoredRootSelector;\n index += matchedForm.length;\n continue;\n }\n }\n }\n result += char;\n }\n return result;\n };\n var __hfNormalizeSelector = function(selector) {\n if (!__hfCompId || typeof selector !== "string") return selector;\n var normalized = selector\n .replace(new RegExp(__hfRootSelectorPattern + \'(?:\' + __hfTimingSelectorPattern + \')+\', \'g\'), __hfRootSelector)\n .replace(new RegExp(\'(?:\' + __hfTimingSelectorPattern + \')+\' + __hfRootSelectorPattern, \'g\'), __hfRootSelector);\n if (__hfAuthoredRootSelector) {\n normalized = __hfReplaceAuthoredRootIdSelectors(normalized);\n }\n return normalized;\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 (__hfAuthoredRootId && __hfAuthoredRootId === idValue && root.getAttribute && root.getAttribute(__hfAuthoredRootAttr) === idValue) {\n return root;\n }\n if (root.id === idValue) return root;\n if (typeof root.querySelector !== "function") return null;\n try {\n var authoredRootMatch = root.querySelector(\'[\' + __hfAuthoredRootAttr + \'="\' + __hfEscapeAttr(idValue) + \'"]\');\n if (authoredRootMatch) return authoredRootMatch;\n } catch {}\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 return Reflect.get(target, prop, target);\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.filter.call(\n window.document.querySelectorAll(__hfNormalizeSelector(selector)),\n function(node) {\n return node === root || (typeof root.contains === "function" && root.contains(node));\n },\n );\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 && __hfTimelineCompId ? byComp[__hfTimelineCompId] : null;\n return scoped ? Object.assign({}, scoped) : {};\n },\n });\n var __hfRun = function() {\n try {\n var __hfScript = Function("document", "gsap", "window", "__hyperframes", ${E});\n __hfScript.call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);\n } catch (_err) {\n console.error(__hfErrorLabel, __hfCompId, _err);\n }\n };\n __hfFindRoot();\n __hfRun();\n})();`}function ao(){if(typeof document>"u")return{};let t=Gn(document.documentElement),e=Xa();return{...t,...e}}function Gn(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 Xa(){if(typeof window>"u")return{};let t=window.__hfVariables;return!t||typeof t!="object"||Array.isArray(t)?{}:t}var el=8e3,tl=/^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:)(?!\\/\\/)(?!\\/)(?!\\.\\.?\\/).+/;function nl(t,e){return`${t}__hf${e}`}var il=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"),el)});function Jn(t){for(;t.firstChild;)t.removeChild(t.firstChild);t.textContent=""}var rl=["data-composition-id","data-composition-file","data-start","data-duration","data-end","data-track-index","data-track","data-composition-src","data-hf-authored-duration","data-hf-authored-end"];function ol(t){let e=document.importNode(t,!0),n=e.getAttribute("id")?.trim();for(let o of rl)e.removeAttribute(o);n&&(e.removeAttribute("id"),e.setAttribute("data-hf-authored-id",n)),e.setAttribute("data-hf-inner-root","true");let i=e.getAttribute("data-width"),r=e.getAttribute("data-height");return e.style.width=i?`${i}px`:"100%",e.style.height=r?`${r}px`:"100%",e}function lo(t,e){let n=t.trim();if(!n)return t;try{return tl.test(n)?new URL(n,document.baseURI).toString():e?new URL(n,e).toString():new URL(n,document.baseURI).toString()}catch{return t}}function sl(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}function Yt(t){let e=(t.getAttribute("data-composition-id")||"").trim()||null;return{authoredCompositionId:(t.getAttribute("data-hf-original-composition-id")||e||"").trim()||null,runtimeCompositionId:e}}function al(t){let e=new Map;for(let n of t){let i=Yt(n).authoredCompositionId||"";i&&e.set(i,(e.get(i)||0)+1)}return e}function uo(t){let e=Yt(t).authoredCompositionId;return e?!!document.querySelector(`template#${CSS.escape(e)}-template`):!1}function ll(t){return!!t.querySelector(\'[data-hf-inner-root="true"]\')}function ul(t){return t.hasAttribute("data-composition-src")?!0:uo(t)?t.children.length===0||t.hasAttribute("data-hf-original-composition-id")?!0:ll(t):!1}function Qn(){return Array.from(document.querySelectorAll("[data-composition-src], [data-composition-id]")).filter(e=>e.hasAttribute("data-composition-src")?!0:uo(e))}function co(){let t=window.__hfVariablesByComp;if(!t)return;let e=new Set(Qn().map(n=>Yt(n).runtimeCompositionId).filter(n=>!!n));for(let n of Object.keys(t))e.has(n)||delete t[n]}function fo(t,e=al(t)){let n=new Map,i=new Map;for(let r of t){let{authoredCompositionId:o,runtimeCompositionId:s}=Yt(r),l=ul(r);if(!o){i.set(r,{authoredCompositionId:null,runtimeCompositionId:s});continue}let a=(e.get(o)||0)>1,u=s||o;if(l){let c=a?(n.get(o)||0)+1:0;a&&n.set(o,c),u=a?nl(o,c):o,a?r.setAttribute("data-hf-original-composition-id",o):r.removeAttribute("data-hf-original-composition-id"),r.setAttribute("data-composition-id",u),s&&s!==u&&window.__hfVariablesByComp&&delete window.__hfVariablesByComp[s]}i.set(r,{authoredCompositionId:o,runtimeCompositionId:u})}return i}async function Kn(t){let e=null;t.authoredCompositionId&&(e=Array.from(t.sourceNode.querySelectorAll("[data-composition-id]")).find(x=>x.getAttribute("data-composition-id")===t.authoredCompositionId)??null);let n=e??t.sourceNode,i=e?.getAttribute("data-composition-id")?.trim()||t.authoredCompositionId||null,r=t.runtimeCompositionId||i||null,o=e?.getAttribute("id")?.trim()||null,s=r?`[data-composition-id="${CSS.escape(r)}"]`:void 0;if(t.headLinks)for(let f of t.headLinks){let x=f.getAttribute("href")||"";x&&(document.head.querySelector(`link[href="${CSS.escape(x)}"]`)||document.head.appendChild(f.cloneNode(!0)))}if(t.headStyles)for(let f of t.headStyles){let x=f.cloneNode(!0);x instanceof HTMLStyleElement&&(i&&(x.textContent=$n(x.textContent||"",i,s,o)),document.head.appendChild(x),t.injectedStyles.push(x))}let l=Array.from(n.querySelectorAll("style"));for(let f of l){let x=f.cloneNode(!0);x instanceof HTMLStyleElement&&(i&&(x.textContent=$n(x.textContent||"",i,s,o)),document.head.appendChild(x),t.injectedStyles.push(x))}let a=[];if(t.headScripts)for(let f of t.headScripts){let x=f.getAttribute("type")?.trim()??"",w=f.getAttribute("src")?.trim()??"";if(w){let E=lo(w,t.compositionUrl);a.push({kind:"external",src:E,type:x})}else{let E=f.textContent?.trim()??"";E&&a.push({kind:"inline",content:E,type:x,scopeCompositionId:i})}}let u=Array.from(n.querySelectorAll("script")),c=[...a];for(let f of u){let x=f.getAttribute("type")?.trim()??"",w=f.getAttribute("src")?.trim()??"";if(w){let E=lo(w,t.compositionUrl);c.push({kind:"external",src:E,type:x})}else{let E=f.textContent?.trim()??"";E&&c.push({kind:"inline",content:E,type:x,scopeCompositionId:i})}f.parentNode?.removeChild(f)}let m=Array.from(n.querySelectorAll("style"));for(let f of m)f.parentNode?.removeChild(f);if(e){let f=e.getAttribute("data-width"),x=e.getAttribute("data-height"),w=t.parseDimensionPx(f),E=t.parseDimensionPx(x);f&&t.host.setAttribute("data-width",f),x&&t.host.setAttribute("data-height",x),w&&t.host instanceof HTMLElement&&(t.host.style.width=w),E&&t.host instanceof HTMLElement&&(t.host.style.height=E),e.hasAttribute("data-timeline-locked")&&t.host.setAttribute("data-timeline-locked",""),t.host.appendChild(ol(e))}else t.hasTemplate?t.host.appendChild(document.importNode(n,!0)):t.host.innerHTML=t.fallbackBodyInnerHtml;if(r){let f={...t.declaredVariableDefaults??{},...sl(t.host)};Object.keys(f).length>0?(window.__hfVariablesByComp||(window.__hfVariablesByComp={}),window.__hfVariablesByComp[r]=f):window.__hfVariablesByComp&&delete window.__hfVariablesByComp[r]}for(let f of c){let x=document.createElement("script");if(f.type&&(x.type=f.type),x.async=!1,f.kind==="external"?x.src=f.src:f.type.toLowerCase()==="module"?x.textContent=f.content:f.scopeCompositionId?x.textContent=so(f.content,f.scopeCompositionId,"[HyperFrames] composition script error:",s,r||f.scopeCompositionId,o):x.textContent=`(function(){${f.content}})();`,document.body.appendChild(x),t.injectedScripts.push(x),f.kind==="external"){let w=await il(x);w.status!=="load"&&t.onDiagnostic?.({code:"external_composition_script_load_issue",details:{hostCompositionId:t.authoredCompositionId,runtimeCompositionId:t.runtimeCompositionId,hostCompositionSrc:t.hostCompositionSrc,resolvedScriptSrc:f.src,loadStatus:w.status,elapsedMs:w.elapsedMs}})}}}async function mo(t){let e=Qn();if(co(),e.length===0)return;let n=fo(e),i=e.filter(r=>{if(r.hasAttribute("data-composition-src")||r.children.length>0)return!1;let o=n.get(r)?.authoredCompositionId;return o?!!document.querySelector(`template#${CSS.escape(o)}-template`):!1});if(i.length!==0)for(let r of i){let o=n.get(r),s=o?.authoredCompositionId;if(!s)continue;let l=document.querySelector(`template#${CSS.escape(s)}-template`);Jn(r),await Kn({host:r,authoredCompositionId:s,runtimeCompositionId:o?.runtimeCompositionId||s,hostCompositionSrc:`template#${s}-template`,sourceNode:l.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:null,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,onDiagnostic:t.onDiagnostic})}}async function po(t){let e=Qn();if(co(),e.length===0)return;let n=fo(e),i=e.filter(r=>r.hasAttribute("data-composition-src"));i.length!==0&&await Promise.all(i.map(async r=>{let o=r.getAttribute("data-composition-src");if(!o)return;let s=n.get(r),l=s?.authoredCompositionId||null,a=s?.runtimeCompositionId||l||null,u=null;try{u=new URL(o,document.baseURI)}catch{u=null}Jn(r);try{let c=l!=null?document.querySelector(`template#${CSS.escape(l)}-template`):null;if(c){await Kn({host:r,authoredCompositionId:l,runtimeCompositionId:a,hostCompositionSrc:o,sourceNode:c.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:u,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,onDiagnostic:t.onDiagnostic});return}let m=await fetch(o);if(!m.ok)throw new Error(`HTTP ${m.status}`);let f=await m.text(),w=new DOMParser().parseFromString(f,"text/html"),E=(l?w.querySelector(`template#${CSS.escape(l)}-template`):null)??w.querySelector("template"),b=E?E.content:w.body,I=E?void 0:Array.from(w.head.querySelectorAll("style")),L=E?void 0:Array.from(w.head.querySelectorAll("script")),v=E?void 0:Array.from(w.head.querySelectorAll(\'link[rel="stylesheet"], link[rel="preconnect"]\'));await Kn({host:r,authoredCompositionId:l,runtimeCompositionId:a,hostCompositionSrc:o,sourceNode:b,hasTemplate:!!E,fallbackBodyInnerHtml:w.body.innerHTML,compositionUrl:u,injectedStyles:t.injectedStyles,injectedScripts:t.injectedScripts,parseDimensionPx:t.parseDimensionPx,headStyles:I,headScripts:L,headLinks:v,declaredVariableDefaults:Gn(w.documentElement),onDiagnostic:t.onDiagnostic})}catch(c){t.onDiagnostic?.({code:"external_composition_load_failed",details:{hostCompositionId:l,runtimeCompositionId:a,hostCompositionSrc:o,errorMessage:c instanceof Error?c.message:"unknown_error"}}),Jn(r)}}))}function cl(t){return t instanceof HTMLElement?t.dataset.captionWrapper!=="true"?t:t.querySelector(":scope > span")??null:null}function dl(){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 fl(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 Yn(){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=dl();for(let i of e){let r=null;if(i.wordId&&(r=cl(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 a=t.getTweensOf(r).filter(c=>c.vars.color!==void 0).sort((c,m)=>c.startTime()-m.startTime()),u=a.length>0?String(a[0].vars.color):"";for(let c of a)String(c.vars.color)===u?i.dimColor&&(c.vars.color=i.dimColor):i.activeColor&&(c.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 l=fl(r);t.set(l,o)}}}).catch(()=>{})}var Zt=class{constructor(e){ye(this,"_baseTime",0);ye(this,"_playStartMs",null);ye(this,"_rate",1);ye(this,"_duration",1/0);ye(this,"_nowMs");ye(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)/(r.playbackRate>0?r.playbackRate:1)*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}};function ho(t){return!Number.isFinite(t)||t<=0?1:t}var Xt=class{constructor(){ye(this,"_ctx",null);ye(this,"_bufferCache",new Map);ye(this,"_failedSrcs",new Set);ye(this,"_activeSources",[]);ye(this,"_masterGain",null);ye(this,"_rateAnchorCtx",0);ye(this,"_rateAnchorComp",0);ye(this,"_rate",1);ye(this,"_paused",!0);ye(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._rateAnchorComp+(this._ctx.currentTime-this._rateAnchorCtx)*this._rate}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._failedSrcs.has(n)||!this._ctx)return null;try{let i=await fetch(n);if(!i.ok)return this._failedSrcs.add(n),_("webAudioTransport.fetch",new Error(`${i.status} ${n}`)),null;let r=await i.arrayBuffer(),o=await this._ctx.decodeAudioData(r);return this._bufferCache.set(n,o),o}catch(i){return this._failedSrcs.add(n),_("webAudioTransport.decode",i),null}}startGeneration(){return this._playGeneration+=1,this._playGeneration}currentGeneration(){return this._playGeneration}async schedulePlayback(e,n,i,r,o,s,l,a=1){if(!this._ctx||!this._masterGain||l!==this._playGeneration)return null;try{if(this._ctx.state==="suspended"&&await this._ctx.resume(),l!==this._playGeneration)return null;let u=ho(a),c=this._ctx.createBufferSource();c.buffer=n,c.playbackRate.value=u;let m=this._ctx.createGain();m.gain.value=s,c.connect(m),m.connect(this._masterGain);let f=o-i,x=this._ctx.currentTime;if(this._rate=u,this._rateAnchorCtx=x,this._rateAnchorComp=o,f>=0)c.start(0,f+r);else{let b=-f/u;c.start(x+b,r)}let w=e.muted;e.muted=!0;let E={el:e,sourceNode:c,gainNode:m,compositionStart:i,mediaStart:r,scheduledAt:x,priorMuted:w};return this._activeSources.push(E),this._paused=!1,E}catch(u){return _("webAudioTransport.schedule",u),null}}setRate(e){let n=ho(e);if(n!==this._rate){this._ctx&&!this._paused&&(this._rateAnchorComp=this.getTime(),this._rateAnchorCtx=this._ctx.currentTime),this._rate=n;for(let i of this._activeSources)try{i.sourceNode.playbackRate.value=n}catch(r){_("webAudioTransport.setRate",r)}}}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)))}setElementVolume(e,n){let i=Math.max(0,Math.min(1,n));for(let r of this._activeSources)if(r.el===e)try{r.gainNode.gain.value=i}catch(o){_("webAudioTransport.setElementVolume",o)}}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 xo="data-hf-authored-duration",go="data-hf-authored-end";function yo(){let t=Ti(),e=null,n=null,i=[],r=new Set,o=null;if(typeof window.__hfRuntimeTeardown=="function")try{window.__hfRuntimeTeardown()}catch(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 s=d=>{i.push(d)},l=(d,p,h)=>{let S=h??`${d}:${JSON.stringify(p)}`;r.has(S)||(r.add(S),Fe({source:"hf-preview",type:"diagnostic",code:d,details:p}))},a=d=>{let p={scale:1,focusX:960,focusY:540},h=[],S=[],y={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:()=>p,setStageZoomKeyframes:()=>{},getStageZoomKeyframes:()=>h,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:()=>S,getRenderState:()=>({...y,time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying()})}},u=1/60,c=.75,m=2,f=.05,x=100,w=240,E=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??"")}},b=d=>{let p=d.toLowerCase();return p.includes("cannot read properties of null")||p.includes("cannot set properties of null")?{code:"runtime_null_dom_access",category:"dom-null-access"}:p.includes("failed to execute \'queryselector\'")?{code:"runtime_invalid_selector",category:"selector-invalid"}:p.includes("is not defined")?{code:"runtime_reference_missing",category:"reference-missing"}:{code:"runtime_script_error",category:"script-error"}},I=d=>{if(d==null||d.trim()==="")return null;let p=Number.parseFloat(d);return!Number.isFinite(p)||p<=0?null:`${p}px`},L=()=>{let d=document.querySelector(\'[data-composition-id][data-root="true"]\');if(d instanceof HTMLElement)return d;let p=Array.from(document.querySelectorAll("[data-composition-id]"));return p.length===0?null:p.find(h=>!h.parentElement?.closest("[data-composition-id]"))??p[0]??null},v=()=>{let d=L();if(!d)return;let p=I(d.getAttribute("data-width")),h=I(d.getAttribute("data-height"));p&&(d.style.width=p),h&&(d.style.height=h),p&&d.style.setProperty("--comp-width",p),h&&d.style.setProperty("--comp-height",h)},ee=()=>{let d=L(),p=Array.from(document.querySelectorAll("[data-composition-id]")).filter(h=>h.hasAttribute("data-duration")||h.hasAttribute("data-end"));for(let h of p){if(d&&h===d)continue;let S=h.getAttribute("data-duration"),y=h.getAttribute("data-end");S!=null&&!h.hasAttribute(xo)&&h.setAttribute(xo,S),y!=null&&!h.hasAttribute(go)&&h.setAttribute(go,y),h.removeAttribute("data-duration"),h.removeAttribute("data-end")}},H=()=>{let d=L();if(!d)return;d.style.position||(d.style.position="relative"),d.style.overflow="hidden";let p=I(d.getAttribute("data-width")),h=I(d.getAttribute("data-height"));p&&(d.style.width=p),h&&(d.style.height=h);let S=Array.from(d.children);for(let y of S){let D=y.tagName.toLowerCase();if(D==="script"||D==="style"||D==="link"||D==="meta"||!y.hasAttribute("data-start"))continue;let te=(y.style.top==="0px"||y.style.top==="0")&&(y.style.left==="0px"||y.style.left==="0")&&y.style.width==="100%"&&y.style.height==="100%",j=/translate\\(\\s*-50%\\s*,\\s*-50%\\s*\\)/.test(y.style.transform);if(te&&j&&!y.hasAttribute("data-width")&&!y.hasAttribute("data-height")){let Ve=y.style.top,me=y.style.left,st=y.style.width,oe=y.style.height;y.style.top="",y.style.left="",y.style.width="",y.style.height="";let Q=window.getComputedStyle(y);Q.top!=="auto"||Q.bottom!=="auto"||Q.left!=="auto"||Q.right!=="auto"||Q.width!=="0px"||Q.height!=="0px"||(y.style.top=Ve,y.style.left=me,y.style.width=st,y.style.height=oe)}let ne=window.getComputedStyle(y),xe=ne.position;if(xe!=="absolute"&&xe!=="fixed"&&(y.style.position="absolute"),!!y.style.top||!!y.style.bottom||ne.top!=="auto"||ne.bottom!=="auto"||(y.style.top="0"),!!y.style.left||!!y.style.right||ne.left!=="auto"||ne.right!=="auto"||(y.style.left="0"),D!=="audio"){let Ve=I(y.getAttribute("data-width")),me=I(y.getAttribute("data-height")),st=ne.width!=="0px"&&ne.width!=="auto",oe=ne.height!=="0px"&&ne.height!=="auto";Ve?!y.style.width&&!st&&(y.style.width=Ve):!y.style.width&&ne.width==="0px"&&(y.style.width="100%"),me?!y.style.height&&!oe&&(y.style.height=me):!y.style.height&&ne.height==="0px"&&(y.style.height="100%")}}},C=(d,p=0,h)=>Ge({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:h?.includeAuthoredTimingAttrs??!0}).resolveStartForElement(d,p),g=(d,p)=>Ge({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:p?.includeAuthoredTimingAttrs??!0}).resolveDurationForElement(d),A=!!document.querySelector("[data-composition-src]"),N=!1;{let d=document.querySelectorAll("[data-composition-id]:not([data-composition-src])");for(let p of d){let h=p.getAttribute("data-composition-id");if(h&&p.children.length===0&&document.querySelector(`template#${CSS.escape(h)}-template`)){N=!0;break}}}let F=!A&&!N,M=d=>{if(!d||typeof d.duration!="function")return null;try{let p=Number(d.duration());return Number.isFinite(p)?Math.max(0,p):null}catch{return null}},k=d=>typeof d=="number"&&Number.isFinite(d)&&d>u,Y=d=>{let p=Number(d.getAttribute("data-duration"));if(Number.isFinite(p)&&p>0)return p;let h=Number(d.getAttribute("data-playback-start")??d.getAttribute("data-media-start")??"0"),S=Number.isFinite(h)?Math.max(0,h):0;return Number.isFinite(d.duration)&&d.duration>S?Math.max(0,d.duration-S):null},G=()=>{let d=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(d.length===0)return null;let p=0;for(let h of d){let S=C(h,0);if(!Number.isFinite(S))continue;let y=Y(h);y==null||y<=u||(p=Math.max(p,Math.max(0,S)+y))}return p>u?p:null},R=()=>{let d=L();if(!d)return null;let p=window.__timelines??{},h=Ge({timelineRegistry:p,includeAuthoredTimingAttrs:!0}),S=0,y=Array.from(d.querySelectorAll("[data-composition-id][data-start]"));for(let D of y){if(!(D instanceof Element)||D.parentElement?.closest("[data-composition-id]")!==d)continue;let j=h.resolveStartForElement(D,0),ne=h.resolveDurationForElement(D);!Number.isFinite(j)||ne==null||ne<=0||(S=Math.max(S,Math.max(0,j)+ne))}return S>u?S:null},le=()=>{let d=G();return typeof d!="number"||!Number.isFinite(d)||d<=u?null:d},Ae=d=>k(d)?Math.max(u,d*c):u,q=(d,p=0)=>{let h=M(d),S=le(),y=R(),D=Math.max(S??0,y??0),te=Number.isFinite(p)&&p>u?p:0,j=0;k(h)?j=Math.max(h,D,te):k(D)?j=Math.max(D,te):j=te;let ne=Math.max(1,Number(t.maxTimelineDurationSeconds)||1800);return j>0?Math.max(0,Math.min(j,ne)):0},J=()=>{let d=window.__timelines??{},p=Ge({timelineRegistry:d,includeAuthoredTimingAttrs:!0}),h=le(),S=R(),y=Math.max(h??0,S??0)||null,D=Ae(y),te=oe=>{let Q=document.querySelector(`[data-composition-id="${CSS.escape(oe)}"]`);return Q?p.resolveStartForElement(Q,0):0},j=oe=>{let Q=window.gsap;if(!Q||typeof Q.timeline!="function")return null;let ue=Q.timeline({paused:!0});for(let he of oe)ue.add(he.timeline,te(he.compositionId));return ue},ne=(oe,Q)=>{if(!k(oe))return null;let ue=window.gsap;if(!ue||typeof ue.timeline!="function")return null;let he=ue.timeline({paused:!0});if(Q)try{he.add(Q,0)}catch(se){_("runtime.init.site2",se)}let be=he;if(typeof be.to=="function")try{be.to({},{duration:oe})}catch(se){_("runtime.init.site3",se)}return he},xe=(oe,Q)=>{let ue=oe;if(typeof ue.getChildren!="function")return[];try{let he=ue.getChildren(!0,!0,!0)??[];if(!Array.isArray(he))return[];let be=[];for(let se of Q)if(!he.some(_e=>_e===se.timeline))try{let _e=te(se.compositionId);oe.add(se.timeline,_e),be.push(se.compositionId)}catch(_e){_("runtime.init.site4",_e)}return be}catch{return[]}},Be=L(),fe=Be?.getAttribute("data-composition-id")??null;if(!fe)return{timeline:null};let ge=d[fe]??null,me=(()=>{if(!Be)return[];let oe=new Set,Q=Array.from(Be.querySelectorAll("[data-composition-id]")),ue=[];for(let he of Q){let be=he.getAttribute("data-composition-id");if(!be||be===fe||oe.has(be))continue;oe.add(be);let se=d[be]??null;if(!se||typeof se.play!="function"||typeof se.pause!="function")continue;let Ce=M(se);ue.push({compositionId:be,timeline:se,durationSeconds:Ce??0})}return ue})(),st=oe=>{for(let Q of oe){let ue=Q.timeline;if(typeof ue.paused=="function")try{ue.paused(!1)}catch(he){_("runtime.init.site5",he)}}};if(me.length>0&&st(me),ge){let oe=me.length>0?xe(ge,me):[];if((me.length>0||!document.querySelector("[data-composition-id]:not([data-composition-id=\'"+fe+"\'])"))&&(P=!0),oe.length>0)try{let se=ge.time();ge.seek(se,!1)}catch{}let Q=M(ge);if(!k(Q)&&me.length>0){let se=me.map(Jo=>Jo.compositionId),Ce=j(me),_e=M(Ce);if(Ce&&k(_e))return{timeline:Ce,selectedTimelineIds:se,selectedDurationSeconds:_e,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_unusable_fallback",details:{rootCompositionId:fe,rootDurationSeconds:Q,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:D,selectedDurationSeconds:_e,mediaDurationFloorSeconds:h,authoredCompositionDurationFloorSeconds:S,selectedTimelineIds:se,autoNestedChildren:oe}}};let un=ne(y??0,ge),cn=M(un);if(un&&k(cn))return{timeline:un,selectedTimelineIds:[fe],selectedDurationSeconds:cn,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:fe,rootDurationSeconds:Q,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:h,authoredCompositionDurationFloorSeconds:S,selectedDurationSeconds:cn,selectedTimelineIds:[fe],autoNestedChildren:oe}}}}if(!k(Q)&&me.length===0){let se=ne(y??0,ge),Ce=M(se);if(se&&k(Ce))return{timeline:se,selectedTimelineIds:[fe],selectedDurationSeconds:Ce,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:fe,rootDurationSeconds:Q,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:h,authoredCompositionDurationFloorSeconds:S,selectedDurationSeconds:Ce,selectedTimelineIds:[fe]}}}}let ue=Be?.getAttribute("data-duration"),he=ue?parseFloat(ue):null,be=Math.max(k(he)?he:0,S??0);if(be>0&&k(be)&&k(Q)&&be>=Q+.5){let se=ge;if(typeof se.to=="function")try{se.to({},{duration:0},be)}catch(_e){_("runtime.init.site6",_e)}let Ce=M(ge);if(k(Ce))return{timeline:ge,selectedTimelineIds:[fe],selectedDurationSeconds:Ce,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_padded_to_declared_duration",details:{rootCompositionId:fe,rootDurationSeconds:Q,rootDeclaredDur:he,authoredCompositionDurationFloorSeconds:S,newDur:Ce}}}}return{timeline:ge,selectedTimelineIds:[fe],selectedDurationSeconds:Q,mediaDurationFloorSeconds:h,diagnostics:oe.length>0?{code:"root_timeline_auto_nested_children",details:{rootCompositionId:fe,selectedDurationSeconds:Q,autoNestedChildren:oe}}:void 0}}if(me.length>0){let oe=me.map(he=>he.compositionId),Q=j(me),ue=M(Q);if(Q)return{timeline:Q,selectedTimelineIds:oe,selectedDurationSeconds:ue,mediaDurationFloorSeconds:h,diagnostics:{code:"root_timeline_missing_fallback",details:{rootCompositionId:fe,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:D,selectedDurationSeconds:ue,mediaDurationFloorSeconds:h,selectedTimelineIds:oe}}}}return{timeline:null}},P=!1,K=()=>{if(!F)return!1;let d=t.capturedTimeline,p=M(d),h=k(p);if(d&&h&&P)return!1;let S=J();if(!S.timeline)return!1;if(d&&d===S.timeline)return typeof d.timeScale=="function"&&d.timeScale(t.playbackRate),!1;t.capturedTimeline=S.timeline,typeof t.capturedTimeline.timeScale=="function"&&t.capturedTimeline.timeScale(t.playbackRate);let y=q(t.capturedTimeline,0);if(y>0){try{B.setDuration(y)}catch{}t.capturedTimeline.pause()}return S.diagnostics&&Fe({source:"hf-preview",type:"diagnostic",code:S.diagnostics.code,details:S.diagnostics.details}),Fe({source:"hf-preview",type:"diagnostic",code:"timeline_bound",details:{selectedTimelineIds:S.selectedTimelineIds??[],selectedDurationSeconds:S.selectedDurationSeconds??null,mediaDurationFloorSeconds:S.mediaDurationFloorSeconds??null}}),!0};window.__hfForceTimelineRebind=()=>{P=!1,K()};let Me=()=>{let d=L();if(!(d instanceof HTMLElement))return;let p=d.getBoundingClientRect(),h=Number(d.getAttribute("data-width")),S=Number(d.getAttribute("data-height")),y=window.getComputedStyle(d),D=Number.isFinite(h)&&h>0&&Number.isFinite(S)&&S>0,te=p.width<=0||p.height<=0||d.clientWidth<=0||d.clientHeight<=0;!D||!te||l("root_stage_layout_zero",{compositionId:d.getAttribute("data-composition-id")??null,declaredWidth:h,declaredHeight:S,rectWidth:Math.round(p.width),rectHeight:Math.round(p.height),clientWidth:d.clientWidth,clientHeight:d.clientHeight,display:y.display,visibility:y.visibility,overflow:y.overflow},`root-stage-layout-zero:${d.getAttribute("data-composition-id")??"unknown"}`)},Ne=()=>{t.tornDown||(o!=null&&window.cancelAnimationFrame(o),o=window.requestAnimationFrame(()=>{o=null,Me()}))},W=()=>{e=d=>{let p=E(d.error??d.message).slice(0,w);if(!p)return;let h=b(p);Fe({source:"hf-preview",type:"diagnostic",code:h.code,details:{category:h.category,message:p,filename:d.filename||null,line:Number.isFinite(d.lineno)?d.lineno:null,column:Number.isFinite(d.colno)?d.colno:null}})},n=d=>{let p=E(d.reason).slice(0,w);if(!p)return;let h=b(p);Fe({source:"hf-preview",type:"diagnostic",code:`${h.code}_unhandled_rejection`,details:{category:`${h.category}-unhandled-rejection`,message:p}})},window.addEventListener("error",e),window.addEventListener("unhandledrejection",n)},T=()=>{let d=Array.from(document.querySelectorAll("img, video, audio, source, link[rel=\'stylesheet\']"));for(let h of d){let S=()=>{if(!(h instanceof Element))return;let y=h.tagName.toLowerCase(),D=h.getAttribute("src")??h.getAttribute("href")??h.getAttribute("poster")??null,te=y==="link"?"runtime_stylesheet_load_failed":"runtime_asset_load_failed";l(te,{tagName:y,assetUrl:D,currentSrc:(h instanceof HTMLImageElement||h instanceof HTMLMediaElement)&&h.currentSrc||null,readyState:h instanceof HTMLMediaElement?h.readyState:null,networkState:h instanceof HTMLMediaElement?h.networkState:null},`${te}:${y}:${D??"unknown"}`)};h.addEventListener("error",S),s(()=>{h.removeEventListener("error",S)})}let p=document.fonts;p&&p.ready.then(()=>{if(t.tornDown)return;let h=Array.from(p).filter(S=>S.status==="error").map(S=>S.family).filter(S=>!!S).slice(0,10);h.length!==0&&l("runtime_font_load_issue",{failedFamilies:h,totalFaces:Array.from(p).length},`runtime-font-load-issue:${h.join("|")}`)}).catch(()=>{})},O=(d,p)=>{if(!d.timeline)return!1;let h=t.capturedTimeline;if(h&&h===d.timeline)return!1;let S=Math.max(0,t.currentTime||0),y=t.isPlaying;t.capturedTimeline=d.timeline,typeof t.capturedTimeline.timeScale=="function"&&t.capturedTimeline.timeScale(t.playbackRate);try{t.capturedTimeline.pause(),t.capturedTimeline.seek(S,!1),y&&t.capturedTimeline.play()}catch(D){_("runtime.init.site7",D)}return Fe({source:"hf-preview",type:"diagnostic",code:"timeline_loop_guard_rebind",details:{reason:p,previousTime:S,selectedTimelineIds:d.selectedTimelineIds??[],selectedDurationSeconds:d.selectedDurationSeconds??null,mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),!0},Z=null,re=!1,U=new Set,z=()=>{t.tornDown||(Z!=null&&window.clearTimeout(Z),Z=window.setTimeout(()=>{if(t.tornDown)return;Z=null;let d=J();if(!d.timeline||!k(d.mediaDurationFloorSeconds??null))return;if(!t.capturedTimeline){K()&&(Ee(),Se(!0));return}if(re)return;let h=M(t.capturedTimeline),S=d.selectedDurationSeconds??M(d.timeline);k(S)&&(!k(h)||S>=h+f)&&O(d,"manual")&&(re=!0,Fe({source:"hf-preview",type:"diagnostic",code:"timeline_rebind_after_media_metadata",details:{previousDurationSeconds:h??null,selectedDurationSeconds:S??null,selectedTimelineIds:d.selectedTimelineIds??[],mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),Ee(),Se(!0))},x))},$=()=>{for(let d of U)d.removeEventListener("loadedmetadata",z),d.removeEventListener("durationchange",z);U.clear()},Te=()=>{if(t.tornDown)return;let d=Array.from(document.querySelectorAll("video, audio"));for(let p of d){if(U.has(p))continue;U.add(p);let h=Number.parseFloat(p.dataset.volume??"");Number.isFinite(h)&&(p.volume=Math.max(0,Math.min(1,h))),p.addEventListener("loadedmetadata",z),p.addEventListener("durationchange",z),p.preload!=="auto"&&(p.preload="auto"),p.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&p.load()}},ce=()=>{let d=y=>{let D=y.closest("[data-composition-id]"),te=D?C(D,0):null,j=D?g(D,{includeAuthoredTimingAttrs:!0}):null;return{compositionRoot:D,inheritedStart:te,inheritedDuration:j}},p=Fi({shouldIncludeElement:y=>y.hasAttribute("data-start")||!!d(y).compositionRoot,resolveStartSeconds:y=>{let D=d(y);return C(y,D.inheritedStart??0)},resolveDurationSeconds:y=>{let D=d(y),te=C(y,D.inheritedStart??0),j=Number.parseFloat(y.dataset.playbackStart??y.dataset.mediaStart??"0")||0,ne=D.inheritedStart!=null&&D.inheritedDuration!=null&&D.inheritedDuration>0?Math.max(0,D.inheritedStart+D.inheritedDuration-te):null,xe=Number.isFinite(y.duration)&&y.duration>j?Math.max(0,y.duration-j):null;return xe!=null&&ne!=null?Math.min(xe,ne):xe??ne}}),h=t.mediaForceSyncNextTick;h&&(t.mediaForceSyncNextTick=!1),wi({clips:p.mediaClips,timeSeconds:t.currentTime,playing:t.isPlaying,playbackRate:t.playbackRate,outputMuted:t.mediaOutputMuted||pe.isActive(),userMuted:t.bridgeMuted,userVolume:t.bridgeVolume,forceSync:h,onElementVolume:(y,D)=>pe.setElementVolume(y,D),onAutoplayBlocked:()=>{t.mediaAutoplayBlockedPosted||(t.mediaAutoplayBlockedPosted=!0,Fe({source:"hf-preview",type:"media-autoplay-blocked"}))}});let S=Array.from(document.querySelectorAll("[data-start]"));for(let y of S){if(!(y instanceof HTMLElement))continue;let D=y.tagName.toLowerCase();if(D==="script"||D==="style"||D==="link"||D==="meta")continue;let te=C(y,0),j=g(y),ne=y.getAttribute("data-composition-id");if(ne){let fe=(window.__timelines??{})[ne],ge=null;if(fe&&typeof fe.duration=="function"){let me=Number(fe.duration());Number.isFinite(me)&&me>0&&(ge=me)}let Ve=y.hasAttribute("data-composition-src")||y.hasAttribute("data-composition-file");j!=null&&j>0&&ge!=null&&!Ve?j=Math.min(j,ge):(j==null||j<=0)&&ge!=null&&(j=ge)}let xe=j!=null&&j>0?te+j:Number.POSITIVE_INFINITY,Be=t.currentTime>=te&&(Number.isFinite(xe)?t.currentTime<xe:!0);y.style.visibility=Be?"visible":"hidden"}},Se=d=>{let p=Math.max(0,Math.round((t.currentTime||0)*t.canonicalFps)),h=Date.now();(d||p!==t.bridgeLastPostedFrame||t.isPlaying!==t.bridgeLastPostedPlaying||t.bridgeMuted!==t.bridgeLastPostedMuted||h-t.bridgeLastPostedAt>=t.bridgeMaxPostIntervalMs)&&(t.bridgeLastPostedFrame=p,t.bridgeLastPostedPlaying=t.isPlaying,t.bridgeLastPostedMuted=t.bridgeMuted,t.bridgeLastPostedAt=h,Fe({source:"hf-preview",type:"state",frame:p,isPlaying:t.isPlaying,muted:t.bridgeMuted,playbackRate:t.playbackRate}))},Ee=()=>{ee(),v(),H();let d=L();if(d){let h=I(d.getAttribute("data-width")),S=I(d.getAttribute("data-height")),y=h?parseInt(h,10):0,D=S?parseInt(S,10):0;y>0&&D>0&&Fe({source:"hf-preview",type:"stage-size",width:y,height:D})}K();let p=Ri({canonicalFps:t.canonicalFps,maxTimelineDurationSeconds:t.maxTimelineDurationSeconds});window.__clipManifest=p,Fe(p),Ne()},De=(d,p=0)=>{for(let h of t.deterministicAdapters){try{d==="discover"&&h.discover(),d==="pause"&&h.pause(),d==="play"&&h.play&&h.play()}catch(S){_("runtime.init.site8",S)}if(d==="discover")try{h.seek({time:p})}catch(S){_("runtime.init.site9",S)}}};if(F)Yn();else{let d={injectedStyles:t.injectedCompStyles,injectedScripts:t.injectedCompScripts,parseDimensionPx:I,onDiagnostic:({code:p,details:h})=>{Fe({source:"hf-preview",type:"diagnostic",code:p,details:h})}};po(d).then(()=>mo(d)).finally(()=>{F=!0,K(),window.__renderReady=!0,Te(),De("discover",t.currentTime),T(),Yn(),Ee(),Se(!0)})}let Rt=Ni({postMessage:d=>Fe(d)});Rt.installPickerApi();let sn=d=>{let p=Number(d);!Number.isFinite(p)||p<=0?t.playbackRate=1:t.playbackRate=Math.max(.1,Math.min(5,p)),t.mediaForceSyncNextTick=!0,t.capturedTimeline&&typeof t.capturedTimeline.timeScale=="function"&&t.capturedTimeline.timeScale(t.playbackRate);let h=document.querySelectorAll("video, audio");for(let S of h)if(S instanceof HTMLMediaElement)try{S.playbackRate=t.playbackRate}catch(y){_("runtime.init.site10",y)}},de=Mi({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:sn,getCanonicalFps:()=>t.canonicalFps,onSyncMedia:(d,p)=>{t.currentTime=Math.max(0,Number(d)||0),t.isPlaying!==p&&(t.mediaForceSyncNextTick=!0),t.isPlaying=p,ce()},onStatePost:Se,onDeterministicSeek:d=>{for(let p of t.deterministicAdapters)try{p.seek({time:Number(d)||0})}catch(h){_("runtime.init.site11",h)}},onDeterministicPause:()=>De("pause"),onDeterministicPlay:()=>De("play"),onRenderFrameSeek:()=>{},onShowNativeVideos:()=>{},getSafeDuration:()=>q(t.capturedTimeline,0)});window.__player=a(de),window.__playerReady=!0,di(Fe),at("composition_loaded",{duration:de.getDuration(),compositionId:document.querySelector("[data-composition-id]")?.getAttribute("data-composition-id")??null}),t.controlBridgeHandler=ci({onPlay:()=>{de.play(),at("composition_played",{time:de.getTime()})},onPause:()=>{de.pause(),at("composition_paused",{time:de.getTime()})},onSeek:(d,p)=>{let h=Math.max(0,d)/t.canonicalFps;de.seek(h),at("composition_seeked",{time:h})},onSetMuted:d=>{t.bridgeMuted=d;let p=d||t.mediaOutputMuted;pe.setMuted(p);let h=document.querySelectorAll("video, audio");for(let S of h)S instanceof HTMLMediaElement&&(S.muted=p)},onSetVolume:d=>{t.bridgeVolume=d,pe.setVolume(d);let p=document.querySelectorAll("video, audio");for(let h of p){if(!(h instanceof HTMLMediaElement))continue;let S=parseFloat(h.dataset.volume??""),y=Number.isFinite(S)?S:1;h.volume=y*d}},onSetMediaOutputMuted:d=>{t.mediaOutputMuted=d;let p=d||t.bridgeMuted;pe.setMuted(p);let h=document.querySelectorAll("video, audio");for(let S of h)S instanceof HTMLMediaElement&&(S.muted=p)},onSetPlaybackRate:d=>{sn(d),t.transportClock&&t.transportClock.setRate(t.playbackRate),pe.setRate(t.playbackRate)},onTick:()=>{if(t.tornDown||!B.isPlaying())return;let d=B.now();if(t.currentTime=d,je(d),B.reachedEnd()){pe.stopAll(),B.detachAudioSource(),B.pause(),t.isPlaying=!1;let p=B.getDuration();Number.isFinite(p)&&(B.seek(p),t.currentTime=p,je(p)),De("pause"),ce(),Se(!0)}},onEnablePickMode:()=>Rt.enablePickMode(),onDisablePickMode:()=>Rt.disablePickMode()}),K(),t.capturedTimeline&&(de._timeline=t.capturedTimeline),window.__renderReady=!0,F&&setTimeout(()=>{let d=t.capturedTimeline;K()&&t.capturedTimeline!==d&&(de._timeline=t.capturedTimeline),De("discover",t.currentTime),window.__renderReady=!0,Ee(),Se(!0)},0),t.deterministicAdapters=[Ei(),fi({resolveStartSeconds:d=>C(d,0)}),pi(),gi(),Si(),bi(),mi({getTimeline:()=>t.capturedTimeline})],Ai(),W(),Te(),De("discover");let B=new Zt;t.transportClock=B;let pe=new Xt,si=!1;pe.init().then(d=>{si=d});let Dt=0,an=!1,Vo=(d,p,h)=>{try{d.pause(),typeof d.totalTime=="function"?d.totalTime(p,!1):d.seek(p,!1)}catch(S){_(h,S)}},$o=d=>{let p=window.__timelines??{},h=L()?.getAttribute("data-composition-id")??null;for(let[S,y]of Object.entries(p)){if(!y||S===h)continue;let D=document.querySelector(`[data-composition-id="${CSS.escape(S)}"]`);if(!D)continue;let te=C(D,0);if(!Number.isFinite(te))continue;let j=g(D,{includeAuthoredTimingAttrs:!0}),ne=M(y),xe=j!=null&&j>0?j:ne,Be=Math.max(0,xe!=null&&xe>0?Math.min(xe,d-te):d-te);Vo(y,Be,"runtime.init.transport.childTimeline")}},Go=d=>{let p=window.__timelines??{};for(let h of Object.values(p))if(!(!h||h===d))try{h.play()}catch(S){_("runtime.init.activateSiblings",S)}},je=(d,p)=>{let h=t.capturedTimeline;if(h){p?.activateChildren&&Go(h);try{typeof h.totalTime=="function"?h.totalTime(d,!1):h.seek(d,!1)}catch(S){_("runtime.init.transport.seek",S)}}else $o(d);for(let S of t.deterministicAdapters)try{S.seek({time:d})}catch(y){_("runtime.init.transport.adapter",y)}},ai=()=>{if(!(t.tornDown||an)){an=!0;try{if(t.transportRafId=window.requestAnimationFrame(ai),Dt+=1,Dt%60===0&&!(B.isPlaying()&&t.capturedTimeline!=null&&B.now()<m)){let h=t.capturedTimeline;if(K()){t.capturedTimeline&&!de._timeline&&(de._timeline=t.capturedTimeline),t.capturedTimeline&&t.capturedTimeline!==h&&t.capturedTimeline.pause();let S=q(t.capturedTimeline,0);S>0&&B.setDuration(S),Ee()}}if(Dt%20===0&&Ee(),Dt%30===0&&Te(),t.capturedTimeline){let p=q(t.capturedTimeline,0);p>0&&B.setDuration(p)}if(B.isPlaying()&&!t.mediaOutputMuted)if(pe.isActive()&&pe.context){let p=pe.getTime();p>=0&&B.attachAudioSource({currentTimeSeconds:p})}else{let p=document.querySelectorAll("audio[data-start]"),h=!1;for(let S of p){if(!(S instanceof HTMLMediaElement)||!S.isConnected)continue;let y=Number.parseFloat(S.dataset.start??""),D=Number.parseFloat(S.dataset.duration??""),te=Number.isFinite(D)&&D>0?y+D:1/0,j=Number.parseFloat(S.dataset.playbackStart??S.dataset.mediaStart??"0")||0;if(Number.isFinite(y)&&t.currentTime>=y&&t.currentTime<te){S.paused?!S.error&&S.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&(B.attachAudioSource({currentTimeSeconds:t.currentTime}),h=!0):(B.attachAudioSource({el:S,compositionStart:y,mediaStart:j}),h=!0);break}}!h&&B.hasAudioSource()&&B.detachAudioSource()}else B.hasAudioSource()&&B.detachAudioSource();let d=B.now();if(t.currentTime=d,je(d),B.isPlaying()&&B.reachedEnd()){pe.stopAll(),B.detachAudioSource(),B.pause(),t.isPlaying=!1;let p=B.getDuration();Number.isFinite(p)&&(B.seek(p),t.currentTime=p,je(p)),De("pause"),ce(),Se(!0);return}B.isPlaying()&&ce(),Se(!1)}finally{an=!1}}},li=d=>{let p=document.querySelectorAll("video, audio");for(let h of p){if(!(h instanceof HTMLMediaElement)||!h.isConnected)continue;let S=Number.parseFloat(h.dataset.start??"");if(!Number.isFinite(S))continue;let y=Number.parseFloat(h.dataset.duration??""),D=Number.isFinite(y)&&y>0?S+y:1/0;if(d<S||d>=D)continue;let te=Number.parseFloat(h.dataset.playbackStart??h.dataset.mediaStart??"0")||0,j=d-S+te;if(j>=0)try{h.currentTime=j}catch{}}};if(de.play=()=>{let d=t.capturedTimeline;if(B.isPlaying())return;let p=q(d,0);if(p>0)B.setDuration(p),B.reachedEnd()&&(B.seek(0),t.currentTime=0,je(0));else{let h=L(),S=Number(h?.getAttribute("data-duration")??0);S>0&&B.setDuration(S)}if(d&&d.pause(),!!B.play()){if(t.isPlaying=!0,t.mediaForceSyncNextTick=!0,li(B.now()),si){let h=pe.startGeneration(),S=document.querySelectorAll("audio[data-start]");for(let y of S){if(!(y instanceof HTMLMediaElement)||!y.isConnected)continue;let D=Number.parseFloat(y.dataset.start??"");if(!Number.isFinite(D))continue;let te=Number.parseFloat(y.dataset.playbackStart??y.dataset.mediaStart??"0")||0,j=Number.parseFloat(y.dataset.volume??""),ne=Number.isFinite(j)?j:1;pe.decodeAudioElement(y).then(xe=>{!xe||!B.isPlaying()||pe.schedulePlayback(y,xe,D,te,B.now(),ne*t.bridgeVolume,h,t.playbackRate)})}}De("play"),ce(),Se(!0)}},de.pause=()=>{if(!B.isPlaying())return;pe.stopAll(),B.detachAudioSource(),B.pause(),t.isPlaying=!1,t.currentTime=B.now(),t.mediaForceSyncNextTick=!0,li(t.currentTime);let d=t.capturedTimeline;d&&d.pause(),De("pause"),ce(),Se(!0)},de.seek=d=>{let p=Ye(Math.max(0,Number(d)||0),t.canonicalFps);pe.stopAll(),B.detachAudioSource(),B.isPlaying()&&B.pause(),B.seek(p),t.currentTime=B.now(),t.isPlaying=!1,t.mediaForceSyncNextTick=!0;let S=t.capturedTimeline;S&&S.pause(),je(t.currentTime),De("pause"),ce(),Se(!0)},de.renderSeek=d=>{let p=Ye(Math.max(0,Number(d)||0),t.canonicalFps);B.isPlaying()&&B.pause(),B.seek(p),t.currentTime=B.now(),t.isPlaying=!1,t.mediaForceSyncNextTick=!0,je(t.currentTime,{activateChildren:!0}),ce(),Se(!0)},de.getTime=()=>B.now(),de.getDuration=()=>{let d=B.getDuration();return Number.isFinite(d)?d:0},de.isPlaying=()=>B.isPlaying(),de.setPlaybackRate=d=>{sn(d),B.setRate(t.playbackRate),pe.setRate(t.playbackRate)},t.capturedTimeline){let d=q(t.capturedTimeline,0);d>0&&B.setDuration(d),t.capturedTimeline.pause()}let ui=window.__player;if(ui){let d=["play","pause","seek","renderSeek","getTime","getDuration","isPlaying"];for(let p of d)Object.defineProperty(ui,p,{get:()=>de[p],set:h=>{de[p]=h},configurable:!0})}t.transportRafId=window.requestAnimationFrame(ai),Ee(),Se(!0);let ln=()=>{if(!t.tornDown){t.tornDown=!0,t.transportRafId!=null&&(window.cancelAnimationFrame(t.transportRafId),t.transportRafId=null),t.transportClock=null,pe.destroy(),Z!=null&&(window.clearTimeout(Z),Z=null),o!=null&&(window.cancelAnimationFrame(o),o=null),$(),t.controlBridgeHandler&&(window.removeEventListener("message",t.controlBridgeHandler),t.controlBridgeHandler=null),e&&(window.removeEventListener("error",e),e=null),n&&(window.removeEventListener("unhandledrejection",n),n=null),t.beforeUnloadHandler&&(window.removeEventListener("beforeunload",t.beforeUnloadHandler),t.beforeUnloadHandler=null),Rt.disablePickMode();for(let d of t.deterministicAdapters)if(!(!d||typeof d.revert!="function"))try{d.revert()}catch(p){_("runtime.init.site12",p)}t.deterministicAdapters=[];for(let d of i.splice(0))try{d()}catch(p){_("runtime.init.site13",p)}for(let d of t.injectedCompStyles)try{d.remove()}catch(p){_("runtime.init.site14",p)}t.injectedCompStyles=[];for(let d of t.injectedCompScripts)try{d.remove()}catch(p){_("runtime.init.site15",p)}t.injectedCompScripts=[],t.capturedTimeline=null,window.__hfRuntimeTeardown===ln&&(window.__hfRuntimeTeardown=null)}};window.__hfRuntimeTeardown=ln,t.beforeUnloadHandler=ln,window.addEventListener("beforeunload",t.beforeUnloadHandler)}var So=["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"],Zn=[[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 ml(t){if(t<=255)return So[t];let e=0,n=Zn.length-1;for(;e<=n;){let i=e+n>>1,r=Zn[i];if(t<r[0]){n=i-1;continue}if(t>r[1]){e=i+1;continue}return r[2]}return"L"}function pl(t){let e=t.length;if(e===0)return null;let n=new Array(e),i=!1;for(let u=0;u<e;){let c=t.charCodeAt(u),m=c,f=1;if(c>=55296&&c<=56319&&u+1<e){let w=t.charCodeAt(u+1);w>=56320&&w<=57343&&(m=(c-55296<<10)+(w-56320)+65536,f=2)}let x=ml(m);(x==="R"||x==="AL"||x==="AN")&&(i=!0);for(let w=0;w<f;w++)n[u+w]=x;u+=f}if(!i)return null;let r=0;for(let u=0;u<e;u++){let c=n[u];if(c==="L"){r=0;break}if(c==="R"||c==="AL"){r=1;break}}let o=new Int8Array(e);for(let u=0;u<e;u++)o[u]=r;let s=r&1?"R":"L",l=s,a=l;for(let u=0;u<e;u++)n[u]==="NSM"?n[u]=a:a=n[u];a=l;for(let u=0;u<e;u++){let c=n[u];c==="EN"?n[u]=a==="AL"?"AN":"EN":(c==="R"||c==="L"||c==="AL")&&(a=c)}for(let u=0;u<e;u++)n[u]==="AL"&&(n[u]="R");for(let u=1;u<e-1;u++)n[u]==="ES"&&n[u-1]==="EN"&&n[u+1]==="EN"&&(n[u]="EN"),n[u]==="CS"&&(n[u-1]==="EN"||n[u-1]==="AN")&&n[u+1]===n[u-1]&&(n[u]=n[u-1]);for(let u=0;u<e;u++){if(n[u]!=="EN")continue;let c;for(c=u-1;c>=0&&n[c]==="ET";c--)n[c]="EN";for(c=u+1;c<e&&n[c]==="ET";c++)n[c]="EN"}for(let u=0;u<e;u++){let c=n[u];(c==="WS"||c==="ES"||c==="ET"||c==="CS")&&(n[u]="ON")}a=l;for(let u=0;u<e;u++){let c=n[u];c==="EN"?n[u]=a==="L"?"L":"EN":(c==="R"||c==="L")&&(a=c)}for(let u=0;u<e;u++){if(n[u]!=="ON")continue;let c=u+1;for(;c<e&&n[c]==="ON";)c++;let m=u>0?n[u-1]:l,f=c<e?n[c]:l,x=m!=="L"?"R":"L";if(x===(f!=="L"?"R":"L"))for(let E=u;E<c;E++)n[E]=x;u=c-1}for(let u=0;u<e;u++)n[u]==="ON"&&(n[u]=s);for(let u=0;u<e;u++){let c=n[u];(o[u]&1)===0?c==="R"?o[u]++:(c==="AN"||c==="EN")&&(o[u]+=2):(c==="L"||c==="AN"||c==="EN")&&o[u]++}return o}function bo(t,e){let n=pl(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 hl=/[ \\t\\n\\r\\f]+/g,xl=/[\\t\\n\\r\\f]| {2,}|^ | $/;function gl(t){let e=t??"normal";return e==="pre-wrap"?{mode:e,preserveOrdinarySpaces:!0,preserveHardBreaks:!0}:{mode:e,preserveOrdinarySpaces:!1,preserveHardBreaks:!1}}function yl(t){if(!xl.test(t))return t;let e=t.replace(hl," ");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 Sl(t){return/[\\r\\f]/.test(t)?t.replace(/\\r\\n/g,`\n`).replace(/[\\r\\f]/g,`\n`):t.replace(/\\r\\n/g,`\n`)}var Xn=null,bl;function Al(){return Xn===null&&(Xn=new Intl.Segmenter(bl,{granularity:"word"})),Xn}var El=/\\p{Script=Arabic}/u,en=/\\p{M}/u,To=/\\p{Nd}/u;function Ao(t){return El.test(t)}function Eo(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 Re(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(Eo(r))return!0;e++;continue}}if(Eo(n))return!0}}return!1}function Fl(t){let e=rn(t);return e!==null&&(nn.has(e)||Ue.has(e))}var wl=new Set(["\\xA0","\\u202F","\\u2060","\\uFEFF"]);function Nl(t){return Re(t)}function Cl(t){let e=rn(t);return e!==null&&wl.has(e)}function tn(t){return!Fl(t)&&!Cl(t)}var nn=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"]),ti=new Set(["\'","\\u2019"]),Ue=new Set([".",",","!","?",":",";","\\u060C","\\u061B","\\u061F","\\u0964","\\u0965","\\u104A","\\u104B","\\u104C","\\u104D","\\u104F",")","]","}","%",\'"\',"\\u201D","\\u2019","\\xBB","\\u203A","\\u2026"]),Ml=new Set([":",".","\\u060C","\\u061B"]),Tl=new Set(["\\u104F"]),kl=new Set(["\\u201D","\\u2019","\\xBB","\\u203A","\\u300D","\\u300F","\\u3011","\\u300B","\\u3009","\\u3015","\\uFF09"]);function _l(t){if(ni(t))return!0;let e=!1;for(let n of t){if(Ue.has(n)){e=!0;continue}if(!(e&&en.test(n)))return!1}return e}function vl(t){for(let e of t)if(!nn.has(e)&&!Ue.has(e))return!1;return t.length>0}function Rl(t){if(ni(t))return!0;for(let e of t)if(!vt.has(e)&&!ti.has(e)&&!en.test(e))return!1;return t.length>0}function ni(t){let e=!1;for(let n of t)if(!(n==="\\\\"||en.test(n))){if(vt.has(n)||Ue.has(n)||ti.has(n)){e=!0;continue}return!1}return e}function ko(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 rn(t){if(t.length===0)return null;let e=ko(t,t.length);return t.slice(e)}function Dl(t){let e=Array.from(t),n=e.length;for(;n>0;){let i=e[n-1];if(en.test(i)){n--;continue}if(vt.has(i)||ti.has(i)){n--;continue}break}return n<=0||n===e.length?null:{head:e.slice(0,n).join(""),tail:e.slice(n).join("")}}function Ll(t,e,n){return n==="text"&&!e&&t.length===1&&t!=="-"&&t!=="\\u2014"?t:null}function Fo(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 l=r.repeat(s);return t[i]=l,l}function wo(t,e){return t&&e!==null&&Ml.has(e)}function Bl(t){let e=rn(t);return e!==null&&Tl.has(e)}function Il(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 on(t){let e=t.length;for(;e>0;){let n=ko(t,e),i=t.slice(n,e);if(kl.has(i))return!0;if(!Ue.has(i))return!1;e=n}return!1}function Ol(t,e){if(e.preserveOrdinarySpaces||e.preserveHardBreaks){if(t===" ")return"preserved-space";if(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 Pl=/[\\x20\\t\\n\\xA0\\xAD\\u200B\\u202F\\u2060\\uFEFF]/;function ke(t){return t.length===1?t[0]:t.join("")}function Wl(t,e){let n=[];for(let i=t.length-1;i>=0;i--)n.push(t[i]);return n.push(e),ke(n)}function Hl(t,e,n,i){if(!Pl.test(t))return[{text:t,isWordLike:e,kind:"text",start:n}];let r=[],o=null,s=[],l=n,a=!1,u=0;for(let c of t){let m=Ol(c,i),f=m==="text"&&e;if(o!==null&&m===o&&f===a){s.push(c),u+=c.length;continue}o!==null&&r.push({text:ke(s),isWordLike:a,kind:o,start:l}),o=m,s=[c],l=n+u,a=f,u+=c.length}return o!==null&&r.push({text:ke(s),isWordLike:a,kind:o,start:l}),r}function ei(t){return t==="space"||t==="preserved-space"||t==="zero-width-break"||t==="hard-break"}var ql=/^[A-Za-z][A-Za-z0-9+.-]*:$/;function Ul(t,e){let n=t.texts[e];return n.startsWith("www.")?!0:ql.test(n)&&e+1<t.len&&t.kinds[e+1]==="text"&&t.texts[e+1]==="//"}function zl(t){return t.includes("?")&&(t.includes("://")||t.startsWith("www."))}function jl(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"||!Ul(t,s))continue;let l=[e[s]],a=s+1;for(;a<t.len&&!ei(i[a]);){l.push(e[a]),n[s]=!0;let u=e[a].includes("?");if(i[a]="text",e[a]="",a++,u)break}e[s]=ke(l)}let o=0;for(let s=0;s<e.length;s++){let l=e[s];l.length!==0&&(o!==s&&(e[o]=l,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 Vl(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]),!zl(s))continue;let l=o+1;if(l>=t.len||ei(t.kinds[l]))continue;let a=[],u=t.starts[l],c=l;for(;c<t.len&&!ei(t.kinds[c]);)a.push(t.texts[c]),c++;a.length>0&&(e.push(ke(a)),n.push(!0),i.push("text"),r.push(u),o=c-1)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}var $l=new Set([":","-","/","\\xD7",",",".","+","\\u2013","\\u2014"]),No=/^[A-Za-z0-9_]+[,:;]*$/,Co=/[,:;]+$/;function _o(t){for(let e of t)if(To.test(e))return!0;return!1}function _t(t){if(t.length===0)return!1;for(let e of t)if(!(To.test(e)||$l.has(e)))return!1;return!0}function Gl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o],l=t.kinds[o];if(l==="text"&&_t(s)&&_o(s)){let a=[s],u=o+1;for(;u<t.len&&t.kinds[u]==="text"&&_t(t.texts[u]);)a.push(t.texts[u]),u++;e.push(ke(a)),n.push(!0),i.push("text"),r.push(t.starts[o]),o=u-1;continue}e.push(s),n.push(t.isWordLike[o]),i.push(l),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Jl(t){let e=[],n=[],i=[],r=[];for(let o=0;o<t.len;o++){let s=t.texts[o],l=t.kinds[o],a=t.isWordLike[o];if(l==="text"&&a&&No.test(s)){let u=[s],c=Co.test(s),m=o+1;for(;c&&m<t.len&&t.kinds[m]==="text"&&t.isWordLike[m]&&No.test(t.texts[m]);){let f=t.texts[m];u.push(f),c=Co.test(f),m++}e.push(ke(u)),n.push(!0),i.push("text"),r.push(t.starts[o]),o=m-1;continue}e.push(s),n.push(a),i.push(l),r.push(t.starts[o])}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Kl(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 l=s.split("-"),a=l.length>1;for(let u=0;u<l.length;u++){let c=l[u];if(!a)break;(c.length===0||!_o(c)||!_t(c))&&(a=!1)}if(a){let u=0;for(let c=0;c<l.length;c++){let m=l[c],f=c<l.length-1?`${m}-`:m;e.push(f),n.push(!0),i.push("text"),r.push(t.starts[o]+u),u+=f.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 Ql(t){let e=[],n=[],i=[],r=[],o=0;for(;o<t.len;){let s=[t.texts[o]],l=t.isWordLike[o],a=t.kinds[o],u=t.starts[o];if(a==="glue"){let c=[s[0]],m=u;for(o++;o<t.len&&t.kinds[o]==="glue";)c.push(t.texts[o]),o++;let f=ke(c);if(o<t.len&&t.kinds[o]==="text")s[0]=f,s.push(t.texts[o]),l=t.isWordLike[o],a="text",u=m,o++;else{e.push(f),n.push(!1),i.push("glue"),r.push(m);continue}}else o++;if(a==="text")for(;o<t.len&&t.kinds[o]==="glue";){let c=[];for(;o<t.len&&t.kinds[o]==="glue";)c.push(t.texts[o]),o++;let m=ke(c);if(o<t.len&&t.kinds[o]==="text"){s.push(m,t.texts[o]),l=l||t.isWordLike[o],o++;continue}s.push(m)}e.push(ke(s)),n.push(l),i.push(a),r.push(u)}return{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function Yl(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"||!Re(e[o])||!Re(e[o+1]))continue;let s=Dl(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 Mo(t,e,n){let i=Al(),r=0,o=[],s=[],l=[],a=[],u=[],c=[],m=[],f=[],x=[],w=[],E=[],b=[];for(let C of i.segment(t))for(let g of Hl(C.segment,C.isWordLike??!1,C.index,n)){let le=function(){c[R]!==null&&(s[R]=[Fo(o,c,m,R)],c[R]=null),s[R].push(g.text),l[R]=l[R]||g.isWordLike,f[R]=f[R]||F,x[R]=x[R]||M,w[R]=Y,E[R]=G,b[R]=wo(x[R],k)},A=g.kind==="text",N=Ll(g.text,g.isWordLike,g.kind),F=Re(g.text),M=Ao(g.text),k=rn(g.text),Y=on(g.text),G=Bl(g.text),R=r-1;e.carryCJKAfterClosingQuote&&A&&r>0&&a[R]==="text"&&F&&f[R]&&w[R]||A&&r>0&&a[R]==="text"&&vl(g.text)&&f[R]||A&&r>0&&a[R]==="text"&&E[R]?le():A&&r>0&&a[R]==="text"&&g.isWordLike&&M&&b[R]?(le(),l[R]=!0):N!==null&&r>0&&a[R]==="text"&&c[R]===N?m[R]=(m[R]??1)+1:A&&!g.isWordLike&&r>0&&a[R]==="text"&&(_l(g.text)||g.text==="-"&&l[R])?le():(o[r]=g.text,s[r]=[g.text],l[r]=g.isWordLike,a[r]=g.kind,u[r]=g.start,c[r]=N,m[r]=N===null?0:1,f[r]=F,x[r]=M,w[r]=Y,E[r]=G,b[r]=wo(M,k),r++)}for(let C=0;C<r;C++){if(c[C]!==null){o[C]=Fo(o,c,m,C);continue}o[C]=ke(s[C])}for(let C=1;C<r;C++)a[C]==="text"&&!l[C]&&ni(o[C])&&a[C-1]==="text"&&(o[C-1]+=o[C],l[C-1]=l[C-1]||l[C],o[C]="");let I=Array.from({length:r},()=>null),L=-1;for(let C=r-1;C>=0;C--){let g=o[C];if(g.length!==0){if(a[C]==="text"&&!l[C]&&Rl(g)&&L>=0&&a[L]==="text"){let A=I[L]??[];A.push(g),I[L]=A,u[L]=u[C],o[C]="";continue}L=C}}for(let C=0;C<r;C++){let g=I[C];g!=null&&(o[C]=Wl(g,o[C]))}let v=0;for(let C=0;C<r;C++){let g=o[C];g.length!==0&&(v!==C&&(o[v]=g,l[v]=l[C],a[v]=a[C],u[v]=u[C]),v++)}o.length=v,l.length=v,a.length=v,u.length=v;let ee=Ql({len:v,texts:o,isWordLike:l,kinds:a,starts:u}),H=Yl(Jl(Kl(Gl(Vl(jl(ee))))));for(let C=0;C<H.len-1;C++){let g=Il(H.texts[C]);g!==null&&(H.kinds[C]!=="space"&&H.kinds[C]!=="preserved-space"||H.kinds[C+1]!=="text"||!Ao(H.texts[C+1])||(H.texts[C]=g.space,H.isWordLike[C]=!1,H.kinds[C]=H.kinds[C]==="preserved-space"?"preserved-space":"space",H.texts[C+1]=g.marks+H.texts[C+1],H.starts[C+1]=H.starts[C]+g.space.length))}return H}function Zl(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 Xl(t){if(t.len<=1)return t;let e=[],n=[],i=[],r=[],o=null,s=!1,l=0,a=!1,u=!1;function c(){o!==null&&(e.push(ke(o)),n.push(s),i.push("text"),r.push(l),o=null)}for(let m=0;m<t.len;m++){let f=t.texts[m],x=t.kinds[m],w=t.isWordLike[m],E=t.starts[m];if(x==="text"){let b=Nl(f),I=tn(f);if(o!==null&&a&&u){o.push(f),s=s||w,a=a||b,u=I;continue}c(),o=[f],s=w,l=E,a=b,u=I;continue}c(),e.push(f),n.push(w),i.push(x),r.push(E)}return c(),{len:e.length,texts:e,isWordLike:n,kinds:i,starts:r}}function vo(t,e,n="normal",i="normal"){let r=gl(n),o=r.mode==="pre-wrap"?Sl(t):yl(t);if(o.length===0)return{normalized:o,chunks:[],len:0,texts:[],isWordLike:[],kinds:[],starts:[]};let s=i==="keep-all"?Xl(Mo(o,e,r)):Mo(o,e,r);return{normalized:o,chunks:Zl(s,r),...s}}var it=null,Ro=new Map,rt=null,eu=96,tu=/\\p{Emoji_Presentation}/u,nu=/[\\p{Emoji_Presentation}\\p{Extended_Pictographic}\\p{Regional_Indicator}\\uFE0F\\u20E3]/u,ii=null,Do=new Map;function ri(){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 iu(t){let e=Ro.get(t);return e||(e=new Map,Ro.set(t,e)),e}function Oe(t,e){let n=e.get(t);return n===void 0&&(n={width:ri().measureText(t).width,containsCJK:Re(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 ru(t){let e=t.match(/(\\d+(?:\\.\\d+)?)\\s*px/);return e?parseFloat(e[1]):16}function Lo(){return ii===null&&(ii=new Intl.Segmenter(void 0,{granularity:"grapheme"})),ii}function ou(t){return tu.test(t)||t.includes("\\uFE0F")}function Bo(t){return nu.test(t)}function su(t,e){let n=Do.get(t);if(n!==void 0)return n;let i=ri();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 Do.set(t,n),n}function au(t){let e=0,n=Lo();for(let i of n.segment(t))ou(i.segment)&&e++;return e}function lu(t,e){return e.emojiCount===void 0&&(e.emojiCount=au(t)),e.emojiCount}function ze(t,e,n){return n===0?e.width:e.width-lu(t,e)*n}function Io(t,e,n,i,r){if(e.breakableFitAdvances!==void 0)return e.breakableFitAdvances;let o=Lo(),s=[];for(let c of o.segment(t))s.push(c.segment);if(s.length<=1)return e.breakableFitAdvances=null,e.breakableFitAdvances;if(r==="sum-graphemes"){let c=[];for(let m of s){let f=Oe(m,n);c.push(ze(m,f,i))}return e.breakableFitAdvances=c,e.breakableFitAdvances}if(r==="pair-context"||s.length>eu){let c=[],m=null,f=0;for(let x of s){let w=Oe(x,n),E=ze(x,w,i);if(m===null)c.push(E);else{let b=m+x,I=Oe(b,n);c.push(ze(b,I,i)-f)}m=x,f=E}return e.breakableFitAdvances=c,e.breakableFitAdvances}let l=[],a="",u=0;for(let c of s){a+=c;let m=Oe(a,n),f=ze(a,m,i);l.push(f-u),u=f}return e.breakableFitAdvances=l,e.breakableFitAdvances}function Oo(t,e){let n=ri();n.font=t;let i=iu(t),r=ru(t),o=e?su(t,r):0;return{cache:i,fontSize:r,emojiCorrection:o}}function uu(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 cu(t,e){if(e<=0)return 0;let n=t%e;return Math.abs(n)<=1e-6?e:e-n}function du(t,e,n,i,r){let o=0,s=e;for(;o<t.length;){let l=s+t[o];if((o+1<t.length?l+r:l)>n+i)break;s=l,o++}return{fitCount:o,fittedWidth:s}}function Po(t,e){return t.simpleLineWalkFastPath?Wo(t,e):Ho(t,e)}function Wo(t,e,n){let{widths:i,kinds:r,breakableFitAdvances:o}=t;if(i.length===0)return 0;let l=ot().lineFitEpsilon,a=e+l,u=0,c=0,m=!1,f=0,x=0,w=0,E=0,b=-1,I=0;function L(){b=-1,I=0}function v(N=w,F=E,M=c){u++,n?.({startSegmentIndex:f,startGraphemeIndex:x,endSegmentIndex:N,endGraphemeIndex:F,width:M}),c=0,m=!1,L()}function ee(N,F){m=!0,f=N,x=0,w=N+1,E=0,c=F}function H(N,F,M){m=!0,f=N,x=F,w=N,E=F+1,c=M}function C(N,F){if(!m){ee(N,F);return}c+=F,w=N+1,E=0}function g(N,F){let M=o[N];for(let k=F;k<M.length;k++){let Y=M[k];m?c+Y>a?(v(),H(N,k,Y)):(c+=Y,w=N,E=k+1):H(N,k,Y)}m&&w===N&&E===M.length&&(w=N+1,E=0)}let A=0;for(;A<i.length&&!(!m&&(A=uu(t,A),A>=i.length));){let N=i[A],F=r[A],M=F==="space"||F==="preserved-space"||F==="tab"||F==="zero-width-break"||F==="soft-hyphen";if(!m){N>e&&o[A]!==null?g(A,0):ee(A,N),M&&(b=A+1,I=c-N),A++;continue}if(c+N>a){if(M){C(A,N),v(A+1,0,c-N),A++;continue}if(b>=0){if(w>b||w===b&&E>0){v();continue}v(b,0,I);continue}if(N>e&&o[A]!==null){v(),g(A,0),A++;continue}v();continue}C(A,N),M&&(b=A+1,I=c-N),A++}return m&&v(),u}function Ho(t,e,n){if(t.simpleLineWalkFastPath)return Wo(t,e,n);let{widths:i,lineEndFitAdvances:r,lineEndPaintAdvances:o,kinds:s,breakableFitAdvances:l,discretionaryHyphenWidth:a,tabStopAdvance:u,chunks:c}=t;if(i.length===0||c.length===0)return 0;let m=ot(),f=m.lineFitEpsilon,x=e+f,w=0,E=0,b=!1,I=0,L=0,v=0,ee=0,H=-1,C=0,g=0,A=null;function N(){H=-1,C=0,g=0,A=null}function F(q=v,J=ee,P=E){w++,n?.({startSegmentIndex:I,startGraphemeIndex:L,endSegmentIndex:q,endGraphemeIndex:J,width:P}),E=0,b=!1,N()}function M(q,J){b=!0,I=q,L=0,v=q+1,ee=0,E=J}function k(q,J,P){b=!0,I=q,L=J,v=q,ee=J+1,E=P}function Y(q,J){if(!b){M(q,J);return}E+=J,v=q+1,ee=0}function G(q,J,P,K){if(!J)return;let Me=q==="tab"?0:r[P],Ne=q==="tab"?K:o[P];H=P+1,C=E-K+Me,g=E-K+Ne,A=q}function R(q,J){let P=l[q];for(let K=J;K<P.length;K++){let Me=P[K];b?E+Me>x?(F(),k(q,K,Me)):(E+=Me,v=q,ee=K+1):k(q,K,Me)}b&&v===q&&ee===P.length&&(v=q+1,ee=0)}function le(q){if(A!=="soft-hyphen")return!1;let J=l[q];if(J==null)return!1;let{fitCount:P,fittedWidth:K}=du(J,E,e,f,a);return P===0?!1:(E=K,v=q,ee=P,N(),P===J.length?(v=q+1,ee=0,!0):(F(q,P,K+a),R(q,P),!0))}function Ae(q){w++,n?.({startSegmentIndex:q.startSegmentIndex,startGraphemeIndex:0,endSegmentIndex:q.consumedEndSegmentIndex,endGraphemeIndex:0,width:0}),N()}for(let q=0;q<c.length;q++){let J=c[q];if(J.startSegmentIndex===J.endSegmentIndex){Ae(J);continue}b=!1,E=0,I=J.startSegmentIndex,L=0,v=J.startSegmentIndex,ee=0,N();let P=J.startSegmentIndex;for(;P<J.endSegmentIndex;){let K=s[P],Me=K==="space"||K==="preserved-space"||K==="tab"||K==="zero-width-break"||K==="soft-hyphen",Ne=K==="tab"?cu(E,u):i[P];if(K==="soft-hyphen"){b&&(v=P+1,ee=0,H=P+1,C=E+a,g=E+a,A=K),P++;continue}if(!b){Ne>e&&l[P]!==null?R(P,0):M(P,Ne),G(K,Me,P,Ne),P++;continue}if(E+Ne>x){let T=E+(K==="tab"?0:r[P]),O=E+(K==="tab"?Ne:o[P]);if(A==="soft-hyphen"&&m.preferEarlySoftHyphenBreak&&C<=x){F(H,0,g);continue}if(A==="soft-hyphen"&&le(P)){P++;continue}if(Me&&T<=x){Y(P,Ne),F(P+1,0,O),P++;continue}if(H>=0&&C<=x){if(v>H||v===H&&ee>0){F();continue}let Z=H;F(Z,0,g),P=Z;continue}if(Ne>e&&l[P]!==null){F(),R(P,0),P++;continue}F();continue}Y(P,Ne),G(K,Me,P,Ne),P++}if(b){let K=H===J.consumedEndSegmentIndex?g:E;F(J.consumedEndSegmentIndex,0,K)}}return w}var oi=null;function fu(){return oi===null&&(oi=new Intl.Segmenter(void 0,{granularity:"grapheme"})),oi}function mu(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 pu(t,e){let n=[],i=[],r=0,o=!1,s=!1,l=!1;function a(){i.length!==0&&(n.push({text:i.length===1?i[0]:i.join(""),start:r}),i=[],o=!1,s=!1,l=!1)}function u(m,f,x){i=[m],r=f,o=x,s=on(m),l=vt.has(m)}function c(m,f){i.push(m),o=o||f;let x=on(m);m.length===1&&Ue.has(m)?s=s||x:s=x,l=!1}for(let m of fu().segment(t)){let f=m.segment,x=Re(f);if(i.length===0){u(f,m.index,x);continue}if(l||nn.has(f)||Ue.has(f)||e.carryCJKAfterClosingQuote&&x&&s){c(f,x);continue}if(!o&&!x){c(f,x);continue}a(),u(f,m.index,x)}return a(),n}function hu(t){if(t.length<=1)return t;let e=[],n=[t[0].text],i=t[0].start,r=Re(t[0].text),o=tn(t[0].text);function s(){e.push({text:n.length===1?n[0]:n.join(""),start:i})}for(let l=1;l<t.length;l++){let a=t[l],u=Re(a.text),c=tn(a.text);if(r&&o){n.push(a.text),r=r||u,o=c;continue}s(),n=[a.text],i=a.start,r=u,o=c}return s(),e}function xu(t,e,n,i){let r=ot(),{cache:o,emojiCorrection:s}=Oo(e,Bo(t.normalized)),l=ze("-",Oe("-",o),s),u=ze(" ",Oe(" ",o),s)*8;if(t.len===0)return mu(n);let c=[],m=[],f=[],x=[],w=t.chunks.length<=1,E=n?[]:null,b=[],I=n?[]:null,L=Array.from({length:t.len});function v(g,A,N,F,M,k,Y){M!=="text"&&M!=="space"&&M!=="zero-width-break"&&(w=!1),c.push(A),m.push(N),f.push(F),x.push(M),E?.push(k),b.push(Y),I!==null&&I.push(g)}function ee(g,A,N,F,M){let k=Oe(g,o),Y=ze(g,k,s),G=A==="space"||A==="preserved-space"||A==="zero-width-break"?0:Y,R=A==="space"||A==="zero-width-break"?0:Y;if(M&&F&&g.length>1){let le="sum-graphemes";_t(g)?le="pair-context":r.preferPrefixWidthsForBreakableRuns&&(le="segment-prefixes");let Ae=Io(g,k,o,s,le);v(g,Y,G,R,A,N,Ae);return}v(g,Y,G,R,A,N,null)}for(let g=0;g<t.len;g++){L[g]=c.length;let A=t.texts[g],N=t.isWordLike[g],F=t.kinds[g],M=t.starts[g];if(F==="soft-hyphen"){v(A,0,l,l,F,M,null);continue}if(F==="hard-break"){v(A,0,0,0,F,M,null);continue}if(F==="tab"){v(A,0,0,0,F,M,null);continue}let k=Oe(A,o);if(F==="text"&&k.containsCJK){let Y=pu(A,r),G=i==="keep-all"?hu(Y):Y;for(let R=0;R<G.length;R++){let le=G[R];ee(le.text,"text",M+le.start,N,i==="keep-all"||!Re(le.text))}continue}ee(A,F,M,N,!0)}let H=gu(t.chunks,L,c.length),C=E===null?null:bo(t.normalized,E);return I!==null?{widths:c,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:x,simpleLineWalkFastPath:w,segLevels:C,breakableFitAdvances:b,discretionaryHyphenWidth:l,tabStopAdvance:u,chunks:H,segments:I}:{widths:c,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:x,simpleLineWalkFastPath:w,segLevels:C,breakableFitAdvances:b,discretionaryHyphenWidth:l,tabStopAdvance:u,chunks:H}}function gu(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,l=o.endSegmentIndex<e.length?e[o.endSegmentIndex]:n,a=o.consumedEndSegmentIndex<e.length?e[o.consumedEndSegmentIndex]:n;i.push({startSegmentIndex:s,endSegmentIndex:l,consumedEndSegmentIndex:a})}return i}function yu(t,e,n,i){let r=i?.wordBreak??"normal",o=vo(t,ot(),i?.whiteSpace,r);return xu(o,e,n,r)}function qo(t,e,n){return yu(t,e,!1,n)}function Uo(t,e,n){let i=Po(t,e);return{lineCount:i,height:i*n}}var Su={maxWidth:1600,baseFontSize:78,minFontSize:42,fontWeight:900,fontFamily:"Outfit",step:2};function zo(t,e){let n={...Su,...e},i=1.2;for(let r=n.baseFontSize;r>=n.minFontSize;r-=n.step){let o=`${n.fontWeight} ${r}px ${n.fontFamily}`,s=qo(t,o),{lineCount:l}=Uo(s,n.maxWidth,r*i);if(l<=1)return{fontSize:r,fits:!0}}return{fontSize:n.minFontSize,fits:!1}}window.__timelines=window.__timelines||{};window.__hyperframes={fitTextFontSize:zo,getVariables:ao};function jo(){let t=window;t.__hyperframeRuntimeBootstrapped||(t.__hyperframeRuntimeBootstrapped=!0,yo())}document.readyState==="loading"?document.addEventListener("DOMContentLoaded",jo,{once:!0}):jo();})();\n';
|
|
7617
7633
|
}
|
|
7618
7634
|
});
|
|
7619
7635
|
|
|
@@ -10947,6 +10963,7 @@ __export(src_exports, {
|
|
|
10947
10963
|
compileTimingAttrs: () => compileTimingAttrs,
|
|
10948
10964
|
copyMediaVisualStyles: () => copyMediaVisualStyles,
|
|
10949
10965
|
createGSAPFrameAdapter: () => createGSAPFrameAdapter,
|
|
10966
|
+
decodeUrlPathVariants: () => decodeUrlPathVariants,
|
|
10950
10967
|
extractCompositionMetadata: () => extractCompositionMetadata,
|
|
10951
10968
|
extractResolvedMedia: () => extractResolvedMedia,
|
|
10952
10969
|
fitTextFontSize: () => fitTextFontSize,
|
|
@@ -11010,6 +11027,7 @@ var init_src = __esm({
|
|
|
11010
11027
|
init_timingCompiler();
|
|
11011
11028
|
init_hyperframeLinter();
|
|
11012
11029
|
init_rewriteSubCompPaths();
|
|
11030
|
+
init_urlPath();
|
|
11013
11031
|
init_hyperframe();
|
|
11014
11032
|
init_runtimeContract();
|
|
11015
11033
|
init_runtime_inline();
|
|
@@ -12654,7 +12672,7 @@ var init_lint = __esm({
|
|
|
12654
12672
|
|
|
12655
12673
|
// src/utils/lintProject.ts
|
|
12656
12674
|
import { existsSync as existsSync8, readFileSync as readFileSync10, readdirSync as readdirSync2 } from "fs";
|
|
12657
|
-
import { dirname as dirname4, join as join9,
|
|
12675
|
+
import { dirname as dirname4, extname as extname3, isAbsolute as isAbsolute2, join as join9, posix as posix2, relative as relative2, resolve as resolve5 } from "path";
|
|
12658
12676
|
function readHtmlAttr(tag, name) {
|
|
12659
12677
|
const escaped = name.replace(/[.*+?^${}()|[\]\\]/g, "\\$&");
|
|
12660
12678
|
const match = tag.match(new RegExp(`\\b${escaped}\\s*=\\s*(?:"([^"]*)"|'([^']*)')`, "i"));
|
|
@@ -12674,9 +12692,9 @@ function collectExternalStyles(projectDir, html, compSrcPath) {
|
|
|
12674
12692
|
const href = tag.match(/\bhref\s*=\s*["']([^"']+)["']/i)?.[1] ?? "";
|
|
12675
12693
|
if (!isLocalStylesheetHref(href)) continue;
|
|
12676
12694
|
const rootRelative = compSrcPath ? join9(dirname4(compSrcPath), href) : href;
|
|
12677
|
-
const
|
|
12678
|
-
if (!
|
|
12679
|
-
styles.push({ href, content: readFileSync10(resolved, "utf-8") });
|
|
12695
|
+
const stylesheet = resolveExistingLocalAsset(projectDir, rootRelative);
|
|
12696
|
+
if (!stylesheet) continue;
|
|
12697
|
+
styles.push({ href, content: readFileSync10(stylesheet.resolved, "utf-8") });
|
|
12680
12698
|
}
|
|
12681
12699
|
return styles;
|
|
12682
12700
|
}
|
|
@@ -12696,9 +12714,12 @@ function collectCssSources(projectDir, html, compSrcPath) {
|
|
|
12696
12714
|
const href = readHtmlAttr(tag, "href") ?? "";
|
|
12697
12715
|
if (!isLocalStylesheetHref(href)) continue;
|
|
12698
12716
|
const rootRelativePath = compSrcPath ? join9(dirname4(compSrcPath), href) : href;
|
|
12699
|
-
const
|
|
12700
|
-
if (!
|
|
12701
|
-
sources.push({
|
|
12717
|
+
const stylesheet = resolveExistingLocalAsset(projectDir, rootRelativePath);
|
|
12718
|
+
if (!stylesheet) continue;
|
|
12719
|
+
sources.push({
|
|
12720
|
+
content: readFileSync10(stylesheet.resolved, "utf-8"),
|
|
12721
|
+
rootRelativePath: stylesheet.rootRelativePath
|
|
12722
|
+
});
|
|
12702
12723
|
}
|
|
12703
12724
|
let tagMatch;
|
|
12704
12725
|
const tagPattern = new RegExp(OPEN_TAG_RE.source, OPEN_TAG_RE.flags);
|
|
@@ -12716,11 +12737,48 @@ function isRemoteOrInlineUrl(url) {
|
|
|
12716
12737
|
function cleanAssetUrl(url) {
|
|
12717
12738
|
return url.trim().split(/[?#]/, 1)[0] ?? "";
|
|
12718
12739
|
}
|
|
12719
|
-
function
|
|
12720
|
-
|
|
12721
|
-
|
|
12722
|
-
|
|
12723
|
-
|
|
12740
|
+
function isWithinProjectRoot(projectDir, candidate) {
|
|
12741
|
+
const projectRoot = resolve5(projectDir);
|
|
12742
|
+
const relativePath = relative2(projectRoot, candidate);
|
|
12743
|
+
return relativePath === "" || !relativePath.startsWith("..") && !isAbsolute2(relativePath);
|
|
12744
|
+
}
|
|
12745
|
+
function addCandidate(candidates, candidate) {
|
|
12746
|
+
if (!candidates.includes(candidate)) candidates.push(candidate);
|
|
12747
|
+
}
|
|
12748
|
+
function resolveLocalAssetCandidates(projectDir, url) {
|
|
12749
|
+
const cleanUrl = cleanAssetUrl(url);
|
|
12750
|
+
const projectRoot = resolve5(projectDir);
|
|
12751
|
+
const candidates = [];
|
|
12752
|
+
for (const variant of decodeUrlPathVariants(cleanUrl)) {
|
|
12753
|
+
const projectRelative = variant.startsWith("/") ? variant.slice(1) : variant;
|
|
12754
|
+
const resolved = resolve5(projectRoot, projectRelative);
|
|
12755
|
+
if (isWithinProjectRoot(projectRoot, resolved)) {
|
|
12756
|
+
addCandidate(candidates, resolved);
|
|
12757
|
+
continue;
|
|
12758
|
+
}
|
|
12759
|
+
const normalized = posix2.normalize(projectRelative.replace(/\\/g, "/"));
|
|
12760
|
+
const clamped = normalized.replace(/^(\.\.\/)+/, "");
|
|
12761
|
+
if (clamped && !clamped.startsWith("..")) {
|
|
12762
|
+
addCandidate(candidates, resolve5(projectRoot, clamped));
|
|
12763
|
+
}
|
|
12764
|
+
}
|
|
12765
|
+
return candidates;
|
|
12766
|
+
}
|
|
12767
|
+
function resolveExistingLocalAsset(projectDir, url) {
|
|
12768
|
+
const projectRoot = resolve5(projectDir);
|
|
12769
|
+
const resolved = resolveLocalAssetCandidates(projectRoot, url).find(existsSync8);
|
|
12770
|
+
if (!resolved) return null;
|
|
12771
|
+
return { resolved, rootRelativePath: relative2(projectRoot, resolved) };
|
|
12772
|
+
}
|
|
12773
|
+
function resolveCssAssetCandidates(projectDir, url, htmlCompSrcPath, cssRootRelativePath) {
|
|
12774
|
+
if (url.startsWith("/")) return resolveLocalAssetCandidates(projectDir, url);
|
|
12775
|
+
if (cssRootRelativePath) {
|
|
12776
|
+
return resolveLocalAssetCandidates(projectDir, join9(dirname4(cssRootRelativePath), url));
|
|
12777
|
+
}
|
|
12778
|
+
if (htmlCompSrcPath) {
|
|
12779
|
+
return resolveLocalAssetCandidates(projectDir, rewriteAssetPath(htmlCompSrcPath, url));
|
|
12780
|
+
}
|
|
12781
|
+
return resolveLocalAssetCandidates(projectDir, url);
|
|
12724
12782
|
}
|
|
12725
12783
|
function lintProject(project) {
|
|
12726
12784
|
const results = [];
|
|
@@ -12814,8 +12872,7 @@ function lintAudioSrcNotFound(projectDir, htmlSources) {
|
|
|
12814
12872
|
if (/^(https?:|data:|blob:)/i.test(src)) continue;
|
|
12815
12873
|
if (/^__[A-Z_]+__$/.test(src)) continue;
|
|
12816
12874
|
const rootRelative = compSrcPath ? rewriteAssetPath(compSrcPath, src) : src;
|
|
12817
|
-
|
|
12818
|
-
if (!existsSync8(resolved)) {
|
|
12875
|
+
if (!resolveLocalAssetCandidates(projectDir, rootRelative).some(existsSync8)) {
|
|
12819
12876
|
missingSrcs.push(src);
|
|
12820
12877
|
}
|
|
12821
12878
|
}
|
|
@@ -12842,14 +12899,14 @@ function lintTextureMaskAssetNotFound(projectDir, htmlSources) {
|
|
|
12842
12899
|
const url = cleanAssetUrl(rawUrl);
|
|
12843
12900
|
if (!url || isRemoteOrInlineUrl(url)) continue;
|
|
12844
12901
|
if (/^__[A-Z_]+__$/.test(url)) continue;
|
|
12845
|
-
const
|
|
12902
|
+
const candidates = resolveCssAssetCandidates(
|
|
12846
12903
|
projectDir,
|
|
12847
12904
|
url,
|
|
12848
12905
|
compSrcPath,
|
|
12849
12906
|
cssSource.rootRelativePath
|
|
12850
12907
|
);
|
|
12851
|
-
if (existsSync8
|
|
12852
|
-
missing.set(url,
|
|
12908
|
+
if (candidates.some(existsSync8)) continue;
|
|
12909
|
+
missing.set(url, candidates[0] ?? resolve5(projectDir, url));
|
|
12853
12910
|
}
|
|
12854
12911
|
}
|
|
12855
12912
|
}
|
|
@@ -13024,7 +13081,7 @@ async function testPortOnAllHosts(port, probe = isPortAvailableOnHost) {
|
|
|
13024
13081
|
}
|
|
13025
13082
|
return true;
|
|
13026
13083
|
}
|
|
13027
|
-
function detectHyperframesServer(port, normalizedProjectDir) {
|
|
13084
|
+
function detectHyperframesServer(port, normalizedProjectDir, expectedServerBuildSignature = null) {
|
|
13028
13085
|
return new Promise((resolveResult) => {
|
|
13029
13086
|
const req = http.get(
|
|
13030
13087
|
{
|
|
@@ -13059,6 +13116,9 @@ function detectHyperframesServer(port, normalizedProjectDir) {
|
|
|
13059
13116
|
}
|
|
13060
13117
|
const normalize = (p2) => resolve6(p2).replace(/\\/g, "/").toLowerCase();
|
|
13061
13118
|
if (normalize(json.projectDir) === normalizedProjectDir) {
|
|
13119
|
+
if (expectedServerBuildSignature !== null && json.serverBuildSignature !== expectedServerBuildSignature) {
|
|
13120
|
+
return resolveResult({ type: "mismatch", projectName: json.projectName });
|
|
13121
|
+
}
|
|
13062
13122
|
return resolveResult({ type: "match" });
|
|
13063
13123
|
}
|
|
13064
13124
|
return resolveResult({ type: "mismatch", projectName: json.projectName });
|
|
@@ -13167,7 +13227,7 @@ async function killActiveServers(startPort = 3002) {
|
|
|
13167
13227
|
}
|
|
13168
13228
|
return killed;
|
|
13169
13229
|
}
|
|
13170
|
-
async function findPortAndServe(fetch4, startPort, projectDir, forceNew) {
|
|
13230
|
+
async function findPortAndServe(fetch4, startPort, projectDir, forceNew, expectedServerBuildSignature = null) {
|
|
13171
13231
|
const { createAdaptorServer } = await import("@hono/node-server");
|
|
13172
13232
|
const normalizedDir = resolve6(projectDir).replace(/\\/g, "/").toLowerCase();
|
|
13173
13233
|
const endPort = startPort + MAX_PORT_SCAN - 1;
|
|
@@ -13199,7 +13259,11 @@ async function findPortAndServe(fetch4, startPort, projectDir, forceNew) {
|
|
|
13199
13259
|
}
|
|
13200
13260
|
}
|
|
13201
13261
|
if (!forceNew) {
|
|
13202
|
-
const detection = await detectHyperframesServer(
|
|
13262
|
+
const detection = await detectHyperframesServer(
|
|
13263
|
+
port,
|
|
13264
|
+
normalizedDir,
|
|
13265
|
+
expectedServerBuildSignature
|
|
13266
|
+
);
|
|
13203
13267
|
if (detection.type === "match") {
|
|
13204
13268
|
return { type: "already-running", port };
|
|
13205
13269
|
}
|
|
@@ -13390,11 +13454,25 @@ var init_fileWatcher = __esm({
|
|
|
13390
13454
|
});
|
|
13391
13455
|
|
|
13392
13456
|
// src/server/runtimeSource.ts
|
|
13457
|
+
import { createHash } from "crypto";
|
|
13393
13458
|
import { existsSync as existsSync9, readFileSync as readFileSync11 } from "fs";
|
|
13394
13459
|
import { resolve as resolve7, dirname as dirname5 } from "path";
|
|
13395
13460
|
async function loadRuntimeSource() {
|
|
13396
13461
|
return await buildFromSource2() ?? await getInlinedRuntime() ?? readPrebuiltArtifact();
|
|
13397
13462
|
}
|
|
13463
|
+
async function loadRuntimeSourceSignature() {
|
|
13464
|
+
const source = await loadRuntimeSource();
|
|
13465
|
+
if (!source) return null;
|
|
13466
|
+
return createHash("sha256").update(source).digest("hex");
|
|
13467
|
+
}
|
|
13468
|
+
function hashSignatureParts(parts) {
|
|
13469
|
+
const hash2 = createHash("sha256");
|
|
13470
|
+
for (const part of parts) {
|
|
13471
|
+
hash2.update(part ?? "");
|
|
13472
|
+
hash2.update("\n--hf-signature-part--\n");
|
|
13473
|
+
}
|
|
13474
|
+
return hash2.digest("hex");
|
|
13475
|
+
}
|
|
13398
13476
|
async function buildFromSource2() {
|
|
13399
13477
|
if (!existsSync9(ENTRY_TS)) return null;
|
|
13400
13478
|
try {
|
|
@@ -17171,10 +17249,10 @@ function compareDocumentPosition(nodeA, nodeB) {
|
|
|
17171
17249
|
function uniqueSort(nodes) {
|
|
17172
17250
|
nodes = nodes.filter((node, i2, arr) => !arr.includes(node, i2 + 1));
|
|
17173
17251
|
nodes.sort((a, b2) => {
|
|
17174
|
-
const
|
|
17175
|
-
if (
|
|
17252
|
+
const relative12 = compareDocumentPosition(a, b2);
|
|
17253
|
+
if (relative12 & DocumentPosition.PRECEDING) {
|
|
17176
17254
|
return -1;
|
|
17177
|
-
} else if (
|
|
17255
|
+
} else if (relative12 & DocumentPosition.FOLLOWING) {
|
|
17178
17256
|
return 1;
|
|
17179
17257
|
}
|
|
17180
17258
|
return 0;
|
|
@@ -24441,12 +24519,12 @@ var init_media_element = __esm({
|
|
|
24441
24519
|
});
|
|
24442
24520
|
|
|
24443
24521
|
// ../../node_modules/.bun/linkedom@0.18.12/node_modules/linkedom/esm/html/audio-element.js
|
|
24444
|
-
var
|
|
24522
|
+
var HTMLAudioElement2;
|
|
24445
24523
|
var init_audio_element = __esm({
|
|
24446
24524
|
"../../node_modules/.bun/linkedom@0.18.12/node_modules/linkedom/esm/html/audio-element.js"() {
|
|
24447
24525
|
"use strict";
|
|
24448
24526
|
init_element3();
|
|
24449
|
-
|
|
24527
|
+
HTMLAudioElement2 = class extends HTMLElement2 {
|
|
24450
24528
|
constructor(ownerDocument, localName = "audio") {
|
|
24451
24529
|
super(ownerDocument, localName);
|
|
24452
24530
|
}
|
|
@@ -24653,12 +24731,12 @@ var init_meter_element = __esm({
|
|
|
24653
24731
|
});
|
|
24654
24732
|
|
|
24655
24733
|
// ../../node_modules/.bun/linkedom@0.18.12/node_modules/linkedom/esm/html/video-element.js
|
|
24656
|
-
var
|
|
24734
|
+
var HTMLVideoElement2;
|
|
24657
24735
|
var init_video_element = __esm({
|
|
24658
24736
|
"../../node_modules/.bun/linkedom@0.18.12/node_modules/linkedom/esm/html/video-element.js"() {
|
|
24659
24737
|
"use strict";
|
|
24660
24738
|
init_element3();
|
|
24661
|
-
|
|
24739
|
+
HTMLVideoElement2 = class extends HTMLElement2 {
|
|
24662
24740
|
constructor(ownerDocument, localName = "video") {
|
|
24663
24741
|
super(ownerDocument, localName);
|
|
24664
24742
|
}
|
|
@@ -25570,7 +25648,7 @@ var init_html_classes = __esm({
|
|
|
25570
25648
|
HTMLInputElement,
|
|
25571
25649
|
HTMLParamElement,
|
|
25572
25650
|
HTMLMediaElement: HTMLMediaElement2,
|
|
25573
|
-
HTMLAudioElement,
|
|
25651
|
+
HTMLAudioElement: HTMLAudioElement2,
|
|
25574
25652
|
HTMLHeadingElement,
|
|
25575
25653
|
HTMLDirectoryElement,
|
|
25576
25654
|
HTMLQuoteElement,
|
|
@@ -25579,7 +25657,7 @@ var init_html_classes = __esm({
|
|
|
25579
25657
|
HTMLOptionElement,
|
|
25580
25658
|
HTMLSpanElement,
|
|
25581
25659
|
HTMLMeterElement,
|
|
25582
|
-
HTMLVideoElement,
|
|
25660
|
+
HTMLVideoElement: HTMLVideoElement2,
|
|
25583
25661
|
HTMLTableCellElement,
|
|
25584
25662
|
HTMLTitleElement,
|
|
25585
25663
|
HTMLOutputElement,
|
|
@@ -27158,12 +27236,12 @@ var init_subComposition = __esm({
|
|
|
27158
27236
|
});
|
|
27159
27237
|
|
|
27160
27238
|
// ../core/src/studio-api/helpers/projectSignature.ts
|
|
27161
|
-
import { createHash } from "crypto";
|
|
27239
|
+
import { createHash as createHash2 } from "crypto";
|
|
27162
27240
|
import { lstatSync, readFileSync as readFileSync14, readdirSync as readdirSync5 } from "fs";
|
|
27163
|
-
import { extname as extname4, isAbsolute as
|
|
27241
|
+
import { extname as extname4, isAbsolute as isAbsolute3, relative as relative3, resolve as resolve10 } from "path";
|
|
27164
27242
|
function isPathWithin(parentDir, childPath) {
|
|
27165
|
-
const childRelativePath =
|
|
27166
|
-
return childRelativePath === "" || !childRelativePath.startsWith("..") && !
|
|
27243
|
+
const childRelativePath = relative3(parentDir, childPath);
|
|
27244
|
+
return childRelativePath === "" || !childRelativePath.startsWith("..") && !isAbsolute3(childRelativePath);
|
|
27167
27245
|
}
|
|
27168
27246
|
function isTextContentEligible(file, size) {
|
|
27169
27247
|
return SIGNATURE_TEXT_EXTENSIONS.has(extname4(file).toLowerCase()) && size <= MAX_SIGNATURE_TEXT_BYTES;
|
|
@@ -27220,9 +27298,9 @@ function collectProjectSignatureManifestFiles(projectDir, files) {
|
|
|
27220
27298
|
}
|
|
27221
27299
|
}
|
|
27222
27300
|
function createProjectFingerprint(projectDir, files) {
|
|
27223
|
-
const hash2 =
|
|
27301
|
+
const hash2 = createHash2("sha256");
|
|
27224
27302
|
for (const entry of files) {
|
|
27225
|
-
hash2.update(
|
|
27303
|
+
hash2.update(relative3(projectDir, entry.file));
|
|
27226
27304
|
hash2.update("\0");
|
|
27227
27305
|
hash2.update(String(entry.size));
|
|
27228
27306
|
hash2.update("\0");
|
|
@@ -27242,9 +27320,9 @@ function createProjectSignature(projectDir) {
|
|
|
27242
27320
|
const fingerprint = createProjectFingerprint(normalizedProjectDir, files);
|
|
27243
27321
|
const cached2 = projectSignatureCache.get(normalizedProjectDir);
|
|
27244
27322
|
if (cached2?.fingerprint === fingerprint) return cached2.signature;
|
|
27245
|
-
const hash2 =
|
|
27323
|
+
const hash2 = createHash2("sha256");
|
|
27246
27324
|
for (const entry of files) {
|
|
27247
|
-
const relativePath =
|
|
27325
|
+
const relativePath = relative3(normalizedProjectDir, entry.file);
|
|
27248
27326
|
hash2.update(relativePath);
|
|
27249
27327
|
hash2.update("\0");
|
|
27250
27328
|
hash2.update(String(entry.size));
|
|
@@ -28625,7 +28703,7 @@ var init_manualEditsRenderScript = __esm({
|
|
|
28625
28703
|
// ../core/src/studio-api/routes/thumbnail.ts
|
|
28626
28704
|
import { existsSync as existsSync15, readFileSync as readFileSync18, writeFileSync as writeFileSync9, mkdirSync as mkdirSync8, statSync as statSync4 } from "fs";
|
|
28627
28705
|
import { join as join18 } from "path";
|
|
28628
|
-
import { createHash as
|
|
28706
|
+
import { createHash as createHash3 } from "crypto";
|
|
28629
28707
|
function registerThumbnailRoutes(api, adapter2) {
|
|
28630
28708
|
api.get("/projects/:id/thumbnail/*", async (c3) => {
|
|
28631
28709
|
if (!adapter2.generateThumbnail) {
|
|
@@ -28667,14 +28745,14 @@ function registerThumbnailRoutes(api, adapter2) {
|
|
|
28667
28745
|
let manualEditsKey = "";
|
|
28668
28746
|
if (existsSync15(manualEditsFile)) {
|
|
28669
28747
|
const manualEditsContent = readFileSync18(manualEditsFile, "utf-8");
|
|
28670
|
-
manualEditsKey = `_${
|
|
28748
|
+
manualEditsKey = `_${createHash3("sha1").update(manualEditsContent).digest("hex").slice(0, 16)}`;
|
|
28671
28749
|
sourceMtime = Math.max(sourceMtime, Math.round(statSync4(manualEditsFile).mtimeMs));
|
|
28672
28750
|
}
|
|
28673
28751
|
const motionFile = join18(project.dir, STUDIO_MOTION_PATH);
|
|
28674
28752
|
let motionKey = "";
|
|
28675
28753
|
if (existsSync15(motionFile)) {
|
|
28676
28754
|
const motionContent = readFileSync18(motionFile, "utf-8");
|
|
28677
|
-
motionKey = `_${
|
|
28755
|
+
motionKey = `_${createHash3("sha1").update(motionContent).digest("hex").slice(0, 16)}`;
|
|
28678
28756
|
sourceMtime = Math.max(sourceMtime, Math.round(statSync4(motionFile).mtimeMs));
|
|
28679
28757
|
}
|
|
28680
28758
|
const previewUrl = compPath === "index.html" ? `http://${c3.req.header("host")}/api/projects/${project.id}/preview` : `http://${c3.req.header("host")}/api/projects/${project.id}/preview/comp/${compPath}`;
|
|
@@ -32085,12 +32163,12 @@ var init_ffprobe = __esm({
|
|
|
32085
32163
|
|
|
32086
32164
|
// ../engine/src/utils/urlDownloader.ts
|
|
32087
32165
|
import { createWriteStream as createWriteStream2, existsSync as existsSync23, mkdirSync as mkdirSync13 } from "fs";
|
|
32088
|
-
import { createHash as
|
|
32166
|
+
import { createHash as createHash4 } from "crypto";
|
|
32089
32167
|
import { join as join25, extname as extname6 } from "path";
|
|
32090
32168
|
import { Readable } from "stream";
|
|
32091
32169
|
import { finished } from "stream/promises";
|
|
32092
32170
|
function getFilenameFromUrl(url) {
|
|
32093
|
-
const hash2 =
|
|
32171
|
+
const hash2 = createHash4("md5").update(url).digest("hex").slice(0, 12);
|
|
32094
32172
|
const urlObj = new URL(url);
|
|
32095
32173
|
const ext = extname6(urlObj.pathname) || ".mp4";
|
|
32096
32174
|
return `download_${hash2}${ext}`;
|
|
@@ -32367,6 +32445,7 @@ function wrapScopedCompositionScript(source, compositionId, errorLabel = "[Hyper
|
|
|
32367
32445
|
const authoredRootIdFormsLiteral = JSON.stringify(
|
|
32368
32446
|
getAuthoredRootIdSelectorForms(authoredRootId?.trim() || "")
|
|
32369
32447
|
);
|
|
32448
|
+
const sourceLiteral = JSON.stringify(source);
|
|
32370
32449
|
return `(function(){
|
|
32371
32450
|
var __hfCompId = ${compositionIdLiteral};
|
|
32372
32451
|
var __hfTimelineCompId = ${timelineCompositionIdLiteral};
|
|
@@ -32636,9 +32715,8 @@ function wrapScopedCompositionScript(source, compositionId, errorLabel = "[Hyper
|
|
|
32636
32715
|
});
|
|
32637
32716
|
var __hfRun = function() {
|
|
32638
32717
|
try {
|
|
32639
|
-
(
|
|
32640
|
-
|
|
32641
|
-
}).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
|
|
32718
|
+
var __hfScript = Function("document", "gsap", "window", "__hyperframes", ${sourceLiteral});
|
|
32719
|
+
__hfScript.call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);
|
|
32642
32720
|
} catch (_err) {
|
|
32643
32721
|
console.error(__hfErrorLabel, __hfCompId, _err);
|
|
32644
32722
|
}
|
|
@@ -32647,6 +32725,9 @@ ${source}
|
|
|
32647
32725
|
__hfRun();
|
|
32648
32726
|
})();`;
|
|
32649
32727
|
}
|
|
32728
|
+
function wrapInlineScriptWithErrorBoundary(source, errorLabel) {
|
|
32729
|
+
return `(function(){ try { Function(${JSON.stringify(source)}).call(window); } catch (_err) { console.error(${JSON.stringify(errorLabel)}, _err); } })();`;
|
|
32730
|
+
}
|
|
32650
32731
|
var AUTHORED_ROOT_ID_ATTR, GLOBAL_AT_RULES;
|
|
32651
32732
|
var init_compositionScoping = __esm({
|
|
32652
32733
|
"../core/src/compiler/compositionScoping.ts"() {
|
|
@@ -32705,6 +32786,7 @@ function inlineSubCompositions(document2, hosts, options) {
|
|
|
32705
32786
|
const styles = [];
|
|
32706
32787
|
const scripts = [];
|
|
32707
32788
|
const externalScriptSrcs = [];
|
|
32789
|
+
const scriptItems = [];
|
|
32708
32790
|
const externalLinks = [];
|
|
32709
32791
|
const seenLinkHrefs = /* @__PURE__ */ new Set();
|
|
32710
32792
|
const variablesByComp = {};
|
|
@@ -32757,8 +32839,11 @@ function inlineSubCompositions(document2, hosts, options) {
|
|
|
32757
32839
|
}
|
|
32758
32840
|
for (const s2 of [...compDoc.head.querySelectorAll("script")]) {
|
|
32759
32841
|
const externalSrc = (s2.getAttribute("src") || "").trim();
|
|
32760
|
-
if (externalSrc
|
|
32761
|
-
externalScriptSrcs.
|
|
32842
|
+
if (externalSrc) {
|
|
32843
|
+
if (!externalScriptSrcs.includes(externalSrc)) {
|
|
32844
|
+
externalScriptSrcs.push(externalSrc);
|
|
32845
|
+
}
|
|
32846
|
+
scriptItems.push({ kind: "external", src: externalSrc });
|
|
32762
32847
|
}
|
|
32763
32848
|
}
|
|
32764
32849
|
for (const link of [
|
|
@@ -32788,17 +32873,18 @@ function inlineSubCompositions(document2, hosts, options) {
|
|
|
32788
32873
|
if (!externalScriptSrcs.includes(externalSrc)) {
|
|
32789
32874
|
externalScriptSrcs.push(externalSrc);
|
|
32790
32875
|
}
|
|
32876
|
+
scriptItems.push({ kind: "external", src: externalSrc });
|
|
32791
32877
|
} else {
|
|
32792
|
-
|
|
32793
|
-
|
|
32794
|
-
|
|
32795
|
-
|
|
32796
|
-
|
|
32797
|
-
|
|
32798
|
-
|
|
32799
|
-
|
|
32800
|
-
|
|
32801
|
-
);
|
|
32878
|
+
const wrappedScript = scopeCompId ? wrapScopedCompositionScript(
|
|
32879
|
+
s2.textContent || "",
|
|
32880
|
+
scopeCompId,
|
|
32881
|
+
scriptErrorLabel,
|
|
32882
|
+
runtimeScope || void 0,
|
|
32883
|
+
runtimeCompId || scopeCompId,
|
|
32884
|
+
authoredRootId
|
|
32885
|
+
) : wrapInlineScriptWithErrorBoundary(s2.textContent || "", scriptErrorLabel);
|
|
32886
|
+
scripts.push(wrappedScript);
|
|
32887
|
+
scriptItems.push({ kind: "inline", content: wrappedScript });
|
|
32802
32888
|
}
|
|
32803
32889
|
s2.remove();
|
|
32804
32890
|
}
|
|
@@ -32853,7 +32939,7 @@ function inlineSubCompositions(document2, hosts, options) {
|
|
|
32853
32939
|
hostEl.setAttribute("data-composition-file", src);
|
|
32854
32940
|
hostEl.removeAttribute("data-composition-src");
|
|
32855
32941
|
}
|
|
32856
|
-
return { styles, scripts, externalScriptSrcs, externalLinks, variablesByComp };
|
|
32942
|
+
return { styles, scripts, externalScriptSrcs, scriptItems, externalLinks, variablesByComp };
|
|
32857
32943
|
}
|
|
32858
32944
|
var init_inlineSubCompositions = __esm({
|
|
32859
32945
|
"../core/src/compiler/inlineSubCompositions.ts"() {
|
|
@@ -32865,7 +32951,7 @@ var init_inlineSubCompositions = __esm({
|
|
|
32865
32951
|
|
|
32866
32952
|
// ../core/src/compiler/htmlBundler.ts
|
|
32867
32953
|
import { readFileSync as readFileSync21, existsSync as existsSync24 } from "fs";
|
|
32868
|
-
import { join as join26, resolve as resolve14, relative as
|
|
32954
|
+
import { join as join26, resolve as resolve14, relative as relative4, dirname as dirname9, isAbsolute as isAbsolute4, sep as sep3 } from "path";
|
|
32869
32955
|
import { transformSync } from "esbuild";
|
|
32870
32956
|
function safePath(projectDir, relativePath) {
|
|
32871
32957
|
const resolved = resolve14(projectDir, relativePath);
|
|
@@ -32909,7 +32995,7 @@ function injectInterceptor(html, runtimeMode = "inline") {
|
|
|
32909
32995
|
}
|
|
32910
32996
|
function isRelativeUrl(url) {
|
|
32911
32997
|
if (!url) return false;
|
|
32912
|
-
return !url.startsWith("http://") && !url.startsWith("https://") && !url.startsWith("//") && !url.startsWith("data:") && !
|
|
32998
|
+
return !url.startsWith("http://") && !url.startsWith("https://") && !url.startsWith("//") && !url.startsWith("data:") && !isAbsolute4(url);
|
|
32913
32999
|
}
|
|
32914
33000
|
function safeReadFile(filePath) {
|
|
32915
33001
|
if (!existsSync24(filePath)) return null;
|
|
@@ -32945,7 +33031,7 @@ function rebaseCssUrls(css, cssFileDir, projectDir) {
|
|
|
32945
33031
|
const { basePath, suffix } = splitUrlSuffix(urlValue.trim());
|
|
32946
33032
|
if (!basePath) return full;
|
|
32947
33033
|
const absolutePath = resolve14(resolvedDir, basePath);
|
|
32948
|
-
const rebased =
|
|
33034
|
+
const rebased = relative4(resolvedRoot, absolutePath).split(sep3).join("/");
|
|
32949
33035
|
if (rebased === basePath) return full;
|
|
32950
33036
|
return `url(${quote || ""}${rebased}${suffix}${quote || ""})`;
|
|
32951
33037
|
});
|
|
@@ -33390,12 +33476,34 @@ async function bundleToSingleHtml(projectDir, options) {
|
|
|
33390
33476
|
}
|
|
33391
33477
|
});
|
|
33392
33478
|
const compStyleChunks = [...subCompResult.styles];
|
|
33393
|
-
const compScriptChunks = [
|
|
33394
|
-
const compExternalScriptSrcs = [...subCompResult.externalScriptSrcs];
|
|
33479
|
+
const compScriptChunks = [];
|
|
33395
33480
|
const compExternalLinks = [...subCompResult.externalLinks];
|
|
33396
33481
|
const compVariablesByComp = {
|
|
33397
33482
|
...subCompResult.variablesByComp
|
|
33398
33483
|
};
|
|
33484
|
+
const seenCompScriptSrcs = /* @__PURE__ */ new Set();
|
|
33485
|
+
for (const scriptItem of subCompResult.scriptItems) {
|
|
33486
|
+
if (scriptItem.kind === "inline") {
|
|
33487
|
+
compScriptChunks.push(scriptItem.content);
|
|
33488
|
+
continue;
|
|
33489
|
+
}
|
|
33490
|
+
const extSrc = scriptItem.src;
|
|
33491
|
+
if (seenCompScriptSrcs.has(extSrc)) continue;
|
|
33492
|
+
seenCompScriptSrcs.add(extSrc);
|
|
33493
|
+
if (isRelativeUrl(extSrc)) {
|
|
33494
|
+
const jsPath = safePath(projectDir, extSrc);
|
|
33495
|
+
const js = jsPath ? safeReadFile(jsPath) : null;
|
|
33496
|
+
if (js != null) {
|
|
33497
|
+
compScriptChunks.push(js);
|
|
33498
|
+
continue;
|
|
33499
|
+
}
|
|
33500
|
+
}
|
|
33501
|
+
if (!document2.querySelector(`script[src="${extSrc}"]`)) {
|
|
33502
|
+
const extScript = document2.createElement("script");
|
|
33503
|
+
extScript.setAttribute("src", extSrc);
|
|
33504
|
+
document2.body.appendChild(extScript);
|
|
33505
|
+
}
|
|
33506
|
+
}
|
|
33399
33507
|
const candidateInlineHosts = trackedCompositionHosts.filter(
|
|
33400
33508
|
(host) => !host.hasAttribute("data-composition-src")
|
|
33401
33509
|
);
|
|
@@ -33432,8 +33540,23 @@ async function bundleToSingleHtml(projectDir, options) {
|
|
|
33432
33540
|
for (const scriptEl of [...innerRoot.querySelectorAll("script")]) {
|
|
33433
33541
|
const externalSrc = (scriptEl.getAttribute("src") || "").trim();
|
|
33434
33542
|
if (externalSrc) {
|
|
33435
|
-
if (!
|
|
33436
|
-
|
|
33543
|
+
if (!seenCompScriptSrcs.has(externalSrc)) {
|
|
33544
|
+
seenCompScriptSrcs.add(externalSrc);
|
|
33545
|
+
if (isRelativeUrl(externalSrc)) {
|
|
33546
|
+
const jsPath = safePath(projectDir, externalSrc);
|
|
33547
|
+
const js = jsPath ? safeReadFile(jsPath) : null;
|
|
33548
|
+
if (js != null) {
|
|
33549
|
+
compScriptChunks.push(js);
|
|
33550
|
+
} else if (!document2.querySelector(`script[src="${externalSrc}"]`)) {
|
|
33551
|
+
const extScript = document2.createElement("script");
|
|
33552
|
+
extScript.setAttribute("src", externalSrc);
|
|
33553
|
+
document2.body.appendChild(extScript);
|
|
33554
|
+
}
|
|
33555
|
+
} else if (!document2.querySelector(`script[src="${externalSrc}"]`)) {
|
|
33556
|
+
const extScript = document2.createElement("script");
|
|
33557
|
+
extScript.setAttribute("src", externalSrc);
|
|
33558
|
+
document2.body.appendChild(extScript);
|
|
33559
|
+
}
|
|
33437
33560
|
}
|
|
33438
33561
|
} else {
|
|
33439
33562
|
compScriptChunks.push(
|
|
@@ -33444,7 +33567,10 @@ async function bundleToSingleHtml(projectDir, options) {
|
|
|
33444
33567
|
runtimeScope,
|
|
33445
33568
|
runtimeCompId || compId,
|
|
33446
33569
|
authoredRootId
|
|
33447
|
-
) :
|
|
33570
|
+
) : wrapInlineScriptWithErrorBoundary(
|
|
33571
|
+
scriptEl.textContent || "",
|
|
33572
|
+
"[HyperFrames] composition script error:"
|
|
33573
|
+
)
|
|
33448
33574
|
);
|
|
33449
33575
|
}
|
|
33450
33576
|
scriptEl.remove();
|
|
@@ -33464,8 +33590,23 @@ async function bundleToSingleHtml(projectDir, options) {
|
|
|
33464
33590
|
for (const scriptEl of [...innerDoc.querySelectorAll("script")]) {
|
|
33465
33591
|
const externalSrc = (scriptEl.getAttribute("src") || "").trim();
|
|
33466
33592
|
if (externalSrc) {
|
|
33467
|
-
if (!
|
|
33468
|
-
|
|
33593
|
+
if (!seenCompScriptSrcs.has(externalSrc)) {
|
|
33594
|
+
seenCompScriptSrcs.add(externalSrc);
|
|
33595
|
+
if (isRelativeUrl(externalSrc)) {
|
|
33596
|
+
const jsPath = safePath(projectDir, externalSrc);
|
|
33597
|
+
const js = jsPath ? safeReadFile(jsPath) : null;
|
|
33598
|
+
if (js != null) {
|
|
33599
|
+
compScriptChunks.push(js);
|
|
33600
|
+
} else if (!document2.querySelector(`script[src="${externalSrc}"]`)) {
|
|
33601
|
+
const extScript = document2.createElement("script");
|
|
33602
|
+
extScript.setAttribute("src", externalSrc);
|
|
33603
|
+
document2.body.appendChild(extScript);
|
|
33604
|
+
}
|
|
33605
|
+
} else if (!document2.querySelector(`script[src="${externalSrc}"]`)) {
|
|
33606
|
+
const extScript = document2.createElement("script");
|
|
33607
|
+
extScript.setAttribute("src", externalSrc);
|
|
33608
|
+
document2.body.appendChild(extScript);
|
|
33609
|
+
}
|
|
33469
33610
|
}
|
|
33470
33611
|
} else {
|
|
33471
33612
|
compScriptChunks.push(
|
|
@@ -33475,7 +33616,10 @@ async function bundleToSingleHtml(projectDir, options) {
|
|
|
33475
33616
|
"[HyperFrames] composition script error:",
|
|
33476
33617
|
runtimeScope,
|
|
33477
33618
|
runtimeCompId || compId
|
|
33478
|
-
) :
|
|
33619
|
+
) : wrapInlineScriptWithErrorBoundary(
|
|
33620
|
+
scriptEl.textContent || "",
|
|
33621
|
+
"[HyperFrames] composition script error:"
|
|
33622
|
+
)
|
|
33479
33623
|
);
|
|
33480
33624
|
}
|
|
33481
33625
|
scriptEl.remove();
|
|
@@ -33485,13 +33629,6 @@ async function bundleToSingleHtml(projectDir, options) {
|
|
|
33485
33629
|
}
|
|
33486
33630
|
templateEl.remove();
|
|
33487
33631
|
}
|
|
33488
|
-
for (const extSrc of compExternalScriptSrcs) {
|
|
33489
|
-
if (!document2.querySelector(`script[src="${extSrc}"]`)) {
|
|
33490
|
-
const extScript = document2.createElement("script");
|
|
33491
|
-
extScript.setAttribute("src", extSrc);
|
|
33492
|
-
document2.body.appendChild(extScript);
|
|
33493
|
-
}
|
|
33494
|
-
}
|
|
33495
33632
|
for (const link of compExternalLinks) {
|
|
33496
33633
|
const escapedHref = link.href.replace(/\\/g, "\\\\").replace(/"/g, '\\"');
|
|
33497
33634
|
if (!document2.querySelector(`link[href="${escapedHref}"]`)) {
|
|
@@ -33647,7 +33784,7 @@ var init_htmlTemplate = __esm({
|
|
|
33647
33784
|
});
|
|
33648
33785
|
|
|
33649
33786
|
// ../engine/src/services/extractionCache.ts
|
|
33650
|
-
import { createHash as
|
|
33787
|
+
import { createHash as createHash5 } from "crypto";
|
|
33651
33788
|
import { mkdirSync as mkdirSync14, readdirSync as readdirSync11, statSync as statSync8, writeFileSync as writeFileSync13 } from "fs";
|
|
33652
33789
|
import { existsSync as existsSync25 } from "fs";
|
|
33653
33790
|
import { join as join27 } from "path";
|
|
@@ -33672,7 +33809,7 @@ function canonicalKeyBlob(input) {
|
|
|
33672
33809
|
});
|
|
33673
33810
|
}
|
|
33674
33811
|
function computeCacheKey(input) {
|
|
33675
|
-
return
|
|
33812
|
+
return createHash5("sha256").update(canonicalKeyBlob(input)).digest("hex");
|
|
33676
33813
|
}
|
|
33677
33814
|
function cacheEntryDirName(keyHash) {
|
|
33678
33815
|
return SCHEMA_PREFIX + keyHash.slice(0, KEY_HEX_CHARS);
|
|
@@ -33722,7 +33859,7 @@ var init_extractionCache = __esm({
|
|
|
33722
33859
|
// ../engine/src/services/videoFrameExtractor.ts
|
|
33723
33860
|
import { spawn as spawn9 } from "child_process";
|
|
33724
33861
|
import { existsSync as existsSync26, mkdirSync as mkdirSync15, readdirSync as readdirSync12, rmSync as rmSync5 } from "fs";
|
|
33725
|
-
import { isAbsolute as
|
|
33862
|
+
import { isAbsolute as isAbsolute5, join as join28, posix as posix3, resolve as resolve15, sep as sep4 } from "path";
|
|
33726
33863
|
function parseVideoElements(html) {
|
|
33727
33864
|
const videos = [];
|
|
33728
33865
|
const { document: document2 } = parseHTML(unwrapTemplate(html));
|
|
@@ -33967,22 +34104,27 @@ async function convertVfrToCfr(inputPath, outputPath, targetFps, startTime, dura
|
|
|
33967
34104
|
function resolveProjectRelativeSrc(src, baseDir, compiledDir) {
|
|
33968
34105
|
const qIdx = src.indexOf("?");
|
|
33969
34106
|
const cleanSrc = qIdx >= 0 ? src.slice(0, qIdx) : src;
|
|
33970
|
-
const fromCompiled = compiledDir ? join28(compiledDir, cleanSrc) : null;
|
|
33971
|
-
const fromBase = join28(baseDir, cleanSrc);
|
|
33972
34107
|
const candidates = [];
|
|
33973
|
-
|
|
33974
|
-
|
|
33975
|
-
|
|
33976
|
-
const
|
|
33977
|
-
|
|
33978
|
-
const
|
|
33979
|
-
const
|
|
33980
|
-
|
|
33981
|
-
|
|
33982
|
-
|
|
34108
|
+
const addCandidate2 = (candidate) => {
|
|
34109
|
+
if (!candidates.includes(candidate)) candidates.push(candidate);
|
|
34110
|
+
};
|
|
34111
|
+
for (const variant of decodeUrlPathVariants(cleanSrc)) {
|
|
34112
|
+
const fromCompiled = compiledDir ? join28(compiledDir, variant) : null;
|
|
34113
|
+
const fromBase = join28(baseDir, variant);
|
|
34114
|
+
const baseAbs = resolve15(baseDir);
|
|
34115
|
+
const fromBaseAbs = resolve15(fromBase);
|
|
34116
|
+
if (!fromBaseAbs.startsWith(baseAbs + sep4) && fromBaseAbs !== baseAbs) {
|
|
34117
|
+
const normalized = posix3.normalize(variant.replace(/\\/g, "/"));
|
|
34118
|
+
const stripped = normalized.replace(/^(\.\.\/)+/, "");
|
|
34119
|
+
if (stripped && stripped !== variant && !stripped.startsWith("..")) {
|
|
34120
|
+
if (compiledDir) addCandidate2(join28(compiledDir, stripped));
|
|
34121
|
+
addCandidate2(join28(baseDir, stripped));
|
|
34122
|
+
}
|
|
33983
34123
|
}
|
|
34124
|
+
if (fromCompiled) addCandidate2(fromCompiled);
|
|
34125
|
+
addCandidate2(fromBase);
|
|
33984
34126
|
}
|
|
33985
|
-
return candidates.find(existsSync26) ??
|
|
34127
|
+
return candidates.find(existsSync26) ?? join28(baseDir, cleanSrc);
|
|
33986
34128
|
}
|
|
33987
34129
|
async function extractAllVideoFrames(videos, baseDir, options, signal, config, compiledDir) {
|
|
33988
34130
|
const startTime = Date.now();
|
|
@@ -34008,7 +34150,7 @@ async function extractAllVideoFrames(videos, baseDir, options, signal, config, c
|
|
|
34008
34150
|
if (signal?.aborted) break;
|
|
34009
34151
|
try {
|
|
34010
34152
|
let videoPath = video.src;
|
|
34011
|
-
if (!
|
|
34153
|
+
if (!isAbsolute5(videoPath) && !isHttpUrl(videoPath)) {
|
|
34012
34154
|
videoPath = resolveProjectRelativeSrc(video.src, baseDir, compiledDir);
|
|
34013
34155
|
}
|
|
34014
34156
|
if (isHttpUrl(videoPath)) {
|
|
@@ -34282,6 +34424,7 @@ var init_videoFrameExtractor = __esm({
|
|
|
34282
34424
|
"../engine/src/services/videoFrameExtractor.ts"() {
|
|
34283
34425
|
"use strict";
|
|
34284
34426
|
init_esm10();
|
|
34427
|
+
init_src();
|
|
34285
34428
|
init_processTracker();
|
|
34286
34429
|
init_ffprobe();
|
|
34287
34430
|
init_hdr();
|
|
@@ -34791,7 +34934,54 @@ var init_videoFrameInjector = __esm({
|
|
|
34791
34934
|
|
|
34792
34935
|
// ../engine/src/services/audioMixer.ts
|
|
34793
34936
|
import { existsSync as existsSync27, mkdirSync as mkdirSync16, rmSync as rmSync6 } from "fs";
|
|
34794
|
-
import { isAbsolute as
|
|
34937
|
+
import { isAbsolute as isAbsolute6, join as join29, dirname as dirname10 } from "path";
|
|
34938
|
+
function clampVolume(volume) {
|
|
34939
|
+
if (!Number.isFinite(volume)) return 1;
|
|
34940
|
+
return Math.max(0, Math.min(1, volume));
|
|
34941
|
+
}
|
|
34942
|
+
function formatFilterNumber(value) {
|
|
34943
|
+
return Number(value.toFixed(6)).toString();
|
|
34944
|
+
}
|
|
34945
|
+
function escapeExpressionCommas(expression) {
|
|
34946
|
+
return expression.replace(/\\/g, "\\\\").replace(/,/g, "\\,");
|
|
34947
|
+
}
|
|
34948
|
+
function buildVolumeExpression(track) {
|
|
34949
|
+
const trimDuration = track.end - track.start;
|
|
34950
|
+
const staticVolume = clampVolume(track.volume);
|
|
34951
|
+
const keyframes = (track.volumeKeyframes ?? []).filter((keyframe) => Number.isFinite(keyframe.time) && Number.isFinite(keyframe.volume)).map((keyframe) => ({
|
|
34952
|
+
time: Math.max(0, Math.min(trimDuration, keyframe.time - track.start)),
|
|
34953
|
+
volume: clampVolume(keyframe.volume)
|
|
34954
|
+
})).sort((a, b2) => a.time - b2.time);
|
|
34955
|
+
if (keyframes.length === 0) return `volume=${formatFilterNumber(staticVolume)}`;
|
|
34956
|
+
if (keyframes[0].time > 0) {
|
|
34957
|
+
keyframes.unshift({ time: 0, volume: staticVolume });
|
|
34958
|
+
}
|
|
34959
|
+
const deduped = [];
|
|
34960
|
+
for (const keyframe of keyframes) {
|
|
34961
|
+
const previous = deduped.at(-1);
|
|
34962
|
+
if (previous && Math.abs(previous.time - keyframe.time) < 1e-6) {
|
|
34963
|
+
previous.volume = keyframe.volume;
|
|
34964
|
+
} else {
|
|
34965
|
+
deduped.push(keyframe);
|
|
34966
|
+
}
|
|
34967
|
+
}
|
|
34968
|
+
if (deduped.length === 1) {
|
|
34969
|
+
return `volume=${formatFilterNumber(deduped[0].volume)}`;
|
|
34970
|
+
}
|
|
34971
|
+
let expression = formatFilterNumber(deduped.at(-1).volume);
|
|
34972
|
+
for (let i2 = deduped.length - 2; i2 >= 0; i2 -= 1) {
|
|
34973
|
+
const current = deduped[i2];
|
|
34974
|
+
const next = deduped[i2 + 1];
|
|
34975
|
+
const currentTime = formatFilterNumber(current.time);
|
|
34976
|
+
const nextTime = formatFilterNumber(next.time);
|
|
34977
|
+
const currentVolume = formatFilterNumber(current.volume);
|
|
34978
|
+
const span = Math.max(1e-6, next.time - current.time);
|
|
34979
|
+
const slope = formatFilterNumber((next.volume - current.volume) / span);
|
|
34980
|
+
const segment = `${currentVolume}+(${slope})*(t-${currentTime})`;
|
|
34981
|
+
expression = `if(lt(t,${nextTime}),${segment},${expression})`;
|
|
34982
|
+
}
|
|
34983
|
+
return `volume=${escapeExpressionCommas(expression)}:eval=frame`;
|
|
34984
|
+
}
|
|
34795
34985
|
function parseAudioElements(html) {
|
|
34796
34986
|
const elements = [];
|
|
34797
34987
|
const { document: document2 } = parseHTML(unwrapTemplate(html));
|
|
@@ -34955,8 +35145,9 @@ async function mixAudioTracks(tracks, outputPath, totalDuration, signal, config)
|
|
|
34955
35145
|
inputs.push("-i", track.srcPath);
|
|
34956
35146
|
const delayMs = Math.round(track.start * 1e3);
|
|
34957
35147
|
const trimDuration = track.end - track.start;
|
|
35148
|
+
const volumeFilter = buildVolumeExpression(track);
|
|
34958
35149
|
filterParts.push(
|
|
34959
|
-
`[${i2}:a]atrim=0:${trimDuration}
|
|
35150
|
+
`[${i2}:a]atrim=0:${trimDuration},${volumeFilter},adelay=${delayMs}|${delayMs},apad=whole_dur=${totalDuration}[a${i2}]`
|
|
34960
35151
|
);
|
|
34961
35152
|
});
|
|
34962
35153
|
const mixInputs = tracks.map((_, i2) => `[a${i2}]`).join("");
|
|
@@ -35018,7 +35209,7 @@ async function processCompositionAudio(elements, baseDir, workDir, outputPath, t
|
|
|
35018
35209
|
}
|
|
35019
35210
|
try {
|
|
35020
35211
|
let srcPath = element.src;
|
|
35021
|
-
if (!
|
|
35212
|
+
if (!isAbsolute6(srcPath) && !isHttpUrl(srcPath)) {
|
|
35022
35213
|
srcPath = resolveProjectRelativeSrc(element.src, baseDir, compiledDir);
|
|
35023
35214
|
}
|
|
35024
35215
|
if (isHttpUrl(srcPath)) {
|
|
@@ -35081,7 +35272,8 @@ async function processCompositionAudio(elements, baseDir, workDir, outputPath, t
|
|
|
35081
35272
|
end: element.end,
|
|
35082
35273
|
mediaStart: element.mediaStart,
|
|
35083
35274
|
duration: element.end - element.start,
|
|
35084
|
-
volume: element.volume ?? 1
|
|
35275
|
+
volume: element.volume ?? 1,
|
|
35276
|
+
volumeKeyframes: element.volumeKeyframes
|
|
35085
35277
|
});
|
|
35086
35278
|
} catch (err) {
|
|
35087
35279
|
errors.push(`Error: ${element.id} \u2014 ${err instanceof Error ? err.message : String(err)}`);
|
|
@@ -37542,7 +37734,7 @@ var init_deterministicFonts = __esm({
|
|
|
37542
37734
|
});
|
|
37543
37735
|
|
|
37544
37736
|
// ../producer/src/services/hyperframeRuntimeLoader.ts
|
|
37545
|
-
import { createHash as
|
|
37737
|
+
import { createHash as createHash6 } from "crypto";
|
|
37546
37738
|
import { existsSync as existsSync32, readFileSync as readFileSync24 } from "fs";
|
|
37547
37739
|
import { dirname as dirname11, resolve as resolve16 } from "path";
|
|
37548
37740
|
import { fileURLToPath as fileURLToPath2 } from "url";
|
|
@@ -37585,7 +37777,7 @@ function resolveVerifiedHyperframeRuntime() {
|
|
|
37585
37777
|
throw new Error(`[HyperframeRuntimeLoader] Missing runtime artifact at ${runtimePath}.`);
|
|
37586
37778
|
}
|
|
37587
37779
|
const runtimeSource = readFileSync24(runtimePath, "utf8");
|
|
37588
|
-
const runtimeSha =
|
|
37780
|
+
const runtimeSha = createHash6("sha256").update(runtimeSource, "utf8").digest("hex");
|
|
37589
37781
|
if (runtimeSha !== manifest.sha256) {
|
|
37590
37782
|
throw new Error(
|
|
37591
37783
|
`[HyperframeRuntimeLoader] Runtime checksum mismatch. expected=${manifest.sha256} actual=${runtimeSha}`
|
|
@@ -38175,7 +38367,7 @@ var init_paths = __esm({
|
|
|
38175
38367
|
|
|
38176
38368
|
// ../producer/src/services/render/shared.ts
|
|
38177
38369
|
import { copyFileSync as copyFileSync2, cpSync, existsSync as existsSync34, mkdirSync as mkdirSync19, symlinkSync, writeFileSync as writeFileSync15 } from "fs";
|
|
38178
|
-
import { basename as basename4, dirname as dirname12, isAbsolute as
|
|
38370
|
+
import { basename as basename4, dirname as dirname12, isAbsolute as isAbsolute7, join as join36, relative as relative5, resolve as resolve18 } from "path";
|
|
38179
38371
|
function projectBrowserEndToCompositionTimeline(existingStart, browserStart, browserEnd) {
|
|
38180
38372
|
return browserEnd + (existingStart - browserStart);
|
|
38181
38373
|
}
|
|
@@ -38276,8 +38468,8 @@ function createCompiledFrameSrcResolver(compiledDir) {
|
|
|
38276
38468
|
return (framePath) => {
|
|
38277
38469
|
const resolvedFramePath = resolve18(framePath);
|
|
38278
38470
|
if (!isPathInside2(resolvedFramePath, compiledRoot)) return null;
|
|
38279
|
-
const relativePath =
|
|
38280
|
-
if (!relativePath || relativePath.startsWith("..") ||
|
|
38471
|
+
const relativePath = relative5(compiledRoot, resolvedFramePath);
|
|
38472
|
+
if (!relativePath || relativePath.startsWith("..") || isAbsolute7(relativePath)) {
|
|
38281
38473
|
return null;
|
|
38282
38474
|
}
|
|
38283
38475
|
return `/${relativePath.split(/[\\/]+/).map((segment) => encodeURIComponent(segment)).join("/")}`;
|
|
@@ -38357,8 +38549,8 @@ var init_shared = __esm({
|
|
|
38357
38549
|
join: join36,
|
|
38358
38550
|
dirname: dirname12,
|
|
38359
38551
|
basename: basename4,
|
|
38360
|
-
relative:
|
|
38361
|
-
isAbsolute:
|
|
38552
|
+
relative: relative5,
|
|
38553
|
+
isAbsolute: isAbsolute7
|
|
38362
38554
|
};
|
|
38363
38555
|
materializeFileSystem = {
|
|
38364
38556
|
existsSync: existsSync34,
|
|
@@ -39583,6 +39775,70 @@ async function discoverMediaFromBrowser(page) {
|
|
|
39583
39775
|
});
|
|
39584
39776
|
return elements;
|
|
39585
39777
|
}
|
|
39778
|
+
async function discoverAudioVolumeAutomationFromTimeline(page, audioIds, compositionDuration, sampleFps) {
|
|
39779
|
+
if (audioIds.length === 0 || compositionDuration <= 0) return [];
|
|
39780
|
+
const sampleStep = 1 / Math.min(60, Math.max(1, sampleFps));
|
|
39781
|
+
return page.evaluate(
|
|
39782
|
+
({ ids, duration, step }) => {
|
|
39783
|
+
const results = [];
|
|
39784
|
+
const timelines = window.__timelines;
|
|
39785
|
+
if (!timelines) return results;
|
|
39786
|
+
const rootEl = document.querySelector("[data-composition-id]");
|
|
39787
|
+
const compId = rootEl?.getAttribute("data-composition-id");
|
|
39788
|
+
if (!compId) return results;
|
|
39789
|
+
const tl = timelines[compId];
|
|
39790
|
+
if (!tl) return results;
|
|
39791
|
+
const seekTl = (t2) => {
|
|
39792
|
+
if (typeof tl.totalTime === "function") {
|
|
39793
|
+
tl.totalTime(t2, true);
|
|
39794
|
+
} else if (typeof tl.seek === "function") {
|
|
39795
|
+
tl.seek(t2, true);
|
|
39796
|
+
}
|
|
39797
|
+
};
|
|
39798
|
+
for (const id of ids) {
|
|
39799
|
+
const el = document.getElementById(id) ?? document.getElementById(id.replace(/-audio$/, ""));
|
|
39800
|
+
if (!(el instanceof HTMLAudioElement) && !(el instanceof HTMLVideoElement)) continue;
|
|
39801
|
+
const start = Number.parseFloat(el.dataset.start ?? "0") || 0;
|
|
39802
|
+
const endAttr = Number.parseFloat(el.dataset.end ?? "");
|
|
39803
|
+
const durationAttr = Number.parseFloat(el.dataset.duration ?? "");
|
|
39804
|
+
const end = Number.isFinite(endAttr) && endAttr > start ? endAttr : Number.isFinite(durationAttr) && durationAttr > 0 ? start + durationAttr : duration;
|
|
39805
|
+
const sampleStart = Math.max(0, start);
|
|
39806
|
+
const sampleEnd = Math.min(duration, end);
|
|
39807
|
+
const initialVolumeAttr = Number.parseFloat(el.dataset.volume ?? "");
|
|
39808
|
+
if (Number.isFinite(initialVolumeAttr)) {
|
|
39809
|
+
el.volume = Math.max(0, Math.min(1, initialVolumeAttr));
|
|
39810
|
+
}
|
|
39811
|
+
const keyframes = [];
|
|
39812
|
+
for (let t2 = sampleStart; t2 <= sampleEnd + 1e-6; t2 += step) {
|
|
39813
|
+
const boundedTime = Math.min(sampleEnd, t2);
|
|
39814
|
+
seekTl(boundedTime);
|
|
39815
|
+
const rawVolume = Number(el.volume);
|
|
39816
|
+
if (!Number.isFinite(rawVolume)) continue;
|
|
39817
|
+
const volume = Math.max(0, Math.min(1, rawVolume));
|
|
39818
|
+
const last = keyframes.at(-1);
|
|
39819
|
+
if (!last || Math.abs(last.volume - volume) > 1e-4 || boundedTime === sampleEnd) {
|
|
39820
|
+
keyframes.push({
|
|
39821
|
+
time: Number(boundedTime.toFixed(6)),
|
|
39822
|
+
volume: Number(volume.toFixed(6))
|
|
39823
|
+
});
|
|
39824
|
+
}
|
|
39825
|
+
if (boundedTime === sampleEnd) break;
|
|
39826
|
+
}
|
|
39827
|
+
const staticAttr = Number.parseFloat(el.dataset.volume ?? "");
|
|
39828
|
+
const staticVolume = Number.isFinite(staticAttr) ? Math.max(0, Math.min(1, staticAttr)) : 1;
|
|
39829
|
+
const hasAutomation = keyframes.some(
|
|
39830
|
+
(keyframe) => Math.abs(keyframe.volume - staticVolume) > 1e-4
|
|
39831
|
+
);
|
|
39832
|
+
if (hasAutomation) {
|
|
39833
|
+
results.push({ id, keyframes });
|
|
39834
|
+
}
|
|
39835
|
+
}
|
|
39836
|
+
seekTl(0);
|
|
39837
|
+
return results;
|
|
39838
|
+
},
|
|
39839
|
+
{ ids: audioIds, duration: compositionDuration, step: sampleStep }
|
|
39840
|
+
);
|
|
39841
|
+
}
|
|
39586
39842
|
async function discoverVideoVisibilityFromTimeline(page, compositionDuration) {
|
|
39587
39843
|
if (compositionDuration <= 0) return [];
|
|
39588
39844
|
return page.evaluate((duration) => {
|
|
@@ -39823,6 +40079,15 @@ var init_compileStage = __esm({
|
|
|
39823
40079
|
|
|
39824
40080
|
// ../producer/src/services/render/stages/probeStage.ts
|
|
39825
40081
|
import { join as join40 } from "path";
|
|
40082
|
+
function hasScriptedAudioVolumeAutomation(html, audioCount) {
|
|
40083
|
+
if (audioCount <= 0) return false;
|
|
40084
|
+
const { document: document2 } = parseHTML(html);
|
|
40085
|
+
const scriptBodies = [...document2.querySelectorAll("script")].map((script) => script.textContent ?? "").join("\n");
|
|
40086
|
+
if (!scriptBodies) return false;
|
|
40087
|
+
return /\.\s*volume\s*=/i.test(scriptBodies) || /\b(?:gsap|tl|timeline|tween)\s*\.\s*(?:to|fromTo|set)\s*\([\s\S]{0,2000}\bvolume\s*:/i.test(
|
|
40088
|
+
scriptBodies
|
|
40089
|
+
);
|
|
40090
|
+
}
|
|
39826
40091
|
async function runProbeStage(input) {
|
|
39827
40092
|
const {
|
|
39828
40093
|
projectDir,
|
|
@@ -39843,12 +40108,17 @@ async function runProbeStage(input) {
|
|
|
39843
40108
|
let lastBrowserConsole = [];
|
|
39844
40109
|
const probeStart = Date.now();
|
|
39845
40110
|
const hasAutoStartVideos = compiled.html.includes("data-hf-auto-start");
|
|
39846
|
-
const
|
|
40111
|
+
const hasScriptedAudio = hasScriptedAudioVolumeAutomation(
|
|
40112
|
+
compiled.html,
|
|
40113
|
+
composition.audios.length
|
|
40114
|
+
);
|
|
40115
|
+
const needsBrowser = composition.duration <= 0 || compiled.unresolvedCompositions.length > 0 || hasAutoStartVideos || hasScriptedAudio;
|
|
39847
40116
|
if (needsBrowser) {
|
|
39848
40117
|
const reasons = [];
|
|
39849
40118
|
if (composition.duration <= 0) reasons.push("root duration unknown");
|
|
39850
40119
|
if (compiled.unresolvedCompositions.length > 0)
|
|
39851
40120
|
reasons.push(`${compiled.unresolvedCompositions.length} unresolved composition(s)`);
|
|
40121
|
+
if (hasScriptedAudio) reasons.push("scripted audio volume");
|
|
39852
40122
|
fileServer = await createFileServer2({
|
|
39853
40123
|
projectDir,
|
|
39854
40124
|
compiledDir: join40(workDir, "compiled"),
|
|
@@ -39993,6 +40263,26 @@ async function runProbeStage(input) {
|
|
|
39993
40263
|
}
|
|
39994
40264
|
}
|
|
39995
40265
|
}
|
|
40266
|
+
if (composition.audios.length > 0) {
|
|
40267
|
+
const automation = await discoverAudioVolumeAutomationFromTimeline(
|
|
40268
|
+
probeSession.page,
|
|
40269
|
+
composition.audios.map((audio) => audio.id),
|
|
40270
|
+
composition.duration,
|
|
40271
|
+
fpsToNumber(job.config.fps)
|
|
40272
|
+
);
|
|
40273
|
+
assertNotAborted();
|
|
40274
|
+
if (automation.length > 0) {
|
|
40275
|
+
const byId = new Map(automation.map((entry) => [entry.id, entry.keyframes]));
|
|
40276
|
+
for (const audio of composition.audios) {
|
|
40277
|
+
const keyframes = byId.get(audio.id);
|
|
40278
|
+
if (!keyframes || keyframes.length === 0) continue;
|
|
40279
|
+
audio.volumeKeyframes = keyframes;
|
|
40280
|
+
log2.info(`[Probe] Runtime audio volume automation: ${audio.id}`, {
|
|
40281
|
+
keyframeCount: keyframes.length
|
|
40282
|
+
});
|
|
40283
|
+
}
|
|
40284
|
+
}
|
|
40285
|
+
}
|
|
39996
40286
|
if (composition.videos.length > 0) {
|
|
39997
40287
|
const visibilityWindows = await discoverVideoVisibilityFromTimeline(
|
|
39998
40288
|
probeSession.page,
|
|
@@ -40078,6 +40368,7 @@ async function runProbeStage(input) {
|
|
|
40078
40368
|
var init_probeStage = __esm({
|
|
40079
40369
|
"../producer/src/services/render/stages/probeStage.ts"() {
|
|
40080
40370
|
"use strict";
|
|
40371
|
+
init_esm10();
|
|
40081
40372
|
init_src2();
|
|
40082
40373
|
init_src();
|
|
40083
40374
|
init_htmlCompiler2();
|
|
@@ -40088,7 +40379,7 @@ var init_probeStage = __esm({
|
|
|
40088
40379
|
|
|
40089
40380
|
// ../producer/src/services/render/stages/extractVideosStage.ts
|
|
40090
40381
|
import { existsSync as existsSync36 } from "fs";
|
|
40091
|
-
import { isAbsolute as
|
|
40382
|
+
import { isAbsolute as isAbsolute8, join as join41 } from "path";
|
|
40092
40383
|
async function runExtractVideosStage(input) {
|
|
40093
40384
|
const {
|
|
40094
40385
|
projectDir,
|
|
@@ -40110,7 +40401,7 @@ async function runExtractVideosStage(input) {
|
|
|
40110
40401
|
if (job.config.hdrMode !== "force-sdr" && composition.videos.length > 0) {
|
|
40111
40402
|
await Promise.all(
|
|
40112
40403
|
composition.videos.map(async (v2) => {
|
|
40113
|
-
const videoPath =
|
|
40404
|
+
const videoPath = isAbsolute8(v2.src) ? v2.src : resolveProjectRelativeSrc(v2.src, projectDir, compiledDir);
|
|
40114
40405
|
if (!existsSync36(videoPath)) return;
|
|
40115
40406
|
const meta = await extractMediaMetadata(videoPath);
|
|
40116
40407
|
if (isHdrColorSpace(meta.colorSpace)) {
|
|
@@ -43977,9 +44268,9 @@ var init_parityContract2 = __esm({
|
|
|
43977
44268
|
});
|
|
43978
44269
|
|
|
43979
44270
|
// ../producer/src/services/render/stages/planHash.ts
|
|
43980
|
-
import { createHash as
|
|
44271
|
+
import { createHash as createHash7 } from "crypto";
|
|
43981
44272
|
function computePlanHash(input) {
|
|
43982
|
-
const hash2 =
|
|
44273
|
+
const hash2 = createHash7("sha256");
|
|
43983
44274
|
hash2.update(PLAN_HASH_SCHEMA_PREFIX, "utf8");
|
|
43984
44275
|
hash2.update(input.compositionHtml);
|
|
43985
44276
|
hash2.update(FIELD_DELIMITER);
|
|
@@ -44026,7 +44317,7 @@ function canonicalJsonStringify(value) {
|
|
|
44026
44317
|
throw new TypeError(`canonicalJsonStringify: unsupported value type ${typeof value}`);
|
|
44027
44318
|
}
|
|
44028
44319
|
function sha256Hex(bytes) {
|
|
44029
|
-
const h3 =
|
|
44320
|
+
const h3 = createHash7("sha256");
|
|
44030
44321
|
h3.update(bytes);
|
|
44031
44322
|
return h3.digest("hex");
|
|
44032
44323
|
}
|
|
@@ -44041,7 +44332,7 @@ var init_planHash = __esm({
|
|
|
44041
44332
|
|
|
44042
44333
|
// ../producer/src/services/render/stages/freezePlan.ts
|
|
44043
44334
|
import { existsSync as existsSync43, mkdirSync as mkdirSync26, readFileSync as readFileSync30, readdirSync as readdirSync17, writeFileSync as writeFileSync20 } from "fs";
|
|
44044
|
-
import { join as join52, relative as
|
|
44335
|
+
import { join as join52, relative as relative6, resolve as resolve23 } from "path";
|
|
44045
44336
|
function stripUndefined(value) {
|
|
44046
44337
|
if (Array.isArray(value)) return value.map(stripUndefined);
|
|
44047
44338
|
if (value !== null && typeof value === "object") {
|
|
@@ -44067,7 +44358,7 @@ function listPlanFiles(planDir) {
|
|
|
44067
44358
|
walk(full);
|
|
44068
44359
|
} else if (entry.isFile()) {
|
|
44069
44360
|
results.push({
|
|
44070
|
-
planRelativePath:
|
|
44361
|
+
planRelativePath: relative6(rootResolved, full).split(/[\\/]+/).join("/"),
|
|
44071
44362
|
absolutePath: full
|
|
44072
44363
|
});
|
|
44073
44364
|
}
|
|
@@ -44357,7 +44648,7 @@ import {
|
|
|
44357
44648
|
statSync as statSync15,
|
|
44358
44649
|
writeFileSync as writeFileSync21
|
|
44359
44650
|
} from "fs";
|
|
44360
|
-
import { join as join54, relative as
|
|
44651
|
+
import { join as join54, relative as relative7, sep as sep6 } from "path";
|
|
44361
44652
|
function formatBytes(bytes) {
|
|
44362
44653
|
if (bytes < 1024) return `${bytes} B`;
|
|
44363
44654
|
if (bytes < 1024 * 1024) return `${(bytes / 1024).toFixed(1)} KiB`;
|
|
@@ -44554,7 +44845,7 @@ async function plan(projectDir, config, planDir) {
|
|
|
44554
44845
|
recursive: true,
|
|
44555
44846
|
dereference: true,
|
|
44556
44847
|
filter: (src) => {
|
|
44557
|
-
const rel =
|
|
44848
|
+
const rel = relative7(projectDir, src);
|
|
44558
44849
|
if (rel === "" || rel.startsWith("..")) return true;
|
|
44559
44850
|
const firstSegment = rel.split(sep6, 1)[0];
|
|
44560
44851
|
return firstSegment === void 0 || !PLAN_PROJECT_DIR_SKIP_SEGMENTS.has(firstSegment);
|
|
@@ -45656,6 +45947,7 @@ var studioServer_exports = {};
|
|
|
45656
45947
|
__export(studioServer_exports, {
|
|
45657
45948
|
closeThumbnailBrowser: () => closeThumbnailBrowser,
|
|
45658
45949
|
createStudioServer: () => createStudioServer,
|
|
45950
|
+
loadPreviewServerBuildSignature: () => loadPreviewServerBuildSignature,
|
|
45659
45951
|
resolveStudioBundle: () => resolveStudioBundle
|
|
45660
45952
|
});
|
|
45661
45953
|
import { Hono as Hono5 } from "hono";
|
|
@@ -45771,6 +46063,21 @@ async function closeThumbnailBrowser() {
|
|
|
45771
46063
|
await releaseBrowser2(browser).catch(() => {
|
|
45772
46064
|
});
|
|
45773
46065
|
}
|
|
46066
|
+
async function loadPreviewServerBuildSignature() {
|
|
46067
|
+
const runtimeSignature = await loadRuntimeSourceSignature();
|
|
46068
|
+
const studioBundle = resolveStudioBundle();
|
|
46069
|
+
const studioIndex = studioBundle.available && existsSync48(studioBundle.indexPath) ? readFileSync34(studioBundle.indexPath, "utf-8") : "";
|
|
46070
|
+
return hashSignatureParts([
|
|
46071
|
+
VERSION,
|
|
46072
|
+
runtimeSignature,
|
|
46073
|
+
studioIndex,
|
|
46074
|
+
createStudioServer.toString(),
|
|
46075
|
+
createStudioApi.toString(),
|
|
46076
|
+
createProjectSignature.toString(),
|
|
46077
|
+
getMimeType.toString(),
|
|
46078
|
+
getElementScreenshotClip.toString()
|
|
46079
|
+
]);
|
|
46080
|
+
}
|
|
45774
46081
|
function createStudioServer(options) {
|
|
45775
46082
|
const { projectDir, projectName } = options;
|
|
45776
46083
|
const projectId = projectName || basename5(projectDir);
|
|
@@ -45988,12 +46295,17 @@ function createStudioServer(options) {
|
|
|
45988
46295
|
};
|
|
45989
46296
|
const app = new Hono5();
|
|
45990
46297
|
app.get("/__hyperframes_config", (c3) => {
|
|
45991
|
-
|
|
45992
|
-
|
|
45993
|
-
|
|
45994
|
-
|
|
45995
|
-
|
|
45996
|
-
|
|
46298
|
+
const serve4 = async () => {
|
|
46299
|
+
const serverBuildSignature = await loadPreviewServerBuildSignature();
|
|
46300
|
+
return c3.json({
|
|
46301
|
+
isHyperframes: true,
|
|
46302
|
+
projectName: projectId,
|
|
46303
|
+
projectDir,
|
|
46304
|
+
serverBuildSignature,
|
|
46305
|
+
version: VERSION
|
|
46306
|
+
});
|
|
46307
|
+
};
|
|
46308
|
+
return serve4();
|
|
45997
46309
|
});
|
|
45998
46310
|
app.get("/api/runtime.js", (c3) => {
|
|
45999
46311
|
const serve4 = async () => {
|
|
@@ -46308,7 +46620,7 @@ async function runLocalStudioMode(dir, options) {
|
|
|
46308
46620
|
});
|
|
46309
46621
|
}
|
|
46310
46622
|
async function runEmbeddedMode(dir, startPort, options) {
|
|
46311
|
-
const { createStudioServer: createStudioServer2, resolveStudioBundle: resolveStudioBundle2 } = await Promise.resolve().then(() => (init_studioServer(), studioServer_exports));
|
|
46623
|
+
const { createStudioServer: createStudioServer2, loadPreviewServerBuildSignature: loadPreviewServerBuildSignature2, resolveStudioBundle: resolveStudioBundle2 } = await Promise.resolve().then(() => (init_studioServer(), studioServer_exports));
|
|
46312
46624
|
const pName = options?.projectName ?? basename6(dir);
|
|
46313
46625
|
const studioBundle = resolveStudioBundle2();
|
|
46314
46626
|
ge(c2.bold("hyperframes preview"));
|
|
@@ -46328,9 +46640,16 @@ async function runEmbeddedMode(dir, startPort, options) {
|
|
|
46328
46640
|
return;
|
|
46329
46641
|
}
|
|
46330
46642
|
const { app } = createStudioServer2({ projectDir: dir, projectName: pName });
|
|
46643
|
+
const serverBuildSignature = await loadPreviewServerBuildSignature2();
|
|
46331
46644
|
let result;
|
|
46332
46645
|
try {
|
|
46333
|
-
result = await findPortAndServe(
|
|
46646
|
+
result = await findPortAndServe(
|
|
46647
|
+
app.fetch,
|
|
46648
|
+
startPort,
|
|
46649
|
+
dir,
|
|
46650
|
+
!!options?.forceNew,
|
|
46651
|
+
serverBuildSignature
|
|
46652
|
+
);
|
|
46334
46653
|
} catch (err) {
|
|
46335
46654
|
s2.stop(c2.error("Failed to start studio"));
|
|
46336
46655
|
console.error();
|
|
@@ -47432,7 +47751,7 @@ __export(add_exports, {
|
|
|
47432
47751
|
runAdd: () => runAdd
|
|
47433
47752
|
});
|
|
47434
47753
|
import { existsSync as existsSync51 } from "fs";
|
|
47435
|
-
import { resolve as resolve27, relative as
|
|
47754
|
+
import { resolve as resolve27, relative as relative8 } from "path";
|
|
47436
47755
|
function remapTarget(item, originalTarget, paths) {
|
|
47437
47756
|
if (item.type === "hyperframes:block") {
|
|
47438
47757
|
const blocksDir = paths.blocks.replace(/\/+$/, "");
|
|
@@ -47574,7 +47893,7 @@ var init_add = __esm({
|
|
|
47574
47893
|
console.log("");
|
|
47575
47894
|
console.log(`${c2.success("\u2713")} Added ${c2.accent(result.name)} (${result.type})`);
|
|
47576
47895
|
for (const file of result.written) {
|
|
47577
|
-
console.log(` ${c2.dim(
|
|
47896
|
+
console.log(` ${c2.dim(relative8(projectDir, file))}`);
|
|
47578
47897
|
}
|
|
47579
47898
|
if (result.snippet) {
|
|
47580
47899
|
console.log("");
|
|
@@ -48080,7 +48399,7 @@ var init_play = __esm({
|
|
|
48080
48399
|
});
|
|
48081
48400
|
|
|
48082
48401
|
// src/utils/publishProject.ts
|
|
48083
|
-
import { basename as basename9, join as join60, relative as
|
|
48402
|
+
import { basename as basename9, join as join60, relative as relative9 } from "path";
|
|
48084
48403
|
import { readdirSync as readdirSync22, readFileSync as readFileSync37, statSync as statSync19 } from "fs";
|
|
48085
48404
|
import AdmZip from "adm-zip";
|
|
48086
48405
|
function isRecord2(value) {
|
|
@@ -48182,7 +48501,7 @@ function collectProjectFiles(rootDir, currentDir, paths) {
|
|
|
48182
48501
|
for (const entry of readdirSync22(currentDir, { withFileTypes: true })) {
|
|
48183
48502
|
if (shouldIgnoreSegment(entry.name)) continue;
|
|
48184
48503
|
const absolutePath = join60(currentDir, entry.name);
|
|
48185
|
-
const relativePath =
|
|
48504
|
+
const relativePath = relative9(rootDir, absolutePath).replaceAll("\\", "/");
|
|
48186
48505
|
if (!relativePath) continue;
|
|
48187
48506
|
if (entry.isDirectory()) {
|
|
48188
48507
|
collectProjectFiles(rootDir, absolutePath, paths);
|
|
@@ -49601,7 +49920,7 @@ var init_lint3 = __esm({
|
|
|
49601
49920
|
// src/utils/staticProjectServer.ts
|
|
49602
49921
|
import { createServer } from "http";
|
|
49603
49922
|
import { existsSync as existsSync55, readFileSync as readFileSync40 } from "fs";
|
|
49604
|
-
import { isAbsolute as
|
|
49923
|
+
import { isAbsolute as isAbsolute9, relative as relative10, resolve as resolve34 } from "path";
|
|
49605
49924
|
async function serveStaticProjectHtml(projectDir, html, bindErrorMessage = "Failed to bind local HTTP server") {
|
|
49606
49925
|
const server = createServer((req, res) => {
|
|
49607
49926
|
const url = req.url ?? "/";
|
|
@@ -49611,8 +49930,8 @@ async function serveStaticProjectHtml(projectDir, html, bindErrorMessage = "Fail
|
|
|
49611
49930
|
return;
|
|
49612
49931
|
}
|
|
49613
49932
|
const filePath = resolve34(projectDir, decodeURIComponent(url).replace(/^\//, ""));
|
|
49614
|
-
const rel =
|
|
49615
|
-
if (rel.startsWith("..") ||
|
|
49933
|
+
const rel = relative10(projectDir, filePath);
|
|
49934
|
+
if (rel.startsWith("..") || isAbsolute9(rel)) {
|
|
49616
49935
|
res.writeHead(403);
|
|
49617
49936
|
res.end();
|
|
49618
49937
|
return;
|
|
@@ -73954,7 +74273,7 @@ var require_websocket = __commonJS({
|
|
|
73954
74273
|
var http4 = __require("http");
|
|
73955
74274
|
var net2 = __require("net");
|
|
73956
74275
|
var tls = __require("tls");
|
|
73957
|
-
var { randomBytes: randomBytes2, createHash:
|
|
74276
|
+
var { randomBytes: randomBytes2, createHash: createHash8 } = __require("crypto");
|
|
73958
74277
|
var { Duplex, Readable: Readable3 } = __require("stream");
|
|
73959
74278
|
var { URL: URL2 } = __require("url");
|
|
73960
74279
|
var PerMessageDeflate2 = require_permessage_deflate();
|
|
@@ -74614,7 +74933,7 @@ var require_websocket = __commonJS({
|
|
|
74614
74933
|
abortHandshake(websocket, socket, "Invalid Upgrade header");
|
|
74615
74934
|
return;
|
|
74616
74935
|
}
|
|
74617
|
-
const digest =
|
|
74936
|
+
const digest = createHash8("sha1").update(key2 + GUID).digest("base64");
|
|
74618
74937
|
if (res.headers["sec-websocket-accept"] !== digest) {
|
|
74619
74938
|
abortHandshake(websocket, socket, "Invalid Sec-WebSocket-Accept header");
|
|
74620
74939
|
return;
|
|
@@ -74981,7 +75300,7 @@ var require_websocket_server = __commonJS({
|
|
|
74981
75300
|
var EventEmitter = __require("events");
|
|
74982
75301
|
var http4 = __require("http");
|
|
74983
75302
|
var { Duplex } = __require("stream");
|
|
74984
|
-
var { createHash:
|
|
75303
|
+
var { createHash: createHash8 } = __require("crypto");
|
|
74985
75304
|
var extension2 = require_extension();
|
|
74986
75305
|
var PerMessageDeflate2 = require_permessage_deflate();
|
|
74987
75306
|
var subprotocol2 = require_subprotocol();
|
|
@@ -75282,7 +75601,7 @@ var require_websocket_server = __commonJS({
|
|
|
75282
75601
|
);
|
|
75283
75602
|
}
|
|
75284
75603
|
if (this._state > RUNNING) return abortHandshake(socket, 503);
|
|
75285
|
-
const digest =
|
|
75604
|
+
const digest = createHash8("sha1").update(key2 + GUID).digest("base64");
|
|
75286
75605
|
const headers = [
|
|
75287
75606
|
"HTTP/1.1 101 Switching Protocols",
|
|
75288
75607
|
"Upgrade: websocket",
|
|
@@ -93730,7 +94049,7 @@ __export(snapshot_exports, {
|
|
|
93730
94049
|
import { spawn as spawn15 } from "child_process";
|
|
93731
94050
|
import { existsSync as existsSync68, mkdtempSync as mkdtempSync3, readFileSync as readFileSync48, mkdirSync as mkdirSync36, rmSync as rmSync15, writeFileSync as writeFileSync30 } from "fs";
|
|
93732
94051
|
import { tmpdir as tmpdir6 } from "os";
|
|
93733
|
-
import { resolve as resolve41, join as join73, relative as
|
|
94052
|
+
import { resolve as resolve41, join as join73, relative as relative11, isAbsolute as isAbsolute10 } from "path";
|
|
93734
94053
|
async function extractVideoFrameToBuffer(videoPath, timeSeconds, useVp9AlphaDecoder = false) {
|
|
93735
94054
|
const tmp = mkdtempSync3(join73(tmpdir6(), "hf-snapshot-frame-"));
|
|
93736
94055
|
const outPath = join73(tmp, "frame.png");
|
|
@@ -93958,8 +94277,8 @@ async function captureSnapshots(projectDir, opts) {
|
|
|
93958
94277
|
const url = new URL(v2.src);
|
|
93959
94278
|
const decodedPath = decodeURIComponent(url.pathname).replace(/^\//, "");
|
|
93960
94279
|
const candidate = resolve41(projectDir, decodedPath);
|
|
93961
|
-
const rel =
|
|
93962
|
-
if (!rel.startsWith("..") && !
|
|
94280
|
+
const rel = relative11(projectDir, candidate);
|
|
94281
|
+
if (!rel.startsWith("..") && !isAbsolute10(rel) && existsSync68(candidate)) {
|
|
93963
94282
|
filePath = candidate;
|
|
93964
94283
|
}
|
|
93965
94284
|
} catch {
|
|
@@ -98943,7 +99262,7 @@ var init_telemetry2 = __esm({
|
|
|
98943
99262
|
|
|
98944
99263
|
// src/utils/installerDetection.ts
|
|
98945
99264
|
import { realpathSync as realpathSync2 } from "fs";
|
|
98946
|
-
import { posix as
|
|
99265
|
+
import { posix as posix4 } from "path";
|
|
98947
99266
|
function resolveEntry() {
|
|
98948
99267
|
const entry = process.argv[1];
|
|
98949
99268
|
if (!entry) return null;
|
|
@@ -98962,7 +99281,7 @@ function isWorkspaceLink(realEntry) {
|
|
|
98962
99281
|
}
|
|
98963
99282
|
function isEphemeralExec(realEntry) {
|
|
98964
99283
|
const normalized = normalizePath(realEntry);
|
|
98965
|
-
return normalized.includes("/_npx/") || normalized.includes("/.npm/_npx/") ||
|
|
99284
|
+
return normalized.includes("/_npx/") || normalized.includes("/.npm/_npx/") || posix4.basename(posix4.dirname(normalized)).startsWith("bunx-");
|
|
98966
99285
|
}
|
|
98967
99286
|
function isHomebrewInstall(realEntry) {
|
|
98968
99287
|
return normalizePath(realEntry).includes("/Cellar/hyperframes/");
|