gemi 0.4.76 → 0.4.78

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.
@@ -1,3 +1,3 @@
1
1
  // @bun
2
- import{a as MI,b as tP,c as oP,d as yI,e as K$,g as NA,h as VA,i as qf,j as TI,k as c$,l as HH,m as NI,o as OI,p as SI} from"../http/index.js";import{q as v$} from"../facades/index.js";import{t as vI,u as wI} from"../services/index.js";import"../chunk-b943cac32cc3670f.js";import{A as kU,B as x} from"../chunk-e3d242546d1a2927.js";import"../chunk-5ea45ebea038bef4.js";import"../chunk-8f24eed8ba226c72.js";import"../chunk-28c7d04b6f555350.js";import"../chunk-4e37f45d636da627.js";import"../chunk-48b2990a93ae50b3.js";import"../chunk-5fb9d31b7b4629e9.js";import"../chunk-9631e167bae739a0.js";import"../chunk-d4eceea16ddc567d.js";import"../chunk-4ad752c87b795617.js";var iU=x((JM,cU)=>{var J8=function(R){return!!R&&typeof R==="object"},X8=function(R){var f=Object.prototype.toString.call(R);return f==="[object RegExp]"||f==="[object Date]"||y8(R)},y8=function(R){return R.$$typeof===M8},N8=function(R){return Array.isArray(R)?[]:{}},q0=function(R,f){return f.clone!==!1&&f.isMergeableObject(R)?wA(N8(R),R,f):R},j8=function(R,f,A){return R.concat(f).map(function(H){return q0(H,A)})},V8=function(R,f){if(!f.customMerge)return wA;var A=f.customMerge(R);return typeof A==="function"?A:wA},Q8=function(R){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(R).filter(function(f){return Object.propertyIsEnumerable.call(R,f)}):[]},xU=function(R){return Object.keys(R).concat(Q8(R))},mU=function(R,f){try{return f in R}catch(A){return!1}},z8=function(R,f){return mU(R,f)&&!(Object.hasOwnProperty.call(R,f)&&Object.propertyIsEnumerable.call(R,f))},E8=function(R,f,A){var H={};if(A.isMergeableObject(R))xU(R).forEach(function(P){H[P]=q0(R[P],A)});return xU(f).forEach(function(P){if(z8(R,P))return;if(mU(R,P)&&A.isMergeableObject(f[P]))H[P]=V8(P,A)(R[P],f[P],A);else H[P]=q0(f[P],A)}),H},wA=function(R,f,A){A=A||{},A.arrayMerge=A.arrayMerge||j8,A.isMergeableObject=A.isMergeableObject||q8,A.cloneUnlessOtherwiseSpecified=q0;var H=Array.isArray(f),P=Array.isArray(R),F=H===P;if(!F)return q0(f,A);else if(H)return A.arrayMerge(R,f,A);else return E8(R,f,A)},q8=function R(f){return J8(f)&&!X8(f)},L8=typeof Symbol==="function"&&Symbol.for,M8=L8?Symbol.for("react.element"):60103;wA.all=function R(f,A){if(!Array.isArray(f))throw new Error("first argument should be an array");return f.reduce(function(H,P){return wA(H,P,A)},{})};var T8=wA;cU.exports=T8});var zH=x((yJ,FG)=>{var r=function(R){this.__parent=R,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]},J0=function(R,f){if(this.__cache=[""],this.__indent_size=R.indent_size,this.__indent_string=R.indent_char,!R.indent_with_tabs)this.__indent_string=new Array(R.indent_size+1).join(R.indent_char);if(f=f||"",R.indent_level>0)f=new Array(R.indent_level+1).join(this.__indent_string);this.__base_string=f,this.__base_string_length=f.length},n=function(R,f){this.__indent_cache=new J0(R,f),this.raw=!1,this._end_with_newline=R.end_with_newline,this.indent_size=R.indent_size,this.wrap_line_length=R.wrap_line_length,this.indent_empty_lines=R.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new r(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()};r.prototype.clone_empty=function(){var R=new r(this.__parent);return R.set_indent(this.__indent_count,this.__alignment_count),R};r.prototype.item=function(R){if(R<0)return this.__items[this.__items.length+R];else return this.__items[R]};r.prototype.has_match=function(R){for(var f=this.__items.length-1;f>=0;f--)if(this.__items[f].match(R))return!0;return!1};r.prototype.set_indent=function(R,f){if(this.is_empty())this.__indent_count=R||0,this.__alignment_count=f||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count)};r.prototype._set_wrap_point=function(){if(this.__parent.wrap_line_length)this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count};r.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count};r.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var R=this.__parent.current_line;if(R.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),R.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),R.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,R.__items[0]===" ")R.__items.splice(0,1),R.__character_count-=1;return!0}return!1};r.prototype.is_empty=function(){return this.__items.length===0};r.prototype.last=function(){if(!this.is_empty())return this.__items[this.__items.length-1];else return null};r.prototype.push=function(R){this.__items.push(R);var f=R.lastIndexOf("\n");if(f!==-1)this.__character_count=R.length-f;else this.__character_count+=R.length};r.prototype.pop=function(){var R=null;if(!this.is_empty())R=this.__items.pop(),this.__character_count-=R.length;return R};r.prototype._remove_indent=function(){if(this.__indent_count>0)this.__indent_count-=1,this.__character_count-=this.__parent.indent_size};r.prototype._remove_wrap_indent=function(){if(this.__wrap_point_indent_count>0)this.__wrap_point_indent_count-=1};r.prototype.trim=function(){while(this.last()===" ")this.__items.pop(),this.__character_count-=1};r.prototype.toString=function(){var R="";if(this.is_empty()){if(this.__parent.indent_empty_lines)R=this.__parent.get_indent_string(this.__indent_count)}else R=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),R+=this.__items.join("");return R};J0.prototype.get_indent_size=function(R,f){var A=this.__base_string_length;if(f=f||0,R<0)A=0;return A+=R*this.__indent_size,A+=f,A};J0.prototype.get_indent_string=function(R,f){var A=this.__base_string;if(f=f||0,R<0)R=0,A="";return f+=R*this.__indent_size,this.__ensure_cache(f),A+=this.__cache[f],A};J0.prototype.__ensure_cache=function(R){while(R>=this.__cache.length)this.__add_column()};J0.prototype.__add_column=function(){var R=this.__cache.length,f=0,A="";if(this.__indent_size&&R>=this.__indent_size)f=Math.floor(R/this.__indent_size),R-=f*this.__indent_size,A=new Array(f+1).join(this.__indent_string);if(R)A+=new Array(R+1).join(" ");this.__cache.push(A)};n.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)};n.prototype.get_line_number=function(){return this.__lines.length};n.prototype.get_indent_string=function(R,f){return this.__indent_cache.get_indent_string(R,f)};n.prototype.get_indent_size=function(R,f){return this.__indent_cache.get_indent_size(R,f)};n.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()};n.prototype.add_new_line=function(R){if(this.is_empty()||!R&&this.just_added_newline())return!1;if(!this.raw)this.__add_outputline();return!0};n.prototype.get_code=function(R){this.trim(!0);var f=this.current_line.pop();if(f){if(f[f.length-1]==="\n")f=f.replace(/\n+$/g,"");this.current_line.push(f)}if(this._end_with_newline)this.__add_outputline();var A=this.__lines.join("\n");if(R!=="\n")A=A.replace(/[\n]/g,R);return A};n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()};n.prototype.set_indent=function(R,f){if(R=R||0,f=f||0,this.next_line.set_indent(R,f),this.__lines.length>1)return this.current_line.set_indent(R,f),!0;return this.current_line.set_indent(),!1};n.prototype.add_raw_token=function(R){for(var f=0;f<R.newlines;f++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(R.whitespace_before),this.current_line.push(R.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1};n.prototype.add_token=function(R){this.__add_space_before_token(),this.current_line.push(R),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()};n.prototype.__add_space_before_token=function(){if(this.space_before_token&&!this.just_added_newline()){if(!this.non_breaking_space)this.set_wrap_point();this.current_line.push(" ")}};n.prototype.remove_indent=function(R){var f=this.__lines.length;while(R<f)this.__lines[R]._remove_indent(),R++;this.current_line._remove_wrap_indent()};n.prototype.trim=function(R){R=R===void 0?!1:R,this.current_line.trim();while(R&&this.__lines.length>1&&this.current_line.is_empty())this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null};n.prototype.just_added_newline=function(){return this.current_line.is_empty()};n.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()};n.prototype.ensure_empty_line_above=function(R,f){var A=this.__lines.length-2;while(A>=0){var H=this.__lines[A];if(H.is_empty())break;else if(H.item(0).indexOf(R)!==0&&H.item(-1)!==f){this.__lines.splice(A+1,0,new r(this)),this.previous_line=this.__lines[this.__lines.length-2];break}A--}};yJ.Output=n});var b1=x((VJ,hG)=>{var jJ=function(R,f,A,H){this.type=R,this.text=f,this.comments_before=null,this.newlines=A||0,this.whitespace_before=H||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null};VJ.Token=jJ});var C1=x((TJ)=>{var zJ="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",$G="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",g1="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",UG="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",u1="\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}",GG="(?:"+u1+"|["+zJ+g1+"])",EJ="(?:"+u1+"|["+$G+g1+UG+"])*";TJ.identifier=new RegExp(GG+EJ,"g");TJ.identifierStart=new RegExp(GG);TJ.identifierMatch=new RegExp("(?:"+u1+"|["+$G+g1+UG+"])+");TJ.newline=/[\n\r\u2028\u2029]/;TJ.lineBreak=new RegExp("\r\n|"+TJ.newline.source);TJ.allLineBreaks=new RegExp(TJ.lineBreak.source,"g")});var TH=x((BJ,EH)=>{var vf=function(R,f){if(this.raw_options=DG(R,f),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),!this.preserve_newlines)this.max_preserve_newlines=0;if(this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char==="\t"),this.indent_with_tabs){if(this.indent_char="\t",this.indent_size===1)this.indent_size=4}this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])},DG=function(R,f){var A={};R=ZG(R);var H;for(H in R)if(H!==f)A[H]=R[H];if(f&&R[f])for(H in R[f])A[H]=R[f][H];return A},ZG=function(R){var f={},A;for(A in R){var H=A.replace(/-/g,"_");f[H]=R[A]}return f};vf.prototype._get_array=function(R,f){var A=this.raw_options[R],H=f||[];if(typeof A==="object"){if(A!==null&&typeof A.concat==="function")H=A.concat()}else if(typeof A==="string")H=A.split(/[^a-zA-Z0-9_\/\-]+/);return H};vf.prototype._get_boolean=function(R,f){var A=this.raw_options[R],H=A===void 0?!!f:!!A;return H};vf.prototype._get_characters=function(R,f){var A=this.raw_options[R],H=f||"";if(typeof A==="string")H=A.replace(/\\r/,"\r").replace(/\\n/,"\n").replace(/\\t/,"\t");return H};vf.prototype._get_number=function(R,f){var A=this.raw_options[R];if(f=parseInt(f,10),isNaN(f))f=0;var H=parseInt(A,10);if(isNaN(H))H=f;return H};vf.prototype._get_selection=function(R,f,A){var H=this._get_selection_list(R,f,A);if(H.length!==1)throw new Error("Invalid Option Value: The option '"+R+"' can only be one of the following values:\n"+f+"\nYou passed in: '"+this.raw_options[R]+"'");return H[0]};vf.prototype._get_selection_list=function(R,f,A){if(!f||f.length===0)throw new Error("Selection list cannot be empty.");if(A=A||[f[0]],!this._is_valid_selection(A,f))throw new Error("Invalid Default Value!");var H=this._get_array(R,A);if(!this._is_valid_selection(H,f))throw new Error("Invalid Option Value: The option '"+R+"' can contain only the following values:\n"+f+"\nYou passed in: '"+this.raw_options[R]+"'");return H};vf.prototype._is_valid_selection=function(R,f){return R.length&&f.length&&!R.some(function(A){return f.indexOf(A)===-1})};BJ.Options=vf;BJ.normalizeOpts=ZG;BJ.mergeOpts=DG});var x1=x((CJ,JG)=>{var qG=function(R){IG.call(this,R,"js");var f=this.raw_options.brace_style||null;if(f==="expand-strict")this.raw_options.brace_style="expand";else if(f==="collapse-preserve-inline")this.raw_options.brace_style="collapse,preserve-inline";else if(this.raw_options.braces_on_own_line!==void 0)this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse";var A=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var H=0;H<A.length;H++)if(A[H]==="preserve-inline")this.brace_preserve_inline=!0;else this.brace_style=A[H];if(this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",uJ),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy)this.space_after_anon_function=!0},IG=TH().Options,uJ=["before-newline","after-newline","preserve-newline"];qG.prototype=new IG;CJ.Options=qG});var OH=x((mJ,LG)=>{var HR=function(R){this.__input=R||"",this.__input_length=this.__input.length,this.__position=0},XG=RegExp.prototype.hasOwnProperty("sticky");HR.prototype.restart=function(){this.__position=0};HR.prototype.back=function(){if(this.__position>0)this.__position-=1};HR.prototype.hasNext=function(){return this.__position<this.__input_length};HR.prototype.next=function(){var R=null;if(this.hasNext())R=this.__input.charAt(this.__position),this.__position+=1;return R};HR.prototype.peek=function(R){var f=null;if(R=R||0,R+=this.__position,R>=0&&R<this.__input_length)f=this.__input.charAt(R);return f};HR.prototype.__match=function(R,f){R.lastIndex=f;var A=R.exec(this.__input);if(A&&!(XG&&R.sticky)){if(A.index!==f)A=null}return A};HR.prototype.test=function(R,f){if(f=f||0,f+=this.__position,f>=0&&f<this.__input_length)return!!this.__match(R,f);else return!1};HR.prototype.testChar=function(R,f){var A=this.peek(f);return R.lastIndex=0,A!==null&&R.test(A)};HR.prototype.match=function(R){var f=this.__match(R,this.__position);if(f)this.__position+=f[0].length;else f=null;return f};HR.prototype.read=function(R,f,A){var H="",P;if(R){if(P=this.match(R),P)H+=P[0]}if(f&&(P||!R))H+=this.readUntil(f,A);return H};HR.prototype.readUntil=function(R,f){var A="",H=this.__position;R.lastIndex=this.__position;var P=R.exec(this.__input);if(P){if(H=P.index,f)H+=P[0].length}else H=this.__input_length;return A=this.__input.substring(this.__position,H),this.__position=H,A};HR.prototype.readUntilAfter=function(R){return this.readUntil(R,!0)};HR.prototype.get_regexp=function(R,f){var A=null,H="g";if(f&&XG)H="y";if(typeof R==="string"&&R!=="")A=new RegExp(R,H);else if(R)A=new RegExp(R.source,H);return A};HR.prototype.get_literal_regexp=function(R){return RegExp(R.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))};HR.prototype.peekUntilAfter=function(R){var f=this.__position,A=this.readUntilAfter(R);return this.__position=f,A};HR.prototype.lookBack=function(R){var f=this.__position-1;return f>=R.length&&this.__input.substring(f-R.length,f).toLowerCase()===R};mJ.InputScanner=HR});var yG=x((iJ,MG)=>{var ef=function(R){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=R};ef.prototype.restart=function(){this.__position=0};ef.prototype.isEmpty=function(){return this.__tokens_length===0};ef.prototype.hasNext=function(){return this.__position<this.__tokens_length};ef.prototype.next=function(){var R=null;if(this.hasNext())R=this.__tokens[this.__position],this.__position+=1;return R};ef.prototype.peek=function(R){var f=null;if(R=R||0,R+=this.__position,R>=0&&R<this.__tokens_length)f=this.__tokens[R];return f};ef.prototype.add=function(R){if(this.__parent_token)R.parent=this.__parent_token;this.__tokens.push(R),this.__tokens_length+=1};iJ.TokenStream=ef});var X0=x((sJ,NG)=>{var hf=function(R,f){if(this._input=R,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,f)this._starting_pattern=this._input.get_regexp(f._starting_pattern,!0),this._match_pattern=this._input.get_regexp(f._match_pattern,!0),this._until_pattern=this._input.get_regexp(f._until_pattern),this._until_after=f._until_after};hf.prototype.read=function(){var R=this._input.read(this._starting_pattern);if(!this._starting_pattern||R)R+=this._input.read(this._match_pattern,this._until_pattern,this._until_after);return R};hf.prototype.read_match=function(){return this._input.match(this._match_pattern)};hf.prototype.until_after=function(R){var f=this._create();return f._until_after=!0,f._until_pattern=this._input.get_regexp(R),f._update(),f};hf.prototype.until=function(R){var f=this._create();return f._until_after=!1,f._until_pattern=this._input.get_regexp(R),f._update(),f};hf.prototype.starting_with=function(R){var f=this._create();return f._starting_pattern=this._input.get_regexp(R,!0),f._update(),f};hf.prototype.matching=function(R){var f=this._create();return f._match_pattern=this._input.get_regexp(R,!0),f._update(),f};hf.prototype._create=function(){return new hf(this._input,this)};hf.prototype._update=function(){};sJ.Pattern=hf});var QG=x((dJ,VG)=>{var wf=function(R,f){if(jG.call(this,R,f),f)this._line_regexp=this._input.get_regexp(f._line_regexp);else this.__set_whitespace_patterns("","");this.newline_count=0,this.whitespace_before_token=""},jG=X0().Pattern;wf.prototype=new jG;wf.prototype.__set_whitespace_patterns=function(R,f){R+="\\t ",f+="\\n\\r",this._match_pattern=this._input.get_regexp("["+R+f+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+f+"]")};wf.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var R=this._input.read(this._match_pattern);if(R===" ")this.whitespace_before_token=" ";else if(R){var f=this.__split(this._newline_regexp,R);this.newline_count=f.length-1,this.whitespace_before_token=f[this.newline_count]}return R};wf.prototype.matching=function(R,f){var A=this._create();return A.__set_whitespace_patterns(R,f),A._update(),A};wf.prototype._create=function(){return new wf(this._input,this)};wf.prototype.__split=function(R,f){R.lastIndex=0;var A=0,H=[],P=R.exec(f);while(P)H.push(f.substring(A,P.index)),A=P.index+P[0].length,P=R.exec(f);if(A<f.length)H.push(f.substring(A,f.length));else H.push("");return H};dJ.WhitespacePattern=wf});var M0=x((oJ,c1)=>{var aJ=OH().InputScanner,zG=b1().Token,m1=yG().TokenStream,_J=QG().WhitespacePattern,L0={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},$f=function(R,f){this._input=new aJ(R),this._options=f||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new _J(this._input)};$f.prototype.tokenize=function(){this._input.restart(),this.__tokens=new m1,this._reset();var R,f=new zG(L0.START,""),A=null,H=[],P=new m1;while(f.type!==L0.EOF){R=this._get_next_token(f,A);while(this._is_comment(R))P.add(R),R=this._get_next_token(f,A);if(!P.isEmpty())R.comments_before=P,P=new m1;if(R.parent=A,this._is_opening(R))H.push(A),A=R;else if(A&&this._is_closing(R,A))R.opened=A,A.closed=R,A=H.pop(),R.parent=A;R.previous=f,f.next=R,this.__tokens.add(R),f=R}return this.__tokens};$f.prototype._is_first_token=function(){return this.__tokens.isEmpty()};$f.prototype._reset=function(){};$f.prototype._get_next_token=function(R,f){this._readWhitespace();var A=this._input.read(/.+/g);if(A)return this._create_token(L0.RAW,A);else return this._create_token(L0.EOF,"")};$f.prototype._is_comment=function(R){return!1};$f.prototype._is_opening=function(R){return!1};$f.prototype._is_closing=function(R,f){return!1};$f.prototype._create_token=function(R,f){var A=new zG(R,f,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return A};$f.prototype._readWhitespace=function(){return this._patterns.whitespace.read()};oJ.Tokenizer=$f;oJ.TOKEN=L0});var SH=x((tJ,EG)=>{var i1=function(R,f){R=typeof R==="string"?R:R.source,f=typeof f==="string"?f:f.source,this.__directives_block_pattern=new RegExp(R+/ beautify( \w+[:]\w+)+ /.source+f,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(R+/\sbeautify\signore:end\s/.source+f,"g")};i1.prototype.get_directives=function(R){if(!R.match(this.__directives_block_pattern))return null;var f={};this.__directive_pattern.lastIndex=0;var A=this.__directive_pattern.exec(R);while(A)f[A[1]]=A[2],A=this.__directive_pattern.exec(R);return f};i1.prototype.readIgnored=function(R){return R.readUntilAfter(this.__directives_end_ignore_pattern)};tJ.Directives=i1});var l1=x((RX,TG)=>{var _R=function(R,f){if(p1.call(this,R,f),this.__template_pattern=null,this._disabled=Object.assign({},s1),this._excluded=Object.assign({},s1),f)this.__template_pattern=this._input.get_regexp(f.__template_pattern),this._excluded=Object.assign(this._excluded,f._excluded),this._disabled=Object.assign(this._disabled,f._disabled);var A=new p1(R);this.__patterns={handlebars_comment:A.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:A.starting_with(/{{{/).until_after(/}}}/),handlebars:A.starting_with(/{{/).until_after(/}}/),php:A.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:A.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:A.starting_with(/{%/).until_after(/%}/),django_value:A.starting_with(/{{/).until_after(/}}/),django_comment:A.starting_with(/{#/).until_after(/#}/),smarty:A.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:A.starting_with(/{\*/).until_after(/\*}/),smarty_literal:A.starting_with(/{literal}/).until_after(/{\/literal}/)}},p1=X0().Pattern,s1={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};_R.prototype=new p1;_R.prototype._create=function(){return new _R(this._input,this)};_R.prototype._update=function(){this.__set_templated_pattern()};_R.prototype.disable=function(R){var f=this._create();return f._disabled[R]=!0,f._update(),f};_R.prototype.read_options=function(R){var f=this._create();for(var A in s1)f._disabled[A]=R.templating.indexOf(A)===-1;return f._update(),f};_R.prototype.exclude=function(R){var f=this._create();return f._excluded[R]=!0,f._update(),f};_R.prototype.read=function(){var R="";if(this._match_pattern)R=this._input.read(this._starting_pattern);else R=this._input.read(this._starting_pattern,this.__template_pattern);var f=this._read_template();while(f){if(this._match_pattern)f+=this._input.read(this._match_pattern);else f+=this._input.readUntil(this.__template_pattern);R+=f,f=this._read_template()}if(this._until_after)R+=this._input.readUntilAfter(this._until_pattern);return R};_R.prototype.__set_templated_pattern=function(){var R=[];if(!this._disabled.php)R.push(this.__patterns.php._starting_pattern.source);if(!this._disabled.handlebars)R.push(this.__patterns.handlebars._starting_pattern.source);if(!this._disabled.erb)R.push(this.__patterns.erb._starting_pattern.source);if(!this._disabled.django)R.push(this.__patterns.django._starting_pattern.source),R.push(this.__patterns.django_value._starting_pattern.source),R.push(this.__patterns.django_comment._starting_pattern.source);if(!this._disabled.smarty)R.push(this.__patterns.smarty._starting_pattern.source);if(this._until_pattern)R.push(this._until_pattern.source);this.__template_pattern=this._input.get_regexp("(?:"+R.join("|")+")")};_R.prototype._read_template=function(){var R="",f=this._input.peek();if(f==="<"){var A=this._input.peek(1);if(!this._disabled.php&&!this._excluded.php&&A==="?")R=R||this.__patterns.php.read();if(!this._disabled.erb&&!this._excluded.erb&&A==="%")R=R||this.__patterns.erb.read()}else if(f==="{"){if(!this._disabled.handlebars&&!this._excluded.handlebars)R=R||this.__patterns.handlebars_comment.read(),R=R||this.__patterns.handlebars_unescaped.read(),R=R||this.__patterns.handlebars.read();if(!this._disabled.django){if(!this._excluded.django&&!this._excluded.handlebars)R=R||this.__patterns.django_value.read();if(!this._excluded.django)R=R||this.__patterns.django_comment.read(),R=R||this.__patterns.django.read()}if(!this._disabled.smarty){if(this._disabled.django&&this._disabled.handlebars)R=R||this.__patterns.smarty_comment.read(),R=R||this.__patterns.smarty_literal.read(),R=R||this.__patterns.smarty.read()}}return R};RX.TemplatablePattern=_R});var N0=x((IX,y0)=>{var k1=function(R,f){return f.indexOf(R)!==-1},ZX=function(R){var f="",A=0,H=new AX(R),P=null;while(H.hasNext()){if(P=H.match(/([\s]|[^\\]|\\\\)+/g),P)f+=P[0];if(H.peek()==="\\"){if(H.next(),H.peek()==="x")P=H.match(/x([0-9A-Fa-f]{2})/g);else if(H.peek()==="u"){if(P=H.match(/u([0-9A-Fa-f]{4})/g),!P)P=H.match(/u\{([0-9A-Fa-f]+)\}/g)}else{if(f+="\\",H.hasNext())f+=H.next();continue}if(!P)return R;if(A=parseInt(P[1],16),A>126&&A<=255&&P[0].indexOf("x")===0)return R;else if(A>=0&&A<32)f+="\\"+P[0];else if(A>1114111)f+="\\"+P[0];else if(A===34||A===39||A===92)f+="\\"+String.fromCharCode(A);else f+=String.fromCharCode(A)}}return f},AX=OH().InputScanner,SG=M0().Tokenizer,d1=M0().TOKEN,HX=SH().Directives,cR=C1(),PX=X0().Pattern,FX=l1().TemplatablePattern,y={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:d1.START,RAW:d1.RAW,EOF:d1.EOF},OG=new HX(/\/\*/,/\*\//),hX=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,$X=/[0-9]/,UX=/[^\d\.]/,GX=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),RA=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";RA=RA.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&");RA="\\?\\.(?!\\d) "+RA;RA=RA.replace(/ /g,"|");var YX=new RegExp(RA),vG="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),WX=vG.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),DX=new RegExp("^(?:"+WX.join("|")+")$"),vH,t=function(R,f){SG.call(this,R,f),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var A=new PX(this._input),H=new FX(this._input).read_options(this._options);this.__patterns={template:H,identifier:H.starting_with(cR.identifier).matching(cR.identifierMatch),number:A.matching(hX),punct:A.matching(YX),comment:A.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:A.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:A.matching(/<!--/),html_comment_end:A.matching(/-->/),include:A.starting_with(/#include/).until_after(cR.lineBreak),shebang:A.starting_with(/#!/).until_after(cR.lineBreak),xml:A.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:H.until(/['\\\n\r\u2028\u2029]/),double_quote:H.until(/["\\\n\r\u2028\u2029]/),template_text:H.until(/[`\\$]/),template_expression:H.until(/[`}\\]/)}};t.prototype=new SG;t.prototype._is_comment=function(R){return R.type===y.COMMENT||R.type===y.BLOCK_COMMENT||R.type===y.UNKNOWN};t.prototype._is_opening=function(R){return R.type===y.START_BLOCK||R.type===y.START_EXPR};t.prototype._is_closing=function(R,f){return(R.type===y.END_BLOCK||R.type===y.END_EXPR)&&(f&&(R.text==="]"&&f.text==="["||R.text===")"&&f.text==="("||R.text==="}"&&f.text==="{"))};t.prototype._reset=function(){vH=!1};t.prototype._get_next_token=function(R,f){var A=null;this._readWhitespace();var H=this._input.peek();if(H===null)return this._create_token(y.EOF,"");return A=A||this._read_non_javascript(H),A=A||this._read_string(H),A=A||this._read_pair(H,this._input.peek(1)),A=A||this._read_word(R),A=A||this._read_singles(H),A=A||this._read_comment(H),A=A||this._read_regexp(H,R),A=A||this._read_xml(H,R),A=A||this._read_punctuation(),A=A||this._create_token(y.UNKNOWN,this._input.next()),A};t.prototype._read_word=function(R){var f=this.__patterns.identifier.read();if(f!==""){if(f=f.replace(cR.allLineBreaks,"\n"),!(R.type===y.DOT||R.type===y.RESERVED&&(R.text==="set"||R.text==="get"))&&DX.test(f)){if((f==="in"||f==="of")&&(R.type===y.WORD||R.type===y.STRING))return this._create_token(y.OPERATOR,f);return this._create_token(y.RESERVED,f)}return this._create_token(y.WORD,f)}if(f=this.__patterns.number.read(),f!=="")return this._create_token(y.WORD,f)};t.prototype._read_singles=function(R){var f=null;if(R==="("||R==="[")f=this._create_token(y.START_EXPR,R);else if(R===")"||R==="]")f=this._create_token(y.END_EXPR,R);else if(R==="{")f=this._create_token(y.START_BLOCK,R);else if(R==="}")f=this._create_token(y.END_BLOCK,R);else if(R===";")f=this._create_token(y.SEMICOLON,R);else if(R==="."&&UX.test(this._input.peek(1)))f=this._create_token(y.DOT,R);else if(R===",")f=this._create_token(y.COMMA,R);if(f)this._input.next();return f};t.prototype._read_pair=function(R,f){var A=null;if(R==="#"&&f==="{")A=this._create_token(y.START_BLOCK,R+f);if(A)this._input.next(),this._input.next();return A};t.prototype._read_punctuation=function(){var R=this.__patterns.punct.read();if(R!=="")if(R==="=")return this._create_token(y.EQUALS,R);else if(R==="?.")return this._create_token(y.DOT,R);else return this._create_token(y.OPERATOR,R)};t.prototype._read_non_javascript=function(R){var f="";if(R==="#"){if(this._is_first_token()){if(f=this.__patterns.shebang.read(),f)return this._create_token(y.UNKNOWN,f.trim()+"\n")}if(f=this.__patterns.include.read(),f)return this._create_token(y.UNKNOWN,f.trim()+"\n");R=this._input.next();var A="#";if(this._input.hasNext()&&this._input.testChar($X)){do R=this._input.next(),A+=R;while(this._input.hasNext()&&R!=="#"&&R!=="=");if(R==="#");else if(this._input.peek()==="["&&this._input.peek(1)==="]")A+="[]",this._input.next(),this._input.next();else if(this._input.peek()==="{"&&this._input.peek(1)==="}")A+="{}",this._input.next(),this._input.next();return this._create_token(y.WORD,A)}this._input.back()}else if(R==="<"&&this._is_first_token()){if(f=this.__patterns.html_comment_start.read(),f){while(this._input.hasNext()&&!this._input.testChar(cR.newline))f+=this._input.next();return vH=!0,this._create_token(y.COMMENT,f)}}else if(vH&&R==="-"){if(f=this.__patterns.html_comment_end.read(),f)return vH=!1,this._create_token(y.COMMENT,f)}return null};t.prototype._read_comment=function(R){var f=null;if(R==="/"){var A="";if(this._input.peek(1)==="*"){A=this.__patterns.block_comment.read();var H=OG.get_directives(A);if(H&&H.ignore==="start")A+=OG.readIgnored(this._input);A=A.replace(cR.allLineBreaks,"\n"),f=this._create_token(y.BLOCK_COMMENT,A),f.directives=H}else if(this._input.peek(1)==="/")A=this.__patterns.comment.read(),f=this._create_token(y.COMMENT,A)}return f};t.prototype._read_string=function(R){if(R==="`"||R==="'"||R==='"'){var f=this._input.next();if(this.has_char_escapes=!1,R==="`")f+=this._read_string_recursive("`",!0,"${");else f+=this._read_string_recursive(R);if(this.has_char_escapes&&this._options.unescape_strings)f=ZX(f);if(this._input.peek()===R)f+=this._input.next();return f=f.replace(cR.allLineBreaks,"\n"),this._create_token(y.STRING,f)}return null};t.prototype._allow_regexp_or_xml=function(R){return R.type===y.RESERVED&&k1(R.text,["return","case","throw","else","do","typeof","yield"])||R.type===y.END_EXPR&&R.text===")"&&R.opened.previous.type===y.RESERVED&&k1(R.opened.previous.text,["if","while","for"])||k1(R.type,[y.COMMENT,y.START_EXPR,y.START_BLOCK,y.START,y.END_BLOCK,y.OPERATOR,y.EQUALS,y.EOF,y.SEMICOLON,y.COMMA])};t.prototype._read_regexp=function(R,f){if(R==="/"&&this._allow_regexp_or_xml(f)){var A=this._input.next(),H=!1,P=!1;while(this._input.hasNext()&&((H||P||this._input.peek()!==R)&&!this._input.testChar(cR.newline))){if(A+=this._input.peek(),!H){if(H=this._input.peek()==="\\",this._input.peek()==="[")P=!0;else if(this._input.peek()==="]")P=!1}else H=!1;this._input.next()}if(this._input.peek()===R)A+=this._input.next(),A+=this._input.read(cR.identifier);return this._create_token(y.STRING,A)}return null};t.prototype._read_xml=function(R,f){if(this._options.e4x&&R==="<"&&this._allow_regexp_or_xml(f)){var A="",H=this.__patterns.xml.read_match();if(H){var P=H[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),F=P.indexOf("{")===0,h=0;while(H){var $=!!H[1],U=H[2],G=!!H[H.length-1]||U.slice(0,8)==="![CDATA[";if(!G&&(U===P||F&&U.replace(/^{\s+/,"{").replace(/\s+}$/,"}")))if($)--h;else++h;if(A+=H[0],h<=0)break;H=this.__patterns.xml.read_match()}if(!H)A+=this._input.match(/[\s\S]*/g)[0];return A=A.replace(cR.allLineBreaks,"\n"),this._create_token(y.STRING,A)}}return null};t.prototype._read_string_recursive=function(R,f,A){var H,P;if(R==="\'")P=this.__patterns.single_quote;else if(R==='"')P=this.__patterns.double_quote;else if(R==="`")P=this.__patterns.template_text;else if(R==="}")P=this.__patterns.template_expression;var F=P.read(),h="";while(this._input.hasNext()){if(h=this._input.next(),h===R||!f&&cR.newline.test(h)){this._input.back();break}else if(h==="\\"&&this._input.hasNext()){if(H=this._input.peek(),H==="x"||H==="u")this.has_char_escapes=!0;else if(H==="\r"&&this._input.peek(1)==="\n")this._input.next();h+=this._input.next()}else if(A){if(A==="${"&&h==="$"&&this._input.peek()==="{")h+=this._input.next();if(A===h){if(R==="`")h+=this._read_string_recursive("}",f,"`");else h+=this._read_string_recursive("`",f,"${");if(this._input.hasNext())h+=this._input.next()}}h+=P.read(),F+=h}return F};IX.Tokenizer=t;IX.TOKEN=y;IX.positionable_operators=GX.slice();IX.line_starters=vG.slice()});var bG=x((SX,KG)=>{var Q=function(R,f){return f.indexOf(R)!==-1},VX=function(R){return R.replace(/^\s+/g,"")},QX=function(R){var f={};for(var A=0;A<R.length;A++)f[R[A].replace(/-/g,"_")]=R[A];return f},iR=function(R,f){return R&&R.type===I.RESERVED&&R.text===f},b=function(R,f){return R&&R.type===I.RESERVED&&Q(R.text,f)},BG=function(R,f){if(f.multiline_frame||f.mode===N.ForInitializer||f.mode===N.Conditional)return;R.remove_indent(f.start_line_index)},EX=function(R){R=R.replace(wH.allLineBreaks,"\n");var f=[],A=R.indexOf("\n");while(A!==-1)f.push(R.substring(0,A)),R=R.substring(A+1),A=R.indexOf("\n");if(R.length)f.push(R);return f},Bf=function(R){return R===N.ArrayLiteral},Q0=function(R){return Q(R,[N.Expression,N.ForInitializer,N.Conditional])},TX=function(R,f){for(var A=0;A<R.length;A++){var H=R[A].trim();if(H.charAt(0)!==f)return!1}return!0},OX=function(R,f){var A=0,H=R.length,P;for(;A<H;A++)if(P=R[A],P&&P.indexOf(f)!==0)return!1;return!0},T=function(R,f){f=f||{},this._source_text=R||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new NX(f)},MX=zH().Output,yX=b1().Token,wH=C1(),NX=x1().Options,jX=N0().Tokenizer,z0=N0().line_starters,j0=N0().positionable_operators,I=N0().TOKEN,BH=["case","return","do","if","throw","else","await","break","continue","async"],zX=["before-newline","after-newline","preserve-newline"],V0=QX(zX),wG=[V0.before_newline,V0.preserve_newline],N={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};T.prototype.create_flags=function(R,f){var A=0;if(R){if(A=R.indentation_level,!this._output.just_added_newline()&&R.line_indent_level>A)A=R.line_indent_level}var H={mode:f,parent:R,last_token:R?R.last_token:new yX(I.START_BLOCK,""),last_word:R?R.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:A,alignment:0,line_indent_level:R?R.line_indent_level:A,start_line_index:this._output.get_line_number(),ternary_depth:0};return H};T.prototype._reset=function(R){var f=R.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new MX(this._options,f),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(N.BlockStatement);var A=new jX(R,this._options);return this._tokens=A.tokenize(),R};T.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R,f=this._reset(this._source_text),A=this._options.eol;if(this._options.eol==="auto"){if(A="\n",f&&wH.lineBreak.test(f||""))A=f.match(wH.lineBreak)[0]}var H=this._tokens.next();while(H)this.handle_token(H),this._last_last_text=this._flags.last_token.text,this._flags.last_token=H,H=this._tokens.next();return R=this._output.get_code(A),R};T.prototype.handle_token=function(R,f){if(R.type===I.START_EXPR)this.handle_start_expr(R);else if(R.type===I.END_EXPR)this.handle_end_expr(R);else if(R.type===I.START_BLOCK)this.handle_start_block(R);else if(R.type===I.END_BLOCK)this.handle_end_block(R);else if(R.type===I.WORD)this.handle_word(R);else if(R.type===I.RESERVED)this.handle_word(R);else if(R.type===I.SEMICOLON)this.handle_semicolon(R);else if(R.type===I.STRING)this.handle_string(R);else if(R.type===I.EQUALS)this.handle_equals(R);else if(R.type===I.OPERATOR)this.handle_operator(R);else if(R.type===I.COMMA)this.handle_comma(R);else if(R.type===I.BLOCK_COMMENT)this.handle_block_comment(R,f);else if(R.type===I.COMMENT)this.handle_comment(R,f);else if(R.type===I.DOT)this.handle_dot(R);else if(R.type===I.EOF)this.handle_eof(R);else if(R.type===I.UNKNOWN)this.handle_unknown(R,f);else this.handle_unknown(R,f)};T.prototype.handle_whitespace_and_comments=function(R,f){var A=R.newlines,H=this._options.keep_array_indentation&&Bf(this._flags.mode);if(R.comments_before){var P=R.comments_before.next();while(P)this.handle_whitespace_and_comments(P,f),this.handle_token(P,f),P=R.comments_before.next()}if(H)for(var F=0;F<A;F+=1)this.print_newline(F>0,f);else{if(this._options.max_preserve_newlines&&A>this._options.max_preserve_newlines)A=this._options.max_preserve_newlines;if(this._options.preserve_newlines){if(A>1){this.print_newline(!1,f);for(var h=1;h<A;h+=1)this.print_newline(!0,f)}}}};var a1=["async","break","continue","return","throw","yield"];T.prototype.allow_wrap_or_preserved_newline=function(R,f){if(f=f===void 0?!1:f,this._output.just_added_newline())return;var A=this._options.preserve_newlines&&R.newlines||f,H=Q(this._flags.last_token.text,j0)||Q(R.text,j0);if(H){var P=Q(this._flags.last_token.text,j0)&&Q(this._options.operator_position,wG)||Q(R.text,j0);A=A&&P}if(A)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(b(this._flags.last_token,a1))return;this._output.set_wrap_point()}};T.prototype.print_newline=function(R,f){if(!f){if(this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==I.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")){var A=this._tokens.peek();while(this._flags.mode===N.Statement&&!(this._flags.if_block&&iR(A,"else"))&&!this._flags.do_block)this.restore_mode()}}if(this._output.add_new_line(R))this._flags.multiline_frame=!0};T.prototype.print_token_line_indentation=function(R){if(this._output.just_added_newline()){if(this._options.keep_array_indentation&&R.newlines&&(R.text==="["||Bf(this._flags.mode)))this._output.current_line.set_indent(-1),this._output.current_line.push(R.whitespace_before),this._output.space_before_token=!1;else if(this._output.set_indent(this._flags.indentation_level,this._flags.alignment))this._flags.line_indent_level=this._flags.indentation_level}};T.prototype.print_token=function(R){if(this._output.raw){this._output.add_raw_token(R);return}if(this._options.comma_first&&R.previous&&R.previous.type===I.COMMA&&this._output.just_added_newline()){if(this._output.previous_line.last()===","){var f=this._output.previous_line.pop();if(this._output.previous_line.is_empty())this._output.previous_line.push(f),this._output.trim(!0),this._output.current_line.pop(),this._output.trim();this.print_token_line_indentation(R),this._output.add_token(","),this._output.space_before_token=!0}}if(this.print_token_line_indentation(R),this._output.non_breaking_space=!0,this._output.add_token(R.text),this._output.previous_token_wrapped)this._flags.multiline_frame=!0};T.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)};T.prototype.deindent=function(){if(this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level))this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)};T.prototype.set_mode=function(R){if(this._flags)this._flag_store.push(this._flags),this._previous_flags=this._flags;else this._previous_flags=this.create_flags(null,R);this._flags=this.create_flags(this._previous_flags,R),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)};T.prototype.restore_mode=function(){if(this._flag_store.length>0){if(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===N.Statement)BG(this._output,this._previous_flags);this._output.set_indent(this._flags.indentation_level,this._flags.alignment)}};T.prototype.start_of_object_property=function(){return this._flags.parent.mode===N.ObjectLiteral&&this._flags.mode===N.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"]))};T.prototype.start_of_statement=function(R){var f=!1;if(f=f||b(this._flags.last_token,["var","let","const"])&&R.type===I.WORD,f=f||iR(this._flags.last_token,"do"),f=f||!(this._flags.parent.mode===N.ObjectLiteral&&this._flags.mode===N.Statement)&&b(this._flags.last_token,a1)&&!R.newlines,f=f||iR(this._flags.last_token,"else")&&!(iR(R,"if")&&!R.comments_before),f=f||this._flags.last_token.type===I.END_EXPR&&(this._previous_flags.mode===N.ForInitializer||this._previous_flags.mode===N.Conditional),f=f||this._flags.last_token.type===I.WORD&&this._flags.mode===N.BlockStatement&&!this._flags.in_case&&!(R.text==="--"||R.text==="++")&&this._last_last_text!=="function"&&R.type!==I.WORD&&R.type!==I.RESERVED,f=f||this._flags.mode===N.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"])),f){if(this.set_mode(N.Statement),this.indent(),this.handle_whitespace_and_comments(R,!0),!this.start_of_object_property())this.allow_wrap_or_preserved_newline(R,b(R,["do","for","if","while"]));return!0}return!1};T.prototype.handle_start_expr=function(R){if(!this.start_of_statement(R))this.handle_whitespace_and_comments(R);var f=N.Expression;if(R.text==="["){if(this._flags.last_token.type===I.WORD||this._flags.last_token.text===")"){if(b(this._flags.last_token,z0))this._output.space_before_token=!0;if(this.print_token(R),this.set_mode(f),this.indent(),this._options.space_in_paren)this._output.space_before_token=!0;return}if(f=N.ArrayLiteral,Bf(this._flags.mode)){if(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}")){if(!this._options.keep_array_indentation)this.print_newline()}}if(!Q(this._flags.last_token.type,[I.START_EXPR,I.END_EXPR,I.WORD,I.OPERATOR,I.DOT]))this._output.space_before_token=!0}else{if(this._flags.last_token.type===I.RESERVED){if(this._flags.last_token.text==="for")this._output.space_before_token=this._options.space_before_conditional,f=N.ForInitializer;else if(Q(this._flags.last_token.text,["if","while","switch"]))this._output.space_before_token=this._options.space_before_conditional,f=N.Conditional;else if(Q(this._flags.last_word,["await","async"]))this._output.space_before_token=!0;else if(this._flags.last_token.text==="import"&&R.whitespace_before==="")this._output.space_before_token=!1;else if(Q(this._flags.last_token.text,z0)||this._flags.last_token.text==="catch")this._output.space_before_token=!0}else if(this._flags.last_token.type===I.EQUALS||this._flags.last_token.type===I.OPERATOR){if(!this.start_of_object_property())this.allow_wrap_or_preserved_newline(R)}else if(this._flags.last_token.type===I.WORD){this._output.space_before_token=!1;var A=this._tokens.peek(-3);if(this._options.space_after_named_function&&A){var H=this._tokens.peek(-4);if(b(A,["async","function"])||A.text==="*"&&b(H,["async","function"]))this._output.space_before_token=!0;else if(this._flags.mode===N.ObjectLiteral){if(A.text==="{"||A.text===","||A.text==="*"&&(H.text==="{"||H.text===","))this._output.space_before_token=!0}else if(this._flags.parent&&this._flags.parent.class_start_block)this._output.space_before_token=!0}}else this.allow_wrap_or_preserved_newline(R);if(this._flags.last_token.type===I.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(Q(this._last_last_text,["function","yield"])||this._flags.mode===N.ObjectLiteral&&Q(this._last_last_text,["{",","])))this._output.space_before_token=this._options.space_after_anon_function}if(this._flags.last_token.text===";"||this._flags.last_token.type===I.START_BLOCK)this.print_newline();else if(this._flags.last_token.type===I.END_EXPR||this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===I.COMMA)this.allow_wrap_or_preserved_newline(R,R.newlines);if(this.print_token(R),this.set_mode(f),this._options.space_in_paren)this._output.space_before_token=!0;this.indent()};T.prototype.handle_end_expr=function(R){while(this._flags.mode===N.Statement)this.restore_mode();if(this.handle_whitespace_and_comments(R),this._flags.multiline_frame)this.allow_wrap_or_preserved_newline(R,R.text==="]"&&Bf(this._flags.mode)&&!this._options.keep_array_indentation);if(this._options.space_in_paren)if(this._flags.last_token.type===I.START_EXPR&&!this._options.space_in_empty_paren)this._output.trim(),this._output.space_before_token=!1;else this._output.space_before_token=!0;if(this.deindent(),this.print_token(R),this.restore_mode(),BG(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===N.Conditional)this._previous_flags.mode=N.Expression,this._flags.do_block=!1,this._flags.do_while=!1};T.prototype.handle_start_block=function(R){this.handle_whitespace_and_comments(R);var f=this._tokens.peek(),A=this._tokens.peek(1);if(this._flags.last_word==="switch"&&this._flags.last_token.type===I.END_EXPR)this.set_mode(N.BlockStatement),this._flags.in_case_statement=!0;else if(this._flags.case_body)this.set_mode(N.BlockStatement);else if(A&&(Q(A.text,[":",","])&&Q(f.type,[I.STRING,I.WORD,I.RESERVED])||Q(f.text,["get","set","..."])&&Q(A.type,[I.WORD,I.RESERVED])))if(Q(this._last_last_text,["class","interface"])&&!Q(A.text,[":",","]))this.set_mode(N.BlockStatement);else this.set_mode(N.ObjectLiteral);else if(this._flags.last_token.type===I.OPERATOR&&this._flags.last_token.text==="=>")this.set_mode(N.BlockStatement);else if(Q(this._flags.last_token.type,[I.EQUALS,I.START_EXPR,I.COMMA,I.OPERATOR])||b(this._flags.last_token,["return","throw","import","default"]))this.set_mode(N.ObjectLiteral);else this.set_mode(N.BlockStatement);if(this._flags.last_token){if(b(this._flags.last_token.previous,["class","extends"]))this._flags.class_start_block=!0}var H=!f.comments_before&&f.text==="}",P=H&&this._flags.last_word==="function"&&this._flags.last_token.type===I.END_EXPR;if(this._options.brace_preserve_inline){var F=0,h=null;this._flags.inline_frame=!0;do if(F+=1,h=this._tokens.peek(F-1),h.newlines){this._flags.inline_frame=!1;break}while(h.type!==I.EOF&&!(h.type===I.END_BLOCK&&h.opened===R))}if((this._options.brace_style==="expand"||this._options.brace_style==="none"&&R.newlines)&&!this._flags.inline_frame)if(this._flags.last_token.type!==I.OPERATOR&&(P||this._flags.last_token.type===I.EQUALS||b(this._flags.last_token,BH)&&this._flags.last_token.text!=="else"))this._output.space_before_token=!0;else this.print_newline(!1,!0);else{if(Bf(this._previous_flags.mode)&&(this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.COMMA)){if(this._flags.last_token.type===I.COMMA||this._options.space_in_paren)this._output.space_before_token=!0;if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR&&this._flags.inline_frame)this.allow_wrap_or_preserved_newline(R),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1}if(this._flags.last_token.type!==I.OPERATOR&&this._flags.last_token.type!==I.START_EXPR)if(Q(this._flags.last_token.type,[I.START_BLOCK,I.SEMICOLON])&&!this._flags.inline_frame)this.print_newline();else this._output.space_before_token=!0}if(this.print_token(R),this.indent(),!H&&!(this._options.brace_preserve_inline&&this._flags.inline_frame))this.print_newline()};T.prototype.handle_end_block=function(R){this.handle_whitespace_and_comments(R);while(this._flags.mode===N.Statement)this.restore_mode();var f=this._flags.last_token.type===I.START_BLOCK;if(this._flags.inline_frame&&!f)this._output.space_before_token=!0;else if(this._options.brace_style==="expand"){if(!f)this.print_newline()}else if(!f)if(Bf(this._flags.mode)&&this._options.keep_array_indentation)this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0;else this.print_newline();this.restore_mode(),this.print_token(R)};T.prototype.handle_word=function(R){if(R.type===I.RESERVED){if(Q(R.text,["set","get"])&&this._flags.mode!==N.ObjectLiteral)R.type=I.WORD;else if(R.text==="import"&&Q(this._tokens.peek().text,["(","."]))R.type=I.WORD;else if(Q(R.text,["as","from"])&&!this._flags.import_block)R.type=I.WORD;else if(this._flags.mode===N.ObjectLiteral){var f=this._tokens.peek();if(f.text===":")R.type=I.WORD}}if(this.start_of_statement(R)){if(b(this._flags.last_token,["var","let","const"])&&R.type===I.WORD)this._flags.declaration_statement=!0}else if(R.newlines&&!Q0(this._flags.mode)&&(this._flags.last_token.type!==I.OPERATOR||(this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))&&this._flags.last_token.type!==I.EQUALS&&(this._options.preserve_newlines||!b(this._flags.last_token,["var","let","const","set","get"])))this.handle_whitespace_and_comments(R),this.print_newline();else this.handle_whitespace_and_comments(R);if(this._flags.do_block&&!this._flags.do_while)if(iR(R,"while")){this._output.space_before_token=!0,this.print_token(R),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&iR(R,"else"))this._flags.else_block=!0;else{while(this._flags.mode===N.Statement)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&b(R,["case","default"])){if(this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy))this.deindent();this._flags.case_body=!1,this.print_token(R),this._flags.in_case=!0;return}if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.EQUALS||this._flags.last_token.type===I.OPERATOR){if(!this.start_of_object_property()&&!(Q(this._flags.last_token.text,["+","-"])&&this._last_last_text===":"&&this._flags.parent.mode===N.ObjectLiteral))this.allow_wrap_or_preserved_newline(R)}if(iR(R,"function")){if(Q(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(Q(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===I.OPERATOR)){if(!this._output.just_added_blankline()&&!R.comments_before)this.print_newline(),this.print_newline(!0)}if(this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD)if(b(this._flags.last_token,["get","set","new","export"])||b(this._flags.last_token,a1))this._output.space_before_token=!0;else if(iR(this._flags.last_token,"default")&&this._last_last_text==="export")this._output.space_before_token=!0;else if(this._flags.last_token.text==="declare")this._output.space_before_token=!0;else this.print_newline();else if(this._flags.last_token.type===I.OPERATOR||this._flags.last_token.text==="=")this._output.space_before_token=!0;else if(!this._flags.multiline_frame&&(Q0(this._flags.mode)||Bf(this._flags.mode)));else this.print_newline();this.print_token(R),this._flags.last_word=R.text;return}var A="NONE";if(this._flags.last_token.type===I.END_BLOCK)if(this._previous_flags.inline_frame)A="SPACE";else if(!b(R,["else","catch","finally","from"]))A="NEWLINE";else if(this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&R.newlines)A="NEWLINE";else A="SPACE",this._output.space_before_token=!0;else if(this._flags.last_token.type===I.SEMICOLON&&this._flags.mode===N.BlockStatement)A="NEWLINE";else if(this._flags.last_token.type===I.SEMICOLON&&Q0(this._flags.mode))A="SPACE";else if(this._flags.last_token.type===I.STRING)A="NEWLINE";else if(this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD||this._flags.last_token.text==="*"&&(Q(this._last_last_text,["function","yield"])||this._flags.mode===N.ObjectLiteral&&Q(this._last_last_text,["{",","])))A="SPACE";else if(this._flags.last_token.type===I.START_BLOCK)if(this._flags.inline_frame)A="SPACE";else A="NEWLINE";else if(this._flags.last_token.type===I.END_EXPR)this._output.space_before_token=!0,A="NEWLINE";if(b(R,z0)&&this._flags.last_token.text!==")")if(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export")A="SPACE";else A="NEWLINE";if(b(R,["else","catch","finally"]))if((!(this._flags.last_token.type===I.END_BLOCK&&this._previous_flags.mode===N.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&R.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var H=this._output.current_line;if(H.last()!=="}")this.print_newline();this._output.space_before_token=!0}else if(A==="NEWLINE"){if(b(this._flags.last_token,BH))this._output.space_before_token=!0;else if(this._flags.last_token.text==="declare"&&b(R,["var","let","const"]))this._output.space_before_token=!0;else if(this._flags.last_token.type!==I.END_EXPR){if((this._flags.last_token.type!==I.START_EXPR||!b(R,["var","let","const"]))&&this._flags.last_token.text!==":")if(iR(R,"if")&&iR(R.previous,"else"))this._output.space_before_token=!0;else this.print_newline()}else if(b(R,z0)&&this._flags.last_token.text!==")")this.print_newline()}else if(this._flags.multiline_frame&&Bf(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}")this.print_newline();else if(A==="SPACE")this._output.space_before_token=!0;if(R.previous&&(R.previous.type===I.WORD||R.previous.type===I.RESERVED))this._output.space_before_token=!0;if(this.print_token(R),this._flags.last_word=R.text,R.type===I.RESERVED){if(R.text==="do")this._flags.do_block=!0;else if(R.text==="if")this._flags.if_block=!0;else if(R.text==="import")this._flags.import_block=!0;else if(this._flags.import_block&&iR(R,"from"))this._flags.import_block=!1}};T.prototype.handle_semicolon=function(R){if(this.start_of_statement(R))this._output.space_before_token=!1;else this.handle_whitespace_and_comments(R);var f=this._tokens.peek();while(this._flags.mode===N.Statement&&!(this._flags.if_block&&iR(f,"else"))&&!this._flags.do_block)this.restore_mode();if(this._flags.import_block)this._flags.import_block=!1;this.print_token(R)};T.prototype.handle_string=function(R){if(R.text.startsWith("`")&&R.newlines===0&&R.whitespace_before===""&&(R.previous.text===")"||this._flags.last_token.type===I.WORD));else if(this.start_of_statement(R))this._output.space_before_token=!0;else if(this.handle_whitespace_and_comments(R),this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD||this._flags.inline_frame)this._output.space_before_token=!0;else if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.EQUALS||this._flags.last_token.type===I.OPERATOR){if(!this.start_of_object_property())this.allow_wrap_or_preserved_newline(R)}else if(R.text.startsWith("`")&&this._flags.last_token.type===I.END_EXPR&&(R.previous.text==="]"||R.previous.text===")")&&R.newlines===0)this._output.space_before_token=!0;else this.print_newline();this.print_token(R)};T.prototype.handle_equals=function(R){if(this.start_of_statement(R));else this.handle_whitespace_and_comments(R);if(this._flags.declaration_statement)this._flags.declaration_assignment=!0;this._output.space_before_token=!0,this.print_token(R),this._output.space_before_token=!0};T.prototype.handle_comma=function(R){if(this.handle_whitespace_and_comments(R,!0),this.print_token(R),this._output.space_before_token=!0,this._flags.declaration_statement){if(Q0(this._flags.parent.mode))this._flags.declaration_assignment=!1;if(this._flags.declaration_assignment)this._flags.declaration_assignment=!1,this.print_newline(!1,!0);else if(this._options.comma_first)this.allow_wrap_or_preserved_newline(R)}else if(this._flags.mode===N.ObjectLiteral||this._flags.mode===N.Statement&&this._flags.parent.mode===N.ObjectLiteral){if(this._flags.mode===N.Statement)this.restore_mode();if(!this._flags.inline_frame)this.print_newline()}else if(this._options.comma_first)this.allow_wrap_or_preserved_newline(R)};T.prototype.handle_operator=function(R){var f=R.text==="*"&&(b(this._flags.last_token,["function","yield"])||Q(this._flags.last_token.type,[I.START_BLOCK,I.COMMA,I.END_BLOCK,I.SEMICOLON])),A=Q(R.text,["-","+"])&&(Q(this._flags.last_token.type,[I.START_BLOCK,I.START_EXPR,I.EQUALS,I.OPERATOR])||Q(this._flags.last_token.text,z0)||this._flags.last_token.text===",");if(this.start_of_statement(R));else{var H=!f;this.handle_whitespace_and_comments(R,H)}if(R.text==="*"&&this._flags.last_token.type===I.DOT){this.print_token(R);return}if(R.text==="::"){this.print_token(R);return}if(Q(R.text,["-","+"])&&this.start_of_object_property()){this.print_token(R);return}if(this._flags.last_token.type===I.OPERATOR&&Q(this._options.operator_position,wG))this.allow_wrap_or_preserved_newline(R);if(R.text===":"&&this._flags.in_case){if(this.print_token(R),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==I.START_BLOCK)this.indent(),this.print_newline(),this._flags.case_block=!1;else this._flags.case_block=!0,this._output.space_before_token=!0;return}var P=!0,F=!0,h=!1;if(R.text===":")if(this._flags.ternary_depth===0)P=!1;else this._flags.ternary_depth-=1,h=!0;else if(R.text==="?")this._flags.ternary_depth+=1;if(!A&&!f&&this._options.preserve_newlines&&Q(R.text,j0)){var $=R.text===":",U=$&&h,G=$&&!h;switch(this._options.operator_position){case V0.before_newline:if(this._output.space_before_token=!G,this.print_token(R),!$||U)this.allow_wrap_or_preserved_newline(R);this._output.space_before_token=!0;return;case V0.after_newline:if(this._output.space_before_token=!0,!$||U)if(this._tokens.peek().newlines)this.print_newline(!1,!0);else this.allow_wrap_or_preserved_newline(R);else this._output.space_before_token=!1;this.print_token(R),this._output.space_before_token=!0;return;case V0.preserve_newline:if(!G)this.allow_wrap_or_preserved_newline(R);P=!(this._output.just_added_newline()||G),this._output.space_before_token=P,this.print_token(R),this._output.space_before_token=!0;return}}if(f){this.allow_wrap_or_preserved_newline(R),P=!1;var Y=this._tokens.peek();F=Y&&Q(Y.type,[I.WORD,I.RESERVED])}else if(R.text==="...")this.allow_wrap_or_preserved_newline(R),P=this._flags.last_token.type===I.START_BLOCK,F=!1;else if(Q(R.text,["--","++","!","~"])||A){if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR)this.allow_wrap_or_preserved_newline(R);if(P=!1,F=!1,R.newlines&&(R.text==="--"||R.text==="++"||R.text==="~")){var W=b(this._flags.last_token,BH)&&R.newlines;if(W&&(this._previous_flags.if_block||this._previous_flags.else_block))this.restore_mode();this.print_newline(W,!0)}if(this._flags.last_token.text===";"&&Q0(this._flags.mode))P=!0;if(this._flags.last_token.type===I.RESERVED)P=!0;else if(this._flags.last_token.type===I.END_EXPR)P=!(this._flags.last_token.text==="]"&&(R.text==="--"||R.text==="++"));else if(this._flags.last_token.type===I.OPERATOR){if(P=Q(R.text,["--","-","++","+"])&&Q(this._flags.last_token.text,["--","-","++","+"]),Q(R.text,["+","-"])&&Q(this._flags.last_token.text,["--","++"]))F=!0}if((this._flags.mode===N.BlockStatement&&!this._flags.inline_frame||this._flags.mode===N.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";"))this.print_newline()}this._output.space_before_token=this._output.space_before_token||P,this.print_token(R),this._output.space_before_token=F};T.prototype.handle_block_comment=function(R,f){if(this._output.raw){if(this._output.add_raw_token(R),R.directives&&R.directives.preserve==="end")this._output.raw=this._options.test_output_raw;return}if(R.directives){if(this.print_newline(!1,f),this.print_token(R),R.directives.preserve==="start")this._output.raw=!0;this.print_newline(!1,!0);return}if(!wH.newline.test(R.text)&&!R.newlines){this._output.space_before_token=!0,this.print_token(R),this._output.space_before_token=!0;return}else this.print_block_commment(R,f)};T.prototype.print_block_commment=function(R,f){var A=EX(R.text),H,P=!1,F=!1,h=R.whitespace_before,$=h.length;if(this.print_newline(!1,f),this.print_token_line_indentation(R),this._output.add_token(A[0]),this.print_newline(!1,f),A.length>1){if(A=A.slice(1),P=TX(A,"*"),F=OX(A,h),P)this._flags.alignment=1;for(H=0;H<A.length;H++){if(P)this.print_token_line_indentation(R),this._output.add_token(VX(A[H]));else if(F&&A[H])this.print_token_line_indentation(R),this._output.add_token(A[H].substring($));else this._output.current_line.set_indent(-1),this._output.add_token(A[H]);this.print_newline(!1,f)}this._flags.alignment=0}};T.prototype.handle_comment=function(R,f){if(R.newlines)this.print_newline(!1,f);else this._output.trim(!0);this._output.space_before_token=!0,this.print_token(R),this.print_newline(!1,f)};T.prototype.handle_dot=function(R){if(this.start_of_statement(R));else this.handle_whitespace_and_comments(R,!0);if(this._flags.last_token.text.match("^[0-9]+$"))this._output.space_before_token=!0;if(b(this._flags.last_token,BH))this._output.space_before_token=!1;else this.allow_wrap_or_preserved_newline(R,this._flags.last_token.text===")"&&this._options.break_chained_methods);if(this._options.unindent_chained_methods&&this._output.just_added_newline())this.deindent();this.print_token(R)};T.prototype.handle_unknown=function(R,f){if(this.print_token(R),R.text[R.text.length-1]==="\n")this.print_newline(!1,f)};T.prototype.handle_eof=function(R){while(this._flags.mode===N.Statement)this.restore_mode();this.handle_whitespace_and_comments(R)};SX.Beautifier=T});var gG=x((VM,_1)=>{var KX=function(R,f){var A=new wX(R,f);return A.beautify()},wX=bG().Beautifier,BX=x1().Options;_1.exports=KX;_1.exports.defaultOptions=function(){return new BX}});var o1=x((bX,xG)=>{var CG=function(R){uG.call(this,R,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var f=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||f;var A=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var H=0;H<A.length;H++)if(A[H]!=="expand")this.brace_style="collapse";else this.brace_style=A[H]},uG=TH().Options;CG.prototype=new uG;bX.Options=CG});var pG=x((lX,iG)=>{var Xf=function(R,f){this._source_text=R||"",this._options=new uX(f),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]},uX=o1().Options,CX=zH().Output,xX=OH().InputScanner,mX=SH().Directives,mG=new mX(/\/\*/,/\*\//),cG=/\r\n|[\r\n]/,cX=/\r\n|[\r\n]/g,KH=/\s/,iX=/(?:\s|\n)+/g,pX=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,sX=/\/\/(?:[^\n\r\u2028\u2029]*)/g;Xf.prototype.eatString=function(R){var f="";this._ch=this._input.next();while(this._ch){if(f+=this._ch,this._ch==="\\")f+=this._input.next();else if(R.indexOf(this._ch)!==-1||this._ch==="\n")break;this._ch=this._input.next()}return f};Xf.prototype.eatWhitespace=function(R){var f=KH.test(this._input.peek()),A=0;while(KH.test(this._input.peek()))if(this._ch=this._input.next(),R&&this._ch==="\n"){if(A===0||A<this._options.max_preserve_newlines)A++,this._output.add_new_line(!0)}return f};Xf.prototype.foundNestedPseudoClass=function(){var R=0,f=1,A=this._input.peek(f);while(A){if(A==="{")return!0;else if(A==="(")R+=1;else if(A===")"){if(R===0)return!1;R-=1}else if(A===";"||A==="}")return!1;f++,A=this._input.peek(f)}return!1};Xf.prototype.print_string=function(R){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(R)};Xf.prototype.preserveSingleSpace=function(R){if(R)this._output.space_before_token=!0};Xf.prototype.indent=function(){this._indentLevel++};Xf.prototype.outdent=function(){if(this._indentLevel>0)this._indentLevel--};Xf.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R=this._source_text,f=this._options.eol;if(f==="auto"){if(f="\n",R&&cG.test(R||""))f=R.match(cG)[0]}R=R.replace(cX,"\n");var A=R.match(/^[\t ]*/)[0];this._output=new CX(this._options,A),this._input=new xX(R),this._indentLevel=0,this._nestedLevel=0,this._ch=null;var H=0,P=!1,F=!1,h=!1,$=!1,U=!1,G=this._ch,Y=!1,W,D,Z;while(!0){if(W=this._input.read(iX),D=W!=="",Z=G,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext())this._ch+=this._input.next();if(G=this._ch,!this._ch)break;else if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var J=this._input.read(pX),X=mG.get_directives(J);if(X&&X.ignore==="start")J+=mG.readIgnored(this._input);this.print_string(J),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(sX)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(D),this.print_string(this._ch);var L=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);if(L.match(/[ :]$/))L=this.eatString(": ").replace(/\s+$/,""),this.print_string(L),this._output.space_before_token=!0;if(H===0&&L.indexOf(":")!==-1)F=!0,this.indent()}else if(this._ch==="@")if(this.preserveSingleSpace(D),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var j=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);if(j.match(/[ :]$/))j=this.eatString(": ").replace(/\s+$/,""),this.print_string(j),this._output.space_before_token=!0;if(H===0&&j.indexOf(":")!==-1)F=!0,this.indent();else if(j in this.NESTED_AT_RULE){if(this._nestedLevel+=1,j in this.CONDITIONAL_GROUP_RULE)h=!0}else if(H===0&&!F)$=!0}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(D),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{"){if(F)F=!1,this.outdent();if($=!1,h)h=!1,P=this._indentLevel>=this._nestedLevel;else P=this._indentLevel>=this._nestedLevel-1;if(this._options.newline_between_rules&&P){if(this._output.previous_line&&this._output.previous_line.item(-1)!=="{")this._output.ensure_empty_line_above("/",",")}if(this._output.space_before_token=!0,this._options.brace_style==="expand")this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel);else{if(Z==="(")this._output.space_before_token=!1;else if(Z!==",")this.indent();this.print_string(this._ch)}this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="}"){if(this.outdent(),this._output.add_new_line(),Z==="{")this._output.trim(!0);if(F)this.outdent(),F=!1;if(this.print_string(this._ch),P=!1,this._nestedLevel)this._nestedLevel--;if(this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()){if(this._input.peek()!=="}")this._output.add_new_line(!0)}if(this._input.peek()===")"){if(this._output.trim(!0),this._options.brace_style==="expand")this._output.add_new_line(!0)}}else if(this._ch===":"){for(var V=0;V<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;V++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[V])){Y=!0;break}if((P||h)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!$&&H===0){if(this.print_string(":"),!F)F=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent()}else{if(this._input.lookBack(" "))this._output.space_before_token=!0;if(this._input.peek()===":")this._ch=this._input.next(),this.print_string("::");else this.print_string(":")}}else if(this._ch==='"'||this._ch==="\'"){var z=Z==='"'||Z==="\'";this.preserveSingleSpace(z||D),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")if(Y=!1,H===0){if(F)this.outdent(),F=!1;if($=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/")this._output.add_new_line()}else this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0;else if(this._ch==="(")if(this._input.lookBack("url")){if(this.print_string(this._ch),this.eatWhitespace(),H++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="\'")this._input.back();else if(this._ch){if(this.print_string(this._ch+this.eatString(")")),H)H--,this.outdent()}}else{var s=!1;if(this._input.lookBack("with"))s=!0;if(this.preserveSingleSpace(D||s),this.print_string(this._ch),F&&Z==="$"&&this._options.selector_separator_newline)this._output.add_new_line(),U=!0;else this.eatWhitespace(),H++,this.indent()}else if(this._ch===")"){if(H)H--,this.outdent();if(U&&this._input.peek()===";"&&this._options.selector_separator_newline)U=!1,this.outdent(),this._output.add_new_line();this.print_string(this._ch)}else if(this._ch===",")if(this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!F||U)&&H===0&&!$)this._output.add_new_line();else this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!F&&H===0){if(this._options.space_around_combinator)this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0;else if(this.print_string(this._ch),this.eatWhitespace(),this._ch&&KH.test(this._ch))this._ch=""}else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(D),this.print_string(this._ch);else if(this._ch==="="){if(this.eatWhitespace(),this.print_string("="),KH.test(this._ch))this._ch=""}else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var l=Z==='"'||Z==="\'";if(this.preserveSingleSpace(l||D),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()==="\n"&&Y)this._output.add_new_line()}}var c=this._output.get_code(f);return c};lX.Beautifier=Xf});var sG=x((QM,r1)=>{var _X=function(R,f){var A=new kX(R,f);return A.beautify()},kX=pG().Beautifier,aX=o1().Options;r1.exports=_X;r1.exports.defaultOptions=function(){return new aX}});var n1=x((oX,kG)=>{var dG=function(R){if(lG.call(this,R,"html"),this.templating.length===1&&this.templating[0]==="auto")this.templating=["django","erb","handlebars","php"];this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])},lG=TH().Options;dG.prototype=new lG;oX.Options=dG});var RF=x((R7,e1)=>{var _G=M0().Tokenizer,t1=M0().TOKEN,nX=SH().Directives,tX=l1().TemplatablePattern,eX=X0().Pattern,w={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",CONTROL_FLOW_OPEN:"TK_CONTROL_FLOW_OPEN",CONTROL_FLOW_CLOSE:"TK_CONTROL_FLOW_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:t1.START,RAW:t1.RAW,EOF:t1.EOF},aG=new nX(/<\!--/,/-->/),PR=function(R,f){_G.call(this,R,f),this._current_tag_name="";var A=new tX(this._input).read_options(this._options),H=new eX(this._input);if(this.__patterns={word:A.until(/[\n\r\t <]/),word_control_flow_close_excluded:A.until(/[\n\r\t <}]/),single_quote:A.until_after(/'/),double_quote:A.until_after(/"/),attribute:A.until(/[\n\r\t =>]|\/>/),element_name:A.until(/[\n\r\t >\/]/),angular_control_flow_start:H.matching(/\@[a-zA-Z]+[^({]*[({]/),handlebars_comment:H.starting_with(/{{!--/).until_after(/--}}/),handlebars:H.starting_with(/{{/).until_after(/}}/),handlebars_open:H.until(/[\n\r\t }]/),handlebars_raw_close:H.until(/}}/),comment:H.starting_with(/<!--/).until_after(/-->/),cdata:H.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:H.starting_with(/<!\[/).until_after(/]>/),processing:H.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars)this.__patterns.word=this.__patterns.word.exclude("handlebars"),this.__patterns.word_control_flow_close_excluded=this.__patterns.word_control_flow_close_excluded.exclude("handlebars");if(this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var P=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=H.matching(P).until_after(P)}};PR.prototype=new _G;PR.prototype._is_comment=function(R){return!1};PR.prototype._is_opening=function(R){return R.type===w.TAG_OPEN||R.type===w.CONTROL_FLOW_OPEN};PR.prototype._is_closing=function(R,f){return R.type===w.TAG_CLOSE&&(f&&((R.text===">"||R.text==="/>")&&f.text[0]==="<"||R.text==="}}"&&f.text[0]==="{"&&f.text[1]==="{"))||R.type===w.CONTROL_FLOW_CLOSE&&(R.text==="}"&&f.text.endsWith("{"))};PR.prototype._reset=function(){this._current_tag_name=""};PR.prototype._get_next_token=function(R,f){var A=null;this._readWhitespace();var H=this._input.peek();if(H===null)return this._create_token(w.EOF,"");return A=A||this._read_open_handlebars(H,f),A=A||this._read_attribute(H,R,f),A=A||this._read_close(H,f),A=A||this._read_control_flows(H,f),A=A||this._read_raw_content(H,R,f),A=A||this._read_content_word(H,f),A=A||this._read_comment_or_cdata(H),A=A||this._read_processing(H),A=A||this._read_open(H,f),A=A||this._create_token(w.UNKNOWN,this._input.next()),A};PR.prototype._read_comment_or_cdata=function(R){var f=null,A=null,H=null;if(R==="<"){var P=this._input.peek(1);if(P==="!")if(A=this.__patterns.comment.read(),A){if(H=aG.get_directives(A),H&&H.ignore==="start")A+=aG.readIgnored(this._input)}else A=this.__patterns.cdata.read();if(A)f=this._create_token(w.COMMENT,A),f.directives=H}return f};PR.prototype._read_processing=function(R){var f=null,A=null,H=null;if(R==="<"){var P=this._input.peek(1);if(P==="!"||P==="?")A=this.__patterns.conditional_comment.read(),A=A||this.__patterns.processing.read();if(A)f=this._create_token(w.COMMENT,A),f.directives=H}return f};PR.prototype._read_open=function(R,f){var A=null,H=null;if(!f||f.type===w.CONTROL_FLOW_OPEN){if(R==="<"){if(A=this._input.next(),this._input.peek()==="/")A+=this._input.next();A+=this.__patterns.element_name.read(),H=this._create_token(w.TAG_OPEN,A)}}return H};PR.prototype._read_open_handlebars=function(R,f){var A=null,H=null;if(!f||f.type===w.CONTROL_FLOW_OPEN){if(this._options.indent_handlebars&&R==="{"&&this._input.peek(1)==="{")if(this._input.peek(2)==="!")A=this.__patterns.handlebars_comment.read(),A=A||this.__patterns.handlebars.read(),H=this._create_token(w.COMMENT,A);else A=this.__patterns.handlebars_open.read(),H=this._create_token(w.TAG_OPEN,A)}return H};PR.prototype._read_control_flows=function(R,f){var A="",H=null;if(!this._options.templating.includes("angular")||!this._options.indent_handlebars)return H;if(R==="@"){if(A=this.__patterns.angular_control_flow_start.read(),A==="")return H;var P=A.endsWith("(")?1:0,F=0;while(!(A.endsWith("{")&&P===F)){var h=this._input.next();if(h===null)break;else if(h==="(")P++;else if(h===")")F++;A+=h}H=this._create_token(w.CONTROL_FLOW_OPEN,A)}else if(R==="}"&&f&&f.type===w.CONTROL_FLOW_OPEN)A=this._input.next(),H=this._create_token(w.CONTROL_FLOW_CLOSE,A);return H};PR.prototype._read_close=function(R,f){var A=null,H=null;if(f&&f.type===w.TAG_OPEN){if(f.text[0]==="<"&&(R===">"||R==="/"&&this._input.peek(1)===">")){if(A=this._input.next(),R==="/")A+=this._input.next();H=this._create_token(w.TAG_CLOSE,A)}else if(f.text[0]==="{"&&R==="}"&&this._input.peek(1)==="}")this._input.next(),this._input.next(),H=this._create_token(w.TAG_CLOSE,"}}")}return H};PR.prototype._read_attribute=function(R,f,A){var H=null,P="";if(A&&A.text[0]==="<"){if(R==="=")H=this._create_token(w.EQUALS,this._input.next());else if(R==='"'||R==="'"){var F=this._input.next();if(R==='"')F+=this.__patterns.double_quote.read();else F+=this.__patterns.single_quote.read();H=this._create_token(w.VALUE,F)}else if(P=this.__patterns.attribute.read(),P)if(f.type===w.EQUALS)H=this._create_token(w.VALUE,P);else H=this._create_token(w.ATTRIBUTE,P)}return H};PR.prototype._is_content_unformatted=function(R){return this._options.void_elements.indexOf(R)===-1&&(this._options.content_unformatted.indexOf(R)!==-1||this._options.unformatted.indexOf(R)!==-1)};PR.prototype._read_raw_content=function(R,f,A){var H="";if(A&&A.text[0]==="{")H=this.__patterns.handlebars_raw_close.read();else if(f.type===w.TAG_CLOSE&&f.opened.text[0]==="<"&&f.text[0]!=="/"){var P=f.opened.text.substr(1).toLowerCase();if(P==="script"||P==="style"){var F=this._read_comment_or_cdata(R);if(F)return F.type=w.TEXT,F;H=this._input.readUntil(new RegExp("</"+P+"[\\n\\r\\t ]*?>","ig"))}else if(this._is_content_unformatted(P))H=this._input.readUntil(new RegExp("</"+P+"[\\n\\r\\t ]*?>","ig"))}if(H)return this._create_token(w.TEXT,H);return null};PR.prototype._read_content_word=function(R,f){var A="";if(this._options.unformatted_content_delimiter){if(R===this._options.unformatted_content_delimiter[0])A=this.__patterns.unformatted_content_delimiter.read()}if(!A)A=f&&f.type===w.CONTROL_FLOW_OPEN?this.__patterns.word_control_flow_close_excluded.read():this.__patterns.word.read();if(A)return this._create_token(w.TEXT,A)};R7.Tokenizer=PR;R7.TOKEN=w});var tG=x((D7,nG)=>{var E0=function(R,f){return f.indexOf(R)!==-1},G7=function(R,f,A){this.parent=R||null,this.tag=f?f.tag_name:"",this.indent_level=A||0,this.parser_token=f||null},fA=function(R){this._printer=R,this._current_frame=null},VR=function(R,f,A,H){this._source_text=R||"",f=f||{},this._js_beautify=A,this._css_beautify=H,this._tag_stack=null;var P=new H7(f,"html");this._options=P,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,"force".length)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,"preserve".length)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"},H7=n1().Options,P7=zH().Output,F7=RF().Tokenizer,S=RF().TOKEN,oG=/\r\n|[\r\n]/,h7=/\r\n|[\r\n]/g,BR=function(R,f){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=R.max_preserve_newlines,this.preserve_newlines=R.preserve_newlines,this._output=new P7(R,f)};BR.prototype.current_line_has_match=function(R){return this._output.current_line.has_match(R)};BR.prototype.set_space_before_token=function(R,f){this._output.space_before_token=R,this._output.non_breaking_space=f};BR.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()};BR.prototype.add_raw_token=function(R){this._output.add_raw_token(R)};BR.prototype.print_preserved_newlines=function(R){var f=0;if(R.type!==S.TEXT&&R.previous.type!==S.TEXT)f=R.newlines?1:0;if(this.preserve_newlines)f=R.newlines<this.max_preserve_newlines+1?R.newlines:this.max_preserve_newlines+1;for(var A=0;A<f;A++)this.print_newline(A>0);return f!==0};BR.prototype.traverse_whitespace=function(R){if(R.whitespace_before||R.newlines){if(!this.print_preserved_newlines(R))this._output.space_before_token=!0;return!0}return!1};BR.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped};BR.prototype.print_newline=function(R){this._output.add_new_line(R)};BR.prototype.print_token=function(R){if(R.text)this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(R.text)};BR.prototype.indent=function(){this.indent_level++};BR.prototype.deindent=function(){if(this.indent_level>0)this.indent_level--,this._output.set_indent(this.indent_level,this.alignment_size)};BR.prototype.get_full_indent=function(R){if(R=this.indent_level+(R||0),R<1)return"";return this._output.get_indent_string(R)};var $7=function(R){var f=null,A=R.next;while(A.type!==S.EOF&&R.closed!==A){if(A.type===S.ATTRIBUTE&&A.text==="type"){if(A.next&&A.next.type===S.EQUALS&&A.next.next&&A.next.next.type===S.VALUE)f=A.next.next.text;break}A=A.next}return f},U7=function(R,f){var A=null,H=null;if(!f.closed)return null;if(R==="script")A="text/javascript";else if(R==="style")A="text/css";if(A=$7(f)||A,A.search("text/css")>-1)H="css";else if(A.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1)H="javascript";else if(A.search(/(text|application|dojo)\/(x-)?(html)/)>-1)H="html";else if(A.search(/test\/null/)>-1)H="null";return H};fA.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null};fA.prototype.record_tag=function(R){var f=new G7(this._current_frame,R,this._printer.indent_level);this._current_frame=f};fA.prototype._try_pop_frame=function(R){var f=null;if(R)f=R.parser_token,this._printer.indent_level=R.indent_level,this._current_frame=R.parent;return f};fA.prototype._get_frame=function(R,f){var A=this._current_frame;while(A){if(R.indexOf(A.tag)!==-1)break;else if(f&&f.indexOf(A.tag)!==-1){A=null;break}A=A.parent}return A};fA.prototype.try_pop=function(R,f){var A=this._get_frame([R],f);return this._try_pop_frame(A)};fA.prototype.indent_to_tag=function(R){var f=this._get_frame(R);if(f)this._printer.indent_level=f.indent_level};VR.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R=this._source_text,f=this._options.eol;if(this._options.eol==="auto"){if(f="\n",R&&oG.test(R))f=R.match(oG)[0]}R=R.replace(h7,"\n");var A=R.match(/^[\t ]*/)[0],H={text:"",type:""},P=new rG,F=new BR(this._options,A),h=new F7(R,this._options).tokenize();this._tag_stack=new fA(F);var $=null,U=h.next();while(U.type!==S.EOF){if(U.type===S.TAG_OPEN||U.type===S.COMMENT)$=this._handle_tag_open(F,U,P,H,h),P=$;else if(U.type===S.ATTRIBUTE||U.type===S.EQUALS||U.type===S.VALUE||U.type===S.TEXT&&!P.tag_complete)$=this._handle_inside_tag(F,U,P,H);else if(U.type===S.TAG_CLOSE)$=this._handle_tag_close(F,U,P);else if(U.type===S.TEXT)$=this._handle_text(F,U,P);else if(U.type===S.CONTROL_FLOW_OPEN)$=this._handle_control_flow_open(F,U);else if(U.type===S.CONTROL_FLOW_CLOSE)$=this._handle_control_flow_close(F,U);else F.add_raw_token(U);H=$,U=h.next()}var G=F._output.get_code(f);return G};VR.prototype._handle_control_flow_open=function(R,f){var A={text:f.text,type:f.type};if(R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0),f.newlines)R.print_preserved_newlines(f);else R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0);return R.print_token(f),R.indent(),A};VR.prototype._handle_control_flow_close=function(R,f){var A={text:f.text,type:f.type};if(R.deindent(),f.newlines)R.print_preserved_newlines(f);else R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0);return R.print_token(f),A};VR.prototype._handle_tag_close=function(R,f,A){var H={text:f.text,type:f.type};if(R.alignment_size=0,A.tag_complete=!0,R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0),A.is_unformatted)R.add_raw_token(f);else{if(A.tag_start_char==="<"){if(R.set_space_before_token(f.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&A.has_wrapped_attrs)R.print_newline(!1)}R.print_token(f)}if(A.indent_content&&!(A.is_unformatted||A.is_content_unformatted))R.indent(),A.indent_content=!1;if(!A.is_inline_element&&!(A.is_unformatted||A.is_content_unformatted))R.set_wrap_point();return H};VR.prototype._handle_inside_tag=function(R,f,A,H){var P=A.has_wrapped_attrs,F={text:f.text,type:f.type};if(R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0),A.is_unformatted)R.add_raw_token(f);else if(A.tag_start_char==="{"&&f.type===S.TEXT)if(R.print_preserved_newlines(f))f.newlines=0,R.add_raw_token(f);else R.print_token(f);else{if(f.type===S.ATTRIBUTE)R.set_space_before_token(!0);else if(f.type===S.EQUALS)R.set_space_before_token(!1);else if(f.type===S.VALUE&&f.previous.type===S.EQUALS)R.set_space_before_token(!1);if(f.type===S.ATTRIBUTE&&A.tag_start_char==="<"){if(this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)R.traverse_whitespace(f),P=P||f.newlines!==0;if(this._is_wrap_attributes_force&&A.attr_count>=this._options.wrap_attributes_min_attrs&&(H.type!==S.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline))R.print_newline(!1),P=!0}R.print_token(f),P=P||R.previous_token_wrapped(),A.has_wrapped_attrs=P}return F};VR.prototype._handle_text=function(R,f,A){var H={text:f.text,type:"TK_CONTENT"};if(A.custom_beautifier_name)this._print_custom_beatifier_text(R,f,A);else if(A.is_unformatted||A.is_content_unformatted)R.add_raw_token(f);else R.traverse_whitespace(f),R.print_token(f);return H};VR.prototype._print_custom_beatifier_text=function(R,f,A){var H=this;if(f.text!==""){var P=f.text,F,h=1,$="",U="";if(A.custom_beautifier_name==="javascript"&&typeof this._js_beautify==="function")F=this._js_beautify;else if(A.custom_beautifier_name==="css"&&typeof this._css_beautify==="function")F=this._css_beautify;else if(A.custom_beautifier_name==="html")F=function(J,X){var L=new VR(J,X,H._js_beautify,H._css_beautify);return L.beautify()};if(this._options.indent_scripts==="keep")h=0;else if(this._options.indent_scripts==="separate")h=-R.indent_level;var G=R.get_full_indent(h);if(P=P.replace(/\n[ \t]*$/,""),A.custom_beautifier_name!=="html"&&P[0]==="<"&&P.match(/^(<!--|<!\[CDATA\[)/)){var Y=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(P);if(!Y){R.add_raw_token(f);return}if($=G+Y[1]+"\n",P=Y[4],Y[5])U=G+Y[5];if(P=P.replace(/\n[ \t]*$/,""),Y[2]||Y[3].indexOf("\n")!==-1){if(Y=Y[3].match(/[ \t]+$/),Y)f.whitespace_before=Y[0]}}if(P)if(F){var W=function(){this.eol="\n"};W.prototype=this._options.raw_options;var D=new W;P=F(G+P,D)}else{var Z=f.whitespace_before;if(Z)P=P.replace(new RegExp("\n("+Z+")?","g"),"\n");P=G+P.replace(/\n/g,"\n"+G)}if($)if(!P)P=$+U;else P=$+P+"\n"+U;if(R.print_newline(!1),P)f.text=P,f.whitespace_before="",f.newlines=0,R.add_raw_token(f),R.print_newline(!0)}};VR.prototype._handle_tag_open=function(R,f,A,H,P){var F=this._get_tag_open_token(f);if((A.is_unformatted||A.is_content_unformatted)&&!A.is_empty_element&&f.type===S.TAG_OPEN&&!F.is_start_tag)R.add_raw_token(f),F.start_tag_token=this._tag_stack.try_pop(F.tag_name);else{if(R.traverse_whitespace(f),this._set_tag_position(R,f,F,A,H),!F.is_inline_element)R.set_wrap_point();R.print_token(f)}if(F.is_start_tag&&this._is_wrap_attributes_force){var h=0,$;do{if($=P.peek(h),$.type===S.ATTRIBUTE)F.attr_count+=1;h+=1}while($.type!==S.EOF&&$.type!==S.TAG_CLOSE)}if(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)F.alignment_size=f.text.length+1;if(!F.tag_complete&&!F.is_unformatted)R.alignment_size=F.alignment_size;return F};var rG=function(R,f){if(this.parent=R||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!f)this.tag_complete=!0;else{var A;if(this.tag_start_char=f.text[0],this.text=f.text,this.tag_start_char==="<")A=f.text.match(/^<([^\s>]*)/),this.tag_check=A?A[1]:"";else if(A=f.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=A?A[1]:"",(f.text.startsWith("{{#>")||f.text.startsWith("{{~#>"))&&this.tag_check[0]===">")if(this.tag_check===">"&&f.next!==null)this.tag_check=f.next.text.split(" ")[0];else this.tag_check=f.text.split(">")[1];if(this.tag_check=this.tag_check.toLowerCase(),f.type===S.COMMENT)this.tag_complete=!0;this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=!this.is_start_tag?this.tag_check.substr(1):this.tag_check,this.is_end_tag=!this.is_start_tag||f.closed&&f.closed.text==="/>";var H=2;if(this.tag_start_char==="{"&&this.text.length>=3){if(this.text.charAt(2)==="~")H=3}this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(H)))}};VR.prototype._get_tag_open_token=function(R){var f=new rG(this._tag_stack.get_parser_token(),R);return f.alignment_size=this._options.wrap_attributes_indent_size,f.is_end_tag=f.is_end_tag||E0(f.tag_check,this._options.void_elements),f.is_empty_element=f.tag_complete||f.is_start_tag&&f.is_end_tag,f.is_unformatted=!f.tag_complete&&E0(f.tag_check,this._options.unformatted),f.is_content_unformatted=!f.is_empty_element&&E0(f.tag_check,this._options.content_unformatted),f.is_inline_element=E0(f.tag_name,this._options.inline)||this._options.inline_custom_elements&&f.tag_name.includes("-")||f.tag_start_char==="{",f};VR.prototype._set_tag_position=function(R,f,A,H,P){if(!A.is_empty_element)if(A.is_end_tag)A.start_tag_token=this._tag_stack.try_pop(A.tag_name);else{if(this._do_optional_end_element(A)){if(!A.is_inline_element)R.print_newline(!1)}if(this._tag_stack.record_tag(A),(A.tag_name==="script"||A.tag_name==="style")&&!(A.is_unformatted||A.is_content_unformatted))A.custom_beautifier_name=U7(A.tag_check,f)}if(E0(A.tag_check,this._options.extra_liners)){if(R.print_newline(!1),!R._output.just_added_blankline())R.print_newline(!0)}if(A.is_empty_element){if(A.tag_start_char==="{"&&A.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),A.indent_content=!0;var F=R.current_line_has_match(/{{#if/);if(!F)R.print_newline(!1)}if(A.tag_name==="!--"&&P.type===S.TAG_CLOSE&&H.is_end_tag&&A.text.indexOf("\n")===-1);else{if(!(A.is_inline_element||A.is_unformatted))R.print_newline(!1);this._calcluate_parent_multiline(R,A)}}else if(A.is_end_tag){var h=!1;if(h=A.start_tag_token&&A.start_tag_token.multiline_content,h=h||!A.is_inline_element&&!(H.is_inline_element||H.is_unformatted)&&!(P.type===S.TAG_CLOSE&&A.start_tag_token===H)&&P.type!=="TK_CONTENT",A.is_content_unformatted||A.is_unformatted)h=!1;if(h)R.print_newline(!1)}else{if(A.indent_content=!A.custom_beautifier_name,A.tag_start_char==="<"){if(A.tag_name==="html")A.indent_content=this._options.indent_inner_html;else if(A.tag_name==="head")A.indent_content=this._options.indent_head_inner_html;else if(A.tag_name==="body")A.indent_content=this._options.indent_body_inner_html}if(!(A.is_inline_element||A.is_unformatted)&&(P.type!=="TK_CONTENT"||A.is_content_unformatted))R.print_newline(!1);this._calcluate_parent_multiline(R,A)}};VR.prototype._calcluate_parent_multiline=function(R,f){if(f.parent&&R._output.just_added_newline()&&!((f.is_inline_element||f.is_unformatted)&&f.parent.is_inline_element))f.parent.multiline_content=!0};var Y7=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],W7=["a","audio","del","ins","map","noscript","video"];VR.prototype._do_optional_end_element=function(R){var f=null;if(R.is_empty_element||!R.is_start_tag||!R.parent)return;if(R.tag_name==="body")f=f||this._tag_stack.try_pop("head");else if(R.tag_name==="li")f=f||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(R.tag_name==="dd"||R.tag_name==="dt")f=f||this._tag_stack.try_pop("dt",["dl"]),f=f||this._tag_stack.try_pop("dd",["dl"]);else if(R.parent.tag_name==="p"&&Y7.indexOf(R.tag_name)!==-1){var A=R.parent.parent;if(!A||W7.indexOf(A.tag_name)===-1)f=f||this._tag_stack.try_pop("p")}else if(R.tag_name==="rp"||R.tag_name==="rt")f=f||this._tag_stack.try_pop("rt",["ruby","rtc"]),f=f||this._tag_stack.try_pop("rp",["ruby","rtc"]);else if(R.tag_name==="optgroup")f=f||this._tag_stack.try_pop("optgroup",["select"]);else if(R.tag_name==="option")f=f||this._tag_stack.try_pop("option",["select","datalist","optgroup"]);else if(R.tag_name==="colgroup")f=f||this._tag_stack.try_pop("caption",["table"]);else if(R.tag_name==="thead")f=f||this._tag_stack.try_pop("caption",["table"]),f=f||this._tag_stack.try_pop("colgroup",["table"]);else if(R.tag_name==="tbody"||R.tag_name==="tfoot")f=f||this._tag_stack.try_pop("caption",["table"]),f=f||this._tag_stack.try_pop("colgroup",["table"]),f=f||this._tag_stack.try_pop("thead",["table"]),f=f||this._tag_stack.try_pop("tbody",["table"]);else if(R.tag_name==="tr")f=f||this._tag_stack.try_pop("caption",["table"]),f=f||this._tag_stack.try_pop("colgroup",["table"]),f=f||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"]);else if(R.tag_name==="th"||R.tag_name==="td")f=f||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),f=f||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]);return R.parent=this._tag_stack.get_parser_token(),f};D7.Beautifier=VR});var eG=x((zM,fF)=>{var J7=function(R,f,A,H){var P=new I7(R,f,A,H);return P.beautify()},I7=tG().Beautifier,q7=n1().Options;fF.exports=J7;fF.exports.defaultOptions=function(){return new q7}});var PY=x((X7,bH)=>{var HY=function(R,f,A,H){return A=A||RY,H=H||fY,AY(R,f,A,H)},RY=gG(),fY=sG(),AY=eG();HY.defaultOptions=AY.defaultOptions;X7.js=RY;X7.css=fY;X7.html=HY});var $Y=x((EM,hY)=>{var FY=function(R,f,A){var H=function(P,F){return R.js_beautify(P,F)};return H.js=R.js_beautify,H.css=f.css_beautify,H.html=A.html_beautify,H.js_beautify=R.js_beautify,H.css_beautify=f.css_beautify,H.html_beautify=A.html_beautify,H};if(typeof define==="function"&&define.amd)define(["./lib/beautify","./lib/beautify-css","./lib/beautify-html"],function(R,f,A){return FY(R,f,A)});else(function(R){var f=PY();f.js_beautify=f.js,f.css_beautify=f.css,f.html_beautify=f.html,R.exports=FY(f,f,f)})(hY)});import*as z7 from"react-dom/server";function i$(R){return R.type===E.Tag||R.type===E.Script||R.type===E.Style}var E;(function(R){R.Root="root",R.Text="text",R.Directive="directive",R.Comment="comment",R.Script="script",R.Style="style",R.Tag="tag",R.CDATA="cdata",R.Doctype="doctype"})(E||(E={}));var{Root:p$,Text:s$,Directive:l$,Comment:d$,Script:k$,Style:a$,Tag:_$,CDATA:o$,Doctype:r$}=E;function YH(R){return i$(R)}function bI(R){return R.type===E.CDATA}function gI(R){return R.type===E.Text}function uI(R){return R.type===E.Comment}function CI(R){return R.type===E.Directive}function xI(R){return R.type===E.Root}function t$(R,f=!1){let A;if(gI(R))A=new h0(R.data);else if(uI(R))A=new FH(R.data);else if(YH(R)){const H=f?eP(R.children):[],P=new GH(R.name,{...R.attribs},H);if(H.forEach((F)=>F.parent=P),R.namespace!=null)P.namespace=R.namespace;if(R["x-attribsNamespace"])P["x-attribsNamespace"]={...R["x-attribsNamespace"]};if(R["x-attribsPrefix"])P["x-attribsPrefix"]={...R["x-attribsPrefix"]};A=P}else if(bI(R)){const H=f?eP(R.children):[],P=new UH(H);H.forEach((F)=>F.parent=P),A=P}else if(xI(R)){const H=f?eP(R.children):[],P=new $0(H);if(H.forEach((F)=>F.parent=P),R["x-mode"])P["x-mode"]=R["x-mode"];A=P}else if(CI(R)){const H=new hH(R.name,R.data);if(R["x-name"]!=null)H["x-name"]=R["x-name"],H["x-publicId"]=R["x-publicId"],H["x-systemId"]=R["x-systemId"];A=H}else throw new Error(`Not implemented yet: ${R.type}`);if(A.startIndex=R.startIndex,A.endIndex=R.endIndex,R.sourceCodeLocation!=null)A.sourceCodeLocation=R.sourceCodeLocation;return A}var eP=function(R){const f=R.map((A)=>t$(A,!0));for(let A=1;A<f.length;A++)f[A].prev=f[A-1],f[A-1].next=f[A];return f};class R1{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(R){this.parent=R}get previousSibling(){return this.prev}set previousSibling(R){this.prev=R}get nextSibling(){return this.next}set nextSibling(R){this.next=R}cloneNode(R=!1){return t$(this,R)}}class PH extends R1{constructor(R){super();this.data=R}get nodeValue(){return this.data}set nodeValue(R){this.data=R}}class h0 extends PH{constructor(){super(...arguments);this.type=E.Text}get nodeType(){return 3}}class FH extends PH{constructor(){super(...arguments);this.type=E.Comment}get nodeType(){return 8}}class hH extends PH{constructor(R,f){super(f);this.name=R,this.type=E.Directive}get nodeType(){return 1}}class $H extends R1{constructor(R){super();this.children=R}get firstChild(){var R;return(R=this.children[0])!==null&&R!==void 0?R:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(R){this.children=R}}class UH extends $H{constructor(){super(...arguments);this.type=E.CDATA}get nodeType(){return 4}}class $0 extends $H{constructor(){super(...arguments);this.type=E.Root}get nodeType(){return 9}}class GH extends $H{constructor(R,f,A=[],H=R==="script"?E.Script:R==="style"?E.Style:E.Tag){super(A);this.name=R,this.attribs=f,this.type=H}get nodeType(){return 1}get tagName(){return this.name}set tagName(R){this.name=R}get attributes(){return Object.keys(this.attribs).map((R)=>{var f,A;return{name:R,value:this.attribs[R],namespace:(f=this["x-attribsNamespace"])===null||f===void 0?void 0:f[R],prefix:(A=this["x-attribsPrefix"])===null||A===void 0?void 0:A[R]}})}}var e$={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class f1{constructor(R,f,A){if(this.dom=[],this.root=new $0(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof f==="function")A=f,f=e$;if(typeof R==="object")f=R,R=void 0;this.callback=R!==null&&R!==void 0?R:null,this.options=f!==null&&f!==void 0?f:e$,this.elementCB=A!==null&&A!==void 0?A:null}onparserinit(R){this.parser=R}onreset(){this.dom=[],this.root=new $0(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){if(this.done)return;this.done=!0,this.parser=null,this.handleCallback(null)}onerror(R){this.handleCallback(R)}onclosetag(){this.lastNode=null;const R=this.tagStack.pop();if(this.options.withEndIndices)R.endIndex=this.parser.endIndex;if(this.elementCB)this.elementCB(R)}onopentag(R,f){const A=this.options.xmlMode?E.Tag:void 0,H=new GH(R,f,void 0,A);this.addNode(H),this.tagStack.push(H)}ontext(R){const{lastNode:f}=this;if(f&&f.type===E.Text){if(f.data+=R,this.options.withEndIndices)f.endIndex=this.parser.endIndex}else{const A=new h0(R);this.addNode(A),this.lastNode=A}}oncomment(R){if(this.lastNode&&this.lastNode.type===E.Comment){this.lastNode.data+=R;return}const f=new FH(R);this.addNode(f),this.lastNode=f}oncommentend(){this.lastNode=null}oncdatastart(){const R=new h0(""),f=new UH([R]);this.addNode(f),R.parent=f,this.lastNode=R}oncdataend(){this.lastNode=null}onprocessinginstruction(R,f){const A=new hH(R,f);this.addNode(A)}handleCallback(R){if(typeof this.callback==="function")this.callback(R,this.dom);else if(R)throw R}addNode(R){const f=this.tagStack[this.tagStack.length-1],A=f.children[f.children.length-1];if(this.options.withStartIndices)R.startIndex=this.parser.startIndex;if(this.options.withEndIndices)R.endIndex=this.parser.endIndex;if(f.children.push(R),A)R.prev=A,A.next=R;R.parent=f,this.lastNode=null}}var cI=function(R){const f=[...R.matchAll(mI)].map((H)=>H.index||0);f.unshift(-1);const A=A1(f,0,f.length);return(H)=>fU(A,H)},A1=function(R,f,A){if(A-f==1)return{offset:R[f],index:f+1};const H=Math.ceil((f+A)/2),P=A1(R,f,H),F=A1(R,H,A);return{offset:P.offset,low:P,high:F}},fU=function(R,f){return function(A){return Object.prototype.hasOwnProperty.call(A,"index")}(R)?{line:R.index,column:f-R.offset}:fU(R.high.offset<f?R.high:R.low,f)},H1=function(R,f="",A={}){const H=typeof f!="string"?f:A,P=typeof f=="string"?f:"",F=R.map(iI),h=!!H.lineNumbers;return function($,U=0){const G=h?cI($):()=>({line:0,column:0});let Y=U;const W=[];R:for(;Y<$.length;){let D=!1;for(let Z of F){Z.regex.lastIndex=Y;const J=Z.regex.exec($);if(J&&J[0].length>0){if(!Z.discard){const X=G(Y),L=typeof Z.replace=="string"?J[0].replace(new RegExp(Z.regex.source,Z.regex.flags),Z.replace):J[0];W.push({state:P,name:Z.name,text:L,offset:Y,len:J[0].length,line:X.line,column:X.column})}if(Y=Z.regex.lastIndex,D=!0,Z.push){const X=Z.push($,Y);W.push(...X.tokens),Y=X.offset}if(Z.pop)break R;break}}if(!D)break}return{tokens:W,offset:Y,complete:$.length<=Y}}},iI=function(R,f){return{...R,regex:pI(R,f)}},pI=function(R,f){if(R.name.length===0)throw new Error(`Rule #${f} has empty name, which is not allowed.`);if(function(A){return Object.prototype.hasOwnProperty.call(A,"regex")}(R))return function(A){if(A.global)throw new Error(`Regular expression /${A.source}/${A.flags} contains the global flag, which is not allowed.`);return A.sticky?A:new RegExp(A.source,A.flags+"y")}(R.regex);if(function(A){return Object.prototype.hasOwnProperty.call(A,"str")}(R)){if(R.str.length===0)throw new Error(`Rule #${f} ("${R.name}") has empty "str" property, which is not allowed.`);return new RegExp(RU(R.str),"y")}return new RegExp(RU(R.name),"y")},RU=function(R){return R.replace(/[-[\]{}()*+!<=:?./\\^$|#\s,]/g,"\\$&")},mI=/\n/g;var Ff=function(R,f){return(A,H)=>{let P=H,F=void 0;if(H<A.tokens.length){if(F=R(A.tokens[H],A,H),F!==void 0)P++}else f?.(A,H);return F===void 0?{matched:!1}:{matched:!0,position:P,value:F}}};var P1=function(R,f){return R.matched?{matched:!0,position:R.position,value:f(R.value,R.position)}:R},WH=function(R,f){return R.matched?f(R):R},AR=function(R,f){return(A,H)=>P1(R(A,H),(P,F)=>f(P,A,H,F))};var U0=function(R,f){return(A,H)=>{const P=R(A,H);return P.matched?P:{matched:!0,position:H,value:f}}};var QA=function(...R){return(f,A)=>{for(let H of R){const P=H(f,A);if(P.matched)return P}return{matched:!1}}},Tf=function(R,f){return(A,H)=>{const P=R(A,H);return P.matched?P:f(A,H)}};var sI=function(R,f){return(A,H)=>{const P=[];let F=!0;do{const h=R(A,H);if(h.matched&&f(h.value,P.length+1,A,H,h.position))P.push(h.value),H=h.position;else F=!1}while(F);return{matched:!0,position:H,value:P}}};var DH=function(R){return sI(R,()=>!0)},AU=function(R){return WR(R,DH(R),(f,A)=>[f,...A])},WR=function(R,f,A){return(H,P)=>WH(R(H,P),(F)=>P1(f(H,F.position),(h,$)=>A(F.value,h,H,P,$)))},HU=function(R,f){return WR(R,f,(A)=>A)},F1=function(R,f){return WR(R,f,(A,H)=>H)},ZH=function(R,f,A,H){return(P,F)=>WH(R(P,F),(h)=>WH(f(P,h.position),($)=>P1(A(P,$.position),(U,G)=>H(h.value,$.value,U,P,F,G))))},h1=function(R,f,A){return ZH(R,f,A,(H,P)=>P)},lI=function(...R){return(f,A)=>{const H=[];let P=A;for(let F of R){const h=F(f,P);if(h.matched)H.push(h.value),P=h.position;else return{matched:!1}}return{matched:!0,position:P,value:H}}};var PU=function(...R){return dI(lI(...R))},dI=function(R){return AR(R,(f)=>f.flatMap((A)=>A))};var kI=function(R,f){return(A,H)=>{let P=!0,F=R,h=H;do{const $=f(F,A,h)(A,h);if($.matched)F=$.value,h=$.position;else P=!1}while(P);return{matched:!0,position:h,value:F}}},aI=function(R,f,A){return kI(R,(H)=>AR(f,(P,F,h,$)=>A(H,P,F,h,$)))};var $1=function(R,f,A){return _I(R,(H)=>aI(H,WR(f,A,(P,F)=>[P,F]),(P,[F,h])=>F(P,h)))};var _I=function(R,f){return(A,H)=>WH(R(A,H),(P)=>f(P.value,A,H,P.position)(A,P.position))};var DU=function([R,f,A],[H,P,F]){return[R+H,f+P,A+F]},Pq=function(R){return R.reduce(DU,[0,0,0])},Y1=function(R){const f=Hq(R);return Uq({tokens:f.tokens,options:void 0},0).value},C=function(R){return Ff((f)=>f.name===R?!0:void 0)},EA=function(R){return h1(U1,R,U1)},Vq=function(R,f){if(!(typeof f==="string"||f instanceof String))throw new Error("Expected a selector string. Actual input is not a string!");const A=Aq(f);if(!A.complete)throw new Error(`The input "${f}" was only partially tokenized, stopped at offset ${A.offset}!\n`+UU(f,A.offset));const H=EA(R)({tokens:A.tokens,options:void 0},0);if(!H.matched)throw new Error(`No match for "${f}" input!`);if(H.position<A.tokens.length){const P=A.tokens[H.position];throw new Error(`The input "${f}" was only partially parsed, stopped at offset ${P.offset}!\n`+UU(f,P.offset,P.len))}return H.value},UU=function(R,f,A=1){return`${R.replace(/(\t)|(\r)|(\n)/g,(H,P,F)=>P?"\u2409":F?"\u240D":"\u240A")}\n${"".padEnd(f)}${"^".repeat(A)}`};var IU=function(R){return Vq(G1,R)},dR=function(R){if(!R.type)throw new Error("This is not an AST node.");switch(R.type){case"universal":return IH(R.namespace)+"*";case"tag":return IH(R.namespace)+zA(R.name);case"class":return"."+zA(R.name);case"id":return"#"+zA(R.name);case"attrPresence":return`[${IH(R.namespace)}${zA(R.name)}]`;case"attrValue":return`[${IH(R.namespace)}${zA(R.name)}${R.matcher}"${Qq(R.value)}"${R.modifier?R.modifier:""}]`;case"combinator":return dR(R.left)+R.combinator;case"compound":return R.list.reduce((f,A)=>{if(A.type==="combinator")return dR(A)+f;else return f+dR(A)},"");case"list":return R.list.map(dR).join(",")}},IH=function(R){return R||R===""?zA(R)+"|":""},qH=function(R){return`\\${R.codePointAt(0).toString(16)} `},zA=function(R){return R.replace(/(^[0-9])|(^-[0-9])|(^-$)|([-0-9a-zA-Z_]|[^\x00-\x7F])|(\x00)|([\x01-\x1f]|\x7f)|([\s\S])/g,(f,A,H,P,F,h,$,U)=>A?qH(A):H?"-"+qH(H.slice(1)):P?"\\-":F?F:h?"\uFFFD":$?qH($):"\\"+U)},Qq=function(R){return R.replace(/(")|(\\)|(\x00)|([\x01-\x1f]|\x7f)/g,(f,A,H,P,F)=>A?'\\"':H?"\\\\":P?"\uFFFD":qH(F))},G0=function(R){if(!R.type)throw new Error("This is not an AST node.");switch(R.type){case"compound":{R.list.forEach(G0),R.list.sort((f,A)=>qU(GU(f),GU(A)));break}case"combinator":{G0(R.left);break}case"list":{R.list.forEach(G0),R.list.sort((f,A)=>dR(f)<dR(A)?-1:1);break}}return R},GU=function(R){switch(R.type){case"universal":return[1];case"tag":return[1];case"id":return[2];case"class":return[3,R.name];case"attrPresence":return[4,dR(R)];case"attrValue":return[5,dR(R)];case"combinator":return[15,dR(R)]}};var Z1=function(R,f){return qU(R,f)},qU=function(R,f){if(!Array.isArray(R)||!Array.isArray(f))throw new Error("Arguments must be arrays.");const A=R.length<f.length?R.length:f.length;for(let H=0;H<A;H++){if(R[H]===f[H])continue;return R[H]<f[H]?-1:1}return R.length-f.length};var rI="(?:[ \\t\\r\\n\\f]*)",YU="(?:\\n|\\r\\n|\\r|\\f)",JH="[^\\x00-\\x7F]",W0="(?:\\\\[0-9a-f]{1,6}(?:\\r\\n|[ \\n\\r\\t\\f])?)",D0="(?:\\\\[^\\n\\r\\f0-9a-f])",nI=`(?:[_a-z]|${JH}|${W0}|${D0})`,WU=`(?:[_a-z0-9-]|${JH}|${W0}|${D0})`,tI=`(?:${WU}+)`,eI=`(?:[-]?${nI}${WU}*)`,Rq=`'([^\\n\\r\\f\\\\']|\\\\${YU}|${JH}|${W0}|${D0})*'`,fq=`"([^\\n\\r\\f\\\\"]|\\\\${YU}|${JH}|${W0}|${D0})*"`,Aq=H1([{name:"ws",regex:new RegExp(rI)},{name:"hash",regex:new RegExp(`#${tI}`,"i")},{name:"ident",regex:new RegExp(eI,"i")},{name:"str1",regex:new RegExp(Rq,"i")},{name:"str2",regex:new RegExp(fq,"i")},{name:"*"},{name:"."},{name:","},{name:"["},{name:"]"},{name:"="},{name:">"},{name:"|"},{name:"+"},{name:"~"},{name:"^"},{name:"$"}]),Hq=H1([{name:"unicode",regex:new RegExp(W0,"i")},{name:"escape",regex:new RegExp(D0,"i")},{name:"any",regex:new RegExp("[\\s\\S]","i")}]),Fq=Ff((R)=>R.name==="unicode"?String.fromCodePoint(parseInt(R.text.slice(1),16)):void 0),hq=Ff((R)=>R.name==="escape"?R.text.slice(1):void 0),$q=Ff((R)=>R.name==="any"?R.text:void 0),Uq=AR(DH(QA(Fq,hq,$q)),(R)=>R.join("")),W1=Ff((R)=>R.name==="ws"?null:void 0),U1=U0(W1,null),Y0=Ff((R)=>R.name==="ident"?Y1(R.text):void 0),Gq=Ff((R)=>R.name==="hash"?Y1(R.text.slice(1)):void 0),Yq=Ff((R)=>R.name.startsWith("str")?Y1(R.text.slice(1,-1)):void 0),ZU=HU(U0(Y0,""),C("|")),D1=Tf(WR(ZU,Y0,(R,f)=>({name:f,namespace:R})),AR(Y0,(R)=>({name:R,namespace:null}))),Wq=Tf(WR(ZU,C("*"),(R)=>({type:"universal",namespace:R,specificity:[0,0,0]})),AR(C("*"),()=>({type:"universal",namespace:null,specificity:[0,0,0]}))),Dq=AR(D1,({name:R,namespace:f})=>({type:"tag",name:R,namespace:f,specificity:[0,0,1]})),Zq=WR(C("."),Y0,(R,f)=>({type:"class",name:f,specificity:[0,1,0]})),Iq=AR(Gq,(R)=>({type:"id",name:R,specificity:[1,0,0]})),FU=Ff((R)=>{if(R.name==="ident"){if(R.text==="i"||R.text==="I")return"i";if(R.text==="s"||R.text==="S")return"s"}return}),qq=Tf(WR(Yq,U0(F1(U1,FU),null),(R,f)=>({value:R,modifier:f})),WR(Y0,U0(F1(W1,FU),null),(R,f)=>({value:R,modifier:f}))),Jq=QA(AR(C("="),()=>"="),WR(C("~"),C("="),()=>"~="),WR(C("|"),C("="),()=>"|="),WR(C("^"),C("="),()=>"^="),WR(C("$"),C("="),()=>"$="),WR(C("*"),C("="),()=>"*=")),Xq=ZH(C("["),EA(D1),C("]"),(R,{name:f,namespace:A})=>({type:"attrPresence",name:f,namespace:A,specificity:[0,1,0]})),Lq=h1(C("["),ZH(EA(D1),Jq,EA(qq),({name:R,namespace:f},A,{value:H,modifier:P})=>({type:"attrValue",name:R,namespace:f,matcher:A,value:H,modifier:P,specificity:[0,1,0]})),C("]")),Mq=Tf(Xq,Lq),yq=Tf(Wq,Dq),hU=QA(Iq,Zq,Mq),$U=AR(Tf(PU(yq,DH(hU)),AU(hU)),(R)=>{return{type:"compound",list:R,specificity:Pq(R.map((f)=>f.specificity))}}),Nq=QA(AR(C(">"),()=>">"),AR(C("+"),()=>"+"),AR(C("~"),()=>"~"),WR(C("|"),C("|"),()=>"||")),jq=Tf(EA(Nq),AR(W1,()=>" ")),G1=$1($U,AR(jq,(R)=>(f,A)=>({type:"compound",list:[...A.list,{type:"combinator",combinator:R,left:f,specificity:f.specificity}],specificity:DU(f.specificity,A.specificity)})),$U),u6=$1(AR(G1,(R)=>({type:"list",list:[R]})),AR(EA(C(",")),()=>(R,f)=>({type:"list",list:[...R.list,f]})),G1);var Eq=function(R){const f=R.length,A=new Array(f);for(let H=0;H<f;H++){const[P,F]=R[H],h=Tq(IU(P));A[H]={ast:h,terminal:{type:"terminal",valueContainer:{index:H,value:F,specificity:h.specificity}}}}return A},Tq=function(R){return XU(R),G0(R),R},XU=function(R){const f=[];R.list.forEach((A)=>{switch(A.type){case"class":f.push({matcher:"~=",modifier:null,name:"class",namespace:null,specificity:A.specificity,type:"attrValue",value:A.name});break;case"id":f.push({matcher:"=",modifier:null,name:"id",namespace:null,specificity:A.specificity,type:"attrValue",value:A.name});break;case"combinator":XU(A.left),f.push(A);break;case"universal":break;default:f.push(A);break}}),R.list=f},TA=function(R){const f=[];while(R.length){const A=yU(R,(h)=>!0,LU),{matches:H,nonmatches:P,empty:F}=Sq(R,A);if(R=P,H.length)f.push(vq(A,H));if(F.length)f.push(...Oq(F))}return f},Oq=function(R){const f=[];for(let A of R){const H=A.terminal;if(H.type==="terminal")f.push(H);else{const{matches:P,rest:F}=gq(H.cont,(h)=>h.type==="terminal");if(P.forEach((h)=>f.push(h)),F.length)H.cont=F,f.push(H)}}return f},Sq=function(R,f){const A=[],H=[],P=[];for(let F of R){const h=F.ast.list;if(h.length)(h.some((U)=>LU(U)===f)?A:H).push(F);else P.push(F)}return{matches:A,nonmatches:H,empty:P}},LU=function(R){switch(R.type){case"attrPresence":return`attrPresence ${R.name}`;case"attrValue":return`attrValue ${R.name}`;case"combinator":return`combinator ${R.combinator}`;default:return R.type}},vq=function(R,f){if(R==="tag")return wq(f);if(R.startsWith("attrValue "))return Kq(R.substring(10),f);if(R.startsWith("attrPresence "))return Bq(R.substring(13),f);if(R==="combinator >")return JU(">",f);if(R==="combinator +")return JU("+",f);throw new Error(`Unsupported selector kind: ${R}`)},wq=function(R){const f=I1(R,(H)=>H.type==="tag",(H)=>H.name);return{type:"tagName",variants:Object.entries(f).map(([H,P])=>({type:"variant",value:H,cont:TA(P.items)}))}},Bq=function(R,f){for(let A of f)MU(A,(H)=>H.type==="attrPresence"&&H.name===R);return{type:"attrPresence",name:R,cont:TA(f)}},Kq=function(R,f){const A=I1(f,(P)=>P.type==="attrValue"&&P.name===R,(P)=>`${P.matcher} ${P.modifier||""} ${P.value}`),H=[];for(let P of Object.values(A)){const F=P.oneSimpleSelector,h=bq(F),$=TA(P.items);H.push({type:"matcher",matcher:F.matcher,modifier:F.modifier,value:F.value,predicate:h,cont:$})}return{type:"attrValue",name:R,matchers:H}},bq=function(R){if(R.modifier==="i"){const f=R.value.toLowerCase();switch(R.matcher){case"=":return(A)=>f===A.toLowerCase();case"~=":return(A)=>A.toLowerCase().split(/[ \t]+/).includes(f);case"^=":return(A)=>A.toLowerCase().startsWith(f);case"$=":return(A)=>A.toLowerCase().endsWith(f);case"*=":return(A)=>A.toLowerCase().includes(f);case"|=":return(A)=>{const H=A.toLowerCase();return f===H||H.startsWith(f)&&H[f.length]==="-"}}}else{const f=R.value;switch(R.matcher){case"=":return(A)=>f===A;case"~=":return(A)=>A.split(/[ \t]+/).includes(f);case"^=":return(A)=>A.startsWith(f);case"$=":return(A)=>A.endsWith(f);case"*=":return(A)=>A.includes(f);case"|=":return(A)=>f===A||A.startsWith(f)&&A[f.length]==="-"}}},JU=function(R,f){const A=I1(f,(P)=>P.type==="combinator"&&P.combinator===R,(P)=>dR(P.left)),H=[];for(let P of Object.values(A)){const F=TA(P.items),h=P.oneSimpleSelector.left;H.push({ast:h,terminal:{type:"popElement",cont:F}})}return{type:"pushElement",combinator:R,cont:TA(H)}},I1=function(R,f,A){const H={};while(R.length){const P=yU(R,f,A),F=(Y)=>f(Y)&&A(Y)===P,h=(Y)=>Y.ast.list.some(F),{matches:$,rest:U}=uq(R,h);let G=null;for(let Y of $){const W=MU(Y,F);if(!G)G=W}if(G==null)throw new Error("No simple selector is found.");H[P]={oneSimpleSelector:G,items:$},R=U}return H},MU=function(R,f){const A=R.ast.list,H=new Array(A.length);let P=-1;for(let h=A.length;h-- >0;)if(f(A[h]))H[h]=!0,P=h;if(P==-1)throw new Error("Couldn't find the required simple selector.");const F=A[P];return R.ast.list=A.filter((h,$)=>!H[$]),F},yU=function(R,f,A){const H={};for(let h of R){const $={};for(let U of h.ast.list.filter(f))$[A(U)]=!0;for(let U of Object.keys($))if(H[U])H[U]++;else H[U]=1}let P="",F=0;for(let h of Object.entries(H))if(h[1]>F)P=h[0],F=h[1];return P},gq=function(R,f){const A=[],H=[];for(let P of R)if(f(P))A.push(P);else H.push(P);return{matches:A,rest:H}},uq=function(R,f){const A=[],H=[];for(let P of R)if(f(P))A.push(P);else H.push(P);return{matches:A,rest:H}},Cq=function(R,f){const A=Z1(f.specificity,R.specificity);return A>0||A===0&&f.index<R.index},xq=function(R,f){const A=Z1(f.specificity,R.specificity);return A>0||A===0&&f.index>R.index};class XH{constructor(R){this.branches=TA(Eq(R))}build(R){return R(this.branches)}}class q1{constructor(R){this.f=R}pickAll(R){return this.f(R)}pick1(R,f=!1){const A=this.f(R),H=A.length;if(H===0)return null;if(H===1)return A[0].value;const P=f?Cq:xq;let F=A[0];for(let h=1;h<H;h++){const $=A[h];if(P(F,$))F=$}return F.value}}var J1=function(R){return new q1(OA(R))},OA=function(R){const f=R.map(mq);return(A,...H)=>f.flatMap((P)=>P(A,...H))},mq=function(R){switch(R.type){case"terminal":{const f=[R.valueContainer];return(A,...H)=>f}case"tagName":return cq(R);case"attrValue":return pq(R);case"attrPresence":return iq(R);case"pushElement":return sq(R);case"popElement":return dq(R)}},cq=function(R){const f={};for(let A of R.variants)f[A.value]=OA(A.cont);return(A,...H)=>{const P=f[A.name];return P?P(A,...H):[]}},iq=function(R){const f=R.name,A=OA(R.cont);return(H,...P)=>Object.prototype.hasOwnProperty.call(H.attribs,f)?A(H,...P):[]},pq=function(R){const f=[];for(let H of R.matchers){const P=H.predicate,F=OA(H.cont);f.push((h,$,...U)=>P(h)?F($,...U):[])}const A=R.name;return(H,...P)=>{const F=H.attribs[A];return F||F===""?f.flatMap((h)=>h(F,H,...P)):[]}},sq=function(R){const f=OA(R.cont),A=R.combinator==="+"?NU:lq;return(H,...P)=>{const F=A(H);if(F===null)return[];return f(F,H,...P)}},dq=function(R){const f=OA(R.cont);return(A,H,...P)=>f(H,...P)},NU=(R)=>{const f=R.prev;if(f===null)return null;return YH(f)?f:NU(f)},lq=(R)=>{const f=R.parent;return f&&YH(f)?f:null};var LH=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\uD835\uDD04rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\uD835\uDD38plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\uD835\uDC9Cign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\uD835\uDD05pf;\uC000\uD835\uDD39eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\uD835\uDC9Ep\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\uD835\uDD07\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\uD835\uDD3B\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\uD835\uDC9Frok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\uD835\uDD08rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\uD835\uDD3Csilon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\uD835\uDD09lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\uD835\uDD3DAll;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\uD835\uDD0A;\u62D9pf;\uC000\uD835\uDD3Eeater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\uD835\uDCA2;\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\uD835\uDD40a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\uD835\uDD0Dpf;\uC000\uD835\uDD41\u01E3\u07C7\0\u07CCr;\uC000\uD835\uDCA5rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\uD835\uDD0Epf;\uC000\uD835\uDD42cr;\uC000\uD835\uDCA6\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\uD835\uDD0F\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\uD835\uDD43er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\uD835\uDD10nusPlus;\u6213pf;\uC000\uD835\uDD44c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\uD835\uDD11\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\uD835\uDCA9ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\uD835\uDD12rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\uD835\uDD46enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\uD835\uDCAAash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\uD835\uDD13i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\uD835\uDCAB;\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\uD835\uDD14pf;\u611Acr;\uC000\uD835\uDCAC\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\uD835\uDD16ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\uD835\uDD4A\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\uD835\uDCAEar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\uD835\uDD17\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\uD835\uDD4BipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\uD835\uDCAFrok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\uD835\uDD18rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\uD835\uDD4C\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\uD835\uDCB0ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\uD835\uDD19pf;\uC000\uD835\uDD4Dcr;\uC000\uD835\uDCB1dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\uD835\uDD1Apf;\uC000\uD835\uDD4Ecr;\uC000\uD835\uDCB2\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\uD835\uDD1B;\u439Epf;\uC000\uD835\uDD4Fcr;\uC000\uD835\uDCB3\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\uD835\uDD1Cpf;\uC000\uD835\uDD50cr;\uC000\uD835\uDCB4ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\uD835\uDCB5\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\uD835\uDD1Erave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\uD835\uDD52\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\uD835\uDCB6;\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\uD835\uDD1Fg\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\uD835\uDD53\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\uD835\uDCB7mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\uD835\uDD20\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\uD835\uDD54o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\uD835\uDCB8\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\uD835\uDD21ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\uD835\uDD55\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\uD835\uDCB9;\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\uD835\uDD22\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\uD835\uDD56\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\uD835\uDD23lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\uD835\uDD57\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\uD835\uDCBB\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\uD835\uDD24\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\uD835\uDD58\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\uD835\uDD25s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\uD835\uDD59bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\uD835\uDCBDas\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\uD835\uDD26rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\uD835\uDD5Aa;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\uD835\uDCBEn\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\uD835\uDD27ath;\u4237pf;\uC000\uD835\uDD5B\u01E3\u23EC\0\u23F1r;\uC000\uD835\uDCBFrcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\uD835\uDD28reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\uD835\uDD5Ccr;\uC000\uD835\uDCC0\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\uD835\uDD29\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\uD835\uDD5Dus;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\uD835\uDCC1m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\uD835\uDD2Ao;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\uD835\uDD5E\u0100ct\u28F8\u28FDr;\uC000\uD835\uDCC2pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\uD835\uDD2B\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\uD835\uDD5F\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\uD835\uDCC3ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\uD835\uDD2C\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\uD835\uDD60\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\uD835\uDD2D\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\uD835\uDD61nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\uD835\uDCC5;\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\uD835\uDD2Epf;\uC000\uD835\uDD62rime;\u6057cr;\uC000\uD835\uDCC6\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\uD835\uDD2F\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\uD835\uDD63us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\uD835\uDCC7\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\uD835\uDD30\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\uD835\uDD64a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\uD835\uDCC8tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\uD835\uDD31\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\uD835\uDD65rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\uD835\uDCC9;\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\uD835\uDD32rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\uD835\uDD66\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\uD835\uDCCA\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\uD835\uDD33tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\uD835\uDD67ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\uD835\uDCCB\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\uD835\uDD34pf;\uC000\uD835\uDD68\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\uD835\uDCCC\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\uD835\uDD35\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\uD835\uDD69im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\uD835\uDCCD\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\uD835\uDD36cy;\u4457pf;\uC000\uD835\uDD6Acr;\uC000\uD835\uDCCE\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\uD835\uDD37cy;\u4436grarr;\u61DDpf;\uC000\uD835\uDD6Bcr;\uC000\uD835\uDCCF\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map((R)=>R.charCodeAt(0)));var MH=new Uint16Array("\u0200aglq\t\x15\x18\x1B\u026D\x0F\0\0\x12p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map((R)=>R.charCodeAt(0)));function Z0(R){var f;if(R>=55296&&R<=57343||R>1114111)return 65533;return(f=kq.get(R))!==null&&f!==void 0?f:R}var X1,kq=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),SA=(X1=String.fromCodePoint)!==null&&X1!==void 0?X1:function(R){let f="";if(R>65535)R-=65536,f+=String.fromCharCode(R>>>10&1023|55296),R=56320|R&1023;return f+=String.fromCharCode(R),f};var L1=function(R){return R>=o.ZERO&&R<=o.NINE},_q=function(R){return R>=o.UPPER_A&&R<=o.UPPER_F||R>=o.LOWER_A&&R<=o.LOWER_F},oq=function(R){return R>=o.UPPER_A&&R<=o.UPPER_Z||R>=o.LOWER_A&&R<=o.LOWER_Z||L1(R)},rq=function(R){return R===o.EQUALS||oq(R)},VU=function(R){let f="";const A=new jU(R,(H)=>f+=SA(H));return function H(P,F){let h=0,$=0;while(($=P.indexOf("&",$))>=0){f+=P.slice(h,$),A.startEntity(F);const G=A.write(P,$+1);if(G<0){h=$+A.end();break}h=$+G,$=G===0?h+1:h}const U=f+P.slice(h);return f="",U}};function M1(R,f,A,H){const P=(f&mR.BRANCH_LENGTH)>>7,F=f&mR.JUMP_TABLE;if(P===0)return F!==0&&H===F?A:-1;if(F){const U=H-F;return U<0||U>=P?-1:R[A+U]-1}let h=A,$=h+P-1;while(h<=$){const U=h+$>>>1,G=R[U];if(G<H)h=U+1;else if(G>H)$=U-1;else return R[U+P]}return-1}var o;(function(R){R[R.NUM=35]="NUM",R[R.SEMI=59]="SEMI",R[R.EQUALS=61]="EQUALS",R[R.ZERO=48]="ZERO",R[R.NINE=57]="NINE",R[R.LOWER_A=97]="LOWER_A",R[R.LOWER_F=102]="LOWER_F",R[R.LOWER_X=120]="LOWER_X",R[R.LOWER_Z=122]="LOWER_Z",R[R.UPPER_A=65]="UPPER_A",R[R.UPPER_F=70]="UPPER_F",R[R.UPPER_Z=90]="UPPER_Z"})(o||(o={}));var aq=32,mR;(function(R){R[R.VALUE_LENGTH=49152]="VALUE_LENGTH",R[R.BRANCH_LENGTH=16256]="BRANCH_LENGTH",R[R.JUMP_TABLE=127]="JUMP_TABLE"})(mR||(mR={}));var _;(function(R){R[R.EntityStart=0]="EntityStart",R[R.NumericStart=1]="NumericStart",R[R.NumericDecimal=2]="NumericDecimal",R[R.NumericHex=3]="NumericHex",R[R.NamedEntity=4]="NamedEntity"})(_||(_={}));var nf;(function(R){R[R.Legacy=0]="Legacy",R[R.Strict=1]="Strict",R[R.Attribute=2]="Attribute"})(nf||(nf={}));class jU{constructor(R,f,A){this.decodeTree=R,this.emitCodePoint=f,this.errors=A,this.state=_.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=nf.Strict}startEntity(R){this.decodeMode=R,this.state=_.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(R,f){switch(this.state){case _.EntityStart:{if(R.charCodeAt(f)===o.NUM)return this.state=_.NumericStart,this.consumed+=1,this.stateNumericStart(R,f+1);return this.state=_.NamedEntity,this.stateNamedEntity(R,f)}case _.NumericStart:return this.stateNumericStart(R,f);case _.NumericDecimal:return this.stateNumericDecimal(R,f);case _.NumericHex:return this.stateNumericHex(R,f);case _.NamedEntity:return this.stateNamedEntity(R,f)}}stateNumericStart(R,f){if(f>=R.length)return-1;if((R.charCodeAt(f)|aq)===o.LOWER_X)return this.state=_.NumericHex,this.consumed+=1,this.stateNumericHex(R,f+1);return this.state=_.NumericDecimal,this.stateNumericDecimal(R,f)}addToNumericResult(R,f,A,H){if(f!==A){const P=A-f;this.result=this.result*Math.pow(H,P)+parseInt(R.substr(f,P),H),this.consumed+=P}}stateNumericHex(R,f){const A=f;while(f<R.length){const H=R.charCodeAt(f);if(L1(H)||_q(H))f+=1;else return this.addToNumericResult(R,A,f,16),this.emitNumericEntity(H,3)}return this.addToNumericResult(R,A,f,16),-1}stateNumericDecimal(R,f){const A=f;while(f<R.length){const H=R.charCodeAt(f);if(L1(H))f+=1;else return this.addToNumericResult(R,A,f,10),this.emitNumericEntity(H,2)}return this.addToNumericResult(R,A,f,10),-1}emitNumericEntity(R,f){var A;if(this.consumed<=f)return(A=this.errors)===null||A===void 0||A.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(R===o.SEMI)this.consumed+=1;else if(this.decodeMode===nf.Strict)return 0;if(this.emitCodePoint(Z0(this.result),this.consumed),this.errors){if(R!==o.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed}stateNamedEntity(R,f){const{decodeTree:A}=this;let H=A[this.treeIndex],P=(H&mR.VALUE_LENGTH)>>14;for(;f<R.length;f++,this.excess++){const F=R.charCodeAt(f);if(this.treeIndex=M1(A,H,this.treeIndex+Math.max(1,P),F),this.treeIndex<0)return this.result===0||this.decodeMode===nf.Attribute&&(P===0||rq(F))?0:this.emitNotTerminatedNamedEntity();if(H=A[this.treeIndex],P=(H&mR.VALUE_LENGTH)>>14,P!==0){if(F===o.SEMI)return this.emitNamedEntityData(this.treeIndex,P,this.consumed+this.excess);if(this.decodeMode!==nf.Strict)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}}return-1}emitNotTerminatedNamedEntity(){var R;const{result:f,decodeTree:A}=this,H=(A[f]&mR.VALUE_LENGTH)>>14;return this.emitNamedEntityData(f,H,this.consumed),(R=this.errors)===null||R===void 0||R.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(R,f,A){const{decodeTree:H}=this;if(this.emitCodePoint(f===1?H[R]&~mR.VALUE_LENGTH:H[R+1],A),f===3)this.emitCodePoint(H[R+2],A);return A}end(){var R;switch(this.state){case _.NamedEntity:return this.result!==0&&(this.decodeMode!==nf.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case _.NumericDecimal:return this.emitNumericEntity(0,2);case _.NumericHex:return this.emitNumericEntity(0,3);case _.NumericStart:return(R=this.errors)===null||R===void 0||R.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case _.EntityStart:return 0}}}var o6=VU(LH),r6=VU(MH);var Jf=function(R){return R===M.Space||R===M.NewLine||R===M.Tab||R===M.FormFeed||R===M.CarriageReturn},yH=function(R){return R===M.Slash||R===M.Gt||Jf(R)},QU=function(R){return R>=M.Zero&&R<=M.Nine},nq=function(R){return R>=M.LowerA&&R<=M.LowerZ||R>=M.UpperA&&R<=M.UpperZ},tq=function(R){return R>=M.UpperA&&R<=M.UpperF||R>=M.LowerA&&R<=M.LowerF},M;(function(R){R[R.Tab=9]="Tab",R[R.NewLine=10]="NewLine",R[R.FormFeed=12]="FormFeed",R[R.CarriageReturn=13]="CarriageReturn",R[R.Space=32]="Space",R[R.ExclamationMark=33]="ExclamationMark",R[R.Number=35]="Number",R[R.Amp=38]="Amp",R[R.SingleQuote=39]="SingleQuote",R[R.DoubleQuote=34]="DoubleQuote",R[R.Dash=45]="Dash",R[R.Slash=47]="Slash",R[R.Zero=48]="Zero",R[R.Nine=57]="Nine",R[R.Semi=59]="Semi",R[R.Lt=60]="Lt",R[R.Eq=61]="Eq",R[R.Gt=62]="Gt",R[R.Questionmark=63]="Questionmark",R[R.UpperA=65]="UpperA",R[R.LowerA=97]="LowerA",R[R.UpperF=70]="UpperF",R[R.LowerF=102]="LowerF",R[R.UpperZ=90]="UpperZ",R[R.LowerZ=122]="LowerZ",R[R.LowerX=120]="LowerX",R[R.OpeningSquareBracket=91]="OpeningSquareBracket"})(M||(M={}));var q;(function(R){R[R.Text=1]="Text",R[R.BeforeTagName=2]="BeforeTagName",R[R.InTagName=3]="InTagName",R[R.InSelfClosingTag=4]="InSelfClosingTag",R[R.BeforeClosingTagName=5]="BeforeClosingTagName",R[R.InClosingTagName=6]="InClosingTagName",R[R.AfterClosingTagName=7]="AfterClosingTagName",R[R.BeforeAttributeName=8]="BeforeAttributeName",R[R.InAttributeName=9]="InAttributeName",R[R.AfterAttributeName=10]="AfterAttributeName",R[R.BeforeAttributeValue=11]="BeforeAttributeValue",R[R.InAttributeValueDq=12]="InAttributeValueDq",R[R.InAttributeValueSq=13]="InAttributeValueSq",R[R.InAttributeValueNq=14]="InAttributeValueNq",R[R.BeforeDeclaration=15]="BeforeDeclaration",R[R.InDeclaration=16]="InDeclaration",R[R.InProcessingInstruction=17]="InProcessingInstruction",R[R.BeforeComment=18]="BeforeComment",R[R.CDATASequence=19]="CDATASequence",R[R.InSpecialComment=20]="InSpecialComment",R[R.InCommentLike=21]="InCommentLike",R[R.BeforeSpecialS=22]="BeforeSpecialS",R[R.SpecialStartSequence=23]="SpecialStartSequence",R[R.InSpecialTag=24]="InSpecialTag",R[R.BeforeEntity=25]="BeforeEntity",R[R.BeforeNumericEntity=26]="BeforeNumericEntity",R[R.InNamedEntity=27]="InNamedEntity",R[R.InNumericEntity=28]="InNumericEntity",R[R.InHexEntity=29]="InHexEntity"})(q||(q={}));var kR;(function(R){R[R.NoValue=0]="NoValue",R[R.Unquoted=1]="Unquoted",R[R.Single=2]="Single",R[R.Double=3]="Double"})(kR||(kR={}));var jR={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])};class NH{constructor({xmlMode:R=!1,decodeEntities:f=!0},A){this.cbs=A,this.state=q.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=q.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=R,this.decodeEntities=f,this.entityTrie=R?MH:LH}reset(){this.state=q.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=q.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(R){this.offset+=this.buffer.length,this.buffer=R,this.parse()}end(){if(this.running)this.finish()}pause(){this.running=!1}resume(){if(this.running=!0,this.index<this.buffer.length+this.offset)this.parse()}getIndex(){return this.index}getSectionStart(){return this.sectionStart}stateText(R){if(R===M.Lt||!this.decodeEntities&&this.fastForwardTo(M.Lt)){if(this.index>this.sectionStart)this.cbs.ontext(this.sectionStart,this.index);this.state=q.BeforeTagName,this.sectionStart=this.index}else if(this.decodeEntities&&R===M.Amp)this.state=q.BeforeEntity}stateSpecialStartSequence(R){const f=this.sequenceIndex===this.currentSequence.length;if(!(f?yH(R):(R|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!f){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=q.InTagName,this.stateInTagName(R)}stateInSpecialTag(R){if(this.sequenceIndex===this.currentSequence.length){if(R===M.Gt||Jf(R)){const f=this.index-this.currentSequence.length;if(this.sectionStart<f){const A=this.index;this.index=f,this.cbs.ontext(this.sectionStart,f),this.index=A}this.isSpecial=!1,this.sectionStart=f+2,this.stateInClosingTagName(R);return}this.sequenceIndex=0}if((R|32)===this.currentSequence[this.sequenceIndex])this.sequenceIndex+=1;else if(this.sequenceIndex===0){if(this.currentSequence===jR.TitleEnd){if(this.decodeEntities&&R===M.Amp)this.state=q.BeforeEntity}else if(this.fastForwardTo(M.Lt))this.sequenceIndex=1}else this.sequenceIndex=Number(R===M.Lt)}stateCDATASequence(R){if(R===jR.Cdata[this.sequenceIndex]){if(++this.sequenceIndex===jR.Cdata.length)this.state=q.InCommentLike,this.currentSequence=jR.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1}else this.sequenceIndex=0,this.state=q.InDeclaration,this.stateInDeclaration(R)}fastForwardTo(R){while(++this.index<this.buffer.length+this.offset)if(this.buffer.charCodeAt(this.index-this.offset)===R)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(R){if(R===this.currentSequence[this.sequenceIndex]){if(++this.sequenceIndex===this.currentSequence.length){if(this.currentSequence===jR.CdataEnd)this.cbs.oncdata(this.sectionStart,this.index,2);else this.cbs.oncomment(this.sectionStart,this.index,2);this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=q.Text}}else if(this.sequenceIndex===0){if(this.fastForwardTo(this.currentSequence[0]))this.sequenceIndex=1}else if(R!==this.currentSequence[this.sequenceIndex-1])this.sequenceIndex=0}isTagStartChar(R){return this.xmlMode?!yH(R):nq(R)}startSpecial(R,f){this.isSpecial=!0,this.currentSequence=R,this.sequenceIndex=f,this.state=q.SpecialStartSequence}stateBeforeTagName(R){if(R===M.ExclamationMark)this.state=q.BeforeDeclaration,this.sectionStart=this.index+1;else if(R===M.Questionmark)this.state=q.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(R)){const f=R|32;if(this.sectionStart=this.index,!this.xmlMode&&f===jR.TitleEnd[2])this.startSpecial(jR.TitleEnd,3);else this.state=!this.xmlMode&&f===jR.ScriptEnd[2]?q.BeforeSpecialS:q.InTagName}else if(R===M.Slash)this.state=q.BeforeClosingTagName;else this.state=q.Text,this.stateText(R)}stateInTagName(R){if(yH(R))this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R)}stateBeforeClosingTagName(R){if(Jf(R));else if(R===M.Gt)this.state=q.Text;else this.state=this.isTagStartChar(R)?q.InClosingTagName:q.InSpecialComment,this.sectionStart=this.index}stateInClosingTagName(R){if(R===M.Gt||Jf(R))this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.AfterClosingTagName,this.stateAfterClosingTagName(R)}stateAfterClosingTagName(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.state=q.Text,this.baseState=q.Text,this.sectionStart=this.index+1}stateBeforeAttributeName(R){if(R===M.Gt){if(this.cbs.onopentagend(this.index),this.isSpecial)this.state=q.InSpecialTag,this.sequenceIndex=0;else this.state=q.Text;this.baseState=this.state,this.sectionStart=this.index+1}else if(R===M.Slash)this.state=q.InSelfClosingTag;else if(!Jf(R))this.state=q.InAttributeName,this.sectionStart=this.index}stateInSelfClosingTag(R){if(R===M.Gt)this.cbs.onselfclosingtag(this.index),this.state=q.Text,this.baseState=q.Text,this.sectionStart=this.index+1,this.isSpecial=!1;else if(!Jf(R))this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R)}stateInAttributeName(R){if(R===M.Eq||yH(R))this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.AfterAttributeName,this.stateAfterAttributeName(R)}stateAfterAttributeName(R){if(R===M.Eq)this.state=q.BeforeAttributeValue;else if(R===M.Slash||R===M.Gt)this.cbs.onattribend(kR.NoValue,this.index),this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R);else if(!Jf(R))this.cbs.onattribend(kR.NoValue,this.index),this.state=q.InAttributeName,this.sectionStart=this.index}stateBeforeAttributeValue(R){if(R===M.DoubleQuote)this.state=q.InAttributeValueDq,this.sectionStart=this.index+1;else if(R===M.SingleQuote)this.state=q.InAttributeValueSq,this.sectionStart=this.index+1;else if(!Jf(R))this.sectionStart=this.index,this.state=q.InAttributeValueNq,this.stateInAttributeValueNoQuotes(R)}handleInAttributeValue(R,f){if(R===f||!this.decodeEntities&&this.fastForwardTo(f))this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(f===M.DoubleQuote?kR.Double:kR.Single,this.index),this.state=q.BeforeAttributeName;else if(this.decodeEntities&&R===M.Amp)this.baseState=this.state,this.state=q.BeforeEntity}stateInAttributeValueDoubleQuotes(R){this.handleInAttributeValue(R,M.DoubleQuote)}stateInAttributeValueSingleQuotes(R){this.handleInAttributeValue(R,M.SingleQuote)}stateInAttributeValueNoQuotes(R){if(Jf(R)||R===M.Gt)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(kR.Unquoted,this.index),this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R);else if(this.decodeEntities&&R===M.Amp)this.baseState=this.state,this.state=q.BeforeEntity}stateBeforeDeclaration(R){if(R===M.OpeningSquareBracket)this.state=q.CDATASequence,this.sequenceIndex=0;else this.state=R===M.Dash?q.BeforeComment:q.InDeclaration}stateInDeclaration(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.cbs.ondeclaration(this.sectionStart,this.index),this.state=q.Text,this.sectionStart=this.index+1}stateInProcessingInstruction(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=q.Text,this.sectionStart=this.index+1}stateBeforeComment(R){if(R===M.Dash)this.state=q.InCommentLike,this.currentSequence=jR.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1;else this.state=q.InDeclaration}stateInSpecialComment(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.cbs.oncomment(this.sectionStart,this.index,0),this.state=q.Text,this.sectionStart=this.index+1}stateBeforeSpecialS(R){const f=R|32;if(f===jR.ScriptEnd[3])this.startSpecial(jR.ScriptEnd,4);else if(f===jR.StyleEnd[3])this.startSpecial(jR.StyleEnd,4);else this.state=q.InTagName,this.stateInTagName(R)}stateBeforeEntity(R){if(this.entityExcess=1,this.entityResult=0,R===M.Number)this.state=q.BeforeNumericEntity;else if(R===M.Amp);else this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=q.InNamedEntity,this.stateInNamedEntity(R)}stateInNamedEntity(R){if(this.entityExcess+=1,this.trieIndex=M1(this.entityTrie,this.trieCurrent,this.trieIndex+1,R),this.trieIndex<0){this.emitNamedEntity(),this.index--;return}this.trieCurrent=this.entityTrie[this.trieIndex];const f=this.trieCurrent&mR.VALUE_LENGTH;if(f){const A=(f>>14)-1;if(!this.allowLegacyEntity()&&R!==M.Semi)this.trieIndex+=A;else{const H=this.index-this.entityExcess+1;if(H>this.sectionStart)this.emitPartial(this.sectionStart,H);if(this.entityResult=this.trieIndex,this.trieIndex+=A,this.entityExcess=0,this.sectionStart=this.index+1,A===0)this.emitNamedEntity()}}}emitNamedEntity(){if(this.state=this.baseState,this.entityResult===0)return;switch((this.entityTrie[this.entityResult]&mR.VALUE_LENGTH)>>14){case 1:{this.emitCodePoint(this.entityTrie[this.entityResult]&~mR.VALUE_LENGTH);break}case 2:{this.emitCodePoint(this.entityTrie[this.entityResult+1]);break}case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}}stateBeforeNumericEntity(R){if((R|32)===M.LowerX)this.entityExcess++,this.state=q.InHexEntity;else this.state=q.InNumericEntity,this.stateInNumericEntity(R)}emitNumericEntity(R){const f=this.index-this.entityExcess-1;if(f+2+Number(this.state===q.InHexEntity)!==this.index){if(f>this.sectionStart)this.emitPartial(this.sectionStart,f);this.sectionStart=this.index+Number(R),this.emitCodePoint(Z0(this.entityResult))}this.state=this.baseState}stateInNumericEntity(R){if(R===M.Semi)this.emitNumericEntity(!0);else if(QU(R))this.entityResult=this.entityResult*10+(R-M.Zero),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}stateInHexEntity(R){if(R===M.Semi)this.emitNumericEntity(!0);else if(QU(R))this.entityResult=this.entityResult*16+(R-M.Zero),this.entityExcess++;else if(tq(R))this.entityResult=this.entityResult*16+((R|32)-M.LowerA+10),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}allowLegacyEntity(){return!this.xmlMode&&(this.baseState===q.Text||this.baseState===q.InSpecialTag)}cleanup(){if(this.running&&this.sectionStart!==this.index){if(this.state===q.Text||this.state===q.InSpecialTag&&this.sequenceIndex===0)this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index;else if(this.state===q.InAttributeValueDq||this.state===q.InAttributeValueSq||this.state===q.InAttributeValueNq)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index}}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){while(this.shouldContinue()){const R=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case q.Text:{this.stateText(R);break}case q.SpecialStartSequence:{this.stateSpecialStartSequence(R);break}case q.InSpecialTag:{this.stateInSpecialTag(R);break}case q.CDATASequence:{this.stateCDATASequence(R);break}case q.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(R);break}case q.InAttributeName:{this.stateInAttributeName(R);break}case q.InCommentLike:{this.stateInCommentLike(R);break}case q.InSpecialComment:{this.stateInSpecialComment(R);break}case q.BeforeAttributeName:{this.stateBeforeAttributeName(R);break}case q.InTagName:{this.stateInTagName(R);break}case q.InClosingTagName:{this.stateInClosingTagName(R);break}case q.BeforeTagName:{this.stateBeforeTagName(R);break}case q.AfterAttributeName:{this.stateAfterAttributeName(R);break}case q.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(R);break}case q.BeforeAttributeValue:{this.stateBeforeAttributeValue(R);break}case q.BeforeClosingTagName:{this.stateBeforeClosingTagName(R);break}case q.AfterClosingTagName:{this.stateAfterClosingTagName(R);break}case q.BeforeSpecialS:{this.stateBeforeSpecialS(R);break}case q.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(R);break}case q.InSelfClosingTag:{this.stateInSelfClosingTag(R);break}case q.InDeclaration:{this.stateInDeclaration(R);break}case q.BeforeDeclaration:{this.stateBeforeDeclaration(R);break}case q.BeforeComment:{this.stateBeforeComment(R);break}case q.InProcessingInstruction:{this.stateInProcessingInstruction(R);break}case q.InNamedEntity:{this.stateInNamedEntity(R);break}case q.BeforeEntity:{this.stateBeforeEntity(R);break}case q.InHexEntity:{this.stateInHexEntity(R);break}case q.InNumericEntity:{this.stateInNumericEntity(R);break}default:this.stateBeforeNumericEntity(R)}this.index++}this.cleanup()}finish(){if(this.state===q.InNamedEntity)this.emitNamedEntity();if(this.sectionStart<this.index)this.handleTrailingData();this.cbs.onend()}handleTrailingData(){const R=this.buffer.length+this.offset;if(this.state===q.InCommentLike)if(this.currentSequence===jR.CdataEnd)this.cbs.oncdata(this.sectionStart,R,0);else this.cbs.oncomment(this.sectionStart,R,0);else if(this.state===q.InNumericEntity&&this.allowLegacyEntity())this.emitNumericEntity(!1);else if(this.state===q.InHexEntity&&this.allowLegacyEntity())this.emitNumericEntity(!1);else if(this.state===q.InTagName||this.state===q.BeforeAttributeName||this.state===q.BeforeAttributeValue||this.state===q.AfterAttributeName||this.state===q.InAttributeName||this.state===q.InAttributeValueSq||this.state===q.InAttributeValueDq||this.state===q.InAttributeValueNq||this.state===q.InClosingTagName);else this.cbs.ontext(this.sectionStart,R)}emitPartial(R,f){if(this.baseState!==q.Text&&this.baseState!==q.InSpecialTag)this.cbs.onattribdata(R,f);else this.cbs.ontext(R,f)}emitCodePoint(R){if(this.baseState!==q.Text&&this.baseState!==q.InSpecialTag)this.cbs.onattribentity(R);else this.cbs.ontextentity(R)}}var vA=new Set(["input","option","optgroup","select","button","datalist","textarea"]),K=new Set(["p"]),zU=new Set(["thead","tbody"]),EU=new Set(["dd","dt"]),TU=new Set(["rt","rp"]),eq=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",K],["h1",K],["h2",K],["h3",K],["h4",K],["h5",K],["h6",K],["select",vA],["input",vA],["output",vA],["button",vA],["datalist",vA],["textarea",vA],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",EU],["dt",EU],["address",K],["article",K],["aside",K],["blockquote",K],["details",K],["div",K],["dl",K],["fieldset",K],["figcaption",K],["figure",K],["footer",K],["form",K],["header",K],["hr",K],["main",K],["nav",K],["ol",K],["pre",K],["section",K],["table",K],["ul",K],["rt",TU],["rp",TU],["tbody",zU],["tfoot",zU]]),R8=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),OU=new Set(["math","svg"]),SU=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),f8=/\s|\//;class y1{constructor(R,f={}){var A,H,P,F,h;this.options=f,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=R!==null&&R!==void 0?R:{},this.lowerCaseTagNames=(A=f.lowerCaseTags)!==null&&A!==void 0?A:!f.xmlMode,this.lowerCaseAttributeNames=(H=f.lowerCaseAttributeNames)!==null&&H!==void 0?H:!f.xmlMode,this.tokenizer=new((P=f.Tokenizer)!==null&&P!==void 0?P:NH)(this.options,this),(h=(F=this.cbs).onparserinit)===null||h===void 0||h.call(F,this)}ontext(R,f){var A,H;const P=this.getSlice(R,f);this.endIndex=f-1,(H=(A=this.cbs).ontext)===null||H===void 0||H.call(A,P),this.startIndex=f}ontextentity(R){var f,A;const H=this.tokenizer.getSectionStart();this.endIndex=H-1,(A=(f=this.cbs).ontext)===null||A===void 0||A.call(f,SA(R)),this.startIndex=H}isVoidElement(R){return!this.options.xmlMode&&R8.has(R)}onopentagname(R,f){this.endIndex=f;let A=this.getSlice(R,f);if(this.lowerCaseTagNames)A=A.toLowerCase();this.emitOpenTag(A)}emitOpenTag(R){var f,A,H,P;this.openTagStart=this.startIndex,this.tagname=R;const F=!this.options.xmlMode&&eq.get(R);if(F)while(this.stack.length>0&&F.has(this.stack[this.stack.length-1])){const h=this.stack.pop();(A=(f=this.cbs).onclosetag)===null||A===void 0||A.call(f,h,!0)}if(!this.isVoidElement(R)){if(this.stack.push(R),OU.has(R))this.foreignContext.push(!0);else if(SU.has(R))this.foreignContext.push(!1)}if((P=(H=this.cbs).onopentagname)===null||P===void 0||P.call(H,R),this.cbs.onopentag)this.attribs={}}endOpenTag(R){var f,A;if(this.startIndex=this.openTagStart,this.attribs)(A=(f=this.cbs).onopentag)===null||A===void 0||A.call(f,this.tagname,this.attribs,R),this.attribs=null;if(this.cbs.onclosetag&&this.isVoidElement(this.tagname))this.cbs.onclosetag(this.tagname,!0);this.tagname=""}onopentagend(R){this.endIndex=R,this.endOpenTag(!1),this.startIndex=R+1}onclosetag(R,f){var A,H,P,F,h,$;this.endIndex=f;let U=this.getSlice(R,f);if(this.lowerCaseTagNames)U=U.toLowerCase();if(OU.has(U)||SU.has(U))this.foreignContext.pop();if(!this.isVoidElement(U)){const G=this.stack.lastIndexOf(U);if(G!==-1)if(this.cbs.onclosetag){let Y=this.stack.length-G;while(Y--)this.cbs.onclosetag(this.stack.pop(),Y!==0)}else this.stack.length=G;else if(!this.options.xmlMode&&U==="p")this.emitOpenTag("p"),this.closeCurrentTag(!0)}else if(!this.options.xmlMode&&U==="br")(H=(A=this.cbs).onopentagname)===null||H===void 0||H.call(A,"br"),(F=(P=this.cbs).onopentag)===null||F===void 0||F.call(P,"br",{},!0),($=(h=this.cbs).onclosetag)===null||$===void 0||$.call(h,"br",!1);this.startIndex=f+1}onselfclosingtag(R){if(this.endIndex=R,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1])this.closeCurrentTag(!1),this.startIndex=R+1;else this.onopentagend(R)}closeCurrentTag(R){var f,A;const H=this.tagname;if(this.endOpenTag(R),this.stack[this.stack.length-1]===H)(A=(f=this.cbs).onclosetag)===null||A===void 0||A.call(f,H,!R),this.stack.pop()}onattribname(R,f){this.startIndex=R;const A=this.getSlice(R,f);this.attribname=this.lowerCaseAttributeNames?A.toLowerCase():A}onattribdata(R,f){this.attribvalue+=this.getSlice(R,f)}onattribentity(R){this.attribvalue+=SA(R)}onattribend(R,f){var A,H;if(this.endIndex=f,(H=(A=this.cbs).onattribute)===null||H===void 0||H.call(A,this.attribname,this.attribvalue,R===kR.Double?'"':R===kR.Single?"'":R===kR.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname))this.attribs[this.attribname]=this.attribvalue;this.attribvalue=""}getInstructionName(R){const f=R.search(f8);let A=f<0?R:R.substr(0,f);if(this.lowerCaseTagNames)A=A.toLowerCase();return A}ondeclaration(R,f){this.endIndex=f;const A=this.getSlice(R,f);if(this.cbs.onprocessinginstruction){const H=this.getInstructionName(A);this.cbs.onprocessinginstruction(`!${H}`,`!${A}`)}this.startIndex=f+1}onprocessinginstruction(R,f){this.endIndex=f;const A=this.getSlice(R,f);if(this.cbs.onprocessinginstruction){const H=this.getInstructionName(A);this.cbs.onprocessinginstruction(`?${H}`,`?${A}`)}this.startIndex=f+1}oncomment(R,f,A){var H,P,F,h;this.endIndex=f,(P=(H=this.cbs).oncomment)===null||P===void 0||P.call(H,this.getSlice(R,f-A)),(h=(F=this.cbs).oncommentend)===null||h===void 0||h.call(F),this.startIndex=f+1}oncdata(R,f,A){var H,P,F,h,$,U,G,Y,W,D;this.endIndex=f;const Z=this.getSlice(R,f-A);if(this.options.xmlMode||this.options.recognizeCDATA)(P=(H=this.cbs).oncdatastart)===null||P===void 0||P.call(H),(h=(F=this.cbs).ontext)===null||h===void 0||h.call(F,Z),(U=($=this.cbs).oncdataend)===null||U===void 0||U.call($);else(Y=(G=this.cbs).oncomment)===null||Y===void 0||Y.call(G,`[CDATA[${Z}]]`),(D=(W=this.cbs).oncommentend)===null||D===void 0||D.call(W);this.startIndex=f+1}onend(){var R,f;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let A=this.stack.length;A>0;this.cbs.onclosetag(this.stack[--A],!0));}(f=(R=this.cbs).onend)===null||f===void 0||f.call(R)}reset(){var R,f,A,H;(f=(R=this.cbs).onreset)===null||f===void 0||f.call(R),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(H=(A=this.cbs).onparserinit)===null||H===void 0||H.call(A,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(R){this.reset(),this.end(R)}getSlice(R,f){while(R-this.bufferOffset>=this.buffers[0].length)this.shiftBuffer();let A=this.buffers[0].slice(R-this.bufferOffset,f-this.bufferOffset);while(f-this.bufferOffset>this.buffers[0].length)this.shiftBuffer(),A+=this.buffers[0].slice(0,f-this.bufferOffset);return A}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(R){var f,A;if(this.ended){(A=(f=this.cbs).onerror)===null||A===void 0||A.call(f,new Error(".write() after done!"));return}if(this.buffers.push(R),this.tokenizer.running)this.tokenizer.write(R),this.writeIndex++}end(R){var f,A;if(this.ended){(A=(f=this.cbs).onerror)===null||A===void 0||A.call(f,new Error(".end() after done!"));return}if(R)this.write(R);this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){this.tokenizer.resume();while(this.tokenizer.running&&this.writeIndex<this.buffers.length)this.tokenizer.write(this.buffers[this.writeIndex++]);if(this.ended)this.tokenizer.end()}parseChunk(R){this.write(R)}done(R){this.end(R)}}function CU(R,f){const A=new f1(void 0,f);return new y1(A,f).end(R),A.root}function jH(R){let f="",A=0,H;while((H=vU.exec(R))!==null){const P=H.index,F=R.charCodeAt(P),h=wU.get(F);if(h!==void 0)f+=R.substring(A,P)+h,A=P+1;else f+=`${R.substring(A,P)}&#x${A8(R,P).toString(16)};`,A=vU.lastIndex+=Number((F&64512)===55296)}return f+R.substr(A)}var N1=function(R,f){return function A(H){let P,F=0,h="";while(P=R.exec(H)){if(F!==P.index)h+=H.substring(F,P.index);h+=f.get(P[0].charCodeAt(0)),F=P.index+1}return h+H.substring(F)}},vU=/["&'<>$\x80-\uFFFF]/g,wU=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),A8=String.prototype.codePointAt!=null?(R,f)=>R.codePointAt(f):(R,f)=>(R.charCodeAt(f)&64512)===55296?(R.charCodeAt(f)-55296)*1024+R.charCodeAt(f+1)-56320+65536:R.charCodeAt(f);var H8=N1(/[&<>'"]/g,wU),j1=N1(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),V1=N1(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var BU;(function(R){R[R.XML=0]="XML",R[R.HTML=1]="HTML"})(BU||(BU={}));var KU;(function(R){R[R.UTF8=0]="UTF8",R[R.ASCII=1]="ASCII",R[R.Extensive=2]="Extensive",R[R.Attribute=3]="Attribute",R[R.Text=4]="Text"})(KU||(KU={}));var bU=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((R)=>[R.toLowerCase(),R])),gU=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((R)=>[R.toLowerCase(),R]));var F8=function(R){return R.replace(/"/g,"&quot;")},h8=function(R,f){var A;if(!R)return;const H=((A=f.encodeEntities)!==null&&A!==void 0?A:f.decodeEntities)===!1?F8:f.xmlMode||f.encodeEntities!=="utf8"?jH:j1;return Object.keys(R).map((P)=>{var F,h;const $=(F=R[P])!==null&&F!==void 0?F:"";if(f.xmlMode==="foreign")P=(h=gU.get(P))!==null&&h!==void 0?h:P;if(!f.emptyAttrs&&!f.xmlMode&&$==="")return P;return`${P}="${H($)}"`}).join(" ")};function I0(R,f={}){const A="length"in R?R:[R];let H="";for(let P=0;P<A.length;P++)H+=$8(A[P],f);return H}var $8=function(R,f){switch(R.type){case p$:return I0(R.children,f);case r$:case l$:return W8(R);case d$:return I8(R);case o$:return Z8(R);case k$:case a$:case _$:return Y8(R,f);case s$:return D8(R,f)}},Y8=function(R,f){var A;if(f.xmlMode==="foreign"){if(R.name=(A=bU.get(R.name))!==null&&A!==void 0?A:R.name,R.parent&&U8.has(R.parent.name))f={...f,xmlMode:!1}}if(!f.xmlMode&&G8.has(R.name))f={...f,xmlMode:"foreign"};let H=`<${R.name}`;const P=h8(R.attribs,f);if(P)H+=` ${P}`;if(R.children.length===0&&(f.xmlMode?f.selfClosingTags!==!1:f.selfClosingTags&&uU.has(R.name))){if(!f.xmlMode)H+=" ";H+="/>"}else{if(H+=">",R.children.length>0)H+=I0(R.children,f);if(f.xmlMode||!uU.has(R.name))H+=`</${R.name}>`}return H},W8=function(R){return`<${R.data}>`},D8=function(R,f){var A;let H=R.data||"";if(((A=f.encodeEntities)!==null&&A!==void 0?A:f.decodeEntities)!==!1&&!(!f.xmlMode&&R.parent&&P8.has(R.parent.name)))H=f.xmlMode||f.encodeEntities!=="utf8"?jH(H):V1(H);return H},Z8=function(R){return`<![CDATA[${R.children[0].data}]]>`},I8=function(R){return`<!--${R.data}-->`},P8=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]),uU=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);var U8=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),G8=new Set(["svg","math"]);var v1=kU(iU(),1);var w1=function(R,f,A=()=>{return}){if(R===void 0){const H=function(...P){return f(H,...P)};return H}if(R>=0)return function(...H){return f(w1(R-1,f,A),...H)};return A},aU=function(R,f){let A=0,H=R.length;while(A<H&&R[A]===f)++A;while(H>A&&R[H-1]===f)--H;return A>0||H<R.length?R.substring(A,H):R},O8=function(R,f){let A=R.length;while(A>0&&R[A-1]===f)--A;return A<R.length?R.substring(0,A):R},S8=function(R){return R.replace(/[\s\S]/g,(f)=>"\\u"+f.charCodeAt().toString(16).padStart(4,"0"))},_U=function(R,f){const A=new Map;for(let H=R.length;H-- >0;){const P=R[H],F=f(P);A.set(F,A.has(F)?v1.default(P,A.get(F),{arrayMerge:v8}):P)}return[...A.values()].reverse()},BA=function(R,f){for(let A of f){if(!R)return;R=R[A]}return R},pU=function(R,f="a",A=26){const H=[];do R-=1,H.push(R%A),R=R/A>>0;while(R>0);const P=f.charCodeAt(0);return H.reverse().map((F)=>String.fromCharCode(P+F)).join("")},lU=function(R){return[...R+""].map((f)=>+f).reverse().map((f,A)=>f%5<4?(f<5?"":sU[A])+Q1[A].repeat(f%5):Q1[A]+(f<5?sU[A]:Q1[A+1])).reverse().join("")},w8=function(R){return[...R].map((f)=>"\\u"+f.charCodeAt(0).toString(16).padStart(4,"0")).join("")},tf=function(R){if(!(R instanceof aR||R instanceof Of||R instanceof Sf))throw new Error("Only blocks, list items and table cells can be requested for text contents.");return R.inlineTextBuilder.isEmpty()?R.rawText:R.rawText+R.inlineTextBuilder.toString()},VH=function(R,f,A,H){if(!(R instanceof aR||R instanceof Of||R instanceof Sf))throw new Error("Only blocks, list items and table cells can contain text.");const P=tf(R),F=Math.max(R.stashedLineBreaks,A);if(R.inlineTextBuilder.clear(),P)R.rawText=P+"\n".repeat(F)+f;else R.rawText=f,R.leadingLineBreaks=F;R.stashedLineBreaks=H},tU=function(R,f){return f?tU(f.transform(R),f.next):R},B8=function(R={}){const f=R.selectors.filter((h)=>!h.format);if(f.length)throw new Error("Following selectors have no specified format: "+f.map((h)=>`\`${h.selector}\``).join(", "));const A=new XH(R.selectors.map((h)=>[h.selector,h])).build(J1);if(typeof R.encodeCharacters!=="function")R.encodeCharacters=u8(R.encodeCharacters);const H=new XH(R.baseElements.selectors.map((h,$)=>[h,$+1])).build(J1);function P(h){return b8(h,R,H)}const F=w1(R.limits.maxDepth,g8,function(h,$){$.addInline(R.limits.ellipsis||"")});return function(h,$=void 0){return K8(h,$,R,A,P,F)}},K8=function(R,f,A,H,P,F){const h=A.limits.maxInputLength;if(h&&R&&R.length>h)console.warn(`Input length ${R.length} is above allowed limit of ${h}. Truncating without ellipsis.`),R=R.substring(0,h);const $=CU(R,{decodeEntities:A.decodeEntities}),U=P($.children),G=new nU(A,H,f);return F(U,G),G.toString()},b8=function(R,f,A){const H=[];function P(h,$){$=$.slice(0,f.limits.maxChildNodes);for(let U of $){if(U.type!=="tag")continue;const G=A.pick1(U);if(G>0)H.push({selectorIndex:G,element:U});else if(U.children)h(U.children);if(H.length>=f.limits.maxBaseElements)return}}if(w1(f.limits.maxDepth,P)(R),f.baseElements.orderBy!=="occurrence")H.sort((h,$)=>h.selectorIndex-$.selectorIndex);return f.baseElements.returnDomByDefault&&H.length===0?R:H.map((h)=>h.element)},g8=function(R,f,A){if(!f)return;const H=A.options;if(f.length>H.limits.maxChildNodes)f=f.slice(0,H.limits.maxChildNodes),f.push({data:H.limits.ellipsis,type:"text"});for(let F of f)switch(F.type){case"text":{A.addInline(F.data);break}case"tag":{const h=A.picker.pick1(F),$=H.formatters[h.format];$(F,R,A,h.options||{});break}}return},u8=function(R){if(!R||Object.keys(R).length===0)return;const f=Object.entries(R).filter(([,F])=>F!==!1),A=new RegExp(f.map(([F])=>`(${S8([...F][0])})`).join("|"),"g"),H=f.map(([,F])=>F),P=(F,...h)=>H[h.findIndex(($)=>$)];return(F)=>F.replace(A,P)},C8=function(R,f,A,H){},x8=function(R,f,A,H){A.addLiteral(H.string||"")},m8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.addLiteral(H.string||""),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},c8=function(R,f,A,H){f(R.children,A)},i8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},eU=function(R){const f=R.attribs&&R.attribs.length?" "+Object.entries(R.attribs).map(([A,H])=>H===""?A:`${A}=${H.replace(/"/g,"&quot;")}`).join(" "):"";return`<${R.name}${f}>`},RG=function(R){return`</${R.name}>`},p8=function(R,f,A,H){A.startNoWrap(),A.addLiteral(eU(R)),A.stopNoWrap(),f(R.children,A),A.startNoWrap(),A.addLiteral(RG(R)),A.stopNoWrap()},s8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.startNoWrap(),A.addLiteral(eU(R)),A.stopNoWrap(),f(R.children,A),A.startNoWrap(),A.addLiteral(RG(R)),A.stopNoWrap(),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},l8=function(R,f,A,H){A.startNoWrap(),A.addLiteral(I0(R,{decodeEntities:A.options.decodeEntities})),A.stopNoWrap()},d8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.startNoWrap(),A.addLiteral(I0(R,{decodeEntities:A.options.decodeEntities})),A.stopNoWrap(),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},k8=function(R,f,A,H){A.addLiteral(H.prefix||""),f(R.children,A),A.addLiteral(H.suffix||"")},QH=function(R,f){if(!R[f])R[f]=[];return R[f]},_8=function(R,f=0){while(R[f])f++;return f},o8=function(R,f){for(let A=0;A<f;A++){const H=QH(R,A);for(let P=0;P<A;P++){const F=QH(R,P);if(H[P]||F[A]){const h=H[P];H[P]=F[A],F[A]=h}}}},r8=function(R,f,A,H){for(let P=0;P<R.rowspan;P++){const F=QH(f,A+P);for(let h=0;h<R.colspan;h++)F[H+h]=R}},O1=function(R,f){if(R[f]===void 0)R[f]=f===0?0:1+O1(R,f-1);return R[f]},dU=function(R,f,A,H){R[f+A]=Math.max(O1(R,f+A),O1(R,f)+H)},n8=function(R,f,A){const H=[];let P=0;const F=R.length,h=[0];for(let G=0;G<F;G++){const Y=QH(H,G),W=R[G];let D=0;for(let Z=0;Z<W.length;Z++){const J=W[Z];D=_8(Y,D),r8(J,H,G,D),D+=J.colspan,J.lines=J.text.split("\n");const X=J.lines.length;dU(h,G,J.rowspan,X+f)}P=Y.length>P?Y.length:P}o8(H,F>P?F:P);const $=[],U=[0];for(let G=0;G<P;G++){let Y=0,W;const D=Math.min(F,H[G].length);while(Y<D)if(W=H[G][Y],W){if(!W.rendered){let Z=0;for(let J=0;J<W.lines.length;J++){const X=W.lines[J],L=h[Y]+J;$[L]=($[L]||"").padEnd(U[G])+X,Z=X.length>Z?X.length:Z}dU(U,G,W.colspan,Z+A),W.rendered=!0}Y+=W.rowspan}else{const Z=h[Y];$[Z]=$[Z]||"",Y++}}return $.join("\n")},t8=function(R,f,A,H){A.addLineBreak()},e8=function(R,f,A,H){A.addWordBreakOpportunity()},RJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.addInline("-".repeat(H.length||A.options.wordwrap||40)),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},fJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},AJ=function(R,f,A,H){A.openBlock({isPre:!0,leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},HJ=function(R,f,A,H){if(A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),H.uppercase!==!1)A.pushWordTransform((P)=>P.toUpperCase()),f(R.children,A),A.popWordTransform();else f(R.children,A);A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},PJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2,reservedLineLength:2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2,blockTransform:(P)=>(H.trimEmptyLines!==!1?aU(P,"\n"):P).split("\n").map((F)=>"> "+F).join("\n")})},S1=function(R,f){if(!f)return R;const A=typeof f[0]==="string"?f[0]:"[",H=typeof f[1]==="string"?f[1]:"]";return A+R+H},fG=function(R,f,A,H,P){const F=typeof f==="function"?f(R,H,P):R;return F[0]==="/"&&A?O8(A,"/")+F:F},FJ=function(R,f,A,H){const P=R.attribs||{},F=P.alt?P.alt:"",h=!P.src?"":fG(P.src,H.pathRewrite,H.baseUrl,A.metadata,R),$=!h?F:!F?S1(h,H.linkBrackets):F+" "+S1(h,H.linkBrackets);A.addInline($,{noWordTransform:!0})},hJ=function(R,f,A,H){function P(){if(H.ignoreHref)return"";if(!R.attribs||!R.attribs.href)return"";let h=R.attribs.href.replace(/^mailto:/,"");if(H.noAnchorUrl&&h[0]==="#")return"";return h=fG(h,H.pathRewrite,H.baseUrl,A.metadata,R),h}const F=P();if(!F)f(R.children,A);else{let h="";if(A.pushWordTransform((U)=>{if(U)h+=U;return U}),f(R.children,A),A.popWordTransform(),!(H.hideLinkHrefIfSameAsText&&F===h))A.addInline(!h?F:" "+S1(F,H.linkBrackets),{noWordTransform:!0})}},AG=function(R,f,A,H,P){const F=BA(R,["parent","name"])==="li";let h=0;const $=(R.children||[]).filter((U)=>U.type!=="text"||!/^\s*$/.test(U.data)).map(function(U){if(U.name!=="li")return{node:U,prefix:""};const G=F?P().trimStart():P();if(G.length>h)h=G.length;return{node:U,prefix:G}});if(!$.length)return;A.openList({interRowLineBreaks:1,leadingLineBreaks:F?1:H.leadingLineBreaks||2,maxPrefixLength:h,prefixAlign:"left"});for(let{node:U,prefix:G}of $)A.openListItem({prefix:G}),f([U],A),A.closeListItem();A.closeList({trailingLineBreaks:F?1:H.trailingLineBreaks||2})},$J=function(R,f,A,H){const P=H.itemPrefix||" * ";return AG(R,f,A,H,()=>P)},UJ=function(R,f,A,H){let P=Number(R.attribs.start||"1");const F=GJ(R.attribs.type);return AG(R,f,A,H,()=>" "+F(P++)+". ")},GJ=function(R="1"){switch(R){case"a":return(f)=>pU(f,"a");case"A":return(f)=>pU(f,"A");case"i":return(f)=>lU(f).toLowerCase();case"I":return(f)=>lU(f);case"1":default:return(f)=>f.toString()}},YJ=function(R){const f=[],A=[];for(let H of R)if(H.startsWith("."))f.push(H.substring(1));else if(H.startsWith("#"))A.push(H.substring(1));return{classes:f,ids:A}},WJ=function(R,f){if(f===!0)return!0;if(!R)return!1;const{classes:A,ids:H}=YJ(f),P=(R.class||"").split(" "),F=(R.id||"").split(" ");return P.some((h)=>A.includes(h))||F.some((h)=>H.includes(h))},DJ=function(R,f,A,H){return WJ(R.attribs,A.options.tables)?HG(R,f,A,H):ZJ(R,f,A,H)},ZJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks})},HG=function(R,f,A,H){A.openTable(),R.children.forEach(F),A.closeTable({tableToString:(h)=>n8(h,H.rowSpacing??0,H.colSpacing??3),leadingLineBreaks:H.leadingLineBreaks,trailingLineBreaks:H.trailingLineBreaks});function P(h){const $=+BA(h,["attribs","colspan"])||1,U=+BA(h,["attribs","rowspan"])||1;A.openTableCell({maxColumnWidth:H.maxColumnWidth}),f(h.children,A),A.closeTableCell({colspan:$,rowspan:U})}function F(h){if(h.type!=="tag")return;const $=H.uppercaseHeaderCells!==!1?(U)=>{A.pushWordTransform((G)=>G.toUpperCase()),P(U),A.popWordTransform()}:P;switch(h.name){case"thead":case"tbody":case"tfoot":case"center":h.children.forEach(F);return;case"tr":{A.openTableRow();for(let U of h.children){if(U.type!=="tag")continue;switch(U.name){case"th":{$(U);break}case"td":{P(U);break}}}A.closeTableRow();break}}}},LJ=function(R={}){return R=v1.default(qJ,R,{arrayMerge:PG,customMerge:(f)=>f==="selectors"?XJ:void 0}),R.formatters=Object.assign({},a8,IJ,R.formatters),R.selectors=_U(R.selectors,(f)=>f.selector),MJ(R),B8(R)},K1=function(R,f={},A=void 0){return LJ(f)(R,A)},MJ=function(R){if(R.tags){const A=Object.entries(R.tags).map(([H,P])=>({...P,selector:H||"*"}));R.selectors.push(...A),R.selectors=_U(R.selectors,(H)=>H.selector)}function f(A,H,P){const F=H.pop();for(let h of H){let $=A[h];if(!$)$={},A[h]=$;A=$}A[F]=P}if(R.baseElement){const A=R.baseElement;f(R,["baseElements","selectors"],Array.isArray(A)?A:[A])}if(R.returnDomByDefault!==void 0)f(R,["baseElements","returnDomByDefault"],R.returnDomByDefault);for(let A of R.selectors)if(A.format==="anchor"&&BA(A,["options","noLinkBrackets"]))f(A,["options","linkBrackets"],!1)},v8=(R,f,A)=>[...f],Q1=["I","X","C","M"],sU=["V","L","D"];class B1{constructor(R,f=void 0){this.lines=[],this.nextLineWords=[],this.maxLineLength=f||R.wordwrap||Number.MAX_VALUE,this.nextLineAvailableChars=this.maxLineLength,this.wrapCharacters=BA(R,["longWordSplit","wrapCharacters"])||[],this.forceWrapOnLimit=BA(R,["longWordSplit","forceWrapOnLimit"])||!1,this.stashedSpace=!1,this.wordBreakOpportunity=!1}pushWord(R,f=!1){if(this.nextLineAvailableChars<=0&&!f)this.startNewLine();const A=this.nextLineWords.length===0,H=R.length+(A?0:1);if(H<=this.nextLineAvailableChars||f)this.nextLineWords.push(R),this.nextLineAvailableChars-=H;else{const[P,...F]=this.splitLongWord(R);if(!A)this.startNewLine();this.nextLineWords.push(P),this.nextLineAvailableChars-=P.length;for(let h of F)this.startNewLine(),this.nextLineWords.push(h),this.nextLineAvailableChars-=h.length}}popWord(){const R=this.nextLineWords.pop();if(R!==void 0){const f=this.nextLineWords.length===0,A=R.length+(f?0:1);this.nextLineAvailableChars+=A}return R}concatWord(R,f=!1){if(this.wordBreakOpportunity&&R.length>this.nextLineAvailableChars)this.pushWord(R,f),this.wordBreakOpportunity=!1;else{const A=this.popWord();this.pushWord(A?A.concat(R):R,f)}}startNewLine(R=1){if(this.lines.push(this.nextLineWords),R>1)this.lines.push(...Array.from({length:R-1},()=>[]));this.nextLineWords=[],this.nextLineAvailableChars=this.maxLineLength}isEmpty(){return this.lines.length===0&&this.nextLineWords.length===0}clear(){this.lines.length=0,this.nextLineWords.length=0,this.nextLineAvailableChars=this.maxLineLength}toString(){return[...this.lines,this.nextLineWords].map((R)=>R.join(" ")).join("\n")}splitLongWord(R){const f=[];let A=0;while(R.length>this.maxLineLength){const H=R.substring(0,this.maxLineLength),P=R.substring(this.maxLineLength),F=H.lastIndexOf(this.wrapCharacters[A]);if(F>-1)R=H.substring(F+1)+P,f.push(H.substring(0,F+1));else if(A++,A<this.wrapCharacters.length)R=H+P;else{if(this.forceWrapOnLimit){if(f.push(H),R=P,R.length>this.maxLineLength)continue}else R=H+P;break}}return f.push(R),f}}class KA{constructor(R=null){this.next=R}getRoot(){return this.next?this.next:this}}class aR extends KA{constructor(R,f=null,A=1,H=void 0){super(f);this.leadingLineBreaks=A,this.inlineTextBuilder=new B1(R,H),this.rawText="",this.stashedLineBreaks=0,this.isPre=f&&f.isPre,this.isNoWrap=f&&f.isNoWrap}}class z1 extends aR{constructor(R,f=null,{interRowLineBreaks:A=1,leadingLineBreaks:H=2,maxLineLength:P=void 0,maxPrefixLength:F=0,prefixAlign:h="left"}={}){super(R,f,H,P);this.maxPrefixLength=F,this.prefixAlign=h,this.interRowLineBreaks=A}}class Of extends aR{constructor(R,f=null,{leadingLineBreaks:A=1,maxLineLength:H=void 0,prefix:P=""}={}){super(R,f,A,H);this.prefix=P}}class E1 extends KA{constructor(R=null){super(R);this.rows=[],this.isPre=R&&R.isPre,this.isNoWrap=R&&R.isNoWrap}}class T1 extends KA{constructor(R=null){super(R);this.cells=[],this.isPre=R&&R.isPre,this.isNoWrap=R&&R.isNoWrap}}class Sf extends KA{constructor(R,f=null,A=void 0){super(f);this.inlineTextBuilder=new B1(R,A),this.rawText="",this.stashedLineBreaks=0,this.isPre=f&&f.isPre,this.isNoWrap=f&&f.isNoWrap}}class oU extends KA{constructor(R=null,f){super(R);this.transform=f}}class rU{constructor(R){this.whitespaceChars=R.preserveNewlines?R.whitespaceCharacters.replace(/\n/g,""):R.whitespaceCharacters;const f=w8(this.whitespaceChars);if(this.leadingWhitespaceRe=new RegExp(`^[${f}]`),this.trailingWhitespaceRe=new RegExp(`[${f}]\$`),this.allWhitespaceOrEmptyRe=new RegExp(`^[${f}]*\$`),this.newlineOrNonWhitespaceRe=new RegExp(`(\\n|[^\\n${f}])`,"g"),this.newlineOrNonNewlineStringRe=new RegExp("(\\n|[^\\n]+)","g"),R.preserveNewlines){const A=new RegExp(`\\n|[^\\n${f}]+`,"gm");this.shrinkWrapAdd=function(H,P,F=($)=>$,h=!1){if(!H)return;const $=P.stashedSpace;let U=!1,G=A.exec(H);if(G){if(U=!0,G[0]==="\n")P.startNewLine();else if($||this.testLeadingWhitespace(H))P.pushWord(F(G[0]),h);else P.concatWord(F(G[0]),h);while((G=A.exec(H))!==null)if(G[0]==="\n")P.startNewLine();else P.pushWord(F(G[0]),h)}P.stashedSpace=$&&!U||this.testTrailingWhitespace(H)}}else{const A=new RegExp(`[^${f}]+`,"g");this.shrinkWrapAdd=function(H,P,F=($)=>$,h=!1){if(!H)return;const $=P.stashedSpace;let U=!1,G=A.exec(H);if(G){if(U=!0,$||this.testLeadingWhitespace(H))P.pushWord(F(G[0]),h);else P.concatWord(F(G[0]),h);while((G=A.exec(H))!==null)P.pushWord(F(G[0]),h)}P.stashedSpace=$&&!U||this.testTrailingWhitespace(H)}}}addLiteral(R,f,A=!0){if(!R)return;const H=f.stashedSpace;let P=!1,F=this.newlineOrNonNewlineStringRe.exec(R);if(F){if(P=!0,F[0]==="\n")f.startNewLine();else if(H)f.pushWord(F[0],A);else f.concatWord(F[0],A);while((F=this.newlineOrNonNewlineStringRe.exec(R))!==null)if(F[0]==="\n")f.startNewLine();else f.pushWord(F[0],A)}f.stashedSpace=H&&!P}testLeadingWhitespace(R){return this.leadingWhitespaceRe.test(R)}testTrailingWhitespace(R){return this.trailingWhitespaceRe.test(R)}testContainsWords(R){return!this.allWhitespaceOrEmptyRe.test(R)}countNewlinesNoWords(R){this.newlineOrNonWhitespaceRe.lastIndex=0;let f=0,A;while((A=this.newlineOrNonWhitespaceRe.exec(R))!==null)if(A[0]==="\n")f++;else return 0;return f}}class nU{constructor(R,f,A=void 0){this.options=R,this.picker=f,this.metadata=A,this.whitespaceProcessor=new rU(R),this._stackItem=new aR(R),this._wordTransformer=void 0}pushWordTransform(R){this._wordTransformer=new oU(this._wordTransformer,R)}popWordTransform(){if(!this._wordTransformer)return;const R=this._wordTransformer.transform;return this._wordTransformer=this._wordTransformer.next,R}startNoWrap(){this._stackItem.isNoWrap=!0}stopNoWrap(){this._stackItem.isNoWrap=!1}_getCombinedWordTransformer(){const R=this._wordTransformer?(A)=>tU(A,this._wordTransformer):void 0,f=this.options.encodeCharacters;return R?f?(A)=>f(R(A)):R:f}_popStackItem(){const R=this._stackItem;return this._stackItem=R.next,R}addLineBreak(){if(!(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf))return;if(this._stackItem.isPre)this._stackItem.rawText+="\n";else this._stackItem.inlineTextBuilder.startNewLine()}addWordBreakOpportunity(){if(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf)this._stackItem.inlineTextBuilder.wordBreakOpportunity=!0}addInline(R,{noWordTransform:f=!1}={}){if(!(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf))return;if(this._stackItem.isPre){this._stackItem.rawText+=R;return}if(R.length===0||this._stackItem.stashedLineBreaks&&!this.whitespaceProcessor.testContainsWords(R))return;if(this.options.preserveNewlines){const A=this.whitespaceProcessor.countNewlinesNoWords(R);if(A>0){this._stackItem.inlineTextBuilder.startNewLine(A);return}}if(this._stackItem.stashedLineBreaks)this._stackItem.inlineTextBuilder.startNewLine(this._stackItem.stashedLineBreaks);this.whitespaceProcessor.shrinkWrapAdd(R,this._stackItem.inlineTextBuilder,f?void 0:this._getCombinedWordTransformer(),this._stackItem.isNoWrap),this._stackItem.stashedLineBreaks=0}addLiteral(R){if(!(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf))return;if(R.length===0)return;if(this._stackItem.isPre){this._stackItem.rawText+=R;return}if(this._stackItem.stashedLineBreaks)this._stackItem.inlineTextBuilder.startNewLine(this._stackItem.stashedLineBreaks);this.whitespaceProcessor.addLiteral(R,this._stackItem.inlineTextBuilder,this._stackItem.isNoWrap),this._stackItem.stashedLineBreaks=0}openBlock({leadingLineBreaks:R=1,reservedLineLength:f=0,isPre:A=!1}={}){const H=Math.max(20,this._stackItem.inlineTextBuilder.maxLineLength-f);if(this._stackItem=new aR(this.options,this._stackItem,R,H),A)this._stackItem.isPre=!0}closeBlock({trailingLineBreaks:R=1,blockTransform:f=void 0}={}){const A=this._popStackItem(),H=f?f(tf(A)):tf(A);VH(this._stackItem,H,A.leadingLineBreaks,Math.max(A.stashedLineBreaks,R))}openList({maxPrefixLength:R=0,prefixAlign:f="left",interRowLineBreaks:A=1,leadingLineBreaks:H=2}={}){this._stackItem=new z1(this.options,this._stackItem,{interRowLineBreaks:A,leadingLineBreaks:H,maxLineLength:this._stackItem.inlineTextBuilder.maxLineLength,maxPrefixLength:R,prefixAlign:f})}openListItem({prefix:R=""}={}){if(!(this._stackItem instanceof z1))throw new Error("Can\'t add a list item to something that is not a list! Check the formatter.");const f=this._stackItem,A=Math.max(R.length,f.maxPrefixLength),H=Math.max(20,f.inlineTextBuilder.maxLineLength-A);this._stackItem=new Of(this.options,f,{prefix:R,maxLineLength:H,leadingLineBreaks:f.interRowLineBreaks})}closeListItem(){const R=this._popStackItem(),f=R.next,A=Math.max(R.prefix.length,f.maxPrefixLength),H="\n"+" ".repeat(A),F=(f.prefixAlign==="right"?R.prefix.padStart(A):R.prefix.padEnd(A))+tf(R).replace(/\n/g,H);VH(f,F,R.leadingLineBreaks,Math.max(R.stashedLineBreaks,f.interRowLineBreaks))}closeList({trailingLineBreaks:R=2}={}){const f=this._popStackItem(),A=tf(f);if(A)VH(this._stackItem,A,f.leadingLineBreaks,R)}openTable(){this._stackItem=new E1(this._stackItem)}openTableRow(){if(!(this._stackItem instanceof E1))throw new Error("Can\'t add a table row to something that is not a table! Check the formatter.");this._stackItem=new T1(this._stackItem)}openTableCell({maxColumnWidth:R=void 0}={}){if(!(this._stackItem instanceof T1))throw new Error("Can\'t add a table cell to something that is not a table row! Check the formatter.");this._stackItem=new Sf(this.options,this._stackItem,R)}closeTableCell({colspan:R=1,rowspan:f=1}={}){const A=this._popStackItem(),H=aU(tf(A),"\n");A.next.cells.push({colspan:R,rowspan:f,text:H})}closeTableRow(){const R=this._popStackItem();R.next.rows.push(R.cells)}closeTable({tableToString:R,leadingLineBreaks:f=2,trailingLineBreaks:A=2}){const H=this._popStackItem(),P=R(H.rows);if(P)VH(this._stackItem,P,f,A)}toString(){return tf(this._stackItem.getRoot())}}var a8=Object.freeze({__proto__:null,block:i8,blockHtml:d8,blockString:m8,blockTag:s8,inline:c8,inlineHtml:l8,inlineString:x8,inlineSurround:k8,inlineTag:p8,skip:C8}),IJ=Object.freeze({__proto__:null,anchor:hJ,blockquote:PJ,dataTable:HG,heading:HJ,horizontalLine:RJ,image:FJ,lineBreak:t8,orderedList:UJ,paragraph:fJ,pre:AJ,table:DJ,unorderedList:$J,wbr:e8}),qJ={baseElements:{selectors:["body"],orderBy:"selectors",returnDomByDefault:!0},decodeEntities:!0,encodeCharacters:{},formatters:{},limits:{ellipsis:"...",maxBaseElements:void 0,maxChildNodes:void 0,maxDepth:void 0,maxInputLength:1<<24},longWordSplit:{forceWrapOnLimit:!1,wrapCharacters:[]},preserveNewlines:!1,selectors:[{selector:"*",format:"inline"},{selector:"a",format:"anchor",options:{baseUrl:null,hideLinkHrefIfSameAsText:!1,ignoreHref:!1,linkBrackets:["[","]"],noAnchorUrl:!0}},{selector:"article",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"aside",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"blockquote",format:"blockquote",options:{leadingLineBreaks:2,trailingLineBreaks:2,trimEmptyLines:!0}},{selector:"br",format:"lineBreak"},{selector:"div",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"footer",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"form",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"h1",format:"heading",options:{leadingLineBreaks:3,trailingLineBreaks:2,uppercase:!0}},{selector:"h2",format:"heading",options:{leadingLineBreaks:3,trailingLineBreaks:2,uppercase:!0}},{selector:"h3",format:"heading",options:{leadingLineBreaks:3,trailingLineBreaks:2,uppercase:!0}},{selector:"h4",format:"heading",options:{leadingLineBreaks:2,trailingLineBreaks:2,uppercase:!0}},{selector:"h5",format:"heading",options:{leadingLineBreaks:2,trailingLineBreaks:2,uppercase:!0}},{selector:"h6",format:"heading",options:{leadingLineBreaks:2,trailingLineBreaks:2,uppercase:!0}},{selector:"header",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"hr",format:"horizontalLine",options:{leadingLineBreaks:2,length:void 0,trailingLineBreaks:2}},{selector:"img",format:"image",options:{baseUrl:null,linkBrackets:["[","]"]}},{selector:"main",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"nav",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"ol",format:"orderedList",options:{leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"p",format:"paragraph",options:{leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"pre",format:"pre",options:{leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"section",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"table",format:"table",options:{colSpacing:3,leadingLineBreaks:2,maxColumnWidth:60,rowSpacing:0,trailingLineBreaks:2,uppercaseHeaderCells:!0}},{selector:"ul",format:"unorderedList",options:{itemPrefix:" * ",leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"wbr",format:"wbr"}],tables:[],whitespaceCharacters:` \r
2
+ import{a as MI,b as tP,c as oP,d as yI,e as K$,g as NA,h as VA,i as qf,j as TI,k as c$,l as HH,m as NI,o as OI,p as SI} from"../http/index.js";import{q as v$} from"../facades/index.js";import{t as vI,u as wI} from"../services/index.js";import"../chunk-b943cac32cc3670f.js";import{A as kU,B as x} from"../chunk-e3d242546d1a2927.js";import"../chunk-5ea45ebea038bef4.js";import"../chunk-3abc648638ed6645.js";import"../chunk-28c7d04b6f555350.js";import"../chunk-4e37f45d636da627.js";import"../chunk-48b2990a93ae50b3.js";import"../chunk-5fb9d31b7b4629e9.js";import"../chunk-9631e167bae739a0.js";import"../chunk-d4eceea16ddc567d.js";import"../chunk-4ad752c87b795617.js";var iU=x((JM,cU)=>{var J8=function(R){return!!R&&typeof R==="object"},X8=function(R){var f=Object.prototype.toString.call(R);return f==="[object RegExp]"||f==="[object Date]"||y8(R)},y8=function(R){return R.$$typeof===M8},N8=function(R){return Array.isArray(R)?[]:{}},q0=function(R,f){return f.clone!==!1&&f.isMergeableObject(R)?wA(N8(R),R,f):R},j8=function(R,f,A){return R.concat(f).map(function(H){return q0(H,A)})},V8=function(R,f){if(!f.customMerge)return wA;var A=f.customMerge(R);return typeof A==="function"?A:wA},Q8=function(R){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(R).filter(function(f){return Object.propertyIsEnumerable.call(R,f)}):[]},xU=function(R){return Object.keys(R).concat(Q8(R))},mU=function(R,f){try{return f in R}catch(A){return!1}},z8=function(R,f){return mU(R,f)&&!(Object.hasOwnProperty.call(R,f)&&Object.propertyIsEnumerable.call(R,f))},E8=function(R,f,A){var H={};if(A.isMergeableObject(R))xU(R).forEach(function(P){H[P]=q0(R[P],A)});return xU(f).forEach(function(P){if(z8(R,P))return;if(mU(R,P)&&A.isMergeableObject(f[P]))H[P]=V8(P,A)(R[P],f[P],A);else H[P]=q0(f[P],A)}),H},wA=function(R,f,A){A=A||{},A.arrayMerge=A.arrayMerge||j8,A.isMergeableObject=A.isMergeableObject||q8,A.cloneUnlessOtherwiseSpecified=q0;var H=Array.isArray(f),P=Array.isArray(R),F=H===P;if(!F)return q0(f,A);else if(H)return A.arrayMerge(R,f,A);else return E8(R,f,A)},q8=function R(f){return J8(f)&&!X8(f)},L8=typeof Symbol==="function"&&Symbol.for,M8=L8?Symbol.for("react.element"):60103;wA.all=function R(f,A){if(!Array.isArray(f))throw new Error("first argument should be an array");return f.reduce(function(H,P){return wA(H,P,A)},{})};var T8=wA;cU.exports=T8});var zH=x((yJ,FG)=>{var r=function(R){this.__parent=R,this.__character_count=0,this.__indent_count=-1,this.__alignment_count=0,this.__wrap_point_index=0,this.__wrap_point_character_count=0,this.__wrap_point_indent_count=-1,this.__wrap_point_alignment_count=0,this.__items=[]},J0=function(R,f){if(this.__cache=[""],this.__indent_size=R.indent_size,this.__indent_string=R.indent_char,!R.indent_with_tabs)this.__indent_string=new Array(R.indent_size+1).join(R.indent_char);if(f=f||"",R.indent_level>0)f=new Array(R.indent_level+1).join(this.__indent_string);this.__base_string=f,this.__base_string_length=f.length},n=function(R,f){this.__indent_cache=new J0(R,f),this.raw=!1,this._end_with_newline=R.end_with_newline,this.indent_size=R.indent_size,this.wrap_line_length=R.wrap_line_length,this.indent_empty_lines=R.indent_empty_lines,this.__lines=[],this.previous_line=null,this.current_line=null,this.next_line=new r(this),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1,this.__add_outputline()};r.prototype.clone_empty=function(){var R=new r(this.__parent);return R.set_indent(this.__indent_count,this.__alignment_count),R};r.prototype.item=function(R){if(R<0)return this.__items[this.__items.length+R];else return this.__items[R]};r.prototype.has_match=function(R){for(var f=this.__items.length-1;f>=0;f--)if(this.__items[f].match(R))return!0;return!1};r.prototype.set_indent=function(R,f){if(this.is_empty())this.__indent_count=R||0,this.__alignment_count=f||0,this.__character_count=this.__parent.get_indent_size(this.__indent_count,this.__alignment_count)};r.prototype._set_wrap_point=function(){if(this.__parent.wrap_line_length)this.__wrap_point_index=this.__items.length,this.__wrap_point_character_count=this.__character_count,this.__wrap_point_indent_count=this.__parent.next_line.__indent_count,this.__wrap_point_alignment_count=this.__parent.next_line.__alignment_count};r.prototype._should_wrap=function(){return this.__wrap_point_index&&this.__character_count>this.__parent.wrap_line_length&&this.__wrap_point_character_count>this.__parent.next_line.__character_count};r.prototype._allow_wrap=function(){if(this._should_wrap()){this.__parent.add_new_line();var R=this.__parent.current_line;if(R.set_indent(this.__wrap_point_indent_count,this.__wrap_point_alignment_count),R.__items=this.__items.slice(this.__wrap_point_index),this.__items=this.__items.slice(0,this.__wrap_point_index),R.__character_count+=this.__character_count-this.__wrap_point_character_count,this.__character_count=this.__wrap_point_character_count,R.__items[0]===" ")R.__items.splice(0,1),R.__character_count-=1;return!0}return!1};r.prototype.is_empty=function(){return this.__items.length===0};r.prototype.last=function(){if(!this.is_empty())return this.__items[this.__items.length-1];else return null};r.prototype.push=function(R){this.__items.push(R);var f=R.lastIndexOf("\n");if(f!==-1)this.__character_count=R.length-f;else this.__character_count+=R.length};r.prototype.pop=function(){var R=null;if(!this.is_empty())R=this.__items.pop(),this.__character_count-=R.length;return R};r.prototype._remove_indent=function(){if(this.__indent_count>0)this.__indent_count-=1,this.__character_count-=this.__parent.indent_size};r.prototype._remove_wrap_indent=function(){if(this.__wrap_point_indent_count>0)this.__wrap_point_indent_count-=1};r.prototype.trim=function(){while(this.last()===" ")this.__items.pop(),this.__character_count-=1};r.prototype.toString=function(){var R="";if(this.is_empty()){if(this.__parent.indent_empty_lines)R=this.__parent.get_indent_string(this.__indent_count)}else R=this.__parent.get_indent_string(this.__indent_count,this.__alignment_count),R+=this.__items.join("");return R};J0.prototype.get_indent_size=function(R,f){var A=this.__base_string_length;if(f=f||0,R<0)A=0;return A+=R*this.__indent_size,A+=f,A};J0.prototype.get_indent_string=function(R,f){var A=this.__base_string;if(f=f||0,R<0)R=0,A="";return f+=R*this.__indent_size,this.__ensure_cache(f),A+=this.__cache[f],A};J0.prototype.__ensure_cache=function(R){while(R>=this.__cache.length)this.__add_column()};J0.prototype.__add_column=function(){var R=this.__cache.length,f=0,A="";if(this.__indent_size&&R>=this.__indent_size)f=Math.floor(R/this.__indent_size),R-=f*this.__indent_size,A=new Array(f+1).join(this.__indent_string);if(R)A+=new Array(R+1).join(" ");this.__cache.push(A)};n.prototype.__add_outputline=function(){this.previous_line=this.current_line,this.current_line=this.next_line.clone_empty(),this.__lines.push(this.current_line)};n.prototype.get_line_number=function(){return this.__lines.length};n.prototype.get_indent_string=function(R,f){return this.__indent_cache.get_indent_string(R,f)};n.prototype.get_indent_size=function(R,f){return this.__indent_cache.get_indent_size(R,f)};n.prototype.is_empty=function(){return!this.previous_line&&this.current_line.is_empty()};n.prototype.add_new_line=function(R){if(this.is_empty()||!R&&this.just_added_newline())return!1;if(!this.raw)this.__add_outputline();return!0};n.prototype.get_code=function(R){this.trim(!0);var f=this.current_line.pop();if(f){if(f[f.length-1]==="\n")f=f.replace(/\n+$/g,"");this.current_line.push(f)}if(this._end_with_newline)this.__add_outputline();var A=this.__lines.join("\n");if(R!=="\n")A=A.replace(/[\n]/g,R);return A};n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()};n.prototype.set_indent=function(R,f){if(R=R||0,f=f||0,this.next_line.set_indent(R,f),this.__lines.length>1)return this.current_line.set_indent(R,f),!0;return this.current_line.set_indent(),!1};n.prototype.add_raw_token=function(R){for(var f=0;f<R.newlines;f++)this.__add_outputline();this.current_line.set_indent(-1),this.current_line.push(R.whitespace_before),this.current_line.push(R.text),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=!1};n.prototype.add_token=function(R){this.__add_space_before_token(),this.current_line.push(R),this.space_before_token=!1,this.non_breaking_space=!1,this.previous_token_wrapped=this.current_line._allow_wrap()};n.prototype.__add_space_before_token=function(){if(this.space_before_token&&!this.just_added_newline()){if(!this.non_breaking_space)this.set_wrap_point();this.current_line.push(" ")}};n.prototype.remove_indent=function(R){var f=this.__lines.length;while(R<f)this.__lines[R]._remove_indent(),R++;this.current_line._remove_wrap_indent()};n.prototype.trim=function(R){R=R===void 0?!1:R,this.current_line.trim();while(R&&this.__lines.length>1&&this.current_line.is_empty())this.__lines.pop(),this.current_line=this.__lines[this.__lines.length-1],this.current_line.trim();this.previous_line=this.__lines.length>1?this.__lines[this.__lines.length-2]:null};n.prototype.just_added_newline=function(){return this.current_line.is_empty()};n.prototype.just_added_blankline=function(){return this.is_empty()||this.current_line.is_empty()&&this.previous_line.is_empty()};n.prototype.ensure_empty_line_above=function(R,f){var A=this.__lines.length-2;while(A>=0){var H=this.__lines[A];if(H.is_empty())break;else if(H.item(0).indexOf(R)!==0&&H.item(-1)!==f){this.__lines.splice(A+1,0,new r(this)),this.previous_line=this.__lines[this.__lines.length-2];break}A--}};yJ.Output=n});var b1=x((VJ,hG)=>{var jJ=function(R,f,A,H){this.type=R,this.text=f,this.comments_before=null,this.newlines=A||0,this.whitespace_before=H||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null};VJ.Token=jJ});var C1=x((TJ)=>{var zJ="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",$G="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",g1="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u0527\\u0531-\\u0556\\u0559\\u0561-\\u0587\\u05d0-\\u05ea\\u05f0-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u08a0\\u08a2-\\u08ac\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0977\\u0979-\\u097f\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c33\\u0c35-\\u0c39\\u0c3d\\u0c58\\u0c59\\u0c60\\u0c61\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d05-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d60\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e87\\u0e88\\u0e8a\\u0e8d\\u0e94-\\u0e97\\u0e99-\\u0e9f\\u0ea1-\\u0ea3\\u0ea5\\u0ea7\\u0eaa\\u0eab\\u0ead-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f4\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f0\\u1700-\\u170c\\u170e-\\u1711\\u1720-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1877\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191c\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19c1-\\u19c7\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4b\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1ce9-\\u1cec\\u1cee-\\u1cf1\\u1cf5\\u1cf6\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2119-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u212d\\u212f-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2c2e\\u2c30-\\u2c5e\\u2c60-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u2e2f\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309d-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312d\\u3131-\\u318e\\u31a0-\\u31ba\\u31f0-\\u31ff\\u3400-\\u4db5\\u4e00-\\u9fcc\\ua000-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua697\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua78e\\ua790-\\ua793\\ua7a0-\\ua7aa\\ua7f8-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa80-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uabc0-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",UG="\\u0300-\\u036f\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u0620-\\u0649\\u0672-\\u06d3\\u06e7-\\u06e8\\u06fb-\\u06fc\\u0730-\\u074a\\u0800-\\u0814\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0840-\\u0857\\u08e4-\\u08fe\\u0900-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962-\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09d7\\u09df-\\u09e0\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2-\\u0ae3\\u0ae6-\\u0aef\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b56\\u0b57\\u0b5f-\\u0b60\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c01-\\u0c03\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62-\\u0c63\\u0c66-\\u0c6f\\u0c82\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2-\\u0ce3\\u0ce6-\\u0cef\\u0d02\\u0d03\\u0d46-\\u0d48\\u0d57\\u0d62-\\u0d63\\u0d66-\\u0d6f\\u0d82\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0df2\\u0df3\\u0e34-\\u0e3a\\u0e40-\\u0e45\\u0e50-\\u0e59\\u0eb4-\\u0eb9\\u0ec8-\\u0ecd\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f41-\\u0f47\\u0f71-\\u0f84\\u0f86-\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u1000-\\u1029\\u1040-\\u1049\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u170e-\\u1710\\u1720-\\u1730\\u1740-\\u1750\\u1772\\u1773\\u1780-\\u17b2\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u1810-\\u1819\\u1920-\\u192b\\u1930-\\u193b\\u1951-\\u196d\\u19b0-\\u19c0\\u19c8-\\u19c9\\u19d0-\\u19d9\\u1a00-\\u1a15\\u1a20-\\u1a53\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1b46-\\u1b4b\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c00-\\u1c22\\u1c40-\\u1c49\\u1c5b-\\u1c7d\\u1cd0-\\u1cd2\\u1d00-\\u1dbe\\u1e01-\\u1f15\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2d81-\\u2d96\\u2de0-\\u2dff\\u3021-\\u3028\\u3099\\u309a\\ua640-\\ua66d\\ua674-\\ua67d\\ua69f\\ua6f0-\\ua6f1\\ua7f8-\\ua800\\ua806\\ua80b\\ua823-\\ua827\\ua880-\\ua881\\ua8b4-\\ua8c4\\ua8d0-\\ua8d9\\ua8f3-\\ua8f7\\ua900-\\ua909\\ua926-\\ua92d\\ua930-\\ua945\\ua980-\\ua983\\ua9b3-\\ua9c0\\uaa00-\\uaa27\\uaa40-\\uaa41\\uaa4c-\\uaa4d\\uaa50-\\uaa59\\uaa7b\\uaae0-\\uaae9\\uaaf2-\\uaaf3\\uabc0-\\uabe1\\uabec\\uabed\\uabf0-\\uabf9\\ufb20-\\ufb28\\ufe00-\\ufe0f\\ufe20-\\ufe26\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f",u1="\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}",GG="(?:"+u1+"|["+zJ+g1+"])",EJ="(?:"+u1+"|["+$G+g1+UG+"])*";TJ.identifier=new RegExp(GG+EJ,"g");TJ.identifierStart=new RegExp(GG);TJ.identifierMatch=new RegExp("(?:"+u1+"|["+$G+g1+UG+"])+");TJ.newline=/[\n\r\u2028\u2029]/;TJ.lineBreak=new RegExp("\r\n|"+TJ.newline.source);TJ.allLineBreaks=new RegExp(TJ.lineBreak.source,"g")});var TH=x((BJ,EH)=>{var vf=function(R,f){if(this.raw_options=DG(R,f),this.disabled=this._get_boolean("disabled"),this.eol=this._get_characters("eol","auto"),this.end_with_newline=this._get_boolean("end_with_newline"),this.indent_size=this._get_number("indent_size",4),this.indent_char=this._get_characters("indent_char"," "),this.indent_level=this._get_number("indent_level"),this.preserve_newlines=this._get_boolean("preserve_newlines",!0),this.max_preserve_newlines=this._get_number("max_preserve_newlines",32786),!this.preserve_newlines)this.max_preserve_newlines=0;if(this.indent_with_tabs=this._get_boolean("indent_with_tabs",this.indent_char==="\t"),this.indent_with_tabs){if(this.indent_char="\t",this.indent_size===1)this.indent_size=4}this.wrap_line_length=this._get_number("wrap_line_length",this._get_number("max_char")),this.indent_empty_lines=this._get_boolean("indent_empty_lines"),this.templating=this._get_selection_list("templating",["auto","none","angular","django","erb","handlebars","php","smarty"],["auto"])},DG=function(R,f){var A={};R=ZG(R);var H;for(H in R)if(H!==f)A[H]=R[H];if(f&&R[f])for(H in R[f])A[H]=R[f][H];return A},ZG=function(R){var f={},A;for(A in R){var H=A.replace(/-/g,"_");f[H]=R[A]}return f};vf.prototype._get_array=function(R,f){var A=this.raw_options[R],H=f||[];if(typeof A==="object"){if(A!==null&&typeof A.concat==="function")H=A.concat()}else if(typeof A==="string")H=A.split(/[^a-zA-Z0-9_\/\-]+/);return H};vf.prototype._get_boolean=function(R,f){var A=this.raw_options[R],H=A===void 0?!!f:!!A;return H};vf.prototype._get_characters=function(R,f){var A=this.raw_options[R],H=f||"";if(typeof A==="string")H=A.replace(/\\r/,"\r").replace(/\\n/,"\n").replace(/\\t/,"\t");return H};vf.prototype._get_number=function(R,f){var A=this.raw_options[R];if(f=parseInt(f,10),isNaN(f))f=0;var H=parseInt(A,10);if(isNaN(H))H=f;return H};vf.prototype._get_selection=function(R,f,A){var H=this._get_selection_list(R,f,A);if(H.length!==1)throw new Error("Invalid Option Value: The option '"+R+"' can only be one of the following values:\n"+f+"\nYou passed in: '"+this.raw_options[R]+"'");return H[0]};vf.prototype._get_selection_list=function(R,f,A){if(!f||f.length===0)throw new Error("Selection list cannot be empty.");if(A=A||[f[0]],!this._is_valid_selection(A,f))throw new Error("Invalid Default Value!");var H=this._get_array(R,A);if(!this._is_valid_selection(H,f))throw new Error("Invalid Option Value: The option '"+R+"' can contain only the following values:\n"+f+"\nYou passed in: '"+this.raw_options[R]+"'");return H};vf.prototype._is_valid_selection=function(R,f){return R.length&&f.length&&!R.some(function(A){return f.indexOf(A)===-1})};BJ.Options=vf;BJ.normalizeOpts=ZG;BJ.mergeOpts=DG});var x1=x((CJ,JG)=>{var qG=function(R){IG.call(this,R,"js");var f=this.raw_options.brace_style||null;if(f==="expand-strict")this.raw_options.brace_style="expand";else if(f==="collapse-preserve-inline")this.raw_options.brace_style="collapse,preserve-inline";else if(this.raw_options.braces_on_own_line!==void 0)this.raw_options.brace_style=this.raw_options.braces_on_own_line?"expand":"collapse";var A=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_preserve_inline=!1,this.brace_style="collapse";for(var H=0;H<A.length;H++)if(A[H]==="preserve-inline")this.brace_preserve_inline=!0;else this.brace_style=A[H];if(this.unindent_chained_methods=this._get_boolean("unindent_chained_methods"),this.break_chained_methods=this._get_boolean("break_chained_methods"),this.space_in_paren=this._get_boolean("space_in_paren"),this.space_in_empty_paren=this._get_boolean("space_in_empty_paren"),this.jslint_happy=this._get_boolean("jslint_happy"),this.space_after_anon_function=this._get_boolean("space_after_anon_function"),this.space_after_named_function=this._get_boolean("space_after_named_function"),this.keep_array_indentation=this._get_boolean("keep_array_indentation"),this.space_before_conditional=this._get_boolean("space_before_conditional",!0),this.unescape_strings=this._get_boolean("unescape_strings"),this.e4x=this._get_boolean("e4x"),this.comma_first=this._get_boolean("comma_first"),this.operator_position=this._get_selection("operator_position",uJ),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy)this.space_after_anon_function=!0},IG=TH().Options,uJ=["before-newline","after-newline","preserve-newline"];qG.prototype=new IG;CJ.Options=qG});var OH=x((mJ,LG)=>{var HR=function(R){this.__input=R||"",this.__input_length=this.__input.length,this.__position=0},XG=RegExp.prototype.hasOwnProperty("sticky");HR.prototype.restart=function(){this.__position=0};HR.prototype.back=function(){if(this.__position>0)this.__position-=1};HR.prototype.hasNext=function(){return this.__position<this.__input_length};HR.prototype.next=function(){var R=null;if(this.hasNext())R=this.__input.charAt(this.__position),this.__position+=1;return R};HR.prototype.peek=function(R){var f=null;if(R=R||0,R+=this.__position,R>=0&&R<this.__input_length)f=this.__input.charAt(R);return f};HR.prototype.__match=function(R,f){R.lastIndex=f;var A=R.exec(this.__input);if(A&&!(XG&&R.sticky)){if(A.index!==f)A=null}return A};HR.prototype.test=function(R,f){if(f=f||0,f+=this.__position,f>=0&&f<this.__input_length)return!!this.__match(R,f);else return!1};HR.prototype.testChar=function(R,f){var A=this.peek(f);return R.lastIndex=0,A!==null&&R.test(A)};HR.prototype.match=function(R){var f=this.__match(R,this.__position);if(f)this.__position+=f[0].length;else f=null;return f};HR.prototype.read=function(R,f,A){var H="",P;if(R){if(P=this.match(R),P)H+=P[0]}if(f&&(P||!R))H+=this.readUntil(f,A);return H};HR.prototype.readUntil=function(R,f){var A="",H=this.__position;R.lastIndex=this.__position;var P=R.exec(this.__input);if(P){if(H=P.index,f)H+=P[0].length}else H=this.__input_length;return A=this.__input.substring(this.__position,H),this.__position=H,A};HR.prototype.readUntilAfter=function(R){return this.readUntil(R,!0)};HR.prototype.get_regexp=function(R,f){var A=null,H="g";if(f&&XG)H="y";if(typeof R==="string"&&R!=="")A=new RegExp(R,H);else if(R)A=new RegExp(R.source,H);return A};HR.prototype.get_literal_regexp=function(R){return RegExp(R.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))};HR.prototype.peekUntilAfter=function(R){var f=this.__position,A=this.readUntilAfter(R);return this.__position=f,A};HR.prototype.lookBack=function(R){var f=this.__position-1;return f>=R.length&&this.__input.substring(f-R.length,f).toLowerCase()===R};mJ.InputScanner=HR});var yG=x((iJ,MG)=>{var ef=function(R){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=R};ef.prototype.restart=function(){this.__position=0};ef.prototype.isEmpty=function(){return this.__tokens_length===0};ef.prototype.hasNext=function(){return this.__position<this.__tokens_length};ef.prototype.next=function(){var R=null;if(this.hasNext())R=this.__tokens[this.__position],this.__position+=1;return R};ef.prototype.peek=function(R){var f=null;if(R=R||0,R+=this.__position,R>=0&&R<this.__tokens_length)f=this.__tokens[R];return f};ef.prototype.add=function(R){if(this.__parent_token)R.parent=this.__parent_token;this.__tokens.push(R),this.__tokens_length+=1};iJ.TokenStream=ef});var X0=x((sJ,NG)=>{var hf=function(R,f){if(this._input=R,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,f)this._starting_pattern=this._input.get_regexp(f._starting_pattern,!0),this._match_pattern=this._input.get_regexp(f._match_pattern,!0),this._until_pattern=this._input.get_regexp(f._until_pattern),this._until_after=f._until_after};hf.prototype.read=function(){var R=this._input.read(this._starting_pattern);if(!this._starting_pattern||R)R+=this._input.read(this._match_pattern,this._until_pattern,this._until_after);return R};hf.prototype.read_match=function(){return this._input.match(this._match_pattern)};hf.prototype.until_after=function(R){var f=this._create();return f._until_after=!0,f._until_pattern=this._input.get_regexp(R),f._update(),f};hf.prototype.until=function(R){var f=this._create();return f._until_after=!1,f._until_pattern=this._input.get_regexp(R),f._update(),f};hf.prototype.starting_with=function(R){var f=this._create();return f._starting_pattern=this._input.get_regexp(R,!0),f._update(),f};hf.prototype.matching=function(R){var f=this._create();return f._match_pattern=this._input.get_regexp(R,!0),f._update(),f};hf.prototype._create=function(){return new hf(this._input,this)};hf.prototype._update=function(){};sJ.Pattern=hf});var QG=x((dJ,VG)=>{var wf=function(R,f){if(jG.call(this,R,f),f)this._line_regexp=this._input.get_regexp(f._line_regexp);else this.__set_whitespace_patterns("","");this.newline_count=0,this.whitespace_before_token=""},jG=X0().Pattern;wf.prototype=new jG;wf.prototype.__set_whitespace_patterns=function(R,f){R+="\\t ",f+="\\n\\r",this._match_pattern=this._input.get_regexp("["+R+f+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+f+"]")};wf.prototype.read=function(){this.newline_count=0,this.whitespace_before_token="";var R=this._input.read(this._match_pattern);if(R===" ")this.whitespace_before_token=" ";else if(R){var f=this.__split(this._newline_regexp,R);this.newline_count=f.length-1,this.whitespace_before_token=f[this.newline_count]}return R};wf.prototype.matching=function(R,f){var A=this._create();return A.__set_whitespace_patterns(R,f),A._update(),A};wf.prototype._create=function(){return new wf(this._input,this)};wf.prototype.__split=function(R,f){R.lastIndex=0;var A=0,H=[],P=R.exec(f);while(P)H.push(f.substring(A,P.index)),A=P.index+P[0].length,P=R.exec(f);if(A<f.length)H.push(f.substring(A,f.length));else H.push("");return H};dJ.WhitespacePattern=wf});var M0=x((oJ,c1)=>{var aJ=OH().InputScanner,zG=b1().Token,m1=yG().TokenStream,_J=QG().WhitespacePattern,L0={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},$f=function(R,f){this._input=new aJ(R),this._options=f||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new _J(this._input)};$f.prototype.tokenize=function(){this._input.restart(),this.__tokens=new m1,this._reset();var R,f=new zG(L0.START,""),A=null,H=[],P=new m1;while(f.type!==L0.EOF){R=this._get_next_token(f,A);while(this._is_comment(R))P.add(R),R=this._get_next_token(f,A);if(!P.isEmpty())R.comments_before=P,P=new m1;if(R.parent=A,this._is_opening(R))H.push(A),A=R;else if(A&&this._is_closing(R,A))R.opened=A,A.closed=R,A=H.pop(),R.parent=A;R.previous=f,f.next=R,this.__tokens.add(R),f=R}return this.__tokens};$f.prototype._is_first_token=function(){return this.__tokens.isEmpty()};$f.prototype._reset=function(){};$f.prototype._get_next_token=function(R,f){this._readWhitespace();var A=this._input.read(/.+/g);if(A)return this._create_token(L0.RAW,A);else return this._create_token(L0.EOF,"")};$f.prototype._is_comment=function(R){return!1};$f.prototype._is_opening=function(R){return!1};$f.prototype._is_closing=function(R,f){return!1};$f.prototype._create_token=function(R,f){var A=new zG(R,f,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return A};$f.prototype._readWhitespace=function(){return this._patterns.whitespace.read()};oJ.Tokenizer=$f;oJ.TOKEN=L0});var SH=x((tJ,EG)=>{var i1=function(R,f){R=typeof R==="string"?R:R.source,f=typeof f==="string"?f:f.source,this.__directives_block_pattern=new RegExp(R+/ beautify( \w+[:]\w+)+ /.source+f,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(R+/\sbeautify\signore:end\s/.source+f,"g")};i1.prototype.get_directives=function(R){if(!R.match(this.__directives_block_pattern))return null;var f={};this.__directive_pattern.lastIndex=0;var A=this.__directive_pattern.exec(R);while(A)f[A[1]]=A[2],A=this.__directive_pattern.exec(R);return f};i1.prototype.readIgnored=function(R){return R.readUntilAfter(this.__directives_end_ignore_pattern)};tJ.Directives=i1});var l1=x((RX,TG)=>{var _R=function(R,f){if(p1.call(this,R,f),this.__template_pattern=null,this._disabled=Object.assign({},s1),this._excluded=Object.assign({},s1),f)this.__template_pattern=this._input.get_regexp(f.__template_pattern),this._excluded=Object.assign(this._excluded,f._excluded),this._disabled=Object.assign(this._disabled,f._disabled);var A=new p1(R);this.__patterns={handlebars_comment:A.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:A.starting_with(/{{{/).until_after(/}}}/),handlebars:A.starting_with(/{{/).until_after(/}}/),php:A.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:A.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:A.starting_with(/{%/).until_after(/%}/),django_value:A.starting_with(/{{/).until_after(/}}/),django_comment:A.starting_with(/{#/).until_after(/#}/),smarty:A.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:A.starting_with(/{\*/).until_after(/\*}/),smarty_literal:A.starting_with(/{literal}/).until_after(/{\/literal}/)}},p1=X0().Pattern,s1={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};_R.prototype=new p1;_R.prototype._create=function(){return new _R(this._input,this)};_R.prototype._update=function(){this.__set_templated_pattern()};_R.prototype.disable=function(R){var f=this._create();return f._disabled[R]=!0,f._update(),f};_R.prototype.read_options=function(R){var f=this._create();for(var A in s1)f._disabled[A]=R.templating.indexOf(A)===-1;return f._update(),f};_R.prototype.exclude=function(R){var f=this._create();return f._excluded[R]=!0,f._update(),f};_R.prototype.read=function(){var R="";if(this._match_pattern)R=this._input.read(this._starting_pattern);else R=this._input.read(this._starting_pattern,this.__template_pattern);var f=this._read_template();while(f){if(this._match_pattern)f+=this._input.read(this._match_pattern);else f+=this._input.readUntil(this.__template_pattern);R+=f,f=this._read_template()}if(this._until_after)R+=this._input.readUntilAfter(this._until_pattern);return R};_R.prototype.__set_templated_pattern=function(){var R=[];if(!this._disabled.php)R.push(this.__patterns.php._starting_pattern.source);if(!this._disabled.handlebars)R.push(this.__patterns.handlebars._starting_pattern.source);if(!this._disabled.erb)R.push(this.__patterns.erb._starting_pattern.source);if(!this._disabled.django)R.push(this.__patterns.django._starting_pattern.source),R.push(this.__patterns.django_value._starting_pattern.source),R.push(this.__patterns.django_comment._starting_pattern.source);if(!this._disabled.smarty)R.push(this.__patterns.smarty._starting_pattern.source);if(this._until_pattern)R.push(this._until_pattern.source);this.__template_pattern=this._input.get_regexp("(?:"+R.join("|")+")")};_R.prototype._read_template=function(){var R="",f=this._input.peek();if(f==="<"){var A=this._input.peek(1);if(!this._disabled.php&&!this._excluded.php&&A==="?")R=R||this.__patterns.php.read();if(!this._disabled.erb&&!this._excluded.erb&&A==="%")R=R||this.__patterns.erb.read()}else if(f==="{"){if(!this._disabled.handlebars&&!this._excluded.handlebars)R=R||this.__patterns.handlebars_comment.read(),R=R||this.__patterns.handlebars_unescaped.read(),R=R||this.__patterns.handlebars.read();if(!this._disabled.django){if(!this._excluded.django&&!this._excluded.handlebars)R=R||this.__patterns.django_value.read();if(!this._excluded.django)R=R||this.__patterns.django_comment.read(),R=R||this.__patterns.django.read()}if(!this._disabled.smarty){if(this._disabled.django&&this._disabled.handlebars)R=R||this.__patterns.smarty_comment.read(),R=R||this.__patterns.smarty_literal.read(),R=R||this.__patterns.smarty.read()}}return R};RX.TemplatablePattern=_R});var N0=x((IX,y0)=>{var k1=function(R,f){return f.indexOf(R)!==-1},ZX=function(R){var f="",A=0,H=new AX(R),P=null;while(H.hasNext()){if(P=H.match(/([\s]|[^\\]|\\\\)+/g),P)f+=P[0];if(H.peek()==="\\"){if(H.next(),H.peek()==="x")P=H.match(/x([0-9A-Fa-f]{2})/g);else if(H.peek()==="u"){if(P=H.match(/u([0-9A-Fa-f]{4})/g),!P)P=H.match(/u\{([0-9A-Fa-f]+)\}/g)}else{if(f+="\\",H.hasNext())f+=H.next();continue}if(!P)return R;if(A=parseInt(P[1],16),A>126&&A<=255&&P[0].indexOf("x")===0)return R;else if(A>=0&&A<32)f+="\\"+P[0];else if(A>1114111)f+="\\"+P[0];else if(A===34||A===39||A===92)f+="\\"+String.fromCharCode(A);else f+=String.fromCharCode(A)}}return f},AX=OH().InputScanner,SG=M0().Tokenizer,d1=M0().TOKEN,HX=SH().Directives,cR=C1(),PX=X0().Pattern,FX=l1().TemplatablePattern,y={START_EXPR:"TK_START_EXPR",END_EXPR:"TK_END_EXPR",START_BLOCK:"TK_START_BLOCK",END_BLOCK:"TK_END_BLOCK",WORD:"TK_WORD",RESERVED:"TK_RESERVED",SEMICOLON:"TK_SEMICOLON",STRING:"TK_STRING",EQUALS:"TK_EQUALS",OPERATOR:"TK_OPERATOR",COMMA:"TK_COMMA",BLOCK_COMMENT:"TK_BLOCK_COMMENT",COMMENT:"TK_COMMENT",DOT:"TK_DOT",UNKNOWN:"TK_UNKNOWN",START:d1.START,RAW:d1.RAW,EOF:d1.EOF},OG=new HX(/\/\*/,/\*\//),hX=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,$X=/[0-9]/,UX=/[^\d\.]/,GX=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),RA=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";RA=RA.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&");RA="\\?\\.(?!\\d) "+RA;RA=RA.replace(/ /g,"|");var YX=new RegExp(RA),vG="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),WX=vG.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),DX=new RegExp("^(?:"+WX.join("|")+")$"),vH,t=function(R,f){SG.call(this,R,f),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var A=new PX(this._input),H=new FX(this._input).read_options(this._options);this.__patterns={template:H,identifier:H.starting_with(cR.identifier).matching(cR.identifierMatch),number:A.matching(hX),punct:A.matching(YX),comment:A.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:A.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:A.matching(/<!--/),html_comment_end:A.matching(/-->/),include:A.starting_with(/#include/).until_after(cR.lineBreak),shebang:A.starting_with(/#!/).until_after(cR.lineBreak),xml:A.matching(/[\s\S]*?<(\/?)([-a-zA-Z:0-9_.]+|{[^}]+?}|!\[CDATA\[[^\]]*?\]\]|)(\s*{[^}]+?}|\s+[-a-zA-Z:0-9_.]+|\s+[-a-zA-Z:0-9_.]+\s*=\s*('[^']*'|"[^"]*"|{([^{}]|{[^}]+?})+?}))*\s*(\/?)\s*>/),single_quote:H.until(/['\\\n\r\u2028\u2029]/),double_quote:H.until(/["\\\n\r\u2028\u2029]/),template_text:H.until(/[`\\$]/),template_expression:H.until(/[`}\\]/)}};t.prototype=new SG;t.prototype._is_comment=function(R){return R.type===y.COMMENT||R.type===y.BLOCK_COMMENT||R.type===y.UNKNOWN};t.prototype._is_opening=function(R){return R.type===y.START_BLOCK||R.type===y.START_EXPR};t.prototype._is_closing=function(R,f){return(R.type===y.END_BLOCK||R.type===y.END_EXPR)&&(f&&(R.text==="]"&&f.text==="["||R.text===")"&&f.text==="("||R.text==="}"&&f.text==="{"))};t.prototype._reset=function(){vH=!1};t.prototype._get_next_token=function(R,f){var A=null;this._readWhitespace();var H=this._input.peek();if(H===null)return this._create_token(y.EOF,"");return A=A||this._read_non_javascript(H),A=A||this._read_string(H),A=A||this._read_pair(H,this._input.peek(1)),A=A||this._read_word(R),A=A||this._read_singles(H),A=A||this._read_comment(H),A=A||this._read_regexp(H,R),A=A||this._read_xml(H,R),A=A||this._read_punctuation(),A=A||this._create_token(y.UNKNOWN,this._input.next()),A};t.prototype._read_word=function(R){var f=this.__patterns.identifier.read();if(f!==""){if(f=f.replace(cR.allLineBreaks,"\n"),!(R.type===y.DOT||R.type===y.RESERVED&&(R.text==="set"||R.text==="get"))&&DX.test(f)){if((f==="in"||f==="of")&&(R.type===y.WORD||R.type===y.STRING))return this._create_token(y.OPERATOR,f);return this._create_token(y.RESERVED,f)}return this._create_token(y.WORD,f)}if(f=this.__patterns.number.read(),f!=="")return this._create_token(y.WORD,f)};t.prototype._read_singles=function(R){var f=null;if(R==="("||R==="[")f=this._create_token(y.START_EXPR,R);else if(R===")"||R==="]")f=this._create_token(y.END_EXPR,R);else if(R==="{")f=this._create_token(y.START_BLOCK,R);else if(R==="}")f=this._create_token(y.END_BLOCK,R);else if(R===";")f=this._create_token(y.SEMICOLON,R);else if(R==="."&&UX.test(this._input.peek(1)))f=this._create_token(y.DOT,R);else if(R===",")f=this._create_token(y.COMMA,R);if(f)this._input.next();return f};t.prototype._read_pair=function(R,f){var A=null;if(R==="#"&&f==="{")A=this._create_token(y.START_BLOCK,R+f);if(A)this._input.next(),this._input.next();return A};t.prototype._read_punctuation=function(){var R=this.__patterns.punct.read();if(R!=="")if(R==="=")return this._create_token(y.EQUALS,R);else if(R==="?.")return this._create_token(y.DOT,R);else return this._create_token(y.OPERATOR,R)};t.prototype._read_non_javascript=function(R){var f="";if(R==="#"){if(this._is_first_token()){if(f=this.__patterns.shebang.read(),f)return this._create_token(y.UNKNOWN,f.trim()+"\n")}if(f=this.__patterns.include.read(),f)return this._create_token(y.UNKNOWN,f.trim()+"\n");R=this._input.next();var A="#";if(this._input.hasNext()&&this._input.testChar($X)){do R=this._input.next(),A+=R;while(this._input.hasNext()&&R!=="#"&&R!=="=");if(R==="#");else if(this._input.peek()==="["&&this._input.peek(1)==="]")A+="[]",this._input.next(),this._input.next();else if(this._input.peek()==="{"&&this._input.peek(1)==="}")A+="{}",this._input.next(),this._input.next();return this._create_token(y.WORD,A)}this._input.back()}else if(R==="<"&&this._is_first_token()){if(f=this.__patterns.html_comment_start.read(),f){while(this._input.hasNext()&&!this._input.testChar(cR.newline))f+=this._input.next();return vH=!0,this._create_token(y.COMMENT,f)}}else if(vH&&R==="-"){if(f=this.__patterns.html_comment_end.read(),f)return vH=!1,this._create_token(y.COMMENT,f)}return null};t.prototype._read_comment=function(R){var f=null;if(R==="/"){var A="";if(this._input.peek(1)==="*"){A=this.__patterns.block_comment.read();var H=OG.get_directives(A);if(H&&H.ignore==="start")A+=OG.readIgnored(this._input);A=A.replace(cR.allLineBreaks,"\n"),f=this._create_token(y.BLOCK_COMMENT,A),f.directives=H}else if(this._input.peek(1)==="/")A=this.__patterns.comment.read(),f=this._create_token(y.COMMENT,A)}return f};t.prototype._read_string=function(R){if(R==="`"||R==="'"||R==='"'){var f=this._input.next();if(this.has_char_escapes=!1,R==="`")f+=this._read_string_recursive("`",!0,"${");else f+=this._read_string_recursive(R);if(this.has_char_escapes&&this._options.unescape_strings)f=ZX(f);if(this._input.peek()===R)f+=this._input.next();return f=f.replace(cR.allLineBreaks,"\n"),this._create_token(y.STRING,f)}return null};t.prototype._allow_regexp_or_xml=function(R){return R.type===y.RESERVED&&k1(R.text,["return","case","throw","else","do","typeof","yield"])||R.type===y.END_EXPR&&R.text===")"&&R.opened.previous.type===y.RESERVED&&k1(R.opened.previous.text,["if","while","for"])||k1(R.type,[y.COMMENT,y.START_EXPR,y.START_BLOCK,y.START,y.END_BLOCK,y.OPERATOR,y.EQUALS,y.EOF,y.SEMICOLON,y.COMMA])};t.prototype._read_regexp=function(R,f){if(R==="/"&&this._allow_regexp_or_xml(f)){var A=this._input.next(),H=!1,P=!1;while(this._input.hasNext()&&((H||P||this._input.peek()!==R)&&!this._input.testChar(cR.newline))){if(A+=this._input.peek(),!H){if(H=this._input.peek()==="\\",this._input.peek()==="[")P=!0;else if(this._input.peek()==="]")P=!1}else H=!1;this._input.next()}if(this._input.peek()===R)A+=this._input.next(),A+=this._input.read(cR.identifier);return this._create_token(y.STRING,A)}return null};t.prototype._read_xml=function(R,f){if(this._options.e4x&&R==="<"&&this._allow_regexp_or_xml(f)){var A="",H=this.__patterns.xml.read_match();if(H){var P=H[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),F=P.indexOf("{")===0,h=0;while(H){var $=!!H[1],U=H[2],G=!!H[H.length-1]||U.slice(0,8)==="![CDATA[";if(!G&&(U===P||F&&U.replace(/^{\s+/,"{").replace(/\s+}$/,"}")))if($)--h;else++h;if(A+=H[0],h<=0)break;H=this.__patterns.xml.read_match()}if(!H)A+=this._input.match(/[\s\S]*/g)[0];return A=A.replace(cR.allLineBreaks,"\n"),this._create_token(y.STRING,A)}}return null};t.prototype._read_string_recursive=function(R,f,A){var H,P;if(R==="\'")P=this.__patterns.single_quote;else if(R==='"')P=this.__patterns.double_quote;else if(R==="`")P=this.__patterns.template_text;else if(R==="}")P=this.__patterns.template_expression;var F=P.read(),h="";while(this._input.hasNext()){if(h=this._input.next(),h===R||!f&&cR.newline.test(h)){this._input.back();break}else if(h==="\\"&&this._input.hasNext()){if(H=this._input.peek(),H==="x"||H==="u")this.has_char_escapes=!0;else if(H==="\r"&&this._input.peek(1)==="\n")this._input.next();h+=this._input.next()}else if(A){if(A==="${"&&h==="$"&&this._input.peek()==="{")h+=this._input.next();if(A===h){if(R==="`")h+=this._read_string_recursive("}",f,"`");else h+=this._read_string_recursive("`",f,"${");if(this._input.hasNext())h+=this._input.next()}}h+=P.read(),F+=h}return F};IX.Tokenizer=t;IX.TOKEN=y;IX.positionable_operators=GX.slice();IX.line_starters=vG.slice()});var bG=x((SX,KG)=>{var Q=function(R,f){return f.indexOf(R)!==-1},VX=function(R){return R.replace(/^\s+/g,"")},QX=function(R){var f={};for(var A=0;A<R.length;A++)f[R[A].replace(/-/g,"_")]=R[A];return f},iR=function(R,f){return R&&R.type===I.RESERVED&&R.text===f},b=function(R,f){return R&&R.type===I.RESERVED&&Q(R.text,f)},BG=function(R,f){if(f.multiline_frame||f.mode===N.ForInitializer||f.mode===N.Conditional)return;R.remove_indent(f.start_line_index)},EX=function(R){R=R.replace(wH.allLineBreaks,"\n");var f=[],A=R.indexOf("\n");while(A!==-1)f.push(R.substring(0,A)),R=R.substring(A+1),A=R.indexOf("\n");if(R.length)f.push(R);return f},Bf=function(R){return R===N.ArrayLiteral},Q0=function(R){return Q(R,[N.Expression,N.ForInitializer,N.Conditional])},TX=function(R,f){for(var A=0;A<R.length;A++){var H=R[A].trim();if(H.charAt(0)!==f)return!1}return!0},OX=function(R,f){var A=0,H=R.length,P;for(;A<H;A++)if(P=R[A],P&&P.indexOf(f)!==0)return!1;return!0},T=function(R,f){f=f||{},this._source_text=R||"",this._output=null,this._tokens=null,this._last_last_text=null,this._flags=null,this._previous_flags=null,this._flag_store=null,this._options=new NX(f)},MX=zH().Output,yX=b1().Token,wH=C1(),NX=x1().Options,jX=N0().Tokenizer,z0=N0().line_starters,j0=N0().positionable_operators,I=N0().TOKEN,BH=["case","return","do","if","throw","else","await","break","continue","async"],zX=["before-newline","after-newline","preserve-newline"],V0=QX(zX),wG=[V0.before_newline,V0.preserve_newline],N={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};T.prototype.create_flags=function(R,f){var A=0;if(R){if(A=R.indentation_level,!this._output.just_added_newline()&&R.line_indent_level>A)A=R.line_indent_level}var H={mode:f,parent:R,last_token:R?R.last_token:new yX(I.START_BLOCK,""),last_word:R?R.last_word:"",declaration_statement:!1,declaration_assignment:!1,multiline_frame:!1,inline_frame:!1,if_block:!1,else_block:!1,class_start_block:!1,do_block:!1,do_while:!1,import_block:!1,in_case_statement:!1,in_case:!1,case_body:!1,case_block:!1,indentation_level:A,alignment:0,line_indent_level:R?R.line_indent_level:A,start_line_index:this._output.get_line_number(),ternary_depth:0};return H};T.prototype._reset=function(R){var f=R.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new MX(this._options,f),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(N.BlockStatement);var A=new jX(R,this._options);return this._tokens=A.tokenize(),R};T.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R,f=this._reset(this._source_text),A=this._options.eol;if(this._options.eol==="auto"){if(A="\n",f&&wH.lineBreak.test(f||""))A=f.match(wH.lineBreak)[0]}var H=this._tokens.next();while(H)this.handle_token(H),this._last_last_text=this._flags.last_token.text,this._flags.last_token=H,H=this._tokens.next();return R=this._output.get_code(A),R};T.prototype.handle_token=function(R,f){if(R.type===I.START_EXPR)this.handle_start_expr(R);else if(R.type===I.END_EXPR)this.handle_end_expr(R);else if(R.type===I.START_BLOCK)this.handle_start_block(R);else if(R.type===I.END_BLOCK)this.handle_end_block(R);else if(R.type===I.WORD)this.handle_word(R);else if(R.type===I.RESERVED)this.handle_word(R);else if(R.type===I.SEMICOLON)this.handle_semicolon(R);else if(R.type===I.STRING)this.handle_string(R);else if(R.type===I.EQUALS)this.handle_equals(R);else if(R.type===I.OPERATOR)this.handle_operator(R);else if(R.type===I.COMMA)this.handle_comma(R);else if(R.type===I.BLOCK_COMMENT)this.handle_block_comment(R,f);else if(R.type===I.COMMENT)this.handle_comment(R,f);else if(R.type===I.DOT)this.handle_dot(R);else if(R.type===I.EOF)this.handle_eof(R);else if(R.type===I.UNKNOWN)this.handle_unknown(R,f);else this.handle_unknown(R,f)};T.prototype.handle_whitespace_and_comments=function(R,f){var A=R.newlines,H=this._options.keep_array_indentation&&Bf(this._flags.mode);if(R.comments_before){var P=R.comments_before.next();while(P)this.handle_whitespace_and_comments(P,f),this.handle_token(P,f),P=R.comments_before.next()}if(H)for(var F=0;F<A;F+=1)this.print_newline(F>0,f);else{if(this._options.max_preserve_newlines&&A>this._options.max_preserve_newlines)A=this._options.max_preserve_newlines;if(this._options.preserve_newlines){if(A>1){this.print_newline(!1,f);for(var h=1;h<A;h+=1)this.print_newline(!0,f)}}}};var a1=["async","break","continue","return","throw","yield"];T.prototype.allow_wrap_or_preserved_newline=function(R,f){if(f=f===void 0?!1:f,this._output.just_added_newline())return;var A=this._options.preserve_newlines&&R.newlines||f,H=Q(this._flags.last_token.text,j0)||Q(R.text,j0);if(H){var P=Q(this._flags.last_token.text,j0)&&Q(this._options.operator_position,wG)||Q(R.text,j0);A=A&&P}if(A)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(b(this._flags.last_token,a1))return;this._output.set_wrap_point()}};T.prototype.print_newline=function(R,f){if(!f){if(this._flags.last_token.text!==";"&&this._flags.last_token.text!==","&&this._flags.last_token.text!=="="&&(this._flags.last_token.type!==I.OPERATOR||this._flags.last_token.text==="--"||this._flags.last_token.text==="++")){var A=this._tokens.peek();while(this._flags.mode===N.Statement&&!(this._flags.if_block&&iR(A,"else"))&&!this._flags.do_block)this.restore_mode()}}if(this._output.add_new_line(R))this._flags.multiline_frame=!0};T.prototype.print_token_line_indentation=function(R){if(this._output.just_added_newline()){if(this._options.keep_array_indentation&&R.newlines&&(R.text==="["||Bf(this._flags.mode)))this._output.current_line.set_indent(-1),this._output.current_line.push(R.whitespace_before),this._output.space_before_token=!1;else if(this._output.set_indent(this._flags.indentation_level,this._flags.alignment))this._flags.line_indent_level=this._flags.indentation_level}};T.prototype.print_token=function(R){if(this._output.raw){this._output.add_raw_token(R);return}if(this._options.comma_first&&R.previous&&R.previous.type===I.COMMA&&this._output.just_added_newline()){if(this._output.previous_line.last()===","){var f=this._output.previous_line.pop();if(this._output.previous_line.is_empty())this._output.previous_line.push(f),this._output.trim(!0),this._output.current_line.pop(),this._output.trim();this.print_token_line_indentation(R),this._output.add_token(","),this._output.space_before_token=!0}}if(this.print_token_line_indentation(R),this._output.non_breaking_space=!0,this._output.add_token(R.text),this._output.previous_token_wrapped)this._flags.multiline_frame=!0};T.prototype.indent=function(){this._flags.indentation_level+=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)};T.prototype.deindent=function(){if(this._flags.indentation_level>0&&(!this._flags.parent||this._flags.indentation_level>this._flags.parent.indentation_level))this._flags.indentation_level-=1,this._output.set_indent(this._flags.indentation_level,this._flags.alignment)};T.prototype.set_mode=function(R){if(this._flags)this._flag_store.push(this._flags),this._previous_flags=this._flags;else this._previous_flags=this.create_flags(null,R);this._flags=this.create_flags(this._previous_flags,R),this._output.set_indent(this._flags.indentation_level,this._flags.alignment)};T.prototype.restore_mode=function(){if(this._flag_store.length>0){if(this._previous_flags=this._flags,this._flags=this._flag_store.pop(),this._previous_flags.mode===N.Statement)BG(this._output,this._previous_flags);this._output.set_indent(this._flags.indentation_level,this._flags.alignment)}};T.prototype.start_of_object_property=function(){return this._flags.parent.mode===N.ObjectLiteral&&this._flags.mode===N.Statement&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"]))};T.prototype.start_of_statement=function(R){var f=!1;if(f=f||b(this._flags.last_token,["var","let","const"])&&R.type===I.WORD,f=f||iR(this._flags.last_token,"do"),f=f||!(this._flags.parent.mode===N.ObjectLiteral&&this._flags.mode===N.Statement)&&b(this._flags.last_token,a1)&&!R.newlines,f=f||iR(this._flags.last_token,"else")&&!(iR(R,"if")&&!R.comments_before),f=f||this._flags.last_token.type===I.END_EXPR&&(this._previous_flags.mode===N.ForInitializer||this._previous_flags.mode===N.Conditional),f=f||this._flags.last_token.type===I.WORD&&this._flags.mode===N.BlockStatement&&!this._flags.in_case&&!(R.text==="--"||R.text==="++")&&this._last_last_text!=="function"&&R.type!==I.WORD&&R.type!==I.RESERVED,f=f||this._flags.mode===N.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"])),f){if(this.set_mode(N.Statement),this.indent(),this.handle_whitespace_and_comments(R,!0),!this.start_of_object_property())this.allow_wrap_or_preserved_newline(R,b(R,["do","for","if","while"]));return!0}return!1};T.prototype.handle_start_expr=function(R){if(!this.start_of_statement(R))this.handle_whitespace_and_comments(R);var f=N.Expression;if(R.text==="["){if(this._flags.last_token.type===I.WORD||this._flags.last_token.text===")"){if(b(this._flags.last_token,z0))this._output.space_before_token=!0;if(this.print_token(R),this.set_mode(f),this.indent(),this._options.space_in_paren)this._output.space_before_token=!0;return}if(f=N.ArrayLiteral,Bf(this._flags.mode)){if(this._flags.last_token.text==="["||this._flags.last_token.text===","&&(this._last_last_text==="]"||this._last_last_text==="}")){if(!this._options.keep_array_indentation)this.print_newline()}}if(!Q(this._flags.last_token.type,[I.START_EXPR,I.END_EXPR,I.WORD,I.OPERATOR,I.DOT]))this._output.space_before_token=!0}else{if(this._flags.last_token.type===I.RESERVED){if(this._flags.last_token.text==="for")this._output.space_before_token=this._options.space_before_conditional,f=N.ForInitializer;else if(Q(this._flags.last_token.text,["if","while","switch"]))this._output.space_before_token=this._options.space_before_conditional,f=N.Conditional;else if(Q(this._flags.last_word,["await","async"]))this._output.space_before_token=!0;else if(this._flags.last_token.text==="import"&&R.whitespace_before==="")this._output.space_before_token=!1;else if(Q(this._flags.last_token.text,z0)||this._flags.last_token.text==="catch")this._output.space_before_token=!0}else if(this._flags.last_token.type===I.EQUALS||this._flags.last_token.type===I.OPERATOR){if(!this.start_of_object_property())this.allow_wrap_or_preserved_newline(R)}else if(this._flags.last_token.type===I.WORD){this._output.space_before_token=!1;var A=this._tokens.peek(-3);if(this._options.space_after_named_function&&A){var H=this._tokens.peek(-4);if(b(A,["async","function"])||A.text==="*"&&b(H,["async","function"]))this._output.space_before_token=!0;else if(this._flags.mode===N.ObjectLiteral){if(A.text==="{"||A.text===","||A.text==="*"&&(H.text==="{"||H.text===","))this._output.space_before_token=!0}else if(this._flags.parent&&this._flags.parent.class_start_block)this._output.space_before_token=!0}}else this.allow_wrap_or_preserved_newline(R);if(this._flags.last_token.type===I.RESERVED&&(this._flags.last_word==="function"||this._flags.last_word==="typeof")||this._flags.last_token.text==="*"&&(Q(this._last_last_text,["function","yield"])||this._flags.mode===N.ObjectLiteral&&Q(this._last_last_text,["{",","])))this._output.space_before_token=this._options.space_after_anon_function}if(this._flags.last_token.text===";"||this._flags.last_token.type===I.START_BLOCK)this.print_newline();else if(this._flags.last_token.type===I.END_EXPR||this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.END_BLOCK||this._flags.last_token.text==="."||this._flags.last_token.type===I.COMMA)this.allow_wrap_or_preserved_newline(R,R.newlines);if(this.print_token(R),this.set_mode(f),this._options.space_in_paren)this._output.space_before_token=!0;this.indent()};T.prototype.handle_end_expr=function(R){while(this._flags.mode===N.Statement)this.restore_mode();if(this.handle_whitespace_and_comments(R),this._flags.multiline_frame)this.allow_wrap_or_preserved_newline(R,R.text==="]"&&Bf(this._flags.mode)&&!this._options.keep_array_indentation);if(this._options.space_in_paren)if(this._flags.last_token.type===I.START_EXPR&&!this._options.space_in_empty_paren)this._output.trim(),this._output.space_before_token=!1;else this._output.space_before_token=!0;if(this.deindent(),this.print_token(R),this.restore_mode(),BG(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===N.Conditional)this._previous_flags.mode=N.Expression,this._flags.do_block=!1,this._flags.do_while=!1};T.prototype.handle_start_block=function(R){this.handle_whitespace_and_comments(R);var f=this._tokens.peek(),A=this._tokens.peek(1);if(this._flags.last_word==="switch"&&this._flags.last_token.type===I.END_EXPR)this.set_mode(N.BlockStatement),this._flags.in_case_statement=!0;else if(this._flags.case_body)this.set_mode(N.BlockStatement);else if(A&&(Q(A.text,[":",","])&&Q(f.type,[I.STRING,I.WORD,I.RESERVED])||Q(f.text,["get","set","..."])&&Q(A.type,[I.WORD,I.RESERVED])))if(Q(this._last_last_text,["class","interface"])&&!Q(A.text,[":",","]))this.set_mode(N.BlockStatement);else this.set_mode(N.ObjectLiteral);else if(this._flags.last_token.type===I.OPERATOR&&this._flags.last_token.text==="=>")this.set_mode(N.BlockStatement);else if(Q(this._flags.last_token.type,[I.EQUALS,I.START_EXPR,I.COMMA,I.OPERATOR])||b(this._flags.last_token,["return","throw","import","default"]))this.set_mode(N.ObjectLiteral);else this.set_mode(N.BlockStatement);if(this._flags.last_token){if(b(this._flags.last_token.previous,["class","extends"]))this._flags.class_start_block=!0}var H=!f.comments_before&&f.text==="}",P=H&&this._flags.last_word==="function"&&this._flags.last_token.type===I.END_EXPR;if(this._options.brace_preserve_inline){var F=0,h=null;this._flags.inline_frame=!0;do if(F+=1,h=this._tokens.peek(F-1),h.newlines){this._flags.inline_frame=!1;break}while(h.type!==I.EOF&&!(h.type===I.END_BLOCK&&h.opened===R))}if((this._options.brace_style==="expand"||this._options.brace_style==="none"&&R.newlines)&&!this._flags.inline_frame)if(this._flags.last_token.type!==I.OPERATOR&&(P||this._flags.last_token.type===I.EQUALS||b(this._flags.last_token,BH)&&this._flags.last_token.text!=="else"))this._output.space_before_token=!0;else this.print_newline(!1,!0);else{if(Bf(this._previous_flags.mode)&&(this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.COMMA)){if(this._flags.last_token.type===I.COMMA||this._options.space_in_paren)this._output.space_before_token=!0;if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR&&this._flags.inline_frame)this.allow_wrap_or_preserved_newline(R),this._previous_flags.multiline_frame=this._previous_flags.multiline_frame||this._flags.multiline_frame,this._flags.multiline_frame=!1}if(this._flags.last_token.type!==I.OPERATOR&&this._flags.last_token.type!==I.START_EXPR)if(Q(this._flags.last_token.type,[I.START_BLOCK,I.SEMICOLON])&&!this._flags.inline_frame)this.print_newline();else this._output.space_before_token=!0}if(this.print_token(R),this.indent(),!H&&!(this._options.brace_preserve_inline&&this._flags.inline_frame))this.print_newline()};T.prototype.handle_end_block=function(R){this.handle_whitespace_and_comments(R);while(this._flags.mode===N.Statement)this.restore_mode();var f=this._flags.last_token.type===I.START_BLOCK;if(this._flags.inline_frame&&!f)this._output.space_before_token=!0;else if(this._options.brace_style==="expand"){if(!f)this.print_newline()}else if(!f)if(Bf(this._flags.mode)&&this._options.keep_array_indentation)this._options.keep_array_indentation=!1,this.print_newline(),this._options.keep_array_indentation=!0;else this.print_newline();this.restore_mode(),this.print_token(R)};T.prototype.handle_word=function(R){if(R.type===I.RESERVED){if(Q(R.text,["set","get"])&&this._flags.mode!==N.ObjectLiteral)R.type=I.WORD;else if(R.text==="import"&&Q(this._tokens.peek().text,["(","."]))R.type=I.WORD;else if(Q(R.text,["as","from"])&&!this._flags.import_block)R.type=I.WORD;else if(this._flags.mode===N.ObjectLiteral){var f=this._tokens.peek();if(f.text===":")R.type=I.WORD}}if(this.start_of_statement(R)){if(b(this._flags.last_token,["var","let","const"])&&R.type===I.WORD)this._flags.declaration_statement=!0}else if(R.newlines&&!Q0(this._flags.mode)&&(this._flags.last_token.type!==I.OPERATOR||(this._flags.last_token.text==="--"||this._flags.last_token.text==="++"))&&this._flags.last_token.type!==I.EQUALS&&(this._options.preserve_newlines||!b(this._flags.last_token,["var","let","const","set","get"])))this.handle_whitespace_and_comments(R),this.print_newline();else this.handle_whitespace_and_comments(R);if(this._flags.do_block&&!this._flags.do_while)if(iR(R,"while")){this._output.space_before_token=!0,this.print_token(R),this._output.space_before_token=!0,this._flags.do_while=!0;return}else this.print_newline(),this._flags.do_block=!1;if(this._flags.if_block)if(!this._flags.else_block&&iR(R,"else"))this._flags.else_block=!0;else{while(this._flags.mode===N.Statement)this.restore_mode();this._flags.if_block=!1,this._flags.else_block=!1}if(this._flags.in_case_statement&&b(R,["case","default"])){if(this.print_newline(),!this._flags.case_block&&(this._flags.case_body||this._options.jslint_happy))this.deindent();this._flags.case_body=!1,this.print_token(R),this._flags.in_case=!0;return}if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.EQUALS||this._flags.last_token.type===I.OPERATOR){if(!this.start_of_object_property()&&!(Q(this._flags.last_token.text,["+","-"])&&this._last_last_text===":"&&this._flags.parent.mode===N.ObjectLiteral))this.allow_wrap_or_preserved_newline(R)}if(iR(R,"function")){if(Q(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(Q(this._flags.last_token.text,["(","[","{",":","=",","])||this._flags.last_token.type===I.OPERATOR)){if(!this._output.just_added_blankline()&&!R.comments_before)this.print_newline(),this.print_newline(!0)}if(this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD)if(b(this._flags.last_token,["get","set","new","export"])||b(this._flags.last_token,a1))this._output.space_before_token=!0;else if(iR(this._flags.last_token,"default")&&this._last_last_text==="export")this._output.space_before_token=!0;else if(this._flags.last_token.text==="declare")this._output.space_before_token=!0;else this.print_newline();else if(this._flags.last_token.type===I.OPERATOR||this._flags.last_token.text==="=")this._output.space_before_token=!0;else if(!this._flags.multiline_frame&&(Q0(this._flags.mode)||Bf(this._flags.mode)));else this.print_newline();this.print_token(R),this._flags.last_word=R.text;return}var A="NONE";if(this._flags.last_token.type===I.END_BLOCK)if(this._previous_flags.inline_frame)A="SPACE";else if(!b(R,["else","catch","finally","from"]))A="NEWLINE";else if(this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&R.newlines)A="NEWLINE";else A="SPACE",this._output.space_before_token=!0;else if(this._flags.last_token.type===I.SEMICOLON&&this._flags.mode===N.BlockStatement)A="NEWLINE";else if(this._flags.last_token.type===I.SEMICOLON&&Q0(this._flags.mode))A="SPACE";else if(this._flags.last_token.type===I.STRING)A="NEWLINE";else if(this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD||this._flags.last_token.text==="*"&&(Q(this._last_last_text,["function","yield"])||this._flags.mode===N.ObjectLiteral&&Q(this._last_last_text,["{",","])))A="SPACE";else if(this._flags.last_token.type===I.START_BLOCK)if(this._flags.inline_frame)A="SPACE";else A="NEWLINE";else if(this._flags.last_token.type===I.END_EXPR)this._output.space_before_token=!0,A="NEWLINE";if(b(R,z0)&&this._flags.last_token.text!==")")if(this._flags.inline_frame||this._flags.last_token.text==="else"||this._flags.last_token.text==="export")A="SPACE";else A="NEWLINE";if(b(R,["else","catch","finally"]))if((!(this._flags.last_token.type===I.END_BLOCK&&this._previous_flags.mode===N.BlockStatement)||this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&R.newlines)&&!this._flags.inline_frame)this.print_newline();else{this._output.trim(!0);var H=this._output.current_line;if(H.last()!=="}")this.print_newline();this._output.space_before_token=!0}else if(A==="NEWLINE"){if(b(this._flags.last_token,BH))this._output.space_before_token=!0;else if(this._flags.last_token.text==="declare"&&b(R,["var","let","const"]))this._output.space_before_token=!0;else if(this._flags.last_token.type!==I.END_EXPR){if((this._flags.last_token.type!==I.START_EXPR||!b(R,["var","let","const"]))&&this._flags.last_token.text!==":")if(iR(R,"if")&&iR(R.previous,"else"))this._output.space_before_token=!0;else this.print_newline()}else if(b(R,z0)&&this._flags.last_token.text!==")")this.print_newline()}else if(this._flags.multiline_frame&&Bf(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}")this.print_newline();else if(A==="SPACE")this._output.space_before_token=!0;if(R.previous&&(R.previous.type===I.WORD||R.previous.type===I.RESERVED))this._output.space_before_token=!0;if(this.print_token(R),this._flags.last_word=R.text,R.type===I.RESERVED){if(R.text==="do")this._flags.do_block=!0;else if(R.text==="if")this._flags.if_block=!0;else if(R.text==="import")this._flags.import_block=!0;else if(this._flags.import_block&&iR(R,"from"))this._flags.import_block=!1}};T.prototype.handle_semicolon=function(R){if(this.start_of_statement(R))this._output.space_before_token=!1;else this.handle_whitespace_and_comments(R);var f=this._tokens.peek();while(this._flags.mode===N.Statement&&!(this._flags.if_block&&iR(f,"else"))&&!this._flags.do_block)this.restore_mode();if(this._flags.import_block)this._flags.import_block=!1;this.print_token(R)};T.prototype.handle_string=function(R){if(R.text.startsWith("`")&&R.newlines===0&&R.whitespace_before===""&&(R.previous.text===")"||this._flags.last_token.type===I.WORD));else if(this.start_of_statement(R))this._output.space_before_token=!0;else if(this.handle_whitespace_and_comments(R),this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD||this._flags.inline_frame)this._output.space_before_token=!0;else if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR||this._flags.last_token.type===I.EQUALS||this._flags.last_token.type===I.OPERATOR){if(!this.start_of_object_property())this.allow_wrap_or_preserved_newline(R)}else if(R.text.startsWith("`")&&this._flags.last_token.type===I.END_EXPR&&(R.previous.text==="]"||R.previous.text===")")&&R.newlines===0)this._output.space_before_token=!0;else this.print_newline();this.print_token(R)};T.prototype.handle_equals=function(R){if(this.start_of_statement(R));else this.handle_whitespace_and_comments(R);if(this._flags.declaration_statement)this._flags.declaration_assignment=!0;this._output.space_before_token=!0,this.print_token(R),this._output.space_before_token=!0};T.prototype.handle_comma=function(R){if(this.handle_whitespace_and_comments(R,!0),this.print_token(R),this._output.space_before_token=!0,this._flags.declaration_statement){if(Q0(this._flags.parent.mode))this._flags.declaration_assignment=!1;if(this._flags.declaration_assignment)this._flags.declaration_assignment=!1,this.print_newline(!1,!0);else if(this._options.comma_first)this.allow_wrap_or_preserved_newline(R)}else if(this._flags.mode===N.ObjectLiteral||this._flags.mode===N.Statement&&this._flags.parent.mode===N.ObjectLiteral){if(this._flags.mode===N.Statement)this.restore_mode();if(!this._flags.inline_frame)this.print_newline()}else if(this._options.comma_first)this.allow_wrap_or_preserved_newline(R)};T.prototype.handle_operator=function(R){var f=R.text==="*"&&(b(this._flags.last_token,["function","yield"])||Q(this._flags.last_token.type,[I.START_BLOCK,I.COMMA,I.END_BLOCK,I.SEMICOLON])),A=Q(R.text,["-","+"])&&(Q(this._flags.last_token.type,[I.START_BLOCK,I.START_EXPR,I.EQUALS,I.OPERATOR])||Q(this._flags.last_token.text,z0)||this._flags.last_token.text===",");if(this.start_of_statement(R));else{var H=!f;this.handle_whitespace_and_comments(R,H)}if(R.text==="*"&&this._flags.last_token.type===I.DOT){this.print_token(R);return}if(R.text==="::"){this.print_token(R);return}if(Q(R.text,["-","+"])&&this.start_of_object_property()){this.print_token(R);return}if(this._flags.last_token.type===I.OPERATOR&&Q(this._options.operator_position,wG))this.allow_wrap_or_preserved_newline(R);if(R.text===":"&&this._flags.in_case){if(this.print_token(R),this._flags.in_case=!1,this._flags.case_body=!0,this._tokens.peek().type!==I.START_BLOCK)this.indent(),this.print_newline(),this._flags.case_block=!1;else this._flags.case_block=!0,this._output.space_before_token=!0;return}var P=!0,F=!0,h=!1;if(R.text===":")if(this._flags.ternary_depth===0)P=!1;else this._flags.ternary_depth-=1,h=!0;else if(R.text==="?")this._flags.ternary_depth+=1;if(!A&&!f&&this._options.preserve_newlines&&Q(R.text,j0)){var $=R.text===":",U=$&&h,G=$&&!h;switch(this._options.operator_position){case V0.before_newline:if(this._output.space_before_token=!G,this.print_token(R),!$||U)this.allow_wrap_or_preserved_newline(R);this._output.space_before_token=!0;return;case V0.after_newline:if(this._output.space_before_token=!0,!$||U)if(this._tokens.peek().newlines)this.print_newline(!1,!0);else this.allow_wrap_or_preserved_newline(R);else this._output.space_before_token=!1;this.print_token(R),this._output.space_before_token=!0;return;case V0.preserve_newline:if(!G)this.allow_wrap_or_preserved_newline(R);P=!(this._output.just_added_newline()||G),this._output.space_before_token=P,this.print_token(R),this._output.space_before_token=!0;return}}if(f){this.allow_wrap_or_preserved_newline(R),P=!1;var Y=this._tokens.peek();F=Y&&Q(Y.type,[I.WORD,I.RESERVED])}else if(R.text==="...")this.allow_wrap_or_preserved_newline(R),P=this._flags.last_token.type===I.START_BLOCK,F=!1;else if(Q(R.text,["--","++","!","~"])||A){if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR)this.allow_wrap_or_preserved_newline(R);if(P=!1,F=!1,R.newlines&&(R.text==="--"||R.text==="++"||R.text==="~")){var W=b(this._flags.last_token,BH)&&R.newlines;if(W&&(this._previous_flags.if_block||this._previous_flags.else_block))this.restore_mode();this.print_newline(W,!0)}if(this._flags.last_token.text===";"&&Q0(this._flags.mode))P=!0;if(this._flags.last_token.type===I.RESERVED)P=!0;else if(this._flags.last_token.type===I.END_EXPR)P=!(this._flags.last_token.text==="]"&&(R.text==="--"||R.text==="++"));else if(this._flags.last_token.type===I.OPERATOR){if(P=Q(R.text,["--","-","++","+"])&&Q(this._flags.last_token.text,["--","-","++","+"]),Q(R.text,["+","-"])&&Q(this._flags.last_token.text,["--","++"]))F=!0}if((this._flags.mode===N.BlockStatement&&!this._flags.inline_frame||this._flags.mode===N.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";"))this.print_newline()}this._output.space_before_token=this._output.space_before_token||P,this.print_token(R),this._output.space_before_token=F};T.prototype.handle_block_comment=function(R,f){if(this._output.raw){if(this._output.add_raw_token(R),R.directives&&R.directives.preserve==="end")this._output.raw=this._options.test_output_raw;return}if(R.directives){if(this.print_newline(!1,f),this.print_token(R),R.directives.preserve==="start")this._output.raw=!0;this.print_newline(!1,!0);return}if(!wH.newline.test(R.text)&&!R.newlines){this._output.space_before_token=!0,this.print_token(R),this._output.space_before_token=!0;return}else this.print_block_commment(R,f)};T.prototype.print_block_commment=function(R,f){var A=EX(R.text),H,P=!1,F=!1,h=R.whitespace_before,$=h.length;if(this.print_newline(!1,f),this.print_token_line_indentation(R),this._output.add_token(A[0]),this.print_newline(!1,f),A.length>1){if(A=A.slice(1),P=TX(A,"*"),F=OX(A,h),P)this._flags.alignment=1;for(H=0;H<A.length;H++){if(P)this.print_token_line_indentation(R),this._output.add_token(VX(A[H]));else if(F&&A[H])this.print_token_line_indentation(R),this._output.add_token(A[H].substring($));else this._output.current_line.set_indent(-1),this._output.add_token(A[H]);this.print_newline(!1,f)}this._flags.alignment=0}};T.prototype.handle_comment=function(R,f){if(R.newlines)this.print_newline(!1,f);else this._output.trim(!0);this._output.space_before_token=!0,this.print_token(R),this.print_newline(!1,f)};T.prototype.handle_dot=function(R){if(this.start_of_statement(R));else this.handle_whitespace_and_comments(R,!0);if(this._flags.last_token.text.match("^[0-9]+$"))this._output.space_before_token=!0;if(b(this._flags.last_token,BH))this._output.space_before_token=!1;else this.allow_wrap_or_preserved_newline(R,this._flags.last_token.text===")"&&this._options.break_chained_methods);if(this._options.unindent_chained_methods&&this._output.just_added_newline())this.deindent();this.print_token(R)};T.prototype.handle_unknown=function(R,f){if(this.print_token(R),R.text[R.text.length-1]==="\n")this.print_newline(!1,f)};T.prototype.handle_eof=function(R){while(this._flags.mode===N.Statement)this.restore_mode();this.handle_whitespace_and_comments(R)};SX.Beautifier=T});var gG=x((VM,_1)=>{var KX=function(R,f){var A=new wX(R,f);return A.beautify()},wX=bG().Beautifier,BX=x1().Options;_1.exports=KX;_1.exports.defaultOptions=function(){return new BX}});var o1=x((bX,xG)=>{var CG=function(R){uG.call(this,R,"css"),this.selector_separator_newline=this._get_boolean("selector_separator_newline",!0),this.newline_between_rules=this._get_boolean("newline_between_rules",!0);var f=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||f;var A=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var H=0;H<A.length;H++)if(A[H]!=="expand")this.brace_style="collapse";else this.brace_style=A[H]},uG=TH().Options;CG.prototype=new uG;bX.Options=CG});var pG=x((lX,iG)=>{var Xf=function(R,f){this._source_text=R||"",this._options=new uX(f),this._ch=null,this._input=null,this.NESTED_AT_RULE={page:!0,"font-face":!0,keyframes:!0,media:!0,supports:!0,document:!0},this.CONDITIONAL_GROUP_RULE={media:!0,supports:!0,document:!0},this.NON_SEMICOLON_NEWLINE_PROPERTY=["grid-template-areas","grid-template"]},uX=o1().Options,CX=zH().Output,xX=OH().InputScanner,mX=SH().Directives,mG=new mX(/\/\*/,/\*\//),cG=/\r\n|[\r\n]/,cX=/\r\n|[\r\n]/g,KH=/\s/,iX=/(?:\s|\n)+/g,pX=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,sX=/\/\/(?:[^\n\r\u2028\u2029]*)/g;Xf.prototype.eatString=function(R){var f="";this._ch=this._input.next();while(this._ch){if(f+=this._ch,this._ch==="\\")f+=this._input.next();else if(R.indexOf(this._ch)!==-1||this._ch==="\n")break;this._ch=this._input.next()}return f};Xf.prototype.eatWhitespace=function(R){var f=KH.test(this._input.peek()),A=0;while(KH.test(this._input.peek()))if(this._ch=this._input.next(),R&&this._ch==="\n"){if(A===0||A<this._options.max_preserve_newlines)A++,this._output.add_new_line(!0)}return f};Xf.prototype.foundNestedPseudoClass=function(){var R=0,f=1,A=this._input.peek(f);while(A){if(A==="{")return!0;else if(A==="(")R+=1;else if(A===")"){if(R===0)return!1;R-=1}else if(A===";"||A==="}")return!1;f++,A=this._input.peek(f)}return!1};Xf.prototype.print_string=function(R){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(R)};Xf.prototype.preserveSingleSpace=function(R){if(R)this._output.space_before_token=!0};Xf.prototype.indent=function(){this._indentLevel++};Xf.prototype.outdent=function(){if(this._indentLevel>0)this._indentLevel--};Xf.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R=this._source_text,f=this._options.eol;if(f==="auto"){if(f="\n",R&&cG.test(R||""))f=R.match(cG)[0]}R=R.replace(cX,"\n");var A=R.match(/^[\t ]*/)[0];this._output=new CX(this._options,A),this._input=new xX(R),this._indentLevel=0,this._nestedLevel=0,this._ch=null;var H=0,P=!1,F=!1,h=!1,$=!1,U=!1,G=this._ch,Y=!1,W,D,Z;while(!0){if(W=this._input.read(iX),D=W!=="",Z=G,this._ch=this._input.next(),this._ch==="\\"&&this._input.hasNext())this._ch+=this._input.next();if(G=this._ch,!this._ch)break;else if(this._ch==="/"&&this._input.peek()==="*"){this._output.add_new_line(),this._input.back();var J=this._input.read(pX),X=mG.get_directives(J);if(X&&X.ignore==="start")J+=mG.readIgnored(this._input);this.print_string(J),this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="/"&&this._input.peek()==="/")this._output.space_before_token=!0,this._input.back(),this.print_string(this._input.read(sX)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(D),this.print_string(this._ch);var L=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);if(L.match(/[ :]$/))L=this.eatString(": ").replace(/\s+$/,""),this.print_string(L),this._output.space_before_token=!0;if(H===0&&L.indexOf(":")!==-1)F=!0,this.indent()}else if(this._ch==="@")if(this.preserveSingleSpace(D),this._input.peek()==="{")this.print_string(this._ch+this.eatString("}"));else{this.print_string(this._ch);var j=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);if(j.match(/[ :]$/))j=this.eatString(": ").replace(/\s+$/,""),this.print_string(j),this._output.space_before_token=!0;if(H===0&&j.indexOf(":")!==-1)F=!0,this.indent();else if(j in this.NESTED_AT_RULE){if(this._nestedLevel+=1,j in this.CONDITIONAL_GROUP_RULE)h=!0}else if(H===0&&!F)$=!0}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(D),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{"){if(F)F=!1,this.outdent();if($=!1,h)h=!1,P=this._indentLevel>=this._nestedLevel;else P=this._indentLevel>=this._nestedLevel-1;if(this._options.newline_between_rules&&P){if(this._output.previous_line&&this._output.previous_line.item(-1)!=="{")this._output.ensure_empty_line_above("/",",")}if(this._output.space_before_token=!0,this._options.brace_style==="expand")this._output.add_new_line(),this.print_string(this._ch),this.indent(),this._output.set_indent(this._indentLevel);else{if(Z==="(")this._output.space_before_token=!1;else if(Z!==",")this.indent();this.print_string(this._ch)}this.eatWhitespace(!0),this._output.add_new_line()}else if(this._ch==="}"){if(this.outdent(),this._output.add_new_line(),Z==="{")this._output.trim(!0);if(F)this.outdent(),F=!1;if(this.print_string(this._ch),P=!1,this._nestedLevel)this._nestedLevel--;if(this.eatWhitespace(!0),this._output.add_new_line(),this._options.newline_between_rules&&!this._output.just_added_blankline()){if(this._input.peek()!=="}")this._output.add_new_line(!0)}if(this._input.peek()===")"){if(this._output.trim(!0),this._options.brace_style==="expand")this._output.add_new_line(!0)}}else if(this._ch===":"){for(var V=0;V<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;V++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[V])){Y=!0;break}if((P||h)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!$&&H===0){if(this.print_string(":"),!F)F=!0,this._output.space_before_token=!0,this.eatWhitespace(!0),this.indent()}else{if(this._input.lookBack(" "))this._output.space_before_token=!0;if(this._input.peek()===":")this._ch=this._input.next(),this.print_string("::");else this.print_string(":")}}else if(this._ch==='"'||this._ch==="\'"){var z=Z==='"'||Z==="\'";this.preserveSingleSpace(z||D),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")if(Y=!1,H===0){if(F)this.outdent(),F=!1;if($=!1,this.print_string(this._ch),this.eatWhitespace(!0),this._input.peek()!=="/")this._output.add_new_line()}else this.print_string(this._ch),this.eatWhitespace(!0),this._output.space_before_token=!0;else if(this._ch==="(")if(this._input.lookBack("url")){if(this.print_string(this._ch),this.eatWhitespace(),H++,this.indent(),this._ch=this._input.next(),this._ch===")"||this._ch==='"'||this._ch==="\'")this._input.back();else if(this._ch){if(this.print_string(this._ch+this.eatString(")")),H)H--,this.outdent()}}else{var s=!1;if(this._input.lookBack("with"))s=!0;if(this.preserveSingleSpace(D||s),this.print_string(this._ch),F&&Z==="$"&&this._options.selector_separator_newline)this._output.add_new_line(),U=!0;else this.eatWhitespace(),H++,this.indent()}else if(this._ch===")"){if(H)H--,this.outdent();if(U&&this._input.peek()===";"&&this._options.selector_separator_newline)U=!1,this.outdent(),this._output.add_new_line();this.print_string(this._ch)}else if(this._ch===",")if(this.print_string(this._ch),this.eatWhitespace(!0),this._options.selector_separator_newline&&(!F||U)&&H===0&&!$)this._output.add_new_line();else this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!F&&H===0){if(this._options.space_around_combinator)this._output.space_before_token=!0,this.print_string(this._ch),this._output.space_before_token=!0;else if(this.print_string(this._ch),this.eatWhitespace(),this._ch&&KH.test(this._ch))this._ch=""}else if(this._ch==="]")this.print_string(this._ch);else if(this._ch==="[")this.preserveSingleSpace(D),this.print_string(this._ch);else if(this._ch==="="){if(this.eatWhitespace(),this.print_string("="),KH.test(this._ch))this._ch=""}else if(this._ch==="!"&&!this._input.lookBack("\\"))this._output.space_before_token=!0,this.print_string(this._ch);else{var l=Z==='"'||Z==="\'";if(this.preserveSingleSpace(l||D),this.print_string(this._ch),!this._output.just_added_newline()&&this._input.peek()==="\n"&&Y)this._output.add_new_line()}}var c=this._output.get_code(f);return c};lX.Beautifier=Xf});var sG=x((QM,r1)=>{var _X=function(R,f){var A=new kX(R,f);return A.beautify()},kX=pG().Beautifier,aX=o1().Options;r1.exports=_X;r1.exports.defaultOptions=function(){return new aX}});var n1=x((oX,kG)=>{var dG=function(R){if(lG.call(this,R,"html"),this.templating.length===1&&this.templating[0]==="auto")this.templating=["django","erb","handlebars","php"];this.indent_inner_html=this._get_boolean("indent_inner_html"),this.indent_body_inner_html=this._get_boolean("indent_body_inner_html",!0),this.indent_head_inner_html=this._get_boolean("indent_head_inner_html",!0),this.indent_handlebars=this._get_boolean("indent_handlebars",!0),this.wrap_attributes=this._get_selection("wrap_attributes",["auto","force","force-aligned","force-expand-multiline","aligned-multiple","preserve","preserve-aligned"]),this.wrap_attributes_min_attrs=this._get_number("wrap_attributes_min_attrs",2),this.wrap_attributes_indent_size=this._get_number("wrap_attributes_indent_size",this.indent_size),this.extra_liners=this._get_array("extra_liners",["head","body","/html"]),this.inline=this._get_array("inline",["a","abbr","area","audio","b","bdi","bdo","br","button","canvas","cite","code","data","datalist","del","dfn","em","embed","i","iframe","img","input","ins","kbd","keygen","label","map","mark","math","meter","noscript","object","output","progress","q","ruby","s","samp","select","small","span","strong","sub","sup","svg","template","textarea","time","u","var","video","wbr","text","acronym","big","strike","tt"]),this.inline_custom_elements=this._get_boolean("inline_custom_elements",!0),this.void_elements=this._get_array("void_elements",["area","base","br","col","embed","hr","img","input","keygen","link","menuitem","meta","param","source","track","wbr","!doctype","?xml","basefont","isindex"]),this.unformatted=this._get_array("unformatted",[]),this.content_unformatted=this._get_array("content_unformatted",["pre","textarea"]),this.unformatted_content_delimiter=this._get_characters("unformatted_content_delimiter"),this.indent_scripts=this._get_selection("indent_scripts",["normal","keep","separate"])},lG=TH().Options;dG.prototype=new lG;oX.Options=dG});var RF=x((R7,e1)=>{var _G=M0().Tokenizer,t1=M0().TOKEN,nX=SH().Directives,tX=l1().TemplatablePattern,eX=X0().Pattern,w={TAG_OPEN:"TK_TAG_OPEN",TAG_CLOSE:"TK_TAG_CLOSE",CONTROL_FLOW_OPEN:"TK_CONTROL_FLOW_OPEN",CONTROL_FLOW_CLOSE:"TK_CONTROL_FLOW_CLOSE",ATTRIBUTE:"TK_ATTRIBUTE",EQUALS:"TK_EQUALS",VALUE:"TK_VALUE",COMMENT:"TK_COMMENT",TEXT:"TK_TEXT",UNKNOWN:"TK_UNKNOWN",START:t1.START,RAW:t1.RAW,EOF:t1.EOF},aG=new nX(/<\!--/,/-->/),PR=function(R,f){_G.call(this,R,f),this._current_tag_name="";var A=new tX(this._input).read_options(this._options),H=new eX(this._input);if(this.__patterns={word:A.until(/[\n\r\t <]/),word_control_flow_close_excluded:A.until(/[\n\r\t <}]/),single_quote:A.until_after(/'/),double_quote:A.until_after(/"/),attribute:A.until(/[\n\r\t =>]|\/>/),element_name:A.until(/[\n\r\t >\/]/),angular_control_flow_start:H.matching(/\@[a-zA-Z]+[^({]*[({]/),handlebars_comment:H.starting_with(/{{!--/).until_after(/--}}/),handlebars:H.starting_with(/{{/).until_after(/}}/),handlebars_open:H.until(/[\n\r\t }]/),handlebars_raw_close:H.until(/}}/),comment:H.starting_with(/<!--/).until_after(/-->/),cdata:H.starting_with(/<!\[CDATA\[/).until_after(/]]>/),conditional_comment:H.starting_with(/<!\[/).until_after(/]>/),processing:H.starting_with(/<\?/).until_after(/\?>/)},this._options.indent_handlebars)this.__patterns.word=this.__patterns.word.exclude("handlebars"),this.__patterns.word_control_flow_close_excluded=this.__patterns.word_control_flow_close_excluded.exclude("handlebars");if(this._unformatted_content_delimiter=null,this._options.unformatted_content_delimiter){var P=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=H.matching(P).until_after(P)}};PR.prototype=new _G;PR.prototype._is_comment=function(R){return!1};PR.prototype._is_opening=function(R){return R.type===w.TAG_OPEN||R.type===w.CONTROL_FLOW_OPEN};PR.prototype._is_closing=function(R,f){return R.type===w.TAG_CLOSE&&(f&&((R.text===">"||R.text==="/>")&&f.text[0]==="<"||R.text==="}}"&&f.text[0]==="{"&&f.text[1]==="{"))||R.type===w.CONTROL_FLOW_CLOSE&&(R.text==="}"&&f.text.endsWith("{"))};PR.prototype._reset=function(){this._current_tag_name=""};PR.prototype._get_next_token=function(R,f){var A=null;this._readWhitespace();var H=this._input.peek();if(H===null)return this._create_token(w.EOF,"");return A=A||this._read_open_handlebars(H,f),A=A||this._read_attribute(H,R,f),A=A||this._read_close(H,f),A=A||this._read_control_flows(H,f),A=A||this._read_raw_content(H,R,f),A=A||this._read_content_word(H,f),A=A||this._read_comment_or_cdata(H),A=A||this._read_processing(H),A=A||this._read_open(H,f),A=A||this._create_token(w.UNKNOWN,this._input.next()),A};PR.prototype._read_comment_or_cdata=function(R){var f=null,A=null,H=null;if(R==="<"){var P=this._input.peek(1);if(P==="!")if(A=this.__patterns.comment.read(),A){if(H=aG.get_directives(A),H&&H.ignore==="start")A+=aG.readIgnored(this._input)}else A=this.__patterns.cdata.read();if(A)f=this._create_token(w.COMMENT,A),f.directives=H}return f};PR.prototype._read_processing=function(R){var f=null,A=null,H=null;if(R==="<"){var P=this._input.peek(1);if(P==="!"||P==="?")A=this.__patterns.conditional_comment.read(),A=A||this.__patterns.processing.read();if(A)f=this._create_token(w.COMMENT,A),f.directives=H}return f};PR.prototype._read_open=function(R,f){var A=null,H=null;if(!f||f.type===w.CONTROL_FLOW_OPEN){if(R==="<"){if(A=this._input.next(),this._input.peek()==="/")A+=this._input.next();A+=this.__patterns.element_name.read(),H=this._create_token(w.TAG_OPEN,A)}}return H};PR.prototype._read_open_handlebars=function(R,f){var A=null,H=null;if(!f||f.type===w.CONTROL_FLOW_OPEN){if(this._options.indent_handlebars&&R==="{"&&this._input.peek(1)==="{")if(this._input.peek(2)==="!")A=this.__patterns.handlebars_comment.read(),A=A||this.__patterns.handlebars.read(),H=this._create_token(w.COMMENT,A);else A=this.__patterns.handlebars_open.read(),H=this._create_token(w.TAG_OPEN,A)}return H};PR.prototype._read_control_flows=function(R,f){var A="",H=null;if(!this._options.templating.includes("angular")||!this._options.indent_handlebars)return H;if(R==="@"){if(A=this.__patterns.angular_control_flow_start.read(),A==="")return H;var P=A.endsWith("(")?1:0,F=0;while(!(A.endsWith("{")&&P===F)){var h=this._input.next();if(h===null)break;else if(h==="(")P++;else if(h===")")F++;A+=h}H=this._create_token(w.CONTROL_FLOW_OPEN,A)}else if(R==="}"&&f&&f.type===w.CONTROL_FLOW_OPEN)A=this._input.next(),H=this._create_token(w.CONTROL_FLOW_CLOSE,A);return H};PR.prototype._read_close=function(R,f){var A=null,H=null;if(f&&f.type===w.TAG_OPEN){if(f.text[0]==="<"&&(R===">"||R==="/"&&this._input.peek(1)===">")){if(A=this._input.next(),R==="/")A+=this._input.next();H=this._create_token(w.TAG_CLOSE,A)}else if(f.text[0]==="{"&&R==="}"&&this._input.peek(1)==="}")this._input.next(),this._input.next(),H=this._create_token(w.TAG_CLOSE,"}}")}return H};PR.prototype._read_attribute=function(R,f,A){var H=null,P="";if(A&&A.text[0]==="<"){if(R==="=")H=this._create_token(w.EQUALS,this._input.next());else if(R==='"'||R==="'"){var F=this._input.next();if(R==='"')F+=this.__patterns.double_quote.read();else F+=this.__patterns.single_quote.read();H=this._create_token(w.VALUE,F)}else if(P=this.__patterns.attribute.read(),P)if(f.type===w.EQUALS)H=this._create_token(w.VALUE,P);else H=this._create_token(w.ATTRIBUTE,P)}return H};PR.prototype._is_content_unformatted=function(R){return this._options.void_elements.indexOf(R)===-1&&(this._options.content_unformatted.indexOf(R)!==-1||this._options.unformatted.indexOf(R)!==-1)};PR.prototype._read_raw_content=function(R,f,A){var H="";if(A&&A.text[0]==="{")H=this.__patterns.handlebars_raw_close.read();else if(f.type===w.TAG_CLOSE&&f.opened.text[0]==="<"&&f.text[0]!=="/"){var P=f.opened.text.substr(1).toLowerCase();if(P==="script"||P==="style"){var F=this._read_comment_or_cdata(R);if(F)return F.type=w.TEXT,F;H=this._input.readUntil(new RegExp("</"+P+"[\\n\\r\\t ]*?>","ig"))}else if(this._is_content_unformatted(P))H=this._input.readUntil(new RegExp("</"+P+"[\\n\\r\\t ]*?>","ig"))}if(H)return this._create_token(w.TEXT,H);return null};PR.prototype._read_content_word=function(R,f){var A="";if(this._options.unformatted_content_delimiter){if(R===this._options.unformatted_content_delimiter[0])A=this.__patterns.unformatted_content_delimiter.read()}if(!A)A=f&&f.type===w.CONTROL_FLOW_OPEN?this.__patterns.word_control_flow_close_excluded.read():this.__patterns.word.read();if(A)return this._create_token(w.TEXT,A)};R7.Tokenizer=PR;R7.TOKEN=w});var tG=x((D7,nG)=>{var E0=function(R,f){return f.indexOf(R)!==-1},G7=function(R,f,A){this.parent=R||null,this.tag=f?f.tag_name:"",this.indent_level=A||0,this.parser_token=f||null},fA=function(R){this._printer=R,this._current_frame=null},VR=function(R,f,A,H){this._source_text=R||"",f=f||{},this._js_beautify=A,this._css_beautify=H,this._tag_stack=null;var P=new H7(f,"html");this._options=P,this._is_wrap_attributes_force=this._options.wrap_attributes.substr(0,"force".length)==="force",this._is_wrap_attributes_force_expand_multiline=this._options.wrap_attributes==="force-expand-multiline",this._is_wrap_attributes_force_aligned=this._options.wrap_attributes==="force-aligned",this._is_wrap_attributes_aligned_multiple=this._options.wrap_attributes==="aligned-multiple",this._is_wrap_attributes_preserve=this._options.wrap_attributes.substr(0,"preserve".length)==="preserve",this._is_wrap_attributes_preserve_aligned=this._options.wrap_attributes==="preserve-aligned"},H7=n1().Options,P7=zH().Output,F7=RF().Tokenizer,S=RF().TOKEN,oG=/\r\n|[\r\n]/,h7=/\r\n|[\r\n]/g,BR=function(R,f){this.indent_level=0,this.alignment_size=0,this.max_preserve_newlines=R.max_preserve_newlines,this.preserve_newlines=R.preserve_newlines,this._output=new P7(R,f)};BR.prototype.current_line_has_match=function(R){return this._output.current_line.has_match(R)};BR.prototype.set_space_before_token=function(R,f){this._output.space_before_token=R,this._output.non_breaking_space=f};BR.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()};BR.prototype.add_raw_token=function(R){this._output.add_raw_token(R)};BR.prototype.print_preserved_newlines=function(R){var f=0;if(R.type!==S.TEXT&&R.previous.type!==S.TEXT)f=R.newlines?1:0;if(this.preserve_newlines)f=R.newlines<this.max_preserve_newlines+1?R.newlines:this.max_preserve_newlines+1;for(var A=0;A<f;A++)this.print_newline(A>0);return f!==0};BR.prototype.traverse_whitespace=function(R){if(R.whitespace_before||R.newlines){if(!this.print_preserved_newlines(R))this._output.space_before_token=!0;return!0}return!1};BR.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped};BR.prototype.print_newline=function(R){this._output.add_new_line(R)};BR.prototype.print_token=function(R){if(R.text)this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(R.text)};BR.prototype.indent=function(){this.indent_level++};BR.prototype.deindent=function(){if(this.indent_level>0)this.indent_level--,this._output.set_indent(this.indent_level,this.alignment_size)};BR.prototype.get_full_indent=function(R){if(R=this.indent_level+(R||0),R<1)return"";return this._output.get_indent_string(R)};var $7=function(R){var f=null,A=R.next;while(A.type!==S.EOF&&R.closed!==A){if(A.type===S.ATTRIBUTE&&A.text==="type"){if(A.next&&A.next.type===S.EQUALS&&A.next.next&&A.next.next.type===S.VALUE)f=A.next.next.text;break}A=A.next}return f},U7=function(R,f){var A=null,H=null;if(!f.closed)return null;if(R==="script")A="text/javascript";else if(R==="style")A="text/css";if(A=$7(f)||A,A.search("text/css")>-1)H="css";else if(A.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1)H="javascript";else if(A.search(/(text|application|dojo)\/(x-)?(html)/)>-1)H="html";else if(A.search(/test\/null/)>-1)H="null";return H};fA.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null};fA.prototype.record_tag=function(R){var f=new G7(this._current_frame,R,this._printer.indent_level);this._current_frame=f};fA.prototype._try_pop_frame=function(R){var f=null;if(R)f=R.parser_token,this._printer.indent_level=R.indent_level,this._current_frame=R.parent;return f};fA.prototype._get_frame=function(R,f){var A=this._current_frame;while(A){if(R.indexOf(A.tag)!==-1)break;else if(f&&f.indexOf(A.tag)!==-1){A=null;break}A=A.parent}return A};fA.prototype.try_pop=function(R,f){var A=this._get_frame([R],f);return this._try_pop_frame(A)};fA.prototype.indent_to_tag=function(R){var f=this._get_frame(R);if(f)this._printer.indent_level=f.indent_level};VR.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R=this._source_text,f=this._options.eol;if(this._options.eol==="auto"){if(f="\n",R&&oG.test(R))f=R.match(oG)[0]}R=R.replace(h7,"\n");var A=R.match(/^[\t ]*/)[0],H={text:"",type:""},P=new rG,F=new BR(this._options,A),h=new F7(R,this._options).tokenize();this._tag_stack=new fA(F);var $=null,U=h.next();while(U.type!==S.EOF){if(U.type===S.TAG_OPEN||U.type===S.COMMENT)$=this._handle_tag_open(F,U,P,H,h),P=$;else if(U.type===S.ATTRIBUTE||U.type===S.EQUALS||U.type===S.VALUE||U.type===S.TEXT&&!P.tag_complete)$=this._handle_inside_tag(F,U,P,H);else if(U.type===S.TAG_CLOSE)$=this._handle_tag_close(F,U,P);else if(U.type===S.TEXT)$=this._handle_text(F,U,P);else if(U.type===S.CONTROL_FLOW_OPEN)$=this._handle_control_flow_open(F,U);else if(U.type===S.CONTROL_FLOW_CLOSE)$=this._handle_control_flow_close(F,U);else F.add_raw_token(U);H=$,U=h.next()}var G=F._output.get_code(f);return G};VR.prototype._handle_control_flow_open=function(R,f){var A={text:f.text,type:f.type};if(R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0),f.newlines)R.print_preserved_newlines(f);else R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0);return R.print_token(f),R.indent(),A};VR.prototype._handle_control_flow_close=function(R,f){var A={text:f.text,type:f.type};if(R.deindent(),f.newlines)R.print_preserved_newlines(f);else R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0);return R.print_token(f),A};VR.prototype._handle_tag_close=function(R,f,A){var H={text:f.text,type:f.type};if(R.alignment_size=0,A.tag_complete=!0,R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0),A.is_unformatted)R.add_raw_token(f);else{if(A.tag_start_char==="<"){if(R.set_space_before_token(f.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&A.has_wrapped_attrs)R.print_newline(!1)}R.print_token(f)}if(A.indent_content&&!(A.is_unformatted||A.is_content_unformatted))R.indent(),A.indent_content=!1;if(!A.is_inline_element&&!(A.is_unformatted||A.is_content_unformatted))R.set_wrap_point();return H};VR.prototype._handle_inside_tag=function(R,f,A,H){var P=A.has_wrapped_attrs,F={text:f.text,type:f.type};if(R.set_space_before_token(f.newlines||f.whitespace_before!=="",!0),A.is_unformatted)R.add_raw_token(f);else if(A.tag_start_char==="{"&&f.type===S.TEXT)if(R.print_preserved_newlines(f))f.newlines=0,R.add_raw_token(f);else R.print_token(f);else{if(f.type===S.ATTRIBUTE)R.set_space_before_token(!0);else if(f.type===S.EQUALS)R.set_space_before_token(!1);else if(f.type===S.VALUE&&f.previous.type===S.EQUALS)R.set_space_before_token(!1);if(f.type===S.ATTRIBUTE&&A.tag_start_char==="<"){if(this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)R.traverse_whitespace(f),P=P||f.newlines!==0;if(this._is_wrap_attributes_force&&A.attr_count>=this._options.wrap_attributes_min_attrs&&(H.type!==S.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline))R.print_newline(!1),P=!0}R.print_token(f),P=P||R.previous_token_wrapped(),A.has_wrapped_attrs=P}return F};VR.prototype._handle_text=function(R,f,A){var H={text:f.text,type:"TK_CONTENT"};if(A.custom_beautifier_name)this._print_custom_beatifier_text(R,f,A);else if(A.is_unformatted||A.is_content_unformatted)R.add_raw_token(f);else R.traverse_whitespace(f),R.print_token(f);return H};VR.prototype._print_custom_beatifier_text=function(R,f,A){var H=this;if(f.text!==""){var P=f.text,F,h=1,$="",U="";if(A.custom_beautifier_name==="javascript"&&typeof this._js_beautify==="function")F=this._js_beautify;else if(A.custom_beautifier_name==="css"&&typeof this._css_beautify==="function")F=this._css_beautify;else if(A.custom_beautifier_name==="html")F=function(J,X){var L=new VR(J,X,H._js_beautify,H._css_beautify);return L.beautify()};if(this._options.indent_scripts==="keep")h=0;else if(this._options.indent_scripts==="separate")h=-R.indent_level;var G=R.get_full_indent(h);if(P=P.replace(/\n[ \t]*$/,""),A.custom_beautifier_name!=="html"&&P[0]==="<"&&P.match(/^(<!--|<!\[CDATA\[)/)){var Y=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(P);if(!Y){R.add_raw_token(f);return}if($=G+Y[1]+"\n",P=Y[4],Y[5])U=G+Y[5];if(P=P.replace(/\n[ \t]*$/,""),Y[2]||Y[3].indexOf("\n")!==-1){if(Y=Y[3].match(/[ \t]+$/),Y)f.whitespace_before=Y[0]}}if(P)if(F){var W=function(){this.eol="\n"};W.prototype=this._options.raw_options;var D=new W;P=F(G+P,D)}else{var Z=f.whitespace_before;if(Z)P=P.replace(new RegExp("\n("+Z+")?","g"),"\n");P=G+P.replace(/\n/g,"\n"+G)}if($)if(!P)P=$+U;else P=$+P+"\n"+U;if(R.print_newline(!1),P)f.text=P,f.whitespace_before="",f.newlines=0,R.add_raw_token(f),R.print_newline(!0)}};VR.prototype._handle_tag_open=function(R,f,A,H,P){var F=this._get_tag_open_token(f);if((A.is_unformatted||A.is_content_unformatted)&&!A.is_empty_element&&f.type===S.TAG_OPEN&&!F.is_start_tag)R.add_raw_token(f),F.start_tag_token=this._tag_stack.try_pop(F.tag_name);else{if(R.traverse_whitespace(f),this._set_tag_position(R,f,F,A,H),!F.is_inline_element)R.set_wrap_point();R.print_token(f)}if(F.is_start_tag&&this._is_wrap_attributes_force){var h=0,$;do{if($=P.peek(h),$.type===S.ATTRIBUTE)F.attr_count+=1;h+=1}while($.type!==S.EOF&&$.type!==S.TAG_CLOSE)}if(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)F.alignment_size=f.text.length+1;if(!F.tag_complete&&!F.is_unformatted)R.alignment_size=F.alignment_size;return F};var rG=function(R,f){if(this.parent=R||null,this.text="",this.type="TK_TAG_OPEN",this.tag_name="",this.is_inline_element=!1,this.is_unformatted=!1,this.is_content_unformatted=!1,this.is_empty_element=!1,this.is_start_tag=!1,this.is_end_tag=!1,this.indent_content=!1,this.multiline_content=!1,this.custom_beautifier_name=null,this.start_tag_token=null,this.attr_count=0,this.has_wrapped_attrs=!1,this.alignment_size=0,this.tag_complete=!1,this.tag_start_char="",this.tag_check="",!f)this.tag_complete=!0;else{var A;if(this.tag_start_char=f.text[0],this.text=f.text,this.tag_start_char==="<")A=f.text.match(/^<([^\s>]*)/),this.tag_check=A?A[1]:"";else if(A=f.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=A?A[1]:"",(f.text.startsWith("{{#>")||f.text.startsWith("{{~#>"))&&this.tag_check[0]===">")if(this.tag_check===">"&&f.next!==null)this.tag_check=f.next.text.split(" ")[0];else this.tag_check=f.text.split(">")[1];if(this.tag_check=this.tag_check.toLowerCase(),f.type===S.COMMENT)this.tag_complete=!0;this.is_start_tag=this.tag_check.charAt(0)!=="/",this.tag_name=!this.is_start_tag?this.tag_check.substr(1):this.tag_check,this.is_end_tag=!this.is_start_tag||f.closed&&f.closed.text==="/>";var H=2;if(this.tag_start_char==="{"&&this.text.length>=3){if(this.text.charAt(2)==="~")H=3}this.is_end_tag=this.is_end_tag||this.tag_start_char==="{"&&(this.text.length<3||/[^#\^]/.test(this.text.charAt(H)))}};VR.prototype._get_tag_open_token=function(R){var f=new rG(this._tag_stack.get_parser_token(),R);return f.alignment_size=this._options.wrap_attributes_indent_size,f.is_end_tag=f.is_end_tag||E0(f.tag_check,this._options.void_elements),f.is_empty_element=f.tag_complete||f.is_start_tag&&f.is_end_tag,f.is_unformatted=!f.tag_complete&&E0(f.tag_check,this._options.unformatted),f.is_content_unformatted=!f.is_empty_element&&E0(f.tag_check,this._options.content_unformatted),f.is_inline_element=E0(f.tag_name,this._options.inline)||this._options.inline_custom_elements&&f.tag_name.includes("-")||f.tag_start_char==="{",f};VR.prototype._set_tag_position=function(R,f,A,H,P){if(!A.is_empty_element)if(A.is_end_tag)A.start_tag_token=this._tag_stack.try_pop(A.tag_name);else{if(this._do_optional_end_element(A)){if(!A.is_inline_element)R.print_newline(!1)}if(this._tag_stack.record_tag(A),(A.tag_name==="script"||A.tag_name==="style")&&!(A.is_unformatted||A.is_content_unformatted))A.custom_beautifier_name=U7(A.tag_check,f)}if(E0(A.tag_check,this._options.extra_liners)){if(R.print_newline(!1),!R._output.just_added_blankline())R.print_newline(!0)}if(A.is_empty_element){if(A.tag_start_char==="{"&&A.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),A.indent_content=!0;var F=R.current_line_has_match(/{{#if/);if(!F)R.print_newline(!1)}if(A.tag_name==="!--"&&P.type===S.TAG_CLOSE&&H.is_end_tag&&A.text.indexOf("\n")===-1);else{if(!(A.is_inline_element||A.is_unformatted))R.print_newline(!1);this._calcluate_parent_multiline(R,A)}}else if(A.is_end_tag){var h=!1;if(h=A.start_tag_token&&A.start_tag_token.multiline_content,h=h||!A.is_inline_element&&!(H.is_inline_element||H.is_unformatted)&&!(P.type===S.TAG_CLOSE&&A.start_tag_token===H)&&P.type!=="TK_CONTENT",A.is_content_unformatted||A.is_unformatted)h=!1;if(h)R.print_newline(!1)}else{if(A.indent_content=!A.custom_beautifier_name,A.tag_start_char==="<"){if(A.tag_name==="html")A.indent_content=this._options.indent_inner_html;else if(A.tag_name==="head")A.indent_content=this._options.indent_head_inner_html;else if(A.tag_name==="body")A.indent_content=this._options.indent_body_inner_html}if(!(A.is_inline_element||A.is_unformatted)&&(P.type!=="TK_CONTENT"||A.is_content_unformatted))R.print_newline(!1);this._calcluate_parent_multiline(R,A)}};VR.prototype._calcluate_parent_multiline=function(R,f){if(f.parent&&R._output.just_added_newline()&&!((f.is_inline_element||f.is_unformatted)&&f.parent.is_inline_element))f.parent.multiline_content=!0};var Y7=["address","article","aside","blockquote","details","div","dl","fieldset","figcaption","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","main","menu","nav","ol","p","pre","section","table","ul"],W7=["a","audio","del","ins","map","noscript","video"];VR.prototype._do_optional_end_element=function(R){var f=null;if(R.is_empty_element||!R.is_start_tag||!R.parent)return;if(R.tag_name==="body")f=f||this._tag_stack.try_pop("head");else if(R.tag_name==="li")f=f||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(R.tag_name==="dd"||R.tag_name==="dt")f=f||this._tag_stack.try_pop("dt",["dl"]),f=f||this._tag_stack.try_pop("dd",["dl"]);else if(R.parent.tag_name==="p"&&Y7.indexOf(R.tag_name)!==-1){var A=R.parent.parent;if(!A||W7.indexOf(A.tag_name)===-1)f=f||this._tag_stack.try_pop("p")}else if(R.tag_name==="rp"||R.tag_name==="rt")f=f||this._tag_stack.try_pop("rt",["ruby","rtc"]),f=f||this._tag_stack.try_pop("rp",["ruby","rtc"]);else if(R.tag_name==="optgroup")f=f||this._tag_stack.try_pop("optgroup",["select"]);else if(R.tag_name==="option")f=f||this._tag_stack.try_pop("option",["select","datalist","optgroup"]);else if(R.tag_name==="colgroup")f=f||this._tag_stack.try_pop("caption",["table"]);else if(R.tag_name==="thead")f=f||this._tag_stack.try_pop("caption",["table"]),f=f||this._tag_stack.try_pop("colgroup",["table"]);else if(R.tag_name==="tbody"||R.tag_name==="tfoot")f=f||this._tag_stack.try_pop("caption",["table"]),f=f||this._tag_stack.try_pop("colgroup",["table"]),f=f||this._tag_stack.try_pop("thead",["table"]),f=f||this._tag_stack.try_pop("tbody",["table"]);else if(R.tag_name==="tr")f=f||this._tag_stack.try_pop("caption",["table"]),f=f||this._tag_stack.try_pop("colgroup",["table"]),f=f||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"]);else if(R.tag_name==="th"||R.tag_name==="td")f=f||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),f=f||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]);return R.parent=this._tag_stack.get_parser_token(),f};D7.Beautifier=VR});var eG=x((zM,fF)=>{var J7=function(R,f,A,H){var P=new I7(R,f,A,H);return P.beautify()},I7=tG().Beautifier,q7=n1().Options;fF.exports=J7;fF.exports.defaultOptions=function(){return new q7}});var PY=x((X7,bH)=>{var HY=function(R,f,A,H){return A=A||RY,H=H||fY,AY(R,f,A,H)},RY=gG(),fY=sG(),AY=eG();HY.defaultOptions=AY.defaultOptions;X7.js=RY;X7.css=fY;X7.html=HY});var $Y=x((EM,hY)=>{var FY=function(R,f,A){var H=function(P,F){return R.js_beautify(P,F)};return H.js=R.js_beautify,H.css=f.css_beautify,H.html=A.html_beautify,H.js_beautify=R.js_beautify,H.css_beautify=f.css_beautify,H.html_beautify=A.html_beautify,H};if(typeof define==="function"&&define.amd)define(["./lib/beautify","./lib/beautify-css","./lib/beautify-html"],function(R,f,A){return FY(R,f,A)});else(function(R){var f=PY();f.js_beautify=f.js,f.css_beautify=f.css,f.html_beautify=f.html,R.exports=FY(f,f,f)})(hY)});import*as z7 from"react-dom/server";function i$(R){return R.type===E.Tag||R.type===E.Script||R.type===E.Style}var E;(function(R){R.Root="root",R.Text="text",R.Directive="directive",R.Comment="comment",R.Script="script",R.Style="style",R.Tag="tag",R.CDATA="cdata",R.Doctype="doctype"})(E||(E={}));var{Root:p$,Text:s$,Directive:l$,Comment:d$,Script:k$,Style:a$,Tag:_$,CDATA:o$,Doctype:r$}=E;function YH(R){return i$(R)}function bI(R){return R.type===E.CDATA}function gI(R){return R.type===E.Text}function uI(R){return R.type===E.Comment}function CI(R){return R.type===E.Directive}function xI(R){return R.type===E.Root}function t$(R,f=!1){let A;if(gI(R))A=new h0(R.data);else if(uI(R))A=new FH(R.data);else if(YH(R)){const H=f?eP(R.children):[],P=new GH(R.name,{...R.attribs},H);if(H.forEach((F)=>F.parent=P),R.namespace!=null)P.namespace=R.namespace;if(R["x-attribsNamespace"])P["x-attribsNamespace"]={...R["x-attribsNamespace"]};if(R["x-attribsPrefix"])P["x-attribsPrefix"]={...R["x-attribsPrefix"]};A=P}else if(bI(R)){const H=f?eP(R.children):[],P=new UH(H);H.forEach((F)=>F.parent=P),A=P}else if(xI(R)){const H=f?eP(R.children):[],P=new $0(H);if(H.forEach((F)=>F.parent=P),R["x-mode"])P["x-mode"]=R["x-mode"];A=P}else if(CI(R)){const H=new hH(R.name,R.data);if(R["x-name"]!=null)H["x-name"]=R["x-name"],H["x-publicId"]=R["x-publicId"],H["x-systemId"]=R["x-systemId"];A=H}else throw new Error(`Not implemented yet: ${R.type}`);if(A.startIndex=R.startIndex,A.endIndex=R.endIndex,R.sourceCodeLocation!=null)A.sourceCodeLocation=R.sourceCodeLocation;return A}var eP=function(R){const f=R.map((A)=>t$(A,!0));for(let A=1;A<f.length;A++)f[A].prev=f[A-1],f[A-1].next=f[A];return f};class R1{constructor(){this.parent=null,this.prev=null,this.next=null,this.startIndex=null,this.endIndex=null}get parentNode(){return this.parent}set parentNode(R){this.parent=R}get previousSibling(){return this.prev}set previousSibling(R){this.prev=R}get nextSibling(){return this.next}set nextSibling(R){this.next=R}cloneNode(R=!1){return t$(this,R)}}class PH extends R1{constructor(R){super();this.data=R}get nodeValue(){return this.data}set nodeValue(R){this.data=R}}class h0 extends PH{constructor(){super(...arguments);this.type=E.Text}get nodeType(){return 3}}class FH extends PH{constructor(){super(...arguments);this.type=E.Comment}get nodeType(){return 8}}class hH extends PH{constructor(R,f){super(f);this.name=R,this.type=E.Directive}get nodeType(){return 1}}class $H extends R1{constructor(R){super();this.children=R}get firstChild(){var R;return(R=this.children[0])!==null&&R!==void 0?R:null}get lastChild(){return this.children.length>0?this.children[this.children.length-1]:null}get childNodes(){return this.children}set childNodes(R){this.children=R}}class UH extends $H{constructor(){super(...arguments);this.type=E.CDATA}get nodeType(){return 4}}class $0 extends $H{constructor(){super(...arguments);this.type=E.Root}get nodeType(){return 9}}class GH extends $H{constructor(R,f,A=[],H=R==="script"?E.Script:R==="style"?E.Style:E.Tag){super(A);this.name=R,this.attribs=f,this.type=H}get nodeType(){return 1}get tagName(){return this.name}set tagName(R){this.name=R}get attributes(){return Object.keys(this.attribs).map((R)=>{var f,A;return{name:R,value:this.attribs[R],namespace:(f=this["x-attribsNamespace"])===null||f===void 0?void 0:f[R],prefix:(A=this["x-attribsPrefix"])===null||A===void 0?void 0:A[R]}})}}var e$={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class f1{constructor(R,f,A){if(this.dom=[],this.root=new $0(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof f==="function")A=f,f=e$;if(typeof R==="object")f=R,R=void 0;this.callback=R!==null&&R!==void 0?R:null,this.options=f!==null&&f!==void 0?f:e$,this.elementCB=A!==null&&A!==void 0?A:null}onparserinit(R){this.parser=R}onreset(){this.dom=[],this.root=new $0(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null}onend(){if(this.done)return;this.done=!0,this.parser=null,this.handleCallback(null)}onerror(R){this.handleCallback(R)}onclosetag(){this.lastNode=null;const R=this.tagStack.pop();if(this.options.withEndIndices)R.endIndex=this.parser.endIndex;if(this.elementCB)this.elementCB(R)}onopentag(R,f){const A=this.options.xmlMode?E.Tag:void 0,H=new GH(R,f,void 0,A);this.addNode(H),this.tagStack.push(H)}ontext(R){const{lastNode:f}=this;if(f&&f.type===E.Text){if(f.data+=R,this.options.withEndIndices)f.endIndex=this.parser.endIndex}else{const A=new h0(R);this.addNode(A),this.lastNode=A}}oncomment(R){if(this.lastNode&&this.lastNode.type===E.Comment){this.lastNode.data+=R;return}const f=new FH(R);this.addNode(f),this.lastNode=f}oncommentend(){this.lastNode=null}oncdatastart(){const R=new h0(""),f=new UH([R]);this.addNode(f),R.parent=f,this.lastNode=R}oncdataend(){this.lastNode=null}onprocessinginstruction(R,f){const A=new hH(R,f);this.addNode(A)}handleCallback(R){if(typeof this.callback==="function")this.callback(R,this.dom);else if(R)throw R}addNode(R){const f=this.tagStack[this.tagStack.length-1],A=f.children[f.children.length-1];if(this.options.withStartIndices)R.startIndex=this.parser.startIndex;if(this.options.withEndIndices)R.endIndex=this.parser.endIndex;if(f.children.push(R),A)R.prev=A,A.next=R;R.parent=f,this.lastNode=null}}var cI=function(R){const f=[...R.matchAll(mI)].map((H)=>H.index||0);f.unshift(-1);const A=A1(f,0,f.length);return(H)=>fU(A,H)},A1=function(R,f,A){if(A-f==1)return{offset:R[f],index:f+1};const H=Math.ceil((f+A)/2),P=A1(R,f,H),F=A1(R,H,A);return{offset:P.offset,low:P,high:F}},fU=function(R,f){return function(A){return Object.prototype.hasOwnProperty.call(A,"index")}(R)?{line:R.index,column:f-R.offset}:fU(R.high.offset<f?R.high:R.low,f)},H1=function(R,f="",A={}){const H=typeof f!="string"?f:A,P=typeof f=="string"?f:"",F=R.map(iI),h=!!H.lineNumbers;return function($,U=0){const G=h?cI($):()=>({line:0,column:0});let Y=U;const W=[];R:for(;Y<$.length;){let D=!1;for(let Z of F){Z.regex.lastIndex=Y;const J=Z.regex.exec($);if(J&&J[0].length>0){if(!Z.discard){const X=G(Y),L=typeof Z.replace=="string"?J[0].replace(new RegExp(Z.regex.source,Z.regex.flags),Z.replace):J[0];W.push({state:P,name:Z.name,text:L,offset:Y,len:J[0].length,line:X.line,column:X.column})}if(Y=Z.regex.lastIndex,D=!0,Z.push){const X=Z.push($,Y);W.push(...X.tokens),Y=X.offset}if(Z.pop)break R;break}}if(!D)break}return{tokens:W,offset:Y,complete:$.length<=Y}}},iI=function(R,f){return{...R,regex:pI(R,f)}},pI=function(R,f){if(R.name.length===0)throw new Error(`Rule #${f} has empty name, which is not allowed.`);if(function(A){return Object.prototype.hasOwnProperty.call(A,"regex")}(R))return function(A){if(A.global)throw new Error(`Regular expression /${A.source}/${A.flags} contains the global flag, which is not allowed.`);return A.sticky?A:new RegExp(A.source,A.flags+"y")}(R.regex);if(function(A){return Object.prototype.hasOwnProperty.call(A,"str")}(R)){if(R.str.length===0)throw new Error(`Rule #${f} ("${R.name}") has empty "str" property, which is not allowed.`);return new RegExp(RU(R.str),"y")}return new RegExp(RU(R.name),"y")},RU=function(R){return R.replace(/[-[\]{}()*+!<=:?./\\^$|#\s,]/g,"\\$&")},mI=/\n/g;var Ff=function(R,f){return(A,H)=>{let P=H,F=void 0;if(H<A.tokens.length){if(F=R(A.tokens[H],A,H),F!==void 0)P++}else f?.(A,H);return F===void 0?{matched:!1}:{matched:!0,position:P,value:F}}};var P1=function(R,f){return R.matched?{matched:!0,position:R.position,value:f(R.value,R.position)}:R},WH=function(R,f){return R.matched?f(R):R},AR=function(R,f){return(A,H)=>P1(R(A,H),(P,F)=>f(P,A,H,F))};var U0=function(R,f){return(A,H)=>{const P=R(A,H);return P.matched?P:{matched:!0,position:H,value:f}}};var QA=function(...R){return(f,A)=>{for(let H of R){const P=H(f,A);if(P.matched)return P}return{matched:!1}}},Tf=function(R,f){return(A,H)=>{const P=R(A,H);return P.matched?P:f(A,H)}};var sI=function(R,f){return(A,H)=>{const P=[];let F=!0;do{const h=R(A,H);if(h.matched&&f(h.value,P.length+1,A,H,h.position))P.push(h.value),H=h.position;else F=!1}while(F);return{matched:!0,position:H,value:P}}};var DH=function(R){return sI(R,()=>!0)},AU=function(R){return WR(R,DH(R),(f,A)=>[f,...A])},WR=function(R,f,A){return(H,P)=>WH(R(H,P),(F)=>P1(f(H,F.position),(h,$)=>A(F.value,h,H,P,$)))},HU=function(R,f){return WR(R,f,(A)=>A)},F1=function(R,f){return WR(R,f,(A,H)=>H)},ZH=function(R,f,A,H){return(P,F)=>WH(R(P,F),(h)=>WH(f(P,h.position),($)=>P1(A(P,$.position),(U,G)=>H(h.value,$.value,U,P,F,G))))},h1=function(R,f,A){return ZH(R,f,A,(H,P)=>P)},lI=function(...R){return(f,A)=>{const H=[];let P=A;for(let F of R){const h=F(f,P);if(h.matched)H.push(h.value),P=h.position;else return{matched:!1}}return{matched:!0,position:P,value:H}}};var PU=function(...R){return dI(lI(...R))},dI=function(R){return AR(R,(f)=>f.flatMap((A)=>A))};var kI=function(R,f){return(A,H)=>{let P=!0,F=R,h=H;do{const $=f(F,A,h)(A,h);if($.matched)F=$.value,h=$.position;else P=!1}while(P);return{matched:!0,position:h,value:F}}},aI=function(R,f,A){return kI(R,(H)=>AR(f,(P,F,h,$)=>A(H,P,F,h,$)))};var $1=function(R,f,A){return _I(R,(H)=>aI(H,WR(f,A,(P,F)=>[P,F]),(P,[F,h])=>F(P,h)))};var _I=function(R,f){return(A,H)=>WH(R(A,H),(P)=>f(P.value,A,H,P.position)(A,P.position))};var DU=function([R,f,A],[H,P,F]){return[R+H,f+P,A+F]},Pq=function(R){return R.reduce(DU,[0,0,0])},Y1=function(R){const f=Hq(R);return Uq({tokens:f.tokens,options:void 0},0).value},C=function(R){return Ff((f)=>f.name===R?!0:void 0)},EA=function(R){return h1(U1,R,U1)},Vq=function(R,f){if(!(typeof f==="string"||f instanceof String))throw new Error("Expected a selector string. Actual input is not a string!");const A=Aq(f);if(!A.complete)throw new Error(`The input "${f}" was only partially tokenized, stopped at offset ${A.offset}!\n`+UU(f,A.offset));const H=EA(R)({tokens:A.tokens,options:void 0},0);if(!H.matched)throw new Error(`No match for "${f}" input!`);if(H.position<A.tokens.length){const P=A.tokens[H.position];throw new Error(`The input "${f}" was only partially parsed, stopped at offset ${P.offset}!\n`+UU(f,P.offset,P.len))}return H.value},UU=function(R,f,A=1){return`${R.replace(/(\t)|(\r)|(\n)/g,(H,P,F)=>P?"\u2409":F?"\u240D":"\u240A")}\n${"".padEnd(f)}${"^".repeat(A)}`};var IU=function(R){return Vq(G1,R)},dR=function(R){if(!R.type)throw new Error("This is not an AST node.");switch(R.type){case"universal":return IH(R.namespace)+"*";case"tag":return IH(R.namespace)+zA(R.name);case"class":return"."+zA(R.name);case"id":return"#"+zA(R.name);case"attrPresence":return`[${IH(R.namespace)}${zA(R.name)}]`;case"attrValue":return`[${IH(R.namespace)}${zA(R.name)}${R.matcher}"${Qq(R.value)}"${R.modifier?R.modifier:""}]`;case"combinator":return dR(R.left)+R.combinator;case"compound":return R.list.reduce((f,A)=>{if(A.type==="combinator")return dR(A)+f;else return f+dR(A)},"");case"list":return R.list.map(dR).join(",")}},IH=function(R){return R||R===""?zA(R)+"|":""},qH=function(R){return`\\${R.codePointAt(0).toString(16)} `},zA=function(R){return R.replace(/(^[0-9])|(^-[0-9])|(^-$)|([-0-9a-zA-Z_]|[^\x00-\x7F])|(\x00)|([\x01-\x1f]|\x7f)|([\s\S])/g,(f,A,H,P,F,h,$,U)=>A?qH(A):H?"-"+qH(H.slice(1)):P?"\\-":F?F:h?"\uFFFD":$?qH($):"\\"+U)},Qq=function(R){return R.replace(/(")|(\\)|(\x00)|([\x01-\x1f]|\x7f)/g,(f,A,H,P,F)=>A?'\\"':H?"\\\\":P?"\uFFFD":qH(F))},G0=function(R){if(!R.type)throw new Error("This is not an AST node.");switch(R.type){case"compound":{R.list.forEach(G0),R.list.sort((f,A)=>qU(GU(f),GU(A)));break}case"combinator":{G0(R.left);break}case"list":{R.list.forEach(G0),R.list.sort((f,A)=>dR(f)<dR(A)?-1:1);break}}return R},GU=function(R){switch(R.type){case"universal":return[1];case"tag":return[1];case"id":return[2];case"class":return[3,R.name];case"attrPresence":return[4,dR(R)];case"attrValue":return[5,dR(R)];case"combinator":return[15,dR(R)]}};var Z1=function(R,f){return qU(R,f)},qU=function(R,f){if(!Array.isArray(R)||!Array.isArray(f))throw new Error("Arguments must be arrays.");const A=R.length<f.length?R.length:f.length;for(let H=0;H<A;H++){if(R[H]===f[H])continue;return R[H]<f[H]?-1:1}return R.length-f.length};var rI="(?:[ \\t\\r\\n\\f]*)",YU="(?:\\n|\\r\\n|\\r|\\f)",JH="[^\\x00-\\x7F]",W0="(?:\\\\[0-9a-f]{1,6}(?:\\r\\n|[ \\n\\r\\t\\f])?)",D0="(?:\\\\[^\\n\\r\\f0-9a-f])",nI=`(?:[_a-z]|${JH}|${W0}|${D0})`,WU=`(?:[_a-z0-9-]|${JH}|${W0}|${D0})`,tI=`(?:${WU}+)`,eI=`(?:[-]?${nI}${WU}*)`,Rq=`'([^\\n\\r\\f\\\\']|\\\\${YU}|${JH}|${W0}|${D0})*'`,fq=`"([^\\n\\r\\f\\\\"]|\\\\${YU}|${JH}|${W0}|${D0})*"`,Aq=H1([{name:"ws",regex:new RegExp(rI)},{name:"hash",regex:new RegExp(`#${tI}`,"i")},{name:"ident",regex:new RegExp(eI,"i")},{name:"str1",regex:new RegExp(Rq,"i")},{name:"str2",regex:new RegExp(fq,"i")},{name:"*"},{name:"."},{name:","},{name:"["},{name:"]"},{name:"="},{name:">"},{name:"|"},{name:"+"},{name:"~"},{name:"^"},{name:"$"}]),Hq=H1([{name:"unicode",regex:new RegExp(W0,"i")},{name:"escape",regex:new RegExp(D0,"i")},{name:"any",regex:new RegExp("[\\s\\S]","i")}]),Fq=Ff((R)=>R.name==="unicode"?String.fromCodePoint(parseInt(R.text.slice(1),16)):void 0),hq=Ff((R)=>R.name==="escape"?R.text.slice(1):void 0),$q=Ff((R)=>R.name==="any"?R.text:void 0),Uq=AR(DH(QA(Fq,hq,$q)),(R)=>R.join("")),W1=Ff((R)=>R.name==="ws"?null:void 0),U1=U0(W1,null),Y0=Ff((R)=>R.name==="ident"?Y1(R.text):void 0),Gq=Ff((R)=>R.name==="hash"?Y1(R.text.slice(1)):void 0),Yq=Ff((R)=>R.name.startsWith("str")?Y1(R.text.slice(1,-1)):void 0),ZU=HU(U0(Y0,""),C("|")),D1=Tf(WR(ZU,Y0,(R,f)=>({name:f,namespace:R})),AR(Y0,(R)=>({name:R,namespace:null}))),Wq=Tf(WR(ZU,C("*"),(R)=>({type:"universal",namespace:R,specificity:[0,0,0]})),AR(C("*"),()=>({type:"universal",namespace:null,specificity:[0,0,0]}))),Dq=AR(D1,({name:R,namespace:f})=>({type:"tag",name:R,namespace:f,specificity:[0,0,1]})),Zq=WR(C("."),Y0,(R,f)=>({type:"class",name:f,specificity:[0,1,0]})),Iq=AR(Gq,(R)=>({type:"id",name:R,specificity:[1,0,0]})),FU=Ff((R)=>{if(R.name==="ident"){if(R.text==="i"||R.text==="I")return"i";if(R.text==="s"||R.text==="S")return"s"}return}),qq=Tf(WR(Yq,U0(F1(U1,FU),null),(R,f)=>({value:R,modifier:f})),WR(Y0,U0(F1(W1,FU),null),(R,f)=>({value:R,modifier:f}))),Jq=QA(AR(C("="),()=>"="),WR(C("~"),C("="),()=>"~="),WR(C("|"),C("="),()=>"|="),WR(C("^"),C("="),()=>"^="),WR(C("$"),C("="),()=>"$="),WR(C("*"),C("="),()=>"*=")),Xq=ZH(C("["),EA(D1),C("]"),(R,{name:f,namespace:A})=>({type:"attrPresence",name:f,namespace:A,specificity:[0,1,0]})),Lq=h1(C("["),ZH(EA(D1),Jq,EA(qq),({name:R,namespace:f},A,{value:H,modifier:P})=>({type:"attrValue",name:R,namespace:f,matcher:A,value:H,modifier:P,specificity:[0,1,0]})),C("]")),Mq=Tf(Xq,Lq),yq=Tf(Wq,Dq),hU=QA(Iq,Zq,Mq),$U=AR(Tf(PU(yq,DH(hU)),AU(hU)),(R)=>{return{type:"compound",list:R,specificity:Pq(R.map((f)=>f.specificity))}}),Nq=QA(AR(C(">"),()=>">"),AR(C("+"),()=>"+"),AR(C("~"),()=>"~"),WR(C("|"),C("|"),()=>"||")),jq=Tf(EA(Nq),AR(W1,()=>" ")),G1=$1($U,AR(jq,(R)=>(f,A)=>({type:"compound",list:[...A.list,{type:"combinator",combinator:R,left:f,specificity:f.specificity}],specificity:DU(f.specificity,A.specificity)})),$U),u6=$1(AR(G1,(R)=>({type:"list",list:[R]})),AR(EA(C(",")),()=>(R,f)=>({type:"list",list:[...R.list,f]})),G1);var Eq=function(R){const f=R.length,A=new Array(f);for(let H=0;H<f;H++){const[P,F]=R[H],h=Tq(IU(P));A[H]={ast:h,terminal:{type:"terminal",valueContainer:{index:H,value:F,specificity:h.specificity}}}}return A},Tq=function(R){return XU(R),G0(R),R},XU=function(R){const f=[];R.list.forEach((A)=>{switch(A.type){case"class":f.push({matcher:"~=",modifier:null,name:"class",namespace:null,specificity:A.specificity,type:"attrValue",value:A.name});break;case"id":f.push({matcher:"=",modifier:null,name:"id",namespace:null,specificity:A.specificity,type:"attrValue",value:A.name});break;case"combinator":XU(A.left),f.push(A);break;case"universal":break;default:f.push(A);break}}),R.list=f},TA=function(R){const f=[];while(R.length){const A=yU(R,(h)=>!0,LU),{matches:H,nonmatches:P,empty:F}=Sq(R,A);if(R=P,H.length)f.push(vq(A,H));if(F.length)f.push(...Oq(F))}return f},Oq=function(R){const f=[];for(let A of R){const H=A.terminal;if(H.type==="terminal")f.push(H);else{const{matches:P,rest:F}=gq(H.cont,(h)=>h.type==="terminal");if(P.forEach((h)=>f.push(h)),F.length)H.cont=F,f.push(H)}}return f},Sq=function(R,f){const A=[],H=[],P=[];for(let F of R){const h=F.ast.list;if(h.length)(h.some((U)=>LU(U)===f)?A:H).push(F);else P.push(F)}return{matches:A,nonmatches:H,empty:P}},LU=function(R){switch(R.type){case"attrPresence":return`attrPresence ${R.name}`;case"attrValue":return`attrValue ${R.name}`;case"combinator":return`combinator ${R.combinator}`;default:return R.type}},vq=function(R,f){if(R==="tag")return wq(f);if(R.startsWith("attrValue "))return Kq(R.substring(10),f);if(R.startsWith("attrPresence "))return Bq(R.substring(13),f);if(R==="combinator >")return JU(">",f);if(R==="combinator +")return JU("+",f);throw new Error(`Unsupported selector kind: ${R}`)},wq=function(R){const f=I1(R,(H)=>H.type==="tag",(H)=>H.name);return{type:"tagName",variants:Object.entries(f).map(([H,P])=>({type:"variant",value:H,cont:TA(P.items)}))}},Bq=function(R,f){for(let A of f)MU(A,(H)=>H.type==="attrPresence"&&H.name===R);return{type:"attrPresence",name:R,cont:TA(f)}},Kq=function(R,f){const A=I1(f,(P)=>P.type==="attrValue"&&P.name===R,(P)=>`${P.matcher} ${P.modifier||""} ${P.value}`),H=[];for(let P of Object.values(A)){const F=P.oneSimpleSelector,h=bq(F),$=TA(P.items);H.push({type:"matcher",matcher:F.matcher,modifier:F.modifier,value:F.value,predicate:h,cont:$})}return{type:"attrValue",name:R,matchers:H}},bq=function(R){if(R.modifier==="i"){const f=R.value.toLowerCase();switch(R.matcher){case"=":return(A)=>f===A.toLowerCase();case"~=":return(A)=>A.toLowerCase().split(/[ \t]+/).includes(f);case"^=":return(A)=>A.toLowerCase().startsWith(f);case"$=":return(A)=>A.toLowerCase().endsWith(f);case"*=":return(A)=>A.toLowerCase().includes(f);case"|=":return(A)=>{const H=A.toLowerCase();return f===H||H.startsWith(f)&&H[f.length]==="-"}}}else{const f=R.value;switch(R.matcher){case"=":return(A)=>f===A;case"~=":return(A)=>A.split(/[ \t]+/).includes(f);case"^=":return(A)=>A.startsWith(f);case"$=":return(A)=>A.endsWith(f);case"*=":return(A)=>A.includes(f);case"|=":return(A)=>f===A||A.startsWith(f)&&A[f.length]==="-"}}},JU=function(R,f){const A=I1(f,(P)=>P.type==="combinator"&&P.combinator===R,(P)=>dR(P.left)),H=[];for(let P of Object.values(A)){const F=TA(P.items),h=P.oneSimpleSelector.left;H.push({ast:h,terminal:{type:"popElement",cont:F}})}return{type:"pushElement",combinator:R,cont:TA(H)}},I1=function(R,f,A){const H={};while(R.length){const P=yU(R,f,A),F=(Y)=>f(Y)&&A(Y)===P,h=(Y)=>Y.ast.list.some(F),{matches:$,rest:U}=uq(R,h);let G=null;for(let Y of $){const W=MU(Y,F);if(!G)G=W}if(G==null)throw new Error("No simple selector is found.");H[P]={oneSimpleSelector:G,items:$},R=U}return H},MU=function(R,f){const A=R.ast.list,H=new Array(A.length);let P=-1;for(let h=A.length;h-- >0;)if(f(A[h]))H[h]=!0,P=h;if(P==-1)throw new Error("Couldn't find the required simple selector.");const F=A[P];return R.ast.list=A.filter((h,$)=>!H[$]),F},yU=function(R,f,A){const H={};for(let h of R){const $={};for(let U of h.ast.list.filter(f))$[A(U)]=!0;for(let U of Object.keys($))if(H[U])H[U]++;else H[U]=1}let P="",F=0;for(let h of Object.entries(H))if(h[1]>F)P=h[0],F=h[1];return P},gq=function(R,f){const A=[],H=[];for(let P of R)if(f(P))A.push(P);else H.push(P);return{matches:A,rest:H}},uq=function(R,f){const A=[],H=[];for(let P of R)if(f(P))A.push(P);else H.push(P);return{matches:A,rest:H}},Cq=function(R,f){const A=Z1(f.specificity,R.specificity);return A>0||A===0&&f.index<R.index},xq=function(R,f){const A=Z1(f.specificity,R.specificity);return A>0||A===0&&f.index>R.index};class XH{constructor(R){this.branches=TA(Eq(R))}build(R){return R(this.branches)}}class q1{constructor(R){this.f=R}pickAll(R){return this.f(R)}pick1(R,f=!1){const A=this.f(R),H=A.length;if(H===0)return null;if(H===1)return A[0].value;const P=f?Cq:xq;let F=A[0];for(let h=1;h<H;h++){const $=A[h];if(P(F,$))F=$}return F.value}}var J1=function(R){return new q1(OA(R))},OA=function(R){const f=R.map(mq);return(A,...H)=>f.flatMap((P)=>P(A,...H))},mq=function(R){switch(R.type){case"terminal":{const f=[R.valueContainer];return(A,...H)=>f}case"tagName":return cq(R);case"attrValue":return pq(R);case"attrPresence":return iq(R);case"pushElement":return sq(R);case"popElement":return dq(R)}},cq=function(R){const f={};for(let A of R.variants)f[A.value]=OA(A.cont);return(A,...H)=>{const P=f[A.name];return P?P(A,...H):[]}},iq=function(R){const f=R.name,A=OA(R.cont);return(H,...P)=>Object.prototype.hasOwnProperty.call(H.attribs,f)?A(H,...P):[]},pq=function(R){const f=[];for(let H of R.matchers){const P=H.predicate,F=OA(H.cont);f.push((h,$,...U)=>P(h)?F($,...U):[])}const A=R.name;return(H,...P)=>{const F=H.attribs[A];return F||F===""?f.flatMap((h)=>h(F,H,...P)):[]}},sq=function(R){const f=OA(R.cont),A=R.combinator==="+"?NU:lq;return(H,...P)=>{const F=A(H);if(F===null)return[];return f(F,H,...P)}},dq=function(R){const f=OA(R.cont);return(A,H,...P)=>f(H,...P)},NU=(R)=>{const f=R.prev;if(f===null)return null;return YH(f)?f:NU(f)},lq=(R)=>{const f=R.parent;return f&&YH(f)?f:null};var LH=new Uint16Array('\u1D41<\xD5\u0131\u028A\u049D\u057B\u05D0\u0675\u06DE\u07A2\u07D6\u080F\u0A4A\u0A91\u0DA1\u0E6D\u0F09\u0F26\u10CA\u1228\u12E1\u1415\u149D\u14C3\u14DF\u1525\0\0\0\0\0\0\u156B\u16CD\u198D\u1C12\u1DDD\u1F7E\u2060\u21B0\u228D\u23C0\u23FB\u2442\u2824\u2912\u2D08\u2E48\u2FCE\u3016\u32BA\u3639\u37AC\u38FE\u3A28\u3A71\u3AE0\u3B2E\u0800EMabcfglmnoprstu\\bfms\x7F\x84\x8B\x90\x95\x98\xA6\xB3\xB9\xC8\xCFlig\u803B\xC6\u40C6P\u803B&\u4026cute\u803B\xC1\u40C1reve;\u4102\u0100iyx}rc\u803B\xC2\u40C2;\u4410r;\uC000\uD835\uDD04rave\u803B\xC0\u40C0pha;\u4391acr;\u4100d;\u6A53\u0100gp\x9D\xA1on;\u4104f;\uC000\uD835\uDD38plyFunction;\u6061ing\u803B\xC5\u40C5\u0100cs\xBE\xC3r;\uC000\uD835\uDC9Cign;\u6254ilde\u803B\xC3\u40C3ml\u803B\xC4\u40C4\u0400aceforsu\xE5\xFB\xFE\u0117\u011C\u0122\u0127\u012A\u0100cr\xEA\xF2kslash;\u6216\u0176\xF6\xF8;\u6AE7ed;\u6306y;\u4411\u0180crt\u0105\u010B\u0114ause;\u6235noullis;\u612Ca;\u4392r;\uC000\uD835\uDD05pf;\uC000\uD835\uDD39eve;\u42D8c\xF2\u0113mpeq;\u624E\u0700HOacdefhilorsu\u014D\u0151\u0156\u0180\u019E\u01A2\u01B5\u01B7\u01BA\u01DC\u0215\u0273\u0278\u027Ecy;\u4427PY\u803B\xA9\u40A9\u0180cpy\u015D\u0162\u017Aute;\u4106\u0100;i\u0167\u0168\u62D2talDifferentialD;\u6145leys;\u612D\u0200aeio\u0189\u018E\u0194\u0198ron;\u410Cdil\u803B\xC7\u40C7rc;\u4108nint;\u6230ot;\u410A\u0100dn\u01A7\u01ADilla;\u40B8terDot;\u40B7\xF2\u017Fi;\u43A7rcle\u0200DMPT\u01C7\u01CB\u01D1\u01D6ot;\u6299inus;\u6296lus;\u6295imes;\u6297o\u0100cs\u01E2\u01F8kwiseContourIntegral;\u6232eCurly\u0100DQ\u0203\u020FoubleQuote;\u601Duote;\u6019\u0200lnpu\u021E\u0228\u0247\u0255on\u0100;e\u0225\u0226\u6237;\u6A74\u0180git\u022F\u0236\u023Aruent;\u6261nt;\u622FourIntegral;\u622E\u0100fr\u024C\u024E;\u6102oduct;\u6210nterClockwiseContourIntegral;\u6233oss;\u6A2Fcr;\uC000\uD835\uDC9Ep\u0100;C\u0284\u0285\u62D3ap;\u624D\u0580DJSZacefios\u02A0\u02AC\u02B0\u02B4\u02B8\u02CB\u02D7\u02E1\u02E6\u0333\u048D\u0100;o\u0179\u02A5trahd;\u6911cy;\u4402cy;\u4405cy;\u440F\u0180grs\u02BF\u02C4\u02C7ger;\u6021r;\u61A1hv;\u6AE4\u0100ay\u02D0\u02D5ron;\u410E;\u4414l\u0100;t\u02DD\u02DE\u6207a;\u4394r;\uC000\uD835\uDD07\u0100af\u02EB\u0327\u0100cm\u02F0\u0322ritical\u0200ADGT\u0300\u0306\u0316\u031Ccute;\u40B4o\u0174\u030B\u030D;\u42D9bleAcute;\u42DDrave;\u4060ilde;\u42DCond;\u62C4ferentialD;\u6146\u0470\u033D\0\0\0\u0342\u0354\0\u0405f;\uC000\uD835\uDD3B\u0180;DE\u0348\u0349\u034D\u40A8ot;\u60DCqual;\u6250ble\u0300CDLRUV\u0363\u0372\u0382\u03CF\u03E2\u03F8ontourIntegra\xEC\u0239o\u0274\u0379\0\0\u037B\xBB\u0349nArrow;\u61D3\u0100eo\u0387\u03A4ft\u0180ART\u0390\u0396\u03A1rrow;\u61D0ightArrow;\u61D4e\xE5\u02CAng\u0100LR\u03AB\u03C4eft\u0100AR\u03B3\u03B9rrow;\u67F8ightArrow;\u67FAightArrow;\u67F9ight\u0100AT\u03D8\u03DErrow;\u61D2ee;\u62A8p\u0241\u03E9\0\0\u03EFrrow;\u61D1ownArrow;\u61D5erticalBar;\u6225n\u0300ABLRTa\u0412\u042A\u0430\u045E\u047F\u037Crrow\u0180;BU\u041D\u041E\u0422\u6193ar;\u6913pArrow;\u61F5reve;\u4311eft\u02D2\u043A\0\u0446\0\u0450ightVector;\u6950eeVector;\u695Eector\u0100;B\u0459\u045A\u61BDar;\u6956ight\u01D4\u0467\0\u0471eeVector;\u695Fector\u0100;B\u047A\u047B\u61C1ar;\u6957ee\u0100;A\u0486\u0487\u62A4rrow;\u61A7\u0100ct\u0492\u0497r;\uC000\uD835\uDC9Frok;\u4110\u0800NTacdfglmopqstux\u04BD\u04C0\u04C4\u04CB\u04DE\u04E2\u04E7\u04EE\u04F5\u0521\u052F\u0536\u0552\u055D\u0560\u0565G;\u414AH\u803B\xD0\u40D0cute\u803B\xC9\u40C9\u0180aiy\u04D2\u04D7\u04DCron;\u411Arc\u803B\xCA\u40CA;\u442Dot;\u4116r;\uC000\uD835\uDD08rave\u803B\xC8\u40C8ement;\u6208\u0100ap\u04FA\u04FEcr;\u4112ty\u0253\u0506\0\0\u0512mallSquare;\u65FBerySmallSquare;\u65AB\u0100gp\u0526\u052Aon;\u4118f;\uC000\uD835\uDD3Csilon;\u4395u\u0100ai\u053C\u0549l\u0100;T\u0542\u0543\u6A75ilde;\u6242librium;\u61CC\u0100ci\u0557\u055Ar;\u6130m;\u6A73a;\u4397ml\u803B\xCB\u40CB\u0100ip\u056A\u056Fsts;\u6203onentialE;\u6147\u0280cfios\u0585\u0588\u058D\u05B2\u05CCy;\u4424r;\uC000\uD835\uDD09lled\u0253\u0597\0\0\u05A3mallSquare;\u65FCerySmallSquare;\u65AA\u0370\u05BA\0\u05BF\0\0\u05C4f;\uC000\uD835\uDD3DAll;\u6200riertrf;\u6131c\xF2\u05CB\u0600JTabcdfgorst\u05E8\u05EC\u05EF\u05FA\u0600\u0612\u0616\u061B\u061D\u0623\u066C\u0672cy;\u4403\u803B>\u403Emma\u0100;d\u05F7\u05F8\u4393;\u43DCreve;\u411E\u0180eiy\u0607\u060C\u0610dil;\u4122rc;\u411C;\u4413ot;\u4120r;\uC000\uD835\uDD0A;\u62D9pf;\uC000\uD835\uDD3Eeater\u0300EFGLST\u0635\u0644\u064E\u0656\u065B\u0666qual\u0100;L\u063E\u063F\u6265ess;\u62DBullEqual;\u6267reater;\u6AA2ess;\u6277lantEqual;\u6A7Eilde;\u6273cr;\uC000\uD835\uDCA2;\u626B\u0400Aacfiosu\u0685\u068B\u0696\u069B\u069E\u06AA\u06BE\u06CARDcy;\u442A\u0100ct\u0690\u0694ek;\u42C7;\u405Eirc;\u4124r;\u610ClbertSpace;\u610B\u01F0\u06AF\0\u06B2f;\u610DizontalLine;\u6500\u0100ct\u06C3\u06C5\xF2\u06A9rok;\u4126mp\u0144\u06D0\u06D8ownHum\xF0\u012Fqual;\u624F\u0700EJOacdfgmnostu\u06FA\u06FE\u0703\u0707\u070E\u071A\u071E\u0721\u0728\u0744\u0778\u078B\u078F\u0795cy;\u4415lig;\u4132cy;\u4401cute\u803B\xCD\u40CD\u0100iy\u0713\u0718rc\u803B\xCE\u40CE;\u4418ot;\u4130r;\u6111rave\u803B\xCC\u40CC\u0180;ap\u0720\u072F\u073F\u0100cg\u0734\u0737r;\u412AinaryI;\u6148lie\xF3\u03DD\u01F4\u0749\0\u0762\u0100;e\u074D\u074E\u622C\u0100gr\u0753\u0758ral;\u622Bsection;\u62C2isible\u0100CT\u076C\u0772omma;\u6063imes;\u6062\u0180gpt\u077F\u0783\u0788on;\u412Ef;\uC000\uD835\uDD40a;\u4399cr;\u6110ilde;\u4128\u01EB\u079A\0\u079Ecy;\u4406l\u803B\xCF\u40CF\u0280cfosu\u07AC\u07B7\u07BC\u07C2\u07D0\u0100iy\u07B1\u07B5rc;\u4134;\u4419r;\uC000\uD835\uDD0Dpf;\uC000\uD835\uDD41\u01E3\u07C7\0\u07CCr;\uC000\uD835\uDCA5rcy;\u4408kcy;\u4404\u0380HJacfos\u07E4\u07E8\u07EC\u07F1\u07FD\u0802\u0808cy;\u4425cy;\u440Cppa;\u439A\u0100ey\u07F6\u07FBdil;\u4136;\u441Ar;\uC000\uD835\uDD0Epf;\uC000\uD835\uDD42cr;\uC000\uD835\uDCA6\u0580JTaceflmost\u0825\u0829\u082C\u0850\u0863\u09B3\u09B8\u09C7\u09CD\u0A37\u0A47cy;\u4409\u803B<\u403C\u0280cmnpr\u0837\u083C\u0841\u0844\u084Dute;\u4139bda;\u439Bg;\u67EAlacetrf;\u6112r;\u619E\u0180aey\u0857\u085C\u0861ron;\u413Ddil;\u413B;\u441B\u0100fs\u0868\u0970t\u0500ACDFRTUVar\u087E\u08A9\u08B1\u08E0\u08E6\u08FC\u092F\u095B\u0390\u096A\u0100nr\u0883\u088FgleBracket;\u67E8row\u0180;BR\u0899\u089A\u089E\u6190ar;\u61E4ightArrow;\u61C6eiling;\u6308o\u01F5\u08B7\0\u08C3bleBracket;\u67E6n\u01D4\u08C8\0\u08D2eeVector;\u6961ector\u0100;B\u08DB\u08DC\u61C3ar;\u6959loor;\u630Aight\u0100AV\u08EF\u08F5rrow;\u6194ector;\u694E\u0100er\u0901\u0917e\u0180;AV\u0909\u090A\u0910\u62A3rrow;\u61A4ector;\u695Aiangle\u0180;BE\u0924\u0925\u0929\u62B2ar;\u69CFqual;\u62B4p\u0180DTV\u0937\u0942\u094CownVector;\u6951eeVector;\u6960ector\u0100;B\u0956\u0957\u61BFar;\u6958ector\u0100;B\u0965\u0966\u61BCar;\u6952ight\xE1\u039Cs\u0300EFGLST\u097E\u098B\u0995\u099D\u09A2\u09ADqualGreater;\u62DAullEqual;\u6266reater;\u6276ess;\u6AA1lantEqual;\u6A7Dilde;\u6272r;\uC000\uD835\uDD0F\u0100;e\u09BD\u09BE\u62D8ftarrow;\u61DAidot;\u413F\u0180npw\u09D4\u0A16\u0A1Bg\u0200LRlr\u09DE\u09F7\u0A02\u0A10eft\u0100AR\u09E6\u09ECrrow;\u67F5ightArrow;\u67F7ightArrow;\u67F6eft\u0100ar\u03B3\u0A0Aight\xE1\u03BFight\xE1\u03CAf;\uC000\uD835\uDD43er\u0100LR\u0A22\u0A2CeftArrow;\u6199ightArrow;\u6198\u0180cht\u0A3E\u0A40\u0A42\xF2\u084C;\u61B0rok;\u4141;\u626A\u0400acefiosu\u0A5A\u0A5D\u0A60\u0A77\u0A7C\u0A85\u0A8B\u0A8Ep;\u6905y;\u441C\u0100dl\u0A65\u0A6FiumSpace;\u605Flintrf;\u6133r;\uC000\uD835\uDD10nusPlus;\u6213pf;\uC000\uD835\uDD44c\xF2\u0A76;\u439C\u0480Jacefostu\u0AA3\u0AA7\u0AAD\u0AC0\u0B14\u0B19\u0D91\u0D97\u0D9Ecy;\u440Acute;\u4143\u0180aey\u0AB4\u0AB9\u0ABEron;\u4147dil;\u4145;\u441D\u0180gsw\u0AC7\u0AF0\u0B0Eative\u0180MTV\u0AD3\u0ADF\u0AE8ediumSpace;\u600Bhi\u0100cn\u0AE6\u0AD8\xEB\u0AD9eryThi\xEE\u0AD9ted\u0100GL\u0AF8\u0B06reaterGreate\xF2\u0673essLes\xF3\u0A48Line;\u400Ar;\uC000\uD835\uDD11\u0200Bnpt\u0B22\u0B28\u0B37\u0B3Areak;\u6060BreakingSpace;\u40A0f;\u6115\u0680;CDEGHLNPRSTV\u0B55\u0B56\u0B6A\u0B7C\u0BA1\u0BEB\u0C04\u0C5E\u0C84\u0CA6\u0CD8\u0D61\u0D85\u6AEC\u0100ou\u0B5B\u0B64ngruent;\u6262pCap;\u626DoubleVerticalBar;\u6226\u0180lqx\u0B83\u0B8A\u0B9Bement;\u6209ual\u0100;T\u0B92\u0B93\u6260ilde;\uC000\u2242\u0338ists;\u6204reater\u0380;EFGLST\u0BB6\u0BB7\u0BBD\u0BC9\u0BD3\u0BD8\u0BE5\u626Fqual;\u6271ullEqual;\uC000\u2267\u0338reater;\uC000\u226B\u0338ess;\u6279lantEqual;\uC000\u2A7E\u0338ilde;\u6275ump\u0144\u0BF2\u0BFDownHump;\uC000\u224E\u0338qual;\uC000\u224F\u0338e\u0100fs\u0C0A\u0C27tTriangle\u0180;BE\u0C1A\u0C1B\u0C21\u62EAar;\uC000\u29CF\u0338qual;\u62ECs\u0300;EGLST\u0C35\u0C36\u0C3C\u0C44\u0C4B\u0C58\u626Equal;\u6270reater;\u6278ess;\uC000\u226A\u0338lantEqual;\uC000\u2A7D\u0338ilde;\u6274ested\u0100GL\u0C68\u0C79reaterGreater;\uC000\u2AA2\u0338essLess;\uC000\u2AA1\u0338recedes\u0180;ES\u0C92\u0C93\u0C9B\u6280qual;\uC000\u2AAF\u0338lantEqual;\u62E0\u0100ei\u0CAB\u0CB9verseElement;\u620CghtTriangle\u0180;BE\u0CCB\u0CCC\u0CD2\u62EBar;\uC000\u29D0\u0338qual;\u62ED\u0100qu\u0CDD\u0D0CuareSu\u0100bp\u0CE8\u0CF9set\u0100;E\u0CF0\u0CF3\uC000\u228F\u0338qual;\u62E2erset\u0100;E\u0D03\u0D06\uC000\u2290\u0338qual;\u62E3\u0180bcp\u0D13\u0D24\u0D4Eset\u0100;E\u0D1B\u0D1E\uC000\u2282\u20D2qual;\u6288ceeds\u0200;EST\u0D32\u0D33\u0D3B\u0D46\u6281qual;\uC000\u2AB0\u0338lantEqual;\u62E1ilde;\uC000\u227F\u0338erset\u0100;E\u0D58\u0D5B\uC000\u2283\u20D2qual;\u6289ilde\u0200;EFT\u0D6E\u0D6F\u0D75\u0D7F\u6241qual;\u6244ullEqual;\u6247ilde;\u6249erticalBar;\u6224cr;\uC000\uD835\uDCA9ilde\u803B\xD1\u40D1;\u439D\u0700Eacdfgmoprstuv\u0DBD\u0DC2\u0DC9\u0DD5\u0DDB\u0DE0\u0DE7\u0DFC\u0E02\u0E20\u0E22\u0E32\u0E3F\u0E44lig;\u4152cute\u803B\xD3\u40D3\u0100iy\u0DCE\u0DD3rc\u803B\xD4\u40D4;\u441Eblac;\u4150r;\uC000\uD835\uDD12rave\u803B\xD2\u40D2\u0180aei\u0DEE\u0DF2\u0DF6cr;\u414Cga;\u43A9cron;\u439Fpf;\uC000\uD835\uDD46enCurly\u0100DQ\u0E0E\u0E1AoubleQuote;\u601Cuote;\u6018;\u6A54\u0100cl\u0E27\u0E2Cr;\uC000\uD835\uDCAAash\u803B\xD8\u40D8i\u016C\u0E37\u0E3Cde\u803B\xD5\u40D5es;\u6A37ml\u803B\xD6\u40D6er\u0100BP\u0E4B\u0E60\u0100ar\u0E50\u0E53r;\u603Eac\u0100ek\u0E5A\u0E5C;\u63DEet;\u63B4arenthesis;\u63DC\u0480acfhilors\u0E7F\u0E87\u0E8A\u0E8F\u0E92\u0E94\u0E9D\u0EB0\u0EFCrtialD;\u6202y;\u441Fr;\uC000\uD835\uDD13i;\u43A6;\u43A0usMinus;\u40B1\u0100ip\u0EA2\u0EADncareplan\xE5\u069Df;\u6119\u0200;eio\u0EB9\u0EBA\u0EE0\u0EE4\u6ABBcedes\u0200;EST\u0EC8\u0EC9\u0ECF\u0EDA\u627Aqual;\u6AAFlantEqual;\u627Cilde;\u627Eme;\u6033\u0100dp\u0EE9\u0EEEuct;\u620Fortion\u0100;a\u0225\u0EF9l;\u621D\u0100ci\u0F01\u0F06r;\uC000\uD835\uDCAB;\u43A8\u0200Ufos\u0F11\u0F16\u0F1B\u0F1FOT\u803B"\u4022r;\uC000\uD835\uDD14pf;\u611Acr;\uC000\uD835\uDCAC\u0600BEacefhiorsu\u0F3E\u0F43\u0F47\u0F60\u0F73\u0FA7\u0FAA\u0FAD\u1096\u10A9\u10B4\u10BEarr;\u6910G\u803B\xAE\u40AE\u0180cnr\u0F4E\u0F53\u0F56ute;\u4154g;\u67EBr\u0100;t\u0F5C\u0F5D\u61A0l;\u6916\u0180aey\u0F67\u0F6C\u0F71ron;\u4158dil;\u4156;\u4420\u0100;v\u0F78\u0F79\u611Cerse\u0100EU\u0F82\u0F99\u0100lq\u0F87\u0F8Eement;\u620Builibrium;\u61CBpEquilibrium;\u696Fr\xBB\u0F79o;\u43A1ght\u0400ACDFTUVa\u0FC1\u0FEB\u0FF3\u1022\u1028\u105B\u1087\u03D8\u0100nr\u0FC6\u0FD2gleBracket;\u67E9row\u0180;BL\u0FDC\u0FDD\u0FE1\u6192ar;\u61E5eftArrow;\u61C4eiling;\u6309o\u01F5\u0FF9\0\u1005bleBracket;\u67E7n\u01D4\u100A\0\u1014eeVector;\u695Dector\u0100;B\u101D\u101E\u61C2ar;\u6955loor;\u630B\u0100er\u102D\u1043e\u0180;AV\u1035\u1036\u103C\u62A2rrow;\u61A6ector;\u695Biangle\u0180;BE\u1050\u1051\u1055\u62B3ar;\u69D0qual;\u62B5p\u0180DTV\u1063\u106E\u1078ownVector;\u694FeeVector;\u695Cector\u0100;B\u1082\u1083\u61BEar;\u6954ector\u0100;B\u1091\u1092\u61C0ar;\u6953\u0100pu\u109B\u109Ef;\u611DndImplies;\u6970ightarrow;\u61DB\u0100ch\u10B9\u10BCr;\u611B;\u61B1leDelayed;\u69F4\u0680HOacfhimoqstu\u10E4\u10F1\u10F7\u10FD\u1119\u111E\u1151\u1156\u1161\u1167\u11B5\u11BB\u11BF\u0100Cc\u10E9\u10EEHcy;\u4429y;\u4428FTcy;\u442Ccute;\u415A\u0280;aeiy\u1108\u1109\u110E\u1113\u1117\u6ABCron;\u4160dil;\u415Erc;\u415C;\u4421r;\uC000\uD835\uDD16ort\u0200DLRU\u112A\u1134\u113E\u1149ownArrow\xBB\u041EeftArrow\xBB\u089AightArrow\xBB\u0FDDpArrow;\u6191gma;\u43A3allCircle;\u6218pf;\uC000\uD835\uDD4A\u0272\u116D\0\0\u1170t;\u621Aare\u0200;ISU\u117B\u117C\u1189\u11AF\u65A1ntersection;\u6293u\u0100bp\u118F\u119Eset\u0100;E\u1197\u1198\u628Fqual;\u6291erset\u0100;E\u11A8\u11A9\u6290qual;\u6292nion;\u6294cr;\uC000\uD835\uDCAEar;\u62C6\u0200bcmp\u11C8\u11DB\u1209\u120B\u0100;s\u11CD\u11CE\u62D0et\u0100;E\u11CD\u11D5qual;\u6286\u0100ch\u11E0\u1205eeds\u0200;EST\u11ED\u11EE\u11F4\u11FF\u627Bqual;\u6AB0lantEqual;\u627Dilde;\u627FTh\xE1\u0F8C;\u6211\u0180;es\u1212\u1213\u1223\u62D1rset\u0100;E\u121C\u121D\u6283qual;\u6287et\xBB\u1213\u0580HRSacfhiors\u123E\u1244\u1249\u1255\u125E\u1271\u1276\u129F\u12C2\u12C8\u12D1ORN\u803B\xDE\u40DEADE;\u6122\u0100Hc\u124E\u1252cy;\u440By;\u4426\u0100bu\u125A\u125C;\u4009;\u43A4\u0180aey\u1265\u126A\u126Fron;\u4164dil;\u4162;\u4422r;\uC000\uD835\uDD17\u0100ei\u127B\u1289\u01F2\u1280\0\u1287efore;\u6234a;\u4398\u0100cn\u128E\u1298kSpace;\uC000\u205F\u200ASpace;\u6009lde\u0200;EFT\u12AB\u12AC\u12B2\u12BC\u623Cqual;\u6243ullEqual;\u6245ilde;\u6248pf;\uC000\uD835\uDD4BipleDot;\u60DB\u0100ct\u12D6\u12DBr;\uC000\uD835\uDCAFrok;\u4166\u0AE1\u12F7\u130E\u131A\u1326\0\u132C\u1331\0\0\0\0\0\u1338\u133D\u1377\u1385\0\u13FF\u1404\u140A\u1410\u0100cr\u12FB\u1301ute\u803B\xDA\u40DAr\u0100;o\u1307\u1308\u619Fcir;\u6949r\u01E3\u1313\0\u1316y;\u440Eve;\u416C\u0100iy\u131E\u1323rc\u803B\xDB\u40DB;\u4423blac;\u4170r;\uC000\uD835\uDD18rave\u803B\xD9\u40D9acr;\u416A\u0100di\u1341\u1369er\u0100BP\u1348\u135D\u0100ar\u134D\u1350r;\u405Fac\u0100ek\u1357\u1359;\u63DFet;\u63B5arenthesis;\u63DDon\u0100;P\u1370\u1371\u62C3lus;\u628E\u0100gp\u137B\u137Fon;\u4172f;\uC000\uD835\uDD4C\u0400ADETadps\u1395\u13AE\u13B8\u13C4\u03E8\u13D2\u13D7\u13F3rrow\u0180;BD\u1150\u13A0\u13A4ar;\u6912ownArrow;\u61C5ownArrow;\u6195quilibrium;\u696Eee\u0100;A\u13CB\u13CC\u62A5rrow;\u61A5own\xE1\u03F3er\u0100LR\u13DE\u13E8eftArrow;\u6196ightArrow;\u6197i\u0100;l\u13F9\u13FA\u43D2on;\u43A5ing;\u416Ecr;\uC000\uD835\uDCB0ilde;\u4168ml\u803B\xDC\u40DC\u0480Dbcdefosv\u1427\u142C\u1430\u1433\u143E\u1485\u148A\u1490\u1496ash;\u62ABar;\u6AEBy;\u4412ash\u0100;l\u143B\u143C\u62A9;\u6AE6\u0100er\u1443\u1445;\u62C1\u0180bty\u144C\u1450\u147Aar;\u6016\u0100;i\u144F\u1455cal\u0200BLST\u1461\u1465\u146A\u1474ar;\u6223ine;\u407Ceparator;\u6758ilde;\u6240ThinSpace;\u600Ar;\uC000\uD835\uDD19pf;\uC000\uD835\uDD4Dcr;\uC000\uD835\uDCB1dash;\u62AA\u0280cefos\u14A7\u14AC\u14B1\u14B6\u14BCirc;\u4174dge;\u62C0r;\uC000\uD835\uDD1Apf;\uC000\uD835\uDD4Ecr;\uC000\uD835\uDCB2\u0200fios\u14CB\u14D0\u14D2\u14D8r;\uC000\uD835\uDD1B;\u439Epf;\uC000\uD835\uDD4Fcr;\uC000\uD835\uDCB3\u0480AIUacfosu\u14F1\u14F5\u14F9\u14FD\u1504\u150F\u1514\u151A\u1520cy;\u442Fcy;\u4407cy;\u442Ecute\u803B\xDD\u40DD\u0100iy\u1509\u150Drc;\u4176;\u442Br;\uC000\uD835\uDD1Cpf;\uC000\uD835\uDD50cr;\uC000\uD835\uDCB4ml;\u4178\u0400Hacdefos\u1535\u1539\u153F\u154B\u154F\u155D\u1560\u1564cy;\u4416cute;\u4179\u0100ay\u1544\u1549ron;\u417D;\u4417ot;\u417B\u01F2\u1554\0\u155BoWidt\xE8\u0AD9a;\u4396r;\u6128pf;\u6124cr;\uC000\uD835\uDCB5\u0BE1\u1583\u158A\u1590\0\u15B0\u15B6\u15BF\0\0\0\0\u15C6\u15DB\u15EB\u165F\u166D\0\u1695\u169B\u16B2\u16B9\0\u16BEcute\u803B\xE1\u40E1reve;\u4103\u0300;Ediuy\u159C\u159D\u15A1\u15A3\u15A8\u15AD\u623E;\uC000\u223E\u0333;\u623Frc\u803B\xE2\u40E2te\u80BB\xB4\u0306;\u4430lig\u803B\xE6\u40E6\u0100;r\xB2\u15BA;\uC000\uD835\uDD1Erave\u803B\xE0\u40E0\u0100ep\u15CA\u15D6\u0100fp\u15CF\u15D4sym;\u6135\xE8\u15D3ha;\u43B1\u0100ap\u15DFc\u0100cl\u15E4\u15E7r;\u4101g;\u6A3F\u0264\u15F0\0\0\u160A\u0280;adsv\u15FA\u15FB\u15FF\u1601\u1607\u6227nd;\u6A55;\u6A5Clope;\u6A58;\u6A5A\u0380;elmrsz\u1618\u1619\u161B\u161E\u163F\u164F\u1659\u6220;\u69A4e\xBB\u1619sd\u0100;a\u1625\u1626\u6221\u0461\u1630\u1632\u1634\u1636\u1638\u163A\u163C\u163E;\u69A8;\u69A9;\u69AA;\u69AB;\u69AC;\u69AD;\u69AE;\u69AFt\u0100;v\u1645\u1646\u621Fb\u0100;d\u164C\u164D\u62BE;\u699D\u0100pt\u1654\u1657h;\u6222\xBB\xB9arr;\u637C\u0100gp\u1663\u1667on;\u4105f;\uC000\uD835\uDD52\u0380;Eaeiop\u12C1\u167B\u167D\u1682\u1684\u1687\u168A;\u6A70cir;\u6A6F;\u624Ad;\u624Bs;\u4027rox\u0100;e\u12C1\u1692\xF1\u1683ing\u803B\xE5\u40E5\u0180cty\u16A1\u16A6\u16A8r;\uC000\uD835\uDCB6;\u402Amp\u0100;e\u12C1\u16AF\xF1\u0288ilde\u803B\xE3\u40E3ml\u803B\xE4\u40E4\u0100ci\u16C2\u16C8onin\xF4\u0272nt;\u6A11\u0800Nabcdefiklnoprsu\u16ED\u16F1\u1730\u173C\u1743\u1748\u1778\u177D\u17E0\u17E6\u1839\u1850\u170D\u193D\u1948\u1970ot;\u6AED\u0100cr\u16F6\u171Ek\u0200ceps\u1700\u1705\u170D\u1713ong;\u624Cpsilon;\u43F6rime;\u6035im\u0100;e\u171A\u171B\u623Dq;\u62CD\u0176\u1722\u1726ee;\u62BDed\u0100;g\u172C\u172D\u6305e\xBB\u172Drk\u0100;t\u135C\u1737brk;\u63B6\u0100oy\u1701\u1741;\u4431quo;\u601E\u0280cmprt\u1753\u175B\u1761\u1764\u1768aus\u0100;e\u010A\u0109ptyv;\u69B0s\xE9\u170Cno\xF5\u0113\u0180ahw\u176F\u1771\u1773;\u43B2;\u6136een;\u626Cr;\uC000\uD835\uDD1Fg\u0380costuvw\u178D\u179D\u17B3\u17C1\u17D5\u17DB\u17DE\u0180aiu\u1794\u1796\u179A\xF0\u0760rc;\u65EFp\xBB\u1371\u0180dpt\u17A4\u17A8\u17ADot;\u6A00lus;\u6A01imes;\u6A02\u0271\u17B9\0\0\u17BEcup;\u6A06ar;\u6605riangle\u0100du\u17CD\u17D2own;\u65BDp;\u65B3plus;\u6A04e\xE5\u1444\xE5\u14ADarow;\u690D\u0180ako\u17ED\u1826\u1835\u0100cn\u17F2\u1823k\u0180lst\u17FA\u05AB\u1802ozenge;\u69EBriangle\u0200;dlr\u1812\u1813\u1818\u181D\u65B4own;\u65BEeft;\u65C2ight;\u65B8k;\u6423\u01B1\u182B\0\u1833\u01B2\u182F\0\u1831;\u6592;\u65914;\u6593ck;\u6588\u0100eo\u183E\u184D\u0100;q\u1843\u1846\uC000=\u20E5uiv;\uC000\u2261\u20E5t;\u6310\u0200ptwx\u1859\u185E\u1867\u186Cf;\uC000\uD835\uDD53\u0100;t\u13CB\u1863om\xBB\u13CCtie;\u62C8\u0600DHUVbdhmptuv\u1885\u1896\u18AA\u18BB\u18D7\u18DB\u18EC\u18FF\u1905\u190A\u1910\u1921\u0200LRlr\u188E\u1890\u1892\u1894;\u6557;\u6554;\u6556;\u6553\u0280;DUdu\u18A1\u18A2\u18A4\u18A6\u18A8\u6550;\u6566;\u6569;\u6564;\u6567\u0200LRlr\u18B3\u18B5\u18B7\u18B9;\u655D;\u655A;\u655C;\u6559\u0380;HLRhlr\u18CA\u18CB\u18CD\u18CF\u18D1\u18D3\u18D5\u6551;\u656C;\u6563;\u6560;\u656B;\u6562;\u655Fox;\u69C9\u0200LRlr\u18E4\u18E6\u18E8\u18EA;\u6555;\u6552;\u6510;\u650C\u0280;DUdu\u06BD\u18F7\u18F9\u18FB\u18FD;\u6565;\u6568;\u652C;\u6534inus;\u629Flus;\u629Eimes;\u62A0\u0200LRlr\u1919\u191B\u191D\u191F;\u655B;\u6558;\u6518;\u6514\u0380;HLRhlr\u1930\u1931\u1933\u1935\u1937\u1939\u193B\u6502;\u656A;\u6561;\u655E;\u653C;\u6524;\u651C\u0100ev\u0123\u1942bar\u803B\xA6\u40A6\u0200ceio\u1951\u1956\u195A\u1960r;\uC000\uD835\uDCB7mi;\u604Fm\u0100;e\u171A\u171Cl\u0180;bh\u1968\u1969\u196B\u405C;\u69C5sub;\u67C8\u016C\u1974\u197El\u0100;e\u1979\u197A\u6022t\xBB\u197Ap\u0180;Ee\u012F\u1985\u1987;\u6AAE\u0100;q\u06DC\u06DB\u0CE1\u19A7\0\u19E8\u1A11\u1A15\u1A32\0\u1A37\u1A50\0\0\u1AB4\0\0\u1AC1\0\0\u1B21\u1B2E\u1B4D\u1B52\0\u1BFD\0\u1C0C\u0180cpr\u19AD\u19B2\u19DDute;\u4107\u0300;abcds\u19BF\u19C0\u19C4\u19CA\u19D5\u19D9\u6229nd;\u6A44rcup;\u6A49\u0100au\u19CF\u19D2p;\u6A4Bp;\u6A47ot;\u6A40;\uC000\u2229\uFE00\u0100eo\u19E2\u19E5t;\u6041\xEE\u0693\u0200aeiu\u19F0\u19FB\u1A01\u1A05\u01F0\u19F5\0\u19F8s;\u6A4Don;\u410Ddil\u803B\xE7\u40E7rc;\u4109ps\u0100;s\u1A0C\u1A0D\u6A4Cm;\u6A50ot;\u410B\u0180dmn\u1A1B\u1A20\u1A26il\u80BB\xB8\u01ADptyv;\u69B2t\u8100\xA2;e\u1A2D\u1A2E\u40A2r\xE4\u01B2r;\uC000\uD835\uDD20\u0180cei\u1A3D\u1A40\u1A4Dy;\u4447ck\u0100;m\u1A47\u1A48\u6713ark\xBB\u1A48;\u43C7r\u0380;Ecefms\u1A5F\u1A60\u1A62\u1A6B\u1AA4\u1AAA\u1AAE\u65CB;\u69C3\u0180;el\u1A69\u1A6A\u1A6D\u42C6q;\u6257e\u0261\u1A74\0\0\u1A88rrow\u0100lr\u1A7C\u1A81eft;\u61BAight;\u61BB\u0280RSacd\u1A92\u1A94\u1A96\u1A9A\u1A9F\xBB\u0F47;\u64C8st;\u629Birc;\u629Aash;\u629Dnint;\u6A10id;\u6AEFcir;\u69C2ubs\u0100;u\u1ABB\u1ABC\u6663it\xBB\u1ABC\u02EC\u1AC7\u1AD4\u1AFA\0\u1B0Aon\u0100;e\u1ACD\u1ACE\u403A\u0100;q\xC7\xC6\u026D\u1AD9\0\0\u1AE2a\u0100;t\u1ADE\u1ADF\u402C;\u4040\u0180;fl\u1AE8\u1AE9\u1AEB\u6201\xEE\u1160e\u0100mx\u1AF1\u1AF6ent\xBB\u1AE9e\xF3\u024D\u01E7\u1AFE\0\u1B07\u0100;d\u12BB\u1B02ot;\u6A6Dn\xF4\u0246\u0180fry\u1B10\u1B14\u1B17;\uC000\uD835\uDD54o\xE4\u0254\u8100\xA9;s\u0155\u1B1Dr;\u6117\u0100ao\u1B25\u1B29rr;\u61B5ss;\u6717\u0100cu\u1B32\u1B37r;\uC000\uD835\uDCB8\u0100bp\u1B3C\u1B44\u0100;e\u1B41\u1B42\u6ACF;\u6AD1\u0100;e\u1B49\u1B4A\u6AD0;\u6AD2dot;\u62EF\u0380delprvw\u1B60\u1B6C\u1B77\u1B82\u1BAC\u1BD4\u1BF9arr\u0100lr\u1B68\u1B6A;\u6938;\u6935\u0270\u1B72\0\0\u1B75r;\u62DEc;\u62DFarr\u0100;p\u1B7F\u1B80\u61B6;\u693D\u0300;bcdos\u1B8F\u1B90\u1B96\u1BA1\u1BA5\u1BA8\u622Arcap;\u6A48\u0100au\u1B9B\u1B9Ep;\u6A46p;\u6A4Aot;\u628Dr;\u6A45;\uC000\u222A\uFE00\u0200alrv\u1BB5\u1BBF\u1BDE\u1BE3rr\u0100;m\u1BBC\u1BBD\u61B7;\u693Cy\u0180evw\u1BC7\u1BD4\u1BD8q\u0270\u1BCE\0\0\u1BD2re\xE3\u1B73u\xE3\u1B75ee;\u62CEedge;\u62CFen\u803B\xA4\u40A4earrow\u0100lr\u1BEE\u1BF3eft\xBB\u1B80ight\xBB\u1BBDe\xE4\u1BDD\u0100ci\u1C01\u1C07onin\xF4\u01F7nt;\u6231lcty;\u632D\u0980AHabcdefhijlorstuwz\u1C38\u1C3B\u1C3F\u1C5D\u1C69\u1C75\u1C8A\u1C9E\u1CAC\u1CB7\u1CFB\u1CFF\u1D0D\u1D7B\u1D91\u1DAB\u1DBB\u1DC6\u1DCDr\xF2\u0381ar;\u6965\u0200glrs\u1C48\u1C4D\u1C52\u1C54ger;\u6020eth;\u6138\xF2\u1133h\u0100;v\u1C5A\u1C5B\u6010\xBB\u090A\u016B\u1C61\u1C67arow;\u690Fa\xE3\u0315\u0100ay\u1C6E\u1C73ron;\u410F;\u4434\u0180;ao\u0332\u1C7C\u1C84\u0100gr\u02BF\u1C81r;\u61CAtseq;\u6A77\u0180glm\u1C91\u1C94\u1C98\u803B\xB0\u40B0ta;\u43B4ptyv;\u69B1\u0100ir\u1CA3\u1CA8sht;\u697F;\uC000\uD835\uDD21ar\u0100lr\u1CB3\u1CB5\xBB\u08DC\xBB\u101E\u0280aegsv\u1CC2\u0378\u1CD6\u1CDC\u1CE0m\u0180;os\u0326\u1CCA\u1CD4nd\u0100;s\u0326\u1CD1uit;\u6666amma;\u43DDin;\u62F2\u0180;io\u1CE7\u1CE8\u1CF8\u40F7de\u8100\xF7;o\u1CE7\u1CF0ntimes;\u62C7n\xF8\u1CF7cy;\u4452c\u026F\u1D06\0\0\u1D0Arn;\u631Eop;\u630D\u0280lptuw\u1D18\u1D1D\u1D22\u1D49\u1D55lar;\u4024f;\uC000\uD835\uDD55\u0280;emps\u030B\u1D2D\u1D37\u1D3D\u1D42q\u0100;d\u0352\u1D33ot;\u6251inus;\u6238lus;\u6214quare;\u62A1blebarwedg\xE5\xFAn\u0180adh\u112E\u1D5D\u1D67ownarrow\xF3\u1C83arpoon\u0100lr\u1D72\u1D76ef\xF4\u1CB4igh\xF4\u1CB6\u0162\u1D7F\u1D85karo\xF7\u0F42\u026F\u1D8A\0\0\u1D8Ern;\u631Fop;\u630C\u0180cot\u1D98\u1DA3\u1DA6\u0100ry\u1D9D\u1DA1;\uC000\uD835\uDCB9;\u4455l;\u69F6rok;\u4111\u0100dr\u1DB0\u1DB4ot;\u62F1i\u0100;f\u1DBA\u1816\u65BF\u0100ah\u1DC0\u1DC3r\xF2\u0429a\xF2\u0FA6angle;\u69A6\u0100ci\u1DD2\u1DD5y;\u445Fgrarr;\u67FF\u0900Dacdefglmnopqrstux\u1E01\u1E09\u1E19\u1E38\u0578\u1E3C\u1E49\u1E61\u1E7E\u1EA5\u1EAF\u1EBD\u1EE1\u1F2A\u1F37\u1F44\u1F4E\u1F5A\u0100Do\u1E06\u1D34o\xF4\u1C89\u0100cs\u1E0E\u1E14ute\u803B\xE9\u40E9ter;\u6A6E\u0200aioy\u1E22\u1E27\u1E31\u1E36ron;\u411Br\u0100;c\u1E2D\u1E2E\u6256\u803B\xEA\u40EAlon;\u6255;\u444Dot;\u4117\u0100Dr\u1E41\u1E45ot;\u6252;\uC000\uD835\uDD22\u0180;rs\u1E50\u1E51\u1E57\u6A9Aave\u803B\xE8\u40E8\u0100;d\u1E5C\u1E5D\u6A96ot;\u6A98\u0200;ils\u1E6A\u1E6B\u1E72\u1E74\u6A99nters;\u63E7;\u6113\u0100;d\u1E79\u1E7A\u6A95ot;\u6A97\u0180aps\u1E85\u1E89\u1E97cr;\u4113ty\u0180;sv\u1E92\u1E93\u1E95\u6205et\xBB\u1E93p\u01001;\u1E9D\u1EA4\u0133\u1EA1\u1EA3;\u6004;\u6005\u6003\u0100gs\u1EAA\u1EAC;\u414Bp;\u6002\u0100gp\u1EB4\u1EB8on;\u4119f;\uC000\uD835\uDD56\u0180als\u1EC4\u1ECE\u1ED2r\u0100;s\u1ECA\u1ECB\u62D5l;\u69E3us;\u6A71i\u0180;lv\u1EDA\u1EDB\u1EDF\u43B5on\xBB\u1EDB;\u43F5\u0200csuv\u1EEA\u1EF3\u1F0B\u1F23\u0100io\u1EEF\u1E31rc\xBB\u1E2E\u0269\u1EF9\0\0\u1EFB\xED\u0548ant\u0100gl\u1F02\u1F06tr\xBB\u1E5Dess\xBB\u1E7A\u0180aei\u1F12\u1F16\u1F1Als;\u403Dst;\u625Fv\u0100;D\u0235\u1F20D;\u6A78parsl;\u69E5\u0100Da\u1F2F\u1F33ot;\u6253rr;\u6971\u0180cdi\u1F3E\u1F41\u1EF8r;\u612Fo\xF4\u0352\u0100ah\u1F49\u1F4B;\u43B7\u803B\xF0\u40F0\u0100mr\u1F53\u1F57l\u803B\xEB\u40EBo;\u60AC\u0180cip\u1F61\u1F64\u1F67l;\u4021s\xF4\u056E\u0100eo\u1F6C\u1F74ctatio\xEE\u0559nential\xE5\u0579\u09E1\u1F92\0\u1F9E\0\u1FA1\u1FA7\0\0\u1FC6\u1FCC\0\u1FD3\0\u1FE6\u1FEA\u2000\0\u2008\u205Allingdotse\xF1\u1E44y;\u4444male;\u6640\u0180ilr\u1FAD\u1FB3\u1FC1lig;\u8000\uFB03\u0269\u1FB9\0\0\u1FBDg;\u8000\uFB00ig;\u8000\uFB04;\uC000\uD835\uDD23lig;\u8000\uFB01lig;\uC000fj\u0180alt\u1FD9\u1FDC\u1FE1t;\u666Dig;\u8000\uFB02ns;\u65B1of;\u4192\u01F0\u1FEE\0\u1FF3f;\uC000\uD835\uDD57\u0100ak\u05BF\u1FF7\u0100;v\u1FFC\u1FFD\u62D4;\u6AD9artint;\u6A0D\u0100ao\u200C\u2055\u0100cs\u2011\u2052\u03B1\u201A\u2030\u2038\u2045\u2048\0\u2050\u03B2\u2022\u2025\u2027\u202A\u202C\0\u202E\u803B\xBD\u40BD;\u6153\u803B\xBC\u40BC;\u6155;\u6159;\u615B\u01B3\u2034\0\u2036;\u6154;\u6156\u02B4\u203E\u2041\0\0\u2043\u803B\xBE\u40BE;\u6157;\u615C5;\u6158\u01B6\u204C\0\u204E;\u615A;\u615D8;\u615El;\u6044wn;\u6322cr;\uC000\uD835\uDCBB\u0880Eabcdefgijlnorstv\u2082\u2089\u209F\u20A5\u20B0\u20B4\u20F0\u20F5\u20FA\u20FF\u2103\u2112\u2138\u0317\u213E\u2152\u219E\u0100;l\u064D\u2087;\u6A8C\u0180cmp\u2090\u2095\u209Dute;\u41F5ma\u0100;d\u209C\u1CDA\u43B3;\u6A86reve;\u411F\u0100iy\u20AA\u20AErc;\u411D;\u4433ot;\u4121\u0200;lqs\u063E\u0642\u20BD\u20C9\u0180;qs\u063E\u064C\u20C4lan\xF4\u0665\u0200;cdl\u0665\u20D2\u20D5\u20E5c;\u6AA9ot\u0100;o\u20DC\u20DD\u6A80\u0100;l\u20E2\u20E3\u6A82;\u6A84\u0100;e\u20EA\u20ED\uC000\u22DB\uFE00s;\u6A94r;\uC000\uD835\uDD24\u0100;g\u0673\u061Bmel;\u6137cy;\u4453\u0200;Eaj\u065A\u210C\u210E\u2110;\u6A92;\u6AA5;\u6AA4\u0200Eaes\u211B\u211D\u2129\u2134;\u6269p\u0100;p\u2123\u2124\u6A8Arox\xBB\u2124\u0100;q\u212E\u212F\u6A88\u0100;q\u212E\u211Bim;\u62E7pf;\uC000\uD835\uDD58\u0100ci\u2143\u2146r;\u610Am\u0180;el\u066B\u214E\u2150;\u6A8E;\u6A90\u8300>;cdlqr\u05EE\u2160\u216A\u216E\u2173\u2179\u0100ci\u2165\u2167;\u6AA7r;\u6A7Aot;\u62D7Par;\u6995uest;\u6A7C\u0280adels\u2184\u216A\u2190\u0656\u219B\u01F0\u2189\0\u218Epro\xF8\u209Er;\u6978q\u0100lq\u063F\u2196les\xF3\u2088i\xED\u066B\u0100en\u21A3\u21ADrtneqq;\uC000\u2269\uFE00\xC5\u21AA\u0500Aabcefkosy\u21C4\u21C7\u21F1\u21F5\u21FA\u2218\u221D\u222F\u2268\u227Dr\xF2\u03A0\u0200ilmr\u21D0\u21D4\u21D7\u21DBrs\xF0\u1484f\xBB\u2024il\xF4\u06A9\u0100dr\u21E0\u21E4cy;\u444A\u0180;cw\u08F4\u21EB\u21EFir;\u6948;\u61ADar;\u610Firc;\u4125\u0180alr\u2201\u220E\u2213rts\u0100;u\u2209\u220A\u6665it\xBB\u220Alip;\u6026con;\u62B9r;\uC000\uD835\uDD25s\u0100ew\u2223\u2229arow;\u6925arow;\u6926\u0280amopr\u223A\u223E\u2243\u225E\u2263rr;\u61FFtht;\u623Bk\u0100lr\u2249\u2253eftarrow;\u61A9ightarrow;\u61AAf;\uC000\uD835\uDD59bar;\u6015\u0180clt\u226F\u2274\u2278r;\uC000\uD835\uDCBDas\xE8\u21F4rok;\u4127\u0100bp\u2282\u2287ull;\u6043hen\xBB\u1C5B\u0AE1\u22A3\0\u22AA\0\u22B8\u22C5\u22CE\0\u22D5\u22F3\0\0\u22F8\u2322\u2367\u2362\u237F\0\u2386\u23AA\u23B4cute\u803B\xED\u40ED\u0180;iy\u0771\u22B0\u22B5rc\u803B\xEE\u40EE;\u4438\u0100cx\u22BC\u22BFy;\u4435cl\u803B\xA1\u40A1\u0100fr\u039F\u22C9;\uC000\uD835\uDD26rave\u803B\xEC\u40EC\u0200;ino\u073E\u22DD\u22E9\u22EE\u0100in\u22E2\u22E6nt;\u6A0Ct;\u622Dfin;\u69DCta;\u6129lig;\u4133\u0180aop\u22FE\u231A\u231D\u0180cgt\u2305\u2308\u2317r;\u412B\u0180elp\u071F\u230F\u2313in\xE5\u078Ear\xF4\u0720h;\u4131f;\u62B7ed;\u41B5\u0280;cfot\u04F4\u232C\u2331\u233D\u2341are;\u6105in\u0100;t\u2338\u2339\u621Eie;\u69DDdo\xF4\u2319\u0280;celp\u0757\u234C\u2350\u235B\u2361al;\u62BA\u0100gr\u2355\u2359er\xF3\u1563\xE3\u234Darhk;\u6A17rod;\u6A3C\u0200cgpt\u236F\u2372\u2376\u237By;\u4451on;\u412Ff;\uC000\uD835\uDD5Aa;\u43B9uest\u803B\xBF\u40BF\u0100ci\u238A\u238Fr;\uC000\uD835\uDCBEn\u0280;Edsv\u04F4\u239B\u239D\u23A1\u04F3;\u62F9ot;\u62F5\u0100;v\u23A6\u23A7\u62F4;\u62F3\u0100;i\u0777\u23AElde;\u4129\u01EB\u23B8\0\u23BCcy;\u4456l\u803B\xEF\u40EF\u0300cfmosu\u23CC\u23D7\u23DC\u23E1\u23E7\u23F5\u0100iy\u23D1\u23D5rc;\u4135;\u4439r;\uC000\uD835\uDD27ath;\u4237pf;\uC000\uD835\uDD5B\u01E3\u23EC\0\u23F1r;\uC000\uD835\uDCBFrcy;\u4458kcy;\u4454\u0400acfghjos\u240B\u2416\u2422\u2427\u242D\u2431\u2435\u243Bppa\u0100;v\u2413\u2414\u43BA;\u43F0\u0100ey\u241B\u2420dil;\u4137;\u443Ar;\uC000\uD835\uDD28reen;\u4138cy;\u4445cy;\u445Cpf;\uC000\uD835\uDD5Ccr;\uC000\uD835\uDCC0\u0B80ABEHabcdefghjlmnoprstuv\u2470\u2481\u2486\u248D\u2491\u250E\u253D\u255A\u2580\u264E\u265E\u2665\u2679\u267D\u269A\u26B2\u26D8\u275D\u2768\u278B\u27C0\u2801\u2812\u0180art\u2477\u247A\u247Cr\xF2\u09C6\xF2\u0395ail;\u691Barr;\u690E\u0100;g\u0994\u248B;\u6A8Bar;\u6962\u0963\u24A5\0\u24AA\0\u24B1\0\0\0\0\0\u24B5\u24BA\0\u24C6\u24C8\u24CD\0\u24F9ute;\u413Amptyv;\u69B4ra\xEE\u084Cbda;\u43BBg\u0180;dl\u088E\u24C1\u24C3;\u6991\xE5\u088E;\u6A85uo\u803B\xAB\u40ABr\u0400;bfhlpst\u0899\u24DE\u24E6\u24E9\u24EB\u24EE\u24F1\u24F5\u0100;f\u089D\u24E3s;\u691Fs;\u691D\xEB\u2252p;\u61ABl;\u6939im;\u6973l;\u61A2\u0180;ae\u24FF\u2500\u2504\u6AABil;\u6919\u0100;s\u2509\u250A\u6AAD;\uC000\u2AAD\uFE00\u0180abr\u2515\u2519\u251Drr;\u690Crk;\u6772\u0100ak\u2522\u252Cc\u0100ek\u2528\u252A;\u407B;\u405B\u0100es\u2531\u2533;\u698Bl\u0100du\u2539\u253B;\u698F;\u698D\u0200aeuy\u2546\u254B\u2556\u2558ron;\u413E\u0100di\u2550\u2554il;\u413C\xEC\u08B0\xE2\u2529;\u443B\u0200cqrs\u2563\u2566\u256D\u257Da;\u6936uo\u0100;r\u0E19\u1746\u0100du\u2572\u2577har;\u6967shar;\u694Bh;\u61B2\u0280;fgqs\u258B\u258C\u0989\u25F3\u25FF\u6264t\u0280ahlrt\u2598\u25A4\u25B7\u25C2\u25E8rrow\u0100;t\u0899\u25A1a\xE9\u24F6arpoon\u0100du\u25AF\u25B4own\xBB\u045Ap\xBB\u0966eftarrows;\u61C7ight\u0180ahs\u25CD\u25D6\u25DErrow\u0100;s\u08F4\u08A7arpoon\xF3\u0F98quigarro\xF7\u21F0hreetimes;\u62CB\u0180;qs\u258B\u0993\u25FAlan\xF4\u09AC\u0280;cdgs\u09AC\u260A\u260D\u261D\u2628c;\u6AA8ot\u0100;o\u2614\u2615\u6A7F\u0100;r\u261A\u261B\u6A81;\u6A83\u0100;e\u2622\u2625\uC000\u22DA\uFE00s;\u6A93\u0280adegs\u2633\u2639\u263D\u2649\u264Bppro\xF8\u24C6ot;\u62D6q\u0100gq\u2643\u2645\xF4\u0989gt\xF2\u248C\xF4\u099Bi\xED\u09B2\u0180ilr\u2655\u08E1\u265Asht;\u697C;\uC000\uD835\uDD29\u0100;E\u099C\u2663;\u6A91\u0161\u2669\u2676r\u0100du\u25B2\u266E\u0100;l\u0965\u2673;\u696Alk;\u6584cy;\u4459\u0280;acht\u0A48\u2688\u268B\u2691\u2696r\xF2\u25C1orne\xF2\u1D08ard;\u696Bri;\u65FA\u0100io\u269F\u26A4dot;\u4140ust\u0100;a\u26AC\u26AD\u63B0che\xBB\u26AD\u0200Eaes\u26BB\u26BD\u26C9\u26D4;\u6268p\u0100;p\u26C3\u26C4\u6A89rox\xBB\u26C4\u0100;q\u26CE\u26CF\u6A87\u0100;q\u26CE\u26BBim;\u62E6\u0400abnoptwz\u26E9\u26F4\u26F7\u271A\u272F\u2741\u2747\u2750\u0100nr\u26EE\u26F1g;\u67ECr;\u61FDr\xEB\u08C1g\u0180lmr\u26FF\u270D\u2714eft\u0100ar\u09E6\u2707ight\xE1\u09F2apsto;\u67FCight\xE1\u09FDparrow\u0100lr\u2725\u2729ef\xF4\u24EDight;\u61AC\u0180afl\u2736\u2739\u273Dr;\u6985;\uC000\uD835\uDD5Dus;\u6A2Dimes;\u6A34\u0161\u274B\u274Fst;\u6217\xE1\u134E\u0180;ef\u2757\u2758\u1800\u65CAnge\xBB\u2758ar\u0100;l\u2764\u2765\u4028t;\u6993\u0280achmt\u2773\u2776\u277C\u2785\u2787r\xF2\u08A8orne\xF2\u1D8Car\u0100;d\u0F98\u2783;\u696D;\u600Eri;\u62BF\u0300achiqt\u2798\u279D\u0A40\u27A2\u27AE\u27BBquo;\u6039r;\uC000\uD835\uDCC1m\u0180;eg\u09B2\u27AA\u27AC;\u6A8D;\u6A8F\u0100bu\u252A\u27B3o\u0100;r\u0E1F\u27B9;\u601Arok;\u4142\u8400<;cdhilqr\u082B\u27D2\u2639\u27DC\u27E0\u27E5\u27EA\u27F0\u0100ci\u27D7\u27D9;\u6AA6r;\u6A79re\xE5\u25F2mes;\u62C9arr;\u6976uest;\u6A7B\u0100Pi\u27F5\u27F9ar;\u6996\u0180;ef\u2800\u092D\u181B\u65C3r\u0100du\u2807\u280Dshar;\u694Ahar;\u6966\u0100en\u2817\u2821rtneqq;\uC000\u2268\uFE00\xC5\u281E\u0700Dacdefhilnopsu\u2840\u2845\u2882\u288E\u2893\u28A0\u28A5\u28A8\u28DA\u28E2\u28E4\u0A83\u28F3\u2902Dot;\u623A\u0200clpr\u284E\u2852\u2863\u287Dr\u803B\xAF\u40AF\u0100et\u2857\u2859;\u6642\u0100;e\u285E\u285F\u6720se\xBB\u285F\u0100;s\u103B\u2868to\u0200;dlu\u103B\u2873\u2877\u287Bow\xEE\u048Cef\xF4\u090F\xF0\u13D1ker;\u65AE\u0100oy\u2887\u288Cmma;\u6A29;\u443Cash;\u6014asuredangle\xBB\u1626r;\uC000\uD835\uDD2Ao;\u6127\u0180cdn\u28AF\u28B4\u28C9ro\u803B\xB5\u40B5\u0200;acd\u1464\u28BD\u28C0\u28C4s\xF4\u16A7ir;\u6AF0ot\u80BB\xB7\u01B5us\u0180;bd\u28D2\u1903\u28D3\u6212\u0100;u\u1D3C\u28D8;\u6A2A\u0163\u28DE\u28E1p;\u6ADB\xF2\u2212\xF0\u0A81\u0100dp\u28E9\u28EEels;\u62A7f;\uC000\uD835\uDD5E\u0100ct\u28F8\u28FDr;\uC000\uD835\uDCC2pos\xBB\u159D\u0180;lm\u2909\u290A\u290D\u43BCtimap;\u62B8\u0C00GLRVabcdefghijlmoprstuvw\u2942\u2953\u297E\u2989\u2998\u29DA\u29E9\u2A15\u2A1A\u2A58\u2A5D\u2A83\u2A95\u2AA4\u2AA8\u2B04\u2B07\u2B44\u2B7F\u2BAE\u2C34\u2C67\u2C7C\u2CE9\u0100gt\u2947\u294B;\uC000\u22D9\u0338\u0100;v\u2950\u0BCF\uC000\u226B\u20D2\u0180elt\u295A\u2972\u2976ft\u0100ar\u2961\u2967rrow;\u61CDightarrow;\u61CE;\uC000\u22D8\u0338\u0100;v\u297B\u0C47\uC000\u226A\u20D2ightarrow;\u61CF\u0100Dd\u298E\u2993ash;\u62AFash;\u62AE\u0280bcnpt\u29A3\u29A7\u29AC\u29B1\u29CCla\xBB\u02DEute;\u4144g;\uC000\u2220\u20D2\u0280;Eiop\u0D84\u29BC\u29C0\u29C5\u29C8;\uC000\u2A70\u0338d;\uC000\u224B\u0338s;\u4149ro\xF8\u0D84ur\u0100;a\u29D3\u29D4\u666El\u0100;s\u29D3\u0B38\u01F3\u29DF\0\u29E3p\u80BB\xA0\u0B37mp\u0100;e\u0BF9\u0C00\u0280aeouy\u29F4\u29FE\u2A03\u2A10\u2A13\u01F0\u29F9\0\u29FB;\u6A43on;\u4148dil;\u4146ng\u0100;d\u0D7E\u2A0Aot;\uC000\u2A6D\u0338p;\u6A42;\u443Dash;\u6013\u0380;Aadqsx\u0B92\u2A29\u2A2D\u2A3B\u2A41\u2A45\u2A50rr;\u61D7r\u0100hr\u2A33\u2A36k;\u6924\u0100;o\u13F2\u13F0ot;\uC000\u2250\u0338ui\xF6\u0B63\u0100ei\u2A4A\u2A4Ear;\u6928\xED\u0B98ist\u0100;s\u0BA0\u0B9Fr;\uC000\uD835\uDD2B\u0200Eest\u0BC5\u2A66\u2A79\u2A7C\u0180;qs\u0BBC\u2A6D\u0BE1\u0180;qs\u0BBC\u0BC5\u2A74lan\xF4\u0BE2i\xED\u0BEA\u0100;r\u0BB6\u2A81\xBB\u0BB7\u0180Aap\u2A8A\u2A8D\u2A91r\xF2\u2971rr;\u61AEar;\u6AF2\u0180;sv\u0F8D\u2A9C\u0F8C\u0100;d\u2AA1\u2AA2\u62FC;\u62FAcy;\u445A\u0380AEadest\u2AB7\u2ABA\u2ABE\u2AC2\u2AC5\u2AF6\u2AF9r\xF2\u2966;\uC000\u2266\u0338rr;\u619Ar;\u6025\u0200;fqs\u0C3B\u2ACE\u2AE3\u2AEFt\u0100ar\u2AD4\u2AD9rro\xF7\u2AC1ightarro\xF7\u2A90\u0180;qs\u0C3B\u2ABA\u2AEAlan\xF4\u0C55\u0100;s\u0C55\u2AF4\xBB\u0C36i\xED\u0C5D\u0100;r\u0C35\u2AFEi\u0100;e\u0C1A\u0C25i\xE4\u0D90\u0100pt\u2B0C\u2B11f;\uC000\uD835\uDD5F\u8180\xAC;in\u2B19\u2B1A\u2B36\u40ACn\u0200;Edv\u0B89\u2B24\u2B28\u2B2E;\uC000\u22F9\u0338ot;\uC000\u22F5\u0338\u01E1\u0B89\u2B33\u2B35;\u62F7;\u62F6i\u0100;v\u0CB8\u2B3C\u01E1\u0CB8\u2B41\u2B43;\u62FE;\u62FD\u0180aor\u2B4B\u2B63\u2B69r\u0200;ast\u0B7B\u2B55\u2B5A\u2B5Flle\xEC\u0B7Bl;\uC000\u2AFD\u20E5;\uC000\u2202\u0338lint;\u6A14\u0180;ce\u0C92\u2B70\u2B73u\xE5\u0CA5\u0100;c\u0C98\u2B78\u0100;e\u0C92\u2B7D\xF1\u0C98\u0200Aait\u2B88\u2B8B\u2B9D\u2BA7r\xF2\u2988rr\u0180;cw\u2B94\u2B95\u2B99\u619B;\uC000\u2933\u0338;\uC000\u219D\u0338ghtarrow\xBB\u2B95ri\u0100;e\u0CCB\u0CD6\u0380chimpqu\u2BBD\u2BCD\u2BD9\u2B04\u0B78\u2BE4\u2BEF\u0200;cer\u0D32\u2BC6\u0D37\u2BC9u\xE5\u0D45;\uC000\uD835\uDCC3ort\u026D\u2B05\0\0\u2BD6ar\xE1\u2B56m\u0100;e\u0D6E\u2BDF\u0100;q\u0D74\u0D73su\u0100bp\u2BEB\u2BED\xE5\u0CF8\xE5\u0D0B\u0180bcp\u2BF6\u2C11\u2C19\u0200;Ees\u2BFF\u2C00\u0D22\u2C04\u6284;\uC000\u2AC5\u0338et\u0100;e\u0D1B\u2C0Bq\u0100;q\u0D23\u2C00c\u0100;e\u0D32\u2C17\xF1\u0D38\u0200;Ees\u2C22\u2C23\u0D5F\u2C27\u6285;\uC000\u2AC6\u0338et\u0100;e\u0D58\u2C2Eq\u0100;q\u0D60\u2C23\u0200gilr\u2C3D\u2C3F\u2C45\u2C47\xEC\u0BD7lde\u803B\xF1\u40F1\xE7\u0C43iangle\u0100lr\u2C52\u2C5Ceft\u0100;e\u0C1A\u2C5A\xF1\u0C26ight\u0100;e\u0CCB\u2C65\xF1\u0CD7\u0100;m\u2C6C\u2C6D\u43BD\u0180;es\u2C74\u2C75\u2C79\u4023ro;\u6116p;\u6007\u0480DHadgilrs\u2C8F\u2C94\u2C99\u2C9E\u2CA3\u2CB0\u2CB6\u2CD3\u2CE3ash;\u62ADarr;\u6904p;\uC000\u224D\u20D2ash;\u62AC\u0100et\u2CA8\u2CAC;\uC000\u2265\u20D2;\uC000>\u20D2nfin;\u69DE\u0180Aet\u2CBD\u2CC1\u2CC5rr;\u6902;\uC000\u2264\u20D2\u0100;r\u2CCA\u2CCD\uC000<\u20D2ie;\uC000\u22B4\u20D2\u0100At\u2CD8\u2CDCrr;\u6903rie;\uC000\u22B5\u20D2im;\uC000\u223C\u20D2\u0180Aan\u2CF0\u2CF4\u2D02rr;\u61D6r\u0100hr\u2CFA\u2CFDk;\u6923\u0100;o\u13E7\u13E5ear;\u6927\u1253\u1A95\0\0\0\0\0\0\0\0\0\0\0\0\0\u2D2D\0\u2D38\u2D48\u2D60\u2D65\u2D72\u2D84\u1B07\0\0\u2D8D\u2DAB\0\u2DC8\u2DCE\0\u2DDC\u2E19\u2E2B\u2E3E\u2E43\u0100cs\u2D31\u1A97ute\u803B\xF3\u40F3\u0100iy\u2D3C\u2D45r\u0100;c\u1A9E\u2D42\u803B\xF4\u40F4;\u443E\u0280abios\u1AA0\u2D52\u2D57\u01C8\u2D5Alac;\u4151v;\u6A38old;\u69BClig;\u4153\u0100cr\u2D69\u2D6Dir;\u69BF;\uC000\uD835\uDD2C\u036F\u2D79\0\0\u2D7C\0\u2D82n;\u42DBave\u803B\xF2\u40F2;\u69C1\u0100bm\u2D88\u0DF4ar;\u69B5\u0200acit\u2D95\u2D98\u2DA5\u2DA8r\xF2\u1A80\u0100ir\u2D9D\u2DA0r;\u69BEoss;\u69BBn\xE5\u0E52;\u69C0\u0180aei\u2DB1\u2DB5\u2DB9cr;\u414Dga;\u43C9\u0180cdn\u2DC0\u2DC5\u01CDron;\u43BF;\u69B6pf;\uC000\uD835\uDD60\u0180ael\u2DD4\u2DD7\u01D2r;\u69B7rp;\u69B9\u0380;adiosv\u2DEA\u2DEB\u2DEE\u2E08\u2E0D\u2E10\u2E16\u6228r\xF2\u1A86\u0200;efm\u2DF7\u2DF8\u2E02\u2E05\u6A5Dr\u0100;o\u2DFE\u2DFF\u6134f\xBB\u2DFF\u803B\xAA\u40AA\u803B\xBA\u40BAgof;\u62B6r;\u6A56lope;\u6A57;\u6A5B\u0180clo\u2E1F\u2E21\u2E27\xF2\u2E01ash\u803B\xF8\u40F8l;\u6298i\u016C\u2E2F\u2E34de\u803B\xF5\u40F5es\u0100;a\u01DB\u2E3As;\u6A36ml\u803B\xF6\u40F6bar;\u633D\u0AE1\u2E5E\0\u2E7D\0\u2E80\u2E9D\0\u2EA2\u2EB9\0\0\u2ECB\u0E9C\0\u2F13\0\0\u2F2B\u2FBC\0\u2FC8r\u0200;ast\u0403\u2E67\u2E72\u0E85\u8100\xB6;l\u2E6D\u2E6E\u40B6le\xEC\u0403\u0269\u2E78\0\0\u2E7Bm;\u6AF3;\u6AFDy;\u443Fr\u0280cimpt\u2E8B\u2E8F\u2E93\u1865\u2E97nt;\u4025od;\u402Eil;\u6030enk;\u6031r;\uC000\uD835\uDD2D\u0180imo\u2EA8\u2EB0\u2EB4\u0100;v\u2EAD\u2EAE\u43C6;\u43D5ma\xF4\u0A76ne;\u660E\u0180;tv\u2EBF\u2EC0\u2EC8\u43C0chfork\xBB\u1FFD;\u43D6\u0100au\u2ECF\u2EDFn\u0100ck\u2ED5\u2EDDk\u0100;h\u21F4\u2EDB;\u610E\xF6\u21F4s\u0480;abcdemst\u2EF3\u2EF4\u1908\u2EF9\u2EFD\u2F04\u2F06\u2F0A\u2F0E\u402Bcir;\u6A23ir;\u6A22\u0100ou\u1D40\u2F02;\u6A25;\u6A72n\u80BB\xB1\u0E9Dim;\u6A26wo;\u6A27\u0180ipu\u2F19\u2F20\u2F25ntint;\u6A15f;\uC000\uD835\uDD61nd\u803B\xA3\u40A3\u0500;Eaceinosu\u0EC8\u2F3F\u2F41\u2F44\u2F47\u2F81\u2F89\u2F92\u2F7E\u2FB6;\u6AB3p;\u6AB7u\xE5\u0ED9\u0100;c\u0ECE\u2F4C\u0300;acens\u0EC8\u2F59\u2F5F\u2F66\u2F68\u2F7Eppro\xF8\u2F43urlye\xF1\u0ED9\xF1\u0ECE\u0180aes\u2F6F\u2F76\u2F7Approx;\u6AB9qq;\u6AB5im;\u62E8i\xED\u0EDFme\u0100;s\u2F88\u0EAE\u6032\u0180Eas\u2F78\u2F90\u2F7A\xF0\u2F75\u0180dfp\u0EEC\u2F99\u2FAF\u0180als\u2FA0\u2FA5\u2FAAlar;\u632Eine;\u6312urf;\u6313\u0100;t\u0EFB\u2FB4\xEF\u0EFBrel;\u62B0\u0100ci\u2FC0\u2FC5r;\uC000\uD835\uDCC5;\u43C8ncsp;\u6008\u0300fiopsu\u2FDA\u22E2\u2FDF\u2FE5\u2FEB\u2FF1r;\uC000\uD835\uDD2Epf;\uC000\uD835\uDD62rime;\u6057cr;\uC000\uD835\uDCC6\u0180aeo\u2FF8\u3009\u3013t\u0100ei\u2FFE\u3005rnion\xF3\u06B0nt;\u6A16st\u0100;e\u3010\u3011\u403F\xF1\u1F19\xF4\u0F14\u0A80ABHabcdefhilmnoprstux\u3040\u3051\u3055\u3059\u30E0\u310E\u312B\u3147\u3162\u3172\u318E\u3206\u3215\u3224\u3229\u3258\u326E\u3272\u3290\u32B0\u32B7\u0180art\u3047\u304A\u304Cr\xF2\u10B3\xF2\u03DDail;\u691Car\xF2\u1C65ar;\u6964\u0380cdenqrt\u3068\u3075\u3078\u307F\u308F\u3094\u30CC\u0100eu\u306D\u3071;\uC000\u223D\u0331te;\u4155i\xE3\u116Emptyv;\u69B3g\u0200;del\u0FD1\u3089\u308B\u308D;\u6992;\u69A5\xE5\u0FD1uo\u803B\xBB\u40BBr\u0580;abcfhlpstw\u0FDC\u30AC\u30AF\u30B7\u30B9\u30BC\u30BE\u30C0\u30C3\u30C7\u30CAp;\u6975\u0100;f\u0FE0\u30B4s;\u6920;\u6933s;\u691E\xEB\u225D\xF0\u272El;\u6945im;\u6974l;\u61A3;\u619D\u0100ai\u30D1\u30D5il;\u691Ao\u0100;n\u30DB\u30DC\u6236al\xF3\u0F1E\u0180abr\u30E7\u30EA\u30EEr\xF2\u17E5rk;\u6773\u0100ak\u30F3\u30FDc\u0100ek\u30F9\u30FB;\u407D;\u405D\u0100es\u3102\u3104;\u698Cl\u0100du\u310A\u310C;\u698E;\u6990\u0200aeuy\u3117\u311C\u3127\u3129ron;\u4159\u0100di\u3121\u3125il;\u4157\xEC\u0FF2\xE2\u30FA;\u4440\u0200clqs\u3134\u3137\u313D\u3144a;\u6937dhar;\u6969uo\u0100;r\u020E\u020Dh;\u61B3\u0180acg\u314E\u315F\u0F44l\u0200;ips\u0F78\u3158\u315B\u109Cn\xE5\u10BBar\xF4\u0FA9t;\u65AD\u0180ilr\u3169\u1023\u316Esht;\u697D;\uC000\uD835\uDD2F\u0100ao\u3177\u3186r\u0100du\u317D\u317F\xBB\u047B\u0100;l\u1091\u3184;\u696C\u0100;v\u318B\u318C\u43C1;\u43F1\u0180gns\u3195\u31F9\u31FCht\u0300ahlrst\u31A4\u31B0\u31C2\u31D8\u31E4\u31EErrow\u0100;t\u0FDC\u31ADa\xE9\u30C8arpoon\u0100du\u31BB\u31BFow\xEE\u317Ep\xBB\u1092eft\u0100ah\u31CA\u31D0rrow\xF3\u0FEAarpoon\xF3\u0551ightarrows;\u61C9quigarro\xF7\u30CBhreetimes;\u62CCg;\u42DAingdotse\xF1\u1F32\u0180ahm\u320D\u3210\u3213r\xF2\u0FEAa\xF2\u0551;\u600Foust\u0100;a\u321E\u321F\u63B1che\xBB\u321Fmid;\u6AEE\u0200abpt\u3232\u323D\u3240\u3252\u0100nr\u3237\u323Ag;\u67EDr;\u61FEr\xEB\u1003\u0180afl\u3247\u324A\u324Er;\u6986;\uC000\uD835\uDD63us;\u6A2Eimes;\u6A35\u0100ap\u325D\u3267r\u0100;g\u3263\u3264\u4029t;\u6994olint;\u6A12ar\xF2\u31E3\u0200achq\u327B\u3280\u10BC\u3285quo;\u603Ar;\uC000\uD835\uDCC7\u0100bu\u30FB\u328Ao\u0100;r\u0214\u0213\u0180hir\u3297\u329B\u32A0re\xE5\u31F8mes;\u62CAi\u0200;efl\u32AA\u1059\u1821\u32AB\u65B9tri;\u69CEluhar;\u6968;\u611E\u0D61\u32D5\u32DB\u32DF\u332C\u3338\u3371\0\u337A\u33A4\0\0\u33EC\u33F0\0\u3428\u3448\u345A\u34AD\u34B1\u34CA\u34F1\0\u3616\0\0\u3633cute;\u415Bqu\xEF\u27BA\u0500;Eaceinpsy\u11ED\u32F3\u32F5\u32FF\u3302\u330B\u330F\u331F\u3326\u3329;\u6AB4\u01F0\u32FA\0\u32FC;\u6AB8on;\u4161u\xE5\u11FE\u0100;d\u11F3\u3307il;\u415Frc;\u415D\u0180Eas\u3316\u3318\u331B;\u6AB6p;\u6ABAim;\u62E9olint;\u6A13i\xED\u1204;\u4441ot\u0180;be\u3334\u1D47\u3335\u62C5;\u6A66\u0380Aacmstx\u3346\u334A\u3357\u335B\u335E\u3363\u336Drr;\u61D8r\u0100hr\u3350\u3352\xEB\u2228\u0100;o\u0A36\u0A34t\u803B\xA7\u40A7i;\u403Bwar;\u6929m\u0100in\u3369\xF0nu\xF3\xF1t;\u6736r\u0100;o\u3376\u2055\uC000\uD835\uDD30\u0200acoy\u3382\u3386\u3391\u33A0rp;\u666F\u0100hy\u338B\u338Fcy;\u4449;\u4448rt\u026D\u3399\0\0\u339Ci\xE4\u1464ara\xEC\u2E6F\u803B\xAD\u40AD\u0100gm\u33A8\u33B4ma\u0180;fv\u33B1\u33B2\u33B2\u43C3;\u43C2\u0400;deglnpr\u12AB\u33C5\u33C9\u33CE\u33D6\u33DE\u33E1\u33E6ot;\u6A6A\u0100;q\u12B1\u12B0\u0100;E\u33D3\u33D4\u6A9E;\u6AA0\u0100;E\u33DB\u33DC\u6A9D;\u6A9Fe;\u6246lus;\u6A24arr;\u6972ar\xF2\u113D\u0200aeit\u33F8\u3408\u340F\u3417\u0100ls\u33FD\u3404lsetm\xE9\u336Ahp;\u6A33parsl;\u69E4\u0100dl\u1463\u3414e;\u6323\u0100;e\u341C\u341D\u6AAA\u0100;s\u3422\u3423\u6AAC;\uC000\u2AAC\uFE00\u0180flp\u342E\u3433\u3442tcy;\u444C\u0100;b\u3438\u3439\u402F\u0100;a\u343E\u343F\u69C4r;\u633Ff;\uC000\uD835\uDD64a\u0100dr\u344D\u0402es\u0100;u\u3454\u3455\u6660it\xBB\u3455\u0180csu\u3460\u3479\u349F\u0100au\u3465\u346Fp\u0100;s\u1188\u346B;\uC000\u2293\uFE00p\u0100;s\u11B4\u3475;\uC000\u2294\uFE00u\u0100bp\u347F\u348F\u0180;es\u1197\u119C\u3486et\u0100;e\u1197\u348D\xF1\u119D\u0180;es\u11A8\u11AD\u3496et\u0100;e\u11A8\u349D\xF1\u11AE\u0180;af\u117B\u34A6\u05B0r\u0165\u34AB\u05B1\xBB\u117Car\xF2\u1148\u0200cemt\u34B9\u34BE\u34C2\u34C5r;\uC000\uD835\uDCC8tm\xEE\xF1i\xEC\u3415ar\xE6\u11BE\u0100ar\u34CE\u34D5r\u0100;f\u34D4\u17BF\u6606\u0100an\u34DA\u34EDight\u0100ep\u34E3\u34EApsilo\xEE\u1EE0h\xE9\u2EAFs\xBB\u2852\u0280bcmnp\u34FB\u355E\u1209\u358B\u358E\u0480;Edemnprs\u350E\u350F\u3511\u3515\u351E\u3523\u352C\u3531\u3536\u6282;\u6AC5ot;\u6ABD\u0100;d\u11DA\u351Aot;\u6AC3ult;\u6AC1\u0100Ee\u3528\u352A;\u6ACB;\u628Alus;\u6ABFarr;\u6979\u0180eiu\u353D\u3552\u3555t\u0180;en\u350E\u3545\u354Bq\u0100;q\u11DA\u350Feq\u0100;q\u352B\u3528m;\u6AC7\u0100bp\u355A\u355C;\u6AD5;\u6AD3c\u0300;acens\u11ED\u356C\u3572\u3579\u357B\u3326ppro\xF8\u32FAurlye\xF1\u11FE\xF1\u11F3\u0180aes\u3582\u3588\u331Bppro\xF8\u331Aq\xF1\u3317g;\u666A\u0680123;Edehlmnps\u35A9\u35AC\u35AF\u121C\u35B2\u35B4\u35C0\u35C9\u35D5\u35DA\u35DF\u35E8\u35ED\u803B\xB9\u40B9\u803B\xB2\u40B2\u803B\xB3\u40B3;\u6AC6\u0100os\u35B9\u35BCt;\u6ABEub;\u6AD8\u0100;d\u1222\u35C5ot;\u6AC4s\u0100ou\u35CF\u35D2l;\u67C9b;\u6AD7arr;\u697Bult;\u6AC2\u0100Ee\u35E4\u35E6;\u6ACC;\u628Blus;\u6AC0\u0180eiu\u35F4\u3609\u360Ct\u0180;en\u121C\u35FC\u3602q\u0100;q\u1222\u35B2eq\u0100;q\u35E7\u35E4m;\u6AC8\u0100bp\u3611\u3613;\u6AD4;\u6AD6\u0180Aan\u361C\u3620\u362Drr;\u61D9r\u0100hr\u3626\u3628\xEB\u222E\u0100;o\u0A2B\u0A29war;\u692Alig\u803B\xDF\u40DF\u0BE1\u3651\u365D\u3660\u12CE\u3673\u3679\0\u367E\u36C2\0\0\0\0\0\u36DB\u3703\0\u3709\u376C\0\0\0\u3787\u0272\u3656\0\0\u365Bget;\u6316;\u43C4r\xEB\u0E5F\u0180aey\u3666\u366B\u3670ron;\u4165dil;\u4163;\u4442lrec;\u6315r;\uC000\uD835\uDD31\u0200eiko\u3686\u369D\u36B5\u36BC\u01F2\u368B\0\u3691e\u01004f\u1284\u1281a\u0180;sv\u3698\u3699\u369B\u43B8ym;\u43D1\u0100cn\u36A2\u36B2k\u0100as\u36A8\u36AEppro\xF8\u12C1im\xBB\u12ACs\xF0\u129E\u0100as\u36BA\u36AE\xF0\u12C1rn\u803B\xFE\u40FE\u01EC\u031F\u36C6\u22E7es\u8180\xD7;bd\u36CF\u36D0\u36D8\u40D7\u0100;a\u190F\u36D5r;\u6A31;\u6A30\u0180eps\u36E1\u36E3\u3700\xE1\u2A4D\u0200;bcf\u0486\u36EC\u36F0\u36F4ot;\u6336ir;\u6AF1\u0100;o\u36F9\u36FC\uC000\uD835\uDD65rk;\u6ADA\xE1\u3362rime;\u6034\u0180aip\u370F\u3712\u3764d\xE5\u1248\u0380adempst\u3721\u374D\u3740\u3751\u3757\u375C\u375Fngle\u0280;dlqr\u3730\u3731\u3736\u3740\u3742\u65B5own\xBB\u1DBBeft\u0100;e\u2800\u373E\xF1\u092E;\u625Cight\u0100;e\u32AA\u374B\xF1\u105Aot;\u65ECinus;\u6A3Alus;\u6A39b;\u69CDime;\u6A3Bezium;\u63E2\u0180cht\u3772\u377D\u3781\u0100ry\u3777\u377B;\uC000\uD835\uDCC9;\u4446cy;\u445Brok;\u4167\u0100io\u378B\u378Ex\xF4\u1777head\u0100lr\u3797\u37A0eftarro\xF7\u084Fightarrow\xBB\u0F5D\u0900AHabcdfghlmoprstuw\u37D0\u37D3\u37D7\u37E4\u37F0\u37FC\u380E\u381C\u3823\u3834\u3851\u385D\u386B\u38A9\u38CC\u38D2\u38EA\u38F6r\xF2\u03EDar;\u6963\u0100cr\u37DC\u37E2ute\u803B\xFA\u40FA\xF2\u1150r\u01E3\u37EA\0\u37EDy;\u445Eve;\u416D\u0100iy\u37F5\u37FArc\u803B\xFB\u40FB;\u4443\u0180abh\u3803\u3806\u380Br\xF2\u13ADlac;\u4171a\xF2\u13C3\u0100ir\u3813\u3818sht;\u697E;\uC000\uD835\uDD32rave\u803B\xF9\u40F9\u0161\u3827\u3831r\u0100lr\u382C\u382E\xBB\u0957\xBB\u1083lk;\u6580\u0100ct\u3839\u384D\u026F\u383F\0\0\u384Arn\u0100;e\u3845\u3846\u631Cr\xBB\u3846op;\u630Fri;\u65F8\u0100al\u3856\u385Acr;\u416B\u80BB\xA8\u0349\u0100gp\u3862\u3866on;\u4173f;\uC000\uD835\uDD66\u0300adhlsu\u114B\u3878\u387D\u1372\u3891\u38A0own\xE1\u13B3arpoon\u0100lr\u3888\u388Cef\xF4\u382Digh\xF4\u382Fi\u0180;hl\u3899\u389A\u389C\u43C5\xBB\u13FAon\xBB\u389Aparrows;\u61C8\u0180cit\u38B0\u38C4\u38C8\u026F\u38B6\0\0\u38C1rn\u0100;e\u38BC\u38BD\u631Dr\xBB\u38BDop;\u630Eng;\u416Fri;\u65F9cr;\uC000\uD835\uDCCA\u0180dir\u38D9\u38DD\u38E2ot;\u62F0lde;\u4169i\u0100;f\u3730\u38E8\xBB\u1813\u0100am\u38EF\u38F2r\xF2\u38A8l\u803B\xFC\u40FCangle;\u69A7\u0780ABDacdeflnoprsz\u391C\u391F\u3929\u392D\u39B5\u39B8\u39BD\u39DF\u39E4\u39E8\u39F3\u39F9\u39FD\u3A01\u3A20r\xF2\u03F7ar\u0100;v\u3926\u3927\u6AE8;\u6AE9as\xE8\u03E1\u0100nr\u3932\u3937grt;\u699C\u0380eknprst\u34E3\u3946\u394B\u3952\u395D\u3964\u3996app\xE1\u2415othin\xE7\u1E96\u0180hir\u34EB\u2EC8\u3959op\xF4\u2FB5\u0100;h\u13B7\u3962\xEF\u318D\u0100iu\u3969\u396Dgm\xE1\u33B3\u0100bp\u3972\u3984setneq\u0100;q\u397D\u3980\uC000\u228A\uFE00;\uC000\u2ACB\uFE00setneq\u0100;q\u398F\u3992\uC000\u228B\uFE00;\uC000\u2ACC\uFE00\u0100hr\u399B\u399Fet\xE1\u369Ciangle\u0100lr\u39AA\u39AFeft\xBB\u0925ight\xBB\u1051y;\u4432ash\xBB\u1036\u0180elr\u39C4\u39D2\u39D7\u0180;be\u2DEA\u39CB\u39CFar;\u62BBq;\u625Alip;\u62EE\u0100bt\u39DC\u1468a\xF2\u1469r;\uC000\uD835\uDD33tr\xE9\u39AEsu\u0100bp\u39EF\u39F1\xBB\u0D1C\xBB\u0D59pf;\uC000\uD835\uDD67ro\xF0\u0EFBtr\xE9\u39B4\u0100cu\u3A06\u3A0Br;\uC000\uD835\uDCCB\u0100bp\u3A10\u3A18n\u0100Ee\u3980\u3A16\xBB\u397En\u0100Ee\u3992\u3A1E\xBB\u3990igzag;\u699A\u0380cefoprs\u3A36\u3A3B\u3A56\u3A5B\u3A54\u3A61\u3A6Airc;\u4175\u0100di\u3A40\u3A51\u0100bg\u3A45\u3A49ar;\u6A5Fe\u0100;q\u15FA\u3A4F;\u6259erp;\u6118r;\uC000\uD835\uDD34pf;\uC000\uD835\uDD68\u0100;e\u1479\u3A66at\xE8\u1479cr;\uC000\uD835\uDCCC\u0AE3\u178E\u3A87\0\u3A8B\0\u3A90\u3A9B\0\0\u3A9D\u3AA8\u3AAB\u3AAF\0\0\u3AC3\u3ACE\0\u3AD8\u17DC\u17DFtr\xE9\u17D1r;\uC000\uD835\uDD35\u0100Aa\u3A94\u3A97r\xF2\u03C3r\xF2\u09F6;\u43BE\u0100Aa\u3AA1\u3AA4r\xF2\u03B8r\xF2\u09EBa\xF0\u2713is;\u62FB\u0180dpt\u17A4\u3AB5\u3ABE\u0100fl\u3ABA\u17A9;\uC000\uD835\uDD69im\xE5\u17B2\u0100Aa\u3AC7\u3ACAr\xF2\u03CEr\xF2\u0A01\u0100cq\u3AD2\u17B8r;\uC000\uD835\uDCCD\u0100pt\u17D6\u3ADCr\xE9\u17D4\u0400acefiosu\u3AF0\u3AFD\u3B08\u3B0C\u3B11\u3B15\u3B1B\u3B21c\u0100uy\u3AF6\u3AFBte\u803B\xFD\u40FD;\u444F\u0100iy\u3B02\u3B06rc;\u4177;\u444Bn\u803B\xA5\u40A5r;\uC000\uD835\uDD36cy;\u4457pf;\uC000\uD835\uDD6Acr;\uC000\uD835\uDCCE\u0100cm\u3B26\u3B29y;\u444El\u803B\xFF\u40FF\u0500acdefhiosw\u3B42\u3B48\u3B54\u3B58\u3B64\u3B69\u3B6D\u3B74\u3B7A\u3B80cute;\u417A\u0100ay\u3B4D\u3B52ron;\u417E;\u4437ot;\u417C\u0100et\u3B5D\u3B61tr\xE6\u155Fa;\u43B6r;\uC000\uD835\uDD37cy;\u4436grarr;\u61DDpf;\uC000\uD835\uDD6Bcr;\uC000\uD835\uDCCF\u0100jn\u3B85\u3B87;\u600Dj;\u600C'.split("").map((R)=>R.charCodeAt(0)));var MH=new Uint16Array("\u0200aglq\t\x15\x18\x1B\u026D\x0F\0\0\x12p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map((R)=>R.charCodeAt(0)));function Z0(R){var f;if(R>=55296&&R<=57343||R>1114111)return 65533;return(f=kq.get(R))!==null&&f!==void 0?f:R}var X1,kq=new Map([[0,65533],[128,8364],[130,8218],[131,402],[132,8222],[133,8230],[134,8224],[135,8225],[136,710],[137,8240],[138,352],[139,8249],[140,338],[142,381],[145,8216],[146,8217],[147,8220],[148,8221],[149,8226],[150,8211],[151,8212],[152,732],[153,8482],[154,353],[155,8250],[156,339],[158,382],[159,376]]),SA=(X1=String.fromCodePoint)!==null&&X1!==void 0?X1:function(R){let f="";if(R>65535)R-=65536,f+=String.fromCharCode(R>>>10&1023|55296),R=56320|R&1023;return f+=String.fromCharCode(R),f};var L1=function(R){return R>=o.ZERO&&R<=o.NINE},_q=function(R){return R>=o.UPPER_A&&R<=o.UPPER_F||R>=o.LOWER_A&&R<=o.LOWER_F},oq=function(R){return R>=o.UPPER_A&&R<=o.UPPER_Z||R>=o.LOWER_A&&R<=o.LOWER_Z||L1(R)},rq=function(R){return R===o.EQUALS||oq(R)},VU=function(R){let f="";const A=new jU(R,(H)=>f+=SA(H));return function H(P,F){let h=0,$=0;while(($=P.indexOf("&",$))>=0){f+=P.slice(h,$),A.startEntity(F);const G=A.write(P,$+1);if(G<0){h=$+A.end();break}h=$+G,$=G===0?h+1:h}const U=f+P.slice(h);return f="",U}};function M1(R,f,A,H){const P=(f&mR.BRANCH_LENGTH)>>7,F=f&mR.JUMP_TABLE;if(P===0)return F!==0&&H===F?A:-1;if(F){const U=H-F;return U<0||U>=P?-1:R[A+U]-1}let h=A,$=h+P-1;while(h<=$){const U=h+$>>>1,G=R[U];if(G<H)h=U+1;else if(G>H)$=U-1;else return R[U+P]}return-1}var o;(function(R){R[R.NUM=35]="NUM",R[R.SEMI=59]="SEMI",R[R.EQUALS=61]="EQUALS",R[R.ZERO=48]="ZERO",R[R.NINE=57]="NINE",R[R.LOWER_A=97]="LOWER_A",R[R.LOWER_F=102]="LOWER_F",R[R.LOWER_X=120]="LOWER_X",R[R.LOWER_Z=122]="LOWER_Z",R[R.UPPER_A=65]="UPPER_A",R[R.UPPER_F=70]="UPPER_F",R[R.UPPER_Z=90]="UPPER_Z"})(o||(o={}));var aq=32,mR;(function(R){R[R.VALUE_LENGTH=49152]="VALUE_LENGTH",R[R.BRANCH_LENGTH=16256]="BRANCH_LENGTH",R[R.JUMP_TABLE=127]="JUMP_TABLE"})(mR||(mR={}));var _;(function(R){R[R.EntityStart=0]="EntityStart",R[R.NumericStart=1]="NumericStart",R[R.NumericDecimal=2]="NumericDecimal",R[R.NumericHex=3]="NumericHex",R[R.NamedEntity=4]="NamedEntity"})(_||(_={}));var nf;(function(R){R[R.Legacy=0]="Legacy",R[R.Strict=1]="Strict",R[R.Attribute=2]="Attribute"})(nf||(nf={}));class jU{constructor(R,f,A){this.decodeTree=R,this.emitCodePoint=f,this.errors=A,this.state=_.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=nf.Strict}startEntity(R){this.decodeMode=R,this.state=_.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(R,f){switch(this.state){case _.EntityStart:{if(R.charCodeAt(f)===o.NUM)return this.state=_.NumericStart,this.consumed+=1,this.stateNumericStart(R,f+1);return this.state=_.NamedEntity,this.stateNamedEntity(R,f)}case _.NumericStart:return this.stateNumericStart(R,f);case _.NumericDecimal:return this.stateNumericDecimal(R,f);case _.NumericHex:return this.stateNumericHex(R,f);case _.NamedEntity:return this.stateNamedEntity(R,f)}}stateNumericStart(R,f){if(f>=R.length)return-1;if((R.charCodeAt(f)|aq)===o.LOWER_X)return this.state=_.NumericHex,this.consumed+=1,this.stateNumericHex(R,f+1);return this.state=_.NumericDecimal,this.stateNumericDecimal(R,f)}addToNumericResult(R,f,A,H){if(f!==A){const P=A-f;this.result=this.result*Math.pow(H,P)+parseInt(R.substr(f,P),H),this.consumed+=P}}stateNumericHex(R,f){const A=f;while(f<R.length){const H=R.charCodeAt(f);if(L1(H)||_q(H))f+=1;else return this.addToNumericResult(R,A,f,16),this.emitNumericEntity(H,3)}return this.addToNumericResult(R,A,f,16),-1}stateNumericDecimal(R,f){const A=f;while(f<R.length){const H=R.charCodeAt(f);if(L1(H))f+=1;else return this.addToNumericResult(R,A,f,10),this.emitNumericEntity(H,2)}return this.addToNumericResult(R,A,f,10),-1}emitNumericEntity(R,f){var A;if(this.consumed<=f)return(A=this.errors)===null||A===void 0||A.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(R===o.SEMI)this.consumed+=1;else if(this.decodeMode===nf.Strict)return 0;if(this.emitCodePoint(Z0(this.result),this.consumed),this.errors){if(R!==o.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed}stateNamedEntity(R,f){const{decodeTree:A}=this;let H=A[this.treeIndex],P=(H&mR.VALUE_LENGTH)>>14;for(;f<R.length;f++,this.excess++){const F=R.charCodeAt(f);if(this.treeIndex=M1(A,H,this.treeIndex+Math.max(1,P),F),this.treeIndex<0)return this.result===0||this.decodeMode===nf.Attribute&&(P===0||rq(F))?0:this.emitNotTerminatedNamedEntity();if(H=A[this.treeIndex],P=(H&mR.VALUE_LENGTH)>>14,P!==0){if(F===o.SEMI)return this.emitNamedEntityData(this.treeIndex,P,this.consumed+this.excess);if(this.decodeMode!==nf.Strict)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}}return-1}emitNotTerminatedNamedEntity(){var R;const{result:f,decodeTree:A}=this,H=(A[f]&mR.VALUE_LENGTH)>>14;return this.emitNamedEntityData(f,H,this.consumed),(R=this.errors)===null||R===void 0||R.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(R,f,A){const{decodeTree:H}=this;if(this.emitCodePoint(f===1?H[R]&~mR.VALUE_LENGTH:H[R+1],A),f===3)this.emitCodePoint(H[R+2],A);return A}end(){var R;switch(this.state){case _.NamedEntity:return this.result!==0&&(this.decodeMode!==nf.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case _.NumericDecimal:return this.emitNumericEntity(0,2);case _.NumericHex:return this.emitNumericEntity(0,3);case _.NumericStart:return(R=this.errors)===null||R===void 0||R.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case _.EntityStart:return 0}}}var o6=VU(LH),r6=VU(MH);var Jf=function(R){return R===M.Space||R===M.NewLine||R===M.Tab||R===M.FormFeed||R===M.CarriageReturn},yH=function(R){return R===M.Slash||R===M.Gt||Jf(R)},QU=function(R){return R>=M.Zero&&R<=M.Nine},nq=function(R){return R>=M.LowerA&&R<=M.LowerZ||R>=M.UpperA&&R<=M.UpperZ},tq=function(R){return R>=M.UpperA&&R<=M.UpperF||R>=M.LowerA&&R<=M.LowerF},M;(function(R){R[R.Tab=9]="Tab",R[R.NewLine=10]="NewLine",R[R.FormFeed=12]="FormFeed",R[R.CarriageReturn=13]="CarriageReturn",R[R.Space=32]="Space",R[R.ExclamationMark=33]="ExclamationMark",R[R.Number=35]="Number",R[R.Amp=38]="Amp",R[R.SingleQuote=39]="SingleQuote",R[R.DoubleQuote=34]="DoubleQuote",R[R.Dash=45]="Dash",R[R.Slash=47]="Slash",R[R.Zero=48]="Zero",R[R.Nine=57]="Nine",R[R.Semi=59]="Semi",R[R.Lt=60]="Lt",R[R.Eq=61]="Eq",R[R.Gt=62]="Gt",R[R.Questionmark=63]="Questionmark",R[R.UpperA=65]="UpperA",R[R.LowerA=97]="LowerA",R[R.UpperF=70]="UpperF",R[R.LowerF=102]="LowerF",R[R.UpperZ=90]="UpperZ",R[R.LowerZ=122]="LowerZ",R[R.LowerX=120]="LowerX",R[R.OpeningSquareBracket=91]="OpeningSquareBracket"})(M||(M={}));var q;(function(R){R[R.Text=1]="Text",R[R.BeforeTagName=2]="BeforeTagName",R[R.InTagName=3]="InTagName",R[R.InSelfClosingTag=4]="InSelfClosingTag",R[R.BeforeClosingTagName=5]="BeforeClosingTagName",R[R.InClosingTagName=6]="InClosingTagName",R[R.AfterClosingTagName=7]="AfterClosingTagName",R[R.BeforeAttributeName=8]="BeforeAttributeName",R[R.InAttributeName=9]="InAttributeName",R[R.AfterAttributeName=10]="AfterAttributeName",R[R.BeforeAttributeValue=11]="BeforeAttributeValue",R[R.InAttributeValueDq=12]="InAttributeValueDq",R[R.InAttributeValueSq=13]="InAttributeValueSq",R[R.InAttributeValueNq=14]="InAttributeValueNq",R[R.BeforeDeclaration=15]="BeforeDeclaration",R[R.InDeclaration=16]="InDeclaration",R[R.InProcessingInstruction=17]="InProcessingInstruction",R[R.BeforeComment=18]="BeforeComment",R[R.CDATASequence=19]="CDATASequence",R[R.InSpecialComment=20]="InSpecialComment",R[R.InCommentLike=21]="InCommentLike",R[R.BeforeSpecialS=22]="BeforeSpecialS",R[R.SpecialStartSequence=23]="SpecialStartSequence",R[R.InSpecialTag=24]="InSpecialTag",R[R.BeforeEntity=25]="BeforeEntity",R[R.BeforeNumericEntity=26]="BeforeNumericEntity",R[R.InNamedEntity=27]="InNamedEntity",R[R.InNumericEntity=28]="InNumericEntity",R[R.InHexEntity=29]="InHexEntity"})(q||(q={}));var kR;(function(R){R[R.NoValue=0]="NoValue",R[R.Unquoted=1]="Unquoted",R[R.Single=2]="Single",R[R.Double=3]="Double"})(kR||(kR={}));var jR={Cdata:new Uint8Array([67,68,65,84,65,91]),CdataEnd:new Uint8Array([93,93,62]),CommentEnd:new Uint8Array([45,45,62]),ScriptEnd:new Uint8Array([60,47,115,99,114,105,112,116]),StyleEnd:new Uint8Array([60,47,115,116,121,108,101]),TitleEnd:new Uint8Array([60,47,116,105,116,108,101])};class NH{constructor({xmlMode:R=!1,decodeEntities:f=!0},A){this.cbs=A,this.state=q.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=q.Text,this.isSpecial=!1,this.running=!0,this.offset=0,this.currentSequence=void 0,this.sequenceIndex=0,this.trieIndex=0,this.trieCurrent=0,this.entityResult=0,this.entityExcess=0,this.xmlMode=R,this.decodeEntities=f,this.entityTrie=R?MH:LH}reset(){this.state=q.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=q.Text,this.currentSequence=void 0,this.running=!0,this.offset=0}write(R){this.offset+=this.buffer.length,this.buffer=R,this.parse()}end(){if(this.running)this.finish()}pause(){this.running=!1}resume(){if(this.running=!0,this.index<this.buffer.length+this.offset)this.parse()}getIndex(){return this.index}getSectionStart(){return this.sectionStart}stateText(R){if(R===M.Lt||!this.decodeEntities&&this.fastForwardTo(M.Lt)){if(this.index>this.sectionStart)this.cbs.ontext(this.sectionStart,this.index);this.state=q.BeforeTagName,this.sectionStart=this.index}else if(this.decodeEntities&&R===M.Amp)this.state=q.BeforeEntity}stateSpecialStartSequence(R){const f=this.sequenceIndex===this.currentSequence.length;if(!(f?yH(R):(R|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!f){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=q.InTagName,this.stateInTagName(R)}stateInSpecialTag(R){if(this.sequenceIndex===this.currentSequence.length){if(R===M.Gt||Jf(R)){const f=this.index-this.currentSequence.length;if(this.sectionStart<f){const A=this.index;this.index=f,this.cbs.ontext(this.sectionStart,f),this.index=A}this.isSpecial=!1,this.sectionStart=f+2,this.stateInClosingTagName(R);return}this.sequenceIndex=0}if((R|32)===this.currentSequence[this.sequenceIndex])this.sequenceIndex+=1;else if(this.sequenceIndex===0){if(this.currentSequence===jR.TitleEnd){if(this.decodeEntities&&R===M.Amp)this.state=q.BeforeEntity}else if(this.fastForwardTo(M.Lt))this.sequenceIndex=1}else this.sequenceIndex=Number(R===M.Lt)}stateCDATASequence(R){if(R===jR.Cdata[this.sequenceIndex]){if(++this.sequenceIndex===jR.Cdata.length)this.state=q.InCommentLike,this.currentSequence=jR.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1}else this.sequenceIndex=0,this.state=q.InDeclaration,this.stateInDeclaration(R)}fastForwardTo(R){while(++this.index<this.buffer.length+this.offset)if(this.buffer.charCodeAt(this.index-this.offset)===R)return!0;return this.index=this.buffer.length+this.offset-1,!1}stateInCommentLike(R){if(R===this.currentSequence[this.sequenceIndex]){if(++this.sequenceIndex===this.currentSequence.length){if(this.currentSequence===jR.CdataEnd)this.cbs.oncdata(this.sectionStart,this.index,2);else this.cbs.oncomment(this.sectionStart,this.index,2);this.sequenceIndex=0,this.sectionStart=this.index+1,this.state=q.Text}}else if(this.sequenceIndex===0){if(this.fastForwardTo(this.currentSequence[0]))this.sequenceIndex=1}else if(R!==this.currentSequence[this.sequenceIndex-1])this.sequenceIndex=0}isTagStartChar(R){return this.xmlMode?!yH(R):nq(R)}startSpecial(R,f){this.isSpecial=!0,this.currentSequence=R,this.sequenceIndex=f,this.state=q.SpecialStartSequence}stateBeforeTagName(R){if(R===M.ExclamationMark)this.state=q.BeforeDeclaration,this.sectionStart=this.index+1;else if(R===M.Questionmark)this.state=q.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(R)){const f=R|32;if(this.sectionStart=this.index,!this.xmlMode&&f===jR.TitleEnd[2])this.startSpecial(jR.TitleEnd,3);else this.state=!this.xmlMode&&f===jR.ScriptEnd[2]?q.BeforeSpecialS:q.InTagName}else if(R===M.Slash)this.state=q.BeforeClosingTagName;else this.state=q.Text,this.stateText(R)}stateInTagName(R){if(yH(R))this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R)}stateBeforeClosingTagName(R){if(Jf(R));else if(R===M.Gt)this.state=q.Text;else this.state=this.isTagStartChar(R)?q.InClosingTagName:q.InSpecialComment,this.sectionStart=this.index}stateInClosingTagName(R){if(R===M.Gt||Jf(R))this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.AfterClosingTagName,this.stateAfterClosingTagName(R)}stateAfterClosingTagName(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.state=q.Text,this.baseState=q.Text,this.sectionStart=this.index+1}stateBeforeAttributeName(R){if(R===M.Gt){if(this.cbs.onopentagend(this.index),this.isSpecial)this.state=q.InSpecialTag,this.sequenceIndex=0;else this.state=q.Text;this.baseState=this.state,this.sectionStart=this.index+1}else if(R===M.Slash)this.state=q.InSelfClosingTag;else if(!Jf(R))this.state=q.InAttributeName,this.sectionStart=this.index}stateInSelfClosingTag(R){if(R===M.Gt)this.cbs.onselfclosingtag(this.index),this.state=q.Text,this.baseState=q.Text,this.sectionStart=this.index+1,this.isSpecial=!1;else if(!Jf(R))this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R)}stateInAttributeName(R){if(R===M.Eq||yH(R))this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.AfterAttributeName,this.stateAfterAttributeName(R)}stateAfterAttributeName(R){if(R===M.Eq)this.state=q.BeforeAttributeValue;else if(R===M.Slash||R===M.Gt)this.cbs.onattribend(kR.NoValue,this.index),this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R);else if(!Jf(R))this.cbs.onattribend(kR.NoValue,this.index),this.state=q.InAttributeName,this.sectionStart=this.index}stateBeforeAttributeValue(R){if(R===M.DoubleQuote)this.state=q.InAttributeValueDq,this.sectionStart=this.index+1;else if(R===M.SingleQuote)this.state=q.InAttributeValueSq,this.sectionStart=this.index+1;else if(!Jf(R))this.sectionStart=this.index,this.state=q.InAttributeValueNq,this.stateInAttributeValueNoQuotes(R)}handleInAttributeValue(R,f){if(R===f||!this.decodeEntities&&this.fastForwardTo(f))this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(f===M.DoubleQuote?kR.Double:kR.Single,this.index),this.state=q.BeforeAttributeName;else if(this.decodeEntities&&R===M.Amp)this.baseState=this.state,this.state=q.BeforeEntity}stateInAttributeValueDoubleQuotes(R){this.handleInAttributeValue(R,M.DoubleQuote)}stateInAttributeValueSingleQuotes(R){this.handleInAttributeValue(R,M.SingleQuote)}stateInAttributeValueNoQuotes(R){if(Jf(R)||R===M.Gt)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(kR.Unquoted,this.index),this.state=q.BeforeAttributeName,this.stateBeforeAttributeName(R);else if(this.decodeEntities&&R===M.Amp)this.baseState=this.state,this.state=q.BeforeEntity}stateBeforeDeclaration(R){if(R===M.OpeningSquareBracket)this.state=q.CDATASequence,this.sequenceIndex=0;else this.state=R===M.Dash?q.BeforeComment:q.InDeclaration}stateInDeclaration(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.cbs.ondeclaration(this.sectionStart,this.index),this.state=q.Text,this.sectionStart=this.index+1}stateInProcessingInstruction(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=q.Text,this.sectionStart=this.index+1}stateBeforeComment(R){if(R===M.Dash)this.state=q.InCommentLike,this.currentSequence=jR.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1;else this.state=q.InDeclaration}stateInSpecialComment(R){if(R===M.Gt||this.fastForwardTo(M.Gt))this.cbs.oncomment(this.sectionStart,this.index,0),this.state=q.Text,this.sectionStart=this.index+1}stateBeforeSpecialS(R){const f=R|32;if(f===jR.ScriptEnd[3])this.startSpecial(jR.ScriptEnd,4);else if(f===jR.StyleEnd[3])this.startSpecial(jR.StyleEnd,4);else this.state=q.InTagName,this.stateInTagName(R)}stateBeforeEntity(R){if(this.entityExcess=1,this.entityResult=0,R===M.Number)this.state=q.BeforeNumericEntity;else if(R===M.Amp);else this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=q.InNamedEntity,this.stateInNamedEntity(R)}stateInNamedEntity(R){if(this.entityExcess+=1,this.trieIndex=M1(this.entityTrie,this.trieCurrent,this.trieIndex+1,R),this.trieIndex<0){this.emitNamedEntity(),this.index--;return}this.trieCurrent=this.entityTrie[this.trieIndex];const f=this.trieCurrent&mR.VALUE_LENGTH;if(f){const A=(f>>14)-1;if(!this.allowLegacyEntity()&&R!==M.Semi)this.trieIndex+=A;else{const H=this.index-this.entityExcess+1;if(H>this.sectionStart)this.emitPartial(this.sectionStart,H);if(this.entityResult=this.trieIndex,this.trieIndex+=A,this.entityExcess=0,this.sectionStart=this.index+1,A===0)this.emitNamedEntity()}}}emitNamedEntity(){if(this.state=this.baseState,this.entityResult===0)return;switch((this.entityTrie[this.entityResult]&mR.VALUE_LENGTH)>>14){case 1:{this.emitCodePoint(this.entityTrie[this.entityResult]&~mR.VALUE_LENGTH);break}case 2:{this.emitCodePoint(this.entityTrie[this.entityResult+1]);break}case 3:this.emitCodePoint(this.entityTrie[this.entityResult+1]),this.emitCodePoint(this.entityTrie[this.entityResult+2])}}stateBeforeNumericEntity(R){if((R|32)===M.LowerX)this.entityExcess++,this.state=q.InHexEntity;else this.state=q.InNumericEntity,this.stateInNumericEntity(R)}emitNumericEntity(R){const f=this.index-this.entityExcess-1;if(f+2+Number(this.state===q.InHexEntity)!==this.index){if(f>this.sectionStart)this.emitPartial(this.sectionStart,f);this.sectionStart=this.index+Number(R),this.emitCodePoint(Z0(this.entityResult))}this.state=this.baseState}stateInNumericEntity(R){if(R===M.Semi)this.emitNumericEntity(!0);else if(QU(R))this.entityResult=this.entityResult*10+(R-M.Zero),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}stateInHexEntity(R){if(R===M.Semi)this.emitNumericEntity(!0);else if(QU(R))this.entityResult=this.entityResult*16+(R-M.Zero),this.entityExcess++;else if(tq(R))this.entityResult=this.entityResult*16+((R|32)-M.LowerA+10),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}allowLegacyEntity(){return!this.xmlMode&&(this.baseState===q.Text||this.baseState===q.InSpecialTag)}cleanup(){if(this.running&&this.sectionStart!==this.index){if(this.state===q.Text||this.state===q.InSpecialTag&&this.sequenceIndex===0)this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index;else if(this.state===q.InAttributeValueDq||this.state===q.InAttributeValueSq||this.state===q.InAttributeValueNq)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=this.index}}shouldContinue(){return this.index<this.buffer.length+this.offset&&this.running}parse(){while(this.shouldContinue()){const R=this.buffer.charCodeAt(this.index-this.offset);switch(this.state){case q.Text:{this.stateText(R);break}case q.SpecialStartSequence:{this.stateSpecialStartSequence(R);break}case q.InSpecialTag:{this.stateInSpecialTag(R);break}case q.CDATASequence:{this.stateCDATASequence(R);break}case q.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(R);break}case q.InAttributeName:{this.stateInAttributeName(R);break}case q.InCommentLike:{this.stateInCommentLike(R);break}case q.InSpecialComment:{this.stateInSpecialComment(R);break}case q.BeforeAttributeName:{this.stateBeforeAttributeName(R);break}case q.InTagName:{this.stateInTagName(R);break}case q.InClosingTagName:{this.stateInClosingTagName(R);break}case q.BeforeTagName:{this.stateBeforeTagName(R);break}case q.AfterAttributeName:{this.stateAfterAttributeName(R);break}case q.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(R);break}case q.BeforeAttributeValue:{this.stateBeforeAttributeValue(R);break}case q.BeforeClosingTagName:{this.stateBeforeClosingTagName(R);break}case q.AfterClosingTagName:{this.stateAfterClosingTagName(R);break}case q.BeforeSpecialS:{this.stateBeforeSpecialS(R);break}case q.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(R);break}case q.InSelfClosingTag:{this.stateInSelfClosingTag(R);break}case q.InDeclaration:{this.stateInDeclaration(R);break}case q.BeforeDeclaration:{this.stateBeforeDeclaration(R);break}case q.BeforeComment:{this.stateBeforeComment(R);break}case q.InProcessingInstruction:{this.stateInProcessingInstruction(R);break}case q.InNamedEntity:{this.stateInNamedEntity(R);break}case q.BeforeEntity:{this.stateBeforeEntity(R);break}case q.InHexEntity:{this.stateInHexEntity(R);break}case q.InNumericEntity:{this.stateInNumericEntity(R);break}default:this.stateBeforeNumericEntity(R)}this.index++}this.cleanup()}finish(){if(this.state===q.InNamedEntity)this.emitNamedEntity();if(this.sectionStart<this.index)this.handleTrailingData();this.cbs.onend()}handleTrailingData(){const R=this.buffer.length+this.offset;if(this.state===q.InCommentLike)if(this.currentSequence===jR.CdataEnd)this.cbs.oncdata(this.sectionStart,R,0);else this.cbs.oncomment(this.sectionStart,R,0);else if(this.state===q.InNumericEntity&&this.allowLegacyEntity())this.emitNumericEntity(!1);else if(this.state===q.InHexEntity&&this.allowLegacyEntity())this.emitNumericEntity(!1);else if(this.state===q.InTagName||this.state===q.BeforeAttributeName||this.state===q.BeforeAttributeValue||this.state===q.AfterAttributeName||this.state===q.InAttributeName||this.state===q.InAttributeValueSq||this.state===q.InAttributeValueDq||this.state===q.InAttributeValueNq||this.state===q.InClosingTagName);else this.cbs.ontext(this.sectionStart,R)}emitPartial(R,f){if(this.baseState!==q.Text&&this.baseState!==q.InSpecialTag)this.cbs.onattribdata(R,f);else this.cbs.ontext(R,f)}emitCodePoint(R){if(this.baseState!==q.Text&&this.baseState!==q.InSpecialTag)this.cbs.onattribentity(R);else this.cbs.ontextentity(R)}}var vA=new Set(["input","option","optgroup","select","button","datalist","textarea"]),K=new Set(["p"]),zU=new Set(["thead","tbody"]),EU=new Set(["dd","dt"]),TU=new Set(["rt","rp"]),eq=new Map([["tr",new Set(["tr","th","td"])],["th",new Set(["th"])],["td",new Set(["thead","th","td"])],["body",new Set(["head","link","script"])],["li",new Set(["li"])],["p",K],["h1",K],["h2",K],["h3",K],["h4",K],["h5",K],["h6",K],["select",vA],["input",vA],["output",vA],["button",vA],["datalist",vA],["textarea",vA],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",EU],["dt",EU],["address",K],["article",K],["aside",K],["blockquote",K],["details",K],["div",K],["dl",K],["fieldset",K],["figcaption",K],["figure",K],["footer",K],["form",K],["header",K],["hr",K],["main",K],["nav",K],["ol",K],["pre",K],["section",K],["table",K],["ul",K],["rt",TU],["rp",TU],["tbody",zU],["tfoot",zU]]),R8=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),OU=new Set(["math","svg"]),SU=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),f8=/\s|\//;class y1{constructor(R,f={}){var A,H,P,F,h;this.options=f,this.startIndex=0,this.endIndex=0,this.openTagStart=0,this.tagname="",this.attribname="",this.attribvalue="",this.attribs=null,this.stack=[],this.foreignContext=[],this.buffers=[],this.bufferOffset=0,this.writeIndex=0,this.ended=!1,this.cbs=R!==null&&R!==void 0?R:{},this.lowerCaseTagNames=(A=f.lowerCaseTags)!==null&&A!==void 0?A:!f.xmlMode,this.lowerCaseAttributeNames=(H=f.lowerCaseAttributeNames)!==null&&H!==void 0?H:!f.xmlMode,this.tokenizer=new((P=f.Tokenizer)!==null&&P!==void 0?P:NH)(this.options,this),(h=(F=this.cbs).onparserinit)===null||h===void 0||h.call(F,this)}ontext(R,f){var A,H;const P=this.getSlice(R,f);this.endIndex=f-1,(H=(A=this.cbs).ontext)===null||H===void 0||H.call(A,P),this.startIndex=f}ontextentity(R){var f,A;const H=this.tokenizer.getSectionStart();this.endIndex=H-1,(A=(f=this.cbs).ontext)===null||A===void 0||A.call(f,SA(R)),this.startIndex=H}isVoidElement(R){return!this.options.xmlMode&&R8.has(R)}onopentagname(R,f){this.endIndex=f;let A=this.getSlice(R,f);if(this.lowerCaseTagNames)A=A.toLowerCase();this.emitOpenTag(A)}emitOpenTag(R){var f,A,H,P;this.openTagStart=this.startIndex,this.tagname=R;const F=!this.options.xmlMode&&eq.get(R);if(F)while(this.stack.length>0&&F.has(this.stack[this.stack.length-1])){const h=this.stack.pop();(A=(f=this.cbs).onclosetag)===null||A===void 0||A.call(f,h,!0)}if(!this.isVoidElement(R)){if(this.stack.push(R),OU.has(R))this.foreignContext.push(!0);else if(SU.has(R))this.foreignContext.push(!1)}if((P=(H=this.cbs).onopentagname)===null||P===void 0||P.call(H,R),this.cbs.onopentag)this.attribs={}}endOpenTag(R){var f,A;if(this.startIndex=this.openTagStart,this.attribs)(A=(f=this.cbs).onopentag)===null||A===void 0||A.call(f,this.tagname,this.attribs,R),this.attribs=null;if(this.cbs.onclosetag&&this.isVoidElement(this.tagname))this.cbs.onclosetag(this.tagname,!0);this.tagname=""}onopentagend(R){this.endIndex=R,this.endOpenTag(!1),this.startIndex=R+1}onclosetag(R,f){var A,H,P,F,h,$;this.endIndex=f;let U=this.getSlice(R,f);if(this.lowerCaseTagNames)U=U.toLowerCase();if(OU.has(U)||SU.has(U))this.foreignContext.pop();if(!this.isVoidElement(U)){const G=this.stack.lastIndexOf(U);if(G!==-1)if(this.cbs.onclosetag){let Y=this.stack.length-G;while(Y--)this.cbs.onclosetag(this.stack.pop(),Y!==0)}else this.stack.length=G;else if(!this.options.xmlMode&&U==="p")this.emitOpenTag("p"),this.closeCurrentTag(!0)}else if(!this.options.xmlMode&&U==="br")(H=(A=this.cbs).onopentagname)===null||H===void 0||H.call(A,"br"),(F=(P=this.cbs).onopentag)===null||F===void 0||F.call(P,"br",{},!0),($=(h=this.cbs).onclosetag)===null||$===void 0||$.call(h,"br",!1);this.startIndex=f+1}onselfclosingtag(R){if(this.endIndex=R,this.options.xmlMode||this.options.recognizeSelfClosing||this.foreignContext[this.foreignContext.length-1])this.closeCurrentTag(!1),this.startIndex=R+1;else this.onopentagend(R)}closeCurrentTag(R){var f,A;const H=this.tagname;if(this.endOpenTag(R),this.stack[this.stack.length-1]===H)(A=(f=this.cbs).onclosetag)===null||A===void 0||A.call(f,H,!R),this.stack.pop()}onattribname(R,f){this.startIndex=R;const A=this.getSlice(R,f);this.attribname=this.lowerCaseAttributeNames?A.toLowerCase():A}onattribdata(R,f){this.attribvalue+=this.getSlice(R,f)}onattribentity(R){this.attribvalue+=SA(R)}onattribend(R,f){var A,H;if(this.endIndex=f,(H=(A=this.cbs).onattribute)===null||H===void 0||H.call(A,this.attribname,this.attribvalue,R===kR.Double?'"':R===kR.Single?"'":R===kR.NoValue?void 0:null),this.attribs&&!Object.prototype.hasOwnProperty.call(this.attribs,this.attribname))this.attribs[this.attribname]=this.attribvalue;this.attribvalue=""}getInstructionName(R){const f=R.search(f8);let A=f<0?R:R.substr(0,f);if(this.lowerCaseTagNames)A=A.toLowerCase();return A}ondeclaration(R,f){this.endIndex=f;const A=this.getSlice(R,f);if(this.cbs.onprocessinginstruction){const H=this.getInstructionName(A);this.cbs.onprocessinginstruction(`!${H}`,`!${A}`)}this.startIndex=f+1}onprocessinginstruction(R,f){this.endIndex=f;const A=this.getSlice(R,f);if(this.cbs.onprocessinginstruction){const H=this.getInstructionName(A);this.cbs.onprocessinginstruction(`?${H}`,`?${A}`)}this.startIndex=f+1}oncomment(R,f,A){var H,P,F,h;this.endIndex=f,(P=(H=this.cbs).oncomment)===null||P===void 0||P.call(H,this.getSlice(R,f-A)),(h=(F=this.cbs).oncommentend)===null||h===void 0||h.call(F),this.startIndex=f+1}oncdata(R,f,A){var H,P,F,h,$,U,G,Y,W,D;this.endIndex=f;const Z=this.getSlice(R,f-A);if(this.options.xmlMode||this.options.recognizeCDATA)(P=(H=this.cbs).oncdatastart)===null||P===void 0||P.call(H),(h=(F=this.cbs).ontext)===null||h===void 0||h.call(F,Z),(U=($=this.cbs).oncdataend)===null||U===void 0||U.call($);else(Y=(G=this.cbs).oncomment)===null||Y===void 0||Y.call(G,`[CDATA[${Z}]]`),(D=(W=this.cbs).oncommentend)===null||D===void 0||D.call(W);this.startIndex=f+1}onend(){var R,f;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let A=this.stack.length;A>0;this.cbs.onclosetag(this.stack[--A],!0));}(f=(R=this.cbs).onend)===null||f===void 0||f.call(R)}reset(){var R,f,A,H;(f=(R=this.cbs).onreset)===null||f===void 0||f.call(R),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(H=(A=this.cbs).onparserinit)===null||H===void 0||H.call(A,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(R){this.reset(),this.end(R)}getSlice(R,f){while(R-this.bufferOffset>=this.buffers[0].length)this.shiftBuffer();let A=this.buffers[0].slice(R-this.bufferOffset,f-this.bufferOffset);while(f-this.bufferOffset>this.buffers[0].length)this.shiftBuffer(),A+=this.buffers[0].slice(0,f-this.bufferOffset);return A}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(R){var f,A;if(this.ended){(A=(f=this.cbs).onerror)===null||A===void 0||A.call(f,new Error(".write() after done!"));return}if(this.buffers.push(R),this.tokenizer.running)this.tokenizer.write(R),this.writeIndex++}end(R){var f,A;if(this.ended){(A=(f=this.cbs).onerror)===null||A===void 0||A.call(f,new Error(".end() after done!"));return}if(R)this.write(R);this.ended=!0,this.tokenizer.end()}pause(){this.tokenizer.pause()}resume(){this.tokenizer.resume();while(this.tokenizer.running&&this.writeIndex<this.buffers.length)this.tokenizer.write(this.buffers[this.writeIndex++]);if(this.ended)this.tokenizer.end()}parseChunk(R){this.write(R)}done(R){this.end(R)}}function CU(R,f){const A=new f1(void 0,f);return new y1(A,f).end(R),A.root}function jH(R){let f="",A=0,H;while((H=vU.exec(R))!==null){const P=H.index,F=R.charCodeAt(P),h=wU.get(F);if(h!==void 0)f+=R.substring(A,P)+h,A=P+1;else f+=`${R.substring(A,P)}&#x${A8(R,P).toString(16)};`,A=vU.lastIndex+=Number((F&64512)===55296)}return f+R.substr(A)}var N1=function(R,f){return function A(H){let P,F=0,h="";while(P=R.exec(H)){if(F!==P.index)h+=H.substring(F,P.index);h+=f.get(P[0].charCodeAt(0)),F=P.index+1}return h+H.substring(F)}},vU=/["&'<>$\x80-\uFFFF]/g,wU=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),A8=String.prototype.codePointAt!=null?(R,f)=>R.codePointAt(f):(R,f)=>(R.charCodeAt(f)&64512)===55296?(R.charCodeAt(f)-55296)*1024+R.charCodeAt(f+1)-56320+65536:R.charCodeAt(f);var H8=N1(/[&<>'"]/g,wU),j1=N1(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),V1=N1(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var BU;(function(R){R[R.XML=0]="XML",R[R.HTML=1]="HTML"})(BU||(BU={}));var KU;(function(R){R[R.UTF8=0]="UTF8",R[R.ASCII=1]="ASCII",R[R.Extensive=2]="Extensive",R[R.Attribute=3]="Attribute",R[R.Text=4]="Text"})(KU||(KU={}));var bU=new Map(["altGlyph","altGlyphDef","altGlyphItem","animateColor","animateMotion","animateTransform","clipPath","feBlend","feColorMatrix","feComponentTransfer","feComposite","feConvolveMatrix","feDiffuseLighting","feDisplacementMap","feDistantLight","feDropShadow","feFlood","feFuncA","feFuncB","feFuncG","feFuncR","feGaussianBlur","feImage","feMerge","feMergeNode","feMorphology","feOffset","fePointLight","feSpecularLighting","feSpotLight","feTile","feTurbulence","foreignObject","glyphRef","linearGradient","radialGradient","textPath"].map((R)=>[R.toLowerCase(),R])),gU=new Map(["definitionURL","attributeName","attributeType","baseFrequency","baseProfile","calcMode","clipPathUnits","diffuseConstant","edgeMode","filterUnits","glyphRef","gradientTransform","gradientUnits","kernelMatrix","kernelUnitLength","keyPoints","keySplines","keyTimes","lengthAdjust","limitingConeAngle","markerHeight","markerUnits","markerWidth","maskContentUnits","maskUnits","numOctaves","pathLength","patternContentUnits","patternTransform","patternUnits","pointsAtX","pointsAtY","pointsAtZ","preserveAlpha","preserveAspectRatio","primitiveUnits","refX","refY","repeatCount","repeatDur","requiredExtensions","requiredFeatures","specularConstant","specularExponent","spreadMethod","startOffset","stdDeviation","stitchTiles","surfaceScale","systemLanguage","tableValues","targetX","targetY","textLength","viewBox","viewTarget","xChannelSelector","yChannelSelector","zoomAndPan"].map((R)=>[R.toLowerCase(),R]));var F8=function(R){return R.replace(/"/g,"&quot;")},h8=function(R,f){var A;if(!R)return;const H=((A=f.encodeEntities)!==null&&A!==void 0?A:f.decodeEntities)===!1?F8:f.xmlMode||f.encodeEntities!=="utf8"?jH:j1;return Object.keys(R).map((P)=>{var F,h;const $=(F=R[P])!==null&&F!==void 0?F:"";if(f.xmlMode==="foreign")P=(h=gU.get(P))!==null&&h!==void 0?h:P;if(!f.emptyAttrs&&!f.xmlMode&&$==="")return P;return`${P}="${H($)}"`}).join(" ")};function I0(R,f={}){const A="length"in R?R:[R];let H="";for(let P=0;P<A.length;P++)H+=$8(A[P],f);return H}var $8=function(R,f){switch(R.type){case p$:return I0(R.children,f);case r$:case l$:return W8(R);case d$:return I8(R);case o$:return Z8(R);case k$:case a$:case _$:return Y8(R,f);case s$:return D8(R,f)}},Y8=function(R,f){var A;if(f.xmlMode==="foreign"){if(R.name=(A=bU.get(R.name))!==null&&A!==void 0?A:R.name,R.parent&&U8.has(R.parent.name))f={...f,xmlMode:!1}}if(!f.xmlMode&&G8.has(R.name))f={...f,xmlMode:"foreign"};let H=`<${R.name}`;const P=h8(R.attribs,f);if(P)H+=` ${P}`;if(R.children.length===0&&(f.xmlMode?f.selfClosingTags!==!1:f.selfClosingTags&&uU.has(R.name))){if(!f.xmlMode)H+=" ";H+="/>"}else{if(H+=">",R.children.length>0)H+=I0(R.children,f);if(f.xmlMode||!uU.has(R.name))H+=`</${R.name}>`}return H},W8=function(R){return`<${R.data}>`},D8=function(R,f){var A;let H=R.data||"";if(((A=f.encodeEntities)!==null&&A!==void 0?A:f.decodeEntities)!==!1&&!(!f.xmlMode&&R.parent&&P8.has(R.parent.name)))H=f.xmlMode||f.encodeEntities!=="utf8"?jH(H):V1(H);return H},Z8=function(R){return`<![CDATA[${R.children[0].data}]]>`},I8=function(R){return`<!--${R.data}-->`},P8=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]),uU=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);var U8=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),G8=new Set(["svg","math"]);var v1=kU(iU(),1);var w1=function(R,f,A=()=>{return}){if(R===void 0){const H=function(...P){return f(H,...P)};return H}if(R>=0)return function(...H){return f(w1(R-1,f,A),...H)};return A},aU=function(R,f){let A=0,H=R.length;while(A<H&&R[A]===f)++A;while(H>A&&R[H-1]===f)--H;return A>0||H<R.length?R.substring(A,H):R},O8=function(R,f){let A=R.length;while(A>0&&R[A-1]===f)--A;return A<R.length?R.substring(0,A):R},S8=function(R){return R.replace(/[\s\S]/g,(f)=>"\\u"+f.charCodeAt().toString(16).padStart(4,"0"))},_U=function(R,f){const A=new Map;for(let H=R.length;H-- >0;){const P=R[H],F=f(P);A.set(F,A.has(F)?v1.default(P,A.get(F),{arrayMerge:v8}):P)}return[...A.values()].reverse()},BA=function(R,f){for(let A of f){if(!R)return;R=R[A]}return R},pU=function(R,f="a",A=26){const H=[];do R-=1,H.push(R%A),R=R/A>>0;while(R>0);const P=f.charCodeAt(0);return H.reverse().map((F)=>String.fromCharCode(P+F)).join("")},lU=function(R){return[...R+""].map((f)=>+f).reverse().map((f,A)=>f%5<4?(f<5?"":sU[A])+Q1[A].repeat(f%5):Q1[A]+(f<5?sU[A]:Q1[A+1])).reverse().join("")},w8=function(R){return[...R].map((f)=>"\\u"+f.charCodeAt(0).toString(16).padStart(4,"0")).join("")},tf=function(R){if(!(R instanceof aR||R instanceof Of||R instanceof Sf))throw new Error("Only blocks, list items and table cells can be requested for text contents.");return R.inlineTextBuilder.isEmpty()?R.rawText:R.rawText+R.inlineTextBuilder.toString()},VH=function(R,f,A,H){if(!(R instanceof aR||R instanceof Of||R instanceof Sf))throw new Error("Only blocks, list items and table cells can contain text.");const P=tf(R),F=Math.max(R.stashedLineBreaks,A);if(R.inlineTextBuilder.clear(),P)R.rawText=P+"\n".repeat(F)+f;else R.rawText=f,R.leadingLineBreaks=F;R.stashedLineBreaks=H},tU=function(R,f){return f?tU(f.transform(R),f.next):R},B8=function(R={}){const f=R.selectors.filter((h)=>!h.format);if(f.length)throw new Error("Following selectors have no specified format: "+f.map((h)=>`\`${h.selector}\``).join(", "));const A=new XH(R.selectors.map((h)=>[h.selector,h])).build(J1);if(typeof R.encodeCharacters!=="function")R.encodeCharacters=u8(R.encodeCharacters);const H=new XH(R.baseElements.selectors.map((h,$)=>[h,$+1])).build(J1);function P(h){return b8(h,R,H)}const F=w1(R.limits.maxDepth,g8,function(h,$){$.addInline(R.limits.ellipsis||"")});return function(h,$=void 0){return K8(h,$,R,A,P,F)}},K8=function(R,f,A,H,P,F){const h=A.limits.maxInputLength;if(h&&R&&R.length>h)console.warn(`Input length ${R.length} is above allowed limit of ${h}. Truncating without ellipsis.`),R=R.substring(0,h);const $=CU(R,{decodeEntities:A.decodeEntities}),U=P($.children),G=new nU(A,H,f);return F(U,G),G.toString()},b8=function(R,f,A){const H=[];function P(h,$){$=$.slice(0,f.limits.maxChildNodes);for(let U of $){if(U.type!=="tag")continue;const G=A.pick1(U);if(G>0)H.push({selectorIndex:G,element:U});else if(U.children)h(U.children);if(H.length>=f.limits.maxBaseElements)return}}if(w1(f.limits.maxDepth,P)(R),f.baseElements.orderBy!=="occurrence")H.sort((h,$)=>h.selectorIndex-$.selectorIndex);return f.baseElements.returnDomByDefault&&H.length===0?R:H.map((h)=>h.element)},g8=function(R,f,A){if(!f)return;const H=A.options;if(f.length>H.limits.maxChildNodes)f=f.slice(0,H.limits.maxChildNodes),f.push({data:H.limits.ellipsis,type:"text"});for(let F of f)switch(F.type){case"text":{A.addInline(F.data);break}case"tag":{const h=A.picker.pick1(F),$=H.formatters[h.format];$(F,R,A,h.options||{});break}}return},u8=function(R){if(!R||Object.keys(R).length===0)return;const f=Object.entries(R).filter(([,F])=>F!==!1),A=new RegExp(f.map(([F])=>`(${S8([...F][0])})`).join("|"),"g"),H=f.map(([,F])=>F),P=(F,...h)=>H[h.findIndex(($)=>$)];return(F)=>F.replace(A,P)},C8=function(R,f,A,H){},x8=function(R,f,A,H){A.addLiteral(H.string||"")},m8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.addLiteral(H.string||""),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},c8=function(R,f,A,H){f(R.children,A)},i8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},eU=function(R){const f=R.attribs&&R.attribs.length?" "+Object.entries(R.attribs).map(([A,H])=>H===""?A:`${A}=${H.replace(/"/g,"&quot;")}`).join(" "):"";return`<${R.name}${f}>`},RG=function(R){return`</${R.name}>`},p8=function(R,f,A,H){A.startNoWrap(),A.addLiteral(eU(R)),A.stopNoWrap(),f(R.children,A),A.startNoWrap(),A.addLiteral(RG(R)),A.stopNoWrap()},s8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.startNoWrap(),A.addLiteral(eU(R)),A.stopNoWrap(),f(R.children,A),A.startNoWrap(),A.addLiteral(RG(R)),A.stopNoWrap(),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},l8=function(R,f,A,H){A.startNoWrap(),A.addLiteral(I0(R,{decodeEntities:A.options.decodeEntities})),A.stopNoWrap()},d8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.startNoWrap(),A.addLiteral(I0(R,{decodeEntities:A.options.decodeEntities})),A.stopNoWrap(),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},k8=function(R,f,A,H){A.addLiteral(H.prefix||""),f(R.children,A),A.addLiteral(H.suffix||"")},QH=function(R,f){if(!R[f])R[f]=[];return R[f]},_8=function(R,f=0){while(R[f])f++;return f},o8=function(R,f){for(let A=0;A<f;A++){const H=QH(R,A);for(let P=0;P<A;P++){const F=QH(R,P);if(H[P]||F[A]){const h=H[P];H[P]=F[A],F[A]=h}}}},r8=function(R,f,A,H){for(let P=0;P<R.rowspan;P++){const F=QH(f,A+P);for(let h=0;h<R.colspan;h++)F[H+h]=R}},O1=function(R,f){if(R[f]===void 0)R[f]=f===0?0:1+O1(R,f-1);return R[f]},dU=function(R,f,A,H){R[f+A]=Math.max(O1(R,f+A),O1(R,f)+H)},n8=function(R,f,A){const H=[];let P=0;const F=R.length,h=[0];for(let G=0;G<F;G++){const Y=QH(H,G),W=R[G];let D=0;for(let Z=0;Z<W.length;Z++){const J=W[Z];D=_8(Y,D),r8(J,H,G,D),D+=J.colspan,J.lines=J.text.split("\n");const X=J.lines.length;dU(h,G,J.rowspan,X+f)}P=Y.length>P?Y.length:P}o8(H,F>P?F:P);const $=[],U=[0];for(let G=0;G<P;G++){let Y=0,W;const D=Math.min(F,H[G].length);while(Y<D)if(W=H[G][Y],W){if(!W.rendered){let Z=0;for(let J=0;J<W.lines.length;J++){const X=W.lines[J],L=h[Y]+J;$[L]=($[L]||"").padEnd(U[G])+X,Z=X.length>Z?X.length:Z}dU(U,G,W.colspan,Z+A),W.rendered=!0}Y+=W.rowspan}else{const Z=h[Y];$[Z]=$[Z]||"",Y++}}return $.join("\n")},t8=function(R,f,A,H){A.addLineBreak()},e8=function(R,f,A,H){A.addWordBreakOpportunity()},RJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.addInline("-".repeat(H.length||A.options.wordwrap||40)),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},fJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},AJ=function(R,f,A,H){A.openBlock({isPre:!0,leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},HJ=function(R,f,A,H){if(A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),H.uppercase!==!1)A.pushWordTransform((P)=>P.toUpperCase()),f(R.children,A),A.popWordTransform();else f(R.children,A);A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},PJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2,reservedLineLength:2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2,blockTransform:(P)=>(H.trimEmptyLines!==!1?aU(P,"\n"):P).split("\n").map((F)=>"> "+F).join("\n")})},S1=function(R,f){if(!f)return R;const A=typeof f[0]==="string"?f[0]:"[",H=typeof f[1]==="string"?f[1]:"]";return A+R+H},fG=function(R,f,A,H,P){const F=typeof f==="function"?f(R,H,P):R;return F[0]==="/"&&A?O8(A,"/")+F:F},FJ=function(R,f,A,H){const P=R.attribs||{},F=P.alt?P.alt:"",h=!P.src?"":fG(P.src,H.pathRewrite,H.baseUrl,A.metadata,R),$=!h?F:!F?S1(h,H.linkBrackets):F+" "+S1(h,H.linkBrackets);A.addInline($,{noWordTransform:!0})},hJ=function(R,f,A,H){function P(){if(H.ignoreHref)return"";if(!R.attribs||!R.attribs.href)return"";let h=R.attribs.href.replace(/^mailto:/,"");if(H.noAnchorUrl&&h[0]==="#")return"";return h=fG(h,H.pathRewrite,H.baseUrl,A.metadata,R),h}const F=P();if(!F)f(R.children,A);else{let h="";if(A.pushWordTransform((U)=>{if(U)h+=U;return U}),f(R.children,A),A.popWordTransform(),!(H.hideLinkHrefIfSameAsText&&F===h))A.addInline(!h?F:" "+S1(F,H.linkBrackets),{noWordTransform:!0})}},AG=function(R,f,A,H,P){const F=BA(R,["parent","name"])==="li";let h=0;const $=(R.children||[]).filter((U)=>U.type!=="text"||!/^\s*$/.test(U.data)).map(function(U){if(U.name!=="li")return{node:U,prefix:""};const G=F?P().trimStart():P();if(G.length>h)h=G.length;return{node:U,prefix:G}});if(!$.length)return;A.openList({interRowLineBreaks:1,leadingLineBreaks:F?1:H.leadingLineBreaks||2,maxPrefixLength:h,prefixAlign:"left"});for(let{node:U,prefix:G}of $)A.openListItem({prefix:G}),f([U],A),A.closeListItem();A.closeList({trailingLineBreaks:F?1:H.trailingLineBreaks||2})},$J=function(R,f,A,H){const P=H.itemPrefix||" * ";return AG(R,f,A,H,()=>P)},UJ=function(R,f,A,H){let P=Number(R.attribs.start||"1");const F=GJ(R.attribs.type);return AG(R,f,A,H,()=>" "+F(P++)+". ")},GJ=function(R="1"){switch(R){case"a":return(f)=>pU(f,"a");case"A":return(f)=>pU(f,"A");case"i":return(f)=>lU(f).toLowerCase();case"I":return(f)=>lU(f);case"1":default:return(f)=>f.toString()}},YJ=function(R){const f=[],A=[];for(let H of R)if(H.startsWith("."))f.push(H.substring(1));else if(H.startsWith("#"))A.push(H.substring(1));return{classes:f,ids:A}},WJ=function(R,f){if(f===!0)return!0;if(!R)return!1;const{classes:A,ids:H}=YJ(f),P=(R.class||"").split(" "),F=(R.id||"").split(" ");return P.some((h)=>A.includes(h))||F.some((h)=>H.includes(h))},DJ=function(R,f,A,H){return WJ(R.attribs,A.options.tables)?HG(R,f,A,H):ZJ(R,f,A,H)},ZJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks})},HG=function(R,f,A,H){A.openTable(),R.children.forEach(F),A.closeTable({tableToString:(h)=>n8(h,H.rowSpacing??0,H.colSpacing??3),leadingLineBreaks:H.leadingLineBreaks,trailingLineBreaks:H.trailingLineBreaks});function P(h){const $=+BA(h,["attribs","colspan"])||1,U=+BA(h,["attribs","rowspan"])||1;A.openTableCell({maxColumnWidth:H.maxColumnWidth}),f(h.children,A),A.closeTableCell({colspan:$,rowspan:U})}function F(h){if(h.type!=="tag")return;const $=H.uppercaseHeaderCells!==!1?(U)=>{A.pushWordTransform((G)=>G.toUpperCase()),P(U),A.popWordTransform()}:P;switch(h.name){case"thead":case"tbody":case"tfoot":case"center":h.children.forEach(F);return;case"tr":{A.openTableRow();for(let U of h.children){if(U.type!=="tag")continue;switch(U.name){case"th":{$(U);break}case"td":{P(U);break}}}A.closeTableRow();break}}}},LJ=function(R={}){return R=v1.default(qJ,R,{arrayMerge:PG,customMerge:(f)=>f==="selectors"?XJ:void 0}),R.formatters=Object.assign({},a8,IJ,R.formatters),R.selectors=_U(R.selectors,(f)=>f.selector),MJ(R),B8(R)},K1=function(R,f={},A=void 0){return LJ(f)(R,A)},MJ=function(R){if(R.tags){const A=Object.entries(R.tags).map(([H,P])=>({...P,selector:H||"*"}));R.selectors.push(...A),R.selectors=_U(R.selectors,(H)=>H.selector)}function f(A,H,P){const F=H.pop();for(let h of H){let $=A[h];if(!$)$={},A[h]=$;A=$}A[F]=P}if(R.baseElement){const A=R.baseElement;f(R,["baseElements","selectors"],Array.isArray(A)?A:[A])}if(R.returnDomByDefault!==void 0)f(R,["baseElements","returnDomByDefault"],R.returnDomByDefault);for(let A of R.selectors)if(A.format==="anchor"&&BA(A,["options","noLinkBrackets"]))f(A,["options","linkBrackets"],!1)},v8=(R,f,A)=>[...f],Q1=["I","X","C","M"],sU=["V","L","D"];class B1{constructor(R,f=void 0){this.lines=[],this.nextLineWords=[],this.maxLineLength=f||R.wordwrap||Number.MAX_VALUE,this.nextLineAvailableChars=this.maxLineLength,this.wrapCharacters=BA(R,["longWordSplit","wrapCharacters"])||[],this.forceWrapOnLimit=BA(R,["longWordSplit","forceWrapOnLimit"])||!1,this.stashedSpace=!1,this.wordBreakOpportunity=!1}pushWord(R,f=!1){if(this.nextLineAvailableChars<=0&&!f)this.startNewLine();const A=this.nextLineWords.length===0,H=R.length+(A?0:1);if(H<=this.nextLineAvailableChars||f)this.nextLineWords.push(R),this.nextLineAvailableChars-=H;else{const[P,...F]=this.splitLongWord(R);if(!A)this.startNewLine();this.nextLineWords.push(P),this.nextLineAvailableChars-=P.length;for(let h of F)this.startNewLine(),this.nextLineWords.push(h),this.nextLineAvailableChars-=h.length}}popWord(){const R=this.nextLineWords.pop();if(R!==void 0){const f=this.nextLineWords.length===0,A=R.length+(f?0:1);this.nextLineAvailableChars+=A}return R}concatWord(R,f=!1){if(this.wordBreakOpportunity&&R.length>this.nextLineAvailableChars)this.pushWord(R,f),this.wordBreakOpportunity=!1;else{const A=this.popWord();this.pushWord(A?A.concat(R):R,f)}}startNewLine(R=1){if(this.lines.push(this.nextLineWords),R>1)this.lines.push(...Array.from({length:R-1},()=>[]));this.nextLineWords=[],this.nextLineAvailableChars=this.maxLineLength}isEmpty(){return this.lines.length===0&&this.nextLineWords.length===0}clear(){this.lines.length=0,this.nextLineWords.length=0,this.nextLineAvailableChars=this.maxLineLength}toString(){return[...this.lines,this.nextLineWords].map((R)=>R.join(" ")).join("\n")}splitLongWord(R){const f=[];let A=0;while(R.length>this.maxLineLength){const H=R.substring(0,this.maxLineLength),P=R.substring(this.maxLineLength),F=H.lastIndexOf(this.wrapCharacters[A]);if(F>-1)R=H.substring(F+1)+P,f.push(H.substring(0,F+1));else if(A++,A<this.wrapCharacters.length)R=H+P;else{if(this.forceWrapOnLimit){if(f.push(H),R=P,R.length>this.maxLineLength)continue}else R=H+P;break}}return f.push(R),f}}class KA{constructor(R=null){this.next=R}getRoot(){return this.next?this.next:this}}class aR extends KA{constructor(R,f=null,A=1,H=void 0){super(f);this.leadingLineBreaks=A,this.inlineTextBuilder=new B1(R,H),this.rawText="",this.stashedLineBreaks=0,this.isPre=f&&f.isPre,this.isNoWrap=f&&f.isNoWrap}}class z1 extends aR{constructor(R,f=null,{interRowLineBreaks:A=1,leadingLineBreaks:H=2,maxLineLength:P=void 0,maxPrefixLength:F=0,prefixAlign:h="left"}={}){super(R,f,H,P);this.maxPrefixLength=F,this.prefixAlign=h,this.interRowLineBreaks=A}}class Of extends aR{constructor(R,f=null,{leadingLineBreaks:A=1,maxLineLength:H=void 0,prefix:P=""}={}){super(R,f,A,H);this.prefix=P}}class E1 extends KA{constructor(R=null){super(R);this.rows=[],this.isPre=R&&R.isPre,this.isNoWrap=R&&R.isNoWrap}}class T1 extends KA{constructor(R=null){super(R);this.cells=[],this.isPre=R&&R.isPre,this.isNoWrap=R&&R.isNoWrap}}class Sf extends KA{constructor(R,f=null,A=void 0){super(f);this.inlineTextBuilder=new B1(R,A),this.rawText="",this.stashedLineBreaks=0,this.isPre=f&&f.isPre,this.isNoWrap=f&&f.isNoWrap}}class oU extends KA{constructor(R=null,f){super(R);this.transform=f}}class rU{constructor(R){this.whitespaceChars=R.preserveNewlines?R.whitespaceCharacters.replace(/\n/g,""):R.whitespaceCharacters;const f=w8(this.whitespaceChars);if(this.leadingWhitespaceRe=new RegExp(`^[${f}]`),this.trailingWhitespaceRe=new RegExp(`[${f}]\$`),this.allWhitespaceOrEmptyRe=new RegExp(`^[${f}]*\$`),this.newlineOrNonWhitespaceRe=new RegExp(`(\\n|[^\\n${f}])`,"g"),this.newlineOrNonNewlineStringRe=new RegExp("(\\n|[^\\n]+)","g"),R.preserveNewlines){const A=new RegExp(`\\n|[^\\n${f}]+`,"gm");this.shrinkWrapAdd=function(H,P,F=($)=>$,h=!1){if(!H)return;const $=P.stashedSpace;let U=!1,G=A.exec(H);if(G){if(U=!0,G[0]==="\n")P.startNewLine();else if($||this.testLeadingWhitespace(H))P.pushWord(F(G[0]),h);else P.concatWord(F(G[0]),h);while((G=A.exec(H))!==null)if(G[0]==="\n")P.startNewLine();else P.pushWord(F(G[0]),h)}P.stashedSpace=$&&!U||this.testTrailingWhitespace(H)}}else{const A=new RegExp(`[^${f}]+`,"g");this.shrinkWrapAdd=function(H,P,F=($)=>$,h=!1){if(!H)return;const $=P.stashedSpace;let U=!1,G=A.exec(H);if(G){if(U=!0,$||this.testLeadingWhitespace(H))P.pushWord(F(G[0]),h);else P.concatWord(F(G[0]),h);while((G=A.exec(H))!==null)P.pushWord(F(G[0]),h)}P.stashedSpace=$&&!U||this.testTrailingWhitespace(H)}}}addLiteral(R,f,A=!0){if(!R)return;const H=f.stashedSpace;let P=!1,F=this.newlineOrNonNewlineStringRe.exec(R);if(F){if(P=!0,F[0]==="\n")f.startNewLine();else if(H)f.pushWord(F[0],A);else f.concatWord(F[0],A);while((F=this.newlineOrNonNewlineStringRe.exec(R))!==null)if(F[0]==="\n")f.startNewLine();else f.pushWord(F[0],A)}f.stashedSpace=H&&!P}testLeadingWhitespace(R){return this.leadingWhitespaceRe.test(R)}testTrailingWhitespace(R){return this.trailingWhitespaceRe.test(R)}testContainsWords(R){return!this.allWhitespaceOrEmptyRe.test(R)}countNewlinesNoWords(R){this.newlineOrNonWhitespaceRe.lastIndex=0;let f=0,A;while((A=this.newlineOrNonWhitespaceRe.exec(R))!==null)if(A[0]==="\n")f++;else return 0;return f}}class nU{constructor(R,f,A=void 0){this.options=R,this.picker=f,this.metadata=A,this.whitespaceProcessor=new rU(R),this._stackItem=new aR(R),this._wordTransformer=void 0}pushWordTransform(R){this._wordTransformer=new oU(this._wordTransformer,R)}popWordTransform(){if(!this._wordTransformer)return;const R=this._wordTransformer.transform;return this._wordTransformer=this._wordTransformer.next,R}startNoWrap(){this._stackItem.isNoWrap=!0}stopNoWrap(){this._stackItem.isNoWrap=!1}_getCombinedWordTransformer(){const R=this._wordTransformer?(A)=>tU(A,this._wordTransformer):void 0,f=this.options.encodeCharacters;return R?f?(A)=>f(R(A)):R:f}_popStackItem(){const R=this._stackItem;return this._stackItem=R.next,R}addLineBreak(){if(!(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf))return;if(this._stackItem.isPre)this._stackItem.rawText+="\n";else this._stackItem.inlineTextBuilder.startNewLine()}addWordBreakOpportunity(){if(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf)this._stackItem.inlineTextBuilder.wordBreakOpportunity=!0}addInline(R,{noWordTransform:f=!1}={}){if(!(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf))return;if(this._stackItem.isPre){this._stackItem.rawText+=R;return}if(R.length===0||this._stackItem.stashedLineBreaks&&!this.whitespaceProcessor.testContainsWords(R))return;if(this.options.preserveNewlines){const A=this.whitespaceProcessor.countNewlinesNoWords(R);if(A>0){this._stackItem.inlineTextBuilder.startNewLine(A);return}}if(this._stackItem.stashedLineBreaks)this._stackItem.inlineTextBuilder.startNewLine(this._stackItem.stashedLineBreaks);this.whitespaceProcessor.shrinkWrapAdd(R,this._stackItem.inlineTextBuilder,f?void 0:this._getCombinedWordTransformer(),this._stackItem.isNoWrap),this._stackItem.stashedLineBreaks=0}addLiteral(R){if(!(this._stackItem instanceof aR||this._stackItem instanceof Of||this._stackItem instanceof Sf))return;if(R.length===0)return;if(this._stackItem.isPre){this._stackItem.rawText+=R;return}if(this._stackItem.stashedLineBreaks)this._stackItem.inlineTextBuilder.startNewLine(this._stackItem.stashedLineBreaks);this.whitespaceProcessor.addLiteral(R,this._stackItem.inlineTextBuilder,this._stackItem.isNoWrap),this._stackItem.stashedLineBreaks=0}openBlock({leadingLineBreaks:R=1,reservedLineLength:f=0,isPre:A=!1}={}){const H=Math.max(20,this._stackItem.inlineTextBuilder.maxLineLength-f);if(this._stackItem=new aR(this.options,this._stackItem,R,H),A)this._stackItem.isPre=!0}closeBlock({trailingLineBreaks:R=1,blockTransform:f=void 0}={}){const A=this._popStackItem(),H=f?f(tf(A)):tf(A);VH(this._stackItem,H,A.leadingLineBreaks,Math.max(A.stashedLineBreaks,R))}openList({maxPrefixLength:R=0,prefixAlign:f="left",interRowLineBreaks:A=1,leadingLineBreaks:H=2}={}){this._stackItem=new z1(this.options,this._stackItem,{interRowLineBreaks:A,leadingLineBreaks:H,maxLineLength:this._stackItem.inlineTextBuilder.maxLineLength,maxPrefixLength:R,prefixAlign:f})}openListItem({prefix:R=""}={}){if(!(this._stackItem instanceof z1))throw new Error("Can\'t add a list item to something that is not a list! Check the formatter.");const f=this._stackItem,A=Math.max(R.length,f.maxPrefixLength),H=Math.max(20,f.inlineTextBuilder.maxLineLength-A);this._stackItem=new Of(this.options,f,{prefix:R,maxLineLength:H,leadingLineBreaks:f.interRowLineBreaks})}closeListItem(){const R=this._popStackItem(),f=R.next,A=Math.max(R.prefix.length,f.maxPrefixLength),H="\n"+" ".repeat(A),F=(f.prefixAlign==="right"?R.prefix.padStart(A):R.prefix.padEnd(A))+tf(R).replace(/\n/g,H);VH(f,F,R.leadingLineBreaks,Math.max(R.stashedLineBreaks,f.interRowLineBreaks))}closeList({trailingLineBreaks:R=2}={}){const f=this._popStackItem(),A=tf(f);if(A)VH(this._stackItem,A,f.leadingLineBreaks,R)}openTable(){this._stackItem=new E1(this._stackItem)}openTableRow(){if(!(this._stackItem instanceof E1))throw new Error("Can\'t add a table row to something that is not a table! Check the formatter.");this._stackItem=new T1(this._stackItem)}openTableCell({maxColumnWidth:R=void 0}={}){if(!(this._stackItem instanceof T1))throw new Error("Can\'t add a table cell to something that is not a table row! Check the formatter.");this._stackItem=new Sf(this.options,this._stackItem,R)}closeTableCell({colspan:R=1,rowspan:f=1}={}){const A=this._popStackItem(),H=aU(tf(A),"\n");A.next.cells.push({colspan:R,rowspan:f,text:H})}closeTableRow(){const R=this._popStackItem();R.next.rows.push(R.cells)}closeTable({tableToString:R,leadingLineBreaks:f=2,trailingLineBreaks:A=2}){const H=this._popStackItem(),P=R(H.rows);if(P)VH(this._stackItem,P,f,A)}toString(){return tf(this._stackItem.getRoot())}}var a8=Object.freeze({__proto__:null,block:i8,blockHtml:d8,blockString:m8,blockTag:s8,inline:c8,inlineHtml:l8,inlineString:x8,inlineSurround:k8,inlineTag:p8,skip:C8}),IJ=Object.freeze({__proto__:null,anchor:hJ,blockquote:PJ,dataTable:HG,heading:HJ,horizontalLine:RJ,image:FJ,lineBreak:t8,orderedList:UJ,paragraph:fJ,pre:AJ,table:DJ,unorderedList:$J,wbr:e8}),qJ={baseElements:{selectors:["body"],orderBy:"selectors",returnDomByDefault:!0},decodeEntities:!0,encodeCharacters:{},formatters:{},limits:{ellipsis:"...",maxBaseElements:void 0,maxChildNodes:void 0,maxDepth:void 0,maxInputLength:1<<24},longWordSplit:{forceWrapOnLimit:!1,wrapCharacters:[]},preserveNewlines:!1,selectors:[{selector:"*",format:"inline"},{selector:"a",format:"anchor",options:{baseUrl:null,hideLinkHrefIfSameAsText:!1,ignoreHref:!1,linkBrackets:["[","]"],noAnchorUrl:!0}},{selector:"article",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"aside",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"blockquote",format:"blockquote",options:{leadingLineBreaks:2,trailingLineBreaks:2,trimEmptyLines:!0}},{selector:"br",format:"lineBreak"},{selector:"div",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"footer",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"form",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"h1",format:"heading",options:{leadingLineBreaks:3,trailingLineBreaks:2,uppercase:!0}},{selector:"h2",format:"heading",options:{leadingLineBreaks:3,trailingLineBreaks:2,uppercase:!0}},{selector:"h3",format:"heading",options:{leadingLineBreaks:3,trailingLineBreaks:2,uppercase:!0}},{selector:"h4",format:"heading",options:{leadingLineBreaks:2,trailingLineBreaks:2,uppercase:!0}},{selector:"h5",format:"heading",options:{leadingLineBreaks:2,trailingLineBreaks:2,uppercase:!0}},{selector:"h6",format:"heading",options:{leadingLineBreaks:2,trailingLineBreaks:2,uppercase:!0}},{selector:"header",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"hr",format:"horizontalLine",options:{leadingLineBreaks:2,length:void 0,trailingLineBreaks:2}},{selector:"img",format:"image",options:{baseUrl:null,linkBrackets:["[","]"]}},{selector:"main",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"nav",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"ol",format:"orderedList",options:{leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"p",format:"paragraph",options:{leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"pre",format:"pre",options:{leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"section",format:"block",options:{leadingLineBreaks:1,trailingLineBreaks:1}},{selector:"table",format:"table",options:{colSpacing:3,leadingLineBreaks:2,maxColumnWidth:60,rowSpacing:0,trailingLineBreaks:2,uppercaseHeaderCells:!0}},{selector:"ul",format:"unorderedList",options:{itemPrefix:" * ",leadingLineBreaks:2,trailingLineBreaks:2}},{selector:"wbr",format:"wbr"}],tables:[],whitespaceCharacters:` \r
3
3
  \u200B`,wordwrap:80},JJ=(R,f,A)=>[...R,...f],PG=(R,f,A)=>[...f],XJ=(R,f,A)=>R.some((H)=>typeof H==="object")?JJ(R,f):PG(R,f);var DY=kU($Y(),1);var{defineProperty:N7,getOwnPropertySymbols:UY}=Object,j7=Object.prototype.hasOwnProperty,V7=Object.prototype.propertyIsEnumerable,GY=(R,f,A)=>(f in R)?N7(R,f,{enumerable:!0,configurable:!0,writable:!0,value:A}):R[f]=A,AF=(R,f)=>{for(var A in f||(f={}))if(j7.call(f,A))GY(R,A,f[A]);if(UY){for(var A of UY(f))if(V7.call(f,A))GY(R,A,f[A])}return R},Q7=((R)=>typeof import.meta.require!=="undefined"?import.meta.require:typeof Proxy!=="undefined"?new Proxy(R,{get:(f,A)=>(typeof import.meta.require!=="undefined"?import.meta.require:f)[A]}):R)(function(R){if(typeof import.meta.require!=="undefined")return import.meta.require.apply(this,arguments);throw Error('Dynamic require of "'+R+'" is not supported')}),HF=(R,f,A)=>{return new Promise((H,P)=>{var F=(U)=>{try{$(A.next(U))}catch(G){P(G)}},h=(U)=>{try{$(A.throw(U))}catch(G){P(G)}},$=(U)=>U.done?H(U.value):Promise.resolve(U.value).then(F,h);$((A=A.apply(R,f)).next())})},E7={unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_char:" ",indent_size:2,sep:"\n"},T7=(R,f={})=>{return DY.default.html(R,AF(AF({},E7),f))},O7=[{selector:"img",format:"skip"},{selector:"#__react-email-preview",format:"skip"},{selector:"a",options:{linkBrackets:!1}}];var YY=new TextDecoder("utf-8"),WY=(R)=>HF(void 0,null,function*(){let f="";if("pipeTo"in R){const A=new WritableStream({write(H){f+=YY.decode(H)}});yield R.pipeTo(A)}else{const{Writable:A}=Q7("stream"),H=new A({write(P,F,h){f+=YY.decode(P),h()}});return R.pipe(H),new Promise((P,F)=>{H.on("error",F),H.on("close",()=>{P(f)})})}return f}),gH=(R,f)=>HF(void 0,null,function*(){const A=yield import("react-dom/server");let H;if(Object.hasOwn(A,"renderToReadableStream"))H=yield WY(yield A.renderToReadableStream(R));else yield new Promise((h,$)=>{const U=A.renderToPipeableStream(R,{onAllReady(){return HF(this,null,function*(){H=yield WY(U),h()})},onError(G){$(G)}})});if(f==null?void 0:f.plainText)return K1(H,AF({selectors:O7},f.htmlToTextOptions));const F=`${'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'}${H.replace(/<!DOCTYPE.*?>/,"")}`;if(f==null?void 0:f.pretty)return T7(F);return F});var{defineProperty:S7,defineProperties:v7,getOwnPropertyDescriptors:w7,getOwnPropertySymbols:ZY}=Object,B7=Object.prototype.hasOwnProperty,K7=Object.prototype.propertyIsEnumerable,IY=(R,f,A)=>(f in R)?S7(R,f,{enumerable:!0,configurable:!0,writable:!0,value:A}):R[f]=A,T0=(R,f)=>{for(var A in f||(f={}))if(B7.call(f,A))IY(R,A,f[A]);if(ZY){for(var A of ZY(f))if(K7.call(f,A))IY(R,A,f[A])}return R},b7=(R,f)=>v7(R,w7(f)),B=(R,f,A)=>{return new Promise((H,P)=>{var F=(U)=>{try{$(A.next(U))}catch(G){P(G)}},h=(U)=>{try{$(A.throw(U))}catch(G){P(G)}},$=(U)=>U.done?H(U.value):Promise.resolve(U.value).then(F,h);$((A=A.apply(R,f)).next())})},g7="3.4.0",u7=class{constructor(R){this.resend=R}create(R){return B(this,arguments,function*(f,A={}){return yield this.resend.post("/api-keys",f,A)})}list(){return B(this,null,function*(){return yield this.resend.get("/api-keys")})}remove(R){return B(this,null,function*(){return yield this.resend.delete(`/api-keys/${R}`)})}},C7=class{constructor(R){this.resend=R}create(R){return B(this,arguments,function*(f,A={}){return yield this.resend.post("/audiences",f,A)})}list(){return B(this,null,function*(){return yield this.resend.get("/audiences")})}get(R){return B(this,null,function*(){return yield this.resend.get(`/audiences/${R}`)})}remove(R){return B(this,null,function*(){return yield this.resend.delete(`/audiences/${R}`)})}},x7=class{constructor(R){this.resend=R}send(R){return B(this,arguments,function*(f,A={}){return this.create(f,A)})}create(R){return B(this,arguments,function*(f,A={}){for(let P of f)if(P.react)P.html=yield gH(P.react),delete P.react;return yield this.resend.post("/emails/batch",f,A)})}},m7=class{constructor(R){this.resend=R}create(R){return B(this,arguments,function*(f,A={}){return yield this.resend.post(`/audiences/${f.audienceId}/contacts`,{unsubscribed:f.unsubscribed,email:f.email,first_name:f.firstName,last_name:f.lastName},A)})}list(R){return B(this,null,function*(){return yield this.resend.get(`/audiences/${R.audienceId}/contacts`)})}get(R){return B(this,null,function*(){return yield this.resend.get(`/audiences/${R.audienceId}/contacts/${R.id}`)})}update(R){return B(this,null,function*(){return yield this.resend.patch(`/audiences/${R.audienceId}/contacts/${R.id}`,{unsubscribed:R.unsubscribed,first_name:R.firstName,last_name:R.lastName})})}remove(R){return B(this,null,function*(){return yield this.resend.delete(`/audiences/${R.audienceId}/contacts/${(R==null?void 0:R.email)?R==null?void 0:R.email:R==null?void 0:R.id}`)})}},c7=class{constructor(R){this.resend=R}create(R){return B(this,arguments,function*(f,A={}){return yield this.resend.post("/domains",f,A)})}list(){return B(this,null,function*(){return yield this.resend.get("/domains")})}get(R){return B(this,null,function*(){return yield this.resend.get(`/domains/${R}`)})}update(R){return B(this,null,function*(){return yield this.resend.patch(`/domains/${R.id}`,{click_tracking:R.clickTracking,open_tracking:R.openTracking,tls:R.tls})})}remove(R){return B(this,null,function*(){return yield this.resend.delete(`/domains/${R}`)})}verify(R){return B(this,null,function*(){return yield this.resend.post(`/domains/${R}/verify`)})}},i7=class{constructor(R){this.resend=R}send(R){return B(this,arguments,function*(f,A={}){return this.create(f,A)})}create(R){return B(this,arguments,function*(f,A={}){if(f.react)f.html=yield gH(f.react),delete f.react;return yield this.resend.post("/emails",f,A)})}get(R){return B(this,null,function*(){return yield this.resend.get(`/emails/${R}`)})}},qY="https://api.resend.com",JY=`resend-node:${g7}`,p7=typeof process!=="undefined"&&process.env?process.env.RESEND_BASE_URL||qY:qY,s7=typeof process!=="undefined"&&process.env?process.env.RESEND_USER_AGENT||JY:JY,XY=class{constructor(R){if(this.key=R,this.apiKeys=new u7(this),this.audiences=new C7(this),this.batch=new x7(this),this.contacts=new m7(this),this.domains=new c7(this),this.emails=new i7(this),!R){if(typeof process!=="undefined"&&process.env)this.key=process.env.RESEND_API_KEY;if(!this.key)throw new Error('Missing API key. Pass it to the constructor `new Resend("re_123")`')}this.headers=new Headers({Authorization:`Bearer ${this.key}`,"User-Agent":s7,"Content-Type":"application/json"})}fetchRequest(R){return B(this,arguments,function*(f,A={}){try{const H=yield fetch(`${p7}${f}`,A);if(!H.ok)try{const F=yield H.text();return{data:null,error:JSON.parse(F)}}catch(F){if(F instanceof SyntaxError)return{data:null,error:{name:"application_error",message:"Internal server error. We are unable to process your request right now, please try again later."}};const h={message:H.statusText,name:"application_error"};if(F instanceof Error)return{data:null,error:b7(T0({},h),{message:F.message})};return{data:null,error:h}}return{data:yield H.json(),error:null}}catch(H){return{data:null,error:{name:"application_error",message:"Unable to fetch data. The request could not be resolved."}}}})}post(R,f){return B(this,arguments,function*(A,H,P={}){const F=T0({method:"POST",headers:this.headers,body:JSON.stringify(H)},P);return this.fetchRequest(A,F)})}get(R){return B(this,arguments,function*(f,A={}){const H=T0({method:"GET",headers:this.headers},A);return this.fetchRequest(f,H)})}put(R,f){return B(this,arguments,function*(A,H,P={}){const F=T0({method:"PUT",headers:this.headers,body:JSON.stringify(H)},P);return this.fetchRequest(A,F)})}patch(R,f){return B(this,arguments,function*(A,H,P={}){const F=T0({method:"PATCH",headers:this.headers,body:JSON.stringify(H)},P);return this.fetchRequest(A,F)})}delete(R,f){return B(this,null,function*(){const A={method:"DELETE",headers:this.headers,body:JSON.stringify(f)};return this.fetchRequest(R,A)})}};var LY={resend:async(R)=>{const f=new XY(process.env.RESEND_API_KEY),{data:A,error:H}=await f.emails.send({...R});if(H)throw H;if(A)return!0}};class PF{provider="resend";send;constructor(){this.send=LY[this.provider]}}var Zf=function(R,f,A,H,P){function F(...U){if(!(this instanceof F))throw new TypeError(ch);AI(this,f(...U))}function h(U,G){return Object.defineProperties(function(...Y){return U.call(this,$(this),...Y)},XF(G))}function $(U){const G=NR(U);if(!G||G.branding!==R)throw new TypeError(ch);return G}return Object.defineProperties(F.prototype,{...gY(eR(h,A)),...FA(eR(h,H)),...nH("Temporal."+R)}),Object.defineProperties(F,{...FA(P),...XF(R)}),[F,(U)=>{const G=Object.create(F.prototype);return AI(G,U),G},$]},FI=function(R){return R=R.concat("id").sort(),(f)=>{if(!uY(f,R))throw new TypeError(VZ);return f}},H0=function(R){if(NR(R)||R.calendar!==void 0||R.timeZone!==void 0)throw new TypeError(MZ);return R},iP=function(R,f){const A={};for(let H in R)A[H]=({o:P},F)=>{const h=NR(F)||{},{branding:$}=h,U=$===qA||f.includes($)?h:wR(F);return P[H](U)};return A},L$=function(R){const f={};for(let A in R)f[A]=(H)=>{const{calendar:P}=H;return(F=P,typeof F=="string"?tA(F):(h=F,Object.assign(Object.create(R6),{i:h})))[A](H);var F,h};return f},of=function(){throw new TypeError(NZ)},t0=function({calendar:R}){return typeof R=="string"?new T$(R):R},eZ=function(R,f){if(f=FR(f),ZR(R)){const H=NR(R);if(H&&H.branding===nA)return g(f),H;const P=UI(R);return vh(_P(P||v),!P,R,f)}const A=dW(tA,R);return g(f),A},hI=function(R,f,A){return H=f.call(R,vR(IR(A))),nF(x0(H));var H},pP=function(R,f=DI){const A=Object.keys(f).sort(),H={};for(let P of A)H[P]=O(f[P],R,xZ(R[P]));return H},i=function(R,f){return typeof R=="string"?mP(R):pP(R,f)},GR=function(R){return i(R,X$)},Wf=function(R){if(ZR(R)){const f=NR(R);if(f)switch(f.branding){case CP:return f;case Ef:return IR(f.epochNanoseconds)}}return cW(R)};var RI=function(R,f,A){const H=f.l(Wf(A).epochNanoseconds,R);return H?vR(IR(H)):null},d=function(R){return ZR(R)?(NR(R)||{}).timeZone||h6(R):((f)=>jP(oW(e(f))))(R)},df=function(R,f){if(ZR(R)){const A=NR(R)||{};switch(A.branding){case uP:return g(f),A;case JA:return g(f),Af(A);case Ef:return g(f),uh(GR,A)}return OD(R,f)}return g(f),kW(R)},M$=function(R){return R===void 0?void 0:df(R)},R0=function(R,f){if(f=FR(f),ZR(R)){const H=NR(R);return H&&H.branding===rA?(g(f),H):Sh(kP(e0(R)),R,f)}const A=lW(tA,R);return g(f),A},kf=function(R,f){if(f=FR(f),ZR(R)){const H=NR(R)||{};switch(H.branding){case JA:return g(f),H;case qA:return g(f),hR({...H,...tR});case Ef:return g(f),bh(GR,H)}return TD(aP(e0(R)),R,f)}const A=sW(R);return g(f),A},wR=function(R,f){if(f=FR(f),ZR(R)){const H=NR(R)||{};switch(H.branding){case qA:return g(f),H;case JA:return g(f),$R(H);case Ef:return g(f),gh(GR,H)}return Oh(aP(e0(R)),R,f)}const A=yP(R);return g(f),A},$I=function(R,f,A){return Rf(f.call(R,fR($R(A,R))))},If=function(R){return(f)=>typeof f=="string"?tA(f):((A,H)=>{const P=Object.keys(H).sort(),F={};for(let h of P)F[h]=O(H[h],A,A[h]);return F})(f,R)},RR=function(R){if(ZR(R)){const f=NR(R);return f&&f.branding===xP?f:SD(R)}return aW(R)},n0=function(R){if(R!==void 0){if(ZR(R)){const f=NR(R)||{};switch(f.branding){case Ef:case qA:return f;case JA:return $R(f)}const A=e0(R);return{...zD(d,i,aP(A),R),calendar:A}}return iW(R)}},e0=function(R){return UI(R)||v},UI=function(R){const{calendar:f}=R;if(f!==void 0)return yR(f)},yR=function(R){return ZR(R)?(NR(R)||{}).calendar||N6(R):((f)=>i0(_W(e(f))))(R)},f0=function(R,f){if(f=FR(f),ZR(R)){const A=NR(R);if(A&&A.branding===Ef)return m0(f),A;const H=e0(R);return ED(d,i,aP(H),H,R,f)}return pW(R,f)},fI=function(R){return eR((f)=>(A)=>f(J$(A)),R)},J$=function(R){return OR(R,GR)},mL=function(){const R=lf.prototype,f=Object.getOwnPropertyDescriptors(R),A=Object.getOwnPropertyDescriptors(lf),H=function(P,F={}){if(!(this instanceof H))return new H(P,F);O$.set(this,((h,$={})=>{const U=new lf(h,$),G=U.resolvedOptions(),Y=G.locale,W=xR(Object.keys($),G),D=uR(pL),Z=(...J)=>{let X;const L=J.map((j,V)=>{const z=NR(j),s=(z||{}).branding;if(V&&X&&X!==s)throw new TypeError(EZ);return X=s,z});return X?D(X)(Y,W,...L):[U,...J]};return Z.u=U,Z})(P,F))};for(let P in f){const F=f[P],h=P.startsWith("format")&&cL(P);typeof F.value=="function"?F.value=P==="constructor"?H:h||iL(P):h&&(F.get=function(){return h.bind(this)})}return A.prototype.value=Object.create(R,f),Object.defineProperties(H,A),H},cL=function(R){return function(...f){const A=O$.get(this),[H,...P]=A(...f);return H[R](...P)}},iL=function(R){return function(...f){return O$.get(this).u[R](...f)}},pL=function(R){const f=sL[R];if(!f)throw new TypeError(zZ(R));return Vf(f,uR(Ch))};var KR=function(R,f,A,H,P){return oR(f,bY(R,f),A,H,P)},oR=function(R,f,A,H,P,F){const h=GF(f,A,H);if(P&&f!==h)throw new RangeError(XZ(R,f,A,H,F));return h},bY=function(R,f){const A=R[f];if(A===void 0)throw new TypeError(xh(f));return A},ZR=function(R){return R!==null&&/object|function/.test(typeof R)},uR=function(R,f=Map){const A=new f;return(H,...P)=>{if(A.has(H))return A.get(H);const F=R(H,...P);return A.set(H,F),F}},XF=function(R){return FA({name:R},1)},FA=function(R,f){return eR((A)=>({value:A,configurable:1,writable:!f}),R)},gY=function(R){return eR((f)=>({get:f,configurable:1}),R)},nH=function(R){return{[Symbol.toStringTag]:{value:R,configurable:1}}},cA=function(R,f){const A={};let H=R.length;for(let P of f)A[R[--H]]=P;return A},eR=function(R,f,A){const H={};for(let P in f)H[P]=R(f[P],P,A);return H},u0=function(R,f,A){const H={};for(let P=0;P<f.length;P++){const F=f[P];H[F]=R(F,P,A)}return H},l7=function(R,f,A){const H={};for(let P=0;P<R.length;P++)H[f[P]]=A[R[P]];return H},xR=function(R,f){const A={};for(let H of R)A[H]=f[H];return A},LF=function(R,f){const A={};for(let H in f)R.has(H)||(A[H]=f[H]);return A},MF=function(R){R={...R};const f=Object.keys(R);for(let A of f)R[A]===void 0&&delete R[A];return R},uY=function(R,f){for(let A of f)if(!(A in R))return 0;return 1},CY=function(R,f,A){for(let H of R)if(f[H]!==A[H])return 0;return 1},xY=function(R,f,A){const H={...A};for(let P=0;P<f;P++)H[R[P]]=0;return H},O=function(R,...f){return(...A)=>R(...f,...A)},MY=function(R){return R[0].toUpperCase()+R.substring(1)},C0=function(R){return R.slice().sort()},pH=function(R,f){return String(f).padStart(R,"0")},Kf=function(R,f){return Math.sign(R-f)},GF=function(R,f,A){return Math.min(Math.max(R,f),A)},Mf=function(R,f){return[Math.floor(R/f),S0(R,f)]},S0=function(R,f){return(R%f+f)%f},uf=function(R,f){return[tH(R,f),yF(R,f)]},tH=function(R,f){return Math.trunc(R/f)||0},yF=function(R,f){return R%f||0},uH=function(R){return Math.abs(R%1)===0.5},mY=function(R,f,A){let H=0,P=0;for(let $=0;$<=f;$++){const U=R[A[$]],G=Gf[$],Y=m/G,[W,D]=uf(U,Y);H+=D*G,P+=W}const[F,h]=uf(H,m);return[P+F,h]},eH=function(R,f,A){const H={};for(let P=f;P>=0;P--){const F=Gf[P];H[A[P]]=tH(R,F),R=yF(R,F)}return H},cY=function(R){return R===v?KP:[]},iY=function(R){return R===v?a0:[]},pY=function(R){return R===v?["year","day"]:[]},sY=function(R){if(R!==void 0)return e(R)},lY=function(R){if(R!==void 0)return Rf(R)},NF=function(R){if(R!==void 0)return x0(R)},Rf=function(R){return aY(x0(R))},x0=function(R){return kY(g4(R))},jF=function(R){if(R==null)throw new TypeError("Cannot be null or undefined");return R},dY=function(R,f){if(f==null)throw new RangeError(xh(R));return f},Nf=function(R){if(!ZR(R))throw new TypeError(JZ);return R},RP=function(R,f,A=R){if(typeof f!==R)throw new TypeError(l0(A,f));return f},kY=function(R,f="number"){if(!Number.isInteger(R))throw new RangeError(h4(f,R));return R||0},aY=function(R,f="number"){if(R<=0)throw new RangeError($4(f,R));return R},VF=function(R){if(typeof R=="symbol")throw new TypeError(W4);return String(R)},sH=function(R,f){return ZR(R)?String(R):e(R,f)},fP=function(R){if(typeof R=="string")return BigInt(R);if(typeof R!="bigint")throw new TypeError(Y4(R));return R},_Y=function(R,f="number"){if(typeof R=="bigint")throw new TypeError(G4(f));if(R=Number(R),!Number.isFinite(R))throw new RangeError(U4(f,R));return R},QR=function(R,f){return Math.trunc(_Y(R,f))||0},oY=function(R,f){return kY(_Y(R,f),f)},yY=function(R,f){return aY(QR(R,f),f)},QF=function(R,f){let[A,H]=uf(f,m),P=R+A;const F=Math.sign(P);return F&&F===-Math.sign(H)&&(P-=F,H+=F*m),[P,H]},gA=function(R,f,A=1){return QF(R[0]+f[0]*A,R[1]+f[1]*A)},uA=function(R,f){return QF(R[0],R[1]+f)},pR=function(R,f){return gA(f,R,-1)},ER=function(R,f){return Kf(R[0],f[0])||Kf(R[1],f[1])},rY=function(R,f,A){return ER(R,f)===-1||ER(R,A)===1},AP=function(R,f=1){const A=BigInt(m/f);return[Number(R/A),Number(R%A)*f]},CA=function(R,f=1){const A=m/f,[H,P]=uf(R,A);return[H,P*f]},nY=function(R,f=1){const[A,H]=R,P=Math.floor(H/f),F=m/f;return BigInt(A)*BigInt(F)+BigInt(P)},sR=function(R,f=1,A){const[H,P]=R,[F,h]=uf(P,f);return H*(m/f)+(F+(A?h/f:0))},zF=function(R,f,A=Mf){const[H,P]=R,[F,h]=A(P,f);return[H*(m/f)+F,h]},EF=function(R,f){const A=R.formatToParts(f),H={};for(let P of A)H[P.type]=P.value;return H},TF=function(R){return KR(R,"isoYear",g0,b0,1),R.isoYear===g0?KR(R,"isoMonth",4,12,1):R.isoYear===b0&&KR(R,"isoMonth",1,9,1),R},bf=function(R){return jf({...R,...tR,isoHour:12}),R},jf=function(R){const f=KR(R,"isoYear",g0,b0,1),A=f===g0?1:f===b0?-1:0;return A&&lR(zR({...R,isoDay:R.isoDay+A,isoNanosecond:R.isoNanosecond-A})),R},lR=function(R){if(!R||rY(R,p4,i4))throw new RangeError(SP);return R},Cf=function(R){return mY(R,5,Pf)[1]},HP=function(R){const[f,A]=Mf(R,m);return[eH(A,5,Pf),f]},tY=function(R){return eY(R)[0]},eY=function(R){return zF(R,nR)},TR=function(R){return iA(R.isoYear,R.isoMonth,R.isoDay,R.isoHour,R.isoMinute,R.isoSecond,R.isoMillisecond)},zR=function(R){const f=TR(R);if(f!==void 0){const[A,H]=uf(f,gR);return[A,H*Yf+(R.isoMicrosecond||0)*IA+(R.isoNanosecond||0)]}},OF=function(R,f){const[A,H]=HP(Cf(R)-f);return lR(zR({...R,isoDay:R.isoDay+H,...A}))},lH=function(...R){return iA(...R)/OZ},iA=function(...R){const[f,A]=RW(...R),H=f.valueOf();if(!isNaN(H))return H-A*gR},RW=function(R,f=1,A=1,H=0,P=0,F=0,h=0){const $=R===g0?1:R===b0?-1:0,U=new Date;return U.setUTCHours(H,P,F,h),U.setUTCFullYear(R,f-1,A+$),[U,$]},mf=function(R,f){let[A,H]=uA(R,f);H<0&&(H+=m,A-=1);const[P,F]=Mf(H,Yf),[h,$]=Mf(F,IA);return PP(A*gR+P,h,$)},PP=function(R,f=0,A=0){const H=Math.ceil(Math.max(0,Math.abs(R)-c4)/gR)*Math.sign(R),P=new Date(R-H*gR);return cA(gP,[P.getUTCFullYear(),P.getUTCMonth()+1,P.getUTCDate()+H,P.getUTCHours(),P.getUTCMinutes(),P.getUTCSeconds(),P.getUTCMilliseconds(),f,A])},fW=function(R){return[R.isoYear,R.isoMonth,R.isoDay]},AW=function(){return Lf},SF=function(R,f){switch(f){case 2:return vF(R)?29:28;case 4:case 6:case 9:case 11:return 30}return 31},HW=function(R){return vF(R)?366:365},vF=function(R){return R%4==0&&(R%100!=0||R%400==0)},PW=function(R){const[f,A]=RW(R.isoYear,R.isoMonth,R.isoDay);return S0(f.getUTCDay()-A,7)||7},FW=function({isoYear:R}){return R<1?["bce",1-R]:["ce",R]},d7=function(R){const f=TR(R);if(f<l4)return FW(R);const A=EF(A$(xA),f),{era:H,eraYear:P}=JD(A,xA);return[H,P]},FP=function(R){return hA(R),hP(R,1),R},hA=function(R){return hW(R,1),R},NY=function(R){return CY(_h,R,hW(R))},hW=function(R,f){const{isoYear:A}=R,H=KR(R,"isoMonth",1,AW(),f);return{isoYear:A,isoMonth:H,isoDay:KR(R,"isoDay",1,SF(A,H),f)}},hP=function(R,f){return cA(Pf,[KR(R,"isoHour",0,23,f),KR(R,"isoMinute",0,59,f),KR(R,"isoSecond",0,59,f),KR(R,"isoMillisecond",0,999,f),KR(R,"isoMicrosecond",0,999,f),KR(R,"isoNanosecond",0,999,f)])},g=function(R){return R===void 0?0:dZ(Nf(R))},m0=function(R,f=0){R=ff(R);const A=kZ(R),H=RL(R,f);return[dZ(R),H,A]},wF=function(R){return kZ(ff(R))},$W=function(R){return R=ff(R),nh(R,9,6,1)},pA=function(R,f,A,H=9,P=0,F=4){f=ff(f);let h=nh(f,H,P),$=bF(f),U=o0(f,F);const G=_0(f,H,P,1);return h==null?h=Math.max(A,G):WW(h,G),$=gF($,G,1),R&&(U=((Y)=>Y<4?(Y+2)%4:Y)(U)),[h,G,$,U]},$P=function(R,f=6,A){let H=bF(R=uF(R,rH));const P=o0(R,7);let F=_0(R,f);return F=dY(rH,F),H=gF(H,F,void 0,A),[F,H,P]},BF=function(R){return th(ff(R))},UW=function(R,f){return KF(ff(R),f)},KF=function(R,f=4){const A=YW(R);return[o0(R,4),...GW(_0(R,f),A)]},GW=function(R,f){return R!=null?[Gf[R],R<4?9-3*R:-1]:[f===void 0?1:10**(9-f),f]},bF=function(R){const f=R[v0];return f===void 0?1:QR(f,v0)},gF=function(R,f,A,H){const P=H?m:Gf[f+1];if(P){const F=Gf[f];if(P%((R=oR(v0,R,1,P/F-(H?0:1),1))*F))throw new RangeError(l0(v0,R))}else R=oR(v0,R,1,A?1e9:1,1);return R},YW=function(R){let f=R[UF];if(f!==void 0){if(typeof f!="number"){if(VF(f)==="auto")return;throw new RangeError(l0(UF,f))}f=oR(UF,Math.floor(f),0,9,1)}return f},ff=function(R){return R===void 0?{}:Nf(R)},uF=function(R,f){return typeof R=="string"?{[f]:R}:Nf(R)},FR=function(R){if(R!==void 0){if(ZR(R))return Object.assign(Object.create(null),R);throw new TypeError(JZ)}},UP=function(R,f){return R&&Object.assign(Object.create(null),R,{overflow:k4[f]})},CF=function(R,f,A=9,H=0,P){let F=f[R];if(F===void 0)return P?H:void 0;if(F=VF(F),F==="auto")return P?H:null;let h=ZF[F];if(h===void 0&&(h=x4[F]),h===void 0)throw new RangeError(yZ(R,F,ZF));return oR(R,h,H,A,1,k0),h},$A=function(R,f,A,H=0){const P=A[R];if(P===void 0)return H;const F=VF(P),h=f[F];if(h===void 0)throw new RangeError(yZ(R,F,f));return h},WW=function(R,f){if(f>R)throw new RangeError(v4)},IR=function(R){return{branding:CP,epochNanoseconds:R}},LR=function(R,f,A){return{branding:Ef,calendar:A,timeZone:f,epochNanoseconds:R}},hR=function(R,f=R.calendar){return{branding:JA,calendar:f,...xR(iZ,R)}},$R=function(R,f=R.calendar){return{branding:qA,calendar:f,...xR(oh,R)}},HA=function(R,f=R.calendar){return{branding:rA,calendar:f,...xR(oh,R)}},dH=function(R,f=R.calendar){return{branding:nA,calendar:f,...xR(oh,R)}},Af=function(R){return{branding:uP,...xR(cZ,R)}},k=function(R){return{branding:xP,sign:cf(R),...xR(dh,R)}},DW=function(R){return tY(R.epochNanoseconds)},GP=function(R){return zF(R.epochNanoseconds,Yf)[0]},ZW=function(R){return nY(R.epochNanoseconds,IA)},IW=function(R){return nY(R.epochNanoseconds)},qW=function(R){return R.epochNanoseconds},JR=function(R){return typeof R=="string"?R:e(R.id)},sA=function(R,f){return R===f||JR(R)===JR(f)},JW=function(R,f,A,H,P){const F=PA(H),[h,$]=((L,j)=>{const V=j((L=uF(L,JF))[sZ]);let z=e4(L);return z=dY(JF,z),[z,V]})(P,R);if(B0(Math.max(h,F),$))return jY(H,h);if(!$)throw new RangeError(vP);const[U,G,Y]=qP(f,A,$),W=$h(Y),D=JP(Y),Z=Uh(Y),J=D(G,U,H),X=Z(G,U,J,h);return B0(h,$)?jY(X,h):((L,j,V,z,s,l,c)=>{const a=cf(L),[qR,YR]=xF(z,ah(V,L),V,a,s,l,c),P0=mF(j,qR,YR);return L[u[V]]+P0*a})(X,W(J),h,G,U,W,D)},jY=function(R,f){return sR(DR(R),Gf[f],1)},xF=function(R,f,A,H,P,F,h){const $=u[A],U={...f,[$]:f[$]+H},G=h(R,P,f),Y=h(R,P,U);return[F(G),F(Y)]},mF=function(R,f,A){const H=sR(pR(f,A));if(!H)throw new RangeError(d0);return sR(pR(f,R))/H},XW=function(R,f){const[A,H,P]=$P(f,5,1);return IR(WP(R.epochNanoseconds,A,H,P,1))},LW=function(R,f,A){let{epochNanoseconds:H,timeZone:P,calendar:F}=f;const[h,$,U]=$P(A);if(h===0&&$===1)return f;const G=R(P);if(h===6)H=((Y,W,D,Z)=>{const J=OR(D,W),[X,L]=Y(J),j=D.epochNanoseconds,V=CR(W,X),z=CR(W,L);if(rY(j,V,z))throw new RangeError(d0);return TW(mF(j,V,z),Z)?z:V})(zW,G,f,U);else{const Y=G.getOffsetNanosecondsFor(H);H=GA(G,VW(mf(H,Y),h,$,U),Y,2,0,1)}return LR(H,P,F)},MW=function(R,f){return hR(VW(R,...$P(f)),R.calendar)},yW=function(R,f){const[A,H,P]=$P(f,5);var F;return Af((F=P,cF(R,c0(A,H),F)[0]))},NW=function(R,f){const A=R(f.timeZone),H=OR(f,A),[P,F]=zW(H),h=sR(pR(CR(A,P),CR(A,F)),BP,1);if(h<=0)throw new RangeError(d0);return h},jW=function(R,f){const{timeZone:A,calendar:H}=f,P=((F,h,$)=>CR(h,F(OR($,h))))(EW,R(A),f);return LR(P,A,H)},VW=function(R,f,A,H){return QW(R,c0(f,A),H)},QW=function(R,f,A){const[H,P]=cF(R,f,A);return jf({...YA(R,P),...H})},cF=function(R,f,A){return HP(xf(Cf(R),f,A))},kH=function(R){return xf(R,wP,7)},c0=function(R,f){return Gf[R]*f},zW=function(R){const f=EW(R);return[f,YA(f,1)]},EW=function(R){return m4(6,R)},k7=function(R,f,A){const H=Math.min(PA(R),6);return dA(DP(DR(R,H),f,A),H)},YP=function(R,f,A,H,P,F,h,$,U,G){if(H===0&&P===1)return R;const Y=B0(H,$)?XP($)&&H<6&&A>=6?_7:a7:o7;let[W,D,Z]=Y(R,f,A,H,P,F,h,$,U,G);return Z&&H!==7&&(W=((J,X,L,j,V,z,s,l)=>{const c=cf(J);for(let a=j+1;a<=L;a++){if(a===7&&L!==7)continue;const qR=ah(a,J);qR[u[a]]+=c;const YR=sR(pR(s(l(V,z,qR)),X));if(YR&&Math.sign(YR)!==c)break;J=qR}return J})(W,D,A,Math.max(6,H),h,$,U,G)),W},WP=function(R,f,A,H,P){if(f===6){const F=((h)=>h[0]+h[1]/m)(R);return[xf(F,A,H),0]}return DP(R,c0(f,A),H,P)},DP=function(R,f,A,H){let[P,F]=R;H&&F<0&&(F+=m,P-=1);const[h,$]=Mf(xf(F,f,A),m);return QF(P+h,$)},xf=function(R,f,A){return TW(R/f,A)*f},TW=function(R,f){return HL[f](R)},a7=function(R,f,A,H,P,F){const h=cf(R),$=DR(R),U=WP($,H,P,F),G=pR($,U),Y=Math.sign(U[0]-$[0])===h,W=dA(U,Math.min(A,6));return[{...R,...W},gA(f,G),Y]},_7=function(R,f,A,H,P,F,h,$,U,G){const Y=cf(R),W=sR(DR(R,5)),D=c0(H,P);let Z=xf(W,D,F);const[J,X]=xF(h,{...R,...kh},6,Y,$,U,G),L=Z-sR(pR(J,X));let j=0;L&&Math.sign(L)!==Y?f=uA(J,Z):(j+=Y,Z=xf(L,D,F),f=uA(X,Z));const V=MP(Z);return[{...R,...V,days:R.days+j},f,Boolean(j)]},o7=function(R,f,A,H,P,F,h,$,U,G){const Y=cf(R),W=u[H],D=ah(H,R);H===7&&(R={...R,weeks:R.weeks+Math.trunc(R.days/7)});const Z=tH(R[W],P)*P;D[W]=Z;const[J,X]=xF(h,D,H,P*Y,$,U,G),L=Z+mF(f,J,X)*Y*P,j=xf(L,P,F),V=Math.sign(j-L)===Y;return D[W]=j,[D,V?X:J,V]},iF=function(R,f,A,H){const[P,F,h,$]=((G)=>{const Y=KF(G=ff(G));return[G.timeZone,...Y]})(H),U=P!==void 0;return((G,Y,W,D,Z,J)=>{W=DP(W,Z,D,1);const X=Y.getOffsetNanosecondsFor(W);return _F(mf(W,X),J)+(G?UA(kH(X)):"Z")})(U,f(U?R(P):XA),A.epochNanoseconds,F,h,$)},pF=function(R,f,A){const[H,P,F,h,$,U]=((G)=>{G=ff(G);const Y=th(G),W=YW(G),D=AL(G),Z=o0(G,4),J=_0(G,4);return[Y,fL(G),D,Z,...GW(J,W)]})(A);return((G,Y,W,D,Z,J,X,L,j,V)=>{D=DP(D,j,L,1);const z=G(W).getOffsetNanosecondsFor(D);return _F(mf(D,z),V)+UA(kH(z),X)+((s,l)=>l!==1?"["+(l===2?"!":"")+JR(s)+"]":"")(W,J)+oF(Y,Z)})(R,f.calendar,f.timeZone,f.epochNanoseconds,H,P,F,h,$,U)},sF=function(R,f){const[A,H,P,F]=((G)=>(G=ff(G),[th(G),...KF(G)]))(f);return h=R.calendar,$=A,U=F,_F(QW(R,P,H),U)+oF(h,$);var h,$,U},lF=function(R,f){return A=R.calendar,H=R,P=BF(f),aH(H)+oF(A,P);var A,H,P},dF=function(R,f){return OW(R.calendar,SW,R,BF(f))},kF=function(R,f){return OW(R.calendar,r7,R,BF(f))},aF=function(R,f){const[A,H,P]=UW(f);return F=P,vW(cF(R,H,A)[0],F);var F},ZP=function(R,f){const[A,H,P]=UW(f,3);return H>1&&(R={...R,...k7(R,H,A)}),((F,h)=>{const{sign:$}=F,U=$===-1?SR(F):F,{hours:G,minutes:Y}=U,[W,D]=zF(DR(U,3),nR,uf);xW(W);const Z=rF(D,h),J=h>=0||!$||Z;return($<0?"-":"")+"P"+VY({Y:AA(U.years),M:AA(U.months),W:AA(U.weeks),D:AA(U.days)})+(G||Y||W||J?"T"+VY({H:AA(G),M:AA(Y),S:AA(W,J)+Z}):"")})(R,P)},OW=function(R,f,A,H){const P=JR(R),F=H>1||H===0&&P!==v;return H===1?P===v?f(A):aH(A):F?aH(A)+wW(P,H===2):f(A)},VY=function(R){const f=[];for(let A in R){const H=R[A];H&&f.push(H,A)}return f.join("")},_F=function(R,f){return aH(R)+"T"+vW(R,f)},aH=function(R){return SW(R)+"-"+rR(R.isoDay)},SW=function(R){const{isoYear:f}=R;return(f<0||f>9999?BW(f)+pH(6,Math.abs(f)):pH(4,f))+"-"+rR(R.isoMonth)},r7=function(R){return rR(R.isoMonth)+"-"+rR(R.isoDay)},vW=function(R,f){const A=[rR(R.isoHour),rR(R.isoMinute)];return f!==-1&&A.push(rR(R.isoSecond)+((H,P,F,h)=>rF(H*Yf+P*IA+F,h))(R.isoMillisecond,R.isoMicrosecond,R.isoNanosecond,f)),A.join(":")},UA=function(R,f=0){if(f===1)return"";const[A,H]=Mf(Math.abs(R),BP),[P,F]=Mf(H,wP),[h,$]=Mf(F,nR);return BW(R)+rR(A)+":"+rR(P)+(h||$?":"+rR(h)+rF($):"")},oF=function(R,f){if(f!==1){const A=JR(R);if(f>1||f===0&&A!==v)return wW(A,f===2)}return""},wW=function(R,f){return"["+(f?"!":"")+"u-ca="+R+"]"},rF=function(R,f){let A=pH(9,R);return A=f===void 0?A.replace(hL,""):A.slice(0,f),A?"."+A:""},BW=function(R){return R<0?"-":"+"},AA=function(R,f){return R||f?R.toLocaleString("fullwide",{useGrouping:0}):""},n7=function(R,f){const{epochNanoseconds:A}=R,H=(f.getOffsetNanosecondsFor?f:f(R.timeZone)).getOffsetNanosecondsFor(A),P=mf(A,H);return{calendar:R.calendar,...P,offsetNanoseconds:H}},KW=function(R,f){const A=OR(f,R);return{calendar:f.calendar,...xR(iZ,A),offset:UA(A.offsetNanoseconds),timeZone:f.timeZone}},GA=function(R,f,A,H=0,P=0,F,h){if(A!==void 0&&H===1&&(H===1||h))return OF(f,A);const $=R.getPossibleInstantsFor(f);if(A!==void 0&&H!==3){const U=((G,Y,W,D)=>{const Z=zR(Y);D&&(W=kH(W));for(let J of G){let X=sR(pR(J,Z));if(D&&(X=kH(X)),X===W)return J}})($,f,A,F);if(U!==void 0)return U;if(H===0)throw new RangeError(Q4)}return h?zR(f):CR(R,f,P,$)},CR=function(R,f,A=0,H=R.getPossibleInstantsFor(f)){if(H.length===1)return H[0];if(A===1)throw new RangeError(z4);if(H.length)return H[A===3?1:0];const P=zR(f),F=(($,U)=>{const G=$.getOffsetNanosecondsFor(uA(U,-m));return tF($.getOffsetNanosecondsFor(uA(U,m))-G)})(R,P),h=F*(A===2?-1:1);return(H=R.getPossibleInstantsFor(mf(P,h)))[A===2?0:H.length-1]},nF=function(R){if(Math.abs(R)>=m)throw new RangeError(j4);return R},tF=function(R){if(R>m)throw new RangeError(V4);return R},eF=function(R,f,A){return IR(lR(gA(f.epochNanoseconds,((H)=>{if(mW(H))throw new RangeError(O4);return DR(H,5)})(R?SR(A):A))))},Rh=function(R,f,A,H,P,F=Object.create(null)){const h=f(H.timeZone),$=R(H.calendar);return{...H,...Fh(h,$,H,A?SR(P):P,F)}},fh=function(R,f,A,H,P=Object.create(null)){const{calendar:F}=A;return hR(hh(R(F),A,f?SR(H):H,P),F)},Ah=function(R,f,A,H,P){const{calendar:F}=A;return $R(IP(R(F),A,f?SR(H):H,P),F)},Hh=function(R,f,A,H,P=Object.create(null)){const F=A.calendar,h=R(F);let $=w0(h,A);f&&(H=LP(H)),H.sign<0&&($=h.dateAdd($,{...XR,months:1}),$=YA($,-1));const U=h.dateAdd($,H,P);return HA(w0(h,U),F)},Ph=function(R,f,A){return Af(bW(f,R?SR(A):A)[0])},Fh=function(R,f,A,H,P){const F=DR(H,5);let h=A.epochNanoseconds;if(mW(H)){const $=OR(A,R);h=gA(CR(R,{...IP(f,$,{...H,...kh},P),...xR(Pf,$)}),F)}else h=gA(h,F),g(P);return{epochNanoseconds:lR(h)}},hh=function(R,f,A,H){const[P,F]=bW(f,A);return jf({...IP(R,f,{...A,...kh,days:A.days+F},H),...P})},IP=function(R,f,A,H){if(A.years||A.months||A.weeks)return R.dateAdd(f,A,H);g(H);const P=A.days+DR(A,5)[0];return P?bf(YA(f,P)):f},w0=function(R,f,A=1){return YA(f,A-R.day(f))},bW=function(R,f){const[A,H]=DR(f,5),[P,F]=HP(Cf(R)+H);return[P,A+F]},YA=function(R,f){return f?{...R,...PP(TR(R)+f*gR)}:R},qP=function(R,f,A){const H=R(A.calendar);return XP(A)?[A,H,f(A.timeZone)]:[{...A,...tR},H]},$h=function(R){return R?qW:zR},JP=function(R){return R?O(Fh,R):hh},Uh=function(R){return R?O(e7,R):R4},XP=function(R){return R&&R.epochNanoseconds},B0=function(R,f){return R<=6-(XP(f)?1:0)},Gh=function(R,f,A,H,P,F,h){const $=R(ff(h).relativeTo),U=Math.max(PA(P),PA(F));if(B0(U,$))return k(lA(((X,L,j,V)=>{const z=gA(DR(X),DR(L),V?-1:1);if(!Number.isFinite(z[0]))throw new RangeError(SP);return{...XR,...dA(z,j)}})(P,F,U,H)));if(!$)throw new RangeError(vP);H&&(F=SR(F));const[G,Y,W]=qP(f,A,$),D=JP(W),Z=Uh(W),J=D(Y,G,P);return k(Z(Y,G,D(Y,J,F),U))},gW=function(R,f,A,H,P){const F=PA(H),[h,$,U,G,Y]=((c,a,qR)=>{c=uF(c,rH);let YR=nh(c);const P0=qR(c[sZ]);let F0=bF(c);const KI=o0(c,7);let rf=_0(c);if(YR===void 0&&rf===void 0)throw new RangeError(S4);return rf==null&&(rf=0),YR==null&&(YR=Math.max(rf,a)),WW(YR,rf),F0=gF(F0,rf,1),[YR,rf,F0,KI,P0]})(P,F,R),W=Math.max(F,h);if(!XP(Y)&&W<=6)return k(lA(((c,a,qR,YR,P0)=>{const F0=WP(DR(c),qR,YR,P0);return{...XR,...dA(F0,a)}})(H,h,$,U,G)));if(!Y)throw new RangeError(vP);const[D,Z,J]=qP(f,A,Y),X=$h(J),L=JP(J),j=Uh(J),V=L(Z,D,H);let z=j(Z,D,V,h);const s=H.sign,l=cf(z);if(s&&l&&s!==l)throw new RangeError(d0);return l&&(z=YP(z,X(V),h,$,U,G,Z,D,X,L)),k(z)},uW=function(R){return R.sign===-1?LP(R):R},LP=function(R){return k(SR(R))},SR=function(R){const f={};for(let A of u)f[A]=-1*R[A]||0;return f},CW=function(R){return!R.sign},cf=function(R,f=u){let A=0;for(let H of f){const P=Math.sign(R[H]);if(P){if(A&&A!==P)throw new RangeError(T4);A=P}}return A},lA=function(R){for(let f of C4)oR(f,R[f],-vY,vY,1);return xW(sR(DR(R),nR)),R},xW=function(R){if(!Number.isSafeInteger(R))throw new RangeError(E4)},DR=function(R,f=6){return mY(R,f,u)},dA=function(R,f=6){const[A,H]=R,P=eH(H,f,u);if(P[u[f]]+=A*(m/Gf[f]),!Number.isFinite(P[u[f]]))throw new RangeError(SP);return P},MP=function(R,f=5){return eH(R,f,u)},mW=function(R){return Boolean(cf(R,mZ))},PA=function(R){let f=9;for(;f>0&&!R[u[f]];f--);return f},t7=function(R,f){return[R,f]},QY=function(R){const f=Math.floor(R/cH)*cH;return[f,f+cH]},cW=function(R){const f=pf(R=sH(R));if(!f)throw new RangeError(bR(R));let A;if(f.m)A=0;else{if(!f.offset)throw new RangeError(bR(R));A=kA(f.offset)}return f.timeZone&&Zh(f.timeZone,1),IR(OF(FP(f),A))},iW=function(R){const f=pf(e(R));if(!f)throw new RangeError(bR(R));if(f.timeZone)return rW(f,f.offset?kA(f.offset):void 0);if(f.m)throw new RangeError(bR(R));return tW(f)},pW=function(R,f){const A=pf(e(R));if(!A||!A.timeZone)throw new RangeError(bR(R));const{offset:H}=A,P=H?kA(H):void 0,[,F,h]=m0(f);return rW(A,P,F,h)},kA=function(R){const f=Zh(R);if(f===void 0)throw new RangeError(bR(R));return f},sW=function(R){const f=pf(e(R));if(!f||f.m)throw new RangeError(bR(R));return hR(nW(f))},yP=function(R){const f=pf(e(R));if(!f||f.m)throw new RangeError(bR(R));return $R(f.p?nW(f):tW(f))},lW=function(R,f){const A=Wh(e(f));if(A)return Yh(A),HA(TF(hA(A)));const H=yP(f);return HA(w0(R(H.calendar),H))},Yh=function(R){if(R.calendar!==v)throw new RangeError(yf(R.calendar))},dW=function(R,f){const A=Dh(e(f));if(A)return Yh(A),dH(hA(A));const H=yP(f),{calendar:P}=H,F=R(P),[h,$,U]=F.h(H),[G,Y]=F.I(h,$),[W,D]=F.N(G,Y,U);return dH(bf(F.P(W,D,U)),P)},kW=function(R){let f,A=((H)=>{const P=WL.exec(H);return P?(NP(P[10]),fD(P)):void 0})(e(R));if(!A){if(A=pf(R),!A)throw new RangeError(bR(R));if(!A.p)throw new RangeError(bR(R));if(A.m)throw new RangeError(yf("Z"));Yh(A)}if((f=Wh(R))&&NY(f))throw new RangeError(bR(R));if((f=Dh(R))&&NY(f))throw new RangeError(bR(R));return Af(hP(A,1))},aW=function(R){const f=((A)=>{const H=IL.exec(A);return H?((P)=>{function F(Y,W,D){let Z=0,J=0;if(D&&([Z,U]=Mf(U,Gf[D])),Y!==void 0){if($)throw new RangeError(yf(Y));J=((X)=>{const L=parseInt(X);if(!Number.isFinite(L))throw new RangeError(yf(X));return L})(Y),h=1,W&&(U=Ih(W)*(Gf[D]/nR),$=1)}return Z+J}let h=0,$=0,U=0,G={...cA(u,[F(P[2]),F(P[3]),F(P[4]),F(P[5]),F(P[6],P[7],5),F(P[8],P[9],4),F(P[10],P[11],3)]),...eH(U,2,u)};if(!h)throw new RangeError(LZ(u));return qh(P[1])<0&&(G=SR(G)),G})(H):void 0})(e(R));if(!f)throw new RangeError(bR(R));return k(lA(f))},_W=function(R){const f=pf(R)||Wh(R)||Dh(R);return f?f.calendar:R},oW=function(R){const f=pf(R);return f&&(f.timeZone||f.m&&XA||f.offset)||R},rW=function(R,f,A=0,H=0){const P=jP(R.timeZone),F=mP(P);return LR(GA(F,FP(R),f,A,H,!F.v,R.m),P,i0(R.calendar))},nW=function(R){return eW(jf(FP(R)))},tW=function(R){return eW(bf(hA(R)))},eW=function(R){return{...R,calendar:i0(R.calendar)}},pf=function(R){const f=YL.exec(R);return f?((A)=>{const H=A[10],P=(H||"").toUpperCase()==="Z";return{isoYear:RD(A),isoMonth:parseInt(A[4]),isoDay:parseInt(A[5]),...fD(A.slice(5)),...NP(A[16]),p:Boolean(A[6]),m:P,offset:P?void 0:H}})(f):void 0},Wh=function(R){const f=UL.exec(R);return f?((A)=>({isoYear:RD(A),isoMonth:parseInt(A[4]),isoDay:1,...NP(A[5])}))(f):void 0},Dh=function(R){const f=GL.exec(R);return f?((A)=>({isoYear:mA,isoMonth:parseInt(A[1]),isoDay:parseInt(A[2]),...NP(A[3])}))(f):void 0},Zh=function(R,f){const A=DL.exec(R);return A?((H,P)=>{const F=H[4]||H[5];if(P&&F)throw new RangeError(yf(F));return nF((bA(H[2])*BP+bA(H[3])*wP+bA(H[4])*nR+Ih(H[5]||""))*qh(H[1]))})(A,f):void 0},RD=function(R){const f=qh(R[1]),A=parseInt(R[2]||R[3]);if(f<0&&!A)throw new RangeError(yf(-0));return f*A},fD=function(R){const f=bA(R[3]);return{...HP(Ih(R[4]||""))[0],isoHour:bA(R[1]),isoMinute:bA(R[2]),isoSecond:f===60?59:f}},NP=function(R){let f,A;const H=[];if(R.replace(ZL,(P,F,h)=>{const $=Boolean(F),[U,G]=h.split("=").reverse();if(G){if(G==="u-ca")H.push(U),f||(f=$);else if($||/[A-Z]/.test(G))throw new RangeError(yf(P))}else{if(A)throw new RangeError(yf(P));A=U}return""}),H.length>1&&f)throw new RangeError(yf(R));return{timeZone:A,calendar:H[0]||v}},Ih=function(R){return parseInt(R.padEnd(9,"0"))},aA=function(R){return new RegExp(`^${R}\$`,"i")},qh=function(R){return R&&R!=="+"?-1:1},bA=function(R){return R===void 0?0:parseInt(R)},AD=function(R){return jP(e(R))},jP=function(R){const f=Jh(R);return typeof f=="number"?UA(f):f?((A)=>{if(JL.test(A))throw new RangeError(N4);return A.toLowerCase().split("/").map((H,P)=>(H.length<=3||/\d/.test(H))&&!/etc|yap/.test(H)?H.toUpperCase():H.replace(/baja|dumont|[a-z]+/g,(F,h)=>F.length<=2&&!P||F==="in"||F==="chat"?F.toUpperCase():F.length>2||!h?MY(F).replace(/island|noronha|murdo|rivadavia|urville/,MY):F)).join("/")})(R):XA},zY=function(R){const f=Jh(R);return typeof f=="number"?f:f?f.resolvedOptions().timeZone:XA},Jh=function(R){const f=Zh(R=R.toUpperCase(),1);return f!==void 0?f:R!==XA?qL(R):void 0},Xh=function(R,f){return ER(R.epochNanoseconds,f.epochNanoseconds)},Lh=function(R,f){return ER(R.epochNanoseconds,f.epochNanoseconds)},HD=function(R,f,A,H,P,F){const h=R(ff(F).relativeTo),$=Math.max(PA(H),PA(P));if(CY(u,H,P))return 0;if(B0($,h))return ER(DR(H),DR(P));if(!h)throw new RangeError(vP);const[U,G,Y]=qP(f,A,h),W=$h(Y),D=JP(Y);return ER(W(D(G,U,H)),W(D(G,U,P)))},Mh=function(R,f){return WA(R,f)||VP(R,f)},WA=function(R,f){return Kf(TR(R),TR(f))},VP=function(R,f){return Kf(Cf(R),Cf(f))},PD=function(R,f){return!Xh(R,f)},FD=function(R,f){return!Lh(R,f)&&!!QP(R.timeZone,f.timeZone)&&sA(R.calendar,f.calendar)},hD=function(R,f){return!Mh(R,f)&&sA(R.calendar,f.calendar)},$D=function(R,f){return!WA(R,f)&&sA(R.calendar,f.calendar)},UD=function(R,f){return!WA(R,f)&&sA(R.calendar,f.calendar)},GD=function(R,f){return!WA(R,f)&&sA(R.calendar,f.calendar)},YD=function(R,f){return!VP(R,f)},QP=function(R,f){if(R===f)return 1;const A=JR(R),H=JR(f);if(A===H)return 1;try{return zY(A)===zY(H)}catch(P){}},yh=function(R,f,A,H){const P=pA(R,FR(H),3,5),F=zP(f.epochNanoseconds,A.epochNanoseconds,...P);return k(R?SR(F):F)},Nh=function(R,f,A,H,P,F){const h=TP(H.calendar,P.calendar),$=FR(F),[U,G,Y,W]=pA(A,$,5),D=H.epochNanoseconds,Z=P.epochNanoseconds,J=ER(Z,D);let X;if(J)if(U<6)X=zP(D,Z,U,G,Y,W);else{const L=f(((V,z)=>{if(!QP(V,z))throw new RangeError(QZ);return V})(H.timeZone,P.timeZone)),j=R(h);X=DD(j,L,H,P,J,U,$),X=YP(X,Z,U,G,Y,W,j,H,qW,O(Fh,L))}else X=XR;return k(A?SR(X):X)},jh=function(R,f,A,H,P){const F=TP(A.calendar,H.calendar),h=FR(P),[$,U,G,Y]=pA(f,h,6),W=zR(A),D=zR(H),Z=ER(D,W);let J;if(Z)if($<=6)J=zP(W,D,$,U,G,Y);else{const X=R(F);J=ZD(X,A,H,Z,$,h),J=YP(J,D,$,U,G,Y,X,A,zR,hh)}else J=XR;return k(f?SR(J):J)},Vh=function(R,f,A,H,P){const F=TP(A.calendar,H.calendar),h=FR(P);return WD(f,()=>R(F),A,H,...pA(f,h,6,9,6),h)},Qh=function(R,f,A,H,P){const F=TP(A.calendar,H.calendar),h=FR(P),$=pA(f,h,9,9,8),U=R(F);return WD(f,()=>U,w0(U,A),w0(U,H),...$,h)},WD=function(R,f,A,H,P,F,h,$,U){const G=zR(A),Y=zR(H);let W;if(ER(Y,G))if(P===6)W=zP(G,Y,P,F,h,$);else{const D=f();W=D.dateUntil(A,H,P,U),F===6&&h===1||(W=YP(W,Y,P,F,h,$,D,A,zR,IP))}else W=XR;return k(R?SR(W):W)},zh=function(R,f,A,H){const P=FR(H),[F,h,$,U]=pA(R,P,5,5),G=xf(Eh(f,A),c0(h,$),U),Y={...XR,...MP(G,F)};return k(R?SR(Y):Y)},e7=function(R,f,A,H,P,F){const h=ER(H.epochNanoseconds,A.epochNanoseconds);return h?P<6?ID(A.epochNanoseconds,H.epochNanoseconds,P):DD(f,R,A,H,h,P,F):XR},R4=function(R,f,A,H,P){const F=zR(f),h=zR(A),$=ER(h,F);return $?H<=6?ID(F,h,H):ZD(R,f,A,$,H,P):XR},DD=function(R,f,A,H,P,F,h){const[$,U,G]=((D,Z,J,X)=>{function L(){return a={...YA(z,l++*-X),...V},qR=CR(D,a),ER(s,qR)===-X}const j=OR(Z,D),V=xR(Pf,j),z=OR(J,D),s=J.epochNanoseconds;let l=0;const c=Eh(j,z);let a,qR;if(Math.sign(c)===-X&&l++,L()&&(X===-1||L()))throw new RangeError(d0);const YR=sR(pR(qR,s));return[j,a,YR]})(f,A,H,P);var Y,W;return{...F===6?(Y=$,W=U,{...XR,days:qD(Y,W)}):R.dateUntil($,U,F,h),...MP(G)}},ZD=function(R,f,A,H,P,F){const[h,$,U]=((G,Y,W)=>{let D=Y,Z=Eh(G,Y);return Math.sign(Z)===-W&&(D=YA(Y,-W),Z+=m*W),[G,D,Z]})(f,A,H);return{...R.dateUntil(h,$,P,F),...MP(U)}},zP=function(R,f,A,H,P,F){return{...XR,...dA(WP(pR(R,f),H,P,F),A)}},ID=function(R,f,A){return{...XR,...dA(pR(R,f),A)}},qD=function(R,f){return EP(TR(R),TR(f))},EP=function(R,f){return Math.trunc((f-R)/gR)},Eh=function(R,f){return Cf(f)-Cf(R)},TP=function(R,f){if(!sA(R,f))throw new RangeError(ih);return R},f4=function(R){function f(P){return((F,h)=>({...JD(F,h),F:F.month,day:parseInt(F.day)}))(EF(A,P),H)}const A=A$(R),H=_H(R);return{id:R,O:A4(f),B:H4(f)}},A4=function(R){return uR((f)=>{const A=TR(f);return R(A)},WeakMap)},H4=function(R){const f=R(0).year-s4;return uR((A)=>{let H,P=iA(A-f);const F=[],h=[];do P+=400*gR;while((H=R(P)).year<=A);do P+=(1-H.day)*gR,H.year===A&&(F.push(P),h.push(H.F)),P-=gR;while((H=R(P)).year>=A);return{k:F.reverse(),C:TZ(h.reverse())}})},JD=function(R,f){let A,H,P=XD(R);if(R.era){const F=uZ[f];F!==void 0&&(A=f==="islamic"?"ah":R.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),A==="bc"||A==="b"?A="bce":A!=="ad"&&A!=="a"||(A="ce"),H=P,P=jD(H,F[A]||0))}return{era:A,eraYear:H,year:P}},XD=function(R){return parseInt(R.relatedYear||R.year)},YF=function(R){const{year:f,F:A,day:H}=this.O(R),{C:P}=this.B(f);return[f,P[A]+1,H]},K0=function(R,f=1,A=1){return this.B(R).k[f-1]+(A-1)*gR},CH=function(R){const f=TY(this,R),A=TY(this,R-1),H=f.length;if(H>A.length){const P=VD(this);if(P<0)return-P;for(let F=0;F<H;F++)if(f[F]!==A[F])return F+1}},xH=function(R){return EP(K0.call(this,R),K0.call(this,R+1))},EY=function(R,f){const{k:A}=this.B(R);let H=f+1,P=A;return H>A.length&&(H=1,P=this.B(R+1).k),EP(A[f-1],P[H-1])},mH=function(R){return this.B(R).k.length},TY=function(R,f){return Object.keys(R.B(f).C)},LD=function(R){return i0(e(R))},i0=function(R){if((R=R.toLowerCase())!==v&&R!==bP&&_H(R)!==_H(A$(R).resolvedOptions().calendar))throw new RangeError(y4(R));return R},_H=function(R){return R==="islamicc"&&(R="islamic"),R.split("-")[0]},MD=function(R){return this.R(R)[0]},yD=function(R){return this.R(R)[1]},Th=function(R){const[f]=this.h(R);return EP(this.q(f),TR(R))+1},ND=function(R){const f=LL.exec(R);if(!f)throw new RangeError(L4(R));return[parseInt(f[1]),Boolean(f[2])]},oH=function(R,f,A){return R+(f||A&&R>=A?1:0)},WF=function(R,f){return R-(f&&R>=f?1:0)},jD=function(R,f){return(f+R)*(Math.sign(f)||1)||0},DF=function(R){return uZ[QD(R)]},VD=function(R){return b4[QD(R)]},QD=function(R){return _H(R.id||v)},zD=function(R,f,A,H){const P=sf(A,H,Hf,[],BZ);if(P.timeZone!==void 0){const F=A.dateFromFields(P),h=DA(P),$=R(P.timeZone);return{epochNanoseconds:GA(f($),{...F,...h},P.offset!==void 0?kA(P.offset):void 0),timeZone:$}}return{...A.dateFromFields(P),...tR}},ED=function(R,f,A,H,P,F){const h=sf(A,P,Hf,vZ,BZ),$=R(h.timeZone),[U,G,Y]=m0(F),W=A.dateFromFields(h,UP(F,U)),D=DA(h,U);return LR(GA(f($),{...W,...D},h.offset!==void 0?kA(h.offset):void 0,G,Y),$,H)},TD=function(R,f,A){const H=sf(R,f,Hf,[],zf),P=g(A);return hR(jf({...R.dateFromFields(H,UP(A,P)),...DA(H,P)}))},Oh=function(R,f,A,H=[]){const P=sf(R,f,Hf,H);return R.dateFromFields(P,A)},Sh=function(R,f,A,H){const P=sf(R,f,lh,H);return R.yearMonthFromFields(P,A)},vh=function(R,f,A,H,P=[]){const F=sf(R,A,Hf,P);return f&&F.month!==void 0&&F.monthCode===void 0&&F.year===void 0&&(F.year=mA),R.monthDayFromFields(F,H)},OD=function(R,f){const A=g(f);return Af(DA(Uf(R,IF,[],1),A))},SD=function(R){const f=Uf(R,dh);return k(lA({...XR,...f}))},sf=function(R,f,A,H=[],P=[]){return Uf(f,[...R.fields(A),...P].sort(),H)},Uf=function(R,f,A,H=!A){const P={};let F,h=0;for(let $ of f){if($===F)throw new RangeError(D4($));if($==="constructor"||$==="__proto__")throw new RangeError(mh($));let U=R[$];if(U!==void 0)h=1,wY[$]&&(U=wY[$](U,$)),P[$]=U;else if(A){if(A.includes($))throw new TypeError(xh($));P[$]=gZ[$]}F=$}if(H&&!h)throw new TypeError(LZ(f));return P},DA=function(R,f){return hP(jL({...gZ,...R}),f)},vD=function(R,f,A,H,P,F){const h=FR(F),{calendar:$,timeZone:U}=A;return LR(((G,Y,W,D,Z)=>{const J=p0(G,W,D,Hf,wZ,SZ),[X,L,j]=m0(Z,2);return GA(Y,{...G.dateFromFields(J,UP(Z,X)),...DA(J,X)},kA(J.offset),L,j)})(R($),f(U),H,P,h),U,$)},wD=function(R,f,A,H,P){const F=FR(P);return hR(((h,$,U,G)=>{const Y=p0(h,$,U,Hf,zf),W=g(G);return jf({...h.dateFromFields(Y,UP(G,W)),...DA(Y,W)})})(R(f.calendar),A,H,F))},BD=function(R,f,A,H,P){const F=FR(P);return((h,$,U,G)=>{const Y=p0(h,$,U,Hf);return h.dateFromFields(Y,G)})(R(f.calendar),A,H,F)},KD=function(R,f,A,H,P){const F=FR(P);return HA(((h,$,U,G)=>{const Y=p0(h,$,U,lh);return h.yearMonthFromFields(Y,G)})(R(f.calendar),A,H,F))},bD=function(R,f,A,H,P){const F=FR(P);return((h,$,U,G)=>{const Y=p0(h,$,U,Hf);return h.monthDayFromFields(Y,G)})(R(f.calendar),A,H,F)},gD=function(R,f,A){return Af(((H,P,F)=>{const h=g(F);return DA({...xR(IF,H),...Uf(P,IF)},h)})(R,f,A))},uD=function(R,f){return k((A=R,H=f,lA({...A,...Uf(H,dh)})));var A,H},p0=function(R,f,A,H,P=[],F=[]){const h=[...R.fields(H),...P].sort();let $=Uf(f,h,F);const U=Uf(A,h);return $=R.mergeFields($,U),Uf($,h,[])},wh=function(R,f){const A=sf(R,f,bZ);return R.monthDayFromFields(A)},Bh=function(R,f,A){const H=sf(R,f,KZ);return R.yearMonthFromFields(H,A)},CD=function(R,f,A,H,P){f=xR(A=R.fields(A),f),H=Uf(H,P=R.fields(P),[]);let F=R.mergeFields(f,H);return F=Uf(F,[...A,...P].sort(),[]),R.dateFromFields(F)},FF=function(R,f){let{era:A,eraYear:H,year:P}=f;const F=DF(R);if(A!==void 0||H!==void 0){if(A===void 0||H===void 0)throw new TypeError(I4);if(!F)throw new RangeError(Z4);const h=F[A];if(h===void 0)throw new RangeError(J4(A));const $=jD(H,h);if(P!==void 0&&P!==$)throw new RangeError(q4);P=$}else if(P===void 0)throw new TypeError(X4(F));return P},hF=function(R,f,A,H){let{month:P,monthCode:F}=f;if(F!==void 0){const h=(($,U,G,Y)=>{const W=$.U(G),[D,Z]=ND(U);let J=oH(D,Z,W);if(Z){const X=VD($);if(X===void 0)throw new RangeError(O0);if(X>0){if(J>X)throw new RangeError(O0);if(W===void 0){if(Y===1)throw new RangeError(O0);J--}}else{if(J!==-X)throw new RangeError(O0);if(W===void 0&&Y===1)throw new RangeError(O0)}}return J})(R,F,A,H);if(P!==void 0&&P!==h)throw new RangeError(jZ);P=h,H=1}else if(P===void 0)throw new TypeError(M4);return oR("month",P,1,R.L(A),H)},OY=function(R,f,A,H,P){return KR(f,"day",1,R.j(H,A),P)},$F=function(R,f,A,H){let P=0;const F=[];for(let h of A)f[h]!==void 0?P=1:F.push(h);if(Object.assign(R,f),P)for(let h of H||F)delete R[h]},xD=function(R){return IR(lR(AP(fP(R))))},mD=function(R,f,A,H,P=v){return LR(lR(AP(fP(A))),f(H),R(P))},cD=function(R,f,A,H,P=0,F=0,h=0,$=0,U=0,G=0,Y=v){return hR(jf(FP(eR(QR,cA(gP,[f,A,H,P,F,h,$,U,G])))),R(Y))},iD=function(R,f,A,H,P=v){return $R(bf(hA(eR(QR,{isoYear:f,isoMonth:A,isoDay:H}))),R(P))},pD=function(R,f,A,H=v,P=1){const F=QR(f),h=QR(A),$=R(H);return HA(TF(hA({isoYear:F,isoMonth:h,isoDay:QR(P)})),$)},sD=function(R,f,A,H=v,P=mA){const F=QR(f),h=QR(A),$=R(H);return dH(bf(hA({isoYear:QR(P),isoMonth:F,isoDay:h})),$)},lD=function(R=0,f=0,A=0,H=0,P=0,F=0){return Af(hP(eR(QR,cA(Pf,[R,f,A,H,P,F])),1))},dD=function(R=0,f=0,A=0,H=0,P=0,F=0,h=0,$=0,U=0,G=0){return k(lA(eR(oY,cA(u,[R,f,A,H,P,F,h,$,U,G]))))},Kh=function(R,f,A=v){return LR(R.epochNanoseconds,f,A)},kD=function(R){return IR(R.epochNanoseconds)},bh=function(R,f){return hR(OR(f,R))},gh=function(R,f){return $R(OR(f,R))},aD=function(R,f,A){return Bh(R(f.calendar),A)},_D=function(R,f,A){return wh(R(f.calendar),A)},uh=function(R,f){return Af(OR(f,R))},oD=function(R,f,A,H){const P=((F,h,$,U)=>{const G=wF(U);return CR(F(h),$,G)})(R,A,f,H);return LR(lR(P),A,f.calendar)},rD=function(R,f,A){const H=R(f.calendar);return HA({...f,...Bh(H,A)})},nD=function(R,f,A){return wh(R(f.calendar),A)},tD=function(R,f,A,H,P){const F=R(P.timeZone),h=P.plainTime,$=h!==void 0?f(h):tR;return LR(CR(A(F),{...H,...$}),F,H.calendar)},eD=function(R,f=tR){return hR(jf({...R,...f}))},RZ=function(R,f,A){return Bh(R(f.calendar),A)},fZ=function(R,f,A){return wh(R(f.calendar),A)},AZ=function(R,f,A,H){return((P,F,h)=>CD(P,F,KZ,Nf(h),a0))(R(f.calendar),A,H)},HZ=function(R,f,A,H){return((P,F,h)=>CD(P,F,bZ,Nf(h),KP))(R(f.calendar),A,H)},PZ=function(R,f,A,H,P){const F=Nf(P),h=f(F.plainDate),$=R(F.timeZone);return LR(CR(A($),{...h,...H}),$,h.calendar)},FZ=function(R,f){return hR(jf({...R,...f}))},hZ=function(R){return IR(lR(CA(R,nR)))},$Z=function(R){return IR(lR(CA(R,Yf)))},UZ=function(R){return IR(lR(AP(fP(R),IA)))},GZ=function(R){return IR(lR(AP(fP(R))))},YZ=function(R,f,A=tR){const H=f.timeZone,P=R(H),F={...OR(f,P),...A};return LR(GA(P,F,F.offsetNanoseconds,2),H,f.calendar)},WZ=function(R,f,A){const H=f.timeZone,P=R(H),F={...OR(f,P),...A},h=qZ(f.calendar,A.calendar);return LR(GA(P,F,F.offsetNanoseconds,2),H,h)},DZ=function(R,f=tR){return hR({...R,...f})},ZZ=function(R,f){return hR({...R,...f},qZ(R.calendar,f.calendar))},OP=function(R,f){return{...R,calendar:f}},IZ=function(R,f){return{...R,timeZone:f}},qZ=function(R,f){if(R===f)return R;const A=JR(R),H=JR(f);if(A===H||A===v)return f;if(H===v)return R;throw new RangeError(ih)},P4=function(R,f){return(A)=>A===v?R:A===bP||A===xA?Object.assign(Object.create(R),{id:A}):Object.assign(Object.create(f),XL(A))},ZA=function(R,f,A){const H=new Set(A);return(P)=>(((F,h)=>{for(let $ of h)if($ in F)return 1;return 0})(P=LF(H,P),R)||Object.assign(P,f),A&&(P.timeZone=XA,["full","long"].includes(P.timeStyle)&&(P.timeStyle="medium")),P)},Vf=function(R,f=Ch){const[A,,,H]=R;return(P,F=xL,...h)=>{const $=f(H&&H(...h),P,F,A),U=$.resolvedOptions();return[$,...F4(R,U,h)]}},Ch=function(R,f,A,H){if(A=H(A),R){if(A.timeZone!==void 0)throw new TypeError(w4);A.timeZone=R}return new lf(f,A)},F4=function(R,f,A){const[,H,P]=R;return A.map((F)=>(F.calendar&&((h,$,U)=>{if((U||h!==v)&&h!==$)throw new RangeError(ih)})(JR(F.calendar),f.calendar,P),H(F,f)))},_A=function(R){const f=s0();return mf(f,R.getOffsetNanosecondsFor(f))},s0=function(){return CA(Date.now(),Yf)},Qf=function(){return KY||(KY=new lf().resolvedOptions().timeZone)},h4=(R,f)=>`Non-integer ${R}: ${f}`,$4=(R,f)=>`Non-positive ${R}: ${f}`,U4=(R,f)=>`Non-finite ${R}: ${f}`,G4=(R)=>`Cannot convert bigint to ${R}`,Y4=(R)=>`Invalid bigint: ${R}`,W4="Cannot convert Symbol to string",JZ="Invalid object",XZ=(R,f,A,H,P)=>P?XZ(R,P[f],P[A],P[H]):l0(R,f)+`; must be between ${A}-${H}`,l0=(R,f)=>`Invalid ${R}: ${f}`,xh=(R)=>`Missing ${R}`,mh=(R)=>`Invalid field ${R}`,D4=(R)=>`Duplicate field ${R}`,LZ=(R)=>"No valid fields: "+R.join(),MZ="Invalid bag",yZ=(R,f,A)=>l0(R,f)+"; must be "+Object.keys(A).join(),NZ="Cannot use valueOf",ch="Invalid calling context",Z4="Forbidden era/eraYear",I4="Mismatching era/eraYear",q4="Mismatching year/eraYear",J4=(R)=>`Invalid era: ${R}`,X4=(R)=>"Missing year"+(R?"/era/eraYear":""),L4=(R)=>`Invalid monthCode: ${R}`,jZ="Mismatching month/monthCode",M4="Missing month/monthCode",SY="Cannot guess year",O0="Invalid leap month",VZ="Invalid protocol",d0="Invalid protocol results",ih="Mismatching Calendars",y4=(R)=>`Invalid Calendar: ${R}`,QZ="Mismatching TimeZones",N4="Forbidden ICU TimeZone",j4="Out-of-bounds offset",V4="Out-of-bounds TimeZone gap",Q4="Invalid TimeZone offset",z4="Ambiguous offset",SP="Out-of-bounds date",E4="Out-of-bounds duration",T4="Cannot mix duration signs",vP="Missing relativeTo",O4="Cannot use large units",S4="Required smallestUnit or largestUnit",v4="smallestUnit > largestUnit",bR=(R)=>`Cannot parse: ${R}`,yf=(R)=>`Invalid substring: ${R}`,zZ=(R)=>`Cannot format ${R}`,EZ="Mismatching types for formatting",w4="Cannot specify TimeZone",TZ=O(u0,(R,f)=>f),oA=O(u0,(R,f,A)=>A),rR=O(pH,2),ZF={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},k0=Object.keys(ZF),gR=86400000,OZ=1000,IA=1000,Yf=1e6,nR=1e9,wP=60000000000,BP=3600000000000,m=86400000000000,Gf=[1,IA,Yf,nR,wP,BP,m],zf=k0.slice(0,6),IF=C0(zf),SZ=["offset"],vZ=["timeZone"],wZ=zf.concat(SZ),BZ=wZ.concat(vZ),qF=["era","eraYear"],B4=qF.concat(["year"]),KP=["year"],ph=["monthCode"],sh=["month"].concat(ph),a0=["day"],lh=sh.concat(KP),KZ=ph.concat(KP),Hf=a0.concat(lh),K4=a0.concat(sh),bZ=a0.concat(ph),gZ=oA(zf,0),v="iso8601",bP="gregory",xA="japanese",uZ={[bP]:{bce:-1,ce:0},[xA]:{bce:-1,ce:0,meiji:1867,taisho:1911,showa:1925,heisei:1988,reiwa:2018},ethioaa:{era0:0},ethiopic:{era0:0,era1:5500},coptic:{era0:-1,era1:0},roc:{beforeroc:-1,minguo:0},buddhist:{be:0},islamic:{ah:0},indian:{saka:0},persian:{ap:0}},b4={chinese:13,dangi:13,hebrew:-6},e=O(RP,"string"),CZ=O(RP,"boolean"),g4=O(RP,"number"),xZ=O(RP,"function"),u=k0.map((R)=>R+"s"),dh=C0(u),u4=u.slice(0,6),mZ=u.slice(6),C4=mZ.slice(1),x4=TZ(u),XR=oA(u,0),kh=oA(u4,0),ah=O(xY,u),Pf=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],_h=["isoDay","isoMonth","isoYear"],gP=Pf.concat(_h),oh=C0(_h),cZ=C0(Pf),iZ=C0(gP),tR=oA(cZ,0),m4=O(xY,gP),lf=Intl.DateTimeFormat,pZ="en-GB",rh=1e8,c4=rh*gR,i4=[rh,0],p4=[-rh,0],b0=275760,g0=-271821,s4=1970,mA=1972,Lf=12,l4=iA(1868,9,8),d4=uR(d7,WeakMap),rH="smallestUnit",JF="unit",v0="roundingIncrement",UF="fractionalSecondDigits",sZ="relativeTo",lZ={constrain:0,reject:1},k4=Object.keys(lZ),a4={compatible:0,reject:1,earlier:2,later:3},_4={reject:0,use:1,prefer:2,ignore:3},o4={auto:0,never:1,critical:2,always:3},r4={auto:0,never:1,critical:2},n4={auto:0,never:1},t4={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},_0=O(CF,rH),nh=O(CF,"largestUnit"),e4=O(CF,JF),dZ=O($A,"overflow",lZ),kZ=O($A,"disambiguation",a4),RL=O($A,"offset",_4),th=O($A,"calendarName",o4),fL=O($A,"timeZoneName",r4),AL=O($A,"offset",n4),o0=O($A,"roundingMode",t4),rA="PlainYearMonth",nA="PlainMonthDay",qA="PlainDate",JA="PlainDateTime",uP="PlainTime",Ef="ZonedDateTime",CP="Instant",xP="Duration",HL=[Math.floor,(R)=>uH(R)?Math.floor(R):Math.round(R),Math.ceil,(R)=>uH(R)?Math.ceil(R):Math.round(R),Math.trunc,(R)=>uH(R)?Math.trunc(R)||0:Math.round(R),(R)=>R<0?Math.floor(R):Math.ceil(R),(R)=>Math.sign(R)*Math.round(Math.abs(R))||0,(R)=>uH(R)?(R=Math.trunc(R)||0)+R%2:Math.round(R)],XA="UTC",cH=5184000,PL=lH(1847),FL=lH((new Date()).getUTCFullYear()+10),hL=/0+$/,OR=uR(n7,WeakMap),vY=4294967295,mP=uR((R)=>{const f=Jh(R);return typeof f=="object"?new _Z(f):new aZ(f||0)});class aZ{constructor(R){this.v=R}getOffsetNanosecondsFor(){return this.v}getPossibleInstantsFor(R){return[OF(R,this.v)]}l(){}}class _Z{constructor(R){this.$=((f)=>{function A(U){const G=GF(U,h,$),[Y,W]=QY(G),D=P(Y),Z=P(W);return D===Z?D:H(F(Y,W),D,Z,U)}function H(U,G,Y,W){let D,Z;for(;(W===void 0||(D=W<U[0]?G:W>=U[1]?Y:void 0)===void 0)&&(Z=U[1]-U[0]);){const J=U[0]+Math.floor(Z/2);f(J)===Y?U[1]=J:U[0]=J+1}return D}const P=uR(f),F=uR(t7);let h=PL,$=FL;return{G(U){const G=A(U-86400),Y=A(U+86400),W=U-G,D=U-Y;if(G===Y)return[W];const Z=A(W);return Z===A(D)?[U-Z]:G>Y?[W,D]:[]},V:A,l(U,G){const Y=GF(U,h,$);let[W,D]=QY(Y);const Z=cH*G,J=G<0?()=>D>h||(h=Y,0):()=>W<$||($=Y,0);for(;J();){const X=P(W),L=P(D);if(X!==L){const j=F(W,D);H(j,X,L);const V=j[0];if((Kf(V,U)||1)===G)return V}W+=Z,D+=Z}}}})(((f)=>(A)=>{const H=EF(f,A*OZ);return lH(XD(H),parseInt(H.month),parseInt(H.day),parseInt(H.hour),parseInt(H.minute),parseInt(H.second))-A})(R))}getOffsetNanosecondsFor(R){return this.$.V(tY(R))*nR}getPossibleInstantsFor(R){const[f,A]=[lH((H=R).isoYear,H.isoMonth,H.isoDay,H.isoHour,H.isoMinute,H.isoSecond),H.isoMillisecond*Yf+H.isoMicrosecond*IA+H.isoNanosecond];var H;return this.$.G(f).map((P)=>lR(uA(CA(P,nR),A)))}l(R,f){const[A,H]=eY(R),P=this.$.l(A+(f>0||H?1:0),f);if(P!==void 0)return CA(P,nR)}}var eh="([+\u2212-])",iH="(?:[.,](\\d{1,9}))?",oZ=`(?:(?:${eh}(\\d{6}))|(\\d{4}))-?(\\d{2})`,R$="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+iH+")?)?",f$=eh+R$,$L=oZ+"-?(\\d{2})(?:[T ]"+R$+"(Z|"+f$+")?)?",rZ="\\[(!?)([^\\]]*)\\]",cP=`((?:${rZ}){0,9})`,UL=aA(oZ+cP),GL=aA("(?:--)?(\\d{2})-?(\\d{2})"+cP),YL=aA($L+cP),WL=aA("T?"+R$+"(?:"+f$+")?"+cP),DL=aA(f$),ZL=new RegExp(rZ,"g"),IL=aA(`${eh}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${iH}H)?(?:(\\d+)${iH}M)?(?:(\\d+)${iH}S)?)?`),qL=uR((R)=>new lf(pZ,{timeZone:R,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),JL=/^(AC|AE|AG|AR|AS|BE|BS|CA|CN|CS|CT|EA|EC|IE|IS|JS|MI|NE|NS|PL|PN|PR|PS|SS|VS)T$/,XL=uR(f4),A$=uR((R)=>new lf(pZ,{calendar:R,timeZone:XA,era:"short",year:"numeric",month:"short",day:"numeric"})),LL=/^M(\d{2})(L?)$/,ML={era:sH,eraYear:QR,year:QR,month:yY,monthCode:sH,day:yY},yL=oA(zf,QR),NL=oA(u,oY),wY=Object.assign({},ML,yL,NL,{offset:sH}),jL=O(l7,zf,Pf),BY={dateAdd(R,f,A){const H=g(A);let P,{years:F,months:h,weeks:$,days:U}=f;if(U+=DR(f,5)[0],F||h)P=((G,Y,W,D,Z)=>{let[J,X,L]=G.h(Y);if(W){const[j,V]=G.I(J,X);J+=W,X=oH(j,V,G.U(J)),X=oR("month",X,1,G.L(J),Z)}return D&&([J,X]=G._(J,X,D)),L=oR("day",L,1,G.j(J,X),Z),G.q(J,X,L)})(this,R,F,h,H);else{if(!$&&!U)return R;P=TR(R)}return P+=(7*$+U)*gR,bf(PP(P))},dateUntil(R,f,A){if(A<=7){let U=0,G=qD({...R,...tR},{...f,...tR});return A===7&&([U,G]=uf(G,7)),{...XR,weeks:U,days:G}}const H=this.h(R),P=this.h(f);let[F,h,$]=((U,G,Y,W,D,Z,J)=>{let X=D-G,L=Z-Y,j=J-W;if(X||L){const V=Math.sign(X||L);let z=U.j(D,Z),s=0;if(Math.sign(j)===-V){const l=z;[D,Z]=U._(D,Z,-V),X=D-G,L=Z-Y,z=U.j(D,Z),s=V<0?-l:z}if(j=J-Math.min(W,z)+s,X){const[l,c]=U.I(G,Y),[a,qR]=U.I(D,Z);if(L=a-l||Number(qR)-Number(c),Math.sign(L)===-V){const YR=V<0&&-U.L(D);X=(D-=V)-G,L=Z-oH(l,c,U.U(D))+(YR||U.L(D))}}}return[X,L,j]})(this,...H,...P);return A===8&&(h+=this.J(F,H[0]),F=0),{...XR,years:F,months:h,days:$}},dateFromFields(R,f){const A=g(f),H=FF(this,R),P=hF(this,R,H,A),F=OY(this,R,P,H,A);return $R(bf(this.P(H,P,F)),this.id||v)},yearMonthFromFields(R,f){const A=g(f),H=FF(this,R),P=hF(this,R,H,A);return HA(TF(this.P(H,P,1)),this.id||v)},monthDayFromFields(R,f){const A=g(f),H=!this.id,{monthCode:P,year:F,month:h}=R;let $,U,G,Y,W;if(P!==void 0){[$,U]=ND(P),W=bY(R,"day");const D=this.N($,U,W);if(!D)throw new RangeError(SY);if([G,Y]=D,h!==void 0&&h!==Y)throw new RangeError(jZ);H&&(Y=oR("month",Y,1,Lf,1),W=oR("day",W,1,SF(F!==void 0?F:G,Y),A))}else{G=F===void 0&&H?mA:FF(this,R),Y=hF(this,R,G,A),W=OY(this,R,Y,G,A);const D=this.U(G);U=Y===D,$=WF(Y,D);const Z=this.N($,U,W);if(!Z)throw new RangeError(SY);[G,Y]=Z}return dH(bf(this.P(G,Y,W)),this.id||v)},fields(R){return DF(this)&&R.includes("year")?[...R,...qF]:R},mergeFields(R,f){const A=Object.assign(Object.create(null),R);return $F(A,f,sh),DF(this)&&($F(A,f,B4),this.id===xA&&$F(A,f,K4,qF)),A},inLeapYear(R){const[f]=this.h(R);return this.K(f)},monthsInYear(R){const[f]=this.h(R);return this.L(f)},daysInMonth(R){const[f,A]=this.h(R);return this.j(f,A)},daysInYear(R){const[f]=this.h(R);return this.X(f)},dayOfYear:Th,era(R){return this.ee(R)[0]},eraYear(R){return this.ee(R)[1]},monthCode(R){const[f,A]=this.h(R),[H,P]=this.I(f,A);return((F,h)=>"M"+rR(F)+(h?"L":""))(H,P)},dayOfWeek:PW,daysInWeek(){return 7}},VL={dayOfYear:Th,h:fW,q:iA},QL=Object.assign({},VL,{weekOfYear:MD,yearOfWeek:yD,R(R){function f(Z){return(7-Z<H?7:0)-Z}function A(Z){const J=HW(D+Z),X=Z||1,L=f(S0(U+J*X,7));return Y=(J+(L-G)*X)/7}const H=this.id?1:4,P=PW(R),F=this.dayOfYear(R),h=S0(P-1,7),$=F-1,U=S0(h-$,7),G=f(U);let Y,W=Math.floor(($-G)/7)+1,D=R.isoYear;return W?W>A(0)&&(W=1,D++):(W=A(-1),D--),[W,D,Y]}}),zL={dayOfYear:Th,h:YF,q:K0,weekOfYear:MD,yearOfWeek:yD,R(){return[]}},tA=P4(Object.assign({},BY,QL,{h:fW,ee(R){return this.id===bP?FW(R):this.id===xA?d4(R):[]},I:(R,f)=>[f,0],N(R,f){if(!f)return[mA,R]},K:vF,U(){},L:AW,J:(R)=>R*Lf,j:SF,X:HW,P:(R,f,A)=>({isoYear:R,isoMonth:f,isoDay:A}),q:iA,_:(R,f,A)=>(R+=tH(A,Lf),(f+=yF(A,Lf))<1?(R--,f+=Lf):f>Lf&&(R++,f-=Lf),[R,f]),year(R){return R.isoYear},month(R){return R.isoMonth},day:(R)=>R.isoDay}),Object.assign({},BY,zL,{h:YF,ee(R){const f=this.O(R);return[f.era,f.eraYear]},I(R,f){const A=CH.call(this,R);return[WF(f,A),A===f]},N(R,f,A){let[H,P,F]=YF.call(this,{isoYear:mA,isoMonth:Lf,isoDay:31});const h=CH.call(this,H),$=P===h;(Kf(R,WF(P,h))||Kf(Number(f),Number($))||Kf(A,F))===1&&H--;for(let U=0;U<100;U++){const G=H-U,Y=CH.call(this,G),W=oH(R,f,Y);if(f===(W===Y)&&A<=EY.call(this,G,W))return[G,W]}},K(R){const f=xH.call(this,R);return f>xH.call(this,R-1)&&f>xH.call(this,R+1)},U:CH,L:mH,J(R,f){const A=f+R,H=Math.sign(R),P=H<0?-1:0;let F=0;for(let h=f;h!==A;h+=H)F+=mH.call(this,h+P);return F},j:EY,X:xH,P(R,f,A){return PP(K0.call(this,R,f,A))},q:K0,_(R,f,A){if(A){if(f+=A,!Number.isSafeInteger(f))throw new RangeError(SP);if(A<0)for(;f<1;)f+=mH.call(this,--R);else{let H;for(;f>(H=mH.call(this,R));)f-=H,R++}}return[R,f]},year(R){return this.O(R).year},month(R){const{year:f,F:A}=this.O(R),{C:H}=this.B(f);return H[A]+1},day(R){return this.O(R).day}})),gf="numeric",eA=["timeZoneName"],nZ={month:gf,day:gf},H$={year:gf,month:gf},P$=Object.assign({},H$,{day:gf}),F$={hour:gf,minute:gf,second:gf},h$=Object.assign({},P$,F$),EL=Object.assign({},h$,{timeZoneName:"short"}),TL=Object.keys(H$),OL=Object.keys(nZ),SL=Object.keys(P$),vL=Object.keys(F$),$$=["dateStyle"],wL=TL.concat($$),BL=OL.concat($$),U$=SL.concat($$,["weekday"]),r0=vL.concat(["dayPeriod","timeStyle"]),G$=U$.concat(r0),KL=G$.concat(eA),bL=eA.concat(r0),gL=eA.concat(U$),uL=eA.concat(["day","weekday"],r0),CL=eA.concat(["year","weekday"],r0),xL={},Y$=[ZA(G$,h$),GP],tZ=[ZA(KL,EL),GP,0,(R,f)=>{const A=JR(R.timeZone);if(f&&JR(f.timeZone)!==A)throw new RangeError(QZ);return A}],W$=[ZA(G$,h$,eA),TR],D$=[ZA(U$,P$,bL),TR],Z$=[ZA(r0,F$,gL),(R)=>Cf(R)/Yf],I$=[ZA(wL,H$,uL),TR,1],q$=[ZA(BL,nZ,CL),TR,1],KY;var sL={Instant:Y$,PlainDateTime:W$,PlainDate:D$,PlainTime:Z$,PlainYearMonth:I$,PlainMonthDay:q$},lL=Vf(Y$),dL=Vf(tZ),kL=Vf(W$),aL=Vf(D$),_L=Vf(Z$),oL=Vf(I$),rL=Vf(q$),y$={era:sY,eraYear:NF,year:x0,month:Rf,daysInMonth:Rf,daysInYear:Rf,inLeapYear:CZ,monthsInYear:Rf},lP={monthCode:e},N$={day:Rf},GI={dayOfWeek:Rf,dayOfYear:Rf,weekOfYear:lY,yearOfWeek:NF,daysInWeek:Rf},YI=Object.assign({},y$,lP,N$,GI),sP=new WeakMap,NR=sP.get.bind(sP),AI=sP.set.bind(sP),nL={...iP(y$,[rA]),...iP(GI,[]),...iP(lP,[rA,nA]),...iP(N$,[nA])},j$=L$(YI),tL=L$({...y$,...lP}),eL=L$({...lP,...N$}),RH={calendarId:(R)=>JR(R.calendar)},R6=eR((R,f)=>function(A){const{i:H}=this;return R(H[f](fR($R(A,H))))},YI),f6=u0((R)=>(f)=>f[R],u.concat("sign")),V$=u0((R,f)=>(A)=>A[Pf[f]],zf),WI={epochSeconds:DW,epochMilliseconds:GP,epochMicroseconds:ZW,epochNanoseconds:IW},fH=O(LF,new Set(["branding"])),[A6,A0,H6]=Zf(nA,O(sD,yR),{...RH,...eL},{getISOFields:fH,getCalendar:t0,with(R,f,A){return A0(bD(L6,R,this,H0(f),A))},equals:(R,f)=>GD(R,eZ(f)),toPlainDate(R,f){return fR(HZ(AH,R,this,f))},toLocaleString(R,f,A){const[H,P]=rL(f,A,R);return H.format(P)},toString:kF,toJSON:(R)=>kF(R),valueOf:of},{from:(R,f)=>A0(eZ(R,f))}),DI={getOffsetNanosecondsFor:hI,getPossibleInstantsFor(R,f,A){const H=[...f.call(R,MR(hR(A,v)))].map((F)=>F6(F).epochNanoseconds),P=H.length;return P>1&&(H.sort(ER),tF(sR(pR(H[0],H[P-1])))),H}},X$={getOffsetNanosecondsFor:hI},[P6,vR,F6]=Zf(CP,xD,WI,{add:(R,f)=>vR(eF(0,R,RR(f))),subtract:(R,f)=>vR(eF(1,R,RR(f))),until:(R,f,A)=>p(yh(0,R,Wf(f),A)),since:(R,f,A)=>p(yh(1,R,Wf(f),A)),round:(R,f)=>vR(XW(R,f)),equals:(R,f)=>PD(R,Wf(f)),toZonedDateTime(R,f){const A=Nf(f);return UR(Kh(R,d(A.timeZone),yR(A.calendar)))},toZonedDateTimeISO:(R,f)=>UR(Kh(R,d(f))),toLocaleString(R,f,A){const[H,P]=lL(f,A,R);return H.format(P)},toString:(R,f)=>iF(d,GR,R,f),toJSON:(R)=>iF(d,GR,R),valueOf:of},{from:(R)=>vR(Wf(R)),fromEpochSeconds:(R)=>vR(hZ(R)),fromEpochMilliseconds:(R)=>vR($Z(R)),fromEpochMicroseconds:(R)=>vR(UZ(R)),fromEpochNanoseconds:(R)=>vR(GZ(R)),compare:(R,f)=>Xh(Wf(R),Wf(f))}),[dP,kM]=Zf("TimeZone",(R)=>{const f=AD(R);return{branding:"TimeZone",id:f,o:mP(f)}},{id:(R)=>R.id},{getPossibleInstantsFor:({o:R},f)=>R.getPossibleInstantsFor(kf(f)).map((A)=>vR(IR(A))),getOffsetNanosecondsFor:({o:R},f)=>R.getOffsetNanosecondsFor(Wf(f).epochNanoseconds),getOffsetStringFor(R,f){const A=Wf(f).epochNanoseconds,H=pP(this,X$).getOffsetNanosecondsFor(A);return UA(H)},getPlainDateTimeFor(R,f,A=v){const H=Wf(f).epochNanoseconds,P=pP(this,X$).getOffsetNanosecondsFor(H);return MR(hR(mf(H,P),yR(A)))},getInstantFor(R,f,A){const H=kf(f),P=wF(A),F=pP(this);return vR(IR(CR(F,H,P)))},getNextTransition:({o:R},f)=>RI(1,R,f),getPreviousTransition:({o:R},f)=>RI(-1,R,f),equals(R,f){return!!QP(this,d(f))},toString:(R)=>R.id,toJSON:(R)=>R.id},{from(R){const f=d(R);return typeof f=="string"?new dP(f):f}}),h6=FI(Object.keys(DI)),[$6,af]=Zf(uP,lD,V$,{getISOFields:fH,with(R,f,A){return af(gD(this,H0(f),A))},add:(R,f)=>af(Ph(0,R,RR(f))),subtract:(R,f)=>af(Ph(1,R,RR(f))),until:(R,f,A)=>p(zh(0,R,df(f),A)),since:(R,f,A)=>p(zh(1,R,df(f),A)),round:(R,f)=>af(yW(R,f)),equals:(R,f)=>YD(R,df(f)),toZonedDateTime:(R,f)=>UR(PZ(d,wR,i,R,f)),toPlainDateTime:(R,f)=>MR(FZ(R,wR(f))),toLocaleString(R,f,A){const[H,P]=_L(f,A,R);return H.format(P)},toString:aF,toJSON:(R)=>aF(R),valueOf:of},{from:(R,f)=>af(df(R,f)),compare:(R,f)=>VP(df(R),df(f))}),[U6,_f,G6]=Zf(rA,O(pD,yR),{...RH,...tL},{getISOFields:fH,getCalendar:t0,with(R,f,A){return _f(KD(X6,R,this,H0(f),A))},add:(R,f,A)=>_f(Hh(HI,0,R,RR(f),A)),subtract:(R,f,A)=>_f(Hh(HI,1,R,RR(f),A)),until:(R,f,A)=>p(Qh(PI,0,R,R0(f),A)),since:(R,f,A)=>p(Qh(PI,1,R,R0(f),A)),equals:(R,f)=>UD(R,R0(f)),toPlainDate(R,f){return fR(AZ(AH,R,this,f))},toLocaleString(R,f,A){const[H,P]=oL(f,A,R);return H.format(P)},toString:dF,toJSON:(R)=>dF(R),valueOf:of},{from:(R,f)=>_f(R0(R,f)),compare:(R,f)=>WA(R0(R),R0(f))}),[Y6,MR]=Zf(JA,O(cD,yR),{...RH,...j$,...V$},{getISOFields:fH,getCalendar:t0,with(R,f,A){return MR(wD(AH,R,this,H0(f),A))},withCalendar:(R,f)=>MR(OP(R,yR(f))),withPlainDate:(R,f)=>MR(ZZ(R,wR(f))),withPlainTime:(R,f)=>MR(DZ(R,M$(f))),add:(R,f,A)=>MR(fh(LA,0,R,RR(f),A)),subtract:(R,f,A)=>MR(fh(LA,1,R,RR(f),A)),until:(R,f,A)=>p(jh(Df,0,R,kf(f),A)),since:(R,f,A)=>p(jh(Df,1,R,kf(f),A)),round:(R,f)=>MR(MW(R,f)),equals:(R,f)=>hD(R,kf(f)),toZonedDateTime:(R,f,A)=>UR(oD(i,R,d(f),A)),toPlainDate:(R)=>fR($R(R)),toPlainTime:(R)=>af(Af(R)),toPlainYearMonth(R){return _f(rD(kP,R,this))},toPlainMonthDay(R){return A0(nD(_P,R,this))},toLocaleString(R,f,A){const[H,P]=kL(f,A,R);return H.format(P)},toString:sF,toJSON:(R)=>sF(R),valueOf:of},{from:(R,f)=>MR(kf(R,f)),compare:(R,f)=>Mh(kf(R),kf(f))}),[W6,fR,ZI]=Zf(qA,O(iD,yR),{...RH,...j$},{getISOFields:fH,getCalendar:t0,with(R,f,A){return fR(BD(AH,R,this,H0(f),A))},withCalendar:(R,f)=>fR(OP(R,yR(f))),add:(R,f,A)=>fR(Ah(LA,0,R,RR(f),A)),subtract:(R,f,A)=>fR(Ah(LA,1,R,RR(f),A)),until:(R,f,A)=>p(Vh(Df,0,R,wR(f),A)),since:(R,f,A)=>p(Vh(Df,1,R,wR(f),A)),equals:(R,f)=>$D(R,wR(f)),toZonedDateTime(R,f){const A=!ZR(f)||f instanceof dP?{timeZone:f}:f;return UR(tD(d,df,i,R,A))},toPlainDateTime:(R,f)=>MR(eD(R,M$(f))),toPlainYearMonth(R){return _f(RZ(kP,R,this))},toPlainMonthDay(R){return A0(fZ(_P,R,this))},toLocaleString(R,f,A){const[H,P]=aL(f,A,R);return H.format(P)},toString:lF,toJSON:(R)=>lF(R),valueOf:of},{from:(R,f)=>fR(wR(R,f)),compare:(R,f)=>WA(wR(R),wR(f))}),Q$={fields(R,f,A){return[...f.call(R,A)]}},II=Object.assign({dateFromFields(R,f,A,H){return ZI(f.call(R,Object.assign(Object.create(null),A),H))}},Q$),qI=Object.assign({yearMonthFromFields(R,f,A,H){return G6(f.call(R,Object.assign(Object.create(null),A),H))}},Q$),JI=Object.assign({monthDayFromFields(R,f,A,H){return H6(f.call(R,Object.assign(Object.create(null),A),H))}},Q$),z$={mergeFields(R,f,A,H){return Nf(f.call(R,Object.assign(Object.create(null),A),Object.assign(Object.create(null),H)))}},D6=Object.assign({},II,z$),Z6=Object.assign({},qI,z$),I6=Object.assign({},JI,z$),E$={dateAdd(R,f,A,H,P){return ZI(f.call(R,fR($R(A,R)),p(k(H)),P))}},XI=Object.assign({},E$,{dateUntil(R,f,A,H,P,F){return y6(f.call(R,fR($R(A,R)),fR($R(H,R)),Object.assign(Object.create(null),F,{largestUnit:k0[P]})))}}),q6=Object.assign({},E$,{day:$I}),J6=Object.assign({},XI,{day:$I}),kP=If(qI),aP=If(II),_P=If(JI),X6=If(Z6),AH=If(D6),L6=If(I6),LA=If(E$),Df=If(XI),HI=If(q6),PI=If(J6),[M6,p,y6]=Zf(xP,dD,{...f6,blank:CW},{with:(R,f)=>p(uD(R,f)),negated:(R)=>p(LP(R)),abs:(R)=>p(uW(R)),add:(R,f,A)=>p(Gh(n0,Df,i,0,R,RR(f),A)),subtract:(R,f,A)=>p(Gh(n0,Df,i,1,R,RR(f),A)),round:(R,f)=>p(gW(n0,Df,i,R,f)),total:(R,f)=>JW(n0,Df,i,R,f),toLocaleString(R,f,A){return Intl.DurationFormat?new Intl.DurationFormat(f,A).format(this):ZP(R)},toString:ZP,toJSON:(R)=>ZP(R),valueOf:of},{from:(R)=>p(RR(R)),compare:(R,f,A)=>HD(n0,LA,i,RR(R),RR(f),A)}),LI={toString:(R)=>R.id,toJSON:(R)=>R.id,...nL,dateAdd:({id:R,o:f},A,H,P)=>fR($R(f.dateAdd(wR(A),RR(H),P),R)),dateUntil:({o:R},f,A,H)=>p(k(R.dateUntil(wR(f),wR(A),$W(H)))),dateFromFields:({id:R,o:f},A,H)=>fR(Oh(f,A,H,pY(R))),yearMonthFromFields:({id:R,o:f},A,H)=>_f(Sh(f,A,H,cY(R))),monthDayFromFields:({id:R,o:f},A,H)=>A0(vh(f,0,A,H,iY(R))),fields({o:R},f){const A=new Set(Hf),H=[];for(let P of f){if(e(P),!A.has(P))throw new RangeError(mh(P));A.delete(P),H.push(P)}return R.fields(H)},mergeFields:({o:R},f,A)=>R.mergeFields(MF(jF(f)),MF(jF(A)))},[T$]=Zf("Calendar",(R)=>{const f=LD(R);return{branding:"Calendar",id:f,o:tA(f)}},{id:(R)=>R.id},LI,{from(R){const f=yR(R);return typeof f=="string"?new T$(f):f}}),N6=FI(Object.keys(LI).slice(4)),[j6,UR]=Zf(Ef,O(mD,yR,d),{...WI,...RH,...fI(j$),...fI(V$),offset:(R)=>UA(J$(R).offsetNanoseconds),offsetNanoseconds:(R)=>J$(R).offsetNanoseconds,timeZoneId:(R)=>JR(R.timeZone),hoursInDay:(R)=>NW(i,R)},{getISOFields:(R)=>KW(GR,R),getCalendar:t0,getTimeZone:({timeZone:R})=>typeof R=="string"?new dP(R):R,with(R,f,A){return UR(vD(AH,i,R,this,H0(f),A))},withCalendar:(R,f)=>UR(OP(R,yR(f))),withTimeZone:(R,f)=>UR(IZ(R,d(f))),withPlainDate:(R,f)=>UR(WZ(i,R,wR(f))),withPlainTime:(R,f)=>UR(YZ(i,R,M$(f))),add:(R,f,A)=>UR(Rh(LA,i,0,R,RR(f),A)),subtract:(R,f,A)=>UR(Rh(LA,i,1,R,RR(f),A)),until:(R,f,A)=>p(k(Nh(Df,i,0,R,f0(f),A))),since:(R,f,A)=>p(k(Nh(Df,i,1,R,f0(f),A))),round:(R,f)=>UR(LW(i,R,f)),startOfDay:(R)=>UR(jW(i,R)),equals:(R,f)=>FD(R,f0(f)),toInstant:(R)=>vR(kD(R)),toPlainDateTime:(R)=>MR(bh(GR,R)),toPlainDate:(R)=>fR(gh(GR,R)),toPlainTime:(R)=>af(uh(GR,R)),toPlainYearMonth(R){return _f(aD(kP,R,this))},toPlainMonthDay(R){return A0(_D(_P,R,this))},toLocaleString(R,f,A={}){const[H,P]=dL(f,A,R);return H.format(P)},toString:(R,f)=>pF(GR,R,f),toJSON:(R)=>pF(GR,R),valueOf:of},{from:(R,f)=>UR(f0(R,f)),compare:(R,f)=>Lh(f0(R),f0(f))}),V6=Object.defineProperties({},{...nH("Temporal.Now"),...FA({timeZoneId:()=>Qf(),instant:()=>vR(IR(s0())),zonedDateTime:(R,f=Qf())=>UR(LR(s0(),d(f),yR(R))),zonedDateTimeISO:(R=Qf())=>UR(LR(s0(),d(R),v)),plainDateTime:(R,f=Qf())=>MR(hR(_A(GR(d(f))),yR(R))),plainDateTimeISO:(R=Qf())=>MR(hR(_A(GR(d(R))),v)),plainDate:(R,f=Qf())=>fR($R(_A(GR(d(f))),yR(R))),plainDateISO:(R=Qf())=>fR($R(_A(GR(d(R))),v)),plainTimeISO:(R=Qf())=>af(Af(_A(GR(d(R)))))})}),MA=Object.defineProperties({},{...nH("Temporal"),...FA({PlainYearMonth:U6,PlainMonthDay:A6,PlainDate:W6,PlainTime:$6,PlainDateTime:Y6,ZonedDateTime:j6,Instant:P6,Calendar:T$,TimeZone:dP,Duration:M6,Now:V6})}),Q6=mL(),O$=new WeakMap,z6=Object.defineProperties(Object.create(Intl),FA({DateTimeFormat:Q6}));class yA extends Error{constructor(){super("Adapter not found");this.name="AdapterNotFound"}}class S${createSession(){throw new yA}deleteSession(){throw new yA}findSession(){throw new yA}findUserByEmailAddress(){throw new yA}updateSession(){throw new yA}createUser(){throw new yA}}class jI extends qf{constructor(){super(...arguments)}schema={email:{required:"Email is required",string:"Invalid email",email:"Invalid email"},password:{required:"Password is required"}}}class VI extends qf{constructor(){super(...arguments)}schema={name:{string:"Invalid name",required:"Name is required","min:2":"Name must be at least 3 characters"},email:{string:"Invalid email",required:"Email is required",email:"Invalid email"},password:{required:"Password is required","min:8":"Password must be at least 8 characters"}}}class jA extends MI{constructor(){super(...arguments)}provider=HH.getStore().authenticationServiceProvider;async me(){const R=await v$.user();if(!R)throw new NI;return R}async signIn(R=new jI){const f=await R.input.call(R),{email:A,password:H}=f.toJSON(),P=await this.provider.adapter.findUserByEmailAddress(A);if(!P)throw new NA({invalid_credentials:["Invalid credentials"]});if(!await this.provider.verifyPassword(H,P.password))throw new NA({invalid_credentials:["Invalid credentials"]});const h=R.headers.get("User-Agent"),$=new Bun.CryptoHasher("sha256");$.update(`${P.email}${h}`);const U=$.digest("hex");let G=await this.provider.adapter.findSession({token:U,userAgent:"local"});if(!G)G=await this.provider.adapter.createSession({token:U,userId:P.id,userAgent:"local",expiresAt:new Date(MA.Now.instant().add({hours:this.provider.sessionExpiresInHours}).toString()),absoluteExpiresAt:new Date(MA.Now.instant().add({hours:this.provider.sessionAbsoluteExpiresInHours}).toString())});else G=await this.provider.adapter.updateSession({token:U,expiresAt:new Date(MA.Now.instant().add({hours:this.provider.sessionExpiresInHours}).toString())});return R.ctx.setCookie("access_token",G.token,{expires:G.expiresAt}),await this.provider.onSignIn(P),P}async signUp(R=new VI){const f=await R.input(),{email:A,password:H,name:P}=f.toJSON();if(await this.provider.adapter.findUserByEmailAddress(A))throw new NA({email:["Email address already exists"]});const h=await this.provider.hashPassword(H),$=await this.provider.adapter.createUser({email:A,name:P,password:h});return await this.provider.onSignUp($),$}async signOut(R=new qf){const f=R.cookies.get("access_token"),A=await v$.user();return await this.provider.adapter.deleteSession({token:f}),R.ctx.setCookie("access_token","",{expires:new Date(0)}),await this.provider.onSignOut(A),{}}async forgotPassword(R=new qf){const f=await R.input(),{email:A}=f.toJSON(),H=await this.provider.adapter.findUserByEmailAddress(A);if(!H)return{};const P=await this.provider.generateForgotPasswordToken(H);return await this.provider.adapter.createPasswordResetToken({user:H,token:P}),await this.provider.onForgotPassword(H,P),{}}async resetPassword(R=new qf){const f=await R.input(),{password:A,token:H}=f.toJSON(),P=await this.provider.adapter.findPasswordResetToken({token:H});if(!P)throw new NA({token:["Invalid token"]});if(MA.Now.instant().until(MA.Instant.from(P.createdAt.toISOString()).add({hours:24}).toString()).sign)throw new NA({token:["Token expired"]});await this.provider.adapter.deletePasswordResetToken({token:H});const h=await this.provider.adapter.findUserByEmailAddress(P.user.email);if(!h)throw new NA({email:["User not found"]});const $=await this.provider.hashPassword(A);return await this.provider.adapter.updateUserPassword({id:h.id,password:$}),await this.provider.adapter.deleteAllUserSessions(h.id),await this.provider.onResetPassword(h),{}}}class QI extends oP{constructor(){super(...arguments)}routes={"/sign-in":this.post(jA,"signIn"),"/sign-up":this.post(jA,"signUp"),"/sign-out":this.post(jA,"signOut"),"/forgot-password":this.post(jA,"forgotPassword"),"/reset-password":this.post(jA,"resetPassword"),"/me":this.get(jA,"me")}}class zI extends yI{constructor(){super(...arguments)}routes={"/sign-in":this.view("auth/SignIn"),"/sign-up":this.view("auth/SignUp"),"/reset-password":this.view("auth/ResetPassword"),"/forgot-password":this.view("auth/ForgotPassword")}}class rP{basePath="/auth";routers={api:QI,view:zI};sessionExpiresInHours=24;sessionAbsoluteExpiresInHours=672;adapter=new S$;async verifyPassword(R,f){return await Bun.password.verify(R,f)}async hashPassword(R){return await Bun.password.hash(R)}async generateForgotPasswordToken(R){const f=new Bun.CryptoHasher("sha256");return f.update(`${R.email}${Date.now()}`),f.digest("hex")}onSignUp(R){}onSignIn(R){}onSignOut(R){}onForgotPassword(R,f){}onResetPassword(R){}}class EI extends oP{constructor(){super(...arguments)}routes={"/translations":this.get(async(R=new qf)=>{const f=await R.input(),{scope:A,locale:H}=f.toJSON(),P=H??HH.getStore().i18nServiceContainer.detectLocale(R),F=HH.getStore().i18nServiceContainer.getPageTranslations(P,A);return R.ctx.setHeaders("Cache-Control",R.ctx.user?"private, max-age=1200, must-revalidate":"public, max-age=864000, must-revalidate"),R.ctx.setCookie("i18n-locale",P,{expires:new Date(Date.now()+31536000000)}),{[P]:F}})}}class w${R;constructor(R){this.service=R}isEnabled=!1;translations=new Map;supportedLocales=[];routers={api:EI};boot(){const R=new Map;for(let[A,H]of Object.entries(this.service.dictionary))for(let[P,F]of Object.entries(H))for(let[h,$]of Object.entries(F)){const U=h==="default"?this.service.defaultLocale:h;if(!R.has(`${U}.${A}`))R.set(`${U}.${A}`,new Map);R.get(`${U}.${A}`)?.set(P,$),this.isEnabled=!0}let f=new Set;for(let[A,H]of R.entries())this.translations.set(A,Object.fromEntries(H.entries())),f.add(A.split(".")[0]);this.supportedLocales=Array.from(f)}detectLocale(R){const f=this.service.detectLocale(R);if(this.supportedLocales.includes(f))return f;const H=R.cookies.get("i18n-locale")??(R.headers.get("accept-language")||"en-US"),[P]=H.split(",");if(this.supportedLocales.includes(P))return P;const F=this.service.defaultLocale??this.supportedLocales[0];if(F)return F;return"en-US"}getPageTranslations(R,f){if(!f)return{};const A=this.translations.get(`${R}.view:${f}`)??{},H={[`view:${f}`]:A};for(let[P]of this.translations.entries()){const F=P.split(".")[1];if(!F.startsWith("layout:"))continue;const h=F.split(":")[1];if(f?.startsWith(h))H[F]=this.translations.get(`${R}.${F}`)??{}}return H}}class B${R;constructor(R){this.service=R}}class b${R;constructor(R){this.service=R}getRouteHandlerAndParams(R){const A=new URL(R.url).pathname.replace("/api","");let H={},P;for(let[F]of Object.entries(this.service.flatRoutes))try{const h=new URLPattern({pathname:F});if(h.test({pathname:A})){P=F,H=h.exec({pathname:A})?.pathname.groups;break}}catch(h){console.error(h)}return{params:H,path:P}}async runRouteMiddleware(R){const f=VA.getStore(),H=this.service.flatRoutes[R][f.req.rawRequest.method].middleware;try{await nP.getContext().middlewareServiceContainer.runMiddleware(H,R)}catch(P){if(P.kind===K$){if(f.req.rawRequest.url.includes("/api")){const{status:F=400,data:h,headers:$}=P.payload.api;return new Response(JSON.stringify(h),{status:F,headers:{"Content-Type":"application/json",...$}})}}else throw console.error(P),P}}async getRouteData(R){const f=this.service.flatRoutes[R],A=VA.getStore(),H=f[A.req.rawRequest.method].exec??(()=>Promise.resolve({}));let P={};try{P=await H()}catch(F){if(F.kind===K$){const{status:h=400,data:$,headers:U}=F.payload.api;return new Response(JSON.stringify($),{status:h,headers:{"Content-Type":"application/json",...U}})}else throw console.error(F),F}return P}async handleApiRequest(R){const{params:f,path:A}=this.getRouteHandlerAndParams(R),H=this.service.flatRoutes[A];if(!H||!H[R.method])return new Response(JSON.stringify({error:{message:"Not found"}}),{status:404});const P=new qf(R,f);return await VA.run(P,async()=>{const F=await this.runRouteMiddleware(A);if(F instanceof Response)return F;const h=await this.getRouteData(A);if(h instanceof Response)return h;const $=VA.getStore(),U=$.headers;if(U.append("Content-Type","application/json"),!U.get("Cache-Control"))if($.user)U.set("Cache-Control","private, no-cache, no-store, max-age=0, must-revalidate");else U.set("Cache-Control","public, no-cache, no-store, max-age=0, must-revalidate");return $.cookies.forEach((G)=>U.append("Set-Cookie",G.toString())),$.destroy(),new Response(JSON.stringify(h),{headers:U})})}}var E6=function(R){return tP(R)};function g$(R){const f={};for(let[A,H]of Object.entries(R))if("run"in H){const P=H;if(!f[A])f[A]={};const{method:F,middlewares:h}=P,$=P.run.bind(P);f[A][F]={exec:$,middleware:h}}else if(E6(H)){const P=new H,F=g$(P.routes);for(let[h,$]of Object.entries(F)){const U=h==="/"?"":h,G=A==="/"?"":A,Y=`${G}${U}`===""?"/":`${G}${U}`;if(!f[Y])f[Y]={};for(let[W,D]of Object.entries($))f[Y][W]={exec:D.exec,middleware:[P.middleware,...P.middlewares,...D.middleware]}}}else for(let P of Object.values(H)){if(!f[A])f[A]={};const{method:F,middlewares:h}=P,$=P.run.bind(P);f[A][F]={exec:$,middleware:h}}return Object.fromEntries(Object.entries(f).sort(([A],[H])=>{const P=A.split("/").length+A.split(":").length,F=H.split("/").length+H.split(":").length;return P-F}))}class u${}class C$ extends u${constructor(){super(...arguments)}flatRoutes={};boot(R){this.flatRoutes=g$(R)}}var T6=function(R){const f=new Map;for(let A of R)if(typeof A==="string"){const[H,P=""]=A.split(":");if(H.startsWith("-")){if(f.has(H.replace("-","")))f.delete(H.replace("-",""))}else f.set(H,P.split(","))}else f.set(A,[]);return f};class x${R;constructor(R){this.service=R}runMiddleware(R,f){const A=VA.getStore().req;return Array.from(T6(R).entries()).map(([H,P])=>{if(typeof H==="string"){const F=this.service.aliases[H];if(F){const h=new F(f);return($)=>h.run.call(h,$,...P)}}else{if(tP(H)){const F=new aliasOrTest(f);return F.run.bind(F)}return H}}).filter(Boolean).reduce((H,P)=>{return async(F,h)=>{return{...await H(F,h),...await P(F,h)}}},(H)=>Promise.resolve({}))(A)}}class m${R;constructor(R){this.service=R}}class nP{emailServiceProvider=PF;authenticationServiceProvider=rP;middlewareServiceProvider=TI;policiesServiceProvider=OI;i18nServiceProvider=SI;fileStorageServiceProvider=vI;apiRouterServiceProvider=C$;rateLimiterServiceProvider=wI;services;getServices=()=>{if(!this.services)this.services={emailServiceProvider:new this.emailServiceProvider,authenticationServiceProvider:new this.authenticationServiceProvider,middlewareServiceContainer:new x$(new this.middlewareServiceProvider),policiesServiceProvider:new this.policiesServiceProvider,i18nServiceContainer:new w$(new this.i18nServiceProvider),fileStorageServiceContainer:new B$(new this.fileStorageServiceProvider),apiRouterServiceContainer:new b$(new this.apiRouterServiceProvider),rateLimiterServiceContainer:new m$(new this.rateLimiterServiceProvider)};return this.services};static getContext=()=>c$.getStore();run(R){const f=this.getServices();return c$.run(f,R)}}class BI{R;constructor(R){this.prisma=R}async createSession(R){return await this.prisma.session.create({data:R,include:{user:!0}})}async createUser(R){return await this.prisma.user.create({data:R})}async deleteSession(R){return await this.prisma.session.deleteMany({where:{token:R.token}})}async findUserByEmailAddress(R){return await this.prisma.user.findUnique({where:{email:R}})}async findSession(R){if(!R.token)return null;try{return await this.prisma.session.findUnique({where:{token:R.token,userAgent:"local"},include:{user:{select:{password:!1,id:!0,email:!0,globalRole:!0,name:!0,publicId:!0,accounts:{select:{id:!0,publicId:!0,organization:!0,organizationRole:!0}}}}}})}catch(f){return console.log(f),null}}async updateSession(R){return await this.prisma.session.update({where:{token:R.token},data:{expiresAt:R.expiresAt},include:{user:{select:{password:!1,email:!0,globalRole:!0,name:!0,publicId:!0,accounts:{select:{id:!0,publicId:!0,organization:!0,organizationRole:!0}},organization:!0}}}})}async updateUserPassword(R){return await this.prisma.user.update({where:{id:R.id},data:{password:R.password}})}async createPasswordResetToken(R){return await this.prisma.passwordResetToken.create({data:{user:{connect:{id:R.user.id}},token:R.token}})}async findPasswordResetToken(R){const{token:f}=R;return await this.prisma.passwordResetToken.findUnique({where:{token:f},include:{user:!0}})}async deleteAllUserSessions(R){return await this.prisma.session.deleteMany({where:{userId:R}})}async deletePasswordResetToken(R){const{token:f}=R;return await this.prisma.passwordResetToken.delete({where:{token:f}})}}export{BI as PrismaAuthenticationAdapter,nP as Kernel,rP as AuthenticationServiceProvider};export{PF as r,nP as s};