var Yo=Object.defineProperty,Zo=Object.defineProperties;var Jo=Object.getOwnPropertyDescriptors;var Dn=Object.getOwnPropertySymbols;var Qo=Object.prototype.hasOwnProperty,ei=Object.prototype.propertyIsEnumerable;var Nn=(e,t,r)=>t in e?Yo(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r,Je=(e,t)=>{for(var r in t||(t={}))Qo.call(t,r)&&Nn(e,r,t[r]);if(Dn)for(var r of Dn(t))ei.call(t,r)&&Nn(e,r,t[r]);return e},Qe=(e,t)=>Zo(e,Jo(t));import{d as fe,f as U,r as xe,w as lt,c as J,g as ti,e as Ya,y as ri,o as ni,k as Ie,_ as O,$ as j,a0 as _,a2 as ne,ah as ee,F as Ke,ab as $t,ac as N,m as qt,as as ai,G as Za,a1 as Yt,p as oi,ai as ii,aa as G,a8 as Y,a9 as Vn,aj as Fn,ad as Wn,af as Dr,A as Nr,E as li,a3 as gt,a4 as vt}from"./vue-aEZWZQSa.js";import{aV as R,aU as yt,aW as re,aX as si,b as Jr,K as Ee,aY as ui}from"./entry/index-C2Ijy48E-1723706691540.js";import{aN as ur}from"./antd-BY-1PcYE.js";function Zt(e){"@babel/helpers - typeof";return Zt=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(t){return typeof t}:function(t){return t&&typeof Symbol=="function"&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t},Zt(e)}var ci=/^\s+/,fi=/\s+$/;function C(e,t){if(e=e||"",t=t||{},e instanceof C)return e;if(!(this instanceof C))return new C(e,t);var r=di(e);this._originalInput=e,this._r=r.r,this._g=r.g,this._b=r.b,this._a=r.a,this._roundA=Math.round(100*this._a)/100,this._format=t.format||r.format,this._gradientType=t.gradientType,this._r<1&&(this._r=Math.round(this._r)),this._g<1&&(this._g=Math.round(this._g)),this._b<1&&(this._b=Math.round(this._b)),this._ok=r.ok}C.prototype={isDark:function(){return this.getBrightness()<128},isLight:function(){return!this.isDark()},isValid:function(){return this._ok},getOriginalInput:function(){return this._originalInput},getFormat:function(){return this._format},getAlpha:function(){return this._a},getBrightness:function(){var t=this.toRgb();return(t.r*299+t.g*587+t.b*114)/1e3},getLuminance:function(){var t=this.toRgb(),r,n,a,o,s,i;return r=t.r/255,n=t.g/255,a=t.b/255,r<=.03928?o=r/12.92:o=Math.pow((r+.055)/1.055,2.4),n<=.03928?s=n/12.92:s=Math.pow((n+.055)/1.055,2.4),a<=.03928?i=a/12.92:i=Math.pow((a+.055)/1.055,2.4),.2126*o+.7152*s+.0722*i},setAlpha:function(t){return this._a=Ja(t),this._roundA=Math.round(100*this._a)/100,this},toHsv:function(){var t=Kn(this._r,this._g,this._b);return{h:t.h*360,s:t.s,v:t.v,a:this._a}},toHsvString:function(){var t=Kn(this._r,this._g,this._b),r=Math.round(t.h*360),n=Math.round(t.s*100),a=Math.round(t.v*100);return this._a==1?"hsv("+r+", "+n+"%, "+a+"%)":"hsva("+r+", "+n+"%, "+a+"%, "+this._roundA+")"},toHsl:function(){var t=zn(this._r,this._g,this._b);return{h:t.h*360,s:t.s,l:t.l,a:this._a}},toHslString:function(){var t=zn(this._r,this._g,this._b),r=Math.round(t.h*360),n=Math.round(t.s*100),a=Math.round(t.l*100);return this._a==1?"hsl("+r+", "+n+"%, "+a+"%)":"hsla("+r+", "+n+"%, "+a+"%, "+this._roundA+")"},toHex:function(t){return Gn(this._r,this._g,this._b,t)},toHexString:function(t){return"#"+this.toHex(t)},toHex8:function(t){return vi(this._r,this._g,this._b,this._a,t)},toHex8String:function(t){return"#"+this.toHex8(t)},toRgb:function(){return{r:Math.round(this._r),g:Math.round(this._g),b:Math.round(this._b),a:this._a}},toRgbString:function(){return this._a==1?"rgb("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+")":"rgba("+Math.round(this._r)+", "+Math.round(this._g)+", "+Math.round(this._b)+", "+this._roundA+")"},toPercentageRgb:function(){return{r:Math.round(F(this._r,255)*100)+"%",g:Math.round(F(this._g,255)*100)+"%",b:Math.round(F(this._b,255)*100)+"%",a:this._a}},toPercentageRgbString:function(){return this._a==1?"rgb("+Math.round(F(this._r,255)*100)+"%, "+Math.round(F(this._g,255)*100)+"%, "+Math.round(F(this._b,255)*100)+"%)":"rgba("+Math.round(F(this._r,255)*100)+"%, "+Math.round(F(this._g,255)*100)+"%, "+Math.round(F(this._b,255)*100)+"%, "+this._roundA+")"},toName:function(){return this._a===0?"transparent":this._a<1?!1:Oi[Gn(this._r,this._g,this._b,!0)]||!1},toFilter:function(t){var r="#"+Un(this._r,this._g,this._b,this._a),n=r,a=this._gradientType?"GradientType = 1, ":"";if(t){var o=C(t);n="#"+Un(o._r,o._g,o._b,o._a)}return"progid:DXImageTransform.Microsoft.gradient("+a+"startColorstr="+r+",endColorstr="+n+")"},toString:function(t){var r=!!t;t=t||this._format;var n=!1,a=this._a<1&&this._a>=0,o=!r&&a&&(t==="hex"||t==="hex6"||t==="hex3"||t==="hex4"||t==="hex8"||t==="name");return o?t==="name"&&this._a===0?this.toName():this.toRgbString():(t==="rgb"&&(n=this.toRgbString()),t==="prgb"&&(n=this.toPercentageRgbString()),(t==="hex"||t==="hex6")&&(n=this.toHexString()),t==="hex3"&&(n=this.toHexString(!0)),t==="hex4"&&(n=this.toHex8String(!0)),t==="hex8"&&(n=this.toHex8String()),t==="name"&&(n=this.toName()),t==="hsl"&&(n=this.toHslString()),t==="hsv"&&(n=this.toHsvString()),n||this.toHexString())},clone:function(){return C(this.toString())},_applyModification:function(t,r){var n=t.apply(null,[this].concat([].slice.call(r)));return this._r=n._r,this._g=n._g,this._b=n._b,this.setAlpha(n._a),this},lighten:function(){return this._applyModification(Ci,arguments)},brighten:function(){return this._applyModification(xi,arguments)},darken:function(){return this._applyModification(wi,arguments)},desaturate:function(){return this._applyModification(yi,arguments)},saturate:function(){return this._applyModification(mi,arguments)},greyscale:function(){return this._applyModification(bi,arguments)},spin:function(){return this._applyModification(Si,arguments)},_applyCombination:function(t,r){return t.apply(null,[this].concat([].slice.call(r)))},analogous:function(){return this._applyCombination(Ai,arguments)},complement:function(){return this._applyCombination(ki,arguments)},monochromatic:function(){return this._applyCombination(Ei,arguments)},splitcomplement:function(){return this._applyCombination(_i,arguments)},triad:function(){return this._applyCombination(Xn,[3])},tetrad:function(){return this._applyCombination(Xn,[4])}};C.fromRatio=function(e,t){if(Zt(e)=="object"){var r={};for(var n in e)e.hasOwnProperty(n)&&(n==="a"?r[n]=e[n]:r[n]=At(e[n]));e=r}return C(e,t)};function di(e){var t={r:0,g:0,b:0},r=1,n=null,a=null,o=null,s=!1,i=!1;return typeof e=="string"&&(e=$i(e)),Zt(e)=="object"&&(_e(e.r)&&_e(e.g)&&_e(e.b)?(t=hi(e.r,e.g,e.b),s=!0,i=String(e.r).substr(-1)==="%"?"prgb":"rgb"):_e(e.h)&&_e(e.s)&&_e(e.v)?(n=At(e.s),a=At(e.v),t=gi(e.h,n,a),s=!0,i="hsv"):_e(e.h)&&_e(e.s)&&_e(e.l)&&(n=At(e.s),o=At(e.l),t=pi(e.h,n,o),s=!0,i="hsl"),e.hasOwnProperty("a")&&(r=e.a)),r=Ja(r),{ok:s,format:e.format||i,r:Math.min(255,Math.max(t.r,0)),g:Math.min(255,Math.max(t.g,0)),b:Math.min(255,Math.max(t.b,0)),a:r}}function hi(e,t,r){return{r:F(e,255)*255,g:F(t,255)*255,b:F(r,255)*255}}function zn(e,t,r){e=F(e,255),t=F(t,255),r=F(r,255);var n=Math.max(e,t,r),a=Math.min(e,t,r),o,s,i=(n+a)/2;if(n==a)o=s=0;else{var l=n-a;switch(s=i>.5?l/(2-n-a):l/(n+a),n){case e:o=(t-r)/l+(t1&&(f-=1),f<1/6?c+(u-c)*6*f:f<1/2?u:f<2/3?c+(u-c)*(2/3-f)*6:c}if(t===0)n=a=o=r;else{var i=r<.5?r*(1+t):r+t-r*t,l=2*r-i;n=s(l,i,e+1/3),a=s(l,i,e),o=s(l,i,e-1/3)}return{r:n*255,g:a*255,b:o*255}}function Kn(e,t,r){e=F(e,255),t=F(t,255),r=F(r,255);var n=Math.max(e,t,r),a=Math.min(e,t,r),o,s,i=n,l=n-a;if(s=n===0?0:l/n,n==a)o=0;else{switch(n){case e:o=(t-r)/l+(t>1)+720)%360;--t;)n.h=(n.h+a)%360,o.push(C(n));return o}function Ei(e,t){t=t||6;for(var r=C(e).toHsv(),n=r.h,a=r.s,o=r.v,s=[],i=1/t;t--;)s.push(C({h:n,s:a,v:o})),o=(o+i)%1;return s}C.mix=function(e,t,r){r=r===0?0:r||50;var n=C(e).toRgb(),a=C(t).toRgb(),o=r/100,s={r:(a.r-n.r)*o+n.r,g:(a.g-n.g)*o+n.g,b:(a.b-n.b)*o+n.b,a:(a.a-n.a)*o+n.a};return C(s)};C.readability=function(e,t){var r=C(e),n=C(t);return(Math.max(r.getLuminance(),n.getLuminance())+.05)/(Math.min(r.getLuminance(),n.getLuminance())+.05)};C.isReadable=function(e,t,r){var n=C.readability(e,t),a,o;switch(o=!1,a=Pi(r),a.level+a.size){case"AAsmall":case"AAAlarge":o=n>=4.5;break;case"AAlarge":o=n>=3;break;case"AAAsmall":o=n>=7;break}return o};C.mostReadable=function(e,t,r){var n=null,a=0,o,s,i,l;r=r||{},s=r.includeFallbackColors,i=r.level,l=r.size;for(var c=0;ca&&(a=o,n=C(t[c]));return C.isReadable(e,n,{level:i,size:l})||!s?n:(r.includeFallbackColors=!1,C.mostReadable(e,["#fff","#000"],r))};var Vr=C.names={aliceblue:"f0f8ff",antiquewhite:"faebd7",aqua:"0ff",aquamarine:"7fffd4",azure:"f0ffff",beige:"f5f5dc",bisque:"ffe4c4",black:"000",blanchedalmond:"ffebcd",blue:"00f",blueviolet:"8a2be2",brown:"a52a2a",burlywood:"deb887",burntsienna:"ea7e5d",cadetblue:"5f9ea0",chartreuse:"7fff00",chocolate:"d2691e",coral:"ff7f50",cornflowerblue:"6495ed",cornsilk:"fff8dc",crimson:"dc143c",cyan:"0ff",darkblue:"00008b",darkcyan:"008b8b",darkgoldenrod:"b8860b",darkgray:"a9a9a9",darkgreen:"006400",darkgrey:"a9a9a9",darkkhaki:"bdb76b",darkmagenta:"8b008b",darkolivegreen:"556b2f",darkorange:"ff8c00",darkorchid:"9932cc",darkred:"8b0000",darksalmon:"e9967a",darkseagreen:"8fbc8f",darkslateblue:"483d8b",darkslategray:"2f4f4f",darkslategrey:"2f4f4f",darkturquoise:"00ced1",darkviolet:"9400d3",deeppink:"ff1493",deepskyblue:"00bfff",dimgray:"696969",dimgrey:"696969",dodgerblue:"1e90ff",firebrick:"b22222",floralwhite:"fffaf0",forestgreen:"228b22",fuchsia:"f0f",gainsboro:"dcdcdc",ghostwhite:"f8f8ff",gold:"ffd700",goldenrod:"daa520",gray:"808080",green:"008000",greenyellow:"adff2f",grey:"808080",honeydew:"f0fff0",hotpink:"ff69b4",indianred:"cd5c5c",indigo:"4b0082",ivory:"fffff0",khaki:"f0e68c",lavender:"e6e6fa",lavenderblush:"fff0f5",lawngreen:"7cfc00",lemonchiffon:"fffacd",lightblue:"add8e6",lightcoral:"f08080",lightcyan:"e0ffff",lightgoldenrodyellow:"fafad2",lightgray:"d3d3d3",lightgreen:"90ee90",lightgrey:"d3d3d3",lightpink:"ffb6c1",lightsalmon:"ffa07a",lightseagreen:"20b2aa",lightskyblue:"87cefa",lightslategray:"789",lightslategrey:"789",lightsteelblue:"b0c4de",lightyellow:"ffffe0",lime:"0f0",limegreen:"32cd32",linen:"faf0e6",magenta:"f0f",maroon:"800000",mediumaquamarine:"66cdaa",mediumblue:"0000cd",mediumorchid:"ba55d3",mediumpurple:"9370db",mediumseagreen:"3cb371",mediumslateblue:"7b68ee",mediumspringgreen:"00fa9a",mediumturquoise:"48d1cc",mediumvioletred:"c71585",midnightblue:"191970",mintcream:"f5fffa",mistyrose:"ffe4e1",moccasin:"ffe4b5",navajowhite:"ffdead",navy:"000080",oldlace:"fdf5e6",olive:"808000",olivedrab:"6b8e23",orange:"ffa500",orangered:"ff4500",orchid:"da70d6",palegoldenrod:"eee8aa",palegreen:"98fb98",paleturquoise:"afeeee",palevioletred:"db7093",papayawhip:"ffefd5",peachpuff:"ffdab9",peru:"cd853f",pink:"ffc0cb",plum:"dda0dd",powderblue:"b0e0e6",purple:"800080",rebeccapurple:"663399",red:"f00",rosybrown:"bc8f8f",royalblue:"4169e1",saddlebrown:"8b4513",salmon:"fa8072",sandybrown:"f4a460",seagreen:"2e8b57",seashell:"fff5ee",sienna:"a0522d",silver:"c0c0c0",skyblue:"87ceeb",slateblue:"6a5acd",slategray:"708090",slategrey:"708090",snow:"fffafa",springgreen:"00ff7f",steelblue:"4682b4",tan:"d2b48c",teal:"008080",thistle:"d8bfd8",tomato:"ff6347",turquoise:"40e0d0",violet:"ee82ee",wheat:"f5deb3",white:"fff",whitesmoke:"f5f5f5",yellow:"ff0",yellowgreen:"9acd32"},Oi=C.hexNames=Ri(Vr);function Ri(e){var t={};for(var r in e)e.hasOwnProperty(r)&&(t[e[r]]=r);return t}function Ja(e){return e=parseFloat(e),(isNaN(e)||e<0||e>1)&&(e=1),e}function F(e,t){Mi(e)&&(e="100%");var r=Ti(e);return e=Math.min(t,Math.max(0,parseFloat(e))),r&&(e=parseInt(e*t,10)/100),Math.abs(e-t)<1e-6?1:e%t/parseFloat(t)}function cr(e){return Math.min(1,Math.max(0,e))}function ue(e){return parseInt(e,16)}function Mi(e){return typeof e=="string"&&e.indexOf(".")!=-1&&parseFloat(e)===1}function Ti(e){return typeof e=="string"&&e.indexOf("%")!=-1}function Ce(e){return e.length==1?"0"+e:""+e}function At(e){return e<=1&&(e=e*100+"%"),e}function Qa(e){return Math.round(parseFloat(e)*255).toString(16)}function qn(e){return ue(e)/255}var be=function(){var e="[-\\+]?\\d+%?",t="[-\\+]?\\d*\\.\\d+%?",r="(?:"+t+")|(?:"+e+")",n="[\\s|\\(]+("+r+")[,|\\s]+("+r+")[,|\\s]+("+r+")\\s*\\)?",a="[\\s|\\(]+("+r+")[,|\\s]+("+r+")[,|\\s]+("+r+")[,|\\s]+("+r+")\\s*\\)?";return{CSS_UNIT:new RegExp(r),rgb:new RegExp("rgb"+n),rgba:new RegExp("rgba"+a),hsl:new RegExp("hsl"+n),hsla:new RegExp("hsla"+a),hsv:new RegExp("hsv"+n),hsva:new RegExp("hsva"+a),hex3:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex6:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/,hex4:/^#?([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})([0-9a-fA-F]{1})$/,hex8:/^#?([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})([0-9a-fA-F]{2})$/}}();function _e(e){return!!be.CSS_UNIT.exec(e)}function $i(e){e=e.replace(ci,"").replace(fi,"").toLowerCase();var t=!1;if(Vr[e])e=Vr[e],t=!0;else if(e=="transparent")return{r:0,g:0,b:0,a:0,format:"name"};var r;return(r=be.rgb.exec(e))?{r:r[1],g:r[2],b:r[3]}:(r=be.rgba.exec(e))?{r:r[1],g:r[2],b:r[3],a:r[4]}:(r=be.hsl.exec(e))?{h:r[1],s:r[2],l:r[3]}:(r=be.hsla.exec(e))?{h:r[1],s:r[2],l:r[3],a:r[4]}:(r=be.hsv.exec(e))?{h:r[1],s:r[2],v:r[3]}:(r=be.hsva.exec(e))?{h:r[1],s:r[2],v:r[3],a:r[4]}:(r=be.hex8.exec(e))?{r:ue(r[1]),g:ue(r[2]),b:ue(r[3]),a:qn(r[4]),format:t?"name":"hex8"}:(r=be.hex6.exec(e))?{r:ue(r[1]),g:ue(r[2]),b:ue(r[3]),format:t?"name":"hex"}:(r=be.hex4.exec(e))?{r:ue(r[1]+""+r[1]),g:ue(r[2]+""+r[2]),b:ue(r[3]+""+r[3]),a:qn(r[4]+""+r[4]),format:t?"name":"hex8"}:(r=be.hex3.exec(e))?{r:ue(r[1]+""+r[1]),g:ue(r[2]+""+r[2]),b:ue(r[3]+""+r[3]),format:t?"name":"hex"}:!1}function Pi(e){var t,r;return e=e||{level:"AA",size:"small"},t=(e.level||"AA").toUpperCase(),r=(e.size||"small").toLowerCase(),t!=="AA"&&t!=="AAA"&&(t="AA"),r!=="small"&&r!=="large"&&(r="small"),{level:t,size:r}}var Xe=Xe||{};Xe.stringify=function(){var e={"visit_linear-gradient":function(t){return e.visit_gradient(t)},"visit_repeating-linear-gradient":function(t){return e.visit_gradient(t)},"visit_radial-gradient":function(t){return e.visit_gradient(t)},"visit_repeating-radial-gradient":function(t){return e.visit_gradient(t)},visit_gradient:function(t){var r=e.visit(t.orientation);return r&&(r+=", "),t.type+"("+r+e.visit(t.colorStops)+")"},visit_shape:function(t){var r=t.value,n=e.visit(t.at),a=e.visit(t.style);return a&&(r+=" "+a),n&&(r+=" at "+n),r},"visit_default-radial":function(t){var r="",n=e.visit(t.at);return n&&(r+=n),r},"visit_extent-keyword":function(t){var r=t.value,n=e.visit(t.at);return n&&(r+=" at "+n),r},"visit_position-keyword":function(t){return t.value},visit_position:function(t){return e.visit(t.value.x)+" "+e.visit(t.value.y)},"visit_%":function(t){return t.value+"%"},visit_em:function(t){return t.value+"em"},visit_px:function(t){return t.value+"px"},visit_literal:function(t){return e.visit_color(t.value,t)},visit_hex:function(t){return e.visit_color("#"+t.value,t)},visit_rgb:function(t){return e.visit_color("rgb("+t.value.join(", ")+")",t)},visit_rgba:function(t){return e.visit_color("rgba("+t.value.join(", ")+")",t)},visit_color:function(t,r){var n=t,a=e.visit(r.length);return a&&(n+=" "+a),n},visit_angular:function(t){return t.value+"deg"},visit_directional:function(t){return"to "+t.value},visit_array:function(t){var r="",n=t.length;return t.forEach(function(a,o){r+=e.visit(a),o0&&r("Invalid input not EOF"),S}function a(){return x(o)}function o(){return s("linear-gradient",e.linearGradient,l)||s("repeating-linear-gradient",e.repeatingLinearGradient,l)||s("radial-gradient",e.radialGradient,f)||s("repeating-radial-gradient",e.repeatingRadialGradient,f)}function s(S,H,B){return i(H,function(oe){var $e=B();return $e&&(L(e.comma)||r("Missing comma before color stops")),{type:S,orientation:$e,colorStops:x(w)}})}function i(S,H){var B=L(S);if(B){L(e.startCall)||r("Missing (");var oe=H(B);return L(e.endCall)||r("Missing )"),oe}}function l(){return c()||u()}function c(){return $("directional",e.sideOrCorner,1)}function u(){return $("angular",e.angleValue,1)}function f(){var S,H=d(),B;return H&&(S=[],S.push(H),B=t,L(e.comma)&&(H=d(),H?S.push(H):t=B)),S}function d(){var S=h()||y();if(S)S.at=v();else{var H=p();if(H){S=H;var B=v();B&&(S.at=B)}else{var oe=g();oe&&(S={type:"default-radial",at:oe})}}return S}function h(){var S=$("shape",/^(circle)/i,0);return S&&(S.style=T()||p()),S}function y(){var S=$("shape",/^(ellipse)/i,0);return S&&(S.style=m()||p()),S}function p(){return $("extent-keyword",e.extentKeywords,1)}function v(){if($("position",/^at/,0)){var S=g();return S||r("Missing positioning value"),S}}function g(){var S=b();if(S.x||S.y)return{type:"position",value:S}}function b(){return{x:m(),y:m()}}function x(S){var H=S(),B=[];if(H)for(B.push(H);L(e.comma);)H=S(),H?B.push(H):r("One extra comma");return B}function w(){var S=A();return S||r("Expected color definition"),S.length=m(),S}function A(){return M()||P()||I()||k()}function k(){return $("literal",e.literalColor,0)}function M(){return $("hex",e.hexColor,1)}function I(){return i(e.rgbColor,function(){return{type:"rgb",value:x(D)}})}function P(){return i(e.rgbaColor,function(){return{type:"rgba",value:x(D)}})}function D(){return L(e.number)[1]}function m(){return $("%",e.percentageValue,1)||E()||T()}function E(){return $("position-keyword",e.positionKeywords,1)}function T(){return $("px",e.pixelValue,1)||$("em",e.emValue,1)}function $(S,H,B){var oe=L(H);if(oe)return{type:S,value:oe[B]}}function L(S){var H,B;return B=/^[\n\r\t\s]+/.exec(t),B&&q(B[0].length),H=S.exec(t),H&&q(H[0].length),H}function q(S){t=t.substr(S)}return function(S){return t=S.toString(),n()}}();var Hi=Xe.parse,Ii=Xe.stringify,le="top",ve="bottom",ye="right",se="left",Qr="auto",Bt=[le,ve,ye,se],st="start",Pt="end",Li="clippingParents",eo="viewport",wt="popper",Bi="reference",Yn=Bt.reduce(function(e,t){return e.concat([t+"-"+st,t+"-"+Pt])},[]),to=[].concat(Bt,[Qr]).reduce(function(e,t){return e.concat([t,t+"-"+st,t+"-"+Pt])},[]),ji="beforeRead",Di="read",Ni="afterRead",Vi="beforeMain",Fi="main",Wi="afterMain",zi="beforeWrite",Ki="write",Gi="afterWrite",Ui=[ji,Di,Ni,Vi,Fi,Wi,zi,Ki,Gi];function ke(e){return e?(e.nodeName||"").toLowerCase():null}function ce(e){if(e==null)return window;if(e.toString()!=="[object Window]"){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function Ge(e){var t=ce(e).Element;return e instanceof t||e instanceof Element}function pe(e){var t=ce(e).HTMLElement;return e instanceof t||e instanceof HTMLElement}function en(e){if(typeof ShadowRoot=="undefined")return!1;var t=ce(e).ShadowRoot;return e instanceof t||e instanceof ShadowRoot}function Xi(e){var t=e.state;Object.keys(t.elements).forEach(function(r){var n=t.styles[r]||{},a=t.attributes[r]||{},o=t.elements[r];!pe(o)||!ke(o)||(Object.assign(o.style,n),Object.keys(a).forEach(function(s){var i=a[s];i===!1?o.removeAttribute(s):o.setAttribute(s,i===!0?"":i)}))})}function qi(e){var t=e.state,r={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,r.popper),t.styles=r,t.elements.arrow&&Object.assign(t.elements.arrow.style,r.arrow),function(){Object.keys(t.elements).forEach(function(n){var a=t.elements[n],o=t.attributes[n]||{},s=Object.keys(t.styles.hasOwnProperty(n)?t.styles[n]:r[n]),i=s.reduce(function(l,c){return l[c]="",l},{});!pe(a)||!ke(a)||(Object.assign(a.style,i),Object.keys(o).forEach(function(l){a.removeAttribute(l)}))})}}const Yi={name:"applyStyles",enabled:!0,phase:"write",fn:Xi,effect:qi,requires:["computeStyles"]};function Se(e){return e.split("-")[0]}var ze=Math.max,Jt=Math.min,ut=Math.round;function Fr(){var e=navigator.userAgentData;return e!=null&&e.brands&&Array.isArray(e.brands)?e.brands.map(function(t){return t.brand+"/"+t.version}).join(" "):navigator.userAgent}function ro(){return!/^((?!chrome|android).)*safari/i.test(Fr())}function ct(e,t,r){t===void 0&&(t=!1),r===void 0&&(r=!1);var n=e.getBoundingClientRect(),a=1,o=1;t&&pe(e)&&(a=e.offsetWidth>0&&ut(n.width)/e.offsetWidth||1,o=e.offsetHeight>0&&ut(n.height)/e.offsetHeight||1);var s=Ge(e)?ce(e):window,i=s.visualViewport,l=!ro()&&r,c=(n.left+(l&&i?i.offsetLeft:0))/a,u=(n.top+(l&&i?i.offsetTop:0))/o,f=n.width/a,d=n.height/o;return{width:f,height:d,top:u,right:c+f,bottom:u+d,left:c,x:c,y:u}}function tn(e){var t=ct(e),r=e.offsetWidth,n=e.offsetHeight;return Math.abs(t.width-r)<=1&&(r=t.width),Math.abs(t.height-n)<=1&&(n=t.height),{x:e.offsetLeft,y:e.offsetTop,width:r,height:n}}function no(e,t){var r=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(r&&en(r)){var n=t;do{if(n&&e.isSameNode(n))return!0;n=n.parentNode||n.host}while(n)}return!1}function Re(e){return ce(e).getComputedStyle(e)}function Zi(e){return["table","td","th"].indexOf(ke(e))>=0}function De(e){return((Ge(e)?e.ownerDocument:e.document)||window.document).documentElement}function fr(e){return ke(e)==="html"?e:e.assignedSlot||e.parentNode||(en(e)?e.host:null)||De(e)}function Zn(e){return!pe(e)||Re(e).position==="fixed"?null:e.offsetParent}function Ji(e){var t=/firefox/i.test(Fr()),r=/Trident/i.test(Fr());if(r&&pe(e)){var n=Re(e);if(n.position==="fixed")return null}var a=fr(e);for(en(a)&&(a=a.host);pe(a)&&["html","body"].indexOf(ke(a))<0;){var o=Re(a);if(o.transform!=="none"||o.perspective!=="none"||o.contain==="paint"||["transform","perspective"].indexOf(o.willChange)!==-1||t&&o.willChange==="filter"||t&&o.filter&&o.filter!=="none")return a;a=a.parentNode}return null}function jt(e){for(var t=ce(e),r=Zn(e);r&&Zi(r)&&Re(r).position==="static";)r=Zn(r);return r&&(ke(r)==="html"||ke(r)==="body"&&Re(r).position==="static")?t:r||Ji(e)||t}function rn(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function Ot(e,t,r){return ze(e,Jt(t,r))}function Qi(e,t,r){var n=Ot(e,t,r);return n>r?r:n}function ao(){return{top:0,right:0,bottom:0,left:0}}function oo(e){return Object.assign({},ao(),e)}function io(e,t){return t.reduce(function(r,n){return r[n]=e,r},{})}var el=function(t,r){return t=typeof t=="function"?t(Object.assign({},r.rects,{placement:r.placement})):t,oo(typeof t!="number"?t:io(t,Bt))};function tl(e){var t,r=e.state,n=e.name,a=e.options,o=r.elements.arrow,s=r.modifiersData.popperOffsets,i=Se(r.placement),l=rn(i),c=[se,ye].indexOf(i)>=0,u=c?"height":"width";if(!(!o||!s)){var f=el(a.padding,r),d=tn(o),h=l==="y"?le:se,y=l==="y"?ve:ye,p=r.rects.reference[u]+r.rects.reference[l]-s[l]-r.rects.popper[u],v=s[l]-r.rects.reference[l],g=jt(o),b=g?l==="y"?g.clientHeight||0:g.clientWidth||0:0,x=p/2-v/2,w=f[h],A=b-d[u]-f[y],k=b/2-d[u]/2+x,M=Ot(w,k,A),I=l;r.modifiersData[n]=(t={},t[I]=M,t.centerOffset=M-k,t)}}function rl(e){var t=e.state,r=e.options,n=r.element,a=n===void 0?"[data-popper-arrow]":n;a!=null&&(typeof a=="string"&&(a=t.elements.popper.querySelector(a),!a)||no(t.elements.popper,a)&&(t.elements.arrow=a))}const nl={name:"arrow",enabled:!0,phase:"main",fn:tl,effect:rl,requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function ft(e){return e.split("-")[1]}var al={top:"auto",right:"auto",bottom:"auto",left:"auto"};function ol(e,t){var r=e.x,n=e.y,a=t.devicePixelRatio||1;return{x:ut(r*a)/a||0,y:ut(n*a)/a||0}}function Jn(e){var t,r=e.popper,n=e.popperRect,a=e.placement,o=e.variation,s=e.offsets,i=e.position,l=e.gpuAcceleration,c=e.adaptive,u=e.roundOffsets,f=e.isFixed,d=s.x,h=d===void 0?0:d,y=s.y,p=y===void 0?0:y,v=typeof u=="function"?u({x:h,y:p}):{x:h,y:p};h=v.x,p=v.y;var g=s.hasOwnProperty("x"),b=s.hasOwnProperty("y"),x=se,w=le,A=window;if(c){var k=jt(r),M="clientHeight",I="clientWidth";if(k===ce(r)&&(k=De(r),Re(k).position!=="static"&&i==="absolute"&&(M="scrollHeight",I="scrollWidth")),k=k,a===le||(a===se||a===ye)&&o===Pt){w=ve;var P=f&&k===A&&A.visualViewport?A.visualViewport.height:k[M];p-=P-n.height,p*=l?1:-1}if(a===se||(a===le||a===ve)&&o===Pt){x=ye;var D=f&&k===A&&A.visualViewport?A.visualViewport.width:k[I];h-=D-n.width,h*=l?1:-1}}var m=Object.assign({position:i},c&&al),E=u===!0?ol({x:h,y:p},ce(r)):{x:h,y:p};if(h=E.x,p=E.y,l){var T;return Object.assign({},m,(T={},T[w]=b?"0":"",T[x]=g?"0":"",T.transform=(A.devicePixelRatio||1)<=1?"translate("+h+"px, "+p+"px)":"translate3d("+h+"px, "+p+"px, 0)",T))}return Object.assign({},m,(t={},t[w]=b?p+"px":"",t[x]=g?h+"px":"",t.transform="",t))}function il(e){var t=e.state,r=e.options,n=r.gpuAcceleration,a=n===void 0?!0:n,o=r.adaptive,s=o===void 0?!0:o,i=r.roundOffsets,l=i===void 0?!0:i,c={placement:Se(t.placement),variation:ft(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:a,isFixed:t.options.strategy==="fixed"};t.modifiersData.popperOffsets!=null&&(t.styles.popper=Object.assign({},t.styles.popper,Jn(Object.assign({},c,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:s,roundOffsets:l})))),t.modifiersData.arrow!=null&&(t.styles.arrow=Object.assign({},t.styles.arrow,Jn(Object.assign({},c,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:l})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}const ll={name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:il,data:{}};var Wt={passive:!0};function sl(e){var t=e.state,r=e.instance,n=e.options,a=n.scroll,o=a===void 0?!0:a,s=n.resize,i=s===void 0?!0:s,l=ce(t.elements.popper),c=[].concat(t.scrollParents.reference,t.scrollParents.popper);return o&&c.forEach(function(u){u.addEventListener("scroll",r.update,Wt)}),i&&l.addEventListener("resize",r.update,Wt),function(){o&&c.forEach(function(u){u.removeEventListener("scroll",r.update,Wt)}),i&&l.removeEventListener("resize",r.update,Wt)}}const ul={name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:sl,data:{}};var cl={left:"right",right:"left",bottom:"top",top:"bottom"};function Ut(e){return e.replace(/left|right|bottom|top/g,function(t){return cl[t]})}var fl={start:"end",end:"start"};function Qn(e){return e.replace(/start|end/g,function(t){return fl[t]})}function nn(e){var t=ce(e),r=t.pageXOffset,n=t.pageYOffset;return{scrollLeft:r,scrollTop:n}}function an(e){return ct(De(e)).left+nn(e).scrollLeft}function dl(e,t){var r=ce(e),n=De(e),a=r.visualViewport,o=n.clientWidth,s=n.clientHeight,i=0,l=0;if(a){o=a.width,s=a.height;var c=ro();(c||!c&&t==="fixed")&&(i=a.offsetLeft,l=a.offsetTop)}return{width:o,height:s,x:i+an(e),y:l}}function hl(e){var t,r=De(e),n=nn(e),a=(t=e.ownerDocument)==null?void 0:t.body,o=ze(r.scrollWidth,r.clientWidth,a?a.scrollWidth:0,a?a.clientWidth:0),s=ze(r.scrollHeight,r.clientHeight,a?a.scrollHeight:0,a?a.clientHeight:0),i=-n.scrollLeft+an(e),l=-n.scrollTop;return Re(a||r).direction==="rtl"&&(i+=ze(r.clientWidth,a?a.clientWidth:0)-o),{width:o,height:s,x:i,y:l}}function on(e){var t=Re(e),r=t.overflow,n=t.overflowX,a=t.overflowY;return/auto|scroll|overlay|hidden/.test(r+a+n)}function lo(e){return["html","body","#document"].indexOf(ke(e))>=0?e.ownerDocument.body:pe(e)&&on(e)?e:lo(fr(e))}function Rt(e,t){var r;t===void 0&&(t=[]);var n=lo(e),a=n===((r=e.ownerDocument)==null?void 0:r.body),o=ce(n),s=a?[o].concat(o.visualViewport||[],on(n)?n:[]):n,i=t.concat(s);return a?i:i.concat(Rt(fr(s)))}function Wr(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function pl(e,t){var r=ct(e,!1,t==="fixed");return r.top=r.top+e.clientTop,r.left=r.left+e.clientLeft,r.bottom=r.top+e.clientHeight,r.right=r.left+e.clientWidth,r.width=e.clientWidth,r.height=e.clientHeight,r.x=r.left,r.y=r.top,r}function ea(e,t,r){return t===eo?Wr(dl(e,r)):Ge(t)?pl(t,r):Wr(hl(De(e)))}function gl(e){var t=Rt(fr(e)),r=["absolute","fixed"].indexOf(Re(e).position)>=0,n=r&&pe(e)?jt(e):e;return Ge(n)?t.filter(function(a){return Ge(a)&&no(a,n)&&ke(a)!=="body"}):[]}function vl(e,t,r,n){var a=t==="clippingParents"?gl(e):[].concat(t),o=[].concat(a,[r]),s=o[0],i=o.reduce(function(l,c){var u=ea(e,c,n);return l.top=ze(u.top,l.top),l.right=Jt(u.right,l.right),l.bottom=Jt(u.bottom,l.bottom),l.left=ze(u.left,l.left),l},ea(e,s,n));return i.width=i.right-i.left,i.height=i.bottom-i.top,i.x=i.left,i.y=i.top,i}function so(e){var t=e.reference,r=e.element,n=e.placement,a=n?Se(n):null,o=n?ft(n):null,s=t.x+t.width/2-r.width/2,i=t.y+t.height/2-r.height/2,l;switch(a){case le:l={x:s,y:t.y-r.height};break;case ve:l={x:s,y:t.y+t.height};break;case ye:l={x:t.x+t.width,y:i};break;case se:l={x:t.x-r.width,y:i};break;default:l={x:t.x,y:t.y}}var c=a?rn(a):null;if(c!=null){var u=c==="y"?"height":"width";switch(o){case st:l[c]=l[c]-(t[u]/2-r[u]/2);break;case Pt:l[c]=l[c]+(t[u]/2-r[u]/2);break}}return l}function Ht(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=n===void 0?e.placement:n,o=r.strategy,s=o===void 0?e.strategy:o,i=r.boundary,l=i===void 0?Li:i,c=r.rootBoundary,u=c===void 0?eo:c,f=r.elementContext,d=f===void 0?wt:f,h=r.altBoundary,y=h===void 0?!1:h,p=r.padding,v=p===void 0?0:p,g=oo(typeof v!="number"?v:io(v,Bt)),b=d===wt?Bi:wt,x=e.rects.popper,w=e.elements[y?b:d],A=vl(Ge(w)?w:w.contextElement||De(e.elements.popper),l,u,s),k=ct(e.elements.reference),M=so({reference:k,element:x,strategy:"absolute",placement:a}),I=Wr(Object.assign({},x,M)),P=d===wt?I:k,D={top:A.top-P.top+g.top,bottom:P.bottom-A.bottom+g.bottom,left:A.left-P.left+g.left,right:P.right-A.right+g.right},m=e.modifiersData.offset;if(d===wt&&m){var E=m[a];Object.keys(D).forEach(function(T){var $=[ye,ve].indexOf(T)>=0?1:-1,L=[le,ve].indexOf(T)>=0?"y":"x";D[T]+=E[L]*$})}return D}function yl(e,t){t===void 0&&(t={});var r=t,n=r.placement,a=r.boundary,o=r.rootBoundary,s=r.padding,i=r.flipVariations,l=r.allowedAutoPlacements,c=l===void 0?to:l,u=ft(n),f=u?i?Yn:Yn.filter(function(y){return ft(y)===u}):Bt,d=f.filter(function(y){return c.indexOf(y)>=0});d.length===0&&(d=f);var h=d.reduce(function(y,p){return y[p]=Ht(e,{placement:p,boundary:a,rootBoundary:o,padding:s})[Se(p)],y},{});return Object.keys(h).sort(function(y,p){return h[y]-h[p]})}function ml(e){if(Se(e)===Qr)return[];var t=Ut(e);return[Qn(e),t,Qn(t)]}function bl(e){var t=e.state,r=e.options,n=e.name;if(!t.modifiersData[n]._skip){for(var a=r.mainAxis,o=a===void 0?!0:a,s=r.altAxis,i=s===void 0?!0:s,l=r.fallbackPlacements,c=r.padding,u=r.boundary,f=r.rootBoundary,d=r.altBoundary,h=r.flipVariations,y=h===void 0?!0:h,p=r.allowedAutoPlacements,v=t.options.placement,g=Se(v),b=g===v,x=l||(b||!y?[Ut(v)]:ml(v)),w=[v].concat(x).reduce(function(Pe,we){return Pe.concat(Se(we)===Qr?yl(t,{placement:we,boundary:u,rootBoundary:f,padding:c,flipVariations:y,allowedAutoPlacements:p}):we)},[]),A=t.rects.reference,k=t.rects.popper,M=new Map,I=!0,P=w[0],D=0;D=0,L=$?"width":"height",q=Ht(t,{placement:m,boundary:u,rootBoundary:f,altBoundary:d,padding:c}),S=$?T?ye:se:T?ve:le;A[L]>k[L]&&(S=Ut(S));var H=Ut(S),B=[];if(o&&B.push(q[E]<=0),i&&B.push(q[S]<=0,q[H]<=0),B.every(function(Pe){return Pe})){P=m,I=!1;break}M.set(m,B)}if(I)for(var oe=y?3:1,$e=function(we){var xt=w.find(function(Vt){var Ve=M.get(Vt);if(Ve)return Ve.slice(0,we).every(function(yr){return yr})});if(xt)return P=xt,"break"},Ne=oe;Ne>0;Ne--){var Ze=$e(Ne);if(Ze==="break")break}t.placement!==P&&(t.modifiersData[n]._skip=!0,t.placement=P,t.reset=!0)}}const Cl={name:"flip",enabled:!0,phase:"main",fn:bl,requiresIfExists:["offset"],data:{_skip:!1}};function ta(e,t,r){return r===void 0&&(r={x:0,y:0}),{top:e.top-t.height-r.y,right:e.right-t.width+r.x,bottom:e.bottom-t.height+r.y,left:e.left-t.width-r.x}}function ra(e){return[le,ye,ve,se].some(function(t){return e[t]>=0})}function xl(e){var t=e.state,r=e.name,n=t.rects.reference,a=t.rects.popper,o=t.modifiersData.preventOverflow,s=Ht(t,{elementContext:"reference"}),i=Ht(t,{altBoundary:!0}),l=ta(s,n),c=ta(i,a,o),u=ra(l),f=ra(c);t.modifiersData[r]={referenceClippingOffsets:l,popperEscapeOffsets:c,isReferenceHidden:u,hasPopperEscaped:f},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":u,"data-popper-escaped":f})}const wl={name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:xl};function Sl(e,t,r){var n=Se(e),a=[se,le].indexOf(n)>=0?-1:1,o=typeof r=="function"?r(Object.assign({},t,{placement:e})):r,s=o[0],i=o[1];return s=s||0,i=(i||0)*a,[se,ye].indexOf(n)>=0?{x:i,y:s}:{x:s,y:i}}function kl(e){var t=e.state,r=e.options,n=e.name,a=r.offset,o=a===void 0?[0,0]:a,s=to.reduce(function(u,f){return u[f]=Sl(f,t.rects,o),u},{}),i=s[t.placement],l=i.x,c=i.y;t.modifiersData.popperOffsets!=null&&(t.modifiersData.popperOffsets.x+=l,t.modifiersData.popperOffsets.y+=c),t.modifiersData[n]=s}const _l={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:kl};function Al(e){var t=e.state,r=e.name;t.modifiersData[r]=so({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}const El={name:"popperOffsets",enabled:!0,phase:"read",fn:Al,data:{}};function Ol(e){return e==="x"?"y":"x"}function Rl(e){var t=e.state,r=e.options,n=e.name,a=r.mainAxis,o=a===void 0?!0:a,s=r.altAxis,i=s===void 0?!1:s,l=r.boundary,c=r.rootBoundary,u=r.altBoundary,f=r.padding,d=r.tether,h=d===void 0?!0:d,y=r.tetherOffset,p=y===void 0?0:y,v=Ht(t,{boundary:l,rootBoundary:c,padding:f,altBoundary:u}),g=Se(t.placement),b=ft(t.placement),x=!b,w=rn(g),A=Ol(w),k=t.modifiersData.popperOffsets,M=t.rects.reference,I=t.rects.popper,P=typeof p=="function"?p(Object.assign({},t.rects,{placement:t.placement})):p,D=typeof P=="number"?{mainAxis:P,altAxis:P}:Object.assign({mainAxis:0,altAxis:0},P),m=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,E={x:0,y:0};if(k){if(o){var T,$=w==="y"?le:se,L=w==="y"?ve:ye,q=w==="y"?"height":"width",S=k[w],H=S+v[$],B=S-v[L],oe=h?-I[q]/2:0,$e=b===st?M[q]:I[q],Ne=b===st?-I[q]:-M[q],Ze=t.elements.arrow,Pe=h&&Ze?tn(Ze):{width:0,height:0},we=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:ao(),xt=we[$],Vt=we[L],Ve=Ot(0,M[q],Pe[q]),yr=x?M[q]/2-oe-Ve-xt-D.mainAxis:$e-Ve-xt-D.mainAxis,zo=x?-M[q]/2+oe+Ve+Vt+D.mainAxis:Ne+Ve+Vt+D.mainAxis,mr=t.elements.arrow&&jt(t.elements.arrow),Ko=mr?w==="y"?mr.clientTop||0:mr.clientLeft||0:0,Mn=(T=m==null?void 0:m[w])!=null?T:0,Go=S+yr-Mn-Ko,Uo=S+zo-Mn,Tn=Ot(h?Jt(H,Go):H,S,h?ze(B,Uo):B);k[w]=Tn,E[w]=Tn-S}if(i){var $n,Xo=w==="x"?le:se,qo=w==="x"?ve:ye,Fe=k[A],Ft=A==="y"?"height":"width",Pn=Fe+v[Xo],Hn=Fe-v[qo],br=[le,se].indexOf(g)!==-1,In=($n=m==null?void 0:m[A])!=null?$n:0,Ln=br?Pn:Fe-M[Ft]-I[Ft]-In+D.altAxis,Bn=br?Fe+M[Ft]+I[Ft]-In-D.altAxis:Hn,jn=h&&br?Qi(Ln,Fe,Bn):Ot(h?Ln:Pn,Fe,h?Bn:Hn);k[A]=jn,E[A]=jn-Fe}t.modifiersData[n]=E}}const Ml={name:"preventOverflow",enabled:!0,phase:"main",fn:Rl,requiresIfExists:["offset"]};function Tl(e){return{scrollLeft:e.scrollLeft,scrollTop:e.scrollTop}}function $l(e){return e===ce(e)||!pe(e)?nn(e):Tl(e)}function Pl(e){var t=e.getBoundingClientRect(),r=ut(t.width)/e.offsetWidth||1,n=ut(t.height)/e.offsetHeight||1;return r!==1||n!==1}function Hl(e,t,r){r===void 0&&(r=!1);var n=pe(t),a=pe(t)&&Pl(t),o=De(t),s=ct(e,a,r),i={scrollLeft:0,scrollTop:0},l={x:0,y:0};return(n||!n&&!r)&&((ke(t)!=="body"||on(o))&&(i=$l(t)),pe(t)?(l=ct(t,!0),l.x+=t.clientLeft,l.y+=t.clientTop):o&&(l.x=an(o))),{x:s.left+i.scrollLeft-l.x,y:s.top+i.scrollTop-l.y,width:s.width,height:s.height}}function Il(e){var t=new Map,r=new Set,n=[];e.forEach(function(o){t.set(o.name,o)});function a(o){r.add(o.name);var s=[].concat(o.requires||[],o.requiresIfExists||[]);s.forEach(function(i){if(!r.has(i)){var l=t.get(i);l&&a(l)}}),n.push(o)}return e.forEach(function(o){r.has(o.name)||a(o)}),n}function Ll(e){var t=Il(e);return Ui.reduce(function(r,n){return r.concat(t.filter(function(a){return a.phase===n}))},[])}function Bl(e){var t;return function(){return t||(t=new Promise(function(r){Promise.resolve().then(function(){t=void 0,r(e())})})),t}}function jl(e){var t=e.reduce(function(r,n){var a=r[n.name];return r[n.name]=a?Object.assign({},a,n,{options:Object.assign({},a.options,n.options),data:Object.assign({},a.data,n.data)}):n,r},{});return Object.keys(t).map(function(r){return t[r]})}var na={placement:"bottom",modifiers:[],strategy:"absolute"};function aa(){for(var e=arguments.length,t=new Array(e),r=0;r0?rs:ts)(e)},ns=Math.min,de=function(e){return e>0?ns(bt(e),9007199254740991):0},as=Math.max,os=Math.min,tr=function(e,t){var r=bt(e);return r<0?as(r+t,0):os(r,t)},ha=function(e){return function(t,r,n){var a,o=mt(t),s=de(o.length),i=tr(n,s);if(e&&r!=r){for(;s>i;)if((a=o[i++])!=a)return!0}else for(;s>i;i++)if((e||i in o)&&o[i]===r)return e||i||0;return!e&&-1}},po={includes:ha(!0),indexOf:ha(!1)},is=po.indexOf,go=function(e,t){var r,n=mt(e),a=0,o=[];for(r in n)!X(pr,r)&&X(n,r)&&o.push(r);for(;t.length>a;)X(n,r=t[a++])&&(~is(o,r)||o.push(r));return o},rr=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"],ls=rr.concat("length","prototype"),ss={f:Object.getOwnPropertyNames||function(e){return go(e,ls)}},us={f:Object.getOwnPropertySymbols},cs=gr("Reflect","ownKeys")||function(e){var t=ss.f(ie(e)),r=us.f;return r?t.concat(r(e)):t},fs=function(e,t){for(var r=cs(t),n=Me.f,a=un.f,o=0;o1?arguments[1]:void 0)}});(function(){function e(){qe(this,e)}return Ye(e,null,[{key:"isInBrowser",value:function(){return typeof window!="undefined"}},{key:"isServer",value:function(){return typeof window=="undefined"}},{key:"getUA",value:function(){return e.isInBrowser()?window.navigator.userAgent.toLowerCase():""}},{key:"isMobile",value:function(){return/Mobile|mini|Fennec|Android|iP(ad|od|hone)/.test(navigator.appVersion)}},{key:"isOpera",value:function(){return navigator.userAgent.indexOf("Opera")!==-1}},{key:"isIE",value:function(){var t=e.getUA();return t!==""&&t.indexOf("msie")>0}},{key:"isIE9",value:function(){var t=e.getUA();return t!==""&&t.indexOf("msie 9.0")>0}},{key:"isEdge",value:function(){var t=e.getUA();return t!==""&&t.indexOf("edge/")>0}},{key:"isChrome",value:function(){var t=e.getUA();return t!==""&&/chrome\/\d+/.test(t)&&!e.isEdge()}},{key:"isPhantomJS",value:function(){var t=e.getUA();return t!==""&&/phantomjs/.test(t)}},{key:"isFirefox",value:function(){var t=e.getUA();return t!==""&&/firefox/.test(t)}}]),e})();var Ss=[].join,ks=hr!=Object,_s=hn("join",",");ae({target:"Array",proto:!0,forced:ks||!_s},{join:function(e){return Ss.call(mt(this),e===void 0?",":e)}});var tt,nr,Te=function(e){return Object(Le(e))},dt=Array.isArray||function(e){return Oe(e)=="Array"},yo=!!Object.getOwnPropertySymbols&&!V(function(){return!String(Symbol())}),As=yo&&!Symbol.sham&&typeof Symbol.iterator=="symbol",Kt=ho("wks"),Tt=Z.Symbol,Es=As?Tt:Tt&&Tt.withoutSetter||fn,z=function(e){return X(Kt,e)||(yo&&X(Tt,e)?Kt[e]=Tt[e]:Kt[e]=Es("Symbol."+e)),Kt[e]},Os=z("species"),vr=function(e,t){var r;return dt(e)&&(typeof(r=e.constructor)!="function"||r!==Array&&!dt(r.prototype)?Q(r)&&(r=r[Os])===null&&(r=void 0):r=void 0),new(r===void 0?Array:r)(t===0?0:t)},ht=function(e,t,r){var n=sn(t);n in e?Me.f(e,n,dr(0,r)):e[n]=r},wr=gr("navigator","userAgent")||"",va=Z.process,ya=va&&va.versions,ma=ya&&ya.v8;ma?nr=(tt=ma.split("."))[0]+tt[1]:wr&&(!(tt=wr.match(/Edge\/(\d+)/))||tt[1]>=74)&&(tt=wr.match(/Chrome\/(\d+)/))&&(nr=tt[1]);var ar=nr&&+nr,Rs=z("species"),pn=function(e){return ar>=51||!V(function(){var t=[];return(t.constructor={})[Rs]=function(){return{foo:1}},t[e](Boolean).foo!==1})},Ms=pn("splice"),Ts=Ct("splice",{ACCESSORS:!0,0:0,1:2}),$s=Math.max,Ps=Math.min;ae({target:"Array",proto:!0,forced:!Ms||!Ts},{splice:function(e,t){var r,n,a,o,s,i,l=Te(this),c=de(l.length),u=tr(e,c),f=arguments.length;if(f===0?r=n=0:f===1?(r=0,n=c-u):(r=f-2,n=Ps($s(bt(t),0),c-u)),c+r-n>9007199254740991)throw TypeError("Maximum allowed length exceeded");for(a=vr(l,n),o=0;oc-n+r;o--)delete l[o-1]}else if(r>n)for(o=c-n;o>u;o--)i=o+r-1,(s=o+n-1)in l?l[i]=l[s]:delete l[i];for(o=0;o0&&(!o.multiline||o.multiline&&e[o.lastIndex-1]!==` `)&&(l="(?: "+l+")",u=" "+u,c++),r=new RegExp("^(?:"+l+")",i)),Ar&&(r=new RegExp("^"+l+"$(?!\\s)",i)),_r&&(t=o.lastIndex),n=or.call(s?r:o,u),s?n?(n.input=n.input.slice(c),n[0]=n[0].slice(c),n.index=o.lastIndex,o.lastIndex+=n[0].length):o.lastIndex=0:_r&&n&&(o.lastIndex=o.global?n.index+n[0].length:t),Ar&&n&&n.length>1&&Bs.call(n[0],r,function(){for(a=1;a")!=="7"}),wa="a".replace(/./,"$0")==="$0",Sa=z("replace"),ka=!!/./[Sa]&&/./[Sa]("a","$0")==="",Fs=!V(function(){var e=/(?:)/,t=e.exec;e.exec=function(){return t.apply(this,arguments)};var r="ab".split(e);return r.length!==2||r[0]!=="a"||r[1]!=="b"}),ko=function(e,t,r,n){var a=z(e),o=!V(function(){var f={};return f[a]=function(){return 7},""[e](f)!=7}),s=o&&!V(function(){var f=!1,d=/a/;return e==="split"&&((d={}).constructor={},d.constructor[Ns]=function(){return d},d.flags="",d[a]=/./[a]),d.exec=function(){return f=!0,null},d[a](""),!f});if(!o||!s||e==="replace"&&(!Vs||!wa||ka)||e==="split"&&!Fs){var i=/./[a],l=r(a,""[e],function(f,d,h,y,p){return d.exec===It?o&&!p?{done:!0,value:i.call(d,h,y)}:{done:!0,value:f.call(h,d,y)}:{done:!1}},{REPLACE_KEEPS_$0:wa,REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE:ka}),c=l[0],u=l[1];je(String.prototype,e,c),je(RegExp.prototype,a,function(f,d){return u.call(f,this,d)})}n&&ge(RegExp.prototype[a],"sham",!0)},Ws=z("match"),_o=function(e){var t;return Q(e)&&((t=e[Ws])!==void 0?!!t:Oe(e)=="RegExp")},vn=function(e){if(typeof e!="function")throw TypeError(String(e)+" is not a function");return e},zs=z("species"),_a=function(e){return function(t,r){var n,a,o=String(Le(t)),s=bt(r),i=o.length;return s<0||s>=i?e?"":void 0:(n=o.charCodeAt(s))<55296||n>56319||s+1===i||(a=o.charCodeAt(s+1))<56320||a>57343?e?o.charAt(s):n:e?o.slice(s,s+2):a-56320+(n-55296<<10)+65536}},Ao={codeAt:_a(!1),charAt:_a(!0)},Ks=Ao.charAt,Eo=function(e,t,r){return t+(r?Ks(e,t).length:1)},Gr=function(e,t){var r=e.exec;if(typeof r=="function"){var n=r.call(e,t);if(typeof n!="object")throw TypeError("RegExp exec method returned something other than an Object or null");return n}if(Oe(e)!=="RegExp")throw TypeError("RegExp#exec called on incompatible receiver");return It.call(e,t)},Gs=[].push,Us=Math.min,rt=!V(function(){return!RegExp(4294967295,"y")});ko("split",2,function(e,t,r){var n;return n="abbc".split(/(b)*/)[1]=="c"||"test".split(/(?:)/,-1).length!=4||"ab".split(/(?:ab)*/).length!=2||".".split(/(.?)(.?)/).length!=4||".".split(/()()/).length>1||"".split(/.?/).length?function(a,o){var s=String(Le(this)),i=o===void 0?4294967295:o>>>0;if(i===0)return[];if(a===void 0)return[s];if(!_o(a))return t.call(s,a,i);for(var l,c,u,f=[],d=(a.ignoreCase?"i":"")+(a.multiline?"m":"")+(a.unicode?"u":"")+(a.sticky?"y":""),h=0,y=new RegExp(a.source,d+"g");(l=It.call(y,s))&&!((c=y.lastIndex)>h&&(f.push(s.slice(h,l.index)),l.length>1&&l.index=i));)y.lastIndex===l.index&&y.lastIndex++;return h===s.length?!u&&y.test("")||f.push(""):f.push(s.slice(h)),f.length>i?f.slice(0,i):f}:"0".split(void 0,0).length?function(a,o){return a===void 0&&o===0?[]:t.call(this,a,o)}:t,[function(a,o){var s=Le(this),i=a==null?void 0:a[e];return i!==void 0?i.call(a,s,o):n.call(String(s),a,o)},function(a,o){var s=r(n,a,this,o,n!==t);if(s.done)return s.value;var i=ie(a),l=String(this),c=function(w,A){var k,M=ie(w).constructor;return M===void 0||(k=ie(M)[zs])==null?A:vn(k)}(i,RegExp),u=i.unicode,f=(i.ignoreCase?"i":"")+(i.multiline?"m":"")+(i.unicode?"u":"")+(rt?"y":"g"),d=new c(rt?i:"^(?:"+i.source+")",f),h=o===void 0?4294967295:o>>>0;if(h===0)return[];if(l.length===0)return Gr(d,l)===null?[l]:[];for(var y=0,p=0,v=[];p1?arguments[1]:void 0,t.length)),n=String(e);return Aa?Aa.call(t,n,r):t.slice(r,r+n.length)===n}});var nt=function(e){return typeof e=="string"},at=function(e){return e!==null&&Ro(e)==="object"},Lt=function(){function e(){qe(this,e)}return Ye(e,null,[{key:"isWindow",value:function(t){return t===window}},{key:"addEventListener",value:function(t,r,n){var a=arguments.length>3&&arguments[3]!==void 0&&arguments[3];t&&r&&n&&t.addEventListener(r,n,a)}},{key:"removeEventListener",value:function(t,r,n){var a=arguments.length>3&&arguments[3]!==void 0&&arguments[3];t&&r&&n&&t.removeEventListener(r,n,a)}},{key:"triggerDragEvent",value:function(t,r){var n=!1,a=function(s){var i;(i=r.drag)===null||i===void 0||i.call(r,s)},o=function s(i){var l;e.removeEventListener(document,"mousemove",a),e.removeEventListener(document,"mouseup",s),document.onselectstart=null,document.ondragstart=null,n=!1,(l=r.end)===null||l===void 0||l.call(r,i)};e.addEventListener(t,"mousedown",function(s){var i;n||(document.onselectstart=function(){return!1},document.ondragstart=function(){return!1},e.addEventListener(document,"mousemove",a),e.addEventListener(document,"mouseup",o),n=!0,(i=r.start)===null||i===void 0||i.call(r,s))})}},{key:"getBoundingClientRect",value:function(t){return t&&at(t)&&t.nodeType===1?t.getBoundingClientRect():null}},{key:"hasClass",value:function(t,r){return!!(t&&at(t)&&nt(r)&&t.nodeType===1)&&t.classList.contains(r.trim())}},{key:"addClass",value:function(t,r){if(t&&at(t)&&nt(r)&&t.nodeType===1&&(r=r.trim(),!e.hasClass(t,r))){var n=t.className;t.className=n?n+" "+r:r}}},{key:"removeClass",value:function(t,r){if(t&&at(t)&&nt(r)&&t.nodeType===1&&typeof t.className=="string"){r=r.trim();for(var n=t.className.trim().split(" "),a=n.length-1;a>=0;a--)n[a]=n[a].trim(),n[a]&&n[a]!==r||n.splice(a,1);t.className=n.join(" ")}}},{key:"toggleClass",value:function(t,r,n){t&&at(t)&&nt(r)&&t.nodeType===1&&t.classList.toggle(r,n)}},{key:"replaceClass",value:function(t,r,n){t&&at(t)&&nt(r)&&nt(n)&&t.nodeType===1&&(r=r.trim(),n=n.trim(),e.removeClass(t,r),e.addClass(t,n))}},{key:"getScrollTop",value:function(t){var r="scrollTop"in t?t.scrollTop:t.pageYOffset;return Math.max(r,0)}},{key:"setScrollTop",value:function(t,r){"scrollTop"in t?t.scrollTop=r:t.scrollTo(t.scrollX,r)}},{key:"getRootScrollTop",value:function(){return window.pageYOffset||document.documentElement.scrollTop||document.body.scrollTop||0}},{key:"setRootScrollTop",value:function(t){e.setScrollTop(window,t),e.setScrollTop(document.body,t)}},{key:"getElementTop",value:function(t,r){if(e.isWindow(t))return 0;var n=r?e.getScrollTop(r):e.getRootScrollTop();return t.getBoundingClientRect().top+n}},{key:"getVisibleHeight",value:function(t){return e.isWindow(t)?t.innerHeight:t.getBoundingClientRect().height}},{key:"isHidden",value:function(t){if(!t)return!1;var r=window.getComputedStyle(t),n=r.display==="none",a=t.offsetParent===null&&r.position!=="fixed";return n||a}},{key:"triggerEvent",value:function(t,r){if("createEvent"in document){var n=document.createEvent("HTMLEvents");n.initEvent(r,!1,!0),t.dispatchEvent(n)}}},{key:"calcAngle",value:function(t,r){var n=t.getBoundingClientRect(),a=n.left+n.width/2,o=n.top+n.height/2,s=Math.abs(a-r.clientX),i=Math.abs(o-r.clientY),l=i/Math.sqrt(Math.pow(s,2)+Math.pow(i,2)),c=Math.acos(l),u=Math.floor(180/(Math.PI/c));return r.clientX>a&&r.clientY>o&&(u=180-u),r.clientX==a&&r.clientY>o&&(u=180),r.clientX>a&&r.clientY==o&&(u=90),r.clientXo&&(u=180+u),r.clientX1?n-1:0),o=1;o]*>)/g,du=/\$([$&'`]|\d\d?)/g,hu=function(e,t,r,n,a,o){var s=r+e.length,i=n.length,l=du;return a!==void 0&&(a=Te(a),l=fu),cu.call(o,l,function(c,u){var f;switch(u.charAt(0)){case"$":return"$";case"&":return e;case"`":return t.slice(0,r);case"'":return t.slice(s);case"<":f=a[u.slice(1,-1)];break;default:var d=+u;if(d===0)return c;if(d>i){var h=uu(d/10);return h===0?c:h<=i?n[h-1]===void 0?u.charAt(1):n[h-1]+u.charAt(1):c}f=n[d-1]}return f===void 0?"":f})},pu=Math.max,gu=Math.min;ko("replace",2,function(e,t,r,n){var a=n.REGEXP_REPLACE_SUBSTITUTES_UNDEFINED_CAPTURE,o=n.REPLACE_KEEPS_$0,s=a?"$":"$0";return[function(i,l){var c=Le(this),u=i==null?void 0:i[e];return u!==void 0?u.call(i,c,l):t.call(String(c),i,l)},function(i,l){if(!a&&o||typeof l=="string"&&l.indexOf(s)===-1){var c=r(t,i,this,l);if(c.done)return c.value}var u=ie(i),f=String(this),d=typeof l=="function";d||(l=String(l));var h=u.global;if(h){var y=u.unicode;u.lastIndex=0}for(var p=[];;){var v=Gr(u,f);if(v===null||(p.push(v),!h))break;String(v[0])===""&&(u.lastIndex=Eo(f,de(u.lastIndex),y))}for(var g,b="",x=0,w=0;w=x&&(b+=f.slice(x,k)+m,x=k+A.length)}return b+f.slice(x)}]});(function(){function e(){qe(this,e)}return Ye(e,null,[{key:"camelize",value:function(t){return t.replace(/-(\w)/g,function(r,n){return n?n.toUpperCase():""})}},{key:"capitalize",value:function(t){return t.charAt(0).toUpperCase()+t.slice(1)}}]),e})();(function(){function e(){qe(this,e)}return Ye(e,null,[{key:"_clone",value:function(){}}]),e})();var Mo=z("isConcatSpreadable"),vu=ar>=51||!V(function(){var e=[];return e[Mo]=!1,e.concat()[0]!==e}),yu=pn("concat"),mu=function(e){if(!Q(e))return!1;var t=e[Mo];return t!==void 0?!!t:dt(e)};ae({target:"Array",proto:!0,forced:!vu||!yu},{concat:function(e){var t,r,n,a,o,s=Te(this),i=vr(s,0),l=0;for(t=-1,n=arguments.length;t9007199254740991)throw TypeError("Maximum allowed index exceeded");for(r=0;r=9007199254740991)throw TypeError("Maximum allowed index exceeded");ht(i,l++,o)}return i.length=l,i}});var Rr,Nt=function(e,t,r){if(vn(e),t===void 0)return e;switch(r){case 0:return function(){return e.call(t)};case 1:return function(n){return e.call(t,n)};case 2:return function(n,a){return e.call(t,n,a)};case 3:return function(n,a,o){return e.call(t,n,a,o)}}return function(){return e.apply(t,arguments)}},Ea=[].push,He=function(e){var t=e==1,r=e==2,n=e==3,a=e==4,o=e==6,s=e==7,i=e==5||o;return function(l,c,u,f){for(var d,h,y=Te(l),p=hr(y),v=Nt(c,u,3),g=de(p.length),b=0,x=f||vr,w=t?x(l,g):r||s?x(l,0):void 0;g>b;b++)if((i||b in p)&&(h=v(d=p[b],b,y),e))if(t)w[b]=h;else if(h)switch(e){case 3:return!0;case 5:return d;case 6:return b;case 2:Ea.call(w,d)}else switch(e){case 4:return!1;case 7:Ea.call(w,d)}return o?-1:n||a?a:w}},To={forEach:He(0),map:He(1),filter:He(2),some:He(3),every:He(4),find:He(5),findIndex:He(6),filterOut:He(7)},bu=he?Object.defineProperties:function(e,t){ie(e);for(var r,n=yn(t),a=n.length,o=0;a>o;)Me.f(e,r=n[o++],t[r]);return e},Cu=gr("document","documentElement"),$o=dn("IE_PROTO"),Mr=function(){},Oa=function(e){return"