gemi 0.4.72 → 0.4.74

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (98) hide show
  1. package/dist/app/App.d.ts +0 -1
  2. package/dist/app/App.d.ts.map +1 -1
  3. package/dist/app/index.js +62 -62
  4. package/dist/chunk-0f15c920a9e36b9d.js +2 -0
  5. package/dist/{chunk-aa3cd1ebb3cef8cf.js → chunk-146715025d13a0cd.js} +1 -1
  6. package/dist/chunk-15e6e8c0dd4b0672.js +2 -0
  7. package/dist/chunk-2108d757e3dff3e5.js +2 -0
  8. package/dist/{chunk-d03b02d5f8128f13.js → chunk-32c9eede30a4534c.js} +2 -2
  9. package/dist/{chunk-d7c78cd1ab7dc7ed.js → chunk-33ee54a02c10fc37.js} +1 -1
  10. package/dist/{chunk-11cd81b560d496a3.js → chunk-474c8dc0ac6b3cdf.js} +1 -1
  11. package/dist/{chunk-32483f77b064cc0a.js → chunk-4d058b99d3cd50d3.js} +2 -2
  12. package/dist/{chunk-f25e3644c98f64a7.js → chunk-56b5bf53d53c03a4.js} +1 -1
  13. package/dist/{chunk-7ffc808402a7646b.js → chunk-64a4f5b40b729f4f.js} +1 -1
  14. package/dist/{chunk-98d9ccc476ab91dc.js → chunk-74019c1ac29f1d31.js} +1 -1
  15. package/dist/{chunk-65cd4d128b79bd93.js → chunk-9501e589e3e86a96.js} +1 -1
  16. package/dist/{chunk-db03a0a05fbe3bc4.js → chunk-a1e43f3e2aa39908.js} +1 -1
  17. package/dist/chunk-a4b73fda470356b4.js +3 -0
  18. package/dist/{chunk-6c1b62f2d8dc48e2.js → chunk-a6cfd5c0ed5980bd.js} +1 -1
  19. package/dist/chunk-a909d17bbac3413c.js +1 -0
  20. package/dist/chunk-a92a4cb80ddf74b0.js +2 -0
  21. package/dist/{chunk-4672a061bfa698ce.js → chunk-bd7553048dc4a7f0.js} +1 -1
  22. package/dist/{chunk-a1efc60864e65ef2.js → chunk-c041f058dc3d571b.js} +1 -1
  23. package/dist/{chunk-dfc59075d409b16e.js → chunk-d73f00cff7e5d51a.js} +1 -1
  24. package/dist/chunk-e8b83fc64856dfe0.js +2 -0
  25. package/dist/chunk-e98666083e9a2b6f.js +2 -0
  26. package/dist/chunk-ff5ac7825f395891.js +18 -0
  27. package/dist/client/Link.d.ts +4 -2
  28. package/dist/client/Link.d.ts.map +1 -1
  29. package/dist/client/QueryManagerContext.d.ts +3 -3
  30. package/dist/client/QueryManagerContext.d.ts.map +1 -1
  31. package/dist/client/ServerDataProvider.d.ts +1 -0
  32. package/dist/client/ServerDataProvider.d.ts.map +1 -1
  33. package/dist/client/auth/useUser.d.ts +1 -11
  34. package/dist/client/auth/useUser.d.ts.map +1 -1
  35. package/dist/client/index.js +42 -15
  36. package/dist/client/useNavigate.d.ts +2 -2
  37. package/dist/client/useNavigate.d.ts.map +1 -1
  38. package/dist/client/useQuery.d.ts +2 -2
  39. package/dist/client/useQuery.d.ts.map +1 -1
  40. package/dist/email/index.js +1 -1
  41. package/dist/facades/FileStorage.d.ts +12 -0
  42. package/dist/facades/FileStorage.d.ts.map +1 -0
  43. package/dist/facades/Prefetch.d.ts +25 -0
  44. package/dist/facades/Prefetch.d.ts.map +1 -0
  45. package/dist/facades/index.d.ts +2 -0
  46. package/dist/facades/index.d.ts.map +1 -1
  47. package/dist/facades/index.js +1 -1
  48. package/dist/http/HttpRequest.d.ts +5 -1
  49. package/dist/http/HttpRequest.d.ts.map +1 -1
  50. package/dist/http/index.js +1 -1
  51. package/dist/http/requestContext.d.ts +6 -3
  52. package/dist/http/requestContext.d.ts.map +1 -1
  53. package/dist/kernel/Kernel.d.ts +13 -2
  54. package/dist/kernel/Kernel.d.ts.map +1 -1
  55. package/dist/kernel/context.d.ts +6 -2
  56. package/dist/kernel/context.d.ts.map +1 -1
  57. package/dist/kernel/index.js +2 -2
  58. package/dist/server/index.js +1 -1
  59. package/dist/services/ServiceProvider.d.ts +4 -0
  60. package/dist/services/ServiceProvider.d.ts.map +1 -0
  61. package/dist/services/file-storage/FileStorageServiceContainer.d.ts +6 -0
  62. package/dist/services/file-storage/FileStorageServiceContainer.d.ts.map +1 -0
  63. package/dist/services/file-storage/FileStorageServiceProvider.d.ts +5 -0
  64. package/dist/services/file-storage/FileStorageServiceProvider.d.ts.map +1 -0
  65. package/dist/services/file-storage/drivers/FileStorageDriver.d.ts +6 -0
  66. package/dist/services/file-storage/drivers/FileStorageDriver.d.ts.map +1 -0
  67. package/dist/services/file-storage/drivers/FileSystemDriver.d.ts +9 -0
  68. package/dist/services/file-storage/drivers/FileSystemDriver.d.ts.map +1 -0
  69. package/dist/services/file-storage/drivers/S3Driver.d.ts +10 -0
  70. package/dist/services/file-storage/drivers/S3Driver.d.ts.map +1 -0
  71. package/dist/services/file-storage/drivers/types.d.ts +19 -0
  72. package/dist/services/file-storage/drivers/types.d.ts.map +1 -0
  73. package/dist/services/index.d.ts +6 -0
  74. package/dist/services/index.d.ts.map +1 -0
  75. package/dist/services/index.js +11 -0
  76. package/dist/services/middleware/MiddlewareServiceContainer.d.ts +8 -0
  77. package/dist/services/middleware/MiddlewareServiceContainer.d.ts.map +1 -0
  78. package/dist/services/router/ApiRouterServiceContainer.d.ts +13 -0
  79. package/dist/services/router/ApiRouterServiceContainer.d.ts.map +1 -0
  80. package/dist/services/router/ApiRouterServiceProvider.d.ts +8 -0
  81. package/dist/services/router/ApiRouterServiceProvider.d.ts.map +1 -0
  82. package/dist/services/router/createFlatApiRoutes.d.ts +16 -0
  83. package/dist/services/router/createFlatApiRoutes.d.ts.map +1 -0
  84. package/dist/utils/omitNullishValues.d.ts +2 -0
  85. package/dist/utils/omitNullishValues.d.ts.map +1 -0
  86. package/package.json +2 -2
  87. package/dist/chunk-466213c5585251ad.js +0 -2
  88. package/dist/chunk-6596f9d480e68b0a.js +0 -2
  89. package/dist/chunk-718d1e84f3207c29.js +0 -2
  90. package/dist/chunk-c4927c583b31b4be.js +0 -18
  91. package/dist/chunk-d1c7d307baac84fb.js +0 -2
  92. package/dist/chunk-e565da7343a33b65.js +0 -3
  93. package/dist/chunk-f90e2f05651f95fc.js +0 -2
  94. package/dist/storage/File.d.ts +0 -26
  95. package/dist/storage/File.d.ts.map +0 -1
  96. package/dist/storage/index.d.ts +0 -2
  97. package/dist/storage/index.d.ts.map +0 -1
  98. package/dist/storage/index.js +0 -2
@@ -1,3 +1,3 @@
1
1
  // @bun
2
- import{a as YI,c as aH,d as GI,g as Mf,i as aA,j as XI,k as SU,l as f1,m as WI,o as LI,p as qI} from"../http/index.js";import{q as TU} from"../facades/index.js";import{y as gY,z as u} from"../chunk-7ce930fe69575c87.js";var vY=u((f5,SY)=>{var FJ=function(R){return!!R&&typeof R==="object"},PJ=function(R){var A=Object.prototype.toString.call(R);return A==="[object RegExp]"||A==="[object Date]"||YJ(R)},YJ=function(R){return R.$$typeof===UJ},GJ=function(R){return Array.isArray(R)?[]:{}},I0=function(R,A){return A.clone!==!1&&A.isMergeableObject(R)?Sf(GJ(R),R,A):R},WJ=function(R,A,f){return R.concat(A).map(function(H){return I0(H,f)})},hJ=function(R,A){if(!A.customMerge)return Sf;var f=A.customMerge(R);return typeof f==="function"?f:Sf},DJ=function(R){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(R).filter(function(A){return Object.propertyIsEnumerable.call(R,A)}):[]},TY=function(R){return Object.keys(R).concat(DJ(R))},OY=function(R,A){try{return A in R}catch(f){return!1}},ZJ=function(R,A){return OY(R,A)&&!(Object.hasOwnProperty.call(R,A)&&Object.propertyIsEnumerable.call(R,A))},IJ=function(R,A,f){var H={};if(f.isMergeableObject(R))TY(R).forEach(function(F){H[F]=I0(R[F],f)});return TY(A).forEach(function(F){if(ZJ(R,F))return;if(OY(R,F)&&f.isMergeableObject(A[F]))H[F]=hJ(F,f)(R[F],A[F],f);else H[F]=I0(A[F],f)}),H},Sf=function(R,A,f){f=f||{},f.arrayMerge=f.arrayMerge||WJ,f.isMergeableObject=f.isMergeableObject||HJ,f.cloneUnlessOtherwiseSpecified=I0;var H=Array.isArray(A),F=Array.isArray(R),P=H===F;if(!P)return I0(A,f);else if(H)return f.arrayMerge(R,A,f);else return IJ(R,A,f)},HJ=function R(A){return FJ(A)&&!PJ(A)},$J=typeof Symbol==="function"&&Symbol.for,UJ=$J?Symbol.for("react.element"):60103;Sf.all=function R(A,f){if(!Array.isArray(A))throw new Error("first argument should be an array");return A.reduce(function(H,F){return Sf(H,F,f)},{})};var JJ=Sf;SY.exports=JJ});var z1=u((YX,aY)=>{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,A){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(A=A||"",R.indent_level>0)A=new Array(R.indent_level+1).join(this.__indent_string);this.__base_string=A,this.__base_string_length=A.length},n=function(R,A){this.__indent_cache=new J0(R,A),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 A=this.__items.length-1;A>=0;A--)if(this.__items[A].match(R))return!0;return!1};r.prototype.set_indent=function(R,A){if(this.is_empty())this.__indent_count=R||0,this.__alignment_count=A||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 A=R.lastIndexOf("\n");if(A!==-1)this.__character_count=R.length-A;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,A){var f=this.__base_string_length;if(A=A||0,R<0)f=0;return f+=R*this.__indent_size,f+=A,f};J0.prototype.get_indent_string=function(R,A){var f=this.__base_string;if(A=A||0,R<0)R=0,f="";return A+=R*this.__indent_size,this.__ensure_cache(A),f+=this.__cache[A],f};J0.prototype.__ensure_cache=function(R){while(R>=this.__cache.length)this.__add_column()};J0.prototype.__add_column=function(){var R=this.__cache.length,A=0,f="";if(this.__indent_size&&R>=this.__indent_size)A=Math.floor(R/this.__indent_size),R-=A*this.__indent_size,f=new Array(A+1).join(this.__indent_string);if(R)f+=new Array(R+1).join(" ");this.__cache.push(f)};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,A){return this.__indent_cache.get_indent_string(R,A)};n.prototype.get_indent_size=function(R,A){return this.__indent_cache.get_indent_size(R,A)};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 A=this.current_line.pop();if(A){if(A[A.length-1]==="\n")A=A.replace(/\n+$/g,"");this.current_line.push(A)}if(this._end_with_newline)this.__add_outputline();var f=this.__lines.join("\n");if(R!=="\n")f=f.replace(/[\n]/g,R);return f};n.prototype.set_wrap_point=function(){this.current_line._set_wrap_point()};n.prototype.set_indent=function(R,A){if(R=R||0,A=A||0,this.next_line.set_indent(R,A),this.__lines.length>1)return this.current_line.set_indent(R,A),!0;return this.current_line.set_indent(),!1};n.prototype.add_raw_token=function(R){for(var A=0;A<R.newlines;A++)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 A=this.__lines.length;while(R<A)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,A){var f=this.__lines.length-2;while(f>=0){var H=this.__lines[f];if(H.is_empty())break;else if(H.item(0).indexOf(R)!==0&&H.item(-1)!==A){this.__lines.splice(f+1,0,new r(this)),this.previous_line=this.__lines[this.__lines.length-2];break}f--}};YX.Output=n});var BF=u((hX,oY)=>{var WX=function(R,A,f,H){this.type=R,this.text=A,this.comments_before=null,this.newlines=f||0,this.whitespace_before=H||"",this.parent=null,this.next=null,this.previous=null,this.opened=null,this.closed=null,this.directives=null};hX.Token=WX});var bF=u((JX)=>{var ZX="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",rY="\\x24\\x30-\\x39\\x41-\\x5a\\x5f\\x61-\\x7a",wF="\\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",nY="\\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",KF="\\\\u[0-9a-fA-F]{4}|\\\\u\\{[0-9a-fA-F]+\\}",tY="(?:"+KF+"|["+ZX+wF+"])",IX="(?:"+KF+"|["+rY+wF+nY+"])*";JX.identifier=new RegExp(tY+IX,"g");JX.identifierStart=new RegExp(tY);JX.identifierMatch=new RegExp("(?:"+KF+"|["+rY+wF+nY+"])+");JX.newline=/[\n\r\u2028\u2029]/;JX.lineBreak=new RegExp("\r\n|"+JX.newline.source);JX.allLineBreaks=new RegExp(JX.lineBreak.source,"g")});var E1=u((MX,y1)=>{var SA=function(R,A){if(this.raw_options=AG(R,A),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"])},AG=function(R,A){var f={};R=fG(R);var H;for(H in R)if(H!==A)f[H]=R[H];if(A&&R[A])for(H in R[A])f[H]=R[A][H];return f},fG=function(R){var A={},f;for(f in R){var H=f.replace(/-/g,"_");A[H]=R[f]}return A};SA.prototype._get_array=function(R,A){var f=this.raw_options[R],H=A||[];if(typeof f==="object"){if(f!==null&&typeof f.concat==="function")H=f.concat()}else if(typeof f==="string")H=f.split(/[^a-zA-Z0-9_\/\-]+/);return H};SA.prototype._get_boolean=function(R,A){var f=this.raw_options[R],H=f===void 0?!!A:!!f;return H};SA.prototype._get_characters=function(R,A){var f=this.raw_options[R],H=A||"";if(typeof f==="string")H=f.replace(/\\r/,"\r").replace(/\\n/,"\n").replace(/\\t/,"\t");return H};SA.prototype._get_number=function(R,A){var f=this.raw_options[R];if(A=parseInt(A,10),isNaN(A))A=0;var H=parseInt(f,10);if(isNaN(H))H=A;return H};SA.prototype._get_selection=function(R,A,f){var H=this._get_selection_list(R,A,f);if(H.length!==1)throw new Error("Invalid Option Value: The option '"+R+"' can only be one of the following values:\n"+A+"\nYou passed in: '"+this.raw_options[R]+"'");return H[0]};SA.prototype._get_selection_list=function(R,A,f){if(!A||A.length===0)throw new Error("Selection list cannot be empty.");if(f=f||[A[0]],!this._is_valid_selection(f,A))throw new Error("Invalid Default Value!");var H=this._get_array(R,f);if(!this._is_valid_selection(H,A))throw new Error("Invalid Option Value: The option '"+R+"' can contain only the following values:\n"+A+"\nYou passed in: '"+this.raw_options[R]+"'");return H};SA.prototype._is_valid_selection=function(R,A){return R.length&&A.length&&!R.some(function(f){return A.indexOf(f)===-1})};MX.Options=SA;MX.normalizeOpts=fG;MX.mergeOpts=AG});var gF=u((yX,PG)=>{var FG=function(R){HG.call(this,R,"js");var A=this.raw_options.brace_style||null;if(A==="expand-strict")this.raw_options.brace_style="expand";else if(A==="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 f=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<f.length;H++)if(f[H]==="preserve-inline")this.brace_preserve_inline=!0;else this.brace_style=f[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",zX),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy)this.space_after_anon_function=!0},HG=E1().Options,zX=["before-newline","after-newline","preserve-newline"];FG.prototype=new HG;yX.Options=FG});var T1=u((TX,UG)=>{var HR=function(R){this.__input=R||"",this.__input_length=this.__input.length,this.__position=0},$G=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 A=null;if(R=R||0,R+=this.__position,R>=0&&R<this.__input_length)A=this.__input.charAt(R);return A};HR.prototype.__match=function(R,A){R.lastIndex=A;var f=R.exec(this.__input);if(f&&!($G&&R.sticky)){if(f.index!==A)f=null}return f};HR.prototype.test=function(R,A){if(A=A||0,A+=this.__position,A>=0&&A<this.__input_length)return!!this.__match(R,A);else return!1};HR.prototype.testChar=function(R,A){var f=this.peek(A);return R.lastIndex=0,f!==null&&R.test(f)};HR.prototype.match=function(R){var A=this.__match(R,this.__position);if(A)this.__position+=A[0].length;else A=null;return A};HR.prototype.read=function(R,A,f){var H="",F;if(R){if(F=this.match(R),F)H+=F[0]}if(A&&(F||!R))H+=this.readUntil(A,f);return H};HR.prototype.readUntil=function(R,A){var f="",H=this.__position;R.lastIndex=this.__position;var F=R.exec(this.__input);if(F){if(H=F.index,A)H+=F[0].length}else H=this.__input_length;return f=this.__input.substring(this.__position,H),this.__position=H,f};HR.prototype.readUntilAfter=function(R){return this.readUntil(R,!0)};HR.prototype.get_regexp=function(R,A){var f=null,H="g";if(A&&$G)H="y";if(typeof R==="string"&&R!=="")f=new RegExp(R,H);else if(R)f=new RegExp(R.source,H);return f};HR.prototype.get_literal_regexp=function(R){return RegExp(R.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&"))};HR.prototype.peekUntilAfter=function(R){var A=this.__position,f=this.readUntilAfter(R);return this.__position=A,f};HR.prototype.lookBack=function(R){var A=this.__position-1;return A>=R.length&&this.__input.substring(A-R.length,A).toLowerCase()===R};TX.InputScanner=HR});var GG=u((SX,YG)=>{var tA=function(R){this.__tokens=[],this.__tokens_length=this.__tokens.length,this.__position=0,this.__parent_token=R};tA.prototype.restart=function(){this.__position=0};tA.prototype.isEmpty=function(){return this.__tokens_length===0};tA.prototype.hasNext=function(){return this.__position<this.__tokens_length};tA.prototype.next=function(){var R=null;if(this.hasNext())R=this.__tokens[this.__position],this.__position+=1;return R};tA.prototype.peek=function(R){var A=null;if(R=R||0,R+=this.__position,R>=0&&R<this.__tokens_length)A=this.__tokens[R];return A};tA.prototype.add=function(R){if(this.__parent_token)R.parent=this.__parent_token;this.__tokens.push(R),this.__tokens_length+=1};SX.TokenStream=tA});var X0=u((BX,WG)=>{var $A=function(R,A){if(this._input=R,this._starting_pattern=null,this._match_pattern=null,this._until_pattern=null,this._until_after=!1,A)this._starting_pattern=this._input.get_regexp(A._starting_pattern,!0),this._match_pattern=this._input.get_regexp(A._match_pattern,!0),this._until_pattern=this._input.get_regexp(A._until_pattern),this._until_after=A._until_after};$A.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};$A.prototype.read_match=function(){return this._input.match(this._match_pattern)};$A.prototype.until_after=function(R){var A=this._create();return A._until_after=!0,A._until_pattern=this._input.get_regexp(R),A._update(),A};$A.prototype.until=function(R){var A=this._create();return A._until_after=!1,A._until_pattern=this._input.get_regexp(R),A._update(),A};$A.prototype.starting_with=function(R){var A=this._create();return A._starting_pattern=this._input.get_regexp(R,!0),A._update(),A};$A.prototype.matching=function(R){var A=this._create();return A._match_pattern=this._input.get_regexp(R,!0),A._update(),A};$A.prototype._create=function(){return new $A(this._input,this)};$A.prototype._update=function(){};BX.Pattern=$A});var ZG=u((KX,DG)=>{var vA=function(R,A){if(hG.call(this,R,A),A)this._line_regexp=this._input.get_regexp(A._line_regexp);else this.__set_whitespace_patterns("","");this.newline_count=0,this.whitespace_before_token=""},hG=X0().Pattern;vA.prototype=new hG;vA.prototype.__set_whitespace_patterns=function(R,A){R+="\\t ",A+="\\n\\r",this._match_pattern=this._input.get_regexp("["+R+A+"]+",!0),this._newline_regexp=this._input.get_regexp("\\r\\n|["+A+"]")};vA.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 A=this.__split(this._newline_regexp,R);this.newline_count=A.length-1,this.whitespace_before_token=A[this.newline_count]}return R};vA.prototype.matching=function(R,A){var f=this._create();return f.__set_whitespace_patterns(R,A),f._update(),f};vA.prototype._create=function(){return new vA(this._input,this)};vA.prototype.__split=function(R,A){R.lastIndex=0;var f=0,H=[],F=R.exec(A);while(F)H.push(A.substring(f,F.index)),f=F.index+F[0].length,F=R.exec(A);if(f<A.length)H.push(A.substring(f,A.length));else H.push("");return H};KX.WhitespacePattern=vA});var q0=u((xX,xF)=>{var gX=T1().InputScanner,IG=BF().Token,CF=GG().TokenStream,CX=ZG().WhitespacePattern,L0={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},UA=function(R,A){this._input=new gX(R),this._options=A||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new CX(this._input)};UA.prototype.tokenize=function(){this._input.restart(),this.__tokens=new CF,this._reset();var R,A=new IG(L0.START,""),f=null,H=[],F=new CF;while(A.type!==L0.EOF){R=this._get_next_token(A,f);while(this._is_comment(R))F.add(R),R=this._get_next_token(A,f);if(!F.isEmpty())R.comments_before=F,F=new CF;if(R.parent=f,this._is_opening(R))H.push(f),f=R;else if(f&&this._is_closing(R,f))R.opened=f,f.closed=R,f=H.pop(),R.parent=f;R.previous=A,A.next=R,this.__tokens.add(R),A=R}return this.__tokens};UA.prototype._is_first_token=function(){return this.__tokens.isEmpty()};UA.prototype._reset=function(){};UA.prototype._get_next_token=function(R,A){this._readWhitespace();var f=this._input.read(/.+/g);if(f)return this._create_token(L0.RAW,f);else return this._create_token(L0.EOF,"")};UA.prototype._is_comment=function(R){return!1};UA.prototype._is_opening=function(R){return!1};UA.prototype._is_closing=function(R,A){return!1};UA.prototype._create_token=function(R,A){var f=new IG(R,A,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return f};UA.prototype._readWhitespace=function(){return this._patterns.whitespace.read()};xX.Tokenizer=UA;xX.TOKEN=L0});var O1=u((cX,JG)=>{var uF=function(R,A){R=typeof R==="string"?R:R.source,A=typeof A==="string"?A:A.source,this.__directives_block_pattern=new RegExp(R+/ beautify( \w+[:]\w+)+ /.source+A,"g"),this.__directive_pattern=/ (\w+)[:](\w+)/g,this.__directives_end_ignore_pattern=new RegExp(R+/\sbeautify\signore:end\s/.source+A,"g")};uF.prototype.get_directives=function(R){if(!R.match(this.__directives_block_pattern))return null;var A={};this.__directive_pattern.lastIndex=0;var f=this.__directive_pattern.exec(R);while(f)A[f[1]]=f[2],f=this.__directive_pattern.exec(R);return A};uF.prototype.readIgnored=function(R){return R.readUntilAfter(this.__directives_end_ignore_pattern)};cX.Directives=uF});var iF=u((pX,XG)=>{var aR=function(R,A){if(mF.call(this,R,A),this.__template_pattern=null,this._disabled=Object.assign({},cF),this._excluded=Object.assign({},cF),A)this.__template_pattern=this._input.get_regexp(A.__template_pattern),this._excluded=Object.assign(this._excluded,A._excluded),this._disabled=Object.assign(this._disabled,A._disabled);var f=new mF(R);this.__patterns={handlebars_comment:f.starting_with(/{{!--/).until_after(/--}}/),handlebars_unescaped:f.starting_with(/{{{/).until_after(/}}}/),handlebars:f.starting_with(/{{/).until_after(/}}/),php:f.starting_with(/<\?(?:[= ]|php)/).until_after(/\?>/),erb:f.starting_with(/<%[^%]/).until_after(/[^%]%>/),django:f.starting_with(/{%/).until_after(/%}/),django_value:f.starting_with(/{{/).until_after(/}}/),django_comment:f.starting_with(/{#/).until_after(/#}/),smarty:f.starting_with(/{(?=[^}{\s\n])/).until_after(/[^\s\n]}/),smarty_comment:f.starting_with(/{\*/).until_after(/\*}/),smarty_literal:f.starting_with(/{literal}/).until_after(/{\/literal}/)}},mF=X0().Pattern,cF={django:!1,erb:!1,handlebars:!1,php:!1,smarty:!1,angular:!1};aR.prototype=new mF;aR.prototype._create=function(){return new aR(this._input,this)};aR.prototype._update=function(){this.__set_templated_pattern()};aR.prototype.disable=function(R){var A=this._create();return A._disabled[R]=!0,A._update(),A};aR.prototype.read_options=function(R){var A=this._create();for(var f in cF)A._disabled[f]=R.templating.indexOf(f)===-1;return A._update(),A};aR.prototype.exclude=function(R){var A=this._create();return A._excluded[R]=!0,A._update(),A};aR.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 A=this._read_template();while(A){if(this._match_pattern)A+=this._input.read(this._match_pattern);else A+=this._input.readUntil(this.__template_pattern);R+=A,A=this._read_template()}if(this._until_after)R+=this._input.readUntilAfter(this._until_pattern);return R};aR.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("|")+")")};aR.prototype._read_template=function(){var R="",A=this._input.peek();if(A==="<"){var f=this._input.peek(1);if(!this._disabled.php&&!this._excluded.php&&f==="?")R=R||this.__patterns.php.read();if(!this._disabled.erb&&!this._excluded.erb&&f==="%")R=R||this.__patterns.erb.read()}else if(A==="{"){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};pX.TemplatablePattern=aR});var M0=u((f7,N0)=>{var sF=function(R,A){return A.indexOf(R)!==-1},A7=function(R){var A="",f=0,H=new lX(R),F=null;while(H.hasNext()){if(F=H.match(/([\s]|[^\\]|\\\\)+/g),F)A+=F[0];if(H.peek()==="\\"){if(H.next(),H.peek()==="x")F=H.match(/x([0-9A-Fa-f]{2})/g);else if(H.peek()==="u"){if(F=H.match(/u([0-9A-Fa-f]{4})/g),!F)F=H.match(/u\{([0-9A-Fa-f]+)\}/g)}else{if(A+="\\",H.hasNext())A+=H.next();continue}if(!F)return R;if(f=parseInt(F[1],16),f>126&&f<=255&&F[0].indexOf("x")===0)return R;else if(f>=0&&f<32)A+="\\"+F[0];else if(f>1114111)A+="\\"+F[0];else if(f===34||f===39||f===92)A+="\\"+String.fromCharCode(f);else A+=String.fromCharCode(f)}}return A},lX=T1().InputScanner,qG=q0().Tokenizer,pF=q0().TOKEN,dX=O1().Directives,cR=bF(),kX=X0().Pattern,_X=iF().TemplatablePattern,M={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:pF.START,RAW:pF.RAW,EOF:pF.EOF},LG=new dX(/\/\*/,/\*\//),aX=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,oX=/[0-9]/,rX=/[^\d\.]/,nX=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),eA=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";eA=eA.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&");eA="\\?\\.(?!\\d) "+eA;eA=eA.replace(/ /g,"|");var tX=new RegExp(eA),NG="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),eX=NG.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),R7=new RegExp("^(?:"+eX.join("|")+")$"),S1,t=function(R,A){qG.call(this,R,A),this._patterns.whitespace=this._patterns.whitespace.matching(/\u00A0\u1680\u180e\u2000-\u200a\u202f\u205f\u3000\ufeff/.source,/\u2028\u2029/.source);var f=new kX(this._input),H=new _X(this._input).read_options(this._options);this.__patterns={template:H,identifier:H.starting_with(cR.identifier).matching(cR.identifierMatch),number:f.matching(aX),punct:f.matching(tX),comment:f.starting_with(/\/\//).until(/[\n\r\u2028\u2029]/),block_comment:f.starting_with(/\/\*/).until_after(/\*\//),html_comment_start:f.matching(/<!--/),html_comment_end:f.matching(/-->/),include:f.starting_with(/#include/).until_after(cR.lineBreak),shebang:f.starting_with(/#!/).until_after(cR.lineBreak),xml:f.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 qG;t.prototype._is_comment=function(R){return R.type===M.COMMENT||R.type===M.BLOCK_COMMENT||R.type===M.UNKNOWN};t.prototype._is_opening=function(R){return R.type===M.START_BLOCK||R.type===M.START_EXPR};t.prototype._is_closing=function(R,A){return(R.type===M.END_BLOCK||R.type===M.END_EXPR)&&(A&&(R.text==="]"&&A.text==="["||R.text===")"&&A.text==="("||R.text==="}"&&A.text==="{"))};t.prototype._reset=function(){S1=!1};t.prototype._get_next_token=function(R,A){var f=null;this._readWhitespace();var H=this._input.peek();if(H===null)return this._create_token(M.EOF,"");return f=f||this._read_non_javascript(H),f=f||this._read_string(H),f=f||this._read_pair(H,this._input.peek(1)),f=f||this._read_word(R),f=f||this._read_singles(H),f=f||this._read_comment(H),f=f||this._read_regexp(H,R),f=f||this._read_xml(H,R),f=f||this._read_punctuation(),f=f||this._create_token(M.UNKNOWN,this._input.next()),f};t.prototype._read_word=function(R){var A=this.__patterns.identifier.read();if(A!==""){if(A=A.replace(cR.allLineBreaks,"\n"),!(R.type===M.DOT||R.type===M.RESERVED&&(R.text==="set"||R.text==="get"))&&R7.test(A)){if((A==="in"||A==="of")&&(R.type===M.WORD||R.type===M.STRING))return this._create_token(M.OPERATOR,A);return this._create_token(M.RESERVED,A)}return this._create_token(M.WORD,A)}if(A=this.__patterns.number.read(),A!=="")return this._create_token(M.WORD,A)};t.prototype._read_singles=function(R){var A=null;if(R==="("||R==="[")A=this._create_token(M.START_EXPR,R);else if(R===")"||R==="]")A=this._create_token(M.END_EXPR,R);else if(R==="{")A=this._create_token(M.START_BLOCK,R);else if(R==="}")A=this._create_token(M.END_BLOCK,R);else if(R===";")A=this._create_token(M.SEMICOLON,R);else if(R==="."&&rX.test(this._input.peek(1)))A=this._create_token(M.DOT,R);else if(R===",")A=this._create_token(M.COMMA,R);if(A)this._input.next();return A};t.prototype._read_pair=function(R,A){var f=null;if(R==="#"&&A==="{")f=this._create_token(M.START_BLOCK,R+A);if(f)this._input.next(),this._input.next();return f};t.prototype._read_punctuation=function(){var R=this.__patterns.punct.read();if(R!=="")if(R==="=")return this._create_token(M.EQUALS,R);else if(R==="?.")return this._create_token(M.DOT,R);else return this._create_token(M.OPERATOR,R)};t.prototype._read_non_javascript=function(R){var A="";if(R==="#"){if(this._is_first_token()){if(A=this.__patterns.shebang.read(),A)return this._create_token(M.UNKNOWN,A.trim()+"\n")}if(A=this.__patterns.include.read(),A)return this._create_token(M.UNKNOWN,A.trim()+"\n");R=this._input.next();var f="#";if(this._input.hasNext()&&this._input.testChar(oX)){do R=this._input.next(),f+=R;while(this._input.hasNext()&&R!=="#"&&R!=="=");if(R==="#");else if(this._input.peek()==="["&&this._input.peek(1)==="]")f+="[]",this._input.next(),this._input.next();else if(this._input.peek()==="{"&&this._input.peek(1)==="}")f+="{}",this._input.next(),this._input.next();return this._create_token(M.WORD,f)}this._input.back()}else if(R==="<"&&this._is_first_token()){if(A=this.__patterns.html_comment_start.read(),A){while(this._input.hasNext()&&!this._input.testChar(cR.newline))A+=this._input.next();return S1=!0,this._create_token(M.COMMENT,A)}}else if(S1&&R==="-"){if(A=this.__patterns.html_comment_end.read(),A)return S1=!1,this._create_token(M.COMMENT,A)}return null};t.prototype._read_comment=function(R){var A=null;if(R==="/"){var f="";if(this._input.peek(1)==="*"){f=this.__patterns.block_comment.read();var H=LG.get_directives(f);if(H&&H.ignore==="start")f+=LG.readIgnored(this._input);f=f.replace(cR.allLineBreaks,"\n"),A=this._create_token(M.BLOCK_COMMENT,f),A.directives=H}else if(this._input.peek(1)==="/")f=this.__patterns.comment.read(),A=this._create_token(M.COMMENT,f)}return A};t.prototype._read_string=function(R){if(R==="`"||R==="'"||R==='"'){var A=this._input.next();if(this.has_char_escapes=!1,R==="`")A+=this._read_string_recursive("`",!0,"${");else A+=this._read_string_recursive(R);if(this.has_char_escapes&&this._options.unescape_strings)A=A7(A);if(this._input.peek()===R)A+=this._input.next();return A=A.replace(cR.allLineBreaks,"\n"),this._create_token(M.STRING,A)}return null};t.prototype._allow_regexp_or_xml=function(R){return R.type===M.RESERVED&&sF(R.text,["return","case","throw","else","do","typeof","yield"])||R.type===M.END_EXPR&&R.text===")"&&R.opened.previous.type===M.RESERVED&&sF(R.opened.previous.text,["if","while","for"])||sF(R.type,[M.COMMENT,M.START_EXPR,M.START_BLOCK,M.START,M.END_BLOCK,M.OPERATOR,M.EQUALS,M.EOF,M.SEMICOLON,M.COMMA])};t.prototype._read_regexp=function(R,A){if(R==="/"&&this._allow_regexp_or_xml(A)){var f=this._input.next(),H=!1,F=!1;while(this._input.hasNext()&&((H||F||this._input.peek()!==R)&&!this._input.testChar(cR.newline))){if(f+=this._input.peek(),!H){if(H=this._input.peek()==="\\",this._input.peek()==="[")F=!0;else if(this._input.peek()==="]")F=!1}else H=!1;this._input.next()}if(this._input.peek()===R)f+=this._input.next(),f+=this._input.read(cR.identifier);return this._create_token(M.STRING,f)}return null};t.prototype._read_xml=function(R,A){if(this._options.e4x&&R==="<"&&this._allow_regexp_or_xml(A)){var f="",H=this.__patterns.xml.read_match();if(H){var F=H[2].replace(/^{\s+/,"{").replace(/\s+}$/,"}"),P=F.indexOf("{")===0,$=0;while(H){var U=!!H[1],Y=H[2],G=!!H[H.length-1]||Y.slice(0,8)==="![CDATA[";if(!G&&(Y===F||P&&Y.replace(/^{\s+/,"{").replace(/\s+}$/,"}")))if(U)--$;else++$;if(f+=H[0],$<=0)break;H=this.__patterns.xml.read_match()}if(!H)f+=this._input.match(/[\s\S]*/g)[0];return f=f.replace(cR.allLineBreaks,"\n"),this._create_token(M.STRING,f)}}return null};t.prototype._read_string_recursive=function(R,A,f){var H,F;if(R==="\'")F=this.__patterns.single_quote;else if(R==='"')F=this.__patterns.double_quote;else if(R==="`")F=this.__patterns.template_text;else if(R==="}")F=this.__patterns.template_expression;var P=F.read(),$="";while(this._input.hasNext()){if($=this._input.next(),$===R||!A&&cR.newline.test($)){this._input.back();break}else if($==="\\"&&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();$+=this._input.next()}else if(f){if(f==="${"&&$==="$"&&this._input.peek()==="{")$+=this._input.next();if(f===$){if(R==="`")$+=this._read_string_recursive("}",A,"`");else $+=this._read_string_recursive("`",A,"${");if(this._input.hasNext())$+=this._input.next()}}$+=F.read(),P+=$}return P};f7.Tokenizer=t;f7.TOKEN=M;f7.positionable_operators=nX.slice();f7.line_starters=NG.slice()});var QG=u((L7,jG)=>{var z=function(R,A){return A.indexOf(R)!==-1},h7=function(R){return R.replace(/^\s+/g,"")},D7=function(R){var A={};for(var f=0;f<R.length;f++)A[R[f].replace(/-/g,"_")]=R[f];return A},iR=function(R,A){return R&&R.type===I.RESERVED&&R.text===A},b=function(R,A){return R&&R.type===I.RESERVED&&z(R.text,A)},VG=function(R,A){if(A.multiline_frame||A.mode===V.ForInitializer||A.mode===V.Conditional)return;R.remove_indent(A.start_line_index)},I7=function(R){R=R.replace(v1.allLineBreaks,"\n");var A=[],f=R.indexOf("\n");while(f!==-1)A.push(R.substring(0,f)),R=R.substring(f+1),f=R.indexOf("\n");if(R.length)A.push(R);return A},BA=function(R){return R===V.ArrayLiteral},Q0=function(R){return z(R,[V.Expression,V.ForInitializer,V.Conditional])},J7=function(R,A){for(var f=0;f<R.length;f++){var H=R[f].trim();if(H.charAt(0)!==A)return!1}return!0},X7=function(R,A){var f=0,H=R.length,F;for(;f<H;f++)if(F=R[f],F&&F.indexOf(A)!==0)return!1;return!0},T=function(R,A){A=A||{},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 G7(A)},U7=z1().Output,Y7=BF().Token,v1=bF(),G7=gF().Options,W7=M0().Tokenizer,z0=M0().line_starters,V0=M0().positionable_operators,I=M0().TOKEN,B1=["case","return","do","if","throw","else","await","break","continue","async"],Z7=["before-newline","after-newline","preserve-newline"],j0=D7(Z7),MG=[j0.before_newline,j0.preserve_newline],V={BlockStatement:"BlockStatement",Statement:"Statement",ObjectLiteral:"ObjectLiteral",ArrayLiteral:"ArrayLiteral",ForInitializer:"ForInitializer",Conditional:"Conditional",Expression:"Expression"};T.prototype.create_flags=function(R,A){var f=0;if(R){if(f=R.indentation_level,!this._output.just_added_newline()&&R.line_indent_level>f)f=R.line_indent_level}var H={mode:A,parent:R,last_token:R?R.last_token:new Y7(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:f,alignment:0,line_indent_level:R?R.line_indent_level:f,start_line_index:this._output.get_line_number(),ternary_depth:0};return H};T.prototype._reset=function(R){var A=R.match(/^[\t ]*/)[0];this._last_last_text="",this._output=new U7(this._options,A),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(V.BlockStatement);var f=new W7(R,this._options);return this._tokens=f.tokenize(),R};T.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R,A=this._reset(this._source_text),f=this._options.eol;if(this._options.eol==="auto"){if(f="\n",A&&v1.lineBreak.test(A||""))f=A.match(v1.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(f),R};T.prototype.handle_token=function(R,A){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,A);else if(R.type===I.COMMENT)this.handle_comment(R,A);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,A);else this.handle_unknown(R,A)};T.prototype.handle_whitespace_and_comments=function(R,A){var f=R.newlines,H=this._options.keep_array_indentation&&BA(this._flags.mode);if(R.comments_before){var F=R.comments_before.next();while(F)this.handle_whitespace_and_comments(F,A),this.handle_token(F,A),F=R.comments_before.next()}if(H)for(var P=0;P<f;P+=1)this.print_newline(P>0,A);else{if(this._options.max_preserve_newlines&&f>this._options.max_preserve_newlines)f=this._options.max_preserve_newlines;if(this._options.preserve_newlines){if(f>1){this.print_newline(!1,A);for(var $=1;$<f;$+=1)this.print_newline(!0,A)}}}};var lF=["async","break","continue","return","throw","yield"];T.prototype.allow_wrap_or_preserved_newline=function(R,A){if(A=A===void 0?!1:A,this._output.just_added_newline())return;var f=this._options.preserve_newlines&&R.newlines||A,H=z(this._flags.last_token.text,V0)||z(R.text,V0);if(H){var F=z(this._flags.last_token.text,V0)&&z(this._options.operator_position,MG)||z(R.text,V0);f=f&&F}if(f)this.print_newline(!1,!0);else if(this._options.wrap_line_length){if(b(this._flags.last_token,lF))return;this._output.set_wrap_point()}};T.prototype.print_newline=function(R,A){if(!A){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 f=this._tokens.peek();while(this._flags.mode===V.Statement&&!(this._flags.if_block&&iR(f,"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==="["||BA(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 A=this._output.previous_line.pop();if(this._output.previous_line.is_empty())this._output.previous_line.push(A),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===V.Statement)VG(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===V.ObjectLiteral&&this._flags.mode===V.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 A=!1;if(A=A||b(this._flags.last_token,["var","let","const"])&&R.type===I.WORD,A=A||iR(this._flags.last_token,"do"),A=A||!(this._flags.parent.mode===V.ObjectLiteral&&this._flags.mode===V.Statement)&&b(this._flags.last_token,lF)&&!R.newlines,A=A||iR(this._flags.last_token,"else")&&!(iR(R,"if")&&!R.comments_before),A=A||this._flags.last_token.type===I.END_EXPR&&(this._previous_flags.mode===V.ForInitializer||this._previous_flags.mode===V.Conditional),A=A||this._flags.last_token.type===I.WORD&&this._flags.mode===V.BlockStatement&&!this._flags.in_case&&!(R.text==="--"||R.text==="++")&&this._last_last_text!=="function"&&R.type!==I.WORD&&R.type!==I.RESERVED,A=A||this._flags.mode===V.ObjectLiteral&&(this._flags.last_token.text===":"&&this._flags.ternary_depth===0||b(this._flags.last_token,["get","set"])),A){if(this.set_mode(V.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 A=V.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(A),this.indent(),this._options.space_in_paren)this._output.space_before_token=!0;return}if(A=V.ArrayLiteral,BA(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(!z(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,A=V.ForInitializer;else if(z(this._flags.last_token.text,["if","while","switch"]))this._output.space_before_token=this._options.space_before_conditional,A=V.Conditional;else if(z(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(z(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 f=this._tokens.peek(-3);if(this._options.space_after_named_function&&f){var H=this._tokens.peek(-4);if(b(f,["async","function"])||f.text==="*"&&b(H,["async","function"]))this._output.space_before_token=!0;else if(this._flags.mode===V.ObjectLiteral){if(f.text==="{"||f.text===","||f.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==="*"&&(z(this._last_last_text,["function","yield"])||this._flags.mode===V.ObjectLiteral&&z(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(A),this._options.space_in_paren)this._output.space_before_token=!0;this.indent()};T.prototype.handle_end_expr=function(R){while(this._flags.mode===V.Statement)this.restore_mode();if(this.handle_whitespace_and_comments(R),this._flags.multiline_frame)this.allow_wrap_or_preserved_newline(R,R.text==="]"&&BA(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(),VG(this._output,this._previous_flags),this._flags.do_while&&this._previous_flags.mode===V.Conditional)this._previous_flags.mode=V.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 A=this._tokens.peek(),f=this._tokens.peek(1);if(this._flags.last_word==="switch"&&this._flags.last_token.type===I.END_EXPR)this.set_mode(V.BlockStatement),this._flags.in_case_statement=!0;else if(this._flags.case_body)this.set_mode(V.BlockStatement);else if(f&&(z(f.text,[":",","])&&z(A.type,[I.STRING,I.WORD,I.RESERVED])||z(A.text,["get","set","..."])&&z(f.type,[I.WORD,I.RESERVED])))if(z(this._last_last_text,["class","interface"])&&!z(f.text,[":",","]))this.set_mode(V.BlockStatement);else this.set_mode(V.ObjectLiteral);else if(this._flags.last_token.type===I.OPERATOR&&this._flags.last_token.text==="=>")this.set_mode(V.BlockStatement);else if(z(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(V.ObjectLiteral);else this.set_mode(V.BlockStatement);if(this._flags.last_token){if(b(this._flags.last_token.previous,["class","extends"]))this._flags.class_start_block=!0}var H=!A.comments_before&&A.text==="}",F=H&&this._flags.last_word==="function"&&this._flags.last_token.type===I.END_EXPR;if(this._options.brace_preserve_inline){var P=0,$=null;this._flags.inline_frame=!0;do if(P+=1,$=this._tokens.peek(P-1),$.newlines){this._flags.inline_frame=!1;break}while($.type!==I.EOF&&!($.type===I.END_BLOCK&&$.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&&(F||this._flags.last_token.type===I.EQUALS||b(this._flags.last_token,B1)&&this._flags.last_token.text!=="else"))this._output.space_before_token=!0;else this.print_newline(!1,!0);else{if(BA(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(z(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===V.Statement)this.restore_mode();var A=this._flags.last_token.type===I.START_BLOCK;if(this._flags.inline_frame&&!A)this._output.space_before_token=!0;else if(this._options.brace_style==="expand"){if(!A)this.print_newline()}else if(!A)if(BA(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(z(R.text,["set","get"])&&this._flags.mode!==V.ObjectLiteral)R.type=I.WORD;else if(R.text==="import"&&z(this._tokens.peek().text,["(","."]))R.type=I.WORD;else if(z(R.text,["as","from"])&&!this._flags.import_block)R.type=I.WORD;else if(this._flags.mode===V.ObjectLiteral){var A=this._tokens.peek();if(A.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===V.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()&&!(z(this._flags.last_token.text,["+","-"])&&this._last_last_text===":"&&this._flags.parent.mode===V.ObjectLiteral))this.allow_wrap_or_preserved_newline(R)}if(iR(R,"function")){if(z(this._flags.last_token.text,["}",";"])||this._output.just_added_newline()&&!(z(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,lF))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)||BA(this._flags.mode)));else this.print_newline();this.print_token(R),this._flags.last_word=R.text;return}var f="NONE";if(this._flags.last_token.type===I.END_BLOCK)if(this._previous_flags.inline_frame)f="SPACE";else if(!b(R,["else","catch","finally","from"]))f="NEWLINE";else if(this._options.brace_style==="expand"||this._options.brace_style==="end-expand"||this._options.brace_style==="none"&&R.newlines)f="NEWLINE";else f="SPACE",this._output.space_before_token=!0;else if(this._flags.last_token.type===I.SEMICOLON&&this._flags.mode===V.BlockStatement)f="NEWLINE";else if(this._flags.last_token.type===I.SEMICOLON&&Q0(this._flags.mode))f="SPACE";else if(this._flags.last_token.type===I.STRING)f="NEWLINE";else if(this._flags.last_token.type===I.RESERVED||this._flags.last_token.type===I.WORD||this._flags.last_token.text==="*"&&(z(this._last_last_text,["function","yield"])||this._flags.mode===V.ObjectLiteral&&z(this._last_last_text,["{",","])))f="SPACE";else if(this._flags.last_token.type===I.START_BLOCK)if(this._flags.inline_frame)f="SPACE";else f="NEWLINE";else if(this._flags.last_token.type===I.END_EXPR)this._output.space_before_token=!0,f="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")f="SPACE";else f="NEWLINE";if(b(R,["else","catch","finally"]))if((!(this._flags.last_token.type===I.END_BLOCK&&this._previous_flags.mode===V.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(f==="NEWLINE"){if(b(this._flags.last_token,B1))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&&BA(this._flags.mode)&&this._flags.last_token.text===","&&this._last_last_text==="}")this.print_newline();else if(f==="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 A=this._tokens.peek();while(this._flags.mode===V.Statement&&!(this._flags.if_block&&iR(A,"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===V.ObjectLiteral||this._flags.mode===V.Statement&&this._flags.parent.mode===V.ObjectLiteral){if(this._flags.mode===V.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 A=R.text==="*"&&(b(this._flags.last_token,["function","yield"])||z(this._flags.last_token.type,[I.START_BLOCK,I.COMMA,I.END_BLOCK,I.SEMICOLON])),f=z(R.text,["-","+"])&&(z(this._flags.last_token.type,[I.START_BLOCK,I.START_EXPR,I.EQUALS,I.OPERATOR])||z(this._flags.last_token.text,z0)||this._flags.last_token.text===",");if(this.start_of_statement(R));else{var H=!A;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(z(R.text,["-","+"])&&this.start_of_object_property()){this.print_token(R);return}if(this._flags.last_token.type===I.OPERATOR&&z(this._options.operator_position,MG))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 F=!0,P=!0,$=!1;if(R.text===":")if(this._flags.ternary_depth===0)F=!1;else this._flags.ternary_depth-=1,$=!0;else if(R.text==="?")this._flags.ternary_depth+=1;if(!f&&!A&&this._options.preserve_newlines&&z(R.text,V0)){var U=R.text===":",Y=U&&$,G=U&&!$;switch(this._options.operator_position){case j0.before_newline:if(this._output.space_before_token=!G,this.print_token(R),!U||Y)this.allow_wrap_or_preserved_newline(R);this._output.space_before_token=!0;return;case j0.after_newline:if(this._output.space_before_token=!0,!U||Y)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 j0.preserve_newline:if(!G)this.allow_wrap_or_preserved_newline(R);F=!(this._output.just_added_newline()||G),this._output.space_before_token=F,this.print_token(R),this._output.space_before_token=!0;return}}if(A){this.allow_wrap_or_preserved_newline(R),F=!1;var W=this._tokens.peek();P=W&&z(W.type,[I.WORD,I.RESERVED])}else if(R.text==="...")this.allow_wrap_or_preserved_newline(R),F=this._flags.last_token.type===I.START_BLOCK,P=!1;else if(z(R.text,["--","++","!","~"])||f){if(this._flags.last_token.type===I.COMMA||this._flags.last_token.type===I.START_EXPR)this.allow_wrap_or_preserved_newline(R);if(F=!1,P=!1,R.newlines&&(R.text==="--"||R.text==="++"||R.text==="~")){var h=b(this._flags.last_token,B1)&&R.newlines;if(h&&(this._previous_flags.if_block||this._previous_flags.else_block))this.restore_mode();this.print_newline(h,!0)}if(this._flags.last_token.text===";"&&Q0(this._flags.mode))F=!0;if(this._flags.last_token.type===I.RESERVED)F=!0;else if(this._flags.last_token.type===I.END_EXPR)F=!(this._flags.last_token.text==="]"&&(R.text==="--"||R.text==="++"));else if(this._flags.last_token.type===I.OPERATOR){if(F=z(R.text,["--","-","++","+"])&&z(this._flags.last_token.text,["--","-","++","+"]),z(R.text,["+","-"])&&z(this._flags.last_token.text,["--","++"]))P=!0}if((this._flags.mode===V.BlockStatement&&!this._flags.inline_frame||this._flags.mode===V.Statement)&&(this._flags.last_token.text==="{"||this._flags.last_token.text===";"))this.print_newline()}this._output.space_before_token=this._output.space_before_token||F,this.print_token(R),this._output.space_before_token=P};T.prototype.handle_block_comment=function(R,A){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,A),this.print_token(R),R.directives.preserve==="start")this._output.raw=!0;this.print_newline(!1,!0);return}if(!v1.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,A)};T.prototype.print_block_commment=function(R,A){var f=I7(R.text),H,F=!1,P=!1,$=R.whitespace_before,U=$.length;if(this.print_newline(!1,A),this.print_token_line_indentation(R),this._output.add_token(f[0]),this.print_newline(!1,A),f.length>1){if(f=f.slice(1),F=J7(f,"*"),P=X7(f,$),F)this._flags.alignment=1;for(H=0;H<f.length;H++){if(F)this.print_token_line_indentation(R),this._output.add_token(h7(f[H]));else if(P&&f[H])this.print_token_line_indentation(R),this._output.add_token(f[H].substring(U));else this._output.current_line.set_indent(-1),this._output.add_token(f[H]);this.print_newline(!1,A)}this._flags.alignment=0}};T.prototype.handle_comment=function(R,A){if(R.newlines)this.print_newline(!1,A);else this._output.trim(!0);this._output.space_before_token=!0,this.print_token(R),this.print_newline(!1,A)};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,B1))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,A){if(this.print_token(R),R.text[R.text.length-1]==="\n")this.print_newline(!1,A)};T.prototype.handle_eof=function(R){while(this._flags.mode===V.Statement)this.restore_mode();this.handle_whitespace_and_comments(R)};L7.Beautifier=T});var zG=u((G5,dF)=>{var V7=function(R,A){var f=new N7(R,A);return f.beautify()},N7=QG().Beautifier,M7=gF().Options;dF.exports=V7;dF.exports.defaultOptions=function(){return new M7}});var kF=u((j7,TG)=>{var EG=function(R){yG.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 A=this._get_boolean("space_around_selector_separator");this.space_around_combinator=this._get_boolean("space_around_combinator")||A;var f=this._get_selection_list("brace_style",["collapse","expand","end-expand","none","preserve-inline"]);this.brace_style="collapse";for(var H=0;H<f.length;H++)if(f[H]!=="expand")this.brace_style="collapse";else this.brace_style=f[H]},yG=E1().Options;EG.prototype=new yG;j7.Options=EG});var BG=u((w7,vG)=>{var XA=function(R,A){this._source_text=R||"",this._options=new z7(A),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"]},z7=kF().Options,y7=z1().Output,E7=T1().InputScanner,T7=O1().Directives,OG=new T7(/\/\*/,/\*\//),SG=/\r\n|[\r\n]/,O7=/\r\n|[\r\n]/g,w1=/\s/,S7=/(?:\s|\n)+/g,v7=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,B7=/\/\/(?:[^\n\r\u2028\u2029]*)/g;XA.prototype.eatString=function(R){var A="";this._ch=this._input.next();while(this._ch){if(A+=this._ch,this._ch==="\\")A+=this._input.next();else if(R.indexOf(this._ch)!==-1||this._ch==="\n")break;this._ch=this._input.next()}return A};XA.prototype.eatWhitespace=function(R){var A=w1.test(this._input.peek()),f=0;while(w1.test(this._input.peek()))if(this._ch=this._input.next(),R&&this._ch==="\n"){if(f===0||f<this._options.max_preserve_newlines)f++,this._output.add_new_line(!0)}return A};XA.prototype.foundNestedPseudoClass=function(){var R=0,A=1,f=this._input.peek(A);while(f){if(f==="{")return!0;else if(f==="(")R+=1;else if(f===")"){if(R===0)return!1;R-=1}else if(f===";"||f==="}")return!1;A++,f=this._input.peek(A)}return!1};XA.prototype.print_string=function(R){this._output.set_indent(this._indentLevel),this._output.non_breaking_space=!0,this._output.add_token(R)};XA.prototype.preserveSingleSpace=function(R){if(R)this._output.space_before_token=!0};XA.prototype.indent=function(){this._indentLevel++};XA.prototype.outdent=function(){if(this._indentLevel>0)this._indentLevel--};XA.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R=this._source_text,A=this._options.eol;if(A==="auto"){if(A="\n",R&&SG.test(R||""))A=R.match(SG)[0]}R=R.replace(O7,"\n");var f=R.match(/^[\t ]*/)[0];this._output=new y7(this._options,f),this._input=new E7(R),this._indentLevel=0,this._nestedLevel=0,this._ch=null;var H=0,F=!1,P=!1,$=!1,U=!1,Y=!1,G=this._ch,W=!1,h,D,Z;while(!0){if(h=this._input.read(S7),D=h!=="",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 X=this._input.read(v7),L=OG.get_directives(X);if(L&&L.ignore==="start")X+=OG.readIgnored(this._input);this.print_string(X),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(B7)),this.eatWhitespace(!0);else if(this._ch==="$"){this.preserveSingleSpace(D),this.print_string(this._ch);var q=this._input.peekUntilAfter(/[: ,;{}()[\]\/='"]/g);if(q.match(/[ :]$/))q=this.eatString(": ").replace(/\s+$/,""),this.print_string(q),this._output.space_before_token=!0;if(H===0&&q.indexOf(":")!==-1)P=!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)P=!0,this.indent();else if(j in this.NESTED_AT_RULE){if(this._nestedLevel+=1,j in this.CONDITIONAL_GROUP_RULE)$=!0}else if(H===0&&!P)U=!0}else if(this._ch==="#"&&this._input.peek()==="{")this.preserveSingleSpace(D),this.print_string(this._ch+this.eatString("}"));else if(this._ch==="{"){if(P)P=!1,this.outdent();if(U=!1,$)$=!1,F=this._indentLevel>=this._nestedLevel;else F=this._indentLevel>=this._nestedLevel-1;if(this._options.newline_between_rules&&F){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(P)this.outdent(),P=!1;if(this.print_string(this._ch),F=!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 Q=0;Q<this.NON_SEMICOLON_NEWLINE_PROPERTY.length;Q++)if(this._input.lookBack(this.NON_SEMICOLON_NEWLINE_PROPERTY[Q])){W=!0;break}if((F||$)&&!(this._input.lookBack("&")||this.foundNestedPseudoClass())&&!this._input.lookBack("(")&&!U&&H===0){if(this.print_string(":"),!P)P=!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 y=Z==='"'||Z==="\'";this.preserveSingleSpace(y||D),this.print_string(this._ch+this.eatString(this._ch)),this.eatWhitespace(!0)}else if(this._ch===";")if(W=!1,H===0){if(P)this.outdent(),P=!1;if(U=!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),P&&Z==="$"&&this._options.selector_separator_newline)this._output.add_new_line(),Y=!0;else this.eatWhitespace(),H++,this.indent()}else if(this._ch===")"){if(H)H--,this.outdent();if(Y&&this._input.peek()===";"&&this._options.selector_separator_newline)Y=!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&&(!P||Y)&&H===0&&!U)this._output.add_new_line();else this._output.space_before_token=!0;else if((this._ch===">"||this._ch==="+"||this._ch==="~")&&!P&&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&&w1.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("="),w1.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"&&W)this._output.add_new_line()}}var c=this._output.get_code(A);return c};w7.Beautifier=XA});var wG=u((W5,_F)=>{var C7=function(R,A){var f=new b7(R,A);return f.beautify()},b7=BG().Beautifier,g7=kF().Options;_F.exports=C7;_F.exports.defaultOptions=function(){return new g7}});var aF=u((x7,gG)=>{var bG=function(R){if(KG.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"])},KG=E1().Options;bG.prototype=new KG;x7.Options=bG});var nF=u((p7,rF)=>{var xG=q0().Tokenizer,oF=q0().TOKEN,m7=O1().Directives,c7=iF().TemplatablePattern,i7=X0().Pattern,B={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:oF.START,RAW:oF.RAW,EOF:oF.EOF},CG=new m7(/<\!--/,/-->/),FR=function(R,A){xG.call(this,R,A),this._current_tag_name="";var f=new c7(this._input).read_options(this._options),H=new i7(this._input);if(this.__patterns={word:f.until(/[\n\r\t <]/),word_control_flow_close_excluded:f.until(/[\n\r\t <}]/),single_quote:f.until_after(/'/),double_quote:f.until_after(/"/),attribute:f.until(/[\n\r\t =>]|\/>/),element_name:f.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 F=this._input.get_literal_regexp(this._options.unformatted_content_delimiter);this.__patterns.unformatted_content_delimiter=H.matching(F).until_after(F)}};FR.prototype=new xG;FR.prototype._is_comment=function(R){return!1};FR.prototype._is_opening=function(R){return R.type===B.TAG_OPEN||R.type===B.CONTROL_FLOW_OPEN};FR.prototype._is_closing=function(R,A){return R.type===B.TAG_CLOSE&&(A&&((R.text===">"||R.text==="/>")&&A.text[0]==="<"||R.text==="}}"&&A.text[0]==="{"&&A.text[1]==="{"))||R.type===B.CONTROL_FLOW_CLOSE&&(R.text==="}"&&A.text.endsWith("{"))};FR.prototype._reset=function(){this._current_tag_name=""};FR.prototype._get_next_token=function(R,A){var f=null;this._readWhitespace();var H=this._input.peek();if(H===null)return this._create_token(B.EOF,"");return f=f||this._read_open_handlebars(H,A),f=f||this._read_attribute(H,R,A),f=f||this._read_close(H,A),f=f||this._read_control_flows(H,A),f=f||this._read_raw_content(H,R,A),f=f||this._read_content_word(H,A),f=f||this._read_comment_or_cdata(H),f=f||this._read_processing(H),f=f||this._read_open(H,A),f=f||this._create_token(B.UNKNOWN,this._input.next()),f};FR.prototype._read_comment_or_cdata=function(R){var A=null,f=null,H=null;if(R==="<"){var F=this._input.peek(1);if(F==="!")if(f=this.__patterns.comment.read(),f){if(H=CG.get_directives(f),H&&H.ignore==="start")f+=CG.readIgnored(this._input)}else f=this.__patterns.cdata.read();if(f)A=this._create_token(B.COMMENT,f),A.directives=H}return A};FR.prototype._read_processing=function(R){var A=null,f=null,H=null;if(R==="<"){var F=this._input.peek(1);if(F==="!"||F==="?")f=this.__patterns.conditional_comment.read(),f=f||this.__patterns.processing.read();if(f)A=this._create_token(B.COMMENT,f),A.directives=H}return A};FR.prototype._read_open=function(R,A){var f=null,H=null;if(!A||A.type===B.CONTROL_FLOW_OPEN){if(R==="<"){if(f=this._input.next(),this._input.peek()==="/")f+=this._input.next();f+=this.__patterns.element_name.read(),H=this._create_token(B.TAG_OPEN,f)}}return H};FR.prototype._read_open_handlebars=function(R,A){var f=null,H=null;if(!A||A.type===B.CONTROL_FLOW_OPEN){if(this._options.indent_handlebars&&R==="{"&&this._input.peek(1)==="{")if(this._input.peek(2)==="!")f=this.__patterns.handlebars_comment.read(),f=f||this.__patterns.handlebars.read(),H=this._create_token(B.COMMENT,f);else f=this.__patterns.handlebars_open.read(),H=this._create_token(B.TAG_OPEN,f)}return H};FR.prototype._read_control_flows=function(R,A){var f="",H=null;if(!this._options.templating.includes("angular")||!this._options.indent_handlebars)return H;if(R==="@"){if(f=this.__patterns.angular_control_flow_start.read(),f==="")return H;var F=f.endsWith("(")?1:0,P=0;while(!(f.endsWith("{")&&F===P)){var $=this._input.next();if($===null)break;else if($==="(")F++;else if($===")")P++;f+=$}H=this._create_token(B.CONTROL_FLOW_OPEN,f)}else if(R==="}"&&A&&A.type===B.CONTROL_FLOW_OPEN)f=this._input.next(),H=this._create_token(B.CONTROL_FLOW_CLOSE,f);return H};FR.prototype._read_close=function(R,A){var f=null,H=null;if(A&&A.type===B.TAG_OPEN){if(A.text[0]==="<"&&(R===">"||R==="/"&&this._input.peek(1)===">")){if(f=this._input.next(),R==="/")f+=this._input.next();H=this._create_token(B.TAG_CLOSE,f)}else if(A.text[0]==="{"&&R==="}"&&this._input.peek(1)==="}")this._input.next(),this._input.next(),H=this._create_token(B.TAG_CLOSE,"}}")}return H};FR.prototype._read_attribute=function(R,A,f){var H=null,F="";if(f&&f.text[0]==="<"){if(R==="=")H=this._create_token(B.EQUALS,this._input.next());else if(R==='"'||R==="'"){var P=this._input.next();if(R==='"')P+=this.__patterns.double_quote.read();else P+=this.__patterns.single_quote.read();H=this._create_token(B.VALUE,P)}else if(F=this.__patterns.attribute.read(),F)if(A.type===B.EQUALS)H=this._create_token(B.VALUE,F);else H=this._create_token(B.ATTRIBUTE,F)}return H};FR.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)};FR.prototype._read_raw_content=function(R,A,f){var H="";if(f&&f.text[0]==="{")H=this.__patterns.handlebars_raw_close.read();else if(A.type===B.TAG_CLOSE&&A.opened.text[0]==="<"&&A.text[0]!=="/"){var F=A.opened.text.substr(1).toLowerCase();if(F==="script"||F==="style"){var P=this._read_comment_or_cdata(R);if(P)return P.type=B.TEXT,P;H=this._input.readUntil(new RegExp("</"+F+"[\\n\\r\\t ]*?>","ig"))}else if(this._is_content_unformatted(F))H=this._input.readUntil(new RegExp("</"+F+"[\\n\\r\\t ]*?>","ig"))}if(H)return this._create_token(B.TEXT,H);return null};FR.prototype._read_content_word=function(R,A){var f="";if(this._options.unformatted_content_delimiter){if(R===this._options.unformatted_content_delimiter[0])f=this.__patterns.unformatted_content_delimiter.read()}if(!f)f=A&&A.type===B.CONTROL_FLOW_OPEN?this.__patterns.word_control_flow_close_excluded.read():this.__patterns.word.read();if(f)return this._create_token(B.TEXT,f)};p7.Tokenizer=FR;p7.TOKEN=B});var iG=u((R6,cG)=>{var y0=function(R,A){return A.indexOf(R)!==-1},n7=function(R,A,f){this.parent=R||null,this.tag=A?A.tag_name:"",this.indent_level=f||0,this.parser_token=A||null},Rf=function(R){this._printer=R,this._current_frame=null},QR=function(R,A,f,H){this._source_text=R||"",A=A||{},this._js_beautify=f,this._css_beautify=H,this._tag_stack=null;var F=new d7(A,"html");this._options=F,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"},d7=aF().Options,k7=z1().Output,_7=nF().Tokenizer,S=nF().TOKEN,uG=/\r\n|[\r\n]/,a7=/\r\n|[\r\n]/g,wR=function(R,A){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 k7(R,A)};wR.prototype.current_line_has_match=function(R){return this._output.current_line.has_match(R)};wR.prototype.set_space_before_token=function(R,A){this._output.space_before_token=R,this._output.non_breaking_space=A};wR.prototype.set_wrap_point=function(){this._output.set_indent(this.indent_level,this.alignment_size),this._output.set_wrap_point()};wR.prototype.add_raw_token=function(R){this._output.add_raw_token(R)};wR.prototype.print_preserved_newlines=function(R){var A=0;if(R.type!==S.TEXT&&R.previous.type!==S.TEXT)A=R.newlines?1:0;if(this.preserve_newlines)A=R.newlines<this.max_preserve_newlines+1?R.newlines:this.max_preserve_newlines+1;for(var f=0;f<A;f++)this.print_newline(f>0);return A!==0};wR.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};wR.prototype.previous_token_wrapped=function(){return this._output.previous_token_wrapped};wR.prototype.print_newline=function(R){this._output.add_new_line(R)};wR.prototype.print_token=function(R){if(R.text)this._output.set_indent(this.indent_level,this.alignment_size),this._output.add_token(R.text)};wR.prototype.indent=function(){this.indent_level++};wR.prototype.deindent=function(){if(this.indent_level>0)this.indent_level--,this._output.set_indent(this.indent_level,this.alignment_size)};wR.prototype.get_full_indent=function(R){if(R=this.indent_level+(R||0),R<1)return"";return this._output.get_indent_string(R)};var o7=function(R){var A=null,f=R.next;while(f.type!==S.EOF&&R.closed!==f){if(f.type===S.ATTRIBUTE&&f.text==="type"){if(f.next&&f.next.type===S.EQUALS&&f.next.next&&f.next.next.type===S.VALUE)A=f.next.next.text;break}f=f.next}return A},r7=function(R,A){var f=null,H=null;if(!A.closed)return null;if(R==="script")f="text/javascript";else if(R==="style")f="text/css";if(f=o7(A)||f,f.search("text/css")>-1)H="css";else if(f.search(/module|((text|application|dojo)\/(x-)?(javascript|ecmascript|jscript|livescript|(ld\+)?json|method|aspect))/)>-1)H="javascript";else if(f.search(/(text|application|dojo)\/(x-)?(html)/)>-1)H="html";else if(f.search(/test\/null/)>-1)H="null";return H};Rf.prototype.get_parser_token=function(){return this._current_frame?this._current_frame.parser_token:null};Rf.prototype.record_tag=function(R){var A=new n7(this._current_frame,R,this._printer.indent_level);this._current_frame=A};Rf.prototype._try_pop_frame=function(R){var A=null;if(R)A=R.parser_token,this._printer.indent_level=R.indent_level,this._current_frame=R.parent;return A};Rf.prototype._get_frame=function(R,A){var f=this._current_frame;while(f){if(R.indexOf(f.tag)!==-1)break;else if(A&&A.indexOf(f.tag)!==-1){f=null;break}f=f.parent}return f};Rf.prototype.try_pop=function(R,A){var f=this._get_frame([R],A);return this._try_pop_frame(f)};Rf.prototype.indent_to_tag=function(R){var A=this._get_frame(R);if(A)this._printer.indent_level=A.indent_level};QR.prototype.beautify=function(){if(this._options.disabled)return this._source_text;var R=this._source_text,A=this._options.eol;if(this._options.eol==="auto"){if(A="\n",R&&uG.test(R))A=R.match(uG)[0]}R=R.replace(a7,"\n");var f=R.match(/^[\t ]*/)[0],H={text:"",type:""},F=new mG,P=new wR(this._options,f),$=new _7(R,this._options).tokenize();this._tag_stack=new Rf(P);var U=null,Y=$.next();while(Y.type!==S.EOF){if(Y.type===S.TAG_OPEN||Y.type===S.COMMENT)U=this._handle_tag_open(P,Y,F,H,$),F=U;else if(Y.type===S.ATTRIBUTE||Y.type===S.EQUALS||Y.type===S.VALUE||Y.type===S.TEXT&&!F.tag_complete)U=this._handle_inside_tag(P,Y,F,H);else if(Y.type===S.TAG_CLOSE)U=this._handle_tag_close(P,Y,F);else if(Y.type===S.TEXT)U=this._handle_text(P,Y,F);else if(Y.type===S.CONTROL_FLOW_OPEN)U=this._handle_control_flow_open(P,Y);else if(Y.type===S.CONTROL_FLOW_CLOSE)U=this._handle_control_flow_close(P,Y);else P.add_raw_token(Y);H=U,Y=$.next()}var G=P._output.get_code(A);return G};QR.prototype._handle_control_flow_open=function(R,A){var f={text:A.text,type:A.type};if(R.set_space_before_token(A.newlines||A.whitespace_before!=="",!0),A.newlines)R.print_preserved_newlines(A);else R.set_space_before_token(A.newlines||A.whitespace_before!=="",!0);return R.print_token(A),R.indent(),f};QR.prototype._handle_control_flow_close=function(R,A){var f={text:A.text,type:A.type};if(R.deindent(),A.newlines)R.print_preserved_newlines(A);else R.set_space_before_token(A.newlines||A.whitespace_before!=="",!0);return R.print_token(A),f};QR.prototype._handle_tag_close=function(R,A,f){var H={text:A.text,type:A.type};if(R.alignment_size=0,f.tag_complete=!0,R.set_space_before_token(A.newlines||A.whitespace_before!=="",!0),f.is_unformatted)R.add_raw_token(A);else{if(f.tag_start_char==="<"){if(R.set_space_before_token(A.text[0]==="/",!0),this._is_wrap_attributes_force_expand_multiline&&f.has_wrapped_attrs)R.print_newline(!1)}R.print_token(A)}if(f.indent_content&&!(f.is_unformatted||f.is_content_unformatted))R.indent(),f.indent_content=!1;if(!f.is_inline_element&&!(f.is_unformatted||f.is_content_unformatted))R.set_wrap_point();return H};QR.prototype._handle_inside_tag=function(R,A,f,H){var F=f.has_wrapped_attrs,P={text:A.text,type:A.type};if(R.set_space_before_token(A.newlines||A.whitespace_before!=="",!0),f.is_unformatted)R.add_raw_token(A);else if(f.tag_start_char==="{"&&A.type===S.TEXT)if(R.print_preserved_newlines(A))A.newlines=0,R.add_raw_token(A);else R.print_token(A);else{if(A.type===S.ATTRIBUTE)R.set_space_before_token(!0);else if(A.type===S.EQUALS)R.set_space_before_token(!1);else if(A.type===S.VALUE&&A.previous.type===S.EQUALS)R.set_space_before_token(!1);if(A.type===S.ATTRIBUTE&&f.tag_start_char==="<"){if(this._is_wrap_attributes_preserve||this._is_wrap_attributes_preserve_aligned)R.traverse_whitespace(A),F=F||A.newlines!==0;if(this._is_wrap_attributes_force&&f.attr_count>=this._options.wrap_attributes_min_attrs&&(H.type!==S.TAG_OPEN||this._is_wrap_attributes_force_expand_multiline))R.print_newline(!1),F=!0}R.print_token(A),F=F||R.previous_token_wrapped(),f.has_wrapped_attrs=F}return P};QR.prototype._handle_text=function(R,A,f){var H={text:A.text,type:"TK_CONTENT"};if(f.custom_beautifier_name)this._print_custom_beatifier_text(R,A,f);else if(f.is_unformatted||f.is_content_unformatted)R.add_raw_token(A);else R.traverse_whitespace(A),R.print_token(A);return H};QR.prototype._print_custom_beatifier_text=function(R,A,f){var H=this;if(A.text!==""){var F=A.text,P,$=1,U="",Y="";if(f.custom_beautifier_name==="javascript"&&typeof this._js_beautify==="function")P=this._js_beautify;else if(f.custom_beautifier_name==="css"&&typeof this._css_beautify==="function")P=this._css_beautify;else if(f.custom_beautifier_name==="html")P=function(X,L){var q=new QR(X,L,H._js_beautify,H._css_beautify);return q.beautify()};if(this._options.indent_scripts==="keep")$=0;else if(this._options.indent_scripts==="separate")$=-R.indent_level;var G=R.get_full_indent($);if(F=F.replace(/\n[ \t]*$/,""),f.custom_beautifier_name!=="html"&&F[0]==="<"&&F.match(/^(<!--|<!\[CDATA\[)/)){var W=/^(<!--[^\n]*|<!\[CDATA\[)(\n?)([ \t\n]*)([\s\S]*)(-->|]]>)$/.exec(F);if(!W){R.add_raw_token(A);return}if(U=G+W[1]+"\n",F=W[4],W[5])Y=G+W[5];if(F=F.replace(/\n[ \t]*$/,""),W[2]||W[3].indexOf("\n")!==-1){if(W=W[3].match(/[ \t]+$/),W)A.whitespace_before=W[0]}}if(F)if(P){var h=function(){this.eol="\n"};h.prototype=this._options.raw_options;var D=new h;F=P(G+F,D)}else{var Z=A.whitespace_before;if(Z)F=F.replace(new RegExp("\n("+Z+")?","g"),"\n");F=G+F.replace(/\n/g,"\n"+G)}if(U)if(!F)F=U+Y;else F=U+F+"\n"+Y;if(R.print_newline(!1),F)A.text=F,A.whitespace_before="",A.newlines=0,R.add_raw_token(A),R.print_newline(!0)}};QR.prototype._handle_tag_open=function(R,A,f,H,F){var P=this._get_tag_open_token(A);if((f.is_unformatted||f.is_content_unformatted)&&!f.is_empty_element&&A.type===S.TAG_OPEN&&!P.is_start_tag)R.add_raw_token(A),P.start_tag_token=this._tag_stack.try_pop(P.tag_name);else{if(R.traverse_whitespace(A),this._set_tag_position(R,A,P,f,H),!P.is_inline_element)R.set_wrap_point();R.print_token(A)}if(P.is_start_tag&&this._is_wrap_attributes_force){var $=0,U;do{if(U=F.peek($),U.type===S.ATTRIBUTE)P.attr_count+=1;$+=1}while(U.type!==S.EOF&&U.type!==S.TAG_CLOSE)}if(this._is_wrap_attributes_force_aligned||this._is_wrap_attributes_aligned_multiple||this._is_wrap_attributes_preserve_aligned)P.alignment_size=A.text.length+1;if(!P.tag_complete&&!P.is_unformatted)R.alignment_size=P.alignment_size;return P};var mG=function(R,A){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="",!A)this.tag_complete=!0;else{var f;if(this.tag_start_char=A.text[0],this.text=A.text,this.tag_start_char==="<")f=A.text.match(/^<([^\s>]*)/),this.tag_check=f?f[1]:"";else if(f=A.text.match(/^{{~?(?:[\^]|#\*?)?([^\s}]+)/),this.tag_check=f?f[1]:"",(A.text.startsWith("{{#>")||A.text.startsWith("{{~#>"))&&this.tag_check[0]===">")if(this.tag_check===">"&&A.next!==null)this.tag_check=A.next.text.split(" ")[0];else this.tag_check=A.text.split(">")[1];if(this.tag_check=this.tag_check.toLowerCase(),A.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||A.closed&&A.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)))}};QR.prototype._get_tag_open_token=function(R){var A=new mG(this._tag_stack.get_parser_token(),R);return A.alignment_size=this._options.wrap_attributes_indent_size,A.is_end_tag=A.is_end_tag||y0(A.tag_check,this._options.void_elements),A.is_empty_element=A.tag_complete||A.is_start_tag&&A.is_end_tag,A.is_unformatted=!A.tag_complete&&y0(A.tag_check,this._options.unformatted),A.is_content_unformatted=!A.is_empty_element&&y0(A.tag_check,this._options.content_unformatted),A.is_inline_element=y0(A.tag_name,this._options.inline)||this._options.inline_custom_elements&&A.tag_name.includes("-")||A.tag_start_char==="{",A};QR.prototype._set_tag_position=function(R,A,f,H,F){if(!f.is_empty_element)if(f.is_end_tag)f.start_tag_token=this._tag_stack.try_pop(f.tag_name);else{if(this._do_optional_end_element(f)){if(!f.is_inline_element)R.print_newline(!1)}if(this._tag_stack.record_tag(f),(f.tag_name==="script"||f.tag_name==="style")&&!(f.is_unformatted||f.is_content_unformatted))f.custom_beautifier_name=r7(f.tag_check,A)}if(y0(f.tag_check,this._options.extra_liners)){if(R.print_newline(!1),!R._output.just_added_blankline())R.print_newline(!0)}if(f.is_empty_element){if(f.tag_start_char==="{"&&f.tag_check==="else"){this._tag_stack.indent_to_tag(["if","unless","each"]),f.indent_content=!0;var P=R.current_line_has_match(/{{#if/);if(!P)R.print_newline(!1)}if(f.tag_name==="!--"&&F.type===S.TAG_CLOSE&&H.is_end_tag&&f.text.indexOf("\n")===-1);else{if(!(f.is_inline_element||f.is_unformatted))R.print_newline(!1);this._calcluate_parent_multiline(R,f)}}else if(f.is_end_tag){var $=!1;if($=f.start_tag_token&&f.start_tag_token.multiline_content,$=$||!f.is_inline_element&&!(H.is_inline_element||H.is_unformatted)&&!(F.type===S.TAG_CLOSE&&f.start_tag_token===H)&&F.type!=="TK_CONTENT",f.is_content_unformatted||f.is_unformatted)$=!1;if($)R.print_newline(!1)}else{if(f.indent_content=!f.custom_beautifier_name,f.tag_start_char==="<"){if(f.tag_name==="html")f.indent_content=this._options.indent_inner_html;else if(f.tag_name==="head")f.indent_content=this._options.indent_head_inner_html;else if(f.tag_name==="body")f.indent_content=this._options.indent_body_inner_html}if(!(f.is_inline_element||f.is_unformatted)&&(F.type!=="TK_CONTENT"||f.is_content_unformatted))R.print_newline(!1);this._calcluate_parent_multiline(R,f)}};QR.prototype._calcluate_parent_multiline=function(R,A){if(A.parent&&R._output.just_added_newline()&&!((A.is_inline_element||A.is_unformatted)&&A.parent.is_inline_element))A.parent.multiline_content=!0};var t7=["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"],e7=["a","audio","del","ins","map","noscript","video"];QR.prototype._do_optional_end_element=function(R){var A=null;if(R.is_empty_element||!R.is_start_tag||!R.parent)return;if(R.tag_name==="body")A=A||this._tag_stack.try_pop("head");else if(R.tag_name==="li")A=A||this._tag_stack.try_pop("li",["ol","ul","menu"]);else if(R.tag_name==="dd"||R.tag_name==="dt")A=A||this._tag_stack.try_pop("dt",["dl"]),A=A||this._tag_stack.try_pop("dd",["dl"]);else if(R.parent.tag_name==="p"&&t7.indexOf(R.tag_name)!==-1){var f=R.parent.parent;if(!f||e7.indexOf(f.tag_name)===-1)A=A||this._tag_stack.try_pop("p")}else if(R.tag_name==="rp"||R.tag_name==="rt")A=A||this._tag_stack.try_pop("rt",["ruby","rtc"]),A=A||this._tag_stack.try_pop("rp",["ruby","rtc"]);else if(R.tag_name==="optgroup")A=A||this._tag_stack.try_pop("optgroup",["select"]);else if(R.tag_name==="option")A=A||this._tag_stack.try_pop("option",["select","datalist","optgroup"]);else if(R.tag_name==="colgroup")A=A||this._tag_stack.try_pop("caption",["table"]);else if(R.tag_name==="thead")A=A||this._tag_stack.try_pop("caption",["table"]),A=A||this._tag_stack.try_pop("colgroup",["table"]);else if(R.tag_name==="tbody"||R.tag_name==="tfoot")A=A||this._tag_stack.try_pop("caption",["table"]),A=A||this._tag_stack.try_pop("colgroup",["table"]),A=A||this._tag_stack.try_pop("thead",["table"]),A=A||this._tag_stack.try_pop("tbody",["table"]);else if(R.tag_name==="tr")A=A||this._tag_stack.try_pop("caption",["table"]),A=A||this._tag_stack.try_pop("colgroup",["table"]),A=A||this._tag_stack.try_pop("tr",["table","thead","tbody","tfoot"]);else if(R.tag_name==="th"||R.tag_name==="td")A=A||this._tag_stack.try_pop("td",["table","thead","tbody","tfoot","tr"]),A=A||this._tag_stack.try_pop("th",["table","thead","tbody","tfoot","tr"]);return R.parent=this._tag_stack.get_parser_token(),A};R6.Beautifier=QR});var pG=u((h5,tF)=>{var F6=function(R,A,f,H){var F=new f6(R,A,f,H);return F.beautify()},f6=iG().Beautifier,H6=aF().Options;tF.exports=F6;tF.exports.defaultOptions=function(){return new H6}});var _G=u((P6,K1)=>{var kG=function(R,A,f,H){return f=f||sG,H=H||lG,dG(R,A,f,H)},sG=zG(),lG=wG(),dG=pG();kG.defaultOptions=dG.defaultOptions;P6.js=sG;P6.css=lG;P6.html=kG});var rG=u((D5,oG)=>{var aG=function(R,A,f){var H=function(F,P){return R.js_beautify(F,P)};return H.js=R.js_beautify,H.css=A.css_beautify,H.html=f.html_beautify,H.js_beautify=R.js_beautify,H.css_beautify=A.css_beautify,H.html_beautify=f.html_beautify,H};if(typeof define==="function"&&define.amd)define(["./lib/beautify","./lib/beautify-css","./lib/beautify-html"],function(R,A,f){return aG(R,A,f)});else(function(R){var A=_G();A.js_beautify=A.js,A.css_beautify=A.css,A.html_beautify=A.html,R.exports=aG(A,A,A)})(oG)});import*as Z6 from"react-dom/server";function vU(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:BU,Text:wU,Directive:KU,Comment:bU,Script:gU,Style:CU,Tag:xU,CDATA:uU,Doctype:mU}=E;function G1(R){return vU(R)}function jI(R){return R.type===E.CDATA}function QI(R){return R.type===E.Text}function zI(R){return R.type===E.Comment}function yI(R){return R.type===E.Directive}function EI(R){return R.type===E.Root}function iU(R,A=!1){let f;if(QI(R))f=new P0(R.data);else if(zI(R))f=new F1(R.data);else if(G1(R)){const H=A?rH(R.children):[],F=new Y1(R.name,{...R.attribs},H);if(H.forEach((P)=>P.parent=F),R.namespace!=null)F.namespace=R.namespace;if(R["x-attribsNamespace"])F["x-attribsNamespace"]={...R["x-attribsNamespace"]};if(R["x-attribsPrefix"])F["x-attribsPrefix"]={...R["x-attribsPrefix"]};f=F}else if(jI(R)){const H=A?rH(R.children):[],F=new U1(H);H.forEach((P)=>P.parent=F),f=F}else if(EI(R)){const H=A?rH(R.children):[],F=new $0(H);if(H.forEach((P)=>P.parent=F),R["x-mode"])F["x-mode"]=R["x-mode"];f=F}else if(yI(R)){const H=new P1(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"];f=H}else throw new Error(`Not implemented yet: ${R.type}`);if(f.startIndex=R.startIndex,f.endIndex=R.endIndex,R.sourceCodeLocation!=null)f.sourceCodeLocation=R.sourceCodeLocation;return f}var rH=function(R){const A=R.map((f)=>iU(f,!0));for(let f=1;f<A.length;f++)A[f].prev=A[f-1],A[f-1].next=A[f];return A};class nH{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 iU(this,R)}}class H1 extends nH{constructor(R){super();this.data=R}get nodeValue(){return this.data}set nodeValue(R){this.data=R}}class P0 extends H1{constructor(){super(...arguments);this.type=E.Text}get nodeType(){return 3}}class F1 extends H1{constructor(){super(...arguments);this.type=E.Comment}get nodeType(){return 8}}class P1 extends H1{constructor(R,A){super(A);this.name=R,this.type=E.Directive}get nodeType(){return 1}}class $1 extends nH{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 U1 extends $1{constructor(){super(...arguments);this.type=E.CDATA}get nodeType(){return 4}}class $0 extends $1{constructor(){super(...arguments);this.type=E.Root}get nodeType(){return 9}}class Y1 extends $1{constructor(R,A,f=[],H=R==="script"?E.Script:R==="style"?E.Style:E.Tag){super(f);this.name=R,this.attribs=A,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 A,f;return{name:R,value:this.attribs[R],namespace:(A=this["x-attribsNamespace"])===null||A===void 0?void 0:A[R],prefix:(f=this["x-attribsPrefix"])===null||f===void 0?void 0:f[R]}})}}var pU={withStartIndices:!1,withEndIndices:!1,xmlMode:!1};class tH{constructor(R,A,f){if(this.dom=[],this.root=new $0(this.dom),this.done=!1,this.tagStack=[this.root],this.lastNode=null,this.parser=null,typeof A==="function")f=A,A=pU;if(typeof R==="object")A=R,R=void 0;this.callback=R!==null&&R!==void 0?R:null,this.options=A!==null&&A!==void 0?A:pU,this.elementCB=f!==null&&f!==void 0?f: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,A){const f=this.options.xmlMode?E.Tag:void 0,H=new Y1(R,A,void 0,f);this.addNode(H),this.tagStack.push(H)}ontext(R){const{lastNode:A}=this;if(A&&A.type===E.Text){if(A.data+=R,this.options.withEndIndices)A.endIndex=this.parser.endIndex}else{const f=new P0(R);this.addNode(f),this.lastNode=f}}oncomment(R){if(this.lastNode&&this.lastNode.type===E.Comment){this.lastNode.data+=R;return}const A=new F1(R);this.addNode(A),this.lastNode=A}oncommentend(){this.lastNode=null}oncdatastart(){const R=new P0(""),A=new U1([R]);this.addNode(A),R.parent=A,this.lastNode=R}oncdataend(){this.lastNode=null}onprocessinginstruction(R,A){const f=new P1(R,A);this.addNode(f)}handleCallback(R){if(typeof this.callback==="function")this.callback(R,this.dom);else if(R)throw R}addNode(R){const A=this.tagStack[this.tagStack.length-1],f=A.children[A.children.length-1];if(this.options.withStartIndices)R.startIndex=this.parser.startIndex;if(this.options.withEndIndices)R.endIndex=this.parser.endIndex;if(A.children.push(R),f)R.prev=f,f.next=R;R.parent=A,this.lastNode=null}}var OI=function(R){const A=[...R.matchAll(TI)].map((H)=>H.index||0);A.unshift(-1);const f=eH(A,0,A.length);return(H)=>lU(f,H)},eH=function(R,A,f){if(f-A==1)return{offset:R[A],index:A+1};const H=Math.ceil((A+f)/2),F=eH(R,A,H),P=eH(R,H,f);return{offset:F.offset,low:F,high:P}},lU=function(R,A){return function(f){return Object.prototype.hasOwnProperty.call(f,"index")}(R)?{line:R.index,column:A-R.offset}:lU(R.high.offset<A?R.high:R.low,A)},RF=function(R,A="",f={}){const H=typeof A!="string"?A:f,F=typeof A=="string"?A:"",P=R.map(SI),$=!!H.lineNumbers;return function(U,Y=0){const G=$?OI(U):()=>({line:0,column:0});let W=Y;const h=[];R:for(;W<U.length;){let D=!1;for(let Z of P){Z.regex.lastIndex=W;const X=Z.regex.exec(U);if(X&&X[0].length>0){if(!Z.discard){const L=G(W),q=typeof Z.replace=="string"?X[0].replace(new RegExp(Z.regex.source,Z.regex.flags),Z.replace):X[0];h.push({state:F,name:Z.name,text:q,offset:W,len:X[0].length,line:L.line,column:L.column})}if(W=Z.regex.lastIndex,D=!0,Z.push){const L=Z.push(U,W);h.push(...L.tokens),W=L.offset}if(Z.pop)break R;break}}if(!D)break}return{tokens:h,offset:W,complete:U.length<=W}}},SI=function(R,A){return{...R,regex:vI(R,A)}},vI=function(R,A){if(R.name.length===0)throw new Error(`Rule #${A} has empty name, which is not allowed.`);if(function(f){return Object.prototype.hasOwnProperty.call(f,"regex")}(R))return function(f){if(f.global)throw new Error(`Regular expression /${f.source}/${f.flags} contains the global flag, which is not allowed.`);return f.sticky?f:new RegExp(f.source,f.flags+"y")}(R.regex);if(function(f){return Object.prototype.hasOwnProperty.call(f,"str")}(R)){if(R.str.length===0)throw new Error(`Rule #${A} ("${R.name}") has empty "str" property, which is not allowed.`);return new RegExp(sU(R.str),"y")}return new RegExp(sU(R.name),"y")},sU=function(R){return R.replace(/[-[\]{}()*+!<=:?./\\^$|#\s,]/g,"\\$&")},TI=/\n/g;var PA=function(R,A){return(f,H)=>{let F=H,P=void 0;if(H<f.tokens.length){if(P=R(f.tokens[H],f,H),P!==void 0)F++}else A?.(f,H);return P===void 0?{matched:!1}:{matched:!0,position:F,value:P}}};var AF=function(R,A){return R.matched?{matched:!0,position:R.position,value:A(R.value,R.position)}:R},W1=function(R,A){return R.matched?A(R):R},fR=function(R,A){return(f,H)=>AF(R(f,H),(F,P)=>A(F,f,H,P))};var U0=function(R,A){return(f,H)=>{const F=R(f,H);return F.matched?F:{matched:!0,position:H,value:A}}};var jf=function(...R){return(A,f)=>{for(let H of R){const F=H(A,f);if(F.matched)return F}return{matched:!1}}},EA=function(R,A){return(f,H)=>{const F=R(f,H);return F.matched?F:A(f,H)}};var BI=function(R,A){return(f,H)=>{const F=[];let P=!0;do{const $=R(f,H);if($.matched&&A($.value,F.length+1,f,H,$.position))F.push($.value),H=$.position;else P=!1}while(P);return{matched:!0,position:H,value:F}}};var h1=function(R){return BI(R,()=>!0)},dU=function(R){return hR(R,h1(R),(A,f)=>[A,...f])},hR=function(R,A,f){return(H,F)=>W1(R(H,F),(P)=>AF(A(H,P.position),($,U)=>f(P.value,$,H,F,U)))},kU=function(R,A){return hR(R,A,(f)=>f)},fF=function(R,A){return hR(R,A,(f,H)=>H)},D1=function(R,A,f,H){return(F,P)=>W1(R(F,P),($)=>W1(A(F,$.position),(U)=>AF(f(F,U.position),(Y,G)=>H($.value,U.value,Y,F,P,G))))},HF=function(R,A,f){return D1(R,A,f,(H,F)=>F)},wI=function(...R){return(A,f)=>{const H=[];let F=f;for(let P of R){const $=P(A,F);if($.matched)H.push($.value),F=$.position;else return{matched:!1}}return{matched:!0,position:F,value:H}}};var _U=function(...R){return KI(wI(...R))},KI=function(R){return fR(R,(A)=>A.flatMap((f)=>f))};var bI=function(R,A){return(f,H)=>{let F=!0,P=R,$=H;do{const U=A(P,f,$)(f,$);if(U.matched)P=U.value,$=U.position;else F=!1}while(F);return{matched:!0,position:$,value:P}}},gI=function(R,A,f){return bI(R,(H)=>fR(A,(F,P,$,U)=>f(H,F,P,$,U)))};var FF=function(R,A,f){return CI(R,(H)=>gI(H,hR(A,f,(F,P)=>[F,P]),(F,[P,$])=>P(F,$)))};var CI=function(R,A){return(f,H)=>W1(R(f,H),(F)=>A(F.value,f,H,F.position)(f,F.position))};var AY=function([R,A,f],[H,F,P]){return[R+H,A+F,f+P]},kI=function(R){return R.reduce(AY,[0,0,0])},UF=function(R){const A=dI(R);return rI({tokens:A.tokens,options:void 0},0).value},x=function(R){return PA((A)=>A.name===R?!0:void 0)},zf=function(R){return HF(PF,R,PF)},h8=function(R,A){if(!(typeof A==="string"||A instanceof String))throw new Error("Expected a selector string. Actual input is not a string!");const f=lI(A);if(!f.complete)throw new Error(`The input "${A}" was only partially tokenized, stopped at offset ${f.offset}!\n`+nU(A,f.offset));const H=zf(R)({tokens:f.tokens,options:void 0},0);if(!H.matched)throw new Error(`No match for "${A}" input!`);if(H.position<f.tokens.length){const F=f.tokens[H.position];throw new Error(`The input "${A}" was only partially parsed, stopped at offset ${F.offset}!\n`+nU(A,F.offset,F.len))}return H.value},nU=function(R,A,f=1){return`${R.replace(/(\t)|(\r)|(\n)/g,(H,F,P)=>F?"\u2409":P?"\u240D":"\u240A")}\n${"".padEnd(A)}${"^".repeat(f)}`};var HY=function(R){return h8($F,R)},dR=function(R){if(!R.type)throw new Error("This is not an AST node.");switch(R.type){case"universal":return Z1(R.namespace)+"*";case"tag":return Z1(R.namespace)+Qf(R.name);case"class":return"."+Qf(R.name);case"id":return"#"+Qf(R.name);case"attrPresence":return`[${Z1(R.namespace)}${Qf(R.name)}]`;case"attrValue":return`[${Z1(R.namespace)}${Qf(R.name)}${R.matcher}"${D8(R.value)}"${R.modifier?R.modifier:""}]`;case"combinator":return dR(R.left)+R.combinator;case"compound":return R.list.reduce((A,f)=>{if(f.type==="combinator")return dR(f)+A;else return A+dR(f)},"");case"list":return R.list.map(dR).join(",")}},Z1=function(R){return R||R===""?Qf(R)+"|":""},I1=function(R){return`\\${R.codePointAt(0).toString(16)} `},Qf=function(R){return R.replace(/(^[0-9])|(^-[0-9])|(^-$)|([-0-9a-zA-Z_]|[^\x00-\x7F])|(\x00)|([\x01-\x1f]|\x7f)|([\s\S])/g,(A,f,H,F,P,$,U,Y)=>f?I1(f):H?"-"+I1(H.slice(1)):F?"\\-":P?P:$?"\uFFFD":U?I1(U):"\\"+Y)},D8=function(R){return R.replace(/(")|(\\)|(\x00)|([\x01-\x1f]|\x7f)/g,(A,f,H,F,P)=>f?'\\"':H?"\\\\":F?"\uFFFD":I1(P))},Y0=function(R){if(!R.type)throw new Error("This is not an AST node.");switch(R.type){case"compound":{R.list.forEach(Y0),R.list.sort((A,f)=>FY(tU(A),tU(f)));break}case"combinator":{Y0(R.left);break}case"list":{R.list.forEach(Y0),R.list.sort((A,f)=>dR(A)<dR(f)?-1:1);break}}return R},tU=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 WF=function(R,A){return FY(R,A)},FY=function(R,A){if(!Array.isArray(R)||!Array.isArray(A))throw new Error("Arguments must be arrays.");const f=R.length<A.length?R.length:A.length;for(let H=0;H<f;H++){if(R[H]===A[H])continue;return R[H]<A[H]?-1:1}return R.length-A.length};var uI="(?:[ \\t\\r\\n\\f]*)",eU="(?:\\n|\\r\\n|\\r|\\f)",J1="[^\\x00-\\x7F]",W0="(?:\\\\[0-9a-f]{1,6}(?:\\r\\n|[ \\n\\r\\t\\f])?)",h0="(?:\\\\[^\\n\\r\\f0-9a-f])",mI=`(?:[_a-z]|${J1}|${W0}|${h0})`,RY=`(?:[_a-z0-9-]|${J1}|${W0}|${h0})`,cI=`(?:${RY}+)`,iI=`(?:[-]?${mI}${RY}*)`,pI=`'([^\\n\\r\\f\\\\']|\\\\${eU}|${J1}|${W0}|${h0})*'`,sI=`"([^\\n\\r\\f\\\\"]|\\\\${eU}|${J1}|${W0}|${h0})*"`,lI=RF([{name:"ws",regex:new RegExp(uI)},{name:"hash",regex:new RegExp(`#${cI}`,"i")},{name:"ident",regex:new RegExp(iI,"i")},{name:"str1",regex:new RegExp(pI,"i")},{name:"str2",regex:new RegExp(sI,"i")},{name:"*"},{name:"."},{name:","},{name:"["},{name:"]"},{name:"="},{name:">"},{name:"|"},{name:"+"},{name:"~"},{name:"^"},{name:"$"}]),dI=RF([{name:"unicode",regex:new RegExp(W0,"i")},{name:"escape",regex:new RegExp(h0,"i")},{name:"any",regex:new RegExp("[\\s\\S]","i")}]),_I=PA((R)=>R.name==="unicode"?String.fromCodePoint(parseInt(R.text.slice(1),16)):void 0),aI=PA((R)=>R.name==="escape"?R.text.slice(1):void 0),oI=PA((R)=>R.name==="any"?R.text:void 0),rI=fR(h1(jf(_I,aI,oI)),(R)=>R.join("")),YF=PA((R)=>R.name==="ws"?null:void 0),PF=U0(YF,null),G0=PA((R)=>R.name==="ident"?UF(R.text):void 0),nI=PA((R)=>R.name==="hash"?UF(R.text.slice(1)):void 0),tI=PA((R)=>R.name.startsWith("str")?UF(R.text.slice(1,-1)):void 0),fY=kU(U0(G0,""),x("|")),GF=EA(hR(fY,G0,(R,A)=>({name:A,namespace:R})),fR(G0,(R)=>({name:R,namespace:null}))),eI=EA(hR(fY,x("*"),(R)=>({type:"universal",namespace:R,specificity:[0,0,0]})),fR(x("*"),()=>({type:"universal",namespace:null,specificity:[0,0,0]}))),R8=fR(GF,({name:R,namespace:A})=>({type:"tag",name:R,namespace:A,specificity:[0,0,1]})),A8=hR(x("."),G0,(R,A)=>({type:"class",name:A,specificity:[0,1,0]})),f8=fR(nI,(R)=>({type:"id",name:R,specificity:[1,0,0]})),aU=PA((R)=>{if(R.name==="ident"){if(R.text==="i"||R.text==="I")return"i";if(R.text==="s"||R.text==="S")return"s"}return}),H8=EA(hR(tI,U0(fF(PF,aU),null),(R,A)=>({value:R,modifier:A})),hR(G0,U0(fF(YF,aU),null),(R,A)=>({value:R,modifier:A}))),F8=jf(fR(x("="),()=>"="),hR(x("~"),x("="),()=>"~="),hR(x("|"),x("="),()=>"|="),hR(x("^"),x("="),()=>"^="),hR(x("$"),x("="),()=>"$="),hR(x("*"),x("="),()=>"*=")),P8=D1(x("["),zf(GF),x("]"),(R,{name:A,namespace:f})=>({type:"attrPresence",name:A,namespace:f,specificity:[0,1,0]})),$8=HF(x("["),D1(zf(GF),F8,zf(H8),({name:R,namespace:A},f,{value:H,modifier:F})=>({type:"attrValue",name:R,namespace:A,matcher:f,value:H,modifier:F,specificity:[0,1,0]})),x("]")),U8=EA(P8,$8),Y8=EA(eI,R8),oU=jf(f8,A8,U8),rU=fR(EA(_U(Y8,h1(oU)),dU(oU)),(R)=>{return{type:"compound",list:R,specificity:kI(R.map((A)=>A.specificity))}}),G8=jf(fR(x(">"),()=>">"),fR(x("+"),()=>"+"),fR(x("~"),()=>"~"),hR(x("|"),x("|"),()=>"||")),W8=EA(zf(G8),fR(YF,()=>" ")),$F=FF(rU,fR(W8,(R)=>(A,f)=>({type:"compound",list:[...f.list,{type:"combinator",combinator:R,left:A,specificity:A.specificity}],specificity:AY(A.specificity,f.specificity)})),rU),jq=FF(fR($F,(R)=>({type:"list",list:[R]})),fR(zf(x(",")),()=>(R,A)=>({type:"list",list:[...R.list,A]})),$F);var I8=function(R){const A=R.length,f=new Array(A);for(let H=0;H<A;H++){const[F,P]=R[H],$=J8(HY(F));f[H]={ast:$,terminal:{type:"terminal",valueContainer:{index:H,value:P,specificity:$.specificity}}}}return f},J8=function(R){return $Y(R),Y0(R),R},$Y=function(R){const A=[];R.list.forEach((f)=>{switch(f.type){case"class":A.push({matcher:"~=",modifier:null,name:"class",namespace:null,specificity:f.specificity,type:"attrValue",value:f.name});break;case"id":A.push({matcher:"=",modifier:null,name:"id",namespace:null,specificity:f.specificity,type:"attrValue",value:f.name});break;case"combinator":$Y(f.left),A.push(f);break;case"universal":break;default:A.push(f);break}}),R.list=A},yf=function(R){const A=[];while(R.length){const f=GY(R,($)=>!0,UY),{matches:H,nonmatches:F,empty:P}=L8(R,f);if(R=F,H.length)A.push(q8(f,H));if(P.length)A.push(...X8(P))}return A},X8=function(R){const A=[];for(let f of R){const H=f.terminal;if(H.type==="terminal")A.push(H);else{const{matches:F,rest:P}=Q8(H.cont,($)=>$.type==="terminal");if(F.forEach(($)=>A.push($)),P.length)H.cont=P,A.push(H)}}return A},L8=function(R,A){const f=[],H=[],F=[];for(let P of R){const $=P.ast.list;if($.length)($.some((Y)=>UY(Y)===A)?f:H).push(P);else F.push(P)}return{matches:f,nonmatches:H,empty:F}},UY=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}},q8=function(R,A){if(R==="tag")return N8(A);if(R.startsWith("attrValue "))return V8(R.substring(10),A);if(R.startsWith("attrPresence "))return M8(R.substring(13),A);if(R==="combinator >")return PY(">",A);if(R==="combinator +")return PY("+",A);throw new Error(`Unsupported selector kind: ${R}`)},N8=function(R){const A=hF(R,(H)=>H.type==="tag",(H)=>H.name);return{type:"tagName",variants:Object.entries(A).map(([H,F])=>({type:"variant",value:H,cont:yf(F.items)}))}},M8=function(R,A){for(let f of A)YY(f,(H)=>H.type==="attrPresence"&&H.name===R);return{type:"attrPresence",name:R,cont:yf(A)}},V8=function(R,A){const f=hF(A,(F)=>F.type==="attrValue"&&F.name===R,(F)=>`${F.matcher} ${F.modifier||""} ${F.value}`),H=[];for(let F of Object.values(f)){const P=F.oneSimpleSelector,$=j8(P),U=yf(F.items);H.push({type:"matcher",matcher:P.matcher,modifier:P.modifier,value:P.value,predicate:$,cont:U})}return{type:"attrValue",name:R,matchers:H}},j8=function(R){if(R.modifier==="i"){const A=R.value.toLowerCase();switch(R.matcher){case"=":return(f)=>A===f.toLowerCase();case"~=":return(f)=>f.toLowerCase().split(/[ \t]+/).includes(A);case"^=":return(f)=>f.toLowerCase().startsWith(A);case"$=":return(f)=>f.toLowerCase().endsWith(A);case"*=":return(f)=>f.toLowerCase().includes(A);case"|=":return(f)=>{const H=f.toLowerCase();return A===H||H.startsWith(A)&&H[A.length]==="-"}}}else{const A=R.value;switch(R.matcher){case"=":return(f)=>A===f;case"~=":return(f)=>f.split(/[ \t]+/).includes(A);case"^=":return(f)=>f.startsWith(A);case"$=":return(f)=>f.endsWith(A);case"*=":return(f)=>f.includes(A);case"|=":return(f)=>A===f||f.startsWith(A)&&f[A.length]==="-"}}},PY=function(R,A){const f=hF(A,(F)=>F.type==="combinator"&&F.combinator===R,(F)=>dR(F.left)),H=[];for(let F of Object.values(f)){const P=yf(F.items),$=F.oneSimpleSelector.left;H.push({ast:$,terminal:{type:"popElement",cont:P}})}return{type:"pushElement",combinator:R,cont:yf(H)}},hF=function(R,A,f){const H={};while(R.length){const F=GY(R,A,f),P=(W)=>A(W)&&f(W)===F,$=(W)=>W.ast.list.some(P),{matches:U,rest:Y}=z8(R,$);let G=null;for(let W of U){const h=YY(W,P);if(!G)G=h}if(G==null)throw new Error("No simple selector is found.");H[F]={oneSimpleSelector:G,items:U},R=Y}return H},YY=function(R,A){const f=R.ast.list,H=new Array(f.length);let F=-1;for(let $=f.length;$-- >0;)if(A(f[$]))H[$]=!0,F=$;if(F==-1)throw new Error("Couldn't find the required simple selector.");const P=f[F];return R.ast.list=f.filter(($,U)=>!H[U]),P},GY=function(R,A,f){const H={};for(let $ of R){const U={};for(let Y of $.ast.list.filter(A))U[f(Y)]=!0;for(let Y of Object.keys(U))if(H[Y])H[Y]++;else H[Y]=1}let F="",P=0;for(let $ of Object.entries(H))if($[1]>P)F=$[0],P=$[1];return F},Q8=function(R,A){const f=[],H=[];for(let F of R)if(A(F))f.push(F);else H.push(F);return{matches:f,rest:H}},z8=function(R,A){const f=[],H=[];for(let F of R)if(A(F))f.push(F);else H.push(F);return{matches:f,rest:H}},y8=function(R,A){const f=WF(A.specificity,R.specificity);return f>0||f===0&&A.index<R.index},E8=function(R,A){const f=WF(A.specificity,R.specificity);return f>0||f===0&&A.index>R.index};class X1{constructor(R){this.branches=yf(I8(R))}build(R){return R(this.branches)}}class DF{constructor(R){this.f=R}pickAll(R){return this.f(R)}pick1(R,A=!1){const f=this.f(R),H=f.length;if(H===0)return null;if(H===1)return f[0].value;const F=A?y8:E8;let P=f[0];for(let $=1;$<H;$++){const U=f[$];if(F(P,U))P=U}return P.value}}var ZF=function(R){return new DF(Ef(R))},Ef=function(R){const A=R.map(T8);return(f,...H)=>A.flatMap((F)=>F(f,...H))},T8=function(R){switch(R.type){case"terminal":{const A=[R.valueContainer];return(f,...H)=>A}case"tagName":return O8(R);case"attrValue":return v8(R);case"attrPresence":return S8(R);case"pushElement":return B8(R);case"popElement":return K8(R)}},O8=function(R){const A={};for(let f of R.variants)A[f.value]=Ef(f.cont);return(f,...H)=>{const F=A[f.name];return F?F(f,...H):[]}},S8=function(R){const A=R.name,f=Ef(R.cont);return(H,...F)=>Object.prototype.hasOwnProperty.call(H.attribs,A)?f(H,...F):[]},v8=function(R){const A=[];for(let H of R.matchers){const F=H.predicate,P=Ef(H.cont);A.push(($,U,...Y)=>F($)?P(U,...Y):[])}const f=R.name;return(H,...F)=>{const P=H.attribs[f];return P||P===""?A.flatMap(($)=>$(P,H,...F)):[]}},B8=function(R){const A=Ef(R.cont),f=R.combinator==="+"?WY:w8;return(H,...F)=>{const P=f(H);if(P===null)return[];return A(P,H,...F)}},K8=function(R){const A=Ef(R.cont);return(f,H,...F)=>A(H,...F)},WY=(R)=>{const A=R.prev;if(A===null)return null;return G1(A)?A:WY(A)},w8=(R)=>{const A=R.parent;return A&&G1(A)?A:null};var L1=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 q1=new Uint16Array("\u0200aglq\t\x15\x18\x1B\u026D\x0F\0\0\x12p;\u4026os;\u4027t;\u403Et;\u403Cuot;\u4022".split("").map((R)=>R.charCodeAt(0)));function D0(R){var A;if(R>=55296&&R<=57343||R>1114111)return 65533;return(A=b8.get(R))!==null&&A!==void 0?A:R}var IF,b8=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]]),Tf=(IF=String.fromCodePoint)!==null&&IF!==void 0?IF:function(R){let A="";if(R>65535)R-=65536,A+=String.fromCharCode(R>>>10&1023|55296),R=56320|R&1023;return A+=String.fromCharCode(R),A};var JF=function(R){return R>=o.ZERO&&R<=o.NINE},C8=function(R){return R>=o.UPPER_A&&R<=o.UPPER_F||R>=o.LOWER_A&&R<=o.LOWER_F},x8=function(R){return R>=o.UPPER_A&&R<=o.UPPER_Z||R>=o.LOWER_A&&R<=o.LOWER_Z||JF(R)},u8=function(R){return R===o.EQUALS||x8(R)},DY=function(R){let A="";const f=new hY(R,(H)=>A+=Tf(H));return function H(F,P){let $=0,U=0;while((U=F.indexOf("&",U))>=0){A+=F.slice($,U),f.startEntity(P);const G=f.write(F,U+1);if(G<0){$=U+f.end();break}$=U+G,U=G===0?$+1:$}const Y=A+F.slice($);return A="",Y}};function XF(R,A,f,H){const F=(A&mR.BRANCH_LENGTH)>>7,P=A&mR.JUMP_TABLE;if(F===0)return P!==0&&H===P?f:-1;if(P){const Y=H-P;return Y<0||Y>=F?-1:R[f+Y]-1}let $=f,U=$+F-1;while($<=U){const Y=$+U>>>1,G=R[Y];if(G<H)$=Y+1;else if(G>H)U=Y-1;else return R[Y+F]}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 g8=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 a;(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"})(a||(a={}));var rA;(function(R){R[R.Legacy=0]="Legacy",R[R.Strict=1]="Strict",R[R.Attribute=2]="Attribute"})(rA||(rA={}));class hY{constructor(R,A,f){this.decodeTree=R,this.emitCodePoint=A,this.errors=f,this.state=a.EntityStart,this.consumed=1,this.result=0,this.treeIndex=0,this.excess=1,this.decodeMode=rA.Strict}startEntity(R){this.decodeMode=R,this.state=a.EntityStart,this.result=0,this.treeIndex=0,this.excess=1,this.consumed=1}write(R,A){switch(this.state){case a.EntityStart:{if(R.charCodeAt(A)===o.NUM)return this.state=a.NumericStart,this.consumed+=1,this.stateNumericStart(R,A+1);return this.state=a.NamedEntity,this.stateNamedEntity(R,A)}case a.NumericStart:return this.stateNumericStart(R,A);case a.NumericDecimal:return this.stateNumericDecimal(R,A);case a.NumericHex:return this.stateNumericHex(R,A);case a.NamedEntity:return this.stateNamedEntity(R,A)}}stateNumericStart(R,A){if(A>=R.length)return-1;if((R.charCodeAt(A)|g8)===o.LOWER_X)return this.state=a.NumericHex,this.consumed+=1,this.stateNumericHex(R,A+1);return this.state=a.NumericDecimal,this.stateNumericDecimal(R,A)}addToNumericResult(R,A,f,H){if(A!==f){const F=f-A;this.result=this.result*Math.pow(H,F)+parseInt(R.substr(A,F),H),this.consumed+=F}}stateNumericHex(R,A){const f=A;while(A<R.length){const H=R.charCodeAt(A);if(JF(H)||C8(H))A+=1;else return this.addToNumericResult(R,f,A,16),this.emitNumericEntity(H,3)}return this.addToNumericResult(R,f,A,16),-1}stateNumericDecimal(R,A){const f=A;while(A<R.length){const H=R.charCodeAt(A);if(JF(H))A+=1;else return this.addToNumericResult(R,f,A,10),this.emitNumericEntity(H,2)}return this.addToNumericResult(R,f,A,10),-1}emitNumericEntity(R,A){var f;if(this.consumed<=A)return(f=this.errors)===null||f===void 0||f.absenceOfDigitsInNumericCharacterReference(this.consumed),0;if(R===o.SEMI)this.consumed+=1;else if(this.decodeMode===rA.Strict)return 0;if(this.emitCodePoint(D0(this.result),this.consumed),this.errors){if(R!==o.SEMI)this.errors.missingSemicolonAfterCharacterReference();this.errors.validateNumericCharacterReference(this.result)}return this.consumed}stateNamedEntity(R,A){const{decodeTree:f}=this;let H=f[this.treeIndex],F=(H&mR.VALUE_LENGTH)>>14;for(;A<R.length;A++,this.excess++){const P=R.charCodeAt(A);if(this.treeIndex=XF(f,H,this.treeIndex+Math.max(1,F),P),this.treeIndex<0)return this.result===0||this.decodeMode===rA.Attribute&&(F===0||u8(P))?0:this.emitNotTerminatedNamedEntity();if(H=f[this.treeIndex],F=(H&mR.VALUE_LENGTH)>>14,F!==0){if(P===o.SEMI)return this.emitNamedEntityData(this.treeIndex,F,this.consumed+this.excess);if(this.decodeMode!==rA.Strict)this.result=this.treeIndex,this.consumed+=this.excess,this.excess=0}}return-1}emitNotTerminatedNamedEntity(){var R;const{result:A,decodeTree:f}=this,H=(f[A]&mR.VALUE_LENGTH)>>14;return this.emitNamedEntityData(A,H,this.consumed),(R=this.errors)===null||R===void 0||R.missingSemicolonAfterCharacterReference(),this.consumed}emitNamedEntityData(R,A,f){const{decodeTree:H}=this;if(this.emitCodePoint(A===1?H[R]&~mR.VALUE_LENGTH:H[R+1],f),A===3)this.emitCodePoint(H[R+2],f);return f}end(){var R;switch(this.state){case a.NamedEntity:return this.result!==0&&(this.decodeMode!==rA.Attribute||this.result===this.treeIndex)?this.emitNotTerminatedNamedEntity():0;case a.NumericDecimal:return this.emitNumericEntity(0,2);case a.NumericHex:return this.emitNumericEntity(0,3);case a.NumericStart:return(R=this.errors)===null||R===void 0||R.absenceOfDigitsInNumericCharacterReference(this.consumed),0;case a.EntityStart:return 0}}}var gq=DY(L1),Cq=DY(q1);var JA=function(R){return R===N.Space||R===N.NewLine||R===N.Tab||R===N.FormFeed||R===N.CarriageReturn},N1=function(R){return R===N.Slash||R===N.Gt||JA(R)},ZY=function(R){return R>=N.Zero&&R<=N.Nine},m8=function(R){return R>=N.LowerA&&R<=N.LowerZ||R>=N.UpperA&&R<=N.UpperZ},c8=function(R){return R>=N.UpperA&&R<=N.UpperF||R>=N.LowerA&&R<=N.LowerF},N;(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"})(N||(N={}));var J;(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"})(J||(J={}));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 M1{constructor({xmlMode:R=!1,decodeEntities:A=!0},f){this.cbs=f,this.state=J.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=J.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=A,this.entityTrie=R?q1:L1}reset(){this.state=J.Text,this.buffer="",this.sectionStart=0,this.index=0,this.baseState=J.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===N.Lt||!this.decodeEntities&&this.fastForwardTo(N.Lt)){if(this.index>this.sectionStart)this.cbs.ontext(this.sectionStart,this.index);this.state=J.BeforeTagName,this.sectionStart=this.index}else if(this.decodeEntities&&R===N.Amp)this.state=J.BeforeEntity}stateSpecialStartSequence(R){const A=this.sequenceIndex===this.currentSequence.length;if(!(A?N1(R):(R|32)===this.currentSequence[this.sequenceIndex]))this.isSpecial=!1;else if(!A){this.sequenceIndex++;return}this.sequenceIndex=0,this.state=J.InTagName,this.stateInTagName(R)}stateInSpecialTag(R){if(this.sequenceIndex===this.currentSequence.length){if(R===N.Gt||JA(R)){const A=this.index-this.currentSequence.length;if(this.sectionStart<A){const f=this.index;this.index=A,this.cbs.ontext(this.sectionStart,A),this.index=f}this.isSpecial=!1,this.sectionStart=A+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===N.Amp)this.state=J.BeforeEntity}else if(this.fastForwardTo(N.Lt))this.sequenceIndex=1}else this.sequenceIndex=Number(R===N.Lt)}stateCDATASequence(R){if(R===jR.Cdata[this.sequenceIndex]){if(++this.sequenceIndex===jR.Cdata.length)this.state=J.InCommentLike,this.currentSequence=jR.CdataEnd,this.sequenceIndex=0,this.sectionStart=this.index+1}else this.sequenceIndex=0,this.state=J.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=J.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?!N1(R):m8(R)}startSpecial(R,A){this.isSpecial=!0,this.currentSequence=R,this.sequenceIndex=A,this.state=J.SpecialStartSequence}stateBeforeTagName(R){if(R===N.ExclamationMark)this.state=J.BeforeDeclaration,this.sectionStart=this.index+1;else if(R===N.Questionmark)this.state=J.InProcessingInstruction,this.sectionStart=this.index+1;else if(this.isTagStartChar(R)){const A=R|32;if(this.sectionStart=this.index,!this.xmlMode&&A===jR.TitleEnd[2])this.startSpecial(jR.TitleEnd,3);else this.state=!this.xmlMode&&A===jR.ScriptEnd[2]?J.BeforeSpecialS:J.InTagName}else if(R===N.Slash)this.state=J.BeforeClosingTagName;else this.state=J.Text,this.stateText(R)}stateInTagName(R){if(N1(R))this.cbs.onopentagname(this.sectionStart,this.index),this.sectionStart=-1,this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(R)}stateBeforeClosingTagName(R){if(JA(R));else if(R===N.Gt)this.state=J.Text;else this.state=this.isTagStartChar(R)?J.InClosingTagName:J.InSpecialComment,this.sectionStart=this.index}stateInClosingTagName(R){if(R===N.Gt||JA(R))this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=J.AfterClosingTagName,this.stateAfterClosingTagName(R)}stateAfterClosingTagName(R){if(R===N.Gt||this.fastForwardTo(N.Gt))this.state=J.Text,this.baseState=J.Text,this.sectionStart=this.index+1}stateBeforeAttributeName(R){if(R===N.Gt){if(this.cbs.onopentagend(this.index),this.isSpecial)this.state=J.InSpecialTag,this.sequenceIndex=0;else this.state=J.Text;this.baseState=this.state,this.sectionStart=this.index+1}else if(R===N.Slash)this.state=J.InSelfClosingTag;else if(!JA(R))this.state=J.InAttributeName,this.sectionStart=this.index}stateInSelfClosingTag(R){if(R===N.Gt)this.cbs.onselfclosingtag(this.index),this.state=J.Text,this.baseState=J.Text,this.sectionStart=this.index+1,this.isSpecial=!1;else if(!JA(R))this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(R)}stateInAttributeName(R){if(R===N.Eq||N1(R))this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=J.AfterAttributeName,this.stateAfterAttributeName(R)}stateAfterAttributeName(R){if(R===N.Eq)this.state=J.BeforeAttributeValue;else if(R===N.Slash||R===N.Gt)this.cbs.onattribend(kR.NoValue,this.index),this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(R);else if(!JA(R))this.cbs.onattribend(kR.NoValue,this.index),this.state=J.InAttributeName,this.sectionStart=this.index}stateBeforeAttributeValue(R){if(R===N.DoubleQuote)this.state=J.InAttributeValueDq,this.sectionStart=this.index+1;else if(R===N.SingleQuote)this.state=J.InAttributeValueSq,this.sectionStart=this.index+1;else if(!JA(R))this.sectionStart=this.index,this.state=J.InAttributeValueNq,this.stateInAttributeValueNoQuotes(R)}handleInAttributeValue(R,A){if(R===A||!this.decodeEntities&&this.fastForwardTo(A))this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(A===N.DoubleQuote?kR.Double:kR.Single,this.index),this.state=J.BeforeAttributeName;else if(this.decodeEntities&&R===N.Amp)this.baseState=this.state,this.state=J.BeforeEntity}stateInAttributeValueDoubleQuotes(R){this.handleInAttributeValue(R,N.DoubleQuote)}stateInAttributeValueSingleQuotes(R){this.handleInAttributeValue(R,N.SingleQuote)}stateInAttributeValueNoQuotes(R){if(JA(R)||R===N.Gt)this.cbs.onattribdata(this.sectionStart,this.index),this.sectionStart=-1,this.cbs.onattribend(kR.Unquoted,this.index),this.state=J.BeforeAttributeName,this.stateBeforeAttributeName(R);else if(this.decodeEntities&&R===N.Amp)this.baseState=this.state,this.state=J.BeforeEntity}stateBeforeDeclaration(R){if(R===N.OpeningSquareBracket)this.state=J.CDATASequence,this.sequenceIndex=0;else this.state=R===N.Dash?J.BeforeComment:J.InDeclaration}stateInDeclaration(R){if(R===N.Gt||this.fastForwardTo(N.Gt))this.cbs.ondeclaration(this.sectionStart,this.index),this.state=J.Text,this.sectionStart=this.index+1}stateInProcessingInstruction(R){if(R===N.Gt||this.fastForwardTo(N.Gt))this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=J.Text,this.sectionStart=this.index+1}stateBeforeComment(R){if(R===N.Dash)this.state=J.InCommentLike,this.currentSequence=jR.CommentEnd,this.sequenceIndex=2,this.sectionStart=this.index+1;else this.state=J.InDeclaration}stateInSpecialComment(R){if(R===N.Gt||this.fastForwardTo(N.Gt))this.cbs.oncomment(this.sectionStart,this.index,0),this.state=J.Text,this.sectionStart=this.index+1}stateBeforeSpecialS(R){const A=R|32;if(A===jR.ScriptEnd[3])this.startSpecial(jR.ScriptEnd,4);else if(A===jR.StyleEnd[3])this.startSpecial(jR.StyleEnd,4);else this.state=J.InTagName,this.stateInTagName(R)}stateBeforeEntity(R){if(this.entityExcess=1,this.entityResult=0,R===N.Number)this.state=J.BeforeNumericEntity;else if(R===N.Amp);else this.trieIndex=0,this.trieCurrent=this.entityTrie[0],this.state=J.InNamedEntity,this.stateInNamedEntity(R)}stateInNamedEntity(R){if(this.entityExcess+=1,this.trieIndex=XF(this.entityTrie,this.trieCurrent,this.trieIndex+1,R),this.trieIndex<0){this.emitNamedEntity(),this.index--;return}this.trieCurrent=this.entityTrie[this.trieIndex];const A=this.trieCurrent&mR.VALUE_LENGTH;if(A){const f=(A>>14)-1;if(!this.allowLegacyEntity()&&R!==N.Semi)this.trieIndex+=f;else{const H=this.index-this.entityExcess+1;if(H>this.sectionStart)this.emitPartial(this.sectionStart,H);if(this.entityResult=this.trieIndex,this.trieIndex+=f,this.entityExcess=0,this.sectionStart=this.index+1,f===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)===N.LowerX)this.entityExcess++,this.state=J.InHexEntity;else this.state=J.InNumericEntity,this.stateInNumericEntity(R)}emitNumericEntity(R){const A=this.index-this.entityExcess-1;if(A+2+Number(this.state===J.InHexEntity)!==this.index){if(A>this.sectionStart)this.emitPartial(this.sectionStart,A);this.sectionStart=this.index+Number(R),this.emitCodePoint(D0(this.entityResult))}this.state=this.baseState}stateInNumericEntity(R){if(R===N.Semi)this.emitNumericEntity(!0);else if(ZY(R))this.entityResult=this.entityResult*10+(R-N.Zero),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}stateInHexEntity(R){if(R===N.Semi)this.emitNumericEntity(!0);else if(ZY(R))this.entityResult=this.entityResult*16+(R-N.Zero),this.entityExcess++;else if(c8(R))this.entityResult=this.entityResult*16+((R|32)-N.LowerA+10),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}allowLegacyEntity(){return!this.xmlMode&&(this.baseState===J.Text||this.baseState===J.InSpecialTag)}cleanup(){if(this.running&&this.sectionStart!==this.index){if(this.state===J.Text||this.state===J.InSpecialTag&&this.sequenceIndex===0)this.cbs.ontext(this.sectionStart,this.index),this.sectionStart=this.index;else if(this.state===J.InAttributeValueDq||this.state===J.InAttributeValueSq||this.state===J.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 J.Text:{this.stateText(R);break}case J.SpecialStartSequence:{this.stateSpecialStartSequence(R);break}case J.InSpecialTag:{this.stateInSpecialTag(R);break}case J.CDATASequence:{this.stateCDATASequence(R);break}case J.InAttributeValueDq:{this.stateInAttributeValueDoubleQuotes(R);break}case J.InAttributeName:{this.stateInAttributeName(R);break}case J.InCommentLike:{this.stateInCommentLike(R);break}case J.InSpecialComment:{this.stateInSpecialComment(R);break}case J.BeforeAttributeName:{this.stateBeforeAttributeName(R);break}case J.InTagName:{this.stateInTagName(R);break}case J.InClosingTagName:{this.stateInClosingTagName(R);break}case J.BeforeTagName:{this.stateBeforeTagName(R);break}case J.AfterAttributeName:{this.stateAfterAttributeName(R);break}case J.InAttributeValueSq:{this.stateInAttributeValueSingleQuotes(R);break}case J.BeforeAttributeValue:{this.stateBeforeAttributeValue(R);break}case J.BeforeClosingTagName:{this.stateBeforeClosingTagName(R);break}case J.AfterClosingTagName:{this.stateAfterClosingTagName(R);break}case J.BeforeSpecialS:{this.stateBeforeSpecialS(R);break}case J.InAttributeValueNq:{this.stateInAttributeValueNoQuotes(R);break}case J.InSelfClosingTag:{this.stateInSelfClosingTag(R);break}case J.InDeclaration:{this.stateInDeclaration(R);break}case J.BeforeDeclaration:{this.stateBeforeDeclaration(R);break}case J.BeforeComment:{this.stateBeforeComment(R);break}case J.InProcessingInstruction:{this.stateInProcessingInstruction(R);break}case J.InNamedEntity:{this.stateInNamedEntity(R);break}case J.BeforeEntity:{this.stateBeforeEntity(R);break}case J.InHexEntity:{this.stateInHexEntity(R);break}case J.InNumericEntity:{this.stateInNumericEntity(R);break}default:this.stateBeforeNumericEntity(R)}this.index++}this.cleanup()}finish(){if(this.state===J.InNamedEntity)this.emitNamedEntity();if(this.sectionStart<this.index)this.handleTrailingData();this.cbs.onend()}handleTrailingData(){const R=this.buffer.length+this.offset;if(this.state===J.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===J.InNumericEntity&&this.allowLegacyEntity())this.emitNumericEntity(!1);else if(this.state===J.InHexEntity&&this.allowLegacyEntity())this.emitNumericEntity(!1);else if(this.state===J.InTagName||this.state===J.BeforeAttributeName||this.state===J.BeforeAttributeValue||this.state===J.AfterAttributeName||this.state===J.InAttributeName||this.state===J.InAttributeValueSq||this.state===J.InAttributeValueDq||this.state===J.InAttributeValueNq||this.state===J.InClosingTagName);else this.cbs.ontext(this.sectionStart,R)}emitPartial(R,A){if(this.baseState!==J.Text&&this.baseState!==J.InSpecialTag)this.cbs.onattribdata(R,A);else this.cbs.ontext(R,A)}emitCodePoint(R){if(this.baseState!==J.Text&&this.baseState!==J.InSpecialTag)this.cbs.onattribentity(R);else this.cbs.ontextentity(R)}}var Of=new Set(["input","option","optgroup","select","button","datalist","textarea"]),K=new Set(["p"]),IY=new Set(["thead","tbody"]),JY=new Set(["dd","dt"]),XY=new Set(["rt","rp"]),i8=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",Of],["input",Of],["output",Of],["button",Of],["datalist",Of],["textarea",Of],["option",new Set(["option"])],["optgroup",new Set(["optgroup","option"])],["dd",JY],["dt",JY],["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",XY],["rp",XY],["tbody",IY],["tfoot",IY]]),p8=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),LY=new Set(["math","svg"]),qY=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),s8=/\s|\//;class LF{constructor(R,A={}){var f,H,F,P,$;this.options=A,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=(f=A.lowerCaseTags)!==null&&f!==void 0?f:!A.xmlMode,this.lowerCaseAttributeNames=(H=A.lowerCaseAttributeNames)!==null&&H!==void 0?H:!A.xmlMode,this.tokenizer=new((F=A.Tokenizer)!==null&&F!==void 0?F:M1)(this.options,this),($=(P=this.cbs).onparserinit)===null||$===void 0||$.call(P,this)}ontext(R,A){var f,H;const F=this.getSlice(R,A);this.endIndex=A-1,(H=(f=this.cbs).ontext)===null||H===void 0||H.call(f,F),this.startIndex=A}ontextentity(R){var A,f;const H=this.tokenizer.getSectionStart();this.endIndex=H-1,(f=(A=this.cbs).ontext)===null||f===void 0||f.call(A,Tf(R)),this.startIndex=H}isVoidElement(R){return!this.options.xmlMode&&p8.has(R)}onopentagname(R,A){this.endIndex=A;let f=this.getSlice(R,A);if(this.lowerCaseTagNames)f=f.toLowerCase();this.emitOpenTag(f)}emitOpenTag(R){var A,f,H,F;this.openTagStart=this.startIndex,this.tagname=R;const P=!this.options.xmlMode&&i8.get(R);if(P)while(this.stack.length>0&&P.has(this.stack[this.stack.length-1])){const $=this.stack.pop();(f=(A=this.cbs).onclosetag)===null||f===void 0||f.call(A,$,!0)}if(!this.isVoidElement(R)){if(this.stack.push(R),LY.has(R))this.foreignContext.push(!0);else if(qY.has(R))this.foreignContext.push(!1)}if((F=(H=this.cbs).onopentagname)===null||F===void 0||F.call(H,R),this.cbs.onopentag)this.attribs={}}endOpenTag(R){var A,f;if(this.startIndex=this.openTagStart,this.attribs)(f=(A=this.cbs).onopentag)===null||f===void 0||f.call(A,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,A){var f,H,F,P,$,U;this.endIndex=A;let Y=this.getSlice(R,A);if(this.lowerCaseTagNames)Y=Y.toLowerCase();if(LY.has(Y)||qY.has(Y))this.foreignContext.pop();if(!this.isVoidElement(Y)){const G=this.stack.lastIndexOf(Y);if(G!==-1)if(this.cbs.onclosetag){let W=this.stack.length-G;while(W--)this.cbs.onclosetag(this.stack.pop(),W!==0)}else this.stack.length=G;else if(!this.options.xmlMode&&Y==="p")this.emitOpenTag("p"),this.closeCurrentTag(!0)}else if(!this.options.xmlMode&&Y==="br")(H=(f=this.cbs).onopentagname)===null||H===void 0||H.call(f,"br"),(P=(F=this.cbs).onopentag)===null||P===void 0||P.call(F,"br",{},!0),(U=($=this.cbs).onclosetag)===null||U===void 0||U.call($,"br",!1);this.startIndex=A+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 A,f;const H=this.tagname;if(this.endOpenTag(R),this.stack[this.stack.length-1]===H)(f=(A=this.cbs).onclosetag)===null||f===void 0||f.call(A,H,!R),this.stack.pop()}onattribname(R,A){this.startIndex=R;const f=this.getSlice(R,A);this.attribname=this.lowerCaseAttributeNames?f.toLowerCase():f}onattribdata(R,A){this.attribvalue+=this.getSlice(R,A)}onattribentity(R){this.attribvalue+=Tf(R)}onattribend(R,A){var f,H;if(this.endIndex=A,(H=(f=this.cbs).onattribute)===null||H===void 0||H.call(f,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 A=R.search(s8);let f=A<0?R:R.substr(0,A);if(this.lowerCaseTagNames)f=f.toLowerCase();return f}ondeclaration(R,A){this.endIndex=A;const f=this.getSlice(R,A);if(this.cbs.onprocessinginstruction){const H=this.getInstructionName(f);this.cbs.onprocessinginstruction(`!${H}`,`!${f}`)}this.startIndex=A+1}onprocessinginstruction(R,A){this.endIndex=A;const f=this.getSlice(R,A);if(this.cbs.onprocessinginstruction){const H=this.getInstructionName(f);this.cbs.onprocessinginstruction(`?${H}`,`?${f}`)}this.startIndex=A+1}oncomment(R,A,f){var H,F,P,$;this.endIndex=A,(F=(H=this.cbs).oncomment)===null||F===void 0||F.call(H,this.getSlice(R,A-f)),($=(P=this.cbs).oncommentend)===null||$===void 0||$.call(P),this.startIndex=A+1}oncdata(R,A,f){var H,F,P,$,U,Y,G,W,h,D;this.endIndex=A;const Z=this.getSlice(R,A-f);if(this.options.xmlMode||this.options.recognizeCDATA)(F=(H=this.cbs).oncdatastart)===null||F===void 0||F.call(H),($=(P=this.cbs).ontext)===null||$===void 0||$.call(P,Z),(Y=(U=this.cbs).oncdataend)===null||Y===void 0||Y.call(U);else(W=(G=this.cbs).oncomment)===null||W===void 0||W.call(G,`[CDATA[${Z}]]`),(D=(h=this.cbs).oncommentend)===null||D===void 0||D.call(h);this.startIndex=A+1}onend(){var R,A;if(this.cbs.onclosetag){this.endIndex=this.startIndex;for(let f=this.stack.length;f>0;this.cbs.onclosetag(this.stack[--f],!0));}(A=(R=this.cbs).onend)===null||A===void 0||A.call(R)}reset(){var R,A,f,H;(A=(R=this.cbs).onreset)===null||A===void 0||A.call(R),this.tokenizer.reset(),this.tagname="",this.attribname="",this.attribs=null,this.stack.length=0,this.startIndex=0,this.endIndex=0,(H=(f=this.cbs).onparserinit)===null||H===void 0||H.call(f,this),this.buffers.length=0,this.bufferOffset=0,this.writeIndex=0,this.ended=!1}parseComplete(R){this.reset(),this.end(R)}getSlice(R,A){while(R-this.bufferOffset>=this.buffers[0].length)this.shiftBuffer();let f=this.buffers[0].slice(R-this.bufferOffset,A-this.bufferOffset);while(A-this.bufferOffset>this.buffers[0].length)this.shiftBuffer(),f+=this.buffers[0].slice(0,A-this.bufferOffset);return f}shiftBuffer(){this.bufferOffset+=this.buffers[0].length,this.writeIndex--,this.buffers.shift()}write(R){var A,f;if(this.ended){(f=(A=this.cbs).onerror)===null||f===void 0||f.call(A,new Error(".write() after done!"));return}if(this.buffers.push(R),this.tokenizer.running)this.tokenizer.write(R),this.writeIndex++}end(R){var A,f;if(this.ended){(f=(A=this.cbs).onerror)===null||f===void 0||f.call(A,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 EY(R,A){const f=new tH(void 0,A);return new LF(f,A).end(R),f.root}function V1(R){let A="",f=0,H;while((H=NY.exec(R))!==null){const F=H.index,P=R.charCodeAt(F),$=MY.get(P);if($!==void 0)A+=R.substring(f,F)+$,f=F+1;else A+=`${R.substring(f,F)}&#x${l8(R,F).toString(16)};`,f=NY.lastIndex+=Number((P&64512)===55296)}return A+R.substr(f)}var qF=function(R,A){return function f(H){let F,P=0,$="";while(F=R.exec(H)){if(P!==F.index)$+=H.substring(P,F.index);$+=A.get(F[0].charCodeAt(0)),P=F.index+1}return $+H.substring(P)}},NY=/["&'<>$\x80-\uFFFF]/g,MY=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),l8=String.prototype.codePointAt!=null?(R,A)=>R.codePointAt(A):(R,A)=>(R.charCodeAt(A)&64512)===55296?(R.charCodeAt(A)-55296)*1024+R.charCodeAt(A+1)-56320+65536:R.charCodeAt(A);var d8=qF(/[&<>'"]/g,MY),NF=qF(/["&\u00A0]/g,new Map([[34,"&quot;"],[38,"&amp;"],[160,"&nbsp;"]])),MF=qF(/[&<>\u00A0]/g,new Map([[38,"&amp;"],[60,"&lt;"],[62,"&gt;"],[160,"&nbsp;"]]));var VY;(function(R){R[R.XML=0]="XML",R[R.HTML=1]="HTML"})(VY||(VY={}));var jY;(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"})(jY||(jY={}));var QY=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])),zY=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 _8=function(R){return R.replace(/"/g,"&quot;")},a8=function(R,A){var f;if(!R)return;const H=((f=A.encodeEntities)!==null&&f!==void 0?f:A.decodeEntities)===!1?_8:A.xmlMode||A.encodeEntities!=="utf8"?V1:NF;return Object.keys(R).map((F)=>{var P,$;const U=(P=R[F])!==null&&P!==void 0?P:"";if(A.xmlMode==="foreign")F=($=zY.get(F))!==null&&$!==void 0?$:F;if(!A.emptyAttrs&&!A.xmlMode&&U==="")return F;return`${F}="${H(U)}"`}).join(" ")};function Z0(R,A={}){const f="length"in R?R:[R];let H="";for(let F=0;F<f.length;F++)H+=o8(f[F],A);return H}var o8=function(R,A){switch(R.type){case BU:return Z0(R.children,A);case mU:case KU:return e8(R);case bU:return fJ(R);case uU:return AJ(R);case gU:case CU:case xU:return t8(R,A);case wU:return RJ(R,A)}},t8=function(R,A){var f;if(A.xmlMode==="foreign"){if(R.name=(f=QY.get(R.name))!==null&&f!==void 0?f:R.name,R.parent&&r8.has(R.parent.name))A={...A,xmlMode:!1}}if(!A.xmlMode&&n8.has(R.name))A={...A,xmlMode:"foreign"};let H=`<${R.name}`;const F=a8(R.attribs,A);if(F)H+=` ${F}`;if(R.children.length===0&&(A.xmlMode?A.selfClosingTags!==!1:A.selfClosingTags&&yY.has(R.name))){if(!A.xmlMode)H+=" ";H+="/>"}else{if(H+=">",R.children.length>0)H+=Z0(R.children,A);if(A.xmlMode||!yY.has(R.name))H+=`</${R.name}>`}return H},e8=function(R){return`<${R.data}>`},RJ=function(R,A){var f;let H=R.data||"";if(((f=A.encodeEntities)!==null&&f!==void 0?f:A.decodeEntities)!==!1&&!(!A.xmlMode&&R.parent&&k8.has(R.parent.name)))H=A.xmlMode||A.encodeEntities!=="utf8"?V1(H):MF(H);return H},AJ=function(R){return`<![CDATA[${R.children[0].data}]]>`},fJ=function(R){return`<!--${R.data}-->`},k8=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]),yY=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);var r8=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),n8=new Set(["svg","math"]);var TF=gY(vY(),1);var OF=function(R,A,f=()=>{return}){if(R===void 0){const H=function(...F){return A(H,...F)};return H}if(R>=0)return function(...H){return A(OF(R-1,A,f),...H)};return f},CY=function(R,A){let f=0,H=R.length;while(f<H&&R[f]===A)++f;while(H>f&&R[H-1]===A)--H;return f>0||H<R.length?R.substring(f,H):R},XJ=function(R,A){let f=R.length;while(f>0&&R[f-1]===A)--f;return f<R.length?R.substring(0,f):R},LJ=function(R){return R.replace(/[\s\S]/g,(A)=>"\\u"+A.charCodeAt().toString(16).padStart(4,"0"))},xY=function(R,A){const f=new Map;for(let H=R.length;H-- >0;){const F=R[H],P=A(F);f.set(P,f.has(P)?TF.default(F,f.get(P),{arrayMerge:qJ}):F)}return[...f.values()].reverse()},vf=function(R,A){for(let f of A){if(!R)return;R=R[f]}return R},BY=function(R,A="a",f=26){const H=[];do R-=1,H.push(R%f),R=R/f>>0;while(R>0);const F=A.charCodeAt(0);return H.reverse().map((P)=>String.fromCharCode(F+P)).join("")},KY=function(R){return[...R+""].map((A)=>+A).reverse().map((A,f)=>A%5<4?(A<5?"":wY[f])+VF[f].repeat(A%5):VF[f]+(A<5?wY[f]:VF[f+1])).reverse().join("")},NJ=function(R){return[...R].map((A)=>"\\u"+A.charCodeAt(0).toString(16).padStart(4,"0")).join("")},nA=function(R){if(!(R instanceof _R||R instanceof TA||R instanceof OA))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()},j1=function(R,A,f,H){if(!(R instanceof _R||R instanceof TA||R instanceof OA))throw new Error("Only blocks, list items and table cells can contain text.");const F=nA(R),P=Math.max(R.stashedLineBreaks,f);if(R.inlineTextBuilder.clear(),F)R.rawText=F+"\n".repeat(P)+A;else R.rawText=A,R.leadingLineBreaks=P;R.stashedLineBreaks=H},iY=function(R,A){return A?iY(A.transform(R),A.next):R},MJ=function(R={}){const A=R.selectors.filter(($)=>!$.format);if(A.length)throw new Error("Following selectors have no specified format: "+A.map(($)=>`\`${$.selector}\``).join(", "));const f=new X1(R.selectors.map(($)=>[$.selector,$])).build(ZF);if(typeof R.encodeCharacters!=="function")R.encodeCharacters=zJ(R.encodeCharacters);const H=new X1(R.baseElements.selectors.map(($,U)=>[$,U+1])).build(ZF);function F($){return jJ($,R,H)}const P=OF(R.limits.maxDepth,QJ,function($,U){U.addInline(R.limits.ellipsis||"")});return function($,U=void 0){return VJ($,U,R,f,F,P)}},VJ=function(R,A,f,H,F,P){const $=f.limits.maxInputLength;if($&&R&&R.length>$)console.warn(`Input length ${R.length} is above allowed limit of ${$}. Truncating without ellipsis.`),R=R.substring(0,$);const U=EY(R,{decodeEntities:f.decodeEntities}),Y=F(U.children),G=new cY(f,H,A);return P(Y,G),G.toString()},jJ=function(R,A,f){const H=[];function F($,U){U=U.slice(0,A.limits.maxChildNodes);for(let Y of U){if(Y.type!=="tag")continue;const G=f.pick1(Y);if(G>0)H.push({selectorIndex:G,element:Y});else if(Y.children)$(Y.children);if(H.length>=A.limits.maxBaseElements)return}}if(OF(A.limits.maxDepth,F)(R),A.baseElements.orderBy!=="occurrence")H.sort(($,U)=>$.selectorIndex-U.selectorIndex);return A.baseElements.returnDomByDefault&&H.length===0?R:H.map(($)=>$.element)},QJ=function(R,A,f){if(!A)return;const H=f.options;if(A.length>H.limits.maxChildNodes)A=A.slice(0,H.limits.maxChildNodes),A.push({data:H.limits.ellipsis,type:"text"});for(let P of A)switch(P.type){case"text":{f.addInline(P.data);break}case"tag":{const $=f.picker.pick1(P),U=H.formatters[$.format];U(P,R,f,$.options||{});break}}return},zJ=function(R){if(!R||Object.keys(R).length===0)return;const A=Object.entries(R).filter(([,P])=>P!==!1),f=new RegExp(A.map(([P])=>`(${LJ([...P][0])})`).join("|"),"g"),H=A.map(([,P])=>P),F=(P,...$)=>H[$.findIndex((U)=>U)];return(P)=>P.replace(f,F)},yJ=function(R,A,f,H){},EJ=function(R,A,f,H){f.addLiteral(H.string||"")},TJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f.addLiteral(H.string||""),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},OJ=function(R,A,f,H){A(R.children,f)},SJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A(R.children,f),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},pY=function(R){const A=R.attribs&&R.attribs.length?" "+Object.entries(R.attribs).map(([f,H])=>H===""?f:`${f}=${H.replace(/"/g,"&quot;")}`).join(" "):"";return`<${R.name}${A}>`},sY=function(R){return`</${R.name}>`},vJ=function(R,A,f,H){f.startNoWrap(),f.addLiteral(pY(R)),f.stopNoWrap(),A(R.children,f),f.startNoWrap(),f.addLiteral(sY(R)),f.stopNoWrap()},BJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f.startNoWrap(),f.addLiteral(pY(R)),f.stopNoWrap(),A(R.children,f),f.startNoWrap(),f.addLiteral(sY(R)),f.stopNoWrap(),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},wJ=function(R,A,f,H){f.startNoWrap(),f.addLiteral(Z0(R,{decodeEntities:f.options.decodeEntities})),f.stopNoWrap()},KJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f.startNoWrap(),f.addLiteral(Z0(R,{decodeEntities:f.options.decodeEntities})),f.stopNoWrap(),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},bJ=function(R,A,f,H){f.addLiteral(H.prefix||""),A(R.children,f),f.addLiteral(H.suffix||"")},Q1=function(R,A){if(!R[A])R[A]=[];return R[A]},CJ=function(R,A=0){while(R[A])A++;return A},xJ=function(R,A){for(let f=0;f<A;f++){const H=Q1(R,f);for(let F=0;F<f;F++){const P=Q1(R,F);if(H[F]||P[f]){const $=H[F];H[F]=P[f],P[f]=$}}}},uJ=function(R,A,f,H){for(let F=0;F<R.rowspan;F++){const P=Q1(A,f+F);for(let $=0;$<R.colspan;$++)P[H+$]=R}},yF=function(R,A){if(R[A]===void 0)R[A]=A===0?0:1+yF(R,A-1);return R[A]},bY=function(R,A,f,H){R[A+f]=Math.max(yF(R,A+f),yF(R,A)+H)},mJ=function(R,A,f){const H=[];let F=0;const P=R.length,$=[0];for(let G=0;G<P;G++){const W=Q1(H,G),h=R[G];let D=0;for(let Z=0;Z<h.length;Z++){const X=h[Z];D=CJ(W,D),uJ(X,H,G,D),D+=X.colspan,X.lines=X.text.split("\n");const L=X.lines.length;bY($,G,X.rowspan,L+A)}F=W.length>F?W.length:F}xJ(H,P>F?P:F);const U=[],Y=[0];for(let G=0;G<F;G++){let W=0,h;const D=Math.min(P,H[G].length);while(W<D)if(h=H[G][W],h){if(!h.rendered){let Z=0;for(let X=0;X<h.lines.length;X++){const L=h.lines[X],q=$[W]+X;U[q]=(U[q]||"").padEnd(Y[G])+L,Z=L.length>Z?L.length:Z}bY(Y,G,h.colspan,Z+f),h.rendered=!0}W+=h.rowspan}else{const Z=$[W];U[Z]=U[Z]||"",W++}}return U.join("\n")},cJ=function(R,A,f,H){f.addLineBreak()},iJ=function(R,A,f,H){f.addWordBreakOpportunity()},pJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f.addInline("-".repeat(H.length||f.options.wordwrap||40)),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},sJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A(R.children,f),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},lJ=function(R,A,f,H){f.openBlock({isPre:!0,leadingLineBreaks:H.leadingLineBreaks||2}),A(R.children,f),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},dJ=function(R,A,f,H){if(f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),H.uppercase!==!1)f.pushWordTransform((F)=>F.toUpperCase()),A(R.children,f),f.popWordTransform();else A(R.children,f);f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},kJ=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks||2,reservedLineLength:2}),A(R.children,f),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2,blockTransform:(F)=>(H.trimEmptyLines!==!1?CY(F,"\n"):F).split("\n").map((P)=>"> "+P).join("\n")})},EF=function(R,A){if(!A)return R;const f=typeof A[0]==="string"?A[0]:"[",H=typeof A[1]==="string"?A[1]:"]";return f+R+H},lY=function(R,A,f,H,F){const P=typeof A==="function"?A(R,H,F):R;return P[0]==="/"&&f?XJ(f,"/")+P:P},_J=function(R,A,f,H){const F=R.attribs||{},P=F.alt?F.alt:"",$=!F.src?"":lY(F.src,H.pathRewrite,H.baseUrl,f.metadata,R),U=!$?P:!P?EF($,H.linkBrackets):P+" "+EF($,H.linkBrackets);f.addInline(U,{noWordTransform:!0})},aJ=function(R,A,f,H){function F(){if(H.ignoreHref)return"";if(!R.attribs||!R.attribs.href)return"";let $=R.attribs.href.replace(/^mailto:/,"");if(H.noAnchorUrl&&$[0]==="#")return"";return $=lY($,H.pathRewrite,H.baseUrl,f.metadata,R),$}const P=F();if(!P)A(R.children,f);else{let $="";if(f.pushWordTransform((Y)=>{if(Y)$+=Y;return Y}),A(R.children,f),f.popWordTransform(),!(H.hideLinkHrefIfSameAsText&&P===$))f.addInline(!$?P:" "+EF(P,H.linkBrackets),{noWordTransform:!0})}},dY=function(R,A,f,H,F){const P=vf(R,["parent","name"])==="li";let $=0;const U=(R.children||[]).filter((Y)=>Y.type!=="text"||!/^\s*$/.test(Y.data)).map(function(Y){if(Y.name!=="li")return{node:Y,prefix:""};const G=P?F().trimStart():F();if(G.length>$)$=G.length;return{node:Y,prefix:G}});if(!U.length)return;f.openList({interRowLineBreaks:1,leadingLineBreaks:P?1:H.leadingLineBreaks||2,maxPrefixLength:$,prefixAlign:"left"});for(let{node:Y,prefix:G}of U)f.openListItem({prefix:G}),A([Y],f),f.closeListItem();f.closeList({trailingLineBreaks:P?1:H.trailingLineBreaks||2})},oJ=function(R,A,f,H){const F=H.itemPrefix||" * ";return dY(R,A,f,H,()=>F)},rJ=function(R,A,f,H){let F=Number(R.attribs.start||"1");const P=nJ(R.attribs.type);return dY(R,A,f,H,()=>" "+P(F++)+". ")},nJ=function(R="1"){switch(R){case"a":return(A)=>BY(A,"a");case"A":return(A)=>BY(A,"A");case"i":return(A)=>KY(A).toLowerCase();case"I":return(A)=>KY(A);case"1":default:return(A)=>A.toString()}},tJ=function(R){const A=[],f=[];for(let H of R)if(H.startsWith("."))A.push(H.substring(1));else if(H.startsWith("#"))f.push(H.substring(1));return{classes:A,ids:f}},eJ=function(R,A){if(A===!0)return!0;if(!R)return!1;const{classes:f,ids:H}=tJ(A),F=(R.class||"").split(" "),P=(R.id||"").split(" ");return F.some(($)=>f.includes($))||P.some(($)=>H.includes($))},RX=function(R,A,f,H){return eJ(R.attribs,f.options.tables)?kY(R,A,f,H):AX(R,A,f,H)},AX=function(R,A,f,H){f.openBlock({leadingLineBreaks:H.leadingLineBreaks}),A(R.children,f),f.closeBlock({trailingLineBreaks:H.trailingLineBreaks})},kY=function(R,A,f,H){f.openTable(),R.children.forEach(P),f.closeTable({tableToString:($)=>mJ($,H.rowSpacing??0,H.colSpacing??3),leadingLineBreaks:H.leadingLineBreaks,trailingLineBreaks:H.trailingLineBreaks});function F($){const U=+vf($,["attribs","colspan"])||1,Y=+vf($,["attribs","rowspan"])||1;f.openTableCell({maxColumnWidth:H.maxColumnWidth}),A($.children,f),f.closeTableCell({colspan:U,rowspan:Y})}function P($){if($.type!=="tag")return;const U=H.uppercaseHeaderCells!==!1?(Y)=>{f.pushWordTransform((G)=>G.toUpperCase()),F(Y),f.popWordTransform()}:F;switch($.name){case"thead":case"tbody":case"tfoot":case"center":$.children.forEach(P);return;case"tr":{f.openTableRow();for(let Y of $.children){if(Y.type!=="tag")continue;switch(Y.name){case"th":{U(Y);break}case"td":{F(Y);break}}}f.closeTableRow();break}}}},$X=function(R={}){return R=TF.default(HX,R,{arrayMerge:_Y,customMerge:(A)=>A==="selectors"?PX:void 0}),R.formatters=Object.assign({},gJ,fX,R.formatters),R.selectors=xY(R.selectors,(A)=>A.selector),UX(R),MJ(R)},vF=function(R,A={},f=void 0){return $X(A)(R,f)},UX=function(R){if(R.tags){const f=Object.entries(R.tags).map(([H,F])=>({...F,selector:H||"*"}));R.selectors.push(...f),R.selectors=xY(R.selectors,(H)=>H.selector)}function A(f,H,F){const P=H.pop();for(let $ of H){let U=f[$];if(!U)U={},f[$]=U;f=U}f[P]=F}if(R.baseElement){const f=R.baseElement;A(R,["baseElements","selectors"],Array.isArray(f)?f:[f])}if(R.returnDomByDefault!==void 0)A(R,["baseElements","returnDomByDefault"],R.returnDomByDefault);for(let f of R.selectors)if(f.format==="anchor"&&vf(f,["options","noLinkBrackets"]))A(f,["options","linkBrackets"],!1)},qJ=(R,A,f)=>[...A],VF=["I","X","C","M"],wY=["V","L","D"];class SF{constructor(R,A=void 0){this.lines=[],this.nextLineWords=[],this.maxLineLength=A||R.wordwrap||Number.MAX_VALUE,this.nextLineAvailableChars=this.maxLineLength,this.wrapCharacters=vf(R,["longWordSplit","wrapCharacters"])||[],this.forceWrapOnLimit=vf(R,["longWordSplit","forceWrapOnLimit"])||!1,this.stashedSpace=!1,this.wordBreakOpportunity=!1}pushWord(R,A=!1){if(this.nextLineAvailableChars<=0&&!A)this.startNewLine();const f=this.nextLineWords.length===0,H=R.length+(f?0:1);if(H<=this.nextLineAvailableChars||A)this.nextLineWords.push(R),this.nextLineAvailableChars-=H;else{const[F,...P]=this.splitLongWord(R);if(!f)this.startNewLine();this.nextLineWords.push(F),this.nextLineAvailableChars-=F.length;for(let $ of P)this.startNewLine(),this.nextLineWords.push($),this.nextLineAvailableChars-=$.length}}popWord(){const R=this.nextLineWords.pop();if(R!==void 0){const A=this.nextLineWords.length===0,f=R.length+(A?0:1);this.nextLineAvailableChars+=f}return R}concatWord(R,A=!1){if(this.wordBreakOpportunity&&R.length>this.nextLineAvailableChars)this.pushWord(R,A),this.wordBreakOpportunity=!1;else{const f=this.popWord();this.pushWord(f?f.concat(R):R,A)}}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 A=[];let f=0;while(R.length>this.maxLineLength){const H=R.substring(0,this.maxLineLength),F=R.substring(this.maxLineLength),P=H.lastIndexOf(this.wrapCharacters[f]);if(P>-1)R=H.substring(P+1)+F,A.push(H.substring(0,P+1));else if(f++,f<this.wrapCharacters.length)R=H+F;else{if(this.forceWrapOnLimit){if(A.push(H),R=F,R.length>this.maxLineLength)continue}else R=H+F;break}}return A.push(R),A}}class Bf{constructor(R=null){this.next=R}getRoot(){return this.next?this.next:this}}class _R extends Bf{constructor(R,A=null,f=1,H=void 0){super(A);this.leadingLineBreaks=f,this.inlineTextBuilder=new SF(R,H),this.rawText="",this.stashedLineBreaks=0,this.isPre=A&&A.isPre,this.isNoWrap=A&&A.isNoWrap}}class jF extends _R{constructor(R,A=null,{interRowLineBreaks:f=1,leadingLineBreaks:H=2,maxLineLength:F=void 0,maxPrefixLength:P=0,prefixAlign:$="left"}={}){super(R,A,H,F);this.maxPrefixLength=P,this.prefixAlign=$,this.interRowLineBreaks=f}}class TA extends _R{constructor(R,A=null,{leadingLineBreaks:f=1,maxLineLength:H=void 0,prefix:F=""}={}){super(R,A,f,H);this.prefix=F}}class QF extends Bf{constructor(R=null){super(R);this.rows=[],this.isPre=R&&R.isPre,this.isNoWrap=R&&R.isNoWrap}}class zF extends Bf{constructor(R=null){super(R);this.cells=[],this.isPre=R&&R.isPre,this.isNoWrap=R&&R.isNoWrap}}class OA extends Bf{constructor(R,A=null,f=void 0){super(A);this.inlineTextBuilder=new SF(R,f),this.rawText="",this.stashedLineBreaks=0,this.isPre=A&&A.isPre,this.isNoWrap=A&&A.isNoWrap}}class uY extends Bf{constructor(R=null,A){super(R);this.transform=A}}class mY{constructor(R){this.whitespaceChars=R.preserveNewlines?R.whitespaceCharacters.replace(/\n/g,""):R.whitespaceCharacters;const A=NJ(this.whitespaceChars);if(this.leadingWhitespaceRe=new RegExp(`^[${A}]`),this.trailingWhitespaceRe=new RegExp(`[${A}]\$`),this.allWhitespaceOrEmptyRe=new RegExp(`^[${A}]*\$`),this.newlineOrNonWhitespaceRe=new RegExp(`(\\n|[^\\n${A}])`,"g"),this.newlineOrNonNewlineStringRe=new RegExp("(\\n|[^\\n]+)","g"),R.preserveNewlines){const f=new RegExp(`\\n|[^\\n${A}]+`,"gm");this.shrinkWrapAdd=function(H,F,P=(U)=>U,$=!1){if(!H)return;const U=F.stashedSpace;let Y=!1,G=f.exec(H);if(G){if(Y=!0,G[0]==="\n")F.startNewLine();else if(U||this.testLeadingWhitespace(H))F.pushWord(P(G[0]),$);else F.concatWord(P(G[0]),$);while((G=f.exec(H))!==null)if(G[0]==="\n")F.startNewLine();else F.pushWord(P(G[0]),$)}F.stashedSpace=U&&!Y||this.testTrailingWhitespace(H)}}else{const f=new RegExp(`[^${A}]+`,"g");this.shrinkWrapAdd=function(H,F,P=(U)=>U,$=!1){if(!H)return;const U=F.stashedSpace;let Y=!1,G=f.exec(H);if(G){if(Y=!0,U||this.testLeadingWhitespace(H))F.pushWord(P(G[0]),$);else F.concatWord(P(G[0]),$);while((G=f.exec(H))!==null)F.pushWord(P(G[0]),$)}F.stashedSpace=U&&!Y||this.testTrailingWhitespace(H)}}}addLiteral(R,A,f=!0){if(!R)return;const H=A.stashedSpace;let F=!1,P=this.newlineOrNonNewlineStringRe.exec(R);if(P){if(F=!0,P[0]==="\n")A.startNewLine();else if(H)A.pushWord(P[0],f);else A.concatWord(P[0],f);while((P=this.newlineOrNonNewlineStringRe.exec(R))!==null)if(P[0]==="\n")A.startNewLine();else A.pushWord(P[0],f)}A.stashedSpace=H&&!F}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 A=0,f;while((f=this.newlineOrNonWhitespaceRe.exec(R))!==null)if(f[0]==="\n")A++;else return 0;return A}}class cY{constructor(R,A,f=void 0){this.options=R,this.picker=A,this.metadata=f,this.whitespaceProcessor=new mY(R),this._stackItem=new _R(R),this._wordTransformer=void 0}pushWordTransform(R){this._wordTransformer=new uY(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?(f)=>iY(f,this._wordTransformer):void 0,A=this.options.encodeCharacters;return R?A?(f)=>A(R(f)):R:A}_popStackItem(){const R=this._stackItem;return this._stackItem=R.next,R}addLineBreak(){if(!(this._stackItem instanceof _R||this._stackItem instanceof TA||this._stackItem instanceof OA))return;if(this._stackItem.isPre)this._stackItem.rawText+="\n";else this._stackItem.inlineTextBuilder.startNewLine()}addWordBreakOpportunity(){if(this._stackItem instanceof _R||this._stackItem instanceof TA||this._stackItem instanceof OA)this._stackItem.inlineTextBuilder.wordBreakOpportunity=!0}addInline(R,{noWordTransform:A=!1}={}){if(!(this._stackItem instanceof _R||this._stackItem instanceof TA||this._stackItem instanceof OA))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 f=this.whitespaceProcessor.countNewlinesNoWords(R);if(f>0){this._stackItem.inlineTextBuilder.startNewLine(f);return}}if(this._stackItem.stashedLineBreaks)this._stackItem.inlineTextBuilder.startNewLine(this._stackItem.stashedLineBreaks);this.whitespaceProcessor.shrinkWrapAdd(R,this._stackItem.inlineTextBuilder,A?void 0:this._getCombinedWordTransformer(),this._stackItem.isNoWrap),this._stackItem.stashedLineBreaks=0}addLiteral(R){if(!(this._stackItem instanceof _R||this._stackItem instanceof TA||this._stackItem instanceof OA))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:A=0,isPre:f=!1}={}){const H=Math.max(20,this._stackItem.inlineTextBuilder.maxLineLength-A);if(this._stackItem=new _R(this.options,this._stackItem,R,H),f)this._stackItem.isPre=!0}closeBlock({trailingLineBreaks:R=1,blockTransform:A=void 0}={}){const f=this._popStackItem(),H=A?A(nA(f)):nA(f);j1(this._stackItem,H,f.leadingLineBreaks,Math.max(f.stashedLineBreaks,R))}openList({maxPrefixLength:R=0,prefixAlign:A="left",interRowLineBreaks:f=1,leadingLineBreaks:H=2}={}){this._stackItem=new jF(this.options,this._stackItem,{interRowLineBreaks:f,leadingLineBreaks:H,maxLineLength:this._stackItem.inlineTextBuilder.maxLineLength,maxPrefixLength:R,prefixAlign:A})}openListItem({prefix:R=""}={}){if(!(this._stackItem instanceof jF))throw new Error("Can\'t add a list item to something that is not a list! Check the formatter.");const A=this._stackItem,f=Math.max(R.length,A.maxPrefixLength),H=Math.max(20,A.inlineTextBuilder.maxLineLength-f);this._stackItem=new TA(this.options,A,{prefix:R,maxLineLength:H,leadingLineBreaks:A.interRowLineBreaks})}closeListItem(){const R=this._popStackItem(),A=R.next,f=Math.max(R.prefix.length,A.maxPrefixLength),H="\n"+" ".repeat(f),P=(A.prefixAlign==="right"?R.prefix.padStart(f):R.prefix.padEnd(f))+nA(R).replace(/\n/g,H);j1(A,P,R.leadingLineBreaks,Math.max(R.stashedLineBreaks,A.interRowLineBreaks))}closeList({trailingLineBreaks:R=2}={}){const A=this._popStackItem(),f=nA(A);if(f)j1(this._stackItem,f,A.leadingLineBreaks,R)}openTable(){this._stackItem=new QF(this._stackItem)}openTableRow(){if(!(this._stackItem instanceof QF))throw new Error("Can\'t add a table row to something that is not a table! Check the formatter.");this._stackItem=new zF(this._stackItem)}openTableCell({maxColumnWidth:R=void 0}={}){if(!(this._stackItem instanceof zF))throw new Error("Can\'t add a table cell to something that is not a table row! Check the formatter.");this._stackItem=new OA(this.options,this._stackItem,R)}closeTableCell({colspan:R=1,rowspan:A=1}={}){const f=this._popStackItem(),H=CY(nA(f),"\n");f.next.cells.push({colspan:R,rowspan:A,text:H})}closeTableRow(){const R=this._popStackItem();R.next.rows.push(R.cells)}closeTable({tableToString:R,leadingLineBreaks:A=2,trailingLineBreaks:f=2}){const H=this._popStackItem(),F=R(H.rows);if(F)j1(this._stackItem,F,A,f)}toString(){return nA(this._stackItem.getRoot())}}var gJ=Object.freeze({__proto__:null,block:SJ,blockHtml:KJ,blockString:TJ,blockTag:BJ,inline:OJ,inlineHtml:wJ,inlineString:EJ,inlineSurround:bJ,inlineTag:vJ,skip:yJ}),fX=Object.freeze({__proto__:null,anchor:aJ,blockquote:kJ,dataTable:kY,heading:dJ,horizontalLine:pJ,image:_J,lineBreak:cJ,orderedList:rJ,paragraph:sJ,pre:lJ,table:RX,unorderedList:oJ,wbr:iJ}),HX={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
- \u200B`,wordwrap:80},FX=(R,A,f)=>[...R,...A],_Y=(R,A,f)=>[...A],PX=(R,A,f)=>R.some((H)=>typeof H==="object")?FX(R,A):_Y(R,A);var AW=gY(rG(),1);var{defineProperty:G6,getOwnPropertySymbols:nG}=Object,W6=Object.prototype.hasOwnProperty,h6=Object.prototype.propertyIsEnumerable,tG=(R,A,f)=>(A in R)?G6(R,A,{enumerable:!0,configurable:!0,writable:!0,value:f}):R[A]=f,eF=(R,A)=>{for(var f in A||(A={}))if(W6.call(A,f))tG(R,f,A[f]);if(nG){for(var f of nG(A))if(h6.call(A,f))tG(R,f,A[f])}return R},D6=((R)=>typeof import.meta.require!=="undefined"?import.meta.require:typeof Proxy!=="undefined"?new Proxy(R,{get:(A,f)=>(typeof import.meta.require!=="undefined"?import.meta.require:A)[f]}):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')}),RP=(R,A,f)=>{return new Promise((H,F)=>{var P=(Y)=>{try{U(f.next(Y))}catch(G){F(G)}},$=(Y)=>{try{U(f.throw(Y))}catch(G){F(G)}},U=(Y)=>Y.done?H(Y.value):Promise.resolve(Y.value).then(P,$);U((f=f.apply(R,A)).next())})},I6={unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_char:" ",indent_size:2,sep:"\n"},J6=(R,A={})=>{return AW.default.html(R,eF(eF({},I6),A))},X6=[{selector:"img",format:"skip"},{selector:"#__react-email-preview",format:"skip"},{selector:"a",options:{linkBrackets:!1}}];var eG=new TextDecoder("utf-8"),RW=(R)=>RP(void 0,null,function*(){let A="";if("pipeTo"in R){const f=new WritableStream({write(H){A+=eG.decode(H)}});yield R.pipeTo(f)}else{const{Writable:f}=D6("stream"),H=new f({write(F,P,$){A+=eG.decode(F),$()}});return R.pipe(H),new Promise((F,P)=>{H.on("error",P),H.on("close",()=>{F(A)})})}return A}),b1=(R,A)=>RP(void 0,null,function*(){const f=yield import("react-dom/server");let H;if(Object.hasOwn(f,"renderToReadableStream"))H=yield RW(yield f.renderToReadableStream(R));else yield new Promise(($,U)=>{const Y=f.renderToPipeableStream(R,{onAllReady(){return RP(this,null,function*(){H=yield RW(Y),$()})},onError(G){U(G)}})});if(A==null?void 0:A.plainText)return vF(H,eF({selectors:X6},A.htmlToTextOptions));const P=`${'<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">'}${H.replace(/<!DOCTYPE.*?>/,"")}`;if(A==null?void 0:A.pretty)return J6(P);return P});var{defineProperty:L6,defineProperties:q6,getOwnPropertyDescriptors:N6,getOwnPropertySymbols:fW}=Object,M6=Object.prototype.hasOwnProperty,V6=Object.prototype.propertyIsEnumerable,HW=(R,A,f)=>(A in R)?L6(R,A,{enumerable:!0,configurable:!0,writable:!0,value:f}):R[A]=f,E0=(R,A)=>{for(var f in A||(A={}))if(M6.call(A,f))HW(R,f,A[f]);if(fW){for(var f of fW(A))if(V6.call(A,f))HW(R,f,A[f])}return R},j6=(R,A)=>q6(R,N6(A)),w=(R,A,f)=>{return new Promise((H,F)=>{var P=(Y)=>{try{U(f.next(Y))}catch(G){F(G)}},$=(Y)=>{try{U(f.throw(Y))}catch(G){F(G)}},U=(Y)=>Y.done?H(Y.value):Promise.resolve(Y.value).then(P,$);U((f=f.apply(R,A)).next())})},Q6="3.4.0",z6=class{constructor(R){this.resend=R}create(R){return w(this,arguments,function*(A,f={}){return yield this.resend.post("/api-keys",A,f)})}list(){return w(this,null,function*(){return yield this.resend.get("/api-keys")})}remove(R){return w(this,null,function*(){return yield this.resend.delete(`/api-keys/${R}`)})}},y6=class{constructor(R){this.resend=R}create(R){return w(this,arguments,function*(A,f={}){return yield this.resend.post("/audiences",A,f)})}list(){return w(this,null,function*(){return yield this.resend.get("/audiences")})}get(R){return w(this,null,function*(){return yield this.resend.get(`/audiences/${R}`)})}remove(R){return w(this,null,function*(){return yield this.resend.delete(`/audiences/${R}`)})}},E6=class{constructor(R){this.resend=R}send(R){return w(this,arguments,function*(A,f={}){return this.create(A,f)})}create(R){return w(this,arguments,function*(A,f={}){for(let F of A)if(F.react)F.html=yield b1(F.react),delete F.react;return yield this.resend.post("/emails/batch",A,f)})}},T6=class{constructor(R){this.resend=R}create(R){return w(this,arguments,function*(A,f={}){return yield this.resend.post(`/audiences/${A.audienceId}/contacts`,{unsubscribed:A.unsubscribed,email:A.email,first_name:A.firstName,last_name:A.lastName},f)})}list(R){return w(this,null,function*(){return yield this.resend.get(`/audiences/${R.audienceId}/contacts`)})}get(R){return w(this,null,function*(){return yield this.resend.get(`/audiences/${R.audienceId}/contacts/${R.id}`)})}update(R){return w(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 w(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}`)})}},O6=class{constructor(R){this.resend=R}create(R){return w(this,arguments,function*(A,f={}){return yield this.resend.post("/domains",A,f)})}list(){return w(this,null,function*(){return yield this.resend.get("/domains")})}get(R){return w(this,null,function*(){return yield this.resend.get(`/domains/${R}`)})}update(R){return w(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 w(this,null,function*(){return yield this.resend.delete(`/domains/${R}`)})}verify(R){return w(this,null,function*(){return yield this.resend.post(`/domains/${R}/verify`)})}},S6=class{constructor(R){this.resend=R}send(R){return w(this,arguments,function*(A,f={}){return this.create(A,f)})}create(R){return w(this,arguments,function*(A,f={}){if(A.react)A.html=yield b1(A.react),delete A.react;return yield this.resend.post("/emails",A,f)})}get(R){return w(this,null,function*(){return yield this.resend.get(`/emails/${R}`)})}},FW="https://api.resend.com",PW=`resend-node:${Q6}`,v6=typeof process!=="undefined"&&process.env?process.env.RESEND_BASE_URL||FW:FW,B6=typeof process!=="undefined"&&process.env?process.env.RESEND_USER_AGENT||PW:PW,$W=class{constructor(R){if(this.key=R,this.apiKeys=new z6(this),this.audiences=new y6(this),this.batch=new E6(this),this.contacts=new T6(this),this.domains=new O6(this),this.emails=new S6(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":B6,"Content-Type":"application/json"})}fetchRequest(R){return w(this,arguments,function*(A,f={}){try{const H=yield fetch(`${v6}${A}`,f);if(!H.ok)try{const P=yield H.text();return{data:null,error:JSON.parse(P)}}catch(P){if(P 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 $={message:H.statusText,name:"application_error"};if(P instanceof Error)return{data:null,error:j6(E0({},$),{message:P.message})};return{data:null,error:$}}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,A){return w(this,arguments,function*(f,H,F={}){const P=E0({method:"POST",headers:this.headers,body:JSON.stringify(H)},F);return this.fetchRequest(f,P)})}get(R){return w(this,arguments,function*(A,f={}){const H=E0({method:"GET",headers:this.headers},f);return this.fetchRequest(A,H)})}put(R,A){return w(this,arguments,function*(f,H,F={}){const P=E0({method:"PUT",headers:this.headers,body:JSON.stringify(H)},F);return this.fetchRequest(f,P)})}patch(R,A){return w(this,arguments,function*(f,H,F={}){const P=E0({method:"PATCH",headers:this.headers,body:JSON.stringify(H)},F);return this.fetchRequest(f,P)})}delete(R,A){return w(this,null,function*(){const f={method:"DELETE",headers:this.headers,body:JSON.stringify(A)};return this.fetchRequest(R,f)})}};var UW={resend:async(R)=>{const A=new $W(process.env.RESEND_API_KEY),{data:f,error:H}=await A.emails.send({...R});if(H)throw H;if(f)return!0}};class AP{provider="resend";send;constructor(){this.send=UW[this.provider]}}var ZA=function(R,A,f,H,F){function P(...Y){if(!(this instanceof P))throw new TypeError(x$);dZ(this,A(...Y))}function $(Y,G){return Object.defineProperties(function(...W){return Y.call(this,U(this),...W)},IP(G))}function U(Y){const G=VR(Y);if(!G||G.branding!==R)throw new TypeError(x$);return G}return Object.defineProperties(P.prototype,{...zW(eR($,f)),...Ff(eR($,H)),...r1("Temporal."+R)}),Object.defineProperties(P,{...Ff(F),...IP(R)}),[P,(Y)=>{const G=Object.create(P.prototype);return dZ(G,Y),G},U]},aZ=function(R){return R=R.concat("id").sort(),(A)=>{if(!yW(A,R))throw new TypeError(DZ);return A}},f0=function(R){if(VR(R)||R.calendar!==void 0||R.timeZone!==void 0)throw new TypeError(YZ);return R},cH=function(R,A){const f={};for(let H in R)f[H]=({o:F},P)=>{const $=VR(P)||{},{branding:U}=$,Y=U===If||A.includes(U)?$:BR(P);return F[H](Y)};return f},JU=function(R){const A={};for(let f in R)A[f]=(H)=>{const{calendar:F}=H;return(P=F,typeof P=="string"?nf(P):($=P,Object.assign(Object.create(p4),{i:$})))[f](H);var P,$};return A},_A=function(){throw new TypeError(WZ)},n0=function({calendar:R}){return typeof R=="string"?new zU(R):R},pZ=function(R,A){if(A=PR(A),ZR(R)){const H=VR(R);if(H&&H.branding===rf)return g(A),H;const F=nZ(R);return T$(_H(F||v),!F,R,A)}const f=bh(nf,R);return g(A),f},oZ=function(R,A,f){return H=A.call(R,vR(IR(f))),aP(x0(H));var H},iH=function(R,A=AI){const f=Object.keys(A).sort(),H={};for(let F of f)H[F]=O(A[F],R,TZ(R[F]));return H},i=function(R,A){return typeof R=="string"?uH(R):iH(R,A)},GR=function(R){return i(R,IU)},hA=function(R){if(ZR(R)){const A=VR(R);if(A)switch(A.branding){case CH:return A;case yA:return IR(A.epochNanoseconds)}}return Sh(R)};var sZ=function(R,A,f){const H=A.l(hA(f).epochNanoseconds,R);return H?vR(IR(H)):null},d=function(R){return ZR(R)?(VR(R)||{}).timeZone||a4(R):((A)=>VH(uh(e(A))))(R)},sA=function(R,A){if(ZR(R)){const f=VR(R)||{};switch(f.branding){case gH:return g(A),f;case Jf:return g(A),fA(f);case yA:return g(A),K$(GR,f)}return LD(R,A)}return g(A),gh(R)},XU=function(R){return R===void 0?void 0:sA(R)},ef=function(R,A){if(A=PR(A),ZR(R)){const H=VR(R);return H&&H.branding===of?(g(A),H):E$(dH(t0(R)),R,A)}const f=Kh(nf,R);return g(A),f},lA=function(R,A){if(A=PR(A),ZR(R)){const H=VR(R)||{};switch(H.branding){case Jf:return g(A),H;case If:return g(A),$R({...H,...tR});case yA:return g(A),B$(GR,H)}return XD(kH(t0(R)),R,A)}const f=wh(R);return g(A),f},BR=function(R,A){if(A=PR(A),ZR(R)){const H=VR(R)||{};switch(H.branding){case If:return g(A),H;case Jf:return g(A),UR(H);case yA:return g(A),w$(GR,H)}return y$(kH(t0(R)),R,A)}const f=NH(R);return g(A),f},rZ=function(R,A,f){return RA(A.call(R,AR(UR(f,R))))},IA=function(R){return(A)=>typeof A=="string"?nf(A):((f,H)=>{const F=Object.keys(H).sort(),P={};for(let $ of F)P[$]=O(H[$],f,f[$]);return P})(A,R)},RR=function(R){if(ZR(R)){const A=VR(R);return A&&A.branding===xH?A:qD(R)}return Ch(R)},r0=function(R){if(R!==void 0){if(ZR(R)){const A=VR(R)||{};switch(A.branding){case yA:case If:return A;case Jf:return UR(A)}const f=t0(R);return{...ID(d,i,kH(f),R),calendar:f}}return vh(R)}},t0=function(R){return nZ(R)||v},nZ=function(R){const{calendar:A}=R;if(A!==void 0)return MR(A)},MR=function(R){return ZR(R)?(VR(R)||{}).calendar||Gq(R):((A)=>c0(xh(e(A))))(R)},R0=function(R,A){if(A=PR(A),ZR(R)){const f=VR(R);if(f&&f.branding===yA)return u0(A),f;const H=t0(R);return JD(d,i,kH(H),H,R,A)}return Bh(R,A)},lZ=function(R){return eR((A)=>(f)=>A(ZU(f)),R)},ZU=function(R){return OR(R,GR)},T4=function(){const R=pA.prototype,A=Object.getOwnPropertyDescriptors(R),f=Object.getOwnPropertyDescriptors(pA),H=function(F,P={}){if(!(this instanceof H))return new H(F,P);yU.set(this,(($,U={})=>{const Y=new pA($,U),G=Y.resolvedOptions(),W=G.locale,h=uR(Object.keys(U),G),D=CR(v4),Z=(...X)=>{let L;const q=X.map((j,Q)=>{const y=VR(j),s=(y||{}).branding;if(Q&&L&&L!==s)throw new TypeError(JZ);return L=s,y});return L?D(L)(W,h,...q):[Y,...X]};return Z.u=Y,Z})(F,P))};for(let F in A){const P=A[F],$=F.startsWith("format")&&O4(F);typeof P.value=="function"?P.value=F==="constructor"?H:$||S4(F):$&&(P.get=function(){return $.bind(this)})}return f.prototype.value=Object.create(R,A),Object.defineProperties(H,f),H},O4=function(R){return function(...A){const f=yU.get(this),[H,...F]=f(...A);return H[R](...F)}},S4=function(R){return function(...A){return yU.get(this).u[R](...A)}},v4=function(R){const A=B4[R];if(!A)throw new TypeError(IZ(R));return jA(A,CR(b$))};var KR=function(R,A,f,H,F){return oR(A,QW(R,A),f,H,F)},oR=function(R,A,f,H,F,P){const $=$P(A,f,H);if(F&&A!==$)throw new RangeError($Z(R,A,f,H,P));return $},QW=function(R,A){const f=R[A];if(f===void 0)throw new TypeError(g$(A));return f},ZR=function(R){return R!==null&&/object|function/.test(typeof R)},CR=function(R,A=Map){const f=new A;return(H,...F)=>{if(f.has(H))return f.get(H);const P=R(H,...F);return f.set(H,P),P}},IP=function(R){return Ff({name:R},1)},Ff=function(R,A){return eR((f)=>({value:f,configurable:1,writable:!A}),R)},zW=function(R){return eR((A)=>({get:A,configurable:1}),R)},r1=function(R){return{[Symbol.toStringTag]:{value:R,configurable:1}}},uf=function(R,A){const f={};let H=R.length;for(let F of A)f[R[--H]]=F;return f},eR=function(R,A,f){const H={};for(let F in A)H[F]=R(A[F],F,f);return H},g0=function(R,A,f){const H={};for(let F=0;F<A.length;F++){const P=A[F];H[P]=R(P,F,f)}return H},w6=function(R,A,f){const H={};for(let F=0;F<R.length;F++)H[A[F]]=f[R[F]];return H},uR=function(R,A){const f={};for(let H of R)f[H]=A[H];return f},JP=function(R,A){const f={};for(let H in A)R.has(H)||(f[H]=A[H]);return f},XP=function(R){R={...R};const A=Object.keys(R);for(let f of A)R[f]===void 0&&delete R[f];return R},yW=function(R,A){for(let f of A)if(!(f in R))return 0;return 1},EW=function(R,A,f){for(let H of R)if(A[H]!==f[H])return 0;return 1},TW=function(R,A,f){const H={...f};for(let F=0;F<A;F++)H[R[F]]=0;return H},O=function(R,...A){return(...f)=>R(...A,...f)},YW=function(R){return R[0].toUpperCase()+R.substring(1)},C0=function(R){return R.slice().sort()},i1=function(R,A){return String(A).padStart(R,"0")},wA=function(R,A){return Math.sign(R-A)},$P=function(R,A,f){return Math.min(Math.max(R,A),f)},qA=function(R,A){return[Math.floor(R/A),O0(R,A)]},O0=function(R,A){return(R%A+A)%A},gA=function(R,A){return[n1(R,A),LP(R,A)]},n1=function(R,A){return Math.trunc(R/A)||0},LP=function(R,A){return R%A||0},g1=function(R){return Math.abs(R%1)===0.5},OW=function(R,A,f){let H=0,F=0;for(let U=0;U<=A;U++){const Y=R[f[U]],G=GA[U],W=m/G,[h,D]=gA(Y,W);H+=D*G,F+=h}const[P,$]=gA(H,m);return[F+P,$]},t1=function(R,A,f){const H={};for(let F=A;F>=0;F--){const P=GA[F];H[f[F]]=n1(R,P),R=LP(R,P)}return H},SW=function(R){return R===v?wH:[]},vW=function(R){return R===v?k0:[]},BW=function(R){return R===v?["year","day"]:[]},wW=function(R){if(R!==void 0)return e(R)},KW=function(R){if(R!==void 0)return RA(R)},qP=function(R){if(R!==void 0)return x0(R)},RA=function(R){return CW(x0(R))},x0=function(R){return gW(QL(R))},NP=function(R){if(R==null)throw new TypeError("Cannot be null or undefined");return R},bW=function(R,A){if(A==null)throw new RangeError(g$(R));return A},MA=function(R){if(!ZR(R))throw new TypeError(PZ);return R},e1=function(R,A,f=R){if(typeof A!==R)throw new TypeError(s0(f,A));return A},gW=function(R,A="number"){if(!Number.isInteger(R))throw new RangeError(a6(A,R));return R||0},CW=function(R,A="number"){if(R<=0)throw new RangeError(o6(A,R));return R},MP=function(R){if(typeof R=="symbol")throw new TypeError(e6);return String(R)},p1=function(R,A){return ZR(R)?String(R):e(R,A)},RH=function(R){if(typeof R=="string")return BigInt(R);if(typeof R!="bigint")throw new TypeError(t6(R));return R},xW=function(R,A="number"){if(typeof R=="bigint")throw new TypeError(n6(A));if(R=Number(R),!Number.isFinite(R))throw new RangeError(r6(A,R));return R},zR=function(R,A){return Math.trunc(xW(R,A))||0},uW=function(R,A){return gW(xW(R,A),A)},GW=function(R,A){return CW(zR(R,A),A)},VP=function(R,A){let[f,H]=gA(A,m),F=R+f;const P=Math.sign(F);return P&&P===-Math.sign(H)&&(F-=P,H+=P*m),[F,H]},Kf=function(R,A,f=1){return VP(R[0]+A[0]*f,R[1]+A[1]*f)},bf=function(R,A){return VP(R[0],R[1]+A)},pR=function(R,A){return Kf(A,R,-1)},ER=function(R,A){return wA(R[0],A[0])||wA(R[1],A[1])},mW=function(R,A,f){return ER(R,A)===-1||ER(R,f)===1},AH=function(R,A=1){const f=BigInt(m/A);return[Number(R/f),Number(R%f)*A]},gf=function(R,A=1){const f=m/A,[H,F]=gA(R,f);return[H,F*A]},cW=function(R,A=1){const[f,H]=R,F=Math.floor(H/A),P=m/A;return BigInt(f)*BigInt(P)+BigInt(F)},sR=function(R,A=1,f){const[H,F]=R,[P,$]=gA(F,A);return H*(m/A)+(P+(f?$/A:0))},jP=function(R,A,f=qA){const[H,F]=R,[P,$]=f(F,A);return[H*(m/A)+P,$]},QP=function(R,A){const f=R.formatToParts(A),H={};for(let F of f)H[F.type]=F.value;return H},zP=function(R){return KR(R,"isoYear",b0,K0,1),R.isoYear===b0?KR(R,"isoMonth",4,12,1):R.isoYear===K0&&KR(R,"isoMonth",1,9,1),R},KA=function(R){return VA({...R,...tR,isoHour:12}),R},VA=function(R){const A=KR(R,"isoYear",b0,K0,1),f=A===b0?1:A===K0?-1:0;return f&&lR(yR({...R,isoDay:R.isoDay+f,isoNanosecond:R.isoNanosecond-f})),R},lR=function(R){if(!R||mW(R,vL,SL))throw new RangeError(OH);return R},CA=function(R){return OW(R,5,FA)[1]},fH=function(R){const[A,f]=qA(R,m);return[t1(f,5,FA),A]},iW=function(R){return pW(R)[0]},pW=function(R){return jP(R,nR)},TR=function(R){return mf(R.isoYear,R.isoMonth,R.isoDay,R.isoHour,R.isoMinute,R.isoSecond,R.isoMillisecond)},yR=function(R){const A=TR(R);if(A!==void 0){const[f,H]=gA(A,gR);return[f,H*WA+(R.isoMicrosecond||0)*Zf+(R.isoNanosecond||0)]}},yP=function(R,A){const[f,H]=fH(CA(R)-A);return lR(yR({...R,isoDay:R.isoDay+H,...f}))},s1=function(...R){return mf(...R)/LZ},mf=function(...R){const[A,f]=sW(...R),H=A.valueOf();if(!isNaN(H))return H-f*gR},sW=function(R,A=1,f=1,H=0,F=0,P=0,$=0){const U=R===b0?1:R===K0?-1:0,Y=new Date;return Y.setUTCHours(H,F,P,$),Y.setUTCFullYear(R,A-1,f+U),[Y,U]},uA=function(R,A){let[f,H]=bf(R,A);H<0&&(H+=m,f-=1);const[F,P]=qA(H,WA),[$,U]=qA(P,Zf);return HH(f*gR+F,$,U)},HH=function(R,A=0,f=0){const H=Math.ceil(Math.max(0,Math.abs(R)-OL)/gR)*Math.sign(R),F=new Date(R-H*gR);return uf(bH,[F.getUTCFullYear(),F.getUTCMonth()+1,F.getUTCDate()+H,F.getUTCHours(),F.getUTCMinutes(),F.getUTCSeconds(),F.getUTCMilliseconds(),A,f])},lW=function(R){return[R.isoYear,R.isoMonth,R.isoDay]},dW=function(){return LA},EP=function(R,A){switch(A){case 2:return TP(R)?29:28;case 4:case 6:case 9:case 11:return 30}return 31},kW=function(R){return TP(R)?366:365},TP=function(R){return R%4==0&&(R%100!=0||R%400==0)},_W=function(R){const[A,f]=sW(R.isoYear,R.isoMonth,R.isoDay);return O0(A.getUTCDay()-f,7)||7},aW=function({isoYear:R}){return R<1?["bce",1-R]:["ce",R]},K6=function(R){const A=TR(R);if(A<wL)return aW(R);const f=QP(e$(Cf),A),{era:H,eraYear:F}=PD(f,Cf);return[H,F]},FH=function(R){return Pf(R),PH(R,1),R},Pf=function(R){return oW(R,1),R},WW=function(R){return EW(d$,R,oW(R))},oW=function(R,A){const{isoYear:f}=R,H=KR(R,"isoMonth",1,dW(),A);return{isoYear:f,isoMonth:H,isoDay:KR(R,"isoDay",1,EP(f,H),A)}},PH=function(R,A){return uf(FA,[KR(R,"isoHour",0,23,A),KR(R,"isoMinute",0,59,A),KR(R,"isoSecond",0,59,A),KR(R,"isoMillisecond",0,999,A),KR(R,"isoMicrosecond",0,999,A),KR(R,"isoNanosecond",0,999,A)])},g=function(R){return R===void 0?0:bZ(MA(R))},u0=function(R,A=0){R=AA(R);const f=gZ(R),H=pL(R,A);return[bZ(R),H,f]},OP=function(R){return gZ(AA(R))},rW=function(R){return R=AA(R),a$(R,9,6,1)},cf=function(R,A,f,H=9,F=0,P=4){A=AA(A);let $=a$(A,H,F),U=BP(A),Y=a0(A,P);const G=_0(A,H,F,1);return $==null?$=Math.max(f,G):Rh($,G),U=wP(U,G,1),R&&(Y=((W)=>W<4?(W+2)%4:W)(Y)),[$,G,U,Y]},$H=function(R,A=6,f){let H=BP(R=KP(R,o1));const F=a0(R,7);let P=_0(R,A);return P=bW(o1,P),H=wP(H,P,void 0,f),[P,H,F]},SP=function(R){return o$(AA(R))},nW=function(R,A){return vP(AA(R),A)},vP=function(R,A=4){const f=eW(R);return[a0(R,4),...tW(_0(R,A),f)]},tW=function(R,A){return R!=null?[GA[R],R<4?9-3*R:-1]:[A===void 0?1:10**(9-A),A]},BP=function(R){const A=R[S0];return A===void 0?1:zR(A,S0)},wP=function(R,A,f,H){const F=H?m:GA[A+1];if(F){const P=GA[A];if(F%((R=oR(S0,R,1,F/P-(H?0:1),1))*P))throw new RangeError(s0(S0,R))}else R=oR(S0,R,1,f?1e9:1,1);return R},eW=function(R){let A=R[PP];if(A!==void 0){if(typeof A!="number"){if(MP(A)==="auto")return;throw new RangeError(s0(PP,A))}A=oR(PP,Math.floor(A),0,9,1)}return A},AA=function(R){return R===void 0?{}:MA(R)},KP=function(R,A){return typeof R=="string"?{[A]:R}:MA(R)},PR=function(R){if(R!==void 0){if(ZR(R))return Object.assign(Object.create(null),R);throw new TypeError(PZ)}},UH=function(R,A){return R&&Object.assign(Object.create(null),R,{overflow:bL[A]})},bP=function(R,A,f=9,H=0,F){let P=A[R];if(P===void 0)return F?H:void 0;if(P=MP(P),P==="auto")return F?H:null;let $=WP[P];if($===void 0&&($=EL[P]),$===void 0)throw new RangeError(GZ(R,P,WP));return oR(R,$,H,f,1,d0),$},$f=function(R,A,f,H=0){const F=f[R];if(F===void 0)return H;const P=MP(F),$=A[P];if($===void 0)throw new RangeError(GZ(R,P,A));return $},Rh=function(R,A){if(A>R)throw new RangeError(qL)},IR=function(R){return{branding:CH,epochNanoseconds:R}},qR=function(R,A,f){return{branding:yA,calendar:f,timeZone:A,epochNanoseconds:R}},$R=function(R,A=R.calendar){return{branding:Jf,calendar:A,...uR(vZ,R)}},UR=function(R,A=R.calendar){return{branding:If,calendar:A,...uR(k$,R)}},ff=function(R,A=R.calendar){return{branding:of,calendar:A,...uR(k$,R)}},l1=function(R,A=R.calendar){return{branding:rf,calendar:A,...uR(k$,R)}},fA=function(R){return{branding:gH,...uR(SZ,R)}},k=function(R){return{branding:xH,sign:mA(R),...uR(p$,R)}},Ah=function(R){return iW(R.epochNanoseconds)},YH=function(R){return jP(R.epochNanoseconds,WA)[0]},fh=function(R){return cW(R.epochNanoseconds,Zf)},Hh=function(R){return cW(R.epochNanoseconds)},Fh=function(R){return R.epochNanoseconds},XR=function(R){return typeof R=="string"?R:e(R.id)},pf=function(R,A){return R===A||XR(R)===XR(A)},Ph=function(R,A,f,H,F){const P=Hf(H),[$,U]=((q,j)=>{const Q=j((q=KP(q,ZP))[wZ]);let y=iL(q);return y=bW(ZP,y),[y,Q]})(F,R);if(B0(Math.max($,P),U))return hW(H,$);if(!U)throw new RangeError(SH);const[Y,G,W]=IH(A,f,U),h=F$(W),D=JH(W),Z=P$(W),X=D(G,Y,H),L=Z(G,Y,X,$);return B0($,U)?hW(L,$):((q,j,Q,y,s,l,c)=>{const _=mA(q),[JR,WR]=gP(y,l$(Q,q),Q,_,s,l,c),H0=CP(j,JR,WR);return q[C[Q]]+H0*_})(L,h(X),$,G,Y,h,D)},hW=function(R,A){return sR(DR(R),GA[A],1)},gP=function(R,A,f,H,F,P,$){const U=C[f],Y={...A,[U]:A[U]+H},G=$(R,F,A),W=$(R,F,Y);return[P(G),P(W)]},CP=function(R,A,f){const H=sR(pR(A,f));if(!H)throw new RangeError(l0);return sR(pR(A,R))/H},$h=function(R,A){const[f,H,F]=$H(A,5,1);return IR(WH(R.epochNanoseconds,f,H,F,1))},Uh=function(R,A,f){let{epochNanoseconds:H,timeZone:F,calendar:P}=A;const[$,U,Y]=$H(f);if($===0&&U===1)return A;const G=R(F);if($===6)H=((W,h,D,Z)=>{const X=OR(D,h),[L,q]=W(X),j=D.epochNanoseconds,Q=xR(h,L),y=xR(h,q);if(mW(j,Q,y))throw new RangeError(l0);return Xh(CP(j,Q,y),Z)?y:Q})(Ih,G,A,Y);else{const W=G.getOffsetNanosecondsFor(H);H=Yf(G,Dh(uA(H,W),$,U,Y),W,2,0,1)}return qR(H,F,P)},Yh=function(R,A){return $R(Dh(R,...$H(A)),R.calendar)},Gh=function(R,A){const[f,H,F]=$H(A,5);var P;return fA((P=F,xP(R,m0(f,H),P)[0]))},Wh=function(R,A){const f=R(A.timeZone),H=OR(A,f),[F,P]=Ih(H),$=sR(pR(xR(f,F),xR(f,P)),BH,1);if($<=0)throw new RangeError(l0);return $},hh=function(R,A){const{timeZone:f,calendar:H}=A,F=((P,$,U)=>xR($,P(OR(U,$))))(Jh,R(f),A);return qR(F,f,H)},Dh=function(R,A,f,H){return Zh(R,m0(A,f),H)},Zh=function(R,A,f){const[H,F]=xP(R,A,f);return VA({...Gf(R,F),...H})},xP=function(R,A,f){return fH(xA(CA(R),A,f))},d1=function(R){return xA(R,vH,7)},m0=function(R,A){return GA[R]*A},Ih=function(R){const A=Jh(R);return[A,Gf(A,1)]},Jh=function(R){return TL(6,R)},b6=function(R,A,f){const H=Math.min(Hf(R),6);return lf(hH(DR(R,H),A,f),H)},GH=function(R,A,f,H,F,P,$,U,Y,G){if(H===0&&F===1)return R;const W=B0(H,U)?XH(U)&&H<6&&f>=6?C6:g6:x6;let[h,D,Z]=W(R,A,f,H,F,P,$,U,Y,G);return Z&&H!==7&&(h=((X,L,q,j,Q,y,s,l)=>{const c=mA(X);for(let _=j+1;_<=q;_++){if(_===7&&q!==7)continue;const JR=l$(_,X);JR[C[_]]+=c;const WR=sR(pR(s(l(Q,y,JR)),L));if(WR&&Math.sign(WR)!==c)break;X=JR}return X})(h,D,f,Math.max(6,H),$,U,Y,G)),h},WH=function(R,A,f,H,F){if(A===6){const P=(($)=>$[0]+$[1]/m)(R);return[xA(P,f,H),0]}return hH(R,m0(A,f),H,F)},hH=function(R,A,f,H){let[F,P]=R;H&&P<0&&(P+=m,F-=1);const[$,U]=qA(xA(P,A,f),m);return VP(F+$,U)},xA=function(R,A,f){return Xh(R/A,f)*A},Xh=function(R,A){return dL[A](R)},g6=function(R,A,f,H,F,P){const $=mA(R),U=DR(R),Y=WH(U,H,F,P),G=pR(U,Y),W=Math.sign(Y[0]-U[0])===$,h=lf(Y,Math.min(f,6));return[{...R,...h},Kf(A,G),W]},C6=function(R,A,f,H,F,P,$,U,Y,G){const W=mA(R),h=sR(DR(R,5)),D=m0(H,F);let Z=xA(h,D,P);const[X,L]=gP($,{...R,...s$},6,W,U,Y,G),q=Z-sR(pR(X,L));let j=0;q&&Math.sign(q)!==W?A=bf(X,Z):(j+=W,Z=xA(q,D,P),A=bf(L,Z));const Q=qH(Z);return[{...R,...Q,days:R.days+j},A,Boolean(j)]},x6=function(R,A,f,H,F,P,$,U,Y,G){const W=mA(R),h=C[H],D=l$(H,R);H===7&&(R={...R,weeks:R.weeks+Math.trunc(R.days/7)});const Z=n1(R[h],F)*F;D[h]=Z;const[X,L]=gP($,D,H,F*W,U,Y,G),q=Z+CP(A,X,L)*W*F,j=xA(q,F,P),Q=Math.sign(j-q)===W;return D[h]=j,[D,Q?L:X,Q]},uP=function(R,A,f,H){const[F,P,$,U]=((G)=>{const W=vP(G=AA(G));return[G.timeZone,...W]})(H),Y=F!==void 0;return((G,W,h,D,Z,X)=>{h=hH(h,Z,D,1);const L=W.getOffsetNanosecondsFor(h);return dP(uA(h,L),X)+(G?Uf(d1(L)):"Z")})(Y,A(Y?R(F):Xf),f.epochNanoseconds,P,$,U)},mP=function(R,A,f){const[H,F,P,$,U,Y]=((G)=>{G=AA(G);const W=o$(G),h=eW(G),D=lL(G),Z=a0(G,4),X=_0(G,4);return[W,sL(G),D,Z,...tW(X,h)]})(f);return((G,W,h,D,Z,X,L,q,j,Q)=>{D=hH(D,j,q,1);const y=G(h).getOffsetNanosecondsFor(D);return dP(uA(D,y),Q)+Uf(d1(y),L)+((s,l)=>l!==1?"["+(l===2?"!":"")+XR(s)+"]":"")(h,X)+kP(W,Z)})(R,A.calendar,A.timeZone,A.epochNanoseconds,H,F,P,$,U,Y)},cP=function(R,A){const[f,H,F,P]=((G)=>(G=AA(G),[o$(G),...vP(G)]))(A);return $=R.calendar,U=f,Y=P,dP(Zh(R,F,H),Y)+kP($,U);var $,U,Y},iP=function(R,A){return f=R.calendar,H=R,F=SP(A),k1(H)+kP(f,F);var f,H,F},pP=function(R,A){return Lh(R.calendar,qh,R,SP(A))},sP=function(R,A){return Lh(R.calendar,u6,R,SP(A))},lP=function(R,A){const[f,H,F]=nW(A);return P=F,Nh(xP(R,H,f)[0],P);var P},DH=function(R,A){const[f,H,F]=nW(A,3);return H>1&&(R={...R,...b6(R,H,f)}),((P,$)=>{const{sign:U}=P,Y=U===-1?SR(P):P,{hours:G,minutes:W}=Y,[h,D]=jP(DR(Y,3),nR,gA);Th(h);const Z=_P(D,$),X=$>=0||!U||Z;return(U<0?"-":"")+"P"+DW({Y:Af(Y.years),M:Af(Y.months),W:Af(Y.weeks),D:Af(Y.days)})+(G||W||h||X?"T"+DW({H:Af(G),M:Af(W),S:Af(h,X)+Z}):"")})(R,F)},Lh=function(R,A,f,H){const F=XR(R),P=H>1||H===0&&F!==v;return H===1?F===v?A(f):k1(f):P?k1(f)+Mh(F,H===2):A(f)},DW=function(R){const A=[];for(let f in R){const H=R[f];H&&A.push(H,f)}return A.join("")},dP=function(R,A){return k1(R)+"T"+Nh(R,A)},k1=function(R){return qh(R)+"-"+rR(R.isoDay)},qh=function(R){const{isoYear:A}=R;return(A<0||A>9999?Vh(A)+i1(6,Math.abs(A)):i1(4,A))+"-"+rR(R.isoMonth)},u6=function(R){return rR(R.isoMonth)+"-"+rR(R.isoDay)},Nh=function(R,A){const f=[rR(R.isoHour),rR(R.isoMinute)];return A!==-1&&f.push(rR(R.isoSecond)+((H,F,P,$)=>_P(H*WA+F*Zf+P,$))(R.isoMillisecond,R.isoMicrosecond,R.isoNanosecond,A)),f.join(":")},Uf=function(R,A=0){if(A===1)return"";const[f,H]=qA(Math.abs(R),BH),[F,P]=qA(H,vH),[$,U]=qA(P,nR);return Vh(R)+rR(f)+":"+rR(F)+($||U?":"+rR($)+_P(U):"")},kP=function(R,A){if(A!==1){const f=XR(R);if(A>1||A===0&&f!==v)return Mh(f,A===2)}return""},Mh=function(R,A){return"["+(A?"!":"")+"u-ca="+R+"]"},_P=function(R,A){let f=i1(9,R);return f=A===void 0?f.replace(aL,""):f.slice(0,A),f?"."+f:""},Vh=function(R){return R<0?"-":"+"},Af=function(R,A){return R||A?R.toLocaleString("fullwide",{useGrouping:0}):""},m6=function(R,A){const{epochNanoseconds:f}=R,H=(A.getOffsetNanosecondsFor?A:A(R.timeZone)).getOffsetNanosecondsFor(f),F=uA(f,H);return{calendar:R.calendar,...F,offsetNanoseconds:H}},jh=function(R,A){const f=OR(A,R);return{calendar:A.calendar,...uR(vZ,f),offset:Uf(f.offsetNanoseconds),timeZone:A.timeZone}},Yf=function(R,A,f,H=0,F=0,P,$){if(f!==void 0&&H===1&&(H===1||$))return yP(A,f);const U=R.getPossibleInstantsFor(A);if(f!==void 0&&H!==3){const Y=((G,W,h,D)=>{const Z=yR(W);D&&(h=d1(h));for(let X of G){let L=sR(pR(X,Z));if(D&&(L=d1(L)),L===h)return X}})(U,A,f,P);if(Y!==void 0)return Y;if(H===0)throw new RangeError(DL)}return $?yR(A):xR(R,A,F,U)},xR=function(R,A,f=0,H=R.getPossibleInstantsFor(A)){if(H.length===1)return H[0];if(f===1)throw new RangeError(ZL);if(H.length)return H[f===3?1:0];const F=yR(A),P=((U,Y)=>{const G=U.getOffsetNanosecondsFor(bf(Y,-m));return oP(U.getOffsetNanosecondsFor(bf(Y,m))-G)})(R,F),$=P*(f===2?-1:1);return(H=R.getPossibleInstantsFor(uA(F,$)))[f===2?0:H.length-1]},aP=function(R){if(Math.abs(R)>=m)throw new RangeError(WL);return R},oP=function(R){if(R>m)throw new RangeError(hL);return R},rP=function(R,A,f){return IR(lR(Kf(A.epochNanoseconds,((H)=>{if(Oh(H))throw new RangeError(XL);return DR(H,5)})(R?SR(f):f))))},nP=function(R,A,f,H,F,P=Object.create(null)){const $=A(H.timeZone),U=R(H.calendar);return{...H,...f$($,U,H,f?SR(F):F,P)}},tP=function(R,A,f,H,F=Object.create(null)){const{calendar:P}=f;return $R(H$(R(P),f,A?SR(H):H,F),P)},eP=function(R,A,f,H,F){const{calendar:P}=f;return UR(ZH(R(P),f,A?SR(H):H,F),P)},R$=function(R,A,f,H,F=Object.create(null)){const P=f.calendar,$=R(P);let U=v0($,f);A&&(H=LH(H)),H.sign<0&&(U=$.dateAdd(U,{...LR,months:1}),U=Gf(U,-1));const Y=$.dateAdd(U,H,F);return ff(v0($,Y),P)},A$=function(R,A,f){return fA(Qh(A,R?SR(f):f)[0])},f$=function(R,A,f,H,F){const P=DR(H,5);let $=f.epochNanoseconds;if(Oh(H)){const U=OR(f,R);$=Kf(xR(R,{...ZH(A,U,{...H,...s$},F),...uR(FA,U)}),P)}else $=Kf($,P),g(F);return{epochNanoseconds:lR($)}},H$=function(R,A,f,H){const[F,P]=Qh(A,f);return VA({...ZH(R,A,{...f,...s$,days:f.days+P},H),...F})},ZH=function(R,A,f,H){if(f.years||f.months||f.weeks)return R.dateAdd(A,f,H);g(H);const F=f.days+DR(f,5)[0];return F?KA(Gf(A,F)):A},v0=function(R,A,f=1){return Gf(A,f-R.day(A))},Qh=function(R,A){const[f,H]=DR(A,5),[F,P]=fH(CA(R)+H);return[F,f+P]},Gf=function(R,A){return A?{...R,...HH(TR(R)+A*gR)}:R},IH=function(R,A,f){const H=R(f.calendar);return XH(f)?[f,H,A(f.timeZone)]:[{...f,...tR},H]},F$=function(R){return R?Fh:yR},JH=function(R){return R?O(f$,R):H$},P$=function(R){return R?O(i6,R):p6},XH=function(R){return R&&R.epochNanoseconds},B0=function(R,A){return R<=6-(XH(A)?1:0)},$$=function(R,A,f,H,F,P,$){const U=R(AA($).relativeTo),Y=Math.max(Hf(F),Hf(P));if(B0(Y,U))return k(sf(((L,q,j,Q)=>{const y=Kf(DR(L),DR(q),Q?-1:1);if(!Number.isFinite(y[0]))throw new RangeError(OH);return{...LR,...lf(y,j)}})(F,P,Y,H)));if(!U)throw new RangeError(SH);H&&(P=SR(P));const[G,W,h]=IH(A,f,U),D=JH(h),Z=P$(h),X=D(W,G,F);return k(Z(W,G,D(W,X,P),Y))},zh=function(R,A,f,H,F){const P=Hf(H),[$,U,Y,G,W]=((c,_,JR)=>{c=KP(c,o1);let WR=a$(c);const H0=JR(c[wZ]);let F0=BP(c);const VI=a0(c,7);let oA=_0(c);if(WR===void 0&&oA===void 0)throw new RangeError(LL);return oA==null&&(oA=0),WR==null&&(WR=Math.max(oA,_)),Rh(WR,oA),F0=wP(F0,oA,1),[WR,oA,F0,VI,H0]})(F,P,R),h=Math.max(P,$);if(!XH(W)&&h<=6)return k(sf(((c,_,JR,WR,H0)=>{const F0=WH(DR(c),JR,WR,H0);return{...LR,...lf(F0,_)}})(H,$,U,Y,G)));if(!W)throw new RangeError(SH);const[D,Z,X]=IH(A,f,W),L=F$(X),q=JH(X),j=P$(X),Q=q(Z,D,H);let y=j(Z,D,Q,$);const s=H.sign,l=mA(y);if(s&&l&&s!==l)throw new RangeError(l0);return l&&(y=GH(y,L(Q),$,U,Y,G,Z,D,L,q)),k(y)},yh=function(R){return R.sign===-1?LH(R):R},LH=function(R){return k(SR(R))},SR=function(R){const A={};for(let f of C)A[f]=-1*R[f]||0;return A},Eh=function(R){return!R.sign},mA=function(R,A=C){let f=0;for(let H of A){const F=Math.sign(R[H]);if(F){if(f&&f!==F)throw new RangeError(JL);f=F}}return f},sf=function(R){for(let A of yL)oR(A,R[A],-NW,NW,1);return Th(sR(DR(R),nR)),R},Th=function(R){if(!Number.isSafeInteger(R))throw new RangeError(IL)},DR=function(R,A=6){return OW(R,A,C)},lf=function(R,A=6){const[f,H]=R,F=t1(H,A,C);if(F[C[A]]+=f*(m/GA[A]),!Number.isFinite(F[C[A]]))throw new RangeError(OH);return F},qH=function(R,A=5){return t1(R,A,C)},Oh=function(R){return Boolean(mA(R,OZ))},Hf=function(R){let A=9;for(;A>0&&!R[C[A]];A--);return A},c6=function(R,A){return[R,A]},ZW=function(R){const A=Math.floor(R/m1)*m1;return[A,A+m1]},Sh=function(R){const A=cA(R=p1(R));if(!A)throw new RangeError(bR(R));let f;if(A.m)f=0;else{if(!A.offset)throw new RangeError(bR(R));f=df(A.offset)}return A.timeZone&&W$(A.timeZone,1),IR(yP(FH(A),f))},vh=function(R){const A=cA(e(R));if(!A)throw new RangeError(bR(R));if(A.timeZone)return mh(A,A.offset?df(A.offset):void 0);if(A.m)throw new RangeError(bR(R));return ih(A)},Bh=function(R,A){const f=cA(e(R));if(!f||!f.timeZone)throw new RangeError(bR(R));const{offset:H}=f,F=H?df(H):void 0,[,P,$]=u0(A);return mh(f,F,P,$)},df=function(R){const A=W$(R);if(A===void 0)throw new RangeError(bR(R));return A},wh=function(R){const A=cA(e(R));if(!A||A.m)throw new RangeError(bR(R));return $R(ch(A))},NH=function(R){const A=cA(e(R));if(!A||A.m)throw new RangeError(bR(R));return UR(A.p?ch(A):ih(A))},Kh=function(R,A){const f=Y$(e(A));if(f)return U$(f),ff(zP(Pf(f)));const H=NH(A);return ff(v0(R(H.calendar),H))},U$=function(R){if(R.calendar!==v)throw new RangeError(NA(R.calendar))},bh=function(R,A){const f=G$(e(A));if(f)return U$(f),l1(Pf(f));const H=NH(A),{calendar:F}=H,P=R(F),[$,U,Y]=P.h(H),[G,W]=P.I($,U),[h,D]=P.N(G,W,Y);return l1(KA(P.P(h,D,Y)),F)},gh=function(R){let A,f=((H)=>{const F=eL.exec(H);return F?(MH(F[10]),lh(F)):void 0})(e(R));if(!f){if(f=cA(R),!f)throw new RangeError(bR(R));if(!f.p)throw new RangeError(bR(R));if(f.m)throw new RangeError(NA("Z"));U$(f)}if((A=Y$(R))&&WW(A))throw new RangeError(bR(R));if((A=G$(R))&&WW(A))throw new RangeError(bR(R));return fA(PH(f,1))},Ch=function(R){const A=((f)=>{const H=f4.exec(f);return H?((F)=>{function P(W,h,D){let Z=0,X=0;if(D&&([Z,Y]=qA(Y,GA[D])),W!==void 0){if(U)throw new RangeError(NA(W));X=((L)=>{const q=parseInt(L);if(!Number.isFinite(q))throw new RangeError(NA(L));return q})(W),$=1,h&&(Y=h$(h)*(GA[D]/nR),U=1)}return Z+X}let $=0,U=0,Y=0,G={...uf(C,[P(F[2]),P(F[3]),P(F[4]),P(F[5]),P(F[6],F[7],5),P(F[8],F[9],4),P(F[10],F[11],3)]),...t1(Y,2,C)};if(!$)throw new RangeError(UZ(C));return D$(F[1])<0&&(G=SR(G)),G})(H):void 0})(e(R));if(!A)throw new RangeError(bR(R));return k(sf(A))},xh=function(R){const A=cA(R)||Y$(R)||G$(R);return A?A.calendar:R},uh=function(R){const A=cA(R);return A&&(A.timeZone||A.m&&Xf||A.offset)||R},mh=function(R,A,f=0,H=0){const F=VH(R.timeZone),P=uH(F);return qR(Yf(P,FH(R),A,f,H,!P.v,R.m),F,c0(R.calendar))},ch=function(R){return ph(VA(FH(R)))},ih=function(R){return ph(KA(Pf(R)))},ph=function(R){return{...R,calendar:c0(R.calendar)}},cA=function(R){const A=tL.exec(R);return A?((f)=>{const H=f[10],F=(H||"").toUpperCase()==="Z";return{isoYear:sh(f),isoMonth:parseInt(f[4]),isoDay:parseInt(f[5]),...lh(f.slice(5)),...MH(f[16]),p:Boolean(f[6]),m:F,offset:F?void 0:H}})(A):void 0},Y$=function(R){const A=rL.exec(R);return A?((f)=>({isoYear:sh(f),isoMonth:parseInt(f[4]),isoDay:1,...MH(f[5])}))(A):void 0},G$=function(R){const A=nL.exec(R);return A?((f)=>({isoYear:xf,isoMonth:parseInt(f[1]),isoDay:parseInt(f[2]),...MH(f[3])}))(A):void 0},W$=function(R,A){const f=R4.exec(R);return f?((H,F)=>{const P=H[4]||H[5];if(F&&P)throw new RangeError(NA(P));return aP((wf(H[2])*BH+wf(H[3])*vH+wf(H[4])*nR+h$(H[5]||""))*D$(H[1]))})(f,A):void 0},sh=function(R){const A=D$(R[1]),f=parseInt(R[2]||R[3]);if(A<0&&!f)throw new RangeError(NA(-0));return A*f},lh=function(R){const A=wf(R[3]);return{...fH(h$(R[4]||""))[0],isoHour:wf(R[1]),isoMinute:wf(R[2]),isoSecond:A===60?59:A}},MH=function(R){let A,f;const H=[];if(R.replace(A4,(F,P,$)=>{const U=Boolean(P),[Y,G]=$.split("=").reverse();if(G){if(G==="u-ca")H.push(Y),A||(A=U);else if(U||/[A-Z]/.test(G))throw new RangeError(NA(F))}else{if(f)throw new RangeError(NA(F));f=Y}return""}),H.length>1&&A)throw new RangeError(NA(R));return{timeZone:f,calendar:H[0]||v}},h$=function(R){return parseInt(R.padEnd(9,"0"))},kf=function(R){return new RegExp(`^${R}\$`,"i")},D$=function(R){return R&&R!=="+"?-1:1},wf=function(R){return R===void 0?0:parseInt(R)},dh=function(R){return VH(e(R))},VH=function(R){const A=Z$(R);return typeof A=="number"?Uf(A):A?((f)=>{if(F4.test(f))throw new RangeError(GL);return f.toLowerCase().split("/").map((H,F)=>(H.length<=3||/\d/.test(H))&&!/etc|yap/.test(H)?H.toUpperCase():H.replace(/baja|dumont|[a-z]+/g,(P,$)=>P.length<=2&&!F||P==="in"||P==="chat"?P.toUpperCase():P.length>2||!$?YW(P).replace(/island|noronha|murdo|rivadavia|urville/,YW):P)).join("/")})(R):Xf},IW=function(R){const A=Z$(R);return typeof A=="number"?A:A?A.resolvedOptions().timeZone:Xf},Z$=function(R){const A=W$(R=R.toUpperCase(),1);return A!==void 0?A:R!==Xf?H4(R):void 0},I$=function(R,A){return ER(R.epochNanoseconds,A.epochNanoseconds)},J$=function(R,A){return ER(R.epochNanoseconds,A.epochNanoseconds)},kh=function(R,A,f,H,F,P){const $=R(AA(P).relativeTo),U=Math.max(Hf(H),Hf(F));if(EW(C,H,F))return 0;if(B0(U,$))return ER(DR(H),DR(F));if(!$)throw new RangeError(SH);const[Y,G,W]=IH(A,f,$),h=F$(W),D=JH(W);return ER(h(D(G,Y,H)),h(D(G,Y,F)))},X$=function(R,A){return Wf(R,A)||jH(R,A)},Wf=function(R,A){return wA(TR(R),TR(A))},jH=function(R,A){return wA(CA(R),CA(A))},_h=function(R,A){return!I$(R,A)},ah=function(R,A){return!J$(R,A)&&!!QH(R.timeZone,A.timeZone)&&pf(R.calendar,A.calendar)},oh=function(R,A){return!X$(R,A)&&pf(R.calendar,A.calendar)},rh=function(R,A){return!Wf(R,A)&&pf(R.calendar,A.calendar)},nh=function(R,A){return!Wf(R,A)&&pf(R.calendar,A.calendar)},th=function(R,A){return!Wf(R,A)&&pf(R.calendar,A.calendar)},eh=function(R,A){return!jH(R,A)},QH=function(R,A){if(R===A)return 1;const f=XR(R),H=XR(A);if(f===H)return 1;try{return IW(f)===IW(H)}catch(F){}},L$=function(R,A,f,H){const F=cf(R,PR(H),3,5),P=zH(A.epochNanoseconds,f.epochNanoseconds,...F);return k(R?SR(P):P)},q$=function(R,A,f,H,F,P){const $=EH(H.calendar,F.calendar),U=PR(P),[Y,G,W,h]=cf(f,U,5),D=H.epochNanoseconds,Z=F.epochNanoseconds,X=ER(Z,D);let L;if(X)if(Y<6)L=zH(D,Z,Y,G,W,h);else{const q=A(((Q,y)=>{if(!QH(Q,y))throw new RangeError(ZZ);return Q})(H.timeZone,F.timeZone)),j=R($);L=AD(j,q,H,F,X,Y,U),L=GH(L,Z,Y,G,W,h,j,H,Fh,O(f$,q))}else L=LR;return k(f?SR(L):L)},N$=function(R,A,f,H,F){const P=EH(f.calendar,H.calendar),$=PR(F),[U,Y,G,W]=cf(A,$,6),h=yR(f),D=yR(H),Z=ER(D,h);let X;if(Z)if(U<=6)X=zH(h,D,U,Y,G,W);else{const L=R(P);X=fD(L,f,H,Z,U,$),X=GH(X,D,U,Y,G,W,L,f,yR,H$)}else X=LR;return k(A?SR(X):X)},M$=function(R,A,f,H,F){const P=EH(f.calendar,H.calendar),$=PR(F);return RD(A,()=>R(P),f,H,...cf(A,$,6,9,6),$)},V$=function(R,A,f,H,F){const P=EH(f.calendar,H.calendar),$=PR(F),U=cf(A,$,9,9,8),Y=R(P);return RD(A,()=>Y,v0(Y,f),v0(Y,H),...U,$)},RD=function(R,A,f,H,F,P,$,U,Y){const G=yR(f),W=yR(H);let h;if(ER(W,G))if(F===6)h=zH(G,W,F,P,$,U);else{const D=A();h=D.dateUntil(f,H,F,Y),P===6&&$===1||(h=GH(h,W,F,P,$,U,D,f,yR,ZH))}else h=LR;return k(R?SR(h):h)},j$=function(R,A,f,H){const F=PR(H),[P,$,U,Y]=cf(R,F,5,5),G=xA(Q$(A,f),m0($,U),Y),W={...LR,...qH(G,P)};return k(R?SR(W):W)},i6=function(R,A,f,H,F,P){const $=ER(H.epochNanoseconds,f.epochNanoseconds);return $?F<6?HD(f.epochNanoseconds,H.epochNanoseconds,F):AD(A,R,f,H,$,F,P):LR},p6=function(R,A,f,H,F){const P=yR(A),$=yR(f),U=ER($,P);return U?H<=6?HD(P,$,H):fD(R,A,f,U,H,F):LR},AD=function(R,A,f,H,F,P,$){const[U,Y,G]=((D,Z,X,L)=>{function q(){return _={...Gf(y,l++*-L),...Q},JR=xR(D,_),ER(s,JR)===-L}const j=OR(Z,D),Q=uR(FA,j),y=OR(X,D),s=X.epochNanoseconds;let l=0;const c=Q$(j,y);let _,JR;if(Math.sign(c)===-L&&l++,q()&&(L===-1||q()))throw new RangeError(l0);const WR=sR(pR(JR,s));return[j,_,WR]})(A,f,H,F);var W,h;return{...P===6?(W=U,h=Y,{...LR,days:FD(W,h)}):R.dateUntil(U,Y,P,$),...qH(G)}},fD=function(R,A,f,H,F,P){const[$,U,Y]=((G,W,h)=>{let D=W,Z=Q$(G,W);return Math.sign(Z)===-h&&(D=Gf(W,-h),Z+=m*h),[G,D,Z]})(A,f,H);return{...R.dateUntil($,U,F,P),...qH(Y)}},zH=function(R,A,f,H,F,P){return{...LR,...lf(WH(pR(R,A),H,F,P),f)}},HD=function(R,A,f){return{...LR,...lf(pR(R,A),f)}},FD=function(R,A){return yH(TR(R),TR(A))},yH=function(R,A){return Math.trunc((A-R)/gR)},Q$=function(R,A){return CA(A)-CA(R)},EH=function(R,A){if(!pf(R,A))throw new RangeError(u$);return R},s6=function(R){function A(F){return((P,$)=>({...PD(P,$),F:P.month,day:parseInt(P.day)}))(QP(f,F),H)}const f=e$(R),H=_1(R);return{id:R,O:l6(A),B:d6(A)}},l6=function(R){return CR((A)=>{const f=TR(A);return R(f)},WeakMap)},d6=function(R){const A=R(0).year-BL;return CR((f)=>{let H,F=mf(f-A);const P=[],$=[];do F+=400*gR;while((H=R(F)).year<=f);do F+=(1-H.day)*gR,H.year===f&&(P.push(F),$.push(H.F)),F-=gR;while((H=R(F)).year>=f);return{k:P.reverse(),C:XZ($.reverse())}})},PD=function(R,A){let f,H,F=$D(R);if(R.era){const P=yZ[A];P!==void 0&&(f=A==="islamic"?"ah":R.era.normalize("NFD").toLowerCase().replace(/[^a-z0-9]/g,""),f==="bc"||f==="b"?f="bce":f!=="ad"&&f!=="a"||(f="ce"),H=F,F=hD(H,P[f]||0))}return{era:f,eraYear:H,year:F}},$D=function(R){return parseInt(R.relatedYear||R.year)},UP=function(R){const{year:A,F:f,day:H}=this.O(R),{C:F}=this.B(A);return[A,F[f]+1,H]},w0=function(R,A=1,f=1){return this.B(R).k[A-1]+(f-1)*gR},C1=function(R){const A=XW(this,R),f=XW(this,R-1),H=A.length;if(H>f.length){const F=DD(this);if(F<0)return-F;for(let P=0;P<H;P++)if(A[P]!==f[P])return P+1}},x1=function(R){return yH(w0.call(this,R),w0.call(this,R+1))},JW=function(R,A){const{k:f}=this.B(R);let H=A+1,F=f;return H>f.length&&(H=1,F=this.B(R+1).k),yH(f[A-1],F[H-1])},u1=function(R){return this.B(R).k.length},XW=function(R,A){return Object.keys(R.B(A).C)},UD=function(R){return c0(e(R))},c0=function(R){if((R=R.toLowerCase())!==v&&R!==KH&&_1(R)!==_1(e$(R).resolvedOptions().calendar))throw new RangeError(YL(R));return R},_1=function(R){return R==="islamicc"&&(R="islamic"),R.split("-")[0]},YD=function(R){return this.R(R)[0]},GD=function(R){return this.R(R)[1]},z$=function(R){const[A]=this.h(R);return yH(this.q(A),TR(R))+1},WD=function(R){const A=$4.exec(R);if(!A)throw new RangeError($L(R));return[parseInt(A[1]),Boolean(A[2])]},a1=function(R,A,f){return R+(A||f&&R>=f?1:0)},YP=function(R,A){return R-(A&&R>=A?1:0)},hD=function(R,A){return(A+R)*(Math.sign(A)||1)||0},GP=function(R){return yZ[ZD(R)]},DD=function(R){return jL[ZD(R)]},ZD=function(R){return _1(R.id||v)},ID=function(R,A,f,H){const F=iA(f,H,HA,[],VZ);if(F.timeZone!==void 0){const P=f.dateFromFields(F),$=hf(F),U=R(F.timeZone);return{epochNanoseconds:Yf(A(U),{...P,...$},F.offset!==void 0?df(F.offset):void 0),timeZone:U}}return{...f.dateFromFields(F),...tR}},JD=function(R,A,f,H,F,P){const $=iA(f,F,HA,NZ,VZ),U=R($.timeZone),[Y,G,W]=u0(P),h=f.dateFromFields($,UH(P,Y)),D=hf($,Y);return qR(Yf(A(U),{...h,...D},$.offset!==void 0?df($.offset):void 0,G,W),U,H)},XD=function(R,A,f){const H=iA(R,A,HA,[],zA),F=g(f);return $R(VA({...R.dateFromFields(H,UH(f,F)),...hf(H,F)}))},y$=function(R,A,f,H=[]){const F=iA(R,A,HA,H);return R.dateFromFields(F,f)},E$=function(R,A,f,H){const F=iA(R,A,i$,H);return R.yearMonthFromFields(F,f)},T$=function(R,A,f,H,F=[]){const P=iA(R,f,HA,F);return A&&P.month!==void 0&&P.monthCode===void 0&&P.year===void 0&&(P.year=xf),R.monthDayFromFields(P,H)},LD=function(R,A){const f=g(A);return fA(hf(YA(R,hP,[],1),f))},qD=function(R){const A=YA(R,p$);return k(sf({...LR,...A}))},iA=function(R,A,f,H=[],F=[]){return YA(A,[...R.fields(f),...F].sort(),H)},YA=function(R,A,f,H=!f){const F={};let P,$=0;for(let U of A){if(U===P)throw new RangeError(RL(U));if(U==="constructor"||U==="__proto__")throw new RangeError(C$(U));let Y=R[U];if(Y!==void 0)$=1,MW[U]&&(Y=MW[U](Y,U)),F[U]=Y;else if(f){if(f.includes(U))throw new TypeError(g$(U));F[U]=zZ[U]}P=U}if(H&&!$)throw new TypeError(UZ(A));return F},hf=function(R,A){return PH(W4({...zZ,...R}),A)},ND=function(R,A,f,H,F,P){const $=PR(P),{calendar:U,timeZone:Y}=f;return qR(((G,W,h,D,Z)=>{const X=i0(G,h,D,HA,MZ,qZ),[L,q,j]=u0(Z,2);return Yf(W,{...G.dateFromFields(X,UH(Z,L)),...hf(X,L)},df(X.offset),q,j)})(R(U),A(Y),H,F,$),Y,U)},MD=function(R,A,f,H,F){const P=PR(F);return $R((($,U,Y,G)=>{const W=i0($,U,Y,HA,zA),h=g(G);return VA({...$.dateFromFields(W,UH(G,h)),...hf(W,h)})})(R(A.calendar),f,H,P))},VD=function(R,A,f,H,F){const P=PR(F);return(($,U,Y,G)=>{const W=i0($,U,Y,HA);return $.dateFromFields(W,G)})(R(A.calendar),f,H,P)},jD=function(R,A,f,H,F){const P=PR(F);return ff((($,U,Y,G)=>{const W=i0($,U,Y,i$);return $.yearMonthFromFields(W,G)})(R(A.calendar),f,H,P))},QD=function(R,A,f,H,F){const P=PR(F);return(($,U,Y,G)=>{const W=i0($,U,Y,HA);return $.monthDayFromFields(W,G)})(R(A.calendar),f,H,P)},zD=function(R,A,f){return fA(((H,F,P)=>{const $=g(P);return hf({...uR(hP,H),...YA(F,hP)},$)})(R,A,f))},yD=function(R,A){return k((f=R,H=A,sf({...f,...YA(H,p$)})));var f,H},i0=function(R,A,f,H,F=[],P=[]){const $=[...R.fields(H),...F].sort();let U=YA(A,$,P);const Y=YA(f,$);return U=R.mergeFields(U,Y),YA(U,$,[])},O$=function(R,A){const f=iA(R,A,QZ);return R.monthDayFromFields(f)},S$=function(R,A,f){const H=iA(R,A,jZ);return R.yearMonthFromFields(H,f)},ED=function(R,A,f,H,F){A=uR(f=R.fields(f),A),H=YA(H,F=R.fields(F),[]);let P=R.mergeFields(A,H);return P=YA(P,[...f,...F].sort(),[]),R.dateFromFields(P)},fP=function(R,A){let{era:f,eraYear:H,year:F}=A;const P=GP(R);if(f!==void 0||H!==void 0){if(f===void 0||H===void 0)throw new TypeError(fL);if(!P)throw new RangeError(AL);const $=P[f];if($===void 0)throw new RangeError(FL(f));const U=hD(H,$);if(F!==void 0&&F!==U)throw new RangeError(HL);F=U}else if(F===void 0)throw new TypeError(PL(P));return F},HP=function(R,A,f,H){let{month:F,monthCode:P}=A;if(P!==void 0){const $=((U,Y,G,W)=>{const h=U.U(G),[D,Z]=WD(Y);let X=a1(D,Z,h);if(Z){const L=DD(U);if(L===void 0)throw new RangeError(T0);if(L>0){if(X>L)throw new RangeError(T0);if(h===void 0){if(W===1)throw new RangeError(T0);X--}}else{if(X!==-L)throw new RangeError(T0);if(h===void 0&&W===1)throw new RangeError(T0)}}return X})(R,P,f,H);if(F!==void 0&&F!==$)throw new RangeError(hZ);F=$,H=1}else if(F===void 0)throw new TypeError(UL);return oR("month",F,1,R.L(f),H)},LW=function(R,A,f,H,F){return KR(A,"day",1,R.j(H,f),F)},FP=function(R,A,f,H){let F=0;const P=[];for(let $ of f)A[$]!==void 0?F=1:P.push($);if(Object.assign(R,A),F)for(let $ of H||P)delete R[$]},TD=function(R){return IR(lR(AH(RH(R))))},OD=function(R,A,f,H,F=v){return qR(lR(AH(RH(f))),A(H),R(F))},SD=function(R,A,f,H,F=0,P=0,$=0,U=0,Y=0,G=0,W=v){return $R(VA(FH(eR(zR,uf(bH,[A,f,H,F,P,$,U,Y,G])))),R(W))},vD=function(R,A,f,H,F=v){return UR(KA(Pf(eR(zR,{isoYear:A,isoMonth:f,isoDay:H}))),R(F))},BD=function(R,A,f,H=v,F=1){const P=zR(A),$=zR(f),U=R(H);return ff(zP(Pf({isoYear:P,isoMonth:$,isoDay:zR(F)})),U)},wD=function(R,A,f,H=v,F=xf){const P=zR(A),$=zR(f),U=R(H);return l1(KA(Pf({isoYear:zR(F),isoMonth:P,isoDay:$})),U)},KD=function(R=0,A=0,f=0,H=0,F=0,P=0){return fA(PH(eR(zR,uf(FA,[R,A,f,H,F,P])),1))},bD=function(R=0,A=0,f=0,H=0,F=0,P=0,$=0,U=0,Y=0,G=0){return k(sf(eR(uW,uf(C,[R,A,f,H,F,P,$,U,Y,G]))))},v$=function(R,A,f=v){return qR(R.epochNanoseconds,A,f)},gD=function(R){return IR(R.epochNanoseconds)},B$=function(R,A){return $R(OR(A,R))},w$=function(R,A){return UR(OR(A,R))},CD=function(R,A,f){return S$(R(A.calendar),f)},xD=function(R,A,f){return O$(R(A.calendar),f)},K$=function(R,A){return fA(OR(A,R))},uD=function(R,A,f,H){const F=((P,$,U,Y)=>{const G=OP(Y);return xR(P($),U,G)})(R,f,A,H);return qR(lR(F),f,A.calendar)},mD=function(R,A,f){const H=R(A.calendar);return ff({...A,...S$(H,f)})},cD=function(R,A,f){return O$(R(A.calendar),f)},iD=function(R,A,f,H,F){const P=R(F.timeZone),$=F.plainTime,U=$!==void 0?A($):tR;return qR(xR(f(P),{...H,...U}),P,H.calendar)},pD=function(R,A=tR){return $R(VA({...R,...A}))},sD=function(R,A,f){return S$(R(A.calendar),f)},lD=function(R,A,f){return O$(R(A.calendar),f)},dD=function(R,A,f,H){return((F,P,$)=>ED(F,P,jZ,MA($),k0))(R(A.calendar),f,H)},kD=function(R,A,f,H){return((F,P,$)=>ED(F,P,QZ,MA($),wH))(R(A.calendar),f,H)},_D=function(R,A,f,H,F){const P=MA(F),$=A(P.plainDate),U=R(P.timeZone);return qR(xR(f(U),{...$,...H}),U,$.calendar)},aD=function(R,A){return $R(VA({...R,...A}))},oD=function(R){return IR(lR(gf(R,nR)))},rD=function(R){return IR(lR(gf(R,WA)))},nD=function(R){return IR(lR(AH(RH(R),Zf)))},tD=function(R){return IR(lR(AH(RH(R))))},eD=function(R,A,f=tR){const H=A.timeZone,F=R(H),P={...OR(A,F),...f};return qR(Yf(F,P,P.offsetNanoseconds,2),H,A.calendar)},RZ=function(R,A,f){const H=A.timeZone,F=R(H),P={...OR(A,F),...f},$=FZ(A.calendar,f.calendar);return qR(Yf(F,P,P.offsetNanoseconds,2),H,$)},AZ=function(R,A=tR){return $R({...R,...A})},fZ=function(R,A){return $R({...R,...A},FZ(R.calendar,A.calendar))},TH=function(R,A){return{...R,calendar:A}},HZ=function(R,A){return{...R,timeZone:A}},FZ=function(R,A){if(R===A)return R;const f=XR(R),H=XR(A);if(f===H||f===v)return A;if(H===v)return R;throw new RangeError(u$)},k6=function(R,A){return(f)=>f===v?R:f===KH||f===Cf?Object.assign(Object.create(R),{id:f}):Object.assign(Object.create(A),P4(f))},Df=function(R,A,f){const H=new Set(f);return(F)=>(((P,$)=>{for(let U of $)if(U in P)return 1;return 0})(F=JP(H,F),R)||Object.assign(F,A),f&&(F.timeZone=Xf,["full","long"].includes(F.timeStyle)&&(F.timeStyle="medium")),F)},jA=function(R,A=b$){const[f,,,H]=R;return(F,P=E4,...$)=>{const U=A(H&&H(...$),F,P,f),Y=U.resolvedOptions();return[U,..._6(R,Y,$)]}},b$=function(R,A,f,H){if(f=H(f),R){if(f.timeZone!==void 0)throw new TypeError(NL);f.timeZone=R}return new pA(A,f)},_6=function(R,A,f){const[,H,F]=R;return f.map((P)=>(P.calendar&&(($,U,Y)=>{if((Y||$!==v)&&$!==U)throw new RangeError(u$)})(XR(P.calendar),A.calendar,F),H(P,A)))},_f=function(R){const A=p0();return uA(A,R.getOffsetNanosecondsFor(A))},p0=function(){return gf(Date.now(),WA)},QA=function(){return jW||(jW=new pA().resolvedOptions().timeZone)},a6=(R,A)=>`Non-integer ${R}: ${A}`,o6=(R,A)=>`Non-positive ${R}: ${A}`,r6=(R,A)=>`Non-finite ${R}: ${A}`,n6=(R)=>`Cannot convert bigint to ${R}`,t6=(R)=>`Invalid bigint: ${R}`,e6="Cannot convert Symbol to string",PZ="Invalid object",$Z=(R,A,f,H,F)=>F?$Z(R,F[A],F[f],F[H]):s0(R,A)+`; must be between ${f}-${H}`,s0=(R,A)=>`Invalid ${R}: ${A}`,g$=(R)=>`Missing ${R}`,C$=(R)=>`Invalid field ${R}`,RL=(R)=>`Duplicate field ${R}`,UZ=(R)=>"No valid fields: "+R.join(),YZ="Invalid bag",GZ=(R,A,f)=>s0(R,A)+"; must be "+Object.keys(f).join(),WZ="Cannot use valueOf",x$="Invalid calling context",AL="Forbidden era/eraYear",fL="Mismatching era/eraYear",HL="Mismatching year/eraYear",FL=(R)=>`Invalid era: ${R}`,PL=(R)=>"Missing year"+(R?"/era/eraYear":""),$L=(R)=>`Invalid monthCode: ${R}`,hZ="Mismatching month/monthCode",UL="Missing month/monthCode",qW="Cannot guess year",T0="Invalid leap month",DZ="Invalid protocol",l0="Invalid protocol results",u$="Mismatching Calendars",YL=(R)=>`Invalid Calendar: ${R}`,ZZ="Mismatching TimeZones",GL="Forbidden ICU TimeZone",WL="Out-of-bounds offset",hL="Out-of-bounds TimeZone gap",DL="Invalid TimeZone offset",ZL="Ambiguous offset",OH="Out-of-bounds date",IL="Out-of-bounds duration",JL="Cannot mix duration signs",SH="Missing relativeTo",XL="Cannot use large units",LL="Required smallestUnit or largestUnit",qL="smallestUnit > largestUnit",bR=(R)=>`Cannot parse: ${R}`,NA=(R)=>`Invalid substring: ${R}`,IZ=(R)=>`Cannot format ${R}`,JZ="Mismatching types for formatting",NL="Cannot specify TimeZone",XZ=O(g0,(R,A)=>A),af=O(g0,(R,A,f)=>f),rR=O(i1,2),WP={nanosecond:0,microsecond:1,millisecond:2,second:3,minute:4,hour:5,day:6,week:7,month:8,year:9},d0=Object.keys(WP),gR=86400000,LZ=1000,Zf=1000,WA=1e6,nR=1e9,vH=60000000000,BH=3600000000000,m=86400000000000,GA=[1,Zf,WA,nR,vH,BH,m],zA=d0.slice(0,6),hP=C0(zA),qZ=["offset"],NZ=["timeZone"],MZ=zA.concat(qZ),VZ=MZ.concat(NZ),DP=["era","eraYear"],ML=DP.concat(["year"]),wH=["year"],m$=["monthCode"],c$=["month"].concat(m$),k0=["day"],i$=c$.concat(wH),jZ=m$.concat(wH),HA=k0.concat(i$),VL=k0.concat(c$),QZ=k0.concat(m$),zZ=af(zA,0),v="iso8601",KH="gregory",Cf="japanese",yZ={[KH]:{bce:-1,ce:0},[Cf]:{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}},jL={chinese:13,dangi:13,hebrew:-6},e=O(e1,"string"),EZ=O(e1,"boolean"),QL=O(e1,"number"),TZ=O(e1,"function"),C=d0.map((R)=>R+"s"),p$=C0(C),zL=C.slice(0,6),OZ=C.slice(6),yL=OZ.slice(1),EL=XZ(C),LR=af(C,0),s$=af(zL,0),l$=O(TW,C),FA=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],d$=["isoDay","isoMonth","isoYear"],bH=FA.concat(d$),k$=C0(d$),SZ=C0(FA),vZ=C0(bH),tR=af(SZ,0),TL=O(TW,bH),pA=Intl.DateTimeFormat,BZ="en-GB",_$=1e8,OL=_$*gR,SL=[_$,0],vL=[-_$,0],K0=275760,b0=-271821,BL=1970,xf=1972,LA=12,wL=mf(1868,9,8),KL=CR(K6,WeakMap),o1="smallestUnit",ZP="unit",S0="roundingIncrement",PP="fractionalSecondDigits",wZ="relativeTo",KZ={constrain:0,reject:1},bL=Object.keys(KZ),gL={compatible:0,reject:1,earlier:2,later:3},CL={reject:0,use:1,prefer:2,ignore:3},xL={auto:0,never:1,critical:2,always:3},uL={auto:0,never:1,critical:2},mL={auto:0,never:1},cL={floor:0,halfFloor:1,ceil:2,halfCeil:3,trunc:4,halfTrunc:5,expand:6,halfExpand:7,halfEven:8},_0=O(bP,o1),a$=O(bP,"largestUnit"),iL=O(bP,ZP),bZ=O($f,"overflow",KZ),gZ=O($f,"disambiguation",gL),pL=O($f,"offset",CL),o$=O($f,"calendarName",xL),sL=O($f,"timeZoneName",uL),lL=O($f,"offset",mL),a0=O($f,"roundingMode",cL),of="PlainYearMonth",rf="PlainMonthDay",If="PlainDate",Jf="PlainDateTime",gH="PlainTime",yA="ZonedDateTime",CH="Instant",xH="Duration",dL=[Math.floor,(R)=>g1(R)?Math.floor(R):Math.round(R),Math.ceil,(R)=>g1(R)?Math.ceil(R):Math.round(R),Math.trunc,(R)=>g1(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)=>g1(R)?(R=Math.trunc(R)||0)+R%2:Math.round(R)],Xf="UTC",m1=5184000,kL=s1(1847),_L=s1((new Date()).getUTCFullYear()+10),aL=/0+$/,OR=CR(m6,WeakMap),NW=4294967295,uH=CR((R)=>{const A=Z$(R);return typeof A=="object"?new xZ(A):new CZ(A||0)});class CZ{constructor(R){this.v=R}getOffsetNanosecondsFor(){return this.v}getPossibleInstantsFor(R){return[yP(R,this.v)]}l(){}}class xZ{constructor(R){this.$=((A)=>{function f(Y){const G=$P(Y,$,U),[W,h]=ZW(G),D=F(W),Z=F(h);return D===Z?D:H(P(W,h),D,Z,Y)}function H(Y,G,W,h){let D,Z;for(;(h===void 0||(D=h<Y[0]?G:h>=Y[1]?W:void 0)===void 0)&&(Z=Y[1]-Y[0]);){const X=Y[0]+Math.floor(Z/2);A(X)===W?Y[1]=X:Y[0]=X+1}return D}const F=CR(A),P=CR(c6);let $=kL,U=_L;return{G(Y){const G=f(Y-86400),W=f(Y+86400),h=Y-G,D=Y-W;if(G===W)return[h];const Z=f(h);return Z===f(D)?[Y-Z]:G>W?[h,D]:[]},V:f,l(Y,G){const W=$P(Y,$,U);let[h,D]=ZW(W);const Z=m1*G,X=G<0?()=>D>$||($=W,0):()=>h<U||(U=W,0);for(;X();){const L=F(h),q=F(D);if(L!==q){const j=P(h,D);H(j,L,q);const Q=j[0];if((wA(Q,Y)||1)===G)return Q}h+=Z,D+=Z}}}})(((A)=>(f)=>{const H=QP(A,f*LZ);return s1($D(H),parseInt(H.month),parseInt(H.day),parseInt(H.hour),parseInt(H.minute),parseInt(H.second))-f})(R))}getOffsetNanosecondsFor(R){return this.$.V(iW(R))*nR}getPossibleInstantsFor(R){const[A,f]=[s1((H=R).isoYear,H.isoMonth,H.isoDay,H.isoHour,H.isoMinute,H.isoSecond),H.isoMillisecond*WA+H.isoMicrosecond*Zf+H.isoNanosecond];var H;return this.$.G(A).map((F)=>lR(bf(gf(F,nR),f)))}l(R,A){const[f,H]=pW(R),F=this.$.l(f+(A>0||H?1:0),A);if(F!==void 0)return gf(F,nR)}}var r$="([+\u2212-])",c1="(?:[.,](\\d{1,9}))?",uZ=`(?:(?:${r$}(\\d{6}))|(\\d{4}))-?(\\d{2})`,n$="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+c1+")?)?",t$=r$+n$,oL=uZ+"-?(\\d{2})(?:[T ]"+n$+"(Z|"+t$+")?)?",mZ="\\[(!?)([^\\]]*)\\]",mH=`((?:${mZ}){0,9})`,rL=kf(uZ+mH),nL=kf("(?:--)?(\\d{2})-?(\\d{2})"+mH),tL=kf(oL+mH),eL=kf("T?"+n$+"(?:"+t$+")?"+mH),R4=kf(t$),A4=new RegExp(mZ,"g"),f4=kf(`${r$}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${c1}H)?(?:(\\d+)${c1}M)?(?:(\\d+)${c1}S)?)?`),H4=CR((R)=>new pA(BZ,{timeZone:R,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),F4=/^(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$/,P4=CR(s6),e$=CR((R)=>new pA(BZ,{calendar:R,timeZone:Xf,era:"short",year:"numeric",month:"short",day:"numeric"})),$4=/^M(\d{2})(L?)$/,U4={era:p1,eraYear:zR,year:zR,month:GW,monthCode:p1,day:GW},Y4=af(zA,zR),G4=af(C,uW),MW=Object.assign({},U4,Y4,G4,{offset:p1}),W4=O(w6,zA,FA),VW={dateAdd(R,A,f){const H=g(f);let F,{years:P,months:$,weeks:U,days:Y}=A;if(Y+=DR(A,5)[0],P||$)F=((G,W,h,D,Z)=>{let[X,L,q]=G.h(W);if(h){const[j,Q]=G.I(X,L);X+=h,L=a1(j,Q,G.U(X)),L=oR("month",L,1,G.L(X),Z)}return D&&([X,L]=G._(X,L,D)),q=oR("day",q,1,G.j(X,L),Z),G.q(X,L,q)})(this,R,P,$,H);else{if(!U&&!Y)return R;F=TR(R)}return F+=(7*U+Y)*gR,KA(HH(F))},dateUntil(R,A,f){if(f<=7){let Y=0,G=FD({...R,...tR},{...A,...tR});return f===7&&([Y,G]=gA(G,7)),{...LR,weeks:Y,days:G}}const H=this.h(R),F=this.h(A);let[P,$,U]=((Y,G,W,h,D,Z,X)=>{let L=D-G,q=Z-W,j=X-h;if(L||q){const Q=Math.sign(L||q);let y=Y.j(D,Z),s=0;if(Math.sign(j)===-Q){const l=y;[D,Z]=Y._(D,Z,-Q),L=D-G,q=Z-W,y=Y.j(D,Z),s=Q<0?-l:y}if(j=X-Math.min(h,y)+s,L){const[l,c]=Y.I(G,W),[_,JR]=Y.I(D,Z);if(q=_-l||Number(JR)-Number(c),Math.sign(q)===-Q){const WR=Q<0&&-Y.L(D);L=(D-=Q)-G,q=Z-a1(l,c,Y.U(D))+(WR||Y.L(D))}}}return[L,q,j]})(this,...H,...F);return f===8&&($+=this.J(P,H[0]),P=0),{...LR,years:P,months:$,days:U}},dateFromFields(R,A){const f=g(A),H=fP(this,R),F=HP(this,R,H,f),P=LW(this,R,F,H,f);return UR(KA(this.P(H,F,P)),this.id||v)},yearMonthFromFields(R,A){const f=g(A),H=fP(this,R),F=HP(this,R,H,f);return ff(zP(this.P(H,F,1)),this.id||v)},monthDayFromFields(R,A){const f=g(A),H=!this.id,{monthCode:F,year:P,month:$}=R;let U,Y,G,W,h;if(F!==void 0){[U,Y]=WD(F),h=QW(R,"day");const D=this.N(U,Y,h);if(!D)throw new RangeError(qW);if([G,W]=D,$!==void 0&&$!==W)throw new RangeError(hZ);H&&(W=oR("month",W,1,LA,1),h=oR("day",h,1,EP(P!==void 0?P:G,W),f))}else{G=P===void 0&&H?xf:fP(this,R),W=HP(this,R,G,f),h=LW(this,R,W,G,f);const D=this.U(G);Y=W===D,U=YP(W,D);const Z=this.N(U,Y,h);if(!Z)throw new RangeError(qW);[G,W]=Z}return l1(KA(this.P(G,W,h)),this.id||v)},fields(R){return GP(this)&&R.includes("year")?[...R,...DP]:R},mergeFields(R,A){const f=Object.assign(Object.create(null),R);return FP(f,A,c$),GP(this)&&(FP(f,A,ML),this.id===Cf&&FP(f,A,VL,DP)),f},inLeapYear(R){const[A]=this.h(R);return this.K(A)},monthsInYear(R){const[A]=this.h(R);return this.L(A)},daysInMonth(R){const[A,f]=this.h(R);return this.j(A,f)},daysInYear(R){const[A]=this.h(R);return this.X(A)},dayOfYear:z$,era(R){return this.ee(R)[0]},eraYear(R){return this.ee(R)[1]},monthCode(R){const[A,f]=this.h(R),[H,F]=this.I(A,f);return((P,$)=>"M"+rR(P)+($?"L":""))(H,F)},dayOfWeek:_W,daysInWeek(){return 7}},h4={dayOfYear:z$,h:lW,q:mf},D4=Object.assign({},h4,{weekOfYear:YD,yearOfWeek:GD,R(R){function A(Z){return(7-Z<H?7:0)-Z}function f(Z){const X=kW(D+Z),L=Z||1,q=A(O0(Y+X*L,7));return W=(X+(q-G)*L)/7}const H=this.id?1:4,F=_W(R),P=this.dayOfYear(R),$=O0(F-1,7),U=P-1,Y=O0($-U,7),G=A(Y);let W,h=Math.floor((U-G)/7)+1,D=R.isoYear;return h?h>f(0)&&(h=1,D++):(h=f(-1),D--),[h,D,W]}}),Z4={dayOfYear:z$,h:UP,q:w0,weekOfYear:YD,yearOfWeek:GD,R(){return[]}},nf=k6(Object.assign({},VW,D4,{h:lW,ee(R){return this.id===KH?aW(R):this.id===Cf?KL(R):[]},I:(R,A)=>[A,0],N(R,A){if(!A)return[xf,R]},K:TP,U(){},L:dW,J:(R)=>R*LA,j:EP,X:kW,P:(R,A,f)=>({isoYear:R,isoMonth:A,isoDay:f}),q:mf,_:(R,A,f)=>(R+=n1(f,LA),(A+=LP(f,LA))<1?(R--,A+=LA):A>LA&&(R++,A-=LA),[R,A]),year(R){return R.isoYear},month(R){return R.isoMonth},day:(R)=>R.isoDay}),Object.assign({},VW,Z4,{h:UP,ee(R){const A=this.O(R);return[A.era,A.eraYear]},I(R,A){const f=C1.call(this,R);return[YP(A,f),f===A]},N(R,A,f){let[H,F,P]=UP.call(this,{isoYear:xf,isoMonth:LA,isoDay:31});const $=C1.call(this,H),U=F===$;(wA(R,YP(F,$))||wA(Number(A),Number(U))||wA(f,P))===1&&H--;for(let Y=0;Y<100;Y++){const G=H-Y,W=C1.call(this,G),h=a1(R,A,W);if(A===(h===W)&&f<=JW.call(this,G,h))return[G,h]}},K(R){const A=x1.call(this,R);return A>x1.call(this,R-1)&&A>x1.call(this,R+1)},U:C1,L:u1,J(R,A){const f=A+R,H=Math.sign(R),F=H<0?-1:0;let P=0;for(let $=A;$!==f;$+=H)P+=u1.call(this,$+F);return P},j:JW,X:x1,P(R,A,f){return HH(w0.call(this,R,A,f))},q:w0,_(R,A,f){if(f){if(A+=f,!Number.isSafeInteger(A))throw new RangeError(OH);if(f<0)for(;A<1;)A+=u1.call(this,--R);else{let H;for(;A>(H=u1.call(this,R));)A-=H,R++}}return[R,A]},year(R){return this.O(R).year},month(R){const{year:A,F:f}=this.O(R),{C:H}=this.B(A);return H[f]+1},day(R){return this.O(R).day}})),bA="numeric",tf=["timeZoneName"],cZ={month:bA,day:bA},RU={year:bA,month:bA},AU=Object.assign({},RU,{day:bA}),fU={hour:bA,minute:bA,second:bA},HU=Object.assign({},AU,fU),I4=Object.assign({},HU,{timeZoneName:"short"}),J4=Object.keys(RU),X4=Object.keys(cZ),L4=Object.keys(AU),q4=Object.keys(fU),FU=["dateStyle"],N4=J4.concat(FU),M4=X4.concat(FU),PU=L4.concat(FU,["weekday"]),o0=q4.concat(["dayPeriod","timeStyle"]),$U=PU.concat(o0),V4=$U.concat(tf),j4=tf.concat(o0),Q4=tf.concat(PU),z4=tf.concat(["day","weekday"],o0),y4=tf.concat(["year","weekday"],o0),E4={},UU=[Df($U,HU),YH],iZ=[Df(V4,I4),YH,0,(R,A)=>{const f=XR(R.timeZone);if(A&&XR(A.timeZone)!==f)throw new RangeError(ZZ);return f}],YU=[Df($U,HU,tf),TR],GU=[Df(PU,AU,j4),TR],WU=[Df(o0,fU,Q4),(R)=>CA(R)/WA],hU=[Df(N4,RU,z4),TR,1],DU=[Df(M4,cZ,y4),TR,1],jW;var B4={Instant:UU,PlainDateTime:YU,PlainDate:GU,PlainTime:WU,PlainYearMonth:hU,PlainMonthDay:DU},w4=jA(UU),K4=jA(iZ),b4=jA(YU),g4=jA(GU),C4=jA(WU),x4=jA(hU),u4=jA(DU),LU={era:wW,eraYear:qP,year:x0,month:RA,daysInMonth:RA,daysInYear:RA,inLeapYear:EZ,monthsInYear:RA},sH={monthCode:e},qU={day:RA},tZ={dayOfWeek:RA,dayOfYear:RA,weekOfYear:KW,yearOfWeek:qP,daysInWeek:RA},eZ=Object.assign({},LU,sH,qU,tZ),pH=new WeakMap,VR=pH.get.bind(pH),dZ=pH.set.bind(pH),m4={...cH(LU,[of]),...cH(tZ,[]),...cH(sH,[of,rf]),...cH(qU,[rf])},NU=JU(eZ),c4=JU({...LU,...sH}),i4=JU({...sH,...qU}),e0={calendarId:(R)=>XR(R.calendar)},p4=eR((R,A)=>function(f){const{i:H}=this;return R(H[A](AR(UR(f,H))))},eZ),s4=g0((R)=>(A)=>A[R],C.concat("sign")),MU=g0((R,A)=>(f)=>f[FA[A]],zA),RI={epochSeconds:Ah,epochMilliseconds:YH,epochMicroseconds:fh,epochNanoseconds:Hh},R1=O(JP,new Set(["branding"])),[l4,A0,d4]=ZA(rf,O(wD,MR),{...e0,...i4},{getISOFields:R1,getCalendar:n0,with(R,A,f){return A0(QD($q,R,this,f0(A),f))},equals:(R,A)=>th(R,pZ(A)),toPlainDate(R,A){return AR(kD(A1,R,this,A))},toLocaleString(R,A,f){const[H,F]=u4(A,f,R);return H.format(F)},toString:sP,toJSON:(R)=>sP(R),valueOf:_A},{from:(R,A)=>A0(pZ(R,A))}),AI={getOffsetNanosecondsFor:oZ,getPossibleInstantsFor(R,A,f){const H=[...A.call(R,NR($R(f,v)))].map((P)=>_4(P).epochNanoseconds),F=H.length;return F>1&&(H.sort(ER),oP(sR(pR(H[0],H[F-1])))),H}},IU={getOffsetNanosecondsFor:oZ},[k4,vR,_4]=ZA(CH,TD,RI,{add:(R,A)=>vR(rP(0,R,RR(A))),subtract:(R,A)=>vR(rP(1,R,RR(A))),until:(R,A,f)=>p(L$(0,R,hA(A),f)),since:(R,A,f)=>p(L$(1,R,hA(A),f)),round:(R,A)=>vR($h(R,A)),equals:(R,A)=>_h(R,hA(A)),toZonedDateTime(R,A){const f=MA(A);return YR(v$(R,d(f.timeZone),MR(f.calendar)))},toZonedDateTimeISO:(R,A)=>YR(v$(R,d(A))),toLocaleString(R,A,f){const[H,F]=w4(A,f,R);return H.format(F)},toString:(R,A)=>uP(d,GR,R,A),toJSON:(R)=>uP(d,GR,R),valueOf:_A},{from:(R)=>vR(hA(R)),fromEpochSeconds:(R)=>vR(oD(R)),fromEpochMilliseconds:(R)=>vR(rD(R)),fromEpochMicroseconds:(R)=>vR(nD(R)),fromEpochNanoseconds:(R)=>vR(tD(R)),compare:(R,A)=>I$(hA(R),hA(A))}),[lH,w5]=ZA("TimeZone",(R)=>{const A=dh(R);return{branding:"TimeZone",id:A,o:uH(A)}},{id:(R)=>R.id},{getPossibleInstantsFor:({o:R},A)=>R.getPossibleInstantsFor(lA(A)).map((f)=>vR(IR(f))),getOffsetNanosecondsFor:({o:R},A)=>R.getOffsetNanosecondsFor(hA(A).epochNanoseconds),getOffsetStringFor(R,A){const f=hA(A).epochNanoseconds,H=iH(this,IU).getOffsetNanosecondsFor(f);return Uf(H)},getPlainDateTimeFor(R,A,f=v){const H=hA(A).epochNanoseconds,F=iH(this,IU).getOffsetNanosecondsFor(H);return NR($R(uA(H,F),MR(f)))},getInstantFor(R,A,f){const H=lA(A),F=OP(f),P=iH(this);return vR(IR(xR(P,H,F)))},getNextTransition:({o:R},A)=>sZ(1,R,A),getPreviousTransition:({o:R},A)=>sZ(-1,R,A),equals(R,A){return!!QH(this,d(A))},toString:(R)=>R.id,toJSON:(R)=>R.id},{from(R){const A=d(R);return typeof A=="string"?new lH(A):A}}),a4=aZ(Object.keys(AI)),[o4,dA]=ZA(gH,KD,MU,{getISOFields:R1,with(R,A,f){return dA(zD(this,f0(A),f))},add:(R,A)=>dA(A$(0,R,RR(A))),subtract:(R,A)=>dA(A$(1,R,RR(A))),until:(R,A,f)=>p(j$(0,R,sA(A),f)),since:(R,A,f)=>p(j$(1,R,sA(A),f)),round:(R,A)=>dA(Gh(R,A)),equals:(R,A)=>eh(R,sA(A)),toZonedDateTime:(R,A)=>YR(_D(d,BR,i,R,A)),toPlainDateTime:(R,A)=>NR(aD(R,BR(A))),toLocaleString(R,A,f){const[H,F]=C4(A,f,R);return H.format(F)},toString:lP,toJSON:(R)=>lP(R),valueOf:_A},{from:(R,A)=>dA(sA(R,A)),compare:(R,A)=>jH(sA(R),sA(A))}),[r4,kA,n4]=ZA(of,O(BD,MR),{...e0,...c4},{getISOFields:R1,getCalendar:n0,with(R,A,f){return kA(jD(Pq,R,this,f0(A),f))},add:(R,A,f)=>kA(R$(kZ,0,R,RR(A),f)),subtract:(R,A,f)=>kA(R$(kZ,1,R,RR(A),f)),until:(R,A,f)=>p(V$(_Z,0,R,ef(A),f)),since:(R,A,f)=>p(V$(_Z,1,R,ef(A),f)),equals:(R,A)=>nh(R,ef(A)),toPlainDate(R,A){return AR(dD(A1,R,this,A))},toLocaleString(R,A,f){const[H,F]=x4(A,f,R);return H.format(F)},toString:pP,toJSON:(R)=>pP(R),valueOf:_A},{from:(R,A)=>kA(ef(R,A)),compare:(R,A)=>Wf(ef(R),ef(A))}),[t4,NR]=ZA(Jf,O(SD,MR),{...e0,...NU,...MU},{getISOFields:R1,getCalendar:n0,with(R,A,f){return NR(MD(A1,R,this,f0(A),f))},withCalendar:(R,A)=>NR(TH(R,MR(A))),withPlainDate:(R,A)=>NR(fZ(R,BR(A))),withPlainTime:(R,A)=>NR(AZ(R,XU(A))),add:(R,A,f)=>NR(tP(Lf,0,R,RR(A),f)),subtract:(R,A,f)=>NR(tP(Lf,1,R,RR(A),f)),until:(R,A,f)=>p(N$(DA,0,R,lA(A),f)),since:(R,A,f)=>p(N$(DA,1,R,lA(A),f)),round:(R,A)=>NR(Yh(R,A)),equals:(R,A)=>oh(R,lA(A)),toZonedDateTime:(R,A,f)=>YR(uD(i,R,d(A),f)),toPlainDate:(R)=>AR(UR(R)),toPlainTime:(R)=>dA(fA(R)),toPlainYearMonth(R){return kA(mD(dH,R,this))},toPlainMonthDay(R){return A0(cD(_H,R,this))},toLocaleString(R,A,f){const[H,F]=b4(A,f,R);return H.format(F)},toString:cP,toJSON:(R)=>cP(R),valueOf:_A},{from:(R,A)=>NR(lA(R,A)),compare:(R,A)=>X$(lA(R),lA(A))}),[e4,AR,fI]=ZA(If,O(vD,MR),{...e0,...NU},{getISOFields:R1,getCalendar:n0,with(R,A,f){return AR(VD(A1,R,this,f0(A),f))},withCalendar:(R,A)=>AR(TH(R,MR(A))),add:(R,A,f)=>AR(eP(Lf,0,R,RR(A),f)),subtract:(R,A,f)=>AR(eP(Lf,1,R,RR(A),f)),until:(R,A,f)=>p(M$(DA,0,R,BR(A),f)),since:(R,A,f)=>p(M$(DA,1,R,BR(A),f)),equals:(R,A)=>rh(R,BR(A)),toZonedDateTime(R,A){const f=!ZR(A)||A instanceof lH?{timeZone:A}:A;return YR(iD(d,sA,i,R,f))},toPlainDateTime:(R,A)=>NR(pD(R,XU(A))),toPlainYearMonth(R){return kA(sD(dH,R,this))},toPlainMonthDay(R){return A0(lD(_H,R,this))},toLocaleString(R,A,f){const[H,F]=g4(A,f,R);return H.format(F)},toString:iP,toJSON:(R)=>iP(R),valueOf:_A},{from:(R,A)=>AR(BR(R,A)),compare:(R,A)=>Wf(BR(R),BR(A))}),VU={fields(R,A,f){return[...A.call(R,f)]}},HI=Object.assign({dateFromFields(R,A,f,H){return fI(A.call(R,Object.assign(Object.create(null),f),H))}},VU),FI=Object.assign({yearMonthFromFields(R,A,f,H){return n4(A.call(R,Object.assign(Object.create(null),f),H))}},VU),PI=Object.assign({monthDayFromFields(R,A,f,H){return d4(A.call(R,Object.assign(Object.create(null),f),H))}},VU),jU={mergeFields(R,A,f,H){return MA(A.call(R,Object.assign(Object.create(null),f),Object.assign(Object.create(null),H)))}},Rq=Object.assign({},HI,jU),Aq=Object.assign({},FI,jU),fq=Object.assign({},PI,jU),QU={dateAdd(R,A,f,H,F){return fI(A.call(R,AR(UR(f,R)),p(k(H)),F))}},$I=Object.assign({},QU,{dateUntil(R,A,f,H,F,P){return Yq(A.call(R,AR(UR(f,R)),AR(UR(H,R)),Object.assign(Object.create(null),P,{largestUnit:d0[F]})))}}),Hq=Object.assign({},QU,{day:rZ}),Fq=Object.assign({},$I,{day:rZ}),dH=IA(FI),kH=IA(HI),_H=IA(PI),Pq=IA(Aq),A1=IA(Rq),$q=IA(fq),Lf=IA(QU),DA=IA($I),kZ=IA(Hq),_Z=IA(Fq),[Uq,p,Yq]=ZA(xH,bD,{...s4,blank:Eh},{with:(R,A)=>p(yD(R,A)),negated:(R)=>p(LH(R)),abs:(R)=>p(yh(R)),add:(R,A,f)=>p($$(r0,DA,i,0,R,RR(A),f)),subtract:(R,A,f)=>p($$(r0,DA,i,1,R,RR(A),f)),round:(R,A)=>p(zh(r0,DA,i,R,A)),total:(R,A)=>Ph(r0,DA,i,R,A),toLocaleString(R,A,f){return Intl.DurationFormat?new Intl.DurationFormat(A,f).format(this):DH(R)},toString:DH,toJSON:(R)=>DH(R),valueOf:_A},{from:(R)=>p(RR(R)),compare:(R,A,f)=>kh(r0,Lf,i,RR(R),RR(A),f)}),UI={toString:(R)=>R.id,toJSON:(R)=>R.id,...m4,dateAdd:({id:R,o:A},f,H,F)=>AR(UR(A.dateAdd(BR(f),RR(H),F),R)),dateUntil:({o:R},A,f,H)=>p(k(R.dateUntil(BR(A),BR(f),rW(H)))),dateFromFields:({id:R,o:A},f,H)=>AR(y$(A,f,H,BW(R))),yearMonthFromFields:({id:R,o:A},f,H)=>kA(E$(A,f,H,SW(R))),monthDayFromFields:({id:R,o:A},f,H)=>A0(T$(A,0,f,H,vW(R))),fields({o:R},A){const f=new Set(HA),H=[];for(let F of A){if(e(F),!f.has(F))throw new RangeError(C$(F));f.delete(F),H.push(F)}return R.fields(H)},mergeFields:({o:R},A,f)=>R.mergeFields(XP(NP(A)),XP(NP(f)))},[zU]=ZA("Calendar",(R)=>{const A=UD(R);return{branding:"Calendar",id:A,o:nf(A)}},{id:(R)=>R.id},UI,{from(R){const A=MR(R);return typeof A=="string"?new zU(A):A}}),Gq=aZ(Object.keys(UI).slice(4)),[Wq,YR]=ZA(yA,O(OD,MR,d),{...RI,...e0,...lZ(NU),...lZ(MU),offset:(R)=>Uf(ZU(R).offsetNanoseconds),offsetNanoseconds:(R)=>ZU(R).offsetNanoseconds,timeZoneId:(R)=>XR(R.timeZone),hoursInDay:(R)=>Wh(i,R)},{getISOFields:(R)=>jh(GR,R),getCalendar:n0,getTimeZone:({timeZone:R})=>typeof R=="string"?new lH(R):R,with(R,A,f){return YR(ND(A1,i,R,this,f0(A),f))},withCalendar:(R,A)=>YR(TH(R,MR(A))),withTimeZone:(R,A)=>YR(HZ(R,d(A))),withPlainDate:(R,A)=>YR(RZ(i,R,BR(A))),withPlainTime:(R,A)=>YR(eD(i,R,XU(A))),add:(R,A,f)=>YR(nP(Lf,i,0,R,RR(A),f)),subtract:(R,A,f)=>YR(nP(Lf,i,1,R,RR(A),f)),until:(R,A,f)=>p(k(q$(DA,i,0,R,R0(A),f))),since:(R,A,f)=>p(k(q$(DA,i,1,R,R0(A),f))),round:(R,A)=>YR(Uh(i,R,A)),startOfDay:(R)=>YR(hh(i,R)),equals:(R,A)=>ah(R,R0(A)),toInstant:(R)=>vR(gD(R)),toPlainDateTime:(R)=>NR(B$(GR,R)),toPlainDate:(R)=>AR(w$(GR,R)),toPlainTime:(R)=>dA(K$(GR,R)),toPlainYearMonth(R){return kA(CD(dH,R,this))},toPlainMonthDay(R){return A0(xD(_H,R,this))},toLocaleString(R,A,f={}){const[H,F]=K4(A,f,R);return H.format(F)},toString:(R,A)=>mP(GR,R,A),toJSON:(R)=>mP(GR,R),valueOf:_A},{from:(R,A)=>YR(R0(R,A)),compare:(R,A)=>J$(R0(R),R0(A))}),hq=Object.defineProperties({},{...r1("Temporal.Now"),...Ff({timeZoneId:()=>QA(),instant:()=>vR(IR(p0())),zonedDateTime:(R,A=QA())=>YR(qR(p0(),d(A),MR(R))),zonedDateTimeISO:(R=QA())=>YR(qR(p0(),d(R),v)),plainDateTime:(R,A=QA())=>NR($R(_f(GR(d(A))),MR(R))),plainDateTimeISO:(R=QA())=>NR($R(_f(GR(d(R))),v)),plainDate:(R,A=QA())=>AR(UR(_f(GR(d(A))),MR(R))),plainDateISO:(R=QA())=>AR(UR(_f(GR(d(R))),v)),plainTimeISO:(R=QA())=>dA(fA(_f(GR(d(R)))))})}),qf=Object.defineProperties({},{...r1("Temporal"),...Ff({PlainYearMonth:r4,PlainMonthDay:l4,PlainDate:e4,PlainTime:o4,PlainDateTime:t4,ZonedDateTime:Wq,Instant:k4,Calendar:zU,TimeZone:lH,Duration:Uq,Now:hq})}),Dq=T4(),yU=new WeakMap,Zq=Object.defineProperties(Object.create(Intl),Ff({DateTimeFormat:Dq}));class Nf extends Error{constructor(){super("Adapter not found");this.name="AdapterNotFound"}}class EU{createSession(){throw new Nf}deleteSession(){throw new Nf}findSession(){throw new Nf}findUserByEmailAddress(){throw new Nf}updateSession(){throw new Nf}createUser(){throw new Nf}}class hI extends aA{constructor(){super(...arguments)}schema={email:{required:"Email is required",string:"Invalid email",email:"Invalid email"},password:{required:"Password is required"}}}class DI extends aA{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 Vf extends YI{constructor(){super(...arguments)}provider=f1.getStore().authenticationServiceProvider;async me(){const R=await TU.user();if(!R)throw new WI;return R}async signIn(R=new hI){const A=await R.input.call(R),{email:f,password:H}=A.toJSON(),F=await this.provider.adapter.findUserByEmailAddress(f);if(!F)throw new Mf({invalid_credentials:["Invalid credentials"]});if(!await this.provider.verifyPassword(H,F.password))throw new Mf({invalid_credentials:["Invalid credentials"]});const $=R.headers.get("User-Agent"),U=new Bun.CryptoHasher("sha256");U.update(`${F.email}${$}`);const Y=U.digest("hex");let G=await this.provider.adapter.findSession({token:Y,userAgent:"local"});if(!G)G=await this.provider.adapter.createSession({token:Y,userId:F.id,userAgent:"local",expiresAt:new Date(qf.Now.instant().add({hours:this.provider.sessionExpiresInHours}).toString()),absoluteExpiresAt:new Date(qf.Now.instant().add({hours:this.provider.sessionAbsoluteExpiresInHours}).toString())});else G=await this.provider.adapter.updateSession({token:Y,expiresAt:new Date(qf.Now.instant().add({hours:this.provider.sessionExpiresInHours}).toString())});return R.ctx.setCookie("access_token",G.token,{expires:G.expiresAt}),await this.provider.onSignIn(F),F}async signUp(R=new DI){const A=await R.input(),{email:f,password:H,name:F}=A.toJSON();if(await this.provider.adapter.findUserByEmailAddress(f))throw new Mf({email:["Email address already exists"]});const $=await this.provider.hashPassword(H),U=await this.provider.adapter.createUser({email:f,name:F,password:$});return await this.provider.onSignUp(U),U}async signOut(R=new aA){const A=R.cookies.get("access_token"),f=await TU.user();return await this.provider.adapter.deleteSession({token:A}),R.ctx.setCookie("access_token","",{expires:new Date(0)}),await this.provider.onSignOut(f),{}}async forgotPassword(R=new aA){const A=await R.input(),{email:f}=A.toJSON(),H=await this.provider.adapter.findUserByEmailAddress(f);if(!H)return{};const F=await this.provider.generateForgotPasswordToken(H);return await this.provider.adapter.createPasswordResetToken({user:H,token:F}),await this.provider.onForgotPassword(H,F),{}}async resetPassword(R=new aA){const A=await R.input(),{password:f,token:H}=A.toJSON(),F=await this.provider.adapter.findPasswordResetToken({token:H});if(!F)throw new Mf({token:["Invalid token"]});if(qf.Now.instant().until(qf.Instant.from(F.createdAt.toISOString()).add({hours:24}).toString()).sign)throw new Mf({token:["Token expired"]});await this.provider.adapter.deletePasswordResetToken({token:H});const $=await this.provider.adapter.findUserByEmailAddress(F.user.email);if(!$)throw new Mf({email:["User not found"]});const U=await this.provider.hashPassword(f);return await this.provider.adapter.updateUserPassword({id:$.id,password:U}),await this.provider.adapter.deleteAllUserSessions($.id),await this.provider.onResetPassword($),{}}}class ZI extends aH{constructor(){super(...arguments)}routes={"/sign-in":this.post(Vf,"signIn"),"/sign-up":this.post(Vf,"signUp"),"/sign-out":this.post(Vf,"signOut"),"/forgot-password":this.post(Vf,"forgotPassword"),"/reset-password":this.post(Vf,"resetPassword"),"/me":this.get(Vf,"me")}}class II extends GI{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 oH{basePath="/auth";routers={api:ZI,view:II};sessionExpiresInHours=24;sessionAbsoluteExpiresInHours=672;adapter=new EU;async verifyPassword(R,A){return await Bun.password.verify(R,A)}async hashPassword(R){return await Bun.password.hash(R)}async generateForgotPasswordToken(R){const A=new Bun.CryptoHasher("sha256");return A.update(`${R.email}${Date.now()}`),A.digest("hex")}onSignUp(R){}onSignIn(R){}onSignOut(R){}onForgotPassword(R,A){}onResetPassword(R){}}class JI extends aH{constructor(){super(...arguments)}routes={"/translations":this.get(async(R=new aA)=>{const A=await R.input(),{scope:f,locale:H}=A.toJSON(),F=H??f1.getStore().i18nServiceContainer.detectLocale(R),P=f1.getStore().i18nServiceContainer.getPageTranslations(F,f);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",F,{expires:new Date(Date.now()+31536000000)}),{[F]:P}})}}class OU{R;constructor(R){this.service=R}isEnabled=!1;translations=new Map;supportedLocales=[];routers={api:JI};boot(){const R=new Map;for(let[f,H]of Object.entries(this.service.dictionary))for(let[F,P]of Object.entries(H))for(let[$,U]of Object.entries(P)){const Y=$==="default"?this.service.defaultLocale:$;if(!R.has(`${Y}.${f}`))R.set(`${Y}.${f}`,new Map);R.get(`${Y}.${f}`)?.set(F,U),this.isEnabled=!0}let A=new Set;for(let[f,H]of R.entries())this.translations.set(f,Object.fromEntries(H.entries())),A.add(f.split(".")[0]);this.supportedLocales=Array.from(A)}detectLocale(R){const A=this.service.detectLocale(R);if(this.supportedLocales.includes(A))return A;const H=R.cookies.get("i18n-locale")??(R.headers.get("accept-language")||"en-US"),[F]=H.split(",");if(this.supportedLocales.includes(F))return F;const P=this.service.defaultLocale??this.supportedLocales[0];if(P)return P;return"en-US"}getPageTranslations(R,A){if(!A)return{};const f=this.translations.get(`${R}.view:${A}`)??{},H={[`view:${A}`]:f};for(let[F]of this.translations.entries()){const P=F.split(".")[1];if(!P.startsWith("layout:"))continue;const $=P.split(":")[1];if(A?.startsWith($))H[P]=this.translations.get(`${R}.${P}`)??{}}return H}}class NI{emailServiceProvider=AP;authenticationServiceProvider=oH;middlewareServiceProvider=XI;policiesServiceProvider=LI;i18nServiceProvider=qI;services;getServices=()=>{if(!this.services)this.services={emailServiceProvider:new this.emailServiceProvider,authenticationServiceProvider:new this.authenticationServiceProvider,middlewareServiceProvider:new this.middlewareServiceProvider,policiesServiceProvider:new this.policiesServiceProvider,i18nServiceContainer:new OU(new this.i18nServiceProvider)};return this.services};static getContext=()=>SU.getStore();run(R){const A=this.getServices();return SU.run(A,R)}}class MI{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(A){return console.log(A),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:A}=R;return await this.prisma.passwordResetToken.findUnique({where:{token:A},include:{user:!0}})}async deleteAllUserSessions(R){return await this.prisma.session.deleteMany({where:{userId:R}})}async deletePasswordResetToken(R){const{token:A}=R;return await this.prisma.passwordResetToken.delete({where:{token:A}})}}export{MI as PrismaAuthenticationAdapter,NI as Kernel,oH as AuthenticationServiceProvider};export{AP as r,NI as s};
2
+ import{a as LI,b as tP,c as oP,d as yI,e as K$,g as NA,h as VA,i as qf,j as EI,k as m$,l as HH,m as MI,o as TI,p as OI} from"../http/index.js";import{q as v$} from"../facades/index.js";import{y as dU,z as x} from"../chunk-7ce930fe69575c87.js";import"../chunk-474c8dc0ac6b3cdf.js";import{I as SI} from"../chunk-a92a4cb80ddf74b0.js";import"../chunk-2108d757e3dff3e5.js";var cU=x((Zy,mU)=>{var I8=function(R){return!!R&&typeof R==="object"},q8=function(R){var f=Object.prototype.toString.call(R);return f==="[object RegExp]"||f==="[object Date]"||L8(R)},L8=function(R){return R.$$typeof===X8},y8=function(R){return Array.isArray(R)?[]:{}},q0=function(R,f){return f.clone!==!1&&f.isMergeableObject(R)?wA(y8(R),R,f):R},M8=function(R,f,A){return R.concat(f).map(function(H){return q0(H,A)})},N8=function(R,f){if(!f.customMerge)return wA;var A=f.customMerge(R);return typeof A==="function"?A:wA},j8=function(R){return Object.getOwnPropertySymbols?Object.getOwnPropertySymbols(R).filter(function(f){return Object.propertyIsEnumerable.call(R,f)}):[]},CU=function(R){return Object.keys(R).concat(j8(R))},xU=function(R,f){try{return f in R}catch(A){return!1}},V8=function(R,f){return xU(R,f)&&!(Object.hasOwnProperty.call(R,f)&&Object.propertyIsEnumerable.call(R,f))},Q8=function(R,f,A){var H={};if(A.isMergeableObject(R))CU(R).forEach(function(P){H[P]=q0(R[P],A)});return CU(f).forEach(function(P){if(V8(R,P))return;if(xU(R,P)&&A.isMergeableObject(f[P]))H[P]=N8(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||M8,A.isMergeableObject=A.isMergeableObject||Z8,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 Q8(R,f,A)},Z8=function R(f){return I8(f)&&!q8(f)},J8=typeof Symbol==="function"&&Symbol.for,X8=J8?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 z8=wA;mU.exports=z8});var zH=x((LJ,PG)=>{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--}};LJ.Output=n});var b1=x((NJ,FG)=>{var MJ=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};NJ.Token=MJ});var C1=x((zJ)=>{var VJ="\\x23\\x24\\x40\\x41-\\x5a\\x5f\\x61-\\x7a",hG="\\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",$G="\\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]+\\}",UG="(?:"+u1+"|["+VJ+g1+"])",QJ="(?:"+u1+"|["+hG+g1+$G+"])*";zJ.identifier=new RegExp(UG+QJ,"g");zJ.identifierStart=new RegExp(UG);zJ.identifierMatch=new RegExp("(?:"+u1+"|["+hG+g1+$G+"])+");zJ.newline=/[\n\r\u2028\u2029]/;zJ.lineBreak=new RegExp("\r\n|"+zJ.newline.source);zJ.allLineBreaks=new RegExp(zJ.lineBreak.source,"g")});var TH=x((vJ,EH)=>{var vf=function(R,f){if(this.raw_options=WG(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"])},WG=function(R,f){var A={};R=DG(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},DG=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})};vJ.Options=vf;vJ.normalizeOpts=DG;vJ.mergeOpts=WG});var x1=x((gJ,qG)=>{var IG=function(R){ZG.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",bJ),this.test_output_raw=this._get_boolean("test_output_raw"),this.jslint_happy)this.space_after_anon_function=!0},ZG=TH().Options,bJ=["before-newline","after-newline","preserve-newline"];IG.prototype=new ZG;gJ.Options=IG});var OH=x((CJ,XG)=>{var HR=function(R){this.__input=R||"",this.__input_length=this.__input.length,this.__position=0},JG=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&&!(JG&&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&&JG)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};CJ.InputScanner=HR});var yG=x((mJ,LG)=>{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};mJ.TokenStream=ef});var X0=x((iJ,MG)=>{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(){};iJ.Pattern=hf});var VG=x((sJ,jG)=>{var wf=function(R,f){if(NG.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=""},NG=X0().Pattern;wf.prototype=new NG;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};sJ.WhitespacePattern=wf});var y0=x((aJ,c1)=>{var dJ=OH().InputScanner,QG=b1().Token,m1=yG().TokenStream,kJ=VG().WhitespacePattern,L0={START:"TK_START",RAW:"TK_RAW",EOF:"TK_EOF"},$f=function(R,f){this._input=new dJ(R),this._options=f||{},this.__tokens=null,this._patterns={},this._patterns.whitespace=new kJ(this._input)};$f.prototype.tokenize=function(){this._input.restart(),this.__tokens=new m1,this._reset();var R,f=new QG(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 QG(R,f,this._patterns.whitespace.newline_count,this._patterns.whitespace.whitespace_before_token);return A};$f.prototype._readWhitespace=function(){return this._patterns.whitespace.read()};aJ.Tokenizer=$f;aJ.TOKEN=L0});var SH=x((rJ,zG)=>{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)};rJ.Directives=i1});var l1=x((tJ,EG)=>{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};tJ.TemplatablePattern=_R});var N0=x((DX,M0)=>{var k1=function(R,f){return f.indexOf(R)!==-1},WX=function(R){var f="",A=0,H=new RX(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},RX=OH().InputScanner,OG=y0().Tokenizer,d1=y0().TOKEN,fX=SH().Directives,cR=C1(),AX=X0().Pattern,HX=l1().TemplatablePattern,M={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},TG=new fX(/\/\*/,/\*\//),PX=/0[xX][0123456789abcdefABCDEF_]*n?|0[oO][01234567_]*n?|0[bB][01_]*n?|\d[\d_]*n|(?:\.\d[\d_]*|\d[\d_]*\.?[\d_]*)(?:[eE][+-]?[\d_]+)?/,FX=/[0-9]/,hX=/[^\d\.]/,$X=">>> === !== &&= ??= ||= << && >= ** != == <= >> || ?? |> < / - + > : & % ? ^ | *".split(" "),RA=">>>= ... >>= <<= === >>> !== **= &&= ??= ||= => ^= :: /= << <= == && -= >= >> != -- += ** || ?? ++ %= &= *= |= |> = ! ? > < : / ^ - + * & % ~ |";RA=RA.replace(/[-[\]{}()*+?.,\\^$|#]/g,"\\$&");RA="\\?\\.(?!\\d) "+RA;RA=RA.replace(/ /g,"|");var UX=new RegExp(RA),SG="continue,try,throw,return,var,let,const,if,switch,case,default,for,while,break,function,import,export".split(","),GX=SG.concat(["do","in","of","else","get","set","new","catch","finally","typeof","yield","async","await","from","as","class","extends"]),YX=new RegExp("^(?:"+GX.join("|")+")$"),vH,t=function(R,f){OG.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 AX(this._input),H=new HX(this._input).read_options(this._options);this.__patterns={template:H,identifier:H.starting_with(cR.identifier).matching(cR.identifierMatch),number:A.matching(PX),punct:A.matching(UX),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 OG;t.prototype._is_comment=function(R){return R.type===M.COMMENT||R.type===M.BLOCK_COMMENT||R.type===M.UNKNOWN};t.prototype._is_opening=function(R){return R.type===M.START_BLOCK||R.type===M.START_EXPR};t.prototype._is_closing=function(R,f){return(R.type===M.END_BLOCK||R.type===M.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(M.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(M.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===M.DOT||R.type===M.RESERVED&&(R.text==="set"||R.text==="get"))&&YX.test(f)){if((f==="in"||f==="of")&&(R.type===M.WORD||R.type===M.STRING))return this._create_token(M.OPERATOR,f);return this._create_token(M.RESERVED,f)}return this._create_token(M.WORD,f)}if(f=this.__patterns.number.read(),f!=="")return this._create_token(M.WORD,f)};t.prototype._read_singles=function(R){var f=null;if(R==="("||R==="[")f=this._create_token(M.START_EXPR,R);else if(R===")"||R==="]")f=this._create_token(M.END_EXPR,R);else if(R==="{")f=this._create_token(M.START_BLOCK,R);else if(R==="}")f=this._create_token(M.END_BLOCK,R);else if(R===";")f=this._create_token(M.SEMICOLON,R);else if(R==="."&&hX.test(this._input.peek(1)))f=this._create_token(M.DOT,R);else if(R===",")f=this._create_token(M.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(M.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(M.EQUALS,R);else if(R==="?.")return this._create_token(M.DOT,R);else return this._create_token(M.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(M.UNKNOWN,f.trim()+"\n")}if(f=this.__patterns.include.read(),f)return this._create_token(M.UNKNOWN,f.trim()+"\n");R=this._input.next();var A="#";if(this._input.hasNext()&&this._input.testChar(FX)){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(M.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(M.COMMENT,f)}}else if(vH&&R==="-"){if(f=this.__patterns.html_comment_end.read(),f)return vH=!1,this._create_token(M.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=TG.get_directives(A);if(H&&H.ignore==="start")A+=TG.readIgnored(this._input);A=A.replace(cR.allLineBreaks,"\n"),f=this._create_token(M.BLOCK_COMMENT,A),f.directives=H}else if(this._input.peek(1)==="/")A=this.__patterns.comment.read(),f=this._create_token(M.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=WX(f);if(this._input.peek()===R)f+=this._input.next();return f=f.replace(cR.allLineBreaks,"\n"),this._create_token(M.STRING,f)}return null};t.prototype._allow_regexp_or_xml=function(R){return R.type===M.RESERVED&&k1(R.text,["return","case","throw","else","do","typeof","yield"])||R.type===M.END_EXPR&&R.text===")"&&R.opened.previous.type===M.RESERVED&&k1(R.opened.previous.text,["if","while","for"])||k1(R.type,[M.COMMENT,M.START_EXPR,M.START_BLOCK,M.START,M.END_BLOCK,M.OPERATOR,M.EQUALS,M.EOF,M.SEMICOLON,M.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(M.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(M.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};DX.Tokenizer=t;DX.TOKEN=M;DX.positionable_operators=$X.slice();DX.line_starters=SG.slice()});var KG=x((TX,BG)=>{var Q=function(R,f){return f.indexOf(R)!==-1},NX=function(R){return R.replace(/^\s+/g,"")},jX=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)},wG=function(R,f){if(f.multiline_frame||f.mode===N.ForInitializer||f.mode===N.Conditional)return;R.remove_indent(f.start_line_index)},QX=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])},zX=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},EX=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 yX(f)},XX=zH().Output,LX=b1().Token,wH=C1(),yX=x1().Options,MX=N0().Tokenizer,z0=N0().line_starters,j0=N0().positionable_operators,I=N0().TOKEN,BH=["case","return","do","if","throw","else","await","break","continue","async"],VX=["before-newline","after-newline","preserve-newline"],V0=jX(VX),vG=[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 LX(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 XX(this._options,f),this._output.raw=this._options.test_output_raw,this._flag_store=[],this.set_mode(N.BlockStatement);var A=new MX(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,vG)||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)wG(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(),wG(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,vG))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=QX(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=zX(A,"*"),F=EX(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(NX(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)};TX.Beautifier=T});var bG=x((My,_1)=>{var wX=function(R,f){var A=new SX(R,f);return A.beautify()},SX=KG().Beautifier,vX=x1().Options;_1.exports=wX;_1.exports.defaultOptions=function(){return new vX}});var o1=x((BX,CG)=>{var uG=function(R){gG.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]},gG=TH().Options;uG.prototype=new gG;BX.Options=uG});var iG=x((pX,cG)=>{var Xf=function(R,f){this._source_text=R||"",this._options=new bX(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"]},bX=o1().Options,gX=zH().Output,uX=OH().InputScanner,CX=SH().Directives,xG=new CX(/\/\*/,/\*\//),mG=/\r\n|[\r\n]/,xX=/\r\n|[\r\n]/g,KH=/\s/,mX=/(?:\s|\n)+/g,cX=/\/\*(?:[\s\S]*?)((?:\*\/)|$)/g,iX=/\/\/(?:[^\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&&mG.test(R||""))f=R.match(mG)[0]}R=R.replace(xX,"\n");var A=R.match(/^[\t ]*/)[0];this._output=new gX(this._options,A),this._input=new uX(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(mX),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(cX),X=xG.get_directives(J);if(X&&X.ignore==="start")J+=xG.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(iX)),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};pX.Beautifier=Xf});var pG=x((Ny,r1)=>{var kX=function(R,f){var A=new lX(R,f);return A.beautify()},lX=iG().Beautifier,dX=o1().Options;r1.exports=kX;r1.exports.defaultOptions=function(){return new dX}});var n1=x((aX,dG)=>{var lG=function(R){if(sG.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"])},sG=TH().Options;lG.prototype=new sG;aX.Options=lG});var RF=x((tX,e1)=>{var aG=y0().Tokenizer,t1=y0().TOKEN,oX=SH().Directives,rX=l1().TemplatablePattern,nX=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},kG=new oX(/<\!--/,/-->/),PR=function(R,f){aG.call(this,R,f),this._current_tag_name="";var A=new rX(this._input).read_options(this._options),H=new nX(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 aG;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=kG.get_directives(A),H&&H.ignore==="start")A+=kG.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)};tX.Tokenizer=PR;tX.TOKEN=w});var nG=x((Y7,rG)=>{var E0=function(R,f){return f.indexOf(R)!==-1},$7=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 f7(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"},f7=n1().Options,A7=zH().Output,H7=RF().Tokenizer,S=RF().TOKEN,_G=/\r\n|[\r\n]/,P7=/\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 A7(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 F7=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},h7=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=F7(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 $7(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&&_G.test(R))f=R.match(_G)[0]}R=R.replace(P7,"\n");var A=R.match(/^[\t ]*/)[0],H={text:"",type:""},P=new oG,F=new BR(this._options,A),h=new H7(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 oG=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 oG(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=h7(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 U7=["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"],G7=["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"&&U7.indexOf(R.tag_name)!==-1){var A=R.parent.parent;if(!A||G7.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};Y7.Beautifier=VR});var tG=x((jy,fF)=>{var I7=function(R,f,A,H){var P=new D7(R,f,A,H);return P.beautify()},D7=nG().Beautifier,Z7=n1().Options;fF.exports=I7;fF.exports.defaultOptions=function(){return new Z7}});var HY=x((q7,bH)=>{var AY=function(R,f,A,H){return A=A||eG,H=H||RY,fY(R,f,A,H)},eG=bG(),RY=pG(),fY=tG();AY.defaultOptions=fY.defaultOptions;q7.js=eG;q7.css=RY;q7.html=AY});var hY=x((Vy,FY)=>{var PY=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 PY(R,f,A)});else(function(R){var f=HY();f.js_beautify=f.js,f.css_beautify=f.css,f.html_beautify=f.html,R.exports=PY(f,f,f)})(FY)});import*as V7 from"react-dom/server";function c$(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:i$,Text:p$,Directive:s$,Comment:l$,Script:d$,Style:k$,Tag:a$,CDATA:_$,Doctype:o$}=E;function YH(R){return c$(R)}function BI(R){return R.type===E.CDATA}function KI(R){return R.type===E.Text}function bI(R){return R.type===E.Comment}function gI(R){return R.type===E.Directive}function uI(R){return R.type===E.Root}function n$(R,f=!1){let A;if(KI(R))A=new h0(R.data);else if(bI(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(uI(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(gI(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)=>n$(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 n$(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 t$={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=t$;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:t$,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 xI=function(R){const f=[...R.matchAll(CI)].map((H)=>H.index||0);f.unshift(-1);const A=A1(f,0,f.length);return(H)=>RU(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}},RU=function(R,f){return function(A){return Object.prototype.hasOwnProperty.call(A,"index")}(R)?{line:R.index,column:f-R.offset}:RU(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(mI),h=!!H.lineNumbers;return function($,U=0){const G=h?xI($):()=>({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}}},mI=function(R,f){return{...R,regex:cI(R,f)}},cI=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(e$(R.str),"y")}return new RegExp(e$(R.name),"y")},e$=function(R){return R.replace(/[-[\]{}()*+!<=:?./\\^$|#\s,]/g,"\\$&")},CI=/\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 iI=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 iI(R,()=>!0)},fU=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,$)))},AU=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)},pI=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 HU=function(...R){return sI(pI(...R))},sI=function(R){return AR(R,(f)=>f.flatMap((A)=>A))};var lI=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}}},dI=function(R,f,A){return lI(R,(H)=>AR(f,(P,F,h,$)=>A(H,P,F,h,$)))};var $1=function(R,f,A){return kI(R,(H)=>dI(H,WR(f,A,(P,F)=>[P,F]),(P,[F,h])=>F(P,h)))};var kI=function(R,f){return(A,H)=>WH(R(A,H),(P)=>f(P.value,A,H,P.position)(A,P.position))};var WU=function([R,f,A],[H,P,F]){return[R+H,f+P,A+F]},Aq=function(R){return R.reduce(WU,[0,0,0])},Y1=function(R){const f=fq(R);return hq({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)},Nq=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=Rq(f);if(!A.complete)throw new Error(`The input "${f}" was only partially tokenized, stopped at offset ${A.offset}!\n`+$U(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`+$U(f,P.offset,P.len))}return H.value},$U=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 ZU=function(R){return Nq(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}"${jq(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)},jq=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)=>IU(UU(f),UU(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},UU=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 IU(R,f)},IU=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 _I="(?:[ \\t\\r\\n\\f]*)",GU="(?:\\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])",oI=`(?:[_a-z]|${JH}|${W0}|${D0})`,YU=`(?:[_a-z0-9-]|${JH}|${W0}|${D0})`,rI=`(?:${YU}+)`,nI=`(?:[-]?${oI}${YU}*)`,tI=`'([^\\n\\r\\f\\\\']|\\\\${GU}|${JH}|${W0}|${D0})*'`,eI=`"([^\\n\\r\\f\\\\"]|\\\\${GU}|${JH}|${W0}|${D0})*"`,Rq=H1([{name:"ws",regex:new RegExp(_I)},{name:"hash",regex:new RegExp(`#${rI}`,"i")},{name:"ident",regex:new RegExp(nI,"i")},{name:"str1",regex:new RegExp(tI,"i")},{name:"str2",regex:new RegExp(eI,"i")},{name:"*"},{name:"."},{name:","},{name:"["},{name:"]"},{name:"="},{name:">"},{name:"|"},{name:"+"},{name:"~"},{name:"^"},{name:"$"}]),fq=H1([{name:"unicode",regex:new RegExp(W0,"i")},{name:"escape",regex:new RegExp(D0,"i")},{name:"any",regex:new RegExp("[\\s\\S]","i")}]),Hq=Ff((R)=>R.name==="unicode"?String.fromCodePoint(parseInt(R.text.slice(1),16)):void 0),Pq=Ff((R)=>R.name==="escape"?R.text.slice(1):void 0),Fq=Ff((R)=>R.name==="any"?R.text:void 0),hq=AR(DH(QA(Hq,Pq,Fq)),(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),$q=Ff((R)=>R.name==="hash"?Y1(R.text.slice(1)):void 0),Uq=Ff((R)=>R.name.startsWith("str")?Y1(R.text.slice(1,-1)):void 0),DU=AU(U0(Y0,""),C("|")),D1=Tf(WR(DU,Y0,(R,f)=>({name:f,namespace:R})),AR(Y0,(R)=>({name:R,namespace:null}))),Gq=Tf(WR(DU,C("*"),(R)=>({type:"universal",namespace:R,specificity:[0,0,0]})),AR(C("*"),()=>({type:"universal",namespace:null,specificity:[0,0,0]}))),Yq=AR(D1,({name:R,namespace:f})=>({type:"tag",name:R,namespace:f,specificity:[0,0,1]})),Wq=WR(C("."),Y0,(R,f)=>({type:"class",name:f,specificity:[0,1,0]})),Dq=AR($q,(R)=>({type:"id",name:R,specificity:[1,0,0]})),PU=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}),Zq=Tf(WR(Uq,U0(F1(U1,PU),null),(R,f)=>({value:R,modifier:f})),WR(Y0,U0(F1(W1,PU),null),(R,f)=>({value:R,modifier:f}))),Iq=QA(AR(C("="),()=>"="),WR(C("~"),C("="),()=>"~="),WR(C("|"),C("="),()=>"|="),WR(C("^"),C("="),()=>"^="),WR(C("$"),C("="),()=>"$="),WR(C("*"),C("="),()=>"*=")),qq=ZH(C("["),EA(D1),C("]"),(R,{name:f,namespace:A})=>({type:"attrPresence",name:f,namespace:A,specificity:[0,1,0]})),Jq=h1(C("["),ZH(EA(D1),Iq,EA(Zq),({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("]")),Xq=Tf(qq,Jq),Lq=Tf(Gq,Yq),FU=QA(Dq,Wq,Xq),hU=AR(Tf(HU(Lq,DH(FU)),fU(FU)),(R)=>{return{type:"compound",list:R,specificity:Aq(R.map((f)=>f.specificity))}}),yq=QA(AR(C(">"),()=>">"),AR(C("+"),()=>"+"),AR(C("~"),()=>"~"),WR(C("|"),C("|"),()=>"||")),Mq=Tf(EA(yq),AR(W1,()=>" ")),G1=$1(hU,AR(Mq,(R)=>(f,A)=>({type:"compound",list:[...A.list,{type:"combinator",combinator:R,left:f,specificity:f.specificity}],specificity:WU(f.specificity,A.specificity)})),hU),K6=$1(AR(G1,(R)=>({type:"list",list:[R]})),AR(EA(C(",")),()=>(R,f)=>({type:"list",list:[...R.list,f]})),G1);var Qq=function(R){const f=R.length,A=new Array(f);for(let H=0;H<f;H++){const[P,F]=R[H],h=zq(ZU(P));A[H]={ast:h,terminal:{type:"terminal",valueContainer:{index:H,value:F,specificity:h.specificity}}}}return A},zq=function(R){return JU(R),G0(R),R},JU=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":JU(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,XU),{matches:H,nonmatches:P,empty:F}=Tq(R,A);if(R=P,H.length)f.push(Oq(A,H));if(F.length)f.push(...Eq(F))}return f},Eq=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}=Kq(H.cont,(h)=>h.type==="terminal");if(P.forEach((h)=>f.push(h)),F.length)H.cont=F,f.push(H)}}return f},Tq=function(R,f){const A=[],H=[],P=[];for(let F of R){const h=F.ast.list;if(h.length)(h.some((U)=>XU(U)===f)?A:H).push(F);else P.push(F)}return{matches:A,nonmatches:H,empty:P}},XU=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}},Oq=function(R,f){if(R==="tag")return Sq(f);if(R.startsWith("attrValue "))return wq(R.substring(10),f);if(R.startsWith("attrPresence "))return vq(R.substring(13),f);if(R==="combinator >")return qU(">",f);if(R==="combinator +")return qU("+",f);throw new Error(`Unsupported selector kind: ${R}`)},Sq=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)}))}},vq=function(R,f){for(let A of f)LU(A,(H)=>H.type==="attrPresence"&&H.name===R);return{type:"attrPresence",name:R,cont:TA(f)}},wq=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]==="-"}}},qU=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}=bq(R,h);let G=null;for(let Y of $){const W=LU(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},LU=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},Kq=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}},bq=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}},gq=function(R,f){const A=Z1(f.specificity,R.specificity);return A>0||A===0&&f.index<R.index},uq=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(Qq(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?gq:uq;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(Cq);return(A,...H)=>f.flatMap((P)=>P(A,...H))},Cq=function(R){switch(R.type){case"terminal":{const f=[R.valueContainer];return(A,...H)=>f}case"tagName":return xq(R);case"attrValue":return cq(R);case"attrPresence":return mq(R);case"pushElement":return iq(R);case"popElement":return sq(R)}},xq=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):[]}},mq=function(R){const f=R.name,A=OA(R.cont);return(H,...P)=>Object.prototype.hasOwnProperty.call(H.attribs,f)?A(H,...P):[]},cq=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)):[]}},iq=function(R){const f=OA(R.cont),A=R.combinator==="+"?MU:pq;return(H,...P)=>{const F=A(H);if(F===null)return[];return f(F,H,...P)}},sq=function(R){const f=OA(R.cont);return(A,H,...P)=>f(H,...P)},MU=(R)=>{const f=R.prev;if(f===null)return null;return YH(f)?f:MU(f)},pq=(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 yH=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=lq.get(R))!==null&&f!==void 0?f:R}var X1,lq=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},kq=function(R){return R>=o.UPPER_A&&R<=o.UPPER_F||R>=o.LOWER_A&&R<=o.LOWER_F},aq=function(R){return R>=o.UPPER_A&&R<=o.UPPER_Z||R>=o.LOWER_A&&R<=o.LOWER_Z||L1(R)},_q=function(R){return R===o.EQUALS||aq(R)},jU=function(R){let f="";const A=new NU(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 y1(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 dq=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 NU{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)|dq)===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)||kq(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=y1(A,H,this.treeIndex+Math.max(1,P),F),this.treeIndex<0)return this.result===0||this.decodeMode===nf.Attribute&&(P===0||_q(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 k6=jU(LH),a6=jU(yH);var Jf=function(R){return R===y.Space||R===y.NewLine||R===y.Tab||R===y.FormFeed||R===y.CarriageReturn},MH=function(R){return R===y.Slash||R===y.Gt||Jf(R)},VU=function(R){return R>=y.Zero&&R<=y.Nine},oq=function(R){return R>=y.LowerA&&R<=y.LowerZ||R>=y.UpperA&&R<=y.UpperZ},rq=function(R){return R>=y.UpperA&&R<=y.UpperF||R>=y.LowerA&&R<=y.LowerF},y;(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"})(y||(y={}));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?yH: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===y.Lt||!this.decodeEntities&&this.fastForwardTo(y.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===y.Amp)this.state=q.BeforeEntity}stateSpecialStartSequence(R){const f=this.sequenceIndex===this.currentSequence.length;if(!(f?MH(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===y.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===y.Amp)this.state=q.BeforeEntity}else if(this.fastForwardTo(y.Lt))this.sequenceIndex=1}else this.sequenceIndex=Number(R===y.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?!MH(R):oq(R)}startSpecial(R,f){this.isSpecial=!0,this.currentSequence=R,this.sequenceIndex=f,this.state=q.SpecialStartSequence}stateBeforeTagName(R){if(R===y.ExclamationMark)this.state=q.BeforeDeclaration,this.sectionStart=this.index+1;else if(R===y.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===y.Slash)this.state=q.BeforeClosingTagName;else this.state=q.Text,this.stateText(R)}stateInTagName(R){if(MH(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===y.Gt)this.state=q.Text;else this.state=this.isTagStartChar(R)?q.InClosingTagName:q.InSpecialComment,this.sectionStart=this.index}stateInClosingTagName(R){if(R===y.Gt||Jf(R))this.cbs.onclosetag(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.AfterClosingTagName,this.stateAfterClosingTagName(R)}stateAfterClosingTagName(R){if(R===y.Gt||this.fastForwardTo(y.Gt))this.state=q.Text,this.baseState=q.Text,this.sectionStart=this.index+1}stateBeforeAttributeName(R){if(R===y.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===y.Slash)this.state=q.InSelfClosingTag;else if(!Jf(R))this.state=q.InAttributeName,this.sectionStart=this.index}stateInSelfClosingTag(R){if(R===y.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===y.Eq||MH(R))this.cbs.onattribname(this.sectionStart,this.index),this.sectionStart=-1,this.state=q.AfterAttributeName,this.stateAfterAttributeName(R)}stateAfterAttributeName(R){if(R===y.Eq)this.state=q.BeforeAttributeValue;else if(R===y.Slash||R===y.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===y.DoubleQuote)this.state=q.InAttributeValueDq,this.sectionStart=this.index+1;else if(R===y.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===y.DoubleQuote?kR.Double:kR.Single,this.index),this.state=q.BeforeAttributeName;else if(this.decodeEntities&&R===y.Amp)this.baseState=this.state,this.state=q.BeforeEntity}stateInAttributeValueDoubleQuotes(R){this.handleInAttributeValue(R,y.DoubleQuote)}stateInAttributeValueSingleQuotes(R){this.handleInAttributeValue(R,y.SingleQuote)}stateInAttributeValueNoQuotes(R){if(Jf(R)||R===y.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===y.Amp)this.baseState=this.state,this.state=q.BeforeEntity}stateBeforeDeclaration(R){if(R===y.OpeningSquareBracket)this.state=q.CDATASequence,this.sequenceIndex=0;else this.state=R===y.Dash?q.BeforeComment:q.InDeclaration}stateInDeclaration(R){if(R===y.Gt||this.fastForwardTo(y.Gt))this.cbs.ondeclaration(this.sectionStart,this.index),this.state=q.Text,this.sectionStart=this.index+1}stateInProcessingInstruction(R){if(R===y.Gt||this.fastForwardTo(y.Gt))this.cbs.onprocessinginstruction(this.sectionStart,this.index),this.state=q.Text,this.sectionStart=this.index+1}stateBeforeComment(R){if(R===y.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===y.Gt||this.fastForwardTo(y.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===y.Number)this.state=q.BeforeNumericEntity;else if(R===y.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=y1(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!==y.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)===y.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===y.Semi)this.emitNumericEntity(!0);else if(VU(R))this.entityResult=this.entityResult*10+(R-y.Zero),this.entityExcess++;else{if(this.allowLegacyEntity())this.emitNumericEntity(!1);else this.state=this.baseState;this.index--}}stateInHexEntity(R){if(R===y.Semi)this.emitNumericEntity(!0);else if(VU(R))this.entityResult=this.entityResult*16+(R-y.Zero),this.entityExcess++;else if(rq(R))this.entityResult=this.entityResult*16+((R|32)-y.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"]),QU=new Set(["thead","tbody"]),zU=new Set(["dd","dt"]),EU=new Set(["rt","rp"]),nq=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",zU],["dt",zU],["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",EU],["rp",EU],["tbody",QU],["tfoot",QU]]),tq=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]),TU=new Set(["math","svg"]),OU=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignobject","desc","title"]),eq=/\s|\//;class M1{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&&tq.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&&nq.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),TU.has(R))this.foreignContext.push(!0);else if(OU.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(TU.has(U)||OU.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(eq);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 uU(R,f){const A=new f1(void 0,f);return new M1(A,f).end(R),A.root}function jH(R){let f="",A=0,H;while((H=SU.exec(R))!==null){const P=H.index,F=R.charCodeAt(P),h=vU.get(F);if(h!==void 0)f+=R.substring(A,P)+h,A=P+1;else f+=`${R.substring(A,P)}&#x${R8(R,P).toString(16)};`,A=SU.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)}},SU=/["&'<>$\x80-\uFFFF]/g,vU=new Map([[34,"&quot;"],[38,"&amp;"],[39,"&apos;"],[60,"&lt;"],[62,"&gt;"]]),R8=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 f8=N1(/[&<>'"]/g,vU),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 wU;(function(R){R[R.XML=0]="XML",R[R.HTML=1]="HTML"})(wU||(wU={}));var BU;(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"})(BU||(BU={}));var KU=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])),bU=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 H8=function(R){return R.replace(/"/g,"&quot;")},P8=function(R,f){var A;if(!R)return;const H=((A=f.encodeEntities)!==null&&A!==void 0?A:f.decodeEntities)===!1?H8: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=bU.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+=F8(A[P],f);return H}var F8=function(R,f){switch(R.type){case i$:return I0(R.children,f);case o$:case s$:return G8(R);case l$:return D8(R);case _$:return W8(R);case d$:case k$:case a$:return U8(R,f);case p$:return Y8(R,f)}},U8=function(R,f){var A;if(f.xmlMode==="foreign"){if(R.name=(A=KU.get(R.name))!==null&&A!==void 0?A:R.name,R.parent&&h8.has(R.parent.name))f={...f,xmlMode:!1}}if(!f.xmlMode&&$8.has(R.name))f={...f,xmlMode:"foreign"};let H=`<${R.name}`;const P=P8(R.attribs,f);if(P)H+=` ${P}`;if(R.children.length===0&&(f.xmlMode?f.selfClosingTags!==!1:f.selfClosingTags&&gU.has(R.name))){if(!f.xmlMode)H+=" ";H+="/>"}else{if(H+=">",R.children.length>0)H+=I0(R.children,f);if(f.xmlMode||!gU.has(R.name))H+=`</${R.name}>`}return H},G8=function(R){return`<${R.data}>`},Y8=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&&A8.has(R.parent.name)))H=f.xmlMode||f.encodeEntities!=="utf8"?jH(H):V1(H);return H},W8=function(R){return`<![CDATA[${R.children[0].data}]]>`},D8=function(R){return`<!--${R.data}-->`},A8=new Set(["style","script","xmp","iframe","noembed","noframes","plaintext","noscript"]),gU=new Set(["area","base","basefont","br","col","command","embed","frame","hr","img","input","isindex","keygen","link","meta","param","source","track","wbr"]);var h8=new Set(["mi","mo","mn","ms","mtext","annotation-xml","foreignObject","desc","title"]),$8=new Set(["svg","math"]);var v1=dU(cU(),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},kU=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},E8=function(R,f){let A=R.length;while(A>0&&R[A-1]===f)--A;return A<R.length?R.substring(0,A):R},T8=function(R){return R.replace(/[\s\S]/g,(f)=>"\\u"+f.charCodeAt().toString(16).padStart(4,"0"))},aU=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:O8}):P)}return[...A.values()].reverse()},BA=function(R,f){for(let A of f){if(!R)return;R=R[A]}return R},iU=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("")},sU=function(R){return[...R+""].map((f)=>+f).reverse().map((f,A)=>f%5<4?(f<5?"":pU[A])+Q1[A].repeat(f%5):Q1[A]+(f<5?pU[A]:Q1[A+1])).reverse().join("")},S8=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},nU=function(R,f){return f?nU(f.transform(R),f.next):R},v8=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=b8(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,K8,function(h,$){$.addInline(R.limits.ellipsis||"")});return function(h,$=void 0){return w8(h,$,R,A,P,F)}},w8=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 $=uU(R,{decodeEntities:A.decodeEntities}),U=P($.children),G=new rU(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)},K8=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},b8=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])=>`(${T8([...F][0])})`).join("|"),"g"),H=f.map(([,F])=>F),P=(F,...h)=>H[h.findIndex(($)=>$)];return(F)=>F.replace(A,P)},g8=function(R,f,A,H){},u8=function(R,f,A,H){A.addLiteral(H.string||"")},C8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.addLiteral(H.string||""),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},x8=function(R,f,A,H){f(R.children,A)},m8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},tU=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}>`},eU=function(R){return`</${R.name}>`},c8=function(R,f,A,H){A.startNoWrap(),A.addLiteral(tU(R)),A.stopNoWrap(),f(R.children,A),A.startNoWrap(),A.addLiteral(eU(R)),A.stopNoWrap()},i8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),A.startNoWrap(),A.addLiteral(tU(R)),A.stopNoWrap(),f(R.children,A),A.startNoWrap(),A.addLiteral(eU(R)),A.stopNoWrap(),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},p8=function(R,f,A,H){A.startNoWrap(),A.addLiteral(I0(R,{decodeEntities:A.options.decodeEntities})),A.stopNoWrap()},s8=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})},l8=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]},k8=function(R,f=0){while(R[f])f++;return f},a8=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}}}},_8=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]},lU=function(R,f,A,H){R[f+A]=Math.max(O1(R,f+A),O1(R,f)+H)},o8=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=k8(Y,D),_8(J,H,G,D),D+=J.colspan,J.lines=J.text.split("\n");const X=J.lines.length;lU(h,G,J.rowspan,X+f)}P=Y.length>P?Y.length:P}a8(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}lU(U,G,W.colspan,Z+A),W.rendered=!0}Y+=W.rowspan}else{const Z=h[Y];$[Z]=$[Z]||"",Y++}}return $.join("\n")},r8=function(R,f,A,H){A.addLineBreak()},n8=function(R,f,A,H){A.addWordBreakOpportunity()},t8=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})},e8=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},RJ=function(R,f,A,H){A.openBlock({isPre:!0,leadingLineBreaks:H.leadingLineBreaks||2}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks||2})},fJ=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})},AJ=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?kU(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},RG=function(R,f,A,H,P){const F=typeof f==="function"?f(R,H,P):R;return F[0]==="/"&&A?E8(A,"/")+F:F},HJ=function(R,f,A,H){const P=R.attribs||{},F=P.alt?P.alt:"",h=!P.src?"":RG(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})},PJ=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=RG(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})}},fG=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})},FJ=function(R,f,A,H){const P=H.itemPrefix||" * ";return fG(R,f,A,H,()=>P)},hJ=function(R,f,A,H){let P=Number(R.attribs.start||"1");const F=$J(R.attribs.type);return fG(R,f,A,H,()=>" "+F(P++)+". ")},$J=function(R="1"){switch(R){case"a":return(f)=>iU(f,"a");case"A":return(f)=>iU(f,"A");case"i":return(f)=>sU(f).toLowerCase();case"I":return(f)=>sU(f);case"1":default:return(f)=>f.toString()}},UJ=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}},GJ=function(R,f){if(f===!0)return!0;if(!R)return!1;const{classes:A,ids:H}=UJ(f),P=(R.class||"").split(" "),F=(R.id||"").split(" ");return P.some((h)=>A.includes(h))||F.some((h)=>H.includes(h))},YJ=function(R,f,A,H){return GJ(R.attribs,A.options.tables)?AG(R,f,A,H):WJ(R,f,A,H)},WJ=function(R,f,A,H){A.openBlock({leadingLineBreaks:H.leadingLineBreaks}),f(R.children,A),A.closeBlock({trailingLineBreaks:H.trailingLineBreaks})},AG=function(R,f,A,H){A.openTable(),R.children.forEach(F),A.closeTable({tableToString:(h)=>o8(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}}}},JJ=function(R={}){return R=v1.default(ZJ,R,{arrayMerge:HG,customMerge:(f)=>f==="selectors"?qJ:void 0}),R.formatters=Object.assign({},d8,DJ,R.formatters),R.selectors=aU(R.selectors,(f)=>f.selector),XJ(R),v8(R)},K1=function(R,f={},A=void 0){return JJ(f)(R,A)},XJ=function(R){if(R.tags){const A=Object.entries(R.tags).map(([H,P])=>({...P,selector:H||"*"}));R.selectors.push(...A),R.selectors=aU(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)},O8=(R,f,A)=>[...f],Q1=["I","X","C","M"],pU=["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 _U extends KA{constructor(R=null,f){super(R);this.transform=f}}class oU{constructor(R){this.whitespaceChars=R.preserveNewlines?R.whitespaceCharacters.replace(/\n/g,""):R.whitespaceCharacters;const f=S8(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 rU{constructor(R,f,A=void 0){this.options=R,this.picker=f,this.metadata=A,this.whitespaceProcessor=new oU(R),this._stackItem=new aR(R),this._wordTransformer=void 0}pushWordTransform(R){this._wordTransformer=new _U(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)=>nU(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=kU(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 d8=Object.freeze({__proto__:null,block:m8,blockHtml:s8,blockString:C8,blockTag:i8,inline:x8,inlineHtml:p8,inlineString:u8,inlineSurround:l8,inlineTag:c8,skip:g8}),DJ=Object.freeze({__proto__:null,anchor:PJ,blockquote:AJ,dataTable:AG,heading:fJ,horizontalLine:t8,image:HJ,lineBreak:r8,orderedList:hJ,paragraph:e8,pre:RJ,table:YJ,unorderedList:FJ,wbr:n8}),ZJ={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
+ \u200B`,wordwrap:80},IJ=(R,f,A)=>[...R,...f],HG=(R,f,A)=>[...f],qJ=(R,f,A)=>R.some((H)=>typeof H==="object")?IJ(R,f):HG(R,f);var WY=dU(hY(),1);var{defineProperty:y7,getOwnPropertySymbols:$Y}=Object,M7=Object.prototype.hasOwnProperty,N7=Object.prototype.propertyIsEnumerable,UY=(R,f,A)=>(f in R)?y7(R,f,{enumerable:!0,configurable:!0,writable:!0,value:A}):R[f]=A,AF=(R,f)=>{for(var A in f||(f={}))if(M7.call(f,A))UY(R,A,f[A]);if($Y){for(var A of $Y(f))if(N7.call(f,A))UY(R,A,f[A])}return R},j7=((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())})},Q7={unformatted:["code","pre","em","strong","span"],indent_inner_html:!0,indent_char:" ",indent_size:2,sep:"\n"},z7=(R,f={})=>{return WY.default.html(R,AF(AF({},Q7),f))},E7=[{selector:"img",format:"skip"},{selector:"#__react-email-preview",format:"skip"},{selector:"a",options:{linkBrackets:!1}}];var GY=new TextDecoder("utf-8"),YY=(R)=>HF(void 0,null,function*(){let f="";if("pipeTo"in R){const A=new WritableStream({write(H){f+=GY.decode(H)}});yield R.pipeTo(A)}else{const{Writable:A}=j7("stream"),H=new A({write(P,F,h){f+=GY.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 YY(yield A.renderToReadableStream(R));else yield new Promise((h,$)=>{const U=A.renderToPipeableStream(R,{onAllReady(){return HF(this,null,function*(){H=yield YY(U),h()})},onError(G){$(G)}})});if(f==null?void 0:f.plainText)return K1(H,AF({selectors:E7},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 z7(F);return F});var{defineProperty:T7,defineProperties:O7,getOwnPropertyDescriptors:S7,getOwnPropertySymbols:DY}=Object,v7=Object.prototype.hasOwnProperty,w7=Object.prototype.propertyIsEnumerable,ZY=(R,f,A)=>(f in R)?T7(R,f,{enumerable:!0,configurable:!0,writable:!0,value:A}):R[f]=A,T0=(R,f)=>{for(var A in f||(f={}))if(v7.call(f,A))ZY(R,A,f[A]);if(DY){for(var A of DY(f))if(w7.call(f,A))ZY(R,A,f[A])}return R},B7=(R,f)=>O7(R,S7(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())})},K7="3.4.0",b7=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}`)})}},g7=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}`)})}},u7=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)})}},C7=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}`)})}},x7=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`)})}},m7=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}`)})}},IY="https://api.resend.com",qY=`resend-node:${K7}`,c7=typeof process!=="undefined"&&process.env?process.env.RESEND_BASE_URL||IY:IY,i7=typeof process!=="undefined"&&process.env?process.env.RESEND_USER_AGENT||qY:qY,JY=class{constructor(R){if(this.key=R,this.apiKeys=new b7(this),this.audiences=new g7(this),this.batch=new u7(this),this.contacts=new C7(this),this.domains=new x7(this),this.emails=new m7(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":i7,"Content-Type":"application/json"})}fetchRequest(R){return B(this,arguments,function*(f,A={}){try{const H=yield fetch(`${c7}${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 XY={resend:async(R)=>{const f=new JY(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=XY[this.provider]}}var Zf=function(R,f,A,H,P){function F(...U){if(!(this instanceof F))throw new TypeError(ch);fI(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,{...bY(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 fI(G,U),G},$]},PI=function(R){return R=R.concat("id").sort(),(f)=>{if(!gY(f,R))throw new TypeError(jZ);return f}},H0=function(R){if(NR(R)||R.calendar!==void 0||R.timeZone!==void 0)throw new TypeError(LZ);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(tL),{i:h})))[A](H);var F,h};return f},of=function(){throw new TypeError(MZ)},t0=function({calendar:R}){return typeof R=="string"?new T$(R):R},tZ=function(R,f){if(f=FR(f),ZR(R)){const H=NR(R);if(H&&H.branding===nA)return g(f),H;const P=$I(R);return vh(_P(P||v),!P,R,f)}const A=lW(tA,R);return g(f),A},FI=function(R,f,A){return H=f.call(R,vR(IR(A))),nF(x0(H));var H},pP=function(R,f=WI){const A=Object.keys(f).sort(),H={};for(let P of A)H[P]=O(f[P],R,CZ(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 mW(R)};var eZ=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||P6(R):((f)=>jP(_W(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 TD(R,f)}return g(f),dW(R)},y$=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=sW(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 ED(aP(e0(R)),R,f)}const A=pW(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=MP(R);return g(f),A},hI=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:OD(R)}return kW(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{...QD(d,i,aP(A),R),calendar:A}}return cW(R)}},e0=function(R){return $I(R)||v},$I=function(R){const{calendar:f}=R;if(f!==void 0)return MR(f)},MR=function(R){return ZR(R)?(NR(R)||{}).calendar||y6(R):((f)=>i0(aW(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 zD(d,i,aP(H),H,R,f)}return iW(R,f)},RI=function(R){return eR((f)=>(A)=>f(J$(A)),R)},J$=function(R){return OR(R,GR)},CL=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(cL),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(zZ);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")&&xL(P);typeof F.value=="function"?F.value=P==="constructor"?H:h||mL(P):h&&(F.get=function(){return h.bind(this)})}return A.prototype.value=Object.create(R,f),Object.defineProperties(H,A),H},xL=function(R){return function(...f){const A=O$.get(this),[H,...P]=A(...f);return H[R](...P)}},mL=function(R){return function(...f){return O$.get(this).u[R](...f)}},cL=function(R){const f=iL[R];if(!f)throw new TypeError(QZ(R));return Vf(f,uR(Ch))};var KR=function(R,f,A,H,P){return oR(f,KY(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(JZ(R,f,A,H,F));return h},KY=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)},bY=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},p7=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},yF=function(R){R={...R};const f=Object.keys(R);for(let A of f)R[A]===void 0&&delete R[A];return R},gY=function(R,f){for(let A of f)if(!(A in R))return 0;return 1},uY=function(R,f,A){for(let H of R)if(f[H]!==A[H])return 0;return 1},CY=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)},LY=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)},yf=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),MF(R,f)]},tH=function(R,f){return Math.trunc(R/f)||0},MF=function(R,f){return R%f||0},uH=function(R){return Math.abs(R%1)===0.5},xY=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=MF(R,F)}return H},mY=function(R){return R===v?KP:[]},cY=function(R){return R===v?a0:[]},iY=function(R){return R===v?["year","day"]:[]},pY=function(R){if(R!==void 0)return e(R)},sY=function(R){if(R!==void 0)return Rf(R)},NF=function(R){if(R!==void 0)return x0(R)},Rf=function(R){return kY(x0(R))},x0=function(R){return dY(K4(R))},jF=function(R){if(R==null)throw new TypeError("Cannot be null or undefined");return R},lY=function(R,f){if(f==null)throw new RangeError(xh(R));return f},Nf=function(R){if(!ZR(R))throw new TypeError(qZ);return R},RP=function(R,f,A=R){if(typeof f!==R)throw new TypeError(l0(A,f));return f},dY=function(R,f="number"){if(!Number.isInteger(R))throw new RangeError(P4(f,R));return R||0},kY=function(R,f="number"){if(R<=0)throw new RangeError(F4(f,R));return R},VF=function(R){if(typeof R=="symbol")throw new TypeError(G4);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(U4(R));return R},aY=function(R,f="number"){if(typeof R=="bigint")throw new TypeError($4(f));if(R=Number(R),!Number.isFinite(R))throw new RangeError(h4(f,R));return R},QR=function(R,f){return Math.trunc(aY(R,f))||0},_Y=function(R,f){return dY(aY(R,f),f)},yY=function(R,f){return kY(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])},oY=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]},rY=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=yf){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||oY(R,c4,m4))throw new RangeError(SP);return R},Cf=function(R){return xY(R,5,Pf)[1]},HP=function(R){const[f,A]=yf(R,m);return[eH(A,5,Pf),f]},nY=function(R){return tY(R)[0]},tY=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)/TZ},iA=function(...R){const[f,A]=eY(...R),H=f.valueOf();if(!isNaN(H))return H-A*gR},eY=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]=yf(H,Yf),[h,$]=yf(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)-x4)/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])},RW=function(R){return[R.isoYear,R.isoMonth,R.isoDay]},fW=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},AW=function(R){return vF(R)?366:365},vF=function(R){return R%4==0&&(R%100!=0||R%400==0)},HW=function(R){const[f,A]=eY(R.isoYear,R.isoMonth,R.isoDay);return S0(f.getUTCDay()-A,7)||7},PW=function({isoYear:R}){return R<1?["bce",1-R]:["ce",R]},s7=function(R){const f=TR(R);if(f<p4)return PW(R);const A=EF(A$(xA),f),{era:H,eraYear:P}=qD(A,xA);return[H,P]},FP=function(R){return hA(R),hP(R,1),R},hA=function(R){return FW(R,1),R},MY=function(R){return uY(_h,R,FW(R))},FW=function(R,f){const{isoYear:A}=R,H=KR(R,"isoMonth",1,fW(),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:lZ(Nf(R))},m0=function(R,f=0){R=ff(R);const A=dZ(R),H=t4(R,f);return[lZ(R),H,A]},wF=function(R){return dZ(ff(R))},hW=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):YW(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=lY(rH,F),H=gF(H,F,void 0,A),[F,H,P]},BF=function(R){return th(ff(R))},$W=function(R,f){return KF(ff(R),f)},KF=function(R,f=4){const A=GW(R);return[o0(R,4),...UW(_0(R,f),A)]},UW=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},GW=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(qZ)}},UP=function(R,f){return R&&Object.assign(Object.create(null),R,{overflow:l4[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=u4[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},YW=function(R,f){if(f>R)throw new RangeError(O4)},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(cZ,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(mZ,R)}},k=function(R){return{branding:xP,sign:cf(R),...xR(dh,R)}},WW=function(R){return nY(R.epochNanoseconds)},GP=function(R){return zF(R.epochNanoseconds,Yf)[0]},DW=function(R){return rY(R.epochNanoseconds,IA)},ZW=function(R){return rY(R.epochNanoseconds)},IW=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)},qW=function(R,f,A,H,P){const F=PA(H),[h,$]=((L,j)=>{const V=j((L=uF(L,JF))[pZ]);let z=n4(L);return z=lY(JF,z),[z,V]})(P,R);if(B0(Math.max(h,F),$))return NY(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,$)?NY(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)},NY=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},JW=function(R,f){const[A,H,P]=$P(f,5,1);return IR(WP(R.epochNanoseconds,A,H,P,1))},XW=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(oY(j,V,z))throw new RangeError(d0);return EW(mF(j,V,z),Z)?z:V})(QW,G,f,U);else{const Y=G.getOffsetNanosecondsFor(H);H=GA(G,jW(mf(H,Y),h,$,U),Y,2,0,1)}return LR(H,P,F)},LW=function(R,f){return hR(jW(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]))},MW=function(R,f){const A=R(f.timeZone),H=OR(f,A),[P,F]=QW(H),h=sR(pR(CR(A,P),CR(A,F)),BP,1);if(h<=0)throw new RangeError(d0);return h},NW=function(R,f){const{timeZone:A,calendar:H}=f,P=((F,h,$)=>CR(h,F(OR($,h))))(zW,R(A),f);return LR(P,A,H)},jW=function(R,f,A,H){return VW(R,c0(f,A),H)},VW=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},QW=function(R){const f=zW(R);return[f,YA(f,1)]},zW=function(R){return C4(6,R)},l7=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?k7:d7:a7;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,$]=yf(xf(F,f,A),m);return QF(P+h,$)},xf=function(R,f,A){return EW(R/f,A)*f},EW=function(R,f){return fL[f](R)},d7=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]},k7=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=yP(Z);return[{...R,...V,days:R.days+j},f,Boolean(j)]},a7=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=GW(G),D=RL(G),Z=o0(G,4),J=_0(G,4);return[Y,e4(G),D,Z,...UW(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(VW(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 TW(R.calendar,OW,R,BF(f))},kF=function(R,f){return TW(R.calendar,_7,R,BF(f))},aF=function(R,f){const[A,H,P]=$W(f);return F=P,SW(cF(R,H,A)[0],F);var F},ZP=function(R,f){const[A,H,P]=$W(f,3);return H>1&&(R={...R,...l7(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);CW(W);const Z=rF(D,h),J=h>=0||!$||Z;return($<0?"-":"")+"P"+jY({Y:AA(U.years),M:AA(U.months),W:AA(U.weeks),D:AA(U.days)})+(G||Y||W||J?"T"+jY({H:AA(G),M:AA(Y),S:AA(W,J)+Z}):"")})(R,P)},TW=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)+vW(P,H===2):f(A)},jY=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"+SW(R,f)},aH=function(R){return OW(R)+"-"+rR(R.isoDay)},OW=function(R){const{isoYear:f}=R;return(f<0||f>9999?wW(f)+pH(6,Math.abs(f)):pH(4,f))+"-"+rR(R.isoMonth)},_7=function(R){return rR(R.isoMonth)+"-"+rR(R.isoDay)},SW=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]=yf(Math.abs(R),BP),[P,F]=yf(H,wP),[h,$]=yf(F,nR);return wW(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 vW(A,f===2)}return""},vW=function(R,f){return"["+(f?"!":"")+"u-ca="+R+"]"},rF=function(R,f){let A=pH(9,R);return A=f===void 0?A.replace(PL,""):A.slice(0,f),A?"."+A:""},wW=function(R){return R<0?"-":"+"},AA=function(R,f){return R||f?R.toLocaleString("fullwide",{useGrouping:0}):""},o7=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}},BW=function(R,f){const A=OR(f,R);return{calendar:f.calendar,...xR(cZ,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(j4)}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(V4);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(M4);return R},tF=function(R){if(R>m)throw new RangeError(N4);return R},eF=function(R,f,A){return IR(lR(gA(f.epochNanoseconds,((H)=>{if(xW(H))throw new RangeError(E4);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(KW(f,R?SR(A):A)[0])},Fh=function(R,f,A,H,P){const F=DR(H,5);let h=A.epochNanoseconds;if(xW(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]=KW(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))},KW=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?IW:zR},JP=function(R){return R?O(Fh,R):hh},Uh=function(R){return R?O(n7,R):t7},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))},bW=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[pZ]);let F0=bF(c);const wI=o0(c,7);let rf=_0(c);if(YR===void 0&&rf===void 0)throw new RangeError(T4);return rf==null&&(rf=0),YR==null&&(YR=Math.max(rf,a)),YW(YR,rf),F0=gF(F0,rf,1),[YR,rf,F0,wI,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)},gW=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},uW=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(z4);A=P}}return A},lA=function(R){for(let f of g4)oR(f,R[f],-SY,SY,1);return CW(sR(DR(R),nR)),R},CW=function(R){if(!Number.isSafeInteger(R))throw new RangeError(Q4)},DR=function(R,f=6){return xY(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},yP=function(R,f=5){return eH(R,f,u)},xW=function(R){return Boolean(cf(R,xZ))},PA=function(R){let f=9;for(;f>0&&!R[u[f]];f--);return f},r7=function(R,f){return[R,f]},VY=function(R){const f=Math.floor(R/cH)*cH;return[f,f+cH]},mW=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))},cW=function(R){const f=pf(e(R));if(!f)throw new RangeError(bR(R));if(f.timeZone)return oW(f,f.offset?kA(f.offset):void 0);if(f.m)throw new RangeError(bR(R));return nW(f)},iW=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 oW(A,P,F,h)},kA=function(R){const f=Zh(R);if(f===void 0)throw new RangeError(bR(R));return f},pW=function(R){const f=pf(e(R));if(!f||f.m)throw new RangeError(bR(R));return hR(rW(f))},MP=function(R){const f=pf(e(R));if(!f||f.m)throw new RangeError(bR(R));return $R(f.p?rW(f):nW(f))},sW=function(R,f){const A=Wh(e(f));if(A)return Yh(A),HA(TF(hA(A)));const H=MP(f);return HA(w0(R(H.calendar),H))},Yh=function(R){if(R.calendar!==v)throw new RangeError(Mf(R.calendar))},lW=function(R,f){const A=Dh(e(f));if(A)return Yh(A),dH(hA(A));const H=MP(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)},dW=function(R){let f,A=((H)=>{const P=GL.exec(H);return P?(NP(P[10]),RD(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(Mf("Z"));Yh(A)}if((f=Wh(R))&&MY(f))throw new RangeError(bR(R));if((f=Dh(R))&&MY(f))throw new RangeError(bR(R));return Af(hP(A,1))},kW=function(R){const f=((A)=>{const H=DL.exec(A);return H?((P)=>{function F(Y,W,D){let Z=0,J=0;if(D&&([Z,U]=yf(U,Gf[D])),Y!==void 0){if($)throw new RangeError(Mf(Y));J=((X)=>{const L=parseInt(X);if(!Number.isFinite(L))throw new RangeError(Mf(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(XZ(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))},aW=function(R){const f=pf(R)||Wh(R)||Dh(R);return f?f.calendar:R},_W=function(R){const f=pf(R);return f&&(f.timeZone||f.m&&XA||f.offset)||R},oW=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))},rW=function(R){return tW(jf(FP(R)))},nW=function(R){return tW(bf(hA(R)))},tW=function(R){return{...R,calendar:i0(R.calendar)}},pf=function(R){const f=UL.exec(R);return f?((A)=>{const H=A[10],P=(H||"").toUpperCase()==="Z";return{isoYear:eW(A),isoMonth:parseInt(A[4]),isoDay:parseInt(A[5]),...RD(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=hL.exec(R);return f?((A)=>({isoYear:eW(A),isoMonth:parseInt(A[4]),isoDay:1,...NP(A[5])}))(f):void 0},Dh=function(R){const f=$L.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=YL.exec(R);return A?((H,P)=>{const F=H[4]||H[5];if(P&&F)throw new RangeError(Mf(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},eW=function(R){const f=qh(R[1]),A=parseInt(R[2]||R[3]);if(f<0&&!A)throw new RangeError(Mf(-0));return f*A},RD=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(WL,(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(Mf(P))}else{if(A)throw new RangeError(Mf(P));A=U}return""}),H.length>1&&f)throw new RangeError(Mf(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)},fD=function(R){return jP(e(R))},jP=function(R){const f=Jh(R);return typeof f=="number"?UA(f):f?((A)=>{if(IL.test(A))throw new RangeError(y4);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?LY(F).replace(/island|noronha|murdo|rivadavia|urville/,LY):F)).join("/")})(R):XA},QY=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?ZL(R):void 0},Xh=function(R,f){return ER(R.epochNanoseconds,f.epochNanoseconds)},Lh=function(R,f){return ER(R.epochNanoseconds,f.epochNanoseconds)},AD=function(R,f,A,H,P,F){const h=R(ff(F).relativeTo),$=Math.max(PA(H),PA(P));if(uY(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)))},yh=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))},HD=function(R,f){return!Xh(R,f)},PD=function(R,f){return!Lh(R,f)&&!!QP(R.timeZone,f.timeZone)&&sA(R.calendar,f.calendar)},FD=function(R,f){return!yh(R,f)&&sA(R.calendar,f.calendar)},hD=function(R,f){return!WA(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!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 QY(A)===QY(H)}catch(P){}},Mh=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(VZ);return V})(H.timeZone,P.timeZone)),j=R(h);X=WD(j,L,H,P,J,U,$),X=YP(X,Z,U,G,Y,W,j,H,IW,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=DD(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 YD(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 YD(f,()=>U,w0(U,A),w0(U,H),...$,h)},YD=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,...yP(G,F)};return k(R?SR(Y):Y)},n7=function(R,f,A,H,P,F){const h=ER(H.epochNanoseconds,A.epochNanoseconds);return h?P<6?ZD(A.epochNanoseconds,H.epochNanoseconds,P):WD(f,R,A,H,h,P,F):XR},t7=function(R,f,A,H,P){const F=zR(f),h=zR(A),$=ER(h,F);return $?H<=6?ZD(F,h,H):DD(R,f,A,$,H,P):XR},WD=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:ID(Y,W)}):R.dateUntil($,U,F,h),...yP(G)}},DD=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),...yP(U)}},zP=function(R,f,A,H,P,F){return{...XR,...dA(WP(pR(R,f),H,P,F),A)}},ZD=function(R,f,A){return{...XR,...dA(pR(R,f),A)}},ID=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},e7=function(R){function f(P){return((F,h)=>({...qD(F,h),F:F.month,day:parseInt(F.day)}))(EF(A,P),H)}const A=A$(R),H=_H(R);return{id:R,O:R4(f),B:f4(f)}},R4=function(R){return uR((f)=>{const A=TR(f);return R(A)},WeakMap)},f4=function(R){const f=R(0).year-i4;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:EZ(h.reverse())}})},qD=function(R,f){let A,H,P=JD(R);if(R.era){const F=gZ[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=ND(H,F[A]||0))}return{era:A,eraYear:H,year:P}},JD=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=EY(this,R),A=EY(this,R-1),H=f.length;if(H>A.length){const P=jD(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))},zY=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},EY=function(R,f){return Object.keys(R.B(f).C)},XD=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(L4(R));return R},_H=function(R){return R==="islamicc"&&(R="islamic"),R.split("-")[0]},LD=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},MD=function(R){const f=JL.exec(R);if(!f)throw new RangeError(J4(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)},ND=function(R,f){return(f+R)*(Math.sign(f)||1)||0},DF=function(R){return gZ[VD(R)]},jD=function(R){return B4[VD(R)]},VD=function(R){return _H(R.id||v)},QD=function(R,f,A,H){const P=sf(A,H,Hf,[],wZ);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}},zD=function(R,f,A,H,P,F){const h=sf(A,P,Hf,SZ,wZ),$=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)},ED=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)},TD=function(R,f){const A=g(f);return Af(DA(Uf(R,IF,[],1),A))},OD=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(Y4($));if($==="constructor"||$==="__proto__")throw new RangeError(mh($));let U=R[$];if(U!==void 0)h=1,vY[$]&&(U=vY[$](U,$)),P[$]=U;else if(A){if(A.includes($))throw new TypeError(xh($));P[$]=bZ[$]}F=$}if(H&&!h)throw new TypeError(XZ(f));return P},DA=function(R,f){return hP(ML({...bZ,...R}),f)},SD=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,vZ,OZ),[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,$)},vD=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))},wD=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)},BD=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))},KD=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)},bD=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))},gD=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,KZ);return R.monthDayFromFields(A)},Bh=function(R,f,A){const H=sf(R,f,BZ);return R.yearMonthFromFields(H,A)},uD=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(D4);if(!F)throw new RangeError(W4);const h=F[A];if(h===void 0)throw new RangeError(I4(A));const $=ND(H,h);if(P!==void 0&&P!==$)throw new RangeError(Z4);P=$}else if(P===void 0)throw new TypeError(q4(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]=MD(U);let J=oH(D,Z,W);if(Z){const X=jD($);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(NZ);P=h,H=1}else if(P===void 0)throw new TypeError(X4);return oR("month",P,1,R.L(A),H)},TY=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]},CD=function(R){return IR(lR(AP(fP(R))))},xD=function(R,f,A,H,P=v){return LR(lR(AP(fP(A))),f(H),R(P))},mD=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))},cD=function(R,f,A,H,P=v){return $R(bf(hA(eR(QR,{isoYear:f,isoMonth:A,isoDay:H}))),R(P))},iD=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)})),$)},pD=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})),$)},sD=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))},lD=function(R=0,f=0,A=0,H=0,P=0,F=0,h=0,$=0,U=0,G=0){return k(lA(eR(_Y,cA(u,[R,f,A,H,P,F,h,$,U,G]))))},Kh=function(R,f,A=v){return LR(R.epochNanoseconds,f,A)},dD=function(R){return IR(R.epochNanoseconds)},bh=function(R,f){return hR(OR(f,R))},gh=function(R,f){return $R(OR(f,R))},kD=function(R,f,A){return Bh(R(f.calendar),A)},aD=function(R,f,A){return wh(R(f.calendar),A)},uh=function(R,f){return Af(OR(f,R))},_D=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)},oD=function(R,f,A){const H=R(f.calendar);return HA({...f,...Bh(H,A)})},rD=function(R,f,A){return wh(R(f.calendar),A)},nD=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)},tD=function(R,f=tR){return hR(jf({...R,...f}))},eD=function(R,f,A){return Bh(R(f.calendar),A)},RZ=function(R,f,A){return wh(R(f.calendar),A)},fZ=function(R,f,A,H){return((P,F,h)=>uD(P,F,BZ,Nf(h),a0))(R(f.calendar),A,H)},AZ=function(R,f,A,H){return((P,F,h)=>uD(P,F,KZ,Nf(h),KP))(R(f.calendar),A,H)},HZ=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)},PZ=function(R,f){return hR(jf({...R,...f}))},FZ=function(R){return IR(lR(CA(R,nR)))},hZ=function(R){return IR(lR(CA(R,Yf)))},$Z=function(R){return IR(lR(AP(fP(R),IA)))},UZ=function(R){return IR(lR(AP(fP(R))))},GZ=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)},YZ=function(R,f,A){const H=f.timeZone,P=R(H),F={...OR(f,P),...A},h=IZ(f.calendar,A.calendar);return LR(GA(P,F,F.offsetNanoseconds,2),H,h)},WZ=function(R,f=tR){return hR({...R,...f})},DZ=function(R,f){return hR({...R,...f},IZ(R.calendar,f.calendar))},OP=function(R,f){return{...R,calendar:f}},ZZ=function(R,f){return{...R,timeZone:f}},IZ=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)},A4=function(R,f){return(A)=>A===v?R:A===bP||A===xA?Object.assign(Object.create(R),{id:A}):Object.assign(Object.create(f),qL(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=uL,...h)=>{const $=f(H&&H(...h),P,F,A),U=$.resolvedOptions();return[$,...H4(R,U,h)]}},Ch=function(R,f,A,H){if(A=H(A),R){if(A.timeZone!==void 0)throw new TypeError(S4);A.timeZone=R}return new lf(f,A)},H4=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 BY||(BY=new lf().resolvedOptions().timeZone)},P4=(R,f)=>`Non-integer ${R}: ${f}`,F4=(R,f)=>`Non-positive ${R}: ${f}`,h4=(R,f)=>`Non-finite ${R}: ${f}`,$4=(R)=>`Cannot convert bigint to ${R}`,U4=(R)=>`Invalid bigint: ${R}`,G4="Cannot convert Symbol to string",qZ="Invalid object",JZ=(R,f,A,H,P)=>P?JZ(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}`,Y4=(R)=>`Duplicate field ${R}`,XZ=(R)=>"No valid fields: "+R.join(),LZ="Invalid bag",yZ=(R,f,A)=>l0(R,f)+"; must be "+Object.keys(A).join(),MZ="Cannot use valueOf",ch="Invalid calling context",W4="Forbidden era/eraYear",D4="Mismatching era/eraYear",Z4="Mismatching year/eraYear",I4=(R)=>`Invalid era: ${R}`,q4=(R)=>"Missing year"+(R?"/era/eraYear":""),J4=(R)=>`Invalid monthCode: ${R}`,NZ="Mismatching month/monthCode",X4="Missing month/monthCode",OY="Cannot guess year",O0="Invalid leap month",jZ="Invalid protocol",d0="Invalid protocol results",ih="Mismatching Calendars",L4=(R)=>`Invalid Calendar: ${R}`,VZ="Mismatching TimeZones",y4="Forbidden ICU TimeZone",M4="Out-of-bounds offset",N4="Out-of-bounds TimeZone gap",j4="Invalid TimeZone offset",V4="Ambiguous offset",SP="Out-of-bounds date",Q4="Out-of-bounds duration",z4="Cannot mix duration signs",vP="Missing relativeTo",E4="Cannot use large units",T4="Required smallestUnit or largestUnit",O4="smallestUnit > largestUnit",bR=(R)=>`Cannot parse: ${R}`,Mf=(R)=>`Invalid substring: ${R}`,QZ=(R)=>`Cannot format ${R}`,zZ="Mismatching types for formatting",S4="Cannot specify TimeZone",EZ=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,TZ=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),OZ=["offset"],SZ=["timeZone"],vZ=zf.concat(OZ),wZ=vZ.concat(SZ),qF=["era","eraYear"],v4=qF.concat(["year"]),KP=["year"],ph=["monthCode"],sh=["month"].concat(ph),a0=["day"],lh=sh.concat(KP),BZ=ph.concat(KP),Hf=a0.concat(lh),w4=a0.concat(sh),KZ=a0.concat(ph),bZ=oA(zf,0),v="iso8601",bP="gregory",xA="japanese",gZ={[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"),uZ=O(RP,"boolean"),K4=O(RP,"number"),CZ=O(RP,"function"),u=k0.map((R)=>R+"s"),dh=C0(u),b4=u.slice(0,6),xZ=u.slice(6),g4=xZ.slice(1),u4=EZ(u),XR=oA(u,0),kh=oA(b4,0),ah=O(CY,u),Pf=["isoNanosecond","isoMicrosecond","isoMillisecond","isoSecond","isoMinute","isoHour"],_h=["isoDay","isoMonth","isoYear"],gP=Pf.concat(_h),oh=C0(_h),mZ=C0(Pf),cZ=C0(gP),tR=oA(mZ,0),C4=O(CY,gP),lf=Intl.DateTimeFormat,iZ="en-GB",rh=1e8,x4=rh*gR,m4=[rh,0],c4=[-rh,0],b0=275760,g0=-271821,i4=1970,mA=1972,Lf=12,p4=iA(1868,9,8),s4=uR(s7,WeakMap),rH="smallestUnit",JF="unit",v0="roundingIncrement",UF="fractionalSecondDigits",pZ="relativeTo",sZ={constrain:0,reject:1},l4=Object.keys(sZ),d4={compatible:0,reject:1,earlier:2,later:3},k4={reject:0,use:1,prefer:2,ignore:3},a4={auto:0,never:1,critical:2,always:3},_4={auto:0,never:1,critical:2},o4={auto:0,never:1},r4={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"),n4=O(CF,JF),lZ=O($A,"overflow",sZ),dZ=O($A,"disambiguation",d4),t4=O($A,"offset",k4),th=O($A,"calendarName",a4),e4=O($A,"timeZoneName",_4),RL=O($A,"offset",o4),o0=O($A,"roundingMode",r4),rA="PlainYearMonth",nA="PlainMonthDay",qA="PlainDate",JA="PlainDateTime",uP="PlainTime",Ef="ZonedDateTime",CP="Instant",xP="Duration",fL=[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,AL=lH(1847),HL=lH((new Date()).getUTCFullYear()+10),PL=/0+$/,OR=uR(o7,WeakMap),SY=4294967295,mP=uR((R)=>{const f=Jh(R);return typeof f=="object"?new aZ(f):new kZ(f||0)});class kZ{constructor(R){this.v=R}getOffsetNanosecondsFor(){return this.v}getPossibleInstantsFor(R){return[OF(R,this.v)]}l(){}}class aZ{constructor(R){this.$=((f)=>{function A(U){const G=GF(U,h,$),[Y,W]=VY(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(r7);let h=AL,$=HL;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]=VY(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*TZ);return lH(JD(H),parseInt(H.month),parseInt(H.day),parseInt(H.hour),parseInt(H.minute),parseInt(H.second))-A})(R))}getOffsetNanosecondsFor(R){return this.$.V(nY(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]=tY(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}))?",_Z=`(?:(?:${eh}(\\d{6}))|(\\d{4}))-?(\\d{2})`,R$="(\\d{2})(?::?(\\d{2})(?::?(\\d{2})"+iH+")?)?",f$=eh+R$,FL=_Z+"-?(\\d{2})(?:[T ]"+R$+"(Z|"+f$+")?)?",oZ="\\[(!?)([^\\]]*)\\]",cP=`((?:${oZ}){0,9})`,hL=aA(_Z+cP),$L=aA("(?:--)?(\\d{2})-?(\\d{2})"+cP),UL=aA(FL+cP),GL=aA("T?"+R$+"(?:"+f$+")?"+cP),YL=aA(f$),WL=new RegExp(oZ,"g"),DL=aA(`${eh}?P(\\d+Y)?(\\d+M)?(\\d+W)?(\\d+D)?(?:T(?:(\\d+)${iH}H)?(?:(\\d+)${iH}M)?(?:(\\d+)${iH}S)?)?`),ZL=uR((R)=>new lf(iZ,{timeZone:R,era:"short",year:"numeric",month:"numeric",day:"numeric",hour:"numeric",minute:"numeric",second:"numeric"})),IL=/^(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$/,qL=uR(e7),A$=uR((R)=>new lf(iZ,{calendar:R,timeZone:XA,era:"short",year:"numeric",month:"short",day:"numeric"})),JL=/^M(\d{2})(L?)$/,XL={era:sH,eraYear:QR,year:QR,month:yY,monthCode:sH,day:yY},LL=oA(zf,QR),yL=oA(u,_Y),vY=Object.assign({},XL,LL,yL,{offset:sH}),ML=O(p7,zf,Pf),wY={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=ID({...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=TY(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]=MD(P),W=KY(R,"day");const D=this.N($,U,W);if(!D)throw new RangeError(OY);if([G,Y]=D,h!==void 0&&h!==Y)throw new RangeError(NZ);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=TY(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(OY);[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,v4),this.id===xA&&$F(A,f,w4,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:HW,daysInWeek(){return 7}},NL={dayOfYear:Th,h:RW,q:iA},jL=Object.assign({},NL,{weekOfYear:LD,yearOfWeek:yD,R(R){function f(Z){return(7-Z<H?7:0)-Z}function A(Z){const J=AW(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=HW(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]}}),VL={dayOfYear:Th,h:YF,q:K0,weekOfYear:LD,yearOfWeek:yD,R(){return[]}},tA=A4(Object.assign({},wY,jL,{h:RW,ee(R){return this.id===bP?PW(R):this.id===xA?s4(R):[]},I:(R,f)=>[f,0],N(R,f){if(!f)return[mA,R]},K:vF,U(){},L:fW,J:(R)=>R*Lf,j:SF,X:AW,P:(R,f,A)=>({isoYear:R,isoMonth:f,isoDay:A}),q:iA,_:(R,f,A)=>(R+=tH(A,Lf),(f+=MF(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({},wY,VL,{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<=zY.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:zY,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"],rZ={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$),QL=Object.assign({},h$,{timeZoneName:"short"}),zL=Object.keys(H$),EL=Object.keys(rZ),TL=Object.keys(P$),OL=Object.keys(F$),$$=["dateStyle"],SL=zL.concat($$),vL=EL.concat($$),U$=TL.concat($$,["weekday"]),r0=OL.concat(["dayPeriod","timeStyle"]),G$=U$.concat(r0),wL=G$.concat(eA),BL=eA.concat(r0),KL=eA.concat(U$),bL=eA.concat(["day","weekday"],r0),gL=eA.concat(["year","weekday"],r0),uL={},Y$=[ZA(G$,h$),GP],nZ=[ZA(wL,QL),GP,0,(R,f)=>{const A=JR(R.timeZone);if(f&&JR(f.timeZone)!==A)throw new RangeError(VZ);return A}],W$=[ZA(G$,h$,eA),TR],D$=[ZA(U$,P$,BL),TR],Z$=[ZA(r0,F$,KL),(R)=>Cf(R)/Yf],I$=[ZA(SL,H$,bL),TR,1],q$=[ZA(vL,rZ,gL),TR,1],BY;var iL={Instant:Y$,PlainDateTime:W$,PlainDate:D$,PlainTime:Z$,PlainYearMonth:I$,PlainMonthDay:q$},pL=Vf(Y$),sL=Vf(nZ),lL=Vf(W$),dL=Vf(D$),kL=Vf(Z$),aL=Vf(I$),_L=Vf(q$),M$={era:pY,eraYear:NF,year:x0,month:Rf,daysInMonth:Rf,daysInYear:Rf,inLeapYear:uZ,monthsInYear:Rf},lP={monthCode:e},N$={day:Rf},UI={dayOfWeek:Rf,dayOfYear:Rf,weekOfYear:sY,yearOfWeek:NF,daysInWeek:Rf},GI=Object.assign({},M$,lP,N$,UI),sP=new WeakMap,NR=sP.get.bind(sP),fI=sP.set.bind(sP),oL={...iP(M$,[rA]),...iP(UI,[]),...iP(lP,[rA,nA]),...iP(N$,[nA])},j$=L$(GI),rL=L$({...M$,...lP}),nL=L$({...lP,...N$}),RH={calendarId:(R)=>JR(R.calendar)},tL=eR((R,f)=>function(A){const{i:H}=this;return R(H[f](fR($R(A,H))))},GI),eL=u0((R)=>(f)=>f[R],u.concat("sign")),V$=u0((R,f)=>(A)=>A[Pf[f]],zf),YI={epochSeconds:WW,epochMilliseconds:GP,epochMicroseconds:DW,epochNanoseconds:ZW},fH=O(LF,new Set(["branding"])),[R6,A0,f6]=Zf(nA,O(pD,MR),{...RH,...nL},{getISOFields:fH,getCalendar:t0,with(R,f,A){return A0(KD(J6,R,this,H0(f),A))},equals:(R,f)=>UD(R,tZ(f)),toPlainDate(R,f){return fR(AZ(AH,R,this,f))},toLocaleString(R,f,A){const[H,P]=_L(f,A,R);return H.format(P)},toString:kF,toJSON:(R)=>kF(R),valueOf:of},{from:(R,f)=>A0(tZ(R,f))}),WI={getOffsetNanosecondsFor:FI,getPossibleInstantsFor(R,f,A){const H=[...f.call(R,yR(hR(A,v)))].map((F)=>H6(F).epochNanoseconds),P=H.length;return P>1&&(H.sort(ER),tF(sR(pR(H[0],H[P-1])))),H}},X$={getOffsetNanosecondsFor:FI},[A6,vR,H6]=Zf(CP,CD,YI,{add:(R,f)=>vR(eF(0,R,RR(f))),subtract:(R,f)=>vR(eF(1,R,RR(f))),until:(R,f,A)=>p(Mh(0,R,Wf(f),A)),since:(R,f,A)=>p(Mh(1,R,Wf(f),A)),round:(R,f)=>vR(JW(R,f)),equals:(R,f)=>HD(R,Wf(f)),toZonedDateTime(R,f){const A=Nf(f);return UR(Kh(R,d(A.timeZone),MR(A.calendar)))},toZonedDateTimeISO:(R,f)=>UR(Kh(R,d(f))),toLocaleString(R,f,A){const[H,P]=pL(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(FZ(R)),fromEpochMilliseconds:(R)=>vR(hZ(R)),fromEpochMicroseconds:(R)=>vR($Z(R)),fromEpochNanoseconds:(R)=>vR(UZ(R)),compare:(R,f)=>Xh(Wf(R),Wf(f))}),[dP,sy]=Zf("TimeZone",(R)=>{const f=fD(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 yR(hR(mf(H,P),MR(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)=>eZ(1,R,f),getPreviousTransition:({o:R},f)=>eZ(-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}}),P6=PI(Object.keys(WI)),[F6,af]=Zf(uP,sD,V$,{getISOFields:fH,with(R,f,A){return af(bD(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)=>GD(R,df(f)),toZonedDateTime:(R,f)=>UR(HZ(d,wR,i,R,f)),toPlainDateTime:(R,f)=>yR(PZ(R,wR(f))),toLocaleString(R,f,A){const[H,P]=kL(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))}),[h6,_f,$6]=Zf(rA,O(iD,MR),{...RH,...rL},{getISOFields:fH,getCalendar:t0,with(R,f,A){return _f(BD(q6,R,this,H0(f),A))},add:(R,f,A)=>_f(Hh(AI,0,R,RR(f),A)),subtract:(R,f,A)=>_f(Hh(AI,1,R,RR(f),A)),until:(R,f,A)=>p(Qh(HI,0,R,R0(f),A)),since:(R,f,A)=>p(Qh(HI,1,R,R0(f),A)),equals:(R,f)=>$D(R,R0(f)),toPlainDate(R,f){return fR(fZ(AH,R,this,f))},toLocaleString(R,f,A){const[H,P]=aL(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))}),[U6,yR]=Zf(JA,O(mD,MR),{...RH,...j$,...V$},{getISOFields:fH,getCalendar:t0,with(R,f,A){return yR(vD(AH,R,this,H0(f),A))},withCalendar:(R,f)=>yR(OP(R,MR(f))),withPlainDate:(R,f)=>yR(DZ(R,wR(f))),withPlainTime:(R,f)=>yR(WZ(R,y$(f))),add:(R,f,A)=>yR(fh(LA,0,R,RR(f),A)),subtract:(R,f,A)=>yR(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)=>yR(LW(R,f)),equals:(R,f)=>FD(R,kf(f)),toZonedDateTime:(R,f,A)=>UR(_D(i,R,d(f),A)),toPlainDate:(R)=>fR($R(R)),toPlainTime:(R)=>af(Af(R)),toPlainYearMonth(R){return _f(oD(kP,R,this))},toPlainMonthDay(R){return A0(rD(_P,R,this))},toLocaleString(R,f,A){const[H,P]=lL(f,A,R);return H.format(P)},toString:sF,toJSON:(R)=>sF(R),valueOf:of},{from:(R,f)=>yR(kf(R,f)),compare:(R,f)=>yh(kf(R),kf(f))}),[G6,fR,DI]=Zf(qA,O(cD,MR),{...RH,...j$},{getISOFields:fH,getCalendar:t0,with(R,f,A){return fR(wD(AH,R,this,H0(f),A))},withCalendar:(R,f)=>fR(OP(R,MR(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)=>hD(R,wR(f)),toZonedDateTime(R,f){const A=!ZR(f)||f instanceof dP?{timeZone:f}:f;return UR(nD(d,df,i,R,A))},toPlainDateTime:(R,f)=>yR(tD(R,y$(f))),toPlainYearMonth(R){return _f(eD(kP,R,this))},toPlainMonthDay(R){return A0(RZ(_P,R,this))},toLocaleString(R,f,A){const[H,P]=dL(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)]}},ZI=Object.assign({dateFromFields(R,f,A,H){return DI(f.call(R,Object.assign(Object.create(null),A),H))}},Q$),II=Object.assign({yearMonthFromFields(R,f,A,H){return $6(f.call(R,Object.assign(Object.create(null),A),H))}},Q$),qI=Object.assign({monthDayFromFields(R,f,A,H){return f6(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)))}},Y6=Object.assign({},ZI,z$),W6=Object.assign({},II,z$),D6=Object.assign({},qI,z$),E$={dateAdd(R,f,A,H,P){return DI(f.call(R,fR($R(A,R)),p(k(H)),P))}},JI=Object.assign({},E$,{dateUntil(R,f,A,H,P,F){return L6(f.call(R,fR($R(A,R)),fR($R(H,R)),Object.assign(Object.create(null),F,{largestUnit:k0[P]})))}}),Z6=Object.assign({},E$,{day:hI}),I6=Object.assign({},JI,{day:hI}),kP=If(II),aP=If(ZI),_P=If(qI),q6=If(W6),AH=If(Y6),J6=If(D6),LA=If(E$),Df=If(JI),AI=If(Z6),HI=If(I6),[X6,p,L6]=Zf(xP,lD,{...eL,blank:uW},{with:(R,f)=>p(gD(R,f)),negated:(R)=>p(LP(R)),abs:(R)=>p(gW(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(bW(n0,Df,i,R,f)),total:(R,f)=>qW(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)=>AD(n0,LA,i,RR(R),RR(f),A)}),XI={toString:(R)=>R.id,toJSON:(R)=>R.id,...oL,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),hW(H)))),dateFromFields:({id:R,o:f},A,H)=>fR(Oh(f,A,H,iY(R))),yearMonthFromFields:({id:R,o:f},A,H)=>_f(Sh(f,A,H,mY(R))),monthDayFromFields:({id:R,o:f},A,H)=>A0(vh(f,0,A,H,cY(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(yF(jF(f)),yF(jF(A)))},[T$]=Zf("Calendar",(R)=>{const f=XD(R);return{branding:"Calendar",id:f,o:tA(f)}},{id:(R)=>R.id},XI,{from(R){const f=MR(R);return typeof f=="string"?new T$(f):f}}),y6=PI(Object.keys(XI).slice(4)),[M6,UR]=Zf(Ef,O(xD,MR,d),{...YI,...RH,...RI(j$),...RI(V$),offset:(R)=>UA(J$(R).offsetNanoseconds),offsetNanoseconds:(R)=>J$(R).offsetNanoseconds,timeZoneId:(R)=>JR(R.timeZone),hoursInDay:(R)=>MW(i,R)},{getISOFields:(R)=>BW(GR,R),getCalendar:t0,getTimeZone:({timeZone:R})=>typeof R=="string"?new dP(R):R,with(R,f,A){return UR(SD(AH,i,R,this,H0(f),A))},withCalendar:(R,f)=>UR(OP(R,MR(f))),withTimeZone:(R,f)=>UR(ZZ(R,d(f))),withPlainDate:(R,f)=>UR(YZ(i,R,wR(f))),withPlainTime:(R,f)=>UR(GZ(i,R,y$(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(XW(i,R,f)),startOfDay:(R)=>UR(NW(i,R)),equals:(R,f)=>PD(R,f0(f)),toInstant:(R)=>vR(dD(R)),toPlainDateTime:(R)=>yR(bh(GR,R)),toPlainDate:(R)=>fR(gh(GR,R)),toPlainTime:(R)=>af(uh(GR,R)),toPlainYearMonth(R){return _f(kD(kP,R,this))},toPlainMonthDay(R){return A0(aD(_P,R,this))},toLocaleString(R,f,A={}){const[H,P]=sL(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))}),N6=Object.defineProperties({},{...nH("Temporal.Now"),...FA({timeZoneId:()=>Qf(),instant:()=>vR(IR(s0())),zonedDateTime:(R,f=Qf())=>UR(LR(s0(),d(f),MR(R))),zonedDateTimeISO:(R=Qf())=>UR(LR(s0(),d(R),v)),plainDateTime:(R,f=Qf())=>yR(hR(_A(GR(d(f))),MR(R))),plainDateTimeISO:(R=Qf())=>yR(hR(_A(GR(d(R))),v)),plainDate:(R,f=Qf())=>fR($R(_A(GR(d(f))),MR(R))),plainDateISO:(R=Qf())=>fR($R(_A(GR(d(R))),v)),plainTimeISO:(R=Qf())=>af(Af(_A(GR(d(R)))))})}),yA=Object.defineProperties({},{...nH("Temporal"),...FA({PlainYearMonth:h6,PlainMonthDay:R6,PlainDate:G6,PlainTime:F6,PlainDateTime:U6,ZonedDateTime:M6,Instant:A6,Calendar:T$,TimeZone:dP,Duration:X6,Now:N6})}),j6=CL(),O$=new WeakMap,V6=Object.defineProperties(Object.create(Intl),FA({DateTimeFormat:j6}));class MA extends Error{constructor(){super("Adapter not found");this.name="AdapterNotFound"}}class S${createSession(){throw new MA}deleteSession(){throw new MA}findSession(){throw new MA}findUserByEmailAddress(){throw new MA}updateSession(){throw new MA}createUser(){throw new MA}}class NI extends qf{constructor(){super(...arguments)}schema={email:{required:"Email is required",string:"Invalid email",email:"Invalid email"},password:{required:"Password is required"}}}class jI 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 LI{constructor(){super(...arguments)}provider=HH.getStore().authenticationServiceProvider;async me(){const R=await v$.user();if(!R)throw new MI;return R}async signIn(R=new NI){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(yA.Now.instant().add({hours:this.provider.sessionExpiresInHours}).toString()),absoluteExpiresAt:new Date(yA.Now.instant().add({hours:this.provider.sessionAbsoluteExpiresInHours}).toString())});else G=await this.provider.adapter.updateSession({token:U,expiresAt:new Date(yA.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 jI){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(yA.Now.instant().until(yA.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 VI 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 QI 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:VI,view:QI};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 zI 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:zI};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)}catch(P){if(P.kind===K$){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 Q6=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,...P.middlewares]}}else if(Q6(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)}}class x${R;constructor(R){this.service=R}runMiddleware(R){const f=VA.getStore().req;return R.map((A)=>{if(typeof A==="string"){const H=A,P=this.service.aliases[H];if(P)return new P().run}else{if(tP(A))return new A().run;return A}}).filter(Boolean).reduce((A,H)=>{return async(P,F)=>{return{...await A(P,F),...await H(P,F)}}},(A)=>Promise.resolve({}))(f)}}class nP{emailServiceProvider=PF;authenticationServiceProvider=rP;middlewareServiceProvider=EI;policiesServiceProvider=TI;i18nServiceProvider=OI;fileStorageServiceProvider=SI;apiRouterServiceProvider=C$;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)};return this.services};static getContext=()=>m$.getStore();run(R){const f=this.getServices();return m$.run(f,R)}}class vI{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{vI as PrismaAuthenticationAdapter,nP as Kernel,rP as AuthenticationServiceProvider};export{PF as r,nP as s};