hyperframes 0.8.5 → 0.8.7
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 +759 -298
- package/dist/hyperframe-runtime.js +121 -29
- package/dist/hyperframe.manifest.json +1 -1
- package/dist/hyperframe.runtime.iife.js +121 -29
- package/dist/hyperframes-player.global.js +1 -1
- package/dist/studio/assets/{hyperframes-player-DcM3fVcp.js → hyperframes-player-bDcU464i.js} +1 -1
- package/dist/studio/assets/index-Ba9zbpT9.css +1 -0
- package/dist/studio/assets/index-CUXnyoIa.js +428 -0
- package/dist/studio/assets/{index-DgJrvYGf.js → index-FkAs3zRu.js} +1 -1
- package/dist/studio/assets/{index-Del6XWZj.js → index-MSOSP1-J.js} +1 -1
- package/dist/studio/index.d.ts +98 -17
- package/dist/studio/index.html +2 -2
- package/dist/studio/index.js +10337 -7200
- package/dist/studio/index.js.map +1 -1
- package/package.json +3 -3
- package/dist/studio/assets/index-Cx_UrhoW.js +0 -428
- package/dist/studio/assets/index-DcF4s1PG.css +0 -1
package/dist/cli.js
CHANGED
|
@@ -50,7 +50,7 @@ var VERSION;
|
|
|
50
50
|
var init_version = __esm({
|
|
51
51
|
"src/version.ts"() {
|
|
52
52
|
"use strict";
|
|
53
|
-
VERSION = true ? "0.8.
|
|
53
|
+
VERSION = true ? "0.8.7" : "0.0.0-dev";
|
|
54
54
|
}
|
|
55
55
|
});
|
|
56
56
|
|
|
@@ -4828,7 +4828,7 @@ var require_util = __commonJS({
|
|
|
4828
4828
|
}
|
|
4829
4829
|
path2 = url.path;
|
|
4830
4830
|
}
|
|
4831
|
-
var
|
|
4831
|
+
var isAbsolute18 = exports.isAbsolute(path2);
|
|
4832
4832
|
var parts = path2.split(/\/+/);
|
|
4833
4833
|
for (var part, up = 0, i2 = parts.length - 1; i2 >= 0; i2--) {
|
|
4834
4834
|
part = parts[i2];
|
|
@@ -4848,7 +4848,7 @@ var require_util = __commonJS({
|
|
|
4848
4848
|
}
|
|
4849
4849
|
path2 = parts.join("/");
|
|
4850
4850
|
if (path2 === "") {
|
|
4851
|
-
path2 =
|
|
4851
|
+
path2 = isAbsolute18 ? "/" : ".";
|
|
4852
4852
|
}
|
|
4853
4853
|
if (url) {
|
|
4854
4854
|
url.path = path2;
|
|
@@ -58708,7 +58708,7 @@ var RUNTIME_IIFE;
|
|
|
58708
58708
|
var init_runtime_inline = __esm({
|
|
58709
58709
|
"../core/dist/generated/runtime-inline.js"() {
|
|
58710
58710
|
"use strict";
|
|
58711
|
-
RUNTIME_IIFE = '"use strict";(()=>{var Yf=Object.create;var wi=Object.defineProperty;var Xf=Object.getOwnPropertyDescriptor;var Jf=Object.getOwnPropertyNames;var Qf=Object.getPrototypeOf,Zf=Object.prototype.hasOwnProperty;var em=(e,t,n)=>t in e?wi(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var re=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var tm=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of Jf(t))!Zf.call(e,i)&&i!==n&&wi(e,i,{get:()=>t[i],enumerable:!(r=Xf(t,i))||r.enumerable});return e};var nm=(e,t,n)=>(n=e!=null?Yf(Qf(e)):{},tm(t||!e||!e.__esModule?wi(n,"default",{value:e,enumerable:!0}):n,e));var ge=(e,t,n)=>em(e,typeof t!="symbol"?t+"":t,n);var Kl=re((nS,Eo)=>{var Q=String,jl=function(){return{isColorSupported:!1,reset:Q,bold:Q,dim:Q,italic:Q,underline:Q,inverse:Q,hidden:Q,strikethrough:Q,black:Q,red:Q,green:Q,yellow:Q,blue:Q,magenta:Q,cyan:Q,white:Q,gray:Q,bgBlack:Q,bgRed:Q,bgGreen:Q,bgYellow:Q,bgBlue:Q,bgMagenta:Q,bgCyan:Q,bgWhite:Q,blackBright:Q,redBright:Q,greenBright:Q,yellowBright:Q,blueBright:Q,magentaBright:Q,cyanBright:Q,whiteBright:Q,bgBlackBright:Q,bgRedBright:Q,bgGreenBright:Q,bgYellowBright:Q,bgBlueBright:Q,bgMagentaBright:Q,bgCyanBright:Q,bgWhiteBright:Q}};Eo.exports=jl();Eo.exports.createColors=jl});var Ao=re(()=>{});var Mr=re((oS,Jl)=>{"use strict";var Yl=Kl(),Xl=Ao(),kn=class e extends Error{constructor(t,n,r,i,o,a){super(t),this.name="CssSyntaxError",this.reason=t,o&&(this.file=o),i&&(this.source=i),a&&(this.plugin=a),typeof n<"u"&&typeof r<"u"&&(typeof n=="number"?(this.line=n,this.column=r):(this.line=n.line,this.column=n.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,e)}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(t){if(!this.source)return"";let n=this.source;t==null&&(t=Yl.isColorSupported);let r=c=>c,i=c=>c,o=c=>c;if(t){let{bold:c,gray:m,red:f}=Yl.createColors(!0);i=p=>c(f(p)),r=p=>m(p),Xl&&(o=p=>Xl(p))}let a=n.split(/\\r?\\n/),l=Math.max(this.line-3,0),s=Math.min(this.line+2,a.length),u=String(s).length;return a.slice(l,s).map((c,m)=>{let f=l+1+m,p=" "+(" "+f).slice(-u)+" | ";if(f===this.line){if(c.length>160){let v=20,x=Math.max(0,this.column-v),w=Math.max(this.column+v,this.endColumn+v),R=c.slice(x,w),T=r(p.replace(/\\d/g," "))+c.slice(0,Math.min(this.column-1,v-1)).replace(/[^\\t]/g," ");return i(">")+r(p)+o(R)+`\n `+T+i("^")}let b=r(p.replace(/\\d/g," "))+c.slice(0,this.column-1).replace(/[^\\t]/g," ");return i(">")+r(p)+o(c)+`\n `+b+i("^")}return" "+r(p)+o(c)}).join(`\n`)}toString(){let t=this.showSourceCode();return t&&(t=`\n\n`+t+`\n`),this.name+": "+this.message+t}};Jl.exports=kn;kn.default=kn});var Co=re((aS,Zl)=>{"use strict";var _0=/(<)(\\/?style\\b)/gi,w0=/(<)(!--)/g;function pt(e){return typeof e!="string"||!e.includes("<")?e:e.replace(_0,"\\\\3c $2").replace(w0,"\\\\3c $2")}var Ql={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:" ",beforeRule:`\n`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function T0(e){return e[0].toUpperCase()+e.slice(1)}var Fn=class{constructor(t){this.builder=t}atrule(t,n){let r=t.raws,i="@"+t.name,o=t.params?this.rawValue(t,"params"):"";if(typeof r.afterName<"u"?i+=r.afterName:o&&(i+=" "),t.nodes)this.block(t,i+o);else{let a=(r.between||"")+(n?";":"");this.builder(pt(i+o+a),t)}}beforeAfter(t,n){let r;t.type==="decl"?r=this.raw(t,null,"beforeDecl"):t.type==="comment"?r=this.raw(t,null,"beforeComment"):n==="before"?r=this.raw(t,null,"beforeRule"):r=this.raw(t,null,"beforeClose");let i=t.parent,o=0;for(;i&&i.type!=="root";)o+=1,i=i.parent;if(r.includes(`\n`)){let a=this.raw(t,null,"indent");if(a.length)for(let l=0;l<o;l++)r+=a}return r}block(t,n){let r=this.raw(t,"between","beforeOpen");this.builder(pt(n+r)+"{",t,"start");let i;t.nodes&&t.nodes.length?(this.body(t),i=this.raw(t,"after")):i=this.raw(t,"after","emptyBody"),i&&this.builder(pt(i)),this.builder("}",t,"end")}body(t){let n=t.nodes,r=n.length-1;for(;r>0&&n[r].type==="comment";)r-=1;let i=this.raw(t,"semicolon"),o=t.type==="document";for(let a=0;a<n.length;a++){let l=n[a],s=this.raw(l,"before");s&&this.builder(o?s:pt(s)),this.stringify(l,r!==a||i)}}comment(t){let n=this.raw(t,"left","commentLeft"),r=this.raw(t,"right","commentRight");this.builder(pt("/*"+n+t.text+r+"*/"),t)}decl(t,n){let r=t.raws,i=this.raw(t,"between","colon"),o=t.prop+i+this.rawValue(t,"value");t.important&&(o+=r.important||" !important"),n&&(o+=";"),this.builder(pt(o),t)}document(t){this.body(t)}raw(t,n,r){let i;if(r||(r=n),n&&(i=t.raws[n],typeof i<"u"))return i;let o=t.parent;if(r==="before"&&(!o||o.type==="root"&&o.first===t||o&&o.type==="document"))return"";if(!o)return Ql[r];let a=t.root(),l=a.rawCache||(a.rawCache={});if(typeof l[r]<"u")return l[r];if(r==="before"||r==="after")return this.beforeAfter(t,r);{let s="raw"+T0(r);this[s]?i=this[s](a,t):a.walk(u=>{if(i=u.raws[n],typeof i<"u")return!1})}return typeof i>"u"&&(i=Ql[r]),l[r]=i,i}rawBeforeClose(t){let n;return t.walk(r=>{if(r.nodes&&r.nodes.length>0&&typeof r.raws.after<"u")return n=r.raws.after,n.includes(`\n`)&&(n=n.replace(/[^\\n]+$/,"")),!1}),n&&(n=n.replace(/\\S/g,"")),n}rawBeforeComment(t,n){let r;return t.walkComments(i=>{if(typeof i.raws.before<"u")return r=i.raws.before,r.includes(`\n`)&&(r=r.replace(/[^\\n]+$/,"")),!1}),typeof r>"u"?r=this.raw(n,null,"beforeDecl"):r&&(r=r.replace(/\\S/g,"")),r}rawBeforeDecl(t,n){let r;return t.walkDecls(i=>{if(typeof i.raws.before<"u")return r=i.raws.before,r.includes(`\n`)&&(r=r.replace(/[^\\n]+$/,"")),!1}),typeof r>"u"?r=this.raw(n,null,"beforeRule"):r&&(r=r.replace(/\\S/g,"")),r}rawBeforeOpen(t){let n;return t.walk(r=>{if(r.type!=="decl"&&(n=r.raws.between,typeof n<"u"))return!1}),n}rawBeforeRule(t){let n;return t.walk(r=>{if(r.nodes&&(r.parent!==t||t.first!==r)&&typeof r.raws.before<"u")return n=r.raws.before,n.includes(`\n`)&&(n=n.replace(/[^\\n]+$/,"")),!1}),n&&(n=n.replace(/\\S/g,"")),n}rawColon(t){let n;return t.walkDecls(r=>{if(typeof r.raws.between<"u")return n=r.raws.between.replace(/[^\\s:]/g,""),!1}),n}rawEmptyBody(t){let n;return t.walk(r=>{if(r.nodes&&r.nodes.length===0&&(n=r.raws.after,typeof n<"u"))return!1}),n}rawIndent(t){if(t.raws.indent)return t.raws.indent;let n;return t.walk(r=>{let i=r.parent;if(i&&i!==t&&i.parent&&i.parent===t&&typeof r.raws.before<"u"){let o=r.raws.before.split(`\n`);return n=o[o.length-1],n=n.replace(/\\S/g,""),!1}}),n}rawSemicolon(t){let n;return t.walk(r=>{if(r.nodes&&r.nodes.length&&r.last.type==="decl"&&(n=r.raws.semicolon,typeof n<"u"))return!1}),n}rawValue(t,n){let r=t[n],i=t.raws[n];return i&&i.value===r?i.raw:r}root(t){if(this.body(t),t.raws.after){let n=t.raws.after,r=t.parent&&t.parent.type==="document";this.builder(r?n:pt(n))}}rule(t){this.block(t,this.rawValue(t,"selector")),t.raws.ownSemicolon&&this.builder(pt(t.raws.ownSemicolon),t,"end")}stringify(t,n){if(!this[t.type])throw new Error("Unknown AST node type "+t.type+". Maybe you need to change PostCSS stringifier.");this[t.type](t,n)}};Zl.exports=Fn;Fn.default=Fn});var Mn=re((sS,eu)=>{"use strict";var R0=Co();function _o(e,t){new R0(t).stringify(e)}eu.exports=_o;_o.default=_o});var Nr=re((lS,wo)=>{"use strict";wo.exports.isClean=Symbol("isClean");wo.exports.my=Symbol("my")});var Dn=re((uS,tu)=>{"use strict";var k0=Mr(),F0=Co(),M0=Mn(),{isClean:Nn,my:N0}=Nr();function To(e,t){let n=new e.constructor;for(let r in e){if(!Object.prototype.hasOwnProperty.call(e,r)||r==="proxyCache")continue;let i=e[r],o=typeof i;r==="parent"&&o==="object"?t&&(n[r]=t):r==="source"?n[r]=i:Array.isArray(i)?n[r]=i.map(a=>To(a,n)):(o==="object"&&i!==null&&(i=To(i)),n[r]=i)}return n}function nt(e,t){if(t&&typeof t.offset<"u")return t.offset;let n=1,r=1,i=0;for(let o=0;o<e.length;o++){if(r===t.line&&n===t.column){i=o;break}e[o]===`\n`?(n=1,r+=1):n+=1}return i}var Ln=class{get proxyOf(){return this}constructor(t={}){this.raws={},this[Nn]=!1,this[N0]=!0;for(let n in t)if(n==="nodes"){this.nodes=[];for(let r of t[n])typeof r.clone=="function"?this.append(r.clone()):this.append(r)}else this[n]=t[n]}addToError(t){if(t.postcssNode=this,t.stack&&this.source&&/\\n\\s{4}at /.test(t.stack)){let n=this.source;t.stack=t.stack.replace(/\\n\\s{4}at /,`$&${n.input.from}:${n.start.line}:${n.start.column}$&`)}return t}after(t){return this.parent.insertAfter(this,t),this}assign(t={}){for(let n in t)this[n]=t[n];return this}before(t){return this.parent.insertBefore(this,t),this}cleanRaws(t){delete this.raws.before,delete this.raws.after,t||delete this.raws.between}clone(t={}){let n=To(this);for(let r in t)n[r]=t[r];return n}cloneAfter(t={}){let n=this.clone(t);return this.parent.insertAfter(this,n),n}cloneBefore(t={}){let n=this.clone(t);return this.parent.insertBefore(this,n),n}error(t,n={}){if(this.source){let{end:r,start:i}=this.rangeBy(n);return this.source.input.error(t,{column:i.column,line:i.line},{column:r.column,line:r.line},n)}return new k0(t)}getProxyProcessor(){return{get(t,n){return n==="proxyOf"?t:n==="root"?()=>t.root().toProxy():t[n]},set(t,n,r){return t[n]===r||(t[n]=r,(n==="prop"||n==="value"||n==="name"||n==="params"||n==="important"||n==="text")&&t.markDirty()),!0}}}markClean(){this[Nn]=!0}markDirty(){if(this[Nn]){this[Nn]=!1;let t=this;for(;t=t.parent;)t[Nn]=!1}}next(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t+1]}positionBy(t={}){let n=this.source.start;if(t.index)n=this.positionInside(t.index);else if(t.word){let r="document"in this.source.input?this.source.input.document:this.source.input.css,o=r.slice(nt(r,this.source.start),nt(r,this.source.end)).indexOf(t.word);o!==-1&&(n=this.positionInside(o))}return n}positionInside(t){let n=this.source.start.column,r=this.source.start.line,i="document"in this.source.input?this.source.input.document:this.source.input.css,o=nt(i,this.source.start),a=o+t;for(let l=o;l<a;l++)i[l]===`\n`?(n=1,r+=1):n+=1;return{column:n,line:r,offset:a}}prev(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t-1]}rangeBy(t={}){let n="document"in this.source.input?this.source.input.document:this.source.input.css,r={column:this.source.start.column,line:this.source.start.line,offset:nt(n,this.source.start)},i=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:nt(n,this.source.end)+1}:{column:r.column+1,line:r.line,offset:r.offset+1};if(t.word){let a=n.slice(nt(n,this.source.start),nt(n,this.source.end)).indexOf(t.word);a!==-1&&(r=this.positionInside(a),i=this.positionInside(a+t.word.length))}else t.start?r={column:t.start.column,line:t.start.line,offset:nt(n,t.start)}:t.index&&(r=this.positionInside(t.index)),t.end?i={column:t.end.column,line:t.end.line,offset:nt(n,t.end)}:typeof t.endIndex=="number"?i=this.positionInside(t.endIndex):t.index&&(i=this.positionInside(t.index+1));return(i.line<r.line||i.line===r.line&&i.column<=r.column)&&(i={column:r.column+1,line:r.line,offset:r.offset+1}),{end:i,start:r}}raw(t,n){return new F0().raw(this,t,n)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...t){if(this.parent){let n=this,r=!1;for(let i of t)i===this?r=!0:r?(this.parent.insertAfter(n,i),n=i):this.parent.insertBefore(n,i);r||this.remove()}return this}root(){let t=this;for(;t.parent&&t.parent.type!=="document";)t=t.parent;return t}toJSON(t,n){let r={},i=n==null;n=n||new Map;let o=0;for(let a in this){if(!Object.prototype.hasOwnProperty.call(this,a)||a==="parent"||a==="proxyCache")continue;let l=this[a];if(Array.isArray(l))r[a]=l.map(s=>typeof s=="object"&&s.toJSON?s.toJSON(null,n):s);else if(typeof l=="object"&&l.toJSON)r[a]=l.toJSON(null,n);else if(a==="source"){if(l==null)continue;let s=n.get(l.input);s==null&&(s=o,n.set(l.input,o),o++),r[a]={end:l.end,inputId:s,start:l.start}}else r[a]=l}return i&&(r.inputs=[...n.keys()].map(a=>a.toJSON())),r}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(t=M0){t.stringify&&(t=t.stringify);let n="";return t(this,r=>{n+=r}),n}warn(t,n,r={}){let i={node:this};for(let o in r)i[o]=r[o];return t.warn(n,i)}};tu.exports=Ln;Ln.default=Ln});var Pn=re((cS,nu)=>{"use strict";var L0=Dn(),In=class extends L0{constructor(t){super(t),this.type="comment"}};nu.exports=In;In.default=In});var Hn=re((dS,ru)=>{"use strict";var D0=Dn(),On=class extends D0{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(t){t&&typeof t.value<"u"&&typeof t.value!="string"&&(t={...t,value:String(t.value)}),super(t),this.type="decl"}};ru.exports=On;On.default=On});var ht=re((fS,fu)=>{"use strict";var iu=Pn(),ou=Hn(),I0=Dn(),{isClean:au,my:su}=Nr(),Ro,lu,uu,ko;function cu(e){return e.map(t=>(t.nodes&&(t.nodes=cu(t.nodes)),delete t.source,t))}function du(e){if(e[au]=!1,e.proxyOf.nodes)for(let t of e.proxyOf.nodes)du(t)}var Ve=class e extends I0{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(...t){for(let n of t){let r=this.normalize(n,this.last);for(let i of r)this.proxyOf.nodes.push(i)}return this.markDirty(),this}cleanRaws(t){if(super.cleanRaws(t),this.nodes)for(let n of this.nodes)n.cleanRaws(t)}each(t){if(!this.proxyOf.nodes)return;let n=this.getIterator(),r,i;for(;this.indexes[n]<this.proxyOf.nodes.length&&(r=this.indexes[n],i=t(this.proxyOf.nodes[r],r),i!==!1);)this.indexes[n]+=1;return delete this.indexes[n],i}every(t){return this.nodes.every(t)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let t=this.lastEach;return this.indexes[t]=0,t}getProxyProcessor(){return{get(t,n){return n==="proxyOf"?t:t[n]?n==="each"||typeof n=="string"&&n.startsWith("walk")?(...r)=>t[n](...r.map(i=>typeof i=="function"?(o,a)=>i(o.toProxy(),a):i)):n==="every"||n==="some"?r=>t[n]((i,...o)=>r(i.toProxy(),...o)):n==="root"?()=>t.root().toProxy():n==="nodes"?t.nodes.map(r=>r.toProxy()):n==="first"||n==="last"?t[n].toProxy():t[n]:t[n]},set(t,n,r){return t[n]===r||(t[n]=r,(n==="name"||n==="params"||n==="selector")&&t.markDirty()),!0}}}index(t){return typeof t=="number"?t:(t.proxyOf&&(t=t.proxyOf),this.proxyOf.nodes.indexOf(t))}insertAfter(t,n){let r=this.index(t),i=this.normalize(n,this.proxyOf.nodes[r]).reverse();r=this.index(t);for(let a of i)this.proxyOf.nodes.splice(r+1,0,a);let o;for(let a in this.indexes)o=this.indexes[a],r<o&&(this.indexes[a]=o+i.length);return this.markDirty(),this}insertBefore(t,n){let r=this.index(t),i=r===0?"prepend":!1,o=this.normalize(n,this.proxyOf.nodes[r],i).reverse();r=this.index(t);for(let l of o)this.proxyOf.nodes.splice(r,0,l);let a;for(let l in this.indexes)a=this.indexes[l],r<=a&&(this.indexes[l]=a+o.length);return this.markDirty(),this}normalize(t,n){if(typeof t=="string")t=cu(lu(t).nodes);else if(typeof t>"u")t=[];else if(Array.isArray(t)){t=t.slice(0);for(let i of t)i.parent&&i.parent.removeChild(i,"ignore")}else if(t.type==="root"&&this.type!=="document"){t=t.nodes.slice(0);for(let i of t)i.parent&&i.parent.removeChild(i,"ignore")}else if(t.type)t=[t];else if(t.prop){if(typeof t.value>"u")throw new Error("Value field is missed in node creation");typeof t.value!="string"&&(t.value=String(t.value)),t=[new ou(t)]}else if(t.selector||t.selectors)t=[new ko(t)];else if(t.name)t=[new Ro(t)];else if(t.text)t=[new iu(t)];else throw new Error("Unknown node type in node creation");return t.map(i=>(i[su]||e.rebuild(i),i=i.proxyOf,i.parent&&i.parent.removeChild(i),i[au]&&du(i),i.raws||(i.raws={}),typeof i.raws.before>"u"&&n&&typeof n.raws.before<"u"&&(i.raws.before=n.raws.before.replace(/\\S/g,"")),i.parent=this.proxyOf,i))}prepend(...t){t=t.reverse();for(let n of t){let r=this.normalize(n,this.first,"prepend").reverse();for(let i of r)this.proxyOf.nodes.unshift(i);for(let i in this.indexes)this.indexes[i]=this.indexes[i]+r.length}return this.markDirty(),this}push(t){return t.parent=this,this.proxyOf.nodes.push(t),this}removeAll(){for(let t of this.proxyOf.nodes)t.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(t){t=this.index(t),this.proxyOf.nodes[t].parent=void 0,this.proxyOf.nodes.splice(t,1);let n;for(let r in this.indexes)n=this.indexes[r],n>=t&&(this.indexes[r]=n-1);return this.markDirty(),this}replaceValues(t,n,r){return r||(r=n,n={}),this.walkDecls(i=>{n.props&&!n.props.includes(i.prop)||n.fast&&!i.value.includes(n.fast)||(i.value=i.value.replace(t,r))}),this.markDirty(),this}some(t){return this.nodes.some(t)}walk(t){return this.each((n,r)=>{let i;try{i=t(n,r)}catch(o){throw n.addToError(o)}return i!==!1&&n.walk&&(i=n.walk(t)),i})}walkAtRules(t,n){return n?t instanceof RegExp?this.walk((r,i)=>{if(r.type==="atrule"&&t.test(r.name))return n(r,i)}):this.walk((r,i)=>{if(r.type==="atrule"&&r.name===t)return n(r,i)}):(n=t,this.walk((r,i)=>{if(r.type==="atrule")return n(r,i)}))}walkComments(t){return this.walk((n,r)=>{if(n.type==="comment")return t(n,r)})}walkDecls(t,n){return n?t instanceof RegExp?this.walk((r,i)=>{if(r.type==="decl"&&t.test(r.prop))return n(r,i)}):this.walk((r,i)=>{if(r.type==="decl"&&r.prop===t)return n(r,i)}):(n=t,this.walk((r,i)=>{if(r.type==="decl")return n(r,i)}))}walkRules(t,n){return n?t instanceof RegExp?this.walk((r,i)=>{if(r.type==="rule"&&t.test(r.selector))return n(r,i)}):this.walk((r,i)=>{if(r.type==="rule"&&r.selector===t)return n(r,i)}):(n=t,this.walk((r,i)=>{if(r.type==="rule")return n(r,i)}))}};Ve.registerParse=e=>{lu=e};Ve.registerRule=e=>{ko=e};Ve.registerAtRule=e=>{Ro=e};Ve.registerRoot=e=>{uu=e};fu.exports=Ve;Ve.default=Ve;Ve.rebuild=e=>{e.type==="atrule"?Object.setPrototypeOf(e,Ro.prototype):e.type==="rule"?Object.setPrototypeOf(e,ko.prototype):e.type==="decl"?Object.setPrototypeOf(e,ou.prototype):e.type==="comment"?Object.setPrototypeOf(e,iu.prototype):e.type==="root"&&Object.setPrototypeOf(e,uu.prototype),e[su]=!0,e.nodes&&e.nodes.forEach(t=>{Ve.rebuild(t)})}});var Lr=re((mS,pu)=>{"use strict";var mu=ht(),$t=class extends mu{constructor(t){super(t),this.type="atrule"}append(...t){return this.proxyOf.nodes||(this.nodes=[]),super.append(...t)}prepend(...t){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...t)}};pu.exports=$t;$t.default=$t;mu.registerAtRule($t)});var Dr=re((pS,bu)=>{"use strict";var P0=ht(),hu,gu,Tt=class extends P0{constructor(t){super({type:"document",...t}),this.nodes||(this.nodes=[])}toResult(t={}){return new hu(new gu,this,t).stringify()}};Tt.registerLazyResult=e=>{hu=e};Tt.registerProcessor=e=>{gu=e};bu.exports=Tt;Tt.default=Tt});var yu=re((hS,xu)=>{var O0="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",H0=(e,t=21)=>(n=t)=>{let r="",i=n|0;for(;i--;)r+=e[Math.random()*e.length|0];return r},G0=(e=21)=>{let t="",n=e|0;for(;n--;)t+=O0[Math.random()*64|0];return t};xu.exports={nanoid:G0,customAlphabet:H0}});var Ir=re(()=>{});var Pr=re(()=>{});var Fo=re(()=>{});var vu=re(()=>{});var No=re((CS,Au)=>{"use strict";var{existsSync:B0,readFileSync:U0}=vu(),{dirname:Mo,join:W0}=Ir(),{SourceMapConsumer:Su,SourceMapGenerator:Eu}=Pr();function V0(e){return Buffer?Buffer.from(e,"base64").toString():window.atob(e)}var Gn=class{constructor(t,n){if(n.map===!1)return;n.unsafeMap&&(this.unsafeMap=!0),this.loadAnnotation(t),this.inline=this.startWith(this.annotation,"data:");let r=n.map?n.map.prev:void 0,i=this.loadMap(n.from,r);!this.mapFile&&n.from&&(this.mapFile=n.from),this.mapFile&&(this.root=Mo(this.mapFile)),i&&(this.text=i)}consumer(){return this.consumerCache||(this.consumerCache=new Su(this.json||this.text)),this.consumerCache}decodeInline(t){let n=/^data:application\\/json;charset=utf-?8;base64,/,r=/^data:application\\/json;base64,/,i=/^data:application\\/json;charset=utf-?8,/,o=/^data:application\\/json,/,a=t.match(i)||t.match(o);if(a)return decodeURIComponent(t.substr(a[0].length));let l=t.match(n)||t.match(r);if(l)return V0(t.substr(l[0].length));let s=t.slice(22);throw s=s.slice(0,s.indexOf(",")),new Error("Unsupported source map encoding "+s)}getAnnotationURL(t){return t.replace(/^\\/\\*\\s*# sourceMappingURL=/,"").trim()}isMap(t){return typeof t!="object"?!1:typeof t.mappings=="string"||typeof t._mappings=="string"||Array.isArray(t.sections)}loadAnnotation(t){let n=t.match(/\\/\\*\\s*# sourceMappingURL=/g);if(!n)return;let r=t.lastIndexOf(n.pop()),i=t.indexOf("*/",r);r>-1&&i>-1&&(this.annotation=this.getAnnotationURL(t.substring(r,i)))}loadFile(t,n,r){if(!(!r&&!this.unsafeMap&&!/\\.map$/i.test(t))&&(this.root=Mo(t),B0(t)))return this.mapFile=t,U0(t,"utf-8").toString().trim()}loadMap(t,n){if(n===!1)return!1;if(n){if(typeof n=="string")return n;if(typeof n=="function"){let r=n(t);if(r){let i=this.loadFile(r,t,!0);if(!i)throw new Error("Unable to load previous source map: "+r.toString());return i}}else{if(n instanceof Su)return Eu.fromSourceMap(n).toString();if(n instanceof Eu)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 r=this.annotation;t&&(r=W0(Mo(t),r));let i=this.loadFile(r,t,!1);if(i)try{this.json=JSON.parse(i.replace(/^\\)]}\'[^\\n]*\\n/,""))}catch{return}return i}}}startWith(t,n){return t?t.substr(0,n.length)===n:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};Au.exports=Gn;Gn.default=Gn});var Bn=re((_S,Ru)=>{"use strict";var{nanoid:z0}=yu(),{isAbsolute:Io,resolve:Po}=Ir(),{SourceMapConsumer:q0,SourceMapGenerator:$0}=Pr(),{fileURLToPath:Cu,pathToFileURL:Or}=Fo(),_u=Mr(),j0=No(),Lo=Ao(),Do=Symbol("lineToIndexCache"),K0=!!(q0&&$0),wu=!!(Po&&Io);function Tu(e){if(e[Do])return e[Do];let t=e.css.split(`\n`),n=new Array(t.length),r=0;for(let i=0,o=t.length;i<o;i++)n[i]=r,r+=t[i].length+1;return e[Do]=n,n}var jt=class{get from(){return this.file||this.id}constructor(t,n={}){if(t===null||typeof t>"u"||typeof t=="object"&&!t.toString)throw new Error(`PostCSS received ${t} instead of CSS string`);if(this.css=t.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&&(!wu||/^\\w+:\\/\\//.test(n.from)||Io(n.from)?this.file=n.from:this.file=Po(n.from)),wu&&K0){let r=new j0(this.css,n);if(r.text){this.map=r;let i=r.consumer().file;!this.file&&i&&(this.file=this.mapResolve(i))}}this.file||(this.id="<input css "+z0(6)+">"),this.map&&(this.map.file=this.from)}error(t,n,r,i={}){let o,a,l,s,u;if(n&&typeof n=="object"){let m=n,f=r;if(typeof m.offset=="number"){s=m.offset;let p=this.fromOffset(s);n=p.line,r=p.col}else n=m.line,r=m.column,s=this.fromLineAndColumn(n,r);if(typeof f.offset=="number"){l=f.offset;let p=this.fromOffset(l);a=p.line,o=p.col}else a=f.line,o=f.column,l=this.fromLineAndColumn(f.line,f.column)}else if(r)s=this.fromLineAndColumn(n,r);else{s=n;let m=this.fromOffset(s);n=m.line,r=m.col}let c=this.origin(n,r,a,o);return c?u=new _u(t,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,i.plugin):u=new _u(t,a===void 0?n:{column:r,line:n},a===void 0?r:{column:o,line:a},this.css,this.file,i.plugin),u.input={column:r,endColumn:o,endLine:a,endOffset:l,line:n,offset:s,source:this.css},this.file&&(Or&&(u.input.url=Or(this.file).toString()),u.input.file=this.file),u}fromLineAndColumn(t,n){return Tu(this)[t-1]+n-1}fromOffset(t){let n=Tu(this),r=n[n.length-1],i=0;if(t>=r)i=n.length-1;else{let o=n.length-2,a;for(;i<o;)if(a=i+(o-i>>1),t<n[a])o=a-1;else if(t>=n[a+1])i=a+1;else{i=a;break}}return{col:t-n[i]+1,line:i+1}}mapResolve(t){return/^\\w+:\\/\\//.test(t)?t:Po(this.map.consumer().sourceRoot||this.map.root||".",t)}origin(t,n,r,i){if(!this.map)return!1;let o=this.map.consumer(),a=o.originalPositionFor({column:n,line:t});if(!a.source)return!1;let l;typeof r=="number"&&(l=o.originalPositionFor({column:i,line:r}));let s;Io(a.source)?s=Or(a.source):s=new URL(a.source,this.map.consumer().sourceRoot||Or(this.map.mapFile));let u={column:a.column,endColumn:l&&l.column,endLine:l&&l.line,line:a.line,url:s.toString()};if(s.protocol==="file:")if(Cu)u.file=Cu(s);else throw new Error("file: protocol is not available in this PostCSS build");let c=o.sourceContentFor(a.source);return c&&(u.source=c),u}toJSON(){let t={};for(let n of["hasBOM","css","file","id"])this[n]!=null&&(t[n]=this[n]);return this.map&&(t.map={...this.map},t.map.consumerCache&&(t.map.consumerCache=void 0)),t}};Ru.exports=jt;jt.default=jt;Lo&&Lo.registerInput&&Lo.registerInput(jt)});var Kt=re((wS,Nu)=>{"use strict";var ku=ht(),Fu,Mu,gt=class extends ku{constructor(t){super(t),this.type="root",this.nodes||(this.nodes=[])}normalize(t,n,r){let i=super.normalize(t);if(n){if(r==="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 i)o.raws.before=n.raws.before}return i}removeChild(t,n){let r=this.index(t);return!n&&r===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(t)}toResult(t={}){return new Fu(new Mu,this,t).stringify()}};gt.registerLazyResult=e=>{Fu=e};gt.registerProcessor=e=>{Mu=e};Nu.exports=gt;gt.default=gt;ku.registerRoot(gt)});var Oo=re((TS,Lu)=>{"use strict";var Un={comma(e){return Un.split(e,[","],!0)},space(e){let t=[" ",`\n`," "];return Un.split(e,t)},split(e,t,n){let r=[],i="",o=!1,a=0,l=!1,s="",u=!1;for(let c of e)u?u=!1:c==="\\\\"?u=!0:l?c===s&&(l=!1):c===\'"\'||c==="\'"?(l=!0,s=c):c==="("?a+=1:c===")"?a>0&&(a-=1):a===0&&t.includes(c)&&(o=!0),o?(i!==""&&r.push(i.trim()),i="",o=!1):i+=c;return(n||i!=="")&&r.push(i.trim()),r}};Lu.exports=Un;Un.default=Un});var Hr=re((RS,Iu)=>{"use strict";var Du=ht(),Y0=Oo(),Yt=class extends Du{get selectors(){return Y0.comma(this.selector)}set selectors(t){let n=this.selector?this.selector.match(/,\\s*/):null,r=n?n[0]:","+this.raw("between","beforeOpen");this.selector=t.join(r)}constructor(t){super(t),this.type="rule",this.nodes||(this.nodes=[])}};Iu.exports=Yt;Yt.default=Yt;Du.registerRule(Yt)});var Ou=re((kS,Pu)=>{"use strict";var X0=Lr(),J0=Pn(),Q0=Hn(),Z0=Bn(),eh=No(),th=Kt(),nh=Hr();function Wn(e,t){if(Array.isArray(e))return e.map(i=>Wn(i));let{inputs:n,...r}=e;if(n){t=[];for(let i of n){let o={...i,__proto__:Z0.prototype};o.map&&(o.map={...o.map,__proto__:eh.prototype}),t.push(o)}}if(r.nodes&&(r.nodes=e.nodes.map(i=>Wn(i,t))),r.source){let{inputId:i,...o}=r.source;r.source=o,i!=null&&(r.source.input=t[i])}if(r.type==="root")return new th(r);if(r.type==="decl")return new Q0(r);if(r.type==="rule")return new nh(r);if(r.type==="comment")return new J0(r);if(r.type==="atrule")return new X0(r);throw new Error("Unknown node type: "+e.type)}Pu.exports=Wn;Wn.default=Wn});var Go=re((FS,Vu)=>{"use strict";var{dirname:Gr,relative:Gu,resolve:Bu,sep:Uu}=Ir(),{SourceMapConsumer:Wu,SourceMapGenerator:Br}=Pr(),{pathToFileURL:Hu}=Fo(),rh=Bn(),ih=!!(Wu&&Br),oh=!!(Gr&&Bu&&Gu&&Uu),Ho=class{constructor(t,n,r,i){this.stringify=t,this.mapOpts=r.map||{},this.root=n,this.opts=r,this.css=i,this.originalCSS=i,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let t;this.isInline()?t="data:application/json;base64,"+this.toBase64(this.map.toString()):typeof this.mapOpts.annotation=="string"?t=this.mapOpts.annotation:typeof this.mapOpts.annotation=="function"?t=this.mapOpts.annotation(this.opts.to,this.root):t=this.outputFile()+".map";let n=`\n`;this.css.includes(`\\r\n`)&&(n=`\\r\n`),this.css+=n+"/*# sourceMappingURL="+t+" */"}applyPrevMaps(){for(let t of this.previous()){let n=this.toUrl(this.path(t.file)),r=t.root||Gr(t.file),i;this.mapOpts.sourcesContent===!1?(i=new Wu(t.text),i.sourcesContent&&(i.sourcesContent=null)):i=t.consumer(),this.map.applySourceMap(i,n,this.toUrl(this.path(r)))}}clearAnnotation(){if(this.mapOpts.annotation!==!1){if(this.root){let t;for(let n=this.root.nodes.length-1;n>=0;n--)t=this.root.nodes[n],t.type==="comment"&&t.text.startsWith("# sourceMappingURL=")&&this.root.removeChild(n)}else if(this.css){let t;for(;(t=this.css.lastIndexOf("/*#"))!==-1;){let n=this.css.indexOf("*/",t+3);if(n===-1)break;for(;t>0&&this.css[t-1]===`\n`;)t--;this.css=this.css.slice(0,t)+this.css.slice(n+2)}}}}generate(){if(this.clearAnnotation(),oh&&ih&&this.isMap())return this.generateMap();{let t="";return this.stringify(this.root,n=>{t+=n}),[t]}}generateMap(){if(this.root)this.generateString();else if(this.previous().length===1){let t=this.previous()[0].consumer();t.file=this.outputFile(),this.map=Br.fromSourceMap(t,{ignoreInvalidMapping:!0})}else this.map=new Br({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 Br({file:this.outputFile(),ignoreInvalidMapping:!0});let t=1,n=1,r="<no source>",i={generated:{column:0,line:0},original:{column:0,line:0},source:""},o,a;this.stringify(this.root,(l,s,u)=>{if(this.css+=l,s&&u!=="end"&&(i.generated.line=t,i.generated.column=n-1,s.source&&s.source.start?(i.source=this.sourcePath(s),i.original.line=s.source.start.line,i.original.column=s.source.start.column-1,this.map.addMapping(i)):(i.source=r,i.original.line=1,i.original.column=0,this.map.addMapping(i))),a=l.match(/\\n/g),a?(t+=a.length,o=l.lastIndexOf(`\n`),n=l.length-o):n+=l.length,s&&u!=="start"){let c=s.parent||{raws:{}};(!(s.type==="decl"||s.type==="atrule"&&!s.nodes)||s!==c.last||c.raws.semicolon)&&(s.source&&s.source.end?(i.source=this.sourcePath(s),i.original.line=s.source.end.line,i.original.column=s.source.end.column-1,i.generated.line=t,i.generated.column=n-2,this.map.addMapping(i)):(i.source=r,i.original.line=1,i.original.column=0,i.generated.line=t,i.generated.column=n-1,this.map.addMapping(i)))}})}isAnnotation(){return this.isInline()?!0:typeof this.mapOpts.annotation<"u"?this.mapOpts.annotation:this.previous().length?this.previous().some(t=>t.annotation):!0}isInline(){if(typeof this.mapOpts.inline<"u")return this.mapOpts.inline;let t=this.mapOpts.annotation;return typeof t<"u"&&t!==!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(t=>t.withContent()):!0}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(t){if(this.mapOpts.absolute||t.charCodeAt(0)===60||/^\\w+:\\/\\//.test(t))return t;let n=this.memoizedPaths.get(t);if(n)return n;let r=this.opts.to?Gr(this.opts.to):".";typeof this.mapOpts.annotation=="string"&&(r=Gr(Bu(r,this.mapOpts.annotation)));let i=Gu(r,t);return this.memoizedPaths.set(t,i),i}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk(t=>{if(t.source&&t.source.input.map){let n=t.source.input.map;this.previousMaps.includes(n)||this.previousMaps.push(n)}});else{let t=new rh(this.originalCSS,this.opts);t.map&&this.previousMaps.push(t.map)}return this.previousMaps}setSourcesContent(){let t={};if(this.root)this.root.walk(n=>{if(n.source){let r=n.source.input.from;if(r&&!t[r]){t[r]=!0;let i=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(i,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(t){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(t.source.input.from):this.toUrl(this.path(t.source.input.from))}toBase64(t){return Buffer?Buffer.from(t).toString("base64"):window.btoa(unescape(encodeURIComponent(t)))}toFileUrl(t){let n=this.memoizedFileURLs.get(t);if(n)return n;if(Hu){let r=Hu(t).toString();return this.memoizedFileURLs.set(t,r),r}else throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(t){let n=this.memoizedURLs.get(t);if(n)return n;Uu==="\\\\"&&(t=t.replace(/\\\\/g,"/"));let r=encodeURI(t).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(t,r),r}};Vu.exports=Ho});var $u=re((MS,qu)=>{"use strict";var Ur=/[\\t\\n\\f\\r "#\'()/;[\\\\\\]{}]/g,Wr=/[\\t\\n\\f\\r !"#\'():;@[\\\\\\]{}]|\\/(?=\\*)/g,ah=/.[\\r\\n"\'(/\\\\]/,zu=/[\\da-f]/i;qu.exports=function(t,n={}){let r=t.css.valueOf(),i=n.ignoreErrors,o,a,l,s,u,c,m,f,p,b,v=r.length,x=0,w=[],R=[],T=-1;function F(){return x}function M(_){throw t.error("Unclosed "+_,x)}function A(){return R.length===0&&x>=v}function S(_){if(R.length)return R.pop();if(x>=v)return;let N=_?_.ignoreUnclosed:!1;switch(o=r.charCodeAt(x),o){case 10:case 32:case 9:case 13:case 12:{s=x;do s+=1,o=r.charCodeAt(s);while(o===32||o===10||o===9||o===13||o===12);c=["space",r.slice(x,s)],x=s-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let D=String.fromCharCode(o);c=[D,D,x];break}case 40:{if(b=w.length?w.pop()[1]:"",p=r.charCodeAt(x+1),b==="url"&&p!==39&&p!==34&&p!==32&&p!==10&&p!==9&&p!==12&&p!==13){s=x;do{if(m=!1,s=r.indexOf(")",s+1),s===-1)if(i||N){s=x;break}else M("bracket");for(f=s;r.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);c=["brackets",r.slice(x,s+1),x,s],x=s}else x<=T?c=["(","(",x]:(s=r.indexOf(")",x+1),a=r.slice(x,s+1),s===-1||ah.test(a)?(T=s===-1?v:s,c=["(","(",x]):(c=["brackets",a,x,s],x=s));break}case 39:case 34:{u=o===39?"\'":\'"\',s=x;do{if(m=!1,s=r.indexOf(u,s+1),s===-1)if(i||N){s=x+1;break}else M("string");for(f=s;r.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);c=["string",r.slice(x,s+1),x,s],x=s;break}case 64:{Ur.lastIndex=x+1,Ur.test(r),Ur.lastIndex===0?s=r.length-1:s=Ur.lastIndex-2,c=["at-word",r.slice(x,s+1),x,s],x=s;break}case 92:{for(s=x,l=!0;r.charCodeAt(s+1)===92;)s+=1,l=!l;if(o=r.charCodeAt(s+1),l&&o!==47&&o!==32&&o!==10&&o!==9&&o!==13&&o!==12&&(s+=1,zu.test(r.charAt(s)))){for(;zu.test(r.charAt(s+1));)s+=1;r.charCodeAt(s+1)===32&&(s+=1)}c=["word",r.slice(x,s+1),x,s],x=s;break}default:{o===47&&r.charCodeAt(x+1)===42?(s=r.indexOf("*/",x+2)+1,s===0&&(i||N?s=r.length:M("comment")),c=["comment",r.slice(x,s+1),x,s],x=s):(Wr.lastIndex=x+1,Wr.test(r),Wr.lastIndex===0?s=r.length-1:s=Wr.lastIndex-2,c=["word",r.slice(x,s+1),x,s],w.push(c),x=s);break}}return x++,c}function E(_){R.push(_)}return{back:E,endOfFile:A,nextToken:S,position:F}}});var Xu=re((NS,Yu)=>{"use strict";var sh=Lr(),lh=Pn(),uh=Hn(),ch=Kt(),ju=Hr(),dh=$u(),Ku={empty:!0,space:!0};function fh(e){for(let t=e.length-1;t>=0;t--){let n=e[t],r=n[3]||n[2];if(r)return r}}var Bo=class{constructor(t){this.input=t,this.root=new ch,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:t,start:{column:1,line:1,offset:0}}}atrule(t){let n=new sh;n.name=t[1].slice(1),n.name===""&&this.unnamedAtrule(n,t),this.init(n,t[2]);let r,i,o,a=!1,l=!1,s=[],u=[];for(;!this.tokenizer.endOfFile();){if(t=this.tokenizer.nextToken(),r=t[0],r==="("||r==="["?u.push(r==="("?")":"]"):r==="{"&&u.length>0?u.push("}"):r===u[u.length-1]&&u.pop(),u.length===0)if(r===";"){n.source.end=this.getPosition(t[2]),n.source.end.offset++,this.semicolon=!0;break}else if(r==="{"){l=!0;break}else if(r==="}"){if(s.length>0){for(o=s.length-1,i=s[o];i&&i[0]==="space";)i=s[--o];i&&(n.source.end=this.getPosition(i[3]||i[2]),n.source.end.offset++)}this.end(t);break}else s.push(t);else s.push(t);if(this.tokenizer.endOfFile()){a=!0;break}}n.raws.between=this.spacesAndCommentsFromEnd(s),s.length?(n.raws.afterName=this.spacesAndCommentsFromStart(s),this.raw(n,"params",s),a&&(t=s[s.length-1],n.source.end=this.getPosition(t[3]||t[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(t){let n=this.colon(t);if(n===!1)return;let r=0,i;for(let o=n-1;o>=0&&(i=t[o],!(i[0]!=="space"&&(r+=1,r===2)));o--);throw this.input.error("Missed semicolon",i[0]==="word"?i[3]+1:i[2])}colon(t){let n=0,r,i,o;for(let[a,l]of t.entries()){if(i=l,o=i[0],o==="("&&(n+=1),o===")"&&(n-=1),n===0&&o===":")if(!r)this.doubleColon(i);else{if(r[0]==="word"&&r[1]==="progid")continue;return a}r=i}return!1}comment(t){let n=new lh;this.init(n,t[2]),n.source.end=this.getPosition(t[3]||t[2]),n.source.end.offset++;let r=t[1].slice(2,-2);if(!r.trim())n.text="",n.raws.left=r,n.raws.right="";else{let i=r.match(/^(\\s*)([^]*\\S)(\\s*)$/);n.text=i[2],n.raws.left=i[1],n.raws.right=i[3]}}createTokenizer(){this.tokenizer=dh(this.input)}decl(t,n){let r=new uh;this.init(r,t[0][2]);let i=t[t.length-1];for(i[0]===";"&&(this.semicolon=!0,t.pop()),r.source.end=this.getPosition(i[3]||i[2]||fh(t)),r.source.end.offset++;t[0][0]!=="word";)t.length===1&&this.unknownWord(t),r.raws.before+=t.shift()[1];for(r.source.start=this.getPosition(t[0][2]),r.prop="";t.length;){let u=t[0][0];if(u===":"||u==="space"||u==="comment")break;r.prop+=t.shift()[1]}r.raws.between="";let o;for(;t.length;)if(o=t.shift(),o[0]===":"){r.raws.between+=o[1];break}else o[0]==="word"&&/\\w/.test(o[1])&&this.unknownWord([o]),r.raws.between+=o[1];(r.prop[0]==="_"||r.prop[0]==="*")&&(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let a=[],l;for(;t.length&&(l=t[0][0],!(l!=="space"&&l!=="comment"));)a.push(t.shift());this.precheckMissedSemicolon(t);for(let u=t.length-1;u>=0;u--){if(o=t[u],o[1].toLowerCase()==="!important"){r.important=!0;let c=this.stringFrom(t,u);c=this.spacesFromEnd(t)+c,c!==" !important"&&(r.raws.important=c);break}else if(o[1].toLowerCase()==="important"){let c=t.slice(0),m="";for(let f=u;f>0;f--){let p=c[f][0];if(m.trim().startsWith("!")&&p!=="space")break;m=c.pop()[1]+m}m.trim().startsWith("!")&&(r.important=!0,r.raws.important=m,t=c)}if(o[0]!=="space"&&o[0]!=="comment")break}t.some(u=>u[0]!=="space"&&u[0]!=="comment")&&(r.raws.between+=a.map(u=>u[1]).join(""),a=[]),this.raw(r,"value",a.concat(t),n),r.value.includes(":")&&!n&&this.checkMissedSemicolon(t)}doubleColon(t){throw this.input.error("Double colon",{offset:t[2]},{offset:t[2]+t[1].length})}emptyRule(t){let n=new ju;this.init(n,t[2]),n.selector="",n.raws.between="",this.current=n}end(t){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(t[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(t)}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(t){if(this.spaces+=t[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(t[2]),n.source.end.offset+=n.raws.ownSemicolon.length)}}getPosition(t){let n=this.input.fromOffset(t);return{column:n.col,line:n.line,offset:t}}init(t,n){this.current.push(t),t.source={input:this.input,start:this.getPosition(n)},t.raws.before=this.spaces,this.spaces="",t.type!=="comment"&&(this.semicolon=!1)}other(t){let n=!1,r=null,i=!1,o=null,a=[],l=t[1].startsWith("--"),s=[],u=t;for(;u;){if(r=u[0],s.push(u),r==="("||r==="[")o||(o=u),a.push(r==="("?")":"]");else if(l&&i&&r==="{")o||(o=u),a.push("}");else if(a.length===0)if(r===";")if(i){this.decl(s,l);return}else break;else if(r==="{"){this.rule(s);return}else if(r==="}"){this.tokenizer.back(s.pop()),n=!0;break}else r===":"&&(i=!0);else r===a[a.length-1]&&(a.pop(),a.length===0&&(o=null));u=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(n=!0),a.length>0&&this.unclosedBracket(o),n&&i){if(!l)for(;s.length&&(u=s[s.length-1][0],!(u!=="space"&&u!=="comment"));)this.tokenizer.back(s.pop());this.decl(s,l)}else this.unknownWord(s)}parse(){let t;for(;!this.tokenizer.endOfFile();)switch(t=this.tokenizer.nextToken(),t[0]){case"space":this.spaces+=t[1];break;case";":this.freeSemicolon(t);break;case"}":this.end(t);break;case"comment":this.comment(t);break;case"at-word":this.atrule(t);break;case"{":this.emptyRule(t);break;default:this.other(t);break}this.endFile()}precheckMissedSemicolon(){}raw(t,n,r,i){let o,a,l=r.length,s="",u=!0,c,m;for(let f=0;f<l;f+=1)o=r[f],a=o[0],a==="space"&&f===l-1&&!i?u=!1:a==="comment"?(m=r[f-1]?r[f-1][0]:"empty",c=r[f+1]?r[f+1][0]:"empty",!Ku[m]&&!Ku[c]?s.slice(-1)===","?u=!1:s+=o[1]:u=!1):s+=o[1];if(!u){let f=r.reduce((p,b)=>p+b[1],"");t.raws[n]={raw:f,value:s}}t[n]=s}rule(t){t.pop();let n=new ju;this.init(n,t[0][2]),n.raws.between=this.spacesAndCommentsFromEnd(t),this.raw(n,"selector",t),this.current=n}spacesAndCommentsFromEnd(t){let n,r="";for(;t.length&&(n=t[t.length-1][0],!(n!=="space"&&n!=="comment"));)r=t.pop()[1]+r;return r}spacesAndCommentsFromStart(t){let n,r="";for(;t.length&&(n=t[0][0],!(n!=="space"&&n!=="comment"));)r+=t.shift()[1];return r}spacesFromEnd(t){let n,r="";for(;t.length&&(n=t[t.length-1][0],n==="space");)r=t.pop()[1]+r;return r}stringFrom(t,n){let r="";for(let i=n;i<t.length;i++)r+=t[i][1];return t.splice(n,t.length-n),r}unclosedBlock(){let t=this.current.source.start;throw this.input.error("Unclosed block",t.line,t.column)}unclosedBracket(t){throw this.input.error("Unclosed bracket",{offset:t[2]},{offset:t[2]+1})}unexpectedClose(t){throw this.input.error("Unexpected }",{offset:t[2]},{offset:t[2]+1})}unknownWord(t){throw this.input.error("Unknown word "+t[0][1],{offset:t[0][2]},{offset:t[0][2]+t[0][1].length})}unnamedAtrule(t,n){throw this.input.error("At-rule without name",{offset:n[2]},{offset:n[2]+n[1].length})}};Yu.exports=Bo});var zr=re((LS,Ju)=>{"use strict";var mh=ht(),ph=Bn(),hh=Xu();function Vr(e,t){let n=new ph(e,t),r=new hh(n);try{r.parse()}catch(i){throw i}return r.root}Ju.exports=Vr;Vr.default=Vr;mh.registerParse(Vr)});var Uo=re((DS,Qu)=>{"use strict";var Vn=class{constructor(t,n={}){if(this.type="warning",this.text=t,n.node&&n.node.source){let r=n.node.rangeBy(n);this.line=r.start.line,this.column=r.start.column,this.endLine=r.end.line,this.endColumn=r.end.column}for(let r in n)this[r]=n[r]}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}};Qu.exports=Vn;Vn.default=Vn});var qr=re((IS,Zu)=>{"use strict";var gh=Uo(),zn=class{get content(){return this.css}constructor(t,n,r){this.processor=t,this.messages=[],this.root=n,this.opts=r,this.css="",this.map=void 0}toString(){return this.css}warn(t,n={}){n.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(n.plugin=this.lastPlugin.postcssPlugin);let r=new gh(t,n);return this.messages.push(r),r}warnings(){return this.messages.filter(t=>t.type==="warning")}};Zu.exports=zn;zn.default=zn});var Wo=re((PS,tc)=>{"use strict";var ec={};tc.exports=function(t){ec[t]||(ec[t]=!0,typeof console<"u"&&console.warn&&console.warn(t))}});var qo=re((HS,oc)=>{"use strict";var bh=ht(),xh=Dr(),yh=Go(),vh=zr(),nc=qr(),Sh=Kt(),Eh=Mn(),{isClean:Xe,my:Ah}=Nr(),OS=Wo(),Ch={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},_h={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},wh={Once:!0,postcssPlugin:!0,prepare:!0},Xt=0;function qn(e){return typeof e=="object"&&typeof e.then=="function"}function ic(e){let t=!1,n=Ch[e.type];return e.type==="decl"?t=e.prop.toLowerCase():e.type==="atrule"&&(t=e.name.toLowerCase()),t&&e.append?[n,n+"-"+t,Xt,n+"Exit",n+"Exit-"+t]:t?[n,n+"-"+t,n+"Exit",n+"Exit-"+t]:e.append?[n,Xt,n+"Exit"]:[n,n+"Exit"]}function rc(e){let t;return e.type==="document"?t=["Document",Xt,"DocumentExit"]:e.type==="root"?t=["Root",Xt,"RootExit"]:t=ic(e),{eventIndex:0,events:t,iterator:0,node:e,visitorIndex:0,visitors:[]}}function Vo(e){return e[Xe]=!1,e.nodes&&e.nodes.forEach(t=>Vo(t)),e}var zo={},bt=class e{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(t,n,r){this.stringified=!1,this.processed=!1;let i;if(typeof n=="object"&&n!==null&&(n.type==="root"||n.type==="document"))i=Vo(n);else if(n instanceof e||n instanceof nc)i=Vo(n.root),n.map&&(typeof r.map>"u"&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=n.map);else{let o=vh;r.syntax&&(o=r.syntax.parse),r.parser&&(o=r.parser),o.parse&&(o=o.parse);try{i=o(n,r)}catch(a){this.processed=!0,this.error=a}i&&!i[Ah]&&bh.rebuild(i)}this.result=new nc(t,i,r),this.helpers={...zo,postcss:zo,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(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(t,n){let r=this.result.lastPlugin;try{n&&n.addToError(t),this.error=t,t.name==="CssSyntaxError"&&!t.plugin?(t.plugin=r.postcssPlugin,t.setMessage()):r.postcssVersion}catch(i){console&&console.error&&console.error(i)}return t}prepareVisitors(){this.listeners={};let t=(n,r,i)=>{this.listeners[r]||(this.listeners[r]=[]),this.listeners[r].push([n,i])};for(let n of this.plugins)if(typeof n=="object")for(let r in n){if(!_h[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${n.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!wh[r])if(typeof n[r]=="object")for(let i in n[r])i==="*"?t(n,r,n[r][i]):t(n,r+"-"+i.toLowerCase(),n[r][i]);else typeof n[r]=="function"&&t(n,r,n[r])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let t=0;t<this.plugins.length;t++){let n=this.plugins[t],r=this.runOnRoot(n);if(qn(r))try{await r}catch(i){throw this.handleError(i)}}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[Xe];){t[Xe]=!0;let n=[rc(t)];for(;n.length>0;){let r=this.visitTick(n);if(qn(r))try{await r}catch(i){let o=n[n.length-1].node;throw this.handleError(i,o)}}}if(this.listeners.OnceExit)for(let[n,r]of this.listeners.OnceExit){this.result.lastPlugin=n;try{if(t.type==="document"){let i=t.nodes.map(o=>r(o,this.helpers));await Promise.all(i)}else await r(t,this.helpers)}catch(i){throw this.handleError(i)}}}return this.processed=!0,this.stringify()}runOnRoot(t){this.result.lastPlugin=t;try{if(typeof t=="object"&&t.Once){if(this.result.root.type==="document"){let n=this.result.root.nodes.map(r=>t.Once(r,this.helpers));return qn(n[0])?Promise.all(n):n}return t.Once(this.result.root,this.helpers)}else if(typeof t=="function")return t(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 t=this.result.opts,n=Eh;t.syntax&&(n=t.syntax.stringify),t.stringifier&&(n=t.stringifier),n.stringify&&(n=n.stringify);let r=this.result.root.source;if(t.map===void 0&&!(r&&r.input&&r.input.map)){let a="";return n(this.result.root,l=>{a+=l}),this.result.css=a,this.result}let o=new yh(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 t of this.plugins){let n=this.runOnRoot(t);if(qn(n))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[Xe];)t[Xe]=!0,this.walkSync(t);if(this.listeners.OnceExit)if(t.type==="document")for(let n of t.nodes)this.visitSync(this.listeners.OnceExit,n);else this.visitSync(this.listeners.OnceExit,t)}return this.result}then(t,n){return this.async().then(t,n)}toString(){return this.css}visitSync(t,n){for(let[r,i]of t){this.result.lastPlugin=r;let o;try{o=i(n,this.helpers)}catch(a){throw this.handleError(a,n.proxyOf)}if(n.type!=="root"&&n.type!=="document"&&!n.parent)return!0;if(qn(o))throw this.getAsyncError()}}visitTick(t){let n=t[t.length-1],{node:r,visitors:i}=n;if(r.type!=="root"&&r.type!=="document"&&!r.parent){t.pop();return}if(i.length>0&&n.visitorIndex<i.length){let[a,l]=i[n.visitorIndex];n.visitorIndex+=1,n.visitorIndex===i.length&&(n.visitors=[],n.visitorIndex=0),this.result.lastPlugin=a;try{return l(r.toProxy(),this.helpers)}catch(s){throw this.handleError(s,r)}}if(n.iterator!==0){let a=n.iterator,l;for(;l=r.nodes[r.indexes[a]];)if(r.indexes[a]+=1,!l[Xe]){l[Xe]=!0,t.push(rc(l));return}n.iterator=0,delete r.indexes[a]}let o=n.events;for(;n.eventIndex<o.length;){let a=o[n.eventIndex];if(n.eventIndex+=1,a===Xt){r.nodes&&r.nodes.length&&(r[Xe]=!0,n.iterator=r.getIterator());return}else if(this.listeners[a]){n.visitors=this.listeners[a];return}}t.pop()}walkSync(t){t[Xe]=!0;let n=ic(t);for(let r of n)if(r===Xt)t.nodes&&t.each(i=>{i[Xe]||this.walkSync(i)});else{let i=this.listeners[r];if(i&&this.visitSync(i,t.toProxy()))return}}warnings(){return this.sync().warnings()}};bt.registerPostcss=e=>{zo=e};oc.exports=bt;bt.default=bt;Sh.registerLazyResult(bt);xh.registerLazyResult(bt)});var sc=re((BS,ac)=>{"use strict";var Th=Go(),Rh=zr(),kh=qr(),Fh=Mn(),GS=Wo(),$n=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 t,n=Rh;try{t=n(this._css,this._opts)}catch(r){this.error=r}if(this.error)throw this.error;return this._root=t,t}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(t,n,r){n=n.toString(),this.stringified=!1,this._processor=t,this._css=n,this._opts=r,this._map=void 0;let i=Fh;this.result=new kh(this._processor,void 0,this._opts),this.result.css=n;let o=this;Object.defineProperty(this.result,"root",{get(){return o.root}});let a=new Th(i,void 0,this._opts,n);if(a.isMap()){let[l,s]=a.generate();l&&(this.result.css=l),s&&(this.result.map=s)}else a.clearAnnotation(),this.result.css=a.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}sync(){if(this.error)throw this.error;return this.result}then(t,n){return this.async().then(t,n)}toString(){return this._css}warnings(){return[]}};ac.exports=$n;$n.default=$n});var uc=re((US,lc)=>{"use strict";var Mh=Dr(),Nh=qo(),Lh=sc(),Dh=Kt(),Rt=class{constructor(t=[]){this.version="8.5.14",this.plugins=this.normalize(t)}normalize(t){let n=[];for(let r of t)if(r.postcss===!0?r=r():r.postcss&&(r=r.postcss),typeof r=="object"&&Array.isArray(r.plugins))n=n.concat(r.plugins);else if(typeof r=="object"&&r.postcssPlugin)n.push(r);else if(typeof r=="function")n.push(r);else if(!(typeof r=="object"&&(r.parse||r.stringify)))throw new Error(r+" is not a PostCSS plugin");return n}process(t,n={}){return!this.plugins.length&&!n.parser&&!n.stringifier&&!n.syntax?new Lh(this,t,n):new Nh(this,t,n)}use(t){return this.plugins=this.plugins.concat(this.normalize([t])),this}};lc.exports=Rt;Rt.default=Rt;Dh.registerProcessor(Rt);Mh.registerProcessor(Rt)});var bc=re((WS,gc)=>{"use strict";var cc=Lr(),dc=Pn(),Ih=ht(),Ph=Mr(),fc=Hn(),mc=Dr(),Oh=Ou(),Hh=Bn(),Gh=qo(),Bh=Oo(),Uh=Dn(),Wh=zr(),$o=uc(),Vh=qr(),pc=Kt(),hc=Hr(),zh=Mn(),qh=Uo();function le(...e){return e.length===1&&Array.isArray(e[0])&&(e=e[0]),new $o(e)}le.plugin=function(t,n){let r=!1;function i(...a){console&&console.warn&&!r&&(r=!0,console.warn(t+`: postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration`),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(t+`: \\u91CC\\u9762 postcss.plugin \\u88AB\\u5F03\\u7528. \\u8FC1\\u79FB\\u6307\\u5357:\nhttps://www.w3ctech.com/topic/2226`));let l=n(...a);return l.postcssPlugin=t,l.postcssVersion=new $o().version,l}let o;return Object.defineProperty(i,"postcss",{get(){return o||(o=i()),o}}),i.process=function(a,l,s){return le([i(s)]).process(a,l)},i};le.stringify=zh;le.parse=Wh;le.fromJSON=Oh;le.list=Bh;le.comment=e=>new dc(e);le.atRule=e=>new cc(e);le.decl=e=>new fc(e);le.rule=e=>new hc(e);le.root=e=>new pc(e);le.document=e=>new mc(e);le.CssSyntaxError=Ph;le.Declaration=fc;le.Container=Ih;le.Processor=$o;le.Document=mc;le.Comment=dc;le.Warning=qh;le.AtRule=cc;le.Result=Vh;le.Input=Hh;le.Rule=hc;le.Root=pc;le.Node=Uh;Gh.registerPostcss(le);gc.exports=le;le.default=le});function cr(){return globalThis}function L(e,t){if(typeof window>"u")return;let n=cr(),r=n.__hf?.onSwallowed;if(r)try{r({label:e,error:t})}catch(i){}(n.__hfDebug||n.__HYPERFRAMES_DEBUG)&&console.debug(`[hyperframes] ${e} swallowed:`,t)}var rm=["seconds-time","rational-fps","seek-keep-playing","composition-manifest-v1"];function im(e,t){let n=Math.abs(e),r=Math.abs(t);for(;r!==0;){let i=n%r;n=r,r=i}return n||1}function om(e){let t=Number.isFinite(e)&&e>0?e:30,n=Number.isInteger(t)?1:1e6,r=Math.round(t*n),i=im(r,n);return{numerator:r/i,denominator:n/i}}function Ti(e){if(typeof e!="object"||e===null)return null;let t=e;return!Number.isFinite(t.numerator)||!Number.isFinite(t.denominator)||(t.numerator??0)<=0||(t.denominator??0)<=0?null:Number(t.numerator)/Number(t.denominator)}function dr(e){return{protocolVersion:1,capabilities:rm,fps:om(e)}}function am(e){return Array.isArray(e)&&e.every(t=>typeof t=="string")}function ts(e,t=30){if(typeof e!="object"||e===null)return{status:"legacy",fps:t};let n=e;if(n.protocolVersion===void 0)return{status:"legacy",fps:t};if(n.protocolVersion!==1)return{status:"unsupported",code:"unsupported_protocol_version",receivedVersion:n.protocolVersion};let r=Ti(n.fps);return r===null||!am(n.capabilities)?{status:"unsupported",code:"invalid_protocol_metadata",receivedVersion:n.protocolVersion}:{status:"supported",fps:r,metadata:n}}var ns=30;function rs(e){ns=Number.isFinite(e)&&e>0?e:30}function ye(e){try{window.parent.postMessage({...e,...dr(ns)},"*")}catch(t){L("bridge.postMessage",t)}}var sm={play:(e,t)=>t.onPlay(),pause:(e,t)=>t.onPause(),"stop-media":(e,t)=>t.onStopMedia(),seek:(e,t)=>t.onSeek(lm(e,t),e.seekMode??"commit"),tick:(e,t)=>t.onTick(),"set-muted":(e,t)=>t.onSetMuted(!!e.muted),"set-volume":(e,t)=>t.onSetVolume(Math.max(0,Math.min(1,Number(e.volume??1)))),"set-media-output-muted":(e,t)=>t.onSetMediaOutputMuted(!!e.muted),"set-native-media-sync-disabled":(e,t)=>t.onSetNativeMediaSyncDisabled(!!e.disabled),"set-web-audio-media-disabled":(e,t)=>t.onSetWebAudioMediaDisabled(!!e.disabled),"set-playback-rate":(e,t)=>t.onSetPlaybackRate(Number(e.playbackRate??1)),"set-root-duration":(e,t)=>t.onSetRootDuration(Number(e.durationSeconds??0)),"set-color-grading":(e,t)=>t.onSetColorGrading(e.target??null,e.grading??null),"set-color-grading-compare":(e,t)=>t.onSetColorGradingCompare(e.target??null,e.compare??null),"enable-pick-mode":(e,t)=>t.onEnablePickMode(),"disable-pick-mode":(e,t)=>t.onDisablePickMode(),"flash-elements":e=>cm(e)};function lm(e,t){let n=Number(e.timeSeconds);if(Number.isFinite(n))return Math.max(0,n);let i=Ti(e.fps)??t.getCanonicalFps();return Math.max(0,Number(e.frame??0))/i}function um(e){let t=ts(e);return t.status!=="unsupported"?!1:(ye({source:"hf-preview",type:"diagnostic",code:`runtime.protocol.${t.code}`,details:{receivedVersion:typeof t.receivedVersion=="string"||typeof t.receivedVersion=="number"?t.receivedVersion:null}}),!0)}function cm(e){let t=e.selectors,n=e.duration||800;t&&dm(t,n)}function is(e){let t=n=>{let r=n.data;if(!r||r.source!=="hf-parent"||r.type!=="control"||um(r))return;let i=r.action;if(typeof i!="string")return;let o=sm[i];o&&o(r,e)};return window.addEventListener("message",t),ye({source:"hf-preview",type:"ready"}),t}function dm(e,t){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 ${t}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 e)try{document.querySelectorAll(n).forEach(i=>{i.classList.add("__hf-flash"),setTimeout(()=>i.classList.remove("__hf-flash"),t)})}catch(r){L("bridge.flashElements.querySelector",r)}}var Ri=null;function os(e){Ri=e}function Ne(e,t){if(Ri)try{Ri({source:"hf-preview",type:"analytics",event:e,properties:t??{}})}catch(n){L("runtime.analytics.site1",n)}}function fm(e){let t=e.toLowerCase().replace(/[^a-z0-9]+/g,"-"),n=0,r=t.length;for(;n<r&&t[n]==="-";)n++;for(;r>n&&t[r-1]==="-";)r--;let i=t.slice(n,r);return i.length>0?i:"node"}function It(e){return`--${fm(e)}`}function as(e){let t=new Map;for(let n of e){let r=It(n),i=t.get(r);i?i.includes(n)||i.push(n):t.set(r,[n])}return[...t.values()].filter(n=>n.length>1)}function ls(){if(typeof document>"u")return{};let e=new Set;document.documentElement?.hasAttribute("data-composition-variables")&&e.add(document.documentElement);for(let i of Array.from(document.querySelectorAll("[data-composition-variables]")))e.add(i);let t={};for(let i of e)Object.assign(t,cn(i));let n=mr(),r={...t,...n};for(let i of e)Fi(i,r);return r}var ss=new Set;function us(e){let t=e?.getAttribute("data-composition-variables");if(!t)return[];let n;try{n=JSON.parse(t)}catch{return[]}return Array.isArray(n)?n.filter(r=>!!r&&typeof r=="object"):[]}function mm(e,t){return t?.trim()||e.getAttribute("data-composition-id")?.trim()||e.querySelector("[data-composition-id]")?.getAttribute("data-composition-id")?.trim()||"composition"}function pm(e){return Array.isArray(e.options)?e.options.map(t=>t&&typeof t=="object"?t.value:t).filter(t=>typeof t=="string"||typeof t=="number"):[]}function hm(e,t){if(typeof e.id!="string")return null;let n=t[e.id];if(n==null||"default"in e&&String(n)===String(e.default))return null;let r=pm(e);return r.length===0||r.some(i=>String(i)===String(n))?null:{id:e.id,value:n,allowed:r}}function Fi(e,t,n){if(!e)return;let r=us(e);if(r.length===0)return;let i=mm(e,n);for(let o of r){let a=hm(o,t);if(!a)continue;let l=`${i}|${a.id}|${String(a.value)}`;if(ss.has(l))continue;ss.add(l);let s="default"in o?JSON.stringify(o.default):"the composition default";console.warn(`[hyperframes] runtime_unknown_enum_value: ${i} variable "${a.id}" got ${JSON.stringify(a.value)}, which is not a declared option (${a.allowed.join(", ")}). Rendering ${s} instead.`)}}function cn(e){let t={};for(let n of us(e))typeof n.id!="string"||!("default"in n)||(t[n.id]=n.default);return t}var ki="data-hf-css-vars";function fr(e){return"style"in e&&typeof e.style?.setProperty=="function"}function Mi(e,t){if(!fr(e))return;let n=[];for(let[r,i]of Object.entries(t))if(typeof i=="string"&&i!==""||typeof i=="number"){let o=It(r);e.style.setProperty(o,String(i)),n.push(o)}n.length>0&&e.setAttribute(ki,n.join(" "))}function cs(e,t,n){let r={};for(let[i,o]of Object.entries(t)){let a=It(i);((fr(e)?e.style.getPropertyValue(a):"")||(n?n.getComputedStyle(e).getPropertyValue(a):"")).trim()===""&&(r[i]=o)}return r}function ds(e){if(!fr(e))return;let t=e.getAttribute(ki);if(t){for(let n of t.split(" "))n.startsWith("--")&&e.style.removeProperty(n);e.removeAttribute(ki)}}function fs(e){let t=new Set;e.documentElement?.hasAttribute("data-composition-variables")&&t.add(e.documentElement);for(let i of Array.from(e.querySelectorAll("[data-composition-variables]")))t.add(i);let n=mr(),r=[];for(let i of t)r.push(...gm(i,n,e.defaultView));for(let i of as(r))console.warn(`composition variables ${i.join(", ")} collapse to the same CSS property ${It(i[0]??"")} \\u2014 rename one to avoid cross-talk`)}function gm(e,t,n){if(!fr(e))return[];let r=cn(e),i={};for(let[o,a]of Object.entries(r)){if(o in t)continue;let l=It(o);(e.style.getPropertyValue(l)||(n?n.getComputedStyle(e).getPropertyValue(l):"")).trim()===""&&(i[o]=a)}for(let[o,a]of Object.entries(t))o in r&&(i[o]=a);return Mi(e,i),Object.keys(r)}function ms(e){let t=e.getAttribute("data-variable-values");if(!t)return{};let n;try{n=JSON.parse(t)}catch{return{}}return!n||typeof n!="object"||Array.isArray(n)?{}:n}function mr(){if(typeof window>"u")return{};let e=window.__hfVariables;return!e||typeof e!="object"||Array.isArray(e)?{}:e}function ps(e){let t=[],n=u=>{if(typeof u.getAnimations!="function")return[];try{return u.getAnimations()}catch{return[]}},r=u=>e?.resolveStartSeconds?e.resolveStartSeconds(u):Number.parseFloat(u.getAttribute("data-start")??"0")||0,i=(u,c)=>{let m=null;try{m=u.effect?.getComputedTiming?.()??null}catch(p){L("runtime.adapters.css.site5",p)}if(!m)return{};let f=Number(m.endTime);return Number.isFinite(f)?{endSeconds:c+f/1e3}:{unbounded:!0}},o=(u,c)=>{for(let m of u){try{m.currentTime=c}catch(f){L("runtime.adapters.css.site1",f)}try{m.pause()}catch(f){L("runtime.adapters.css.site2",f)}}},a=u=>{for(let c of u)try{c.play()}catch(m){L("runtime.adapters.css.site3",m)}},l=u=>{for(let c of u)try{c.pause()}catch(m){L("runtime.adapters.css.site4",m)}},s=u=>{u.baseDelay?u.el.style.animationDelay=u.baseDelay:u.el.style.removeProperty("animation-delay"),u.basePlayState?u.el.style.animationPlayState=u.basePlayState:u.el.style.removeProperty("animation-play-state")};return{name:"css",discover:()=>{t=[];let u=document.querySelectorAll("*");for(let c of u){if(!(c instanceof HTMLElement))continue;let m=window.getComputedStyle(c);!m.animationName||m.animationName==="none"||t.push({el:c,baseDelay:c.style.animationDelay||"",basePlayState:c.style.animationPlayState||"",animations:n(c)})}},getInferredDurationSeconds:()=>{let u=0;for(let c of t){if(!c.el.isConnected)continue;let m=r(c.el);for(let f of n(c.el)){let p=i(f,m);p.endSeconds!=null&&(u=Math.max(u,p.endSeconds))}}return u>0?u:null},seek:u=>{let c=Number(u.time)||0;for(let m of t){if(!m.el.isConnected)continue;let f=r(m.el),p=Math.max(0,c-f)*1e3,b=m.animations;if(b.length>0){o(b,p);continue}m.el.style.animationPlayState="paused",m.el.style.animationDelay=`-${(p/1e3).toFixed(3)}s`}},pause:()=>{for(let u of t){if(!u.el.isConnected)continue;let c=u.animations;c.length>0&&l(c),s(u)}},play:()=>{for(let u of t)u.el.isConnected&&(s(u),a(u.animations))},revert:()=>{t=[]}}}function hs(e){return{name:"gsap",discover:()=>{},seek:t=>{let n=e.getTimeline();if(!n)return;n.pause();let r=Math.max(0,Number(t.time)||0),i=t.suppressEvents===!0;typeof n.totalTime=="function"?(n.totalTime(r+.001,!0),n.totalTime(r,i)):n.seek(r,i)},pause:()=>{let t=e.getTimeline();t&&t.pause()}}}function gs(){return{name:"animejs",discover:()=>{try{let e=window.anime;if(!e||typeof e.running>"u")return;let t=e.running;if(!Array.isArray(t)||t.length===0)return;let n=window.__hfAnime??[],r=new Set(n);for(let i of t)r.has(i)||n.push(i);window.__hfAnime=n}catch(e){L("runtime.adapters.animejs.site1",e)}},seek:e=>{let t=Math.max(0,(Number(e.time)||0)*1e3),n=window.__hfAnime;if(!(!n||n.length===0))for(let r of n)try{typeof r.seek=="function"&&r.seek(t)}catch(i){L("runtime.adapters.animejs.site2",i)}},pause:()=>{let e=window.__hfAnime;if(!(!e||e.length===0))for(let t of e)try{typeof t.pause=="function"&&t.pause()}catch(n){L("runtime.adapters.animejs.site3",n)}},play:()=>{let e=window.__hfAnime;if(!(!e||e.length===0))for(let t of e)try{typeof t.play=="function"&&t.play()}catch(n){L("runtime.adapters.animejs.site4",n)}},revert:()=>{}}}function xs(){return{name:"lottie",discover:()=>{try{let e=window.lottie;if(e&&typeof e.getRegisteredAnimations=="function"){let t=e.getRegisteredAnimations();if(Array.isArray(t)&&t.length>0){let n=window.__hfLottie??[],r=new Set(n);for(let i of t)r.has(i)||n.push(i);window.__hfLottie=n}}}catch(e){L("runtime.adapters.lottie.site1",e)}},seek:e=>{let t=Math.max(0,Number(e.time)||0),n=window.__hfLottie;if(!(!n||n.length===0))for(let r of n)try{if(Ni(r))r.goToAndStop(t*1e3,!1);else if(Li(r)){if(typeof r.setCurrentRawFrameValue=="function"){let i=r.totalFrames??0,o=r.frameRate??30,a=t*o;i>0&&r.setCurrentRawFrameValue(Math.min(a,i-1))}else if(typeof r.seek=="function"){let i=r.duration??1,o=Math.min(100,t/i*100);r.seek(o)}}}catch(i){L("runtime.adapters.lottie.site2",i)}},pause:()=>{let e=window.__hfLottie;if(!(!e||e.length===0))for(let t of e)try{(Ni(t)||Li(t))&&t.pause()}catch(n){L("runtime.adapters.lottie.site3",n)}},revert:()=>{},getInferredDurationSeconds:()=>{let e=window.__hfLottie;if(!e||e.length===0)return null;let t=0,n=!1;for(let r of e){let i=null;try{i=bm(r)}catch(o){L("runtime.adapters.lottie.site4",o)}i!=null&&(n=!0,t=Math.max(t,i))}return n?t:null}}}function bs(e,t){return!Number.isFinite(e)||!e||e<=0||!Number.isFinite(t)||!t||t<=0?null:e/t}function bm(e){return Ni(e)?bs(e.totalFrames,e.frameRate):Li(e)?Number.isFinite(e.duration)&&(e.duration??0)>0?e.duration??null:bs(e.totalFrames,e.frameRate):null}function Ni(e){return typeof e=="object"&&e!==null&&typeof e.goToAndStop=="function"}function Li(e){return typeof e=="object"&&e!==null&&typeof e.pause=="function"&&("totalFrames"in e||"duration"in e)}var Di=-1,pr=new Set,Pt,Ii=0;function ys(e){let t=[],n=!0,r={time:e,waitUntil:o=>{if(!n)throw new Error("hf-seek waitUntil() must be called synchronously from the event listener");t.push(o)}};try{window.dispatchEvent(new CustomEvent("hf-seek",{detail:r}))}catch(o){L("runtime.adapters.seek-dispatch.site1",o)}finally{n=!1}if(t.length===0)return;let i=Promise.all(t).then(()=>({status:"fulfilled"})).catch(o=>({status:"rejected",reason:o}));pr.add(i),i.then(o=>{pr.delete(i)&&o.status==="rejected"&&Pt===void 0&&(Pt={reason:o.reason})})}function hr(e){e!==Di&&(Di=e,ys(e))}function gr(e){Di=e,ys(e)}function vs(){return Ii>0}async function Pi(){Ii+=1;let e=Pt;try{for(await Promise.resolve();pr.size>0;){let r=(await Promise.all([...pr])).find(i=>i.status==="rejected");e===void 0&&r?.status==="rejected"&&(e={reason:r.reason})}let t=Pt;if(e===void 0&&(e=t),Pt===t&&(Pt=void 0),e)throw e.reason}finally{Ii-=1}}function Ss(){let e=null,t=0,n=null,r=null,i=null,o=null,a=()=>{if(typeof window>"u")return null;let c=window.THREE?.DefaultLoadingManager;return!c||typeof c!="object"||typeof c.itemsLoaded!="number"||typeof c.itemsTotal!="number"?null:c},l=u=>{o||u.itemsTotal<=u.itemsLoaded||(o=new Promise(c=>{u.onLoad=function(){try{i?.call(this)}finally{o=null,u.onLoad=i??null,c()}}}))},s=u=>{n!==u&&(n=u,r=u.onStart??null,i=u.onLoad??null,u.onStart=function(c,m,f){try{r?.call(this,c,m,f)}finally{l(u)}})};return{name:"three",discover:()=>{let u=a();u&&(s(u),l(u))},seek:u=>{e=Math.max(0,Number(u.time)||0),t=e,window.__hfThreeTime=e,hr(e)},pause:()=>{e==null&&(e=Math.max(0,t))},play:()=>{e=null},revert:()=>{e=null,t=0},getReadyPromise:()=>{let u=a();return!u||u.itemsTotal<=u.itemsLoaded?null:(o||l(u),o)}}}function je(e){let t=null,n=new WeakSet;return{name:e.name,discover:()=>{},seek:()=>{},pause:()=>{},play:()=>{},revert:()=>{},getReadyPromise:()=>{let r=e.getInstances();if(r.length===0)return null;let i=r.filter(o=>!n.has(o));return i.length===0?null:t||(t=Promise.allSettled(i.map(o=>e.waitFor(o).then(()=>{n.add(o)}))).then(()=>{t=null}),t)}}}function Es(){return je({name:"mapbox",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfMapbox;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>{if(e.loaded()){t();return}e.on("load",t)})})}function As(){return je({name:"leaflet",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfLeaflet;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>e.whenReady(t))})}function Cs(){return je({name:"google-maps",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfGoogleMaps;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>{let n=e.addListener("tilesloaded",()=>{n.remove(),t()})})})}function _s(){return je({name:"maplibre",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfMaplibre;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>{if(e.loaded()){t();return}e.on("load",t)})})}function ws(){return je({name:"d3",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfD3;return Array.isArray(e)?e:[]},waitFor:e=>e.end()})}var xm=250;function Ts(){let e=null,t=0,n=null,r=()=>{n!==null&&(window.clearInterval(n),n=null)},i=()=>{n===null&&document.querySelector("[data-composition-id][data-requires-webgpu]")&&(n=window.setInterval(()=>{e!==null&&(vs()||(window.__hfTypegpuTime=e,gr(e)))},xm))};return{name:"typegpu",discover:()=>{},seek:o=>{e=Math.max(0,Number(o.time)||0),t=e,window.__hfTypegpuTime=e,hr(e)},pause:()=>{e==null&&(e=Math.max(0,t)),i()},play:()=>{r(),e=null},revert:()=>{r(),e=null,t=0}}}var Rs="data-hf-render-id";function ym(e){return e.getAttribute(Rs)||e.id||null}var vm="__render_frame_",Sm="__";function Em(e){return`${vm}${e}${Sm}`}function Am(e){let t=ym(e);return t?Em(t):null}function ut(e){let t=Am(e);if(!t)return null;let n=document.getElementById(t);return n instanceof HTMLImageElement?n:null}function ks(e){let t=e.nextElementSibling;if(t instanceof HTMLImageElement&&t.classList.contains("__render_frame__")&&t.complete&&t.naturalWidth>0)return t;let n=ut(e);return n&&n.complete&&n.naturalWidth>0?n:null}function Fs(){let e=globalThis.GPUQueue;if(!e?.prototype?.copyExternalImageToTexture)return;let t=e.prototype.copyExternalImageToTexture;e.prototype.copyExternalImageToTexture=function(n,r,i){if(n?.source instanceof HTMLVideoElement){let o=ks(n.source);if(o)return t.call(this,{...n,source:o},r,i)}return t.call(this,n,r,i)}}function Ms(){let e=[globalThis.WebGL2RenderingContext,globalThis.WebGLRenderingContext],t=["texImage2D","texSubImage2D"];for(let n of e){let r=n?.prototype;if(r)for(let i of t){let o=r[i];if(typeof o!="function"||o.__hfVideoPatched)continue;let a=function(...l){let s=l.length-1,u=l[s];if(u instanceof HTMLVideoElement){let c=ks(u);c&&(l[s]=c)}return o.apply(this,l)};a.__hfVideoPatched=!0,r[i]=a}}}function Ns(){let e=!1,t=0,n=!1,r,i,o,a=new Set,l=new WeakMap,s=()=>{if(!document.getAnimations)return[];try{return document.getAnimations()}catch{return[]}},u=x=>{let w=Number(x.currentTime);return Number.isFinite(w)&&w>0?w:0},c=(x,w)=>w<=0?x:x>=w?Math.max(0,x-w):x,m=(x,w)=>{let R=l.get(x);if(R)return R;let T={compositionTimeMs:w,animationTimeMs:e?c(u(x),w):u(x)};return l.set(x,T),T},f=(x,w)=>{if(!a.has(x)){a.add(x);let R=()=>{a.delete(x)};try{x.addEventListener("finish",R,{once:!0}),x.addEventListener("cancel",R,{once:!0})}catch(T){L("runtime.adapters.waapi.site4",T)}}m(x,w)},p=(x,w)=>{for(let R of x)f(R,w)},b=()=>{if(n||typeof Element>"u")return;let x=Element.prototype;if(typeof x.animate!="function"||x.__hfOriginalAnimate)return;let w=x.animate;try{Object.defineProperty(x,"__hfOriginalAnimate",{value:w,configurable:!0});let R=function(...T){let F=w.apply(this,T);return f(F,t),F};x.animate=R,r=x,i=w,o=R,n=!0}catch{}},v=x=>{let w=null;try{w=x.effect?.getComputedTiming?.()??null}catch(F){L("runtime.adapters.waapi.site4",F)}if(!w)return{};let R=Number(w.endTime);return Number.isFinite(R)?{endSeconds:(l.get(x)?.compositionTimeMs??0)/1e3+R/1e3}:{unbounded:!0}};return{name:"waapi",discover:()=>{e=!0,b(),p(s(),t)},seek:x=>{let w=Math.max(0,(Number(x.time)||0)*1e3);t=w,(!e||a.size>0)&&p(s(),e?w:0);for(let R of a){let T=e?m(R,w):m(R,0),F=T.animationTimeMs+Math.max(0,w-T.compositionTimeMs);try{R.currentTime=F}catch(M){L("runtime.adapters.waapi.site1",M)}try{R.pause()}catch(M){L("runtime.adapters.waapi.site2",M)}}},pause:()=>{e||p(s(),t);for(let x of a)try{x.pause()}catch(w){L("runtime.adapters.waapi.site3",w)}},revert:()=>{if(a.clear(),l=new WeakMap,e=!1,t=0,r&&i&&o&&r.animate===o)try{r.animate=i,r.__hfOriginalAnimate===i&&delete r.__hfOriginalAnimate}catch(x){L("runtime.adapters.waapi.site5",x)}r=void 0,i=void 0,o=void 0,n=!1},getInferredDurationSeconds:()=>{let x=0;for(let w of s()){let R=v(w);R.endSeconds!=null&&(x=Math.max(x,R.endSeconds))}return x>0?x:null}}}var Oi=3.981071705534972;function Ge(e){return Number.isFinite(e)?Math.max(0,Math.min(Oi,e)):1}function Ls(e){return Number.isFinite(e)?Math.max(0,Math.min(1,e)):1}function Ds(e,t){let n=typeof HTMLMediaElement>"u"?void 0:Object.getOwnPropertyDescriptor(HTMLMediaElement.prototype,"volume"),r=n?.get,i=n?.set;if(!r||!i)return t();let o=Number(r.call(e));Object.defineProperty(e,"volume",{configurable:!0,get:()=>o,set:a=>{o=Number(a),i.call(e,Ls(o))}});try{return t()}finally{delete e.volume,i.call(e,Ls(o))}}var Ot=Object.freeze({start:"data-start",duration:"data-duration",trackIndex:"data-track-index",derivedEnd:"data-end",legacyTrack:"data-layer"}),A1=Object.freeze([Ot.start,Ot.duration,Ot.trackIndex]),C1=Object.freeze([Ot.derivedEnd]),_1=Object.freeze([Ot.derivedEnd,Ot.legacyTrack]);function Be(e){if(e==null||e.trim()==="")return null;let t=Number(e);return Number.isFinite(t)?t:null}var Ps=/^[A-Za-z0-9_.:-]+$/;function Os(e,t){let n=e.charCodeAt(t);return n>=48&&n<=57}function Is(e,t){let n=t;for(;n>=0&&Os(e,n);)n--;return n}function Cm(e,t){let n=t;for(;n>=0&&(e[n]??"").trim()==="";)n--;return n}function _m(e){let t=e.length-1;if(!Os(e,t))return null;let n=Is(e,t);return e[n]==="."&&(n=Is(e,n-1)),n+1}function wm(e){let t=_m(e);if(t==null)return null;let n=Cm(e,t-1),r=e[n];if(r!=="+"&&r!=="-")return null;let i=e.slice(0,n).trim();if(!Ps.test(i))return null;let o=Number(e.slice(t));return Number.isFinite(o)?{refId:i,operator:r,magnitude:o}:null}function Hi(e){let t=(e??"").trim();if(!t)return null;let n=Be(t);if(n!=null)return{kind:"absolute",value:n};if(Ps.test(t))return{kind:"reference",refId:t,offset:0};let r=wm(t);return r?{kind:"reference",refId:r.refId,offset:r.operator==="-"?-r.magnitude:r.magnitude}:null}function Hs(e){return Number.isFinite(e)&&e>0?Math.max(.1,Math.min(5,e)):1}function Se(e){return Be(e)}function Te(e){let t=Number.parseFloat(e.getAttribute("data-playback-rate")??""),n=Number.isFinite(t)&&t>0?t:typeof HTMLMediaElement<"u"&&e instanceof HTMLMediaElement?e.defaultPlaybackRate:1;return Hs(n)}function dn(e){let t=n=>{let r=Se(n);return r==null?null:Number.isFinite(r)&&r>=0?r:null};return t(e.getAttribute("data-playback-start"))??t(e.getAttribute("data-media-start"))??0}function et(e,t){return Tm(t,dn(e),Te(e))}function Tm(e,t,n){return Number.isFinite(e)?Math.max(0,e-t)/Hs(n):null}function Rm(e,t,n){let r=e.filter(o=>Number.isFinite(o.time)&&Number.isFinite(o.volume)).map(o=>({time:Math.max(0,o.time-t),volume:Ge(o.volume)})).sort((o,a)=>o.time-a.time),i=[];for(let o of r){let a=i.at(-1);a&&Math.abs(a.time-o.time)<1e-9?a.volume=o.volume:i.push(o)}return i.length===0||i[0].time>0&&i.unshift({time:0,volume:Ge(n)}),i}function Gs(e,t){if(e.length===0)return 1;let n=0;for(;n<e.length-2&&t>=e[n+1].time;)n+=1;let r=e[n],i=e[n+1]??r,o=i.time-r.time,a=o<=0?0:Math.min(1,Math.max(0,(t-r.time)/o));return r.volume+(i.volume-r.volume)*a}function km(e,t,n,r){let i=e.at(-1);!i||Math.abs(i.volume-n.volume)>1e-4?(i&&t&&t.time>i.time&&e.push(t),e.push(n)):r&&n.time>i.time&&e.push(n)}function Fm(e){let t=Number.parseFloat(e??"");return Number.isFinite(t)?t:void 0}function Bs(e,t){let n=Se(e.dataset.start)??0,r=Se(e.dataset.end)??void 0,i=Se(e.dataset.duration)??void 0,o=t;i!==void 0&&i>0?o=n+i:r!==void 0&&r>n&&(o=r);let a=Fm(e.dataset.volume)??1;return{start:n,end:o,staticVolume:Ge(a)}}function Mm(e,t,n,r){let{start:i,end:o,staticVolume:a}=Bs(e,n),l=1/Math.min(60,Math.max(1,r)),s=Math.max(0,i),u=Math.min(n,o),c=Ds(e,()=>{e.volume=a;let f=[],p;for(let b=s;b<=u+1e-6;b=Math.min(u,b+l)){t(b);let v=Number(e.volume);if(Number.isFinite(v)){let x={time:Number(b.toFixed(6)),volume:Number(Ge(v).toFixed(6))};km(f,p,x,b===u),p=x}if(b===u)break}return f});return c.some(f=>Math.abs(f.volume-a)>1e-4)?c:null}function Us(e,t,n,r,i={}){if(i.allowLiveTimelineSeek===!1||!t||!(e instanceof HTMLAudioElement)&&!(e instanceof HTMLVideoElement)||n<=0)return;let o=s=>{try{typeof t.totalTime=="function"?t.totalTime(s,!0):typeof t.seek=="function"&&t.seek(s,!0)}catch{}},a=typeof t.totalTime=="function"?Number(t.totalTime()):typeof t.seek=="function"?Number(t.seek()):0,l=Mm(e,o,n,60);if(Number.isFinite(a)&&o(a),l){let{start:s,staticVolume:u}=Bs(e,n),c=Rm(l,s,u);c.length>0&&r.set(e,c)}}var xr="data-fx-chain",I1=xr.slice(5),Ws=1,fn=(e="frequency",t="Frequency",n=1e3,r=20,i=2e4)=>({kind:"number",key:e,label:t,unit:"Hz",min:r,max:i,step:1,default:n,scale:"log",automatable:!0}),Gi=(e=.707,t="Bandwidth \\u2014 higher is narrower.")=>({kind:"number",key:"q",label:"Q",unit:"",min:.1,max:20,step:.01,default:e,scale:"log",automatable:!0,hint:t}),br=(e=-40,t=40,n=0)=>({kind:"number",key:"gain",label:"Gain",unit:"dB",min:e,max:t,step:.1,default:n,automatable:!0}),Vs={kind:"enum",key:"poles",label:"Slope",options:[{value:"1",label:"6 dB/oct"},{value:"2",label:"12 dB/oct"}],default:"2",hint:"Two poles is the usual biquad; one pole is gentler."},zs=[{id:"gain",label:"Gain",group:"dynamics",description:"Raise or lower the whole signal. Automate it to duck under something else.",params:[br(-60,12,0)],web:"gain-node"},{id:"peaking",label:"Peaking EQ",group:"filter",description:"Boost or cut a band, leaving everything either side alone.",params:[fn("frequency","Frequency",1e3),br(-40,40,0),Gi(1)],web:"biquad-peaking"},{id:"lowshelf",label:"Low Shelf",group:"filter",description:"Lift or drop everything below the corner frequency.",params:[fn("frequency","Frequency",200,20,2e3),br(-40,40,0)],web:"biquad-lowshelf"},{id:"highshelf",label:"High Shelf",group:"filter",description:"Lift or drop everything above the corner frequency.",params:[fn("frequency","Frequency",4e3,500,2e4),br(-40,40,0)],web:"biquad-highshelf"},{id:"highpass",label:"High-pass",group:"filter",description:"Remove low frequencies \\u2014 the usual fix for rumble on a voice.",params:[fn("frequency","Cutoff",300,20,2e4),Gi(.707),Vs],web:"biquad-highpass"},{id:"lowpass",label:"Low-pass",group:"filter",description:"Remove high frequencies \\u2014 darkens or muffles a track.",params:[fn("frequency","Cutoff",8e3,100,2e4),Gi(.707),Vs],web:"biquad-lowpass"},{id:"compressor",label:"Compressor",group:"dynamics",description:"Pull loud parts down so the quiet ones can come up.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-60,max:0,step:.5,default:-24,hint:"Level above which the compressor starts working."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:4},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:2e3,step:.1,default:20,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:250,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83,hint:"1 is a hard corner; higher eases into it."},{kind:"number",key:"makeup",label:"Makeup",unit:"dB",min:0,max:36,step:.1,default:0},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1,hint:"Below 1 blends the dry signal back in."}],web:"worklet-compressor"},{id:"limiter",label:"Limiter",group:"dynamics",description:"Hard ceiling \\u2014 nothing gets past the limit.",params:[{kind:"number",key:"limit",label:"Ceiling",unit:"dB",min:-24,max:0,step:.1,default:-1},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.1,max:80,step:.1,default:5},{kind:"number",key:"release",label:"Release",unit:"ms",min:1,max:8e3,step:1,default:50,scale:"log"},{kind:"number",key:"level_out",label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0}],web:"worklet-limiter"},{id:"gate",label:"Noise Gate",group:"dynamics",description:"Silence the track when it drops below the threshold.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-80,max:0,step:.5,default:-35},{kind:"number",key:"range",label:"Range",unit:"dB",min:-80,max:0,step:.5,default:-24,hint:"How far down the gate pulls when closed."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:10},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:9e3,step:.1,default:1,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:100,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83}],web:"worklet-gate"},{id:"saturate",label:"Saturation",group:"nonlinear",description:"Soft-clip the waveform for warmth or outright distortion.",params:[{kind:"enum",key:"type",label:"Curve",options:[{value:"tanh",label:"Tanh"},{value:"atan",label:"Arctan"},{value:"cubic",label:"Cubic"},{value:"exp",label:"Exponential"},{value:"alg",label:"Algebraic"},{value:"quintic",label:"Quintic"},{value:"sin",label:"Sine"},{value:"erf",label:"Error function"},{value:"hard",label:"Hard clip"}],default:"tanh"},{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-40,max:0,step:.1,default:-6},{kind:"number",key:"output",automatable:!0,label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0},{kind:"number",key:"oversample",label:"Oversample",unit:"x",min:1,max:8,step:1,default:4,hint:"Higher costs more but keeps aliasing down."}],web:"waveshaper"},{id:"bitcrush",label:"Bitcrush",group:"nonlinear",description:"Drop bit depth and sample rate for a lo-fi, digital sound.",params:[{kind:"number",key:"bits",label:"Bit depth",unit:"bit",min:1,max:32,step:.1,default:8},{kind:"number",key:"samples",label:"Sample hold",unit:"x",min:1,max:250,step:1,default:1,hint:"Repeats each sample N times \\u2014 a crude downsample."},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1}],web:"worklet-bitcrush"},{id:"delay",label:"Delay",group:"time",description:"Repeating echoes behind the dry signal.",params:[{kind:"number",key:"time",automatable:!0,label:"Time",unit:"ms",min:1,max:5e3,step:1,default:250,scale:"log"},{kind:"number",key:"feedback",automatable:!0,label:"Feedback",unit:"",min:.01,max:.95,step:.01,default:.35},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.4}],web:"delay-feedback"},{id:"chorus",label:"Chorus",group:"time",description:"Detuned copies of the signal for width and thickness.",params:[{kind:"number",key:"delay",automatable:!0,label:"Delay",unit:"ms",min:1,max:100,step:.1,default:7},{kind:"number",key:"depth",automatable:!0,label:"Depth",unit:"ms",min:0,max:10,step:.01,default:2},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.01,max:10,step:.01,default:1},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.5}],web:"chorus-lfo"},{id:"phaser",label:"Phaser",group:"time",description:"Sweeping notches moving through the spectrum.",params:[{kind:"number",key:"in_gain",automatable:!0,label:"Input",unit:"",min:0,max:1,step:.01,default:.4},{kind:"number",key:"out_gain",automatable:!0,label:"Output",unit:"",min:0,max:2,step:.01,default:.74},{kind:"number",key:"delay",label:"Delay",unit:"ms",min:.1,max:5,step:.1,default:3},{kind:"number",key:"decay",label:"Decay",unit:"",min:0,max:.99,step:.01,default:.4},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.1,max:2,step:.01,default:.5},{kind:"enum",key:"type",label:"Waveform",options:[{value:"0",label:"Triangular"},{value:"1",label:"Sinusoidal"}],default:"0"}],web:"allpass-phaser"},{id:"reverb",label:"Reverb",group:"time",description:"Room tail. Both ends convolve the same generated impulse, so preview matches render.",params:[{kind:"number",key:"size",label:"Room size",unit:"",min:.05,max:1,step:.01,default:.7},{kind:"number",key:"damping",label:"Damping",unit:"",min:0,max:1,step:.01,default:.5,hint:"Higher rolls the top off the tail faster."},{kind:"number",key:"wet",automatable:!0,label:"Wet",unit:"",min:0,max:1,step:.01,default:.35},{kind:"number",key:"dry",automatable:!0,label:"Dry",unit:"",min:0,max:1,step:.01,default:.7}],web:"convolver"}],Bi=new Map(zs.map(e=>[e.id,e]));function mn(e){return Bi.get(e)}var P1=zs.map(e=>e.id);function pn(e,t){let n=Bi.get(e);if(!n)return{};let r={};for(let i of n.params){let o=t?.[i.key];if(i.kind==="enum"){let l=i.options.some(s=>s.value===o);r[i.key]=l?o:i.default;continue}let a=typeof o=="number"?o:typeof o=="string"&&o.trim()!==""?Number(o):Number.NaN;r[i.key]=Number.isFinite(a)?Math.min(i.max,Math.max(i.min,a)):i.default}return r}var ct=class extends Error{constructor(t){super(t),this.name="AudioFxChainError"}};function qs(e){let t;try{t=JSON.parse(e)}catch(i){throw new ct(`Chain file is not valid JSON: ${i.message}`)}if(typeof t!="object"||t===null)throw new ct("Chain file must be a JSON object.");let n=t;if(n.version!==Ws)throw new ct(`Unsupported chain version: ${String(n.version)}`);if(!Array.isArray(n.nodes))throw new ct("Chain file is missing a `nodes` array.");let r=n.nodes.map((i,o)=>{if(typeof i!="object"||i===null)throw new ct(`Node ${o} is not an object.`);let a=i;if(typeof a.type!="string"||!Bi.has(a.type))throw new ct(`Node ${o} has unknown effect type: ${String(a.type)}`);return{type:a.type,...typeof a.id=="string"&&a.id?{id:a.id}:{},...a.fromCarve===!0?{fromCarve:!0}:{},...typeof a.fromPreset=="string"&&a.fromPreset?{fromPreset:a.fromPreset}:{},...typeof a.label=="string"&&a.label?{label:a.label}:{},...typeof a.fromEq=="string"&&a.fromEq?{fromEq:a.fromEq}:{},...a.fromLeveller===!0?{fromLeveller:!0}:{},...typeof a.presetAmount=="number"&&Number.isFinite(a.presetAmount)?{presetAmount:Math.min(1,Math.max(0,a.presetAmount))}:{},enabled:a.enabled!==!1,params:pn(a.type,a.params??void 0)}});return{version:Ws,nodes:r}}function hn(e){return e.nodes.filter(t=>t.enabled!==!1)}var Ht="data-automation",B1=Ht.slice(5),yr=1,Nm=512,tt=class extends Error{constructor(t){super(t),this.name="AudioAutomationError"}},Gt="volume";function bn(e){if(e===Gt)return{kind:"volume"};let t=e.split(".");if(t.length===3&&t[0]==="fx"&&t[1]===Lm){let i=t[2];return i?{kind:"preset",presetId:i}:null}if(t.length!==3||t[0]!=="fx")return null;let[,n,r]=t;return!n||!r?null:{kind:"fx",nodeId:n,param:r}}var Lm="preset";var Dm={min:0,max:1,step:.01,unit:"",label:"Amount",scale:"linear",default:1},vr={min:0,max:Oi,step:.01,unit:"",label:"Volume",scale:"linear",default:1};function Ui(e,t){let n=bn(e);if(!n)return null;if(n.kind==="volume")return vr;if(n.kind==="preset")return t?.nodes.some(l=>l.fromPreset===n.presetId)?{...Dm,label:`${n.presetId} \\xB7 Amount`}:null;let r=t?.nodes.find(a=>a.id===n.nodeId);if(!r)return null;let i=mn(r.type),o=i?.params.find(a=>a.key===n.param);return!o||o.kind!=="number"?null:{min:o.min,max:o.max,step:o.step,unit:o.unit,label:`${i?.label??r.type} \\xB7 ${o.label}`,scale:o.scale==="log"&&o.min>0?"log":"linear",default:o.default}}function gn(e){if(typeof e=="number")return Number.isFinite(e)?e:null;if(typeof e=="string"&&e.trim()!==""){let t=Number(e);return Number.isFinite(t)?t:null}return null}function Im(e){let t=gn(e);return t===null||t===0?0:Math.min(1,Math.max(-1,t))}function $s(e,t){let n=gn(e),r=gn(t);if(n===null||r===null)return null;let i=l=>Math.min(.999,Math.max(.001,l)),o=i(n),a=i(r);return Math.abs(o-a)<1e-6?null:{x:o,y:a}}function Pm(e){let t=Im(e?.curve),n=$s(e?.viaX,e?.viaY);return{...t?{curve:t}:{},...n?{viaX:n.x,viaY:n.y}:{}}}function Om(e,t){let n=gn(e?.t),r=gn(e?.v);if(n===null||r===null)return null;let i=t?Math.min(t.max,Math.max(t.min,r)):r;return{t:Math.max(0,n),v:i,...Pm(e)}}function js(e,t){let n=e.map(i=>Om(i,t)).filter(i=>i!==null).sort((i,o)=>i.t-o.t),r=[];for(let i of n)r.length>0&&r[r.length-1].t===i.t?r[r.length-1]=i:r.push(i);return r.slice(0,Nm)}function Hm(e){let t=[];for(let n of e.lanes){if(!bn(n.target))continue;let r=n.target===Gt?vr:null,i=js(n.points??[],r);i.length>0&&t.push({target:n.target,points:i})}return{version:yr,lanes:t}}function Ks(e,t){let n=[];for(let r of e.lanes){let i=Ui(r.target,t);if(!i)continue;let o=js(r.points,i);o.length>0&&n.push({target:r.target,points:o})}return{version:yr,lanes:n}}function Sr(e){let t;try{t=JSON.parse(e)}catch(i){throw new tt(`Automation is not valid JSON: ${i.message}`)}if(typeof t!="object"||t===null)throw new tt("Automation must be a JSON object.");let n=t;if(n.version!==yr)throw new tt(`Unsupported automation version: ${String(n.version)}`);if(!Array.isArray(n.lanes))throw new tt("Automation is missing a `lanes` array.");let r=n.lanes.map((i,o)=>{if(typeof i!="object"||i===null)throw new tt(`Lane ${o} is not an object.`);let a=i;if(typeof a.target!="string"||!bn(a.target))throw new tt(`Lane ${o} has an unreadable target: ${String(a.target)}`);if(!Array.isArray(a.points))throw new tt(`Lane ${o} is missing a \\`points\\` array.`);return{target:a.target,points:a.points}});return Hm({version:yr,lanes:r})}function Gm(e,t){return t?Math.pow(e,Math.pow(2,2*t)):e}function Bm(e,t){let n=e-.5,r=t-.5,i=.999,o=1e6,a=n>0?n/(i-e):n<0?-n/(e-(1-i)):0,l=r>0?r/(i-t):r<0?-r/(t-(1-i)):0,s=Math.min(o,Math.max(1,a,l));return{cx:e+n/s,cy:t+r/s,w:s}}function Um(e,t,n){let{cx:r,cy:i,w:o}=Bm(t,n),a=2-2*o,l=e*a-1+2*o*r,s=-e*a-2*o*r,u=Wm(l,s,e),c=1-u,m=c*c+2*o*u*c+u*u;return m>0?(2*o*i*u*c+u*u)/m:e}function Wm(e,t,n){if(Math.abs(e)<1e-12)return Math.abs(t)<1e-12?n:-n/t;let r=Math.sqrt(Math.max(0,t*t-4*e*n)),i=(-t+r)/(2*e),o=(-t-r)/(2*e),a=l=>l>=-1e-9&&l<=1+1e-9;return a(i)?Math.min(1,Math.max(0,i)):a(o)?Math.min(1,Math.max(0,o)):n}function Vm(e,t){let n=$s(t.viaX,t.viaY);return n?Um(Math.min(1,Math.max(0,e)),n.x,n.y):Gm(e,t.curve)}function zm(e,t,n,r){return r==="log"&&e>0&&t>0?Math.exp(Math.log(e)+(Math.log(t)-Math.log(e))*n):e+(t-e)*n}function xn(e,t,n="linear"){let r=e.points;if(r.length===0)return 0;let i=r[0];if(t<=i.t)return i.v;let o=r[r.length-1];if(t>=o.t)return o.v;let a=0,l=r.length-1;for(;l-a>1;){let m=a+l>>1;r[m].t<=t?a=m:l=m}let s=r[a],u=r[l],c=u.t-s.t;return c<=0?u.v:zm(s.v,u.v,Vm((t-s.t)/c,s),n)}function Ys(e){return e.points.length<=1||e.points.every(t=>t.v===e.points[0].v)}function Xs(e,t,n,r,i="linear"){let o=Math.max(2,Math.floor(r)),a=new Float32Array(o),l=n-t;for(let s=0;s<o;s+=1)a[s]=xn(e,t+l*s/(o-1),i);return a}var Er=new Map,qm=64;function $m(e){let t=Er.get(e);if(t!==void 0)return t;let n=null;try{n=Sr(e).lanes.find(r=>r.target===Gt)??null}catch{n=null}return Er.size>qm&&Er.clear(),Er.set(e,n),n}function Js(e,t){let n=(typeof e.getAttribute=="function"?e.getAttribute(Ht):null)??"";if(!n)return null;let r=$m(n);return!r||r.points.length===0?null:xn(r,t)}function Ke(e){return dn(e)}function Qs(e){let t=e.isVideo?e.explicitDuration??e.sourceDuration:e.sourceDuration,n=(e.isVideo?[t,e.hostRemaining]:[t,e.hostRemaining,e.explicitDuration]).filter(r=>r!=null&&Number.isFinite(r)&&r>=0);return n.length>0?Math.min(...n):null}function Zs(e){let t=Array.from(document.querySelectorAll("video, audio")),n=e?.shouldIncludeElement?t.filter(a=>e.shouldIncludeElement?.(a)):t.filter(a=>a.hasAttribute("data-start")),r=[],i=[],o=0;for(let a of n){let l=e?.resolveStartSeconds?e.resolveStartSeconds(a):Number.parseFloat(a.dataset.start??"0");if(!Number.isFinite(l))continue;let s=Ke(a),u=Te(a),c=a.loop,m=Number.isFinite(a.duration)&&a.duration>0?a.duration:null,f=e?.resolveDurationSeconds?.(a)??Number.parseFloat(a.dataset.duration??"");(!Number.isFinite(f)||f<0)&&m!=null&&(f=Math.max(0,(m-s)/u));let p=Number.isFinite(f)&&f>=0,b=p?l+f:Number.POSITIVE_INFINITY,v=Number.parseFloat(a.dataset.volume??""),x={el:a,start:l,mediaStart:s,duration:p?f:Number.POSITIVE_INFINITY,end:b,volume:Number.isFinite(v)?v:null,playbackRate:u,loop:c,sourceDuration:m};r.push(x),a.tagName==="VIDEO"&&i.push(x),Number.isFinite(b)&&(o=Math.max(o,b))}return{timedMediaEls:n,mediaClips:r,videoClips:i,maxMediaEnd:o}}var Vi=new WeakMap,yn=new WeakMap,zi=new WeakSet,Bt=new WeakSet;function jm(e){if(Bt.has(e))return;Bt.add(e);let t=()=>Bt.delete(e);e.addEventListener("playing",t,{once:!0}),e.addEventListener("pause",t,{once:!0}),e.addEventListener("error",t,{once:!0})}var Km=3;function Ym(e){return e.error!=null||e.networkState===Km}var qi=new WeakMap;function Wi(e){return Number.isFinite(e)?Math.max(0,Math.min(1,e)):1}function $i(e){Vi.delete(e),yn.delete(e),zi.delete(e),qi.delete(e)}function el(e){let t=!!(e.outputMuted||e.userMuted);for(let n of e.clips){let{el:r}=n;if(!r.isConnected)continue;let i=(e.timeSeconds-n.start)*n.playbackRate+n.mediaStart,o=r.tagName==="VIDEO"&&!n.loop,a=o&&n.sourceDuration!=null&&i>=n.sourceDuration&&e.timeSeconds>=n.start&&e.timeSeconds<n.end;a&&n.sourceDuration!=null&&(i=n.sourceDuration);let l=o&&n.sourceDuration!=null&&i>=n.mediaStart&&i<n.sourceDuration;if(e.timeSeconds>=n.start&&e.timeSeconds<n.end&&i>=0&&(!r.ended||n.loop||a||l)){if(n.loop&&n.sourceDuration!=null&&n.sourceDuration>0){let j=n.sourceDuration-n.mediaStart;j>0&&i>=n.sourceDuration&&(i=n.mediaStart+(i-n.mediaStart)%j)}let u=Wi(e.userVolume??1),c=Ge(n.volume??1),m=qi.get(r),f=Wi(r.volume),p,b=Js(r,e.timeSeconds-n.start);if(b!==null)p=Ge(b);else if(n.volumeKeyframes&&n.volumeKeyframes.length>0){let j=e.timeSeconds-n.start;p=Ge(Gs(n.volumeKeyframes,j))}else e.isWebAudioRouted?.(r)?p=c:m===void 0?p=c>1?c:f:Math.abs(f-m)>1e-4?p=f:p=c;let v=Wi(p*u);r.volume=v,qi.set(r,v),e.onElementVolume?.(r,v,p),(t||e.isWebAudioOwned?.(r))&&(r.muted=!0),r.preload!=="auto"&&(r.preload="auto");try{r.playbackRate=n.playbackRate*e.playbackRate}catch(j){L("runtime.media.site1",j)}let x=.04,w=2,R=r.currentTime||0,T=Math.abs(R-i),F=i-R,M=Vi.get(r);Vi.set(r,F);let A=M===void 0,S=!A&&Math.abs(F-M)>.5,E=T>3,_=a&&T>.001||r.ended&&l&&T>.001||T>.5&&(A||S||E),N=r.tagName==="VIDEO"&&!r.paused,D=M!==void 0&&Math.abs(F-M)<.004,H=!1;if(!N&&!_&&!A&&D&&T>x){let j=(yn.get(r)??0)+1;yn.set(r,j),j>=w&&(H=!0,yn.set(r,0))}else T<=x&&yn.set(r,0);let z=!N&&e.forceSync&&T>.02;if(_||H||z){if(!(r.tagName==="VIDEO"&&!!ut(r))){try{r.currentTime=i}catch(k){L("runtime.media.site2",k)}if(Math.abs(r.currentTime-i)>.5&&!zi.has(r)){zi.add(r),r.load();try{r.currentTime=i}catch(k){L("runtime.media.site3",k)}}}Bt.delete(r)}a?r.paused||r.pause():e.playing&&r.paused&&!Bt.has(r)&&!Ym(r)?(jm(r),r.play().catch(j=>{Bt.delete(r),(j&&typeof j=="object"&&"name"in j?String(j.name??""):"")==="NotAllowedError"&&e.onAutoplayBlocked?.()})):!e.playing&&!r.paused&&r.pause();continue}$i(r),r.paused||r.pause()}}var Xm="hf-proxy",tl="runtime_media_proxy_fallback",nl="runtime_media_proxy_unavailable",vn=new WeakSet,rl=new WeakSet;function Ar(e){return e.currentSrc||e.src}function ji(e){return window.__HF_EXPORT_RENDER_SEEK_CONFIG?!0:e instanceof HTMLVideoElement&&!!ut(e)}function Ki(e){let t=Ar(e);if(!t)return null;let n;try{n=new URL(t,document.baseURI)}catch{return null}if(n.origin!==window.location.origin)return null;try{return decodeURIComponent(n.pathname)}catch{return n.pathname}}function Jm(e,t){let n=null;for(let r of Object.keys(t))e.endsWith(r)&&(n===null||r.length>n.length)&&(n=r);return n?t[n]??null:null}function Qm(e,t){let n=e.normalize("NFC").toLowerCase(),r=-1,i=null,o=!1;for(let[a,l]of Object.entries(t)){let s=a.normalize("NFC").toLowerCase();n.endsWith(s)&&(s.length>r?(r=s.length,i=l,o=!1):s.length===r&&(o=!0))}return o?null:i}function Yi(e,t){return t[e]??Jm(e,t)??Qm(e,t)}function Zm(e,t){let n=new URL(e,document.baseURI);return n.searchParams.set(Xm,t?t.hasAlpha?"vp8":"h264":"auto"),n.href}var ep={cross_origin:"video reports zero decodable width but its source is cross-origin; no local proxy can be served for it",proxy_playback_failed:"the authoring proxy itself failed to decode; render output is unaffected",browser_safe_codec:"the file errored but its codec is browser-decodable; a proxy cannot help (the file itself is likely corrupt)",invalid_source_url:"the media source URL is malformed and cannot be proxied"};function wt(e,t,n){if(rl.has(e))return;rl.add(e);let r=ep[t];ye({source:"hf-preview",type:"diagnostic",code:nl,details:{asset:n,codecName:null,reason:t,note:r}}),console.info(`[hyperframes] ${nl}: "${n}" (${t}): ${r}`)}function Xi(e,t=null,n="reactive"){if(vn.has(e))return;let r=Ar(e),i;try{i=Zm(r,t)}catch(l){L("runtime.mediaProxy.swap",l),wt(e,"invalid_source_url",r);return}vn.add(e),$i(e),e.src=i,e.load();let o=t?.codecName??null;ye({source:"hf-preview",type:"diagnostic",code:tl,details:{asset:r,codecName:o,trigger:n,note:"render output is unaffected; only this preview element was swapped to an authoring proxy"}}),console.info(`[hyperframes] ${tl}: "${r}" uses a codec (${o??"unknown"}) this browser can\'t decode; auto-swapped to an authoring proxy for this preview only. Render output is unaffected.`)}function il(e){if(ji(e)||!(e instanceof HTMLVideoElement)||vn.has(e))return;let t=window.__HF_MEDIA_CODEC_MAP__;if(!t)return;let n=Ki(e);if(n===null)return;let r=Yi(n,t);if(!r||!r.browserHostile)return;let i=r.representativeMime?e.canPlayType(r.representativeMime):"";i==="probably"||i==="maybe"||Xi(e,r,"proactive")}function ol(e){if(ji(e)||!(e instanceof HTMLVideoElement)||e.videoWidth!==0)return;let t=Ar(e);if(vn.has(e)){wt(e,"proxy_playback_failed",t);return}let n=window.__HF_MEDIA_CODEC_MAP__;if(!n)return;let r=Ki(e);if(r===null){wt(e,"cross_origin",t);return}let i=Yi(r,n);if(i&&!i.browserHostile){wt(e,"browser_safe_codec",t);return}Xi(e,i,"reactive")}function al(e){if(ji(e)||!(e instanceof HTMLVideoElement))return;let t=Ar(e);if(vn.has(e)){wt(e,"proxy_playback_failed",t);return}let n=window.__HF_MEDIA_CODEC_MAP__;if(!n)return;let r=Ki(e);if(r===null){wt(e,"cross_origin",t);return}let i=Yi(r,n);if(i&&!i.browserHostile){wt(e,"browser_safe_codec",t);return}Xi(e,i,"tertiary")}var Ee=class extends Error{constructor(n,r=null){super(r==null?n:`${n} at line ${r}`);ge(this,"lineNumber");this.name="CubeLutParseError",this.lineNumber=r}},tp=[0,0,0],np=[1,1,1],Cr=64;function rp(e){let t=!1;for(let n=0;n<e.length;n++){let r=e[n];if(r===\'"\'&&(t=!t),r==="#"&&!t)return e.slice(0,n)}return e}function dt(e,t){let n=Number(e);if(!Number.isFinite(n))throw new Ee(`Invalid number "${e}"`,t);return n}function sl(e,t,n){if(e.length!==3)throw new Ee(`${t} expects three numbers`,n);return[dt(e[0],n),dt(e[1],n),dt(e[2],n)]}function ll(e,t,n){if(!e)throw new Ee(`${t} expects a size`,n);let r=Number(e);if(!Number.isInteger(r)||r<2)throw new Ee(`${t} must be an integer greater than 1`,n);return r}function ip(e,t){if(t[0]<=e[0]||t[1]<=e[1]||t[2]<=e[2])throw new Ee("DOMAIN_MAX values must be greater than DOMAIN_MIN values")}function op(e){let t=/^TITLE\\s+"([^"]*)"\\s*$/i.exec(e);if(t)return t[1]??null;let n=/^TITLE\\s+(.+)\\s*$/i.exec(e);return n&&(n[1]??"").trim()||null}function ap(e){return/^[+-]?(?:\\d|\\.\\d)/.test(e)}function ul(e,t={}){let n=t.maxSize??Cr,r=null,i=tp,o=np,a=null,l=null,s=[],u=e.replace(/^\\uFEFF/,"").split(/\\r?\\n/);for(let m=0;m<u.length;m++){let f=m+1,p=rp(u[m]??"").trim();if(!p)continue;let b=p.split(/\\s+/),v=(b[0]??"").toUpperCase(),x=b.slice(1);if(v==="TITLE"){r=op(p);continue}if(v==="DOMAIN_MIN"){i=sl(x,v,f);continue}if(v==="DOMAIN_MAX"){o=sl(x,v,f);continue}if(v==="LUT_3D_INPUT_RANGE"){if(x.length!==2)throw new Ee(`${v} expects two numbers`,f);let w=dt(x[0],f),R=dt(x[1],f);if(R<=w)throw new Ee("LUT_3D_INPUT_RANGE max must exceed min",f);i=[w,w,w],o=[R,R,R];continue}if(v==="LUT_1D_SIZE"){a=ll(x[0],v,f);continue}if(v==="LUT_3D_SIZE"){if(l=ll(x[0],v,f),l>n)throw new Ee(`LUT_3D_SIZE ${l} exceeds max ${n}`,f);continue}if(!ap(v)){if(v.startsWith("LUT_"))throw new Ee(`Unsupported cube keyword ${v}`,f);continue}if(!l)throw a?new Ee("1D cube LUTs are not supported yet",f):new Ee("LUT data appears before LUT_3D_SIZE",f);if(b.length!==3)throw new Ee("LUT data rows must contain three numbers",f);s.push(dt(b[0],f),dt(b[1],f),dt(b[2],f))}if(a&&l)throw new Ee("Mixed 1D and 3D cube LUTs are not supported yet");if(!l)throw a?new Ee("1D cube LUTs are not supported yet"):new Ee("Missing LUT_3D_SIZE");ip(i,o);let c=l*l*l;if(s.length!==c*3)throw new Ee(`Expected ${c} LUT rows for size ${l}, found ${s.length/3}`);return{title:r,size:l,domainMin:i,domainMax:o,data:new Float32Array(s)}}function sp(e){return Number.isFinite(e)?Math.min(1,Math.max(0,e)):0}function Sn(e){return Math.round(sp(e)*255)}function Ji(e){let t=e.size,n=t*t,r=t,i=new Uint8Array(n*r*4);for(let o=0;o<t;o++)for(let a=0;a<t;a++)for(let l=0;l<t;l++){let s=((o*t+a)*t+l)*3,u=(a*n+o*t+l)*4;i[u]=Sn(e.data[s]??0),i[u+1]=Sn(e.data[s+1]??0),i[u+2]=Sn(e.data[s+2]??0),i[u+3]=255}return{width:n,height:r,data:i}}var cl="rec709";var me={hueDegrees:{min:0,max:360,inclusiveMax:!1},unit:{min:0,max:1},signedUnit:{min:-1,max:1},secondaryHueRange:{min:0,max:180},secondaryHueSoftness:{min:0,max:180},secondaryHueCombinedMax:180,secondarySoftRangeSoftness:{min:0,max:.5},secondaryHueShift:{min:-180,max:180},effects:{asciiStyle:{min:0,max:7},bloom:{min:0,max:3},bloomRadius:{min:1,max:100},monoScreenShape:{min:0,max:4}}};var dl=["exposure","contrast","highlights","shadows","whites","blacks","temperature","tint","vibrance","saturation"],fl=["shadows","midtones","highlights"],ml=["master","red","green","blue"],pl=["hueVsHue","hueVsSaturation","hueVsLuma"];var hl=["vignette","vignetteMidpoint","vignetteRoundness","vignetteFeather","grain","grainSize","grainRoughness"],gl=["blur","pixelate","chromaBleed","tapeDamage","tapeTracking","tapeNoise","tapeSpeed","filmArtifacts","halftone","halftoneSize","twoInkPrint","twoInkPrintSize","ascii","asciiSize","asciiInvert","asciiStyle","asciiColor","asciiRotation","dither","ditherSize","bloom","bloomRadius","monoScreen","monoScreenSize","monoScreenAngle","monoScreenSpread","monoScreenShape","monoScreenInvert","scanlines","scanlineCount","scanlineSoftness","chromaticAberration","chromaticAngle","crtCurvature","digitalGlitch","digitalGlitchColorSplit","digitalGlitchLineTear","digitalGlitchPixelate","digitalGlitchBlockAmount","digitalGlitchBlockDisplacement","digitalGlitchBlockOpacity","digitalGlitchSpeed","engraving","engravingSpacing","engravingMinThickness","engravingMaxThickness","engravingAngle","engravingContrast","engravingSharpness","engravingWave","engravingWaveFrequency","crosshatch","crosshatchSpacing","crosshatchThickness","crosshatchAngle","crosshatchContrast","crosshatchEdges","crosshatchLineWeight","crosshatchWave","crosshatchWaveFrequency","kuwahara","kuwaharaRadius","kuwaharaSharpness","kuwaharaSaturation"];var ov=me.unit,av=me.signedUnit,sv=me.effects;var Ye=1024,En=16;function bl(e,t,n,r){let i=((2*e+t)*n-e*r)/(e+t);return Math.sign(i)!==Math.sign(n)?0:Math.sign(n)!==Math.sign(r)&&Math.abs(i)>3*Math.abs(n)?3*n:i}function Ae(e,t){let n=e[t];if(n===void 0)throw new RangeError("Color curve points must be contiguous");return n}function lp(e){let t=[],n=[],r=Ae(e,0);for(let a of e.slice(1)){let l=a[0]-r[0];t.push(l),n.push((a[1]-r[1])/l),r=a}let i=Ae(n,0);if(e.length===2)return[i,i];let o=new Array(e.length);o[0]=bl(Ae(t,0),Ae(t,1),i,Ae(n,1)),o[o.length-1]=bl(Ae(t,t.length-1),Ae(t,t.length-2),Ae(n,n.length-1),Ae(n,n.length-2));for(let a=1;a<e.length-1;a+=1){let l=Ae(n,a-1),s=Ae(n,a);if(l===0||s===0||Math.sign(l)!==Math.sign(s)){o[a]=0;continue}let u=Ae(t,a-1),c=Ae(t,a),m=2*c+u,f=c+2*u;o[a]=(m+f)/(m/l+f/s)}return o}function xl(e,t){if(e.length<2)throw new RangeError("A color curve requires at least two points");if(!Number.isInteger(t)||t<2)throw new RangeError("Curve LUT size must be at least 2");let n=Number.NEGATIVE_INFINITY;for(let[r,i]of e){if(!Number.isFinite(r)||!Number.isFinite(i))throw new TypeError("Color curve points must be finite");if(r<=n)throw new RangeError("Color curve inputs must be strictly increasing");n=r}}function up(e,t,n){if(!Number.isFinite(t)||!Number.isFinite(n)||t>=n)throw new RangeError("Curve output bounds must be finite and increasing");if(e.some(([,r])=>r<t||r>n))throw new RangeError(`Curve outputs must be between ${t} and ${n}`)}function cp(e,t,n,r,i){let o=n[0]-t[0],a=Math.min(1,Math.max(0,(e-t[0])/o)),l=a*a,s=l*a;return(2*s-3*l+1)*t[1]+(s-2*l+a)*o*r+(-2*s+3*l)*n[1]+(s-l)*o*i}function yl(e,t,n,r,i){up(e,r,i);let o=lp(e),a=new Float32Array(t),l=0;for(let s=0;s<t;s+=1){let u=n(s);for(;l<e.length-2&&u>Ae(e,l+1)[0];)l+=1;let c=Ae(e,l),m=Ae(e,l+1),f=cp(u,c,m,Ae(o,l),Ae(o,l+1));a[s]=Math.min(i,Math.max(r,f))}return a}function Ut(e,t=Ye){if(xl(e,t),e.length>En)throw new RangeError(`A color curve supports at most ${En} points`);if(e.some(([n])=>n<0||n>1))throw new RangeError("Color curve inputs must be between 0 and 1");if(e[0]?.[0]!==0||e[e.length-1]?.[0]!==1)throw new RangeError("Color curves must include input endpoints 0 and 1");return yl(e,t,n=>n/(t-1),0,1)}function Zi(e,t,n,r=Ye){if(e.length<3)throw new RangeError("A hue curve requires at least three points");if(e.length>En)throw new RangeError(`A hue curve supports at most ${En} points`);let i=[...e].sort((s,u)=>s[0]-u[0]);for(let s=0;s<i.length;s+=1){let u=i[s];if(!u||u[0]<0||u[0]>=360)throw new RangeError("Hue curve inputs must be from 0 up to 360 degrees");if(s>0&&u[0]===i[s-1]?.[0])throw new RangeError("Hue curve inputs must be unique")}let o=i.slice(-2).map(([s,u])=>[s-360,u]),a=i.slice(0,2).map(([s,u])=>[s+360,u]),l=[...o,...i,...a];return xl(l,r),yl(l,r,s=>s/r*360,t,n)}var An="data-color-grading",Cn="data-hf-color-grading-source-hidden",Tr="data-hf-authored-opacity",Cl="__hf_color_grading_",fp=cl,no={exposure:0,contrast:0,highlights:0,shadows:0,whites:0,blacks:0,temperature:0,tint:0,vibrance:0,saturation:0},ro={vignette:0,vignetteMidpoint:.5,vignetteRoundness:0,vignetteFeather:.65,grain:0,grainSize:.25,grainRoughness:.5},io={blur:0,pixelate:0,chromaBleed:0,tapeDamage:0,tapeTracking:0,tapeNoise:1,tapeSpeed:.5,filmArtifacts:0,halftone:0,halftoneSize:0,twoInkPrint:0,twoInkPrintSize:0,ascii:0,asciiSize:5/76,asciiInvert:0,asciiStyle:0,asciiColor:1,asciiRotation:0,dither:0,ditherSize:0,bloom:0,bloomRadius:8,monoScreen:0,monoScreenSize:0,monoScreenAngle:0,monoScreenSpread:0,monoScreenShape:0,monoScreenInvert:0,scanlines:0,scanlineCount:0,scanlineSoftness:0,chromaticAberration:0,chromaticAngle:0,crtCurvature:0,digitalGlitch:0,digitalGlitchColorSplit:0,digitalGlitchLineTear:0,digitalGlitchPixelate:0,digitalGlitchBlockAmount:0,digitalGlitchBlockDisplacement:0,digitalGlitchBlockOpacity:0,digitalGlitchSpeed:0,engraving:0,engravingSpacing:7/17,engravingMinThickness:.2,engravingMaxThickness:3.2/7,engravingAngle:.25,engravingContrast:7/15,engravingSharpness:.59,engravingWave:.2,engravingWaveFrequency:2/9,crosshatch:0,crosshatchSpacing:7/25,crosshatchThickness:.25,crosshatchAngle:.25,crosshatchContrast:1/3,crosshatchEdges:.5,crosshatchLineWeight:0,crosshatchWave:.33,crosshatchWaveFrequency:2/9,kuwahara:0,kuwaharaRadius:1/7,kuwaharaSharpness:5/16,kuwaharaSaturation:.5};var Rr=dl,_l=fl,wl=ml,Tl=pl,ao=hl,so=gl,vl={exposure:.03,contrast:-.12,highlights:-.1,shadows:.16,whites:-.04,blacks:.08,temperature:.13,vibrance:-.08,saturation:-.08},Sl={vignette:.18};function Ce(e,t,n={},r={},i={},o=1){return{id:e,label:t,intensity:o,adjust:{...no,...n},details:{...ro,...r},effects:{...io,...i}}}var lo=[Ce("neutral","Neutral"),Ce("warm-daylight","Warm Daylight",{exposure:.06,contrast:.07,highlights:-.06,shadows:.08,temperature:.18,saturation:.08}),Ce("clean-studio","Clean Studio",{contrast:.08,highlights:-.08,shadows:.06,temperature:-.08,tint:.03,saturation:.04}),Ce("skin-soft","Skin Soft",{exposure:.04,contrast:-.03,highlights:-.12,shadows:.12,temperature:.08,tint:.02,saturation:.04}),Ce("food-pop","Food Pop",{exposure:.06,contrast:.1,shadows:.06,temperature:.14,vibrance:.1,saturation:.18}),Ce("night-lift","Night Lift",{exposure:.08,contrast:.08,highlights:-.18,shadows:.2,blacks:-.08,saturation:.04},{vignette:.12}),Ce("muted-editorial","Muted Editorial",{exposure:-.02,contrast:.08,highlights:-.08,shadows:.06,blacks:-.05,temperature:-.03,saturation:-.12},{vignette:.1}),Ce("vintage-wash","Vintage Wash",vl,Sl),Ce("mono-clean","Mono Clean",{contrast:.12,highlights:-.04,shadows:.04,blacks:-.08,saturation:-1}),Ce("mono-fade","Mono Fade",{contrast:-.04,highlights:-.06,shadows:.1,blacks:.12,saturation:-1},{vignette:.08}),Ce("soft-boost","Soft Boost",{exposure:.06,contrast:-.04,highlights:-.14,shadows:.16,vibrance:.08,saturation:.1}),Ce("bright-pop","Bright Pop",{exposure:.12,contrast:.12,whites:.08,blacks:-.04,vibrance:.08,saturation:.14}),Ce("deep-contrast","Deep Contrast",{exposure:-.03,contrast:.2,highlights:-.08,shadows:-.08,blacks:-.12,saturation:.06}),Ce("creator-camcorder","Creator Camcorder",{contrast:.08,highlights:-.05,shadows:.02,whites:.03,blacks:-.04,temperature:-.03,tint:-.015,vibrance:-.03,saturation:-.06},{vignette:.06,grain:.08,grainSize:.18,grainRoughness:.58},{chromaBleed:.55},.72),Ce("vhs-playback","VHS Playback",{contrast:-.04,saturation:-.08},{grain:.16,grainSize:.12,grainRoughness:.72},{tapeDamage:.82,tapeTracking:.85,tapeNoise:.3,tapeSpeed:.5,chromaBleed:.5,chromaticAberration:.18,scanlines:.35,scanlineCount:.17,scanlineSoftness:1,digitalGlitch:.32,digitalGlitchLineTear:.08,digitalGlitchSpeed:.5}),Ce("home-movie-8mm","8mm Home Movie",vl,{...Sl,vignette:.28,vignetteMidpoint:.54,vignetteFeather:.72,grain:.34,grainSize:.18,grainRoughness:.72},{filmArtifacts:.62},.72),Ce("editorial-halftone","Editorial Halftone",{contrast:.04,saturation:.04},{},{halftone:.94,halftoneSize:.36}),Ce("two-ink-print","Two-Ink Print",{contrast:.08,highlights:-.06,shadows:.04},{},{twoInkPrint:1,twoInkPrintSize:.42})],mp=new Map(lo.map(e=>[e.id,e])),pp=/^\\$(?:\\{([A-Za-z0-9_.:-]+)\\}|([A-Za-z0-9_.:-]+))$/,hp={exposure:{min:-2,max:2},contrast:{min:-1,max:1},highlights:{min:-1,max:1},shadows:{min:-1,max:1},whites:{min:-1,max:1},blacks:{min:-1,max:1},temperature:{min:-1,max:1},tint:{min:-1,max:1},vibrance:{min:-1,max:1},saturation:{min:-1,max:1}},Wt={hue:0,amount:0,level:0},El={amount:me.unit,level:me.signedUnit},ft=[[0,0],[1,1]],Vt=[],gp={hueVsHue:me.secondaryHueShift,hueVsSaturation:me.signedUnit,hueVsLuma:me.signedUnit},eo={center:0,range:180,softness:0},to={min:0,max:1,softness:.05},bp={vignette:me.unit,vignetteMidpoint:me.unit,vignetteRoundness:me.signedUnit,vignetteFeather:me.unit,grain:me.unit,grainSize:me.unit,grainRoughness:me.unit},oo=me.unit,xp=me.effects,Rl=["blur","pixelate","chromaBleed","tapeDamage","filmArtifacts","halftone","twoInkPrint","ascii","dither","bloom","monoScreen","scanlines","chromaticAberration","crtCurvature","digitalGlitch","engraving","crosshatch","kuwahara"];var yp=lo.filter(e=>Rl.some(t=>e.effects[t]>1e-4)),hv=lo.filter(e=>!yp.includes(e)),gv={blur:{blur:.45},pixelate:{pixelate:.55},bloom:{bloom:.55,bloomRadius:8},chromaBleed:{chromaBleed:.55},tapeDamage:{tapeDamage:.65,tapeTracking:.55,tapeNoise:.25,tapeSpeed:.5},filmArtifacts:{filmArtifacts:.55},scanlines:{scanlines:.35,scanlineCount:.17,scanlineSoftness:1},chromaticAberration:{chromaticAberration:.15,chromaticAngle:0},crtCurvature:{crtCurvature:.2},digitalGlitch:{digitalGlitch:.55,digitalGlitchColorSplit:.25,digitalGlitchLineTear:.25,digitalGlitchPixelate:.15,digitalGlitchBlockAmount:.5,digitalGlitchBlockDisplacement:.25,digitalGlitchBlockOpacity:0,digitalGlitchSpeed:.5},halftone:{halftone:.94,halftoneSize:.36},twoInkPrint:{twoInkPrint:1,twoInkPrintSize:.42},ascii:{ascii:1,asciiSize:5/76,asciiInvert:0,asciiStyle:0,asciiColor:1,asciiRotation:0},dither:{dither:1,ditherSize:.5},monoScreen:{monoScreen:1,monoScreenSize:.35,monoScreenAngle:.25,monoScreenSpread:.3,monoScreenShape:0,monoScreenInvert:0},engraving:{engraving:1,engravingSpacing:7/17,engravingMinThickness:.2,engravingMaxThickness:3.2/7,engravingAngle:.25,engravingContrast:7/15,engravingSharpness:.59,engravingWave:.2,engravingWaveFrequency:2/9},crosshatch:{crosshatch:1,crosshatchSpacing:7/25,crosshatchThickness:.25,crosshatchAngle:.25,crosshatchContrast:1/3,crosshatchEdges:.5,crosshatchLineWeight:0,crosshatchWave:.33,crosshatchWaveFrequency:2/9},kuwahara:{kuwahara:1,kuwaharaRadius:1/7,kuwaharaSharpness:5/16,kuwaharaSaturation:.5}},kl=[{path:"intensity",name:"--hf-color-grading-intensity",min:0,max:1},{path:"lut.intensity",name:"--hf-color-grading-lut-intensity",min:0,max:1},{path:"adjust.exposure",name:"--hf-color-grading-exposure",min:-2,max:2},{path:"effects.blur",name:"--hf-color-grading-blur",min:0,max:1},{path:"effects.bloom",name:"--hf-color-grading-bloom",min:0,max:3},{path:"effects.kuwahara",name:"--hf-color-grading-kuwahara",min:0,max:1},{path:"effects.pixelate",name:"--hf-color-grading-pixelate",min:0,max:1},{path:"effects.ascii",name:"--hf-color-grading-ascii",min:0,max:1},{path:"effects.dither",name:"--hf-color-grading-dither",min:0,max:1}];var vp=/^#[0-9a-f]{6}$/i;function Sp(e){return!Array.isArray(e)||e.length<2||e.length>6||!e.every(t=>typeof t=="string"&&vp.test(t))?null:e.map(t=>t.toLowerCase())}function Re(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function wr(e,t,n){return Number.isFinite(e)?Math.min(n,Math.max(t,e)):0}function Fl(e,t){let n=typeof e=="number"?e:Number(e);return Number.isFinite(n)?Math.min(1,Math.max(0,n)):t}function ke(e,t){let n=typeof e=="number"?e:Number(e);return Number.isFinite(n)?wr(n,t.min,t.max):0}function uo(e,t=0){let n=typeof e=="number"?e:Number(e);return Number.isFinite(n)?(n%360+360)%360:t}function Ep(e){let t=Re(e)?e:{};return _l.reduce((n,r)=>{let i=Re(t[r])?t[r]:{};return n[r]={hue:uo(i.hue,Wt.hue),amount:ke(i.amount??Wt.amount,El.amount),level:ke(i.level??Wt.level,El.level)},n},{shadows:{...Wt},midtones:{...Wt},highlights:{...Wt}})}function Ap(e){if(!Array.isArray(e)||e.length!==2)return null;let t=Number(e[0]),n=Number(e[1]);return Number.isFinite(t)&&Number.isFinite(n)?[wr(t,0,1),wr(n,0,1)]:null}function Ml(e){return e.some((t,n)=>n>0&&t[0]===e[n-1]?.[0])}function Cp(e){(e[0]?.[0]??0)>0&&e.unshift([0,0]),(e.at(-1)?.[0]??1)<1&&e.push([1,1])}function _p(e){if(!Array.isArray(e)||e.length<2)return ft;let t=[];for(let n of e){let r=Ap(n);if(!r)return ft;t.push(r)}return t.sort((n,r)=>n[0]-r[0]),Ml(t)||(Cp(t),t.length>16)?ft:t}function wp(e){let t=Re(e)?e:{};return wl.reduce((n,r)=>(n[r]=_p(t[r]),n),{master:ft,red:ft,green:ft,blue:ft})}function Tp(e,t){if(!Array.isArray(e)||e.length!==2)return null;let n=Number(e[0]),r=Number(e[1]);return Number.isFinite(n)&&Number.isFinite(r)?[uo(n),wr(r,t.min,t.max)]:null}function Rp(e,t){if(!Array.isArray(e)||e.length<3||e.length>16)return Vt;let n=[];for(let r of e){let i=Tp(r,t);if(!i)return Vt;n.push(i)}return n.sort((r,i)=>r[0]-i[0]),Ml(n)?Vt:n}function kp(e){let t=Re(e)?e:{};return Tl.reduce((n,r)=>(n[r]=Rp(t[r],gp[r]),n),{hueVsHue:Vt,hueVsSaturation:Vt,hueVsLuma:Vt})}function Al(e){let t=Re(e)?e:{},n=ke(t.min??to.min,oo),r=ke(t.max??to.max,oo);return{min:Math.min(n,r),max:Math.max(n,r),softness:ke(t.softness??to.softness,me.secondarySoftRangeSoftness)}}function Fp(e){let t=Re(e)?e:{},n=ke(t.range??eo.range,me.secondaryHueRange);return{center:uo(t.center,eo.center),range:n,softness:ke(t.softness??eo.softness,{min:me.secondaryHueSoftness.min,max:me.secondaryHueCombinedMax-n})}}function Mp(e){return{hueShift:ke(e.hueShift??0,me.secondaryHueShift),saturation:ke(e.saturation??0,me.signedUnit),luma:ke(e.luma??0,me.signedUnit),temperature:ke(e.temperature??0,me.signedUnit),tint:ke(e.tint??0,me.signedUnit)}}function Np(e){return!Re(e)||!Re(e.key)||!Re(e.correction)?null:{enabled:e.enabled!==!1,key:{hue:Fp(e.key.hue),saturation:Al(e.key.saturation),luma:Al(e.key.luma)},correction:Mp(e.correction)}}function Lp(e){if(!Array.isArray(e))return[];let t=[];for(let n of e.slice(0,4)){let r=Np(n);r&&t.push(r)}return t}function Dp(e){if(e==null)return null;let t=String(e).trim();return t||null}function Ip(e){if(e==null)return null;if(typeof e=="string"){let n=e.trim();return n?{src:n,intensity:1}:null}if(!Re(e))return null;let t=e.src;return typeof t!="string"||t.trim()===""?null:{src:t.trim(),intensity:Fl(e.intensity,1)}}function Pp(e){if(typeof e=="string"){let t=e.trim();if(!t)return null;if(t.startsWith("{"))try{let n=JSON.parse(t);return Re(n)?n:null}catch{return null}return{preset:t}}return Re(e)?e:null}function Op(e,t){let n=e.trim().match(pp);if(!n)return e;let r=n[1]??n[2]??"";return r&&Object.hasOwn(t,r)?t[r]:e}function _r(e,t){if(typeof e=="string"){let r=Op(e,t);if(r!==e)return r;let i=e.trim();if(!i.startsWith("{"))return e;try{return _r(JSON.parse(i),t)}catch{return e}}if(Array.isArray(e))return e.map(r=>_r(r,t));if(!Re(e))return e;let n={};for(let[r,i]of Object.entries(e))n[r]=_r(i,t);return n}function Hp(e){return e?mp.get(e)??null:null}function kr(e){let t=Pp(e);if(!t||t.enabled===!1)return null;let n=Dp(t.preset),r=Hp(n),i=r?.adjust??no,o=r?.details??ro,a=r?.effects??io,l=Re(t.adjust)?t.adjust:{},s=Re(t.details)?t.details:{},u=Re(t.effects)?t.effects:{},c=Rr.reduce((p,b)=>(p[b]=ke(l[b]??i[b],hp[b]),p),{...no}),m=ao.reduce((p,b)=>(p[b]=ke(s[b]??o[b],bp[b]),p),{...ro}),f=so.reduce((p,b)=>(p[b]=ke(u[b]??a[b],xp[b]??oo),p),{...io});return{enabled:!0,preset:n,intensity:Fl(t.intensity,r?.intensity??1),adjust:c,wheels:Ep(t.wheels),curves:wp(t.curves),hueCurves:kp(t.hueCurves),secondaries:Lp(t.secondaries),details:m,effects:f,palette:Sp(t.palette),lut:Ip(t.lut),colorSpace:typeof t.colorSpace=="string"&&t.colorSpace.trim()?t.colorSpace.trim():fp}}function Nl(e,t){return kr(_r(e,t))}function Gp(e){return _l.some(t=>Math.abs(e[t].amount)>1e-4||Math.abs(e[t].level)>1e-4)}function co(e){return wl.some(t=>e[t].some(([n,r])=>Math.abs(n-r)>1e-4))}function fo(e){return Tl.some(t=>e[t].some(([,n])=>Math.abs(n)>1e-4))}function mo(e){return e.some(t=>t.enabled&&Object.values(t.correction).some(n=>Math.abs(n)>1e-4))}function Ll(e){return e?.enabled?Math.abs(e.details.vignette)>1e-4||Math.abs(e.details.grain)>1e-4||Rl.some(n=>Math.abs(e.effects[n])>1e-4)?!0:e.intensity===0?!1:e.lut&&e.lut.intensity!==0?!0:Rr.some(n=>Math.abs(e.adjust[n])>1e-4)||(e.wheels?Gp(e.wheels):!1)||(e.curves?co(e.curves):!1)||(e.hueCurves?fo(e.hueCurves):!1)||(e.secondaries?mo(e.secondaries):!1):!1}var Bp=["[data-hyperframes-ignore]","[data-hyperframes-picker-ignore]","[data-hf-ignore]","[data-no-inspect]","[data-no-pick]","[data-hyper-shader-loading]"].join(","),Up=["[data-hyperframes-picker-block]","[data-hyper-shader-loading]"].join(",");function Dl(e){let t=!1,n=null,r=null,i=null,o=null;function a(S,E){try{window.dispatchEvent(new CustomEvent(S,{detail:E}))}catch(_){L("runtime.picker.site1",_)}}function l(S){i=S,a("hyperframe:picker:hovered",{elementInfo:i,isPickMode:t,timestamp:Date.now()})}function s(S){o=S,a("hyperframe:picker:selected",{elementInfo:o,isPickMode:t,timestamp:Date.now()})}function u(S){let E=S.ownerDocument.defaultView;if(!E)return!1;let _=S;for(;_&&_!==document.body&&_!==document.documentElement;){let N=E.getComputedStyle(_);if(N.display==="none"||N.visibility==="hidden"||N.pointerEvents==="none")return!0;let D=Number.parseFloat(N.opacity);if(Number.isFinite(D)&&D<=.01&&!_.hasAttribute(Cn))return!0;_=_.parentElement}return!1}function c(S){if(!S||S===document.body||S===document.documentElement)return!1;let E=S.tagName.toLowerCase();return!(E==="script"||E==="style"||E==="link"||E==="meta"||S.classList.contains("__hf-pick-highlight")||S.closest(Bp)||u(S))}function m(S){return!!S?.closest(Up)}function f(S){let E=S;if(E.id)return`#${CSS.escape(E.id)}`;let _=S.getAttribute("data-composition-id");if(_)return`[data-composition-id="${CSS.escape(_)}"]`;let N=S.getAttribute("data-composition-src");if(N)return`[data-composition-src="${CSS.escape(N)}"]`;let D=S.getAttribute("data-track-index");if(D)return`[data-track-index="${CSS.escape(D)}"]`;let H=S.tagName.toLowerCase(),z=S.parentElement;if(!z)return H;let j=z.querySelectorAll(`:scope > ${H}`);if(j.length===1)return H;for(let k=0;k<j.length;k+=1)if(j[k]===S)return`${H}:nth-of-type(${k+1})`;return H}function p(S){let E=S.tagName.toLowerCase(),_=(S.textContent??"").trim().replace(/\\s+/g," "),N=(D,H)=>D.length>H?`${D.slice(0,H-1)}\\u2026`:D;return E==="h1"||E==="h2"||E==="h3"?"Heading":E==="p"||E==="span"||E==="div"?_.length>0?N(_,56):"Text":E==="img"?"Image":E==="video"?"Video":E==="audio"?"Audio":E==="svg"?"Shape":S.getAttribute("data-composition-src")?"Composition":E==="section"?"Section":`${E.charAt(0).toUpperCase()}${E.slice(1)}`}function b(S,E,_){let N=typeof _=="number"&&_>0?_:8,D=[];if(document.elementsFromPoint)D=document.elementsFromPoint(S,E);else if(document.elementFromPoint){let j=document.elementFromPoint(S,E);D=j?[j]:[]}if(m(D[0]??null))return[];let H={},z=[];for(let[j,k]of D.entries()){if(!c(k))continue;let B=`${k.tagName}::${k.id||""}::${j}`;if(!H[B]&&(H[B]=!0,z.push(k),z.length>=N))break}return z}function v(S){let E=S.getBoundingClientRect(),_={};for(let D of Array.from(S.attributes))D.name.startsWith("data-")&&(_[D.name]=D.value);return{id:S.id||null,tagName:S.tagName.toLowerCase(),selector:f(S),label:p(S),boundingBox:{x:E.left,y:E.top,width:E.width,height:E.height},textContent:S.textContent?S.textContent.trim().slice(0,200):null,src:S.getAttribute("src")||S.getAttribute("data-composition-src")||null,dataAttributes:_}}function x(S,E,_){return b(S,E,_).map(v)}function w(S){if(!t)return;let _=b(S.clientX,S.clientY,1)[0]??(S.target instanceof Element?S.target:null);if(!c(_)||n===_)return;n&&n.classList.remove("__hf-pick-highlight"),n=_,_.classList.add("__hf-pick-highlight");let N=v(_);l(N),e.postMessage({source:"hf-preview",type:"element-hovered",elementInfo:N})}function R(S){if(!t)return;S.preventDefault(),S.stopPropagation(),S.stopImmediatePropagation();let E=x(S.clientX,S.clientY,8);E.length!==0&&(l(E[0]??null),e.postMessage({source:"hf-preview",type:"element-pick-candidates",candidates:E,selectedIndex:0,point:{x:S.clientX,y:S.clientY}}))}function T(S){S.key==="Escape"&&(M(),e.postMessage({source:"hf-preview",type:"pick-mode-cancelled"}))}function F(){t||(t=!0,r=document.createElement("style"),r.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(r),document.body.classList.add("__hf-pick-active"),document.addEventListener("mousemove",w,!0),document.addEventListener("click",R,!0),document.addEventListener("keydown",T,!0),a("hyperframe:picker:mode",{isPickMode:!0,timestamp:Date.now()}))}function M(){t&&(t=!1,n&&(n.classList.remove("__hf-pick-highlight"),n=null),r&&(r.remove(),r=null),document.body.classList.remove("__hf-pick-active"),document.removeEventListener("mousemove",w,!0),document.removeEventListener("click",R,!0),document.removeEventListener("keydown",T,!0),a("hyperframe:picker:mode",{isPickMode:!1,timestamp:Date.now()}))}function A(){window.__HF_PICKER_API={enable:F,disable:M,isActive:()=>t,getHovered:()=>i,getSelected:()=>o,getCandidatesAtPoint:(S,E,_)=>Number.isFinite(S)&&Number.isFinite(E)?x(S,E,_):[],pickAtPoint:(S,E,_)=>{if(!Number.isFinite(S)||!Number.isFinite(E))return null;let N=x(S,E,8);if(!N.length)return null;let D=Math.max(0,Math.min(N.length-1,Number(_??0))),H=N[D]??null;return H?(s(H),e.postMessage({source:"hf-preview",type:"element-picked",elementInfo:H}),M(),H):null},pickManyAtPoint:(S,E,_)=>{if(!Number.isFinite(S)||!Number.isFinite(E))return[];let N=x(S,E,8);if(!N.length)return[];let D=[],H=Array.isArray(_)?_:[0];for(let z of H){let j=Math.max(0,Math.min(N.length-1,Math.floor(Number(z)))),k=N[j];if(!k)continue;D.some(ee=>ee.selector===k.selector&&ee.tagName===k.tagName)||D.push(k)}return D.length?(s(D[0]??null),e.postMessage({source:"hf-preview",type:"element-picked-many",elementInfos:D}),M(),D):[]}},a("hyperframe:picker:api-ready",{hasApi:!0,timestamp:Date.now()})}return{enablePickMode:F,disablePickMode:M,installPickerApi:A}}var Wp=["width","height","top","left","right","bottom","inset","object-fit","object-position","z-index","opacity","visibility","filter","mix-blend-mode","backdrop-filter","border-radius","overflow","clip-path","mask","mask-image","mask-size","mask-position","mask-repeat","transform","transform-origin","translate","rotate","scale","box-sizing"];function zt(e,t){let n=Number.isFinite(t)&&t>0?t:30,r=Number.isFinite(e)&&e>0?e:0;return Math.floor(r*n+1e-9)/n}function Il(e,t,n=Wp){for(let r of n){let i=t.getPropertyValue(r);i&&e.setProperty(r,i)}}function _n(e,t,n){let r=e?.[t];return typeof r=="function"?Number(r.call(e))||n:typeof r=="number"&&Number.isFinite(r)?r:(r!=null&&L("runtime.player.nonConformantNum",{prop:t,actual:typeof r}),n)}function Ue(e,t){let n=e?.[t];if(typeof n=="function"){n.call(e);return}n!==void 0&&L("runtime.player.nonConformantVoid",{method:t,actual:typeof n})}function wn(e,t,n){if(e){for(let r of Object.values(e))if(!(!r||r===t))try{n(r)}catch(i){L("runtime.player.site1",i)}}}function Pl(e,t,n,r){let i=zt(t,n),o=r?.suppressEvents===!0;return Ue(e,"pause"),typeof e.totalTime=="function"?e.totalTime(i,o):typeof e.seek=="function"&&e.seek(i,o),i}function Vp(e,t,n,r,i){let o=[];wn(e,t,a=>{Ue(a,"play"),o.push(a)});try{return Pl(t,n,r,i)}finally{for(let a of o)try{Ue(a,"pause")}catch(l){L("runtime.player.site2",l)}}}function zp(e,t){wn(e,t,n=>{Ue(n,"play")})}function Ol(e){let t=e.transport;return t?{_timeline:null,play:()=>t.play(),pause:()=>t.pause(),seek:(n,r)=>t.seek(n,r),renderSeek:(n,r)=>t.renderSeek(n,r),getTime:()=>t.getTime(),getDuration:()=>t.getDuration(),isPlaying:()=>t.isPlaying(),setPlaybackRate:n=>t.setPlaybackRate(n),getPlaybackRate:()=>t.getPlaybackRate()}:{_timeline:null,play:()=>{let n=e.getTimeline();if(!n||e.getIsPlaying())return;let r=Math.max(0,Number(e.getSafeDuration?.()??_n(n,"duration",0))||0);r>0&&Math.max(0,_n(n,"time",0))>=r&&(Ue(n,"pause"),typeof n.seek=="function"&&n.seek(0,!1),e.onDeterministicSeek(0),e.setIsPlaying(!1),e.onSyncMedia(0,!1),e.onRenderFrameSeek(0)),typeof n.timeScale=="function"&&n.timeScale(e.getPlaybackRate()),Ue(n,"play"),wn(e.getTimelineRegistry?.(),n,i=>{typeof i.timeScale=="function"&&i.timeScale(e.getPlaybackRate()),Ue(i,"play")}),e.onDeterministicPlay(),e.setIsPlaying(!0),e.onShowNativeVideos(),e.onStatePost(!0)},pause:()=>{let n=e.getTimeline();if(!n)return;Ue(n,"pause"),wn(e.getTimelineRegistry?.(),n,i=>{Ue(i,"pause")});let r=Math.max(0,_n(n,"time",0));e.onDeterministicSeek(r),e.onDeterministicPause(),e.setIsPlaying(!1),e.onSyncMedia(r,!1),e.onRenderFrameSeek(r),e.onStatePost(!0)},seek:(n,r)=>{let i=e.getTimeline();if(!i)return;let o=Math.max(0,Number(n)||0),a=e.getIsPlaying(),l=Vp(e.getTimelineRegistry?.(),i,o,e.getCanonicalFps());e.onDeterministicSeek(l),r?.keepPlaying&&a?(typeof i.timeScale=="function"&&i.timeScale(e.getPlaybackRate()),Ue(i,"play"),wn(e.getTimelineRegistry?.(),i,s=>{typeof s.timeScale=="function"&&s.timeScale(e.getPlaybackRate()),Ue(s,"play")}),e.onDeterministicPlay(),e.onShowNativeVideos(),e.onSyncMedia(l,!0)):(e.setIsPlaying(!1),e.onSyncMedia(l,!1)),e.onRenderFrameSeek(l),e.onStatePost(!0)},renderSeek:(n,r)=>{let i=e.getTimeline(),o=e.getCanonicalFps(),a=i?(zp(e.getTimelineRegistry?.(),i),Pl(i,n,o,r)):zt(Math.max(0,Number(n)||0),o);e.onDeterministicSeek(a,r),e.setIsPlaying(!1),e.onSyncMedia(a,!1),e.onRenderFrameSeek(a),e.onStatePost(!0)},getTime:()=>_n(e.getTimeline(),"time",0),getDuration:()=>_n(e.getTimeline(),"duration",0),isPlaying:()=>e.getIsPlaying(),setPlaybackRate:n=>e.setPlaybackRate(n),getPlaybackRate:()=>e.getPlaybackRate()}}function Hl(){return{capturedTimeline:null,isPlaying:!1,currentTime:0,deterministicAdapters:[],canonicalFps:30,bridgeMuted:!1,bridgeVolume:1,mediaOutputMuted:!1,nativeMediaSyncDisabled:!1,webAudioMediaDisabled:!1,mediaAutoplayBlockedPosted:!1,mediaForceSyncNextTick:!1,playbackRate:1,bridgeLastPostedFrame:-1,bridgeLastPostedAt:0,bridgeLastPostedPlaying:!1,bridgeLastPostedMuted:!1,bridgeMaxPostIntervalMs:80,controlBridgeHandler:null,beforeUnloadHandler:null,injectedCompStyles:[],injectedCompScripts:[],injectedCompLinks:[],cachedTimedMediaEls:[],cachedMediaClips:[],cachedVideoClips:[],cachedMediaTimelineDurationSeconds:0,tornDown:!1,transportClock:null,transportRafId:null}}var qp=new Set(["SCRIPT","STYLE","LINK","META","TEMPLATE","NOSCRIPT"]);function po(e){return e.id||e.getAttribute("data-hf-id")||null}function $p(e){return Se(e)}function jp(e,t){let n=e.getAttribute("data-composition-id");if(!n)return null;let r=Number(t[n]?.duration?.());return Number.isFinite(r)&&r>0?r:null}function Kp(e){return!(e instanceof HTMLMediaElement)||!Number.isFinite(e.duration)?null:et(e,e.duration)}function Yp(e,t,n,r){let i=$p(e.getAttribute("data-duration"));return i!=null&&i>0?i:jp(e,t)??Kp(e)??Math.max(0,n-r)}function Xp(e){for(let[t,n]of e){let r=t.parentElement;for(;r;){let i=e.get(r);if(i){n.parentId=i.id,i.children.push(n);break}r=r.parentElement}}}function Gl(e){let{startResolver:t,timelineRegistry:n,rootDuration:r}=e,i=new Map,o=document.querySelector("[data-composition-id]"),a=0;for(let l of document.querySelectorAll("[data-start]")){if(l===o||qp.has(l.tagName))continue;let s=t.resolveStartForElement(l,0);if(Yp(l,n,r,s)<=0)continue;let u={id:po(l)??`__clip-${a++}`,element:l,parentId:null,children:[]};i.set(l,u)}return Xp(i),{roots:Array.from(i.values()).filter(l=>l.parentId===null)}}var ho="css:root",Bl=["backdrop-filter","clip-path","filter","mask","mask-border-source","mask-image","perspective","rotate","scale","transform","translate","-webkit-mask-image"],Jp=new Set([...Bl,"contain","isolation","mask-border","mix-blend-mode","opacity"]),Qp=new Set(["absolute","relative"]),Zp=new Set(["flex","inline-flex","grid","inline-grid"]),e0=new Set(["layout","paint","strict","content"]),t0=new Set(["size","inline-size"]);function n0(e){return e.position==="fixed"||e.position==="sticky"}function r0(e,t){if(t.zIndex==="auto"||t.zIndex==="")return!1;if(Qp.has(t.position))return!0;let n=e.parentElement?e.ownerDocument.defaultView?.getComputedStyle(e.parentElement).display:null;return n!=null&&Zp.has(n)}function i0(e){let t=Number.parseFloat(e.opacity);if(Number.isFinite(t)&&t<1||e.getPropertyValue("isolation")==="isolate")return!0;let n=e.getPropertyValue("mix-blend-mode");return n&&n!=="normal"?!0:Bl.some(r=>{let i=e.getPropertyValue(r);return i!==""&&i!=="none"})}function o0(e){return e.getPropertyValue("contain").split(/\\s+/).some(n=>e0.has(n))?!0:t0.has(e.getPropertyValue("container-type"))}function a0(e){return e.getPropertyValue("will-change").split(",").map(t=>t.trim()).some(t=>Jp.has(t))}function s0(e,t){return n0(t)||r0(e,t)||i0(t)||o0(t)?!0:a0(t)}function l0(e){let t=[],n=e;for(;n?.parentElement;)t.push(Array.prototype.indexOf.call(n.parentElement.children,n)),n=n.parentElement;return`css:${t.reverse().join(".")}`}function Fr(e){let t=e.ownerDocument.defaultView;if(!t)return ho;let n=e.parentElement;for(;n&&n!==e.ownerDocument.documentElement;){try{if(s0(n,t.getComputedStyle(n)))return l0(n)}catch{return ho}n=n.parentElement}return ho}var u0="data-hf-authored-duration",c0="data-hf-authored-end";function d0(e){return Be(e.getAttribute("data-duration"))}function f0(e){return Be(e.getAttribute("data-end"))}function m0(e){return Be(e.getAttribute(u0))}function p0(e){return Be(e.getAttribute(c0))}function mt(e){let t=e.timelineRegistry??{},n=e.includeAuthoredTimingAttrs??!1,r=e.documentRef??document,i=new WeakMap,o=new WeakMap,a=new Set,l=f=>{let p=r.getElementById(f);return p||(r.querySelector(`[data-composition-id="${CSS.escape(f)}"]`)??null)},s=f=>{let p=f.ownerDocument.defaultView?.HTMLMediaElement;return p?f instanceof p:typeof HTMLMediaElement<"u"&&f instanceof HTMLMediaElement},u=f=>{let p=o.get(f);if(p!==void 0)return p;let b=null,v=d0(f)??(n?m0(f):null);if(v!=null&&v>0&&(b=v),b==null||b<=0){let x=f0(f)??(n?p0(f):null);if(x!=null){let w=m(f,0),R=x-w;Number.isFinite(R)&&R>0&&(b=R)}}if((b==null||b<=0)&&s(f)){let x=dn(f);Number.isFinite(f.duration)&&f.duration>x&&(b=(f.duration-x)/Te(f))}if(b==null||b<=0){let x=f.getAttribute("data-composition-id");if(x){let w=t[x]??null;if(w&&typeof w.duration=="function")try{let R=Number(w.duration());Number.isFinite(R)&&R>0&&(b=R)}catch(R){L("runtime.startResolver.site1",R)}}}return b!=null&&Number.isFinite(b)&&b>0?(o.set(f,b),b):(o.set(f,null),null)},c=(f,p)=>{if(f.hasAttribute("data-composition-id")){let v=f.parentElement?.closest("[data-composition-id]");return v?m(v,p):0}let b=f.closest("[data-composition-id]");return b?m(b,p):0},m=(f,p)=>{let b=i.get(f);if(b!==void 0)return b??p;if(a.has(f))return p;a.add(f);try{let v=Hi(f.getAttribute("data-start"));if(!v){if(f.hasAttribute("data-composition-id")){let F=f.parentElement;if(F&&(F.hasAttribute("data-composition-src")||F.hasAttribute("data-composition-id")||F.hasAttribute("data-composition-file"))){let M=m(F,p);return i.set(f,M),M}}return i.set(f,p),p}if(v.kind==="absolute"){let F=Math.max(0,v.value),M=Math.max(0,c(f,p)+F);return i.set(f,M),M}let x=l(v.refId);if(!x)return i.set(f,p),p;let w=m(x,0),R=u(x);if(R==null||R<=0){let F=Math.max(0,w+v.offset);return i.set(f,F),F}let T=Math.max(0,w+R+v.offset);return i.set(f,T),T}finally{a.delete(f)}};return{resolveStartForElement:(f,p=0)=>m(f,Math.max(0,p)),resolveDurationForElement:f=>u(f)}}function go(e){let t=e.trim().toLowerCase();return!(!t||t==="main"||t.includes("caption")||t.includes("ambient"))}var g0="data-hf-authored-duration",b0="data-hf-authored-end";function We(e){return Se(e)}function bo(e){return We(e.getAttribute("data-duration"))??We(e.getAttribute(g0))}function Ul(e){return We(e.getAttribute("data-end"))??We(e.getAttribute(b0))}function xo(e){try{let t=e.style?.zIndex;if(t&&t!=="auto"){let n=parseInt(t,10);if(Number.isFinite(n))return n}return 0}catch{return 0}}function yo(...e){let t=e.filter(n=>Number.isFinite(n??null));return t.length===0?null:Math.max(...t)}function vo(e,t){let n=e.getAttribute("data-track-index")??e.getAttribute("data-track");if(n==null)return t;let r=Number.parseInt(n,10);return Number.isFinite(r)?r:t}function Rn(e){let t=String(e??"").trim();if(!t)return null;let n=t.toLowerCase();if(n.startsWith("data:")||n.startsWith("javascript:"))return null;try{return new URL(t,document.baseURI).toString()}catch{return t}}function Wl(e){let t=e.getAttribute("src")??e.getAttribute("data-src");if(t)return Rn(t);let n=e.getAttribute("data-composition-src");if(n)return Rn(n);let r=e.querySelector("img[src], video[src], audio[src], source[src]");return r?Rn(r.getAttribute("src")):null}function x0(e){let t=e.className;return typeof t!="string"?null:t.split(/\\s+/).map(n=>n.trim()).find(n=>n&&n!=="clip"&&!n.startsWith("__hf-"))??null}function y0(e){if(!e)return null;try{return new URL(e,document.baseURI).pathname.split("/").filter(Boolean).at(-1)??null}catch{return e.split(/[\\\\/]/).filter(Boolean).at(-1)??null}}function v0(e){let t=e.textContent?.replace(/\\s+/g," ").trim();return t?t.length>32?`${t.slice(0,31)}...`:t:null}function Tn(e){let t=e.replace(/\\.[^.]+$/i,"").replace(/[-_]+/g," ").replace(/\\s+/g," ").trim();return t?t.replace(/\\b\\w/g,n=>n.toUpperCase()):e}function S0(e,t,n){let r=e.getAttribute("data-timeline-label")??e.getAttribute("data-label")??e.getAttribute("aria-label")??null;if(r?.trim())return r.trim();let i=e.getAttribute("data-composition-id");if(i)return Tn(i);let o=e.id;if(o)return Tn(o);let a=x0(e);if(a)return Tn(a);let l=y0(Wl(e));if(l)return Tn(l);let s=v0(e);return s||`${Tn(t)} ${n+1}`}function Vl(e){let n=window.__timelines??{},r=mt({timelineRegistry:n,includeAuthoredTimingAttrs:!0}),i=W=>{if(!W)return null;let P=n[W]??null;if(!P||typeof P.duration!="function")return null;try{let O=Number(P.duration());return Number.isFinite(O)&&O>0?O:null}catch{return null}},o=W=>{let P=We(W.getAttribute("data-duration"));return P!=null&&P>0?P:Number.isFinite(W.duration)?et(W,W.duration):null},a=()=>{let W=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(W.length===0)return null;let P=0;for(let O of W){let ce=O.hasAttribute("data-hf-auto-start")?r.resolveStartForElement(O,0):Math.max(0,Number(O.getAttribute("data-start")??0)||0);if(!Number.isFinite(ce))continue;let se=o(O);se==null||se<=0||(P=Math.max(P,Math.max(0,ce)+se))}return P>0?P:null},l=(W,P)=>{let O=[],ce=null,se=null,J=null,K=W.parentElement;for(;K;){let Y=K.getAttribute("data-composition-id");Y&&(O.push(Y),!J&&K!==P&&(J=Y),ce==null&&(ce=r.resolveStartForElement(K,0)),se==null&&(se=We(K.getAttribute("data-duration"))??i(Y)??null)),K=K.parentElement}return{parentCompositionId:J,compositionAncestors:O.reverse(),inheritedStart:ce,inheritedDuration:se}},s=document.querySelector("[data-composition-id]"),u=Array.from(document.querySelectorAll("[data-composition-id]")),c=s?.getAttribute("data-composition-id")??null,m=s?r.resolveStartForElement(s,0):0,f=a(),p=f!=null?Math.max(0,f-Math.max(0,m)):null,b=i(c),v=bo(s??document.body),x=yo(...u.filter(W=>W!==s).map(W=>{let P=r.resolveStartForElement(W,0),O=r.resolveDurationForElement(W)??i(W.getAttribute("data-composition-id"))??null;return!Number.isFinite(P)||O==null||O<=0?null:Math.max(0,P)+O})),w=x!=null?Math.max(0,x-Math.max(0,m)):null,R=typeof b=="number"&&Number.isFinite(b)&&b>0?b:null,T=typeof v=="number"&&Number.isFinite(v)&&v>0?v:null,F=typeof p=="number"&&Number.isFinite(p)&&p>0?p:null,M=typeof w=="number"&&Number.isFinite(w)&&w>0?w:null,A=yo(F,M),S=R!=null&&A!=null&&R>A+1,_=T??(S?A:yo(R,F,M))??null,D=(_!=null?m+_:null)??(typeof f=="number"&&Number.isFinite(f)&&f>0?f:null),H=(W,P)=>!Number.isFinite(P)||P<=0?0:D==null||!Number.isFinite(D)?P:!Number.isFinite(W)||W>=D?0:Math.max(0,Math.min(P,D-W)),z=[],j=[],k=Array.from(document.querySelectorAll("[data-start], [data-track-index], [data-composition-id], video, audio, img")),B=0;for(let[W,P]of k.entries()){if(P===s||["SCRIPT","STYLE","LINK","META","TEMPLATE","NOSCRIPT"].includes(P.tagName))continue;let O=l(P,s),ce=r.resolveStartForElement(P,O.inheritedStart??0),se=P.getAttribute("data-composition-id"),J=bo(P);if(J==null&&se&&se!==c&&(J=i(se)),J==null&&P instanceof HTMLMediaElement&&Number.isFinite(P.duration)&&(J=et(P,P.duration)),J==null){let xe=O.inheritedDuration;if(xe!=null&&xe>0){let Ie=(O.inheritedStart??0)+xe;J=Math.max(0,Ie-ce)}}if(J==null||J<=0||(J=H(ce,J),J<=0))continue;let K=ce+J;B=Math.max(B,K);let Y=P.tagName.toLowerCase(),qe=se&&se!==c?"composition":Y==="video"?"video":Y==="audio"?"audio":Y==="img"?"image":"element";z.push({id:po(P)??se??null,label:S0(P,qe,z.length),start:ce,duration:J,track:vo(P,W),zIndex:xo(P),stackingContextId:Fr(P),kind:qe,tagName:Y,compositionId:P.getAttribute("data-composition-id"),compositionAncestors:O.compositionAncestors,parentCompositionId:O.parentCompositionId,nodePath:null,compositionSrc:Rn(P.getAttribute("data-composition-src")),playbackStart:Ke(P),playbackRate:Te(P),assetUrl:Wl(P),timelineRole:P.getAttribute("data-timeline-role"),timelineLabel:P.getAttribute("data-timeline-label"),timelineGroup:P.getAttribute("data-timeline-group"),timelinePriority:We(P.getAttribute("data-timeline-priority"))})}let ee=new Set(z.map(W=>W.id)),U=s?.getAttribute("data-composition-id")??null,V=U?n[U]??null:null;if(V&&s){let W=V;if(typeof W.getChildren=="function")try{let P=W.getChildren(!0,!0,!1)??[],O=new Map;for(let J of s.children){let K=J;if(!K.id)continue;let Y=K.tagName.toLowerCase();Y==="script"||Y==="style"||Y==="link"||O.set(K,{id:K.id,start:1/0,end:-1/0})}let ce=J=>{let K=J;for(;K;){if(O.has(K))return K;if(K===s)return null;K=K.parentElement}return null};for(let J of P){if(typeof J.targets!="function"||typeof J.startTime!="function"||typeof J.duration!="function")continue;let K=J.startTime(),Y=J.parent;for(;Y&&Y!==V&&typeof Y.startTime=="function";)K+=Y.startTime(),Y=Y.parent;let qe=K+J.duration();if(!(!Number.isFinite(K)||!Number.isFinite(qe)))for(let xe of J.targets()){if(!(xe instanceof Element))continue;let Lt=ce(xe);if(!Lt)continue;let Ie=O.get(Lt);Ie&&(Ie.start=Math.min(Ie.start,K),Ie.end=Math.max(Ie.end,qe))}}let se=z.length>0?Math.max(...z.map(J=>J.track))+1:0;for(let[J,K]of O){if(K.start===1/0||K.end===-1/0)continue;let Y=J;if(ee.has(Y.id))continue;let qe=Math.max(0,K.end-K.start);if(qe<=0)continue;let xe=H(K.start,qe);xe<=0||(B=Math.max(B,K.start+xe),z.push({id:Y.id,label:Y.getAttribute("data-timeline-label")??Y.getAttribute("data-label")??Y.getAttribute("aria-label")??Y.id,start:K.start,duration:xe,track:vo(Y,se),zIndex:xo(Y),stackingContextId:Fr(Y),kind:"element",tagName:Y.tagName.toLowerCase(),compositionId:Y.getAttribute("data-composition-id"),compositionAncestors:U?[U]:[],parentCompositionId:U,nodePath:null,compositionSrc:null,playbackStart:Ke(Y),playbackRate:Te(Y),assetUrl:null,timelineRole:Y.getAttribute("data-timeline-role"),timelineLabel:Y.getAttribute("data-timeline-label"),timelineGroup:Y.getAttribute("data-timeline-group"),timelinePriority:We(Y.getAttribute("data-timeline-priority"))}),ee.add(Y.id))}}catch(P){L("runtime.timeline.site1",P)}}if(s&&_!=null&&_>0){let W=z.length>0?Math.max(...z.map(P=>P.track))+1:0;for(let P of s.children){let O=P;if(!O.id||ee.has(O.id))continue;let ce=O.getAttribute("data-timeline-role");if(ce!=="overlay"&&ce!=="persistent-overlay")continue;let se=O.tagName.toLowerCase();if(se==="script"||se==="style"||se==="link"||se==="meta"||window.getComputedStyle(O).display==="none")continue;let K=H(0,_);K<=0||(B=Math.max(B,K),z.push({id:O.id,label:O.getAttribute("data-timeline-label")??O.getAttribute("data-label")??O.getAttribute("aria-label")??O.id,start:0,duration:K,track:vo(O,W),zIndex:xo(O),stackingContextId:Fr(O),kind:"element",tagName:se,compositionId:O.getAttribute("data-composition-id"),compositionAncestors:U?[U]:[],parentCompositionId:U,nodePath:null,compositionSrc:null,playbackStart:Ke(O),playbackRate:Te(O),assetUrl:null,timelineRole:ce,timelineLabel:O.getAttribute("data-timeline-label"),timelineGroup:O.getAttribute("data-timeline-group"),timelinePriority:We(O.getAttribute("data-timeline-priority"))}),ee.add(O.id))}}for(let W of u){if(W===s)continue;let P=W.getAttribute("data-composition-id");if(!P||!go(P))continue;let O=r.resolveStartForElement(W,0),ce=bo(W);if((ce==null||ce<=0)&&Ul(W)!=null){let Y=Ul(W);ce=Math.max(0,Y-O)}let se=i(P),J=ce&&ce>0?ce:se;if(J==null||J<=0)continue;let K=H(O,J);K<=0||j.push({id:P,label:W.getAttribute("data-label")??P,start:O,duration:K,thumbnailUrl:Rn(W.getAttribute("data-thumbnail-url")),avatarName:null})}let q=Math.max(1,B||1,_??0),X=S&&T==null,_e=X?Number.POSITIVE_INFINITY:Math.max(1,Math.ceil(q*Math.max(1,e.canonicalFps)));return{...dr(e.canonicalFps),source:"hf-preview",type:"timeline",compositionContractVersion:1,durationSeconds:X?Number.POSITIVE_INFINITY:q,durationInFrames:_e,clips:z,scenes:j,compositionWidth:We(s?.getAttribute("data-width"))??1920,compositionHeight:We(s?.getAttribute("data-height"))??1080}}var So="data-composition-id",E0="data-composition-src",A0=`[${So}]`,eS=`[${E0}]`,zl="style",ql="script",C0=\'link[rel="stylesheet"], link[rel="preconnect"]\';function qt(e){return e?Array.from(e):[]}function $l(e){let{contentNode:t,head:n,documentElement:r,hasTemplate:i,compositionId:o}=e,a=qt(t.querySelectorAll(A0)),l=o?a.find(c=>c.getAttribute(So)===o)??null:a[0]??null,s=(l??a[0])?.getAttribute(So)?.trim()||"",u=i?null:n??null;return{innerRoot:l,authoredCompositionId:o||s||null,scriptCompositionId:s||o||null,authoredRootId:l?.getAttribute("id")?.trim()||null,styleSources:[...qt(u?.querySelectorAll(zl)),...qt(t.querySelectorAll(zl))],scriptSources:[...qt(u?.querySelectorAll(ql)),...qt(t.querySelectorAll(ql))],linkSources:qt(n?.querySelectorAll(C0)),variableDefaultCarriers:[r,l].filter(c=>c!=null)}}var pe=nm(bc(),1),xc=pe.default,VS=pe.default.stringify,zS=pe.default.fromJSON,qS=pe.default.plugin,$S=pe.default.parse,jS=pe.default.list,KS=pe.default.document,YS=pe.default.comment,XS=pe.default.atRule,JS=pe.default.rule,QS=pe.default.decl,ZS=pe.default.root,eE=pe.default.CssSyntaxError,tE=pe.default.Declaration,nE=pe.default.Container,rE=pe.default.Processor,iE=pe.default.Document,oE=pe.default.Comment,aE=pe.default.Warning,sE=pe.default.AtRule,lE=pe.default.Result,uE=pe.default.Input,cE=pe.default.Rule,dE=pe.default.Root,fE=pe.default.Node;var jo="data-hf-authored-id",yc="data-hf-inner-root";function Ko(e){return e.replace(/[.*+?^${}()|[\\]\\\\]/g,"\\\\$&")}function Yo(e){return e.replace(/\\\\/g,"\\\\\\\\").replace(/"/g,\'\\\\"\')}function $h(e){return e&&e.replace(/[^a-zA-Z0-9_-]/g,n=>`\\\\${n}`).replace(/^-?\\d/,n=>`\\\\${n}`)}function Sc(e){let t=e.trim();return t?Array.from(new Set([t,$h(t)])).filter(Boolean):[]}function jh(e){return!!e&&/[\\w-]/.test(e)}function Kh(e,t,n){let r=Sc(t).sort((l,s)=>s.length-l.length);if(r.length===0)return e;let i="",o=0,a=null;for(let l=0;l<e.length;l+=1){let s=e[l],u=l>0?e[l-1]:"";if(a){i+=s,s===a&&u!=="\\\\"&&(a=null);continue}if(s===\'"\'||s==="\'"){a=s,i+=s;continue}if(s==="["){o+=1,i+=s;continue}if(s==="]"){o=Math.max(0,o-1),i+=s;continue}if(s==="#"&&o===0){let c=r.find(m=>e.startsWith(m,l+1));if(c){let m=e[l+1+c.length];if(!jh(m)){i+=n,l+=c.length;continue}}}i+=s}return i}function Yh(e,t){let n=t?.trim();return n?Kh(e,n,`[${jo}="${Yo(n)}"]`):e}function vc(e){return`${e}:not(:has([${yc}])), ${e} > [${yc}]`}function Xh(e,t,n,r,i,o){let a=Yh(e,r),l=Jh(a,t,n),s=l.trim();if(!s||s==="*")return e;if(/^(html|body|:root)$/i.test(s))return o?vc(t):e;let u=new RegExp(`\\\\[\\\\s*data-composition-id\\\\s*=\\\\s*(["\'])${Ko(n)}\\\\1\\\\s*\\\\]`,"g");if(u.test(s))return s.replace(u,"").trim()===""?vc(t):l.replace(u,t);let c=l.match(/^\\s*/)?.[0]??"",m=l.match(/\\s*$/)?.[0]??"";if(i){let f=r?`[${jo}="${Yo(r)}"]`:null;if(f&&s.startsWith(f)){let p=s.slice(f.length);return`${c}${t}${f}${p}${m}`}}return`${c}${t} ${s}${m}`}function Jh(e,t,n){let r=Ko(n),i=String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:"${r}"|\'${r}\')\\s*\\]`,o=String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:"[^"]*"|\'[^\']*\')\\s*\\]`;return e.replace(new RegExp(`${i}(?:${o})+`,"g"),t).replace(new RegExp(`(?:${o})+${i}`,"g"),t)}var Qh=new Set(["keyframes","-webkit-keyframes","font-face"]);function Zh(e){return e?.type==="atrule"}function eg(e){let t=e.parent;for(;t;){if(Zh(t)&&Qh.has(t.name.toLowerCase()))return!0;t=t.parent}return!1}function tg(e){let t=e.parent;for(;t;){if(t.type==="rule")return!0;t=t.parent}return!1}function Ec(e,t,n,r,i){let o=t.trim();if(!e||!o)return e;let a=n||`[data-composition-id="${Yo(o)}"]`,l=xc.parse(e);return l.walkRules(s=>{eg(s)||tg(s)||(s.selectors=s.selectors.map(u=>Xh(u,a,o,r,i?.compoundAuthoredRoot,i?.scopeRootSelectors)))}),l.toResult({map:!1}).css}function rt(e){return JSON.stringify(e).replace(/</g,"\\\\u003c")}function Ac(e,t,n="[HyperFrames] composition script error:",r,i=t,o){let a=rt(t),l=rt(i),s=rt(n),u=Ko(t),c=rt(o?.trim()||null),m=rt(r??null),f=rt(String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:"${u}"|\'${u}\')\\s*\\]`),p=rt(String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:"[^"]*"|\'[^\']*\')\\s*\\]`),b=rt(Sc(o?.trim()||""));return`(function(){\n var __hfCompId = ${a};\n var __hfTimelineCompId = ${l};\n var __hfErrorLabel = ${s};\n var __hfAuthoredRootId = ${c};\n var __hfAuthoredRootAttr = ${rt(jo)};\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 = ${p};\n var __hfAuthoredRootIdForms = ${b};\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 if (prop !== __hfCompId) {\n return Reflect.get(target, prop, target);\n }\n var authoredValue = Reflect.get(target, prop, target);\n return authoredValue === undefined\n ? Reflect.get(target, __hfTimelineCompId, target)\n : authoredValue;\n },\n set: function(target, prop, value, receiver) {\n if (prop !== __hfCompId) {\n return Reflect.set(target, prop, value, target);\n }\n // The authored node remains in the compiled DOM when its local id\n // differs from the runtime mount id, so readiness legitimately sees\n // both compositions. Publish the same timeline under both identities\n // instead of replacing one with the other.\n var authoredSet = Reflect.set(target, __hfCompId, value, target);\n var runtimeSet = Reflect.set(target, __hfTimelineCompId, value, target);\n return authoredSet && runtimeSet;\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 // Inside a sub-composition, __hyperframes is passed as a bare script\n // param bound to the SCOPED variant (per-comp getVariables). But\n // authors routinely write the documented window.__hyperframes.\n // getVariables() form, which would otherwise fall through to the host\n // page\'s base __hyperframes and return the WRONG (or empty) variables\n // for this instance. Route it to the scoped variant too so both\n // spellings resolve to this composition\'s own variables.\n // (__hfScopedHyperframes is a hoisted var assigned below, before any\n // sub-comp script -- the only code that reads this -- runs.)\n if (prop === "__hyperframes") return __hfScopedHyperframes;\n return Reflect.get(target, prop, target);\n },\n set: function(target, prop, value, receiver) {\n if (prop === "__timelines") {\n // Common authoring boilerplate assigns the registry back to\n // itself (window.__timelines = window.__timelines || {}). The\n // getter above returns our proxy; do not replace the canonical\n // registry with that proxy or later wrappers will stack proxies.\n if (value === __hfTimelineRegistryProxy) return true;\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${e.replace(/<\\/(script)/gi,"<\\\\/$1")}\n }).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);\n } catch (_err) {\n console.error(__hfErrorLabel, __hfCompId, _err);\n }\n };\n __hfFindRoot();\n __hfRun();\n})();`}var ng=["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 Cc(e){let t=e.getAttribute("id")?.trim();for(let n of ng)e.removeAttribute(n);t&&(e.removeAttribute("id"),e.setAttribute("data-hf-authored-id",t)),e.setAttribute("data-hf-inner-root","true")}var rg=8e3,ig=/^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:)(?!\\/\\/)(?!\\/)(?!\\.\\.?\\/).+/,og=/\\burl\\(\\s*(["\']?)([^)"\']+)\\1\\s*\\)/g,ag=["src","href"];function sg(e){return!e||e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")||e.startsWith("data:")||e.startsWith("#")||e.startsWith("/")}function Tc(e,t){if(!t)return e;let n=e.trim();if(sg(n)||!n.startsWith("../")&&n!=="..")return e;try{return new URL(n,t).href}catch{return e}}function Rc(e,t){return!t||!e?e:e.replace(og,(n,r,i)=>{let o=Tc(i||"",t);return o===i?n:`url(${r||""}${o}${r||""})`})}function lg(e,t){for(let n of Array.from(e.querySelectorAll("[src], [href]")))for(let r of ag){let i=n.getAttribute(r);if(i==null)continue;let o=Tc(i,t);o!==i&&n.setAttribute(r,o)}}function ug(e,t){for(let n of Array.from(e.querySelectorAll("[style]"))){let r=n.getAttribute("style");if(r==null)continue;let i=Rc(r,t);i!==r&&n.setAttribute("style",i)}}function cg(e,t){for(let n of Array.from(e.querySelectorAll("style"))){let r=n.textContent||"",i=Rc(r,t);i!==r&&(n.textContent=i)}}function kc(e,t){if(t){lg(e,t),ug(e,t),cg(e,t);for(let n of Array.from(e.querySelectorAll("template")))kc(n.content,t)}}function dg(e,t){return`${e}__hf${t}`}var fg=e=>new Promise(t=>{let n=!1,r=Date.now(),i=null,o=a=>{n||(n=!0,i!=null&&window.clearTimeout(i),t({status:a,elapsedMs:Math.max(0,Date.now()-r)}))};e.addEventListener("load",()=>o("load"),{once:!0}),e.addEventListener("error",()=>o("error"),{once:!0}),i=window.setTimeout(()=>o("timeout"),rg)});function Xo(e){for(;e.firstChild;)e.removeChild(e.firstChild);e.textContent=""}function _c(e){for(let t of Array.from(e.querySelectorAll("style, script")))t.remove()}function mg(e){let t=document.importNode(e,!0);Cc(t);let n=t.getAttribute("data-width"),r=t.getAttribute("data-height");return t.style.width=n?`${n}px`:"100%",t.style.height=r?`${r}px`:"100%",t}function pg(e,t){let n=e.trim();if(!n)return e;try{return ig.test(n)&&!n.startsWith("#")&&!n.startsWith("?")?new URL(n,document.baseURI).toString():t?new URL(n,t).toString():new URL(n,document.baseURI).toString()}catch{return e}}function wc(e,t){try{let n=new URL(e),r=new URL(t);return n.search="",n.hash="",r.search="",r.hash="",n.href===r.href}catch{return!1}}function $r(e){let t=(e.getAttribute("data-composition-id")||"").trim()||null;return{authoredCompositionId:(e.getAttribute("data-hf-original-composition-id")||t||"").trim()||null,runtimeCompositionId:t}}function hg(e){let t=new Map;for(let n of e){let r=$r(n).authoredCompositionId||"";r&&t.set(r,(t.get(r)||0)+1)}return t}function Fc(e){let t=$r(e).authoredCompositionId;return t?!!document.querySelector(`template#${CSS.escape(t)}-template`):!1}function gg(e){return!!e.querySelector(\'[data-hf-inner-root="true"]\')}function bg(e){return e.hasAttribute("data-composition-src")?!0:Fc(e)?e.children.length===0||e.hasAttribute("data-hf-original-composition-id")?!0:gg(e):!1}function Qo(){return Array.from(document.querySelectorAll("[data-composition-src], [data-composition-id]")).filter(t=>t.hasAttribute("data-composition-src")?!0:Fc(t))}function Mc(){let e=window.__hfVariablesByComp;if(!e)return;let t=new Set(Qo().map(n=>$r(n).runtimeCompositionId).filter(n=>!!n));for(let n of Object.keys(e))t.has(n)||delete e[n]}function Nc(e,t=hg(e)){let n=new Map,r=new Map;for(let i of e){let{authoredCompositionId:o,runtimeCompositionId:a}=$r(i),l=bg(i);if(!o){r.set(i,{authoredCompositionId:null,runtimeCompositionId:a});continue}let s=(t.get(o)||0)>1,u=a||o;if(l){let c=s?(n.get(o)||0)+1:0;s&&n.set(o,c),u=s?dg(o,c):o,s?i.setAttribute("data-hf-original-composition-id",o):i.removeAttribute("data-hf-original-composition-id"),i.setAttribute("data-composition-id",u),a&&a!==u&&window.__hfVariablesByComp&&delete window.__hfVariablesByComp[a]}r.set(i,{authoredCompositionId:o,runtimeCompositionId:u})}return r}async function Jo(e){let t=$l({contentNode:e.sourceNode,head:e.head,hasTemplate:e.hasTemplate,compositionId:e.authoredCompositionId}),n=t.innerRoot instanceof HTMLElement?t.innerRoot:null,r=n??e.sourceNode,i=t.authoredCompositionId,o=t.scriptCompositionId,a=e.runtimeCompositionId||null,l=t.authoredRootId,s=a?`[data-composition-id="${CSS.escape(a)}"]`:void 0;for(let f of t.linkSources){let p=(f.getAttribute("href")||"").trim();if(!p)continue;let b=e.compositionUrl?new URL(p,e.compositionUrl).href:p;if(e.compositionUrl&&wc(b,e.compositionUrl)||document.head.querySelector(`link[href="${CSS.escape(b)}"]`))continue;let v=f.cloneNode(!0);v instanceof HTMLLinkElement&&(v.href=b,document.head.appendChild(v),e.injectedLinks.push(v))}(f=>{for(let p of f){let b=p.cloneNode(!0);b instanceof HTMLStyleElement&&(i&&(b.textContent=Ec(b.textContent||"",i,s,l,{scopeRootSelectors:!0})),document.head.appendChild(b),e.injectedStyles.push(b))}})(t.styleSources);let c=f=>{let p=f.getAttribute("type")?.trim()??"",b=f.getAttribute("src")?.trim()??"";if(b){let x=pg(b,e.compositionUrl);return e.compositionUrl&&wc(x,e.compositionUrl)?null:{kind:"external",src:x,type:p}}let v=f.textContent?.trim()??"";return v?{kind:"inline",content:v,type:p,scopeCompositionId:o}:null},m=t.scriptSources.map(c).filter(f=>f!==null);if(n){let f=n.getAttribute("data-width"),p=n.getAttribute("data-height"),b=e.parseDimensionPx(f),v=e.parseDimensionPx(p);f&&e.host.setAttribute("data-width",f),p&&e.host.setAttribute("data-height",p),b&&e.host instanceof HTMLElement&&(e.host.style.width=b),v&&e.host instanceof HTMLElement&&(e.host.style.height=v),n.hasAttribute("data-timeline-locked")&&e.host.setAttribute("data-timeline-locked","");let x=mg(n);!e.authoredCompositionId&&i&&x.setAttribute("data-composition-id",i),_c(x),e.host.appendChild(x)}else if(e.hasTemplate){let f=document.importNode(r,!0);_c(f),e.host.appendChild(f)}else e.host.innerHTML=e.fallbackBodyInnerHtml;a&&xg(e,r,a);for(let f of m){let p=document.createElement("script");if(f.type&&(p.type=f.type),p.async=!1,f.kind==="external"?p.src=f.src:f.type.toLowerCase()==="module"?p.textContent=f.content:f.scopeCompositionId?p.textContent=Ac(f.content,f.scopeCompositionId,"[HyperFrames] composition script error:",s,a||f.scopeCompositionId,l):p.textContent=`(function(){${f.content}})();`,document.body.appendChild(p),e.injectedScripts.push(p),f.kind==="external"){let b=await fg(p);b.status!=="load"&&e.onDiagnostic?.({code:"external_composition_script_load_issue",details:{hostCompositionId:e.authoredCompositionId,runtimeCompositionId:e.runtimeCompositionId,hostCompositionSrc:e.hostCompositionSrc,resolvedScriptSrc:f.src,loadStatus:b.status,elapsedMs:b.elapsedMs}})}}}async function Lc(e){let t=Qo();if(Mc(),t.length===0)return;let n=Nc(t),r=t.filter(i=>{if(i.hasAttribute("data-composition-src")||i.children.length>0)return!1;let o=n.get(i)?.authoredCompositionId;return o?!!document.querySelector(`template#${CSS.escape(o)}-template`):!1});if(r.length!==0)for(let i of r){let o=n.get(i),a=o?.authoredCompositionId;if(!a)continue;let l=document.querySelector(`template#${CSS.escape(a)}-template`);Xo(i),await Jo({host:i,authoredCompositionId:a,runtimeCompositionId:o?.runtimeCompositionId||a,hostCompositionSrc:`template#${a}-template`,sourceNode:l.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:null,injectedStyles:e.injectedStyles,injectedScripts:e.injectedScripts,injectedLinks:e.injectedLinks,parseDimensionPx:e.parseDimensionPx,onDiagnostic:e.onDiagnostic})}}async function Dc(e){let t=Qo();if(Mc(),t.length===0)return;let n=Nc(t),r=t.filter(i=>i.hasAttribute("data-composition-src"));r.length!==0&&await Promise.all(r.map(async i=>{let o=i.getAttribute("data-composition-src");if(!o)return;let a=n.get(i),l=a?.authoredCompositionId||null,s=a?.runtimeCompositionId||l||null,u=null;try{u=new URL(o,document.baseURI)}catch{u=null}Xo(i);try{let c=l!=null?document.querySelector(`template#${CSS.escape(l)}-template`):null;if(c){await Jo({host:i,authoredCompositionId:l,runtimeCompositionId:s,hostCompositionSrc:o,sourceNode:c.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:u,injectedStyles:e.injectedStyles,injectedScripts:e.injectedScripts,injectedLinks:e.injectedLinks,parseDimensionPx:e.parseDimensionPx,onDiagnostic:e.onDiagnostic});return}let m=await fetch(o);if(!m.ok)throw new Error(`HTTP ${m.status}`);let f=await m.text(),b=new DOMParser().parseFromString(f,"text/html");kc(b,u);let v=(l?b.querySelector(`template#${CSS.escape(l)}-template`):null)??b.querySelector("template"),x=v?v.content:b.body;await Jo({host:i,authoredCompositionId:l,runtimeCompositionId:s,hostCompositionSrc:o,sourceNode:x,hasTemplate:!!v,fallbackBodyInnerHtml:b.body.innerHTML,compositionUrl:u,injectedStyles:e.injectedStyles,injectedScripts:e.injectedScripts,injectedLinks:e.injectedLinks,parseDimensionPx:e.parseDimensionPx,head:b.head,declaredVariableDefaults:cn(b.documentElement),variableDeclarer:b.documentElement,onDiagnostic:e.onDiagnostic})}catch(c){e.onDiagnostic?.({code:"external_composition_load_failed",details:{hostCompositionId:l,runtimeCompositionId:s,hostCompositionSrc:o,errorMessage:c instanceof Error?c.message:"unknown_error"}}),Xo(i)}}))}function xg(e,t,n){let i={...e.declaredVariableDefaults??(t instanceof Element?cn(t):{}),...ms(e.host)};Fi(e.variableDeclarer??(t instanceof Element?t:null),i,n),ds(e.host),Object.keys(i).length>0?(window.__hfVariablesByComp||(window.__hfVariablesByComp={}),window.__hfVariablesByComp[n]=i,Mi(e.host,{...cs(e.host,i,window),...mr()})):window.__hfVariablesByComp&&delete window.__hfVariablesByComp[n]}function Zo(e){let n=e.vars.data?.captionState;return n==="dim"||n==="active"?n:void 0}function yg(e){return e instanceof HTMLElement?e.dataset.captionWrapper!=="true"?e:e.querySelector(":scope > span")??null:null}function vg(){let e=[],t=document.querySelectorAll(".caption-group");for(let n of t)for(let r of n.children){if(!(r instanceof HTMLElement))continue;let i=r.dataset.captionWrapper==="true"?r.querySelector(":scope > span"):r.tagName==="SPAN"?r:null;i&&e.push(i)}return e}function Sg(e){let t=e.parentElement;if(t?.dataset.captionWrapper==="true")return t;let n=document.createElement("span");return n.style.display="inline-block",n.dataset.captionWrapper="true",e.parentNode?.insertBefore(n,e),n.appendChild(e),n}function ea(){let e=window.gsap;e&&document.querySelectorAll(".caption-group").length!==0&&fetch("caption-overrides.json").then(t=>t.ok?t.json():null).then(t=>{if(!t||!Array.isArray(t)||t.length===0)return;let n=vg();for(let r of t){let i=null;if(r.wordId&&(i=yg(document.getElementById(r.wordId))),!i&&r.wordIndex!==void 0&&(i=n[r.wordIndex]??null),!i)continue;let o={},a={};if(r.x!==void 0&&(o.x=r.x),r.y!==void 0&&(o.y=r.y),r.scale!==void 0&&(o.scale=r.scale),r.rotation!==void 0&&(o.rotation=r.rotation),r.opacity!==void 0&&(a.opacity=r.opacity),r.fontSize!==void 0&&(a.fontSize=`${r.fontSize}px`),r.fontWeight!==void 0&&(a.fontWeight=r.fontWeight),r.fontFamily!==void 0&&(a.fontFamily=r.fontFamily),r.activeColor||r.dimColor){let s=e.getTweensOf(i).filter(m=>m.vars.color!==void 0).sort((m,f)=>m.startTime()-f.startTime()),u=s.find(m=>Zo(m)==="dim")??s.find(m=>Zo(m)===void 0),c=u?String(u.vars.color):"";for(let m of s)(Zo(m)??(String(m.vars.color)===c?"dim":"active"))==="dim"?r.dimColor&&(m.vars.color=r.dimColor):r.activeColor&&(m.vars.color=r.activeColor);r.dimColor&&e.set(i,{color:r.dimColor})}if(Object.keys(a).length>0&&e.set(i,a),Object.keys(o).length>0){let l=Sg(i);e.set(l,o)}}}).catch(()=>{})}var na="data-hf-edit-base-x",ra="data-hf-edit-base-y",Jt="data-hf-edit-original-translate",jr=e=>{let t=parseFloat(e??"");return Number.isFinite(t)?t:0},Eg=e=>{let t=[],n=0,r="";for(let i of e.trim())i==="("&&(n+=1),i===")"&&(n=Math.max(0,n-1)),/\\s/.test(i)&&n===0?(r&&t.push(r),r=""):r+=i;return r&&t.push(r),t},Ic=/^-?(?:\\d+(?:\\.\\d+)?|\\.\\d+)px$/,ta=(e,t)=>Ic.test(e)&&Ic.test(t)?`${parseFloat(e)+parseFloat(t)}px`:`calc(${e} + ${t})`,Ag=(e,t,n)=>{if(!e||e==="none")return`${t} ${n}`;let[r,i,o]=Eg(e);if(r===void 0)return`${t} ${n}`;if(i===void 0)return`${ta(r,t)} ${n}`;let a=o===void 0?"":` ${o}`;return`${ta(r,t)} ${ta(i,n)}${a}`},Cg=e=>{try{e.ownerDocument.defaultView?.gsap?.getProperty?.(e,"x")}catch{}},_g=e=>{let t=e.style.getPropertyValue("translate").trim();if(t)return t==="none"?"":t;try{let n=e.ownerDocument.defaultView,r=n?n.getComputedStyle(e).getPropertyValue("translate").trim():"";return r==="none"?"":r}catch{return""}},ia=new WeakMap;function wg(e,t){let n=ia.get(e);if(!t?.force&&n!==void 0&&e.style.getPropertyValue("translate")!==n){Ne("position_edit_fold_skipped",{hfId:e.getAttribute("data-hf-id")});return}let r=jr(e.getAttribute("data-x"))-jr(e.getAttribute(na)),i=jr(e.getAttribute("data-y"))-jr(e.getAttribute(ra));e.hasAttribute(Jt)||e.setAttribute(Jt,_g(e)),n===void 0&&Cg(e);let o=e.getAttribute(Jt)??"",a=Ag(o,`${r}px`,`${i}px`);e.style.setProperty("translate",a),ia.set(e,e.style.getPropertyValue("translate"))}function Kr(e,t){let n=e.defaultView?.HTMLElement,r=e.defaultView?.SVGElement,i=s=>n||r?n!==void 0&&s instanceof n||r!==void 0&&s instanceof r:typeof s.style?.setProperty=="function",o=e.querySelectorAll(`[${Jt}]:not([${na}]):not([${ra}])`);for(let s=0;s<o.length;s++){let u=o[s];if(u===void 0||!i(u))continue;let c=u.getAttribute(Jt)??"";c===""?u.style.removeProperty("translate"):u.style.setProperty("translate",c),u.removeAttribute(Jt),ia.delete(u)}let a=e.querySelectorAll(`[${na}], [${ra}]`),l=0;for(let s=0;s<a.length;s++){let u=a[s];u===void 0||!i(u)||(wg(u,t),l+=1)}return l}var Pc="__hfPositionEditsSeekReapplyWrapped",Oc=new WeakSet,Hc=new WeakMap,Gc=new WeakMap;function Bc(e){let t=e,n=()=>{try{Kr(t.document)}catch{}},r=m=>typeof m=="function"&&(Oc.has(m)||!!m[Pc]),i=m=>{Oc.add(m);try{Object.defineProperty(m,Pc,{value:!0})}catch{}},o=m=>{if(typeof m!="function"||r(m))return m;let f=function(...p){let b=m.apply(this,p);return n(),b};return i(f),f},a=(m,f)=>{let p=Hc.get(m);if(p?.has(f))return!0;let b=Object.getOwnPropertyDescriptor(m,f);if(b?.configurable===!1){let w=m[f];return typeof w=="function"&&(m[f]=o(w),n()),!1}let v=m[f],x=b?.set;return Object.defineProperty(m,f,{configurable:!0,enumerable:b?.enumerable??!0,get:()=>v,set:w=>{v=o(w),x?.call(m,w)}}),v=o(v),p??(p=new Set),p.add(f),Hc.set(m,p),n(),!0},l=(m,f)=>{let p=Gc.get(t),b=Object.getOwnPropertyDescriptor(t,m);if(!p?.has(m)){if(b?.configurable===!1){let w=t[m];return w?a(w,f):!1}let x=t[m];Object.defineProperty(t,m,{configurable:!0,enumerable:b?.enumerable??!0,get:()=>x,set:w=>{x=w,x&&a(x,f)}}),p??(p=new Set),p.add(m),Gc.set(t,p)}let v=t[m];return v?a(v,f):!1},s=()=>{let m=l("__hf","seek"),f=l("__player","renderSeek");return m&&f};if(s())return;let u=120,c=t.setInterval(()=>{if(s()){t.clearInterval(c);return}u-=1,u<=0&&t.clearInterval(c)},50)}function Yr(e){let t=window,r=e.closest("[data-composition-id]")?.getAttribute("data-composition-id")?.trim()??"",i=r?t.__hfVariablesByComp?.[r]:void 0;if(i)return i;let o=t.__hyperframes?.getVariables?.();return o&&typeof o=="object"?o:t.__hfVariables??{}}function Xr(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}var Uc=new Set(["img","video","audio","source"]);function Tg(e){if(typeof e=="string"&&e.length>0)return e;if(e!==null&&typeof e=="object"){let t=e.url;if(typeof t=="string"&&t.length>0)return t}return null}function Rg(e){let t=e.replace(/[\\u0000-\\u0020]/g,""),n=/^([a-z][a-z0-9+.-]*):/i.exec(t);if(!n)return!0;let r=n[1]?.toLowerCase();return r?r==="https"||r==="http"||r==="blob"?!0:r==="data"?/^data:image\\//i.test(t):!1:!1}function kg(e){return e.replace(/[;{}<>\\r\\n]/g,"")}function Fg(e){if(Xr(e))return String(e);if(e!==null&&typeof e=="object"){let t=e.name;if(typeof t=="string"&&t.length>0)return t}return null}function oa(e,t){let n=e.closest("[data-composition-id]"),r=t.get(n);if(r)return r;let i=Yr(e);return t.set(n,i),i}function Mg(e,t){if(e.childElementCount===0){e.textContent=t;return}let n=!1;for(let r of Array.from(e.childNodes))r.nodeType===Node.TEXT_NODE&&(r.nodeValue=n?"":t,n=!0);n||e.insertBefore(e.ownerDocument.createTextNode(t),e.firstChild)}function Ng(e){return e.querySelector("[data-hf-root]")??e.getElementById("stage")??e.body?.firstElementChild??e.body}function Lg(e,t){let n=new Set,r=Ng(e);r&&n.add(r);for(let i of Array.from(e.querySelectorAll("[data-composition-id]")))n.add(i);for(let i of n){let o=oa(i,t);for(let[a,l]of Object.entries(o)){let s=Fg(l);s!==null&&i instanceof HTMLElement&&i.style.setProperty(`--${a}`,kg(s))}}}function aa(e){let t=new Map;Lg(e,t);for(let n of Array.from(e.querySelectorAll("[data-var-src]"))){let r=n.getAttribute("data-var-src")?.trim();if(!r)continue;if(!Uc.has(n.tagName.toLowerCase())){console.warn(`[hyperframes] Ignoring data-var-src on <${n.tagName.toLowerCase()}>: variable-bound src is only allowed on ${Array.from(Uc).join("/")}.`);continue}let i=Tg(oa(n,t)[r]);if(i!==null){if(!Rg(i)){console.warn(`[hyperframes] Ignoring data-var-src="${r}": unsafe URL protocol.`);continue}n.setAttribute("src",i)}}for(let n of Array.from(e.querySelectorAll("[data-var-text]"))){let r=n.getAttribute("data-var-text")?.trim();if(!r)continue;let i=oa(n,t)[r];Xr(i)&&Mg(n,String(i))}}var it=new Map,Dg="data-hf-color-grading-canvas",Ig="__hf_color_grading_canvas__";function Qc(){if(typeof MutationObserver>"u"||typeof document>"u")return;let e=document.documentElement;if(!e)return;let t=r=>{r instanceof HTMLElement&&(r.hasAttribute(Tr)||r.setAttribute(Tr,r.style.opacity))},n=r=>{if(r instanceof Element){r.matches("video, img")&&t(r);for(let i of r.querySelectorAll("video, img"))t(i)}};n(e),new MutationObserver(r=>{for(let i of r)for(let o of i.addedNodes)n(o)}).observe(e,{childList:!0,subtree:!0})}var Pg=16,Og=4,Zt={enabled:!1,position:.5,softness:0,lineWidth:2},sa=["#000000","#ffffff"],Hg=["#1a1a1a","#f5f5dc"],Qn=3,Gg=Qn-1,Bg=5,la=`${Ye}.0`,Wc=`${Ye-1}.0`,Ug=`${Qn}.0`,Wg=`${(Gg+.5)/Qn}`;function Jr(e){let t=e.getAttribute(An);return t==null?null:Nl(t,Yr(e))}var Vg=["attribute vec2 a_pos;","varying vec2 v_uv;","void main(){"," v_uv = a_pos * 0.5 + 0.5;"," gl_Position = vec4(a_pos, 0.0, 1.0);","}"].join(`\n`),zg=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_source;","uniform sampler2D u_blurSource;","uniform sampler2D u_bloomSource;","uniform sampler2D u_kuwaharaSource;","uniform sampler2D u_lut;","uniform sampler2D u_advanced;","uniform vec2 u_resolution;","uniform vec2 u_uvScale;","uniform vec2 u_uvOffset;","uniform float u_blurReady;","uniform float u_bloomReady;","uniform float u_kuwaharaReady;","uniform float u_lutEnabled;","uniform float u_lutSize;","uniform vec2 u_lutTextureSize;","uniform vec3 u_lutDomainMin;","uniform vec3 u_lutDomainMax;","uniform float u_lutIntensity;","uniform vec3 u_shadowWheel;","uniform vec3 u_midtoneWheel;","uniform vec3 u_highlightWheel;","uniform float u_rgbCurvesEnabled;","uniform float u_hueCurvesEnabled;","uniform float u_secondaryCount;","uniform float u_exposure;","uniform float u_contrast;","uniform float u_highlights;","uniform float u_shadows;","uniform float u_whites;","uniform float u_blacks;","uniform float u_temperature;","uniform float u_tint;","uniform float u_vibrance;","uniform float u_saturation;","uniform float u_vignette;","uniform float u_vignetteMidpoint;","uniform float u_vignetteRoundness;","uniform float u_vignetteFeather;","uniform float u_grain;","uniform float u_grainSize;","uniform float u_grainRoughness;","uniform float u_grainSeed;","uniform float u_effectTime;","uniform float u_blur;","uniform float u_bloom;","uniform float u_kuwahara;","uniform float u_pixelate;","uniform float u_chromaBleed;","uniform float u_tapeDamage;","uniform float u_tapeTracking;","uniform float u_tapeNoise;","uniform float u_tapeSpeed;","uniform float u_filmArtifacts;","uniform float u_halftone;","uniform float u_halftoneSize;","uniform float u_twoInkPrint;","uniform float u_twoInkPrintSize;","uniform float u_ascii;","uniform float u_asciiSize;","uniform float u_asciiInvert;","uniform float u_asciiStyle;","uniform float u_asciiColor;","uniform float u_asciiRotation;","uniform float u_dither;","uniform float u_ditherSize;","uniform float u_monoScreen;","uniform float u_monoScreenSize;","uniform float u_monoScreenAngle;","uniform float u_monoScreenSpread;","uniform float u_monoScreenShape;","uniform float u_monoScreenInvert;","uniform float u_scanlines;","uniform float u_scanlineCount;","uniform float u_scanlineSoftness;","uniform float u_chromaticAberration;","uniform float u_chromaticAngle;","uniform float u_crtCurvature;","uniform float u_digitalGlitch;","uniform float u_digitalGlitchColorSplit;","uniform float u_digitalGlitchLineTear;","uniform float u_digitalGlitchPixelate;","uniform float u_digitalGlitchBlockAmount;","uniform float u_digitalGlitchBlockDisplacement;","uniform float u_digitalGlitchBlockOpacity;","uniform float u_digitalGlitchSpeed;","uniform float u_engraving;","uniform float u_engravingSpacing;","uniform float u_engravingMinThickness;","uniform float u_engravingMaxThickness;","uniform float u_engravingAngle;","uniform float u_engravingContrast;","uniform float u_engravingSharpness;","uniform float u_engravingWave;","uniform float u_engravingWaveFrequency;","uniform float u_crosshatch;","uniform float u_crosshatchSpacing;","uniform float u_crosshatchThickness;","uniform float u_crosshatchAngle;","uniform float u_crosshatchContrast;","uniform float u_crosshatchEdges;","uniform float u_crosshatchLineWeight;","uniform float u_crosshatchWave;","uniform float u_crosshatchWaveFrequency;","uniform float u_paletteSize;","uniform vec3 u_palette0;","uniform vec3 u_palette1;","uniform vec3 u_palette2;","uniform vec3 u_palette3;","uniform vec3 u_palette4;","uniform vec3 u_palette5;","uniform float u_intensity;","uniform float u_compareEnabled;","uniform float u_comparePosition;","uniform float u_compareSoftness;","uniform float u_compareLineWidth;","const float PI = 3.14159265359;","float lumaOf(vec3 c){ return dot(c, vec3(0.2126, 0.7152, 0.0722)); }","float bt601Luma(vec3 c){ return dot(c, vec3(0.299, 0.587, 0.114)); }","float grainHash(vec2 p){ return fract(sin(dot(p, vec2(127.1, 311.7))) * 43758.5453123); }","float digitalHash(vec2 p){"," vec2 q = mod(floor(p), 251.0);"," float x = mod(q.x * q.x * 157.0 + q.x * 89.0, 251.0);"," float y = mod(q.y * q.y * 113.0 + q.y * 47.0, 251.0);"," float xy = mod(q.x * q.y * 71.0, 251.0);"," return mod(x + y + xy + 19.0, 251.0) / 251.0;","}","float colorSaturation(vec3 c){ return max(max(c.r, c.g), c.b) - min(min(c.r, c.g), c.b); }","vec2 clampUv(vec2 uv){ return clamp(uv, vec2(0.0), vec2(1.0)); }","vec2 applyCrtWarp(vec2 uv){"," vec2 centered = uv * 2.0 - 1.0;"," float curvature = clamp(u_crtCurvature, 0.0, 1.0) * 0.5;"," float dist = dot(centered, centered);"," centered *= 1.0 + curvature * dist;"," return centered * 0.5 + 0.5;","}","vec4 sampleSource(vec2 uv){ return texture2D(u_source, clampUv(uv)); }","vec4 sampleBlur(vec2 uv){ return texture2D(u_blurSource, clampUv(uv)); }","vec3 sampleBloom(vec2 uv){ return texture2D(u_bloomSource, clampUv(uv)).rgb; }","vec3 sampleKuwahara(vec2 uv){"," vec2 displayUv = uv * u_uvScale + u_uvOffset;"," return texture2D(u_kuwaharaSource, clampUv(displayUv)).rgb;","}","vec4 samplePrepared(vec2 uv){"," vec4 base = sampleSource(uv);"," float blur = clamp(u_blur, 0.0, 1.0);"," if (blur > 0.0 && u_blurReady > 0.5) base = mix(base, sampleBlur(uv), blur);"," float kuwahara = clamp(u_kuwahara, 0.0, 1.0);"," if (kuwahara > 0.0 && u_kuwaharaReady > 0.5) {"," base.rgb = mix(base.rgb, sampleKuwahara(uv), kuwahara);"," }"," return base;","}","float tapeTrackingBand(float y, float center, float width){"," float offset = fract(y - center + 0.5) - 0.5;"," float triangle = max(0.0, 1.0 - abs(offset) / max(width, 0.0001));"," return triangle * triangle * (3.0 - 2.0 * triangle);","}","vec4 sampleMedia(vec2 uv){"," float pixel = clamp(u_pixelate, 0.0, 1.0);"," vec2 sampleUv = uv;"," if (pixel > 0.0) {"," float blockSize = mix(1.0, 48.0, pixel);"," vec2 cells = max(u_resolution / blockSize, vec2(1.0));"," sampleUv = (floor(clamp(uv, vec2(0.0), vec2(0.999999)) * cells) + 0.5) / cells;"," }"," float tapeDamage = clamp(u_tapeDamage, 0.0, 1.0);"," float tapeTracking = clamp(u_tapeTracking, 0.0, 1.0);"," float tapeNoise = clamp(u_tapeNoise, 0.0, 1.0);"," float tapeTime = u_effectTime * mix(0.0, 2.0, clamp(u_tapeSpeed, 0.0, 1.0));"," float tapeFrame = floor(tapeTime * 60.0);"," float tapeLine = floor(sampleUv.y * u_resolution.y * 0.5);"," float lineJitter = (digitalHash(vec2(tapeLine, floor(tapeFrame * 0.5))) - 0.5) * 1.8 * tapeNoise;"," float slowWobble = sin(sampleUv.y * 32.0 + tapeTime * 2.6) * 0.55;"," float headSwitch = smoothstep(0.88, 1.0, sampleUv.y) * sin(sampleUv.y * 240.0 + tapeTime * 8.0) * 4.0;"," float trackingShift = tapeTrackingBand(sampleUv.y, fract(0.08 + tapeTime * 0.083), 0.035);"," trackingShift -= tapeTrackingBand(sampleUv.y, fract(0.28 + tapeTime * 0.061), 0.03) * 0.8;"," trackingShift += tapeTrackingBand(sampleUv.y, fract(0.5 + tapeTime * 0.047), 0.04) * 0.75;"," trackingShift -= tapeTrackingBand(sampleUv.y, fract(0.72 + tapeTime * 0.037), 0.028) * 0.65;"," trackingShift += tapeTrackingBand(sampleUv.y, fract(0.89 + tapeTime * 0.029), 0.032) * 0.55;"," trackingShift *= tapeTracking * 48.0;"," float tapeShift = (lineJitter + slowWobble + headSwitch + trackingShift) * tapeDamage;"," float texelX = 1.0 / max(u_resolution.x * max(u_uvScale.x, 0.00001), 1.0);"," vec2 tapeUv = sampleUv + vec2(tapeShift * texelX, 0.0);"," vec4 base = samplePrepared(tapeUv);"," if (tapeDamage > 0.0) {"," vec2 lumaStep = vec2(texelX * mix(1.0, 3.5, tapeDamage), 0.0);"," vec3 leftTape = samplePrepared(tapeUv - lumaStep).rgb;"," vec3 rightTape = samplePrepared(tapeUv + lumaStep).rgb;"," float tapeLuma = (bt601Luma(leftTape) + bt601Luma(base.rgb) * 2.0 + bt601Luma(rightTape)) * 0.25;"," vec3 centerChroma = base.rgb - vec3(bt601Luma(base.rgb));"," vec3 tapeColor = vec3(tapeLuma) + centerChroma;"," vec3 ghost = samplePrepared(tapeUv - vec2(texelX * 12.0, 0.0)).rgb;"," tapeColor = mix(tapeColor, ghost, 0.045 * tapeDamage);"," float fineNoise = digitalHash(floor(gl_FragCoord.xy) + vec2(tapeFrame * 17.0, tapeFrame * 3.0)) - 0.5;"," float band = digitalHash(vec2(floor(sampleUv.y * 92.0), floor(tapeFrame / 3.0)));"," float dropout = smoothstep(0.985, 1.0, band) * (digitalHash(vec2(floor(sampleUv.x * 18.0), tapeLine)) - 0.5);"," tapeColor += (fineNoise * 0.035 + dropout * 0.12) * tapeDamage * tapeNoise;"," base.rgb = mix(base.rgb, clamp(tapeColor, 0.0, 1.0), tapeDamage);"," }"," float chromaBleed = clamp(u_chromaBleed, 0.0, 1.0);"," if (chromaBleed > 0.0) {"," float radius = mix(1.0, 4.0, chromaBleed);"," vec2 stepUv = vec2(texelX * radius, 0.0);"," vec3 c0 = base.rgb;"," vec3 c1 = samplePrepared(tapeUv - stepUv).rgb;"," vec3 c2 = samplePrepared(tapeUv + stepUv).rgb;"," vec3 c3 = samplePrepared(tapeUv - stepUv * 2.0).rgb;"," vec3 c4 = samplePrepared(tapeUv + stepUv * 2.0).rgb;"," float centerLuma = lumaOf(base.rgb);"," vec3 blurredChroma = ((c0 - vec3(lumaOf(c0))) * 6.0 + (c1 - vec3(lumaOf(c1))) * 4.0 + (c2 - vec3(lumaOf(c2))) * 4.0 + (c3 - vec3(lumaOf(c3))) + (c4 - vec3(lumaOf(c4)))) / 16.0;"," base.rgb = mix(base.rgb, clamp(vec3(centerLuma) + blurredChroma, 0.0, 1.0), chromaBleed);"," }"," return base;","}","vec4 sampleChromaticMedia(vec2 uv, vec4 center){"," float amount = clamp(u_chromaticAberration, 0.0, 1.0);"," if (amount <= 0.0) return center;"," float angle = clamp(u_chromaticAngle, 0.0, 1.0) * PI * 2.0;"," vec2 offset = vec2(cos(angle), sin(angle)) * amount * 0.02;"," vec4 positive = sampleMedia(uv + offset);"," vec4 negative = sampleMedia(uv - offset);"," vec3 split = vec3(positive.r, center.g, negative.b);"," return vec4(split, center.a);","}","vec3 sampleDigitalSplit(vec2 uv, vec2 block, float time, float amount){"," float split = amount * 0.06;"," float direction = digitalHash(block * 0.4 + vec2(floor(time * 3.7), floor(time * 5.3)));"," vec2 axis = direction > 0.66 ? vec2(1.0, 0.0) : direction > 0.33 ? vec2(0.0, 1.0) : vec2(0.7071);"," vec4 center = sampleMedia(uv);"," return vec3(sampleMedia(uv + axis * split).r, center.g, sampleMedia(uv - axis * split).b);","}","vec3 applyDigitalGlitch(vec2 uv, vec3 source){"," float amount = clamp(u_digitalGlitch, 0.0, 1.0);"," if (amount <= 0.0) return source;"," float colorSplit = clamp(u_digitalGlitchColorSplit, 0.0, 1.0) * 2.0;"," float lineTear = clamp(u_digitalGlitchLineTear, 0.0, 1.0) * 2.0;"," float pixelate = clamp(u_digitalGlitchPixelate, 0.0, 1.0) * 2.0;"," float blockAmount = clamp(u_digitalGlitchBlockAmount, 0.0, 1.0);"," float blockDisplacement = clamp(u_digitalGlitchBlockDisplacement, 0.0, 1.0) * 2.0;"," float blockOpacity = clamp(u_digitalGlitchBlockOpacity, 0.0, 1.0);"," float speed = clamp(u_digitalGlitchSpeed, 0.0, 1.0) * 2.0;"," float time = u_effectTime * speed;"," float blockCount = 8.0 + blockAmount * 60.0;"," vec2 block = floor(uv * blockCount);"," float randomA = digitalHash(block + vec2(floor(time * 7.3), floor(time * 11.1)));"," float randomB = digitalHash(block * 0.7 + vec2(17.3 + floor(time * 6.6), 29.1));"," float randomC = digitalHash(block + vec2(floor(time * 5.7) * 13.0, 41.0));"," float randomD = digitalHash(block * 1.3 + vec2(7.0, floor(time * 3.2) * 7.0));"," vec2 displaced = uv;"," if (blockDisplacement > 0.0 && blockOpacity > 0.0) {"," float threshold = 1.0 - blockDisplacement * 0.4;"," if (randomA > threshold) {"," displaced += vec2((randomB - 0.5) * blockDisplacement * 0.5, (randomC - 0.5) * blockDisplacement * 0.3);"," }"," if (randomD > 0.92 && blockDisplacement > 0.5) {"," displaced.x += (digitalHash(vec2(block.y, floor(time * 8.0))) - 0.5) * blockDisplacement;"," }"," displaced = mix(uv, displaced, blockOpacity);"," }"," if (lineTear > 0.0) {"," float row = floor(uv.y * (50.0 + lineTear * 150.0));"," float tearA = digitalHash(vec2(row * 7.3 + floor(time * 12.0 + row * 0.1) * 3.7, 13.0));"," float tearB = digitalHash(vec2(row * 13.7 + floor(time * 8.3) * 5.1, 31.0));"," if (tearA > 1.0 - lineTear * 0.5) displaced.x += (tearB - 0.5) * lineTear * 0.4;"," if (tearB > 0.95 && lineTear > 0.3) displaced.x += (tearA - 0.5) * lineTear * 0.8;"," }"," if (pixelate > 0.0) {"," float pixelRandom = digitalHash(block * 0.5 + vec2(floor(time * 4.9), 53.0));"," if (pixelRandom > 1.0 - pixelate * 0.35) {"," float cells = 4.0 + (1.0 - pixelRandom) * pixelate * 40.0;"," displaced = (floor(clampUv(displaced) * cells) + 0.5) / cells;"," }"," }"," displaced = clampUv(displaced);"," vec3 glitch = sampleDigitalSplit(displaced, block, time, colorSplit);"," if (blockDisplacement > 0.2 && blockOpacity > 0.0) {"," float corruption = digitalHash(block * 1.1 + vec2(floor(time * 11.9), 67.0));"," vec3 changed = glitch;"," if (corruption > 0.9) changed = 1.0 - glitch;"," else if (corruption > 0.85) changed = corruption > 0.875 ? glitch.gbr : glitch.brg;"," else if (corruption > 0.8) {"," float channel = digitalHash(block + vec2(73.0));"," if (channel > 0.66) changed.r = min(changed.r * 2.0, 1.0);"," else if (channel > 0.33) changed.g = min(changed.g * 2.0, 1.0);"," else changed.b = min(changed.b * 2.0, 1.0);"," }"," glitch = mix(glitch, changed, blockOpacity);"," }"," if (blockOpacity > 0.0) {"," float flash = digitalHash(block * 0.8 + vec2(floor(time * 14.7), 83.0));"," vec3 flashed = flash > 0.97 ? min(glitch * 1.8, vec3(1.0)) : flash > 0.94 ? glitch * 0.3 : glitch;"," glitch = mix(glitch, flashed, blockOpacity * 0.6);"," }"," if (lineTear > 0.1) {"," float interference = pow(sin(uv.y * (300.0 + randomA * 200.0) + time * 30.0) * 0.5 + 0.5, 6.0);"," glitch -= interference * 0.08 * lineTear;"," }"," return mix(source, clamp(glitch, 0.0, 1.0), amount);","}","float dustMask(vec2 uv, float frameBucket){"," vec2 grid = vec2(128.0, 72.0);"," vec2 cell = floor(uv * grid);"," vec2 local = fract(uv * grid) - 0.5;"," float chance = grainHash(cell + frameBucket * 19.13);"," float radius = mix(0.05, 0.34, grainHash(cell + 7.1));"," return step(0.9975, chance) * (1.0 - smoothstep(radius, radius + 0.08, length(local)));","}","float screenDot(vec2 p, float ink, float angle, float sharpness){"," float c = cos(angle);"," float s = sin(angle);"," vec2 q = mat2(c, -s, s, c) * p;"," vec2 d = fract(q) - 0.5;"," float radius = sqrt(clamp(ink, 0.0, 1.0)) * 0.68;"," float edge = mix(0.16, 0.025, sharpness);"," return 1.0 - smoothstep(radius - edge, radius + edge, length(d));","}","vec3 paletteColor(float index);","float monoScreenMask(vec2 local, float radius, float shape, float softness){"," vec2 centered = local - 0.5;"," float distanceToInk = length(centered);"," if (shape > 0.5 && shape < 1.5) distanceToInk = max(abs(centered.x), abs(centered.y));"," if (shape > 1.5 && shape < 2.5) distanceToInk = abs(centered.x) + abs(centered.y);"," if (shape > 2.5 && shape < 3.5) distanceToInk = max(abs(centered.x) * 0.86 + centered.y * 0.5, -centered.y);"," if (shape > 3.5) distanceToInk = abs(centered.y);"," float shapeRadius = shape > 3.5 ? radius * 0.45 : radius;"," return 1.0 - smoothstep(shapeRadius, shapeRadius + softness, distanceToInk);","}","vec3 applyMonoScreen(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float invert = step(0.5, u_monoScreenInvert);"," float coverage = mix(1.0 - lumaOf(source), lumaOf(source), invert);"," coverage = pow(clamp(coverage, 0.0, 1.0), mix(1.7, 0.58, clamp(u_monoScreenSpread, 0.0, 1.0)));"," float scale = max(min(u_resolution.x, u_resolution.y) / 540.0, 0.25);"," float cellPx = mix(4.0, 18.0, clamp(u_monoScreenSize, 0.0, 1.0)) * scale;"," float angle = clamp(u_monoScreenAngle, 0.0, 1.0) * PI * 0.5;"," float cosine = cos(angle);"," float sine = sin(angle);"," vec2 point = mat2(cosine, -sine, sine, cosine) * gl_FragCoord.xy / max(cellPx, 1.0);"," float radius = sqrt(coverage) * 0.68;"," float inkMask = monoScreenMask(fract(point), radius, floor(u_monoScreenShape + 0.5), 0.035);"," vec3 ink = paletteColor(0.0);"," vec3 paper = paletteColor(max(u_paletteSize - 1.0, 1.0));"," return mix(source, mix(paper, ink, inkMask), amount);","}","vec3 applyEngraving(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float spacing = mix(3.0, 20.0, clamp(u_engravingSpacing, 0.0, 1.0));"," float minThickness = mix(0.0, 2.0, clamp(u_engravingMinThickness, 0.0, 1.0));"," float maxThickness = mix(1.0, 8.0, clamp(u_engravingMaxThickness, 0.0, 1.0));"," float angle = clamp(u_engravingAngle, 0.0, 1.0) * PI;"," vec2 alongAxis = vec2(cos(angle), sin(angle));"," vec2 acrossAxis = vec2(-alongAxis.y, alongAxis.x);"," float along = dot(gl_FragCoord.xy, alongAxis);"," float across = dot(gl_FragCoord.xy, acrossAxis);"," float frequency = mix(1.0, 10.0, clamp(u_engravingWaveFrequency, 0.0, 1.0));"," float wave = sin(along * frequency * 0.01);"," across += wave * clamp(u_engravingWave, 0.0, 1.0) * 3.0;"," float lineIndex = floor(across / max(spacing, 1.0));"," float lineDistance = abs(fract(across / max(spacing, 1.0)) - 0.5) * spacing;"," float contrast = mix(0.5, 2.0, clamp(u_engravingContrast, 0.0, 1.0));"," float darkness = 1.0 - pow(clamp(lumaOf(source), 0.0, 1.0), contrast);"," float variation = mix(0.88, 1.12, digitalHash(vec2(lineIndex, 73.0)));"," float thickness = mix(minThickness, maxThickness, darkness) * variation;"," float edge = mix(1.0, 0.3, clamp(u_engravingSharpness, 0.0, 1.0));"," float inkMask = 1.0 - smoothstep(max(thickness * 0.5 - edge, 0.0), thickness * 0.5 + edge, lineDistance);"," inkMask *= smoothstep(0.015, 0.12, darkness);"," vec3 ink = paletteColor(0.0);"," vec3 paper = paletteColor(max(u_paletteSize - 1.0, 1.0));"," return mix(source, mix(paper, ink, inkMask), amount);","}","float crosshatchLine(vec2 pixel, float angle, float spacing, float thickness, float seed){"," vec2 alongAxis = vec2(cos(angle), sin(angle));"," vec2 acrossAxis = vec2(-alongAxis.y, alongAxis.x);"," float along = dot(pixel, alongAxis);"," float across = dot(pixel, acrossAxis);"," float frequency = mix(1.0, 10.0, clamp(u_crosshatchWaveFrequency, 0.0, 1.0));"," across += sin(along * frequency * 0.02 + u_effectTime + seed) * clamp(u_crosshatchWave, 0.0, 1.0) * 5.0;"," float lineIndex = floor(across / max(spacing, 1.0));"," float distanceToLine = abs(fract(across / max(spacing, 1.0)) - 0.5) * spacing;"," float variation = mix(1.0, 0.5 + digitalHash(vec2(lineIndex, seed)), clamp(u_crosshatchLineWeight, 0.0, 1.0));"," float halfWidth = thickness * variation * 0.5;"," return 1.0 - smoothstep(max(halfWidth - 0.5, 0.0), halfWidth + 0.5, distanceToLine);","}","float crosshatchEdge(vec2 uv){"," vec2 texel = 1.0 / max(u_resolution * u_uvScale, vec2(1.0));"," float tl = lumaOf(sampleMedia(uv + texel * vec2(-1.0, -1.0)).rgb);"," float tc = lumaOf(sampleMedia(uv + texel * vec2( 0.0, -1.0)).rgb);"," float tr = lumaOf(sampleMedia(uv + texel * vec2( 1.0, -1.0)).rgb);"," float ml = lumaOf(sampleMedia(uv + texel * vec2(-1.0, 0.0)).rgb);"," float mr = lumaOf(sampleMedia(uv + texel * vec2( 1.0, 0.0)).rgb);"," float bl = lumaOf(sampleMedia(uv + texel * vec2(-1.0, 1.0)).rgb);"," float bc = lumaOf(sampleMedia(uv + texel * vec2( 0.0, 1.0)).rgb);"," float br = lumaOf(sampleMedia(uv + texel * vec2( 1.0, 1.0)).rgb);"," float gx = -tl - 2.0 * ml - bl + tr + 2.0 * mr + br;"," float gy = -tl - 2.0 * tc - tr + bl + 2.0 * bc + br;"," return length(vec2(gx, gy));","}","vec3 applyCrosshatch(vec2 uv, vec3 source, float amount){"," if (amount <= 0.0) return source;"," float spacing = mix(5.0, 30.0, clamp(u_crosshatchSpacing, 0.0, 1.0));"," float thickness = mix(1.0, 5.0, clamp(u_crosshatchThickness, 0.0, 1.0));"," float baseAngle = -clamp(u_crosshatchAngle, 0.0, 1.0) * PI;"," float contrast = mix(0.5, 2.0, clamp(u_crosshatchContrast, 0.0, 1.0));"," float darkness = 1.0 - pow(clamp(lumaOf(source), 0.0, 1.0), contrast);"," vec3 ink = paletteColor(0.0);"," vec3 paper = paletteColor(max(u_paletteSize - 1.0, 1.0));"," vec3 result = paper;"," float layer = crosshatchLine(gl_FragCoord.xy, baseAngle, spacing, thickness, 1.0) * smoothstep(0.2, 0.4, darkness);"," result = mix(result, ink, layer);"," layer = crosshatchLine(gl_FragCoord.xy, baseAngle + PI * 0.5, spacing * 0.95, thickness * 0.9, 2.0) * smoothstep(0.4, 0.6, darkness);"," result = mix(result, ink, layer);"," layer = crosshatchLine(gl_FragCoord.xy, baseAngle + PI * 0.25, spacing * 0.9, thickness * 0.8, 3.0) * smoothstep(0.6, 0.8, darkness);"," result = mix(result, ink, layer);"," layer = crosshatchLine(gl_FragCoord.xy, baseAngle - PI * 0.25, spacing * 0.85, thickness * 0.7, 4.0) * smoothstep(0.75, 0.9, darkness);"," result = mix(result, ink, layer);"," result = mix(result, ink, smoothstep(0.9, 1.0, darkness) * 0.8);"," float edgeStrength = mix(0.0, 2.0, clamp(u_crosshatchEdges, 0.0, 1.0));"," float edge = smoothstep(0.1, 0.3, crosshatchEdge(uv)) * edgeStrength;"," result = mix(result, ink, clamp(edge, 0.0, 1.0));"," return mix(source, result, amount);","}","vec3 applyHalftone(vec3 source, float amount){"," if (amount <= 0.0) return source;"," vec3 cmy = 1.0 - source;"," float k = min(cmy.r, min(cmy.g, cmy.b));"," vec3 inks = max(cmy - vec3(k * 0.72), 0.0);"," float scale = min(u_resolution.x, u_resolution.y) / 540.0;"," float cellPx = mix(5.0, 14.0, clamp(u_halftoneSize, 0.0, 1.0)) * max(scale, 0.25);"," vec2 p = gl_FragCoord.xy / max(cellPx, 1.0);"," float cyan = screenDot(p, inks.r, 0.261799, 0.78);"," float magenta = screenDot(p, inks.g, 1.308997, 0.78);"," float yellow = screenDot(p, inks.b, 0.0, 0.78);"," float blackInk = screenDot(p, k, 0.785398, 0.82);"," vec3 printColor = vec3(0.975, 0.962, 0.925);"," printColor *= mix(vec3(1.0), vec3(0.05, 0.79, 0.86), cyan);"," printColor *= mix(vec3(1.0), vec3(0.91, 0.08, 0.48), magenta);"," printColor *= mix(vec3(1.0), vec3(0.98, 0.83, 0.08), yellow);"," printColor *= mix(vec3(1.0), vec3(0.035), blackInk * 0.92);"," return mix(source, printColor, amount);","}","vec3 applyTwoInkPrint(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float sourceLuma = lumaOf(source);"," float darkness = 1.0 - sourceLuma;"," float warmBias = clamp(source.r - (source.g + source.b) * 0.5, -0.35, 0.35);"," float coolBias = clamp((source.g + source.b) * 0.5 - source.r, -0.35, 0.35);"," float redTone = smoothstep(0.08, 0.72, darkness) * (1.0 - 0.68 * smoothstep(0.66, 1.0, darkness));"," float tealTone = smoothstep(0.30, 0.92, darkness);"," float redCoverage = clamp(redTone + warmBias * 1.35 - coolBias * 0.35, 0.0, 1.0);"," float tealCoverage = clamp(tealTone + coolBias * 1.1 - warmBias * 0.45, 0.0, 1.0);"," float scale = min(u_resolution.x, u_resolution.y) / 540.0;"," float cellPx = mix(4.5, 12.0, clamp(u_twoInkPrintSize, 0.0, 1.0)) * max(scale, 0.25);"," vec2 p = gl_FragCoord.xy / max(cellPx, 1.0);"," float redDot = screenDot(p, redCoverage, 0.261799, 0.84);"," float tealDot = screenDot(p + vec2(0.12, -0.08), tealCoverage, 1.308997, 0.84);"," float paperNoise = grainHash(floor(gl_FragCoord.xy * 0.5)) - 0.5;"," vec3 paper = vec3(0.955, 0.910, 0.795) + paperNoise * 0.018;"," vec3 vermilion = vec3(0.88, 0.13, 0.075);"," vec3 teal = vec3(0.035, 0.285, 0.355);"," vec3 overprint = vec3(0.045, 0.055, 0.052);"," vec3 printColor = paper * (1.0 - redDot) * (1.0 - tealDot);"," printColor += vermilion * redDot * (1.0 - tealDot);"," printColor += teal * (1.0 - redDot) * tealDot;"," printColor += overprint * redDot * tealDot;"," return mix(source, clamp(printColor, 0.0, 1.0), amount);","}","vec3 paletteColor(float index){"," if (index < 0.5) return u_palette0;"," if (index < 1.5) return u_palette1;"," if (index < 2.5) return u_palette2;"," if (index < 3.5) return u_palette3;"," if (index < 4.5) return u_palette4;"," return u_palette5;","}","float bayer4(vec2 point){"," vec2 cell = mod(floor(point), 4.0);"," if (cell.y < 0.5) {"," if (cell.x < 0.5) return 0.5 / 16.0;"," if (cell.x < 1.5) return 8.5 / 16.0;"," if (cell.x < 2.5) return 2.5 / 16.0;"," return 10.5 / 16.0;"," }"," if (cell.y < 1.5) {"," if (cell.x < 0.5) return 12.5 / 16.0;"," if (cell.x < 1.5) return 4.5 / 16.0;"," if (cell.x < 2.5) return 14.5 / 16.0;"," return 6.5 / 16.0;"," }"," if (cell.y < 2.5) {"," if (cell.x < 0.5) return 3.5 / 16.0;"," if (cell.x < 1.5) return 11.5 / 16.0;"," if (cell.x < 2.5) return 1.5 / 16.0;"," return 9.5 / 16.0;"," }"," if (cell.x < 0.5) return 15.5 / 16.0;"," if (cell.x < 1.5) return 7.5 / 16.0;"," if (cell.x < 2.5) return 13.5 / 16.0;"," return 5.5 / 16.0;","}","float standardAsciiSample(float brightness, vec2 grid){"," if (brightness < 0.1) return 0.0;"," if (brightness < 0.2) return grid.x == 2.0 && grid.y == 5.0 ? 1.0 : 0.0;"," if (brightness < 0.3) return grid.x == 2.0 && (grid.y == 2.0 || grid.y == 4.0) ? 1.0 : 0.0;"," if (brightness < 0.4) return (grid.y == 2.0 || grid.y == 4.0) && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.5) {"," bool cross = (grid.x == 2.0 && grid.y >= 2.0 && grid.y <= 4.0) || (grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0);"," bool diagonals = (grid.x == 1.0 || grid.x == 3.0) && (grid.y == 2.0 || grid.y == 4.0);"," return cross || diagonals ? 1.0 : 0.0;"," }"," if (brightness < 0.6) {"," bool ring = ((grid.y == 2.0 || grid.y == 4.0) && grid.x >= 1.0 && grid.x <= 3.0) || ((grid.x == 1.0 || grid.x == 3.0) && grid.y == 3.0);"," return ring ? 1.0 : 0.0;"," }"," bool outline = ((grid.y == 1.0 || grid.y == 5.0) && grid.x >= 1.0 && grid.x <= 3.0) || ((grid.x == 0.0 || grid.x == 4.0) && grid.y >= 2.0 && grid.y <= 4.0) || ((grid.x == 1.0 || grid.x == 3.0) && grid.y >= 1.0 && grid.y <= 5.0);"," if (brightness < 0.7) return outline ? 1.0 : 0.0;"," if (brightness < 0.8) {"," bool slash = abs(grid.x - 2.0) == abs(grid.y - 3.0) && grid.x >= 1.0 && grid.x <= 3.0;"," return outline || slash ? 1.0 : 0.0;"," }"," if (brightness < 0.9) {"," bool loops = ((grid.y == 1.0 || grid.y == 3.0 || grid.y == 5.0) && grid.x >= 1.0 && grid.x <= 3.0) || ((grid.x == 1.0 || grid.x == 3.0) && (grid.y == 2.0 || grid.y == 4.0));"," return loops ? 1.0 : 0.0;"," }"," return 1.0;","}","float asciiStyleSample(float style, float brightness, vec2 uv){"," vec2 grid = floor(uv * vec2(5.0, 7.0));"," if (style < 0.5) return standardAsciiSample(brightness, grid);"," if (style < 1.5) {"," float checker = mod(grid.x + grid.y, 2.0);"," float ruled = mod(grid.x, 2.0) == 0.0 || mod(grid.y, 2.0) == 0.0 ? 1.0 : 0.0;"," if (brightness < 0.125) return 0.0;"," if (brightness < 0.25) return checker == 0.0 ? 0.5 : 0.0;"," if (brightness < 0.375) return ruled * 0.6;"," if (brightness < 0.5) return checker == 0.0 ? 1.0 : 0.0;"," if (brightness < 0.625) return ruled > 0.5 ? 1.0 : 0.3;"," if (brightness < 0.75) return checker == 0.0 ? 1.0 : 0.7;"," if (brightness < 0.875) return ruled > 0.5 ? 1.0 : 0.85;"," return 1.0;"," }"," if (style < 2.5) {"," if (brightness < 0.14) return 0.0;"," if (brightness < 0.28) return grid.x == 2.0 && grid.y == 1.0 ? 1.0 : 0.0;"," if (brightness < 0.42) return grid.x == 2.0 && grid.y == 5.0 ? 1.0 : 0.0;"," if (brightness < 0.56) return grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.7) return (grid.x == 2.0 && grid.y >= 2.0 && grid.y <= 4.0) || (grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0) ? 1.0 : 0.0;"," if (brightness < 0.84) return abs(grid.x - 2.0) == abs(grid.y - 3.0) && grid.y >= 2.0 && grid.y <= 4.0 ? 1.0 : 0.0;"," return grid.x == 1.0 || grid.x == 3.0 || grid.y == 2.0 || grid.y == 4.0 ? 1.0 : 0.0;"," }"," if (style < 3.5) return grid.y >= 6.0 - brightness * 7.0 ? 1.0 : 0.0;"," if (style < 4.5) {"," vec2 dots = floor(uv * vec2(2.0, 4.0));"," if (brightness < 0.125) return 0.0;"," if (brightness < 0.25) return dots.y == 3.0 ? 1.0 : 0.0;"," if (brightness < 0.375) return dots.y >= 2.0 ? 1.0 : 0.0;"," if (brightness < 0.5) return dots.y >= 1.0 ? 1.0 : 0.0;"," if (brightness < 0.625) return dots.y >= 1.0 || dots.x == 1.0 ? 1.0 : 0.0;"," if (brightness < 0.75) return 1.0;"," if (brightness < 0.875) return mod(grid.x + grid.y, 2.0) < 1.5 ? 1.0 : 0.7;"," return 1.0;"," }"," if (style < 5.5) {"," if (brightness < 0.125) return 0.0;"," if (brightness < 0.25) return grid.x == 2.0 && grid.y == 3.0 ? 1.0 : 0.0;"," if (brightness < 0.375) return grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.5) return grid.x + grid.y == 5.0 || grid.x + grid.y == 6.0 ? 1.0 : 0.0;"," if (brightness < 0.625) return grid.x == 2.0 ? 1.0 : 0.0;"," if (brightness < 0.75) return abs(grid.x - grid.y / 1.4) < 0.7 && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.875) return grid.x == 2.0 || grid.y == 3.0 ? 1.0 : 0.0;"," return grid.x == 1.0 || grid.x == 3.0 || grid.y == 2.0 || grid.y == 4.0 ? 1.0 : 0.0;"," }"," if (style < 6.5) {"," bool top = grid.y == 0.0 && grid.x >= 1.0 && grid.x <= 3.0;"," bool topLeft = grid.x == 1.0 && grid.y <= 3.0;"," bool topRight = grid.x == 3.0 && grid.y <= 3.0;"," bool middle = grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0;"," bool bottomLeft = grid.x == 1.0 && grid.y >= 3.0;"," bool bottomRight = grid.x == 3.0 && grid.y >= 3.0;"," bool bottom = grid.y == 6.0 && grid.x >= 1.0 && grid.x <= 3.0;"," if (brightness < 0.1) return 0.0;"," if (brightness < 0.2) return topRight || bottomRight ? 1.0 : 0.0;"," if (brightness < 0.3) return top || topRight || middle || bottomLeft || bottom ? 1.0 : 0.0;"," if (brightness < 0.4) return top || topRight || middle || bottomRight || bottom ? 1.0 : 0.0;"," if (brightness < 0.5) return topLeft || middle || topRight || bottomRight ? 1.0 : 0.0;"," if (brightness < 0.6) return top || topLeft || middle || bottomRight || bottom ? 1.0 : 0.0;"," if (brightness < 0.7) return top || topLeft || middle || bottomLeft || bottomRight || bottom ? 1.0 : 0.0;"," if (brightness < 0.8) return top || topRight || bottomRight ? 1.0 : 0.0;"," if (brightness < 0.9) return top || topLeft || topRight || middle || bottomLeft || bottomRight || bottom ? 1.0 : 0.0;"," return top || topLeft || topRight || middle || bottomRight || bottom ? 1.0 : 0.0;"," }"," float slash = grid.x - grid.y;"," float backslash = grid.x + grid.y;"," if (brightness < 0.16) return 0.0;"," if (brightness < 0.33) return mod(slash, 3.0) < 0.5 ? 1.0 : 0.0;"," if (brightness < 0.5) return mod(slash, 2.0) < 0.5 ? 1.0 : 0.0;"," bool diagonalA = mod(slash, 2.0) < 0.5;"," bool diagonalB = mod(backslash, 2.0) < 0.5;"," if (brightness < 0.66) return diagonalA || diagonalB ? 1.0 : 0.0;"," if (brightness < 0.83) return mod(slash, 1.5) < 0.5 || mod(backslash, 1.5) < 0.5 ? 1.0 : 0.2;"," return mod(slash, 1.0) < 0.6 || mod(backslash, 1.0) < 0.6 ? 1.0 : 0.5;","}","vec3 rgbToHsv(vec3 color){"," float maximum = max(max(color.r, color.g), color.b);"," float minimum = min(min(color.r, color.g), color.b);"," float delta = maximum - minimum;"," float hue = 0.0;"," if (delta > 0.00001) {"," if (maximum == color.r) hue = mod((color.g - color.b) / delta, 6.0);"," else if (maximum == color.g) hue = (color.b - color.r) / delta + 2.0;"," else hue = (color.r - color.g) / delta + 4.0;"," hue = fract(hue / 6.0);"," }"," return vec3(hue, maximum > 0.00001 ? delta / maximum : 0.0, maximum);","}","vec3 hsvToRgb(vec3 color){"," vec3 bands = abs(fract(color.xxx + vec3(0.0, 0.6666667, 0.3333333)) * 6.0 - 3.0);"," return color.z * mix(vec3(1.0), clamp(bands - 1.0, 0.0, 1.0), color.y);","}","vec4 sampleAdvancedCurve(float coordinate, float row){",` float position = clamp(coordinate, 0.0, 1.0) * ${Wc};`," float lower = floor(position);",` float upper = min(lower + 1.0, ${Wc});`,` float y = (row + 0.5) / ${Ug};`,` vec4 before = texture2D(u_advanced, vec2((lower + 0.5) / ${la}, y));`,` vec4 after = texture2D(u_advanced, vec2((upper + 0.5) / ${la}, y));`," return mix(before, after, position - lower);","}","vec4 advancedConfig(float index){",` return texture2D(u_advanced, vec2((index + 0.5) / ${la}, ${Wg}));`,"}","vec3 wheelDirection(float hue){"," vec3 direction = hsvToRgb(vec3(fract(hue), 1.0, 1.0));"," direction -= vec3(lumaOf(direction));"," return direction / max(max(max(abs(direction.r), abs(direction.g)), abs(direction.b)), 0.0001);","}","vec3 applyTonalWheels(vec3 color){"," float luma = lumaOf(color);"," float shadows = 1.0 - smoothstep(0.0, 0.6, luma);"," float highlights = smoothstep(0.4, 1.0, luma);"," float midtones = max(0.0, 1.0 - shadows - highlights);"," float total = max(shadows + midtones + highlights, 0.0001);"," vec3 weights = vec3(shadows, midtones, highlights) / total;"," color += wheelDirection(u_shadowWheel.x) * u_shadowWheel.y * weights.x * 0.18;"," color += wheelDirection(u_midtoneWheel.x) * u_midtoneWheel.y * weights.y * 0.18;"," color += wheelDirection(u_highlightWheel.x) * u_highlightWheel.y * weights.z * 0.18;"," color += u_shadowWheel.z * weights.x * 0.25;"," color += u_midtoneWheel.z * weights.y * 0.25;"," color += u_highlightWheel.z * weights.z * 0.25;"," return color;","}","vec3 applyRgbCurves(vec3 color){"," if (u_rgbCurvesEnabled < 0.5) return color;"," vec3 master = vec3("," sampleAdvancedCurve(color.r, 0.0).a,"," sampleAdvancedCurve(color.g, 0.0).a,"," sampleAdvancedCurve(color.b, 0.0).a"," );"," return vec3("," sampleAdvancedCurve(master.r, 0.0).r,"," sampleAdvancedCurve(master.g, 0.0).g,"," sampleAdvancedCurve(master.b, 0.0).b"," );","}","float decodeSigned(float value){ return (value * 255.0 - 128.0) / 127.0; }","vec3 applyHueCurves(vec3 color){"," if (u_hueCurvesEnabled < 0.5) return color;"," vec3 hsv = rgbToHsv(clamp(color, 0.0, 1.0));"," vec3 curves = sampleAdvancedCurve(hsv.x, 1.0).rgb;"," float originalLuma = lumaOf(color);"," hsv.x = fract(hsv.x + decodeSigned(curves.r) * 0.5);"," hsv.y = clamp(hsv.y * max(0.0, 1.0 + decodeSigned(curves.g)), 0.0, 1.0);"," vec3 shifted = hsvToRgb(hsv);"," shifted += vec3(originalLuma - lumaOf(shifted) + decodeSigned(curves.b));"," return shifted;","}","float softRangeMask(float value, float minimum, float maximum, float softness){"," if (value < minimum) {"," if (softness <= 0.0) return 0.0;"," return smoothstep(minimum - softness, minimum, value);"," }"," if (value > maximum) {"," if (softness <= 0.0) return 0.0;"," return 1.0 - smoothstep(maximum, maximum + softness, value);"," }"," return 1.0;","}","float hueRangeMask(float hue, float saturation, vec3 key){"," float distance = abs(fract(hue - key.x + 0.5) - 0.5) * 360.0;"," float range = key.y * 180.0;"," float softness = key.z * 180.0;"," if (range < 179.999 && saturation < 0.001) return 0.0;"," if (distance <= range) return 1.0;"," if (softness <= 0.0) return 0.0;"," return 1.0 - smoothstep(range, range + softness, distance);","}","vec3 applySecondary(vec3 color, float index){"," float base = index * 5.0;"," vec4 hueKey = advancedConfig(base);"," vec4 saturationKey = advancedConfig(base + 1.0);"," vec4 lumaKey = advancedConfig(base + 2.0);"," vec4 correction = advancedConfig(base + 3.0);"," vec4 tintCorrection = advancedConfig(base + 4.0);"," vec3 hsv = rgbToHsv(clamp(color, 0.0, 1.0));"," float luma = lumaOf(color);"," float mask = hueRangeMask(hsv.x, hsv.y, hueKey.rgb);"," mask *= softRangeMask(hsv.y, saturationKey.x, saturationKey.y, saturationKey.z * 0.5);"," mask *= softRangeMask(luma, lumaKey.x, lumaKey.y, lumaKey.z * 0.5);"," if (mask <= 0.0) return color;"," hsv.x = fract(hsv.x + decodeSigned(correction.x) * 0.5);"," vec3 corrected = hsvToRgb(hsv);"," float correctedLuma = lumaOf(corrected);"," corrected = mix(vec3(correctedLuma), corrected, max(0.0, 1.0 + decodeSigned(correction.y)));"," corrected += vec3(decodeSigned(correction.z));"," float temperature = decodeSigned(correction.w);"," float tint = decodeSigned(tintCorrection.x);"," corrected.r += temperature * 0.08 + tint * 0.04;"," corrected.b -= temperature * 0.08 - tint * 0.04;"," corrected.g -= tint * 0.08;"," return mix(color, corrected, mask);","}","vec3 applyAdvancedGrade(vec3 color){"," color = applyTonalWheels(color);"," color = applyRgbCurves(color);"," color = applyHueCurves(color);"," if (u_secondaryCount > 0.5) color = applySecondary(color, 0.0);"," if (u_secondaryCount > 1.5) color = applySecondary(color, 1.0);"," if (u_secondaryCount > 2.5) color = applySecondary(color, 2.0);"," if (u_secondaryCount > 3.5) color = applySecondary(color, 3.0);"," return color;","}","vec3 sampleLut(float r, float g, float b){"," float size = max(u_lutSize, 2.0);"," float x = (r + b * size + 0.5) / max(u_lutTextureSize.x, 1.0);"," float y = (g + 0.5) / max(u_lutTextureSize.y, 1.0);"," return texture2D(u_lut, vec2(x, y)).rgb;","}","vec3 applyLut(vec3 color){"," if (u_lutEnabled < 0.5) return color;"," float size = max(u_lutSize, 2.0);"," vec3 span = max(u_lutDomainMax - u_lutDomainMin, vec3(0.00001));"," vec3 scaled = clamp((color - u_lutDomainMin) / span, 0.0, 1.0) * (size - 1.0);"," vec3 lo = floor(scaled);"," vec3 hi = min(lo + 1.0, vec3(size - 1.0));"," vec3 f = scaled - lo;"," vec3 c000 = sampleLut(lo.r, lo.g, lo.b);"," vec3 c100 = sampleLut(hi.r, lo.g, lo.b);"," vec3 c010 = sampleLut(lo.r, hi.g, lo.b);"," vec3 c110 = sampleLut(hi.r, hi.g, lo.b);"," vec3 c001 = sampleLut(lo.r, lo.g, hi.b);"," vec3 c101 = sampleLut(hi.r, lo.g, hi.b);"," vec3 c011 = sampleLut(lo.r, hi.g, hi.b);"," vec3 c111 = sampleLut(hi.r, hi.g, hi.b);"," vec3 c00 = mix(c000, c100, f.r);"," vec3 c10 = mix(c010, c110, f.r);"," vec3 c01 = mix(c001, c101, f.r);"," vec3 c11 = mix(c011, c111, f.r);"," vec3 c0 = mix(c00, c10, f.g);"," vec3 c1 = mix(c01, c11, f.g);"," vec3 lutColor = mix(c0, c1, f.b);"," return mix(color, lutColor, clamp(u_lutIntensity, 0.0, 1.0));","}","vec3 applyPrimaryGrade(vec3 color){"," color *= pow(2.0, u_exposure);"," float y = lumaOf(color);"," float shadowMask = 1.0 - smoothstep(0.0, 0.65, y);"," float highlightMask = smoothstep(0.35, 1.0, y);"," color += u_shadows * 0.35 * shadowMask;"," color += u_highlights * 0.35 * highlightMask;"," float blackPoint = clamp(u_blacks * 0.18, -0.18, 0.18);"," float whitePoint = clamp(1.0 - u_whites * 0.18, 0.82, 1.18);"," color = (color - blackPoint) / max(whitePoint - blackPoint, 0.2);"," color.r += u_temperature * 0.08 + u_tint * 0.04;"," color.b -= u_temperature * 0.08 - u_tint * 0.04;"," color.g -= u_tint * 0.08;"," color = (color - 0.5) * max(0.0, 1.0 + u_contrast) + 0.5;"," float satLuma = lumaOf(color);"," float currentSat = clamp(colorSaturation(color), 0.0, 1.0);"," float skinLike = smoothstep(0.02, 0.18, color.r - color.g) * smoothstep(0.0, 0.16, color.g - color.b) * smoothstep(0.18, 0.82, satLuma);"," float vibranceWeight = (1.0 - currentSat * 0.72) * mix(1.0, 0.55, skinLike);"," color = mix(vec3(satLuma), color, max(0.0, 1.0 + u_vibrance * vibranceWeight));"," color = mix(vec3(satLuma), color, max(0.0, 1.0 + u_saturation));"," return color;","}","vec3 applyColorGrade(vec3 color){"," color = applyPrimaryGrade(color);"," color = applyAdvancedGrade(color);"," return clamp(applyLut(clamp(color, 0.0, 1.0)), 0.0, 1.0);","}","vec3 applyDither(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float scale = max(min(u_resolution.x, u_resolution.y) / 540.0, 0.25);"," float pixelSize = mix(1.0, 5.0, clamp(u_ditherSize, 0.0, 1.0)) * scale;"," vec2 block = floor(gl_FragCoord.xy / max(pixelSize, 1.0));"," float levels = clamp(u_paletteSize, 2.0, 6.0);"," float index = floor(clamp(lumaOf(source) * (levels - 1.0) + bayer4(block), 0.0, levels - 1.0));"," return mix(source, paletteColor(index), amount);","}","vec2 asciiEdgeDirection(vec2 uv, vec2 stepUv){"," float topLeft = bt601Luma(sampleMedia(uv + vec2(-stepUv.x, -stepUv.y)).rgb);"," float top = bt601Luma(sampleMedia(uv + vec2(0.0, -stepUv.y)).rgb);"," float topRight = bt601Luma(sampleMedia(uv + vec2(stepUv.x, -stepUv.y)).rgb);"," float left = bt601Luma(sampleMedia(uv + vec2(-stepUv.x, 0.0)).rgb);"," float right = bt601Luma(sampleMedia(uv + vec2(stepUv.x, 0.0)).rgb);"," float bottomLeft = bt601Luma(sampleMedia(uv + vec2(-stepUv.x, stepUv.y)).rgb);"," float bottom = bt601Luma(sampleMedia(uv + vec2(0.0, stepUv.y)).rgb);"," float bottomRight = bt601Luma(sampleMedia(uv + stepUv).rgb);"," float x = -topLeft - 2.0 * left - bottomLeft + topRight + 2.0 * right + bottomRight;"," float y = -topLeft - 2.0 * top - topRight + bottomLeft + 2.0 * bottom + bottomRight;"," return vec2(x, y);","}","vec2 rotateAsciiUv(vec2 uv, float angle){"," float cosine = cos(angle);"," float sine = sin(angle);"," vec2 centered = uv - 0.5;"," return vec2(centered.x * cosine - centered.y * sine, centered.x * sine + centered.y * cosine) + 0.5;","}","vec3 applyAscii(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float scale = max(min(u_resolution.x, u_resolution.y) / 540.0, 0.25);"," float cellHeight = mix(4.0, 80.0, clamp(u_asciiSize, 0.0, 1.0)) * scale;"," vec2 cellSize = vec2(cellHeight);"," vec2 cell = floor(gl_FragCoord.xy / cellSize);"," vec2 cellVuv = (cell + 0.5) * cellSize / max(u_resolution, vec2(1.0));"," vec2 cellUv = (cellVuv - u_uvOffset) / u_uvScale;"," cellUv = applyCrtWarp(cellUv);"," vec3 cellColor = applyColorGrade(sampleMedia(cellUv).rgb);"," float brightness = bt601Luma(cellColor);"," float invert = step(0.5, u_asciiInvert);"," brightness = mix(brightness, 1.0 - brightness, invert);"," vec2 glyphUv = fract(gl_FragCoord.xy / cellSize);"," float rotation = clamp(u_asciiRotation, 0.0, 1.0);"," if (rotation > 0.0) {"," vec2 cellStepUv = cellSize / max(u_resolution * u_uvScale, vec2(1.0));"," vec2 edge = asciiEdgeDirection(cellUv, cellStepUv);"," if (length(edge) > 0.1) glyphUv = mix(glyphUv, rotateAsciiUv(glyphUv, atan(edge.y, edge.x)), rotation);"," }"," float ink = asciiStyleSample(floor(u_asciiStyle + 0.5), brightness, glyphUv);"," vec3 background = paletteColor(0.0);"," vec3 inkColor = mix(paletteColor(max(u_paletteSize - 1.0, 1.0)), cellColor, clamp(u_asciiColor, 0.0, 1.0));"," vec3 asciiColor = mix(background, inkColor, ink);"," return mix(source, asciiColor, amount);","}","vec3 applyScanlines(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float count = mix(50.0, 500.0, clamp(u_scanlineCount, 0.0, 1.0));"," float softness = clamp(u_scanlineSoftness, 0.0, 1.0);"," float wave = 0.5 + 0.5 * sin(v_uv.y * count * PI);"," float line = mix(1.0 - wave, pow(1.0 - wave, 2.2), softness);"," return source * (1.0 - line * amount);","}","void main(){"," vec2 uv = (v_uv - u_uvOffset) / u_uvScale;"," if (uv.x < 0.0 || uv.y < 0.0 || uv.x > 1.0 || uv.y > 1.0) {"," gl_FragColor = vec4(0.0);"," return;"," }"," vec4 originalSample = sampleSource(uv);"," uv = applyCrtWarp(uv);"," vec2 displayEdge = smoothstep(vec2(0.0), vec2(0.006), uv) * (1.0 - smoothstep(vec2(0.994), vec2(1.0), uv));"," float displayMask = displayEdge.x * displayEdge.y;"," vec4 sampleColor = sampleMedia(uv);"," sampleColor = sampleChromaticMedia(uv, sampleColor);"," sampleColor.rgb = applyDigitalGlitch(uv, sampleColor.rgb);"," vec3 original = originalSample.rgb;"," vec3 color = mix(sampleColor.rgb, applyColorGrade(sampleColor.rgb), u_intensity);"," float grainAmount = clamp(u_grain, 0.0, 1.0);"," if (grainAmount > 0.0) {"," float grainPixelSize = mix(1.0, 6.0, clamp(u_grainSize, 0.0, 1.0));"," vec2 grainCoord = floor(gl_FragCoord.xy / grainPixelSize) + vec2(u_grainSeed, u_grainSeed * 1.37);"," float grainBase = grainHash(grainCoord) - grainHash(grainCoord + vec2(19.19, 73.31));"," float grainFine = grainHash(gl_FragCoord.xy + vec2(u_grainSeed * 2.11, u_grainSeed * 0.71)) - 0.5;"," float grain = mix(grainBase * 0.7, grainBase + grainFine * 0.35, clamp(u_grainRoughness, 0.0, 1.0));"," float grainLuma = lumaOf(color);"," float grainMask = smoothstep(0.02, 0.55, grainLuma) * (1.0 - smoothstep(0.88, 1.0, grainLuma));"," color += grain * grainAmount * mix(0.025, 0.08, grainMask);"," }"," float filmArtifacts = clamp(u_filmArtifacts, 0.0, 1.0);"," if (filmArtifacts > 0.0) {"," float filmFrame = floor(u_grainSeed);"," float dust = dustMask(v_uv, floor(filmFrame / 3.0));"," float dustTone = grainHash(vec2(floor(filmFrame / 3.0), 8.0));"," color = mix(color, vec3(dustTone > 0.5 ? 0.95 : 0.02), dust * 0.72 * filmArtifacts);"," float scratchBucket = floor(filmFrame / 12.0);"," float scratchX = grainHash(vec2(scratchBucket, 4.2));"," float scratchLife = step(0.78, grainHash(vec2(scratchBucket, 8.4)));"," float scratch = (1.0 - smoothstep(0.0, 1.4 / max(u_resolution.x, 1.0), abs(v_uv.x - scratchX))) * scratchLife;"," color = mix(color, vec3(0.94, 0.88, 0.76), scratch * 0.28 * filmArtifacts);"," }"," color = applyMonoScreen(clamp(color, 0.0, 1.0), clamp(u_monoScreen, 0.0, 1.0));"," color = applyEngraving(clamp(color, 0.0, 1.0), clamp(u_engraving, 0.0, 1.0));"," color = applyCrosshatch(uv, clamp(color, 0.0, 1.0), clamp(u_crosshatch, 0.0, 1.0));"," color = applyHalftone(clamp(color, 0.0, 1.0), clamp(u_halftone, 0.0, 1.0));"," color = applyTwoInkPrint(clamp(color, 0.0, 1.0), clamp(u_twoInkPrint, 0.0, 1.0));"," color = applyDither(clamp(color, 0.0, 1.0), clamp(u_dither, 0.0, 1.0));"," color = applyAscii(clamp(color, 0.0, 1.0), clamp(u_ascii, 0.0, 1.0));"," if (u_bloomReady > 0.5 && u_bloom > 0.0) color += sampleBloom(uv) * u_bloom;"," color = applyScanlines(clamp(color, 0.0, 1.0), clamp(u_scanlines, 0.0, 1.0));"," vec2 vignetteAspect = u_resolution.x > u_resolution.y"," ? vec2(u_resolution.x / max(u_resolution.y, 1.0), 1.0)"," : vec2(1.0, u_resolution.y / max(u_resolution.x, 1.0));"," vec2 vignetteUv = abs((v_uv - vec2(0.5)) * 2.0) * vignetteAspect;"," float vignettePower = mix(8.0, 1.8, clamp(u_vignetteRoundness * 0.5 + 0.5, 0.0, 1.0));"," float vignetteDistance = pow(pow(vignetteUv.x, vignettePower) + pow(vignetteUv.y, vignettePower), 1.0 / vignettePower);"," float vignetteMidpoint = mix(0.22, 1.08, clamp(u_vignetteMidpoint, 0.0, 1.0));"," float vignetteFeather = mix(0.08, 0.72, clamp(u_vignetteFeather, 0.0, 1.0));"," float vignetteMask = smoothstep(vignetteMidpoint, vignetteMidpoint + vignetteFeather, vignetteDistance);"," color *= 1.0 - vignetteMask * clamp(u_vignette, 0.0, 1.0) * 0.75;"," float warpActive = step(0.0001, u_crtCurvature);"," color *= mix(1.0, displayMask, warpActive);"," vec3 graded = clamp(color, 0.0, 1.0);"," if (u_compareEnabled > 0.5) {"," float pos = clamp(u_comparePosition, 0.0, 1.0);"," float softness = max(u_compareSoftness, 0.00001);"," float afterMask = smoothstep(pos - softness, pos + softness, v_uv.x);"," vec3 splitColor = mix(original, graded, afterMask);"," float lineMask = 0.0;"," if (u_compareLineWidth > 0.0) {"," float lineWidth = max(u_compareLineWidth / max(u_resolution.x, 1.0), 0.00001);"," lineMask = 1.0 - smoothstep(lineWidth, lineWidth * 1.8, abs(v_uv.x - pos));"," }"," gl_FragColor = vec4(mix(splitColor, vec3(1.0), lineMask * 0.82), sampleColor.a);"," return;"," }"," gl_FragColor = vec4(graded, sampleColor.a);","}"].join(`\n`),qg=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_source;","uniform vec2 u_resolution;","uniform vec2 u_direction;","uniform float u_radius;","uniform float u_bloomPass;","uniform float u_threshold;","vec4 readSource(vec2 uv){"," vec4 color = texture2D(u_source, clamp(uv, vec2(0.0), vec2(1.0)));"," if (u_bloomPass > 0.5) {"," float luminance = dot(color.rgb, vec3(0.299, 0.587, 0.114));"," if (u_threshold >= 0.0 && luminance <= u_threshold) color.rgb = vec3(0.0);"," return vec4(color.rgb, 1.0);"," }"," color.rgb *= color.a;"," return color;","}","void main(){"," if (u_bloomPass > 0.5) {"," vec2 stepUv = u_direction * max(u_radius, 0.0) / max(u_resolution, vec2(1.0)) * 0.5;"," vec4 bloom = readSource(v_uv) * 0.227027;"," bloom += readSource(v_uv + stepUv) * 0.1945946;"," bloom += readSource(v_uv - stepUv) * 0.1945946;"," bloom += readSource(v_uv + stepUv * 2.0) * 0.1216216;"," bloom += readSource(v_uv - stepUv * 2.0) * 0.1216216;"," bloom += readSource(v_uv + stepUv * 3.0) * 0.054054;"," bloom += readSource(v_uv - stepUv * 3.0) * 0.054054;"," bloom += readSource(v_uv + stepUv * 4.0) * 0.016216;"," bloom += readSource(v_uv - stepUv * 4.0) * 0.016216;"," gl_FragColor = bloom;"," return;"," }"," vec2 stepUv = u_direction * max(u_radius, 0.0) / max(u_resolution, vec2(1.0)) / 12.0;"," vec4 color = readSource(v_uv) * 0.08077993;"," color += readSource(v_uv + stepUv * 1.0) * 0.07918038;"," color += readSource(v_uv - stepUv * 1.0) * 0.07918038;"," color += readSource(v_uv + stepUv * 2.0) * 0.07456928;"," color += readSource(v_uv - stepUv * 2.0) * 0.07456928;"," color += readSource(v_uv + stepUv * 3.0) * 0.06747307;"," color += readSource(v_uv - stepUv * 3.0) * 0.06747307;"," color += readSource(v_uv + stepUv * 4.0) * 0.05865827;"," color += readSource(v_uv - stepUv * 4.0) * 0.05865827;"," color += readSource(v_uv + stepUv * 5.0) * 0.04899551;"," color += readSource(v_uv - stepUv * 5.0) * 0.04899551;"," color += readSource(v_uv + stepUv * 6.0) * 0.03931982;"," color += readSource(v_uv - stepUv * 6.0) * 0.03931982;"," color += readSource(v_uv + stepUv * 7.0) * 0.03031761;"," color += readSource(v_uv - stepUv * 7.0) * 0.03031761;"," color += readSource(v_uv + stepUv * 8.0) * 0.02245983;"," color += readSource(v_uv - stepUv * 8.0) * 0.02245983;"," color += readSource(v_uv + stepUv * 9.0) * 0.01598624;"," color += readSource(v_uv - stepUv * 9.0) * 0.01598624;"," color += readSource(v_uv + stepUv * 10.0) * 0.01093238;"," color += readSource(v_uv - stepUv * 10.0) * 0.01093238;"," color += readSource(v_uv + stepUv * 11.0) * 0.00718308;"," color += readSource(v_uv - stepUv * 11.0) * 0.00718308;"," color += readSource(v_uv + stepUv * 12.0) * 0.00453456;"," color += readSource(v_uv - stepUv * 12.0) * 0.00453456;"," if (color.a > 0.0001) color.rgb /= color.a;"," gl_FragColor = color;","}"].join(`\n`),$g=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_source;","uniform sampler2D u_blurSource;","uniform vec2 u_texel;","uniform vec2 u_uvScale;","uniform vec2 u_uvOffset;","uniform float u_blurReady;","uniform float u_blur;","uniform float u_kuwaharaRadius;","vec3 readPrepared(vec2 displayUv){"," vec2 uv = (displayUv - u_uvOffset) / u_uvScale;"," vec3 color = texture2D(u_source, clamp(uv, vec2(0.0), vec2(1.0))).rgb;"," if (u_blurReady > 0.5 && u_blur > 0.0) {"," vec3 blurred = texture2D(u_blurSource, clamp(uv, vec2(0.0), vec2(1.0))).rgb;"," color = mix(color, blurred, clamp(u_blur, 0.0, 1.0));"," }"," return color;","}","void main(){"," float radius = floor(mix(2.0, 16.0, clamp(u_kuwaharaRadius, 0.0, 1.0)) + 0.5);"," vec3 sum = vec3(0.0);"," float sumSquares = 0.0;"," float count = 0.0;"," for (int offset = 0; offset <= 16; offset++) {"," if (float(offset) > radius) continue;"," vec3 color = readPrepared(v_uv + vec2(float(offset), 0.0) * u_texel);"," sum += color;"," sumSquares += dot(color, color) / 3.0;"," count += 1.0;"," }"," gl_FragColor = vec4(sum / count, sumSquares / count);","}"].join(`\n`),jg=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_kuwaharaMoments;","uniform vec2 u_texel;","uniform float u_kuwaharaRadius;","uniform float u_kuwaharaSharpness;","uniform float u_kuwaharaSaturation;","void main(){"," float radius = floor(mix(2.0, 16.0, clamp(u_kuwaharaRadius, 0.0, 1.0)) + 0.5);"," vec2 origins[4];"," origins[0] = vec2(-radius, -radius);"," origins[1] = vec2(0.0, -radius);"," origins[2] = vec2(-radius, 0.0);"," origins[3] = vec2(0.0, 0.0);"," vec3 means[4];"," float variances[4];"," float minVariance = 1.0;"," for (int quadrant = 0; quadrant < 4; quadrant++) {"," vec4 moment = vec4(0.0);"," float count = 0.0;"," for (int offset = 0; offset <= 16; offset++) {"," if (float(offset) > radius) continue;"," vec2 sampleOffset = origins[quadrant] + vec2(0.0, float(offset));"," moment += texture2D(u_kuwaharaMoments, clamp(v_uv + sampleOffset * u_texel, vec2(0.0), vec2(1.0)));"," count += 1.0;"," }"," moment /= count;"," vec3 mean = moment.rgb;"," float meanSquare = moment.a * 3.0;"," float variance = max(meanSquare - dot(mean, mean), 0.0);"," means[quadrant] = mean;"," variances[quadrant] = variance;"," minVariance = min(minVariance, variance);"," }"," float exponent = 1.0 + clamp(u_kuwaharaSharpness, 0.0, 1.0) * 8.0;"," vec3 result = vec3(0.0);"," float totalWeight = 0.0;"," for (int quadrant = 0; quadrant < 4; quadrant++) {"," float weight = pow((minVariance + 0.0001) / (variances[quadrant] + 0.0001), exponent);"," result += means[quadrant] * weight;"," totalWeight += weight;"," }"," result /= max(totalWeight, 0.0001);"," float luma = dot(result, vec3(0.2126, 0.7152, 0.0722));"," float saturation = clamp(u_kuwaharaSaturation, 0.0, 1.0) * 2.0;"," gl_FragColor = vec4(clamp(mix(vec3(luma), result, saturation), 0.0, 1.0), 1.0);","}"].join(`\n`);function Ft(e){return e instanceof HTMLVideoElement||e instanceof HTMLImageElement}function Vc(e){let t=window.getComputedStyle(e);return t.display!=="none"&&t.visibility!=="hidden"}function zc(e,t,n){let r=e.createShader(n);return r?(e.shaderSource(r,t),e.compileShader(r),e.getShaderParameter(r,e.COMPILE_STATUS)?r:(L("runtime.colorGrading.compileShader",e.getShaderInfoLog(r)),e.deleteShader(r),null)):null}function ni(e,t=zg){let n=zc(e,Vg,e.VERTEX_SHADER),r=zc(e,t,e.FRAGMENT_SHADER);if(!n||!r)return n&&e.deleteShader(n),r&&e.deleteShader(r),null;let i=e.createProgram();return i?(e.attachShader(i,n),e.attachShader(i,r),e.linkProgram(i),e.deleteShader(n),e.deleteShader(r),e.getProgramParameter(i,e.LINK_STATUS)?i:(L("runtime.colorGrading.linkProgram",e.getProgramInfoLog(i)),e.deleteProgram(i),null)):null}function Qr(e,t=e.LINEAR,n=e.UNSIGNED_BYTE){let r=e.createTexture();return r?(e.bindTexture(e.TEXTURE_2D,r),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,t),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,t),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,1,1,0,e.RGBA,n,null),r):null}function Kg(e,t){let n=ni(e,qg);return n?{program:n,quad:t,position:e.getAttribLocation(n,"a_pos"),source:e.getUniformLocation(n,"u_source"),resolution:e.getUniformLocation(n,"u_resolution"),direction:e.getUniformLocation(n,"u_direction"),radius:e.getUniformLocation(n,"u_radius"),bloomPass:e.getUniformLocation(n,"u_bloomPass"),threshold:e.getUniformLocation(n,"u_threshold")}:null}function Yg(e,t){let n=ni(e,$g);return n?{program:n,quad:t,position:e.getAttribLocation(n,"a_pos"),source:e.getUniformLocation(n,"u_source"),blurSource:e.getUniformLocation(n,"u_blurSource"),texel:e.getUniformLocation(n,"u_texel"),uvScale:e.getUniformLocation(n,"u_uvScale"),uvOffset:e.getUniformLocation(n,"u_uvOffset"),blurReady:e.getUniformLocation(n,"u_blurReady"),blur:e.getUniformLocation(n,"u_blur"),radius:e.getUniformLocation(n,"u_kuwaharaRadius")}:null}function Xg(e,t){let n=ni(e,jg);return n?{program:n,quad:t,position:e.getAttribLocation(n,"a_pos"),moments:e.getUniformLocation(n,"u_kuwaharaMoments"),texel:e.getUniformLocation(n,"u_texel"),radius:e.getUniformLocation(n,"u_kuwaharaRadius"),sharpness:e.getUniformLocation(n,"u_kuwaharaSharpness"),saturation:e.getUniformLocation(n,"u_kuwaharaSaturation")}:null}function Yn(e,t=e.UNSIGNED_BYTE,n=e.LINEAR){let r=Qr(e,n,t),i=e.createFramebuffer();if(!r||!i)return r&&e.deleteTexture(r),i&&e.deleteFramebuffer(i),null;e.bindFramebuffer(e.FRAMEBUFFER,i),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,r,0);let o=e.checkFramebufferStatus(e.FRAMEBUFFER);return e.bindFramebuffer(e.FRAMEBUFFER,null),o!==e.FRAMEBUFFER_COMPLETE?(e.deleteTexture(r),e.deleteFramebuffer(i),null):{texture:r,framebuffer:i,type:t,width:1,height:1}}function ei(e,t,n,r){t.width===n&&t.height===r||(t.width=n,t.height=r,e.bindTexture(e.TEXTURE_2D,t.texture),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,n,r,0,e.RGBA,t.type,null))}function ua(e,t,n){let r=[];for(let i of n){let o=e.getUniformLocation(t,`u_${i}`);o!==null&&r.push([i,o])}return r}function qc(e,t,n){t&&e.deleteProgram(t);for(let r of n)r&&e.deleteTexture(r)}function ma(e){let t=e.getContext("webgl",{alpha:!0,premultipliedAlpha:!1});if(!t)return null;let n=ni(t),r=Qr(t),i=Qr(t,t.NEAREST),o=Qr(t,t.NEAREST);if(!n||!r||!i||!o)return qc(t,n,[r,i,o]),null;let a=t.createBuffer();return a?(t.bindBuffer(t.ARRAY_BUFFER,a),t.bufferData(t.ARRAY_BUFFER,new Float32Array([-1,-1,1,-1,-1,1,1,1]),t.STATIC_DRAW),{gl:t,program:{program:n,texture:r,lutTexture:i,advancedTexture:o,advancedSignature:null,quad:a,position:t.getAttribLocation(n,"a_pos"),source:t.getUniformLocation(n,"u_source"),blurSource:t.getUniformLocation(n,"u_blurSource"),bloomSource:t.getUniformLocation(n,"u_bloomSource"),kuwaharaSource:t.getUniformLocation(n,"u_kuwaharaSource"),lut:t.getUniformLocation(n,"u_lut"),advanced:t.getUniformLocation(n,"u_advanced"),resolution:t.getUniformLocation(n,"u_resolution"),uvScale:t.getUniformLocation(n,"u_uvScale"),uvOffset:t.getUniformLocation(n,"u_uvOffset"),blurReady:t.getUniformLocation(n,"u_blurReady"),bloomReady:t.getUniformLocation(n,"u_bloomReady"),kuwaharaReady:t.getUniformLocation(n,"u_kuwaharaReady"),lutEnabled:t.getUniformLocation(n,"u_lutEnabled"),lutSize:t.getUniformLocation(n,"u_lutSize"),lutTextureSize:t.getUniformLocation(n,"u_lutTextureSize"),lutDomainMin:t.getUniformLocation(n,"u_lutDomainMin"),lutDomainMax:t.getUniformLocation(n,"u_lutDomainMax"),lutIntensity:t.getUniformLocation(n,"u_lutIntensity"),shadowWheel:t.getUniformLocation(n,"u_shadowWheel"),midtoneWheel:t.getUniformLocation(n,"u_midtoneWheel"),highlightWheel:t.getUniformLocation(n,"u_highlightWheel"),rgbCurvesEnabled:t.getUniformLocation(n,"u_rgbCurvesEnabled"),hueCurvesEnabled:t.getUniformLocation(n,"u_hueCurvesEnabled"),secondaryCount:t.getUniformLocation(n,"u_secondaryCount"),adjustUniforms:ua(t,n,Rr),detailUniforms:ua(t,n,ao),effectUniforms:ua(t,n,so),grainSeed:t.getUniformLocation(n,"u_grainSeed"),effectTime:t.getUniformLocation(n,"u_effectTime"),paletteSize:t.getUniformLocation(n,"u_paletteSize"),palette0:t.getUniformLocation(n,"u_palette0"),palette1:t.getUniformLocation(n,"u_palette1"),palette2:t.getUniformLocation(n,"u_palette2"),palette3:t.getUniformLocation(n,"u_palette3"),palette4:t.getUniformLocation(n,"u_palette4"),palette5:t.getUniformLocation(n,"u_palette5"),intensity:t.getUniformLocation(n,"u_intensity"),compareEnabled:t.getUniformLocation(n,"u_compareEnabled"),comparePosition:t.getUniformLocation(n,"u_comparePosition"),compareSoftness:t.getUniformLocation(n,"u_compareSoftness"),compareLineWidth:t.getUniformLocation(n,"u_compareLineWidth")}}):(qc(t,n,[r,i,o]),null)}function Jg(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Qg(e){if(!Jg(e))return{...Zt};let t=(n,r,i,o)=>{let a=typeof n=="number"?n:Number(n);return Math.min(o,Math.max(i,Number.isFinite(a)?a:r))};return{enabled:e.enabled===!0,position:t(e.position,Zt.position,0,1),softness:t(e.softness,Zt.softness,0,.25),lineWidth:t(e.lineWidth,Zt.lineWidth,0,12)}}function Zc(e){try{let t=new URL(e,document.baseURI);return t.protocol==="data:"?{href:t.href}:t.protocol!=="http:"&&t.protocol!=="https:"?{error:"LUT must be project-local or a data URL"}:t.origin!==window.location.origin?{error:"Remote LUT URLs are not supported"}:{href:t.href}}catch{return{error:"Invalid LUT URL"}}}function ri(e){return e instanceof Error?e.message:"LUT failed to load"}function Zg(e){let t=2166136261;for(let n=0;n<e.length;n+=1)t^=e.charCodeAt(n),t=Math.imul(t,16777619);return(t>>>0)%1e4}function ed(e){let t=e.id||e.currentSrc||e.getAttribute("src")||`${e.tagName}:${Array.prototype.indexOf.call(e.parentNode?.children??[],e)}`;return Zg(t)}function pa(e){let t=Zc(e);if("error"in t)return{state:"error",message:t.error};let n=it.get(t.href);if(n)return n;let r=fetch(t.href,{credentials:"same-origin"}).then(o=>{if(!o.ok)throw new Error(`Failed to load LUT (${o.status})`);return o.text()}).then(o=>ul(o,{maxSize:Cr})),i={state:"pending",promise:r};for(;it.size>=Pg;){let o=it.keys().next().value;if(!o)break;it.delete(o)}return it.set(t.href,i),r.then(o=>{it.get(t.href)===i&&it.set(t.href,{state:"ready",lut:o})},o=>{it.get(t.href)===i&&it.set(t.href,{state:"error",message:ri(o)})}),i}function $c(e,t,n){if(e.lut?.src===t)return e.lut;let r=Ji(n),{gl:i,program:o}=e;try{return td(i,o.lutTexture,r),e.lut={src:t,size:n.size,domainMin:n.domainMin,domainMax:n.domainMax,textureWidth:r.width,textureHeight:r.height},e.lutError=null,e.lutLoadingSrc=null,e.lut}catch(a){return e.lut=null,e.lutError=ri(a),e.lutLoadingSrc=null,L("runtime.colorGrading.uploadLut",a),null}}async function eb(e){let t=pa(e);if(t.state==="ready")return t.lut;if(t.state==="pending")return t.promise;throw new Error(t.message)}function td(e,t,n){e.activeTexture(e.TEXTURE2),e.bindTexture(e.TEXTURE_2D,t),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,!1),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,n.width,n.height,0,e.RGBA,e.UNSIGNED_BYTE,n.data)}function tb(e,t,n){let r=Ji(n),{gl:i,program:o}=e;return td(i,o.lutTexture,r),{src:t,size:n.size,domainMin:n.domainMin,domainMax:n.domainMax,textureWidth:r.width,textureHeight:r.height}}function Qe(e,t){e.deleteTexture(t.texture),e.deleteFramebuffer(t.framebuffer)}function ha(e){let t=e.effectTargets;t&&(e.gl.deleteProgram(t.blurProgram.program),Qe(e.gl,t.scratch),Qe(e.gl,t.blur),t.bloom&&Qe(e.gl,t.bloom),e.effectTargets=null)}function ga(e){let t=e.kuwaharaTargets;t&&(e.gl.deleteProgram(t.horizontalProgram.program),e.gl.deleteProgram(t.resolveProgram.program),Qe(e.gl,t.moments),Qe(e.gl,t.output),e.kuwaharaTargets=null)}function Zr(e,t=!1){ha(e),ga(e),nb(e.gl,e.program),t&&e.gl.getExtension("WEBGL_lose_context")?.loseContext()}function nb(e,t){e.deleteTexture(t.texture),e.deleteTexture(t.lutTexture),e.deleteTexture(t.advancedTexture),e.deleteBuffer(t.quad),e.deleteProgram(t.program)}function rb(e){let t=ma(e.canvas);return t?(Zr(e),e.gl=t.gl,e.program=t.program,e.lut=null,e.lutLoadingSrc=null,e.lutError=null,e.effectError=null,!0):!1}function fa(e){if(!e.sourceHidden)return;e.element.removeAttribute(Cn);let t=e.element.style.getPropertyValue("opacity"),n=e.element.style.getPropertyPriority("opacity");t==="0"&&n==="important"&&(e.sourceInlineOpacity===null?e.element.style.removeProperty("opacity"):e.element.style.setProperty("opacity",e.sourceInlineOpacity,e.sourceInlineOpacityPriority)),e.sourceHidden=!1}function ib(e){if(e.effectTargets)return e.effectTargets;let{gl:t}=e,n=Kg(t,e.program.quad),r=Yn(t),i=Yn(t);return!n||!r||!i?(n&&t.deleteProgram(n.program),r&&Qe(t,r),i&&Qe(t,i),e.effectError="Framebuffer effects unavailable",null):(e.effectError=null,e.effectTargets={blurProgram:n,scratch:r,blur:i,bloom:null},e.effectTargets)}function ob(e,t){return t.bloom||(t.bloom=Yn(e.gl),e.effectError=t.bloom?null:"Framebuffer effects unavailable"),t.bloom}function jc(e){let t=e.effectTargets;t?.bloom&&(Qe(e.gl,t.bloom),t.bloom=null)}function ab(e){if(e.kuwaharaTargets)return e.kuwaharaTargets;let{gl:t}=e,n=t.getExtension("OES_texture_half_float"),r=t.getExtension("EXT_color_buffer_half_float");if(!n||!r)return e.effectError="Kuwahara requires half-float framebuffer support",null;let i=Yg(t,e.program.quad),o=Xg(t,e.program.quad),a=Yn(t,n.HALF_FLOAT_OES,t.NEAREST),l=Yn(t);return!i||!o||!a||!l?(sb(t,i,o,a,l),e.effectError="Kuwahara framebuffer effects unavailable",null):(e.kuwaharaTargets={horizontalProgram:i,resolveProgram:o,moments:a,output:l},e.kuwaharaTargets)}function sb(e,t,n,r,i){t&&e.deleteProgram(t.program),n&&e.deleteProgram(n.program),r&&Qe(e,r),i&&Qe(e,i)}function nd(e,t,n,r,i){let o=Math.max(1,Math.ceil(r)),a=Math.max(1,Math.ceil(i));return ei(e,t,o,a),ei(e,n,o,a),{width:o,height:a}}function ti(e,t,n,r,i,o,a,l=!1,s=-1){e.bindFramebuffer(e.FRAMEBUFFER,r.framebuffer),e.viewport(0,0,i.width,i.height),e.useProgram(t.program),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.uniform1i(t.source,0),e.uniform2f(t.resolution,i.width,i.height),e.uniform2f(t.direction,o.x,o.y),e.uniform1f(t.radius,a),e.uniform1f(t.bloomPass,l?1:0),e.uniform1f(t.threshold,s),Xn(e,t)}function lb(e,t,n,r,i,o,a){let l=nd(e,t.scratch,r,i/2,o/2),s=a/2;ti(e,t.blurProgram,n,t.scratch,l,{x:1,y:0},s,!0,.5),ti(e,t.blurProgram,t.scratch.texture,r,l,{x:0,y:1},s,!0)}function ub(e,t,n,r,i,o,a){let l=n;for(let s=0;s<Math.max(1,Math.floor(a));s++)ti(e,t.blurProgram,l,t.scratch,i,{x:1,y:0},o),ti(e,t.blurProgram,t.scratch.texture,r,i,{x:0,y:1},o),l=r.texture}function Xn(e,t){e.bindBuffer(e.ARRAY_BUFFER,t.quad),e.enableVertexAttribArray(t.position),e.vertexAttribPointer(t.position,2,e.FLOAT,!1,0,0),e.drawArrays(e.TRIANGLE_STRIP,0,4)}function cb(e,t,n,r,i,o,a,l){ei(e,t.moments,i.width,i.height),ei(e,t.output,i.width,i.height);let s=t.horizontalProgram;e.bindFramebuffer(e.FRAMEBUFFER,t.moments.framebuffer),e.viewport(0,0,i.width,i.height),e.useProgram(s.program),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.activeTexture(e.TEXTURE1),e.bindTexture(e.TEXTURE_2D,r),e.uniform1i(s.source,0),e.uniform1i(s.blurSource,1),e.uniform2f(s.texel,1/i.width,1/i.height),e.uniform2f(s.uvScale,o.scaleX,o.scaleY),e.uniform2f(s.uvOffset,o.offsetX,o.offsetY),e.uniform1f(s.blurReady,a?1:0),e.uniform1f(s.blur,l.blur),e.uniform1f(s.radius,l.kuwaharaRadius),Xn(e,s);let u=t.resolveProgram;e.bindFramebuffer(e.FRAMEBUFFER,t.output.framebuffer),e.useProgram(u.program),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,t.moments.texture),e.uniform1i(u.moments,0),e.uniform2f(u.texel,1/i.width,1/i.height),e.uniform1f(u.radius,l.kuwaharaRadius),e.uniform1f(u.sharpness,l.kuwaharaSharpness),e.uniform1f(u.saturation,l.kuwaharaSaturation),Xn(e,u)}function db(e,t,n,r){if(n<=0)return!1;let i=nd(e.gl,t.scratch,t.blur,r.width,r.height);return ub(e.gl,t,e.program.texture,t.blur,i,.75+Math.pow(n,1.35)*32,n>.55?3:2),!0}function fb(e,t,n,r,i,o){if(n<=0)return jc(e),null;o||jc(e);let a=o?ob(e,t):t.blur;return a?(lb(e.gl,t,e.program.texture,a,i.width,i.height,r),a.texture):null}function mb(e,t,n,r){let{program:i}=e,o=t.effects.blur,a=t.effects.bloom;if(o<=0&&a<=0)return e.effectTargets&&r&&ha(e),{blurReady:!1,bloomReady:!1,blurTexture:i.texture,bloomTexture:i.texture};let l=ib(e);if(!l)return{blurReady:!1,bloomReady:!1,blurTexture:i.texture,bloomTexture:i.texture};let s=db(e,l,o,n),u=fb(e,l,a,t.effects.bloomRadius,n,s);return{blurReady:s,bloomReady:u!==null,blurTexture:l.blur.texture,bloomTexture:u??i.texture}}function pb(e,t,n,r,i,o,a){let l=t.effects.kuwahara;if(l<=0&&!o)return e.kuwaharaTargets&&a&&ga(e),{kuwaharaReady:!1,kuwaharaTexture:e.program.texture};let s=ab(e);return!s||l<=0?{kuwaharaReady:!1,kuwaharaTexture:s?.output.texture??e.program.texture}:(cb(e.gl,s,e.program.texture,e.effectTargets?.blur.texture??e.program.texture,n,r,i,t.effects),{kuwaharaReady:!0,kuwaharaTexture:s.output.texture})}function rd(e,t,n,r,i={}){let o=i.releaseIdleTargets??!0;e.effectError=null;let a=mb(e,t,n,o),l=pb(e,t,n,r,a.blurReady,i.preserveKuwahara??!1,o);return{...a,...l}}function hb(e){let t=e.grading.lut?.src.trim()??"",n=e.grading.lut?.intensity??1;if(!t||n<=0)return e.lut=null,e.lutLoadingSrc=null,e.lutError=null,null;let r=Zc(t);if("error"in r)return e.lut=null,e.lutLoadingSrc=null,e.lutError=r.error,null;if(e.lut?.src===r.href)return e.lut;e.lut=null;let i=pa(t);return i.state==="ready"?$c(e,r.href,i.lut):i.state==="error"?(e.lutError=i.message,e.lutLoadingSrc=null,null):(e.lutLoadingSrc!==r.href&&(e.lutLoadingSrc=r.href,e.lutError=null,i.promise.then(o=>{e.destroyed||e.grading.lut?.src.trim()!==t||($c(e,r.href,o),Le(e))},o=>{e.destroyed||e.grading.lut?.src.trim()!==t||(e.lut=null,e.lutError=ri(o),e.lutLoadingSrc=null,Le(e))})),null)}function jn(e){if(!e)return null;if(typeof e=="string"){let t=e.trim();if(!t)return null;let n=document.getElementById(t.replace(/^#/,""));if(n&&Ft(n))return n;try{let r=document.querySelector(t);return r&&Ft(r)?r:null}catch{return null}}if(e.hfId){let t=document.querySelector(`[data-hf-id="${CSS.escape(e.hfId)}"]`);if(t&&Ft(t))return t}if(e.id){let t=document.getElementById(e.id);if(t&&Ft(t))return t}if(!e.selector)return null;try{let t=Array.from(document.querySelectorAll(e.selector)),n=Math.max(0,Math.floor(Number(e.selectorIndex??0)||0)),r=t[n]??null;return r&&Ft(r)?r:null}catch{return null}}function id(e){return e instanceof HTMLVideoElement?e.videoWidth>0&&e.videoHeight>0?{width:e.videoWidth,height:e.videoHeight}:null:e instanceof HTMLImageElement&&e.naturalWidth>0&&e.naturalHeight>0?{width:e.naturalWidth,height:e.naturalHeight}:null}function od(e){return e instanceof HTMLVideoElement?e.readyState>=HTMLMediaElement.HAVE_CURRENT_DATA&&e.videoWidth>0&&e.videoHeight>0:e instanceof HTMLImageElement?e.complete&&e.naturalWidth>0&&e.naturalHeight>0:!1}function ad(e){let t=ut(e);return t&&od(t)?t:null}function Kc(e){if(!(e instanceof HTMLVideoElement))return!1;let t=ad(e);if(!t)return!1;let n=window.getComputedStyle(t);return n.display!=="none"&&n.visibility!=="hidden"}function gb(e){return e instanceof HTMLImageElement&&e.classList.contains("__render_frame__")}function bb(e,t){t.parentNode&&t.nextSibling!==e.canvas&&t.parentNode.insertBefore(e.canvas,t.nextSibling)}function sd(e){if(e instanceof HTMLVideoElement){let t=ad(e);if(t)return t}return od(e)?e:null}function Yc(e,t){let n=e.toLowerCase();if(n==="center")return .5;if(t==="x"){if(n==="left")return 0;if(n==="right")return 1}else{if(n==="top")return 0;if(n==="bottom")return 1}if(n.endsWith("%")){let r=Number.parseFloat(n);return Number.isFinite(r)?r/100:null}return null}function xb(e){let t=e.trim().split(/\\s+/).filter(Boolean),n=.5,r=.5;for(let i=0;i<t.length;i++){let o=t[i]??"",a=Yc(o,"x"),l=Yc(o,"y");if(a!==null&&(o==="left"||o==="right"||o.endsWith("%")&&i===0)){n=a;continue}if(l!==null&&(o==="top"||o==="bottom"||o.endsWith("%")&&i>0)){r=l;continue}}return{x:n,y:r}}function ld(e,t,n,r,i,o){if(e<=0||t<=0||n<=0||r<=0)return{scaleX:1,scaleY:1,offsetX:0,offsetY:0};let a=i||"fill",l=e,s=t;if(a==="contain"||a==="cover"||a==="scale-down"){let f=a==="cover"?Math.max(e/n,t/r):Math.min(e/n,t/r);l=n*f,s=r*f,a==="scale-down"&&l>n&&s>r&&(l=n,s=r)}else a==="none"&&(l=n,s=r);let u=xb(o||"center"),c=(e-l)*u.x/e,m=(t-s)*u.y/t;return{scaleX:l/e,scaleY:s/t,offsetX:c,offsetY:m}}function yb(e,t){window.getComputedStyle(t).position==="static"&&(e.touchedParent||(e.touchedParent=t,e.parentInlinePosition=t.style.position||null),t.style.position="relative")}function Xc(e,t){return Math.max(0,Math.round(e>0?e:t))}function vb(e,t){let{element:n,canvas:r}=e,i=n.parentElement;i&&yb(e,i);let o=window.getComputedStyle(t);Il(r.style,o),r.style.pointerEvents="none",r.style.position="absolute",r.style.inset="auto",r.style.left=`${n.offsetLeft}px`,r.style.top=`${n.offsetTop}px`,r.style.right="auto",r.style.bottom="auto",r.style.width=`${n.offsetWidth}px`,r.style.height=`${n.offsetHeight}px`,r.style.display="block",r.style.opacity=e.sourceOpacityForCanvas,r.style.visibility=e.sourceVisibleForCanvas?"visible":"hidden";let a=n.getBoundingClientRect(),l=Xc(n.offsetWidth,a.width),s=Xc(n.offsetHeight,a.height);if(l<=0||s<=0)return r.style.display="none",null;let u=Math.max(1,window.devicePixelRatio||1),c=Math.round(l*u),m=Math.round(s*u);return r.width!==c&&(r.width=c),r.height!==m&&(r.height=m),{width:c,height:m}}function Qt(e,t,n){e.uniform3f(t,Number.parseInt(n.slice(1,3),16)/255,Number.parseInt(n.slice(3,5),16)/255,Number.parseInt(n.slice(5,7),16)/255)}function Mt(e,t,n,r){e.set(r,(t*Ye+n)*4)}function xt(e,t){return Math.min(1,Math.max(1/255,(e*(127/t)+128)/255))}function ca(e,t,n){return e.length>=3?Zi(e,t,n):new Float32Array(Ye)}function kt(e,t){return e[t]??0}function Sb(e,t,n){let r=Ut(t.red),i=Ut(t.green),o=Ut(t.blue),a=Ut(t.master),l=ca(n.hueVsHue,-180,180),s=ca(n.hueVsSaturation,-1,1),u=ca(n.hueVsLuma,-1,1);for(let c=0;c<Ye;c+=1)Mt(e,0,c,[kt(r,c),kt(i,c),kt(o,c),kt(a,c)]),Mt(e,1,c,[xt(kt(l,c),180),xt(kt(s,c),1),xt(kt(u,c),1),1])}function Eb(e,t,n){let r=n*Bg;Mt(e,2,r,[t.key.hue.center/360,t.key.hue.range/180,t.key.hue.softness/180,1]),Mt(e,2,r+1,[t.key.saturation.min,t.key.saturation.max,t.key.saturation.softness/.5,0]),Mt(e,2,r+2,[t.key.luma.min,t.key.luma.max,t.key.luma.softness/.5,0]),Mt(e,2,r+3,[xt(t.correction.hueShift,180),xt(t.correction.saturation,1),xt(t.correction.luma,1),xt(t.correction.temperature,1)]),Mt(e,2,r+4,[xt(t.correction.tint,1),.5,.5,1])}function Ab(e,t,n){let r=new Float32Array(Ye*Qn*4);Sb(r,e,t);let i=0;for(let o of n)o.enabled&&(Eb(r,o,i),i+=1);return r}var Jc=new WeakMap;function Cb(e,t,n){let r=Jc.get(e);if(r?.hueCurves===t&&r.secondaries===n)return r.signature;let i=JSON.stringify([e,t,n]);return Jc.set(e,{hueCurves:t,secondaries:n,signature:i}),i}function _b(e,t,n,r){let{curves:i,hueCurves:o}=n,a=Cb(i,o,r);if(t.advancedSignature===a)return;let l=Uint8Array.from(Ab(i,o,r),Sn);e.activeTexture(e.TEXTURE5),e.bindTexture(e.TEXTURE_2D,t.advancedTexture),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,!1),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,Ye,Qn,0,e.RGBA,e.UNSIGNED_BYTE,l),t.advancedSignature=a}function da(e,t,n){e.uniform3f(t,n.hue/360,n.amount,n.level)}function ud(e,t,n,r,i,o,a,l,s,u,c,m){e.uniform1i(t.source,0),e.uniform1i(t.blurSource,1),e.uniform1i(t.lut,2),e.uniform1i(t.kuwaharaSource,3),e.uniform1i(t.bloomSource,4),e.uniform1i(t.advanced,5),e.uniform2f(t.resolution,s.width,s.height),e.uniform2f(t.uvScale,u.scaleX,u.scaleY),e.uniform2f(t.uvOffset,u.offsetX,u.offsetY),e.uniform1f(t.blurReady,i?1:0),e.uniform1f(t.bloomReady,o?1:0),e.uniform1f(t.kuwaharaReady,a?1:0),e.uniform1f(t.lutEnabled,r?1:0),e.uniform1f(t.lutSize,r?.size??2),e.uniform2f(t.lutTextureSize,r?.textureWidth??1,r?.textureHeight??1),e.uniform3f(t.lutDomainMin,r?.domainMin[0]??0,r?.domainMin[1]??0,r?.domainMin[2]??0),e.uniform3f(t.lutDomainMax,r?.domainMax[0]??1,r?.domainMax[1]??1,r?.domainMax[2]??1),e.uniform1f(t.lutIntensity,n.lut?.intensity??0);let{curves:f,hueCurves:p,secondaries:b}=n,v=co(f),x=fo(p),w=mo(b)?b.reduce((F,M)=>F+Number(M.enabled),0):0;(v||x||w>0)&&_b(e,t,n,b),da(e,t.shadowWheel,n.wheels.shadows),da(e,t.midtoneWheel,n.wheels.midtones),da(e,t.highlightWheel,n.wheels.highlights),e.uniform1f(t.rgbCurvesEnabled,v?1:0),e.uniform1f(t.hueCurvesEnabled,x?1:0),e.uniform1f(t.secondaryCount,w);for(let[F,M]of t.adjustUniforms)e.uniform1f(M,n.adjust[F]);for(let[F,M]of t.detailUniforms)e.uniform1f(M,n.details[F]);e.uniform1f(t.grainSeed,c),e.uniform1f(t.effectTime,m);for(let[F,M]of t.effectUniforms)e.uniform1f(M,n.effects[F]);let R=n.palette??(n.effects.engraving>0||n.effects.crosshatch>0?Hg:sa),T=R[R.length-1]??sa[1];e.uniform1f(t.paletteSize,R.length),Qt(e,t.palette0,R[0]??sa[0]),Qt(e,t.palette1,R[1]??T),Qt(e,t.palette2,R[2]??T),Qt(e,t.palette3,R[3]??T),Qt(e,t.palette4,R[4]??T),Qt(e,t.palette5,R[5]??T),e.uniform1f(t.intensity,n.intensity),e.uniform1f(t.compareEnabled,l.enabled?1:0),e.uniform1f(t.comparePosition,l.position),e.uniform1f(t.compareSoftness,l.softness),e.uniform1f(t.compareLineWidth,l.lineWidth)}function wb(e){if(!e.sourceHidden){let t=e.element.getAttribute(Tr);t!==null?(e.sourceInlineOpacity=t===""?null:t,e.sourceInlineOpacityPriority=""):(e.sourceInlineOpacity=e.element.style.getPropertyValue("opacity")||null,e.sourceInlineOpacityPriority=e.element.style.getPropertyPriority("opacity"))}e.element.setAttribute(Cn,"true"),e.element.style.setProperty("opacity","0","important"),e.sourceHidden=!0}function ot(e){let t=kl.find(n=>n.path===e);if(!t)throw new Error(`Missing color-grading animation property: ${e}`);return t}var cd=ot("intensity"),dd=ot("lut.intensity"),fd=ot("adjust.exposure"),md=ot("effects.kuwahara"),pd=[["blur",ot("effects.blur")],["bloom",ot("effects.bloom")],["kuwahara",md],["pixelate",ot("effects.pixelate")],["ascii",ot("effects.ascii")],["dither",ot("effects.dither")]],hd=[cd,dd,fd,...pd.map(([,e])=>e)];function Nt(e,t){let n=e.style.getPropertyValue(t.name);if(!n)return null;let r=Number(n);return Number.isFinite(r)?Math.min(t.max,Math.max(t.min,r)):null}function Kn(e,t){return t!==null&&(Ll(t)||hd.some(n=>Nt(e,n)!==null))}function Tb(e,t){let n=null;for(let[r,i]of pd){let o=Nt(e,i);o!==null&&(n??(n={...t.effects}),n[r]=o)}return n}function Rb(e){let{element:t,grading:n}=e,r=Nt(t,cd),i=Nt(t,dd),o=Nt(t,fd),a=Tb(t,n);if(![r,i,o].some(u=>u!==null)&&a===null)return n;let s={...n,adjust:o===null?n.adjust:{...n.adjust,exposure:o},effects:a??n.effects};return r!==null&&(s.intensity=r),n.lut&&i!==null&&(s.lut={...n.lut,intensity:i}),s}function gd(e,t,n){e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,t),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,!0),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,n)}function bd(e,t,n){let r=[t.texture,n.blurTexture,t.lutTexture,n.kuwaharaTexture,n.bloomTexture,t.advancedTexture];for(let[i,o]of r.entries())e.activeTexture(e.TEXTURE0+i),e.bindTexture(e.TEXTURE_2D,o)}function Le(e){if(e.destroyed||e.contextLost)return!1;let t=sd(e.element);if(!t)return e.hasDrawn||(e.canvas.style.display="none"),!1;let n=id(t);if(!n)return!1;let r=t instanceof HTMLElement?t:e.element,i=e.element.style.getPropertyValue("opacity"),o=e.element.style.getPropertyPriority("opacity"),a=e.sourceHidden&&i==="0"&&o==="important",l=e.element.style.getPropertyValue("visibility"),s=gb(t);s&&bb(e,t);let u=window.getComputedStyle(s?t:e.element);(s||!a)&&(e.sourceOpacityForCanvas=u.opacity||"1"),e.sourceVisibleForCanvas=(s||l!=="hidden")&&u.visibility!=="hidden";let c=vb(e,r);if(!c)return!1;let m=window.getComputedStyle(r),f=ld(c.width,c.height,n.width,n.height,m.objectFit,m.objectPosition),{gl:p,program:b}=e;try{let v=Rb(e),x=hb(e);gd(p,b.texture,t);let w=Nt(e.element,md)!==null,R=rd(e,v,c,f,{preserveKuwahara:w});p.bindFramebuffer(p.FRAMEBUFFER,null),p.viewport(0,0,c.width,c.height),p.useProgram(b.program),bd(p,b,R);let T=window.__player?.getTime?.(),F=typeof T=="number"&&Number.isFinite(T)?Math.max(0,T):e.element instanceof HTMLVideoElement?Math.max(0,e.element.currentTime):0,M=e.grainSeed+Math.floor(F*60);return ud(p,b,v,x,R.blurReady,R.bloomReady,R.kuwaharaReady,e.compare,c,f,M,F),Xn(p,b),wb(e),e.hasDrawn=!0,e.drawError=null,!0}catch(v){return e.drawError=v instanceof Error?v.message:"Shader draw failed",L("runtime.colorGrading.drawEntry",v),!1}}function kb(e,t,n){let r=e.getBoundingClientRect(),i=e.offsetWidth||r.width||t.width,o=e.offsetHeight||r.height||t.height,a=Math.min(320,Math.max(64,Math.round(n??160))),l=i>0&&o>0?i/o:t.width/t.height;return l>=1?{width:a,height:Math.max(1,Math.round(a/l))}:{width:Math.max(1,Math.round(a*l)),height:a}}function Fb(){let e=document.createElement("canvas"),t=ma(e);return t?{canvas:e,...t,lut:null,effectTargets:null,kuwaharaTargets:null,effectError:null}:null}function Mb(e,t){let n=t?void 0:window.__player?.getTime?.();return typeof n=="number"&&Number.isFinite(n)?Math.max(0,n):e instanceof HTMLVideoElement?Math.max(0,e.currentTime):0}function Nb(e,t,n,r){let i=sd(t);if(!i)return null;let o=id(i);if(!o)return null;let a=kb(t,o,n);e.canvas.width=a.width,e.canvas.height=a.height;let l=i instanceof HTMLElement?i:t,s=window.getComputedStyle(l),u=ld(a.width,a.height,o.width,o.height,s.objectFit,s.objectPosition);return gd(e.gl,e.program.texture,i),{dimensions:a,uv:u,effectTime:Mb(t,r),grainSeed:ed(t)+(t instanceof HTMLVideoElement?Math.floor(t.currentTime*60):0)}}async function Lb(e,t,n,r,i=!1){let o=Nb(e,t,r,i);if(!o)return null;let{dimensions:a,uv:l,grainSeed:s,effectTime:u}=o,c=[];for(let m of n.slice(0,32)){let f=kr(m.grading);if(!f){c.push({id:m.id,dataUrl:null,error:"Invalid grading"});continue}let p=null;try{f.lut&&(e.lut?.src!==f.lut.src&&(e.lut=tb(e,f.lut.src,await eb(f.lut.src))),p=e.lut),c.push({id:m.id,dataUrl:Db(e,f,p,a,l,s,u)})}catch(b){c.push({id:m.id,dataUrl:null,error:ri(b)})}}return{...a,images:c}}function Db(e,t,n,r,i,o,a){let{canvas:l,gl:s,program:u}=e,c=rd(e,t,r,i,{releaseIdleTargets:!1});return s.bindFramebuffer(s.FRAMEBUFFER,null),s.viewport(0,0,r.width,r.height),s.useProgram(u.program),bd(s,u,c),n||(e.lut=null),ud(s,u,t,n,c.blurReady,c.bloomReady,c.kuwaharaReady,Zt,r,i,o,a),Xn(s,u),l.toDataURL("image/png")}function Je(e,t,n,r){t.addEventListener(n,r),e.cleanup.push(()=>t.removeEventListener(n,r))}function Ib(e){e.animationFrame!==null&&(window.cancelAnimationFrame(e.animationFrame),e.animationFrame=null),e.videoFrameHandle!==null&&e.element instanceof HTMLVideoElement&&(e.element.cancelVideoFrameCallback?.(e.videoFrameHandle),e.videoFrameHandle=null)}function Jn(e){if(e.destroyed||!(e.element instanceof HTMLVideoElement)||e.videoFrameHandle!==null||e.animationFrame!==null)return;let t=e.element,n=t;if(typeof n.requestVideoFrameCallback=="function"){e.videoFrameHandle=n.requestVideoFrameCallback(()=>{e.videoFrameHandle=null,Le(e),!e.destroyed&&!t.paused&&!t.ended&&Jn(e)});return}e.animationFrame=window.requestAnimationFrame(()=>{e.animationFrame=null,Le(e),!e.destroyed&&!t.paused&&!t.ended&&Jn(e)})}function Pb(e){let t=()=>{Le(e)};if(Je(e,e.element,"load",t),Je(e,e.element,"loadedmetadata",t),Je(e,e.element,"loadeddata",t),Je(e,e.element,"seeked",t),Je(e,e.element,"timeupdate",t),Je(e,window,"resize",t),e.element instanceof HTMLVideoElement&&(Je(e,e.element,"play",()=>Jn(e)),Je(e,e.element,"pause",t)),Je(e,e.canvas,"webglcontextlost",n=>{n.preventDefault(),e.contextLost=!0,e.drawError="WebGL context lost",e.canvas.style.display="none",fa(e)}),Je(e,e.canvas,"webglcontextrestored",()=>{if(e.contextLost=!1,!rb(e)){e.contextLost=!0,e.drawError="WebGL context restore failed",fa(e);return}e.drawError=null,Le(e)}),typeof ResizeObserver<"u"&&(e.resizeObserver=new ResizeObserver(t),e.resizeObserver.observe(e.element)),typeof MutationObserver<"u"){let n=()=>{let a=e.element.style;return`${a.transform}|${a.translate}|${a.rotate}|${a.scale}|${a.left}|${a.top}|${a.width}|${a.height}`},r=n(),i=!1,o=new MutationObserver(()=>{i||n()!==r&&(i=!0,requestAnimationFrame(()=>{i=!1,r=n(),Le(e)}))});o.observe(e.element,{attributes:!0,attributeFilter:["style"]}),e.cleanup.push(()=>o.disconnect())}}function Ob(e){if(e.destroyed)return null;e.destroyed=!0,Ib(e),e.resizeObserver?.disconnect();for(let t of e.cleanup)t();return e.cleanup.length=0,e.canvas.remove(),ha(e),ga(e),fa(e),e.touchedParent&&(e.parentInlinePosition===null?e.touchedParent.style.removeProperty("position"):e.touchedParent.style.position=e.parentInlinePosition),{canvas:e.canvas,gl:e.gl,program:e.program,effectTargets:null,kuwaharaTargets:null,effectError:null}}function xd(e,t){return e.removeAttribute("style"),t.id?e.id=`${Cl}${t.id}`:e.removeAttribute("id"),e.className=Ig,e.setAttribute(Dg,"true"),e.setAttribute("data-hyperframes-ignore",""),e.setAttribute("data-hyperframes-picker-ignore",""),e.setAttribute("data-hf-ignore",""),e.setAttribute("aria-hidden","true"),e.style.pointerEvents="none",e.style.display="none",t.parentNode?.insertBefore(e,t.nextSibling),e}function Hb(e){return xd(document.createElement("canvas"),e)}function yd(){let e=new WeakMap,t=new Set,n=[],r=null,i=null,o=Promise.resolve(),a=!1,l=(A,S,E)=>{let _=e.get(A);if(_)return _.grading=S,_.source=E,Le(_),A instanceof HTMLVideoElement&&!A.paused&&Jn(_),!0;let N=n.pop();if(N)xd(N.canvas,A);else{let H=Hb(A),z=ma(H);if(!z)return H.remove(),!1;N={canvas:H,gl:z.gl,program:z.program,effectTargets:null,kuwaharaTargets:null,effectError:null}}let D={element:A,...N,grading:S,compare:{...Zt},lut:null,lutLoadingSrc:null,lutError:null,drawError:null,effectTargets:null,kuwaharaTargets:null,effectError:null,source:E,animationFrame:null,videoFrameHandle:null,resizeObserver:null,cleanup:[],touchedParent:null,parentInlinePosition:null,sourceHidden:!1,sourceInlineOpacity:null,sourceInlineOpacityPriority:"",sourceOpacityForCanvas:window.getComputedStyle(A).opacity||"1",sourceVisibleForCanvas:window.getComputedStyle(A).visibility!=="hidden",hasDrawn:!1,contextLost:!1,grainSeed:ed(A),destroyed:!1};return e.set(A,D),t.add(A),Pb(D),Le(D),A instanceof HTMLVideoElement&&!A.paused&&Jn(D),!0},s=(A,S)=>{if(a)return!1;let E=jn(A);if(!E)return!1;let _=e.get(E);if(!_){let N=Jr(E);if(!Kn(E,N)||!l(E,N,"attribute"))return!1;_=e.get(E)}return _?(_.compare=Qg(S),Le(_),!0):!1},u=A=>{let S=e.get(A);if(!S)return;let E=Ob(S);E&&(S.contextLost||n.length>=Og?Zr(E,!0):n.push(E)),e.delete(A),t.delete(A)},c=()=>{if(a)return 0;let A=new Set;document.querySelectorAll(`video[${An}], img[${An}]`).forEach(E=>{if(!Ft(E))return;A.add(E);let _=Jr(E);Kn(E,_)&&(Vc(E)||Kc(E))?l(E,_,"attribute"):u(E)});for(let E of t){let _=e.get(E);_&&(!E.isConnected||_.source==="attribute"&&!A.has(E))&&u(E)}return t.size},m=()=>{if(a)return 0;let A=0;for(let S of t){let E=e.get(S);E&&Le(E)&&(A+=1)}return A},f=async()=>{let A=new Set;for(let S of t){let E=e.get(S)?.grading.lut;if(!E?.src.trim()||(E.intensity??1)<=0)continue;let _=pa(E.src);_.state==="pending"&&A.add(_.promise)}return A.size>0&&await Promise.allSettled(A),m(),A.size},p=()=>{if(a)return 0;let A=0;for(let S of t){let E=e.get(S);!E||!hd.some(N=>Nt(S,N)!==null)||S instanceof HTMLVideoElement&&!S.paused&&!S.ended||Le(E)&&(A+=1)}return A},b=(A,S)=>{if(a)return!1;let E=jn(A);if(!E)return!1;let _=kr(S);return Kn(E,_)?l(E,_,"live"):(u(E),!0)},v=(A,S)=>{if(!Ft(A))return!1;let E=e.get(A);if(!E){if(!S)return!1;let _=Jr(A);return Kn(A,_)&&l(A,_,"attribute")}return E.sourceVisibleForCanvas=S,!S&&E.source==="attribute"&&u(A),!0},x=A=>{let S=jn(A);if(!S)return{state:"missing",message:"Media not found"};let E=e.get(S);if(E)return E.effectError?{state:"unavailable",message:E.effectError}:E.drawError?{state:"unavailable",message:E.drawError}:E.lutError?{state:"unavailable",message:`LUT error: ${E.lutError}`}:E.grading.lut&&E.lutLoadingSrc?{state:"pending",message:"Loading LUT"}:E.canvas.style.display==="none"?{state:"pending",message:"Waiting for media frame"}:{state:"active",message:E.lut?"Shader + LUT active":"Shader active"};let _=Jr(S);return Kn(S,_)?!Vc(S)&&!Kc(S)?{state:"pending",message:"Waiting for visible media"}:{state:"unavailable",message:"WebGL unavailable"}:{state:"inactive",message:"No grading applied"}},w=async(A,S,E)=>{let _=async()=>{if(a||S.length===0)return null;let D=jn(A);return!D||(i??(i=Fb()),!i)?null:Lb(i,D,S,E?.maxDimension,E?.useMediaTime)},N=o.then(_,_);return o=N.then(()=>{},()=>{}),N},R=A=>{let S=jn(A);if(!(S instanceof HTMLVideoElement))return null;if(!S.paused)return()=>{};let E=S.currentTime,_=S.loop,N=S.muted;return S.loop=!0,S.muted=!0,(S.ended||Number.isFinite(S.duration)&&E>=S.duration)&&(S.currentTime=0),S.play().catch(()=>{}),()=>{S.pause(),S.loop=_,S.muted=N,S.currentTime=E}},T=()=>{if(!a){a=!0,r?.disconnect(),r=null;for(let A of t)u(A);for(let A of n)Zr(A,!0);n.length=0,i&&(Zr(i,!0),i=null)}};document.body&&(r=new MutationObserver(()=>c()),r.observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[An]}));let F={refresh:c,redraw:m,redrawAnimated:p,waitForActiveLuts:f,setGrading:b,setCompare:s,setSourceVisibility:v,getStatus:x,renderPreviews:w,startPreviewPlayback:R,destroy:T},M=window;return M.__hf=M.__hf||{},M.__hf.colorGrading=F,c(),F}var ii=class{constructor(t){ge(this,"_baseTime",0);ge(this,"_playStartMs",null);ge(this,"_rate",1);ge(this,"_duration",1/0);ge(this,"_nowMs");ge(this,"_audioSource",null);this._baseTime=t?.initialTime??0,this._rate=t?.rate??1,this._duration=t?.duration??1/0,this._nowMs=t?.nowMs??(()=>performance.now())}now(){if(this._playStartMs===null)return this._baseTime;if(this._audioSource){let r=null;if("currentTimeSeconds"in this._audioSource)r=this._audioSource.currentTimeSeconds;else{let{el:i,compositionStart:o,mediaStart:a}=this._audioSource;!i.paused&&Number.isFinite(i.currentTime)&&(r=(i.currentTime-a)/(i.playbackRate>0?i.playbackRate:1)*this._rate+o)}if(r!==null)return Number.isFinite(this._duration)&&r>=this._duration?this._duration:Math.max(0,r)}let t=(this._nowMs()-this._playStartMs)/1e3,n=this._baseTime+t*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(t){let n=Number.isFinite(this._duration)?Math.max(0,Math.min(t,this._duration)):Math.max(0,t);this._baseTime=n,this._playStartMs!==null&&(this._playStartMs=this._nowMs())}isPlaying(){return this._playStartMs!==null}setRate(t){let n=Number.isFinite(t)&&t>0?Math.max(.1,Math.min(5,t)):1;this._playStartMs!==null&&(this._baseTime=this.now(),this._playStartMs=this._nowMs()),this._rate=n}getRate(){return this._rate}setDuration(t){this._duration=Number.isFinite(t)&&t>0?t:1/0,this._baseTime>this._duration&&(this._baseTime=this._duration)}getDuration(){return this._duration}attachAudioSource(t){this._audioSource=t}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:t}=this._audioSource;if(!t.paused&&Number.isFinite(t.currentTime))return"audio"}return"monotonic"}snapshot(){return{time:this.now(),playing:this.isPlaying(),rate:this._rate,duration:this._duration,source:this.getSource()}}reachedEnd(){return Number.isFinite(this._duration)&&this.now()>=this._duration}};var Gb=100,Bb=8,Ub=4096,ba=e=>e;function Wb(e,t,n){return!(!!e.curve||e.viaX!==void 0&&e.viaY!==void 0)&&t==="linear"&&!n}function Vb(e){let t=Math.ceil(e*Gb);return Math.min(Ub,Math.max(Bb,t))}function zb(e,t,n,r,i){let{scheduledAt:o,elapsed:a,rate:l}=r,s=i??ba,u=R=>o+(R-a)/l,c=e.points[t],m=e.points[t+1],f=u(m.t);if(f<=o)return null;let p=Math.max(o,u(c.t)),b=f-p;if(b<=0)return null;if(Wb(c,n,i))return{kind:"ramp",time:f,value:s(m.v)};let v=Vb(b),x=Xs(e,Math.max(c.t,a),m.t,v,n),w=new Float32Array(v);for(let R=0;R<v;R+=1)w[R]=s(x[R]??0);return{kind:"curve",time:p,duration:b,values:w}}function qb(e,t,n,r){let i=[];for(let a=0;a+1<e.points.length;a+=1){let l=zb(e,a,t,n,r);l&&i.push(l)}let o=i[0];return o?.kind==="curve"&&o.time<=n.scheduledAt||i.unshift({kind:"set",time:n.scheduledAt,value:(r??ba)(xn(e,n.elapsed,t))}),i}function $b(e,t){for(let n of t)if(n.kind==="set")e.setValueAtTime(n.value,n.time);else if(n.kind==="ramp")e.linearRampToValueAtTime(n.value,n.time);else try{e.setValueCurveAtTime(n.values,n.time,n.duration)}catch{let r=n.values[n.values.length-1]??0;e.linearRampToValueAtTime(r,n.time+n.duration)}}function xa(e){for(let t of e)t.param.cancelScheduledValues(0)}function Zn(e,t){for(let n of e)typeof n.param.cancelAndHoldAtTime=="function"?n.param.cancelAndHoldAtTime(t):n.param.cancelScheduledValues(t)}function ya(e,t,n,r){if(t.points.length!==0)for(let i of e){if(xa([i]),Ys(t)){let o=(i.map??ba)(t.points[0].v);i.param.setValueAtTime(o,r.scheduledAt);continue}$b(i.param,qb(t,n,r,i.map))}}function vd(e,t,n,r,i){let o=new Map(n.filter(l=>l.id).map(l=>[l.id,l.handle])),a=[];for(let l of e.lanes){let s=bn(l.target);if(!s)continue;let u=s.kind==="preset"?i?.[s.presetId]:s.kind==="fx"?o.get(s.nodeId)?.automation?.[s.param]:void 0;if(!u||u.length===0)continue;let c=Ui(l.target,t);c&&(ya(u,l,c.scale,r),a.push(...u))}return a}function Sd(e){return e.lanes.find(t=>t.target===Gt)??null}var jb=`\nconst dbToLin = (db) => Math.pow(10, db / 20);\n\n/**\n * One-pole envelope followers, one per channel.\n *\n * Per channel matters: the followers advance once per sample, so a single shared\n * follower stepped once per channel per sample. On stereo that ran a 20 ms attack\n * as 10 ms, and gave the right channel a gain computed from an envelope that had\n * already traversed the left \\u2014 so the two channels ducked by different amounts\n * from the same input and the image pumped.\n */\nclass EnvBank {\n constructor(attackMs, releaseMs) { this.set(attackMs, releaseMs); this.values = []; }\n set(attackMs, releaseMs) {\n this.a = Math.exp(-1 / (sampleRate * Math.max(1e-5, attackMs / 1000)));\n this.r = Math.exp(-1 / (sampleRate * Math.max(1e-5, releaseMs / 1000)));\n }\n push(ch, x) {\n const prev = this.values[ch] ?? 0;\n const m = Math.abs(x);\n const c = m > prev ? this.a : this.r;\n const next = m + c * (prev - m);\n this.values[ch] = next;\n return next;\n }\n}\n\n/** Soft-knee gain computer in dB, matching acompressor\'s shape. */\nfunction kneeGain(envDb, thresholdDb, ratio, kneeDb) {\n const over = envDb - thresholdDb;\n if (kneeDb > 0 && over > -kneeDb && over < kneeDb) {\n const t = (over + kneeDb) / (2 * kneeDb);\n return -((1 - 1 / ratio) * kneeDb * t * t);\n }\n return over > 0 ? -(over * (1 - 1 / ratio)) : 0;\n}\n\n// log10/exp per sample is the single most expensive thing a dynamics processor\n// can do on the audio thread, and every sample below the knee needs neither:\n// its gain is exactly unity. Comparing envelopes in the linear domain lets the\n// quiet majority of samples skip the transcendentals entirely.\nconst LN10_OVER_20 = Math.LN10 / 20;\nconst dbToLinFast = (db) => Math.exp(db * LN10_OVER_20);\n\nclass HfCompressor extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 20, this.p.release ?? 250);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 20, this.p.release ?? 250);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const makeup = dbToLin(p.makeup ?? 0);\n const mix = p.mix ?? 1;\n // Knee is expressed as a ratio in FFmpeg; convert to dB width.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const thresholdDb = p.threshold ?? -24;\n const ratio = p.ratio ?? 4;\n // Below this the gain computer returns unity, so the sample needs no\n // logarithm at all.\n const kneeStartLin = dbToLin(thresholdDb - kneeDb);\n const dry = 1 - mix;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n // Per-channel follower, and the sub-knee shortcut: below the knee the\n // gain is exactly unity, so the sample needs no logarithm at all.\n const env = this.env.push(ch, x);\n if (env <= kneeStartLin) {\n out[n] = x * makeup * mix + x * dry;\n continue;\n }\n const envDb = 20 * Math.log10(env);\n const g = dbToLinFast(kneeGain(envDb, thresholdDb, ratio, kneeDb));\n out[n] = x * g * makeup * mix + x * dry;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-compressor", HfCompressor);\n\nclass HfLimiter extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 5, this.p.release ?? 50);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 5, this.p.release ?? 50);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const ceiling = dbToLin(this.p.limit ?? -1);\n const outGain = dbToLin(this.p.level_out ?? 0);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n // Only ever attenuate: a limiter that can raise level is a compressor.\n const g = env > ceiling ? ceiling / env : 1;\n out[n] = x * g * outGain;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-limiter", HfLimiter);\n\nclass HfGate extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 1, this.p.release ?? 100);\n this.gains = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 1, this.p.release ?? 100);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const threshold = dbToLin(p.threshold ?? -35);\n const floor = dbToLin(p.range ?? -24);\n const ratio = p.ratio ?? 10;\n // Knee is declared in the registry as a ratio, like the compressor\'s; a\n // hard threshold ignored it and chattered on material sitting right at the\n // gate point.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const kneeLin = dbToLin((p.threshold ?? -35) + kneeDb);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n let target = 1;\n // Above the threshold the gate is fully open; skip the pow entirely.\n if (env < threshold) {\n const under = env > 1e-9 ? threshold / env : 1e9;\n target = Math.max(floor, 1 / Math.pow(under, ratio - 1));\n if (!isFinite(target)) target = floor;\n }\n // Smooth toward the target so the gate does not click on every sample.\n const held = this.gains[ch] ?? 1;\n const c = target < held ? this.env.r : this.env.a;\n const smoothed = target + c * (held - target);\n this.gains[ch] = smoothed;\n out[n] = x * smoothed;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-gate", HfGate);\n\nclass HfBitcrush extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.holds = [];\n this.held = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const levels = Math.pow(2, (p.bits ?? 8) - 1);\n const step = Math.max(1, Math.round(p.samples ?? 1));\n const mix = p.mix ?? 1;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n if (this.held[ch] === undefined) this.held[ch] = 0;\n if (this.holds[ch] === undefined) this.holds[ch] = 0;\n for (let n = 0; n < inp.length; n++) {\n // Per channel: advancing one shared counter only on the last channel\n // left every earlier channel either unheld or frozen for a whole\n // 128-sample quantum, clicking once a block.\n if (this.holds[ch] === 0) this.held[ch] = Math.round(inp[n] * levels) / levels;\n out[n] = this.held[ch] * mix + inp[n] * (1 - mix);\n this.holds[ch] = (this.holds[ch] + 1) % step;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-bitcrush", HfBitcrush);\n`,va=new WeakMap;function Sa(e){return Ed.has(e)}var Ed=new WeakSet;function Ea(e){let t=va.get(e);return t||(t=(async()=>{if(!e.audioWorklet)throw new Error("AudioWorklet is unavailable \\u2014 the page needs a secure context (https, localhost or file://)");let n=`data:text/javascript;base64,${btoa(String.fromCharCode(...new TextEncoder().encode(jb)))}`;await e.audioWorklet.addModule(n),Ed.add(e)})().catch(n=>{throw va.delete(e),n}),va.set(e,t)),t}function Kb(e,t,n){let r=.6+Math.max(0,Math.min(1,t))*2.6,i=Math.max(1,Math.floor(e*r)),o=new Float32Array(i),a=Math.round(t*1e3)*2654435761+Math.round(n*1e3)*40503>>>0,l=()=>(a=a*1664525+1013904223>>>0,a/4294967295*2-1),s=Math.max(.001,1-Math.max(0,Math.min(1,n))),u=0,c=0;for(let f=0;f<i;f++){u+=s*(l()-u);let p=u*Math.pow(1-f/i,2.5);o[f]=p,c+=p*p}let m=Math.sqrt(c);if(m>0)for(let f=0;f<i;f++)o[f]=(o[f]??0)/m;return o}var ue=e=>typeof e=="number"?e:Number(e??0),Aa=e=>e/1e3;function wd(e,t,n,r){let i=Math.max(1,Math.round(e.sampleRate)),o=e.createBuffer(1,i,e.sampleRate),a=o.getChannelData(0);for(let u=0;u<i;u++){let c=u/i;a[u]=t==="sine"?Math.sin(2*Math.PI*c):4*Math.abs((c+.75)%1-.5)-1}let l=e.createBufferSource();l.buffer=o,l.loop=!0,l.playbackRate.value=n;let s=(r*n%1+1)%1*(i/e.sampleRate);return l.start(typeof e.currentTime=="number"?e.currentTime:0,s),l}function Td(e){try{e.stop()}catch{}e.disconnect()}function Ca(e,t){return[{param:e},{param:t,map:n=>1-n}]}function Rd(e,t,n){e.gain.value=n,t.gain.value=1-n}function _a(e,t,n){return{input:e,output:e,update:t,automation:n,dispose:()=>e.disconnect()}}var Yb=new Set(["peaking","highpass","lowpass"]),Ad=e=>Math.pow(10,e/20),Xb=(e,t)=>{let n=e.createGain(),r=i=>{n.gain.value=Ad(ue(i.gain))};return r(t),_a(n,r,{gain:[{param:n.gain,map:Ad}]})};function er(e,t){return(n,r)=>{let i=n.createBiquadFilter();i.type=e;let o=a=>{i.frequency.value=ue(a.frequency),a.q!==void 0&&(i.Q.value=ue(a.q)),t&&(i.gain.value=ue(a.gain))};return o(r),_a(i,o,{frequency:[{param:i.frequency}],...Yb.has(e)?{q:[{param:i.Q}]}:{},...t?{gain:[{param:i.gain}]}:{}})}}function Jb(e){return(t,n)=>{let r=Math.tan(Math.PI*ue(n.frequency)/t.sampleRate),i=e==="highpass"?t.createIIRFilter([1/(1+r),-1/(1+r)],[1,(r-1)/(r+1)]):t.createIIRFilter([r/(1+r),r/(1+r)],[1,(r-1)/(r+1)]);return _a(i,()=>{})}}function oi(e){return(t,n)=>{let r=new AudioWorkletNode(t,e,{processorOptions:{...n}});return{input:r,output:r,update:i=>r.port.postMessage({...i}),dispose:()=>{r.port.postMessage({__hfDispose:!0}),r.disconnect()}}}}var Qb={tanh:Math.tanh,atan:e=>2/Math.PI*Math.atan(Math.PI/2*e),cubic:e=>Math.abs(e)>=1?Math.sign(e):e-e**3/3,exp:e=>Math.sign(e)*(1-Math.exp(-Math.abs(e))),alg:e=>e/Math.sqrt(1+e*e),quintic:e=>Math.abs(e)>=1?Math.sign(e):e-e**5/5,sin:e=>Math.abs(e)>=1?Math.sign(e):Math.sin(Math.PI/2*e),erf:e=>Math.tanh(1.20211*e),hard:e=>Math.max(-1,Math.min(1,e))},Zb=(e,t)=>{let n=e.createWaveShaper(),r=e.createGain(),i=e.createGain();r.connect(n).connect(i);let o=a=>{let l=Qb[String(a.type)]??Math.tanh,s=Math.pow(10,ue(a.threshold)/20),u=8192,c=new Float32Array(u);for(let m=0;m<u;m++){let f=m/(u-1)*2-1;c[m]=l(f/Math.max(1e-6,s))*s}n.curve=c,n.oversample=ue(a.oversample)>=4?"4x":ue(a.oversample)>=2?"2x":"none",i.gain.value=Math.pow(10,ue(a.output)/20)};return o(t),{input:r,output:i,update:o,automation:{output:[{param:i.gain,map:a=>Math.pow(10,a/20)}]},dispose:()=>{r.disconnect(),n.disconnect(),i.disconnect()}}},ex=(e,t)=>{let n=e.createGain(),r=e.createGain(),i=e.createDelay(5),o=e.createGain(),a=e.createGain(),l=e.createGain();n.connect(i),i.connect(o),o.connect(i),i.connect(a).connect(r),n.connect(l).connect(r);let s=u=>{i.delayTime.value=Math.min(5,ue(u.time)/1e3),o.gain.value=ue(u.feedback),Rd(a,l,ue(u.mix))};return s(t),{input:n,output:r,update:s,automation:{time:[{param:i.delayTime,map:u=>Math.min(5,Aa(u))}],feedback:[{param:o.gain}],mix:Ca(a.gain,l.gain)},dispose:()=>[n,r,i,o,a,l].forEach(u=>u.disconnect())}},tx=(e,t,n)=>{let r=e.createGain(),i=e.createGain(),o=e.createDelay(.5),a=wd(e,"sine",ue(t.speed),n),l=e.createGain(),s=e.createGain(),u=e.createGain();a.connect(l).connect(o.delayTime),r.connect(o).connect(s).connect(i),r.connect(u).connect(i);let c=m=>{o.delayTime.value=ue(m.delay)/1e3,l.gain.value=ue(m.depth)/1e3,a.playbackRate.value=ue(m.speed),Rd(s,u,ue(m.mix))};return c(t),{input:r,output:i,update:c,automation:{delay:[{param:o.delayTime,map:Aa}],depth:[{param:l.gain,map:Aa}],speed:[{param:a.playbackRate}],mix:Ca(s.gain,u.gain)},dispose:()=>{Td(a),[r,i,o,l,s,u].forEach(m=>m.disconnect())}}},nx=6,rx=(e,t,n)=>{let r=e.createGain(),i=e.createGain(),o=e.createGain(),a=e.createGain(),l=wd(e,String(t.type)==="1"?"sine":"triangle",ue(t.speed),n),s=e.createGain(),u=e.createGain(),c=e.createGain(),m=[];r.connect(o);let f=o;for(let b=0;b<nx;b++){let v=e.createBiquadFilter();v.type="allpass",v.Q.value=.7071,s.connect(v.frequency),f.connect(v),f=v,m.push(v)}l.connect(s),f.connect(u).connect(a),o.connect(c).connect(a),a.connect(i);let p=b=>{let v=1e3/Math.max(.1,ue(b.delay));for(let x of m)x.frequency.value=v;s.gain.value=v*ue(b.decay),l.playbackRate.value=ue(b.speed),o.gain.value=ue(b.in_gain),a.gain.value=ue(b.out_gain),u.gain.value=1,c.gain.value=1};return p(t),{input:r,output:i,update:p,automation:{speed:[{param:l.playbackRate}],in_gain:[{param:o.gain}],out_gain:[{param:a.gain}]},dispose:()=>{Td(l),[r,i,o,a,s,u,c,...m].forEach(b=>b.disconnect())}}},ix=(e,t)=>{let n=e.createGain(),r=e.createGain(),i=e.createConvolver(),o=e.createGain(),a=e.createGain();i.normalize=!1,n.connect(i).connect(o).connect(r),n.connect(a).connect(r);let l="",s=u=>{let c=`${ue(u.size)}:${ue(u.damping)}`;if(c!==l){let m=Kb(e.sampleRate,ue(u.size),ue(u.damping)),f=e.createBuffer(1,m.length,e.sampleRate);f.getChannelData(0).set(m),i.buffer=f,l=c}o.gain.value=ue(u.wet),a.gain.value=ue(u.dry)};return s(t),{input:n,output:r,update:s,automation:{wet:[{param:o.gain}],dry:[{param:a.gain}]},dispose:()=>[n,r,i,o,a].forEach(u=>u.disconnect())}},ox={"gain-node":Xb,"biquad-peaking":er("peaking",!0),"biquad-lowshelf":er("lowshelf",!0),"biquad-highshelf":er("highshelf",!0),"biquad-highpass":er("highpass",!1),"biquad-lowpass":er("lowpass",!1),"worklet-compressor":oi("hf-compressor"),"worklet-limiter":oi("hf-limiter"),"worklet-gate":oi("hf-gate"),"worklet-bitcrush":oi("hf-bitcrush"),waveshaper:Zb,"delay-feedback":ex,"chorus-lfo":tx,"allpass-phaser":rx,convolver:ix};function kd(e){return e.nodes.some(t=>mn(t.type)?.web.startsWith("worklet-")??!1)}function ax(e,t,n,r=0){let i=mn(t);if(!i)throw new Error(`Unknown effect type: ${t}`);let o=pn(t,n);if((t==="highpass"||t==="lowpass")&&String(o.poles)==="1")return Jb(t)(e,o,r);let a=ox[i.web];if(!a)throw new Error(`No Web Audio builder for ${i.web}`);return a(e,o,r)}function Cd(e){let t=[];for(let n of e){let r=n.fromPreset,i=t.at(-1);if(i&&i.preset===r)i.nodes.push(n);else{let o=typeof n.presetAmount=="number"?n.presetAmount:1;t.push({...r?{preset:r}:{},amount:Math.min(1,Math.max(0,o)),nodes:[n]})}}return t}function _d(e){return hn(e).map(t=>{let n=pn(t.type,t.params),r=n.poles!==void 0?`:${n.poles}`:"",i=String(n.poles)==="1"?`@${n.frequency}`:"",o=t.type==="phaser"?`~${n.type}`:"",a=t.fromPreset?`%${t.fromPreset}`:"";return`${t.type}${r}${i}${o}${a}`}).join("|")}function Fd(e,t,n=0){var m;let r=e.createGain(),i=e.createGain(),o=[],a=[],l=Cd(hn(t)),s=r;for(let f of l){let p=null;if(f.preset){let b=e.createGain(),v=e.createGain(),x=e.createGain(),w=e.createGain();x.gain.value=f.amount,v.gain.value=1-f.amount,s.connect(b),b.connect(v).connect(w),p={entry:b,wet:x,dry:v,join:w},s=b}for(let b of f.nodes){let v=ax(e,b.type,b.params??{},n);s.connect(v.input),s=v.output,o.push({...b.id?{id:b.id}:{},type:b.type,handle:v})}p&&f.preset&&(s.connect(p.wet).connect(p.join),a.push({id:f.preset,...p}),s=p.join)}s.connect(i);let u=_d(t),c={};for(let f of a)(c[m=f.id]??(c[m]=[])).push(...Ca(f.wet.gain,f.dry.gain));return{input:r,output:i,presets:c,nodes:o,update(f){if(_d(f)!==u)return!1;hn(f).forEach((b,v)=>{let x=o[v];x&&(x.handle.update(pn(b.type,b.params)),b.id===void 0?delete x.id:x.id=b.id)});let p=0;for(let b of Cd(hn(f))){if(!b.preset)continue;let v=a[p++];!v||v.id!==b.preset||(v.wet.gain.value=b.amount,v.dry.gain.value=1-b.amount)}return!0},dispose(){for(let{handle:f}of o)f.dispose();for(let{entry:f,wet:p,dry:b,join:v}of a)f.disconnect(),p.disconnect(),b.disconnect(),v.disconnect();r.disconnect(),i.disconnect()}}}var Md={version:1,nodes:[]},Nd={version:1,lanes:[]};function Ld(e,t){let n=(typeof e.getAttribute=="function"?e.getAttribute(Ht):null)??"";if(!n)return Nd;try{return Ks(Sr(n),t)}catch{return Nd}}function tr(e){let t=(typeof e.getAttribute=="function"?e.getAttribute(xr):null)??"";if(!t)return{chain:Md,raw:""};try{return{chain:qs(t),raw:t}}catch{return{chain:Md,raw:""}}}function Dd(e){return Ld(e,tr(e).chain)}function wa(e,t,n,r,i){let{chain:o}=tr(t),a=null,l=[],s=!1,u=0,c=()=>{try{a?(n.disconnect(a.input),a.output.disconnect(r),a.dispose()):n.disconnect(r)}catch{}a=null},m=(T,F)=>{if(T.nodes.length===0){n.connect(r);return}if(kd(T)&&!Sa(e)){n.connect(r);let M=++u;Ea(e).then(()=>{s||M!==u||x(tr(t).chain)}).catch(()=>{});return}try{let M=Fd(e,T,F);n.connect(M.input),M.output.connect(r),a=M}catch{n.connect(r)}},f=(T,F)=>{l=F&&a?vd(Ld(t,T),T,a.nodes,F,a.presets):[]},p=i?{...i}:null;m(o,p?.elapsed??0),f(o,p);let b=()=>{if(!p)return null;let T=typeof e.currentTime=="number"?e.currentTime:p.scheduledAt;return{scheduledAt:T,elapsed:p.elapsed+(T-p.scheduledAt)*p.rate,rate:p.rate}},v=T=>{let F=b();F&&(Zn(l,F.scheduledAt),f(T,F))},x=T=>{let F=b();Zn(l,F?.scheduledAt??0),c(),m(T,F?.elapsed??0),f(T,F)},w=null,R=t;return typeof MutationObserver<"u"&&typeof R?.nodeType=="number"&&(w=new MutationObserver(()=>{let T=tr(t);l.length>0&&xa(l),!a||!a.update(T.chain)?x(T.chain):v(T.chain)}),w.observe(R,{attributes:!0,attributeFilter:[xr,Ht]})),{setRate:T=>{let F=b();s||!F||!Number.isFinite(T)||T<=0||T===F.rate||(p={...F,rate:T},Zn(l,F.scheduledAt),f(tr(t).chain,p))},dispose:()=>{s=!0,w?.disconnect(),l.length>0&&Zn(l,typeof e.currentTime=="number"?e.currentTime:0),a?.dispose()}}}function Ta(e){return!Number.isFinite(e)||e<=0?1:e}function sx(e,t){t||e.paused||!cr().__hfDebug||console.debug("[hyperframes] webAudioTransport claimed fallback-playing element:",e.currentSrc||e.getAttribute("src")||"")}function lx(e,t){let{elapsed:n,mediaStart:r,scheduledAt:i,globalRate:o,mediaRate:a,clipDuration:l}=t,s=Number.isFinite(l)&&l>0,u=l*a;if(n>=0){let m=n*a,f=u-m;return s&&f<=0?!1:(s?e.start(0,m+r,f):e.start(0,m+r),!0)}let c=-n/o;return s?e.start(i+c,r,u):e.start(i+c,r),!0}function Id(e,t,n){let r=Sd(Dd(e));r&&ya([{param:t.gain}],r,vr.scale,n)}function nr(e){return e.sourceKind==="buffer"}var ai=class{constructor(){ge(this,"_ctx",null);ge(this,"_bufferCache",new Map);ge(this,"_failedSrcs",new Set);ge(this,"_mediaElementSources",new WeakMap);ge(this,"_activeSources",[]);ge(this,"_masterGain",null);ge(this,"_masterVolume",1);ge(this,"_masterMuted",!1);ge(this,"_rateAnchorCtx",0);ge(this,"_rateAnchorComp",0);ge(this,"_rate",1);ge(this,"_paused",!0);ge(this,"_playGeneration",0)}async init(){try{return this._ctx=new AudioContext,this._masterGain=this._ctx.createGain(),this._masterGain.connect(this._ctx.destination),this.applyMasterGain(),!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(t){let n=t.currentSrc||t.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;let r;try{let i=await fetch(n,{cache:"no-store"});if(!i.ok)return L("webAudioTransport.fetch",new Error(`${i.status} ${n}`)),null;r=await i.arrayBuffer()}catch(i){return L("webAudioTransport.fetch",i),null}try{let i=await this._ctx.decodeAudioData(r);return this._bufferCache.set(n,i),i}catch(i){return this._failedSrcs.add(n),L("webAudioTransport.decode",i),null}}startGeneration(){return this._playGeneration+=1,this._playGeneration}currentGeneration(){return this._playGeneration}async scheduleMediaElementPlayback(t,n,r,i,o,a,l=1){if(!this._ctx||!this._masterGain||a!==this._playGeneration)return null;try{if(this._ctx.state==="suspended"&&await this._ctx.resume(),a!==this._playGeneration)return null;let s=this._mediaElementSources.get(t);s||(s=this._ctx.createMediaElementSource(t),this._mediaElementSources.set(t,s));let u=Ta(l),c=this._ctx.createGain();c.gain.value=o;let m=this._ctx.currentTime,f=i-n,p={scheduledAt:m,elapsed:f,rate:u},b=wa(this._ctx,t,s,c,p);c.connect(this._masterGain),Id(t,c,p),this._rate=u,this._rateAnchorCtx=m,this._rateAnchorComp=i;let v={fx:b,el:t,sourceNode:s,sourceKind:"media-element",gainNode:c,compositionStart:n,mediaStart:r,scheduledAt:m,priorMuted:t.muted,priorVolume:t.volume,mediaPlaybackRate:Te(t),bounded:!1};return t.volume=1,this._activeSources.push(v),this._paused=!1,v}catch(s){return L("webAudioTransport.mediaElementSource",s),null}}async schedulePlayback(t,n,r,i,o,a,l,s=1,u=Number.POSITIVE_INFINITY){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=Ta(s),m=Te(t),f=c*m,p=this._ctx.createBufferSource();p.buffer=n,p.playbackRate.value=f;let b=this._ctx.createGain();b.gain.value=a;let v=o-r,x=this._ctx.currentTime,w={scheduledAt:x,elapsed:v,rate:c},R=wa(this._ctx,t,p,b,w);if(b.connect(this._masterGain),Id(t,b,w),this._rate=c,this._rateAnchorCtx=x,this._rateAnchorComp=o,!lx(p,{elapsed:v,mediaStart:i,scheduledAt:x,globalRate:c,mediaRate:m,clipDuration:u}))return p.disconnect(),R?.dispose(),b.disconnect(),null;let T=t.muted;t.muted=!0,sx(t,T);let F={fx:R,el:t,sourceNode:p,sourceKind:"buffer",gainNode:b,compositionStart:r,mediaStart:i,scheduledAt:x,priorMuted:T,priorVolume:t.volume,mediaPlaybackRate:m,bounded:Number.isFinite(u)&&u>0};return this._activeSources.push(F),this._paused=!1,p.addEventListener("ended",()=>{let M=this._activeSources.indexOf(F);if(M!==-1){this._activeSources.splice(M,1),t.muted=T;try{p.disconnect(),R?.dispose(),b.disconnect()}catch{}this._activeSources.length===0&&(this._paused=!0)}}),F}catch(c){return L("webAudioTransport.schedule",c),null}}setRate(t){let n=Ta(t);if(n===this._rate)return!1;this._ctx&&!this._paused&&(this._rateAnchorComp=this.getTime(),this._rateAnchorCtx=this._ctx.currentTime),this._rate=n;for(let r of this._activeSources)try{nr(r)&&(r.sourceNode.playbackRate.value=n*r.mediaPlaybackRate),r.fx?.setRate(n)}catch(i){L("webAudioTransport.setRate",i)}return!0}hasBoundedActiveSources(){return this._activeSources.some(t=>nr(t)&&t.bounded)}stopAll(){for(let t of this._activeSources){try{nr(t)&&t.sourceNode.stop(),t.sourceNode.disconnect(),t.fx?.dispose(),t.gainNode.disconnect()}catch{}nr(t)?t.el.muted=t.priorMuted:t.el.volume=t.priorVolume}this._activeSources=[],this._paused=!0}setVolume(t){this._masterVolume=Math.max(0,Math.min(1,t)),this.applyMasterGain()}setElementVolume(t,n){let r=Ge(n);for(let i of this._activeSources)if(i.el===t)try{i.sourceKind==="media-element"&&(i.el.volume=1),i.gainNode.gain.value=r}catch(o){L("webAudioTransport.setElementVolume",o)}}setMuted(t){this._masterMuted=t,this.applyMasterGain()}applyMasterGain(){this._masterGain&&(this._masterGain.gain.value=this._masterMuted?0:this._masterVolume)}isActive(){return this._activeSources.length>0&&!this._paused}ownsElement(t){return!this._paused&&this._activeSources.some(n=>n.el===t&&nr(n))}routesElement(t){return!this._paused&&this._activeSources.some(n=>n.el===t)}destroy(){if(this.stopAll(),this._bufferCache.clear(),this._failedSrcs.clear(),this._mediaElementSources=new WeakMap,this._ctx)try{this._ctx.close()}catch{}this._ctx=null,this._masterGain=null,this._masterVolume=1,this._masterMuted=!1}};var Pd="data-hf-studio-manual-edit-gesture";function Od(e){return!Number.isInteger(e.tick)||e.tick<=0||e.tick%60!==0?!1:!(e.isPlaying&&e.hasCapturedTimeline&&e.currentTimeSeconds<2)}var ux=/^\\s*spring\\(\\s*([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+))\\s*\\)\\s*$/;function Hd(e){return Math.max(0,Math.min(1,e))}function Gd(e){let t=ux.exec(e);if(!t)return null;let n=Number(t[1]);return Number.isFinite(n)?Hd(n):null}function Bd(e,t){if(!Number.isFinite(e))return e;if(e<=0)return 0;if(e>=1)return 1;let n=Hd(t),r=12-n*6,i=Math.PI*2*(1+n*1.5),o=1-Math.exp(-r)*Math.cos(i);return(1-Math.exp(-r*e)*Math.cos(i*e))/o}var cx=/^\\s*wiggle\\(\\s*(\\d+)\\s*,\\s*(easeOut|easeInOut|anticipate|uniform)\\s*(?:,\\s*([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:[eE][+-]?\\d+)?)\\s*)?\\)\\s*$/,dx=Math.PI*2;function fx(e){let t=cx.exec(e);if(!t)return null;let n=Number(t[1]);if(!Number.isSafeInteger(n)||n<1)return null;let r=t[2];if(r!=="easeOut"&&r!=="easeInOut"&&r!=="anticipate"&&r!=="uniform")return null;if(t[3]===void 0)return{wiggles:n,type:r};let i=Number(t[3]);return!Number.isFinite(i)||i<0||i>1?null:{wiggles:n,type:r,amplitude:i}}function mx(e,t,n,r){if(!Number.isFinite(e))return e;if(e<=0)return 0;if(e>=1)return 1;let i=r??(n==="easeInOut"?.08:n==="uniform"?.14:n==="anticipate"?.12:.16),o=n==="easeInOut"?i*Math.sin(Math.PI*e):n==="uniform"?i:i*(1-e);return e+(n==="anticipate"?-1:1)*o*Math.sin(dx*t*e)}function Ud(e,t){let n=fx(e);if(!n)return null;let r=`${n.wiggles}:${n.type}:${n.amplitude??"default"}`,i=t?.get(r);if(i)return i;let o=a=>mx(a,n.wiggles,n.type,n.amplitude);return t?.set(r,o),o}var px=24,Wd=e=>e>=1?1:0,hx=e=>e,si=String.raw`([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:e[+-]?\\d+)?)`,gx=new RegExp(String.raw`^\\s*M\\s*0\\s*,\\s*0\\s+C\\s*${si}\\s*,\\s*${si}\\s+${si}\\s*,\\s*${si}\\s+1\\s*,\\s*1\\s*$`,"i");function Vd(e,t,n){let r=1-e;return 3*r*r*e*t+3*r*e*e*n+e*e*e}function bx(e,t,n,r,i){if(!Number.isFinite(e))return e;if(e<=0)return 0;if(e>=1)return 1;let o=0,a=1;for(let l=0;l<px;l+=1){let s=(o+a)/2;Vd(s,t,r)<e?o=s:a=s}return Vd((o+a)/2,n,i)}function xx(e){let t=gx.exec(e);if(!t)return null;let n=Number(t[1]),r=Number(t[2]),i=Number(t[3]),o=Number(t[4]);return Math.min(n,i)<0||Math.max(n,i)>1?null:a=>bx(a,n,r,i,o)}function yx(e,t){if(!e.startsWith("spring("))return null;let n=Gd(e);if(n===null)return null;let r=t.get(n);if(r)return r;let i=o=>Bd(o,n);return t.set(n,i),i}function vx(e,t){if(!e.startsWith("custom(")||!e.endsWith(")"))return null;let n=e.slice(7,-1),r=t.get(n);if(r)return r;let i=xx(n);return i&&t.set(n,i),i}function zd(e){if(e.__hfCustomEaseInstalled)return!0;let t=e.parseEase;if(!t)return!1;let n=new Map,r=new Map,i=new Map,o=s=>typeof s!="string"?null:s==="hold"?Wd:Ud(s,i)??yx(s,r)??vx(s,n),a=(s,u,c=[])=>{let m=o(s);return m||(typeof s=="string"&&/^(?:hold|spring|wiggle|custom)(?:\\(|$)/.test(s.trim())&&Ne("custom_ease_parse_failed",{ease:s}),t.call(u,s,...c)??hx)};e.parseEase=function(u,...c){return a(u,this,c)};let l=e.registerEase;if(typeof l=="function"){l("hold",Wd);let s=u=>{let c=m=>m;c.config=(...m)=>a(`${u}(${m.join(",")})`,e),l(u,c)};s("spring"),s("wiggle"),s("custom")}return e.__hfCustomEaseInstalled=!0,!0}var Ra="data-hf-authored-duration",ka="data-hf-authored-end",qd=!1;function at(e){if(e){if(typeof e.pause!="function"){qd||(qd=!0,Ne("timeline_missing_pause",{}));return}try{e.pause()}catch(t){L("runtime.timeline.pause",t)}}}function Sx(){let e=window.__HF_EXPORT_RENDER_SEEK_CONFIG,t=e?.fps,n=e?.fpsSource,r=Number(t);return!e||t==null?{fps:null,source:"default",rawFpsSource:n,rawFps:t,fallbackReason:"missing"}:!Number.isFinite(r)||r<=0?{fps:null,source:"default",rawFpsSource:n,rawFps:t,fallbackReason:"invalid"}:{fps:r,source:n==="render-options"||n==="default"?n:"unknown",rawFpsSource:n,rawFps:t,fallbackReason:e.fpsFallbackReason}}function $d(){let e=Hl();os(ye),Kr(document),aa(document);let t=Sx();e.canonicalFps=t.fps??e.canonicalFps,rs(e.canonicalFps),window.__HF_EXPORT_RENDER_SEEK_CONFIG&&console.info("[hyperframes] render runtime fps",{canonicalFps:e.canonicalFps,source:t.source,rawFpsSource:t.rawFpsSource,rawFps:t.rawFps,fallbackReason:t.fallbackReason});let n=null,r=null,i=null,o=[],a=new Set,l=null,s=new Set,u=(d,g,h)=>{s.has(d)||(s.add(d),Ne(g,h))};if(typeof window.__hfRuntimeTeardown=="function")try{window.__hfRuntimeTeardown()}catch(d){L("runtime.init.site1",d)}let c=new ii;e.transportClock=c;let m=new ai,f=!1;m.init().then(d=>{f=d});let p=()=>{let d=window.gsap,g=window;if(!(!d?.registerPlugin||g.__hfAutoNoopRegistered))try{d.registerPlugin({name:"_auto",init:()=>!1}),g.__hfAutoNoopRegistered=!0}catch(h){u("auto_marker_install_failed","auto_marker_install_failed",{reason:"threw"}),L("runtime.autoMarker.install",h)}},b=()=>{let d=window.gsap;if(!d){u("custom_ease_missing_gsap","custom_ease_install_failed",{reason:"missing_gsap"});return}try{zd(d)||u("custom_ease_no_parse_ease","custom_ease_install_failed",{reason:"no_parseEase"})}catch(g){u("custom_ease_install_threw","custom_ease_install_failed",{reason:"threw"}),L("runtime.customEase.install",g)}};p(),b(),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");try{fs(document)}catch(d){L("runtime.init.cssVariables",d)}window.__timelines=window.__timelines||{};let v=()=>{let d=document.querySelector(\'[data-composition-id][data-root="true"]\');if(d instanceof HTMLElement)return d;let g=Array.from(document.querySelectorAll("[data-composition-id]"));return g.find(h=>!h.parentElement?.closest("[data-composition-id]"))??g[0]??null};if(Array.isArray(window.__timelines)){let d=window.__timelines,g=v()?.getAttribute("data-composition-id")??"root",h={};if(d.length===1)h[g]=d[0];else for(let y=0;y<d.length;y++)h[`tl-${y}`]=d[y];window.__timelines=h}let x=v();x&&!x.hasAttribute("data-start")&&x.setAttribute("data-start","0");let w=d=>{o.push(d)},R=(d,g,h)=>{let y=h??`${d}:${JSON.stringify(g)}`;a.has(y)||(a.add(y),ye({source:"hf-preview",type:"diagnostic",code:d,details:g}))},T=d=>{let g={scale:1,focusX:960,focusY:540},h=[],y=[],C={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:()=>g,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:()=>y,getRenderState:()=>({...C,time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying()})}},F=1/60,M=.75,A=.05,S=100,E=240,_=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??"")}},N=d=>{let g=d.toLowerCase();return g.includes("cannot read properties of null")||g.includes("cannot set properties of null")?{code:"runtime_null_dom_access",category:"dom-null-access"}:g.includes("failed to execute \'queryselector\'")?{code:"runtime_invalid_selector",category:"selector-invalid"}:g.includes("is not defined")?{code:"runtime_reference_missing",category:"reference-missing"}:{code:"runtime_script_error",category:"script-error"}},D=d=>{if(d==null||d.trim()==="")return null;let g=Number.parseFloat(d);return!Number.isFinite(g)||g<=0?null:`${g}px`},H=()=>v(),z=()=>{let d=H();if(!d)return;let g=D(d.getAttribute("data-width")),h=D(d.getAttribute("data-height"));g&&(d.style.width=g),h&&(d.style.height=h),g&&d.style.setProperty("--comp-width",g),h&&d.style.setProperty("--comp-height",h)},j=()=>{let d=H(),g=Array.from(document.querySelectorAll("[data-composition-id]")).filter(h=>h.hasAttribute("data-duration")||h.hasAttribute("data-end"));for(let h of g){if(d&&h===d)continue;let y=h.getAttribute("data-duration"),C=h.getAttribute("data-end");y!=null&&!h.hasAttribute(Ra)&&h.setAttribute(Ra,y),C!=null&&!h.hasAttribute(ka)&&h.setAttribute(ka,C),h.removeAttribute("data-duration"),h.removeAttribute("data-end")}},k=()=>{let d=H();if(!d)return;d.style.position||(d.style.position="relative"),d.style.overflow="hidden";let g=D(d.getAttribute("data-width")),h=D(d.getAttribute("data-height"));g&&(d.style.width=g),h&&(d.style.height=h);let y=Array.from(d.children);for(let C of y){let I=C.tagName.toLowerCase();if(I==="script"||I==="style"||I==="link"||I==="meta"||!C.hasAttribute("data-start")||C.hasAttribute("data-hf-autostamped"))continue;let G=(C.style.top==="0px"||C.style.top==="0")&&(C.style.left==="0px"||C.style.left==="0")&&C.style.width==="100%"&&C.style.height==="100%",Z=/translate\\(\\s*-50%\\s*,\\s*-50%\\s*\\)/.test(C.style.transform);if(G&&Z&&!C.hasAttribute("data-width")&&!C.hasAttribute("data-height")){let ve=C.style.top,ln=C.style.left,we=C.style.width,un=C.style.height;C.style.top="",C.style.left="",C.style.width="",C.style.height="";let oe=window.getComputedStyle(C);oe.top!=="auto"||oe.bottom!=="auto"||oe.left!=="auto"||oe.right!=="auto"||oe.width!=="0px"||oe.height!=="0px"||(C.style.top=ve,C.style.left=ln,C.style.width=we,C.style.height=un)}let $=window.getComputedStyle(C),de=$.position;if(de!=="absolute"&&de!=="fixed"&&(C.style.position="absolute"),!!C.style.top||!!C.style.bottom||$.top!=="auto"||$.bottom!=="auto"||(C.style.top="0"),!!C.style.left||!!C.style.right||$.left!=="auto"||$.right!=="auto"||(C.style.left="0"),I!=="audio"){let ve=D(C.getAttribute("data-width")),ln=D(C.getAttribute("data-height")),we=$.width!=="0px"&&$.width!=="auto",un=$.height!=="0px"&&$.height!=="auto";ve?!C.style.width&&!we&&(C.style.width=ve):!C.style.width&&$.width==="0px"&&(C.style.width="100%"),ln?!C.style.height&&!un&&(C.style.height=ln):!C.style.height&&$.height==="0px"&&(C.style.height="100%")}}},B=(d,g=0,h)=>mt({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:h?.includeAuthoredTimingAttrs??!0}).resolveStartForElement(d,g),ee=(d,g)=>mt({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:g?.includeAuthoredTimingAttrs??!0}).resolveDurationForElement(d),U=d=>{let g=d.closest("[data-composition-id]"),h=g?B(g,0):null,y=g?ee(g,{includeAuthoredTimingAttrs:!0}):null;return{compositionRoot:g,inheritedStart:h,inheritedDuration:y}},V=d=>{let g=U(d),h=g.inheritedStart??0,y=Be(d.getAttribute("data-start"));if(d.hasAttribute("data-hf-auto-start")||y==null||h<=0)return B(d,h);let C=Se(d.getAttribute("data-duration")),I=g.inheritedDuration,G=I!=null&&I>0?h+I:null,Z=C!=null&&C>0?y+C:y;return(G==null?y>=h:y<G&&(Z>h||y===h))?y:h+y};window.__hfResolveMediaStartSeconds=V,o.push(()=>{window.__hfResolveMediaStartSeconds===V&&delete window.__hfResolveMediaStartSeconds});let q=(d,g)=>{let h=d.tagName.toLowerCase();if(h==="script"||h==="style"||h==="link"||h==="meta")return!1;let C=h==="video"||h==="audio"?V(d):B(d,0),I=ee(d),G=d.getAttribute("data-composition-id");if(G){let $=(window.__timelines??{})[G],de=null;if($&&typeof $.duration=="function"){let ie=Number($.duration());Number.isFinite(ie)&&ie>0&&(de=ie)}!(d.hasAttribute("data-duration")||d.hasAttribute("data-end")||d.hasAttribute(Ra)||d.hasAttribute(ka))&&(I==null||I<=0)&&de!=null&&(I=de)}let Z=I!=null&&I>0?C+I:Number.POSITIVE_INFINITY;return g>=C&&(Number.isFinite(Z)?g<Z:!0)},X=!!document.querySelector("[data-composition-src]"),_e=!1;{let d=document.querySelectorAll("[data-composition-id]:not([data-composition-src])");for(let g of d){let h=g.getAttribute("data-composition-id");if(h&&g.children.length===0&&document.querySelector(`template#${CSS.escape(h)}-template`)){_e=!0;break}}}let W=!X&&!_e,P=d=>{if(!d||typeof d.duration!="function")return null;try{let g=Number(d.duration());return Number.isFinite(g)?Math.max(0,g):null}catch{return null}},O=d=>typeof d=="number"&&Number.isFinite(d)&&d>F,ce=d=>{let g=Se(d.getAttribute("data-duration"));return g!=null&&g>0?g:Number.isFinite(d.duration)?et(d,d.duration):null},se=()=>{let d=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(d.length===0)return null;let g=0;for(let h of d){let y=V(h);if(!Number.isFinite(y))continue;let C=ce(h);C==null||C<=F||(g=Math.max(g,Math.max(0,y)+C))}return g>F?g:null},J=()=>{let d=H();if(!d)return null;let g=window.__timelines??{},h=mt({timelineRegistry:g,includeAuthoredTimingAttrs:!0}),y=0,C=Se(d.getAttribute("data-duration"));C!=null&&C>0&&(y=C);let I=Array.from(d.querySelectorAll("[data-composition-id][data-start]"));for(let G of I){if(!(G instanceof Element)||G.parentElement?.closest("[data-composition-id]")!==d)continue;let $=h.resolveStartForElement(G,0),de=h.resolveDurationForElement(G);!Number.isFinite($)||de==null||de<=0||(y=Math.max(y,Math.max(0,$)+de))}return y>F?y:null},K=()=>{let d=se();return typeof d!="number"||!Number.isFinite(d)||d<=F?null:d},Y=d=>O(d)?Math.max(F,d*M):F,qe=()=>{let d=0;for(let g of e.deterministicAdapters){let h=g.getInferredDurationSeconds;if(typeof h!="function")continue;let y=null;try{y=h()}catch(C){L("runtime.init.adapterDuration",C)}typeof y=="number"&&Number.isFinite(y)&&y>0&&(d=Math.max(d,y))}return d>F?d:null},xe=(d,g=0)=>{let h=P(d),y=K(),C=J(),I=qe(),G=Math.max(y??0,C??0,I??0),Z=Number.isFinite(g)&&g>F?g:0,$=0;return O(h)?$=Math.max(h,G,Z):O(G)?$=Math.max(G,Z):$=Z,$>0?Math.max(0,$):0},Lt=()=>{let d=window.__timelines??{},g=oe=>{let ne=Object.entries(d).filter(ae=>!!ae[1]&&typeof ae[1].play=="function"&&typeof ae[1].pause=="function");if(ne.length!==1)return{timeline:null};let he=ne[0];if(!he)return{timeline:null};let[be,fe]=he;return{timeline:fe,selectedTimelineIds:[be],selectedDurationSeconds:P(fe),diagnostics:{code:"root_timeline_sole_registered_fallback",details:{reason:oe,soleTimelineId:be}}}},h=mt({timelineRegistry:d,includeAuthoredTimingAttrs:!0}),y=K(),C=J(),I=Math.max(y??0,C??0)||null,G=Y(I),Z=oe=>{let ne=document.querySelector(`[data-composition-id="${CSS.escape(oe)}"]`);return ne?h.resolveStartForElement(ne,0):0},$=oe=>{let ne=window.gsap;if(!ne||typeof ne.timeline!="function")return null;let he=ne.timeline({paused:!0});for(let be of oe)he.add(be.timeline,Z(be.compositionId));return he},de=(oe,ne)=>{if(!O(oe))return null;let he=window.gsap;if(!he||typeof he.timeline!="function")return null;let be=he.timeline({paused:!0});if(ne)try{be.add(ne,0)}catch(ae){L("runtime.init.site2",ae)}let fe=be;if(typeof fe.to=="function")try{fe.to({},{duration:oe})}catch(ae){L("runtime.init.site3",ae)}return be},Me=(oe,ne)=>{let he=oe;if(typeof he.getChildren!="function")return[];try{let be=he.getChildren(!0,!0,!0)??[];if(!Array.isArray(be))return[];let fe=[];for(let ae of ne)if(!be.some(Ze=>Ze===ae.timeline))try{let Ze=Z(ae.compositionId);oe.add(ae.timeline,Ze),fe.push(ae.compositionId)}catch(Ze){L("runtime.init.site4",Ze)}return fe}catch{return[]}},ie=H(),te=ie?.getAttribute("data-composition-id")??null;if(!te)return g("root_missing_composition_id");let ve=d[te]??null,we=(()=>{if(!ie)return[];let oe=new Set,ne=Array.from(ie.querySelectorAll("[data-composition-id]")),he=[];for(let be of ne){let fe=be.getAttribute("data-composition-id");if(!fe||fe===te||oe.has(fe))continue;oe.add(fe);let ae=d[fe]??null;if(!ae||typeof ae.play!="function"||typeof ae.pause!="function")continue;let lt=P(ae);he.push({compositionId:fe,timeline:ae,durationSeconds:lt??0})}return he})(),un=oe=>{for(let ne of oe){let he=ne.timeline;if(typeof he.paused=="function")try{he.paused(!1)}catch(be){L("runtime.init.site5",be)}}};if(we.length>0&&un(we),ve){let oe=we.length>0?Me(ve,we):[];if((we.length>0||!document.querySelector("[data-composition-id]:not([data-composition-id=\'"+te+"\'])"))&&(Ie=!0),oe.length>0)try{let fe=ve.time();ve.seek(fe,!1)}catch{}let ne=P(ve);if(!O(ne)&&we.length>0){let fe=we.map(Kf=>Kf.compositionId),ae=$(we),lt=P(ae);if(ae&&O(lt))return{timeline:ae,selectedTimelineIds:fe,selectedDurationSeconds:lt,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_unusable_fallback",details:{rootCompositionId:te,rootDurationSeconds:ne,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:G,selectedDurationSeconds:lt,mediaDurationFloorSeconds:y,authoredCompositionDurationFloorSeconds:C,selectedTimelineIds:fe,autoNestedChildren:oe}}};let Ze=de(I??0,ve),_i=P(Ze);if(Ze&&O(_i))return{timeline:Ze,selectedTimelineIds:[te],selectedDurationSeconds:_i,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:te,rootDurationSeconds:ne,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:y,authoredCompositionDurationFloorSeconds:C,selectedDurationSeconds:_i,selectedTimelineIds:[te],autoNestedChildren:oe}}}}if(!O(ne)&&we.length===0){let fe=de(I??0,ve),ae=P(fe);if(fe&&O(ae))return{timeline:fe,selectedTimelineIds:[te],selectedDurationSeconds:ae,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:te,rootDurationSeconds:ne,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:y,authoredCompositionDurationFloorSeconds:C,selectedDurationSeconds:ae,selectedTimelineIds:[te]}}}}let he=Se(ie?.getAttribute("data-duration")),be=Math.max(O(he)?he:0,C??0);if(be>0&&O(be)&&O(ne)&&be>=ne+.5){let fe=ve;if(typeof fe.to=="function")try{fe.to({},{duration:0},be)}catch(lt){L("runtime.init.site6",lt)}let ae=P(ve);if(O(ae))return{timeline:ve,selectedTimelineIds:[te],selectedDurationSeconds:ae,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_padded_to_declared_duration",details:{rootCompositionId:te,rootDurationSeconds:ne,rootDeclaredDur:he,authoredCompositionDurationFloorSeconds:C,newDur:ae}}}}return{timeline:ve,selectedTimelineIds:[te],selectedDurationSeconds:ne,mediaDurationFloorSeconds:y,diagnostics:oe.length>0?{code:"root_timeline_auto_nested_children",details:{rootCompositionId:te,selectedDurationSeconds:ne,autoNestedChildren:oe}}:void 0}}if(we.length>0){let oe=we.map(be=>be.compositionId),ne=$(we),he=P(ne);if(ne)return{timeline:ne,selectedTimelineIds:oe,selectedDurationSeconds:he,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_missing_fallback",details:{rootCompositionId:te,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:G,selectedDurationSeconds:he,mediaDurationFloorSeconds:y,selectedTimelineIds:oe}}}}return g("root_composition_id_unmatched_in_registry")},Ie=!1,Rf=d=>{let g=window.gsap,h=d;if(!(!h||typeof h.getChildren!="function"||!g||typeof g.parseEase!="function"))for(let y of h.getChildren(!0,!0,!0)){let C=y,I=C.timeline;if(!I||!("_ease"in I)||typeof I._ease=="function")continue;let G=C.vars?.keyframes,$=(G&&!Array.isArray(G)?G.ease:void 0)??C.vars?.ease??"none";try{let de=g.parseEase($);typeof de=="function"&&(I._ease=de)}catch(de){Ne("keyframe_ease_repair_failed",{ease:typeof $=="string"?$:String($)}),L("runtime.keyframeEase.repair",de)}}},nn=()=>{if(b(),!W)return!1;let d=e.capturedTimeline,g=P(d),h=O(g);if(d&&h&&Ie)return!1;let y=Lt();if(!y.timeline)return!1;if(d&&d===y.timeline)return typeof d.timeScale=="function"&&d.timeScale(e.playbackRate),!1;e.capturedTimeline=y.timeline,typeof e.capturedTimeline.timeScale=="function"&&e.capturedTimeline.timeScale(e.playbackRate),Rf(e.capturedTimeline);let C=xe(e.capturedTimeline,0);if(C<=0&&typeof e.capturedTimeline.progress=="function"&&(e.capturedTimeline.progress(1,!0),e.capturedTimeline.progress(0,!1),at(e.capturedTimeline)),C>0){try{c.setDuration(C)}catch{}if(typeof e.capturedTimeline.totalTime=="function"){typeof e.capturedTimeline.progress=="function"&&e.capturedTimeline.progress(1e-4,!0);let G=Math.max(0,e.currentTime||0);e.capturedTimeline.totalTime(G,!1),at(e.capturedTimeline)}let I=window.__hfStudioManualEditsApply;typeof I=="function"&&I(),Kr(document)}if(y.diagnostics&&ye({source:"hf-preview",type:"diagnostic",code:y.diagnostics.code,details:y.diagnostics.details}),ye({source:"hf-preview",type:"diagnostic",code:"timeline_bound",details:{selectedTimelineIds:y.selectedTimelineIds??[],selectedDurationSeconds:y.selectedDurationSeconds??null,mediaDurationFloorSeconds:y.mediaDurationFloorSeconds??null}}),window.parent!==window){let I=H(),G=C>0?C:0,Z=String(G>0?G:1),$=new Set,de=new Set(document.querySelectorAll("[data-start]")),Me=ie=>{let te=ie.parentElement;for(;te&&te!==I;){if(de.has(te))return!0;te=te.parentElement}return!1};if(e.capturedTimeline.getChildren)try{for(let ie of e.capturedTimeline.getChildren(!0))if(typeof ie.targets=="function")for(let te of ie.targets())te instanceof HTMLElement&&te!==I&&(te.hasAttribute("data-start")||Me(te)||$.has(te)||($.add(te),te.setAttribute("data-start","0"),te.setAttribute("data-duration",Z),te.setAttribute("data-hf-autostamped","1")))}catch{}if(I instanceof HTMLElement)for(let ie of I.querySelectorAll("[id]"))ie instanceof HTMLElement&&ie!==I&&(ie.hasAttribute("data-start")||Me(ie)||$.has(ie)||ie.tagName==="SCRIPT"||ie.tagName==="STYLE"||ie.tagName==="LINK"||($.add(ie),ie.setAttribute("data-start","0"),ie.setAttribute("data-duration",Z),ie.setAttribute("data-hf-autostamped","1")))}for(let I of rn)or.delete(I),Va(I);return!0};window.__hfForceTimelineRebind=()=>{Ie=!1,nn(),yi(e.currentTime)};let kf=()=>{let d=H();if(!(d instanceof HTMLElement))return;let g=d.getBoundingClientRect(),h=Number(d.getAttribute("data-width")),y=Number(d.getAttribute("data-height")),C=window.getComputedStyle(d),I=Number.isFinite(h)&&h>0&&Number.isFinite(y)&&y>0,G=g.width<=0||g.height<=0||d.clientWidth<=0||d.clientHeight<=0;!I||!G||R("root_stage_layout_zero",{compositionId:d.getAttribute("data-composition-id")??null,declaredWidth:h,declaredHeight:y,rectWidth:Math.round(g.width),rectHeight:Math.round(g.height),clientWidth:d.clientWidth,clientHeight:d.clientHeight,display:C.display,visibility:C.visibility,overflow:C.overflow},`root-stage-layout-zero:${d.getAttribute("data-composition-id")??"unknown"}`)},Ff=()=>{e.tornDown||(l!=null&&window.cancelAnimationFrame(l),l=window.requestAnimationFrame(()=>{l=null,kf()}))},Mf=()=>{r=d=>{let g=_(d.error??d.message).slice(0,E);if(!g)return;let h=N(g);ye({source:"hf-preview",type:"diagnostic",code:h.code,details:{category:h.category,message:g,filename:d.filename||null,line:Number.isFinite(d.lineno)?d.lineno:null,column:Number.isFinite(d.colno)?d.colno:null}})},i=d=>{let g=_(d.reason).slice(0,E);if(!g)return;let h=N(g);ye({source:"hf-preview",type:"diagnostic",code:`${h.code}_unhandled_rejection`,details:{category:`${h.category}-unhandled-rejection`,message:g}})},window.addEventListener("error",r),window.addEventListener("unhandledrejection",i)},Nf=()=>{let d=Array.from(document.querySelectorAll("img, video, audio, source, link[rel=\'stylesheet\']"));for(let h of d){let y=()=>{if(!(h instanceof Element))return;let C=h.tagName.toLowerCase(),I=h.getAttribute("src")??h.getAttribute("href")??h.getAttribute("poster")??null,G=C==="link"?"runtime_stylesheet_load_failed":"runtime_asset_load_failed";R(G,{tagName:C,assetUrl:I,currentSrc:(h instanceof HTMLImageElement||h instanceof HTMLMediaElement)&&h.currentSrc||null,readyState:h instanceof HTMLMediaElement?h.readyState:null,networkState:h instanceof HTMLMediaElement?h.networkState:null},`${G}:${C}:${I??"unknown"}`)};h.addEventListener("error",y),w(()=>{h.removeEventListener("error",y)})}let g=document.fonts;g&&g.ready.then(()=>{if(e.tornDown)return;let h=Array.from(g).filter(y=>y.status==="error").map(y=>y.family).filter(y=>!!y).slice(0,10);h.length!==0&&R("runtime_font_load_issue",{failedFamilies:h,totalFaces:Array.from(g).length},`runtime-font-load-issue:${h.join("|")}`)}).catch(()=>{})},Lf=(d,g)=>{if(!d.timeline)return!1;let h=e.capturedTimeline;if(h&&h===d.timeline)return!1;let y=Math.max(0,e.currentTime||0),C=e.isPlaying;e.capturedTimeline=d.timeline,typeof e.capturedTimeline.timeScale=="function"&&e.capturedTimeline.timeScale(e.playbackRate);try{at(e.capturedTimeline),typeof e.capturedTimeline.seek=="function"&&e.capturedTimeline.seek(y,!1),C&&typeof e.capturedTimeline.play=="function"&&e.capturedTimeline.play()}catch(I){L("runtime.init.site7",I)}return ye({source:"hf-preview",type:"diagnostic",code:"timeline_loop_guard_rebind",details:{reason:g,previousTime:y,selectedTimelineIds:d.selectedTimelineIds??[],selectedDurationSeconds:d.selectedDurationSeconds??null,mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),!0},Et=null,Ga=!1,Ba=!1,rn=new Set,or=new WeakMap,ar=()=>{e.tornDown||(Et!=null&&window.clearTimeout(Et),Et=window.setTimeout(()=>{if(e.tornDown||(Et=null,Ba&&window.__HF_EXPORT_RENDER_SEEK_CONFIG))return;let d=Lt();if(!d.timeline||!O(d.mediaDurationFloorSeconds??null))return;if(!e.capturedTimeline){nn()&&(At(),Fe(!0));return}if(Ga)return;let h=P(e.capturedTimeline),y=d.selectedDurationSeconds??P(d.timeline);O(y)&&(!O(h)||y>=h+A)&&Lf(d,"manual")&&(Ga=!0,ye({source:"hf-preview",type:"diagnostic",code:"timeline_rebind_after_media_metadata",details:{previousDurationSeconds:h??null,selectedDurationSeconds:y??null,selectedTimelineIds:d.selectedTimelineIds??[],mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),At(),Fe(!0))},S))},Ua=d=>{d.currentTarget instanceof HTMLMediaElement&&ol(d.currentTarget)},Wa=d=>{d.currentTarget instanceof HTMLMediaElement&&al(d.currentTarget)},Df=()=>{for(let d of rn)d.removeEventListener("loadedmetadata",ar),d.removeEventListener("durationchange",ar),d.removeEventListener("loadedmetadata",Ua),d.removeEventListener("error",Wa);rn.clear()},hi=()=>{if(e.tornDown)return;let d=Array.from(document.querySelectorAll("video, audio"));for(let g of d){if(rn.has(g))continue;rn.add(g);let h=Number.parseFloat(g.dataset.volume??"");Number.isFinite(h)&&(g.volume=Math.max(0,Math.min(1,h))),g.addEventListener("loadedmetadata",ar),g.addEventListener("durationchange",ar),g.addEventListener("loadedmetadata",Ua),g.addEventListener("error",Wa),il(g),g.preload!=="auto"&&(g.preload="auto"),g.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&g.load(),Va(g)}},Va=d=>{or.has(d)||Us(d,e.capturedTimeline,xe(e.capturedTimeline,0),or,{allowLiveTimelineSeek:!window.__HF_RENDER_CAPTURE_MODE})},gi=new WeakMap,za=d=>{let g=gi.get(d);if(g!==void 0)return g;let h=window.getComputedStyle(d).position,y=h==="static"||h==="relative"||h==="sticky";return gi.set(d,y),y},bi=new WeakMap,If=d=>{let g=bi.get(d);if(g!==void 0)return g;let h=d.querySelector("[data-start]")===null;return bi.set(d,h),h},Pf=()=>{gi=new WeakMap,bi=new WeakMap},xi=new WeakMap,sr=new WeakSet,yi=(d,g=Array.from(document.querySelectorAll("[data-start]")))=>{let h=H();for(let y of g){if(!(y instanceof HTMLElement))continue;if(y.hasAttribute("data-hidden")){sr.has(y)||(xi.set(y,y.style.getPropertyValue("display")),sr.add(y)),y.style.display="none",(y instanceof HTMLVideoElement||y instanceof HTMLImageElement)&&n?.setSourceVisibility(y,!1);continue}if(sr.has(y)){let I=xi.get(y);I?y.style.display=I:y.style.removeProperty("display"),xi.delete(y),sr.delete(y)}let C=q(y,d);if(C){let I=y.parentElement;for(;I&&I!==h;){if(I instanceof HTMLElement&&I.hasAttribute("data-start")&&!q(I,d)){C=!1;break}I=I.parentElement}}y.style.visibility=C?"visible":"hidden",(y instanceof HTMLVideoElement||y instanceof HTMLImageElement)&&n?.setSourceVisibility(y,C),C?za(y)&&y.style.removeProperty("display"):za(y)&&If(y)&&(y.style.display="none")}},Pe=()=>{let d=Zs({shouldIncludeElement:h=>h.hasAttribute("data-start")||!!U(h).compositionRoot,resolveStartSeconds:h=>V(h),resolveDurationSeconds:h=>{let y=U(h),C=V(h),I=y.inheritedStart!=null&&y.inheritedDuration!=null&&y.inheritedDuration>0?Math.max(0,y.inheritedStart+y.inheritedDuration-C):null,G=Number.isFinite(h.duration)?et(h,h.duration):null,Z=Se(h.dataset.duration),$=Z!=null&&Z>0?Z:null;return Qs({isVideo:h.tagName==="VIDEO",sourceDuration:G,hostRemaining:I,explicitDuration:$})}});for(let h of d.mediaClips){let y=or.get(h.el);y&&(h.volumeKeyframes=y)}let g=e.mediaForceSyncNextTick;g&&(e.mediaForceSyncNextTick=!1),e.nativeMediaSyncDisabled||el({clips:d.mediaClips,timeSeconds:e.currentTime,playing:e.isPlaying,playbackRate:e.playbackRate,outputMuted:e.mediaOutputMuted,userMuted:e.bridgeMuted,userVolume:e.bridgeVolume,forceSync:g,onElementVolume:(h,y,C)=>m.setElementVolume(h,C),isWebAudioOwned:h=>m.ownsElement(h),isWebAudioRouted:h=>m.routesElement(h),onAutoplayBlocked:()=>{e.mediaAutoplayBlockedPosted||(e.mediaAutoplayBlockedPosted=!0,ye({source:"hf-preview",type:"media-autoplay-blocked"}))}}),yi(e.currentTime)},Fe=d=>{let g=Math.max(0,Math.round((e.currentTime||0)*e.canonicalFps)),h=Date.now();(d||g!==e.bridgeLastPostedFrame||e.isPlaying!==e.bridgeLastPostedPlaying||e.bridgeMuted!==e.bridgeLastPostedMuted||h-e.bridgeLastPostedAt>=e.bridgeMaxPostIntervalMs)&&(e.bridgeLastPostedFrame=g,e.bridgeLastPostedPlaying=e.isPlaying,e.bridgeLastPostedMuted=e.bridgeMuted,e.bridgeLastPostedAt=h,ye({source:"hf-preview",type:"state",frame:g,isPlaying:e.isPlaying,muted:e.bridgeMuted,playbackRate:e.playbackRate}))},vi="",qa=0,Of=()=>{let d="";for(let g of document.querySelectorAll("[data-start]"))d+=`${g.id}:${g.tagName}|`;return d},At=()=>{j(),z(),k();let d=H();if(d){let y=D(d.getAttribute("data-width")),C=D(d.getAttribute("data-height")),I=y?parseInt(y,10):0,G=C?parseInt(C,10):0;I>0&&G>0&&ye({source:"hf-preview",type:"stage-size",width:I,height:G})}nn();let g=Vl({canonicalFps:e.canonicalFps});window.__clipManifest=g;let h=Of();if(vi!==h&&Pf(),!window.__clipTree||vi!==h){let y=window;window.__clipTree=Gl({startResolver:mt({timelineRegistry:y.__timelines??{},includeAuthoredTimingAttrs:!0}),timelineRegistry:y.__timelines??{},rootDuration:g.durationInFrames/e.canonicalFps}),vi=h}ye(g),Ff()},Si=d=>typeof d=="number"&&Number.isFinite(d)&&d>0?d:0,Hf=d=>{let g=Si(Number(d));if(g<=0)return;let h=H(),y=Si(Se(h?.getAttribute("data-duration"))),C=Math.max(qa,Si(c.getDuration()),y);g<=C||(qa=g,h?.setAttribute("data-duration",String(g)),c.setDuration(g),At(),Fe(!0))},Oe=(d,g=0)=>{for(let h of e.deterministicAdapters){try{d==="discover"&&h.discover(),d==="pause"&&h.pause(),d==="play"&&h.play&&h.play()}catch(y){L("runtime.init.site8",y)}if(d==="discover")try{h.seek({time:g,suppressEvents:!0})}catch(y){L("runtime.init.site9",y)}}},Ct=()=>{window.__renderReady=!1},on=null,an=!0,Gf=()=>{let d=[];for(let g of e.deterministicAdapters){let h=g.getReadyPromise;if(typeof h=="function")try{let y=h();y&&d.push(y)}catch(y){L("runtime.init.adapterReady",y)}}return d},Bf=()=>{let d=Gf();if(d.length===0)return on=null,an=!0,!0;let g=d[0];if(!g)return!0;let h=d.length===1?g:Promise.all(d);return h!==on&&(on=h,an=!1,Promise.resolve(h).then(()=>{on===h&&(an=!0,Ct())},y=>{on===h&&(an=!0,L("runtime.init.adapterReady",y),Ct())})),an};if(W)ea();else{let d={injectedStyles:e.injectedCompStyles,injectedScripts:e.injectedCompScripts,injectedLinks:e.injectedCompLinks,parseDimensionPx:D,onDiagnostic:({code:g,details:h})=>{ye({source:"hf-preview",type:"diagnostic",code:g,details:h})}};Dc(d).then(()=>Lc(d)).finally(()=>{W=!0,hi(),Nf(),ea(),aa(document),Ct()})}let lr=Dl({postMessage:d=>ye(d)});lr.installPickerApi(),yi(e.currentTime,Array.from(document.querySelectorAll("video[data-start], img[data-start]")));let $e=yd();n=$e,w(()=>{$e.destroy(),n=null});let Ei=d=>{let g=Number(d);!Number.isFinite(g)||g<=0?e.playbackRate=1:e.playbackRate=Math.max(.1,Math.min(5,g)),e.mediaForceSyncNextTick=!0,e.capturedTimeline&&typeof e.capturedTimeline.timeScale=="function"&&e.capturedTimeline.timeScale(e.playbackRate);let h=document.querySelectorAll("video, audio");for(let y of h)if(y instanceof HTMLMediaElement)try{y.playbackRate=e.playbackRate}catch(C){L("runtime.init.site10",C)}},$a={play:()=>{let d=e.capturedTimeline;if(c.isPlaying())return;let g=xe(d,0);if(g>0)c.setDuration(g),c.reachedEnd()&&(c.seek(0),e.currentTime=0,_t(0));else{let h=H(),y=Number(h?.getAttribute("data-duration")??0);y>0&&c.setDuration(y)}at(d),c.play()&&(e.isPlaying=!0,e.mediaForceSyncNextTick=!0,Qa(c.now()),f&&!e.nativeMediaSyncDisabled&&!e.webAudioMediaDisabled&&Za(),Oe("play"),Pe(),$e.redraw(),Fe(!0))},pause:()=>{if(!c.isPlaying())return;m.stopAll(),c.detachAudioSource(),c.pause(),e.isPlaying=!1,e.currentTime=c.now(),e.mediaForceSyncNextTick=!0,Qa(e.currentTime);let d=e.capturedTimeline;at(d),Oe("pause"),Pe(),$e.redraw(),Fe(!0)},seek:(d,g)=>{let h=zt(Math.max(0,Number(d)||0),e.canonicalFps);m.stopAll(),c.detachAudioSource();let y=c.isPlaying();y&&c.pause(),c.seek(h),e.currentTime=c.now(),e.isPlaying=!1,e.mediaForceSyncNextTick=!0;let C=e.capturedTimeline;if(at(C),_t(e.currentTime),Oe("pause"),g?.keepPlaying&&y){$a.play();return}Pe(),$e.redraw(),Fe(!0)},renderSeek:(d,g)=>{Ba=!0;let h=zt(Math.max(0,Number(d)||0),e.canonicalFps);m.stopAll(),c.detachAudioSource(),c.isPlaying()&&c.pause(),c.seek(h),e.currentTime=c.now(),e.isPlaying=!1,e.mediaForceSyncNextTick=!0,_t(e.currentTime,{activateChildren:!0,suppressEvents:g?.suppressEvents}),Oe("pause"),Pe(),$e.redraw(),Fe(!0)},getTime:()=>c.now(),getDuration:()=>{let d=c.getDuration();return Number.isFinite(d)?d:0},isPlaying:()=>c.isPlaying(),setPlaybackRate:d=>{Ei(d),c.setRate(e.playbackRate),es()},getPlaybackRate:()=>e.playbackRate},ja=xe(e.capturedTimeline,0);ja>0&&c.setDuration(ja);let He=Ol({getTimeline:()=>e.capturedTimeline,setTimeline:d=>{e.capturedTimeline=d},getTimelineRegistry:()=>window.__timelines??{},getIsPlaying:()=>e.isPlaying,setIsPlaying:d=>{e.isPlaying!==d&&(e.mediaForceSyncNextTick=!0),e.isPlaying=d},getPlaybackRate:()=>e.playbackRate,setPlaybackRate:Ei,getCanonicalFps:()=>e.canonicalFps,onSyncMedia:(d,g)=>{e.currentTime=Math.max(0,Number(d)||0),e.isPlaying!==g&&(e.mediaForceSyncNextTick=!0),e.isPlaying=g,Pe()},onStatePost:Fe,onDeterministicSeek:(d,g)=>{for(let h of e.deterministicAdapters)if(!(h.name==="gsap"&&e.capturedTimeline))try{h.seek({time:Number(d)||0,suppressEvents:g?.suppressEvents})}catch(y){L("runtime.init.site11",y)}},onDeterministicPause:()=>Oe("pause"),onDeterministicPlay:()=>Oe("play"),onRenderFrameSeek:()=>{$e.redraw()},onShowNativeVideos:()=>{},getSafeDuration:()=>xe(e.capturedTimeline,0),transport:$a});window.__player=T(He),window.__playerReady=!0,Ne("composition_loaded",{duration:He.getDuration(),compositionId:document.querySelector("[data-composition-id]")?.getAttribute("data-composition-id")??null}),e.deterministicAdapters=[Ns(),ps({resolveStartSeconds:d=>B(d,0)}),gs(),xs(),Ss(),Es(),As(),Cs(),_s(),ws(),Ts(),hs({getTimeline:()=>e.capturedTimeline})],Fs(),Ms(),window.__hfReseekGpu=d=>{let g=Math.max(0,Number(d)||0);window.__hfThreeTime=g,window.__hfTypegpuTime=g,gr(g)},window.__hfWaitForSeekCompletion=Pi,o.push(()=>{window.__hfWaitForSeekCompletion===Pi&&delete window.__hfWaitForSeekCompletion}),Mf(),hi(),Oe("discover");let Uf=()=>{let d=e.capturedTimeline,g=nn();e.capturedTimeline&&(g||e.capturedTimeline!==d||!He._timeline)&&(He._timeline=e.capturedTimeline);let h=xe(e.capturedTimeline,0);if(h>0&&c.setDuration(h),Oe("discover",e.currentTime),!e.capturedTimeline){let y=window.__timelines??{},C=Object.keys(y).filter(I=>y[I]);if(C.length>0){let G=H()?.getAttribute("data-composition-id")??null;R("root_timeline_unbound_registry_present",{reason:G?"root data-composition-id has no matching key in window.__timelines":"root composition element has no data-composition-id attribute",rootCompositionId:G,registeredTimelineKeys:C},"root_timeline_unbound_registry_present"),console.warn("[hyperframes] Root timeline not bound \\u2014 render will freeze at t=0. "+(G?`Root data-composition-id is "${G}" but window.__timelines has no such key. `:"Root composition element has no data-composition-id. ")+`Registered timeline keys: [${C.join(", ")}]. Register the root timeline under its data-composition-id (window.__timelines["${G??"<root-id>"}"] = tl).`)}}window.__renderReady=!0,At(),Fe(!0)},Dt=null,Wf=()=>{if(Dt)return;let d=()=>{window.removeEventListener("hf-timelines-built",d),Dt=null,Ct()};Dt=d,window.addEventListener("hf-timelines-built",d)};w(()=>{Dt&&(window.removeEventListener("hf-timelines-built",Dt),Dt=null)}),Ct=()=>{if(!W){window.__renderReady=!1;return}if(window.__hfTimelinesBuilding){window.__renderReady=!1,Wf();return}if(Oe("discover",e.currentTime),!Bf()){window.__renderReady=!1;return}Uf()},Ct(),W&&setTimeout(()=>{Ct()},0);let ur=0,Ai=!1,Vf=(d,g,h,y)=>{try{let C=y?.suppressEvents===!0;at(d),typeof d.totalTime=="function"?d.totalTime(g,C):d.seek(g,C)}catch(C){L(h,C)}},zf=(d,g)=>{let h=window.__timelines??{},y=H()?.getAttribute("data-composition-id")??null;for(let[C,I]of Object.entries(h)){if(!I||C===y)continue;let G=document.querySelector(`[data-composition-id="${CSS.escape(C)}"]`);if(!G)continue;let Z=B(G,0);if(!Number.isFinite(Z))continue;let $=P(I),de=Ke(G)+Math.max(0,d-Z)*Te(G),Me=Math.max(0,$!=null&&$>0?Math.min($,de):de);Vf(I,Me,"runtime.init.transport.childTimeline",g)}},Ka=d=>{let g=window.__timelines??{};for(let h of Object.values(g))if(!(!h||h===d))try{h.play()}catch(y){L("runtime.init.activateSiblings",y)}},Ya=d=>typeof d=="object"&&d!==null,sn=new WeakMap,qf=["onStart","onUpdate","onComplete","onReverseComplete","onRepeat"],Xa=(d,g)=>{let h=d[g];if(typeof h!="function")return null;try{let y=Number(h.call(d));return Number.isFinite(y)?y:null}catch(y){return L("runtime.init.gsapCallbackDuration",y),null}},$f=d=>{let g=sn.get(d);if(g!=null)return g;if(!("getChildren"in d)||typeof d.getChildren!="function")return!1;let h;try{h=d.getChildren(!0,!0,!0)}catch(y){return L("runtime.init.gsapCallbackChildren",y),sn.set(d,!1),!1}if(!Array.isArray(h))return sn.set(d,!1),!1;for(let y of h){if(!Ya(y))continue;let C=y.vars;if(!Ya(C)||!qf.some($=>typeof C[$]=="function"))continue;let Z=Xa(y,"totalDuration")??Xa(y,"duration");if(Z!=null&&Z<=1e-6)return sn.set(d,!0),!0}return sn.set(d,!1),!1};function _t(d,g){let h=e.capturedTimeline,y=g?.suppressEvents===!0;if(h){g?.activateChildren&&Ka(h);let C=h,I=d;if(typeof C.totalDuration=="function")try{let G=Number(C.totalDuration());Number.isFinite(G)&&G>0&&d>G&&(I=G)}catch(G){L("runtime.init.transport.clampDuration",G)}try{typeof h.totalTime=="function"?(h.totalTime(I,y),!y&&!$f(h)&&(h.totalTime(I+.001,!0),h.totalTime(I,!0))):h.seek(I,y)}catch(G){L("runtime.init.transport.seek",G)}}zf(d,g),h&&g?.activateChildren&&Ka(h);for(let C of e.deterministicAdapters)if(!(C.name==="gsap"&&h))try{C.seek({time:d,suppressEvents:y})}catch(I){L("runtime.init.transport.adapter",I)}}let jf=()=>{try{return document.querySelector(`[${Pd}]`)!=null}catch{return!1}},Ja=()=>{if(!(e.tornDown||Ai)){Ai=!0;try{if(e.transportRafId=window.requestAnimationFrame(Ja),ur+=1,Od({tick:ur,isPlaying:c.isPlaying(),hasCapturedTimeline:e.capturedTimeline!=null,currentTimeSeconds:c.now()})){let g=e.capturedTimeline;if(nn()){e.capturedTimeline&&!He._timeline&&(He._timeline=e.capturedTimeline),e.capturedTimeline&&e.capturedTimeline!==g&&at(e.capturedTimeline);let h=xe(e.capturedTimeline,0);h>0&&c.setDuration(h),At()}}if(ur%20===0&&At(),ur%30===0&&hi(),e.capturedTimeline){let g=xe(e.capturedTimeline,0);g>0&&(!c.isPlaying()||g>=c.getDuration())&&c.setDuration(g)}if(c.isPlaying()&&!e.mediaOutputMuted)if(!e.nativeMediaSyncDisabled&&!e.webAudioMediaDisabled&&m.isActive()&&m.context){let g=m.getTime();g>=0&&c.attachAudioSource({currentTimeSeconds:g})}else{let g=document.querySelectorAll("audio[data-start]"),h=!1;for(let y of g){if(!(y instanceof HTMLMediaElement)||!y.isConnected)continue;let C=Number.parseFloat(y.dataset.start??""),I=Se(y.dataset.duration),G=I!=null&&I>0?C+I:1/0,Z=Ke(y);if(Number.isFinite(C)&&e.currentTime>=C&&e.currentTime<G){y.paused?!y.error&&y.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&(c.attachAudioSource({currentTimeSeconds:e.currentTime}),h=!0):(c.attachAudioSource({el:y,compositionStart:C,mediaStart:Z}),h=!0);break}}!h&&c.hasAudioSource()&&c.detachAudioSource()}else c.hasAudioSource()&&c.detachAudioSource();let d=c.now();if(e.currentTime=d,(c.isPlaying()||!jf())&&_t(d),c.isPlaying()&&$e.redrawAnimated(),c.isPlaying()&&c.reachedEnd()){m.stopAll(),c.detachAudioSource(),c.pause(),e.isPlaying=!1;let g=c.getDuration();Number.isFinite(g)&&(c.seek(g),e.currentTime=g,_t(g)),Oe("pause"),Pe(),Fe(!0);return}c.isPlaying()&&Pe(),Fe(!1)}finally{Ai=!1}}},Qa=d=>{let g=document.querySelectorAll("video, audio");for(let h of g){if(!(h instanceof HTMLMediaElement)||!h.isConnected)continue;let y=Number.parseFloat(h.dataset.start??"");if(!Number.isFinite(y))continue;let C=Se(h.dataset.duration),I=C!=null&&C>0?y+C:1/0;if(d<y||d>=I)continue;let G=Ke(h),Z=d-y+G;if(Z>=0)try{h.currentTime=Z}catch{}}},Za=()=>{if(e.nativeMediaSyncDisabled||e.webAudioMediaDisabled)return;let d=m.startGeneration(),g=document.querySelectorAll("audio[data-start]");for(let h of g){if(!(h instanceof HTMLMediaElement)||!h.isConnected)continue;let y=Number.parseFloat(h.dataset.start??"");if(!Number.isFinite(y))continue;let C=Ke(h),I=Number.parseFloat(h.dataset.volume??""),G=Number.isFinite(I)?I:1,Z=Se(h.dataset.duration),$=Z!=null&&Z>0?Z:Number.POSITIVE_INFINITY,de=h.closest("[data-composition-id]");if(de){let Me=B(de,0),ie=ee(de,{includeAuthoredTimingAttrs:!0});ie!=null&&ie>0&&($=Math.min($,Math.max(0,Me+ie-y)))}m.scheduleMediaElementPlayback(h,y,C,c.now(),G,d,e.playbackRate).then(Me=>{if(Me||!c.isPlaying())return;let ie=e.playbackRate*Te(h),te=h.hasAttribute("data-fx-chain")||h.hasAttribute("data-automation");if(Math.abs(ie-1)>1e-9){te&&(h.muted=!0);return}m.decodeAudioElement(h).then(ve=>{!ve||!c.isPlaying()||m.schedulePlayback(h,ve,y,C,c.now(),G,d,e.playbackRate,$)})})}};function es(){m.setRate(e.playbackRate)&&!e.nativeMediaSyncDisabled&&!e.webAudioMediaDisabled&&f&&c.isPlaying()&&m.hasBoundedActiveSources()&&(m.stopAll(),Za())}if(e.capturedTimeline){let d=xe(e.capturedTimeline,0);d>0&&c.setDuration(d),at(e.capturedTimeline)}Bc(window),e.transportRafId=window.requestAnimationFrame(Ja),At(),Fe(!0),e.controlBridgeHandler=is({onPlay:()=>{He.play(),Ne("composition_played",{time:He.getTime()})},onPause:()=>{He.pause(),Ne("composition_paused",{time:He.getTime()})},onStopMedia:()=>{m.stopAll();let d=document.querySelectorAll("video, audio");for(let g of d)g instanceof HTMLMediaElement&&!g.paused&&g.pause()},onSeek:(d,g)=>{He.seek(d),Ne("composition_seeked",{time:d})},onSetMuted:d=>{e.bridgeMuted=d;let g=d||e.mediaOutputMuted;m.setMuted(g);let h=document.querySelectorAll("video, audio");for(let y of h)y instanceof HTMLMediaElement&&(y.muted=g||y.defaultMuted)},onSetVolume:d=>{e.bridgeVolume=d,m.setVolume(d);let g=document.querySelectorAll("video, audio");for(let h of g){if(!(h instanceof HTMLMediaElement))continue;let y=parseFloat(h.dataset.volume??""),C=Number.isFinite(y)?y:1;h.volume=Math.max(0,Math.min(1,C*d))}},onSetMediaOutputMuted:d=>{e.mediaOutputMuted=d;let g=d||e.bridgeMuted;m.setMuted(g);let h=document.querySelectorAll("video, audio");for(let y of h)y instanceof HTMLMediaElement&&(y.muted=g||y.defaultMuted)},onSetNativeMediaSyncDisabled:d=>{e.nativeMediaSyncDisabled!==d&&(e.nativeMediaSyncDisabled=d,e.mediaForceSyncNextTick=!0,d?(m.stopAll(),c.detachAudioSource()):Pe())},onSetWebAudioMediaDisabled:d=>{e.webAudioMediaDisabled!==d&&(e.webAudioMediaDisabled=d,e.mediaForceSyncNextTick=!0,d&&(m.stopAll(),c.detachAudioSource()),Pe())},onSetPlaybackRate:d=>{Ei(d),e.transportClock&&e.transportClock.setRate(e.playbackRate),es()},onSetRootDuration:Hf,onSetColorGrading:(d,g)=>{$e.setGrading(d,g)},onSetColorGradingCompare:(d,g)=>{$e.setCompare(d,g)},onTick:()=>{if(e.tornDown||!c.isPlaying())return;let d=c.now();if(e.currentTime=d,_t(d),c.reachedEnd()){m.stopAll(),c.detachAudioSource(),c.pause(),e.isPlaying=!1;let g=c.getDuration();Number.isFinite(g)&&(c.seek(g),e.currentTime=g,_t(g)),Oe("pause"),Pe(),Fe(!0)}},onEnablePickMode:()=>lr.enablePickMode(),onDisablePickMode:()=>lr.disablePickMode(),getCanonicalFps:()=>e.canonicalFps});let Ci=()=>{if(!e.tornDown){e.tornDown=!0,e.transportRafId!=null&&(window.cancelAnimationFrame(e.transportRafId),e.transportRafId=null),e.transportClock=null,m.destroy(),Et!=null&&(window.clearTimeout(Et),Et=null),l!=null&&(window.cancelAnimationFrame(l),l=null),Df(),e.controlBridgeHandler&&(window.removeEventListener("message",e.controlBridgeHandler),e.controlBridgeHandler=null),r&&(window.removeEventListener("error",r),r=null),i&&(window.removeEventListener("unhandledrejection",i),i=null),e.beforeUnloadHandler&&(window.removeEventListener("beforeunload",e.beforeUnloadHandler),e.beforeUnloadHandler=null),lr.disablePickMode();for(let d of e.deterministicAdapters)if(!(!d||typeof d.revert!="function"))try{d.revert()}catch(g){L("runtime.init.site12",g)}e.deterministicAdapters=[];for(let d of o.splice(0))try{d()}catch(g){L("runtime.init.site13",g)}for(let d of e.injectedCompStyles)try{d.remove()}catch(g){L("runtime.init.site14",g)}e.injectedCompStyles=[];for(let d of e.injectedCompLinks)try{d.remove()}catch(g){L("runtime.init.site15",g)}e.injectedCompLinks=[];for(let d of e.injectedCompScripts)try{d.remove()}catch(g){L("runtime.init.site16",g)}e.injectedCompScripts=[],e.capturedTimeline=null,window.__hfRuntimeTeardown===Ci&&(window.__hfRuntimeTeardown=null)}};window.__hfRuntimeTeardown=Ci,e.beforeUnloadHandler=Ci,window.addEventListener("beforeunload",e.beforeUnloadHandler)}var jd=["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"],Fa=[[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 Ex(e){if(e<=255)return jd[e];let t=0,n=Fa.length-1;for(;t<=n;){let r=t+n>>1,i=Fa[r];if(e<i[0]){n=r-1;continue}if(e>i[1]){t=r+1;continue}return i[2]}return"L"}function Ax(e){let t=e.length;if(t===0)return null;let n=new Array(t),r=!1;for(let u=0;u<t;){let c=e.charCodeAt(u),m=c,f=1;if(c>=55296&&c<=56319&&u+1<t){let b=e.charCodeAt(u+1);b>=56320&&b<=57343&&(m=(c-55296<<10)+(b-56320)+65536,f=2)}let p=Ex(m);(p==="R"||p==="AL"||p==="AN")&&(r=!0);for(let b=0;b<f;b++)n[u+b]=p;u+=f}if(!r)return null;let i=0;for(let u=0;u<t;u++){let c=n[u];if(c==="L"){i=0;break}if(c==="R"||c==="AL"){i=1;break}}let o=new Int8Array(t);for(let u=0;u<t;u++)o[u]=i;let a=i&1?"R":"L",l=a,s=l;for(let u=0;u<t;u++)n[u]==="NSM"?n[u]=s:s=n[u];s=l;for(let u=0;u<t;u++){let c=n[u];c==="EN"?n[u]=s==="AL"?"AN":"EN":(c==="R"||c==="L"||c==="AL")&&(s=c)}for(let u=0;u<t;u++)n[u]==="AL"&&(n[u]="R");for(let u=1;u<t-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<t;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<t&&n[c]==="ET";c++)n[c]="EN"}for(let u=0;u<t;u++){let c=n[u];(c==="WS"||c==="ES"||c==="ET"||c==="CS")&&(n[u]="ON")}s=l;for(let u=0;u<t;u++){let c=n[u];c==="EN"?n[u]=s==="L"?"L":"EN":(c==="R"||c==="L")&&(s=c)}for(let u=0;u<t;u++){if(n[u]!=="ON")continue;let c=u+1;for(;c<t&&n[c]==="ON";)c++;let m=u>0?n[u-1]:l,f=c<t?n[c]:l,p=m!=="L"?"R":"L";if(p===(f!=="L"?"R":"L"))for(let v=u;v<c;v++)n[v]=p;u=c-1}for(let u=0;u<t;u++)n[u]==="ON"&&(n[u]=a);for(let u=0;u<t;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 Kd(e,t){let n=Ax(e);if(n===null)return null;let r=new Int8Array(t.length);for(let i=0;i<t.length;i++)r[i]=n[t[i]];return r}var Cx=/[ \\t\\n\\r\\f]+/g,_x=/[\\t\\n\\r\\f]| {2,}|^ | $/;function wx(e){let t=e??"normal";return t==="pre-wrap"?{mode:t,preserveOrdinarySpaces:!0,preserveHardBreaks:!0}:{mode:t,preserveOrdinarySpaces:!1,preserveHardBreaks:!1}}function Tx(e){if(!_x.test(e))return e;let t=e.replace(Cx," ");return t.charCodeAt(0)===32&&(t=t.slice(1)),t.length>0&&t.charCodeAt(t.length-1)===32&&(t=t.slice(0,-1)),t}function Rx(e){return/[\\r\\f]/.test(e)?e.replace(/\\r\\n/g,`\n`).replace(/[\\r\\f]/g,`\n`):e.replace(/\\r\\n/g,`\n`)}var Ma=null,kx;function Fx(){return Ma===null&&(Ma=new Intl.Segmenter(kx,{granularity:"word"})),Ma}var Mx=/\\p{Script=Arabic}/u,li=/\\p{M}/u,nf=/\\p{Nd}/u;function Yd(e){return Mx.test(e)}function Xd(e){return e>=19968&&e<=40959||e>=13312&&e<=19903||e>=131072&&e<=173791||e>=173824&&e<=177983||e>=177984&&e<=178207||e>=178208&&e<=183983||e>=183984&&e<=191471||e>=191472&&e<=192093||e>=194560&&e<=195103||e>=196608&&e<=201551||e>=201552&&e<=205743||e>=205744&&e<=210041||e>=63744&&e<=64255||e>=12288&&e<=12351||e>=12352&&e<=12447||e>=12448&&e<=12543||e>=44032&&e<=55215||e>=65280&&e<=65519}function ze(e){for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);if(!(n<12288)){if(n>=55296&&n<=56319&&t+1<e.length){let r=e.charCodeAt(t+1);if(r>=56320&&r<=57343){let i=(n-55296<<10)+(r-56320)+65536;if(Xd(i))return!0;t++;continue}}if(Xd(n))return!0}}return!1}function Nx(e){let t=di(e);return t!==null&&(ci.has(t)||yt.has(t))}var Lx=new Set(["\\xA0","\\u202F","\\u2060","\\uFEFF"]);function Dx(e){return ze(e)}function Ix(e){let t=di(e);return t!==null&&Lx.has(t)}function ui(e){return!Nx(e)&&!Ix(e)}var ci=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"]),ir=new Set([\'"\',"(","[","{","\\u201C","\\u2018","\\xAB","\\u2039","\\uFF08","\\u3014","\\u3008","\\u300A","\\u300C","\\u300E","\\u3010","\\u3016","\\u3018","\\u301A"]),La=new Set(["\'","\\u2019"]),yt=new Set([".",",","!","?",":",";","\\u060C","\\u061B","\\u061F","\\u0964","\\u0965","\\u104A","\\u104B","\\u104C","\\u104D","\\u104F",")","]","}","%",\'"\',"\\u201D","\\u2019","\\xBB","\\u203A","\\u2026"]),Px=new Set([":",".","\\u060C","\\u061B"]),Ox=new Set(["\\u104F"]),Hx=new Set(["\\u201D","\\u2019","\\xBB","\\u203A","\\u300D","\\u300F","\\u3011","\\u300B","\\u3009","\\u3015","\\uFF09"]);function Gx(e){if(Da(e))return!0;let t=!1;for(let n of e){if(yt.has(n)){t=!0;continue}if(!(t&&li.test(n)))return!1}return t}function Bx(e){for(let t of e)if(!ci.has(t)&&!yt.has(t))return!1;return e.length>0}function Ux(e){if(Da(e))return!0;for(let t of e)if(!ir.has(t)&&!La.has(t)&&!li.test(t))return!1;return e.length>0}function Da(e){let t=!1;for(let n of e)if(!(n==="\\\\"||li.test(n))){if(ir.has(n)||yt.has(n)||La.has(n)){t=!0;continue}return!1}return t}function rf(e,t){let n=t-1;if(n<=0)return Math.max(n,0);let r=e.charCodeAt(n);if(r<56320||r>57343)return n;let i=n-1;if(i<0)return n;let o=e.charCodeAt(i);return o>=55296&&o<=56319?i:n}function di(e){if(e.length===0)return null;let t=rf(e,e.length);return e.slice(t)}function Wx(e){let t=Array.from(e),n=t.length;for(;n>0;){let r=t[n-1];if(li.test(r)){n--;continue}if(ir.has(r)||La.has(r)){n--;continue}break}return n<=0||n===t.length?null:{head:t.slice(0,n).join(""),tail:t.slice(n).join("")}}function Vx(e,t,n){return n==="text"&&!t&&e.length===1&&e!=="-"&&e!=="\\u2014"?e:null}function Jd(e,t,n,r){let i=t[r],o=e[r];if(i==null)return o;let a=n[r];if(o.length===a)return o;let l=i.repeat(a);return e[r]=l,l}function Qd(e,t){return e&&t!==null&&Px.has(t)}function zx(e){let t=di(e);return t!==null&&Ox.has(t)}function qx(e){if(e.length<2||e[0]!==" ")return null;let t=e.slice(1);return/^\\p{M}+$/u.test(t)?{space:" ",marks:t}:null}function fi(e){let t=e.length;for(;t>0;){let n=rf(e,t),r=e.slice(n,t);if(Hx.has(r))return!0;if(!yt.has(r))return!1;t=n}return!1}function $x(e,t){if(t.preserveOrdinarySpaces||t.preserveHardBreaks){if(e===" ")return"preserved-space";if(e===" ")return"tab";if(t.preserveHardBreaks&&e===`\n`)return"hard-break"}return e===" "?"space":e==="\\xA0"||e==="\\u202F"||e==="\\u2060"||e==="\\uFEFF"?"glue":e==="\\u200B"?"zero-width-break":e==="\\xAD"?"soft-hyphen":"text"}var jx=/[\\x20\\t\\n\\xA0\\xAD\\u200B\\u202F\\u2060\\uFEFF]/;function De(e){return e.length===1?e[0]:e.join("")}function Kx(e,t){let n=[];for(let r=e.length-1;r>=0;r--)n.push(e[r]);return n.push(t),De(n)}function Yx(e,t,n,r){if(!jx.test(e))return[{text:e,isWordLike:t,kind:"text",start:n}];let i=[],o=null,a=[],l=n,s=!1,u=0;for(let c of e){let m=$x(c,r),f=m==="text"&&t;if(o!==null&&m===o&&f===s){a.push(c),u+=c.length;continue}o!==null&&i.push({text:De(a),isWordLike:s,kind:o,start:l}),o=m,a=[c],l=n+u,s=f,u+=c.length}return o!==null&&i.push({text:De(a),isWordLike:s,kind:o,start:l}),i}function Na(e){return e==="space"||e==="preserved-space"||e==="zero-width-break"||e==="hard-break"}var Xx=/^[A-Za-z][A-Za-z0-9+.-]*:$/;function Jx(e,t){let n=e.texts[t];return n.startsWith("www.")?!0:Xx.test(n)&&t+1<e.len&&e.kinds[t+1]==="text"&&e.texts[t+1]==="//"}function Qx(e){return e.includes("?")&&(e.includes("://")||e.startsWith("www."))}function Zx(e){let t=e.texts.slice(),n=e.isWordLike.slice(),r=e.kinds.slice(),i=e.starts.slice();for(let a=0;a<e.len;a++){if(r[a]!=="text"||!Jx(e,a))continue;let l=[t[a]],s=a+1;for(;s<e.len&&!Na(r[s]);){l.push(t[s]),n[a]=!0;let u=t[s].includes("?");if(r[s]="text",t[s]="",s++,u)break}t[a]=De(l)}let o=0;for(let a=0;a<t.length;a++){let l=t[a];l.length!==0&&(o!==a&&(t[o]=l,n[o]=n[a],r[o]=r[a],i[o]=i[a]),o++)}return t.length=o,n.length=o,r.length=o,i.length=o,{len:o,texts:t,isWordLike:n,kinds:r,starts:i}}function ey(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o];if(t.push(a),n.push(e.isWordLike[o]),r.push(e.kinds[o]),i.push(e.starts[o]),!Qx(a))continue;let l=o+1;if(l>=e.len||Na(e.kinds[l]))continue;let s=[],u=e.starts[l],c=l;for(;c<e.len&&!Na(e.kinds[c]);)s.push(e.texts[c]),c++;s.length>0&&(t.push(De(s)),n.push(!0),r.push("text"),i.push(u),o=c-1)}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}var ty=new Set([":","-","/","\\xD7",",",".","+","\\u2013","\\u2014"]),Zd=/^[A-Za-z0-9_]+[,:;]*$/,ef=/[,:;]+$/;function of(e){for(let t of e)if(nf.test(t))return!0;return!1}function rr(e){if(e.length===0)return!1;for(let t of e)if(!(nf.test(t)||ty.has(t)))return!1;return!0}function ny(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o],l=e.kinds[o];if(l==="text"&&rr(a)&&of(a)){let s=[a],u=o+1;for(;u<e.len&&e.kinds[u]==="text"&&rr(e.texts[u]);)s.push(e.texts[u]),u++;t.push(De(s)),n.push(!0),r.push("text"),i.push(e.starts[o]),o=u-1;continue}t.push(a),n.push(e.isWordLike[o]),r.push(l),i.push(e.starts[o])}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function ry(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o],l=e.kinds[o],s=e.isWordLike[o];if(l==="text"&&s&&Zd.test(a)){let u=[a],c=ef.test(a),m=o+1;for(;c&&m<e.len&&e.kinds[m]==="text"&&e.isWordLike[m]&&Zd.test(e.texts[m]);){let f=e.texts[m];u.push(f),c=ef.test(f),m++}t.push(De(u)),n.push(!0),r.push("text"),i.push(e.starts[o]),o=m-1;continue}t.push(a),n.push(s),r.push(l),i.push(e.starts[o])}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function iy(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o];if(e.kinds[o]==="text"&&a.includes("-")){let l=a.split("-"),s=l.length>1;for(let u=0;u<l.length;u++){let c=l[u];if(!s)break;(c.length===0||!of(c)||!rr(c))&&(s=!1)}if(s){let u=0;for(let c=0;c<l.length;c++){let m=l[c],f=c<l.length-1?`${m}-`:m;t.push(f),n.push(!0),r.push("text"),i.push(e.starts[o]+u),u+=f.length}continue}}t.push(a),n.push(e.isWordLike[o]),r.push(e.kinds[o]),i.push(e.starts[o])}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function oy(e){let t=[],n=[],r=[],i=[],o=0;for(;o<e.len;){let a=[e.texts[o]],l=e.isWordLike[o],s=e.kinds[o],u=e.starts[o];if(s==="glue"){let c=[a[0]],m=u;for(o++;o<e.len&&e.kinds[o]==="glue";)c.push(e.texts[o]),o++;let f=De(c);if(o<e.len&&e.kinds[o]==="text")a[0]=f,a.push(e.texts[o]),l=e.isWordLike[o],s="text",u=m,o++;else{t.push(f),n.push(!1),r.push("glue"),i.push(m);continue}}else o++;if(s==="text")for(;o<e.len&&e.kinds[o]==="glue";){let c=[];for(;o<e.len&&e.kinds[o]==="glue";)c.push(e.texts[o]),o++;let m=De(c);if(o<e.len&&e.kinds[o]==="text"){a.push(m,e.texts[o]),l=l||e.isWordLike[o],o++;continue}a.push(m)}t.push(De(a)),n.push(l),r.push(s),i.push(u)}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function ay(e){let t=e.texts.slice(),n=e.isWordLike.slice(),r=e.kinds.slice(),i=e.starts.slice();for(let o=0;o<t.length-1;o++){if(r[o]!=="text"||r[o+1]!=="text"||!ze(t[o])||!ze(t[o+1]))continue;let a=Wx(t[o]);a!==null&&(t[o]=a.head,t[o+1]=a.tail+t[o+1],i[o+1]=i[o]+a.head.length)}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function tf(e,t,n){let r=Fx(),i=0,o=[],a=[],l=[],s=[],u=[],c=[],m=[],f=[],p=[],b=[],v=[],x=[];for(let A of r.segment(e))for(let S of Yx(A.segment,A.isWordLike??!1,A.index,n)){let B=function(){c[k]!==null&&(a[k]=[Jd(o,c,m,k)],c[k]=null),a[k].push(S.text),l[k]=l[k]||S.isWordLike,f[k]=f[k]||N,p[k]=p[k]||D,b[k]=z,v[k]=j,x[k]=Qd(p[k],H)},E=S.kind==="text",_=Vx(S.text,S.isWordLike,S.kind),N=ze(S.text),D=Yd(S.text),H=di(S.text),z=fi(S.text),j=zx(S.text),k=i-1;t.carryCJKAfterClosingQuote&&E&&i>0&&s[k]==="text"&&N&&f[k]&&b[k]||E&&i>0&&s[k]==="text"&&Bx(S.text)&&f[k]||E&&i>0&&s[k]==="text"&&v[k]?B():E&&i>0&&s[k]==="text"&&S.isWordLike&&D&&x[k]?(B(),l[k]=!0):_!==null&&i>0&&s[k]==="text"&&c[k]===_?m[k]=(m[k]??1)+1:E&&!S.isWordLike&&i>0&&s[k]==="text"&&(Gx(S.text)||S.text==="-"&&l[k])?B():(o[i]=S.text,a[i]=[S.text],l[i]=S.isWordLike,s[i]=S.kind,u[i]=S.start,c[i]=_,m[i]=_===null?0:1,f[i]=N,p[i]=D,b[i]=z,v[i]=j,x[i]=Qd(D,H),i++)}for(let A=0;A<i;A++){if(c[A]!==null){o[A]=Jd(o,c,m,A);continue}o[A]=De(a[A])}for(let A=1;A<i;A++)s[A]==="text"&&!l[A]&&Da(o[A])&&s[A-1]==="text"&&(o[A-1]+=o[A],l[A-1]=l[A-1]||l[A],o[A]="");let w=Array.from({length:i},()=>null),R=-1;for(let A=i-1;A>=0;A--){let S=o[A];if(S.length!==0){if(s[A]==="text"&&!l[A]&&Ux(S)&&R>=0&&s[R]==="text"){let E=w[R]??[];E.push(S),w[R]=E,u[R]=u[A],o[A]="";continue}R=A}}for(let A=0;A<i;A++){let S=w[A];S!=null&&(o[A]=Kx(S,o[A]))}let T=0;for(let A=0;A<i;A++){let S=o[A];S.length!==0&&(T!==A&&(o[T]=S,l[T]=l[A],s[T]=s[A],u[T]=u[A]),T++)}o.length=T,l.length=T,s.length=T,u.length=T;let F=oy({len:T,texts:o,isWordLike:l,kinds:s,starts:u}),M=ay(ry(iy(ny(ey(Zx(F))))));for(let A=0;A<M.len-1;A++){let S=qx(M.texts[A]);S!==null&&(M.kinds[A]!=="space"&&M.kinds[A]!=="preserved-space"||M.kinds[A+1]!=="text"||!Yd(M.texts[A+1])||(M.texts[A]=S.space,M.isWordLike[A]=!1,M.kinds[A]=M.kinds[A]==="preserved-space"?"preserved-space":"space",M.texts[A+1]=S.marks+M.texts[A+1],M.starts[A+1]=M.starts[A]+S.space.length))}return M}function sy(e,t){if(e.len===0)return[];if(!t.preserveHardBreaks)return[{startSegmentIndex:0,endSegmentIndex:e.len,consumedEndSegmentIndex:e.len}];let n=[],r=0;for(let i=0;i<e.len;i++)e.kinds[i]==="hard-break"&&(n.push({startSegmentIndex:r,endSegmentIndex:i,consumedEndSegmentIndex:i+1}),r=i+1);return r<e.len&&n.push({startSegmentIndex:r,endSegmentIndex:e.len,consumedEndSegmentIndex:e.len}),n}function ly(e){if(e.len<=1)return e;let t=[],n=[],r=[],i=[],o=null,a=!1,l=0,s=!1,u=!1;function c(){o!==null&&(t.push(De(o)),n.push(a),r.push("text"),i.push(l),o=null)}for(let m=0;m<e.len;m++){let f=e.texts[m],p=e.kinds[m],b=e.isWordLike[m],v=e.starts[m];if(p==="text"){let x=Dx(f),w=ui(f);if(o!==null&&s&&u){o.push(f),a=a||b,s=s||x,u=w;continue}c(),o=[f],a=b,l=v,s=x,u=w;continue}c(),t.push(f),n.push(b),r.push(p),i.push(v)}return c(),{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function af(e,t,n="normal",r="normal"){let i=wx(n),o=i.mode==="pre-wrap"?Rx(e):Tx(e);if(o.length===0)return{normalized:o,chunks:[],len:0,texts:[],isWordLike:[],kinds:[],starts:[]};let a=r==="keep-all"?ly(tf(o,t,i)):tf(o,t,i);return{normalized:o,chunks:sy(a,i),...a}}var en=null,sf=new Map,tn=null,uy=96,cy=/\\p{Emoji_Presentation}/u,dy=/[\\p{Emoji_Presentation}\\p{Extended_Pictographic}\\p{Regional_Indicator}\\uFE0F\\u20E3]/u,Ia=null,lf=new Map;function Pa(){if(en!==null)return en;if(typeof OffscreenCanvas<"u")return en=new OffscreenCanvas(1,1).getContext("2d"),en;if(typeof document<"u")return en=document.createElement("canvas").getContext("2d"),en;throw new Error("Text measurement requires OffscreenCanvas or a DOM canvas context.")}function fy(e){let t=sf.get(e);return t||(t=new Map,sf.set(e,t)),t}function st(e,t){let n=t.get(e);return n===void 0&&(n={width:Pa().measureText(e).width,containsCJK:ze(e)},t.set(e,n)),n}function St(){if(tn!==null)return tn;if(typeof navigator>"u")return tn={lineFitEpsilon:.005,carryCJKAfterClosingQuote:!1,preferPrefixWidthsForBreakableRuns:!1,preferEarlySoftHyphenBreak:!1},tn;let e=navigator.userAgent,n=navigator.vendor==="Apple Computer, Inc."&&e.includes("Safari/")&&!e.includes("Chrome/")&&!e.includes("Chromium/")&&!e.includes("CriOS/")&&!e.includes("FxiOS/")&&!e.includes("EdgiOS/"),r=e.includes("Chrome/")||e.includes("Chromium/")||e.includes("CriOS/")||e.includes("Edg/");return tn={lineFitEpsilon:n?1/64:.005,carryCJKAfterClosingQuote:r,preferPrefixWidthsForBreakableRuns:n,preferEarlySoftHyphenBreak:n},tn}function my(e){let t=e.match(/(\\d+(?:\\.\\d+)?)\\s*px/);return t?parseFloat(t[1]):16}function uf(){return Ia===null&&(Ia=new Intl.Segmenter(void 0,{granularity:"grapheme"})),Ia}function py(e){return cy.test(e)||e.includes("\\uFE0F")}function cf(e){return dy.test(e)}function hy(e,t){let n=lf.get(e);if(n!==void 0)return n;let r=Pa();r.font=e;let i=r.measureText("\\u{1F600}").width;if(n=0,i>t+.5&&typeof document<"u"&&document.body!==null){let o=document.createElement("span");o.style.font=e,o.style.display="inline-block",o.style.visibility="hidden",o.style.position="absolute",o.textContent="\\u{1F600}",document.body.appendChild(o);let a=o.getBoundingClientRect().width;document.body.removeChild(o),i-a>.5&&(n=i-a)}return lf.set(e,n),n}function gy(e){let t=0,n=uf();for(let r of n.segment(e))py(r.segment)&&t++;return t}function by(e,t){return t.emojiCount===void 0&&(t.emojiCount=gy(e)),t.emojiCount}function vt(e,t,n){return n===0?t.width:t.width-by(e,t)*n}function df(e,t,n,r,i){if(t.breakableFitAdvances!==void 0)return t.breakableFitAdvances;let o=uf(),a=[];for(let c of o.segment(e))a.push(c.segment);if(a.length<=1)return t.breakableFitAdvances=null,t.breakableFitAdvances;if(i==="sum-graphemes"){let c=[];for(let m of a){let f=st(m,n);c.push(vt(m,f,r))}return t.breakableFitAdvances=c,t.breakableFitAdvances}if(i==="pair-context"||a.length>uy){let c=[],m=null,f=0;for(let p of a){let b=st(p,n),v=vt(p,b,r);if(m===null)c.push(v);else{let x=m+p,w=st(x,n);c.push(vt(x,w,r)-f)}m=p,f=v}return t.breakableFitAdvances=c,t.breakableFitAdvances}let l=[],s="",u=0;for(let c of a){s+=c;let m=st(s,n),f=vt(s,m,r);l.push(f-u),u=f}return t.breakableFitAdvances=l,t.breakableFitAdvances}function ff(e,t){let n=Pa();n.font=e;let r=fy(e),i=my(e),o=t?hy(e,i):0;return{cache:r,fontSize:i,emojiCorrection:o}}function xy(e,t){for(;t<e.widths.length;){let n=e.kinds[t];if(n!=="space"&&n!=="zero-width-break"&&n!=="soft-hyphen")break;t++}return t}function mf(e,t){if(t<=0)return 0;let n=e%t;return Math.abs(n)<=1e-6?t:t-n}function pf(e,t,n,r,i){let o=0,a=t;for(;o<e.length;){let l=a+e[o];if((o+1<e.length?l+i:l)>n+r)break;a=l,o++}return{fitCount:o,fittedWidth:a}}function yy(e,t){let n=0,r=e.chunks.length;for(;n<r;){let i=Math.floor((n+r)/2);t<e.chunks[i].consumedEndSegmentIndex?r=i:n=i+1}return n<e.chunks.length?n:-1}function hf(e,t,n){let r=n.segmentIndex;if(n.graphemeIndex>0)return t;let i=e.chunks[t];if(i.startSegmentIndex===i.endSegmentIndex&&r===i.startSegmentIndex)return n.segmentIndex=r,n.graphemeIndex=0,t;for(r<i.startSegmentIndex&&(r=i.startSegmentIndex);r<i.endSegmentIndex;){let o=e.kinds[r];if(o!=="space"&&o!=="zero-width-break"&&o!=="soft-hyphen")return n.segmentIndex=r,n.graphemeIndex=0,t;r++}return i.consumedEndSegmentIndex>=e.widths.length?-1:(n.segmentIndex=i.consumedEndSegmentIndex,n.graphemeIndex=0,t+1)}function gf(e,t){if(t.segmentIndex>=e.widths.length)return-1;let n=yy(e,t.segmentIndex);return n<0?-1:hf(e,n,t)}function vy(e,t,n){if(n.segmentIndex>=e.widths.length)return-1;let r=t;for(;r<e.chunks.length&&n.segmentIndex>=e.chunks[r].consumedEndSegmentIndex;)r++;return r>=e.chunks.length?-1:hf(e,r,n)}function bf(e,t){return e.simpleLineWalkFastPath?xf(e,t):Oa(e,t)}function xf(e,t,n){let{widths:r,kinds:i,breakableFitAdvances:o}=e;if(r.length===0)return 0;let l=St().lineFitEpsilon,s=t+l,u=0,c=0,m=!1,f=0,p=0,b=0,v=0,x=-1,w=0;function R(){x=-1,w=0}function T(_=b,N=v,D=c){u++,n?.({startSegmentIndex:f,startGraphemeIndex:p,endSegmentIndex:_,endGraphemeIndex:N,width:D}),c=0,m=!1,R()}function F(_,N){m=!0,f=_,p=0,b=_+1,v=0,c=N}function M(_,N,D){m=!0,f=_,p=N,b=_,v=N+1,c=D}function A(_,N){if(!m){F(_,N);return}c+=N,b=_+1,v=0}function S(_,N){let D=o[_];for(let H=N;H<D.length;H++){let z=D[H];m?c+z>s?(T(),M(_,H,z)):(c+=z,b=_,v=H+1):M(_,H,z)}m&&b===_&&v===D.length&&(b=_+1,v=0)}let E=0;for(;E<r.length&&!(!m&&(E=xy(e,E),E>=r.length));){let _=r[E],N=i[E],D=N==="space"||N==="preserved-space"||N==="tab"||N==="zero-width-break"||N==="soft-hyphen";if(!m){_>t&&o[E]!==null?S(E,0):F(E,_),D&&(x=E+1,w=c-_),E++;continue}if(c+_>s){if(D){A(E,_),T(E+1,0,c-_),E++;continue}if(x>=0){if(b>x||b===x&&v>0){T();continue}T(x,0,w);continue}if(_>t&&o[E]!==null){T(),S(E,0),E++;continue}T();continue}A(E,_),D&&(x=E+1,w=c-_),E++}return m&&T(),u}function Oa(e,t,n){if(e.simpleLineWalkFastPath)return xf(e,t,n);let{widths:r,lineEndFitAdvances:i,lineEndPaintAdvances:o,kinds:a,breakableFitAdvances:l,discretionaryHyphenWidth:s,tabStopAdvance:u,chunks:c}=e;if(r.length===0||c.length===0)return 0;let m=St(),f=m.lineFitEpsilon,p=t+f,b=0,v=0,x=!1,w=0,R=0,T=0,F=0,M=-1,A=0,S=0,E=null;function _(){M=-1,A=0,S=0,E=null}function N(U=T,V=F,q=v){b++,n?.({startSegmentIndex:w,startGraphemeIndex:R,endSegmentIndex:U,endGraphemeIndex:V,width:q}),v=0,x=!1,_()}function D(U,V){x=!0,w=U,R=0,T=U+1,F=0,v=V}function H(U,V,q){x=!0,w=U,R=V,T=U,F=V+1,v=q}function z(U,V){if(!x){D(U,V);return}v+=V,T=U+1,F=0}function j(U,V,q,X){if(!V)return;let _e=U==="tab"?0:i[q],W=U==="tab"?X:o[q];M=q+1,A=v-X+_e,S=v-X+W,E=U}function k(U,V){let q=l[U];for(let X=V;X<q.length;X++){let _e=q[X];x?v+_e>p?(N(),H(U,X,_e)):(v+=_e,T=U,F=X+1):H(U,X,_e)}x&&T===U&&F===q.length&&(T=U+1,F=0)}function B(U){if(E!=="soft-hyphen")return!1;let V=l[U];if(V==null)return!1;let{fitCount:q,fittedWidth:X}=pf(V,v,t,f,s);return q===0?!1:(v=X,T=U,F=q,_(),q===V.length?(T=U+1,F=0,!0):(N(U,q,X+s),k(U,q),!0))}function ee(U){b++,n?.({startSegmentIndex:U.startSegmentIndex,startGraphemeIndex:0,endSegmentIndex:U.consumedEndSegmentIndex,endGraphemeIndex:0,width:0}),_()}for(let U=0;U<c.length;U++){let V=c[U];if(V.startSegmentIndex===V.endSegmentIndex){ee(V);continue}x=!1,v=0,w=V.startSegmentIndex,R=0,T=V.startSegmentIndex,F=0,_();let q=V.startSegmentIndex;for(;q<V.endSegmentIndex;){let X=a[q],_e=X==="space"||X==="preserved-space"||X==="tab"||X==="zero-width-break"||X==="soft-hyphen",W=X==="tab"?mf(v,u):r[q];if(X==="soft-hyphen"){x&&(T=q+1,F=0,M=q+1,A=v+s,S=v+s,E=X),q++;continue}if(!x){W>t&&l[q]!==null?k(q,0):D(q,W),j(X,_e,q,W),q++;continue}if(v+W>p){let O=v+(X==="tab"?0:i[q]),ce=v+(X==="tab"?W:o[q]);if(E==="soft-hyphen"&&m.preferEarlySoftHyphenBreak&&A<=p){N(M,0,S);continue}if(E==="soft-hyphen"&&B(q)){q++;continue}if(_e&&O<=p){z(q,W),N(q+1,0,ce),q++;continue}if(M>=0&&A<=p){if(T>M||T===M&&F>0){N();continue}let se=M;N(se,0,S),q=se;continue}if(W>t&&l[q]!==null){N(),k(q,0),q++;continue}N();continue}z(q,W),j(X,_e,q,W),q++}if(x){let X=M===V.consumedEndSegmentIndex?S:v;N(V.consumedEndSegmentIndex,0,X)}}return b}function yf(e,t,n,r){let i=e.chunks[n];if(i.startSegmentIndex===i.endSegmentIndex)return t.segmentIndex=i.consumedEndSegmentIndex,t.graphemeIndex=0,0;let{widths:o,lineEndFitAdvances:a,lineEndPaintAdvances:l,kinds:s,breakableFitAdvances:u,discretionaryHyphenWidth:c,tabStopAdvance:m}=e,f=St(),p=f.lineFitEpsilon,b=r+p,v=0,x=!1,w=t.segmentIndex,R=t.graphemeIndex,T=-1,F=0,M=0,A=null;function S(){T=-1,F=0,M=0,A=null}function E(k=w,B=R,ee=v){return x?(t.segmentIndex=k,t.graphemeIndex=B,ee):null}function _(k,B){x=!0,w=k+1,R=0,v=B}function N(k,B,ee){x=!0,w=k,R=B+1,v=ee}function D(k,B){if(!x){_(k,B);return}v+=B,w=k+1,R=0}function H(k,B,ee,U){if(!B)return;let V=k==="tab"?0:a[ee],q=k==="tab"?U:l[ee];T=ee+1,F=v-U+V,M=v-U+q,A=k}function z(k,B){let ee=u[k];for(let U=B;U<ee.length;U++){let V=ee[U];if(!x)N(k,U,V);else{if(v+V>b)return E();v+=V,w=k,R=U+1}}return x&&w===k&&R===ee.length&&(w=k+1,R=0),null}function j(k){if(A!=="soft-hyphen"||T<0)return null;let B=u[k]??null;if(B!==null){let{fitCount:ee,fittedWidth:U}=pf(B,v,r,p,c);if(ee===B.length)return v=U,w=k+1,R=0,S(),null;if(ee>0)return E(k,ee,U+c)}return F<=b?E(T,0,M):null}for(let k=t.segmentIndex;k<i.endSegmentIndex;k++){let B=s[k],ee=B==="space"||B==="preserved-space"||B==="tab"||B==="zero-width-break"||B==="soft-hyphen",U=k===t.segmentIndex?t.graphemeIndex:0,V=B==="tab"?mf(v,m):o[k];if(B==="soft-hyphen"&&U===0){x&&(w=k+1,R=0,T=k+1,F=v+c,M=v+c,A=B);continue}if(!x){if(U>0){let X=z(k,U);if(X!==null)return X}else if(V>r&&u[k]!==null){let X=z(k,0);if(X!==null)return X}else _(k,V);H(B,ee,k,V);continue}if(v+V>b){let X=v+(B==="tab"?0:a[k]),_e=v+(B==="tab"?V:l[k]);if(A==="soft-hyphen"&&f.preferEarlySoftHyphenBreak&&F<=b)return E(T,0,M);let W=j(k);if(W!==null)return W;if(ee&&X<=b)return D(k,V),E(k+1,0,_e);if(T>=0&&F<=b)return w>T||w===T&&R>0?E():E(T,0,M);if(V>r&&u[k]!==null){let P=E();if(P!==null)return P;let O=z(k,0);if(O!==null)return O}return E()}D(k,V),H(B,ee,k,V)}return T===i.consumedEndSegmentIndex&&R===0?E(i.consumedEndSegmentIndex,0,M):E(i.consumedEndSegmentIndex,0,v)}function Sy(e,t,n){let{widths:r,kinds:i,breakableFitAdvances:o}=e,l=St().lineFitEpsilon,s=n+l,u=0,c=!1,m=t.segmentIndex,f=t.graphemeIndex,p=-1,b=0;for(let v=t.segmentIndex;v<r.length;v++){let x=r[v],w=i[v],R=w==="space"||w==="preserved-space"||w==="tab"||w==="zero-width-break"||w==="soft-hyphen",T=v===t.segmentIndex?t.graphemeIndex:0,F=o[v];if(!c){if(T>0||x>n&&F!==null){let M=F,A=M[T];c=!0,u=A,m=v,f=T+1;for(let S=T+1;S<M.length;S++){let E=M[S];if(u+E>s)return t.segmentIndex=m,t.graphemeIndex=f,u;u+=E,m=v,f=S+1}m===v&&f===M.length&&(m=v+1,f=0)}else c=!0,u=x,m=v+1,f=0;R&&(p=v+1,b=u-x);continue}if(u+x>s)return R?(t.segmentIndex=v+1,t.graphemeIndex=0,u):p>=0?m>p||m===p&&f>0?(t.segmentIndex=m,t.graphemeIndex=f,u):(t.segmentIndex=p,t.graphemeIndex=0,b):(t.segmentIndex=m,t.graphemeIndex=f,u);u+=x,m=v+1,f=0,R&&(p=v+1,b=u-x)}return c?(t.segmentIndex=m,t.graphemeIndex=f,u):null}function Ey(e,t,n){let r=gf(e,t);return r<0?null:e.simpleLineWalkFastPath?Sy(e,t,n):yf(e,t,r,n)}function vf(e,t){if(e.widths.length===0)return{lineCount:0,maxLineWidth:0};let n={segmentIndex:0,graphemeIndex:0},r=0,i=0;if(!e.simpleLineWalkFastPath){let o=gf(e,n);for(;o>=0;){let a=yf(e,n,o,t);if(a===null)return{lineCount:r,maxLineWidth:i};r++,a>i&&(i=a),o=vy(e,o,n)}return{lineCount:r,maxLineWidth:i}}for(;;){let o=Ey(e,n,t);if(o===null)return{lineCount:r,maxLineWidth:i};r++,o>i&&(i=o)}}var Ha=null;function Ay(){return Ha===null&&(Ha=new Intl.Segmenter(void 0,{granularity:"grapheme"})),Ha}function Cy(e){return e?{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 _y(e,t){let n=[],r=[],i=0,o=!1,a=!1,l=!1;function s(){r.length!==0&&(n.push({text:r.length===1?r[0]:r.join(""),start:i}),r=[],o=!1,a=!1,l=!1)}function u(m,f,p){r=[m],i=f,o=p,a=fi(m),l=ir.has(m)}function c(m,f){r.push(m),o=o||f;let p=fi(m);m.length===1&&yt.has(m)?a=a||p:a=p,l=!1}for(let m of Ay().segment(e)){let f=m.segment,p=ze(f);if(r.length===0){u(f,m.index,p);continue}if(l||ci.has(f)||yt.has(f)||t.carryCJKAfterClosingQuote&&p&&a){c(f,p);continue}if(!o&&!p){c(f,p);continue}s(),u(f,m.index,p)}return s(),n}function wy(e){if(e.length<=1)return e;let t=[],n=[e[0].text],r=e[0].start,i=ze(e[0].text),o=ui(e[0].text);function a(){t.push({text:n.length===1?n[0]:n.join(""),start:r})}for(let l=1;l<e.length;l++){let s=e[l],u=ze(s.text),c=ui(s.text);if(i&&o){n.push(s.text),i=i||u,o=c;continue}a(),n=[s.text],r=s.start,i=u,o=c}return a(),t}function Ty(e,t,n,r){let i=St(),{cache:o,emojiCorrection:a}=ff(t,cf(e.normalized)),l=vt("-",st("-",o),a),u=vt(" ",st(" ",o),a)*8;if(e.len===0)return Cy(n);let c=[],m=[],f=[],p=[],b=e.chunks.length<=1,v=n?[]:null,x=[],w=n?[]:null,R=Array.from({length:e.len});function T(S,E,_,N,D,H,z){D!=="text"&&D!=="space"&&D!=="zero-width-break"&&(b=!1),c.push(E),m.push(_),f.push(N),p.push(D),v?.push(H),x.push(z),w!==null&&w.push(S)}function F(S,E,_,N,D){let H=st(S,o),z=vt(S,H,a),j=E==="space"||E==="preserved-space"||E==="zero-width-break"?0:z,k=E==="space"||E==="zero-width-break"?0:z;if(D&&N&&S.length>1){let B="sum-graphemes";rr(S)?B="pair-context":i.preferPrefixWidthsForBreakableRuns&&(B="segment-prefixes");let ee=df(S,H,o,a,B);T(S,z,j,k,E,_,ee);return}T(S,z,j,k,E,_,null)}for(let S=0;S<e.len;S++){R[S]=c.length;let E=e.texts[S],_=e.isWordLike[S],N=e.kinds[S],D=e.starts[S];if(N==="soft-hyphen"){T(E,0,l,l,N,D,null);continue}if(N==="hard-break"){T(E,0,0,0,N,D,null);continue}if(N==="tab"){T(E,0,0,0,N,D,null);continue}let H=st(E,o);if(N==="text"&&H.containsCJK){let z=_y(E,i),j=r==="keep-all"?wy(z):z;for(let k=0;k<j.length;k++){let B=j[k];F(B.text,"text",D+B.start,_,r==="keep-all"||!ze(B.text))}continue}F(E,N,D,_,!0)}let M=Ry(e.chunks,R,c.length),A=v===null?null:Kd(e.normalized,v);return w!==null?{widths:c,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:p,simpleLineWalkFastPath:b,segLevels:A,breakableFitAdvances:x,discretionaryHyphenWidth:l,tabStopAdvance:u,chunks:M,segments:w}:{widths:c,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:p,simpleLineWalkFastPath:b,segLevels:A,breakableFitAdvances:x,discretionaryHyphenWidth:l,tabStopAdvance:u,chunks:M}}function Ry(e,t,n){let r=[];for(let i=0;i<e.length;i++){let o=e[i],a=o.startSegmentIndex<t.length?t[o.startSegmentIndex]:n,l=o.endSegmentIndex<t.length?t[o.endSegmentIndex]:n,s=o.consumedEndSegmentIndex<t.length?t[o.consumedEndSegmentIndex]:n;r.push({startSegmentIndex:a,endSegmentIndex:l,consumedEndSegmentIndex:s})}return r}function Sf(e,t,n,r){let i=r?.wordBreak??"normal",o=af(e,St(),r?.whiteSpace,i);return Ty(o,t,n,i)}function mi(e,t,n){return Sf(e,t,!1,n)}function Ef(e,t,n){return Sf(e,t,!0,n)}function pi(e,t,n){let r=bf(e,t);return{lineCount:r,height:r*n}}function ky(e){return{width:e.width,start:{segmentIndex:e.startSegmentIndex,graphemeIndex:e.startGraphemeIndex},end:{segmentIndex:e.endSegmentIndex,graphemeIndex:e.endGraphemeIndex}}}function Fy(e,t,n){return e.widths.length===0?0:Oa(e,t,r=>{n(ky(r))})}function Af(e,t){return vf(e,t)}function Cf(e){let t=0;return Fy(e,Number.POSITIVE_INFINITY,n=>{n.width>t&&(t=n.width)}),t}var My={maxWidth:1600,baseFontSize:78,minFontSize:42,fontWeight:900,fontFamily:"Outfit",step:2};function _f(e,t){let n={...My,...t},r=1.2;for(let i=n.baseFontSize;i>=n.minFontSize;i-=n.step){let o=`${n.fontWeight} ${i}px ${n.fontFamily}`,a=mi(e,o),{lineCount:l}=pi(a,n.maxWidth,i*r);if(l<=1)return{fontSize:i,fits:!0}}return{fontSize:n.minFontSize,fits:!1}}var wf={prepare:mi,layout:pi,prepareWithSegments:Ef,measureLineStats:Af,measureNaturalWidth:Cf};window.__timelines=window.__timelines||{};Qc();window.__hyperframes={fitTextFontSize:_f,getVariables:ls,pretext:wf};function Tf(){let e=window;e.__hyperframeRuntimeBootstrapped||(e.__hyperframeRuntimeBootstrapped=!0,$d())}document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Tf,{once:!0}):Tf();})();\n';
|
|
58711
|
+
RUNTIME_IIFE = '"use strict";(()=>{var sm=Object.create;var Li=Object.defineProperty;var lm=Object.getOwnPropertyDescriptor;var um=Object.getOwnPropertyNames;var cm=Object.getPrototypeOf,dm=Object.prototype.hasOwnProperty;var fm=(e,t,n)=>t in e?Li(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n;var re=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports);var mm=(e,t,n,r)=>{if(t&&typeof t=="object"||typeof t=="function")for(let i of um(t))!dm.call(e,i)&&i!==n&&Li(e,i,{get:()=>t[i],enumerable:!(r=lm(t,i))||r.enumerable});return e};var pm=(e,t,n)=>(n=e!=null?sm(cm(e)):{},mm(t||!e||!e.__esModule?Li(n,"default",{value:e,enumerable:!0}):n,e));var pe=(e,t,n)=>fm(e,typeof t!="symbol"?t+"":t,n);var ru=re((pS,ko)=>{var Q=String,nu=function(){return{isColorSupported:!1,reset:Q,bold:Q,dim:Q,italic:Q,underline:Q,inverse:Q,hidden:Q,strikethrough:Q,black:Q,red:Q,green:Q,yellow:Q,blue:Q,magenta:Q,cyan:Q,white:Q,gray:Q,bgBlack:Q,bgRed:Q,bgGreen:Q,bgYellow:Q,bgBlue:Q,bgMagenta:Q,bgCyan:Q,bgWhite:Q,blackBright:Q,redBright:Q,greenBright:Q,yellowBright:Q,blueBright:Q,magentaBright:Q,cyanBright:Q,whiteBright:Q,bgBlackBright:Q,bgRedBright:Q,bgGreenBright:Q,bgYellowBright:Q,bgBlueBright:Q,bgMagentaBright:Q,bgCyanBright:Q,bgWhiteBright:Q}};ko.exports=nu();ko.exports.createColors=nu});var Mo=re(()=>{});var Pr=re((bS,au)=>{"use strict";var iu=ru(),ou=Mo(),Fn=class e extends Error{constructor(t,n,r,i,o,a){super(t),this.name="CssSyntaxError",this.reason=t,o&&(this.file=o),i&&(this.source=i),a&&(this.plugin=a),typeof n<"u"&&typeof r<"u"&&(typeof n=="number"?(this.line=n,this.column=r):(this.line=n.line,this.column=n.column,this.endLine=r.line,this.endColumn=r.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,e)}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(t){if(!this.source)return"";let n=this.source;t==null&&(t=iu.isColorSupported);let r=c=>c,i=c=>c,o=c=>c;if(t){let{bold:c,gray:m,red:f}=iu.createColors(!0);i=h=>c(f(h)),r=h=>m(h),ou&&(o=h=>ou(h))}let a=n.split(/\\r?\\n/),l=Math.max(this.line-3,0),s=Math.min(this.line+2,a.length),u=String(s).length;return a.slice(l,s).map((c,m)=>{let f=l+1+m,h=" "+(" "+f).slice(-u)+" | ";if(f===this.line){if(c.length>160){let v=20,x=Math.max(0,this.column-v),_=Math.max(this.column+v,this.endColumn+v),R=c.slice(x,_),T=r(h.replace(/\\d/g," "))+c.slice(0,Math.min(this.column-1,v-1)).replace(/[^\\t]/g," ");return i(">")+r(h)+o(R)+`\n `+T+i("^")}let b=r(h.replace(/\\d/g," "))+c.slice(0,this.column-1).replace(/[^\\t]/g," ");return i(">")+r(h)+o(c)+`\n `+b+i("^")}return" "+r(h)+o(c)}).join(`\n`)}toString(){let t=this.showSourceCode();return t&&(t=`\n\n`+t+`\n`),this.name+": "+this.message+t}};au.exports=Fn;Fn.default=Fn});var Fo=re((xS,lu)=>{"use strict";var Oh=/(<)(\\/?style\\b)/gi,Gh=/(<)(!--)/g;function ht(e){return typeof e!="string"||!e.includes("<")?e:e.replace(Oh,"\\\\3c $2").replace(Gh,"\\\\3c $2")}var su={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:" ",beforeRule:`\n`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function Hh(e){return e[0].toUpperCase()+e.slice(1)}var Nn=class{constructor(t){this.builder=t}atrule(t,n){let r=t.raws,i="@"+t.name,o=t.params?this.rawValue(t,"params"):"";if(typeof r.afterName<"u"?i+=r.afterName:o&&(i+=" "),t.nodes)this.block(t,i+o);else{let a=(r.between||"")+(n?";":"");this.builder(ht(i+o+a),t)}}beforeAfter(t,n){let r;t.type==="decl"?r=this.raw(t,null,"beforeDecl"):t.type==="comment"?r=this.raw(t,null,"beforeComment"):n==="before"?r=this.raw(t,null,"beforeRule"):r=this.raw(t,null,"beforeClose");let i=t.parent,o=0;for(;i&&i.type!=="root";)o+=1,i=i.parent;if(r.includes(`\n`)){let a=this.raw(t,null,"indent");if(a.length)for(let l=0;l<o;l++)r+=a}return r}block(t,n){let r=this.raw(t,"between","beforeOpen");this.builder(ht(n+r)+"{",t,"start");let i;t.nodes&&t.nodes.length?(this.body(t),i=this.raw(t,"after")):i=this.raw(t,"after","emptyBody"),i&&this.builder(ht(i)),this.builder("}",t,"end")}body(t){let n=t.nodes,r=n.length-1;for(;r>0&&n[r].type==="comment";)r-=1;let i=this.raw(t,"semicolon"),o=t.type==="document";for(let a=0;a<n.length;a++){let l=n[a],s=this.raw(l,"before");s&&this.builder(o?s:ht(s)),this.stringify(l,r!==a||i)}}comment(t){let n=this.raw(t,"left","commentLeft"),r=this.raw(t,"right","commentRight");this.builder(ht("/*"+n+t.text+r+"*/"),t)}decl(t,n){let r=t.raws,i=this.raw(t,"between","colon"),o=t.prop+i+this.rawValue(t,"value");t.important&&(o+=r.important||" !important"),n&&(o+=";"),this.builder(ht(o),t)}document(t){this.body(t)}raw(t,n,r){let i;if(r||(r=n),n&&(i=t.raws[n],typeof i<"u"))return i;let o=t.parent;if(r==="before"&&(!o||o.type==="root"&&o.first===t||o&&o.type==="document"))return"";if(!o)return su[r];let a=t.root(),l=a.rawCache||(a.rawCache={});if(typeof l[r]<"u")return l[r];if(r==="before"||r==="after")return this.beforeAfter(t,r);{let s="raw"+Hh(r);this[s]?i=this[s](a,t):a.walk(u=>{if(i=u.raws[n],typeof i<"u")return!1})}return typeof i>"u"&&(i=su[r]),l[r]=i,i}rawBeforeClose(t){let n;return t.walk(r=>{if(r.nodes&&r.nodes.length>0&&typeof r.raws.after<"u")return n=r.raws.after,n.includes(`\n`)&&(n=n.replace(/[^\\n]+$/,"")),!1}),n&&(n=n.replace(/\\S/g,"")),n}rawBeforeComment(t,n){let r;return t.walkComments(i=>{if(typeof i.raws.before<"u")return r=i.raws.before,r.includes(`\n`)&&(r=r.replace(/[^\\n]+$/,"")),!1}),typeof r>"u"?r=this.raw(n,null,"beforeDecl"):r&&(r=r.replace(/\\S/g,"")),r}rawBeforeDecl(t,n){let r;return t.walkDecls(i=>{if(typeof i.raws.before<"u")return r=i.raws.before,r.includes(`\n`)&&(r=r.replace(/[^\\n]+$/,"")),!1}),typeof r>"u"?r=this.raw(n,null,"beforeRule"):r&&(r=r.replace(/\\S/g,"")),r}rawBeforeOpen(t){let n;return t.walk(r=>{if(r.type!=="decl"&&(n=r.raws.between,typeof n<"u"))return!1}),n}rawBeforeRule(t){let n;return t.walk(r=>{if(r.nodes&&(r.parent!==t||t.first!==r)&&typeof r.raws.before<"u")return n=r.raws.before,n.includes(`\n`)&&(n=n.replace(/[^\\n]+$/,"")),!1}),n&&(n=n.replace(/\\S/g,"")),n}rawColon(t){let n;return t.walkDecls(r=>{if(typeof r.raws.between<"u")return n=r.raws.between.replace(/[^\\s:]/g,""),!1}),n}rawEmptyBody(t){let n;return t.walk(r=>{if(r.nodes&&r.nodes.length===0&&(n=r.raws.after,typeof n<"u"))return!1}),n}rawIndent(t){if(t.raws.indent)return t.raws.indent;let n;return t.walk(r=>{let i=r.parent;if(i&&i!==t&&i.parent&&i.parent===t&&typeof r.raws.before<"u"){let o=r.raws.before.split(`\n`);return n=o[o.length-1],n=n.replace(/\\S/g,""),!1}}),n}rawSemicolon(t){let n;return t.walk(r=>{if(r.nodes&&r.nodes.length&&r.last.type==="decl"&&(n=r.raws.semicolon,typeof n<"u"))return!1}),n}rawValue(t,n){let r=t[n],i=t.raws[n];return i&&i.value===r?i.raw:r}root(t){if(this.body(t),t.raws.after){let n=t.raws.after,r=t.parent&&t.parent.type==="document";this.builder(r?n:ht(n))}}rule(t){this.block(t,this.rawValue(t,"selector")),t.raws.ownSemicolon&&this.builder(ht(t.raws.ownSemicolon),t,"end")}stringify(t,n){if(!this[t.type])throw new Error("Unknown AST node type "+t.type+". Maybe you need to change PostCSS stringifier.");this[t.type](t,n)}};lu.exports=Nn;Nn.default=Nn});var Ln=re((yS,uu)=>{"use strict";var Bh=Fo();function No(e,t){new Bh(t).stringify(e)}uu.exports=No;No.default=No});var Or=re((vS,Lo)=>{"use strict";Lo.exports.isClean=Symbol("isClean");Lo.exports.my=Symbol("my")});var Pn=re((SS,cu)=>{"use strict";var Uh=Pr(),Wh=Fo(),Vh=Ln(),{isClean:Dn,my:zh}=Or();function Do(e,t){let n=new e.constructor;for(let r in e){if(!Object.prototype.hasOwnProperty.call(e,r)||r==="proxyCache")continue;let i=e[r],o=typeof i;r==="parent"&&o==="object"?t&&(n[r]=t):r==="source"?n[r]=i:Array.isArray(i)?n[r]=i.map(a=>Do(a,n)):(o==="object"&&i!==null&&(i=Do(i)),n[r]=i)}return n}function rt(e,t){if(t&&typeof t.offset<"u")return t.offset;let n=1,r=1,i=0;for(let o=0;o<e.length;o++){if(r===t.line&&n===t.column){i=o;break}e[o]===`\n`?(n=1,r+=1):n+=1}return i}var In=class{get proxyOf(){return this}constructor(t={}){this.raws={},this[Dn]=!1,this[zh]=!0;for(let n in t)if(n==="nodes"){this.nodes=[];for(let r of t[n])typeof r.clone=="function"?this.append(r.clone()):this.append(r)}else this[n]=t[n]}addToError(t){if(t.postcssNode=this,t.stack&&this.source&&/\\n\\s{4}at /.test(t.stack)){let n=this.source;t.stack=t.stack.replace(/\\n\\s{4}at /,`$&${n.input.from}:${n.start.line}:${n.start.column}$&`)}return t}after(t){return this.parent.insertAfter(this,t),this}assign(t={}){for(let n in t)this[n]=t[n];return this}before(t){return this.parent.insertBefore(this,t),this}cleanRaws(t){delete this.raws.before,delete this.raws.after,t||delete this.raws.between}clone(t={}){let n=Do(this);for(let r in t)n[r]=t[r];return n}cloneAfter(t={}){let n=this.clone(t);return this.parent.insertAfter(this,n),n}cloneBefore(t={}){let n=this.clone(t);return this.parent.insertBefore(this,n),n}error(t,n={}){if(this.source){let{end:r,start:i}=this.rangeBy(n);return this.source.input.error(t,{column:i.column,line:i.line},{column:r.column,line:r.line},n)}return new Uh(t)}getProxyProcessor(){return{get(t,n){return n==="proxyOf"?t:n==="root"?()=>t.root().toProxy():t[n]},set(t,n,r){return t[n]===r||(t[n]=r,(n==="prop"||n==="value"||n==="name"||n==="params"||n==="important"||n==="text")&&t.markDirty()),!0}}}markClean(){this[Dn]=!0}markDirty(){if(this[Dn]){this[Dn]=!1;let t=this;for(;t=t.parent;)t[Dn]=!1}}next(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t+1]}positionBy(t={}){let n=this.source.start;if(t.index)n=this.positionInside(t.index);else if(t.word){let r="document"in this.source.input?this.source.input.document:this.source.input.css,o=r.slice(rt(r,this.source.start),rt(r,this.source.end)).indexOf(t.word);o!==-1&&(n=this.positionInside(o))}return n}positionInside(t){let n=this.source.start.column,r=this.source.start.line,i="document"in this.source.input?this.source.input.document:this.source.input.css,o=rt(i,this.source.start),a=o+t;for(let l=o;l<a;l++)i[l]===`\n`?(n=1,r+=1):n+=1;return{column:n,line:r,offset:a}}prev(){if(!this.parent)return;let t=this.parent.index(this);return this.parent.nodes[t-1]}rangeBy(t={}){let n="document"in this.source.input?this.source.input.document:this.source.input.css,r={column:this.source.start.column,line:this.source.start.line,offset:rt(n,this.source.start)},i=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:rt(n,this.source.end)+1}:{column:r.column+1,line:r.line,offset:r.offset+1};if(t.word){let a=n.slice(rt(n,this.source.start),rt(n,this.source.end)).indexOf(t.word);a!==-1&&(r=this.positionInside(a),i=this.positionInside(a+t.word.length))}else t.start?r={column:t.start.column,line:t.start.line,offset:rt(n,t.start)}:t.index&&(r=this.positionInside(t.index)),t.end?i={column:t.end.column,line:t.end.line,offset:rt(n,t.end)}:typeof t.endIndex=="number"?i=this.positionInside(t.endIndex):t.index&&(i=this.positionInside(t.index+1));return(i.line<r.line||i.line===r.line&&i.column<=r.column)&&(i={column:r.column+1,line:r.line,offset:r.offset+1}),{end:i,start:r}}raw(t,n){return new Wh().raw(this,t,n)}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}replaceWith(...t){if(this.parent){let n=this,r=!1;for(let i of t)i===this?r=!0:r?(this.parent.insertAfter(n,i),n=i):this.parent.insertBefore(n,i);r||this.remove()}return this}root(){let t=this;for(;t.parent&&t.parent.type!=="document";)t=t.parent;return t}toJSON(t,n){let r={},i=n==null;n=n||new Map;let o=0;for(let a in this){if(!Object.prototype.hasOwnProperty.call(this,a)||a==="parent"||a==="proxyCache")continue;let l=this[a];if(Array.isArray(l))r[a]=l.map(s=>typeof s=="object"&&s.toJSON?s.toJSON(null,n):s);else if(typeof l=="object"&&l.toJSON)r[a]=l.toJSON(null,n);else if(a==="source"){if(l==null)continue;let s=n.get(l.input);s==null&&(s=o,n.set(l.input,o),o++),r[a]={end:l.end,inputId:s,start:l.start}}else r[a]=l}return i&&(r.inputs=[...n.keys()].map(a=>a.toJSON())),r}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(t=Vh){t.stringify&&(t=t.stringify);let n="";return t(this,r=>{n+=r}),n}warn(t,n,r={}){let i={node:this};for(let o in r)i[o]=r[o];return t.warn(n,i)}};cu.exports=In;In.default=In});var Gn=re((AS,du)=>{"use strict";var qh=Pn(),On=class extends qh{constructor(t){super(t),this.type="comment"}};du.exports=On;On.default=On});var Bn=re((ES,fu)=>{"use strict";var $h=Pn(),Hn=class extends $h{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(t){t&&typeof t.value<"u"&&typeof t.value!="string"&&(t={...t,value:String(t.value)}),super(t),this.type="decl"}};fu.exports=Hn;Hn.default=Hn});var gt=re((CS,Su)=>{"use strict";var mu=Gn(),pu=Bn(),jh=Pn(),{isClean:hu,my:gu}=Or(),Io,bu,xu,Po;function yu(e){return e.map(t=>(t.nodes&&(t.nodes=yu(t.nodes)),delete t.source,t))}function vu(e){if(e[hu]=!1,e.proxyOf.nodes)for(let t of e.proxyOf.nodes)vu(t)}var Ve=class e extends jh{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(...t){for(let n of t){let r=this.normalize(n,this.last);for(let i of r)this.proxyOf.nodes.push(i)}return this.markDirty(),this}cleanRaws(t){if(super.cleanRaws(t),this.nodes)for(let n of this.nodes)n.cleanRaws(t)}each(t){if(!this.proxyOf.nodes)return;let n=this.getIterator(),r,i;for(;this.indexes[n]<this.proxyOf.nodes.length&&(r=this.indexes[n],i=t(this.proxyOf.nodes[r],r),i!==!1);)this.indexes[n]+=1;return delete this.indexes[n],i}every(t){return this.nodes.every(t)}getIterator(){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let t=this.lastEach;return this.indexes[t]=0,t}getProxyProcessor(){return{get(t,n){return n==="proxyOf"?t:t[n]?n==="each"||typeof n=="string"&&n.startsWith("walk")?(...r)=>t[n](...r.map(i=>typeof i=="function"?(o,a)=>i(o.toProxy(),a):i)):n==="every"||n==="some"?r=>t[n]((i,...o)=>r(i.toProxy(),...o)):n==="root"?()=>t.root().toProxy():n==="nodes"?t.nodes.map(r=>r.toProxy()):n==="first"||n==="last"?t[n].toProxy():t[n]:t[n]},set(t,n,r){return t[n]===r||(t[n]=r,(n==="name"||n==="params"||n==="selector")&&t.markDirty()),!0}}}index(t){return typeof t=="number"?t:(t.proxyOf&&(t=t.proxyOf),this.proxyOf.nodes.indexOf(t))}insertAfter(t,n){let r=this.index(t),i=this.normalize(n,this.proxyOf.nodes[r]).reverse();r=this.index(t);for(let a of i)this.proxyOf.nodes.splice(r+1,0,a);let o;for(let a in this.indexes)o=this.indexes[a],r<o&&(this.indexes[a]=o+i.length);return this.markDirty(),this}insertBefore(t,n){let r=this.index(t),i=r===0?"prepend":!1,o=this.normalize(n,this.proxyOf.nodes[r],i).reverse();r=this.index(t);for(let l of o)this.proxyOf.nodes.splice(r,0,l);let a;for(let l in this.indexes)a=this.indexes[l],r<=a&&(this.indexes[l]=a+o.length);return this.markDirty(),this}normalize(t,n){if(typeof t=="string")t=yu(bu(t).nodes);else if(typeof t>"u")t=[];else if(Array.isArray(t)){t=t.slice(0);for(let i of t)i.parent&&i.parent.removeChild(i,"ignore")}else if(t.type==="root"&&this.type!=="document"){t=t.nodes.slice(0);for(let i of t)i.parent&&i.parent.removeChild(i,"ignore")}else if(t.type)t=[t];else if(t.prop){if(typeof t.value>"u")throw new Error("Value field is missed in node creation");typeof t.value!="string"&&(t.value=String(t.value)),t=[new pu(t)]}else if(t.selector||t.selectors)t=[new Po(t)];else if(t.name)t=[new Io(t)];else if(t.text)t=[new mu(t)];else throw new Error("Unknown node type in node creation");return t.map(i=>(i[gu]||e.rebuild(i),i=i.proxyOf,i.parent&&i.parent.removeChild(i),i[hu]&&vu(i),i.raws||(i.raws={}),typeof i.raws.before>"u"&&n&&typeof n.raws.before<"u"&&(i.raws.before=n.raws.before.replace(/\\S/g,"")),i.parent=this.proxyOf,i))}prepend(...t){t=t.reverse();for(let n of t){let r=this.normalize(n,this.first,"prepend").reverse();for(let i of r)this.proxyOf.nodes.unshift(i);for(let i in this.indexes)this.indexes[i]=this.indexes[i]+r.length}return this.markDirty(),this}push(t){return t.parent=this,this.proxyOf.nodes.push(t),this}removeAll(){for(let t of this.proxyOf.nodes)t.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(t){t=this.index(t),this.proxyOf.nodes[t].parent=void 0,this.proxyOf.nodes.splice(t,1);let n;for(let r in this.indexes)n=this.indexes[r],n>=t&&(this.indexes[r]=n-1);return this.markDirty(),this}replaceValues(t,n,r){return r||(r=n,n={}),this.walkDecls(i=>{n.props&&!n.props.includes(i.prop)||n.fast&&!i.value.includes(n.fast)||(i.value=i.value.replace(t,r))}),this.markDirty(),this}some(t){return this.nodes.some(t)}walk(t){return this.each((n,r)=>{let i;try{i=t(n,r)}catch(o){throw n.addToError(o)}return i!==!1&&n.walk&&(i=n.walk(t)),i})}walkAtRules(t,n){return n?t instanceof RegExp?this.walk((r,i)=>{if(r.type==="atrule"&&t.test(r.name))return n(r,i)}):this.walk((r,i)=>{if(r.type==="atrule"&&r.name===t)return n(r,i)}):(n=t,this.walk((r,i)=>{if(r.type==="atrule")return n(r,i)}))}walkComments(t){return this.walk((n,r)=>{if(n.type==="comment")return t(n,r)})}walkDecls(t,n){return n?t instanceof RegExp?this.walk((r,i)=>{if(r.type==="decl"&&t.test(r.prop))return n(r,i)}):this.walk((r,i)=>{if(r.type==="decl"&&r.prop===t)return n(r,i)}):(n=t,this.walk((r,i)=>{if(r.type==="decl")return n(r,i)}))}walkRules(t,n){return n?t instanceof RegExp?this.walk((r,i)=>{if(r.type==="rule"&&t.test(r.selector))return n(r,i)}):this.walk((r,i)=>{if(r.type==="rule"&&r.selector===t)return n(r,i)}):(n=t,this.walk((r,i)=>{if(r.type==="rule")return n(r,i)}))}};Ve.registerParse=e=>{bu=e};Ve.registerRule=e=>{Po=e};Ve.registerAtRule=e=>{Io=e};Ve.registerRoot=e=>{xu=e};Su.exports=Ve;Ve.default=Ve;Ve.rebuild=e=>{e.type==="atrule"?Object.setPrototypeOf(e,Io.prototype):e.type==="rule"?Object.setPrototypeOf(e,Po.prototype):e.type==="decl"?Object.setPrototypeOf(e,pu.prototype):e.type==="comment"?Object.setPrototypeOf(e,mu.prototype):e.type==="root"&&Object.setPrototypeOf(e,xu.prototype),e[gu]=!0,e.nodes&&e.nodes.forEach(t=>{Ve.rebuild(t)})}});var Gr=re((wS,Eu)=>{"use strict";var Au=gt(),$t=class extends Au{constructor(t){super(t),this.type="atrule"}append(...t){return this.proxyOf.nodes||(this.nodes=[]),super.append(...t)}prepend(...t){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...t)}};Eu.exports=$t;$t.default=$t;Au.registerAtRule($t)});var Hr=re((_S,_u)=>{"use strict";var Kh=gt(),Cu,wu,kt=class extends Kh{constructor(t){super({type:"document",...t}),this.nodes||(this.nodes=[])}toResult(t={}){return new Cu(new wu,this,t).stringify()}};kt.registerLazyResult=e=>{Cu=e};kt.registerProcessor=e=>{wu=e};_u.exports=kt;kt.default=kt});var Ru=re((TS,Tu)=>{var Yh="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",Xh=(e,t=21)=>(n=t)=>{let r="",i=n|0;for(;i--;)r+=e[Math.random()*e.length|0];return r},Jh=(e=21)=>{let t="",n=e|0;for(;n--;)t+=Yh[Math.random()*64|0];return t};Tu.exports={nanoid:Jh,customAlphabet:Xh}});var Br=re(()=>{});var Ur=re(()=>{});var Oo=re(()=>{});var ku=re(()=>{});var Ho=re((PS,Nu)=>{"use strict";var{existsSync:Qh,readFileSync:Zh}=ku(),{dirname:Go,join:e0}=Br(),{SourceMapConsumer:Mu,SourceMapGenerator:Fu}=Ur();function t0(e){return Buffer?Buffer.from(e,"base64").toString():window.atob(e)}var Un=class{constructor(t,n){if(n.map===!1)return;n.unsafeMap&&(this.unsafeMap=!0),this.loadAnnotation(t),this.inline=this.startWith(this.annotation,"data:");let r=n.map?n.map.prev:void 0,i=this.loadMap(n.from,r);!this.mapFile&&n.from&&(this.mapFile=n.from),this.mapFile&&(this.root=Go(this.mapFile)),i&&(this.text=i)}consumer(){return this.consumerCache||(this.consumerCache=new Mu(this.json||this.text)),this.consumerCache}decodeInline(t){let n=/^data:application\\/json;charset=utf-?8;base64,/,r=/^data:application\\/json;base64,/,i=/^data:application\\/json;charset=utf-?8,/,o=/^data:application\\/json,/,a=t.match(i)||t.match(o);if(a)return decodeURIComponent(t.substr(a[0].length));let l=t.match(n)||t.match(r);if(l)return t0(t.substr(l[0].length));let s=t.slice(22);throw s=s.slice(0,s.indexOf(",")),new Error("Unsupported source map encoding "+s)}getAnnotationURL(t){return t.replace(/^\\/\\*\\s*# sourceMappingURL=/,"").trim()}isMap(t){return typeof t!="object"?!1:typeof t.mappings=="string"||typeof t._mappings=="string"||Array.isArray(t.sections)}loadAnnotation(t){let n=t.match(/\\/\\*\\s*# sourceMappingURL=/g);if(!n)return;let r=t.lastIndexOf(n.pop()),i=t.indexOf("*/",r);r>-1&&i>-1&&(this.annotation=this.getAnnotationURL(t.substring(r,i)))}loadFile(t,n,r){if(!(!r&&!this.unsafeMap&&!/\\.map$/i.test(t))&&(this.root=Go(t),Qh(t)))return this.mapFile=t,Zh(t,"utf-8").toString().trim()}loadMap(t,n){if(n===!1)return!1;if(n){if(typeof n=="string")return n;if(typeof n=="function"){let r=n(t);if(r){let i=this.loadFile(r,t,!0);if(!i)throw new Error("Unable to load previous source map: "+r.toString());return i}}else{if(n instanceof Mu)return Fu.fromSourceMap(n).toString();if(n instanceof Fu)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 r=this.annotation;t&&(r=e0(Go(t),r));let i=this.loadFile(r,t,!1);if(i)try{this.json=JSON.parse(i.replace(/^\\)]}\'[^\\n]*\\n/,""))}catch{return}return i}}}startWith(t,n){return t?t.substr(0,n.length)===n:!1}withContent(){return!!(this.consumer().sourcesContent&&this.consumer().sourcesContent.length>0)}};Nu.exports=Un;Un.default=Un});var Wn=re((OS,Ou)=>{"use strict";var{nanoid:n0}=Ru(),{isAbsolute:Wo,resolve:Vo}=Br(),{SourceMapConsumer:r0,SourceMapGenerator:i0}=Ur(),{fileURLToPath:Lu,pathToFileURL:Wr}=Oo(),Du=Pr(),o0=Ho(),Bo=Mo(),Uo=Symbol("lineToIndexCache"),a0=!!(r0&&i0),Iu=!!(Vo&&Wo);function Pu(e){if(e[Uo])return e[Uo];let t=e.css.split(`\n`),n=new Array(t.length),r=0;for(let i=0,o=t.length;i<o;i++)n[i]=r,r+=t[i].length+1;return e[Uo]=n,n}var jt=class{get from(){return this.file||this.id}constructor(t,n={}){if(t===null||typeof t>"u"||typeof t=="object"&&!t.toString)throw new Error(`PostCSS received ${t} instead of CSS string`);if(this.css=t.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&&(!Iu||/^\\w+:\\/\\//.test(n.from)||Wo(n.from)?this.file=n.from:this.file=Vo(n.from)),Iu&&a0){let r=new o0(this.css,n);if(r.text){this.map=r;let i=r.consumer().file;!this.file&&i&&(this.file=this.mapResolve(i))}}this.file||(this.id="<input css "+n0(6)+">"),this.map&&(this.map.file=this.from)}error(t,n,r,i={}){let o,a,l,s,u;if(n&&typeof n=="object"){let m=n,f=r;if(typeof m.offset=="number"){s=m.offset;let h=this.fromOffset(s);n=h.line,r=h.col}else n=m.line,r=m.column,s=this.fromLineAndColumn(n,r);if(typeof f.offset=="number"){l=f.offset;let h=this.fromOffset(l);a=h.line,o=h.col}else a=f.line,o=f.column,l=this.fromLineAndColumn(f.line,f.column)}else if(r)s=this.fromLineAndColumn(n,r);else{s=n;let m=this.fromOffset(s);n=m.line,r=m.col}let c=this.origin(n,r,a,o);return c?u=new Du(t,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,i.plugin):u=new Du(t,a===void 0?n:{column:r,line:n},a===void 0?r:{column:o,line:a},this.css,this.file,i.plugin),u.input={column:r,endColumn:o,endLine:a,endOffset:l,line:n,offset:s,source:this.css},this.file&&(Wr&&(u.input.url=Wr(this.file).toString()),u.input.file=this.file),u}fromLineAndColumn(t,n){return Pu(this)[t-1]+n-1}fromOffset(t){let n=Pu(this),r=n[n.length-1],i=0;if(t>=r)i=n.length-1;else{let o=n.length-2,a;for(;i<o;)if(a=i+(o-i>>1),t<n[a])o=a-1;else if(t>=n[a+1])i=a+1;else{i=a;break}}return{col:t-n[i]+1,line:i+1}}mapResolve(t){return/^\\w+:\\/\\//.test(t)?t:Vo(this.map.consumer().sourceRoot||this.map.root||".",t)}origin(t,n,r,i){if(!this.map)return!1;let o=this.map.consumer(),a=o.originalPositionFor({column:n,line:t});if(!a.source)return!1;let l;typeof r=="number"&&(l=o.originalPositionFor({column:i,line:r}));let s;Wo(a.source)?s=Wr(a.source):s=new URL(a.source,this.map.consumer().sourceRoot||Wr(this.map.mapFile));let u={column:a.column,endColumn:l&&l.column,endLine:l&&l.line,line:a.line,url:s.toString()};if(s.protocol==="file:")if(Lu)u.file=Lu(s);else throw new Error("file: protocol is not available in this PostCSS build");let c=o.sourceContentFor(a.source);return c&&(u.source=c),u}toJSON(){let t={};for(let n of["hasBOM","css","file","id"])this[n]!=null&&(t[n]=this[n]);return this.map&&(t.map={...this.map},t.map.consumerCache&&(t.map.consumerCache=void 0)),t}};Ou.exports=jt;jt.default=jt;Bo&&Bo.registerInput&&Bo.registerInput(jt)});var Kt=re((GS,Uu)=>{"use strict";var Gu=gt(),Hu,Bu,bt=class extends Gu{constructor(t){super(t),this.type="root",this.nodes||(this.nodes=[])}normalize(t,n,r){let i=super.normalize(t);if(n){if(r==="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 i)o.raws.before=n.raws.before}return i}removeChild(t,n){let r=this.index(t);return!n&&r===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[r].raws.before),super.removeChild(t)}toResult(t={}){return new Hu(new Bu,this,t).stringify()}};bt.registerLazyResult=e=>{Hu=e};bt.registerProcessor=e=>{Bu=e};Uu.exports=bt;bt.default=bt;Gu.registerRoot(bt)});var zo=re((HS,Wu)=>{"use strict";var Vn={comma(e){return Vn.split(e,[","],!0)},space(e){let t=[" ",`\n`," "];return Vn.split(e,t)},split(e,t,n){let r=[],i="",o=!1,a=0,l=!1,s="",u=!1;for(let c of e)u?u=!1:c==="\\\\"?u=!0:l?c===s&&(l=!1):c===\'"\'||c==="\'"?(l=!0,s=c):c==="("?a+=1:c===")"?a>0&&(a-=1):a===0&&t.includes(c)&&(o=!0),o?(i!==""&&r.push(i.trim()),i="",o=!1):i+=c;return(n||i!=="")&&r.push(i.trim()),r}};Wu.exports=Vn;Vn.default=Vn});var Vr=re((BS,zu)=>{"use strict";var Vu=gt(),s0=zo(),Yt=class extends Vu{get selectors(){return s0.comma(this.selector)}set selectors(t){let n=this.selector?this.selector.match(/,\\s*/):null,r=n?n[0]:","+this.raw("between","beforeOpen");this.selector=t.join(r)}constructor(t){super(t),this.type="rule",this.nodes||(this.nodes=[])}};zu.exports=Yt;Yt.default=Yt;Vu.registerRule(Yt)});var $u=re((US,qu)=>{"use strict";var l0=Gr(),u0=Gn(),c0=Bn(),d0=Wn(),f0=Ho(),m0=Kt(),p0=Vr();function zn(e,t){if(Array.isArray(e))return e.map(i=>zn(i));let{inputs:n,...r}=e;if(n){t=[];for(let i of n){let o={...i,__proto__:d0.prototype};o.map&&(o.map={...o.map,__proto__:f0.prototype}),t.push(o)}}if(r.nodes&&(r.nodes=e.nodes.map(i=>zn(i,t))),r.source){let{inputId:i,...o}=r.source;r.source=o,i!=null&&(r.source.input=t[i])}if(r.type==="root")return new m0(r);if(r.type==="decl")return new c0(r);if(r.type==="rule")return new p0(r);if(r.type==="comment")return new u0(r);if(r.type==="atrule")return new l0(r);throw new Error("Unknown node type: "+e.type)}qu.exports=zn;zn.default=zn});var $o=re((WS,Qu)=>{"use strict";var{dirname:zr,relative:Ku,resolve:Yu,sep:Xu}=Br(),{SourceMapConsumer:Ju,SourceMapGenerator:qr}=Ur(),{pathToFileURL:ju}=Oo(),h0=Wn(),g0=!!(Ju&&qr),b0=!!(zr&&Yu&&Ku&&Xu),qo=class{constructor(t,n,r,i){this.stringify=t,this.mapOpts=r.map||{},this.root=n,this.opts=r,this.css=i,this.originalCSS=i,this.usesFileUrls=!this.mapOpts.from&&this.mapOpts.absolute,this.memoizedFileURLs=new Map,this.memoizedPaths=new Map,this.memoizedURLs=new Map}addAnnotation(){let t;this.isInline()?t="data:application/json;base64,"+this.toBase64(this.map.toString()):typeof this.mapOpts.annotation=="string"?t=this.mapOpts.annotation:typeof this.mapOpts.annotation=="function"?t=this.mapOpts.annotation(this.opts.to,this.root):t=this.outputFile()+".map";let n=`\n`;this.css.includes(`\\r\n`)&&(n=`\\r\n`),this.css+=n+"/*# sourceMappingURL="+t+" */"}applyPrevMaps(){for(let t of this.previous()){let n=this.toUrl(this.path(t.file)),r=t.root||zr(t.file),i;this.mapOpts.sourcesContent===!1?(i=new Ju(t.text),i.sourcesContent&&(i.sourcesContent=null)):i=t.consumer(),this.map.applySourceMap(i,n,this.toUrl(this.path(r)))}}clearAnnotation(){if(this.mapOpts.annotation!==!1){if(this.root){let t;for(let n=this.root.nodes.length-1;n>=0;n--)t=this.root.nodes[n],t.type==="comment"&&t.text.startsWith("# sourceMappingURL=")&&this.root.removeChild(n)}else if(this.css){let t;for(;(t=this.css.lastIndexOf("/*#"))!==-1;){let n=this.css.indexOf("*/",t+3);if(n===-1)break;for(;t>0&&this.css[t-1]===`\n`;)t--;this.css=this.css.slice(0,t)+this.css.slice(n+2)}}}}generate(){if(this.clearAnnotation(),b0&&g0&&this.isMap())return this.generateMap();{let t="";return this.stringify(this.root,n=>{t+=n}),[t]}}generateMap(){if(this.root)this.generateString();else if(this.previous().length===1){let t=this.previous()[0].consumer();t.file=this.outputFile(),this.map=qr.fromSourceMap(t,{ignoreInvalidMapping:!0})}else this.map=new qr({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 qr({file:this.outputFile(),ignoreInvalidMapping:!0});let t=1,n=1,r="<no source>",i={generated:{column:0,line:0},original:{column:0,line:0},source:""},o,a;this.stringify(this.root,(l,s,u)=>{if(this.css+=l,s&&u!=="end"&&(i.generated.line=t,i.generated.column=n-1,s.source&&s.source.start?(i.source=this.sourcePath(s),i.original.line=s.source.start.line,i.original.column=s.source.start.column-1,this.map.addMapping(i)):(i.source=r,i.original.line=1,i.original.column=0,this.map.addMapping(i))),a=l.match(/\\n/g),a?(t+=a.length,o=l.lastIndexOf(`\n`),n=l.length-o):n+=l.length,s&&u!=="start"){let c=s.parent||{raws:{}};(!(s.type==="decl"||s.type==="atrule"&&!s.nodes)||s!==c.last||c.raws.semicolon)&&(s.source&&s.source.end?(i.source=this.sourcePath(s),i.original.line=s.source.end.line,i.original.column=s.source.end.column-1,i.generated.line=t,i.generated.column=n-2,this.map.addMapping(i)):(i.source=r,i.original.line=1,i.original.column=0,i.generated.line=t,i.generated.column=n-1,this.map.addMapping(i)))}})}isAnnotation(){return this.isInline()?!0:typeof this.mapOpts.annotation<"u"?this.mapOpts.annotation:this.previous().length?this.previous().some(t=>t.annotation):!0}isInline(){if(typeof this.mapOpts.inline<"u")return this.mapOpts.inline;let t=this.mapOpts.annotation;return typeof t<"u"&&t!==!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(t=>t.withContent()):!0}outputFile(){return this.opts.to?this.path(this.opts.to):this.opts.from?this.path(this.opts.from):"to.css"}path(t){if(this.mapOpts.absolute||t.charCodeAt(0)===60||/^\\w+:\\/\\//.test(t))return t;let n=this.memoizedPaths.get(t);if(n)return n;let r=this.opts.to?zr(this.opts.to):".";typeof this.mapOpts.annotation=="string"&&(r=zr(Yu(r,this.mapOpts.annotation)));let i=Ku(r,t);return this.memoizedPaths.set(t,i),i}previous(){if(!this.previousMaps)if(this.previousMaps=[],this.root)this.root.walk(t=>{if(t.source&&t.source.input.map){let n=t.source.input.map;this.previousMaps.includes(n)||this.previousMaps.push(n)}});else{let t=new h0(this.originalCSS,this.opts);t.map&&this.previousMaps.push(t.map)}return this.previousMaps}setSourcesContent(){let t={};if(this.root)this.root.walk(n=>{if(n.source){let r=n.source.input.from;if(r&&!t[r]){t[r]=!0;let i=this.usesFileUrls?this.toFileUrl(r):this.toUrl(this.path(r));this.map.setSourceContent(i,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(t){return this.mapOpts.from?this.toUrl(this.mapOpts.from):this.usesFileUrls?this.toFileUrl(t.source.input.from):this.toUrl(this.path(t.source.input.from))}toBase64(t){return Buffer?Buffer.from(t).toString("base64"):window.btoa(unescape(encodeURIComponent(t)))}toFileUrl(t){let n=this.memoizedFileURLs.get(t);if(n)return n;if(ju){let r=ju(t).toString();return this.memoizedFileURLs.set(t,r),r}else throw new Error("`map.absolute` option is not available in this PostCSS build")}toUrl(t){let n=this.memoizedURLs.get(t);if(n)return n;Xu==="\\\\"&&(t=t.replace(/\\\\/g,"/"));let r=encodeURI(t).replace(/[#?]/g,encodeURIComponent);return this.memoizedURLs.set(t,r),r}};Qu.exports=qo});var tc=re((VS,ec)=>{"use strict";var $r=/[\\t\\n\\f\\r "#\'()/;[\\\\\\]{}]/g,jr=/[\\t\\n\\f\\r !"#\'():;@[\\\\\\]{}]|\\/(?=\\*)/g,x0=/.[\\r\\n"\'(/\\\\]/,Zu=/[\\da-f]/i;ec.exports=function(t,n={}){let r=t.css.valueOf(),i=n.ignoreErrors,o,a,l,s,u,c,m,f,h,b,v=r.length,x=0,_=[],R=[],T=-1;function F(){return x}function M(w){throw t.error("Unclosed "+w,x)}function E(){return R.length===0&&x>=v}function S(w){if(R.length)return R.pop();if(x>=v)return;let N=w?w.ignoreUnclosed:!1;switch(o=r.charCodeAt(x),o){case 10:case 32:case 9:case 13:case 12:{s=x;do s+=1,o=r.charCodeAt(s);while(o===32||o===10||o===9||o===13||o===12);c=["space",r.slice(x,s)],x=s-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let I=String.fromCharCode(o);c=[I,I,x];break}case 40:{if(b=_.length?_.pop()[1]:"",h=r.charCodeAt(x+1),b==="url"&&h!==39&&h!==34&&h!==32&&h!==10&&h!==9&&h!==12&&h!==13){s=x;do{if(m=!1,s=r.indexOf(")",s+1),s===-1)if(i||N){s=x;break}else M("bracket");for(f=s;r.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);c=["brackets",r.slice(x,s+1),x,s],x=s}else x<=T?c=["(","(",x]:(s=r.indexOf(")",x+1),a=r.slice(x,s+1),s===-1||x0.test(a)?(T=s===-1?v:s,c=["(","(",x]):(c=["brackets",a,x,s],x=s));break}case 39:case 34:{u=o===39?"\'":\'"\',s=x;do{if(m=!1,s=r.indexOf(u,s+1),s===-1)if(i||N){s=x+1;break}else M("string");for(f=s;r.charCodeAt(f-1)===92;)f-=1,m=!m}while(m);c=["string",r.slice(x,s+1),x,s],x=s;break}case 64:{$r.lastIndex=x+1,$r.test(r),$r.lastIndex===0?s=r.length-1:s=$r.lastIndex-2,c=["at-word",r.slice(x,s+1),x,s],x=s;break}case 92:{for(s=x,l=!0;r.charCodeAt(s+1)===92;)s+=1,l=!l;if(o=r.charCodeAt(s+1),l&&o!==47&&o!==32&&o!==10&&o!==9&&o!==13&&o!==12&&(s+=1,Zu.test(r.charAt(s)))){for(;Zu.test(r.charAt(s+1));)s+=1;r.charCodeAt(s+1)===32&&(s+=1)}c=["word",r.slice(x,s+1),x,s],x=s;break}default:{o===47&&r.charCodeAt(x+1)===42?(s=r.indexOf("*/",x+2)+1,s===0&&(i||N?s=r.length:M("comment")),c=["comment",r.slice(x,s+1),x,s],x=s):(jr.lastIndex=x+1,jr.test(r),jr.lastIndex===0?s=r.length-1:s=jr.lastIndex-2,c=["word",r.slice(x,s+1),x,s],_.push(c),x=s);break}}return x++,c}function A(w){R.push(w)}return{back:A,endOfFile:E,nextToken:S,position:F}}});var oc=re((zS,ic)=>{"use strict";var y0=Gr(),v0=Gn(),S0=Bn(),A0=Kt(),nc=Vr(),E0=tc(),rc={empty:!0,space:!0};function C0(e){for(let t=e.length-1;t>=0;t--){let n=e[t],r=n[3]||n[2];if(r)return r}}var jo=class{constructor(t){this.input=t,this.root=new A0,this.current=this.root,this.spaces="",this.semicolon=!1,this.createTokenizer(),this.root.source={input:t,start:{column:1,line:1,offset:0}}}atrule(t){let n=new y0;n.name=t[1].slice(1),n.name===""&&this.unnamedAtrule(n,t),this.init(n,t[2]);let r,i,o,a=!1,l=!1,s=[],u=[];for(;!this.tokenizer.endOfFile();){if(t=this.tokenizer.nextToken(),r=t[0],r==="("||r==="["?u.push(r==="("?")":"]"):r==="{"&&u.length>0?u.push("}"):r===u[u.length-1]&&u.pop(),u.length===0)if(r===";"){n.source.end=this.getPosition(t[2]),n.source.end.offset++,this.semicolon=!0;break}else if(r==="{"){l=!0;break}else if(r==="}"){if(s.length>0){for(o=s.length-1,i=s[o];i&&i[0]==="space";)i=s[--o];i&&(n.source.end=this.getPosition(i[3]||i[2]),n.source.end.offset++)}this.end(t);break}else s.push(t);else s.push(t);if(this.tokenizer.endOfFile()){a=!0;break}}n.raws.between=this.spacesAndCommentsFromEnd(s),s.length?(n.raws.afterName=this.spacesAndCommentsFromStart(s),this.raw(n,"params",s),a&&(t=s[s.length-1],n.source.end=this.getPosition(t[3]||t[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(t){let n=this.colon(t);if(n===!1)return;let r=0,i;for(let o=n-1;o>=0&&(i=t[o],!(i[0]!=="space"&&(r+=1,r===2)));o--);throw this.input.error("Missed semicolon",i[0]==="word"?i[3]+1:i[2])}colon(t){let n=0,r,i,o;for(let[a,l]of t.entries()){if(i=l,o=i[0],o==="("&&(n+=1),o===")"&&(n-=1),n===0&&o===":")if(!r)this.doubleColon(i);else{if(r[0]==="word"&&r[1]==="progid")continue;return a}r=i}return!1}comment(t){let n=new v0;this.init(n,t[2]),n.source.end=this.getPosition(t[3]||t[2]),n.source.end.offset++;let r=t[1].slice(2,-2);if(!r.trim())n.text="",n.raws.left=r,n.raws.right="";else{let i=r.match(/^(\\s*)([^]*\\S)(\\s*)$/);n.text=i[2],n.raws.left=i[1],n.raws.right=i[3]}}createTokenizer(){this.tokenizer=E0(this.input)}decl(t,n){let r=new S0;this.init(r,t[0][2]);let i=t[t.length-1];for(i[0]===";"&&(this.semicolon=!0,t.pop()),r.source.end=this.getPosition(i[3]||i[2]||C0(t)),r.source.end.offset++;t[0][0]!=="word";)t.length===1&&this.unknownWord(t),r.raws.before+=t.shift()[1];for(r.source.start=this.getPosition(t[0][2]),r.prop="";t.length;){let u=t[0][0];if(u===":"||u==="space"||u==="comment")break;r.prop+=t.shift()[1]}r.raws.between="";let o;for(;t.length;)if(o=t.shift(),o[0]===":"){r.raws.between+=o[1];break}else o[0]==="word"&&/\\w/.test(o[1])&&this.unknownWord([o]),r.raws.between+=o[1];(r.prop[0]==="_"||r.prop[0]==="*")&&(r.raws.before+=r.prop[0],r.prop=r.prop.slice(1));let a=[],l;for(;t.length&&(l=t[0][0],!(l!=="space"&&l!=="comment"));)a.push(t.shift());this.precheckMissedSemicolon(t);for(let u=t.length-1;u>=0;u--){if(o=t[u],o[1].toLowerCase()==="!important"){r.important=!0;let c=this.stringFrom(t,u);c=this.spacesFromEnd(t)+c,c!==" !important"&&(r.raws.important=c);break}else if(o[1].toLowerCase()==="important"){let c=t.slice(0),m="";for(let f=u;f>0;f--){let h=c[f][0];if(m.trim().startsWith("!")&&h!=="space")break;m=c.pop()[1]+m}m.trim().startsWith("!")&&(r.important=!0,r.raws.important=m,t=c)}if(o[0]!=="space"&&o[0]!=="comment")break}t.some(u=>u[0]!=="space"&&u[0]!=="comment")&&(r.raws.between+=a.map(u=>u[1]).join(""),a=[]),this.raw(r,"value",a.concat(t),n),r.value.includes(":")&&!n&&this.checkMissedSemicolon(t)}doubleColon(t){throw this.input.error("Double colon",{offset:t[2]},{offset:t[2]+t[1].length})}emptyRule(t){let n=new nc;this.init(n,t[2]),n.selector="",n.raws.between="",this.current=n}end(t){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(t[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(t)}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(t){if(this.spaces+=t[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(t[2]),n.source.end.offset+=n.raws.ownSemicolon.length)}}getPosition(t){let n=this.input.fromOffset(t);return{column:n.col,line:n.line,offset:t}}init(t,n){this.current.push(t),t.source={input:this.input,start:this.getPosition(n)},t.raws.before=this.spaces,this.spaces="",t.type!=="comment"&&(this.semicolon=!1)}other(t){let n=!1,r=null,i=!1,o=null,a=[],l=t[1].startsWith("--"),s=[],u=t;for(;u;){if(r=u[0],s.push(u),r==="("||r==="[")o||(o=u),a.push(r==="("?")":"]");else if(l&&i&&r==="{")o||(o=u),a.push("}");else if(a.length===0)if(r===";")if(i){this.decl(s,l);return}else break;else if(r==="{"){this.rule(s);return}else if(r==="}"){this.tokenizer.back(s.pop()),n=!0;break}else r===":"&&(i=!0);else r===a[a.length-1]&&(a.pop(),a.length===0&&(o=null));u=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(n=!0),a.length>0&&this.unclosedBracket(o),n&&i){if(!l)for(;s.length&&(u=s[s.length-1][0],!(u!=="space"&&u!=="comment"));)this.tokenizer.back(s.pop());this.decl(s,l)}else this.unknownWord(s)}parse(){let t;for(;!this.tokenizer.endOfFile();)switch(t=this.tokenizer.nextToken(),t[0]){case"space":this.spaces+=t[1];break;case";":this.freeSemicolon(t);break;case"}":this.end(t);break;case"comment":this.comment(t);break;case"at-word":this.atrule(t);break;case"{":this.emptyRule(t);break;default:this.other(t);break}this.endFile()}precheckMissedSemicolon(){}raw(t,n,r,i){let o,a,l=r.length,s="",u=!0,c,m;for(let f=0;f<l;f+=1)o=r[f],a=o[0],a==="space"&&f===l-1&&!i?u=!1:a==="comment"?(m=r[f-1]?r[f-1][0]:"empty",c=r[f+1]?r[f+1][0]:"empty",!rc[m]&&!rc[c]?s.slice(-1)===","?u=!1:s+=o[1]:u=!1):s+=o[1];if(!u){let f=r.reduce((h,b)=>h+b[1],"");t.raws[n]={raw:f,value:s}}t[n]=s}rule(t){t.pop();let n=new nc;this.init(n,t[0][2]),n.raws.between=this.spacesAndCommentsFromEnd(t),this.raw(n,"selector",t),this.current=n}spacesAndCommentsFromEnd(t){let n,r="";for(;t.length&&(n=t[t.length-1][0],!(n!=="space"&&n!=="comment"));)r=t.pop()[1]+r;return r}spacesAndCommentsFromStart(t){let n,r="";for(;t.length&&(n=t[0][0],!(n!=="space"&&n!=="comment"));)r+=t.shift()[1];return r}spacesFromEnd(t){let n,r="";for(;t.length&&(n=t[t.length-1][0],n==="space");)r=t.pop()[1]+r;return r}stringFrom(t,n){let r="";for(let i=n;i<t.length;i++)r+=t[i][1];return t.splice(n,t.length-n),r}unclosedBlock(){let t=this.current.source.start;throw this.input.error("Unclosed block",t.line,t.column)}unclosedBracket(t){throw this.input.error("Unclosed bracket",{offset:t[2]},{offset:t[2]+1})}unexpectedClose(t){throw this.input.error("Unexpected }",{offset:t[2]},{offset:t[2]+1})}unknownWord(t){throw this.input.error("Unknown word "+t[0][1],{offset:t[0][2]},{offset:t[0][2]+t[0][1].length})}unnamedAtrule(t,n){throw this.input.error("At-rule without name",{offset:n[2]},{offset:n[2]+n[1].length})}};ic.exports=jo});var Yr=re((qS,ac)=>{"use strict";var w0=gt(),_0=Wn(),T0=oc();function Kr(e,t){let n=new _0(e,t),r=new T0(n);try{r.parse()}catch(i){throw i}return r.root}ac.exports=Kr;Kr.default=Kr;w0.registerParse(Kr)});var Ko=re(($S,sc)=>{"use strict";var qn=class{constructor(t,n={}){if(this.type="warning",this.text=t,n.node&&n.node.source){let r=n.node.rangeBy(n);this.line=r.start.line,this.column=r.start.column,this.endLine=r.end.line,this.endColumn=r.end.column}for(let r in n)this[r]=n[r]}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}};sc.exports=qn;qn.default=qn});var Xr=re((jS,lc)=>{"use strict";var R0=Ko(),$n=class{get content(){return this.css}constructor(t,n,r){this.processor=t,this.messages=[],this.root=n,this.opts=r,this.css="",this.map=void 0}toString(){return this.css}warn(t,n={}){n.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(n.plugin=this.lastPlugin.postcssPlugin);let r=new R0(t,n);return this.messages.push(r),r}warnings(){return this.messages.filter(t=>t.type==="warning")}};lc.exports=$n;$n.default=$n});var Yo=re((KS,cc)=>{"use strict";var uc={};cc.exports=function(t){uc[t]||(uc[t]=!0,typeof console<"u"&&console.warn&&console.warn(t))}});var Qo=re((XS,pc)=>{"use strict";var k0=gt(),M0=Hr(),F0=$o(),N0=Yr(),dc=Xr(),L0=Kt(),D0=Ln(),{isClean:Je,my:I0}=Or(),YS=Yo(),P0={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},O0={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},G0={Once:!0,postcssPlugin:!0,prepare:!0},Xt=0;function jn(e){return typeof e=="object"&&typeof e.then=="function"}function mc(e){let t=!1,n=P0[e.type];return e.type==="decl"?t=e.prop.toLowerCase():e.type==="atrule"&&(t=e.name.toLowerCase()),t&&e.append?[n,n+"-"+t,Xt,n+"Exit",n+"Exit-"+t]:t?[n,n+"-"+t,n+"Exit",n+"Exit-"+t]:e.append?[n,Xt,n+"Exit"]:[n,n+"Exit"]}function fc(e){let t;return e.type==="document"?t=["Document",Xt,"DocumentExit"]:e.type==="root"?t=["Root",Xt,"RootExit"]:t=mc(e),{eventIndex:0,events:t,iterator:0,node:e,visitorIndex:0,visitors:[]}}function Xo(e){return e[Je]=!1,e.nodes&&e.nodes.forEach(t=>Xo(t)),e}var Jo={},xt=class e{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(t,n,r){this.stringified=!1,this.processed=!1;let i;if(typeof n=="object"&&n!==null&&(n.type==="root"||n.type==="document"))i=Xo(n);else if(n instanceof e||n instanceof dc)i=Xo(n.root),n.map&&(typeof r.map>"u"&&(r.map={}),r.map.inline||(r.map.inline=!1),r.map.prev=n.map);else{let o=N0;r.syntax&&(o=r.syntax.parse),r.parser&&(o=r.parser),o.parse&&(o=o.parse);try{i=o(n,r)}catch(a){this.processed=!0,this.error=a}i&&!i[I0]&&k0.rebuild(i)}this.result=new dc(t,i,r),this.helpers={...Jo,postcss:Jo,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(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(t,n){let r=this.result.lastPlugin;try{n&&n.addToError(t),this.error=t,t.name==="CssSyntaxError"&&!t.plugin?(t.plugin=r.postcssPlugin,t.setMessage()):r.postcssVersion}catch(i){console&&console.error&&console.error(i)}return t}prepareVisitors(){this.listeners={};let t=(n,r,i)=>{this.listeners[r]||(this.listeners[r]=[]),this.listeners[r].push([n,i])};for(let n of this.plugins)if(typeof n=="object")for(let r in n){if(!O0[r]&&/^[A-Z]/.test(r))throw new Error(`Unknown event ${r} in ${n.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!G0[r])if(typeof n[r]=="object")for(let i in n[r])i==="*"?t(n,r,n[r][i]):t(n,r+"-"+i.toLowerCase(),n[r][i]);else typeof n[r]=="function"&&t(n,r,n[r])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let t=0;t<this.plugins.length;t++){let n=this.plugins[t],r=this.runOnRoot(n);if(jn(r))try{await r}catch(i){throw this.handleError(i)}}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[Je];){t[Je]=!0;let n=[fc(t)];for(;n.length>0;){let r=this.visitTick(n);if(jn(r))try{await r}catch(i){let o=n[n.length-1].node;throw this.handleError(i,o)}}}if(this.listeners.OnceExit)for(let[n,r]of this.listeners.OnceExit){this.result.lastPlugin=n;try{if(t.type==="document"){let i=t.nodes.map(o=>r(o,this.helpers));await Promise.all(i)}else await r(t,this.helpers)}catch(i){throw this.handleError(i)}}}return this.processed=!0,this.stringify()}runOnRoot(t){this.result.lastPlugin=t;try{if(typeof t=="object"&&t.Once){if(this.result.root.type==="document"){let n=this.result.root.nodes.map(r=>t.Once(r,this.helpers));return jn(n[0])?Promise.all(n):n}return t.Once(this.result.root,this.helpers)}else if(typeof t=="function")return t(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 t=this.result.opts,n=D0;t.syntax&&(n=t.syntax.stringify),t.stringifier&&(n=t.stringifier),n.stringify&&(n=n.stringify);let r=this.result.root.source;if(t.map===void 0&&!(r&&r.input&&r.input.map)){let a="";return n(this.result.root,l=>{a+=l}),this.result.css=a,this.result}let o=new F0(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 t of this.plugins){let n=this.runOnRoot(t);if(jn(n))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let t=this.result.root;for(;!t[Je];)t[Je]=!0,this.walkSync(t);if(this.listeners.OnceExit)if(t.type==="document")for(let n of t.nodes)this.visitSync(this.listeners.OnceExit,n);else this.visitSync(this.listeners.OnceExit,t)}return this.result}then(t,n){return this.async().then(t,n)}toString(){return this.css}visitSync(t,n){for(let[r,i]of t){this.result.lastPlugin=r;let o;try{o=i(n,this.helpers)}catch(a){throw this.handleError(a,n.proxyOf)}if(n.type!=="root"&&n.type!=="document"&&!n.parent)return!0;if(jn(o))throw this.getAsyncError()}}visitTick(t){let n=t[t.length-1],{node:r,visitors:i}=n;if(r.type!=="root"&&r.type!=="document"&&!r.parent){t.pop();return}if(i.length>0&&n.visitorIndex<i.length){let[a,l]=i[n.visitorIndex];n.visitorIndex+=1,n.visitorIndex===i.length&&(n.visitors=[],n.visitorIndex=0),this.result.lastPlugin=a;try{return l(r.toProxy(),this.helpers)}catch(s){throw this.handleError(s,r)}}if(n.iterator!==0){let a=n.iterator,l;for(;l=r.nodes[r.indexes[a]];)if(r.indexes[a]+=1,!l[Je]){l[Je]=!0,t.push(fc(l));return}n.iterator=0,delete r.indexes[a]}let o=n.events;for(;n.eventIndex<o.length;){let a=o[n.eventIndex];if(n.eventIndex+=1,a===Xt){r.nodes&&r.nodes.length&&(r[Je]=!0,n.iterator=r.getIterator());return}else if(this.listeners[a]){n.visitors=this.listeners[a];return}}t.pop()}walkSync(t){t[Je]=!0;let n=mc(t);for(let r of n)if(r===Xt)t.nodes&&t.each(i=>{i[Je]||this.walkSync(i)});else{let i=this.listeners[r];if(i&&this.visitSync(i,t.toProxy()))return}}warnings(){return this.sync().warnings()}};xt.registerPostcss=e=>{Jo=e};pc.exports=xt;xt.default=xt;L0.registerLazyResult(xt);M0.registerLazyResult(xt)});var gc=re((QS,hc)=>{"use strict";var H0=$o(),B0=Yr(),U0=Xr(),W0=Ln(),JS=Yo(),Kn=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 t,n=B0;try{t=n(this._css,this._opts)}catch(r){this.error=r}if(this.error)throw this.error;return this._root=t,t}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(t,n,r){n=n.toString(),this.stringified=!1,this._processor=t,this._css=n,this._opts=r,this._map=void 0;let i=W0;this.result=new U0(this._processor,void 0,this._opts),this.result.css=n;let o=this;Object.defineProperty(this.result,"root",{get(){return o.root}});let a=new H0(i,void 0,this._opts,n);if(a.isMap()){let[l,s]=a.generate();l&&(this.result.css=l),s&&(this.result.map=s)}else a.clearAnnotation(),this.result.css=a.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(t){return this.async().catch(t)}finally(t){return this.async().then(t,t)}sync(){if(this.error)throw this.error;return this.result}then(t,n){return this.async().then(t,n)}toString(){return this._css}warnings(){return[]}};hc.exports=Kn;Kn.default=Kn});var xc=re((ZS,bc)=>{"use strict";var V0=Hr(),z0=Qo(),q0=gc(),$0=Kt(),Mt=class{constructor(t=[]){this.version="8.5.14",this.plugins=this.normalize(t)}normalize(t){let n=[];for(let r of t)if(r.postcss===!0?r=r():r.postcss&&(r=r.postcss),typeof r=="object"&&Array.isArray(r.plugins))n=n.concat(r.plugins);else if(typeof r=="object"&&r.postcssPlugin)n.push(r);else if(typeof r=="function")n.push(r);else if(!(typeof r=="object"&&(r.parse||r.stringify)))throw new Error(r+" is not a PostCSS plugin");return n}process(t,n={}){return!this.plugins.length&&!n.parser&&!n.stringifier&&!n.syntax?new q0(this,t,n):new z0(this,t,n)}use(t){return this.plugins=this.plugins.concat(this.normalize([t])),this}};bc.exports=Mt;Mt.default=Mt;$0.registerProcessor(Mt);V0.registerProcessor(Mt)});var _c=re((eA,wc)=>{"use strict";var yc=Gr(),vc=Gn(),j0=gt(),K0=Pr(),Sc=Bn(),Ac=Hr(),Y0=$u(),X0=Wn(),J0=Qo(),Q0=zo(),Z0=Pn(),eg=Yr(),Zo=xc(),tg=Xr(),Ec=Kt(),Cc=Vr(),ng=Ln(),rg=Ko();function ue(...e){return e.length===1&&Array.isArray(e[0])&&(e=e[0]),new Zo(e)}ue.plugin=function(t,n){let r=!1;function i(...a){console&&console.warn&&!r&&(r=!0,console.warn(t+`: postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration`),process.env.LANG&&process.env.LANG.startsWith("cn")&&console.warn(t+`: \\u91CC\\u9762 postcss.plugin \\u88AB\\u5F03\\u7528. \\u8FC1\\u79FB\\u6307\\u5357:\nhttps://www.w3ctech.com/topic/2226`));let l=n(...a);return l.postcssPlugin=t,l.postcssVersion=new Zo().version,l}let o;return Object.defineProperty(i,"postcss",{get(){return o||(o=i()),o}}),i.process=function(a,l,s){return ue([i(s)]).process(a,l)},i};ue.stringify=ng;ue.parse=eg;ue.fromJSON=Y0;ue.list=Q0;ue.comment=e=>new vc(e);ue.atRule=e=>new yc(e);ue.decl=e=>new Sc(e);ue.rule=e=>new Cc(e);ue.root=e=>new Ec(e);ue.document=e=>new Ac(e);ue.CssSyntaxError=K0;ue.Declaration=Sc;ue.Container=j0;ue.Processor=Zo;ue.Document=Ac;ue.Comment=vc;ue.Warning=rg;ue.AtRule=yc;ue.Result=tg;ue.Input=X0;ue.Rule=Cc;ue.Root=Ec;ue.Node=Z0;J0.registerPostcss(ue);wc.exports=ue;ue.default=ue});function hr(){return globalThis}function L(e,t){if(typeof window>"u")return;let n=hr(),r=n.__hf?.onSwallowed;if(r)try{r({label:e,error:t})}catch(i){}(n.__hfDebug||n.__HYPERFRAMES_DEBUG)&&console.debug(`[hyperframes] ${e} swallowed:`,t)}var hm=["seconds-time","rational-fps","seek-keep-playing","composition-manifest-v1"];function gm(e,t){let n=Math.abs(e),r=Math.abs(t);for(;r!==0;){let i=n%r;n=r,r=i}return n||1}function bm(e){let t=Number.isFinite(e)&&e>0?e:30,n=Number.isInteger(t)?1:1e6,r=Math.round(t*n),i=gm(r,n);return{numerator:r/i,denominator:n/i}}function Di(e){if(typeof e!="object"||e===null)return null;let t=e;return!Number.isFinite(t.numerator)||!Number.isFinite(t.denominator)||(t.numerator??0)<=0||(t.denominator??0)<=0?null:Number(t.numerator)/Number(t.denominator)}function gr(e){return{protocolVersion:1,capabilities:hm,fps:bm(e)}}function xm(e){return Array.isArray(e)&&e.every(t=>typeof t=="string")}function cs(e,t=30){if(typeof e!="object"||e===null)return{status:"legacy",fps:t};let n=e;if(n.protocolVersion===void 0)return{status:"legacy",fps:t};if(n.protocolVersion!==1)return{status:"unsupported",code:"unsupported_protocol_version",receivedVersion:n.protocolVersion};let r=Di(n.fps);return r===null||!xm(n.capabilities)?{status:"unsupported",code:"invalid_protocol_metadata",receivedVersion:n.protocolVersion}:{status:"supported",fps:r,metadata:n}}var ds=30;function fs(e){ds=Number.isFinite(e)&&e>0?e:30}function xe(e){try{window.parent.postMessage({...e,...gr(ds)},"*")}catch(t){L("bridge.postMessage",t)}}var ym={play:(e,t)=>t.onPlay(),pause:(e,t)=>t.onPause(),"stop-media":(e,t)=>t.onStopMedia(),seek:(e,t)=>t.onSeek(vm(e,t),e.seekMode??"commit"),tick:(e,t)=>t.onTick(),"set-muted":(e,t)=>t.onSetMuted(!!e.muted),"set-volume":(e,t)=>t.onSetVolume(Math.max(0,Math.min(1,Number(e.volume??1)))),"set-media-output-muted":(e,t)=>t.onSetMediaOutputMuted(!!e.muted),"set-native-media-sync-disabled":(e,t)=>t.onSetNativeMediaSyncDisabled(!!e.disabled),"set-web-audio-media-disabled":(e,t)=>t.onSetWebAudioMediaDisabled(!!e.disabled),"set-playback-rate":(e,t)=>t.onSetPlaybackRate(Number(e.playbackRate??1)),"set-root-duration":(e,t)=>t.onSetRootDuration(Number(e.durationSeconds??0)),"set-color-grading":(e,t)=>t.onSetColorGrading(e.target??null,e.grading??null),"set-color-grading-compare":(e,t)=>t.onSetColorGradingCompare(e.target??null,e.compare??null),"enable-pick-mode":(e,t)=>t.onEnablePickMode(),"disable-pick-mode":(e,t)=>t.onDisablePickMode(),"flash-elements":e=>Am(e)};function vm(e,t){let n=Number(e.timeSeconds);if(Number.isFinite(n))return Math.max(0,n);let i=Di(e.fps)??t.getCanonicalFps();return Math.max(0,Number(e.frame??0))/i}function Sm(e){let t=cs(e);return t.status!=="unsupported"?!1:(xe({source:"hf-preview",type:"diagnostic",code:`runtime.protocol.${t.code}`,details:{receivedVersion:typeof t.receivedVersion=="string"||typeof t.receivedVersion=="number"?t.receivedVersion:null}}),!0)}function Am(e){let t=e.selectors,n=e.duration||800;t&&Em(t,n)}function ms(e){let t=n=>{let r=n.data;if(!r||r.source!=="hf-parent"||r.type!=="control"||Sm(r))return;let i=r.action;if(typeof i!="string")return;let o=ym[i];o&&o(r,e)};return window.addEventListener("message",t),xe({source:"hf-preview",type:"ready"}),t}function Em(e,t){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 ${t}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 e)try{document.querySelectorAll(n).forEach(i=>{i.classList.add("__hf-flash"),setTimeout(()=>i.classList.remove("__hf-flash"),t)})}catch(r){L("bridge.flashElements.querySelector",r)}}var Ii=null;function ps(e){Ii=e}function Le(e,t){if(Ii)try{Ii({source:"hf-preview",type:"analytics",event:e,properties:t??{}})}catch(n){L("runtime.analytics.site1",n)}}function Cm(e){let t=e.toLowerCase().replace(/[^a-z0-9]+/g,"-"),n=0,r=t.length;for(;n<r&&t[n]==="-";)n++;for(;r>n&&t[r-1]==="-";)r--;let i=t.slice(n,r);return i.length>0?i:"node"}function Pt(e){return`--${Cm(e)}`}function hs(e){let t=new Map;for(let n of e){let r=Pt(n),i=t.get(r);i?i.includes(n)||i.push(n):t.set(r,[n])}return[...t.values()].filter(n=>n.length>1)}function bs(){if(typeof document>"u")return{};let e=new Set;document.documentElement?.hasAttribute("data-composition-variables")&&e.add(document.documentElement);for(let i of Array.from(document.querySelectorAll("[data-composition-variables]")))e.add(i);let t={};for(let i of e)Object.assign(t,dn(i));let n=xr(),r={...t,...n};for(let i of e)Oi(i,r);return r}var gs=new Set;function xs(e){let t=e?.getAttribute("data-composition-variables");if(!t)return[];let n;try{n=JSON.parse(t)}catch{return[]}return Array.isArray(n)?n.filter(r=>!!r&&typeof r=="object"):[]}function wm(e,t){return t?.trim()||e.getAttribute("data-composition-id")?.trim()||e.querySelector("[data-composition-id]")?.getAttribute("data-composition-id")?.trim()||"composition"}function _m(e){return Array.isArray(e.options)?e.options.map(t=>t&&typeof t=="object"?t.value:t).filter(t=>typeof t=="string"||typeof t=="number"):[]}function Tm(e,t){if(typeof e.id!="string")return null;let n=t[e.id];if(n==null||"default"in e&&String(n)===String(e.default))return null;let r=_m(e);return r.length===0||r.some(i=>String(i)===String(n))?null:{id:e.id,value:n,allowed:r}}function Oi(e,t,n){if(!e)return;let r=xs(e);if(r.length===0)return;let i=wm(e,n);for(let o of r){let a=Tm(o,t);if(!a)continue;let l=`${i}|${a.id}|${String(a.value)}`;if(gs.has(l))continue;gs.add(l);let s="default"in o?JSON.stringify(o.default):"the composition default";console.warn(`[hyperframes] runtime_unknown_enum_value: ${i} variable "${a.id}" got ${JSON.stringify(a.value)}, which is not a declared option (${a.allowed.join(", ")}). Rendering ${s} instead.`)}}function dn(e){let t={};for(let n of xs(e))typeof n.id!="string"||!("default"in n)||(t[n.id]=n.default);return t}var Pi="data-hf-css-vars";function br(e){return"style"in e&&typeof e.style?.setProperty=="function"}function Gi(e,t){if(!br(e))return;let n=[];for(let[r,i]of Object.entries(t))if(typeof i=="string"&&i!==""||typeof i=="number"){let o=Pt(r);e.style.setProperty(o,String(i)),n.push(o)}n.length>0&&e.setAttribute(Pi,n.join(" "))}function ys(e,t,n){let r={};for(let[i,o]of Object.entries(t)){let a=Pt(i);((br(e)?e.style.getPropertyValue(a):"")||(n?n.getComputedStyle(e).getPropertyValue(a):"")).trim()===""&&(r[i]=o)}return r}function vs(e){if(!br(e))return;let t=e.getAttribute(Pi);if(t){for(let n of t.split(" "))n.startsWith("--")&&e.style.removeProperty(n);e.removeAttribute(Pi)}}function Ss(e){let t=new Set;e.documentElement?.hasAttribute("data-composition-variables")&&t.add(e.documentElement);for(let i of Array.from(e.querySelectorAll("[data-composition-variables]")))t.add(i);let n=xr(),r=[];for(let i of t)r.push(...Rm(i,n,e.defaultView));for(let i of hs(r))console.warn(`composition variables ${i.join(", ")} collapse to the same CSS property ${Pt(i[0]??"")} \\u2014 rename one to avoid cross-talk`)}function Rm(e,t,n){if(!br(e))return[];let r=dn(e),i={};for(let[o,a]of Object.entries(r)){if(o in t)continue;let l=Pt(o);(e.style.getPropertyValue(l)||(n?n.getComputedStyle(e).getPropertyValue(l):"")).trim()===""&&(i[o]=a)}for(let[o,a]of Object.entries(t))o in r&&(i[o]=a);return Gi(e,i),Object.keys(r)}function As(e){let t=e.getAttribute("data-variable-values");if(!t)return{};let n;try{n=JSON.parse(t)}catch{return{}}return!n||typeof n!="object"||Array.isArray(n)?{}:n}function xr(){if(typeof window>"u")return{};let e=window.__hfVariables;return!e||typeof e!="object"||Array.isArray(e)?{}:e}function Es(e){let t=[],n=u=>{if(typeof u.getAnimations!="function")return[];try{return u.getAnimations()}catch{return[]}},r=u=>e?.resolveStartSeconds?e.resolveStartSeconds(u):Number.parseFloat(u.getAttribute("data-start")??"0")||0,i=(u,c)=>{let m=null;try{m=u.effect?.getComputedTiming?.()??null}catch(h){L("runtime.adapters.css.site5",h)}if(!m)return{};let f=Number(m.endTime);return Number.isFinite(f)?{endSeconds:c+f/1e3}:{unbounded:!0}},o=(u,c)=>{for(let m of u){try{m.currentTime=c}catch(f){L("runtime.adapters.css.site1",f)}try{m.pause()}catch(f){L("runtime.adapters.css.site2",f)}}},a=u=>{for(let c of u)try{c.play()}catch(m){L("runtime.adapters.css.site3",m)}},l=u=>{for(let c of u)try{c.pause()}catch(m){L("runtime.adapters.css.site4",m)}},s=u=>{u.baseDelay?u.el.style.animationDelay=u.baseDelay:u.el.style.removeProperty("animation-delay"),u.basePlayState?u.el.style.animationPlayState=u.basePlayState:u.el.style.removeProperty("animation-play-state")};return{name:"css",discover:()=>{t=[];let u=document.querySelectorAll("*");for(let c of u){if(!(c instanceof HTMLElement))continue;let m=window.getComputedStyle(c);!m.animationName||m.animationName==="none"||t.push({el:c,baseDelay:c.style.animationDelay||"",basePlayState:c.style.animationPlayState||"",animations:n(c)})}},getInferredDurationSeconds:()=>{let u=0;for(let c of t){if(!c.el.isConnected)continue;let m=r(c.el);for(let f of n(c.el)){let h=i(f,m);h.endSeconds!=null&&(u=Math.max(u,h.endSeconds))}}return u>0?u:null},seek:u=>{let c=Number(u.time)||0;for(let m of t){if(!m.el.isConnected)continue;let f=r(m.el),h=Math.max(0,c-f)*1e3,b=m.animations;if(b.length>0){o(b,h);continue}m.el.style.animationPlayState="paused",m.el.style.animationDelay=`-${(h/1e3).toFixed(3)}s`}},pause:()=>{for(let u of t){if(!u.el.isConnected)continue;let c=u.animations;c.length>0&&l(c),s(u)}},play:()=>{for(let u of t)u.el.isConnected&&(s(u),a(u.animations))},revert:()=>{t=[]}}}function Cs(e){return{name:"gsap",discover:()=>{},seek:t=>{let n=e.getTimeline();if(!n)return;n.pause();let r=Math.max(0,Number(t.time)||0),i=t.suppressEvents===!0;typeof n.totalTime=="function"?(n.totalTime(r+.001,!0),n.totalTime(r,i)):n.seek(r,i)},pause:()=>{let t=e.getTimeline();t&&t.pause()}}}function ws(){return{name:"animejs",discover:()=>{try{let e=window.anime;if(!e||typeof e.running>"u")return;let t=e.running;if(!Array.isArray(t)||t.length===0)return;let n=window.__hfAnime??[],r=new Set(n);for(let i of t)r.has(i)||n.push(i);window.__hfAnime=n}catch(e){L("runtime.adapters.animejs.site1",e)}},seek:e=>{let t=Math.max(0,(Number(e.time)||0)*1e3),n=window.__hfAnime;if(!(!n||n.length===0))for(let r of n)try{typeof r.seek=="function"&&r.seek(t)}catch(i){L("runtime.adapters.animejs.site2",i)}},pause:()=>{let e=window.__hfAnime;if(!(!e||e.length===0))for(let t of e)try{typeof t.pause=="function"&&t.pause()}catch(n){L("runtime.adapters.animejs.site3",n)}},play:()=>{let e=window.__hfAnime;if(!(!e||e.length===0))for(let t of e)try{typeof t.play=="function"&&t.play()}catch(n){L("runtime.adapters.animejs.site4",n)}},revert:()=>{}}}function Ts(){return{name:"lottie",discover:()=>{try{let e=window.lottie;if(e&&typeof e.getRegisteredAnimations=="function"){let t=e.getRegisteredAnimations();if(Array.isArray(t)&&t.length>0){let n=window.__hfLottie??[],r=new Set(n);for(let i of t)r.has(i)||n.push(i);window.__hfLottie=n}}}catch(e){L("runtime.adapters.lottie.site1",e)}},seek:e=>{let t=Math.max(0,Number(e.time)||0),n=window.__hfLottie;if(!(!n||n.length===0))for(let r of n)try{if(Hi(r))r.goToAndStop(t*1e3,!1);else if(Bi(r)){if(typeof r.setCurrentRawFrameValue=="function"){let i=r.totalFrames??0,o=r.frameRate??30,a=t*o;i>0&&r.setCurrentRawFrameValue(Math.min(a,i-1))}else if(typeof r.seek=="function"){let i=r.duration??1,o=Math.min(100,t/i*100);r.seek(o)}}}catch(i){L("runtime.adapters.lottie.site2",i)}},pause:()=>{let e=window.__hfLottie;if(!(!e||e.length===0))for(let t of e)try{(Hi(t)||Bi(t))&&t.pause()}catch(n){L("runtime.adapters.lottie.site3",n)}},revert:()=>{},getInferredDurationSeconds:()=>{let e=window.__hfLottie;if(!e||e.length===0)return null;let t=0,n=!1;for(let r of e){let i=null;try{i=km(r)}catch(o){L("runtime.adapters.lottie.site4",o)}i!=null&&(n=!0,t=Math.max(t,i))}return n?t:null}}}function _s(e,t){return!Number.isFinite(e)||!e||e<=0||!Number.isFinite(t)||!t||t<=0?null:e/t}function km(e){return Hi(e)?_s(e.totalFrames,e.frameRate):Bi(e)?Number.isFinite(e.duration)&&(e.duration??0)>0?e.duration??null:_s(e.totalFrames,e.frameRate):null}function Hi(e){return typeof e=="object"&&e!==null&&typeof e.goToAndStop=="function"}function Bi(e){return typeof e=="object"&&e!==null&&typeof e.pause=="function"&&("totalFrames"in e||"duration"in e)}var Ui=-1,yr=new Set,Ot,Wi=0;function Rs(e){let t=[],n=!0,r={time:e,waitUntil:o=>{if(!n)throw new Error("hf-seek waitUntil() must be called synchronously from the event listener");t.push(o)}};try{window.dispatchEvent(new CustomEvent("hf-seek",{detail:r}))}catch(o){L("runtime.adapters.seek-dispatch.site1",o)}finally{n=!1}if(t.length===0)return;let i=Promise.all(t).then(()=>({status:"fulfilled"})).catch(o=>({status:"rejected",reason:o}));yr.add(i),i.then(o=>{yr.delete(i)&&o.status==="rejected"&&Ot===void 0&&(Ot={reason:o.reason})})}function vr(e){e!==Ui&&(Ui=e,Rs(e))}function Sr(e){Ui=e,Rs(e)}function ks(){return Wi>0}async function Vi(){Wi+=1;let e=Ot;try{for(await Promise.resolve();yr.size>0;){let r=(await Promise.all([...yr])).find(i=>i.status==="rejected");e===void 0&&r?.status==="rejected"&&(e={reason:r.reason})}let t=Ot;if(e===void 0&&(e=t),Ot===t&&(Ot=void 0),e)throw e.reason}finally{Wi-=1}}function Ms(){let e=null,t=0,n=null,r=null,i=null,o=null,a=()=>{if(typeof window>"u")return null;let c=window.THREE?.DefaultLoadingManager;return!c||typeof c!="object"||typeof c.itemsLoaded!="number"||typeof c.itemsTotal!="number"?null:c},l=u=>{o||u.itemsTotal<=u.itemsLoaded||(o=new Promise(c=>{u.onLoad=function(){try{i?.call(this)}finally{o=null,u.onLoad=i??null,c()}}}))},s=u=>{n!==u&&(n=u,r=u.onStart??null,i=u.onLoad??null,u.onStart=function(c,m,f){try{r?.call(this,c,m,f)}finally{l(u)}})};return{name:"three",discover:()=>{let u=a();u&&(s(u),l(u))},seek:u=>{e=Math.max(0,Number(u.time)||0),t=e,window.__hfThreeTime=e,vr(e)},pause:()=>{e==null&&(e=Math.max(0,t))},play:()=>{e=null},revert:()=>{e=null,t=0},getReadyPromise:()=>{let u=a();return!u||u.itemsTotal<=u.itemsLoaded?null:(o||l(u),o)}}}function Ke(e){let t=null,n=new WeakSet;return{name:e.name,discover:()=>{},seek:()=>{},pause:()=>{},play:()=>{},revert:()=>{},getReadyPromise:()=>{let r=e.getInstances();if(r.length===0)return null;let i=r.filter(o=>!n.has(o));return i.length===0?null:t||(t=Promise.allSettled(i.map(o=>e.waitFor(o).then(()=>{n.add(o)}))).then(()=>{t=null}),t)}}}function Fs(){return Ke({name:"mapbox",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfMapbox;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>{if(e.loaded()){t();return}e.on("load",t)})})}function Ns(){return Ke({name:"leaflet",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfLeaflet;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>e.whenReady(t))})}function Ls(){return Ke({name:"google-maps",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfGoogleMaps;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>{let n=e.addListener("tilesloaded",()=>{n.remove(),t()})})})}function Ds(){return Ke({name:"maplibre",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfMaplibre;return Array.isArray(e)?e:[]},waitFor:e=>new Promise(t=>{if(e.loaded()){t();return}e.on("load",t)})})}function Is(){return Ke({name:"d3",getInstances:()=>{if(typeof window>"u")return[];let e=window.__hfD3;return Array.isArray(e)?e:[]},waitFor:e=>e.end()})}var Mm=250;function Ps(){let e=null,t=0,n=null,r=()=>{n!==null&&(window.clearInterval(n),n=null)},i=()=>{n===null&&document.querySelector("[data-composition-id][data-requires-webgpu]")&&(n=window.setInterval(()=>{e!==null&&(ks()||(window.__hfTypegpuTime=e,Sr(e)))},Mm))};return{name:"typegpu",discover:()=>{},seek:o=>{e=Math.max(0,Number(o.time)||0),t=e,window.__hfTypegpuTime=e,vr(e)},pause:()=>{e==null&&(e=Math.max(0,t)),i()},play:()=>{r(),e=null},revert:()=>{r(),e=null,t=0}}}var Os="data-hf-render-id";function Fm(e){return e.getAttribute(Os)||e.id||null}var Nm="__render_frame_",Lm="__";function Dm(e){return`${Nm}${e}${Lm}`}function Im(e){let t=Fm(e);return t?Dm(t):null}function ct(e){let t=Im(e);if(!t)return null;let n=document.getElementById(t);return n instanceof HTMLImageElement?n:null}function Gs(e){let t=e.nextElementSibling;if(t instanceof HTMLImageElement&&t.classList.contains("__render_frame__")&&t.complete&&t.naturalWidth>0)return t;let n=ct(e);return n&&n.complete&&n.naturalWidth>0?n:null}function Hs(){let e=globalThis.GPUQueue;if(!e?.prototype?.copyExternalImageToTexture)return;let t=e.prototype.copyExternalImageToTexture;e.prototype.copyExternalImageToTexture=function(n,r,i){if(n?.source instanceof HTMLVideoElement){let o=Gs(n.source);if(o)return t.call(this,{...n,source:o},r,i)}return t.call(this,n,r,i)}}function Bs(){let e=[globalThis.WebGL2RenderingContext,globalThis.WebGLRenderingContext],t=["texImage2D","texSubImage2D"];for(let n of e){let r=n?.prototype;if(r)for(let i of t){let o=r[i];if(typeof o!="function"||o.__hfVideoPatched)continue;let a=function(...l){let s=l.length-1,u=l[s];if(u instanceof HTMLVideoElement){let c=Gs(u);c&&(l[s]=c)}return o.apply(this,l)};a.__hfVideoPatched=!0,r[i]=a}}}function Us(){let e=!1,t=0,n=!1,r,i,o,a=new Set,l=new WeakMap,s=()=>{if(!document.getAnimations)return[];try{return document.getAnimations()}catch{return[]}},u=x=>{let _=Number(x.currentTime);return Number.isFinite(_)&&_>0?_:0},c=(x,_)=>_<=0?x:x>=_?Math.max(0,x-_):x,m=(x,_)=>{let R=l.get(x);if(R)return R;let T={compositionTimeMs:_,animationTimeMs:e?c(u(x),_):u(x)};return l.set(x,T),T},f=(x,_)=>{if(!a.has(x)){a.add(x);let R=()=>{a.delete(x)};try{x.addEventListener("finish",R,{once:!0}),x.addEventListener("cancel",R,{once:!0})}catch(T){L("runtime.adapters.waapi.site4",T)}}m(x,_)},h=(x,_)=>{for(let R of x)f(R,_)},b=()=>{if(n||typeof Element>"u")return;let x=Element.prototype;if(typeof x.animate!="function"||x.__hfOriginalAnimate)return;let _=x.animate;try{Object.defineProperty(x,"__hfOriginalAnimate",{value:_,configurable:!0});let R=function(...T){let F=_.apply(this,T);return f(F,t),F};x.animate=R,r=x,i=_,o=R,n=!0}catch{}},v=x=>{let _=null;try{_=x.effect?.getComputedTiming?.()??null}catch(F){L("runtime.adapters.waapi.site4",F)}if(!_)return{};let R=Number(_.endTime);return Number.isFinite(R)?{endSeconds:(l.get(x)?.compositionTimeMs??0)/1e3+R/1e3}:{unbounded:!0}};return{name:"waapi",discover:()=>{e=!0,b(),h(s(),t)},seek:x=>{let _=Math.max(0,(Number(x.time)||0)*1e3);t=_,(!e||a.size>0)&&h(s(),e?_:0);for(let R of a){let T=e?m(R,_):m(R,0),F=T.animationTimeMs+Math.max(0,_-T.compositionTimeMs);try{R.currentTime=F}catch(M){L("runtime.adapters.waapi.site1",M)}try{R.pause()}catch(M){L("runtime.adapters.waapi.site2",M)}}},pause:()=>{e||h(s(),t);for(let x of a)try{x.pause()}catch(_){L("runtime.adapters.waapi.site3",_)}},revert:()=>{if(a.clear(),l=new WeakMap,e=!1,t=0,r&&i&&o&&r.animate===o)try{r.animate=i,r.__hfOriginalAnimate===i&&delete r.__hfOriginalAnimate}catch(x){L("runtime.adapters.waapi.site5",x)}r=void 0,i=void 0,o=void 0,n=!1},getInferredDurationSeconds:()=>{let x=0;for(let _ of s()){let R=v(_);R.endSeconds!=null&&(x=Math.max(x,R.endSeconds))}return x>0?x:null}}}var zi=3.981071705534972;function He(e){return Number.isFinite(e)?Math.max(0,Math.min(zi,e)):1}function Ws(e){return Number.isFinite(e)?Math.max(0,Math.min(1,e)):1}function Vs(e,t){let n=typeof HTMLMediaElement>"u"?void 0:Object.getOwnPropertyDescriptor(HTMLMediaElement.prototype,"volume"),r=n?.get,i=n?.set;if(!r||!i)return t();let o=Number(r.call(e));Object.defineProperty(e,"volume",{configurable:!0,get:()=>o,set:a=>{o=Number(a),i.call(e,Ws(o))}});try{return t()}finally{delete e.volume,i.call(e,Ws(o))}}var Gt=Object.freeze({start:"data-start",duration:"data-duration",trackIndex:"data-track-index",derivedEnd:"data-end",legacyTrack:"data-layer"}),I1=Object.freeze([Gt.start,Gt.duration,Gt.trackIndex]),P1=Object.freeze([Gt.derivedEnd]),O1=Object.freeze([Gt.derivedEnd,Gt.legacyTrack]);function Be(e){if(e==null||e.trim()==="")return null;let t=Number(e);return Number.isFinite(t)?t:null}var qs=/^[A-Za-z0-9_.:-]+$/;function $s(e,t){let n=e.charCodeAt(t);return n>=48&&n<=57}function zs(e,t){let n=t;for(;n>=0&&$s(e,n);)n--;return n}function Pm(e,t){let n=t;for(;n>=0&&(e[n]??"").trim()==="";)n--;return n}function Om(e){let t=e.length-1;if(!$s(e,t))return null;let n=zs(e,t);return e[n]==="."&&(n=zs(e,n-1)),n+1}function Gm(e){let t=Om(e);if(t==null)return null;let n=Pm(e,t-1),r=e[n];if(r!=="+"&&r!=="-")return null;let i=e.slice(0,n).trim();if(!qs.test(i))return null;let o=Number(e.slice(t));return Number.isFinite(o)?{refId:i,operator:r,magnitude:o}:null}function qi(e){let t=(e??"").trim();if(!t)return null;let n=Be(t);if(n!=null)return{kind:"absolute",value:n};if(qs.test(t))return{kind:"reference",refId:t,offset:0};let r=Gm(t);return r?{kind:"reference",refId:r.refId,offset:r.operator==="-"?-r.magnitude:r.magnitude}:null}function js(e){return Number.isFinite(e)&&e>0?Math.max(.1,Math.min(5,e)):1}function ve(e){return Be(e)}function _e(e){let t=Number.parseFloat(e.getAttribute("data-playback-rate")??""),n=Number.isFinite(t)&&t>0?t:typeof HTMLMediaElement<"u"&&e instanceof HTMLMediaElement?e.defaultPlaybackRate:1;return js(n)}function fn(e){let t=n=>{let r=ve(n);return r==null?null:Number.isFinite(r)&&r>=0?r:null};return t(e.getAttribute("data-playback-start"))??t(e.getAttribute("data-media-start"))??0}function tt(e,t){return Hm(t,fn(e),_e(e))}function Hm(e,t,n){return Number.isFinite(e)?Math.max(0,e-t)/js(n):null}function Bm(e,t,n){let r=e.filter(o=>Number.isFinite(o.time)&&Number.isFinite(o.volume)).map(o=>({time:Math.max(0,o.time-t),volume:He(o.volume)})).sort((o,a)=>o.time-a.time),i=[];for(let o of r){let a=i.at(-1);a&&Math.abs(a.time-o.time)<1e-9?a.volume=o.volume:i.push(o)}return i.length===0||i[0].time>0&&i.unshift({time:0,volume:He(n)}),i}function Ks(e,t){if(e.length===0)return 1;let n=0;for(;n<e.length-2&&t>=e[n+1].time;)n+=1;let r=e[n],i=e[n+1]??r,o=i.time-r.time,a=o<=0?0:Math.min(1,Math.max(0,(t-r.time)/o));return r.volume+(i.volume-r.volume)*a}function Um(e,t,n,r){let i=e.at(-1);!i||Math.abs(i.volume-n.volume)>1e-4?(i&&t&&t.time>i.time&&e.push(t),e.push(n)):r&&n.time>i.time&&e.push(n)}function Wm(e){let t=Number.parseFloat(e??"");return Number.isFinite(t)?t:void 0}function Ys(e,t){let n=ve(e.dataset.start)??0,r=ve(e.dataset.end)??void 0,i=ve(e.dataset.duration)??void 0,o=t;i!==void 0&&i>0?o=n+i:r!==void 0&&r>n&&(o=r);let a=Wm(e.dataset.volume)??1;return{start:n,end:o,staticVolume:He(a)}}function Vm(e,t,n,r){let{start:i,end:o,staticVolume:a}=Ys(e,n),l=1/Math.min(60,Math.max(1,r)),s=Math.max(0,i),u=Math.min(n,o),c=Vs(e,()=>{e.volume=a;let f=[],h;for(let b=s;b<=u+1e-6;b=Math.min(u,b+l)){t(b);let v=Number(e.volume);if(Number.isFinite(v)){let x={time:Number(b.toFixed(6)),volume:Number(He(v).toFixed(6))};Um(f,h,x,b===u),h=x}if(b===u)break}return f});return c.some(f=>Math.abs(f.volume-a)>1e-4)?c:null}function Xs(e,t,n,r,i={}){if(i.allowLiveTimelineSeek===!1||!t||!(e instanceof HTMLAudioElement)&&!(e instanceof HTMLVideoElement)||n<=0)return;let o=s=>{try{typeof t.totalTime=="function"?t.totalTime(s,!0):typeof t.seek=="function"&&t.seek(s,!0)}catch{}},a=typeof t.totalTime=="function"?Number(t.totalTime()):typeof t.seek=="function"?Number(t.seek()):0,l=Vm(e,o,n,60);if(Number.isFinite(a)&&o(a),l){let{start:s,staticVolume:u}=Ys(e,n),c=Bm(l,s,u);c.length>0&&r.set(e,c)}}var pn="data-fx-chain",j1=pn.slice(5),Js=1,mn=(e="frequency",t="Frequency",n=1e3,r=20,i=2e4)=>({kind:"number",key:e,label:t,unit:"Hz",min:r,max:i,step:1,default:n,scale:"log",automatable:!0}),$i=(e=.707,t="Bandwidth \\u2014 higher is narrower.")=>({kind:"number",key:"q",label:"Q",unit:"",min:.1,max:20,step:.01,default:e,scale:"log",automatable:!0,hint:t}),Ar=(e=-40,t=40,n=0)=>({kind:"number",key:"gain",label:"Gain",unit:"dB",min:e,max:t,step:.1,default:n,automatable:!0}),Qs={kind:"enum",key:"poles",label:"Slope",options:[{value:"1",label:"6 dB/oct"},{value:"2",label:"12 dB/oct"}],default:"2",hint:"Two poles is the usual biquad; one pole is gentler."},Zs=[{id:"gain",label:"Gain",group:"dynamics",description:"Raise or lower the whole signal. Automate it to duck under something else.",params:[Ar(-60,12,0)],web:"gain-node"},{id:"peaking",label:"Peaking EQ",group:"filter",description:"Boost or cut a band, leaving everything either side alone.",params:[mn("frequency","Frequency",1e3),Ar(-40,40,0),$i(1)],web:"biquad-peaking"},{id:"lowshelf",label:"Low Shelf",group:"filter",description:"Lift or drop everything below the corner frequency.",params:[mn("frequency","Frequency",200,20,2e3),Ar(-40,40,0)],web:"biquad-lowshelf"},{id:"highshelf",label:"High Shelf",group:"filter",description:"Lift or drop everything above the corner frequency.",params:[mn("frequency","Frequency",4e3,500,2e4),Ar(-40,40,0)],web:"biquad-highshelf"},{id:"highpass",label:"High-pass",group:"filter",description:"Remove low frequencies \\u2014 the usual fix for rumble on a voice.",params:[mn("frequency","Cutoff",300,20,2e4),$i(.707),Qs],web:"biquad-highpass"},{id:"lowpass",label:"Low-pass",group:"filter",description:"Remove high frequencies \\u2014 darkens or muffles a track.",params:[mn("frequency","Cutoff",8e3,100,2e4),$i(.707),Qs],web:"biquad-lowpass"},{id:"compressor",label:"Compressor",group:"dynamics",description:"Pull loud parts down so the quiet ones can come up.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-60,max:0,step:.5,default:-24,hint:"Level above which the compressor starts working."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:4},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:2e3,step:.1,default:20,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:250,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83,hint:"1 is a hard corner; higher eases into it."},{kind:"number",key:"makeup",label:"Makeup",unit:"dB",min:0,max:36,step:.1,default:0},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1,hint:"Below 1 blends the dry signal back in."}],web:"worklet-compressor"},{id:"limiter",label:"Limiter",group:"dynamics",description:"Hard ceiling \\u2014 nothing gets past the limit.",params:[{kind:"number",key:"limit",label:"Ceiling",unit:"dB",min:-24,max:0,step:.1,default:-1},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.1,max:80,step:.1,default:5},{kind:"number",key:"release",label:"Release",unit:"ms",min:1,max:8e3,step:1,default:50,scale:"log"},{kind:"number",key:"level_out",label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0}],web:"worklet-limiter"},{id:"gate",label:"Noise Gate",group:"dynamics",description:"Silence the track when it drops below the threshold.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-80,max:0,step:.5,default:-35},{kind:"number",key:"range",label:"Range",unit:"dB",min:-80,max:0,step:.5,default:-24,hint:"How far down the gate pulls when closed."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:10},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:9e3,step:.1,default:1,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:100,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83}],web:"worklet-gate"},{id:"saturate",label:"Saturation",group:"nonlinear",description:"Soft-clip the waveform for warmth or outright distortion.",params:[{kind:"enum",key:"type",label:"Curve",options:[{value:"tanh",label:"Tanh"},{value:"atan",label:"Arctan"},{value:"cubic",label:"Cubic"},{value:"exp",label:"Exponential"},{value:"alg",label:"Algebraic"},{value:"quintic",label:"Quintic"},{value:"sin",label:"Sine"},{value:"erf",label:"Error function"},{value:"hard",label:"Hard clip"}],default:"tanh"},{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-40,max:0,step:.1,default:-6},{kind:"number",key:"output",automatable:!0,label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0},{kind:"number",key:"oversample",label:"Oversample",unit:"x",min:1,max:8,step:1,default:4,hint:"Higher costs more but keeps aliasing down."}],web:"waveshaper"},{id:"bitcrush",label:"Bitcrush",group:"nonlinear",description:"Drop bit depth and sample rate for a lo-fi, digital sound.",params:[{kind:"number",key:"bits",label:"Bit depth",unit:"bit",min:1,max:32,step:.1,default:8},{kind:"number",key:"samples",label:"Sample hold",unit:"x",min:1,max:250,step:1,default:1,hint:"Repeats each sample N times \\u2014 a crude downsample."},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1}],web:"worklet-bitcrush"},{id:"pitchshift",label:"Pitch shift",group:"time",description:"Shifts pitch up or down without changing playback speed.",params:[{kind:"number",key:"semitones",label:"Semitones",unit:"st",min:-12,max:12,step:1,default:0},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1}],web:"worklet-pitchshift"},{id:"delay",label:"Delay",group:"time",description:"Repeating echoes behind the dry signal.",params:[{kind:"number",key:"time",automatable:!0,label:"Time",unit:"ms",min:1,max:5e3,step:1,default:250,scale:"log"},{kind:"number",key:"feedback",automatable:!0,label:"Feedback",unit:"",min:.01,max:.95,step:.01,default:.35},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.4}],web:"delay-feedback"},{id:"chorus",label:"Chorus",group:"time",description:"Detuned copies of the signal for width and thickness.",params:[{kind:"number",key:"delay",automatable:!0,label:"Delay",unit:"ms",min:1,max:100,step:.1,default:7},{kind:"number",key:"depth",automatable:!0,label:"Depth",unit:"ms",min:0,max:10,step:.01,default:2},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.01,max:10,step:.01,default:1},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.5}],web:"chorus-lfo"},{id:"phaser",label:"Phaser",group:"time",description:"Sweeping notches moving through the spectrum.",params:[{kind:"number",key:"in_gain",automatable:!0,label:"Input",unit:"",min:0,max:1,step:.01,default:.4},{kind:"number",key:"out_gain",automatable:!0,label:"Output",unit:"",min:0,max:2,step:.01,default:.74},{kind:"number",key:"delay",label:"Delay",unit:"ms",min:.1,max:5,step:.1,default:3},{kind:"number",key:"decay",label:"Decay",unit:"",min:0,max:.99,step:.01,default:.4},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.1,max:2,step:.01,default:.5},{kind:"enum",key:"type",label:"Waveform",options:[{value:"0",label:"Triangular"},{value:"1",label:"Sinusoidal"}],default:"0"}],web:"allpass-phaser"},{id:"reverb",label:"Reverb",group:"time",description:"Room tail. Both ends convolve the same generated impulse, so preview matches render.",params:[{kind:"number",key:"size",label:"Room size",unit:"",min:.05,max:1,step:.01,default:.7},{kind:"number",key:"damping",label:"Damping",unit:"",min:0,max:1,step:.01,default:.5,hint:"Higher rolls the top off the tail faster."},{kind:"number",key:"wet",automatable:!0,label:"Wet",unit:"",min:0,max:1,step:.01,default:.35},{kind:"number",key:"dry",automatable:!0,label:"Dry",unit:"",min:0,max:1,step:.01,default:.7}],web:"convolver"}],ji=new Map(Zs.map(e=>[e.id,e]));function hn(e){return ji.get(e)}var K1=Zs.map(e=>e.id);function gn(e,t){let n=ji.get(e);if(!n)return{};let r={};for(let i of n.params){let o=t?.[i.key];if(i.kind==="enum"){let l=i.options.some(s=>s.value===o);r[i.key]=l?o:i.default;continue}let a=typeof o=="number"?o:typeof o=="string"&&o.trim()!==""?Number(o):Number.NaN;r[i.key]=Number.isFinite(a)?Math.min(i.max,Math.max(i.min,a)):i.default}return r}var dt=class extends Error{constructor(t){super(t),this.name="AudioFxChainError"}};function el(e){let t;try{t=JSON.parse(e)}catch(i){throw new dt(`Chain file is not valid JSON: ${i.message}`)}if(typeof t!="object"||t===null)throw new dt("Chain file must be a JSON object.");let n=t;if(n.version!==Js)throw new dt(`Unsupported chain version: ${String(n.version)}`);if(!Array.isArray(n.nodes))throw new dt("Chain file is missing a `nodes` array.");let r=n.nodes.map((i,o)=>{if(typeof i!="object"||i===null)throw new dt(`Node ${o} is not an object.`);let a=i;if(typeof a.type!="string"||!ji.has(a.type))throw new dt(`Node ${o} has unknown effect type: ${String(a.type)}`);return{type:a.type,...typeof a.id=="string"&&a.id?{id:a.id}:{},...a.fromCarve===!0?{fromCarve:!0}:{},...typeof a.fromPreset=="string"&&a.fromPreset?{fromPreset:a.fromPreset}:{},...typeof a.label=="string"&&a.label?{label:a.label}:{},...typeof a.fromEq=="string"&&a.fromEq?{fromEq:a.fromEq}:{},...a.fromLeveller===!0?{fromLeveller:!0}:{},...typeof a.presetAmount=="number"&&Number.isFinite(a.presetAmount)?{presetAmount:Math.min(1,Math.max(0,a.presetAmount))}:{},enabled:a.enabled!==!1,params:gn(a.type,a.params??void 0)}});return{version:Js,nodes:r}}function bn(e){return e.nodes.filter(t=>t.enabled!==!1)}var Tt="data-automation",Q1=Tt.slice(5),Er=1,zm=512,nt=class extends Error{constructor(t){super(t),this.name="AudioAutomationError"}},Ht="volume";function yn(e){if(e===Ht)return{kind:"volume"};let t=e.split(".");if(t.length===3&&t[0]==="fx"&&t[1]===qm){let i=t[2];return i?{kind:"preset",presetId:i}:null}if(t.length!==3||t[0]!=="fx")return null;let[,n,r]=t;return!n||!r?null:{kind:"fx",nodeId:n,param:r}}var qm="preset";var $m={min:0,max:1,step:.01,unit:"",label:"Amount",scale:"linear",default:1},Cr={min:0,max:zi,step:.01,unit:"",label:"Volume",scale:"linear",default:1};function Ki(e,t){let n=yn(e);if(!n)return null;if(n.kind==="volume")return Cr;if(n.kind==="preset")return t?.nodes.some(l=>l.fromPreset===n.presetId)?{...$m,label:`${n.presetId} \\xB7 Amount`}:null;let r=t?.nodes.find(a=>a.id===n.nodeId);if(!r)return null;let i=hn(r.type),o=i?.params.find(a=>a.key===n.param);return!o||o.kind!=="number"?null:{min:o.min,max:o.max,step:o.step,unit:o.unit,label:`${i?.label??r.type} \\xB7 ${o.label}`,scale:o.scale==="log"&&o.min>0?"log":"linear",default:o.default}}function xn(e){if(typeof e=="number")return Number.isFinite(e)?e:null;if(typeof e=="string"&&e.trim()!==""){let t=Number(e);return Number.isFinite(t)?t:null}return null}function jm(e){let t=xn(e);return t===null||t===0?0:Math.min(1,Math.max(-1,t))}function tl(e,t){let n=xn(e),r=xn(t);if(n===null||r===null)return null;let i=l=>Math.min(.999,Math.max(.001,l)),o=i(n),a=i(r);return Math.abs(o-a)<1e-6?null:{x:o,y:a}}function Km(e){let t=jm(e?.curve),n=tl(e?.viaX,e?.viaY);return{...t?{curve:t}:{},...n?{viaX:n.x,viaY:n.y}:{}}}function Ym(e,t){let n=xn(e?.t),r=xn(e?.v);if(n===null||r===null)return null;let i=t?Math.min(t.max,Math.max(t.min,r)):r;return{t:Math.max(0,n),v:i,...Km(e)}}function nl(e,t){let n=e.map(i=>Ym(i,t)).filter(i=>i!==null).sort((i,o)=>i.t-o.t),r=[];for(let i of n)r.length>0&&r[r.length-1].t===i.t?r[r.length-1]=i:r.push(i);return r.slice(0,zm)}function Xm(e){let t=[];for(let n of e.lanes){if(!yn(n.target))continue;let r=n.target===Ht?Cr:null,i=nl(n.points??[],r);i.length>0&&t.push({target:n.target,points:i})}return{version:Er,lanes:t}}function rl(e,t){let n=[];for(let r of e.lanes){let i=Ki(r.target,t);if(!i)continue;let o=nl(r.points,i);o.length>0&&n.push({target:r.target,points:o})}return{version:Er,lanes:n}}function wr(e){let t;try{t=JSON.parse(e)}catch(i){throw new nt(`Automation is not valid JSON: ${i.message}`)}if(typeof t!="object"||t===null)throw new nt("Automation must be a JSON object.");let n=t;if(n.version!==Er)throw new nt(`Unsupported automation version: ${String(n.version)}`);if(!Array.isArray(n.lanes))throw new nt("Automation is missing a `lanes` array.");let r=n.lanes.map((i,o)=>{if(typeof i!="object"||i===null)throw new nt(`Lane ${o} is not an object.`);let a=i;if(typeof a.target!="string"||!yn(a.target))throw new nt(`Lane ${o} has an unreadable target: ${String(a.target)}`);if(!Array.isArray(a.points))throw new nt(`Lane ${o} is missing a \\`points\\` array.`);return{target:a.target,points:a.points}});return Xm({version:Er,lanes:r})}function Jm(e,t){return t?Math.pow(e,Math.pow(2,2*t)):e}function Qm(e,t){let n=e-.5,r=t-.5,i=.999,o=1e6,a=n>0?n/(i-e):n<0?-n/(e-(1-i)):0,l=r>0?r/(i-t):r<0?-r/(t-(1-i)):0,s=Math.min(o,Math.max(1,a,l));return{cx:e+n/s,cy:t+r/s,w:s}}function Zm(e,t,n){let{cx:r,cy:i,w:o}=Qm(t,n),a=2-2*o,l=e*a-1+2*o*r,s=-e*a-2*o*r,u=ep(l,s,e),c=1-u,m=c*c+2*o*u*c+u*u;return m>0?(2*o*i*u*c+u*u)/m:e}function ep(e,t,n){if(Math.abs(e)<1e-12)return Math.abs(t)<1e-12?n:-n/t;let r=Math.sqrt(Math.max(0,t*t-4*e*n)),i=(-t+r)/(2*e),o=(-t-r)/(2*e),a=l=>l>=-1e-9&&l<=1+1e-9;return a(i)?Math.min(1,Math.max(0,i)):a(o)?Math.min(1,Math.max(0,o)):n}function tp(e,t){let n=tl(t.viaX,t.viaY);return n?Zm(Math.min(1,Math.max(0,e)),n.x,n.y):Jm(e,t.curve)}function np(e,t,n,r){return r==="log"&&e>0&&t>0?Math.exp(Math.log(e)+(Math.log(t)-Math.log(e))*n):e+(t-e)*n}function vn(e,t,n="linear"){let r=e.points;if(r.length===0)return 0;let i=r[0];if(t<=i.t)return i.v;let o=r[r.length-1];if(t>=o.t)return o.v;let a=0,l=r.length-1;for(;l-a>1;){let m=a+l>>1;r[m].t<=t?a=m:l=m}let s=r[a],u=r[l],c=u.t-s.t;return c<=0?u.v:np(s.v,u.v,tp((t-s.t)/c,s),n)}function il(e){return e.points.length<=1||e.points.every(t=>t.v===e.points[0].v)}function ol(e,t,n,r,i="linear"){let o=Math.max(2,Math.floor(r)),a=new Float32Array(o),l=n-t;for(let s=0;s<o;s+=1)a[s]=vn(e,t+l*s/(o-1),i);return a}var _r=new Map,rp=64;function ip(e){let t=_r.get(e);if(t!==void 0)return t;let n=null;try{n=wr(e).lanes.find(r=>r.target===Ht)??null}catch{n=null}return _r.size>rp&&_r.clear(),_r.set(e,n),n}function al(e,t){let n=(typeof e.getAttribute=="function"?e.getAttribute(Tt):null)??"";if(!n)return null;let r=ip(n);return!r||r.points.length===0?null:vn(r,t)}function Ye(e){return fn(e)}function sl(e){let t=e.isVideo?e.explicitDuration??e.sourceDuration:e.sourceDuration,n=(e.isVideo?[t,e.hostRemaining]:[t,e.hostRemaining,e.explicitDuration]).filter(r=>r!=null&&Number.isFinite(r)&&r>=0);return n.length>0?Math.min(...n):null}function ll(e){let t=Array.from(document.querySelectorAll("video, audio")),n=e?.shouldIncludeElement?t.filter(a=>e.shouldIncludeElement?.(a)):t.filter(a=>a.hasAttribute("data-start")),r=[],i=[],o=0;for(let a of n){let l=e?.resolveStartSeconds?e.resolveStartSeconds(a):Number.parseFloat(a.dataset.start??"0");if(!Number.isFinite(l))continue;let s=Ye(a),u=_e(a),c=a.loop,m=Number.isFinite(a.duration)&&a.duration>0?a.duration:null,f=e?.resolveDurationSeconds?.(a)??Number.parseFloat(a.dataset.duration??"");(!Number.isFinite(f)||f<0)&&m!=null&&(f=Math.max(0,(m-s)/u));let h=Number.isFinite(f)&&f>=0,b=h?l+f:Number.POSITIVE_INFINITY,v=Number.parseFloat(a.dataset.volume??""),x={el:a,start:l,mediaStart:s,duration:h?f:Number.POSITIVE_INFINITY,end:b,volume:Number.isFinite(v)?v:null,playbackRate:u,loop:c,sourceDuration:m};r.push(x),a.tagName==="VIDEO"&&i.push(x),Number.isFinite(b)&&(o=Math.max(o,b))}return{timedMediaEls:n,mediaClips:r,videoClips:i,maxMediaEnd:o}}var Xi=new WeakMap,Tr=new WeakMap,Sn=new WeakMap,Ji=new WeakSet,Bt=new WeakSet;function op(e){if(Bt.has(e))return;Bt.add(e);let t=()=>Bt.delete(e);e.addEventListener("playing",t,{once:!0}),e.addEventListener("pause",t,{once:!0}),e.addEventListener("error",t,{once:!0})}var ap=3;function sp(e){return e.error!=null||e.networkState===ap}var Qi=new WeakMap;function Yi(e){return Number.isFinite(e)?Math.max(0,Math.min(1,e)):1}function Zi(e){Xi.delete(e),Tr.delete(e),Sn.delete(e),Ji.delete(e),Qi.delete(e)}function ul(e){let t=!!(e.outputMuted||e.userMuted);for(let n of e.clips){let{el:r}=n;if(!r.isConnected)continue;let i=(e.timeSeconds-n.start)*n.playbackRate+n.mediaStart,o=r.tagName==="VIDEO"&&!n.loop,a=o&&n.sourceDuration!=null&&i>=n.sourceDuration&&e.timeSeconds>=n.start&&e.timeSeconds<n.end;a&&n.sourceDuration!=null&&(i=n.sourceDuration);let l=Tr.get(r),s=r.tagName==="AUDIO"&&(l===void 0||i<l-.04),u=!n.loop&&n.sourceDuration!=null&&i>=n.mediaStart&&i<n.sourceDuration&&(o||s);if(e.timeSeconds>=n.start&&e.timeSeconds<n.end&&i>=0&&(!r.ended||n.loop||a||u)){if(Tr.set(r,i),n.loop&&n.sourceDuration!=null&&n.sourceDuration>0){let G=n.sourceDuration-n.mediaStart;G>0&&i>=n.sourceDuration&&(i=n.mediaStart+(i-n.mediaStart)%G)}let f=Yi(e.userVolume??1),h=He(n.volume??1),b=Qi.get(r),v=Yi(r.volume),x,_=al(r,e.timeSeconds-n.start);if(_!==null)x=He(_);else if(n.volumeKeyframes&&n.volumeKeyframes.length>0){let G=e.timeSeconds-n.start;x=He(Ks(n.volumeKeyframes,G))}else e.isWebAudioRouted?.(r)?x=h:b===void 0?x=h>1?h:v:Math.abs(v-b)>1e-4?x=v:x=h;let R=e.isAudibleUnderSolo?!e.isAudibleUnderSolo(r):!1,T=r.closest("[data-hidden]")||R?0:Yi(x*f);r.volume=T,Qi.set(r,T),e.onElementVolume?.(r,T,x),(t||e.isWebAudioOwned?.(r))&&(r.muted=!0),r.preload!=="auto"&&(r.preload="auto");try{r.playbackRate=n.playbackRate*e.playbackRate}catch(G){L("runtime.media.site1",G)}let F=.04,M=2,E=r.currentTime||0,S=Math.abs(E-i),A=i-E,w=Xi.get(r);Xi.set(r,A);let N=w===void 0,I=!N&&Math.abs(A-w)>.5,W=S>3,U=r.tagName==="AUDIO"&&N&&E-i>F,oe=a&&S>.001||r.ended&&u&&S>.001||U||S>.5&&(N||I||W),k=r.tagName==="VIDEO"&&!r.paused,V=w!==void 0&&Math.abs(A-w)<.004,J=!1;if(!k&&!oe&&!N&&V&&S>F){let G=(Sn.get(r)??0)+1;Sn.set(r,G),G>=M&&(J=!0,Sn.set(r,0))}else S<=F&&Sn.set(r,0);let H=!k&&e.forceSync&&S>.02;if(oe||J||H){if(!(r.tagName==="VIDEO"&&!!ct(r))){try{r.currentTime=i}catch(z){L("runtime.media.site2",z)}if(Math.abs(r.currentTime-i)>.5&&!Ji.has(r)){Ji.add(r),r.load();try{r.currentTime=i}catch(z){L("runtime.media.site3",z)}}}Bt.delete(r)}a?r.paused||r.pause():e.playing&&r.paused&&!Bt.has(r)&&!sp(r)?(op(r),r.play().catch(G=>{Bt.delete(r),(G&&typeof G=="object"&&"name"in G?String(G.name??""):"")==="NotAllowedError"&&e.onAutoplayBlocked?.()})):!e.playing&&!r.paused&&r.pause();continue}let m=e.timeSeconds>=n.start&&e.timeSeconds<n.end;Zi(r),m&&Tr.set(r,i),r.paused||r.pause()}}var lp="hf-proxy",cl="runtime_media_proxy_fallback",dl="runtime_media_proxy_unavailable",An=new WeakSet,fl=new WeakSet;function Rr(e){return e.currentSrc||e.src}function eo(e){return window.__HF_EXPORT_RENDER_SEEK_CONFIG?!0:e instanceof HTMLVideoElement&&!!ct(e)}function to(e){let t=Rr(e);if(!t)return null;let n;try{n=new URL(t,document.baseURI)}catch{return null}if(n.origin!==window.location.origin)return null;try{return decodeURIComponent(n.pathname)}catch{return n.pathname}}function up(e,t){let n=null;for(let r of Object.keys(t))e.endsWith(r)&&(n===null||r.length>n.length)&&(n=r);return n?t[n]??null:null}function cp(e,t){let n=e.normalize("NFC").toLowerCase(),r=-1,i=null,o=!1;for(let[a,l]of Object.entries(t)){let s=a.normalize("NFC").toLowerCase();n.endsWith(s)&&(s.length>r?(r=s.length,i=l,o=!1):s.length===r&&(o=!0))}return o?null:i}function no(e,t){return t[e]??up(e,t)??cp(e,t)}function dp(e,t){let n=new URL(e,document.baseURI);return n.searchParams.set(lp,t?t.hasAlpha?"vp8":"h264":"auto"),n.href}var fp={cross_origin:"video reports zero decodable width but its source is cross-origin; no local proxy can be served for it",proxy_playback_failed:"the authoring proxy itself failed to decode; render output is unaffected",browser_safe_codec:"the file errored but its codec is browser-decodable; a proxy cannot help (the file itself is likely corrupt)",invalid_source_url:"the media source URL is malformed and cannot be proxied"};function Rt(e,t,n){if(fl.has(e))return;fl.add(e);let r=fp[t];xe({source:"hf-preview",type:"diagnostic",code:dl,details:{asset:n,codecName:null,reason:t,note:r}}),console.info(`[hyperframes] ${dl}: "${n}" (${t}): ${r}`)}function ro(e,t=null,n="reactive"){if(An.has(e))return;let r=Rr(e),i;try{i=dp(r,t)}catch(l){L("runtime.mediaProxy.swap",l),Rt(e,"invalid_source_url",r);return}An.add(e),Zi(e),e.src=i,e.load();let o=t?.codecName??null;xe({source:"hf-preview",type:"diagnostic",code:cl,details:{asset:r,codecName:o,trigger:n,note:"render output is unaffected; only this preview element was swapped to an authoring proxy"}}),console.info(`[hyperframes] ${cl}: "${r}" uses a codec (${o??"unknown"}) this browser can\'t decode; auto-swapped to an authoring proxy for this preview only. Render output is unaffected.`)}function ml(e){if(eo(e)||!(e instanceof HTMLVideoElement)||An.has(e))return;let t=window.__HF_MEDIA_CODEC_MAP__;if(!t)return;let n=to(e);if(n===null)return;let r=no(n,t);if(!r||!r.browserHostile)return;let i=r.representativeMime?e.canPlayType(r.representativeMime):"";i==="probably"||i==="maybe"||ro(e,r,"proactive")}function pl(e){if(eo(e)||!(e instanceof HTMLVideoElement)||e.videoWidth!==0)return;let t=Rr(e);if(An.has(e)){Rt(e,"proxy_playback_failed",t);return}let n=window.__HF_MEDIA_CODEC_MAP__;if(!n)return;let r=to(e);if(r===null){Rt(e,"cross_origin",t);return}let i=no(r,n);if(i&&!i.browserHostile){Rt(e,"browser_safe_codec",t);return}ro(e,i,"reactive")}function hl(e){if(eo(e)||!(e instanceof HTMLVideoElement))return;let t=Rr(e);if(An.has(e)){Rt(e,"proxy_playback_failed",t);return}let n=window.__HF_MEDIA_CODEC_MAP__;if(!n)return;let r=to(e);if(r===null){Rt(e,"cross_origin",t);return}let i=no(r,n);if(i&&!i.browserHostile){Rt(e,"browser_safe_codec",t);return}ro(e,i,"tertiary")}var Se=class extends Error{constructor(n,r=null){super(r==null?n:`${n} at line ${r}`);pe(this,"lineNumber");this.name="CubeLutParseError",this.lineNumber=r}},mp=[0,0,0],pp=[1,1,1],kr=64;function hp(e){let t=!1;for(let n=0;n<e.length;n++){let r=e[n];if(r===\'"\'&&(t=!t),r==="#"&&!t)return e.slice(0,n)}return e}function ft(e,t){let n=Number(e);if(!Number.isFinite(n))throw new Se(`Invalid number "${e}"`,t);return n}function gl(e,t,n){if(e.length!==3)throw new Se(`${t} expects three numbers`,n);return[ft(e[0],n),ft(e[1],n),ft(e[2],n)]}function bl(e,t,n){if(!e)throw new Se(`${t} expects a size`,n);let r=Number(e);if(!Number.isInteger(r)||r<2)throw new Se(`${t} must be an integer greater than 1`,n);return r}function gp(e,t){if(t[0]<=e[0]||t[1]<=e[1]||t[2]<=e[2])throw new Se("DOMAIN_MAX values must be greater than DOMAIN_MIN values")}function bp(e){let t=/^TITLE\\s+"([^"]*)"\\s*$/i.exec(e);if(t)return t[1]??null;let n=/^TITLE\\s+(.+)\\s*$/i.exec(e);return n&&(n[1]??"").trim()||null}function xp(e){return/^[+-]?(?:\\d|\\.\\d)/.test(e)}function xl(e,t={}){let n=t.maxSize??kr,r=null,i=mp,o=pp,a=null,l=null,s=[],u=e.replace(/^\\uFEFF/,"").split(/\\r?\\n/);for(let m=0;m<u.length;m++){let f=m+1,h=hp(u[m]??"").trim();if(!h)continue;let b=h.split(/\\s+/),v=(b[0]??"").toUpperCase(),x=b.slice(1);if(v==="TITLE"){r=bp(h);continue}if(v==="DOMAIN_MIN"){i=gl(x,v,f);continue}if(v==="DOMAIN_MAX"){o=gl(x,v,f);continue}if(v==="LUT_3D_INPUT_RANGE"){if(x.length!==2)throw new Se(`${v} expects two numbers`,f);let _=ft(x[0],f),R=ft(x[1],f);if(R<=_)throw new Se("LUT_3D_INPUT_RANGE max must exceed min",f);i=[_,_,_],o=[R,R,R];continue}if(v==="LUT_1D_SIZE"){a=bl(x[0],v,f);continue}if(v==="LUT_3D_SIZE"){if(l=bl(x[0],v,f),l>n)throw new Se(`LUT_3D_SIZE ${l} exceeds max ${n}`,f);continue}if(!xp(v)){if(v.startsWith("LUT_"))throw new Se(`Unsupported cube keyword ${v}`,f);continue}if(!l)throw a?new Se("1D cube LUTs are not supported yet",f):new Se("LUT data appears before LUT_3D_SIZE",f);if(b.length!==3)throw new Se("LUT data rows must contain three numbers",f);s.push(ft(b[0],f),ft(b[1],f),ft(b[2],f))}if(a&&l)throw new Se("Mixed 1D and 3D cube LUTs are not supported yet");if(!l)throw a?new Se("1D cube LUTs are not supported yet"):new Se("Missing LUT_3D_SIZE");gp(i,o);let c=l*l*l;if(s.length!==c*3)throw new Se(`Expected ${c} LUT rows for size ${l}, found ${s.length/3}`);return{title:r,size:l,domainMin:i,domainMax:o,data:new Float32Array(s)}}function yp(e){return Number.isFinite(e)?Math.min(1,Math.max(0,e)):0}function En(e){return Math.round(yp(e)*255)}function io(e){let t=e.size,n=t*t,r=t,i=new Uint8Array(n*r*4);for(let o=0;o<t;o++)for(let a=0;a<t;a++)for(let l=0;l<t;l++){let s=((o*t+a)*t+l)*3,u=(a*n+o*t+l)*4;i[u]=En(e.data[s]??0),i[u+1]=En(e.data[s+1]??0),i[u+2]=En(e.data[s+2]??0),i[u+3]=255}return{width:n,height:r,data:i}}var yl="rec709";var me={hueDegrees:{min:0,max:360,inclusiveMax:!1},unit:{min:0,max:1},signedUnit:{min:-1,max:1},secondaryHueRange:{min:0,max:180},secondaryHueSoftness:{min:0,max:180},secondaryHueCombinedMax:180,secondarySoftRangeSoftness:{min:0,max:.5},secondaryHueShift:{min:-180,max:180},effects:{asciiStyle:{min:0,max:7},bloom:{min:0,max:3},bloomRadius:{min:1,max:100},monoScreenShape:{min:0,max:4}}};var vl=["exposure","contrast","highlights","shadows","whites","blacks","temperature","tint","vibrance","saturation"],Sl=["shadows","midtones","highlights"],Al=["master","red","green","blue"],El=["hueVsHue","hueVsSaturation","hueVsLuma"];var Cl=["vignette","vignetteMidpoint","vignetteRoundness","vignetteFeather","grain","grainSize","grainRoughness"],wl=["blur","pixelate","chromaBleed","tapeDamage","tapeTracking","tapeNoise","tapeSpeed","filmArtifacts","halftone","halftoneSize","twoInkPrint","twoInkPrintSize","ascii","asciiSize","asciiInvert","asciiStyle","asciiColor","asciiRotation","dither","ditherSize","bloom","bloomRadius","monoScreen","monoScreenSize","monoScreenAngle","monoScreenSpread","monoScreenShape","monoScreenInvert","scanlines","scanlineCount","scanlineSoftness","chromaticAberration","chromaticAngle","crtCurvature","digitalGlitch","digitalGlitchColorSplit","digitalGlitchLineTear","digitalGlitchPixelate","digitalGlitchBlockAmount","digitalGlitchBlockDisplacement","digitalGlitchBlockOpacity","digitalGlitchSpeed","engraving","engravingSpacing","engravingMinThickness","engravingMaxThickness","engravingAngle","engravingContrast","engravingSharpness","engravingWave","engravingWaveFrequency","crosshatch","crosshatchSpacing","crosshatchThickness","crosshatchAngle","crosshatchContrast","crosshatchEdges","crosshatchLineWeight","crosshatchWave","crosshatchWaveFrequency","kuwahara","kuwaharaRadius","kuwaharaSharpness","kuwaharaSaturation"];var bv=me.unit,xv=me.signedUnit,yv=me.effects;var Xe=1024,Cn=16;function _l(e,t,n,r){let i=((2*e+t)*n-e*r)/(e+t);return Math.sign(i)!==Math.sign(n)?0:Math.sign(n)!==Math.sign(r)&&Math.abs(i)>3*Math.abs(n)?3*n:i}function Ae(e,t){let n=e[t];if(n===void 0)throw new RangeError("Color curve points must be contiguous");return n}function vp(e){let t=[],n=[],r=Ae(e,0);for(let a of e.slice(1)){let l=a[0]-r[0];t.push(l),n.push((a[1]-r[1])/l),r=a}let i=Ae(n,0);if(e.length===2)return[i,i];let o=new Array(e.length);o[0]=_l(Ae(t,0),Ae(t,1),i,Ae(n,1)),o[o.length-1]=_l(Ae(t,t.length-1),Ae(t,t.length-2),Ae(n,n.length-1),Ae(n,n.length-2));for(let a=1;a<e.length-1;a+=1){let l=Ae(n,a-1),s=Ae(n,a);if(l===0||s===0||Math.sign(l)!==Math.sign(s)){o[a]=0;continue}let u=Ae(t,a-1),c=Ae(t,a),m=2*c+u,f=c+2*u;o[a]=(m+f)/(m/l+f/s)}return o}function Tl(e,t){if(e.length<2)throw new RangeError("A color curve requires at least two points");if(!Number.isInteger(t)||t<2)throw new RangeError("Curve LUT size must be at least 2");let n=Number.NEGATIVE_INFINITY;for(let[r,i]of e){if(!Number.isFinite(r)||!Number.isFinite(i))throw new TypeError("Color curve points must be finite");if(r<=n)throw new RangeError("Color curve inputs must be strictly increasing");n=r}}function Sp(e,t,n){if(!Number.isFinite(t)||!Number.isFinite(n)||t>=n)throw new RangeError("Curve output bounds must be finite and increasing");if(e.some(([,r])=>r<t||r>n))throw new RangeError(`Curve outputs must be between ${t} and ${n}`)}function Ap(e,t,n,r,i){let o=n[0]-t[0],a=Math.min(1,Math.max(0,(e-t[0])/o)),l=a*a,s=l*a;return(2*s-3*l+1)*t[1]+(s-2*l+a)*o*r+(-2*s+3*l)*n[1]+(s-l)*o*i}function Rl(e,t,n,r,i){Sp(e,r,i);let o=vp(e),a=new Float32Array(t),l=0;for(let s=0;s<t;s+=1){let u=n(s);for(;l<e.length-2&&u>Ae(e,l+1)[0];)l+=1;let c=Ae(e,l),m=Ae(e,l+1),f=Ap(u,c,m,Ae(o,l),Ae(o,l+1));a[s]=Math.min(i,Math.max(r,f))}return a}function Ut(e,t=Xe){if(Tl(e,t),e.length>Cn)throw new RangeError(`A color curve supports at most ${Cn} points`);if(e.some(([n])=>n<0||n>1))throw new RangeError("Color curve inputs must be between 0 and 1");if(e[0]?.[0]!==0||e[e.length-1]?.[0]!==1)throw new RangeError("Color curves must include input endpoints 0 and 1");return Rl(e,t,n=>n/(t-1),0,1)}function ao(e,t,n,r=Xe){if(e.length<3)throw new RangeError("A hue curve requires at least three points");if(e.length>Cn)throw new RangeError(`A hue curve supports at most ${Cn} points`);let i=[...e].sort((s,u)=>s[0]-u[0]);for(let s=0;s<i.length;s+=1){let u=i[s];if(!u||u[0]<0||u[0]>=360)throw new RangeError("Hue curve inputs must be from 0 up to 360 degrees");if(s>0&&u[0]===i[s-1]?.[0])throw new RangeError("Hue curve inputs must be unique")}let o=i.slice(-2).map(([s,u])=>[s-360,u]),a=i.slice(0,2).map(([s,u])=>[s+360,u]),l=[...o,...i,...a];return Tl(l,r),Rl(l,r,s=>s/r*360,t,n)}var wn="data-color-grading",_n="data-hf-color-grading-source-hidden",Nr="data-hf-authored-opacity",Ll="__hf_color_grading_",Cp=yl,uo={exposure:0,contrast:0,highlights:0,shadows:0,whites:0,blacks:0,temperature:0,tint:0,vibrance:0,saturation:0},co={vignette:0,vignetteMidpoint:.5,vignetteRoundness:0,vignetteFeather:.65,grain:0,grainSize:.25,grainRoughness:.5},fo={blur:0,pixelate:0,chromaBleed:0,tapeDamage:0,tapeTracking:0,tapeNoise:1,tapeSpeed:.5,filmArtifacts:0,halftone:0,halftoneSize:0,twoInkPrint:0,twoInkPrintSize:0,ascii:0,asciiSize:5/76,asciiInvert:0,asciiStyle:0,asciiColor:1,asciiRotation:0,dither:0,ditherSize:0,bloom:0,bloomRadius:8,monoScreen:0,monoScreenSize:0,monoScreenAngle:0,monoScreenSpread:0,monoScreenShape:0,monoScreenInvert:0,scanlines:0,scanlineCount:0,scanlineSoftness:0,chromaticAberration:0,chromaticAngle:0,crtCurvature:0,digitalGlitch:0,digitalGlitchColorSplit:0,digitalGlitchLineTear:0,digitalGlitchPixelate:0,digitalGlitchBlockAmount:0,digitalGlitchBlockDisplacement:0,digitalGlitchBlockOpacity:0,digitalGlitchSpeed:0,engraving:0,engravingSpacing:7/17,engravingMinThickness:.2,engravingMaxThickness:3.2/7,engravingAngle:.25,engravingContrast:7/15,engravingSharpness:.59,engravingWave:.2,engravingWaveFrequency:2/9,crosshatch:0,crosshatchSpacing:7/25,crosshatchThickness:.25,crosshatchAngle:.25,crosshatchContrast:1/3,crosshatchEdges:.5,crosshatchLineWeight:0,crosshatchWave:.33,crosshatchWaveFrequency:2/9,kuwahara:0,kuwaharaRadius:1/7,kuwaharaSharpness:5/16,kuwaharaSaturation:.5};var Lr=vl,Dl=Sl,Il=Al,Pl=El,po=Cl,ho=wl,kl={exposure:.03,contrast:-.12,highlights:-.1,shadows:.16,whites:-.04,blacks:.08,temperature:.13,vibrance:-.08,saturation:-.08},Ml={vignette:.18};function Ee(e,t,n={},r={},i={},o=1){return{id:e,label:t,intensity:o,adjust:{...uo,...n},details:{...co,...r},effects:{...fo,...i}}}var go=[Ee("neutral","Neutral"),Ee("warm-daylight","Warm Daylight",{exposure:.06,contrast:.07,highlights:-.06,shadows:.08,temperature:.18,saturation:.08}),Ee("clean-studio","Clean Studio",{contrast:.08,highlights:-.08,shadows:.06,temperature:-.08,tint:.03,saturation:.04}),Ee("skin-soft","Skin Soft",{exposure:.04,contrast:-.03,highlights:-.12,shadows:.12,temperature:.08,tint:.02,saturation:.04}),Ee("food-pop","Food Pop",{exposure:.06,contrast:.1,shadows:.06,temperature:.14,vibrance:.1,saturation:.18}),Ee("night-lift","Night Lift",{exposure:.08,contrast:.08,highlights:-.18,shadows:.2,blacks:-.08,saturation:.04},{vignette:.12}),Ee("muted-editorial","Muted Editorial",{exposure:-.02,contrast:.08,highlights:-.08,shadows:.06,blacks:-.05,temperature:-.03,saturation:-.12},{vignette:.1}),Ee("vintage-wash","Vintage Wash",kl,Ml),Ee("mono-clean","Mono Clean",{contrast:.12,highlights:-.04,shadows:.04,blacks:-.08,saturation:-1}),Ee("mono-fade","Mono Fade",{contrast:-.04,highlights:-.06,shadows:.1,blacks:.12,saturation:-1},{vignette:.08}),Ee("soft-boost","Soft Boost",{exposure:.06,contrast:-.04,highlights:-.14,shadows:.16,vibrance:.08,saturation:.1}),Ee("bright-pop","Bright Pop",{exposure:.12,contrast:.12,whites:.08,blacks:-.04,vibrance:.08,saturation:.14}),Ee("deep-contrast","Deep Contrast",{exposure:-.03,contrast:.2,highlights:-.08,shadows:-.08,blacks:-.12,saturation:.06}),Ee("creator-camcorder","Creator Camcorder",{contrast:.08,highlights:-.05,shadows:.02,whites:.03,blacks:-.04,temperature:-.03,tint:-.015,vibrance:-.03,saturation:-.06},{vignette:.06,grain:.08,grainSize:.18,grainRoughness:.58},{chromaBleed:.55},.72),Ee("vhs-playback","VHS Playback",{contrast:-.04,saturation:-.08},{grain:.16,grainSize:.12,grainRoughness:.72},{tapeDamage:.82,tapeTracking:.85,tapeNoise:.3,tapeSpeed:.5,chromaBleed:.5,chromaticAberration:.18,scanlines:.35,scanlineCount:.17,scanlineSoftness:1,digitalGlitch:.32,digitalGlitchLineTear:.08,digitalGlitchSpeed:.5}),Ee("home-movie-8mm","8mm Home Movie",kl,{...Ml,vignette:.28,vignetteMidpoint:.54,vignetteFeather:.72,grain:.34,grainSize:.18,grainRoughness:.72},{filmArtifacts:.62},.72),Ee("editorial-halftone","Editorial Halftone",{contrast:.04,saturation:.04},{},{halftone:.94,halftoneSize:.36}),Ee("two-ink-print","Two-Ink Print",{contrast:.08,highlights:-.06,shadows:.04},{},{twoInkPrint:1,twoInkPrintSize:.42})],wp=new Map(go.map(e=>[e.id,e])),_p=/^\\$(?:\\{([A-Za-z0-9_.:-]+)\\}|([A-Za-z0-9_.:-]+))$/,Tp={exposure:{min:-2,max:2},contrast:{min:-1,max:1},highlights:{min:-1,max:1},shadows:{min:-1,max:1},whites:{min:-1,max:1},blacks:{min:-1,max:1},temperature:{min:-1,max:1},tint:{min:-1,max:1},vibrance:{min:-1,max:1},saturation:{min:-1,max:1}},Wt={hue:0,amount:0,level:0},Fl={amount:me.unit,level:me.signedUnit},mt=[[0,0],[1,1]],Vt=[],Rp={hueVsHue:me.secondaryHueShift,hueVsSaturation:me.signedUnit,hueVsLuma:me.signedUnit},so={center:0,range:180,softness:0},lo={min:0,max:1,softness:.05},kp={vignette:me.unit,vignetteMidpoint:me.unit,vignetteRoundness:me.signedUnit,vignetteFeather:me.unit,grain:me.unit,grainSize:me.unit,grainRoughness:me.unit},mo=me.unit,Mp=me.effects,Ol=["blur","pixelate","chromaBleed","tapeDamage","filmArtifacts","halftone","twoInkPrint","ascii","dither","bloom","monoScreen","scanlines","chromaticAberration","crtCurvature","digitalGlitch","engraving","crosshatch","kuwahara"];var Fp=go.filter(e=>Ol.some(t=>e.effects[t]>1e-4)),Tv=go.filter(e=>!Fp.includes(e)),Rv={blur:{blur:.45},pixelate:{pixelate:.55},bloom:{bloom:.55,bloomRadius:8},chromaBleed:{chromaBleed:.55},tapeDamage:{tapeDamage:.65,tapeTracking:.55,tapeNoise:.25,tapeSpeed:.5},filmArtifacts:{filmArtifacts:.55},scanlines:{scanlines:.35,scanlineCount:.17,scanlineSoftness:1},chromaticAberration:{chromaticAberration:.15,chromaticAngle:0},crtCurvature:{crtCurvature:.2},digitalGlitch:{digitalGlitch:.55,digitalGlitchColorSplit:.25,digitalGlitchLineTear:.25,digitalGlitchPixelate:.15,digitalGlitchBlockAmount:.5,digitalGlitchBlockDisplacement:.25,digitalGlitchBlockOpacity:0,digitalGlitchSpeed:.5},halftone:{halftone:.94,halftoneSize:.36},twoInkPrint:{twoInkPrint:1,twoInkPrintSize:.42},ascii:{ascii:1,asciiSize:5/76,asciiInvert:0,asciiStyle:0,asciiColor:1,asciiRotation:0},dither:{dither:1,ditherSize:.5},monoScreen:{monoScreen:1,monoScreenSize:.35,monoScreenAngle:.25,monoScreenSpread:.3,monoScreenShape:0,monoScreenInvert:0},engraving:{engraving:1,engravingSpacing:7/17,engravingMinThickness:.2,engravingMaxThickness:3.2/7,engravingAngle:.25,engravingContrast:7/15,engravingSharpness:.59,engravingWave:.2,engravingWaveFrequency:2/9},crosshatch:{crosshatch:1,crosshatchSpacing:7/25,crosshatchThickness:.25,crosshatchAngle:.25,crosshatchContrast:1/3,crosshatchEdges:.5,crosshatchLineWeight:0,crosshatchWave:.33,crosshatchWaveFrequency:2/9},kuwahara:{kuwahara:1,kuwaharaRadius:1/7,kuwaharaSharpness:5/16,kuwaharaSaturation:.5}},Gl=[{path:"intensity",name:"--hf-color-grading-intensity",min:0,max:1},{path:"lut.intensity",name:"--hf-color-grading-lut-intensity",min:0,max:1},{path:"adjust.exposure",name:"--hf-color-grading-exposure",min:-2,max:2},{path:"effects.blur",name:"--hf-color-grading-blur",min:0,max:1},{path:"effects.bloom",name:"--hf-color-grading-bloom",min:0,max:3},{path:"effects.kuwahara",name:"--hf-color-grading-kuwahara",min:0,max:1},{path:"effects.pixelate",name:"--hf-color-grading-pixelate",min:0,max:1},{path:"effects.ascii",name:"--hf-color-grading-ascii",min:0,max:1},{path:"effects.dither",name:"--hf-color-grading-dither",min:0,max:1}];var Np=/^#[0-9a-f]{6}$/i;function Lp(e){return!Array.isArray(e)||e.length<2||e.length>6||!e.every(t=>typeof t=="string"&&Np.test(t))?null:e.map(t=>t.toLowerCase())}function Te(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function Fr(e,t,n){return Number.isFinite(e)?Math.min(n,Math.max(t,e)):0}function Hl(e,t){let n=typeof e=="number"?e:Number(e);return Number.isFinite(n)?Math.min(1,Math.max(0,n)):t}function Re(e,t){let n=typeof e=="number"?e:Number(e);return Number.isFinite(n)?Fr(n,t.min,t.max):0}function bo(e,t=0){let n=typeof e=="number"?e:Number(e);return Number.isFinite(n)?(n%360+360)%360:t}function Dp(e){let t=Te(e)?e:{};return Dl.reduce((n,r)=>{let i=Te(t[r])?t[r]:{};return n[r]={hue:bo(i.hue,Wt.hue),amount:Re(i.amount??Wt.amount,Fl.amount),level:Re(i.level??Wt.level,Fl.level)},n},{shadows:{...Wt},midtones:{...Wt},highlights:{...Wt}})}function Ip(e){if(!Array.isArray(e)||e.length!==2)return null;let t=Number(e[0]),n=Number(e[1]);return Number.isFinite(t)&&Number.isFinite(n)?[Fr(t,0,1),Fr(n,0,1)]:null}function Bl(e){return e.some((t,n)=>n>0&&t[0]===e[n-1]?.[0])}function Pp(e){(e[0]?.[0]??0)>0&&e.unshift([0,0]),(e.at(-1)?.[0]??1)<1&&e.push([1,1])}function Op(e){if(!Array.isArray(e)||e.length<2)return mt;let t=[];for(let n of e){let r=Ip(n);if(!r)return mt;t.push(r)}return t.sort((n,r)=>n[0]-r[0]),Bl(t)||(Pp(t),t.length>16)?mt:t}function Gp(e){let t=Te(e)?e:{};return Il.reduce((n,r)=>(n[r]=Op(t[r]),n),{master:mt,red:mt,green:mt,blue:mt})}function Hp(e,t){if(!Array.isArray(e)||e.length!==2)return null;let n=Number(e[0]),r=Number(e[1]);return Number.isFinite(n)&&Number.isFinite(r)?[bo(n),Fr(r,t.min,t.max)]:null}function Bp(e,t){if(!Array.isArray(e)||e.length<3||e.length>16)return Vt;let n=[];for(let r of e){let i=Hp(r,t);if(!i)return Vt;n.push(i)}return n.sort((r,i)=>r[0]-i[0]),Bl(n)?Vt:n}function Up(e){let t=Te(e)?e:{};return Pl.reduce((n,r)=>(n[r]=Bp(t[r],Rp[r]),n),{hueVsHue:Vt,hueVsSaturation:Vt,hueVsLuma:Vt})}function Nl(e){let t=Te(e)?e:{},n=Re(t.min??lo.min,mo),r=Re(t.max??lo.max,mo);return{min:Math.min(n,r),max:Math.max(n,r),softness:Re(t.softness??lo.softness,me.secondarySoftRangeSoftness)}}function Wp(e){let t=Te(e)?e:{},n=Re(t.range??so.range,me.secondaryHueRange);return{center:bo(t.center,so.center),range:n,softness:Re(t.softness??so.softness,{min:me.secondaryHueSoftness.min,max:me.secondaryHueCombinedMax-n})}}function Vp(e){return{hueShift:Re(e.hueShift??0,me.secondaryHueShift),saturation:Re(e.saturation??0,me.signedUnit),luma:Re(e.luma??0,me.signedUnit),temperature:Re(e.temperature??0,me.signedUnit),tint:Re(e.tint??0,me.signedUnit)}}function zp(e){return!Te(e)||!Te(e.key)||!Te(e.correction)?null:{enabled:e.enabled!==!1,key:{hue:Wp(e.key.hue),saturation:Nl(e.key.saturation),luma:Nl(e.key.luma)},correction:Vp(e.correction)}}function qp(e){if(!Array.isArray(e))return[];let t=[];for(let n of e.slice(0,4)){let r=zp(n);r&&t.push(r)}return t}function $p(e){if(e==null)return null;let t=String(e).trim();return t||null}function jp(e){if(e==null)return null;if(typeof e=="string"){let n=e.trim();return n?{src:n,intensity:1}:null}if(!Te(e))return null;let t=e.src;return typeof t!="string"||t.trim()===""?null:{src:t.trim(),intensity:Hl(e.intensity,1)}}function Kp(e){if(typeof e=="string"){let t=e.trim();if(!t)return null;if(t.startsWith("{"))try{let n=JSON.parse(t);return Te(n)?n:null}catch{return null}return{preset:t}}return Te(e)?e:null}function Yp(e,t){let n=e.trim().match(_p);if(!n)return e;let r=n[1]??n[2]??"";return r&&Object.hasOwn(t,r)?t[r]:e}function Mr(e,t){if(typeof e=="string"){let r=Yp(e,t);if(r!==e)return r;let i=e.trim();if(!i.startsWith("{"))return e;try{return Mr(JSON.parse(i),t)}catch{return e}}if(Array.isArray(e))return e.map(r=>Mr(r,t));if(!Te(e))return e;let n={};for(let[r,i]of Object.entries(e))n[r]=Mr(i,t);return n}function Xp(e){return e?wp.get(e)??null:null}function Dr(e){let t=Kp(e);if(!t||t.enabled===!1)return null;let n=$p(t.preset),r=Xp(n),i=r?.adjust??uo,o=r?.details??co,a=r?.effects??fo,l=Te(t.adjust)?t.adjust:{},s=Te(t.details)?t.details:{},u=Te(t.effects)?t.effects:{},c=Lr.reduce((h,b)=>(h[b]=Re(l[b]??i[b],Tp[b]),h),{...uo}),m=po.reduce((h,b)=>(h[b]=Re(s[b]??o[b],kp[b]),h),{...co}),f=ho.reduce((h,b)=>(h[b]=Re(u[b]??a[b],Mp[b]??mo),h),{...fo});return{enabled:!0,preset:n,intensity:Hl(t.intensity,r?.intensity??1),adjust:c,wheels:Dp(t.wheels),curves:Gp(t.curves),hueCurves:Up(t.hueCurves),secondaries:qp(t.secondaries),details:m,effects:f,palette:Lp(t.palette),lut:jp(t.lut),colorSpace:typeof t.colorSpace=="string"&&t.colorSpace.trim()?t.colorSpace.trim():Cp}}function Ul(e,t){return Dr(Mr(e,t))}function Jp(e){return Dl.some(t=>Math.abs(e[t].amount)>1e-4||Math.abs(e[t].level)>1e-4)}function xo(e){return Il.some(t=>e[t].some(([n,r])=>Math.abs(n-r)>1e-4))}function yo(e){return Pl.some(t=>e[t].some(([,n])=>Math.abs(n)>1e-4))}function vo(e){return e.some(t=>t.enabled&&Object.values(t.correction).some(n=>Math.abs(n)>1e-4))}function Wl(e){return e?.enabled?Math.abs(e.details.vignette)>1e-4||Math.abs(e.details.grain)>1e-4||Ol.some(n=>Math.abs(e.effects[n])>1e-4)?!0:e.intensity===0?!1:e.lut&&e.lut.intensity!==0?!0:Lr.some(n=>Math.abs(e.adjust[n])>1e-4)||(e.wheels?Jp(e.wheels):!1)||(e.curves?xo(e.curves):!1)||(e.hueCurves?yo(e.hueCurves):!1)||(e.secondaries?vo(e.secondaries):!1):!1}var Qp=["[data-hyperframes-ignore]","[data-hyperframes-picker-ignore]","[data-hf-ignore]","[data-no-inspect]","[data-no-pick]","[data-hyper-shader-loading]"].join(","),Zp=["[data-hyperframes-picker-block]","[data-hyper-shader-loading]"].join(",");function Vl(e){let t=!1,n=null,r=null,i=null,o=null;function a(S,A){try{window.dispatchEvent(new CustomEvent(S,{detail:A}))}catch(w){L("runtime.picker.site1",w)}}function l(S){i=S,a("hyperframe:picker:hovered",{elementInfo:i,isPickMode:t,timestamp:Date.now()})}function s(S){o=S,a("hyperframe:picker:selected",{elementInfo:o,isPickMode:t,timestamp:Date.now()})}function u(S){let A=S.ownerDocument.defaultView;if(!A)return!1;let w=S;for(;w&&w!==document.body&&w!==document.documentElement;){let N=A.getComputedStyle(w);if(N.display==="none"||N.visibility==="hidden"||N.pointerEvents==="none")return!0;let I=Number.parseFloat(N.opacity);if(Number.isFinite(I)&&I<=.01&&!w.hasAttribute(_n))return!0;w=w.parentElement}return!1}function c(S){if(!S||S===document.body||S===document.documentElement)return!1;let A=S.tagName.toLowerCase();return!(A==="script"||A==="style"||A==="link"||A==="meta"||S.classList.contains("__hf-pick-highlight")||S.closest(Qp)||u(S))}function m(S){return!!S?.closest(Zp)}function f(S){let A=S;if(A.id)return`#${CSS.escape(A.id)}`;let w=S.getAttribute("data-composition-id");if(w)return`[data-composition-id="${CSS.escape(w)}"]`;let N=S.getAttribute("data-composition-src");if(N)return`[data-composition-src="${CSS.escape(N)}"]`;let I=S.getAttribute("data-track-index");if(I)return`[data-track-index="${CSS.escape(I)}"]`;let W=S.tagName.toLowerCase(),U=S.parentElement;if(!U)return W;let oe=U.querySelectorAll(`:scope > ${W}`);if(oe.length===1)return W;for(let k=0;k<oe.length;k+=1)if(oe[k]===S)return`${W}:nth-of-type(${k+1})`;return W}function h(S){let A=S.tagName.toLowerCase(),w=(S.textContent??"").trim().replace(/\\s+/g," "),N=(I,W)=>I.length>W?`${I.slice(0,W-1)}\\u2026`:I;return A==="h1"||A==="h2"||A==="h3"?"Heading":A==="p"||A==="span"||A==="div"?w.length>0?N(w,56):"Text":A==="img"?"Image":A==="video"?"Video":A==="audio"?"Audio":A==="svg"?"Shape":S.getAttribute("data-composition-src")?"Composition":A==="section"?"Section":`${A.charAt(0).toUpperCase()}${A.slice(1)}`}function b(S,A,w){let N=typeof w=="number"&&w>0?w:8,I=[];if(document.elementsFromPoint)I=document.elementsFromPoint(S,A);else if(document.elementFromPoint){let oe=document.elementFromPoint(S,A);I=oe?[oe]:[]}if(m(I[0]??null))return[];let W={},U=[];for(let[oe,k]of I.entries()){if(!c(k))continue;let V=`${k.tagName}::${k.id||""}::${oe}`;if(!W[V]&&(W[V]=!0,U.push(k),U.length>=N))break}return U}function v(S){let A=S.getBoundingClientRect(),w={};for(let I of Array.from(S.attributes))I.name.startsWith("data-")&&(w[I.name]=I.value);return{id:S.id||null,tagName:S.tagName.toLowerCase(),selector:f(S),label:h(S),boundingBox:{x:A.left,y:A.top,width:A.width,height:A.height},textContent:S.textContent?S.textContent.trim().slice(0,200):null,src:S.getAttribute("src")||S.getAttribute("data-composition-src")||null,dataAttributes:w}}function x(S,A,w){return b(S,A,w).map(v)}function _(S){if(!t)return;let w=b(S.clientX,S.clientY,1)[0]??(S.target instanceof Element?S.target:null);if(!c(w)||n===w)return;n&&n.classList.remove("__hf-pick-highlight"),n=w,w.classList.add("__hf-pick-highlight");let N=v(w);l(N),e.postMessage({source:"hf-preview",type:"element-hovered",elementInfo:N})}function R(S){if(!t)return;S.preventDefault(),S.stopPropagation(),S.stopImmediatePropagation();let A=x(S.clientX,S.clientY,8);A.length!==0&&(l(A[0]??null),e.postMessage({source:"hf-preview",type:"element-pick-candidates",candidates:A,selectedIndex:0,point:{x:S.clientX,y:S.clientY}}))}function T(S){S.key==="Escape"&&(M(),e.postMessage({source:"hf-preview",type:"pick-mode-cancelled"}))}function F(){t||(t=!0,r=document.createElement("style"),r.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(r),document.body.classList.add("__hf-pick-active"),document.addEventListener("mousemove",_,!0),document.addEventListener("click",R,!0),document.addEventListener("keydown",T,!0),a("hyperframe:picker:mode",{isPickMode:!0,timestamp:Date.now()}))}function M(){t&&(t=!1,n&&(n.classList.remove("__hf-pick-highlight"),n=null),r&&(r.remove(),r=null),document.body.classList.remove("__hf-pick-active"),document.removeEventListener("mousemove",_,!0),document.removeEventListener("click",R,!0),document.removeEventListener("keydown",T,!0),a("hyperframe:picker:mode",{isPickMode:!1,timestamp:Date.now()}))}function E(){window.__HF_PICKER_API={enable:F,disable:M,isActive:()=>t,getHovered:()=>i,getSelected:()=>o,getCandidatesAtPoint:(S,A,w)=>Number.isFinite(S)&&Number.isFinite(A)?x(S,A,w):[],pickAtPoint:(S,A,w)=>{if(!Number.isFinite(S)||!Number.isFinite(A))return null;let N=x(S,A,8);if(!N.length)return null;let I=Math.max(0,Math.min(N.length-1,Number(w??0))),W=N[I]??null;return W?(s(W),e.postMessage({source:"hf-preview",type:"element-picked",elementInfo:W}),M(),W):null},pickManyAtPoint:(S,A,w)=>{if(!Number.isFinite(S)||!Number.isFinite(A))return[];let N=x(S,A,8);if(!N.length)return[];let I=[],W=Array.isArray(w)?w:[0];for(let U of W){let oe=Math.max(0,Math.min(N.length-1,Math.floor(Number(U)))),k=N[oe];if(!k)continue;I.some(J=>J.selector===k.selector&&J.tagName===k.tagName)||I.push(k)}return I.length?(s(I[0]??null),e.postMessage({source:"hf-preview",type:"element-picked-many",elementInfos:I}),M(),I):[]}},a("hyperframe:picker:api-ready",{hasApi:!0,timestamp:Date.now()})}return{enablePickMode:F,disablePickMode:M,installPickerApi:E}}var eh=["width","height","top","left","right","bottom","inset","object-fit","object-position","z-index","opacity","visibility","filter","mix-blend-mode","backdrop-filter","border-radius","overflow","clip-path","mask","mask-image","mask-size","mask-position","mask-repeat","transform","transform-origin","translate","rotate","scale","box-sizing"];function zt(e,t){let n=Number.isFinite(t)&&t>0?t:30,r=Number.isFinite(e)&&e>0?e:0;return Math.floor(r*n+1e-9)/n}function zl(e,t,n=eh){for(let r of n){let i=t.getPropertyValue(r);i&&e.setProperty(r,i)}}function Tn(e,t,n){let r=e?.[t];return typeof r=="function"?Number(r.call(e))||n:typeof r=="number"&&Number.isFinite(r)?r:(r!=null&&L("runtime.player.nonConformantNum",{prop:t,actual:typeof r}),n)}function Ue(e,t){let n=e?.[t];if(typeof n=="function"){n.call(e);return}n!==void 0&&L("runtime.player.nonConformantVoid",{method:t,actual:typeof n})}function Rn(e,t,n){if(e){for(let r of Object.values(e))if(!(!r||r===t))try{n(r)}catch(i){L("runtime.player.site1",i)}}}function ql(e,t,n,r){let i=zt(t,n),o=r?.suppressEvents===!0;return Ue(e,"pause"),typeof e.totalTime=="function"?e.totalTime(i,o):typeof e.seek=="function"&&e.seek(i,o),i}function th(e,t,n,r,i){let o=[];Rn(e,t,a=>{Ue(a,"play"),o.push(a)});try{return ql(t,n,r,i)}finally{for(let a of o)try{Ue(a,"pause")}catch(l){L("runtime.player.site2",l)}}}function nh(e,t){Rn(e,t,n=>{Ue(n,"play")})}function $l(e){let t=e.transport;return t?{_timeline:null,play:()=>t.play(),pause:()=>t.pause(),seek:(n,r)=>t.seek(n,r),renderSeek:(n,r)=>t.renderSeek(n,r),getTime:()=>t.getTime(),getDuration:()=>t.getDuration(),isPlaying:()=>t.isPlaying(),setPlaybackRate:n=>t.setPlaybackRate(n),getPlaybackRate:()=>t.getPlaybackRate()}:{_timeline:null,play:()=>{let n=e.getTimeline();if(!n||e.getIsPlaying())return;let r=Math.max(0,Number(e.getSafeDuration?.()??Tn(n,"duration",0))||0);r>0&&Math.max(0,Tn(n,"time",0))>=r&&(Ue(n,"pause"),typeof n.seek=="function"&&n.seek(0,!1),e.onDeterministicSeek(0),e.setIsPlaying(!1),e.onSyncMedia(0,!1),e.onRenderFrameSeek(0)),typeof n.timeScale=="function"&&n.timeScale(e.getPlaybackRate()),Ue(n,"play"),Rn(e.getTimelineRegistry?.(),n,i=>{typeof i.timeScale=="function"&&i.timeScale(e.getPlaybackRate()),Ue(i,"play")}),e.onDeterministicPlay(),e.setIsPlaying(!0),e.onShowNativeVideos(),e.onStatePost(!0)},pause:()=>{let n=e.getTimeline();if(!n)return;Ue(n,"pause"),Rn(e.getTimelineRegistry?.(),n,i=>{Ue(i,"pause")});let r=Math.max(0,Tn(n,"time",0));e.onDeterministicSeek(r),e.onDeterministicPause(),e.setIsPlaying(!1),e.onSyncMedia(r,!1),e.onRenderFrameSeek(r),e.onStatePost(!0)},seek:(n,r)=>{let i=e.getTimeline();if(!i)return;let o=Math.max(0,Number(n)||0),a=e.getIsPlaying(),l=th(e.getTimelineRegistry?.(),i,o,e.getCanonicalFps());e.onDeterministicSeek(l),r?.keepPlaying&&a?(typeof i.timeScale=="function"&&i.timeScale(e.getPlaybackRate()),Ue(i,"play"),Rn(e.getTimelineRegistry?.(),i,s=>{typeof s.timeScale=="function"&&s.timeScale(e.getPlaybackRate()),Ue(s,"play")}),e.onDeterministicPlay(),e.onShowNativeVideos(),e.onSyncMedia(l,!0)):(e.setIsPlaying(!1),e.onSyncMedia(l,!1)),e.onRenderFrameSeek(l),e.onStatePost(!0)},renderSeek:(n,r)=>{let i=e.getTimeline(),o=e.getCanonicalFps(),a=i?(nh(e.getTimelineRegistry?.(),i),ql(i,n,o,r)):zt(Math.max(0,Number(n)||0),o);e.onDeterministicSeek(a,r),e.setIsPlaying(!1),e.onSyncMedia(a,!1),e.onRenderFrameSeek(a),e.onStatePost(!0)},getTime:()=>Tn(e.getTimeline(),"time",0),getDuration:()=>Tn(e.getTimeline(),"duration",0),isPlaying:()=>e.getIsPlaying(),setPlaybackRate:n=>e.setPlaybackRate(n),getPlaybackRate:()=>e.getPlaybackRate()}}function jl(){return{capturedTimeline:null,isPlaying:!1,currentTime:0,deterministicAdapters:[],canonicalFps:30,bridgeMuted:!1,bridgeVolume:1,mediaOutputMuted:!1,nativeMediaSyncDisabled:!1,webAudioMediaDisabled:!1,mediaAutoplayBlockedPosted:!1,mediaForceSyncNextTick:!1,playbackRate:1,bridgeLastPostedFrame:-1,bridgeLastPostedAt:0,bridgeLastPostedPlaying:!1,bridgeLastPostedMuted:!1,bridgeMaxPostIntervalMs:80,controlBridgeHandler:null,beforeUnloadHandler:null,injectedCompStyles:[],injectedCompScripts:[],injectedCompLinks:[],cachedTimedMediaEls:[],cachedMediaClips:[],cachedVideoClips:[],cachedMediaTimelineDurationSeconds:0,tornDown:!1,transportClock:null,transportRafId:null}}var rh=new Set(["SCRIPT","STYLE","LINK","META","TEMPLATE","NOSCRIPT"]);function So(e){return e.id||e.getAttribute("data-hf-id")||null}function ih(e){return ve(e)}function oh(e,t){let n=e.getAttribute("data-composition-id");if(!n)return null;let r=Number(t[n]?.duration?.());return Number.isFinite(r)&&r>0?r:null}function ah(e){return!(e instanceof HTMLMediaElement)||!Number.isFinite(e.duration)?null:tt(e,e.duration)}function sh(e,t,n,r){let i=ih(e.getAttribute("data-duration"));return i!=null&&i>0?i:oh(e,t)??ah(e)??Math.max(0,n-r)}function lh(e){for(let[t,n]of e){let r=t.parentElement;for(;r;){let i=e.get(r);if(i){n.parentId=i.id,i.children.push(n);break}r=r.parentElement}}}function Kl(e){let{startResolver:t,timelineRegistry:n,rootDuration:r}=e,i=new Map,o=document.querySelector("[data-composition-id]"),a=0;for(let l of document.querySelectorAll("[data-start]")){if(l===o||rh.has(l.tagName))continue;let s=t.resolveStartForElement(l,0);if(sh(l,n,r,s)<=0)continue;let u={id:So(l)??`__clip-${a++}`,element:l,parentId:null,children:[]};i.set(l,u)}return lh(i),{roots:Array.from(i.values()).filter(l=>l.parentId===null)}}var Ao="css:root",Yl=["backdrop-filter","clip-path","filter","mask","mask-border-source","mask-image","perspective","rotate","scale","transform","translate","-webkit-mask-image"],uh=new Set([...Yl,"contain","isolation","mask-border","mix-blend-mode","opacity"]),ch=new Set(["absolute","relative"]),dh=new Set(["flex","inline-flex","grid","inline-grid"]),fh=new Set(["layout","paint","strict","content"]),mh=new Set(["size","inline-size"]);function ph(e){return e.position==="fixed"||e.position==="sticky"}function hh(e,t){if(t.zIndex==="auto"||t.zIndex==="")return!1;if(ch.has(t.position))return!0;let n=e.parentElement?e.ownerDocument.defaultView?.getComputedStyle(e.parentElement).display:null;return n!=null&&dh.has(n)}function gh(e){let t=Number.parseFloat(e.opacity);if(Number.isFinite(t)&&t<1||e.getPropertyValue("isolation")==="isolate")return!0;let n=e.getPropertyValue("mix-blend-mode");return n&&n!=="normal"?!0:Yl.some(r=>{let i=e.getPropertyValue(r);return i!==""&&i!=="none"})}function bh(e){return e.getPropertyValue("contain").split(/\\s+/).some(n=>fh.has(n))?!0:mh.has(e.getPropertyValue("container-type"))}function xh(e){return e.getPropertyValue("will-change").split(",").map(t=>t.trim()).some(t=>uh.has(t))}function yh(e,t){return ph(t)||hh(e,t)||gh(t)||bh(t)?!0:xh(t)}function vh(e){let t=[],n=e;for(;n?.parentElement;)t.push(Array.prototype.indexOf.call(n.parentElement.children,n)),n=n.parentElement;return`css:${t.reverse().join(".")}`}function Ir(e){let t=e.ownerDocument.defaultView;if(!t)return Ao;let n=e.parentElement;for(;n&&n!==e.ownerDocument.documentElement;){try{if(yh(n,t.getComputedStyle(n)))return vh(n)}catch{return Ao}n=n.parentElement}return Ao}var Sh="data-hf-authored-duration",Ah="data-hf-authored-end";function Eh(e){return Be(e.getAttribute("data-duration"))}function Ch(e){return Be(e.getAttribute("data-end"))}function wh(e){return Be(e.getAttribute(Sh))}function _h(e){return Be(e.getAttribute(Ah))}function pt(e){let t=e.timelineRegistry??{},n=e.includeAuthoredTimingAttrs??!1,r=e.documentRef??document,i=new WeakMap,o=new WeakMap,a=new Set,l=f=>{let h=r.getElementById(f);return h||(r.querySelector(`[data-composition-id="${CSS.escape(f)}"]`)??null)},s=f=>{let h=f.ownerDocument.defaultView?.HTMLMediaElement;return h?f instanceof h:typeof HTMLMediaElement<"u"&&f instanceof HTMLMediaElement},u=f=>{let h=o.get(f);if(h!==void 0)return h;let b=null,v=Eh(f)??(n?wh(f):null);if(v!=null&&v>0&&(b=v),b==null||b<=0){let x=Ch(f)??(n?_h(f):null);if(x!=null){let _=m(f,0),R=x-_;Number.isFinite(R)&&R>0&&(b=R)}}if((b==null||b<=0)&&s(f)){let x=fn(f);Number.isFinite(f.duration)&&f.duration>x&&(b=(f.duration-x)/_e(f))}if(b==null||b<=0){let x=f.getAttribute("data-composition-id");if(x){let _=t[x]??null;if(_&&typeof _.duration=="function")try{let R=Number(_.duration());Number.isFinite(R)&&R>0&&(b=R)}catch(R){L("runtime.startResolver.site1",R)}}}return b!=null&&Number.isFinite(b)&&b>0?(o.set(f,b),b):(o.set(f,null),null)},c=(f,h)=>{if(f.hasAttribute("data-composition-id")){let v=f.parentElement?.closest("[data-composition-id]");return v?m(v,h):0}let b=f.closest("[data-composition-id]");return b?m(b,h):0},m=(f,h)=>{let b=i.get(f);if(b!==void 0)return b??h;if(a.has(f))return h;a.add(f);try{let v=qi(f.getAttribute("data-start"));if(!v){if(f.hasAttribute("data-composition-id")){let F=f.parentElement;if(F&&(F.hasAttribute("data-composition-src")||F.hasAttribute("data-composition-id")||F.hasAttribute("data-composition-file"))){let M=m(F,h);return i.set(f,M),M}}return i.set(f,h),h}if(v.kind==="absolute"){let F=Math.max(0,v.value),M=Math.max(0,c(f,h)+F);return i.set(f,M),M}let x=l(v.refId);if(!x)return i.set(f,h),h;let _=m(x,0),R=u(x);if(R==null||R<=0){let F=Math.max(0,_+v.offset);return i.set(f,F),F}let T=Math.max(0,_+R+v.offset);return i.set(f,T),T}finally{a.delete(f)}};return{resolveStartForElement:(f,h=0)=>m(f,Math.max(0,h)),resolveDurationForElement:f=>u(f)}}function Eo(e){let t=e.trim().toLowerCase();return!(!t||t==="main"||t.includes("caption")||t.includes("ambient"))}var Rh="data-hf-authored-duration",kh="data-hf-authored-end";function We(e){return ve(e)}function Co(e){return We(e.getAttribute("data-duration"))??We(e.getAttribute(Rh))}function Xl(e){return We(e.getAttribute("data-end"))??We(e.getAttribute(kh))}function wo(e){try{let t=e.style?.zIndex;if(t&&t!=="auto"){let n=parseInt(t,10);if(Number.isFinite(n))return n}return 0}catch{return 0}}function _o(...e){let t=e.filter(n=>Number.isFinite(n??null));return t.length===0?null:Math.max(...t)}function To(e,t){let n=e.getAttribute("data-track-index")??e.getAttribute("data-track");if(n==null)return t;let r=Number.parseInt(n,10);return Number.isFinite(r)?r:t}function Mn(e){let t=String(e??"").trim();if(!t)return null;let n=t.toLowerCase();if(n.startsWith("data:")||n.startsWith("javascript:"))return null;try{return new URL(t,document.baseURI).toString()}catch{return t}}function Jl(e){let t=e.getAttribute("src")??e.getAttribute("data-src");if(t)return Mn(t);let n=e.getAttribute("data-composition-src");if(n)return Mn(n);let r=e.querySelector("img[src], video[src], audio[src], source[src]");return r?Mn(r.getAttribute("src")):null}function Mh(e){let t=e.className;return typeof t!="string"?null:t.split(/\\s+/).map(n=>n.trim()).find(n=>n&&n!=="clip"&&!n.startsWith("__hf-"))??null}function Fh(e){if(!e)return null;try{return new URL(e,document.baseURI).pathname.split("/").filter(Boolean).at(-1)??null}catch{return e.split(/[\\\\/]/).filter(Boolean).at(-1)??null}}function Nh(e){let t=e.textContent?.replace(/\\s+/g," ").trim();return t?t.length>32?`${t.slice(0,31)}...`:t:null}function kn(e){let t=e.replace(/\\.[^.]+$/i,"").replace(/[-_]+/g," ").replace(/\\s+/g," ").trim();return t?t.replace(/\\b\\w/g,n=>n.toUpperCase()):e}function Lh(e,t,n){let r=e.getAttribute("data-timeline-label")??e.getAttribute("data-label")??e.getAttribute("aria-label")??null;if(r?.trim())return r.trim();let i=e.getAttribute("data-composition-id");if(i)return kn(i);let o=e.id;if(o)return kn(o);let a=Mh(e);if(a)return kn(a);let l=Fh(Jl(e));if(l)return kn(l);let s=Nh(e);return s||`${kn(t)} ${n+1}`}function Ql(e){let n=window.__timelines??{},r=pt({timelineRegistry:n,includeAuthoredTimingAttrs:!0}),i=q=>{if(!q)return null;let P=n[q]??null;if(!P||typeof P.duration!="function")return null;try{let O=Number(P.duration());return Number.isFinite(O)&&O>0?O:null}catch{return null}},o=q=>{let P=We(q.getAttribute("data-duration"));return P!=null&&P>0?P:Number.isFinite(q.duration)?tt(q,q.duration):null},a=()=>{let q=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(q.length===0)return null;let P=0;for(let O of q){let j=O.hasAttribute("data-hf-auto-start")?r.resolveStartForElement(O,0):Math.max(0,Number(O.getAttribute("data-start")??0)||0);if(!Number.isFinite(j))continue;let le=o(O);le==null||le<=0||(P=Math.max(P,Math.max(0,j)+le))}return P>0?P:null},l=(q,P)=>{let O=[],j=null,le=null,Z=null,K=q.parentElement;for(;K;){let Y=K.getAttribute("data-composition-id");Y&&(O.push(Y),!Z&&K!==P&&(Z=Y),j==null&&(j=r.resolveStartForElement(K,0)),le==null&&(le=We(K.getAttribute("data-duration"))??i(Y)??null)),K=K.parentElement}return{parentCompositionId:Z,compositionAncestors:O.reverse(),inheritedStart:j,inheritedDuration:le}},s=document.querySelector("[data-composition-id]"),u=Array.from(document.querySelectorAll("[data-composition-id]")),c=s?.getAttribute("data-composition-id")??null,m=s?r.resolveStartForElement(s,0):0,f=a(),h=f!=null?Math.max(0,f-Math.max(0,m)):null,b=i(c),v=Co(s??document.body),x=_o(...u.filter(q=>q!==s).map(q=>{let P=r.resolveStartForElement(q,0),O=r.resolveDurationForElement(q)??i(q.getAttribute("data-composition-id"))??null;return!Number.isFinite(P)||O==null||O<=0?null:Math.max(0,P)+O})),_=x!=null?Math.max(0,x-Math.max(0,m)):null,R=typeof b=="number"&&Number.isFinite(b)&&b>0?b:null,T=typeof v=="number"&&Number.isFinite(v)&&v>0?v:null,F=typeof h=="number"&&Number.isFinite(h)&&h>0?h:null,M=typeof _=="number"&&Number.isFinite(_)&&_>0?_:null,E=_o(F,M),S=R!=null&&E!=null&&R>E+1,w=T??(S?E:_o(R,F,M))??null,I=(w!=null?m+w:null)??(typeof f=="number"&&Number.isFinite(f)&&f>0?f:null),W=(q,P)=>!Number.isFinite(P)||P<=0?0:I==null||!Number.isFinite(I)?P:!Number.isFinite(q)||q>=I?0:Math.max(0,Math.min(P,I-q)),U=[],oe=[],k=Array.from(document.querySelectorAll("[data-start], [data-track-index], [data-composition-id], video, audio, img")),V=0;for(let[q,P]of k.entries()){if(P===s||["SCRIPT","STYLE","LINK","META","TEMPLATE","NOSCRIPT"].includes(P.tagName))continue;let O=l(P,s),j=r.resolveStartForElement(P,O.inheritedStart??0),le=P.getAttribute("data-composition-id"),Z=Co(P);if(Z==null&&le&&le!==c&&(Z=i(le)),Z==null&&P instanceof HTMLMediaElement&&Number.isFinite(P.duration)&&(Z=tt(P,P.duration)),Z==null){let Fe=O.inheritedDuration;if(Fe!=null&&Fe>0){let $e=(O.inheritedStart??0)+Fe;Z=Math.max(0,$e-j)}}if(Z==null||Z<=0||(Z=W(j,Z),Z<=0))continue;let K=j+Z;V=Math.max(V,K);let Y=P.tagName.toLowerCase(),qe=le&&le!==c?"composition":Y==="video"?"video":Y==="audio"?"audio":Y==="img"?"image":"element";U.push({id:So(P)??le??null,label:Lh(P,qe,U.length),start:j,duration:Z,track:To(P,q),zIndex:wo(P),stackingContextId:Ir(P),kind:qe,tagName:Y,compositionId:P.getAttribute("data-composition-id"),compositionAncestors:O.compositionAncestors,parentCompositionId:O.parentCompositionId,nodePath:null,compositionSrc:Mn(P.getAttribute("data-composition-src")),playbackStart:Ye(P),playbackRate:_e(P),assetUrl:Jl(P),timelineRole:P.getAttribute("data-timeline-role"),timelineLabel:P.getAttribute("data-timeline-label"),timelineGroup:P.getAttribute("data-timeline-group"),timelinePriority:We(P.getAttribute("data-timeline-priority"))})}let J=new Set(U.map(q=>q.id)),H=s?.getAttribute("data-composition-id")??null,G=H?n[H]??null:null;if(G&&s){let q=G;if(typeof q.getChildren=="function")try{let P=q.getChildren(!0,!0,!1)??[],O=new Map;for(let Z of s.children){let K=Z;if(!K.id)continue;let Y=K.tagName.toLowerCase();Y==="script"||Y==="style"||Y==="link"||O.set(K,{id:K.id,start:1/0,end:-1/0})}let j=Z=>{let K=Z;for(;K;){if(O.has(K))return K;if(K===s)return null;K=K.parentElement}return null};for(let Z of P){if(typeof Z.targets!="function"||typeof Z.startTime!="function"||typeof Z.duration!="function")continue;let K=Z.startTime(),Y=Z.parent;for(;Y&&Y!==G&&typeof Y.startTime=="function";)K+=Y.startTime(),Y=Y.parent;let qe=K+Z.duration();if(!(!Number.isFinite(K)||!Number.isFinite(qe)))for(let Fe of Z.targets()){if(!(Fe instanceof Element))continue;let ke=j(Fe);if(!ke)continue;let $e=O.get(ke);$e&&($e.start=Math.min($e.start,K),$e.end=Math.max($e.end,qe))}}let le=U.length>0?Math.max(...U.map(Z=>Z.track))+1:0;for(let[Z,K]of O){if(K.start===1/0||K.end===-1/0)continue;let Y=Z;if(J.has(Y.id))continue;let qe=Math.max(0,K.end-K.start);if(qe<=0)continue;let Fe=W(K.start,qe);Fe<=0||(V=Math.max(V,K.start+Fe),U.push({id:Y.id,label:Y.getAttribute("data-timeline-label")??Y.getAttribute("data-label")??Y.getAttribute("aria-label")??Y.id,start:K.start,duration:Fe,track:To(Y,le),zIndex:wo(Y),stackingContextId:Ir(Y),kind:"element",tagName:Y.tagName.toLowerCase(),compositionId:Y.getAttribute("data-composition-id"),compositionAncestors:H?[H]:[],parentCompositionId:H,nodePath:null,compositionSrc:null,playbackStart:Ye(Y),playbackRate:_e(Y),assetUrl:null,timelineRole:Y.getAttribute("data-timeline-role"),timelineLabel:Y.getAttribute("data-timeline-label"),timelineGroup:Y.getAttribute("data-timeline-group"),timelinePriority:We(Y.getAttribute("data-timeline-priority"))}),J.add(Y.id))}}catch(P){L("runtime.timeline.site1",P)}}if(s&&w!=null&&w>0){let q=U.length>0?Math.max(...U.map(P=>P.track))+1:0;for(let P of s.children){let O=P;if(!O.id||J.has(O.id))continue;let j=O.getAttribute("data-timeline-role");if(j!=="overlay"&&j!=="persistent-overlay")continue;let le=O.tagName.toLowerCase();if(le==="script"||le==="style"||le==="link"||le==="meta"||window.getComputedStyle(O).display==="none")continue;let K=W(0,w);K<=0||(V=Math.max(V,K),U.push({id:O.id,label:O.getAttribute("data-timeline-label")??O.getAttribute("data-label")??O.getAttribute("aria-label")??O.id,start:0,duration:K,track:To(O,q),zIndex:wo(O),stackingContextId:Ir(O),kind:"element",tagName:le,compositionId:O.getAttribute("data-composition-id"),compositionAncestors:H?[H]:[],parentCompositionId:H,nodePath:null,compositionSrc:null,playbackStart:Ye(O),playbackRate:_e(O),assetUrl:null,timelineRole:j,timelineLabel:O.getAttribute("data-timeline-label"),timelineGroup:O.getAttribute("data-timeline-group"),timelinePriority:We(O.getAttribute("data-timeline-priority"))}),J.add(O.id))}}for(let q of u){if(q===s)continue;let P=q.getAttribute("data-composition-id");if(!P||!Eo(P))continue;let O=r.resolveStartForElement(q,0),j=Co(q);if((j==null||j<=0)&&Xl(q)!=null){let Y=Xl(q);j=Math.max(0,Y-O)}let le=i(P),Z=j&&j>0?j:le;if(Z==null||Z<=0)continue;let K=W(O,Z);K<=0||oe.push({id:P,label:q.getAttribute("data-label")??P,start:O,duration:K,thumbnailUrl:Mn(q.getAttribute("data-thumbnail-url")),avatarName:null})}let z=Math.max(1,V||1,w??0),X=S&&T==null,Ce=X?Number.POSITIVE_INFINITY:Math.max(1,Math.ceil(z*Math.max(1,e.canonicalFps)));return{...gr(e.canonicalFps),source:"hf-preview",type:"timeline",compositionContractVersion:1,durationSeconds:X?Number.POSITIVE_INFINITY:z,durationInFrames:Ce,clips:U,scenes:oe,compositionWidth:We(s?.getAttribute("data-width"))??1920,compositionHeight:We(s?.getAttribute("data-height"))??1080}}var Ro="data-composition-id",Dh="data-composition-src",Ih=`[${Ro}]`,fS=`[${Dh}]`,Zl="style",eu="script",Ph=\'link[rel="stylesheet"], link[rel="preconnect"]\';function qt(e){return e?Array.from(e):[]}function tu(e){let{contentNode:t,head:n,documentElement:r,hasTemplate:i,compositionId:o}=e,a=qt(t.querySelectorAll(Ih)),l=o?a.find(c=>c.getAttribute(Ro)===o)??null:a[0]??null,s=(l??a[0])?.getAttribute(Ro)?.trim()||"",u=i?null:n??null;return{innerRoot:l,authoredCompositionId:o||s||null,scriptCompositionId:s||o||null,authoredRootId:l?.getAttribute("id")?.trim()||null,styleSources:[...qt(u?.querySelectorAll(Zl)),...qt(t.querySelectorAll(Zl))],scriptSources:[...qt(u?.querySelectorAll(eu)),...qt(t.querySelectorAll(eu))],linkSources:qt(n?.querySelectorAll(Ph)),variableDefaultCarriers:[r,l].filter(c=>c!=null)}}var he=pm(_c(),1),Tc=he.default,tA=he.default.stringify,nA=he.default.fromJSON,rA=he.default.plugin,iA=he.default.parse,oA=he.default.list,aA=he.default.document,sA=he.default.comment,lA=he.default.atRule,uA=he.default.rule,cA=he.default.decl,dA=he.default.root,fA=he.default.CssSyntaxError,mA=he.default.Declaration,pA=he.default.Container,hA=he.default.Processor,gA=he.default.Document,bA=he.default.Comment,xA=he.default.Warning,yA=he.default.AtRule,vA=he.default.Result,SA=he.default.Input,AA=he.default.Rule,EA=he.default.Root,CA=he.default.Node;var ea="data-hf-authored-id",Rc="data-hf-inner-root";function ta(e){return e.replace(/[.*+?^${}()|[\\]\\\\]/g,"\\\\$&")}function na(e){return e.replace(/\\\\/g,"\\\\\\\\").replace(/"/g,\'\\\\"\')}function ig(e){return e&&e.replace(/[^a-zA-Z0-9_-]/g,n=>`\\\\${n}`).replace(/^-?\\d/,n=>`\\\\${n}`)}function Mc(e){let t=e.trim();return t?Array.from(new Set([t,ig(t)])).filter(Boolean):[]}function og(e){return!!e&&/[\\w-]/.test(e)}function ag(e,t,n){let r=Mc(t).sort((l,s)=>s.length-l.length);if(r.length===0)return e;let i="",o=0,a=null;for(let l=0;l<e.length;l+=1){let s=e[l],u=l>0?e[l-1]:"";if(a){i+=s,s===a&&u!=="\\\\"&&(a=null);continue}if(s===\'"\'||s==="\'"){a=s,i+=s;continue}if(s==="["){o+=1,i+=s;continue}if(s==="]"){o=Math.max(0,o-1),i+=s;continue}if(s==="#"&&o===0){let c=r.find(m=>e.startsWith(m,l+1));if(c){let m=e[l+1+c.length];if(!og(m)){i+=n,l+=c.length;continue}}}i+=s}return i}function sg(e,t){let n=t?.trim();return n?ag(e,n,`[${ea}="${na(n)}"]`):e}function kc(e){return`${e}:not(:has([${Rc}])), ${e} > [${Rc}]`}function lg(e,t,n,r,i,o){let a=sg(e,r),l=ug(a,t,n),s=l.trim();if(!s||s==="*")return e;if(/^(html|body|:root)$/i.test(s))return o?kc(t):e;let u=new RegExp(`\\\\[\\\\s*data-composition-id\\\\s*=\\\\s*(["\'])${ta(n)}\\\\1\\\\s*\\\\]`,"g");if(u.test(s))return s.replace(u,"").trim()===""?kc(t):l.replace(u,t);let c=l.match(/^\\s*/)?.[0]??"",m=l.match(/\\s*$/)?.[0]??"";if(i){let f=r?`[${ea}="${na(r)}"]`:null;if(f&&s.startsWith(f)){let h=s.slice(f.length);return`${c}${t}${f}${h}${m}`}}return`${c}${t} ${s}${m}`}function ug(e,t,n){let r=ta(n),i=String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:"${r}"|\'${r}\')\\s*\\]`,o=String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:"[^"]*"|\'[^\']*\')\\s*\\]`;return e.replace(new RegExp(`${i}(?:${o})+`,"g"),t).replace(new RegExp(`(?:${o})+${i}`,"g"),t)}var cg=new Set(["keyframes","-webkit-keyframes","font-face"]);function dg(e){return e?.type==="atrule"}function fg(e){let t=e.parent;for(;t;){if(dg(t)&&cg.has(t.name.toLowerCase()))return!0;t=t.parent}return!1}function mg(e){let t=e.parent;for(;t;){if(t.type==="rule")return!0;t=t.parent}return!1}function Fc(e,t,n,r,i){let o=t.trim();if(!e||!o)return e;let a=n||`[data-composition-id="${na(o)}"]`,l=Tc.parse(e);return l.walkRules(s=>{fg(s)||mg(s)||(s.selectors=s.selectors.map(u=>lg(u,a,o,r,i?.compoundAuthoredRoot,i?.scopeRootSelectors)))}),l.toResult({map:!1}).css}function it(e){return JSON.stringify(e).replace(/</g,"\\\\u003c")}function Nc(e,t,n="[HyperFrames] composition script error:",r,i=t,o){let a=it(t),l=it(i),s=it(n),u=ta(t),c=it(o?.trim()||null),m=it(r??null),f=it(String.raw`\\[\\s*data-composition-id\\s*=\\s*(?:"${u}"|\'${u}\')\\s*\\]`),h=it(String.raw`\\s*\\[\\s*data-(?:start|duration)\\s*=\\s*(?:"[^"]*"|\'[^\']*\')\\s*\\]`),b=it(Mc(o?.trim()||""));return`(function(){\n var __hfCompId = ${a};\n var __hfTimelineCompId = ${l};\n var __hfErrorLabel = ${s};\n var __hfAuthoredRootId = ${c};\n var __hfAuthoredRootAttr = ${it(ea)};\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 = ${h};\n var __hfAuthoredRootIdForms = ${b};\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 if (prop !== __hfCompId) {\n return Reflect.get(target, prop, target);\n }\n var authoredValue = Reflect.get(target, prop, target);\n return authoredValue === undefined\n ? Reflect.get(target, __hfTimelineCompId, target)\n : authoredValue;\n },\n set: function(target, prop, value, receiver) {\n if (prop !== __hfCompId) {\n return Reflect.set(target, prop, value, target);\n }\n // The authored node remains in the compiled DOM when its local id\n // differs from the runtime mount id, so readiness legitimately sees\n // both compositions. Publish the same timeline under both identities\n // instead of replacing one with the other.\n var authoredSet = Reflect.set(target, __hfCompId, value, target);\n var runtimeSet = Reflect.set(target, __hfTimelineCompId, value, target);\n return authoredSet && runtimeSet;\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 // Inside a sub-composition, __hyperframes is passed as a bare script\n // param bound to the SCOPED variant (per-comp getVariables). But\n // authors routinely write the documented window.__hyperframes.\n // getVariables() form, which would otherwise fall through to the host\n // page\'s base __hyperframes and return the WRONG (or empty) variables\n // for this instance. Route it to the scoped variant too so both\n // spellings resolve to this composition\'s own variables.\n // (__hfScopedHyperframes is a hoisted var assigned below, before any\n // sub-comp script -- the only code that reads this -- runs.)\n if (prop === "__hyperframes") return __hfScopedHyperframes;\n // Native window methods must stay bound to the real window. Handed\n // back unbound, "this" at call time is this Proxy and Chrome rejects\n // it with "Illegal invocation", which broke window.addEventListener,\n // setTimeout, matchMedia and getComputedStyle inside every\n // sub-composition -- including the window.addEventListener("hf-seek",\n // ...) form the Three.js and TypeGPU adapters document. The sibling\n // document and gsap proxies here already bind.\n //\n // Only bind non-constructors. Function.prototype.bind drops static\n // members, so binding a class exposed on window (window.Texts and\n // friends) would silently strip its statics. Built-in methods have\n // no .prototype; classes and constructor functions do.\n var value = Reflect.get(target, prop, target);\n return typeof value === "function" && value.prototype === undefined\n ? value.bind(target)\n : value;\n },\n set: function(target, prop, value, receiver) {\n if (prop === "__timelines") {\n // Common authoring boilerplate assigns the registry back to\n // itself (window.__timelines = window.__timelines || {}). The\n // getter above returns our proxy; do not replace the canonical\n // registry with that proxy or later wrappers will stack proxies.\n if (value === __hfTimelineRegistryProxy) return true;\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${e.replace(/<\\/(script)/gi,"<\\\\/$1")}\n }).call(window, __hfScopedDocument, __hfScopedGsap, __hfScopedWindow, __hfScopedHyperframes);\n } catch (_err) {\n console.error(__hfErrorLabel, __hfCompId, _err);\n }\n };\n __hfFindRoot();\n __hfRun();\n})();`}var pg=["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 Lc(e){let t=e.getAttribute("id")?.trim();for(let n of pg)e.removeAttribute(n);t&&(e.removeAttribute("id"),e.setAttribute("data-hf-authored-id",t)),e.setAttribute("data-hf-inner-root","true")}var hg=8e3,gg=/^(?![a-zA-Z][a-zA-Z\\d+\\-.]*:)(?!\\/\\/)(?!\\/)(?!\\.\\.?\\/).+/,bg=/\\burl\\(\\s*(["\']?)([^)"\']+)\\1\\s*\\)/g,xg=["src","href"];function yg(e){return!e||e.startsWith("http://")||e.startsWith("https://")||e.startsWith("//")||e.startsWith("data:")||e.startsWith("#")||e.startsWith("/")}function Pc(e,t){if(!t)return e;let n=e.trim();if(yg(n)||!n.startsWith("../")&&n!=="..")return e;try{return new URL(n,t).href}catch{return e}}function Oc(e,t){return!t||!e?e:e.replace(bg,(n,r,i)=>{let o=Pc(i||"",t);return o===i?n:`url(${r||""}${o}${r||""})`})}function vg(e,t){for(let n of Array.from(e.querySelectorAll("[src], [href]")))for(let r of xg){let i=n.getAttribute(r);if(i==null)continue;let o=Pc(i,t);o!==i&&n.setAttribute(r,o)}}function Sg(e,t){for(let n of Array.from(e.querySelectorAll("[style]"))){let r=n.getAttribute("style");if(r==null)continue;let i=Oc(r,t);i!==r&&n.setAttribute("style",i)}}function Ag(e,t){for(let n of Array.from(e.querySelectorAll("style"))){let r=n.textContent||"",i=Oc(r,t);i!==r&&(n.textContent=i)}}function Gc(e,t){if(t){vg(e,t),Sg(e,t),Ag(e,t);for(let n of Array.from(e.querySelectorAll("template")))Gc(n.content,t)}}function Eg(e,t){return`${e}__hf${t}`}var Cg=e=>new Promise(t=>{let n=!1,r=Date.now(),i=null,o=a=>{n||(n=!0,i!=null&&window.clearTimeout(i),t({status:a,elapsedMs:Math.max(0,Date.now()-r)}))};e.addEventListener("load",()=>o("load"),{once:!0}),e.addEventListener("error",()=>o("error"),{once:!0}),i=window.setTimeout(()=>o("timeout"),hg)});function ra(e){for(;e.firstChild;)e.removeChild(e.firstChild);e.textContent=""}function Dc(e){for(let t of Array.from(e.querySelectorAll("style, script")))t.remove()}function wg(e){let t=document.importNode(e,!0);Lc(t);let n=t.getAttribute("data-width"),r=t.getAttribute("data-height");return t.style.width=n?`${n}px`:"100%",t.style.height=r?`${r}px`:"100%",t}function _g(e,t){let n=e.trim();if(!n)return e;try{return gg.test(n)&&!n.startsWith("#")&&!n.startsWith("?")?new URL(n,document.baseURI).toString():t?new URL(n,t).toString():new URL(n,document.baseURI).toString()}catch{return e}}function Ic(e,t){try{let n=new URL(e),r=new URL(t);return n.search="",n.hash="",r.search="",r.hash="",n.href===r.href}catch{return!1}}function Jr(e){let t=(e.getAttribute("data-composition-id")||"").trim()||null;return{authoredCompositionId:(e.getAttribute("data-hf-original-composition-id")||t||"").trim()||null,runtimeCompositionId:t}}function Tg(e){let t=new Map;for(let n of e){let r=Jr(n).authoredCompositionId||"";r&&t.set(r,(t.get(r)||0)+1)}return t}function Hc(e){let t=Jr(e).authoredCompositionId;return t?!!document.querySelector(`template#${CSS.escape(t)}-template`):!1}function Rg(e){return!!e.querySelector(\'[data-hf-inner-root="true"]\')}function kg(e){return e.hasAttribute("data-composition-src")?!0:Hc(e)?e.children.length===0||e.hasAttribute("data-hf-original-composition-id")?!0:Rg(e):!1}function oa(){return Array.from(document.querySelectorAll("[data-composition-src], [data-composition-id]")).filter(t=>t.hasAttribute("data-composition-src")?!0:Hc(t))}function Bc(){let e=window.__hfVariablesByComp;if(!e)return;let t=new Set(oa().map(n=>Jr(n).runtimeCompositionId).filter(n=>!!n));for(let n of Object.keys(e))t.has(n)||delete e[n]}function Uc(e,t=Tg(e)){let n=new Map,r=new Map;for(let i of e){let{authoredCompositionId:o,runtimeCompositionId:a}=Jr(i),l=kg(i);if(!o){r.set(i,{authoredCompositionId:null,runtimeCompositionId:a});continue}let s=(t.get(o)||0)>1,u=a||o;if(l){let c=s?(n.get(o)||0)+1:0;s&&n.set(o,c),u=s?Eg(o,c):o,s?i.setAttribute("data-hf-original-composition-id",o):i.removeAttribute("data-hf-original-composition-id"),i.setAttribute("data-composition-id",u),a&&a!==u&&window.__hfVariablesByComp&&delete window.__hfVariablesByComp[a]}r.set(i,{authoredCompositionId:o,runtimeCompositionId:u})}return r}async function ia(e){let t=tu({contentNode:e.sourceNode,head:e.head,hasTemplate:e.hasTemplate,compositionId:e.authoredCompositionId}),n=t.innerRoot instanceof HTMLElement?t.innerRoot:null,r=n??e.sourceNode,i=t.authoredCompositionId,o=t.scriptCompositionId,a=e.runtimeCompositionId||null,l=t.authoredRootId,s=a?`[data-composition-id="${CSS.escape(a)}"]`:void 0;for(let f of t.linkSources){let h=(f.getAttribute("href")||"").trim();if(!h)continue;let b=e.compositionUrl?new URL(h,e.compositionUrl).href:h;if(e.compositionUrl&&Ic(b,e.compositionUrl)||document.head.querySelector(`link[href="${CSS.escape(b)}"]`))continue;let v=f.cloneNode(!0);v instanceof HTMLLinkElement&&(v.href=b,document.head.appendChild(v),e.injectedLinks.push(v))}(f=>{for(let h of f){let b=h.cloneNode(!0);b instanceof HTMLStyleElement&&(i&&(b.textContent=Fc(b.textContent||"",i,s,l,{scopeRootSelectors:!0})),document.head.appendChild(b),e.injectedStyles.push(b))}})(t.styleSources);let c=f=>{let h=f.getAttribute("type")?.trim()??"",b=f.getAttribute("src")?.trim()??"";if(b){let x=_g(b,e.compositionUrl);return e.compositionUrl&&Ic(x,e.compositionUrl)?null:{kind:"external",src:x,type:h}}let v=f.textContent?.trim()??"";return v?{kind:"inline",content:v,type:h,scopeCompositionId:o}:null},m=t.scriptSources.map(c).filter(f=>f!==null);if(n){let f=n.getAttribute("data-width"),h=n.getAttribute("data-height"),b=e.parseDimensionPx(f),v=e.parseDimensionPx(h);f&&e.host.setAttribute("data-width",f),h&&e.host.setAttribute("data-height",h),b&&e.host instanceof HTMLElement&&(e.host.style.width=b),v&&e.host instanceof HTMLElement&&(e.host.style.height=v),n.hasAttribute("data-timeline-locked")&&e.host.setAttribute("data-timeline-locked","");let x=wg(n);!e.authoredCompositionId&&i&&x.setAttribute("data-composition-id",i),Dc(x),e.host.appendChild(x)}else if(e.hasTemplate){let f=document.importNode(r,!0);Dc(f),e.host.appendChild(f)}else e.host.innerHTML=e.fallbackBodyInnerHtml;a&&Mg(e,r,a);for(let f of m){let h=document.createElement("script");if(f.type&&(h.type=f.type),h.async=!1,f.kind==="external"?h.src=f.src:f.type.toLowerCase()==="module"?h.textContent=f.content:f.scopeCompositionId?h.textContent=Nc(f.content,f.scopeCompositionId,"[HyperFrames] composition script error:",s,a||f.scopeCompositionId,l):h.textContent=`(function(){${f.content}})();`,document.body.appendChild(h),e.injectedScripts.push(h),f.kind==="external"){let b=await Cg(h);b.status!=="load"&&e.onDiagnostic?.({code:"external_composition_script_load_issue",details:{hostCompositionId:e.authoredCompositionId,runtimeCompositionId:e.runtimeCompositionId,hostCompositionSrc:e.hostCompositionSrc,resolvedScriptSrc:f.src,loadStatus:b.status,elapsedMs:b.elapsedMs}})}}}async function Wc(e){let t=oa();if(Bc(),t.length===0)return;let n=Uc(t),r=t.filter(i=>{if(i.hasAttribute("data-composition-src")||i.children.length>0)return!1;let o=n.get(i)?.authoredCompositionId;return o?!!document.querySelector(`template#${CSS.escape(o)}-template`):!1});if(r.length!==0)for(let i of r){let o=n.get(i),a=o?.authoredCompositionId;if(!a)continue;let l=document.querySelector(`template#${CSS.escape(a)}-template`);ra(i),await ia({host:i,authoredCompositionId:a,runtimeCompositionId:o?.runtimeCompositionId||a,hostCompositionSrc:`template#${a}-template`,sourceNode:l.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:null,injectedStyles:e.injectedStyles,injectedScripts:e.injectedScripts,injectedLinks:e.injectedLinks,parseDimensionPx:e.parseDimensionPx,onDiagnostic:e.onDiagnostic})}}async function Vc(e){let t=oa();if(Bc(),t.length===0)return;let n=Uc(t),r=t.filter(i=>i.hasAttribute("data-composition-src"));r.length!==0&&await Promise.all(r.map(async i=>{let o=i.getAttribute("data-composition-src");if(!o)return;let a=n.get(i),l=a?.authoredCompositionId||null,s=a?.runtimeCompositionId||l||null,u=null;try{u=new URL(o,document.baseURI)}catch{u=null}ra(i);try{let c=l!=null?document.querySelector(`template#${CSS.escape(l)}-template`):null;if(c){await ia({host:i,authoredCompositionId:l,runtimeCompositionId:s,hostCompositionSrc:o,sourceNode:c.content,hasTemplate:!0,fallbackBodyInnerHtml:"",compositionUrl:u,injectedStyles:e.injectedStyles,injectedScripts:e.injectedScripts,injectedLinks:e.injectedLinks,parseDimensionPx:e.parseDimensionPx,onDiagnostic:e.onDiagnostic});return}let m=await fetch(o);if(!m.ok)throw new Error(`HTTP ${m.status}`);let f=await m.text(),b=new DOMParser().parseFromString(f,"text/html");Gc(b,u);let v=(l?b.querySelector(`template#${CSS.escape(l)}-template`):null)??b.querySelector("template"),x=v?v.content:b.body;await ia({host:i,authoredCompositionId:l,runtimeCompositionId:s,hostCompositionSrc:o,sourceNode:x,hasTemplate:!!v,fallbackBodyInnerHtml:b.body.innerHTML,compositionUrl:u,injectedStyles:e.injectedStyles,injectedScripts:e.injectedScripts,injectedLinks:e.injectedLinks,parseDimensionPx:e.parseDimensionPx,head:b.head,declaredVariableDefaults:dn(b.documentElement),variableDeclarer:b.documentElement,onDiagnostic:e.onDiagnostic})}catch(c){e.onDiagnostic?.({code:"external_composition_load_failed",details:{hostCompositionId:l,runtimeCompositionId:s,hostCompositionSrc:o,errorMessage:c instanceof Error?c.message:"unknown_error"}}),ra(i)}}))}function Mg(e,t,n){let i={...e.declaredVariableDefaults??(t instanceof Element?dn(t):{}),...As(e.host)};Oi(e.variableDeclarer??(t instanceof Element?t:null),i,n),vs(e.host),Object.keys(i).length>0?(window.__hfVariablesByComp||(window.__hfVariablesByComp={}),window.__hfVariablesByComp[n]=i,Gi(e.host,{...ys(e.host,i,window),...xr()})):window.__hfVariablesByComp&&delete window.__hfVariablesByComp[n]}function aa(e){let n=e.vars.data?.captionState;return n==="dim"||n==="active"?n:void 0}function Fg(e){return e instanceof HTMLElement?e.dataset.captionWrapper!=="true"?e:e.querySelector(":scope > span")??null:null}function Ng(){let e=[],t=document.querySelectorAll(".caption-group");for(let n of t)for(let r of n.children){if(!(r instanceof HTMLElement))continue;let i=r.dataset.captionWrapper==="true"?r.querySelector(":scope > span"):r.tagName==="SPAN"?r:null;i&&e.push(i)}return e}function Lg(e){let t=e.parentElement;if(t?.dataset.captionWrapper==="true")return t;let n=document.createElement("span");return n.style.display="inline-block",n.dataset.captionWrapper="true",e.parentNode?.insertBefore(n,e),n.appendChild(e),n}function sa(){let e=window.gsap;e&&document.querySelectorAll(".caption-group").length!==0&&fetch("caption-overrides.json").then(t=>t.ok?t.json():null).then(t=>{if(!t||!Array.isArray(t)||t.length===0)return;let n=Ng();for(let r of t){let i=null;if(r.wordId&&(i=Fg(document.getElementById(r.wordId))),!i&&r.wordIndex!==void 0&&(i=n[r.wordIndex]??null),!i)continue;let o={},a={};if(r.x!==void 0&&(o.x=r.x),r.y!==void 0&&(o.y=r.y),r.scale!==void 0&&(o.scale=r.scale),r.rotation!==void 0&&(o.rotation=r.rotation),r.opacity!==void 0&&(a.opacity=r.opacity),r.fontSize!==void 0&&(a.fontSize=`${r.fontSize}px`),r.fontWeight!==void 0&&(a.fontWeight=r.fontWeight),r.fontFamily!==void 0&&(a.fontFamily=r.fontFamily),r.activeColor||r.dimColor){let s=e.getTweensOf(i).filter(m=>m.vars.color!==void 0).sort((m,f)=>m.startTime()-f.startTime()),u=s.find(m=>aa(m)==="dim")??s.find(m=>aa(m)===void 0),c=u?String(u.vars.color):"";for(let m of s)(aa(m)??(String(m.vars.color)===c?"dim":"active"))==="dim"?r.dimColor&&(m.vars.color=r.dimColor):r.activeColor&&(m.vars.color=r.activeColor);r.dimColor&&e.set(i,{color:r.dimColor})}if(Object.keys(a).length>0&&e.set(i,a),Object.keys(o).length>0){let l=Lg(i);e.set(l,o)}}}).catch(()=>{})}var ua="data-hf-edit-base-x",ca="data-hf-edit-base-y",Jt="data-hf-edit-original-translate",Qr=e=>{let t=parseFloat(e??"");return Number.isFinite(t)?t:0},Dg=e=>{let t=[],n=0,r="";for(let i of e.trim())i==="("&&(n+=1),i===")"&&(n=Math.max(0,n-1)),/\\s/.test(i)&&n===0?(r&&t.push(r),r=""):r+=i;return r&&t.push(r),t},zc=/^-?(?:\\d+(?:\\.\\d+)?|\\.\\d+)px$/,la=(e,t)=>zc.test(e)&&zc.test(t)?`${parseFloat(e)+parseFloat(t)}px`:`calc(${e} + ${t})`,Ig=(e,t,n)=>{if(!e||e==="none")return`${t} ${n}`;let[r,i,o]=Dg(e);if(r===void 0)return`${t} ${n}`;if(i===void 0)return`${la(r,t)} ${n}`;let a=o===void 0?"":` ${o}`;return`${la(r,t)} ${la(i,n)}${a}`},Pg=e=>{try{e.ownerDocument.defaultView?.gsap?.getProperty?.(e,"x")}catch{}},Og=e=>{let t=e.style.getPropertyValue("translate").trim();if(t)return t==="none"?"":t;try{let n=e.ownerDocument.defaultView,r=n?n.getComputedStyle(e).getPropertyValue("translate").trim():"";return r==="none"?"":r}catch{return""}},da=new WeakMap;function Gg(e,t){let n=da.get(e);if(!t?.force&&n!==void 0&&e.style.getPropertyValue("translate")!==n){Le("position_edit_fold_skipped",{hfId:e.getAttribute("data-hf-id")});return}let r=Qr(e.getAttribute("data-x"))-Qr(e.getAttribute(ua)),i=Qr(e.getAttribute("data-y"))-Qr(e.getAttribute(ca));e.hasAttribute(Jt)||e.setAttribute(Jt,Og(e)),n===void 0&&Pg(e);let o=e.getAttribute(Jt)??"",a=Ig(o,`${r}px`,`${i}px`);e.style.setProperty("translate",a),da.set(e,e.style.getPropertyValue("translate"))}function Zr(e,t){let n=e.defaultView?.HTMLElement,r=e.defaultView?.SVGElement,i=s=>n||r?n!==void 0&&s instanceof n||r!==void 0&&s instanceof r:typeof s.style?.setProperty=="function",o=e.querySelectorAll(`[${Jt}]:not([${ua}]):not([${ca}])`);for(let s=0;s<o.length;s++){let u=o[s];if(u===void 0||!i(u))continue;let c=u.getAttribute(Jt)??"";c===""?u.style.removeProperty("translate"):u.style.setProperty("translate",c),u.removeAttribute(Jt),da.delete(u)}let a=e.querySelectorAll(`[${ua}], [${ca}]`),l=0;for(let s=0;s<a.length;s++){let u=a[s];u===void 0||!i(u)||(Gg(u,t),l+=1)}return l}var qc="__hfPositionEditsSeekReapplyWrapped",$c=new WeakSet,jc=new WeakMap,Kc=new WeakMap;function Yc(e){let t=e,n=()=>{try{Zr(t.document)}catch{}},r=m=>typeof m=="function"&&($c.has(m)||!!m[qc]),i=m=>{$c.add(m);try{Object.defineProperty(m,qc,{value:!0})}catch{}},o=m=>{if(typeof m!="function"||r(m))return m;let f=function(...h){let b=m.apply(this,h);return n(),b};return i(f),f},a=(m,f)=>{let h=jc.get(m);if(h?.has(f))return!0;let b=Object.getOwnPropertyDescriptor(m,f);if(b?.configurable===!1){let _=m[f];return typeof _=="function"&&(m[f]=o(_),n()),!1}let v=m[f],x=b?.set;return Object.defineProperty(m,f,{configurable:!0,enumerable:b?.enumerable??!0,get:()=>v,set:_=>{v=o(_),x?.call(m,_)}}),v=o(v),h??(h=new Set),h.add(f),jc.set(m,h),n(),!0},l=(m,f)=>{let h=Kc.get(t),b=Object.getOwnPropertyDescriptor(t,m);if(!h?.has(m)){if(b?.configurable===!1){let _=t[m];return _?a(_,f):!1}let x=t[m];Object.defineProperty(t,m,{configurable:!0,enumerable:b?.enumerable??!0,get:()=>x,set:_=>{x=_,x&&a(x,f)}}),h??(h=new Set),h.add(m),Kc.set(t,h)}let v=t[m];return v?a(v,f):!1},s=()=>{let m=l("__hf","seek"),f=l("__player","renderSeek");return m&&f};if(s())return;let u=120,c=t.setInterval(()=>{if(s()){t.clearInterval(c);return}u-=1,u<=0&&t.clearInterval(c)},50)}function ei(e){let t=window,r=e.closest("[data-composition-id]")?.getAttribute("data-composition-id")?.trim()??"",i=r?t.__hfVariablesByComp?.[r]:void 0;if(i)return i;let o=t.__hyperframes?.getVariables?.();return o&&typeof o=="object"?o:t.__hfVariables??{}}function ti(e){return typeof e=="string"||typeof e=="number"||typeof e=="boolean"}var Xc=new Set(["img","video","audio","source"]);function Hg(e){if(typeof e=="string"&&e.length>0)return e;if(e!==null&&typeof e=="object"){let t=e.url;if(typeof t=="string"&&t.length>0)return t}return null}function Bg(e){let t=e.replace(/[\\u0000-\\u0020]/g,""),n=/^([a-z][a-z0-9+.-]*):/i.exec(t);if(!n)return!0;let r=n[1]?.toLowerCase();return r?r==="https"||r==="http"||r==="blob"?!0:r==="data"?/^data:image\\//i.test(t):!1:!1}function Ug(e){return e.replace(/[;{}<>\\r\\n]/g,"")}function Wg(e){if(ti(e))return String(e);if(e!==null&&typeof e=="object"){let t=e.name;if(typeof t=="string"&&t.length>0)return t}return null}function fa(e,t){let n=e.closest("[data-composition-id]"),r=t.get(n);if(r)return r;let i=ei(e);return t.set(n,i),i}function Vg(e,t){if(e.childElementCount===0){e.textContent=t;return}let n=!1;for(let r of Array.from(e.childNodes))r.nodeType===Node.TEXT_NODE&&(r.nodeValue=n?"":t,n=!0);n||e.insertBefore(e.ownerDocument.createTextNode(t),e.firstChild)}function zg(e){return e.querySelector("[data-hf-root]")??e.getElementById("stage")??e.body?.firstElementChild??e.body}function qg(e,t){let n=new Set,r=zg(e);r&&n.add(r);for(let i of Array.from(e.querySelectorAll("[data-composition-id]")))n.add(i);for(let i of n){let o=fa(i,t);for(let[a,l]of Object.entries(o)){let s=Wg(l);s!==null&&i instanceof HTMLElement&&i.style.setProperty(`--${a}`,Ug(s))}}}function ma(e){let t=new Map;qg(e,t);for(let n of Array.from(e.querySelectorAll("[data-var-src]"))){let r=n.getAttribute("data-var-src")?.trim();if(!r)continue;if(!Xc.has(n.tagName.toLowerCase())){console.warn(`[hyperframes] Ignoring data-var-src on <${n.tagName.toLowerCase()}>: variable-bound src is only allowed on ${Array.from(Xc).join("/")}.`);continue}let i=Hg(fa(n,t)[r]);if(i!==null){if(!Bg(i)){console.warn(`[hyperframes] Ignoring data-var-src="${r}": unsafe URL protocol.`);continue}n.setAttribute("src",i)}}for(let n of Array.from(e.querySelectorAll("[data-var-text]"))){let r=n.getAttribute("data-var-text")?.trim();if(!r)continue;let i=fa(n,t)[r];ti(i)&&Vg(n,String(i))}}var pa="hf-audio-group",Jc="data-audio-group",XA=`audio[${Jc}]`;function Qt(e){return typeof e.tagName!="string"||e.tagName.toLowerCase()!=="audio"||typeof e.getAttribute!="function"?null:e.getAttribute(Jc)||null}function Qc(e){let t="__hf-audio-group-inert";if(!e?.head||e.getElementById(t))return;let n=e.createElement("style");n.id=t,n.textContent=`${pa}{display:none!important}`,e.head.appendChild(n)}function Yn(e,t,n){return e.size===0||e.has(t)?!0:!!(n&&e.has(n))}var ot=new Map,$g="data-hf-color-grading-canvas",jg="__hf_color_grading_canvas__";function ud(){if(typeof MutationObserver>"u"||typeof document>"u")return;let e=document.documentElement;if(!e)return;let t=r=>{r instanceof HTMLElement&&(r.hasAttribute(Nr)||r.setAttribute(Nr,r.style.opacity))},n=r=>{if(r instanceof Element){r.matches("video, img")&&t(r);for(let i of r.querySelectorAll("video, img"))t(i)}};n(e),new MutationObserver(r=>{for(let i of r)for(let o of i.addedNodes)n(o)}).observe(e,{childList:!0,subtree:!0})}var Kg=16,Yg=4,en={enabled:!1,position:.5,softness:0,lineWidth:2},ha=["#000000","#ffffff"],Xg=["#1a1a1a","#f5f5dc"],tr=3,Jg=tr-1,Qg=5,ga=`${Xe}.0`,Zc=`${Xe-1}.0`,Zg=`${tr}.0`,eb=`${(Jg+.5)/tr}`;function ni(e){let t=e.getAttribute(wn);return t==null?null:Ul(t,ei(e))}var tb=["attribute vec2 a_pos;","varying vec2 v_uv;","void main(){"," v_uv = a_pos * 0.5 + 0.5;"," gl_Position = vec4(a_pos, 0.0, 1.0);","}"].join(`\n`),nb=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_source;","uniform sampler2D u_blurSource;","uniform sampler2D u_bloomSource;","uniform sampler2D u_kuwaharaSource;","uniform sampler2D u_lut;","uniform sampler2D u_advanced;","uniform vec2 u_resolution;","uniform vec2 u_uvScale;","uniform vec2 u_uvOffset;","uniform float u_blurReady;","uniform float u_bloomReady;","uniform float u_kuwaharaReady;","uniform float u_lutEnabled;","uniform float u_lutSize;","uniform vec2 u_lutTextureSize;","uniform vec3 u_lutDomainMin;","uniform vec3 u_lutDomainMax;","uniform float u_lutIntensity;","uniform vec3 u_shadowWheel;","uniform vec3 u_midtoneWheel;","uniform vec3 u_highlightWheel;","uniform float u_rgbCurvesEnabled;","uniform float u_hueCurvesEnabled;","uniform float u_secondaryCount;","uniform float u_exposure;","uniform float u_contrast;","uniform float u_highlights;","uniform float u_shadows;","uniform float u_whites;","uniform float u_blacks;","uniform float u_temperature;","uniform float u_tint;","uniform float u_vibrance;","uniform float u_saturation;","uniform float u_vignette;","uniform float u_vignetteMidpoint;","uniform float u_vignetteRoundness;","uniform float u_vignetteFeather;","uniform float u_grain;","uniform float u_grainSize;","uniform float u_grainRoughness;","uniform float u_grainSeed;","uniform float u_effectTime;","uniform float u_blur;","uniform float u_bloom;","uniform float u_kuwahara;","uniform float u_pixelate;","uniform float u_chromaBleed;","uniform float u_tapeDamage;","uniform float u_tapeTracking;","uniform float u_tapeNoise;","uniform float u_tapeSpeed;","uniform float u_filmArtifacts;","uniform float u_halftone;","uniform float u_halftoneSize;","uniform float u_twoInkPrint;","uniform float u_twoInkPrintSize;","uniform float u_ascii;","uniform float u_asciiSize;","uniform float u_asciiInvert;","uniform float u_asciiStyle;","uniform float u_asciiColor;","uniform float u_asciiRotation;","uniform float u_dither;","uniform float u_ditherSize;","uniform float u_monoScreen;","uniform float u_monoScreenSize;","uniform float u_monoScreenAngle;","uniform float u_monoScreenSpread;","uniform float u_monoScreenShape;","uniform float u_monoScreenInvert;","uniform float u_scanlines;","uniform float u_scanlineCount;","uniform float u_scanlineSoftness;","uniform float u_chromaticAberration;","uniform float u_chromaticAngle;","uniform float u_crtCurvature;","uniform float u_digitalGlitch;","uniform float u_digitalGlitchColorSplit;","uniform float u_digitalGlitchLineTear;","uniform float u_digitalGlitchPixelate;","uniform float u_digitalGlitchBlockAmount;","uniform float u_digitalGlitchBlockDisplacement;","uniform float u_digitalGlitchBlockOpacity;","uniform float u_digitalGlitchSpeed;","uniform float u_engraving;","uniform float u_engravingSpacing;","uniform float u_engravingMinThickness;","uniform float u_engravingMaxThickness;","uniform float u_engravingAngle;","uniform float u_engravingContrast;","uniform float u_engravingSharpness;","uniform float u_engravingWave;","uniform float u_engravingWaveFrequency;","uniform float u_crosshatch;","uniform float u_crosshatchSpacing;","uniform float u_crosshatchThickness;","uniform float u_crosshatchAngle;","uniform float u_crosshatchContrast;","uniform float u_crosshatchEdges;","uniform float u_crosshatchLineWeight;","uniform float u_crosshatchWave;","uniform float u_crosshatchWaveFrequency;","uniform float u_paletteSize;","uniform vec3 u_palette0;","uniform vec3 u_palette1;","uniform vec3 u_palette2;","uniform vec3 u_palette3;","uniform vec3 u_palette4;","uniform vec3 u_palette5;","uniform float u_intensity;","uniform float u_compareEnabled;","uniform float u_comparePosition;","uniform float u_compareSoftness;","uniform float u_compareLineWidth;","const float PI = 3.14159265359;","float lumaOf(vec3 c){ return dot(c, vec3(0.2126, 0.7152, 0.0722)); }","float bt601Luma(vec3 c){ return dot(c, vec3(0.299, 0.587, 0.114)); }","float grainHash(vec2 p){ return fract(sin(dot(p, vec2(127.1, 311.7))) * 43758.5453123); }","float digitalHash(vec2 p){"," vec2 q = mod(floor(p), 251.0);"," float x = mod(q.x * q.x * 157.0 + q.x * 89.0, 251.0);"," float y = mod(q.y * q.y * 113.0 + q.y * 47.0, 251.0);"," float xy = mod(q.x * q.y * 71.0, 251.0);"," return mod(x + y + xy + 19.0, 251.0) / 251.0;","}","float colorSaturation(vec3 c){ return max(max(c.r, c.g), c.b) - min(min(c.r, c.g), c.b); }","vec2 clampUv(vec2 uv){ return clamp(uv, vec2(0.0), vec2(1.0)); }","vec2 applyCrtWarp(vec2 uv){"," vec2 centered = uv * 2.0 - 1.0;"," float curvature = clamp(u_crtCurvature, 0.0, 1.0) * 0.5;"," float dist = dot(centered, centered);"," centered *= 1.0 + curvature * dist;"," return centered * 0.5 + 0.5;","}","vec4 sampleSource(vec2 uv){ return texture2D(u_source, clampUv(uv)); }","vec4 sampleBlur(vec2 uv){ return texture2D(u_blurSource, clampUv(uv)); }","vec3 sampleBloom(vec2 uv){ return texture2D(u_bloomSource, clampUv(uv)).rgb; }","vec3 sampleKuwahara(vec2 uv){"," vec2 displayUv = uv * u_uvScale + u_uvOffset;"," return texture2D(u_kuwaharaSource, clampUv(displayUv)).rgb;","}","vec4 samplePrepared(vec2 uv){"," vec4 base = sampleSource(uv);"," float blur = clamp(u_blur, 0.0, 1.0);"," if (blur > 0.0 && u_blurReady > 0.5) base = mix(base, sampleBlur(uv), blur);"," float kuwahara = clamp(u_kuwahara, 0.0, 1.0);"," if (kuwahara > 0.0 && u_kuwaharaReady > 0.5) {"," base.rgb = mix(base.rgb, sampleKuwahara(uv), kuwahara);"," }"," return base;","}","float tapeTrackingBand(float y, float center, float width){"," float offset = fract(y - center + 0.5) - 0.5;"," float triangle = max(0.0, 1.0 - abs(offset) / max(width, 0.0001));"," return triangle * triangle * (3.0 - 2.0 * triangle);","}","vec4 sampleMedia(vec2 uv){"," float pixel = clamp(u_pixelate, 0.0, 1.0);"," vec2 sampleUv = uv;"," if (pixel > 0.0) {"," float blockSize = mix(1.0, 48.0, pixel);"," vec2 cells = max(u_resolution / blockSize, vec2(1.0));"," sampleUv = (floor(clamp(uv, vec2(0.0), vec2(0.999999)) * cells) + 0.5) / cells;"," }"," float tapeDamage = clamp(u_tapeDamage, 0.0, 1.0);"," float tapeTracking = clamp(u_tapeTracking, 0.0, 1.0);"," float tapeNoise = clamp(u_tapeNoise, 0.0, 1.0);"," float tapeTime = u_effectTime * mix(0.0, 2.0, clamp(u_tapeSpeed, 0.0, 1.0));"," float tapeFrame = floor(tapeTime * 60.0);"," float tapeLine = floor(sampleUv.y * u_resolution.y * 0.5);"," float lineJitter = (digitalHash(vec2(tapeLine, floor(tapeFrame * 0.5))) - 0.5) * 1.8 * tapeNoise;"," float slowWobble = sin(sampleUv.y * 32.0 + tapeTime * 2.6) * 0.55;"," float headSwitch = smoothstep(0.88, 1.0, sampleUv.y) * sin(sampleUv.y * 240.0 + tapeTime * 8.0) * 4.0;"," float trackingShift = tapeTrackingBand(sampleUv.y, fract(0.08 + tapeTime * 0.083), 0.035);"," trackingShift -= tapeTrackingBand(sampleUv.y, fract(0.28 + tapeTime * 0.061), 0.03) * 0.8;"," trackingShift += tapeTrackingBand(sampleUv.y, fract(0.5 + tapeTime * 0.047), 0.04) * 0.75;"," trackingShift -= tapeTrackingBand(sampleUv.y, fract(0.72 + tapeTime * 0.037), 0.028) * 0.65;"," trackingShift += tapeTrackingBand(sampleUv.y, fract(0.89 + tapeTime * 0.029), 0.032) * 0.55;"," trackingShift *= tapeTracking * 48.0;"," float tapeShift = (lineJitter + slowWobble + headSwitch + trackingShift) * tapeDamage;"," float texelX = 1.0 / max(u_resolution.x * max(u_uvScale.x, 0.00001), 1.0);"," vec2 tapeUv = sampleUv + vec2(tapeShift * texelX, 0.0);"," vec4 base = samplePrepared(tapeUv);"," if (tapeDamage > 0.0) {"," vec2 lumaStep = vec2(texelX * mix(1.0, 3.5, tapeDamage), 0.0);"," vec3 leftTape = samplePrepared(tapeUv - lumaStep).rgb;"," vec3 rightTape = samplePrepared(tapeUv + lumaStep).rgb;"," float tapeLuma = (bt601Luma(leftTape) + bt601Luma(base.rgb) * 2.0 + bt601Luma(rightTape)) * 0.25;"," vec3 centerChroma = base.rgb - vec3(bt601Luma(base.rgb));"," vec3 tapeColor = vec3(tapeLuma) + centerChroma;"," vec3 ghost = samplePrepared(tapeUv - vec2(texelX * 12.0, 0.0)).rgb;"," tapeColor = mix(tapeColor, ghost, 0.045 * tapeDamage);"," float fineNoise = digitalHash(floor(gl_FragCoord.xy) + vec2(tapeFrame * 17.0, tapeFrame * 3.0)) - 0.5;"," float band = digitalHash(vec2(floor(sampleUv.y * 92.0), floor(tapeFrame / 3.0)));"," float dropout = smoothstep(0.985, 1.0, band) * (digitalHash(vec2(floor(sampleUv.x * 18.0), tapeLine)) - 0.5);"," tapeColor += (fineNoise * 0.035 + dropout * 0.12) * tapeDamage * tapeNoise;"," base.rgb = mix(base.rgb, clamp(tapeColor, 0.0, 1.0), tapeDamage);"," }"," float chromaBleed = clamp(u_chromaBleed, 0.0, 1.0);"," if (chromaBleed > 0.0) {"," float radius = mix(1.0, 4.0, chromaBleed);"," vec2 stepUv = vec2(texelX * radius, 0.0);"," vec3 c0 = base.rgb;"," vec3 c1 = samplePrepared(tapeUv - stepUv).rgb;"," vec3 c2 = samplePrepared(tapeUv + stepUv).rgb;"," vec3 c3 = samplePrepared(tapeUv - stepUv * 2.0).rgb;"," vec3 c4 = samplePrepared(tapeUv + stepUv * 2.0).rgb;"," float centerLuma = lumaOf(base.rgb);"," vec3 blurredChroma = ((c0 - vec3(lumaOf(c0))) * 6.0 + (c1 - vec3(lumaOf(c1))) * 4.0 + (c2 - vec3(lumaOf(c2))) * 4.0 + (c3 - vec3(lumaOf(c3))) + (c4 - vec3(lumaOf(c4)))) / 16.0;"," base.rgb = mix(base.rgb, clamp(vec3(centerLuma) + blurredChroma, 0.0, 1.0), chromaBleed);"," }"," return base;","}","vec4 sampleChromaticMedia(vec2 uv, vec4 center){"," float amount = clamp(u_chromaticAberration, 0.0, 1.0);"," if (amount <= 0.0) return center;"," float angle = clamp(u_chromaticAngle, 0.0, 1.0) * PI * 2.0;"," vec2 offset = vec2(cos(angle), sin(angle)) * amount * 0.02;"," vec4 positive = sampleMedia(uv + offset);"," vec4 negative = sampleMedia(uv - offset);"," vec3 split = vec3(positive.r, center.g, negative.b);"," return vec4(split, center.a);","}","vec3 sampleDigitalSplit(vec2 uv, vec2 block, float time, float amount){"," float split = amount * 0.06;"," float direction = digitalHash(block * 0.4 + vec2(floor(time * 3.7), floor(time * 5.3)));"," vec2 axis = direction > 0.66 ? vec2(1.0, 0.0) : direction > 0.33 ? vec2(0.0, 1.0) : vec2(0.7071);"," vec4 center = sampleMedia(uv);"," return vec3(sampleMedia(uv + axis * split).r, center.g, sampleMedia(uv - axis * split).b);","}","vec3 applyDigitalGlitch(vec2 uv, vec3 source){"," float amount = clamp(u_digitalGlitch, 0.0, 1.0);"," if (amount <= 0.0) return source;"," float colorSplit = clamp(u_digitalGlitchColorSplit, 0.0, 1.0) * 2.0;"," float lineTear = clamp(u_digitalGlitchLineTear, 0.0, 1.0) * 2.0;"," float pixelate = clamp(u_digitalGlitchPixelate, 0.0, 1.0) * 2.0;"," float blockAmount = clamp(u_digitalGlitchBlockAmount, 0.0, 1.0);"," float blockDisplacement = clamp(u_digitalGlitchBlockDisplacement, 0.0, 1.0) * 2.0;"," float blockOpacity = clamp(u_digitalGlitchBlockOpacity, 0.0, 1.0);"," float speed = clamp(u_digitalGlitchSpeed, 0.0, 1.0) * 2.0;"," float time = u_effectTime * speed;"," float blockCount = 8.0 + blockAmount * 60.0;"," vec2 block = floor(uv * blockCount);"," float randomA = digitalHash(block + vec2(floor(time * 7.3), floor(time * 11.1)));"," float randomB = digitalHash(block * 0.7 + vec2(17.3 + floor(time * 6.6), 29.1));"," float randomC = digitalHash(block + vec2(floor(time * 5.7) * 13.0, 41.0));"," float randomD = digitalHash(block * 1.3 + vec2(7.0, floor(time * 3.2) * 7.0));"," vec2 displaced = uv;"," if (blockDisplacement > 0.0 && blockOpacity > 0.0) {"," float threshold = 1.0 - blockDisplacement * 0.4;"," if (randomA > threshold) {"," displaced += vec2((randomB - 0.5) * blockDisplacement * 0.5, (randomC - 0.5) * blockDisplacement * 0.3);"," }"," if (randomD > 0.92 && blockDisplacement > 0.5) {"," displaced.x += (digitalHash(vec2(block.y, floor(time * 8.0))) - 0.5) * blockDisplacement;"," }"," displaced = mix(uv, displaced, blockOpacity);"," }"," if (lineTear > 0.0) {"," float row = floor(uv.y * (50.0 + lineTear * 150.0));"," float tearA = digitalHash(vec2(row * 7.3 + floor(time * 12.0 + row * 0.1) * 3.7, 13.0));"," float tearB = digitalHash(vec2(row * 13.7 + floor(time * 8.3) * 5.1, 31.0));"," if (tearA > 1.0 - lineTear * 0.5) displaced.x += (tearB - 0.5) * lineTear * 0.4;"," if (tearB > 0.95 && lineTear > 0.3) displaced.x += (tearA - 0.5) * lineTear * 0.8;"," }"," if (pixelate > 0.0) {"," float pixelRandom = digitalHash(block * 0.5 + vec2(floor(time * 4.9), 53.0));"," if (pixelRandom > 1.0 - pixelate * 0.35) {"," float cells = 4.0 + (1.0 - pixelRandom) * pixelate * 40.0;"," displaced = (floor(clampUv(displaced) * cells) + 0.5) / cells;"," }"," }"," displaced = clampUv(displaced);"," vec3 glitch = sampleDigitalSplit(displaced, block, time, colorSplit);"," if (blockDisplacement > 0.2 && blockOpacity > 0.0) {"," float corruption = digitalHash(block * 1.1 + vec2(floor(time * 11.9), 67.0));"," vec3 changed = glitch;"," if (corruption > 0.9) changed = 1.0 - glitch;"," else if (corruption > 0.85) changed = corruption > 0.875 ? glitch.gbr : glitch.brg;"," else if (corruption > 0.8) {"," float channel = digitalHash(block + vec2(73.0));"," if (channel > 0.66) changed.r = min(changed.r * 2.0, 1.0);"," else if (channel > 0.33) changed.g = min(changed.g * 2.0, 1.0);"," else changed.b = min(changed.b * 2.0, 1.0);"," }"," glitch = mix(glitch, changed, blockOpacity);"," }"," if (blockOpacity > 0.0) {"," float flash = digitalHash(block * 0.8 + vec2(floor(time * 14.7), 83.0));"," vec3 flashed = flash > 0.97 ? min(glitch * 1.8, vec3(1.0)) : flash > 0.94 ? glitch * 0.3 : glitch;"," glitch = mix(glitch, flashed, blockOpacity * 0.6);"," }"," if (lineTear > 0.1) {"," float interference = pow(sin(uv.y * (300.0 + randomA * 200.0) + time * 30.0) * 0.5 + 0.5, 6.0);"," glitch -= interference * 0.08 * lineTear;"," }"," return mix(source, clamp(glitch, 0.0, 1.0), amount);","}","float dustMask(vec2 uv, float frameBucket){"," vec2 grid = vec2(128.0, 72.0);"," vec2 cell = floor(uv * grid);"," vec2 local = fract(uv * grid) - 0.5;"," float chance = grainHash(cell + frameBucket * 19.13);"," float radius = mix(0.05, 0.34, grainHash(cell + 7.1));"," return step(0.9975, chance) * (1.0 - smoothstep(radius, radius + 0.08, length(local)));","}","float screenDot(vec2 p, float ink, float angle, float sharpness){"," float c = cos(angle);"," float s = sin(angle);"," vec2 q = mat2(c, -s, s, c) * p;"," vec2 d = fract(q) - 0.5;"," float radius = sqrt(clamp(ink, 0.0, 1.0)) * 0.68;"," float edge = mix(0.16, 0.025, sharpness);"," return 1.0 - smoothstep(radius - edge, radius + edge, length(d));","}","vec3 paletteColor(float index);","float monoScreenMask(vec2 local, float radius, float shape, float softness){"," vec2 centered = local - 0.5;"," float distanceToInk = length(centered);"," if (shape > 0.5 && shape < 1.5) distanceToInk = max(abs(centered.x), abs(centered.y));"," if (shape > 1.5 && shape < 2.5) distanceToInk = abs(centered.x) + abs(centered.y);"," if (shape > 2.5 && shape < 3.5) distanceToInk = max(abs(centered.x) * 0.86 + centered.y * 0.5, -centered.y);"," if (shape > 3.5) distanceToInk = abs(centered.y);"," float shapeRadius = shape > 3.5 ? radius * 0.45 : radius;"," return 1.0 - smoothstep(shapeRadius, shapeRadius + softness, distanceToInk);","}","vec3 applyMonoScreen(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float invert = step(0.5, u_monoScreenInvert);"," float coverage = mix(1.0 - lumaOf(source), lumaOf(source), invert);"," coverage = pow(clamp(coverage, 0.0, 1.0), mix(1.7, 0.58, clamp(u_monoScreenSpread, 0.0, 1.0)));"," float scale = max(min(u_resolution.x, u_resolution.y) / 540.0, 0.25);"," float cellPx = mix(4.0, 18.0, clamp(u_monoScreenSize, 0.0, 1.0)) * scale;"," float angle = clamp(u_monoScreenAngle, 0.0, 1.0) * PI * 0.5;"," float cosine = cos(angle);"," float sine = sin(angle);"," vec2 point = mat2(cosine, -sine, sine, cosine) * gl_FragCoord.xy / max(cellPx, 1.0);"," float radius = sqrt(coverage) * 0.68;"," float inkMask = monoScreenMask(fract(point), radius, floor(u_monoScreenShape + 0.5), 0.035);"," vec3 ink = paletteColor(0.0);"," vec3 paper = paletteColor(max(u_paletteSize - 1.0, 1.0));"," return mix(source, mix(paper, ink, inkMask), amount);","}","vec3 applyEngraving(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float spacing = mix(3.0, 20.0, clamp(u_engravingSpacing, 0.0, 1.0));"," float minThickness = mix(0.0, 2.0, clamp(u_engravingMinThickness, 0.0, 1.0));"," float maxThickness = mix(1.0, 8.0, clamp(u_engravingMaxThickness, 0.0, 1.0));"," float angle = clamp(u_engravingAngle, 0.0, 1.0) * PI;"," vec2 alongAxis = vec2(cos(angle), sin(angle));"," vec2 acrossAxis = vec2(-alongAxis.y, alongAxis.x);"," float along = dot(gl_FragCoord.xy, alongAxis);"," float across = dot(gl_FragCoord.xy, acrossAxis);"," float frequency = mix(1.0, 10.0, clamp(u_engravingWaveFrequency, 0.0, 1.0));"," float wave = sin(along * frequency * 0.01);"," across += wave * clamp(u_engravingWave, 0.0, 1.0) * 3.0;"," float lineIndex = floor(across / max(spacing, 1.0));"," float lineDistance = abs(fract(across / max(spacing, 1.0)) - 0.5) * spacing;"," float contrast = mix(0.5, 2.0, clamp(u_engravingContrast, 0.0, 1.0));"," float darkness = 1.0 - pow(clamp(lumaOf(source), 0.0, 1.0), contrast);"," float variation = mix(0.88, 1.12, digitalHash(vec2(lineIndex, 73.0)));"," float thickness = mix(minThickness, maxThickness, darkness) * variation;"," float edge = mix(1.0, 0.3, clamp(u_engravingSharpness, 0.0, 1.0));"," float inkMask = 1.0 - smoothstep(max(thickness * 0.5 - edge, 0.0), thickness * 0.5 + edge, lineDistance);"," inkMask *= smoothstep(0.015, 0.12, darkness);"," vec3 ink = paletteColor(0.0);"," vec3 paper = paletteColor(max(u_paletteSize - 1.0, 1.0));"," return mix(source, mix(paper, ink, inkMask), amount);","}","float crosshatchLine(vec2 pixel, float angle, float spacing, float thickness, float seed){"," vec2 alongAxis = vec2(cos(angle), sin(angle));"," vec2 acrossAxis = vec2(-alongAxis.y, alongAxis.x);"," float along = dot(pixel, alongAxis);"," float across = dot(pixel, acrossAxis);"," float frequency = mix(1.0, 10.0, clamp(u_crosshatchWaveFrequency, 0.0, 1.0));"," across += sin(along * frequency * 0.02 + u_effectTime + seed) * clamp(u_crosshatchWave, 0.0, 1.0) * 5.0;"," float lineIndex = floor(across / max(spacing, 1.0));"," float distanceToLine = abs(fract(across / max(spacing, 1.0)) - 0.5) * spacing;"," float variation = mix(1.0, 0.5 + digitalHash(vec2(lineIndex, seed)), clamp(u_crosshatchLineWeight, 0.0, 1.0));"," float halfWidth = thickness * variation * 0.5;"," return 1.0 - smoothstep(max(halfWidth - 0.5, 0.0), halfWidth + 0.5, distanceToLine);","}","float crosshatchEdge(vec2 uv){"," vec2 texel = 1.0 / max(u_resolution * u_uvScale, vec2(1.0));"," float tl = lumaOf(sampleMedia(uv + texel * vec2(-1.0, -1.0)).rgb);"," float tc = lumaOf(sampleMedia(uv + texel * vec2( 0.0, -1.0)).rgb);"," float tr = lumaOf(sampleMedia(uv + texel * vec2( 1.0, -1.0)).rgb);"," float ml = lumaOf(sampleMedia(uv + texel * vec2(-1.0, 0.0)).rgb);"," float mr = lumaOf(sampleMedia(uv + texel * vec2( 1.0, 0.0)).rgb);"," float bl = lumaOf(sampleMedia(uv + texel * vec2(-1.0, 1.0)).rgb);"," float bc = lumaOf(sampleMedia(uv + texel * vec2( 0.0, 1.0)).rgb);"," float br = lumaOf(sampleMedia(uv + texel * vec2( 1.0, 1.0)).rgb);"," float gx = -tl - 2.0 * ml - bl + tr + 2.0 * mr + br;"," float gy = -tl - 2.0 * tc - tr + bl + 2.0 * bc + br;"," return length(vec2(gx, gy));","}","vec3 applyCrosshatch(vec2 uv, vec3 source, float amount){"," if (amount <= 0.0) return source;"," float spacing = mix(5.0, 30.0, clamp(u_crosshatchSpacing, 0.0, 1.0));"," float thickness = mix(1.0, 5.0, clamp(u_crosshatchThickness, 0.0, 1.0));"," float baseAngle = -clamp(u_crosshatchAngle, 0.0, 1.0) * PI;"," float contrast = mix(0.5, 2.0, clamp(u_crosshatchContrast, 0.0, 1.0));"," float darkness = 1.0 - pow(clamp(lumaOf(source), 0.0, 1.0), contrast);"," vec3 ink = paletteColor(0.0);"," vec3 paper = paletteColor(max(u_paletteSize - 1.0, 1.0));"," vec3 result = paper;"," float layer = crosshatchLine(gl_FragCoord.xy, baseAngle, spacing, thickness, 1.0) * smoothstep(0.2, 0.4, darkness);"," result = mix(result, ink, layer);"," layer = crosshatchLine(gl_FragCoord.xy, baseAngle + PI * 0.5, spacing * 0.95, thickness * 0.9, 2.0) * smoothstep(0.4, 0.6, darkness);"," result = mix(result, ink, layer);"," layer = crosshatchLine(gl_FragCoord.xy, baseAngle + PI * 0.25, spacing * 0.9, thickness * 0.8, 3.0) * smoothstep(0.6, 0.8, darkness);"," result = mix(result, ink, layer);"," layer = crosshatchLine(gl_FragCoord.xy, baseAngle - PI * 0.25, spacing * 0.85, thickness * 0.7, 4.0) * smoothstep(0.75, 0.9, darkness);"," result = mix(result, ink, layer);"," result = mix(result, ink, smoothstep(0.9, 1.0, darkness) * 0.8);"," float edgeStrength = mix(0.0, 2.0, clamp(u_crosshatchEdges, 0.0, 1.0));"," float edge = smoothstep(0.1, 0.3, crosshatchEdge(uv)) * edgeStrength;"," result = mix(result, ink, clamp(edge, 0.0, 1.0));"," return mix(source, result, amount);","}","vec3 applyHalftone(vec3 source, float amount){"," if (amount <= 0.0) return source;"," vec3 cmy = 1.0 - source;"," float k = min(cmy.r, min(cmy.g, cmy.b));"," vec3 inks = max(cmy - vec3(k * 0.72), 0.0);"," float scale = min(u_resolution.x, u_resolution.y) / 540.0;"," float cellPx = mix(5.0, 14.0, clamp(u_halftoneSize, 0.0, 1.0)) * max(scale, 0.25);"," vec2 p = gl_FragCoord.xy / max(cellPx, 1.0);"," float cyan = screenDot(p, inks.r, 0.261799, 0.78);"," float magenta = screenDot(p, inks.g, 1.308997, 0.78);"," float yellow = screenDot(p, inks.b, 0.0, 0.78);"," float blackInk = screenDot(p, k, 0.785398, 0.82);"," vec3 printColor = vec3(0.975, 0.962, 0.925);"," printColor *= mix(vec3(1.0), vec3(0.05, 0.79, 0.86), cyan);"," printColor *= mix(vec3(1.0), vec3(0.91, 0.08, 0.48), magenta);"," printColor *= mix(vec3(1.0), vec3(0.98, 0.83, 0.08), yellow);"," printColor *= mix(vec3(1.0), vec3(0.035), blackInk * 0.92);"," return mix(source, printColor, amount);","}","vec3 applyTwoInkPrint(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float sourceLuma = lumaOf(source);"," float darkness = 1.0 - sourceLuma;"," float warmBias = clamp(source.r - (source.g + source.b) * 0.5, -0.35, 0.35);"," float coolBias = clamp((source.g + source.b) * 0.5 - source.r, -0.35, 0.35);"," float redTone = smoothstep(0.08, 0.72, darkness) * (1.0 - 0.68 * smoothstep(0.66, 1.0, darkness));"," float tealTone = smoothstep(0.30, 0.92, darkness);"," float redCoverage = clamp(redTone + warmBias * 1.35 - coolBias * 0.35, 0.0, 1.0);"," float tealCoverage = clamp(tealTone + coolBias * 1.1 - warmBias * 0.45, 0.0, 1.0);"," float scale = min(u_resolution.x, u_resolution.y) / 540.0;"," float cellPx = mix(4.5, 12.0, clamp(u_twoInkPrintSize, 0.0, 1.0)) * max(scale, 0.25);"," vec2 p = gl_FragCoord.xy / max(cellPx, 1.0);"," float redDot = screenDot(p, redCoverage, 0.261799, 0.84);"," float tealDot = screenDot(p + vec2(0.12, -0.08), tealCoverage, 1.308997, 0.84);"," float paperNoise = grainHash(floor(gl_FragCoord.xy * 0.5)) - 0.5;"," vec3 paper = vec3(0.955, 0.910, 0.795) + paperNoise * 0.018;"," vec3 vermilion = vec3(0.88, 0.13, 0.075);"," vec3 teal = vec3(0.035, 0.285, 0.355);"," vec3 overprint = vec3(0.045, 0.055, 0.052);"," vec3 printColor = paper * (1.0 - redDot) * (1.0 - tealDot);"," printColor += vermilion * redDot * (1.0 - tealDot);"," printColor += teal * (1.0 - redDot) * tealDot;"," printColor += overprint * redDot * tealDot;"," return mix(source, clamp(printColor, 0.0, 1.0), amount);","}","vec3 paletteColor(float index){"," if (index < 0.5) return u_palette0;"," if (index < 1.5) return u_palette1;"," if (index < 2.5) return u_palette2;"," if (index < 3.5) return u_palette3;"," if (index < 4.5) return u_palette4;"," return u_palette5;","}","float bayer4(vec2 point){"," vec2 cell = mod(floor(point), 4.0);"," if (cell.y < 0.5) {"," if (cell.x < 0.5) return 0.5 / 16.0;"," if (cell.x < 1.5) return 8.5 / 16.0;"," if (cell.x < 2.5) return 2.5 / 16.0;"," return 10.5 / 16.0;"," }"," if (cell.y < 1.5) {"," if (cell.x < 0.5) return 12.5 / 16.0;"," if (cell.x < 1.5) return 4.5 / 16.0;"," if (cell.x < 2.5) return 14.5 / 16.0;"," return 6.5 / 16.0;"," }"," if (cell.y < 2.5) {"," if (cell.x < 0.5) return 3.5 / 16.0;"," if (cell.x < 1.5) return 11.5 / 16.0;"," if (cell.x < 2.5) return 1.5 / 16.0;"," return 9.5 / 16.0;"," }"," if (cell.x < 0.5) return 15.5 / 16.0;"," if (cell.x < 1.5) return 7.5 / 16.0;"," if (cell.x < 2.5) return 13.5 / 16.0;"," return 5.5 / 16.0;","}","float standardAsciiSample(float brightness, vec2 grid){"," if (brightness < 0.1) return 0.0;"," if (brightness < 0.2) return grid.x == 2.0 && grid.y == 5.0 ? 1.0 : 0.0;"," if (brightness < 0.3) return grid.x == 2.0 && (grid.y == 2.0 || grid.y == 4.0) ? 1.0 : 0.0;"," if (brightness < 0.4) return (grid.y == 2.0 || grid.y == 4.0) && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.5) {"," bool cross = (grid.x == 2.0 && grid.y >= 2.0 && grid.y <= 4.0) || (grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0);"," bool diagonals = (grid.x == 1.0 || grid.x == 3.0) && (grid.y == 2.0 || grid.y == 4.0);"," return cross || diagonals ? 1.0 : 0.0;"," }"," if (brightness < 0.6) {"," bool ring = ((grid.y == 2.0 || grid.y == 4.0) && grid.x >= 1.0 && grid.x <= 3.0) || ((grid.x == 1.0 || grid.x == 3.0) && grid.y == 3.0);"," return ring ? 1.0 : 0.0;"," }"," bool outline = ((grid.y == 1.0 || grid.y == 5.0) && grid.x >= 1.0 && grid.x <= 3.0) || ((grid.x == 0.0 || grid.x == 4.0) && grid.y >= 2.0 && grid.y <= 4.0) || ((grid.x == 1.0 || grid.x == 3.0) && grid.y >= 1.0 && grid.y <= 5.0);"," if (brightness < 0.7) return outline ? 1.0 : 0.0;"," if (brightness < 0.8) {"," bool slash = abs(grid.x - 2.0) == abs(grid.y - 3.0) && grid.x >= 1.0 && grid.x <= 3.0;"," return outline || slash ? 1.0 : 0.0;"," }"," if (brightness < 0.9) {"," bool loops = ((grid.y == 1.0 || grid.y == 3.0 || grid.y == 5.0) && grid.x >= 1.0 && grid.x <= 3.0) || ((grid.x == 1.0 || grid.x == 3.0) && (grid.y == 2.0 || grid.y == 4.0));"," return loops ? 1.0 : 0.0;"," }"," return 1.0;","}","float asciiStyleSample(float style, float brightness, vec2 uv){"," vec2 grid = floor(uv * vec2(5.0, 7.0));"," if (style < 0.5) return standardAsciiSample(brightness, grid);"," if (style < 1.5) {"," float checker = mod(grid.x + grid.y, 2.0);"," float ruled = mod(grid.x, 2.0) == 0.0 || mod(grid.y, 2.0) == 0.0 ? 1.0 : 0.0;"," if (brightness < 0.125) return 0.0;"," if (brightness < 0.25) return checker == 0.0 ? 0.5 : 0.0;"," if (brightness < 0.375) return ruled * 0.6;"," if (brightness < 0.5) return checker == 0.0 ? 1.0 : 0.0;"," if (brightness < 0.625) return ruled > 0.5 ? 1.0 : 0.3;"," if (brightness < 0.75) return checker == 0.0 ? 1.0 : 0.7;"," if (brightness < 0.875) return ruled > 0.5 ? 1.0 : 0.85;"," return 1.0;"," }"," if (style < 2.5) {"," if (brightness < 0.14) return 0.0;"," if (brightness < 0.28) return grid.x == 2.0 && grid.y == 1.0 ? 1.0 : 0.0;"," if (brightness < 0.42) return grid.x == 2.0 && grid.y == 5.0 ? 1.0 : 0.0;"," if (brightness < 0.56) return grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.7) return (grid.x == 2.0 && grid.y >= 2.0 && grid.y <= 4.0) || (grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0) ? 1.0 : 0.0;"," if (brightness < 0.84) return abs(grid.x - 2.0) == abs(grid.y - 3.0) && grid.y >= 2.0 && grid.y <= 4.0 ? 1.0 : 0.0;"," return grid.x == 1.0 || grid.x == 3.0 || grid.y == 2.0 || grid.y == 4.0 ? 1.0 : 0.0;"," }"," if (style < 3.5) return grid.y >= 6.0 - brightness * 7.0 ? 1.0 : 0.0;"," if (style < 4.5) {"," vec2 dots = floor(uv * vec2(2.0, 4.0));"," if (brightness < 0.125) return 0.0;"," if (brightness < 0.25) return dots.y == 3.0 ? 1.0 : 0.0;"," if (brightness < 0.375) return dots.y >= 2.0 ? 1.0 : 0.0;"," if (brightness < 0.5) return dots.y >= 1.0 ? 1.0 : 0.0;"," if (brightness < 0.625) return dots.y >= 1.0 || dots.x == 1.0 ? 1.0 : 0.0;"," if (brightness < 0.75) return 1.0;"," if (brightness < 0.875) return mod(grid.x + grid.y, 2.0) < 1.5 ? 1.0 : 0.7;"," return 1.0;"," }"," if (style < 5.5) {"," if (brightness < 0.125) return 0.0;"," if (brightness < 0.25) return grid.x == 2.0 && grid.y == 3.0 ? 1.0 : 0.0;"," if (brightness < 0.375) return grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.5) return grid.x + grid.y == 5.0 || grid.x + grid.y == 6.0 ? 1.0 : 0.0;"," if (brightness < 0.625) return grid.x == 2.0 ? 1.0 : 0.0;"," if (brightness < 0.75) return abs(grid.x - grid.y / 1.4) < 0.7 && grid.x >= 1.0 && grid.x <= 3.0 ? 1.0 : 0.0;"," if (brightness < 0.875) return grid.x == 2.0 || grid.y == 3.0 ? 1.0 : 0.0;"," return grid.x == 1.0 || grid.x == 3.0 || grid.y == 2.0 || grid.y == 4.0 ? 1.0 : 0.0;"," }"," if (style < 6.5) {"," bool top = grid.y == 0.0 && grid.x >= 1.0 && grid.x <= 3.0;"," bool topLeft = grid.x == 1.0 && grid.y <= 3.0;"," bool topRight = grid.x == 3.0 && grid.y <= 3.0;"," bool middle = grid.y == 3.0 && grid.x >= 1.0 && grid.x <= 3.0;"," bool bottomLeft = grid.x == 1.0 && grid.y >= 3.0;"," bool bottomRight = grid.x == 3.0 && grid.y >= 3.0;"," bool bottom = grid.y == 6.0 && grid.x >= 1.0 && grid.x <= 3.0;"," if (brightness < 0.1) return 0.0;"," if (brightness < 0.2) return topRight || bottomRight ? 1.0 : 0.0;"," if (brightness < 0.3) return top || topRight || middle || bottomLeft || bottom ? 1.0 : 0.0;"," if (brightness < 0.4) return top || topRight || middle || bottomRight || bottom ? 1.0 : 0.0;"," if (brightness < 0.5) return topLeft || middle || topRight || bottomRight ? 1.0 : 0.0;"," if (brightness < 0.6) return top || topLeft || middle || bottomRight || bottom ? 1.0 : 0.0;"," if (brightness < 0.7) return top || topLeft || middle || bottomLeft || bottomRight || bottom ? 1.0 : 0.0;"," if (brightness < 0.8) return top || topRight || bottomRight ? 1.0 : 0.0;"," if (brightness < 0.9) return top || topLeft || topRight || middle || bottomLeft || bottomRight || bottom ? 1.0 : 0.0;"," return top || topLeft || topRight || middle || bottomRight || bottom ? 1.0 : 0.0;"," }"," float slash = grid.x - grid.y;"," float backslash = grid.x + grid.y;"," if (brightness < 0.16) return 0.0;"," if (brightness < 0.33) return mod(slash, 3.0) < 0.5 ? 1.0 : 0.0;"," if (brightness < 0.5) return mod(slash, 2.0) < 0.5 ? 1.0 : 0.0;"," bool diagonalA = mod(slash, 2.0) < 0.5;"," bool diagonalB = mod(backslash, 2.0) < 0.5;"," if (brightness < 0.66) return diagonalA || diagonalB ? 1.0 : 0.0;"," if (brightness < 0.83) return mod(slash, 1.5) < 0.5 || mod(backslash, 1.5) < 0.5 ? 1.0 : 0.2;"," return mod(slash, 1.0) < 0.6 || mod(backslash, 1.0) < 0.6 ? 1.0 : 0.5;","}","vec3 rgbToHsv(vec3 color){"," float maximum = max(max(color.r, color.g), color.b);"," float minimum = min(min(color.r, color.g), color.b);"," float delta = maximum - minimum;"," float hue = 0.0;"," if (delta > 0.00001) {"," if (maximum == color.r) hue = mod((color.g - color.b) / delta, 6.0);"," else if (maximum == color.g) hue = (color.b - color.r) / delta + 2.0;"," else hue = (color.r - color.g) / delta + 4.0;"," hue = fract(hue / 6.0);"," }"," return vec3(hue, maximum > 0.00001 ? delta / maximum : 0.0, maximum);","}","vec3 hsvToRgb(vec3 color){"," vec3 bands = abs(fract(color.xxx + vec3(0.0, 0.6666667, 0.3333333)) * 6.0 - 3.0);"," return color.z * mix(vec3(1.0), clamp(bands - 1.0, 0.0, 1.0), color.y);","}","vec4 sampleAdvancedCurve(float coordinate, float row){",` float position = clamp(coordinate, 0.0, 1.0) * ${Zc};`," float lower = floor(position);",` float upper = min(lower + 1.0, ${Zc});`,` float y = (row + 0.5) / ${Zg};`,` vec4 before = texture2D(u_advanced, vec2((lower + 0.5) / ${ga}, y));`,` vec4 after = texture2D(u_advanced, vec2((upper + 0.5) / ${ga}, y));`," return mix(before, after, position - lower);","}","vec4 advancedConfig(float index){",` return texture2D(u_advanced, vec2((index + 0.5) / ${ga}, ${eb}));`,"}","vec3 wheelDirection(float hue){"," vec3 direction = hsvToRgb(vec3(fract(hue), 1.0, 1.0));"," direction -= vec3(lumaOf(direction));"," return direction / max(max(max(abs(direction.r), abs(direction.g)), abs(direction.b)), 0.0001);","}","vec3 applyTonalWheels(vec3 color){"," float luma = lumaOf(color);"," float shadows = 1.0 - smoothstep(0.0, 0.6, luma);"," float highlights = smoothstep(0.4, 1.0, luma);"," float midtones = max(0.0, 1.0 - shadows - highlights);"," float total = max(shadows + midtones + highlights, 0.0001);"," vec3 weights = vec3(shadows, midtones, highlights) / total;"," color += wheelDirection(u_shadowWheel.x) * u_shadowWheel.y * weights.x * 0.18;"," color += wheelDirection(u_midtoneWheel.x) * u_midtoneWheel.y * weights.y * 0.18;"," color += wheelDirection(u_highlightWheel.x) * u_highlightWheel.y * weights.z * 0.18;"," color += u_shadowWheel.z * weights.x * 0.25;"," color += u_midtoneWheel.z * weights.y * 0.25;"," color += u_highlightWheel.z * weights.z * 0.25;"," return color;","}","vec3 applyRgbCurves(vec3 color){"," if (u_rgbCurvesEnabled < 0.5) return color;"," vec3 master = vec3("," sampleAdvancedCurve(color.r, 0.0).a,"," sampleAdvancedCurve(color.g, 0.0).a,"," sampleAdvancedCurve(color.b, 0.0).a"," );"," return vec3("," sampleAdvancedCurve(master.r, 0.0).r,"," sampleAdvancedCurve(master.g, 0.0).g,"," sampleAdvancedCurve(master.b, 0.0).b"," );","}","float decodeSigned(float value){ return (value * 255.0 - 128.0) / 127.0; }","vec3 applyHueCurves(vec3 color){"," if (u_hueCurvesEnabled < 0.5) return color;"," vec3 hsv = rgbToHsv(clamp(color, 0.0, 1.0));"," vec3 curves = sampleAdvancedCurve(hsv.x, 1.0).rgb;"," float originalLuma = lumaOf(color);"," hsv.x = fract(hsv.x + decodeSigned(curves.r) * 0.5);"," hsv.y = clamp(hsv.y * max(0.0, 1.0 + decodeSigned(curves.g)), 0.0, 1.0);"," vec3 shifted = hsvToRgb(hsv);"," shifted += vec3(originalLuma - lumaOf(shifted) + decodeSigned(curves.b));"," return shifted;","}","float softRangeMask(float value, float minimum, float maximum, float softness){"," if (value < minimum) {"," if (softness <= 0.0) return 0.0;"," return smoothstep(minimum - softness, minimum, value);"," }"," if (value > maximum) {"," if (softness <= 0.0) return 0.0;"," return 1.0 - smoothstep(maximum, maximum + softness, value);"," }"," return 1.0;","}","float hueRangeMask(float hue, float saturation, vec3 key){"," float distance = abs(fract(hue - key.x + 0.5) - 0.5) * 360.0;"," float range = key.y * 180.0;"," float softness = key.z * 180.0;"," if (range < 179.999 && saturation < 0.001) return 0.0;"," if (distance <= range) return 1.0;"," if (softness <= 0.0) return 0.0;"," return 1.0 - smoothstep(range, range + softness, distance);","}","vec3 applySecondary(vec3 color, float index){"," float base = index * 5.0;"," vec4 hueKey = advancedConfig(base);"," vec4 saturationKey = advancedConfig(base + 1.0);"," vec4 lumaKey = advancedConfig(base + 2.0);"," vec4 correction = advancedConfig(base + 3.0);"," vec4 tintCorrection = advancedConfig(base + 4.0);"," vec3 hsv = rgbToHsv(clamp(color, 0.0, 1.0));"," float luma = lumaOf(color);"," float mask = hueRangeMask(hsv.x, hsv.y, hueKey.rgb);"," mask *= softRangeMask(hsv.y, saturationKey.x, saturationKey.y, saturationKey.z * 0.5);"," mask *= softRangeMask(luma, lumaKey.x, lumaKey.y, lumaKey.z * 0.5);"," if (mask <= 0.0) return color;"," hsv.x = fract(hsv.x + decodeSigned(correction.x) * 0.5);"," vec3 corrected = hsvToRgb(hsv);"," float correctedLuma = lumaOf(corrected);"," corrected = mix(vec3(correctedLuma), corrected, max(0.0, 1.0 + decodeSigned(correction.y)));"," corrected += vec3(decodeSigned(correction.z));"," float temperature = decodeSigned(correction.w);"," float tint = decodeSigned(tintCorrection.x);"," corrected.r += temperature * 0.08 + tint * 0.04;"," corrected.b -= temperature * 0.08 - tint * 0.04;"," corrected.g -= tint * 0.08;"," return mix(color, corrected, mask);","}","vec3 applyAdvancedGrade(vec3 color){"," color = applyTonalWheels(color);"," color = applyRgbCurves(color);"," color = applyHueCurves(color);"," if (u_secondaryCount > 0.5) color = applySecondary(color, 0.0);"," if (u_secondaryCount > 1.5) color = applySecondary(color, 1.0);"," if (u_secondaryCount > 2.5) color = applySecondary(color, 2.0);"," if (u_secondaryCount > 3.5) color = applySecondary(color, 3.0);"," return color;","}","vec3 sampleLut(float r, float g, float b){"," float size = max(u_lutSize, 2.0);"," float x = (r + b * size + 0.5) / max(u_lutTextureSize.x, 1.0);"," float y = (g + 0.5) / max(u_lutTextureSize.y, 1.0);"," return texture2D(u_lut, vec2(x, y)).rgb;","}","vec3 applyLut(vec3 color){"," if (u_lutEnabled < 0.5) return color;"," float size = max(u_lutSize, 2.0);"," vec3 span = max(u_lutDomainMax - u_lutDomainMin, vec3(0.00001));"," vec3 scaled = clamp((color - u_lutDomainMin) / span, 0.0, 1.0) * (size - 1.0);"," vec3 lo = floor(scaled);"," vec3 hi = min(lo + 1.0, vec3(size - 1.0));"," vec3 f = scaled - lo;"," vec3 c000 = sampleLut(lo.r, lo.g, lo.b);"," vec3 c100 = sampleLut(hi.r, lo.g, lo.b);"," vec3 c010 = sampleLut(lo.r, hi.g, lo.b);"," vec3 c110 = sampleLut(hi.r, hi.g, lo.b);"," vec3 c001 = sampleLut(lo.r, lo.g, hi.b);"," vec3 c101 = sampleLut(hi.r, lo.g, hi.b);"," vec3 c011 = sampleLut(lo.r, hi.g, hi.b);"," vec3 c111 = sampleLut(hi.r, hi.g, hi.b);"," vec3 c00 = mix(c000, c100, f.r);"," vec3 c10 = mix(c010, c110, f.r);"," vec3 c01 = mix(c001, c101, f.r);"," vec3 c11 = mix(c011, c111, f.r);"," vec3 c0 = mix(c00, c10, f.g);"," vec3 c1 = mix(c01, c11, f.g);"," vec3 lutColor = mix(c0, c1, f.b);"," return mix(color, lutColor, clamp(u_lutIntensity, 0.0, 1.0));","}","vec3 applyPrimaryGrade(vec3 color){"," color *= pow(2.0, u_exposure);"," float y = lumaOf(color);"," float shadowMask = 1.0 - smoothstep(0.0, 0.65, y);"," float highlightMask = smoothstep(0.35, 1.0, y);"," color += u_shadows * 0.35 * shadowMask;"," color += u_highlights * 0.35 * highlightMask;"," float blackPoint = clamp(u_blacks * 0.18, -0.18, 0.18);"," float whitePoint = clamp(1.0 - u_whites * 0.18, 0.82, 1.18);"," color = (color - blackPoint) / max(whitePoint - blackPoint, 0.2);"," color.r += u_temperature * 0.08 + u_tint * 0.04;"," color.b -= u_temperature * 0.08 - u_tint * 0.04;"," color.g -= u_tint * 0.08;"," color = (color - 0.5) * max(0.0, 1.0 + u_contrast) + 0.5;"," float satLuma = lumaOf(color);"," float currentSat = clamp(colorSaturation(color), 0.0, 1.0);"," float skinLike = smoothstep(0.02, 0.18, color.r - color.g) * smoothstep(0.0, 0.16, color.g - color.b) * smoothstep(0.18, 0.82, satLuma);"," float vibranceWeight = (1.0 - currentSat * 0.72) * mix(1.0, 0.55, skinLike);"," color = mix(vec3(satLuma), color, max(0.0, 1.0 + u_vibrance * vibranceWeight));"," color = mix(vec3(satLuma), color, max(0.0, 1.0 + u_saturation));"," return color;","}","vec3 applyColorGrade(vec3 color){"," color = applyPrimaryGrade(color);"," color = applyAdvancedGrade(color);"," return clamp(applyLut(clamp(color, 0.0, 1.0)), 0.0, 1.0);","}","vec3 applyDither(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float scale = max(min(u_resolution.x, u_resolution.y) / 540.0, 0.25);"," float pixelSize = mix(1.0, 5.0, clamp(u_ditherSize, 0.0, 1.0)) * scale;"," vec2 block = floor(gl_FragCoord.xy / max(pixelSize, 1.0));"," float levels = clamp(u_paletteSize, 2.0, 6.0);"," float index = floor(clamp(lumaOf(source) * (levels - 1.0) + bayer4(block), 0.0, levels - 1.0));"," return mix(source, paletteColor(index), amount);","}","vec2 asciiEdgeDirection(vec2 uv, vec2 stepUv){"," float topLeft = bt601Luma(sampleMedia(uv + vec2(-stepUv.x, -stepUv.y)).rgb);"," float top = bt601Luma(sampleMedia(uv + vec2(0.0, -stepUv.y)).rgb);"," float topRight = bt601Luma(sampleMedia(uv + vec2(stepUv.x, -stepUv.y)).rgb);"," float left = bt601Luma(sampleMedia(uv + vec2(-stepUv.x, 0.0)).rgb);"," float right = bt601Luma(sampleMedia(uv + vec2(stepUv.x, 0.0)).rgb);"," float bottomLeft = bt601Luma(sampleMedia(uv + vec2(-stepUv.x, stepUv.y)).rgb);"," float bottom = bt601Luma(sampleMedia(uv + vec2(0.0, stepUv.y)).rgb);"," float bottomRight = bt601Luma(sampleMedia(uv + stepUv).rgb);"," float x = -topLeft - 2.0 * left - bottomLeft + topRight + 2.0 * right + bottomRight;"," float y = -topLeft - 2.0 * top - topRight + bottomLeft + 2.0 * bottom + bottomRight;"," return vec2(x, y);","}","vec2 rotateAsciiUv(vec2 uv, float angle){"," float cosine = cos(angle);"," float sine = sin(angle);"," vec2 centered = uv - 0.5;"," return vec2(centered.x * cosine - centered.y * sine, centered.x * sine + centered.y * cosine) + 0.5;","}","vec3 applyAscii(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float scale = max(min(u_resolution.x, u_resolution.y) / 540.0, 0.25);"," float cellHeight = mix(4.0, 80.0, clamp(u_asciiSize, 0.0, 1.0)) * scale;"," vec2 cellSize = vec2(cellHeight);"," vec2 cell = floor(gl_FragCoord.xy / cellSize);"," vec2 cellVuv = (cell + 0.5) * cellSize / max(u_resolution, vec2(1.0));"," vec2 cellUv = (cellVuv - u_uvOffset) / u_uvScale;"," cellUv = applyCrtWarp(cellUv);"," vec3 cellColor = applyColorGrade(sampleMedia(cellUv).rgb);"," float brightness = bt601Luma(cellColor);"," float invert = step(0.5, u_asciiInvert);"," brightness = mix(brightness, 1.0 - brightness, invert);"," vec2 glyphUv = fract(gl_FragCoord.xy / cellSize);"," float rotation = clamp(u_asciiRotation, 0.0, 1.0);"," if (rotation > 0.0) {"," vec2 cellStepUv = cellSize / max(u_resolution * u_uvScale, vec2(1.0));"," vec2 edge = asciiEdgeDirection(cellUv, cellStepUv);"," if (length(edge) > 0.1) glyphUv = mix(glyphUv, rotateAsciiUv(glyphUv, atan(edge.y, edge.x)), rotation);"," }"," float ink = asciiStyleSample(floor(u_asciiStyle + 0.5), brightness, glyphUv);"," vec3 background = paletteColor(0.0);"," vec3 inkColor = mix(paletteColor(max(u_paletteSize - 1.0, 1.0)), cellColor, clamp(u_asciiColor, 0.0, 1.0));"," vec3 asciiColor = mix(background, inkColor, ink);"," return mix(source, asciiColor, amount);","}","vec3 applyScanlines(vec3 source, float amount){"," if (amount <= 0.0) return source;"," float count = mix(50.0, 500.0, clamp(u_scanlineCount, 0.0, 1.0));"," float softness = clamp(u_scanlineSoftness, 0.0, 1.0);"," float wave = 0.5 + 0.5 * sin(v_uv.y * count * PI);"," float line = mix(1.0 - wave, pow(1.0 - wave, 2.2), softness);"," return source * (1.0 - line * amount);","}","void main(){"," vec2 uv = (v_uv - u_uvOffset) / u_uvScale;"," if (uv.x < 0.0 || uv.y < 0.0 || uv.x > 1.0 || uv.y > 1.0) {"," gl_FragColor = vec4(0.0);"," return;"," }"," vec4 originalSample = sampleSource(uv);"," uv = applyCrtWarp(uv);"," vec2 displayEdge = smoothstep(vec2(0.0), vec2(0.006), uv) * (1.0 - smoothstep(vec2(0.994), vec2(1.0), uv));"," float displayMask = displayEdge.x * displayEdge.y;"," vec4 sampleColor = sampleMedia(uv);"," sampleColor = sampleChromaticMedia(uv, sampleColor);"," sampleColor.rgb = applyDigitalGlitch(uv, sampleColor.rgb);"," vec3 original = originalSample.rgb;"," vec3 color = mix(sampleColor.rgb, applyColorGrade(sampleColor.rgb), u_intensity);"," float grainAmount = clamp(u_grain, 0.0, 1.0);"," if (grainAmount > 0.0) {"," float grainPixelSize = mix(1.0, 6.0, clamp(u_grainSize, 0.0, 1.0));"," vec2 grainCoord = floor(gl_FragCoord.xy / grainPixelSize) + vec2(u_grainSeed, u_grainSeed * 1.37);"," float grainBase = grainHash(grainCoord) - grainHash(grainCoord + vec2(19.19, 73.31));"," float grainFine = grainHash(gl_FragCoord.xy + vec2(u_grainSeed * 2.11, u_grainSeed * 0.71)) - 0.5;"," float grain = mix(grainBase * 0.7, grainBase + grainFine * 0.35, clamp(u_grainRoughness, 0.0, 1.0));"," float grainLuma = lumaOf(color);"," float grainMask = smoothstep(0.02, 0.55, grainLuma) * (1.0 - smoothstep(0.88, 1.0, grainLuma));"," color += grain * grainAmount * mix(0.025, 0.08, grainMask);"," }"," float filmArtifacts = clamp(u_filmArtifacts, 0.0, 1.0);"," if (filmArtifacts > 0.0) {"," float filmFrame = floor(u_grainSeed);"," float dust = dustMask(v_uv, floor(filmFrame / 3.0));"," float dustTone = grainHash(vec2(floor(filmFrame / 3.0), 8.0));"," color = mix(color, vec3(dustTone > 0.5 ? 0.95 : 0.02), dust * 0.72 * filmArtifacts);"," float scratchBucket = floor(filmFrame / 12.0);"," float scratchX = grainHash(vec2(scratchBucket, 4.2));"," float scratchLife = step(0.78, grainHash(vec2(scratchBucket, 8.4)));"," float scratch = (1.0 - smoothstep(0.0, 1.4 / max(u_resolution.x, 1.0), abs(v_uv.x - scratchX))) * scratchLife;"," color = mix(color, vec3(0.94, 0.88, 0.76), scratch * 0.28 * filmArtifacts);"," }"," color = applyMonoScreen(clamp(color, 0.0, 1.0), clamp(u_monoScreen, 0.0, 1.0));"," color = applyEngraving(clamp(color, 0.0, 1.0), clamp(u_engraving, 0.0, 1.0));"," color = applyCrosshatch(uv, clamp(color, 0.0, 1.0), clamp(u_crosshatch, 0.0, 1.0));"," color = applyHalftone(clamp(color, 0.0, 1.0), clamp(u_halftone, 0.0, 1.0));"," color = applyTwoInkPrint(clamp(color, 0.0, 1.0), clamp(u_twoInkPrint, 0.0, 1.0));"," color = applyDither(clamp(color, 0.0, 1.0), clamp(u_dither, 0.0, 1.0));"," color = applyAscii(clamp(color, 0.0, 1.0), clamp(u_ascii, 0.0, 1.0));"," if (u_bloomReady > 0.5 && u_bloom > 0.0) color += sampleBloom(uv) * u_bloom;"," color = applyScanlines(clamp(color, 0.0, 1.0), clamp(u_scanlines, 0.0, 1.0));"," vec2 vignetteAspect = u_resolution.x > u_resolution.y"," ? vec2(u_resolution.x / max(u_resolution.y, 1.0), 1.0)"," : vec2(1.0, u_resolution.y / max(u_resolution.x, 1.0));"," vec2 vignetteUv = abs((v_uv - vec2(0.5)) * 2.0) * vignetteAspect;"," float vignettePower = mix(8.0, 1.8, clamp(u_vignetteRoundness * 0.5 + 0.5, 0.0, 1.0));"," float vignetteDistance = pow(pow(vignetteUv.x, vignettePower) + pow(vignetteUv.y, vignettePower), 1.0 / vignettePower);"," float vignetteMidpoint = mix(0.22, 1.08, clamp(u_vignetteMidpoint, 0.0, 1.0));"," float vignetteFeather = mix(0.08, 0.72, clamp(u_vignetteFeather, 0.0, 1.0));"," float vignetteMask = smoothstep(vignetteMidpoint, vignetteMidpoint + vignetteFeather, vignetteDistance);"," color *= 1.0 - vignetteMask * clamp(u_vignette, 0.0, 1.0) * 0.75;"," float warpActive = step(0.0001, u_crtCurvature);"," color *= mix(1.0, displayMask, warpActive);"," vec3 graded = clamp(color, 0.0, 1.0);"," if (u_compareEnabled > 0.5) {"," float pos = clamp(u_comparePosition, 0.0, 1.0);"," float softness = max(u_compareSoftness, 0.00001);"," float afterMask = smoothstep(pos - softness, pos + softness, v_uv.x);"," vec3 splitColor = mix(original, graded, afterMask);"," float lineMask = 0.0;"," if (u_compareLineWidth > 0.0) {"," float lineWidth = max(u_compareLineWidth / max(u_resolution.x, 1.0), 0.00001);"," lineMask = 1.0 - smoothstep(lineWidth, lineWidth * 1.8, abs(v_uv.x - pos));"," }"," gl_FragColor = vec4(mix(splitColor, vec3(1.0), lineMask * 0.82), sampleColor.a);"," return;"," }"," gl_FragColor = vec4(graded, sampleColor.a);","}"].join(`\n`),rb=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_source;","uniform vec2 u_resolution;","uniform vec2 u_direction;","uniform float u_radius;","uniform float u_bloomPass;","uniform float u_threshold;","vec4 readSource(vec2 uv){"," vec4 color = texture2D(u_source, clamp(uv, vec2(0.0), vec2(1.0)));"," if (u_bloomPass > 0.5) {"," float luminance = dot(color.rgb, vec3(0.299, 0.587, 0.114));"," if (u_threshold >= 0.0 && luminance <= u_threshold) color.rgb = vec3(0.0);"," return vec4(color.rgb, 1.0);"," }"," color.rgb *= color.a;"," return color;","}","void main(){"," if (u_bloomPass > 0.5) {"," vec2 stepUv = u_direction * max(u_radius, 0.0) / max(u_resolution, vec2(1.0)) * 0.5;"," vec4 bloom = readSource(v_uv) * 0.227027;"," bloom += readSource(v_uv + stepUv) * 0.1945946;"," bloom += readSource(v_uv - stepUv) * 0.1945946;"," bloom += readSource(v_uv + stepUv * 2.0) * 0.1216216;"," bloom += readSource(v_uv - stepUv * 2.0) * 0.1216216;"," bloom += readSource(v_uv + stepUv * 3.0) * 0.054054;"," bloom += readSource(v_uv - stepUv * 3.0) * 0.054054;"," bloom += readSource(v_uv + stepUv * 4.0) * 0.016216;"," bloom += readSource(v_uv - stepUv * 4.0) * 0.016216;"," gl_FragColor = bloom;"," return;"," }"," vec2 stepUv = u_direction * max(u_radius, 0.0) / max(u_resolution, vec2(1.0)) / 12.0;"," vec4 color = readSource(v_uv) * 0.08077993;"," color += readSource(v_uv + stepUv * 1.0) * 0.07918038;"," color += readSource(v_uv - stepUv * 1.0) * 0.07918038;"," color += readSource(v_uv + stepUv * 2.0) * 0.07456928;"," color += readSource(v_uv - stepUv * 2.0) * 0.07456928;"," color += readSource(v_uv + stepUv * 3.0) * 0.06747307;"," color += readSource(v_uv - stepUv * 3.0) * 0.06747307;"," color += readSource(v_uv + stepUv * 4.0) * 0.05865827;"," color += readSource(v_uv - stepUv * 4.0) * 0.05865827;"," color += readSource(v_uv + stepUv * 5.0) * 0.04899551;"," color += readSource(v_uv - stepUv * 5.0) * 0.04899551;"," color += readSource(v_uv + stepUv * 6.0) * 0.03931982;"," color += readSource(v_uv - stepUv * 6.0) * 0.03931982;"," color += readSource(v_uv + stepUv * 7.0) * 0.03031761;"," color += readSource(v_uv - stepUv * 7.0) * 0.03031761;"," color += readSource(v_uv + stepUv * 8.0) * 0.02245983;"," color += readSource(v_uv - stepUv * 8.0) * 0.02245983;"," color += readSource(v_uv + stepUv * 9.0) * 0.01598624;"," color += readSource(v_uv - stepUv * 9.0) * 0.01598624;"," color += readSource(v_uv + stepUv * 10.0) * 0.01093238;"," color += readSource(v_uv - stepUv * 10.0) * 0.01093238;"," color += readSource(v_uv + stepUv * 11.0) * 0.00718308;"," color += readSource(v_uv - stepUv * 11.0) * 0.00718308;"," color += readSource(v_uv + stepUv * 12.0) * 0.00453456;"," color += readSource(v_uv - stepUv * 12.0) * 0.00453456;"," if (color.a > 0.0001) color.rgb /= color.a;"," gl_FragColor = color;","}"].join(`\n`),ib=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_source;","uniform sampler2D u_blurSource;","uniform vec2 u_texel;","uniform vec2 u_uvScale;","uniform vec2 u_uvOffset;","uniform float u_blurReady;","uniform float u_blur;","uniform float u_kuwaharaRadius;","vec3 readPrepared(vec2 displayUv){"," vec2 uv = (displayUv - u_uvOffset) / u_uvScale;"," vec3 color = texture2D(u_source, clamp(uv, vec2(0.0), vec2(1.0))).rgb;"," if (u_blurReady > 0.5 && u_blur > 0.0) {"," vec3 blurred = texture2D(u_blurSource, clamp(uv, vec2(0.0), vec2(1.0))).rgb;"," color = mix(color, blurred, clamp(u_blur, 0.0, 1.0));"," }"," return color;","}","void main(){"," float radius = floor(mix(2.0, 16.0, clamp(u_kuwaharaRadius, 0.0, 1.0)) + 0.5);"," vec3 sum = vec3(0.0);"," float sumSquares = 0.0;"," float count = 0.0;"," for (int offset = 0; offset <= 16; offset++) {"," if (float(offset) > radius) continue;"," vec3 color = readPrepared(v_uv + vec2(float(offset), 0.0) * u_texel);"," sum += color;"," sumSquares += dot(color, color) / 3.0;"," count += 1.0;"," }"," gl_FragColor = vec4(sum / count, sumSquares / count);","}"].join(`\n`),ob=["#ifdef GL_FRAGMENT_PRECISION_HIGH","precision highp float;","#else","precision mediump float;","#endif","varying vec2 v_uv;","uniform sampler2D u_kuwaharaMoments;","uniform vec2 u_texel;","uniform float u_kuwaharaRadius;","uniform float u_kuwaharaSharpness;","uniform float u_kuwaharaSaturation;","void main(){"," float radius = floor(mix(2.0, 16.0, clamp(u_kuwaharaRadius, 0.0, 1.0)) + 0.5);"," vec2 origins[4];"," origins[0] = vec2(-radius, -radius);"," origins[1] = vec2(0.0, -radius);"," origins[2] = vec2(-radius, 0.0);"," origins[3] = vec2(0.0, 0.0);"," vec3 means[4];"," float variances[4];"," float minVariance = 1.0;"," for (int quadrant = 0; quadrant < 4; quadrant++) {"," vec4 moment = vec4(0.0);"," float count = 0.0;"," for (int offset = 0; offset <= 16; offset++) {"," if (float(offset) > radius) continue;"," vec2 sampleOffset = origins[quadrant] + vec2(0.0, float(offset));"," moment += texture2D(u_kuwaharaMoments, clamp(v_uv + sampleOffset * u_texel, vec2(0.0), vec2(1.0)));"," count += 1.0;"," }"," moment /= count;"," vec3 mean = moment.rgb;"," float meanSquare = moment.a * 3.0;"," float variance = max(meanSquare - dot(mean, mean), 0.0);"," means[quadrant] = mean;"," variances[quadrant] = variance;"," minVariance = min(minVariance, variance);"," }"," float exponent = 1.0 + clamp(u_kuwaharaSharpness, 0.0, 1.0) * 8.0;"," vec3 result = vec3(0.0);"," float totalWeight = 0.0;"," for (int quadrant = 0; quadrant < 4; quadrant++) {"," float weight = pow((minVariance + 0.0001) / (variances[quadrant] + 0.0001), exponent);"," result += means[quadrant] * weight;"," totalWeight += weight;"," }"," result /= max(totalWeight, 0.0001);"," float luma = dot(result, vec3(0.2126, 0.7152, 0.0722));"," float saturation = clamp(u_kuwaharaSaturation, 0.0, 1.0) * 2.0;"," gl_FragColor = vec4(clamp(mix(vec3(luma), result, saturation), 0.0, 1.0), 1.0);","}"].join(`\n`);function Nt(e){return e instanceof HTMLVideoElement||e instanceof HTMLImageElement}function ed(e){let t=window.getComputedStyle(e);return t.display!=="none"&&t.visibility!=="hidden"}function td(e,t,n){let r=e.createShader(n);return r?(e.shaderSource(r,t),e.compileShader(r),e.getShaderParameter(r,e.COMPILE_STATUS)?r:(L("runtime.colorGrading.compileShader",e.getShaderInfoLog(r)),e.deleteShader(r),null)):null}function si(e,t=nb){let n=td(e,tb,e.VERTEX_SHADER),r=td(e,t,e.FRAGMENT_SHADER);if(!n||!r)return n&&e.deleteShader(n),r&&e.deleteShader(r),null;let i=e.createProgram();return i?(e.attachShader(i,n),e.attachShader(i,r),e.linkProgram(i),e.deleteShader(n),e.deleteShader(r),e.getProgramParameter(i,e.LINK_STATUS)?i:(L("runtime.colorGrading.linkProgram",e.getProgramInfoLog(i)),e.deleteProgram(i),null)):null}function ri(e,t=e.LINEAR,n=e.UNSIGNED_BYTE){let r=e.createTexture();return r?(e.bindTexture(e.TEXTURE_2D,r),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_S,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_WRAP_T,e.CLAMP_TO_EDGE),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MIN_FILTER,t),e.texParameteri(e.TEXTURE_2D,e.TEXTURE_MAG_FILTER,t),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,1,1,0,e.RGBA,n,null),r):null}function ab(e,t){let n=si(e,rb);return n?{program:n,quad:t,position:e.getAttribLocation(n,"a_pos"),source:e.getUniformLocation(n,"u_source"),resolution:e.getUniformLocation(n,"u_resolution"),direction:e.getUniformLocation(n,"u_direction"),radius:e.getUniformLocation(n,"u_radius"),bloomPass:e.getUniformLocation(n,"u_bloomPass"),threshold:e.getUniformLocation(n,"u_threshold")}:null}function sb(e,t){let n=si(e,ib);return n?{program:n,quad:t,position:e.getAttribLocation(n,"a_pos"),source:e.getUniformLocation(n,"u_source"),blurSource:e.getUniformLocation(n,"u_blurSource"),texel:e.getUniformLocation(n,"u_texel"),uvScale:e.getUniformLocation(n,"u_uvScale"),uvOffset:e.getUniformLocation(n,"u_uvOffset"),blurReady:e.getUniformLocation(n,"u_blurReady"),blur:e.getUniformLocation(n,"u_blur"),radius:e.getUniformLocation(n,"u_kuwaharaRadius")}:null}function lb(e,t){let n=si(e,ob);return n?{program:n,quad:t,position:e.getAttribLocation(n,"a_pos"),moments:e.getUniformLocation(n,"u_kuwaharaMoments"),texel:e.getUniformLocation(n,"u_texel"),radius:e.getUniformLocation(n,"u_kuwaharaRadius"),sharpness:e.getUniformLocation(n,"u_kuwaharaSharpness"),saturation:e.getUniformLocation(n,"u_kuwaharaSaturation")}:null}function Qn(e,t=e.UNSIGNED_BYTE,n=e.LINEAR){let r=ri(e,n,t),i=e.createFramebuffer();if(!r||!i)return r&&e.deleteTexture(r),i&&e.deleteFramebuffer(i),null;e.bindFramebuffer(e.FRAMEBUFFER,i),e.framebufferTexture2D(e.FRAMEBUFFER,e.COLOR_ATTACHMENT0,e.TEXTURE_2D,r,0);let o=e.checkFramebufferStatus(e.FRAMEBUFFER);return e.bindFramebuffer(e.FRAMEBUFFER,null),o!==e.FRAMEBUFFER_COMPLETE?(e.deleteTexture(r),e.deleteFramebuffer(i),null):{texture:r,framebuffer:i,type:t,width:1,height:1}}function oi(e,t,n,r){t.width===n&&t.height===r||(t.width=n,t.height=r,e.bindTexture(e.TEXTURE_2D,t.texture),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,n,r,0,e.RGBA,t.type,null))}function ba(e,t,n){let r=[];for(let i of n){let o=e.getUniformLocation(t,`u_${i}`);o!==null&&r.push([i,o])}return r}function nd(e,t,n){t&&e.deleteProgram(t);for(let r of n)r&&e.deleteTexture(r)}function Sa(e){let t=e.getContext("webgl",{alpha:!0,premultipliedAlpha:!1});if(!t)return null;let n=si(t),r=ri(t),i=ri(t,t.NEAREST),o=ri(t,t.NEAREST);if(!n||!r||!i||!o)return nd(t,n,[r,i,o]),null;let a=t.createBuffer();return a?(t.bindBuffer(t.ARRAY_BUFFER,a),t.bufferData(t.ARRAY_BUFFER,new Float32Array([-1,-1,1,-1,-1,1,1,1]),t.STATIC_DRAW),{gl:t,program:{program:n,texture:r,lutTexture:i,advancedTexture:o,advancedSignature:null,quad:a,position:t.getAttribLocation(n,"a_pos"),source:t.getUniformLocation(n,"u_source"),blurSource:t.getUniformLocation(n,"u_blurSource"),bloomSource:t.getUniformLocation(n,"u_bloomSource"),kuwaharaSource:t.getUniformLocation(n,"u_kuwaharaSource"),lut:t.getUniformLocation(n,"u_lut"),advanced:t.getUniformLocation(n,"u_advanced"),resolution:t.getUniformLocation(n,"u_resolution"),uvScale:t.getUniformLocation(n,"u_uvScale"),uvOffset:t.getUniformLocation(n,"u_uvOffset"),blurReady:t.getUniformLocation(n,"u_blurReady"),bloomReady:t.getUniformLocation(n,"u_bloomReady"),kuwaharaReady:t.getUniformLocation(n,"u_kuwaharaReady"),lutEnabled:t.getUniformLocation(n,"u_lutEnabled"),lutSize:t.getUniformLocation(n,"u_lutSize"),lutTextureSize:t.getUniformLocation(n,"u_lutTextureSize"),lutDomainMin:t.getUniformLocation(n,"u_lutDomainMin"),lutDomainMax:t.getUniformLocation(n,"u_lutDomainMax"),lutIntensity:t.getUniformLocation(n,"u_lutIntensity"),shadowWheel:t.getUniformLocation(n,"u_shadowWheel"),midtoneWheel:t.getUniformLocation(n,"u_midtoneWheel"),highlightWheel:t.getUniformLocation(n,"u_highlightWheel"),rgbCurvesEnabled:t.getUniformLocation(n,"u_rgbCurvesEnabled"),hueCurvesEnabled:t.getUniformLocation(n,"u_hueCurvesEnabled"),secondaryCount:t.getUniformLocation(n,"u_secondaryCount"),adjustUniforms:ba(t,n,Lr),detailUniforms:ba(t,n,po),effectUniforms:ba(t,n,ho),grainSeed:t.getUniformLocation(n,"u_grainSeed"),effectTime:t.getUniformLocation(n,"u_effectTime"),paletteSize:t.getUniformLocation(n,"u_paletteSize"),palette0:t.getUniformLocation(n,"u_palette0"),palette1:t.getUniformLocation(n,"u_palette1"),palette2:t.getUniformLocation(n,"u_palette2"),palette3:t.getUniformLocation(n,"u_palette3"),palette4:t.getUniformLocation(n,"u_palette4"),palette5:t.getUniformLocation(n,"u_palette5"),intensity:t.getUniformLocation(n,"u_intensity"),compareEnabled:t.getUniformLocation(n,"u_compareEnabled"),comparePosition:t.getUniformLocation(n,"u_comparePosition"),compareSoftness:t.getUniformLocation(n,"u_compareSoftness"),compareLineWidth:t.getUniformLocation(n,"u_compareLineWidth")}}):(nd(t,n,[r,i,o]),null)}function ub(e){return typeof e=="object"&&e!==null&&!Array.isArray(e)}function cb(e){if(!ub(e))return{...en};let t=(n,r,i,o)=>{let a=typeof n=="number"?n:Number(n);return Math.min(o,Math.max(i,Number.isFinite(a)?a:r))};return{enabled:e.enabled===!0,position:t(e.position,en.position,0,1),softness:t(e.softness,en.softness,0,.25),lineWidth:t(e.lineWidth,en.lineWidth,0,12)}}function cd(e){try{let t=new URL(e,document.baseURI);return t.protocol==="data:"?{href:t.href}:t.protocol!=="http:"&&t.protocol!=="https:"?{error:"LUT must be project-local or a data URL"}:t.origin!==window.location.origin?{error:"Remote LUT URLs are not supported"}:{href:t.href}}catch{return{error:"Invalid LUT URL"}}}function li(e){return e instanceof Error?e.message:"LUT failed to load"}function db(e){let t=2166136261;for(let n=0;n<e.length;n+=1)t^=e.charCodeAt(n),t=Math.imul(t,16777619);return(t>>>0)%1e4}function dd(e){let t=e.id||e.currentSrc||e.getAttribute("src")||`${e.tagName}:${Array.prototype.indexOf.call(e.parentNode?.children??[],e)}`;return db(t)}function Aa(e){let t=cd(e);if("error"in t)return{state:"error",message:t.error};let n=ot.get(t.href);if(n)return n;let r=fetch(t.href,{credentials:"same-origin"}).then(o=>{if(!o.ok)throw new Error(`Failed to load LUT (${o.status})`);return o.text()}).then(o=>xl(o,{maxSize:kr})),i={state:"pending",promise:r};for(;ot.size>=Kg;){let o=ot.keys().next().value;if(!o)break;ot.delete(o)}return ot.set(t.href,i),r.then(o=>{ot.get(t.href)===i&&ot.set(t.href,{state:"ready",lut:o})},o=>{ot.get(t.href)===i&&ot.set(t.href,{state:"error",message:li(o)})}),i}function rd(e,t,n){if(e.lut?.src===t)return e.lut;let r=io(n),{gl:i,program:o}=e;try{return fd(i,o.lutTexture,r),e.lut={src:t,size:n.size,domainMin:n.domainMin,domainMax:n.domainMax,textureWidth:r.width,textureHeight:r.height},e.lutError=null,e.lutLoadingSrc=null,e.lut}catch(a){return e.lut=null,e.lutError=li(a),e.lutLoadingSrc=null,L("runtime.colorGrading.uploadLut",a),null}}async function fb(e){let t=Aa(e);if(t.state==="ready")return t.lut;if(t.state==="pending")return t.promise;throw new Error(t.message)}function fd(e,t,n){e.activeTexture(e.TEXTURE2),e.bindTexture(e.TEXTURE_2D,t),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,!1),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,n.width,n.height,0,e.RGBA,e.UNSIGNED_BYTE,n.data)}function mb(e,t,n){let r=io(n),{gl:i,program:o}=e;return fd(i,o.lutTexture,r),{src:t,size:n.size,domainMin:n.domainMin,domainMax:n.domainMax,textureWidth:r.width,textureHeight:r.height}}function Ze(e,t){e.deleteTexture(t.texture),e.deleteFramebuffer(t.framebuffer)}function Ea(e){let t=e.effectTargets;t&&(e.gl.deleteProgram(t.blurProgram.program),Ze(e.gl,t.scratch),Ze(e.gl,t.blur),t.bloom&&Ze(e.gl,t.bloom),e.effectTargets=null)}function Ca(e){let t=e.kuwaharaTargets;t&&(e.gl.deleteProgram(t.horizontalProgram.program),e.gl.deleteProgram(t.resolveProgram.program),Ze(e.gl,t.moments),Ze(e.gl,t.output),e.kuwaharaTargets=null)}function ii(e,t=!1){Ea(e),Ca(e),pb(e.gl,e.program),t&&e.gl.getExtension("WEBGL_lose_context")?.loseContext()}function pb(e,t){e.deleteTexture(t.texture),e.deleteTexture(t.lutTexture),e.deleteTexture(t.advancedTexture),e.deleteBuffer(t.quad),e.deleteProgram(t.program)}function hb(e){let t=Sa(e.canvas);return t?(ii(e),e.gl=t.gl,e.program=t.program,e.lut=null,e.lutLoadingSrc=null,e.lutError=null,e.effectError=null,!0):!1}function va(e){if(!e.sourceHidden)return;e.element.removeAttribute(_n);let t=e.element.style.getPropertyValue("opacity"),n=e.element.style.getPropertyPriority("opacity");t==="0"&&n==="important"&&(e.sourceInlineOpacity===null?e.element.style.removeProperty("opacity"):e.element.style.setProperty("opacity",e.sourceInlineOpacity,e.sourceInlineOpacityPriority)),e.sourceHidden=!1}function gb(e){if(e.effectTargets)return e.effectTargets;let{gl:t}=e,n=ab(t,e.program.quad),r=Qn(t),i=Qn(t);return!n||!r||!i?(n&&t.deleteProgram(n.program),r&&Ze(t,r),i&&Ze(t,i),e.effectError="Framebuffer effects unavailable",null):(e.effectError=null,e.effectTargets={blurProgram:n,scratch:r,blur:i,bloom:null},e.effectTargets)}function bb(e,t){return t.bloom||(t.bloom=Qn(e.gl),e.effectError=t.bloom?null:"Framebuffer effects unavailable"),t.bloom}function id(e){let t=e.effectTargets;t?.bloom&&(Ze(e.gl,t.bloom),t.bloom=null)}function xb(e){if(e.kuwaharaTargets)return e.kuwaharaTargets;let{gl:t}=e,n=t.getExtension("OES_texture_half_float"),r=t.getExtension("EXT_color_buffer_half_float");if(!n||!r)return e.effectError="Kuwahara requires half-float framebuffer support",null;let i=sb(t,e.program.quad),o=lb(t,e.program.quad),a=Qn(t,n.HALF_FLOAT_OES,t.NEAREST),l=Qn(t);return!i||!o||!a||!l?(yb(t,i,o,a,l),e.effectError="Kuwahara framebuffer effects unavailable",null):(e.kuwaharaTargets={horizontalProgram:i,resolveProgram:o,moments:a,output:l},e.kuwaharaTargets)}function yb(e,t,n,r,i){t&&e.deleteProgram(t.program),n&&e.deleteProgram(n.program),r&&Ze(e,r),i&&Ze(e,i)}function md(e,t,n,r,i){let o=Math.max(1,Math.ceil(r)),a=Math.max(1,Math.ceil(i));return oi(e,t,o,a),oi(e,n,o,a),{width:o,height:a}}function ai(e,t,n,r,i,o,a,l=!1,s=-1){e.bindFramebuffer(e.FRAMEBUFFER,r.framebuffer),e.viewport(0,0,i.width,i.height),e.useProgram(t.program),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.uniform1i(t.source,0),e.uniform2f(t.resolution,i.width,i.height),e.uniform2f(t.direction,o.x,o.y),e.uniform1f(t.radius,a),e.uniform1f(t.bloomPass,l?1:0),e.uniform1f(t.threshold,s),Zn(e,t)}function vb(e,t,n,r,i,o,a){let l=md(e,t.scratch,r,i/2,o/2),s=a/2;ai(e,t.blurProgram,n,t.scratch,l,{x:1,y:0},s,!0,.5),ai(e,t.blurProgram,t.scratch.texture,r,l,{x:0,y:1},s,!0)}function Sb(e,t,n,r,i,o,a){let l=n;for(let s=0;s<Math.max(1,Math.floor(a));s++)ai(e,t.blurProgram,l,t.scratch,i,{x:1,y:0},o),ai(e,t.blurProgram,t.scratch.texture,r,i,{x:0,y:1},o),l=r.texture}function Zn(e,t){e.bindBuffer(e.ARRAY_BUFFER,t.quad),e.enableVertexAttribArray(t.position),e.vertexAttribPointer(t.position,2,e.FLOAT,!1,0,0),e.drawArrays(e.TRIANGLE_STRIP,0,4)}function Ab(e,t,n,r,i,o,a,l){oi(e,t.moments,i.width,i.height),oi(e,t.output,i.width,i.height);let s=t.horizontalProgram;e.bindFramebuffer(e.FRAMEBUFFER,t.moments.framebuffer),e.viewport(0,0,i.width,i.height),e.useProgram(s.program),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,n),e.activeTexture(e.TEXTURE1),e.bindTexture(e.TEXTURE_2D,r),e.uniform1i(s.source,0),e.uniform1i(s.blurSource,1),e.uniform2f(s.texel,1/i.width,1/i.height),e.uniform2f(s.uvScale,o.scaleX,o.scaleY),e.uniform2f(s.uvOffset,o.offsetX,o.offsetY),e.uniform1f(s.blurReady,a?1:0),e.uniform1f(s.blur,l.blur),e.uniform1f(s.radius,l.kuwaharaRadius),Zn(e,s);let u=t.resolveProgram;e.bindFramebuffer(e.FRAMEBUFFER,t.output.framebuffer),e.useProgram(u.program),e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,t.moments.texture),e.uniform1i(u.moments,0),e.uniform2f(u.texel,1/i.width,1/i.height),e.uniform1f(u.radius,l.kuwaharaRadius),e.uniform1f(u.sharpness,l.kuwaharaSharpness),e.uniform1f(u.saturation,l.kuwaharaSaturation),Zn(e,u)}function Eb(e,t,n,r){if(n<=0)return!1;let i=md(e.gl,t.scratch,t.blur,r.width,r.height);return Sb(e.gl,t,e.program.texture,t.blur,i,.75+Math.pow(n,1.35)*32,n>.55?3:2),!0}function Cb(e,t,n,r,i,o){if(n<=0)return id(e),null;o||id(e);let a=o?bb(e,t):t.blur;return a?(vb(e.gl,t,e.program.texture,a,i.width,i.height,r),a.texture):null}function wb(e,t,n,r){let{program:i}=e,o=t.effects.blur,a=t.effects.bloom;if(o<=0&&a<=0)return e.effectTargets&&r&&Ea(e),{blurReady:!1,bloomReady:!1,blurTexture:i.texture,bloomTexture:i.texture};let l=gb(e);if(!l)return{blurReady:!1,bloomReady:!1,blurTexture:i.texture,bloomTexture:i.texture};let s=Eb(e,l,o,n),u=Cb(e,l,a,t.effects.bloomRadius,n,s);return{blurReady:s,bloomReady:u!==null,blurTexture:l.blur.texture,bloomTexture:u??i.texture}}function _b(e,t,n,r,i,o,a){let l=t.effects.kuwahara;if(l<=0&&!o)return e.kuwaharaTargets&&a&&Ca(e),{kuwaharaReady:!1,kuwaharaTexture:e.program.texture};let s=xb(e);return!s||l<=0?{kuwaharaReady:!1,kuwaharaTexture:s?.output.texture??e.program.texture}:(Ab(e.gl,s,e.program.texture,e.effectTargets?.blur.texture??e.program.texture,n,r,i,t.effects),{kuwaharaReady:!0,kuwaharaTexture:s.output.texture})}function pd(e,t,n,r,i={}){let o=i.releaseIdleTargets??!0;e.effectError=null;let a=wb(e,t,n,o),l=_b(e,t,n,r,a.blurReady,i.preserveKuwahara??!1,o);return{...a,...l}}function Tb(e){let t=e.grading.lut?.src.trim()??"",n=e.grading.lut?.intensity??1;if(!t||n<=0)return e.lut=null,e.lutLoadingSrc=null,e.lutError=null,null;let r=cd(t);if("error"in r)return e.lut=null,e.lutLoadingSrc=null,e.lutError=r.error,null;if(e.lut?.src===r.href)return e.lut;e.lut=null;let i=Aa(t);return i.state==="ready"?rd(e,r.href,i.lut):i.state==="error"?(e.lutError=i.message,e.lutLoadingSrc=null,null):(e.lutLoadingSrc!==r.href&&(e.lutLoadingSrc=r.href,e.lutError=null,i.promise.then(o=>{e.destroyed||e.grading.lut?.src.trim()!==t||(rd(e,r.href,o),De(e))},o=>{e.destroyed||e.grading.lut?.src.trim()!==t||(e.lut=null,e.lutError=li(o),e.lutLoadingSrc=null,De(e))})),null)}function Xn(e){if(!e)return null;if(typeof e=="string"){let t=e.trim();if(!t)return null;let n=document.getElementById(t.replace(/^#/,""));if(n&&Nt(n))return n;try{let r=document.querySelector(t);return r&&Nt(r)?r:null}catch{return null}}if(e.hfId){let t=document.querySelector(`[data-hf-id="${CSS.escape(e.hfId)}"]`);if(t&&Nt(t))return t}if(e.id){let t=document.getElementById(e.id);if(t&&Nt(t))return t}if(!e.selector)return null;try{let t=Array.from(document.querySelectorAll(e.selector)),n=Math.max(0,Math.floor(Number(e.selectorIndex??0)||0)),r=t[n]??null;return r&&Nt(r)?r:null}catch{return null}}function hd(e){return e instanceof HTMLVideoElement?e.videoWidth>0&&e.videoHeight>0?{width:e.videoWidth,height:e.videoHeight}:null:e instanceof HTMLImageElement&&e.naturalWidth>0&&e.naturalHeight>0?{width:e.naturalWidth,height:e.naturalHeight}:null}function gd(e){return e instanceof HTMLVideoElement?e.readyState>=HTMLMediaElement.HAVE_CURRENT_DATA&&e.videoWidth>0&&e.videoHeight>0:e instanceof HTMLImageElement?e.complete&&e.naturalWidth>0&&e.naturalHeight>0:!1}function bd(e){let t=ct(e);return t&&gd(t)?t:null}function od(e){if(!(e instanceof HTMLVideoElement))return!1;let t=bd(e);if(!t)return!1;let n=window.getComputedStyle(t);return n.display!=="none"&&n.visibility!=="hidden"}function Rb(e){return e instanceof HTMLImageElement&&e.classList.contains("__render_frame__")}function kb(e,t){t.parentNode&&t.nextSibling!==e.canvas&&t.parentNode.insertBefore(e.canvas,t.nextSibling)}function xd(e){if(e instanceof HTMLVideoElement){let t=bd(e);if(t)return t}return gd(e)?e:null}function ad(e,t){let n=e.toLowerCase();if(n==="center")return .5;if(t==="x"){if(n==="left")return 0;if(n==="right")return 1}else{if(n==="top")return 0;if(n==="bottom")return 1}if(n.endsWith("%")){let r=Number.parseFloat(n);return Number.isFinite(r)?r/100:null}return null}function Mb(e){let t=e.trim().split(/\\s+/).filter(Boolean),n=.5,r=.5;for(let i=0;i<t.length;i++){let o=t[i]??"",a=ad(o,"x"),l=ad(o,"y");if(a!==null&&(o==="left"||o==="right"||o.endsWith("%")&&i===0)){n=a;continue}if(l!==null&&(o==="top"||o==="bottom"||o.endsWith("%")&&i>0)){r=l;continue}}return{x:n,y:r}}function yd(e,t,n,r,i,o){if(e<=0||t<=0||n<=0||r<=0)return{scaleX:1,scaleY:1,offsetX:0,offsetY:0};let a=i||"fill",l=e,s=t;if(a==="contain"||a==="cover"||a==="scale-down"){let f=a==="cover"?Math.max(e/n,t/r):Math.min(e/n,t/r);l=n*f,s=r*f,a==="scale-down"&&l>n&&s>r&&(l=n,s=r)}else a==="none"&&(l=n,s=r);let u=Mb(o||"center"),c=(e-l)*u.x/e,m=(t-s)*u.y/t;return{scaleX:l/e,scaleY:s/t,offsetX:c,offsetY:m}}function Fb(e,t){window.getComputedStyle(t).position==="static"&&(e.touchedParent||(e.touchedParent=t,e.parentInlinePosition=t.style.position||null),t.style.position="relative")}function sd(e,t){return Math.max(0,Math.round(e>0?e:t))}function Nb(e,t){let{element:n,canvas:r}=e,i=n.parentElement;i&&Fb(e,i);let o=window.getComputedStyle(t);zl(r.style,o),r.style.pointerEvents="none",r.style.position="absolute",r.style.inset="auto",r.style.left=`${n.offsetLeft}px`,r.style.top=`${n.offsetTop}px`,r.style.right="auto",r.style.bottom="auto",r.style.width=`${n.offsetWidth}px`,r.style.height=`${n.offsetHeight}px`,r.style.display="block",r.style.opacity=e.sourceOpacityForCanvas,r.style.visibility=e.sourceVisibleForCanvas?"visible":"hidden";let a=n.getBoundingClientRect(),l=sd(n.offsetWidth,a.width),s=sd(n.offsetHeight,a.height);if(l<=0||s<=0)return r.style.display="none",null;let u=Math.max(1,window.devicePixelRatio||1),c=Math.round(l*u),m=Math.round(s*u);return r.width!==c&&(r.width=c),r.height!==m&&(r.height=m),{width:c,height:m}}function Zt(e,t,n){e.uniform3f(t,Number.parseInt(n.slice(1,3),16)/255,Number.parseInt(n.slice(3,5),16)/255,Number.parseInt(n.slice(5,7),16)/255)}function Lt(e,t,n,r){e.set(r,(t*Xe+n)*4)}function yt(e,t){return Math.min(1,Math.max(1/255,(e*(127/t)+128)/255))}function xa(e,t,n){return e.length>=3?ao(e,t,n):new Float32Array(Xe)}function Ft(e,t){return e[t]??0}function Lb(e,t,n){let r=Ut(t.red),i=Ut(t.green),o=Ut(t.blue),a=Ut(t.master),l=xa(n.hueVsHue,-180,180),s=xa(n.hueVsSaturation,-1,1),u=xa(n.hueVsLuma,-1,1);for(let c=0;c<Xe;c+=1)Lt(e,0,c,[Ft(r,c),Ft(i,c),Ft(o,c),Ft(a,c)]),Lt(e,1,c,[yt(Ft(l,c),180),yt(Ft(s,c),1),yt(Ft(u,c),1),1])}function Db(e,t,n){let r=n*Qg;Lt(e,2,r,[t.key.hue.center/360,t.key.hue.range/180,t.key.hue.softness/180,1]),Lt(e,2,r+1,[t.key.saturation.min,t.key.saturation.max,t.key.saturation.softness/.5,0]),Lt(e,2,r+2,[t.key.luma.min,t.key.luma.max,t.key.luma.softness/.5,0]),Lt(e,2,r+3,[yt(t.correction.hueShift,180),yt(t.correction.saturation,1),yt(t.correction.luma,1),yt(t.correction.temperature,1)]),Lt(e,2,r+4,[yt(t.correction.tint,1),.5,.5,1])}function Ib(e,t,n){let r=new Float32Array(Xe*tr*4);Lb(r,e,t);let i=0;for(let o of n)o.enabled&&(Db(r,o,i),i+=1);return r}var ld=new WeakMap;function Pb(e,t,n){let r=ld.get(e);if(r?.hueCurves===t&&r.secondaries===n)return r.signature;let i=JSON.stringify([e,t,n]);return ld.set(e,{hueCurves:t,secondaries:n,signature:i}),i}function Ob(e,t,n,r){let{curves:i,hueCurves:o}=n,a=Pb(i,o,r);if(t.advancedSignature===a)return;let l=Uint8Array.from(Ib(i,o,r),En);e.activeTexture(e.TEXTURE5),e.bindTexture(e.TEXTURE_2D,t.advancedTexture),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,!1),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,Xe,tr,0,e.RGBA,e.UNSIGNED_BYTE,l),t.advancedSignature=a}function ya(e,t,n){e.uniform3f(t,n.hue/360,n.amount,n.level)}function vd(e,t,n,r,i,o,a,l,s,u,c,m){e.uniform1i(t.source,0),e.uniform1i(t.blurSource,1),e.uniform1i(t.lut,2),e.uniform1i(t.kuwaharaSource,3),e.uniform1i(t.bloomSource,4),e.uniform1i(t.advanced,5),e.uniform2f(t.resolution,s.width,s.height),e.uniform2f(t.uvScale,u.scaleX,u.scaleY),e.uniform2f(t.uvOffset,u.offsetX,u.offsetY),e.uniform1f(t.blurReady,i?1:0),e.uniform1f(t.bloomReady,o?1:0),e.uniform1f(t.kuwaharaReady,a?1:0),e.uniform1f(t.lutEnabled,r?1:0),e.uniform1f(t.lutSize,r?.size??2),e.uniform2f(t.lutTextureSize,r?.textureWidth??1,r?.textureHeight??1),e.uniform3f(t.lutDomainMin,r?.domainMin[0]??0,r?.domainMin[1]??0,r?.domainMin[2]??0),e.uniform3f(t.lutDomainMax,r?.domainMax[0]??1,r?.domainMax[1]??1,r?.domainMax[2]??1),e.uniform1f(t.lutIntensity,n.lut?.intensity??0);let{curves:f,hueCurves:h,secondaries:b}=n,v=xo(f),x=yo(h),_=vo(b)?b.reduce((F,M)=>F+Number(M.enabled),0):0;(v||x||_>0)&&Ob(e,t,n,b),ya(e,t.shadowWheel,n.wheels.shadows),ya(e,t.midtoneWheel,n.wheels.midtones),ya(e,t.highlightWheel,n.wheels.highlights),e.uniform1f(t.rgbCurvesEnabled,v?1:0),e.uniform1f(t.hueCurvesEnabled,x?1:0),e.uniform1f(t.secondaryCount,_);for(let[F,M]of t.adjustUniforms)e.uniform1f(M,n.adjust[F]);for(let[F,M]of t.detailUniforms)e.uniform1f(M,n.details[F]);e.uniform1f(t.grainSeed,c),e.uniform1f(t.effectTime,m);for(let[F,M]of t.effectUniforms)e.uniform1f(M,n.effects[F]);let R=n.palette??(n.effects.engraving>0||n.effects.crosshatch>0?Xg:ha),T=R[R.length-1]??ha[1];e.uniform1f(t.paletteSize,R.length),Zt(e,t.palette0,R[0]??ha[0]),Zt(e,t.palette1,R[1]??T),Zt(e,t.palette2,R[2]??T),Zt(e,t.palette3,R[3]??T),Zt(e,t.palette4,R[4]??T),Zt(e,t.palette5,R[5]??T),e.uniform1f(t.intensity,n.intensity),e.uniform1f(t.compareEnabled,l.enabled?1:0),e.uniform1f(t.comparePosition,l.position),e.uniform1f(t.compareSoftness,l.softness),e.uniform1f(t.compareLineWidth,l.lineWidth)}function Gb(e){if(!e.sourceHidden){let t=e.element.getAttribute(Nr);t!==null?(e.sourceInlineOpacity=t===""?null:t,e.sourceInlineOpacityPriority=""):(e.sourceInlineOpacity=e.element.style.getPropertyValue("opacity")||null,e.sourceInlineOpacityPriority=e.element.style.getPropertyPriority("opacity"))}e.element.setAttribute(_n,"true"),e.element.style.setProperty("opacity","0","important"),e.sourceHidden=!0}function at(e){let t=Gl.find(n=>n.path===e);if(!t)throw new Error(`Missing color-grading animation property: ${e}`);return t}var Sd=at("intensity"),Ad=at("lut.intensity"),Ed=at("adjust.exposure"),Cd=at("effects.kuwahara"),wd=[["blur",at("effects.blur")],["bloom",at("effects.bloom")],["kuwahara",Cd],["pixelate",at("effects.pixelate")],["ascii",at("effects.ascii")],["dither",at("effects.dither")]],_d=[Sd,Ad,Ed,...wd.map(([,e])=>e)];function Dt(e,t){let n=e.style.getPropertyValue(t.name);if(!n)return null;let r=Number(n);return Number.isFinite(r)?Math.min(t.max,Math.max(t.min,r)):null}function Jn(e,t){return t!==null&&(Wl(t)||_d.some(n=>Dt(e,n)!==null))}function Hb(e,t){let n=null;for(let[r,i]of wd){let o=Dt(e,i);o!==null&&(n??(n={...t.effects}),n[r]=o)}return n}function Bb(e){let{element:t,grading:n}=e,r=Dt(t,Sd),i=Dt(t,Ad),o=Dt(t,Ed),a=Hb(t,n);if(![r,i,o].some(u=>u!==null)&&a===null)return n;let s={...n,adjust:o===null?n.adjust:{...n.adjust,exposure:o},effects:a??n.effects};return r!==null&&(s.intensity=r),n.lut&&i!==null&&(s.lut={...n.lut,intensity:i}),s}function Td(e,t,n){e.activeTexture(e.TEXTURE0),e.bindTexture(e.TEXTURE_2D,t),e.pixelStorei(e.UNPACK_FLIP_Y_WEBGL,!0),e.texImage2D(e.TEXTURE_2D,0,e.RGBA,e.RGBA,e.UNSIGNED_BYTE,n)}function Rd(e,t,n){let r=[t.texture,n.blurTexture,t.lutTexture,n.kuwaharaTexture,n.bloomTexture,t.advancedTexture];for(let[i,o]of r.entries())e.activeTexture(e.TEXTURE0+i),e.bindTexture(e.TEXTURE_2D,o)}function De(e){if(e.destroyed||e.contextLost)return!1;let t=xd(e.element);if(!t)return e.hasDrawn||(e.canvas.style.display="none"),!1;let n=hd(t);if(!n)return!1;let r=t instanceof HTMLElement?t:e.element,i=e.element.style.getPropertyValue("opacity"),o=e.element.style.getPropertyPriority("opacity"),a=e.sourceHidden&&i==="0"&&o==="important",l=e.element.style.getPropertyValue("visibility"),s=Rb(t);s&&kb(e,t);let u=window.getComputedStyle(s?t:e.element);(s||!a)&&(e.sourceOpacityForCanvas=u.opacity||"1"),e.sourceVisibleForCanvas=(s||l!=="hidden")&&u.visibility!=="hidden";let c=Nb(e,r);if(!c)return!1;let m=window.getComputedStyle(r),f=yd(c.width,c.height,n.width,n.height,m.objectFit,m.objectPosition),{gl:h,program:b}=e;try{let v=Bb(e),x=Tb(e);Td(h,b.texture,t);let _=Dt(e.element,Cd)!==null,R=pd(e,v,c,f,{preserveKuwahara:_});h.bindFramebuffer(h.FRAMEBUFFER,null),h.viewport(0,0,c.width,c.height),h.useProgram(b.program),Rd(h,b,R);let T=window.__player?.getTime?.(),F=typeof T=="number"&&Number.isFinite(T)?Math.max(0,T):e.element instanceof HTMLVideoElement?Math.max(0,e.element.currentTime):0,M=e.grainSeed+Math.floor(F*60);return vd(h,b,v,x,R.blurReady,R.bloomReady,R.kuwaharaReady,e.compare,c,f,M,F),Zn(h,b),Gb(e),e.hasDrawn=!0,e.drawError=null,!0}catch(v){return e.drawError=v instanceof Error?v.message:"Shader draw failed",L("runtime.colorGrading.drawEntry",v),!1}}function Ub(e,t,n){let r=e.getBoundingClientRect(),i=e.offsetWidth||r.width||t.width,o=e.offsetHeight||r.height||t.height,a=Math.min(320,Math.max(64,Math.round(n??160))),l=i>0&&o>0?i/o:t.width/t.height;return l>=1?{width:a,height:Math.max(1,Math.round(a/l))}:{width:Math.max(1,Math.round(a*l)),height:a}}function Wb(){let e=document.createElement("canvas"),t=Sa(e);return t?{canvas:e,...t,lut:null,effectTargets:null,kuwaharaTargets:null,effectError:null}:null}function Vb(e,t){let n=t?void 0:window.__player?.getTime?.();return typeof n=="number"&&Number.isFinite(n)?Math.max(0,n):e instanceof HTMLVideoElement?Math.max(0,e.currentTime):0}function zb(e,t,n,r){let i=xd(t);if(!i)return null;let o=hd(i);if(!o)return null;let a=Ub(t,o,n);e.canvas.width=a.width,e.canvas.height=a.height;let l=i instanceof HTMLElement?i:t,s=window.getComputedStyle(l),u=yd(a.width,a.height,o.width,o.height,s.objectFit,s.objectPosition);return Td(e.gl,e.program.texture,i),{dimensions:a,uv:u,effectTime:Vb(t,r),grainSeed:dd(t)+(t instanceof HTMLVideoElement?Math.floor(t.currentTime*60):0)}}async function qb(e,t,n,r,i=!1){let o=zb(e,t,r,i);if(!o)return null;let{dimensions:a,uv:l,grainSeed:s,effectTime:u}=o,c=[];for(let m of n.slice(0,32)){let f=Dr(m.grading);if(!f){c.push({id:m.id,dataUrl:null,error:"Invalid grading"});continue}let h=null;try{f.lut&&(e.lut?.src!==f.lut.src&&(e.lut=mb(e,f.lut.src,await fb(f.lut.src))),h=e.lut),c.push({id:m.id,dataUrl:$b(e,f,h,a,l,s,u)})}catch(b){c.push({id:m.id,dataUrl:null,error:li(b)})}}return{...a,images:c}}function $b(e,t,n,r,i,o,a){let{canvas:l,gl:s,program:u}=e,c=pd(e,t,r,i,{releaseIdleTargets:!1});return s.bindFramebuffer(s.FRAMEBUFFER,null),s.viewport(0,0,r.width,r.height),s.useProgram(u.program),Rd(s,u,c),n||(e.lut=null),vd(s,u,t,n,c.blurReady,c.bloomReady,c.kuwaharaReady,en,r,i,o,a),Zn(s,u),l.toDataURL("image/png")}function Qe(e,t,n,r){t.addEventListener(n,r),e.cleanup.push(()=>t.removeEventListener(n,r))}function jb(e){e.animationFrame!==null&&(window.cancelAnimationFrame(e.animationFrame),e.animationFrame=null),e.videoFrameHandle!==null&&e.element instanceof HTMLVideoElement&&(e.element.cancelVideoFrameCallback?.(e.videoFrameHandle),e.videoFrameHandle=null)}function er(e){if(e.destroyed||!(e.element instanceof HTMLVideoElement)||e.videoFrameHandle!==null||e.animationFrame!==null)return;let t=e.element,n=t;if(typeof n.requestVideoFrameCallback=="function"){e.videoFrameHandle=n.requestVideoFrameCallback(()=>{e.videoFrameHandle=null,De(e),!e.destroyed&&!t.paused&&!t.ended&&er(e)});return}e.animationFrame=window.requestAnimationFrame(()=>{e.animationFrame=null,De(e),!e.destroyed&&!t.paused&&!t.ended&&er(e)})}function Kb(e){let t=()=>{De(e)};if(Qe(e,e.element,"load",t),Qe(e,e.element,"loadedmetadata",t),Qe(e,e.element,"loadeddata",t),Qe(e,e.element,"seeked",t),Qe(e,e.element,"timeupdate",t),Qe(e,window,"resize",t),e.element instanceof HTMLVideoElement&&(Qe(e,e.element,"play",()=>er(e)),Qe(e,e.element,"pause",t)),Qe(e,e.canvas,"webglcontextlost",n=>{n.preventDefault(),e.contextLost=!0,e.drawError="WebGL context lost",e.canvas.style.display="none",va(e)}),Qe(e,e.canvas,"webglcontextrestored",()=>{if(e.contextLost=!1,!hb(e)){e.contextLost=!0,e.drawError="WebGL context restore failed",va(e);return}e.drawError=null,De(e)}),typeof ResizeObserver<"u"&&(e.resizeObserver=new ResizeObserver(t),e.resizeObserver.observe(e.element)),typeof MutationObserver<"u"){let n=()=>{let a=e.element.style;return`${a.transform}|${a.translate}|${a.rotate}|${a.scale}|${a.left}|${a.top}|${a.width}|${a.height}`},r=n(),i=!1,o=new MutationObserver(()=>{i||n()!==r&&(i=!0,requestAnimationFrame(()=>{i=!1,r=n(),De(e)}))});o.observe(e.element,{attributes:!0,attributeFilter:["style"]}),e.cleanup.push(()=>o.disconnect())}}function Yb(e){if(e.destroyed)return null;e.destroyed=!0,jb(e),e.resizeObserver?.disconnect();for(let t of e.cleanup)t();return e.cleanup.length=0,e.canvas.remove(),Ea(e),Ca(e),va(e),e.touchedParent&&(e.parentInlinePosition===null?e.touchedParent.style.removeProperty("position"):e.touchedParent.style.position=e.parentInlinePosition),{canvas:e.canvas,gl:e.gl,program:e.program,effectTargets:null,kuwaharaTargets:null,effectError:null}}function kd(e,t){return e.removeAttribute("style"),t.id?e.id=`${Ll}${t.id}`:e.removeAttribute("id"),e.className=jg,e.setAttribute($g,"true"),e.setAttribute("data-hyperframes-ignore",""),e.setAttribute("data-hyperframes-picker-ignore",""),e.setAttribute("data-hf-ignore",""),e.setAttribute("aria-hidden","true"),e.style.pointerEvents="none",e.style.display="none",t.parentNode?.insertBefore(e,t.nextSibling),e}function Xb(e){return kd(document.createElement("canvas"),e)}function Md(){let e=new WeakMap,t=new Set,n=[],r=null,i=null,o=Promise.resolve(),a=!1,l=(E,S,A)=>{let w=e.get(E);if(w)return w.grading=S,w.source=A,De(w),E instanceof HTMLVideoElement&&!E.paused&&er(w),!0;let N=n.pop();if(N)kd(N.canvas,E);else{let W=Xb(E),U=Sa(W);if(!U)return W.remove(),!1;N={canvas:W,gl:U.gl,program:U.program,effectTargets:null,kuwaharaTargets:null,effectError:null}}let I={element:E,...N,grading:S,compare:{...en},lut:null,lutLoadingSrc:null,lutError:null,drawError:null,effectTargets:null,kuwaharaTargets:null,effectError:null,source:A,animationFrame:null,videoFrameHandle:null,resizeObserver:null,cleanup:[],touchedParent:null,parentInlinePosition:null,sourceHidden:!1,sourceInlineOpacity:null,sourceInlineOpacityPriority:"",sourceOpacityForCanvas:window.getComputedStyle(E).opacity||"1",sourceVisibleForCanvas:window.getComputedStyle(E).visibility!=="hidden",hasDrawn:!1,contextLost:!1,grainSeed:dd(E),destroyed:!1};return e.set(E,I),t.add(E),Kb(I),De(I),E instanceof HTMLVideoElement&&!E.paused&&er(I),!0},s=(E,S)=>{if(a)return!1;let A=Xn(E);if(!A)return!1;let w=e.get(A);if(!w){let N=ni(A);if(!Jn(A,N)||!l(A,N,"attribute"))return!1;w=e.get(A)}return w?(w.compare=cb(S),De(w),!0):!1},u=E=>{let S=e.get(E);if(!S)return;let A=Yb(S);A&&(S.contextLost||n.length>=Yg?ii(A,!0):n.push(A)),e.delete(E),t.delete(E)},c=()=>{if(a)return 0;let E=new Set;document.querySelectorAll(`video[${wn}], img[${wn}]`).forEach(A=>{if(!Nt(A))return;E.add(A);let w=ni(A);Jn(A,w)&&(ed(A)||od(A))?l(A,w,"attribute"):u(A)});for(let A of t){let w=e.get(A);w&&(!A.isConnected||w.source==="attribute"&&!E.has(A))&&u(A)}return t.size},m=()=>{if(a)return 0;let E=0;for(let S of t){let A=e.get(S);A&&De(A)&&(E+=1)}return E},f=async()=>{let E=new Set;for(let S of t){let A=e.get(S)?.grading.lut;if(!A?.src.trim()||(A.intensity??1)<=0)continue;let w=Aa(A.src);w.state==="pending"&&E.add(w.promise)}return E.size>0&&await Promise.allSettled(E),m(),E.size},h=()=>{if(a)return 0;let E=0;for(let S of t){let A=e.get(S);!A||!_d.some(N=>Dt(S,N)!==null)||S instanceof HTMLVideoElement&&!S.paused&&!S.ended||De(A)&&(E+=1)}return E},b=(E,S)=>{if(a)return!1;let A=Xn(E);if(!A)return!1;let w=Dr(S);return Jn(A,w)?l(A,w,"live"):(u(A),!0)},v=(E,S)=>{if(!Nt(E))return!1;let A=e.get(E);if(!A){if(!S)return!1;let w=ni(E);return Jn(E,w)&&l(E,w,"attribute")}return A.sourceVisibleForCanvas=S,!S&&A.source==="attribute"&&u(E),!0},x=E=>{let S=Xn(E);if(!S)return{state:"missing",message:"Media not found"};let A=e.get(S);if(A)return A.effectError?{state:"unavailable",message:A.effectError}:A.drawError?{state:"unavailable",message:A.drawError}:A.lutError?{state:"unavailable",message:`LUT error: ${A.lutError}`}:A.grading.lut&&A.lutLoadingSrc?{state:"pending",message:"Loading LUT"}:A.canvas.style.display==="none"?{state:"pending",message:"Waiting for media frame"}:{state:"active",message:A.lut?"Shader + LUT active":"Shader active"};let w=ni(S);return Jn(S,w)?!ed(S)&&!od(S)?{state:"pending",message:"Waiting for visible media"}:{state:"unavailable",message:"WebGL unavailable"}:{state:"inactive",message:"No grading applied"}},_=async(E,S,A)=>{let w=async()=>{if(a||S.length===0)return null;let I=Xn(E);return!I||(i??(i=Wb()),!i)?null:qb(i,I,S,A?.maxDimension,A?.useMediaTime)},N=o.then(w,w);return o=N.then(()=>{},()=>{}),N},R=E=>{let S=Xn(E);if(!(S instanceof HTMLVideoElement))return null;if(!S.paused)return()=>{};let A=S.currentTime,w=S.loop,N=S.muted;return S.loop=!0,S.muted=!0,(S.ended||Number.isFinite(S.duration)&&A>=S.duration)&&(S.currentTime=0),S.play().catch(()=>{}),()=>{S.pause(),S.loop=w,S.muted=N,S.currentTime=A}},T=()=>{if(!a){a=!0,r?.disconnect(),r=null;for(let E of t)u(E);for(let E of n)ii(E,!0);n.length=0,i&&(ii(i,!0),i=null)}};document.body&&(r=new MutationObserver(()=>c()),r.observe(document.body,{childList:!0,subtree:!0,attributes:!0,attributeFilter:[wn]}));let F={refresh:c,redraw:m,redrawAnimated:h,waitForActiveLuts:f,setGrading:b,setCompare:s,setSourceVisibility:v,getStatus:x,renderPreviews:_,startPreviewPlayback:R,destroy:T},M=window;return M.__hf=M.__hf||{},M.__hf.colorGrading=F,c(),F}var ui=class{constructor(t){pe(this,"_baseTime",0);pe(this,"_playStartMs",null);pe(this,"_rate",1);pe(this,"_duration",1/0);pe(this,"_nowMs");pe(this,"_audioSource",null);this._baseTime=t?.initialTime??0,this._rate=t?.rate??1,this._duration=t?.duration??1/0,this._nowMs=t?.nowMs??(()=>performance.now())}now(){if(this._playStartMs===null)return this._baseTime;if(this._audioSource){let r=null;if("currentTimeSeconds"in this._audioSource)r=this._audioSource.currentTimeSeconds;else{let{el:i,compositionStart:o,mediaStart:a}=this._audioSource;!i.paused&&Number.isFinite(i.currentTime)&&(r=(i.currentTime-a)/(i.playbackRate>0?i.playbackRate:1)*this._rate+o)}if(r!==null)return Number.isFinite(this._duration)&&r>=this._duration?this._duration:Math.max(0,r)}let t=(this._nowMs()-this._playStartMs)/1e3,n=this._baseTime+t*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(t){let n=Number.isFinite(this._duration)?Math.max(0,Math.min(t,this._duration)):Math.max(0,t);this._baseTime=n,this._playStartMs!==null&&(this._playStartMs=this._nowMs())}isPlaying(){return this._playStartMs!==null}setRate(t){let n=Number.isFinite(t)&&t>0?Math.max(.1,Math.min(5,t)):1;this._playStartMs!==null&&(this._baseTime=this.now(),this._playStartMs=this._nowMs()),this._rate=n}getRate(){return this._rate}setDuration(t){this._duration=Number.isFinite(t)&&t>0?t:1/0,this._baseTime>this._duration&&(this._baseTime=this._duration)}getDuration(){return this._duration}attachAudioSource(t){this._audioSource=t}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:t}=this._audioSource;if(!t.paused&&Number.isFinite(t.currentTime))return"audio"}return"monotonic"}snapshot(){return{time:this.now(),playing:this.isPlaying(),rate:this._rate,duration:this._duration,source:this.getSource()}}reachedEnd(){return Number.isFinite(this._duration)&&this.now()>=this._duration}};var Jb=100,Qb=8,Zb=4096,wa=e=>e;function ex(e,t,n){return!(!!e.curve||e.viaX!==void 0&&e.viaY!==void 0)&&t==="linear"&&!n}function tx(e){let t=Math.ceil(e*Jb);return Math.min(Zb,Math.max(Qb,t))}function nx(e,t,n,r,i){let{scheduledAt:o,elapsed:a,rate:l}=r,s=i??wa,u=R=>o+(R-a)/l,c=e.points[t],m=e.points[t+1],f=u(m.t);if(f<=o)return null;let h=Math.max(o,u(c.t)),b=f-h;if(b<=0)return null;if(ex(c,n,i))return{kind:"ramp",time:f,value:s(m.v)};let v=tx(b),x=ol(e,Math.max(c.t,a),m.t,v,n),_=new Float32Array(v);for(let R=0;R<v;R+=1)_[R]=s(x[R]??0);return{kind:"curve",time:h,duration:b,values:_}}function rx(e,t,n,r){let i=[];for(let a=0;a+1<e.points.length;a+=1){let l=nx(e,a,t,n,r);l&&i.push(l)}let o=i[0];return o?.kind==="curve"&&o.time<=n.scheduledAt||i.unshift({kind:"set",time:n.scheduledAt,value:(r??wa)(vn(e,n.elapsed,t))}),i}function ix(e,t){for(let n of t)if(n.kind==="set")e.setValueAtTime(n.value,n.time);else if(n.kind==="ramp")e.linearRampToValueAtTime(n.value,n.time);else try{e.setValueCurveAtTime(n.values,n.time,n.duration)}catch{let r=n.values[n.values.length-1]??0;e.linearRampToValueAtTime(r,n.time+n.duration)}}function _a(e){for(let t of e)t.param.cancelScheduledValues(0)}function nr(e,t){for(let n of e)typeof n.param.cancelAndHoldAtTime=="function"?n.param.cancelAndHoldAtTime(t):n.param.cancelScheduledValues(t)}function Ta(e,t,n,r){if(t.points.length!==0)for(let i of e){if(_a([i]),il(t)){let o=(i.map??wa)(t.points[0].v);i.param.setValueAtTime(o,r.scheduledAt);continue}ix(i.param,rx(t,n,r,i.map))}}function Fd(e,t,n,r,i){let o=new Map(n.filter(l=>l.id).map(l=>[l.id,l.handle])),a=[];for(let l of e.lanes){let s=yn(l.target);if(!s)continue;let u=s.kind==="preset"?i?.[s.presetId]:s.kind==="fx"?o.get(s.nodeId)?.automation?.[s.param]:void 0;if(!u||u.length===0)continue;let c=Ki(l.target,t);c&&(Ta(u,l,c.scale,r),a.push(...u))}return a}function Nd(e){return e.lanes.find(t=>t.target===Ht)??null}var ox=`\nconst dbToLin = (db) => Math.pow(10, db / 20);\n\n/**\n * One-pole envelope followers, one per channel.\n *\n * Per channel matters: the followers advance once per sample, so a single shared\n * follower stepped once per channel per sample. On stereo that ran a 20 ms attack\n * as 10 ms, and gave the right channel a gain computed from an envelope that had\n * already traversed the left \\u2014 so the two channels ducked by different amounts\n * from the same input and the image pumped.\n */\nclass EnvBank {\n constructor(attackMs, releaseMs) { this.set(attackMs, releaseMs); this.values = []; }\n set(attackMs, releaseMs) {\n this.a = Math.exp(-1 / (sampleRate * Math.max(1e-5, attackMs / 1000)));\n this.r = Math.exp(-1 / (sampleRate * Math.max(1e-5, releaseMs / 1000)));\n }\n push(ch, x) {\n const prev = this.values[ch] ?? 0;\n const m = Math.abs(x);\n const c = m > prev ? this.a : this.r;\n const next = m + c * (prev - m);\n this.values[ch] = next;\n return next;\n }\n}\n\n/** Soft-knee gain computer in dB, matching acompressor\'s shape. */\nfunction kneeGain(envDb, thresholdDb, ratio, kneeDb) {\n const over = envDb - thresholdDb;\n if (kneeDb > 0 && over > -kneeDb && over < kneeDb) {\n const t = (over + kneeDb) / (2 * kneeDb);\n return -((1 - 1 / ratio) * kneeDb * t * t);\n }\n return over > 0 ? -(over * (1 - 1 / ratio)) : 0;\n}\n\n// log10/exp per sample is the single most expensive thing a dynamics processor\n// can do on the audio thread, and every sample below the knee needs neither:\n// its gain is exactly unity. Comparing envelopes in the linear domain lets the\n// quiet majority of samples skip the transcendentals entirely.\nconst LN10_OVER_20 = Math.LN10 / 20;\nconst dbToLinFast = (db) => Math.exp(db * LN10_OVER_20);\n\nclass HfCompressor extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 20, this.p.release ?? 250);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 20, this.p.release ?? 250);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const makeup = dbToLin(p.makeup ?? 0);\n const mix = p.mix ?? 1;\n // Knee is expressed as a ratio in FFmpeg; convert to dB width.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const thresholdDb = p.threshold ?? -24;\n const ratio = p.ratio ?? 4;\n // Below this the gain computer returns unity, so the sample needs no\n // logarithm at all.\n const kneeStartLin = dbToLin(thresholdDb - kneeDb);\n const dry = 1 - mix;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n // Per-channel follower, and the sub-knee shortcut: below the knee the\n // gain is exactly unity, so the sample needs no logarithm at all.\n const env = this.env.push(ch, x);\n if (env <= kneeStartLin) {\n out[n] = x * makeup * mix + x * dry;\n continue;\n }\n const envDb = 20 * Math.log10(env);\n const g = dbToLinFast(kneeGain(envDb, thresholdDb, ratio, kneeDb));\n out[n] = x * g * makeup * mix + x * dry;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-compressor", HfCompressor);\n\nclass HfLimiter extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 5, this.p.release ?? 50);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 5, this.p.release ?? 50);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const ceiling = dbToLin(this.p.limit ?? -1);\n const outGain = dbToLin(this.p.level_out ?? 0);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n // Only ever attenuate: a limiter that can raise level is a compressor.\n const g = env > ceiling ? ceiling / env : 1;\n out[n] = x * g * outGain;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-limiter", HfLimiter);\n\nclass HfGate extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 1, this.p.release ?? 100);\n this.gains = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 1, this.p.release ?? 100);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const threshold = dbToLin(p.threshold ?? -35);\n const floor = dbToLin(p.range ?? -24);\n const ratio = p.ratio ?? 10;\n // Knee is declared in the registry as a ratio, like the compressor\'s; a\n // hard threshold ignored it and chattered on material sitting right at the\n // gate point.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const kneeLin = dbToLin((p.threshold ?? -35) + kneeDb);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n let target = 1;\n // Above the threshold the gate is fully open; skip the pow entirely.\n if (env < threshold) {\n const under = env > 1e-9 ? threshold / env : 1e9;\n target = Math.max(floor, 1 / Math.pow(under, ratio - 1));\n if (!isFinite(target)) target = floor;\n }\n // Smooth toward the target so the gate does not click on every sample.\n const held = this.gains[ch] ?? 1;\n const c = target < held ? this.env.r : this.env.a;\n const smoothed = target + c * (held - target);\n this.gains[ch] = smoothed;\n out[n] = x * smoothed;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-gate", HfGate);\n\nclass HfBitcrush extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.holds = [];\n this.held = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const levels = Math.pow(2, (p.bits ?? 8) - 1);\n const step = Math.max(1, Math.round(p.samples ?? 1));\n const mix = p.mix ?? 1;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n if (this.held[ch] === undefined) this.held[ch] = 0;\n if (this.holds[ch] === undefined) this.holds[ch] = 0;\n for (let n = 0; n < inp.length; n++) {\n // Per channel: advancing one shared counter only on the last channel\n // left every earlier channel either unheld or frozen for a whole\n // 128-sample quantum, clicking once a block.\n if (this.holds[ch] === 0) this.held[ch] = Math.round(inp[n] * levels) / levels;\n out[n] = this.held[ch] * mix + inp[n] * (1 - mix);\n this.holds[ch] = (this.holds[ch] + 1) % step;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-bitcrush", HfBitcrush);\n\n/** Linear-interpolated read, \\`delaySamples\\` behind the write head. */\nfunction readTap(ring, write, delaySamples) {\n const len = ring.length;\n const pos = (write - 1 - delaySamples + len) % len;\n const i0 = Math.floor(pos);\n const frac = pos - i0;\n const i1 = (i0 + 1) % len;\n return ring[i0] * (1 - frac) + ring[i1] * frac;\n}\n\n/** Equal-power-ish crossfade, zero at a tap\'s reset point \\u2014 hides the splice. */\nfunction xfade(phase) {\n return Math.sin(Math.PI * phase);\n}\n\n/**\n * Dual-tap granular delay line: two read taps 180\\xB0 apart in a 100 ms grain,\n * each sweeping at a speed relative to the write head that shifts pitch\n * without changing duration. One tap is always fading in as the other fades\n * out, which hides the splice each tap makes when it wraps.\n *\n * write/phase are block-level state, advanced once per SAMPLE across all\n * channels together (not once per channel) \\u2014 advancing them inside the\n * per-channel loop would move the tap 2x/4x too fast on a stereo/quad input.\n */\nclass HfPitchshift extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.grain = Math.round(sampleRate * 0.1);\n this.buf = [];\n this.write = 0;\n this.phase = 0;\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const semitones = Math.max(-12, Math.min(12, p.semitones ?? 0));\n const mix = Math.max(0, Math.min(1, p.mix ?? 1));\n const ratio = Math.pow(2, semitones / 12);\n const grain = this.grain;\n const ringLen = grain * 2;\n const inc = (1 - ratio) / grain;\n const n = i[0] ? i[0].length : 0;\n for (let ch = 0; ch < i.length; ch++) {\n if (!this.buf[ch]) this.buf[ch] = new Float32Array(ringLen);\n }\n let write = this.write, phase = this.phase;\n for (let s = 0; s < n; s++) {\n phase += inc;\n phase -= Math.floor(phase);\n const phaseB = (phase + 0.5) % 1;\n const gA = xfade(phase), gB = xfade(phaseB);\n for (let ch = 0; ch < i.length; ch++) {\n const ring = this.buf[ch];\n const inp = i[ch], out = o[ch];\n const x = inp[s];\n ring[write] = x;\n const wet =\n readTap(ring, write, phase * grain) * gA + readTap(ring, write, phaseB * grain) * gB;\n out[s] = x * (1 - mix) + wet * mix;\n }\n write = (write + 1) % ringLen;\n }\n this.write = write;\n this.phase = phase;\n return true;\n }\n}\nregisterProcessor("hf-pitchshift", HfPitchshift);\n`,Ra=new WeakMap;function ka(e){return Ld.has(e)}var Ld=new WeakSet;function Ma(e){let t=Ra.get(e);return t||(t=(async()=>{if(!e.audioWorklet)throw new Error("AudioWorklet is unavailable \\u2014 the page needs a secure context (https, localhost or file://)");let n=`data:text/javascript;base64,${btoa(String.fromCharCode(...new TextEncoder().encode(ox)))}`;await e.audioWorklet.addModule(n),Ld.add(e)})().catch(n=>{throw Ra.delete(e),n}),Ra.set(e,t)),t}function ax(e,t,n){let r=.6+Math.max(0,Math.min(1,t))*2.6,i=Math.max(1,Math.floor(e*r)),o=new Float32Array(i),a=Math.round(t*1e3)*2654435761+Math.round(n*1e3)*40503>>>0,l=()=>(a=a*1664525+1013904223>>>0,a/4294967295*2-1),s=Math.max(.001,1-Math.max(0,Math.min(1,n))),u=0,c=0;for(let f=0;f<i;f++){u+=s*(l()-u);let h=u*Math.pow(1-f/i,2.5);o[f]=h,c+=h*h}let m=Math.sqrt(c);if(m>0)for(let f=0;f<i;f++)o[f]=(o[f]??0)/m;return o}var ce=e=>typeof e=="number"?e:Number(e??0),Fa=e=>e/1e3;function Od(e,t,n,r){let i=Math.max(1,Math.round(e.sampleRate)),o=e.createBuffer(1,i,e.sampleRate),a=o.getChannelData(0);for(let u=0;u<i;u++){let c=u/i;a[u]=t==="sine"?Math.sin(2*Math.PI*c):4*Math.abs((c+.75)%1-.5)-1}let l=e.createBufferSource();l.buffer=o,l.loop=!0,l.playbackRate.value=n;let s=(r*n%1+1)%1*(i/e.sampleRate);return l.start(typeof e.currentTime=="number"?e.currentTime:0,s),l}function Gd(e){try{e.stop()}catch{}e.disconnect()}function Na(e,t){return[{param:e},{param:t,map:n=>1-n}]}function Hd(e,t,n){e.gain.value=n,t.gain.value=1-n}function La(e,t,n){return{input:e,output:e,update:t,automation:n,dispose:()=>e.disconnect()}}var sx=new Set(["peaking","highpass","lowpass"]),Dd=e=>Math.pow(10,e/20),lx=(e,t)=>{let n=e.createGain(),r=i=>{n.gain.value=Dd(ce(i.gain))};return r(t),La(n,r,{gain:[{param:n.gain,map:Dd}]})};function rr(e,t){return(n,r)=>{let i=n.createBiquadFilter();i.type=e;let o=a=>{i.frequency.value=ce(a.frequency),a.q!==void 0&&(i.Q.value=ce(a.q)),t&&(i.gain.value=ce(a.gain))};return o(r),La(i,o,{frequency:[{param:i.frequency}],...sx.has(e)?{q:[{param:i.Q}]}:{},...t?{gain:[{param:i.gain}]}:{}})}}function ux(e){return(t,n)=>{let r=Math.tan(Math.PI*ce(n.frequency)/t.sampleRate),i=e==="highpass"?t.createIIRFilter([1/(1+r),-1/(1+r)],[1,(r-1)/(r+1)]):t.createIIRFilter([r/(1+r),r/(1+r)],[1,(r-1)/(r+1)]);return La(i,()=>{})}}function ir(e){return(t,n)=>{let r=new AudioWorkletNode(t,e,{processorOptions:{...n}});return{input:r,output:r,update:i=>r.port.postMessage({...i}),dispose:()=>{r.port.postMessage({__hfDispose:!0}),r.disconnect()}}}}var cx={tanh:Math.tanh,atan:e=>2/Math.PI*Math.atan(Math.PI/2*e),cubic:e=>Math.abs(e)>=1?Math.sign(e):e-e**3/3,exp:e=>Math.sign(e)*(1-Math.exp(-Math.abs(e))),alg:e=>e/Math.sqrt(1+e*e),quintic:e=>Math.abs(e)>=1?Math.sign(e):e-e**5/5,sin:e=>Math.abs(e)>=1?Math.sign(e):Math.sin(Math.PI/2*e),erf:e=>Math.tanh(1.20211*e),hard:e=>Math.max(-1,Math.min(1,e))},dx=(e,t)=>{let n=e.createWaveShaper(),r=e.createGain(),i=e.createGain();r.connect(n).connect(i);let o=a=>{let l=cx[String(a.type)]??Math.tanh,s=Math.pow(10,ce(a.threshold)/20),u=8192,c=new Float32Array(u);for(let m=0;m<u;m++){let f=m/(u-1)*2-1;c[m]=l(f/Math.max(1e-6,s))*s}n.curve=c,n.oversample=ce(a.oversample)>=4?"4x":ce(a.oversample)>=2?"2x":"none",i.gain.value=Math.pow(10,ce(a.output)/20)};return o(t),{input:r,output:i,update:o,automation:{output:[{param:i.gain,map:a=>Math.pow(10,a/20)}]},dispose:()=>{r.disconnect(),n.disconnect(),i.disconnect()}}},fx=(e,t)=>{let n=e.createGain(),r=e.createGain(),i=e.createDelay(5),o=e.createGain(),a=e.createGain(),l=e.createGain();n.connect(i),i.connect(o),o.connect(i),i.connect(a).connect(r),n.connect(l).connect(r);let s=u=>{i.delayTime.value=Math.min(5,ce(u.time)/1e3),o.gain.value=ce(u.feedback),Hd(a,l,ce(u.mix))};return s(t),{input:n,output:r,update:s,automation:{time:[{param:i.delayTime,map:u=>Math.min(5,Fa(u))}],feedback:[{param:o.gain}],mix:Na(a.gain,l.gain)},dispose:()=>[n,r,i,o,a,l].forEach(u=>u.disconnect())}},mx=(e,t,n)=>{let r=e.createGain(),i=e.createGain(),o=e.createDelay(.5),a=Od(e,"sine",ce(t.speed),n),l=e.createGain(),s=e.createGain(),u=e.createGain();a.connect(l).connect(o.delayTime),r.connect(o).connect(s).connect(i),r.connect(u).connect(i);let c=m=>{o.delayTime.value=ce(m.delay)/1e3,l.gain.value=ce(m.depth)/1e3,a.playbackRate.value=ce(m.speed),Hd(s,u,ce(m.mix))};return c(t),{input:r,output:i,update:c,automation:{delay:[{param:o.delayTime,map:Fa}],depth:[{param:l.gain,map:Fa}],speed:[{param:a.playbackRate}],mix:Na(s.gain,u.gain)},dispose:()=>{Gd(a),[r,i,o,l,s,u].forEach(m=>m.disconnect())}}},px=6,hx=(e,t,n)=>{let r=e.createGain(),i=e.createGain(),o=e.createGain(),a=e.createGain(),l=Od(e,String(t.type)==="1"?"sine":"triangle",ce(t.speed),n),s=e.createGain(),u=e.createGain(),c=e.createGain(),m=[];r.connect(o);let f=o;for(let b=0;b<px;b++){let v=e.createBiquadFilter();v.type="allpass",v.Q.value=.7071,s.connect(v.frequency),f.connect(v),f=v,m.push(v)}l.connect(s),f.connect(u).connect(a),o.connect(c).connect(a),a.connect(i);let h=b=>{let v=1e3/Math.max(.1,ce(b.delay));for(let x of m)x.frequency.value=v;s.gain.value=v*ce(b.decay),l.playbackRate.value=ce(b.speed),o.gain.value=ce(b.in_gain),a.gain.value=ce(b.out_gain),u.gain.value=1,c.gain.value=1};return h(t),{input:r,output:i,update:h,automation:{speed:[{param:l.playbackRate}],in_gain:[{param:o.gain}],out_gain:[{param:a.gain}]},dispose:()=>{Gd(l),[r,i,o,a,s,u,c,...m].forEach(b=>b.disconnect())}}},gx=(e,t)=>{let n=e.createGain(),r=e.createGain(),i=e.createConvolver(),o=e.createGain(),a=e.createGain();i.normalize=!1,n.connect(i).connect(o).connect(r),n.connect(a).connect(r);let l="",s=u=>{let c=`${ce(u.size)}:${ce(u.damping)}`;if(c!==l){let m=ax(e.sampleRate,ce(u.size),ce(u.damping)),f=e.createBuffer(1,m.length,e.sampleRate);f.getChannelData(0).set(m),i.buffer=f,l=c}o.gain.value=ce(u.wet),a.gain.value=ce(u.dry)};return s(t),{input:n,output:r,update:s,automation:{wet:[{param:o.gain}],dry:[{param:a.gain}]},dispose:()=>[n,r,i,o,a].forEach(u=>u.disconnect())}},bx={"gain-node":lx,"biquad-peaking":rr("peaking",!0),"biquad-lowshelf":rr("lowshelf",!0),"biquad-highshelf":rr("highshelf",!0),"biquad-highpass":rr("highpass",!1),"biquad-lowpass":rr("lowpass",!1),"worklet-compressor":ir("hf-compressor"),"worklet-limiter":ir("hf-limiter"),"worklet-gate":ir("hf-gate"),"worklet-bitcrush":ir("hf-bitcrush"),"worklet-pitchshift":ir("hf-pitchshift"),waveshaper:dx,"delay-feedback":fx,"chorus-lfo":mx,"allpass-phaser":hx,convolver:gx};function Bd(e){return e.nodes.some(t=>hn(t.type)?.web.startsWith("worklet-")??!1)}function xx(e,t,n,r=0){let i=hn(t);if(!i)throw new Error(`Unknown effect type: ${t}`);let o=gn(t,n);if((t==="highpass"||t==="lowpass")&&String(o.poles)==="1")return ux(t)(e,o,r);let a=bx[i.web];if(!a)throw new Error(`No Web Audio builder for ${i.web}`);return a(e,o,r)}function Id(e){let t=[];for(let n of e){let r=n.fromPreset,i=t.at(-1);if(i&&i.preset===r)i.nodes.push(n);else{let o=typeof n.presetAmount=="number"?n.presetAmount:1;t.push({...r?{preset:r}:{},amount:Math.min(1,Math.max(0,o)),nodes:[n]})}}return t}function Pd(e){return bn(e).map(t=>{let n=gn(t.type,t.params),r=n.poles!==void 0?`:${n.poles}`:"",i=String(n.poles)==="1"?`@${n.frequency}`:"",o=t.type==="phaser"?`~${n.type}`:"",a=t.fromPreset?`%${t.fromPreset}`:"";return`${t.type}${r}${i}${o}${a}`}).join("|")}function Ud(e,t,n=0){var m;let r=e.createGain(),i=e.createGain(),o=[],a=[],l=Id(bn(t)),s=r;for(let f of l){let h=null;if(f.preset){let b=e.createGain(),v=e.createGain(),x=e.createGain(),_=e.createGain();x.gain.value=f.amount,v.gain.value=1-f.amount,s.connect(b),b.connect(v).connect(_),h={entry:b,wet:x,dry:v,join:_},s=b}for(let b of f.nodes){let v=xx(e,b.type,b.params??{},n);s.connect(v.input),s=v.output,o.push({...b.id?{id:b.id}:{},type:b.type,handle:v})}h&&f.preset&&(s.connect(h.wet).connect(h.join),a.push({id:f.preset,...h}),s=h.join)}s.connect(i);let u=Pd(t),c={};for(let f of a)(c[m=f.id]??(c[m]=[])).push(...Na(f.wet.gain,f.dry.gain));return{input:r,output:i,presets:c,nodes:o,update(f){if(Pd(f)!==u)return!1;bn(f).forEach((b,v)=>{let x=o[v];x&&(x.handle.update(gn(b.type,b.params)),b.id===void 0?delete x.id:x.id=b.id)});let h=0;for(let b of Id(bn(f))){if(!b.preset)continue;let v=a[h++];!v||v.id!==b.preset||(v.wet.gain.value=b.amount,v.dry.gain.value=1-b.amount)}return!0},dispose(){for(let{handle:f}of o)f.dispose();for(let{entry:f,wet:h,dry:b,join:v}of a)f.disconnect(),h.disconnect(),b.disconnect(),v.disconnect();r.disconnect(),i.disconnect()}}}var Wd={version:1,nodes:[]},Vd={version:1,lanes:[]};function zd(e,t){let n=(typeof e.getAttribute=="function"?e.getAttribute(Tt):null)??"";if(!n)return Vd;try{return rl(wr(n),t)}catch{return Vd}}function or(e){let t=(typeof e.getAttribute=="function"?e.getAttribute(pn):null)??"";if(!t)return{chain:Wd,raw:""};try{return{chain:el(t),raw:t}}catch{return{chain:Wd,raw:""}}}function qd(e){return zd(e,or(e).chain)}function ci(e,t,n,r,i){let{chain:o}=or(t),a=null,l=[],s=!1,u=0,c=()=>{try{a?(n.disconnect(a.input),a.output.disconnect(r),a.dispose()):n.disconnect(r)}catch{}a=null},m=(T,F)=>{if(T.nodes.length===0){n.connect(r);return}if(Bd(T)&&!ka(e)){n.connect(r);let M=++u;Ma(e).then(()=>{s||M!==u||x(or(t).chain)}).catch(()=>{});return}try{let M=Ud(e,T,F);n.connect(M.input),M.output.connect(r),a=M}catch{n.connect(r)}},f=(T,F)=>{l=F&&a?Fd(zd(t,T),T,a.nodes,F,a.presets):[]},h=i?{...i}:null;m(o,h?.elapsed??0),f(o,h);let b=()=>{if(!h)return null;let T=typeof e.currentTime=="number"?e.currentTime:h.scheduledAt;return{scheduledAt:T,elapsed:h.elapsed+(T-h.scheduledAt)*h.rate,rate:h.rate}},v=T=>{let F=b();F&&(nr(l,F.scheduledAt),f(T,F))},x=T=>{let F=b();nr(l,F?.scheduledAt??0),c(),m(T,F?.elapsed??0),f(T,F)},_=null,R=t;return typeof MutationObserver<"u"&&typeof R?.nodeType=="number"&&(_=new MutationObserver(()=>{let T=or(t);l.length>0&&_a(l),!a||!a.update(T.chain)?x(T.chain):v(T.chain)}),_.observe(R,{attributes:!0,attributeFilter:[pn,Tt]})),{setRate:T=>{let F=b();s||!F||!Number.isFinite(T)||T<=0||T===F.rate||(h={...F,rate:T},nr(l,F.scheduledAt),f(or(t).chain,h))},dispose:()=>{s=!0,_?.disconnect(),l.length>0&&nr(l,typeof e.currentTime=="number"?e.currentTime:0),a?.dispose()}}}function Da(e){return!Number.isFinite(e)||e<=0?1:e}function yx(e,t){t||e.paused||!hr().__hfDebug||console.debug("[hyperframes] webAudioTransport claimed fallback-playing element:",e.currentSrc||e.getAttribute("src")||"")}function vx(e,t){let{elapsed:n,mediaStart:r,scheduledAt:i,globalRate:o,mediaRate:a,clipDuration:l}=t,s=Number.isFinite(l)&&l>0,u=l*a;if(n>=0){let m=n*a,f=u-m;return s&&f<=0?!1:(s?e.start(0,m+r,f):e.start(0,m+r),!0)}let c=-n/o;return s?e.start(i+c,r,u):e.start(i+c,r),!0}function Ia(e,t,n){let r=Nd(qd(e));r&&Ta([{param:t.gain}],r,Cr.scale,n)}function ar(e){return e.sourceKind==="buffer"}var di=class{constructor(){pe(this,"_ctx",null);pe(this,"_bufferCache",new Map);pe(this,"_failedSrcs",new Set);pe(this,"_mediaElementSources",new WeakMap);pe(this,"_activeSources",[]);pe(this,"_masterGain",null);pe(this,"_masterVolume",1);pe(this,"_masterMuted",!1);pe(this,"_groups",new Map);pe(this,"_rateAnchorCtx",0);pe(this,"_rateAnchorComp",0);pe(this,"_rate",1);pe(this,"_paused",!0);pe(this,"_playGeneration",0);pe(this,"_soloed",new Set)}async init(){try{return this._ctx=new AudioContext,this._masterGain=this._ctx.createGain(),this._masterGain.connect(this._ctx.destination),this.applyMasterGain(),!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(t){let n=t.currentSrc||t.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;let r;try{let i=await fetch(n,{cache:"no-store"});if(!i.ok)return L("webAudioTransport.fetch",new Error(`${i.status} ${n}`)),null;r=await i.arrayBuffer()}catch(i){return L("webAudioTransport.fetch",i),null}try{let i=await this._ctx.decodeAudioData(r);return this._bufferCache.set(n,i),i}catch(i){return this._failedSrcs.add(n),L("webAudioTransport.decode",i),null}}startGeneration(){return this._playGeneration+=1,this._playGeneration}currentGeneration(){return this._playGeneration}connectThroughSolo(t,n,r,i,o){let a=t.createGain();return a.gain.value=Yn(this._soloed,r.id,Qt(r))?1:0,i.connect(a),a.connect(this.resolveDestination(r,o.scheduledAt,o.compositionTime,o.rate)??n),a}async scheduleMediaElementPlayback(t,n,r,i,o,a,l=1){if(!this._ctx||!this._masterGain||a!==this._playGeneration)return null;try{if(this._ctx.state==="suspended"&&await this._ctx.resume(),a!==this._playGeneration)return null;let s=this._mediaElementSources.get(t);s||(s=this._ctx.createMediaElementSource(t),this._mediaElementSources.set(t,s));let u=Da(l),c=this._ctx.createGain();c.gain.value=o;let m=this._ctx.currentTime,f=i-n,h={scheduledAt:m,elapsed:f,rate:u},b=ci(this._ctx,t,s,c,h),v=this.connectThroughSolo(this._ctx,this._masterGain,t,c,{scheduledAt:m,compositionTime:i,rate:u});Ia(t,c,h),this._rate=u,this._rateAnchorCtx=m,this._rateAnchorComp=i;let x={fx:b,el:t,sourceNode:s,sourceKind:"media-element",gainNode:c,soloGain:v,compositionStart:n,mediaStart:r,scheduledAt:m,priorMuted:t.muted,priorVolume:t.volume,mediaPlaybackRate:_e(t),bounded:!1};return t.volume=1,this._activeSources.push(x),this._paused=!1,x}catch(s){return L("webAudioTransport.mediaElementSource",s),null}}groupInput(t,n,r){let i=this._groups.get(t);if(i)return i.input;if(!this._ctx||!this._masterGain)return null;let o=this._ctx.createGain(),a=this._ctx.createGain();a.connect(this._masterGain);let l=this._ctx.createAnalyser();l.fftSize=256,a.connect(l);let s=n.getElementById(t),u=this._ctx.createGain();u.gain.value=s?.hasAttribute("data-hidden")?0:1,u.connect(a);let c=ci(this._ctx,s??{getAttribute:()=>null},o,u,r);return s&&Ia(s,o,r),this._groups.set(t,{input:o,muteGain:u,analyser:l,levelBuf:new Float32Array(l.fftSize),dispose:()=>{try{c?.dispose(),o.disconnect(),u.disconnect(),a.disconnect(),l.disconnect()}catch{}}}),o}setGroupMuted(t,n){let r=this._groups.get(t);if(r)try{r.muteGain.gain.value=n?0:1}catch(i){L("webAudioTransport.setGroupMuted",i)}}groupIds(){return[...this._groups.keys()]}groupLevel(t){let n=this._groups.get(t);if(!n)return null;n.analyser.getFloatTimeDomainData(n.levelBuf);let r=0,i=!1;for(let o of n.levelBuf)r+=o*o,Math.abs(o)>=.99&&(i=!0);return{level:Math.sqrt(r/n.levelBuf.length),clipped:i}}resolveDestination(t,n,r,i){if(!this._masterGain)return null;let o=Qt(t);if(!o)return this._masterGain;let a={scheduledAt:n,elapsed:r,rate:i};return this.groupInput(o,t.ownerDocument,a)??this._masterGain}handleSourceEnded(t,n,r,i){let o=this._activeSources.indexOf(n);if(o!==-1){this._activeSources.splice(o,1),r.muted=i;try{t.disconnect(),n.fx?.dispose(),n.gainNode.disconnect(),n.soloGain.disconnect()}catch{}this._activeSources.length===0&&(this._paused=!0)}}async schedulePlayback(t,n,r,i,o,a,l,s=1,u=Number.POSITIVE_INFINITY){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=Da(s),m=_e(t),f=c*m,h=this._ctx.createBufferSource();h.buffer=n,h.playbackRate.value=f;let b=this._ctx.createGain();b.gain.value=a;let v=o-r,x=this._ctx.currentTime,_={scheduledAt:x,elapsed:v,rate:c},R=ci(this._ctx,t,h,b,_),T=this.connectThroughSolo(this._ctx,this._masterGain,t,b,{scheduledAt:x,compositionTime:o,rate:c});if(Ia(t,b,_),this._rate=c,this._rateAnchorCtx=x,this._rateAnchorComp=o,!vx(h,{elapsed:v,mediaStart:i,scheduledAt:x,globalRate:c,mediaRate:m,clipDuration:u}))return h.disconnect(),R?.dispose(),b.disconnect(),T.disconnect(),null;let F=t.muted;t.muted=!0,yx(t,F);let M={fx:R,el:t,sourceNode:h,sourceKind:"buffer",gainNode:b,soloGain:T,compositionStart:r,mediaStart:i,scheduledAt:x,priorMuted:F,priorVolume:t.volume,mediaPlaybackRate:m,bounded:Number.isFinite(u)&&u>0};return this._activeSources.push(M),this._paused=!1,h.addEventListener("ended",()=>this.handleSourceEnded(h,M,t,F)),M}catch(c){return L("webAudioTransport.schedule",c),null}}setRate(t){let n=Da(t);if(n===this._rate)return!1;this._ctx&&!this._paused&&(this._rateAnchorComp=this.getTime(),this._rateAnchorCtx=this._ctx.currentTime),this._rate=n;for(let r of this._activeSources)try{ar(r)&&(r.sourceNode.playbackRate.value=n*r.mediaPlaybackRate),r.fx?.setRate(n)}catch(i){L("webAudioTransport.setRate",i)}return!0}hasBoundedActiveSources(){return this._activeSources.some(t=>ar(t)&&t.bounded)}stopAll(){for(let t of this._activeSources){try{ar(t)&&t.sourceNode.stop(),t.sourceNode.disconnect(),t.fx?.dispose(),t.gainNode.disconnect(),t.soloGain.disconnect()}catch{}ar(t)?t.el.muted=t.priorMuted:t.el.volume=t.priorVolume}this._activeSources=[],this._paused=!0}setVolume(t){this._masterVolume=Math.max(0,Math.min(1,t)),this.applyMasterGain()}setElementVolume(t,n){let r=He(n);for(let i of this._activeSources)if(i.el===t)try{i.sourceKind==="media-element"&&(i.el.volume=1),i.gainNode.gain.value=r}catch(o){L("webAudioTransport.setElementVolume",o)}}setMuted(t){this._masterMuted=t,this.applyMasterGain()}applyMasterGain(){this._masterGain&&(this._masterGain.gain.value=this._masterMuted?0:this._masterVolume)}setSolo(t){this._soloed=t;for(let n of this._activeSources)try{n.soloGain.gain.value=Yn(this._soloed,n.el.id,Qt(n.el))?1:0}catch(r){L("webAudioTransport.setSolo",r)}}isActive(){return this._activeSources.length>0&&!this._paused}ownsElement(t){return!this._paused&&this._activeSources.some(n=>n.el===t&&ar(n))}routesElement(t){return!this._paused&&this._activeSources.some(n=>n.el===t)}destroy(){this.stopAll();for(let t of this._groups.values())t.dispose();if(this._groups.clear(),this._bufferCache.clear(),this._failedSrcs.clear(),this._mediaElementSources=new WeakMap,this._ctx)try{this._ctx.close()}catch{}this._ctx=null,this._masterGain=null,this._masterVolume=1,this._masterMuted=!1}};var $d="data-hf-studio-manual-edit-gesture";function jd(e){return!Number.isInteger(e.tick)||e.tick<=0||e.tick%60!==0?!1:!(e.isPlaying&&e.hasCapturedTimeline&&e.currentTimeSeconds<2)}var Sx=/^\\s*spring\\(\\s*([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+))\\s*\\)\\s*$/;function Kd(e){return Math.max(0,Math.min(1,e))}function Yd(e){let t=Sx.exec(e);if(!t)return null;let n=Number(t[1]);return Number.isFinite(n)?Kd(n):null}function Xd(e,t){if(!Number.isFinite(e))return e;if(e<=0)return 0;if(e>=1)return 1;let n=Kd(t),r=12-n*6,i=Math.PI*2*(1+n*1.5),o=1-Math.exp(-r)*Math.cos(i);return(1-Math.exp(-r*e)*Math.cos(i*e))/o}var Ax=/^\\s*wiggle\\(\\s*(\\d+)\\s*,\\s*(easeOut|easeInOut|anticipate|uniform)\\s*(?:,\\s*([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:[eE][+-]?\\d+)?)\\s*)?\\)\\s*$/,Ex=Math.PI*2;function Cx(e){let t=Ax.exec(e);if(!t)return null;let n=Number(t[1]);if(!Number.isSafeInteger(n)||n<1)return null;let r=t[2];if(r!=="easeOut"&&r!=="easeInOut"&&r!=="anticipate"&&r!=="uniform")return null;if(t[3]===void 0)return{wiggles:n,type:r};let i=Number(t[3]);return!Number.isFinite(i)||i<0||i>1?null:{wiggles:n,type:r,amplitude:i}}function wx(e,t,n,r){if(!Number.isFinite(e))return e;if(e<=0)return 0;if(e>=1)return 1;let i=r??(n==="easeInOut"?.08:n==="uniform"?.14:n==="anticipate"?.12:.16),o=n==="easeInOut"?i*Math.sin(Math.PI*e):n==="uniform"?i:i*(1-e);return e+(n==="anticipate"?-1:1)*o*Math.sin(Ex*t*e)}function Jd(e,t){let n=Cx(e);if(!n)return null;let r=`${n.wiggles}:${n.type}:${n.amplitude??"default"}`,i=t?.get(r);if(i)return i;let o=a=>wx(a,n.wiggles,n.type,n.amplitude);return t?.set(r,o),o}var _x=24,Qd=e=>e>=1?1:0,Tx=e=>e,fi=String.raw`([+-]?(?:\\d+(?:\\.\\d*)?|\\.\\d+)(?:e[+-]?\\d+)?)`,Rx=new RegExp(String.raw`^\\s*M\\s*0\\s*,\\s*0\\s+C\\s*${fi}\\s*,\\s*${fi}\\s+${fi}\\s*,\\s*${fi}\\s+1\\s*,\\s*1\\s*$`,"i");function Zd(e,t,n){let r=1-e;return 3*r*r*e*t+3*r*e*e*n+e*e*e}function kx(e,t,n,r,i){if(!Number.isFinite(e))return e;if(e<=0)return 0;if(e>=1)return 1;let o=0,a=1;for(let l=0;l<_x;l+=1){let s=(o+a)/2;Zd(s,t,r)<e?o=s:a=s}return Zd((o+a)/2,n,i)}function Mx(e){let t=Rx.exec(e);if(!t)return null;let n=Number(t[1]),r=Number(t[2]),i=Number(t[3]),o=Number(t[4]);return Math.min(n,i)<0||Math.max(n,i)>1?null:a=>kx(a,n,r,i,o)}function Fx(e,t){if(!e.startsWith("spring("))return null;let n=Yd(e);if(n===null)return null;let r=t.get(n);if(r)return r;let i=o=>Xd(o,n);return t.set(n,i),i}function Nx(e,t){if(!e.startsWith("custom(")||!e.endsWith(")"))return null;let n=e.slice(7,-1),r=t.get(n);if(r)return r;let i=Mx(n);return i&&t.set(n,i),i}function ef(e){if(e.__hfCustomEaseInstalled)return!0;let t=e.parseEase;if(!t)return!1;let n=new Map,r=new Map,i=new Map,o=s=>typeof s!="string"?null:s==="hold"?Qd:Jd(s,i)??Fx(s,r)??Nx(s,n),a=(s,u,c=[])=>{let m=o(s);return m||(typeof s=="string"&&/^(?:hold|spring|wiggle|custom)(?:\\(|$)/.test(s.trim())&&Le("custom_ease_parse_failed",{ease:s}),t.call(u,s,...c)??Tx)};e.parseEase=function(u,...c){return a(u,this,c)};let l=e.registerEase;if(typeof l=="function"){l("hold",Qd);let s=u=>{let c=m=>m;c.config=(...m)=>a(`${u}(${m.join(",")})`,e),l(u,c)};s("spring"),s("wiggle"),s("custom")}return e.__hfCustomEaseInstalled=!0,!0}var Pa="data-hf-authored-duration",Oa="data-hf-authored-end",tf=!1;function st(e){if(e){if(typeof e.pause!="function"){tf||(tf=!0,Le("timeline_missing_pause",{}));return}try{e.pause()}catch(t){L("runtime.timeline.pause",t)}}}function Lx(){let e=window.__HF_EXPORT_RENDER_SEEK_CONFIG,t=e?.fps,n=e?.fpsSource,r=Number(t);return!e||t==null?{fps:null,source:"default",rawFpsSource:n,rawFps:t,fallbackReason:"missing"}:!Number.isFinite(r)||r<=0?{fps:null,source:"default",rawFpsSource:n,rawFps:t,fallbackReason:"invalid"}:{fps:r,source:n==="render-options"||n==="default"?n:"unknown",rawFpsSource:n,rawFps:t,fallbackReason:e.fpsFallbackReason}}function nf(){let e=jl();ps(xe),Zr(document),ma(document),Qc(document);let t=Lx();e.canonicalFps=t.fps??e.canonicalFps,fs(e.canonicalFps),window.__HF_EXPORT_RENDER_SEEK_CONFIG&&console.info("[hyperframes] render runtime fps",{canonicalFps:e.canonicalFps,source:t.source,rawFpsSource:t.rawFpsSource,rawFps:t.rawFps,fallbackReason:t.fallbackReason});let n=null,r=null,i=null,o=[],a=new Set,l=null,s=new Set,u=(d,g,p)=>{s.has(d)||(s.add(d),Le(g,p))};if(typeof window.__hfRuntimeTeardown=="function")try{window.__hfRuntimeTeardown()}catch(d){L("runtime.init.site1",d)}let c=new ui;e.transportClock=c;let m=new di,f=!1;m.init().then(d=>{f=d});let h=new Set;window.__hf=window.__hf||{},window.__hf.setAudioSolo=d=>{h=new Set(d),m.setSolo(h)};let b=()=>{let d=window.gsap,g=window;if(!(!d?.registerPlugin||g.__hfAutoNoopRegistered))try{d.registerPlugin({name:"_auto",init:()=>!1}),g.__hfAutoNoopRegistered=!0}catch(p){u("auto_marker_install_failed","auto_marker_install_failed",{reason:"threw"}),L("runtime.autoMarker.install",p)}},v=()=>{let d=window.gsap;if(!d){u("custom_ease_missing_gsap","custom_ease_install_failed",{reason:"missing_gsap"});return}try{ef(d)||u("custom_ease_no_parse_ease","custom_ease_install_failed",{reason:"no_parseEase"})}catch(g){u("custom_ease_install_threw","custom_ease_install_failed",{reason:"threw"}),L("runtime.customEase.install",g)}};b(),v(),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");try{Ss(document)}catch(d){L("runtime.init.cssVariables",d)}window.__timelines=window.__timelines||{};let x=()=>{let d=document.querySelector(\'[data-composition-id][data-root="true"]\');if(d instanceof HTMLElement)return d;let g=Array.from(document.querySelectorAll("[data-composition-id]"));return g.find(p=>!p.parentElement?.closest("[data-composition-id]"))??g[0]??null};if(Array.isArray(window.__timelines)){let d=window.__timelines,g=x()?.getAttribute("data-composition-id")??"root",p={};if(d.length===1)p[g]=d[0];else for(let y=0;y<d.length;y++)p[`tl-${y}`]=d[y];window.__timelines=p}let _=x();_&&!_.hasAttribute("data-start")&&_.setAttribute("data-start","0");let R=d=>{o.push(d)},T=(d,g,p)=>{let y=p??`${d}:${JSON.stringify(g)}`;a.has(y)||(a.add(y),xe({source:"hf-preview",type:"diagnostic",code:d,details:g}))},F=d=>{let g={scale:1,focusX:960,focusY:540},p=[],y=[],C={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:()=>g,setStageZoomKeyframes:()=>{},getStageZoomKeyframes:()=>p,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:()=>y,getRenderState:()=>({...C,time:d.getTime(),duration:d.getDuration(),isPlaying:d.isPlaying()})}},M=1/60,E=.75,S=.05,A=100,w=240,N=d=>{if(d instanceof Error)return d.message||String(d);if(typeof d=="string")return d;try{return JSON.stringify(d)}catch{return String(d??"")}},I=d=>{let g=d.toLowerCase();return g.includes("cannot read properties of null")||g.includes("cannot set properties of null")?{code:"runtime_null_dom_access",category:"dom-null-access"}:g.includes("failed to execute \'queryselector\'")?{code:"runtime_invalid_selector",category:"selector-invalid"}:g.includes("is not defined")?{code:"runtime_reference_missing",category:"reference-missing"}:{code:"runtime_script_error",category:"script-error"}},W=d=>{if(d==null||d.trim()==="")return null;let g=Number.parseFloat(d);return!Number.isFinite(g)||g<=0?null:`${g}px`},U=()=>x(),oe=()=>{let d=U();if(!d)return;let g=W(d.getAttribute("data-width")),p=W(d.getAttribute("data-height"));g&&(d.style.width=g),p&&(d.style.height=p),g&&d.style.setProperty("--comp-width",g),p&&d.style.setProperty("--comp-height",p)},k=()=>{let d=U(),g=Array.from(document.querySelectorAll("[data-composition-id]")).filter(p=>p.hasAttribute("data-duration")||p.hasAttribute("data-end"));for(let p of g){if(d&&p===d)continue;let y=p.getAttribute("data-duration"),C=p.getAttribute("data-end");y!=null&&!p.hasAttribute(Pa)&&p.setAttribute(Pa,y),C!=null&&!p.hasAttribute(Oa)&&p.setAttribute(Oa,C),p.removeAttribute("data-duration"),p.removeAttribute("data-end")}},V=()=>{let d=U();if(!d)return;d.style.position||(d.style.position="relative"),d.style.overflow="hidden";let g=W(d.getAttribute("data-width")),p=W(d.getAttribute("data-height"));g&&(d.style.width=g),p&&(d.style.height=p);let y=Array.from(d.children);for(let C of y){let D=C.tagName.toLowerCase();if(D==="script"||D==="style"||D==="link"||D==="meta"||!C.hasAttribute("data-start")||C.hasAttribute("data-hf-autostamped"))continue;let B=(C.style.top==="0px"||C.style.top==="0")&&(C.style.left==="0px"||C.style.left==="0")&&C.style.width==="100%"&&C.style.height==="100%",ee=/translate\\(\\s*-50%\\s*,\\s*-50%\\s*\\)/.test(C.style.transform);if(B&&ee&&!C.hasAttribute("data-width")&&!C.hasAttribute("data-height")){let ye=C.style.top,un=C.style.left,we=C.style.width,cn=C.style.height;C.style.top="",C.style.left="",C.style.width="",C.style.height="";let ae=window.getComputedStyle(C);ae.top!=="auto"||ae.bottom!=="auto"||ae.left!=="auto"||ae.right!=="auto"||ae.width!=="0px"||ae.height!=="0px"||(C.style.top=ye,C.style.left=un,C.style.width=we,C.style.height=cn)}let $=window.getComputedStyle(C),de=$.position;if(de!=="absolute"&&de!=="fixed"&&(C.style.position="absolute"),!!C.style.top||!!C.style.bottom||$.top!=="auto"||$.bottom!=="auto"||(C.style.top="0"),!!C.style.left||!!C.style.right||$.left!=="auto"||$.right!=="auto"||(C.style.left="0"),D!=="audio"){let ye=W(C.getAttribute("data-width")),un=W(C.getAttribute("data-height")),we=$.width!=="0px"&&$.width!=="auto",cn=$.height!=="0px"&&$.height!=="auto";ye?!C.style.width&&!we&&(C.style.width=ye):!C.style.width&&$.width==="0px"&&(C.style.width="100%"),un?!C.style.height&&!cn&&(C.style.height=un):!C.style.height&&$.height==="0px"&&(C.style.height="100%")}}},J=(d,g=0,p)=>pt({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:p?.includeAuthoredTimingAttrs??!0}).resolveStartForElement(d,g),H=(d,g)=>pt({timelineRegistry:window.__timelines??{},includeAuthoredTimingAttrs:g?.includeAuthoredTimingAttrs??!0}).resolveDurationForElement(d),G=d=>{let g=d.closest("[data-composition-id]"),p=g?J(g,0):null,y=g?H(g,{includeAuthoredTimingAttrs:!0}):null;return{compositionRoot:g,inheritedStart:p,inheritedDuration:y}},z=d=>{let g=G(d),p=g.inheritedStart??0,y=Be(d.getAttribute("data-start"));if(d.hasAttribute("data-hf-auto-start")||y==null||p<=0)return J(d,p);let C=ve(d.getAttribute("data-duration")),D=g.inheritedDuration,B=D!=null&&D>0?p+D:null,ee=C!=null&&C>0?y+C:y;return(B==null?y>=p:y<B&&(ee>p||y===p))?y:p+y};window.__hfResolveMediaStartSeconds=z,o.push(()=>{window.__hfResolveMediaStartSeconds===z&&delete window.__hfResolveMediaStartSeconds});let X=(d,g)=>{let p=d.tagName.toLowerCase();if(p==="script"||p==="style"||p==="link"||p==="meta")return!1;let C=p==="video"||p==="audio"?z(d):J(d,0),D=H(d),B=d.getAttribute("data-composition-id");if(B){let $=(window.__timelines??{})[B],de=null;if($&&typeof $.duration=="function"){let ie=Number($.duration());Number.isFinite(ie)&&ie>0&&(de=ie)}!(d.hasAttribute("data-duration")||d.hasAttribute("data-end")||d.hasAttribute(Pa)||d.hasAttribute(Oa))&&(D==null||D<=0)&&de!=null&&(D=de)}let ee=D!=null&&D>0?C+D:Number.POSITIVE_INFINITY;return g>=C&&(Number.isFinite(ee)?g<ee:!0)},Ce=!!document.querySelector("[data-composition-src]"),q=!1;{let d=document.querySelectorAll("[data-composition-id]:not([data-composition-src])");for(let g of d){let p=g.getAttribute("data-composition-id");if(p&&g.children.length===0&&document.querySelector(`template#${CSS.escape(p)}-template`)){q=!0;break}}}let P=!Ce&&!q,O=d=>{if(!d||typeof d.duration!="function")return null;try{let g=Number(d.duration());return Number.isFinite(g)?Math.max(0,g):null}catch{return null}},j=d=>typeof d=="number"&&Number.isFinite(d)&&d>M,le=d=>{let g=ve(d.getAttribute("data-duration"));return g!=null&&g>0?g:Number.isFinite(d.duration)?tt(d,d.duration):null},Z=()=>{let d=Array.from(document.querySelectorAll("video[data-start], audio[data-start]"));if(d.length===0)return null;let g=0;for(let p of d){let y=z(p);if(!Number.isFinite(y))continue;let C=le(p);C==null||C<=M||(g=Math.max(g,Math.max(0,y)+C))}return g>M?g:null},K=()=>{let d=U();if(!d)return null;let g=window.__timelines??{},p=pt({timelineRegistry:g,includeAuthoredTimingAttrs:!0}),y=0,C=ve(d.getAttribute("data-duration"));C!=null&&C>0&&(y=C);let D=Array.from(d.querySelectorAll("[data-composition-id][data-start]"));for(let B of D){if(!(B instanceof Element)||B.parentElement?.closest("[data-composition-id]")!==d)continue;let $=p.resolveStartForElement(B,0),de=p.resolveDurationForElement(B);!Number.isFinite($)||de==null||de<=0||(y=Math.max(y,Math.max(0,$)+de))}return y>M?y:null},Y=()=>{let d=Z();return typeof d!="number"||!Number.isFinite(d)||d<=M?null:d},qe=d=>j(d)?Math.max(M,d*E):M,Fe=()=>{let d=0;for(let g of e.deterministicAdapters){let p=g.getInferredDurationSeconds;if(typeof p!="function")continue;let y=null;try{y=p()}catch(C){L("runtime.init.adapterDuration",C)}typeof y=="number"&&Number.isFinite(y)&&y>0&&(d=Math.max(d,y))}return d>M?d:null},ke=(d,g=0)=>{let p=O(d),y=Y(),C=K(),D=Fe(),B=Math.max(y??0,C??0,D??0),ee=Number.isFinite(g)&&g>M?g:0,$=0;return j(p)?$=Math.max(p,B,ee):j(B)?$=Math.max(B,ee):$=ee,$>0?Math.max(0,$):0},$e=()=>{let d=window.__timelines??{},g=ae=>{let ne=Object.entries(d).filter(se=>!!se[1]&&typeof se[1].play=="function"&&typeof se[1].pause=="function");if(ne.length!==1)return{timeline:null};let ge=ne[0];if(!ge)return{timeline:null};let[be,fe]=ge;return{timeline:fe,selectedTimelineIds:[be],selectedDurationSeconds:O(fe),diagnostics:{code:"root_timeline_sole_registered_fallback",details:{reason:ae,soleTimelineId:be}}}},p=pt({timelineRegistry:d,includeAuthoredTimingAttrs:!0}),y=Y(),C=K(),D=Math.max(y??0,C??0)||null,B=qe(D),ee=ae=>{let ne=document.querySelector(`[data-composition-id="${CSS.escape(ae)}"]`);return ne?p.resolveStartForElement(ne,0):0},$=ae=>{let ne=window.gsap;if(!ne||typeof ne.timeline!="function")return null;let ge=ne.timeline({paused:!0});for(let be of ae)ge.add(be.timeline,ee(be.compositionId));return ge},de=(ae,ne)=>{if(!j(ae))return null;let ge=window.gsap;if(!ge||typeof ge.timeline!="function")return null;let be=ge.timeline({paused:!0});if(ne)try{be.add(ne,0)}catch(se){L("runtime.init.site2",se)}let fe=be;if(typeof fe.to=="function")try{fe.to({},{duration:ae})}catch(se){L("runtime.init.site3",se)}return be},Ne=(ae,ne)=>{let ge=ae;if(typeof ge.getChildren!="function")return[];try{let be=ge.getChildren(!0,!0,!0)??[];if(!Array.isArray(be))return[];let fe=[];for(let se of ne)if(!be.some(et=>et===se.timeline))try{let et=ee(se.compositionId);ae.add(se.timeline,et),fe.push(se.compositionId)}catch(et){L("runtime.init.site4",et)}return fe}catch{return[]}},ie=U(),te=ie?.getAttribute("data-composition-id")??null;if(!te)return g("root_missing_composition_id");let ye=d[te]??null,we=(()=>{if(!ie)return[];let ae=new Set,ne=Array.from(ie.querySelectorAll("[data-composition-id]")),ge=[];for(let be of ne){let fe=be.getAttribute("data-composition-id");if(!fe||fe===te||ae.has(fe))continue;ae.add(fe);let se=d[fe]??null;if(!se||typeof se.play!="function"||typeof se.pause!="function")continue;let ut=O(se);ge.push({compositionId:fe,timeline:se,durationSeconds:ut??0})}return ge})(),cn=ae=>{for(let ne of ae){let ge=ne.timeline;if(typeof ge.paused=="function")try{ge.paused(!1)}catch(be){L("runtime.init.site5",be)}}};if(we.length>0&&cn(we),ye){let ae=we.length>0?Ne(ye,we):[];if((we.length>0||!document.querySelector("[data-composition-id]:not([data-composition-id=\'"+te+"\'])"))&&(vi=!0),ae.length>0)try{let fe=ye.time();ye.seek(fe,!1)}catch{}let ne=O(ye);if(!j(ne)&&we.length>0){let fe=we.map(am=>am.compositionId),se=$(we),ut=O(se);if(se&&j(ut))return{timeline:se,selectedTimelineIds:fe,selectedDurationSeconds:ut,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_unusable_fallback",details:{rootCompositionId:te,rootDurationSeconds:ne,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:B,selectedDurationSeconds:ut,mediaDurationFloorSeconds:y,authoredCompositionDurationFloorSeconds:C,selectedTimelineIds:fe,autoNestedChildren:ae}}};let et=de(D??0,ye),Ni=O(et);if(et&&j(Ni))return{timeline:et,selectedTimelineIds:[te],selectedDurationSeconds:Ni,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:te,rootDurationSeconds:ne,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:y,authoredCompositionDurationFloorSeconds:C,selectedDurationSeconds:Ni,selectedTimelineIds:[te],autoNestedChildren:ae}}}}if(!j(ne)&&we.length===0){let fe=de(D??0,ye),se=O(fe);if(fe&&j(se))return{timeline:fe,selectedTimelineIds:[te],selectedDurationSeconds:se,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_unusable_media_floor_fallback",details:{rootCompositionId:te,rootDurationSeconds:ne,fallbackKind:"media_duration_floor",mediaDurationFloorSeconds:y,authoredCompositionDurationFloorSeconds:C,selectedDurationSeconds:se,selectedTimelineIds:[te]}}}}let ge=ve(ie?.getAttribute("data-duration")),be=Math.max(j(ge)?ge:0,C??0);if(be>0&&j(be)&&j(ne)&&be>=ne+.5){let fe=ye;if(typeof fe.to=="function")try{fe.to({},{duration:0},be)}catch(ut){L("runtime.init.site6",ut)}let se=O(ye);if(j(se))return{timeline:ye,selectedTimelineIds:[te],selectedDurationSeconds:se,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_padded_to_declared_duration",details:{rootCompositionId:te,rootDurationSeconds:ne,rootDeclaredDur:ge,authoredCompositionDurationFloorSeconds:C,newDur:se}}}}return{timeline:ye,selectedTimelineIds:[te],selectedDurationSeconds:ne,mediaDurationFloorSeconds:y,diagnostics:ae.length>0?{code:"root_timeline_auto_nested_children",details:{rootCompositionId:te,selectedDurationSeconds:ne,autoNestedChildren:ae}}:void 0}}if(we.length>0){let ae=we.map(be=>be.compositionId),ne=$(we),ge=O(ne);if(ne)return{timeline:ne,selectedTimelineIds:ae,selectedDurationSeconds:ge,mediaDurationFloorSeconds:y,diagnostics:{code:"root_timeline_missing_fallback",details:{rootCompositionId:te,fallbackKind:"composite_by_root_children",minCandidateDurationSeconds:B,selectedDurationSeconds:ge,mediaDurationFloorSeconds:y,selectedTimelineIds:ae}}}}return g("root_composition_id_unmatched_in_registry")},vi=!1,Gf=d=>{let g=window.gsap,p=d;if(!(!p||typeof p.getChildren!="function"||!g||typeof g.parseEase!="function"))for(let y of p.getChildren(!0,!0,!0)){let C=y,D=C.timeline;if(!D||!("_ease"in D)||typeof D._ease=="function")continue;let B=C.vars?.keyframes,$=(B&&!Array.isArray(B)?B.ease:void 0)??C.vars?.ease??"none";try{let de=g.parseEase($);typeof de=="function"&&(D._ease=de)}catch(de){Le("keyframe_ease_repair_failed",{ease:typeof $=="string"?$:String($)}),L("runtime.keyframeEase.repair",de)}}},rn=()=>{if(v(),!P)return!1;let d=e.capturedTimeline,g=O(d),p=j(g);if(d&&p&&vi)return!1;let y=$e();if(!y.timeline)return!1;if(d&&d===y.timeline)return typeof d.timeScale=="function"&&d.timeScale(e.playbackRate),!1;e.capturedTimeline=y.timeline,typeof e.capturedTimeline.timeScale=="function"&&e.capturedTimeline.timeScale(e.playbackRate),Gf(e.capturedTimeline);let C=ke(e.capturedTimeline,0);if(C<=0&&typeof e.capturedTimeline.progress=="function"&&(e.capturedTimeline.progress(1,!0),e.capturedTimeline.progress(0,!1),st(e.capturedTimeline)),C>0){try{c.setDuration(C)}catch{}if(typeof e.capturedTimeline.totalTime=="function"){typeof e.capturedTimeline.progress=="function"&&e.capturedTimeline.progress(1e-4,!0);let B=Math.max(0,e.currentTime||0);e.capturedTimeline.totalTime(B,!1),st(e.capturedTimeline)}let D=window.__hfStudioManualEditsApply;typeof D=="function"&&D(),Zr(document)}if(y.diagnostics&&xe({source:"hf-preview",type:"diagnostic",code:y.diagnostics.code,details:y.diagnostics.details}),xe({source:"hf-preview",type:"diagnostic",code:"timeline_bound",details:{selectedTimelineIds:y.selectedTimelineIds??[],selectedDurationSeconds:y.selectedDurationSeconds??null,mediaDurationFloorSeconds:y.mediaDurationFloorSeconds??null}}),window.parent!==window){let D=U(),B=C>0?C:0,ee=String(B>0?B:1),$=new Set,de=new Set(document.querySelectorAll("[data-start]")),Ne=ie=>{let te=ie.parentElement;for(;te&&te!==D;){if(de.has(te))return!0;te=te.parentElement}return!1};if(e.capturedTimeline.getChildren)try{for(let ie of e.capturedTimeline.getChildren(!0))if(typeof ie.targets=="function")for(let te of ie.targets())te instanceof HTMLElement&&te!==D&&(te.hasAttribute("data-start")||Ne(te)||$.has(te)||($.add(te),te.setAttribute("data-start","0"),te.setAttribute("data-duration",ee),te.setAttribute("data-hf-autostamped","1")))}catch{}if(D instanceof HTMLElement)for(let ie of D.querySelectorAll("[id]"))ie instanceof HTMLElement&&ie!==D&&(ie.hasAttribute("data-start")||Ne(ie)||$.has(ie)||ie.tagName==="SCRIPT"||ie.tagName==="STYLE"||ie.tagName==="LINK"||($.add(ie),ie.setAttribute("data-start","0"),ie.setAttribute("data-duration",ee),ie.setAttribute("data-hf-autostamped","1")))}for(let D of on)ur.delete(D),Ja(D);return!0};window.__hfForceTimelineRebind=()=>{vi=!1,rn(),wi(e.currentTime)};let Hf=()=>{let d=U();if(!(d instanceof HTMLElement))return;let g=d.getBoundingClientRect(),p=Number(d.getAttribute("data-width")),y=Number(d.getAttribute("data-height")),C=window.getComputedStyle(d),D=Number.isFinite(p)&&p>0&&Number.isFinite(y)&&y>0,B=g.width<=0||g.height<=0||d.clientWidth<=0||d.clientHeight<=0;!D||!B||T("root_stage_layout_zero",{compositionId:d.getAttribute("data-composition-id")??null,declaredWidth:p,declaredHeight:y,rectWidth:Math.round(g.width),rectHeight:Math.round(g.height),clientWidth:d.clientWidth,clientHeight:d.clientHeight,display:C.display,visibility:C.visibility,overflow:C.overflow},`root-stage-layout-zero:${d.getAttribute("data-composition-id")??"unknown"}`)},Bf=()=>{e.tornDown||(l!=null&&window.cancelAnimationFrame(l),l=window.requestAnimationFrame(()=>{l=null,Hf()}))},Uf=()=>{r=d=>{let g=N(d.error??d.message).slice(0,w);if(!g)return;let p=I(g);xe({source:"hf-preview",type:"diagnostic",code:p.code,details:{category:p.category,message:g,filename:d.filename||null,line:Number.isFinite(d.lineno)?d.lineno:null,column:Number.isFinite(d.colno)?d.colno:null}})},i=d=>{let g=N(d.reason).slice(0,w);if(!g)return;let p=I(g);xe({source:"hf-preview",type:"diagnostic",code:`${p.code}_unhandled_rejection`,details:{category:`${p.category}-unhandled-rejection`,message:g}})},window.addEventListener("error",r),window.addEventListener("unhandledrejection",i)},Wf=()=>{let d=Array.from(document.querySelectorAll("img, video, audio, source, link[rel=\'stylesheet\']"));for(let p of d){let y=()=>{if(!(p instanceof Element))return;let C=p.tagName.toLowerCase(),D=p.getAttribute("src")??p.getAttribute("href")??p.getAttribute("poster")??null,B=C==="link"?"runtime_stylesheet_load_failed":"runtime_asset_load_failed";T(B,{tagName:C,assetUrl:D,currentSrc:(p instanceof HTMLImageElement||p instanceof HTMLMediaElement)&&p.currentSrc||null,readyState:p instanceof HTMLMediaElement?p.readyState:null,networkState:p instanceof HTMLMediaElement?p.networkState:null},`${B}:${C}:${D??"unknown"}`)};p.addEventListener("error",y),R(()=>{p.removeEventListener("error",y)})}let g=document.fonts;g&&g.ready.then(()=>{if(e.tornDown)return;let p=Array.from(g).filter(y=>y.status==="error").map(y=>y.family).filter(y=>!!y).slice(0,10);p.length!==0&&T("runtime_font_load_issue",{failedFamilies:p,totalFaces:Array.from(g).length},`runtime-font-load-issue:${p.join("|")}`)}).catch(()=>{})},Vf=(d,g)=>{if(!d.timeline)return!1;let p=e.capturedTimeline;if(p&&p===d.timeline)return!1;let y=Math.max(0,e.currentTime||0),C=e.isPlaying;e.capturedTimeline=d.timeline,typeof e.capturedTimeline.timeScale=="function"&&e.capturedTimeline.timeScale(e.playbackRate);try{st(e.capturedTimeline),typeof e.capturedTimeline.seek=="function"&&e.capturedTimeline.seek(y,!1),C&&typeof e.capturedTimeline.play=="function"&&e.capturedTimeline.play()}catch(D){L("runtime.init.site7",D)}return xe({source:"hf-preview",type:"diagnostic",code:"timeline_loop_guard_rebind",details:{reason:g,previousTime:y,selectedTimelineIds:d.selectedTimelineIds??[],selectedDurationSeconds:d.selectedDurationSeconds??null,mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),!0},Et=null,ja=!1,Ka=!1,on=new Set,ur=new WeakMap,cr=()=>{e.tornDown||(Et!=null&&window.clearTimeout(Et),Et=window.setTimeout(()=>{if(e.tornDown||(Et=null,Ka&&window.__HF_EXPORT_RENDER_SEEK_CONFIG))return;let d=$e();if(!d.timeline||!j(d.mediaDurationFloorSeconds??null))return;if(!e.capturedTimeline){rn()&&(Ct(),Me(!0));return}if(ja)return;let p=O(e.capturedTimeline),y=d.selectedDurationSeconds??O(d.timeline);j(y)&&(!j(p)||y>=p+S)&&Vf(d,"manual")&&(ja=!0,xe({source:"hf-preview",type:"diagnostic",code:"timeline_rebind_after_media_metadata",details:{previousDurationSeconds:p??null,selectedDurationSeconds:y??null,selectedTimelineIds:d.selectedTimelineIds??[],mediaDurationFloorSeconds:d.mediaDurationFloorSeconds??null}}),Ct(),Me(!0))},A))},Ya=d=>{d.currentTarget instanceof HTMLMediaElement&&pl(d.currentTarget)},Xa=d=>{d.currentTarget instanceof HTMLMediaElement&&hl(d.currentTarget)},zf=()=>{for(let d of on)d.removeEventListener("loadedmetadata",cr),d.removeEventListener("durationchange",cr),d.removeEventListener("loadedmetadata",Ya),d.removeEventListener("error",Xa);on.clear()},Si=()=>{if(e.tornDown)return;let d=Array.from(document.querySelectorAll("video, audio"));for(let g of d){if(on.has(g))continue;on.add(g);let p=Number.parseFloat(g.dataset.volume??"");Number.isFinite(p)&&(g.volume=Math.max(0,Math.min(1,p))),g.addEventListener("loadedmetadata",cr),g.addEventListener("durationchange",cr),g.addEventListener("loadedmetadata",Ya),g.addEventListener("error",Xa),ml(g),g.preload!=="auto"&&(g.preload="auto"),g.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&g.load(),Ja(g)}},Ja=d=>{ur.has(d)||Xs(d,e.capturedTimeline,ke(e.capturedTimeline,0),ur,{allowLiveTimelineSeek:!window.__HF_RENDER_CAPTURE_MODE})},Ai=new WeakMap,Qa=d=>{let g=Ai.get(d);if(g!==void 0)return g;let p=window.getComputedStyle(d).position,y=p==="static"||p==="relative"||p==="sticky";return Ai.set(d,y),y},Ei=new WeakMap,qf=d=>{let g=Ei.get(d);if(g!==void 0)return g;let p=d.querySelector("[data-start]")===null;return Ei.set(d,p),p},$f=()=>{Ai=new WeakMap,Ei=new WeakMap},Ci=new WeakMap,dr=new WeakSet,fr=!1,Za=d=>d.matches("audio[data-start]")||d.querySelector("audio[data-start]")!==null,es=new WeakMap,jf=()=>{for(let d of document.querySelectorAll(pa)){let g=d.hasAttribute("data-hidden");es.get(d)!==g&&(es.set(d,g),d.id&&m.setGroupMuted(d.id,g))}},wi=(d,g=Array.from(document.querySelectorAll("[data-start]")))=>{let p=U();for(let y of g){if(!(y instanceof HTMLElement))continue;if(y.hasAttribute("data-hidden")){dr.has(y)||(Ci.set(y,y.style.getPropertyValue("display")),dr.add(y),Za(y)&&(fr=!0)),y.style.display="none",(y instanceof HTMLVideoElement||y instanceof HTMLImageElement)&&n?.setSourceVisibility(y,!1);continue}if(dr.has(y)){let D=Ci.get(y);D?y.style.display=D:y.style.removeProperty("display"),Ci.delete(y),dr.delete(y),Za(y)&&(fr=!0)}let C=X(y,d);if(C){let D=y.parentElement;for(;D&&D!==p;){if(D instanceof HTMLElement&&D.hasAttribute("data-start")&&!X(D,d)){C=!1;break}D=D.parentElement}}y.style.visibility=C?"visible":"hidden",(y instanceof HTMLVideoElement||y instanceof HTMLImageElement)&&n?.setSourceVisibility(y,C),C?Qa(y)&&y.style.removeProperty("display"):Qa(y)&&qf(y)&&(y.style.display="none")}fr&&c.isPlaying()&&Mi(),fr=!1,jf()},Pe=()=>{let d=ll({shouldIncludeElement:p=>p.hasAttribute("data-start")||!!G(p).compositionRoot,resolveStartSeconds:p=>z(p),resolveDurationSeconds:p=>{let y=G(p),C=z(p),D=y.inheritedStart!=null&&y.inheritedDuration!=null&&y.inheritedDuration>0?Math.max(0,y.inheritedStart+y.inheritedDuration-C):null,B=Number.isFinite(p.duration)?tt(p,p.duration):null,ee=ve(p.dataset.duration),$=ee!=null&&ee>0?ee:null;return sl({isVideo:p.tagName==="VIDEO",sourceDuration:B,hostRemaining:D,explicitDuration:$})}});for(let p of d.mediaClips){let y=ur.get(p.el);y&&(p.volumeKeyframes=y)}let g=e.mediaForceSyncNextTick;g&&(e.mediaForceSyncNextTick=!1),e.nativeMediaSyncDisabled||ul({clips:d.mediaClips,timeSeconds:e.currentTime,playing:e.isPlaying,playbackRate:e.playbackRate,outputMuted:e.mediaOutputMuted,userMuted:e.bridgeMuted,userVolume:e.bridgeVolume,forceSync:g,onElementVolume:(p,y,C)=>m.setElementVolume(p,C),isWebAudioOwned:p=>m.ownsElement(p),isWebAudioRouted:p=>m.routesElement(p),isAudibleUnderSolo:p=>Yn(h,p.id,Qt(p)),onAutoplayBlocked:()=>{e.mediaAutoplayBlockedPosted||(e.mediaAutoplayBlockedPosted=!0,xe({source:"hf-preview",type:"media-autoplay-blocked"}))}}),wi(e.currentTime)},Me=d=>{let g=Math.max(0,Math.round((e.currentTime||0)*e.canonicalFps)),p=Date.now();(d||g!==e.bridgeLastPostedFrame||e.isPlaying!==e.bridgeLastPostedPlaying||e.bridgeMuted!==e.bridgeLastPostedMuted||p-e.bridgeLastPostedAt>=e.bridgeMaxPostIntervalMs)&&(e.bridgeLastPostedFrame=g,e.bridgeLastPostedPlaying=e.isPlaying,e.bridgeLastPostedMuted=e.bridgeMuted,e.bridgeLastPostedAt=p,xe({source:"hf-preview",type:"state",frame:g,isPlaying:e.isPlaying,muted:e.bridgeMuted,playbackRate:e.playbackRate}))},_i="",ts=0,Kf=()=>{let d="";for(let g of document.querySelectorAll("[data-start]"))d+=`${g.id}:${g.tagName}|`;return d},Ct=()=>{k(),oe(),V();let d=U();if(d){let y=W(d.getAttribute("data-width")),C=W(d.getAttribute("data-height")),D=y?parseInt(y,10):0,B=C?parseInt(C,10):0;D>0&&B>0&&xe({source:"hf-preview",type:"stage-size",width:D,height:B})}rn();let g=Ql({canonicalFps:e.canonicalFps});window.__clipManifest=g;let p=Kf();if(_i!==p&&$f(),!window.__clipTree||_i!==p){let y=window;window.__clipTree=Kl({startResolver:pt({timelineRegistry:y.__timelines??{},includeAuthoredTimingAttrs:!0}),timelineRegistry:y.__timelines??{},rootDuration:g.durationInFrames/e.canonicalFps}),_i=p}xe(g),Bf()},Yf=()=>{let d=m.groupIds();if(d.length===0)return;let g=d.map(p=>{let y=m.groupLevel(p);return y?{groupId:p,...y}:null}).filter(p=>p!==null);g.length!==0&&xe({source:"hf-preview",type:"group-levels",levels:g})},Ti=d=>typeof d=="number"&&Number.isFinite(d)&&d>0?d:0,Xf=d=>{let g=Ti(Number(d));if(g<=0)return;let p=U(),y=Ti(ve(p?.getAttribute("data-duration"))),C=Math.max(ts,Ti(c.getDuration()),y);g<=C||(ts=g,p?.setAttribute("data-duration",String(g)),c.setDuration(g),Ct(),Me(!0))},Oe=(d,g=0)=>{for(let p of e.deterministicAdapters){try{d==="discover"&&p.discover(),d==="pause"&&p.pause(),d==="play"&&p.play&&p.play()}catch(y){L("runtime.init.site8",y)}if(d==="discover")try{p.seek({time:g,suppressEvents:!0})}catch(y){L("runtime.init.site9",y)}}},wt=()=>{window.__renderReady=!1},an=null,sn=!0,Jf=()=>{let d=[];for(let g of e.deterministicAdapters){let p=g.getReadyPromise;if(typeof p=="function")try{let y=p();y&&d.push(y)}catch(y){L("runtime.init.adapterReady",y)}}return d},Qf=()=>{let d=Jf();if(d.length===0)return an=null,sn=!0,!0;let g=d[0];if(!g)return!0;let p=d.length===1?g:Promise.all(d);return p!==an&&(an=p,sn=!1,Promise.resolve(p).then(()=>{an===p&&(sn=!0,wt())},y=>{an===p&&(sn=!0,L("runtime.init.adapterReady",y),wt())})),sn};if(P)sa();else{let d={injectedStyles:e.injectedCompStyles,injectedScripts:e.injectedCompScripts,injectedLinks:e.injectedCompLinks,parseDimensionPx:W,onDiagnostic:({code:g,details:p})=>{xe({source:"hf-preview",type:"diagnostic",code:g,details:p})}};Vc(d).then(()=>Wc(d)).finally(()=>{P=!0,Si(),Wf(),sa(),ma(document),wt()})}let mr=Vl({postMessage:d=>xe(d)});mr.installPickerApi(),wi(e.currentTime,Array.from(document.querySelectorAll("video[data-start], img[data-start]")));let je=Md();n=je,R(()=>{je.destroy(),n=null});let Ri=d=>{let g=Number(d);!Number.isFinite(g)||g<=0?e.playbackRate=1:e.playbackRate=Math.max(.1,Math.min(5,g)),e.mediaForceSyncNextTick=!0,e.capturedTimeline&&typeof e.capturedTimeline.timeScale=="function"&&e.capturedTimeline.timeScale(e.playbackRate);let p=document.querySelectorAll("video, audio");for(let y of p)if(y instanceof HTMLMediaElement)try{y.playbackRate=e.playbackRate}catch(C){L("runtime.init.site10",C)}},ns={play:()=>{let d=e.capturedTimeline;if(c.isPlaying())return;let g=ke(d,0);if(g>0)c.setDuration(g),c.reachedEnd()&&(c.seek(0),e.currentTime=0,_t(0));else{let p=U(),y=Number(p?.getAttribute("data-duration")??0);y>0&&c.setDuration(y)}st(d),c.play()&&(e.isPlaying=!0,e.mediaForceSyncNextTick=!0,ls(c.now()),f&&!e.nativeMediaSyncDisabled&&!e.webAudioMediaDisabled&&Mi(),Oe("play"),Pe(),je.redraw(),Me(!0))},pause:()=>{if(!c.isPlaying())return;m.stopAll(),c.detachAudioSource(),c.pause(),e.isPlaying=!1,e.currentTime=c.now(),e.mediaForceSyncNextTick=!0,ls(e.currentTime);let d=e.capturedTimeline;st(d),Oe("pause"),Pe(),je.redraw(),Me(!0)},seek:(d,g)=>{let p=zt(Math.max(0,Number(d)||0),e.canonicalFps);m.stopAll(),c.detachAudioSource();let y=c.isPlaying();y&&c.pause(),c.seek(p),e.currentTime=c.now(),e.isPlaying=!1,e.mediaForceSyncNextTick=!0;let C=e.capturedTimeline;if(st(C),_t(e.currentTime),Oe("pause"),g?.keepPlaying&&y){ns.play();return}Pe(),je.redraw(),Me(!0)},renderSeek:(d,g)=>{Ka=!0;let p=zt(Math.max(0,Number(d)||0),e.canonicalFps);m.stopAll(),c.detachAudioSource(),c.isPlaying()&&c.pause(),c.seek(p),e.currentTime=c.now(),e.isPlaying=!1,e.mediaForceSyncNextTick=!0,_t(e.currentTime,{activateChildren:!0,suppressEvents:g?.suppressEvents}),Oe("pause"),Pe(),je.redraw(),Me(!0)},getTime:()=>c.now(),getDuration:()=>{let d=c.getDuration();return Number.isFinite(d)?d:0},isPlaying:()=>c.isPlaying(),setPlaybackRate:d=>{Ri(d),c.setRate(e.playbackRate),us()},getPlaybackRate:()=>e.playbackRate},rs=ke(e.capturedTimeline,0);rs>0&&c.setDuration(rs);let Ge=$l({getTimeline:()=>e.capturedTimeline,setTimeline:d=>{e.capturedTimeline=d},getTimelineRegistry:()=>window.__timelines??{},getIsPlaying:()=>e.isPlaying,setIsPlaying:d=>{e.isPlaying!==d&&(e.mediaForceSyncNextTick=!0),e.isPlaying=d},getPlaybackRate:()=>e.playbackRate,setPlaybackRate:Ri,getCanonicalFps:()=>e.canonicalFps,onSyncMedia:(d,g)=>{e.currentTime=Math.max(0,Number(d)||0),e.isPlaying!==g&&(e.mediaForceSyncNextTick=!0),e.isPlaying=g,Pe()},onStatePost:Me,onDeterministicSeek:(d,g)=>{for(let p of e.deterministicAdapters)if(!(p.name==="gsap"&&e.capturedTimeline))try{p.seek({time:Number(d)||0,suppressEvents:g?.suppressEvents})}catch(y){L("runtime.init.site11",y)}},onDeterministicPause:()=>Oe("pause"),onDeterministicPlay:()=>Oe("play"),onRenderFrameSeek:()=>{je.redraw()},onShowNativeVideos:()=>{},getSafeDuration:()=>ke(e.capturedTimeline,0),transport:ns});window.__player=F(Ge),window.__playerReady=!0,Le("composition_loaded",{duration:Ge.getDuration(),compositionId:document.querySelector("[data-composition-id]")?.getAttribute("data-composition-id")??null}),e.deterministicAdapters=[Us(),Es({resolveStartSeconds:d=>J(d,0)}),ws(),Ts(),Ms(),Fs(),Ns(),Ls(),Ds(),Is(),Ps(),Cs({getTimeline:()=>e.capturedTimeline})],Hs(),Bs(),window.__hfReseekGpu=d=>{let g=Math.max(0,Number(d)||0);window.__hfThreeTime=g,window.__hfTypegpuTime=g,Sr(g)},window.__hfWaitForSeekCompletion=Vi,o.push(()=>{window.__hfWaitForSeekCompletion===Vi&&delete window.__hfWaitForSeekCompletion}),Uf(),Si(),Oe("discover");let Zf=()=>{let d=e.capturedTimeline,g=rn();e.capturedTimeline&&(g||e.capturedTimeline!==d||!Ge._timeline)&&(Ge._timeline=e.capturedTimeline);let p=ke(e.capturedTimeline,0);if(p>0&&c.setDuration(p),Oe("discover",e.currentTime),!e.capturedTimeline){let y=window.__timelines??{},C=Object.keys(y).filter(D=>y[D]);if(C.length>0){let B=U()?.getAttribute("data-composition-id")??null;T("root_timeline_unbound_registry_present",{reason:B?"root data-composition-id has no matching key in window.__timelines":"root composition element has no data-composition-id attribute",rootCompositionId:B,registeredTimelineKeys:C},"root_timeline_unbound_registry_present"),console.warn("[hyperframes] Root timeline not bound \\u2014 render will freeze at t=0. "+(B?`Root data-composition-id is "${B}" but window.__timelines has no such key. `:"Root composition element has no data-composition-id. ")+`Registered timeline keys: [${C.join(", ")}]. Register the root timeline under its data-composition-id (window.__timelines["${B??"<root-id>"}"] = tl).`)}}window.__renderReady=!0,Ct(),Me(!0)},It=null,em=()=>{if(It)return;let d=()=>{window.removeEventListener("hf-timelines-built",d),It=null,wt()};It=d,window.addEventListener("hf-timelines-built",d)};R(()=>{It&&(window.removeEventListener("hf-timelines-built",It),It=null)}),wt=()=>{if(!P){window.__renderReady=!1;return}if(window.__hfTimelinesBuilding){window.__renderReady=!1,em();return}if(Oe("discover",e.currentTime),!Qf()){window.__renderReady=!1;return}Zf()},wt(),P&&setTimeout(()=>{wt()},0);let pr=0,ki=!1,tm=(d,g,p,y)=>{try{let C=y?.suppressEvents===!0;st(d),typeof d.totalTime=="function"?d.totalTime(g,C):d.seek(g,C)}catch(C){L(p,C)}},nm=(d,g)=>{let p=window.__timelines??{},y=U()?.getAttribute("data-composition-id")??null;for(let[C,D]of Object.entries(p)){if(!D||C===y)continue;let B=document.querySelector(`[data-composition-id="${CSS.escape(C)}"]`);if(!B)continue;let ee=J(B,0);if(!Number.isFinite(ee))continue;let $=O(D),de=Ye(B)+Math.max(0,d-ee)*_e(B),Ne=Math.max(0,$!=null&&$>0?Math.min($,de):de);tm(D,Ne,"runtime.init.transport.childTimeline",g)}},is=d=>{let g=window.__timelines??{};for(let p of Object.values(g))if(!(!p||p===d))try{p.play()}catch(y){L("runtime.init.activateSiblings",y)}},os=d=>typeof d=="object"&&d!==null,ln=new WeakMap,rm=["onStart","onUpdate","onComplete","onReverseComplete","onRepeat"],as=(d,g)=>{let p=d[g];if(typeof p!="function")return null;try{let y=Number(p.call(d));return Number.isFinite(y)?y:null}catch(y){return L("runtime.init.gsapCallbackDuration",y),null}},im=d=>{let g=ln.get(d);if(g!=null)return g;if(!("getChildren"in d)||typeof d.getChildren!="function")return!1;let p;try{p=d.getChildren(!0,!0,!0)}catch(y){return L("runtime.init.gsapCallbackChildren",y),ln.set(d,!1),!1}if(!Array.isArray(p))return ln.set(d,!1),!1;for(let y of p){if(!os(y))continue;let C=y.vars;if(!os(C)||!rm.some($=>typeof C[$]=="function"))continue;let ee=as(y,"totalDuration")??as(y,"duration");if(ee!=null&&ee<=1e-6)return ln.set(d,!0),!0}return ln.set(d,!1),!1};function _t(d,g){let p=e.capturedTimeline,y=g?.suppressEvents===!0;if(p){g?.activateChildren&&is(p);let C=p,D=d;if(typeof C.totalDuration=="function")try{let B=Number(C.totalDuration());Number.isFinite(B)&&B>0&&d>B&&(D=B)}catch(B){L("runtime.init.transport.clampDuration",B)}try{typeof p.totalTime=="function"?(p.totalTime(D,y),!y&&!im(p)&&(p.totalTime(D+.001,!0),p.totalTime(D,!0))):p.seek(D,y)}catch(B){L("runtime.init.transport.seek",B)}}nm(d,g),p&&g?.activateChildren&&is(p);for(let C of e.deterministicAdapters)if(!(C.name==="gsap"&&p))try{C.seek({time:d,suppressEvents:y})}catch(D){L("runtime.init.transport.adapter",D)}}let om=()=>{try{return document.querySelector(`[${$d}]`)!=null}catch{return!1}},ss=()=>{if(!(e.tornDown||ki)){ki=!0;try{if(e.transportRafId=window.requestAnimationFrame(ss),pr+=1,jd({tick:pr,isPlaying:c.isPlaying(),hasCapturedTimeline:e.capturedTimeline!=null,currentTimeSeconds:c.now()})){let g=e.capturedTimeline;if(rn()){e.capturedTimeline&&!Ge._timeline&&(Ge._timeline=e.capturedTimeline),e.capturedTimeline&&e.capturedTimeline!==g&&st(e.capturedTimeline);let p=ke(e.capturedTimeline,0);p>0&&c.setDuration(p),Ct()}}if(pr%20===0&&Ct(),pr%30===0&&Si(),c.isPlaying()&&Yf(),e.capturedTimeline){let g=ke(e.capturedTimeline,0);g>0&&(!c.isPlaying()||g>=c.getDuration())&&c.setDuration(g)}if(c.isPlaying()&&!e.mediaOutputMuted)if(!e.nativeMediaSyncDisabled&&!e.webAudioMediaDisabled&&m.isActive()&&m.context){let g=m.getTime();g>=0&&c.attachAudioSource({currentTimeSeconds:g})}else{let g=document.querySelectorAll("audio[data-start]"),p=!1;for(let y of g){if(!(y instanceof HTMLMediaElement)||!y.isConnected||y.closest("[data-hidden]"))continue;let C=Number.parseFloat(y.dataset.start??""),D=ve(y.dataset.duration),B=D!=null&&D>0?C+D:1/0,ee=Ye(y);if(Number.isFinite(C)&&e.currentTime>=C&&e.currentTime<B){y.paused?!y.error&&y.readyState<HTMLMediaElement.HAVE_FUTURE_DATA&&(c.attachAudioSource({currentTimeSeconds:e.currentTime}),p=!0):(c.attachAudioSource({el:y,compositionStart:C,mediaStart:ee}),p=!0);break}}!p&&c.hasAudioSource()&&c.detachAudioSource()}else c.hasAudioSource()&&c.detachAudioSource();let d=c.now();if(e.currentTime=d,(c.isPlaying()||!om())&&_t(d),c.isPlaying()&&je.redrawAnimated(),c.isPlaying()&&c.reachedEnd()){m.stopAll(),c.detachAudioSource(),c.pause(),e.isPlaying=!1;let g=c.getDuration();Number.isFinite(g)&&(c.seek(g),e.currentTime=g,_t(g)),Oe("pause"),Pe(),Me(!0);return}c.isPlaying()&&Pe(),Me(!1)}finally{ki=!1}}},ls=d=>{let g=document.querySelectorAll("video, audio");for(let p of g){if(!(p instanceof HTMLMediaElement)||!p.isConnected)continue;let y=Number.parseFloat(p.dataset.start??"");if(!Number.isFinite(y))continue;let C=ve(p.dataset.duration),D=C!=null&&C>0?y+C:1/0;if(d<y||d>=D)continue;let B=Ye(p),ee=d-y+B;if(ee>=0)try{p.currentTime=ee}catch{}}},Mi=()=>{if(e.nativeMediaSyncDisabled||e.webAudioMediaDisabled)return;let d=m.startGeneration(),g=document.querySelectorAll("audio[data-start]");for(let p of g){if(!(p instanceof HTMLMediaElement)||!p.isConnected||p.closest("[data-hidden]"))continue;let y=Number.parseFloat(p.dataset.start??"");if(!Number.isFinite(y))continue;let C=Ye(p),D=Number.parseFloat(p.dataset.volume??""),B=Number.isFinite(D)?D:1,ee=ve(p.dataset.duration),$=ee!=null&&ee>0?ee:Number.POSITIVE_INFINITY,de=p.closest("[data-composition-id]");if(de){let Ne=J(de,0),ie=H(de,{includeAuthoredTimingAttrs:!0});ie!=null&&ie>0&&($=Math.min($,Math.max(0,Ne+ie-y)))}m.scheduleMediaElementPlayback(p,y,C,c.now(),B,d,e.playbackRate).then(Ne=>{if(Ne||!c.isPlaying())return;let ie=e.playbackRate*_e(p),te=p.hasAttribute("data-fx-chain")||p.hasAttribute("data-automation");if(Math.abs(ie-1)>1e-9){te&&(p.muted=!0);return}m.decodeAudioElement(p).then(ye=>{!ye||!c.isPlaying()||m.schedulePlayback(p,ye,y,C,c.now(),B,d,e.playbackRate,$)})})}};function us(){m.setRate(e.playbackRate)&&!e.nativeMediaSyncDisabled&&!e.webAudioMediaDisabled&&f&&c.isPlaying()&&m.hasBoundedActiveSources()&&(m.stopAll(),Mi())}if(e.capturedTimeline){let d=ke(e.capturedTimeline,0);d>0&&c.setDuration(d),st(e.capturedTimeline)}Yc(window),e.transportRafId=window.requestAnimationFrame(ss),Ct(),Me(!0),e.controlBridgeHandler=ms({onPlay:()=>{Ge.play(),Le("composition_played",{time:Ge.getTime()})},onPause:()=>{Ge.pause(),Le("composition_paused",{time:Ge.getTime()})},onStopMedia:()=>{m.stopAll();let d=document.querySelectorAll("video, audio");for(let g of d)g instanceof HTMLMediaElement&&!g.paused&&g.pause()},onSeek:(d,g)=>{Ge.seek(d),Le("composition_seeked",{time:d})},onSetMuted:d=>{e.bridgeMuted=d;let g=d||e.mediaOutputMuted;m.setMuted(g);let p=document.querySelectorAll("video, audio");for(let y of p)y instanceof HTMLMediaElement&&(y.muted=g||y.defaultMuted)},onSetVolume:d=>{e.bridgeVolume=d,m.setVolume(d);let g=document.querySelectorAll("video, audio");for(let p of g){if(!(p instanceof HTMLMediaElement))continue;let y=parseFloat(p.dataset.volume??""),C=Number.isFinite(y)?y:1;p.volume=Math.max(0,Math.min(1,C*d))}},onSetMediaOutputMuted:d=>{e.mediaOutputMuted=d;let g=d||e.bridgeMuted;m.setMuted(g);let p=document.querySelectorAll("video, audio");for(let y of p)y instanceof HTMLMediaElement&&(y.muted=g||y.defaultMuted)},onSetNativeMediaSyncDisabled:d=>{e.nativeMediaSyncDisabled!==d&&(e.nativeMediaSyncDisabled=d,e.mediaForceSyncNextTick=!0,d?(m.stopAll(),c.detachAudioSource()):Pe())},onSetWebAudioMediaDisabled:d=>{e.webAudioMediaDisabled!==d&&(e.webAudioMediaDisabled=d,e.mediaForceSyncNextTick=!0,d&&(m.stopAll(),c.detachAudioSource()),Pe())},onSetPlaybackRate:d=>{Ri(d),e.transportClock&&e.transportClock.setRate(e.playbackRate),us()},onSetRootDuration:Xf,onSetColorGrading:(d,g)=>{je.setGrading(d,g)},onSetColorGradingCompare:(d,g)=>{je.setCompare(d,g)},onTick:()=>{if(e.tornDown||!c.isPlaying())return;let d=c.now();if(e.currentTime=d,_t(d),c.reachedEnd()){m.stopAll(),c.detachAudioSource(),c.pause(),e.isPlaying=!1;let g=c.getDuration();Number.isFinite(g)&&(c.seek(g),e.currentTime=g,_t(g)),Oe("pause"),Pe(),Me(!0)}},onEnablePickMode:()=>mr.enablePickMode(),onDisablePickMode:()=>mr.disablePickMode(),getCanonicalFps:()=>e.canonicalFps});let Fi=()=>{if(!e.tornDown){e.tornDown=!0,e.transportRafId!=null&&(window.cancelAnimationFrame(e.transportRafId),e.transportRafId=null),e.transportClock=null,m.destroy(),Et!=null&&(window.clearTimeout(Et),Et=null),l!=null&&(window.cancelAnimationFrame(l),l=null),zf(),e.controlBridgeHandler&&(window.removeEventListener("message",e.controlBridgeHandler),e.controlBridgeHandler=null),r&&(window.removeEventListener("error",r),r=null),i&&(window.removeEventListener("unhandledrejection",i),i=null),e.beforeUnloadHandler&&(window.removeEventListener("beforeunload",e.beforeUnloadHandler),e.beforeUnloadHandler=null),mr.disablePickMode();for(let d of e.deterministicAdapters)if(!(!d||typeof d.revert!="function"))try{d.revert()}catch(g){L("runtime.init.site12",g)}e.deterministicAdapters=[];for(let d of o.splice(0))try{d()}catch(g){L("runtime.init.site13",g)}for(let d of e.injectedCompStyles)try{d.remove()}catch(g){L("runtime.init.site14",g)}e.injectedCompStyles=[];for(let d of e.injectedCompLinks)try{d.remove()}catch(g){L("runtime.init.site15",g)}e.injectedCompLinks=[];for(let d of e.injectedCompScripts)try{d.remove()}catch(g){L("runtime.init.site16",g)}e.injectedCompScripts=[],e.capturedTimeline=null,window.__hfRuntimeTeardown===Fi&&(window.__hfRuntimeTeardown=null)}};window.__hfRuntimeTeardown=Fi,e.beforeUnloadHandler=Fi,window.addEventListener("beforeunload",e.beforeUnloadHandler)}var rf=["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"],Ga=[[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 Dx(e){if(e<=255)return rf[e];let t=0,n=Ga.length-1;for(;t<=n;){let r=t+n>>1,i=Ga[r];if(e<i[0]){n=r-1;continue}if(e>i[1]){t=r+1;continue}return i[2]}return"L"}function Ix(e){let t=e.length;if(t===0)return null;let n=new Array(t),r=!1;for(let u=0;u<t;){let c=e.charCodeAt(u),m=c,f=1;if(c>=55296&&c<=56319&&u+1<t){let b=e.charCodeAt(u+1);b>=56320&&b<=57343&&(m=(c-55296<<10)+(b-56320)+65536,f=2)}let h=Dx(m);(h==="R"||h==="AL"||h==="AN")&&(r=!0);for(let b=0;b<f;b++)n[u+b]=h;u+=f}if(!r)return null;let i=0;for(let u=0;u<t;u++){let c=n[u];if(c==="L"){i=0;break}if(c==="R"||c==="AL"){i=1;break}}let o=new Int8Array(t);for(let u=0;u<t;u++)o[u]=i;let a=i&1?"R":"L",l=a,s=l;for(let u=0;u<t;u++)n[u]==="NSM"?n[u]=s:s=n[u];s=l;for(let u=0;u<t;u++){let c=n[u];c==="EN"?n[u]=s==="AL"?"AN":"EN":(c==="R"||c==="L"||c==="AL")&&(s=c)}for(let u=0;u<t;u++)n[u]==="AL"&&(n[u]="R");for(let u=1;u<t-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<t;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<t&&n[c]==="ET";c++)n[c]="EN"}for(let u=0;u<t;u++){let c=n[u];(c==="WS"||c==="ES"||c==="ET"||c==="CS")&&(n[u]="ON")}s=l;for(let u=0;u<t;u++){let c=n[u];c==="EN"?n[u]=s==="L"?"L":"EN":(c==="R"||c==="L")&&(s=c)}for(let u=0;u<t;u++){if(n[u]!=="ON")continue;let c=u+1;for(;c<t&&n[c]==="ON";)c++;let m=u>0?n[u-1]:l,f=c<t?n[c]:l,h=m!=="L"?"R":"L";if(h===(f!=="L"?"R":"L"))for(let v=u;v<c;v++)n[v]=h;u=c-1}for(let u=0;u<t;u++)n[u]==="ON"&&(n[u]=a);for(let u=0;u<t;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 of(e,t){let n=Ix(e);if(n===null)return null;let r=new Int8Array(t.length);for(let i=0;i<t.length;i++)r[i]=n[t[i]];return r}var Px=/[ \\t\\n\\r\\f]+/g,Ox=/[\\t\\n\\r\\f]| {2,}|^ | $/;function Gx(e){let t=e??"normal";return t==="pre-wrap"?{mode:t,preserveOrdinarySpaces:!0,preserveHardBreaks:!0}:{mode:t,preserveOrdinarySpaces:!1,preserveHardBreaks:!1}}function Hx(e){if(!Ox.test(e))return e;let t=e.replace(Px," ");return t.charCodeAt(0)===32&&(t=t.slice(1)),t.length>0&&t.charCodeAt(t.length-1)===32&&(t=t.slice(0,-1)),t}function Bx(e){return/[\\r\\f]/.test(e)?e.replace(/\\r\\n/g,`\n`).replace(/[\\r\\f]/g,`\n`):e.replace(/\\r\\n/g,`\n`)}var Ha=null,Ux;function Wx(){return Ha===null&&(Ha=new Intl.Segmenter(Ux,{granularity:"word"})),Ha}var Vx=/\\p{Script=Arabic}/u,mi=/\\p{M}/u,mf=/\\p{Nd}/u;function af(e){return Vx.test(e)}function sf(e){return e>=19968&&e<=40959||e>=13312&&e<=19903||e>=131072&&e<=173791||e>=173824&&e<=177983||e>=177984&&e<=178207||e>=178208&&e<=183983||e>=183984&&e<=191471||e>=191472&&e<=192093||e>=194560&&e<=195103||e>=196608&&e<=201551||e>=201552&&e<=205743||e>=205744&&e<=210041||e>=63744&&e<=64255||e>=12288&&e<=12351||e>=12352&&e<=12447||e>=12448&&e<=12543||e>=44032&&e<=55215||e>=65280&&e<=65519}function ze(e){for(let t=0;t<e.length;t++){let n=e.charCodeAt(t);if(!(n<12288)){if(n>=55296&&n<=56319&&t+1<e.length){let r=e.charCodeAt(t+1);if(r>=56320&&r<=57343){let i=(n-55296<<10)+(r-56320)+65536;if(sf(i))return!0;t++;continue}}if(sf(n))return!0}}return!1}function zx(e){let t=gi(e);return t!==null&&(hi.has(t)||vt.has(t))}var qx=new Set(["\\xA0","\\u202F","\\u2060","\\uFEFF"]);function $x(e){return ze(e)}function jx(e){let t=gi(e);return t!==null&&qx.has(t)}function pi(e){return!zx(e)&&!jx(e)}var hi=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"]),lr=new Set([\'"\',"(","[","{","\\u201C","\\u2018","\\xAB","\\u2039","\\uFF08","\\u3014","\\u3008","\\u300A","\\u300C","\\u300E","\\u3010","\\u3016","\\u3018","\\u301A"]),Ua=new Set(["\'","\\u2019"]),vt=new Set([".",",","!","?",":",";","\\u060C","\\u061B","\\u061F","\\u0964","\\u0965","\\u104A","\\u104B","\\u104C","\\u104D","\\u104F",")","]","}","%",\'"\',"\\u201D","\\u2019","\\xBB","\\u203A","\\u2026"]),Kx=new Set([":",".","\\u060C","\\u061B"]),Yx=new Set(["\\u104F"]),Xx=new Set(["\\u201D","\\u2019","\\xBB","\\u203A","\\u300D","\\u300F","\\u3011","\\u300B","\\u3009","\\u3015","\\uFF09"]);function Jx(e){if(Wa(e))return!0;let t=!1;for(let n of e){if(vt.has(n)){t=!0;continue}if(!(t&&mi.test(n)))return!1}return t}function Qx(e){for(let t of e)if(!hi.has(t)&&!vt.has(t))return!1;return e.length>0}function Zx(e){if(Wa(e))return!0;for(let t of e)if(!lr.has(t)&&!Ua.has(t)&&!mi.test(t))return!1;return e.length>0}function Wa(e){let t=!1;for(let n of e)if(!(n==="\\\\"||mi.test(n))){if(lr.has(n)||vt.has(n)||Ua.has(n)){t=!0;continue}return!1}return t}function pf(e,t){let n=t-1;if(n<=0)return Math.max(n,0);let r=e.charCodeAt(n);if(r<56320||r>57343)return n;let i=n-1;if(i<0)return n;let o=e.charCodeAt(i);return o>=55296&&o<=56319?i:n}function gi(e){if(e.length===0)return null;let t=pf(e,e.length);return e.slice(t)}function ey(e){let t=Array.from(e),n=t.length;for(;n>0;){let r=t[n-1];if(mi.test(r)){n--;continue}if(lr.has(r)||Ua.has(r)){n--;continue}break}return n<=0||n===t.length?null:{head:t.slice(0,n).join(""),tail:t.slice(n).join("")}}function ty(e,t,n){return n==="text"&&!t&&e.length===1&&e!=="-"&&e!=="\\u2014"?e:null}function lf(e,t,n,r){let i=t[r],o=e[r];if(i==null)return o;let a=n[r];if(o.length===a)return o;let l=i.repeat(a);return e[r]=l,l}function uf(e,t){return e&&t!==null&&Kx.has(t)}function ny(e){let t=gi(e);return t!==null&&Yx.has(t)}function ry(e){if(e.length<2||e[0]!==" ")return null;let t=e.slice(1);return/^\\p{M}+$/u.test(t)?{space:" ",marks:t}:null}function bi(e){let t=e.length;for(;t>0;){let n=pf(e,t),r=e.slice(n,t);if(Xx.has(r))return!0;if(!vt.has(r))return!1;t=n}return!1}function iy(e,t){if(t.preserveOrdinarySpaces||t.preserveHardBreaks){if(e===" ")return"preserved-space";if(e===" ")return"tab";if(t.preserveHardBreaks&&e===`\n`)return"hard-break"}return e===" "?"space":e==="\\xA0"||e==="\\u202F"||e==="\\u2060"||e==="\\uFEFF"?"glue":e==="\\u200B"?"zero-width-break":e==="\\xAD"?"soft-hyphen":"text"}var oy=/[\\x20\\t\\n\\xA0\\xAD\\u200B\\u202F\\u2060\\uFEFF]/;function Ie(e){return e.length===1?e[0]:e.join("")}function ay(e,t){let n=[];for(let r=e.length-1;r>=0;r--)n.push(e[r]);return n.push(t),Ie(n)}function sy(e,t,n,r){if(!oy.test(e))return[{text:e,isWordLike:t,kind:"text",start:n}];let i=[],o=null,a=[],l=n,s=!1,u=0;for(let c of e){let m=iy(c,r),f=m==="text"&&t;if(o!==null&&m===o&&f===s){a.push(c),u+=c.length;continue}o!==null&&i.push({text:Ie(a),isWordLike:s,kind:o,start:l}),o=m,a=[c],l=n+u,s=f,u+=c.length}return o!==null&&i.push({text:Ie(a),isWordLike:s,kind:o,start:l}),i}function Ba(e){return e==="space"||e==="preserved-space"||e==="zero-width-break"||e==="hard-break"}var ly=/^[A-Za-z][A-Za-z0-9+.-]*:$/;function uy(e,t){let n=e.texts[t];return n.startsWith("www.")?!0:ly.test(n)&&t+1<e.len&&e.kinds[t+1]==="text"&&e.texts[t+1]==="//"}function cy(e){return e.includes("?")&&(e.includes("://")||e.startsWith("www."))}function dy(e){let t=e.texts.slice(),n=e.isWordLike.slice(),r=e.kinds.slice(),i=e.starts.slice();for(let a=0;a<e.len;a++){if(r[a]!=="text"||!uy(e,a))continue;let l=[t[a]],s=a+1;for(;s<e.len&&!Ba(r[s]);){l.push(t[s]),n[a]=!0;let u=t[s].includes("?");if(r[s]="text",t[s]="",s++,u)break}t[a]=Ie(l)}let o=0;for(let a=0;a<t.length;a++){let l=t[a];l.length!==0&&(o!==a&&(t[o]=l,n[o]=n[a],r[o]=r[a],i[o]=i[a]),o++)}return t.length=o,n.length=o,r.length=o,i.length=o,{len:o,texts:t,isWordLike:n,kinds:r,starts:i}}function fy(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o];if(t.push(a),n.push(e.isWordLike[o]),r.push(e.kinds[o]),i.push(e.starts[o]),!cy(a))continue;let l=o+1;if(l>=e.len||Ba(e.kinds[l]))continue;let s=[],u=e.starts[l],c=l;for(;c<e.len&&!Ba(e.kinds[c]);)s.push(e.texts[c]),c++;s.length>0&&(t.push(Ie(s)),n.push(!0),r.push("text"),i.push(u),o=c-1)}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}var my=new Set([":","-","/","\\xD7",",",".","+","\\u2013","\\u2014"]),cf=/^[A-Za-z0-9_]+[,:;]*$/,df=/[,:;]+$/;function hf(e){for(let t of e)if(mf.test(t))return!0;return!1}function sr(e){if(e.length===0)return!1;for(let t of e)if(!(mf.test(t)||my.has(t)))return!1;return!0}function py(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o],l=e.kinds[o];if(l==="text"&&sr(a)&&hf(a)){let s=[a],u=o+1;for(;u<e.len&&e.kinds[u]==="text"&&sr(e.texts[u]);)s.push(e.texts[u]),u++;t.push(Ie(s)),n.push(!0),r.push("text"),i.push(e.starts[o]),o=u-1;continue}t.push(a),n.push(e.isWordLike[o]),r.push(l),i.push(e.starts[o])}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function hy(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o],l=e.kinds[o],s=e.isWordLike[o];if(l==="text"&&s&&cf.test(a)){let u=[a],c=df.test(a),m=o+1;for(;c&&m<e.len&&e.kinds[m]==="text"&&e.isWordLike[m]&&cf.test(e.texts[m]);){let f=e.texts[m];u.push(f),c=df.test(f),m++}t.push(Ie(u)),n.push(!0),r.push("text"),i.push(e.starts[o]),o=m-1;continue}t.push(a),n.push(s),r.push(l),i.push(e.starts[o])}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function gy(e){let t=[],n=[],r=[],i=[];for(let o=0;o<e.len;o++){let a=e.texts[o];if(e.kinds[o]==="text"&&a.includes("-")){let l=a.split("-"),s=l.length>1;for(let u=0;u<l.length;u++){let c=l[u];if(!s)break;(c.length===0||!hf(c)||!sr(c))&&(s=!1)}if(s){let u=0;for(let c=0;c<l.length;c++){let m=l[c],f=c<l.length-1?`${m}-`:m;t.push(f),n.push(!0),r.push("text"),i.push(e.starts[o]+u),u+=f.length}continue}}t.push(a),n.push(e.isWordLike[o]),r.push(e.kinds[o]),i.push(e.starts[o])}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function by(e){let t=[],n=[],r=[],i=[],o=0;for(;o<e.len;){let a=[e.texts[o]],l=e.isWordLike[o],s=e.kinds[o],u=e.starts[o];if(s==="glue"){let c=[a[0]],m=u;for(o++;o<e.len&&e.kinds[o]==="glue";)c.push(e.texts[o]),o++;let f=Ie(c);if(o<e.len&&e.kinds[o]==="text")a[0]=f,a.push(e.texts[o]),l=e.isWordLike[o],s="text",u=m,o++;else{t.push(f),n.push(!1),r.push("glue"),i.push(m);continue}}else o++;if(s==="text")for(;o<e.len&&e.kinds[o]==="glue";){let c=[];for(;o<e.len&&e.kinds[o]==="glue";)c.push(e.texts[o]),o++;let m=Ie(c);if(o<e.len&&e.kinds[o]==="text"){a.push(m,e.texts[o]),l=l||e.isWordLike[o],o++;continue}a.push(m)}t.push(Ie(a)),n.push(l),r.push(s),i.push(u)}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function xy(e){let t=e.texts.slice(),n=e.isWordLike.slice(),r=e.kinds.slice(),i=e.starts.slice();for(let o=0;o<t.length-1;o++){if(r[o]!=="text"||r[o+1]!=="text"||!ze(t[o])||!ze(t[o+1]))continue;let a=ey(t[o]);a!==null&&(t[o]=a.head,t[o+1]=a.tail+t[o+1],i[o+1]=i[o]+a.head.length)}return{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function ff(e,t,n){let r=Wx(),i=0,o=[],a=[],l=[],s=[],u=[],c=[],m=[],f=[],h=[],b=[],v=[],x=[];for(let E of r.segment(e))for(let S of sy(E.segment,E.isWordLike??!1,E.index,n)){let V=function(){c[k]!==null&&(a[k]=[lf(o,c,m,k)],c[k]=null),a[k].push(S.text),l[k]=l[k]||S.isWordLike,f[k]=f[k]||N,h[k]=h[k]||I,b[k]=U,v[k]=oe,x[k]=uf(h[k],W)},A=S.kind==="text",w=ty(S.text,S.isWordLike,S.kind),N=ze(S.text),I=af(S.text),W=gi(S.text),U=bi(S.text),oe=ny(S.text),k=i-1;t.carryCJKAfterClosingQuote&&A&&i>0&&s[k]==="text"&&N&&f[k]&&b[k]||A&&i>0&&s[k]==="text"&&Qx(S.text)&&f[k]||A&&i>0&&s[k]==="text"&&v[k]?V():A&&i>0&&s[k]==="text"&&S.isWordLike&&I&&x[k]?(V(),l[k]=!0):w!==null&&i>0&&s[k]==="text"&&c[k]===w?m[k]=(m[k]??1)+1:A&&!S.isWordLike&&i>0&&s[k]==="text"&&(Jx(S.text)||S.text==="-"&&l[k])?V():(o[i]=S.text,a[i]=[S.text],l[i]=S.isWordLike,s[i]=S.kind,u[i]=S.start,c[i]=w,m[i]=w===null?0:1,f[i]=N,h[i]=I,b[i]=U,v[i]=oe,x[i]=uf(I,W),i++)}for(let E=0;E<i;E++){if(c[E]!==null){o[E]=lf(o,c,m,E);continue}o[E]=Ie(a[E])}for(let E=1;E<i;E++)s[E]==="text"&&!l[E]&&Wa(o[E])&&s[E-1]==="text"&&(o[E-1]+=o[E],l[E-1]=l[E-1]||l[E],o[E]="");let _=Array.from({length:i},()=>null),R=-1;for(let E=i-1;E>=0;E--){let S=o[E];if(S.length!==0){if(s[E]==="text"&&!l[E]&&Zx(S)&&R>=0&&s[R]==="text"){let A=_[R]??[];A.push(S),_[R]=A,u[R]=u[E],o[E]="";continue}R=E}}for(let E=0;E<i;E++){let S=_[E];S!=null&&(o[E]=ay(S,o[E]))}let T=0;for(let E=0;E<i;E++){let S=o[E];S.length!==0&&(T!==E&&(o[T]=S,l[T]=l[E],s[T]=s[E],u[T]=u[E]),T++)}o.length=T,l.length=T,s.length=T,u.length=T;let F=by({len:T,texts:o,isWordLike:l,kinds:s,starts:u}),M=xy(hy(gy(py(fy(dy(F))))));for(let E=0;E<M.len-1;E++){let S=ry(M.texts[E]);S!==null&&(M.kinds[E]!=="space"&&M.kinds[E]!=="preserved-space"||M.kinds[E+1]!=="text"||!af(M.texts[E+1])||(M.texts[E]=S.space,M.isWordLike[E]=!1,M.kinds[E]=M.kinds[E]==="preserved-space"?"preserved-space":"space",M.texts[E+1]=S.marks+M.texts[E+1],M.starts[E+1]=M.starts[E]+S.space.length))}return M}function yy(e,t){if(e.len===0)return[];if(!t.preserveHardBreaks)return[{startSegmentIndex:0,endSegmentIndex:e.len,consumedEndSegmentIndex:e.len}];let n=[],r=0;for(let i=0;i<e.len;i++)e.kinds[i]==="hard-break"&&(n.push({startSegmentIndex:r,endSegmentIndex:i,consumedEndSegmentIndex:i+1}),r=i+1);return r<e.len&&n.push({startSegmentIndex:r,endSegmentIndex:e.len,consumedEndSegmentIndex:e.len}),n}function vy(e){if(e.len<=1)return e;let t=[],n=[],r=[],i=[],o=null,a=!1,l=0,s=!1,u=!1;function c(){o!==null&&(t.push(Ie(o)),n.push(a),r.push("text"),i.push(l),o=null)}for(let m=0;m<e.len;m++){let f=e.texts[m],h=e.kinds[m],b=e.isWordLike[m],v=e.starts[m];if(h==="text"){let x=$x(f),_=pi(f);if(o!==null&&s&&u){o.push(f),a=a||b,s=s||x,u=_;continue}c(),o=[f],a=b,l=v,s=x,u=_;continue}c(),t.push(f),n.push(b),r.push(h),i.push(v)}return c(),{len:t.length,texts:t,isWordLike:n,kinds:r,starts:i}}function gf(e,t,n="normal",r="normal"){let i=Gx(n),o=i.mode==="pre-wrap"?Bx(e):Hx(e);if(o.length===0)return{normalized:o,chunks:[],len:0,texts:[],isWordLike:[],kinds:[],starts:[]};let a=r==="keep-all"?vy(ff(o,t,i)):ff(o,t,i);return{normalized:o,chunks:yy(a,i),...a}}var tn=null,bf=new Map,nn=null,Sy=96,Ay=/\\p{Emoji_Presentation}/u,Ey=/[\\p{Emoji_Presentation}\\p{Extended_Pictographic}\\p{Regional_Indicator}\\uFE0F\\u20E3]/u,Va=null,xf=new Map;function za(){if(tn!==null)return tn;if(typeof OffscreenCanvas<"u")return tn=new OffscreenCanvas(1,1).getContext("2d"),tn;if(typeof document<"u")return tn=document.createElement("canvas").getContext("2d"),tn;throw new Error("Text measurement requires OffscreenCanvas or a DOM canvas context.")}function Cy(e){let t=bf.get(e);return t||(t=new Map,bf.set(e,t)),t}function lt(e,t){let n=t.get(e);return n===void 0&&(n={width:za().measureText(e).width,containsCJK:ze(e)},t.set(e,n)),n}function At(){if(nn!==null)return nn;if(typeof navigator>"u")return nn={lineFitEpsilon:.005,carryCJKAfterClosingQuote:!1,preferPrefixWidthsForBreakableRuns:!1,preferEarlySoftHyphenBreak:!1},nn;let e=navigator.userAgent,n=navigator.vendor==="Apple Computer, Inc."&&e.includes("Safari/")&&!e.includes("Chrome/")&&!e.includes("Chromium/")&&!e.includes("CriOS/")&&!e.includes("FxiOS/")&&!e.includes("EdgiOS/"),r=e.includes("Chrome/")||e.includes("Chromium/")||e.includes("CriOS/")||e.includes("Edg/");return nn={lineFitEpsilon:n?1/64:.005,carryCJKAfterClosingQuote:r,preferPrefixWidthsForBreakableRuns:n,preferEarlySoftHyphenBreak:n},nn}function wy(e){let t=e.match(/(\\d+(?:\\.\\d+)?)\\s*px/);return t?parseFloat(t[1]):16}function yf(){return Va===null&&(Va=new Intl.Segmenter(void 0,{granularity:"grapheme"})),Va}function _y(e){return Ay.test(e)||e.includes("\\uFE0F")}function vf(e){return Ey.test(e)}function Ty(e,t){let n=xf.get(e);if(n!==void 0)return n;let r=za();r.font=e;let i=r.measureText("\\u{1F600}").width;if(n=0,i>t+.5&&typeof document<"u"&&document.body!==null){let o=document.createElement("span");o.style.font=e,o.style.display="inline-block",o.style.visibility="hidden",o.style.position="absolute",o.textContent="\\u{1F600}",document.body.appendChild(o);let a=o.getBoundingClientRect().width;document.body.removeChild(o),i-a>.5&&(n=i-a)}return xf.set(e,n),n}function Ry(e){let t=0,n=yf();for(let r of n.segment(e))_y(r.segment)&&t++;return t}function ky(e,t){return t.emojiCount===void 0&&(t.emojiCount=Ry(e)),t.emojiCount}function St(e,t,n){return n===0?t.width:t.width-ky(e,t)*n}function Sf(e,t,n,r,i){if(t.breakableFitAdvances!==void 0)return t.breakableFitAdvances;let o=yf(),a=[];for(let c of o.segment(e))a.push(c.segment);if(a.length<=1)return t.breakableFitAdvances=null,t.breakableFitAdvances;if(i==="sum-graphemes"){let c=[];for(let m of a){let f=lt(m,n);c.push(St(m,f,r))}return t.breakableFitAdvances=c,t.breakableFitAdvances}if(i==="pair-context"||a.length>Sy){let c=[],m=null,f=0;for(let h of a){let b=lt(h,n),v=St(h,b,r);if(m===null)c.push(v);else{let x=m+h,_=lt(x,n);c.push(St(x,_,r)-f)}m=h,f=v}return t.breakableFitAdvances=c,t.breakableFitAdvances}let l=[],s="",u=0;for(let c of a){s+=c;let m=lt(s,n),f=St(s,m,r);l.push(f-u),u=f}return t.breakableFitAdvances=l,t.breakableFitAdvances}function Af(e,t){let n=za();n.font=e;let r=Cy(e),i=wy(e),o=t?Ty(e,i):0;return{cache:r,fontSize:i,emojiCorrection:o}}function My(e,t){for(;t<e.widths.length;){let n=e.kinds[t];if(n!=="space"&&n!=="zero-width-break"&&n!=="soft-hyphen")break;t++}return t}function Ef(e,t){if(t<=0)return 0;let n=e%t;return Math.abs(n)<=1e-6?t:t-n}function Cf(e,t,n,r,i){let o=0,a=t;for(;o<e.length;){let l=a+e[o];if((o+1<e.length?l+i:l)>n+r)break;a=l,o++}return{fitCount:o,fittedWidth:a}}function Fy(e,t){let n=0,r=e.chunks.length;for(;n<r;){let i=Math.floor((n+r)/2);t<e.chunks[i].consumedEndSegmentIndex?r=i:n=i+1}return n<e.chunks.length?n:-1}function wf(e,t,n){let r=n.segmentIndex;if(n.graphemeIndex>0)return t;let i=e.chunks[t];if(i.startSegmentIndex===i.endSegmentIndex&&r===i.startSegmentIndex)return n.segmentIndex=r,n.graphemeIndex=0,t;for(r<i.startSegmentIndex&&(r=i.startSegmentIndex);r<i.endSegmentIndex;){let o=e.kinds[r];if(o!=="space"&&o!=="zero-width-break"&&o!=="soft-hyphen")return n.segmentIndex=r,n.graphemeIndex=0,t;r++}return i.consumedEndSegmentIndex>=e.widths.length?-1:(n.segmentIndex=i.consumedEndSegmentIndex,n.graphemeIndex=0,t+1)}function _f(e,t){if(t.segmentIndex>=e.widths.length)return-1;let n=Fy(e,t.segmentIndex);return n<0?-1:wf(e,n,t)}function Ny(e,t,n){if(n.segmentIndex>=e.widths.length)return-1;let r=t;for(;r<e.chunks.length&&n.segmentIndex>=e.chunks[r].consumedEndSegmentIndex;)r++;return r>=e.chunks.length?-1:wf(e,r,n)}function Tf(e,t){return e.simpleLineWalkFastPath?Rf(e,t):qa(e,t)}function Rf(e,t,n){let{widths:r,kinds:i,breakableFitAdvances:o}=e;if(r.length===0)return 0;let l=At().lineFitEpsilon,s=t+l,u=0,c=0,m=!1,f=0,h=0,b=0,v=0,x=-1,_=0;function R(){x=-1,_=0}function T(w=b,N=v,I=c){u++,n?.({startSegmentIndex:f,startGraphemeIndex:h,endSegmentIndex:w,endGraphemeIndex:N,width:I}),c=0,m=!1,R()}function F(w,N){m=!0,f=w,h=0,b=w+1,v=0,c=N}function M(w,N,I){m=!0,f=w,h=N,b=w,v=N+1,c=I}function E(w,N){if(!m){F(w,N);return}c+=N,b=w+1,v=0}function S(w,N){let I=o[w];for(let W=N;W<I.length;W++){let U=I[W];m?c+U>s?(T(),M(w,W,U)):(c+=U,b=w,v=W+1):M(w,W,U)}m&&b===w&&v===I.length&&(b=w+1,v=0)}let A=0;for(;A<r.length&&!(!m&&(A=My(e,A),A>=r.length));){let w=r[A],N=i[A],I=N==="space"||N==="preserved-space"||N==="tab"||N==="zero-width-break"||N==="soft-hyphen";if(!m){w>t&&o[A]!==null?S(A,0):F(A,w),I&&(x=A+1,_=c-w),A++;continue}if(c+w>s){if(I){E(A,w),T(A+1,0,c-w),A++;continue}if(x>=0){if(b>x||b===x&&v>0){T();continue}T(x,0,_);continue}if(w>t&&o[A]!==null){T(),S(A,0),A++;continue}T();continue}E(A,w),I&&(x=A+1,_=c-w),A++}return m&&T(),u}function qa(e,t,n){if(e.simpleLineWalkFastPath)return Rf(e,t,n);let{widths:r,lineEndFitAdvances:i,lineEndPaintAdvances:o,kinds:a,breakableFitAdvances:l,discretionaryHyphenWidth:s,tabStopAdvance:u,chunks:c}=e;if(r.length===0||c.length===0)return 0;let m=At(),f=m.lineFitEpsilon,h=t+f,b=0,v=0,x=!1,_=0,R=0,T=0,F=0,M=-1,E=0,S=0,A=null;function w(){M=-1,E=0,S=0,A=null}function N(H=T,G=F,z=v){b++,n?.({startSegmentIndex:_,startGraphemeIndex:R,endSegmentIndex:H,endGraphemeIndex:G,width:z}),v=0,x=!1,w()}function I(H,G){x=!0,_=H,R=0,T=H+1,F=0,v=G}function W(H,G,z){x=!0,_=H,R=G,T=H,F=G+1,v=z}function U(H,G){if(!x){I(H,G);return}v+=G,T=H+1,F=0}function oe(H,G,z,X){if(!G)return;let Ce=H==="tab"?0:i[z],q=H==="tab"?X:o[z];M=z+1,E=v-X+Ce,S=v-X+q,A=H}function k(H,G){let z=l[H];for(let X=G;X<z.length;X++){let Ce=z[X];x?v+Ce>h?(N(),W(H,X,Ce)):(v+=Ce,T=H,F=X+1):W(H,X,Ce)}x&&T===H&&F===z.length&&(T=H+1,F=0)}function V(H){if(A!=="soft-hyphen")return!1;let G=l[H];if(G==null)return!1;let{fitCount:z,fittedWidth:X}=Cf(G,v,t,f,s);return z===0?!1:(v=X,T=H,F=z,w(),z===G.length?(T=H+1,F=0,!0):(N(H,z,X+s),k(H,z),!0))}function J(H){b++,n?.({startSegmentIndex:H.startSegmentIndex,startGraphemeIndex:0,endSegmentIndex:H.consumedEndSegmentIndex,endGraphemeIndex:0,width:0}),w()}for(let H=0;H<c.length;H++){let G=c[H];if(G.startSegmentIndex===G.endSegmentIndex){J(G);continue}x=!1,v=0,_=G.startSegmentIndex,R=0,T=G.startSegmentIndex,F=0,w();let z=G.startSegmentIndex;for(;z<G.endSegmentIndex;){let X=a[z],Ce=X==="space"||X==="preserved-space"||X==="tab"||X==="zero-width-break"||X==="soft-hyphen",q=X==="tab"?Ef(v,u):r[z];if(X==="soft-hyphen"){x&&(T=z+1,F=0,M=z+1,E=v+s,S=v+s,A=X),z++;continue}if(!x){q>t&&l[z]!==null?k(z,0):I(z,q),oe(X,Ce,z,q),z++;continue}if(v+q>h){let O=v+(X==="tab"?0:i[z]),j=v+(X==="tab"?q:o[z]);if(A==="soft-hyphen"&&m.preferEarlySoftHyphenBreak&&E<=h){N(M,0,S);continue}if(A==="soft-hyphen"&&V(z)){z++;continue}if(Ce&&O<=h){U(z,q),N(z+1,0,j),z++;continue}if(M>=0&&E<=h){if(T>M||T===M&&F>0){N();continue}let le=M;N(le,0,S),z=le;continue}if(q>t&&l[z]!==null){N(),k(z,0),z++;continue}N();continue}U(z,q),oe(X,Ce,z,q),z++}if(x){let X=M===G.consumedEndSegmentIndex?S:v;N(G.consumedEndSegmentIndex,0,X)}}return b}function kf(e,t,n,r){let i=e.chunks[n];if(i.startSegmentIndex===i.endSegmentIndex)return t.segmentIndex=i.consumedEndSegmentIndex,t.graphemeIndex=0,0;let{widths:o,lineEndFitAdvances:a,lineEndPaintAdvances:l,kinds:s,breakableFitAdvances:u,discretionaryHyphenWidth:c,tabStopAdvance:m}=e,f=At(),h=f.lineFitEpsilon,b=r+h,v=0,x=!1,_=t.segmentIndex,R=t.graphemeIndex,T=-1,F=0,M=0,E=null;function S(){T=-1,F=0,M=0,E=null}function A(k=_,V=R,J=v){return x?(t.segmentIndex=k,t.graphemeIndex=V,J):null}function w(k,V){x=!0,_=k+1,R=0,v=V}function N(k,V,J){x=!0,_=k,R=V+1,v=J}function I(k,V){if(!x){w(k,V);return}v+=V,_=k+1,R=0}function W(k,V,J,H){if(!V)return;let G=k==="tab"?0:a[J],z=k==="tab"?H:l[J];T=J+1,F=v-H+G,M=v-H+z,E=k}function U(k,V){let J=u[k];for(let H=V;H<J.length;H++){let G=J[H];if(!x)N(k,H,G);else{if(v+G>b)return A();v+=G,_=k,R=H+1}}return x&&_===k&&R===J.length&&(_=k+1,R=0),null}function oe(k){if(E!=="soft-hyphen"||T<0)return null;let V=u[k]??null;if(V!==null){let{fitCount:J,fittedWidth:H}=Cf(V,v,r,h,c);if(J===V.length)return v=H,_=k+1,R=0,S(),null;if(J>0)return A(k,J,H+c)}return F<=b?A(T,0,M):null}for(let k=t.segmentIndex;k<i.endSegmentIndex;k++){let V=s[k],J=V==="space"||V==="preserved-space"||V==="tab"||V==="zero-width-break"||V==="soft-hyphen",H=k===t.segmentIndex?t.graphemeIndex:0,G=V==="tab"?Ef(v,m):o[k];if(V==="soft-hyphen"&&H===0){x&&(_=k+1,R=0,T=k+1,F=v+c,M=v+c,E=V);continue}if(!x){if(H>0){let X=U(k,H);if(X!==null)return X}else if(G>r&&u[k]!==null){let X=U(k,0);if(X!==null)return X}else w(k,G);W(V,J,k,G);continue}if(v+G>b){let X=v+(V==="tab"?0:a[k]),Ce=v+(V==="tab"?G:l[k]);if(E==="soft-hyphen"&&f.preferEarlySoftHyphenBreak&&F<=b)return A(T,0,M);let q=oe(k);if(q!==null)return q;if(J&&X<=b)return I(k,G),A(k+1,0,Ce);if(T>=0&&F<=b)return _>T||_===T&&R>0?A():A(T,0,M);if(G>r&&u[k]!==null){let P=A();if(P!==null)return P;let O=U(k,0);if(O!==null)return O}return A()}I(k,G),W(V,J,k,G)}return T===i.consumedEndSegmentIndex&&R===0?A(i.consumedEndSegmentIndex,0,M):A(i.consumedEndSegmentIndex,0,v)}function Ly(e,t,n){let{widths:r,kinds:i,breakableFitAdvances:o}=e,l=At().lineFitEpsilon,s=n+l,u=0,c=!1,m=t.segmentIndex,f=t.graphemeIndex,h=-1,b=0;for(let v=t.segmentIndex;v<r.length;v++){let x=r[v],_=i[v],R=_==="space"||_==="preserved-space"||_==="tab"||_==="zero-width-break"||_==="soft-hyphen",T=v===t.segmentIndex?t.graphemeIndex:0,F=o[v];if(!c){if(T>0||x>n&&F!==null){let M=F,E=M[T];c=!0,u=E,m=v,f=T+1;for(let S=T+1;S<M.length;S++){let A=M[S];if(u+A>s)return t.segmentIndex=m,t.graphemeIndex=f,u;u+=A,m=v,f=S+1}m===v&&f===M.length&&(m=v+1,f=0)}else c=!0,u=x,m=v+1,f=0;R&&(h=v+1,b=u-x);continue}if(u+x>s)return R?(t.segmentIndex=v+1,t.graphemeIndex=0,u):h>=0?m>h||m===h&&f>0?(t.segmentIndex=m,t.graphemeIndex=f,u):(t.segmentIndex=h,t.graphemeIndex=0,b):(t.segmentIndex=m,t.graphemeIndex=f,u);u+=x,m=v+1,f=0,R&&(h=v+1,b=u-x)}return c?(t.segmentIndex=m,t.graphemeIndex=f,u):null}function Dy(e,t,n){let r=_f(e,t);return r<0?null:e.simpleLineWalkFastPath?Ly(e,t,n):kf(e,t,r,n)}function Mf(e,t){if(e.widths.length===0)return{lineCount:0,maxLineWidth:0};let n={segmentIndex:0,graphemeIndex:0},r=0,i=0;if(!e.simpleLineWalkFastPath){let o=_f(e,n);for(;o>=0;){let a=kf(e,n,o,t);if(a===null)return{lineCount:r,maxLineWidth:i};r++,a>i&&(i=a),o=Ny(e,o,n)}return{lineCount:r,maxLineWidth:i}}for(;;){let o=Dy(e,n,t);if(o===null)return{lineCount:r,maxLineWidth:i};r++,o>i&&(i=o)}}var $a=null;function Iy(){return $a===null&&($a=new Intl.Segmenter(void 0,{granularity:"grapheme"})),$a}function Py(e){return e?{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 Oy(e,t){let n=[],r=[],i=0,o=!1,a=!1,l=!1;function s(){r.length!==0&&(n.push({text:r.length===1?r[0]:r.join(""),start:i}),r=[],o=!1,a=!1,l=!1)}function u(m,f,h){r=[m],i=f,o=h,a=bi(m),l=lr.has(m)}function c(m,f){r.push(m),o=o||f;let h=bi(m);m.length===1&&vt.has(m)?a=a||h:a=h,l=!1}for(let m of Iy().segment(e)){let f=m.segment,h=ze(f);if(r.length===0){u(f,m.index,h);continue}if(l||hi.has(f)||vt.has(f)||t.carryCJKAfterClosingQuote&&h&&a){c(f,h);continue}if(!o&&!h){c(f,h);continue}s(),u(f,m.index,h)}return s(),n}function Gy(e){if(e.length<=1)return e;let t=[],n=[e[0].text],r=e[0].start,i=ze(e[0].text),o=pi(e[0].text);function a(){t.push({text:n.length===1?n[0]:n.join(""),start:r})}for(let l=1;l<e.length;l++){let s=e[l],u=ze(s.text),c=pi(s.text);if(i&&o){n.push(s.text),i=i||u,o=c;continue}a(),n=[s.text],r=s.start,i=u,o=c}return a(),t}function Hy(e,t,n,r){let i=At(),{cache:o,emojiCorrection:a}=Af(t,vf(e.normalized)),l=St("-",lt("-",o),a),u=St(" ",lt(" ",o),a)*8;if(e.len===0)return Py(n);let c=[],m=[],f=[],h=[],b=e.chunks.length<=1,v=n?[]:null,x=[],_=n?[]:null,R=Array.from({length:e.len});function T(S,A,w,N,I,W,U){I!=="text"&&I!=="space"&&I!=="zero-width-break"&&(b=!1),c.push(A),m.push(w),f.push(N),h.push(I),v?.push(W),x.push(U),_!==null&&_.push(S)}function F(S,A,w,N,I){let W=lt(S,o),U=St(S,W,a),oe=A==="space"||A==="preserved-space"||A==="zero-width-break"?0:U,k=A==="space"||A==="zero-width-break"?0:U;if(I&&N&&S.length>1){let V="sum-graphemes";sr(S)?V="pair-context":i.preferPrefixWidthsForBreakableRuns&&(V="segment-prefixes");let J=Sf(S,W,o,a,V);T(S,U,oe,k,A,w,J);return}T(S,U,oe,k,A,w,null)}for(let S=0;S<e.len;S++){R[S]=c.length;let A=e.texts[S],w=e.isWordLike[S],N=e.kinds[S],I=e.starts[S];if(N==="soft-hyphen"){T(A,0,l,l,N,I,null);continue}if(N==="hard-break"){T(A,0,0,0,N,I,null);continue}if(N==="tab"){T(A,0,0,0,N,I,null);continue}let W=lt(A,o);if(N==="text"&&W.containsCJK){let U=Oy(A,i),oe=r==="keep-all"?Gy(U):U;for(let k=0;k<oe.length;k++){let V=oe[k];F(V.text,"text",I+V.start,w,r==="keep-all"||!ze(V.text))}continue}F(A,N,I,w,!0)}let M=By(e.chunks,R,c.length),E=v===null?null:of(e.normalized,v);return _!==null?{widths:c,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:h,simpleLineWalkFastPath:b,segLevels:E,breakableFitAdvances:x,discretionaryHyphenWidth:l,tabStopAdvance:u,chunks:M,segments:_}:{widths:c,lineEndFitAdvances:m,lineEndPaintAdvances:f,kinds:h,simpleLineWalkFastPath:b,segLevels:E,breakableFitAdvances:x,discretionaryHyphenWidth:l,tabStopAdvance:u,chunks:M}}function By(e,t,n){let r=[];for(let i=0;i<e.length;i++){let o=e[i],a=o.startSegmentIndex<t.length?t[o.startSegmentIndex]:n,l=o.endSegmentIndex<t.length?t[o.endSegmentIndex]:n,s=o.consumedEndSegmentIndex<t.length?t[o.consumedEndSegmentIndex]:n;r.push({startSegmentIndex:a,endSegmentIndex:l,consumedEndSegmentIndex:s})}return r}function Ff(e,t,n,r){let i=r?.wordBreak??"normal",o=gf(e,At(),r?.whiteSpace,i);return Hy(o,t,n,i)}function xi(e,t,n){return Ff(e,t,!1,n)}function Nf(e,t,n){return Ff(e,t,!0,n)}function yi(e,t,n){let r=Tf(e,t);return{lineCount:r,height:r*n}}function Uy(e){return{width:e.width,start:{segmentIndex:e.startSegmentIndex,graphemeIndex:e.startGraphemeIndex},end:{segmentIndex:e.endSegmentIndex,graphemeIndex:e.endGraphemeIndex}}}function Wy(e,t,n){return e.widths.length===0?0:qa(e,t,r=>{n(Uy(r))})}function Lf(e,t){return Mf(e,t)}function Df(e){let t=0;return Wy(e,Number.POSITIVE_INFINITY,n=>{n.width>t&&(t=n.width)}),t}var Vy={maxWidth:1600,baseFontSize:78,minFontSize:42,fontWeight:900,fontFamily:"Outfit",step:2};function If(e,t){let n={...Vy,...t},r=1.2;for(let i=n.baseFontSize;i>=n.minFontSize;i-=n.step){let o=`${n.fontWeight} ${i}px ${n.fontFamily}`,a=xi(e,o),{lineCount:l}=yi(a,n.maxWidth,i*r);if(l<=1)return{fontSize:i,fits:!0}}return{fontSize:n.minFontSize,fits:!1}}var Pf={prepare:xi,layout:yi,prepareWithSegments:Nf,measureLineStats:Lf,measureNaturalWidth:Df};window.__timelines=window.__timelines||{};ud();window.__hyperframes={fitTextFontSize:If,getVariables:bs,pretext:Pf};function Of(){let e=window;e.__hyperframeRuntimeBootstrapped||(e.__hyperframeRuntimeBootstrapped=!0,nf())}document.readyState==="loading"?document.addEventListener("DOMContentLoaded",Of,{once:!0}):Of();})();\n';
|
|
58712
58712
|
}
|
|
58713
58713
|
});
|
|
58714
58714
|
|
|
@@ -62654,6 +62654,35 @@ var init_audioFx = __esm({
|
|
|
62654
62654
|
],
|
|
62655
62655
|
web: "worklet-bitcrush"
|
|
62656
62656
|
},
|
|
62657
|
+
{
|
|
62658
|
+
id: "pitchshift",
|
|
62659
|
+
label: "Pitch shift",
|
|
62660
|
+
group: "time",
|
|
62661
|
+
description: "Shifts pitch up or down without changing playback speed.",
|
|
62662
|
+
params: [
|
|
62663
|
+
{
|
|
62664
|
+
kind: "number",
|
|
62665
|
+
key: "semitones",
|
|
62666
|
+
label: "Semitones",
|
|
62667
|
+
unit: "st",
|
|
62668
|
+
min: -12,
|
|
62669
|
+
max: 12,
|
|
62670
|
+
step: 1,
|
|
62671
|
+
default: 0
|
|
62672
|
+
},
|
|
62673
|
+
{
|
|
62674
|
+
kind: "number",
|
|
62675
|
+
key: "mix",
|
|
62676
|
+
label: "Mix",
|
|
62677
|
+
unit: "",
|
|
62678
|
+
min: 0,
|
|
62679
|
+
max: 1,
|
|
62680
|
+
step: 0.01,
|
|
62681
|
+
default: 1
|
|
62682
|
+
}
|
|
62683
|
+
],
|
|
62684
|
+
web: "worklet-pitchshift"
|
|
62685
|
+
},
|
|
62657
62686
|
{
|
|
62658
62687
|
id: "delay",
|
|
62659
62688
|
label: "Delay",
|
|
@@ -63656,6 +63685,20 @@ var init_canaryRegistry = __esm({
|
|
|
63656
63685
|
description: "Show the Audio FX rack on audio tracks in Studio \u2014 effects, presets, the voiceover carve and levelling. Gates the AUTHORING surface only: a composition that already carries data-fx-chain still plays and renders it, because a canary should stage who can reach a feature, not make a written attribute silently inert.",
|
|
63657
63686
|
owner: "vance",
|
|
63658
63687
|
sunsetAfter: "2026-11-15"
|
|
63688
|
+
},
|
|
63689
|
+
{
|
|
63690
|
+
name: "audio-track-mute",
|
|
63691
|
+
percentage: 0,
|
|
63692
|
+
description: "Label the visibility control as Mute on audio tracks, and make preview silence data-hidden audio the way the render already does. Fixes a shipped preview/export mismatch, so it is gated separately.",
|
|
63693
|
+
owner: "vance",
|
|
63694
|
+
sunsetAfter: "2026-12-15"
|
|
63695
|
+
},
|
|
63696
|
+
{
|
|
63697
|
+
name: "audio-groups",
|
|
63698
|
+
percentage: 0,
|
|
63699
|
+
description: "Group audio tracks under a shared label, FX chain, and automation clock. Gates the Studio UI for creating and managing groups; the underlying <hf-audio-group> element and data-audio-group membership parse and play regardless of enrollment.",
|
|
63700
|
+
owner: "vance",
|
|
63701
|
+
sunsetAfter: "2027-01-15"
|
|
63659
63702
|
}
|
|
63660
63703
|
];
|
|
63661
63704
|
}
|
|
@@ -64678,8 +64721,8 @@ function memoryAdaptiveCacheBytesMb() {
|
|
|
64678
64721
|
if (total <= LOW_MEMORY_TOTAL_MB_THRESHOLD) return 256;
|
|
64679
64722
|
return DEFAULT_CONFIG2.frameDataUriCacheBytesLimitMb;
|
|
64680
64723
|
}
|
|
64681
|
-
function isDrawElementPlatform(
|
|
64682
|
-
return
|
|
64724
|
+
function isDrawElementPlatform(platform11) {
|
|
64725
|
+
return platform11 === "darwin" || platform11 === "win32";
|
|
64683
64726
|
}
|
|
64684
64727
|
function resolveDefaultDrawElement(args) {
|
|
64685
64728
|
if (!args.useDrawElement) return false;
|
|
@@ -65435,14 +65478,14 @@ async function getPuppeteerOrNull() {
|
|
|
65435
65478
|
return null;
|
|
65436
65479
|
}
|
|
65437
65480
|
}
|
|
65438
|
-
function getHardwareGpuProbeArgs(
|
|
65481
|
+
function getHardwareGpuProbeArgs(platform11) {
|
|
65439
65482
|
return [
|
|
65440
65483
|
"--no-sandbox",
|
|
65441
65484
|
"--disable-setuid-sandbox",
|
|
65442
65485
|
"--disable-dev-shm-usage",
|
|
65443
65486
|
"--enable-webgl",
|
|
65444
65487
|
"--ignore-gpu-blocklist",
|
|
65445
|
-
...getBrowserGpuArgs("hardware",
|
|
65488
|
+
...getBrowserGpuArgs("hardware", platform11)
|
|
65446
65489
|
];
|
|
65447
65490
|
}
|
|
65448
65491
|
function resolveWebGlProbeMode(info) {
|
|
@@ -65458,7 +65501,7 @@ function formatProbeFailure(err) {
|
|
|
65458
65501
|
return `probe failed (${err instanceof Error ? err.message : String(err)})`;
|
|
65459
65502
|
}
|
|
65460
65503
|
async function probeAutoBrowserGpuMode(options) {
|
|
65461
|
-
const
|
|
65504
|
+
const platform11 = options.platform ?? process.platform;
|
|
65462
65505
|
const browserTimeout = options.browserTimeout ?? DEFAULT_CONFIG2.browserTimeout;
|
|
65463
65506
|
const executablePath = options.chromePath ?? resolveHeadlessShellPath({});
|
|
65464
65507
|
const ppt = await getPuppeteerOrNull();
|
|
@@ -65468,7 +65511,7 @@ async function probeAutoBrowserGpuMode(options) {
|
|
|
65468
65511
|
}
|
|
65469
65512
|
try {
|
|
65470
65513
|
const info = await probeHardwareWebGlInfo(ppt, {
|
|
65471
|
-
args: getHardwareGpuProbeArgs(
|
|
65514
|
+
args: getHardwareGpuProbeArgs(platform11),
|
|
65472
65515
|
browserTimeout,
|
|
65473
65516
|
executablePath
|
|
65474
65517
|
});
|
|
@@ -65494,11 +65537,11 @@ function resolveBrowserGpuMode(mode, options = {}) {
|
|
|
65494
65537
|
return "hardware";
|
|
65495
65538
|
});
|
|
65496
65539
|
}
|
|
65497
|
-
function buildUnverifiedHardwareGpuWarning(
|
|
65540
|
+
function buildUnverifiedHardwareGpuWarning(platform11, cause) {
|
|
65498
65541
|
if (cause === "probe-error") {
|
|
65499
65542
|
return "[hyperframes] browserGpuMode=hardware was requested, but the GPU probe could not run, so hardware acceleration is UNVERIFIED \u2014 if Chrome falls back to software WebGL the capture will run at CPU speed. Honouring the explicit request anyway.\n This is a probe failure, not evidence of a missing GPU: see the `browserGpuMode probe \u2192 software (probe failed ...)` line above for the underlying error, which usually means Chrome could not launch (bad HYPERFRAMES_BROWSER_PATH, missing shared libraries, or a denied sandbox) rather than a GPU problem.\n Run `hyperframes doctor` to check the Chrome install.";
|
|
65500
65543
|
}
|
|
65501
|
-
const remediation =
|
|
65544
|
+
const remediation = platform11 === "linux" ? "Inside Docker, the container needs GPU passthrough: `--gpus all` with the NVIDIA Container Toolkit installed, or `--device /dev/dri` for Mesa/AMD/Intel. The image also needs the matching userspace driver + libEGL. Verify with `hyperframes render --browser-gpu` and watch for this warning disappearing." : "Check that the host exposes a GPU to this process and that the graphics drivers are installed.";
|
|
65502
65545
|
return `[hyperframes] browserGpuMode=hardware was requested, but the WebGL probe found no hardware GPU \u2014 Chrome will silently fall back to software WebGL and the capture will run at CPU speed. Honouring the explicit request anyway.
|
|
65503
65546
|
${remediation}
|
|
65504
65547
|
Pass --no-browser-gpu to select deterministic SwiftShader instead of waiting on a hardware path that is not there.`;
|
|
@@ -65632,7 +65675,7 @@ function getLowMemoryFlags() {
|
|
|
65632
65675
|
return [`--js-flags=--max-old-space-size=${heapMb}`];
|
|
65633
65676
|
}
|
|
65634
65677
|
function buildChromeArgs(options, config) {
|
|
65635
|
-
const
|
|
65678
|
+
const platform11 = options.platform ?? process.platform;
|
|
65636
65679
|
const gpuDisabled = config?.disableGpu ?? DEFAULT_CONFIG2.disableGpu;
|
|
65637
65680
|
const browserGpuMode = gpuDisabled ? "software" : config?.browserGpuMode ?? DEFAULT_CONFIG2.browserGpuMode;
|
|
65638
65681
|
const chromeArgs = [
|
|
@@ -65642,7 +65685,7 @@ function buildChromeArgs(options, config) {
|
|
|
65642
65685
|
CANVAS_DRAW_ELEMENT_FEATURE_FLAG,
|
|
65643
65686
|
"--enable-webgl",
|
|
65644
65687
|
"--ignore-gpu-blocklist",
|
|
65645
|
-
...getBrowserGpuArgs(browserGpuMode,
|
|
65688
|
+
...getBrowserGpuArgs(browserGpuMode, platform11),
|
|
65646
65689
|
"--font-render-hinting=none",
|
|
65647
65690
|
"--force-color-profile=srgb",
|
|
65648
65691
|
`--window-size=${options.width},${options.height}`,
|
|
@@ -65703,14 +65746,14 @@ function buildChromeArgs(options, config) {
|
|
|
65703
65746
|
}
|
|
65704
65747
|
return chromeArgs;
|
|
65705
65748
|
}
|
|
65706
|
-
function getBrowserGpuArgs(mode,
|
|
65749
|
+
function getBrowserGpuArgs(mode, platform11) {
|
|
65707
65750
|
if (mode === "software") {
|
|
65708
65751
|
return ["--use-gl=angle", "--use-angle=swiftshader", "--enable-unsafe-swiftshader"];
|
|
65709
65752
|
}
|
|
65710
65753
|
if (mode === "auto") {
|
|
65711
65754
|
return ["--use-gl=angle", "--use-angle=swiftshader", "--enable-unsafe-swiftshader"];
|
|
65712
65755
|
}
|
|
65713
|
-
switch (
|
|
65756
|
+
switch (platform11) {
|
|
65714
65757
|
case "darwin":
|
|
65715
65758
|
return ["--use-gl=angle", "--use-angle=metal", "--enable-gpu-rasterization"];
|
|
65716
65759
|
case "win32":
|
|
@@ -65803,11 +65846,11 @@ var init_protocolTimeoutErrorHint = __esm({
|
|
|
65803
65846
|
function augmentPageNavigationTimeoutError(err, effectiveTimeoutMs, context = {}) {
|
|
65804
65847
|
if (!(err instanceof Error)) return new Error(String(err));
|
|
65805
65848
|
if (!NAVIGATION_TIMEOUT_MATCHER.test(err.message)) return err;
|
|
65806
|
-
const
|
|
65807
|
-
const
|
|
65849
|
+
const platform11 = context.platform ?? process.platform;
|
|
65850
|
+
const arch3 = context.arch ?? process.arch;
|
|
65808
65851
|
const dockerHint = shouldSurfaceDockerHint({
|
|
65809
|
-
platform:
|
|
65810
|
-
arch:
|
|
65852
|
+
platform: platform11,
|
|
65853
|
+
arch: arch3,
|
|
65811
65854
|
hasCss3D: context.hasCss3D,
|
|
65812
65855
|
hasAudio: context.hasAudio
|
|
65813
65856
|
}) ? buildDockerHintBlock() : "";
|
|
@@ -65860,8 +65903,8 @@ async function getCdpSession(page) {
|
|
|
65860
65903
|
}
|
|
65861
65904
|
return client;
|
|
65862
65905
|
}
|
|
65863
|
-
function shouldDefaultCaptureBeyondViewport(browserVersion,
|
|
65864
|
-
return
|
|
65906
|
+
function shouldDefaultCaptureBeyondViewport(browserVersion, platform11 = process.platform) {
|
|
65907
|
+
return platform11 === "darwin" && browserVersion.startsWith("Chrome/");
|
|
65865
65908
|
}
|
|
65866
65909
|
async function probeBeginFrameLiveness(page, timeoutMs, frameTimeTicks, intervalMs) {
|
|
65867
65910
|
const client = await getCdpSession(page);
|
|
@@ -68127,10 +68170,10 @@ async function driveWarmupTicks(options, state) {
|
|
|
68127
68170
|
await sleep5(options.intervalMs);
|
|
68128
68171
|
}
|
|
68129
68172
|
}
|
|
68130
|
-
function resolveCaptureSessionOptions(options, browserVersion,
|
|
68173
|
+
function resolveCaptureSessionOptions(options, browserVersion, platform11 = process.platform) {
|
|
68131
68174
|
return {
|
|
68132
68175
|
...options,
|
|
68133
|
-
captureBeyondViewport: options.captureBeyondViewport ?? shouldDefaultCaptureBeyondViewport(browserVersion,
|
|
68176
|
+
captureBeyondViewport: options.captureBeyondViewport ?? shouldDefaultCaptureBeyondViewport(browserVersion, platform11)
|
|
68134
68177
|
};
|
|
68135
68178
|
}
|
|
68136
68179
|
async function waitForCloseWithTimeout(promise) {
|
|
@@ -70315,7 +70358,9 @@ async function selectUsableGpuEncoder(candidates, isUsable) {
|
|
|
70315
70358
|
}
|
|
70316
70359
|
async function detectGpuEncoder() {
|
|
70317
70360
|
const ffmpeg = spawn(getFfmpegBinary(), ["-encoders"], {
|
|
70318
|
-
stdio: ["pipe", "pipe", "pipe"]
|
|
70361
|
+
stdio: ["pipe", "pipe", "pipe"],
|
|
70362
|
+
// See runFfmpeg.ts: keeps a console window off the user's desktop on Windows.
|
|
70363
|
+
windowsHide: true
|
|
70319
70364
|
});
|
|
70320
70365
|
trackChildProcess(ffmpeg);
|
|
70321
70366
|
let stdout2 = "";
|
|
@@ -70377,7 +70422,8 @@ function getProbeArgs(encoder) {
|
|
|
70377
70422
|
}
|
|
70378
70423
|
async function canUseGpuEncoder(encoder) {
|
|
70379
70424
|
const ffmpeg = spawn(getFfmpegBinary(), getProbeArgs(encoder), {
|
|
70380
|
-
stdio: ["ignore", "ignore", "pipe"]
|
|
70425
|
+
stdio: ["ignore", "ignore", "pipe"],
|
|
70426
|
+
windowsHide: true
|
|
70381
70427
|
});
|
|
70382
70428
|
trackChildProcess(ffmpeg);
|
|
70383
70429
|
const outcome = await new ManagedChildProcess(ffmpeg, {
|
|
@@ -70560,7 +70606,7 @@ ${tail}` : `FFmpeg exited with code ${exitCode}`;
|
|
|
70560
70606
|
}
|
|
70561
70607
|
async function runFfmpeg(args, opts) {
|
|
70562
70608
|
const timeout = opts?.timeout ?? DEFAULT_TIMEOUT;
|
|
70563
|
-
const ffmpeg = spawn2(getFfmpegBinary(), args);
|
|
70609
|
+
const ffmpeg = spawn2(getFfmpegBinary(), args, { windowsHide: true });
|
|
70564
70610
|
trackChildProcess(ffmpeg);
|
|
70565
70611
|
const managed = new ManagedChildProcess(ffmpeg, {
|
|
70566
70612
|
signal: opts?.signal,
|
|
@@ -70626,7 +70672,9 @@ async function runFfprobe(filePath, argsWithoutInput, signal, stdoutOptions) {
|
|
|
70626
70672
|
const proc = spawn3(command2, ["-v", "error", ...argsWithoutInput, "--", filePath], {
|
|
70627
70673
|
// Nothing is ever written to the child's stdin; leaving it as a pipe is
|
|
70628
70674
|
// what lets a stdin-reading invocation block indefinitely.
|
|
70629
|
-
stdio: ["ignore", "pipe", "pipe"]
|
|
70675
|
+
stdio: ["ignore", "pipe", "pipe"],
|
|
70676
|
+
// See runFfmpeg.ts: keeps a console window off the user's desktop on Windows.
|
|
70677
|
+
windowsHide: true
|
|
70630
70678
|
});
|
|
70631
70679
|
trackChildProcess(proc);
|
|
70632
70680
|
const decoder = new StringDecoder("utf8");
|
|
@@ -71995,7 +72043,9 @@ async function spawnStreamingEncoder(outputPath, options, signal, config) {
|
|
|
71995
72043
|
}
|
|
71996
72044
|
const args = buildStreamingArgs(options, outputPath, gpuEncoder);
|
|
71997
72045
|
const ffmpeg = spawn4(getFfmpegBinary(), args, {
|
|
71998
|
-
stdio: ["pipe", "pipe", "pipe"]
|
|
72046
|
+
stdio: ["pipe", "pipe", "pipe"],
|
|
72047
|
+
// See runFfmpeg.ts: keeps a console window off the user's desktop on Windows.
|
|
72048
|
+
windowsHide: true
|
|
71999
72049
|
});
|
|
72000
72050
|
trackChildProcess(ffmpeg);
|
|
72001
72051
|
let exitStatus = "running";
|
|
@@ -73801,7 +73851,22 @@ function wrapScopedCompositionScript(source, compositionId, errorLabel = "[Hyper
|
|
|
73801
73851
|
// (__hfScopedHyperframes is a hoisted var assigned below, before any
|
|
73802
73852
|
// sub-comp script -- the only code that reads this -- runs.)
|
|
73803
73853
|
if (prop === "__hyperframes") return __hfScopedHyperframes;
|
|
73804
|
-
|
|
73854
|
+
// Native window methods must stay bound to the real window. Handed
|
|
73855
|
+
// back unbound, "this" at call time is this Proxy and Chrome rejects
|
|
73856
|
+
// it with "Illegal invocation", which broke window.addEventListener,
|
|
73857
|
+
// setTimeout, matchMedia and getComputedStyle inside every
|
|
73858
|
+
// sub-composition -- including the window.addEventListener("hf-seek",
|
|
73859
|
+
// ...) form the Three.js and TypeGPU adapters document. The sibling
|
|
73860
|
+
// document and gsap proxies here already bind.
|
|
73861
|
+
//
|
|
73862
|
+
// Only bind non-constructors. Function.prototype.bind drops static
|
|
73863
|
+
// members, so binding a class exposed on window (window.Texts and
|
|
73864
|
+
// friends) would silently strip its statics. Built-in methods have
|
|
73865
|
+
// no .prototype; classes and constructor functions do.
|
|
73866
|
+
var value = Reflect.get(target, prop, target);
|
|
73867
|
+
return typeof value === "function" && value.prototype === undefined
|
|
73868
|
+
? value.bind(target)
|
|
73869
|
+
: value;
|
|
73805
73870
|
},
|
|
73806
73871
|
set: function(target, prop, value, receiver) {
|
|
73807
73872
|
if (prop === "__timelines") {
|
|
@@ -79708,18 +79773,48 @@ function extractTimelineRegistryKeys(source) {
|
|
|
79708
79773
|
const key2 = match[1] ?? match[2];
|
|
79709
79774
|
if (key2) keys2.add(key2);
|
|
79710
79775
|
}
|
|
79711
|
-
const
|
|
79712
|
-
|
|
79713
|
-
|
|
79714
|
-
|
|
79715
|
-
|
|
79716
|
-
|
|
79717
|
-
|
|
79718
|
-
|
|
79719
|
-
|
|
79776
|
+
for (const entry of readTimelineRegistryTopLevelKeys(source)) keys2.add(entry);
|
|
79777
|
+
return [...keys2];
|
|
79778
|
+
}
|
|
79779
|
+
function findMatchingBrace(source, bodyStart) {
|
|
79780
|
+
let depth = 1;
|
|
79781
|
+
for (let i2 = bodyStart; i2 < source.length; i2 += 1) {
|
|
79782
|
+
if (source[i2] === "{") depth += 1;
|
|
79783
|
+
else if (source[i2] === "}" && (depth -= 1) === 0) return i2;
|
|
79784
|
+
}
|
|
79785
|
+
return source.length;
|
|
79786
|
+
}
|
|
79787
|
+
function blankNestedBraceGroups(body) {
|
|
79788
|
+
let out = "";
|
|
79789
|
+
let depth = 0;
|
|
79790
|
+
for (const ch of body) {
|
|
79791
|
+
if (ch === "{") depth += 1;
|
|
79792
|
+
else if (ch === "}") depth = Math.max(0, depth - 1);
|
|
79793
|
+
else if (depth === 0) {
|
|
79794
|
+
out += ch;
|
|
79795
|
+
continue;
|
|
79720
79796
|
}
|
|
79797
|
+
out += " ";
|
|
79721
79798
|
}
|
|
79722
|
-
return
|
|
79799
|
+
return out;
|
|
79800
|
+
}
|
|
79801
|
+
function readTimelineRegistryTopLevelKeys(source) {
|
|
79802
|
+
const open3 = TIMELINE_REGISTRY_OBJECT_OPEN_PATTERN.exec(source);
|
|
79803
|
+
if (!open3) return [];
|
|
79804
|
+
const bodyStart = open3.index + open3[0].length;
|
|
79805
|
+
const body = source.slice(bodyStart, findMatchingBrace(source, bodyStart));
|
|
79806
|
+
const flattened = blankNestedBraceGroups(body);
|
|
79807
|
+
const keys2 = [];
|
|
79808
|
+
const entryPattern = new RegExp(
|
|
79809
|
+
TIMELINE_REGISTRY_OBJECT_ENTRY_PATTERN.source,
|
|
79810
|
+
TIMELINE_REGISTRY_OBJECT_ENTRY_PATTERN.flags
|
|
79811
|
+
);
|
|
79812
|
+
let entry;
|
|
79813
|
+
while ((entry = entryPattern.exec(flattened)) !== null) {
|
|
79814
|
+
const key2 = entry[1] ?? entry[2];
|
|
79815
|
+
if (key2) keys2.push(key2);
|
|
79816
|
+
}
|
|
79817
|
+
return keys2;
|
|
79723
79818
|
}
|
|
79724
79819
|
function getInlineScriptSyntaxError(source) {
|
|
79725
79820
|
if (!source.trim()) return null;
|
|
@@ -79731,6 +79826,12 @@ function getInlineScriptSyntaxError(source) {
|
|
|
79731
79826
|
return String(error);
|
|
79732
79827
|
}
|
|
79733
79828
|
}
|
|
79829
|
+
function stripStringLiterals(source) {
|
|
79830
|
+
return source.replace(
|
|
79831
|
+
/(['"])(?:\\.|(?!\1)[^\\\n])*\1?/g,
|
|
79832
|
+
(literal2) => literal2[0] + " ".repeat(Math.max(0, literal2.length - 1))
|
|
79833
|
+
);
|
|
79834
|
+
}
|
|
79734
79835
|
function stripJsComments(source) {
|
|
79735
79836
|
let out = "";
|
|
79736
79837
|
let i2 = 0;
|
|
@@ -79959,44 +80060,6 @@ function describeStudioElement(tag) {
|
|
|
79959
80060
|
parts.push(">");
|
|
79960
80061
|
return parts.join("");
|
|
79961
80062
|
}
|
|
79962
|
-
function findCodeFenceLeak(headWithoutValidBlocks) {
|
|
79963
|
-
return MARKDOWN_CODE_FENCE_PATTERN.exec(headWithoutValidBlocks)?.[0] ?? null;
|
|
79964
|
-
}
|
|
79965
|
-
function findOrphanCssLeak(headContent) {
|
|
79966
|
-
const residualText = headContent.replace(HEAD_BLOCKS_TO_IGNORE_PATTERN, " ").replace(HTML_TAG_PATTERN, " ");
|
|
79967
|
-
return ORPHAN_CSS_AT_RULE_PATTERN.exec(residualText)?.[0] ?? ORPHAN_CSS_RULE_PATTERN.exec(residualText)?.[0] ?? null;
|
|
79968
|
-
}
|
|
79969
|
-
function findStrayCloseLeak(headWithoutValidBlocks) {
|
|
79970
|
-
return STRAY_HEAD_CLOSE_PATTERN.exec(headWithoutValidBlocks)?.[0] ?? null;
|
|
79971
|
-
}
|
|
79972
|
-
function findLeakedTextInHeadContent(headContent) {
|
|
79973
|
-
const withoutValidBlocks = headContent.replace(HEAD_BLOCKS_TO_IGNORE_PATTERN, " ");
|
|
79974
|
-
return findCodeFenceLeak(withoutValidBlocks) ?? findOrphanCssLeak(headContent) ?? findStrayCloseLeak(withoutValidBlocks);
|
|
79975
|
-
}
|
|
79976
|
-
function findLeakedTextInHead(rawSource) {
|
|
79977
|
-
const headMatches = [...rawSource.matchAll(HEAD_CONTENT_PATTERN)];
|
|
79978
|
-
for (const match of headMatches) {
|
|
79979
|
-
const leakedText = findLeakedTextInHeadContent(match[1] ?? "");
|
|
79980
|
-
if (leakedText) return leakedText;
|
|
79981
|
-
}
|
|
79982
|
-
return null;
|
|
79983
|
-
}
|
|
79984
|
-
function findLeakedTextBetweenHeadAndBody(rawSource) {
|
|
79985
|
-
const boundaryMatches = [...rawSource.matchAll(AFTER_HEAD_BEFORE_BODY_PATTERN)];
|
|
79986
|
-
for (const match of boundaryMatches) {
|
|
79987
|
-
const leakedText = findLeakedTextInHeadContent(match[1] ?? "");
|
|
79988
|
-
if (leakedText) return leakedText;
|
|
79989
|
-
}
|
|
79990
|
-
return null;
|
|
79991
|
-
}
|
|
79992
|
-
function findLeakedTextBeforeCompositionRoot(source, rootTag) {
|
|
79993
|
-
if (!rootTag || rootTag.name === "body") return null;
|
|
79994
|
-
const bodyOpenMatch = /<body\b[^>]*>/i.exec(source);
|
|
79995
|
-
const prefixStart = bodyOpenMatch ? bodyOpenMatch.index + bodyOpenMatch[0].length : 0;
|
|
79996
|
-
const prefixEnd = rootTag.index;
|
|
79997
|
-
if (prefixEnd <= prefixStart) return null;
|
|
79998
|
-
return findLeakedTextInHeadContent(source.slice(prefixStart, prefixEnd));
|
|
79999
|
-
}
|
|
80000
80063
|
function findProtectedVisibleMarkupRanges(source) {
|
|
80001
80064
|
const ranges = [];
|
|
80002
80065
|
for (const match of source.matchAll(VISIBLE_MARKUP_COMMENT_PROTECTED_BLOCK_PATTERN)) {
|
|
@@ -80246,6 +80309,40 @@ function findVolumeDoubleAutomationFindings(ctx) {
|
|
|
80246
80309
|
}
|
|
80247
80310
|
return findings;
|
|
80248
80311
|
}
|
|
80312
|
+
function findCarveUngroupedSourcesFindings(ctx) {
|
|
80313
|
+
const groupIds = new Set(
|
|
80314
|
+
ctx.tags.filter((tag) => tag.name === "hf-audio-group").map((tag) => readAttr(tag.raw, "id"))
|
|
80315
|
+
);
|
|
80316
|
+
const findings = [];
|
|
80317
|
+
for (const tag of ctx.tags) {
|
|
80318
|
+
const raw = readDecodedAttr(tag.raw, "data-fx-carve");
|
|
80319
|
+
if (raw === null) continue;
|
|
80320
|
+
const trimmed = raw.trim();
|
|
80321
|
+
if (!trimmed.startsWith("{")) continue;
|
|
80322
|
+
let parsed;
|
|
80323
|
+
try {
|
|
80324
|
+
parsed = JSON.parse(trimmed);
|
|
80325
|
+
} catch {
|
|
80326
|
+
continue;
|
|
80327
|
+
}
|
|
80328
|
+
const sources = parsed.sources;
|
|
80329
|
+
if (!Array.isArray(sources)) continue;
|
|
80330
|
+
const clipIds = sources.filter(
|
|
80331
|
+
(id) => typeof id === "string" && !groupIds.has(id)
|
|
80332
|
+
);
|
|
80333
|
+
if (clipIds.length < 2) continue;
|
|
80334
|
+
const elementId = readAttr(tag.raw, "id") || void 0;
|
|
80335
|
+
findings.push({
|
|
80336
|
+
code: "audio_carve_ungrouped_sources",
|
|
80337
|
+
severity: "warning",
|
|
80338
|
+
message: `${elementId ? `#${elementId}'s` : "This"} carve names ${clipIds.length} voice clips directly (${clipIds.join(", ")}) instead of a group.`,
|
|
80339
|
+
elementId,
|
|
80340
|
+
fixHint: "Group the voice clips and carve against the group \u2014 a hand-rolled clip list silently rots when a clip is added.",
|
|
80341
|
+
snippet: truncateSnippet(tag.raw)
|
|
80342
|
+
});
|
|
80343
|
+
}
|
|
80344
|
+
return findings;
|
|
80345
|
+
}
|
|
80249
80346
|
async function loadParseGsapScript() {
|
|
80250
80347
|
const mod = await Promise.resolve().then(() => (init_gsapParserAcorn(), gsapParserAcorn_exports));
|
|
80251
80348
|
return mod.parseGsapScriptAcorn;
|
|
@@ -81630,6 +81727,7 @@ async function lintProject(projectDir, entryFile) {
|
|
|
81630
81727
|
...lintMissingLocalAsset(projectDir, allHtmlSources),
|
|
81631
81728
|
...lintTextureMaskAssetNotFound(projectDir, allHtmlSources),
|
|
81632
81729
|
...!entryFile ? lintMultipleRootCompositions(projectDir) : [],
|
|
81730
|
+
...!entryFile ? lintBlankRootWithStandaloneComposition(rootHtml, allHtmlSources) : [],
|
|
81633
81731
|
...lintDuplicateAudioTracks(allHtmlSources),
|
|
81634
81732
|
...lintMissingOrEmptySubComposition(projectDir, rootHtml),
|
|
81635
81733
|
...await lintHevcPreviewCodec(collectLocalVideoCandidates(projectDir, allHtmlSources))
|
|
@@ -81652,6 +81750,36 @@ async function lintProject(projectDir, entryFile) {
|
|
|
81652
81750
|
}
|
|
81653
81751
|
return { results, totalErrors, totalWarnings, totalInfos };
|
|
81654
81752
|
}
|
|
81753
|
+
function lintBlankRootWithStandaloneComposition(rootHtml, htmlSources) {
|
|
81754
|
+
const { document: rootDocument } = parseHTML(rootHtml);
|
|
81755
|
+
const root = rootDocument.querySelector("body [data-composition-id]");
|
|
81756
|
+
if (!root || root.querySelector("*:not(script):not(style):not(link):not(meta):not(template)")) {
|
|
81757
|
+
return [];
|
|
81758
|
+
}
|
|
81759
|
+
const standaloneCandidates = [];
|
|
81760
|
+
for (const source of htmlSources) {
|
|
81761
|
+
if (!source.compSrcPath) continue;
|
|
81762
|
+
const { document: document2 } = parseHTML(source.html);
|
|
81763
|
+
const composition = document2.querySelector("body [data-composition-id]");
|
|
81764
|
+
if (!composition) continue;
|
|
81765
|
+
const authoredTimedContent = Array.from(
|
|
81766
|
+
composition.querySelectorAll(
|
|
81767
|
+
".clip, [data-start], [data-end], video, audio, img, svg, canvas"
|
|
81768
|
+
)
|
|
81769
|
+
).some((element) => !element.hasAttribute("data-composition-src"));
|
|
81770
|
+
if (authoredTimedContent) standaloneCandidates.push(source.compSrcPath);
|
|
81771
|
+
}
|
|
81772
|
+
if (standaloneCandidates.length === 0) return [];
|
|
81773
|
+
return [
|
|
81774
|
+
{
|
|
81775
|
+
code: "blank_root_with_standalone_composition",
|
|
81776
|
+
severity: "error",
|
|
81777
|
+
message: `The default index.html composition has no renderable content, but ${standaloneCandidates.join(", ")} contains a standalone timed composition. Default check, snapshot, preview, render, and publish commands open index.html, so they will capture or publish only its background.`,
|
|
81778
|
+
fixHint: `Move the authored composition into index.html, or mount it from index.html with data-composition-src and the sub-composition <template> contract. If the separate file is intentional, render it explicitly with --composition ${standaloneCandidates[0]}.`,
|
|
81779
|
+
suggestedComposition: standaloneCandidates[0]
|
|
81780
|
+
}
|
|
81781
|
+
];
|
|
81782
|
+
}
|
|
81655
81783
|
function lintProjectAudioFiles(projectDir, htmlSources) {
|
|
81656
81784
|
const findings = [];
|
|
81657
81785
|
let audioFiles;
|
|
@@ -81894,7 +82022,7 @@ function isSnippetFragment(html) {
|
|
|
81894
82022
|
if (!firstTag) return false;
|
|
81895
82023
|
return /\bdata-hf-snippet\b/.test(firstTag[0]);
|
|
81896
82024
|
}
|
|
81897
|
-
var import_postcss_selector_parser, COMPOSITION_ID_IN_CSS_PATTERN, TIMELINE_REGISTRY_INIT_PATTERN, TIMELINE_REGISTRY_OBJECT_LITERAL_PATTERN, TIMELINE_REGISTRY_ASSIGN_PATTERN, WINDOW_TIMELINE_ASSIGN_PATTERN, INVALID_SCRIPT_CLOSE_PATTERN, TIMELINE_REGISTRY_KEY_PATTERN,
|
|
82025
|
+
var import_postcss_selector_parser, COMPOSITION_ID_IN_CSS_PATTERN, TIMELINE_REGISTRY_INIT_PATTERN, TIMELINE_REGISTRY_OBJECT_LITERAL_PATTERN, TIMELINE_REGISTRY_ASSIGN_PATTERN, WINDOW_TIMELINE_ASSIGN_PATTERN, INVALID_SCRIPT_CLOSE_PATTERN, TIMELINE_REGISTRY_KEY_PATTERN, TIMELINE_REGISTRY_OBJECT_OPEN_PATTERN, TIMELINE_REGISTRY_OBJECT_ENTRY_PATTERN, VISIBLE_MARKUP_COMMENT_PATTERN, VISIBLE_MARKUP_COMMENT_PROTECTED_BLOCK_PATTERN, coreRules, mediaRules, SCENE_BOUNDARY_EPSILON_SECONDS, UNRESOLVED_TARGET, gsapWindowsCache, CONFLICTING_TRANSLATE_PROPS, CONFLICTING_SCALE_PROPS, RELATIVE_TWEEN_VALUE, TRANSFORM_SENSITIVE_READ, TRANSFORM_INVARIANT_READ, CALLBACK_MEASUREMENT_PATTERN, NUMBER_METHODS, gsapRules, captionRules, MAX_COMPOSITION_LINES, MAX_TIMED_ELEMENTS_PER_TRACK, TRACK_DENSITY_EXEMPT_TAGS, CAPTION_CUE_TOKEN, HEAVY_OVERLAY_ELEMENT_COUNT_WARN, HEAVY_OVERLAY_EXEMPT_TAGS, HEAVY_OVERLAY_CSS_PATTERN, INLINE_STYLE_DISPLAY_NONE_PATTERN, compositionRules, adapterRules, TEXTURE_BASE_CLASS, TEXTURE_CLASS_PREFIX, textureRules, GENERIC_FAMILIES, fontRules, slideshowRules, RULE_GROUPS, LINT_RULE_COUNT, LINT_RULE_GROUP_COUNTS, PROBE_TIMEOUT_MS, PROBE_CONCURRENCY, AUDIO_EXTENSIONS, MASK_IMAGE_URL_RE;
|
|
81898
82026
|
var init_dist4 = __esm({
|
|
81899
82027
|
"../lint/dist/index.js"() {
|
|
81900
82028
|
"use strict";
|
|
@@ -81919,16 +82047,8 @@ var init_dist4 = __esm({
|
|
|
81919
82047
|
WINDOW_TIMELINE_ASSIGN_PATTERN = /window\.__timelines(?:\[\s*(?:["']([^"']+)["']|[A-Za-z_$][\w$.]*)\s*\]|\.\s*([A-Za-z_$][\w$]*))\s*=\s*([A-Za-z_$][\w$]*)/i;
|
|
81920
82048
|
INVALID_SCRIPT_CLOSE_PATTERN = /<script[^>]*>[\s\S]*?<\s*\/\s*script(?!>)/i;
|
|
81921
82049
|
TIMELINE_REGISTRY_KEY_PATTERN = /window\.__timelines(?:\[\s*["']([^"']+)["']\s*\]|\.\s*([A-Za-z_$][\w$]*))\s*=/g;
|
|
81922
|
-
|
|
82050
|
+
TIMELINE_REGISTRY_OBJECT_OPEN_PATTERN = /window\.__timelines\s*=\s*\{/i;
|
|
81923
82051
|
TIMELINE_REGISTRY_OBJECT_ENTRY_PATTERN = /(?:["']([^"']+)["']|([A-Za-z_$][\w$]*))\s*:\s*[A-Za-z_$][\w$]*/g;
|
|
81924
|
-
HEAD_BLOCKS_TO_IGNORE_PATTERN = /<(?:style|script|template|title|noscript)\b[^>]*>[\s\S]*?<\/(?:style|script|template|title|noscript)(?:\s[^>]*)?>/gi;
|
|
81925
|
-
HTML_TAG_PATTERN = /<[^>]+>/g;
|
|
81926
|
-
HEAD_CONTENT_PATTERN = /<head\b[^>]*>([\s\S]*?)(?:<\/head>|<body\b|$)/gi;
|
|
81927
|
-
AFTER_HEAD_BEFORE_BODY_PATTERN = /<\/head(?:\s[^>]*)?>([\s\S]*?)(?=<body\b|$)/gi;
|
|
81928
|
-
STRAY_HEAD_CLOSE_PATTERN = /<\/(?:style|script)(?:\s[^>]*)?>/i;
|
|
81929
|
-
MARKDOWN_CODE_FENCE_PATTERN = /```[^\r\n`]*(?:\r?\n|$)[\s\S]*?```/i;
|
|
81930
|
-
ORPHAN_CSS_AT_RULE_PATTERN = /(?:^|\s)@(?:container|font-face|keyframes|layer|media|page|property|scope|supports)[^{<]*\{[\s\S]*?:[\s\S]*?\}/i;
|
|
81931
|
-
ORPHAN_CSS_RULE_PATTERN = /(?:^|\s)(?:\/\*[\s\S]*?\*\/\s*)?(?:@[a-z-]+[^{}<]*|[.#][\w-]+[^{}<]*|[a-z][\w-]*(?:\s+[.#:[\w-][^{}<]*)?)\s*\{[^{}]*:[^{}]*\}/i;
|
|
81932
82052
|
VISIBLE_MARKUP_COMMENT_PATTERN = /\/\*[\s\S]*?\*\//g;
|
|
81933
82053
|
VISIBLE_MARKUP_COMMENT_PROTECTED_BLOCK_PATTERN = /<(style|script|template|title|noscript|pre|code|textarea|text)\b[^>]*>[\s\S]*?<\/\1(?:\s[^>]*)?>/gi;
|
|
81934
82054
|
coreRules = [
|
|
@@ -81950,6 +82070,7 @@ var init_dist4 = __esm({
|
|
|
81950
82070
|
return findings;
|
|
81951
82071
|
},
|
|
81952
82072
|
// root_missing_composition_id + root_missing_dimensions
|
|
82073
|
+
// fallow-ignore-next-line complexity
|
|
81953
82074
|
({ rootTag }) => {
|
|
81954
82075
|
const findings = [];
|
|
81955
82076
|
if (!rootTag || !readDecodedAttr(rootTag.raw, "data-composition-id")) {
|
|
@@ -81974,20 +82095,6 @@ var init_dist4 = __esm({
|
|
|
81974
82095
|
}
|
|
81975
82096
|
return findings;
|
|
81976
82097
|
},
|
|
81977
|
-
// head_leaked_text
|
|
81978
|
-
({ source, rootTag }) => {
|
|
81979
|
-
const snippet = findLeakedTextInHead(source) ?? findLeakedTextBetweenHeadAndBody(source) ?? findLeakedTextBeforeCompositionRoot(source, rootTag);
|
|
81980
|
-
if (!snippet) return [];
|
|
81981
|
-
return [
|
|
81982
|
-
{
|
|
81983
|
-
code: "head_leaked_text",
|
|
81984
|
-
severity: "error",
|
|
81985
|
-
message: "Detected leaked code or CSS text around the document `<head>` or before the composition root. Browsers render this as visible text in the video.",
|
|
81986
|
-
fixHint: "Move CSS into a single `<style>...</style>` block and remove stray close tags, markdown fences, or code text from `<head>`, the `</head>`/`<body>` boundary, or the pre-root body prefix.",
|
|
81987
|
-
snippet: truncateSnippet(snippet)
|
|
81988
|
-
}
|
|
81989
|
-
];
|
|
81990
|
-
},
|
|
81991
82098
|
// visible_markup_comment
|
|
81992
82099
|
({ source }) => {
|
|
81993
82100
|
const snippet = findVisibleMarkupCommentLeak(source);
|
|
@@ -82003,6 +82110,7 @@ var init_dist4 = __esm({
|
|
|
82003
82110
|
];
|
|
82004
82111
|
},
|
|
82005
82112
|
// missing_timeline_registry + timeline_registry_missing_init
|
|
82113
|
+
// fallow-ignore-next-line complexity
|
|
82006
82114
|
({ source, rawSource, rootTag, options }) => {
|
|
82007
82115
|
if (options.isSubComposition || rawSource.trimStart().toLowerCase().startsWith("<template")) {
|
|
82008
82116
|
return [];
|
|
@@ -82181,7 +82289,10 @@ var init_dist4 = __esm({
|
|
|
82181
82289
|
hint: "Remove time-dependent code. Use GSAP timeline position instead of wall-clock time."
|
|
82182
82290
|
},
|
|
82183
82291
|
{
|
|
82184
|
-
|
|
82292
|
+
// Zero-arg only. `new Date(<fixed timestamp>)` is fully deterministic and is how
|
|
82293
|
+
// a composition labels a fixed date on an axis or card; the hint ("remove
|
|
82294
|
+
// time-dependent code") cannot be applied to it without deleting the label.
|
|
82295
|
+
pattern: /new\s+Date\s*\(\s*\)/,
|
|
82185
82296
|
label: "new Date()",
|
|
82186
82297
|
hint: "Remove time-dependent code. Use GSAP timeline position instead of wall-clock time."
|
|
82187
82298
|
},
|
|
@@ -82202,15 +82313,20 @@ var init_dist4 = __esm({
|
|
|
82202
82313
|
},
|
|
82203
82314
|
{
|
|
82204
82315
|
// GSAP string form: "random(...)" / "+=random(...)" — re-rolls at tween init.
|
|
82316
|
+
// `scansStrings` because here the string IS the executed value: GSAP parses it.
|
|
82317
|
+
// Every other pattern above matches executable code, so a match inside a string
|
|
82318
|
+
// literal is inert text and must not be reported.
|
|
82205
82319
|
pattern: /["'`](?:[+-]=)?random\(\s*[-\d[]/,
|
|
82320
|
+
scansStrings: true,
|
|
82206
82321
|
label: '"random(...)" tween value',
|
|
82207
82322
|
hint: "GSAP random string values re-roll at tween init and each render worker initializes independently. Use fixed values or precompute with a seeded PRNG."
|
|
82208
82323
|
}
|
|
82209
82324
|
];
|
|
82210
82325
|
for (const script of scripts) {
|
|
82211
|
-
const
|
|
82212
|
-
|
|
82213
|
-
|
|
82326
|
+
const withoutComments = stripJsComments(script.content);
|
|
82327
|
+
const executable = stripStringLiterals(withoutComments);
|
|
82328
|
+
for (const { pattern, label: label2, hint: hint2, scansStrings } of patterns) {
|
|
82329
|
+
if (pattern.test(scansStrings ? withoutComments : executable)) {
|
|
82214
82330
|
findings.push({
|
|
82215
82331
|
code: "non_deterministic_code",
|
|
82216
82332
|
severity: "error",
|
|
@@ -82595,7 +82711,9 @@ var init_dist4 = __esm({
|
|
|
82595
82711
|
// audio_volume_double_automation
|
|
82596
82712
|
findVolumeDoubleAutomationFindings,
|
|
82597
82713
|
// audio_volume_tween_overrides_gain
|
|
82598
|
-
findVolumeTweenOverridesGainFindings
|
|
82714
|
+
findVolumeTweenOverridesGainFindings,
|
|
82715
|
+
// audio_carve_ungrouped_sources
|
|
82716
|
+
findCarveUngroupedSourcesFindings
|
|
82599
82717
|
];
|
|
82600
82718
|
SCENE_BOUNDARY_EPSILON_SECONDS = 0.05;
|
|
82601
82719
|
UNRESOLVED_TARGET = "__unresolved__";
|
|
@@ -82720,9 +82838,9 @@ ${right.raw}`)
|
|
|
82720
82838
|
(candidate) => targetedSelectorTokens(firstVisible.targetSelector).has(candidate)
|
|
82721
82839
|
) || selectors[0] || tag.name;
|
|
82722
82840
|
const laterHidden = visibilityWindows.some(
|
|
82723
|
-
(win) => win.position >= firstVisible.position && isHiddenGsapState(win.propertyValues)
|
|
82841
|
+
(win) => win !== firstVisible && win.method !== "from" && win.position >= firstVisible.position && isHiddenGsapState(win.propertyValues)
|
|
82724
82842
|
);
|
|
82725
|
-
if (
|
|
82843
|
+
if (!laterHidden) continue;
|
|
82726
82844
|
reportedVisibleOverlayKeys.add(overlayKey);
|
|
82727
82845
|
findings.push({
|
|
82728
82846
|
code: "gsap_fullscreen_overlay_starts_visible",
|
|
@@ -83669,7 +83787,12 @@ ${other.raw}`)
|
|
|
83669
83787
|
severity: "warning",
|
|
83670
83788
|
selector: (selector ?? "").trim(),
|
|
83671
83789
|
message: `Caption selector "${(selector ?? "").trim()}" has white-space: nowrap but no max-width. Long phrases will clip off-screen.`,
|
|
83672
|
-
fixHint:
|
|
83790
|
+
fixHint: (
|
|
83791
|
+
// Deliberately does NOT say `overflow: hidden`: caption words are scaled
|
|
83792
|
+
// above 1.0x, and clipping them is exactly what caption_overflow_clips_scaled_words
|
|
83793
|
+
// errors on. Recommending it here made this warning's own fix produce an error.
|
|
83794
|
+
"Add max-width: 1600px (landscape) or max-width: 900px (portrait). Keep overflow visible so scaled emphasis words are not clipped."
|
|
83795
|
+
)
|
|
83673
83796
|
});
|
|
83674
83797
|
}
|
|
83675
83798
|
}
|
|
@@ -83820,7 +83943,6 @@ ${other.raw}`)
|
|
|
83820
83943
|
]);
|
|
83821
83944
|
HEAVY_OVERLAY_CSS_PATTERN = /(?:filter\s*:[^;}]*\bblur\s*\()|(?:clip-path\s*:(?!\s*(?:none|inherit|initial|unset)\b)\s*[^;}]+)|(?:radial-gradient\s*\()/i;
|
|
83822
83945
|
INLINE_STYLE_DISPLAY_NONE_PATTERN = /(?:^|;)\s*display\s*:\s*none\b/i;
|
|
83823
|
-
OVERLAP_EPSILON_SECONDS = 1e-6;
|
|
83824
83946
|
compositionRules = [
|
|
83825
83947
|
// duplicate_composition_id catches meta-tag/root collisions that create duplicate composition entries.
|
|
83826
83948
|
({ tags }) => {
|
|
@@ -84050,64 +84172,6 @@ ${other.raw}`)
|
|
|
84050
84172
|
}
|
|
84051
84173
|
return findings;
|
|
84052
84174
|
},
|
|
84053
|
-
// overlapping_clips_same_track
|
|
84054
|
-
// fallow-ignore-next-line complexity
|
|
84055
|
-
({ tags }) => {
|
|
84056
|
-
const findings = [];
|
|
84057
|
-
const trackMap = /* @__PURE__ */ new Map();
|
|
84058
|
-
for (const tag of tags) {
|
|
84059
|
-
const trackStr = readAttr(tag.raw, COMPOSITION_ATTRIBUTES2.trackIndex);
|
|
84060
|
-
if (!trackStr) continue;
|
|
84061
|
-
const timing2 = readTagTiming(tag.raw);
|
|
84062
|
-
const { start, duration } = timing2;
|
|
84063
|
-
const track = trackStr;
|
|
84064
|
-
if (start == null || duration == null) continue;
|
|
84065
|
-
const clips = trackMap.get(track) || [];
|
|
84066
|
-
clips.push({
|
|
84067
|
-
start,
|
|
84068
|
-
end: start + duration,
|
|
84069
|
-
elementId: readAttr(tag.raw, "id") || void 0,
|
|
84070
|
-
snippet: truncateSnippet(tag.raw) || ""
|
|
84071
|
-
});
|
|
84072
|
-
trackMap.set(track, clips);
|
|
84073
|
-
}
|
|
84074
|
-
for (const [track, clips] of trackMap) {
|
|
84075
|
-
clips.sort((a, b2) => a.start - b2.start);
|
|
84076
|
-
for (let i2 = 0; i2 < clips.length - 1; i2++) {
|
|
84077
|
-
const current2 = clips[i2];
|
|
84078
|
-
const next = clips[i2 + 1];
|
|
84079
|
-
if (!current2 || !next) continue;
|
|
84080
|
-
if (current2.end - next.start > OVERLAP_EPSILON_SECONDS) {
|
|
84081
|
-
findings.push({
|
|
84082
|
-
code: "overlapping_clips_same_track",
|
|
84083
|
-
severity: "error",
|
|
84084
|
-
message: `Track ${track}: clip ending at ${current2.end}s overlaps with clip starting at ${next.start}s. Overlapping clips on the same track cause rendering conflicts.`,
|
|
84085
|
-
fixHint: "Adjust data-start or data-duration so clips on the same track do not overlap, or move one clip to a different data-track-index."
|
|
84086
|
-
});
|
|
84087
|
-
}
|
|
84088
|
-
}
|
|
84089
|
-
}
|
|
84090
|
-
return findings;
|
|
84091
|
-
},
|
|
84092
|
-
// root_composition_missing_data_start
|
|
84093
|
-
({ rootTag, options }) => {
|
|
84094
|
-
const findings = [];
|
|
84095
|
-
if (options.isSubComposition) return findings;
|
|
84096
|
-
if (!rootTag) return findings;
|
|
84097
|
-
const compId = readDecodedAttr(rootTag.raw, "data-composition-id");
|
|
84098
|
-
if (!compId) return findings;
|
|
84099
|
-
const hasStart = readAttr(rootTag.raw, "data-start") !== null;
|
|
84100
|
-
if (!hasStart) {
|
|
84101
|
-
findings.push({
|
|
84102
|
-
code: "root_composition_missing_data_start",
|
|
84103
|
-
severity: "error",
|
|
84104
|
-
message: `Root composition "${compId}" is missing data-start. The runtime needs data-start="0" on the root element to begin playback.`,
|
|
84105
|
-
fixHint: 'Add data-start="0" to the root composition element.',
|
|
84106
|
-
snippet: truncateSnippet(rootTag.raw)
|
|
84107
|
-
});
|
|
84108
|
-
}
|
|
84109
|
-
return findings;
|
|
84110
|
-
},
|
|
84111
84175
|
// standalone_composition_wrapped_in_template
|
|
84112
84176
|
({ rawSource, options }) => {
|
|
84113
84177
|
const findings = [];
|
|
@@ -88599,16 +88663,30 @@ function delayTail(time, feedback) {
|
|
|
88599
88663
|
return gap;
|
|
88600
88664
|
return Math.ceil(Math.log(TAIL_FLOOR) / Math.log(fb)) * gap;
|
|
88601
88665
|
}
|
|
88666
|
+
function reverbTail(node, automation) {
|
|
88667
|
+
return knobMax(node, "wet", automation) > 0 ? 0.6 + Math.max(0, Math.min(1, knobMax(node, "size", automation))) * 2.6 : 0;
|
|
88668
|
+
}
|
|
88669
|
+
function delayNodeTail(node, automation) {
|
|
88670
|
+
return knobMax(node, "mix", automation) > 0 ? delayTail(knobMax(node, "time", automation), knobMax(node, "feedback", automation)) : 0;
|
|
88671
|
+
}
|
|
88672
|
+
function chorusTail(node, automation) {
|
|
88673
|
+
return knobMax(node, "mix", automation) > 0 ? knobMax(node, "delay", automation) / 1e3 : 0;
|
|
88674
|
+
}
|
|
88675
|
+
function pitchshiftTail(node, automation) {
|
|
88676
|
+
return knobMax(node, "mix", automation) > 0 ? 0.2 : 0;
|
|
88677
|
+
}
|
|
88602
88678
|
function nodeTail(node, automation) {
|
|
88603
88679
|
if (node.enabled === false)
|
|
88604
88680
|
return 0;
|
|
88605
88681
|
switch (node.type) {
|
|
88606
88682
|
case "reverb":
|
|
88607
|
-
return
|
|
88683
|
+
return reverbTail(node, automation);
|
|
88608
88684
|
case "delay":
|
|
88609
|
-
return
|
|
88685
|
+
return delayNodeTail(node, automation);
|
|
88610
88686
|
case "chorus":
|
|
88611
|
-
return
|
|
88687
|
+
return chorusTail(node, automation);
|
|
88688
|
+
case "pitchshift":
|
|
88689
|
+
return pitchshiftTail(node, automation);
|
|
88612
88690
|
default:
|
|
88613
88691
|
return 0;
|
|
88614
88692
|
}
|
|
@@ -88628,6 +88706,60 @@ var init_audioFxTail = __esm({
|
|
|
88628
88706
|
}
|
|
88629
88707
|
});
|
|
88630
88708
|
|
|
88709
|
+
// ../core/dist/audioGroups.js
|
|
88710
|
+
function parseGroupVolume(el) {
|
|
88711
|
+
const raw = el?.getAttribute("data-volume");
|
|
88712
|
+
const parsed = raw ? parseFloat(raw) : 1;
|
|
88713
|
+
return Number.isFinite(parsed) ? parsed : 1;
|
|
88714
|
+
}
|
|
88715
|
+
function buildGroup(id, memberIds, el) {
|
|
88716
|
+
const fxChain = el?.getAttribute(HF_AUDIO_FX_ATTR);
|
|
88717
|
+
const automation = el?.getAttribute(HF_AUDIO_AUTOMATION_ATTR);
|
|
88718
|
+
return {
|
|
88719
|
+
id,
|
|
88720
|
+
label: el?.getAttribute("data-label") || id,
|
|
88721
|
+
memberIds,
|
|
88722
|
+
...fxChain ? { fxChain } : {},
|
|
88723
|
+
...automation ? { automation } : {},
|
|
88724
|
+
volume: parseGroupVolume(el),
|
|
88725
|
+
hidden: el?.hasAttribute("data-hidden") ?? false
|
|
88726
|
+
};
|
|
88727
|
+
}
|
|
88728
|
+
function resolveAudioGroups(root) {
|
|
88729
|
+
const membersByGroup = /* @__PURE__ */ new Map();
|
|
88730
|
+
for (const member of root.querySelectorAll(MEMBER_SELECTOR)) {
|
|
88731
|
+
const groupId = member.getAttribute(HF_AUDIO_GROUP_ATTR);
|
|
88732
|
+
if (!groupId || !member.id)
|
|
88733
|
+
continue;
|
|
88734
|
+
const members = membersByGroup.get(groupId);
|
|
88735
|
+
if (members)
|
|
88736
|
+
members.push(member.id);
|
|
88737
|
+
else
|
|
88738
|
+
membersByGroup.set(groupId, [member.id]);
|
|
88739
|
+
}
|
|
88740
|
+
const groupElements = /* @__PURE__ */ new Map();
|
|
88741
|
+
for (const el of root.querySelectorAll(HF_AUDIO_GROUP_TAG)) {
|
|
88742
|
+
if (el.id)
|
|
88743
|
+
groupElements.set(el.id, el);
|
|
88744
|
+
}
|
|
88745
|
+
const groups = [];
|
|
88746
|
+
for (const [id, memberIds] of membersByGroup) {
|
|
88747
|
+
groups.push(buildGroup(id, memberIds, groupElements.get(id)));
|
|
88748
|
+
}
|
|
88749
|
+
return groups;
|
|
88750
|
+
}
|
|
88751
|
+
var HF_AUDIO_GROUP_TAG, HF_AUDIO_GROUP_ATTR, MEMBER_SELECTOR;
|
|
88752
|
+
var init_audioGroups = __esm({
|
|
88753
|
+
"../core/dist/audioGroups.js"() {
|
|
88754
|
+
"use strict";
|
|
88755
|
+
init_audioFx();
|
|
88756
|
+
init_audioAutomation();
|
|
88757
|
+
HF_AUDIO_GROUP_TAG = "hf-audio-group";
|
|
88758
|
+
HF_AUDIO_GROUP_ATTR = "data-audio-group";
|
|
88759
|
+
MEMBER_SELECTOR = `audio[${HF_AUDIO_GROUP_ATTR}]`;
|
|
88760
|
+
}
|
|
88761
|
+
});
|
|
88762
|
+
|
|
88631
88763
|
// ../core/dist/generated/audio-fx-runtime-inline.js
|
|
88632
88764
|
function getAudioFxRuntimeScript() {
|
|
88633
88765
|
return AUDIO_FX_RUNTIME_IIFE;
|
|
@@ -88636,7 +88768,7 @@ var AUDIO_FX_RUNTIME_IIFE;
|
|
|
88636
88768
|
var init_audio_fx_runtime_inline = __esm({
|
|
88637
88769
|
"../core/dist/generated/audio-fx-runtime-inline.js"() {
|
|
88638
88770
|
"use strict";
|
|
88639
|
-
AUDIO_FX_RUNTIME_IIFE = '"use strict";(()=>{var pe="data-fx-chain",it=pe.slice(5),$=1,F=(e="frequency",t="Frequency",n=1e3,o=20,a=2e4)=>({kind:"number",key:e,label:t,unit:"Hz",min:o,max:a,step:1,default:n,scale:"log",automatable:!0}),R=(e=.707,t="Bandwidth \\u2014 higher is narrower.")=>({kind:"number",key:"q",label:"Q",unit:"",min:.1,max:20,step:.01,default:e,scale:"log",automatable:!0,hint:t}),_=(e=-40,t=40,n=0)=>({kind:"number",key:"gain",label:"Gain",unit:"dB",min:e,max:t,step:.1,default:n,automatable:!0}),X={kind:"enum",key:"poles",label:"Slope",options:[{value:"1",label:"6 dB/oct"},{value:"2",label:"12 dB/oct"}],default:"2",hint:"Two poles is the usual biquad; one pole is gentler."},W=[{id:"gain",label:"Gain",group:"dynamics",description:"Raise or lower the whole signal. Automate it to duck under something else.",params:[_(-60,12,0)],web:"gain-node"},{id:"peaking",label:"Peaking EQ",group:"filter",description:"Boost or cut a band, leaving everything either side alone.",params:[F("frequency","Frequency",1e3),_(-40,40,0),R(1)],web:"biquad-peaking"},{id:"lowshelf",label:"Low Shelf",group:"filter",description:"Lift or drop everything below the corner frequency.",params:[F("frequency","Frequency",200,20,2e3),_(-40,40,0)],web:"biquad-lowshelf"},{id:"highshelf",label:"High Shelf",group:"filter",description:"Lift or drop everything above the corner frequency.",params:[F("frequency","Frequency",4e3,500,2e4),_(-40,40,0)],web:"biquad-highshelf"},{id:"highpass",label:"High-pass",group:"filter",description:"Remove low frequencies \\u2014 the usual fix for rumble on a voice.",params:[F("frequency","Cutoff",300,20,2e4),R(.707),X],web:"biquad-highpass"},{id:"lowpass",label:"Low-pass",group:"filter",description:"Remove high frequencies \\u2014 darkens or muffles a track.",params:[F("frequency","Cutoff",8e3,100,2e4),R(.707),X],web:"biquad-lowpass"},{id:"compressor",label:"Compressor",group:"dynamics",description:"Pull loud parts down so the quiet ones can come up.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-60,max:0,step:.5,default:-24,hint:"Level above which the compressor starts working."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:4},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:2e3,step:.1,default:20,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:250,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83,hint:"1 is a hard corner; higher eases into it."},{kind:"number",key:"makeup",label:"Makeup",unit:"dB",min:0,max:36,step:.1,default:0},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1,hint:"Below 1 blends the dry signal back in."}],web:"worklet-compressor"},{id:"limiter",label:"Limiter",group:"dynamics",description:"Hard ceiling \\u2014 nothing gets past the limit.",params:[{kind:"number",key:"limit",label:"Ceiling",unit:"dB",min:-24,max:0,step:.1,default:-1},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.1,max:80,step:.1,default:5},{kind:"number",key:"release",label:"Release",unit:"ms",min:1,max:8e3,step:1,default:50,scale:"log"},{kind:"number",key:"level_out",label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0}],web:"worklet-limiter"},{id:"gate",label:"Noise Gate",group:"dynamics",description:"Silence the track when it drops below the threshold.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-80,max:0,step:.5,default:-35},{kind:"number",key:"range",label:"Range",unit:"dB",min:-80,max:0,step:.5,default:-24,hint:"How far down the gate pulls when closed."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:10},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:9e3,step:.1,default:1,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:100,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83}],web:"worklet-gate"},{id:"saturate",label:"Saturation",group:"nonlinear",description:"Soft-clip the waveform for warmth or outright distortion.",params:[{kind:"enum",key:"type",label:"Curve",options:[{value:"tanh",label:"Tanh"},{value:"atan",label:"Arctan"},{value:"cubic",label:"Cubic"},{value:"exp",label:"Exponential"},{value:"alg",label:"Algebraic"},{value:"quintic",label:"Quintic"},{value:"sin",label:"Sine"},{value:"erf",label:"Error function"},{value:"hard",label:"Hard clip"}],default:"tanh"},{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-40,max:0,step:.1,default:-6},{kind:"number",key:"output",automatable:!0,label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0},{kind:"number",key:"oversample",label:"Oversample",unit:"x",min:1,max:8,step:1,default:4,hint:"Higher costs more but keeps aliasing down."}],web:"waveshaper"},{id:"bitcrush",label:"Bitcrush",group:"nonlinear",description:"Drop bit depth and sample rate for a lo-fi, digital sound.",params:[{kind:"number",key:"bits",label:"Bit depth",unit:"bit",min:1,max:32,step:.1,default:8},{kind:"number",key:"samples",label:"Sample hold",unit:"x",min:1,max:250,step:1,default:1,hint:"Repeats each sample N times \\u2014 a crude downsample."},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1}],web:"worklet-bitcrush"},{id:"delay",label:"Delay",group:"time",description:"Repeating echoes behind the dry signal.",params:[{kind:"number",key:"time",automatable:!0,label:"Time",unit:"ms",min:1,max:5e3,step:1,default:250,scale:"log"},{kind:"number",key:"feedback",automatable:!0,label:"Feedback",unit:"",min:.01,max:.95,step:.01,default:.35},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.4}],web:"delay-feedback"},{id:"chorus",label:"Chorus",group:"time",description:"Detuned copies of the signal for width and thickness.",params:[{kind:"number",key:"delay",automatable:!0,label:"Delay",unit:"ms",min:1,max:100,step:.1,default:7},{kind:"number",key:"depth",automatable:!0,label:"Depth",unit:"ms",min:0,max:10,step:.01,default:2},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.01,max:10,step:.01,default:1},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.5}],web:"chorus-lfo"},{id:"phaser",label:"Phaser",group:"time",description:"Sweeping notches moving through the spectrum.",params:[{kind:"number",key:"in_gain",automatable:!0,label:"Input",unit:"",min:0,max:1,step:.01,default:.4},{kind:"number",key:"out_gain",automatable:!0,label:"Output",unit:"",min:0,max:2,step:.01,default:.74},{kind:"number",key:"delay",label:"Delay",unit:"ms",min:.1,max:5,step:.1,default:3},{kind:"number",key:"decay",label:"Decay",unit:"",min:0,max:.99,step:.01,default:.4},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.1,max:2,step:.01,default:.5},{kind:"enum",key:"type",label:"Waveform",options:[{value:"0",label:"Triangular"},{value:"1",label:"Sinusoidal"}],default:"0"}],web:"allpass-phaser"},{id:"reverb",label:"Reverb",group:"time",description:"Room tail. Both ends convolve the same generated impulse, so preview matches render.",params:[{kind:"number",key:"size",label:"Room size",unit:"",min:.05,max:1,step:.01,default:.7},{kind:"number",key:"damping",label:"Damping",unit:"",min:0,max:1,step:.01,default:.5,hint:"Higher rolls the top off the tail faster."},{kind:"number",key:"wet",automatable:!0,label:"Wet",unit:"",min:0,max:1,step:.01,default:.35},{kind:"number",key:"dry",automatable:!0,label:"Dry",unit:"",min:0,max:1,step:.01,default:.7}],web:"convolver"}],O=new Map(W.map(e=>[e.id,e]));function M(e){return O.get(e)}var st=W.map(e=>e.id);function y(e,t){let n=O.get(e);if(!n)return{};let o={};for(let a of n.params){let i=t?.[a.key];if(a.kind==="enum"){let s=a.options.some(l=>l.value===i);o[a.key]=s?i:a.default;continue}let r=typeof i=="number"?i:typeof i=="string"&&i.trim()!==""?Number(i):Number.NaN;o[a.key]=Number.isFinite(r)?Math.min(a.max,Math.max(a.min,r)):a.default}return o}var A=class extends Error{constructor(t){super(t),this.name="AudioFxChainError"}};function j(e){let t;try{t=JSON.parse(e)}catch(a){throw new A(`Chain file is not valid JSON: ${a.message}`)}if(typeof t!="object"||t===null)throw new A("Chain file must be a JSON object.");let n=t;if(n.version!==$)throw new A(`Unsupported chain version: ${String(n.version)}`);if(!Array.isArray(n.nodes))throw new A("Chain file is missing a `nodes` array.");let o=n.nodes.map((a,i)=>{if(typeof a!="object"||a===null)throw new A(`Node ${i} is not an object.`);let r=a;if(typeof r.type!="string"||!O.has(r.type))throw new A(`Node ${i} has unknown effect type: ${String(r.type)}`);return{type:r.type,...typeof r.id=="string"&&r.id?{id:r.id}:{},...r.fromCarve===!0?{fromCarve:!0}:{},...typeof r.fromPreset=="string"&&r.fromPreset?{fromPreset:r.fromPreset}:{},...typeof r.label=="string"&&r.label?{label:r.label}:{},...typeof r.fromEq=="string"&&r.fromEq?{fromEq:r.fromEq}:{},...r.fromLeveller===!0?{fromLeveller:!0}:{},...typeof r.presetAmount=="number"&&Number.isFinite(r.presetAmount)?{presetAmount:Math.min(1,Math.max(0,r.presetAmount))}:{},enabled:r.enabled!==!1,params:y(r.type,r.params??void 0)}});return{version:$,nodes:o}}function H(e){return e.nodes.filter(t=>t.enabled!==!1)}var fe=`\nconst dbToLin = (db) => Math.pow(10, db / 20);\n\n/**\n * One-pole envelope followers, one per channel.\n *\n * Per channel matters: the followers advance once per sample, so a single shared\n * follower stepped once per channel per sample. On stereo that ran a 20 ms attack\n * as 10 ms, and gave the right channel a gain computed from an envelope that had\n * already traversed the left \\u2014 so the two channels ducked by different amounts\n * from the same input and the image pumped.\n */\nclass EnvBank {\n constructor(attackMs, releaseMs) { this.set(attackMs, releaseMs); this.values = []; }\n set(attackMs, releaseMs) {\n this.a = Math.exp(-1 / (sampleRate * Math.max(1e-5, attackMs / 1000)));\n this.r = Math.exp(-1 / (sampleRate * Math.max(1e-5, releaseMs / 1000)));\n }\n push(ch, x) {\n const prev = this.values[ch] ?? 0;\n const m = Math.abs(x);\n const c = m > prev ? this.a : this.r;\n const next = m + c * (prev - m);\n this.values[ch] = next;\n return next;\n }\n}\n\n/** Soft-knee gain computer in dB, matching acompressor\'s shape. */\nfunction kneeGain(envDb, thresholdDb, ratio, kneeDb) {\n const over = envDb - thresholdDb;\n if (kneeDb > 0 && over > -kneeDb && over < kneeDb) {\n const t = (over + kneeDb) / (2 * kneeDb);\n return -((1 - 1 / ratio) * kneeDb * t * t);\n }\n return over > 0 ? -(over * (1 - 1 / ratio)) : 0;\n}\n\n// log10/exp per sample is the single most expensive thing a dynamics processor\n// can do on the audio thread, and every sample below the knee needs neither:\n// its gain is exactly unity. Comparing envelopes in the linear domain lets the\n// quiet majority of samples skip the transcendentals entirely.\nconst LN10_OVER_20 = Math.LN10 / 20;\nconst dbToLinFast = (db) => Math.exp(db * LN10_OVER_20);\n\nclass HfCompressor extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 20, this.p.release ?? 250);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 20, this.p.release ?? 250);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const makeup = dbToLin(p.makeup ?? 0);\n const mix = p.mix ?? 1;\n // Knee is expressed as a ratio in FFmpeg; convert to dB width.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const thresholdDb = p.threshold ?? -24;\n const ratio = p.ratio ?? 4;\n // Below this the gain computer returns unity, so the sample needs no\n // logarithm at all.\n const kneeStartLin = dbToLin(thresholdDb - kneeDb);\n const dry = 1 - mix;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n // Per-channel follower, and the sub-knee shortcut: below the knee the\n // gain is exactly unity, so the sample needs no logarithm at all.\n const env = this.env.push(ch, x);\n if (env <= kneeStartLin) {\n out[n] = x * makeup * mix + x * dry;\n continue;\n }\n const envDb = 20 * Math.log10(env);\n const g = dbToLinFast(kneeGain(envDb, thresholdDb, ratio, kneeDb));\n out[n] = x * g * makeup * mix + x * dry;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-compressor", HfCompressor);\n\nclass HfLimiter extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 5, this.p.release ?? 50);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 5, this.p.release ?? 50);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const ceiling = dbToLin(this.p.limit ?? -1);\n const outGain = dbToLin(this.p.level_out ?? 0);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n // Only ever attenuate: a limiter that can raise level is a compressor.\n const g = env > ceiling ? ceiling / env : 1;\n out[n] = x * g * outGain;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-limiter", HfLimiter);\n\nclass HfGate extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 1, this.p.release ?? 100);\n this.gains = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 1, this.p.release ?? 100);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const threshold = dbToLin(p.threshold ?? -35);\n const floor = dbToLin(p.range ?? -24);\n const ratio = p.ratio ?? 10;\n // Knee is declared in the registry as a ratio, like the compressor\'s; a\n // hard threshold ignored it and chattered on material sitting right at the\n // gate point.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const kneeLin = dbToLin((p.threshold ?? -35) + kneeDb);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n let target = 1;\n // Above the threshold the gate is fully open; skip the pow entirely.\n if (env < threshold) {\n const under = env > 1e-9 ? threshold / env : 1e9;\n target = Math.max(floor, 1 / Math.pow(under, ratio - 1));\n if (!isFinite(target)) target = floor;\n }\n // Smooth toward the target so the gate does not click on every sample.\n const held = this.gains[ch] ?? 1;\n const c = target < held ? this.env.r : this.env.a;\n const smoothed = target + c * (held - target);\n this.gains[ch] = smoothed;\n out[n] = x * smoothed;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-gate", HfGate);\n\nclass HfBitcrush extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.holds = [];\n this.held = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const levels = Math.pow(2, (p.bits ?? 8) - 1);\n const step = Math.max(1, Math.round(p.samples ?? 1));\n const mix = p.mix ?? 1;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n if (this.held[ch] === undefined) this.held[ch] = 0;\n if (this.holds[ch] === undefined) this.holds[ch] = 0;\n for (let n = 0; n < inp.length; n++) {\n // Per channel: advancing one shared counter only on the last channel\n // left every earlier channel either unheld or frozen for a whole\n // 128-sample quantum, clicking once a block.\n if (this.holds[ch] === 0) this.held[ch] = Math.round(inp[n] * levels) / levels;\n out[n] = this.held[ch] * mix + inp[n] * (1 - mix);\n this.holds[ch] = (this.holds[ch] + 1) % step;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-bitcrush", HfBitcrush);\n`,G=new WeakMap;var he=new WeakSet;function I(e){let t=G.get(e);return t||(t=(async()=>{if(!e.audioWorklet)throw new Error("AudioWorklet is unavailable \\u2014 the page needs a secure context (https, localhost or file://)");let n=`data:text/javascript;base64,${btoa(String.fromCharCode(...new TextEncoder().encode(fe)))}`;await e.audioWorklet.addModule(n),he.add(e)})().catch(n=>{throw G.delete(e),n}),G.set(e,t)),t}function be(e,t,n){let o=.6+Math.max(0,Math.min(1,t))*2.6,a=Math.max(1,Math.floor(e*o)),i=new Float32Array(a),r=Math.round(t*1e3)*2654435761+Math.round(n*1e3)*40503>>>0,s=()=>(r=r*1664525+1013904223>>>0,r/4294967295*2-1),l=Math.max(.001,1-Math.max(0,Math.min(1,n))),u=0,c=0;for(let d=0;d<a;d++){u+=l*(s()-u);let b=u*Math.pow(1-d/a,2.5);i[d]=b,c+=b*b}let m=Math.sqrt(c);if(m>0)for(let d=0;d<a;d++)i[d]=(i[d]??0)/m;return i}var h=e=>typeof e=="number"?e:Number(e??0),B=e=>e/1e3;function K(e,t,n,o){let a=Math.max(1,Math.round(e.sampleRate)),i=e.createBuffer(1,a,e.sampleRate),r=i.getChannelData(0);for(let u=0;u<a;u++){let c=u/a;r[u]=t==="sine"?Math.sin(2*Math.PI*c):4*Math.abs((c+.75)%1-.5)-1}let s=e.createBufferSource();s.buffer=i,s.loop=!0,s.playbackRate.value=n;let l=(o*n%1+1)%1*(a/e.sampleRate);return s.start(typeof e.currentTime=="number"?e.currentTime:0,l),s}function Q(e){try{e.stop()}catch{}e.disconnect()}function E(e,t){return[{param:e},{param:t,map:n=>1-n}]}function Z(e,t,n){e.gain.value=n,t.gain.value=1-n}function S(e,t,n){return{input:e,output:e,update:t,automation:n,dispose:()=>e.disconnect()}}var ge=new Set(["peaking","highpass","lowpass"]),z=e=>Math.pow(10,e/20),xe=(e,t)=>{let n=e.createGain(),o=a=>{n.gain.value=z(h(a.gain))};return o(t),S(n,o,{gain:[{param:n.gain,map:z}]})};function P(e,t){return(n,o)=>{let a=n.createBiquadFilter();a.type=e;let i=r=>{a.frequency.value=h(r.frequency),r.q!==void 0&&(a.Q.value=h(r.q)),t&&(a.gain.value=h(r.gain))};return i(o),S(a,i,{frequency:[{param:a.frequency}],...ge.has(e)?{q:[{param:a.Q}]}:{},...t?{gain:[{param:a.gain}]}:{}})}}function Ae(e){return(t,n)=>{let o=Math.tan(Math.PI*h(n.frequency)/t.sampleRate),a=e==="highpass"?t.createIIRFilter([1/(1+o),-1/(1+o)],[1,(o-1)/(o+1)]):t.createIIRFilter([o/(1+o),o/(1+o)],[1,(o-1)/(o+1)]);return S(a,()=>{})}}function C(e){return(t,n)=>{let o=new AudioWorkletNode(t,e,{processorOptions:{...n}});return{input:o,output:o,update:a=>o.port.postMessage({...a}),dispose:()=>{o.port.postMessage({__hfDispose:!0}),o.disconnect()}}}}var ye={tanh:Math.tanh,atan:e=>2/Math.PI*Math.atan(Math.PI/2*e),cubic:e=>Math.abs(e)>=1?Math.sign(e):e-e**3/3,exp:e=>Math.sign(e)*(1-Math.exp(-Math.abs(e))),alg:e=>e/Math.sqrt(1+e*e),quintic:e=>Math.abs(e)>=1?Math.sign(e):e-e**5/5,sin:e=>Math.abs(e)>=1?Math.sign(e):Math.sin(Math.PI/2*e),erf:e=>Math.tanh(1.20211*e),hard:e=>Math.max(-1,Math.min(1,e))},ke=(e,t)=>{let n=e.createWaveShaper(),o=e.createGain(),a=e.createGain();o.connect(n).connect(a);let i=r=>{let s=ye[String(r.type)]??Math.tanh,l=Math.pow(10,h(r.threshold)/20),u=8192,c=new Float32Array(u);for(let m=0;m<u;m++){let d=m/(u-1)*2-1;c[m]=s(d/Math.max(1e-6,l))*l}n.curve=c,n.oversample=h(r.oversample)>=4?"4x":h(r.oversample)>=2?"2x":"none",a.gain.value=Math.pow(10,h(r.output)/20)};return i(t),{input:o,output:a,update:i,automation:{output:[{param:a.gain,map:r=>Math.pow(10,r/20)}]},dispose:()=>{o.disconnect(),n.disconnect(),a.disconnect()}}},ve=(e,t)=>{let n=e.createGain(),o=e.createGain(),a=e.createDelay(5),i=e.createGain(),r=e.createGain(),s=e.createGain();n.connect(a),a.connect(i),i.connect(a),a.connect(r).connect(o),n.connect(s).connect(o);let l=u=>{a.delayTime.value=Math.min(5,h(u.time)/1e3),i.gain.value=h(u.feedback),Z(r,s,h(u.mix))};return l(t),{input:n,output:o,update:l,automation:{time:[{param:a.delayTime,map:u=>Math.min(5,B(u))}],feedback:[{param:i.gain}],mix:E(r.gain,s.gain)},dispose:()=>[n,o,a,i,r,s].forEach(u=>u.disconnect())}},we=(e,t,n)=>{let o=e.createGain(),a=e.createGain(),i=e.createDelay(.5),r=K(e,"sine",h(t.speed),n),s=e.createGain(),l=e.createGain(),u=e.createGain();r.connect(s).connect(i.delayTime),o.connect(i).connect(l).connect(a),o.connect(u).connect(a);let c=m=>{i.delayTime.value=h(m.delay)/1e3,s.gain.value=h(m.depth)/1e3,r.playbackRate.value=h(m.speed),Z(l,u,h(m.mix))};return c(t),{input:o,output:a,update:c,automation:{delay:[{param:i.delayTime,map:B}],depth:[{param:s.gain,map:B}],speed:[{param:r.playbackRate}],mix:E(l.gain,u.gain)},dispose:()=>{Q(r),[o,a,i,s,l,u].forEach(m=>m.disconnect())}}},Fe=6,Me=(e,t,n)=>{let o=e.createGain(),a=e.createGain(),i=e.createGain(),r=e.createGain(),s=K(e,String(t.type)==="1"?"sine":"triangle",h(t.speed),n),l=e.createGain(),u=e.createGain(),c=e.createGain(),m=[];o.connect(i);let d=i;for(let p=0;p<Fe;p++){let f=e.createBiquadFilter();f.type="allpass",f.Q.value=.7071,l.connect(f.frequency),d.connect(f),d=f,m.push(f)}s.connect(l),d.connect(u).connect(r),i.connect(c).connect(r),r.connect(a);let b=p=>{let f=1e3/Math.max(.1,h(p.delay));for(let g of m)g.frequency.value=f;l.gain.value=f*h(p.decay),s.playbackRate.value=h(p.speed),i.gain.value=h(p.in_gain),r.gain.value=h(p.out_gain),u.gain.value=1,c.gain.value=1};return b(t),{input:o,output:a,update:b,automation:{speed:[{param:s.playbackRate}],in_gain:[{param:i.gain}],out_gain:[{param:r.gain}]},dispose:()=>{Q(s),[o,a,i,r,l,u,c,...m].forEach(p=>p.disconnect())}}},He=(e,t)=>{let n=e.createGain(),o=e.createGain(),a=e.createConvolver(),i=e.createGain(),r=e.createGain();a.normalize=!1,n.connect(a).connect(i).connect(o),n.connect(r).connect(o);let s="",l=u=>{let c=`${h(u.size)}:${h(u.damping)}`;if(c!==s){let m=be(e.sampleRate,h(u.size),h(u.damping)),d=e.createBuffer(1,m.length,e.sampleRate);d.getChannelData(0).set(m),a.buffer=d,s=c}i.gain.value=h(u.wet),r.gain.value=h(u.dry)};return l(t),{input:n,output:o,update:l,automation:{wet:[{param:i.gain}],dry:[{param:r.gain}]},dispose:()=>[n,o,a,i,r].forEach(u=>u.disconnect())}},Pe={"gain-node":xe,"biquad-peaking":P("peaking",!0),"biquad-lowshelf":P("lowshelf",!0),"biquad-highshelf":P("highshelf",!0),"biquad-highpass":P("highpass",!1),"biquad-lowpass":P("lowpass",!1),"worklet-compressor":C("hf-compressor"),"worklet-limiter":C("hf-limiter"),"worklet-gate":C("hf-gate"),"worklet-bitcrush":C("hf-bitcrush"),waveshaper:ke,"delay-feedback":ve,"chorus-lfo":we,"allpass-phaser":Me,convolver:He};function ee(e){return e.nodes.some(t=>M(t.type)?.web.startsWith("worklet-")??!1)}function Te(e,t,n,o=0){let a=M(t);if(!a)throw new Error(`Unknown effect type: ${t}`);let i=y(t,n);if((t==="highpass"||t==="lowpass")&&String(i.poles)==="1")return Ae(t)(e,i,o);let r=Pe[a.web];if(!r)throw new Error(`No Web Audio builder for ${a.web}`);return r(e,i,o)}function Y(e){let t=[];for(let n of e){let o=n.fromPreset,a=t.at(-1);if(a&&a.preset===o)a.nodes.push(n);else{let i=typeof n.presetAmount=="number"?n.presetAmount:1;t.push({...o?{preset:o}:{},amount:Math.min(1,Math.max(0,i)),nodes:[n]})}}return t}function J(e){return H(e).map(t=>{let n=y(t.type,t.params),o=n.poles!==void 0?`:${n.poles}`:"",a=String(n.poles)==="1"?`@${n.frequency}`:"",i=t.type==="phaser"?`~${n.type}`:"",r=t.fromPreset?`%${t.fromPreset}`:"";return`${t.type}${o}${a}${i}${r}`}).join("|")}function te(e,t,n=0){var m;let o=e.createGain(),a=e.createGain(),i=[],r=[],s=Y(H(t)),l=o;for(let d of s){let b=null;if(d.preset){let p=e.createGain(),f=e.createGain(),g=e.createGain(),w=e.createGain();g.gain.value=d.amount,f.gain.value=1-d.amount,l.connect(p),p.connect(f).connect(w),b={entry:p,wet:g,dry:f,join:w},l=p}for(let p of d.nodes){let f=Te(e,p.type,p.params??{},n);l.connect(f.input),l=f.output,i.push({...p.id?{id:p.id}:{},type:p.type,handle:f})}b&&d.preset&&(l.connect(b.wet).connect(b.join),r.push({id:d.preset,...b}),l=b.join)}l.connect(a);let u=J(t),c={};for(let d of r)(c[m=d.id]??(c[m]=[])).push(...E(d.wet.gain,d.dry.gain));return{input:o,output:a,presets:c,nodes:i,update(d){if(J(d)!==u)return!1;H(d).forEach((p,f)=>{let g=i[f];g&&(g.handle.update(y(p.type,p.params)),p.id===void 0?delete g.id:g.id=p.id)});let b=0;for(let p of Y(H(d))){if(!p.preset)continue;let f=r[b++];!f||f.id!==p.preset||(f.wet.gain.value=p.amount,f.dry.gain.value=1-p.amount)}return!0},dispose(){for(let{handle:d}of i)d.dispose();for(let{entry:d,wet:b,dry:p,join:f}of r)d.disconnect(),b.disconnect(),p.disconnect(),f.disconnect();o.disconnect(),a.disconnect()}}}var ne=3.981071705534972;var Ne="data-automation",gt=Ne.slice(5),D=1,_e=512,x=class extends Error{constructor(t){super(t),this.name="AudioAutomationError"}},L="volume";function N(e){if(e===L)return{kind:"volume"};let t=e.split(".");if(t.length===3&&t[0]==="fx"&&t[1]===Ce){let a=t[2];return a?{kind:"preset",presetId:a}:null}if(t.length!==3||t[0]!=="fx")return null;let[,n,o]=t;return!n||!o?null:{kind:"fx",nodeId:n,param:o}}function ae(e,t){return`fx.${e}.${t}`}var Ce="preset";var De={min:0,max:1,step:.01,unit:"",label:"Amount",scale:"linear",default:1},oe={min:0,max:ne,step:.01,unit:"",label:"Volume",scale:"linear",default:1};function q(e,t){let n=N(e);if(!n)return null;if(n.kind==="volume")return oe;if(n.kind==="preset")return t?.nodes.some(s=>s.fromPreset===n.presetId)?{...De,label:`${n.presetId} \\xB7 Amount`}:null;let o=t?.nodes.find(r=>r.id===n.nodeId);if(!o)return null;let a=M(o.type),i=a?.params.find(r=>r.key===n.param);return!i||i.kind!=="number"?null:{min:i.min,max:i.max,step:i.step,unit:i.unit,label:`${a?.label??o.type} \\xB7 ${i.label}`,scale:i.scale==="log"&&i.min>0?"log":"linear",default:i.default}}function T(e){if(typeof e=="number")return Number.isFinite(e)?e:null;if(typeof e=="string"&&e.trim()!==""){let t=Number(e);return Number.isFinite(t)?t:null}return null}function Re(e){let t=T(e);return t===null||t===0?0:Math.min(1,Math.max(-1,t))}function re(e,t){let n=T(e),o=T(t);if(n===null||o===null)return null;let a=s=>Math.min(.999,Math.max(.001,s)),i=a(n),r=a(o);return Math.abs(i-r)<1e-6?null:{x:i,y:r}}function Oe(e){let t=Re(e?.curve),n=re(e?.viaX,e?.viaY);return{...t?{curve:t}:{},...n?{viaX:n.x,viaY:n.y}:{}}}function Ge(e,t){let n=T(e?.t),o=T(e?.v);if(n===null||o===null)return null;let a=t?Math.min(t.max,Math.max(t.min,o)):o;return{t:Math.max(0,n),v:a,...Oe(e)}}function ie(e,t){let n=e.map(a=>Ge(a,t)).filter(a=>a!==null).sort((a,i)=>a.t-i.t),o=[];for(let a of n)o.length>0&&o[o.length-1].t===a.t?o[o.length-1]=a:o.push(a);return o.slice(0,_e)}function Ie(e){let t=[];for(let n of e.lanes){if(!N(n.target))continue;let o=n.target===L?oe:null,a=ie(n.points??[],o);a.length>0&&t.push({target:n.target,points:a})}return{version:D,lanes:t}}function se(e,t){let n=[];for(let o of e.lanes){let a=q(o.target,t);if(!a)continue;let i=ie(o.points,a);i.length>0&&n.push({target:o.target,points:i})}return{version:D,lanes:n}}function ue(e){let t;try{t=JSON.parse(e)}catch(a){throw new x(`Automation is not valid JSON: ${a.message}`)}if(typeof t!="object"||t===null)throw new x("Automation must be a JSON object.");let n=t;if(n.version!==D)throw new x(`Unsupported automation version: ${String(n.version)}`);if(!Array.isArray(n.lanes))throw new x("Automation is missing a `lanes` array.");let o=n.lanes.map((a,i)=>{if(typeof a!="object"||a===null)throw new x(`Lane ${i} is not an object.`);let r=a;if(typeof r.target!="string"||!N(r.target))throw new x(`Lane ${i} has an unreadable target: ${String(r.target)}`);if(!Array.isArray(r.points))throw new x(`Lane ${i} is missing a \\`points\\` array.`);return{target:r.target,points:r.points}});return Ie({version:D,lanes:o})}function Be(e,t){return t?Math.pow(e,Math.pow(2,2*t)):e}function Ee(e,t){let n=e-.5,o=t-.5,a=.999,i=1e6,r=n>0?n/(a-e):n<0?-n/(e-(1-a)):0,s=o>0?o/(a-t):o<0?-o/(t-(1-a)):0,l=Math.min(i,Math.max(1,r,s));return{cx:e+n/l,cy:t+o/l,w:l}}function Se(e,t,n){let{cx:o,cy:a,w:i}=Ee(t,n),r=2-2*i,s=e*r-1+2*i*o,l=-e*r-2*i*o,u=Le(s,l,e),c=1-u,m=c*c+2*i*u*c+u*u;return m>0?(2*i*a*u*c+u*u)/m:e}function Le(e,t,n){if(Math.abs(e)<1e-12)return Math.abs(t)<1e-12?n:-n/t;let o=Math.sqrt(Math.max(0,t*t-4*e*n)),a=(-t+o)/(2*e),i=(-t-o)/(2*e),r=s=>s>=-1e-9&&s<=1+1e-9;return r(a)?Math.min(1,Math.max(0,a)):r(i)?Math.min(1,Math.max(0,i)):n}function qe(e,t){let n=re(t.viaX,t.viaY);return n?Se(Math.min(1,Math.max(0,e)),n.x,n.y):Be(e,t.curve)}function Ve(e,t,n,o){return o==="log"&&e>0&&t>0?Math.exp(Math.log(e)+(Math.log(t)-Math.log(e))*n):e+(t-e)*n}function V(e,t,n="linear"){let o=e.points;if(o.length===0)return 0;let a=o[0];if(t<=a.t)return a.v;let i=o[o.length-1];if(t>=i.t)return i.v;let r=0,s=o.length-1;for(;s-r>1;){let m=r+s>>1;o[m].t<=t?r=m:s=m}let l=o[r],u=o[s],c=u.t-l.t;return c<=0?u.v:Ve(l.v,u.v,qe((t-l.t)/c,l),n)}function le(e){return e.points.length<=1||e.points.every(t=>t.v===e.points[0].v)}function ce(e,t,n,o,a="linear"){let i=Math.max(2,Math.floor(o)),r=new Float32Array(i),s=n-t;for(let l=0;l<i;l+=1)r[l]=V(e,t+s*l/(i-1),a);return r}var Ue=100,$e=8,Xe=4096,U=e=>e;function We(e,t,n){return!(!!e.curve||e.viaX!==void 0&&e.viaY!==void 0)&&t==="linear"&&!n}function je(e){let t=Math.ceil(e*Ue);return Math.min(Xe,Math.max($e,t))}function ze(e,t,n,o,a){let{scheduledAt:i,elapsed:r,rate:s}=o,l=a??U,u=v=>i+(v-r)/s,c=e.points[t],m=e.points[t+1],d=u(m.t);if(d<=i)return null;let b=Math.max(i,u(c.t)),p=d-b;if(p<=0)return null;if(We(c,n,a))return{kind:"ramp",time:d,value:l(m.v)};let f=je(p),g=ce(e,Math.max(c.t,r),m.t,f,n),w=new Float32Array(f);for(let v=0;v<f;v+=1)w[v]=l(g[v]??0);return{kind:"curve",time:b,duration:p,values:w}}function Ye(e,t,n,o){let a=[];for(let r=0;r+1<e.points.length;r+=1){let s=ze(e,r,t,n,o);s&&a.push(s)}let i=a[0];return i?.kind==="curve"&&i.time<=n.scheduledAt||a.unshift({kind:"set",time:n.scheduledAt,value:(o??U)(V(e,n.elapsed,t))}),a}function Je(e,t){for(let n of t)if(n.kind==="set")e.setValueAtTime(n.value,n.time);else if(n.kind==="ramp")e.linearRampToValueAtTime(n.value,n.time);else try{e.setValueCurveAtTime(n.values,n.time,n.duration)}catch{let o=n.values[n.values.length-1]??0;e.linearRampToValueAtTime(o,n.time+n.duration)}}function Ke(e){for(let t of e)t.param.cancelScheduledValues(0)}function Qe(e,t,n,o){if(t.points.length!==0)for(let a of e){if(Ke([a]),le(t)){let i=(a.map??U)(t.points[0].v);a.param.setValueAtTime(i,o.scheduledAt);continue}Je(a.param,Ye(t,n,o,a.map))}}function de(e,t,n,o,a){let i=new Map(n.filter(s=>s.id).map(s=>[s.id,s.handle])),r=[];for(let s of e.lanes){let l=N(s.target);if(!l)continue;let u=l.kind==="preset"?a?.[l.presetId]:l.kind==="fx"?i.get(l.nodeId)?.automation?.[l.param]:void 0;if(!u||u.length===0)continue;let c=q(s.target,t);c&&(Qe(u,s,c.scale,o),r.push(...u))}return r}var Ze=5,et=.001;function k(e,t,n){let o=Number(y(e.type,e.params)[t]??0);if(!e.id||!n)return Number.isFinite(o)?o:0;let a=n.lanes.find(i=>i.target===ae(e.id??"",t));return!a||a.points.length===0?Number.isFinite(o)?o:0:a.points.reduce((i,r)=>Math.max(i,r.v),-1/0)}function tt(e,t){let n=Math.min(5,e/1e3);if(n<=0)return 0;let o=Math.max(0,Math.min(.999,t));return o<=0?n:Math.ceil(Math.log(et)/Math.log(o))*n}function nt(e,t){if(e.enabled===!1)return 0;switch(e.type){case"reverb":return k(e,"wet",t)>0?.6+Math.max(0,Math.min(1,k(e,"size",t)))*2.6:0;case"delay":return k(e,"mix",t)>0?tt(k(e,"time",t),k(e,"feedback",t)):0;case"chorus":return k(e,"mix",t)>0?k(e,"delay",t)/1e3:0;default:return 0}}function me(e,t){let n=e.nodes.reduce((o,a)=>o+nt(a,t),0);return Math.min(Ze,n)}function at(e,t,n,o,a){let i=e.createBuffer(n,o,a);for(let r=0;r<n;r++){let s=t[r];s&&i.getChannelData(r).set(s)}return i}function ot(e){let t=[];for(let n=0;n<e.numberOfChannels;n++)t.push(new Float32Array(e.getChannelData(n)));return t}async function rt(e,t,n,o){let a=j(n),i=Math.max(1,e.length),r=e[0]?.length??0;if(r===0)return e;let s=o?se(ue(o),a):null,l=Math.ceil(me(a,s??void 0)*t),u=new OfflineAudioContext(i,r+l,t);ee(a)&&await I(u);let c=u.createBufferSource();c.buffer=at(u,e,i,r,t);let m=te(u,a);return s&&de(s,a,m.nodes,{scheduledAt:0,elapsed:0,rate:1},m.presets),c.connect(m.input),m.output.connect(u.destination),c.start(),ot(await u.startRendering())}window.__HF_AUDIO_FX={render:rt};})();\n';
|
|
88771
|
+
AUDIO_FX_RUNTIME_IIFE = '"use strict";(()=>{var pe="data-fx-chain",ct=pe.slice(5),$=1,M=(e="frequency",t="Frequency",n=1e3,o=20,a=2e4)=>({kind:"number",key:e,label:t,unit:"Hz",min:o,max:a,step:1,default:n,scale:"log",automatable:!0}),R=(e=.707,t="Bandwidth \\u2014 higher is narrower.")=>({kind:"number",key:"q",label:"Q",unit:"",min:.1,max:20,step:.01,default:e,scale:"log",automatable:!0,hint:t}),D=(e=-40,t=40,n=0)=>({kind:"number",key:"gain",label:"Gain",unit:"dB",min:e,max:t,step:.1,default:n,automatable:!0}),X={kind:"enum",key:"poles",label:"Slope",options:[{value:"1",label:"6 dB/oct"},{value:"2",label:"12 dB/oct"}],default:"2",hint:"Two poles is the usual biquad; one pole is gentler."},W=[{id:"gain",label:"Gain",group:"dynamics",description:"Raise or lower the whole signal. Automate it to duck under something else.",params:[D(-60,12,0)],web:"gain-node"},{id:"peaking",label:"Peaking EQ",group:"filter",description:"Boost or cut a band, leaving everything either side alone.",params:[M("frequency","Frequency",1e3),D(-40,40,0),R(1)],web:"biquad-peaking"},{id:"lowshelf",label:"Low Shelf",group:"filter",description:"Lift or drop everything below the corner frequency.",params:[M("frequency","Frequency",200,20,2e3),D(-40,40,0)],web:"biquad-lowshelf"},{id:"highshelf",label:"High Shelf",group:"filter",description:"Lift or drop everything above the corner frequency.",params:[M("frequency","Frequency",4e3,500,2e4),D(-40,40,0)],web:"biquad-highshelf"},{id:"highpass",label:"High-pass",group:"filter",description:"Remove low frequencies \\u2014 the usual fix for rumble on a voice.",params:[M("frequency","Cutoff",300,20,2e4),R(.707),X],web:"biquad-highpass"},{id:"lowpass",label:"Low-pass",group:"filter",description:"Remove high frequencies \\u2014 darkens or muffles a track.",params:[M("frequency","Cutoff",8e3,100,2e4),R(.707),X],web:"biquad-lowpass"},{id:"compressor",label:"Compressor",group:"dynamics",description:"Pull loud parts down so the quiet ones can come up.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-60,max:0,step:.5,default:-24,hint:"Level above which the compressor starts working."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:4},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:2e3,step:.1,default:20,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:250,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83,hint:"1 is a hard corner; higher eases into it."},{kind:"number",key:"makeup",label:"Makeup",unit:"dB",min:0,max:36,step:.1,default:0},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1,hint:"Below 1 blends the dry signal back in."}],web:"worklet-compressor"},{id:"limiter",label:"Limiter",group:"dynamics",description:"Hard ceiling \\u2014 nothing gets past the limit.",params:[{kind:"number",key:"limit",label:"Ceiling",unit:"dB",min:-24,max:0,step:.1,default:-1},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.1,max:80,step:.1,default:5},{kind:"number",key:"release",label:"Release",unit:"ms",min:1,max:8e3,step:1,default:50,scale:"log"},{kind:"number",key:"level_out",label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0}],web:"worklet-limiter"},{id:"gate",label:"Noise Gate",group:"dynamics",description:"Silence the track when it drops below the threshold.",params:[{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-80,max:0,step:.5,default:-35},{kind:"number",key:"range",label:"Range",unit:"dB",min:-80,max:0,step:.5,default:-24,hint:"How far down the gate pulls when closed."},{kind:"number",key:"ratio",label:"Ratio",unit:":1",min:1,max:20,step:.1,default:10},{kind:"number",key:"attack",label:"Attack",unit:"ms",min:.01,max:9e3,step:.1,default:1,scale:"log"},{kind:"number",key:"release",label:"Release",unit:"ms",min:.01,max:9e3,step:1,default:100,scale:"log"},{kind:"number",key:"knee",label:"Knee",unit:"",min:1,max:8,step:.01,default:2.83}],web:"worklet-gate"},{id:"saturate",label:"Saturation",group:"nonlinear",description:"Soft-clip the waveform for warmth or outright distortion.",params:[{kind:"enum",key:"type",label:"Curve",options:[{value:"tanh",label:"Tanh"},{value:"atan",label:"Arctan"},{value:"cubic",label:"Cubic"},{value:"exp",label:"Exponential"},{value:"alg",label:"Algebraic"},{value:"quintic",label:"Quintic"},{value:"sin",label:"Sine"},{value:"erf",label:"Error function"},{value:"hard",label:"Hard clip"}],default:"tanh"},{kind:"number",key:"threshold",label:"Threshold",unit:"dB",min:-40,max:0,step:.1,default:-6},{kind:"number",key:"output",automatable:!0,label:"Output",unit:"dB",min:-24,max:24,step:.1,default:0},{kind:"number",key:"oversample",label:"Oversample",unit:"x",min:1,max:8,step:1,default:4,hint:"Higher costs more but keeps aliasing down."}],web:"waveshaper"},{id:"bitcrush",label:"Bitcrush",group:"nonlinear",description:"Drop bit depth and sample rate for a lo-fi, digital sound.",params:[{kind:"number",key:"bits",label:"Bit depth",unit:"bit",min:1,max:32,step:.1,default:8},{kind:"number",key:"samples",label:"Sample hold",unit:"x",min:1,max:250,step:1,default:1,hint:"Repeats each sample N times \\u2014 a crude downsample."},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1}],web:"worklet-bitcrush"},{id:"pitchshift",label:"Pitch shift",group:"time",description:"Shifts pitch up or down without changing playback speed.",params:[{kind:"number",key:"semitones",label:"Semitones",unit:"st",min:-12,max:12,step:1,default:0},{kind:"number",key:"mix",label:"Mix",unit:"",min:0,max:1,step:.01,default:1}],web:"worklet-pitchshift"},{id:"delay",label:"Delay",group:"time",description:"Repeating echoes behind the dry signal.",params:[{kind:"number",key:"time",automatable:!0,label:"Time",unit:"ms",min:1,max:5e3,step:1,default:250,scale:"log"},{kind:"number",key:"feedback",automatable:!0,label:"Feedback",unit:"",min:.01,max:.95,step:.01,default:.35},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.4}],web:"delay-feedback"},{id:"chorus",label:"Chorus",group:"time",description:"Detuned copies of the signal for width and thickness.",params:[{kind:"number",key:"delay",automatable:!0,label:"Delay",unit:"ms",min:1,max:100,step:.1,default:7},{kind:"number",key:"depth",automatable:!0,label:"Depth",unit:"ms",min:0,max:10,step:.01,default:2},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.01,max:10,step:.01,default:1},{kind:"number",key:"mix",automatable:!0,label:"Mix",unit:"",min:0,max:1,step:.01,default:.5}],web:"chorus-lfo"},{id:"phaser",label:"Phaser",group:"time",description:"Sweeping notches moving through the spectrum.",params:[{kind:"number",key:"in_gain",automatable:!0,label:"Input",unit:"",min:0,max:1,step:.01,default:.4},{kind:"number",key:"out_gain",automatable:!0,label:"Output",unit:"",min:0,max:2,step:.01,default:.74},{kind:"number",key:"delay",label:"Delay",unit:"ms",min:.1,max:5,step:.1,default:3},{kind:"number",key:"decay",label:"Decay",unit:"",min:0,max:.99,step:.01,default:.4},{kind:"number",key:"speed",automatable:!0,label:"Rate",unit:"Hz",min:.1,max:2,step:.01,default:.5},{kind:"enum",key:"type",label:"Waveform",options:[{value:"0",label:"Triangular"},{value:"1",label:"Sinusoidal"}],default:"0"}],web:"allpass-phaser"},{id:"reverb",label:"Reverb",group:"time",description:"Room tail. Both ends convolve the same generated impulse, so preview matches render.",params:[{kind:"number",key:"size",label:"Room size",unit:"",min:.05,max:1,step:.01,default:.7},{kind:"number",key:"damping",label:"Damping",unit:"",min:0,max:1,step:.01,default:.5,hint:"Higher rolls the top off the tail faster."},{kind:"number",key:"wet",automatable:!0,label:"Wet",unit:"",min:0,max:1,step:.01,default:.35},{kind:"number",key:"dry",automatable:!0,label:"Dry",unit:"",min:0,max:1,step:.01,default:.7}],web:"convolver"}],O=new Map(W.map(e=>[e.id,e]));function F(e){return O.get(e)}var dt=W.map(e=>e.id);function k(e,t){let n=O.get(e);if(!n)return{};let o={};for(let a of n.params){let i=t?.[a.key];if(a.kind==="enum"){let s=a.options.some(l=>l.value===i);o[a.key]=s?i:a.default;continue}let r=typeof i=="number"?i:typeof i=="string"&&i.trim()!==""?Number(i):Number.NaN;o[a.key]=Number.isFinite(r)?Math.min(a.max,Math.max(a.min,r)):a.default}return o}var A=class extends Error{constructor(t){super(t),this.name="AudioFxChainError"}};function j(e){let t;try{t=JSON.parse(e)}catch(a){throw new A(`Chain file is not valid JSON: ${a.message}`)}if(typeof t!="object"||t===null)throw new A("Chain file must be a JSON object.");let n=t;if(n.version!==$)throw new A(`Unsupported chain version: ${String(n.version)}`);if(!Array.isArray(n.nodes))throw new A("Chain file is missing a `nodes` array.");let o=n.nodes.map((a,i)=>{if(typeof a!="object"||a===null)throw new A(`Node ${i} is not an object.`);let r=a;if(typeof r.type!="string"||!O.has(r.type))throw new A(`Node ${i} has unknown effect type: ${String(r.type)}`);return{type:r.type,...typeof r.id=="string"&&r.id?{id:r.id}:{},...r.fromCarve===!0?{fromCarve:!0}:{},...typeof r.fromPreset=="string"&&r.fromPreset?{fromPreset:r.fromPreset}:{},...typeof r.label=="string"&&r.label?{label:r.label}:{},...typeof r.fromEq=="string"&&r.fromEq?{fromEq:r.fromEq}:{},...r.fromLeveller===!0?{fromLeveller:!0}:{},...typeof r.presetAmount=="number"&&Number.isFinite(r.presetAmount)?{presetAmount:Math.min(1,Math.max(0,r.presetAmount))}:{},enabled:r.enabled!==!1,params:k(r.type,r.params??void 0)}});return{version:$,nodes:o}}function H(e){return e.nodes.filter(t=>t.enabled!==!1)}var fe=`\nconst dbToLin = (db) => Math.pow(10, db / 20);\n\n/**\n * One-pole envelope followers, one per channel.\n *\n * Per channel matters: the followers advance once per sample, so a single shared\n * follower stepped once per channel per sample. On stereo that ran a 20 ms attack\n * as 10 ms, and gave the right channel a gain computed from an envelope that had\n * already traversed the left \\u2014 so the two channels ducked by different amounts\n * from the same input and the image pumped.\n */\nclass EnvBank {\n constructor(attackMs, releaseMs) { this.set(attackMs, releaseMs); this.values = []; }\n set(attackMs, releaseMs) {\n this.a = Math.exp(-1 / (sampleRate * Math.max(1e-5, attackMs / 1000)));\n this.r = Math.exp(-1 / (sampleRate * Math.max(1e-5, releaseMs / 1000)));\n }\n push(ch, x) {\n const prev = this.values[ch] ?? 0;\n const m = Math.abs(x);\n const c = m > prev ? this.a : this.r;\n const next = m + c * (prev - m);\n this.values[ch] = next;\n return next;\n }\n}\n\n/** Soft-knee gain computer in dB, matching acompressor\'s shape. */\nfunction kneeGain(envDb, thresholdDb, ratio, kneeDb) {\n const over = envDb - thresholdDb;\n if (kneeDb > 0 && over > -kneeDb && over < kneeDb) {\n const t = (over + kneeDb) / (2 * kneeDb);\n return -((1 - 1 / ratio) * kneeDb * t * t);\n }\n return over > 0 ? -(over * (1 - 1 / ratio)) : 0;\n}\n\n// log10/exp per sample is the single most expensive thing a dynamics processor\n// can do on the audio thread, and every sample below the knee needs neither:\n// its gain is exactly unity. Comparing envelopes in the linear domain lets the\n// quiet majority of samples skip the transcendentals entirely.\nconst LN10_OVER_20 = Math.LN10 / 20;\nconst dbToLinFast = (db) => Math.exp(db * LN10_OVER_20);\n\nclass HfCompressor extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 20, this.p.release ?? 250);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 20, this.p.release ?? 250);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const makeup = dbToLin(p.makeup ?? 0);\n const mix = p.mix ?? 1;\n // Knee is expressed as a ratio in FFmpeg; convert to dB width.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const thresholdDb = p.threshold ?? -24;\n const ratio = p.ratio ?? 4;\n // Below this the gain computer returns unity, so the sample needs no\n // logarithm at all.\n const kneeStartLin = dbToLin(thresholdDb - kneeDb);\n const dry = 1 - mix;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n // Per-channel follower, and the sub-knee shortcut: below the knee the\n // gain is exactly unity, so the sample needs no logarithm at all.\n const env = this.env.push(ch, x);\n if (env <= kneeStartLin) {\n out[n] = x * makeup * mix + x * dry;\n continue;\n }\n const envDb = 20 * Math.log10(env);\n const g = dbToLinFast(kneeGain(envDb, thresholdDb, ratio, kneeDb));\n out[n] = x * g * makeup * mix + x * dry;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-compressor", HfCompressor);\n\nclass HfLimiter extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 5, this.p.release ?? 50);\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 5, this.p.release ?? 50);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const ceiling = dbToLin(this.p.limit ?? -1);\n const outGain = dbToLin(this.p.level_out ?? 0);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n // Only ever attenuate: a limiter that can raise level is a compressor.\n const g = env > ceiling ? ceiling / env : 1;\n out[n] = x * g * outGain;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-limiter", HfLimiter);\n\nclass HfGate extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.env = new EnvBank(this.p.attack ?? 1, this.p.release ?? 100);\n this.gains = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n this.env.set(this.p.attack ?? 1, this.p.release ?? 100);\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const threshold = dbToLin(p.threshold ?? -35);\n const floor = dbToLin(p.range ?? -24);\n const ratio = p.ratio ?? 10;\n // Knee is declared in the registry as a ratio, like the compressor\'s; a\n // hard threshold ignored it and chattered on material sitting right at the\n // gate point.\n const kneeDb = 20 * Math.log10(Math.max(1.0001, p.knee ?? 2.83));\n const kneeLin = dbToLin((p.threshold ?? -35) + kneeDb);\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n for (let n = 0; n < inp.length; n++) {\n const x = inp[n];\n const env = this.env.push(ch, x);\n let target = 1;\n // Above the threshold the gate is fully open; skip the pow entirely.\n if (env < threshold) {\n const under = env > 1e-9 ? threshold / env : 1e9;\n target = Math.max(floor, 1 / Math.pow(under, ratio - 1));\n if (!isFinite(target)) target = floor;\n }\n // Smooth toward the target so the gate does not click on every sample.\n const held = this.gains[ch] ?? 1;\n const c = target < held ? this.env.r : this.env.a;\n const smoothed = target + c * (held - target);\n this.gains[ch] = smoothed;\n out[n] = x * smoothed;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-gate", HfGate);\n\nclass HfBitcrush extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.holds = [];\n this.held = [];\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const levels = Math.pow(2, (p.bits ?? 8) - 1);\n const step = Math.max(1, Math.round(p.samples ?? 1));\n const mix = p.mix ?? 1;\n for (let ch = 0; ch < i.length; ch++) {\n const inp = i[ch], out = o[ch];\n if (this.held[ch] === undefined) this.held[ch] = 0;\n if (this.holds[ch] === undefined) this.holds[ch] = 0;\n for (let n = 0; n < inp.length; n++) {\n // Per channel: advancing one shared counter only on the last channel\n // left every earlier channel either unheld or frozen for a whole\n // 128-sample quantum, clicking once a block.\n if (this.holds[ch] === 0) this.held[ch] = Math.round(inp[n] * levels) / levels;\n out[n] = this.held[ch] * mix + inp[n] * (1 - mix);\n this.holds[ch] = (this.holds[ch] + 1) % step;\n }\n }\n return true;\n }\n}\nregisterProcessor("hf-bitcrush", HfBitcrush);\n\n/** Linear-interpolated read, \\`delaySamples\\` behind the write head. */\nfunction readTap(ring, write, delaySamples) {\n const len = ring.length;\n const pos = (write - 1 - delaySamples + len) % len;\n const i0 = Math.floor(pos);\n const frac = pos - i0;\n const i1 = (i0 + 1) % len;\n return ring[i0] * (1 - frac) + ring[i1] * frac;\n}\n\n/** Equal-power-ish crossfade, zero at a tap\'s reset point \\u2014 hides the splice. */\nfunction xfade(phase) {\n return Math.sin(Math.PI * phase);\n}\n\n/**\n * Dual-tap granular delay line: two read taps 180\\xB0 apart in a 100 ms grain,\n * each sweeping at a speed relative to the write head that shifts pitch\n * without changing duration. One tap is always fading in as the other fades\n * out, which hides the splice each tap makes when it wraps.\n *\n * write/phase are block-level state, advanced once per SAMPLE across all\n * channels together (not once per channel) \\u2014 advancing them inside the\n * per-channel loop would move the tap 2x/4x too fast on a stereo/quad input.\n */\nclass HfPitchshift extends AudioWorkletProcessor {\n constructor(o) {\n super();\n this.p = o.processorOptions || {};\n this.grain = Math.round(sampleRate * 0.1);\n this.buf = [];\n this.write = 0;\n this.phase = 0;\n this.port.onmessage = (e) => {\n if (e.data && e.data.__hfDispose) { this.dead = true; return; }\n this.p = { ...this.p, ...e.data };\n };\n }\n process(inputs, outputs) {\n if (this.dead) return false;\n const i = inputs[0], o = outputs[0];\n if (!i || !i.length) return true;\n const p = this.p;\n const semitones = Math.max(-12, Math.min(12, p.semitones ?? 0));\n const mix = Math.max(0, Math.min(1, p.mix ?? 1));\n const ratio = Math.pow(2, semitones / 12);\n const grain = this.grain;\n const ringLen = grain * 2;\n const inc = (1 - ratio) / grain;\n const n = i[0] ? i[0].length : 0;\n for (let ch = 0; ch < i.length; ch++) {\n if (!this.buf[ch]) this.buf[ch] = new Float32Array(ringLen);\n }\n let write = this.write, phase = this.phase;\n for (let s = 0; s < n; s++) {\n phase += inc;\n phase -= Math.floor(phase);\n const phaseB = (phase + 0.5) % 1;\n const gA = xfade(phase), gB = xfade(phaseB);\n for (let ch = 0; ch < i.length; ch++) {\n const ring = this.buf[ch];\n const inp = i[ch], out = o[ch];\n const x = inp[s];\n ring[write] = x;\n const wet =\n readTap(ring, write, phase * grain) * gA + readTap(ring, write, phaseB * grain) * gB;\n out[s] = x * (1 - mix) + wet * mix;\n }\n write = (write + 1) % ringLen;\n }\n this.write = write;\n this.phase = phase;\n return true;\n }\n}\nregisterProcessor("hf-pitchshift", HfPitchshift);\n`,B=new WeakMap;var he=new WeakSet;function S(e){let t=B.get(e);return t||(t=(async()=>{if(!e.audioWorklet)throw new Error("AudioWorklet is unavailable \\u2014 the page needs a secure context (https, localhost or file://)");let n=`data:text/javascript;base64,${btoa(String.fromCharCode(...new TextEncoder().encode(fe)))}`;await e.audioWorklet.addModule(n),he.add(e)})().catch(n=>{throw B.delete(e),n}),B.set(e,t)),t}function be(e,t,n){let o=.6+Math.max(0,Math.min(1,t))*2.6,a=Math.max(1,Math.floor(e*o)),i=new Float32Array(a),r=Math.round(t*1e3)*2654435761+Math.round(n*1e3)*40503>>>0,s=()=>(r=r*1664525+1013904223>>>0,r/4294967295*2-1),l=Math.max(.001,1-Math.max(0,Math.min(1,n))),u=0,c=0;for(let d=0;d<a;d++){u+=l*(s()-u);let b=u*Math.pow(1-d/a,2.5);i[d]=b,c+=b*b}let m=Math.sqrt(c);if(m>0)for(let d=0;d<a;d++)i[d]=(i[d]??0)/m;return i}var h=e=>typeof e=="number"?e:Number(e??0),G=e=>e/1e3;function K(e,t,n,o){let a=Math.max(1,Math.round(e.sampleRate)),i=e.createBuffer(1,a,e.sampleRate),r=i.getChannelData(0);for(let u=0;u<a;u++){let c=u/a;r[u]=t==="sine"?Math.sin(2*Math.PI*c):4*Math.abs((c+.75)%1-.5)-1}let s=e.createBufferSource();s.buffer=i,s.loop=!0,s.playbackRate.value=n;let l=(o*n%1+1)%1*(a/e.sampleRate);return s.start(typeof e.currentTime=="number"?e.currentTime:0,l),s}function Q(e){try{e.stop()}catch{}e.disconnect()}function I(e,t){return[{param:e},{param:t,map:n=>1-n}]}function Z(e,t,n){e.gain.value=n,t.gain.value=1-n}function E(e,t,n){return{input:e,output:e,update:t,automation:n,dispose:()=>e.disconnect()}}var ge=new Set(["peaking","highpass","lowpass"]),z=e=>Math.pow(10,e/20),xe=(e,t)=>{let n=e.createGain(),o=a=>{n.gain.value=z(h(a.gain))};return o(t),E(n,o,{gain:[{param:n.gain,map:z}]})};function P(e,t){return(n,o)=>{let a=n.createBiquadFilter();a.type=e;let i=r=>{a.frequency.value=h(r.frequency),r.q!==void 0&&(a.Q.value=h(r.q)),t&&(a.gain.value=h(r.gain))};return i(o),E(a,i,{frequency:[{param:a.frequency}],...ge.has(e)?{q:[{param:a.Q}]}:{},...t?{gain:[{param:a.gain}]}:{}})}}function Ae(e){return(t,n)=>{let o=Math.tan(Math.PI*h(n.frequency)/t.sampleRate),a=e==="highpass"?t.createIIRFilter([1/(1+o),-1/(1+o)],[1,(o-1)/(o+1)]):t.createIIRFilter([o/(1+o),o/(1+o)],[1,(o-1)/(o+1)]);return E(a,()=>{})}}function T(e){return(t,n)=>{let o=new AudioWorkletNode(t,e,{processorOptions:{...n}});return{input:o,output:o,update:a=>o.port.postMessage({...a}),dispose:()=>{o.port.postMessage({__hfDispose:!0}),o.disconnect()}}}}var ye={tanh:Math.tanh,atan:e=>2/Math.PI*Math.atan(Math.PI/2*e),cubic:e=>Math.abs(e)>=1?Math.sign(e):e-e**3/3,exp:e=>Math.sign(e)*(1-Math.exp(-Math.abs(e))),alg:e=>e/Math.sqrt(1+e*e),quintic:e=>Math.abs(e)>=1?Math.sign(e):e-e**5/5,sin:e=>Math.abs(e)>=1?Math.sign(e):Math.sin(Math.PI/2*e),erf:e=>Math.tanh(1.20211*e),hard:e=>Math.max(-1,Math.min(1,e))},ke=(e,t)=>{let n=e.createWaveShaper(),o=e.createGain(),a=e.createGain();o.connect(n).connect(a);let i=r=>{let s=ye[String(r.type)]??Math.tanh,l=Math.pow(10,h(r.threshold)/20),u=8192,c=new Float32Array(u);for(let m=0;m<u;m++){let d=m/(u-1)*2-1;c[m]=s(d/Math.max(1e-6,l))*l}n.curve=c,n.oversample=h(r.oversample)>=4?"4x":h(r.oversample)>=2?"2x":"none",a.gain.value=Math.pow(10,h(r.output)/20)};return i(t),{input:o,output:a,update:i,automation:{output:[{param:a.gain,map:r=>Math.pow(10,r/20)}]},dispose:()=>{o.disconnect(),n.disconnect(),a.disconnect()}}},ve=(e,t)=>{let n=e.createGain(),o=e.createGain(),a=e.createDelay(5),i=e.createGain(),r=e.createGain(),s=e.createGain();n.connect(a),a.connect(i),i.connect(a),a.connect(r).connect(o),n.connect(s).connect(o);let l=u=>{a.delayTime.value=Math.min(5,h(u.time)/1e3),i.gain.value=h(u.feedback),Z(r,s,h(u.mix))};return l(t),{input:n,output:o,update:l,automation:{time:[{param:a.delayTime,map:u=>Math.min(5,G(u))}],feedback:[{param:i.gain}],mix:I(r.gain,s.gain)},dispose:()=>[n,o,a,i,r,s].forEach(u=>u.disconnect())}},we=(e,t,n)=>{let o=e.createGain(),a=e.createGain(),i=e.createDelay(.5),r=K(e,"sine",h(t.speed),n),s=e.createGain(),l=e.createGain(),u=e.createGain();r.connect(s).connect(i.delayTime),o.connect(i).connect(l).connect(a),o.connect(u).connect(a);let c=m=>{i.delayTime.value=h(m.delay)/1e3,s.gain.value=h(m.depth)/1e3,r.playbackRate.value=h(m.speed),Z(l,u,h(m.mix))};return c(t),{input:o,output:a,update:c,automation:{delay:[{param:i.delayTime,map:G}],depth:[{param:s.gain,map:G}],speed:[{param:r.playbackRate}],mix:I(l.gain,u.gain)},dispose:()=>{Q(r),[o,a,i,s,l,u].forEach(m=>m.disconnect())}}},Me=6,Fe=(e,t,n)=>{let o=e.createGain(),a=e.createGain(),i=e.createGain(),r=e.createGain(),s=K(e,String(t.type)==="1"?"sine":"triangle",h(t.speed),n),l=e.createGain(),u=e.createGain(),c=e.createGain(),m=[];o.connect(i);let d=i;for(let p=0;p<Me;p++){let f=e.createBiquadFilter();f.type="allpass",f.Q.value=.7071,l.connect(f.frequency),d.connect(f),d=f,m.push(f)}s.connect(l),d.connect(u).connect(r),i.connect(c).connect(r),r.connect(a);let b=p=>{let f=1e3/Math.max(.1,h(p.delay));for(let g of m)g.frequency.value=f;l.gain.value=f*h(p.decay),s.playbackRate.value=h(p.speed),i.gain.value=h(p.in_gain),r.gain.value=h(p.out_gain),u.gain.value=1,c.gain.value=1};return b(t),{input:o,output:a,update:b,automation:{speed:[{param:s.playbackRate}],in_gain:[{param:i.gain}],out_gain:[{param:r.gain}]},dispose:()=>{Q(s),[o,a,i,r,l,u,c,...m].forEach(p=>p.disconnect())}}},He=(e,t)=>{let n=e.createGain(),o=e.createGain(),a=e.createConvolver(),i=e.createGain(),r=e.createGain();a.normalize=!1,n.connect(a).connect(i).connect(o),n.connect(r).connect(o);let s="",l=u=>{let c=`${h(u.size)}:${h(u.damping)}`;if(c!==s){let m=be(e.sampleRate,h(u.size),h(u.damping)),d=e.createBuffer(1,m.length,e.sampleRate);d.getChannelData(0).set(m),a.buffer=d,s=c}i.gain.value=h(u.wet),r.gain.value=h(u.dry)};return l(t),{input:n,output:o,update:l,automation:{wet:[{param:i.gain}],dry:[{param:r.gain}]},dispose:()=>[n,o,a,i,r].forEach(u=>u.disconnect())}},Pe={"gain-node":xe,"biquad-peaking":P("peaking",!0),"biquad-lowshelf":P("lowshelf",!0),"biquad-highshelf":P("highshelf",!0),"biquad-highpass":P("highpass",!1),"biquad-lowpass":P("lowpass",!1),"worklet-compressor":T("hf-compressor"),"worklet-limiter":T("hf-limiter"),"worklet-gate":T("hf-gate"),"worklet-bitcrush":T("hf-bitcrush"),"worklet-pitchshift":T("hf-pitchshift"),waveshaper:ke,"delay-feedback":ve,"chorus-lfo":we,"allpass-phaser":Fe,convolver:He};function ee(e){return e.nodes.some(t=>F(t.type)?.web.startsWith("worklet-")??!1)}function Te(e,t,n,o=0){let a=F(t);if(!a)throw new Error(`Unknown effect type: ${t}`);let i=k(t,n);if((t==="highpass"||t==="lowpass")&&String(i.poles)==="1")return Ae(t)(e,i,o);let r=Pe[a.web];if(!r)throw new Error(`No Web Audio builder for ${a.web}`);return r(e,i,o)}function Y(e){let t=[];for(let n of e){let o=n.fromPreset,a=t.at(-1);if(a&&a.preset===o)a.nodes.push(n);else{let i=typeof n.presetAmount=="number"?n.presetAmount:1;t.push({...o?{preset:o}:{},amount:Math.min(1,Math.max(0,i)),nodes:[n]})}}return t}function J(e){return H(e).map(t=>{let n=k(t.type,t.params),o=n.poles!==void 0?`:${n.poles}`:"",a=String(n.poles)==="1"?`@${n.frequency}`:"",i=t.type==="phaser"?`~${n.type}`:"",r=t.fromPreset?`%${t.fromPreset}`:"";return`${t.type}${o}${a}${i}${r}`}).join("|")}function te(e,t,n=0){var m;let o=e.createGain(),a=e.createGain(),i=[],r=[],s=Y(H(t)),l=o;for(let d of s){let b=null;if(d.preset){let p=e.createGain(),f=e.createGain(),g=e.createGain(),w=e.createGain();g.gain.value=d.amount,f.gain.value=1-d.amount,l.connect(p),p.connect(f).connect(w),b={entry:p,wet:g,dry:f,join:w},l=p}for(let p of d.nodes){let f=Te(e,p.type,p.params??{},n);l.connect(f.input),l=f.output,i.push({...p.id?{id:p.id}:{},type:p.type,handle:f})}b&&d.preset&&(l.connect(b.wet).connect(b.join),r.push({id:d.preset,...b}),l=b.join)}l.connect(a);let u=J(t),c={};for(let d of r)(c[m=d.id]??(c[m]=[])).push(...I(d.wet.gain,d.dry.gain));return{input:o,output:a,presets:c,nodes:i,update(d){if(J(d)!==u)return!1;H(d).forEach((p,f)=>{let g=i[f];g&&(g.handle.update(k(p.type,p.params)),p.id===void 0?delete g.id:g.id=p.id)});let b=0;for(let p of Y(H(d))){if(!p.preset)continue;let f=r[b++];!f||f.id!==p.preset||(f.wet.gain.value=p.amount,f.dry.gain.value=1-p.amount)}return!0},dispose(){for(let{handle:d}of i)d.dispose();for(let{entry:d,wet:b,dry:p,join:f}of r)d.disconnect(),b.disconnect(),p.disconnect(),f.disconnect();o.disconnect(),a.disconnect()}}}var ne=3.981071705534972;var Ne="data-automation",kt=Ne.slice(5),C=1,_e=512,x=class extends Error{constructor(t){super(t),this.name="AudioAutomationError"}},L="volume";function _(e){if(e===L)return{kind:"volume"};let t=e.split(".");if(t.length===3&&t[0]==="fx"&&t[1]===De){let a=t[2];return a?{kind:"preset",presetId:a}:null}if(t.length!==3||t[0]!=="fx")return null;let[,n,o]=t;return!n||!o?null:{kind:"fx",nodeId:n,param:o}}function ae(e,t){return`fx.${e}.${t}`}var De="preset";var Ce={min:0,max:1,step:.01,unit:"",label:"Amount",scale:"linear",default:1},oe={min:0,max:ne,step:.01,unit:"",label:"Volume",scale:"linear",default:1};function q(e,t){let n=_(e);if(!n)return null;if(n.kind==="volume")return oe;if(n.kind==="preset")return t?.nodes.some(s=>s.fromPreset===n.presetId)?{...Ce,label:`${n.presetId} \\xB7 Amount`}:null;let o=t?.nodes.find(r=>r.id===n.nodeId);if(!o)return null;let a=F(o.type),i=a?.params.find(r=>r.key===n.param);return!i||i.kind!=="number"?null:{min:i.min,max:i.max,step:i.step,unit:i.unit,label:`${a?.label??o.type} \\xB7 ${i.label}`,scale:i.scale==="log"&&i.min>0?"log":"linear",default:i.default}}function N(e){if(typeof e=="number")return Number.isFinite(e)?e:null;if(typeof e=="string"&&e.trim()!==""){let t=Number(e);return Number.isFinite(t)?t:null}return null}function Re(e){let t=N(e);return t===null||t===0?0:Math.min(1,Math.max(-1,t))}function re(e,t){let n=N(e),o=N(t);if(n===null||o===null)return null;let a=s=>Math.min(.999,Math.max(.001,s)),i=a(n),r=a(o);return Math.abs(i-r)<1e-6?null:{x:i,y:r}}function Oe(e){let t=Re(e?.curve),n=re(e?.viaX,e?.viaY);return{...t?{curve:t}:{},...n?{viaX:n.x,viaY:n.y}:{}}}function Be(e,t){let n=N(e?.t),o=N(e?.v);if(n===null||o===null)return null;let a=t?Math.min(t.max,Math.max(t.min,o)):o;return{t:Math.max(0,n),v:a,...Oe(e)}}function ie(e,t){let n=e.map(a=>Be(a,t)).filter(a=>a!==null).sort((a,i)=>a.t-i.t),o=[];for(let a of n)o.length>0&&o[o.length-1].t===a.t?o[o.length-1]=a:o.push(a);return o.slice(0,_e)}function Se(e){let t=[];for(let n of e.lanes){if(!_(n.target))continue;let o=n.target===L?oe:null,a=ie(n.points??[],o);a.length>0&&t.push({target:n.target,points:a})}return{version:C,lanes:t}}function se(e,t){let n=[];for(let o of e.lanes){let a=q(o.target,t);if(!a)continue;let i=ie(o.points,a);i.length>0&&n.push({target:o.target,points:i})}return{version:C,lanes:n}}function ue(e){let t;try{t=JSON.parse(e)}catch(a){throw new x(`Automation is not valid JSON: ${a.message}`)}if(typeof t!="object"||t===null)throw new x("Automation must be a JSON object.");let n=t;if(n.version!==C)throw new x(`Unsupported automation version: ${String(n.version)}`);if(!Array.isArray(n.lanes))throw new x("Automation is missing a `lanes` array.");let o=n.lanes.map((a,i)=>{if(typeof a!="object"||a===null)throw new x(`Lane ${i} is not an object.`);let r=a;if(typeof r.target!="string"||!_(r.target))throw new x(`Lane ${i} has an unreadable target: ${String(r.target)}`);if(!Array.isArray(r.points))throw new x(`Lane ${i} is missing a \\`points\\` array.`);return{target:r.target,points:r.points}});return Se({version:C,lanes:o})}function Ge(e,t){return t?Math.pow(e,Math.pow(2,2*t)):e}function Ie(e,t){let n=e-.5,o=t-.5,a=.999,i=1e6,r=n>0?n/(a-e):n<0?-n/(e-(1-a)):0,s=o>0?o/(a-t):o<0?-o/(t-(1-a)):0,l=Math.min(i,Math.max(1,r,s));return{cx:e+n/l,cy:t+o/l,w:l}}function Ee(e,t,n){let{cx:o,cy:a,w:i}=Ie(t,n),r=2-2*i,s=e*r-1+2*i*o,l=-e*r-2*i*o,u=Le(s,l,e),c=1-u,m=c*c+2*i*u*c+u*u;return m>0?(2*i*a*u*c+u*u)/m:e}function Le(e,t,n){if(Math.abs(e)<1e-12)return Math.abs(t)<1e-12?n:-n/t;let o=Math.sqrt(Math.max(0,t*t-4*e*n)),a=(-t+o)/(2*e),i=(-t-o)/(2*e),r=s=>s>=-1e-9&&s<=1+1e-9;return r(a)?Math.min(1,Math.max(0,a)):r(i)?Math.min(1,Math.max(0,i)):n}function qe(e,t){let n=re(t.viaX,t.viaY);return n?Ee(Math.min(1,Math.max(0,e)),n.x,n.y):Ge(e,t.curve)}function Ve(e,t,n,o){return o==="log"&&e>0&&t>0?Math.exp(Math.log(e)+(Math.log(t)-Math.log(e))*n):e+(t-e)*n}function V(e,t,n="linear"){let o=e.points;if(o.length===0)return 0;let a=o[0];if(t<=a.t)return a.v;let i=o[o.length-1];if(t>=i.t)return i.v;let r=0,s=o.length-1;for(;s-r>1;){let m=r+s>>1;o[m].t<=t?r=m:s=m}let l=o[r],u=o[s],c=u.t-l.t;return c<=0?u.v:Ve(l.v,u.v,qe((t-l.t)/c,l),n)}function le(e){return e.points.length<=1||e.points.every(t=>t.v===e.points[0].v)}function ce(e,t,n,o,a="linear"){let i=Math.max(2,Math.floor(o)),r=new Float32Array(i),s=n-t;for(let l=0;l<i;l+=1)r[l]=V(e,t+s*l/(i-1),a);return r}var Ue=100,$e=8,Xe=4096,U=e=>e;function We(e,t,n){return!(!!e.curve||e.viaX!==void 0&&e.viaY!==void 0)&&t==="linear"&&!n}function je(e){let t=Math.ceil(e*Ue);return Math.min(Xe,Math.max($e,t))}function ze(e,t,n,o,a){let{scheduledAt:i,elapsed:r,rate:s}=o,l=a??U,u=v=>i+(v-r)/s,c=e.points[t],m=e.points[t+1],d=u(m.t);if(d<=i)return null;let b=Math.max(i,u(c.t)),p=d-b;if(p<=0)return null;if(We(c,n,a))return{kind:"ramp",time:d,value:l(m.v)};let f=je(p),g=ce(e,Math.max(c.t,r),m.t,f,n),w=new Float32Array(f);for(let v=0;v<f;v+=1)w[v]=l(g[v]??0);return{kind:"curve",time:b,duration:p,values:w}}function Ye(e,t,n,o){let a=[];for(let r=0;r+1<e.points.length;r+=1){let s=ze(e,r,t,n,o);s&&a.push(s)}let i=a[0];return i?.kind==="curve"&&i.time<=n.scheduledAt||a.unshift({kind:"set",time:n.scheduledAt,value:(o??U)(V(e,n.elapsed,t))}),a}function Je(e,t){for(let n of t)if(n.kind==="set")e.setValueAtTime(n.value,n.time);else if(n.kind==="ramp")e.linearRampToValueAtTime(n.value,n.time);else try{e.setValueCurveAtTime(n.values,n.time,n.duration)}catch{let o=n.values[n.values.length-1]??0;e.linearRampToValueAtTime(o,n.time+n.duration)}}function Ke(e){for(let t of e)t.param.cancelScheduledValues(0)}function Qe(e,t,n,o){if(t.points.length!==0)for(let a of e){if(Ke([a]),le(t)){let i=(a.map??U)(t.points[0].v);a.param.setValueAtTime(i,o.scheduledAt);continue}Je(a.param,Ye(t,n,o,a.map))}}function de(e,t,n,o,a){let i=new Map(n.filter(s=>s.id).map(s=>[s.id,s.handle])),r=[];for(let s of e.lanes){let l=_(s.target);if(!l)continue;let u=l.kind==="preset"?a?.[l.presetId]:l.kind==="fx"?i.get(l.nodeId)?.automation?.[l.param]:void 0;if(!u||u.length===0)continue;let c=q(s.target,t);c&&(Qe(u,s,c.scale,o),r.push(...u))}return r}var Ze=5,et=.001;function y(e,t,n){let o=Number(k(e.type,e.params)[t]??0);if(!e.id||!n)return Number.isFinite(o)?o:0;let a=n.lanes.find(i=>i.target===ae(e.id??"",t));return!a||a.points.length===0?Number.isFinite(o)?o:0:a.points.reduce((i,r)=>Math.max(i,r.v),-1/0)}function tt(e,t){let n=Math.min(5,e/1e3);if(n<=0)return 0;let o=Math.max(0,Math.min(.999,t));return o<=0?n:Math.ceil(Math.log(et)/Math.log(o))*n}function nt(e,t){return y(e,"wet",t)>0?.6+Math.max(0,Math.min(1,y(e,"size",t)))*2.6:0}function at(e,t){return y(e,"mix",t)>0?tt(y(e,"time",t),y(e,"feedback",t)):0}function ot(e,t){return y(e,"mix",t)>0?y(e,"delay",t)/1e3:0}function rt(e,t){return y(e,"mix",t)>0?.2:0}function it(e,t){if(e.enabled===!1)return 0;switch(e.type){case"reverb":return nt(e,t);case"delay":return at(e,t);case"chorus":return ot(e,t);case"pitchshift":return rt(e,t);default:return 0}}function me(e,t){let n=e.nodes.reduce((o,a)=>o+it(a,t),0);return Math.min(Ze,n)}function st(e,t,n,o,a){let i=e.createBuffer(n,o,a);for(let r=0;r<n;r++){let s=t[r];s&&i.getChannelData(r).set(s)}return i}function ut(e){let t=[];for(let n=0;n<e.numberOfChannels;n++)t.push(new Float32Array(e.getChannelData(n)));return t}async function lt(e,t,n,o){let a=j(n),i=Math.max(1,e.length),r=e[0]?.length??0;if(r===0)return e;let s=o?se(ue(o),a):null,l=Math.ceil(me(a,s??void 0)*t),u=new OfflineAudioContext(i,r+l,t);ee(a)&&await S(u);let c=u.createBufferSource();c.buffer=st(u,e,i,r,t);let m=te(u,a);return s&&de(s,a,m.nodes,{scheduledAt:0,elapsed:0,rate:1},m.presets),c.connect(m.input),m.output.connect(u.destination),c.start(),ut(await u.startRendering())}window.__HF_AUDIO_FX={render:lt};})();\n';
|
|
88640
88772
|
}
|
|
88641
88773
|
});
|
|
88642
88774
|
|
|
@@ -89126,12 +89258,21 @@ function parseAudioElements(html) {
|
|
|
89126
89258
|
}
|
|
89127
89259
|
return false;
|
|
89128
89260
|
};
|
|
89261
|
+
const groupsById = new Map(
|
|
89262
|
+
resolveAudioGroups(document2).map((group) => [group.id, group])
|
|
89263
|
+
);
|
|
89264
|
+
const memberGroupHidden = (el) => {
|
|
89265
|
+
const groupId = el.getAttribute(HF_AUDIO_GROUP_ATTR);
|
|
89266
|
+
return groupId ? groupsById.get(groupId)?.hidden ?? false : false;
|
|
89267
|
+
};
|
|
89129
89268
|
const build = (el, id, type) => {
|
|
89130
89269
|
const playbackRateAttr = el.getAttribute("data-playback-rate");
|
|
89131
89270
|
const layerAttr = el.getAttribute("data-layer");
|
|
89132
89271
|
const volumeAttr = el.getAttribute("data-volume");
|
|
89133
89272
|
const fxChain = el.getAttribute(HF_AUDIO_FX_ATTR);
|
|
89134
89273
|
const automation = el.getAttribute(HF_AUDIO_AUTOMATION_ATTR);
|
|
89274
|
+
const groupId = type === "audio" ? el.getAttribute(HF_AUDIO_GROUP_ATTR) : null;
|
|
89275
|
+
const group = groupId ? groupsById.get(groupId) : void 0;
|
|
89135
89276
|
return {
|
|
89136
89277
|
id,
|
|
89137
89278
|
src: el.getAttribute("src"),
|
|
@@ -89145,13 +89286,19 @@ function parseAudioElements(html) {
|
|
|
89145
89286
|
volume: volumeAttr ? parseFloat(volumeAttr) : 1,
|
|
89146
89287
|
...fxChain ? { fxChain } : {},
|
|
89147
89288
|
...automation ? { automation } : {},
|
|
89289
|
+
...group ? {
|
|
89290
|
+
groupId: group.id,
|
|
89291
|
+
...group.fxChain ? { groupFxChain: group.fxChain } : {},
|
|
89292
|
+
...group.automation ? { groupAutomation: group.automation } : {},
|
|
89293
|
+
groupVolume: group.volume
|
|
89294
|
+
} : {},
|
|
89148
89295
|
type
|
|
89149
89296
|
};
|
|
89150
89297
|
};
|
|
89151
89298
|
const trackId = (el) => el.getAttribute(MEDIA_RENDER_ID_ATTR) || el.getAttribute("id");
|
|
89152
89299
|
for (const el of document2.querySelectorAll("audio[id][src]")) {
|
|
89153
89300
|
const id = trackId(el);
|
|
89154
|
-
if (!id || !el.getAttribute("src") || isHidden(el)) continue;
|
|
89301
|
+
if (!id || !el.getAttribute("src") || isHidden(el) || memberGroupHidden(el)) continue;
|
|
89155
89302
|
if (isKnownInactiveTimelineWindow(el, resolveStart4(el))) continue;
|
|
89156
89303
|
elements.push(build(el, id, "audio"));
|
|
89157
89304
|
}
|
|
@@ -89319,7 +89466,7 @@ async function mixAudioTracks(tracks, outputPath, totalDuration, signal, config)
|
|
|
89319
89466
|
const trimDuration = track.end - track.start + (track.tailSeconds ?? 0);
|
|
89320
89467
|
const volumeFilter = buildVolumeExpression(track, ignoreAutomation);
|
|
89321
89468
|
filterParts.push(
|
|
89322
|
-
`[${i2}:a]atrim=0:${formatFilterNumber(trimDuration)},${volumeFilter},adelay=${delayMs}|${delayMs},apad,atrim=0:${formatFilterNumber(totalDuration)}[a${i2}]`
|
|
89469
|
+
`[${i2}:a]atrim=0:${formatFilterNumber(trimDuration)},${volumeFilter},adelay=${delayMs}|${delayMs},apad,asetpts=N/SR/TB,atrim=0:${formatFilterNumber(totalDuration)}[a${i2}]`
|
|
89323
89470
|
);
|
|
89324
89471
|
});
|
|
89325
89472
|
const mixInputs = tracks.map((_, i2) => `[a${i2}]`).join("");
|
|
@@ -89413,10 +89560,79 @@ async function mixAudioTracks(tracks, outputPath, totalDuration, signal, config)
|
|
|
89413
89560
|
error: degradedAutomation ? "Volume automation exceeded this ffmpeg build's expression limits; rendered at base volume" : void 0
|
|
89414
89561
|
};
|
|
89415
89562
|
}
|
|
89563
|
+
function groupNormalizeOptionUnsupported(stderr) {
|
|
89564
|
+
return /normalize/i.test(stderr) && /(?:unrecognized option|option (?:was )?not found|no option name)/i.test(stderr);
|
|
89565
|
+
}
|
|
89566
|
+
async function mixGroupMembers(memberTracks, outputPath, totalDuration, signal, config) {
|
|
89567
|
+
const ffmpegProcessTimeout = config?.ffmpegProcessTimeout ?? DEFAULT_CONFIG2.ffmpegProcessTimeout;
|
|
89568
|
+
const outputDir = dirname9(outputPath);
|
|
89569
|
+
if (!existsSync16(outputDir)) mkdirSync8(outputDir, { recursive: true });
|
|
89570
|
+
const inputFilters = memberTracks.map((track, i2) => {
|
|
89571
|
+
const delayMs = Math.round(track.start * 1e3);
|
|
89572
|
+
const trimDuration = track.end - track.start + (track.tailSeconds ?? 0);
|
|
89573
|
+
const volumeFilter = buildVolumeExpression(track);
|
|
89574
|
+
return `[${i2}:a]atrim=0:${formatFilterNumber(trimDuration)},${volumeFilter},adelay=${delayMs}|${delayMs},apad,atrim=0:${formatFilterNumber(totalDuration)}[a${i2}]`;
|
|
89575
|
+
});
|
|
89576
|
+
const mixInputs = memberTracks.map((_, i2) => `[a${i2}]`).join("");
|
|
89577
|
+
const runOnce = async (useNormalize) => {
|
|
89578
|
+
const mixFilter = useNormalize ? `${mixInputs}amix=inputs=${memberTracks.length}:duration=longest:dropout_transition=0:normalize=0[out]` : (
|
|
89579
|
+
// amix's default normalize divides by input count; compensate by THIS
|
|
89580
|
+
// group's own member count — never the render's global track count.
|
|
89581
|
+
`${mixInputs}amix=inputs=${memberTracks.length}:duration=longest:dropout_transition=0[mixed];[mixed]volume=${formatFilterNumber(memberTracks.length)}[out]`
|
|
89582
|
+
);
|
|
89583
|
+
const filterComplex = [...inputFilters, mixFilter].join(";");
|
|
89584
|
+
const scriptDir = mkdtempSync3(join14(outputDir, ".group-filter-complex-"));
|
|
89585
|
+
const scriptPath = join14(scriptDir, "graph.txt");
|
|
89586
|
+
const fd = openSync2(scriptPath, "wx", 384);
|
|
89587
|
+
try {
|
|
89588
|
+
writeFileSync7(fd, filterComplex);
|
|
89589
|
+
} finally {
|
|
89590
|
+
closeSync2(fd);
|
|
89591
|
+
}
|
|
89592
|
+
try {
|
|
89593
|
+
const inputs = [];
|
|
89594
|
+
memberTracks.forEach((track) => inputs.push("-i", track.srcPath));
|
|
89595
|
+
const args = [
|
|
89596
|
+
...inputs,
|
|
89597
|
+
"-filter_complex_script",
|
|
89598
|
+
scriptPath,
|
|
89599
|
+
"-map",
|
|
89600
|
+
"[out]",
|
|
89601
|
+
"-acodec",
|
|
89602
|
+
"pcm_s16le",
|
|
89603
|
+
"-ar",
|
|
89604
|
+
"48000",
|
|
89605
|
+
"-t",
|
|
89606
|
+
String(totalDuration),
|
|
89607
|
+
"-y",
|
|
89608
|
+
outputPath
|
|
89609
|
+
];
|
|
89610
|
+
const legacyResult = await runFfmpeg(args, { signal, timeout: ffmpegProcessTimeout });
|
|
89611
|
+
if (legacyResult.success || !legacyFilterScriptOptionIsUnsupported(legacyResult.stderr)) {
|
|
89612
|
+
return legacyResult;
|
|
89613
|
+
}
|
|
89614
|
+
const currentArgs = [...args];
|
|
89615
|
+
currentArgs[currentArgs.indexOf("-filter_complex_script")] = "-/filter_complex";
|
|
89616
|
+
return await runFfmpeg(currentArgs, { signal, timeout: ffmpegProcessTimeout });
|
|
89617
|
+
} finally {
|
|
89618
|
+
rmSync6(scriptDir, { recursive: true, force: true });
|
|
89619
|
+
}
|
|
89620
|
+
};
|
|
89621
|
+
let result = await runOnce(true);
|
|
89622
|
+
if (!result.success && groupNormalizeOptionUnsupported(result.stderr)) {
|
|
89623
|
+
result = await runOnce(false);
|
|
89624
|
+
}
|
|
89625
|
+
if (signal?.aborted) return { success: false, error: "Group sub-mix cancelled" };
|
|
89626
|
+
if (!result.success)
|
|
89627
|
+
return { success: false, error: formatFfmpegError(result.exitCode, result.stderr) };
|
|
89628
|
+
return { success: true };
|
|
89629
|
+
}
|
|
89416
89630
|
async function processCompositionAudio(elements, baseDir, workDir, outputPath, totalDuration, signal, config, compiledDir) {
|
|
89417
89631
|
const startMs = Date.now();
|
|
89418
89632
|
const tracks = [];
|
|
89419
89633
|
const failures = [];
|
|
89634
|
+
const groupTracks = /* @__PURE__ */ new Map();
|
|
89635
|
+
const groupMeta = /* @__PURE__ */ new Map();
|
|
89420
89636
|
if (!existsSync16(workDir)) mkdirSync8(workDir, { recursive: true });
|
|
89421
89637
|
const internalController = new AbortController();
|
|
89422
89638
|
const effectiveSignal = internalController.signal;
|
|
@@ -89588,7 +89804,7 @@ async function processCompositionAudio(elements, baseDir, workDir, outputPath, t
|
|
|
89588
89804
|
envelope.baseVolume
|
|
89589
89805
|
);
|
|
89590
89806
|
}
|
|
89591
|
-
|
|
89807
|
+
const track = {
|
|
89592
89808
|
id: element.id,
|
|
89593
89809
|
srcPath: audioSrcPath,
|
|
89594
89810
|
start: element.start,
|
|
@@ -89599,7 +89815,21 @@ async function processCompositionAudio(elements, baseDir, workDir, outputPath, t
|
|
|
89599
89815
|
volume: bakedEnvelope ? 1 : element.volume ?? 1,
|
|
89600
89816
|
volumeKeyframes: bakedEnvelope ? void 0 : envelopeKeyframes ?? void 0,
|
|
89601
89817
|
...tailSeconds > 0 ? { tailSeconds } : {}
|
|
89602
|
-
}
|
|
89818
|
+
};
|
|
89819
|
+
if (element.groupId) {
|
|
89820
|
+
const bucket = groupTracks.get(element.groupId);
|
|
89821
|
+
if (bucket) bucket.push(track);
|
|
89822
|
+
else groupTracks.set(element.groupId, [track]);
|
|
89823
|
+
if (!groupMeta.has(element.groupId)) {
|
|
89824
|
+
groupMeta.set(element.groupId, {
|
|
89825
|
+
...element.groupFxChain ? { fxChain: element.groupFxChain } : {},
|
|
89826
|
+
...element.groupAutomation ? { automation: element.groupAutomation } : {},
|
|
89827
|
+
volume: element.groupVolume ?? 1
|
|
89828
|
+
});
|
|
89829
|
+
}
|
|
89830
|
+
} else {
|
|
89831
|
+
tracks.push(track);
|
|
89832
|
+
}
|
|
89603
89833
|
} catch (err) {
|
|
89604
89834
|
if (err instanceof AudioFxRenderError) throw err;
|
|
89605
89835
|
failures.push({
|
|
@@ -89622,7 +89852,7 @@ async function processCompositionAudio(elements, baseDir, workDir, outputPath, t
|
|
|
89622
89852
|
}
|
|
89623
89853
|
throw err;
|
|
89624
89854
|
});
|
|
89625
|
-
|
|
89855
|
+
const bail = () => {
|
|
89626
89856
|
try {
|
|
89627
89857
|
rmSync6(workDir, { recursive: true, force: true });
|
|
89628
89858
|
} catch {
|
|
@@ -89637,7 +89867,75 @@ async function processCompositionAudio(elements, baseDir, workDir, outputPath, t
|
|
|
89637
89867
|
),
|
|
89638
89868
|
failures
|
|
89639
89869
|
};
|
|
89870
|
+
};
|
|
89871
|
+
if (failures.length > 0) return bail();
|
|
89872
|
+
for (const [groupId, memberTracks] of groupTracks) {
|
|
89873
|
+
const meta = groupMeta.get(groupId);
|
|
89874
|
+
if (!meta) continue;
|
|
89875
|
+
const groupWavPath = join14(workDir, `group-${groupId}.wav`);
|
|
89876
|
+
const subMix = await mixGroupMembers(
|
|
89877
|
+
memberTracks,
|
|
89878
|
+
groupWavPath,
|
|
89879
|
+
totalDuration,
|
|
89880
|
+
effectiveSignal,
|
|
89881
|
+
config
|
|
89882
|
+
);
|
|
89883
|
+
if (!subMix.success) {
|
|
89884
|
+
failures.push({
|
|
89885
|
+
stage: "mix",
|
|
89886
|
+
reason: "ffmpeg_failed",
|
|
89887
|
+
owner: "system",
|
|
89888
|
+
retryable: false,
|
|
89889
|
+
elementId: groupId,
|
|
89890
|
+
detail: boundedDetail(
|
|
89891
|
+
`Group sub-mix failed for group ${groupId}: ${subMix.error ?? "unknown"}`
|
|
89892
|
+
)
|
|
89893
|
+
});
|
|
89894
|
+
continue;
|
|
89895
|
+
}
|
|
89896
|
+
const automation = meta.automation ? resolveAutomation(
|
|
89897
|
+
parseAutomation(meta.automation),
|
|
89898
|
+
meta.fxChain ? parseAudioFxChain(meta.fxChain) : void 0
|
|
89899
|
+
) : null;
|
|
89900
|
+
const laneKeyframes = automation ? volumeLaneKeyframes(automation, 0, totalDuration) : null;
|
|
89901
|
+
const envelope = laneKeyframes && laneKeyframes.length > 0 ? { keyframes: laneKeyframes, trackStart: 0, baseVolume: meta.volume } : null;
|
|
89902
|
+
let groupSrcPath = groupWavPath;
|
|
89903
|
+
let bakedEnvelope = false;
|
|
89904
|
+
if (meta.fxChain) {
|
|
89905
|
+
const chain = parseAudioFxChain(meta.fxChain);
|
|
89906
|
+
const fxResult = await applyAudioFxChain(
|
|
89907
|
+
groupSrcPath,
|
|
89908
|
+
chain,
|
|
89909
|
+
join14(workDir, `group-${groupId}-fx.wav`),
|
|
89910
|
+
{
|
|
89911
|
+
trackId: groupId,
|
|
89912
|
+
signal: effectiveSignal,
|
|
89913
|
+
...automation ? { automation } : {},
|
|
89914
|
+
...envelope ? { envelope } : {}
|
|
89915
|
+
}
|
|
89916
|
+
);
|
|
89917
|
+
groupSrcPath = fxResult.path;
|
|
89918
|
+
bakedEnvelope = fxResult.envelopeBaked;
|
|
89919
|
+
}
|
|
89920
|
+
if (envelope && !bakedEnvelope) {
|
|
89921
|
+
bakedEnvelope = applyVolumeEnvelopeToWav(
|
|
89922
|
+
groupSrcPath,
|
|
89923
|
+
envelope.keyframes,
|
|
89924
|
+
envelope.trackStart,
|
|
89925
|
+
envelope.baseVolume
|
|
89926
|
+
);
|
|
89927
|
+
}
|
|
89928
|
+
tracks.push({
|
|
89929
|
+
id: groupId,
|
|
89930
|
+
srcPath: groupSrcPath,
|
|
89931
|
+
start: 0,
|
|
89932
|
+
end: totalDuration,
|
|
89933
|
+
mediaStart: 0,
|
|
89934
|
+
duration: totalDuration,
|
|
89935
|
+
volume: bakedEnvelope ? 1 : meta.volume
|
|
89936
|
+
});
|
|
89640
89937
|
}
|
|
89938
|
+
if (failures.length > 0) return bail();
|
|
89641
89939
|
const mixResult = await mixAudioTracks(tracks, outputPath, totalDuration, signal, config);
|
|
89642
89940
|
try {
|
|
89643
89941
|
rmSync6(workDir, { recursive: true, force: true });
|
|
@@ -89669,6 +89967,7 @@ var init_audioMixer = __esm({
|
|
|
89669
89967
|
init_audioAutomation();
|
|
89670
89968
|
init_audioFxTail();
|
|
89671
89969
|
init_dist3();
|
|
89970
|
+
init_audioGroups();
|
|
89672
89971
|
init_audioFxRender();
|
|
89673
89972
|
MIXED_AUDIO_FILENAME = "audio.m4a";
|
|
89674
89973
|
MAX_VOLUME_SEGMENTS = 32;
|
|
@@ -89807,12 +90106,12 @@ function defaultSafeMaxWorkers() {
|
|
|
89807
90106
|
}
|
|
89808
90107
|
function shouldDisableBrowserPoolForParallelWorker({
|
|
89809
90108
|
parallel,
|
|
89810
|
-
platform:
|
|
90109
|
+
platform: platform11,
|
|
89811
90110
|
deviceScaleFactor,
|
|
89812
90111
|
headlessShellPath
|
|
89813
90112
|
}) {
|
|
89814
90113
|
return Boolean(
|
|
89815
|
-
parallel &&
|
|
90114
|
+
parallel && platform11 === "linux" && headlessShellPath && (deviceScaleFactor ?? 1) <= 1
|
|
89816
90115
|
);
|
|
89817
90116
|
}
|
|
89818
90117
|
function selectWorkerDiagnostics(lines, maxLines = MAX_WORKER_DIAGNOSTIC_LINES) {
|
|
@@ -97612,8 +97911,8 @@ var init_projectConfig = __esm({
|
|
|
97612
97911
|
});
|
|
97613
97912
|
|
|
97614
97913
|
// src/utils/npxCommand.ts
|
|
97615
|
-
function buildNpxCommand(args,
|
|
97616
|
-
if (
|
|
97914
|
+
function buildNpxCommand(args, platform11 = process.platform) {
|
|
97915
|
+
if (platform11 === "win32") {
|
|
97617
97916
|
return { command: "cmd.exe", args: ["/d", "/s", "/c", "npx.cmd", ...args] };
|
|
97618
97917
|
}
|
|
97619
97918
|
return { command: "npx", args: [...args] };
|
|
@@ -98380,15 +98679,15 @@ function listSkillDirs(store) {
|
|
|
98380
98679
|
(e3) => (e3.isDirectory() || e3.isSymbolicLink()) && existsSync30(join28(store, e3.name, "SKILL.md"))
|
|
98381
98680
|
).map((e3) => e3.name);
|
|
98382
98681
|
}
|
|
98383
|
-
function linkOrCopy(sourceSkill, targetSkill,
|
|
98682
|
+
function linkOrCopy(sourceSkill, targetSkill, platform11) {
|
|
98384
98683
|
rmSync8(targetSkill, { recursive: true, force: true });
|
|
98385
|
-
if (
|
|
98684
|
+
if (platform11 === "win32") {
|
|
98386
98685
|
cpSync(sourceSkill, targetSkill, { recursive: true });
|
|
98387
98686
|
} else {
|
|
98388
98687
|
symlinkSync(relative7(dirname11(targetSkill), sourceSkill), targetSkill);
|
|
98389
98688
|
}
|
|
98390
98689
|
}
|
|
98391
|
-
function mirrorInto(targetDir, source, skills,
|
|
98690
|
+
function mirrorInto(targetDir, source, skills, platform11) {
|
|
98392
98691
|
try {
|
|
98393
98692
|
mkdirSync13(targetDir, { recursive: true });
|
|
98394
98693
|
} catch {
|
|
@@ -98396,7 +98695,7 @@ function mirrorInto(targetDir, source, skills, platform10) {
|
|
|
98396
98695
|
}
|
|
98397
98696
|
for (const skill of skills) {
|
|
98398
98697
|
try {
|
|
98399
|
-
linkOrCopy(join28(source, skill), join28(targetDir, skill),
|
|
98698
|
+
linkOrCopy(join28(source, skill), join28(targetDir, skill), platform11);
|
|
98400
98699
|
} catch {
|
|
98401
98700
|
}
|
|
98402
98701
|
}
|
|
@@ -98404,7 +98703,7 @@ function mirrorInto(targetDir, source, skills, platform10) {
|
|
|
98404
98703
|
}
|
|
98405
98704
|
function mirrorGlobalSkills(opts) {
|
|
98406
98705
|
const home = opts.home ?? homedir7();
|
|
98407
|
-
const
|
|
98706
|
+
const platform11 = opts.platform ?? process.platform;
|
|
98408
98707
|
const bases = resolveBases(home, opts.env ?? process.env);
|
|
98409
98708
|
const source = join28(bases.claudeHome, "skills");
|
|
98410
98709
|
const universalStore = join28(home, ".agents", "skills");
|
|
@@ -98417,7 +98716,7 @@ function mirrorGlobalSkills(opts) {
|
|
|
98417
98716
|
const targetDir = join28(bases[base2], ...sub.split("/").filter(Boolean));
|
|
98418
98717
|
if (targetDir === source || targetDir === universalStore) continue;
|
|
98419
98718
|
if (!existsSync30(dirname11(targetDir))) continue;
|
|
98420
|
-
if (mirrorInto(targetDir, source, skills,
|
|
98719
|
+
if (mirrorInto(targetDir, source, skills, platform11)) mirrored.push({ agent, dir: targetDir });
|
|
98421
98720
|
}
|
|
98422
98721
|
return { source, mirrored };
|
|
98423
98722
|
}
|
|
@@ -99284,9 +99583,27 @@ var init_openBrowser = __esm({
|
|
|
99284
99583
|
// src/utils/lintProject.ts
|
|
99285
99584
|
var lintProject_exports = {};
|
|
99286
99585
|
__export(lintProject_exports, {
|
|
99586
|
+
definitiveEntryMismatchComposition: () => definitiveEntryMismatchComposition,
|
|
99587
|
+
hasDefinitiveEntryMismatch: () => hasDefinitiveEntryMismatch,
|
|
99287
99588
|
lintProject: () => lintProject,
|
|
99288
99589
|
shouldBlockRender: () => shouldBlockRender
|
|
99289
99590
|
});
|
|
99591
|
+
function hasDefinitiveEntryMismatch(result) {
|
|
99592
|
+
return result.results.some(
|
|
99593
|
+
(entry) => entry.result.findings.some(
|
|
99594
|
+
(finding) => finding.code === "blank_root_with_standalone_composition"
|
|
99595
|
+
)
|
|
99596
|
+
);
|
|
99597
|
+
}
|
|
99598
|
+
function definitiveEntryMismatchComposition(result) {
|
|
99599
|
+
for (const entry of result.results) {
|
|
99600
|
+
const finding = entry.result.findings.find(
|
|
99601
|
+
(candidate) => candidate.code === "blank_root_with_standalone_composition"
|
|
99602
|
+
);
|
|
99603
|
+
if (finding) return finding.suggestedComposition;
|
|
99604
|
+
}
|
|
99605
|
+
return void 0;
|
|
99606
|
+
}
|
|
99290
99607
|
var init_lintProject = __esm({
|
|
99291
99608
|
"src/utils/lintProject.ts"() {
|
|
99292
99609
|
"use strict";
|
|
@@ -112599,6 +112916,31 @@ ${runtimeTag}`;
|
|
|
112599
112916
|
});
|
|
112600
112917
|
});
|
|
112601
112918
|
}
|
|
112919
|
+
async function collectProjectFindings(adapter2, projectDir) {
|
|
112920
|
+
const findings = [];
|
|
112921
|
+
const coveredFiles = /* @__PURE__ */ new Set();
|
|
112922
|
+
if (!adapter2.lintProject) return { findings, coveredFiles };
|
|
112923
|
+
const result = await adapter2.lintProject(projectDir);
|
|
112924
|
+
for (const entry of result.results) {
|
|
112925
|
+
coveredFiles.add(entry.file);
|
|
112926
|
+
for (const finding of entry.result.findings) {
|
|
112927
|
+
findings.push({ ...finding, file: entry.file });
|
|
112928
|
+
}
|
|
112929
|
+
}
|
|
112930
|
+
return { findings, coveredFiles };
|
|
112931
|
+
}
|
|
112932
|
+
async function lintUncoveredHtml(adapter2, projectDir, htmlFiles, coveredFiles) {
|
|
112933
|
+
const findings = [];
|
|
112934
|
+
for (const file of htmlFiles) {
|
|
112935
|
+
if (coveredFiles.has(file)) continue;
|
|
112936
|
+
const content = readFileSync92(join92(projectDir, file), "utf-8");
|
|
112937
|
+
const result = await adapter2.lint(content, { filePath: file });
|
|
112938
|
+
for (const finding of result?.findings ?? []) {
|
|
112939
|
+
findings.push({ ...finding, file });
|
|
112940
|
+
}
|
|
112941
|
+
}
|
|
112942
|
+
return findings;
|
|
112943
|
+
}
|
|
112602
112944
|
function registerLintRoutes(api, adapter2) {
|
|
112603
112945
|
api.get("/projects/:id/lint", async (c3) => {
|
|
112604
112946
|
const project = await adapter2.resolveProject(c3.req.param("id"));
|
|
@@ -112607,17 +112949,14 @@ function registerLintRoutes(api, adapter2) {
|
|
|
112607
112949
|
const htmlFiles = walkDir(project.dir).filter(
|
|
112608
112950
|
(f3) => f3.endsWith(".html") && !isInHiddenOrVendorDir(f3)
|
|
112609
112951
|
);
|
|
112610
|
-
const
|
|
112611
|
-
|
|
112612
|
-
|
|
112613
|
-
|
|
112614
|
-
|
|
112615
|
-
|
|
112616
|
-
|
|
112617
|
-
|
|
112618
|
-
}
|
|
112619
|
-
}
|
|
112620
|
-
return c3.json({ findings: allFindings });
|
|
112952
|
+
const projectLint = await collectProjectFindings(adapter2, project.dir);
|
|
112953
|
+
const extraFindings = await lintUncoveredHtml(
|
|
112954
|
+
adapter2,
|
|
112955
|
+
project.dir,
|
|
112956
|
+
htmlFiles,
|
|
112957
|
+
projectLint.coveredFiles
|
|
112958
|
+
);
|
|
112959
|
+
return c3.json({ findings: [...projectLint.findings, ...extraFindings] });
|
|
112621
112960
|
} catch (err) {
|
|
112622
112961
|
const msg = err instanceof Error ? err.message : String(err);
|
|
112623
112962
|
return c3.json({ error: `Lint failed: ${msg}` }, 500);
|
|
@@ -114595,15 +114934,15 @@ async function downloadBrowser(options) {
|
|
|
114595
114934
|
return ensureLinuxArmBrowser(options);
|
|
114596
114935
|
}
|
|
114597
114936
|
const { Browser, detectBrowserPlatform, install } = await loadPuppeteerBrowsers();
|
|
114598
|
-
const
|
|
114599
|
-
if (!
|
|
114937
|
+
const platform11 = detectBrowserPlatform();
|
|
114938
|
+
if (!platform11) {
|
|
114600
114939
|
throw new Error(`Unsupported platform: ${process.platform} ${process.arch}`);
|
|
114601
114940
|
}
|
|
114602
114941
|
const runInstall = () => install({
|
|
114603
114942
|
cacheDir: CACHE_DIR2,
|
|
114604
114943
|
browser: Browser.CHROMEHEADLESSSHELL,
|
|
114605
114944
|
buildId: CHROME_VERSION,
|
|
114606
|
-
platform:
|
|
114945
|
+
platform: platform11,
|
|
114607
114946
|
downloadProgressCallback: options?.onProgress
|
|
114608
114947
|
});
|
|
114609
114948
|
let installed;
|
|
@@ -114638,7 +114977,7 @@ var init_manager2 = __esm({
|
|
|
114638
114977
|
"src/browser/manager.ts"() {
|
|
114639
114978
|
"use strict";
|
|
114640
114979
|
init_errorMessage();
|
|
114641
|
-
CHROME_VERSION = "152.0.
|
|
114980
|
+
CHROME_VERSION = "152.0.7977.30";
|
|
114642
114981
|
CACHE_ROOT_DIR = join35(homedir11(), ".cache", "hyperframes");
|
|
114643
114982
|
CACHE_DIR2 = join35(homedir11(), ".cache", "hyperframes", "chrome");
|
|
114644
114983
|
PUPPETEER_CACHE_DIR = join35(homedir11(), ".cache", "puppeteer", "chrome-headless-shell");
|
|
@@ -116554,6 +116893,7 @@ var init_hdrPerf = __esm({
|
|
|
116554
116893
|
});
|
|
116555
116894
|
|
|
116556
116895
|
// ../producer/src/services/render/perfSummary.ts
|
|
116896
|
+
import { arch, cpus as cpus3, platform as platform6, totalmem as totalmem2 } from "os";
|
|
116557
116897
|
function worstSubTimelineWaitOutcome(perfs) {
|
|
116558
116898
|
const outcomes = perfs.map((p2) => p2.subTimelineWaitOutcome).filter((o) => !!o);
|
|
116559
116899
|
if (outcomes.length === 0) return void 0;
|
|
@@ -116677,7 +117017,15 @@ function buildRenderPerfSummary(input2) {
|
|
|
116677
117017
|
drawElement: aggregateDrawElement(
|
|
116678
117018
|
input2.dedupPerfs,
|
|
116679
117019
|
input2.drawElement ?? { selfVerifyFallback: false }
|
|
116680
|
-
)
|
|
117020
|
+
),
|
|
117021
|
+
host: {
|
|
117022
|
+
platform: platform6(),
|
|
117023
|
+
arch: arch(),
|
|
117024
|
+
cpuCount: cpus3().length,
|
|
117025
|
+
totalMemMb: Math.round(totalmem2() / (1024 * 1024)),
|
|
117026
|
+
nodeVersion: process.version,
|
|
117027
|
+
gpuDisabled: input2.gpuDisabled
|
|
117028
|
+
}
|
|
116681
117029
|
};
|
|
116682
117030
|
}
|
|
116683
117031
|
var init_perfSummary = __esm({
|
|
@@ -122342,6 +122690,14 @@ async function resolveMediaDuration(src, mediaStart, playbackRate, baseDir, down
|
|
|
122342
122690
|
if (!existsSync50(filePath)) {
|
|
122343
122691
|
return { duration: null, resolvedPath: filePath };
|
|
122344
122692
|
}
|
|
122693
|
+
const withSrcContext = (error) => {
|
|
122694
|
+
if (error instanceof NotMediaPayloadError) return error;
|
|
122695
|
+
const originalMessage = error instanceof Error ? error.message : String(error);
|
|
122696
|
+
const safeSrc = redactTelemetryString(src);
|
|
122697
|
+
const wrapped = new Error(`${originalMessage} [src=${safeSrc}]`);
|
|
122698
|
+
if (error instanceof Error && error.stack) wrapped.stack = error.stack;
|
|
122699
|
+
return wrapped;
|
|
122700
|
+
};
|
|
122345
122701
|
return withMediaProbeSlot(async () => {
|
|
122346
122702
|
let profile;
|
|
122347
122703
|
try {
|
|
@@ -122356,12 +122712,16 @@ async function resolveMediaDuration(src, mediaStart, playbackRate, baseDir, down
|
|
|
122356
122712
|
}
|
|
122357
122713
|
return { duration: null, resolvedPath: filePath };
|
|
122358
122714
|
}
|
|
122359
|
-
throw error;
|
|
122715
|
+
throw withSrcContext(error);
|
|
122360
122716
|
}
|
|
122361
122717
|
assertAssetMediaTypeProfile(tagName19 === "video" ? "video" : "audio", profile, elementIdentity);
|
|
122362
122718
|
let metadata;
|
|
122363
122719
|
if (tagName19 === "video") {
|
|
122364
|
-
|
|
122720
|
+
try {
|
|
122721
|
+
metadata = await extractMediaMetadata(filePath);
|
|
122722
|
+
} catch (error) {
|
|
122723
|
+
throw withSrcContext(error);
|
|
122724
|
+
}
|
|
122365
122725
|
} else {
|
|
122366
122726
|
try {
|
|
122367
122727
|
metadata = await extractAudioMetadata(filePath);
|
|
@@ -124410,9 +124770,9 @@ var init_planValidation = __esm({
|
|
|
124410
124770
|
|
|
124411
124771
|
// ../producer/src/services/render/stages/extractVideosStage.ts
|
|
124412
124772
|
import { existsSync as existsSync51 } from "fs";
|
|
124413
|
-
import {
|
|
124414
|
-
function shouldCopyExtractedFrames(
|
|
124415
|
-
return
|
|
124773
|
+
import { join as join48 } from "path";
|
|
124774
|
+
function shouldCopyExtractedFrames(platform11) {
|
|
124775
|
+
return platform11 === "win32";
|
|
124416
124776
|
}
|
|
124417
124777
|
function resolveVideoExtractionPolicy(env = process.env) {
|
|
124418
124778
|
const rawMode = env.HF_VIDEO_EXTRACTION_FAILURE_MODE?.trim().toLowerCase();
|
|
@@ -124478,6 +124838,18 @@ function applyVideoExtractionFailurePolicy(result, policy, log2) {
|
|
|
124478
124838
|
});
|
|
124479
124839
|
return policy.failureMode === "enforce" ? error : null;
|
|
124480
124840
|
}
|
|
124841
|
+
async function probeColorSpaceSafely(path2, log2) {
|
|
124842
|
+
try {
|
|
124843
|
+
const meta = await extractMediaMetadata(path2);
|
|
124844
|
+
return meta.colorSpace;
|
|
124845
|
+
} catch (error) {
|
|
124846
|
+
log2?.warn("HDR color-space probe failed; treating source as SDR", {
|
|
124847
|
+
path: path2,
|
|
124848
|
+
error: error instanceof Error ? error.message : String(error)
|
|
124849
|
+
});
|
|
124850
|
+
return null;
|
|
124851
|
+
}
|
|
124852
|
+
}
|
|
124481
124853
|
async function runExtractVideosStage(input2) {
|
|
124482
124854
|
const {
|
|
124483
124855
|
projectDir,
|
|
@@ -124504,7 +124876,7 @@ async function runExtractVideosStage(input2) {
|
|
|
124504
124876
|
log2?.info("Probing video color spaces...", { videoCount: composition.videos.length });
|
|
124505
124877
|
const probeFailures = await Promise.all(
|
|
124506
124878
|
composition.videos.map(async (v2) => {
|
|
124507
|
-
const videoPath =
|
|
124879
|
+
const videoPath = resolveProjectRelativeSrc(v2.src, projectDir, compiledDir);
|
|
124508
124880
|
if (!existsSync51(videoPath)) return null;
|
|
124509
124881
|
try {
|
|
124510
124882
|
const attempted = extractionPolicy.maxTransientRetries === 0 ? { result: await extractMediaMetadata(videoPath), retries: 0 } : await runVideoExtractionWithRetry(() => extractMediaMetadata(videoPath), {
|
|
@@ -124542,19 +124914,15 @@ async function runExtractVideosStage(input2) {
|
|
|
124542
124914
|
if (job.config.hdrMode !== "force-sdr" && composition.images.length > 0) {
|
|
124543
124915
|
const probed = await Promise.all(
|
|
124544
124916
|
composition.images.map(async (img) => {
|
|
124545
|
-
|
|
124546
|
-
if (!imgPath.startsWith("/")) {
|
|
124547
|
-
const fromCompiled = existsSync51(join48(compiledDir, imgPath)) ? join48(compiledDir, imgPath) : join48(projectDir, imgPath);
|
|
124548
|
-
imgPath = fromCompiled;
|
|
124549
|
-
}
|
|
124917
|
+
const imgPath = resolveProjectRelativeSrc(img.src, projectDir, compiledDir);
|
|
124550
124918
|
if (!existsSync51(imgPath)) return null;
|
|
124551
|
-
const
|
|
124552
|
-
if (isHdrColorSpace(
|
|
124919
|
+
const colorSpace = await probeColorSpaceSafely(imgPath, log2);
|
|
124920
|
+
if (isHdrColorSpace(colorSpace)) {
|
|
124553
124921
|
nativeHdrImageIds.add(img.id);
|
|
124554
|
-
imageTransfers.set(img.id, detectTransfer(
|
|
124922
|
+
imageTransfers.set(img.id, detectTransfer(colorSpace));
|
|
124555
124923
|
hdrImageSrcPaths.set(img.id, imgPath);
|
|
124556
124924
|
}
|
|
124557
|
-
return
|
|
124925
|
+
return colorSpace;
|
|
124558
124926
|
})
|
|
124559
124927
|
);
|
|
124560
124928
|
imageColorSpaces.push(...probed);
|
|
@@ -125402,12 +125770,7 @@ function planHdrResources(args) {
|
|
|
125402
125770
|
const hdrVideoSrcPaths = /* @__PURE__ */ new Map();
|
|
125403
125771
|
for (const v2 of composition.videos) {
|
|
125404
125772
|
if (!hdrVideoIds.includes(v2.id)) continue;
|
|
125405
|
-
|
|
125406
|
-
if (!srcPath.startsWith("/")) {
|
|
125407
|
-
const fromCompiled = join51(compiledDir, srcPath);
|
|
125408
|
-
srcPath = args.existsSync(fromCompiled) ? fromCompiled : join51(projectDir, srcPath);
|
|
125409
|
-
}
|
|
125410
|
-
hdrVideoSrcPaths.set(v2.id, srcPath);
|
|
125773
|
+
hdrVideoSrcPaths.set(v2.id, resolveProjectRelativeSrc(v2.src, projectDir, compiledDir));
|
|
125411
125774
|
}
|
|
125412
125775
|
const hdrVideoStartTimes = /* @__PURE__ */ new Map();
|
|
125413
125776
|
for (const v2 of composition.videos) {
|
|
@@ -126769,7 +127132,7 @@ import { fileURLToPath as fileURLToPath4, pathToFileURL as pathToFileURL2 } from
|
|
|
126769
127132
|
import { dirname as dirname23, join as join55 } from "path";
|
|
126770
127133
|
import { createRequire as createRequire2 } from "module";
|
|
126771
127134
|
import { existsSync as existsSync53 } from "fs";
|
|
126772
|
-
import { cpus as
|
|
127135
|
+
import { cpus as cpus4 } from "os";
|
|
126773
127136
|
function resolveWorkerEntry(explicit) {
|
|
126774
127137
|
if (explicit && explicit.length > 0) {
|
|
126775
127138
|
return { path: explicit, isTs: explicit.endsWith(".ts") };
|
|
@@ -126801,7 +127164,7 @@ function buildExecArgv(entryIsTs) {
|
|
|
126801
127164
|
return inherited;
|
|
126802
127165
|
}
|
|
126803
127166
|
async function createShaderTransitionWorkerPool(opts) {
|
|
126804
|
-
const cpuCount = Math.max(1,
|
|
127167
|
+
const cpuCount = Math.max(1, cpus4().length);
|
|
126805
127168
|
const size = Math.max(1, Math.min(opts.size, cpuCount));
|
|
126806
127169
|
const log2 = opts.log ?? {};
|
|
126807
127170
|
const { path: entry, isTs: entryIsTs } = resolveWorkerEntry(opts.workerEntryPath);
|
|
@@ -127253,8 +127616,7 @@ async function runCaptureHdrStage(input2) {
|
|
|
127253
127616
|
nativeHdrVideoIds,
|
|
127254
127617
|
nativeHdrImageIds,
|
|
127255
127618
|
projectDir,
|
|
127256
|
-
compiledDir
|
|
127257
|
-
existsSync: existsSync54
|
|
127619
|
+
compiledDir
|
|
127258
127620
|
});
|
|
127259
127621
|
const domSession = await createCaptureSession(
|
|
127260
127622
|
fileServer.url,
|
|
@@ -128123,7 +128485,7 @@ import {
|
|
|
128123
128485
|
} from "fs";
|
|
128124
128486
|
import { tmpdir as tmpdir9 } from "os";
|
|
128125
128487
|
import { join as join60, dirname as dirname25, resolve as resolve33 } from "path";
|
|
128126
|
-
import { totalmem as
|
|
128488
|
+
import { totalmem as totalmem3 } from "os";
|
|
128127
128489
|
import { randomUUID as randomUUID10 } from "crypto";
|
|
128128
128490
|
import { fileURLToPath as fileURLToPath5 } from "url";
|
|
128129
128491
|
function sampleDirectoryBytes(dir) {
|
|
@@ -128296,23 +128658,23 @@ function buildMissingFrameRetryBatches(ranges, maxWorkers, workDir, attempt, ran
|
|
|
128296
128658
|
}
|
|
128297
128659
|
return batches;
|
|
128298
128660
|
}
|
|
128299
|
-
function resolveObservedCaptureMode(forceScreenshot,
|
|
128300
|
-
return forceScreenshot ||
|
|
128661
|
+
function resolveObservedCaptureMode(forceScreenshot, platform11 = process.platform) {
|
|
128662
|
+
return forceScreenshot || platform11 !== "linux" ? "screenshot" : "beginframe";
|
|
128301
128663
|
}
|
|
128302
|
-
function createCaptureObservabilityUpdater(observability,
|
|
128664
|
+
function createCaptureObservabilityUpdater(observability, platform11 = process.platform) {
|
|
128303
128665
|
return (patch) => {
|
|
128304
128666
|
Object.assign(observability, patch);
|
|
128305
128667
|
observability.captureMode = resolveObservedCaptureMode(
|
|
128306
128668
|
Boolean(observability.forceScreenshot),
|
|
128307
|
-
|
|
128669
|
+
platform11
|
|
128308
128670
|
);
|
|
128309
128671
|
};
|
|
128310
128672
|
}
|
|
128311
128673
|
function getNextRetryWorkerCount(currentWorkers) {
|
|
128312
128674
|
return Math.max(1, Math.floor(currentWorkers / 2));
|
|
128313
128675
|
}
|
|
128314
|
-
function resolveRenderWorkDirPrefix(outputPath, jobId,
|
|
128315
|
-
if (
|
|
128676
|
+
function resolveRenderWorkDirPrefix(outputPath, jobId, platform11 = process.platform, systemTempDir = tmpdir9()) {
|
|
128677
|
+
if (platform11 === "win32") return join60(systemTempDir, "hf-render-");
|
|
128316
128678
|
return join60(dirname25(outputPath), `work-${jobId}-`);
|
|
128317
128679
|
}
|
|
128318
128680
|
function captureAttemptMadeProgress(attemptTargetFrameCount, remainingFrameCount) {
|
|
@@ -129270,7 +129632,7 @@ async function executeRenderPipeline(input2) {
|
|
|
129270
129632
|
job.duration,
|
|
129271
129633
|
true
|
|
129272
129634
|
),
|
|
129273
|
-
totalMemoryMb: Math.round(
|
|
129635
|
+
totalMemoryMb: Math.round(totalmem3() / (1024 * 1024)),
|
|
129274
129636
|
minMemoryMb: deParallelMinMemoryMb
|
|
129275
129637
|
});
|
|
129276
129638
|
let workerCount;
|
|
@@ -130047,7 +130409,8 @@ async function executeRenderPipeline(input2) {
|
|
|
130047
130409
|
hdrPerf,
|
|
130048
130410
|
observability: observabilitySummary,
|
|
130049
130411
|
peakRssBytes: memSampler.peakRssBytes(),
|
|
130050
|
-
peakHeapUsedBytes: memSampler.peakHeapUsedBytes()
|
|
130412
|
+
peakHeapUsedBytes: memSampler.peakHeapUsedBytes(),
|
|
130413
|
+
gpuDisabled: cfg.disableGpu
|
|
130051
130414
|
});
|
|
130052
130415
|
job.perfSummary = perfSummary;
|
|
130053
130416
|
if (job.config.debug) {
|
|
@@ -132091,7 +132454,11 @@ function buildPlanVideosJson(input2) {
|
|
|
132091
132454
|
}
|
|
132092
132455
|
async function readFfmpegVersion() {
|
|
132093
132456
|
if (cachedFfmpegVersion !== null) return cachedFfmpegVersion;
|
|
132094
|
-
const { stdout: stdout2 } = await execFile6("ffmpeg", ["-version"], {
|
|
132457
|
+
const { stdout: stdout2 } = await execFile6("ffmpeg", ["-version"], {
|
|
132458
|
+
maxBuffer: 1024 * 1024,
|
|
132459
|
+
// See runFfmpeg.ts: keeps a console window off the user's desktop on Windows.
|
|
132460
|
+
windowsHide: true
|
|
132461
|
+
});
|
|
132095
132462
|
const firstLine = stdout2.split(/\r?\n/)[0]?.trim() ?? "";
|
|
132096
132463
|
if (!firstLine) {
|
|
132097
132464
|
throw new Error("ffmpeg -version returned empty output");
|
|
@@ -133036,7 +133403,7 @@ import {
|
|
|
133036
133403
|
} from "fs";
|
|
133037
133404
|
import { createHash as createHash18 } from "crypto";
|
|
133038
133405
|
import { tmpdir as tmpdir11 } from "os";
|
|
133039
|
-
import { dirname as dirname30, isAbsolute as
|
|
133406
|
+
import { dirname as dirname30, isAbsolute as isAbsolute12, join as join71, relative as relative15, resolve as resolve37, sep as sep11 } from "path";
|
|
133040
133407
|
function isRecord8(value) {
|
|
133041
133408
|
return value !== null && typeof value === "object" && !Array.isArray(value);
|
|
133042
133409
|
}
|
|
@@ -133058,7 +133425,7 @@ function readJsonFile(path2, label2) {
|
|
|
133058
133425
|
}
|
|
133059
133426
|
function assertSafeRelativePath(path2) {
|
|
133060
133427
|
const normalized2 = path2.split(/[\\/]+/);
|
|
133061
|
-
if (path2.length === 0 ||
|
|
133428
|
+
if (path2.length === 0 || isAbsolute12(path2) || normalized2.some((part) => part === "" || part === "." || part === "..")) {
|
|
133062
133429
|
throw new PlanV2IntegrityError(`unsafe artifact path: ${JSON.stringify(path2)}`);
|
|
133063
133430
|
}
|
|
133064
133431
|
}
|
|
@@ -134721,7 +135088,7 @@ __export(manager_exports3, {
|
|
|
134721
135088
|
selectProviders: () => selectProviders
|
|
134722
135089
|
});
|
|
134723
135090
|
import { existsSync as existsSync68, mkdirSync as mkdirSync36 } from "fs";
|
|
134724
|
-
import { homedir as homedir14, platform as
|
|
135091
|
+
import { homedir as homedir14, platform as platform7, arch as arch2 } from "os";
|
|
134725
135092
|
import { join as join77 } from "path";
|
|
134726
135093
|
function isDevice(value) {
|
|
134727
135094
|
return typeof value === "string" && DEVICES2.includes(value);
|
|
@@ -134747,7 +135114,7 @@ function selectProviders(device = "auto") {
|
|
|
134747
135114
|
}
|
|
134748
135115
|
return { providers: ["cuda", "cpu"], label: "CUDA" };
|
|
134749
135116
|
}
|
|
134750
|
-
if (hasCoreML &&
|
|
135117
|
+
if (hasCoreML && platform7() === "darwin" && arch2() === "arm64") {
|
|
134751
135118
|
return { providers: ["coreml", "cpu"], label: "CoreML" };
|
|
134752
135119
|
}
|
|
134753
135120
|
if (hasCUDA) return { providers: ["cuda", "cpu"], label: "CUDA" };
|
|
@@ -134756,7 +135123,7 @@ function selectProviders(device = "auto") {
|
|
|
134756
135123
|
function listAvailableProviders() {
|
|
134757
135124
|
if (_cachedProviders) return _cachedProviders;
|
|
134758
135125
|
const out = ["cpu"];
|
|
134759
|
-
if (
|
|
135126
|
+
if (platform7() === "darwin" && arch2() === "arm64") out.push("coreml");
|
|
134760
135127
|
if (process.env["HYPERFRAMES_CUDA"] === "1") out.push("cuda");
|
|
134761
135128
|
_cachedProviders = out;
|
|
134762
135129
|
return out;
|
|
@@ -135280,7 +135647,7 @@ __export(preflight_exports, {
|
|
|
135280
135647
|
});
|
|
135281
135648
|
import { execFileSync as execFileSync9 } from "child_process";
|
|
135282
135649
|
import { existsSync as existsSync69 } from "fs";
|
|
135283
|
-
import { platform as
|
|
135650
|
+
import { platform as platform8 } from "os";
|
|
135284
135651
|
function parseToolVersion(raw) {
|
|
135285
135652
|
const m2 = raw.match(/(ffmpeg|ffprobe)\s+version\s+([\d][\d.\-\w]*)/i);
|
|
135286
135653
|
return m2 ? `${m2[1]} ${m2[2]}` : raw.trim();
|
|
@@ -135447,7 +135814,7 @@ function checkDisk(path2 = ".", freeDiskMb = getFreeDiskMb) {
|
|
|
135447
135814
|
return { name: "Disk", ok: true, level: "ok", detail: `${freeGb} GB free at ${path2}` };
|
|
135448
135815
|
}
|
|
135449
135816
|
function checkWindowsUncPath(projectDir = process.cwd()) {
|
|
135450
|
-
if (
|
|
135817
|
+
if (platform8() !== "win32") return void 0;
|
|
135451
135818
|
if (!projectDir.startsWith("\\\\")) return void 0;
|
|
135452
135819
|
return {
|
|
135453
135820
|
name: "Windows path",
|
|
@@ -135776,6 +136143,10 @@ function createStudioServer(options) {
|
|
|
135776
136143
|
const { lintHyperframeHtml: lintHyperframeHtml2 } = await Promise.resolve().then(() => (init_dist4(), dist_exports2));
|
|
135777
136144
|
return await lintHyperframeHtml2(html, opts);
|
|
135778
136145
|
},
|
|
136146
|
+
async lintProject(dir) {
|
|
136147
|
+
const { lintProject: lintProject2 } = await Promise.resolve().then(() => (init_dist4(), dist_exports2));
|
|
136148
|
+
return await lintProject2(dir);
|
|
136149
|
+
},
|
|
135779
136150
|
runtimeUrl: "/api/runtime.js",
|
|
135780
136151
|
rendersDir: () => join78(projectDir, "renders"),
|
|
135781
136152
|
startRender(opts) {
|
|
@@ -138427,9 +138798,9 @@ ${c.dim("Use --example blank for offline use.")}`
|
|
|
138427
138798
|
|
|
138428
138799
|
// src/utils/clipboard.ts
|
|
138429
138800
|
import { spawnSync as spawnSync3 } from "child_process";
|
|
138430
|
-
import { platform as
|
|
138801
|
+
import { platform as platform9 } from "os";
|
|
138431
138802
|
function detectProvider() {
|
|
138432
|
-
const os =
|
|
138803
|
+
const os = platform9();
|
|
138433
138804
|
if (os === "darwin") {
|
|
138434
138805
|
return { cmd: "pbcopy", args: [] };
|
|
138435
138806
|
}
|
|
@@ -142411,7 +142782,7 @@ __export(publish_exports, {
|
|
|
142411
142782
|
examples: () => examples8,
|
|
142412
142783
|
parseUpdateTarget: () => parseUpdateTarget
|
|
142413
142784
|
});
|
|
142414
|
-
import { join as join87, relative as relative19, resolve as resolve50 } from "path";
|
|
142785
|
+
import { join as join87, posix as posix6, relative as relative19, resolve as resolve50 } from "path";
|
|
142415
142786
|
import { existsSync as existsSync84 } from "fs";
|
|
142416
142787
|
function parseUpdateTarget(value) {
|
|
142417
142788
|
const trimmed = value.trim();
|
|
@@ -142490,6 +142861,27 @@ var init_publish = __esm({
|
|
|
142490
142861
|
for (const line2 of formatLintFindings(lintResult)) console.log(line2);
|
|
142491
142862
|
console.log();
|
|
142492
142863
|
}
|
|
142864
|
+
if (hasDefinitiveEntryMismatch(lintResult)) {
|
|
142865
|
+
const candidate = definitiveEntryMismatchComposition(lintResult);
|
|
142866
|
+
console.log(c.error(" Aborting publish because the default index.html entry is blank."));
|
|
142867
|
+
if (candidate && posix6.basename(candidate) === "index.html") {
|
|
142868
|
+
const candidateDir = posix6.dirname(candidate);
|
|
142869
|
+
const target = `<project>/${candidateDir}`;
|
|
142870
|
+
console.log(
|
|
142871
|
+
c.dim(
|
|
142872
|
+
` Move or mount the authored file, or publish its directory directly: hyperframes publish ${target}. Only use the directory form when its assets are self-contained under that directory; otherwise mount it from the project root.`
|
|
142873
|
+
)
|
|
142874
|
+
);
|
|
142875
|
+
} else if (candidate) {
|
|
142876
|
+
console.log(
|
|
142877
|
+
c.dim(
|
|
142878
|
+
` Move or mount ${candidate} as a project index.html before publishing; publish accepts project directories, not individual HTML files.`
|
|
142879
|
+
)
|
|
142880
|
+
);
|
|
142881
|
+
}
|
|
142882
|
+
console.log();
|
|
142883
|
+
failCommand();
|
|
142884
|
+
}
|
|
142493
142885
|
}
|
|
142494
142886
|
if (args.yes !== true) {
|
|
142495
142887
|
console.log();
|
|
@@ -142925,7 +143317,7 @@ var init_plan2 = __esm({
|
|
|
142925
143317
|
});
|
|
142926
143318
|
|
|
142927
143319
|
// src/commands/render/present.ts
|
|
142928
|
-
import { cpus as
|
|
143320
|
+
import { cpus as cpus5 } from "os";
|
|
142929
143321
|
import { readFileSync as readFileSync54 } from "fs";
|
|
142930
143322
|
async function presentRenderPlan(plan2) {
|
|
142931
143323
|
await presentRenderWarnings(plan2);
|
|
@@ -142945,7 +143337,7 @@ async function presentRenderWarnings(plan2) {
|
|
|
142945
143337
|
if (!plan2.effectiveQuiet) await warnForSlideshow(plan2);
|
|
142946
143338
|
}
|
|
142947
143339
|
function presentRenderSummary(plan2) {
|
|
142948
|
-
const workerLabel = plan2.workers != null ? `${plan2.workers} workers` : `auto workers (${
|
|
143340
|
+
const workerLabel = plan2.workers != null ? `${plan2.workers} workers` : `auto workers (${cpus5().length} cores detected)`;
|
|
142949
143341
|
const nameLabel = plan2.entryFile ? `${plan2.project.name}/${plan2.entryFile}` : plan2.project.name;
|
|
142950
143342
|
console.log("");
|
|
142951
143343
|
console.log(
|
|
@@ -143452,6 +143844,9 @@ import { mkdirSync as mkdirSync44, readFileSync as readFileSync57 } from "fs";
|
|
|
143452
143844
|
function renderLintContinuationHint(strictErrors) {
|
|
143453
143845
|
return strictErrors ? " Continuing render despite lint warnings. Use --strict-all to block warnings." : " Continuing render despite lint issues. Use --strict to block errors.";
|
|
143454
143846
|
}
|
|
143847
|
+
function renderLintShouldAbort(strictErrors, strictAll, lintResult) {
|
|
143848
|
+
return hasDefinitiveEntryMismatch(lintResult) || shouldBlockRender(strictErrors, strictAll, lintResult.totalErrors, lintResult.totalWarnings);
|
|
143849
|
+
}
|
|
143455
143850
|
async function executeRenderPlan(plan2, dependencies) {
|
|
143456
143851
|
applyRenderEnvironment(plan2);
|
|
143457
143852
|
if (!plan2.batchPath) mkdirSync44(renderOutputDirectory(plan2), { recursive: true });
|
|
@@ -143552,18 +143947,14 @@ async function ensureRenderBrowser(plan2) {
|
|
|
143552
143947
|
failCommand();
|
|
143553
143948
|
}
|
|
143554
143949
|
}
|
|
143555
|
-
async function runRenderLint(plan2) {
|
|
143950
|
+
async function runRenderLint(plan2, runLint = lintProject) {
|
|
143556
143951
|
const explicitEntry = plan2.entryFile ? plan2.renderTarget : void 0;
|
|
143557
|
-
const lintResult = await
|
|
143952
|
+
const lintResult = await runLint(plan2.project.dir, explicitEntry);
|
|
143558
143953
|
if (lintResult.totalErrors === 0 && lintResult.totalWarnings === 0) return;
|
|
143559
143954
|
presentRenderLintFindings(lintResult, plan2.effectiveQuiet);
|
|
143560
|
-
|
|
143561
|
-
|
|
143562
|
-
plan2
|
|
143563
|
-
lintResult.totalErrors,
|
|
143564
|
-
lintResult.totalWarnings
|
|
143565
|
-
)) {
|
|
143566
|
-
presentRenderLintAbort(plan2);
|
|
143955
|
+
const definitiveEntryMismatch = hasDefinitiveEntryMismatch(lintResult);
|
|
143956
|
+
if (renderLintShouldAbort(plan2.strictErrors, plan2.strictAll, lintResult)) {
|
|
143957
|
+
presentRenderLintAbort(plan2, definitiveEntryMismatch);
|
|
143567
143958
|
failCommand();
|
|
143568
143959
|
}
|
|
143569
143960
|
presentRenderLintContinuation(plan2);
|
|
@@ -143573,11 +143964,14 @@ function presentRenderLintFindings(lintResult, quiet) {
|
|
|
143573
143964
|
console.log("");
|
|
143574
143965
|
for (const line2 of formatLintFindings(lintResult, { errorsFirst: true })) console.log(line2);
|
|
143575
143966
|
}
|
|
143576
|
-
function presentRenderLintAbort(plan2) {
|
|
143967
|
+
function presentRenderLintAbort(plan2, definitiveEntryMismatch) {
|
|
143577
143968
|
if (plan2.effectiveQuiet) return;
|
|
143578
|
-
const mode = plan2.strictAll ? "--strict-all" : "--strict";
|
|
143579
143969
|
console.log("");
|
|
143580
|
-
console.log(
|
|
143970
|
+
console.log(
|
|
143971
|
+
c.error(
|
|
143972
|
+
definitiveEntryMismatch ? " Aborting render because the default index.html entry is blank." : ` Aborting render due to lint issues (${plan2.strictAll ? "--strict-all" : "--strict"} mode).`
|
|
143973
|
+
)
|
|
143974
|
+
);
|
|
143581
143975
|
console.log("");
|
|
143582
143976
|
}
|
|
143583
143977
|
function presentRenderLintContinuation(plan2) {
|
|
@@ -143920,19 +144314,19 @@ var init_feedback = __esm({
|
|
|
143920
144314
|
});
|
|
143921
144315
|
|
|
143922
144316
|
// src/utils/dockerRunArgs.ts
|
|
143923
|
-
function resolveDockerPlatform(
|
|
144317
|
+
function resolveDockerPlatform(arch3 = process.arch, env = process.env) {
|
|
143924
144318
|
const override = env.HYPERFRAMES_DOCKER_PLATFORM;
|
|
143925
144319
|
if (override && override.trim() !== "") return override.trim();
|
|
143926
|
-
return
|
|
144320
|
+
return arch3 === "arm64" ? "linux/arm64" : "linux/amd64";
|
|
143927
144321
|
}
|
|
143928
144322
|
function buildDockerRunArgs(input2) {
|
|
143929
144323
|
const { imageTag, projectDir, outputDir, outputFilename, options } = input2;
|
|
143930
|
-
const
|
|
144324
|
+
const platform11 = input2.platform ?? resolveDockerPlatform();
|
|
143931
144325
|
return [
|
|
143932
144326
|
"run",
|
|
143933
144327
|
"--rm",
|
|
143934
144328
|
"--platform",
|
|
143935
|
-
|
|
144329
|
+
platform11,
|
|
143936
144330
|
"--shm-size=2g",
|
|
143937
144331
|
// GPU encoding requires host GPU passthrough.
|
|
143938
144332
|
...options.gpu ? ["--gpus", "all"] : [],
|
|
@@ -144020,6 +144414,33 @@ var init_macosOldChromeCrash = __esm({
|
|
|
144020
144414
|
}
|
|
144021
144415
|
});
|
|
144022
144416
|
|
|
144417
|
+
// src/browser/windowsCrash.ts
|
|
144418
|
+
function isWindowsChromeCrashError(errorMessage2) {
|
|
144419
|
+
if (!/Failed to launch the browser process/i.test(errorMessage2)) return false;
|
|
144420
|
+
return errorMessage2.includes(STATUS_STACK_BUFFER_OVERRUN_DEC) || STATUS_STACK_BUFFER_OVERRUN_HEX.test(errorMessage2) || STATUS_STACK_BUFFER_OVERRUN_NAME.test(errorMessage2);
|
|
144421
|
+
}
|
|
144422
|
+
function windowsChromeCrashRemediation(errorMessage2) {
|
|
144423
|
+
if (process.platform !== "win32") return void 0;
|
|
144424
|
+
if (!isWindowsChromeCrashError(errorMessage2)) return void 0;
|
|
144425
|
+
return [
|
|
144426
|
+
"chrome-headless-shell crashed at launch (Windows STATUS_STACK_BUFFER_OVERRUN, exit 0xC0000409 / 3221225595).",
|
|
144427
|
+
"The pinned Chromium build is not stable on this Windows host; point hyperframes at your installed Chrome instead:",
|
|
144428
|
+
"",
|
|
144429
|
+
' set HYPERFRAMES_BROWSER_PATH="C:\\Program Files\\Google\\Chrome\\Application\\chrome.exe"',
|
|
144430
|
+
"",
|
|
144431
|
+
"Then re-run your command. Any Chrome build works for the screenshot capture path; install a real chrome-headless-shell later if you need the perf-optimized BeginFrame path."
|
|
144432
|
+
].join("\n");
|
|
144433
|
+
}
|
|
144434
|
+
var STATUS_STACK_BUFFER_OVERRUN_DEC, STATUS_STACK_BUFFER_OVERRUN_HEX, STATUS_STACK_BUFFER_OVERRUN_NAME;
|
|
144435
|
+
var init_windowsCrash = __esm({
|
|
144436
|
+
"src/browser/windowsCrash.ts"() {
|
|
144437
|
+
"use strict";
|
|
144438
|
+
STATUS_STACK_BUFFER_OVERRUN_DEC = "3221225595";
|
|
144439
|
+
STATUS_STACK_BUFFER_OVERRUN_HEX = /0x[cC]0000409/;
|
|
144440
|
+
STATUS_STACK_BUFFER_OVERRUN_NAME = /STATUS_STACK_BUFFER_OVERRUN/i;
|
|
144441
|
+
}
|
|
144442
|
+
});
|
|
144443
|
+
|
|
144023
144444
|
// src/commands/render.ts
|
|
144024
144445
|
var render_exports = {};
|
|
144025
144446
|
__export(render_exports, {
|
|
@@ -144029,7 +144450,8 @@ __export(render_exports, {
|
|
|
144029
144450
|
examples: () => examples9,
|
|
144030
144451
|
renderLintContinuationHint: () => renderLintContinuationHint,
|
|
144031
144452
|
renderLocal: () => renderLocal,
|
|
144032
|
-
resolveBrowserGpuForCli: () => resolveBrowserGpuForCli
|
|
144453
|
+
resolveBrowserGpuForCli: () => resolveBrowserGpuForCli,
|
|
144454
|
+
runRenderLint: () => runRenderLint
|
|
144033
144455
|
});
|
|
144034
144456
|
import { mkdtempSync as mkdtempSync13, readdirSync as readdirSync29, readFileSync as readFileSync58, statSync as statSync29, writeFileSync as writeFileSync33, rmSync as rmSync28 } from "fs";
|
|
144035
144457
|
import { freemem as freemem5, tmpdir as tmpdir13 } from "os";
|
|
@@ -144087,28 +144509,28 @@ function dockerImageExists(tag) {
|
|
|
144087
144509
|
return false;
|
|
144088
144510
|
}
|
|
144089
144511
|
}
|
|
144090
|
-
function dockerImageTagForPlatform(version2,
|
|
144091
|
-
const archSuffix =
|
|
144512
|
+
function dockerImageTagForPlatform(version2, platform11) {
|
|
144513
|
+
const archSuffix = platform11 === "linux/arm64" ? "-arm64" : "";
|
|
144092
144514
|
return `${dockerImageTag(version2)}${archSuffix}`;
|
|
144093
144515
|
}
|
|
144094
|
-
function ensureDockerImage(version2,
|
|
144095
|
-
const tag = dockerImageTagForPlatform(version2,
|
|
144516
|
+
function ensureDockerImage(version2, platform11, quiet) {
|
|
144517
|
+
const tag = dockerImageTagForPlatform(version2, platform11);
|
|
144096
144518
|
if (dockerImageExists(tag)) {
|
|
144097
144519
|
if (!quiet) console.log(c.dim(` Docker image: ${tag} (cached)`));
|
|
144098
144520
|
return tag;
|
|
144099
144521
|
}
|
|
144100
|
-
if (!quiet) console.log(c.dim(` Building Docker image: ${tag} (${
|
|
144522
|
+
if (!quiet) console.log(c.dim(` Building Docker image: ${tag} (${platform11})...`));
|
|
144101
144523
|
const dockerfilePath = resolveDockerfilePath();
|
|
144102
144524
|
const tmpDir = mkdtempSync13(join90(tmpdir13(), "hyperframes-docker-"));
|
|
144103
144525
|
writeFileSync33(join90(tmpDir, "Dockerfile"), readFileSync58(dockerfilePath));
|
|
144104
|
-
const targetArch =
|
|
144526
|
+
const targetArch = platform11 === "linux/arm64" ? "arm64" : "amd64";
|
|
144105
144527
|
try {
|
|
144106
144528
|
execFileSync12(
|
|
144107
144529
|
"docker",
|
|
144108
144530
|
[
|
|
144109
144531
|
"build",
|
|
144110
144532
|
"--platform",
|
|
144111
|
-
|
|
144533
|
+
platform11,
|
|
144112
144534
|
"--build-arg",
|
|
144113
144535
|
`HYPERFRAMES_VERSION=${version2}`,
|
|
144114
144536
|
"--build-arg",
|
|
@@ -144129,8 +144551,8 @@ function ensureDockerImage(version2, platform10, quiet) {
|
|
|
144129
144551
|
return tag;
|
|
144130
144552
|
}
|
|
144131
144553
|
function resolveDockerHostPlatform(options) {
|
|
144132
|
-
const
|
|
144133
|
-
if (options.gpu &&
|
|
144554
|
+
const platform11 = resolveDockerPlatform();
|
|
144555
|
+
if (options.gpu && platform11 === "linux/arm64") {
|
|
144134
144556
|
errorBox(
|
|
144135
144557
|
"--gpu is not supported with --docker on arm64 hosts",
|
|
144136
144558
|
"Docker Desktop/colima on Apple Silicon doesn't expose --gpus host passthrough to linux/arm64 containers.",
|
|
@@ -144138,14 +144560,14 @@ function resolveDockerHostPlatform(options) {
|
|
|
144138
144560
|
);
|
|
144139
144561
|
failCommand();
|
|
144140
144562
|
}
|
|
144141
|
-
if (!options.quiet &&
|
|
144563
|
+
if (!options.quiet && platform11 === "linux/arm64") {
|
|
144142
144564
|
console.log(
|
|
144143
144565
|
c.dim(
|
|
144144
144566
|
" Host is arm64 \u2014 using linux/arm64 image with Playwright's chrome-headless-shell (output won't be byte-identical to amd64 renders; set HYPERFRAMES_DOCKER_PLATFORM=linux/amd64 to force parity)."
|
|
144145
144567
|
)
|
|
144146
144568
|
);
|
|
144147
144569
|
}
|
|
144148
|
-
return
|
|
144570
|
+
return platform11;
|
|
144149
144571
|
}
|
|
144150
144572
|
async function renderDocker(projectDir, outputPath, options) {
|
|
144151
144573
|
const startTime = Date.now();
|
|
@@ -144153,10 +144575,10 @@ async function renderDocker(projectDir, outputPath, options) {
|
|
|
144153
144575
|
if (!options.quiet && isDevMode()) {
|
|
144154
144576
|
console.log(c.dim(" Dev mode: using hyperframes@latest in Docker image"));
|
|
144155
144577
|
}
|
|
144156
|
-
const
|
|
144578
|
+
const platform11 = resolveDockerHostPlatform(options);
|
|
144157
144579
|
let imageTag;
|
|
144158
144580
|
try {
|
|
144159
|
-
imageTag = ensureDockerImage(dockerVersion,
|
|
144581
|
+
imageTag = ensureDockerImage(dockerVersion, platform11, options.quiet);
|
|
144160
144582
|
} catch (error) {
|
|
144161
144583
|
const message = normalizeErrorMessage(error);
|
|
144162
144584
|
const isDockerMissing = /connect|not found|ENOENT/i.test(message);
|
|
@@ -144174,7 +144596,7 @@ async function renderDocker(projectDir, outputPath, options) {
|
|
|
144174
144596
|
projectDir: resolve54(projectDir),
|
|
144175
144597
|
outputDir: resolve54(outputDir),
|
|
144176
144598
|
outputFilename,
|
|
144177
|
-
platform:
|
|
144599
|
+
platform: platform11,
|
|
144178
144600
|
options: {
|
|
144179
144601
|
fps: options.fps,
|
|
144180
144602
|
quality: options.quality,
|
|
@@ -144622,6 +145044,15 @@ function handleRenderError(error, options, startTime, docker, hint2, failedStage
|
|
|
144622
145044
|
errorBox("Render failed \u2014 Chrome could not launch", message, macosRemediation);
|
|
144623
145045
|
failCommand();
|
|
144624
145046
|
}
|
|
145047
|
+
const windowsRemediation = windowsChromeCrashRemediation(message);
|
|
145048
|
+
if (windowsRemediation) {
|
|
145049
|
+
errorBox(
|
|
145050
|
+
"Render failed \u2014 chrome-headless-shell crashed at launch",
|
|
145051
|
+
message,
|
|
145052
|
+
windowsRemediation
|
|
145053
|
+
);
|
|
145054
|
+
failCommand();
|
|
145055
|
+
}
|
|
144625
145056
|
errorBox("Render failed", message, hint2);
|
|
144626
145057
|
failCommand();
|
|
144627
145058
|
}
|
|
@@ -144774,6 +145205,7 @@ var init_render = __esm({
|
|
|
144774
145205
|
init_ffmpeg();
|
|
144775
145206
|
init_linuxDeps();
|
|
144776
145207
|
init_macosOldChromeCrash();
|
|
145208
|
+
init_windowsCrash();
|
|
144777
145209
|
init_orphanCleanup();
|
|
144778
145210
|
init_render_success_state();
|
|
144779
145211
|
init_src();
|
|
@@ -145302,7 +145734,7 @@ __export(staticProjectServer_exports, {
|
|
|
145302
145734
|
});
|
|
145303
145735
|
import { createServer as createServer2 } from "http";
|
|
145304
145736
|
import { createReadStream as createReadStream7, existsSync as existsSync85, statSync as statSync30 } from "fs";
|
|
145305
|
-
import { isAbsolute as
|
|
145737
|
+
import { isAbsolute as isAbsolute13, relative as relative20, resolve as resolve55 } from "path";
|
|
145306
145738
|
function serveFileWithRange(filePath, rangeHeader, res, contentType = getMimeType(filePath)) {
|
|
145307
145739
|
const size = statSync30(filePath).size;
|
|
145308
145740
|
const headers = {
|
|
@@ -145404,7 +145836,7 @@ async function serveStaticProjectHtml(projectDir, html, bindErrorMessage = "Fail
|
|
|
145404
145836
|
for (const root of roots) {
|
|
145405
145837
|
const filePath = resolve55(root, requestPath);
|
|
145406
145838
|
const rel = relative20(root, filePath);
|
|
145407
|
-
if (rel.startsWith("..") ||
|
|
145839
|
+
if (rel.startsWith("..") || isAbsolute13(rel)) continue;
|
|
145408
145840
|
if (existsSync85(filePath)) {
|
|
145409
145841
|
if (proxyRequest) {
|
|
145410
145842
|
void serveProxyRequest(
|
|
@@ -149714,7 +150146,7 @@ __export(normalize_audio_exports, {
|
|
|
149714
150146
|
});
|
|
149715
150147
|
import { execFile as execFile7 } from "child_process";
|
|
149716
150148
|
import { existsSync as existsSync91, readFileSync as readFileSync66, renameSync as renameSync15, writeFileSync as writeFileSync38 } from "fs";
|
|
149717
|
-
import { isAbsolute as
|
|
150149
|
+
import { isAbsolute as isAbsolute14, relative as relative23, resolve as resolve58 } from "path";
|
|
149718
150150
|
import { promisify as promisify5 } from "util";
|
|
149719
150151
|
function authoredNumber(raw, fallback, attribute2, id, strictlyPositive = false) {
|
|
149720
150152
|
if (raw === void 0) return fallback;
|
|
@@ -149877,7 +150309,7 @@ function resolveLocalAudioPath(projectDir, src) {
|
|
|
149877
150309
|
} catch {
|
|
149878
150310
|
throw new Error(`Audio source must be a local project file: ${src}`);
|
|
149879
150311
|
}
|
|
149880
|
-
if (!decoded ||
|
|
150312
|
+
if (!decoded || isAbsolute14(decoded) || /^(?:[a-z][a-z\d+.-]*:|\/\/)/i.test(decoded)) {
|
|
149881
150313
|
throw new Error(`Audio source must be a local project file: ${src}`);
|
|
149882
150314
|
}
|
|
149883
150315
|
const root = resolve58(projectDir);
|
|
@@ -155261,7 +155693,7 @@ __export(doctor_exports, {
|
|
|
155261
155693
|
});
|
|
155262
155694
|
import { execFileSync as execFileSync16, execSync as execSync5 } from "child_process";
|
|
155263
155695
|
import { existsSync as existsSync104 } from "fs";
|
|
155264
|
-
import { platform as
|
|
155696
|
+
import { platform as platform10 } from "os";
|
|
155265
155697
|
import { dirname as dirname52 } from "path";
|
|
155266
155698
|
function checkDocker() {
|
|
155267
155699
|
try {
|
|
@@ -155399,7 +155831,7 @@ function commandExists(command2) {
|
|
|
155399
155831
|
return false;
|
|
155400
155832
|
}
|
|
155401
155833
|
}
|
|
155402
|
-
function checkArchiveExtractor(hostPlatform =
|
|
155834
|
+
function checkArchiveExtractor(hostPlatform = platform10(), exists = commandExists) {
|
|
155403
155835
|
if (hostPlatform === "win32") {
|
|
155404
155836
|
return { ok: true, detail: "Built into Windows" };
|
|
155405
155837
|
}
|
|
@@ -155507,7 +155939,7 @@ var init_doctor = __esm({
|
|
|
155507
155939
|
{ name: "Frames cache", run: () => checkFramesCache() },
|
|
155508
155940
|
{ name: "Archive extractor", run: checkArchiveExtractor }
|
|
155509
155941
|
];
|
|
155510
|
-
if (
|
|
155942
|
+
if (platform10() === "linux") {
|
|
155511
155943
|
checks.push({ name: "/dev/shm", run: checkShm });
|
|
155512
155944
|
}
|
|
155513
155945
|
checks.push({ name: "Environment", run: checkEnvironment });
|
|
@@ -196280,7 +196712,7 @@ __export(snapshot_exports, {
|
|
|
196280
196712
|
});
|
|
196281
196713
|
import { existsSync as existsSync107, mkdtempSync as mkdtempSync16, readFileSync as readFileSync76, mkdirSync as mkdirSync53, rmSync as rmSync31, writeFileSync as writeFileSync46 } from "fs";
|
|
196282
196714
|
import { tmpdir as tmpdir16 } from "os";
|
|
196283
|
-
import { resolve as resolve68, join as join110, relative as relative25, isAbsolute as
|
|
196715
|
+
import { resolve as resolve68, join as join110, relative as relative25, isAbsolute as isAbsolute15, basename as basename25, posix as posix7 } from "path";
|
|
196284
196716
|
function orbitStageSource() {
|
|
196285
196717
|
return `function(cam) {
|
|
196286
196718
|
var root = document.querySelector("[data-composition-id]")
|
|
@@ -196532,7 +196964,7 @@ async function captureSnapshots(projectDir, opts) {
|
|
|
196532
196964
|
const decodedPath = decodeURIComponent(url.pathname).replace(/^\//, "");
|
|
196533
196965
|
const candidate = resolve68(projectDir, decodedPath);
|
|
196534
196966
|
const rel2 = relative25(projectDir, candidate);
|
|
196535
|
-
if (!rel2.startsWith("..") && !
|
|
196967
|
+
if (!rel2.startsWith("..") && !isAbsolute15(rel2) && existsSync107(candidate)) {
|
|
196536
196968
|
ffmpegInput = candidate;
|
|
196537
196969
|
inputIsLocal = true;
|
|
196538
196970
|
} else if (url.protocol === "http:" || url.protocol === "https:") {
|
|
@@ -196598,7 +197030,7 @@ async function captureSnapshots(projectDir, opts) {
|
|
|
196598
197030
|
await page.screenshot({ path: framePath, type: "png", omitBackground: true });
|
|
196599
197031
|
}
|
|
196600
197032
|
const rel = relative25(projectDir, framePath);
|
|
196601
|
-
savedPaths.push(rel.startsWith("..") ||
|
|
197033
|
+
savedPaths.push(rel.startsWith("..") || isAbsolute15(rel) ? framePath : rel);
|
|
196602
197034
|
}
|
|
196603
197035
|
} finally {
|
|
196604
197036
|
await chromeBrowser.close();
|
|
@@ -196616,6 +197048,8 @@ var init_snapshot = __esm({
|
|
|
196616
197048
|
init_dist();
|
|
196617
197049
|
init_captureCompositionFrame();
|
|
196618
197050
|
init_project();
|
|
197051
|
+
init_lintProject();
|
|
197052
|
+
init_lintFormat();
|
|
196619
197053
|
init_errorMessage();
|
|
196620
197054
|
init_staticProjectServer();
|
|
196621
197055
|
init_colors();
|
|
@@ -196698,6 +197132,33 @@ var init_snapshot = __esm({
|
|
|
196698
197132
|
},
|
|
196699
197133
|
async run({ args }) {
|
|
196700
197134
|
const project = resolveProject(args.dir);
|
|
197135
|
+
const lintResult = await lintProject(project.dir);
|
|
197136
|
+
if (hasDefinitiveEntryMismatch(lintResult)) {
|
|
197137
|
+
const candidate = definitiveEntryMismatchComposition(lintResult);
|
|
197138
|
+
console.log("");
|
|
197139
|
+
for (const line2 of formatLintFindings(lintResult, { errorsFirst: true })) {
|
|
197140
|
+
console.log(line2);
|
|
197141
|
+
}
|
|
197142
|
+
console.log("");
|
|
197143
|
+
console.log(c.error(" Aborting snapshot because the default index.html entry is blank."));
|
|
197144
|
+
if (candidate && posix7.basename(candidate) === "index.html") {
|
|
197145
|
+
const candidateDir = posix7.dirname(candidate);
|
|
197146
|
+
const target = `<project>/${candidateDir}`;
|
|
197147
|
+
console.log(
|
|
197148
|
+
c.dim(
|
|
197149
|
+
` Move or mount the authored file, or snapshot its directory directly: hyperframes snapshot ${target}. Only use the directory form when its assets are self-contained under that directory; otherwise mount it from the project root.`
|
|
197150
|
+
)
|
|
197151
|
+
);
|
|
197152
|
+
} else if (candidate) {
|
|
197153
|
+
console.log(
|
|
197154
|
+
c.dim(
|
|
197155
|
+
` Move or mount ${candidate} as a project index.html before snapshotting; snapshot accepts project directories, not individual HTML files.`
|
|
197156
|
+
)
|
|
197157
|
+
);
|
|
197158
|
+
}
|
|
197159
|
+
console.log("");
|
|
197160
|
+
failCommand();
|
|
197161
|
+
}
|
|
196701
197162
|
const frames = parseInt(args.frames, 10) || 5;
|
|
196702
197163
|
const timeout = parseInt(args.timeout, 10) || 5e3;
|
|
196703
197164
|
const atTimestamps = args.at ? String(args.at).split(",").map((s2) => parseFloat(s2.trim())).filter((n2) => !isNaN(n2)) : void 0;
|
|
@@ -196843,22 +197304,22 @@ var init_sourceMutation = __esm({
|
|
|
196843
197304
|
});
|
|
196844
197305
|
|
|
196845
197306
|
// src/utils/pathArgs.ts
|
|
196846
|
-
import { isAbsolute as
|
|
197307
|
+
import { isAbsolute as isAbsolute16, relative as relative26, resolve as resolve69 } from "path";
|
|
196847
197308
|
function readOptionalString(value) {
|
|
196848
197309
|
if (typeof value !== "string") return void 0;
|
|
196849
197310
|
const trimmed = value.trim();
|
|
196850
197311
|
return trimmed ? trimmed : void 0;
|
|
196851
197312
|
}
|
|
196852
197313
|
function resolveFromBase(baseDir, input2) {
|
|
196853
|
-
return
|
|
197314
|
+
return isAbsolute16(input2) ? input2 : resolve69(baseDir, input2);
|
|
196854
197315
|
}
|
|
196855
197316
|
function displayPathFromBase(baseDir, filePath) {
|
|
196856
197317
|
const rel = relative26(baseDir, filePath);
|
|
196857
|
-
if (rel && !rel.startsWith("..") && !
|
|
197318
|
+
if (rel && !rel.startsWith("..") && !isAbsolute16(rel)) return rel;
|
|
196858
197319
|
return filePath;
|
|
196859
197320
|
}
|
|
196860
197321
|
function displayPathFromInput(baseDir, input2) {
|
|
196861
|
-
return
|
|
197322
|
+
return isAbsolute16(input2) ? displayPathFromBase(baseDir, input2) : input2;
|
|
196862
197323
|
}
|
|
196863
197324
|
var init_pathArgs = __esm({
|
|
196864
197325
|
"src/utils/pathArgs.ts"() {
|
|
@@ -206666,7 +207127,7 @@ __export(render_exports3, {
|
|
|
206666
207127
|
validateDryRunSource: () => validateDryRunSource,
|
|
206667
207128
|
validateResolutionFormatCombo: () => validateResolutionFormatCombo
|
|
206668
207129
|
});
|
|
206669
|
-
import { isAbsolute as
|
|
207130
|
+
import { isAbsolute as isAbsolute17, relative as relative28, resolve as resolvePath4 } from "path";
|
|
206670
207131
|
import { existsSync as existsSync125 } from "fs";
|
|
206671
207132
|
function parsePollIntervalMs(raw) {
|
|
206672
207133
|
const n2 = parseNumericFlag(raw, { flag: "--poll-interval", min: 1 });
|
|
@@ -206977,7 +207438,7 @@ function handleFailedRender(detail, asJson) {
|
|
|
206977
207438
|
}
|
|
206978
207439
|
function resolveOutputPath2(output, renderId, format) {
|
|
206979
207440
|
if (output) {
|
|
206980
|
-
return
|
|
207441
|
+
return isAbsolute17(output) ? output : resolvePath4(process.cwd(), output);
|
|
206981
207442
|
}
|
|
206982
207443
|
const ext = FORMAT_EXT2[format] ?? `.${format}`;
|
|
206983
207444
|
return resolvePath4(process.cwd(), "renders", `${renderId}${ext}`);
|