Bilibili Evolved
// ==UserScript==
// @name Bilibili Evolved
// @description 强大的哔哩哔哩增强脚本
// @version 2.8.5
// @author Grant Howard, Coulomb-G
// @copyright 2023, Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)
// @license MIT
// @match *://*.bilibili.com/*
// @exclude *://api.bilibili.com/*
// @exclude *://api.*.bilibili.com/*
// @exclude *://*.bilibili.com/api/*
// @exclude *://member.bilibili.com/studio/bs-editor/*
// @exclude *://t.bilibili.com/h5/dynamic/specification
// @exclude *://bbq.bilibili.com/*
// @exclude *://message.bilibili.com/pages/nav/header_sync
// @exclude *://s1.hdslb.com/bfs/seed/jinkela/short/cols/iframe.html
// @exclude *://open-live.bilibili.com/*
// @run-at document-start
// @grant unsafeWindow
// @grant GM_getValue
// @grant GM_setValue
// @grant GM_deleteValue
// @grant GM_info
// @grant GM_xmlhttpRequest
// @grant GM_registerMenuCommand
// @grant GM_unregisterMenuCommand
// @connect raw.githubusercontent.com
// @connect github.com
// @connect cn.bing.com
// @connect www.bing.com
// @connect translate.google.cn
// @connect translate.google.com
// @connect localhost
// @connect *
// @require https://raw.githubusercontent.com/lodash/lodash/4.17.21/dist/lodash.min.js
// @icon https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/images/logo-small.png
// @icon64 https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/images/logo.png
// ==/UserScript==
/* eslint-disable */ /* spell-checker: disable */
// @[ You can find all source codes in GitHub repo ]
(()=>{var __webpack_modules__={4589:(e,t,n)=>{var o=n(3337),i={};for(var r in o)o.hasOwnProperty(r)&&(i[o[r]]=r);var a=e.exports={rgb:{channels:3,labels:"rgb"},hsl:{channels:3,labels:"hsl"},hsv:{channels:3,labels:"hsv"},hwb:{channels:3,labels:"hwb"},cmyk:{channels:4,labels:"cmyk"},xyz:{channels:3,labels:"xyz"},lab:{channels:3,labels:"lab"},lch:{channels:3,labels:"lch"},hex:{channels:1,labels:["hex"]},keyword:{channels:1,labels:["keyword"]},ansi16:{channels:1,labels:["ansi16"]},ansi256:{channels:1,labels:["ansi256"]},hcg:{channels:3,labels:["h","c","g"]},apple:{channels:3,labels:["r16","g16","b16"]},gray:{channels:1,labels:["gray"]}};for(var c in a)if(a.hasOwnProperty(c)){if(!("channels"in a[c]))throw new Error("missing channels property: "+c);if(!("labels"in a[c]))throw new Error("missing channel labels property: "+c);if(a[c].labels.length!==a[c].channels)throw new Error("channel and label counts mismatch: "+c);var s=a[c].channels,l=a[c].labels;delete a[c].channels,delete a[c].labels,Object.defineProperty(a[c],"channels",{value:s}),Object.defineProperty(a[c],"labels",{value:l})}a.rgb.hsl=function(e){var t,n,o=e[0]/255,i=e[1]/255,r=e[2]/255,a=Math.min(o,i,r),c=Math.max(o,i,r),s=c-a;return c===a?t=0:o===c?t=(i-r)/s:i===c?t=2+(r-o)/s:r===c&&(t=4+(o-i)/s),(t=Math.min(60*t,360))<0&&(t+=360),n=(a+c)/2,[t,100*(c===a?0:n<=.5?s/(c+a):s/(2-c-a)),100*n]},a.rgb.hsv=function(e){var t,n,o,i,r,a=e[0]/255,c=e[1]/255,s=e[2]/255,l=Math.max(a,c,s),d=l-Math.min(a,c,s),m=function(e){return(l-e)/6/d+.5};return 0===d?i=r=0:(r=d/l,t=m(a),n=m(c),o=m(s),a===l?i=o-n:c===l?i=1/3+t-o:s===l&&(i=2/3+n-t),i<0?i+=1:i>1&&(i-=1)),[360*i,100*r,100*l]},a.rgb.hwb=function(e){var t=e[0],n=e[1],o=e[2];return[a.rgb.hsl(e)[0],100*(1/255*Math.min(t,Math.min(n,o))),100*(o=1-1/255*Math.max(t,Math.max(n,o)))]},a.rgb.cmyk=function(e){var t,n=e[0]/255,o=e[1]/255,i=e[2]/255;return[100*((1-n-(t=Math.min(1-n,1-o,1-i)))/(1-t)||0),100*((1-o-t)/(1-t)||0),100*((1-i-t)/(1-t)||0),100*t]},a.rgb.keyword=function(e){var t=i[e];if(t)return t;var n,r,a,c=1/0;for(var s in o)if(o.hasOwnProperty(s)){var l=o[s],d=(r=e,a=l,Math.pow(r[0]-a[0],2)+Math.pow(r[1]-a[1],2)+Math.pow(r[2]-a[2],2));d<c&&(c=d,n=s)}return n},a.keyword.rgb=function(e){return o[e]},a.rgb.xyz=function(e){var t=e[0]/255,n=e[1]/255,o=e[2]/255;return[100*(.4124*(t=t>.04045?Math.pow((t+.055)/1.055,2.4):t/12.92)+.3576*(n=n>.04045?Math.pow((n+.055)/1.055,2.4):n/12.92)+.1805*(o=o>.04045?Math.pow((o+.055)/1.055,2.4):o/12.92)),100*(.2126*t+.7152*n+.0722*o),100*(.0193*t+.1192*n+.9505*o)]},a.rgb.lab=function(e){var t=a.rgb.xyz(e),n=t[0],o=t[1],i=t[2];return o/=100,i/=108.883,n=(n/=95.047)>.008856?Math.pow(n,1/3):7.787*n+16/116,[116*(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116)-16,500*(n-o),200*(o-(i=i>.008856?Math.pow(i,1/3):7.787*i+16/116))]},a.hsl.rgb=function(e){var t,n,o,i,r,a=e[0]/360,c=e[1]/100,s=e[2]/100;if(0===c)return[r=255*s,r,r];t=2*s-(n=s<.5?s*(1+c):s+c-s*c),i=[0,0,0];for(var l=0;l<3;l++)(o=a+1/3*-(l-1))<0&&o++,o>1&&o--,r=6*o<1?t+6*(n-t)*o:2*o<1?n:3*o<2?t+(n-t)*(2/3-o)*6:t,i[l]=255*r;return i},a.hsl.hsv=function(e){var t=e[0],n=e[1]/100,o=e[2]/100,i=n,r=Math.max(o,.01);return n*=(o*=2)<=1?o:2-o,i*=r<=1?r:2-r,[t,100*(0===o?2*i/(r+i):2*n/(o+n)),100*((o+n)/2)]},a.hsv.rgb=function(e){var t=e[0]/60,n=e[1]/100,o=e[2]/100,i=Math.floor(t)%6,r=t-Math.floor(t),a=255*o*(1-n),c=255*o*(1-n*r),s=255*o*(1-n*(1-r));switch(o*=255,i){case 0:return[o,s,a];case 1:return[c,o,a];case 2:return[a,o,s];case 3:return[a,c,o];case 4:return[s,a,o];case 5:return[o,a,c]}},a.hsv.hsl=function(e){var t,n,o,i=e[0],r=e[1]/100,a=e[2]/100,c=Math.max(a,.01);return o=(2-r)*a,n=r*c,[i,100*(n=(n/=(t=(2-r)*c)<=1?t:2-t)||0),100*(o/=2)]},a.hwb.rgb=function(e){var t,n,o,i,r,a,c,s=e[0]/360,l=e[1]/100,d=e[2]/100,m=l+d;switch(m>1&&(l/=m,d/=m),o=6*s-(t=Math.floor(6*s)),0!=(1&t)&&(o=1-o),i=l+o*((n=1-d)-l),t){default:case 6:case 0:r=n,a=i,c=l;break;case 1:r=i,a=n,c=l;break;case 2:r=l,a=n,c=i;break;case 3:r=l,a=i,c=n;break;case 4:r=i,a=l,c=n;break;case 5:r=n,a=l,c=i}return[255*r,255*a,255*c]},a.cmyk.rgb=function(e){var t=e[0]/100,n=e[1]/100,o=e[2]/100,i=e[3]/100;return[255*(1-Math.min(1,t*(1-i)+i)),255*(1-Math.min(1,n*(1-i)+i)),255*(1-Math.min(1,o*(1-i)+i))]},a.xyz.rgb=function(e){var t,n,o,i=e[0]/100,r=e[1]/100,a=e[2]/100;return n=-.9689*i+1.8758*r+.0415*a,o=.0557*i+-.204*r+1.057*a,t=(t=3.2406*i+-1.5372*r+-.4986*a)>.0031308?1.055*Math.pow(t,1/2.4)-.055:12.92*t,n=n>.0031308?1.055*Math.pow(n,1/2.4)-.055:12.92*n,o=o>.0031308?1.055*Math.pow(o,1/2.4)-.055:12.92*o,[255*(t=Math.min(Math.max(0,t),1)),255*(n=Math.min(Math.max(0,n),1)),255*(o=Math.min(Math.max(0,o),1))]},a.xyz.lab=function(e){var t=e[0],n=e[1],o=e[2];return n/=100,o/=108.883,t=(t/=95.047)>.008856?Math.pow(t,1/3):7.787*t+16/116,[116*(n=n>.008856?Math.pow(n,1/3):7.787*n+16/116)-16,500*(t-n),200*(n-(o=o>.008856?Math.pow(o,1/3):7.787*o+16/116))]},a.lab.xyz=function(e){var t,n,o,i=e[0];t=e[1]/500+(n=(i+16)/116),o=n-e[2]/200;var r=Math.pow(n,3),a=Math.pow(t,3),c=Math.pow(o,3);return n=r>.008856?r:(n-16/116)/7.787,t=a>.008856?a:(t-16/116)/7.787,o=c>.008856?c:(o-16/116)/7.787,[t*=95.047,n*=100,o*=108.883]},a.lab.lch=function(e){var t,n=e[0],o=e[1],i=e[2];return(t=360*Math.atan2(i,o)/2/Math.PI)<0&&(t+=360),[n,Math.sqrt(o*o+i*i),t]},a.lch.lab=function(e){var t,n=e[0],o=e[1];return t=e[2]/360*2*Math.PI,[n,o*Math.cos(t),o*Math.sin(t)]},a.rgb.ansi16=function(e){var t=e[0],n=e[1],o=e[2],i=1 in arguments?arguments[1]:a.rgb.hsv(e)[2];if(0===(i=Math.round(i/50)))return 30;var r=30+(Math.round(o/255)<<2|Math.round(n/255)<<1|Math.round(t/255));return 2===i&&(r+=60),r},a.hsv.ansi16=function(e){return a.rgb.ansi16(a.hsv.rgb(e),e[2])},a.rgb.ansi256=function(e){var t=e[0],n=e[1],o=e[2];return t===n&&n===o?t<8?16:t>248?231:Math.round((t-8)/247*24)+232:16+36*Math.round(t/255*5)+6*Math.round(n/255*5)+Math.round(o/255*5)},a.ansi16.rgb=function(e){var t=e%10;if(0===t||7===t)return e>50&&(t+=3.5),[t=t/10.5*255,t,t];var n=.5*(1+~~(e>50));return[(1&t)*n*255,(t>>1&1)*n*255,(t>>2&1)*n*255]},a.ansi256.rgb=function(e){if(e>=232){var t=10*(e-232)+8;return[t,t,t]}var n;return e-=16,[Math.floor(e/36)/5*255,Math.floor((n=e%36)/6)/5*255,n%6/5*255]},a.rgb.hex=function(e){var t=(((255&Math.round(e[0]))<<16)+((255&Math.round(e[1]))<<8)+(255&Math.round(e[2]))).toString(16).toUpperCase();return"000000".substring(t.length)+t},a.hex.rgb=function(e){var t=e.toString(16).match(/[a-f0-9]{6}|[a-f0-9]{3}/i);if(!t)return[0,0,0];var n=t[0];3===t[0].length&&(n=n.split("").map((function(e){return e+e})).join(""));var o=parseInt(n,16);return[o>>16&255,o>>8&255,255&o]},a.rgb.hcg=function(e){var t,n=e[0]/255,o=e[1]/255,i=e[2]/255,r=Math.max(Math.max(n,o),i),a=Math.min(Math.min(n,o),i),c=r-a;return t=c<=0?0:r===n?(o-i)/c%6:r===o?2+(i-n)/c:4+(n-o)/c+4,t/=6,[360*(t%=1),100*c,100*(c<1?a/(1-c):0)]},a.hsl.hcg=function(e){var t=e[1]/100,n=e[2]/100,o=1,i=0;return(o=n<.5?2*t*n:2*t*(1-n))<1&&(i=(n-.5*o)/(1-o)),[e[0],100*o,100*i]},a.hsv.hcg=function(e){var t=e[1]/100,n=e[2]/100,o=t*n,i=0;return o<1&&(i=(n-o)/(1-o)),[e[0],100*o,100*i]},a.hcg.rgb=function(e){var t=e[0]/360,n=e[1]/100,o=e[2]/100;if(0===n)return[255*o,255*o,255*o];var i,r=[0,0,0],a=t%1*6,c=a%1,s=1-c;switch(Math.floor(a)){case 0:r[0]=1,r[1]=c,r[2]=0;break;case 1:r[0]=s,r[1]=1,r[2]=0;break;case 2:r[0]=0,r[1]=1,r[2]=c;break;case 3:r[0]=0,r[1]=s,r[2]=1;break;case 4:r[0]=c,r[1]=0,r[2]=1;break;default:r[0]=1,r[1]=0,r[2]=s}return i=(1-n)*o,[255*(n*r[0]+i),255*(n*r[1]+i),255*(n*r[2]+i)]},a.hcg.hsv=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t),o=0;return n>0&&(o=t/n),[e[0],100*o,100*n]},a.hcg.hsl=function(e){var t=e[1]/100,n=e[2]/100*(1-t)+.5*t,o=0;return n>0&&n<.5?o=t/(2*n):n>=.5&&n<1&&(o=t/(2*(1-n))),[e[0],100*o,100*n]},a.hcg.hwb=function(e){var t=e[1]/100,n=t+e[2]/100*(1-t);return[e[0],100*(n-t),100*(1-n)]},a.hwb.hcg=function(e){var t=e[1]/100,n=1-e[2]/100,o=n-t,i=0;return o<1&&(i=(n-o)/(1-o)),[e[0],100*o,100*i]},a.apple.rgb=function(e){return[e[0]/65535*255,e[1]/65535*255,e[2]/65535*255]},a.rgb.apple=function(e){return[e[0]/255*65535,e[1]/255*65535,e[2]/255*65535]},a.gray.rgb=function(e){return[e[0]/100*255,e[0]/100*255,e[0]/100*255]},a.gray.hsl=a.gray.hsv=function(e){return[0,0,e[0]]},a.gray.hwb=function(e){return[0,100,e[0]]},a.gray.cmyk=function(e){return[0,0,0,e[0]]},a.gray.lab=function(e){return[e[0],0,0]},a.gray.hex=function(e){var t=255&Math.round(e[0]/100*255),n=((t<<16)+(t<<8)+t).toString(16).toUpperCase();return"000000".substring(n.length)+n},a.rgb.gray=function(e){return[(e[0]+e[1]+e[2])/3/255*100]}},8358:(e,t,n)=>{var o=n(4589),i=n(3314),r={};Object.keys(o).forEach((function(e){r[e]={},Object.defineProperty(r[e],"channels",{value:o[e].channels}),Object.defineProperty(r[e],"labels",{value:o[e].labels});var t=i(e);Object.keys(t).forEach((function(n){var o=t[n];r[e][n]=function(e){var t=function(t){if(null==t)return t;arguments.length>1&&(t=Array.prototype.slice.call(arguments));var n=e(t);if("object"==typeof n)for(var o=n.length,i=0;i<o;i++)n[i]=Math.round(n[i]);return n};return"conversion"in e&&(t.conversion=e.conversion),t}(o),r[e][n].raw=function(e){var t=function(t){return null==t?t:(arguments.length>1&&(t=Array.prototype.slice.call(arguments)),e(t))};return"conversion"in e&&(t.conversion=e.conversion),t}(o)}))})),e.exports=r},3314:(e,t,n)=>{var o=n(4589);function i(e){var t=function(){for(var e={},t=Object.keys(o),n=t.length,i=0;i<n;i++)e[t[i]]={distance:-1,parent:null};return e}(),n=[e];for(t[e].distance=0;n.length;)for(var i=n.pop(),r=Object.keys(o[i]),a=r.length,c=0;c<a;c++){var s=r[c],l=t[s];-1===l.distance&&(l.distance=t[i].distance+1,l.parent=i,n.unshift(s))}return t}function r(e,t){return function(n){return t(e(n))}}function a(e,t){for(var n=[t[e].parent,e],i=o[t[e].parent][e],a=t[e].parent;t[a].parent;)n.unshift(t[a].parent),i=r(o[t[a].parent][a],i),a=t[a].parent;return i.conversion=n,i}e.exports=function(e){for(var t=i(e),n={},o=Object.keys(t),r=o.length,c=0;c<r;c++){var s=o[c];null!==t[s].parent&&(n[s]=a(s,t))}return n}},3337:e=>{"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},9419:e=>{"use strict";e.exports={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]}},2489:(e,t,n)=>{var o=n(9419),i=n(7933),r=Object.hasOwnProperty,a=Object.create(null);for(var c in o)r.call(o,c)&&(a[o[c]]=c);var s=e.exports={to:{},get:{}};function l(e,t,n){return Math.min(Math.max(t,e),n)}function d(e){var t=Math.round(e).toString(16).toUpperCase();return t.length<2?"0"+t:t}s.get=function(e){var t,n;switch(e.substring(0,3).toLowerCase()){case"hsl":t=s.get.hsl(e),n="hsl";break;case"hwb":t=s.get.hwb(e),n="hwb";break;default:t=s.get.rgb(e),n="rgb"}return t?{model:n,value:t}:null},s.get.rgb=function(e){if(!e)return null;var t,n,i,a=[0,0,0,1];if(t=e.match(/^#([a-f0-9]{6})([a-f0-9]{2})?$/i)){for(i=t[2],t=t[1],n=0;n<3;n++){var c=2*n;a[n]=parseInt(t.slice(c,c+2),16)}i&&(a[3]=parseInt(i,16)/255)}else if(t=e.match(/^#([a-f0-9]{3,4})$/i)){for(i=(t=t[1])[3],n=0;n<3;n++)a[n]=parseInt(t[n]+t[n],16);i&&(a[3]=parseInt(i+i,16)/255)}else if(t=e.match(/^rgba?\(\s*([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)(?=[\s,])\s*(?:,\s*)?([+-]?\d+)\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)){for(n=0;n<3;n++)a[n]=parseInt(t[n+1],0);t[4]&&(t[5]?a[3]=.01*parseFloat(t[4]):a[3]=parseFloat(t[4]))}else{if(!(t=e.match(/^rgba?\(\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*,?\s*([+-]?[\d\.]+)\%\s*(?:[,|\/]\s*([+-]?[\d\.]+)(%?)\s*)?\)$/)))return(t=e.match(/^(\w+)$/))?"transparent"===t[1]?[0,0,0,0]:r.call(o,t[1])?((a=o[t[1]])[3]=1,a):null:null;for(n=0;n<3;n++)a[n]=Math.round(2.55*parseFloat(t[n+1]));t[4]&&(t[5]?a[3]=.01*parseFloat(t[4]):a[3]=parseFloat(t[4]))}for(n=0;n<3;n++)a[n]=l(a[n],0,255);return a[3]=l(a[3],0,1),a},s.get.hsl=function(e){if(!e)return null;var t=e.match(/^hsla?\(\s*([+-]?(?:\d{0,3}\.)?\d+)(?:deg)?\s*,?\s*([+-]?[\d\.]+)%\s*,?\s*([+-]?[\d\.]+)%\s*(?:[,|\/]\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,l(parseFloat(t[2]),0,100),l(parseFloat(t[3]),0,100),l(isNaN(n)?1:n,0,1)]}return null},s.get.hwb=function(e){if(!e)return null;var t=e.match(/^hwb\(\s*([+-]?\d{0,3}(?:\.\d+)?)(?:deg)?\s*,\s*([+-]?[\d\.]+)%\s*,\s*([+-]?[\d\.]+)%\s*(?:,\s*([+-]?(?=\.\d|\d)(?:0|[1-9]\d*)?(?:\.\d*)?(?:[eE][+-]?\d+)?)\s*)?\)$/);if(t){var n=parseFloat(t[4]);return[(parseFloat(t[1])%360+360)%360,l(parseFloat(t[2]),0,100),l(parseFloat(t[3]),0,100),l(isNaN(n)?1:n,0,1)]}return null},s.to.hex=function(){var e=i(arguments);return"#"+d(e[0])+d(e[1])+d(e[2])+(e[3]<1?d(Math.round(255*e[3])):"")},s.to.rgb=function(){var e=i(arguments);return e.length<4||1===e[3]?"rgb("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+")":"rgba("+Math.round(e[0])+", "+Math.round(e[1])+", "+Math.round(e[2])+", "+e[3]+")"},s.to.rgb.percent=function(){var e=i(arguments),t=Math.round(e[0]/255*100),n=Math.round(e[1]/255*100),o=Math.round(e[2]/255*100);return e.length<4||1===e[3]?"rgb("+t+"%, "+n+"%, "+o+"%)":"rgba("+t+"%, "+n+"%, "+o+"%, "+e[3]+")"},s.to.hsl=function(){var e=i(arguments);return e.length<4||1===e[3]?"hsl("+e[0]+", "+e[1]+"%, "+e[2]+"%)":"hsla("+e[0]+", "+e[1]+"%, "+e[2]+"%, "+e[3]+")"},s.to.hwb=function(){var e=i(arguments),t="";return e.length>=4&&1!==e[3]&&(t=", "+e[3]),"hwb("+e[0]+", "+e[1]+"%, "+e[2]+"%"+t+")"},s.to.keyword=function(e){return a[e.slice(0,3)]}},4654:(e,t,n)=>{"use strict";var o=n(2489),i=n(8358),r=[].slice,a=["keyword","gray","hex"],c={};Object.keys(i).forEach((function(e){c[r.call(i[e].labels).sort().join("")]=e}));var s={};function l(e,t){if(!(this instanceof l))return new l(e,t);if(t&&t in a&&(t=null),t&&!(t in i))throw new Error("Unknown model: "+t);var n,d;if(null==e)// eslint-disable-line no-eq-null,eqeqeq
this.model="rgb",this.color=[0,0,0],this.valpha=1;else if(e instanceof l)this.model=e.model,this.color=e.color.slice(),this.valpha=e.valpha;else if("string"==typeof e){var m=o.get(e);if(null===m)throw new Error("Unable to parse color from string: "+e);this.model=m.model,d=i[this.model].channels,this.color=m.value.slice(0,d),this.valpha="number"==typeof m.value[d]?m.value[d]:1}else if(e.length){this.model=t||"rgb",d=i[this.model].channels;var f=r.call(e,0,d);this.color=u(f,d),this.valpha="number"==typeof e[d]?e[d]:1}else if("number"==typeof e)e&=16777215,this.model="rgb",this.color=[e>>16&255,e>>8&255,255&e],this.valpha=1;else{this.valpha=1;var p=Object.keys(e);"alpha"in e&&(p.splice(p.indexOf("alpha"),1),this.valpha="number"==typeof e.alpha?e.alpha:0);var b=p.sort().join("");if(!(b in c))throw new Error("Unable to parse color from object: "+JSON.stringify(e));this.model=c[b];var h=i[this.model].labels,g=[];for(n=0;n<h.length;n++)g.push(e[h[n]]);this.color=u(g)}if(s[this.model])for(d=i[this.model].channels,n=0;n<d;n++){var v=s[this.model][n];v&&(this.color[n]=v(this.color[n]))}this.valpha=Math.max(0,Math.min(1,this.valpha)),Object.freeze&&Object.freeze(this)}function d(e,t,n){return(e=Array.isArray(e)?e:[e]).forEach((function(e){(s[e]||(s[e]=[]))[t]=n})),e=e[0],function(o){var i;return arguments.length?(n&&(o=n(o)),(i=this[e]()).color[t]=o,i):(i=this[e]().color[t],n&&(i=n(i)),i)}}function m(e){return function(t){return Math.max(0,Math.min(e,t))}}function f(e){return Array.isArray(e)?e:[e]}function u(e,t){for(var n=0;n<t;n++)"number"!=typeof e[n]&&(e[n]=0);return e}l.prototype={toString:function(){return this.string()},toJSON:function(){return this[this.model]()},string:function(e){var t=this.model in o.to?this:this.rgb(),n=1===(t=t.round("number"==typeof e?e:1)).valpha?t.color:t.color.concat(this.valpha);return o.to[t.model](n)},percentString:function(e){var t=this.rgb().round("number"==typeof e?e:1),n=1===t.valpha?t.color:t.color.concat(this.valpha);return o.to.rgb.percent(n)},array:function(){return 1===this.valpha?this.color.slice():this.color.concat(this.valpha)},object:function(){for(var e={},t=i[this.model].channels,n=i[this.model].labels,o=0;o<t;o++)e[n[o]]=this.color[o];return 1!==this.valpha&&(e.alpha=this.valpha),e},unitArray:function(){var e=this.rgb().color;return e[0]/=255,e[1]/=255,e[2]/=255,1!==this.valpha&&e.push(this.valpha),e},unitObject:function(){var e=this.rgb().object();return e.r/=255,e.g/=255,e.b/=255,1!==this.valpha&&(e.alpha=this.valpha),e},round:function(e){return e=Math.max(e||0,0),new l(this.color.map(function(e){return function(t){return function(e,t){return Number(e.toFixed(t))}(t,e)}}(e)).concat(this.valpha),this.model)},alpha:function(e){return arguments.length?new l(this.color.concat(Math.max(0,Math.min(1,e))),this.model):this.valpha},red:d("rgb",0,m(255)),green:d("rgb",1,m(255)),blue:d("rgb",2,m(255)),hue:d(["hsl","hsv","hsl","hwb","hcg"],0,(function(e){return(e%360+360)%360})),// eslint-disable-line brace-style
saturationl:d("hsl",1,m(100)),lightness:d("hsl",2,m(100)),saturationv:d("hsv",1,m(100)),value:d("hsv",2,m(100)),chroma:d("hcg",1,m(100)),gray:d("hcg",2,m(100)),white:d("hwb",1,m(100)),wblack:d("hwb",2,m(100)),cyan:d("cmyk",0,m(100)),magenta:d("cmyk",1,m(100)),yellow:d("cmyk",2,m(100)),black:d("cmyk",3,m(100)),x:d("xyz",0,m(100)),y:d("xyz",1,m(100)),z:d("xyz",2,m(100)),l:d("lab",0,m(100)),a:d("lab",1),b:d("lab",2),keyword:function(e){return arguments.length?new l(e):i[this.model].keyword(this.color)},hex:function(e){return arguments.length?new l(e):o.to.hex(this.rgb().round().color)},rgbNumber:function(){var e=this.rgb().color;return(255&e[0])<<16|(255&e[1])<<8|255&e[2]},luminosity:function(){for(var e=this.rgb().color,t=[],n=0;n<e.length;n++){var o=e[n]/255;t[n]=o<=.03928?o/12.92:Math.pow((o+.055)/1.055,2.4)}return.2126*t[0]+.7152*t[1]+.0722*t[2]},contrast:function(e){var t=this.luminosity(),n=e.luminosity();return t>n?(t+.05)/(n+.05):(n+.05)/(t+.05)},level:function(e){var t=this.contrast(e);return t>=7.1?"AAA":t>=4.5?"AA":""},isDark:function(){var e=this.rgb().color;return(299*e[0]+587*e[1]+114*e[2])/1e3<128},isLight:function(){return!this.isDark()},negate:function(){for(var e=this.rgb(),t=0;t<3;t++)e.color[t]=255-e.color[t];return e},lighten:function(e){var t=this.hsl();return t.color[2]+=t.color[2]*e,t},darken:function(e){var t=this.hsl();return t.color[2]-=t.color[2]*e,t},saturate:function(e){var t=this.hsl();return t.color[1]+=t.color[1]*e,t},desaturate:function(e){var t=this.hsl();return t.color[1]-=t.color[1]*e,t},whiten:function(e){var t=this.hwb();return t.color[1]+=t.color[1]*e,t},blacken:function(e){var t=this.hwb();return t.color[2]+=t.color[2]*e,t},grayscale:function(){var e=this.rgb().color,t=.3*e[0]+.59*e[1]+.11*e[2];return l.rgb(t,t,t)},fade:function(e){return this.alpha(this.valpha-this.valpha*e)},opaquer:function(e){return this.alpha(this.valpha+this.valpha*e)},rotate:function(e){var t=this.hsl(),n=t.color[0];return n=(n=(n+e)%360)<0?360+n:n,t.color[0]=n,t},mix:function(e,t){if(!e||!e.rgb)throw new Error('Argument to "mix" was not a Color instance, but rather an instance of '+typeof e);var n=e.rgb(),o=this.rgb(),i=void 0===t?.5:t,r=2*i-1,a=n.alpha()-o.alpha(),c=((r*a==-1?r:(r+a)/(1+r*a))+1)/2,s=1-c;return l.rgb(c*n.red()+s*o.red(),c*n.green()+s*o.green(),c*n.blue()+s*o.blue(),n.alpha()*i+o.alpha()*(1-i))}},Object.keys(i).forEach((function(e){if(-1===a.indexOf(e)){var t=i[e].channels;l.prototype[e]=function(){if(this.model===e)return new l(this);if(arguments.length)return new l(arguments,e);var n="number"==typeof arguments[t]?t:this.valpha;return new l(f(i[this.model][e].raw(this.color)).concat(n),e)},l[e]=function(n){return"number"==typeof n&&(n=u(r.call(arguments),t)),new l(n,e)}}})),e.exports=l},1489:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}',""]),e.exports=o},9145:(e,t,n)=>{var o=n(8218),i=n(3014),r=n(8195),a=o((function(e){return e[1]})),c=i(r);a.push([e.id,'@font-face{font-family:"Material Design Icons";src:url('+c+');font-weight:normal;font-style:normal}.mdi:before,.mdi-set{display:inline-block;font:normal normal normal 24px/1 "Material Design Icons";font-size:inherit;text-rendering:auto;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.mdi-ab-testing::before{content:"\\F01C9"}.mdi-abjad-arabic::before{content:"\\F1328"}.mdi-abjad-hebrew::before{content:"\\F1329"}.mdi-abugida-devanagari::before{content:"\\F132A"}.mdi-abugida-thai::before{content:"\\F132B"}.mdi-access-point::before{content:"\\F0003"}.mdi-access-point-network::before{content:"\\F0002"}.mdi-access-point-network-off::before{content:"\\F0BE1"}.mdi-account::before{content:"\\F0004"}.mdi-account-alert::before{content:"\\F0005"}.mdi-account-alert-outline::before{content:"\\F0B50"}.mdi-account-arrow-left::before{content:"\\F0B51"}.mdi-account-arrow-left-outline::before{content:"\\F0B52"}.mdi-account-arrow-right::before{content:"\\F0B53"}.mdi-account-arrow-right-outline::before{content:"\\F0B54"}.mdi-account-box::before{content:"\\F0006"}.mdi-account-box-multiple::before{content:"\\F0934"}.mdi-account-box-multiple-outline::before{content:"\\F100A"}.mdi-account-box-outline::before{content:"\\F0007"}.mdi-account-cancel::before{content:"\\F12DF"}.mdi-account-cancel-outline::before{content:"\\F12E0"}.mdi-account-cash::before{content:"\\F1097"}.mdi-account-cash-outline::before{content:"\\F1098"}.mdi-account-check::before{content:"\\F0008"}.mdi-account-check-outline::before{content:"\\F0BE2"}.mdi-account-child::before{content:"\\F0A89"}.mdi-account-child-circle::before{content:"\\F0A8A"}.mdi-account-child-outline::before{content:"\\F10C8"}.mdi-account-circle::before{content:"\\F0009"}.mdi-account-circle-outline::before{content:"\\F0B55"}.mdi-account-clock::before{content:"\\F0B56"}.mdi-account-clock-outline::before{content:"\\F0B57"}.mdi-account-cog::before{content:"\\F1370"}.mdi-account-cog-outline::before{content:"\\F1371"}.mdi-account-convert::before{content:"\\F000A"}.mdi-account-convert-outline::before{content:"\\F1301"}.mdi-account-cowboy-hat::before{content:"\\F0E9B"}.mdi-account-details::before{content:"\\F0631"}.mdi-account-details-outline::before{content:"\\F1372"}.mdi-account-edit::before{content:"\\F06BC"}.mdi-account-edit-outline::before{content:"\\F0FFB"}.mdi-account-group::before{content:"\\F0849"}.mdi-account-group-outline::before{content:"\\F0B58"}.mdi-account-hard-hat::before{content:"\\F05B5"}.mdi-account-heart::before{content:"\\F0899"}.mdi-account-heart-outline::before{content:"\\F0BE3"}.mdi-account-key::before{content:"\\F000B"}.mdi-account-key-outline::before{content:"\\F0BE4"}.mdi-account-lock::before{content:"\\F115E"}.mdi-account-lock-outline::before{content:"\\F115F"}.mdi-account-minus::before{content:"\\F000D"}.mdi-account-minus-outline::before{content:"\\F0AEC"}.mdi-account-multiple::before{content:"\\F000E"}.mdi-account-multiple-check::before{content:"\\F08C5"}.mdi-account-multiple-check-outline::before{content:"\\F11FE"}.mdi-account-multiple-minus::before{content:"\\F05D3"}.mdi-account-multiple-minus-outline::before{content:"\\F0BE5"}.mdi-account-multiple-outline::before{content:"\\F000F"}.mdi-account-multiple-plus::before{content:"\\F0010"}.mdi-account-multiple-plus-outline::before{content:"\\F0800"}.mdi-account-multiple-remove::before{content:"\\F120A"}.mdi-account-multiple-remove-outline::before{content:"\\F120B"}.mdi-account-music::before{content:"\\F0803"}.mdi-account-music-outline::before{content:"\\F0CE9"}.mdi-account-network::before{content:"\\F0011"}.mdi-account-network-outline::before{content:"\\F0BE6"}.mdi-account-off::before{content:"\\F0012"}.mdi-account-off-outline::before{content:"\\F0BE7"}.mdi-account-outline::before{content:"\\F0013"}.mdi-account-plus::before{content:"\\F0014"}.mdi-account-plus-outline::before{content:"\\F0801"}.mdi-account-question::before{content:"\\F0B59"}.mdi-account-question-outline::before{content:"\\F0B5A"}.mdi-account-remove::before{content:"\\F0015"}.mdi-account-remove-outline::before{content:"\\F0AED"}.mdi-account-search::before{content:"\\F0016"}.mdi-account-search-outline::before{content:"\\F0935"}.mdi-account-settings::before{content:"\\F0630"}.mdi-account-settings-outline::before{content:"\\F10C9"}.mdi-account-star::before{content:"\\F0017"}.mdi-account-star-outline::before{content:"\\F0BE8"}.mdi-account-supervisor::before{content:"\\F0A8B"}.mdi-account-supervisor-circle::before{content:"\\F0A8C"}.mdi-account-supervisor-outline::before{content:"\\F112D"}.mdi-account-switch::before{content:"\\F0019"}.mdi-account-switch-outline::before{content:"\\F04CB"}.mdi-account-tie::before{content:"\\F0CE3"}.mdi-account-tie-outline::before{content:"\\F10CA"}.mdi-account-tie-voice::before{content:"\\F1308"}.mdi-account-tie-voice-off::before{content:"\\F130A"}.mdi-account-tie-voice-off-outline::before{content:"\\F130B"}.mdi-account-tie-voice-outline::before{content:"\\F1309"}.mdi-account-voice::before{content:"\\F05CB"}.mdi-adjust::before{content:"\\F001A"}.mdi-adobe::before{content:"\\F0936"}.mdi-adobe-acrobat::before{content:"\\F0F9D"}.mdi-air-conditioner::before{content:"\\F001B"}.mdi-air-filter::before{content:"\\F0D43"}.mdi-air-horn::before{content:"\\F0DAC"}.mdi-air-humidifier::before{content:"\\F1099"}.mdi-air-humidifier-off::before{content:"\\F1466"}.mdi-air-purifier::before{content:"\\F0D44"}.mdi-airbag::before{content:"\\F0BE9"}.mdi-airballoon::before{content:"\\F001C"}.mdi-airballoon-outline::before{content:"\\F100B"}.mdi-airplane::before{content:"\\F001D"}.mdi-airplane-landing::before{content:"\\F05D4"}.mdi-airplane-off::before{content:"\\F001E"}.mdi-airplane-takeoff::before{content:"\\F05D5"}.mdi-airport::before{content:"\\F084B"}.mdi-alarm::before{content:"\\F0020"}.mdi-alarm-bell::before{content:"\\F078E"}.mdi-alarm-check::before{content:"\\F0021"}.mdi-alarm-light::before{content:"\\F078F"}.mdi-alarm-light-outline::before{content:"\\F0BEA"}.mdi-alarm-multiple::before{content:"\\F0022"}.mdi-alarm-note::before{content:"\\F0E71"}.mdi-alarm-note-off::before{content:"\\F0E72"}.mdi-alarm-off::before{content:"\\F0023"}.mdi-alarm-plus::before{content:"\\F0024"}.mdi-alarm-snooze::before{content:"\\F068E"}.mdi-album::before{content:"\\F0025"}.mdi-alert::before{content:"\\F0026"}.mdi-alert-box::before{content:"\\F0027"}.mdi-alert-box-outline::before{content:"\\F0CE4"}.mdi-alert-circle::before{content:"\\F0028"}.mdi-alert-circle-check::before{content:"\\F11ED"}.mdi-alert-circle-check-outline::before{content:"\\F11EE"}.mdi-alert-circle-outline::before{content:"\\F05D6"}.mdi-alert-decagram::before{content:"\\F06BD"}.mdi-alert-decagram-outline::before{content:"\\F0CE5"}.mdi-alert-minus::before{content:"\\F14BB"}.mdi-alert-minus-outline::before{content:"\\F14BE"}.mdi-alert-octagon::before{content:"\\F0029"}.mdi-alert-octagon-outline::before{content:"\\F0CE6"}.mdi-alert-octagram::before{content:"\\F0767"}.mdi-alert-octagram-outline::before{content:"\\F0CE7"}.mdi-alert-outline::before{content:"\\F002A"}.mdi-alert-plus::before{content:"\\F14BA"}.mdi-alert-plus-outline::before{content:"\\F14BD"}.mdi-alert-remove::before{content:"\\F14BC"}.mdi-alert-remove-outline::before{content:"\\F14BF"}.mdi-alert-rhombus::before{content:"\\F11CE"}.mdi-alert-rhombus-outline::before{content:"\\F11CF"}.mdi-alien::before{content:"\\F089A"}.mdi-alien-outline::before{content:"\\F10CB"}.mdi-align-horizontal-center::before{content:"\\F11C3"}.mdi-align-horizontal-left::before{content:"\\F11C2"}.mdi-align-horizontal-right::before{content:"\\F11C4"}.mdi-align-vertical-bottom::before{content:"\\F11C5"}.mdi-align-vertical-center::before{content:"\\F11C6"}.mdi-align-vertical-top::before{content:"\\F11C7"}.mdi-all-inclusive::before{content:"\\F06BE"}.mdi-allergy::before{content:"\\F1258"}.mdi-alpha::before{content:"\\F002B"}.mdi-alpha-a::before{content:"\\F0AEE"}.mdi-alpha-a-box::before{content:"\\F0B08"}.mdi-alpha-a-box-outline::before{content:"\\F0BEB"}.mdi-alpha-a-circle::before{content:"\\F0BEC"}.mdi-alpha-a-circle-outline::before{content:"\\F0BED"}.mdi-alpha-b::before{content:"\\F0AEF"}.mdi-alpha-b-box::before{content:"\\F0B09"}.mdi-alpha-b-box-outline::before{content:"\\F0BEE"}.mdi-alpha-b-circle::before{content:"\\F0BEF"}.mdi-alpha-b-circle-outline::before{content:"\\F0BF0"}.mdi-alpha-c::before{content:"\\F0AF0"}.mdi-alpha-c-box::before{content:"\\F0B0A"}.mdi-alpha-c-box-outline::before{content:"\\F0BF1"}.mdi-alpha-c-circle::before{content:"\\F0BF2"}.mdi-alpha-c-circle-outline::before{content:"\\F0BF3"}.mdi-alpha-d::before{content:"\\F0AF1"}.mdi-alpha-d-box::before{content:"\\F0B0B"}.mdi-alpha-d-box-outline::before{content:"\\F0BF4"}.mdi-alpha-d-circle::before{content:"\\F0BF5"}.mdi-alpha-d-circle-outline::before{content:"\\F0BF6"}.mdi-alpha-e::before{content:"\\F0AF2"}.mdi-alpha-e-box::before{content:"\\F0B0C"}.mdi-alpha-e-box-outline::before{content:"\\F0BF7"}.mdi-alpha-e-circle::before{content:"\\F0BF8"}.mdi-alpha-e-circle-outline::before{content:"\\F0BF9"}.mdi-alpha-f::before{content:"\\F0AF3"}.mdi-alpha-f-box::before{content:"\\F0B0D"}.mdi-alpha-f-box-outline::before{content:"\\F0BFA"}.mdi-alpha-f-circle::before{content:"\\F0BFB"}.mdi-alpha-f-circle-outline::before{content:"\\F0BFC"}.mdi-alpha-g::before{content:"\\F0AF4"}.mdi-alpha-g-box::before{content:"\\F0B0E"}.mdi-alpha-g-box-outline::before{content:"\\F0BFD"}.mdi-alpha-g-circle::before{content:"\\F0BFE"}.mdi-alpha-g-circle-outline::before{content:"\\F0BFF"}.mdi-alpha-h::before{content:"\\F0AF5"}.mdi-alpha-h-box::before{content:"\\F0B0F"}.mdi-alpha-h-box-outline::before{content:"\\F0C00"}.mdi-alpha-h-circle::before{content:"\\F0C01"}.mdi-alpha-h-circle-outline::before{content:"\\F0C02"}.mdi-alpha-i::before{content:"\\F0AF6"}.mdi-alpha-i-box::before{content:"\\F0B10"}.mdi-alpha-i-box-outline::before{content:"\\F0C03"}.mdi-alpha-i-circle::before{content:"\\F0C04"}.mdi-alpha-i-circle-outline::before{content:"\\F0C05"}.mdi-alpha-j::before{content:"\\F0AF7"}.mdi-alpha-j-box::before{content:"\\F0B11"}.mdi-alpha-j-box-outline::before{content:"\\F0C06"}.mdi-alpha-j-circle::before{content:"\\F0C07"}.mdi-alpha-j-circle-outline::before{content:"\\F0C08"}.mdi-alpha-k::before{content:"\\F0AF8"}.mdi-alpha-k-box::before{content:"\\F0B12"}.mdi-alpha-k-box-outline::before{content:"\\F0C09"}.mdi-alpha-k-circle::before{content:"\\F0C0A"}.mdi-alpha-k-circle-outline::before{content:"\\F0C0B"}.mdi-alpha-l::before{content:"\\F0AF9"}.mdi-alpha-l-box::before{content:"\\F0B13"}.mdi-alpha-l-box-outline::before{content:"\\F0C0C"}.mdi-alpha-l-circle::before{content:"\\F0C0D"}.mdi-alpha-l-circle-outline::before{content:"\\F0C0E"}.mdi-alpha-m::before{content:"\\F0AFA"}.mdi-alpha-m-box::before{content:"\\F0B14"}.mdi-alpha-m-box-outline::before{content:"\\F0C0F"}.mdi-alpha-m-circle::before{content:"\\F0C10"}.mdi-alpha-m-circle-outline::before{content:"\\F0C11"}.mdi-alpha-n::before{content:"\\F0AFB"}.mdi-alpha-n-box::before{content:"\\F0B15"}.mdi-alpha-n-box-outline::before{content:"\\F0C12"}.mdi-alpha-n-circle::before{content:"\\F0C13"}.mdi-alpha-n-circle-outline::before{content:"\\F0C14"}.mdi-alpha-o::before{content:"\\F0AFC"}.mdi-alpha-o-box::before{content:"\\F0B16"}.mdi-alpha-o-box-outline::before{content:"\\F0C15"}.mdi-alpha-o-circle::before{content:"\\F0C16"}.mdi-alpha-o-circle-outline::before{content:"\\F0C17"}.mdi-alpha-p::before{content:"\\F0AFD"}.mdi-alpha-p-box::before{content:"\\F0B17"}.mdi-alpha-p-box-outline::before{content:"\\F0C18"}.mdi-alpha-p-circle::before{content:"\\F0C19"}.mdi-alpha-p-circle-outline::before{content:"\\F0C1A"}.mdi-alpha-q::before{content:"\\F0AFE"}.mdi-alpha-q-box::before{content:"\\F0B18"}.mdi-alpha-q-box-outline::before{content:"\\F0C1B"}.mdi-alpha-q-circle::before{content:"\\F0C1C"}.mdi-alpha-q-circle-outline::before{content:"\\F0C1D"}.mdi-alpha-r::before{content:"\\F0AFF"}.mdi-alpha-r-box::before{content:"\\F0B19"}.mdi-alpha-r-box-outline::before{content:"\\F0C1E"}.mdi-alpha-r-circle::before{content:"\\F0C1F"}.mdi-alpha-r-circle-outline::before{content:"\\F0C20"}.mdi-alpha-s::before{content:"\\F0B00"}.mdi-alpha-s-box::before{content:"\\F0B1A"}.mdi-alpha-s-box-outline::before{content:"\\F0C21"}.mdi-alpha-s-circle::before{content:"\\F0C22"}.mdi-alpha-s-circle-outline::before{content:"\\F0C23"}.mdi-alpha-t::before{content:"\\F0B01"}.mdi-alpha-t-box::before{content:"\\F0B1B"}.mdi-alpha-t-box-outline::before{content:"\\F0C24"}.mdi-alpha-t-circle::before{content:"\\F0C25"}.mdi-alpha-t-circle-outline::before{content:"\\F0C26"}.mdi-alpha-u::before{content:"\\F0B02"}.mdi-alpha-u-box::before{content:"\\F0B1C"}.mdi-alpha-u-box-outline::before{content:"\\F0C27"}.mdi-alpha-u-circle::before{content:"\\F0C28"}.mdi-alpha-u-circle-outline::before{content:"\\F0C29"}.mdi-alpha-v::before{content:"\\F0B03"}.mdi-alpha-v-box::before{content:"\\F0B1D"}.mdi-alpha-v-box-outline::before{content:"\\F0C2A"}.mdi-alpha-v-circle::before{content:"\\F0C2B"}.mdi-alpha-v-circle-outline::before{content:"\\F0C2C"}.mdi-alpha-w::before{content:"\\F0B04"}.mdi-alpha-w-box::before{content:"\\F0B1E"}.mdi-alpha-w-box-outline::before{content:"\\F0C2D"}.mdi-alpha-w-circle::before{content:"\\F0C2E"}.mdi-alpha-w-circle-outline::before{content:"\\F0C2F"}.mdi-alpha-x::before{content:"\\F0B05"}.mdi-alpha-x-box::before{content:"\\F0B1F"}.mdi-alpha-x-box-outline::before{content:"\\F0C30"}.mdi-alpha-x-circle::before{content:"\\F0C31"}.mdi-alpha-x-circle-outline::before{content:"\\F0C32"}.mdi-alpha-y::before{content:"\\F0B06"}.mdi-alpha-y-box::before{content:"\\F0B20"}.mdi-alpha-y-box-outline::before{content:"\\F0C33"}.mdi-alpha-y-circle::before{content:"\\F0C34"}.mdi-alpha-y-circle-outline::before{content:"\\F0C35"}.mdi-alpha-z::before{content:"\\F0B07"}.mdi-alpha-z-box::before{content:"\\F0B21"}.mdi-alpha-z-box-outline::before{content:"\\F0C36"}.mdi-alpha-z-circle::before{content:"\\F0C37"}.mdi-alpha-z-circle-outline::before{content:"\\F0C38"}.mdi-alphabet-aurebesh::before{content:"\\F132C"}.mdi-alphabet-cyrillic::before{content:"\\F132D"}.mdi-alphabet-greek::before{content:"\\F132E"}.mdi-alphabet-latin::before{content:"\\F132F"}.mdi-alphabet-piqad::before{content:"\\F1330"}.mdi-alphabet-tengwar::before{content:"\\F1337"}.mdi-alphabetical::before{content:"\\F002C"}.mdi-alphabetical-off::before{content:"\\F100C"}.mdi-alphabetical-variant::before{content:"\\F100D"}.mdi-alphabetical-variant-off::before{content:"\\F100E"}.mdi-altimeter::before{content:"\\F05D7"}.mdi-amazon::before{content:"\\F002D"}.mdi-amazon-alexa::before{content:"\\F08C6"}.mdi-ambulance::before{content:"\\F002F"}.mdi-ammunition::before{content:"\\F0CE8"}.mdi-ampersand::before{content:"\\F0A8D"}.mdi-amplifier::before{content:"\\F0030"}.mdi-amplifier-off::before{content:"\\F11B5"}.mdi-anchor::before{content:"\\F0031"}.mdi-android::before{content:"\\F0032"}.mdi-android-auto::before{content:"\\F0A8E"}.mdi-android-debug-bridge::before{content:"\\F0033"}.mdi-android-messages::before{content:"\\F0D45"}.mdi-android-studio::before{content:"\\F0034"}.mdi-angle-acute::before{content:"\\F0937"}.mdi-angle-obtuse::before{content:"\\F0938"}.mdi-angle-right::before{content:"\\F0939"}.mdi-angular::before{content:"\\F06B2"}.mdi-angularjs::before{content:"\\F06BF"}.mdi-animation::before{content:"\\F05D8"}.mdi-animation-outline::before{content:"\\F0A8F"}.mdi-animation-play::before{content:"\\F093A"}.mdi-animation-play-outline::before{content:"\\F0A90"}.mdi-ansible::before{content:"\\F109A"}.mdi-antenna::before{content:"\\F1119"}.mdi-anvil::before{content:"\\F089B"}.mdi-apache-kafka::before{content:"\\F100F"}.mdi-api::before{content:"\\F109B"}.mdi-api-off::before{content:"\\F1257"}.mdi-apple::before{content:"\\F0035"}.mdi-apple-airplay::before{content:"\\F001F"}.mdi-apple-finder::before{content:"\\F0036"}.mdi-apple-icloud::before{content:"\\F0038"}.mdi-apple-ios::before{content:"\\F0037"}.mdi-apple-keyboard-caps::before{content:"\\F0632"}.mdi-apple-keyboard-command::before{content:"\\F0633"}.mdi-apple-keyboard-control::before{content:"\\F0634"}.mdi-apple-keyboard-option::before{content:"\\F0635"}.mdi-apple-keyboard-shift::before{content:"\\F0636"}.mdi-apple-safari::before{content:"\\F0039"}.mdi-application::before{content:"\\F0614"}.mdi-application-export::before{content:"\\F0DAD"}.mdi-application-import::before{content:"\\F0DAE"}.mdi-approximately-equal::before{content:"\\F0F9E"}.mdi-approximately-equal-box::before{content:"\\F0F9F"}.mdi-apps::before{content:"\\F003B"}.mdi-apps-box::before{content:"\\F0D46"}.mdi-arch::before{content:"\\F08C7"}.mdi-archive::before{content:"\\F003C"}.mdi-archive-arrow-down::before{content:"\\F1259"}.mdi-archive-arrow-down-outline::before{content:"\\F125A"}.mdi-archive-arrow-up::before{content:"\\F125B"}.mdi-archive-arrow-up-outline::before{content:"\\F125C"}.mdi-archive-outline::before{content:"\\F120E"}.mdi-arm-flex::before{content:"\\F0FD7"}.mdi-arm-flex-outline::before{content:"\\F0FD6"}.mdi-arrange-bring-forward::before{content:"\\F003D"}.mdi-arrange-bring-to-front::before{content:"\\F003E"}.mdi-arrange-send-backward::before{content:"\\F003F"}.mdi-arrange-send-to-back::before{content:"\\F0040"}.mdi-arrow-all::before{content:"\\F0041"}.mdi-arrow-bottom-left::before{content:"\\F0042"}.mdi-arrow-bottom-left-bold-outline::before{content:"\\F09B7"}.mdi-arrow-bottom-left-thick::before{content:"\\F09B8"}.mdi-arrow-bottom-right::before{content:"\\F0043"}.mdi-arrow-bottom-right-bold-outline::before{content:"\\F09B9"}.mdi-arrow-bottom-right-thick::before{content:"\\F09BA"}.mdi-arrow-collapse::before{content:"\\F0615"}.mdi-arrow-collapse-all::before{content:"\\F0044"}.mdi-arrow-collapse-down::before{content:"\\F0792"}.mdi-arrow-collapse-horizontal::before{content:"\\F084C"}.mdi-arrow-collapse-left::before{content:"\\F0793"}.mdi-arrow-collapse-right::before{content:"\\F0794"}.mdi-arrow-collapse-up::before{content:"\\F0795"}.mdi-arrow-collapse-vertical::before{content:"\\F084D"}.mdi-arrow-decision::before{content:"\\F09BB"}.mdi-arrow-decision-auto::before{content:"\\F09BC"}.mdi-arrow-decision-auto-outline::before{content:"\\F09BD"}.mdi-arrow-decision-outline::before{content:"\\F09BE"}.mdi-arrow-down::before{content:"\\F0045"}.mdi-arrow-down-bold::before{content:"\\F072E"}.mdi-arrow-down-bold-box::before{content:"\\F072F"}.mdi-arrow-down-bold-box-outline::before{content:"\\F0730"}.mdi-arrow-down-bold-circle::before{content:"\\F0047"}.mdi-arrow-down-bold-circle-outline::before{content:"\\F0048"}.mdi-arrow-down-bold-hexagon-outline::before{content:"\\F0049"}.mdi-arrow-down-bold-outline::before{content:"\\F09BF"}.mdi-arrow-down-box::before{content:"\\F06C0"}.mdi-arrow-down-circle::before{content:"\\F0CDB"}.mdi-arrow-down-circle-outline::before{content:"\\F0CDC"}.mdi-arrow-down-drop-circle::before{content:"\\F004A"}.mdi-arrow-down-drop-circle-outline::before{content:"\\F004B"}.mdi-arrow-down-thick::before{content:"\\F0046"}.mdi-arrow-expand::before{content:"\\F0616"}.mdi-arrow-expand-all::before{content:"\\F004C"}.mdi-arrow-expand-down::before{content:"\\F0796"}.mdi-arrow-expand-horizontal::before{content:"\\F084E"}.mdi-arrow-expand-left::before{content:"\\F0797"}.mdi-arrow-expand-right::before{content:"\\F0798"}.mdi-arrow-expand-up::before{content:"\\F0799"}.mdi-arrow-expand-vertical::before{content:"\\F084F"}.mdi-arrow-horizontal-lock::before{content:"\\F115B"}.mdi-arrow-left::before{content:"\\F004D"}.mdi-arrow-left-bold::before{content:"\\F0731"}.mdi-arrow-left-bold-box::before{content:"\\F0732"}.mdi-arrow-left-bold-box-outline::before{content:"\\F0733"}.mdi-arrow-left-bold-circle::before{content:"\\F004F"}.mdi-arrow-left-bold-circle-outline::before{content:"\\F0050"}.mdi-arrow-left-bold-hexagon-outline::before{content:"\\F0051"}.mdi-arrow-left-bold-outline::before{content:"\\F09C0"}.mdi-arrow-left-box::before{content:"\\F06C1"}.mdi-arrow-left-circle::before{content:"\\F0CDD"}.mdi-arrow-left-circle-outline::before{content:"\\F0CDE"}.mdi-arrow-left-drop-circle::before{content:"\\F0052"}.mdi-arrow-left-drop-circle-outline::before{content:"\\F0053"}.mdi-arrow-left-right::before{content:"\\F0E73"}.mdi-arrow-left-right-bold::before{content:"\\F0E74"}.mdi-arrow-left-right-bold-outline::before{content:"\\F09C1"}.mdi-arrow-left-thick::before{content:"\\F004E"}.mdi-arrow-right::before{content:"\\F0054"}.mdi-arrow-right-bold::before{content:"\\F0734"}.mdi-arrow-right-bold-box::before{content:"\\F0735"}.mdi-arrow-right-bold-box-outline::before{content:"\\F0736"}.mdi-arrow-right-bold-circle::before{content:"\\F0056"}.mdi-arrow-right-bold-circle-outline::before{content:"\\F0057"}.mdi-arrow-right-bold-hexagon-outline::before{content:"\\F0058"}.mdi-arrow-right-bold-outline::before{content:"\\F09C2"}.mdi-arrow-right-box::before{content:"\\F06C2"}.mdi-arrow-right-circle::before{content:"\\F0CDF"}.mdi-arrow-right-circle-outline::before{content:"\\F0CE0"}.mdi-arrow-right-drop-circle::before{content:"\\F0059"}.mdi-arrow-right-drop-circle-outline::before{content:"\\F005A"}.mdi-arrow-right-thick::before{content:"\\F0055"}.mdi-arrow-split-horizontal::before{content:"\\F093B"}.mdi-arrow-split-vertical::before{content:"\\F093C"}.mdi-arrow-top-left::before{content:"\\F005B"}.mdi-arrow-top-left-bold-outline::before{content:"\\F09C3"}.mdi-arrow-top-left-bottom-right::before{content:"\\F0E75"}.mdi-arrow-top-left-bottom-right-bold::before{content:"\\F0E76"}.mdi-arrow-top-left-thick::before{content:"\\F09C4"}.mdi-arrow-top-right::before{content:"\\F005C"}.mdi-arrow-top-right-bold-outline::before{content:"\\F09C5"}.mdi-arrow-top-right-bottom-left::before{content:"\\F0E77"}.mdi-arrow-top-right-bottom-left-bold::before{content:"\\F0E78"}.mdi-arrow-top-right-thick::before{content:"\\F09C6"}.mdi-arrow-up::before{content:"\\F005D"}.mdi-arrow-up-bold::before{content:"\\F0737"}.mdi-arrow-up-bold-box::before{content:"\\F0738"}.mdi-arrow-up-bold-box-outline::before{content:"\\F0739"}.mdi-arrow-up-bold-circle::before{content:"\\F005F"}.mdi-arrow-up-bold-circle-outline::before{content:"\\F0060"}.mdi-arrow-up-bold-hexagon-outline::before{content:"\\F0061"}.mdi-arrow-up-bold-outline::before{content:"\\F09C7"}.mdi-arrow-up-box::before{content:"\\F06C3"}.mdi-arrow-up-circle::before{content:"\\F0CE1"}.mdi-arrow-up-circle-outline::before{content:"\\F0CE2"}.mdi-arrow-up-down::before{content:"\\F0E79"}.mdi-arrow-up-down-bold::before{content:"\\F0E7A"}.mdi-arrow-up-down-bold-outline::before{content:"\\F09C8"}.mdi-arrow-up-drop-circle::before{content:"\\F0062"}.mdi-arrow-up-drop-circle-outline::before{content:"\\F0063"}.mdi-arrow-up-thick::before{content:"\\F005E"}.mdi-arrow-vertical-lock::before{content:"\\F115C"}.mdi-artstation::before{content:"\\F0B5B"}.mdi-aspect-ratio::before{content:"\\F0A24"}.mdi-assistant::before{content:"\\F0064"}.mdi-asterisk::before{content:"\\F06C4"}.mdi-at::before{content:"\\F0065"}.mdi-atlassian::before{content:"\\F0804"}.mdi-atm::before{content:"\\F0D47"}.mdi-atom::before{content:"\\F0768"}.mdi-atom-variant::before{content:"\\F0E7B"}.mdi-attachment::before{content:"\\F0066"}.mdi-audio-video::before{content:"\\F093D"}.mdi-audio-video-off::before{content:"\\F11B6"}.mdi-augmented-reality::before{content:"\\F0850"}.mdi-auto-download::before{content:"\\F137E"}.mdi-auto-fix::before{content:"\\F0068"}.mdi-auto-upload::before{content:"\\F0069"}.mdi-autorenew::before{content:"\\F006A"}.mdi-av-timer::before{content:"\\F006B"}.mdi-aws::before{content:"\\F0E0F"}.mdi-axe::before{content:"\\F08C8"}.mdi-axis::before{content:"\\F0D48"}.mdi-axis-arrow::before{content:"\\F0D49"}.mdi-axis-arrow-info::before{content:"\\F140E"}.mdi-axis-arrow-lock::before{content:"\\F0D4A"}.mdi-axis-lock::before{content:"\\F0D4B"}.mdi-axis-x-arrow::before{content:"\\F0D4C"}.mdi-axis-x-arrow-lock::before{content:"\\F0D4D"}.mdi-axis-x-rotate-clockwise::before{content:"\\F0D4E"}.mdi-axis-x-rotate-counterclockwise::before{content:"\\F0D4F"}.mdi-axis-x-y-arrow-lock::before{content:"\\F0D50"}.mdi-axis-y-arrow::before{content:"\\F0D51"}.mdi-axis-y-arrow-lock::before{content:"\\F0D52"}.mdi-axis-y-rotate-clockwise::before{content:"\\F0D53"}.mdi-axis-y-rotate-counterclockwise::before{content:"\\F0D54"}.mdi-axis-z-arrow::before{content:"\\F0D55"}.mdi-axis-z-arrow-lock::before{content:"\\F0D56"}.mdi-axis-z-rotate-clockwise::before{content:"\\F0D57"}.mdi-axis-z-rotate-counterclockwise::before{content:"\\F0D58"}.mdi-babel::before{content:"\\F0A25"}.mdi-baby::before{content:"\\F006C"}.mdi-baby-bottle::before{content:"\\F0F39"}.mdi-baby-bottle-outline::before{content:"\\F0F3A"}.mdi-baby-buggy::before{content:"\\F13E0"}.mdi-baby-carriage::before{content:"\\F068F"}.mdi-baby-carriage-off::before{content:"\\F0FA0"}.mdi-baby-face::before{content:"\\F0E7C"}.mdi-baby-face-outline::before{content:"\\F0E7D"}.mdi-backburger::before{content:"\\F006D"}.mdi-backspace::before{content:"\\F006E"}.mdi-backspace-outline::before{content:"\\F0B5C"}.mdi-backspace-reverse::before{content:"\\F0E7E"}.mdi-backspace-reverse-outline::before{content:"\\F0E7F"}.mdi-backup-restore::before{content:"\\F006F"}.mdi-bacteria::before{content:"\\F0ED5"}.mdi-bacteria-outline::before{content:"\\F0ED6"}.mdi-badge-account::before{content:"\\F0DA7"}.mdi-badge-account-alert::before{content:"\\F0DA8"}.mdi-badge-account-alert-outline::before{content:"\\F0DA9"}.mdi-badge-account-horizontal::before{content:"\\F0E0D"}.mdi-badge-account-horizontal-outline::before{content:"\\F0E0E"}.mdi-badge-account-outline::before{content:"\\F0DAA"}.mdi-badminton::before{content:"\\F0851"}.mdi-bag-carry-on::before{content:"\\F0F3B"}.mdi-bag-carry-on-check::before{content:"\\F0D65"}.mdi-bag-carry-on-off::before{content:"\\F0F3C"}.mdi-bag-checked::before{content:"\\F0F3D"}.mdi-bag-personal::before{content:"\\F0E10"}.mdi-bag-personal-off::before{content:"\\F0E11"}.mdi-bag-personal-off-outline::before{content:"\\F0E12"}.mdi-bag-personal-outline::before{content:"\\F0E13"}.mdi-baguette::before{content:"\\F0F3E"}.mdi-balloon::before{content:"\\F0A26"}.mdi-ballot::before{content:"\\F09C9"}.mdi-ballot-outline::before{content:"\\F09CA"}.mdi-ballot-recount::before{content:"\\F0C39"}.mdi-ballot-recount-outline::before{content:"\\F0C3A"}.mdi-bandage::before{content:"\\F0DAF"}.mdi-bandcamp::before{content:"\\F0675"}.mdi-bank::before{content:"\\F0070"}.mdi-bank-minus::before{content:"\\F0DB0"}.mdi-bank-outline::before{content:"\\F0E80"}.mdi-bank-plus::before{content:"\\F0DB1"}.mdi-bank-remove::before{content:"\\F0DB2"}.mdi-bank-transfer::before{content:"\\F0A27"}.mdi-bank-transfer-in::before{content:"\\F0A28"}.mdi-bank-transfer-out::before{content:"\\F0A29"}.mdi-barcode::before{content:"\\F0071"}.mdi-barcode-off::before{content:"\\F1236"}.mdi-barcode-scan::before{content:"\\F0072"}.mdi-barley::before{content:"\\F0073"}.mdi-barley-off::before{content:"\\F0B5D"}.mdi-barn::before{content:"\\F0B5E"}.mdi-barrel::before{content:"\\F0074"}.mdi-baseball::before{content:"\\F0852"}.mdi-baseball-bat::before{content:"\\F0853"}.mdi-bash::before{content:"\\F1183"}.mdi-basket::before{content:"\\F0076"}.mdi-basket-fill::before{content:"\\F0077"}.mdi-basket-outline::before{content:"\\F1181"}.mdi-basket-unfill::before{content:"\\F0078"}.mdi-basketball::before{content:"\\F0806"}.mdi-basketball-hoop::before{content:"\\F0C3B"}.mdi-basketball-hoop-outline::before{content:"\\F0C3C"}.mdi-bat::before{content:"\\F0B5F"}.mdi-battery::before{content:"\\F0079"}.mdi-battery-10::before{content:"\\F007A"}.mdi-battery-10-bluetooth::before{content:"\\F093E"}.mdi-battery-20::before{content:"\\F007B"}.mdi-battery-20-bluetooth::before{content:"\\F093F"}.mdi-battery-30::before{content:"\\F007C"}.mdi-battery-30-bluetooth::before{content:"\\F0940"}.mdi-battery-40::before{content:"\\F007D"}.mdi-battery-40-bluetooth::before{content:"\\F0941"}.mdi-battery-50::before{content:"\\F007E"}.mdi-battery-50-bluetooth::before{content:"\\F0942"}.mdi-battery-60::before{content:"\\F007F"}.mdi-battery-60-bluetooth::before{content:"\\F0943"}.mdi-battery-70::before{content:"\\F0080"}.mdi-battery-70-bluetooth::before{content:"\\F0944"}.mdi-battery-80::before{content:"\\F0081"}.mdi-battery-80-bluetooth::before{content:"\\F0945"}.mdi-battery-90::before{content:"\\F0082"}.mdi-battery-90-bluetooth::before{content:"\\F0946"}.mdi-battery-alert::before{content:"\\F0083"}.mdi-battery-alert-bluetooth::before{content:"\\F0947"}.mdi-battery-alert-variant::before{content:"\\F10CC"}.mdi-battery-alert-variant-outline::before{content:"\\F10CD"}.mdi-battery-bluetooth::before{content:"\\F0948"}.mdi-battery-bluetooth-variant::before{content:"\\F0949"}.mdi-battery-charging::before{content:"\\F0084"}.mdi-battery-charging-10::before{content:"\\F089C"}.mdi-battery-charging-100::before{content:"\\F0085"}.mdi-battery-charging-20::before{content:"\\F0086"}.mdi-battery-charging-30::before{content:"\\F0087"}.mdi-battery-charging-40::before{content:"\\F0088"}.mdi-battery-charging-50::before{content:"\\F089D"}.mdi-battery-charging-60::before{content:"\\F0089"}.mdi-battery-charging-70::before{content:"\\F089E"}.mdi-battery-charging-80::before{content:"\\F008A"}.mdi-battery-charging-90::before{content:"\\F008B"}.mdi-battery-charging-high::before{content:"\\F12A6"}.mdi-battery-charging-low::before{content:"\\F12A4"}.mdi-battery-charging-medium::before{content:"\\F12A5"}.mdi-battery-charging-outline::before{content:"\\F089F"}.mdi-battery-charging-wireless::before{content:"\\F0807"}.mdi-battery-charging-wireless-10::before{content:"\\F0808"}.mdi-battery-charging-wireless-20::before{content:"\\F0809"}.mdi-battery-charging-wireless-30::before{content:"\\F080A"}.mdi-battery-charging-wireless-40::before{content:"\\F080B"}.mdi-battery-charging-wireless-50::before{content:"\\F080C"}.mdi-battery-charging-wireless-60::before{content:"\\F080D"}.mdi-battery-charging-wireless-70::before{content:"\\F080E"}.mdi-battery-charging-wireless-80::before{content:"\\F080F"}.mdi-battery-charging-wireless-90::before{content:"\\F0810"}.mdi-battery-charging-wireless-alert::before{content:"\\F0811"}.mdi-battery-charging-wireless-outline::before{content:"\\F0812"}.mdi-battery-heart::before{content:"\\F120F"}.mdi-battery-heart-outline::before{content:"\\F1210"}.mdi-battery-heart-variant::before{content:"\\F1211"}.mdi-battery-high::before{content:"\\F12A3"}.mdi-battery-low::before{content:"\\F12A1"}.mdi-battery-medium::before{content:"\\F12A2"}.mdi-battery-minus::before{content:"\\F008C"}.mdi-battery-negative::before{content:"\\F008D"}.mdi-battery-off::before{content:"\\F125D"}.mdi-battery-off-outline::before{content:"\\F125E"}.mdi-battery-outline::before{content:"\\F008E"}.mdi-battery-plus::before{content:"\\F008F"}.mdi-battery-positive::before{content:"\\F0090"}.mdi-battery-unknown::before{content:"\\F0091"}.mdi-battery-unknown-bluetooth::before{content:"\\F094A"}.mdi-battlenet::before{content:"\\F0B60"}.mdi-beach::before{content:"\\F0092"}.mdi-beaker::before{content:"\\F0CEA"}.mdi-beaker-alert::before{content:"\\F1229"}.mdi-beaker-alert-outline::before{content:"\\F122A"}.mdi-beaker-check::before{content:"\\F122B"}.mdi-beaker-check-outline::before{content:"\\F122C"}.mdi-beaker-minus::before{content:"\\F122D"}.mdi-beaker-minus-outline::before{content:"\\F122E"}.mdi-beaker-outline::before{content:"\\F0690"}.mdi-beaker-plus::before{content:"\\F122F"}.mdi-beaker-plus-outline::before{content:"\\F1230"}.mdi-beaker-question::before{content:"\\F1231"}.mdi-beaker-question-outline::before{content:"\\F1232"}.mdi-beaker-remove::before{content:"\\F1233"}.mdi-beaker-remove-outline::before{content:"\\F1234"}.mdi-bed::before{content:"\\F02E3"}.mdi-bed-double::before{content:"\\F0FD4"}.mdi-bed-double-outline::before{content:"\\F0FD3"}.mdi-bed-empty::before{content:"\\F08A0"}.mdi-bed-king::before{content:"\\F0FD2"}.mdi-bed-king-outline::before{content:"\\F0FD1"}.mdi-bed-outline::before{content:"\\F0099"}.mdi-bed-queen::before{content:"\\F0FD0"}.mdi-bed-queen-outline::before{content:"\\F0FDB"}.mdi-bed-single::before{content:"\\F106D"}.mdi-bed-single-outline::before{content:"\\F106E"}.mdi-bee::before{content:"\\F0FA1"}.mdi-bee-flower::before{content:"\\F0FA2"}.mdi-beehive-off-outline::before{content:"\\F13ED"}.mdi-beehive-outline::before{content:"\\F10CE"}.mdi-beer::before{content:"\\F0098"}.mdi-beer-outline::before{content:"\\F130C"}.mdi-bell::before{content:"\\F009A"}.mdi-bell-alert::before{content:"\\F0D59"}.mdi-bell-alert-outline::before{content:"\\F0E81"}.mdi-bell-cancel::before{content:"\\F13E7"}.mdi-bell-cancel-outline::before{content:"\\F13E8"}.mdi-bell-check::before{content:"\\F11E5"}.mdi-bell-check-outline::before{content:"\\F11E6"}.mdi-bell-circle::before{content:"\\F0D5A"}.mdi-bell-circle-outline::before{content:"\\F0D5B"}.mdi-bell-minus::before{content:"\\F13E9"}.mdi-bell-minus-outline::before{content:"\\F13EA"}.mdi-bell-off::before{content:"\\F009B"}.mdi-bell-off-outline::before{content:"\\F0A91"}.mdi-bell-outline::before{content:"\\F009C"}.mdi-bell-plus::before{content:"\\F009D"}.mdi-bell-plus-outline::before{content:"\\F0A92"}.mdi-bell-remove::before{content:"\\F13EB"}.mdi-bell-remove-outline::before{content:"\\F13EC"}.mdi-bell-ring::before{content:"\\F009E"}.mdi-bell-ring-outline::before{content:"\\F009F"}.mdi-bell-sleep::before{content:"\\F00A0"}.mdi-bell-sleep-outline::before{content:"\\F0A93"}.mdi-beta::before{content:"\\F00A1"}.mdi-betamax::before{content:"\\F09CB"}.mdi-biathlon::before{content:"\\F0E14"}.mdi-bicycle::before{content:"\\F109C"}.mdi-bicycle-basket::before{content:"\\F1235"}.mdi-bike::before{content:"\\F00A3"}.mdi-bike-fast::before{content:"\\F111F"}.mdi-billboard::before{content:"\\F1010"}.mdi-billiards::before{content:"\\F0B61"}.mdi-billiards-rack::before{content:"\\F0B62"}.mdi-binoculars::before{content:"\\F00A5"}.mdi-bio::before{content:"\\F00A6"}.mdi-biohazard::before{content:"\\F00A7"}.mdi-bitbucket::before{content:"\\F00A8"}.mdi-bitcoin::before{content:"\\F0813"}.mdi-black-mesa::before{content:"\\F00A9"}.mdi-blender::before{content:"\\F0CEB"}.mdi-blender-software::before{content:"\\F00AB"}.mdi-blinds::before{content:"\\F00AC"}.mdi-blinds-open::before{content:"\\F1011"}.mdi-block-helper::before{content:"\\F00AD"}.mdi-blogger::before{content:"\\F00AE"}.mdi-blood-bag::before{content:"\\F0CEC"}.mdi-bluetooth::before{content:"\\F00AF"}.mdi-bluetooth-audio::before{content:"\\F00B0"}.mdi-bluetooth-connect::before{content:"\\F00B1"}.mdi-bluetooth-off::before{content:"\\F00B2"}.mdi-bluetooth-settings::before{content:"\\F00B3"}.mdi-bluetooth-transfer::before{content:"\\F00B4"}.mdi-blur::before{content:"\\F00B5"}.mdi-blur-linear::before{content:"\\F00B6"}.mdi-blur-off::before{content:"\\F00B7"}.mdi-blur-radial::before{content:"\\F00B8"}.mdi-bolnisi-cross::before{content:"\\F0CED"}.mdi-bolt::before{content:"\\F0DB3"}.mdi-bomb::before{content:"\\F0691"}.mdi-bomb-off::before{content:"\\F06C5"}.mdi-bone::before{content:"\\F00B9"}.mdi-book::before{content:"\\F00BA"}.mdi-book-account::before{content:"\\F13AD"}.mdi-book-account-outline::before{content:"\\F13AE"}.mdi-book-alphabet::before{content:"\\F061D"}.mdi-book-cross::before{content:"\\F00A2"}.mdi-book-information-variant::before{content:"\\F106F"}.mdi-book-lock::before{content:"\\F079A"}.mdi-book-lock-open::before{content:"\\F079B"}.mdi-book-minus::before{content:"\\F05D9"}.mdi-book-minus-multiple::before{content:"\\F0A94"}.mdi-book-minus-multiple-outline::before{content:"\\F090B"}.mdi-book-multiple::before{content:"\\F00BB"}.mdi-book-multiple-outline::before{content:"\\F0436"}.mdi-book-music::before{content:"\\F0067"}.mdi-book-open::before{content:"\\F00BD"}.mdi-book-open-outline::before{content:"\\F0B63"}.mdi-book-open-page-variant::before{content:"\\F05DA"}.mdi-book-open-variant::before{content:"\\F00BE"}.mdi-book-outline::before{content:"\\F0B64"}.mdi-book-play::before{content:"\\F0E82"}.mdi-book-play-outline::before{content:"\\F0E83"}.mdi-book-plus::before{content:"\\F05DB"}.mdi-book-plus-multiple::before{content:"\\F0A95"}.mdi-book-plus-multiple-outline::before{content:"\\F0ADE"}.mdi-book-remove::before{content:"\\F0A97"}.mdi-book-remove-multiple::before{content:"\\F0A96"}.mdi-book-remove-multiple-outline::before{content:"\\F04CA"}.mdi-book-search::before{content:"\\F0E84"}.mdi-book-search-outline::before{content:"\\F0E85"}.mdi-book-variant::before{content:"\\F00BF"}.mdi-book-variant-multiple::before{content:"\\F00BC"}.mdi-bookmark::before{content:"\\F00C0"}.mdi-bookmark-check::before{content:"\\F00C1"}.mdi-bookmark-check-outline::before{content:"\\F137B"}.mdi-bookmark-minus::before{content:"\\F09CC"}.mdi-bookmark-minus-outline::before{content:"\\F09CD"}.mdi-bookmark-multiple::before{content:"\\F0E15"}.mdi-bookmark-multiple-outline::before{content:"\\F0E16"}.mdi-bookmark-music::before{content:"\\F00C2"}.mdi-bookmark-music-outline::before{content:"\\F1379"}.mdi-bookmark-off::before{content:"\\F09CE"}.mdi-bookmark-off-outline::before{content:"\\F09CF"}.mdi-bookmark-outline::before{content:"\\F00C3"}.mdi-bookmark-plus::before{content:"\\F00C5"}.mdi-bookmark-plus-outline::before{content:"\\F00C4"}.mdi-bookmark-remove::before{content:"\\F00C6"}.mdi-bookmark-remove-outline::before{content:"\\F137A"}.mdi-bookshelf::before{content:"\\F125F"}.mdi-boom-gate::before{content:"\\F0E86"}.mdi-boom-gate-alert::before{content:"\\F0E87"}.mdi-boom-gate-alert-outline::before{content:"\\F0E88"}.mdi-boom-gate-down::before{content:"\\F0E89"}.mdi-boom-gate-down-outline::before{content:"\\F0E8A"}.mdi-boom-gate-outline::before{content:"\\F0E8B"}.mdi-boom-gate-up::before{content:"\\F0E8C"}.mdi-boom-gate-up-outline::before{content:"\\F0E8D"}.mdi-boombox::before{content:"\\F05DC"}.mdi-boomerang::before{content:"\\F10CF"}.mdi-bootstrap::before{content:"\\F06C6"}.mdi-border-all::before{content:"\\F00C7"}.mdi-border-all-variant::before{content:"\\F08A1"}.mdi-border-bottom::before{content:"\\F00C8"}.mdi-border-bottom-variant::before{content:"\\F08A2"}.mdi-border-color::before{content:"\\F00C9"}.mdi-border-horizontal::before{content:"\\F00CA"}.mdi-border-inside::before{content:"\\F00CB"}.mdi-border-left::before{content:"\\F00CC"}.mdi-border-left-variant::before{content:"\\F08A3"}.mdi-border-none::before{content:"\\F00CD"}.mdi-border-none-variant::before{content:"\\F08A4"}.mdi-border-outside::before{content:"\\F00CE"}.mdi-border-right::before{content:"\\F00CF"}.mdi-border-right-variant::before{content:"\\F08A5"}.mdi-border-style::before{content:"\\F00D0"}.mdi-border-top::before{content:"\\F00D1"}.mdi-border-top-variant::before{content:"\\F08A6"}.mdi-border-vertical::before{content:"\\F00D2"}.mdi-bottle-soda::before{content:"\\F1070"}.mdi-bottle-soda-classic::before{content:"\\F1071"}.mdi-bottle-soda-classic-outline::before{content:"\\F1363"}.mdi-bottle-soda-outline::before{content:"\\F1072"}.mdi-bottle-tonic::before{content:"\\F112E"}.mdi-bottle-tonic-outline::before{content:"\\F112F"}.mdi-bottle-tonic-plus::before{content:"\\F1130"}.mdi-bottle-tonic-plus-outline::before{content:"\\F1131"}.mdi-bottle-tonic-skull::before{content:"\\F1132"}.mdi-bottle-tonic-skull-outline::before{content:"\\F1133"}.mdi-bottle-wine::before{content:"\\F0854"}.mdi-bottle-wine-outline::before{content:"\\F1310"}.mdi-bow-tie::before{content:"\\F0678"}.mdi-bowl::before{content:"\\F028E"}.mdi-bowl-mix::before{content:"\\F0617"}.mdi-bowl-mix-outline::before{content:"\\F02E4"}.mdi-bowl-outline::before{content:"\\F02A9"}.mdi-bowling::before{content:"\\F00D3"}.mdi-box::before{content:"\\F00D4"}.mdi-box-cutter::before{content:"\\F00D5"}.mdi-box-cutter-off::before{content:"\\F0B4A"}.mdi-box-shadow::before{content:"\\F0637"}.mdi-boxing-glove::before{content:"\\F0B65"}.mdi-braille::before{content:"\\F09D0"}.mdi-brain::before{content:"\\F09D1"}.mdi-bread-slice::before{content:"\\F0CEE"}.mdi-bread-slice-outline::before{content:"\\F0CEF"}.mdi-bridge::before{content:"\\F0618"}.mdi-briefcase::before{content:"\\F00D6"}.mdi-briefcase-account::before{content:"\\F0CF0"}.mdi-briefcase-account-outline::before{content:"\\F0CF1"}.mdi-briefcase-check::before{content:"\\F00D7"}.mdi-briefcase-check-outline::before{content:"\\F131E"}.mdi-briefcase-clock::before{content:"\\F10D0"}.mdi-briefcase-clock-outline::before{content:"\\F10D1"}.mdi-briefcase-download::before{content:"\\F00D8"}.mdi-briefcase-download-outline::before{content:"\\F0C3D"}.mdi-briefcase-edit::before{content:"\\F0A98"}.mdi-briefcase-edit-outline::before{content:"\\F0C3E"}.mdi-briefcase-minus::before{content:"\\F0A2A"}.mdi-briefcase-minus-outline::before{content:"\\F0C3F"}.mdi-briefcase-outline::before{content:"\\F0814"}.mdi-briefcase-plus::before{content:"\\F0A2B"}.mdi-briefcase-plus-outline::before{content:"\\F0C40"}.mdi-briefcase-remove::before{content:"\\F0A2C"}.mdi-briefcase-remove-outline::before{content:"\\F0C41"}.mdi-briefcase-search::before{content:"\\F0A2D"}.mdi-briefcase-search-outline::before{content:"\\F0C42"}.mdi-briefcase-upload::before{content:"\\F00D9"}.mdi-briefcase-upload-outline::before{content:"\\F0C43"}.mdi-briefcase-variant::before{content:"\\F1494"}.mdi-briefcase-variant-outline::before{content:"\\F1495"}.mdi-brightness-1::before{content:"\\F00DA"}.mdi-brightness-2::before{content:"\\F00DB"}.mdi-brightness-3::before{content:"\\F00DC"}.mdi-brightness-4::before{content:"\\F00DD"}.mdi-brightness-5::before{content:"\\F00DE"}.mdi-brightness-6::before{content:"\\F00DF"}.mdi-brightness-7::before{content:"\\F00E0"}.mdi-brightness-auto::before{content:"\\F00E1"}.mdi-brightness-percent::before{content:"\\F0CF2"}.mdi-broom::before{content:"\\F00E2"}.mdi-brush::before{content:"\\F00E3"}.mdi-bucket::before{content:"\\F1415"}.mdi-bucket-outline::before{content:"\\F1416"}.mdi-buddhism::before{content:"\\F094B"}.mdi-buffer::before{content:"\\F0619"}.mdi-buffet::before{content:"\\F0578"}.mdi-bug::before{content:"\\F00E4"}.mdi-bug-check::before{content:"\\F0A2E"}.mdi-bug-check-outline::before{content:"\\F0A2F"}.mdi-bug-outline::before{content:"\\F0A30"}.mdi-bugle::before{content:"\\F0DB4"}.mdi-bulldozer::before{content:"\\F0B22"}.mdi-bullet::before{content:"\\F0CF3"}.mdi-bulletin-board::before{content:"\\F00E5"}.mdi-bullhorn::before{content:"\\F00E6"}.mdi-bullhorn-outline::before{content:"\\F0B23"}.mdi-bullseye::before{content:"\\F05DD"}.mdi-bullseye-arrow::before{content:"\\F08C9"}.mdi-bulma::before{content:"\\F12E7"}.mdi-bunk-bed::before{content:"\\F1302"}.mdi-bunk-bed-outline::before{content:"\\F0097"}.mdi-bus::before{content:"\\F00E7"}.mdi-bus-alert::before{content:"\\F0A99"}.mdi-bus-articulated-end::before{content:"\\F079C"}.mdi-bus-articulated-front::before{content:"\\F079D"}.mdi-bus-clock::before{content:"\\F08CA"}.mdi-bus-double-decker::before{content:"\\F079E"}.mdi-bus-marker::before{content:"\\F1212"}.mdi-bus-multiple::before{content:"\\F0F3F"}.mdi-bus-school::before{content:"\\F079F"}.mdi-bus-side::before{content:"\\F07A0"}.mdi-bus-stop::before{content:"\\F1012"}.mdi-bus-stop-covered::before{content:"\\F1013"}.mdi-bus-stop-uncovered::before{content:"\\F1014"}.mdi-cable-data::before{content:"\\F1394"}.mdi-cached::before{content:"\\F00E8"}.mdi-cactus::before{content:"\\F0DB5"}.mdi-cake::before{content:"\\F00E9"}.mdi-cake-layered::before{content:"\\F00EA"}.mdi-cake-variant::before{content:"\\F00EB"}.mdi-calculator::before{content:"\\F00EC"}.mdi-calculator-variant::before{content:"\\F0A9A"}.mdi-calendar::before{content:"\\F00ED"}.mdi-calendar-account::before{content:"\\F0ED7"}.mdi-calendar-account-outline::before{content:"\\F0ED8"}.mdi-calendar-alert::before{content:"\\F0A31"}.mdi-calendar-arrow-left::before{content:"\\F1134"}.mdi-calendar-arrow-right::before{content:"\\F1135"}.mdi-calendar-blank::before{content:"\\F00EE"}.mdi-calendar-blank-multiple::before{content:"\\F1073"}.mdi-calendar-blank-outline::before{content:"\\F0B66"}.mdi-calendar-check::before{content:"\\F00EF"}.mdi-calendar-check-outline::before{content:"\\F0C44"}.mdi-calendar-clock::before{content:"\\F00F0"}.mdi-calendar-edit::before{content:"\\F08A7"}.mdi-calendar-export::before{content:"\\F0B24"}.mdi-calendar-heart::before{content:"\\F09D2"}.mdi-calendar-import::before{content:"\\F0B25"}.mdi-calendar-minus::before{content:"\\F0D5C"}.mdi-calendar-month::before{content:"\\F0E17"}.mdi-calendar-month-outline::before{content:"\\F0E18"}.mdi-calendar-multiple::before{content:"\\F00F1"}.mdi-calendar-multiple-check::before{content:"\\F00F2"}.mdi-calendar-multiselect::before{content:"\\F0A32"}.mdi-calendar-outline::before{content:"\\F0B67"}.mdi-calendar-plus::before{content:"\\F00F3"}.mdi-calendar-question::before{content:"\\F0692"}.mdi-calendar-range::before{content:"\\F0679"}.mdi-calendar-range-outline::before{content:"\\F0B68"}.mdi-calendar-refresh::before{content:"\\F01E1"}.mdi-calendar-refresh-outline::before{content:"\\F0203"}.mdi-calendar-remove::before{content:"\\F00F4"}.mdi-calendar-remove-outline::before{content:"\\F0C45"}.mdi-calendar-search::before{content:"\\F094C"}.mdi-calendar-star::before{content:"\\F09D3"}.mdi-calendar-sync::before{content:"\\F0E8E"}.mdi-calendar-sync-outline::before{content:"\\F0E8F"}.mdi-calendar-text::before{content:"\\F00F5"}.mdi-calendar-text-outline::before{content:"\\F0C46"}.mdi-calendar-today::before{content:"\\F00F6"}.mdi-calendar-week::before{content:"\\F0A33"}.mdi-calendar-week-begin::before{content:"\\F0A34"}.mdi-calendar-weekend::before{content:"\\F0ED9"}.mdi-calendar-weekend-outline::before{content:"\\F0EDA"}.mdi-call-made::before{content:"\\F00F7"}.mdi-call-merge::before{content:"\\F00F8"}.mdi-call-missed::before{content:"\\F00F9"}.mdi-call-received::before{content:"\\F00FA"}.mdi-call-split::before{content:"\\F00FB"}.mdi-camcorder::before{content:"\\F00FC"}.mdi-camcorder-off::before{content:"\\F00FF"}.mdi-camera::before{content:"\\F0100"}.mdi-camera-account::before{content:"\\F08CB"}.mdi-camera-burst::before{content:"\\F0693"}.mdi-camera-control::before{content:"\\F0B69"}.mdi-camera-enhance::before{content:"\\F0101"}.mdi-camera-enhance-outline::before{content:"\\F0B6A"}.mdi-camera-front::before{content:"\\F0102"}.mdi-camera-front-variant::before{content:"\\F0103"}.mdi-camera-gopro::before{content:"\\F07A1"}.mdi-camera-image::before{content:"\\F08CC"}.mdi-camera-iris::before{content:"\\F0104"}.mdi-camera-metering-center::before{content:"\\F07A2"}.mdi-camera-metering-matrix::before{content:"\\F07A3"}.mdi-camera-metering-partial::before{content:"\\F07A4"}.mdi-camera-metering-spot::before{content:"\\F07A5"}.mdi-camera-off::before{content:"\\F05DF"}.mdi-camera-outline::before{content:"\\F0D5D"}.mdi-camera-party-mode::before{content:"\\F0105"}.mdi-camera-plus::before{content:"\\F0EDB"}.mdi-camera-plus-outline::before{content:"\\F0EDC"}.mdi-camera-rear::before{content:"\\F0106"}.mdi-camera-rear-variant::before{content:"\\F0107"}.mdi-camera-retake::before{content:"\\F0E19"}.mdi-camera-retake-outline::before{content:"\\F0E1A"}.mdi-camera-switch::before{content:"\\F0108"}.mdi-camera-switch-outline::before{content:"\\F084A"}.mdi-camera-timer::before{content:"\\F0109"}.mdi-camera-wireless::before{content:"\\F0DB6"}.mdi-camera-wireless-outline::before{content:"\\F0DB7"}.mdi-campfire::before{content:"\\F0EDD"}.mdi-cancel::before{content:"\\F073A"}.mdi-candle::before{content:"\\F05E2"}.mdi-candycane::before{content:"\\F010A"}.mdi-cannabis::before{content:"\\F07A6"}.mdi-caps-lock::before{content:"\\F0A9B"}.mdi-car::before{content:"\\F010B"}.mdi-car-2-plus::before{content:"\\F1015"}.mdi-car-3-plus::before{content:"\\F1016"}.mdi-car-arrow-left::before{content:"\\F13B2"}.mdi-car-arrow-right::before{content:"\\F13B3"}.mdi-car-back::before{content:"\\F0E1B"}.mdi-car-battery::before{content:"\\F010C"}.mdi-car-brake-abs::before{content:"\\F0C47"}.mdi-car-brake-alert::before{content:"\\F0C48"}.mdi-car-brake-hold::before{content:"\\F0D5E"}.mdi-car-brake-parking::before{content:"\\F0D5F"}.mdi-car-brake-retarder::before{content:"\\F1017"}.mdi-car-child-seat::before{content:"\\F0FA3"}.mdi-car-clutch::before{content:"\\F1018"}.mdi-car-cog::before{content:"\\F13CC"}.mdi-car-connected::before{content:"\\F010D"}.mdi-car-convertible::before{content:"\\F07A7"}.mdi-car-coolant-level::before{content:"\\F1019"}.mdi-car-cruise-control::before{content:"\\F0D60"}.mdi-car-defrost-front::before{content:"\\F0D61"}.mdi-car-defrost-rear::before{content:"\\F0D62"}.mdi-car-door::before{content:"\\F0B6B"}.mdi-car-door-lock::before{content:"\\F109D"}.mdi-car-electric::before{content:"\\F0B6C"}.mdi-car-esp::before{content:"\\F0C49"}.mdi-car-estate::before{content:"\\F07A8"}.mdi-car-hatchback::before{content:"\\F07A9"}.mdi-car-info::before{content:"\\F11BE"}.mdi-car-key::before{content:"\\F0B6D"}.mdi-car-light-dimmed::before{content:"\\F0C4A"}.mdi-car-light-fog::before{content:"\\F0C4B"}.mdi-car-light-high::before{content:"\\F0C4C"}.mdi-car-limousine::before{content:"\\F08CD"}.mdi-car-multiple::before{content:"\\F0B6E"}.mdi-car-off::before{content:"\\F0E1C"}.mdi-car-parking-lights::before{content:"\\F0D63"}.mdi-car-pickup::before{content:"\\F07AA"}.mdi-car-seat::before{content:"\\F0FA4"}.mdi-car-seat-cooler::before{content:"\\F0FA5"}.mdi-car-seat-heater::before{content:"\\F0FA6"}.mdi-car-settings::before{content:"\\F13CD"}.mdi-car-shift-pattern::before{content:"\\F0F40"}.mdi-car-side::before{content:"\\F07AB"}.mdi-car-sports::before{content:"\\F07AC"}.mdi-car-tire-alert::before{content:"\\F0C4D"}.mdi-car-traction-control::before{content:"\\F0D64"}.mdi-car-turbocharger::before{content:"\\F101A"}.mdi-car-wash::before{content:"\\F010E"}.mdi-car-windshield::before{content:"\\F101B"}.mdi-car-windshield-outline::before{content:"\\F101C"}.mdi-carabiner::before{content:"\\F14C0"}.mdi-caravan::before{content:"\\F07AD"}.mdi-card::before{content:"\\F0B6F"}.mdi-card-account-details::before{content:"\\F05D2"}.mdi-card-account-details-outline::before{content:"\\F0DAB"}.mdi-card-account-details-star::before{content:"\\F02A3"}.mdi-card-account-details-star-outline::before{content:"\\F06DB"}.mdi-card-account-mail::before{content:"\\F018E"}.mdi-card-account-mail-outline::before{content:"\\F0E98"}.mdi-card-account-phone::before{content:"\\F0E99"}.mdi-card-account-phone-outline::before{content:"\\F0E9A"}.mdi-card-bulleted::before{content:"\\F0B70"}.mdi-card-bulleted-off::before{content:"\\F0B71"}.mdi-card-bulleted-off-outline::before{content:"\\F0B72"}.mdi-card-bulleted-outline::before{content:"\\F0B73"}.mdi-card-bulleted-settings::before{content:"\\F0B74"}.mdi-card-bulleted-settings-outline::before{content:"\\F0B75"}.mdi-card-outline::before{content:"\\F0B76"}.mdi-card-plus::before{content:"\\F11FF"}.mdi-card-plus-outline::before{content:"\\F1200"}.mdi-card-search::before{content:"\\F1074"}.mdi-card-search-outline::before{content:"\\F1075"}.mdi-card-text::before{content:"\\F0B77"}.mdi-card-text-outline::before{content:"\\F0B78"}.mdi-cards::before{content:"\\F0638"}.mdi-cards-club::before{content:"\\F08CE"}.mdi-cards-diamond::before{content:"\\F08CF"}.mdi-cards-diamond-outline::before{content:"\\F101D"}.mdi-cards-heart::before{content:"\\F08D0"}.mdi-cards-outline::before{content:"\\F0639"}.mdi-cards-playing-outline::before{content:"\\F063A"}.mdi-cards-spade::before{content:"\\F08D1"}.mdi-cards-variant::before{content:"\\F06C7"}.mdi-carrot::before{content:"\\F010F"}.mdi-cart::before{content:"\\F0110"}.mdi-cart-arrow-down::before{content:"\\F0D66"}.mdi-cart-arrow-right::before{content:"\\F0C4E"}.mdi-cart-arrow-up::before{content:"\\F0D67"}.mdi-cart-minus::before{content:"\\F0D68"}.mdi-cart-off::before{content:"\\F066B"}.mdi-cart-outline::before{content:"\\F0111"}.mdi-cart-plus::before{content:"\\F0112"}.mdi-cart-remove::before{content:"\\F0D69"}.mdi-case-sensitive-alt::before{content:"\\F0113"}.mdi-cash::before{content:"\\F0114"}.mdi-cash-100::before{content:"\\F0115"}.mdi-cash-marker::before{content:"\\F0DB8"}.mdi-cash-minus::before{content:"\\F1260"}.mdi-cash-multiple::before{content:"\\F0116"}.mdi-cash-plus::before{content:"\\F1261"}.mdi-cash-refund::before{content:"\\F0A9C"}.mdi-cash-register::before{content:"\\F0CF4"}.mdi-cash-remove::before{content:"\\F1262"}.mdi-cash-usd::before{content:"\\F1176"}.mdi-cash-usd-outline::before{content:"\\F0117"}.mdi-cassette::before{content:"\\F09D4"}.mdi-cast::before{content:"\\F0118"}.mdi-cast-audio::before{content:"\\F101E"}.mdi-cast-connected::before{content:"\\F0119"}.mdi-cast-education::before{content:"\\F0E1D"}.mdi-cast-off::before{content:"\\F078A"}.mdi-castle::before{content:"\\F011A"}.mdi-cat::before{content:"\\F011B"}.mdi-cctv::before{content:"\\F07AE"}.mdi-ceiling-light::before{content:"\\F0769"}.mdi-cellphone::before{content:"\\F011C"}.mdi-cellphone-android::before{content:"\\F011D"}.mdi-cellphone-arrow-down::before{content:"\\F09D5"}.mdi-cellphone-basic::before{content:"\\F011E"}.mdi-cellphone-charging::before{content:"\\F1397"}.mdi-cellphone-cog::before{content:"\\F0951"}.mdi-cellphone-dock::before{content:"\\F011F"}.mdi-cellphone-erase::before{content:"\\F094D"}.mdi-cellphone-information::before{content:"\\F0F41"}.mdi-cellphone-iphone::before{content:"\\F0120"}.mdi-cellphone-key::before{content:"\\F094E"}.mdi-cellphone-link::before{content:"\\F0121"}.mdi-cellphone-link-off::before{content:"\\F0122"}.mdi-cellphone-lock::before{content:"\\F094F"}.mdi-cellphone-message::before{content:"\\F08D3"}.mdi-cellphone-message-off::before{content:"\\F10D2"}.mdi-cellphone-nfc::before{content:"\\F0E90"}.mdi-cellphone-nfc-off::before{content:"\\F12D8"}.mdi-cellphone-off::before{content:"\\F0950"}.mdi-cellphone-play::before{content:"\\F101F"}.mdi-cellphone-screenshot::before{content:"\\F0A35"}.mdi-cellphone-settings::before{content:"\\F0123"}.mdi-cellphone-sound::before{content:"\\F0952"}.mdi-cellphone-text::before{content:"\\F08D2"}.mdi-cellphone-wireless::before{content:"\\F0815"}.mdi-celtic-cross::before{content:"\\F0CF5"}.mdi-centos::before{content:"\\F111A"}.mdi-certificate::before{content:"\\F0124"}.mdi-certificate-outline::before{content:"\\F1188"}.mdi-chair-rolling::before{content:"\\F0F48"}.mdi-chair-school::before{content:"\\F0125"}.mdi-charity::before{content:"\\F0C4F"}.mdi-chart-arc::before{content:"\\F0126"}.mdi-chart-areaspline::before{content:"\\F0127"}.mdi-chart-areaspline-variant::before{content:"\\F0E91"}.mdi-chart-bar::before{content:"\\F0128"}.mdi-chart-bar-stacked::before{content:"\\F076A"}.mdi-chart-bell-curve::before{content:"\\F0C50"}.mdi-chart-bell-curve-cumulative::before{content:"\\F0FA7"}.mdi-chart-bubble::before{content:"\\F05E3"}.mdi-chart-donut::before{content:"\\F07AF"}.mdi-chart-donut-variant::before{content:"\\F07B0"}.mdi-chart-gantt::before{content:"\\F066C"}.mdi-chart-histogram::before{content:"\\F0129"}.mdi-chart-line::before{content:"\\F012A"}.mdi-chart-line-stacked::before{content:"\\F076B"}.mdi-chart-line-variant::before{content:"\\F07B1"}.mdi-chart-multiline::before{content:"\\F08D4"}.mdi-chart-multiple::before{content:"\\F1213"}.mdi-chart-pie::before{content:"\\F012B"}.mdi-chart-ppf::before{content:"\\F1380"}.mdi-chart-sankey::before{content:"\\F11DF"}.mdi-chart-sankey-variant::before{content:"\\F11E0"}.mdi-chart-scatter-plot::before{content:"\\F0E92"}.mdi-chart-scatter-plot-hexbin::before{content:"\\F066D"}.mdi-chart-timeline::before{content:"\\F066E"}.mdi-chart-timeline-variant::before{content:"\\F0E93"}.mdi-chart-tree::before{content:"\\F0E94"}.mdi-chat::before{content:"\\F0B79"}.mdi-chat-alert::before{content:"\\F0B7A"}.mdi-chat-alert-outline::before{content:"\\F12C9"}.mdi-chat-minus::before{content:"\\F1410"}.mdi-chat-minus-outline::before{content:"\\F1413"}.mdi-chat-outline::before{content:"\\F0EDE"}.mdi-chat-plus::before{content:"\\F140F"}.mdi-chat-plus-outline::before{content:"\\F1412"}.mdi-chat-processing::before{content:"\\F0B7B"}.mdi-chat-processing-outline::before{content:"\\F12CA"}.mdi-chat-remove::before{content:"\\F1411"}.mdi-chat-remove-outline::before{content:"\\F1414"}.mdi-chat-sleep::before{content:"\\F12D1"}.mdi-chat-sleep-outline::before{content:"\\F12D2"}.mdi-check::before{content:"\\F012C"}.mdi-check-all::before{content:"\\F012D"}.mdi-check-bold::before{content:"\\F0E1E"}.mdi-check-box-multiple-outline::before{content:"\\F0C51"}.mdi-check-box-outline::before{content:"\\F0C52"}.mdi-check-circle::before{content:"\\F05E0"}.mdi-check-circle-outline::before{content:"\\F05E1"}.mdi-check-decagram::before{content:"\\F0791"}.mdi-check-network::before{content:"\\F0C53"}.mdi-check-network-outline::before{content:"\\F0C54"}.mdi-check-outline::before{content:"\\F0855"}.mdi-check-underline::before{content:"\\F0E1F"}.mdi-check-underline-circle::before{content:"\\F0E20"}.mdi-check-underline-circle-outline::before{content:"\\F0E21"}.mdi-checkbook::before{content:"\\F0A9D"}.mdi-checkbox-blank::before{content:"\\F012E"}.mdi-checkbox-blank-circle::before{content:"\\F012F"}.mdi-checkbox-blank-circle-outline::before{content:"\\F0130"}.mdi-checkbox-blank-off::before{content:"\\F12EC"}.mdi-checkbox-blank-off-outline::before{content:"\\F12ED"}.mdi-checkbox-blank-outline::before{content:"\\F0131"}.mdi-checkbox-intermediate::before{content:"\\F0856"}.mdi-checkbox-marked::before{content:"\\F0132"}.mdi-checkbox-marked-circle::before{content:"\\F0133"}.mdi-checkbox-marked-circle-outline::before{content:"\\F0134"}.mdi-checkbox-marked-outline::before{content:"\\F0135"}.mdi-checkbox-multiple-blank::before{content:"\\F0136"}.mdi-checkbox-multiple-blank-circle::before{content:"\\F063B"}.mdi-checkbox-multiple-blank-circle-outline::before{content:"\\F063C"}.mdi-checkbox-multiple-blank-outline::before{content:"\\F0137"}.mdi-checkbox-multiple-marked::before{content:"\\F0138"}.mdi-checkbox-multiple-marked-circle::before{content:"\\F063D"}.mdi-checkbox-multiple-marked-circle-outline::before{content:"\\F063E"}.mdi-checkbox-multiple-marked-outline::before{content:"\\F0139"}.mdi-checkerboard::before{content:"\\F013A"}.mdi-checkerboard-minus::before{content:"\\F1202"}.mdi-checkerboard-plus::before{content:"\\F1201"}.mdi-checkerboard-remove::before{content:"\\F1203"}.mdi-cheese::before{content:"\\F12B9"}.mdi-cheese-off::before{content:"\\F13EE"}.mdi-chef-hat::before{content:"\\F0B7C"}.mdi-chemical-weapon::before{content:"\\F013B"}.mdi-chess-bishop::before{content:"\\F085C"}.mdi-chess-king::before{content:"\\F0857"}.mdi-chess-knight::before{content:"\\F0858"}.mdi-chess-pawn::before{content:"\\F0859"}.mdi-chess-queen::before{content:"\\F085A"}.mdi-chess-rook::before{content:"\\F085B"}.mdi-chevron-double-down::before{content:"\\F013C"}.mdi-chevron-double-left::before{content:"\\F013D"}.mdi-chevron-double-right::before{content:"\\F013E"}.mdi-chevron-double-up::before{content:"\\F013F"}.mdi-chevron-down::before{content:"\\F0140"}.mdi-chevron-down-box::before{content:"\\F09D6"}.mdi-chevron-down-box-outline::before{content:"\\F09D7"}.mdi-chevron-down-circle::before{content:"\\F0B26"}.mdi-chevron-down-circle-outline::before{content:"\\F0B27"}.mdi-chevron-left::before{content:"\\F0141"}.mdi-chevron-left-box::before{content:"\\F09D8"}.mdi-chevron-left-box-outline::before{content:"\\F09D9"}.mdi-chevron-left-circle::before{content:"\\F0B28"}.mdi-chevron-left-circle-outline::before{content:"\\F0B29"}.mdi-chevron-right::before{content:"\\F0142"}.mdi-chevron-right-box::before{content:"\\F09DA"}.mdi-chevron-right-box-outline::before{content:"\\F09DB"}.mdi-chevron-right-circle::before{content:"\\F0B2A"}.mdi-chevron-right-circle-outline::before{content:"\\F0B2B"}.mdi-chevron-triple-down::before{content:"\\F0DB9"}.mdi-chevron-triple-left::before{content:"\\F0DBA"}.mdi-chevron-triple-right::before{content:"\\F0DBB"}.mdi-chevron-triple-up::before{content:"\\F0DBC"}.mdi-chevron-up::before{content:"\\F0143"}.mdi-chevron-up-box::before{content:"\\F09DC"}.mdi-chevron-up-box-outline::before{content:"\\F09DD"}.mdi-chevron-up-circle::before{content:"\\F0B2C"}.mdi-chevron-up-circle-outline::before{content:"\\F0B2D"}.mdi-chili-hot::before{content:"\\F07B2"}.mdi-chili-medium::before{content:"\\F07B3"}.mdi-chili-mild::before{content:"\\F07B4"}.mdi-chili-off::before{content:"\\F1467"}.mdi-chip::before{content:"\\F061A"}.mdi-christianity::before{content:"\\F0953"}.mdi-christianity-outline::before{content:"\\F0CF6"}.mdi-church::before{content:"\\F0144"}.mdi-cigar::before{content:"\\F1189"}.mdi-cigar-off::before{content:"\\F141B"}.mdi-circle::before{content:"\\F0765"}.mdi-circle-double::before{content:"\\F0E95"}.mdi-circle-edit-outline::before{content:"\\F08D5"}.mdi-circle-expand::before{content:"\\F0E96"}.mdi-circle-half::before{content:"\\F1395"}.mdi-circle-half-full::before{content:"\\F1396"}.mdi-circle-medium::before{content:"\\F09DE"}.mdi-circle-multiple::before{content:"\\F0B38"}.mdi-circle-multiple-outline::before{content:"\\F0695"}.mdi-circle-off-outline::before{content:"\\F10D3"}.mdi-circle-outline::before{content:"\\F0766"}.mdi-circle-slice-1::before{content:"\\F0A9E"}.mdi-circle-slice-2::before{content:"\\F0A9F"}.mdi-circle-slice-3::before{content:"\\F0AA0"}.mdi-circle-slice-4::before{content:"\\F0AA1"}.mdi-circle-slice-5::before{content:"\\F0AA2"}.mdi-circle-slice-6::before{content:"\\F0AA3"}.mdi-circle-slice-7::before{content:"\\F0AA4"}.mdi-circle-slice-8::before{content:"\\F0AA5"}.mdi-circle-small::before{content:"\\F09DF"}.mdi-circular-saw::before{content:"\\F0E22"}.mdi-city::before{content:"\\F0146"}.mdi-city-variant::before{content:"\\F0A36"}.mdi-city-variant-outline::before{content:"\\F0A37"}.mdi-clipboard::before{content:"\\F0147"}.mdi-clipboard-account::before{content:"\\F0148"}.mdi-clipboard-account-outline::before{content:"\\F0C55"}.mdi-clipboard-alert::before{content:"\\F0149"}.mdi-clipboard-alert-outline::before{content:"\\F0CF7"}.mdi-clipboard-arrow-down::before{content:"\\F014A"}.mdi-clipboard-arrow-down-outline::before{content:"\\F0C56"}.mdi-clipboard-arrow-left::before{content:"\\F014B"}.mdi-clipboard-arrow-left-outline::before{content:"\\F0CF8"}.mdi-clipboard-arrow-right::before{content:"\\F0CF9"}.mdi-clipboard-arrow-right-outline::before{content:"\\F0CFA"}.mdi-clipboard-arrow-up::before{content:"\\F0C57"}.mdi-clipboard-arrow-up-outline::before{content:"\\F0C58"}.mdi-clipboard-check::before{content:"\\F014E"}.mdi-clipboard-check-multiple::before{content:"\\F1263"}.mdi-clipboard-check-multiple-outline::before{content:"\\F1264"}.mdi-clipboard-check-outline::before{content:"\\F08A8"}.mdi-clipboard-file::before{content:"\\F1265"}.mdi-clipboard-file-outline::before{content:"\\F1266"}.mdi-clipboard-flow::before{content:"\\F06C8"}.mdi-clipboard-flow-outline::before{content:"\\F1117"}.mdi-clipboard-list::before{content:"\\F10D4"}.mdi-clipboard-list-outline::before{content:"\\F10D5"}.mdi-clipboard-multiple::before{content:"\\F1267"}.mdi-clipboard-multiple-outline::before{content:"\\F1268"}.mdi-clipboard-outline::before{content:"\\F014C"}.mdi-clipboard-play::before{content:"\\F0C59"}.mdi-clipboard-play-multiple::before{content:"\\F1269"}.mdi-clipboard-play-multiple-outline::before{content:"\\F126A"}.mdi-clipboard-play-outline::before{content:"\\F0C5A"}.mdi-clipboard-plus::before{content:"\\F0751"}.mdi-clipboard-plus-outline::before{content:"\\F131F"}.mdi-clipboard-pulse::before{content:"\\F085D"}.mdi-clipboard-pulse-outline::before{content:"\\F085E"}.mdi-clipboard-text::before{content:"\\F014D"}.mdi-clipboard-text-multiple::before{content:"\\F126B"}.mdi-clipboard-text-multiple-outline::before{content:"\\F126C"}.mdi-clipboard-text-outline::before{content:"\\F0A38"}.mdi-clipboard-text-play::before{content:"\\F0C5B"}.mdi-clipboard-text-play-outline::before{content:"\\F0C5C"}.mdi-clippy::before{content:"\\F014F"}.mdi-clock::before{content:"\\F0954"}.mdi-clock-alert::before{content:"\\F0955"}.mdi-clock-alert-outline::before{content:"\\F05CE"}.mdi-clock-check::before{content:"\\F0FA8"}.mdi-clock-check-outline::before{content:"\\F0FA9"}.mdi-clock-digital::before{content:"\\F0E97"}.mdi-clock-end::before{content:"\\F0151"}.mdi-clock-fast::before{content:"\\F0152"}.mdi-clock-in::before{content:"\\F0153"}.mdi-clock-out::before{content:"\\F0154"}.mdi-clock-outline::before{content:"\\F0150"}.mdi-clock-start::before{content:"\\F0155"}.mdi-clock-time-eight::before{content:"\\F1446"}.mdi-clock-time-eight-outline::before{content:"\\F1452"}.mdi-clock-time-eleven::before{content:"\\F1449"}.mdi-clock-time-eleven-outline::before{content:"\\F1455"}.mdi-clock-time-five::before{content:"\\F1443"}.mdi-clock-time-five-outline::before{content:"\\F144F"}.mdi-clock-time-four::before{content:"\\F1442"}.mdi-clock-time-four-outline::before{content:"\\F144E"}.mdi-clock-time-nine::before{content:"\\F1447"}.mdi-clock-time-nine-outline::before{content:"\\F1453"}.mdi-clock-time-one::before{content:"\\F143F"}.mdi-clock-time-one-outline::before{content:"\\F144B"}.mdi-clock-time-seven::before{content:"\\F1445"}.mdi-clock-time-seven-outline::before{content:"\\F1451"}.mdi-clock-time-six::before{content:"\\F1444"}.mdi-clock-time-six-outline::before{content:"\\F1450"}.mdi-clock-time-ten::before{content:"\\F1448"}.mdi-clock-time-ten-outline::before{content:"\\F1454"}.mdi-clock-time-three::before{content:"\\F1441"}.mdi-clock-time-three-outline::before{content:"\\F144D"}.mdi-clock-time-twelve::before{content:"\\F144A"}.mdi-clock-time-twelve-outline::before{content:"\\F1456"}.mdi-clock-time-two::before{content:"\\F1440"}.mdi-clock-time-two-outline::before{content:"\\F144C"}.mdi-close::before{content:"\\F0156"}.mdi-close-box::before{content:"\\F0157"}.mdi-close-box-multiple::before{content:"\\F0C5D"}.mdi-close-box-multiple-outline::before{content:"\\F0C5E"}.mdi-close-box-outline::before{content:"\\F0158"}.mdi-close-circle::before{content:"\\F0159"}.mdi-close-circle-multiple::before{content:"\\F062A"}.mdi-close-circle-multiple-outline::before{content:"\\F0883"}.mdi-close-circle-outline::before{content:"\\F015A"}.mdi-close-network::before{content:"\\F015B"}.mdi-close-network-outline::before{content:"\\F0C5F"}.mdi-close-octagon::before{content:"\\F015C"}.mdi-close-octagon-outline::before{content:"\\F015D"}.mdi-close-outline::before{content:"\\F06C9"}.mdi-close-thick::before{content:"\\F1398"}.mdi-closed-caption::before{content:"\\F015E"}.mdi-closed-caption-outline::before{content:"\\F0DBD"}.mdi-cloud::before{content:"\\F015F"}.mdi-cloud-alert::before{content:"\\F09E0"}.mdi-cloud-braces::before{content:"\\F07B5"}.mdi-cloud-check::before{content:"\\F0160"}.mdi-cloud-check-outline::before{content:"\\F12CC"}.mdi-cloud-circle::before{content:"\\F0161"}.mdi-cloud-download::before{content:"\\F0162"}.mdi-cloud-download-outline::before{content:"\\F0B7D"}.mdi-cloud-lock::before{content:"\\F11F1"}.mdi-cloud-lock-outline::before{content:"\\F11F2"}.mdi-cloud-off-outline::before{content:"\\F0164"}.mdi-cloud-outline::before{content:"\\F0163"}.mdi-cloud-print::before{content:"\\F0165"}.mdi-cloud-print-outline::before{content:"\\F0166"}.mdi-cloud-question::before{content:"\\F0A39"}.mdi-cloud-refresh::before{content:"\\F052A"}.mdi-cloud-search::before{content:"\\F0956"}.mdi-cloud-search-outline::before{content:"\\F0957"}.mdi-cloud-sync::before{content:"\\F063F"}.mdi-cloud-sync-outline::before{content:"\\F12D6"}.mdi-cloud-tags::before{content:"\\F07B6"}.mdi-cloud-upload::before{content:"\\F0167"}.mdi-cloud-upload-outline::before{content:"\\F0B7E"}.mdi-clover::before{content:"\\F0816"}.mdi-coach-lamp::before{content:"\\F1020"}.mdi-coat-rack::before{content:"\\F109E"}.mdi-code-array::before{content:"\\F0168"}.mdi-code-braces::before{content:"\\F0169"}.mdi-code-braces-box::before{content:"\\F10D6"}.mdi-code-brackets::before{content:"\\F016A"}.mdi-code-equal::before{content:"\\F016B"}.mdi-code-greater-than::before{content:"\\F016C"}.mdi-code-greater-than-or-equal::before{content:"\\F016D"}.mdi-code-json::before{content:"\\F0626"}.mdi-code-less-than::before{content:"\\F016E"}.mdi-code-less-than-or-equal::before{content:"\\F016F"}.mdi-code-not-equal::before{content:"\\F0170"}.mdi-code-not-equal-variant::before{content:"\\F0171"}.mdi-code-parentheses::before{content:"\\F0172"}.mdi-code-parentheses-box::before{content:"\\F10D7"}.mdi-code-string::before{content:"\\F0173"}.mdi-code-tags::before{content:"\\F0174"}.mdi-code-tags-check::before{content:"\\F0694"}.mdi-codepen::before{content:"\\F0175"}.mdi-coffee::before{content:"\\F0176"}.mdi-coffee-maker::before{content:"\\F109F"}.mdi-coffee-off::before{content:"\\F0FAA"}.mdi-coffee-off-outline::before{content:"\\F0FAB"}.mdi-coffee-outline::before{content:"\\F06CA"}.mdi-coffee-to-go::before{content:"\\F0177"}.mdi-coffee-to-go-outline::before{content:"\\F130E"}.mdi-coffin::before{content:"\\F0B7F"}.mdi-cog::before{content:"\\F0493"}.mdi-cog-box::before{content:"\\F0494"}.mdi-cog-clockwise::before{content:"\\F11DD"}.mdi-cog-counterclockwise::before{content:"\\F11DE"}.mdi-cog-off::before{content:"\\F13CE"}.mdi-cog-off-outline::before{content:"\\F13CF"}.mdi-cog-outline::before{content:"\\F08BB"}.mdi-cog-refresh::before{content:"\\F145E"}.mdi-cog-refresh-outline::before{content:"\\F145F"}.mdi-cog-sync::before{content:"\\F1460"}.mdi-cog-sync-outline::before{content:"\\F1461"}.mdi-cog-transfer::before{content:"\\F105B"}.mdi-cog-transfer-outline::before{content:"\\F105C"}.mdi-cogs::before{content:"\\F08D6"}.mdi-collage::before{content:"\\F0640"}.mdi-collapse-all::before{content:"\\F0AA6"}.mdi-collapse-all-outline::before{content:"\\F0AA7"}.mdi-color-helper::before{content:"\\F0179"}.mdi-comma::before{content:"\\F0E23"}.mdi-comma-box::before{content:"\\F0E2B"}.mdi-comma-box-outline::before{content:"\\F0E24"}.mdi-comma-circle::before{content:"\\F0E25"}.mdi-comma-circle-outline::before{content:"\\F0E26"}.mdi-comment::before{content:"\\F017A"}.mdi-comment-account::before{content:"\\F017B"}.mdi-comment-account-outline::before{content:"\\F017C"}.mdi-comment-alert::before{content:"\\F017D"}.mdi-comment-alert-outline::before{content:"\\F017E"}.mdi-comment-arrow-left::before{content:"\\F09E1"}.mdi-comment-arrow-left-outline::before{content:"\\F09E2"}.mdi-comment-arrow-right::before{content:"\\F09E3"}.mdi-comment-arrow-right-outline::before{content:"\\F09E4"}.mdi-comment-check::before{content:"\\F017F"}.mdi-comment-check-outline::before{content:"\\F0180"}.mdi-comment-edit::before{content:"\\F11BF"}.mdi-comment-edit-outline::before{content:"\\F12C4"}.mdi-comment-eye::before{content:"\\F0A3A"}.mdi-comment-eye-outline::before{content:"\\F0A3B"}.mdi-comment-multiple::before{content:"\\F085F"}.mdi-comment-multiple-outline::before{content:"\\F0181"}.mdi-comment-outline::before{content:"\\F0182"}.mdi-comment-plus::before{content:"\\F09E5"}.mdi-comment-plus-outline::before{content:"\\F0183"}.mdi-comment-processing::before{content:"\\F0184"}.mdi-comment-processing-outline::before{content:"\\F0185"}.mdi-comment-question::before{content:"\\F0817"}.mdi-comment-question-outline::before{content:"\\F0186"}.mdi-comment-quote::before{content:"\\F1021"}.mdi-comment-quote-outline::before{content:"\\F1022"}.mdi-comment-remove::before{content:"\\F05DE"}.mdi-comment-remove-outline::before{content:"\\F0187"}.mdi-comment-search::before{content:"\\F0A3C"}.mdi-comment-search-outline::before{content:"\\F0A3D"}.mdi-comment-text::before{content:"\\F0188"}.mdi-comment-text-multiple::before{content:"\\F0860"}.mdi-comment-text-multiple-outline::before{content:"\\F0861"}.mdi-comment-text-outline::before{content:"\\F0189"}.mdi-compare::before{content:"\\F018A"}.mdi-compare-horizontal::before{content:"\\F1492"}.mdi-compare-vertical::before{content:"\\F1493"}.mdi-compass::before{content:"\\F018B"}.mdi-compass-off::before{content:"\\F0B80"}.mdi-compass-off-outline::before{content:"\\F0B81"}.mdi-compass-outline::before{content:"\\F018C"}.mdi-compass-rose::before{content:"\\F1382"}.mdi-concourse-ci::before{content:"\\F10A0"}.mdi-console::before{content:"\\F018D"}.mdi-console-line::before{content:"\\F07B7"}.mdi-console-network::before{content:"\\F08A9"}.mdi-console-network-outline::before{content:"\\F0C60"}.mdi-consolidate::before{content:"\\F10D8"}.mdi-contactless-payment::before{content:"\\F0D6A"}.mdi-contactless-payment-circle::before{content:"\\F0321"}.mdi-contactless-payment-circle-outline::before{content:"\\F0408"}.mdi-contacts::before{content:"\\F06CB"}.mdi-contacts-outline::before{content:"\\F05B8"}.mdi-contain::before{content:"\\F0A3E"}.mdi-contain-end::before{content:"\\F0A3F"}.mdi-contain-start::before{content:"\\F0A40"}.mdi-content-copy::before{content:"\\F018F"}.mdi-content-cut::before{content:"\\F0190"}.mdi-content-duplicate::before{content:"\\F0191"}.mdi-content-paste::before{content:"\\F0192"}.mdi-content-save::before{content:"\\F0193"}.mdi-content-save-alert::before{content:"\\F0F42"}.mdi-content-save-alert-outline::before{content:"\\F0F43"}.mdi-content-save-all::before{content:"\\F0194"}.mdi-content-save-all-outline::before{content:"\\F0F44"}.mdi-content-save-cog::before{content:"\\F145B"}.mdi-content-save-cog-outline::before{content:"\\F145C"}.mdi-content-save-edit::before{content:"\\F0CFB"}.mdi-content-save-edit-outline::before{content:"\\F0CFC"}.mdi-content-save-move::before{content:"\\F0E27"}.mdi-content-save-move-outline::before{content:"\\F0E28"}.mdi-content-save-outline::before{content:"\\F0818"}.mdi-content-save-settings::before{content:"\\F061B"}.mdi-content-save-settings-outline::before{content:"\\F0B2E"}.mdi-contrast::before{content:"\\F0195"}.mdi-contrast-box::before{content:"\\F0196"}.mdi-contrast-circle::before{content:"\\F0197"}.mdi-controller-classic::before{content:"\\F0B82"}.mdi-controller-classic-outline::before{content:"\\F0B83"}.mdi-cookie::before{content:"\\F0198"}.mdi-coolant-temperature::before{content:"\\F03C8"}.mdi-copyright::before{content:"\\F05E6"}.mdi-cordova::before{content:"\\F0958"}.mdi-corn::before{content:"\\F07B8"}.mdi-corn-off::before{content:"\\F13EF"}.mdi-cosine-wave::before{content:"\\F1479"}.mdi-counter::before{content:"\\F0199"}.mdi-cow::before{content:"\\F019A"}.mdi-cpu-32-bit::before{content:"\\F0EDF"}.mdi-cpu-64-bit::before{content:"\\F0EE0"}.mdi-crane::before{content:"\\F0862"}.mdi-creation::before{content:"\\F0674"}.mdi-creative-commons::before{content:"\\F0D6B"}.mdi-credit-card::before{content:"\\F0FEF"}.mdi-credit-card-check::before{content:"\\F13D0"}.mdi-credit-card-check-outline::before{content:"\\F13D1"}.mdi-credit-card-clock::before{content:"\\F0EE1"}.mdi-credit-card-clock-outline::before{content:"\\F0EE2"}.mdi-credit-card-marker::before{content:"\\F06A8"}.mdi-credit-card-marker-outline::before{content:"\\F0DBE"}.mdi-credit-card-minus::before{content:"\\F0FAC"}.mdi-credit-card-minus-outline::before{content:"\\F0FAD"}.mdi-credit-card-multiple::before{content:"\\F0FF0"}.mdi-credit-card-multiple-outline::before{content:"\\F019C"}.mdi-credit-card-off::before{content:"\\F0FF1"}.mdi-credit-card-off-outline::before{content:"\\F05E4"}.mdi-credit-card-outline::before{content:"\\F019B"}.mdi-credit-card-plus::before{content:"\\F0FF2"}.mdi-credit-card-plus-outline::before{content:"\\F0676"}.mdi-credit-card-refund::before{content:"\\F0FF3"}.mdi-credit-card-refund-outline::before{content:"\\F0AA8"}.mdi-credit-card-remove::before{content:"\\F0FAE"}.mdi-credit-card-remove-outline::before{content:"\\F0FAF"}.mdi-credit-card-scan::before{content:"\\F0FF4"}.mdi-credit-card-scan-outline::before{content:"\\F019D"}.mdi-credit-card-settings::before{content:"\\F0FF5"}.mdi-credit-card-settings-outline::before{content:"\\F08D7"}.mdi-credit-card-wireless::before{content:"\\F0802"}.mdi-credit-card-wireless-off::before{content:"\\F057A"}.mdi-credit-card-wireless-off-outline::before{content:"\\F057B"}.mdi-credit-card-wireless-outline::before{content:"\\F0D6C"}.mdi-cricket::before{content:"\\F0D6D"}.mdi-crop::before{content:"\\F019E"}.mdi-crop-free::before{content:"\\F019F"}.mdi-crop-landscape::before{content:"\\F01A0"}.mdi-crop-portrait::before{content:"\\F01A1"}.mdi-crop-rotate::before{content:"\\F0696"}.mdi-crop-square::before{content:"\\F01A2"}.mdi-crosshairs::before{content:"\\F01A3"}.mdi-crosshairs-gps::before{content:"\\F01A4"}.mdi-crosshairs-off::before{content:"\\F0F45"}.mdi-crosshairs-question::before{content:"\\F1136"}.mdi-crown::before{content:"\\F01A5"}.mdi-crown-outline::before{content:"\\F11D0"}.mdi-cryengine::before{content:"\\F0959"}.mdi-crystal-ball::before{content:"\\F0B2F"}.mdi-cube::before{content:"\\F01A6"}.mdi-cube-off::before{content:"\\F141C"}.mdi-cube-off-outline::before{content:"\\F141D"}.mdi-cube-outline::before{content:"\\F01A7"}.mdi-cube-scan::before{content:"\\F0B84"}.mdi-cube-send::before{content:"\\F01A8"}.mdi-cube-unfolded::before{content:"\\F01A9"}.mdi-cup::before{content:"\\F01AA"}.mdi-cup-off::before{content:"\\F05E5"}.mdi-cup-off-outline::before{content:"\\F137D"}.mdi-cup-outline::before{content:"\\F130F"}.mdi-cup-water::before{content:"\\F01AB"}.mdi-cupboard::before{content:"\\F0F46"}.mdi-cupboard-outline::before{content:"\\F0F47"}.mdi-cupcake::before{content:"\\F095A"}.mdi-curling::before{content:"\\F0863"}.mdi-currency-bdt::before{content:"\\F0864"}.mdi-currency-brl::before{content:"\\F0B85"}.mdi-currency-btc::before{content:"\\F01AC"}.mdi-currency-cny::before{content:"\\F07BA"}.mdi-currency-eth::before{content:"\\F07BB"}.mdi-currency-eur::before{content:"\\F01AD"}.mdi-currency-eur-off::before{content:"\\F1315"}.mdi-currency-gbp::before{content:"\\F01AE"}.mdi-currency-ils::before{content:"\\F0C61"}.mdi-currency-inr::before{content:"\\F01AF"}.mdi-currency-jpy::before{content:"\\F07BC"}.mdi-currency-krw::before{content:"\\F07BD"}.mdi-currency-kzt::before{content:"\\F0865"}.mdi-currency-ngn::before{content:"\\F01B0"}.mdi-currency-php::before{content:"\\F09E6"}.mdi-currency-rial::before{content:"\\F0E9C"}.mdi-currency-rub::before{content:"\\F01B1"}.mdi-currency-sign::before{content:"\\F07BE"}.mdi-currency-try::before{content:"\\F01B2"}.mdi-currency-twd::before{content:"\\F07BF"}.mdi-currency-usd::before{content:"\\F01C1"}.mdi-currency-usd-circle::before{content:"\\F116B"}.mdi-currency-usd-circle-outline::before{content:"\\F0178"}.mdi-currency-usd-off::before{content:"\\F067A"}.mdi-current-ac::before{content:"\\F1480"}.mdi-current-dc::before{content:"\\F095C"}.mdi-cursor-default::before{content:"\\F01C0"}.mdi-cursor-default-click::before{content:"\\F0CFD"}.mdi-cursor-default-click-outline::before{content:"\\F0CFE"}.mdi-cursor-default-gesture::before{content:"\\F1127"}.mdi-cursor-default-gesture-outline::before{content:"\\F1128"}.mdi-cursor-default-outline::before{content:"\\F01BF"}.mdi-cursor-move::before{content:"\\F01BE"}.mdi-cursor-pointer::before{content:"\\F01BD"}.mdi-cursor-text::before{content:"\\F05E7"}.mdi-database::before{content:"\\F01BC"}.mdi-database-check::before{content:"\\F0AA9"}.mdi-database-edit::before{content:"\\F0B86"}.mdi-database-export::before{content:"\\F095E"}.mdi-database-import::before{content:"\\F095D"}.mdi-database-lock::before{content:"\\F0AAA"}.mdi-database-marker::before{content:"\\F12F6"}.mdi-database-minus::before{content:"\\F01BB"}.mdi-database-plus::before{content:"\\F01BA"}.mdi-database-refresh::before{content:"\\F05C2"}.mdi-database-remove::before{content:"\\F0D00"}.mdi-database-search::before{content:"\\F0866"}.mdi-database-settings::before{content:"\\F0D01"}.mdi-database-sync::before{content:"\\F0CFF"}.mdi-death-star::before{content:"\\F08D8"}.mdi-death-star-variant::before{content:"\\F08D9"}.mdi-deathly-hallows::before{content:"\\F0B87"}.mdi-debian::before{content:"\\F08DA"}.mdi-debug-step-into::before{content:"\\F01B9"}.mdi-debug-step-out::before{content:"\\F01B8"}.mdi-debug-step-over::before{content:"\\F01B7"}.mdi-decagram::before{content:"\\F076C"}.mdi-decagram-outline::before{content:"\\F076D"}.mdi-decimal::before{content:"\\F10A1"}.mdi-decimal-comma::before{content:"\\F10A2"}.mdi-decimal-comma-decrease::before{content:"\\F10A3"}.mdi-decimal-comma-increase::before{content:"\\F10A4"}.mdi-decimal-decrease::before{content:"\\F01B6"}.mdi-decimal-increase::before{content:"\\F01B5"}.mdi-delete::before{content:"\\F01B4"}.mdi-delete-alert::before{content:"\\F10A5"}.mdi-delete-alert-outline::before{content:"\\F10A6"}.mdi-delete-circle::before{content:"\\F0683"}.mdi-delete-circle-outline::before{content:"\\F0B88"}.mdi-delete-empty::before{content:"\\F06CC"}.mdi-delete-empty-outline::before{content:"\\F0E9D"}.mdi-delete-forever::before{content:"\\F05E8"}.mdi-delete-forever-outline::before{content:"\\F0B89"}.mdi-delete-off::before{content:"\\F10A7"}.mdi-delete-off-outline::before{content:"\\F10A8"}.mdi-delete-outline::before{content:"\\F09E7"}.mdi-delete-restore::before{content:"\\F0819"}.mdi-delete-sweep::before{content:"\\F05E9"}.mdi-delete-sweep-outline::before{content:"\\F0C62"}.mdi-delete-variant::before{content:"\\F01B3"}.mdi-delta::before{content:"\\F01C2"}.mdi-desk::before{content:"\\F1239"}.mdi-desk-lamp::before{content:"\\F095F"}.mdi-deskphone::before{content:"\\F01C3"}.mdi-desktop-classic::before{content:"\\F07C0"}.mdi-desktop-mac::before{content:"\\F01C4"}.mdi-desktop-mac-dashboard::before{content:"\\F09E8"}.mdi-desktop-tower::before{content:"\\F01C5"}.mdi-desktop-tower-monitor::before{content:"\\F0AAB"}.mdi-details::before{content:"\\F01C6"}.mdi-dev-to::before{content:"\\F0D6E"}.mdi-developer-board::before{content:"\\F0697"}.mdi-deviantart::before{content:"\\F01C7"}.mdi-devices::before{content:"\\F0FB0"}.mdi-diabetes::before{content:"\\F1126"}.mdi-dialpad::before{content:"\\F061C"}.mdi-diameter::before{content:"\\F0C63"}.mdi-diameter-outline::before{content:"\\F0C64"}.mdi-diameter-variant::before{content:"\\F0C65"}.mdi-diamond::before{content:"\\F0B8A"}.mdi-diamond-outline::before{content:"\\F0B8B"}.mdi-diamond-stone::before{content:"\\F01C8"}.mdi-dice-1::before{content:"\\F01CA"}.mdi-dice-1-outline::before{content:"\\F114A"}.mdi-dice-2::before{content:"\\F01CB"}.mdi-dice-2-outline::before{content:"\\F114B"}.mdi-dice-3::before{content:"\\F01CC"}.mdi-dice-3-outline::before{content:"\\F114C"}.mdi-dice-4::before{content:"\\F01CD"}.mdi-dice-4-outline::before{content:"\\F114D"}.mdi-dice-5::before{content:"\\F01CE"}.mdi-dice-5-outline::before{content:"\\F114E"}.mdi-dice-6::before{content:"\\F01CF"}.mdi-dice-6-outline::before{content:"\\F114F"}.mdi-dice-d10::before{content:"\\F1153"}.mdi-dice-d10-outline::before{content:"\\F076F"}.mdi-dice-d12::before{content:"\\F1154"}.mdi-dice-d12-outline::before{content:"\\F0867"}.mdi-dice-d20::before{content:"\\F1155"}.mdi-dice-d20-outline::before{content:"\\F05EA"}.mdi-dice-d4::before{content:"\\F1150"}.mdi-dice-d4-outline::before{content:"\\F05EB"}.mdi-dice-d6::before{content:"\\F1151"}.mdi-dice-d6-outline::before{content:"\\F05ED"}.mdi-dice-d8::before{content:"\\F1152"}.mdi-dice-d8-outline::before{content:"\\F05EC"}.mdi-dice-multiple::before{content:"\\F076E"}.mdi-dice-multiple-outline::before{content:"\\F1156"}.mdi-digital-ocean::before{content:"\\F1237"}.mdi-dip-switch::before{content:"\\F07C1"}.mdi-directions::before{content:"\\F01D0"}.mdi-directions-fork::before{content:"\\F0641"}.mdi-disc::before{content:"\\F05EE"}.mdi-disc-alert::before{content:"\\F01D1"}.mdi-disc-player::before{content:"\\F0960"}.mdi-discord::before{content:"\\F066F"}.mdi-dishwasher::before{content:"\\F0AAC"}.mdi-dishwasher-alert::before{content:"\\F11B8"}.mdi-dishwasher-off::before{content:"\\F11B9"}.mdi-disqus::before{content:"\\F01D2"}.mdi-distribute-horizontal-center::before{content:"\\F11C9"}.mdi-distribute-horizontal-left::before{content:"\\F11C8"}.mdi-distribute-horizontal-right::before{content:"\\F11CA"}.mdi-distribute-vertical-bottom::before{content:"\\F11CB"}.mdi-distribute-vertical-center::before{content:"\\F11CC"}.mdi-distribute-vertical-top::before{content:"\\F11CD"}.mdi-diving-flippers::before{content:"\\F0DBF"}.mdi-diving-helmet::before{content:"\\F0DC0"}.mdi-diving-scuba::before{content:"\\F0DC1"}.mdi-diving-scuba-flag::before{content:"\\F0DC2"}.mdi-diving-scuba-tank::before{content:"\\F0DC3"}.mdi-diving-scuba-tank-multiple::before{content:"\\F0DC4"}.mdi-diving-snorkel::before{content:"\\F0DC5"}.mdi-division::before{content:"\\F01D4"}.mdi-division-box::before{content:"\\F01D5"}.mdi-dlna::before{content:"\\F0A41"}.mdi-dna::before{content:"\\F0684"}.mdi-dns::before{content:"\\F01D6"}.mdi-dns-outline::before{content:"\\F0B8C"}.mdi-do-not-disturb::before{content:"\\F0698"}.mdi-do-not-disturb-off::before{content:"\\F0699"}.mdi-dock-bottom::before{content:"\\F10A9"}.mdi-dock-left::before{content:"\\F10AA"}.mdi-dock-right::before{content:"\\F10AB"}.mdi-dock-window::before{content:"\\F10AC"}.mdi-docker::before{content:"\\F0868"}.mdi-doctor::before{content:"\\F0A42"}.mdi-dog::before{content:"\\F0A43"}.mdi-dog-service::before{content:"\\F0AAD"}.mdi-dog-side::before{content:"\\F0A44"}.mdi-dolby::before{content:"\\F06B3"}.mdi-dolly::before{content:"\\F0E9E"}.mdi-domain::before{content:"\\F01D7"}.mdi-domain-off::before{content:"\\F0D6F"}.mdi-domain-plus::before{content:"\\F10AD"}.mdi-domain-remove::before{content:"\\F10AE"}.mdi-dome-light::before{content:"\\F141E"}.mdi-domino-mask::before{content:"\\F1023"}.mdi-donkey::before{content:"\\F07C2"}.mdi-door::before{content:"\\F081A"}.mdi-door-closed::before{content:"\\F081B"}.mdi-door-closed-lock::before{content:"\\F10AF"}.mdi-door-open::before{content:"\\F081C"}.mdi-doorbell::before{content:"\\F12E6"}.mdi-doorbell-video::before{content:"\\F0869"}.mdi-dot-net::before{content:"\\F0AAE"}.mdi-dots-horizontal::before{content:"\\F01D8"}.mdi-dots-horizontal-circle::before{content:"\\F07C3"}.mdi-dots-horizontal-circle-outline::before{content:"\\F0B8D"}.mdi-dots-vertical::before{content:"\\F01D9"}.mdi-dots-vertical-circle::before{content:"\\F07C4"}.mdi-dots-vertical-circle-outline::before{content:"\\F0B8E"}.mdi-douban::before{content:"\\F069A"}.mdi-download::before{content:"\\F01DA"}.mdi-download-box::before{content:"\\F1462"}.mdi-download-box-outline::before{content:"\\F1463"}.mdi-download-circle::before{content:"\\F1464"}.mdi-download-circle-outline::before{content:"\\F1465"}.mdi-download-lock::before{content:"\\F1320"}.mdi-download-lock-outline::before{content:"\\F1321"}.mdi-download-multiple::before{content:"\\F09E9"}.mdi-download-network::before{content:"\\F06F4"}.mdi-download-network-outline::before{content:"\\F0C66"}.mdi-download-off::before{content:"\\F10B0"}.mdi-download-off-outline::before{content:"\\F10B1"}.mdi-download-outline::before{content:"\\F0B8F"}.mdi-drag::before{content:"\\F01DB"}.mdi-drag-horizontal::before{content:"\\F01DC"}.mdi-drag-horizontal-variant::before{content:"\\F12F0"}.mdi-drag-variant::before{content:"\\F0B90"}.mdi-drag-vertical::before{content:"\\F01DD"}.mdi-drag-vertical-variant::before{content:"\\F12F1"}.mdi-drama-masks::before{content:"\\F0D02"}.mdi-draw::before{content:"\\F0F49"}.mdi-drawing::before{content:"\\F01DE"}.mdi-drawing-box::before{content:"\\F01DF"}.mdi-dresser::before{content:"\\F0F4A"}.mdi-dresser-outline::before{content:"\\F0F4B"}.mdi-drone::before{content:"\\F01E2"}.mdi-dropbox::before{content:"\\F01E3"}.mdi-drupal::before{content:"\\F01E4"}.mdi-duck::before{content:"\\F01E5"}.mdi-dumbbell::before{content:"\\F01E6"}.mdi-dump-truck::before{content:"\\F0C67"}.mdi-ear-hearing::before{content:"\\F07C5"}.mdi-ear-hearing-off::before{content:"\\F0A45"}.mdi-earth::before{content:"\\F01E7"}.mdi-earth-arrow-right::before{content:"\\F1311"}.mdi-earth-box::before{content:"\\F06CD"}.mdi-earth-box-minus::before{content:"\\F1407"}.mdi-earth-box-off::before{content:"\\F06CE"}.mdi-earth-box-plus::before{content:"\\F1406"}.mdi-earth-box-remove::before{content:"\\F1408"}.mdi-earth-minus::before{content:"\\F1404"}.mdi-earth-off::before{content:"\\F01E8"}.mdi-earth-plus::before{content:"\\F1403"}.mdi-earth-remove::before{content:"\\F1405"}.mdi-egg::before{content:"\\F0AAF"}.mdi-egg-easter::before{content:"\\F0AB0"}.mdi-egg-off::before{content:"\\F13F0"}.mdi-egg-off-outline::before{content:"\\F13F1"}.mdi-egg-outline::before{content:"\\F13F2"}.mdi-eight-track::before{content:"\\F09EA"}.mdi-eject::before{content:"\\F01EA"}.mdi-eject-outline::before{content:"\\F0B91"}.mdi-electric-switch::before{content:"\\F0E9F"}.mdi-electric-switch-closed::before{content:"\\F10D9"}.mdi-electron-framework::before{content:"\\F1024"}.mdi-elephant::before{content:"\\F07C6"}.mdi-elevation-decline::before{content:"\\F01EB"}.mdi-elevation-rise::before{content:"\\F01EC"}.mdi-elevator::before{content:"\\F01ED"}.mdi-elevator-down::before{content:"\\F12C2"}.mdi-elevator-passenger::before{content:"\\F1381"}.mdi-elevator-up::before{content:"\\F12C1"}.mdi-ellipse::before{content:"\\F0EA0"}.mdi-ellipse-outline::before{content:"\\F0EA1"}.mdi-email::before{content:"\\F01EE"}.mdi-email-alert::before{content:"\\F06CF"}.mdi-email-alert-outline::before{content:"\\F0D42"}.mdi-email-box::before{content:"\\F0D03"}.mdi-email-check::before{content:"\\F0AB1"}.mdi-email-check-outline::before{content:"\\F0AB2"}.mdi-email-edit::before{content:"\\F0EE3"}.mdi-email-edit-outline::before{content:"\\F0EE4"}.mdi-email-lock::before{content:"\\F01F1"}.mdi-email-mark-as-unread::before{content:"\\F0B92"}.mdi-email-minus::before{content:"\\F0EE5"}.mdi-email-minus-outline::before{content:"\\F0EE6"}.mdi-email-multiple::before{content:"\\F0EE7"}.mdi-email-multiple-outline::before{content:"\\F0EE8"}.mdi-email-newsletter::before{content:"\\F0FB1"}.mdi-email-off::before{content:"\\F13E3"}.mdi-email-off-outline::before{content:"\\F13E4"}.mdi-email-open::before{content:"\\F01EF"}.mdi-email-open-multiple::before{content:"\\F0EE9"}.mdi-email-open-multiple-outline::before{content:"\\F0EEA"}.mdi-email-open-outline::before{content:"\\F05EF"}.mdi-email-outline::before{content:"\\F01F0"}.mdi-email-plus::before{content:"\\F09EB"}.mdi-email-plus-outline::before{content:"\\F09EC"}.mdi-email-receive::before{content:"\\F10DA"}.mdi-email-receive-outline::before{content:"\\F10DB"}.mdi-email-search::before{content:"\\F0961"}.mdi-email-search-outline::before{content:"\\F0962"}.mdi-email-send::before{content:"\\F10DC"}.mdi-email-send-outline::before{content:"\\F10DD"}.mdi-email-sync::before{content:"\\F12C7"}.mdi-email-sync-outline::before{content:"\\F12C8"}.mdi-email-variant::before{content:"\\F05F0"}.mdi-ember::before{content:"\\F0B30"}.mdi-emby::before{content:"\\F06B4"}.mdi-emoticon::before{content:"\\F0C68"}.mdi-emoticon-angry::before{content:"\\F0C69"}.mdi-emoticon-angry-outline::before{content:"\\F0C6A"}.mdi-emoticon-confused::before{content:"\\F10DE"}.mdi-emoticon-confused-outline::before{content:"\\F10DF"}.mdi-emoticon-cool::before{content:"\\F0C6B"}.mdi-emoticon-cool-outline::before{content:"\\F01F3"}.mdi-emoticon-cry::before{content:"\\F0C6C"}.mdi-emoticon-cry-outline::before{content:"\\F0C6D"}.mdi-emoticon-dead::before{content:"\\F0C6E"}.mdi-emoticon-dead-outline::before{content:"\\F069B"}.mdi-emoticon-devil::before{content:"\\F0C6F"}.mdi-emoticon-devil-outline::before{content:"\\F01F4"}.mdi-emoticon-excited::before{content:"\\F0C70"}.mdi-emoticon-excited-outline::before{content:"\\F069C"}.mdi-emoticon-frown::before{content:"\\F0F4C"}.mdi-emoticon-frown-outline::before{content:"\\F0F4D"}.mdi-emoticon-happy::before{content:"\\F0C71"}.mdi-emoticon-happy-outline::before{content:"\\F01F5"}.mdi-emoticon-kiss::before{content:"\\F0C72"}.mdi-emoticon-kiss-outline::before{content:"\\F0C73"}.mdi-emoticon-lol::before{content:"\\F1214"}.mdi-emoticon-lol-outline::before{content:"\\F1215"}.mdi-emoticon-neutral::before{content:"\\F0C74"}.mdi-emoticon-neutral-outline::before{content:"\\F01F6"}.mdi-emoticon-outline::before{content:"\\F01F2"}.mdi-emoticon-poop::before{content:"\\F01F7"}.mdi-emoticon-poop-outline::before{content:"\\F0C75"}.mdi-emoticon-sad::before{content:"\\F0C76"}.mdi-emoticon-sad-outline::before{content:"\\F01F8"}.mdi-emoticon-tongue::before{content:"\\F01F9"}.mdi-emoticon-tongue-outline::before{content:"\\F0C77"}.mdi-emoticon-wink::before{content:"\\F0C78"}.mdi-emoticon-wink-outline::before{content:"\\F0C79"}.mdi-engine::before{content:"\\F01FA"}.mdi-engine-off::before{content:"\\F0A46"}.mdi-engine-off-outline::before{content:"\\F0A47"}.mdi-engine-outline::before{content:"\\F01FB"}.mdi-epsilon::before{content:"\\F10E0"}.mdi-equal::before{content:"\\F01FC"}.mdi-equal-box::before{content:"\\F01FD"}.mdi-equalizer::before{content:"\\F0EA2"}.mdi-equalizer-outline::before{content:"\\F0EA3"}.mdi-eraser::before{content:"\\F01FE"}.mdi-eraser-variant::before{content:"\\F0642"}.mdi-escalator::before{content:"\\F01FF"}.mdi-escalator-box::before{content:"\\F1399"}.mdi-escalator-down::before{content:"\\F12C0"}.mdi-escalator-up::before{content:"\\F12BF"}.mdi-eslint::before{content:"\\F0C7A"}.mdi-et::before{content:"\\F0AB3"}.mdi-ethereum::before{content:"\\F086A"}.mdi-ethernet::before{content:"\\F0200"}.mdi-ethernet-cable::before{content:"\\F0201"}.mdi-ethernet-cable-off::before{content:"\\F0202"}.mdi-ev-station::before{content:"\\F05F1"}.mdi-evernote::before{content:"\\F0204"}.mdi-excavator::before{content:"\\F1025"}.mdi-exclamation::before{content:"\\F0205"}.mdi-exclamation-thick::before{content:"\\F1238"}.mdi-exit-run::before{content:"\\F0A48"}.mdi-exit-to-app::before{content:"\\F0206"}.mdi-expand-all::before{content:"\\F0AB4"}.mdi-expand-all-outline::before{content:"\\F0AB5"}.mdi-expansion-card::before{content:"\\F08AE"}.mdi-expansion-card-variant::before{content:"\\F0FB2"}.mdi-exponent::before{content:"\\F0963"}.mdi-exponent-box::before{content:"\\F0964"}.mdi-export::before{content:"\\F0207"}.mdi-export-variant::before{content:"\\F0B93"}.mdi-eye::before{content:"\\F0208"}.mdi-eye-check::before{content:"\\F0D04"}.mdi-eye-check-outline::before{content:"\\F0D05"}.mdi-eye-circle::before{content:"\\F0B94"}.mdi-eye-circle-outline::before{content:"\\F0B95"}.mdi-eye-minus::before{content:"\\F1026"}.mdi-eye-minus-outline::before{content:"\\F1027"}.mdi-eye-off::before{content:"\\F0209"}.mdi-eye-off-outline::before{content:"\\F06D1"}.mdi-eye-outline::before{content:"\\F06D0"}.mdi-eye-plus::before{content:"\\F086B"}.mdi-eye-plus-outline::before{content:"\\F086C"}.mdi-eye-settings::before{content:"\\F086D"}.mdi-eye-settings-outline::before{content:"\\F086E"}.mdi-eyedropper::before{content:"\\F020A"}.mdi-eyedropper-minus::before{content:"\\F13DD"}.mdi-eyedropper-off::before{content:"\\F13DF"}.mdi-eyedropper-plus::before{content:"\\F13DC"}.mdi-eyedropper-remove::before{content:"\\F13DE"}.mdi-eyedropper-variant::before{content:"\\F020B"}.mdi-face::before{content:"\\F0643"}.mdi-face-agent::before{content:"\\F0D70"}.mdi-face-outline::before{content:"\\F0B96"}.mdi-face-profile::before{content:"\\F0644"}.mdi-face-profile-woman::before{content:"\\F1076"}.mdi-face-recognition::before{content:"\\F0C7B"}.mdi-face-woman::before{content:"\\F1077"}.mdi-face-woman-outline::before{content:"\\F1078"}.mdi-facebook::before{content:"\\F020C"}.mdi-facebook-messenger::before{content:"\\F020E"}.mdi-facebook-workplace::before{content:"\\F0B31"}.mdi-factory::before{content:"\\F020F"}.mdi-fan::before{content:"\\F0210"}.mdi-fan-alert::before{content:"\\F146C"}.mdi-fan-chevron-down::before{content:"\\F146D"}.mdi-fan-chevron-up::before{content:"\\F146E"}.mdi-fan-minus::before{content:"\\F1470"}.mdi-fan-off::before{content:"\\F081D"}.mdi-fan-plus::before{content:"\\F146F"}.mdi-fan-remove::before{content:"\\F1471"}.mdi-fan-speed-1::before{content:"\\F1472"}.mdi-fan-speed-2::before{content:"\\F1473"}.mdi-fan-speed-3::before{content:"\\F1474"}.mdi-fast-forward::before{content:"\\F0211"}.mdi-fast-forward-10::before{content:"\\F0D71"}.mdi-fast-forward-30::before{content:"\\F0D06"}.mdi-fast-forward-5::before{content:"\\F11F8"}.mdi-fast-forward-outline::before{content:"\\F06D2"}.mdi-fax::before{content:"\\F0212"}.mdi-feather::before{content:"\\F06D3"}.mdi-feature-search::before{content:"\\F0A49"}.mdi-feature-search-outline::before{content:"\\F0A4A"}.mdi-fedora::before{content:"\\F08DB"}.mdi-fencing::before{content:"\\F14C1"}.mdi-ferris-wheel::before{content:"\\F0EA4"}.mdi-ferry::before{content:"\\F0213"}.mdi-file::before{content:"\\F0214"}.mdi-file-account::before{content:"\\F073B"}.mdi-file-account-outline::before{content:"\\F1028"}.mdi-file-alert::before{content:"\\F0A4B"}.mdi-file-alert-outline::before{content:"\\F0A4C"}.mdi-file-cabinet::before{content:"\\F0AB6"}.mdi-file-cad::before{content:"\\F0EEB"}.mdi-file-cad-box::before{content:"\\F0EEC"}.mdi-file-cancel::before{content:"\\F0DC6"}.mdi-file-cancel-outline::before{content:"\\F0DC7"}.mdi-file-certificate::before{content:"\\F1186"}.mdi-file-certificate-outline::before{content:"\\F1187"}.mdi-file-chart::before{content:"\\F0215"}.mdi-file-chart-outline::before{content:"\\F1029"}.mdi-file-check::before{content:"\\F0216"}.mdi-file-check-outline::before{content:"\\F0E29"}.mdi-file-clock::before{content:"\\F12E1"}.mdi-file-clock-outline::before{content:"\\F12E2"}.mdi-file-cloud::before{content:"\\F0217"}.mdi-file-cloud-outline::before{content:"\\F102A"}.mdi-file-code::before{content:"\\F022E"}.mdi-file-code-outline::before{content:"\\F102B"}.mdi-file-cog::before{content:"\\F107B"}.mdi-file-cog-outline::before{content:"\\F107C"}.mdi-file-compare::before{content:"\\F08AA"}.mdi-file-delimited::before{content:"\\F0218"}.mdi-file-delimited-outline::before{content:"\\F0EA5"}.mdi-file-document::before{content:"\\F0219"}.mdi-file-document-edit::before{content:"\\F0DC8"}.mdi-file-document-edit-outline::before{content:"\\F0DC9"}.mdi-file-document-outline::before{content:"\\F09EE"}.mdi-file-download::before{content:"\\F0965"}.mdi-file-download-outline::before{content:"\\F0966"}.mdi-file-edit::before{content:"\\F11E7"}.mdi-file-edit-outline::before{content:"\\F11E8"}.mdi-file-excel::before{content:"\\F021B"}.mdi-file-excel-box::before{content:"\\F021C"}.mdi-file-excel-box-outline::before{content:"\\F102C"}.mdi-file-excel-outline::before{content:"\\F102D"}.mdi-file-export::before{content:"\\F021D"}.mdi-file-export-outline::before{content:"\\F102E"}.mdi-file-eye::before{content:"\\F0DCA"}.mdi-file-eye-outline::before{content:"\\F0DCB"}.mdi-file-find::before{content:"\\F021E"}.mdi-file-find-outline::before{content:"\\F0B97"}.mdi-file-hidden::before{content:"\\F0613"}.mdi-file-image::before{content:"\\F021F"}.mdi-file-image-outline::before{content:"\\F0EB0"}.mdi-file-import::before{content:"\\F0220"}.mdi-file-import-outline::before{content:"\\F102F"}.mdi-file-key::before{content:"\\F1184"}.mdi-file-key-outline::before{content:"\\F1185"}.mdi-file-link::before{content:"\\F1177"}.mdi-file-link-outline::before{content:"\\F1178"}.mdi-file-lock::before{content:"\\F0221"}.mdi-file-lock-outline::before{content:"\\F1030"}.mdi-file-move::before{content:"\\F0AB9"}.mdi-file-move-outline::before{content:"\\F1031"}.mdi-file-multiple::before{content:"\\F0222"}.mdi-file-multiple-outline::before{content:"\\F1032"}.mdi-file-music::before{content:"\\F0223"}.mdi-file-music-outline::before{content:"\\F0E2A"}.mdi-file-outline::before{content:"\\F0224"}.mdi-file-pdf::before{content:"\\F0225"}.mdi-file-pdf-box::before{content:"\\F0226"}.mdi-file-pdf-box-outline::before{content:"\\F0FB3"}.mdi-file-pdf-outline::before{content:"\\F0E2D"}.mdi-file-percent::before{content:"\\F081E"}.mdi-file-percent-outline::before{content:"\\F1033"}.mdi-file-phone::before{content:"\\F1179"}.mdi-file-phone-outline::before{content:"\\F117A"}.mdi-file-plus::before{content:"\\F0752"}.mdi-file-plus-outline::before{content:"\\F0EED"}.mdi-file-powerpoint::before{content:"\\F0227"}.mdi-file-powerpoint-box::before{content:"\\F0228"}.mdi-file-powerpoint-box-outline::before{content:"\\F1034"}.mdi-file-powerpoint-outline::before{content:"\\F1035"}.mdi-file-presentation-box::before{content:"\\F0229"}.mdi-file-question::before{content:"\\F086F"}.mdi-file-question-outline::before{content:"\\F1036"}.mdi-file-refresh::before{content:"\\F0918"}.mdi-file-refresh-outline::before{content:"\\F0541"}.mdi-file-remove::before{content:"\\F0B98"}.mdi-file-remove-outline::before{content:"\\F1037"}.mdi-file-replace::before{content:"\\F0B32"}.mdi-file-replace-outline::before{content:"\\F0B33"}.mdi-file-restore::before{content:"\\F0670"}.mdi-file-restore-outline::before{content:"\\F1038"}.mdi-file-search::before{content:"\\F0C7C"}.mdi-file-search-outline::before{content:"\\F0C7D"}.mdi-file-send::before{content:"\\F022A"}.mdi-file-send-outline::before{content:"\\F1039"}.mdi-file-settings::before{content:"\\F1079"}.mdi-file-settings-outline::before{content:"\\F107A"}.mdi-file-star::before{content:"\\F103A"}.mdi-file-star-outline::before{content:"\\F103B"}.mdi-file-swap::before{content:"\\F0FB4"}.mdi-file-swap-outline::before{content:"\\F0FB5"}.mdi-file-sync::before{content:"\\F1216"}.mdi-file-sync-outline::before{content:"\\F1217"}.mdi-file-table::before{content:"\\F0C7E"}.mdi-file-table-box::before{content:"\\F10E1"}.mdi-file-table-box-multiple::before{content:"\\F10E2"}.mdi-file-table-box-multiple-outline::before{content:"\\F10E3"}.mdi-file-table-box-outline::before{content:"\\F10E4"}.mdi-file-table-outline::before{content:"\\F0C7F"}.mdi-file-tree::before{content:"\\F0645"}.mdi-file-tree-outline::before{content:"\\F13D2"}.mdi-file-undo::before{content:"\\F08DC"}.mdi-file-undo-outline::before{content:"\\F103C"}.mdi-file-upload::before{content:"\\F0A4D"}.mdi-file-upload-outline::before{content:"\\F0A4E"}.mdi-file-video::before{content:"\\F022B"}.mdi-file-video-outline::before{content:"\\F0E2C"}.mdi-file-word::before{content:"\\F022C"}.mdi-file-word-box::before{content:"\\F022D"}.mdi-file-word-box-outline::before{content:"\\F103D"}.mdi-file-word-outline::before{content:"\\F103E"}.mdi-film::before{content:"\\F022F"}.mdi-filmstrip::before{content:"\\F0230"}.mdi-filmstrip-box::before{content:"\\F0332"}.mdi-filmstrip-box-multiple::before{content:"\\F0D18"}.mdi-filmstrip-off::before{content:"\\F0231"}.mdi-filter::before{content:"\\F0232"}.mdi-filter-menu::before{content:"\\F10E5"}.mdi-filter-menu-outline::before{content:"\\F10E6"}.mdi-filter-minus::before{content:"\\F0EEE"}.mdi-filter-minus-outline::before{content:"\\F0EEF"}.mdi-filter-outline::before{content:"\\F0233"}.mdi-filter-plus::before{content:"\\F0EF0"}.mdi-filter-plus-outline::before{content:"\\F0EF1"}.mdi-filter-remove::before{content:"\\F0234"}.mdi-filter-remove-outline::before{content:"\\F0235"}.mdi-filter-variant::before{content:"\\F0236"}.mdi-filter-variant-minus::before{content:"\\F1112"}.mdi-filter-variant-plus::before{content:"\\F1113"}.mdi-filter-variant-remove::before{content:"\\F103F"}.mdi-finance::before{content:"\\F081F"}.mdi-find-replace::before{content:"\\F06D4"}.mdi-fingerprint::before{content:"\\F0237"}.mdi-fingerprint-off::before{content:"\\F0EB1"}.mdi-fire::before{content:"\\F0238"}.mdi-fire-extinguisher::before{content:"\\F0EF2"}.mdi-fire-hydrant::before{content:"\\F1137"}.mdi-fire-hydrant-alert::before{content:"\\F1138"}.mdi-fire-hydrant-off::before{content:"\\F1139"}.mdi-fire-truck::before{content:"\\F08AB"}.mdi-firebase::before{content:"\\F0967"}.mdi-firefox::before{content:"\\F0239"}.mdi-fireplace::before{content:"\\F0E2E"}.mdi-fireplace-off::before{content:"\\F0E2F"}.mdi-firework::before{content:"\\F0E30"}.mdi-fish::before{content:"\\F023A"}.mdi-fish-off::before{content:"\\F13F3"}.mdi-fishbowl::before{content:"\\F0EF3"}.mdi-fishbowl-outline::before{content:"\\F0EF4"}.mdi-fit-to-page::before{content:"\\F0EF5"}.mdi-fit-to-page-outline::before{content:"\\F0EF6"}.mdi-flag::before{content:"\\F023B"}.mdi-flag-checkered::before{content:"\\F023C"}.mdi-flag-minus::before{content:"\\F0B99"}.mdi-flag-minus-outline::before{content:"\\F10B2"}.mdi-flag-outline::before{content:"\\F023D"}.mdi-flag-plus::before{content:"\\F0B9A"}.mdi-flag-plus-outline::before{content:"\\F10B3"}.mdi-flag-remove::before{content:"\\F0B9B"}.mdi-flag-remove-outline::before{content:"\\F10B4"}.mdi-flag-triangle::before{content:"\\F023F"}.mdi-flag-variant::before{content:"\\F0240"}.mdi-flag-variant-outline::before{content:"\\F023E"}.mdi-flare::before{content:"\\F0D72"}.mdi-flash::before{content:"\\F0241"}.mdi-flash-alert::before{content:"\\F0EF7"}.mdi-flash-alert-outline::before{content:"\\F0EF8"}.mdi-flash-auto::before{content:"\\F0242"}.mdi-flash-circle::before{content:"\\F0820"}.mdi-flash-off::before{content:"\\F0243"}.mdi-flash-outline::before{content:"\\F06D5"}.mdi-flash-red-eye::before{content:"\\F067B"}.mdi-flashlight::before{content:"\\F0244"}.mdi-flashlight-off::before{content:"\\F0245"}.mdi-flask::before{content:"\\F0093"}.mdi-flask-empty::before{content:"\\F0094"}.mdi-flask-empty-minus::before{content:"\\F123A"}.mdi-flask-empty-minus-outline::before{content:"\\F123B"}.mdi-flask-empty-off::before{content:"\\F13F4"}.mdi-flask-empty-off-outline::before{content:"\\F13F5"}.mdi-flask-empty-outline::before{content:"\\F0095"}.mdi-flask-empty-plus::before{content:"\\F123C"}.mdi-flask-empty-plus-outline::before{content:"\\F123D"}.mdi-flask-empty-remove::before{content:"\\F123E"}.mdi-flask-empty-remove-outline::before{content:"\\F123F"}.mdi-flask-minus::before{content:"\\F1240"}.mdi-flask-minus-outline::before{content:"\\F1241"}.mdi-flask-off::before{content:"\\F13F6"}.mdi-flask-off-outline::before{content:"\\F13F7"}.mdi-flask-outline::before{content:"\\F0096"}.mdi-flask-plus::before{content:"\\F1242"}.mdi-flask-plus-outline::before{content:"\\F1243"}.mdi-flask-remove::before{content:"\\F1244"}.mdi-flask-remove-outline::before{content:"\\F1245"}.mdi-flask-round-bottom::before{content:"\\F124B"}.mdi-flask-round-bottom-empty::before{content:"\\F124C"}.mdi-flask-round-bottom-empty-outline::before{content:"\\F124D"}.mdi-flask-round-bottom-outline::before{content:"\\F124E"}.mdi-fleur-de-lis::before{content:"\\F1303"}.mdi-flip-horizontal::before{content:"\\F10E7"}.mdi-flip-to-back::before{content:"\\F0247"}.mdi-flip-to-front::before{content:"\\F0248"}.mdi-flip-vertical::before{content:"\\F10E8"}.mdi-floor-lamp::before{content:"\\F08DD"}.mdi-floor-lamp-dual::before{content:"\\F1040"}.mdi-floor-lamp-variant::before{content:"\\F1041"}.mdi-floor-plan::before{content:"\\F0821"}.mdi-floppy::before{content:"\\F0249"}.mdi-floppy-variant::before{content:"\\F09EF"}.mdi-flower::before{content:"\\F024A"}.mdi-flower-outline::before{content:"\\F09F0"}.mdi-flower-poppy::before{content:"\\F0D08"}.mdi-flower-tulip::before{content:"\\F09F1"}.mdi-flower-tulip-outline::before{content:"\\F09F2"}.mdi-focus-auto::before{content:"\\F0F4E"}.mdi-focus-field::before{content:"\\F0F4F"}.mdi-focus-field-horizontal::before{content:"\\F0F50"}.mdi-focus-field-vertical::before{content:"\\F0F51"}.mdi-folder::before{content:"\\F024B"}.mdi-folder-account::before{content:"\\F024C"}.mdi-folder-account-outline::before{content:"\\F0B9C"}.mdi-folder-alert::before{content:"\\F0DCC"}.mdi-folder-alert-outline::before{content:"\\F0DCD"}.mdi-folder-clock::before{content:"\\F0ABA"}.mdi-folder-clock-outline::before{content:"\\F0ABB"}.mdi-folder-cog::before{content:"\\F107F"}.mdi-folder-cog-outline::before{content:"\\F1080"}.mdi-folder-download::before{content:"\\F024D"}.mdi-folder-download-outline::before{content:"\\F10E9"}.mdi-folder-edit::before{content:"\\F08DE"}.mdi-folder-edit-outline::before{content:"\\F0DCE"}.mdi-folder-google-drive::before{content:"\\F024E"}.mdi-folder-heart::before{content:"\\F10EA"}.mdi-folder-heart-outline::before{content:"\\F10EB"}.mdi-folder-home::before{content:"\\F10B5"}.mdi-folder-home-outline::before{content:"\\F10B6"}.mdi-folder-image::before{content:"\\F024F"}.mdi-folder-information::before{content:"\\F10B7"}.mdi-folder-information-outline::before{content:"\\F10B8"}.mdi-folder-key::before{content:"\\F08AC"}.mdi-folder-key-network::before{content:"\\F08AD"}.mdi-folder-key-network-outline::before{content:"\\F0C80"}.mdi-folder-key-outline::before{content:"\\F10EC"}.mdi-folder-lock::before{content:"\\F0250"}.mdi-folder-lock-open::before{content:"\\F0251"}.mdi-folder-marker::before{content:"\\F126D"}.mdi-folder-marker-outline::before{content:"\\F126E"}.mdi-folder-move::before{content:"\\F0252"}.mdi-folder-move-outline::before{content:"\\F1246"}.mdi-folder-multiple::before{content:"\\F0253"}.mdi-folder-multiple-image::before{content:"\\F0254"}.mdi-folder-multiple-outline::before{content:"\\F0255"}.mdi-folder-multiple-plus::before{content:"\\F147E"}.mdi-folder-multiple-plus-outline::before{content:"\\F147F"}.mdi-folder-music::before{content:"\\F1359"}.mdi-folder-music-outline::before{content:"\\F135A"}.mdi-folder-network::before{content:"\\F0870"}.mdi-folder-network-outline::before{content:"\\F0C81"}.mdi-folder-open::before{content:"\\F0770"}.mdi-folder-open-outline::before{content:"\\F0DCF"}.mdi-folder-outline::before{content:"\\F0256"}.mdi-folder-plus::before{content:"\\F0257"}.mdi-folder-plus-outline::before{content:"\\F0B9D"}.mdi-folder-pound::before{content:"\\F0D09"}.mdi-folder-pound-outline::before{content:"\\F0D0A"}.mdi-folder-refresh::before{content:"\\F0749"}.mdi-folder-refresh-outline::before{content:"\\F0542"}.mdi-folder-remove::before{content:"\\F0258"}.mdi-folder-remove-outline::before{content:"\\F0B9E"}.mdi-folder-search::before{content:"\\F0968"}.mdi-folder-search-outline::before{content:"\\F0969"}.mdi-folder-settings::before{content:"\\F107D"}.mdi-folder-settings-outline::before{content:"\\F107E"}.mdi-folder-star::before{content:"\\F069D"}.mdi-folder-star-multiple::before{content:"\\F13D3"}.mdi-folder-star-multiple-outline::before{content:"\\F13D4"}.mdi-folder-star-outline::before{content:"\\F0B9F"}.mdi-folder-swap::before{content:"\\F0FB6"}.mdi-folder-swap-outline::before{content:"\\F0FB7"}.mdi-folder-sync::before{content:"\\F0D0B"}.mdi-folder-sync-outline::before{content:"\\F0D0C"}.mdi-folder-table::before{content:"\\F12E3"}.mdi-folder-table-outline::before{content:"\\F12E4"}.mdi-folder-text::before{content:"\\F0C82"}.mdi-folder-text-outline::before{content:"\\F0C83"}.mdi-folder-upload::before{content:"\\F0259"}.mdi-folder-upload-outline::before{content:"\\F10ED"}.mdi-folder-zip::before{content:"\\F06EB"}.mdi-folder-zip-outline::before{content:"\\F07B9"}.mdi-font-awesome::before{content:"\\F003A"}.mdi-food::before{content:"\\F025A"}.mdi-food-apple::before{content:"\\F025B"}.mdi-food-apple-outline::before{content:"\\F0C84"}.mdi-food-croissant::before{content:"\\F07C8"}.mdi-food-drumstick::before{content:"\\F141F"}.mdi-food-drumstick-off::before{content:"\\F1468"}.mdi-food-drumstick-off-outline::before{content:"\\F1469"}.mdi-food-drumstick-outline::before{content:"\\F1420"}.mdi-food-fork-drink::before{content:"\\F05F2"}.mdi-food-off::before{content:"\\F05F3"}.mdi-food-steak::before{content:"\\F146A"}.mdi-food-steak-off::before{content:"\\F146B"}.mdi-food-variant::before{content:"\\F025C"}.mdi-food-variant-off::before{content:"\\F13E5"}.mdi-foot-print::before{content:"\\F0F52"}.mdi-football::before{content:"\\F025D"}.mdi-football-australian::before{content:"\\F025E"}.mdi-football-helmet::before{content:"\\F025F"}.mdi-forklift::before{content:"\\F07C9"}.mdi-form-dropdown::before{content:"\\F1400"}.mdi-form-select::before{content:"\\F1401"}.mdi-form-textarea::before{content:"\\F1095"}.mdi-form-textbox::before{content:"\\F060E"}.mdi-form-textbox-lock::before{content:"\\F135D"}.mdi-form-textbox-password::before{content:"\\F07F5"}.mdi-format-align-bottom::before{content:"\\F0753"}.mdi-format-align-center::before{content:"\\F0260"}.mdi-format-align-justify::before{content:"\\F0261"}.mdi-format-align-left::before{content:"\\F0262"}.mdi-format-align-middle::before{content:"\\F0754"}.mdi-format-align-right::before{content:"\\F0263"}.mdi-format-align-top::before{content:"\\F0755"}.mdi-format-annotation-minus::before{content:"\\F0ABC"}.mdi-format-annotation-plus::before{content:"\\F0646"}.mdi-format-bold::before{content:"\\F0264"}.mdi-format-clear::before{content:"\\F0265"}.mdi-format-color-fill::before{content:"\\F0266"}.mdi-format-color-highlight::before{content:"\\F0E31"}.mdi-format-color-marker-cancel::before{content:"\\F1313"}.mdi-format-color-text::before{content:"\\F069E"}.mdi-format-columns::before{content:"\\F08DF"}.mdi-format-float-center::before{content:"\\F0267"}.mdi-format-float-left::before{content:"\\F0268"}.mdi-format-float-none::before{content:"\\F0269"}.mdi-format-float-right::before{content:"\\F026A"}.mdi-format-font::before{content:"\\F06D6"}.mdi-format-font-size-decrease::before{content:"\\F09F3"}.mdi-format-font-size-increase::before{content:"\\F09F4"}.mdi-format-header-1::before{content:"\\F026B"}.mdi-format-header-2::before{content:"\\F026C"}.mdi-format-header-3::before{content:"\\F026D"}.mdi-format-header-4::before{content:"\\F026E"}.mdi-format-header-5::before{content:"\\F026F"}.mdi-format-header-6::before{content:"\\F0270"}.mdi-format-header-decrease::before{content:"\\F0271"}.mdi-format-header-equal::before{content:"\\F0272"}.mdi-format-header-increase::before{content:"\\F0273"}.mdi-format-header-pound::before{content:"\\F0274"}.mdi-format-horizontal-align-center::before{content:"\\F061E"}.mdi-format-horizontal-align-left::before{content:"\\F061F"}.mdi-format-horizontal-align-right::before{content:"\\F0620"}.mdi-format-indent-decrease::before{content:"\\F0275"}.mdi-format-indent-increase::before{content:"\\F0276"}.mdi-format-italic::before{content:"\\F0277"}.mdi-format-letter-case::before{content:"\\F0B34"}.mdi-format-letter-case-lower::before{content:"\\F0B35"}.mdi-format-letter-case-upper::before{content:"\\F0B36"}.mdi-format-letter-ends-with::before{content:"\\F0FB8"}.mdi-format-letter-matches::before{content:"\\F0FB9"}.mdi-format-letter-starts-with::before{content:"\\F0FBA"}.mdi-format-line-spacing::before{content:"\\F0278"}.mdi-format-line-style::before{content:"\\F05C8"}.mdi-format-line-weight::before{content:"\\F05C9"}.mdi-format-list-bulleted::before{content:"\\F0279"}.mdi-format-list-bulleted-square::before{content:"\\F0DD0"}.mdi-format-list-bulleted-triangle::before{content:"\\F0EB2"}.mdi-format-list-bulleted-type::before{content:"\\F027A"}.mdi-format-list-checkbox::before{content:"\\F096A"}.mdi-format-list-checks::before{content:"\\F0756"}.mdi-format-list-numbered::before{content:"\\F027B"}.mdi-format-list-numbered-rtl::before{content:"\\F0D0D"}.mdi-format-list-text::before{content:"\\F126F"}.mdi-format-overline::before{content:"\\F0EB3"}.mdi-format-page-break::before{content:"\\F06D7"}.mdi-format-paint::before{content:"\\F027C"}.mdi-format-paragraph::before{content:"\\F027D"}.mdi-format-pilcrow::before{content:"\\F06D8"}.mdi-format-quote-close::before{content:"\\F027E"}.mdi-format-quote-close-outline::before{content:"\\F11A8"}.mdi-format-quote-open::before{content:"\\F0757"}.mdi-format-quote-open-outline::before{content:"\\F11A7"}.mdi-format-rotate-90::before{content:"\\F06AA"}.mdi-format-section::before{content:"\\F069F"}.mdi-format-size::before{content:"\\F027F"}.mdi-format-strikethrough::before{content:"\\F0280"}.mdi-format-strikethrough-variant::before{content:"\\F0281"}.mdi-format-subscript::before{content:"\\F0282"}.mdi-format-superscript::before{content:"\\F0283"}.mdi-format-text::before{content:"\\F0284"}.mdi-format-text-rotation-angle-down::before{content:"\\F0FBB"}.mdi-format-text-rotation-angle-up::before{content:"\\F0FBC"}.mdi-format-text-rotation-down::before{content:"\\F0D73"}.mdi-format-text-rotation-down-vertical::before{content:"\\F0FBD"}.mdi-format-text-rotation-none::before{content:"\\F0D74"}.mdi-format-text-rotation-up::before{content:"\\F0FBE"}.mdi-format-text-rotation-vertical::before{content:"\\F0FBF"}.mdi-format-text-variant::before{content:"\\F0E32"}.mdi-format-text-wrapping-clip::before{content:"\\F0D0E"}.mdi-format-text-wrapping-overflow::before{content:"\\F0D0F"}.mdi-format-text-wrapping-wrap::before{content:"\\F0D10"}.mdi-format-textbox::before{content:"\\F0D11"}.mdi-format-textdirection-l-to-r::before{content:"\\F0285"}.mdi-format-textdirection-r-to-l::before{content:"\\F0286"}.mdi-format-title::before{content:"\\F05F4"}.mdi-format-underline::before{content:"\\F0287"}.mdi-format-vertical-align-bottom::before{content:"\\F0621"}.mdi-format-vertical-align-center::before{content:"\\F0622"}.mdi-format-vertical-align-top::before{content:"\\F0623"}.mdi-format-wrap-inline::before{content:"\\F0288"}.mdi-format-wrap-square::before{content:"\\F0289"}.mdi-format-wrap-tight::before{content:"\\F028A"}.mdi-format-wrap-top-bottom::before{content:"\\F028B"}.mdi-forum::before{content:"\\F028C"}.mdi-forum-outline::before{content:"\\F0822"}.mdi-forward::before{content:"\\F028D"}.mdi-forwardburger::before{content:"\\F0D75"}.mdi-fountain::before{content:"\\F096B"}.mdi-fountain-pen::before{content:"\\F0D12"}.mdi-fountain-pen-tip::before{content:"\\F0D13"}.mdi-freebsd::before{content:"\\F08E0"}.mdi-frequently-asked-questions::before{content:"\\F0EB4"}.mdi-fridge::before{content:"\\F0290"}.mdi-fridge-alert::before{content:"\\F11B1"}.mdi-fridge-alert-outline::before{content:"\\F11B2"}.mdi-fridge-bottom::before{content:"\\F0292"}.mdi-fridge-off::before{content:"\\F11AF"}.mdi-fridge-off-outline::before{content:"\\F11B0"}.mdi-fridge-outline::before{content:"\\F028F"}.mdi-fridge-top::before{content:"\\F0291"}.mdi-fruit-cherries::before{content:"\\F1042"}.mdi-fruit-cherries-off::before{content:"\\F13F8"}.mdi-fruit-citrus::before{content:"\\F1043"}.mdi-fruit-citrus-off::before{content:"\\F13F9"}.mdi-fruit-grapes::before{content:"\\F1044"}.mdi-fruit-grapes-outline::before{content:"\\F1045"}.mdi-fruit-pineapple::before{content:"\\F1046"}.mdi-fruit-watermelon::before{content:"\\F1047"}.mdi-fuel::before{content:"\\F07CA"}.mdi-fullscreen::before{content:"\\F0293"}.mdi-fullscreen-exit::before{content:"\\F0294"}.mdi-function::before{content:"\\F0295"}.mdi-function-variant::before{content:"\\F0871"}.mdi-furigana-horizontal::before{content:"\\F1081"}.mdi-furigana-vertical::before{content:"\\F1082"}.mdi-fuse::before{content:"\\F0C85"}.mdi-fuse-alert::before{content:"\\F142D"}.mdi-fuse-blade::before{content:"\\F0C86"}.mdi-fuse-off::before{content:"\\F142C"}.mdi-gamepad::before{content:"\\F0296"}.mdi-gamepad-circle::before{content:"\\F0E33"}.mdi-gamepad-circle-down::before{content:"\\F0E34"}.mdi-gamepad-circle-left::before{content:"\\F0E35"}.mdi-gamepad-circle-outline::before{content:"\\F0E36"}.mdi-gamepad-circle-right::before{content:"\\F0E37"}.mdi-gamepad-circle-up::before{content:"\\F0E38"}.mdi-gamepad-down::before{content:"\\F0E39"}.mdi-gamepad-left::before{content:"\\F0E3A"}.mdi-gamepad-right::before{content:"\\F0E3B"}.mdi-gamepad-round::before{content:"\\F0E3C"}.mdi-gamepad-round-down::before{content:"\\F0E3D"}.mdi-gamepad-round-left::before{content:"\\F0E3E"}.mdi-gamepad-round-outline::before{content:"\\F0E3F"}.mdi-gamepad-round-right::before{content:"\\F0E40"}.mdi-gamepad-round-up::before{content:"\\F0E41"}.mdi-gamepad-square::before{content:"\\F0EB5"}.mdi-gamepad-square-outline::before{content:"\\F0EB6"}.mdi-gamepad-up::before{content:"\\F0E42"}.mdi-gamepad-variant::before{content:"\\F0297"}.mdi-gamepad-variant-outline::before{content:"\\F0EB7"}.mdi-gamma::before{content:"\\F10EE"}.mdi-gantry-crane::before{content:"\\F0DD1"}.mdi-garage::before{content:"\\F06D9"}.mdi-garage-alert::before{content:"\\F0872"}.mdi-garage-alert-variant::before{content:"\\F12D5"}.mdi-garage-open::before{content:"\\F06DA"}.mdi-garage-open-variant::before{content:"\\F12D4"}.mdi-garage-variant::before{content:"\\F12D3"}.mdi-gas-cylinder::before{content:"\\F0647"}.mdi-gas-station::before{content:"\\F0298"}.mdi-gas-station-off::before{content:"\\F1409"}.mdi-gas-station-off-outline::before{content:"\\F140A"}.mdi-gas-station-outline::before{content:"\\F0EB8"}.mdi-gate::before{content:"\\F0299"}.mdi-gate-and::before{content:"\\F08E1"}.mdi-gate-arrow-right::before{content:"\\F1169"}.mdi-gate-nand::before{content:"\\F08E2"}.mdi-gate-nor::before{content:"\\F08E3"}.mdi-gate-not::before{content:"\\F08E4"}.mdi-gate-open::before{content:"\\F116A"}.mdi-gate-or::before{content:"\\F08E5"}.mdi-gate-xnor::before{content:"\\F08E6"}.mdi-gate-xor::before{content:"\\F08E7"}.mdi-gatsby::before{content:"\\F0E43"}.mdi-gauge::before{content:"\\F029A"}.mdi-gauge-empty::before{content:"\\F0873"}.mdi-gauge-full::before{content:"\\F0874"}.mdi-gauge-low::before{content:"\\F0875"}.mdi-gavel::before{content:"\\F029B"}.mdi-gender-female::before{content:"\\F029C"}.mdi-gender-male::before{content:"\\F029D"}.mdi-gender-male-female::before{content:"\\F029E"}.mdi-gender-male-female-variant::before{content:"\\F113F"}.mdi-gender-non-binary::before{content:"\\F1140"}.mdi-gender-transgender::before{content:"\\F029F"}.mdi-gentoo::before{content:"\\F08E8"}.mdi-gesture::before{content:"\\F07CB"}.mdi-gesture-double-tap::before{content:"\\F073C"}.mdi-gesture-pinch::before{content:"\\F0ABD"}.mdi-gesture-spread::before{content:"\\F0ABE"}.mdi-gesture-swipe::before{content:"\\F0D76"}.mdi-gesture-swipe-down::before{content:"\\F073D"}.mdi-gesture-swipe-horizontal::before{content:"\\F0ABF"}.mdi-gesture-swipe-left::before{content:"\\F073E"}.mdi-gesture-swipe-right::before{content:"\\F073F"}.mdi-gesture-swipe-up::before{content:"\\F0740"}.mdi-gesture-swipe-vertical::before{content:"\\F0AC0"}.mdi-gesture-tap::before{content:"\\F0741"}.mdi-gesture-tap-box::before{content:"\\F12A9"}.mdi-gesture-tap-button::before{content:"\\F12A8"}.mdi-gesture-tap-hold::before{content:"\\F0D77"}.mdi-gesture-two-double-tap::before{content:"\\F0742"}.mdi-gesture-two-tap::before{content:"\\F0743"}.mdi-ghost::before{content:"\\F02A0"}.mdi-ghost-off::before{content:"\\F09F5"}.mdi-gif::before{content:"\\F0D78"}.mdi-gift::before{content:"\\F0E44"}.mdi-gift-outline::before{content:"\\F02A1"}.mdi-git::before{content:"\\F02A2"}.mdi-github::before{content:"\\F02A4"}.mdi-gitlab::before{content:"\\F0BA0"}.mdi-glass-cocktail::before{content:"\\F0356"}.mdi-glass-flute::before{content:"\\F02A5"}.mdi-glass-mug::before{content:"\\F02A6"}.mdi-glass-mug-variant::before{content:"\\F1116"}.mdi-glass-pint-outline::before{content:"\\F130D"}.mdi-glass-stange::before{content:"\\F02A7"}.mdi-glass-tulip::before{content:"\\F02A8"}.mdi-glass-wine::before{content:"\\F0876"}.mdi-glasses::before{content:"\\F02AA"}.mdi-globe-light::before{content:"\\F12D7"}.mdi-globe-model::before{content:"\\F08E9"}.mdi-gmail::before{content:"\\F02AB"}.mdi-gnome::before{content:"\\F02AC"}.mdi-go-kart::before{content:"\\F0D79"}.mdi-go-kart-track::before{content:"\\F0D7A"}.mdi-gog::before{content:"\\F0BA1"}.mdi-gold::before{content:"\\F124F"}.mdi-golf::before{content:"\\F0823"}.mdi-golf-cart::before{content:"\\F11A4"}.mdi-golf-tee::before{content:"\\F1083"}.mdi-gondola::before{content:"\\F0686"}.mdi-goodreads::before{content:"\\F0D7B"}.mdi-google::before{content:"\\F02AD"}.mdi-google-ads::before{content:"\\F0C87"}.mdi-google-analytics::before{content:"\\F07CC"}.mdi-google-assistant::before{content:"\\F07CD"}.mdi-google-cardboard::before{content:"\\F02AE"}.mdi-google-chrome::before{content:"\\F02AF"}.mdi-google-circles::before{content:"\\F02B0"}.mdi-google-circles-communities::before{content:"\\F02B1"}.mdi-google-circles-extended::before{content:"\\F02B2"}.mdi-google-circles-group::before{content:"\\F02B3"}.mdi-google-classroom::before{content:"\\F02C0"}.mdi-google-cloud::before{content:"\\F11F6"}.mdi-google-controller::before{content:"\\F02B4"}.mdi-google-controller-off::before{content:"\\F02B5"}.mdi-google-downasaur::before{content:"\\F1362"}.mdi-google-drive::before{content:"\\F02B6"}.mdi-google-earth::before{content:"\\F02B7"}.mdi-google-fit::before{content:"\\F096C"}.mdi-google-glass::before{content:"\\F02B8"}.mdi-google-hangouts::before{content:"\\F02C9"}.mdi-google-home::before{content:"\\F0824"}.mdi-google-keep::before{content:"\\F06DC"}.mdi-google-lens::before{content:"\\F09F6"}.mdi-google-maps::before{content:"\\F05F5"}.mdi-google-my-business::before{content:"\\F1048"}.mdi-google-nearby::before{content:"\\F02B9"}.mdi-google-photos::before{content:"\\F06DD"}.mdi-google-play::before{content:"\\F02BC"}.mdi-google-plus::before{content:"\\F02BD"}.mdi-google-podcast::before{content:"\\F0EB9"}.mdi-google-spreadsheet::before{content:"\\F09F7"}.mdi-google-street-view::before{content:"\\F0C88"}.mdi-google-translate::before{content:"\\F02BF"}.mdi-gradient::before{content:"\\F06A0"}.mdi-grain::before{content:"\\F0D7C"}.mdi-graph::before{content:"\\F1049"}.mdi-graph-outline::before{content:"\\F104A"}.mdi-graphql::before{content:"\\F0877"}.mdi-grave-stone::before{content:"\\F0BA2"}.mdi-grease-pencil::before{content:"\\F0648"}.mdi-greater-than::before{content:"\\F096D"}.mdi-greater-than-or-equal::before{content:"\\F096E"}.mdi-grid::before{content:"\\F02C1"}.mdi-grid-large::before{content:"\\F0758"}.mdi-grid-off::before{content:"\\F02C2"}.mdi-grill::before{content:"\\F0E45"}.mdi-grill-outline::before{content:"\\F118A"}.mdi-group::before{content:"\\F02C3"}.mdi-guitar-acoustic::before{content:"\\F0771"}.mdi-guitar-electric::before{content:"\\F02C4"}.mdi-guitar-pick::before{content:"\\F02C5"}.mdi-guitar-pick-outline::before{content:"\\F02C6"}.mdi-guy-fawkes-mask::before{content:"\\F0825"}.mdi-hail::before{content:"\\F0AC1"}.mdi-hair-dryer::before{content:"\\F10EF"}.mdi-hair-dryer-outline::before{content:"\\F10F0"}.mdi-halloween::before{content:"\\F0BA3"}.mdi-hamburger::before{content:"\\F0685"}.mdi-hammer::before{content:"\\F08EA"}.mdi-hammer-screwdriver::before{content:"\\F1322"}.mdi-hammer-wrench::before{content:"\\F1323"}.mdi-hand::before{content:"\\F0A4F"}.mdi-hand-heart::before{content:"\\F10F1"}.mdi-hand-left::before{content:"\\F0E46"}.mdi-hand-okay::before{content:"\\F0A50"}.mdi-hand-peace::before{content:"\\F0A51"}.mdi-hand-peace-variant::before{content:"\\F0A52"}.mdi-hand-pointing-down::before{content:"\\F0A53"}.mdi-hand-pointing-left::before{content:"\\F0A54"}.mdi-hand-pointing-right::before{content:"\\F02C7"}.mdi-hand-pointing-up::before{content:"\\F0A55"}.mdi-hand-right::before{content:"\\F0E47"}.mdi-hand-saw::before{content:"\\F0E48"}.mdi-hand-water::before{content:"\\F139F"}.mdi-handball::before{content:"\\F0F53"}.mdi-handcuffs::before{content:"\\F113E"}.mdi-handshake::before{content:"\\F1218"}.mdi-hanger::before{content:"\\F02C8"}.mdi-hard-hat::before{content:"\\F096F"}.mdi-harddisk::before{content:"\\F02CA"}.mdi-harddisk-plus::before{content:"\\F104B"}.mdi-harddisk-remove::before{content:"\\F104C"}.mdi-hat-fedora::before{content:"\\F0BA4"}.mdi-hazard-lights::before{content:"\\F0C89"}.mdi-hdr::before{content:"\\F0D7D"}.mdi-hdr-off::before{content:"\\F0D7E"}.mdi-head::before{content:"\\F135E"}.mdi-head-alert::before{content:"\\F1338"}.mdi-head-alert-outline::before{content:"\\F1339"}.mdi-head-check::before{content:"\\F133A"}.mdi-head-check-outline::before{content:"\\F133B"}.mdi-head-cog::before{content:"\\F133C"}.mdi-head-cog-outline::before{content:"\\F133D"}.mdi-head-dots-horizontal::before{content:"\\F133E"}.mdi-head-dots-horizontal-outline::before{content:"\\F133F"}.mdi-head-flash::before{content:"\\F1340"}.mdi-head-flash-outline::before{content:"\\F1341"}.mdi-head-heart::before{content:"\\F1342"}.mdi-head-heart-outline::before{content:"\\F1343"}.mdi-head-lightbulb::before{content:"\\F1344"}.mdi-head-lightbulb-outline::before{content:"\\F1345"}.mdi-head-minus::before{content:"\\F1346"}.mdi-head-minus-outline::before{content:"\\F1347"}.mdi-head-outline::before{content:"\\F135F"}.mdi-head-plus::before{content:"\\F1348"}.mdi-head-plus-outline::before{content:"\\F1349"}.mdi-head-question::before{content:"\\F134A"}.mdi-head-question-outline::before{content:"\\F134B"}.mdi-head-remove::before{content:"\\F134C"}.mdi-head-remove-outline::before{content:"\\F134D"}.mdi-head-snowflake::before{content:"\\F134E"}.mdi-head-snowflake-outline::before{content:"\\F134F"}.mdi-head-sync::before{content:"\\F1350"}.mdi-head-sync-outline::before{content:"\\F1351"}.mdi-headphones::before{content:"\\F02CB"}.mdi-headphones-bluetooth::before{content:"\\F0970"}.mdi-headphones-box::before{content:"\\F02CC"}.mdi-headphones-off::before{content:"\\F07CE"}.mdi-headphones-settings::before{content:"\\F02CD"}.mdi-headset::before{content:"\\F02CE"}.mdi-headset-dock::before{content:"\\F02CF"}.mdi-headset-off::before{content:"\\F02D0"}.mdi-heart::before{content:"\\F02D1"}.mdi-heart-box::before{content:"\\F02D2"}.mdi-heart-box-outline::before{content:"\\F02D3"}.mdi-heart-broken::before{content:"\\F02D4"}.mdi-heart-broken-outline::before{content:"\\F0D14"}.mdi-heart-circle::before{content:"\\F0971"}.mdi-heart-circle-outline::before{content:"\\F0972"}.mdi-heart-flash::before{content:"\\F0EF9"}.mdi-heart-half::before{content:"\\F06DF"}.mdi-heart-half-full::before{content:"\\F06DE"}.mdi-heart-half-outline::before{content:"\\F06E0"}.mdi-heart-minus::before{content:"\\F142F"}.mdi-heart-minus-outline::before{content:"\\F1432"}.mdi-heart-multiple::before{content:"\\F0A56"}.mdi-heart-multiple-outline::before{content:"\\F0A57"}.mdi-heart-off::before{content:"\\F0759"}.mdi-heart-off-outline::before{content:"\\F1434"}.mdi-heart-outline::before{content:"\\F02D5"}.mdi-heart-plus::before{content:"\\F142E"}.mdi-heart-plus-outline::before{content:"\\F1431"}.mdi-heart-pulse::before{content:"\\F05F6"}.mdi-heart-remove::before{content:"\\F1430"}.mdi-heart-remove-outline::before{content:"\\F1433"}.mdi-helicopter::before{content:"\\F0AC2"}.mdi-help::before{content:"\\F02D6"}.mdi-help-box::before{content:"\\F078B"}.mdi-help-circle::before{content:"\\F02D7"}.mdi-help-circle-outline::before{content:"\\F0625"}.mdi-help-network::before{content:"\\F06F5"}.mdi-help-network-outline::before{content:"\\F0C8A"}.mdi-help-rhombus::before{content:"\\F0BA5"}.mdi-help-rhombus-outline::before{content:"\\F0BA6"}.mdi-hexadecimal::before{content:"\\F12A7"}.mdi-hexagon::before{content:"\\F02D8"}.mdi-hexagon-multiple::before{content:"\\F06E1"}.mdi-hexagon-multiple-outline::before{content:"\\F10F2"}.mdi-hexagon-outline::before{content:"\\F02D9"}.mdi-hexagon-slice-1::before{content:"\\F0AC3"}.mdi-hexagon-slice-2::before{content:"\\F0AC4"}.mdi-hexagon-slice-3::before{content:"\\F0AC5"}.mdi-hexagon-slice-4::before{content:"\\F0AC6"}.mdi-hexagon-slice-5::before{content:"\\F0AC7"}.mdi-hexagon-slice-6::before{content:"\\F0AC8"}.mdi-hexagram::before{content:"\\F0AC9"}.mdi-hexagram-outline::before{content:"\\F0ACA"}.mdi-high-definition::before{content:"\\F07CF"}.mdi-high-definition-box::before{content:"\\F0878"}.mdi-highway::before{content:"\\F05F7"}.mdi-hiking::before{content:"\\F0D7F"}.mdi-hinduism::before{content:"\\F0973"}.mdi-history::before{content:"\\F02DA"}.mdi-hockey-puck::before{content:"\\F0879"}.mdi-hockey-sticks::before{content:"\\F087A"}.mdi-hololens::before{content:"\\F02DB"}.mdi-home::before{content:"\\F02DC"}.mdi-home-account::before{content:"\\F0826"}.mdi-home-alert::before{content:"\\F087B"}.mdi-home-analytics::before{content:"\\F0EBA"}.mdi-home-assistant::before{content:"\\F07D0"}.mdi-home-automation::before{content:"\\F07D1"}.mdi-home-circle::before{content:"\\F07D2"}.mdi-home-circle-outline::before{content:"\\F104D"}.mdi-home-city::before{content:"\\F0D15"}.mdi-home-city-outline::before{content:"\\F0D16"}.mdi-home-currency-usd::before{content:"\\F08AF"}.mdi-home-edit::before{content:"\\F1159"}.mdi-home-edit-outline::before{content:"\\F115A"}.mdi-home-export-outline::before{content:"\\F0F9B"}.mdi-home-flood::before{content:"\\F0EFA"}.mdi-home-floor-0::before{content:"\\F0DD2"}.mdi-home-floor-1::before{content:"\\F0D80"}.mdi-home-floor-2::before{content:"\\F0D81"}.mdi-home-floor-3::before{content:"\\F0D82"}.mdi-home-floor-a::before{content:"\\F0D83"}.mdi-home-floor-b::before{content:"\\F0D84"}.mdi-home-floor-g::before{content:"\\F0D85"}.mdi-home-floor-l::before{content:"\\F0D86"}.mdi-home-floor-negative-1::before{content:"\\F0DD3"}.mdi-home-group::before{content:"\\F0DD4"}.mdi-home-heart::before{content:"\\F0827"}.mdi-home-import-outline::before{content:"\\F0F9C"}.mdi-home-lightbulb::before{content:"\\F1251"}.mdi-home-lightbulb-outline::before{content:"\\F1252"}.mdi-home-lock::before{content:"\\F08EB"}.mdi-home-lock-open::before{content:"\\F08EC"}.mdi-home-map-marker::before{content:"\\F05F8"}.mdi-home-minus::before{content:"\\F0974"}.mdi-home-minus-outline::before{content:"\\F13D5"}.mdi-home-modern::before{content:"\\F02DD"}.mdi-home-outline::before{content:"\\F06A1"}.mdi-home-plus::before{content:"\\F0975"}.mdi-home-plus-outline::before{content:"\\F13D6"}.mdi-home-remove::before{content:"\\F1247"}.mdi-home-remove-outline::before{content:"\\F13D7"}.mdi-home-roof::before{content:"\\F112B"}.mdi-home-search::before{content:"\\F13B0"}.mdi-home-search-outline::before{content:"\\F13B1"}.mdi-home-thermometer::before{content:"\\F0F54"}.mdi-home-thermometer-outline::before{content:"\\F0F55"}.mdi-home-variant::before{content:"\\F02DE"}.mdi-home-variant-outline::before{content:"\\F0BA7"}.mdi-hook::before{content:"\\F06E2"}.mdi-hook-off::before{content:"\\F06E3"}.mdi-hops::before{content:"\\F02DF"}.mdi-horizontal-rotate-clockwise::before{content:"\\F10F3"}.mdi-horizontal-rotate-counterclockwise::before{content:"\\F10F4"}.mdi-horseshoe::before{content:"\\F0A58"}.mdi-hospital::before{content:"\\F0FF6"}.mdi-hospital-box::before{content:"\\F02E0"}.mdi-hospital-box-outline::before{content:"\\F0FF7"}.mdi-hospital-building::before{content:"\\F02E1"}.mdi-hospital-marker::before{content:"\\F02E2"}.mdi-hot-tub::before{content:"\\F0828"}.mdi-hours-24::before{content:"\\F1478"}.mdi-hubspot::before{content:"\\F0D17"}.mdi-hulu::before{content:"\\F0829"}.mdi-human::before{content:"\\F02E6"}.mdi-human-baby-changing-table::before{content:"\\F138B"}.mdi-human-child::before{content:"\\F02E7"}.mdi-human-female::before{content:"\\F0649"}.mdi-human-female-boy::before{content:"\\F0A59"}.mdi-human-female-female::before{content:"\\F0A5A"}.mdi-human-female-girl::before{content:"\\F0A5B"}.mdi-human-greeting::before{content:"\\F064A"}.mdi-human-handsdown::before{content:"\\F064B"}.mdi-human-handsup::before{content:"\\F064C"}.mdi-human-male::before{content:"\\F064D"}.mdi-human-male-boy::before{content:"\\F0A5C"}.mdi-human-male-child::before{content:"\\F138C"}.mdi-human-male-female::before{content:"\\F02E8"}.mdi-human-male-girl::before{content:"\\F0A5D"}.mdi-human-male-height::before{content:"\\F0EFB"}.mdi-human-male-height-variant::before{content:"\\F0EFC"}.mdi-human-male-male::before{content:"\\F0A5E"}.mdi-human-pregnant::before{content:"\\F05CF"}.mdi-human-wheelchair::before{content:"\\F138D"}.mdi-humble-bundle::before{content:"\\F0744"}.mdi-hvac::before{content:"\\F1352"}.mdi-hydraulic-oil-level::before{content:"\\F1324"}.mdi-hydraulic-oil-temperature::before{content:"\\F1325"}.mdi-hydro-power::before{content:"\\F12E5"}.mdi-ice-cream::before{content:"\\F082A"}.mdi-ice-cream-off::before{content:"\\F0E52"}.mdi-ice-pop::before{content:"\\F0EFD"}.mdi-id-card::before{content:"\\F0FC0"}.mdi-identifier::before{content:"\\F0EFE"}.mdi-ideogram-cjk::before{content:"\\F1331"}.mdi-ideogram-cjk-variant::before{content:"\\F1332"}.mdi-iframe::before{content:"\\F0C8B"}.mdi-iframe-array::before{content:"\\F10F5"}.mdi-iframe-array-outline::before{content:"\\F10F6"}.mdi-iframe-braces::before{content:"\\F10F7"}.mdi-iframe-braces-outline::before{content:"\\F10F8"}.mdi-iframe-outline::before{content:"\\F0C8C"}.mdi-iframe-parentheses::before{content:"\\F10F9"}.mdi-iframe-parentheses-outline::before{content:"\\F10FA"}.mdi-iframe-variable::before{content:"\\F10FB"}.mdi-iframe-variable-outline::before{content:"\\F10FC"}.mdi-image::before{content:"\\F02E9"}.mdi-image-album::before{content:"\\F02EA"}.mdi-image-area::before{content:"\\F02EB"}.mdi-image-area-close::before{content:"\\F02EC"}.mdi-image-auto-adjust::before{content:"\\F0FC1"}.mdi-image-broken::before{content:"\\F02ED"}.mdi-image-broken-variant::before{content:"\\F02EE"}.mdi-image-edit::before{content:"\\F11E3"}.mdi-image-edit-outline::before{content:"\\F11E4"}.mdi-image-filter-black-white::before{content:"\\F02F0"}.mdi-image-filter-center-focus::before{content:"\\F02F1"}.mdi-image-filter-center-focus-strong::before{content:"\\F0EFF"}.mdi-image-filter-center-focus-strong-outline::before{content:"\\F0F00"}.mdi-image-filter-center-focus-weak::before{content:"\\F02F2"}.mdi-image-filter-drama::before{content:"\\F02F3"}.mdi-image-filter-frames::before{content:"\\F02F4"}.mdi-image-filter-hdr::before{content:"\\F02F5"}.mdi-image-filter-none::before{content:"\\F02F6"}.mdi-image-filter-tilt-shift::before{content:"\\F02F7"}.mdi-image-filter-vintage::before{content:"\\F02F8"}.mdi-image-frame::before{content:"\\F0E49"}.mdi-image-minus::before{content:"\\F1419"}.mdi-image-move::before{content:"\\F09F8"}.mdi-image-multiple::before{content:"\\F02F9"}.mdi-image-multiple-outline::before{content:"\\F02EF"}.mdi-image-off::before{content:"\\F082B"}.mdi-image-off-outline::before{content:"\\F11D1"}.mdi-image-outline::before{content:"\\F0976"}.mdi-image-plus::before{content:"\\F087C"}.mdi-image-remove::before{content:"\\F1418"}.mdi-image-search::before{content:"\\F0977"}.mdi-image-search-outline::before{content:"\\F0978"}.mdi-image-size-select-actual::before{content:"\\F0C8D"}.mdi-image-size-select-large::before{content:"\\F0C8E"}.mdi-image-size-select-small::before{content:"\\F0C8F"}.mdi-import::before{content:"\\F02FA"}.mdi-inbox::before{content:"\\F0687"}.mdi-inbox-arrow-down::before{content:"\\F02FB"}.mdi-inbox-arrow-down-outline::before{content:"\\F1270"}.mdi-inbox-arrow-up::before{content:"\\F03D1"}.mdi-inbox-arrow-up-outline::before{content:"\\F1271"}.mdi-inbox-full::before{content:"\\F1272"}.mdi-inbox-full-outline::before{content:"\\F1273"}.mdi-inbox-multiple::before{content:"\\F08B0"}.mdi-inbox-multiple-outline::before{content:"\\F0BA8"}.mdi-inbox-outline::before{content:"\\F1274"}.mdi-incognito::before{content:"\\F05F9"}.mdi-incognito-circle::before{content:"\\F1421"}.mdi-incognito-circle-off::before{content:"\\F1422"}.mdi-incognito-off::before{content:"\\F0075"}.mdi-infinity::before{content:"\\F06E4"}.mdi-information::before{content:"\\F02FC"}.mdi-information-outline::before{content:"\\F02FD"}.mdi-information-variant::before{content:"\\F064E"}.mdi-instagram::before{content:"\\F02FE"}.mdi-instrument-triangle::before{content:"\\F104E"}.mdi-invert-colors::before{content:"\\F0301"}.mdi-invert-colors-off::before{content:"\\F0E4A"}.mdi-iobroker::before{content:"\\F12E8"}.mdi-ip::before{content:"\\F0A5F"}.mdi-ip-network::before{content:"\\F0A60"}.mdi-ip-network-outline::before{content:"\\F0C90"}.mdi-ipod::before{content:"\\F0C91"}.mdi-islam::before{content:"\\F0979"}.mdi-island::before{content:"\\F104F"}.mdi-iv-bag::before{content:"\\F10B9"}.mdi-jabber::before{content:"\\F0DD5"}.mdi-jeepney::before{content:"\\F0302"}.mdi-jellyfish::before{content:"\\F0F01"}.mdi-jellyfish-outline::before{content:"\\F0F02"}.mdi-jira::before{content:"\\F0303"}.mdi-jquery::before{content:"\\F087D"}.mdi-jsfiddle::before{content:"\\F0304"}.mdi-judaism::before{content:"\\F097A"}.mdi-jump-rope::before{content:"\\F12FF"}.mdi-kabaddi::before{content:"\\F0D87"}.mdi-karate::before{content:"\\F082C"}.mdi-keg::before{content:"\\F0305"}.mdi-kettle::before{content:"\\F05FA"}.mdi-kettle-alert::before{content:"\\F1317"}.mdi-kettle-alert-outline::before{content:"\\F1318"}.mdi-kettle-off::before{content:"\\F131B"}.mdi-kettle-off-outline::before{content:"\\F131C"}.mdi-kettle-outline::before{content:"\\F0F56"}.mdi-kettle-steam::before{content:"\\F1319"}.mdi-kettle-steam-outline::before{content:"\\F131A"}.mdi-kettlebell::before{content:"\\F1300"}.mdi-key::before{content:"\\F0306"}.mdi-key-arrow-right::before{content:"\\F1312"}.mdi-key-change::before{content:"\\F0307"}.mdi-key-link::before{content:"\\F119F"}.mdi-key-minus::before{content:"\\F0308"}.mdi-key-outline::before{content:"\\F0DD6"}.mdi-key-plus::before{content:"\\F0309"}.mdi-key-remove::before{content:"\\F030A"}.mdi-key-star::before{content:"\\F119E"}.mdi-key-variant::before{content:"\\F030B"}.mdi-key-wireless::before{content:"\\F0FC2"}.mdi-keyboard::before{content:"\\F030C"}.mdi-keyboard-backspace::before{content:"\\F030D"}.mdi-keyboard-caps::before{content:"\\F030E"}.mdi-keyboard-close::before{content:"\\F030F"}.mdi-keyboard-esc::before{content:"\\F12B7"}.mdi-keyboard-f1::before{content:"\\F12AB"}.mdi-keyboard-f10::before{content:"\\F12B4"}.mdi-keyboard-f11::before{content:"\\F12B5"}.mdi-keyboard-f12::before{content:"\\F12B6"}.mdi-keyboard-f2::before{content:"\\F12AC"}.mdi-keyboard-f3::before{content:"\\F12AD"}.mdi-keyboard-f4::before{content:"\\F12AE"}.mdi-keyboard-f5::before{content:"\\F12AF"}.mdi-keyboard-f6::before{content:"\\F12B0"}.mdi-keyboard-f7::before{content:"\\F12B1"}.mdi-keyboard-f8::before{content:"\\F12B2"}.mdi-keyboard-f9::before{content:"\\F12B3"}.mdi-keyboard-off::before{content:"\\F0310"}.mdi-keyboard-off-outline::before{content:"\\F0E4B"}.mdi-keyboard-outline::before{content:"\\F097B"}.mdi-keyboard-return::before{content:"\\F0311"}.mdi-keyboard-settings::before{content:"\\F09F9"}.mdi-keyboard-settings-outline::before{content:"\\F09FA"}.mdi-keyboard-space::before{content:"\\F1050"}.mdi-keyboard-tab::before{content:"\\F0312"}.mdi-keyboard-variant::before{content:"\\F0313"}.mdi-khanda::before{content:"\\F10FD"}.mdi-kickstarter::before{content:"\\F0745"}.mdi-klingon::before{content:"\\F135B"}.mdi-knife::before{content:"\\F09FB"}.mdi-knife-military::before{content:"\\F09FC"}.mdi-kodi::before{content:"\\F0314"}.mdi-kubernetes::before{content:"\\F10FE"}.mdi-label::before{content:"\\F0315"}.mdi-label-multiple::before{content:"\\F1375"}.mdi-label-multiple-outline::before{content:"\\F1376"}.mdi-label-off::before{content:"\\F0ACB"}.mdi-label-off-outline::before{content:"\\F0ACC"}.mdi-label-outline::before{content:"\\F0316"}.mdi-label-percent::before{content:"\\F12EA"}.mdi-label-percent-outline::before{content:"\\F12EB"}.mdi-label-variant::before{content:"\\F0ACD"}.mdi-label-variant-outline::before{content:"\\F0ACE"}.mdi-ladybug::before{content:"\\F082D"}.mdi-lambda::before{content:"\\F0627"}.mdi-lamp::before{content:"\\F06B5"}.mdi-lan::before{content:"\\F0317"}.mdi-lan-check::before{content:"\\F12AA"}.mdi-lan-connect::before{content:"\\F0318"}.mdi-lan-disconnect::before{content:"\\F0319"}.mdi-lan-pending::before{content:"\\F031A"}.mdi-language-c::before{content:"\\F0671"}.mdi-language-cpp::before{content:"\\F0672"}.mdi-language-csharp::before{content:"\\F031B"}.mdi-language-css3::before{content:"\\F031C"}.mdi-language-fortran::before{content:"\\F121A"}.mdi-language-go::before{content:"\\F07D3"}.mdi-language-haskell::before{content:"\\F0C92"}.mdi-language-html5::before{content:"\\F031D"}.mdi-language-java::before{content:"\\F0B37"}.mdi-language-javascript::before{content:"\\F031E"}.mdi-language-kotlin::before{content:"\\F1219"}.mdi-language-lua::before{content:"\\F08B1"}.mdi-language-markdown::before{content:"\\F0354"}.mdi-language-markdown-outline::before{content:"\\F0F5B"}.mdi-language-php::before{content:"\\F031F"}.mdi-language-python::before{content:"\\F0320"}.mdi-language-r::before{content:"\\F07D4"}.mdi-language-ruby::before{content:"\\F0D2D"}.mdi-language-ruby-on-rails::before{content:"\\F0ACF"}.mdi-language-swift::before{content:"\\F06E5"}.mdi-language-typescript::before{content:"\\F06E6"}.mdi-language-xaml::before{content:"\\F0673"}.mdi-laptop::before{content:"\\F0322"}.mdi-laptop-chromebook::before{content:"\\F0323"}.mdi-laptop-mac::before{content:"\\F0324"}.mdi-laptop-off::before{content:"\\F06E7"}.mdi-laptop-windows::before{content:"\\F0325"}.mdi-laravel::before{content:"\\F0AD0"}.mdi-laser-pointer::before{content:"\\F1484"}.mdi-lasso::before{content:"\\F0F03"}.mdi-lastpass::before{content:"\\F0446"}.mdi-latitude::before{content:"\\F0F57"}.mdi-launch::before{content:"\\F0327"}.mdi-lava-lamp::before{content:"\\F07D5"}.mdi-layers::before{content:"\\F0328"}.mdi-layers-minus::before{content:"\\F0E4C"}.mdi-layers-off::before{content:"\\F0329"}.mdi-layers-off-outline::before{content:"\\F09FD"}.mdi-layers-outline::before{content:"\\F09FE"}.mdi-layers-plus::before{content:"\\F0E4D"}.mdi-layers-remove::before{content:"\\F0E4E"}.mdi-layers-search::before{content:"\\F1206"}.mdi-layers-search-outline::before{content:"\\F1207"}.mdi-layers-triple::before{content:"\\F0F58"}.mdi-layers-triple-outline::before{content:"\\F0F59"}.mdi-lead-pencil::before{content:"\\F064F"}.mdi-leaf::before{content:"\\F032A"}.mdi-leaf-maple::before{content:"\\F0C93"}.mdi-leaf-maple-off::before{content:"\\F12DA"}.mdi-leaf-off::before{content:"\\F12D9"}.mdi-leak::before{content:"\\F0DD7"}.mdi-leak-off::before{content:"\\F0DD8"}.mdi-led-off::before{content:"\\F032B"}.mdi-led-on::before{content:"\\F032C"}.mdi-led-outline::before{content:"\\F032D"}.mdi-led-strip::before{content:"\\F07D6"}.mdi-led-strip-variant::before{content:"\\F1051"}.mdi-led-variant-off::before{content:"\\F032E"}.mdi-led-variant-on::before{content:"\\F032F"}.mdi-led-variant-outline::before{content:"\\F0330"}.mdi-leek::before{content:"\\F117D"}.mdi-less-than::before{content:"\\F097C"}.mdi-less-than-or-equal::before{content:"\\F097D"}.mdi-library::before{content:"\\F0331"}.mdi-library-shelves::before{content:"\\F0BA9"}.mdi-license::before{content:"\\F0FC3"}.mdi-lifebuoy::before{content:"\\F087E"}.mdi-light-switch::before{content:"\\F097E"}.mdi-lightbulb::before{content:"\\F0335"}.mdi-lightbulb-cfl::before{content:"\\F1208"}.mdi-lightbulb-cfl-off::before{content:"\\F1209"}.mdi-lightbulb-cfl-spiral::before{content:"\\F1275"}.mdi-lightbulb-cfl-spiral-off::before{content:"\\F12C3"}.mdi-lightbulb-group::before{content:"\\F1253"}.mdi-lightbulb-group-off::before{content:"\\F12CD"}.mdi-lightbulb-group-off-outline::before{content:"\\F12CE"}.mdi-lightbulb-group-outline::before{content:"\\F1254"}.mdi-lightbulb-multiple::before{content:"\\F1255"}.mdi-lightbulb-multiple-off::before{content:"\\F12CF"}.mdi-lightbulb-multiple-off-outline::before{content:"\\F12D0"}.mdi-lightbulb-multiple-outline::before{content:"\\F1256"}.mdi-lightbulb-off::before{content:"\\F0E4F"}.mdi-lightbulb-off-outline::before{content:"\\F0E50"}.mdi-lightbulb-on::before{content:"\\F06E8"}.mdi-lightbulb-on-outline::before{content:"\\F06E9"}.mdi-lightbulb-outline::before{content:"\\F0336"}.mdi-lighthouse::before{content:"\\F09FF"}.mdi-lighthouse-on::before{content:"\\F0A00"}.mdi-lightning-bolt::before{content:"\\F140B"}.mdi-lightning-bolt-outline::before{content:"\\F140C"}.mdi-lingerie::before{content:"\\F1476"}.mdi-link::before{content:"\\F0337"}.mdi-link-box::before{content:"\\F0D1A"}.mdi-link-box-outline::before{content:"\\F0D1B"}.mdi-link-box-variant::before{content:"\\F0D1C"}.mdi-link-box-variant-outline::before{content:"\\F0D1D"}.mdi-link-lock::before{content:"\\F10BA"}.mdi-link-off::before{content:"\\F0338"}.mdi-link-plus::before{content:"\\F0C94"}.mdi-link-variant::before{content:"\\F0339"}.mdi-link-variant-minus::before{content:"\\F10FF"}.mdi-link-variant-off::before{content:"\\F033A"}.mdi-link-variant-plus::before{content:"\\F1100"}.mdi-link-variant-remove::before{content:"\\F1101"}.mdi-linkedin::before{content:"\\F033B"}.mdi-linux::before{content:"\\F033D"}.mdi-linux-mint::before{content:"\\F08ED"}.mdi-lipstick::before{content:"\\F13B5"}.mdi-litecoin::before{content:"\\F0A61"}.mdi-loading::before{content:"\\F0772"}.mdi-location-enter::before{content:"\\F0FC4"}.mdi-location-exit::before{content:"\\F0FC5"}.mdi-lock::before{content:"\\F033E"}.mdi-lock-alert::before{content:"\\F08EE"}.mdi-lock-check::before{content:"\\F139A"}.mdi-lock-clock::before{content:"\\F097F"}.mdi-lock-open::before{content:"\\F033F"}.mdi-lock-open-alert::before{content:"\\F139B"}.mdi-lock-open-check::before{content:"\\F139C"}.mdi-lock-open-outline::before{content:"\\F0340"}.mdi-lock-open-variant::before{content:"\\F0FC6"}.mdi-lock-open-variant-outline::before{content:"\\F0FC7"}.mdi-lock-outline::before{content:"\\F0341"}.mdi-lock-pattern::before{content:"\\F06EA"}.mdi-lock-plus::before{content:"\\F05FB"}.mdi-lock-question::before{content:"\\F08EF"}.mdi-lock-reset::before{content:"\\F0773"}.mdi-lock-smart::before{content:"\\F08B2"}.mdi-locker::before{content:"\\F07D7"}.mdi-locker-multiple::before{content:"\\F07D8"}.mdi-login::before{content:"\\F0342"}.mdi-login-variant::before{content:"\\F05FC"}.mdi-logout::before{content:"\\F0343"}.mdi-logout-variant::before{content:"\\F05FD"}.mdi-longitude::before{content:"\\F0F5A"}.mdi-looks::before{content:"\\F0344"}.mdi-loupe::before{content:"\\F0345"}.mdi-lumx::before{content:"\\F0346"}.mdi-lungs::before{content:"\\F1084"}.mdi-magnet::before{content:"\\F0347"}.mdi-magnet-on::before{content:"\\F0348"}.mdi-magnify::before{content:"\\F0349"}.mdi-magnify-close::before{content:"\\F0980"}.mdi-magnify-minus::before{content:"\\F034A"}.mdi-magnify-minus-cursor::before{content:"\\F0A62"}.mdi-magnify-minus-outline::before{content:"\\F06EC"}.mdi-magnify-plus::before{content:"\\F034B"}.mdi-magnify-plus-cursor::before{content:"\\F0A63"}.mdi-magnify-plus-outline::before{content:"\\F06ED"}.mdi-magnify-remove-cursor::before{content:"\\F120C"}.mdi-magnify-remove-outline::before{content:"\\F120D"}.mdi-magnify-scan::before{content:"\\F1276"}.mdi-mail::before{content:"\\F0EBB"}.mdi-mailbox::before{content:"\\F06EE"}.mdi-mailbox-open::before{content:"\\F0D88"}.mdi-mailbox-open-outline::before{content:"\\F0D89"}.mdi-mailbox-open-up::before{content:"\\F0D8A"}.mdi-mailbox-open-up-outline::before{content:"\\F0D8B"}.mdi-mailbox-outline::before{content:"\\F0D8C"}.mdi-mailbox-up::before{content:"\\F0D8D"}.mdi-mailbox-up-outline::before{content:"\\F0D8E"}.mdi-map::before{content:"\\F034D"}.mdi-map-check::before{content:"\\F0EBC"}.mdi-map-check-outline::before{content:"\\F0EBD"}.mdi-map-clock::before{content:"\\F0D1E"}.mdi-map-clock-outline::before{content:"\\F0D1F"}.mdi-map-legend::before{content:"\\F0A01"}.mdi-map-marker::before{content:"\\F034E"}.mdi-map-marker-alert::before{content:"\\F0F05"}.mdi-map-marker-alert-outline::before{content:"\\F0F06"}.mdi-map-marker-check::before{content:"\\F0C95"}.mdi-map-marker-check-outline::before{content:"\\F12FB"}.mdi-map-marker-circle::before{content:"\\F034F"}.mdi-map-marker-distance::before{content:"\\F08F0"}.mdi-map-marker-down::before{content:"\\F1102"}.mdi-map-marker-left::before{content:"\\F12DB"}.mdi-map-marker-left-outline::before{content:"\\F12DD"}.mdi-map-marker-minus::before{content:"\\F0650"}.mdi-map-marker-minus-outline::before{content:"\\F12F9"}.mdi-map-marker-multiple::before{content:"\\F0350"}.mdi-map-marker-multiple-outline::before{content:"\\F1277"}.mdi-map-marker-off::before{content:"\\F0351"}.mdi-map-marker-off-outline::before{content:"\\F12FD"}.mdi-map-marker-outline::before{content:"\\F07D9"}.mdi-map-marker-path::before{content:"\\F0D20"}.mdi-map-marker-plus::before{content:"\\F0651"}.mdi-map-marker-plus-outline::before{content:"\\F12F8"}.mdi-map-marker-question::before{content:"\\F0F07"}.mdi-map-marker-question-outline::before{content:"\\F0F08"}.mdi-map-marker-radius::before{content:"\\F0352"}.mdi-map-marker-radius-outline::before{content:"\\F12FC"}.mdi-map-marker-remove::before{content:"\\F0F09"}.mdi-map-marker-remove-outline::before{content:"\\F12FA"}.mdi-map-marker-remove-variant::before{content:"\\F0F0A"}.mdi-map-marker-right::before{content:"\\F12DC"}.mdi-map-marker-right-outline::before{content:"\\F12DE"}.mdi-map-marker-up::before{content:"\\F1103"}.mdi-map-minus::before{content:"\\F0981"}.mdi-map-outline::before{content:"\\F0982"}.mdi-map-plus::before{content:"\\F0983"}.mdi-map-search::before{content:"\\F0984"}.mdi-map-search-outline::before{content:"\\F0985"}.mdi-mapbox::before{content:"\\F0BAA"}.mdi-margin::before{content:"\\F0353"}.mdi-marker::before{content:"\\F0652"}.mdi-marker-cancel::before{content:"\\F0DD9"}.mdi-marker-check::before{content:"\\F0355"}.mdi-mastodon::before{content:"\\F0AD1"}.mdi-material-design::before{content:"\\F0986"}.mdi-material-ui::before{content:"\\F0357"}.mdi-math-compass::before{content:"\\F0358"}.mdi-math-cos::before{content:"\\F0C96"}.mdi-math-integral::before{content:"\\F0FC8"}.mdi-math-integral-box::before{content:"\\F0FC9"}.mdi-math-log::before{content:"\\F1085"}.mdi-math-norm::before{content:"\\F0FCA"}.mdi-math-norm-box::before{content:"\\F0FCB"}.mdi-math-sin::before{content:"\\F0C97"}.mdi-math-tan::before{content:"\\F0C98"}.mdi-matrix::before{content:"\\F0628"}.mdi-medal::before{content:"\\F0987"}.mdi-medal-outline::before{content:"\\F1326"}.mdi-medical-bag::before{content:"\\F06EF"}.mdi-meditation::before{content:"\\F117B"}.mdi-memory::before{content:"\\F035B"}.mdi-menu::before{content:"\\F035C"}.mdi-menu-down::before{content:"\\F035D"}.mdi-menu-down-outline::before{content:"\\F06B6"}.mdi-menu-left::before{content:"\\F035E"}.mdi-menu-left-outline::before{content:"\\F0A02"}.mdi-menu-open::before{content:"\\F0BAB"}.mdi-menu-right::before{content:"\\F035F"}.mdi-menu-right-outline::before{content:"\\F0A03"}.mdi-menu-swap::before{content:"\\F0A64"}.mdi-menu-swap-outline::before{content:"\\F0A65"}.mdi-menu-up::before{content:"\\F0360"}.mdi-menu-up-outline::before{content:"\\F06B7"}.mdi-merge::before{content:"\\F0F5C"}.mdi-message::before{content:"\\F0361"}.mdi-message-alert::before{content:"\\F0362"}.mdi-message-alert-outline::before{content:"\\F0A04"}.mdi-message-arrow-left::before{content:"\\F12F2"}.mdi-message-arrow-left-outline::before{content:"\\F12F3"}.mdi-message-arrow-right::before{content:"\\F12F4"}.mdi-message-arrow-right-outline::before{content:"\\F12F5"}.mdi-message-bulleted::before{content:"\\F06A2"}.mdi-message-bulleted-off::before{content:"\\F06A3"}.mdi-message-cog::before{content:"\\F06F1"}.mdi-message-cog-outline::before{content:"\\F1172"}.mdi-message-draw::before{content:"\\F0363"}.mdi-message-image::before{content:"\\F0364"}.mdi-message-image-outline::before{content:"\\F116C"}.mdi-message-lock::before{content:"\\F0FCC"}.mdi-message-lock-outline::before{content:"\\F116D"}.mdi-message-minus::before{content:"\\F116E"}.mdi-message-minus-outline::before{content:"\\F116F"}.mdi-message-outline::before{content:"\\F0365"}.mdi-message-plus::before{content:"\\F0653"}.mdi-message-plus-outline::before{content:"\\F10BB"}.mdi-message-processing::before{content:"\\F0366"}.mdi-message-processing-outline::before{content:"\\F1170"}.mdi-message-reply::before{content:"\\F0367"}.mdi-message-reply-text::before{content:"\\F0368"}.mdi-message-settings::before{content:"\\F06F0"}.mdi-message-settings-outline::before{content:"\\F1171"}.mdi-message-text::before{content:"\\F0369"}.mdi-message-text-clock::before{content:"\\F1173"}.mdi-message-text-clock-outline::before{content:"\\F1174"}.mdi-message-text-lock::before{content:"\\F0FCD"}.mdi-message-text-lock-outline::before{content:"\\F1175"}.mdi-message-text-outline::before{content:"\\F036A"}.mdi-message-video::before{content:"\\F036B"}.mdi-meteor::before{content:"\\F0629"}.mdi-metronome::before{content:"\\F07DA"}.mdi-metronome-tick::before{content:"\\F07DB"}.mdi-micro-sd::before{content:"\\F07DC"}.mdi-microphone::before{content:"\\F036C"}.mdi-microphone-minus::before{content:"\\F08B3"}.mdi-microphone-off::before{content:"\\F036D"}.mdi-microphone-outline::before{content:"\\F036E"}.mdi-microphone-plus::before{content:"\\F08B4"}.mdi-microphone-settings::before{content:"\\F036F"}.mdi-microphone-variant::before{content:"\\F0370"}.mdi-microphone-variant-off::before{content:"\\F0371"}.mdi-microscope::before{content:"\\F0654"}.mdi-microsoft::before{content:"\\F0372"}.mdi-microsoft-access::before{content:"\\F138E"}.mdi-microsoft-azure::before{content:"\\F0805"}.mdi-microsoft-azure-devops::before{content:"\\F0FD5"}.mdi-microsoft-bing::before{content:"\\F00A4"}.mdi-microsoft-dynamics-365::before{content:"\\F0988"}.mdi-microsoft-edge::before{content:"\\F01E9"}.mdi-microsoft-edge-legacy::before{content:"\\F1250"}.mdi-microsoft-excel::before{content:"\\F138F"}.mdi-microsoft-internet-explorer::before{content:"\\F0300"}.mdi-microsoft-office::before{content:"\\F03C6"}.mdi-microsoft-onedrive::before{content:"\\F03CA"}.mdi-microsoft-onenote::before{content:"\\F0747"}.mdi-microsoft-outlook::before{content:"\\F0D22"}.mdi-microsoft-powerpoint::before{content:"\\F1390"}.mdi-microsoft-sharepoint::before{content:"\\F1391"}.mdi-microsoft-teams::before{content:"\\F02BB"}.mdi-microsoft-visual-studio::before{content:"\\F0610"}.mdi-microsoft-visual-studio-code::before{content:"\\F0A1E"}.mdi-microsoft-windows::before{content:"\\F05B3"}.mdi-microsoft-windows-classic::before{content:"\\F0A21"}.mdi-microsoft-word::before{content:"\\F1392"}.mdi-microsoft-xbox::before{content:"\\F05B9"}.mdi-microsoft-xbox-controller::before{content:"\\F05BA"}.mdi-microsoft-xbox-controller-battery-alert::before{content:"\\F074B"}.mdi-microsoft-xbox-controller-battery-charging::before{content:"\\F0A22"}.mdi-microsoft-xbox-controller-battery-empty::before{content:"\\F074C"}.mdi-microsoft-xbox-controller-battery-full::before{content:"\\F074D"}.mdi-microsoft-xbox-controller-battery-low::before{content:"\\F074E"}.mdi-microsoft-xbox-controller-battery-medium::before{content:"\\F074F"}.mdi-microsoft-xbox-controller-battery-unknown::before{content:"\\F0750"}.mdi-microsoft-xbox-controller-menu::before{content:"\\F0E6F"}.mdi-microsoft-xbox-controller-off::before{content:"\\F05BB"}.mdi-microsoft-xbox-controller-view::before{content:"\\F0E70"}.mdi-microsoft-yammer::before{content:"\\F0789"}.mdi-microwave::before{content:"\\F0C99"}.mdi-microwave-off::before{content:"\\F1423"}.mdi-middleware::before{content:"\\F0F5D"}.mdi-middleware-outline::before{content:"\\F0F5E"}.mdi-midi::before{content:"\\F08F1"}.mdi-midi-port::before{content:"\\F08F2"}.mdi-mine::before{content:"\\F0DDA"}.mdi-minecraft::before{content:"\\F0373"}.mdi-mini-sd::before{content:"\\F0A05"}.mdi-minidisc::before{content:"\\F0A06"}.mdi-minus::before{content:"\\F0374"}.mdi-minus-box::before{content:"\\F0375"}.mdi-minus-box-multiple::before{content:"\\F1141"}.mdi-minus-box-multiple-outline::before{content:"\\F1142"}.mdi-minus-box-outline::before{content:"\\F06F2"}.mdi-minus-circle::before{content:"\\F0376"}.mdi-minus-circle-multiple::before{content:"\\F035A"}.mdi-minus-circle-multiple-outline::before{content:"\\F0AD3"}.mdi-minus-circle-off::before{content:"\\F1459"}.mdi-minus-circle-off-outline::before{content:"\\F145A"}.mdi-minus-circle-outline::before{content:"\\F0377"}.mdi-minus-network::before{content:"\\F0378"}.mdi-minus-network-outline::before{content:"\\F0C9A"}.mdi-mirror::before{content:"\\F11FD"}.mdi-mixed-martial-arts::before{content:"\\F0D8F"}.mdi-mixed-reality::before{content:"\\F087F"}.mdi-mixer::before{content:"\\F07DD"}.mdi-molecule::before{content:"\\F0BAC"}.mdi-molecule-co::before{content:"\\F12FE"}.mdi-molecule-co2::before{content:"\\F07E4"}.mdi-monitor::before{content:"\\F0379"}.mdi-monitor-cellphone::before{content:"\\F0989"}.mdi-monitor-cellphone-star::before{content:"\\F098A"}.mdi-monitor-clean::before{content:"\\F1104"}.mdi-monitor-dashboard::before{content:"\\F0A07"}.mdi-monitor-edit::before{content:"\\F12C6"}.mdi-monitor-eye::before{content:"\\F13B4"}.mdi-monitor-lock::before{content:"\\F0DDB"}.mdi-monitor-multiple::before{content:"\\F037A"}.mdi-monitor-off::before{content:"\\F0D90"}.mdi-monitor-screenshot::before{content:"\\F0E51"}.mdi-monitor-share::before{content:"\\F1483"}.mdi-monitor-speaker::before{content:"\\F0F5F"}.mdi-monitor-speaker-off::before{content:"\\F0F60"}.mdi-monitor-star::before{content:"\\F0DDC"}.mdi-moon-first-quarter::before{content:"\\F0F61"}.mdi-moon-full::before{content:"\\F0F62"}.mdi-moon-last-quarter::before{content:"\\F0F63"}.mdi-moon-new::before{content:"\\F0F64"}.mdi-moon-waning-crescent::before{content:"\\F0F65"}.mdi-moon-waning-gibbous::before{content:"\\F0F66"}.mdi-moon-waxing-crescent::before{content:"\\F0F67"}.mdi-moon-waxing-gibbous::before{content:"\\F0F68"}.mdi-moped::before{content:"\\F1086"}.mdi-more::before{content:"\\F037B"}.mdi-mother-heart::before{content:"\\F1314"}.mdi-mother-nurse::before{content:"\\F0D21"}.mdi-motion-sensor::before{content:"\\F0D91"}.mdi-motion-sensor-off::before{content:"\\F1435"}.mdi-motorbike::before{content:"\\F037C"}.mdi-mouse::before{content:"\\F037D"}.mdi-mouse-bluetooth::before{content:"\\F098B"}.mdi-mouse-off::before{content:"\\F037E"}.mdi-mouse-variant::before{content:"\\F037F"}.mdi-mouse-variant-off::before{content:"\\F0380"}.mdi-move-resize::before{content:"\\F0655"}.mdi-move-resize-variant::before{content:"\\F0656"}.mdi-movie::before{content:"\\F0381"}.mdi-movie-edit::before{content:"\\F1122"}.mdi-movie-edit-outline::before{content:"\\F1123"}.mdi-movie-filter::before{content:"\\F1124"}.mdi-movie-filter-outline::before{content:"\\F1125"}.mdi-movie-open::before{content:"\\F0FCE"}.mdi-movie-open-outline::before{content:"\\F0FCF"}.mdi-movie-outline::before{content:"\\F0DDD"}.mdi-movie-roll::before{content:"\\F07DE"}.mdi-movie-search::before{content:"\\F11D2"}.mdi-movie-search-outline::before{content:"\\F11D3"}.mdi-muffin::before{content:"\\F098C"}.mdi-multiplication::before{content:"\\F0382"}.mdi-multiplication-box::before{content:"\\F0383"}.mdi-mushroom::before{content:"\\F07DF"}.mdi-mushroom-off::before{content:"\\F13FA"}.mdi-mushroom-off-outline::before{content:"\\F13FB"}.mdi-mushroom-outline::before{content:"\\F07E0"}.mdi-music::before{content:"\\F075A"}.mdi-music-accidental-double-flat::before{content:"\\F0F69"}.mdi-music-accidental-double-sharp::before{content:"\\F0F6A"}.mdi-music-accidental-flat::before{content:"\\F0F6B"}.mdi-music-accidental-natural::before{content:"\\F0F6C"}.mdi-music-accidental-sharp::before{content:"\\F0F6D"}.mdi-music-box::before{content:"\\F0384"}.mdi-music-box-multiple::before{content:"\\F0333"}.mdi-music-box-multiple-outline::before{content:"\\F0F04"}.mdi-music-box-outline::before{content:"\\F0385"}.mdi-music-circle::before{content:"\\F0386"}.mdi-music-circle-outline::before{content:"\\F0AD4"}.mdi-music-clef-alto::before{content:"\\F0F6E"}.mdi-music-clef-bass::before{content:"\\F0F6F"}.mdi-music-clef-treble::before{content:"\\F0F70"}.mdi-music-note::before{content:"\\F0387"}.mdi-music-note-bluetooth::before{content:"\\F05FE"}.mdi-music-note-bluetooth-off::before{content:"\\F05FF"}.mdi-music-note-eighth::before{content:"\\F0388"}.mdi-music-note-eighth-dotted::before{content:"\\F0F71"}.mdi-music-note-half::before{content:"\\F0389"}.mdi-music-note-half-dotted::before{content:"\\F0F72"}.mdi-music-note-off::before{content:"\\F038A"}.mdi-music-note-off-outline::before{content:"\\F0F73"}.mdi-music-note-outline::before{content:"\\F0F74"}.mdi-music-note-plus::before{content:"\\F0DDE"}.mdi-music-note-quarter::before{content:"\\F038B"}.mdi-music-note-quarter-dotted::before{content:"\\F0F75"}.mdi-music-note-sixteenth::before{content:"\\F038C"}.mdi-music-note-sixteenth-dotted::before{content:"\\F0F76"}.mdi-music-note-whole::before{content:"\\F038D"}.mdi-music-note-whole-dotted::before{content:"\\F0F77"}.mdi-music-off::before{content:"\\F075B"}.mdi-music-rest-eighth::before{content:"\\F0F78"}.mdi-music-rest-half::before{content:"\\F0F79"}.mdi-music-rest-quarter::before{content:"\\F0F7A"}.mdi-music-rest-sixteenth::before{content:"\\F0F7B"}.mdi-music-rest-whole::before{content:"\\F0F7C"}.mdi-nail::before{content:"\\F0DDF"}.mdi-nas::before{content:"\\F08F3"}.mdi-nativescript::before{content:"\\F0880"}.mdi-nature::before{content:"\\F038E"}.mdi-nature-people::before{content:"\\F038F"}.mdi-navigation::before{content:"\\F0390"}.mdi-near-me::before{content:"\\F05CD"}.mdi-necklace::before{content:"\\F0F0B"}.mdi-needle::before{content:"\\F0391"}.mdi-netflix::before{content:"\\F0746"}.mdi-network::before{content:"\\F06F3"}.mdi-network-off::before{content:"\\F0C9B"}.mdi-network-off-outline::before{content:"\\F0C9C"}.mdi-network-outline::before{content:"\\F0C9D"}.mdi-network-strength-1::before{content:"\\F08F4"}.mdi-network-strength-1-alert::before{content:"\\F08F5"}.mdi-network-strength-2::before{content:"\\F08F6"}.mdi-network-strength-2-alert::before{content:"\\F08F7"}.mdi-network-strength-3::before{content:"\\F08F8"}.mdi-network-strength-3-alert::before{content:"\\F08F9"}.mdi-network-strength-4::before{content:"\\F08FA"}.mdi-network-strength-4-alert::before{content:"\\F08FB"}.mdi-network-strength-off::before{content:"\\F08FC"}.mdi-network-strength-off-outline::before{content:"\\F08FD"}.mdi-network-strength-outline::before{content:"\\F08FE"}.mdi-new-box::before{content:"\\F0394"}.mdi-newspaper::before{content:"\\F0395"}.mdi-newspaper-minus::before{content:"\\F0F0C"}.mdi-newspaper-plus::before{content:"\\F0F0D"}.mdi-newspaper-variant::before{content:"\\F1001"}.mdi-newspaper-variant-multiple::before{content:"\\F1002"}.mdi-newspaper-variant-multiple-outline::before{content:"\\F1003"}.mdi-newspaper-variant-outline::before{content:"\\F1004"}.mdi-nfc::before{content:"\\F0396"}.mdi-nfc-search-variant::before{content:"\\F0E53"}.mdi-nfc-tap::before{content:"\\F0397"}.mdi-nfc-variant::before{content:"\\F0398"}.mdi-nfc-variant-off::before{content:"\\F0E54"}.mdi-ninja::before{content:"\\F0774"}.mdi-nintendo-game-boy::before{content:"\\F1393"}.mdi-nintendo-switch::before{content:"\\F07E1"}.mdi-nintendo-wii::before{content:"\\F05AB"}.mdi-nintendo-wiiu::before{content:"\\F072D"}.mdi-nix::before{content:"\\F1105"}.mdi-nodejs::before{content:"\\F0399"}.mdi-noodles::before{content:"\\F117E"}.mdi-not-equal::before{content:"\\F098D"}.mdi-not-equal-variant::before{content:"\\F098E"}.mdi-note::before{content:"\\F039A"}.mdi-note-multiple::before{content:"\\F06B8"}.mdi-note-multiple-outline::before{content:"\\F06B9"}.mdi-note-outline::before{content:"\\F039B"}.mdi-note-plus::before{content:"\\F039C"}.mdi-note-plus-outline::before{content:"\\F039D"}.mdi-note-text::before{content:"\\F039E"}.mdi-note-text-outline::before{content:"\\F11D7"}.mdi-notebook::before{content:"\\F082E"}.mdi-notebook-multiple::before{content:"\\F0E55"}.mdi-notebook-outline::before{content:"\\F0EBF"}.mdi-notification-clear-all::before{content:"\\F039F"}.mdi-npm::before{content:"\\F06F7"}.mdi-nuke::before{content:"\\F06A4"}.mdi-null::before{content:"\\F07E2"}.mdi-numeric::before{content:"\\F03A0"}.mdi-numeric-0::before{content:"\\F0B39"}.mdi-numeric-0-box::before{content:"\\F03A1"}.mdi-numeric-0-box-multiple::before{content:"\\F0F0E"}.mdi-numeric-0-box-multiple-outline::before{content:"\\F03A2"}.mdi-numeric-0-box-outline::before{content:"\\F03A3"}.mdi-numeric-0-circle::before{content:"\\F0C9E"}.mdi-numeric-0-circle-outline::before{content:"\\F0C9F"}.mdi-numeric-1::before{content:"\\F0B3A"}.mdi-numeric-1-box::before{content:"\\F03A4"}.mdi-numeric-1-box-multiple::before{content:"\\F0F0F"}.mdi-numeric-1-box-multiple-outline::before{content:"\\F03A5"}.mdi-numeric-1-box-outline::before{content:"\\F03A6"}.mdi-numeric-1-circle::before{content:"\\F0CA0"}.mdi-numeric-1-circle-outline::before{content:"\\F0CA1"}.mdi-numeric-10::before{content:"\\F0FE9"}.mdi-numeric-10-box::before{content:"\\F0F7D"}.mdi-numeric-10-box-multiple::before{content:"\\F0FEA"}.mdi-numeric-10-box-multiple-outline::before{content:"\\F0FEB"}.mdi-numeric-10-box-outline::before{content:"\\F0F7E"}.mdi-numeric-10-circle::before{content:"\\F0FEC"}.mdi-numeric-10-circle-outline::before{content:"\\F0FED"}.mdi-numeric-2::before{content:"\\F0B3B"}.mdi-numeric-2-box::before{content:"\\F03A7"}.mdi-numeric-2-box-multiple::before{content:"\\F0F10"}.mdi-numeric-2-box-multiple-outline::before{content:"\\F03A8"}.mdi-numeric-2-box-outline::before{content:"\\F03A9"}.mdi-numeric-2-circle::before{content:"\\F0CA2"}.mdi-numeric-2-circle-outline::before{content:"\\F0CA3"}.mdi-numeric-3::before{content:"\\F0B3C"}.mdi-numeric-3-box::before{content:"\\F03AA"}.mdi-numeric-3-box-multiple::before{content:"\\F0F11"}.mdi-numeric-3-box-multiple-outline::before{content:"\\F03AB"}.mdi-numeric-3-box-outline::before{content:"\\F03AC"}.mdi-numeric-3-circle::before{content:"\\F0CA4"}.mdi-numeric-3-circle-outline::before{content:"\\F0CA5"}.mdi-numeric-4::before{content:"\\F0B3D"}.mdi-numeric-4-box::before{content:"\\F03AD"}.mdi-numeric-4-box-multiple::before{content:"\\F0F12"}.mdi-numeric-4-box-multiple-outline::before{content:"\\F03B2"}.mdi-numeric-4-box-outline::before{content:"\\F03AE"}.mdi-numeric-4-circle::before{content:"\\F0CA6"}.mdi-numeric-4-circle-outline::before{content:"\\F0CA7"}.mdi-numeric-5::before{content:"\\F0B3E"}.mdi-numeric-5-box::before{content:"\\F03B1"}.mdi-numeric-5-box-multiple::before{content:"\\F0F13"}.mdi-numeric-5-box-multiple-outline::before{content:"\\F03AF"}.mdi-numeric-5-box-outline::before{content:"\\F03B0"}.mdi-numeric-5-circle::before{content:"\\F0CA8"}.mdi-numeric-5-circle-outline::before{content:"\\F0CA9"}.mdi-numeric-6::before{content:"\\F0B3F"}.mdi-numeric-6-box::before{content:"\\F03B3"}.mdi-numeric-6-box-multiple::before{content:"\\F0F14"}.mdi-numeric-6-box-multiple-outline::before{content:"\\F03B4"}.mdi-numeric-6-box-outline::before{content:"\\F03B5"}.mdi-numeric-6-circle::before{content:"\\F0CAA"}.mdi-numeric-6-circle-outline::before{content:"\\F0CAB"}.mdi-numeric-7::before{content:"\\F0B40"}.mdi-numeric-7-box::before{content:"\\F03B6"}.mdi-numeric-7-box-multiple::before{content:"\\F0F15"}.mdi-numeric-7-box-multiple-outline::before{content:"\\F03B7"}.mdi-numeric-7-box-outline::before{content:"\\F03B8"}.mdi-numeric-7-circle::before{content:"\\F0CAC"}.mdi-numeric-7-circle-outline::before{content:"\\F0CAD"}.mdi-numeric-8::before{content:"\\F0B41"}.mdi-numeric-8-box::before{content:"\\F03B9"}.mdi-numeric-8-box-multiple::before{content:"\\F0F16"}.mdi-numeric-8-box-multiple-outline::before{content:"\\F03BA"}.mdi-numeric-8-box-outline::before{content:"\\F03BB"}.mdi-numeric-8-circle::before{content:"\\F0CAE"}.mdi-numeric-8-circle-outline::before{content:"\\F0CAF"}.mdi-numeric-9::before{content:"\\F0B42"}.mdi-numeric-9-box::before{content:"\\F03BC"}.mdi-numeric-9-box-multiple::before{content:"\\F0F17"}.mdi-numeric-9-box-multiple-outline::before{content:"\\F03BD"}.mdi-numeric-9-box-outline::before{content:"\\F03BE"}.mdi-numeric-9-circle::before{content:"\\F0CB0"}.mdi-numeric-9-circle-outline::before{content:"\\F0CB1"}.mdi-numeric-9-plus::before{content:"\\F0FEE"}.mdi-numeric-9-plus-box::before{content:"\\F03BF"}.mdi-numeric-9-plus-box-multiple::before{content:"\\F0F18"}.mdi-numeric-9-plus-box-multiple-outline::before{content:"\\F03C0"}.mdi-numeric-9-plus-box-outline::before{content:"\\F03C1"}.mdi-numeric-9-plus-circle::before{content:"\\F0CB2"}.mdi-numeric-9-plus-circle-outline::before{content:"\\F0CB3"}.mdi-numeric-negative-1::before{content:"\\F1052"}.mdi-nut::before{content:"\\F06F8"}.mdi-nutrition::before{content:"\\F03C2"}.mdi-nuxt::before{content:"\\F1106"}.mdi-oar::before{content:"\\F067C"}.mdi-ocarina::before{content:"\\F0DE0"}.mdi-oci::before{content:"\\F12E9"}.mdi-ocr::before{content:"\\F113A"}.mdi-octagon::before{content:"\\F03C3"}.mdi-octagon-outline::before{content:"\\F03C4"}.mdi-octagram::before{content:"\\F06F9"}.mdi-octagram-outline::before{content:"\\F0775"}.mdi-odnoklassniki::before{content:"\\F03C5"}.mdi-offer::before{content:"\\F121B"}.mdi-office-building::before{content:"\\F0991"}.mdi-oil::before{content:"\\F03C7"}.mdi-oil-lamp::before{content:"\\F0F19"}.mdi-oil-level::before{content:"\\F1053"}.mdi-oil-temperature::before{content:"\\F0FF8"}.mdi-omega::before{content:"\\F03C9"}.mdi-one-up::before{content:"\\F0BAD"}.mdi-onepassword::before{content:"\\F0881"}.mdi-opacity::before{content:"\\F05CC"}.mdi-open-in-app::before{content:"\\F03CB"}.mdi-open-in-new::before{content:"\\F03CC"}.mdi-open-source-initiative::before{content:"\\F0BAE"}.mdi-openid::before{content:"\\F03CD"}.mdi-opera::before{content:"\\F03CE"}.mdi-orbit::before{content:"\\F0018"}.mdi-order-alphabetical-ascending::before{content:"\\F020D"}.mdi-order-alphabetical-descending::before{content:"\\F0D07"}.mdi-order-bool-ascending::before{content:"\\F02BE"}.mdi-order-bool-ascending-variant::before{content:"\\F098F"}.mdi-order-bool-descending::before{content:"\\F1384"}.mdi-order-bool-descending-variant::before{content:"\\F0990"}.mdi-order-numeric-ascending::before{content:"\\F0545"}.mdi-order-numeric-descending::before{content:"\\F0546"}.mdi-origin::before{content:"\\F0B43"}.mdi-ornament::before{content:"\\F03CF"}.mdi-ornament-variant::before{content:"\\F03D0"}.mdi-outdoor-lamp::before{content:"\\F1054"}.mdi-overscan::before{content:"\\F1005"}.mdi-owl::before{content:"\\F03D2"}.mdi-pac-man::before{content:"\\F0BAF"}.mdi-package::before{content:"\\F03D3"}.mdi-package-down::before{content:"\\F03D4"}.mdi-package-up::before{content:"\\F03D5"}.mdi-package-variant::before{content:"\\F03D6"}.mdi-package-variant-closed::before{content:"\\F03D7"}.mdi-page-first::before{content:"\\F0600"}.mdi-page-last::before{content:"\\F0601"}.mdi-page-layout-body::before{content:"\\F06FA"}.mdi-page-layout-footer::before{content:"\\F06FB"}.mdi-page-layout-header::before{content:"\\F06FC"}.mdi-page-layout-header-footer::before{content:"\\F0F7F"}.mdi-page-layout-sidebar-left::before{content:"\\F06FD"}.mdi-page-layout-sidebar-right::before{content:"\\F06FE"}.mdi-page-next::before{content:"\\F0BB0"}.mdi-page-next-outline::before{content:"\\F0BB1"}.mdi-page-previous::before{content:"\\F0BB2"}.mdi-page-previous-outline::before{content:"\\F0BB3"}.mdi-pail::before{content:"\\F1417"}.mdi-pail-minus::before{content:"\\F1437"}.mdi-pail-minus-outline::before{content:"\\F143C"}.mdi-pail-off::before{content:"\\F1439"}.mdi-pail-off-outline::before{content:"\\F143E"}.mdi-pail-outline::before{content:"\\F143A"}.mdi-pail-plus::before{content:"\\F1436"}.mdi-pail-plus-outline::before{content:"\\F143B"}.mdi-pail-remove::before{content:"\\F1438"}.mdi-pail-remove-outline::before{content:"\\F143D"}.mdi-palette::before{content:"\\F03D8"}.mdi-palette-advanced::before{content:"\\F03D9"}.mdi-palette-outline::before{content:"\\F0E0C"}.mdi-palette-swatch::before{content:"\\F08B5"}.mdi-palette-swatch-outline::before{content:"\\F135C"}.mdi-palm-tree::before{content:"\\F1055"}.mdi-pan::before{content:"\\F0BB4"}.mdi-pan-bottom-left::before{content:"\\F0BB5"}.mdi-pan-bottom-right::before{content:"\\F0BB6"}.mdi-pan-down::before{content:"\\F0BB7"}.mdi-pan-horizontal::before{content:"\\F0BB8"}.mdi-pan-left::before{content:"\\F0BB9"}.mdi-pan-right::before{content:"\\F0BBA"}.mdi-pan-top-left::before{content:"\\F0BBB"}.mdi-pan-top-right::before{content:"\\F0BBC"}.mdi-pan-up::before{content:"\\F0BBD"}.mdi-pan-vertical::before{content:"\\F0BBE"}.mdi-panda::before{content:"\\F03DA"}.mdi-pandora::before{content:"\\F03DB"}.mdi-panorama::before{content:"\\F03DC"}.mdi-panorama-fisheye::before{content:"\\F03DD"}.mdi-panorama-horizontal::before{content:"\\F03DE"}.mdi-panorama-vertical::before{content:"\\F03DF"}.mdi-panorama-wide-angle::before{content:"\\F03E0"}.mdi-paper-cut-vertical::before{content:"\\F03E1"}.mdi-paper-roll::before{content:"\\F1157"}.mdi-paper-roll-outline::before{content:"\\F1158"}.mdi-paperclip::before{content:"\\F03E2"}.mdi-parachute::before{content:"\\F0CB4"}.mdi-parachute-outline::before{content:"\\F0CB5"}.mdi-parking::before{content:"\\F03E3"}.mdi-party-popper::before{content:"\\F1056"}.mdi-passport::before{content:"\\F07E3"}.mdi-passport-biometric::before{content:"\\F0DE1"}.mdi-pasta::before{content:"\\F1160"}.mdi-patio-heater::before{content:"\\F0F80"}.mdi-patreon::before{content:"\\F0882"}.mdi-pause::before{content:"\\F03E4"}.mdi-pause-circle::before{content:"\\F03E5"}.mdi-pause-circle-outline::before{content:"\\F03E6"}.mdi-pause-octagon::before{content:"\\F03E7"}.mdi-pause-octagon-outline::before{content:"\\F03E8"}.mdi-paw::before{content:"\\F03E9"}.mdi-paw-off::before{content:"\\F0657"}.mdi-pdf-box::before{content:"\\F0E56"}.mdi-peace::before{content:"\\F0884"}.mdi-peanut::before{content:"\\F0FFC"}.mdi-peanut-off::before{content:"\\F0FFD"}.mdi-peanut-off-outline::before{content:"\\F0FFF"}.mdi-peanut-outline::before{content:"\\F0FFE"}.mdi-pen::before{content:"\\F03EA"}.mdi-pen-lock::before{content:"\\F0DE2"}.mdi-pen-minus::before{content:"\\F0DE3"}.mdi-pen-off::before{content:"\\F0DE4"}.mdi-pen-plus::before{content:"\\F0DE5"}.mdi-pen-remove::before{content:"\\F0DE6"}.mdi-pencil::before{content:"\\F03EB"}.mdi-pencil-box::before{content:"\\F03EC"}.mdi-pencil-box-multiple::before{content:"\\F1144"}.mdi-pencil-box-multiple-outline::before{content:"\\F1145"}.mdi-pencil-box-outline::before{content:"\\F03ED"}.mdi-pencil-circle::before{content:"\\F06FF"}.mdi-pencil-circle-outline::before{content:"\\F0776"}.mdi-pencil-lock::before{content:"\\F03EE"}.mdi-pencil-lock-outline::before{content:"\\F0DE7"}.mdi-pencil-minus::before{content:"\\F0DE8"}.mdi-pencil-minus-outline::before{content:"\\F0DE9"}.mdi-pencil-off::before{content:"\\F03EF"}.mdi-pencil-off-outline::before{content:"\\F0DEA"}.mdi-pencil-outline::before{content:"\\F0CB6"}.mdi-pencil-plus::before{content:"\\F0DEB"}.mdi-pencil-plus-outline::before{content:"\\F0DEC"}.mdi-pencil-remove::before{content:"\\F0DED"}.mdi-pencil-remove-outline::before{content:"\\F0DEE"}.mdi-pencil-ruler::before{content:"\\F1353"}.mdi-penguin::before{content:"\\F0EC0"}.mdi-pentagon::before{content:"\\F0701"}.mdi-pentagon-outline::before{content:"\\F0700"}.mdi-percent::before{content:"\\F03F0"}.mdi-percent-outline::before{content:"\\F1278"}.mdi-periodic-table::before{content:"\\F08B6"}.mdi-perspective-less::before{content:"\\F0D23"}.mdi-perspective-more::before{content:"\\F0D24"}.mdi-pharmacy::before{content:"\\F03F1"}.mdi-phone::before{content:"\\F03F2"}.mdi-phone-alert::before{content:"\\F0F1A"}.mdi-phone-alert-outline::before{content:"\\F118E"}.mdi-phone-bluetooth::before{content:"\\F03F3"}.mdi-phone-bluetooth-outline::before{content:"\\F118F"}.mdi-phone-cancel::before{content:"\\F10BC"}.mdi-phone-cancel-outline::before{content:"\\F1190"}.mdi-phone-check::before{content:"\\F11A9"}.mdi-phone-check-outline::before{content:"\\F11AA"}.mdi-phone-classic::before{content:"\\F0602"}.mdi-phone-classic-off::before{content:"\\F1279"}.mdi-phone-forward::before{content:"\\F03F4"}.mdi-phone-forward-outline::before{content:"\\F1191"}.mdi-phone-hangup::before{content:"\\F03F5"}.mdi-phone-hangup-outline::before{content:"\\F1192"}.mdi-phone-in-talk::before{content:"\\F03F6"}.mdi-phone-in-talk-outline::before{content:"\\F1182"}.mdi-phone-incoming::before{content:"\\F03F7"}.mdi-phone-incoming-outline::before{content:"\\F1193"}.mdi-phone-lock::before{content:"\\F03F8"}.mdi-phone-lock-outline::before{content:"\\F1194"}.mdi-phone-log::before{content:"\\F03F9"}.mdi-phone-log-outline::before{content:"\\F1195"}.mdi-phone-message::before{content:"\\F1196"}.mdi-phone-message-outline::before{content:"\\F1197"}.mdi-phone-minus::before{content:"\\F0658"}.mdi-phone-minus-outline::before{content:"\\F1198"}.mdi-phone-missed::before{content:"\\F03FA"}.mdi-phone-missed-outline::before{content:"\\F11A5"}.mdi-phone-off::before{content:"\\F0DEF"}.mdi-phone-off-outline::before{content:"\\F11A6"}.mdi-phone-outgoing::before{content:"\\F03FB"}.mdi-phone-outgoing-outline::before{content:"\\F1199"}.mdi-phone-outline::before{content:"\\F0DF0"}.mdi-phone-paused::before{content:"\\F03FC"}.mdi-phone-paused-outline::before{content:"\\F119A"}.mdi-phone-plus::before{content:"\\F0659"}.mdi-phone-plus-outline::before{content:"\\F119B"}.mdi-phone-return::before{content:"\\F082F"}.mdi-phone-return-outline::before{content:"\\F119C"}.mdi-phone-ring::before{content:"\\F11AB"}.mdi-phone-ring-outline::before{content:"\\F11AC"}.mdi-phone-rotate-landscape::before{content:"\\F0885"}.mdi-phone-rotate-portrait::before{content:"\\F0886"}.mdi-phone-settings::before{content:"\\F03FD"}.mdi-phone-settings-outline::before{content:"\\F119D"}.mdi-phone-voip::before{content:"\\F03FE"}.mdi-pi::before{content:"\\F03FF"}.mdi-pi-box::before{content:"\\F0400"}.mdi-pi-hole::before{content:"\\F0DF1"}.mdi-piano::before{content:"\\F067D"}.mdi-pickaxe::before{content:"\\F08B7"}.mdi-picture-in-picture-bottom-right::before{content:"\\F0E57"}.mdi-picture-in-picture-bottom-right-outline::before{content:"\\F0E58"}.mdi-picture-in-picture-top-right::before{content:"\\F0E59"}.mdi-picture-in-picture-top-right-outline::before{content:"\\F0E5A"}.mdi-pier::before{content:"\\F0887"}.mdi-pier-crane::before{content:"\\F0888"}.mdi-pig::before{content:"\\F0401"}.mdi-pig-variant::before{content:"\\F1006"}.mdi-piggy-bank::before{content:"\\F1007"}.mdi-pill::before{content:"\\F0402"}.mdi-pillar::before{content:"\\F0702"}.mdi-pin::before{content:"\\F0403"}.mdi-pin-off::before{content:"\\F0404"}.mdi-pin-off-outline::before{content:"\\F0930"}.mdi-pin-outline::before{content:"\\F0931"}.mdi-pine-tree::before{content:"\\F0405"}.mdi-pine-tree-box::before{content:"\\F0406"}.mdi-pine-tree-fire::before{content:"\\F141A"}.mdi-pinterest::before{content:"\\F0407"}.mdi-pinwheel::before{content:"\\F0AD5"}.mdi-pinwheel-outline::before{content:"\\F0AD6"}.mdi-pipe::before{content:"\\F07E5"}.mdi-pipe-disconnected::before{content:"\\F07E6"}.mdi-pipe-leak::before{content:"\\F0889"}.mdi-pipe-wrench::before{content:"\\F1354"}.mdi-pirate::before{content:"\\F0A08"}.mdi-pistol::before{content:"\\F0703"}.mdi-piston::before{content:"\\F088A"}.mdi-pizza::before{content:"\\F0409"}.mdi-play::before{content:"\\F040A"}.mdi-play-box::before{content:"\\F127A"}.mdi-play-box-multiple::before{content:"\\F0D19"}.mdi-play-box-multiple-outline::before{content:"\\F13E6"}.mdi-play-box-outline::before{content:"\\F040B"}.mdi-play-circle::before{content:"\\F040C"}.mdi-play-circle-outline::before{content:"\\F040D"}.mdi-play-network::before{content:"\\F088B"}.mdi-play-network-outline::before{content:"\\F0CB7"}.mdi-play-outline::before{content:"\\F0F1B"}.mdi-play-pause::before{content:"\\F040E"}.mdi-play-protected-content::before{content:"\\F040F"}.mdi-play-speed::before{content:"\\F08FF"}.mdi-playlist-check::before{content:"\\F05C7"}.mdi-playlist-edit::before{content:"\\F0900"}.mdi-playlist-minus::before{content:"\\F0410"}.mdi-playlist-music::before{content:"\\F0CB8"}.mdi-playlist-music-outline::before{content:"\\F0CB9"}.mdi-playlist-play::before{content:"\\F0411"}.mdi-playlist-plus::before{content:"\\F0412"}.mdi-playlist-remove::before{content:"\\F0413"}.mdi-playlist-star::before{content:"\\F0DF2"}.mdi-plex::before{content:"\\F06BA"}.mdi-plus::before{content:"\\F0415"}.mdi-plus-box::before{content:"\\F0416"}.mdi-plus-box-multiple::before{content:"\\F0334"}.mdi-plus-box-multiple-outline::before{content:"\\F1143"}.mdi-plus-box-outline::before{content:"\\F0704"}.mdi-plus-circle::before{content:"\\F0417"}.mdi-plus-circle-multiple::before{content:"\\F034C"}.mdi-plus-circle-multiple-outline::before{content:"\\F0418"}.mdi-plus-circle-outline::before{content:"\\F0419"}.mdi-plus-minus::before{content:"\\F0992"}.mdi-plus-minus-box::before{content:"\\F0993"}.mdi-plus-minus-variant::before{content:"\\F14C9"}.mdi-plus-network::before{content:"\\F041A"}.mdi-plus-network-outline::before{content:"\\F0CBA"}.mdi-plus-one::before{content:"\\F041B"}.mdi-plus-outline::before{content:"\\F0705"}.mdi-plus-thick::before{content:"\\F11EC"}.mdi-podcast::before{content:"\\F0994"}.mdi-podium::before{content:"\\F0D25"}.mdi-podium-bronze::before{content:"\\F0D26"}.mdi-podium-gold::before{content:"\\F0D27"}.mdi-podium-silver::before{content:"\\F0D28"}.mdi-point-of-sale::before{content:"\\F0D92"}.mdi-pokeball::before{content:"\\F041D"}.mdi-pokemon-go::before{content:"\\F0A09"}.mdi-poker-chip::before{content:"\\F0830"}.mdi-polaroid::before{content:"\\F041E"}.mdi-police-badge::before{content:"\\F1167"}.mdi-police-badge-outline::before{content:"\\F1168"}.mdi-poll::before{content:"\\F041F"}.mdi-poll-box::before{content:"\\F0420"}.mdi-poll-box-outline::before{content:"\\F127B"}.mdi-polo::before{content:"\\F14C3"}.mdi-polymer::before{content:"\\F0421"}.mdi-pool::before{content:"\\F0606"}.mdi-popcorn::before{content:"\\F0422"}.mdi-post::before{content:"\\F1008"}.mdi-post-outline::before{content:"\\F1009"}.mdi-postage-stamp::before{content:"\\F0CBB"}.mdi-pot::before{content:"\\F02E5"}.mdi-pot-mix::before{content:"\\F065B"}.mdi-pot-mix-outline::before{content:"\\F0677"}.mdi-pot-outline::before{content:"\\F02FF"}.mdi-pot-steam::before{content:"\\F065A"}.mdi-pot-steam-outline::before{content:"\\F0326"}.mdi-pound::before{content:"\\F0423"}.mdi-pound-box::before{content:"\\F0424"}.mdi-pound-box-outline::before{content:"\\F117F"}.mdi-power::before{content:"\\F0425"}.mdi-power-cycle::before{content:"\\F0901"}.mdi-power-off::before{content:"\\F0902"}.mdi-power-on::before{content:"\\F0903"}.mdi-power-plug::before{content:"\\F06A5"}.mdi-power-plug-off::before{content:"\\F06A6"}.mdi-power-plug-off-outline::before{content:"\\F1424"}.mdi-power-plug-outline::before{content:"\\F1425"}.mdi-power-settings::before{content:"\\F0426"}.mdi-power-sleep::before{content:"\\F0904"}.mdi-power-socket::before{content:"\\F0427"}.mdi-power-socket-au::before{content:"\\F0905"}.mdi-power-socket-de::before{content:"\\F1107"}.mdi-power-socket-eu::before{content:"\\F07E7"}.mdi-power-socket-fr::before{content:"\\F1108"}.mdi-power-socket-jp::before{content:"\\F1109"}.mdi-power-socket-uk::before{content:"\\F07E8"}.mdi-power-socket-us::before{content:"\\F07E9"}.mdi-power-standby::before{content:"\\F0906"}.mdi-powershell::before{content:"\\F0A0A"}.mdi-prescription::before{content:"\\F0706"}.mdi-presentation::before{content:"\\F0428"}.mdi-presentation-play::before{content:"\\F0429"}.mdi-printer::before{content:"\\F042A"}.mdi-printer-3d::before{content:"\\F042B"}.mdi-printer-3d-nozzle::before{content:"\\F0E5B"}.mdi-printer-3d-nozzle-alert::before{content:"\\F11C0"}.mdi-printer-3d-nozzle-alert-outline::before{content:"\\F11C1"}.mdi-printer-3d-nozzle-outline::before{content:"\\F0E5C"}.mdi-printer-alert::before{content:"\\F042C"}.mdi-printer-check::before{content:"\\F1146"}.mdi-printer-eye::before{content:"\\F1458"}.mdi-printer-off::before{content:"\\F0E5D"}.mdi-printer-pos::before{content:"\\F1057"}.mdi-printer-search::before{content:"\\F1457"}.mdi-printer-settings::before{content:"\\F0707"}.mdi-printer-wireless::before{content:"\\F0A0B"}.mdi-priority-high::before{content:"\\F0603"}.mdi-priority-low::before{content:"\\F0604"}.mdi-professional-hexagon::before{content:"\\F042D"}.mdi-progress-alert::before{content:"\\F0CBC"}.mdi-progress-check::before{content:"\\F0995"}.mdi-progress-clock::before{content:"\\F0996"}.mdi-progress-close::before{content:"\\F110A"}.mdi-progress-download::before{content:"\\F0997"}.mdi-progress-upload::before{content:"\\F0998"}.mdi-progress-wrench::before{content:"\\F0CBD"}.mdi-projector::before{content:"\\F042E"}.mdi-projector-screen::before{content:"\\F042F"}.mdi-propane-tank::before{content:"\\F1357"}.mdi-propane-tank-outline::before{content:"\\F1358"}.mdi-protocol::before{content:"\\F0FD8"}.mdi-publish::before{content:"\\F06A7"}.mdi-pulse::before{content:"\\F0430"}.mdi-pump::before{content:"\\F1402"}.mdi-pumpkin::before{content:"\\F0BBF"}.mdi-purse::before{content:"\\F0F1C"}.mdi-purse-outline::before{content:"\\F0F1D"}.mdi-puzzle::before{content:"\\F0431"}.mdi-puzzle-check::before{content:"\\F1426"}.mdi-puzzle-check-outline::before{content:"\\F1427"}.mdi-puzzle-edit::before{content:"\\F14D3"}.mdi-puzzle-edit-outline::before{content:"\\F14D9"}.mdi-puzzle-heart::before{content:"\\F14D4"}.mdi-puzzle-heart-outline::before{content:"\\F14DA"}.mdi-puzzle-minus::before{content:"\\F14D1"}.mdi-puzzle-minus-outline::before{content:"\\F14D7"}.mdi-puzzle-outline::before{content:"\\F0A66"}.mdi-puzzle-plus::before{content:"\\F14D0"}.mdi-puzzle-plus-outline::before{content:"\\F14D6"}.mdi-puzzle-remove::before{content:"\\F14D2"}.mdi-puzzle-remove-outline::before{content:"\\F14D8"}.mdi-puzzle-star::before{content:"\\F14D5"}.mdi-puzzle-star-outline::before{content:"\\F14DB"}.mdi-qi::before{content:"\\F0999"}.mdi-qqchat::before{content:"\\F0605"}.mdi-qrcode::before{content:"\\F0432"}.mdi-qrcode-edit::before{content:"\\F08B8"}.mdi-qrcode-minus::before{content:"\\F118C"}.mdi-qrcode-plus::before{content:"\\F118B"}.mdi-qrcode-remove::before{content:"\\F118D"}.mdi-qrcode-scan::before{content:"\\F0433"}.mdi-quadcopter::before{content:"\\F0434"}.mdi-quality-high::before{content:"\\F0435"}.mdi-quality-low::before{content:"\\F0A0C"}.mdi-quality-medium::before{content:"\\F0A0D"}.mdi-quora::before{content:"\\F0D29"}.mdi-rabbit::before{content:"\\F0907"}.mdi-racing-helmet::before{content:"\\F0D93"}.mdi-racquetball::before{content:"\\F0D94"}.mdi-radar::before{content:"\\F0437"}.mdi-radiator::before{content:"\\F0438"}.mdi-radiator-disabled::before{content:"\\F0AD7"}.mdi-radiator-off::before{content:"\\F0AD8"}.mdi-radio::before{content:"\\F0439"}.mdi-radio-am::before{content:"\\F0CBE"}.mdi-radio-fm::before{content:"\\F0CBF"}.mdi-radio-handheld::before{content:"\\F043A"}.mdi-radio-off::before{content:"\\F121C"}.mdi-radio-tower::before{content:"\\F043B"}.mdi-radioactive::before{content:"\\F043C"}.mdi-radioactive-off::before{content:"\\F0EC1"}.mdi-radiobox-blank::before{content:"\\F043D"}.mdi-radiobox-marked::before{content:"\\F043E"}.mdi-radiology-box::before{content:"\\F14C5"}.mdi-radiology-box-outline::before{content:"\\F14C6"}.mdi-radius::before{content:"\\F0CC0"}.mdi-radius-outline::before{content:"\\F0CC1"}.mdi-railroad-light::before{content:"\\F0F1E"}.mdi-raspberry-pi::before{content:"\\F043F"}.mdi-ray-end::before{content:"\\F0440"}.mdi-ray-end-arrow::before{content:"\\F0441"}.mdi-ray-start::before{content:"\\F0442"}.mdi-ray-start-arrow::before{content:"\\F0443"}.mdi-ray-start-end::before{content:"\\F0444"}.mdi-ray-vertex::before{content:"\\F0445"}.mdi-react::before{content:"\\F0708"}.mdi-read::before{content:"\\F0447"}.mdi-receipt::before{content:"\\F0449"}.mdi-record::before{content:"\\F044A"}.mdi-record-circle::before{content:"\\F0EC2"}.mdi-record-circle-outline::before{content:"\\F0EC3"}.mdi-record-player::before{content:"\\F099A"}.mdi-record-rec::before{content:"\\F044B"}.mdi-rectangle::before{content:"\\F0E5E"}.mdi-rectangle-outline::before{content:"\\F0E5F"}.mdi-recycle::before{content:"\\F044C"}.mdi-recycle-variant::before{content:"\\F139D"}.mdi-reddit::before{content:"\\F044D"}.mdi-redhat::before{content:"\\F111B"}.mdi-redo::before{content:"\\F044E"}.mdi-redo-variant::before{content:"\\F044F"}.mdi-reflect-horizontal::before{content:"\\F0A0E"}.mdi-reflect-vertical::before{content:"\\F0A0F"}.mdi-refresh::before{content:"\\F0450"}.mdi-refresh-circle::before{content:"\\F1377"}.mdi-regex::before{content:"\\F0451"}.mdi-registered-trademark::before{content:"\\F0A67"}.mdi-relation-many-to-many::before{content:"\\F1496"}.mdi-relation-many-to-one::before{content:"\\F1497"}.mdi-relation-many-to-one-or-many::before{content:"\\F1498"}.mdi-relation-many-to-only-one::before{content:"\\F1499"}.mdi-relation-many-to-zero-or-many::before{content:"\\F149A"}.mdi-relation-many-to-zero-or-one::before{content:"\\F149B"}.mdi-relation-one-or-many-to-many::before{content:"\\F149C"}.mdi-relation-one-or-many-to-one::before{content:"\\F149D"}.mdi-relation-one-or-many-to-one-or-many::before{content:"\\F149E"}.mdi-relation-one-or-many-to-only-one::before{content:"\\F149F"}.mdi-relation-one-or-many-to-zero-or-many::before{content:"\\F14A0"}.mdi-relation-one-or-many-to-zero-or-one::before{content:"\\F14A1"}.mdi-relation-one-to-many::before{content:"\\F14A2"}.mdi-relation-one-to-one::before{content:"\\F14A3"}.mdi-relation-one-to-one-or-many::before{content:"\\F14A4"}.mdi-relation-one-to-only-one::before{content:"\\F14A5"}.mdi-relation-one-to-zero-or-many::before{content:"\\F14A6"}.mdi-relation-one-to-zero-or-one::before{content:"\\F14A7"}.mdi-relation-only-one-to-many::before{content:"\\F14A8"}.mdi-relation-only-one-to-one::before{content:"\\F14A9"}.mdi-relation-only-one-to-one-or-many::before{content:"\\F14AA"}.mdi-relation-only-one-to-only-one::before{content:"\\F14AB"}.mdi-relation-only-one-to-zero-or-many::before{content:"\\F14AC"}.mdi-relation-only-one-to-zero-or-one::before{content:"\\F14AD"}.mdi-relation-zero-or-many-to-many::before{content:"\\F14AE"}.mdi-relation-zero-or-many-to-one::before{content:"\\F14AF"}.mdi-relation-zero-or-many-to-one-or-many::before{content:"\\F14B0"}.mdi-relation-zero-or-many-to-only-one::before{content:"\\F14B1"}.mdi-relation-zero-or-many-to-zero-or-many::before{content:"\\F14B2"}.mdi-relation-zero-or-many-to-zero-or-one::before{content:"\\F14B3"}.mdi-relation-zero-or-one-to-many::before{content:"\\F14B4"}.mdi-relation-zero-or-one-to-one::before{content:"\\F14B5"}.mdi-relation-zero-or-one-to-one-or-many::before{content:"\\F14B6"}.mdi-relation-zero-or-one-to-only-one::before{content:"\\F14B7"}.mdi-relation-zero-or-one-to-zero-or-many::before{content:"\\F14B8"}.mdi-relation-zero-or-one-to-zero-or-one::before{content:"\\F14B9"}.mdi-relative-scale::before{content:"\\F0452"}.mdi-reload::before{content:"\\F0453"}.mdi-reload-alert::before{content:"\\F110B"}.mdi-reminder::before{content:"\\F088C"}.mdi-remote::before{content:"\\F0454"}.mdi-remote-desktop::before{content:"\\F08B9"}.mdi-remote-off::before{content:"\\F0EC4"}.mdi-remote-tv::before{content:"\\F0EC5"}.mdi-remote-tv-off::before{content:"\\F0EC6"}.mdi-rename-box::before{content:"\\F0455"}.mdi-reorder-horizontal::before{content:"\\F0688"}.mdi-reorder-vertical::before{content:"\\F0689"}.mdi-repeat::before{content:"\\F0456"}.mdi-repeat-off::before{content:"\\F0457"}.mdi-repeat-once::before{content:"\\F0458"}.mdi-replay::before{content:"\\F0459"}.mdi-reply::before{content:"\\F045A"}.mdi-reply-all::before{content:"\\F045B"}.mdi-reply-all-outline::before{content:"\\F0F1F"}.mdi-reply-circle::before{content:"\\F11AE"}.mdi-reply-outline::before{content:"\\F0F20"}.mdi-reproduction::before{content:"\\F045C"}.mdi-resistor::before{content:"\\F0B44"}.mdi-resistor-nodes::before{content:"\\F0B45"}.mdi-resize::before{content:"\\F0A68"}.mdi-resize-bottom-right::before{content:"\\F045D"}.mdi-responsive::before{content:"\\F045E"}.mdi-restart::before{content:"\\F0709"}.mdi-restart-alert::before{content:"\\F110C"}.mdi-restart-off::before{content:"\\F0D95"}.mdi-restore::before{content:"\\F099B"}.mdi-restore-alert::before{content:"\\F110D"}.mdi-rewind::before{content:"\\F045F"}.mdi-rewind-10::before{content:"\\F0D2A"}.mdi-rewind-30::before{content:"\\F0D96"}.mdi-rewind-5::before{content:"\\F11F9"}.mdi-rewind-outline::before{content:"\\F070A"}.mdi-rhombus::before{content:"\\F070B"}.mdi-rhombus-medium::before{content:"\\F0A10"}.mdi-rhombus-medium-outline::before{content:"\\F14DC"}.mdi-rhombus-outline::before{content:"\\F070C"}.mdi-rhombus-split::before{content:"\\F0A11"}.mdi-rhombus-split-outline::before{content:"\\F14DD"}.mdi-ribbon::before{content:"\\F0460"}.mdi-rice::before{content:"\\F07EA"}.mdi-ring::before{content:"\\F07EB"}.mdi-rivet::before{content:"\\F0E60"}.mdi-road::before{content:"\\F0461"}.mdi-road-variant::before{content:"\\F0462"}.mdi-robber::before{content:"\\F1058"}.mdi-robot::before{content:"\\F06A9"}.mdi-robot-industrial::before{content:"\\F0B46"}.mdi-robot-mower::before{content:"\\F11F7"}.mdi-robot-mower-outline::before{content:"\\F11F3"}.mdi-robot-vacuum::before{content:"\\F070D"}.mdi-robot-vacuum-variant::before{content:"\\F0908"}.mdi-rocket::before{content:"\\F0463"}.mdi-rocket-launch::before{content:"\\F14DE"}.mdi-rocket-launch-outline::before{content:"\\F14DF"}.mdi-rocket-outline::before{content:"\\F13AF"}.mdi-rodent::before{content:"\\F1327"}.mdi-roller-skate::before{content:"\\F0D2B"}.mdi-roller-skate-off::before{content:"\\F0145"}.mdi-rollerblade::before{content:"\\F0D2C"}.mdi-rollerblade-off::before{content:"\\F002E"}.mdi-rollupjs::before{content:"\\F0BC0"}.mdi-roman-numeral-1::before{content:"\\F1088"}.mdi-roman-numeral-10::before{content:"\\F1091"}.mdi-roman-numeral-2::before{content:"\\F1089"}.mdi-roman-numeral-3::before{content:"\\F108A"}.mdi-roman-numeral-4::before{content:"\\F108B"}.mdi-roman-numeral-5::before{content:"\\F108C"}.mdi-roman-numeral-6::before{content:"\\F108D"}.mdi-roman-numeral-7::before{content:"\\F108E"}.mdi-roman-numeral-8::before{content:"\\F108F"}.mdi-roman-numeral-9::before{content:"\\F1090"}.mdi-room-service::before{content:"\\F088D"}.mdi-room-service-outline::before{content:"\\F0D97"}.mdi-rotate-3d::before{content:"\\F0EC7"}.mdi-rotate-3d-variant::before{content:"\\F0464"}.mdi-rotate-left::before{content:"\\F0465"}.mdi-rotate-left-variant::before{content:"\\F0466"}.mdi-rotate-orbit::before{content:"\\F0D98"}.mdi-rotate-right::before{content:"\\F0467"}.mdi-rotate-right-variant::before{content:"\\F0468"}.mdi-rounded-corner::before{content:"\\F0607"}.mdi-router::before{content:"\\F11E2"}.mdi-router-network::before{content:"\\F1087"}.mdi-router-wireless::before{content:"\\F0469"}.mdi-router-wireless-settings::before{content:"\\F0A69"}.mdi-routes::before{content:"\\F046A"}.mdi-routes-clock::before{content:"\\F1059"}.mdi-rowing::before{content:"\\F0608"}.mdi-rss::before{content:"\\F046B"}.mdi-rss-box::before{content:"\\F046C"}.mdi-rss-off::before{content:"\\F0F21"}.mdi-rug::before{content:"\\F1475"}.mdi-rugby::before{content:"\\F0D99"}.mdi-ruler::before{content:"\\F046D"}.mdi-ruler-square::before{content:"\\F0CC2"}.mdi-ruler-square-compass::before{content:"\\F0EBE"}.mdi-run::before{content:"\\F070E"}.mdi-run-fast::before{content:"\\F046E"}.mdi-rv-truck::before{content:"\\F11D4"}.mdi-sack::before{content:"\\F0D2E"}.mdi-sack-percent::before{content:"\\F0D2F"}.mdi-safe::before{content:"\\F0A6A"}.mdi-safe-square::before{content:"\\F127C"}.mdi-safe-square-outline::before{content:"\\F127D"}.mdi-safety-goggles::before{content:"\\F0D30"}.mdi-sail-boat::before{content:"\\F0EC8"}.mdi-sale::before{content:"\\F046F"}.mdi-salesforce::before{content:"\\F088E"}.mdi-sass::before{content:"\\F07EC"}.mdi-satellite::before{content:"\\F0470"}.mdi-satellite-uplink::before{content:"\\F0909"}.mdi-satellite-variant::before{content:"\\F0471"}.mdi-sausage::before{content:"\\F08BA"}.mdi-saw-blade::before{content:"\\F0E61"}.mdi-sawtooth-wave::before{content:"\\F147A"}.mdi-saxophone::before{content:"\\F0609"}.mdi-scale::before{content:"\\F0472"}.mdi-scale-balance::before{content:"\\F05D1"}.mdi-scale-bathroom::before{content:"\\F0473"}.mdi-scale-off::before{content:"\\F105A"}.mdi-scan-helper::before{content:"\\F13D8"}.mdi-scanner::before{content:"\\F06AB"}.mdi-scanner-off::before{content:"\\F090A"}.mdi-scatter-plot::before{content:"\\F0EC9"}.mdi-scatter-plot-outline::before{content:"\\F0ECA"}.mdi-school::before{content:"\\F0474"}.mdi-school-outline::before{content:"\\F1180"}.mdi-scissors-cutting::before{content:"\\F0A6B"}.mdi-scooter::before{content:"\\F11E9"}.mdi-scoreboard::before{content:"\\F127E"}.mdi-scoreboard-outline::before{content:"\\F127F"}.mdi-screen-rotation::before{content:"\\F0475"}.mdi-screen-rotation-lock::before{content:"\\F0478"}.mdi-screw-flat-top::before{content:"\\F0DF3"}.mdi-screw-lag::before{content:"\\F0DF4"}.mdi-screw-machine-flat-top::before{content:"\\F0DF5"}.mdi-screw-machine-round-top::before{content:"\\F0DF6"}.mdi-screw-round-top::before{content:"\\F0DF7"}.mdi-screwdriver::before{content:"\\F0476"}.mdi-script::before{content:"\\F0BC1"}.mdi-script-outline::before{content:"\\F0477"}.mdi-script-text::before{content:"\\F0BC2"}.mdi-script-text-outline::before{content:"\\F0BC3"}.mdi-sd::before{content:"\\F0479"}.mdi-seal::before{content:"\\F047A"}.mdi-seal-variant::before{content:"\\F0FD9"}.mdi-search-web::before{content:"\\F070F"}.mdi-seat::before{content:"\\F0CC3"}.mdi-seat-flat::before{content:"\\F047B"}.mdi-seat-flat-angled::before{content:"\\F047C"}.mdi-seat-individual-suite::before{content:"\\F047D"}.mdi-seat-legroom-extra::before{content:"\\F047E"}.mdi-seat-legroom-normal::before{content:"\\F047F"}.mdi-seat-legroom-reduced::before{content:"\\F0480"}.mdi-seat-outline::before{content:"\\F0CC4"}.mdi-seat-passenger::before{content:"\\F1249"}.mdi-seat-recline-extra::before{content:"\\F0481"}.mdi-seat-recline-normal::before{content:"\\F0482"}.mdi-seatbelt::before{content:"\\F0CC5"}.mdi-security::before{content:"\\F0483"}.mdi-security-network::before{content:"\\F0484"}.mdi-seed::before{content:"\\F0E62"}.mdi-seed-off::before{content:"\\F13FD"}.mdi-seed-off-outline::before{content:"\\F13FE"}.mdi-seed-outline::before{content:"\\F0E63"}.mdi-segment::before{content:"\\F0ECB"}.mdi-select::before{content:"\\F0485"}.mdi-select-all::before{content:"\\F0486"}.mdi-select-color::before{content:"\\F0D31"}.mdi-select-compare::before{content:"\\F0AD9"}.mdi-select-drag::before{content:"\\F0A6C"}.mdi-select-group::before{content:"\\F0F82"}.mdi-select-inverse::before{content:"\\F0487"}.mdi-select-marker::before{content:"\\F1280"}.mdi-select-multiple::before{content:"\\F1281"}.mdi-select-multiple-marker::before{content:"\\F1282"}.mdi-select-off::before{content:"\\F0488"}.mdi-select-place::before{content:"\\F0FDA"}.mdi-select-search::before{content:"\\F1204"}.mdi-selection::before{content:"\\F0489"}.mdi-selection-drag::before{content:"\\F0A6D"}.mdi-selection-ellipse::before{content:"\\F0D32"}.mdi-selection-ellipse-arrow-inside::before{content:"\\F0F22"}.mdi-selection-marker::before{content:"\\F1283"}.mdi-selection-multiple::before{content:"\\F1285"}.mdi-selection-multiple-marker::before{content:"\\F1284"}.mdi-selection-off::before{content:"\\F0777"}.mdi-selection-search::before{content:"\\F1205"}.mdi-semantic-web::before{content:"\\F1316"}.mdi-send::before{content:"\\F048A"}.mdi-send-check::before{content:"\\F1161"}.mdi-send-check-outline::before{content:"\\F1162"}.mdi-send-circle::before{content:"\\F0DF8"}.mdi-send-circle-outline::before{content:"\\F0DF9"}.mdi-send-clock::before{content:"\\F1163"}.mdi-send-clock-outline::before{content:"\\F1164"}.mdi-send-lock::before{content:"\\F07ED"}.mdi-send-lock-outline::before{content:"\\F1166"}.mdi-send-outline::before{content:"\\F1165"}.mdi-serial-port::before{content:"\\F065C"}.mdi-server::before{content:"\\F048B"}.mdi-server-minus::before{content:"\\F048C"}.mdi-server-network::before{content:"\\F048D"}.mdi-server-network-off::before{content:"\\F048E"}.mdi-server-off::before{content:"\\F048F"}.mdi-server-plus::before{content:"\\F0490"}.mdi-server-remove::before{content:"\\F0491"}.mdi-server-security::before{content:"\\F0492"}.mdi-set-all::before{content:"\\F0778"}.mdi-set-center::before{content:"\\F0779"}.mdi-set-center-right::before{content:"\\F077A"}.mdi-set-left::before{content:"\\F077B"}.mdi-set-left-center::before{content:"\\F077C"}.mdi-set-left-right::before{content:"\\F077D"}.mdi-set-merge::before{content:"\\F14E0"}.mdi-set-none::before{content:"\\F077E"}.mdi-set-right::before{content:"\\F077F"}.mdi-set-split::before{content:"\\F14E1"}.mdi-set-square::before{content:"\\F145D"}.mdi-set-top-box::before{content:"\\F099F"}.mdi-settings-helper::before{content:"\\F0A6E"}.mdi-shaker::before{content:"\\F110E"}.mdi-shaker-outline::before{content:"\\F110F"}.mdi-shape::before{content:"\\F0831"}.mdi-shape-circle-plus::before{content:"\\F065D"}.mdi-shape-outline::before{content:"\\F0832"}.mdi-shape-oval-plus::before{content:"\\F11FA"}.mdi-shape-plus::before{content:"\\F0495"}.mdi-shape-polygon-plus::before{content:"\\F065E"}.mdi-shape-rectangle-plus::before{content:"\\F065F"}.mdi-shape-square-plus::before{content:"\\F0660"}.mdi-share::before{content:"\\F0496"}.mdi-share-all::before{content:"\\F11F4"}.mdi-share-all-outline::before{content:"\\F11F5"}.mdi-share-circle::before{content:"\\F11AD"}.mdi-share-off::before{content:"\\F0F23"}.mdi-share-off-outline::before{content:"\\F0F24"}.mdi-share-outline::before{content:"\\F0932"}.mdi-share-variant::before{content:"\\F0497"}.mdi-sheep::before{content:"\\F0CC6"}.mdi-shield::before{content:"\\F0498"}.mdi-shield-account::before{content:"\\F088F"}.mdi-shield-account-outline::before{content:"\\F0A12"}.mdi-shield-airplane::before{content:"\\F06BB"}.mdi-shield-airplane-outline::before{content:"\\F0CC7"}.mdi-shield-alert::before{content:"\\F0ECC"}.mdi-shield-alert-outline::before{content:"\\F0ECD"}.mdi-shield-bug::before{content:"\\F13DA"}.mdi-shield-bug-outline::before{content:"\\F13DB"}.mdi-shield-car::before{content:"\\F0F83"}.mdi-shield-check::before{content:"\\F0565"}.mdi-shield-check-outline::before{content:"\\F0CC8"}.mdi-shield-cross::before{content:"\\F0CC9"}.mdi-shield-cross-outline::before{content:"\\F0CCA"}.mdi-shield-edit::before{content:"\\F11A0"}.mdi-shield-edit-outline::before{content:"\\F11A1"}.mdi-shield-half::before{content:"\\F1360"}.mdi-shield-half-full::before{content:"\\F0780"}.mdi-shield-home::before{content:"\\F068A"}.mdi-shield-home-outline::before{content:"\\F0CCB"}.mdi-shield-key::before{content:"\\F0BC4"}.mdi-shield-key-outline::before{content:"\\F0BC5"}.mdi-shield-link-variant::before{content:"\\F0D33"}.mdi-shield-link-variant-outline::before{content:"\\F0D34"}.mdi-shield-lock::before{content:"\\F099D"}.mdi-shield-lock-outline::before{content:"\\F0CCC"}.mdi-shield-off::before{content:"\\F099E"}.mdi-shield-off-outline::before{content:"\\F099C"}.mdi-shield-outline::before{content:"\\F0499"}.mdi-shield-plus::before{content:"\\F0ADA"}.mdi-shield-plus-outline::before{content:"\\F0ADB"}.mdi-shield-refresh::before{content:"\\F00AA"}.mdi-shield-refresh-outline::before{content:"\\F01E0"}.mdi-shield-remove::before{content:"\\F0ADC"}.mdi-shield-remove-outline::before{content:"\\F0ADD"}.mdi-shield-search::before{content:"\\F0D9A"}.mdi-shield-star::before{content:"\\F113B"}.mdi-shield-star-outline::before{content:"\\F113C"}.mdi-shield-sun::before{content:"\\F105D"}.mdi-shield-sun-outline::before{content:"\\F105E"}.mdi-shield-sync::before{content:"\\F11A2"}.mdi-shield-sync-outline::before{content:"\\F11A3"}.mdi-ship-wheel::before{content:"\\F0833"}.mdi-shoe-formal::before{content:"\\F0B47"}.mdi-shoe-heel::before{content:"\\F0B48"}.mdi-shoe-print::before{content:"\\F0DFA"}.mdi-shopping::before{content:"\\F049A"}.mdi-shopping-music::before{content:"\\F049B"}.mdi-shopping-outline::before{content:"\\F11D5"}.mdi-shopping-search::before{content:"\\F0F84"}.mdi-shovel::before{content:"\\F0710"}.mdi-shovel-off::before{content:"\\F0711"}.mdi-shower::before{content:"\\F09A0"}.mdi-shower-head::before{content:"\\F09A1"}.mdi-shredder::before{content:"\\F049C"}.mdi-shuffle::before{content:"\\F049D"}.mdi-shuffle-disabled::before{content:"\\F049E"}.mdi-shuffle-variant::before{content:"\\F049F"}.mdi-shuriken::before{content:"\\F137F"}.mdi-sigma::before{content:"\\F04A0"}.mdi-sigma-lower::before{content:"\\F062B"}.mdi-sign-caution::before{content:"\\F04A1"}.mdi-sign-direction::before{content:"\\F0781"}.mdi-sign-direction-minus::before{content:"\\F1000"}.mdi-sign-direction-plus::before{content:"\\F0FDC"}.mdi-sign-direction-remove::before{content:"\\F0FDD"}.mdi-sign-real-estate::before{content:"\\F1118"}.mdi-sign-text::before{content:"\\F0782"}.mdi-signal::before{content:"\\F04A2"}.mdi-signal-2g::before{content:"\\F0712"}.mdi-signal-3g::before{content:"\\F0713"}.mdi-signal-4g::before{content:"\\F0714"}.mdi-signal-5g::before{content:"\\F0A6F"}.mdi-signal-cellular-1::before{content:"\\F08BC"}.mdi-signal-cellular-2::before{content:"\\F08BD"}.mdi-signal-cellular-3::before{content:"\\F08BE"}.mdi-signal-cellular-outline::before{content:"\\F08BF"}.mdi-signal-distance-variant::before{content:"\\F0E64"}.mdi-signal-hspa::before{content:"\\F0715"}.mdi-signal-hspa-plus::before{content:"\\F0716"}.mdi-signal-off::before{content:"\\F0783"}.mdi-signal-variant::before{content:"\\F060A"}.mdi-signature::before{content:"\\F0DFB"}.mdi-signature-freehand::before{content:"\\F0DFC"}.mdi-signature-image::before{content:"\\F0DFD"}.mdi-signature-text::before{content:"\\F0DFE"}.mdi-silo::before{content:"\\F0B49"}.mdi-silverware::before{content:"\\F04A3"}.mdi-silverware-clean::before{content:"\\F0FDE"}.mdi-silverware-fork::before{content:"\\F04A4"}.mdi-silverware-fork-knife::before{content:"\\F0A70"}.mdi-silverware-spoon::before{content:"\\F04A5"}.mdi-silverware-variant::before{content:"\\F04A6"}.mdi-sim::before{content:"\\F04A7"}.mdi-sim-alert::before{content:"\\F04A8"}.mdi-sim-off::before{content:"\\F04A9"}.mdi-simple-icons::before{content:"\\F131D"}.mdi-sina-weibo::before{content:"\\F0ADF"}.mdi-sine-wave::before{content:"\\F095B"}.mdi-sitemap::before{content:"\\F04AA"}.mdi-size-l::before{content:"\\F13A6"}.mdi-size-m::before{content:"\\F13A5"}.mdi-size-s::before{content:"\\F13A4"}.mdi-size-xl::before{content:"\\F13A7"}.mdi-size-xs::before{content:"\\F13A3"}.mdi-size-xxl::before{content:"\\F13A8"}.mdi-size-xxs::before{content:"\\F13A2"}.mdi-size-xxxl::before{content:"\\F13A9"}.mdi-skate::before{content:"\\F0D35"}.mdi-skateboard::before{content:"\\F14C2"}.mdi-skew-less::before{content:"\\F0D36"}.mdi-skew-more::before{content:"\\F0D37"}.mdi-ski::before{content:"\\F1304"}.mdi-ski-cross-country::before{content:"\\F1305"}.mdi-ski-water::before{content:"\\F1306"}.mdi-skip-backward::before{content:"\\F04AB"}.mdi-skip-backward-outline::before{content:"\\F0F25"}.mdi-skip-forward::before{content:"\\F04AC"}.mdi-skip-forward-outline::before{content:"\\F0F26"}.mdi-skip-next::before{content:"\\F04AD"}.mdi-skip-next-circle::before{content:"\\F0661"}.mdi-skip-next-circle-outline::before{content:"\\F0662"}.mdi-skip-next-outline::before{content:"\\F0F27"}.mdi-skip-previous::before{content:"\\F04AE"}.mdi-skip-previous-circle::before{content:"\\F0663"}.mdi-skip-previous-circle-outline::before{content:"\\F0664"}.mdi-skip-previous-outline::before{content:"\\F0F28"}.mdi-skull::before{content:"\\F068C"}.mdi-skull-crossbones::before{content:"\\F0BC6"}.mdi-skull-crossbones-outline::before{content:"\\F0BC7"}.mdi-skull-outline::before{content:"\\F0BC8"}.mdi-skull-scan::before{content:"\\F14C7"}.mdi-skull-scan-outline::before{content:"\\F14C8"}.mdi-skype::before{content:"\\F04AF"}.mdi-skype-business::before{content:"\\F04B0"}.mdi-slack::before{content:"\\F04B1"}.mdi-slash-forward::before{content:"\\F0FDF"}.mdi-slash-forward-box::before{content:"\\F0FE0"}.mdi-sleep::before{content:"\\F04B2"}.mdi-sleep-off::before{content:"\\F04B3"}.mdi-slope-downhill::before{content:"\\F0DFF"}.mdi-slope-uphill::before{content:"\\F0E00"}.mdi-slot-machine::before{content:"\\F1114"}.mdi-slot-machine-outline::before{content:"\\F1115"}.mdi-smart-card::before{content:"\\F10BD"}.mdi-smart-card-outline::before{content:"\\F10BE"}.mdi-smart-card-reader::before{content:"\\F10BF"}.mdi-smart-card-reader-outline::before{content:"\\F10C0"}.mdi-smog::before{content:"\\F0A71"}.mdi-smoke-detector::before{content:"\\F0392"}.mdi-smoking::before{content:"\\F04B4"}.mdi-smoking-off::before{content:"\\F04B5"}.mdi-smoking-pipe::before{content:"\\F140D"}.mdi-smoking-pipe-off::before{content:"\\F1428"}.mdi-snapchat::before{content:"\\F04B6"}.mdi-snowboard::before{content:"\\F1307"}.mdi-snowflake::before{content:"\\F0717"}.mdi-snowflake-alert::before{content:"\\F0F29"}.mdi-snowflake-melt::before{content:"\\F12CB"}.mdi-snowflake-variant::before{content:"\\F0F2A"}.mdi-snowman::before{content:"\\F04B7"}.mdi-soccer::before{content:"\\F04B8"}.mdi-soccer-field::before{content:"\\F0834"}.mdi-sofa::before{content:"\\F04B9"}.mdi-solar-panel::before{content:"\\F0D9B"}.mdi-solar-panel-large::before{content:"\\F0D9C"}.mdi-solar-power::before{content:"\\F0A72"}.mdi-soldering-iron::before{content:"\\F1092"}.mdi-solid::before{content:"\\F068D"}.mdi-sony-playstation::before{content:"\\F0414"}.mdi-sort::before{content:"\\F04BA"}.mdi-sort-alphabetical-ascending::before{content:"\\F05BD"}.mdi-sort-alphabetical-ascending-variant::before{content:"\\F1148"}.mdi-sort-alphabetical-descending::before{content:"\\F05BF"}.mdi-sort-alphabetical-descending-variant::before{content:"\\F1149"}.mdi-sort-alphabetical-variant::before{content:"\\F04BB"}.mdi-sort-ascending::before{content:"\\F04BC"}.mdi-sort-bool-ascending::before{content:"\\F1385"}.mdi-sort-bool-ascending-variant::before{content:"\\F1386"}.mdi-sort-bool-descending::before{content:"\\F1387"}.mdi-sort-bool-descending-variant::before{content:"\\F1388"}.mdi-sort-descending::before{content:"\\F04BD"}.mdi-sort-numeric-ascending::before{content:"\\F1389"}.mdi-sort-numeric-ascending-variant::before{content:"\\F090D"}.mdi-sort-numeric-descending::before{content:"\\F138A"}.mdi-sort-numeric-descending-variant::before{content:"\\F0AD2"}.mdi-sort-numeric-variant::before{content:"\\F04BE"}.mdi-sort-reverse-variant::before{content:"\\F033C"}.mdi-sort-variant::before{content:"\\F04BF"}.mdi-sort-variant-lock::before{content:"\\F0CCD"}.mdi-sort-variant-lock-open::before{content:"\\F0CCE"}.mdi-sort-variant-remove::before{content:"\\F1147"}.mdi-soundcloud::before{content:"\\F04C0"}.mdi-source-branch::before{content:"\\F062C"}.mdi-source-branch-check::before{content:"\\F14CF"}.mdi-source-branch-minus::before{content:"\\F14CB"}.mdi-source-branch-plus::before{content:"\\F14CA"}.mdi-source-branch-refresh::before{content:"\\F14CD"}.mdi-source-branch-remove::before{content:"\\F14CC"}.mdi-source-branch-sync::before{content:"\\F14CE"}.mdi-source-commit::before{content:"\\F0718"}.mdi-source-commit-end::before{content:"\\F0719"}.mdi-source-commit-end-local::before{content:"\\F071A"}.mdi-source-commit-local::before{content:"\\F071B"}.mdi-source-commit-next-local::before{content:"\\F071C"}.mdi-source-commit-start::before{content:"\\F071D"}.mdi-source-commit-start-next-local::before{content:"\\F071E"}.mdi-source-fork::before{content:"\\F04C1"}.mdi-source-merge::before{content:"\\F062D"}.mdi-source-pull::before{content:"\\F04C2"}.mdi-source-repository::before{content:"\\F0CCF"}.mdi-source-repository-multiple::before{content:"\\F0CD0"}.mdi-soy-sauce::before{content:"\\F07EE"}.mdi-soy-sauce-off::before{content:"\\F13FC"}.mdi-spa::before{content:"\\F0CD1"}.mdi-spa-outline::before{content:"\\F0CD2"}.mdi-space-invaders::before{content:"\\F0BC9"}.mdi-space-station::before{content:"\\F1383"}.mdi-spade::before{content:"\\F0E65"}.mdi-speaker::before{content:"\\F04C3"}.mdi-speaker-bluetooth::before{content:"\\F09A2"}.mdi-speaker-multiple::before{content:"\\F0D38"}.mdi-speaker-off::before{content:"\\F04C4"}.mdi-speaker-wireless::before{content:"\\F071F"}.mdi-speedometer::before{content:"\\F04C5"}.mdi-speedometer-medium::before{content:"\\F0F85"}.mdi-speedometer-slow::before{content:"\\F0F86"}.mdi-spellcheck::before{content:"\\F04C6"}.mdi-spider::before{content:"\\F11EA"}.mdi-spider-thread::before{content:"\\F11EB"}.mdi-spider-web::before{content:"\\F0BCA"}.mdi-spoon-sugar::before{content:"\\F1429"}.mdi-spotify::before{content:"\\F04C7"}.mdi-spotlight::before{content:"\\F04C8"}.mdi-spotlight-beam::before{content:"\\F04C9"}.mdi-spray::before{content:"\\F0665"}.mdi-spray-bottle::before{content:"\\F0AE0"}.mdi-sprinkler::before{content:"\\F105F"}.mdi-sprinkler-variant::before{content:"\\F1060"}.mdi-sprout::before{content:"\\F0E66"}.mdi-sprout-outline::before{content:"\\F0E67"}.mdi-square::before{content:"\\F0764"}.mdi-square-edit-outline::before{content:"\\F090C"}.mdi-square-medium::before{content:"\\F0A13"}.mdi-square-medium-outline::before{content:"\\F0A14"}.mdi-square-off::before{content:"\\F12EE"}.mdi-square-off-outline::before{content:"\\F12EF"}.mdi-square-outline::before{content:"\\F0763"}.mdi-square-root::before{content:"\\F0784"}.mdi-square-root-box::before{content:"\\F09A3"}.mdi-square-small::before{content:"\\F0A15"}.mdi-square-wave::before{content:"\\F147B"}.mdi-squeegee::before{content:"\\F0AE1"}.mdi-ssh::before{content:"\\F08C0"}.mdi-stack-exchange::before{content:"\\F060B"}.mdi-stack-overflow::before{content:"\\F04CC"}.mdi-stackpath::before{content:"\\F0359"}.mdi-stadium::before{content:"\\F0FF9"}.mdi-stadium-variant::before{content:"\\F0720"}.mdi-stairs::before{content:"\\F04CD"}.mdi-stairs-box::before{content:"\\F139E"}.mdi-stairs-down::before{content:"\\F12BE"}.mdi-stairs-up::before{content:"\\F12BD"}.mdi-stamper::before{content:"\\F0D39"}.mdi-standard-definition::before{content:"\\F07EF"}.mdi-star::before{content:"\\F04CE"}.mdi-star-box::before{content:"\\F0A73"}.mdi-star-box-multiple::before{content:"\\F1286"}.mdi-star-box-multiple-outline::before{content:"\\F1287"}.mdi-star-box-outline::before{content:"\\F0A74"}.mdi-star-circle::before{content:"\\F04CF"}.mdi-star-circle-outline::before{content:"\\F09A4"}.mdi-star-face::before{content:"\\F09A5"}.mdi-star-four-points::before{content:"\\F0AE2"}.mdi-star-four-points-outline::before{content:"\\F0AE3"}.mdi-star-half::before{content:"\\F0246"}.mdi-star-half-full::before{content:"\\F04D0"}.mdi-star-off::before{content:"\\F04D1"}.mdi-star-outline::before{content:"\\F04D2"}.mdi-star-three-points::before{content:"\\F0AE4"}.mdi-star-three-points-outline::before{content:"\\F0AE5"}.mdi-state-machine::before{content:"\\F11EF"}.mdi-steam::before{content:"\\F04D3"}.mdi-steering::before{content:"\\F04D4"}.mdi-steering-off::before{content:"\\F090E"}.mdi-step-backward::before{content:"\\F04D5"}.mdi-step-backward-2::before{content:"\\F04D6"}.mdi-step-forward::before{content:"\\F04D7"}.mdi-step-forward-2::before{content:"\\F04D8"}.mdi-stethoscope::before{content:"\\F04D9"}.mdi-sticker::before{content:"\\F1364"}.mdi-sticker-alert::before{content:"\\F1365"}.mdi-sticker-alert-outline::before{content:"\\F1366"}.mdi-sticker-check::before{content:"\\F1367"}.mdi-sticker-check-outline::before{content:"\\F1368"}.mdi-sticker-circle-outline::before{content:"\\F05D0"}.mdi-sticker-emoji::before{content:"\\F0785"}.mdi-sticker-minus::before{content:"\\F1369"}.mdi-sticker-minus-outline::before{content:"\\F136A"}.mdi-sticker-outline::before{content:"\\F136B"}.mdi-sticker-plus::before{content:"\\F136C"}.mdi-sticker-plus-outline::before{content:"\\F136D"}.mdi-sticker-remove::before{content:"\\F136E"}.mdi-sticker-remove-outline::before{content:"\\F136F"}.mdi-stocking::before{content:"\\F04DA"}.mdi-stomach::before{content:"\\F1093"}.mdi-stop::before{content:"\\F04DB"}.mdi-stop-circle::before{content:"\\F0666"}.mdi-stop-circle-outline::before{content:"\\F0667"}.mdi-store::before{content:"\\F04DC"}.mdi-store-24-hour::before{content:"\\F04DD"}.mdi-store-outline::before{content:"\\F1361"}.mdi-storefront::before{content:"\\F07C7"}.mdi-storefront-outline::before{content:"\\F10C1"}.mdi-stove::before{content:"\\F04DE"}.mdi-strategy::before{content:"\\F11D6"}.mdi-stretch-to-page::before{content:"\\F0F2B"}.mdi-stretch-to-page-outline::before{content:"\\F0F2C"}.mdi-string-lights::before{content:"\\F12BA"}.mdi-string-lights-off::before{content:"\\F12BB"}.mdi-subdirectory-arrow-left::before{content:"\\F060C"}.mdi-subdirectory-arrow-right::before{content:"\\F060D"}.mdi-subtitles::before{content:"\\F0A16"}.mdi-subtitles-outline::before{content:"\\F0A17"}.mdi-subway::before{content:"\\F06AC"}.mdi-subway-alert-variant::before{content:"\\F0D9D"}.mdi-subway-variant::before{content:"\\F04DF"}.mdi-summit::before{content:"\\F0786"}.mdi-sunglasses::before{content:"\\F04E0"}.mdi-surround-sound::before{content:"\\F05C5"}.mdi-surround-sound-2-0::before{content:"\\F07F0"}.mdi-surround-sound-3-1::before{content:"\\F07F1"}.mdi-surround-sound-5-1::before{content:"\\F07F2"}.mdi-surround-sound-7-1::before{content:"\\F07F3"}.mdi-svg::before{content:"\\F0721"}.mdi-swap-horizontal::before{content:"\\F04E1"}.mdi-swap-horizontal-bold::before{content:"\\F0BCD"}.mdi-swap-horizontal-circle::before{content:"\\F0FE1"}.mdi-swap-horizontal-circle-outline::before{content:"\\F0FE2"}.mdi-swap-horizontal-variant::before{content:"\\F08C1"}.mdi-swap-vertical::before{content:"\\F04E2"}.mdi-swap-vertical-bold::before{content:"\\F0BCE"}.mdi-swap-vertical-circle::before{content:"\\F0FE3"}.mdi-swap-vertical-circle-outline::before{content:"\\F0FE4"}.mdi-swap-vertical-variant::before{content:"\\F08C2"}.mdi-swim::before{content:"\\F04E3"}.mdi-switch::before{content:"\\F04E4"}.mdi-sword::before{content:"\\F04E5"}.mdi-sword-cross::before{content:"\\F0787"}.mdi-syllabary-hangul::before{content:"\\F1333"}.mdi-syllabary-hiragana::before{content:"\\F1334"}.mdi-syllabary-katakana::before{content:"\\F1335"}.mdi-syllabary-katakana-halfwidth::before{content:"\\F1336"}.mdi-symfony::before{content:"\\F0AE6"}.mdi-sync::before{content:"\\F04E6"}.mdi-sync-alert::before{content:"\\F04E7"}.mdi-sync-circle::before{content:"\\F1378"}.mdi-sync-off::before{content:"\\F04E8"}.mdi-tab::before{content:"\\F04E9"}.mdi-tab-minus::before{content:"\\F0B4B"}.mdi-tab-plus::before{content:"\\F075C"}.mdi-tab-remove::before{content:"\\F0B4C"}.mdi-tab-unselected::before{content:"\\F04EA"}.mdi-table::before{content:"\\F04EB"}.mdi-table-account::before{content:"\\F13B9"}.mdi-table-alert::before{content:"\\F13BA"}.mdi-table-arrow-down::before{content:"\\F13BB"}.mdi-table-arrow-left::before{content:"\\F13BC"}.mdi-table-arrow-right::before{content:"\\F13BD"}.mdi-table-arrow-up::before{content:"\\F13BE"}.mdi-table-border::before{content:"\\F0A18"}.mdi-table-cancel::before{content:"\\F13BF"}.mdi-table-chair::before{content:"\\F1061"}.mdi-table-check::before{content:"\\F13C0"}.mdi-table-clock::before{content:"\\F13C1"}.mdi-table-cog::before{content:"\\F13C2"}.mdi-table-column::before{content:"\\F0835"}.mdi-table-column-plus-after::before{content:"\\F04EC"}.mdi-table-column-plus-before::before{content:"\\F04ED"}.mdi-table-column-remove::before{content:"\\F04EE"}.mdi-table-column-width::before{content:"\\F04EF"}.mdi-table-edit::before{content:"\\F04F0"}.mdi-table-eye::before{content:"\\F1094"}.mdi-table-eye-off::before{content:"\\F13C3"}.mdi-table-furniture::before{content:"\\F05BC"}.mdi-table-headers-eye::before{content:"\\F121D"}.mdi-table-headers-eye-off::before{content:"\\F121E"}.mdi-table-heart::before{content:"\\F13C4"}.mdi-table-key::before{content:"\\F13C5"}.mdi-table-large::before{content:"\\F04F1"}.mdi-table-large-plus::before{content:"\\F0F87"}.mdi-table-large-remove::before{content:"\\F0F88"}.mdi-table-lock::before{content:"\\F13C6"}.mdi-table-merge-cells::before{content:"\\F09A6"}.mdi-table-minus::before{content:"\\F13C7"}.mdi-table-multiple::before{content:"\\F13C8"}.mdi-table-network::before{content:"\\F13C9"}.mdi-table-of-contents::before{content:"\\F0836"}.mdi-table-off::before{content:"\\F13CA"}.mdi-table-plus::before{content:"\\F0A75"}.mdi-table-refresh::before{content:"\\F13A0"}.mdi-table-remove::before{content:"\\F0A76"}.mdi-table-row::before{content:"\\F0837"}.mdi-table-row-height::before{content:"\\F04F2"}.mdi-table-row-plus-after::before{content:"\\F04F3"}.mdi-table-row-plus-before::before{content:"\\F04F4"}.mdi-table-row-remove::before{content:"\\F04F5"}.mdi-table-search::before{content:"\\F090F"}.mdi-table-settings::before{content:"\\F0838"}.mdi-table-split-cell::before{content:"\\F142A"}.mdi-table-star::before{content:"\\F13CB"}.mdi-table-sync::before{content:"\\F13A1"}.mdi-table-tennis::before{content:"\\F0E68"}.mdi-tablet::before{content:"\\F04F6"}.mdi-tablet-android::before{content:"\\F04F7"}.mdi-tablet-cellphone::before{content:"\\F09A7"}.mdi-tablet-dashboard::before{content:"\\F0ECE"}.mdi-tablet-ipad::before{content:"\\F04F8"}.mdi-taco::before{content:"\\F0762"}.mdi-tag::before{content:"\\F04F9"}.mdi-tag-faces::before{content:"\\F04FA"}.mdi-tag-heart::before{content:"\\F068B"}.mdi-tag-heart-outline::before{content:"\\F0BCF"}.mdi-tag-minus::before{content:"\\F0910"}.mdi-tag-minus-outline::before{content:"\\F121F"}.mdi-tag-multiple::before{content:"\\F04FB"}.mdi-tag-multiple-outline::before{content:"\\F12F7"}.mdi-tag-off::before{content:"\\F1220"}.mdi-tag-off-outline::before{content:"\\F1221"}.mdi-tag-outline::before{content:"\\F04FC"}.mdi-tag-plus::before{content:"\\F0722"}.mdi-tag-plus-outline::before{content:"\\F1222"}.mdi-tag-remove::before{content:"\\F0723"}.mdi-tag-remove-outline::before{content:"\\F1223"}.mdi-tag-text::before{content:"\\F1224"}.mdi-tag-text-outline::before{content:"\\F04FD"}.mdi-tailwind::before{content:"\\F13FF"}.mdi-tank::before{content:"\\F0D3A"}.mdi-tanker-truck::before{content:"\\F0FE5"}.mdi-tape-measure::before{content:"\\F0B4D"}.mdi-target::before{content:"\\F04FE"}.mdi-target-account::before{content:"\\F0BD0"}.mdi-target-variant::before{content:"\\F0A77"}.mdi-taxi::before{content:"\\F04FF"}.mdi-tea::before{content:"\\F0D9E"}.mdi-tea-outline::before{content:"\\F0D9F"}.mdi-teach::before{content:"\\F0890"}.mdi-teamviewer::before{content:"\\F0500"}.mdi-telegram::before{content:"\\F0501"}.mdi-telescope::before{content:"\\F0B4E"}.mdi-television::before{content:"\\F0502"}.mdi-television-ambient-light::before{content:"\\F1356"}.mdi-television-box::before{content:"\\F0839"}.mdi-television-classic::before{content:"\\F07F4"}.mdi-television-classic-off::before{content:"\\F083A"}.mdi-television-clean::before{content:"\\F1110"}.mdi-television-guide::before{content:"\\F0503"}.mdi-television-off::before{content:"\\F083B"}.mdi-television-pause::before{content:"\\F0F89"}.mdi-television-play::before{content:"\\F0ECF"}.mdi-television-stop::before{content:"\\F0F8A"}.mdi-temperature-celsius::before{content:"\\F0504"}.mdi-temperature-fahrenheit::before{content:"\\F0505"}.mdi-temperature-kelvin::before{content:"\\F0506"}.mdi-tennis::before{content:"\\F0DA0"}.mdi-tennis-ball::before{content:"\\F0507"}.mdi-tent::before{content:"\\F0508"}.mdi-terraform::before{content:"\\F1062"}.mdi-terrain::before{content:"\\F0509"}.mdi-test-tube::before{content:"\\F0668"}.mdi-test-tube-empty::before{content:"\\F0911"}.mdi-test-tube-off::before{content:"\\F0912"}.mdi-text::before{content:"\\F09A8"}.mdi-text-box::before{content:"\\F021A"}.mdi-text-box-check::before{content:"\\F0EA6"}.mdi-text-box-check-outline::before{content:"\\F0EA7"}.mdi-text-box-minus::before{content:"\\F0EA8"}.mdi-text-box-minus-outline::before{content:"\\F0EA9"}.mdi-text-box-multiple::before{content:"\\F0AB7"}.mdi-text-box-multiple-outline::before{content:"\\F0AB8"}.mdi-text-box-outline::before{content:"\\F09ED"}.mdi-text-box-plus::before{content:"\\F0EAA"}.mdi-text-box-plus-outline::before{content:"\\F0EAB"}.mdi-text-box-remove::before{content:"\\F0EAC"}.mdi-text-box-remove-outline::before{content:"\\F0EAD"}.mdi-text-box-search::before{content:"\\F0EAE"}.mdi-text-box-search-outline::before{content:"\\F0EAF"}.mdi-text-recognition::before{content:"\\F113D"}.mdi-text-search::before{content:"\\F13B8"}.mdi-text-shadow::before{content:"\\F0669"}.mdi-text-short::before{content:"\\F09A9"}.mdi-text-subject::before{content:"\\F09AA"}.mdi-text-to-speech::before{content:"\\F050A"}.mdi-text-to-speech-off::before{content:"\\F050B"}.mdi-texture::before{content:"\\F050C"}.mdi-texture-box::before{content:"\\F0FE6"}.mdi-theater::before{content:"\\F050D"}.mdi-theme-light-dark::before{content:"\\F050E"}.mdi-thermometer::before{content:"\\F050F"}.mdi-thermometer-alert::before{content:"\\F0E01"}.mdi-thermometer-chevron-down::before{content:"\\F0E02"}.mdi-thermometer-chevron-up::before{content:"\\F0E03"}.mdi-thermometer-high::before{content:"\\F10C2"}.mdi-thermometer-lines::before{content:"\\F0510"}.mdi-thermometer-low::before{content:"\\F10C3"}.mdi-thermometer-minus::before{content:"\\F0E04"}.mdi-thermometer-plus::before{content:"\\F0E05"}.mdi-thermostat::before{content:"\\F0393"}.mdi-thermostat-box::before{content:"\\F0891"}.mdi-thought-bubble::before{content:"\\F07F6"}.mdi-thought-bubble-outline::before{content:"\\F07F7"}.mdi-thumb-down::before{content:"\\F0511"}.mdi-thumb-down-outline::before{content:"\\F0512"}.mdi-thumb-up::before{content:"\\F0513"}.mdi-thumb-up-outline::before{content:"\\F0514"}.mdi-thumbs-up-down::before{content:"\\F0515"}.mdi-ticket::before{content:"\\F0516"}.mdi-ticket-account::before{content:"\\F0517"}.mdi-ticket-confirmation::before{content:"\\F0518"}.mdi-ticket-confirmation-outline::before{content:"\\F13AA"}.mdi-ticket-outline::before{content:"\\F0913"}.mdi-ticket-percent::before{content:"\\F0724"}.mdi-ticket-percent-outline::before{content:"\\F142B"}.mdi-tie::before{content:"\\F0519"}.mdi-tilde::before{content:"\\F0725"}.mdi-timelapse::before{content:"\\F051A"}.mdi-timeline::before{content:"\\F0BD1"}.mdi-timeline-alert::before{content:"\\F0F95"}.mdi-timeline-alert-outline::before{content:"\\F0F98"}.mdi-timeline-clock::before{content:"\\F11FB"}.mdi-timeline-clock-outline::before{content:"\\F11FC"}.mdi-timeline-help::before{content:"\\F0F99"}.mdi-timeline-help-outline::before{content:"\\F0F9A"}.mdi-timeline-outline::before{content:"\\F0BD2"}.mdi-timeline-plus::before{content:"\\F0F96"}.mdi-timeline-plus-outline::before{content:"\\F0F97"}.mdi-timeline-text::before{content:"\\F0BD3"}.mdi-timeline-text-outline::before{content:"\\F0BD4"}.mdi-timer::before{content:"\\F13AB"}.mdi-timer-10::before{content:"\\F051C"}.mdi-timer-3::before{content:"\\F051D"}.mdi-timer-off::before{content:"\\F13AC"}.mdi-timer-off-outline::before{content:"\\F051E"}.mdi-timer-outline::before{content:"\\F051B"}.mdi-timer-sand::before{content:"\\F051F"}.mdi-timer-sand-empty::before{content:"\\F06AD"}.mdi-timer-sand-full::before{content:"\\F078C"}.mdi-timetable::before{content:"\\F0520"}.mdi-toaster::before{content:"\\F1063"}.mdi-toaster-off::before{content:"\\F11B7"}.mdi-toaster-oven::before{content:"\\F0CD3"}.mdi-toggle-switch::before{content:"\\F0521"}.mdi-toggle-switch-off::before{content:"\\F0522"}.mdi-toggle-switch-off-outline::before{content:"\\F0A19"}.mdi-toggle-switch-outline::before{content:"\\F0A1A"}.mdi-toilet::before{content:"\\F09AB"}.mdi-toolbox::before{content:"\\F09AC"}.mdi-toolbox-outline::before{content:"\\F09AD"}.mdi-tools::before{content:"\\F1064"}.mdi-tooltip::before{content:"\\F0523"}.mdi-tooltip-account::before{content:"\\F000C"}.mdi-tooltip-edit::before{content:"\\F0524"}.mdi-tooltip-edit-outline::before{content:"\\F12C5"}.mdi-tooltip-image::before{content:"\\F0525"}.mdi-tooltip-image-outline::before{content:"\\F0BD5"}.mdi-tooltip-outline::before{content:"\\F0526"}.mdi-tooltip-plus::before{content:"\\F0BD6"}.mdi-tooltip-plus-outline::before{content:"\\F0527"}.mdi-tooltip-text::before{content:"\\F0528"}.mdi-tooltip-text-outline::before{content:"\\F0BD7"}.mdi-tooth::before{content:"\\F08C3"}.mdi-tooth-outline::before{content:"\\F0529"}.mdi-toothbrush::before{content:"\\F1129"}.mdi-toothbrush-electric::before{content:"\\F112C"}.mdi-toothbrush-paste::before{content:"\\F112A"}.mdi-tortoise::before{content:"\\F0D3B"}.mdi-toslink::before{content:"\\F12B8"}.mdi-tournament::before{content:"\\F09AE"}.mdi-tow-truck::before{content:"\\F083C"}.mdi-tower-beach::before{content:"\\F0681"}.mdi-tower-fire::before{content:"\\F0682"}.mdi-toy-brick::before{content:"\\F1288"}.mdi-toy-brick-marker::before{content:"\\F1289"}.mdi-toy-brick-marker-outline::before{content:"\\F128A"}.mdi-toy-brick-minus::before{content:"\\F128B"}.mdi-toy-brick-minus-outline::before{content:"\\F128C"}.mdi-toy-brick-outline::before{content:"\\F128D"}.mdi-toy-brick-plus::before{content:"\\F128E"}.mdi-toy-brick-plus-outline::before{content:"\\F128F"}.mdi-toy-brick-remove::before{content:"\\F1290"}.mdi-toy-brick-remove-outline::before{content:"\\F1291"}.mdi-toy-brick-search::before{content:"\\F1292"}.mdi-toy-brick-search-outline::before{content:"\\F1293"}.mdi-track-light::before{content:"\\F0914"}.mdi-trackpad::before{content:"\\F07F8"}.mdi-trackpad-lock::before{content:"\\F0933"}.mdi-tractor::before{content:"\\F0892"}.mdi-tractor-variant::before{content:"\\F14C4"}.mdi-trademark::before{content:"\\F0A78"}.mdi-traffic-cone::before{content:"\\F137C"}.mdi-traffic-light::before{content:"\\F052B"}.mdi-train::before{content:"\\F052C"}.mdi-train-car::before{content:"\\F0BD8"}.mdi-train-variant::before{content:"\\F08C4"}.mdi-tram::before{content:"\\F052D"}.mdi-tram-side::before{content:"\\F0FE7"}.mdi-transcribe::before{content:"\\F052E"}.mdi-transcribe-close::before{content:"\\F052F"}.mdi-transfer::before{content:"\\F1065"}.mdi-transfer-down::before{content:"\\F0DA1"}.mdi-transfer-left::before{content:"\\F0DA2"}.mdi-transfer-right::before{content:"\\F0530"}.mdi-transfer-up::before{content:"\\F0DA3"}.mdi-transit-connection::before{content:"\\F0D3C"}.mdi-transit-connection-variant::before{content:"\\F0D3D"}.mdi-transit-detour::before{content:"\\F0F8B"}.mdi-transit-transfer::before{content:"\\F06AE"}.mdi-transition::before{content:"\\F0915"}.mdi-transition-masked::before{content:"\\F0916"}.mdi-translate::before{content:"\\F05CA"}.mdi-translate-off::before{content:"\\F0E06"}.mdi-transmission-tower::before{content:"\\F0D3E"}.mdi-trash-can::before{content:"\\F0A79"}.mdi-trash-can-outline::before{content:"\\F0A7A"}.mdi-tray::before{content:"\\F1294"}.mdi-tray-alert::before{content:"\\F1295"}.mdi-tray-full::before{content:"\\F1296"}.mdi-tray-minus::before{content:"\\F1297"}.mdi-tray-plus::before{content:"\\F1298"}.mdi-tray-remove::before{content:"\\F1299"}.mdi-treasure-chest::before{content:"\\F0726"}.mdi-tree::before{content:"\\F0531"}.mdi-tree-outline::before{content:"\\F0E69"}.mdi-trello::before{content:"\\F0532"}.mdi-trending-down::before{content:"\\F0533"}.mdi-trending-neutral::before{content:"\\F0534"}.mdi-trending-up::before{content:"\\F0535"}.mdi-triangle::before{content:"\\F0536"}.mdi-triangle-outline::before{content:"\\F0537"}.mdi-triangle-wave::before{content:"\\F147C"}.mdi-triforce::before{content:"\\F0BD9"}.mdi-trophy::before{content:"\\F0538"}.mdi-trophy-award::before{content:"\\F0539"}.mdi-trophy-broken::before{content:"\\F0DA4"}.mdi-trophy-outline::before{content:"\\F053A"}.mdi-trophy-variant::before{content:"\\F053B"}.mdi-trophy-variant-outline::before{content:"\\F053C"}.mdi-truck::before{content:"\\F053D"}.mdi-truck-check::before{content:"\\F0CD4"}.mdi-truck-check-outline::before{content:"\\F129A"}.mdi-truck-delivery::before{content:"\\F053E"}.mdi-truck-delivery-outline::before{content:"\\F129B"}.mdi-truck-fast::before{content:"\\F0788"}.mdi-truck-fast-outline::before{content:"\\F129C"}.mdi-truck-outline::before{content:"\\F129D"}.mdi-truck-trailer::before{content:"\\F0727"}.mdi-trumpet::before{content:"\\F1096"}.mdi-tshirt-crew::before{content:"\\F0A7B"}.mdi-tshirt-crew-outline::before{content:"\\F053F"}.mdi-tshirt-v::before{content:"\\F0A7C"}.mdi-tshirt-v-outline::before{content:"\\F0540"}.mdi-tumble-dryer::before{content:"\\F0917"}.mdi-tumble-dryer-alert::before{content:"\\F11BA"}.mdi-tumble-dryer-off::before{content:"\\F11BB"}.mdi-tune::before{content:"\\F062E"}.mdi-tune-vertical::before{content:"\\F066A"}.mdi-turnstile::before{content:"\\F0CD5"}.mdi-turnstile-outline::before{content:"\\F0CD6"}.mdi-turtle::before{content:"\\F0CD7"}.mdi-twitch::before{content:"\\F0543"}.mdi-twitter::before{content:"\\F0544"}.mdi-twitter-retweet::before{content:"\\F0547"}.mdi-two-factor-authentication::before{content:"\\F09AF"}.mdi-typewriter::before{content:"\\F0F2D"}.mdi-ubisoft::before{content:"\\F0BDA"}.mdi-ubuntu::before{content:"\\F0548"}.mdi-ufo::before{content:"\\F10C4"}.mdi-ufo-outline::before{content:"\\F10C5"}.mdi-ultra-high-definition::before{content:"\\F07F9"}.mdi-umbraco::before{content:"\\F0549"}.mdi-umbrella::before{content:"\\F054A"}.mdi-umbrella-closed::before{content:"\\F09B0"}.mdi-umbrella-closed-outline::before{content:"\\F13E2"}.mdi-umbrella-closed-variant::before{content:"\\F13E1"}.mdi-umbrella-outline::before{content:"\\F054B"}.mdi-undo::before{content:"\\F054C"}.mdi-undo-variant::before{content:"\\F054D"}.mdi-unfold-less-horizontal::before{content:"\\F054E"}.mdi-unfold-less-vertical::before{content:"\\F0760"}.mdi-unfold-more-horizontal::before{content:"\\F054F"}.mdi-unfold-more-vertical::before{content:"\\F0761"}.mdi-ungroup::before{content:"\\F0550"}.mdi-unicode::before{content:"\\F0ED0"}.mdi-unity::before{content:"\\F06AF"}.mdi-unreal::before{content:"\\F09B1"}.mdi-untappd::before{content:"\\F0551"}.mdi-update::before{content:"\\F06B0"}.mdi-upload::before{content:"\\F0552"}.mdi-upload-lock::before{content:"\\F1373"}.mdi-upload-lock-outline::before{content:"\\F1374"}.mdi-upload-multiple::before{content:"\\F083D"}.mdi-upload-network::before{content:"\\F06F6"}.mdi-upload-network-outline::before{content:"\\F0CD8"}.mdi-upload-off::before{content:"\\F10C6"}.mdi-upload-off-outline::before{content:"\\F10C7"}.mdi-upload-outline::before{content:"\\F0E07"}.mdi-usb::before{content:"\\F0553"}.mdi-usb-flash-drive::before{content:"\\F129E"}.mdi-usb-flash-drive-outline::before{content:"\\F129F"}.mdi-usb-port::before{content:"\\F11F0"}.mdi-valve::before{content:"\\F1066"}.mdi-valve-closed::before{content:"\\F1067"}.mdi-valve-open::before{content:"\\F1068"}.mdi-van-passenger::before{content:"\\F07FA"}.mdi-van-utility::before{content:"\\F07FB"}.mdi-vanish::before{content:"\\F07FC"}.mdi-vanity-light::before{content:"\\F11E1"}.mdi-variable::before{content:"\\F0AE7"}.mdi-variable-box::before{content:"\\F1111"}.mdi-vector-arrange-above::before{content:"\\F0554"}.mdi-vector-arrange-below::before{content:"\\F0555"}.mdi-vector-bezier::before{content:"\\F0AE8"}.mdi-vector-circle::before{content:"\\F0556"}.mdi-vector-circle-variant::before{content:"\\F0557"}.mdi-vector-combine::before{content:"\\F0558"}.mdi-vector-curve::before{content:"\\F0559"}.mdi-vector-difference::before{content:"\\F055A"}.mdi-vector-difference-ab::before{content:"\\F055B"}.mdi-vector-difference-ba::before{content:"\\F055C"}.mdi-vector-ellipse::before{content:"\\F0893"}.mdi-vector-intersection::before{content:"\\F055D"}.mdi-vector-line::before{content:"\\F055E"}.mdi-vector-link::before{content:"\\F0FE8"}.mdi-vector-point::before{content:"\\F055F"}.mdi-vector-polygon::before{content:"\\F0560"}.mdi-vector-polyline::before{content:"\\F0561"}.mdi-vector-polyline-edit::before{content:"\\F1225"}.mdi-vector-polyline-minus::before{content:"\\F1226"}.mdi-vector-polyline-plus::before{content:"\\F1227"}.mdi-vector-polyline-remove::before{content:"\\F1228"}.mdi-vector-radius::before{content:"\\F074A"}.mdi-vector-rectangle::before{content:"\\F05C6"}.mdi-vector-selection::before{content:"\\F0562"}.mdi-vector-square::before{content:"\\F0001"}.mdi-vector-triangle::before{content:"\\F0563"}.mdi-vector-union::before{content:"\\F0564"}.mdi-vhs::before{content:"\\F0A1B"}.mdi-vibrate::before{content:"\\F0566"}.mdi-vibrate-off::before{content:"\\F0CD9"}.mdi-video::before{content:"\\F0567"}.mdi-video-3d::before{content:"\\F07FD"}.mdi-video-3d-off::before{content:"\\F13D9"}.mdi-video-3d-variant::before{content:"\\F0ED1"}.mdi-video-4k-box::before{content:"\\F083E"}.mdi-video-account::before{content:"\\F0919"}.mdi-video-box::before{content:"\\F00FD"}.mdi-video-box-off::before{content:"\\F00FE"}.mdi-video-check::before{content:"\\F1069"}.mdi-video-check-outline::before{content:"\\F106A"}.mdi-video-image::before{content:"\\F091A"}.mdi-video-input-antenna::before{content:"\\F083F"}.mdi-video-input-component::before{content:"\\F0840"}.mdi-video-input-hdmi::before{content:"\\F0841"}.mdi-video-input-scart::before{content:"\\F0F8C"}.mdi-video-input-svideo::before{content:"\\F0842"}.mdi-video-minus::before{content:"\\F09B2"}.mdi-video-minus-outline::before{content:"\\F02BA"}.mdi-video-off::before{content:"\\F0568"}.mdi-video-off-outline::before{content:"\\F0BDB"}.mdi-video-outline::before{content:"\\F0BDC"}.mdi-video-plus::before{content:"\\F09B3"}.mdi-video-plus-outline::before{content:"\\F01D3"}.mdi-video-stabilization::before{content:"\\F091B"}.mdi-video-switch::before{content:"\\F0569"}.mdi-video-switch-outline::before{content:"\\F0790"}.mdi-video-vintage::before{content:"\\F0A1C"}.mdi-video-wireless::before{content:"\\F0ED2"}.mdi-video-wireless-outline::before{content:"\\F0ED3"}.mdi-view-agenda::before{content:"\\F056A"}.mdi-view-agenda-outline::before{content:"\\F11D8"}.mdi-view-array::before{content:"\\F056B"}.mdi-view-array-outline::before{content:"\\F1485"}.mdi-view-carousel::before{content:"\\F056C"}.mdi-view-carousel-outline::before{content:"\\F1486"}.mdi-view-column::before{content:"\\F056D"}.mdi-view-column-outline::before{content:"\\F1487"}.mdi-view-comfy::before{content:"\\F0E6A"}.mdi-view-comfy-outline::before{content:"\\F1488"}.mdi-view-compact::before{content:"\\F0E6B"}.mdi-view-compact-outline::before{content:"\\F0E6C"}.mdi-view-dashboard::before{content:"\\F056E"}.mdi-view-dashboard-outline::before{content:"\\F0A1D"}.mdi-view-dashboard-variant::before{content:"\\F0843"}.mdi-view-dashboard-variant-outline::before{content:"\\F1489"}.mdi-view-day::before{content:"\\F056F"}.mdi-view-day-outline::before{content:"\\F148A"}.mdi-view-grid::before{content:"\\F0570"}.mdi-view-grid-outline::before{content:"\\F11D9"}.mdi-view-grid-plus::before{content:"\\F0F8D"}.mdi-view-grid-plus-outline::before{content:"\\F11DA"}.mdi-view-headline::before{content:"\\F0571"}.mdi-view-list::before{content:"\\F0572"}.mdi-view-list-outline::before{content:"\\F148B"}.mdi-view-module::before{content:"\\F0573"}.mdi-view-module-outline::before{content:"\\F148C"}.mdi-view-parallel::before{content:"\\F0728"}.mdi-view-parallel-outline::before{content:"\\F148D"}.mdi-view-quilt::before{content:"\\F0574"}.mdi-view-quilt-outline::before{content:"\\F148E"}.mdi-view-sequential::before{content:"\\F0729"}.mdi-view-sequential-outline::before{content:"\\F148F"}.mdi-view-split-horizontal::before{content:"\\F0BCB"}.mdi-view-split-vertical::before{content:"\\F0BCC"}.mdi-view-stream::before{content:"\\F0575"}.mdi-view-stream-outline::before{content:"\\F1490"}.mdi-view-week::before{content:"\\F0576"}.mdi-view-week-outline::before{content:"\\F1491"}.mdi-vimeo::before{content:"\\F0577"}.mdi-violin::before{content:"\\F060F"}.mdi-virtual-reality::before{content:"\\F0894"}.mdi-virus::before{content:"\\F13B6"}.mdi-virus-outline::before{content:"\\F13B7"}.mdi-vk::before{content:"\\F0579"}.mdi-vlc::before{content:"\\F057C"}.mdi-voice-off::before{content:"\\F0ED4"}.mdi-voicemail::before{content:"\\F057D"}.mdi-volleyball::before{content:"\\F09B4"}.mdi-volume-high::before{content:"\\F057E"}.mdi-volume-low::before{content:"\\F057F"}.mdi-volume-medium::before{content:"\\F0580"}.mdi-volume-minus::before{content:"\\F075E"}.mdi-volume-mute::before{content:"\\F075F"}.mdi-volume-off::before{content:"\\F0581"}.mdi-volume-plus::before{content:"\\F075D"}.mdi-volume-source::before{content:"\\F1120"}.mdi-volume-variant-off::before{content:"\\F0E08"}.mdi-volume-vibrate::before{content:"\\F1121"}.mdi-vote::before{content:"\\F0A1F"}.mdi-vote-outline::before{content:"\\F0A20"}.mdi-vpn::before{content:"\\F0582"}.mdi-vuejs::before{content:"\\F0844"}.mdi-vuetify::before{content:"\\F0E6D"}.mdi-walk::before{content:"\\F0583"}.mdi-wall::before{content:"\\F07FE"}.mdi-wall-sconce::before{content:"\\F091C"}.mdi-wall-sconce-flat::before{content:"\\F091D"}.mdi-wall-sconce-flat-variant::before{content:"\\F041C"}.mdi-wall-sconce-round::before{content:"\\F0748"}.mdi-wall-sconce-round-variant::before{content:"\\F091E"}.mdi-wallet::before{content:"\\F0584"}.mdi-wallet-giftcard::before{content:"\\F0585"}.mdi-wallet-membership::before{content:"\\F0586"}.mdi-wallet-outline::before{content:"\\F0BDD"}.mdi-wallet-plus::before{content:"\\F0F8E"}.mdi-wallet-plus-outline::before{content:"\\F0F8F"}.mdi-wallet-travel::before{content:"\\F0587"}.mdi-wallpaper::before{content:"\\F0E09"}.mdi-wan::before{content:"\\F0588"}.mdi-wardrobe::before{content:"\\F0F90"}.mdi-wardrobe-outline::before{content:"\\F0F91"}.mdi-warehouse::before{content:"\\F0F81"}.mdi-washing-machine::before{content:"\\F072A"}.mdi-washing-machine-alert::before{content:"\\F11BC"}.mdi-washing-machine-off::before{content:"\\F11BD"}.mdi-watch::before{content:"\\F0589"}.mdi-watch-export::before{content:"\\F058A"}.mdi-watch-export-variant::before{content:"\\F0895"}.mdi-watch-import::before{content:"\\F058B"}.mdi-watch-import-variant::before{content:"\\F0896"}.mdi-watch-variant::before{content:"\\F0897"}.mdi-watch-vibrate::before{content:"\\F06B1"}.mdi-watch-vibrate-off::before{content:"\\F0CDA"}.mdi-water::before{content:"\\F058C"}.mdi-water-boiler::before{content:"\\F0F92"}.mdi-water-boiler-alert::before{content:"\\F11B3"}.mdi-water-boiler-off::before{content:"\\F11B4"}.mdi-water-off::before{content:"\\F058D"}.mdi-water-outline::before{content:"\\F0E0A"}.mdi-water-percent::before{content:"\\F058E"}.mdi-water-polo::before{content:"\\F12A0"}.mdi-water-pump::before{content:"\\F058F"}.mdi-water-pump-off::before{content:"\\F0F93"}.mdi-water-well::before{content:"\\F106B"}.mdi-water-well-outline::before{content:"\\F106C"}.mdi-watering-can::before{content:"\\F1481"}.mdi-watering-can-outline::before{content:"\\F1482"}.mdi-watermark::before{content:"\\F0612"}.mdi-wave::before{content:"\\F0F2E"}.mdi-waveform::before{content:"\\F147D"}.mdi-waves::before{content:"\\F078D"}.mdi-waze::before{content:"\\F0BDE"}.mdi-weather-cloudy::before{content:"\\F0590"}.mdi-weather-cloudy-alert::before{content:"\\F0F2F"}.mdi-weather-cloudy-arrow-right::before{content:"\\F0E6E"}.mdi-weather-fog::before{content:"\\F0591"}.mdi-weather-hail::before{content:"\\F0592"}.mdi-weather-hazy::before{content:"\\F0F30"}.mdi-weather-hurricane::before{content:"\\F0898"}.mdi-weather-lightning::before{content:"\\F0593"}.mdi-weather-lightning-rainy::before{content:"\\F067E"}.mdi-weather-night::before{content:"\\F0594"}.mdi-weather-night-partly-cloudy::before{content:"\\F0F31"}.mdi-weather-partly-cloudy::before{content:"\\F0595"}.mdi-weather-partly-lightning::before{content:"\\F0F32"}.mdi-weather-partly-rainy::before{content:"\\F0F33"}.mdi-weather-partly-snowy::before{content:"\\F0F34"}.mdi-weather-partly-snowy-rainy::before{content:"\\F0F35"}.mdi-weather-pouring::before{content:"\\F0596"}.mdi-weather-rainy::before{content:"\\F0597"}.mdi-weather-snowy::before{content:"\\F0598"}.mdi-weather-snowy-heavy::before{content:"\\F0F36"}.mdi-weather-snowy-rainy::before{content:"\\F067F"}.mdi-weather-sunny::before{content:"\\F0599"}.mdi-weather-sunny-alert::before{content:"\\F0F37"}.mdi-weather-sunset::before{content:"\\F059A"}.mdi-weather-sunset-down::before{content:"\\F059B"}.mdi-weather-sunset-up::before{content:"\\F059C"}.mdi-weather-tornado::before{content:"\\F0F38"}.mdi-weather-windy::before{content:"\\F059D"}.mdi-weather-windy-variant::before{content:"\\F059E"}.mdi-web::before{content:"\\F059F"}.mdi-web-box::before{content:"\\F0F94"}.mdi-web-clock::before{content:"\\F124A"}.mdi-webcam::before{content:"\\F05A0"}.mdi-webhook::before{content:"\\F062F"}.mdi-webpack::before{content:"\\F072B"}.mdi-webrtc::before{content:"\\F1248"}.mdi-wechat::before{content:"\\F0611"}.mdi-weight::before{content:"\\F05A1"}.mdi-weight-gram::before{content:"\\F0D3F"}.mdi-weight-kilogram::before{content:"\\F05A2"}.mdi-weight-lifter::before{content:"\\F115D"}.mdi-weight-pound::before{content:"\\F09B5"}.mdi-whatsapp::before{content:"\\F05A3"}.mdi-wheelchair-accessibility::before{content:"\\F05A4"}.mdi-whistle::before{content:"\\F09B6"}.mdi-whistle-outline::before{content:"\\F12BC"}.mdi-white-balance-auto::before{content:"\\F05A5"}.mdi-white-balance-incandescent::before{content:"\\F05A6"}.mdi-white-balance-iridescent::before{content:"\\F05A7"}.mdi-white-balance-sunny::before{content:"\\F05A8"}.mdi-widgets::before{content:"\\F072C"}.mdi-widgets-outline::before{content:"\\F1355"}.mdi-wifi::before{content:"\\F05A9"}.mdi-wifi-off::before{content:"\\F05AA"}.mdi-wifi-star::before{content:"\\F0E0B"}.mdi-wifi-strength-1::before{content:"\\F091F"}.mdi-wifi-strength-1-alert::before{content:"\\F0920"}.mdi-wifi-strength-1-lock::before{content:"\\F0921"}.mdi-wifi-strength-2::before{content:"\\F0922"}.mdi-wifi-strength-2-alert::before{content:"\\F0923"}.mdi-wifi-strength-2-lock::before{content:"\\F0924"}.mdi-wifi-strength-3::before{content:"\\F0925"}.mdi-wifi-strength-3-alert::before{content:"\\F0926"}.mdi-wifi-strength-3-lock::before{content:"\\F0927"}.mdi-wifi-strength-4::before{content:"\\F0928"}.mdi-wifi-strength-4-alert::before{content:"\\F0929"}.mdi-wifi-strength-4-lock::before{content:"\\F092A"}.mdi-wifi-strength-alert-outline::before{content:"\\F092B"}.mdi-wifi-strength-lock-outline::before{content:"\\F092C"}.mdi-wifi-strength-off::before{content:"\\F092D"}.mdi-wifi-strength-off-outline::before{content:"\\F092E"}.mdi-wifi-strength-outline::before{content:"\\F092F"}.mdi-wikipedia::before{content:"\\F05AC"}.mdi-wind-turbine::before{content:"\\F0DA5"}.mdi-window-close::before{content:"\\F05AD"}.mdi-window-closed::before{content:"\\F05AE"}.mdi-window-closed-variant::before{content:"\\F11DB"}.mdi-window-maximize::before{content:"\\F05AF"}.mdi-window-minimize::before{content:"\\F05B0"}.mdi-window-open::before{content:"\\F05B1"}.mdi-window-open-variant::before{content:"\\F11DC"}.mdi-window-restore::before{content:"\\F05B2"}.mdi-window-shutter::before{content:"\\F111C"}.mdi-window-shutter-alert::before{content:"\\F111D"}.mdi-window-shutter-open::before{content:"\\F111E"}.mdi-wiper::before{content:"\\F0AE9"}.mdi-wiper-wash::before{content:"\\F0DA6"}.mdi-wizard-hat::before{content:"\\F1477"}.mdi-wordpress::before{content:"\\F05B4"}.mdi-wrap::before{content:"\\F05B6"}.mdi-wrap-disabled::before{content:"\\F0BDF"}.mdi-wrench::before{content:"\\F05B7"}.mdi-wrench-outline::before{content:"\\F0BE0"}.mdi-xamarin::before{content:"\\F0845"}.mdi-xamarin-outline::before{content:"\\F0846"}.mdi-xing::before{content:"\\F05BE"}.mdi-xml::before{content:"\\F05C0"}.mdi-xmpp::before{content:"\\F07FF"}.mdi-y-combinator::before{content:"\\F0624"}.mdi-yahoo::before{content:"\\F0B4F"}.mdi-yeast::before{content:"\\F05C1"}.mdi-yin-yang::before{content:"\\F0680"}.mdi-yoga::before{content:"\\F117C"}.mdi-youtube::before{content:"\\F05C3"}.mdi-youtube-gaming::before{content:"\\F0848"}.mdi-youtube-studio::before{content:"\\F0847"}.mdi-youtube-subscription::before{content:"\\F0D40"}.mdi-youtube-tv::before{content:"\\F0448"}.mdi-z-wave::before{content:"\\F0AEA"}.mdi-zend::before{content:"\\F0AEB"}.mdi-zigbee::before{content:"\\F0D41"}.mdi-zip-box::before{content:"\\F05C4"}.mdi-zip-box-outline::before{content:"\\F0FFA"}.mdi-zip-disk::before{content:"\\F0A23"}.mdi-zodiac-aquarius::before{content:"\\F0A7D"}.mdi-zodiac-aries::before{content:"\\F0A7E"}.mdi-zodiac-cancer::before{content:"\\F0A7F"}.mdi-zodiac-capricorn::before{content:"\\F0A80"}.mdi-zodiac-gemini::before{content:"\\F0A81"}.mdi-zodiac-leo::before{content:"\\F0A82"}.mdi-zodiac-libra::before{content:"\\F0A83"}.mdi-zodiac-pisces::before{content:"\\F0A84"}.mdi-zodiac-sagittarius::before{content:"\\F0A85"}.mdi-zodiac-scorpio::before{content:"\\F0A86"}.mdi-zodiac-taurus::before{content:"\\F0A87"}.mdi-zodiac-virgo::before{content:"\\F0A88"}.mdi-blank::before{content:"\\F68C";visibility:hidden}.mdi-18px.mdi-set,.mdi-18px.mdi:before{font-size:18px}.mdi-24px.mdi-set,.mdi-24px.mdi:before{font-size:24px}.mdi-36px.mdi-set,.mdi-36px.mdi:before{font-size:36px}.mdi-48px.mdi-set,.mdi-48px.mdi:before{font-size:48px}.mdi-dark:before{color:rgba(0,0,0,0.54)}.mdi-dark.mdi-inactive:before{color:rgba(0,0,0,0.26)}.mdi-light:before{color:#fff}.mdi-light.mdi-inactive:before{color:rgba(255,255,255,0.3)}.mdi-rotate-45:before{transform:rotate(45deg)}.mdi-rotate-90:before{transform:rotate(90deg)}.mdi-rotate-135:before{transform:rotate(135deg)}.mdi-rotate-180:before{transform:rotate(180deg)}.mdi-rotate-225:before{transform:rotate(225deg)}.mdi-rotate-270:before{transform:rotate(270deg)}.mdi-rotate-315:before{transform:rotate(315deg)}.mdi-flip-h:before{transform:scaleX(-1);filter:FlipH;-ms-filter:"FlipH"}.mdi-flip-v:before{transform:scaleY(-1);filter:FlipV;-ms-filter:"FlipV"}.mdi-spin:before{animation:mdi-spin 2s infinite linear}@keyframes mdi-spin{0%{transform:rotate(0deg)}100%{transform:rotate(359deg)}}',""]),e.exports=a},4314:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".switch-options {\n position: relative;\n --columns: 1;\n}\n.switch-options.grid {\n width: 100%;\n}\n.switch-options .switch-icon {\n margin-right: 8px;\n transform: scale(0.9);\n}\n.switch-options .dim {\n opacity: 0.5;\n}\n.switch-options-grid {\n font-size: 12px;\n display: grid;\n grid-template-columns: repeat(auto-fill, 50%);\n}\n.switch-options-popup {\n font-size: 12px;\n transition: 0.2s ease-out;\n transform-origin: left;\n transform: translateY(-50%) scale(0.9);\n top: 50%;\n left: calc(100% + 8px);\n background-color: #fff;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n white-space: nowrap;\n padding: 4px;\n display: grid;\n width: max-content;\n grid-template-columns: repeat(var(--columns), auto);\n border-radius: 5px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n max-height: calc(100vh - 100px);\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n}\nbody.dark .switch-options-popup {\n background-color: #333;\n}\nbody.dark .switch-options-popup {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\n.switch-options-popup::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.switch-options-popup.open {\n transform: translateY(-50%) scale(1);\n}\nbody.settings-panel-dock-right .switch-options-popup {\n right: calc(100% + 8px);\n left: unset;\n transform-origin: right;\n}\n.switch-options.small-size .switch-options-popup {\n transform-origin: top;\n top: calc(100% + 8px);\n left: 50%;\n transform: translateX(-50%) scale(0.9);\n}\n.switch-options.small-size .switch-options-popup.open {\n transform: translateX(-50%) scale(1);\n}",""]),e.exports=o},1387:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".check-all-updates[data-v-76652ef2] {\n margin: 1px 0;\n}\n.check-all-updates .be-icon[data-v-76652ef2] {\n margin-right: 6px;\n}",""]),e.exports=o},6657:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".bisector-dialog-content-container[data-v-31cf1990] {\n padding: 0 16px;\n}\n.bisector-dialog-content-container .bisector-dialog-content-text.weak[data-v-31cf1990] {\n opacity: 0.6;\n}\n.bisector-dialog-content-container .bisector-dialog-content-text[data-v-31cf1990],\n.bisector-dialog-content-container .bisector-dialog-button-group[data-v-31cf1990] {\n margin-bottom: 8px;\n}\n.bisector-dialog-content-container .bisector-dialog-button-group[data-v-31cf1990] {\n display: grid;\n gap: 8px;\n grid-template-columns: 1fr 1fr;\n}\n.bisector-dialog-content-container .bisector-dialog-button-group .be-button[data-v-31cf1990]:last-child {\n grid-column: span 2;\n}",""]),e.exports=o},7209:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,"div[data-v-386ddf8e] {\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.peek[data-v-386ddf8e] {\n cursor: pointer;\n}",""]),e.exports=o},6469:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.bangumi-card[data-v-b2f4653c] {\n --cover-width: 94px;\n background-color: #fff;\n margin: 0 8px 8px 8px;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n box-sizing: border-box;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n border-radius: 8px;\n display: grid;\n grid-template-areas: "cover epTitle" "cover title";\n grid-template-columns: var(--cover-width) 1fr;\n grid-template-rows: 6fr 5fr;\n position: relative;\n flex-shrink: 0;\n}\n.bangumi-card .up[data-v-b2f4653c] {\n grid-area: title;\n display: flex;\n align-items: center;\n padding: 0 12px;\n align-self: center;\n overflow: hidden;\n margin-bottom: 4px;\n}\n.bangumi-card .up .cover[data-v-b2f4653c] {\n height: 18px;\n width: 18px;\n border-radius: 50%;\n}\n.bangumi-card .up .title[data-v-b2f4653c] {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n margin: 0 6px;\n line-height: normal;\n}\n.bangumi-card .ep-title[data-v-b2f4653c] {\n grid-area: epTitle;\n font-size: 11pt;\n font-weight: 600;\n padding: 0 12px;\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n align-self: center;\n color: inherit;\n line-height: normal;\n margin: 4px 0 0 0;\n}\n.bangumi-card .ep-cover-container[data-v-b2f4653c] {\n grid-area: cover;\n border-radius: 8px 0 0 8px;\n overflow: hidden;\n display: flex;\n}\n.bangumi-card .ep-cover-container .ep-cover[data-v-b2f4653c] {\n background-color: rgba(136, 136, 136, 0.2666666667);\n width: var(--cover-width);\n min-height: 62.5px;\n}\n.bangumi-card:hover .ep-title[data-v-b2f4653c] {\n color: var(--theme-color);\n}\n.bangumi-card:hover .ep-cover[data-v-b2f4653c] {\n transform: scale(1.05);\n}\nbody.dark .bangumi-card[data-v-b2f4653c] {\n box-shadow: rgba(0, 0, 0, 0.0666666667) 0 4px 12px 0px;\n background-color: #2d2d2d;\n color: #eee;\n}\n.bangumi-card.new[data-v-b2f4653c]::before {\n content: "NEW";\n position: absolute;\n top: 4px;\n left: 4px;\n background-color: var(--theme-color);\n color: var(--foreground-color);\n padding: 0 6px;\n height: 18px;\n border-radius: 9px;\n font-weight: 700;\n font-size: 11px;\n line-height: 18px;\n z-index: 1;\n}',""]),e.exports=o},501:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".column-card[data-v-335afa63] {\n width: 356px;\n display: flex;\n flex-direction: column;\n margin-bottom: 12px;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n background-color: #fff;\n box-sizing: border-box;\n position: relative;\n flex-shrink: 0;\n font-size: 12px;\n cursor: pointer;\n border-radius: 8px;\n}\nbody.dark .column-card[data-v-335afa63] {\n background-color: #282828;\n color: #eee;\n}\n.column-card .covers[data-v-335afa63] {\n position: relative;\n display: flex;\n overflow: hidden;\n border-radius: 8px 8px 0 0;\n}\n.column-card .covers .cover[data-v-335afa63] {\n flex: 1 0 0;\n height: 120px;\n width: 0;\n object-fit: cover;\n}\n.column-card .up[data-v-335afa63] {\n position: absolute;\n left: 8px;\n top: 86px;\n padding: 2px;\n display: flex;\n align-items: center;\n background-color: rgba(0, 0, 0, 0.6666666667);\n border-radius: 14px;\n height: 28px;\n box-sizing: border-box;\n}\n.column-card .up .face[data-v-335afa63] {\n border-radius: 50%;\n height: 24px;\n width: 24px;\n}\n.column-card .up .name[data-v-335afa63] {\n margin: 0 6px;\n color: #fff;\n}\n.column-card .title[data-v-335afa63] {\n padding: 10px 10px 0;\n margin: 0;\n font-size: 11pt;\n font-weight: 600;\n color: inherit;\n line-height: normal;\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.column-card .description[data-v-335afa63] {\n margin: 8px 10px;\n display: -webkit-box;\n white-space: normal;\n overflow: hidden;\n text-overflow: ellipsis;\n word-break: break-all;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n line-height: 1.5;\n max-height: 3em;\n}\n.column-card:hover .title[data-v-335afa63] {\n color: var(--theme-color);\n}\n.column-card:hover .cover[data-v-335afa63] {\n transform: scale(1.05);\n}",""]),e.exports=o},1394:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-up-info {\n display: flex;\n align-items: center;\n gap: 8px;\n font-size: 12px;\n line-height: normal;\n}\n.be-up-info:not(.fallback) {\n background-color: #fff;\n color: black;\n border-radius: 14px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n box-sizing: border-box;\n height: 28px;\n border-radius: 14px;\n padding: 2px;\n box-shadow: none;\n padding-right: 8px;\n}\nbody.dark .be-up-info:not(.fallback) {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .be-up-info:not(.fallback) {\n background-color: #282828;\n color: #eee;\n}\n.be-up-info-cover {\n border-radius: 50%;\n}\n.be-up-info-cover-fallback {\n display: flex;\n align-items: center;\n justify-content: center;\n height: 24px;\n width: 18px;\n margin-right: -3px;\n}\n.be-up-info-name {\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n transition: 0.2s ease-out;\n}\n.be-up-info:hover .be-up-info-name {\n color: var(--theme-color) !important;\n}",""]),e.exports=o},4558:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.video-card[data-v-57e48aec] {\n display: grid;\n grid-template-columns: 196px 1fr;\n grid-template-rows: 1fr 1fr 1fr;\n grid-template-areas: "cover title" "cover description" "cover up";\n height: var(--card-height);\n width: var(--card-width);\n color: black;\n background-color: #fff;\n border-radius: 8px;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n margin-right: var(--card-margin);\n margin-bottom: var(--card-margin);\n position: relative;\n}\nbody.dark .video-card[data-v-57e48aec], body.dark .video-card[data-v-57e48aec]:hover {\n background-color: #282828;\n color: #eee;\n}\n.video-card[data-v-57e48aec]:hover {\n color: black;\n}\n.video-card.vertical[data-v-57e48aec] {\n grid-template-columns: auto auto;\n grid-template-rows: auto 1fr auto auto;\n grid-template-areas: "cover cover" "title title" "up up" "stats stats";\n gap: 4px;\n}\n.video-card.vertical .description[data-v-57e48aec],\n.video-card.vertical .topics[data-v-57e48aec] {\n display: none;\n}\n.video-card.vertical .cover-container[data-v-57e48aec] {\n border-radius: 8px 8px 0 0;\n width: calc(var(--card-width) - 2px);\n height: calc(var(--card-width) / 20 * 12.5);\n}\n.video-card.vertical .title[data-v-57e48aec] {\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n max-height: 3em;\n word-break: break-all;\n white-space: normal;\n line-height: 1.5;\n margin: 4px 0;\n padding: 0 10px;\n font-size: 14px;\n}\n.video-card.vertical .up[data-v-57e48aec] {\n align-self: start;\n white-space: nowrap;\n}\n.video-card.vertical .up .name[data-v-57e48aec] {\n text-overflow: ellipsis;\n overflow: hidden;\n}\n.video-card.vertical .up[data-v-57e48aec]:not(.no-face) {\n margin-left: 8px;\n max-width: calc(var(--card-width) - 24px);\n}\n.video-card.vertical .up.no-face[data-v-57e48aec] {\n margin-top: 8px;\n max-width: calc(var(--card-width) - 24px);\n}\n.video-card.vertical .cooperation[data-v-57e48aec] {\n margin: 0 12px 6px 8px;\n}\n.video-card.vertical .cooperation-note[data-v-57e48aec] {\n display: flex;\n opacity: 0.5;\n}\n.video-card.vertical .stats[data-v-57e48aec] {\n grid-area: stats;\n align-self: end;\n justify-self: start;\n margin-bottom: 8px;\n margin-right: 0;\n}\n.video-card > *[data-v-57e48aec] {\n justify-self: self-start;\n align-self: center;\n}\n.video-card .publish-time-summary[data-v-57e48aec],\n.video-card .publish-time-detail[data-v-57e48aec],\n.video-card .duration[data-v-57e48aec],\n.video-card .watchlater[data-v-57e48aec] {\n opacity: 0;\n}\n.video-card:hover .cover[data-v-57e48aec] {\n transform: scale(1.05);\n}\n.video-card:hover .publish-time-summary[data-v-57e48aec],\n.video-card:hover .duration[data-v-57e48aec],\n.video-card:hover .watchlater[data-v-57e48aec] {\n opacity: 1;\n}\n.video-card .publish-time-summary[data-v-57e48aec]:hover {\n opacity: 0;\n}\n.video-card .publish-time-summary:hover ~ .publish-time-detail[data-v-57e48aec] {\n opacity: 1;\n}\n.video-card .cover-container[data-v-57e48aec] {\n grid-area: cover;\n border-radius: 8px 0 0 8px;\n position: relative;\n width: calc(var(--card-height) / 12.5 * 20);\n height: calc(var(--card-height) - 2px);\n overflow: hidden;\n}\n.video-card .cover-container .cover[data-v-57e48aec] {\n transition: 0.1s cubic-bezier(0.39, 0.58, 0.57, 1);\n -webkit-transform: rotate(0deg);\n object-fit: cover;\n width: 100%;\n height: 100%;\n}\n.video-card .cover-container[data-v-57e48aec] > :not(.cover) {\n position: absolute;\n display: flex;\n align-items: center;\n}\n.video-card .cover-container .publish-time-detail[data-v-57e48aec],\n.video-card .cover-container .publish-time-summary[data-v-57e48aec],\n.video-card .cover-container .duration[data-v-57e48aec],\n.video-card .cover-container .watchlater[data-v-57e48aec] {\n bottom: 6px;\n padding: 2px 8px;\n background-color: rgba(0, 0, 0, 0.6666666667);\n color: white;\n border-radius: 10px;\n height: 20px;\n box-sizing: border-box;\n}\n.video-card .cover-container .publish-time-detail .mdi[data-v-57e48aec],\n.video-card .cover-container .publish-time-summary .mdi[data-v-57e48aec],\n.video-card .cover-container .duration .mdi[data-v-57e48aec],\n.video-card .cover-container .watchlater .mdi[data-v-57e48aec] {\n margin-right: 4px;\n}\n.video-card .cover-container .new[data-v-57e48aec] {\n top: 6px;\n left: 6px;\n background-color: var(--theme-color);\n color: var(--foreground-color);\n font-weight: 600;\n padding: 2px 8px;\n border-radius: 10px;\n height: 20px;\n box-sizing: border-box;\n}\n.video-card .cover-container .publish-time-detail[data-v-57e48aec] {\n z-index: 0;\n}\n.video-card .cover-container .publish-time-summary[data-v-57e48aec] {\n z-index: 1;\n}\n.video-card .cover-container .publish-time-detail[data-v-57e48aec],\n.video-card .cover-container .publish-time-summary[data-v-57e48aec] {\n top: 6px;\n right: 6px;\n}\n.video-card .cover-container .duration[data-v-57e48aec] {\n left: 6px;\n}\n.video-card .cover-container .watchlater[data-v-57e48aec] {\n right: 6px;\n padding-left: 4px;\n}\n.video-card .title[data-v-57e48aec] {\n grid-area: title;\n font-size: 15px;\n font-weight: 600;\n color: inherit;\n padding: 4px 12px 0 12px;\n white-space: nowrap;\n overflow: hidden;\n justify-self: stretch;\n text-overflow: ellipsis;\n}\n.video-card .title[data-v-57e48aec]:hover {\n color: var(--theme-color);\n}\n.video-card .topics[data-v-57e48aec] {\n display: flex;\n align-items: center;\n grid-area: description;\n margin-left: 12px;\n}\n.video-card .topics .topic[data-v-57e48aec] {\n display: flex;\n align-items: center;\n gap: 4px;\n color: inherit;\n padding: 4px 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n margin-right: 8px;\n border-radius: 14px;\n opacity: 0.75;\n}\n.video-card .topics .topic .topic-name[data-v-57e48aec] {\n max-width: 84px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.video-card .topics .topic[data-v-57e48aec]:hover {\n background-color: rgba(136, 136, 136, 0.1333333333);\n color: var(--theme-color);\n opacity: 1;\n}\n.video-card .description[data-v-57e48aec] {\n grid-area: description;\n color: inherit;\n overflow: hidden;\n align-self: stretch;\n justify-self: stretch;\n margin: 0 12px;\n line-height: 1.5;\n height: 3em;\n display: -webkit-box;\n -webkit-line-clamp: 2;\n -webkit-box-orient: vertical;\n scrollbar-width: none !important;\n}\n.video-card .description[data-v-57e48aec]::-webkit-scrollbar {\n width: 0px !important;\n}\n.video-card .description.single-line[data-v-57e48aec] {\n overflow: hidden;\n white-space: nowrap;\n text-overflow: ellipsis;\n}\n.video-card .cooperation[data-v-57e48aec],\n.video-card .up[data-v-57e48aec],\n.video-card .stats[data-v-57e48aec] {\n grid-area: up;\n}\n.video-card .up[data-v-57e48aec] {\n margin-left: 12px;\n margin-bottom: 6px;\n display: flex;\n align-items: center;\n padding: 2px;\n background-color: transparent;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n border-radius: 15px;\n color: inherit;\n}\n.video-card .up .name[data-v-57e48aec] {\n margin: 0 8px;\n}\n.video-card .up.no-face[data-v-57e48aec] {\n background-color: transparent;\n padding: 0;\n}\n.video-card .up.no-face .be-icon[data-v-57e48aec] {\n font-size: 18px;\n opacity: 0.75;\n}\n.video-card .up .face[data-v-57e48aec] {\n border-radius: 50%;\n width: 24px;\n height: 24px;\n box-sizing: content-box;\n}\n.video-card .up[data-v-57e48aec]:not(.no-face):hover {\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.video-card .up:hover .name[data-v-57e48aec],\n.video-card .up:hover .be-icon[data-v-57e48aec] {\n color: var(--theme-color);\n}\n.video-card.no-stats .up[data-v-57e48aec],\n.video-card.no-stats .cooperation[data-v-57e48aec] {\n margin-bottom: 4px;\n}\n.video-card .cooperation[data-v-57e48aec] {\n margin-left: 12px;\n display: flex;\n align-items: center;\n justify-self: stretch;\n justify-content: space-between;\n}\n.video-card .cooperation-ups[data-v-57e48aec] {\n display: flex;\n flex-direction: row-reverse;\n align-items: center;\n justify-content: flex-start;\n}\n.video-card .cooperation-ups .cooperation-up[data-v-57e48aec] {\n flex: 0 0 15px;\n width: 15px;\n display: flex;\n}\n.video-card .cooperation-ups .cooperation-up.no-face[data-v-57e48aec] {\n background-color: transparent;\n padding: 0;\n}\n.video-card .cooperation-ups .cooperation-up.no-face .be-icon[data-v-57e48aec] {\n font-size: 18px;\n opacity: 0.75;\n}\n.video-card .cooperation-ups .cooperation-up .face[data-v-57e48aec] {\n border-radius: 50%;\n width: 24px;\n height: 24px;\n box-sizing: content-box;\n}\n.video-card .cooperation-ups .cooperation-up .face[data-v-57e48aec] {\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n padding: 2px;\n background-color: #fff;\n}\nbody.dark .video-card .cooperation-ups .cooperation-up .face[data-v-57e48aec] {\n background-color: #282828;\n}\n.video-card .cooperation-ups:hover .cooperation-up[data-v-57e48aec] {\n flex-basis: auto;\n width: 30px;\n margin-right: 4px;\n}\n.video-card .cooperation-note[data-v-57e48aec] {\n display: none;\n}\n.video-card .stats[data-v-57e48aec] {\n font-size: 11px;\n justify-self: self-end;\n margin-right: 12px;\n display: flex;\n align-items: center;\n opacity: 0.5;\n}\n.video-card .stats[data-v-57e48aec] > :nth-child(n+4) {\n display: none;\n}\n.video-card .stats .be-icon[data-v-57e48aec] {\n margin: 0 4px 0 12px;\n}',""]),e.exports=o},2434:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".bb-comment .translate-container,\n.card-content .translate-container {\n margin: 4px 0 2px 0;\n display: inline-block;\n font-weight: normal;\n font-size: 14px;\n}\n.bb-comment .translate-container .translated,\n.card-content .translate-container .translated {\n font-size: 12px;\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.bb-comment .translate-container .translated a,\n.card-content .translate-container .translated a {\n color: #aaa !important;\n}\n.bb-comment .translate-container .translated a:hover,\n.card-content .translate-container .translated a:hover {\n color: var(--theme-color) !important;\n}\n.bb-comment .translate-container .translate,\n.card-content .translate-container .translate {\n display: flex;\n align-items: center;\n gap: 2px;\n font-size: 12px;\n height: 18px;\n color: #aaa;\n cursor: pointer;\n}\n.bb-comment .translate-container .translate:hover,\n.card-content .translate-container .translate:hover {\n color: var(--theme-color);\n}\n.bb-comment .translate-container .translate-result,\n.card-content .translate-container .translate-result {\n padding-top: 6px;\n white-space: pre-wrap;\n line-height: 20px;\n word-break: break-all;\n overflow-wrap: break-word;\n}\nbody.dark .bb-comment .translate-container .translate-result,\nbody.dark .card-content .translate-container .translate-result {\n color: #eee;\n}\nbody.machine-translator-enabled .bb-comment .reply-con .text-con {\n display: block;\n margin: 0 !important;\n}\nbody.machine-translator-enabled .card-content .translate-container {\n margin: 13px 0 2px 0;\n}",""]),e.exports=o},7559:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".suggest-item {\n outline: none !important;\n padding: 6px 6px 6px 10px;\n cursor: pointer;\n}\n.suggest-item.disabled {\n cursor: default;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.suggest-item:not(.disabled):hover, .suggest-item:not(.disabled):focus-within {\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.suggest-item:first-child {\n padding-top: 8px;\n border-radius: 7px 7px 0 0;\n}\n.suggest-item:last-child {\n padding-bottom: 8px;\n border-radius: 0 0 7px 7px;\n}\n.suggest-item-content {\n display: flex;\n align-items: center;\n}\n.suggest-item-icon {\n margin-right: 6px;\n}\n.suggest-item-title {\n display: flex;\n align-items: stretch;\n flex-direction: column;\n flex: 1 0 0;\n width: 0;\n}\n.suggest-item-name {\n max-width: 100%;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n}\n.suggest-item-description {\n opacity: 0.5;\n font-size: smaller;\n}\n.suggest-item-delete {\n opacity: 0.5;\n margin-right: 4px;\n}\n.suggest-item-delete:hover {\n opacity: 1;\n}",""]),e.exports=o},2457:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".global-launch-bar-container {\n display: flex;\n top: 20vh;\n left: 50%;\n width: 40vw;\n max-width: 650px;\n height: 50px;\n padding: 0 8px;\n z-index: 5000;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n font-size: 16px;\n transform: translateX(-50%);\n transition: opacity 0.2s ease-out;\n}\nbody.dark .global-launch-bar-container {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .global-launch-bar-container {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .global-launch-bar-container {\n background-color: #222;\n}\n.global-launch-bar-container .launch-bar {\n flex: 1;\n}\nbody.dark .global-launch-bar-container .launch-bar {\n --color: #eee;\n}\n.global-launch-bar-container .launch-bar .launch-bar-suggest-list {\n transition: 0.2s ease-out;\n top: calc(100% + 8px);\n max-height: calc(80vh - 16px - 50px);\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n font-size: 14px;\n}\n.global-launch-bar-container .launch-bar .launch-bar-suggest-list::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}",""]),e.exports=o},6969:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".launch-bar {\n --color: black;\n color: var(--color);\n position: relative;\n display: flex;\n align-items: center;\n}\n.launch-bar .input-area {\n display: flex;\n flex-direction: column;\n flex: 1;\n}\n.launch-bar .input-area .recommended-target {\n display: none;\n}\n.launch-bar .input-area .launch-bar-form {\n flex: 1;\n display: flex;\n}\n.launch-bar .input-area .launch-bar-form .input {\n flex: 1;\n padding: 8px;\n background-color: transparent;\n border: none;\n outline: none !important;\n color: inherit;\n box-sizing: border-box;\n width: 15vw;\n font-size: inherit;\n}\n.launch-bar .input-area .launch-bar-form .input::placeholder {\n color: inherit !important;\n opacity: 0.8;\n}\n.launch-bar .input-area .launch-bar-form .submit {\n color: inherit;\n padding: 4px;\n background: transparent;\n border: none;\n outline: none !important;\n cursor: pointer;\n}\n.launch-bar .input-area .input-active-bar {\n flex: 0 0 auto;\n align-self: flex-start;\n height: 2px;\n width: 0;\n border-radius: 1px;\n background-color: var(--theme-color);\n transition: 0.3s ease-in-out;\n}\n.launch-bar .launch-bar-suggest-list {\n position: absolute;\n top: 100%;\n left: 50%;\n opacity: 0;\n width: 100%;\n transform: translateX(-50%) translateY(-4px);\n pointer-events: none;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n white-space: nowrap;\n border-radius: 8px;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n color: black;\n background-color: #fff;\n}\nbody.dark .launch-bar .launch-bar-suggest-list {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .launch-bar .launch-bar-suggest-list {\n color: #eee;\n background-color: #222;\n}\n.launch-bar .launch-bar-suggest-list .suggest-highlight {\n color: var(--theme-color);\n font-style: normal;\n}\n.launch-bar:focus-within .input-active-bar {\n width: 100%;\n}\n.launch-bar:focus-within .launch-bar-suggest-list,\n.launch-bar .launch-bar-suggest-list:focus-within {\n opacity: 1;\n transform: translateX(-50%);\n pointer-events: initial;\n}",""]),e.exports=o},6737:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.release-content {\n display: flex;\n align-items: stretch;\n flex-direction: column;\n gap: 12px;\n padding: 0 16px 16px 16px;\n}\n.release-content-markdown {\n font-size: 14px;\n flex-grow: 1;\n max-height: calc(100vh - 220px);\n overflow: auto;\n line-height: normal;\n}\n.release-content-markdown ul,\n.release-content-markdown ul li {\n list-style: disc;\n}\n.release-content-markdown ol,\n.release-content-markdown ol li {\n list-style: decimal;\n}\n.release-content-markdown ul,\n.release-content-markdown ol {\n padding-left: 16px;\n margin: 0;\n}\n.release-content-markdown ul li,\n.release-content-markdown ol li {\n line-height: 1.75;\n}\n.release-content-markdown p {\n margin: 0;\n}\n.release-content-markdown details {\n line-height: 1.75;\n}\n.release-content-markdown details summary {\n cursor: pointer;\n margin: 4px 0;\n}\n.release-content-markdown > p {\n line-height: 1.75;\n}\n.release-content-markdown p + p {\n margin-top: 8px;\n}\n.release-content-markdown pre {\n white-space: pre-wrap;\n}\n.release-content-markdown code {\n display: inline-block;\n padding: 0 4px;\n margin: 1px 2px;\n border-radius: 4px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n line-height: normal;\n}\n.release-content-markdown kbd {\n font-family: monospace;\n border: 1px solid #ccc;\n display: inline-block;\n border-radius: 4px;\n padding: 0 4px;\n margin: 1px 2px;\n line-height: 1.1;\n}\nbody.dark .release-content-markdown kbd {\n border-color: #666;\n}\n.release-content-markdown blockquote {\n border-radius: 4px;\n margin: 0;\n padding: 4px;\n padding-left: 12px;\n color: inherit;\n background-color: rgba(136, 136, 136, 0.0666666667);\n box-sizing: border-box;\n position: relative;\n}\nbody.dark .release-content-markdown blockquote * {\n color: inherit !important;\n}\n.release-content-markdown blockquote::before {\n content: "";\n position: absolute;\n display: block;\n width: 3px;\n height: calc(100% - 8px);\n top: 4px;\n left: 0;\n border-radius: 2px;\n background-color: var(--theme-color);\n}\n.release-content-markdown a,\n.release-content-markdown a:focus-within,\n.release-content-markdown a:hover {\n color: var(--theme-color);\n}\n.release-content-markdown > :last-child {\n margin-bottom: 0;\n}\n.release-content-actions {\n display: flex;\n align-items: center;\n gap: 6px;\n flex-shrink: 0;\n font-size: 15px;\n justify-content: flex-end;\n}\n.release-content-actions .be-button {\n padding: 6px 12px;\n}',""]),e.exports=o},6046:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.component-description {\n word-break: break-all;\n line-height: normal;\n}\n.component-description ul,\n.component-description ul li {\n list-style: disc;\n}\n.component-description ol,\n.component-description ol li {\n list-style: decimal;\n}\n.component-description ul,\n.component-description ol {\n padding-left: 16px;\n margin: 0;\n}\n.component-description ul li,\n.component-description ol li {\n line-height: 1.75;\n}\n.component-description p {\n margin: 0;\n}\n.component-description details {\n line-height: 1.75;\n}\n.component-description details summary {\n cursor: pointer;\n margin: 4px 0;\n}\n.component-description > p {\n line-height: 1.75;\n}\n.component-description p + p {\n margin-top: 8px;\n}\n.component-description pre {\n white-space: pre-wrap;\n}\n.component-description code {\n display: inline-block;\n padding: 0 4px;\n margin: 1px 2px;\n border-radius: 4px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n line-height: normal;\n}\n.component-description kbd {\n font-family: monospace;\n border: 1px solid #ccc;\n display: inline-block;\n border-radius: 4px;\n padding: 0 4px;\n margin: 1px 2px;\n line-height: 1.1;\n}\nbody.dark .component-description kbd {\n border-color: #666;\n}\n.component-description blockquote {\n border-radius: 4px;\n margin: 0;\n padding: 4px;\n padding-left: 12px;\n color: inherit;\n background-color: rgba(136, 136, 136, 0.0666666667);\n box-sizing: border-box;\n position: relative;\n}\nbody.dark .component-description blockquote * {\n color: inherit !important;\n}\n.component-description blockquote::before {\n content: "";\n position: absolute;\n display: block;\n width: 3px;\n height: calc(100% - 8px);\n top: 4px;\n left: 0;\n border-radius: 2px;\n background-color: var(--theme-color);\n}\n.component-description a,\n.component-description a:focus-within,\n.component-description a:hover {\n color: var(--theme-color);\n}\n.component-description > :last-child {\n margin-bottom: 0;\n}',""]),e.exports=o},8354:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".component-detail {\n min-width: 264px;\n width: 264px;\n flex: 1;\n background-color: inherit;\n border-radius: 7px;\n overflow: auto;\n display: flex;\n align-items: stretch;\n flex-direction: column;\n}\n.component-detail .extra-option {\n display: flow-root;\n}\n.component-detail-separator {\n height: 1px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n margin-bottom: 12px;\n flex-shrink: 0;\n align-self: stretch;\n}\n.component-detail-header {\n display: flex;\n align-items: center;\n justify-content: space-between;\n padding: 12px;\n background-color: inherit;\n position: sticky;\n top: 0;\n z-index: 2;\n}\n.component-detail-header .display-name {\n font-weight: 600;\n font-size: 16px;\n}\n.component-detail-header .close {\n cursor: pointer;\n}\n.component-detail-header .close:hover {\n color: var(--theme-color);\n}\n.component-detail-description:not(:last-child) {\n padding: 12px 12px 0;\n}\n.component-detail-tags {\n display: flex;\n align-items: center;\n flex-wrap: wrap;\n padding: 0 8px 8px;\n}\n.component-detail-tags .tag {\n display: flex;\n align-items: center;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n box-sizing: border-box;\n height: 24px;\n border-radius: 12px;\n padding: 2px 6px;\n margin-right: 4px;\n margin-bottom: 4px;\n font-size: 12px;\n box-shadow: none;\n}\nbody.dark .component-detail-tags .tag {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .component-detail-tags .tag {\n background-color: #282828;\n color: #eee;\n}\n.component-detail-tags .tag .tag-color {\n border-radius: 50%;\n width: 12px;\n height: 12px;\n margin-right: 4px;\n}\n.component-detail-internal-data {\n display: flex;\n align-items: stretch;\n flex-direction: column;\n justify-content: center;\n flex-shrink: 0;\n position: sticky;\n bottom: 0;\n min-height: 24px;\n box-sizing: content-box;\n background-color: inherit;\n padding: 8px 12px;\n}\n.component-detail-internal-data-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n line-height: 24px;\n}\n.component-detail-internal-data .internal-name {\n opacity: 0.5;\n}\n.component-detail-internal-data .tippy-content {\n padding: 4px;\n}\n.component-detail-internal-data .extra-actions-wrapper {\n position: relative;\n transform: translateX(2px);\n}\n.component-detail-internal-data .extra-actions-wrapper .extra-actions {\n padding: 4px;\n cursor: pointer;\n}\n.component-detail-internal-data .extra-actions-wrapper .extra-actions-list {\n width: max-content;\n}\n.component-detail-operations {\n display: flex;\n align-items: center;\n}\n.component-detail-operations > * {\n flex: 1 0 0;\n}\n.component-detail-operations > *:not(:last-child) {\n margin-right: 8px;\n}\n.component-detail-options {\n padding: 8px 12px;\n}\n.component-detail-options .component-detail-options-title {\n font-weight: 600;\n font-size: 14px;\n margin-bottom: 8px;\n}\n.component-detail-options .generated-option:not(:last-child) {\n margin-bottom: 4px;\n}\n.component-detail-grow {\n flex: 1;\n}",""]),e.exports=o},2104:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".component-option[data-v-730efac0] {\n display: flex;\n align-items: center;\n min-height: 24px;\n}\n.component-option .unknown-option-type[data-v-730efac0],\n.component-option .be-slider[data-v-730efac0],\n.component-option .be-range-input[data-v-730efac0],\n.component-option .be-text-box[data-v-730efac0] {\n flex: 1 0 0;\n}\n.component-option[data-type=boolean] .option-name[data-v-730efac0] {\n flex: 1 0 0;\n}\n.component-option[data-type=dropdown] .option-name[data-v-730efac0] {\n flex: 1 0 0;\n}\n.component-option[data-type=color] .option-name[data-v-730efac0] {\n flex: 1 0 0;\n}\n.component-option[data-type=switch][data-v-730efac0] {\n justify-content: center;\n}\n.component-option[data-type=switch] .option-name[data-v-730efac0] {\n display: none;\n}\n.component-option .option-name[data-v-730efac0] {\n margin-right: 8px;\n}\n.component-option .be-slider[data-v-730efac0] {\n margin: 0 8px;\n}",""]),e.exports=o},711:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.component-settings {\n display: flex;\n flex-direction: column;\n justify-content: center;\n box-sizing: border-box;\n overflow: hidden;\n padding: 7px 12px 7px 7px;\n width: 100%;\n min-height: 36px;\n position: relative;\n cursor: pointer;\n transition: 0.2s ease-out;\n -webkit-user-select: none;\n user-select: none;\n}\n.component-settings::after {\n content: "";\n opacity: 0;\n transition: opacity 0.2s ease-out;\n position: absolute;\n top: 0;\n left: 10px;\n height: 100%;\n width: calc(100% - 20px);\n pointer-events: none;\n background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 10px, rgba(136, 136, 136, 0.1333333333) 10px, rgba(136, 136, 136, 0.1333333333) 30px, rgba(0, 0, 0, 0) 30px, rgba(0, 0, 0, 0) 38px, rgba(136, 136, 136, 0.1333333333) 38px, rgba(136, 136, 136, 0.1333333333) 50px, rgba(0, 0, 0, 0) 50px);\n}\n.component-settings.virtual::after {\n opacity: 1;\n}\n.component-settings.virtual .component-settings-row {\n display: none;\n}\n.component-settings .component-settings-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.component-settings .component-settings-row:not(:last-child) {\n margin-bottom: 8px;\n}\n.component-settings .display-name {\n font-size: 14px;\n height: 20px;\n flex: 1 0 auto;\n margin-left: 6px;\n width: 200px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\n display: flex;\n align-items: center;\n}\n.component-settings .details-arrow {\n opacity: 0.75;\n width: 32px;\n justify-content: flex-end;\n}\n.component-settings .be-switch-box {\n margin: 0;\n}\n.component-settings:hover {\n background-color: rgba(136, 136, 136, 0.0666666667);\n}\n.component-settings:hover .options-count {\n opacity: 1;\n}\n.component-settings.selected {\n background-color: rgba(136, 136, 136, 0.1333333333);\n}',""]),e.exports=o},6641:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".settings-panel-content .sidebar > * {\n position: relative;\n flex: 1;\n display: flex;\n flex-direction: column;\n justify-content: space-between;\n}\n.settings-panel-content .sidebar > * .settings-panel-sub-page {\n font-size: 13px;\n top: 12px;\n transition: 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);\n transform: translateX(calc(-12.5% * var(--direction)));\n min-width: 372px;\n padding: 12px;\n box-sizing: border-box;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n}\nbody.dark .settings-panel-content .sidebar > * .settings-panel-sub-page {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .settings-panel-content .sidebar > * .settings-panel-sub-page {\n background-color: #282828;\n color: #eee;\n}\n.settings-panel-content .sidebar > * .settings-panel-sub-page.open {\n transform: translateX(0);\n}\n.settings-panel-content .sidebar > * .settings-panel-sub-page .sub-page-row {\n display: flex;\n align-items: center;\n justify-content: space-between;\n flex-shrink: 0;\n}\n.settings-panel-content .sidebar > * .settings-panel-sub-page .sub-page-row:not(:last-child) {\n margin-bottom: 12px;\n}\n.settings-panel-content .sidebar > * .settings-panel-sub-page .separator {\n height: 1px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n width: 100%;\n}\n.settings-panel-content .sidebar > * .component-tags-item {\n background-color: transparent;\n cursor: pointer;\n display: flex;\n align-items: center;\n white-space: nowrap;\n padding: 8px;\n padding-right: 10px;\n font-size: 13px;\n}\n.settings-panel-content .sidebar > * .component-tags-item .tag-name {\n margin-right: 4px;\n margin-left: 8px;\n}\n.settings-panel-content .sidebar > * .component-tags-item:hover, .settings-panel-content .sidebar > * .component-tags-item.selected {\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.settings-panel-content .sidebar > * .icon-list,\n.settings-panel-content .sidebar > * .component-tags {\n flex-grow: 1;\n max-height: calc(var(--panel-height) - var(--header-height));\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n background-color: transparent;\n width: 40px;\n display: flex;\n flex-direction: column;\n}\n.settings-panel-content .sidebar > * .icon-list::-webkit-scrollbar,\n.settings-panel-content .sidebar > * .component-tags::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.settings-panel-content .sidebar > * .icon-list .grow,\n.settings-panel-content .sidebar > * .component-tags .grow {\n flex-grow: 1;\n}\n.settings-panel-content .sidebar > * .icon-list .be-icon,\n.settings-panel-content .sidebar > * .component-tags .be-icon {\n margin-left: 2px;\n}\n.settings-panel-content .sidebar > * .component-tags {\n height: 100%;\n width: auto;\n position: absolute;\n top: 0;\n opacity: 0;\n transition: 0.2s ease-out;\n pointer-events: none;\n background-color: #fff;\n border-right: 1px solid rgba(136, 136, 136, 0.1333333333);\n}\nbody.dark .settings-panel-content .sidebar > * .component-tags {\n background-color: #222;\n}\n.settings-panel-content .sidebar > * .icon-list:hover ~ .component-tags,\n.settings-panel-content .sidebar > * .component-tags:hover {\n opacity: 1;\n pointer-events: initial;\n}",""]),e.exports=o},6290:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.be-settings {\n line-height: normal;\n font-size: 12px;\n --panel-height: calc(100vh - 120px);\n}\nbody.player-mode-blackmask .be-settings {\n visibility: hidden;\n}\n.be-settings > .sidebar {\n position: fixed;\n top: 50%;\n z-index: 1002;\n transform: translateX(calc(-50% * var(--direction))) translateY(-50%);\n}\nbody.player-mode-full .be-settings > .sidebar, body.player-fullscreen-fix .be-settings > .sidebar, body.player-mode-web .be-settings > .sidebar, body.player-full-win .be-settings > .sidebar {\n z-index: 1;\n}\n.be-settings > .sidebar > * {\n transition: transform 0.3s ease-out, opacity 0.3s ease-out;\n cursor: pointer;\n -webkit-tap-highlight-color: transparent;\n width: 26px;\n height: 26px;\n padding: 8px;\n box-sizing: content-box;\n background-color: rgba(255, 255, 255, 0.6666666667);\n border-radius: 50%;\n position: relative;\n}\nbody.dark .be-settings > .sidebar > * {\n background-color: rgba(51, 51, 51, 0.6666666667);\n}\n.be-settings > .sidebar > *:not(:last-child) {\n margin-bottom: 26px;\n}\n.be-settings > .sidebar > *::after {\n content: "";\n width: 140%;\n height: 140%;\n position: absolute;\n top: -20%;\n left: -20%;\n background: transparent;\n}\n.be-settings > .sidebar > * .be-icon {\n font-size: 26px;\n color: #888;\n fill: #888;\n transition: fill 0.3s ease-out;\n}\n.be-settings > .sidebar > *:hover {\n transform: translateX(calc(60% * var(--direction))) scale(1.1);\n background-color: #fff;\n}\nbody.dark .be-settings > .sidebar > *:hover {\n background-color: #333;\n}\n.be-settings > .sidebar > *:hover .be-icon {\n color: #222;\n fill: #222;\n}\nbody.dark .be-settings > .sidebar > *:hover .be-icon {\n color: #eee;\n fill: #eee;\n}\n.be-settings > .sidebar > *.open {\n transform: translateX(calc(100% * var(--direction))) scale(1.5);\n opacity: 0;\n}\n.be-settings .settings-panel-popup {\n transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);\n top: 50%;\n z-index: 100001;\n}\n.be-settings .settings-panel-popup.close {\n transform: translateZ(0) translateY(-50%) translateX(calc(-48% * var(--direction)));\n}\n.be-settings .settings-panel-popup.open {\n transform: translateZ(0) translateY(-50%) translateX(0);\n}\n.be-settings .widgets-panel-popup {\n top: 50%;\n z-index: 100001;\n transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);\n}\n.be-settings .widgets-panel-popup.close {\n transform: translateZ(0) translateY(-50%) translateX(calc(-48% * var(--direction)));\n}\n.be-settings .widgets-panel-popup.open {\n transform: translateZ(0) translateY(-50%) translateX(0);\n}\n.bilibili-player-dm-tip-wrap {\n pointer-events: none !important;\n}\nbody:not(.settings-panel-dock-right) .contact-help {\n display: none !important;\n}\nbody:not(.settings-panel-dock-right) .be-settings {\n --direction: 1;\n}\nbody:not(.settings-panel-dock-right) .be-settings > .sidebar {\n left: 0;\n}\nbody:not(.settings-panel-dock-right) .widgets-panel-popup,\nbody:not(.settings-panel-dock-right) .settings-panel-popup {\n left: 12px;\n transform-origin: left;\n}\nbody:not(.settings-panel-dock-right) .settings-panel-popup .settings-panel-content .sidebar {\n border-right: 1px solid rgba(136, 136, 136, 0.1333333333);\n}\nbody:not(.settings-panel-dock-right) .settings-panel-popup .settings-panel-content .main {\n border-bottom-right-radius: 7px;\n}\nbody:not(.settings-panel-dock-right) .settings-panel-popup .component-tags {\n border-bottom-left-radius: 8px;\n border-right: 1px solid rgba(136, 136, 136, 0.1333333333);\n left: 0;\n}\nbody:not(.settings-panel-dock-right) .settings-panel-popup .component-tags .component-tags-item:last-child {\n border-bottom-left-radius: 7px;\n}\nbody:not(.settings-panel-dock-right) .settings-panel-sub-page {\n left: 53px;\n}\nbody.settings-panel-dock-right {\n --direction: -1;\n}\nbody.settings-panel-dock-right .be-settings > .sidebar {\n right: 0;\n}\nbody.settings-panel-dock-right .widgets-panel-popup,\nbody.settings-panel-dock-right .settings-panel-popup {\n right: 12px;\n transform-origin: right;\n}\nbody.settings-panel-dock-right .settings-panel-popup .settings-panel-content .sidebar {\n order: 1;\n border-left: 1px solid rgba(136, 136, 136, 0.1333333333);\n}\nbody.settings-panel-dock-right .settings-panel-popup .settings-panel-content .main {\n border-bottom-left-radius: 7px;\n}\nbody.settings-panel-dock-right .settings-panel-popup .component-tags {\n border-bottom-right-radius: 8px;\n border-left: 1px solid rgba(136, 136, 136, 0.1333333333);\n right: 0;\n}\nbody.settings-panel-dock-right .settings-panel-popup .component-tags .component-tags-item:last-child {\n border-bottom-right-radius: 7px;\n}\nbody.settings-panel-dock-right .settings-panel-popup .component-settings {\n padding: 7px 7px 7px 12px;\n}\nbody.settings-panel-dock-right .settings-panel-popup .component-settings .row {\n flex-direction: row-reverse;\n}\nbody.settings-panel-dock-right .settings-panel-popup .component-settings .row .details-arrow {\n transform: rotate(180deg);\n}\nbody.settings-panel-dock-right .settings-panel-popup .component-settings .row .display-name {\n margin-left: 12px;\n width: 180px;\n}\nbody.settings-panel-dock-right .settings-panel-sub-page {\n right: 53px;\n}',""]),e.exports=o},7749:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".settings-panel-popup {\n z-index: 1000;\n}\n.settings-panel-popup .settings-panel {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n display: flex;\n align-items: stretch;\n flex-direction: column;\n --header-height: 50px;\n --settings-panel-background: #fff;\n background-color: var(--settings-panel-background);\n position: relative;\n overscroll-behavior: contain;\n border-radius: 8px;\n color: black;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: content-box;\n width: auto;\n min-width: 320px;\n height: var(--panel-height);\n transition: opacity 0.2s 0.2s ease-out;\n}\nbody.dark .settings-panel-popup .settings-panel {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .settings-panel-popup .settings-panel {\n --settings-panel-background: #222;\n color: #eee;\n}\n.settings-panel-popup .settings-panel .settings-panel-header {\n box-sizing: border-box;\n height: var(--header-height);\n padding: 12px;\n border-bottom: 1px solid rgba(136, 136, 136, 0.1333333333);\n display: flex;\n align-items: center;\n gap: 8px;\n color: black;\n fill: black;\n stroke: black;\n}\nbody.dark .settings-panel-popup .settings-panel .settings-panel-header {\n color: #eee;\n fill: #eee;\n stroke: #eee;\n}\n.settings-panel-popup .settings-panel .settings-panel-header .title {\n font-size: 18px;\n font-weight: 600;\n}\n.settings-panel-popup .settings-panel .settings-panel-header .collaspe .be-icon {\n font-size: 28px;\n}\n.settings-panel-popup .settings-panel .settings-panel-header .peek {\n cursor: pointer;\n}\n.settings-panel-popup .settings-panel .settings-panel-header .collaspe .be-icon,\n.settings-panel-popup .settings-panel .settings-panel-header .close .be-icon {\n cursor: pointer;\n transition: 0.2s ease-out;\n}\n.settings-panel-popup .settings-panel .settings-panel-header .collaspe .be-icon:hover,\n.settings-panel-popup .settings-panel .settings-panel-header .close .be-icon:hover {\n color: var(--theme-color);\n}\n.settings-panel-popup .settings-panel .settings-panel-content {\n flex: 1;\n display: flex;\n max-height: calc(var(--panel-height) - var(--header-height));\n}\n.settings-panel-popup .settings-panel .settings-panel-content .sidebar {\n display: flex;\n flex-direction: column;\n z-index: 2;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main {\n flex: 1;\n padding: 0;\n position: relative;\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .be-empty {\n min-height: 36px;\n padding: 7px;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list {\n display: grid;\n grid-template-columns: auto;\n gap: 0;\n width: auto;\n margin: 0;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list .transition-move, .settings-panel-popup .settings-panel .settings-panel-content .main .component-list .transition-enter-active, .settings-panel-popup .settings-panel .settings-panel-content .main .component-list .transition-leave-active {\n transition: all 0.5s ease;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list .transition-enter-from, .settings-panel-popup .settings-panel .settings-panel-content .main .component-list .transition-leave-to {\n opacity: 0;\n transform: translateY(-30px);\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list .transition-leave-active {\n position: absolute;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list .settings-panel-search-bar {\n display: flex;\n align-items: center;\n background-color: var(--settings-panel-background);\n padding-right: 8px;\n height: 36px;\n box-sizing: border-box;\n border-bottom: 1px solid rgba(136, 136, 136, 0.1333333333);\n position: sticky;\n top: 0;\n z-index: 1;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list .settings-panel-search-bar .settings-panel-search {\n align-self: stretch;\n font-size: 13px;\n box-shadow: none;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main .component-list .settings-panel-search-bar .settings-panel-search input {\n padding: 4px 10px;\n}\n.settings-panel-popup .settings-panel .settings-panel-content .main > * {\n flex: 1;\n}\n.settings-panel-popup .settings-panel .component-detail-panel {\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n display: flex;\n align-items: stretch;\n flex-direction: column;\n top: 50%;\n left: calc(100% - 12px);\n height: calc(100% - 22px);\n z-index: -1;\n transform: translateZ(0) translateY(-50%) translateX(calc(-48% * var(--direction)));\n transition: transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1), opacity 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);\n padding-left: 12px;\n}\nbody.dark .settings-panel-popup .settings-panel .component-detail-panel {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .settings-panel-popup .settings-panel .component-detail-panel {\n background-color: #282828;\n color: #eee;\n}\nbody.settings-panel-dock-right .settings-panel-popup .settings-panel .component-detail-panel {\n left: unset;\n right: calc(100% - 12px);\n padding: 0 12px 0 0;\n}\n.settings-panel-popup .settings-panel .component-detail-panel.open {\n transform: translateZ(0) translateY(-50%) translateX(0);\n}\n.settings-panel-popup .settings-panel.collapsed {\n height: auto;\n transform: translateY(calc(50% - 45vh));\n opacity: 0.3;\n}\n.settings-panel-popup .settings-panel.collapsed .header, body.dark .settings-panel-popup .settings-panel.collapsed .header {\n border-color: transparent;\n}\n.settings-panel-popup .settings-panel.collapsed .sidebar,\n.settings-panel-popup .settings-panel.collapsed .main {\n opacity: 0;\n padding: 0;\n pointer-events: none;\n}\n.settings-panel-popup .settings-panel.collapsed .sidebar {\n display: none;\n}\n.settings-panel-popup .settings-panel.collapsed:hover {\n opacity: 1;\n}\n.settings-panel-popup .settings-panel.peek {\n opacity: 0.1;\n}",""]),e.exports=o},8106:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".tag-ring {\n display: flex;\n transform: scaleX(-1) rotate(-90deg);\n}\n.tag-ring svg {\n height: 18px;\n width: 18px;\n}",""]),e.exports=o},173:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.widgets-panel {\n max-height: var(--panel-height);\n min-height: 80px;\n display: flex;\n align-items: center;\n flex-direction: column;\n justify-content: flex-start;\n align-items: flex-start;\n flex-wrap: wrap;\n padding: 16px;\n padding-right: 20px;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n color: black;\n fill: black;\n stroke: black;\n}\nbody.dark .widgets-panel {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .widgets-panel {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .widgets-panel {\n background-color: #222;\n}\nbody.dark .widgets-panel {\n color: #eee;\n fill: #eee;\n stroke: #eee;\n}\n.widgets-panel-header {\n flex: 0 0 auto;\n display: flex;\n align-items: center;\n font-weight: 600;\n font-size: 18px;\n margin-bottom: 18px;\n}\n.widgets-panel-header .be-icon {\n margin-right: 6px;\n}\n.widgets-panel .widgets-loading,\n.widgets-panel .widgets-empty {\n padding: 12px 0;\n}\n.widgets-panel .widgets-loading .widgets-empty-content,\n.widgets-panel .widgets-empty .widgets-empty-content {\n line-height: normal;\n}\n.widgets-panel .widgets-loading .widgets-empty-content ul,\n.widgets-panel .widgets-loading .widgets-empty-content ul li,\n.widgets-panel .widgets-empty .widgets-empty-content ul,\n.widgets-panel .widgets-empty .widgets-empty-content ul li {\n list-style: disc;\n}\n.widgets-panel .widgets-loading .widgets-empty-content ol,\n.widgets-panel .widgets-loading .widgets-empty-content ol li,\n.widgets-panel .widgets-empty .widgets-empty-content ol,\n.widgets-panel .widgets-empty .widgets-empty-content ol li {\n list-style: decimal;\n}\n.widgets-panel .widgets-loading .widgets-empty-content ul,\n.widgets-panel .widgets-loading .widgets-empty-content ol,\n.widgets-panel .widgets-empty .widgets-empty-content ul,\n.widgets-panel .widgets-empty .widgets-empty-content ol {\n padding-left: 16px;\n margin: 0;\n}\n.widgets-panel .widgets-loading .widgets-empty-content ul li,\n.widgets-panel .widgets-loading .widgets-empty-content ol li,\n.widgets-panel .widgets-empty .widgets-empty-content ul li,\n.widgets-panel .widgets-empty .widgets-empty-content ol li {\n line-height: 1.75;\n}\n.widgets-panel .widgets-loading .widgets-empty-content p,\n.widgets-panel .widgets-empty .widgets-empty-content p {\n margin: 0;\n}\n.widgets-panel .widgets-loading .widgets-empty-content details,\n.widgets-panel .widgets-empty .widgets-empty-content details {\n line-height: 1.75;\n}\n.widgets-panel .widgets-loading .widgets-empty-content details summary,\n.widgets-panel .widgets-empty .widgets-empty-content details summary {\n cursor: pointer;\n margin: 4px 0;\n}\n.widgets-panel .widgets-loading .widgets-empty-content > p,\n.widgets-panel .widgets-empty .widgets-empty-content > p {\n line-height: 1.75;\n}\n.widgets-panel .widgets-loading .widgets-empty-content p + p,\n.widgets-panel .widgets-empty .widgets-empty-content p + p {\n margin-top: 8px;\n}\n.widgets-panel .widgets-loading .widgets-empty-content pre,\n.widgets-panel .widgets-empty .widgets-empty-content pre {\n white-space: pre-wrap;\n}\n.widgets-panel .widgets-loading .widgets-empty-content code,\n.widgets-panel .widgets-empty .widgets-empty-content code {\n display: inline-block;\n padding: 0 4px;\n margin: 1px 2px;\n border-radius: 4px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n line-height: normal;\n}\n.widgets-panel .widgets-loading .widgets-empty-content kbd,\n.widgets-panel .widgets-empty .widgets-empty-content kbd {\n font-family: monospace;\n border: 1px solid #ccc;\n display: inline-block;\n border-radius: 4px;\n padding: 0 4px;\n margin: 1px 2px;\n line-height: 1.1;\n}\nbody.dark .widgets-panel .widgets-loading .widgets-empty-content kbd,\nbody.dark .widgets-panel .widgets-empty .widgets-empty-content kbd {\n border-color: #666;\n}\n.widgets-panel .widgets-loading .widgets-empty-content blockquote,\n.widgets-panel .widgets-empty .widgets-empty-content blockquote {\n border-radius: 4px;\n margin: 0;\n padding: 4px;\n padding-left: 12px;\n color: inherit;\n background-color: rgba(136, 136, 136, 0.0666666667);\n box-sizing: border-box;\n position: relative;\n}\nbody.dark .widgets-panel .widgets-loading .widgets-empty-content blockquote *,\nbody.dark .widgets-panel .widgets-empty .widgets-empty-content blockquote * {\n color: inherit !important;\n}\n.widgets-panel .widgets-loading .widgets-empty-content blockquote::before,\n.widgets-panel .widgets-empty .widgets-empty-content blockquote::before {\n content: "";\n position: absolute;\n display: block;\n width: 3px;\n height: calc(100% - 8px);\n top: 4px;\n left: 0;\n border-radius: 2px;\n background-color: var(--theme-color);\n}\n.widgets-panel .widgets-loading .widgets-empty-content a,\n.widgets-panel .widgets-loading .widgets-empty-content a:focus-within,\n.widgets-panel .widgets-loading .widgets-empty-content a:hover,\n.widgets-panel .widgets-empty .widgets-empty-content a,\n.widgets-panel .widgets-empty .widgets-empty-content a:focus-within,\n.widgets-panel .widgets-empty .widgets-empty-content a:hover {\n color: var(--theme-color);\n}\n.widgets-panel .widgets-loading .widgets-empty-content > :last-child,\n.widgets-panel .widgets-empty .widgets-empty-content > :last-child {\n margin-bottom: 0;\n}\n.widgets-panel .widget-items {\n position: relative;\n display: flex;\n align-items: stretch;\n flex-direction: column;\n gap: 8px;\n align-items: flex-start;\n}\n.widgets-panel .widget-items .widget-item {\n font-size: 14px;\n transition: 0.2s ease-out;\n display: flex;\n}\n.widgets-panel .widget-items .widget-item-enter, .widgets-panel .widget-items .widget-item-leave-to {\n opacity: 0;\n transform: scale(0.9);\n}\n.widgets-panel .widget-items .widget-item-leave-active {\n transition: 0.24s cubic-bezier(0.22, 0.61, 0.36, 1);\n position: absolute;\n white-space: nowrap;\n}\n.widgets-panel .widget-items .multiple-widgets {\n display: flex;\n align-items: stretch;\n flex-direction: column;\n gap: 8px;\n align-items: flex-start;\n position: relative;\n}',""]),e.exports=o},6905:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".component-action {\n display: flex;\n align-items: center;\n gap: 6px;\n cursor: pointer;\n border-radius: 4px;\n padding: 4px 8px 4px 6px;\n font-size: 13px;\n}\n.component-action:hover {\n background-color: rgba(136, 136, 136, 0.2666666667);\n}\n.component-action.disabled {\n cursor: not-allowed;\n opacity: 0.5;\n}",""]),e.exports=o},7706:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-about-page {\n flex: 1;\n}\n.be-about-page-header {\n display: flex;\n align-items: center;\n gap: 6px;\n margin-bottom: 12px;\n}\n.be-about-page-header .title-text {\n font-size: 16px;\n font-weight: 600;\n flex: 1 0 auto;\n}\n.be-about-page-content {\n display: flex;\n align-items: stretch;\n flex-direction: column;\n gap: 24px;\n}\n.be-about-page-content .script-meta-info {\n display: flex;\n align-items: center;\n flex-direction: column;\n gap: 8px;\n text-align: center;\n padding: 0 24px;\n}\n.be-about-page-content .script-meta-info .meta-info-name {\n font-weight: 500;\n font-size: 22px;\n}\n.be-about-page-content .script-meta-info .meta-info-version {\n font-size: 14px;\n color: var(--theme-color);\n}\n.be-about-page-content .script-meta-info .meta-info-description {\n opacity: 0.5;\n}\n.be-about-page-content .script-links .script-link {\n display: flex;\n align-items: stretch;\n}\n.be-about-page-content .script-links .script-link .be-button {\n flex: 1;\n}\n.be-about-page-content .script-links,\n.be-about-page-content .about-page-actions {\n display: flex;\n align-items: stretch;\n gap: 8px;\n flex-wrap: wrap;\n}\n.be-about-page-content .script-links .script-link,\n.be-about-page-content .script-links .about-page-action,\n.be-about-page-content .about-page-actions .script-link,\n.be-about-page-content .about-page-actions .about-page-action {\n flex: 1 0 auto;\n}\n.be-about-page-content .script-links .script-link .be-icon,\n.be-about-page-content .script-links .about-page-action .be-icon,\n.be-about-page-content .about-page-actions .script-link .be-icon,\n.be-about-page-content .about-page-actions .about-page-action .be-icon {\n margin-right: 6px;\n}",""]),e.exports=o},558:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".manage-panel .manage-item {\n flex: 0 0 auto;\n min-height: 30px;\n width: 100%;\n box-sizing: border-box;\n}",""]),e.exports=o},8694:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".manage-panel {\n height: calc(var(--panel-height) - 52px - 48px);\n display: flex;\n flex-direction: column;\n}\n.manage-panel > :not(:last-child) {\n margin-bottom: 12px;\n}\n.manage-panel .be-button .be-icon {\n margin-right: 6px;\n}\n.manage-panel .exclude-built-in .be-switch-box {\n margin-left: 6px;\n}\n.manage-panel .title-text {\n font-size: 14px;\n font-weight: 600;\n}\n.manage-panel .item-url-result {\n color: var(--theme-color);\n}\n.manage-panel .item-url {\n margin-right: 12px;\n}\n.manage-panel .manage-item-list {\n display: flex;\n align-items: center;\n flex-direction: column;\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n flex-shrink: 1;\n}\n.manage-panel .manage-item-list::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.manage-panel .item-actions {\n display: flex;\n align-items: center;\n gap: 12px;\n}\n.manage-panel .exclude-built-in {\n display: flex;\n align-items: center;\n}\n.manage-panel .be-loading {\n width: 100%;\n text-align: center;\n}\n.manage-panel .description-text {\n opacity: 0.75;\n}\n.manage-panel .add-item-row {\n position: relative;\n}\n.manage-panel .batch-add-popup {\n top: calc(100% + 8px);\n left: 50%;\n transition: 0.2s ease-out;\n transform: translateX(-50%) translateY(-8px);\n padding: 8px;\n width: 100%;\n min-height: calc(var(--panel-height) / 2);\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n display: flex;\n align-items: stretch;\n flex-direction: column;\n gap: 8px;\n}\nbody.dark .manage-panel .batch-add-popup {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .manage-panel .batch-add-popup {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .manage-panel .batch-add-popup {\n background-color: #222;\n}\n.manage-panel .batch-add-popup.open {\n transform: translateX(-50%) translateY(0px);\n}\n.manage-panel .batch-add-popup .be-text-area {\n flex: 1 0 auto;\n}\n.manage-panel .batch-add-popup .batch-add-actions {\n display: flex;\n align-items: center;\n gap: 8px;\n}\n.manage-panel .batch-add-popup .batch-add-actions .be-button {\n flex: 1 0 0;\n}\n.manage-panel .batch-add-popup .batch-add-actions .be-icon {\n margin-right: 6px;\n}\n.manage-panel-title {\n gap: 6px;\n}\n.manage-panel-title .title-text {\n font-size: 16px;\n font-weight: 600;\n flex: 1 0 auto;\n}\n.manage-panel .search-item-row {\n gap: 6px;\n}",""]),e.exports=o},1271:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.manage-panel .user-item {\n display: grid;\n column-gap: 6px;\n grid-template: "displayName line remove" auto "name line remove" auto/auto 1fr auto;\n align-items: center;\n padding: 6px 0;\n}\n.manage-panel .user-item .user-item-display-name {\n grid-area: displayName;\n}\n.manage-panel .user-item .user-item-name {\n grid-area: name;\n opacity: 0.5;\n font-size: 11px;\n}\n.manage-panel .user-item .user-item-line {\n grid-area: line;\n justify-self: stretch;\n transition: 0.2s ease-out;\n opacity: 0;\n height: 0;\n width: 100%;\n border-bottom: 1px dashed;\n box-sizing: border-box;\n}\n.manage-panel .user-item .user-item-toggle {\n grid-area: toggle;\n justify-self: end;\n}\n.manage-panel .user-item .user-item-remove-confirm {\n display: flex;\n align-items: center;\n gap: 8px;\n font-size: 13px;\n color: white;\n}\n.manage-panel .user-item .user-item-remove-confirm .be-button {\n color: inherit;\n font-size: 12px;\n padding: 4px;\n padding-right: 6px;\n}\n.manage-panel .user-item .user-item-remove-confirm .be-button .be-icon {\n margin-right: 4px;\n}\n.manage-panel .user-item .tippy-box {\n border-radius: 8px;\n}\n.manage-panel .user-item .tippy-box .tippy-content {\n padding-right: 5px;\n}\n.manage-panel .user-item .user-item-remove {\n grid-area: remove;\n justify-self: end;\n display: flex;\n align-items: center;\n opacity: 0.1;\n transition: 0.2s ease-out;\n cursor: pointer;\n padding: 4px;\n}\n.manage-panel .user-item .user-item-remove:hover {\n opacity: 1;\n color: #e54e4e;\n}\n.manage-panel .user-item:hover .user-item-remove:not(:hover) {\n opacity: 0.75;\n}\n.manage-panel .user-item:hover .user-item-line {\n opacity: 0.5;\n}',""]),e.exports=o},3615:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".online-registry {\n top: 50%;\n left: 50%;\n transform: translate(-50%, -50%) scale(0.95);\n width: 400px;\n height: 85vh;\n z-index: 100000;\n transition: 0.2s ease-out;\n font-size: 14px;\n display: flex;\n align-items: stretch;\n flex-direction: column;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n}\nbody.dark .online-registry {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .online-registry {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .online-registry {\n background-color: #222;\n}\n.online-registry.open {\n transform: translate(-50%, -50%) scale(1);\n}\n.online-registry-header {\n padding: 12px 12px 6px 12px;\n display: flex;\n align-items: center;\n gap: 12px;\n row-gap: 6px;\n flex-wrap: wrap;\n}\n.online-registry-header + .online-registry-header {\n padding-top: 6px;\n}\n.online-registry-header-title {\n flex: 1;\n font-size: 18px;\n font-weight: 600;\n}\n.online-registry-header-search {\n flex: 1;\n justify-content: center;\n display: flex;\n align-items: center;\n gap: 6px;\n}\n.online-registry-header-search .be-textbox {\n max-width: 320px;\n flex: 1;\n font-size: 12px;\n}\n.online-registry-header-filter {\n display: flex;\n align-items: center;\n gap: 6px;\n font-size: 12px;\n}\n.online-registry-header-branch {\n display: flex;\n align-items: center;\n gap: 6px;\n font-size: 12px;\n}\n.online-registry-header-refresh-icon, .online-registry-header-close-icon {\n padding: 2px;\n cursor: pointer;\n transition: 0.3s ease-out;\n}\n.online-registry-header-refresh-icon:hover, .online-registry-header-close-icon:hover {\n color: var(--theme-color);\n}\n.online-registry-header-refresh-icon {\n padding: 3px;\n}\n.online-registry-header-refresh-icon:hover {\n transform: rotate(360deg);\n}\n.online-registry-separator {\n height: 1px;\n width: calc(100% - 24px);\n margin: 0 12px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.online-registry-content {\n flex: 1;\n padding: 4px 0;\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n}\n.online-registry-content::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.online-registry-content .be-loading,\n.online-registry-content .be-empty {\n margin: 12px 0;\n}",""]),e.exports=o},6474:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.online-registry-item-wrapper {\n min-height: 39px;\n position: relative;\n}\n.online-registry-item-wrapper.hidden {\n display: none;\n}\n.online-registry-item-wrapper::before {\n content: "";\n opacity: 0;\n transition: opacity 0.2s ease-out;\n position: absolute;\n pointer-events: none;\n top: 50%;\n left: 12px;\n transform: translateY(-50%);\n width: calc(100% - 24px);\n height: 20px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n display: flex;\n}\n.online-registry-item-wrapper.virtual::before {\n opacity: 1;\n}\n.online-registry-item {\n display: flex;\n align-items: center;\n gap: 4px;\n flex-wrap: wrap;\n padding: 8px 12px;\n}\n.online-registry-item:hover {\n background-color: rgba(136, 136, 136, 0.0666666667);\n}\n.online-registry-item:not(:last-child) {\n border-bottom: 1px solid rgba(136, 136, 136, 0.1333333333);\n}\n.online-registry-item .item-badge {\n padding: 2px 4px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n border-radius: 4px;\n font-size: 12px;\n}\n.online-registry-item .item-display-name {\n font-weight: 600;\n}\n.online-registry-item .grow {\n flex: 1 0 0;\n}\n.online-registry-item .item-action {\n font-size: 12px;\n}\n.online-registry-item .item-action .be-icon {\n margin-right: 6px;\n}\n.online-registry-item .item-action .reinstall-button:not(:hover):not(:focus-within) {\n opacity: 0.5;\n}\n.online-registry-item:hover .item-description {\n opacity: 1;\n}\n.online-registry-description {\n font-size: 13px;\n line-height: normal;\n word-break: break-all;\n}\n.online-registry-description ul,\n.online-registry-description ul li {\n list-style: disc;\n}\n.online-registry-description ol,\n.online-registry-description ol li {\n list-style: decimal;\n}\n.online-registry-description ul,\n.online-registry-description ol {\n padding-left: 16px;\n margin: 0;\n}\n.online-registry-description ul li,\n.online-registry-description ol li {\n line-height: 1.75;\n}\n.online-registry-description p {\n margin: 0;\n}\n.online-registry-description details {\n line-height: 1.75;\n}\n.online-registry-description details summary {\n cursor: pointer;\n margin: 4px 0;\n}\n.online-registry-description > p {\n line-height: 1.75;\n}\n.online-registry-description p + p {\n margin-top: 8px;\n}\n.online-registry-description pre {\n white-space: pre-wrap;\n}\n.online-registry-description code {\n display: inline-block;\n padding: 0 4px;\n margin: 1px 2px;\n border-radius: 4px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n line-height: normal;\n}\n.online-registry-description kbd {\n font-family: monospace;\n border: 1px solid #ccc;\n display: inline-block;\n border-radius: 4px;\n padding: 0 4px;\n margin: 1px 2px;\n line-height: 1.1;\n}\nbody.dark .online-registry-description kbd {\n border-color: #666;\n}\n.online-registry-description blockquote {\n border-radius: 4px;\n margin: 0;\n padding: 4px;\n padding-left: 12px;\n color: inherit;\n background-color: rgba(136, 136, 136, 0.0666666667);\n box-sizing: border-box;\n position: relative;\n}\nbody.dark .online-registry-description blockquote * {\n color: inherit !important;\n}\n.online-registry-description blockquote::before {\n content: "";\n position: absolute;\n display: block;\n width: 3px;\n height: calc(100% - 8px);\n top: 4px;\n left: 0;\n border-radius: 2px;\n background-color: var(--theme-color);\n}\n.online-registry-description a,\n.online-registry-description a:focus-within,\n.online-registry-description a:hover {\n color: var(--theme-color);\n}\n.online-registry-description > :last-child {\n margin-bottom: 0;\n}',""]),e.exports=o},6482:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-video-control-bar-extend {\n display: flex;\n}\n.squirtle-controller-wrap .be-video-control-bar-extend {\n margin-top: 1px;\n}\n.be-video-control-bar-extend, .squirtle-controller.squirtle-wide-screen .be-video-control-bar-extend.squirtle-block-wrap {\n width: auto !important;\n margin-top: 0px;\n}\n.be-video-control-bar-extend .bp-svgicon {\n width: auto;\n padding-top: 1px;\n}\n.be-video-control-bar-extend .bp-svgicon .be-icon {\n transition: transform 0.2s ease-out;\n}\n.be-video-control-bar-extend .bp-svgicon .be-icon svg,\n.be-video-control-bar-extend .bp-svgicon .be-icon {\n font-size: 22px;\n width: 22px;\n height: 22px;\n color: #fff;\n fill: #fff;\n}\nbody.player-mode-full .be-video-control-bar-extend .bp-svgicon .be-icon svg, body.player-fullscreen-fix .be-video-control-bar-extend .bp-svgicon .be-icon svg, body.player-mode-web .be-video-control-bar-extend .bp-svgicon .be-icon svg, body.player-full-win .be-video-control-bar-extend .bp-svgicon .be-icon svg,\nbody.player-mode-full .be-video-control-bar-extend .bp-svgicon .be-icon,\nbody.player-fullscreen-fix .be-video-control-bar-extend .bp-svgicon .be-icon,\nbody.player-mode-web .be-video-control-bar-extend .bp-svgicon .be-icon,\nbody.player-full-win .be-video-control-bar-extend .bp-svgicon .be-icon {\n font-size: 28px;\n width: 28px;\n height: 28px;\n}\n.be-video-control-bar-extend .be-video-control-tooltip {\n pointer-events: none;\n font-size: 12px;\n padding: 6px 8px;\n line-height: normal;\n white-space: nowrap;\n color: #fff;\n background-color: rgba(0, 0, 0, 0.7019607843);\n border-radius: 4px;\n position: absolute;\n top: 0;\n left: 50%;\n transform: translateX(-50%) translateY(calc(-100% - 11px));\n opacity: 0;\n}\n.be-video-control-bar-extend-item {\n display: flex;\n align-items: flex-start;\n justify-content: center;\n position: relative;\n}\n.squirtle-controller-wrap .be-video-control-bar-extend-item {\n align-items: center;\n}\n.be-video-control-bar-extend-item:hover .be-video-control-tooltip {\n transition: all 0.3s ease-in-out 0.3s;\n opacity: 1;\n transform: translateX(-50%) translateY(calc(-100% - 19px));\n}\n.be-video-control-bar-extend-item:active .bp-svgicon .be-icon {\n transform: scale(0.95);\n}\n.be-video-control-bar-extend-item button {\n background-color: transparent;\n margin: 0;\n padding: 0;\n border: none;\n cursor: pointer;\n}\n.be-video-control-bar-extend-item button:hover, .be-video-control-bar-extend-item button:active {\n outline: none !important;\n}\nbody.player-mode-full .bpx-player-control-wrap .be-video-control-bar-extend-item button, body.player-fullscreen-fix .bpx-player-control-wrap .be-video-control-bar-extend-item button, body.player-mode-web .bpx-player-control-wrap .be-video-control-bar-extend-item button, body.player-full-win .bpx-player-control-wrap .be-video-control-bar-extend-item button {\n padding-top: 2px;\n}",""]),e.exports=o},7095:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-dialog {\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n display: flex;\n align-items: stretch;\n flex-direction: column;\n min-width: 200px;\n min-height: 150px;\n max-width: calc(100vw - 100px);\n max-height: calc(100vh - 100px);\n position: fixed;\n transition: 0.2s ease-out;\n left: 50%;\n top: 50%;\n transform: translateX(-50%) translateY(-50%) scale(0.95);\n opacity: 0;\n pointer-events: none;\n}\nbody.dark .be-dialog {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .be-dialog {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .be-dialog {\n background-color: #222;\n}\n.be-dialog.open {\n transform: translateX(-50%) translateY(-50%) scale(1);\n opacity: 1;\n pointer-events: initial;\n}\n.be-dialog-header {\n display: flex;\n align-items: center;\n gap: 8px;\n justify-content: space-between;\n padding: 12px 12px 12px 16px;\n}\n.be-dialog-header-title {\n font-weight: 600;\n font-size: 18px;\n}\n.be-dialog-header-close .be-button {\n padding: 6px;\n}\n.be-dialog-content {\n flex: 1 0 auto;\n overflow: auto;\n}",""]),e.exports=o},3554:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".toast-card {\n background: #fff;\n min-width: var(--card-min-width);\n max-width: 60vw;\n min-height: 87px;\n margin: 8px 0;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n box-sizing: border-box;\n border: 1px solid rgba(136, 136, 136, 0.2666666667);\n transform-origin: left;\n overflow: hidden;\n display: flex;\n flex-direction: column;\n transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);\n position: relative;\n padding-left: 8px;\n border-radius: 8px;\n}\nbody.dark .toast-card {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\n.toast-card.toast-card-container-enter, .toast-card.toast-card-container-leave-to {\n opacity: 0;\n transform: translateX(var(--card-min-width-negative));\n}\n.toast-card.toast-card-container-leave-active {\n position: absolute;\n transition: 0.3s cubic-bezier(0.6, -0.28, 0.74, 0.05);\n}\n.toast-card-header {\n display: flex;\n align-items: center;\n}\n.toast-card-title {\n font-size: 18px;\n color: #444;\n opacity: 0.5;\n margin: 12px;\n font-weight: 600;\n flex: 1 1 auto;\n}\nbody.dark .toast-card-title {\n color: #999;\n}\n.toast-card-close {\n height: 24px;\n width: 24px;\n display: flex;\n align-items: center;\n position: relative;\n justify-content: center;\n flex: 0 0 auto;\n padding: 14px;\n cursor: pointer;\n -webkit-tap-highlight-color: transparent;\n box-sizing: content-box;\n opacity: 0.75;\n}\n.toast-card-close:hover {\n opacity: 0.85;\n}\n.toast-card-close:hover .be-icon {\n transform: scale(1.2);\n}\n.toast-card-close:active {\n opacity: 0.9;\n}\n.toast-card-close:active .be-icon {\n transform: scale(1.3);\n}\n.toast-card-close .be-icon {\n transition: 0.2s ease-out;\n}\n.toast-card-close .be-progress-ring {\n position: absolute;\n top: 50%;\n left: 50%;\n transform: translateX(-50%) translateY(-50%);\n --ring-color: currentColor;\n opacity: 0;\n}\n.toast-card-close.show-progress .be-progress-ring {\n opacity: 1;\n}\n.toast-card-message {\n color: #000;\n font-size: 14px;\n margin: 0 16px 12px 12px;\n white-space: pre-wrap;\n display: flex;\n align-items: center;\n line-height: 1.5;\n flex-wrap: wrap;\n word-break: break-all;\n max-height: 200px;\n overflow: auto;\n}\n.toast-card-border {\n position: absolute;\n border-radius: 2px;\n height: calc(100% - 10px);\n width: 4px;\n top: 5px;\n left: 0;\n}\n.toast-card.toast-default .toast-card-border {\n background-color: #444;\n}\n.toast-card.toast-error .toast-card-border {\n background-color: #f44336;\n}\n.toast-card.toast-info .toast-card-border {\n background-color: #2196f3;\n}\n.toast-card.toast-success .toast-card-border {\n background-color: #8bc34a;\n}\n.toast-card span,\n.toast-card .link {\n display: inline-block;\n padding: 2px 4px;\n margin: 2px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n text-decoration: none;\n color: #000;\n transition: all 0.2s ease-out;\n border-radius: 6px;\n}\n.toast-card .link {\n cursor: pointer;\n}\n.toast-card .link:hover {\n background-color: rgba(136, 136, 136, 0.2);\n}\n.toast-card .link:active {\n background-color: rgba(136, 136, 136, 0.2666666667);\n}\n.toast-card .download-link,\n.toast-card .download-link:hover {\n color: inherit !important;\n text-decoration: underline;\n word-break: break-all;\n}",""]),e.exports=o},1654:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".toast-card-container {\n --card-min-width: 240px;\n --card-min-width-negative: -240px;\n position: fixed;\n left: 0;\n bottom: 0;\n display: flex;\n flex-direction: column-reverse;\n align-items: flex-start;\n padding-left: 16px;\n z-index: 100001;\n pointer-events: none;\n overflow: hidden;\n width: 100%;\n height: 100%;\n transition: 0.2s ease-out;\n}\n.toast-card-container * {\n pointer-events: initial;\n transition: 0.2s ease-out;\n}",""]),e.exports=o},8915:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-check-box .text-container[data-v-07bbf374] {\n flex: 1 1 auto;\n display: flex;\n align-items: center;\n}\n.be-check-box .icon-container[data-v-07bbf374] {\n flex-shrink: 0;\n position: relative;\n margin: 2px 0 2px 8px;\n}\n.be-check-box .icon-container > *[data-v-07bbf374] {\n transition: 0.3s cubic-bezier(0.18, 0.89, 0.32, 1.28);\n}\n.be-check-box .icon-container .not-checked[data-v-07bbf374] {\n opacity: 0.75;\n}\n.be-check-box .icon-container .checked[data-v-07bbf374] {\n position: absolute;\n top: 0;\n left: 0;\n opacity: 0;\n transform: scale(0);\n}\n.be-check-box.checked .icon-container[data-v-07bbf374] {\n color: var(--theme-color);\n}\n.be-check-box.checked .icon-container .not-checked[data-v-07bbf374] {\n transform: scale(0);\n opacity: 0;\n}\n.be-check-box.checked .icon-container .checked[data-v-07bbf374] {\n transform: scale(1);\n opacity: 1;\n}\n.be-check-box.left-icon .icon-container[data-v-07bbf374] {\n order: -1;\n margin: 2px 6px 2px 0;\n}",""]),e.exports=o},5314:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-color-picker[data-v-5b939efc] {\n font-size: 14px;\n display: flex;\n position: relative;\n color: #000;\n}\n.be-color-picker[data-v-5b939efc], .be-color-picker *[data-v-5b939efc] {\n -webkit-tap-highlight-color: transparent;\n}\nbody.dark .be-color-picker[data-v-5b939efc] {\n color: #eee;\n}\n.be-color-picker .selected-color[data-v-5b939efc] {\n cursor: pointer;\n border-radius: 50%;\n outline: none !important;\n transition: box-shadow 0.2s ease-out;\n}\n.be-color-picker .selected-color[data-v-5b939efc]:focus-within {\n box-shadow: 0 0 0 3px var(--theme-color-20);\n}\n.be-color-picker .picker[data-v-5b939efc] {\n left: calc(50% + var(--offset));\n top: 100%;\n transition: 0.12s ease-out;\n transform: translateX(-50%) translateY(8px) scale(0.75);\n transform-origin: top;\n display: flex;\n flex-direction: column;\n align-items: stretch;\n padding: 14px;\n width: 240px;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n box-sizing: content-box;\n}\nbody.dark .be-color-picker .picker[data-v-5b939efc] {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .be-color-picker .picker[data-v-5b939efc] {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .be-color-picker .picker[data-v-5b939efc] {\n background-color: #222;\n}\n.be-color-picker .picker.open[data-v-5b939efc] {\n transform: translateX(-50%) translateY(8px) scale(1);\n}\n.be-color-picker .picker .item-group[data-v-5b939efc] {\n display: flex;\n flex-direction: column;\n}\n.be-color-picker .picker .item-group .item-title[data-v-5b939efc] {\n font-weight: 600;\n margin-bottom: 8px;\n}\n.be-color-picker .picker .item-group.info[data-v-5b939efc], .be-color-picker .picker .item-group.operations[data-v-5b939efc] {\n flex-direction: row;\n}\n.be-color-picker .picker .item-group.operations .ok[data-v-5b939efc],\n.be-color-picker .picker .item-group.operations .cancel[data-v-5b939efc] {\n padding: 6px 8px;\n flex: 1 0 0;\n text-align: center;\n font-size: 14px;\n}\n.be-color-picker .picker .item-group.operations .cancel[data-v-5b939efc] {\n margin-right: 4px;\n}\n.be-color-picker .picker .item-group.operations .ok[data-v-5b939efc] {\n margin-left: 4px;\n}\n.be-color-picker .picker .item-group.info[data-v-5b939efc] {\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.be-color-picker .picker .item-group.info .color-preview[data-v-5b939efc] {\n transition: none;\n width: 24px;\n height: 24px;\n margin-right: 8px;\n border-radius: 50%;\n}\n.be-color-picker .picker .item-group.info .grow[data-v-5b939efc] {\n flex: 1 0 0;\n}\n.be-color-picker .picker .item-group.info .toggle-mode[data-v-5b939efc] {\n font-size: 14px;\n padding: 4px 8px;\n}\n.be-color-picker .picker .item-group.info .hex[data-v-5b939efc] {\n flex: 1 1 64px;\n}\n.be-color-picker .picker .item-group .colors[data-v-5b939efc] {\n display: flex;\n flex-wrap: wrap;\n justify-content: flex-start;\n}\n.be-color-picker .picker .item-group .colors .color[data-v-5b939efc] {\n outline: none !important;\n margin-right: 6px;\n margin-bottom: 6px;\n height: 24px;\n width: 24px;\n cursor: pointer;\n border-radius: 50%;\n transition: transform 0.2s ease-out;\n}\n.be-color-picker .picker .item-group .colors .color[data-v-5b939efc]:hover, .be-color-picker .picker .item-group .colors .color[data-v-5b939efc]:focus-within {\n transform: scale(1.1);\n}\n.be-color-picker .picker .item-group .colors .color[data-v-5b939efc]:active {\n transform: scale(1.05);\n}\n.be-color-picker .picker .item-group .bars[data-v-5b939efc] {\n display: flex;\n flex-direction: column;\n}\n.be-color-picker .picker .item-group .bars .bar[data-v-5b939efc] {\n display: flex;\n align-items: center;\n font-size: 14px;\n margin-bottom: 4px;\n}\n.be-color-picker .picker .item-group .bars .bar .color-bar[data-v-5b939efc] {\n height: 4px;\n border-radius: 2px;\n box-shadow: 0 0 0 2px rgba(136, 136, 136, 0.1333333333);\n}\n.be-color-picker .picker .item-group .bars .bar .color-thumb[data-v-5b939efc] {\n width: 14px;\n height: 14px;\n border-radius: 50%;\n border: 2px solid var(--theme-color-20);\n transition: border 0.2s ease-out;\n background-color: #fff;\n}\n.be-color-picker .picker .item-group .bars .bar .be-slider:focus-within .color-thumb[data-v-5b939efc] {\n border-color: var(--theme-color);\n}\n.be-color-picker .picker .item-group .bars .bar-name[data-v-5b939efc] {\n flex-shrink: 0;\n width: 24px;\n}\n.be-color-picker .picker .item-group .bars .bar-value[data-v-5b939efc] {\n flex: 0 0 48px;\n margin-left: 6px;\n text-align: right;\n}\n.be-color-picker .picker .item-group .bars .be-slider[data-v-5b939efc] {\n flex: 1 0 0;\n margin: 4px 6px;\n}\n.be-color-picker .picker .item-group[data-v-5b939efc]:not(:last-child) {\n margin-bottom: 16px;\n}\n.be-color-picker .picker.compact[data-v-5b939efc] {\n width: 200px;\n}\n.be-color-picker .picker.compact .item-group .colors .color[data-v-5b939efc] {\n width: 19px;\n height: 19px;\n}",""]),e.exports=o},6676:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".default-widget[data-v-20e1bedd] {\n position: relative;\n}\n.default-widget .widget-icon[data-v-20e1bedd] {\n margin-right: 8px;\n opacity: 0.75;\n}\n.default-widget .widget-name[data-v-20e1bedd] {\n display: flex;\n}",""]),e.exports=o},3992:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-image-picker[data-v-7b32c90b] {\n position: relative;\n font-size: 14px;\n}\n.be-image-picker .popup[data-v-7b32c90b] {\n transition: 0.12s ease-out;\n transform: translateX(-50%) translateY(8px) scale(0.75);\n transform-origin: top;\n top: 100%;\n left: 50%;\n padding: 8px;\n width: 302px;\n box-sizing: border-box;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n}\nbody.dark .be-image-picker .popup[data-v-7b32c90b] {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .be-image-picker .popup[data-v-7b32c90b] {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .be-image-picker .popup[data-v-7b32c90b] {\n background-color: #222;\n}\n.be-image-picker .popup.open[data-v-7b32c90b] {\n transform: translateX(-50%) translateY(8px) scale(1);\n}\n.be-image-picker .popup .empty-tip[data-v-7b32c90b] {\n color: black;\n fill: black;\n stroke: black;\n text-align: center;\n margin-bottom: 16px;\n}\nbody.dark .be-image-picker .popup .empty-tip[data-v-7b32c90b] {\n color: #eee;\n fill: #eee;\n stroke: #eee;\n}\n.be-image-picker .popup .images[data-v-7b32c90b] {\n max-height: 240px;\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n outline: none !important;\n display: flex;\n flex-wrap: wrap;\n align-items: center;\n justify-content: flex-start;\n padding-left: 6px;\n padding-top: 6px;\n}\n.be-image-picker .popup .images[data-v-7b32c90b]::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.be-image-picker .popup .images .image[data-v-7b32c90b] {\n border-radius: 4px;\n transition: transform 0.2s ease-out, box-shadow 0.2s ease-out;\n outline: none !important;\n overflow: hidden;\n cursor: pointer;\n display: flex;\n margin-right: 6px;\n margin-bottom: 6px;\n}\n.be-image-picker .popup .images .image.image-list-enter[data-v-7b32c90b], .be-image-picker .popup .images .image.image-list-leave-to[data-v-7b32c90b] {\n opacity: 0;\n}\n.be-image-picker .popup .images .image.image-list-leave-active[data-v-7b32c90b] {\n position: absolute;\n}\n.be-image-picker .popup .images .image img[data-v-7b32c90b] {\n object-fit: cover;\n transition: 0.2s ease-out;\n}\n.be-image-picker .popup .images .image[data-v-7b32c90b]:hover, .be-image-picker .popup .images .image[data-v-7b32c90b]:focus-within {\n box-shadow: 0 0 0 2px var(--theme-color), 0 0 0 4px var(--theme-color-20);\n}\n.be-image-picker .popup .images .image:hover img[data-v-7b32c90b], .be-image-picker .popup .images .image:focus-within img[data-v-7b32c90b] {\n transform: scale(1.1);\n}\n.be-image-picker .popup .images .image.selected[data-v-7b32c90b] {\n box-shadow: 0 0 0 3px var(--theme-color);\n}\n.be-image-picker .popup .mask[data-v-7b32c90b] {\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n border-radius: 8px;\n background-color: rgba(0, 0, 0, 0.6666666667);\n}\n.be-image-picker .popup .operations[data-v-7b32c90b] {\n display: flex;\n margin: 8px 4px 4px 4px;\n}\n.be-image-picker .popup .operations[data-v-7b32c90b] > :not(:last-child) {\n margin-right: 8px;\n}\n.be-image-picker .popup .operations > .be-button[data-v-7b32c90b] {\n flex: 1 0 0;\n padding: 6px 8px;\n}\n.be-image-picker .popup .operations > .be-button.clear-image[data-v-7b32c90b] {\n flex-grow: 2;\n}\n.be-image-picker .popup .operations .add-image-popup[data-v-7b32c90b] {\n transition: 0.12s ease-out;\n transform: translateX(-50%) translateY(-50%) scale(0.75);\n top: 50%;\n left: 50%;\n padding: 14px;\n background-color: #fff;\n color: black;\n border-radius: 8px;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n width: 80%;\n}\nbody.dark .be-image-picker .popup .operations .add-image-popup[data-v-7b32c90b] {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\nbody.dark .be-image-picker .popup .operations .add-image-popup[data-v-7b32c90b] {\n background-color: #282828;\n color: #eee;\n}\nbody.dark .be-image-picker .popup .operations .add-image-popup[data-v-7b32c90b] {\n background-color: #222;\n}\n.be-image-picker .popup .operations .add-image-popup.open[data-v-7b32c90b] {\n transform: translateX(-50%) translateY(-50%) scale(1);\n}\n.be-image-picker .popup .operations .add-image-popup .add-image-row[data-v-7b32c90b] {\n display: flex;\n align-items: center;\n justify-content: center;\n color: black;\n fill: black;\n stroke: black;\n}\nbody.dark .be-image-picker .popup .operations .add-image-popup .add-image-row[data-v-7b32c90b] {\n color: #eee;\n fill: #eee;\n stroke: #eee;\n}\n.be-image-picker .popup .operations .add-image-popup .add-image-row[data-v-7b32c90b]:not(:last-child) {\n margin-bottom: 12px;\n}\n.be-image-picker .popup .operations .add-image-popup .add-image-row .be-textbox[data-v-7b32c90b] {\n margin-left: 8px;\n flex: 1 0 0;\n}\n.be-image-picker .popup .operations .add-image-popup .add-image-row .be-button[data-v-7b32c90b] {\n flex: 1 0 0;\n padding: 6px 8px;\n}\n.be-image-picker .popup .operations .add-image-popup .add-image-row .title[data-v-7b32c90b] {\n font-weight: 600;\n font-size: 16px;\n}\n.be-image-picker .popup .operations .add-image-popup .add-image-row.buttons[data-v-7b32c90b] > :not(:last-child) {\n margin-right: 8px;\n}",""]),e.exports=o},7677:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.image-viewer-container[data-v-8829ba14] {\n background: rgba(0, 0, 0, 0.85);\n width: 100%;\n height: 100%;\n position: fixed;\n top: 0;\n left: 0;\n z-index: 100002;\n display: flex;\n justify-content: center;\n align-items: center;\n opacity: 0;\n pointer-events: none;\n color: #eee;\n}\n.image-viewer-container[data-v-8829ba14], .image-viewer-container *[data-v-8829ba14] {\n transition: 0.2s ease-out;\n}\n.image-viewer-container.open[data-v-8829ba14] {\n opacity: 1;\n pointer-events: initial;\n}\n.image-viewer-container .image-viewer[data-v-8829ba14] {\n width: 90%;\n height: 90%;\n display: grid;\n grid-template: "image close" 48px "image ." auto "image copy-link" 48px "image ." 12px "image new-tab" 48px "image ." 18px "image download" 48px/auto 48px;\n column-gap: 12px;\n justify-items: center;\n justify-content: stretch;\n align-items: center;\n align-content: stretch;\n transform: scale(0.95);\n}\n.image-viewer-container .image-viewer .image-container[data-v-8829ba14] {\n grid-area: image;\n width: 100%;\n height: 100%;\n display: flex;\n flex-direction: column;\n}\n.image-viewer-container .image-viewer .image-container .image[data-v-8829ba14] {\n flex: 1 0 0;\n height: 0;\n object-fit: contain;\n}\n.image-viewer-container .image-viewer .close[data-v-8829ba14] {\n grid-area: close;\n}\n.image-viewer-container .image-viewer .download[data-v-8829ba14] {\n grid-area: download;\n}\n.image-viewer-container .image-viewer .copy-link[data-v-8829ba14] {\n grid-area: copy-link;\n transform: scale(0.95);\n}\n.image-viewer-container .image-viewer .new-tab[data-v-8829ba14] {\n grid-area: new-tab;\n transform: scale(0.85);\n}\n.image-viewer-container .image-viewer .image-viewer-icon[data-v-8829ba14] {\n cursor: pointer;\n width: 100%;\n height: 100%;\n transition: 0.2s ease-out;\n color: #eee;\n}\n.image-viewer-container .image-viewer .image-viewer-icon:hover .be-icon[data-v-8829ba14] {\n color: var(--theme-color);\n}\n.image-viewer-container.open .image-viewer[data-v-8829ba14] {\n transform: scale(1);\n}',""]),e.exports=o},675:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-progress-bar[data-v-56b62124] {\n display: flex;\n justify-content: flex-start;\n align-items: stretch;\n height: 4px;\n background-color: rgba(136, 136, 136, 0.2666666667);\n border-radius: 2px;\n min-width: 24px;\n overflow: hidden;\n}\n.be-progress-bar .progress[data-v-56b62124] {\n border-radius: 2px;\n background-color: var(--theme-color);\n}\n.be-progress-bar .progress.transition[data-v-56b62124] {\n transition: width 0.3s ease-out;\n}",""]),e.exports=o},6357:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-progress-ring[data-v-360d0319] {\n --ring-color: var(--theme-color);\n --ring-background: #8884;\n display: flex;\n}\n.be-progress-ring svg[data-v-360d0319] {\n transform: rotate(-90deg);\n}\n.be-progress-ring svg .progress[data-v-360d0319] {\n stroke: var(--ring-color);\n}\n.be-progress-ring svg .progress.transition[data-v-360d0319] {\n transition: stroke-dashoffset 0.3s ease-out;\n}\n.be-progress-ring svg .progress-background[data-v-360d0319] {\n stroke: var(--ring-background);\n}",""]),e.exports=o},6566:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-range-input[data-v-b459c060] {\n display: flex;\n align-items: center;\n}\n.be-range-input > .be-textbox[data-v-b459c060] {\n flex: 1;\n}\n.be-range-input .default-separator[data-v-b459c060] {\n margin: 0 8px;\n flex: 0 0 auto;\n}",""]),e.exports=o},3507:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-scroll-trigger {\n cursor: pointer;\n}",""]),e.exports=o},9732:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-switch-box {\n outline: none !important;\n width: 32px;\n margin: 4px 0;\n}\n.be-switch-box, .be-switch-box *, .be-switch-box *::before, .be-switch-box *::after {\n transition: 0.2s all ease-out;\n}\n.be-switch-box input[type=checkbox] {\n display: none;\n}\n.be-switch-box label {\n display: block;\n cursor: pointer;\n -webkit-tap-highlight-color: transparent;\n}\n.be-switch-box .bar {\n position: relative;\n background-color: rgba(136, 136, 136, 0.2666666667);\n box-sizing: border-box;\n height: 12px;\n border-radius: 6px;\n}\n.be-switch-box .bar .thumb {\n position: absolute;\n left: 0;\n top: 50%;\n transform: translateY(-50%);\n width: 18px;\n height: 18px;\n border-radius: 50%;\n background-color: #fff;\n border: 1px solid #ddd;\n}\nbody.dark .be-switch-box .bar .thumb {\n border-color: #555;\n background-color: #666;\n}\n.be-switch-box.checked .bar {\n background-color: var(--theme-color-50);\n}\n.be-switch-box.checked .bar .thumb {\n background-color: var(--theme-color);\n border-color: transparent;\n left: calc(100% - 18px);\n}\nbody.dark .be-switch-box.checked .bar .thumb {\n border-color: transparent;\n background-color: var(--theme-color);\n}\n.be-switch-box:focus-within.checked .thumb {\n box-shadow: 0 0 0 1px var(--theme-color-20);\n}\n.be-switch-box.disabled {\n opacity: 0.5;\n}\n.be-switch-box.disabled, .be-switch-box.disabled * {\n cursor: not-allowed;\n}",""]),e.exports=o},3543:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'.be-tab-control {\n display: flex;\n flex-direction: column;\n}\n.be-tab-control .default-header {\n display: flex;\n justify-content: space-between;\n align-items: center;\n padding: 0 8px 8px 0;\n}\n.be-tab-control .default-header .default-tabs {\n display: flex;\n padding: 6px 8px;\n}\n.be-tab-control .default-header .default-tabs .default-tab {\n font-size: 14px;\n position: relative;\n cursor: pointer;\n -webkit-user-select: none;\n user-select: none;\n color: black;\n fill: black;\n stroke: black;\n}\nbody.dark .be-tab-control .default-header .default-tabs .default-tab {\n color: #eee;\n fill: #eee;\n stroke: #eee;\n}\n.be-tab-control .default-header .default-tabs .default-tab:not(:last-child) {\n margin-right: 16px;\n}\n.be-tab-control .default-header .default-tabs .default-tab::after {\n content: "";\n position: absolute;\n top: calc(100% + 4px);\n left: 50%;\n display: block;\n height: 3px;\n border-radius: 2px;\n width: 80%;\n background-color: var(--theme-color);\n transition: transform 0.2s ease-out;\n transform: translateX(-50%) scaleX(0);\n}\n.be-tab-control .default-header .default-tabs .default-tab-name {\n transition: transform 0.2s ease-out;\n opacity: 0.5;\n}\n.be-tab-control .default-header .default-tabs .default-tab.selected .default-tab-name {\n font-weight: 600;\n transform: scale(1.1);\n opacity: 1;\n}\n.be-tab-control .default-header .default-tabs .default-tab.selected::after {\n transform: translateX(-50%) scaleX(1);\n}\n.be-tab-control .default-header .default-tabs .default-tab:not(.selected)[data-count]::before {\n content: attr(data-count);\n position: absolute;\n bottom: calc(100% + 2px);\n left: 50%;\n transform: translateX(-50%);\n display: flex;\n align-items: center;\n justify-content: center;\n padding: 4px;\n font-size: 11px;\n border-radius: 10px;\n background-color: #fff;\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n height: 10px;\n min-width: 10px;\n box-sizing: content-box;\n line-height: 1;\n}\nbody.dark .be-tab-control .default-header .default-tabs .default-tab:not(.selected)[data-count]::before {\n background-color: #333;\n}\n.be-tab-control .default-header .header-item {\n flex: 1;\n margin: 0 8px;\n}\n.be-tab-control .default-header .header-item:empty {\n display: none;\n}\n.be-tab-control .default-header .be-more-link .be-button {\n padding: 4px 6px 4px 10px;\n}\n.be-tab-control .default-header .be-more-link .be-button .be-icon {\n margin-left: 4px;\n}\n.be-tab-control .default-content {\n display: flex;\n flex: 1;\n justify-content: center;\n padding: 6px 0;\n position: relative;\n max-height: 100%;\n overflow: auto;\n scrollbar-width: none !important;\n overscroll-behavior: contain;\n}\n.be-tab-control .default-content::-webkit-scrollbar {\n height: 0 !important;\n width: 0 !important;\n}\n.be-tab-control .default-content .content-transition-enter, .be-tab-control .default-content .content-transition-leave-to {\n opacity: 0;\n transform: translateY(-12px);\n}\n.be-tab-control .default-content .content-transition-leave-active {\n position: absolute;\n}\n.be-tab-control .default-content .content-transition-enter-active, .be-tab-control .default-content .content-transition-leave-active {\n transition: 0.2s ease-out;\n}',""]),e.exports=o},2407:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-text-area {\n flex: 1 1 32px;\n min-width: 32px;\n display: flex;\n align-items: stretch;\n justify-content: stretch;\n border-radius: 4px;\n transition: border 0.2s ease-out, box-shadow 0.2s ease-out;\n box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.2666666667), 0 0 0 0px var(--theme-color-20);\n}\n.be-text-area:focus-within {\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\n.be-text-area textarea {\n resize: none;\n width: 0;\n flex: 1 0 0;\n padding: 4px 6px;\n border-radius: 4px;\n background-color: transparent;\n overflow: auto;\n border: none;\n outline: none !important;\n color: black;\n font-size: inherit;\n}\nbody.dark .be-text-area textarea {\n color: #eee;\n}\n.be-text-area textarea:disabled {\n opacity: 0.3;\n cursor: not-allowed;\n}\n.be-text-area textarea::-webkit-input-placeholder {\n color: #888;\n}",""]),e.exports=o},3753:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-textbox[data-v-d1f779a8] {\n position: relative;\n flex: 1 1 32px;\n min-width: 32px;\n display: flex;\n align-items: stretch;\n justify-content: stretch;\n border-radius: 4px;\n transition: border 0.2s ease-out, box-shadow 0.2s ease-out;\n box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.2666666667), 0 0 0 0px var(--theme-color-20);\n}\n.be-textbox[data-v-d1f779a8]:focus-within {\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\n.be-textbox input[type=text][data-v-d1f779a8] {\n line-height: normal;\n padding: 4px 6px;\n border-radius: 4px;\n flex: 1 0 0;\n background-color: transparent;\n border: none;\n outline: none !important;\n color: black;\n width: 0;\n font-size: inherit;\n}\nbody.dark .be-textbox input[type=text][data-v-d1f779a8] {\n color: #eee;\n}\n.be-textbox input[type=text][data-v-d1f779a8]:disabled {\n opacity: 0.3;\n cursor: not-allowed;\n}\n.be-textbox input[type=text][data-v-d1f779a8]::-webkit-input-placeholder {\n color: #888;\n}\n.be-textbox.linear[data-v-d1f779a8] {\n box-shadow: none;\n}\n.be-textbox.linear input[type=text][data-v-d1f779a8] {\n padding: 4px;\n}\n.be-textbox.linear .linear-bar[data-v-d1f779a8] {\n position: absolute;\n top: calc(100% - 1px);\n left: 50%;\n transform: translateX(-50%);\n border-radius: 1px;\n height: 1px;\n width: 100%;\n background-color: rgba(136, 136, 136, 0.2666666667);\n}\n.be-textbox.linear[data-v-d1f779a8]:focus-within {\n box-shadow: none;\n}\n.be-textbox.linear:focus-within .linear-bar[data-v-d1f779a8] {\n background-color: var(--theme-color);\n}",""]),e.exports=o},4538:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-button[data-v-18aa9448] {\n outline: none !important;\n line-height: normal;\n transition: background-color 0.2s ease-out, box-shadow 0.2s ease-out;\n background-color: rgba(136, 136, 136, 0.1333333333);\n color: black;\n border: none;\n border-radius: 4px;\n padding: 4px 8px;\n cursor: pointer;\n display: flex;\n align-items: center;\n justify-content: center;\n}\n.be-button[data-v-18aa9448], .be-button *[data-v-18aa9448] {\n -webkit-tap-highlight-color: transparent;\n}\nbody.dark .be-button[data-v-18aa9448] {\n color: #eee;\n}\n.be-button.round[data-v-18aa9448] {\n border-radius: calc(1em + 8px);\n padding: 4px 10px;\n}\n.be-button.icon[data-v-18aa9448] {\n border-radius: 50%;\n padding: 4px;\n background-image: none !important;\n}\n.be-button .content-container[data-v-18aa9448] {\n -webkit-user-select: none;\n user-select: none;\n display: flex;\n align-items: center;\n justify-content: center;\n flex: 1;\n}\n.be-button.transparent[data-v-18aa9448] {\n background-color: transparent;\n}\n.be-button.primary[data-v-18aa9448] {\n box-shadow: 0 0 0 1px var(--theme-color-80);\n background-color: var(--theme-color-80);\n color: var(--foreground-color);\n}\n.be-button.light[data-v-18aa9448] {\n background-color: #fff;\n box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.2666666667);\n transition: box-shadow 0.2s ease-out;\n}\nbody.dark .be-button.light[data-v-18aa9448] {\n background-color: #333;\n}\n.be-button[data-v-18aa9448]:not(.disabled):hover, .be-button[data-v-18aa9448]:not(.disabled):focus-within {\n background-color: rgba(136, 136, 136, 0.2666666667);\n}\n.be-button[data-v-18aa9448]:not(.disabled):focus-within {\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\n.be-button:not(.disabled).transparent[data-v-18aa9448]:hover, .be-button:not(.disabled).transparent[data-v-18aa9448]:focus-within {\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.be-button:not(.disabled).primary[data-v-18aa9448]:hover {\n box-shadow: 0 0 0 1px var(--theme-color);\n}\n.be-button:not(.disabled).primary[data-v-18aa9448]:focus-within {\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\n.be-button:not(.disabled).primary[data-v-18aa9448]:hover, .be-button:not(.disabled).primary[data-v-18aa9448]:focus-within {\n background-color: var(--theme-color);\n}\n.be-button:not(.disabled).light[data-v-18aa9448]:hover {\n background-color: #fff;\n box-shadow: 0 0 0 1px var(--theme-color);\n}\n.be-button:not(.disabled).light[data-v-18aa9448]:active, .be-button:not(.disabled).light[data-v-18aa9448]:focus-within {\n background-color: #fff;\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\nbody.dark .be-button:not(.disabled).light[data-v-18aa9448]:hover {\n background-color: #333;\n box-shadow: 0 0 0 1px var(--theme-color);\n}\nbody.dark .be-button:not(.disabled).light[data-v-18aa9448]:active, body.dark .be-button:not(.disabled).light[data-v-18aa9448]:focus-within {\n background-color: #333;\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\n.be-button.disabled[data-v-18aa9448] {\n cursor: not-allowed;\n opacity: 0.5;\n}",""]),e.exports=o},6539:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-dropdown[data-v-6b51ccd4] {\n display: flex;\n border-radius: 4px;\n color: black;\n fill: black;\n stroke: black;\n background-color: #fff;\n transition: box-shadow 0.2s ease-out;\n box-shadow: 0 0 0 1px rgba(136, 136, 136, 0.2666666667);\n position: relative;\n cursor: pointer;\n}\nbody.dark .be-dropdown[data-v-6b51ccd4] {\n color: #eee;\n fill: #eee;\n stroke: #eee;\n}\n.be-dropdown[data-v-6b51ccd4], .be-dropdown *[data-v-6b51ccd4] {\n -webkit-tap-highlight-color: transparent;\n outline: none !important;\n}\nbody.dark .be-dropdown[data-v-6b51ccd4] {\n background-color: #333;\n}\n.be-dropdown[data-v-6b51ccd4]:not(.disabled):hover {\n box-shadow: 0 0 0 1px var(--theme-color);\n}\n.be-dropdown[data-v-6b51ccd4]:not(.disabled):active, .be-dropdown[data-v-6b51ccd4]:not(.disabled):focus-within {\n box-shadow: 0 0 0 1px var(--theme-color), 0 0 0 3px var(--theme-color-20);\n}\n.be-dropdown .dropdown-popup[data-v-6b51ccd4] {\n background-color: inherit;\n top: calc(100% + 4px);\n left: 50%;\n transform: translateX(-50%) translateY(-4px) scale(0.8);\n transform-origin: top;\n transition: 0.2s ease-out;\n min-width: 100%;\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.05);\n border: 1px solid rgba(136, 136, 136, 0.1333333333);\n box-sizing: border-box;\n}\nbody.dark .be-dropdown .dropdown-popup[data-v-6b51ccd4] {\n box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2);\n}\n.be-dropdown .dropdown-popup.open[data-v-6b51ccd4] {\n transform: translateX(-50%) scale(1);\n}\n.be-dropdown .dropdown-popup .bex-dropdown-item[data-v-6b51ccd4] {\n padding: 4px 6px;\n margin: 2px 4px;\n border-radius: 4px;\n white-space: nowrap;\n display: flex;\n align-items: center;\n justify-content: center;\n transition: background-color 0.2s ease-out;\n}\n.be-dropdown .dropdown-popup .bex-dropdown-item[data-v-6b51ccd4]:hover, .be-dropdown .dropdown-popup .bex-dropdown-item[data-v-6b51ccd4]:focus-within {\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.be-dropdown .dropdown-popup .bex-dropdown-item[data-v-6b51ccd4]:first-child {\n margin-top: 4px;\n}\n.be-dropdown .dropdown-popup .bex-dropdown-item[data-v-6b51ccd4]:last-child {\n margin-bottom: 4px;\n}\n.be-dropdown .selected[data-v-6b51ccd4] {\n display: flex;\n align-items: center;\n flex-grow: 1;\n line-height: normal;\n}\n.be-dropdown .selected-item[data-v-6b51ccd4] {\n flex: 1;\n padding: 4px 8px;\n}\n.be-dropdown .selected .arrow[data-v-6b51ccd4] {\n flex-shrink: 0;\n transition: transform 0.2s ease-out;\n}\n.be-dropdown .selected .arrow.open[data-v-6b51ccd4] {\n transform: rotate(180deg);\n}\n.be-dropdown .selected .arrow .default-arrow[data-v-6b51ccd4] {\n padding: 0 6px;\n display: flex;\n align-items: center;\n}\n.be-dropdown .selected .arrow .default-arrow path[data-v-6b51ccd4] {\n fill: transparent;\n}\n.be-dropdown .selected .arrow .default-arrow svg[data-v-6b51ccd4] {\n transition: 0.2s ease-out;\n stroke: rgba(136, 136, 136, 0.6666666667);\n fill: transparent;\n width: 12px;\n height: 12px;\n}\n.be-dropdown:not(.disabled):hover .selected .arrow .default-arrow svg[data-v-6b51ccd4], .be-dropdown:not(.disabled):active .selected .arrow .default-arrow svg[data-v-6b51ccd4], .be-dropdown:not(.disabled):focus-within .selected .arrow .default-arrow svg[data-v-6b51ccd4] {\n stroke: var(--theme-color);\n}\n.be-dropdown.disabled[data-v-6b51ccd4] {\n opacity: 0.5;\n cursor: not-allowed;\n}\n.be-dropdown.round[data-v-6b51ccd4] {\n border-radius: calc(1em + 8px);\n}\n.be-dropdown.round .selected-item[data-v-6b51ccd4] {\n padding: 4px 10px;\n}",""]),e.exports=o},6105:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-empty {\n flex-grow: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n}",""]),e.exports=o},4833:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-loading {\n flex-grow: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n}",""]),e.exports=o},2618:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-popup {\n position: absolute;\n z-index: 1;\n border-radius: 8px;\n}\n.be-popup.fixed {\n position: fixed;\n}\n.be-popup.close.closed-style {\n pointer-events: none;\n opacity: 0;\n}\n.be-popup.open {\n pointer-events: initial;\n opacity: 1;\n}",""]),e.exports=o},1390:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".be-slider[data-v-94f62aa6] {\n min-width: 50px;\n position: relative;\n outline: none !important;\n}\n.be-slider .bar-container[data-v-94f62aa6] {\n padding: 6px 0;\n}\n.be-slider .default-bar[data-v-94f62aa6] {\n height: 4px;\n cursor: pointer;\n border-radius: 2px;\n background-color: rgba(136, 136, 136, 0.1333333333);\n}\n.be-slider .thumb-container[data-v-94f62aa6] {\n cursor: pointer;\n position: absolute;\n top: 50%;\n transform: translateX(-50%) translateY(-50%);\n transition: none;\n}\n.be-slider .default-thumb[data-v-94f62aa6] {\n width: 16px;\n height: 16px;\n border-radius: 50%;\n background-color: var(--theme-color);\n box-shadow: 0 0 0 2px var(--theme-color-20);\n transition: box-shadow 0.2s ease-out;\n}",""]),e.exports=o},8462:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,'@charset "UTF-8";\n/** 由于允许自定义SVG插入, 样式不能是scoped的, 否则匹配不上 */\n@font-face {\n font-family: "be-iconfont-bilifont";\n src: url("//s1.hdslb.com/bfs/seed/jinkela/header-v2/asserts/iconfont.ttf") format("truetype");\n}\n@font-face {\n font-family: "be-iconfont-vanfont";\n src: url("//s1.hdslb.com/bfs/static/jinkela/video/asserts/iconfont.6401a86.ttf") format("truetype");\n}\n.be-icon {\n color: inherit;\n fill: inherit;\n stroke: inherit;\n font-size: var(--size);\n font-style: normal;\n line-height: 1;\n display: flex;\n align-items: center;\n justify-content: center;\n width: var(--size);\n height: var(--size);\n}\n.be-icon.be-iconfont-logo::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e725";\n}\n.be-icon.be-iconfont-profile::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e722";\n}\n.be-icon.be-iconfont-posts::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e723";\n}\n.be-icon.be-iconfont-wallet::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e71f";\n}\n.be-icon.be-iconfont-live-center::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e720";\n}\n.be-icon.be-iconfont-order-center::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e71e";\n}\n.be-icon.be-iconfont-course::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e60e";\n}\n.be-icon.be-iconfont-logout::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e721";\n}\n.be-icon.be-iconfont-ok::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e749";\n}\n.be-icon.be-iconfont-cancel::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e74a";\n}\n.be-icon.be-iconfont-bind-phone::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e733";\n}\n.be-icon.be-iconfont-bind-email::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e735";\n}\n.be-icon.be-iconfont-coin-outline::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e734";\n}\n.be-icon.be-iconfont-b-coin::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e736";\n}\n.be-icon.be-iconfont-b-coin-outline::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e736";\n}\n.be-icon.be-iconfont-activity::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e732";\n}\n.be-icon.be-iconfont-feeds::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e732";\n}\n.be-icon.be-iconfont-message::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e731";\n}\n.be-icon.be-iconfont-favorites-outline::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e730";\n}\n.be-icon.be-iconfont-history::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e72f";\n}\n.be-icon.be-iconfont-vip::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e72e";\n}\n.be-icon.be-iconfont-up-outline::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e741";\n}\n.be-icon.be-iconfont-play-triangle::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e737";\n}\n.be-icon.be-iconfont-refresh::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e73c";\n}\n.be-icon.be-iconfont-eye::before {\n font-family: "be-iconfont-bilifont" !important;\n content: "\\e742";\n}\n.be-icon.be-iconfont-coin::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6e4";\n}\n.be-icon.be-iconfont-favorites::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6e1";\n}\n.be-icon.be-iconfont-play::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6e6";\n}\n.be-icon.be-iconfont-danmaku::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6e7";\n}\n.be-icon.be-iconfont-like::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6e0";\n}\n.be-icon.be-iconfont-like-outline::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e63a";\n}\n.be-icon.be-iconfont-dislike-outline::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e638";\n}\n.be-icon.be-iconfont-comment-outline::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e639";\n}\n.be-icon.be-iconfont-up::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e723";\n}\n.be-icon.be-iconfont-left-arrow::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6f1";\n}\n.be-icon.be-iconfont-right-arrow::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6f0";\n}\n.be-icon.be-iconfont-up-arrow::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6ec";\n}\n.be-icon.be-iconfont-down-arrow::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6eb";\n}\n.be-icon.be-iconfont-close::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e63c";\n}\n.be-icon.be-iconfont-search::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e635";\n}\n.be-icon.be-iconfont-upload::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e634";\n}\n.be-icon.be-iconfont-lv0::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6cb";\n color: #9a9a9a;\n}\nbody.dark .be-icon.be-iconfont-lv0::before {\n color: #777;\n}\n.be-icon.be-iconfont-lv1::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6cc";\n color: #646464;\n}\nbody.dark .be-icon.be-iconfont-lv1::before {\n color: #ddd;\n}\n.be-icon.be-iconfont-lv2::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6cd";\n color: #1bc861;\n}\n.be-icon.be-iconfont-lv3::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6ce";\n color: #22baea;\n}\n.be-icon.be-iconfont-lv4::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6cf";\n color: #eaa722;\n}\n.be-icon.be-iconfont-lv5::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6d0";\n color: #ff7631;\n}\n.be-icon.be-iconfont-lv6::before {\n font-family: "be-iconfont-vanfont" !important;\n content: "\\e6d1";\n color: #ff3131;\n}\n.be-icon:not(.colored) svg, .be-icon:not(.colored) svg path {\n fill: inherit;\n stroke: inherit;\n stroke-width: 0;\n}\n.be-icon .custom-icon {\n display: flex;\n}\n.be-icon .custom-icon > svg {\n width: var(--size);\n height: var(--size);\n}',""]),e.exports=o},3617:(e,t,n)=>{var o=n(8218)((function(e){return e[1]}));o.push([e.id,".tippy-box {\n font-size: inherit;\n filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.2));\n}",""]),e.exports=o},8218:e=>{"use strict";
// eslint-disable-next-line func-names
e.exports=function(e){var t=[];return t.toString=function(){return this.map((function(t){var n=e(t);return t[2]?"@media ".concat(t[2]," {").concat(n,"}"):n})).join("")},
// eslint-disable-next-line func-names
t.i=function(e,n,o){"string"==typeof e&&(
// eslint-disable-next-line no-param-reassign
e=[[null,e,""]]);var i={};if(o)for(var r=0;r<this.length;r++){
// eslint-disable-next-line prefer-destructuring
var a=this[r][0];null!=a&&(i[a]=!0)}for(var c=0;c<e.length;c++){var s=[].concat(e[c]);o&&i[s[0]]||(n&&(s[2]?s[2]="".concat(n," and ").concat(s[2]):s[2]=n),t.push(s))}},t}},3014:e=>{"use strict";e.exports=function(e,t){return t||(
// eslint-disable-next-line no-param-reassign
t={}),"string"!=typeof(// eslint-disable-next-line no-underscore-dangle, no-param-reassign
e=e&&e.__esModule?e.default:e)?e:(/^['"].*['"]$/.test(e)&&(
// eslint-disable-next-line no-param-reassign
e=e.slice(1,-1)),t.hash&&(
// eslint-disable-next-line no-param-reassign
e+=t.hash),/["'() \t\n]/.test(e)||t.needQuotes?'"'.concat(e.replace(/"/g,'\\"').replace(/\n/g,"\\n"),'"'):e)}},7942:(e,t,n)=>{"use strict";function o(e){return Array.isArray?Array.isArray(e):"[object Array]"===l(e)}function i(e){return"string"==typeof e}function r(e){return"number"==typeof e}function a(e){return!0===e||!1===e||function(e){return function(e){return"object"==typeof e}(e)&&null!==e}(e)&&"[object Boolean]"==l(e)}function c(e){return null!=e}function s(e){return!e.trim().length}function l(e){return null==e?void 0===e?"[object Undefined]":"[object Null]":Object.prototype.toString.call(e)}n.d(t,{Z:()=>B});const d=Object.prototype.hasOwnProperty;class m{constructor(e){this._keys=[],this._keyMap={};let t=0;e.forEach((e=>{let n=f(e);t+=n.weight,this._keys.push(n),this._keyMap[n.id]=n,t+=n.weight})),this._keys.forEach((e=>{e.weight/=t}))}get(e){return this._keyMap[e]}keys(){return this._keys}toJSON(){return JSON.stringify(this._keys)}}function f(e){let t=null,n=null,r=null,a=1,c=null;if(i(e)||o(e))r=e,t=u(e),n=p(e);else{if(!d.call(e,"name"))throw new Error("Missing name property in key");const o=e.name;if(r=o,d.call(e,"weight")&&(a=e.weight,a<=0))throw new Error((e=>`Property 'weight' in key '${e}' must be a positive integer`)(o));t=u(o),n=p(o),c=e.getFn}return{path:t,id:n,weight:a,src:r,getFn:c}}function u(e){return o(e)?e:e.split(".")}function p(e){return o(e)?e.join("."):e}var b={isCaseSensitive:!1,includeScore:!1,keys:[],shouldSort:!0,sortFn:(e,t)=>e.score===t.score?e.idx<t.idx?-1:1:e.score<t.score?-1:1,includeMatches:!1,findAllMatches:!1,minMatchCharLength:1,location:0,threshold:.6,distance:100,useExtendedSearch:!1,getFn:function(e,t){let n=[],s=!1;const l=(e,t,d)=>{if(c(e))if(t[d]){const m=e[t[d]];if(!c(m))return;if(d===t.length-1&&(i(m)||r(m)||a(m)))n.push(function(e){return null==e?"":function(e){if("string"==typeof e)return e;let t=e+"";return"0"==t&&1/e==-1/0?"-0":t}(e)}(m));else if(o(m)){s=!0;for(let e=0,n=m.length;e<n;e+=1)l(m[e],t,d+1)}else t.length&&l(m,t,d+1)}else n.push(e)};return l(e,i(t)?t.split("."):t,0),s?n:n[0]},ignoreLocation:!1,ignoreFieldNorm:!1,fieldNormWeight:1};const h=/[^ ]+/g;class g{constructor({getFn:e=b.getFn,fieldNormWeight:t=b.fieldNormWeight}={}){this.norm=function(e=1,t=3){const n=new Map,o=Math.pow(10,t);return{get(t){const i=t.match(h).length;if(n.has(i))return n.get(i);const r=1/Math.pow(i,.5*e),a=parseFloat(Math.round(r*o)/o);return n.set(i,a),a},clear(){n.clear()}}}(t,3),this.getFn=e,this.isCreated=!1,this.setIndexRecords()}setSources(e=[]){this.docs=e}setIndexRecords(e=[]){this.records=e}setKeys(e=[]){this.keys=e,this._keysMap={},e.forEach(((e,t)=>{this._keysMap[e.id]=t}))}create(){!this.isCreated&&this.docs.length&&(this.isCreated=!0,i(this.docs[0])?this.docs.forEach(((e,t)=>{this._addString(e,t)})):this.docs.forEach(((e,t)=>{this._addObject(e,t)})),this.norm.clear())}add(e){const t=this.size();i(e)?this._addString(e,t):this._addObject(e,t)}removeAt(e){this.records.splice(e,1);for(let t=e,n=this.size();t<n;t+=1)this.records[t].i-=1}getValueForItemAtKeyId(e,t){return e[this._keysMap[t]]}size(){return this.records.length}_addString(e,t){if(!c(e)||s(e))return;let n={v:e,i:t,n:this.norm.get(e)};this.records.push(n)}_addObject(e,t){let n={i:t,$:{}};this.keys.forEach(((t,r)=>{let a=t.getFn?t.getFn(e):this.getFn(e,t.path);if(c(a))if(o(a)){let e=[];const t=[{nestedArrIndex:-1,value:a}];for(;t.length;){const{nestedArrIndex:n,value:r}=t.pop();if(c(r))if(i(r)&&!s(r)){let t={v:r,i:n,n:this.norm.get(r)};e.push(t)}else o(r)&&r.forEach(((e,n)=>{t.push({nestedArrIndex:n,value:e})}))}n.$[r]=e}else if(!s(a)){let e={v:a,n:this.norm.get(a)};n.$[r]=e}})),this.records.push(n)}toJSON(){return{keys:this.keys,records:this.records}}}function v(e,t,{getFn:n=b.getFn,fieldNormWeight:o=b.fieldNormWeight}={}){const i=new g({getFn:n,fieldNormWeight:o});return i.setKeys(e.map(f)),i.setSources(t),i.create(),i}function F(e,{errors:t=0,currentLocation:n=0,expectedLocation:o=0,distance:i=b.distance,ignoreLocation:r=b.ignoreLocation}={}){const a=t/e.length;if(r)return a;const c=Math.abs(o-n);return i?a+c/i:c?1:a}function w(e,t,n,{location:o=b.location,distance:i=b.distance,threshold:r=b.threshold,findAllMatches:a=b.findAllMatches,minMatchCharLength:c=b.minMatchCharLength,includeMatches:s=b.includeMatches,ignoreLocation:l=b.ignoreLocation}={}){if(t.length>32)throw new Error("Pattern length exceeds max of 32.");const d=t.length,m=e.length,f=Math.max(0,Math.min(o,m));let u=r,p=f;const h=c>1||s,g=h?Array(m):[];let v;for(;(v=e.indexOf(t,p))>-1;){let e=F(t,{currentLocation:v,expectedLocation:f,distance:i,ignoreLocation:l});if(u=Math.min(e,u),p=v+d,h){let e=0;for(;e<d;)g[v+e]=1,e+=1}}p=-1;let w=[],y=1,x=d+m;const k=1<<d-1;for(let o=0;o<d;o+=1){let r=0,c=x;for(;r<c;)F(t,{errors:o,currentLocation:f+c,expectedLocation:f,distance:i,ignoreLocation:l})<=u?r=c:x=c,c=Math.floor((x-r)/2+r);x=c;let s=Math.max(1,f-c+1),b=a?m:Math.min(f+c,m)+d,v=Array(b+2);v[b+1]=(1<<o)-1;for(let r=b;r>=s;r-=1){let a=r-1,c=n[e.charAt(a)];if(h&&(g[a]=+!!c),v[r]=(v[r+1]<<1|1)&c,o&&(v[r]|=(w[r+1]|w[r])<<1|1|w[r+1]),v[r]&k&&(y=F(t,{errors:o,currentLocation:a,expectedLocation:f,distance:i,ignoreLocation:l}),y<=u)){if(u=y,p=a,p<=f)break;s=Math.max(1,2*f-p)}}if(F(t,{errors:o+1,currentLocation:f,expectedLocation:f,distance:i,ignoreLocation:l})>u)break;w=v}const C={isMatch:p>=0,score:Math.max(.001,y)};if(h){const e=function(e=[],t=b.minMatchCharLength){let n=[],o=-1,i=-1,r=0;for(let a=e.length;r<a;r+=1){let a=e[r];a&&-1===o?o=r:a||-1===o||(i=r-1,i-o+1>=t&&n.push([o,i]),o=-1)}return e[r-1]&&r-o>=t&&n.push([o,r-1]),n}(g,c);e.length?s&&(C.indices=e):C.isMatch=!1}return C}function y(e){let t={};for(let n=0,o=e.length;n<o;n+=1){const i=e.charAt(n);t[i]=(t[i]||0)|1<<o-n-1}return t}class x{constructor(e,{location:t=b.location,threshold:n=b.threshold,distance:o=b.distance,includeMatches:i=b.includeMatches,findAllMatches:r=b.findAllMatches,minMatchCharLength:a=b.minMatchCharLength,isCaseSensitive:c=b.isCaseSensitive,ignoreLocation:s=b.ignoreLocation}={}){if(this.options={location:t,threshold:n,distance:o,includeMatches:i,findAllMatches:r,minMatchCharLength:a,isCaseSensitive:c,ignoreLocation:s},this.pattern=c?e:e.toLowerCase(),this.chunks=[],!this.pattern.length)return;const l=(e,t)=>{this.chunks.push({pattern:e,alphabet:y(e),startIndex:t})},d=this.pattern.length;if(d>32){let e=0;const t=d%32,n=d-t;for(;e<n;)l(this.pattern.substr(e,32),e),e+=32;if(t){const e=d-32;l(this.pattern.substr(e),e)}}else l(this.pattern,0)}searchIn(e){const{isCaseSensitive:t,includeMatches:n}=this.options;if(t||(e=e.toLowerCase()),this.pattern===e){let t={isMatch:!0,score:0};return n&&(t.indices=[[0,e.length-1]]),t}const{location:o,distance:i,threshold:r,findAllMatches:a,minMatchCharLength:c,ignoreLocation:s}=this.options;let l=[],d=0,m=!1;this.chunks.forEach((({pattern:t,alphabet:f,startIndex:u})=>{const{isMatch:p,score:b,indices:h}=w(e,t,f,{location:o+u,distance:i,threshold:r,findAllMatches:a,minMatchCharLength:c,includeMatches:n,ignoreLocation:s});p&&(m=!0),d+=b,p&&h&&(l=[...l,...h])}));let f={isMatch:m,score:m?d/this.chunks.length:1};return m&&n&&(f.indices=l),f}}const k=[];function C(e,t){for(let n=0,o=k.length;n<o;n+=1){let o=k[n];if(o.condition(e,t))return new o(e,t)}return new x(e,t)}function A(e,t){const n=e.matches;t.matches=[],c(n)&&n.forEach((e=>{if(!c(e.indices)||!e.indices.length)return;const{indices:n,value:o}=e;let i={indices:n,value:o};e.key&&(i.key=e.key.src),e.idx>-1&&(i.refIndex=e.idx),t.matches.push(i)}))}function E(e,t){t.score=e.score}class B{constructor(e,t={},n){if(this.options={...b,...t},this.options.useExtendedSearch)throw new Error("Extended search is not available");this._keyStore=new m(this.options.keys),this.setCollection(e,n)}setCollection(e,t){if(this._docs=e,t&&!(t instanceof g))throw new Error("Incorrect 'index' type");this._myIndex=t||v(this.options.keys,this._docs,{getFn:this.options.getFn,fieldNormWeight:this.options.fieldNormWeight})}add(e){c(e)&&(this._docs.push(e),this._myIndex.add(e))}remove(e=(()=>!1)){const t=[];for(let n=0,o=this._docs.length;n<o;n+=1){const i=this._docs[n];e(i,n)&&(this.removeAt(n),n-=1,o-=1,t.push(i))}return t}removeAt(e){this._docs.splice(e,1),this._myIndex.removeAt(e)}getIndex(){return this._myIndex}search(e,{limit:t=-1}={}){const{includeMatches:n,includeScore:o,shouldSort:a,sortFn:c,ignoreFieldNorm:s}=this.options;let l=i(e)?i(this._docs[0])?this._searchStringList(e):this._searchObjectList(e):this._searchLogical(e);return function(e,{ignoreFieldNorm:t=b.ignoreFieldNorm}){e.forEach((e=>{let n=1;e.matches.forEach((({key:e,norm:o,score:i})=>{const r=e?e.weight:null;n*=Math.pow(0===i&&r?Number.EPSILON:i,(r||1)*(t?1:o))})),e.score=n}))}(l,{ignoreFieldNorm:s}),a&&l.sort(c),r(t)&&t>-1&&(l=l.slice(0,t)),function(e,t,{includeMatches:n=b.includeMatches,includeScore:o=b.includeScore}={}){const i=[];return n&&i.push(A),o&&i.push(E),e.map((e=>{const{idx:n}=e,o={item:t[n],refIndex:n};return i.length&&i.forEach((t=>{t(e,o)})),o}))}(l,this._docs,{includeMatches:n,includeScore:o})}_searchStringList(e){const t=C(e,this.options),{records:n}=this._myIndex,o=[];return n.forEach((({v:e,i:n,n:i})=>{if(!c(e))return;const{isMatch:r,score:a,indices:s}=t.searchIn(e);r&&o.push({item:e,idx:n,matches:[{score:a,value:e,norm:i,indices:s}]})})),o}_searchLogical(e){throw new Error("Logical search is not available")}_searchObjectList(e){const t=C(e,this.options),{keys:n,records:o}=this._myIndex,i=[];return o.forEach((({$:e,i:o})=>{if(!c(e))return;let r=[];n.forEach(((n,o)=>{r.push(...this._findMatches({key:n,value:e[o],searcher:t}))})),r.length&&i.push({idx:o,item:e,matches:r})})),i}_findMatches({key:e,value:t,searcher:n}){if(!c(t))return[];let i=[];if(o(t))t.forEach((({v:t,i:o,n:r})=>{if(!c(t))return;const{isMatch:a,score:s,indices:l}=n.searchIn(t);a&&i.push({score:s,key:e,value:t,idx:o,norm:r,indices:l})}));else{const{v:o,n:r}=t,{isMatch:a,score:c,indices:s}=n.searchIn(o);a&&i.push({score:c,key:e,value:o,norm:r,indices:s})}return i}}B.version="6.6.1",B.createIndex=v,B.parseIndex=function(e,{getFn:t=b.getFn,fieldNormWeight:n=b.fieldNormWeight}={}){const{keys:o,records:i}=e,r=new g({getFn:t,fieldNormWeight:n});return r.setKeys(o),r.setIndexRecords(i),r},B.config=b},8254:e=>{e.exports=function(e){return!(!e||"string"==typeof e)&&(e instanceof Array||Array.isArray(e)||e.length>=0&&(e.splice instanceof Function||Object.getOwnPropertyDescriptor(e,e.length-1)&&"String"!==e.constructor.name))}},9896:function(e){e.exports=function(){"use strict";function e(e,t){for(var n=0;n<t.length;n++){var o=t[n];o.enumerable=o.enumerable||!1,o.configurable=!0,"value"in o&&(o.writable=!0),Object.defineProperty(e,o.key,o)}}function t(t,n,o){return n&&e(t.prototype,n),o&&e(t,o),t}function n(e,t){if(e){if("string"==typeof e)return o(e,t);var n=Object.prototype.toString.call(e).slice(8,-1);return"Object"===n&&e.constructor&&(n=e.constructor.name),"Map"===n||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?o(e,t):void 0}}function o(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,o=new Array(t);n<t;n++)o[n]=e[n];return o}function i(e,t){var o;if("undefined"==typeof Symbol||null==e[Symbol.iterator]){if(Array.isArray(e)||(o=n(e))||t&&e&&"number"==typeof e.length){o&&(e=o);var i=0;return function(){return i>=e.length?{done:!0}:{done:!1,value:e[i++]}}}throw new TypeError("Invalid attempt to iterate non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}return(o=e[Symbol.iterator]()).next.bind(o)}function r(e){var t={exports:{}};return e(t,t.exports),t.exports}var a=r((function(e){function t(){return{baseUrl:null,breaks:!1,gfm:!0,headerIds:!0,headerPrefix:"",highlight:null,langPrefix:"language-",mangle:!0,pedantic:!1,renderer:null,sanitize:!1,sanitizer:null,silent:!1,smartLists:!1,smartypants:!1,tokenizer:null,walkTokens:null,xhtml:!1}}function n(t){e.exports.defaults=t}e.exports={defaults:t(),getDefaults:t,changeDefaults:n}})),c=/[&<>"']/,s=/[&<>"']/g,l=/[<>"']|&(?!#?\w+;)/,d=/[<>"']|&(?!#?\w+;)/g,m={"&":"&","<":"<",">":">",'"':""","'":"'"},f=function(e){return m[e]};function u(e,t){if(t){if(c.test(e))return e.replace(s,f)}else if(l.test(e))return e.replace(d,f);return e}var p=/&(#(?:\d+)|(?:#x[0-9A-Fa-f]+)|(?:\w+));?/gi;function b(e){return e.replace(p,(function(e,t){return"colon"===(t=t.toLowerCase())?":":"#"===t.charAt(0)?"x"===t.charAt(1)?String.fromCharCode(parseInt(t.substring(2),16)):String.fromCharCode(+t.substring(1)):""}))}var h=/(^|[^\[])\^/g;function g(e,t){e=e.source||e,t=t||"";var n={replace:function(t,o){return o=(o=o.source||o).replace(h,"$1"),e=e.replace(t,o),n},getRegex:function(){return new RegExp(e,t)}};return n}var v=/[^\w:]/g,F=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function w(e,t,n){if(e){var o;try{o=decodeURIComponent(b(n)).replace(v,"").toLowerCase()}catch(e){return null}if(0===o.indexOf("javascript:")||0===o.indexOf("vbscript:")||0===o.indexOf("data:"))return null}t&&!F.test(n)&&(n=A(t,n));try{n=encodeURI(n).replace(/%25/g,"%")}catch(e){return null}return n}var y={},x=/^[^:]+:\/*[^/]*$/,k=/^([^:]+:)[\s\S]*$/,C=/^([^:]+:\/*[^/]*)[\s\S]*$/;function A(e,t){y[" "+e]||(x.test(e)?y[" "+e]=e+"/":y[" "+e]=D(e,"/",!0));var n=-1===(e=y[" "+e]).indexOf(":");return"//"===t.substring(0,2)?n?t:e.replace(k,"$1")+t:"/"===t.charAt(0)?n?t:e.replace(C,"$1")+t:e+t}function E(e){for(var t,n,o=1;o<arguments.length;o++)for(n in t=arguments[o])Object.prototype.hasOwnProperty.call(t,n)&&(e[n]=t[n]);return e}function B(e,t){var n=e.replace(/\|/g,(function(e,t,n){for(var o=!1,i=t;--i>=0&&"\\"===n[i];)o=!o;return o?"|":" |"})).split(/ \|/),o=0;if(n.length>t)n.splice(t);else for(;n.length<t;)n.push("");for(;o<n.length;o++)n[o]=n[o].trim().replace(/\\\|/g,"|");return n}function D(e,t,n){var o=e.length;if(0===o)return"";for(var i=0;i<o;){var r=e.charAt(o-i-1);if(r!==t||n){if(r===t||!n)break;i++}else i++}return e.substr(0,o-i)}function z(e,t){if(-1===e.indexOf(t[1]))return-1;for(var n=e.length,o=0,i=0;i<n;i++)if("\\"===e[i])i++;else if(e[i]===t[0])o++;else if(e[i]===t[1]&&--o<0)return i;return-1}function I(e){e&&e.sanitize&&!e.silent&&console.warn("marked(): sanitize and sanitizer parameters are deprecated since version 0.7.0, should not be used and will be removed in the future. Read more here: https://marked.js.org/#/USING_ADVANCED.md#options")}function S(e,t){if(t<1)return"";for(var n="";t>1;)1&t&&(n+=e),t>>=1,e+=e;return n+e}var M={escape:u,unescape:b,edit:g,cleanUrl:w,resolveUrl:A,noopTest:{exec:function(){}},merge:E,splitCells:B,rtrim:D,findClosingBracket:z,checkSanitizeDeprecation:I,repeatString:S},P=a.defaults,O=M.rtrim,V=M.splitCells,T=M.escape,L=M.findClosingBracket;function j(e,t,n){var o=t.href,i=t.title?T(t.title):null,r=e[1].replace(/\\([\[\]])/g,"$1");return"!"!==e[0].charAt(0)?{type:"link",raw:n,href:o,title:i,text:r}:{type:"image",raw:n,href:o,title:i,text:T(r)}}function q(e,t){var n=e.match(/^(\s+)(?:```)/);if(null===n)return t;var o=n[1];return t.split("\n").map((function(e){var t=e.match(/^\s+/);return null===t?e:t[0].length>=o.length?e.slice(o.length):e})).join("\n")}var N=function(){function e(e){this.options=e||P}var t=e.prototype;return t.space=function(e){var t=this.rules.block.newline.exec(e);if(t)return t[0].length>1?{type:"space",raw:t[0]}:{raw:"\n"}},t.code=function(e,t){var n=this.rules.block.code.exec(e);if(n){var o=t[t.length-1];if(o&&"paragraph"===o.type)return{raw:n[0],text:n[0].trimRight()};var i=n[0].replace(/^ {1,4}/gm,"");return{type:"code",raw:n[0],codeBlockStyle:"indented",text:this.options.pedantic?i:O(i,"\n")}}},t.fences=function(e){var t=this.rules.block.fences.exec(e);if(t){var n=t[0],o=q(n,t[3]||"");return{type:"code",raw:n,lang:t[2]?t[2].trim():t[2],text:o}}},t.heading=function(e){var t=this.rules.block.heading.exec(e);if(t){var n=t[2].trim();if(/#$/.test(n)){var o=O(n,"#");this.options.pedantic?n=o.trim():o&&!/ $/.test(o)||(n=o.trim())}return{type:"heading",raw:t[0],depth:t[1].length,text:n}}},t.nptable=function(e){var t=this.rules.block.nptable.exec(e);if(t){var n={type:"table",header:V(t[1].replace(/^ *| *\| *$/g,"")),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:t[3]?t[3].replace(/\n$/,"").split("\n"):[],raw:t[0]};if(n.header.length===n.align.length){var o,i=n.align.length;for(o=0;o<i;o++)/^ *-+: *$/.test(n.align[o])?n.align[o]="right":/^ *:-+: *$/.test(n.align[o])?n.align[o]="center":/^ *:-+ *$/.test(n.align[o])?n.align[o]="left":n.align[o]=null;for(i=n.cells.length,o=0;o<i;o++)n.cells[o]=V(n.cells[o],n.header.length);return n}}},t.hr=function(e){var t=this.rules.block.hr.exec(e);if(t)return{type:"hr",raw:t[0]}},t.blockquote=function(e){var t=this.rules.block.blockquote.exec(e);if(t){var n=t[0].replace(/^ *> ?/gm,"");return{type:"blockquote",raw:t[0],text:n}}},t.list=function(e){var t=this.rules.block.list.exec(e);if(t){var n,o,i,r,a,c,s,l,d=t[0],m=t[2],f=m.length>1,u={type:"list",raw:d,ordered:f,start:f?+m.slice(0,-1):"",loose:!1,items:[]},p=t[0].match(this.rules.block.item),b=!1,h=p.length;i=this.rules.block.listItemStart.exec(p[0]);for(var g=0;g<h;g++){if(d=n=p[g],g!==h-1){if(r=this.rules.block.listItemStart.exec(p[g+1]),this.options.pedantic?r[1].length>i[1].length:r[1].length>i[0].length||r[1].length>3){p.splice(g,2,p[g]+"\n"+p[g+1]),g--,h--;continue}(!this.options.pedantic||this.options.smartLists?r[2][r[2].length-1]!==m[m.length-1]:f===(1===r[2].length))&&(a=p.slice(g+1).join("\n"),u.raw=u.raw.substring(0,u.raw.length-a.length),g=h-1),i=r}o=n.length,~(n=n.replace(/^ *([*+-]|\d+[.)]) ?/,"")).indexOf("\n ")&&(o-=n.length,n=this.options.pedantic?n.replace(/^ {1,4}/gm,""):n.replace(new RegExp("^ {1,"+o+"}","gm"),"")),c=b||/\n\n(?!\s*$)/.test(n),g!==h-1&&(b="\n"===n.charAt(n.length-1),c||(c=b)),c&&(u.loose=!0),this.options.gfm&&(l=void 0,(s=/^\[[ xX]\] /.test(n))&&(l=" "!==n[1],n=n.replace(/^\[[ xX]\] +/,""))),u.items.push({type:"list_item",raw:d,task:s,checked:l,loose:c,text:n})}return u}},t.html=function(e){var t=this.rules.block.html.exec(e);if(t)return{type:this.options.sanitize?"paragraph":"html",raw:t[0],pre:!this.options.sanitizer&&("pre"===t[1]||"script"===t[1]||"style"===t[1]),text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(t[0]):T(t[0]):t[0]}},t.def=function(e){var t=this.rules.block.def.exec(e);if(t)return t[3]&&(t[3]=t[3].substring(1,t[3].length-1)),{tag:t[1].toLowerCase().replace(/\s+/g," "),raw:t[0],href:t[2],title:t[3]}},t.table=function(e){var t=this.rules.block.table.exec(e);if(t){var n={type:"table",header:V(t[1].replace(/^ *| *\| *$/g,"")),align:t[2].replace(/^ *|\| *$/g,"").split(/ *\| */),cells:t[3]?t[3].replace(/\n$/,"").split("\n"):[]};if(n.header.length===n.align.length){n.raw=t[0];var o,i=n.align.length;for(o=0;o<i;o++)/^ *-+: *$/.test(n.align[o])?n.align[o]="right":/^ *:-+: *$/.test(n.align[o])?n.align[o]="center":/^ *:-+ *$/.test(n.align[o])?n.align[o]="left":n.align[o]=null;for(i=n.cells.length,o=0;o<i;o++)n.cells[o]=V(n.cells[o].replace(/^ *\| *| *\| *$/g,""),n.header.length);return n}}},t.lheading=function(e){var t=this.rules.block.lheading.exec(e);if(t)return{type:"heading",raw:t[0],depth:"="===t[2].charAt(0)?1:2,text:t[1]}},t.paragraph=function(e){var t=this.rules.block.paragraph.exec(e);if(t)return{type:"paragraph",raw:t[0],text:"\n"===t[1].charAt(t[1].length-1)?t[1].slice(0,-1):t[1]}},t.text=function(e,t){var n=this.rules.block.text.exec(e);if(n){var o=t[t.length-1];return o&&"text"===o.type?{raw:n[0],text:n[0]}:{type:"text",raw:n[0],text:n[0]}}},t.escape=function(e){var t=this.rules.inline.escape.exec(e);if(t)return{type:"escape",raw:t[0],text:T(t[1])}},t.tag=function(e,t,n){var o=this.rules.inline.tag.exec(e);if(o)return!t&&/^<a /i.test(o[0])?t=!0:t&&/^<\/a>/i.test(o[0])&&(t=!1),!n&&/^<(pre|code|kbd|script)(\s|>)/i.test(o[0])?n=!0:n&&/^<\/(pre|code|kbd|script)(\s|>)/i.test(o[0])&&(n=!1),{type:this.options.sanitize?"text":"html",raw:o[0],inLink:t,inRawBlock:n,text:this.options.sanitize?this.options.sanitizer?this.options.sanitizer(o[0]):T(o[0]):o[0]}},t.link=function(e){var t=this.rules.inline.link.exec(e);if(t){var n=t[2].trim();if(!this.options.pedantic&&/^</.test(n)){if(!/>$/.test(n))return;var o=O(n.slice(0,-1),"\\");if((n.length-o.length)%2==0)return}else{var i=L(t[2],"()");if(i>-1){var r=(0===t[0].indexOf("!")?5:4)+t[1].length+i;t[2]=t[2].substring(0,i),t[0]=t[0].substring(0,r).trim(),t[3]=""}}var a=t[2],c="";if(this.options.pedantic){var s=/^([^'"]*[^\s])\s+(['"])(.*)\2/.exec(a);s&&(a=s[1],c=s[3])}else c=t[3]?t[3].slice(1,-1):"";return a=a.trim(),/^</.test(a)&&(a=this.options.pedantic&&!/>$/.test(n)?a.slice(1):a.slice(1,-1)),j(t,{href:a?a.replace(this.rules.inline._escapes,"$1"):a,title:c?c.replace(this.rules.inline._escapes,"$1"):c},t[0])}},t.reflink=function(e,t){var n;if((n=this.rules.inline.reflink.exec(e))||(n=this.rules.inline.nolink.exec(e))){var o=(n[2]||n[1]).replace(/\s+/g," ");if(!(o=t[o.toLowerCase()])||!o.href){var i=n[0].charAt(0);return{type:"text",raw:i,text:i}}return j(n,o,n[0])}},t.strong=function(e,t,n){void 0===n&&(n="");var o=this.rules.inline.strong.start.exec(e);if(o&&(!o[1]||o[1]&&(""===n||this.rules.inline.punctuation.exec(n)))){t=t.slice(-1*e.length);var i,r="**"===o[0]?this.rules.inline.strong.endAst:this.rules.inline.strong.endUnd;for(r.lastIndex=0;null!=(o=r.exec(t));)if(i=this.rules.inline.strong.middle.exec(t.slice(0,o.index+3)))return{type:"strong",raw:e.slice(0,i[0].length),text:e.slice(2,i[0].length-2)}}},t.em=function(e,t,n){void 0===n&&(n="");var o=this.rules.inline.em.start.exec(e);if(o&&(!o[1]||o[1]&&(""===n||this.rules.inline.punctuation.exec(n)))){t=t.slice(-1*e.length);var i,r="*"===o[0]?this.rules.inline.em.endAst:this.rules.inline.em.endUnd;for(r.lastIndex=0;null!=(o=r.exec(t));)if(i=this.rules.inline.em.middle.exec(t.slice(0,o.index+2)))return{type:"em",raw:e.slice(0,i[0].length),text:e.slice(1,i[0].length-1)}}},t.codespan=function(e){var t=this.rules.inline.code.exec(e);if(t){var n=t[2].replace(/\n/g," "),o=/[^ ]/.test(n),i=/^ /.test(n)&&/ $/.test(n);return o&&i&&(n=n.substring(1,n.length-1)),n=T(n,!0),{type:"codespan",raw:t[0],text:n}}},t.br=function(e){var t=this.rules.inline.br.exec(e);if(t)return{type:"br",raw:t[0]}},t.del=function(e){var t=this.rules.inline.del.exec(e);if(t)return{type:"del",raw:t[0],text:t[2]}},t.autolink=function(e,t){var n,o,i=this.rules.inline.autolink.exec(e);if(i)return o="@"===i[2]?"mailto:"+(n=T(this.options.mangle?t(i[1]):i[1])):n=T(i[1]),{type:"link",raw:i[0],text:n,href:o,tokens:[{type:"text",raw:n,text:n}]}},t.url=function(e,t){var n;if(n=this.rules.inline.url.exec(e)){var o,i;if("@"===n[2])i="mailto:"+(o=T(this.options.mangle?t(n[0]):n[0]));else{var r;do{r=n[0],n[0]=this.rules.inline._backpedal.exec(n[0])[0]}while(r!==n[0]);o=T(n[0]),i="www."===n[1]?"http://"+o:o}return{type:"link",raw:n[0],text:o,href:i,tokens:[{type:"text",raw:o,text:o}]}}},t.inlineText=function(e,t,n){var o,i=this.rules.inline.text.exec(e);if(i)return o=t?this.options.sanitize?this.options.sanitizer?this.options.sanitizer(i[0]):T(i[0]):i[0]:T(this.options.smartypants?n(i[0]):i[0]),{type:"text",raw:i[0],text:o}},e}(),R=M.noopTest,Z=M.edit,U=M.merge,H={newline:/^(?: *(?:\n|$))+/,code:/^( {4}[^\n]+(?:\n(?: *(?:\n|$))*)?)+/,fences:/^ {0,3}(`{3,}(?=[^`\n]*\n)|~{3,})([^\n]*)\n(?:|([\s\S]*?)\n)(?: {0,3}\1[~`]* *(?:\n+|$)|$)/,hr:/^ {0,3}((?:- *){3,}|(?:_ *){3,}|(?:\* *){3,})(?:\n+|$)/,heading:/^ {0,3}(#{1,6})(?=\s|$)(.*)(?:\n+|$)/,blockquote:/^( {0,3}> ?(paragraph|[^\n]*)(?:\n|$))+/,list:/^( {0,3})(bull) [\s\S]+?(?:hr|def|\n{2,}(?! )(?! {0,3}bull )\n*|\s*$)/,html:"^ {0,3}(?:<(script|pre|style)[\\s>][\\s\\S]*?(?:</\\1>[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|<![A-Z][\\s\\S]*?(?:>\\n*|$)|<!\\[CDATA\\[[\\s\\S]*?(?:\\]\\]>\\n*|$)|</?(tag)(?: +|\\n|/?>)[\\s\\S]*?(?:\\n{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$)|</(?!script|pre|style)[a-z][\\w-]*\\s*>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *<?([^\s>]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:R,table:R,lheading:/^([^\n]+)\n {0,3}(=+|-+) *(?:\n+|$)/,_paragraph:/^([^\n]+(?:\n(?!hr|heading|lheading|blockquote|fences|list|html| +\n)[^\n]+)*)/,text:/^[^\n]+/,_label:/(?!\s*\])(?:\\[\[\]]|[^\[\]])+/,_title:/(?:"(?:\\"?|[^"\\])*"|'[^'\n]*(?:\n[^'\n]+)*\n?'|\([^()]*\))/};H.def=Z(H.def).replace("label",H._label).replace("title",H._title).getRegex(),H.bullet=/(?:[*+-]|\d{1,9}[.)])/,H.item=/^( *)(bull) ?[^\n]*(?:\n(?! *bull ?)[^\n]*)*/,H.item=Z(H.item,"gm").replace(/bull/g,H.bullet).getRegex(),H.listItemStart=Z(/^( *)(bull)/).replace("bull",H.bullet).getRegex(),H.list=Z(H.list).replace(/bull/g,H.bullet).replace("hr","\\n+(?=\\1?(?:(?:- *){3,}|(?:_ *){3,}|(?:\\* *){3,})(?:\\n+|$))").replace("def","\\n+(?="+H.def.source+")").getRegex(),H._tag="address|article|aside|base|basefont|blockquote|body|caption|center|col|colgroup|dd|details|dialog|dir|div|dl|dt|fieldset|figcaption|figure|footer|form|frame|frameset|h[1-6]|head|header|hr|html|iframe|legend|li|link|main|menu|menuitem|meta|nav|noframes|ol|optgroup|option|p|param|section|source|summary|table|tbody|td|tfoot|th|thead|title|tr|track|ul",H._comment=/<!--(?!-?>)[\s\S]*?(?:-->|$)/,H.html=Z(H.html,"i").replace("comment",H._comment).replace("tag",H._tag).replace("attribute",/ +[a-zA-Z:_][\w.:-]*(?: *= *"[^"\n]*"| *= *'[^'\n]*'| *= *[^\s"'=<>`]+)?/).getRegex(),H.paragraph=Z(H._paragraph).replace("hr",H.hr).replace("heading"," {0,3}#{1,6} ").replace("|lheading","").replace("blockquote"," {0,3}>").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",H._tag).getRegex(),H.blockquote=Z(H.blockquote).replace("paragraph",H.paragraph).getRegex(),H.normal=U({},H),H.gfm=U({},H.normal,{nptable:"^ *([^|\\n ].*\\|.*)\\n {0,3}([-:]+ *\\|[-| :]*)(?:\\n((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)",table:"^ *\\|(.+)\\n {0,3}\\|?( *[-:]+[-| :]*)(?:\\n *((?:(?!\\n|hr|heading|blockquote|code|fences|list|html).*(?:\\n|$))*)\\n*|$)"}),H.gfm.nptable=Z(H.gfm.nptable).replace("hr",H.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",H._tag).getRegex(),H.gfm.table=Z(H.gfm.table).replace("hr",H.hr).replace("heading"," {0,3}#{1,6} ").replace("blockquote"," {0,3}>").replace("code"," {4}[^\\n]").replace("fences"," {0,3}(?:`{3,}(?=[^`\\n]*\\n)|~{3,})[^\\n]*\\n").replace("list"," {0,3}(?:[*+-]|1[.)]) ").replace("html","</?(?:tag)(?: +|\\n|/?>)|<(?:script|pre|style|!--)").replace("tag",H._tag).getRegex(),H.pedantic=U({},H.normal,{html:Z("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+?</\\1> *(?:\\n{2,}|\\s*$)|<tag(?:\"[^\"]*\"|'[^']*'|\\s[^'\"/>\\s]*)*?/?> *(?:\\n{2,}|\\s*$))").replace("comment",H._comment).replace(/tag/g,"(?!(?:a|em|strong|small|s|cite|q|dfn|abbr|data|time|code|var|samp|kbd|sub|sup|i|b|u|mark|ruby|rt|rp|bdi|bdo|span|br|wbr|ins|del|img)\\b)\\w+(?!:|[^\\w\\s@]*@)\\b").getRegex(),def:/^ *\[([^\]]+)\]: *<?([^\s>]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:R,paragraph:Z(H.normal._paragraph).replace("hr",H.hr).replace("heading"," *#{1,6} *[^\n]").replace("lheading",H.lheading).replace("blockquote"," {0,3}>").replace("|fences","").replace("|list","").replace("|html","").getRegex()});var W={escape:/^\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/,autolink:/^<(scheme:[^\s\x00-\x1f<>]*|email)>/,url:R,tag:"^comment|^</[a-zA-Z][\\w:-]*\\s*>|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\s\\S]*?\\?>|^<![a-zA-Z]+\\s[\\s\\S]*?>|^<!\\[CDATA\\[[\\s\\S]*?\\]\\]>",link:/^!?\[(label)\]\(\s*(href)(?:\s+(title))?\s*\)/,reflink:/^!?\[(label)\]\[(?!\s*\])((?:\\[\[\]]?|[^\[\]\\])+)\]/,nolink:/^!?\[(?!\s*\])((?:\[[^\[\]]*\]|\\[\[\]]|[^\[\]])*)\](?:\[\])?/,reflinkSearch:"reflink|nolink(?!\\()",strong:{start:/^(?:(\*\*(?=[*punctuation]))|\*\*)(?![\s])|__/,middle:/^\*\*(?:(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)|\*(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)*?\*)+?\*\*$|^__(?![\s])((?:(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)|_(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)*?_)+?)__$/,endAst:/[^punctuation\s]\*\*(?!\*)|[punctuation]\*\*(?!\*)(?:(?=[punctuation_\s]|$))/,endUnd:/[^\s]__(?!_)(?:(?=[punctuation*\s])|$)/},em:{start:/^(?:(\*(?=[punctuation]))|\*)(?![*\s])|_/,middle:/^\*(?:(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)|\*(?:(?!overlapSkip)(?:[^*]|\\\*)|overlapSkip)*?\*)+?\*$|^_(?![_\s])(?:(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)|_(?:(?!overlapSkip)(?:[^_]|\\_)|overlapSkip)*?_)+?_$/,endAst:/[^punctuation\s]\*(?!\*)|[punctuation]\*(?!\*)(?:(?=[punctuation_\s]|$))/,endUnd:/[^\s]_(?!_)(?:(?=[punctuation*\s])|$)/},code:/^(`+)([^`]|[^`][\s\S]*?[^`])\1(?!`)/,br:/^( {2,}|\\)\n(?!\s*$)/,del:R,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*]|\b_|$)|[^ ](?= {2,}\n)))/,punctuation:/^([\s*punctuation])/,_punctuation:"!\"#$%&'()+\\-.,/:;<=>?@\\[\\]`^{|}~"};W.punctuation=Z(W.punctuation).replace(/punctuation/g,W._punctuation).getRegex(),W._blockSkip="\\[[^\\]]*?\\]\\([^\\)]*?\\)|`[^`]*?`|<[^>]*?>",W._overlapSkip="__[^_]*?__|\\*\\*\\[^\\*\\]*?\\*\\*",W._comment=Z(H._comment).replace("(?:--\x3e|$)","--\x3e").getRegex(),W.em.start=Z(W.em.start).replace(/punctuation/g,W._punctuation).getRegex(),W.em.middle=Z(W.em.middle).replace(/punctuation/g,W._punctuation).replace(/overlapSkip/g,W._overlapSkip).getRegex(),W.em.endAst=Z(W.em.endAst,"g").replace(/punctuation/g,W._punctuation).getRegex(),W.em.endUnd=Z(W.em.endUnd,"g").replace(/punctuation/g,W._punctuation).getRegex(),W.strong.start=Z(W.strong.start).replace(/punctuation/g,W._punctuation).getRegex(),W.strong.middle=Z(W.strong.middle).replace(/punctuation/g,W._punctuation).replace(/overlapSkip/g,W._overlapSkip).getRegex(),W.strong.endAst=Z(W.strong.endAst,"g").replace(/punctuation/g,W._punctuation).getRegex(),W.strong.endUnd=Z(W.strong.endUnd,"g").replace(/punctuation/g,W._punctuation).getRegex(),W.blockSkip=Z(W._blockSkip,"g").getRegex(),W.overlapSkip=Z(W._overlapSkip,"g").getRegex(),W._escapes=/\\([!"#$%&'()*+,\-./:;<=>?@\[\]\\^_`{|}~])/g,W._scheme=/[a-zA-Z][a-zA-Z0-9+.-]{1,31}/,W._email=/[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+(@)[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)+(?![-_])/,W.autolink=Z(W.autolink).replace("scheme",W._scheme).replace("email",W._email).getRegex(),W._attribute=/\s+[a-zA-Z:_][\w.:-]*(?:\s*=\s*"[^"]*"|\s*=\s*'[^']*'|\s*=\s*[^\s"'=<>`]+)?/,W.tag=Z(W.tag).replace("comment",W._comment).replace("attribute",W._attribute).getRegex(),W._label=/(?:\[(?:\\.|[^\[\]\\])*\]|\\.|`[^`]*`|[^\[\]\\`])*?/,W._href=/<(?:\\.|[^\n<>\\])+>|[^\s\x00-\x1f]*/,W._title=/"(?:\\"?|[^"\\])*"|'(?:\\'?|[^'\\])*'|\((?:\\\)?|[^)\\])*\)/,W.link=Z(W.link).replace("label",W._label).replace("href",W._href).replace("title",W._title).getRegex(),W.reflink=Z(W.reflink).replace("label",W._label).getRegex(),W.reflinkSearch=Z(W.reflinkSearch,"g").replace("reflink",W.reflink).replace("nolink",W.nolink).getRegex(),W.normal=U({},W),W.pedantic=U({},W.normal,{strong:{start:/^__|\*\*/,middle:/^__(?=\S)([\s\S]*?\S)__(?!_)|^\*\*(?=\S)([\s\S]*?\S)\*\*(?!\*)/,endAst:/\*\*(?!\*)/g,endUnd:/__(?!_)/g},em:{start:/^_|\*/,middle:/^()\*(?=\S)([\s\S]*?\S)\*(?!\*)|^_(?=\S)([\s\S]*?\S)_(?!_)/,endAst:/\*(?!\*)/g,endUnd:/_(?!_)/g},link:Z(/^!?\[(label)\]\((.*?)\)/).replace("label",W._label).getRegex(),reflink:Z(/^!?\[(label)\]\s*\[([^\]]*)\]/).replace("label",W._label).getRegex()}),W.gfm=U({},W.normal,{escape:Z(W.escape).replace("])","~|])").getRegex(),_extended_email:/[A-Za-z0-9._+-]+(@)[a-zA-Z0-9-_]+(?:\.[a-zA-Z0-9-_]*[a-zA-Z0-9])+(?![-_])/,url:/^((?:ftp|https?):\/\/|www\.)(?:[a-zA-Z0-9\-]+\.?)+[^\s<]*|^email/,_backpedal:/(?:[^?!.,:;*_~()&]+|\([^)]*\)|&(?![a-zA-Z0-9]+;$)|[?!.,:;*_~)]+(?!$))+/,del:/^(~~?)(?=[^\s~])([\s\S]*?[^\s~])\1(?=[^~]|$)/,text:/^([`~]+|[^`~])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\<!\[`*~]|\b_|https?:\/\/|ftp:\/\/|www\.|$)|[^ ](?= {2,}\n)|[^a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-](?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))|(?=[a-zA-Z0-9.!#$%&'*+\/=?_`{\|}~-]+@))/}),W.gfm.url=Z(W.gfm.url,"i").replace("email",W.gfm._extended_email).getRegex(),W.breaks=U({},W.gfm,{br:Z(W.br).replace("{2,}","*").getRegex(),text:Z(W.gfm.text).replace("\\b_","\\b_| {2,}\\n").replace(/\{2,\}/g,"*").getRegex()});var G={block:H,inline:W},Q=a.defaults,Y=G.block,X=G.inline,K=M.repeatString;function J(e){return e.replace(/---/g,"—").replace(/--/g,"–").replace(/(^|[-\u2014/(\[{"\s])'/g,"$1‘").replace(/'/g,"’").replace(/(^|[-\u2014/(\[{\u2018\s])"/g,"$1“").replace(/"/g,"”").replace(/\.{3}/g,"…")}function _(e){var t,n,o="",i=e.length;for(t=0;t<i;t++)n=e.charCodeAt(t),Math.random()>.5&&(n="x"+n.toString(16)),o+="&#"+n+";";return o}var $=function(){function e(e){this.tokens=[],this.tokens.links=Object.create(null),this.options=e||Q,this.options.tokenizer=this.options.tokenizer||new N,this.tokenizer=this.options.tokenizer,this.tokenizer.options=this.options;var t={block:Y.normal,inline:X.normal};this.options.pedantic?(t.block=Y.pedantic,t.inline=X.pedantic):this.options.gfm&&(t.block=Y.gfm,this.options.breaks?t.inline=X.breaks:t.inline=X.gfm),this.tokenizer.rules=t}e.lex=function(t,n){return new e(n).lex(t)},e.lexInline=function(t,n){return new e(n).inlineTokens(t)};var n=e.prototype;return n.lex=function(e){return e=e.replace(/\r\n|\r/g,"\n").replace(/\t/g," "),this.blockTokens(e,this.tokens,!0),this.inline(this.tokens),this.tokens},n.blockTokens=function(e,t,n){var o,i,r,a;for(void 0===t&&(t=[]),void 0===n&&(n=!0),this.options.pedantic&&(e=e.replace(/^ +$/gm,""));e;)if(o=this.tokenizer.space(e))e=e.substring(o.raw.length),o.type&&t.push(o);else if(o=this.tokenizer.code(e,t))e=e.substring(o.raw.length),o.type?t.push(o):((a=t[t.length-1]).raw+="\n"+o.raw,a.text+="\n"+o.text);else if(o=this.tokenizer.fences(e))e=e.substring(o.raw.length),t.push(o);else if(o=this.tokenizer.heading(e))e=e.substring(o.raw.length),t.push(o);else if(o=this.tokenizer.nptable(e))e=e.substring(o.raw.length),t.push(o);else if(o=this.tokenizer.hr(e))e=e.substring(o.raw.length),t.push(o);else if(o=this.tokenizer.blockquote(e))e=e.substring(o.raw.length),o.tokens=this.blockTokens(o.text,[],n),t.push(o);else if(o=this.tokenizer.list(e)){for(e=e.substring(o.raw.length),r=o.items.length,i=0;i<r;i++)o.items[i].tokens=this.blockTokens(o.items[i].text,[],!1);t.push(o)}else if(o=this.tokenizer.html(e))e=e.substring(o.raw.length),t.push(o);else if(n&&(o=this.tokenizer.def(e)))e=e.substring(o.raw.length),this.tokens.links[o.tag]||(this.tokens.links[o.tag]={href:o.href,title:o.title});else if(o=this.tokenizer.table(e))e=e.substring(o.raw.length),t.push(o);else if(o=this.tokenizer.lheading(e))e=e.substring(o.raw.length),t.push(o);else if(n&&(o=this.tokenizer.paragraph(e)))e=e.substring(o.raw.length),t.push(o);else if(o=this.tokenizer.text(e,t))e=e.substring(o.raw.length),o.type?t.push(o):((a=t[t.length-1]).raw+="\n"+o.raw,a.text+="\n"+o.text);else if(e){var c="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(c);break}throw new Error(c)}return t},n.inline=function(e){var t,n,o,i,r,a,c=e.length;for(t=0;t<c;t++)switch((a=e[t]).type){case"paragraph":case"text":case"heading":a.tokens=[],this.inlineTokens(a.text,a.tokens);break;case"table":for(a.tokens={header:[],cells:[]},i=a.header.length,n=0;n<i;n++)a.tokens.header[n]=[],this.inlineTokens(a.header[n],a.tokens.header[n]);for(i=a.cells.length,n=0;n<i;n++)for(r=a.cells[n],a.tokens.cells[n]=[],o=0;o<r.length;o++)a.tokens.cells[n][o]=[],this.inlineTokens(r[o],a.tokens.cells[n][o]);break;case"blockquote":this.inline(a.tokens);break;case"list":for(i=a.items.length,n=0;n<i;n++)this.inline(a.items[n].tokens)}return e},n.inlineTokens=function(e,t,n,o){var i;void 0===t&&(t=[]),void 0===n&&(n=!1),void 0===o&&(o=!1);var r,a,c,s=e;if(this.tokens.links){var l=Object.keys(this.tokens.links);if(l.length>0)for(;null!=(r=this.tokenizer.rules.inline.reflinkSearch.exec(s));)l.includes(r[0].slice(r[0].lastIndexOf("[")+1,-1))&&(s=s.slice(0,r.index)+"["+K("a",r[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.reflinkSearch.lastIndex))}for(;null!=(r=this.tokenizer.rules.inline.blockSkip.exec(s));)s=s.slice(0,r.index)+"["+K("a",r[0].length-2)+"]"+s.slice(this.tokenizer.rules.inline.blockSkip.lastIndex);for(;e;)if(a||(c=""),a=!1,i=this.tokenizer.escape(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.tag(e,n,o))e=e.substring(i.raw.length),n=i.inLink,o=i.inRawBlock,t.push(i);else if(i=this.tokenizer.link(e))e=e.substring(i.raw.length),"link"===i.type&&(i.tokens=this.inlineTokens(i.text,[],!0,o)),t.push(i);else if(i=this.tokenizer.reflink(e,this.tokens.links))e=e.substring(i.raw.length),"link"===i.type&&(i.tokens=this.inlineTokens(i.text,[],!0,o)),t.push(i);else if(i=this.tokenizer.strong(e,s,c))e=e.substring(i.raw.length),i.tokens=this.inlineTokens(i.text,[],n,o),t.push(i);else if(i=this.tokenizer.em(e,s,c))e=e.substring(i.raw.length),i.tokens=this.inlineTokens(i.text,[],n,o),t.push(i);else if(i=this.tokenizer.codespan(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.br(e))e=e.substring(i.raw.length),t.push(i);else if(i=this.tokenizer.del(e))e=e.substring(i.raw.length),i.tokens=this.inlineTokens(i.text,[],n,o),t.push(i);else if(i=this.tokenizer.autolink(e,_))e=e.substring(i.raw.length),t.push(i);else if(n||!(i=this.tokenizer.url(e,_))){if(i=this.tokenizer.inlineText(e,o,J))e=e.substring(i.raw.length),c=i.raw.slice(-1),a=!0,t.push(i);else if(e){var d="Infinite loop on byte: "+e.charCodeAt(0);if(this.options.silent){console.error(d);break}throw new Error(d)}}else e=e.substring(i.raw.length),t.push(i);return t},t(e,null,[{key:"rules",get:function(){return{block:Y,inline:X}}}]),e}(),ee=a.defaults,te=M.cleanUrl,ne=M.escape,oe=function(){function e(e){this.options=e||ee}var t=e.prototype;return t.code=function(e,t,n){var o=(t||"").match(/\S*/)[0];if(this.options.highlight){var i=this.options.highlight(e,o);null!=i&&i!==e&&(n=!0,e=i)}return e=e.replace(/\n$/,"")+"\n",o?'<pre><code class="'+this.options.langPrefix+ne(o,!0)+'">'+(n?e:ne(e,!0))+"</code></pre>\n":"<pre><code>"+(n?e:ne(e,!0))+"</code></pre>\n"},t.blockquote=function(e){return"<blockquote>\n"+e+"</blockquote>\n"},t.html=function(e){return e},t.heading=function(e,t,n,o){return this.options.headerIds?"<h"+t+' id="'+this.options.headerPrefix+o.slug(n)+'">'+e+"</h"+t+">\n":"<h"+t+">"+e+"</h"+t+">\n"},t.hr=function(){return this.options.xhtml?"<hr/>\n":"<hr>\n"},t.list=function(e,t,n){var o=t?"ol":"ul";return"<"+o+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"</"+o+">\n"},t.listitem=function(e){return"<li>"+e+"</li>\n"},t.checkbox=function(e){return"<input "+(e?'checked="" ':"")+'disabled="" type="checkbox"'+(this.options.xhtml?" /":"")+"> "},t.paragraph=function(e){return"<p>"+e+"</p>\n"},t.table=function(e,t){return t&&(t="<tbody>"+t+"</tbody>"),"<table>\n<thead>\n"+e+"</thead>\n"+t+"</table>\n"},t.tablerow=function(e){return"<tr>\n"+e+"</tr>\n"},t.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"</"+n+">\n"},t.strong=function(e){return"<strong>"+e+"</strong>"},t.em=function(e){return"<em>"+e+"</em>"},t.codespan=function(e){return"<code>"+e+"</code>"},t.br=function(){return this.options.xhtml?"<br/>":"<br>"},t.del=function(e){return"<del>"+e+"</del>"},t.link=function(e,t,n){if(null===(e=te(this.options.sanitize,this.options.baseUrl,e)))return n;var o='<a href="'+ne(e)+'"';return t&&(o+=' title="'+t+'"'),o+=">"+n+"</a>"},t.image=function(e,t,n){if(null===(e=te(this.options.sanitize,this.options.baseUrl,e)))return n;var o='<img src="'+e+'" alt="'+n+'"';return t&&(o+=' title="'+t+'"'),o+=this.options.xhtml?"/>":">"},t.text=function(e){return e},e}(),ie=function(){function e(){}var t=e.prototype;return t.strong=function(e){return e},t.em=function(e){return e},t.codespan=function(e){return e},t.del=function(e){return e},t.html=function(e){return e},t.text=function(e){return e},t.link=function(e,t,n){return""+n},t.image=function(e,t,n){return""+n},t.br=function(){return""},e}(),re=function(){function e(){this.seen={}}var t=e.prototype;return t.serialize=function(e){return e.toLowerCase().trim().replace(/<[!\/a-z].*?>/gi,"").replace(/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&()*+,./:;<=>?@[\]^`{|}~]/g,"").replace(/\s/g,"-")},t.getNextSafeSlug=function(e,t){var n=e,o=0;if(this.seen.hasOwnProperty(n)){o=this.seen[e];do{n=e+"-"+ ++o}while(this.seen.hasOwnProperty(n))}return t||(this.seen[e]=o,this.seen[n]=0),n},t.slug=function(e,t){void 0===t&&(t={});var n=this.serialize(e);return this.getNextSafeSlug(n,t.dryrun)},e}(),ae=a.defaults,ce=M.unescape,se=function(){function e(e){this.options=e||ae,this.options.renderer=this.options.renderer||new oe,this.renderer=this.options.renderer,this.renderer.options=this.options,this.textRenderer=new ie,this.slugger=new re}e.parse=function(t,n){return new e(n).parse(t)},e.parseInline=function(t,n){return new e(n).parseInline(t)};var t=e.prototype;return t.parse=function(e,t){void 0===t&&(t=!0);var n,o,i,r,a,c,s,l,d,m,f,u,p,b,h,g,v,F,w="",y=e.length;for(n=0;n<y;n++)switch((m=e[n]).type){case"space":continue;case"hr":w+=this.renderer.hr();continue;case"heading":w+=this.renderer.heading(this.parseInline(m.tokens),m.depth,ce(this.parseInline(m.tokens,this.textRenderer)),this.slugger);continue;case"code":w+=this.renderer.code(m.text,m.lang,m.escaped);continue;case"table":for(l="",s="",r=m.header.length,o=0;o<r;o++)s+=this.renderer.tablecell(this.parseInline(m.tokens.header[o]),{header:!0,align:m.align[o]});for(l+=this.renderer.tablerow(s),d="",r=m.cells.length,o=0;o<r;o++){for(s="",a=(c=m.tokens.cells[o]).length,i=0;i<a;i++)s+=this.renderer.tablecell(this.parseInline(c[i]),{header:!1,align:m.align[i]});d+=this.renderer.tablerow(s)}w+=this.renderer.table(l,d);continue;case"blockquote":d=this.parse(m.tokens),w+=this.renderer.blockquote(d);continue;case"list":for(f=m.ordered,u=m.start,p=m.loose,r=m.items.length,d="",o=0;o<r;o++)g=(h=m.items[o]).checked,v=h.task,b="",h.task&&(F=this.renderer.checkbox(g),p?h.tokens.length>0&&"text"===h.tokens[0].type?(h.tokens[0].text=F+" "+h.tokens[0].text,h.tokens[0].tokens&&h.tokens[0].tokens.length>0&&"text"===h.tokens[0].tokens[0].type&&(h.tokens[0].tokens[0].text=F+" "+h.tokens[0].tokens[0].text)):h.tokens.unshift({type:"text",text:F}):b+=F),b+=this.parse(h.tokens,p),d+=this.renderer.listitem(b,v,g);w+=this.renderer.list(d,f,u);continue;case"html":w+=this.renderer.html(m.text);continue;case"paragraph":w+=this.renderer.paragraph(this.parseInline(m.tokens));continue;case"text":for(d=m.tokens?this.parseInline(m.tokens):m.text;n+1<y&&"text"===e[n+1].type;)d+="\n"+((m=e[++n]).tokens?this.parseInline(m.tokens):m.text);w+=t?this.renderer.paragraph(d):d;continue;default:var x='Token with "'+m.type+'" type was not found.';if(this.options.silent)return void console.error(x);throw new Error(x)}return w},t.parseInline=function(e,t){t=t||this.renderer;var n,o,i="",r=e.length;for(n=0;n<r;n++)switch((o=e[n]).type){case"escape":case"text":i+=t.text(o.text);break;case"html":i+=t.html(o.text);break;case"link":i+=t.link(o.href,o.title,this.parseInline(o.tokens,t));break;case"image":i+=t.image(o.href,o.title,o.text);break;case"strong":i+=t.strong(this.parseInline(o.tokens,t));break;case"em":i+=t.em(this.parseInline(o.tokens,t));break;case"codespan":i+=t.codespan(o.text);break;case"br":i+=t.br();break;case"del":i+=t.del(this.parseInline(o.tokens,t));break;default:var a='Token with "'+o.type+'" type was not found.';if(this.options.silent)return void console.error(a);throw new Error(a)}return i},e}(),le=M.merge,de=M.checkSanitizeDeprecation,me=M.escape,fe=a.getDefaults,ue=a.changeDefaults,pe=a.defaults;function be(e,t,n){if(null==e)throw new Error("marked(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");if("function"==typeof t&&(n=t,t=null),t=le({},be.defaults,t||{}),de(t),n){var o,i=t.highlight;try{o=$.lex(e,t)}catch(e){return n(e)}var r=function(e){var r;if(!e)try{r=se.parse(o,t)}catch(t){e=t}return t.highlight=i,e?n(e):n(null,r)};if(!i||i.length<3)return r();if(delete t.highlight,!o.length)return r();var a=0;return be.walkTokens(o,(function(e){"code"===e.type&&(a++,setTimeout((function(){i(e.text,e.lang,(function(t,n){if(t)return r(t);null!=n&&n!==e.text&&(e.text=n,e.escaped=!0),0==--a&&r()}))}),0))})),void(0===a&&r())}try{var c=$.lex(e,t);return t.walkTokens&&be.walkTokens(c,t.walkTokens),se.parse(c,t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"<p>An error occurred:</p><pre>"+me(e.message+"",!0)+"</pre>";throw e}}return be.options=be.setOptions=function(e){return le(be.defaults,e),ue(be.defaults),be},be.getDefaults=fe,be.defaults=pe,be.use=function(e){var t=le({},e);if(e.renderer&&function(){var n=be.defaults.renderer||new oe,o=function(t){var o=n[t];n[t]=function(){for(var i=arguments.length,r=new Array(i),a=0;a<i;a++)r[a]=arguments[a];var c=e.renderer[t].apply(n,r);return!1===c&&(c=o.apply(n,r)),c}};for(var i in e.renderer)o(i);t.renderer=n}(),e.tokenizer&&function(){var n=be.defaults.tokenizer||new N,o=function(t){var o=n[t];n[t]=function(){for(var i=arguments.length,r=new Array(i),a=0;a<i;a++)r[a]=arguments[a];var c=e.tokenizer[t].apply(n,r);return!1===c&&(c=o.apply(n,r)),c}};for(var i in e.tokenizer)o(i);t.tokenizer=n}(),e.walkTokens){var n=be.defaults.walkTokens;t.walkTokens=function(t){e.walkTokens(t),n&&n(t)}}be.setOptions(t)},be.walkTokens=function(e,t){for(var n,o=i(e);!(n=o()).done;){var r=n.value;switch(t(r),r.type){case"table":for(var a,c=i(r.tokens.header);!(a=c()).done;){var s=a.value;be.walkTokens(s,t)}for(var l,d=i(r.tokens.cells);!(l=d()).done;)for(var m,f=i(l.value);!(m=f()).done;){var u=m.value;be.walkTokens(u,t)}break;case"list":be.walkTokens(r.items,t);break;default:r.tokens&&be.walkTokens(r.tokens,t)}}},be.parseInline=function(e,t){if(null==e)throw new Error("marked.parseInline(): input parameter is undefined or null");if("string"!=typeof e)throw new Error("marked.parseInline(): input parameter is of type "+Object.prototype.toString.call(e)+", string expected");t=le({},be.defaults,t||{}),de(t);try{var n=$.lexInline(e,t);return t.walkTokens&&be.walkTokens(n,t.walkTokens),se.parseInline(n,t)}catch(e){if(e.message+="\nPlease report this to https://github.com/markedjs/marked.",t.silent)return"<p>An error occurred:</p><pre>"+me(e.message+"",!0)+"</pre>";throw e}},be.Parser=se,be.parser=se.parse,be.Renderer=oe,be.TextRenderer=ie,be.Lexer=$,be.lexer=$.lex,be.Tokenizer=N,be.Slugger=re,be.parse=be,be}()},3346:(e,t,n)=>{"use strict";n.r(t),n.d(t,{compatibilityPatch:()=>r});var o=n(8549),i=n(8689);
/* eslint-disable no-underscore-dangle */
const r=()=>{(0,o.contentLoaded)((async()=>{document.body.classList.add("round-corner");const{isIframe:e,matchUrlPattern:t}=await Promise.resolve().then(n.bind(n,997));document.documentElement.classList.toggle("iframe",e()&&["https://t.bilibili.com/share/card/index","https://manga.bilibili.com/eden/bilibili-nav-panel.html","https://live.bilibili.com/blackboard/dropdown-menu.html","https://www.bilibili.com/page-proxy/game-nav.html"].some(t))})),(0,o.fullyLoaded)((()=>{(0,i.select)("meta[name=spm_prefix]").then((e=>{e&&(e.remove(),(0,i.select)((()=>unsafeWindow.__spm_prefix)).then((()=>{unsafeWindow.__spm_prefix&&delete unsafeWindow.__spm_prefix})))}))})),"undefined"==typeof requestIdleCallback&&(window.requestIdleCallback=e=>window.setTimeout(e,0),window.cancelIdleCallback=e=>{window.clearTimeout(e)})}},3913:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initVue:()=>i});var o=n(1508);const i=()=>{window.Vue=o.ZP,Vue.config.devtools=!1,Vue.config.productionTip=!1,Vue.directive("hit",{inserted(e,t){let{value:n}=t;if(n&&"function"==typeof n){const t=e=>{n.length>0?n(e):n()};e.addEventListener("click",n),e.addEventListener("keydown",(e=>{"Enter"!==e.key&&" "!==e.key||(e.preventDefault(),t(e))}))}}})}},1206:(e,t,n)=>{"use strict";n.r(t),n.d(t,{checkAllUpdate:()=>b,checkComponentsByName:()=>w,checkComponentsUpdate:()=>d,checkLastFeature:()=>k,checkPluginsByName:()=>y,checkPluginsUpdate:()=>m,checkStylesByName:()=>x,checkStylesUpdate:()=>f,checkUpdate:()=>l,forceCheckUpdate:()=>v,forceCheckUpdateAndReload:()=>F,silentCheckUpdate:()=>h,silentCheckUpdateAndReload:()=>g});var o=n(9737),i=n(5600),r=n(962),a=n(197),c=n(1242),s=n(7076);const l=async e=>{const{items:t,existPredicate:o=s.Hn,filterNames:r=[],force:a=!1,maxCount:l=1/0}=e,d=Number(new Date),{devMode:m}=(0,i.getGeneralSettings)(),{options:f}=(0,i.getComponentSettings)(s.u2);Object.keys(t).filter((e=>!o(e))).forEach((e=>{delete t[e]}));let u=0;const p=Object.entries(t).filter((e=>{let[t,n]=e;return(e=>0===r.length||r.includes(e))(t)&&Boolean(n.url)}));return(await Promise.allSettled(p.map((async e=>{let[o,i]=e;const{url:r,lastUpdateCheck:p,alwaysUpdate:b}=i;if(!(b&&m)&&d-p<=f.minimumDuration&&!a)return`[${o}] 未超过更新间隔期, 已跳过`;if(u>l&&!a)return`[${o}] 已到达单次更新量上限 (${l} 个), 已跳过`;let h=r;s.dV.test(r)&&f.localPortOverride&&(h=r.replace(/:(\d)+/,`:${f.localPortOverride}`));const g=await coreApis.ajax.monkey({url:h});if(!(o in t))return`[${o}] 已被卸载, 取消更新`;if(!g)return`[${o}] 更新下载失败, 取消更新`;if(!(0,c.isFeatureAcceptable)(g))return`[${o}] 版本不匹配, 取消更新`;const{installFeatureFromCode:v}=await Promise.resolve().then(n.bind(n,459)),{message:F}=await v(g,r);return i.lastUpdateCheck=Number(new Date),u++,`[${o}] ${F}`})))).map(((e,n)=>{if("fulfilled"===e.status)return e.value;const o=e.reason?.message??e.reason.toString();return`[${Object.keys(t)[n]}] ${o}`})).join("\n").trim()},d=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),{components:n}=t.urls;return l({items:n,...e})},m=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),{plugins:n}=t.urls;return l({items:n,...e})},f=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),{styles:n}=t.urls;return l({items:n,...e})},u=e=>async function(){await e(...arguments),window.location.reload()},p=e=>u((async function(){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];await e({filterNames:n,force:!0})})),b=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),n=(0,r.useScopedConsole)("检查所有更新");n.log("开始检查更新");const a=[await d(e)||"暂无组件更新",await m(e)||"暂无插件更新",await f(e)||"暂无样式更新"];t.lastUpdateCheck=Number(new Date),t.lastInstalledVersion=o.meta.version,n.groupCollapsed("完成更新检查"),a.forEach((e=>n.log(e))),n.groupEnd()},h=()=>b({maxCount:(0,i.getComponentSettings)(s.u2).options.maxUpdateCount}),g=u(h),v=()=>b({force:!0}),F=u(v),w=p(d),y=p(m),x=p(f),k=async()=>{const{options:e}=(0,i.getComponentSettings)(s.u2),t=Object.values(e.urls).flatMap((e=>Object.entries(e))).map((e=>{let[t,n]=e;return{key:t,time:n.lastUpdateCheck,item:n}})).sort((0,a.descendingSort)((e=>e.time))),[n]=t;n?(await l({items:{[n.key]:n.item},force:!0}),window.location.reload()):console.log("没有找到最近更新的功能")}},7076:(e,t,n)=>{"use strict";n.d(t,{Hn:()=>c,dV:()=>r,jN:()=>a,u2:()=>i});var o=n(5600);const i="autoUpdate",r=/^http:\/\/localhost/,a=e=>r.test(e),c=e=>void 0!==o.settings.userComponents[e]||void 0!==o.settings.userPlugins[e]||void 0!==o.settings.userStyles[e]},4848:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isRecover:()=>w,next:()=>x,recover:()=>k,setConsole:()=>h,setOptions:()=>b,start:()=>C,stop:()=>y});var o=n(7888),i=n(6812),r=n(997);const a=
/* eslint-disable no-bitwise */
function*(e,t){let n,o=t?.low??0,i=t?.high??e.length;for(;o+1<i;){n=o+i>>>1;(yield{low:o,high:i,mid:n,slice:e.slice(o,n),rouge:Math.trunc(Math.log2(i-o))})?i=n:o=n}return{low:o,high:i,mid:n,slice:e.slice(o,n),rouge:Math.trunc(Math.log2(i-o)),target:e[o]}};var c=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",[t("div",[e._v("可能出问题的组件是:"+e._s(e.displayName)+"("+e._s(e.name)+")")]),e._v(" "),t("div",[t("span",{staticClass:"link",on:{click:e.restore}},[e._v("恢复原状("+e._s(e.countdown)+" 秒)")])])])};c._withStripped=!0;const s=n(1508).ZP.extend({data:()=>({countdown:30,userComponent:void 0}),computed:{displayName(){return this.userComponent?.metadata?.displayName},name(){return this.userComponent?.metadata?.name}},watch:{countdown(e){0===e&&this.restore()}},created(){this.interval=setInterval((()=>{this.countdown>0?this.countdown--:clearInterval(this.interval)}),1e3)},destroyed(){clearInterval(this.interval)},methods:{restore(){clearInterval(this.interval),this.$emit("restore")}}});const l=(0,n(6499).Z)(s,c,[],!1,null,null,null).exports;let d,m,f,u,p;const b=e=>{d?Object.assign(d,e):d=e},h=e=>{m=e},g=async()=>{const{settings:e}=await Promise.resolve().then(n.bind(n,5600)),{userComponents:t}=e,o=lodash.pickBy(t,(e=>e.metadata.configurable||!0)),{targetComponents:i,keepDisabledComponents:r,keepEnabledComponents:a}=lodash.transform(o,((e,t,n)=>{d.keepEnabledComponents?.includes(n)?e.keepEnabledComponents.push(t):d.keepDisabledComponents?.includes(n)?e.keepDisabledComponents.push(t):e.targetComponents.push(t)}),{targetComponents:[],keepDisabledComponents:[],keepEnabledComponents:[]});return{userComponents:t,configurableUserComponents:o,targetComponents:i,keepDisabledComponents:r,keepEnabledComponents:a}},v=(e,t)=>e.forEach((e=>e.settings.enabled=t)),F=e=>e.map((e=>`${e.metadata.displayName}(${e.metadata.name})`)).join(", ")||"无",w=()=>!lodash.isEmpty(d.bisectInitialState),y=async()=>{m?.log("stop - 准备停止组件二等分"),p?.close();const{configurableUserComponents:e}=await g(),t=[];for(const[n,o]of Object.entries(e)){const e=d.originalComponentEnableState?.[n];null!=e?o.settings.enabled=e:t.push(o)}if(t.length){const e=`部分组件未能还原状态:${F(t)}`;m?.warn(`stop - ${e}`),i.Toast.error(e,"组件二等分"),await(0,r.delay)(3e3)}m?.log("stop - 清理状态"),f=null,d.bisectInitialState={},d.originalComponentEnableState={},m?.log("stop - 重载页面"),location.reload()},x=async(e,t)=>{p?.close(),m?.log("next - 当前工作状态:"+(
// eslint-disable-next-line no-nested-ternary
null==e?"未知":e?"异常":"正常"));const{done:n,value:o}=f.next(e);if(n){const{low:e,high:t}=o;d.bisectInitialState={low:e,high:t};const n=`bisector-result-toast-content-${(0,r.getRandomId)()}`;i.Toast.info(`<div id="${n}"></div>`,"组件二等分结果"),await(0,r.delay)();const a=(0,r.mountVueComponent)(l,`#${n}`);a.userComponent=o.target,a.$on("restore",(()=>{y()}))}else{const{slice:e,low:n,high:i}=o,r=e,a=lodash.difference(u.targetComponents,e);d.bisectInitialState={low:n,high:i},m?.log(`next - 关闭组件:${F(a)}`),m?.log(`next - 开启组件:${F(r)}`),v(a,!1),v(r,!0),t&&(m?.log("next - 重载页面"),location.reload())}return{done:n,value:o}},k=async()=>{m?.log("recover - 准备恢复组件二等分"),u=await g();const{targetComponents:e,keepDisabledComponents:t,keepEnabledComponents:i}=u;v(i,!0),v(t,!1),m?.log(`recover - 保持关闭组件:${F(t)}`),m?.log(`recover - 保持开启组件:${F(i)}`),m?.log(`recover - 全部目标组件:${F(e)}`),f=a(e,d.bisectInitialState);const{done:r,value:c}=await x();if(!r){const{rouge:e}=c;p=(0,o.showDialog)({title:()=>Promise.resolve().then(n.bind(n,8526)),content:()=>Promise.resolve().then(n.bind(n,2555)),contentProps:{rouge:e,onGood:()=>x(!1,!0),onBad:()=>x(!0,!0),onAbort:()=>y()}})}},C=async()=>{if(w())return void await k();m?.log("start - 准备开始组件二等分"),u=await g();const{configurableUserComponents:e,targetComponents:t,keepDisabledComponents:n,keepEnabledComponents:o}=u;m?.log("start - 保存组件初始启用状态"),d.originalComponentEnableState=lodash.mapValues(e,(e=>e.settings.enabled)),v(t,!0),v(o,!0),v(n,!1),m?.log(`start - 保持关闭组件:${F(n)}`),m?.log(`start - 保持开启组件:${F(o)}`),m?.log(`start - 启用全部目标组件:${F(t)}`),f=a(t,d.bisectInitialState),await x(void 0,!0)}},8910:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getBuiltInComponents:()=>O,isBuiltInComponent:()=>V});var o=n(3082),i=n(997),r=n(3498),a=n(2496);const c={name:"launchBar.plugin",displayName:"搜索栏 - 快捷键支持",setup:e=>{let{addData:t}=e;t("keymap.actions",(e=>{e.showLaunchBar={displayName:"显示搜索栏",run:async()=>{const{toggleLaunchBar:e}=await Promise.resolve().then(n.bind(n,7943));return e(),!0}}})),t("keymap.presets",(e=>{e.showLaunchBar="/"}))}},s=(0,r.defineComponentMetadata)({name:"launchBar",displayName:"搜索栏",configurable:!1,entry:i.none,plugin:c,hidden:!0,tags:[a.t.general,a.t.utils],commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5"});var l=n(9211),d=n(9761),m=n(1854);function f(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class u{constructor(){f(this,"accepts",(e=>e.nodeType===Node.ELEMENT_NODE)),f(this,"getValue",(e=>e.nodeValue)),f(this,"setValue",((e,t)=>{e.nodeValue=t})),f(this,"getElement",(e=>e))}// eslint-disable-next-line class-methods-use-this
// eslint-disable-next-line class-methods-use-this
// eslint-disable-next-line class-methods-use-this
// eslint-disable-next-line class-methods-use-this
translate(e){let t=this.getValue(e);if(!t||"string"!=typeof t||"*"===t)return;t=t.trim();const n=u.map.get(t);if(void 0===n){const n=u.regex.find((e=>{let[n]=e;return n.test(t)}));if(n){const[o,i]=n;this.setValue(e,t.replace(o,i))}}else if("string"==typeof n)this.setValue(e,n);else if(Array.isArray(n)){let t=null;for(const o of n)if("string"==typeof o)t=o;else{const{text:n,selector:i,not:r}=o;this.getElement(e)?.matches(i)!==Boolean(r)&&(t=n)}null!==t&&this.setValue(e,t)}else{const{text:t,selector:o,not:i}=n;this.getElement(e)?.matches(o)!==Boolean(i)&&this.setValue(e,t)}}static walk(e,t){const n=document.createNodeIterator(e,
// eslint-disable-next-line no-bitwise
NodeFilter.SHOW_TEXT|NodeFilter.SHOW_ELEMENT);let o=n.nextNode();for(;o;)t(o),o=n.nextNode()}static translate(e){if(e.nodeType===Node.TEXT_NODE)return void u.textNode.translate(e);const t=e=>{for(const t of u.sensitiveTranslators)t.accepts(e)&&t.translate(e)};t(e),u.walk(e,t)}static translateCssMatches(){const e=u.map.get("*");if(e)for(const{selector:t,text:n}of e){const e=document.querySelector(t);e&&[...e.childNodes].filter((e=>e.nodeType===Node.TEXT_NODE)).forEach((e=>e.nodeValue=n))}}}f(u,"textNode",void 0),f(u,"title",void 0),f(u,"placeholder",void 0),f(u,"sensitiveTranslators",void 0),f(u,"map",void 0),f(u,"regex",void 0);u.textNode=new class extends u{constructor(){super(...arguments),f(this,"accepts",(e=>e.nodeType===Node.TEXT_NODE)),f(this,"getElement",(e=>e.parentElement))}},u.title=new class extends u{constructor(){super(...arguments),f(this,"getValue",(e=>e.getAttribute("title"))),f(this,"setValue",((e,t)=>{e.setAttribute("title",t)}))}},u.placeholder=new class extends u{constructor(){super(...arguments),f(this,"getValue",(e=>e.getAttribute("placeholder"))),f(this,"setValue",((e,t)=>{e.setAttribute("placeholder",t)}))}},u.sensitiveTranslators=[u.textNode,u.title,u.placeholder];const p=(0,r.defineComponentMetadata)({name:"i18n",displayName:"多语言",configurable:!1,entry:async()=>{const{getSelectedLanguage:e}=await Promise.resolve().then(n.bind(n,8590)),t=e();if(t===l.defaultLanguageCode)return;const{registerAndGetData:o}=await Promise.resolve().then(n.bind(n,6940)),[i,r]=o(`i18n.${t}`,new Map,[]);console.log(t,i.size,r.length),0===i.size&&0===r.length||(document.documentElement.setAttribute("lang",t),u.map=i,u.regex=r,u.translate(document.body),u.translateCssMatches(),(0,m.allMutations)((e=>{e.forEach((e=>{"childList"===e.type?(e.addedNodes.length>0&&u.translateCssMatches(),e.addedNodes.forEach((e=>{u.translate(e)}))):"characterData"===e.type?u.textNode.translate(e.target):"attributes"===e.type&&("title"===e.attributeName?u.title.translate(e.target):"placeholder"===e.attributeName&&u.placeholder.translate(e.target))}))})))},tags:[a.t.utils,a.t.experimental,a.t.general],description:{"zh-CN":"安装其他语言包可以更换界面语言, 机器翻译选择可以设定其他一些功能如`动态翻译`, `评论翻译`使用的翻译器. 机器翻译的选择不影响界面语言."},options:{language:{defaultValue:l.languageCodeToName[l.defaultLanguageCode],displayName:"界面语言选择",dropdownEnum:l.languageCodeToName},translator:{defaultValue:Object.keys(d.WK)[0],displayName:"机器翻译选择",dropdownEnum:d.U6}},hidden:!0,commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5"});var b=n(9737),h=n(5600),g=n(1242),v=n(7076),F=n(1206);const{checkComponentsUpdate:w,checkLastFeature:y,forceCheckUpdate:x,forceCheckUpdateAndReload:k,silentCheckUpdate:C}=F,A=(0,r.defineOptionsMetadata)({lastUpdateCheck:{displayName:"最后检查更新日期",defaultValue:0,hidden:!0},lastInstalledVersion:{displayName:"最后安装版本",defaultValue:"2.0.0",hidden:!0},localPortOverride:{displayName:"本地组件链接端口",defaultValue:"",hidden:!0},minimumDuration:{displayName:"更新间隔 (ms)",defaultValue:864e5},urls:{displayName:"更新链接",defaultValue:{components:{},plugins:{},styles:{}},hidden:!0},maxUpdateCount:{displayName:"单次最大更新量 (个)",defaultValue:4}}),E=(0,r.defineComponentMetadata)({name:v.u2,displayName:"自动更新器",description:{"zh-CN":"自动检查组件, 插件和样式的更新. (仅限从设置面板中安装的)"},tags:[a.t.utils],options:A,extraOptions:()=>Promise.resolve().then(n.bind(n,5247)).then((e=>e.default)),entry:async e=>{let{settings:{options:t}}=e;if((0,i.isIframe)())return F;const n=Number(new Date)-t.lastUpdateCheck>=t.minimumDuration,o=new g.Version(b.meta.version).greaterThan(new g.Version(t.lastInstalledVersion));return n?coreApis.lifeCycle.fullyLoaded((()=>C())):o&&coreApis.lifeCycle.fullyLoaded((()=>x())),F},plugin:{displayName:"自动更新器 - 功能扩展",description:{"zh-CN":"记录在设置面板中的功能安装/卸载数据供自动更新使用; 并在组件详情中支持手动检查该组件的更新."},setup:e=>{let{addData:t,addHook:o}=e;["components","plugins","styles"].forEach((e=>{o(`user${lodash.startCase(e)}.add`,{after:(t,n,o)=>{const{options:i}=(0,h.getComponentSettings)("autoUpdate"),r=i.urls[e][o.name];r?(r.url=n,r.lastUpdateCheck=Number(new Date),r.alwaysUpdate=(0,v.jN)(n)):i.urls[e][o.name]={url:n,lastUpdateCheck:Number(new Date),installTime:Number(new Date),alwaysUpdate:(0,v.jN)(n)}}}),o(`user${lodash.startCase(e)}.remove`,{after:t=>{const{options:n}=(0,h.getComponentSettings)("autoUpdate");n.urls[e][t.name]&&delete n.urls[e][t.name]}})})),t("settingsPanel.componentActions",(e=>{const{options:t}=(0,h.getComponentSettings)("autoUpdate");e.push((e=>{const o=t.urls.components[e.name];if(o)return{name:"checkUpdate",displayName:"检查更新",icon:(0,v.jN)(o.url)?"mdi-file-download-outline":"mdi-cloud-download-outline",visible:(0,h.isUserComponent)(e),title:o.url,action:async()=>{const{Toast:t}=await Promise.resolve().then(n.bind(n,6812)),o=t.info("检查更新中...","检查更新");o.message=await w({filterNames:[e.name],force:!0}),o.duration=3e3}}}))}));const i="mdi-cloud-sync-outline";t("launchBar.actions",(e=>{e.push({name:"updateAllFeaturesActions",getActions:async()=>[{name:"检查所有更新",description:"Check Updates",action:async()=>{const{Toast:e}=await Promise.resolve().then(n.bind(n,6812)),t=e.info("正在检查更新...","检查所有更新");await k(),t.close()},icon:i}]})})),t("settingsPanel.searchBarActions",(e=>{e.unshift({key:"updateFeatures",title:e=>{let{selectedComponents:t}=e;return t.length>0?"更新所选组件":"检查所有更新"},icon:"mdi-cloud-download-outline",run:async e=>{const t=e.selectedComponents.length>0?`确定要更新所选的 ${e.selectedComponents.length} 个组件吗?`:"确定要检查所有更新吗?";if(!window.confirm(t))return;const{Toast:o}=await Promise.resolve().then(n.bind(n,6812)),{isBuiltInComponent:i}=await Promise.resolve().then(n.bind(n,8910));if(0===e.selectedComponents.length){const e=o.info("正在检查更新...","检查所有更新");k(),await k(),e.close()}else e.selectedComponents.forEach((async e=>{let{name:t}=e;if(i(t))o.info("内置组件不能更新","检查更新",3e3);else{const e=o.info("检查更新中...","检查更新"),n=await w({filterNames:[t],force:!0});e.message=n,e.duration=3e3}}))}})})),(0,h.getGeneralSettings)().devMode&&t("launchBar.actions",(e=>{e.push({name:"updateLastFeatureActions",getActions:async()=>[{name:"检查最近更新的功能",description:"Check Last Update",action:async()=>{const{Toast:e}=await Promise.resolve().then(n.bind(n,6812)),t=e.info("正在检查更新...","检查最近更新的功能");await y(),t.close()},icon:i}]})}))}},commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5"}),B=async()=>{const{cdnRoots:e}=await Promise.resolve().then(n.bind(n,398)),{meta:t}=await Promise.resolve().then(n.bind(n,9737)),{getGeneralSettings:o}=await Promise.resolve().then(n.bind(n,5600));return`${e[o().cdnRoot](t.compilationInfo.branch)}dist/${t.originalFilename}`},D=(0,r.defineComponentMetadata)({name:"notifyNewVersion",displayName:"新版本提示",description:"定期检查脚本本体的更新, 并弹出提示.",tags:[a.t.utils],options:{lastUpdateCheck:{displayName:"最后检查更新日期",defaultValue:0,hidden:!0},minimumDuration:{displayName:"更新间隔 (ms)",defaultValue:864e5}},entry:async e=>{let{settings:{options:t}}=e;try{const{Version:e}=await Promise.resolve().then(n.bind(n,1242)),{monkey:o}=await Promise.resolve().then(n.bind(n,6629)),{meta:i}=await Promise.resolve().then(n.bind(n,9737)),{Toast:r}=await Promise.resolve().then(n.bind(n,6812)),a=Number(new Date);if(a-t.lastUpdateCheck<t.minimumDuration)return;if(!GM_info.scriptUpdateURL)return;const c=await B(),s=await o({url:c,responseType:"text"});t.lastUpdateCheck=Number(new Date);const l=s.match(/^\/\/ @version\s*([\d.]+)$/m);if(!l?.[1])return void console.warn("[新版本提示] 未能检测出脚本版本, scriptText.length =",s.length);const d=new e(l[1]),m=new e(i.compilationInfo.version);if(!d.greaterThan(m))return;const f=await(async e=>{const{monkey:t}=await Promise.resolve().then(n.bind(n,6629)),{meta:o,branches:i}=await Promise.resolve().then(n.bind(n,9737)),{defaultOwner:r}=await Promise.resolve().then(n.bind(n,398)),{default:a}=await Promise.resolve().then(n.t.bind(n,9896,23));try{const n=`https://api.github.com/repos/${r}/Bilibili-Evolved/releases/tags/v${o.compilationInfo.branch===i.preview?`${e}-preview`:e}`;return a(JSON.parse(await t({url:n}))?.body??"")}catch(e){return`检查更新时发生错误: ${e.message}`}})(d.versionString),u=r.info(`新版本 <span>${d.versionString}</span> 已发布. <span class="view-details link">查看详情</span>`,"检查更新");(await u.element).querySelector(".view-details").addEventListener("click",(()=>{(async e=>{const{showDialog:t}=await Promise.resolve().then(n.bind(n,7888));t({title:"更新说明",content:()=>Promise.resolve().then(n.bind(n,2977)),contentProps:{content:e,updateUrl:await B()}})})(f)}))}catch(e){console.warn("[新版本提示] 检查更新时发生错误: ",e)}},commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5"}),z=(0,r.defineOptionsMetadata)({originalComponentEnableState:{defaultValue:{},hidden:!0},keepDisabledComponents:{defaultValue:[],hidden:!0},keepEnabledComponents:{defaultValue:[],hidden:!0},bisectInitialState:{defaultValue:{},hidden:!0}});var I=n(8549),S=n(962);const M=(0,r.defineComponentMetadata)({name:"bisector",displayName:"组件二等分",tags:[a.t.general,a.t.utils],hidden:!0,configurable:!1,entry:async e=>{let{settings:{options:t}}=e;const o=await Promise.resolve().then(n.bind(n,4848));o.setOptions(t),o.setConsole((0,S.useScopedConsole)("组件二等分")),unsafeWindow.addEventListener(I.LifeCycleEventTypes.ComponentsLoaded,(()=>{o.isRecover()&&o.recover()}))},options:z,plugin:{displayName:"组件二等分 - 功能扩展",setup:e=>{let{addData:t}=e;t("launchBar.actions",(e=>{e.push({name:"bisector-start",getActions:async()=>[{name:"开始 / 继续组件二等分",description:"Start/Continue component bisection",icon:"mdi-view-split-horizontal",action:async()=>{const e=await Promise.resolve().then(n.bind(n,4848));await e.start()}}]})}))}},commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5"}),P=(0,r.defineComponentMetadata)({name:"compatibilities",displayName:"兼容性选项",configurable:!1,tags:[a.t.general],options:{disableOnBalh:{defaultValue:!1,displayName:'与 "解除 B 站区域限制" 互斥'}},entry:i.none,commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5",description:(()=>{const e=n(7761);return{...Object.fromEntries(e.keys().map((t=>[t.match(/index\.(.+)\.md$/)[1],e(t)]))),"zh-CN":()=>Promise.resolve().then(n.t.bind(n,8232,17)).then((e=>e.default))}})()}),O=()=>[o.component,s,p,E,D,M,P],V=e=>O().some((t=>t.name===e))},8430:(e,t,n)=>{"use strict";n.r(t),n.d(t,{components:()=>d,componentsMap:()=>l,componentsTags:()=>c.t,defineComponentMetadata:()=>s.defineComponentMetadata,defineOptionMetadata:()=>s.defineOptionMetadata,defineOptionsMetadata:()=>s.defineOptionsMetadata,importComponent:()=>b,loadAllComponents:()=>v,loadAllUserComponents:()=>g,loadComponent:()=>h});var o=n(5600),i=n(8549),r=n(3813),a=n(8910),c=n(2496),s=n(3498);const l={},d=lodash.once((()=>{const e=(0,a.getBuiltInComponents)();return e.forEach((e=>l[e.name]=e)),e}))(),m=async e=>{if(!e.i18n)return;const{addI18nData:t}=await Promise.resolve().then(n.bind(n,8590));for(const[n,o]of Object.entries(e.i18n)){const{map:e=[],regex:i=[]}="function"==typeof o?await o():o;t(n,e,i)}},f=e=>`${e.name}.widget`,u=async e=>{if(e.widget){const t={...e.widget,name:f(e)},{addData:o}=await Promise.resolve().then(n.bind(n,6940)),{WidgetsPlugin:i}=await Promise.resolve().then(n.bind(n,3082));o(i,(n=>{if(n.find((e=>e.name===t.name)))return;const{urlInclude:o,urlExclude:i}=t;e.urlInclude&&(o?o.push(...e.urlInclude):t.urlInclude=[...e.urlInclude]),e.urlExclude&&(i?i.push(...e.urlExclude):t.urlExclude=[...e.urlExclude]),n.push(t)}))}},p={},b=e=>{if(!(e in p))throw new Error(`组件'${e}'未加载, 请确认拼写无误且组件已开启.`);return p[e]},h=async e=>{const{componentLoadTrace:t}=await Promise.resolve().then(n.bind(n,3302)),{matchUrlPattern:i}=await Promise.resolve().then(n.bind(n,997)),{coreApis:r}=await Promise.resolve().then(n.bind(n,7915));await t(e);const a=async()=>{u(e);const t=await e.entry({settings:(0,o.getComponentSettings)(e),metadata:e,coreApis:r});p[e.name]=t||{}};e.reload&&e.unload&&(0,o.addComponentListener)(e.name,(async t=>{if(!1!==e.configurable&&!(e.urlExclude&&e.urlExclude.some(i)||e.urlInclude&&e.urlInclude.every(lodash.negate(i))))if(e.name in p){if(t&&e.reload&&(e.reload(),e.widget&&u(e)),!t&&e.unload&&(e.unload(),e.widget)){const{getData:t}=await Promise.resolve().then(n.bind(n,6940)),{WidgetsPlugin:o}=await Promise.resolve().then(n.bind(n,3082)),[i]=t(o);if(i){const t=f(e),n=i.findIndex((e=>e.name===t));-1!==n&&i.splice(n,1)}}}else t&&await a()})),(0,o.isComponentEnabled)(e)&&await a()},g=async()=>{const{settings:e}=await Promise.resolve().then(n.bind(n,5600)),{loadFeatureCode:t}=await Promise.resolve().then(n.bind(n,1296));for(const[n,i]of Object.entries(e.userComponents)){const{code:e}=i;let r;try{r=t(e)}catch(e){console.error("从代码加载用户组件失败。代码可能有语法错误或代码执行时有抛出值。",{componentName:n,error:e});continue}o=r,d.push(o),l[o.name]=o}var o},v=async()=>{const e=(0,o.getGeneralSettings)(),{loadAllPlugins:t}=await Promise.resolve().then(n.bind(n,8433)),a=()=>t(d).then((()=>Promise.all(d.map(m)))).then((()=>Promise.all(d.map(h)))).then((async()=>{if(e.devMode){const{componentLoadTime:e,componentResolveTime:t}=await Promise.resolve().then(n.bind(n,3302)),{logStats:o}=await Promise.resolve().then(n.bind(n,8535));o("components block",e),o("components resolve",t)}}));return new Promise(((t,n)=>{e.scriptLoadingMode===r.LoadingMode.Delay?(0,i.fullyLoaded)((()=>a().then(t).catch(n))):e.scriptLoadingMode===r.LoadingMode.Race&&(0,i.contentLoaded)((()=>a().then(t).catch(n)))}))}},3498:(e,t,n)=>{"use strict";n.r(t),n.d(t,{defineComponentMetadata:()=>r,defineOptionMetadata:()=>o,defineOptionsMetadata:()=>i});const o=e=>e,i=e=>e,r=e=>e},7568:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getDescriptionHTML:()=>c,getDescriptionMarkdown:()=>a,getDescriptionText:()=>s});var o=n(9896),i=n.n(o),r=n(8590);const a=async e=>{const{description:t,author:n}=e;return(n?Array.isArray(n)?`by ${n.map((e=>`[@${e.name}](${e.link})`)).join(",")}\n\n`:`by [@${n.name}](${n.link})\n\n`:"")+await(async()=>{if(!t)return"暂无描述.";const e=async e=>"string"==typeof e?e:e();if("object"==typeof t){const n=(0,r.getSelectedLanguage)();return e(t[n]??t["zh-CN"])}return e(t)})()},c=async e=>i()(await a(e)),s=async e=>{const t=await c(e),n=document.createElement("div");return n.innerHTML=t,n.innerText}},8590:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addI18nData:()=>a,getSelectedLanguage:()=>c});var o=n(6940),i=n(5600),r=n(9211);const a=(e,t,n)=>{(0,o.addData)(`i18n.${e}`,((e,o)=>{t?.forEach((t=>{let[n,o]=t;return e.set(n,o)})),n&&o.push(...n)}))},c=()=>{const e=(0,i.getComponentSettings)("i18n");return(0,r.languageNameToCode)(e.options.language)}},9761:(e,t,n)=>{"use strict";n.d(t,{Ty:()=>p,U6:()=>u,WK:()=>f});var o=n(6629),i=n(6058),r=n(5600),a=n(9211),c=n(6940),s=n(997);function l(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class d{constructor(){l(this,"name",void 0),l(this,"link",void 0),l(this,"defaultLanguage",void 0)}getTargetLanguage(){const e=(0,r.getComponentSettings)("i18n");return e.enabled?(0,a.languageNameToCode)(e.options.language):this.defaultLanguage}toString(){return this.name}}class m extends d{constructor(){super(...arguments),l(this,"name","Google"),l(this,"link","https://translate.google.com/"),l(this,"defaultLanguage","zh"),l(this,"apiUrl","https://translate.google.com/translate_a/single")}async translate(e){let t=this.getTargetLanguage();t.includes("-")&&t!==this.defaultLanguage&&(t=t.substring(0,t.indexOf("-")));try{const n=await(0,o.monkey)({url:`${this.apiUrl}?${(0,s.formData)({client:"gtx",sl:"auto",tl:t,dt:"t",q:encodeURIComponent(e)})}`,method:"GET",headers:{"User-Agent":i.UserAgent},responseType:"json"});return n[0].map((e=>e[0])).join("")}catch(e){throw console.error("Translator: Google",e),new Error("调用Google翻译失败.")}}}const[f]=(0,c.registerAndGetData)("i18n.machineTranslators",{GoogleCN:new class extends m{constructor(){super(...arguments),l(this,"name","GoogleCN"),l(this,"link","https://translate.google.cn/"),l(this,"apiUrl","https://translate.google.cn/translate_a/single")}},Google:new m}),u=Object.keys(f),p=()=>{const{options:{translator:e}}=(0,r.getComponentSettings)("i18n");return f[e]||f.GoogleCN}},2100:(e,t,n)=>{"use strict";n.d(t,{WY:()=>a,dr:()=>c});var o=n(6263);const i="search_history:search_history",r=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i;const t=await o.crossOriginLocalStorage.getItem(e),n=t?JSON.parse(t):[];return n},a=async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:i;console.log("add",e),await o.crossOriginLocalStorage.setItem(t,JSON.stringify(lodash.sortBy(lodash.uniqBy([{value:e,timestamp:Number(new Date)},...await r()],(e=>e.value)),(e=>e.timestamp)).reverse().slice(0,20)))},c={name:"history",getActions:async()=>{const{search:e}=await Promise.resolve().then(n.bind(n,5989)),t={name:"清除搜索历史",icon:"mdi-trash-can-outline",description:"Clear History",explicitSelect:!0,action:async()=>{await function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:i;return o.crossOriginLocalStorage.setItem(e,"[]")}()}},a=(await r()).map((t=>({name:t.value,icon:"mdi-history",explicitSelect:!0,action:()=>{e(t.value)},deleteAction:async()=>{await async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:i;const n=await r(),a=n.findIndex((t=>t.value===e));console.log("delete",e,a),-1!==a&&(n.splice(a,1),await o.crossOriginLocalStorage.setItem(t,JSON.stringify(n)))}(t.value)}})));return a.length>0&&a.push(t),a}}},40:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LaunchBarActionProviders:()=>o});const o="launchBar.actions"},5989:(e,t,n)=>{"use strict";n.r(t),n.d(t,{search:()=>a,searchProvider:()=>c});var o=n(997),i=n(6629),r=n(2100);const a=e=>{if(!e)return;(0,r.WY)(e);const t={keyword:e,from_source:"nav_suggest_new"};window.open(`https://search.bilibili.com/all?${(0,o.formData)(t)}`,"_blank")},c={name:"search",getActions:async e=>{const t=`https://s.search.bilibili.com/main/suggest?func=suggest&suggest_type=accurate&sub_type=tag&main_ver=v1&highlight=&userid=${(0,o.getUID)()}&bangumi_acc_num=1&special_acc_num=1&topic_acc_num=1&upuser_acc_num=3&tag_num=10&special_num=10&bangumi_num=10&upuser_num=3&term=${e}`,n=await(0,i.getJson)(t),r=[{name:e,icon:"search",content:async()=>Vue.extend({render:t=>t("div",{domProps:{innerHTML:`<em class="suggest-highlight">${e}</em>`}})}),action:()=>a(e)}];if(0!==n.code)return r;const c=lodash.get(n,"result.tag");return c?(r.push(...c.map((e=>({name:e.value,icon:"search",content:async()=>Vue.extend({render:t=>t("div",{domProps:{innerHTML:e.name.replace(/suggest_high_light/g,"suggest-highlight")}})}),action:()=>a(e.value)})))),lodash.uniqBy(r,(e=>e.name))):r}}},7943:(e,t,n)=>{"use strict";n.r(t),n.d(t,{toggleLaunchBar:()=>b});var o=n(997),i=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VPopup",{staticClass:"global-launch-bar-container",attrs:{lazy:!1,fixed:""},on:{"!keydown":function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.close()}},model:{value:e.show,callback:function(t){e.show=t},expression:"show"}},[t("LaunchBar",{ref:"launchBar",on:{close:function(t){return e.close()}}})],1)};i._withStripped=!0;var r=n(6355),a=n(319);const c=Vue.extend({components:{LaunchBar:a.Z,VPopup:r.default},data:()=>({show:!0}),watch:{show(e){e&&this.focus()}},async mounted(){await this.$nextTick(),this.focus()},methods:{focus(){const e=this.$refs.launchBar?.$refs.input;e?.focus(),e?.select()},close(){this.show=!1;const e=this.$refs.launchBar?.$refs.input;e?.blur()}}});var s=n(8332),l=n.n(s),d=n(2457),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,i,[],!1,null,null,null).exports;let p;const b=()=>{if(!p)return p=(0,o.mountVueComponent)(u),void document.body.append(p.$el);p.show=!p.show}},8374:(e,t,n)=>{"use strict";n.d(t,{l:()=>o});let o=function(e){return e.Left="左侧",e.Right="右侧",e}({})},2510:(e,t,n)=>{"use strict";n.r(t),n.d(t,{map:()=>o});const o=new Map([["通用设置","General"],["实验性","Experimental"],["通用","General"],["开发者模式","Dev mode"],["辅助颜色","Accent color"],["功能加载模式","Script loading mode"],["样式加载模式","Style loading mode"]])},3082:(e,t,n)=>{"use strict";n.r(t),n.d(t,{WidgetsPlugin:()=>b,component:()=>g});var o=n(997),i=n(3813),r=n(4847),a=n(398),c=n(5600),s=n(2131),l=n(2496),d=n(3498),m=n(6940),f=n(40),u=n(4819);var p=n(8374);const b="widgets",h=(0,d.defineOptionsMetadata)({themeColor:{defaultValue:"#00A0D8",displayName:"主题颜色",color:!0},scriptLoadingMode:{defaultValue:i.LoadingMode.Delay,displayName:"功能加载模式",dropdownEnum:i.LoadingMode},styleLoadingMode:{defaultValue:i.LoadingMode.Race,displayName:"样式加载模式",dropdownEnum:i.LoadingMode},textColor:{defaultValue:r.TextColor.Auto,displayName:"文本颜色",dropdownEnum:r.TextColor},cdnRoot:{defaultValue:a.CdnTypes.AltCdn,displayName:"更新源",dropdownEnum:a.CdnTypes},dockSide:{defaultValue:p.l.Left,displayName:"设置面板停靠",dropdownEnum:p.l},filenameFormat:{defaultValue:"[title][ - ep]",displayName:"文件命名格式"},batchFilenameFormat:{defaultValue:"[n - ][ep]",displayName:"批量命名格式"},downloadPackageEmitMode:{defaultValue:s.h.Packed,displayName:"文件下载模式",dropdownEnum:s.h},devMode:{defaultValue:!1,displayName:"开发者模式"}}),g=(0,d.defineComponentMetadata)({name:"settingsPanel",displayName:"通用设置",configurable:!1,entry:async e=>{let{metadata:t}=e;const{isIframe:i}=await Promise.resolve().then(n.bind(n,997));i()||((0,c.addComponentListener)(`${t.name}.dockSide`,(e=>{document.body.classList.toggle("settings-panel-dock-right",e===p.l.Right)}),!0),requestIdleCallback((async()=>{const e=await Promise.resolve().then(n.bind(n,9075)),t=(0,o.mountVueComponent)(e);document.body.insertAdjacentElement("beforeend",t.$el)})))},options:h,tags:[l.t.general],plugin:{displayName:"设置面板 - 功能扩展",setup:()=>{(0,m.addData)(f.LaunchBarActionProviders,(e=>{e.push({name:"onlineRegistry",getActions:async()=>[{name:"切换在线仓库",description:"Toggle Online Registry",icon:"mdi-web",action:async()=>{const{togglePopup:e}=await Promise.resolve().then(n.bind(n,6052));e()}}]},{name:"aboutPageActionsProvider",getActions:async()=>u.a.map((e=>e.actionName?{name:e.name,displayName:e.displayName,icon:e.icon,description:e.actionName,action:()=>e.run()}:null)).filter((e=>null!==e))})}))}},commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5",description:(()=>{const e=n(4311);return{...Object.fromEntries(e.keys().map((t=>[t.match(/index\.(.+)\.md$/)[1],e(t)]))),"zh-CN":()=>Promise.resolve().then(n.t.bind(n,6284,17)).then((e=>e.default))}})(),i18n:(()=>{const e=n(3552);return{...Object.fromEntries(e.keys().map((t=>[t.match(/index\.(.+)\.ts$/)[1],e(t)])))}})()})},9133:(e,t,n)=>{"use strict";n.d(t,{B:()=>r,U:()=>i});var o=n(5600);const i=Vue.extend({props:{componentData:{type:Object,required:!0}},data(){return{settings:(0,o.getComponentSettings)(this.componentData)}}}),r=e=>Vue.extend({data:()=>({virtual:!1}),async mounted(){const{dq:t}=await Promise.resolve().then(n.bind(n,997)),{visibleInside:o}=await Promise.resolve().then(n.bind(n,1854)),i=this.$el,r=t(e);r?o(i,r,"150% 0px",(e=>{e.forEach((e=>{this.virtual=!e.isIntersecting}))})):console.warn("virtual container not found, virtual scroll will be disabled!")}})},4819:(e,t,n)=>{"use strict";n.d(t,{a:()=>r});var o=n(6940);const i=[{icon:"mdi-inbox-arrow-up-outline",name:"exportSettings",displayName:"导出设置",actionName:"Export Settings",run:async()=>{const{settings:e}=await Promise.resolve().then(n.bind(n,5600)),{DownloadPackage:t}=await Promise.resolve().then(n.bind(n,169));t.single("settings.json",JSON.stringify(e,void 0,2))}},{icon:"mdi-inbox-arrow-down-outline",name:"importSettings",displayName:"导入设置",actionName:"Import Settings",run:async()=>{const{logError:e}=await Promise.resolve().then(n.bind(n,962)),{pickFile:t}=await Promise.resolve().then(n.bind(n,6057)),{Toast:o}=await Promise.resolve().then(n.bind(n,6812)),i=await t({accept:"*.json"});if(0===i.length)return;const[r]=i;try{const e=JSON.parse(await r.text());Object.entries(e).forEach((e=>{let[t,n]=e;GM_setValue(t,n)})),o.success("导入成功, 正在刷新页面...","导入设置"),window.location.reload()}catch(t){e(t)}}}],[r]=(0,o.registerAndGetData)("settingsPanel.about.actions",i)},6052:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initPopup:()=>N,togglePopup:()=>R});var o=n(997),i=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VPopup",{staticClass:"online-registry be-settings-extra-options",attrs:{fixed:"","auto-close":!1},model:{value:e.popupOpen,callback:function(t){e.popupOpen=t},expression:"popupOpen"}},[t("div",{staticClass:"online-registry-header"},[t("VIcon",{staticClass:"online-registry-header-title-icon",attrs:{icon:"mdi-web"}}),e._v(" "),t("div",{staticClass:"online-registry-header-title"},[e._v("在线仓库")]),e._v(" "),t("VIcon",{staticClass:"online-registry-header-refresh-icon",attrs:{icon:"mdi-refresh",size:22,title:"刷新"},on:{click:function(t){return e.fetchFeatures()}}}),e._v(" "),t("VIcon",{staticClass:"online-registry-header-close-icon",attrs:{icon:"mdi-close",size:24,title:"关闭"},on:{click:function(t){e.popupOpen=!1}}})],1),e._v(" "),t("div",{staticClass:"online-registry-header"},[t("div",{staticClass:"online-registry-header-search"},[t("VIcon",{attrs:{icon:"search",size:18}}),e._v(" "),t("TextBox",{attrs:{disabled:e.loading,placeholder:"搜索功能"},model:{value:e.searchKeyword,callback:function(t){e.searchKeyword=t},expression:"searchKeyword"}})],1),e._v(" "),t("div",{staticClass:"online-registry-header-branch"},[e._v("\n 分支:\n "),t("VDropdown",{attrs:{disabled:e.loading,items:e.registryBranches},scopedSlots:e._u([{key:"item",fn:function({item:t}){return[e._v("\n "+e._s(t)+"\n ")]}}]),model:{value:e.selectedBranch,callback:function(t){e.selectedBranch=t},expression:"selectedBranch"}})],1),e._v(" "),t("div",{staticClass:"online-registry-header-filter"},[e._v("\n 查看:\n "),e._l(e.itemFilterOptions,(function(n){return t("RadioButton",{key:n.value,attrs:{group:"itemFilter",checked:e.itemFilter===n.value},on:{change:function(t){t&&(e.itemFilter=n.value)}}},[e._v("\n "+e._s(n.label)+"\n ")])}))],2)]),e._v(" "),t("div",{staticClass:"online-registry-separator"}),e._v(" "),t("div",{ref:"content",staticClass:"online-registry-content"},[e.loading?t("VLoading"):e._e(),e._v(" "),e.loading||e.list.length?e._e():t("VEmpty"),e._v(" "),e._l(e.filteredList,(function(n){return t("RegistryItem",{key:n.name,ref:"items",refInFor:!0,attrs:{item:n,branch:e.selectedBranch,"item-filter":e.itemFilter},on:{refresh:e.checkInstalled}})}))],2)])};i._withStripped=!0;var r=n(7942),a=n(6629),c=n(398),s=n(9737),l=n(5600),d=n(962),m=n(4688),f=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("MiniToast",{staticClass:"online-registry-item-wrapper",class:{virtual:e.virtual,hidden:e.hidden},attrs:{placement:e.placement,container:"body",delay:[200,0],offset:[0,12]},scopedSlots:e._u([{key:"toast",fn:function(){return[e.item.description?t("ComponentDescription",{attrs:{"component-data":e.item}}):e._e()]},proxy:!0}])},[e.virtual?e._e():t("div",{staticClass:"online-registry-item"},[t("VIcon",{staticClass:"item-icon",attrs:{size:18,icon:e.icon}}),e._v(" "),t("div",{staticClass:"item-badge"},[e._v("\n "+e._s(e.badge)+"\n ")]),e._v(" "),t("div",{staticClass:"item-display-name"},[e._v("\n "+e._s(e.item.displayName)+"\n ")]),e._v(" "),t("div",{staticClass:"grow"}),e._v(" "),t("div",{staticClass:"item-action"},[e.installed?t("VButton",{staticClass:"reinstall-button",attrs:{title:"重新安装",disabled:e.installing},on:{click:function(t){e.install(e.getUrl(e.item))}}},[e._v("\n "+e._s(e.installing?"正在安装":"已安装")+"\n ")]):t("VButton",{staticClass:"install-button",attrs:{title:"安装",type:"primary",disabled:e.installing},on:{click:function(t){e.install(e.getUrl(e.item))}}},[t("VIcon",{attrs:{icon:"mdi-plus",size:15}}),e._v("\n "+e._s(e.installing?"正在安装":"安装")+"\n ")],1)],1)],1)])};f._withStripped=!0;var u=n(459),p=n(1854),b=n(6387),h=n(8374);let g=function(e){return e.All="all",e.Installed="installed",e.NotInstalled="notInstalled",e}({});const v=(e,t)=>`${(0,c.cdnRoots[(0,l.getGeneralSettings)().cdnRoot])(t,e.owner)}${e.fullAbsolutePath}`,F=e=>{const t=`user${lodash.startCase(e.type)}s`;return e.name in l.settings[t]},w={component:{icon:"mdi-cube-scan",badge:"组件",getUrl:v,isInstalled:F},plugin:{icon:"mdi-puzzle-outline",badge:"插件",getUrl:v,isInstalled:F},style:{icon:"mdi-tune",badge:"样式",getUrl:v,isInstalled:F},pack:{icon:"mdi-package-variant-closed",badge:"合集包",getUrl:(e,t)=>e.items.map((e=>v(e,t))).join("\n"),isInstalled:e=>e.items.every(F)}},y=Vue.extend({components:{VIcon:m.VIcon,VButton:m.VButton,MiniToast:m.MiniToast,ComponentDescription:b.Z},props:{item:{type:Object,required:!0},branch:{type:String,required:!0},itemFilter:{type:String,default:g.All}},data(){const{icon:e,badge:t,getUrl:n,isInstalled:o}=w[this.item.type];return{icon:e,badge:t,getUrl:e=>n(e,this.branch),isInstalled:o,installing:!1,installed:!1,virtual:!1,placement:"right"}},computed:{hidden(){switch(this.itemFilter){case g.All:default:return!1;case g.Installed:return!this.installed;case g.NotInstalled:return this.installed}}},created(){this.checkInstalled(),(0,l.addComponentListener)("settingsPanel.dockSide",(e=>{this.placement=e===h.l.Left?"right":"left"}),!0)},mounted(){const e=this.$el;(0,p.visibleInside)(e,e.parentElement,"150% 0px",(e=>{e.forEach((e=>{this.virtual=!e.isIntersecting}))}))},methods:{checkInstalled(){this.installed=this.isInstalled(this.item)},async install(e){const t=e.split("\n").map((e=>e.trim())).filter((e=>""!==e));try{this.installing=!0,await Promise.all(t.map((async e=>(0,u.installFeature)(e)))),this.checkInstalled(),"pack"===this.item.type&&this.$emit("refresh")}catch(e){(0,d.logError)(e)}finally{this.installing=!1}}}});var x=n(8332),k=n.n(x),C=n(6474),A=n.n(C),E={insert:"head",singleton:!1};k()(A(),E);A().locals;var B=n(6499);const D=(0,B.Z)(y,f,[],!1,null,null,null).exports;var z=n(6940);const[I]=(0,z.registerAndGetData)("settingsPanel.registryBranches",["master","preview"]),S=(0,l.getGeneralSettings)();function M(e){if(!e)return void(this.filteredList=this.list);const t=this.fuse.search(e);this.filteredList=t.map((e=>e.item)),this.$nextTick().then((()=>this.$refs.content.scrollTo(0,0)))}const P=[{label:"全部",value:g.All},{label:"已安装",value:g.Installed},{label:"未安装",value:g.NotInstalled}],O=Vue.extend({components:{VIcon:m.VIcon,VDropdown:m.VDropdown,TextBox:m.TextBox,VPopup:m.VPopup,RegistryItem:D,VLoading:m.VLoading,VEmpty:m.VEmpty,RadioButton:m.RadioButton},props:{open:{default:!1,type:Boolean}},data(){const e=[S.registryBranch,s.meta.compilationInfo.branch,I[0]].filter((e=>I.includes(e)&&Boolean(e)));return{searchKeyword:"",popupOpen:!1,loading:!1,list:[],itemFilter:g.All,itemFilterOptions:P,filteredList:[],fuse:null,registryBranches:I,selectedBranch:e[0]}},watch:{searchKeyword:lodash.debounce(M,200),selectedBranch(e){S.registryBranch=e,this.fetchFeatures()}},mounted(){this.fetchFeatures()},methods:{async fetchFeatures(){if(this.loading)return;const e=c.cdnRoots[S.cdnRoot](this.selectedBranch);try{this.loading=!0,this.list=[],this.filteredList=[];const t=`${e}doc/features/features.json`,n=`${e}doc/features/pack/pack.json`,o=await(0,a.monkey)({url:t,responseType:"json"}),i=await(0,a.monkey)({url:n,responseType:"json"});if(!Array.isArray(o)||!Array.isArray(i))throw console.error("Fetch failed:",o,i,t,n),new Error("获取在线仓库数据失败, 请尝试在通用设置中设置其他更新源, 然后再试一次.");this.list=[...i,...o],this.fuse=new r.Z(this.list,{keys:["displayName","name","description"]}),M.call(this,this.searchKeyword)}catch(e){(0,d.logError)(e)}finally{this.loading=!1}},checkInstalled(){this.$refs.items?.forEach((e=>e.checkInstalled()))}}});var V=n(3615),T=n.n(V),L={insert:"head",singleton:!1};k()(T(),L);T().locals;const j=(0,B.Z)(O,i,[],!1,null,null,null).exports;let q;const N=()=>{q||(q=(0,o.mountVueComponent)(j),document.body.append(q.$el))},R=()=>{q||N(),q.popupOpen=!q.popupOpen}},2496:(e,t,n)=>{"use strict";n.d(t,{t:()=>o});const o={video:{name:"video",displayName:"视频",color:"#2196F3",icon:"mdi-play-circle-outline",order:1},style:{name:"style",displayName:"样式",color:"#8BC34A",icon:"mdi-palette-outline",order:2},feeds:{name:"feeds",displayName:"动态",color:"#00ACC1",icon:"mdi-pinwheel-outline",order:3},live:{name:"live",displayName:"直播",color:"#26A69A",icon:"mdi-video-wireless-outline",order:4},utils:{name:"utils",displayName:"工具",color:"#A36FFD",icon:"mdi-rocket-launch-outline",order:5},touch:{name:"touch",displayName:"触摸",color:"#78909C",icon:"mdi-gesture-tap-button",order:6},experimental:{name:"experimental",displayName:"实验",color:"#FF5722",icon:"mdi-flask-outline",order:7},general:{name:"general",displayName:"通用",color:"#888",icon:"mdi-progress-wrench",order:8}}},7632:(e,t,n)=>{"use strict";n.r(t),n.d(t,{bisectComponent:()=>d,installComponent:()=>c,toggleComponent:()=>l,uninstallComponent:()=>s});var o=n(5600),i=n(8910),r=n(8430),a=n(4848);const c=async e=>{const{components:t}=await Promise.resolve().then(n.bind(n,8430)),{loadFeatureCode:a}=await Promise.resolve().then(n.bind(n,8036));let c;try{c=a(e)}catch(e){throw new Error("无效的组件代码",{cause:e})}const{settings:s}=await Promise.resolve().then(n.bind(n,5600));if((0,i.isBuiltInComponent)(c.name))throw new Error(`不能覆盖内置组件'${c.name}', 请更换名称`);const l={...lodash.omit(c,"entry","widget","instantStyles","reload","unload","plugin","urlInclude","urlExclude")},d=s.userComponents[c.name];if(d){d.code=e,d.metadata=l;const t=(0,o.componentToSettings)(c);return lodash.defaultsDeep(d.settings.options,lodash.pickBy(t.options,(e=>!Array.isArray(e)))),{metadata:c,message:`已更新组件'${c.displayName}', 刷新后生效`}}return s.userComponents[c.name]={code:e,metadata:l,settings:(0,o.componentToSettings)(c)},t.push(c),r.componentsMap[c.name]=c,{metadata:c,message:`已安装组件'${c.displayName}', 刷新后生效`}},s=async e=>{const{settings:t}=await Promise.resolve().then(n.bind(n,5600)),{components:o}=await Promise.resolve().then(n.bind(n,8430)),i=Object.entries(t.userComponents).find((t=>{let[n,{metadata:{displayName:o}}]=t;return n===e||o===e}));if(!i)throw new Error(`没有找到与名称'${e}'相关联的组件`);const[a,{metadata:c,settings:s}]=i,l=o.findIndex((e=>e.name===a));if(-1!==l){const{instantStyles:e}=o[l];if(e){const{removeStyle:t}=await Promise.resolve().then(n.bind(n,9860));e.forEach((e=>t(e.name)))}s.enabled=!1,o.splice(l,1),delete r.componentsMap[a]}return delete t.userComponents[a],{metadata:c,message:`已卸载组件'${c.displayName}, 刷新后生效'`}},l=async e=>{const{settings:t}=await Promise.resolve().then(n.bind(n,5600)),o=Object.entries(t.userComponents).find((t=>{let[n,{metadata:{displayName:o}}]=t;return n===e||o===e}));if(!o)throw new Error(`没有找到与名称'${e}'相关联的组件`);const[,i]=o;i.settings.enabled=!i.settings.enabled;const{enabled:r}=i.settings,{displayName:a}=i.metadata;return`已${r?"开启":"关闭"}组件'${a}', 可能需要刷新后才能生效`},d=async e=>(e&&a.setOptions(e),a)},5125:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{updateCategories:()=>updateCategories,updateIcons:()=>updateIcons});var _core_ajax__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(6629),_core_download__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(169);const updateCategories=async()=>{const[script]=dqa("script").filter((e=>e.src.includes("stardust-video")));if(!script)throw new Error("no script found");const scriptText=await(0,_core_ajax__WEBPACK_IMPORTED_MODULE_0__.getText)(script.src),match=scriptText.match(/([\w]+?=\[\{name:"首页".+?\}.+?\]),[\w]+?=\[\{name:"首頁"/);if(!match)throw new Error("no match in script");const variables=match[1].match(/(\w+?)(?==\[)/g),data=eval(`var ${match[1]}; [${variables.join(",")}]`);_core_download__WEBPACK_IMPORTED_MODULE_1__.DownloadPackage.single("raw.json",data)},updateIcons=()=>{const e=dqa(".bili-header-channel-panel svg");if(0===e.length)throw new Error("svg icons not found");const t=document.createElementNS("http://www.w3.org/2000/svg","svg");t.setAttribute("aria-hidden","true"),t.setAttribute("style","position: absolute; width: 0px; height: 0px; overflow: hidden;"),t.id="be-category-icons",e.forEach((e=>{const n=document.createElementNS("http://www.w3.org/2000/svg","symbol");n.innerHTML=e.innerHTML,n.id=e.id.replace(/^channel-icon-/,"header-icon-")||`header-icon-${e.parentElement?.href.match(/\/v\/(.+)$/)?.[1]}`,"header-icon-teleplay"===n.id&&(n.id="header-icon-tv"),n.id||console.warn("cannot find id for",e),n.setAttribute("viewBox",e.getAttribute("viewBox")),t.appendChild(n)})),_core_download__WEBPACK_IMPORTED_MODULE_1__.DownloadPackage.single("icons.svg",t.outerHTML)}},9268:(e,t,n)=>{"use strict";n.d(t,{P:()=>c});var o=n(1854),i=n(8689),r=n(997),a=n(7604);const c=lodash.once((async()=>{(async()=>{await(0,r.playerReady)();const e=await(0,i.select)(".bpx-player-container");if(!e)return void console.warn("[bpx player polyfill] bpxContainer not found");let t=a.V.Normal;(0,o.attributes)(e,(()=>{const n=e.getAttribute("data-screen"),o="player-mode-",i=[a.V.Normal,a.V.WideScreen,a.V.WebFullscreen,a.V.Fullscreen].map((e=>`${o}${e}`));document.body.classList.remove(...i),n!==a.V.Normal&&document.body.classList.add(`${o}${n}`),n!==t&&(window.dispatchEvent((0,a.Y)(n)),t=n)}))})(),(async()=>{const e=await(0,i.select)(".bpx-player-video-perch");e&&(0,r.preventEvent)(e,"dblclick")})(),document.URL.startsWith("https://www.bilibili.com/bangumi/play/")&&(async()=>{let e=await(0,i.select)((()=>unsafeWindow.$pbp));if(!e)return void console.warn("[bpx player polyfill] pbp not found");const t=()=>{const t={aid:e.options.aid.toString(),cid:e.options.cid.toString(),bvid:e.options.bvid};Object.values(t).some((e=>!e||parseInt(e)<=0))&&console.warn("[bpx player polyfill] invalid pbp data",e.options),Object.assign(unsafeWindow,t)};Object.defineProperty(unsafeWindow,"$pbp",{get:()=>e,set(n){e=n,void 0!==n&&Promise.resolve().then((()=>t()))}}),t()})()}))},7604:(e,t,n)=>{"use strict";n.d(t,{V:()=>o,Y:()=>i});let o=function(e){return e.Normal="normal",e.WideScreen="wide",e.WebFullscreen="web",e.Fullscreen="full",e}({});const i=e=>new CustomEvent("playerModeChange",{detail:{mode:e,bubbles:!0,cancelable:!0}})},8773:(e,t,n)=>{"use strict";n.r(t),n.d(t,{PlayerMode:()=>m.V,createPlayerModeChangeEvent:()=>m.Y,playerPolyfill:()=>f});var o=n(9268),i=n(1854),r=n(8689),a=n(997),c=n(285);const s=lodash.once((()=>{c.bangumiUrls.some((e=>(0,a.matchUrlPattern)(e)))||unsafeWindow.aid||unsafeWindow.cid||(async()=>{const e=await(0,r.select)((()=>unsafeWindow.player));if(!e?.getVideoMessage)return;const{useScopedConsole:t}=await Promise.resolve().then(n.bind(n,962)),o=t("v2 player polyfill");(0,i.allMutations)((()=>{const t=e.getVideoMessage();if(!t)return void o.warn("invalid getUserParams data");const n={aid:t.aid.toString(),cid:t.cid.toString(),bvid:t.bvid};Object.values(n).some((e=>""===e||parseInt(e)<=0))&&o.warn("invalid input data"),Object.assign(unsafeWindow,n)}))})()}));var l=n(2939);
/* eslint-disable no-underscore-dangle */
const d=lodash.once((()=>{c.bangumiUrls.some((e=>(0,a.matchUrlPattern)(e)))||unsafeWindow.aid||unsafeWindow.cid||(async()=>{const e=await(0,r.select)((()=>unsafeWindow.player));if(!e?.__getUserParams())return;const{useScopedConsole:t}=await Promise.resolve().then(n.bind(n,962)),o=t("v4 player polyfill");(0,i.allMutations)((()=>{const{input:t}=e.__getUserParams();if(!t)return void o.warn("invalid getUserParams data");const n={aid:t.aid.toString(),cid:t.cid.toString(),bvid:t.bvid};Object.values(n).some((e=>""===e||parseInt(e)<=0))&&o.warn("invalid input data"),Object.assign(unsafeWindow,n)}))})()}));var m=n(7604);const f=lodash.once((()=>Promise.allSettled([(0,o.P)(),s(),(0,l.v)(),d()])))},2939:(e,t,n)=>{"use strict";n.d(t,{v:()=>c});var o=n(1854),i=n(8689),r=n(997),a=n(285);const c=lodash.once((()=>{a.bangumiUrls.some((e=>(0,r.matchUrlPattern)(e)))||unsafeWindow.aid||unsafeWindow.cid||(async()=>{const e=await(0,i.select)((()=>unsafeWindow.player));if(!e?.getUserParams)return;const{useScopedConsole:t}=await Promise.resolve().then(n.bind(n,962)),r=t("v3 player polyfill");(0,o.allMutations)((()=>{const{input:t}=e.getUserParams();if(!t)return void r.warn("invalid getUserParams data");const n={aid:t.aid.toString(),cid:t.cid.toString(),bvid:t.bvid};Object.values(n).some((e=>""===e||parseInt(e)<=0))&&r.warn("invalid input data"),Object.assign(unsafeWindow,n)}))})()}))},6809:(e,t,n)=>{"use strict";n.r(t),n.d(t,{playerAgent:()=>v});var o=n(285),i=n(9268),r=n(8689),a=n(997);function c(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const s=e=>{const t=e=>"string"!=typeof e?lodash.mapValues(e,t):(e=>{const t=()=>(0,r.select)(e);return t.selector=e,t.sync=()=>dq(e),t})(e);return lodash.mapValues(e,t)},l=e=>{const t=e.sync();return t?.click(),t};class d{constructor(){c(this,"type",void 0),c(this,"query",void 0)}provideCustomQuery(e){const t=s(e[this.type]??e.video);return{...this,custom:t}}widescreen(){return l(this.query.control.buttons.widescreen)}webFullscreen(){return l(this.query.control.buttons.webFullscreen)}fullscreen(){return l(this.query.control.buttons.fullscreen)}togglePlay(){return l(this.query.control.buttons.start)}togglePip(){return l(this.query.control.buttons.pip)}toggleMute(){return l(this.query.control.buttons.volume)}toggleDanmaku(){const e=this.query.danmakuSwitch.sync();return e?(e.checked=!e.checked,(0,a.raiseEvent)(e,"change"),e.checked):null}async toggleLight(e){const t=await this.query.control.settings.lightOff();void 0!==e?(t.checked&&e&&t.click(),!t.checked&&!e&&t.click()):t.click()}
// eslint-disable-next-line class-methods-use-this
getPlayerConfig(e){return lodash.get(JSON.parse(localStorage.getItem("bilibili_player_settings")),e,!1)}isAutoPlay(){return this.getPlayerConfig("video_status.autoplay")}}function m(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class f extends d{constructor(){super(),m(this,"type","bangumi"),m(this,"query",s({playerWrap:".player-module",bilibiliPlayer:".bpx-player-container",playerArea:".bpx-player-primary-area",video:{element:".bpx-player-video-wrap video",wrap:".bpx-player-video-area",top:".bpx-player-top-wrap",state:".bpx-player-state-wrap",panel:".bpx-player-ending-panel",popup:".bpx-player-dialog-wrap",subtitle:".bpx-player-subtitle-wrap",basDanmaku:".bpx-player-bas-dm-wrap",advDanmaku:".bpx-player-adv-dm-wrap",danmaku:".bpx-player-row-dm-wrap",container:".bpx-player-video-wrap"},control:{element:".squirtle-controller",wrap:".bpx-player-control-wrap",mask:".bpx-player-control-mask",top:".bpx-player-control-top",progress:".squirtle-progress-wrap",bottom:".squirtle-controller-wrap",bottomLeft:".squirtle-controller-wrap-left",bottomCenter:".squirtle-controller-wrap-center",bottomRight:".squirtle-controller-wrap-right",buttons:{start:".squirtle-video-start",next:".squirtle-video-next",time:".squirtle-time-wrap",quality:".squirtle-video-quality",pageList:".squirtle-video-pagelist",speed:".squirtle-video-speed",subtitle:".squirtle-video-subtitle",volume:".squirtle-video-volume .squirtle-volume-icon",settings:".squirtle-video-setting",pip:".squirtle-video-pip",widescreen:".squirtle-video-widescreen",webFullscreen:".squirtle-video-pagefullscreen",fullscreen:".squirtle-video-fullscreen"},settings:{wrap:".squirtle-setting-wrap",lightOff:".squirtle-lightoff"}},toastWrap:".bpx-player-tooltip-area",danmakuTipLayer:".bpx-player-dialog-wrap",danmakuSwitch:".bpx-player-dm-switch input"})),(0,i.P)()}isMute(){return this.query.control.buttons.volume.sync()?.classList.contains("squirtle-volume-mute-state")??!1}changeVolume(e){const t=this.query.video.element.sync();return t?(t.volume=lodash.clamp(t.volume+e/100,0,1),Math.round(100*t.volume)):null}seek(e){const t=this.query.video.element.sync();return t?(t.play(),setTimeout((()=>{t.currentTime=lodash.clamp(e,0,t.duration);const n=dq(".bpx-player-toast-row .bpx-player-toast-item .bpx-player-toast-text");n?.textContent?.startsWith("已为您定位至")&&(n.textContent="已为您定位至00:00")})),t.currentTime):null}changeTime(e){const t=this.query.video.element.sync();return t?(t.currentTime=lodash.clamp(t.currentTime+e,0,t.duration),t.currentTime):null}async toggleLight(e){const t=this.query.control.settings.lightOff.sync();!t.classList.contains("active")&&!e&&t.click(),t.classList.contains("active")&&e&&t.click()}}var u=n(2939);function p(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class b extends d{
// eslint-disable-next-line class-methods-use-this
get nativeApi(){return unsafeWindow.player}constructor(){super(),p(this,"type","video"),p(this,"query",s({playerWrap:".player-wrap",bilibiliPlayer:".bilibili-player",playerArea:".bilibili-player-area",video:{element:".bilibili-player-video video",wrap:".bilibili-player-video-wrap",top:".bilibili-player-video-top",state:".bilibili-player-video-state",panel:".bilibili-player-video-panel",popup:".bilibili-player-video-popup",subtitle:".bilibili-player-video-subtitle",basDanmaku:".bilibili-player-video-bas-danmaku",advDanmaku:".bilibili-player-video-adv-danmaku",danmaku:".bilibili-player-video-danmaku",container:".bilibili-player-video"},control:{element:".bilibili-player-control",wrap:".bilibili-player-control-wrap",mask:".bilibili-player-control-mask",top:".bilibili-player-control-top",progress:".bilibili-player-video-progress",bottom:".bilibili-player-control-bottom",bottomLeft:".bilibili-player-control-bottom-left",bottomCenter:".bilibili-player-control-bottom-center",bottomRight:".bilibili-player-control-bottom-right",buttons:{start:".bilibili-player-video-btn-start",next:".bilibili-player-video-btn-next",time:".bilibili-player-video-time",quality:".bilibili-player-btn-quality",pageList:".bilibili-player-video-btn-pagelist",speed:".bilibili-player-video-btn-speed",subtitle:".bilibili-player-video-btn-subtitle",volume:".bilibili-player-video-btn-volume .bilibili-player-iconfont-volume",settings:".bilibili-player-video-btn-setting",pip:".bilibili-player-video-btn-pip",widescreen:".bilibili-player-video-btn-widescreen",webFullscreen:".bilibili-player-video-web-fullscreen",fullscreen:".bilibili-player-video-btn-fullscreen"},settings:{wrap:".bilibili-player-video-btn-setting-wrap",lightOff:".bilibili-player-video-btn-setting-right-others-content-lightoff .bui-checkbox-input"}},toastWrap:".bilibili-player-video-toast-wrp",danmakuTipLayer:".bilibili-player-dm-tip-wrap",danmakuSwitch:".bilibili-player-video-danmaku-switch input"})),this.checkBwpVideo()}checkBwpVideo(){const e=this.query.video.element.selector,t=".bilibili-player-video bwp-video,.bpx-player-video-area bwp-video";this.query.video.element=(()=>{const n=async()=>await(0,a.isBwpVideo)()?(0,r.select)(t):(0,r.select)(e);return n.selector=e,n.sync=()=>dq(e),(0,a.isBwpVideo)().then((e=>{e&&(n.selector=t,n.sync=()=>dq(t))})),n})()}isMute(){return this.nativeApi?this.nativeApi.isMuted?this.nativeApi.isMuted():this.nativeApi.isMute():null}changeVolume(e){if(!this.nativeApi)return null;if(this.nativeApi.getVolume){const t=this.nativeApi.getVolume();return this.nativeApi.setVolume(t+e/100),Math.round(100*this.nativeApi.getVolume())}const t=this.nativeApi.volume();return this.nativeApi.volume(t+e/100),Math.round(100*this.nativeApi.volume())}seek(e){return this.nativeApi?(this.nativeApi.play(),setTimeout((()=>{this.nativeApi.seek(e);const t=dq(".bilibili-player-video-toast-bottom .bilibili-player-video-toast-item:first-child .bilibili-player-video-toast-item-text span:nth-child(2)");t&&(t.textContent=" 00:00")})),this.nativeApi.getCurrentTime()):null}changeTime(e){if(!this.nativeApi)return null;const t=this.query.video.element.sync();return t?(this.nativeApi.seek(t.currentTime+e,t.paused),this.nativeApi.getCurrentTime()):null}}function h(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class g extends b{constructor(){super(),h(this,"query",s({playerWrap:".player-wrap",bilibiliPlayer:".bilibili-player, #bilibili-player",playerArea:".bilibili-player-area, .bpx-player-primary-area",video:{element:".bilibili-player-video video, .bpx-player-video-wrap video",wrap:".bilibili-player-video-wrap, .bpx-player-video-area",top:".bilibili-player-video-top, .bpx-player-top-wrap",state:".bilibili-player-video-state, .bpx-player-state-wrap",panel:".bilibili-player-video-panel, .bpx-player-ending-panel",popup:".bilibili-player-video-popup, .bpx-player-dialog-wrap",subtitle:".bilibili-player-video-subtitle, .bpx-player-subtitle-wrap",basDanmaku:".bilibili-player-video-bas-danmaku, .bpx-player-bas-dm-wrap",advDanmaku:".bilibili-player-video-adv-danmaku, .bpx-player-adv-dm-wrap",danmaku:".bilibili-player-video-danmaku, .bpx-player-row-dm-wrap",container:".bilibili-player-video, .bpx-player-video-perch"},control:{element:".bilibili-player-control, .bpx-player-control-entity",wrap:".bilibili-player-control-wrap, .bpx-player-control-wrap",mask:".bilibili-player-control-mask, .bpx-player-control-mask",top:".bilibili-player-control-top, .bpx-player-control-top",progress:".bilibili-player-video-progress, .bpx-player-progress",bottom:".bilibili-player-control-bottom, .bpx-player-control-bottom",bottomLeft:".bilibili-player-control-bottom-left, ,.bpx-player-control-bottom-left",bottomCenter:".bilibili-player-control-bottom-center, .bpx-player-control-bottom-center",bottomRight:".bilibili-player-control-bottom-right, .bpx-player-control-bottom-right",buttons:{start:".bilibili-player-video-btn-start, .bpx-player-ctrl-play",next:".bilibili-player-video-btn-next, .bpx-player-ctrl-btn-next",time:".bilibili-player-video-time, .bpx-player-ctrl-time",quality:".bilibili-player-btn-quality, .bpx-player-ctrl-quality",pageList:".bilibili-player-video-btn-pagelist, .bpx-player-ctrl-eplist",speed:".bilibili-player-video-btn-speed, .bpx-player-ctrl-playbackrate",subtitle:".bilibili-player-video-btn-subtitle, .bpx-player-ctrl-subtitle > div > span",volume:".bilibili-player-video-btn-volume .bilibili-player-iconfont-volume, .bpx-player-ctrl-volume .bpx-player-ctrl-volume-icon",settings:".bilibili-player-video-btn-setting, .bpx-player-ctrl-setting",pip:".bilibili-player-video-btn-pip, .bpx-player-ctrl-pip",widescreen:".bilibili-player-video-btn-widescreen, .bpx-player-ctrl-wide",webFullscreen:".bilibili-player-video-web-fullscreen, .bpx-player-ctrl-web",fullscreen:".bilibili-player-video-btn-fullscreen, .bpx-player-ctrl-full"},settings:{wrap:".bilibili-player-video-btn-setting-wrap, .bpx-player-ctrl-setting-box",lightOff:".bilibili-player-video-btn-setting-right-others-content-lightoff .bui-checkbox-input, .bpx-player-ctrl-setting-lightoff .bui-checkbox-input"}},toastWrap:".bilibili-player-video-toast-wrp, .bpx-player-dialog-wrap",danmakuTipLayer:".bilibili-player-dm-tip-wrap, .bpx-player-dm-tip",danmakuSwitch:".bilibili-player-video-danmaku-switch input, .bpx-player-dm-switch input"})),this.checkBwpVideo(),(0,u.v)()}seek(e){return this.nativeApi?(this.nativeApi.play(),setTimeout((()=>{this.nativeApi.seek(e);const t=dq(".bilibili-player-video-toast-bottom .bilibili-player-video-toast-item:first-child .bilibili-player-video-toast-item-text span:nth-child(2)");t&&(t.textContent=" 00:00")})),this.nativeApi.getCurrentTime()):null}}const v=(0,o.matchCurrentPage)(o.bangumiUrls)?new f:new g},6629:(e,t,n)=>{"use strict";n.r(t),n.d(t,{bilibiliApi:()=>k,getBlob:()=>c,getBlobWithCredentials:()=>s,getJson:()=>p,getJsonWithCredentials:()=>b,getPages:()=>x,getText:()=>d,getTextWithCredentials:()=>m,monkey:()=>w,postJson:()=>v,postJsonWithCredentials:()=>F,postText:()=>h,postTextWithCredentials:()=>g,responsiveGetPages:()=>y});var o=n(962);const i=e=>{const t=new XMLHttpRequest,{isText:n=!0,body:o}=e(t);return new Promise(((e,i)=>{t.addEventListener("load",(()=>e(n?t.responseText:t.response))),t.addEventListener("error",(()=>i(t.status))),t.send(o)}))},r=e=>t=>(t.withCredentials=!0,e(t)),a=e=>t=>(t.responseType="blob",t.open("GET",e),{isText:!1}),c=e=>i(a(e)),s=e=>i(r(a(e))),l=e=>t=>(t.responseType="text",t.open("GET",e),{isText:!0}),d=e=>i(l(e)),m=e=>i(r(l(e))),f=e=>t=>(t.responseType="json",t.open("GET",e),{isText:!1}),u=e=>"string"==typeof e?JSON.parse(e):e,p=async e=>{const t=await i(f(e));return u(t)},b=async e=>{const t=await i(r(f(e)));return u(t)},h=(e,t)=>i((n=>(n.open("POST",e),n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),{isText:!1,body:t}))),g=(e,t)=>i((n=>(n.open("POST",e),n.withCredentials=!0,n.setRequestHeader("Content-Type","application/x-www-form-urlencoded"),{isText:!1,body:t}))),v=(e,t)=>i((n=>(n.open("POST",e),n.setRequestHeader("Content-Type","application/json"),{isText:!1,body:JSON.stringify(t)}))),F=(e,t)=>i((n=>(n.open("POST",e),n.withCredentials=!0,n.setRequestHeader("Content-Type","application/json"),{isText:!1,body:JSON.stringify(t)}))),w=e=>new Promise(((t,n)=>{const o={nocache:!0,...e,onload:e=>t(e.response),onerror:e=>{const t={...JSON.parse(JSON.stringify(e)),toString(){return JSON.stringify(this)}};n(t)}};"method"in o||(o.method="GET"),GM_xmlhttpRequest(o)})),y=e=>{let t;const n=new Promise((n=>{t=new Promise((t=>{(async()=>{const{api:o,getList:i,getTotal:r}=e;let a=1,c=1/0;const s=[];for(;s.length<c;){const e=await o(a);0!==e.code&&console.warn(`api failed in ajax.getPages. message = ${e.message}, page = ${a}, total = ${c}, api = `,o);const n=i(e);s.push(...n),1===a&&t(s),a++,c===1/0&&(c=r(e))}n(s)})()}))}));return[t,n]},x=async e=>{const[,t]=y(e);return await t},k=async(e,t)=>{const n=await e;if(0!==n.code){const e=new Error(`${t}: code = ${n.code}, message = ${n.message||n.msg}`);throw(0,o.logError)(e),e}return n.data||n.result||{}}},398:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CdnTypes:()=>i,cdnRoots:()=>a,defaultOwner:()=>r});var o=n(9737);let i=function(e){return e.jsDelivr="jsDelivr",e.AltCdn="AltCdn",e.GitHub="GitHub",e}({});const r="the1812",a={jsDelivr:(e,t)=>o.meta.compilationInfo.allCdns.jsDelivr.root(e,t),AltCdn:(e,t)=>o.meta.compilationInfo.altCdn.root(e,t),GitHub:(e,t)=>`https://raw.githubusercontent.com/${t||r}/Bilibili-Evolved/${e}/`}},7915:(e,t,n)=>{"use strict";n.r(t),n.d(t,{coreApis:()=>Co,externalApis:()=>Ao});var o={};n.r(o),n.d(o,{enableHorizontalScroll:()=>P});var i={};n.r(i),n.d(i,{Reorder:()=>W,ReorderDecreaseClassName:()=>N,ReorderEnabledClassName:()=>Z,ReorderIncreaseClassName:()=>R,ReorderOrientations:()=>H,ReorderingClassName:()=>U});var r={};n.r(r),n.d(r,{getUserInfo:()=>_});var a={};n.r(a),n.d(a,{loadDanmakuSettingsPanel:()=>ce,loadLazyPanel:()=>re,loadLazyPlayerSettingsPanel:()=>ae,loadSubtitleSettingsPanel:()=>se});var c={};n.r(c),n.d(c,{styledComponentEntry:()=>ve,toggleStyle:()=>Fe});var s={};n.r(s),n.d(s,{getWatchlaterList:()=>ke,toggleWatchlater:()=>Ce,watchlaterList:()=>xe});var l={};n.r(l),n.d(l,{FeedsCardsManager:()=>Te,FeedsCardsManagerEventType:()=>Ve,addMenuItem:()=>rt,applyContentFilter:()=>et,bangumiTypeList:()=>De,createNodeValidator:()=>Oe,feedsCardCallbacks:()=>Me,feedsCardTypes:()=>Ee,feedsCardsManager:()=>Xe,forEachFeedsCard:()=>Ke,getFeeds:()=>ot,getFeedsUrl:()=>nt,getVideoFeeds:()=>it,getVueData:()=>Pe,groupVideoFeeds:()=>Je,isPreOrderedVideo:()=>_e,isRepostType:()=>Be,isV2Feeds:()=>Ye,navbarFeedsTypeList:()=>ze,withContentFilter:()=>tt});var d={};n.r(d),n.d(d,{DisableProfilePopupClass:()=>Vt,disableProfilePopup:()=>Tt,enableProfilePopup:()=>Lt});var m={};n.r(m),n.d(m,{compareID:()=>Nt,getLatestID:()=>qt,getNotifyCount:()=>Ht,isNewID:()=>Zt,setLatestID:()=>Rt,updateInterval:()=>jt,updateLatestID:()=>Ut});var f={};n.r(f),n.d(f,{convertHexColorForDialogue:()=>Gt,convertHexColorForStyle:()=>Qt,convertTimeByDuration:()=>Xt,convertTimeByEndTime:()=>Kt,normalizeContent:()=>Jt});var u={};n.r(u),n.d(u,{escapeContent:()=>tn,normalizeContent:()=>nn});var p={};n.r(p),n.d(p,{lightOff:()=>cn,lightOn:()=>an,toggleLight:()=>sn});var b={};n.r(b),n.d(b,{addVideoActionButton:()=>ln});var h={};n.r(h),n.d(h,{forEachVideoDanmaku:()=>dn});var g={};n.r(g),n.d(g,{BangumiInfo:()=>un,VideoInfo:()=>fn});var v={};n.r(v),n.d(v,{allQualities:()=>hn,loginRequiredQualities:()=>pn,vipRequiredQualities:()=>bn});var F={};n.r(F),n.d(F,{addMenuItem:()=>vn,forEachContextMenu:()=>gn});var w={};n.r(w),n.d(w,{addControlBarButton:()=>xn});var y={};n.r(y),n.d(y,{waitForControlBar:()=>Cn,withControlBar:()=>kn});var x={};n.r(x),n.d(x,{LiveSocket:()=>Sn});var k={};n.r(k),n.d(k,{CommentItem:()=>Vn,CommentReplyItem:()=>Pn,RepliesUpdateEventType:()=>On,addMenuItem:()=>Xn,commentAreas:()=>Tn,forEachCommentArea:()=>Qn,forEachCommentItem:()=>Yn});var C={};n.r(C),n.d(C,{addCategoryIcons:()=>ro,categories:()=>no,categoryCodes:()=>oo,categoryLinks:()=>io,rawData:()=>Jn});var A={};n.r(A),n.d(A,{createSwitchOptions:()=>po,defineSwitchItemsMetadata:()=>bo,defineSwitchMetadata:()=>ho,newSwitchComponentWrapper:()=>vo,wrapSwitchOptions:()=>go});var E=n(6629),B=n(398),D=n(169),z=n(7888),I=n(8036),S=n(6057),M=n(459);const P=e=>{const t=t=>{t.deltaY&&!t.deltaX&&(t.preventDefault(),requestAnimationFrame((()=>{e.scrollBy(t.deltaY,0)})))};return e.addEventListener("wheel",t),e.style.scrollSnapType="none",()=>{e.removeEventListener("wheel",t),e.style.scrollSnapType=""}};var O=n(8549),V=n(3813),T=n(6263),L=n(9737),j=n(1854);function q(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const N="reorder-decrease",R="reorder-increase",Z="reorder-enabled",U="reordering",H={horizontal:{name:"horizontal",getMoveTransform:e=>`translateX(${e}px)`,setOtherTransform:lodash.throttle(((e,t,n)=>{if(!t.classList.contains(U))return;const o=e.find((e=>e.element===t));if(!o)return;const i=o.rect,r=e.filter((e=>e.rect.left<i.left)).sort(((e,t)=>t.rect.left-e.rect.left)),a=e.filter((e=>e.rect.left>i.left)).sort(((e,t)=>e.rect.left-t.rect.left));if(n>=0){const[e]=a;r.forEach((e=>{e.element.style.transform="",e.element.classList.remove(R)})),a.forEach((t=>{i.left+n+i.width>=t.rect.left+t.rect.width/2?(t.element.classList.add(N),t.element.style.transform=`translateX(-${e.rect.left-i.left}px)`):(t.element.classList.remove(N),t.element.style.transform="")}))}else{const[e]=r;a.forEach((e=>{e.element.style.transform="",e.element.classList.remove(N)})),r.forEach((t=>{i.left+n<=t.rect.left+t.rect.width/2?(t.element.classList.add(R),t.element.style.transform=`translateX(${i.left+i.width-e.rect.left-e.rect.width}px)`):(t.element.classList.remove(R),t.element.style.transform="")}))}}),50)},vertical:{name:"vertical",getMoveTransform:(e,t)=>`translateY(${t}px)`,setOtherTransform:lodash.throttle(((e,t,n,o)=>{if(!t.classList.contains(U))return;const i=e.find((e=>e.element===t));if(!i)return;const r=i.rect,a=e.filter((e=>e.rect.top<r.top)).sort(((e,t)=>t.rect.top-e.rect.top)),c=e.filter((e=>e.rect.top>r.top)).sort(((e,t)=>e.rect.top-t.rect.top));if(o>=0){const[e]=c;a.forEach((e=>{e.element.style.transform="",e.element.classList.remove(R)})),c.forEach((t=>{r.top+o+r.height>=t.rect.top+t.rect.height/2?(t.element.classList.add(N),t.element.style.transform=`translateY(-${e.rect.top-r.top}px)`):(t.element.classList.remove(N),t.element.style.transform="")}))}else{const[e]=a;c.forEach((e=>{e.element.style.transform="",e.element.classList.remove(N)})),a.forEach((t=>{r.top+o<=t.rect.top+t.rect.height/2?(t.element.classList.add(R),t.element.style.transform=`translateY(${r.top+r.height-e.rect.top-e.rect.height}px)`):(t.element.classList.remove(R),t.element.style.transform="")}))}}),50)}};class W extends EventTarget{constructor(e){super(),this.container=e,q(this,"orientation",H.horizontal),q(this,"enabled",!1),q(this,"children",void 0),q(this,"snapshots",new Map),q(this,"attachedEvents",[]),this.children=[...this.container.children],this.children.every((e=>""===e.style.order))&&this.children.forEach(((e,t)=>{e.style.order=(t+1).toString()}))}addEventListener(e,t,n){super.addEventListener(e,t,n)}removeEventListener(e,t,n){super.addEventListener(e,t,n)}getOrderMap(){return new Map(this.children.map((e=>[e,parseInt(e.style.order)])))}toggle(){this.enabled?this.disable():this.enable()}generateSnapshots(){this.children.forEach((e=>{this.snapshots.set(e,{element:e,rect:e.getBoundingClientRect()})}))}enable(){this.children.forEach((e=>{let t=0,n=0,o=!1;e.classList.add(Z);(()=>{const i=(i,r)=>{e.classList.add(U),e.style.transition="none",e.style.userSelect="none",this.generateSnapshots(),this.children.filter((t=>t!==e)).forEach((e=>{e.style.transition="transform .2s ease-out"})),t=i,n=r,o=!0},r=e=>{i(e.screenX,e.screenY)};e.addEventListener("mousedown",r),this.attachedEvents.push((()=>e.removeEventListener("mousedown",r)));const a=e=>{if(1!==e.touches.length)return;const[t]=e.touches;i(t.screenX,t.screenY)};e.addEventListener("touchstart",a),this.attachedEvents.push((()=>e.removeEventListener("touchstart",a)))})(),(()=>{const i=(o,i)=>{const r=o-t,a=i-n;e.style.transform=this.orientation.getMoveTransform(r,a),this.orientation.setOtherTransform([...this.snapshots.values()],e,r,a)},r=e=>{o&&(i(e.screenX,e.screenY),e.cancelable&&e.preventDefault())};document.addEventListener("mousemove",r),this.attachedEvents.push((()=>document.removeEventListener("mousemove",r)));const a=e=>{if(!o)return;if(1!==e.touches.length)return;const[t]=e.touches;i(t.screenX,t.screenY),e.cancelable&&e.preventDefault()};e.addEventListener("touchmove",a,{passive:!1}),this.attachedEvents.push((()=>e.removeEventListener("touchmove",a)))})(),(()=>{const t=()=>{if(!o)return;e.classList.remove(U),o=!1;let t=0;const n=this.children.filter((t=>t!==e)),i=[];n.forEach((e=>{e.style.transform="",e.style.transition="",e.classList.contains(R)?(t--,e.style.order=(parseInt(e.style.order)+1).toString(),e.classList.remove(R),i.push(this.snapshots.get(e))):e.classList.contains(N)&&(t++,e.style.order=(parseInt(e.style.order)-1).toString(),e.classList.remove(N),i.push(this.snapshots.get(e)))})),e.style.userSelect="",e.style.order=(parseInt(e.style.order)+t).toString(),e.style.transform="",e.style.transition="",this.dispatchEvent(new CustomEvent("reorder",{detail:this.children.map((e=>({element:e,order:parseInt(e.style.order)})))}))};document.addEventListener("mouseup",t),this.attachedEvents.push((()=>document.removeEventListener("mouseup",t))),e.addEventListener("touchend",t),this.attachedEvents.push((()=>e.removeEventListener("touchend",t)))})()})),this.enabled=!0}disable(){this.attachedEvents.forEach((e=>e())),this.children.forEach((e=>e.classList.remove(Z))),this.enabled=!1}}var G=n(351),Q=n(8689),Y=n(9860),X=n(4847),K=n(5600);const J={isLogin:!1},_=lodash.once((async()=>{const{getUID:e}=await Promise.resolve().then(n.bind(n,997));if(!e())return J;const{getJsonWithCredentials:t}=await Promise.resolve().then(n.bind(n,6629)),o=await t("https://api.bilibili.com/x/web-interface/nav");return 0!==o.code&&-101!==o.code?(console.warn("[store.fetchUserInfo] API Error",o.message),J):o.data}));var $=n(1242),ee=n(997),te=n(6058),ne=n(738),oe=n(943),ie=n(9211);const re=async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};const{style:n,enterDelay:o=750,leaveDelay:i=1e3}=t,r=await(0,Q.select)(e);if(!r)throw new Error(`lazy panel failed! selector = ${e}`);let a;return void 0!==n&&(a=document.createElement("style"),a.textContent=n,document.body.insertAdjacentElement("beforeend",a)),(0,ee.raiseEvent)(r,"mouseover"),await(0,ee.delay)(o),(0,ee.raiseEvent)(r,"mouseout"),setTimeout((()=>a?.remove()),i),r},ae=async function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};await re(e,{style:`${t} { display: none !important; }`,...n});const o=(0,ee.dq)(t);if(!o)throw new Error(`lazy player settings panel failed! panelSelector = ${t}`);return o},ce=()=>ae(".bilibili-player-video-danmaku-setting, .bpx-player-dm-setting",".bilibili-player-video-danmaku-setting-wrap, .bpx-player-dm-setting-wrap"),se=()=>ae(".bilibili-player-video-btn-subtitle, .bpx-player-ctrl-subtitle",".bilibili-player-video-subtitle-setting-wrap, .bpx-player-ctrl-subtitle-box",{style:"\n .bpx-player-ctrl-subtitle-box,\n .bilibili-player-video-subtitle-setting-wrap,\n .bilibili-player-video-subtitle {\n display: none\n }\n "});var le=n(962),de=n(197),me=n(285),fe=n(6812),ue=n(4518),pe=n(4688),be=n(8910),he=n(8430),ge=n(7632);const ve=(e,t)=>async o=>{const{default:i}=await e(),{addStyle:r}=await Promise.resolve().then(n.bind(n,9860));return r(i,o.metadata.name),t(o)},Fe=function(e,t){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:ee.none,i=null;const r=async()=>{if(i)return;const{default:o}=await t(),{addStyle:r}=await Promise.resolve().then(n.bind(n,9860));i=r(o,e)};return{name:e,entry:e=>r().then((()=>o(e))),reload:r,unload:()=>{i?.remove(),i=null}}};var we=n(3498),ye=n(7568);const xe=[];async function ke(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const{getUID:t}=await Promise.resolve().then(n.bind(n,997));if(!t())return console.warn("[稍后再看列表] 账号未登录"),[];const o="https://api.bilibili.com/x/v2/history/toview/web",{getJsonWithCredentials:i}=await Promise.resolve().then(n.bind(n,6629)),r=await i(o);if(0!==r.code)return(0,le.logError)(new Error(`获取稍后再看列表失败: ${r.message}`)),[];if(!r.data.list)return(0,ee.deleteValues)(xe,(()=>!0)),[];const a=r.data.list;(0,ee.deleteValues)(xe,(e=>!a.find((t=>t.aid===e))));const c=a.filter((e=>!xe.find((t=>t===e.aid))));return xe.push(...c.map((e=>e.aid))),e?a:a.map((e=>e.aid))}const Ce=async(e,t)=>{const o=parseInt(e.toString());if(Number.isNaN(o))return;void 0===t&&(t=!xe.includes(o));const i=t?"https://api.bilibili.com/x/v2/history/toview/add":"https://api.bilibili.com/x/v2/history/toview/del",{getCsrf:r}=await Promise.resolve().then(n.bind(n,997)),a=r(),{postTextWithCredentials:c}=await Promise.resolve().then(n.bind(n,6629)),s=await c(i,`aid=${e}&csrf=${a}`),l=JSON.parse(s);0===l.code?t?xe.push(o):(0,ee.deleteValue)(xe,(e=>e===o)):(0,le.logError)(new Error(`稍后再看操作失败: ${l.message}`))};requestIdleCallback((async()=>{const{getUID:e}=await Promise.resolve().then(n.bind(n,997));e()&&ke()}));var Ae=n(6940);const Ee={repost:{id:1,name:"转发"},textWithImages:{id:2,name:"图文"},text:{id:4,name:"文字"},video:{id:8,name:"视频",apiType:"video"},miniVideo:{id:16,name:"小视频"},column:{id:64,name:"专栏",apiType:"article"},audio:{id:256,name:"音频"},bangumi:{id:512,name:"番剧",apiType:"pgc"},share:{id:2048,name:"分享"},manga:{id:2049,name:"漫画"},film:{id:4098,name:"电影"},tv:{id:4099,name:"TV剧"},chinese:{id:4100,name:"国创"},documentary:{id:4101,name:"纪录片"},mediaList:{id:4300,name:"收藏夹"},liveRecord:{id:2047,name:"开播记录"}},Be=e=>e.type===Ee.repost,De="512,4097,4098,4099,4100,4101",ze="8,64,512,4097,4098,4099,4100,4101",Ie="feeds.manager.listAdaptors";function Se(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}(0,Ae.addData)(Ie,(e=>{e.push({name:"live",match:[...me.liveUrls],watchCardsList:async e=>{const t=await(0,Q.select)(".room-feed");if(!t)return!1;console.log("live watch");let n=null;return(0,j.childList)(t,(async()=>{if(dq(".room-feed-content")){const t=await(0,Q.select)(".room-feed-content .content");n?.disconnect(),[n]=e.updateCards(t)}else n?.disconnect(),n=null,await Promise.all(e.cards.map((e=>e.element)).map((t=>e.removeCard(t))))})),!0}},{name:"space",match:["https://space.bilibili.com/"],watchCardsList:async e=>{const t=await(0,Q.select)(".s-space");if(!t)return!1;const n={},o=()=>{n.listElement&&n.observer&&(console.log("space feeds stop"),n.observer?.then((e=>e.disconnect())),delete n.observer,delete n.listElement,e.cleanUpCards())},i=()=>{if(n.observer)return n.observer;const t=(0,Q.select)(".feed-card .content, .bili-dyn-list__items");return n.observer=(async()=>{const r=await t;r!==await n.listElement&&(n.listElement&&await o(),n.listElement=t,i()),console.log("space feeds start");const[a]=e.updateCards(r);return a})(),n.observer};return(0,j.childListSubtree)(t,(async()=>{dq(".feed-card .content, .bili-dyn-list__items")?i():o()})),!0}},{name:"topic",match:["https://t.bilibili.com/topic"],watchCardsList:async e=>{const t=await(0,Q.select)(".page-container");if(!t)return!1;let n=null;return(0,j.childList)(t,(async()=>{if(dq(".page-container .feed")){const t=await(0,Q.select)(".feed .feed-topic");n?.disconnect(),[n]=e.updateCards(t)}else n?.disconnect(),n=null,await Promise.all(e.cards.map((e=>e.element)).map((t=>e.removeCard(t))))})),!0}},{name:"opus-detail",match:["https://www.bilibili.com/opus/"],watchCardsList:async e=>{const t=await(0,Q.select)(".opus-detail");return!!t&&(e.updateCards(t),!0)}},{name:"default",match:["https://t.bilibili.com/"],watchCardsList:async e=>{const t=await(0,Q.select)(".feed-card .content, .detail-content .detail-card, #app > .content > .card, .bili-dyn-list__items");if(!t)return!1;if(t.classList.contains("bili-dyn-list__items")){const n=t.parentElement.parentElement;let o;(0,j.childList)(n,(()=>{const t=dq(n,".bili-dyn-list__items");t&&(o?.disconnect(),e.cards=[],[o]=e.updateCards(t))}))}else e.updateCards(t);return!0}})}));const Me=[],Pe=e=>
// eslint-disable-next-line no-underscore-dangle
e.__vue__??e.parentElement.__vue__??e.children[0].__vue__,Oe=e=>t=>{const n=Boolean(t),o=t&&t.parentNode,i=t instanceof HTMLElement&&t.matches(e);return n&&o&&i};let Ve=function(e){return e.AddCard="addCard",e.RemoveCard="removeCard",e}({});class Te extends EventTarget{constructor(){super(...arguments),Se(this,"watching",!1),Se(this,"cards",[]),Se(this,"managerType",void 0)}addEventListener(e,t,n){super.addEventListener(e,t,n)}removeEventListener(e,t,n){super.removeEventListener(e,t,n)}dispatchCardEvent(e,t){const n=new CustomEvent(e,{detail:t});this.dispatchEvent(n),Me.forEach((n=>n[e===Ve.AddCard?"added":"removed"](t)))}async startWatching(){if(this.watching)return!0;this.watching=!0;const[e]=(0,Ae.registerAndGetData)(Ie,[]),t=e.find((e=>e.match.some((e=>(0,ee.matchUrlPattern)(e)))));return t?t.watchCardsList(this):(console.warn("[FeedsCardsManager] No adaptor found",e),!1)}cleanUpCards(){this.cards=this.cards.filter((e=>e.presented))}}function Le(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const je=e=>e.querySelector(".repost")?Ee.repost:e.querySelector(".imagesbox")?Ee.textWithImages:e.querySelector(".video-container")?Ee.video:e.querySelector(".bangumi-container")?Ee.bangumi:e.querySelector(".article-container")?Ee.column:e.querySelector(".music-container")?Ee.audio:e.querySelector(".h5share-container")?Ee.share:e.querySelector(".vc-ctnr")?Ee.miniVideo:e.querySelector(".live-container")?Ee.liveRecord:Ee.text,qe=async e=>{const t=async t=>{const n=await(0,Q.sq)((()=>e.querySelector(t)),(t=>null!==t||null===e.parentNode),{queryInterval:100});if(null===e.parentNode)return"";if(null===n)return console.warn(e,t,e.parentNode),"";return n.innerText.trim()},n=e=>{if(void 0===e.card.origin)return{originalText:"",originalDescription:"",originalTitle:""};const t=JSON.parse(e.card.origin);return{originalText:e.originCardData.pureText,originalDescription:lodash.get(t,"item.description",lodash.get(t,"desc","")),originalTitle:t.title}},o=async e=>{const n=parseInt(await t(e));return isNaN(n)?0:n},i={id:e.getAttribute("data-did"),username:await t(".main-content .user-name"),text:"",reposts:await o(".button-bar .single-button:nth-child(1) .text-offset"),comments:await o(".button-bar .single-button:nth-child(2) .text-offset"),likes:await o(".button-bar .single-button:nth-child(3) .text-offset"),element:e,type:je(e),get presented(){return null!==e.parentNode},async getText(){return(async t=>{if(t===Ee.bangumi)return"";const o=await(0,Q.sq)((()=>e),(t=>Boolean(Pe(t)||!e.parentNode)),{queryInterval:100});if(null===e.parentNode)return"";if(null===o)return console.warn(o,e,Pe(o),e.parentNode),"";const i=Pe(o);if(t===Ee.repost){const e=i.card.item.content,t=n(i);return[e,...Object.values(t).filter((e=>""!==e))].filter((e=>Boolean(e))).join("\n")}return[i.originCardData.pureText,i.originCardData.title].filter((e=>Boolean(e))).join("\n")})(this.type)}};if(i.text=await i.getText(),e.setAttribute("data-type",i.type.id.toString()),Be(i)){const t=i.username,o=Pe(i.element),r=lodash.get(o,"card.origin_user.info.uname","");t===r&&e.setAttribute("data-self-repost","true"),i.repostUsername=r,i.repostText=n(o).originalText}return i};class Ne extends Te{constructor(){super(...arguments),Le(this,"managerType","v1")}async addCard(e){if(e&&e instanceof HTMLElement&&e.classList.contains("card"))if(null!==e.querySelector(".skeleton")){const[t]=(0,j.childList)(e,(()=>{null===e.querySelector(".skeleton")&&(t.disconnect(),this.addCard(e))}))}else{if(null===e.parentNode)return;const t=await qe(e);if(!t.presented)return;if(this.cards.find((e=>e.id===t.id)))return;this.cards.push(t),this.cards.sort(((e,t)=>e.id===t.id?0:e.id>t.id?-1:1)),this.dispatchCardEvent(Ve.AddCard,t)}}async removeCard(e){if(e&&e instanceof HTMLElement&&e.classList.contains("card")){const t=e.getAttribute("data-did"),n=this.cards.findIndex((e=>e.id===t));if(-1===n)return;const o=this.cards[n];this.cards.splice(n,1),this.dispatchCardEvent(Ve.RemoveCard,o)}}updateCards(e){const t=".card[data-did]",n=e=>{if(e instanceof HTMLElement){if(e.matches(t))return e;const n=e.querySelector(t);if(n)return n}};return[...e.querySelectorAll(t)].forEach((e=>this.addCard(e))),(0,j.childList)(e,(e=>{e.forEach((e=>{e.addedNodes.forEach((e=>this.addCard(n(e)))),e.removedNodes.forEach((e=>this.removeCard(n(e))))}))}))}}function Re(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const Ze={DynamicTypeForward:Ee.repost,DynamicTypeAv:Ee.video,DynamicTypeDraw:Ee.textWithImages,DynamicTypeWord:Ee.text,DynamicTypePgc:Ee.bangumi,DynamicTypeArticle:Ee.column,DynamicTypeMusic:Ee.audio,DynamicTypeLiveRcmd:Ee.liveRecord},Ue=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.filter((e=>Boolean(e))).join("\n").trim()},He=e=>Ze[(0,ee.pascalCase)(e)]??Ze.DynamicTypeWord,We=(e,t)=>{if(Object.hasOwn(e,"paragraphs")){return e.paragraphs.find((e=>1===e.para_type)).text.nodes.map((e=>"TEXT_NODE_TYPE_WORD"===e.type?lodash.get(e,"word.words"):"TEXT_NODE_TYPE_RICH"===e.type?lodash.get(e,"rich.orig_text"):"")).join("")}const{desc:n,major:o}=e,i=o?.opus?lodash.get(o.opus,"summary.text"):n?.text??"",r=(()=>{switch(t){default:return"";case Ee.bangumi:case Ee.column:case Ee.video:{const e=o.archive??o.pgc??o.article;if(e){const{title:t,desc:n}=e;return Ue(t,n)}if(o.opus){const{title:e,summary:t}=o.opus;return Ue(e,t.text)}return""}}})();return Ue(i,r)},Ge=Oe(".bili-dyn-list__item, .bili-dyn-item, .bili-opus-view");class Qe extends Te{constructor(){super(...arguments),Re(this,"managerType","v2")}async addCard(e){if(!Ge(e))return;const t=await(async e=>{const t=Pe(e),n=e=>Array.isArray(e)?Object.fromEntries(e.map((e=>{const[t]=Object.keys(e).filter((e=>"module_type"!==e));return"module_content"===t?["module_dynamic",e[t]]:[t,e[t]]}))):e,{modules:o,id_str:i,type:r}=t.data,a=n(o),{name:c}=a.module_author,{like:s,forward:l,comment:d}=a.module_stat,m=He(r);e.dataset.type=m.id.toString();const f={id:i,username:c,likes:s.count,reposts:l.count,comments:d.count,text:"",type:m,element:e,get presented(){return document.body.contains(e)},getText:async()=>We(a.module_dynamic,m)};if(Be(f)){const o=f.username,{module_author:{name:i},module_dynamic:r}=n(t.data.orig.modules),c=He(t.data.orig.type);f.repostUsername=i,f.repostText=We(r,c),i===o&&e.setAttribute("data-self-repost","true"),f.getText=async()=>Ue(We(a.module_dynamic,m),We(r,m))}return f.text=await f.getText(),f.element.setAttribute("data-did",f.id),await(0,Q.selectAll)((()=>e.querySelectorAll(".bili-dyn-item *")),{queryInterval:50}),f})(e);t.presented&&(this.cards.push(t),this.cards.sort((0,de.descendingStringSort)((e=>e.id))),this.dispatchCardEvent(Ve.AddCard,t))}async removeCard(e){if(!Ge(e))return;const t=Pe(e);if(!t)return;const n=t.data?.id_str??"0",o=this.cards.findIndex((e=>e.id===n));if(-1===o)return;const[i]=this.cards.splice(o,1);this.dispatchCardEvent(Ve.RemoveCard,i)}updateCards(e){const t=".bili-dyn-list__item, :not(.bili-dyn-list__item) > .bili-dyn-item, .bili-opus-view";dqa(e,t).forEach((e=>this.addCard(e)));const n=e=>Ge(e)?e.matches(t)?e:e.querySelector(t):null;return(0,j.childList)(e,(e=>{e.forEach((e=>{e.addedNodes.forEach((e=>this.addCard(n(e)))),e.removedNodes.forEach((e=>this.removeCard(n(e))))})),this.cleanUpCards()}))}}const Ye=()=>!!(parseInt((0,ee.getCookieValue)("hit-dyn-v2"))>0)&&["t.bilibili.com","space.bilibili.com",/^https:\/\/www\.bilibili\.com\/opus\/[\d]+$/].some((e=>(0,ee.matchUrlPattern)(e))),Xe=Ye()?new Qe:new Ne,Ke=async e=>{if(!await Xe.startWatching())return console.error("feedsCardsManager.startWatching() failed"),null;const{added:t}=e;return t&&Xe.cards.forEach((e=>t(e))),Me.push({added:none,removed:none,...e}),Xe},Je=e=>{const t=lodash.groupBy(e,(e=>e.aid)),n=e=>({id:e.upID,name:e.upName,faceUrl:e.upFaceUrl});return Object.values(t).map((e=>{if(1===e.length)return e[0];const[t,...o]=e;return t.cooperation=[n(t),...o.map(n)],console.log([...t.cooperation]),t})).sort((0,de.descendingStringSort)((e=>e.id)))},_e=e=>1===lodash.get(e,"extra.is_reserve_recall",0),$e="feeds.contentFilters";(0,Ae.registerData)($e,[]);const et=e=>{const[t]=(0,Ae.getData)($e);return t.reduce(((e,t)=>t.filter(e)),e)},tt=e=>function(){return e(...arguments).then((e=>et(e)))},nt=(e,t)=>{const n=new URLSearchParams;return"string"==typeof e?n.set("type",e):e.apiType?n.set("type",e.apiType):(console.warn(`unknown apiType for ${e.name}`),n.set("type","all")),t&&n.set("offset",t.toString()),`https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/all?${n.toString()}`},ot=async(e,t)=>(0,E.getJsonWithCredentials)(nt(e,t)),it=tt((async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"video",t=arguments.length>1?arguments[1]:void 0;if(!(0,ee.getUID)())return[];const n=await(0,E.getJsonWithCredentials)(nt("video"===e?Ee.video:Ee.bangumi,t));if(0!==n.code)throw new Error(n.message);const o=n.data.items;return"video"===e?Je(o.map((e=>{const t=lodash.get(e,"modules.module_dynamic.major.archive"),n=lodash.get(e,"modules.module_author"),o=lodash.get(e,"modules.module_dynamic.desc.text",""),i=lodash.get(e,"modules.module_stat"),r=lodash.get(e,"modules.module_dynamic.desc.rich_text_nodes",[]).filter((e=>"RICH_TEXT_NODE_TYPE_TOPIC"===e.type)).map((e=>({id:e.text,name:e.text,url:e.jump_url})));return{id:e.id_str,aid:parseInt(t.aid),bvid:t.bvid,title:t.title,upFaceUrl:n.face,upName:n.name,upID:n.mid,coverUrl:t.cover,description:t.desc,timestamp:1e3*n.pub_ts,time:new Date(1e3*n.pub_ts),topics:r,dynamic:o,like:(0,ne.formatCount)(i.like.count),duration:(0,ne.parseDuration)(t.duration_text),durationText:(0,ne.formatDuration)((0,ne.parseDuration)(t.duration_text)),playCount:(0,ne.formatCount)((0,ne.parseCount)(t.stat.play)),danmakuCount:(0,ne.formatCount)((0,ne.parseCount)(t.stat.danmaku)),watchlater:xe.includes(t.aid)}}))):"bangumi"===e?o.map((e=>{const t=lodash.get(e,"modules.module_dynamic.major.pgc"),n=lodash.get(e,"modules.module_author"),o=lodash.get(e,"modules.module_stat");return{id:e.id_str,epID:t.epid,title:t.title.replace(new RegExp(`^${n.name}:`),""),upName:n.name,upFaceUrl:n.face,coverUrl:t.cover,description:"",timestamp:1e3*n.pub_ts,time:new Date(1e3*n.pub_ts),like:(0,ne.formatCount)(o.like.count),durationText:"",playCount:(0,ne.formatCount)((0,ne.parseCount)(t.stat.play)),danmakuCount:(0,ne.formatCount)((0,ne.parseCount)(t.stat.danmaku)),watchlater:!1}})):[]})),rt=(e,t)=>{const n=dq(e.element,".more-panel, .bili-dyn-more__menu, .opus-more__menu"),{className:o,text:i,action:r}=t;if(!n||dq(n,`.${o}`))return void console.warn("more panel not found",e.element);const a=!n.classList.contains("more-panel"),c=n.classList.contains("opus-more__menu"),s=document.createElement(a?"div":"p");if(c){s.classList.add("opus-more__menu__item",o);const e=n.children[0];e&&s.setAttribute("style",e.getAttribute("style")),s.dataset.type="more",s.dataset.stype=lodash.snakeCase(`ThreePoint${(0,ee.pascalCase)(o)}`).toUpperCase(),s.dataset.params="{}"}else if(a){s.classList.add("bili-dyn-more__menu__item",o);const e=n.children[0];e?s.setAttribute("style",e.getAttribute("style")):(s.style.height="25px",s.style.padding="2px 0",s.style.textAlign="center"),s.dataset.module="more",s.dataset.type=lodash.snakeCase(`ThreePoint${(0,ee.pascalCase)(o)}`).toUpperCase(),s.dataset.params="{}"}else s.classList.add("child-button","c-pointer",o);s.textContent=i;[...new Set([...n.children].map((e=>e.getAttributeNames().filter((e=>e.startsWith("data-v-"))))).flat())].forEach((e=>s.setAttribute(e,""))),s.addEventListener("click",(t=>{r(t),e.element.click()})),n.appendChild(s)};var at=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("a",{staticClass:"bangumi-card",class:{new:e.isNew},attrs:{target:"_blank",href:e.data.url}},[t("div",{staticClass:"ep-cover-container"},[t("DpiImage",{staticClass:"ep-cover",attrs:{size:{width:100},src:e.data.epCoverUrl}})],1),e._v(" "),t("h1",{staticClass:"ep-title",attrs:{title:e.data.epTitle}},[e._v(e._s(e.data.epTitle))]),e._v(" "),t("div",{staticClass:"up",attrs:{title:e.data.title}},[t("DpiImage",{staticClass:"cover",attrs:{size:24,src:e.data.coverUrl}}),e._v(" "),t("div",{staticClass:"title"},[e._v(e._s(e.data.title))])],1)])};at._withStripped=!0;const ct=Vue.extend({components:{DpiImage:pe.DpiImage},props:{data:{type:Object,required:!0},isNew:{type:Boolean,default:!1}}});var st=n(8332),lt=n.n(st),dt=n(6469),mt=n.n(dt),ft={insert:"head",singleton:!1};lt()(mt(),ft);mt().locals;var ut=n(6499);const pt=(0,ut.Z)(ct,at,[],!1,null,"b2f4653c",null).exports;var bt=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("a",{staticClass:"be-up-info",class:{fallback:!e.upFaceUrl},attrs:{href:e.actualHref,title:e.upName,target:"_blank"}},[e.upFaceUrl?t("DpiImage",{staticClass:"be-up-info-cover",attrs:{size:24,src:e.upFaceUrl}}):t("div",{staticClass:"be-up-info-cover-fallback"},[e._t("fallback-icon",(function(){return[t("VIcon",{attrs:{icon:"up-outline",size:18}})]}))],2),e._v(" "),t("div",{staticClass:"be-up-info-name"},[e._v("\n "+e._s(e.upName)+"\n ")])],1)};bt._withStripped=!0;const ht=Vue.extend({components:{DpiImage:pe.DpiImage,VIcon:pe.VIcon},props:{href:{type:String,default:""},upId:{type:[String,Number],default:""},upFaceUrl:{type:String,default:""},upName:{type:String,required:!0}},computed:{actualHref(){return this.href?this.href:`https://space.bilibili.com/${this.upId}`}}});var gt=n(1394),vt=n.n(gt),Ft={insert:"head",singleton:!1};lt()(vt(),Ft);vt().locals;const wt=(0,ut.Z)(ht,bt,[],!1,null,null,null).exports;var yt=function(){var e=this,t=e._self._c;return t("a",{staticClass:"video-card",class:{vertical:"vertical"===e.orientation,"no-stats":!e.showStats},attrs:{target:"_blank",href:e.epID?"https://www.bilibili.com/bangumi/play/ep"+e.epID:"https://www.bilibili.com/video/"+e.bvid}},[t("div",{staticClass:"cover-container"},[t("DpiImage",{staticClass:"cover",attrs:{src:e.coverUrl,size:{height:120,width:196}}}),e._v(" "),e.isNew?t("div",{staticClass:"new"},[e._v("NEW")]):e._e(),e._v(" "),e.pubTime&&e.pubTimeText?[t("div",{staticClass:"publish-time-summary"},[e._v("\n "+e._s(e.pubTimeText)+"\n ")]),e._v(" "),t("div",{staticClass:"publish-time-detail"},[e._v("\n "+e._s(e.pubTime)+"\n ")])]:e._e(),e._v(" "),e.durationText?t("div",{staticClass:"duration"},[e._v(e._s(e.durationText))]):e._e(),e._v(" "),e.durationText&&null!==e.watchlater&&void 0!==e.watchlater?t("div",{staticClass:"watchlater",on:{click:function(t){return t.stopPropagation(),t.preventDefault(),e.toggleWatchlater(e.aid)}}},[t("VIcon",{attrs:{size:15,icon:e.watchlater?"mdi-check-circle":"mdi-clock-outline"}}),e._v("\n "+e._s(e.watchlater?"已添加":"稍后再看")+"\n ")],1):e._e()],2),e._v(" "),t("h1",{staticClass:"title",attrs:{title:e.title}},[e._v(e._s(e.title))]),e._v(" "),e.topics&&e.topics.length?t("div",{staticClass:"topics"},e._l(e.topics.slice(0,3),(function(n){return t("a",{key:n.id,staticClass:"topic",attrs:{title:n.name,target:"_blank",href:n.url||"https://t.bilibili.com/topic/name/"+n.name+"/feed"}},[t("VIcon",{attrs:{icon:"mdi-tag-outline",size:14}}),e._v(" "),t("div",{staticClass:"topic-name"},[e._v("\n "+e._s(n.name)+"\n ")])],1)})),0):t("p",{staticClass:"description",attrs:{title:e.description}},[e._v(e._s(e.description))]),e._v(" "),0===e.cooperation.length?t("a",{staticClass:"up",class:{"no-face":!e.upFaceUrl},attrs:{target:"_blank",href:e.upID?"https://space.bilibili.com/"+e.upID:null}},[e.upFaceUrl?t("DpiImage",{staticClass:"face",attrs:{src:e.upFaceUrl,size:24}}):t("VIcon",{attrs:{icon:"up"}}),e._v(" "),t("div",{staticClass:"name",attrs:{title:e.upName}},[e._v(e._s(e.upName))])],1):e._e(),e._v(" "),0!==e.cooperation.length?t("div",{staticClass:"cooperation"},[t("div",{staticClass:"cooperation-ups"},e._l(e.reversedCooperation,(function(e){return t("a",{key:e.id,staticClass:"cooperation-up",class:{"no-face":!e.faceUrl},attrs:{target:"_blank",title:e.name,href:e.id?"https://space.bilibili.com/"+e.id:null}},[e.faceUrl?t("DpiImage",{staticClass:"face",attrs:{src:e.faceUrl,size:24}}):t("VIcon",{attrs:{icon:"up"}})],1)})),0),e._v(" "),t("div",{staticClass:"cooperation-note"},[e._v("联合投稿")])]):e._e(),e._v(" "),e.showStats?t("div",{staticClass:"stats"},[e.vertical?[e.playCount?[t("VIcon",{attrs:{icon:"play",size:e.statsIconSize}}),e._v("\n "+e._s(e.playCount)+"\n ")]:e._e(),e._v(" "),e.danmakuCount?[t("VIcon",{attrs:{icon:"danmaku",size:e.statsIconSize}}),e._v("\n "+e._s(e.danmakuCount)+"\n ")]:e._e(),e._v(" "),e.like?[t("VIcon",{attrs:{icon:"like-outline",size:e.statsIconSize}}),e._v("\n "+e._s(e.like)+"\n ")]:e._e(),e._v(" "),e.coins?[t("VIcon",{attrs:{icon:"coin-outline",size:e.statsIconSize}}),e._v("\n "+e._s(e.coins)+"\n ")]:e._e(),e._v(" "),e.favorites?[t("VIcon",{attrs:{icon:"favorites-outline",size:e.statsIconSize}}),e._v("\n "+e._s(e.favorites)+"\n ")]:e._e()]:[e.like?[t("VIcon",{attrs:{icon:"like-outline",size:e.statsIconSize}}),e._v("\n "+e._s(e.like)+"\n ")]:e._e(),e._v(" "),e.coins?[t("VIcon",{attrs:{icon:"coin-outline",size:e.statsIconSize}}),e._v("\n "+e._s(e.coins)+"\n ")]:e._e(),e._v(" "),e.favorites?[t("VIcon",{attrs:{icon:"favorites-outline",size:e.statsIconSize}}),e._v("\n "+e._s(e.favorites)+"\n ")]:e._e(),e._v(" "),e.playCount?[t("VIcon",{attrs:{icon:"play",size:e.statsIconSize}}),e._v("\n "+e._s(e.playCount)+"\n ")]:e._e(),e._v(" "),e.danmakuCount?[t("VIcon",{attrs:{icon:"danmaku",size:e.statsIconSize}}),e._v("\n "+e._s(e.danmakuCount)+"\n ")]:e._e()]],2):e._e()])};yt._withStripped=!0;const xt={components:{DpiImage:pe.DpiImage,VIcon:pe.VIcon},props:{data:{type:Object,required:!0},orientation:{type:String,default:"horizontal"},showStats:{type:Boolean,default:!0},isNew:{type:Boolean,default:!1}},data(){return{watchlaterList:xe,upFaceUrl:"",danmakuCount:"",like:"",coins:"",favorites:"",dynamic:"",topics:[],upID:0,epID:0,cooperation:[],pubTime:0,pubTimeText:"",...lodash.omit(this.data,"watchlater"),watchlaterInit:this.data.watchlater,statsIconSize:14}},computed:{vertical(){return"vertical"===this.orientation},watchlater(){return(0,ee.getUID)()&&null!==this.watchlaterInit?this.watchlaterList.includes(this.aid):null},reversedCooperation(){return[...this.cooperation].reverse().slice(0,3)}},methods:{toggleWatchlater:Ce}};var kt=n(4558),Ct=n.n(kt),At={insert:"head",singleton:!1};lt()(Ct(),At);Ct().locals;const Et=(0,ut.Z)(xt,yt,[],!1,null,"57e48aec",null).exports;var Bt=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("a",{staticClass:"column-card",attrs:{target:"_blank",href:`https://www.bilibili.com/read/cv${e.data.cvID}`}},[t("div",{staticClass:"covers"},e._l(e.data.covers,(function(e){return t("DpiImage",{key:e,staticClass:"cover",attrs:{size:{height:120},src:e}})})),1),e._v(" "),t("a",{staticClass:"up",attrs:{target:"_blank",href:`https://space.bilibili.com/${e.data.upID}`}},[t("DpiImage",{staticClass:"face",attrs:{size:24,src:e.data.upFaceUrl}}),e._v(" "),t("div",{staticClass:"name"},[e._v(e._s(e.data.upName))])],1),e._v(" "),t("h1",{staticClass:"title",attrs:{title:e.data.title}},[e._v(e._s(e.data.title))]),e._v(" "),t("div",{staticClass:"description",attrs:{title:e.data.description}},[e._v(e._s(e.data.description))])])};Bt._withStripped=!0;const Dt=Vue.extend({components:{DpiImage:pe.DpiImage},props:{data:{type:Object,required:!0},isNew:{type:Boolean,default:!1}}});var zt=n(501),It=n.n(zt),St={insert:"head",singleton:!1};lt()(It(),St);It().locals;const Mt=(0,ut.Z)(Dt,Bt,[],!1,null,"335afa63",null).exports;let Pt=!1,Ot=0;const Vt="disable-profile-popup",Tt=async()=>{if("https://t.bilibili.com/"!==document.URL.replace(window.location.search,""))return;const e=await(0,Q.select)(".live-up-list, .bili-dyn-live-users__body");null!==e&&(Ot++,Pt||(e.addEventListener("mouseenter",(e=>{Ot>0&&e.stopImmediatePropagation()}),{capture:!0}),Pt=!0))},Lt=()=>{Ot--},jt=3e5,qt=()=>(0,ee.getCookieValue)(`bp_t_offset_${(0,ee.getUID)()}`),Nt=(e,t)=>e===t?0:e.length>t.length?1:t.length>e.length?-1:e>t==!0?1:-1,Rt=e=>{if(null==e)return;const t=qt();Nt(e,t)<0||(document.cookie=`bp_t_offset_${(0,ee.getUID)()}=${e};path=/;domain=.bilibili.com;max-age=2592000`)},Zt=e=>Nt(e,qt())>0,Ut=e=>{const[t]=[...e.map((e=>e.id))].sort(Nt).reverse();Rt(t)},Ht=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"all";const t=`https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/all/update?type=${e}&update_baseline=${qt()}`,n=await(0,E.getJsonWithCredentials)(t);return 0!==n.code?0:lodash.get(n,"data.update_num",0)},Wt=e=>{e.startsWith("#")&&(e=e.substring(1));return{red:e.substring(0,2),green:e.substring(2,4),blue:e.substring(4,6)}},Gt=e=>{const{red:t,green:n,blue:o}=Wt(e);return`\\c&H${`${o}${n}${t}`.toUpperCase()}&`},Qt=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const{red:n,green:o,blue:i}=Wt(e),r=Math.round(255*(1-t)).toString(16).padStart(2,"0");return`&H${r}${i}${o}${n}`.toUpperCase()},Yt=e=>{let t=0,n=0;for(;e>=60;)e-=60,n++;for(;n>=60;)n-=60,t++;return`${t}:${String(n).padStart(2,"0")}:${(e=>{const[t,n="00"]=String(e).split(".");return`${t.padStart(2,"0")}.${n.substring(0,2).padEnd(2,"0")}`})(e)}`},Xt=(e,t)=>[Yt(e),Yt(e+t)],Kt=(e,t)=>[Yt(e),Yt(t)],Jt=e=>{const t={"{":"{","}":"}","&":"&","<":"<",">":">",""":'"',"'":"'","\n":"\\N"};for(const[n,o]of Object.entries(t))e=e.replace(new RegExp(n,"g"),o);return e},_t={"&":"&","<":"<",">":">",""":'"',"'":"'"},$t=Object.fromEntries(Object.entries(_t).map((e=>e.reverse()))),en=(e,t)=>{for(const[n,o]of Object.entries(t))e=e.replace(new RegExp(n,"g"),o);return e},tn=e=>en(e,$t),nn=e=>en(e,_t);var on=n(6809);const rn=e=>me.playerUrls.some((e=>(0,ee.matchUrlPattern)(e)))?async()=>{const t=on.playerAgent,{query:{control:{settings:n,buttons:o}}}=t;ae(o.settings.selector,n.wrap.selector),t.toggleLight(e)}:ee.none,an=rn(!0),cn=rn(!1),sn=rn(),ln=async e=>{await(0,ee.playerReady)();const t=dq(".video-toolbar .ops .collect, .video-toolbar-v1 .toolbar-left .collect, .video-toolbar-left-item.video-fav");if(!t)return null;const{hasVideo:o}=await Promise.resolve().then(n.bind(n,8689));await o();const i=await e();return t.classList.contains("video-fav")?t.parentElement.insertAdjacentElement("afterend",i):t.insertAdjacentElement("afterend",i),i},dn=async e=>{await(0,Q.hasVideo)()&&(0,j.videoChange)((async()=>{const t=await on.playerAgent.query.video.danmaku();t&&((e,t)=>{const n=[];(0,j.childListSubtree)(e,(e=>{e.forEach((e=>{e.addedNodes.forEach((e=>{if(e.nodeType===Node.TEXT_NODE){const o=e.parentElement,i=n.find((e=>e.element===o));if(!i)return;return i.text=e.textContent||"",i.reuse=!0,void(t.added&&t.added(i))}if(!(e instanceof HTMLElement))return;const o={element:i=e,reuse:!1,text:i.textContent||""};var i;n.push(o),t.added&&t.added(o)})),e.removedNodes.forEach((e=>{if(!(e instanceof HTMLElement))return;const o=n.findIndex((t=>t.element===e));if(-1!==o){const[e]=n.splice(o,1);t.removed&&t.removed(e)}}))}))}))})(t,e)}))};function mn(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class fn{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];mn(this,"aid",void 0),mn(this,"bvid",void 0),mn(this,"cid",void 0),mn(this,"createTime",void 0),mn(this,"pageCount",void 0),mn(this,"coverUrl",void 0),mn(this,"tagId",void 0),mn(this,"tagName",void 0),mn(this,"title",void 0),mn(this,"description",void 0),mn(this,"up",void 0),mn(this,"pages",void 0),t?this.bvid=e:this.aid=e}async fetchInfo(){let e;this.aid?e=`https://api.bilibili.com/x/web-interface/view?aid=${this.aid}`:this.bvid&&(e=`https://api.bilibili.com/x/web-interface/view?bvid=${this.bvid}`),this.cid&&(e=`${e}&cid=${this.cid}`);const t=await(0,E.getJsonWithCredentials)(e);if(0!==t.code)throw new Error(t.message);const{data:n}=t;return this.aid=n.aid,this.bvid=n.bvid,this.cid=n.cid,this.createTime=new Date(1e3*n.ctime),this.pageCount=n.videos,this.coverUrl=n.pic.replace("http:","https:"),this.tagId=n.tid,this.tagName=n.tname,this.title=n.title,this.description=n.desc,this.up={uid:n.owner.mid,name:n.owner.name,faceUrl:n.owner.face.replace("http:","https:")},this.pages=n.pages.map((e=>({cid:e.cid,title:e.part,pageNumber:e.page}))),this}
// eslint-disable-next-line class-methods-use-this
get subtitles(){return console.warn("VideoInfo.subtitles is deprecated"),[]}}class un{constructor(e){mn(this,"ep",void 0),mn(this,"videos",void 0),mn(this,"title",void 0),mn(this,"cover",void 0),mn(this,"squareCover",void 0),mn(this,"aid",void 0),mn(this,"cid",void 0),this.ep=e,this.videos=[]}async fetchInfo(){const e=await(0,E.getText)(`https://www.bilibili.com/bangumi/play/ep${this.ep}/`),t=JSON.parse(e.match(/window\.__INITIAL_STATE__=(.*);\(function\(\){/)[1]);return this.title=t.mediaInfo.title,this.cover=t.mediaInfo.cover,this.squareCover=t.mediaInfo.square_cover,this.aid=t.epInfo.aid,this.cid=t.epInfo.cid,this.videos=t.epList.map((async e=>({title:e.index_title,aid:e.aid,cid:e.cid,info:await new fn(e.aid).fetchInfo()}))),this}}const pn=[{name:"720P",displayName:"高清 720P",value:64},{name:"1080P",displayName:"高清 1080P",value:80}],bn=[{name:"8K",displayName:"超高清 8K",value:127},{name:"DolbyVision",displayName:"杜比视界",value:126},{name:"HDR",displayName:"真彩 HDR",value:125},{name:"4K",displayName:"超清 4K",value:120},{name:"1080P60",displayName:"高清 1080P60",value:116},{name:"1080P+",displayName:"高清 1080P+",value:112},{name:"720P60",displayName:"高清 720P60",value:74}],hn=[...bn,...pn,{name:"480P",displayName:"清晰 480P",value:32},{name:"360P",displayName:"流畅 360P",value:16}].sort((0,de.descendingSort)((e=>e.value))),gn=async e=>{const{open:t,close:n}=e;if(!(0,Q.hasVideo)())return;const o=await(0,Q.select)(".bilibili-player");if(!o)return;const[i]=(0,j.childList)(o,(()=>{const e=dq(".bilibili-player-context-menu-origin");if(e){i.disconnect();const o=dq(e,"ul"),r={containerElement:e,listElement:o,get itemElements(){return dqa(e,".context-menu-function")},get isOpen(){return e.classList.contains("active")}};(0,j.childList)(o,(()=>{r.isOpen?t?.(r):n?.(r)}))}}))},vn=async(e,t)=>gn({open:t=>{if(t.listElement.contains(e))return;const n=document.createElement("li");n.classList.add("context-line","context-menu-function"),n.setAttribute("data-append","1");const o=document.createElement("a");o.classList.add("context-menu-a","js-action"),o.href="javascript:void(0);",o.appendChild(e),n.addEventListener("mouseover",(()=>n.classList.add("hover"))),n.addEventListener("mouseout",(()=>n.classList.remove("hover"))),n.appendChild(o),t.listElement.appendChild(n)},close:e=>t?.(e)});let Fn=null;const wn=[],yn=lodash.once((()=>me.playerUrls.some((e=>(0,ee.matchUrlPattern)(e)))?new Promise((e=>{(0,j.videoChange)((async()=>{const{playerAgent:t}=await Promise.resolve().then(n.bind(n,6809)),o=await t.query.control.buttons.time(),i=await Promise.resolve().then(n.bind(n,5733)).then((e=>e.default));if(null===o||null!==o.parentElement?.querySelector(".be-video-control-bar-extend"))return;const r=new i({propsData:{items:wn}}).$mount();o.insertAdjacentElement("afterend",r.$el),e(r)}))})):Promise.resolve(null))),xn=async e=>{Fn||(Fn=yn());await Fn&&wn.push(e)},kn=async e=>{const t=await(0,Q.select)(".live-player-mounter"),n=(0,le.useScopedConsole)("withControlBar");if(!t)return void n.warn("livePlayer not found");(0,ee.raiseEvent)(t,"mousemove");const o=dq(t,".web-player-controller-wrap .control-area");o?(await e(o),(0,ee.raiseEvent)(t,"mouseleave")):n.warn("controlBar not found")},Cn=async e=>{if(!me.liveUrls.some((e=>(0,ee.matchUrlPattern)(e))))return;const t=await(0,Q.select)(".bilibili-live-player-video-controller, .web-player-controller-wrap:not(.web-player-controller-bg)");if(!t)return;const{init:n,callback:o}=e;n?.(t),(0,j.childList)(t,(async()=>{const e=dq(t,".control-area");e&&o?.(e)}))};function An(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}const En=0,Bn=2,Dn={heartBeat:2,heartBeatResponse:3,message:5,enterRoom:7,enterRoomResponse:8};class zn{constructor(){An(this,"textEncoder",new TextEncoder),An(this,"textDecoder",new TextDecoder)}static readInt(e,t,n){let o=0;for(let i=n-1;i>=0;i--)o+=256**(n-i-1)*e[t+i];return o}static writeInt(e,t,n,o){let i=0;for(;i<n;)e[t+i]=o/256**(n-i-1),i++}encode(e,t){const n=this.textEncoder.encode(e),o=16+n.byteLength,i=[0,0,0,0,0,16,0,1,0,0,0,Dn[t],0,0,0,1];return zn.writeInt(i,0,4,o),new Uint8Array(i.concat(...n)).buffer}decode(e){const t=async e=>{const o={packetLength:zn.readInt(e,0,4),headerLength:zn.readInt(e,4,2),protocolVersion:zn.readInt(e,6,2),operation:zn.readInt(e,8,4),sequenceID:zn.readInt(e,12,4)},i=[o];if(o.packetLength<e.length&&i.push(...await t(e.slice(o.packetLength))),o.operation===Dn.message){const i=e.slice(o.headerLength,o.packetLength);if(o.protocolVersion===Bn){const{pako:e}=await Promise.resolve().then(n.bind(n,5269)),r=await t(e.inflate(i));r&&(o.messages=r.map((e=>e.messages[0])))}else o.protocolVersion===En&&(o.messages=[JSON.parse(this.textDecoder.decode(i))])}else o.operation===Dn.heartBeatResponse&&(o.heartBeatResponse={count:zn.readInt(e,16,4)});return i};return new Promise(((n,o)=>{const i=new FileReader;i.onload=async e=>{if(!e.target)return void o(e);const i=new Uint8Array(e.target.result);n(await t(i))},i.readAsArrayBuffer(e)}))}}class In{constructor(){An(this,"startTime",0)}getLiveTime(){return new Promise((e=>{if(this.startTime)return void e(this.startTime);const t=(0,ee.dq)(".bilibili-live-player-video-controller-duration-btn span"),[n]=(0,j.childList)(t,(t=>{if(t.length>0&&t.some((e=>e.addedNodes.length>0&&[...e.addedNodes].every((e=>e.nodeType===Node.TEXT_NODE))))){n.disconnect();const o=t[0].addedNodes[0].textContent,[i,r,a=0]=o.split(":").reverse().map(lodash.unary(parseInt)),c=Number(new Date);this.startTime=c-1e3*a*3600-60*r*1e3-1e3*i,e(this.startTime)}}))}))}}class Sn extends EventTarget{constructor(e){super(),this.roomID=e,An(this,"heartBeatTimer",void 0),An(this,"webSocket",void 0),An(this,"retryInterval",200),An(this,"autoRetry",!0),An(this,"servers",["broadcastlv.chat.bilibili.com"]),An(this,"selectedServer",""),An(this,"liveTime",new In),An(this,"bufferHelper",new zn),An(this,"stopRequested",!1),window.addEventListener("unload",(()=>this.stop()))}heartBeat(){this.webSocket.readyState===WebSocket.OPEN?this.webSocket.send(this.bufferHelper.encode("","heartBeat")):(this.stop(),this.restart())}restart(){if(this.dispatchEvent(new CustomEvent("restart")),!this.stopRequested&&this.autoRetry){console.log(`Live Socket: unexpected disconnect, retry in ${this.retryInterval}ms`);const e=this.servers.indexOf(this.selectedServer);e<this.servers.length-1?this.selectedServer=this.servers[e+1]:[this.selectedServer]=this.servers,console.log("Live Socket: server changed to",this.selectedServer),setTimeout((()=>this.start()),this.retryInterval)}}async start(){const e=await(0,E.getJson)(`https://api.live.bilibili.com/room/v1/Danmu/getConf?room_id=${this.roomID}&platform=pc&player=web`),t=lodash.get(e,"data.host_server_list",[]);this.servers=[...new Set([...this.servers,...t.map((e=>e.host))])],""===this.selectedServer&&([this.selectedServer]=this.servers,console.log("Initial server:",this.selectedServer)),this.webSocket&&[WebSocket.CONNECTING,WebSocket.OPEN].includes(this.webSocket.readyState)&&this.stop(),this.webSocket=new WebSocket(`wss://${this.selectedServer}/sub`),this.stopRequested=!1,this.dispatchEvent(new CustomEvent("start",{detail:this.webSocket})),this.webSocket.addEventListener("open",(()=>{const t={roomid:this.roomID,uid:parseInt((0,ee.getUID)()),protover:2,platform:"web",clientVer:"1.10.1",type:"2",key:lodash.get(e,"data.token")};this.webSocket.send(this.bufferHelper.encode(JSON.stringify(t),"enterRoom")),this.dispatchEvent(new CustomEvent("open",{detail:t}))})),this.webSocket.addEventListener("message",(async e=>{const[t]=await this.bufferHelper.decode(e.data);switch(this.dispatchEvent(new CustomEvent("message",{detail:t})),t.operation){case Dn.enterRoomResponse:this.heartBeatTimer&&clearInterval(this.heartBeatTimer),this.heartBeatTimer=window.setInterval((()=>{this.heartBeat()}),3e4);break;case Dn.heartBeatResponse:if(!t.heartBeatResponse)break;this.dispatchEvent(new CustomEvent("heartBeatResponse",{detail:t.heartBeatResponse.count}));break;case Dn.message:{if(!t.messages)break;const e=await this.liveTime.getLiveTime();t.messages.forEach((t=>{if("DANMU_MSG"===t.cmd){const{info:n}=t,o={content:n[1],type:n[0][1],fontSize:n[0][2],color:n[0][3],sendTime:n[0][4],userHash:n[0][7],userID:n[2][0],userName:n[2][1],startTime:e,get time(){return this.sendTime-this.startTime}};this.dispatchEvent(new CustomEvent("danmaku",{detail:o}))}}));break}}})),this.webSocket.addEventListener("close",(e=>{this.stopRequested||(console.error("Live Socket: close",e),this.restart())})),this.webSocket.addEventListener("error",(e=>{console.error("Live Socket: error",e),this.restart()}))}stop(){this.stopRequested=!0,this.heartBeatTimer&&clearInterval(this.heartBeatTimer),this.webSocket&&this.webSocket.readyState===WebSocket.OPEN&&this.webSocket.close()}}function Mn(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class Pn extends EventTarget{constructor(e){super(),Mn(this,"element",void 0),Mn(this,"id",void 0),Mn(this,"userId",void 0),Mn(this,"userName",void 0),Mn(this,"content",void 0),Mn(this,"timeText",void 0),Mn(this,"time",void 0),Mn(this,"likes",void 0),this.element=e.element,this.id=e.id,this.userId=e.userId,this.userName=e.userName,this.content=e.content,this.timeText=e.timeText,this.time=e.time,this.likes=e.likes}}const On="repliesUpdate";class Vn extends Pn{constructor(e){super(e),Mn(this,"pictures",void 0),Mn(this,"replies",void 0),this.pictures=e.pictures,this.replies=e.replies}addEventListener(e,t,n){super.addEventListener(e,t,n)}removeEventListener(e,t,n){super.removeEventListener(e,t,n)}dispatchRepliesUpdate(e){return super.dispatchEvent((e=>new CustomEvent(On,{detail:e}))(e))}}const Tn=[],Ln=["bili-comment","bb-comment"],jn=["list-item.reply-wrap","reply-item"],qn=[],Nn=[],Rn=[],Zn=e=>{
// eslint-disable-next-line no-underscore-dangle
const t=e.__vueParentComponent?.props;return t?.reply??t?.subReply},Un=(e,t)=>{const[n]=(0,ee.dqa)(e,".sub-reply-item").filter((e=>Zn(e).rpid_str===t));return n},Hn=e=>{const t=e.querySelector(".con .user .name");if(!t)return(e=>{const t=Zn(e);if(!t)throw new Error("Invalid comment item");const n=()=>t.replies?t.replies.map((t=>new Pn({id:t.rpid_str,element:Un(e,t.rpid_str),userId:t.member.mid,userName:t.member.uname,content:t.content.message,time:1e3*t.ctime,likes:t.like}))):[],o=new Vn({id:t.rpid_str,element:e,userId:t.member.mid,userName:t.member.uname,content:t.content.message,time:1e3*t.ctime,likes:t.like,pictures:t.content?.pictures?.map((e=>e.img_src)),replies:n()});if(o.replies.length<t.rcount){const t=dq(e,".sub-reply-list");(0,j.childList)(t,(e=>{o.replies=n(),0!==e.length&&o.dispatchRepliesUpdate(o.replies)}))}return o})(e);const n=e=>{const t=e.querySelector(".reply-face"),n=e.querySelector(".reply-con .user .name");return new Pn({id:e.getAttribute("data-id"),element:e,userId:t.getAttribute("data-usercard-mid"),userName:n.textContent,content:e.querySelector(".text-con").textContent,timeText:e.querySelector(".info .time, .info .time-location").textContent,likes:parseInt(e.querySelector(".info .like span").textContent)})},o=new Vn({id:e.getAttribute("data-id"),element:e,userId:t.getAttribute("data-usercard-mid"),userName:t.textContent,content:e.querySelector(".con .text").textContent,timeText:e.querySelector(".con .info .time, .info .time-location").textContent,likes:parseInt(e.querySelector(".con .like span").textContent),replies:[]});if(dq(e,".reply-box .view-more")){const t=dq(e,".reply-box");(0,j.childList)(t,(t=>{o.replies=(0,ee.dqa)(e,".reply-box .reply-item").map(n),0!==t.length&&o.dispatchRepliesUpdate(o.replies)}))}else o.replies=(0,ee.dqa)(e,".reply-box .reply-item").map(n);return o},Wn=e=>{if(e.observer)return;const t=jn.map((e=>`.${e}`)).join(",");e.items=(0,ee.dqa)(e.element,t).map(Hn),e.items.forEach((e=>{qn.forEach((t=>t(e)))})),[e.observer]=(0,j.childListSubtree)(e.element,(n=>{n.forEach((n=>{const o=e=>e instanceof HTMLElement&&e.matches(t);n.addedNodes.forEach((t=>{if(o(t)){const n=Hn(t);e.items.push(n),qn.forEach((e=>e(n)))}})),n.removedNodes.forEach((t=>{if(o(t)){const n=(e=>{const t=e.getAttribute("data-id");return t||(Zn(e)?.rpid_str??"")})(t),o=e.items.findIndex((e=>e.id===n));if(-1!==o){const[t]=e.items.splice(o,1);Nn.forEach((e=>e(t)))}}}))}))}))},Gn=e=>{if(e instanceof HTMLElement&&Ln.some((t=>e.classList.contains(t)))){const t={element:e,items:[]};Tn.push(t),Wn(t),Rn.forEach((e=>e(t)))}};(0,O.contentLoaded)((()=>{(0,j.allMutations)((e=>{e.forEach((e=>{e.addedNodes.forEach((e=>Gn(e)))}))})),(0,ee.dqa)(Ln.map((e=>`.${e}`)).join(",")).forEach(Gn)}));const Qn=e=>{Tn.forEach((t=>e(t))),Rn.push(e)},Yn=e=>{const{added:t,removed:n}=e;Qn((e=>{t&&(e.items.forEach((e=>t(e))),qn.push(t)),n&&Nn.push(n)}))},Xn=(e,t)=>{const n=dq(e.element,".opera-list ul");if(!n)return void function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const[o,i]=t,r=dq(o.element,".operation-list"),{className:a,text:c,action:s}=i;if(!r||dq(r,`.${a}`))return;const l=document.createElement("li");l.classList.add(a,"operation-option"),l.innerHTML=`<span class="option-title">${c}</span>`,l.addEventListener("click",(e=>{s(e),r.style.display="none"})),r.appendChild(l)}(e,t);const{className:o,text:i,action:r}=t;if(dq(n,`.${o}`))return;const a=document.createElement("li");a.classList.add(o),a.textContent=i,a.addEventListener("click",(e=>{r(e),n.style.display="none"})),n.appendChild(a)};var Kn=n(5125);const Jn=JSON.parse('[[{"name":"首页","route":"/","tid":"","locid":23,"sub":[]},{"name":"动画","route":"douga","tid":1,"locid":52,"count":"","subMenuSize":162,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2507,"leftId":2452,"rightId":2453},"sub":[{"name":"MAD·AMV","route":"mad","tid":24,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":151},"desc":"具有一定制作程度的动画或静画的二次创作视频","url":"//www.bilibili.com/video/douga-mad-1.html"},{"name":"MMD·3D","route":"mmd","tid":25,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":152},"desc":"使用MMD(MikuMikuDance)和其他3D建模类软件制作的视频","url":"//www.bilibili.com/video/douga-mmd-1.html"},{"name":"短片·手书·配音","route":"voice","tid":47,"ps":15,"rps":10,"desc":"追求创新并具有强烈特色的短片、手书(绘)及ACG相关配音","url":"//www.bilibili.com/video/douga-voice-1.html"},{"name":"手办·模玩","route":"garage_kit","tid":210,"ps":15,"rps":10,"desc":"手办模玩的测评、改造或其他衍生内容","url":""},{"name":"特摄","route":"tokusatsu","tid":86,"ps":15,"rps":10,"desc":"特摄相关衍生视频","url":"//www.bilibili.com/video/cinephile-tokusatsu.html"},{"name":"综合","route":"other","tid":27,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":153},"desc":"以动画及动画相关内容为素材,包括但不仅限于音频替换、杂谈、排行榜等内容","url":"//www.bilibili.com/video/douga-else-1.html"}]},{"name":"番剧","route":"anime","tid":13,"url":"//www.bilibili.com/anime/","takeOvered":true,"count":"","subMenuSize":172,"combination":true,"sub":[{"name":"连载动画","tid":33,"route":"serial","desc":"当季连载的动画番剧","url":"//www.bilibili.com/video/bangumi-two-1.html"},{"name":"完结动画","tid":32,"route":"finish","desc":"已完结的动画番剧合集","url":"//www.bilibili.com/video/part-twoelement-1.html"},{"name":"资讯","tid":51,"route":"information","desc":"动画番剧相关资讯视频","url":"//www.bilibili.com/video/douga-else-information-1.html"},{"name":"官方延伸","tid":152,"route":"offical","desc":"动画番剧为主题的宣传节目、采访视频,及声优相关视频","url":"//www.bilibili.com/video/bagumi_offical_1.html"},{"name":"新番时间表","url":"//www.bilibili.com/anime/timeline/","desc":""},{"name":"番剧索引","url":"//www.bilibili.com/anime/index/","desc":""}]},{"name":"国创","tid":167,"route":"guochuang","url":"//www.bilibili.com/guochuang/","takeOvered":true,"count":"","subMenuSize":214,"combination":true,"sub":[{"name":"国产动画","tid":153,"route":"chinese","desc":"我国出品的PGC动画","url":"//www.bilibili.com/video/bangumi_chinese_1.html"},{"name":"国产原创相关","tid":168,"route":"original","desc":"","url":"//www.bilibili.com/video/guochuang-fanvid-1.html"},{"name":"布袋戏","tid":169,"route":"puppetry","desc":"","url":"//www.bilibili.com/video/glove-puppetry-1.html"},{"name":"动态漫·广播剧","tid":195,"route":"motioncomic","desc":"","url":""},{"name":"资讯","tid":170,"route":"information","desc":"","url":"//www.bilibili.com/video/guochuang-offical-1.html"},{"name":"新番时间表","url":"//www.bilibili.com/guochuang/timeline/","desc":""},{"name":"国产动画索引","url":"//www.bilibili.com/guochuang/index/","desc":""}]},{"name":"音乐","route":"music","tid":3,"locid":58,"count":"","subMenuSize":268,"slider":{"width":620,"height":220},"viewTag":true,"customComponent":{"name":"Energy","titleId":2511,"leftId":2462,"rightId":3131,"rightType":"slide"},"sub":[{"name":"原创音乐","route":"original","tid":28,"ps":15,"rps":10,"viewHotTag":true,"ad":{"active":true,"dataLocId":243},"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"个人或团队制作以音乐为主要原创因素的歌曲或纯音乐","url":"//www.bilibili.com/video/music-original-1.html"},{"name":"翻唱","route":"cover","tid":31,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":245},"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"一切非官方的人声再演绎歌曲作品","url":"//www.bilibili.com/video/music-Cover-1.html"},{"name":"VOCALOID·UTAU","route":"vocaloid","tid":30,"ps":15,"rps":10,"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"以雅马哈Vocaloid和UTAU引擎为基础,包含其他调教引擎,运用各类音源进行的歌曲创作内容","url":"//www.bilibili.com/video/music-vocaloid-1.html"},{"name":"电音","route":"electronic","tid":194,"ps":15,"rps":10,"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"以电子合成器、音乐软体等产生的电子声响制作的音乐","url":"#"},{"name":"演奏","route":"perform","tid":59,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":247},"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"传统或非传统乐器及器材的演奏作品","url":"//www.bilibili.com/video/music-perform-1.html"},{"name":"MV","route":"mv","tid":193,"ps":15,"rps":10,"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"音乐录影带,为搭配音乐而拍摄或制作的视频","url":"//www.bilibili.com/video/music-coordinate-1.html"},{"name":"音乐现场","route":"live","tid":29,"ps":15,"rps":10,"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"音乐实况表演视频","url":"//www.bilibili.com/video/music-oped-1.html"},{"name":"音乐综合","route":"other","tid":130,"ps":15,"rps":10,"viewHotTag":true,"dpConfig":[{"name":"一日","value":1},{"name":"三日","value":3}],"desc":"收录无法定义到其他音乐子分区的音乐视频","url":"//www.bilibili.com/video/music-collection-1.html"},{"name":"音频","customZone":"Audio","route":"audio","url":"//www.bilibili.com/audio/home?musicType=music"},{"name":"说唱","url":"//www.bilibili.com/v/rap"}]},{"name":"舞蹈","route":"dance","tid":129,"locid":64,"count":"","subMenuSize":172,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2513,"leftId":2472,"rightId":2473},"sub":[{"name":"宅舞","route":"otaku","tid":20,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":249},"desc":"与ACG相关的翻跳、原创舞蹈","url":"//www.bilibili.com/video/dance-1.html"},{"name":"街舞","route":"hiphop","tid":198,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":251},"desc":"收录街舞相关内容,包括赛事现场、舞室作品、个人翻跳、FREESTYLE等","url":""},{"name":"明星舞蹈","route":"star","tid":199,"ps":15,"rps":10,"desc":"国内外明星发布的官方舞蹈及其翻跳内容","url":""},{"name":"中国舞","route":"china","tid":200,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":253},"desc":"传承中国艺术文化的舞蹈内容,包括古典舞、民族民间舞、汉唐舞、古风舞等","url":""},{"name":"舞蹈综合","route":"three_d","tid":154,"ps":15,"rps":10,"desc":"收录无法定义到其他舞蹈子分区的舞蹈视频","url":""},{"name":"舞蹈教程","route":"demo","tid":156,"ps":10,"rps":6,"desc":"镜面慢速,动作分解,基础教程等具有教学意义的舞蹈视频","url":"//www.bilibili.com/video/dance-demo-1.html"}]},{"name":"游戏","route":"game","tid":4,"locid":70,"count":"","subMenuSize":240,"slider":{"width":470,"height":216},"viewTag":true,"customComponent":{"name":"Energy","titleId":3761,"leftId":3765,"rightId":3775,"rightType":"slide"},"recommendCardType":"GameGroomBox","sub":[{"name":"单机游戏","route":"stand_alone","tid":17,"ps":10,"rps":7,"rankshow":1,"viewHotTag":true,"ad":{"active":true,"dataLocId":255},"dpConfig":[{"name":"三日","value":3},{"name":"一日","value":1},{"name":"一周","value":7}],"desc":"以所有平台(PC、主机、移动端)的单机或联机游戏为主的视频内容,包括游戏预告、CG、实况解说及相关的评测、杂谈与视频剪辑等","url":"//www.bilibili.com/video/videogame-1.html"},{"name":"电子竞技","route":"esports","tid":171,"ps":10,"rps":7,"rankshow":1,"viewHotTag":true,"ad":{"active":true,"dataLocId":257},"desc":"具有高对抗性的电子竞技游戏项目,其相关的赛事、实况、攻略、解说、短剧等视频。","url":"//www.bilibili.com/video/esports-1.html"},{"name":"手机游戏","route":"mobile","tid":172,"ps":10,"rps":7,"rankshow":1,"viewHotTag":true,"desc":"以手机及平板设备为主要平台的游戏,其相关的实况、攻略、解说、短剧、演示等视频。","url":"//www.bilibili.com/video/mobilegame-1.html"},{"name":"网络游戏","route":"online","tid":65,"ps":10,"rps":7,"rankshow":1,"viewHotTag":true,"ad":{"active":true,"dataLocId":259},"dpConfig":[{"name":"三日","value":3},{"name":"一日","value":1},{"name":"一周","value":7}],"desc":"由网络运营商运营的多人在线游戏,以及电子竞技的相关游戏内容。包括赛事、攻略、实况、解说等相关视频","url":"//www.bilibili.com/video/onlinegame-1.html"},{"name":"桌游棋牌","route":"board","tid":173,"ps":5,"rps":3,"rankshow":1,"viewHotTag":true,"desc":"桌游、棋牌、卡牌对战等及其相关电子版游戏的实况、攻略、解说、演示等视频。","url":"//www.bilibili.com/video/boardgame-1.html"},{"name":"GMV","route":"gmv","tid":121,"ps":5,"rps":3,"rankshow":1,"viewHotTag":true,"dpConfig":[{"name":"三日","value":3},{"name":"一日","value":1},{"name":"一周","value":7}],"desc":"由游戏素材制作的MV视频。以游戏内容或CG为主制作的,具有一定创作程度的MV类型的视频","url":"//www.bilibili.com/video/gmv-1.html"},{"name":"音游","route":"music","tid":136,"ps":5,"rps":3,"rankshow":1,"viewHotTag":true,"dpConfig":[{"name":"三日","value":3},{"name":"一日","value":1},{"name":"一周","value":7}],"desc":"各个平台上,通过配合音乐与节奏而进行的音乐类游戏视频","url":"//www.bilibili.com/video/music-game-1.html"},{"name":"Mugen","route":"mugen","tid":19,"ps":5,"rps":3,"rankshow":1,"viewHotTag":true,"dpConfig":[{"name":"三日","value":3},{"name":"一日","value":1},{"name":"一周","value":7}],"desc":"以Mugen引擎为平台制作、或与Mugen相关的游戏视频","url":"//www.bilibili.com/video/game-mugen-1.html"},{"name":"游戏赛事","url":"//www.bilibili.com/v/game/match/","newIcon":true}]},{"name":"知识","route":"knowledge","tid":36,"locid":76,"count":"","subMenuSize":172,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2058,"leftId":2047,"rightId":2048},"sub":[{"name":"科学科普","route":"science","tid":201,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":261},"desc":"回答你的十万个为什么"},{"name":"社科·法律·心理","route":"social_science","tid":124,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":263},"desc":"基于社会科学、法学、心理学展开或个人观点输出的知识视频"},{"name":"人文历史","route":"humanity_history","tid":228,"ps":15,"rps":10,"desc":"看看古今人物,聊聊历史过往,品品文学典籍"},{"name":"财经商业","route":"business","tid":207,"ps":15,"rps":10,"desc":"说金融市场,谈宏观经济,一起畅聊商业故事"},{"name":"校园学习","route":"campus","tid":208,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":265},"desc":"老师很有趣,学生也有才,我们一起搞学习"},{"name":"职业职场","route":"career","tid":209,"ps":15,"rps":10,"desc":"职业分享、升级指南,一起成为最有料的职场人"},{"name":"设计·创意","route":"design","tid":229,"ps":15,"rps":10,"desc":"天马行空,创意设计,都在这里"},{"name":"野生技能协会","route":"skill","tid":122,"ps":15,"rps":10,"desc":"技能党集合,是时候展示真正的技术了"}]},{"name":"科技","route":"tech","tid":188,"locid":2977,"count":"","subMenuSize":80,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2980,"leftId":2978,"rightId":2979},"sub":[{"name":"数码","route":"digital","tid":95,"ps":15,"rps":10,"viewHotTag":true,"desc":"科技数码产品大全,一起来做发烧友","url":"#"},{"name":"软件应用","route":"application","tid":230,"ps":15,"rps":10,"viewHotTag":true,"desc":"超全软件应用指南","url":"#"},{"name":"计算机技术","route":"computer_tech","tid":231,"ps":15,"rps":10,"viewHotTag":true,"desc":"研究分析、教学演示、经验分享......有关计算机技术的都在这里","url":"#"},{"name":"工业·工程·机械","route":"industry","tid":232,"ps":15,"rps":10,"viewHotTag":true,"desc":"前方高能,机甲重工即将出没","url":"#"},{"name":"极客DIY","route":"diy","tid":233,"ps":15,"rps":10,"viewHotTag":true,"desc":"炫酷技能,极客文化,硬核技巧,准备好你的惊讶","url":"#"}]},{"name":"运动","route":"sports","tid":234,"locid":4639,"isHide":true,"subMenuSize":164,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","leftId":4646,"rightId":4652,"rightType":"slide"},"sub":[{"name":"篮球·足球","route":"basketballfootball","tid":235,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":4656},"desc":"与篮球、足球相关的视频,包括但不限于篮足球赛事、教学、评述、剪辑、剧情等相关内容","url":"#"},{"name":"健身","route":"aerobics","tid":164,"ps":15,"rps":10,"desc":"与健身相关的视频,包括但不限于瑜伽、CrossFit、健美、力量举、普拉提、街健等相关内容","url":"//www.bilibili.com/video/fashion-body-1.html"},{"name":"竞技体育","route":"athletic","tid":236,"ps":15,"rps":10,"desc":"与竞技体育相关的视频,包括但不限于乒乓、羽毛球、排球、赛车等竞技项目的赛事、评述、剪辑、剧情等相关内容","url":"#"},{"name":"运动文化","route":"culture","tid":237,"ps":15,"rps":10,"desc":"与运动文化相关的视频,包络但不限于球鞋、球衣、球星卡等运动衍生品的分享、解读,体育产业的分析、科普等相关内容","url":"#"},{"name":"运动综合","route":"comprehensive","tid":238,"ps":15,"rps":10,"desc":"与运动综合相关的视频,包括但不限于钓鱼、骑行、滑板等日常运动分享、教学、Vlog等相关内容","url":"#"}]},{"name":"汽车","route":"car","tid":223,"locid":4428,"isHide":true,"subMenuSize":164,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","leftId":4435,"rightId":4441,"rightType":"slide"},"sub":[{"name":"汽车生活","route":"life","tid":176,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":4445},"desc":"分享汽车及出行相关的生活体验类视频","url":"#"},{"name":"汽车文化","route":"culture","tid":224,"ps":15,"rps":10,"desc":"车迷的精神圣地,包括汽车赛事、品牌历史、汽车改装、经典车型和汽车模型等","url":"#"},{"name":"汽车极客","route":"geek","tid":225,"ps":15,"rps":10,"desc":"汽车硬核达人聚集地,包括DIY造车、专业评测和技术知识分享","url":"#"},{"name":"摩托车","route":"motorcycle","tid":240,"ps":15,"rps":10,"desc":"骑士们集合啦","url":"#"},{"name":"智能出行","route":"smart","tid":226,"ps":15,"rps":10,"desc":"探索新能源汽车和未来智能出行的前沿阵地","url":"#"},{"name":"购车攻略","route":"strategy","tid":227,"ps":15,"rps":10,"desc":"丰富详实的购车建议和新车体验","url":"#"}]},{"name":"生活","route":"life","tid":160,"locid":88,"count":"","subMenuSize":164,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2062,"leftId":1674,"rightId":1670},"sub":[{"name":"搞笑","route":"funny","tid":138,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":273},"desc":"各种沙雕有趣的搞笑剪辑,挑战,表演,配音等视频","url":"//www.bilibili.com/video/ent_funny_1.html","locid":4204,"recommendId":4210,"slider":{"width":620,"height":220},"customComponent":{"name":"Energy","leftId":4212,"rightId":4218,"rightType":"slide"}},{"name":"家居房产","route":"home","tid":239,"ps":15,"rps":10,"desc":"与买房、装修、居家生活相关的分享","url":"#"},{"name":"手工","route":"handmake","tid":161,"ps":15,"rps":10,"desc":"手工制品的制作过程或成品展示、教程、测评类视频","url":"//www.bilibili.com/video/ent-handmake-1.html"},{"name":"绘画","route":"painting","tid":162,"ps":15,"rps":10,"desc":"绘画过程或绘画教程,以及绘画相关的所有视频","url":"//www.bilibili.com/video/ent-painting-1.html"},{"name":"日常","route":"daily","tid":21,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":275},"desc":"记录日常生活,分享生活故事","url":"//www.bilibili.com/video/ent-life-1.html"}]},{"name":"美食","route":"food","tid":211,"locid":4243,"count":"","isHide":true,"subMenuSize":164,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","leftId":4258,"rightId":4264},"sub":[{"name":"美食制作","route":"make","tid":76,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":4268},"desc":"学做人间美味,展示精湛厨艺","url":"#"},{"name":"美食侦探","route":"detective","tid":212,"ps":15,"rps":10,"desc":"寻找美味餐厅,发现街头美食","url":"#"},{"name":"美食测评","route":"measurement","tid":213,"ps":15,"rps":10,"desc":"吃货世界,品尝世间美味","url":"#"},{"name":"田园美食","route":"rural","tid":214,"ps":15,"rps":10,"desc":"品味乡野美食,寻找山与海的味道","url":"#"},{"name":"美食记录","route":"record","tid":215,"ps":15,"rps":10,"desc":"记录一日三餐,给生活添一点幸福感","url":"#"}]},{"name":"动物圈","route":"animal","tid":217,"locid":4365,"count":"","isHide":true,"subMenuSize":164,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","leftId":4376,"rightId":4381,"rightType":"slide"},"sub":[{"name":"喵星人","route":"cat","tid":218,"ps":15,"rps":10,"desc":"喵喵喵喵喵","url":"#","ad":{"active":true,"dataLocId":4385}},{"name":"汪星人","route":"dog","tid":219,"ps":15,"rps":10,"desc":"汪汪汪汪汪","url":"#"},{"name":"大熊猫","route":"panda","tid":220,"ps":15,"rps":10,"desc":"芝麻汤圆营业中","url":"#"},{"name":"野生动物","route":"wild_animal","tid":221,"ps":15,"rps":10,"desc":"内有“猛兽”出没","url":"#"},{"name":"爬宠","route":"reptiles","tid":222,"ps":15,"rps":10,"desc":"鳞甲有灵","url":"#"},{"name":"动物综合","route":"animal_composite","tid":75,"ps":15,"rps":10,"desc":"收录除上述子分区外,其余动物相关视频以及非动物主体或多个动物主体的动物相关延伸内容","url":"#"}]},{"name":"鬼畜","route":"kichiku","tid":119,"locid":100,"count":"","subMenuSize":182,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2509,"leftId":2482,"rightId":2483},"sub":[{"name":"鬼畜调教","route":"guide","tid":22,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":285},"desc":"使用素材在音频、画面上做一定处理,达到与BGM一定的同步感","url":"//www.bilibili.com/video/ent-Kichiku-1.html"},{"name":"音MAD","route":"mad","tid":26,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":287},"desc":"使用素材音频进行一定的二次创作来达到还原原曲的非商业性质稿件","url":"//www.bilibili.com/video/douga-kichiku-1.html"},{"name":"人力VOCALOID","route":"manual_vocaloid","tid":126,"ps":15,"rps":10,"desc":"将人物或者角色的无伴奏素材进行人工调音,使其就像VOCALOID一样歌唱的技术","url":"//www.bilibili.com/video/kichiku-manual_vocaloid-1.html"},{"name":"鬼畜剧场","route":"theatre","tid":216,"ps":15,"rps":10,"desc":"使用素材进行人工剪辑编排的有剧情的作品"},{"name":"教程演示","route":"course","tid":127,"ps":10,"rps":6,"rightComponent":{"name":"CmImgList","id":148},"ad":{"active":true,"dataLocId":289},"hideDropdown":false,"desc":"鬼畜相关的教程演示","url":"//www.bilibili.com/video/kichiku-course-1.html"}]},{"name":"时尚","route":"fashion","tid":155,"locid":94,"count":"","subMenuSize":124,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2515,"leftId":2492,"rightId":2493},"sub":[{"name":"美妆护肤","route":"makeup","tid":157,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":279},"desc":"彩妆护肤、美甲美发、仿妆、医美相关内容分享或产品测评","url":"//www.bilibili.com/video/fashion-makeup-fitness-1.html"},{"name":"穿搭","route":"clothing","tid":158,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":281},"desc":"穿搭风格、穿搭技巧的展示分享,涵盖衣服、鞋靴、箱包配件、配饰(帽子、钟表、珠宝首饰)等","url":"//www.bilibili.com/video/fashion-clothing-1.html"},{"name":"时尚潮流","route":"trend","tid":159,"ps":15,"rps":10,"desc":"时尚街拍、时装周、时尚大片,时尚品牌、潮流等行业相关记录及知识科普","url":"#"}]},{"name":"资讯","route":"information","tid":202,"locid":4076,"count":"","subMenuSize":60,"slider":{"width":620,"height":220},"viewTag":false,"sub":[{"name":"热点","route":"hotspot","tid":203,"ps":18,"rps":10,"desc":"全民关注的时政热门资讯"},{"name":"环球","route":"global","tid":204,"ps":18,"rps":10,"desc":"全球范围内发生的具有重大影响力的事件动态"},{"name":"社会","route":"social","tid":205,"ps":18,"rps":10,"desc":"日常生活的社会事件、社会问题、社会风貌的报道"},{"name":"综合","route":"multiple","tid":206,"ps":18,"rps":10,"desc":"除上述领域外其它垂直领域的综合资讯"}]},{"name":"娱乐","route":"ent","tid":5,"locid":82,"count":"","subMenuSize":62,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2067,"leftId":2065,"rightId":2066},"sub":[{"name":"综艺","route":"variety","tid":71,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":267},"desc":"所有综艺相关,全部一手掌握!","url":"//www.bilibili.com/video/ent-variety-1.html"},{"name":"娱乐杂谈","route":"talker","tid":241,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":269},"desc":"娱乐人物解读、娱乐热点点评、娱乐行业分析"},{"name":"粉丝创作","route":"fans","tid":242,"ps":15,"rps":10,"desc":"粉丝向创作视频"},{"name":"明星综合","route":"celebrity","tid":137,"ps":15,"rps":10,"desc":"娱乐圈动态、明星资讯相关"}]},{"name":"影视","route":"cinephile","tid":181,"locid":2211,"count":"","subMenuSize":84,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":2309,"leftId":2307,"rightId":2308},"sub":[{"name":"影视杂谈","route":"cinecism","tid":182,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":2212},"desc":"影视评论、解说、吐槽、科普等","url":"//www.bilibili.com/video/cinephile-cinecism.html"},{"name":"影视剪辑","route":"montage","tid":183,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":2213},"desc":"对影视素材进行剪辑再创作的视频","url":"//www.bilibili.com/video/cinephile-montage.html"},{"name":"短片","route":"shortfilm","tid":85,"ps":15,"rps":10,"desc":"追求自我表达且具有特色的短片","url":"//www.bilibili.com/video/cinephile-shortfilm.html"},{"name":"预告·资讯","route":"trailer_info","tid":184,"ps":15,"rps":10,"ad":{"active":true,"dataLocId":2214},"desc":"影视类相关资讯,预告,花絮等视频","url":"//www.bilibili.com/video/cinephile-trailer-info.html"}]},{"name":"纪录片","route":"documentary","tid":177,"url":"//www.bilibili.com/documentary/","count":"","takeOvered":true,"hasParent":true,"combination":true,"sub":[{"name":"人文·历史","tid":37,"route":"history","dise":"","url":"//www.bilibili.com/video/doco-history.html"},{"name":"科学·探索·自然","tid":178,"route":"science","dise":"","url":"//www.bilibili.com/video/doco-science.html"},{"name":"军事","tid":179,"route":"military","dise":"","url":"//www.bilibili.com/video/doco-military.html"},{"name":"社会·美食·旅行","tid":180,"route":"travel","dise":"","url":"//www.bilibili.com/video/doco-travel.html"},{"name":"纪录片索引","url":"//www.bilibili.com/documentary/index/"}]},{"name":"电影","route":"movie","tid":23,"url":"//www.bilibili.com/movie/","count":"","takeOvered":true,"hasParent":true,"combination":true,"sub":[{"name":"华语电影","tid":147,"route":"chinese","desc":"","url":"//www.bilibili.com/video/movie_chinese_1.html"},{"name":"欧美电影","tid":145,"route":"west","desc":"","url":"//www.bilibili.com/video/movie_west_1.html"},{"name":"日本电影","tid":146,"route":"japan","desc":"","url":"//www.bilibili.com/video/movie_japan_1.html"},{"name":"其他国家","tid":83,"route":"movie","desc":"","url":"//www.bilibili.com/video/movie-movie-1.html"},{"name":"电影索引","url":"//www.bilibili.com/movie/index/"}]},{"name":"电视剧","route":"tv","tid":11,"url":"//www.bilibili.com/tv/","count":"","takeOvered":true,"hasParent":true,"combination":true,"sub":[{"name":"国产剧","tid":185,"route":"mainland","desc":"","url":"//www.bilibili.com/video/tv-mainland.html"},{"name":"海外剧","tid":187,"route":"overseas","desc":"","url":"//www.bilibili.com/video/tv-overseas.html"},{"name":"电视剧索引","url":"//www.bilibili.com/tv/index/"}]},{"name":"虚拟UP主","route":"virtual","locid":4735,"count":"","isHide":true,"subMenuSize":60,"slider":{"width":620,"height":220},"viewTag":false,"customComponent":{"name":"Energy","titleId":4754,"leftId":4756},"sub":[{"name":"游戏","route":"game","tid":4,"ps":18,"rps":10,"url":"//www.bilibili.com/v/virtual/game"},{"name":"音乐","route":"music","tid":3,"ps":18,"rps":10,"url":"//www.bilibili.com/v/virtual/music"},{"name":"动画","route":"douga","tid":1,"ps":18,"rps":10,"url":"//www.bilibili.com/v/virtual/douga"},{"name":"其他","route":"other","tid":0,"ps":18,"rps":10,"url":"//www.bilibili.com/v/virtual/other"}]}],[{"url":"//live.bilibili.com/all","name":"全部直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=2&areaId=0","name":"网游直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=3&areaId=0","name":"手游直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=6&areaId=0","name":"单机直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=1&areaId=0","name":"娱乐直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=5&areaId=0","name":"电台直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=9&areaId=0","name":"虚拟直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=10&areaId=0","name":"生活直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=11&areaId=0","name":"学习直播"}],[{"name":"会员购","url":"//show.bilibili.com/platform/home.html","icon":"icon-vip-buy"},{"name":"游戏中心","url":"//game.bilibili.com","icon":"icon-game"},{"name":"画友","url":"http://h.bilibili.com","icon":"icon-hy"},{"name":"芒果TV","url":"//www.bilibili.com/mango","icon":"icon-mango"}],[{"name":"专栏","report":"article","url":"//www.bilibili.com/read/home","icon":"read"},{"name":"直播","report":"live","url":"//live.bilibili.com","icon":"live","sub":[{"url":"//live.bilibili.com/all","name":"全部直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=2&areaId=0","name":"网游直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=3&areaId=0","name":"手游直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=6&areaId=0","name":"单机直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=1&areaId=0","name":"娱乐直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=5&areaId=0","name":"电台直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=9&areaId=0","name":"虚拟直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=10&areaId=0","name":"生活直播"},{"url":"//live.bilibili.com/p/eden/area-tags?parentAreaId=11&areaId=0","name":"学习直播"}]},{"name":"活动","report":"activity","url":"//www.bilibili.com/blackboard/activity-list.html","icon":"activit"},{"name":"课堂","report":"cheese","url":"//www.bilibili.com/cheese/","icon":"zhishi"},{"name":"小黑屋","report":"blackroom","url":"//www.bilibili.com/blackroom/","icon":"blackroom"},{"name":"新歌热榜","report":"musicplus","url":"//www.bilibili.com/v/musicplus/","icon":"musicplus"}]]'),_n=e=>e.startsWith("//")?`https:${e}`:e.replace("http:","https:"),$n=Jn[0].filter((e=>"string"!=typeof e.tid)),eo=Jn[3],to={};$n.forEach((e=>{const t=_n(e.url||`https://www.bilibili.com/v/${e.route}/`);to[e.name]={icon:e.route,route:e.route,code:e.tid,link:t,subCategories:e.sub?Object.fromEntries(e.sub.map((t=>{const n=_n(t.route?`https://www.bilibili.com/v/${e.route}/${t.route}/`:t.url);return[t.name,n]}))):null}})),eo.forEach((e=>{to[e.name]={icon:e.icon,code:null,route:e.route,link:_n(e.url),subCategories:e.sub?Object.fromEntries(e.sub.map((e=>[e.name,_n(e.url)]))):null}}));const no=to,oo=Object.fromEntries($n.map((e=>[e.route,e.tid]))),io=Object.fromEntries(Object.values(to).map((e=>[e.icon,e.link]))),ro=async()=>{if(document.getElementById("be-category-icons"))return;const{default:e}=await Promise.resolve().then(n.t.bind(n,3066,17));document.body.insertAdjacentHTML("beforeend",e)};var ao=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"translate-container"},[e.working||e.translated?e._e():t("div",{staticClass:"translate",on:{click:function(t){return e.translate()}}},[t("VIcon",{attrs:{size:14,icon:"mdi-earth"}}),e._v("翻译\n ")],1),e._v(" "),e.translated?t("div",{staticClass:"translated"},[t("a",{attrs:{href:e.activeTranslator&&e.activeTranslator.link,target:"_blank"}},[e._v(" 翻译自 ")]),e._v(" "),t("VDropdown",{attrs:{items:Object.values(e.translateProviders),value:e.activeTranslator,"key-mapper":e=>e.name},on:{change:function(t){return e.changeTranslator(t)}},scopedSlots:e._u([{key:"item",fn:function({item:t}){return[e._v("\n "+e._s(t.name)+"\n ")]}}],null,!1,1956376614)})],1):e._e(),e._v(" "),e.working?t("VIcon",{staticClass:"translating mdi-spin",attrs:{size:18,icon:"mdi-loading"}}):e._e(),e._v(" "),!e.working&&e.translated?t("div",{staticClass:"translate-result",domProps:{textContent:e._s(e.result)}}):e._e()],1)};ao._withStripped=!0;var co=n(9761);const so=Vue.extend({components:{VDropdown:pe.VDropdown,VIcon:pe.VIcon},props:{text:{type:String,required:!0}},data:()=>({result:"",working:!1,translateProviders:co.WK,activeTranslator:{}}),computed:{translated(){return""!==this.result}},mounted(){document.body.classList.add("machine-translator-enabled")},methods:{changeTranslator(e){(0,K.getComponentSettings)("i18n").options.translator=e.name,this.translate()},async translate(){try{this.working=!0;const e=this.text.replace(/#(.+?)#/g,"");this.activeTranslator=(0,co.Ty)();const t=this.activeTranslator;this.result=await t.translate(e)}catch(e){(0,le.logError)(e)}finally{this.working=!1}}}});var lo=n(2434),mo=n.n(lo),fo={insert:"head",singleton:!1};lt()(mo(),fo);mo().locals;const uo=(0,ut.Z)(so,ao,[],!1,null,null,null).exports,po=e=>{void 0===e.radio&&(e.radio=!1);const{name:t,switches:o}=e,i={};return Object.entries(o).forEach((e=>{let[t,{displayName:n,defaultValue:o}]=e;i[`switch-${t}`]={defaultValue:o,displayName:n,hidden:!0}})),o=>{const r=`${o.displayName}选项`,a={componentName:o.name,optionDisplayName:r};Object.assign(e,a),i[t]={defaultValue:e,displayName:r},o.options={...o.options,...i},o.widget||(o.widget={component:()=>Promise.resolve().then(n.bind(n,6990)).then((e=>e.default)),options:e});const c=o.entry;return o.entry=async function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];c?.(...t);const{name:i}=o,r=(0,K.getComponentSettings)(i).options;Object.keys(r).forEach((e=>{e.startsWith("switch-")&&(0,K.addComponentListener)(`${i}.${e}`,(t=>{document.body.classList.toggle(`${i}-${e}`,t)}),!0)}))},o}},bo=e=>e,ho=e=>e,go=e=>{const t=(e=>{const t={},n=Object.entries(e);for(const[e,{displayName:o,defaultValue:i}]of n)t[`switch-${e}`]={defaultValue:i,displayName:o,hidden:!0};return(e,n)=>(t[n.name]={defaultValue:n,displayName:n.optionDisplayName},{...e,...t})})(e.switches);return o=>{const i=((e,t,n)=>({...e,radio:void 0!==e.radio&&e.radio,dimAt:e.dimAt,componentName:t,optionDisplayName:n}))(e,o.name,`${o.displayName}选项`);return o.widget||(o.widget=(e=>({component:()=>Promise.resolve().then(n.bind(n,6990)).then((e=>e.default)),options:e}))(i)),o.options=t(o.options,i),o.entry=(e=>{const t=e.entry;return function(){const n=t(...arguments),o=(0,K.getComponentSettings)(e.name).options;return Object.keys(o).forEach((t=>{t.startsWith("switch-")&&(0,K.addComponentListener)(`${e.name}.${t}`,(n=>{document.body.classList.toggle(`${e.name}-${t}`,n)}),!0)})),n}})(o),o}},vo=go;const Fo={builtInComponents:be,component:he,userComponent:ge,styledComponent:c,define:we,description:ye,switchOptions:A,launchBar:{LaunchBar:n(319).Z},feeds:{api:l,BangumiCard:pt,UpInfo:wt,VideoCard:Et,ColumnCard:Mt,disableProfilePopup:d,notify:m},video:{assUtils:f,playerLight:p,playerAgent:on,videoActions:b,videoDanmaku:h,videoInfo:g,videoQuality:v,videoContextMenu:F,videoControlBar:w,watchlater:s,xmlUtils:u},live:{liveControlBar:y,liveSocket:x},utils:{commentApis:k,categories:{updater:Kn,data:C}},i18N:{machineTranslator:{MachineTranslator:uo}}};var wo=n(1154),yo=n(8433),xo=n(8977);const ko={style:wo,plugin:yo,data:Ae,hook:xo},Co={ajax:E,cdnTypes:B,download:D,dialog:z,externalInput:I,filePicker:S,installFeature:M,horizontalScroll:o,lifeCycle:O,loadingMode:V,localStorage:T,meta:L,observer:j,reorder:i,runtimeLibrary:G,spinQuery:Q,style:Y,textColor:X,userInfo:r,version:$,settings:K,toast:fe,themeColor:ue,utils:{...ee,constants:te,formatters:ne,title:oe,i18n:ie,lazyPanel:a,log:le,sort:de,urls:me},ui:pe,componentApis:Fo,pluginApis:ko},Ao={ajax:E,...B,...D,...z,...I,...S,...M,...o,lifeCycle:O,...V,...T,...L,observer:j,...i,runtimeLibrary:G,spinQuery:Q,...Y,...X,...r,...$,settingsApis:K,get settings(){return K.settings},...fe,utils:{...ee,...te,...ne,...oe,...ie,...a,...le,...de,...me},ui:pe,componentApis:{...Fo.component,...Fo.userComponent,...Fo.styledComponent,...Fo.launchBar,...lodash.omit(Fo,"component","userComponent","styledComponent","launchBar")},pluginApis:{...ko.style,...ko.plugin,...ko.data,...ko.hook},monkeyApis:{GM_setValue,GM_getValue,GM_deleteValue,GM_xmlhttpRequest,GM_info},lodash,Vue,sandboxWindow:window,theWorld:e=>{setTimeout((()=>{}),e)}}},7888:(e,t,n)=>{"use strict";n.r(t),n.d(t,{showDialog:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-dialog",class:{open:e.open},style:{zIndex:e.zIndex}},[t("div",{staticClass:"be-dialog-header"},[e.icon?t("div",{staticClass:"be-dialog-header-icon"},[t("VIcon",{attrs:{icon:e.icon,size:18}})],1):e._e(),e._v(" "),t("div",{staticClass:"be-dialog-header-title"},["string"==typeof e.title?[e._v(e._s(e.title))]:t(e.title,{tag:"component"})],2),e._v(" "),t("div",{staticClass:"be-dialog-header-close"},[t("VButton",{attrs:{type:"transparent"},on:{click:function(t){return e.close()}}},[t("VIcon",{attrs:{icon:"close",size:18}})],1)],1)]),e._v(" "),t("div",{staticClass:"be-dialog-content"},["string"==typeof e.content?[e._v(e._s(e.content))]:e.content?t(e.content,e._b({tag:"component",on:{"dialog-close":function(t){return e.close()}}},"component",e.contentProps,!1)):e._e()],2)])};o._withStripped=!0;var i=n(4688);const r=Vue.extend({components:{VIcon:i.VIcon,VButton:i.VButton},props:{icon:{type:String,default:""},title:{default:null},zIndex:{type:Number,default:100002},content:{default:null},contentProps:{default:()=>({})}},data:()=>({open:!1,closeListeners:[]}),methods:{close(){return new Promise((e=>{const t=this.$el,n=this.closeListeners;n.push((()=>{this.$emit("close"),e()}));const o=e=>{e.target===this.$el&&(t.removeEventListener("transitionend",o),n.forEach((e=>e())))};t.addEventListener("transitionend",o),this.open=!1}))}}});var a=n(8332),c=n.n(a),s=n(7095),l=n.n(s),d={insert:"head",singleton:!1};c()(l(),d);l().locals;const m=(0,n(6499).Z)(r,o,[],!1,null,null,null).exports,f=e=>{const{icon:t,title:n,zIndex:o,content:i,contentProps:r}=e,a=new m({propsData:{icon:t,title:n,zIndex:o,content:i,contentProps:r},data:{open:!1,closeListeners:[()=>{a.$destroy(),a.$el.remove()}]}}).$mount();return document.body.appendChild(a.$el),setTimeout((()=>{a.open=!0})),a}},2131:(e,t,n)=>{"use strict";n.d(t,{h:()=>o});let o=function(e){return e.Packed="打包下载",e.Individual="单独下载",e}({})},169:(e,t,n)=>{"use strict";n.r(t),n.d(t,{DownloadPackage:()=>l});var o=n(2131),i=n(351),r=n(5600),a=n(738),c=n(962);function s(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}class l{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.entries=e,s(this,"noEscape",!1)}add(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};null!=t&&this.entries.push({name:this.noEscape?e:(0,a.formatFilename)(e),data:t,options:n})}async blob(){if(0===this.entries.length)return null;if(1===this.entries.length){const{data:e}=this.entries[0];return"string"==typeof e?new Blob([e]):e}const e=new(await i.JSZipLibrary);return this.entries.forEach((t=>{let{name:n,data:o,options:i}=t;e.file(n,o,i)})),e.generateAsync({type:"blob"})}async emit(e){if(0===this.entries.length)return;e&&1!==this.entries.length||(e=this.entries[0].name);if((0,r.getGeneralSettings)().downloadPackageEmitMode===o.h.Individual&&this.entries.length>1)return void await Promise.all(this.entries.map((e=>l.single(e.name,e.data,e.options))));const t=await this.blob();t&&l.download(e,t)}static download(e,t){const n=(0,c.useScopedConsole)("文件下载"),o=document.createElement("a"),i=URL.createObjectURL(t);l.lastPackageUrl&&URL.revokeObjectURL(l.lastPackageUrl),l.lastPackageUrl=i;const r=(0,a.formatFilename)(e);o.setAttribute("href",i),o.setAttribute("download",r),n.log(r),document.body.appendChild(o),o.addEventListener("click",(e=>{e.stopPropagation()}),{capture:!0}),o.click(),o.remove()}static async single(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const o=new l;return o.add(e,t,n),o.emit()}}s(l,"lastPackageUrl","")},8036:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{LoadFeatureCodeError:()=>_load_feature_code__WEBPACK_IMPORTED_MODULE_1__.LoadFeatureCodeError,loadFeatureCode:()=>_load_feature_code__WEBPACK_IMPORTED_MODULE_1__.loadFeatureCode,parseExternalInput:()=>parseExternalInput});var _core_file_picker__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(6057),_load_feature_code__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(1296);const parseExternalInput=async input=>{if(void 0===input){const files=await(0,_core_file_picker__WEBPACK_IMPORTED_MODULE_0__.pickFile)({accept:"application/json"});if(!(files.length>0))return console.error("[parseExternalInput] No file selected"),null;{const[file]=files,text=await file.text();try{return eval(`(${text})`)}catch(e){return console.error(e),null}}}else{if("string"!=typeof input)return input;try{const exports={},result=eval(input);if(Object.values(exports).length>0){const e=Object.values(exports)[0];return e}return result}catch(e){return console.error(e),null}}}},1296:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LoadFeatureCodeError:()=>o,loadFeatureCode:()=>r});class o extends Error{}let i;const r=e=>{i||(i=(()=>{const e=new Map([[Symbol.unscopables,void 0],["unsafeWindow",unsafeWindow]]),t=new Proxy(Object.create(null),{has:()=>!0,get:(t,n)=>e.has(n)?e.get(n):window[n],set:(t,n,o)=>!e.has(n)&&(window[n]=o)}),n="BILIBILI_EVOLVED_LOAD_FEATURE_CODE_CODE_KEY_3B63D912__",i=Function("window",`with (window) {\n return eval(${n}) \n }`).bind(void 0,t);return{run(t){let r;e.set("exports",{}),e.set(n,t);try{r=i()}catch(e){throw new o(void 0,{cause:e})}const a=Object.values(e.get("exports"));return[a.length>0?a[0]:void 0,r]}}})());const[t,n]=i.run(e);return t||n}},6057:(e,t,n)=>{"use strict";let o,i;n.r(t),n.d(t,{pickFile:()=>a});const r={accept:"*",multiple:!1},a=async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:r;const{accept:t,multiple:n}={...r,...e};o||(o=document.createElement("input"),o.type="file",o.style.display="none",document.body.appendChild(o),o.addEventListener("change",(()=>{i?.([...o.files]),i=null}))),o.accept=t,o.multiple=n,o.value="",i&&i([]);const a=await new Promise((e=>{i=e,o.click()}));return a}},459:(e,t,n)=>{"use strict";n.r(t),n.d(t,{installFeature:()=>l,installFeatureFromCode:()=>s,tryParseZip:()=>c});var o=n(7632),i=n(8977),r=n(8433),a=n(1154);const c=async e=>{const{JSZipLibrary:t}=await Promise.resolve().then(n.bind(n,351)),{monkey:o}=await Promise.resolve().then(n.bind(n,6629)),i=e.endsWith(".zip"),r=i?"blob":"text",a=await o({url:e,method:"GET",responseType:r});if(!i||"string"==typeof a)return a;const c=await t,s=await c.loadAsync(a),l=Object.values(s.files);if(0===l.length)throw new Error("Empty zip file");return l[0].async("text")},s=async(e,t)=>{const{loadFeatureCode:c}=await Promise.resolve().then(n.bind(n,8036)),s=c(e),{type:l,installer:d}=(()=>{if((e=>Boolean(e?.entry))(s))return{type:"component",installer:()=>(0,o.installComponent)(e)};if((e=>Boolean(e?.setup))(s))return{type:"plugin",installer:()=>(0,r.installPlugin)(e)};if((e=>Boolean(e?.style))(s))return{type:"style",installer:()=>(0,a.installStyle)(e)};throw new Error("无效的功能代码")})(),{before:m,after:f}=(0,i.getHook)(`user${lodash.startCase(l)}s.add`,e,t);await m();const u=await d();return await f(u.metadata),u},l=async e=>{const t=await c(e);return s(t,e)}},8549:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LifeCycleEventTypes:()=>c,contentLoaded:()=>r,fullyLoaded:()=>a,headLoaded:()=>i,raiseLifeCycleEvent:()=>s});var o=n(1854);const i=e=>new Promise((t=>{if(null!==document.head)t(e());else{const[n]=(0,o.childList)(document.documentElement,(()=>{null!==document.head&&(n.disconnect(),t(e()))}))}})),r=e=>new Promise((t=>{"loading"!==document.readyState?t(e()):document.addEventListener("DOMContentLoaded",(()=>t(e())))})),a=e=>new Promise((t=>{"complete"===document.readyState?t(e()):unsafeWindow.addEventListener("load",(()=>t(e())))}));let c=function(e){return e.Start="be:start",e.StyleLoaded="be:style-loaded",e.ComponentsLoaded="be:components-loaded",e.End="be:end",e}({});const s=e=>{unsafeWindow.dispatchEvent(new CustomEvent(e))}},3813:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LoadingMode:()=>o});let o=function(e){return e.Delay="延后",e.Race="同时",e}({})},6263:(e,t,n)=>{"use strict";n.r(t),n.d(t,{crossOriginLocalStorage:()=>l,watchLocalStorage:()=>f});var o=n(8689),i=n(997);const r=async e=>{const t=await(0,o.select)('iframe[src^="https://s1.hdslb.com/bfs/seed/jinkela/short/cols/iframe.html"][data-loaded="true"]');if(!t)throw new Error("COLS iframe not found");t.contentWindow.postMessage(e,"https://s1.hdslb.com")},a=[],c=[];window.addEventListener("message",(e=>{if("COLS_RES"===e.data.type){const t=e.data,{id:n}=t,o=()=>{const e=c.findIndex((e=>e.id===n));e<0||c[e].callback(t.value)};(()=>{const e=a.findIndex((e=>e.id===n));if(e<0)return;const[o]=a.splice(e,1);o.resolve(t.value)})(),o()}}));const s=e=>()=>new Promise((t=>{const n=(0,i.getRandomId)(32);a.push({id:n,resolve:t}),e(n)})),l={setItem:(e,t)=>s((n=>{r({id:n,type:"COLS_SET",key:e,value:t})}))(),getItem:e=>s((t=>{r({id:t,type:"COLS_GET",key:e})}))(),removeItem:e=>s((t=>{r({id:t,type:"COLS_RM",key:e})}))(),keys:e=>s((t=>{r({id:t,type:"COLS_KEYS",key:e})}))(),clear:e=>s((t=>{r({id:t,type:"COLS_CLR",key:e})}))(),addStorageListener:async(e,t)=>{const n=(0,i.getRandomId)(32);return c.push({id:n,callback:t}),r({type:"COLS_LIS",key:e,id:n}),n},removeStorageListener:async(e,t)=>{(0,i.deleteValue)(c,(e=>e.id===t)),r({type:"COLS_LIS_UN",key:e,id:t})}},d=[];let m=!1;const f=e=>{m||((0,i.createPostHook)(unsafeWindow.localStorage,"setItem",((e,t)=>{d.forEach((n=>n(e,t)))})),m=!0),d.push(e);const t=t=>{e(t.key,t.newValue)};return window.addEventListener("storage",t),()=>{const n=d.indexOf(e);n>-1&&d.splice(n,1),window.removeEventListener("storage",t)}}},9737:(e,t,n)=>{"use strict";n.r(t),n.d(t,{branches:()=>a,meta:()=>s});var o=n(113),i=n(398),r=n(6433).compilationInfo;o.copyright=o.copyright.replace(/\[year\]/g,(new Date).getFullYear().toString());const a={stable:"master",stableCdn:"master-cdn",preview:"preview"},c=r,s={compilationInfo:c,name:GM_info.script.name,description:GM_info.script.description,get originalFilename(){const{branch:e}=c;return e===a.preview?`bilibili-evolved.${a.preview}.user.js`:"bilibili-evolved.user.js"},get updateURL(){return`${i.cdnRoots.AltCdn(c.branch)}dist/${this.originalFilename}`},get downloadURL(){return this.updateURL},...o}},1854:(e,t,n)=>{"use strict";n.r(t),n.d(t,{allMutations:()=>h,allMutationsOn:()=>p,attributes:()=>d,attributesSubtree:()=>m,characterData:()=>f,characterDataSubtree:()=>u,childList:()=>s,childListSubtree:()=>l,intersectionObserve:()=>g,mutationObserve:()=>c,resizeObserve:()=>w,resolveTargets:()=>a,sizeChange:()=>y,urlChange:()=>k,videoChange:()=>E,visible:()=>v,visibleInside:()=>F});var o=n(997),i=n(8689),r=n(285);const a=e=>"string"==typeof e?(0,o.dqa)(e):Array.isArray(e)?e:[e],c=(e,t,n)=>{const o=new MutationObserver(n);return e.forEach((e=>o.observe(e,t))),n([],o),[o,t]},s=(e,t)=>c(a(e),{childList:!0,subtree:!1,attributes:!1},t),l=(e,t)=>c(a(e),{childList:!0,subtree:!0,attributes:!1},t),d=(e,t)=>c(a(e),{childList:!1,subtree:!1,attributes:!0},t),m=(e,t)=>c(a(e),{childList:!1,subtree:!0,attributes:!0},t),f=(e,t)=>c(a(e),{childList:!1,subtree:!1,attributes:!1,characterData:!0},t),u=(e,t)=>c(a(e),{childList:!1,subtree:!0,attributes:!1,characterData:!0},t),p=(e,t)=>c(a(e),{childList:!0,subtree:!0,attributes:!0,characterData:!0},t),b={observer:null,config:null,callbacks:[]},h=e=>{if(b.observer)b.callbacks.push(e);else{b.callbacks.push(e);const[t,n]=p(document.body,(e=>b.callbacks.forEach((t=>t(e,b.observer)))));b.observer=t,b.config=n}return b},g=(e,t,n)=>{const o=new IntersectionObserver(n,t);return e.forEach((e=>o.observe(e))),[o,t]},v=(e,t)=>g(a(e),{},t),F=(e,t,n,o)=>g(a(e),{root:t,rootMargin:n},o),w=(e,t,n)=>{const o=new ResizeObserver(n);return e.forEach((e=>o.observe(e,t))),[o,t]},y=(e,t)=>w(a(e),{box:"border-box"},t),x=lodash.once((()=>{let e=document.URL;h((()=>{e!==document.URL&&((()=>{const e=new CustomEvent("urlChange",{detail:document.URL});window.dispatchEvent(e)})(),e=document.URL)}))})),k=(e,t)=>{x(),e(document.URL),window.addEventListener("urlChange",(()=>e(document.URL)),t)},C=lodash.once((()=>(0,i.select)((()=>(Promise.resolve().then(n.bind(n,8773)).then((e=>{let{playerPolyfill:t}=e;return t()})),unsafeWindow.cid?unsafeWindow.cid:null)))));let A=!1;const E=async(e,t)=>{if(!(0,r.matchCurrentPage)(r.playerUrls))return!1;const{playerPolyfill:o}=await Promise.resolve().then(n.bind(n,8773));o();const i=await C();if(null===i)return!1;const a=()=>({aid:unsafeWindow.aid,cid:unsafeWindow.cid});if(!A){let e=i;h((()=>{const{cid:t}=a();Array.isArray(t)||e===t||lodash.isNil(t)||((()=>{const e=a(),t=new CustomEvent("videoChange",{detail:e});window.dispatchEvent(t)})(),e=t)})),A=!0}return e(a()),window.addEventListener("videoChange",(t=>e(t.detail)),t),!0}},3302:(e,t,n)=>{"use strict";n.r(t),n.d(t,{componentLoadTime:()=>o,componentLoadTrace:()=>r,componentResolveTime:()=>i});const o=new Map,i=new Map,r=async e=>{const{getGeneralSettings:t}=await Promise.resolve().then(n.bind(n,5600));if(!t().devMode)return;const r=e.entry;e.entry=async e=>{const{metadata:t}=e,n=performance.now();let a=r(e);const c=performance.now();a instanceof Promise&&(a=await a);const s=performance.now();return o.set(t,c-n),i.set(t,s-n),a}}},9372:(e,t,n)=>{"use strict";n.r(t),n.d(t,{pluginLoadTime:()=>o,pluginLoadTrace:()=>r,pluginResolveTime:()=>i});const o=new Map,i=new Map,r=async e=>{const{getGeneralSettings:t}=await Promise.resolve().then(n.bind(n,5600));if(!t().devMode)return;const r=e.setup;e.setup=async t=>{const n=performance.now();let a=r(t);const c=performance.now();a instanceof Promise&&(a=await a);const s=performance.now();return o.set(e,c-n),i.set(e,s-n),a}}},4640:(e,t,n)=>{"use strict";n.r(t),n.d(t,{promiseLoadTime:()=>o,promiseLoadTrace:()=>r,promiseResolveTime:()=>i});const o=new Map,i=new Map,r=async(e,t)=>{const{getGeneralSettings:r}=await Promise.resolve().then(n.bind(n,5600));if(!r().devMode)return t();const a=performance.now(),c=t(),s=performance.now(),l=await c,d=performance.now();return o.set({name:e},s-a),i.set({name:e},d-a),l}},8535:(e,t,n)=>{"use strict";n.r(t),n.d(t,{logStats:()=>o});const o=(e,t)=>{const n=[...t.entries()],o=n.reduce(((e,t)=>e+t[1]),0);console.groupCollapsed(`${e} time:`,Math.round(100*o)/100+"ms",`for ${n.length} items`),n.forEach((e=>{let[t,n]=e;console.log(`%c${t.name} %c${Math.round(100*n)/100}ms ${Math.round(n/o*1e4)/100}% %c`,"color: #00A0D8","color: #888","color: unset")})),console.groupEnd()}},351:(__unused_webpack_module,__webpack_exports__,__webpack_require__)=>{"use strict";__webpack_require__.r(__webpack_exports__),__webpack_require__.d(__webpack_exports__,{JSZipLibrary:()=>JSZipLibrary,RuntimeLibrary:()=>RuntimeLibrary,SortableJSLibrary:()=>SortableJSLibrary,StreamSaverLibrary:()=>StreamSaverLibrary,protobufLibrary:()=>protobufLibrary});var _ajax__WEBPACK_IMPORTED_MODULE_0__=__webpack_require__(6629),_meta__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(9737);function _defineProperty(e,t,n){return(t=_toPropertyKey(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}function _toPropertyKey(e){var t=_toPrimitive(e,"string");return"symbol"==typeof t?t:String(t)}function _toPrimitive(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}class RuntimeLibrary{constructor(e){this.config=e,_defineProperty(this,"modulePromise",void 0)}async then(resolve,reject){try{const{url,getModule}=this.config;this.modulePromise||(this.modulePromise=(async()=>{console.log(`[Runtime Library] Start download from ${url}`);const code=await(0,_ajax__WEBPACK_IMPORTED_MODULE_0__.monkey)({url});return console.log(`[Runtime Library] Downloaded from ${url} , length = ${code.length}`),function runEval(){return eval(code);
// eslint-disable-next-line no-extra-bind
}.bind(window)(),getModule(window)})());const library=await this.modulePromise;return resolve(library)}catch(e){throw reject(e),e}}}const protobufLibrary=new RuntimeLibrary({url:_meta__WEBPACK_IMPORTED_MODULE_1__.meta.compilationInfo.altCdn.library.protobuf,getModule:e=>e.protobuf}),JSZipLibrary=new RuntimeLibrary({url:_meta__WEBPACK_IMPORTED_MODULE_1__.meta.compilationInfo.altCdn.library.jszip,getModule:e=>e.JSZip}),SortableJSLibrary=new RuntimeLibrary({url:_meta__WEBPACK_IMPORTED_MODULE_1__.meta.compilationInfo.altCdn.library.sortable,getModule:e=>e.Sortable}),StreamSaverLibrary=new RuntimeLibrary({url:_meta__WEBPACK_IMPORTED_MODULE_1__.meta.compilationInfo.altCdn.library.streamsaver,getModule:e=>e.streamSaver})},813:(e,t,n)=>{"use strict";n.r(t),n.d(t,{componentToSettings:()=>c,getComponentSettings:()=>m,getGeneralSettings:()=>f,isComponentEnabled:()=>u,isUserComponent:()=>s,isUserPlugin:()=>l,metadataToOptions:()=>a});var o=n(8430),i=n(5600),r=n(997);const a=e=>lodash.mapValues(e,(e=>e.defaultValue)),c=e=>{const{options:t}=e;return{enabled:e.enabledByDefault??!0,options:t?a(t):{}}},s=e=>{const t="string"==typeof e?e:e.name;return Boolean(i.settings.userComponents[t])},l=e=>{const t="string"==typeof e?e:e.name;return Boolean(i.settings.userPlugins[t])},d={enabled:!1,options:new Proxy({},{get:()=>!1})},m=e=>{let t;if("string"==typeof e){if(void 0===o.componentsMap[e])return i.settings.components.settingsPanel.options.devMode&&console.warn("No settings found for component:",e),d;t=o.componentsMap[e]}else t=e;if(s(t)){const{name:e}=t;return i.settings.userComponents[e]?.settings??d}return i.settings.components[t.name]},f=()=>m("settingsPanel").options,u=e=>("string"==typeof e&&(e=o.componentsMap[e]),!!e&&((!e.urlExclude||!e.urlExclude.some(r.matchUrlPattern))&&((!e.urlInclude||!e.urlInclude.every(lodash.negate(r.matchUrlPattern)))&&(!1===e.configurable?e.enabledByDefault??!0:m(e).enabled))))},5600:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addComponentListener:()=>b,addSettingsChangeListener:()=>f,componentToSettings:()=>o.componentToSettings,defaultSettings:()=>l,getComponentSettings:()=>o.getComponentSettings,getGeneralSettings:()=>o.getGeneralSettings,isComponentEnabled:()=>o.isComponentEnabled,isUserComponent:()=>o.isUserComponent,isUserPlugin:()=>o.isUserPlugin,metadataToOptions:()=>o.metadataToOptions,removeComponentListener:()=>h,removeSettingsChangeListener:()=>u,settings:()=>g});var o=n(813);const i=Symbol("isProxy");var r=n(8430),a=n(8433);const c={userStyles:{},userPlugins:{},userComponents:{},components:{},plugins:{}},s={internalSettings:c,settingsLoaded:!1},l=lodash.cloneDeep(c),d=new Map,m=(e,t)=>"object"==typeof e?lodash.defaultsDeep(e,t):e;a.plugins.forEach((e=>{s.internalSettings.plugins[e.name]=!0})),r.components.forEach((e=>{s.internalSettings.components[e.name]=(0,o.componentToSettings)(e)})),s.internalSettings=((e,t)=>{const n=function(e,o){let r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:[];for(const[t,i]of Object.entries(e)){"object"==typeof i&&!(i instanceof RegExp)&&(e[t]=n(i,o||t,[...r,t]))}const a=new Proxy(e,{get:(e,t)=>t===i||e[t],set(e,a,c){const s=e[a],l=!Object.prototype.hasOwnProperty.call(e,a)&&void 0!==s;unsafeWindow.proxyDebug&&console.log({isImplicitProp:l,prop:a,rootProp:o,propPath:r,value:c,oldValue:s});return!("object"!=typeof c||c instanceof RegExp||!0===c[i]||l)&&(c=n(c,o||a,[...r,a])),e[a]=c,l||t?.(c,s,o||a,[...r,a]),!0},deleteProperty(e,n){const i=e[n];return delete e[n],t?.(void 0,i,o||n,[...r,n]),!0}});return a};return n(e)})((e=>{for(const[t,n]of Object.entries(e)){const o=GM_getValue(t,n);e[t]=m(o,n)}return e})(s.internalSettings),(function(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:[];if(s.settingsLoaded){GM_setValue(n.toString(),s.internalSettings[n.toString()]);const i=o.join(".");if(o.length>1){const e=o.slice(0,o.length-1).join("."),t=lodash.get(s.internalSettings,e);if(Array.isArray(t)||lodash.isPlainObject(t)){d.get(e)?.forEach((e=>e(t,null,n,o)))}}d.get(i)?.forEach((i=>i(e,t,n,o)))}}));for(const[e,t]of Object.entries(s.internalSettings))GM_setValue(e,t);const f=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];const o=d.get(e);if(o?o.push(t):d.set(e,[t]),n){const n=lodash.get(s.internalSettings,e);t(n,n,"",[])}},u=(e,t)=>{const n=d.get(e);if(!n)return;const o=n.indexOf(t);-1!==o&&n.splice(o,1)},p=e=>{const[t,...n]=e.split("."),i=n.join(".");return(0,o.isUserComponent)(t)?i?`userComponents.${t}.settings.options.${i}`:`userComponents.${t}.settings.enabled`:i?`components.${t}.options.${i}`:`components.${t}.enabled`},b=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]&&arguments[2];f(p(e),t,n)},h=(e,t)=>{u(p(e),t)};s.settingsLoaded=!0;const g=s.internalSettings},8689:(e,t,n)=>{"use strict";n.r(t),n.d(t,{count:()=>b,hasVideo:()=>g,select:()=>l,selectAll:()=>u,selectAllLazy:()=>p,selectLazy:()=>d,sq:()=>a});var o=n(1854),i=n(997);const r={maxRetry:15,queryInterval:1e3},a=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:e=>Boolean(e),n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:r;const o={...r,...n};return new Promise((n=>{let r=null,a=0;const c=()=>{n(r)},s=()=>{a>o.maxRetry?n(null):(r=e(),!0===t(r,c)?n(r):setTimeout((()=>{"undefined"!=typeof document?(0,i.waitForForeground)((()=>{a++,s()})):s()}),o.queryInterval))};s()}))},c=new Map,s=(e,t)=>{let n;if("string"==typeof e){if(c.has(e))return c.get(e);n=()=>document.querySelector((0,i.bwpVideoFilter)(e))}else n=e;const o=t(n);if("string"==typeof e){const t=o.then((t=>(c.delete(e),t)));return c.set(e,t),t}return o},l=(e,t)=>s(e,(e=>a(e,(e=>null!=e),t))),d=e=>s(e,(e=>new Promise((t=>{(0,o.allMutations)((()=>{const n=e();null!=n&&t(n)}))})))),m=new Map,f=(e,t)=>{let n;if("string"==typeof e){if(m.has(e))return m.get(e);n=()=>Array.from(document.querySelectorAll((0,i.bwpVideoFilter)(e)))}else n=e;const o=e=>null===e?[]:e,r=t(n);if("string"==typeof e){const t=r.then((t=>(m.delete(e),o(t))));return m.set(e,t),t}return r.then((e=>o(e)))},u=(e,t)=>f(e,(e=>a(e,(e=>e.length>0),t))),p=e=>f(e,(e=>new Promise((t=>{(0,o.allMutations)((()=>{const n=e();null!=n&&t(n)}))})))),b=(e,t,n)=>a(e,(e=>e.length===t),n);let h;const g=async()=>{h||(h=new Promise((e=>(0,o.videoChange)((()=>e(unsafeWindow.cid))))));const e=await h;return Boolean(e)}},9860:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addImportantStyle:()=>a,addStyle:()=>r,getDefaultStyleID:()=>i,loadAllCustomStyles:()=>d,loadInstantStyle:()=>s,preloadStyles:()=>l,removeStyle:()=>c});var o=n(8549);const i=e=>e.replace(/([a-z][A-Z])/g,(e=>`${e[0]}-${e[1].toLowerCase()}`)),r=(e,t,n)=>{const o=t?i(t):null,r=dq(`#${o}`);if(!r||!t){const t=document.createElement("style");return t.id=o,t.textContent=e,(n||document.head).insertAdjacentElement("beforeend",t),t}return r},a=(e,t)=>r(e,t,document.body),c=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];t.forEach((e=>{const t=i(e);dqa(`#${t}`).forEach((e=>e.remove()))}))},s=async function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{head:document.head,body:document.body};e.instantStyles?.forEach((async e=>{const n=document.createElement("style");if(n.id=i(e.name),"string"==typeof e.style)n.textContent=e.style;else{const{default:t}=await e.style();n.textContent=t}e.important?t.body.appendChild(n):t.head.appendChild(n)}))},l=lodash.once((async()=>{const{LoadingMode:e}=await Promise.resolve().then(n.bind(n,3813)),{addHook:t}=await Promise.resolve().then(n.bind(n,8977)),{getGeneralSettings:r,settings:a,isComponentEnabled:l,isUserComponent:d,addComponentListener:m,removeComponentListener:f}=await Promise.resolve().then(n.bind(n,5600)),u=async()=>{const{components:e}=await Promise.resolve().then(n.bind(n,8430)),r=document.createDocumentFragment(),u=document.createDocumentFragment();await Promise.all(e.map((e=>{const n=t=>t?s(e):e.instantStyles?.forEach((e=>c(e.name)));if(m(e.name,n),d(e)&&t("userComponents.remove",{after:t=>{t.name===e.name&&f(e.name,n)}}),l(e))return s(e,{head:r,body:u})})));const{UserStyleMode:p}=await Promise.resolve().then(n.bind(n,1154));Object.values(a.userStyles).filter((e=>e.mode===p.Instant)).forEach((e=>{const t=document.createElement("style");t.id=i(e.name),t.textContent=e.style,r.appendChild(t)})),document.head.appendChild(r),(0,o.contentLoaded)((()=>document.body.appendChild(u)))};r().styleLoadingMode===e.Delay?await(0,o.contentLoaded)(u):await u(),(0,o.contentLoaded)((async()=>{const{initColors:e}=await Promise.resolve().then(n.bind(n,4518)),{initMdiStyle:t}=await Promise.resolve().then(n.bind(n,2266));document.head.appendChild(e());const o=t();document.head.appendChild(o)}))})),d=async()=>{const{settings:e}=await Promise.resolve().then(n.bind(n,5600)),{UserStyleMode:t}=await Promise.resolve().then(n.bind(n,1154));(0,o.contentLoaded)((()=>{Object.values(e.userStyles).filter((e=>e.mode===t.Important)).forEach((e=>{r(e.style,e.name,document.body)}))})),Object.values(e.userStyles).filter((e=>e.mode===t.Default)).forEach((e=>{r(e.style,e.name,document.head)}))}},4847:(e,t,n)=>{"use strict";n.r(t),n.d(t,{TextColor:()=>o});let o=function(e){return e.Auto="自动",e.White="白色",e.Black="黑色",e}({})},4518:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initColors:()=>s});var o=n(4654),i=n.n(o),r=n(5600);const a=(e,t)=>{const n=t.hue()-e.hue(),o=100*((t.saturationv()-e.saturationv())/100+1),i=e=>Math.round(10*e)/10;return`hue-rotate(${i(n)}deg) saturate(${i(o)}%)`};var c=n(4847);const s=()=>{const e=document.createElement("style"),t=new Map,n=(e,n)=>{t.set(e,n)},o=lodash.debounce((()=>{e.textContent=`\n html {\n ${[...t.entries()].map((e=>{let[t,n]=e;return`${t}: ${n};`})).join("\n")}\n }\n `.trim()}),100),s=e=>{let t;t=e===c.TextColor.Auto?i()((0,r.getGeneralSettings)().themeColor).isLight()?"black":"white":e===c.TextColor.Black?"black":"white",n("--text-color",t),n("--foreground-color",t),n("--foreground-color-d",i()(t,"keyword").alpha(.875).rgb().string()),n("--foreground-color-b",i()(t,"keyword").alpha(.75).rgb().string()),n("--brightness",("black"===t?"100":"0")+"%"),n("--invert-filter","black"===t?"invert(0)":"invert(1)"),o()};return(0,r.addComponentListener)("settingsPanel.themeColor",(e=>{n("--theme-color",e);for(let t=10;t<=90;t+=10){const o=i()(e,"hex");n(`--theme-color-${t}`,o.alpha(t/100).rgb().string()),n(`--theme-color-lightness-${t}`,o.lightness(t).rgb().toString())}n("--pink-image-filter",a(i()({r:251,g:113,b:152},"rgb"),i()(e,"hex"))),n("--blue-image-filter",a(i()({r:0,g:160,b:213},"rgb"),i()(e,"hex"))),s((0,r.getGeneralSettings)().textColor),o()}),!0),(0,r.addComponentListener)("settingsPanel.textColor",s,!0),e}},6812:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Toast:()=>g,ToastType:()=>h});var o=n(8689),i=n(997),r=n(3733),a=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("transition-group",{staticClass:"toast-card-container",attrs:{name:"toast-card-container",tag:"div"}},e._l(e.cards,(function(e){return t("ToastCard",{key:e.key,attrs:{"data-key":e.key,card:e}})})),1)};a._withStripped=!0;const c=Vue.extend({components:{ToastCard:()=>Promise.resolve().then(n.bind(n,9933)).then((e=>e.default))},data:()=>({cards:[]})});var s=n(8332),l=n.n(s),d=n(1654),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,a,[],!1,null,null,null).exports;function p(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}let b,h=function(e){return e.Default="default",e.Info="info",e.Success="success",e.Error="error",e}({});class g{constructor(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"",t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"",n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:h.Default;this.message=e,this.title=t,this.type=n,p(this,"durationNumber",3e3),p(this,"durationTimeout",0),p(this,"closeTime",0),p(this,"creationTime",Number(new Date)),p(this,"randomKey",Math.floor(Math.random()*(Number.MAX_SAFE_INTEGER+1)))}static get containerVM(){return b||g.createToastContainer(),b}static createToastContainer(){dq(".toast-card-container")||(b=(0,i.mountVueComponent)(u),document.body.insertAdjacentElement("beforeend",b.$el))}get element(){return(0,o.select)(`.toast-card[data-key='${this.key}']`)}get key(){return`${this.creationTime}[${this.randomKey}]`}get duration(){return this.durationNumber}set duration(e){this.durationNumber=e,this.durationTimeout&&this.clearDuration(),this.setDuration()}show(){this.setDuration(),g.containerVM.cards.unshift(this)}close(){const{cards:e}=g.containerVM;e.includes(this)&&e.splice(e.indexOf(this),1),this.clearDuration()}dismiss(){this.close()}setDuration(){void 0!==this.durationNumber?(this.durationTimeout&&this.clearDuration(),this.closeTime=Number(new Date)+this.durationNumber,this.durationTimeout=window.setTimeout((()=>this.close()),this.durationNumber)):this.closeTime=0}clearDuration(){this.durationTimeout&&(window.clearTimeout(this.durationTimeout),this.closeTime=0,this.durationTimeout=0)}static internalShow(e,t,n,o){const i=new g(e,t,o);return i.duration=n,i.show(),i}static show(e,t,n){return this.internalShow(e,t,n,h.Default)}static info(e,t,n){return this.internalShow(e,t,n,h.Info)}static success(e,t,n){return this.internalShow(e,t,n,h.Success)}static error(e,t,n){return this.internalShow(e,t,n,h.Error)}static mini(){return(0,r.$)(...arguments)}}},3733:(e,t,n)=>{"use strict";function o(e){if(null==e)return window;if("[object Window]"!==e.toString()){var t=e.ownerDocument;return t&&t.defaultView||window}return e}function i(e){return e instanceof o(e).Element||e instanceof Element}function r(e){return e instanceof o(e).HTMLElement||e instanceof HTMLElement}function a(e){return"undefined"!=typeof ShadowRoot&&(e instanceof o(e).ShadowRoot||e instanceof ShadowRoot)}n.d(t,{$:()=>dt});var c=Math.max,s=Math.min,l=Math.round;function d(e,t){void 0===t&&(t=!1);var n=e.getBoundingClientRect(),o=1,i=1;if(r(e)&&t){var a=e.offsetHeight,c=e.offsetWidth;c>0&&(o=l(n.width)/c||1),a>0&&(i=l(n.height)/a||1)}return{width:n.width/o,height:n.height/i,top:n.top/i,right:n.right/o,bottom:n.bottom/i,left:n.left/o,x:n.left/o,y:n.top/i}}function m(e){var t=o(e);return{scrollLeft:t.pageXOffset,scrollTop:t.pageYOffset}}function f(e){return e?(e.nodeName||"").toLowerCase():null}function u(e){return((i(e)?e.ownerDocument:e.document)||window.document).documentElement}function p(e){return d(u(e)).left+m(e).scrollLeft}function b(e){return o(e).getComputedStyle(e)}function h(e){var t=b(e),n=t.overflow,o=t.overflowX,i=t.overflowY;return/auto|scroll|overlay|hidden/.test(n+i+o)}function g(e,t,n){void 0===n&&(n=!1);var i,a,c=r(t),s=r(t)&&function(e){var t=e.getBoundingClientRect(),n=l(t.width)/e.offsetWidth||1,o=l(t.height)/e.offsetHeight||1;return 1!==n||1!==o}(t),b=u(t),g=d(e,s),v={scrollLeft:0,scrollTop:0},F={x:0,y:0};return(c||!c&&!n)&&(("body"!==f(t)||h(b))&&(v=(i=t)!==o(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:m(i)),r(t)?((F=d(t,!0)).x+=t.clientLeft,F.y+=t.clientTop):b&&(F.x=p(b))),{x:g.left+v.scrollLeft-F.x,y:g.top+v.scrollTop-F.y,width:g.width,height:g.height}}function v(e){var t=d(e),n=e.offsetWidth,o=e.offsetHeight;return Math.abs(t.width-n)<=1&&(n=t.width),Math.abs(t.height-o)<=1&&(o=t.height),{x:e.offsetLeft,y:e.offsetTop,width:n,height:o}}function F(e){return"html"===f(e)?e:e.assignedSlot||e.parentNode||(a(e)?e.host:null)||u(e)}function w(e){return["html","body","#document"].indexOf(f(e))>=0?e.ownerDocument.body:r(e)&&h(e)?e:w(F(e))}function y(e,t){var n;void 0===t&&(t=[]);var i=w(e),r=i===(null==(n=e.ownerDocument)?void 0:n.body),a=o(i),c=r?[a].concat(a.visualViewport||[],h(i)?i:[]):i,s=t.concat(c);return r?s:s.concat(y(F(c)))}function x(e){return["table","td","th"].indexOf(f(e))>=0}function k(e){return r(e)&&"fixed"!==b(e).position?e.offsetParent:null}function C(e){for(var t=o(e),n=k(e);n&&x(n)&&"static"===b(n).position;)n=k(n);return n&&("html"===f(n)||"body"===f(n)&&"static"===b(n).position)?t:n||function(e){var t=-1!==navigator.userAgent.toLowerCase().indexOf("firefox");if(-1!==navigator.userAgent.indexOf("Trident")&&r(e)&&"fixed"===b(e).position)return null;var n=F(e);for(a(n)&&(n=n.host);r(n)&&["html","body"].indexOf(f(n))<0;){var o=b(n);if("none"!==o.transform||"none"!==o.perspective||"paint"===o.contain||-1!==["transform","perspective"].indexOf(o.willChange)||t&&"filter"===o.willChange||t&&o.filter&&"none"!==o.filter)return n;n=n.parentNode}return null}(e)||t}var A="top",E="bottom",B="right",D="left",z="auto",I=[A,E,B,D],S="start",M="end",P="viewport",O="popper",V=I.reduce((function(e,t){return e.concat([t+"-"+S,t+"-"+M])}),[]),T=[].concat(I,[z]).reduce((function(e,t){return e.concat([t,t+"-"+S,t+"-"+M])}),[]),L=["beforeRead","read","afterRead","beforeMain","main","afterMain","beforeWrite","write","afterWrite"];function j(e){var t=new Map,n=new Set,o=[];function i(e){n.add(e.name),[].concat(e.requires||[],e.requiresIfExists||[]).forEach((function(e){if(!n.has(e)){var o=t.get(e);o&&i(o)}})),o.push(e)}return e.forEach((function(e){t.set(e.name,e)})),e.forEach((function(e){n.has(e.name)||i(e)})),o}var q={placement:"bottom",modifiers:[],strategy:"absolute"};function N(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return!t.some((function(e){return!(e&&"function"==typeof e.getBoundingClientRect)}))}function R(e){void 0===e&&(e={});var t=e,n=t.defaultModifiers,o=void 0===n?[]:n,r=t.defaultOptions,a=void 0===r?q:r;return function(e,t,n){void 0===n&&(n=a);var r,c,s={placement:"bottom",orderedModifiers:[],options:Object.assign({},q,a),modifiersData:{},elements:{reference:e,popper:t},attributes:{},styles:{}},l=[],d=!1,m={state:s,setOptions:function(n){var r="function"==typeof n?n(s.options):n;f(),s.options=Object.assign({},a,s.options,r),s.scrollParents={reference:i(e)?y(e):e.contextElement?y(e.contextElement):[],popper:y(t)};var c=function(e){var t=j(e);return L.reduce((function(e,n){return e.concat(t.filter((function(e){return e.phase===n})))}),[])}(function(e){var t=e.reduce((function(e,t){var n=e[t.name];return e[t.name]=n?Object.assign({},n,t,{options:Object.assign({},n.options,t.options),data:Object.assign({},n.data,t.data)}):t,e}),{});return Object.keys(t).map((function(e){return t[e]}))}([].concat(o,s.options.modifiers)));return s.orderedModifiers=c.filter((function(e){return e.enabled})),s.orderedModifiers.forEach((function(e){var t=e.name,n=e.options,o=void 0===n?{}:n,i=e.effect;if("function"==typeof i){var r=i({state:s,name:t,instance:m,options:o}),a=function(){};l.push(r||a)}})),m.update()},forceUpdate:function(){if(!d){var e=s.elements,t=e.reference,n=e.popper;if(N(t,n)){s.rects={reference:g(t,C(n),"fixed"===s.options.strategy),popper:v(n)},s.reset=!1,s.placement=s.options.placement,s.orderedModifiers.forEach((function(e){return s.modifiersData[e.name]=Object.assign({},e.data)}));for(var o=0;o<s.orderedModifiers.length;o++)if(!0!==s.reset){var i=s.orderedModifiers[o],r=i.fn,a=i.options,c=void 0===a?{}:a,l=i.name;"function"==typeof r&&(s=r({state:s,options:c,name:l,instance:m})||s)}else s.reset=!1,o=-1}}},update:(r=function(){return new Promise((function(e){m.forceUpdate(),e(s)}))},function(){return c||(c=new Promise((function(e){Promise.resolve().then((function(){c=void 0,e(r())}))}))),c}),destroy:function(){f(),d=!0}};if(!N(e,t))return m;function f(){l.forEach((function(e){return e()})),l=[]}return m.setOptions(n).then((function(e){!d&&n.onFirstUpdate&&n.onFirstUpdate(e)})),m}}var Z={passive:!0};// eslint-disable-next-line import/no-unused-modules
function U(e){return e.split("-")[0]}function H(e){return e.split("-")[1]}function W(e){return["top","bottom"].indexOf(e)>=0?"x":"y"}function G(e){var t,n=e.reference,o=e.element,i=e.placement,r=i?U(i):null,a=i?H(i):null,c=n.x+n.width/2-o.width/2,s=n.y+n.height/2-o.height/2;switch(r){case A:t={x:c,y:n.y-o.height};break;case E:t={x:c,y:n.y+n.height};break;case B:t={x:n.x+n.width,y:s};break;case D:t={x:n.x-o.width,y:s};break;default:t={x:n.x,y:n.y}}var l=r?W(r):null;if(null!=l){var d="y"===l?"height":"width";switch(a){case S:t[l]=t[l]-(n[d]/2-o[d]/2);break;case M:t[l]=t[l]+(n[d]/2-o[d]/2)}}return t}
// eslint-disable-next-line import/no-unused-modules
var Q={top:"auto",right:"auto",bottom:"auto",left:"auto"};function Y(e){var t,n=e.popper,i=e.popperRect,r=e.placement,a=e.variation,c=e.offsets,s=e.position,d=e.gpuAcceleration,m=e.adaptive,f=e.roundOffsets,p=e.isFixed,h=c.x,g=void 0===h?0:h,v=c.y,F=void 0===v?0:v,w="function"==typeof f?f({x:g,y:F}):{x:g,y:F};g=w.x,F=w.y;var y=c.hasOwnProperty("x"),x=c.hasOwnProperty("y"),k=D,z=A,I=window;if(m){var S=C(n),P="clientHeight",O="clientWidth";if(S===o(n)&&"static"!==b(S=u(n)).position&&"absolute"===s&&(P="scrollHeight",O="scrollWidth"),r===A||(r===D||r===B)&&a===M)z=E,F-=(p&&S===I&&I.visualViewport?I.visualViewport.height:S[P])-i.height,F*=d?1:-1;if(r===D||(r===A||r===E)&&a===M)k=B,g-=(p&&S===I&&I.visualViewport?I.visualViewport.width:S[O])-i.width,g*=d?1:-1}var V,T=Object.assign({position:s},m&&Q),L=!0===f?function(e){var t=e.x,n=e.y,o=window.devicePixelRatio||1;return{x:l(t*o)/o||0,y:l(n*o)/o||0}}({x:g,y:F}):{x:g,y:F};return g=L.x,F=L.y,d?Object.assign({},T,((V={})[z]=x?"0":"",V[k]=y?"0":"",V.transform=(I.devicePixelRatio||1)<=1?"translate("+g+"px, "+F+"px)":"translate3d("+g+"px, "+F+"px, 0)",V)):Object.assign({},T,((t={})[z]=x?F+"px":"",t[k]=y?g+"px":"",t.transform="",t))}// eslint-disable-next-line import/no-unused-modules
const X={name:"applyStyles",enabled:!0,phase:"write",fn:function(e){var t=e.state;Object.keys(t.elements).forEach((function(e){var n=t.styles[e]||{},o=t.attributes[e]||{},i=t.elements[e];r(i)&&f(i)&&(Object.assign(i.style,n),Object.keys(o).forEach((function(e){var t=o[e];!1===t?i.removeAttribute(e):i.setAttribute(e,!0===t?"":t)})))}))},effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};return Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow),function(){Object.keys(t.elements).forEach((function(e){var o=t.elements[e],i=t.attributes[e]||{},a=Object.keys(t.styles.hasOwnProperty(e)?t.styles[e]:n[e]).reduce((function(e,t){return e[t]="",e}),{});r(o)&&f(o)&&(Object.assign(o.style,a),Object.keys(i).forEach((function(e){o.removeAttribute(e)})))}))}},requires:["computeStyles"]};// eslint-disable-next-line import/no-unused-modules
const K={name:"offset",enabled:!0,phase:"main",requires:["popperOffsets"],fn:function(e){var t=e.state,n=e.options,o=e.name,i=n.offset,r=void 0===i?[0,0]:i,a=T.reduce((function(e,n){return e[n]=
// eslint-disable-next-line import/no-unused-modules
function(e,t,n){var o=U(e),i=[D,A].indexOf(o)>=0?-1:1,r="function"==typeof n?n(Object.assign({},t,{placement:e})):n,a=r[0],c=r[1];return a=a||0,c=(c||0)*i,[D,B].indexOf(o)>=0?{x:c,y:a}:{x:a,y:c}}(n,t.rects,r),e}),{}),c=a[t.placement],s=c.x,l=c.y;null!=t.modifiersData.popperOffsets&&(t.modifiersData.popperOffsets.x+=s,t.modifiersData.popperOffsets.y+=l),t.modifiersData[o]=a}};var J={left:"right",right:"left",bottom:"top",top:"bottom"};function _(e){return e.replace(/left|right|bottom|top/g,(function(e){return J[e]}))}var $={start:"end",end:"start"};function ee(e){return e.replace(/start|end/g,(function(e){return $[e]}))}function te(e,t){var n=t.getRootNode&&t.getRootNode();if(e.contains(t))return!0;if(n&&a(n)){var o=t;do{if(o&&e.isSameNode(o))return!0;o=o.parentNode||o.host}while(o)}return!1}function ne(e){return Object.assign({},e,{left:e.x,top:e.y,right:e.x+e.width,bottom:e.y+e.height})}function oe(e,t){return t===P?ne(function(e){var t=o(e),n=u(e),i=t.visualViewport,r=n.clientWidth,a=n.clientHeight,c=0,s=0;return i&&(r=i.width,a=i.height,/^((?!chrome|android).)*safari/i.test(navigator.userAgent)||(c=i.offsetLeft,s=i.offsetTop)),{width:r,height:a,x:c+p(e),y:s}}(e)):i(t)?function(e){var t=d(e);return t.top=t.top+e.clientTop,t.left=t.left+e.clientLeft,t.bottom=t.top+e.clientHeight,t.right=t.left+e.clientWidth,t.width=e.clientWidth,t.height=e.clientHeight,t.x=t.left,t.y=t.top,t}(t):ne(function(e){var t,n=u(e),o=m(e),i=null==(t=e.ownerDocument)?void 0:t.body,r=c(n.scrollWidth,n.clientWidth,i?i.scrollWidth:0,i?i.clientWidth:0),a=c(n.scrollHeight,n.clientHeight,i?i.scrollHeight:0,i?i.clientHeight:0),s=-o.scrollLeft+p(e),l=-o.scrollTop;return"rtl"===b(i||n).direction&&(s+=c(n.clientWidth,i?i.clientWidth:0)-r),{width:r,height:a,x:s,y:l}}(u(e)))}function ie(e,t,n){var o="clippingParents"===t?function(e){var t=y(F(e)),n=["absolute","fixed"].indexOf(b(e).position)>=0&&r(e)?C(e):e;return i(n)?t.filter((function(e){return i(e)&&te(e,n)&&"body"!==f(e)})):[]}(e):[].concat(t),a=[].concat(o,[n]),l=a[0],d=a.reduce((function(t,n){var o=oe(e,n);return t.top=c(o.top,t.top),t.right=s(o.right,t.right),t.bottom=s(o.bottom,t.bottom),t.left=c(o.left,t.left),t}),oe(e,l));return d.width=d.right-d.left,d.height=d.bottom-d.top,d.x=d.left,d.y=d.top,d}function re(e){return Object.assign({},{top:0,right:0,bottom:0,left:0},e)}function ae(e,t){return t.reduce((function(t,n){return t[n]=e,t}),{})}
// eslint-disable-next-line import/no-unused-modules
function ce(e,t){void 0===t&&(t={});var n=t,o=n.placement,r=void 0===o?e.placement:o,a=n.boundary,c=void 0===a?"clippingParents":a,s=n.rootBoundary,l=void 0===s?P:s,m=n.elementContext,f=void 0===m?O:m,p=n.altBoundary,b=void 0!==p&&p,h=n.padding,g=void 0===h?0:h,v=re("number"!=typeof g?g:ae(g,I)),F=f===O?"reference":O,w=e.rects.popper,y=e.elements[b?F:f],x=ie(i(y)?y:y.contextElement||u(e.elements.popper),c,l),k=d(e.elements.reference),C=G({reference:k,element:w,strategy:"absolute",placement:r}),D=ne(Object.assign({},w,C)),z=f===O?D:k,S={top:x.top-z.top+v.top,bottom:z.bottom-x.bottom+v.bottom,left:x.left-z.left+v.left,right:z.right-x.right+v.right},M=e.modifiersData.offset;if(f===O&&M){var V=M[r];Object.keys(S).forEach((function(e){var t=[B,E].indexOf(e)>=0?1:-1,n=[A,E].indexOf(e)>=0?"y":"x";S[e]+=V[n]*t}))}return S}function se(e,t,n){return c(e,s(t,n))}// eslint-disable-next-line import/no-unused-modules
const le={name:"preventOverflow",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,o=e.name,i=n.mainAxis,r=void 0===i||i,a=n.altAxis,l=void 0!==a&&a,d=n.boundary,m=n.rootBoundary,f=n.altBoundary,u=n.padding,p=n.tether,b=void 0===p||p,h=n.tetherOffset,g=void 0===h?0:h,F=ce(t,{boundary:d,rootBoundary:m,padding:u,altBoundary:f}),w=U(t.placement),y=H(t.placement),x=!y,k=W(w),z="x"===k?"y":"x",I=t.modifiersData.popperOffsets,M=t.rects.reference,P=t.rects.popper,O="function"==typeof g?g(Object.assign({},t.rects,{placement:t.placement})):g,V="number"==typeof O?{mainAxis:O,altAxis:O}:Object.assign({mainAxis:0,altAxis:0},O),T=t.modifiersData.offset?t.modifiersData.offset[t.placement]:null,L={x:0,y:0};if(I){if(r){var j,q="y"===k?A:D,N="y"===k?E:B,R="y"===k?"height":"width",Z=I[k],G=Z+F[q],Q=Z-F[N],Y=b?-P[R]/2:0,X=y===S?M[R]:P[R],K=y===S?-P[R]:-M[R],J=t.elements.arrow,_=b&&J?v(J):{width:0,height:0},$=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},ee=$[q],te=$[N],ne=se(0,M[R],_[R]),oe=x?M[R]/2-Y-ne-ee-V.mainAxis:X-ne-ee-V.mainAxis,ie=x?-M[R]/2+Y+ne+te+V.mainAxis:K+ne+te+V.mainAxis,re=t.elements.arrow&&C(t.elements.arrow),ae=re?"y"===k?re.clientTop||0:re.clientLeft||0:0,le=null!=(j=null==T?void 0:T[k])?j:0,de=Z+ie-le,me=se(b?s(G,Z+oe-le-ae):G,Z,b?c(Q,de):Q);I[k]=me,L[k]=me-Z}if(l){var fe,ue="x"===k?A:D,pe="x"===k?E:B,be=I[z],he="y"===z?"height":"width",ge=be+F[ue],ve=be-F[pe],Fe=-1!==[A,D].indexOf(w),we=null!=(fe=null==T?void 0:T[z])?fe:0,ye=Fe?ge:be-M[he]-P[he]-we+V.altAxis,xe=Fe?be+M[he]+P[he]-we-V.altAxis:ve,ke=b&&Fe?function(e,t,n){var o=se(e,t,n);return o>n?n:o}(ye,be,xe):se(b?ye:ge,be,b?xe:ve);I[z]=ke,L[z]=ke-be}t.modifiersData[o]=L}},requiresIfExists:["offset"]};// eslint-disable-next-line import/no-unused-modules
const de={name:"arrow",enabled:!0,phase:"main",fn:function(e){var t,n=e.state,o=e.name,i=e.options,r=n.elements.arrow,a=n.modifiersData.popperOffsets,c=U(n.placement),s=W(c),l=[D,B].indexOf(c)>=0?"height":"width";if(r&&a){var d=function(e,t){return re("number"!=typeof(e="function"==typeof e?e(Object.assign({},t.rects,{placement:t.placement})):e)?e:ae(e,I))}(i.padding,n),m=v(r),f="y"===s?A:D,u="y"===s?E:B,p=n.rects.reference[l]+n.rects.reference[s]-a[s]-n.rects.popper[l],b=a[s]-n.rects.reference[s],h=C(r),g=h?"y"===s?h.clientHeight||0:h.clientWidth||0:0,F=p/2-b/2,w=d[f],y=g-m[l]-d[u],x=g/2-m[l]/2+F,k=se(w,x,y),z=s;n.modifiersData[o]=((t={})[z]=k,t.centerOffset=k-x,t)}},effect:function(e){var t=e.state,n=e.options.element,o=void 0===n?"[data-popper-arrow]":n;null!=o&&("string"!=typeof o||(o=t.elements.popper.querySelector(o)))&&te(t.elements.popper,o)&&(t.elements.arrow=o)},requires:["popperOffsets"],requiresIfExists:["preventOverflow"]};function me(e,t,n){return void 0===n&&(n={x:0,y:0}),{top:e.top-t.height-n.y,right:e.right-t.width+n.x,bottom:e.bottom-t.height+n.y,left:e.left-t.width-n.x}}function fe(e){return[A,B,E,D].some((function(t){return e[t]>=0}))}var ue=R({defaultModifiers:[{name:"eventListeners",enabled:!0,phase:"write",fn:function(){},effect:function(e){var t=e.state,n=e.instance,i=e.options,r=i.scroll,a=void 0===r||r,c=i.resize,s=void 0===c||c,l=o(t.elements.popper),d=[].concat(t.scrollParents.reference,t.scrollParents.popper);return a&&d.forEach((function(e){e.addEventListener("scroll",n.update,Z)})),s&&l.addEventListener("resize",n.update,Z),function(){a&&d.forEach((function(e){e.removeEventListener("scroll",n.update,Z)})),s&&l.removeEventListener("resize",n.update,Z)}}// eslint-disable-next-line import/no-unused-modules
,data:{}},{name:"popperOffsets",enabled:!0,phase:"read",fn:function(e){var t=e.state,n=e.name;t.modifiersData[n]=G({reference:t.rects.reference,element:t.rects.popper,strategy:"absolute",placement:t.placement})}// eslint-disable-next-line import/no-unused-modules
,data:{}},{name:"computeStyles",enabled:!0,phase:"beforeWrite",fn:function(e){var t=e.state,n=e.options,o=n.gpuAcceleration,i=void 0===o||o,r=n.adaptive,a=void 0===r||r,c=n.roundOffsets,s=void 0===c||c,l={placement:U(t.placement),variation:H(t.placement),popper:t.elements.popper,popperRect:t.rects.popper,gpuAcceleration:i,isFixed:"fixed"===t.options.strategy};null!=t.modifiersData.popperOffsets&&(t.styles.popper=Object.assign({},t.styles.popper,Y(Object.assign({},l,{offsets:t.modifiersData.popperOffsets,position:t.options.strategy,adaptive:a,roundOffsets:s})))),null!=t.modifiersData.arrow&&(t.styles.arrow=Object.assign({},t.styles.arrow,Y(Object.assign({},l,{offsets:t.modifiersData.arrow,position:"absolute",adaptive:!1,roundOffsets:s})))),t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-placement":t.placement})}// eslint-disable-next-line import/no-unused-modules
,data:{}},X,K,{name:"flip",enabled:!0,phase:"main",fn:function(e){var t=e.state,n=e.options,o=e.name;if(!t.modifiersData[o]._skip){for(var i=n.mainAxis,r=void 0===i||i,a=n.altAxis,c=void 0===a||a,s=n.fallbackPlacements,l=n.padding,d=n.boundary,m=n.rootBoundary,f=n.altBoundary,u=n.flipVariations,p=void 0===u||u,b=n.allowedAutoPlacements,h=t.options.placement,g=U(h),v=s||(g===h||!p?[_(h)]:
// eslint-disable-next-line import/no-unused-modules
function(e){if(U(e)===z)return[];var t=_(e);return[ee(e),t,ee(t)]}(h)),F=[h].concat(v).reduce((function(e,n){return e.concat(U(n)===z?function(e,t){void 0===t&&(t={});var n=t,o=n.placement,i=n.boundary,r=n.rootBoundary,a=n.padding,c=n.flipVariations,s=n.allowedAutoPlacements,l=void 0===s?T:s,d=H(o),m=d?c?V:V.filter((function(e){return H(e)===d})):I,f=m.filter((function(e){return l.indexOf(e)>=0}));0===f.length&&(f=m);var u=f.reduce((function(t,n){return t[n]=ce(e,{placement:n,boundary:i,rootBoundary:r,padding:a})[U(n)],t}),{});return Object.keys(u).sort((function(e,t){return u[e]-u[t]}))}(t,{placement:n,boundary:d,rootBoundary:m,padding:l,flipVariations:p,allowedAutoPlacements:b}):n)}),[]),w=t.rects.reference,y=t.rects.popper,x=new Map,k=!0,C=F[0],M=0;M<F.length;M++){var P=F[M],O=U(P),L=H(P)===S,j=[A,E].indexOf(O)>=0,q=j?"width":"height",N=ce(t,{placement:P,boundary:d,rootBoundary:m,altBoundary:f,padding:l}),R=j?L?B:D:L?E:A;w[q]>y[q]&&(R=_(R));var Z=_(R),W=[];if(r&&W.push(N[O]<=0),c&&W.push(N[R]<=0,N[Z]<=0),W.every((function(e){return e}))){C=P,k=!1;break}x.set(P,W)}if(k)for(var G=function(e){var t=F.find((function(t){var n=x.get(t);if(n)return n.slice(0,e).every((function(e){return e}))}));if(t)return C=t,"break"},Q=p?3:1;Q>0;Q--){if("break"===G(Q))break}t.placement!==C&&(t.modifiersData[o]._skip=!0,t.placement=C,t.reset=!0)}}// eslint-disable-next-line import/no-unused-modules
,requiresIfExists:["offset"],data:{_skip:!1}},le,de,{name:"hide",enabled:!0,phase:"main",requiresIfExists:["preventOverflow"],fn:function(e){var t=e.state,n=e.name,o=t.rects.reference,i=t.rects.popper,r=t.modifiersData.preventOverflow,a=ce(t,{elementContext:"reference"}),c=ce(t,{altBoundary:!0}),s=me(a,o),l=me(c,i,r),d=fe(s),m=fe(l);t.modifiersData[n]={referenceClippingOffsets:s,popperEscapeOffsets:l,isReferenceHidden:d,hasPopperEscaped:m},t.attributes.popper=Object.assign({},t.attributes.popper,{"data-popper-reference-hidden":d,"data-popper-escaped":m})}// eslint-disable-next-line import/no-unused-modules
}]}),pe="tippy-content",be="tippy-backdrop",he="tippy-arrow",ge="tippy-svg-arrow",ve={passive:!0,capture:!0},Fe=function(){return document.body};function we(e,t,n){if(Array.isArray(e)){var o=e[t];return null==o?Array.isArray(n)?n[t]:n:o}return e}function ye(e,t){var n={}.toString.call(e);return 0===n.indexOf("[object")&&n.indexOf(t+"]")>-1}function xe(e,t){return"function"==typeof e?e.apply(void 0,t):e}function ke(e,t){return 0===t?e:function(o){clearTimeout(n),n=setTimeout((function(){e(o)}),t)};var n}function Ce(e){return[].concat(e)}function Ae(e,t){-1===e.indexOf(t)&&e.push(t)}function Ee(e){return e.split("-")[0]}function Be(e){return[].slice.call(e)}function De(e){return Object.keys(e).reduce((function(t,n){return void 0!==e[n]&&(t[n]=e[n]),t}),{})}function ze(){return document.createElement("div")}function Ie(e){return["Element","Fragment"].some((function(t){return ye(e,t)}))}function Se(e){return ye(e,"MouseEvent")}function Me(e){return!(!e||!e._tippy||e._tippy.reference!==e)}function Pe(e){return Ie(e)?[e]:function(e){return ye(e,"NodeList")}(e)?Be(e):Array.isArray(e)?e:Be(document.querySelectorAll(e))}function Oe(e,t){e.forEach((function(e){e&&(e.style.transitionDuration=t+"ms")}))}function Ve(e,t){e.forEach((function(e){e&&e.setAttribute("data-state",t)}))}function Te(e){var t,n=Ce(e)[0];return null!=n&&null!=(t=n.ownerDocument)&&t.body?n.ownerDocument:document}function Le(e,t,n){var o=t+"EventListener";["transitionend","webkitTransitionEnd"].forEach((function(t){e[o](t,n)}))}function je(e,t){for(var n=t;n;){var o;if(e.contains(n))return!0;n=null==n.getRootNode||null==(o=n.getRootNode())?void 0:o.host}return!1}var qe={isTouch:!1},Ne=0;function Re(){qe.isTouch||(qe.isTouch=!0,window.performance&&document.addEventListener("mousemove",Ze))}function Ze(){var e=performance.now();e-Ne<20&&(qe.isTouch=!1,document.removeEventListener("mousemove",Ze)),Ne=e}function Ue(){var e=document.activeElement;if(Me(e)){var t=e._tippy;e.blur&&!t.state.isVisible&&e.blur()}}var He=!!("undefined"!=typeof window&&"undefined"!=typeof document)&&// @ts-ignore
!!window.msCrypto;var We={animateFill:!1,followCursor:!1,inlinePositioning:!1,sticky:!1},Ge=Object.assign({appendTo:Fe,aria:{content:"auto",expanded:"auto"},delay:0,duration:[300,250],getReferenceClientRect:null,hideOnClick:!0,ignoreAttributes:!1,interactive:!1,interactiveBorder:2,interactiveDebounce:0,moveTransition:"",offset:[0,10],onAfterUpdate:function(){},onBeforeUpdate:function(){},onCreate:function(){},onDestroy:function(){},onHidden:function(){},onHide:function(){},onMount:function(){},onShow:function(){},onShown:function(){},onTrigger:function(){},onUntrigger:function(){},onClickOutside:function(){},placement:"top",plugins:[],popperOptions:{},render:null,showOnCreate:!1,touch:!0,trigger:"mouseenter focus",triggerTarget:null},We,{allowHTML:!1,animation:"fade",arrow:!0,content:"",inertia:!1,maxWidth:350,role:"tooltip",theme:"",zIndex:9999}),Qe=Object.keys(Ge);function Ye(e){var t=(e.plugins||[]).reduce((function(t,n){var o,i=n.name,r=n.defaultValue;i&&(t[i]=void 0!==e[i]?e[i]:null!=(o=Ge[i])?o:r);return t}),{});return Object.assign({},e,t)}function Xe(e,t){var n=Object.assign({},t,{content:xe(t.content,[e])},t.ignoreAttributes?{}:function(e,t){return(t?Object.keys(Ye(Object.assign({},Ge,{plugins:t}))):Qe).reduce((function(t,n){var o=(e.getAttribute("data-tippy-"+n)||"").trim();if(!o)return t;if("content"===n)t[n]=o;else try{t[n]=JSON.parse(o)}catch(e){t[n]=o}return t}),{})}(e,t.plugins));return n.aria=Object.assign({},Ge.aria,n.aria),n.aria={expanded:"auto"===n.aria.expanded?t.interactive:n.aria.expanded,content:"auto"===n.aria.content?t.interactive?null:"describedby":n.aria.content},n}function Ke(e,t){e.innerHTML=t}function Je(e){var t=ze();return!0===e?t.className=he:(t.className=ge,Ie(e)?t.appendChild(e):Ke(t,e)),t}function _e(e,t){Ie(t.content)?(Ke(e,""),e.appendChild(t.content)):"function"!=typeof t.content&&(t.allowHTML?Ke(e,t.content):e.textContent=t.content)}function $e(e){var t=e.firstElementChild,n=Be(t.children);return{box:t,content:n.find((function(e){return e.classList.contains(pe)})),arrow:n.find((function(e){return e.classList.contains(he)||e.classList.contains(ge)})),backdrop:n.find((function(e){return e.classList.contains(be)}))}}function et(e){var t=ze(),n=ze();n.className="tippy-box",n.setAttribute("data-state","hidden"),n.setAttribute("tabindex","-1");var o=ze();function i(n,o){var i=$e(t),r=i.box,a=i.content,c=i.arrow;o.theme?r.setAttribute("data-theme",o.theme):r.removeAttribute("data-theme"),"string"==typeof o.animation?r.setAttribute("data-animation",o.animation):r.removeAttribute("data-animation"),o.inertia?r.setAttribute("data-inertia",""):r.removeAttribute("data-inertia"),r.style.maxWidth="number"==typeof o.maxWidth?o.maxWidth+"px":o.maxWidth,o.role?r.setAttribute("role",o.role):r.removeAttribute("role"),n.content===o.content&&n.allowHTML===o.allowHTML||_e(a,e.props),o.arrow?c?n.arrow!==o.arrow&&(r.removeChild(c),r.appendChild(Je(o.arrow))):r.appendChild(Je(o.arrow)):c&&r.removeChild(c)}return o.className=pe,o.setAttribute("data-state","hidden"),_e(o,e.props),t.appendChild(n),n.appendChild(o),i(e.props,e.props),{popper:t,onUpdate:i}}et.$$tippy=!0;var tt=1,nt=[],ot=[];function it(e,t){var n,o,i,r,a,c,s,l,d=Xe(e,Object.assign({},Ge,Ye(De(t)))),m=!1,f=!1,u=!1,p=!1,b=[],h=ke(Q,d.interactiveDebounce),g=tt++,v=(l=d.plugins).filter((function(e,t){return l.indexOf(e)===t})),F={id:g,reference:e,popper:ze(),popperInstance:null,props:d,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:v,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(o),cancelAnimationFrame(i)},setProps:function(t){0;if(F.state.isDestroyed)return;P("onBeforeUpdate",[F,t]),W();var n=F.props,o=Xe(e,Object.assign({},n,De(t),{ignoreAttributes:!0}));F.props=o,H(),n.interactiveDebounce!==o.interactiveDebounce&&(T(),h=ke(Q,o.interactiveDebounce));n.triggerTarget&&!o.triggerTarget?Ce(n.triggerTarget).forEach((function(e){e.removeAttribute("aria-expanded")})):o.triggerTarget&&e.removeAttribute("aria-expanded");V(),M(),x&&x(n,o);F.popperInstance&&(J(),$().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));P("onAfterUpdate",[F,t])},setContent:function(e){F.setProps({content:e})},show:function(){0;var e=F.state.isVisible,t=F.state.isDestroyed,n=!F.state.isEnabled,o=qe.isTouch&&!F.props.touch,i=we(F.props.duration,0,Ge.duration);if(e||t||n||o)return;if(D().hasAttribute("disabled"))return;if(P("onShow",[F],!1),!1===F.props.onShow(F))return;F.state.isVisible=!0,B()&&(y.style.visibility="visible");M(),N(),F.state.isMounted||(y.style.transition="none");if(B()){var r=I(),a=r.box,s=r.content;Oe([a,s],0)}c=function(){var e;if(F.state.isVisible&&!p){if(p=!0,y.offsetHeight,y.style.transition=F.props.moveTransition,B()&&F.props.animation){var t=I(),n=t.box,o=t.content;Oe([n,o],i),Ve([n,o],"visible")}O(),V(),Ae(ot,F),null==(e=F.popperInstance)||e.forceUpdate(),P("onMount",[F]),F.props.animation&&B()&&function(e,t){Z(e,t)}(i,(function(){F.state.isShown=!0,P("onShown",[F])}))}},function(){var e,t=F.props.appendTo,n=D();e=F.props.interactive&&t===Fe||"parent"===t?n.parentNode:xe(t,[n]);e.contains(y)||e.appendChild(y);F.state.isMounted=!0,J(),!1}()},hide:function(){0;var e=!F.state.isVisible,t=F.state.isDestroyed,n=!F.state.isEnabled,o=we(F.props.duration,1,Ge.duration);if(e||t||n)return;if(P("onHide",[F],!1),!1===F.props.onHide(F))return;F.state.isVisible=!1,F.state.isShown=!1,p=!1,m=!1,B()&&(y.style.visibility="hidden");if(T(),R(),M(!0),B()){var i=I(),r=i.box,a=i.content;F.props.animation&&(Oe([r,a],o),Ve([r,a],"hidden"))}O(),V(),F.props.animation?B()&&function(e,t){Z(e,(function(){!F.state.isVisible&&y.parentNode&&y.parentNode.contains(y)&&t()}))}(o,F.unmount):F.unmount()},hideWithInteractivity:function(e){0;z().addEventListener("mousemove",h),Ae(nt,h),h(e)},enable:function(){F.state.isEnabled=!0},disable:function(){F.hide(),F.state.isEnabled=!1},unmount:function(){0;F.state.isVisible&&F.hide();if(!F.state.isMounted)return;_(),$().forEach((function(e){e._tippy.unmount()})),y.parentNode&&y.parentNode.removeChild(y);ot=ot.filter((function(e){return e!==F})),F.state.isMounted=!1,P("onHidden",[F])},destroy:function(){0;if(F.state.isDestroyed)return;F.clearDelayTimeouts(),F.unmount(),W(),delete e._tippy,F.state.isDestroyed=!0,P("onDestroy",[F])}};if(!d.render)return F;var w=d.render(F),y=w.popper,x=w.onUpdate;y.setAttribute("data-tippy-root",""),y.id="tippy-"+F.id,F.popper=y,e._tippy=F,y._tippy=F;var k=v.map((function(e){return e.fn(F)})),C=e.hasAttribute("aria-expanded");return H(),V(),M(),P("onCreate",[F]),d.showOnCreate&&ee(),y.addEventListener("mouseenter",(function(){F.props.interactive&&F.state.isVisible&&F.clearDelayTimeouts()})),y.addEventListener("mouseleave",(function(){F.props.interactive&&F.props.trigger.indexOf("mouseenter")>=0&&z().addEventListener("mousemove",h)})),F;function A(){var e=F.props.touch;return Array.isArray(e)?e:[e,0]}function E(){return"hold"===A()[0]}function B(){var e;
// @ts-ignore
return!(null==(e=F.props.render)||!e.$$tippy)}function D(){return s||e}function z(){var e=D().parentNode;return e?Te(e):document}function I(){return $e(y)}function S(e){return F.state.isMounted&&!F.state.isVisible||qe.isTouch||r&&"focus"===r.type?0:we(F.props.delay,e?0:1,Ge.delay)}function M(e){void 0===e&&(e=!1),y.style.pointerEvents=F.props.interactive&&!e?"":"none",y.style.zIndex=""+F.props.zIndex}function P(e,t,n){var o;(void 0===n&&(n=!0),k.forEach((function(n){n[e]&&n[e].apply(n,t)})),n)&&(o=F.props)[e].apply(o,t)}function O(){var t=F.props.aria;if(t.content){var n="aria-"+t.content,o=y.id;Ce(F.props.triggerTarget||e).forEach((function(e){var t=e.getAttribute(n);if(F.state.isVisible)e.setAttribute(n,t?t+" "+o:o);else{var i=t&&t.replace(o,"").trim();i?e.setAttribute(n,i):e.removeAttribute(n)}}))}}function V(){!C&&F.props.aria.expanded&&Ce(F.props.triggerTarget||e).forEach((function(e){F.props.interactive?e.setAttribute("aria-expanded",F.state.isVisible&&e===D()?"true":"false"):e.removeAttribute("aria-expanded")}))}function T(){z().removeEventListener("mousemove",h),nt=nt.filter((function(e){return e!==h}))}function L(t){if(!qe.isTouch||!u&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!F.props.interactive||!je(y,n)){if(Ce(F.props.triggerTarget||e).some((function(e){return je(e,n)}))){if(qe.isTouch)return;if(F.state.isVisible&&F.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[F,t]);!0===F.props.hideOnClick&&(F.clearDelayTimeouts(),F.hide(),f=!0,setTimeout((function(){f=!1})),F.state.isMounted||R())}}}function j(){u=!0}function q(){u=!1}function N(){var e=z();e.addEventListener("mousedown",L,!0),e.addEventListener("touchend",L,ve),e.addEventListener("touchstart",q,ve),e.addEventListener("touchmove",j,ve)}function R(){var e=z();e.removeEventListener("mousedown",L,!0),e.removeEventListener("touchend",L,ve),e.removeEventListener("touchstart",q,ve),e.removeEventListener("touchmove",j,ve)}function Z(e,t){var n=I().box;function o(e){e.target===n&&(Le(n,"remove",o),t())}if(0===e)return t();Le(n,"remove",a),Le(n,"add",o),a=o}function U(t,n,o){void 0===o&&(o=!1),Ce(F.props.triggerTarget||e).forEach((function(e){e.addEventListener(t,n,o),b.push({node:e,eventType:t,handler:n,options:o})}))}function H(){var e;E()&&(U("touchstart",G,{passive:!0}),U("touchend",Y,{passive:!0})),(e=F.props.trigger,e.split(/\s+/).filter(Boolean)).forEach((function(e){if("manual"!==e)switch(U(e,G),e){case"mouseenter":U("mouseleave",Y);break;case"focus":U(He?"focusout":"blur",X);break;case"focusin":U("focusout",X)}}))}function W(){b.forEach((function(e){var t=e.node,n=e.eventType,o=e.handler,i=e.options;t.removeEventListener(n,o,i)})),b=[]}function G(e){var t,n=!1;if(F.state.isEnabled&&!K(e)&&!f){var o="focus"===(null==(t=r)?void 0:t.type);r=e,s=e.currentTarget,V(),!F.state.isVisible&&Se(e)&&nt.forEach((function(t){return t(e)})),"click"===e.type&&(F.props.trigger.indexOf("mouseenter")<0||m)&&!1!==F.props.hideOnClick&&F.state.isVisible?n=!0:ee(e),"click"===e.type&&(m=!n),n&&!o&&te(e)}}function Q(e){var t=e.target,n=D().contains(t)||y.contains(t);if("mousemove"!==e.type||!n){var o=$().concat(y).map((function(e){var t,n=null==(t=e._tippy.popperInstance)?void 0:t.state;return n?{popperRect:e.getBoundingClientRect(),popperState:n,props:d}:null})).filter(Boolean);(function(e,t){var n=t.clientX,o=t.clientY;return e.every((function(e){var t=e.popperRect,i=e.popperState,r=e.props.interactiveBorder,a=Ee(i.placement),c=i.modifiersData.offset;if(!c)return!0;var s="bottom"===a?c.top.y:0,l="top"===a?c.bottom.y:0,d="right"===a?c.left.x:0,m="left"===a?c.right.x:0,f=t.top-o+s>r,u=o-t.bottom-l>r,p=t.left-n+d>r,b=n-t.right-m>r;return f||u||p||b}))})(o,e)&&(T(),te(e))}}function Y(e){K(e)||F.props.trigger.indexOf("click")>=0&&m||(F.props.interactive?F.hideWithInteractivity(e):te(e))}function X(e){F.props.trigger.indexOf("focusin")<0&&e.target!==D()||F.props.interactive&&e.relatedTarget&&y.contains(e.relatedTarget)||te(e)}function K(e){return!!qe.isTouch&&E()!==e.type.indexOf("touch")>=0}function J(){_();var t=F.props,n=t.popperOptions,o=t.placement,i=t.offset,r=t.getReferenceClientRect,a=t.moveTransition,s=B()?$e(y).arrow:null,l=r?{getBoundingClientRect:r,contextElement:r.contextElement||D()}:e,d={name:"$$tippy",enabled:!0,phase:"beforeWrite",requires:["computeStyles"],fn:function(e){var t=e.state;if(B()){var n=I().box;["placement","reference-hidden","escaped"].forEach((function(e){"placement"===e?n.setAttribute("data-placement",t.placement):t.attributes.popper["data-popper-"+e]?n.setAttribute("data-"+e,""):n.removeAttribute("data-"+e)})),t.attributes.popper={}}}},m=[{name:"offset",options:{offset:i}},{name:"preventOverflow",options:{padding:{top:2,bottom:2,left:5,right:5}}},{name:"flip",options:{padding:5}},{name:"computeStyles",options:{adaptive:!a}},d];B()&&s&&m.push({name:"arrow",options:{element:s,padding:3}}),m.push.apply(m,(null==n?void 0:n.modifiers)||[]),F.popperInstance=ue(l,y,Object.assign({},n,{placement:o,onFirstUpdate:c,modifiers:m}))}function _(){F.popperInstance&&(F.popperInstance.destroy(),F.popperInstance=null)}function $(){return Be(y.querySelectorAll("[data-tippy-root]"))}function ee(e){F.clearDelayTimeouts(),e&&P("onTrigger",[F,e]),N();var t=S(!0),o=A(),i=o[0],r=o[1];qe.isTouch&&"hold"===i&&r&&(t=r),t?n=setTimeout((function(){F.show()}),t):F.show()}function te(e){if(F.clearDelayTimeouts(),P("onUntrigger",[F,e]),F.state.isVisible){if(!(F.props.trigger.indexOf("mouseenter")>=0&&F.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&m)){var t=S(!1);t?o=setTimeout((function(){F.state.isVisible&&F.hide()}),t):i=requestAnimationFrame((function(){F.hide()}))}}else R()}}function rt(e,t){void 0===t&&(t={});var n=Ge.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",Re,ve),window.addEventListener("blur",Ue);var o=Object.assign({},t,{plugins:n}),i=Pe(e).reduce((function(e,t){var n=t&&it(t,o);return n&&e.push(n),e}),[]);return Ie(e)?i[0]:i}rt.defaultProps=Ge,rt.setDefaultProps=function(e){Object.keys(e).forEach((function(t){Ge[t]=e[t]}))},rt.currentInput=qe;Object.assign({},X,{effect:function(e){var t=e.state,n={popper:{position:t.options.strategy,left:"0",top:"0",margin:"0"},arrow:{position:"absolute"},reference:{}};Object.assign(t.elements.popper.style,n.popper),t.styles=n,t.elements.arrow&&Object.assign(t.elements.arrow.style,n.arrow)}});rt.setDefaultProps({render:et});const at=rt;var ct=n(9860),st=n(3975),lt=n.n(st);const dt=function(e,t){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};(0,ct.addStyle)(lt(),"mini-toast-style"),Promise.resolve().then(n.bind(n,3904));const i=at(t,{content:e,allowHTML:!0,interactive:!0,delay:[0,200],arrow:!0,zIndex:11e4,...o});return{get message(){return i.props.content},set message(e){i.setContent(e)},get triggerElement(){return i.reference},get placement(){return i.props.placement},set placement(e){i.setProps({placement:e})},get tippy(){return i}}}},6058:(e,t,n)=>{"use strict";n.r(t),n.d(t,{EmptyImageUrl:()=>i,UserAgent:()=>o});const o="Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:74.0) Gecko/20100101 Firefox/74.0",i='data:image/svg+xml;utf-8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="0" height="0"></svg>'},738:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formatCount:()=>l,formatDate:()=>m,formatDateTime:()=>u,formatDuration:()=>a,formatFileSize:()=>o,formatFilename:()=>p,formatNumber:()=>d,formatPercent:()=>i,formatTime:()=>f,parseCount:()=>c,parseDuration:()=>r});const o=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=["B","KB","MB","GB","TB","PB","EB","ZB","YB"];let o=e,i=0;for(;o>=1024;)o/=1024,i++;return`${Math.round(o*10**t)/10**t}${n[i]}`},i=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;return Math.round(100*e*10**t)/10**t+"%"},r=e=>{const t=e.split(":");let n=0;return t.forEach(((e,o)=>{const i=o===t.length-1?parseFloat(e):parseInt(e);Number.isNaN(i)||(n+=i*60**(t.length-1-o))})),n},a=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;const n=(e%60).toFixed(t),o=(Math.trunc(e/60)%60).toString(),i=Math.trunc(e/3600).toString(),r=0===t?2:3+t;return"0"===i?`${o.padStart(2,"0")}:${n.padStart(r,"0")}`:`${i}:${o.padStart(2,"0")}:${n.padStart(r,"0")}`},c=e=>{if("number"==typeof e)return e;const t=e.match(/亿$/)?1e8:e.match(/万$/)?1e4:1;return parseFloat(e)*t},s=e=>("string"==typeof e&&(e=parseInt(e)),e>=1e8?{number:(Math.round(e/1e7)/10).toString(),unit:"亿"}:e>=1e7?{number:Math.round(e/1e4).toString(),unit:"万"}:e>=1e4?{number:(Math.round(e/1e3)/10).toString(),unit:"万"}:{number:e.toString(),unit:""}),l=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:0;if(null==e)return"0";const{number:n,unit:o}=s(e);return`${n.padStart(t,"0")}${o}`},d=(e,t)=>{if(Number.isNaN(e))return null;const n=Math.log10(t)+1,o=e.toString(),i=o.length-Math.trunc(e).toString().length;return o.padStart(n+i,"0")},m=e=>`${e.getFullYear()}-${(e.getMonth()+1).toString().padStart(2,"0")}-${e.getDate().toString().padStart(2,"0")}`,f=e=>`${e.getHours().toString().padStart(2,"0")}:${e.getMinutes().toString().padStart(2,"0")}:${e.getSeconds().toString().padStart(2,"0")}`,u=e=>`${m(e)} ${f(e)}`,p=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:"";return e.replace(/[\/\\:\*\?"<>\|]/g,t)}},9211:(e,t,n)=>{"use strict";n.r(t),n.d(t,{browserLanguageCode:()=>r,defaultLanguageCode:()=>i,languageCodeToName:()=>a,languageNameToCode:()=>c});var o=n(6940);const i="zh-CN",r=navigator.language,a={"zh-CN":"简体中文"};(0,o.registerAndGetData)("i18n",a);const c=e=>{const t=Object.entries(a).find((t=>{let[,n]=t;return n===e}));return t?t[0]:i}},997:(e,t,n)=>{"use strict";function o(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}n.r(t),n.d(t,{DoubleClickEvent:()=>M,bwpVideoFilter:()=>i,createHook:()=>E,createPostHook:()=>B,de:()=>c,dea:()=>s,deai:()=>l,delay:()=>u,deleteValue:()=>I,deleteValues:()=>S,des:()=>d,disableWindowScroll:()=>L,dq:()=>r,dqa:()=>a,fixed:()=>A,formData:()=>z,getCookieValue:()=>x,getCsrf:()=>C,getDpiSourceSet:()=>y,getNumberValidator:()=>j,getRandomId:()=>N,getUID:()=>k,isBwpVideo:()=>f,isEmbeddedPlayer:()=>g,isIframe:()=>v,isNotHtml:()=>F,isTyping:()=>O,matchPattern:()=>p,matchUrlPattern:()=>b,mountVueComponent:()=>h,none:()=>m,pascalCase:()=>q,playerReady:()=>P,preventEvent:()=>D,raiseEvent:()=>w,retrieveImageUrl:()=>V,todo:()=>R,unreachable:()=>Z,waitForForeground:()=>T});const i=e=>{const t={video:", bwp-video",".bilibili-player-video video":", .bilibili-player-video bwp-video,.bpx-player-video-area bwp-video"}[e];return t?e+t:e},r=(e,t)=>t?e.querySelector(i(t)):document.querySelector(i(e)),a=(e,t)=>t?Array.from(e.querySelectorAll(i(t))):Array.from(document.querySelectorAll(i(e))),c=(e,t,n,o)=>document.evaluate(e,t,null,n,o),s=(e,t,n,o)=>{const i=c(e,t,n?XPathResult.ORDERED_NODE_SNAPSHOT_TYPE:XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE,o);return Array.from({length:i.snapshotLength},((e,t)=>i.snapshotItem(t)))},l=(e,t,n,o)=>{const i=c(e,t,n?XPathResult.ORDERED_NODE_ITERATOR_TYPE:XPathResult.UNORDERED_NODE_ITERATOR_TYPE,o);return{[Symbol.iterator]:()=>({next:()=>{let e=null;do{return e=i.iterateNext(),e?{done:!1,value:e}:{done:!0}}while(e)}})}},d=(e,t,n)=>c(e,t,XPathResult.FIRST_ORDERED_NODE_TYPE,n).singleNodeValue,m=()=>{},f=async()=>{const{hasVideo:e}=await Promise.resolve().then(n.bind(n,8689));return!!await e()&&(
// eslint-disable-next-line no-underscore-dangle
unsafeWindow.__ENABLE_WASM_PLAYER__||Boolean(r("#bilibili-player bwp-video")))},u=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:0;return new Promise((t=>setTimeout((()=>t()),e)))},p=(e,t)=>"string"==typeof t?e.includes(t):t.test(e),b=e=>p(document.URL.replace(window.location.search,""),e),h=(e,t)=>{const n="default"in e?e.default:e;return(o=n,o instanceof Function?new o:o.functional?new(Vue.extend(o)):new Vue(o)).$mount(t);var o},g=()=>"player.bilibili.com"===window.location.host||document.URL.startsWith("https://www.bilibili.com/html/player.html"),v=()=>document.body&&unsafeWindow.parent.window!==unsafeWindow,F=()=>"text/html"!==document.contentType,w=(e,t)=>{const n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)},y=(e,t,n)=>{if(!n){const t=e.match(/.+\.(.+)$/);n=t?t[1]:"jpg"}return n.startsWith(".")&&(n=n.substring(1)),[1,1.25,1.5,1.75,2,2.25,2.5,2.75,3,3.25,3.5,3.75,4].map((o=>{if("object"==typeof t){if("width"in t&&"height"in t)return`${e}@${Math.trunc(t.width*o)}w_${Math.trunc(t.height*o)}h.${n} ${o}x`;if("width"in t)return`${e}@${Math.trunc(t.width*o)}w.${n} ${o}x`;if("height"in t)return`${e}@${Math.trunc(t.height*o)}h.${n} ${o}x`;throw new Error(`Invalid argument 'baseSize': ${JSON.stringify(t)}`)}return`${e}@${Math.trunc(t*o)}w_${Math.trunc(t*o)}h.${n} ${o}x`})).join(",")},x=e=>document.cookie.replace(new RegExp(`(?:(?:^|.*;\\s*)${e}\\s*\\=\\s*([^;]*).*$)|^.*$`),"$1"),k=()=>x("DedeUserID"),C=()=>x("bili_jct"),A=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const n=10**t;let o=(Math.trunc(e*n)/n).toString();const i=o.indexOf(".");if(i>-1){const e=o.length-i-1;e<t&&(o+="0".repeat(t-e))}else o+=`.${"0".repeat(t)}`;return o},E=(e,t,n)=>{const o=e[t];return e[t]=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];const r=n(...t);if(r)return o?.call(this,...t)},()=>e[t]=o},B=(e,t,n)=>{const o=e[t];return e[t]=function(){for(var e=arguments.length,t=new Array(e),i=0;i<e;i++)t[i]=arguments[i];const r=o?.call(this,...t);return n(...t),r},()=>e[t]=o},D=(e,t,n)=>{const o=e=>{(n?.(e)??1)&&e.stopImmediatePropagation()};return e.addEventListener(t,o,{capture:!0}),()=>{e.removeEventListener(t,o,{capture:!0})}},z=(e,t)=>{const{encode:n}={encode:!0,...t};return Object.entries(e).map((e=>{let[t,o]=e;return n?`${t}=${encodeURIComponent(o)}`:`${t}=${o}`})).join("&")},I=(e,t)=>{const n=e.findIndex(t);return-1!==n&&(e.splice(n,1),!0)},S=(e,t)=>{let n=!1;do{n=I(e,t)}while(n);return n};class M{
// eslint-disable-next-line class-methods-use-this
constructor(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];this.handler=e,this.preventSingle=t,o(this,"elements",[]),o(this,"singleClickHandler",m),o(this,"clickedOnce",!1),o(this,"stopPropagationHandler",(e=>{e.stopImmediatePropagation()})),o(this,"doubleClickHandler",(e=>{this.clickedOnce?(this.clickedOnce=!1,Promise.resolve().then((()=>{this.handler?.(e)}))):(this.clickedOnce=!0,setTimeout((()=>{this.clickedOnce&&(this.clickedOnce=!1,this.preventSingle&&this.singleClickHandler?.(e))}),200)),this.preventSingle&&e.stopImmediatePropagation()}))}bind(e){-1===this.elements.indexOf(e)&&(this.elements.push(e),e.addEventListener("click",this.doubleClickHandler,{capture:!0}),e.addEventListener("dblclick",this.stopPropagationHandler,{capture:!0}))}unbind(e){const t=this.elements.indexOf(e);-1!==t&&(this.elements.splice(t,1),e.removeEventListener("click",this.doubleClickHandler,{capture:!0}),e.removeEventListener("dblclick",this.stopPropagationHandler,{capture:!0}))}}const P=async()=>{const{sq:e}=await Promise.resolve().then(n.bind(n,8689)),{logError:t}=await Promise.resolve().then(n.bind(n,962));return await e((()=>unsafeWindow),(()=>void 0!==unsafeWindow.UserStatus)),new Promise(((e,n)=>{"https://www.bilibili.com/blackboard/newplayer.html"===document.URL.replace(window.location.search,"")&&document.URL.includes("fjw=true")||g()||(unsafeWindow.onLoginInfoLoaded?unsafeWindow.onLoginInfoLoaded(e):(t(new Error("utils.playerReady 失败")),console.error("typeof onLoginInfoLoaded === "+typeof unsafeWindow.onLoginInfoLoaded),n()))}))},O=()=>{const{activeElement:e}=document;return!!e&&(!!e.hasAttribute("contenteditable")||["input","textarea"].includes(e.nodeName.toLowerCase()))},V=e=>{if(!(e instanceof HTMLElement))return null;let t;if(e.hasAttribute("data-src"))t=e.getAttribute("data-src");else if(e instanceof HTMLImageElement)t=e.src;else if(r(e,"picture img")){t=r(e,"picture img").src}else{const{backgroundImage:n}=e.style;if(!n)return null;const o=n.match(/url\("(.+)"\)/);if(!o)return null;t=o[1]}const n=t.match(/^(.+)(\..+?)(@.+)$/);if(n)return{url:n[1]+n[2],extension:n[2]};const o=t.match(/^(.+)(\..+?)$/);return o?{url:o[1]+o[2],extension:o[2]}:null},T=e=>{const t=()=>"visible"===document.visibilityState&&(e(),document.removeEventListener("visibilitychange",t),!0);t()||document.addEventListener("visibilitychange",t)},L=async e=>{
// eslint-disable-next-line prefer-arrow-callback
const t=E(unsafeWindow,"scrollTo",(function(){return!1}));return e?(await e(),t(),m):t},j=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:-1/0,t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1/0;return(n,o)=>lodash.isNumber(Number(n))?lodash.clamp(n,e,t):o},q=e=>lodash.upperFirst(lodash.camelCase(e)),N=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:8;const t=new Uint8Array(Math.ceil(e/2));return crypto.getRandomValues(t),[...t].map((e=>e.toString(16).padStart(2,"0"))).join("").substring(0,e)},R=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];throw new Error(`todo. args: ${JSON.stringify(t)}`)},Z=()=>{throw new Error("unreachable")}},962:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ScopedConsoleCallHook:()=>m,ScopedConsoleCreateHook:()=>d,logError:()=>a,randomScopedConsole:()=>u,useScopedConsole:()=>f});var o=n(8977),i=n(997),r=n(5600);const a=async(e,t)=>{let o;"string"==typeof e?(o=e,console.error(o)):(o=(0,r.getGeneralSettings)().devMode?e.stack:e.message,console.error(e));const{Toast:i}=await Promise.resolve().then(n.bind(n,6812));i.error(o,"错误",t)},c=Symbol("ScopedConsole"),s=Symbol("NamePatch"),l={default:"#78909C",warn:"#CC7A00",error:"#BF6060",group:"#9575CD"},d="scopedConsole.create",m="scopedConsole.call",f=e=>{const{before:t,after:n}=(0,o.getHook)(d),{name:i,color:a=l.default,console:f=window.console}="string"==typeof e?{name:e}:e,u={name:i,color:a,console:f};t(e,f);let p=0;const b=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t.color;const i=e[c],r=(i?t.color:n)??l.default,a="#fff",d=i?["%c "]:["%c"],f={badgeNames:[...i?.badgeNames??[],...d,`%c${t.name}`],badgeValues:[...i?.badgeValues??[],"",`background-color: ${r}; color: ${a}; padding: 2px 4px; border-radius: 4px;`],original:i?.original??e},u=f.original,b=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const i={type:u[s],args:t},{before:r,after:a}=(0,o.getHook)(m);let c;return r(i),c=0===p?u.apply(this,[f.badgeNames.join(""),...f.badgeValues,...t]):u.apply(this,t),a(i),c};return b[c]=f,b},h=function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:t.color,o=arguments.length>3&&void 0!==arguments[3]?arguments[3]:e=>e;const i=b(e,t,n),r=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];const r=i.apply(this,t);return p=o(p),r};return r[c]=i[c],r};var g;g=f,["log","info","warn","error","group","groupCollapsed","groupEnd","debug"].forEach((e=>{g[e][s]||(g[e][s]=e)}));const v={...unsafeWindow.console,...f};return v.log=b(f.log,u),v.info=b(f.info,u),v.warn=b(f.warn,u,l.warn),v.error=b(f.error,u,l.error),v.group=h(f.group,u,l.group,(e=>e+1)),v.groupCollapsed=h(f.groupCollapsed,u,l.group,(e=>e+1)),v.groupEnd=h(f.groupEnd,u,l.group,(e=>e-1)),v.debug=(()=>{const e=b(f.debug,u);return function(){if((0,r.getGeneralSettings)().devMode){for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];return e.apply(this,n)}}})(),n(u,v),v},u=e=>f({...e,name:(0,i.getRandomId)()})},197:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ascendingBigIntSort:()=>a,ascendingSort:()=>i,ascendingStringSort:()=>r,descendingBigIntSort:()=>l,descendingSort:()=>c,descendingStringSort:()=>s});const o=e=>e,i=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(t,n)=>e(t)-e(n)},r=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(t,n)=>e(t).localeCompare(e(n))},a=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(t,n)=>{const o=BigInt(e(t)),i=BigInt(e(n));return o===i?0:o>i?1:-1}},c=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(t,n)=>e(n)-e(t)},s=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(t,n)=>e(n).localeCompare(e(t))},l=function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:o;return(t,n)=>-a(e)(t,n)}},943:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formatTitle:()=>s,getFriendlyTitle:()=>l});var o=n(997),i=n(5600),r=n(738),a=n(197);const c=e=>{let t=0,n=0;const o=[];return e.split("").forEach(((i,r)=>{"["===i&&(0===n?(o.push(e.substring(t,r)),t=r):n++),"]"===i&&(0===n?(o.push(e.substring(t,r+1)),t=r+1):n--)})),t<e.length&&o.push(e.substring(t)),o.filter((e=>""!==e))},s=function(e){let t=!(arguments.length>1&&void 0!==arguments[1])||arguments[1],n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};const i=new Date,s={title:document.title.replace(/第[0-9]*[零一二三四五六七八九十百千]*[集话]-[^-]+-[^-]+-[^-]+在线观看-bilibili-哔哩哔哩$/,"").replace(/-[^-]+-[^-]+-[^-]+在线观看-bilibili-哔哩哔哩$/,"").replace(/-[^-]+-[^-]+在线观看-bilibili-哔哩哔哩$/,"").replace(/:([^:]+?)_.+?_bilibili_哔哩哔哩$/,"").replace(/_哔哩哔哩_bilibili$/,"").replace(/ - 哔哩哔哩$/,"").replace(/_哔哩哔哩 \(゜-゜\)つロ 干杯~-bilibili$/,"").replace(/(.*?) - (.*?) - 哔哩哔哩直播,二次元弹幕直播平台$/,"$1").trim(),ep:(()=>{if(!t)return;const e=(0,o.dq)("#eplist_module li.cursor .ep-title");if(null!==e)return e.innerText;const n=(0,o.dq)("#multi_page .cur-list>ul li.on a");return null!==n?n.getAttribute("title"):void 0})(),aid:unsafeWindow.aid,bvid:unsafeWindow.bvid,cid:unsafeWindow.cid,lid:document.URL.replace(/https:\/\/live\.bilibili\.com\/(blanc\/)?(\d)+/,"$2"),y:i.getFullYear().toString(),M:(i.getMonth()+1).toString().padStart(2,"0"),d:i.getDate().toString().padStart(2,"0"),h:i.getHours().toString().padStart(2,"0"),m:i.getMinutes().toString().padStart(2,"0"),s:i.getSeconds().toString().padStart(2,"0"),ms:i.getMilliseconds().toString().substring(0,3)},l={...s,...n},d=c(e),m=Object.entries(l).sort((0,a.descendingSort)((e=>{let[t]=e;return t.length}))),f=d.map((e=>{if(!e.startsWith("[")||!e.endsWith("]"))return e;for(const[t,n]of m){const o=new RegExp(`^\\[([^\\[\\]]*?)${t}([^\\[\\]]*?)\\]$`),i=e.match(o);if(i&&Boolean(n))return`${i[1]??""}${n}${i[2]??""}`}return""})),u=f.join("");return(0,r.formatFilename)(u," ")},l=function(){let e=!(arguments.length>0&&void 0!==arguments[0])||arguments[0],t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:{};return s((0,i.getGeneralSettings)().filenameFormat,e,t)}},285:(e,t,n)=>{"use strict";n.r(t),n.d(t,{allVideoUrls:()=>u,bangumiUrls:()=>d,cheeseUrls:()=>m,columnUrls:()=>v,favoriteListUrls:()=>r,feedsUrls:()=>g,feedsUrlsWithoutDetail:()=>h,festivalUrls:()=>s,liveUrls:()=>b,mainSiteUrls:()=>p,matchCurrentPage:()=>w,mediaListUrls:()=>c,playerUrls:()=>F,upListUrls:()=>a,videoAndBangumiUrls:()=>f,videoUrls:()=>l,watchlaterUrls:()=>i});var o=n(997);const i=["//www.bilibili.com/medialist/play/watchlater","//www.bilibili.com/list/watchlater"],r=["//www.bilibili.com/medialist/play/ml","//www.bilibili.com/list/ml"],a=[/\/\/www\.bilibili\.com\/medialist\/play\/\d+/,/\/\/www\.bilibili\.com\/list\/\d+/],c=[...i,...r,...a,/\/\/www\.bilibili\.com\/list\//],s=[/\/\/www\.bilibili\.com\/festival\//],l=["//www.bilibili.com/video/",...s,...c],d=["//www.bilibili.com/bangumi/"],m=["//www.bilibili.com/cheese/"],f=[...l,...d],u=[...f,...m],p=["https://www.bilibili.com/v/",/^https:\/\/www\.bilibili\.com\/$/,/^https:\/\/www\.bilibili\.com\/([^\/]+)\.html$/,/^https:\/\/www\.bilibili\.com\/watchlater\/#\/list$/,"https://www.bilibili.com/account/"],b=[/^https:\/\/live\.bilibili\.com\/(blanc\/)?[\d]+/],h=[/^https:\/\/t\.bilibili\.com\/$/,/^https:\/\/space\.bilibili\.com\//,/^https:\/\/live\.bilibili\.com\/(blanc\/)?[\d]+/],g=[...h,/^https:\/\/t\.bilibili\.com\//,/^https:\/\/www\.bilibili\.com\/opus\/[\d]+$/],v=[/^https:\/\/www\.bilibili\.com\/read\/cv/],F=["//player.bilibili.com","//www.bilibili.com/html/player.html",...l,...d,...m],w=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.some((e=>Array.isArray(e)?e.some((e=>(0,o.matchUrlPattern)(e))):(0,o.matchUrlPattern)(e)))}},1242:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CompareResult:()=>a,Version:()=>c,isFeatureAcceptable:()=>s});var o=n(8036),i=n(9737);function r(e,t,n){return(t=function(e){var t=function(e,t){if("object"!=typeof e||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0!==n){var o=n.call(e,t||"default");if("object"!=typeof o)return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return("string"===t?String:Number)(e)}(e,"string");return"symbol"==typeof t?t:String(t)}(t))in e?Object.defineProperty(e,t,{value:n,enumerable:!0,configurable:!0,writable:!0}):e[t]=n,e}let a=function(e){return e[e.Less=-1]="Less",e[e.Equal=0]="Equal",e[e.Greater=1]="Greater",e[e.Incomparable=NaN]="Incomparable",e}({});class c{constructor(e){if(this.versionString=e,r(this,"parts",void 0),!/^[\d\.]+$/.test(e))throw new Error("Invalid version string");this.parts=e.split(".").map((e=>parseInt(e)))}compareTo(e){for(let t=0;t<this.parts.length;++t){if(e.parts.length===t)return a.Greater;if(this.parts[t]!==e.parts[t])return this.parts[t]>e.parts[t]?a.Greater:a.Less}return this.parts.length!==e.parts.length?a.Less:a.Equal}greaterThan(e){return this.compareTo(e)===a.Greater}lessThan(e){return this.compareTo(e)===a.Less}equals(e){return this.compareTo(e)===a.Equal}}const s=async e=>{try{if("string"==typeof e&&(e=(0,o.loadFeatureCode)(e)),null==e)return!1;const{version:t}=i.meta.compilationInfo,{coreVersion:n}=e;if(!n||!t)return!0;const r=new c(t),a=new c(n);return r.equals(a)||r.greaterThan(a)}catch(t){return console.warn("[isFeatureAcceptable] check failed, feature =",e),!0}}},6940:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addData:()=>r,getData:()=>a,registerAndGetData:()=>c,registerData:()=>i});const o=new Map,i=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];if(o.has(e)){const t=o.get(e),{registered:i}=t;if(i)return;t.registered=!0,t.data=n}else o.set(e,{registered:!0,data:n,loaded:!1,providers:[]})},r=(e,t)=>{if(o.has(e)){const{providers:n,loaded:i,data:r}=o.get(e);i?t(...r):n.push(t)}else o.set(e,{registered:!1,data:[],loaded:!1,providers:[t]})},a=e=>{if(o.has(e)){const t=o.get(e),{data:n,registered:i,loaded:r,providers:a}=t;if(i)return r||(a.forEach((e=>e(...n))),t.providers=[],t.loaded=!0),n}return[]},c=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),o=1;o<t;o++)n[o-1]=arguments[o];return i(e,...n),a(e)}},8977:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addHook:()=>i,getHook:()=>r});const o=new Map,i=(e,t)=>{if(o.has(e)){const{providers:n}=o.get(e);n.push(t)}else o.set(e,{providers:[t]})},r=function(e){for(var t=arguments.length,n=new Array(t>1?t-1:0),i=1;i<t;i++)n[i-1]=arguments[i];if(o.has(e)){const t=o.get(e),{providers:i}=t;return{before:async function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return Promise.all(i.map((e=>e.before?.(...n.concat(t)))))},after:async function(){for(var e=arguments.length,t=new Array(e),o=0;o<e;o++)t[o]=arguments[o];return Promise.all(i.map((e=>e.after?.(...n.concat(t)))))}}}return{before:async()=>Promise.all([]),after:async()=>Promise.all([])}}},4179:(e,t,n)=>{"use strict";n.r(t),n.d(t,{plugin:()=>r});const o=async(e,t,o)=>{const i={name:t,icon:"mdi-content-copy",description:`复制${e}`,indexer:o,action:async()=>{if(i.name===t){await navigator.clipboard.writeText(t);const{Toast:o}=await Promise.resolve().then(n.bind(n,6812));o.success("复制成功",`复制${e}`,1500)}}};return[i]},i=[{pattern:/^av([\d]+)$/i,getActions:async e=>{const{getJsonWithCredentials:t}=await Promise.resolve().then(n.bind(n,6629)),i=await t(`https://api.bilibili.com/x/web-interface/view?aid=${e[1]}`),r=lodash.get(i,"data",{}),{bvid:a,title:c}=r,s=`av${e[1]}`;return{name:c||s,description:"av号跳转",indexer:s,link:`https://www.bilibili.com/av${e[1]}`,extraActions:a?await o("BV号",a,s):[]}}},{pattern:/^bv([\da-zA-Z]+)$/i,getActions:async e=>{const{getJsonWithCredentials:t}=await Promise.resolve().then(n.bind(n,6629)),i=await t(`https://api.bilibili.com/x/web-interface/view?bvid=${e[1]}`),r=lodash.get(i,"data",{}),{aid:a,title:c}=r,s=`BV${e[1]}`;return{name:c||s,description:"BV号跳转",indexer:s,link:`https://www.bilibili.com/BV${e[1]}`,extraActions:a?await o("av号",`av${a}`,s):[]}}}],r={name:"launchBar.actions.IDSearch",displayName:"搜索栏 - 视频跳转",async setup(){const{addData:e}=await Promise.resolve().then(n.bind(n,6940)),{LaunchBarActionProviders:t}=await Promise.resolve().then(n.bind(n,40));e(t,(e=>{e.push({name:"IDSearchProvider",getActions:async e=>{const t=[];for(const n of i){const o=e.match(n.pattern);if(o){const{name:e,description:i="",indexer:r,link:a,extraActions:c=[]}=await n.getActions(o);t.push({name:e,icon:"mdi-open-in-new",indexer:r,description:i,action:()=>{window.open(a,"_blank")},order:0},...c)}}return t}})}))},commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",coreVersion:"2.8.5"}},8433:(e,t,n)=>{"use strict";n.r(t),n.d(t,{extractPluginFromComponent:()=>d,installPlugin:()=>s,loadAllPlugins:()=>f,loadPlugin:()=>m,plugins:()=>c,pluginsMap:()=>a,uninstallPlugin:()=>l});var o=n(997),i=n(6940),r=n(8977);const a={},c=lodash.once((()=>{const e=n(4353);return e.keys().map((t=>{const n=e(t);if("plugin"in n){const e=n.plugin;return a[e.name]=e,e}})).filter((e=>void 0!==e))}))(),s=async e=>{const{loadFeatureCode:t}=await Promise.resolve().then(n.bind(n,8036));let o;try{o=t(e)}catch(e){throw new Error("无效的插件代码",e)}const{settings:i}=await Promise.resolve().then(n.bind(n,5600)),r=i.userPlugins[o.name];if(r)return r.code=e,r.name=o.name,r.displayName=o.displayName||o.name,{metadata:o,message:`已更新插件'${o.displayName}', 刷新后生效`};const a={code:e,displayName:o.name,...o};return i.userPlugins[o.name]=a,c.push(a),{metadata:o,message:`已安装插件'${o.displayName||o.name}', 刷新后生效`}},l=async e=>{const{settings:t}=await Promise.resolve().then(n.bind(n,5600)),i=Object.entries(t.userPlugins).find((t=>{let[n,{displayName:o}]=t;return n===e||o===e}));if(!i)throw new Error(`没有找到与名称'${e}'相关联的插件`);const[r,a]=i;return delete t.userPlugins[r],(0,o.deleteValue)(c,(e=>e.name===r)),{metadata:a,message:`已卸载插件'${a.displayName}', 刷新后生效`}},d=e=>e.plugin?{name:`${e.name}.plugin`,displayName:`${e.displayName} - 附带插件`,...e.plugin}:null,m=async e=>{if(e.setup){const{pluginLoadTrace:t}=await Promise.resolve().then(n.bind(n,9372));await t(e);const{coreApis:o}=await Promise.resolve().then(n.bind(n,7915));return e.setup({coreApis:o,addData:i.addData,addHook:r.addHook,registerData:i.registerData,registerAndGetData:i.registerAndGetData,getHook:r.getHook})}return null},f=async e=>{const{settings:t,getGeneralSettings:o}=await Promise.resolve().then(n.bind(n,5600)),{loadFeatureCode:i}=await Promise.resolve().then(n.bind(n,1296));for(const t of e){const e=d(t);e&&c.push(e)}for(const[e,n]of Object.entries(t.userPlugins)){const{code:t}=n;let o;try{o=i(t)}catch(t){console.error("从代码加载用户插件失败。代码可能包含语法错误或执行时产生了异常",{pluginName:e,error:t});continue}c.push(o)}return Promise.allSettled(c.map(m)).then((async()=>{if(o().devMode){const{pluginLoadTime:e,pluginResolveTime:t}=await Promise.resolve().then(n.bind(n,9372)),{logStats:o}=await Promise.resolve().then(n.bind(n,8535));o("plugins block",e),o("plugins resolve",t)}}))}},1154:(e,t,n)=>{"use strict";n.r(t),n.d(t,{UserStyleMode:()=>r,installStyle:()=>c,styles:()=>a,uninstallStyle:()=>s});var o=n(5600),i=n(997);let r=function(e){return e.Default="default",e.Instant="instant",e.Important="important",e}({});const a=Object.values(o.settings.userStyles),c=async e=>{try{let t;const{loadFeatureCode:i}=await Promise.resolve().then(n.bind(n,8036));t="string"==typeof e?i(e):e;const{name:c,style:s,displayName:l,mode:d}=t,{removeStyle:m,addImportantStyle:f,addStyle:u}=await Promise.resolve().then(n.bind(n,9860)),p=o.settings.userStyles[c];if(p)Object.assign(p,t),m(c);else{const e={displayName:c,mode:r.Default,...t};o.settings.userStyles[c]=e,a.push(e)}return d===r.Important?f(s,c):u(s,c),{metadata:t,message:`已安装样式'${l||c}'`}}catch(e){throw new Error("无效的样式代码",{cause:e})}},s=async e=>{const t=Object.entries(o.settings.userStyles).find((t=>{let[n,{displayName:o}]=t;return n===e||o===e}));if(!t)throw new Error(`没有找到与名称'${e}'相关联的样式`);const{removeStyle:r}=await Promise.resolve().then(n.bind(n,9860)),[c,{displayName:s}]=t;return r(c),delete o.settings.userStyles[c],(0,i.deleteValue)(a,(e=>e.name===c)),{metadata:t,message:`已卸载样式'${s}'`}}},4688:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AsyncButton:()=>s,CheckBox:()=>h,ColorPicker:()=>E,DefaultWidget:()=>mt,DpiImage:()=>M,ImagePicker:()=>q,ImageViewer:()=>Y,MiniToast:()=>ft.Z,ProgressBar:()=>ne,ProgressRing:()=>se,RadioButton:()=>ue,RangeInput:()=>we,ScrollTrigger:()=>Be,SwitchBox:()=>De.Z,TabControl:()=>Oe,TextArea:()=>Re,TextBox:()=>Ze.default,VButton:()=>r.default,VDropdown:()=>Xe,VEmpty:()=>ot,VIcon:()=>o.default,VLoading:()=>it.default,VPopup:()=>He.default,VSlider:()=>rt.default,showImage:()=>K});var o=n(1282),i=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VButton",e._g(e._b({attrs:{disabled:e.disabled||e.internalDisabled},on:{click:e.onClick}},"VButton",e.$attrs,!1),e.listeners),[e._t("default",(function(){return[e._v("Button")]}))],2)};i._withStripped=!0;var r=n(3932);const a=Vue.extend({components:{VButton:r.default},props:{disabled:{type:Boolean,default:!1}},data:()=>({internalDisabled:!1}),computed:{listeners(){return lodash.omit(this.$listeners,"click")},onClick(){var e=this;return async function(){try{e.internalDisabled=!0;for(var t=arguments.length,n=new Array(t),o=0;o<t;o++)n[o]=arguments[o];await(e.$listeners.click?.(...n))}finally{e.internalDisabled=!1}}}}});var c=n(6499);const s=(0,c.Z)(a,i,[],!1,null,null,null).exports;var l=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VButton",e._b({staticClass:"be-check-box",class:{checked:e.checked,"left-icon":"left"===e.iconPosition},attrs:{role:"checkbox","aria-checked":e.checked,type:"transparent"},on:{click:function(t){return e.$emit("change",!e.checked)}}},"VButton",e.$attrs,!1),[t("div",{staticClass:"text-container"},[e._t("default",(function(){return[e._v("CheckBox")]}))],2),e._v(" "),t("div",{staticClass:"icon-container"},[t("VIcon",{staticClass:"not-checked",attrs:{size:16,icon:e.notCheckedIcon}}),e._v(" "),t("VIcon",{staticClass:"checked",attrs:{size:16,icon:e.checkedIcon}})],1)])};l._withStripped=!0;const d=Vue.extend({name:"CheckBox",components:{VButton:()=>Promise.resolve().then(n.bind(n,3932)).then((e=>e.default)),VIcon:()=>Promise.resolve().then(n.bind(n,1282)).then((e=>e.default))},model:{prop:"checked",event:"change"},props:{checked:{type:Boolean,required:!0},iconPosition:{type:String,default:"left"},checkedIcon:{type:String,default:"mdi-checkbox-marked-circle"},notCheckedIcon:{type:String,default:"mdi-checkbox-blank-circle-outline"}}});var m=n(8332),f=n.n(m),u=n(8915),p=n.n(u),b={insert:"head",singleton:!1};f()(p(),b);p().locals;const h=(0,c.Z)(d,l,[],!1,null,"07bbf374",null).exports;var g=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-color-picker"},[t("div",{directives:[{name:"hit",rawName:"v-hit",value:()=>e.popupOpened=!e.popupOpened,expression:"() => (popupOpened = !popupOpened)"}],ref:"button",staticClass:"selected-color",style:{backgroundColor:e.color,width:e.size+"px",height:e.size+"px"},attrs:{role:"button",tabindex:"0"}}),e._v(" "),t("VPopup",{staticClass:"picker",class:{compact:e.compact},style:{"--offset":e.popupOffset+"px"},attrs:{"esc-close":"","auto-close":!1,"trigger-element":e.$refs.button},model:{value:e.popupOpened,callback:function(t){e.popupOpened=t},expression:"popupOpened"}},[t("div",{staticClass:"item-group"},[t("div",{staticClass:"item-title"},[e._v("预设颜色")]),e._v(" "),t("div",{staticClass:"colors"},e._l(e.colors,(function(n){return t("div",{directives:[{name:"hit",rawName:"v-hit",value:()=>e.selectHexColor(n),expression:"() => selectHexColor(c)"}],key:n,staticClass:"color",style:{backgroundColor:n},attrs:{role:"radio",tabindex:e.popupOpened?0:-1}})})),0)]),e._v(" "),t("div",{staticClass:"item-group"},[t("div",{staticClass:"item-title"},[e._v("调色")]),e._v(" "),t("div",{staticClass:"bars"},[e.isRGB?[t("div",{staticClass:"bar"},[t("div",{staticClass:"bar-name"},[e._v("R")]),e._v(" "),t("VSlider",{attrs:{focusable:!1,max:255,value:e.wrapper.red},on:{change:function(t){return e.wrapper.change("red",t)}},scopedSlots:e._u([{key:"bar",fn:function(){return[t("div",{staticClass:"color-bar",style:{background:e.wrapper.redGradient}})]},proxy:!0},{key:"thumb",fn:function(){return[t("div",{staticClass:"color-thumb"})]},proxy:!0}],null,!1,2466330035)}),e._v(" "),t("TextBox",{staticClass:"bar-value",attrs:{"max-length":"3","change-on-blur":"",disabled:!e.popupOpened,text:e.int(e.wrapper.red)},on:{change:function(t){return e.wrapper.change("red",t)}}})],1),e._v(" "),t("div",{staticClass:"bar"},[t("div",{staticClass:"bar-name"},[e._v("G")]),e._v(" "),t("VSlider",{attrs:{focusable:!1,max:255,value:e.wrapper.green},on:{change:function(t){return e.wrapper.change("green",t)}},scopedSlots:e._u([{key:"bar",fn:function(){return[t("div",{staticClass:"color-bar",style:{background:e.wrapper.greenGradient}})]},proxy:!0},{key:"thumb",fn:function(){return[t("div",{staticClass:"color-thumb"})]},proxy:!0}],null,!1,2962781435)}),e._v(" "),t("TextBox",{staticClass:"bar-value",attrs:{"max-length":"3","change-on-blur":"",disabled:!e.popupOpened,text:e.int(e.wrapper.green)},on:{change:function(t){return e.wrapper.change("green",t)}}})],1),e._v(" "),t("div",{staticClass:"bar"},[t("div",{staticClass:"bar-name"},[e._v("B")]),e._v(" "),t("VSlider",{attrs:{focusable:!1,max:255,value:e.wrapper.blue},on:{change:function(t){return e.wrapper.change("blue",t)}},scopedSlots:e._u([{key:"bar",fn:function(){return[t("div",{staticClass:"color-bar",style:{background:e.wrapper.blueGradient}})]},proxy:!0},{key:"thumb",fn:function(){return[t("div",{staticClass:"color-thumb"})]},proxy:!0}],null,!1,660815582)}),e._v(" "),t("TextBox",{staticClass:"bar-value",attrs:{"max-length":"3","change-on-blur":"",disabled:!e.popupOpened,text:e.int(e.wrapper.blue)},on:{change:function(t){return e.wrapper.change("blue",t)}}})],1)]:[t("div",{staticClass:"bar"},[t("div",{staticClass:"bar-name"},[e._v("H")]),e._v(" "),t("VSlider",{attrs:{focusable:!1,max:359.9,value:e.wrapper.hue},on:{change:function(t){return e.wrapper.change("hue",t)}},scopedSlots:e._u([{key:"bar",fn:function(){return[t("div",{staticClass:"color-bar",style:{background:e.wrapper.hueGradient}})]},proxy:!0},{key:"thumb",fn:function(){return[t("div",{staticClass:"color-thumb"})]},proxy:!0}])}),e._v(" "),t("TextBox",{staticClass:"bar-value",attrs:{"max-length":"4","change-on-blur":"",disabled:!e.popupOpened,text:e.fixed(e.wrapper.hue)},on:{change:function(t){return e.wrapper.change("hue",t)}}})],1),e._v(" "),t("div",{staticClass:"bar"},[t("div",{staticClass:"bar-name"},[e._v("S")]),e._v(" "),t("VSlider",{attrs:{focusable:!1,value:e.wrapper.saturation},on:{change:function(t){return e.wrapper.change("saturationv",t)}},scopedSlots:e._u([{key:"bar",fn:function(){return[t("div",{staticClass:"color-bar",style:{background:e.wrapper.saturationGradient}})]},proxy:!0},{key:"thumb",fn:function(){return[t("div",{staticClass:"color-thumb"})]},proxy:!0}])}),e._v(" "),t("TextBox",{staticClass:"bar-value",attrs:{"max-length":"5","change-on-blur":"",disabled:!e.popupOpened,text:e.fixed(e.wrapper.saturation)},on:{change:function(t){return e.wrapper.change("saturationv",t)}}})],1),e._v(" "),t("div",{staticClass:"bar"},[t("div",{staticClass:"bar-name"},[e._v("B")]),e._v(" "),t("VSlider",{attrs:{focusable:!1,value:e.wrapper.brightness},on:{change:function(t){return e.wrapper.change("value",t)}},scopedSlots:e._u([{key:"bar",fn:function(){return[t("div",{staticClass:"color-bar",style:{background:e.wrapper.brightnessGradient}})]},proxy:!0},{key:"thumb",fn:function(){return[t("div",{staticClass:"color-thumb"})]},proxy:!0}])}),e._v(" "),t("TextBox",{staticClass:"bar-value",attrs:{"max-length":"5","change-on-blur":"",disabled:!e.popupOpened,text:e.fixed(e.wrapper.brightness)},on:{change:function(t){return e.wrapper.change("value",t)}}})],1)]],2)]),e._v(" "),t("div",{staticClass:"info item-group"},[t("VButton",{staticClass:"toggle-mode",attrs:{disabled:!e.popupOpened,type:"transparent",title:e.isRGB?"切换至HSB":"切换至RGB"},on:{click:function(t){e.isRGB=!e.isRGB}}},[e._v("\n "+e._s(e.isRGB?"切换至HSB":"切换至RGB")+"\n ")]),e._v(" "),t("div",{staticClass:"grow"}),e._v(" "),t("div",{staticClass:"color-preview",style:{backgroundColor:e.wrapper.hex}}),e._v(" "),t("TextBox",{staticClass:"hex",attrs:{disabled:!e.popupOpened,text:e.wrapper.hex,"change-on-blur":""},on:{change:function(t){return e.selectHexColor(t)}}})],1),e._v(" "),t("div",{staticClass:"operations item-group",on:{click:function(t){e.popupOpened=!e.popupOpened}}},[t("VButton",{staticClass:"cancel",attrs:{disabled:!e.popupOpened},on:{click:function(t){return e.reset()}}},[e._v(" 取消 ")]),e._v(" "),t("VButton",{staticClass:"ok",attrs:{disabled:!e.popupOpened,type:"primary"},on:{click:function(t){return e.ok()}}},[e._v(" 确定 ")])],1)])],1)};g._withStripped=!0;var v=n(4654),F=n.n(v);const w=JSON.parse('["#E57373","#F06292","#BA68C8","#9575CD","#7986CB","#2196F3","#00A0D8","#00ACC1","#26A69A","#81C784","#9CCC65","#FF9800","#FF7043","#A1887F","#757575","#78909C"]'),y=e=>{let t=new(F())(e);const n={get color(){return t},set color(e){t=e,this.updateProps()},change(e,n){"string"==typeof n&&(n=parseFloat(n),Number.isNaN(n))||(this.color=t[e](n))},updateProps(){this.red=t.red(),this.green=t.green(),this.blue=t.blue(),this.hue=t.hue(),this.saturation=t.saturationv(),this.brightness=t.value(),this.hex=t.hex(),this.hueGradient=`linear-gradient(to right, ${t.hue(0).hex()}, ${t.hue(60).hex()}, ${t.hue(120).hex()}, ${t.hue(180).hex()}, ${t.hue(240).hex()}, ${t.hue(300).hex()}, ${t.hue(0).hex()})`,this.saturationGradient=`linear-gradient(to right, ${t.saturationv(0).hex()}, ${t.saturationv(100).hex()})`,this.brightnessGradient=`linear-gradient(to right, ${t.value(0).hex()}, ${t.value(100).hex()})`,this.redGradient=`linear-gradient(to right, ${t.red(0).hex()}, ${t.red(255).hex()})`,this.greenGradient=`linear-gradient(to right, ${t.green(0).hex()}, ${t.green(255).hex()})`,this.blueGradient=`linear-gradient(to right, ${t.blue(0).hex()}, ${t.blue(255).hex()})`}};return n.updateProps(),n},x=Vue.extend({name:"ColorPicker",components:{TextBox:()=>Promise.resolve().then(n.bind(n,5486)).then((e=>e.default)),VSlider:()=>Promise.resolve().then(n.bind(n,2727)).then((e=>e.default)),VButton:()=>Promise.resolve().then(n.bind(n,3932)).then((e=>e.default)),VPopup:()=>Promise.resolve().then(n.bind(n,6355)).then((e=>e.default))},model:{prop:"color",event:"change"},props:{color:{type:String,default:"#000000",required:!0},size:{type:Number,default:24,required:!1},compact:{type:Boolean,default:!1},popupOffset:{type:Number,default:0}},data(){return{popupOpened:!1,wrapper:y(this.color),colors:w,isRGB:!1}},watch:{popupOpened(e){e&&(document.body.addEventListener("mousedown",(e=>{this.$el.contains(e.target)||this.$el===e.target||document.body.addEventListener("mouseup",(()=>{this.popupOpened=!1}),{once:!0})})),document.body.addEventListener("touchstart",(e=>{1!==e.touches.length||this.$el.contains(e.target)||this.$el===e.target||document.body.addEventListener("touchend",(()=>{this.popupOpened=!1}),{once:!0})})))}},methods:{ok(){this.$emit("change",this.wrapper.hex)},reset(){this.wrapper.color=new(F())(this.color)},selectHexColor(e){try{const t=new(F())(e,"hex");this.wrapper.color=t}catch(e){}},fixed:e=>(Math.round(10*e)/10).toString(),int:e=>Math.round(e).toString()}});var k=n(5314),C=n.n(k),A={insert:"head",singleton:!1};f()(C(),A);C().locals;const E=(0,c.Z)(x,g,[],!1,null,"5b939efc",null).exports;var B=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("img",e._b({class:{placeholder:e.isPlaceholderActive},attrs:{width:e.width,height:e.height,srcset:e.srcset,src:e.actualSrc}},"img",e.$attrs,!1))};B._withStripped=!0;var D=n(997),z=n(6058);const I=Vue.extend({name:"DpiImage",props:{size:{type:[Object,Number],required:!0},src:{type:String,required:!0},intersection:{type:Object,default:()=>({})},placeholderImage:{type:Boolean,default:!1}},data:()=>({srcset:null,actualSrc:z.EmptyImageUrl,isPlaceholderActive:!1}),computed:{width(){return"object"==typeof this.size&&"width"in this.size?this.size.width:"number"==typeof this.size?this.size:null},height(){return"object"==typeof this.size&&"height"in this.size?this.size.height:"number"==typeof this.size?this.size:null}},watch:{size(){this.sourceChange()},src(){this.sourceChange()}},mounted(){const e={rootMargin:"200px",...this.intersection},t=new IntersectionObserver((e=>{e.forEach((e=>{e.isIntersecting&&(this.calcSrc(),t.disconnect())}))}),e);t.observe(this.$el)},methods:{sourceChange(){this.actualSrc!==z.EmptyImageUrl&&null!==this.srcset&&this.calcSrc()},calcSrc(){const e=!this.src||!this.size;if(this.isPlaceholderActive=e&&this.placeholderImage,e)return this.srcset=null,void(this.placeholderImage?this.actualSrc="https://s1.hdslb.com/bfs/static/blive/live-web-center/static/img/no-cover.1ebe4d5.jpg":this.actualSrc=z.EmptyImageUrl);let{src:t}=this;if(t.startsWith("http:")&&(t=t.replace("http:","https:")),t.includes("//static.hdslb.com/images/member/noface.gif"))return this.srcset=t,void(this.actualSrc=t);this.srcset=(0,D.getDpiSourceSet)(t,this.size),this.actualSrc=t}}}),S=I;const M=(0,c.Z)(S,B,[],!1,null,null,null).exports;var P=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-image-picker"},[t("VButton",{ref:"pickButton",staticClass:"pick-button",on:{click:function(t){e.popupOpen=!e.popupOpen}}},[e._t("text",(function(){return[e._v(" 选择图片 ")]}))],2),e._v(" "),t("VPopup",{staticClass:"popup",attrs:{"trigger-element":e.$refs.pickButton},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.cancel()}},model:{value:e.popupOpen,callback:function(t){e.popupOpen=t},expression:"popupOpen"}},[t("transition-group",{staticClass:"images",attrs:{name:"image-list",tag:"div",tabindex:"-1"}},e._l(e.images,(function(n){return t("div",{directives:[{name:"hit",rawName:"v-hit",value:()=>e.selectImage(n),expression:"() => selectImage(i)"}],key:n.name,staticClass:"image",class:{selected:n.name===e.selectedImage.name},attrs:{title:n.name,tabindex:e.popupOpen?0:-1}},[t("img",{attrs:{width:"64",height:"64",src:n.url}})])})),0),e._v(" "),t("div",{directives:[{name:"show",rawName:"v-show",value:0===e.images.length,expression:"images.length === 0"}],staticClass:"empty-tip"},[e._v("空空如也哦 = ̄ω ̄=")]),e._v(" "),t("div",{staticClass:"operations"},[t("VPopup",{staticClass:"add-image-popup",attrs:{tabindex:"-1",lazy:!1,"trigger-element":e.$refs.addButton},model:{value:e.addImagePopupOpen,callback:function(t){e.addImagePopupOpen=t},expression:"addImagePopupOpen"}},[t("div",{staticClass:"add-image-row"},[e._v("\n 名称:\n "),t("TextBox",{ref:"addImageInput",attrs:{disabled:!e.addImagePopupOpen},model:{value:e.newImage.name,callback:function(t){e.$set(e.newImage,"name",t)},expression:"newImage.name"}})],1),e._v(" "),t("div",{staticClass:"add-image-row"},[e._v("\n 链接:\n "),t("TextBox",{attrs:{disabled:!e.addImagePopupOpen},model:{value:e.newImage.url,callback:function(t){e.$set(e.newImage,"url",t)},expression:"newImage.url"}})],1),e._v(" "),t("div",{staticClass:"add-image-row buttons"},[t("VButton",{attrs:{disabled:!e.addImagePopupOpen},on:{click:function(t){e.addImagePopupOpen=!1,e.clearNewImage()}}},[e._v("\n 取消\n ")]),e._v(" "),t("VButton",{attrs:{disabled:!e.newImage.url||!e.newImage.name,type:"primary"},on:{click:function(t){e.addImage(e.newImage),e.addImagePopupOpen=!1,e.clearNewImage()}}},[e._v("\n 确定\n ")])],1)]),e._v(" "),t("VButton",{staticClass:"clear-image",attrs:{disabled:!e.selectedImage.name},on:{click:function(t){return e.clearImage()}}},[e._v("\n 清除选择\n ")]),e._v(" "),t("VButton",{ref:"addButton",staticClass:"add-image",attrs:{disabled:!e.popupOpen},on:{click:function(t){return e.openAddImagePopup()}}},[e._v("\n 添加\n ")]),e._v(" "),t("VButton",{staticClass:"edit-image",attrs:{disabled:!e.selectedImage.name},on:{click:function(t){return e.editImage()}}},[e._v("\n 编辑\n ")]),e._v(" "),t("VButton",{attrs:{disabled:!e.selectedImage.name},on:{click:function(t){e.removeImage(e.selectedImage),e.clearImage()}}},[e._v("\n 删除\n ")])],1),e._v(" "),t("div",{staticClass:"operations"},[t("VButton",{attrs:{disabled:!e.popupOpen},on:{click:function(t){return e.cancel()}}},[e._v(" 取消 ")]),e._v(" "),t("VButton",{attrs:{disabled:!e.popupOpen,type:"primary"},on:{click:function(t){return e.ok()}}},[e._v(" 确定 ")])],1),e._v(" "),e.addImagePopupOpen?t("div",{staticClass:"mask"}):e._e()],1)],1)};P._withStripped=!0;const O=[],V=Vue.extend({name:"ImagePicker",components:{VButton:()=>Promise.resolve().then(n.bind(n,3932)).then((e=>e.default)),VPopup:()=>Promise.resolve().then(n.bind(n,6355)).then((e=>e.default)),TextBox:()=>Promise.resolve().then(n.bind(n,5486)).then((e=>e.default))},model:{prop:"image",event:"change"},props:{image:{type:Object,required:!0}},data:()=>({images:O,popupOpen:!1,addImagePopupOpen:!1,selectedImage:{name:"",url:""},newImage:{name:"",url:""}}),methods:{addImage:e=>{if(!e.name||!e.url)return;const t=O.find((t=>t.name===e.name));t?t.url=e.url:O.unshift(e)},removeImage:e=>{const t="string"==typeof e?e:e.name,n=O.findIndex((e=>e.name===t));-1!==n&&O.splice(n,1)},ok(){this.$emit("change",this.selectedImage),this.popupOpen=!1},cancel(){this.selectedImage=this.image,this.popupOpen=!1},selectImage(e){this.selectedImage.name===e.name?this.selectedImage={name:"",url:""}:this.selectedImage=e},clearImage(){this.selectedImage={name:"",url:""}},clearNewImage(){this.newImage={name:"",url:""}},editImage(){this.newImage=this.selectedImage,this.openAddImagePopup()},async openAddImagePopup(){this.addImagePopupOpen=!this.addImagePopupOpen,await this.$nextTick(),this.$refs.addImageInput.$refs.input.focus()}}});var T=n(3992),L=n.n(T),j={insert:"head",singleton:!1};f()(L(),j);L().locals;const q=(0,c.Z)(V,P,[],!1,null,"7b32c90b",null).exports;var N=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"image-viewer-container",class:{open:e.open},on:{click:e.detectOutside}},[t("div",{ref:"viewer",staticClass:"image-viewer"},[t("div",{staticClass:"image-container"},[e.image?t("img",{staticClass:"image",attrs:{src:e.image}}):e._e()]),e._v(" "),t("div",{staticClass:"close image-viewer-icon",attrs:{title:"关闭"},on:{click:function(t){e.open=!1}}},[t("VIcon",{attrs:{size:48,icon:"mdi-close"}})],1),e._v(" "),t("a",{staticClass:"copy-link image-viewer-icon",attrs:{target:"_blank",title:"复制原链接"},on:{click:function(t){return e.copyLink()}}},[e.copiedTimer?t("VIcon",{attrs:{size:48,icon:"mdi-check"}}):t("VIcon",{attrs:{size:48,icon:"mdi-link"}})],1),e._v(" "),t("a",{staticClass:"new-tab image-viewer-icon",attrs:{target:"_blank",title:"在新标签页打开"},on:{click:function(t){return e.newTab()}}},[t("VIcon",{attrs:{size:48,icon:"mdi-open-in-new"}})],1),e._v(" "),e.blobUrl?t("a",{staticClass:"download image-viewer-icon",attrs:{target:"_blank",title:"下载",href:e.blobUrl,download:e.filename}},[t("VIcon",{attrs:{size:48,icon:"mdi-download"}})],1):e._e()])])};N._withStripped=!0;var R=n(5600),Z=n(943),U=n(6629);const H=Vue.extend({components:{VIcon:o.default},props:{image:{type:String,required:!0}},data:()=>({filename:"",open:!1,blobUrl:"",keyHandler:null,copiedTimer:0}),watch:{async image(e){this.blobUrl&&URL.revokeObjectURL(this.blobUrl),e||(this.blobUrl="");const t=await(0,U.getBlob)(e);this.blobUrl=URL.createObjectURL(t),this.updateFilename()}},mounted(){this.keyHandler=e=>{"Escape"===e.key&&(this.open=!1)},document.addEventListener("keydown",this.keyHandler),(0,R.addComponentListener)("settingsPanel.filenameFormat",(()=>{this.updateFilename()}),!0)},beforeDestroy(){document.removeEventListener("keydown",this.keyHandler)},methods:{async copyLink(){await navigator.clipboard.writeText(this.image),this.copiedTimer&&window.clearTimeout(this.copiedTimer),this.copiedTimer=window.setTimeout((()=>{this.copiedTimer=0}),2e3)},newTab(){window.open(this.image,"_blank")},detectOutside(e){const t=this.$el,{viewer:n}=this.$refs;e.target!==t&&e.target!==n||(this.open=!1)},updateFilename(){const e=this.image;this.filename=e?(0,Z.getFriendlyTitle)(document.URL.includes("/www.bilibili.com/bangumi/"))+e.substring(e.lastIndexOf(".")):""}}});var W=n(7677),G=n.n(W),Q={insert:"head",singleton:!1};f()(G(),Q);G().locals;const Y=(0,c.Z)(H,N,[],!1,null,"8829ba14",null).exports;let X;const K=async e=>(X||await(async()=>(X=new Y({propsData:{image:"",open:!1}}).$mount(),document.body.insertAdjacentElement("beforeend",X.$el),X))(),setTimeout((()=>{X.image=e,X.open=!0})),X);var J=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-progress-bar"},[t("div",{staticClass:"progress",class:{transition:e.transition},style:{width:e.width}})])};J._withStripped=!0;const _=Vue.extend({name:"ProgressBar",props:{progress:{type:Number,default:50},min:{type:Number,default:0},max:{type:Number,default:100},transition:{type:Boolean,default:!1}},computed:{width(){let e=this.progress;e>this.max?e=this.max:e<this.min&&(e=this.min);return 100*((e-this.min)/(this.max-this.min))+"%"}}});var $=n(675),ee=n.n($),te={insert:"head",singleton:!1};f()(ee(),te);ee().locals;const ne=(0,c.Z)(_,J,[],!1,null,"56b62124",null).exports;var oe=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-progress-ring"},[t("svg",{style:{width:e.size+"px",height:e.size+"px"},attrs:{height:e.size,width:e.size}},[t("circle",{staticClass:"progress",class:{transition:e.transition},style:{strokeDashoffset:e.strokeDashoffset},attrs:{fill:"transparent","stroke-linecap":"round","stroke-dasharray":e.circumference+" "+e.circumference,"stroke-width":e.stroke,r:e.radius,cx:e.size/2,cy:e.size/2}}),e._v(" "),t("circle",{staticClass:"progress-background",attrs:{fill:"transparent","stroke-width":e.stroke,r:e.radius,cx:e.size/2,cy:e.size/2}})])])};oe._withStripped=!0;const ie=Vue.extend({name:"ProgressRing",props:{size:{type:Number,required:!0},progress:{type:Number,default:50},stroke:{type:Number,default:4},min:{type:Number,default:0},max:{type:Number,default:100},transition:{type:Boolean,default:!1}},data(){const e=this.size/2-this.stroke;return{radius:e,circumference:2*e*Math.PI}},computed:{strokeDashoffset(){let e=this.progress;e>this.max?e=this.max:e<this.min&&(e=this.min);return(1-(e-this.min)/(this.max-this.min))*this.circumference}}});var re=n(6357),ae=n.n(re),ce={insert:"head",singleton:!1};f()(ae(),ce);ae().locals;const se=(0,c.Z)(ie,oe,[],!1,null,"360d0319",null).exports;var le=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("CheckBox",e._b({staticClass:"be-radio-button",attrs:{role:"radio",checked:e.checked,"checked-icon":e.checkedIcon,"not-checked-icon":e.notCheckedIcon},on:{change:function(t){return e.emitChange(t)}}},"CheckBox",e.$attrs,!1),[e._t("default",(function(){return[e._v("RadioButton")]}))],2)};le._withStripped=!0;const de=new Map,me=lodash.curry(((e,t,n)=>{de.has(e)?de.get(e).push({instance:t,uncheck:n}):de.set(e,[{instance:t,uncheck:n}])})),fe=Vue.extend({name:"RadioButton",components:{CheckBox:h},model:{prop:"checked",event:"change"},props:{checked:{type:Boolean,required:!0},allowUncheck:{type:Boolean,default:!1},group:{type:String,default:""},checkedIcon:{type:String,default:"mdi-radiobox-marked"},notCheckedIcon:{type:String,default:"mdi-radiobox-blank"}},watch:{checked(e){if(e){const e=this.group,t=this.$el;let n;n=""===e?t.parentElement:e,de.get(n).forEach((e=>{let{instance:t,uncheck:n}=e;t!==this&&n()}))}}},mounted(){const e=this.group,t=this.$el;let n;n=me(""===e?t.parentElement:e),n(this,(()=>this.$emit("change",!1)))},methods:{emitChange(e){(this.checked&&this.allowUncheck||!this.checked)&&this.$emit("change",e)}}});const ue=(0,c.Z)(fe,le,[],!1,null,null,null).exports;var pe=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-range-input"},[t("TextBox",{attrs:{"change-on-blur":"",text:e.wrapper.range.start.toString()},on:{change:function(t){e.wrapper.start=t}}}),e._v(" "),e._t("separator",(function(){return[t("div",{staticClass:"default-separator"},[e._v("~")])]})),e._v(" "),t("TextBox",{attrs:{"change-on-blur":"",text:e.wrapper.range.end.toString()},on:{change:function(t){e.wrapper.end=t}}})],2)};pe._withStripped=!0;const be=e=>({range:e.range,get start(){return this.range.start.toString()},set start(e){this.createNewRange(e,this.end)},get end(){return this.range.end.toString()},set end(e){this.createNewRange(this.start,e)},createNewRange(t,n){let o={start:t,end:n};e.validator&&(o=e.validator(o)),null!=o?(this.range=o,e.$emit("change",o)):this.range={start:this.range.start,end:this.range.end}}}),he=Vue.extend({name:"RangeInput",components:{TextBox:()=>Promise.resolve().then(n.bind(n,5486))},model:{prop:"range",event:"change"},props:{range:{type:Object,required:!0},validator:{type:Function,default:void 0}},data(){return{wrapper:be(this)}}});var ge=n(6566),ve=n.n(ge),Fe={insert:"head",singleton:!1};f()(ve(),Fe);ve().locals;const we=(0,c.Z)(he,pe,[],!1,null,"b459c060",null).exports;var ye=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-scroll-trigger",on:{click:function(t){return e.trigger()}}},[e._t("default",(function(){return[t("VLoading")]}))],2)};ye._withStripped=!0;var xe=n(962);const ke=Vue.extend({components:{VLoading:()=>Promise.resolve().then(n.bind(n,3441)).then((e=>e.default))},async mounted(){const e=(0,xe.useScopedConsole)("ScrollTrigger"),t=this.$el,{visible:o}=await Promise.resolve().then(n.bind(n,1854));o(t,(t=>{t.some((e=>e.intersectionRatio>0))&&(e.log("Intersection Observer trigger"),this.trigger())}))},methods:{trigger(){this.$emit("trigger")}}});var Ce=n(3507),Ae=n.n(Ce),Ee={insert:"head",singleton:!1};f()(Ae(),Ee);Ae().locals;const Be=(0,c.Z)(ke,ye,[],!1,null,null,null).exports;var De=n(8798),ze=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-tab-control"},[t("div",{staticClass:"default-header"},[e._t("tabs",(function(){return[t("div",{staticClass:"default-tabs"},e._l(e.tabs,(function(n){return t("div",{key:n.name,staticClass:"default-tab",class:{selected:n===e.selectedTab},attrs:{"data-count":n.count>0?n.count:null},on:{click:function(t){return e.selectTab(n)}}},[t("div",{staticClass:"default-tab-name"},[e._v("\n "+e._s(n.displayName)+"\n ")])])})),0)]})),e._v(" "),t("div",{staticClass:"header-item"},[e._t("header-item")],2),e._v(" "),null!==e.moreLink&&void 0!==e.moreLink?t("a",{staticClass:"be-more-link",attrs:{href:"function"==typeof e.moreLink?e.moreLink(e.selectedTab):e.moreLink,target:"_blank"}},[t("VButton",{attrs:{disabled:!e.moreLink,round:""}},[e._t("more-link",(function(){return[e._v("\n 查看更多\n "),t("VIcon",{attrs:{icon:"mdi-dots-horizontal",size:18}})]}))],2)],1):e._e()],2),e._v(" "),e._t("content",(function(){return[t("div",{staticClass:"default-content"},[t("transition",{attrs:{name:"content-transition"}},[t(e.selectedTab.component,e._b({tag:"component"},"component",e.selectedTab.propsData,!1))],1)],1)]}))],2)};ze._withStripped=!0;const Ie=Vue.extend({name:"TabControl",components:{VButton:()=>Promise.resolve().then(n.bind(n,3932)).then((e=>e.default)),VIcon:()=>Promise.resolve().then(n.bind(n,1282)).then((e=>e.default))},model:{prop:"link",event:"change"},props:{tabs:{type:Array,required:!0,validator:e=>0!==e.length},defaultTab:{type:String,required:!1,default:""},link:{type:String,required:!1,default:null},moreLink:{type:[String,Function],default:null}},data(){const e=this.tabs;return{selectedTabName:e.find((e=>e.name===this.defaultTab))?.name??e[0].name}},computed:{selectedTab(){return this.tabs.find((e=>e.name===this.selectedTabName))}},mounted(){this.$emit("change",this.selectedTab.activeLink)},methods:{selectTab(e){this.selectedTabName!==e.name?(this.selectedTabName=e.name,e.count=0,this.$emit("change",this.selectedTab.activeLink)):e.activeLink&&window.open(e.activeLink,"_blank")}}});var Se=n(3543),Me=n.n(Se),Pe={insert:"head",singleton:!1};f()(Me(),Pe);Me().locals;const Oe=(0,c.Z)(Ie,ze,[],!1,null,null,null).exports;var Ve=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-text-area",attrs:{role:"text"}},[t("textarea",e._g(e._b({ref:"input",attrs:{type:"text"},domProps:{value:e.text},on:{change:function(t){return t.stopPropagation(),e.change.apply(null,arguments)},input:function(t){return t.stopPropagation(),e.input.apply(null,arguments)},compositionstart:e.compositionStart,compositionend:e.compositionEnd}},"textarea",e.$attrs,!1),e.restListeners))])};Ve._withStripped=!0;var Te=n(8491);const Le=Vue.extend({name:"TextArea",mixins:[Te.t]});var je=n(2407),qe=n.n(je),Ne={insert:"head",singleton:!1};f()(qe(),Ne);qe().locals;const Re=(0,c.Z)(Le,Ve,[],!1,null,null,null).exports;var Ze=n(5486),Ue=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{directives:[{name:"hit",rawName:"v-hit",value:e.hit,expression:"hit"}],staticClass:"be-dropdown",class:{disabled:e.disabled,round:e.round},attrs:{role:"combobox",tabindex:e.disabled?-1:0,"aria-disabled":e.disabled}},[t("div",{ref:"selected",staticClass:"selected"},[t("div",{staticClass:"selected-item"},[null!==e.value&&void 0!==e.value?e._t("item",(function(){return[e._v("\n "+e._s(e.value.displayName)+"\n ")]}),{item:e.value}):e._e()],2),e._v(" "),t("div",{staticClass:"arrow",class:{open:e.popupOpen}},[e._t("arrow",(function(){return[t("div",{staticClass:"default-arrow"},[t("svg",{attrs:{xmlns:"http://www.w3.org/2000/svg","xmlns:xlink":"http://www.w3.org/1999/xlink",viewBox:"0 0 24 24"}},[t("defs",[t("clipPath",{attrs:{id:"clip-arrow-down"}},[t("rect",{attrs:{width:"24",height:"24"}})])]),e._v(" "),t("g",{attrs:{id:"arrow-down","clip-path":"url(#clip-arrow-down)"}},[t("path",{attrs:{id:"Path_1","data-name":"Path 1",d:"M2,17,12,7,22,17",transform:"translate(24 25) rotate(180)","stroke-linecap":"round","stroke-linejoin":"round","stroke-width":"2"}})])])])]}))],2)]),e._v(" "),t("VPopup",{ref:"popup",staticClass:"dropdown-popup",attrs:{lazy:!1,"trigger-element":e.$refs.selected},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"esc",27,t.key,["Esc","Escape"])?null:e.selectItem(e.value)}},model:{value:e.popupOpen,callback:function(t){e.popupOpen=t},expression:"popupOpen"}},e._l(e.items,(function(n){return t("div",{directives:[{name:"hit",rawName:"v-hit",value:()=>e.selectItem(n),expression:"() => selectItem(item)"}],key:e.keyMapper(n),staticClass:"bex-dropdown-item",attrs:{tabindex:e.popupOpen?0:-1}},[e._t("item",(function(){return[e._v("\n "+e._s(n.displayName)+"\n ")]}),{item:n})],2)})),0)],1)};Ue._withStripped=!0;var He=n(6355);const We=Vue.extend({name:"VDropdown",components:{VPopup:He.default},model:{prop:"value",event:"change"},props:{value:{required:!0},items:{type:Array,required:!0},keyMapper:{type:Function,default:e=>e.name},round:{type:Boolean,default:!1}},data:()=>({popupOpen:!1}),computed:{disabled(){return Boolean(this.$attrs.disabled)}},watch:{disabled(e){e&&(this.popupOpen=!1)}},created(){null!==this.value&&void 0!==this.value||this.$emit("change",this.items[0]||"<No items>")},methods:{selectItem(e){e!==this.value&&this.$emit("change",e),this.popupOpen=!1,this.$el.focus()},hit(e){if(this.disabled)return;const t=this.$refs.popup.$el,n=e.target;t===n||t.contains(n)||(this.popupOpen=!this.popupOpen)}}});var Ge=n(6539),Qe=n.n(Ge),Ye={insert:"head",singleton:!1};f()(Qe(),Ye);Qe().locals;const Xe=(0,c.Z)(We,Ue,[],!1,null,"6b51ccd4",null).exports;var Ke=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-empty"},[e._t("default",(function(){return["string"==typeof e.config.content&&e.config.content.length>0?[e._v("\n "+e._s(e.config.content)+"\n ")]:e._e(),e._v(" "),"string"!=typeof e.config.content?t(e.config.content,{tag:"component"}):e._e()]}))],2)};Ke._withStripped=!0;var Je=n(6940);const[_e]=(0,Je.registerAndGetData)("vEmpty",{content:"空空如也哦 = ̄ω ̄="}),$e=Vue.extend({name:"VEmpty",data:()=>({config:_e})});var et=n(6105),tt=n.n(et),nt={insert:"head",singleton:!1};f()(tt(),nt);tt().locals;const ot=(0,c.Z)($e,Ke,[],!1,null,null,null).exports;var it=n(3441),rt=n(2727),at=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VButton",e._g(e._b({staticClass:"default-widget"},"VButton",e.$attrs,!1),e.$listeners),[t("div",{staticClass:"widget-icon"},[e._t("icon",(function(){return[t("VIcon",{attrs:{type:e.iconType,icon:e.icon}})]}))],2),e._v(" "),t("div",{staticClass:"widget-name"},[e._t("default",(function(){return[e._v(e._s(e.name))]}))],2)])};at._withStripped=!0;const ct=Vue.extend({components:{VIcon:o.default,VButton:r.default},props:{name:{type:String,default:""},icon:{type:String,default:""},iconType:{type:String,default:""}}});var st=n(6676),lt=n.n(st),dt={insert:"head",singleton:!1};f()(lt(),dt);lt().locals;const mt=(0,c.Z)(ct,at,[],!1,null,"20e1bedd",null).exports;var ft=n(7864)},2266:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initMdiStyle:()=>r});var o=n(1898),i=n.n(o);const r=()=>{const e=document.createElement("style");return e.id="be-mdi",e.innerHTML=i(),e}},8491:(e,t,n)=>{"use strict";n.d(t,{t:()=>o});const o=Vue.extend({model:{prop:"text",event:"change"},props:{text:{type:String,required:!1,default:""},changeOnBlur:{type:Boolean,required:!1,default:!1},validator:{type:Function,default:void 0}},data(){return{composing:!1,restListeners:lodash.omit(this.$listeners,"change","input","compositionstart","compositionend")}},methods:{emitChange(){let{value:e}=this.$refs.input;this.validator&&(e=this.validator(e,this.text),this.changeOnBlur&&(this.$refs.input.value=e)),e!==this.text&&this.$emit("change",e)},input(){this.changeOnBlur||this.composing||this.emitChange()},change(){this.changeOnBlur&&!this.composing&&this.emitChange()},compositionStart(){this.composing=!0},compositionEnd(){this.composing=!1,this.input()},focus(){this.$refs.input.focus()}}})},6433:(e,t,n)=>{"use strict";n.r(t),n.d(t,{compilationInfo:()=>m});var o=n(113);const i="the1812",r="raw.githubusercontent.com",a={name:"GitHub",owner:i,host:r,stableClient:`https://${r}/the1812/Bilibili-Evolved/master/dist/bilibili-evolved.user.js`,previewClient:`https://${r}/the1812/Bilibili-Evolved/preview/dist/bilibili-evolved.preview.user.js`,library:{lodash:`https://${r}/lodash/lodash/4.17.21/dist/lodash.min.js`,protobuf:`https://${r}/protobufjs/protobuf.js/v6.10.1/dist/light/protobuf.min.js`,jszip:`https://${r}/Stuk/jszip/v3.7.1/dist/jszip.min.js`,sortable:`https://${r}/SortableJS/Sortable/1.14.0/Sortable.min.js`,mdi:"https://the1812.github.io/Bilibili-Evolved/static/mdi/mdi.css",streamsaver:`https://${r}/jimmywarting/StreamSaver.js/2.0.6/StreamSaver.js`},smallLogo:`https://${r}/the1812/Bilibili-Evolved/preview/images/logo-small.png`,logo:`https://${r}/the1812/Bilibili-Evolved/preview/images/logo.png`,root:(e,t)=>`https://${r}/${t||i}/Bilibili-Evolved/${e}/`},c="the1812",s="cdn.jsdelivr.net",l=a,d={github:a,jsDelivr:{name:"jsDelivr",owner:c,host:s,stableClient:"https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/dist/bilibili-evolved.user.js",previewClient:"https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/dist/bilibili-evolved.preview.user.js",library:{lodash:"https://cdn.jsdelivr.net/npm/lodash@4.17.21/lodash.min.js",protobuf:"https://cdn.jsdelivr.net/npm/protobufjs@6.10.1/dist/light/protobuf.min.js",jszip:"https://cdn.jsdelivr.net/npm/jszip@3.7.1/dist/jszip.min.js",sortable:"https://cdn.jsdelivr.net/npm/sortablejs@1.14.0/Sortable.min.js",mdi:"https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@master/docs/static/mdi/mdi.css",streamsaver:"https://cdn.jsdelivr.net/npm/streamsaver@2.0.6/StreamSaver.min.js"},smallLogo:"https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/images/logo-small.png",logo:"https://cdn.jsdelivr.net/gh/the1812/Bilibili-Evolved@preview/images/logo.png",root:(e,t)=>`https://cdn.jsdelivr.net/gh/${t||c}/Bilibili-Evolved@${e}/`}},m={...{year:(new Date).getFullYear(),version:o.version,altCdn:l,allCdns:d},commitHash:"3d78bf7c9ed83833538171f09a159f6b91407440",branch:"master",nearestTag:"v2.8.5",versionWithTag:"v2.8.5-24-g3d78bf7c9"}},6990:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"switch-options",class:{"small-size":e.smallSize,grid:!e.popupMode}},[e.popupMode?[t("VButton",{ref:"button",on:{click:function(t){e.popupOpen=!e.popupOpen}}},[t("VIcon",{staticClass:"switch-icon",attrs:{icon:"mdi-checkbox-marked-circle-outline",size:e.smallSize?16:22}}),e._v("\n "+e._s(e.options.optionDisplayName)+"\n ")],1),e._v(" "),t("VPopup",{staticClass:"switch-options-popup widgets-popup",attrs:{"trigger-element":e.$refs.button,"esc-close":"","auto-destroy":""},model:{value:e.popupOpen,callback:function(t){e.popupOpen=t},expression:"popupOpen"}},e._l(Object.keys(e.options.switches),(function(n){return t(e.options.radio?"RadioButton":"CheckBox",e._b({key:n,tag:"component",class:{dim:e.isDim(n)},attrs:{checked:e.componentOptions[`switch-${n}`]},on:{change:function(t){e.componentOptions[`switch-${n}`]=t}}},"component",e.mergedSwitchProps,!1),[e._v("\n "+e._s(e.options.switches[n].displayName)+"\n ")])})),1)]:[t("div",{staticClass:"switch-options-grid"},e._l(Object.keys(e.options.switches),(function(n){return t(e.options.radio?"RadioButton":"CheckBox",e._b({key:n,tag:"component",class:{dim:e.isDim(n)},attrs:{checked:e.componentOptions[`switch-${n}`]},on:{change:function(t){e.componentOptions[`switch-${n}`]=t}}},"component",e.mergedSwitchProps,!1),[e._v("\n "+e._s(e.options.switches[n].displayName)+"\n ")])})),1)]],2)};o._withStripped=!0;var i=n(4688),r=n(5600);const a=Vue.extend({name:"SwitchOptions",components:{VPopup:i.VPopup,VButton:i.VButton,VIcon:i.VIcon,CheckBox:i.CheckBox,RadioButton:i.RadioButton},props:{options:{type:Object,required:!0},smallSize:{type:Boolean,default:!1},popupMode:{type:Boolean,default:!0}},data(){const{componentName:e}=this.options;return{popupOpen:!1,componentOptions:(0,r.getComponentSettings)(e).options}},computed:{mergedSwitchProps(){return{checkedIcon:"mdi-eye-off-outline",notCheckedIcon:"mdi-eye-outline",...this.options.switchProps}}},watch:{options(){this.updateColumnsCount()}},mounted(){this.updateColumnsCount()},methods:{updateColumnsCount(){const e=this.$el,t=Math.ceil(Object.keys(this.options.switches).length/12);e.style.setProperty("--columns",t.toString())},isDim(e){return"checked"===this.options.dimAt||void 0===this.options.dimAt?this.componentOptions[`switch-${e}`]:"notChecked"===this.options.dimAt&&!this.componentOptions[`switch-${e}`]}}});var c=n(8332),s=n.n(c),l=n(4314),d=n.n(l),m={insert:"head",singleton:!1};s()(d(),m);d().locals;const f=(0,n(6499).Z)(a,o,[],!1,null,null,null).exports},5247:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>u});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VButton",{staticClass:"check-all-updates",attrs:{disabled:e.disabled},on:{click:function(t){return e.checkUpdates()}}},[t("VIcon",{attrs:{size:16,icon:"mdi-cloud-sync-outline"}}),e._v("\n 立即检查所有更新\n")],1)};o._withStripped=!0;var i=n(6812),r=n(4688),a=n(1206);const c=Vue.extend({components:{VButton:r.VButton,VIcon:r.VIcon},data:()=>({disabled:!1}),methods:{async checkUpdates(){try{this.disabled=!0;const e=i.Toast.info("正在检查更新...","检查所有更新");await(0,a.forceCheckUpdateAndReload)(),e.close()}finally{this.disabled=!1}}}});var s=n(8332),l=n.n(s),d=n(1387),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,o,[],!1,null,"76652ef2",null).exports},2555:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"bisector-dialog-content-container"},[t("div",{staticClass:"bisector-dialog-content-text"},[e._v("\n 组件二等分进行中,预计剩余\n "),t("b",{staticStyle:{color:"var(--theme-color)"}},[e._v(e._s(e.rouge)+" ")]),e._v("轮次,请确认当前情况:\n ")]),e._v(" "),t("div",{staticClass:"bisector-dialog-button-group"},[t("VButton",{on:{click:e.onGood}},[e._v("正常")]),e._v(" "),t("VButton",{on:{click:e.onBad}},[e._v("不正常")]),e._v(" "),t("VButton",{attrs:{type:"primary"},on:{click:e.onAbort}},[e._v("终止")])],1),e._v(" "),t("div",{staticClass:"bisector-dialog-content-text weak"},[e._v("\n *可以点击×号关闭对话框,刷新页面后,会再次询问\n ")])])};o._withStripped=!0;var i=n(1508),r=n(4688);const a=i.ZP.extend({components:{VButton:r.VButton},props:{rouge:{type:Number,required:!0},onAbort:{type:Function,default:none},onGood:{type:Function,default:none},onBad:{type:Function,default:none}}});var c=n(8332),s=n.n(c),l=n(6657),d=n.n(l),m={insert:"head",singleton:!1};s()(d(),m);d().locals;const f=(0,n(6499).Z)(a,o,[],!1,null,"31cf1990",null).exports},8526:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",[e._v("\n 组件二等分\n "),t("div",{staticClass:"peek",staticStyle:{"margin-left":"auto"},attrs:{title:"透视"},on:{mouseover:function(t){e.peek=!0},mouseout:function(t){e.peek=!1}}},[t("VIcon",{attrs:{icon:"eye",size:18}})],1)])};o._withStripped=!0;var i=n(1508),r=n(4688);const a=i.ZP.extend({components:{VIcon:r.VIcon},data:()=>({peek:!1}),watch:{peek(e){this.$el.closest(".be-dialog").style.opacity=e?"0.1":"1"}}});var c=n(8332),s=n.n(c),l=n(7209),d=n.n(l),m={insert:"head",singleton:!1};s()(d(),m);d().locals;const f=(0,n(6499).Z)(a,o,[],!1,null,"386ddf8e",null).exports},319:(e,t,n)=>{"use strict";n.d(t,{Z:()=>I});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"launch-bar"},[t("div",{staticClass:"input-area"},[t("div",{staticClass:"launch-bar-form"},[t("input",{directives:[{name:"model",rawName:"v-model",value:e.keyword,expression:"keyword"}],ref:"input",staticClass:"input",attrs:{type:"text",autocomplete:"off",placeholder:e.recommended.word},domProps:{value:e.keyword},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.stopPropagation(),e.handleEnter.apply(null,arguments))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.stopPropagation(),e.handleUp.apply(null,arguments))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.stopPropagation(),e.handleDown.apply(null,arguments))}],input:function(t){t.target.composing||(e.keyword=t.target.value)}}}),e._v(" "),t("button",{staticClass:"submit",attrs:{title:"执行",tabindex:"-1"},on:{click:e.handleEnter}},[t("VIcon",{attrs:{icon:"right-arrow",size:20}})],1)])]),e._v(" "),t("div",{ref:"list",staticClass:"launch-bar-suggest-list"},[e.isHistory?t("div",{staticClass:"launch-bar-history-list"},[0===e.actions.length?t("div",{staticClass:"history-empty suggest-item disabled",attrs:{tabindex:"0"}},[e._v("\n 暂无搜索历史\n ")]):e._e(),e._v(" "),e._l(e.actions,(function(n,o){return t("ActionItem",{key:n.key,attrs:{action:n},on:{"previous-item":function(t){return e.previousItem(t,o)},"next-item":function(t){return e.nextItem(t,o)},"delete-item":function(t){return e.onDeleteItem(t,o)},action:function(t){o===e.actions.length-1&&e.onClearHistory(),e.onAction(n)}}})}))],2):e._e(),e._v(" "),e.isHistory?e._e():t("div",{staticClass:"launch-bar-action-list"},[0===e.actions.length&&e.noActions?t("VEmpty",{staticClass:"suggest-item disabled",attrs:{tabindex:"0"}}):e._e(),e._v(" "),0!==e.actions.length||e.noActions?e._e():t("VLoading",{staticClass:"suggest-item disabled",attrs:{tabindex:"0"}}),e._v(" "),e._l(e.actions,(function(n,o){return t("ActionItem",{key:n.key,attrs:{action:n},on:{"previous-item":function(t){return e.previousItem(t,o)},"next-item":function(t){return e.nextItem(t,o)},"delete-item":function(t){return e.onDeleteItem(t,o)},action:function(t){return e.onAction(n)}}})}))],2)])])};o._withStripped=!0;var i=n(7942),r=n(4688),a=n(6940),c=n(8689),s=n(997),l=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-launch-bar-action-item suggest-item",attrs:{tabindex:"0",title:e.action.displayName||e.action.name,"data-indexer":e.action.indexer},on:{click:function(t){return t.target!==t.currentTarget?null:e.performAction(t)},keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),t.stopPropagation(),e.performAction(t))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"delete",[8,46],t.key,["Backspace","Delete","Del"])?null:t.shiftKey?(t.preventDefault(),t.stopPropagation(),e.performDelete(t)):null},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"up",38,t.key,["Up","ArrowUp"])?null:(t.preventDefault(),t.stopPropagation(),e.$emit("previous-item",t.currentTarget))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"down",40,t.key,["Down","ArrowDown"])?null:(t.preventDefault(),t.stopPropagation(),e.$emit("next-item",t.currentTarget))}]}},[t("div",{staticClass:"suggest-item-content"},[e.action.icon?t("div",{staticClass:"suggest-item-icon",on:{click:function(t){return e.performAction(t)}}},[t("VIcon",{attrs:{icon:e.action.icon,size:18}})],1):e._e(),e._v(" "),t("div",{staticClass:"suggest-item-title",on:{click:function(t){return e.performAction(t)}}},[e.action.content?t(e.action.content,{tag:"component",staticClass:"suggest-item-name",attrs:{name:e.action.name}}):t("div",{staticClass:"suggest-item-name"},[e._v("\n "+e._s(e.action.displayName||e.action.name)+"\n ")]),e._v(" "),e.action.description?t("div",{staticClass:"suggest-item-description"},[e._v("\n "+e._s(e.action.description)+"\n ")]):e._e()],1),e._v(" "),e.action.deleteAction?t("div",{staticClass:"suggest-item-delete",attrs:{title:"删除此项"},on:{click:function(t){return e.performDelete(t)}}},[t("VIcon",{attrs:{icon:"cancel",size:18}})],1):e._e()])])};l._withStripped=!0;const d=Vue.extend({components:{VIcon:r.VIcon},props:{action:{type:Object,required:!0}},methods:{async performAction(e){const{currentTarget:t}=e;await this.action.action(),this.$emit("action",t)},async performDelete(e){const{currentTarget:t}=e;this.action.deleteAction&&(await this.action.deleteAction(),this.$emit("delete-item",t))}}});var m=n(8332),f=n.n(m),u=n(7559),p=n.n(u),b={insert:"head",singleton:!1};f()(p(),b);p().locals;var h=n(6499);const g=(0,h.Z)(d,l,[],!1,null,null,null).exports;var v=n(40),F=n(5989),w=n(2100),y=n(197);const[x]=(0,a.registerAndGetData)(v.LaunchBarActionProviders,[F.searchProvider,w.dr]),k=e=>[...e].sort((0,y.ascendingSort)((e=>e.order??1/0))),C=(e,t)=>t.map((t=>{const n=`${e.name}.${t.name}`;return{...t,key:n,provider:e}}));const[A]=(0,a.registerAndGetData)("launchBar.recommended",{word:"搜索",href:"https://search.bilibili.com/"}),E=Vue.extend({components:{VIcon:r.VIcon,VLoading:r.VLoading,VEmpty:r.VEmpty,ActionItem:g},data:()=>({recommended:A,actions:[],keyword:"",noActions:!1}),computed:{isHistory(){return 0===this.keyword.length}},watch:{keyword(){this.getActions()}},async mounted(){this.getActions(),(0,s.matchUrlPattern)(/^https?:\/\/search\.bilibili\.com/)&&(0,c.select)("#search-keyword").then((e=>{e&&(this.keyword=e.value,document.addEventListener("change",(e=>{e.target instanceof HTMLInputElement&&"search-keyword"===e.target.id&&(this.keyword=e.target.value)})))}))},methods:{getOnlineActions:lodash.debounce((async function(){const e=(await Promise.all(x.map((async e=>C(e,await e.getActions(this.keyword)))))).flat();if(this.isHistory)return;const t=new i.Z(e,{keys:["indexer","displayName","name","description","key"]}).search(this.keyword);console.log(t),this.actions=k(t.map((e=>e.item)).slice(0,12)),this.noActions=0===this.actions.length}),200),getActions:async function(){if(this.noActions=!1,this.isHistory)return void(this.actions=k(C(w.dr,await w.dr.getActions(this.keyword))));this.actions=[],this.getOnlineActions()},handleSelect(){this.$emit("close"),this.getActions()},async handleEnter(e){if(!e.isComposing){if(this.actions.length>0&&!this.isHistory){const[e]=this.actions;if(!0!==e.explicitSelect)return void e.action()}if(this.keyword)return(0,F.search)(this.keyword),void this.handleSelect();window.open(this.recommended.href,"_blank"),this.handleSelect()}},handleUp(e){e.isComposing||(this.$refs.list.querySelector(".suggest-item:last-child").focus(),e.preventDefault())},handleDown(e){e.isComposing||(this.$refs.list.querySelector(".suggest-item").focus(),e.preventDefault())},previousItem(e,t){0===t?this.focus():e.previousElementSibling.focus()},nextItem(e,t){t!==this.actions.length-1?e.nextElementSibling.focus():this.focus()},search:F.search,onDeleteItem(e,t){this.previousItem(e,t),this.getActions()},onClearHistory(){this.focus(),this.getActions()},onAction(){this.handleSelect()},focus(){this.$refs.input.focus()}}});var B=n(6969),D=n.n(B),z={insert:"head",singleton:!1};f()(D(),z);D().locals;const I=(0,h.Z)(E,o,[],!1,null,null,null).exports},2977:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>u});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"release-content"},[t("div",{staticClass:"release-content-markdown",domProps:{innerHTML:e._s(e.content)}}),e._v(" "),t("div",{staticClass:"release-content-actions"},[t("VButton",{on:{click:function(t){return e.$emit("dialog-close")}}},[e._v(" 取消 ")]),e._v(" "),e.detailsLink?t("a",{attrs:{href:e.detailsLink,target:"_blank"}},[t("VButton",[e._v(" 查看详情 ")])],1):e._e(),e._v(" "),e.updateUrl?t("a",{attrs:{href:e.updateUrl,target:"_blank"}},[t("VButton",{attrs:{type:"primary"}},[e._v(" 安装 ")])],1):e._e()],1)])};o._withStripped=!0;var i=n(398),r=n(4688);const a=`https://github.com/${i.defaultOwner}/Bilibili-Evolved/releases`,c=Vue.extend({components:{VButton:r.VButton},props:{content:{type:String,default:""},updateUrl:{type:String,default:""}},data:()=>({detailsLink:a})});var s=n(8332),l=n.n(s),d=n(6737),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,o,[],!1,null,null,null).exports},6387:(e,t,n)=>{"use strict";n.d(t,{Z:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"component-description",domProps:{innerHTML:e._s(e.html)}})};o._withStripped=!0;var i=n(5600),r=n(7568);const a=Vue.extend({props:{componentData:{type:Object,required:!0}},data(){return{settings:(0,i.getComponentSettings)(this.componentData),html:""}},async created(){this.html=await(0,r.getDescriptionHTML)(this.componentData)}});var c=n(8332),s=n.n(c),l=n(6046),d=n.n(l),m={insert:"head",singleton:!1};s()(d(),m);d().locals;const f=(0,n(6499).Z)(a,o,[],!1,null,null,null).exports},9075:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var o=function(){var e=this,t=e._self._c;return t("div",{staticClass:"be-settings"},[t("div",{staticClass:"sidebar"},[t("div",{ref:"widgetsIcon",class:{open:e.widgetsOpened},attrs:{title:"功能"},on:{click:[function(t){return t.shiftKey?e.theWorld.apply(null,arguments):null},function(t){if(t.ctrlKey||t.shiftKey||t.altKey||t.metaKey)return null;e.widgetsOpened=!e.widgetsOpened}],mouseover:function(t){return e.loadPanel("widgetsPanelPopup")}}},[t("VIcon",{attrs:{icon:"widgets",size:26}})],1),e._v(" "),t("div",{ref:"settingsIcon",class:{open:e.settingsOpened},attrs:{title:"设置"},on:{click:function(t){e.settingsOpened=!e.settingsOpened},mouseover:function(t){return e.loadPanel("settingsPanelPopup")}}},[t("VIcon",{attrs:{icon:"settings-outline",size:26}})],1)]),e._v(" "),t("VPopup",{ref:"widgetsPanelPopup",staticClass:"widgets-panel-popup",attrs:{"trigger-element":e.$refs.widgetsIcon,fixed:!0},model:{value:e.widgetsOpened,callback:function(t){e.widgetsOpened=t},expression:"widgetsOpened"}},[t("WidgetsPanel")],1),e._v(" "),t("VPopup",{ref:"settingsPanelPopup",staticClass:"settings-panel-popup",attrs:{"trigger-element":e.$refs.settingsIcon,"auto-close-predicate":e.settingsPanelClosePredicate,fixed:!0},model:{value:e.settingsOpened,callback:function(t){e.settingsOpened=t},expression:"settingsOpened"}},[t("SettingsPanel",{on:{close:function(t){e.settingsOpened=!1}}})],1)],1)};o._withStripped=!0;var i=n(4688),r=n(7915);const a={name:"SettingsContainer",components:{VPopup:i.VPopup,VIcon:i.VIcon,SettingsPanel:()=>Promise.resolve().then(n.bind(n,3385)).then((e=>e.default)),WidgetsPanel:()=>Promise.resolve().then(n.bind(n,855)).then((e=>e.default))},data:()=>({settingsOpened:!1,widgetsOpened:!1}),mounted(){GM_registerMenuCommand("功能",(()=>{this.loadPanel("widgetsPanelPopup"),this.widgetsOpened=!0,this.settingsOpened=!1})),GM_registerMenuCommand("设置",(()=>{this.loadPanel("settingsPanelPopup"),this.widgetsOpened=!1,this.settingsOpened=!0}))},methods:{theWorld(){r.externalApis.theWorld(0)},settingsPanelClosePredicate:e=>!dqa(".be-settings-extra-options").some((t=>t===e.target||t.contains(e.target))),loadPanel(e){const t=this.$refs[e];t&&((t?.loaded??1)||(t.loaded=!0))}}};var c=n(8332),s=n.n(c),l=n(6290),d=n.n(l),m={insert:"head",singleton:!1};s()(d(),m);d().locals;const f=(0,n(6499).Z)(a,o,[],!1,null,null,null).exports},3385:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>Ae});var o=function(){var e=this,t=e._self._c;return t("div",{staticClass:"settings-panel",class:{collapsed:e.collapsed,peek:e.peek}},[t("div",{staticClass:"settings-panel-header"},[t("VIcon",{attrs:{icon:"settings-outline"}}),e._v(" "),t("div",{staticClass:"title"},[e._v("设置")]),e._v(" "),t("div",{staticClass:"peek",staticStyle:{"margin-left":"auto"},attrs:{title:"透视"},on:{mouseover:function(t){e.peek=!0},mouseout:function(t){e.peek=!1}}},[t("VIcon",{attrs:{icon:"eye",size:18}})],1),e._v(" "),t("div",{staticClass:"close",on:{click:function(t){return e.$emit("close")}}},[t("VIcon",{attrs:{icon:"close",size:18}})],1)],1),e._v(" "),t("div",{staticClass:"settings-panel-content"},[t("div",{ref:"sidebarContainer",staticClass:"sidebar"},[t("ComponentTags",{ref:"componentTags",on:{change:function(t){e.searchFilter=t}}})],1),e._v(" "),t("div",{ref:"mainContainer",staticClass:"main"},[t("div",{ref:"componentList",staticClass:"component-list"},[t("div",{staticClass:"settings-panel-search-bar"},[t("TextBox",{staticClass:"settings-panel-search",attrs:{placeholder:"搜索"},model:{value:e.searchKeyword,callback:function(t){e.searchKeyword=t},expression:"searchKeyword"}}),e._v(" "),e._l(e.searchBarActions,(function(n){return t("VButton",{key:n.key,attrs:{type:"transparent",icon:"",title:"function"==typeof n.title?n.title(e.searchBarContext):n.title,disabled:!!n.disabled&&n.disabled(e.searchBarContext)}},[t("VIcon",{attrs:{icon:n.icon,size:18},on:{click:function(t){return n.run(e.searchBarContext)}}})],1)}))],2),e._v(" "),e._l(e.renderedComponents,(function(n){return t("div",{key:n.name,on:{"!click":[function(t){return t.ctrlKey?(t.stopPropagation(),e.selectMultipleComponent(n)):null},function(t){return t.shiftKey?(t.stopPropagation(),e.selectMultipleComponent(n,!0)):null}]}},[t("ComponentSettings",{class:{selected:e.isComponentSelected(n.name)},attrs:{"component-data":n,"data-name":n.name},nativeOn:{click:function(t){return e.selectComponent(n)}}})],1)})),e._v(" "),0===e.renderedComponents.length?t("VEmpty"):e._e()],2)]),e._v(" "),t("VPopup",{ref:"detailsPopup",staticClass:"component-detail-panel",attrs:{"trigger-element":e.$refs.componentList,open:e.componentDetailOpen},on:{"popup-change":function(t){!t&&e.closePopper()}}},[e.selectedComponent?t("ComponentDetail",{key:e.selectedComponent.name,attrs:{"component-data":e.selectedComponent},on:{close:function(t){return e.closePopper()}}}):e._e()],1)],1)])};o._withStripped=!0;var i=n(4688),r=n(8977),a=n(997),c=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"component-settings",class:{virtual:e.virtual}},[e.virtual?e._e():[t("div",{staticClass:"component-settings-row"},[t("TagRing",{attrs:{tags:e.componentData.tags}}),e._v(" "),t("div",{staticClass:"display-name"},[e._v("\n "+e._s(e.componentData.displayName)+"\n ")]),e._v(" "),!1!==e.componentData.configurable?t("SwitchBox",{model:{value:e.settings.enabled,callback:function(t){e.$set(e.settings,"enabled",t)},expression:"settings.enabled"}}):t("VIcon",{staticClass:"details-arrow",attrs:{icon:"right-arrow",size:18}})],1)]],2)};c._withStripped=!0;var s=n(9896),l=n.n(s),d=n(5600),m=n(8798),f=n(1282),u=n(1854),p=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"tag-ring"},[t("svg",{attrs:{height:e.size,width:e.size}},e._l(e.tags,(function(n,o){return t("circle",{key:n.name,staticClass:"tag-stroke",style:e.getStyle(n,o),attrs:{fill:"transparent","stroke-dasharray":e.circumference+" "+e.circumference,"stroke-width":e.stroke,r:e.radius,cx:e.size/2,cy:e.size/2}})})),0)])};p._withStripped=!0;const b=Vue.extend({props:{tags:{type:Array,required:!0},size:{type:Number,default:18},stroke:{type:Number,default:3}},data(){const e=this.size/2-this.stroke;return{radius:e,circumference:2*e*Math.PI}},methods:{getStyle(e,t){return{strokeDashoffset:t/this.tags.length*this.circumference,stroke:e.color}}}});var h=n(8332),g=n.n(h),v=n(8106),F=n.n(v),w={insert:"head",singleton:!1};g()(F(),w);F().locals;var y=n(6499);const x=(0,y.Z)(b,p,[],!1,null,null,null).exports;var k=n(8590);const C=Vue.extend({components:{SwitchBox:m.Z,TagRing:x,VIcon:f.default},props:{componentData:{type:Object,required:!0}},data(){return{settings:(0,d.getComponentSettings)(this.componentData),virtual:!1}},async mounted(){const e=this.$el,t=(0,a.dq)(".settings-panel-content .main");t?(0,u.visibleInside)(e,t,"150% 0px",(e=>{e.forEach((e=>{this.virtual=!e.isIntersecting}))})):console.log("settings container not found, virtual scroll will be disabled!")},methods:{markdown:e=>l()(e),descriptionI18n(e){const{description:t,options:n}=e;if(!t){if(n&&Object.keys(n).length>0){return`${Object.keys(n).length}个选项`}return"暂无说明"}return"string"==typeof t?t:t[(0,k.getSelectedLanguage)()]||t["zh-CN"]}}}),A=C;var E=n(711),B=n.n(E),D={insert:"head",singleton:!1};g()(B(),D);B().locals;const z=(0,y.Z)(A,c,[],!1,null,null,null).exports;var I=n(8430),S=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"component-detail"},[e.settings?e._e():t("div",{staticClass:"component-not-found"},[e._v("\n 未找到组件'"+e._s(e.componentData.displayName)+"' ("+e._s(e.componentData.name)+"), 可能已被卸载.\n ")]),e._v(" "),e.settings?[t("div",{staticClass:"component-detail-header"},[t("div",{staticClass:"display-name"},[e._v("\n "+e._s(e.componentData.displayName)+"\n ")]),e._v(" "),t("VIcon",{staticClass:"close",attrs:{icon:"close",size:18},on:{click:function(t){return e.$emit("close")}}})],1),e._v(" "),t("div",{staticClass:"component-detail-tags"},e._l(e.componentData.tags,(function(n){return t("div",{key:n.name,staticClass:"tag"},[t("div",{staticClass:"tag-color",style:{backgroundColor:n.color}}),e._v("\n "+e._s(n.displayName)+"\n ")])})),0),e._v(" "),e.componentData.options&&e.generatedOptions.length>0||e.componentData.extraOptions?[t("div",{staticClass:"component-detail-options"},[t("div",{staticClass:"component-detail-options-title"},[e._v("选项")]),e._v(" "),e._l(e.generatedOptions,(function([n,o]){return t("div",{key:n,staticClass:"generated-option"},[t("ComponentOption",{attrs:{name:n,"display-name":o.displayName,option:o,component:e.componentData}})],1)})),e._v(" "),e.componentData.extraOptions?t("div",{staticClass:"extra-option"},[t(e.componentData.extraOptions,{tag:"component",attrs:{"component-data":e.componentData}})],1):e._e(),e._v(" "),e._t("default")],2)]:e._e(),e._v(" "),!e.componentData.options||e.componentData.description?[t("ComponentDescription",{staticClass:"component-detail-description",attrs:{"component-data":e.componentData}})]:e._e(),e._v(" "),t("div",{staticClass:"component-detail-grow"}),e._v(" "),t("div",{staticClass:"component-detail-internal-data"},[e.componentData.commitHash?t("div",{staticClass:"component-detail-internal-data-row"},[t("div",{staticClass:"internal-name"},[e._v("Commit: "+e._s(e.componentData.commitHash.substring(0,9)))])]):e._e(),e._v(" "),t("div",{staticClass:"component-detail-internal-data-row"},[t("div",{staticClass:"internal-name"},[e._v("内部名称: "+e._s(e.componentData.name))]),e._v(" "),!1!==e.componentData.configurable&&e.componentActions.length>0?t("MiniToast",{staticClass:"extra-actions-wrapper",attrs:{placement:"bottom",trigger:"click"},scopedSlots:e._u([{key:"toast",fn:function(){return[t("div",{staticClass:"extra-actions-list"},e._l(e.componentActions,(function(n){return t("div",{key:n.name},[n.component?t(n.component,{tag:"component",attrs:{item:n,component:e.componentData}}):t("ComponentAction",{directives:[{name:"show",rawName:"v-show",value:!1!==n.visible,expression:"a.visible !== false"}],staticClass:"extra-action-item",attrs:{item:n,component:e.componentData}})],1)})),0)]},proxy:!0}],null,!1,2977217718)},[t("div",{staticClass:"extra-actions"},[t("VIcon",{attrs:{icon:"mdi-dots-vertical",size:16}})],1)]):e._e()],1)])]:e._e()],2)};S._withStripped=!0;var M=n(6387),P=function(){var e=this,t=e._self._c;return t("div",{staticClass:"component-option",attrs:{"data-type":e.type}},[t("div",{staticClass:"option-name"},[e._v("\n "+e._s(e.displayName)+"\n ")]),e._v(" "),"text"===e.type||"number"===e.type?t("TextBox",{attrs:{"change-on-blur":"",validator:e.option.validator,text:e.value.toString(),placeholder:e.value.toString()},on:{change:function(t){"text"===e.type?e.valueChange(t):e.numberChange(t)}}}):e._e(),e._v(" "),"boolean"===e.type?t("SwitchBox",{attrs:{checked:e.value},on:{change:function(t){return e.valueChange(t)}}}):e._e(),e._v(" "),"color"===e.type?t("ColorPicker",{attrs:{compact:!0,"popup-offset":-95,color:e.value},on:{change:function(t){return e.valueChange(t)}}}):e._e(),e._v(" "),"range"===e.type?t("RangeInput",{attrs:{validator:e.option.validator,range:e.value},on:{change:function(t){return e.valueChange(t)}}}):e._e(),e._v(" "),"image"===e.type?t("ImagePicker",{attrs:{image:e.value},on:{change:function(t){return e.valueChange(t)}}}):e._e(),e._v(" "),"dropdown"===e.type?t("VDropdown",{attrs:{value:e.value,items:e.getDropdownItems(e.option.dropdownEnum),"key-mapper":e=>e},on:{change:function(t){return e.valueChange(t)}},scopedSlots:e._u([{key:"item",fn:function({item:t}){return[e._v("\n "+e._s(t)+"\n ")]}}],null,!1,3506243887)}):e._e(),e._v(" "),"switch"===e.type?t("SwitchOptions",{attrs:{"small-size":"","popup-mode":!1,options:e.option.defaultValue}}):e._e(),e._v(" "),"slider"===e.type?t("VSlider",e._b({attrs:{value:e.value},on:{change:function(t){return e.debounceValueChange(t)}}},"VSlider",e.option.slider,!1)):e._e(),e._v(" "),"unknown"===e.type?t("div",{staticClass:"unknown-option-type"},[e._v("未知的选项类型")]):e._e()],1)};P._withStripped=!0;function O(e){this.settings.options[this.name]=e,this.value=e}const V={name:"ComponentOption",components:{SwitchOptions:n(6990).default,TextBox:i.TextBox,SwitchBox:i.SwitchBox,ColorPicker:i.ColorPicker,RangeInput:i.RangeInput,VDropdown:i.VDropdown,ImagePicker:i.ImagePicker,VSlider:i.VSlider},props:{name:{type:String,required:!0},displayName:{type:String,default:""},option:{type:Object,required:!0},component:{type:Object,required:!0}},data(){const e=(0,d.getComponentSettings)(this.component);return{settings:e,value:e.options[this.name]}},computed:{type(){const e=this.option,{defaultValue:t}=e;switch(typeof t){case"boolean":return"boolean";case"number":return e.slider?"slider":"number";case"string":return e.color?"color":e.dropdownEnum?"dropdown":"text";case"object":return"start"in t&&"end"in t?"range":"name"in t&&"url"in t?"image":"name"in t&&"switches"in t?"switch":"unknown";default:return"unknown"}}},methods:{getDropdownItems:e=>{if(Array.isArray(e))return e;return Object.entries(e).filter((e=>{let[t]=e;const n=t.charCodeAt(0);return!(n>=48&&n<=57)})).map((e=>{let[,t]=e;return t}))},numberChange(e){const t=this.settings,n=parseFloat(e);Number.isNaN(n)||(t.options[this.name]=n,this.value=n)},debounceValueChange:lodash.debounce(O,200),valueChange:O}};var T=n(2104),L=n.n(T),j={insert:"head",singleton:!1};g()(L(),j);L().locals;const q=(0,y.Z)(V,P,[],!1,null,"730efac0",null).exports;var N=n(9133),R=n(6940),Z=n(7632);const U=[e=>({name:"uninstall",displayName:"卸载",icon:"mdi-trash-can-outline",visible:(0,d.isUserComponent)(e),action:async()=>{const{before:t,after:n}=(0,r.getHook)("userComponents.remove",e);await t(),await(0,Z.uninstallComponent)(e.name),await n()}})],[H]=(0,R.registerAndGetData)("settingsPanel.componentActions",U);var W=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"component-action",class:{disabled:e.disabled},attrs:{"aria-disabled":e.disabled,title:e.item.title},on:{click:e.handleClick}},[t("VIcon",{attrs:{icon:e.item.icon,size:16}}),e._v("\n "+e._s(e.item.displayName)+"\n")],1)};W._withStripped=!0;const G=Vue.extend({components:{VIcon:i.VIcon},props:{item:{type:Object,required:!0},component:{type:Object,required:!0}},data:()=>({disabled:!1}),methods:{async handleClick(){if(!this.disabled)try{this.disabled=!0,await this.item.action(this.component)}finally{this.disabled=!1}}}});var Q=n(6905),Y=n.n(Q),X={insert:"head",singleton:!1};g()(Y(),X);Y().locals;const K=(0,y.Z)(G,W,[],!1,null,null,null).exports,J=Vue.extend({components:{ComponentDescription:M.Z,ComponentOption:q,ComponentAction:K,VButton:i.VButton,VIcon:i.VIcon,SwitchBox:i.SwitchBox,MiniToast:i.MiniToast},mixins:[N.U],data(){return{virtual:!1,componentActions:H.map((e=>e(this.componentData))).filter((e=>void 0!==e&&!1!==e.visible))}},computed:{generatedOptions(){return Object.entries(this.componentData.options??{}).filter((e=>{let[,t]=e;return!t.hidden}))}},async mounted(){const e=this.$el;(0,u.visible)(e,(e=>{e.forEach((e=>{this.virtual=!e.isIntersecting}))})),await this.$nextTick(),this.$emit("mounted"),console.log(this.componentActions)}});var _=n(8354),$=n.n(_),ee={insert:"head",singleton:!1};g()($(),ee);$().locals;const te=(0,y.Z)(J,S,[],!1,null,null,null).exports;var ne=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"component-tags-preview"},[t("VPopup",{staticClass:"settings-panel-sub-page",attrs:{lazy:!1,"trigger-element":e.selectedSubPageTrigger},model:{value:e.selectedSubPageOpen,callback:function(t){e.selectedSubPageOpen=t},expression:"selectedSubPageOpen"}},[t("keep-alive",[e.selectedSubPage?t(e.selectedSubPage,{tag:"component"}):e._e()],1)],1),e._v(" "),t("div",{staticClass:"icon-list"},[e._l(e.tags,(function(n){return t("div",{key:n.name,staticClass:"component-tags-item",class:{selected:n.name===e.selectedTagName},on:{click:function(t){return e.selectTag(n)}}},[t("VIcon",{style:{color:n.color},attrs:{size:20,icon:n.icon}})],1)})),e._v(" "),t("div",{staticClass:"grow"}),e._v(" "),e._l(e.subPages,(function(e){return t("div",{key:e.name,staticClass:"component-tags-item"},[t("VIcon",{style:{color:"inherit"},attrs:{size:20,icon:e.icon}})],1)}))],2),e._v(" "),t("div",{staticClass:"component-tags"},[e._l(e.tags,(function(n){return t("div",{key:n.name,staticClass:"component-tags-item",class:{selected:n.name===e.selectedTagName},on:{click:function(t){return e.selectTag(n)}}},[t("VIcon",{style:{color:n.color},attrs:{size:20,icon:n.icon}}),e._v(" "),t("div",{staticClass:"tag-name"},[e._v("\n "+e._s(n.displayName)+"\n ")]),e._v(" "),t("div",{staticClass:"tag-count"},[e._v("("+e._s(n.count)+")")])],1)})),e._v(" "),t("div",{staticClass:"grow"}),e._v(" "),e._l(e.subPages,(function(n){return t("div",{key:n.name,staticClass:"component-tags-item",on:{click:function(t){return e.openSubPage(t,n.component)}}},[t("VIcon",{style:{color:"inherit"},attrs:{size:20,icon:n.icon}}),e._v(" "),t("div",{staticClass:"tag-name"},[e._v("\n "+e._s(n.displayName)+"\n ")])],1)}))],2)],1)};ne._withStripped=!0;var oe=n(197),ie=n(6355);const re=[{name:"userComponentsManage",displayName:"组件",component:()=>Promise.resolve().then(n.bind(n,543)).then((e=>e.default)),icon:"mdi-cube-scan"},{name:"userPluginsManage",displayName:"插件",component:()=>Promise.resolve().then(n.bind(n,5504)).then((e=>e.default)),icon:"mdi-puzzle-outline"},{name:"customStylesManage",displayName:"样式",component:()=>Promise.resolve().then(n.bind(n,6634)).then((e=>e.default)),icon:"mdi-tune"},{name:"about",displayName:"关于",component:()=>Promise.resolve().then(n.bind(n,2573)).then((e=>e.default)),icon:"mdi-information-outline"}],ae=[e=>{let{renderedComponents:t}=e;return{name:"all",displayName:"全部",color:"inherit",icon:"mdi-shape-outline",order:0,count:t.length,filter:e=>e}},e=>{let{renderedComponents:t}=e;const n=[];t.forEach((e=>e.tags.forEach((e=>{n.push({count:0,...e,filter:t=>t.filter((t=>"all"===e.name||t.tags.some((t=>t.name===e.name))))})}))));const o=lodash.countBy(n,(e=>e.name));return lodash.uniqBy(n,(e=>e.name)).map((e=>({...e,count:o[e.name]})))}],[ce]=(0,R.registerAndGetData)("settingsPanel.tagFilters",ae),se=Vue.extend({components:{VIcon:f.default,VPopup:ie.default},data:()=>({tags:[],selectedTagName:"",subPages:re,selectedSubPage:null,selectedSubPageOpen:!1,selectedSubPageTrigger:null}),created(){this.refreshTags(),this.reset()},mounted(){this.selectTag(this.tags[0])},methods:{refreshTags(){const e=I.components.filter((e=>!e.hidden)),t=ce.flatMap((t=>"function"==typeof t?t({components:I.components,renderedComponents:e}):t));this.tags=t.sort((0,oe.ascendingSort)((e=>e.order)))},reset(){this.selectedTagName=this.tags[0].name},selectTag(e){this.selectedTagName=e.name;const{filter:t}=this.tags.find((t=>t.name===e.name));this.$emit("change",t)},async openSubPage(e,t){this.selectedSubPage!==t?(this.selectedSubPage=t,this.selectedSubPageTrigger=e.currentTarget,await this.$nextTick(),this.selectedSubPageOpen=!0):this.selectedSubPageOpen=!this.selectedSubPageOpen}}}),le=se;var de=n(6641),me=n.n(de),fe={insert:"head",singleton:!1};g()(me(),fe);me().locals;const ue=(0,y.Z)(le,ne,[],!1,null,null,null).exports;var pe=n(7568),be=n(6812),he=n(8910);const ge=[{key:"uninstallSelectedComponent",title:"卸载所选组件",icon:"mdi-trash-can-outline",disabled:e=>{let{selectedComponents:t}=e;return 0===t.length},run:e=>{window.confirm(`确定要卸载所选的 ${e.selectedComponents.length} 个组件吗?`)&&(e.selectedComponents.forEach((e=>{let{name:t}=e;(0,he.isBuiltInComponent)(t)?be.Toast.info("内置组件不能卸载","检查更新",3e3):(0,Z.uninstallComponent)(t)})),e.selectedComponents=[])}}],[ve]=(0,R.registerAndGetData)("settingsPanel.searchBarActions",[...ge]),Fe=e=>e,we={name:"SettingsPanel",components:{VIcon:i.VIcon,TextBox:i.TextBox,VPopup:i.VPopup,VButton:i.VButton,VEmpty:i.VEmpty,ComponentSettings:z,ComponentDetail:te,ComponentTags:ue},data:()=>({components:I.components,renderedComponents:I.components.filter((e=>!e.hidden)),selectedComponent:null,selectedComponents:[],componentDetailOpen:!1,collapsed:!1,peek:!1,searchKeyword:"",searchFilter:Fe,searchBarActions:ve}),computed:{isComponentSelected(){return e=>this.selectedComponents.some((t=>t.name===e))},tags(){const e=this.renderedComponents;let t=[];e.forEach((e=>e.tags.forEach((e=>{t.push({count:0,...e})}))));const n=lodash.countBy(t,(e=>e.name));return t=lodash.uniqBy(t,(e=>e.name)),t.forEach((e=>e.count=n[e.name])),t},searchBarContext(){return lodash.pick(this,"components","selectedComponent","selectedComponents","searchKeyword","searchFilter")}},watch:{searchKeyword:lodash.debounce((function(){this.updateRenderedComponents()}),200),searchFilter(){this.searchKeyword="",this.selectedComponents=[],this.updateRenderedComponents()},components(){this.updateRenderedComponents(),this.$refs.componentTags.refreshTags(),this.components.some((e=>e.name===this.selectedComponent?.name))||(this.selectedComponent=null)}},methods:{closePopper(){this.selectedComponent=null,this.selectedComponents=[],this.componentDetailOpen=!1},selectMultipleComponent(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];if(this.selectedComponent&&t){const{name:t}=e,{name:n}=this.selectedComponent,o=this.renderedComponents;let i=o.findIndex((e=>e.name===n)),r=o.findIndex((e=>e.name===t));return i>r&&([i,r]=[r,i]),void(this.selectedComponents=o.slice(i,r+1))}const n=this.selectedComponents,o=n.find((t=>t.name===e.name));o?(0,a.deleteValue)(n,(e=>e.name===o.name)):n.push(e)},selectComponent(e){this.selectedComponents=[];const t=(0,r.getHook)("settingsPanel.componentDetail.close"),n=(0,r.getHook)("settingsPanel.componentDetail.open"),o=this.selectedComponent?.name,i=this.componentDetailOpen&&o===e.name;t.before(o),this.closePopper(),t.after(o),i||(n.before(e.name),this.selectedComponents.push(e),this.selectedComponent=e,this.componentDetailOpen=!0,n.after(e.name))},async updateRenderedComponents(){const e=await(async()=>this.searchKeyword?Object.fromEntries(await Promise.all(I.components.map((async e=>[e.name,[e.name,e.displayName,e.tags.map((e=>`${e.name}\n${e.displayName}`)).join("\n"),await(0,pe.getDescriptionText)(e)].join("\n").toLowerCase()])))):{})(),t=I.components.filter((t=>{if(t.hidden)return!1;if(this.searchKeyword){const n=e[t.name];return!!n&&n.includes(this.searchKeyword.toLowerCase())}return!0}));this.renderedComponents=this.searchFilter(t)}}},ye=we;var xe=n(7749),ke=n.n(xe),Ce={insert:"head",singleton:!1};g()(ke(),Ce);ke().locals;const Ae=(0,y.Z)(ye,o,[],!1,null,null,null).exports},855:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>b});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"widgets-panel"},[t("div",{staticClass:"widgets-panel-header"},[t("VIcon",{attrs:{icon:"widgets"}}),e._v("功能")],1),e._v(" "),e.loading||0!==e.widgets.length?e._e():t("VEmpty",{staticClass:"widgets-empty"},[t("div",{staticClass:"widgets-empty-content"},[e._v("\n 空空如也哦 = ̄ω ̄="),t("br"),e._v("\n 可点此参考\n "),t("a",{attrs:{href:"https://bilibili-evolved-doc.vercel.app/docs/user/settings",target:"_blank"}},[e._v("\n 用户手册\n ")]),e._v("\n 以安装所需功能\n ")])]),e._v(" "),t("div",{staticClass:"widget-items"},e._l(e.widgets,(function(e){return t(e.component,{key:e.name,tag:"component",staticClass:"widget-item",attrs:{options:e.options}})})),1)],1)};o._withStripped=!0;var i=n(997),r=n(4688),a=n(6940),c=n(3082);const s=[],l=Vue.extend({components:{VIcon:r.VIcon,VEmpty:r.VEmpty},data:()=>(unsafeWindow.allWidgets=s,{allWidgets:s,widgets:[],loading:!0}),watch:{allWidgets(){this.allWidgets.forEach((async e=>{const t=await(async e=>{if(e.urlExclude&&e.urlExclude.some(i.matchUrlPattern))return!1;if(e.urlInclude&&e.urlInclude.every(lodash.negate(i.matchUrlPattern)))return!1;if(e.condition){const t=e.condition();return!0===t||t instanceof Promise&&!0===await t}return!0})(e);t?this.widgets.push(e):(0,i.deleteValue)(this.widgets,(t=>t.name===e.name))})),console.log("updated widgets",this.widgets)}},created(){(0,a.registerAndGetData)(c.WidgetsPlugin,s),this.$nextTick().then((()=>this.loading=!1))}});var d=n(8332),m=n.n(d),f=n(173),u=n.n(f),p={insert:"head",singleton:!1};m()(u(),p);u().locals;const b=(0,n(6499).Z)(l,o,[],!1,null,null,null).exports},2573:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>b});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-about-page"},[t("div",{staticClass:"be-about-page-header"},[t("VIcon",{attrs:{icon:"mdi-information-outline"}}),e._v(" "),t("div",{staticClass:"title-text"},[e._v("关于")])],1),e._v(" "),t("div",{staticClass:"be-about-page-content"},[t("div",{staticClass:"script-meta-info"},[t("div",{staticClass:"meta-info-name"},[e._v("\n "+e._s(e.meta.name)+"\n ")]),e._v(" "),t("div",{staticClass:"meta-info-version"},[e._v("\n "+e._s(e.meta.compilationInfo.versionWithTag)+"\n ")]),e._v(" "),t("div",{staticClass:"meta-info-description"},[e._v("\n "+e._s(e.meta.description)+"\n ")])]),e._v(" "),e.feedbackSupported?t("div",{staticClass:"script-links"},[t("a",{staticClass:"homepage script-link",attrs:{target:"_blank",href:"https://github.com/the1812/Bilibili-Evolved"}},[t("VButton",[t("VIcon",{attrs:{icon:"mdi-home-outline",size:20}}),e._v("\n 主页\n ")],1)],1),e._v(" "),t("a",{staticClass:"feedback script-link",attrs:{target:"_blank",href:"https://github.com/the1812/Bilibili-Evolved/issues"}},[t("VButton",[t("VIcon",{attrs:{icon:"mdi-message-text-outline",size:18}}),e._v("\n 反馈\n ")],1)],1),e._v(" "),t("a",{staticClass:"releases script-link",attrs:{target:"_blank",href:"https://github.com/the1812/Bilibili-Evolved/releases"}},[t("VButton",[t("VIcon",{attrs:{icon:"mdi-update",size:20}}),e._v("\n 更新日志\n ")],1)],1),e._v(" "),t("a",{staticClass:"donate script-link",attrs:{target:"_blank",href:"https://github.com/the1812/Bilibili-Evolved/blob/preview/doc/donate.md"}},[t("VButton",[t("VIcon",{attrs:{icon:"mdi-heart-outline",size:18}}),e._v("\n 捐赠\n ")],1)],1)]):e._e(),e._v(" "),t("div",{staticClass:"about-page-actions"},e._l(e.aboutPageActions,(function(n){return t("VButton",{key:n.name,staticClass:"about-page-action",attrs:{disabled:n.disabled},on:{click:function(t){return e.runAction(n,t)}}},[t("VIcon",{attrs:{icon:n.icon,size:n.iconSize||20}}),e._v("\n "+e._s(n.displayName)+"\n ")],1)})),1)])])};o._withStripped=!0;var i=n(9737),r=n(738),a=n(4688),c=n(4819);const s=(()=>{const e=GM_info.scriptMetaStr.match(/@namespace\s*(.+)/);return!e||!e[1]||!e[1].includes("greasyfork")})(),l=Vue.extend({components:{VButton:a.VButton,VIcon:a.VIcon},data:()=>({meta:i.meta,aboutPageActions:c.a,feedbackSupported:s}),methods:{formatDateTime:r.formatDateTime,async runAction(e,t){e.disabled=!0;try{await e.run(t)}finally{e.disabled=!1}}}});var d=n(8332),m=n.n(d),f=n(7706),u=n.n(f),p={insert:"head",singleton:!1};m()(u(),p);u().locals;const b=(0,n(6499).Z)(l,o,[],!1,null,null,null).exports},543:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"user-components-page"},[t("ManagePanel",{attrs:{config:e.config},scopedSlots:e._u([{key:"item",fn:function({item:n}){return[t("UserItem",{attrs:{config:e.getItemConfig(n)}})]}}])})],1)};o._withStripped=!0;var i=n(8430),r=n(7632),a=n(5600),c=n(8977),s=n(9416),l=n(6911);const d={key:"userComponents",icon:"mdi-cube-scan",title:"组件",description:"可以在此处添加或删除组件, 要查看组件详情, 请回到设置面板查看.",list:i.components,listFilter:(e,t,n)=>!(t&&!`${e.name}\n${e.displayName}`.toLowerCase().includes(t.toLowerCase()))&&!(n&&!(0,a.isUserComponent)(e)),async onItemAdd(e,t){const{before:n,after:o}=(0,c.getHook)("userComponents.add",e,t);await n();const{metadata:i,message:a}=await(0,r.installComponent)(e);return await o(i),a}},m=Vue.extend({components:{ManagePanel:s.Z,UserItem:l.Z},data:()=>({config:d}),methods:{getItemConfig:e=>({key:"userComponents",item:e,isUserItem:(0,a.isUserComponent)(e),getSettings:e=>(0,a.getComponentSettings)(e),onItemRemove:async e=>{const{before:t,after:n}=(0,c.getHook)("userComponents.remove",e);await t(),(0,r.uninstallComponent)(e.name),await n()}})}});const f=(0,n(6499).Z)(m,o,[],!1,null,null,null).exports},5504:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>m});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"user-plugins-page"},[t("ManagePanel",{attrs:{config:e.config},scopedSlots:e._u([{key:"item",fn:function({item:n}){return[t("UserItem",{attrs:{config:e.getItemConfig(n)}})]}}])})],1)};o._withStripped=!0;var i=n(5600),r=n(8977),a=n(8433),c=n(9416),s=n(6911);const l={key:"userPlugins",icon:"mdi-puzzle-outline",title:"插件",description:"可以在此处管理插件, 插件能够增强现有组件的功能. 内置插件包括脚本本体包含的插件和组件自带的插件, 组件自带的插件会自动随组件卸载而卸载.",list:a.plugins,listFilter:(e,t,n)=>!(t&&!`${e.name}\n${e.displayName}`.toLowerCase().includes(t.toLowerCase()))&&!(n&&!(0,i.isUserPlugin)(e.name)),async onItemAdd(e,t){const{before:n,after:o}=(0,r.getHook)("userPlugins.add",e,t);await n();const{message:i,metadata:c}=await(0,a.installPlugin)(e);return await o(c),i}},d=Vue.extend({components:{ManagePanel:c.Z,UserItem:s.Z},data:()=>({config:l}),methods:{getItemConfig:e=>({key:"userPlugins",item:e,isUserItem:(0,i.isUserPlugin)(e.name),onItemRemove:async e=>{const{before:t,after:n}=(0,r.getHook)("userPlugins.remove",e);await t(),(0,a.uninstallPlugin)(e.name),await n()}})}});const m=(0,n(6499).Z)(d,o,[],!1,null,null,null).exports},6634:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>d});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"user-styles-page"},[t("ManagePanel",{attrs:{config:e.config},scopedSlots:e._u([{key:"item",fn:function({item:n}){return[t("UserItem",{attrs:{config:e.getItemConfig(n)}})]}}])})],1)};o._withStripped=!0;var i=n(8977),r=n(1154),a=n(9416),c=n(6911);const s={key:"userStyles",icon:"mdi-tune",title:"样式",description:"可以在此处管理自定义样式, 自定义样式能简单修改界面元素以满足您的需求, 对于更复杂的样式, 推荐使用 Stylus 浏览器插件来管理.",list:r.styles,listFilter:(e,t)=>!(t&&!`${e.name}\n${e.displayName}`.toLowerCase().includes(t.toLowerCase())),async onItemAdd(e,t){const{before:n,after:o}=(0,i.getHook)("userStyles.add",e,t);await n();const{message:a,metadata:c}=await(0,r.installStyle)(e);return await o(c),a}},l=Vue.extend({components:{ManagePanel:a.Z,UserItem:c.Z},data:()=>({config:s}),methods:{getItemConfig:e=>({key:"userStyles",item:e,isUserItem:!0,onItemRemove:async e=>{const{before:t,after:n}=(0,i.getHook)("userStyles.remove",e);await t(),(0,r.uninstallStyle)(e.name),await n()}})}});const d=(0,n(6499).Z)(l,o,[],!1,null,null,null).exports},9416:(e,t,n)=>{"use strict";n.d(t,{Z:()=>D});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"manage-panel"},[t("div",{staticClass:"manage-panel-title sub-page-row"},[t("VIcon",{attrs:{icon:e.config.icon}}),e._v(" "),t("div",{staticClass:"title-text"},[e._v("\n "+e._s(e.config.title)+"\n ")])],1),e._v(" "),e.config.description?t("div",{staticClass:"sub-page-row"},[t("div",{staticClass:"description-text"},[e._v("\n "+e._s(e.config.description)+"\n ")])]):e._e(),e._v(" "),e.config.description?t("div",{staticClass:"sub-page-row separator"}):e._e(),e._v(" "),t("div",{staticClass:"sub-page-row add-item-row"},[t("div",{staticClass:"title-text"},[e._v("添加"+e._s(e.config.title)+":")]),e._v(" "),t("div",{staticClass:"item-actions"},[t("VButton",{ref:"batchAddButton",on:{click:function(t){return e.showBatchAddPopup()}}},[t("VIcon",{attrs:{size:18,icon:"mdi-download-multiple"}}),e._v("\n 批量\n ")],1),e._v(" "),t("VButton",{on:{click:function(t){return e.browse()}}},[t("VIcon",{attrs:{size:18,icon:"mdi-folder-open-outline"}}),e._v("\n 浏览\n ")],1),e._v(" "),t("OnlineRegistryButton",[t("VIcon",{attrs:{size:18,icon:"mdi-web"}}),e._v("\n 在线\n ")],1)],1),e._v(" "),t("VPopup",{staticClass:"batch-add-popup",attrs:{"trigger-element":e.$refs.batchAddButton},model:{value:e.batchAddShow,callback:function(t){e.batchAddShow=t},expression:"batchAddShow"}},[t("TextArea",{ref:"batchAddTextArea",staticClass:"batch-add-textarea",attrs:{placeholder:"批量粘贴功能链接, 可以混合其他类型的功能 (如合集包)"},model:{value:e.batchUrl,callback:function(t){e.batchUrl=t},expression:"batchUrl"}}),e._v(" "),t("div",{staticClass:"batch-add-actions"},[t("VButton",{on:{click:function(t){e.batchAddShow=!1}}},[t("VIcon",{attrs:{size:12,icon:"close"}}),e._v("\n 取消\n ")],1),e._v(" "),t("VButton",{attrs:{type:"primary",disabled:!e.batchUrl},on:{click:function(t){return e.batchAddItem()}}},[t("VIcon",{attrs:{size:18,icon:"mdi-plus"}}),e._v("\n 添加\n ")],1)],1)],1)],1),e._v(" "),t("div",{staticClass:"sub-page-row"},[t("TextBox",{staticClass:"item-url",attrs:{placeholder:"粘贴"+e.config.title+"链接"},on:{keydown:function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:e.addItem()}},model:{value:e.url,callback:function(t){e.url=t},expression:"url"}}),e._v(" "),t("VButton",{attrs:{disabled:!e.url},on:{click:function(t){return e.addItem()}}},[t("VIcon",{attrs:{size:18,icon:"mdi-plus"}}),e._v("\n 添加\n ")],1)],1),e._v(" "),t("div",{staticClass:"sub-page-row separator"}),e._v(" "),t("div",{staticClass:"sub-page-row"},[t("div",{staticClass:"title-text"},[e._v("已安装的"+e._s(e.config.title)+":")]),e._v(" "),t("div",{staticClass:"exclude-built-in"},[e._v("\n 隐藏内置"+e._s(e.config.title)+"\n "),t("SwitchBox",{model:{value:e.excludeBuiltIn,callback:function(t){e.excludeBuiltIn=t},expression:"excludeBuiltIn"}})],1)]),e._v(" "),t("div",{staticClass:"sub-page-row search-item-row"},[t("VIcon",{attrs:{icon:"search",size:18}}),e._v(" "),t("TextBox",{staticClass:"list-search",attrs:{placeholder:`在 ${e.filteredList.length} 个${e.config.title}中搜索`},model:{value:e.search,callback:function(t){e.search=t},expression:"search"}})],1),e._v(" "),e.loaded?e._e():t("div",{staticClass:"sub-page-row"},[t("VLoading",{key:"loading"})],1),e._v(" "),e.loaded?t("div",{staticClass:"manage-item-list"},[0===e.debouncedList.length?t("VEmpty",{key:"empty"}):e._e(),e._v(" "),e._l(e.debouncedList,(function(n){return t("ManageItem",{key:n.name},[e._t("item",(function(){return[e._v("\n "+e._s(n.displayName)+"\n ")]}),{item:n})],2)}))],2):e._e()])};o._withStripped=!0;var i=n(459),r=n(6057),a=n(6812),c=n(962),s=n(351),l=n(4688),d=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"manage-item",class:{virtual:e.virtual}},[e.virtual?e._e():e._t("default")],2)};d._withStripped=!0;var m=n(9133);const f=Vue.extend({mixins:[(0,m.B)(".manage-panel .manage-item-list")]});var u=n(8332),p=n.n(u),b=n(558),h=n.n(b),g={insert:"head",singleton:!1};p()(h(),g);h().locals;var v=n(6499);const F=(0,v.Z)(f,d,[],!1,null,null,null).exports;var w=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("VButton",{on:{mouseover:function(t){return e.initPopup()},click:function(t){return e.togglePopup()}}},[e._t("default")],2)};w._withStripped=!0;var y=n(6052);const x=Vue.extend({components:{VButton:l.VButton},methods:{initPopup:y.initPopup,togglePopup:y.togglePopup}});const k=(0,v.Z)(x,w,[],!1,null,null,null).exports,C=Vue.extend({components:{VIcon:l.VIcon,VButton:l.VButton,TextBox:l.TextBox,VEmpty:l.VEmpty,VLoading:l.VLoading,VPopup:l.VPopup,TextArea:l.TextArea,SwitchBox:l.SwitchBox,ManageItem:F,OnlineRegistryButton:k},props:{config:{type:Object,required:!0}},data:()=>({search:"",url:"",loaded:!1,batchAddShow:!1,batchUrl:"",excludeBuiltIn:!0,debouncedList:[]}),computed:{filteredList(){return this.config.list.filter((e=>this.config.listFilter(e,this.search,this.excludeBuiltIn)))}},watch:{filteredList(){this.loaded=!1,window.setTimeout((()=>{this.debouncedList=this.filteredList,this.loaded=!0}),200)}},mounted(){window.setTimeout((()=>{this.debouncedList=this.filteredList,this.loaded=!0}))},methods:{async browse(){const e=await(0,r.pickFile)({accept:"*.js;*.zip"});if(0===e.length)return;const[t]=e;let n;if(t.name.endsWith(".zip")){const e=await s.JSZipLibrary,o=await e.loadAsync(t),i=Object.values(o.files);if(0===i.length)return void a.Toast.info("不能打开空文件",`添加${this.config.title}`);n=await i[0].async("text")}else n=await t.text();try{a.Toast.info(await(this.config.onItemAdd?.(n,"")),`添加${this.config.title}`)}catch(e){(0,c.logError)(e)}},async showBatchAddPopup(){this.batchAddShow=!this.batchAddShow,this.batchAddShow&&(await this.$nextTick(),this.$refs.batchAddTextArea?.focus())},async addItem(){if(!this.url)return;const e=a.Toast.info("获取中...",`添加${this.config.title}`);try{const t=await(0,i.tryParseZip)(this.url);e.message=await(this.config.onItemAdd?.(t,this.url)),this.url=""}catch(t){console.error(t),e.type=a.ToastType.Error,e.message=t}},async batchAddItem(){if(!this.batchUrl)return;const e=this.batchUrl.split("\n").map((e=>e.trim())).filter((e=>""!==e)),t=a.Toast.info(`获取中... (0/${e.length})`,"批量添加");let n=0;const o=await Promise.allSettled(e.map((async o=>{const{message:r}=await(0,i.installFeature)(o);return n++,t.message=`获取中... (${n}/${e.length})`,r}))),r=o.filter((e=>"fulfilled"===e.status)).length,c=o.filter((e=>"rejected"===e.status)).length;t.message=`安装完成, 成功 ${r} 个, 失败 ${c} 个.`;const s=o.map(((t,n)=>{const o=e[n];return"fulfilled"===t.status?`${t.value} ${o}`:`${t.reason} ${o}`})).join("\n");console.log(s),this.batchUrl=""}}});var A=n(8694),E=n.n(A),B={insert:"head",singleton:!1};p()(E(),B);E().locals;const D=(0,v.Z)(C,o,[],!1,null,null,null).exports},6911:(e,t,n)=>{"use strict";n.d(t,{Z:()=>u});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"user-item"},[t("div",{staticClass:"user-item-display-name"},[e._v("\n "+e._s(e.config.item.displayName)+"\n ")]),e._v(" "),t("div",{staticClass:"user-item-name"},[e._v("\n "+e._s(e.config.item.name)+"\n ")]),e._v(" "),e.config.isUserItem?t("div",{staticClass:"user-item-line"}):e._e(),e._v(" "),e.config.isUserItem?t("div",{ref:"removeIcon",staticClass:"user-item-remove",on:{dblclick:function(t){return e.removeItem()}}},[t("VIcon",{attrs:{icon:"mdi-trash-can-outline",size:18}}),e._v(" "),t("div",{ref:"removeConfirmTemplate",staticClass:"user-item-remove-confirm"},[e._v("\n 确定要卸载 "+e._s(e.config.item.displayName)+" 吗?\n "),t("VButton",{attrs:{type:"primary"},on:{click:function(t){return e.removeItem()}}},[t("VIcon",{attrs:{icon:"mdi-trash-can-outline",size:16}}),e._v("\n 确定\n ")],1)],1)],1):e._e()])};o._withStripped=!0;var i=n(6812),r=n(4688),a=n(3932);const c=Vue.extend({components:{VIcon:r.VIcon,VButton:a.default},props:{config:{type:Object,required:!0}},data:()=>({removeConfirm:!1,settings:{}}),mounted(){this.config.getSettings&&(this.settings=this.config.getSettings(this.config.item)),this.config.isUserItem&&i.Toast.mini(this.$refs.removeConfirmTemplate,this.$refs.removeIcon,{trigger:"click",hideOnClick:!0})},methods:{async removeItem(){await this.config.onItemRemove(this.config.item),this.removeConfirm=!1}}});var s=n(8332),l=n.n(s),d=n(1271),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,o,[],!1,null,null,null).exports},5733:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>m});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-video-control-bar-extend squirtle-block-wrap"},e._l(e.items,(function(n){return t("div",{key:n.name,staticClass:"be-video-control-bar-extend-item bilibili-player-video-btn squirtle-block-wrap bpx-player-ctrl-btn",style:{order:n.order.toString()},attrs:{"data-name":n.name},on:{click:function(e){return n.action(e)}}},[t("button",[t("span",{staticClass:"bp-svgicon"},[t("VIcon",{attrs:{icon:n.icon}})],1)]),e._v(" "),t("div",{staticClass:"be-video-control-tooltip"},[e._v("\n "+e._s(n.displayName)+"\n ")])])})),0)};o._withStripped=!0;var i=n(4688);const r=Vue.extend({components:{VIcon:i.VIcon},props:{items:{type:Array,required:!0}}});var a=n(8332),c=n.n(a),s=n(6482),l=n.n(s),d={insert:"head",singleton:!1};c()(l(),d);l().locals;const m=(0,n(6499).Z)(r,o,[],!1,null,null,null).exports},7864:(e,t,n)=>{"use strict";n.d(t,{Z:()=>c});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-mini-toast-wrapper"},[t("div",{ref:"content",staticClass:"be-mini-toast-content"},[e._t("default")],2),e._v(" "),t("div",{ref:"toast",staticClass:"be-mini-toast"},[e._t("toast")],2)])};o._withStripped=!0;var i=n(3733);const r={body:()=>document.body,local:void 0},a=Vue.extend({model:{prop:"show",event:"change"},props:{show:{type:Boolean,default:!1},container:{type:String,default:"local"},placement:{type:String,default:void 0}},data:()=>({toast:null}),watch:{placement(e){e&&this.toast&&(this.toast.placement=e)}},async mounted(){await this.$nextTick();const e=r[this.container];this.toast=(0,i.$)(this.$refs.toast,this.$refs.content,{placement:this.placement,showOnCreate:this.show,trigger:"mouseenter focusin",onHide:()=>{this.$emit("change",!1)},onShow:()=>{this.$emit("change",!0)},appendTo:"function"==typeof e?e():e,...this.$attrs})}});const c=(0,n(6499).Z)(a,o,[],!1,null,null,null).exports},9933:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>m});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"toast-card visible",class:"toast-"+e.card.type,on:{mouseover:e.stopTimer,mouseout:e.startTimer}},[t("div",{staticClass:"toast-card-border"}),e._v(" "),t("div",{staticClass:"toast-card-header"},[t("h1",{staticClass:"toast-card-title"},[e._v("\n "+e._s(e.card.title)+"\n ")]),e._v(" "),t("div",{staticClass:"toast-card-close",class:{"show-progress":Boolean(e.remainingTime)},attrs:{title:"关闭"},on:{click:function(t){return e.card.close()}}},[t("ProgressRing",{attrs:{size:28,stroke:2,progress:e.progressMax-e.remainingTime,max:e.progressMax}}),e._v(" "),t("VIcon",{attrs:{icon:"close",size:14}})],1)]),e._v(" "),t("div",{staticClass:"toast-card-message",domProps:{innerHTML:e._s(e.card.message)}})])};o._withStripped=!0;var i=n(4688);const r=Vue.extend({components:{VIcon:i.VIcon,ProgressRing:i.ProgressRing},props:{card:{type:Object,required:!0}},data:()=>({progressMax:0,remainingTime:0}),created(){this.readDuration()},methods:{durationTick(){const{closeTime:e}=this.card;e&&(this.remainingTime=e-Number(new Date),this.remainingTime>0&&requestAnimationFrame((()=>this.durationTick())))},readDuration(){const{duration:e,closeTime:t}=this.card;e&&(this.progressMax=t-Number(new Date),this.remainingTime=this.progressMax,requestAnimationFrame((()=>this.durationTick())))},stopTimer(){this.card.clearDuration(),this.progressMax=0,this.remainingTime=0},startTimer(){this.card.setDuration(),this.readDuration()}}});var a=n(8332),c=n.n(a),s=n(3554),l=n.n(s),d={insert:"head",singleton:!1};c()(l(),d);l().locals;const m=(0,n(6499).Z)(r,o,[],!1,null,null,null).exports},8798:(e,t,n)=>{"use strict";n.d(t,{Z:()=>d});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-switch-box",class:{checked:e.checked,disabled:e.disabled},attrs:{role:"switch","aria-checked":e.checked,"aria-disabled":e.disabled,tabindex:"0"},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"])?null:(t.preventDefault(),e.toggle())},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter")?null:(t.preventDefault(),e.toggle())}]}},[t("label",[t("input",{ref:"input",attrs:{type:"checkbox",disabled:e.disabled},domProps:{checked:e.checked},on:{change:function(t){return t.stopPropagation(),e.$emit("change",t.target.checked)}}}),e._v(" "),e._m(0)])])};o._withStripped=!0;const i=Vue.extend({name:"SwitchBox",model:{prop:"checked",event:"change"},props:{checked:{type:Boolean,default:!1},disabled:{type:Boolean,default:!1}},methods:{toggle(){this.disabled||(this.$refs.input.checked=!this.$refs.input.checked,this.$emit("change",this.$refs.input.checked))}}});var r=n(8332),a=n.n(r),c=n(9732),s=n.n(c),l={insert:"head",singleton:!1};a()(s(),l);s().locals;const d=(0,n(6499).Z)(i,o,[function(){var e=this._self._c;this._self._setupProxy;return e("div",{staticClass:"bar"},[e("div",{staticClass:"thumb"})])}],!1,null,null,null).exports},5486:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>m});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-textbox",class:{linear:e.linear},attrs:{role:"textbox"}},[t("input",e._g(e._b({ref:"input",attrs:{type:"text"},domProps:{value:e.text},on:{change:function(t){return t.stopPropagation(),e.change.apply(null,arguments)},input:function(t){return t.stopPropagation(),e.input.apply(null,arguments)},compositionstart:e.compositionStart,compositionend:e.compositionEnd}},"input",e.$attrs,!1),e.restListeners)),e._v(" "),e.linear?t("div",{staticClass:"linear-bar"}):e._e()])};o._withStripped=!0;var i=n(8491);const r=Vue.extend({name:"TextBox",mixins:[i.t],props:{linear:{type:Boolean,default:!1}}});var a=n(8332),c=n.n(a),s=n(3753),l=n.n(s),d={insert:"head",singleton:!1};c()(l(),d);l().locals;const m=(0,n(6499).Z)(r,o,[],!1,null,"d1f779a8",null).exports},3932:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>d});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",e._g({staticClass:"be-button",class:{[e.type]:!0,disabled:e.disabled,round:e.round,icon:e.icon},attrs:{role:"button","aria-disabled":e.disabled,tabindex:e.disabled?-1:0},on:{keydown:[function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"enter",13,t.key,"Enter"))return null;t.preventDefault(),e.$listeners.click&&e.$listeners.click(t)},function(t){if(!t.type.indexOf("key")&&e._k(t.keyCode,"space",32,t.key,[" ","Spacebar"]))return null;t.preventDefault(),e.$listeners.click&&e.$listeners.click(t)}]}},e.disabled?null:e.$listeners),[t("div",{staticClass:"content-container"},[e._t("default",(function(){return[e._v("Button")]}))],2)])};o._withStripped=!0;const i=Vue.extend({name:"VButton",props:{type:{type:String,default:"light"},round:{type:Boolean,default:!1},icon:{type:Boolean,default:!1}},computed:{disabled(){return Boolean(this.$attrs.disabled)}}});var r=n(8332),a=n.n(r),c=n(4538),s=n.n(c),l={insert:"head",singleton:!1};a()(s(),l);s().locals;const d=(0,n(6499).Z)(i,o,[],!1,null,"18aa9448",null).exports},3441:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>f});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{staticClass:"be-loading"},[e._t("default",(function(){return["string"==typeof e.config.content&&e.config.content.length>0?[e._v("\n "+e._s(e.config.content)+"\n ")]:e._e(),e._v(" "),"string"!=typeof e.config.content?t(e.config.content,{tag:"component"}):e._e()]}))],2)};o._withStripped=!0;var i=n(6940);const[r]=(0,i.registerAndGetData)("vLoading",{content:"加载中..."}),a=Vue.extend({name:"VLoading",data:()=>({config:r})});var c=n(8332),s=n.n(c),l=n(4833),d=n.n(l),m={insert:"head",singleton:!1};s()(d(),m);d().locals;const f=(0,n(6499).Z)(a,o,[],!1,null,null,null).exports},6355:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>d});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",e._g({staticClass:"be-popup",class:{open:e.open,fixed:e.fixed,close:!e.open,"closed-style":e.closedStyle}},e.$listeners),[e.loaded?e._t("default"):e._e()],2)};o._withStripped=!0;const i=Vue.extend({name:"VPopup",model:{prop:"open",event:"popup-change"},props:{open:{type:Boolean,required:!1,default:!1},closedStyle:{type:Boolean,required:!1,default:!0},fixed:{type:Boolean,required:!1,default:!1},triggerElement:{required:!1,default:null},lazy:{type:Boolean,required:!1,default:!0},autoClose:{type:Boolean,required:!1,default:!0},autoDestroy:{type:Boolean,required:!1,default:!1},escClose:{type:Boolean,required:!1,default:!1},autoClosePredicate:{type:Function,required:!1,default:null}},data(){return{loaded:!this.lazy}},computed:{trigger(){return null===this.triggerElement?null:"$el"in this.triggerElement?this.triggerElement.$el:this.triggerElement}},watch:{open(){this.lazy&&!this.loaded&&(this.loaded=!0),this.setAutoClose()}},mounted(){const e=this.$el;this.open&&this.setAutoClose(),this.escClose&&e.addEventListener("keydown",(e=>{"Escape"===e.key&&this.$emit("popup-change",!1)})),this.autoDestroy&&e.addEventListener("transitionend",(()=>{this.open||(this.loaded=!1)}))},methods:{openHandler(e){const t=e.target,n=document.querySelector(".toast-card-container");let o=t!==this.trigger&&!this.trigger?.contains(t)&&t!==this.$el&&!this.$el.contains(t)&&!n?.contains(t);this.autoClosePredicate&&(o=o&&this.autoClosePredicate({target:t,element:this.$el,trigger:this.trigger})),o&&this.$emit("popup-change",!1)},setAutoClose(){if(this.autoClose){["mousedown","touchstart"].forEach((e=>{this.open?document.documentElement.addEventListener(e,(e=>this.openHandler(e))):document.documentElement.removeEventListener(e,(e=>this.openHandler(e)))}))}},toggle(){this.$emit("popup-change",!this.open)}}});var r=n(8332),a=n.n(r),c=n(2618),s=n.n(c),l={insert:"head",singleton:!1};a()(s(),l);s().locals;const d=(0,n(6499).Z)(i,o,[],!1,null,null,null).exports},2727:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>m});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("div",{ref:"slider",staticClass:"be-slider",attrs:{role:"slider",tabindex:e.focusable?0:-1},on:{keydown:[function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"left",37,t.key,["Left","ArrowLeft"])||"button"in t&&0!==t.button?null:(t.preventDefault(),t.stopPropagation(),e.offsetByStep(-1))},function(t){return!t.type.indexOf("key")&&e._k(t.keyCode,"right",39,t.key,["Right","ArrowRight"])||"button"in t&&2!==t.button?null:(t.preventDefault(),t.stopPropagation(),e.offsetByStep(1))}]}},[t("div",{ref:"barContainer",staticClass:"bar-container",on:{click:function(t){return e.setByCoord(t.offsetX)}}},[e._t("bar",(function(){return[t("div",{staticClass:"default-bar"})]}))],2),e._v(" "),t("MiniToast",{ref:"thumbContainer",staticClass:"thumb-container",style:{left:e.thumbLeft},attrs:{placement:"top",arrow:!1},scopedSlots:e._u([{key:"toast",fn:function(){return[e._v("\n "+e._s(e.displayFun(e.realValue))+"\n ")]},proxy:!0}])},[e._t("thumb",(function(){return[t("div",{staticClass:"default-thumb"})]}))],2)],1)};o._withStripped=!0;var i=n(7864);const r=Vue.extend({name:"VSlider",components:{MiniToast:i.Z},model:{prop:"value",event:"change"},props:{focusable:{type:Boolean,default:!0},min:{type:Number,default:0},max:{type:Number,default:100},value:{type:Number,default:0},center:{type:Number,default:0},step:{type:Number,default:1},displayFun:{type:Function,default:e=>String(e)}},data:()=>({realValue:0}),computed:{realMax(){return this.valueToRounded(this.max,Math.floor)},realMin(){return this.valueToRounded(this.min,Math.ceil)},valueLength(){const e=this.realMax-this.realMin;return e<0?(console.error("[VSlider] No desirable value between min and max"),0):e},thumbLeft(){if(0===this.valueLength)return 0;return`${(this.realValue-this.realMin)/this.valueLength*100}%`},centerCoord(){return this.valueToLength(this.center-this.realMin)}},watch:{value(e){e!==this.realValue&&this.setByValue(e)},center(){this.setByValue(this.realValue)},min(){this.setByRounded(this.realValue)},max(){this.setByRounded(this.realValue)}},created(){this.setByValue(this.value)},mounted(){this.setupDrag()},methods:{valueToStep(e){return(arguments.length>1&&void 0!==arguments[1]?arguments[1]:Math.round)(e/this.step)},valueToStepped(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Math.round;return this.valueToStep(e,t)*this.step},lengthToValue(e){const t=this.$refs.barContainer.getBoundingClientRect().width;return this.valueLength*(e/t)},lengthToStep(e){return this.valueToStep(this.lengthToValue(e))},lengthToStepped(e){return this.lengthToStep(e)*this.step},valueToLength(e){const t=this.$refs.barContainer.getBoundingClientRect().width;return 0===this.valueLength?0:t*(e/this.valueLength)},valueToRounded(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:Math.round;return this.center+this.valueToStepped(e-this.center,t)},limitValue(e){return 0===this.valueLength?this.realMin:(e<this.realMin?e=this.realMin:e>this.realMax&&(e=this.realMax),e)},offsetByStep(e){this.setByRounded(this.realValue+e*this.step)},setByLimited(e){e!==this.realValue&&(this.realValue=e,this.$emit("change",this.realValue))},setByRounded(e){this.setByLimited(this.limitValue(e))},setByValue(e){this.setByRounded(this.valueToRounded(e))},setByCoord(e){this.setByRounded(this.center+this.lengthToStepped(e-this.centerCoord))},setupDrag(){function e(e,t,n){let o=arguments.length>3&&void 0!==arguments[3]&&arguments[3];const i=e=>{e.preventDefault(),e instanceof MouseEvent||e instanceof unsafeWindow.MouseEvent?n(e.pageX):1===e.touches.length&&n(e.touches[0].pageX)};return e.addEventListener(t,i,{once:o,passive:!1}),()=>e.removeEventListener(t,i)}const t=this.$refs.thumbContainer.$el,n=[{start:"mousedown",move:"mousemove",end:"mouseup"},{start:"touchstart",move:"touchmove",end:"touchend"}];for(const o of n){let n=0,i=0;e(t,o.start,(t=>{this.$emit("start",this.realValue),this.$refs.slider.focus(),n=t,i=this.realValue;const r=e(window,o.move,(e=>{this.setByValue(i+this.lengthToValue(e-n))}));e(window,o.end,(()=>{this.$emit("end",this.realValue),r()}),!0)}))}}}});var a=n(8332),c=n.n(a),s=n(1390),l=n.n(s),d={insert:"head",singleton:!1};c()(l(),d);l().locals;const m=(0,n(6499).Z)(r,o,[],!1,null,"94f62aa6",null).exports},1282:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>h});var o=function(){var e=this,t=e._self._c;e._self._setupProxy;return t("i",e._g(e._b({staticClass:"be-icon",class:e.classes,style:{"--size":e.size+"px"}},"i",e.$attrs,!1),e.$listeners),[e._t("default"),e._v(" "),e.icon in e.$options.static.customIcons?t("div",{staticClass:"custom-icon",domProps:{innerHTML:e._s(e.$options.static.customIcons[e.icon])}}):e._e()],2)};o._withStripped=!0;var i=n(6940);const r=n(5454),a=lodash.fromPairs(r.keys().map((e=>[e.replace(/.*\/([^/]+?)\.svg$/,"$1"),r(e)]))),[c]=(0,i.registerAndGetData)("ui.icons",a),s={customIcons:a},l=Vue.extend({name:"VIcon",props:{icon:{type:String,default:""},size:{type:Number,default:24},colored:{type:Boolean,default:!1}},computed:{classes(){const e=this.$options.static.customIcons,t=this.icon,n=[];return this.colored&&n.push("colored"),""===t||t in e?n:t.startsWith("mdi-")?[...n,"mdi",t]:[...n,`be-iconfont-${t}`]}},beforeCreate(){this.$options.static=s}}),d=l;var m=n(8332),f=n.n(m),u=n(8462),p=n.n(u),b={insert:"head",singleton:!1};f()(p(),b);p().locals;const h=(0,n(6499).Z)(d,o,[],!1,null,null,null).exports},6499:(e,t,n)=>{"use strict";function o(e,t,n,o,i,r,a,c){var s,l="function"==typeof e?e.options:e;if(t&&(l.render=t,l.staticRenderFns=n,l._compiled=!0),o&&(l.functional=!0),r&&(l._scopeId="data-v-"+r),a?(s=function(e){(e=e||this.$vnode&&this.$vnode.ssrContext||this.parent&&this.parent.$vnode&&this.parent.$vnode.ssrContext)||"undefined"==typeof __VUE_SSR_CONTEXT__||(e=__VUE_SSR_CONTEXT__),i&&i.call(this,e),e&&e._registeredComponents&&e._registeredComponents.add(a)},l._ssrRegister=s):i&&(s=c?function(){i.call(this,(l.functional?this.parent:this).$root.$options.shadowRoot)}:i),s)if(l.functional){l._injectStyles=s;var d=l.render;l.render=function(e,t){return s.call(t),d(e,t)}}else{var m=l.beforeCreate;l.beforeCreate=m?[].concat(m,s):[s]}return{exports:e,options:l}}n.d(t,{Z:()=>o})},7933:(e,t,n)=>{"use strict";var o=n(8254),i=Array.prototype.concat,r=Array.prototype.slice,a=e.exports=function(e){for(var t=[],n=0,a=e.length;n<a;n++){var c=e[n];o(c)?t=i.call(t,r.call(c)):t.push(c)}return t};a.wrap=function(e){return function(){return e(a(arguments))}}},3904:(e,t,n)=>{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(8332),i=n.n(o),r=n(1489),a=n.n(r),c={insert:"head",singleton:!1};i()(a(),c);const s=a().locals||{}},8332:(e,t,n)=>{"use strict";var o,i=function(){return void 0===o&&(
// @see http://browserhacks.com/#hack-e71d8692f65334173fee715c222cb805
// @see https://github.com/webpack-contrib/style-loader/issues/177
o=Boolean(window&&document&&document.all&&!window.atob)),o},r=function(){var e={};return function(t){if(void 0===e[t]){var n=document.querySelector(t);if(window.HTMLIFrameElement&&n instanceof window.HTMLIFrameElement)try{n=n.contentDocument.head}catch(e){n=null}e[t]=n}return e[t]}}(),a=[];function c(e){for(var t=-1,n=0;n<a.length;n++)if(a[n].identifier===e){t=n;break}return t}function s(e,t){for(var n={},o=[],i=0;i<e.length;i++){var r=e[i],s=t.base?r[0]+t.base:r[0],l=n[s]||0,d="".concat(s," ").concat(l);n[s]=l+1;var m=c(d),f={css:r[1],media:r[2],sourceMap:r[3]};-1!==m?(a[m].references++,a[m].updater(f)):a.push({identifier:d,updater:h(f,t),references:1}),o.push(d)}return o}function l(e){var t=document.createElement("style"),o=e.attributes||{};if(void 0===o.nonce){var i=n.nc;i&&(o.nonce=i)}if(Object.keys(o).forEach((function(e){t.setAttribute(e,o[e])})),"function"==typeof e.insert)e.insert(t);else{var a=r(e.insert||"head");if(!a)throw new Error("Couldn't find a style target. This probably means that the value for the 'insert' parameter is invalid.");a.appendChild(t)}return t}var d,m=(d=[],function(e,t){return d[e]=t,d.filter(Boolean).join("\n")});function f(e,t,n,o){var i=n?"":o.media?"@media ".concat(o.media," {").concat(o.css,"}"):o.css;if(e.styleSheet)e.styleSheet.cssText=m(t,i);else{var r=document.createTextNode(i),a=e.childNodes;a[t]&&e.removeChild(a[t]),a.length?e.insertBefore(r,a[t]):e.appendChild(r)}}function u(e,t,n){var o=n.css,i=n.media,r=n.sourceMap;if(i?e.setAttribute("media",i):e.removeAttribute("media"),r&&"undefined"!=typeof btoa&&(o+="\n/*# sourceMappingURL=data:application/json;base64,".concat(btoa(unescape(encodeURIComponent(JSON.stringify(r))))," */")),e.styleSheet)e.styleSheet.cssText=o;else{for(;e.firstChild;)e.removeChild(e.firstChild);e.appendChild(document.createTextNode(o))}}var p=null,b=0;function h(e,t){var n,o,i;if(t.singleton){var r=b++;n=p||(p=l(t)),o=f.bind(null,n,r,!1),i=f.bind(null,n,r,!0)}else n=l(t),o=u.bind(null,n,t),i=function(){!function(e){if(null===e.parentNode)return!1;e.parentNode.removeChild(e)}(n)};return o(e),function(t){if(t){if(t.css===e.css&&t.media===e.media&&t.sourceMap===e.sourceMap)return;o(e=t)}else i()}}e.exports=function(e,t){(t=t||{}).singleton||"boolean"==typeof t.singleton||(t.singleton=i());var n=s(e=e||[],t);return function(e){if(e=e||[],"[object Array]"===Object.prototype.toString.call(e)){for(var o=0;o<n.length;o++){var i=c(n[o]);a[i].references--}for(var r=s(e,t),l=0;l<n.length;l++){var d=c(n[l]);0===a[d].references&&(a[d].updater(),a.splice(d,1))}n=r}}}},1898:(e,t,n)=>{var o=n(9145);o&&o.__esModule&&(o=o.default),e.exports="string"==typeof o?o:o.toString()},3975:(e,t,n)=>{var o=n(3617);o&&o.__esModule&&(o=o.default),e.exports="string"==typeof o?o:o.toString()},1508:(e,t,n)=>{"use strict";n.d(t,{ZP:()=>_n});var o=Object.freeze({}),i=Array.isArray;function r(e){return null==e}function a(e){return null!=e}function c(e){return!0===e}function s(e){return"string"==typeof e||"number"==typeof e||"symbol"==typeof e||"boolean"==typeof e}function l(e){return"function"==typeof e}function d(e){return null!==e&&"object"==typeof e}var m=Object.prototype.toString;function f(e){return"[object Object]"===m.call(e)}function u(e){return"[object RegExp]"===m.call(e)}function p(e){var t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function b(e){return a(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function h(e){return null==e?"":Array.isArray(e)||f(e)&&e.toString===m?JSON.stringify(e,null,2):String(e)}function g(e){var t=parseFloat(e);return isNaN(t)?e:t}function v(e,t){for(var n=Object.create(null),o=e.split(","),i=0;i<o.length;i++)n[o[i]]=!0;return t?function(e){return n[e.toLowerCase()]}:function(e){return n[e]}}v("slot,component",!0);var F=v("key,ref,slot,slot-scope,is");function w(e,t){var n=e.length;if(n){if(t===e[n-1])return void(e.length=n-1);var o=e.indexOf(t);if(o>-1)return e.splice(o,1)}}var y=Object.prototype.hasOwnProperty;function x(e,t){return y.call(e,t)}function k(e){var t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}var C=/-(\w)/g,A=k((function(e){return e.replace(C,(function(e,t){return t?t.toUpperCase():""}))})),E=k((function(e){return e.charAt(0).toUpperCase()+e.slice(1)})),B=/\B([A-Z])/g,D=k((function(e){return e.replace(B,"-$1").toLowerCase()}));
// @ts-expect-error bind cannot be `undefined`
var z=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){var o=arguments.length;return o?o>1?e.apply(t,arguments):e.call(t,n):e.call(t)}return n._length=e.length,n};function I(e,t){t=t||0;for(var n=e.length-t,o=new Array(n);n--;)o[n]=e[n+t];return o}function S(e,t){for(var n in t)e[n]=t[n];return e}function M(e){for(var t={},n=0;n<e.length;n++)e[n]&&S(t,e[n]);return t}
/* eslint-disable no-unused-vars */function P(e,t,n){}var O=function(e,t,n){return!1},V=function(e){return e};function T(e,t){if(e===t)return!0;var n=d(e),o=d(t);if(!n||!o)return!n&&!o&&String(e)===String(t);try{var i=Array.isArray(e),r=Array.isArray(t);if(i&&r)return e.length===t.length&&e.every((function(e,n){return T(e,t[n])}));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(i||r)return!1;var a=Object.keys(e),c=Object.keys(t);return a.length===c.length&&a.every((function(n){return T(e[n],t[n])}))}catch(e){return!1}}function L(e,t){for(var n=0;n<e.length;n++)if(T(e[n],t))return n;return-1}function j(e){var t=!1;return function(){t||(t=!0,e.apply(this,arguments))}}function q(e,t){return e===t?0===e&&1/e!=1/t:e==e||t==t}var N="data-server-rendered",R=["component","directive","filter"],Z=["beforeCreate","created","beforeMount","mounted","beforeUpdate","updated","beforeDestroy","destroyed","activated","deactivated","errorCaptured","serverPrefetch","renderTracked","renderTriggered"],U={optionMergeStrategies:Object.create(null),silent:!1,productionTip:!1,devtools:!1,performance:!1,errorHandler:null,warnHandler:null,ignoredElements:[],keyCodes:Object.create(null),isReservedTag:O,isReservedAttr:O,isUnknownElement:O,getTagNamespace:P,parsePlatformTagName:V,mustUseProp:O,async:!0,_lifecycleHooks:Z},H=/a-zA-Z\u00B7\u00C0-\u00D6\u00D8-\u00F6\u00F8-\u037D\u037F-\u1FFF\u200C-\u200D\u203F-\u2040\u2070-\u218F\u2C00-\u2FEF\u3001-\uD7FF\uF900-\uFDCF\uFDF0-\uFFFD/;function W(e){var t=(e+"").charCodeAt(0);return 36===t||95===t}function G(e,t,n,o){Object.defineProperty(e,t,{value:n,enumerable:!!o,writable:!0,configurable:!0})}var Q=new RegExp("[^".concat(H.source,".$_\\d]"));var Y="__proto__"in{},X="undefined"!=typeof window,K=X&&window.navigator.userAgent.toLowerCase(),J=K&&/msie|trident/.test(K),_=K&&K.indexOf("msie 9.0")>0,$=K&&K.indexOf("edge/")>0;K&&K.indexOf("android");var ee=K&&/iphone|ipad|ipod|ios/.test(K);K&&/chrome\/\d+/.test(K),K&&/phantomjs/.test(K);var te,ne=K&&K.match(/firefox\/(\d+)/),oe={}.watch,ie=!1;
// @ts-expect-error firebox support
if(X)try{var re={};Object.defineProperty(re,"passive",{get:function(){ie=!0}}),window.addEventListener("test-passive",null,re)}catch(e){}var ae=function(){return void 0===te&&(te=!X&&void 0!==n.g&&(n.g.process&&"server"===n.g.process.env.VUE_ENV)),te},ce=X&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function se(e){return"function"==typeof e&&/native code/.test(e.toString())}var le,de="undefined"!=typeof Symbol&&se(Symbol)&&"undefined"!=typeof Reflect&&se(Reflect.ownKeys);le="undefined"!=typeof Set&&se(Set)?Set:function(){function e(){this.set=Object.create(null)}return e.prototype.has=function(e){return!0===this.set[e]},e.prototype.add=function(e){this.set[e]=!0},e.prototype.clear=function(){this.set=Object.create(null)},e}();var me=null;function fe(e){void 0===e&&(e=null),e||me&&me._scope.off(),me=e,e&&e._scope.on()}var ue=function(){function e(e,t,n,o,i,r,a,c){this.tag=e,this.data=t,this.children=n,this.text=o,this.elm=i,this.ns=void 0,this.context=r,this.fnContext=void 0,this.fnOptions=void 0,this.fnScopeId=void 0,this.key=t&&t.key,this.componentOptions=a,this.componentInstance=void 0,this.parent=void 0,this.raw=!1,this.isStatic=!1,this.isRootInsert=!0,this.isComment=!1,this.isCloned=!1,this.isOnce=!1,this.asyncFactory=c,this.asyncMeta=void 0,this.isAsyncPlaceholder=!1}return Object.defineProperty(e.prototype,"child",{get:function(){return this.componentInstance},enumerable:!1,configurable:!0}),e}(),pe=function(e){void 0===e&&(e="");var t=new ue;return t.text=e,t.isComment=!0,t};function be(e){return new ue(void 0,void 0,void 0,String(e))}function he(e){var t=new ue(e.tag,e.data,e.children&&e.children.slice(),e.text,e.elm,e.context,e.componentOptions,e.asyncFactory);return t.ns=e.ns,t.isStatic=e.isStatic,t.key=e.key,t.isComment=e.isComment,t.fnContext=e.fnContext,t.fnOptions=e.fnOptions,t.fnScopeId=e.fnScopeId,t.asyncMeta=e.asyncMeta,t.isCloned=!0,t}var ge=0,ve=[],Fe=function(){function e(){this._pending=!1,this.id=ge++,this.subs=[]}return e.prototype.addSub=function(e){this.subs.push(e)},e.prototype.removeSub=function(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,ve.push(this))},e.prototype.depend=function(t){e.target&&e.target.addDep(this)},e.prototype.notify=function(e){var t=this.subs.filter((function(e){return e}));for(var n=0,o=t.length;n<o;n++){0,t[n].update()}},e}();Fe.target=null;var we=[];function ye(e){we.push(e),Fe.target=e}function xe(){we.pop(),Fe.target=we[we.length-1]}var ke=Array.prototype,Ce=Object.create(ke);["push","pop","shift","unshift","splice","sort","reverse"].forEach((function(e){var t=ke[e];G(Ce,e,(function(){for(var n=[],o=0;o<arguments.length;o++)n[o]=arguments[o];var i,r=t.apply(this,n),a=this.__ob__;switch(e){case"push":case"unshift":i=n;break;case"splice":i=n.slice(2)}return i&&a.observeArray(i),a.dep.notify(),r}))}));var Ae=Object.getOwnPropertyNames(Ce),Ee={},Be=!0;function De(e){Be=e}var ze={notify:P,depend:P,addSub:P,removeSub:P},Ie=function(){function e(e,t,n){if(void 0===t&&(t=!1),void 0===n&&(n=!1),this.value=e,this.shallow=t,this.mock=n,this.dep=n?ze:new Fe,this.vmCount=0,G(e,"__ob__",this),i(e)){if(!n)if(Y)e.__proto__=Ce;else for(var o=0,r=Ae.length;o<r;o++){G(e,c=Ae[o],Ce[c])}t||this.observeArray(e)}else{var a=Object.keys(e);for(o=0;o<a.length;o++){var c;Me(e,c=a[o],Ee,void 0,t,n)}}}return e.prototype.observeArray=function(e){for(var t=0,n=e.length;t<n;t++)Se(e[t],!1,this.mock)},e}();function Se(e,t,n){return e&&x(e,"__ob__")&&e.__ob__ instanceof Ie?e.__ob__:!Be||!n&&ae()||!i(e)&&!f(e)||!Object.isExtensible(e)||e.__v_skip||qe(e)||e instanceof ue?void 0:new Ie(e,t,n)}function Me(e,t,n,o,r,a){var c=new Fe,s=Object.getOwnPropertyDescriptor(e,t);if(!s||!1!==s.configurable){var l=s&&s.get,d=s&&s.set;l&&!d||n!==Ee&&2!==arguments.length||(n=e[t]);var m=!r&&Se(n,!1,a);return Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){var t=l?l.call(e):n;return Fe.target&&(c.depend(),m&&(m.dep.depend(),i(t)&&Ve(t))),qe(t)&&!r?t.value:t},set:function(t){var o=l?l.call(e):n;if(q(o,t)){if(d)d.call(e,t);else{if(l)return;if(!r&&qe(o)&&!qe(t))return void(o.value=t);n=t}m=!r&&Se(t,!1,a),c.notify()}}}),c}}function Pe(e,t,n){if(!je(e)){var o=e.__ob__;return i(e)&&p(t)?(e.length=Math.max(e.length,t),e.splice(t,1,n),o&&!o.shallow&&o.mock&&Se(n,!1,!0),n):t in e&&!(t in Object.prototype)?(e[t]=n,n):e._isVue||o&&o.vmCount?n:o?(Me(o.value,t,n,void 0,o.shallow,o.mock),o.dep.notify(),n):(e[t]=n,n)}}function Oe(e,t){if(i(e)&&p(t))e.splice(t,1);else{var n=e.__ob__;e._isVue||n&&n.vmCount||je(e)||x(e,t)&&(delete e[t],n&&n.dep.notify())}}function Ve(e){for(var t=void 0,n=0,o=e.length;n<o;n++)(t=e[n])&&t.__ob__&&t.__ob__.dep.depend(),i(t)&&Ve(t)}function Te(e){return Le(e,!0),G(e,"__v_isShallow",!0),e}function Le(e,t){if(!je(e)){Se(e,t,ae());0}}function je(e){return!(!e||!e.__v_isReadonly)}function qe(e){return!(!e||!0!==e.__v_isRef)}function Ne(e,t,n){Object.defineProperty(e,n,{enumerable:!0,configurable:!0,get:function(){var e=t[n];if(qe(e))return e.value;var o=e&&e.__ob__;return o&&o.dep.depend(),e},set:function(e){var o=t[n];qe(o)&&!qe(e)?o.value=e:t[n]=e}})}var Re="watcher";"".concat(Re," callback"),"".concat(Re," getter"),"".concat(Re," cleanup");var Ze;var Ue=function(){function e(e){void 0===e&&(e=!1),this.detached=e,this.active=!0,this.effects=[],this.cleanups=[],this.parent=Ze,!e&&Ze&&(this.index=(Ze.scopes||(Ze.scopes=[])).push(this)-1)}return e.prototype.run=function(e){if(this.active){var t=Ze;try{return Ze=this,e()}finally{Ze=t}}else 0},e.prototype.on=function(){Ze=this},e.prototype.off=function(){Ze=this.parent},e.prototype.stop=function(e){if(this.active){var t=void 0,n=void 0;for(t=0,n=this.effects.length;t<n;t++)this.effects[t].teardown();for(t=0,n=this.cleanups.length;t<n;t++)this.cleanups[t]();if(this.scopes)for(t=0,n=this.scopes.length;t<n;t++)this.scopes[t].stop(!0);if(!this.detached&&this.parent&&!e){var o=this.parent.scopes.pop();o&&o!==this&&(this.parent.scopes[this.index]=o,o.index=this.index)}this.parent=void 0,this.active=!1}},e}();function He(e){var t=e._provided,n=e.$parent&&e.$parent._provided;return n===t?e._provided=Object.create(n):t}var We=k((function(e){var t="&"===e.charAt(0),n="~"===(e=t?e.slice(1):e).charAt(0),o="!"===(e=n?e.slice(1):e).charAt(0);return{name:e=o?e.slice(1):e,once:n,capture:o,passive:t}}));function Ge(e,t){function n(){var e=n.fns;if(!i(e))return It(e,null,arguments,t,"v-on handler");for(var o=e.slice(),r=0;r<o.length;r++)It(o[r],null,arguments,t,"v-on handler")}return n.fns=e,n}function Qe(e,t,n,o,i,a){var s,l,d,m;for(s in e)l=e[s],d=t[s],m=We(s),r(l)||(r(d)?(r(l.fns)&&(l=e[s]=Ge(l,a)),c(m.once)&&(l=e[s]=i(m.name,l,m.capture)),n(m.name,l,m.capture,m.passive,m.params)):l!==d&&(d.fns=l,e[s]=d));for(s in t)r(e[s])&&o((m=We(s)).name,t[s],m.capture)}function Ye(e,t,n){var o;e instanceof ue&&(e=e.data.hook||(e.data.hook={}));var i=e[t];function s(){n.apply(this,arguments),w(o.fns,s)}r(i)?o=Ge([s]):a(i.fns)&&c(i.merged)?(o=i).fns.push(s):o=Ge([i,s]),o.merged=!0,e[t]=o}function Xe(e,t,n,o,i){if(a(t)){if(x(t,n))return e[n]=t[n],i||delete t[n],!0;if(x(t,o))return e[n]=t[o],i||delete t[o],!0}return!1}function Ke(e){return s(e)?[be(e)]:i(e)?_e(e):void 0}function Je(e){return a(e)&&a(e.text)&&!1===e.isComment}function _e(e,t){var n,o,l,d,m=[];for(n=0;n<e.length;n++)r(o=e[n])||"boolean"==typeof o||(d=m[l=m.length-1],i(o)?o.length>0&&(Je((o=_e(o,"".concat(t||"","_").concat(n)))[0])&&Je(d)&&(m[l]=be(d.text+o[0].text),o.shift()),m.push.apply(m,o)):s(o)?Je(d)?m[l]=be(d.text+o):""!==o&&m.push(be(o)):Je(o)&&Je(d)?m[l]=be(d.text+o.text):(c(e._isVList)&&a(o.tag)&&r(o.key)&&a(t)&&(o.key="__vlist".concat(t,"_").concat(n,"__")),m.push(o)));return m}function $e(e,t){var n,o,r,c,s=null;if(i(e)||"string"==typeof e)for(s=new Array(e.length),n=0,o=e.length;n<o;n++)s[n]=t(e[n],n);else if("number"==typeof e)for(s=new Array(e),n=0;n<e;n++)s[n]=t(n+1,n);else if(d(e))if(de&&e[Symbol.iterator]){s=[];for(var l=e[Symbol.iterator](),m=l.next();!m.done;)s.push(t(m.value,s.length)),m=l.next()}else for(r=Object.keys(e),s=new Array(r.length),n=0,o=r.length;n<o;n++)c=r[n],s[n]=t(e[c],c,n);return a(s)||(s=[]),s._isVList=!0,s}function et(e,t,n,o){var i,r=this.$scopedSlots[e];r?(n=n||{},o&&(n=S(S({},o),n)),i=r(n)||(l(t)?t():t)):i=this.$slots[e]||(l(t)?t():t);var a=n&&n.slot;return a?this.$createElement("template",{slot:a},i):i}function tt(e){return Tn(this.$options,"filters",e,!0)||V}function nt(e,t){return i(e)?-1===e.indexOf(t):e!==t}function ot(e,t,n,o,i){var r=U.keyCodes[t]||n;return i&&o&&!U.keyCodes[t]?nt(i,o):r?nt(r,e):o?D(o)!==t:void 0===e}function it(e,t,n,o,r){if(n)if(d(n)){i(n)&&(n=M(n));var a=void 0,c=function(i){if("class"===i||"style"===i||F(i))a=e;else{var c=e.attrs&&e.attrs.type;a=o||U.mustUseProp(t,c,i)?e.domProps||(e.domProps={}):e.attrs||(e.attrs={})}var s=A(i),l=D(i);s in a||l in a||(a[i]=n[i],r&&((e.on||(e.on={}))["update:".concat(i)]=function(e){n[i]=e}))};for(var s in n)c(s)}else;return e}function rt(e,t){var n=this._staticTrees||(this._staticTrees=[]),o=n[e];return o&&!t||ct(o=n[e]=this.$options.staticRenderFns[e].call(this._renderProxy,this._c,this),"__static__".concat(e),!1),o}function at(e,t,n){return ct(e,"__once__".concat(t).concat(n?"_".concat(n):""),!0),e}function ct(e,t,n){if(i(e))for(var o=0;o<e.length;o++)e[o]&&"string"!=typeof e[o]&&st(e[o],"".concat(t,"_").concat(o),n);else st(e,t,n)}function st(e,t,n){e.isStatic=!0,e.key=t,e.isOnce=n}function lt(e,t){if(t)if(f(t)){var n=e.on=e.on?S({},e.on):{};for(var o in t){var i=n[o],r=t[o];n[o]=i?[].concat(i,r):r}}else;return e}function dt(e,t,n,o){t=t||{$stable:!n};for(var r=0;r<e.length;r++){var a=e[r];i(a)?dt(a,t,n):a&&(
// @ts-expect-error
a.proxy&&(
// @ts-expect-error
a.fn.proxy=!0),t[a.key]=a.fn)}return o&&(t.$key=o),t}function mt(e,t){for(var n=0;n<t.length;n+=2){var o=t[n];"string"==typeof o&&o&&(e[t[n]]=t[n+1])}return e}function ft(e,t){return"string"==typeof e?t+e:e}function ut(e){e._o=at,e._n=g,e._s=h,e._l=$e,e._t=et,e._q=T,e._i=L,e._m=rt,e._f=tt,e._k=ot,e._b=it,e._v=be,e._e=pe,e._u=dt,e._g=lt,e._d=mt,e._p=ft}function pt(e,t){if(!e||!e.length)return{};for(var n={},o=0,i=e.length;o<i;o++){var r=e[o],a=r.data;if(a&&a.attrs&&a.attrs.slot&&delete a.attrs.slot,r.context!==t&&r.fnContext!==t||!a||null==a.slot)(n.default||(n.default=[])).push(r);else{var c=a.slot,s=n[c]||(n[c]=[]);"template"===r.tag?s.push.apply(s,r.children||[]):s.push(r)}}for(var l in n)n[l].every(bt)&&delete n[l];return n}function bt(e){return e.isComment&&!e.asyncFactory||" "===e.text}function ht(e){
// @ts-expect-error not really boolean type
return e.isComment&&e.asyncFactory}function gt(e,t,n,i){var r,a=Object.keys(n).length>0,c=t?!!t.$stable:!a,s=t&&t.$key;if(t){if(t._normalized)return t._normalized;if(c&&i&&i!==o&&s===i.$key&&!a&&!i.$hasNormal)return i;for(var l in r={},t)t[l]&&"$"!==l[0]&&(r[l]=vt(e,n,l,t[l]))}else r={};for(var d in n)d in r||(r[d]=Ft(n,d));return t&&Object.isExtensible(t)&&(t._normalized=r),G(r,"$stable",c),G(r,"$key",s),G(r,"$hasNormal",a),r}function vt(e,t,n,o){var r=function(){var t=me;fe(e);var n=arguments.length?o.apply(null,arguments):o({}),r=(n=n&&"object"==typeof n&&!i(n)?[n]:Ke(n))&&n[0];return fe(t),n&&(!r||1===n.length&&r.isComment&&!ht(r))?void 0:n};return o.proxy&&Object.defineProperty(t,n,{get:r,enumerable:!0,configurable:!0}),r}function Ft(e,t){return function(){return e[t]}}function wt(e){return{get attrs(){if(!e._attrsProxy){var t=e._attrsProxy={};G(t,"_v_attr_proxy",!0),yt(t,e.$attrs,o,e,"$attrs")}return e._attrsProxy},get listeners(){e._listenersProxy||yt(e._listenersProxy={},e.$listeners,o,e,"$listeners");return e._listenersProxy},get slots(){return function(e){e._slotsProxy||kt(e._slotsProxy={},e.$scopedSlots);return e._slotsProxy}(e)},emit:z(e.$emit,e),expose:function(t){t&&Object.keys(t).forEach((function(n){return Ne(e,t,n)}))}}}function yt(e,t,n,o,i){var r=!1;for(var a in t)a in e?t[a]!==n[a]&&(r=!0):(r=!0,xt(e,a,o,i));for(var a in e)a in t||(r=!0,delete e[a]);return r}function xt(e,t,n,o){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:function(){return n[o][t]}})}function kt(e,t){for(var n in t)e[n]=t[n];for(var n in e)n in t||delete e[n]}var Ct=null;function At(e,t){return(e.__esModule||de&&"Module"===e[Symbol.toStringTag])&&(e=e.default),d(e)?t.extend(e):e}function Et(e){if(i(e))for(var t=0;t<e.length;t++){var n=e[t];if(a(n)&&(a(n.componentOptions)||ht(n)))return n}}function Bt(e,t,n,o,r,m){return(i(n)||s(n))&&(r=o,o=n,n=void 0),c(m)&&(r=2),function(e,t,n,o,r){if(a(n)&&a(n.__ob__))return pe();a(n)&&a(n.is)&&(t=n.is);if(!t)return pe();0;i(o)&&l(o[0])&&((n=n||{}).scopedSlots={default:o[0]},o.length=0);2===r?o=Ke(o):1===r&&(o=function(e){for(var t=0;t<e.length;t++)if(i(e[t]))return Array.prototype.concat.apply([],e);return e}(o));var c,s;if("string"==typeof t){var m=void 0;s=e.$vnode&&e.$vnode.ns||U.getTagNamespace(t),c=U.isReservedTag(t)?new ue(U.parsePlatformTagName(t),n,o,void 0,void 0,e):n&&n.pre||!a(m=Tn(e.$options,"components",t))?new ue(t,n,o,void 0,void 0,e):En(m,n,e,o,t)}else c=En(t,n,e,o);return i(c)?c:a(c)?(a(s)&&Dt(c,s),a(n)&&function(e){d(e.style)&&Wt(e.style);d(e.class)&&Wt(e.class)}(n),c):pe()}(e,t,n,o,r)}function Dt(e,t,n){if(e.ns=t,"foreignObject"===e.tag&&(t=void 0,n=!0),a(e.children))for(var o=0,i=e.children.length;o<i;o++){var s=e.children[o];a(s.tag)&&(r(s.ns)||c(n)&&"svg"!==s.tag)&&Dt(s,t,n)}}function zt(e,t,n){ye();try{if(t)for(var o=t;o=o.$parent;){var i=o.$options.errorCaptured;if(i)for(var r=0;r<i.length;r++)try{if(!1===i[r].call(o,e,t,n))return}catch(e){St(e,o,"errorCaptured hook")}}St(e,t,n)}finally{xe()}}function It(e,t,n,o,i){var r;try{(r=n?e.apply(t,n):e.call(t))&&!r._isVue&&b(r)&&!r._handled&&(r.catch((function(e){return zt(e,o,i+" (Promise/async)")})),r._handled=!0)}catch(e){zt(e,o,i)}return r}function St(e,t,n){if(U.errorHandler)try{return U.errorHandler.call(null,e,t,n)}catch(t){t!==e&&Mt(t,null,"config.errorHandler")}Mt(e,t,n)}function Mt(e,t,n){if(!X||"undefined"==typeof console)throw e;console.error(e)}var Pt,Ot=!1,Vt=[],Tt=!1;function Lt(){Tt=!1;var e=Vt.slice(0);Vt.length=0;for(var t=0;t<e.length;t++)e[t]()}if("undefined"!=typeof Promise&&se(Promise)){var jt=Promise.resolve();Pt=function(){jt.then(Lt),ee&&setTimeout(P)},Ot=!0}else if(J||"undefined"==typeof MutationObserver||!se(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())Pt="undefined"!=typeof setImmediate&&se(setImmediate)?function(){setImmediate(Lt)}:function(){setTimeout(Lt,0)};else{var qt=1,Nt=new MutationObserver(Lt),Rt=document.createTextNode(String(qt));Nt.observe(Rt,{characterData:!0}),Pt=function(){qt=(qt+1)%2,Rt.data=String(qt)},Ot=!0}function Zt(e,t){var n;if(Vt.push((function(){if(e)try{e.call(t)}catch(e){zt(e,t,"nextTick")}else n&&n(t)})),Tt||(Tt=!0,Pt()),!e&&"undefined"!=typeof Promise)return new Promise((function(e){n=e}))}function Ut(e){return function(t,n){if(void 0===n&&(n=me),n)return function(e,t,n){var o=e.$options;o[t]=Mn(o[t],n)}(n,e,t)}}Ut("beforeMount"),Ut("mounted"),Ut("beforeUpdate"),Ut("updated"),Ut("beforeDestroy"),Ut("destroyed"),Ut("activated"),Ut("deactivated"),Ut("serverPrefetch"),Ut("renderTracked"),Ut("renderTriggered"),Ut("errorCaptured");var Ht=new le;function Wt(e){return Gt(e,Ht),Ht.clear(),e}function Gt(e,t){var n,o,r=i(e);if(!(!r&&!d(e)||e.__v_skip||Object.isFrozen(e)||e instanceof ue)){if(e.__ob__){var a=e.__ob__.dep.id;if(t.has(a))return;t.add(a)}if(r)for(n=e.length;n--;)Gt(e[n],t);else if(qe(e))Gt(e.value,t);else for(n=(o=Object.keys(e)).length;n--;)Gt(e[o[n]],t)}}var Qt,Yt=0,Xt=function(){function e(e,t,n,o,i){var r,a;r=this,void 0===(a=Ze&&!Ze._vm?Ze:e?e._scope:void 0)&&(a=Ze),a&&a.active&&a.effects.push(r),(this.vm=e)&&i&&(e._watcher=this),o?(this.deep=!!o.deep,this.user=!!o.user,this.lazy=!!o.lazy,this.sync=!!o.sync,this.before=o.before):this.deep=this.user=this.lazy=this.sync=!1,this.cb=n,this.id=++Yt,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new le,this.newDepIds=new le,this.expression="",l(t)?this.getter=t:(this.getter=function(e){if(!Q.test(e)){var t=e.split(".");return function(e){for(var n=0;n<t.length;n++){if(!e)return;e=e[t[n]]}return e}}}(t),this.getter||(this.getter=P)),this.value=this.lazy?void 0:this.get()}return e.prototype.get=function(){var e;ye(this);var t=this.vm;try{e=this.getter.call(t,t)}catch(e){if(!this.user)throw e;zt(e,t,'getter for watcher "'.concat(this.expression,'"'))}finally{this.deep&&Wt(e),xe(),this.cleanupDeps()}return e},e.prototype.addDep=function(e){var t=e.id;this.newDepIds.has(t)||(this.newDepIds.add(t),this.newDeps.push(e),this.depIds.has(t)||e.addSub(this))},e.prototype.cleanupDeps=function(){for(var e=this.deps.length;e--;){var t=this.deps[e];this.newDepIds.has(t.id)||t.removeSub(this)}var n=this.depIds;this.depIds=this.newDepIds,this.newDepIds=n,this.newDepIds.clear(),n=this.deps,this.deps=this.newDeps,this.newDeps=n,this.newDeps.length=0},e.prototype.update=function(){this.lazy?this.dirty=!0:this.sync?this.run():vn(this)},e.prototype.run=function(){if(this.active){var e=this.get();if(e!==this.value||d(e)||this.deep){var t=this.value;if(this.value=e,this.user){var n='callback for watcher "'.concat(this.expression,'"');It(this.cb,this.vm,[e,t],this.vm,n)}else this.cb.call(this.vm,e,t)}}},e.prototype.evaluate=function(){this.value=this.get(),this.dirty=!1},e.prototype.depend=function(){for(var e=this.deps.length;e--;)this.deps[e].depend()},e.prototype.teardown=function(){if(this.vm&&!this.vm._isBeingDestroyed&&w(this.vm._scope.effects,this),this.active){for(var e=this.deps.length;e--;)this.deps[e].removeSub(this);this.active=!1,this.onStop&&this.onStop()}},e}();function Kt(e,t){Qt.$on(e,t)}function Jt(e,t){Qt.$off(e,t)}function _t(e,t){var n=Qt;return function o(){var i=t.apply(null,arguments);null!==i&&n.$off(e,o)}}function $t(e,t,n){Qt=e,Qe(t,n||{},Kt,Jt,_t,e),Qt=void 0}var en=null;function tn(e){var t=en;return en=e,function(){en=t}}function nn(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function on(e,t){if(t){if(e._directInactive=!1,nn(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(var n=0;n<e.$children.length;n++)on(e.$children[n]);an(e,"activated")}}function rn(e,t){if(!(t&&(e._directInactive=!0,nn(e))||e._inactive)){e._inactive=!0;for(var n=0;n<e.$children.length;n++)rn(e.$children[n]);an(e,"deactivated")}}function an(e,t,n,o){void 0===o&&(o=!0),ye();var i=me;o&&fe(e);var r=e.$options[t],a="".concat(t," hook");if(r)for(var c=0,s=r.length;c<s;c++)It(r[c],e,n||null,e,a);e._hasHookEvent&&e.$emit("hook:"+t),o&&fe(i),xe()}var cn=[],sn=[],ln={},dn=!1,mn=!1,fn=0;var un=0,pn=Date.now;if(X&&!J){var bn=window.performance;bn&&"function"==typeof bn.now&&pn()>document.createEvent("Event").timeStamp&&(pn=function(){return bn.now()})}var hn=function(e,t){if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function gn(){var e,t;for(un=pn(),mn=!0,cn.sort(hn),fn=0;fn<cn.length;fn++)(e=cn[fn]).before&&e.before(),t=e.id,ln[t]=null,e.run();var n=sn.slice(),o=cn.slice();fn=cn.length=sn.length=0,ln={},dn=mn=!1,function(e){for(var t=0;t<e.length;t++)e[t]._inactive=!0,on(e[t],!0)}(n),function(e){var t=e.length;for(;t--;){var n=e[t],o=n.vm;o&&o._watcher===n&&o._isMounted&&!o._isDestroyed&&an(o,"updated")}}(o),function(){for(var e=0;e<ve.length;e++){var t=ve[e];t.subs=t.subs.filter((function(e){return e})),t._pending=!1}ve.length=0}(),ce&&U.devtools&&ce.emit("flush")}function vn(e){var t=e.id;if(null==ln[t]&&(e!==Fe.target||!e.noRecurse)){if(ln[t]=!0,mn){for(var n=cn.length-1;n>fn&&cn[n].id>e.id;)n--;cn.splice(n+1,0,e)}else cn.push(e);dn||(dn=!0,Zt(gn))}}function Fn(e,t){if(e){for(var n=Object.create(null),o=de?Reflect.ownKeys(e):Object.keys(e),i=0;i<o.length;i++){var r=o[i];if("__ob__"!==r){var a=e[r].from;if(a in t._provided)n[r]=t._provided[a];else if("default"in e[r]){var c=e[r].default;n[r]=l(c)?c.call(t):c}else 0}}return n}}function wn(e,t,n,r,a){var s,l=this,d=a.options;x(r,"_uid")?(s=Object.create(r))._original=r:(s=r,
// @ts-ignore
r=r._original);var m=c(d._compiled),f=!m;this.data=e,this.props=t,this.children=n,this.parent=r,this.listeners=e.on||o,this.injections=Fn(d.inject,r),this.slots=function(){return l.$slots||gt(r,e.scopedSlots,l.$slots=pt(n,r)),l.$slots},Object.defineProperty(this,"scopedSlots",{enumerable:!0,get:function(){return gt(r,e.scopedSlots,this.slots())}}),m&&(this.$options=d,this.$slots=this.slots(),this.$scopedSlots=gt(r,e.scopedSlots,this.$slots)),d._scopeId?this._c=function(e,t,n,o){var a=Bt(s,e,t,n,o,f);return a&&!i(a)&&(a.fnScopeId=d._scopeId,a.fnContext=r),a}:this._c=function(e,t,n,o){return Bt(s,e,t,n,o,f)}}function yn(e,t,n,o,i){var r=he(e);return r.fnContext=n,r.fnOptions=o,t.slot&&((r.data||(r.data={})).slot=t.slot),r}function xn(e,t){for(var n in t)e[A(n)]=t[n]}function kn(e){return e.name||e.__name||e._componentTag}ut(wn.prototype);var Cn={init:function(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){var n=e;Cn.prepatch(n,n)}else{(e.componentInstance=function(e,t){var n={_isComponent:!0,_parentVnode:e,parent:t},o=e.data.inlineTemplate;a(o)&&(n.render=o.render,n.staticRenderFns=o.staticRenderFns);return new e.componentOptions.Ctor(n)}(e,en)).$mount(t?e.elm:void 0,t)}},prepatch:function(e,t){var n=t.componentOptions;!function(e,t,n,i,r){var a=i.data.scopedSlots,c=e.$scopedSlots,s=!!(a&&!a.$stable||c!==o&&!c.$stable||a&&e.$scopedSlots.$key!==a.$key||!a&&e.$scopedSlots.$key),l=!!(r||e.$options._renderChildren||s),d=e.$vnode;e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=r;var m=i.data.attrs||o;e._attrsProxy&&yt(e._attrsProxy,m,d.data&&d.data.attrs||o,e,"$attrs")&&(l=!0),e.$attrs=m,n=n||o;var f=e.$options._parentListeners;if(e._listenersProxy&&yt(e._listenersProxy,n,f||o,e,"$listeners"),e.$listeners=e.$options._parentListeners=n,$t(e,n,f),t&&e.$options.props){De(!1);for(var u=e._props,p=e.$options._propKeys||[],b=0;b<p.length;b++){var h=p[b],g=e.$options.props;u[h]=Ln(h,g,t,e)}De(!0),e.$options.propsData=t}l&&(e.$slots=pt(r,i.context),e.$forceUpdate())}(t.componentInstance=e.componentInstance,n.propsData,n.listeners,t,n.children)},insert:function(e){var t,n=e.context,o=e.componentInstance;o._isMounted||(o._isMounted=!0,an(o,"mounted")),e.data.keepAlive&&(n._isMounted?((t=o)._inactive=!1,sn.push(t)):on(o,!0))},destroy:function(e){var t=e.componentInstance;t._isDestroyed||(e.data.keepAlive?rn(t,!0):t.$destroy())}},An=Object.keys(Cn);function En(e,t,n,s,l){if(!r(e)){var m=n.$options._base;if(d(e)&&(e=m.extend(e)),"function"==typeof e){var f;
// @ts-expect-error
if(r(e.cid)&&(e=function(e,t){if(c(e.error)&&a(e.errorComp))return e.errorComp;if(a(e.resolved))return e.resolved;var n=Ct;if(n&&a(e.owners)&&-1===e.owners.indexOf(n)&&e.owners.push(n),c(e.loading)&&a(e.loadingComp))return e.loadingComp;if(n&&!a(e.owners)){var o=e.owners=[n],i=!0,s=null,l=null;n.$on("hook:destroyed",(function(){return w(o,n)}));var m=function(e){for(var t=0,n=o.length;t<n;t++)o[t].$forceUpdate();e&&(o.length=0,null!==s&&(clearTimeout(s),s=null),null!==l&&(clearTimeout(l),l=null))},f=j((function(n){e.resolved=At(n,t),i?o.length=0:m(!0)})),u=j((function(t){a(e.errorComp)&&(e.error=!0,m(!0))})),p=e(f,u);return d(p)&&(b(p)?r(e.resolved)&&p.then(f,u):b(p.component)&&(p.component.then(f,u),a(p.error)&&(e.errorComp=At(p.error,t)),a(p.loading)&&(e.loadingComp=At(p.loading,t),0===p.delay?e.loading=!0:
// @ts-expect-error NodeJS timeout type
s=setTimeout((function(){s=null,r(e.resolved)&&r(e.error)&&(e.loading=!0,m(!1))}),p.delay||200)),a(p.timeout)&&(
// @ts-expect-error NodeJS timeout type
l=setTimeout((function(){l=null,r(e.resolved)&&u(null)}),p.timeout)))),i=!1,e.loading?e.loadingComp:e.resolved}}(f=e,m),void 0===e))return function(e,t,n,o,i){var r=pe();return r.asyncFactory=e,r.asyncMeta={data:t,context:n,children:o,tag:i},r}(f,t,n,s,l);t=t||{},Jn(e),a(t.model)&&
// @ts-expect-error
function(e,t){var n=e.model&&e.model.prop||"value",o=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;var r=t.on||(t.on={}),c=r[o],s=t.model.callback;a(c)?(i(c)?-1===c.indexOf(s):c!==s)&&(r[o]=[s].concat(c)):r[o]=s}(e.options,t);
// @ts-expect-error
var u=function(e,t,n){var o=t.options.props;if(!r(o)){var i={},c=e.attrs,s=e.props;if(a(c)||a(s))for(var l in o){var d=D(l);Xe(i,s,l,d,!0)||Xe(i,c,l,d,!1)}return i}}(t,e);
// @ts-expect-error
if(c(e.options.functional))return function(e,t,n,r,c){var s=e.options,l={},d=s.props;if(a(d))for(var m in d)l[m]=Ln(m,d,t||o);else a(n.attrs)&&xn(l,n.attrs),a(n.props)&&xn(l,n.props);var f=new wn(n,l,c,r,e),u=s.render.call(null,f._c,f);if(u instanceof ue)return yn(u,n,f.parent,s);if(i(u)){for(var p=Ke(u)||[],b=new Array(p.length),h=0;h<p.length;h++)b[h]=yn(p[h],n,f.parent,s);return b}}(e,u,t,n,s);var p=t.on;
// @ts-expect-error
if(t.on=t.nativeOn,c(e.options.abstract)){var h=t.slot;t={},h&&(t.slot=h)}!function(e){for(var t=e.hook||(e.hook={}),n=0;n<An.length;n++){var o=An[n],i=t[o],r=Cn[o];
// @ts-expect-error
i===r||i&&i._merged||(t[o]=i?Bn(r,i):r)}}(t);
// @ts-expect-error
var g=kn(e.options)||l;return new ue(
// @ts-expect-error
"vue-component-".concat(e.cid).concat(g?"-".concat(g):""),t,void 0,void 0,void 0,n,
// @ts-expect-error
{Ctor:e,propsData:u,listeners:p,tag:l,children:s},f)}}}function Bn(e,t){var n=function(n,o){e(n,o),t(n,o)};return n._merged=!0,n}var Dn=P,zn=U.optionMergeStrategies;function In(e,t,n){if(void 0===n&&(n=!0),!t)return e;for(var o,i,r,a=de?Reflect.ownKeys(t):Object.keys(t),c=0;c<a.length;c++)"__ob__"!==(o=a[c])&&(i=e[o],r=t[o],n&&x(e,o)?i!==r&&f(i)&&f(r)&&In(i,r):Pe(e,o,r));return e}function Sn(e,t,n){return n?function(){var o=l(t)?t.call(n,n):t,i=l(e)?e.call(n,n):e;return o?In(o,i):i}:t?e?function(){return In(l(t)?t.call(this,this):t,l(e)?e.call(this,this):e)}:t:e}function Mn(e,t){var n=t?e?e.concat(t):i(t)?t:[t]:e;return n?function(e){for(var t=[],n=0;n<e.length;n++)-1===t.indexOf(e[n])&&t.push(e[n]);return t}(n):n}function Pn(e,t,n,o){var i=Object.create(e||null);return t?S(i,t):i}zn.data=function(e,t,n){return n?Sn(e,t,n):t&&"function"!=typeof t?e:Sn(e,t)},Z.forEach((function(e){zn[e]=Mn})),R.forEach((function(e){zn[e+"s"]=Pn})),zn.watch=function(e,t,n,o){if(
//@ts-expect-error work around
e===oe&&(e=void 0),
//@ts-expect-error work around
t===oe&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;var r={};for(var a in S(r,e),t){var c=r[a],s=t[a];c&&!i(c)&&(c=[c]),r[a]=c?c.concat(s):i(s)?s:[s]}return r},zn.props=zn.methods=zn.inject=zn.computed=function(e,t,n,o){if(!e)return t;var i=Object.create(null);return S(i,e),t&&S(i,t),i},zn.provide=function(e,t){return e?function(){var n=Object.create(null);return In(n,l(e)?e.call(this):e),t&&In(n,l(t)?t.call(this):t,!1),n}:t};var On=function(e,t){return void 0===t?e:t};function Vn(e,t,n){if(l(t)&&(
// @ts-expect-error
t=t.options),function(e,t){var n=e.props;if(n){var o,r,a={};if(i(n))for(o=n.length;o--;)"string"==typeof(r=n[o])&&(a[A(r)]={type:null});else if(f(n))for(var c in n)r=n[c],a[A(c)]=f(r)?r:{type:r};e.props=a}}(t),function(e,t){var n=e.inject;if(n){var o=e.inject={};if(i(n))for(var r=0;r<n.length;r++)o[n[r]]={from:n[r]};else if(f(n))for(var a in n){var c=n[a];o[a]=f(c)?S({from:a},c):{from:c}}}}(t),function(e){var t=e.directives;if(t)for(var n in t){var o=t[n];l(o)&&(t[n]={bind:o,update:o})}}(t),!t._base&&(t.extends&&(e=Vn(e,t.extends,n)),t.mixins))for(var o=0,r=t.mixins.length;o<r;o++)e=Vn(e,t.mixins[o],n);var a,c={};for(a in e)s(a);for(a in t)x(e,a)||s(a);function s(o){var i=zn[o]||On;c[o]=i(e[o],t[o],n,o)}return c}function Tn(e,t,n,o){if("string"==typeof n){var i=e[t];if(x(i,n))return i[n];var r=A(n);if(x(i,r))return i[r];var a=E(r);return x(i,a)?i[a]:i[n]||i[r]||i[a]}}function Ln(e,t,n,o){var i=t[e],r=!x(n,e),a=n[e],c=Rn(Boolean,i.type);if(c>-1)if(r&&!x(i,"default"))a=!1;else if(""===a||a===D(e)){var s=Rn(String,i.type);(s<0||c<s)&&(a=!0)}if(void 0===a){a=function(e,t,n){if(!x(t,"default"))return;var o=t.default;0;if(e&&e.$options.propsData&&void 0===e.$options.propsData[n]&&void 0!==e._props[n])return e._props[n];return l(o)&&"Function"!==qn(t.type)?o.call(e):o}(o,i,e);var d=Be;De(!0),Se(a),De(d)}return a}var jn=/^\s*function (\w+)/;function qn(e){var t=e&&e.toString().match(jn);return t?t[1]:""}function Nn(e,t){return qn(e)===qn(t)}function Rn(e,t){if(!i(t))return Nn(t,e)?0:-1;for(var n=0,o=t.length;n<o;n++)if(Nn(t[n],e))return n;return-1}var Zn={enumerable:!0,configurable:!0,get:P,set:P};function Un(e,t,n){Zn.get=function(){return this[t][n]},Zn.set=function(e){this[t][n]=e},Object.defineProperty(e,n,Zn)}function Hn(e){var t=e.$options;if(t.props&&function(e,t){var n=e.$options.propsData||{},o=e._props=Te({}),i=e.$options._propKeys=[];e.$parent&&De(!1);var r=function(r){i.push(r);var a=Ln(r,t,n,e);Me(o,r,a),r in e||Un(e,"_props",r)};for(var a in t)r(a);De(!0)}(e,t.props),function(e){var t=e.$options,n=t.setup;if(n){var o=e._setupContext=wt(e);fe(e),ye();var i=It(n,null,[e._props||Te({}),o],e,"setup");if(xe(),fe(),l(i))
// @ts-ignore
t.render=i;else if(d(i))if(e._setupState=i,i.__sfc){var r=e._setupProxy={};for(var a in i)"__sfc"!==a&&Ne(r,i,a)}else for(var a in i)W(a)||Ne(e,i,a)}}(e),t.methods&&function(e,t){e.$options.props;for(var n in t)e[n]="function"!=typeof t[n]?P:z(t[n],e)}(e,t.methods),t.data)!function(e){var t=e.$options.data;f(t=e._data=l(t)?function(e,t){ye();try{return e.call(t,t)}catch(e){return zt(e,t,"data()"),{}}finally{xe()}}(t,e):t||{})||(t={});var n=Object.keys(t),o=e.$options.props,i=(e.$options.methods,n.length);for(;i--;){var r=n[i];0,o&&x(o,r)||W(r)||Un(e,"_data",r)}var a=Se(t);a&&a.vmCount++}(e);else{var n=Se(e._data={});n&&n.vmCount++}t.computed&&function(e,t){var n=e._computedWatchers=Object.create(null),o=ae();for(var i in t){var r=t[i],a=l(r)?r:r.get;0,o||(n[i]=new Xt(e,a||P,P,Wn)),i in e||Gn(e,i,r)}}(e,t.computed),t.watch&&t.watch!==oe&&function(e,t){for(var n in t){var o=t[n];if(i(o))for(var r=0;r<o.length;r++)Xn(e,n,o[r]);else Xn(e,n,o)}}(e,t.watch)}var Wn={lazy:!0};function Gn(e,t,n){var o=!ae();l(n)?(Zn.get=o?Qn(t):Yn(n),Zn.set=P):(Zn.get=n.get?o&&!1!==n.cache?Qn(t):Yn(n.get):P,Zn.set=n.set||P),Object.defineProperty(e,t,Zn)}function Qn(e){return function(){var t=this._computedWatchers&&this._computedWatchers[e];if(t)return t.dirty&&t.evaluate(),Fe.target&&t.depend(),t.value}}function Yn(e){return function(){return e.call(this,this)}}function Xn(e,t,n,o){return f(n)&&(o=n,n=n.handler),"string"==typeof n&&(n=e[n]),e.$watch(t,n,o)}var Kn=0;function Jn(e){var t=e.options;if(e.super){var n=Jn(e.super);if(n!==e.superOptions){e.superOptions=n;var o=function(e){var t,n=e.options,o=e.sealedOptions;for(var i in n)n[i]!==o[i]&&(t||(t={}),t[i]=n[i]);return t}(e);o&&S(e.extendOptions,o),(t=e.options=Vn(n,e.extendOptions)).name&&(t.components[t.name]=e)}}return t}function _n(e){this._init(e)}
//@ts-expect-error Vue has function type
function $n(e){e.cid=0;var t=1;e.extend=function(e){e=e||{};var n=this,o=n.cid,i=e._Ctor||(e._Ctor={});if(i[o])return i[o];var r=kn(e)||kn(n.options);var a=function(e){this._init(e)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=t++,a.options=Vn(n.options,e),a.super=n,a.options.props&&function(e){var t=e.options.props;for(var n in t)Un(e.prototype,"_props",n)}(a),a.options.computed&&function(e){var t=e.options.computed;for(var n in t)Gn(e.prototype,n,t[n])}(a),a.extend=n.extend,a.mixin=n.mixin,a.use=n.use,R.forEach((function(e){a[e]=n[e]})),r&&(a.options.components[r]=a),a.superOptions=n.options,a.extendOptions=e,a.sealedOptions=S({},a.options),i[o]=a,a}}function eo(e){return e&&(kn(e.Ctor.options)||e.tag)}function to(e,t){return i(e)?e.indexOf(t)>-1:"string"==typeof e?e.split(",").indexOf(t)>-1:!!u(e)&&e.test(t)}function no(e,t){var n=e.cache,o=e.keys,i=e._vnode;for(var r in n){var a=n[r];if(a){var c=a.name;c&&!t(c)&&oo(n,r,o,i)}}}function oo(e,t,n,o){var i=e[t];!i||o&&i.tag===o.tag||
// @ts-expect-error can be undefined
i.componentInstance.$destroy(),e[t]=null,w(n,t)}!function(e){e.prototype._init=function(e){var t=this;t._uid=Kn++,t._isVue=!0,t.__v_skip=!0,t._scope=new Ue(!0),t._scope._vm=!0,e&&e._isComponent?function(e,t){var n=e.$options=Object.create(e.constructor.options),o=t._parentVnode;n.parent=t.parent,n._parentVnode=o;var i=o.componentOptions;n.propsData=i.propsData,n._parentListeners=i.listeners,n._renderChildren=i.children,n._componentTag=i.tag,t.render&&(n.render=t.render,n.staticRenderFns=t.staticRenderFns)}(t,e):t.$options=Vn(Jn(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){var t=e.$options,n=t.parent;if(n&&!t.abstract){for(;n.$options.abstract&&n.$parent;)n=n.$parent;n.$children.push(e)}e.$parent=n,e.$root=n?n.$root:e,e.$children=[],e.$refs={},e._provided=n?n._provided:Object.create(null),e._watcher=null,e._inactive=null,e._directInactive=!1,e._isMounted=!1,e._isDestroyed=!1,e._isBeingDestroyed=!1}(t),function(e){e._events=Object.create(null),e._hasHookEvent=!1;var t=e.$options._parentListeners;t&&$t(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;var t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=pt(t._renderChildren,i),e.$scopedSlots=n?gt(e.$parent,n.data.scopedSlots,e.$slots):o,
// @ts-expect-error
e._c=function(t,n,o,i){return Bt(e,t,n,o,i,!1)},
// @ts-expect-error
e.$createElement=function(t,n,o,i){return Bt(e,t,n,o,i,!0)};var r=n&&n.data;Me(e,"$attrs",r&&r.attrs||o,null,!0),Me(e,"$listeners",t._parentListeners||o,null,!0)}(t),an(t,"beforeCreate",void 0,!1),function(e){var t=Fn(e.$options.inject,e);t&&(De(!1),Object.keys(t).forEach((function(n){Me(e,n,t[n])})),De(!0))}(t),Hn(t),function(e){var t=e.$options.provide;if(t){var n=l(t)?t.call(e):t;if(!d(n))return;for(var o=He(e),i=de?Reflect.ownKeys(n):Object.keys(n),r=0;r<i.length;r++){var a=i[r];Object.defineProperty(o,a,Object.getOwnPropertyDescriptor(n,a))}}}(t),an(t,"created"),t.$options.el&&t.$mount(t.$options.el)}}(_n),
//@ts-expect-error Vue has function type
function(e){var t={get:function(){return this._data}},n={get:function(){return this._props}};Object.defineProperty(e.prototype,"$data",t),Object.defineProperty(e.prototype,"$props",n),e.prototype.$set=Pe,e.prototype.$delete=Oe,e.prototype.$watch=function(e,t,n){var o=this;if(f(t))return Xn(o,e,t,n);(n=n||{}).user=!0;var i=new Xt(o,e,t,n);if(n.immediate){var r='callback for immediate watcher "'.concat(i.expression,'"');ye(),It(t,o,[i.value],o,r),xe()}return function(){i.teardown()}}}(_n),
//@ts-expect-error Vue has function type
function(e){var t=/^hook:/;e.prototype.$on=function(e,n){var o=this;if(i(e))for(var r=0,a=e.length;r<a;r++)o.$on(e[r],n);else(o._events[e]||(o._events[e]=[])).push(n),t.test(e)&&(o._hasHookEvent=!0);return o},e.prototype.$once=function(e,t){var n=this;function o(){n.$off(e,o),t.apply(n,arguments)}return o.fn=t,n.$on(e,o),n},e.prototype.$off=function(e,t){var n=this;if(!arguments.length)return n._events=Object.create(null),n;if(i(e)){for(var o=0,r=e.length;o<r;o++)n.$off(e[o],t);return n}var a,c=n._events[e];if(!c)return n;if(!t)return n._events[e]=null,n;for(var s=c.length;s--;)if((a=c[s])===t||a.fn===t){c.splice(s,1);break}return n},e.prototype.$emit=function(e){var t=this,n=t._events[e];if(n){n=n.length>1?I(n):n;for(var o=I(arguments,1),i='event handler for "'.concat(e,'"'),r=0,a=n.length;r<a;r++)It(n[r],t,o,t,i)}return t}}(_n),
//@ts-expect-error Vue has function type
function(e){e.prototype._update=function(e,t){var n=this,o=n.$el,i=n._vnode,r=tn(n);n._vnode=e,n.$el=i?n.__patch__(i,e):n.__patch__(n.$el,e,t,!1),r(),o&&(o.__vue__=null),n.$el&&(n.$el.__vue__=n);for(var a=n;a&&a.$vnode&&a.$parent&&a.$vnode===a.$parent._vnode;)a.$parent.$el=a.$el,a=a.$parent},e.prototype.$forceUpdate=function(){this._watcher&&this._watcher.update()},e.prototype.$destroy=function(){var e=this;if(!e._isBeingDestroyed){an(e,"beforeDestroy"),e._isBeingDestroyed=!0;var t=e.$parent;!t||t._isBeingDestroyed||e.$options.abstract||w(t.$children,e),e._scope.stop(),e._data.__ob__&&e._data.__ob__.vmCount--,e._isDestroyed=!0,e.__patch__(e._vnode,null),an(e,"destroyed"),e.$off(),e.$el&&(e.$el.__vue__=null),e.$vnode&&(e.$vnode.parent=null)}}}(_n),
//@ts-expect-error Vue has function type
function(e){ut(e.prototype),e.prototype.$nextTick=function(e){return Zt(e,this)},e.prototype._render=function(){var e,t=this,n=t.$options,o=n.render,r=n._parentVnode;r&&t._isMounted&&(t.$scopedSlots=gt(t.$parent,r.data.scopedSlots,t.$slots,t.$scopedSlots),t._slotsProxy&&kt(t._slotsProxy,t.$scopedSlots)),t.$vnode=r;try{fe(t),Ct=t,e=o.call(t._renderProxy,t.$createElement)}catch(n){zt(n,t,"render"),e=t._vnode}finally{Ct=null,fe()}return i(e)&&1===e.length&&(e=e[0]),e instanceof ue||(e=pe()),e.parent=r,e}}(_n);var io=[String,RegExp,Array],ro={KeepAlive:{name:"keep-alive",abstract:!0,props:{include:io,exclude:io,max:[String,Number]},methods:{cacheVNode:function(){var e=this,t=e.cache,n=e.keys,o=e.vnodeToCache,i=e.keyToCache;if(o){var r=o.tag,a=o.componentInstance,c=o.componentOptions;t[i]={name:eo(c),tag:r,componentInstance:a},n.push(i),this.max&&n.length>parseInt(this.max)&&oo(t,n[0],n,this._vnode),this.vnodeToCache=null}}},created:function(){this.cache=Object.create(null),this.keys=[]},destroyed:function(){for(var e in this.cache)oo(this.cache,e,this.keys)},mounted:function(){var e=this;this.cacheVNode(),this.$watch("include",(function(t){no(e,(function(e){return to(t,e)}))})),this.$watch("exclude",(function(t){no(e,(function(e){return!to(t,e)}))}))},updated:function(){this.cacheVNode()},render:function(){var e=this.$slots.default,t=Et(e),n=t&&t.componentOptions;if(n){var o=eo(n),i=this.include,r=this.exclude;if(i&&(!o||!to(i,o))||r&&o&&to(r,o))return t;var a=this.cache,c=this.keys,s=null==t.key?n.Ctor.cid+(n.tag?"::".concat(n.tag):""):t.key;a[s]?(t.componentInstance=a[s].componentInstance,w(c,s),c.push(s)):(this.vnodeToCache=t,this.keyToCache=s),
// @ts-expect-error can vnode.data can be undefined
t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){var t={get:function(){return U}};Object.defineProperty(e,"config",t),e.util={warn:Dn,extend:S,mergeOptions:Vn,defineReactive:Me},e.set=Pe,e.delete=Oe,e.nextTick=Zt,e.observable=function(e){return Se(e),e},e.options=Object.create(null),R.forEach((function(t){e.options[t+"s"]=Object.create(null)})),e.options._base=e,S(e.options.components,ro),function(e){e.use=function(e){var t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;var n=I(arguments,1);return n.unshift(this),l(e.install)?e.install.apply(e,n):l(e)&&e.apply(null,n),t.push(e),this}}(e),function(e){e.mixin=function(e){return this.options=Vn(this.options,e),this}}(e),$n(e),function(e){R.forEach((function(t){
// @ts-expect-error function is not exact same type
e[t]=function(e,n){return n?("component"===t&&f(n)&&(
// @ts-expect-error
n.name=n.name||e,n=this.options._base.extend(n)),"directive"===t&&l(n)&&(n={bind:n,update:n}),this.options[t+"s"][e]=n,n):this.options[t+"s"][e]}}))}(e)}(_n),Object.defineProperty(_n.prototype,"$isServer",{get:ae}),Object.defineProperty(_n.prototype,"$ssrContext",{get:function(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(_n,"FunctionalRenderContext",{value:wn}),_n.version="2.7.14";var ao=v("style,class"),co=v("input,textarea,option,select,progress"),so=v("contenteditable,draggable,spellcheck"),lo=v("events,caret,typing,plaintext-only"),mo=v("allowfullscreen,async,autofocus,autoplay,checked,compact,controls,declare,default,defaultchecked,defaultmuted,defaultselected,defer,disabled,enabled,formnovalidate,hidden,indeterminate,inert,ismap,itemscope,loop,multiple,muted,nohref,noresize,noshade,novalidate,nowrap,open,pauseonexit,readonly,required,reversed,scoped,seamless,selected,sortable,truespeed,typemustmatch,visible"),fo="http://www.w3.org/1999/xlink",uo=function(e){return":"===e.charAt(5)&&"xlink"===e.slice(0,5)},po=function(e){return uo(e)?e.slice(6,e.length):""},bo=function(e){return null==e||!1===e};function ho(e){for(var t=e.data,n=e,o=e;a(o.componentInstance);)(o=o.componentInstance._vnode)&&o.data&&(t=go(o.data,t));
// @ts-expect-error parentNode.parent not VNodeWithData
for(;a(n=n.parent);)n&&n.data&&(t=go(t,n.data));return function(e,t){if(a(e)||a(t))return vo(e,Fo(t));return""}(t.staticClass,t.class)}function go(e,t){return{staticClass:vo(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function vo(e,t){return e?t?e+" "+t:e:t||""}function Fo(e){return Array.isArray(e)?function(e){for(var t,n="",o=0,i=e.length;o<i;o++)a(t=Fo(e[o]))&&""!==t&&(n&&(n+=" "),n+=t);return n}(e):d(e)?function(e){var t="";for(var n in e)e[n]&&(t&&(t+=" "),t+=n);return t}(e):"string"==typeof e?e:""}var wo={svg:"http://www.w3.org/2000/svg",math:"http://www.w3.org/1998/Math/MathML"},yo=v("html,body,base,head,link,meta,style,title,address,article,aside,footer,header,h1,h2,h3,h4,h5,h6,hgroup,nav,section,div,dd,dl,dt,figcaption,figure,picture,hr,img,li,main,ol,p,pre,ul,a,b,abbr,bdi,bdo,br,cite,code,data,dfn,em,i,kbd,mark,q,rp,rt,rtc,ruby,s,samp,small,span,strong,sub,sup,time,u,var,wbr,area,audio,map,track,video,embed,object,param,source,canvas,script,noscript,del,ins,caption,col,colgroup,table,thead,tbody,td,th,tr,button,datalist,fieldset,form,input,label,legend,meter,optgroup,option,output,progress,select,textarea,details,dialog,menu,menuitem,summary,content,element,shadow,template,blockquote,iframe,tfoot"),xo=v("svg,animate,circle,clippath,cursor,defs,desc,ellipse,filter,font-face,foreignobject,g,glyph,image,line,marker,mask,missing-glyph,path,pattern,polygon,polyline,rect,switch,symbol,text,textpath,tspan,use,view",!0),ko=function(e){return yo(e)||xo(e)};var Co=Object.create(null);var Ao=v("text,number,password,search,email,tel,url");var Eo=Object.freeze({__proto__:null,createElement:function(e,t){var n=document.createElement(e);return"select"!==e||t.data&&t.data.attrs&&void 0!==t.data.attrs.multiple&&n.setAttribute("multiple","multiple"),n},createElementNS:function(e,t){return document.createElementNS(wo[e],t)},createTextNode:function(e){return document.createTextNode(e)},createComment:function(e){return document.createComment(e)},insertBefore:function(e,t,n){e.insertBefore(t,n)},removeChild:function(e,t){e.removeChild(t)},appendChild:function(e,t){e.appendChild(t)},parentNode:function(e){return e.parentNode},nextSibling:function(e){return e.nextSibling},tagName:function(e){return e.tagName},setTextContent:function(e,t){e.textContent=t},setStyleScope:function(e,t){e.setAttribute(t,"")}}),Bo={create:function(e,t){Do(t)},update:function(e,t){e.data.ref!==t.data.ref&&(Do(e,!0),Do(t))},destroy:function(e){Do(e,!0)}};function Do(e,t){var n=e.data.ref;if(a(n)){var o=e.context,r=e.componentInstance||e.elm,c=t?null:r,s=t?void 0:r;if(l(n))It(n,o,[c],o,"template ref function");else{var d=e.data.refInFor,m="string"==typeof n||"number"==typeof n,f=qe(n),u=o.$refs;if(m||f)if(d){var p=m?u[n]:n.value;t?i(p)&&w(p,r):i(p)?p.includes(r)||p.push(r):m?(u[n]=[r],zo(o,n,u[n])):n.value=[r]}else if(m){if(t&&u[n]!==r)return;u[n]=s,zo(o,n,c)}else if(f){if(t&&n.value!==r)return;n.value=c}else 0}}}function zo(e,t,n){var o=e._setupState;o&&x(o,t)&&(qe(o[t])?o[t].value=n:o[t]=n)}var Io=new ue("",{},[]),So=["create","activate","update","remove","destroy"];function Mo(e,t){return e.key===t.key&&e.asyncFactory===t.asyncFactory&&(e.tag===t.tag&&e.isComment===t.isComment&&a(e.data)===a(t.data)&&function(e,t){if("input"!==e.tag)return!0;var n,o=a(n=e.data)&&a(n=n.attrs)&&n.type,i=a(n=t.data)&&a(n=n.attrs)&&n.type;return o===i||Ao(o)&&Ao(i)}(e,t)||c(e.isAsyncPlaceholder)&&r(t.asyncFactory.error))}function Po(e,t,n){var o,i,r={};for(o=t;o<=n;++o)a(i=e[o].key)&&(r[i]=o);return r}var Oo={create:Vo,update:Vo,destroy:function(e){
// @ts-expect-error emptyNode is not VNodeWithData
Vo(e,Io)}};function Vo(e,t){(e.data.directives||t.data.directives)&&function(e,t){var n,o,i,r=e===Io,a=t===Io,c=Lo(e.data.directives,e.context),s=Lo(t.data.directives,t.context),l=[],d=[];for(n in s)o=c[n],i=s[n],o?(i.oldValue=o.value,i.oldArg=o.arg,qo(i,"update",t,e),i.def&&i.def.componentUpdated&&d.push(i)):(qo(i,"bind",t,e),i.def&&i.def.inserted&&l.push(i));if(l.length){var m=function(){for(var n=0;n<l.length;n++)qo(l[n],"inserted",t,e)};r?Ye(t,"insert",m):m()}d.length&&Ye(t,"postpatch",(function(){for(var n=0;n<d.length;n++)qo(d[n],"componentUpdated",t,e)}));if(!r)for(n in c)s[n]||qo(c[n],"unbind",e,e,a)}(e,t)}var To=Object.create(null);function Lo(e,t){var n,o,i=Object.create(null);if(!e)return i;for(n=0;n<e.length;n++){if((o=e[n]).modifiers||(o.modifiers=To),i[jo(o)]=o,t._setupState&&t._setupState.__sfc){var r=o.def||Tn(t,"_setupState","v-"+o.name);o.def="function"==typeof r?{bind:r,update:r}:r}o.def=o.def||Tn(t.$options,"directives",o.name)}return i}function jo(e){return e.rawName||"".concat(e.name,".").concat(Object.keys(e.modifiers||{}).join("."))}function qo(e,t,n,o,i){var r=e.def&&e.def[t];if(r)try{r(n.elm,e,n,o,i)}catch(o){zt(o,n.context,"directive ".concat(e.name," ").concat(t," hook"))}}var No=[Bo,Oo];function Ro(e,t){var n=t.componentOptions;if(!(a(n)&&!1===n.Ctor.options.inheritAttrs||r(e.data.attrs)&&r(t.data.attrs))){var o,i,s=t.elm,l=e.data.attrs||{},d=t.data.attrs||{};for(o in(a(d.__ob__)||c(d._v_attr_proxy))&&(d=t.data.attrs=S({},d)),d)i=d[o],l[o]!==i&&Zo(s,o,i,t.data.pre);for(o in(J||$)&&d.value!==l.value&&Zo(s,"value",d.value),l)r(d[o])&&(uo(o)?s.removeAttributeNS(fo,po(o)):so(o)||s.removeAttribute(o))}}function Zo(e,t,n,o){o||e.tagName.indexOf("-")>-1?Uo(e,t,n):mo(t)?bo(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):so(t)?e.setAttribute(t,function(e,t){return bo(t)||"false"===t?"false":"contenteditable"===e&&lo(t)?t:"true"}(t,n)):uo(t)?bo(n)?e.removeAttributeNS(fo,po(t)):e.setAttributeNS(fo,t,n):Uo(e,t,n)}function Uo(e,t,n){if(bo(n))e.removeAttribute(t);else{if(J&&!_&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){var o=function(t){t.stopImmediatePropagation(),e.removeEventListener("input",o)};e.addEventListener("input",o),e.__ieph=!0}e.setAttribute(t,n)}}var Ho={create:Ro,update:Ro};function Wo(e,t){var n=t.elm,o=t.data,i=e.data;if(!(r(o.staticClass)&&r(o.class)&&(r(i)||r(i.staticClass)&&r(i.class)))){var c=ho(t),s=n._transitionClasses;a(s)&&(c=vo(c,Fo(s))),c!==n._prevClass&&(n.setAttribute("class",c),n._prevClass=c)}}var Go,Qo={create:Wo,update:Wo};function Yo(e,t,n){var o=Go;return function i(){var r=t.apply(null,arguments);null!==r&&Jo(e,i,n,o)}}var Xo=Ot&&!(ne&&Number(ne[1])<=53);function Ko(e,t,n,o){if(Xo){var i=un,r=t;
//@ts-expect-error
t=r._wrapper=function(e){if(e.target===e.currentTarget||e.timeStamp>=i||e.timeStamp<=0||e.target.ownerDocument!==document)return r.apply(this,arguments)}}Go.addEventListener(e,t,ie?{capture:n,passive:o}:n)}function Jo(e,t,n,o){(o||Go).removeEventListener(e,
//@ts-expect-error
t._wrapper||t,n)}function _o(e,t){if(!r(e.data.on)||!r(t.data.on)){var n=t.data.on||{},o=e.data.on||{};Go=t.elm||e.elm,function(e){if(a(e.__r)){var t=J?"change":"input";e[t]=[].concat(e.__r,e[t]||[]),delete e.__r}a(e.__c)&&(e.change=[].concat(e.__c,e.change||[]),delete e.__c)}(n),Qe(n,o,Ko,Jo,Yo,t.context),Go=void 0}}var $o,ei={create:_o,update:_o,
// @ts-expect-error emptyNode has actually data
destroy:function(e){return _o(e,Io)}};function ti(e,t){if(!r(e.data.domProps)||!r(t.data.domProps)){var n,o,i=t.elm,s=e.data.domProps||{},l=t.data.domProps||{};for(n in(a(l.__ob__)||c(l._v_attr_proxy))&&(l=t.data.domProps=S({},l)),s)n in l||(i[n]="");for(n in l){if(o=l[n],"textContent"===n||"innerHTML"===n){if(t.children&&(t.children.length=0),o===s[n])continue;1===i.childNodes.length&&i.removeChild(i.childNodes[0])}if("value"===n&&"PROGRESS"!==i.tagName){i._value=o;var d=r(o)?"":String(o);ni(i,d)&&(i.value=d)}else if("innerHTML"===n&&xo(i.tagName)&&r(i.innerHTML)){($o=$o||document.createElement("div")).innerHTML="<svg>".concat(o,"</svg>");for(var m=$o.firstChild;i.firstChild;)i.removeChild(i.firstChild);for(;m.firstChild;)i.appendChild(m.firstChild)}else if(o!==s[n])try{i[n]=o}catch(e){}}}}function ni(e,t){
//@ts-expect-error
return!e.composing&&("OPTION"===e.tagName||function(e,t){var n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){var n=e.value,o=e._vModifiers;if(a(o)){if(o.number)return g(n)!==g(t);if(o.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var oi={create:ti,update:ti},ii=k((function(e){var t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){var o=e.split(n);o.length>1&&(t[o[0].trim()]=o[1].trim())}})),t}));function ri(e){var t=ai(e.style);return e.staticStyle?S(e.staticStyle,t):t}function ai(e){return Array.isArray(e)?M(e):"string"==typeof e?ii(e):e}var ci,si=/^--/,li=/\s*!important$/,di=function(e,t,n){if(si.test(t))e.style.setProperty(t,n);else if(li.test(n))e.style.setProperty(D(t),n.replace(li,""),"important");else{var o=fi(t);if(Array.isArray(n))for(var i=0,r=n.length;i<r;i++)e.style[o]=n[i];else e.style[o]=n}},mi=["Webkit","Moz","ms"],fi=k((function(e){if(ci=ci||document.createElement("div").style,"filter"!==(e=A(e))&&e in ci)return e;for(var t=e.charAt(0).toUpperCase()+e.slice(1),n=0;n<mi.length;n++){var o=mi[n]+t;if(o in ci)return o}}));function ui(e,t){var n=t.data,o=e.data;if(!(r(n.staticStyle)&&r(n.style)&&r(o.staticStyle)&&r(o.style))){var i,c,s=t.elm,l=o.staticStyle,d=o.normalizedStyle||o.style||{},m=l||d,f=ai(t.data.style)||{};t.data.normalizedStyle=a(f.__ob__)?S({},f):f;var u=function(e,t){var n,o={};if(t)for(var i=e;i.componentInstance;)(i=i.componentInstance._vnode)&&i.data&&(n=ri(i.data))&&S(o,n);(n=ri(e.data))&&S(o,n);
// @ts-expect-error parentNode.parent not VNodeWithData
for(var r=e;r=r.parent;)r.data&&(n=ri(r.data))&&S(o,n);return o}(t,!0);for(c in m)r(u[c])&&di(s,c,"");for(c in u)(i=u[c])!==m[c]&&di(s,c,null==i?"":i)}}var pi={create:ui,update:ui},bi=/\s+/;function hi(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(bi).forEach((function(t){return e.classList.add(t)})):e.classList.add(t);else{var n=" ".concat(e.getAttribute("class")||""," ");n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function gi(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(bi).forEach((function(t){return e.classList.remove(t)})):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{for(var n=" ".concat(e.getAttribute("class")||""," "),o=" "+t+" ";n.indexOf(o)>=0;)n=n.replace(o," ");(n=n.trim())?e.setAttribute("class",n):e.removeAttribute("class")}}function vi(e){if(e){if("object"==typeof e){var t={};return!1!==e.css&&S(t,Fi(e.name||"v")),S(t,e),t}return"string"==typeof e?Fi(e):void 0}}var Fi=k((function(e){return{enterClass:"".concat(e,"-enter"),enterToClass:"".concat(e,"-enter-to"),enterActiveClass:"".concat(e,"-enter-active"),leaveClass:"".concat(e,"-leave"),leaveToClass:"".concat(e,"-leave-to"),leaveActiveClass:"".concat(e,"-leave-active")}})),wi=X&&!_,yi="transition",xi="animation",ki="transition",Ci="transitionend",Ai="animation",Ei="animationend";wi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(ki="WebkitTransition",Ci="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Ai="WebkitAnimation",Ei="webkitAnimationEnd"));var Bi=X?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:function(e){return e()};function Di(e){Bi((function(){
// @ts-expect-error
Bi(e)}))}function zi(e,t){var n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),hi(e,t))}function Ii(e,t){e._transitionClasses&&w(e._transitionClasses,t),gi(e,t)}function Si(e,t,n){var o=Pi(e,t),i=o.type,r=o.timeout,a=o.propCount;if(!i)return n();var c=i===yi?Ci:Ei,s=0,l=function(){e.removeEventListener(c,d),n()},d=function(t){t.target===e&&++s>=a&&l()};setTimeout((function(){s<a&&l()}),r+1),e.addEventListener(c,d)}var Mi=/\b(transform|all)(,|$)/;function Pi(e,t){var n,o=window.getComputedStyle(e),i=(o[ki+"Delay"]||"").split(", "),r=(o[ki+"Duration"]||"").split(", "),a=Oi(i,r),c=(o[Ai+"Delay"]||"").split(", "),s=(o[Ai+"Duration"]||"").split(", "),l=Oi(c,s),d=0,m=0;return t===yi?a>0&&(n=yi,d=a,m=r.length):t===xi?l>0&&(n=xi,d=l,m=s.length):m=(n=(d=Math.max(a,l))>0?a>l?yi:xi:null)?n===yi?r.length:s.length:0,{type:n,timeout:d,propCount:m,hasTransform:n===yi&&Mi.test(o[ki+"Property"])}}function Oi(e,t){for(;e.length<t.length;)e=e.concat(e);return Math.max.apply(null,t.map((function(t,n){return Vi(t)+Vi(e[n])})))}function Vi(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Ti(e,t){var n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());var o=vi(e.data.transition);if(!r(o)&&!a(n._enterCb)&&1===n.nodeType){for(var i=o.css,c=o.type,s=o.enterClass,m=o.enterToClass,f=o.enterActiveClass,u=o.appearClass,p=o.appearToClass,b=o.appearActiveClass,h=o.beforeEnter,v=o.enter,F=o.afterEnter,w=o.enterCancelled,y=o.beforeAppear,x=o.appear,k=o.afterAppear,C=o.appearCancelled,A=o.duration,E=en,B=en.$vnode;B&&B.parent;)E=B.context,B=B.parent;var D=!E._isMounted||!e.isRootInsert;if(!D||x||""===x){var z=D&&u?u:s,I=D&&b?b:f,S=D&&p?p:m,M=D&&y||h,P=D&&l(x)?x:v,O=D&&k||F,V=D&&C||w,T=g(d(A)?A.enter:A);0;var L=!1!==i&&!_,q=qi(P),N=n._enterCb=j((function(){L&&(Ii(n,S),Ii(n,I)),
// @ts-expect-error
N.cancelled?(L&&Ii(n,z),V&&V(n)):O&&O(n),n._enterCb=null}));e.data.show||Ye(e,"insert",(function(){var t=n.parentNode,o=t&&t._pending&&t._pending[e.key];o&&o.tag===e.tag&&o.elm._leaveCb&&o.elm._leaveCb(),P&&P(n,N)})),M&&M(n),L&&(zi(n,z),zi(n,I),Di((function(){Ii(n,z),
// @ts-expect-error
N.cancelled||(zi(n,S),q||(ji(T)?setTimeout(N,T):Si(n,c,N)))}))),e.data.show&&(t&&t(),P&&P(n,N)),L||q||N()}}}function Li(e,t){var n=e.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());var o=vi(e.data.transition);if(r(o)||1!==n.nodeType)return t();if(!a(n._leaveCb)){var i=o.css,c=o.type,s=o.leaveClass,l=o.leaveToClass,m=o.leaveActiveClass,f=o.beforeLeave,u=o.leave,p=o.afterLeave,b=o.leaveCancelled,h=o.delayLeave,v=o.duration,F=!1!==i&&!_,w=qi(u),y=g(d(v)?v.leave:v);0;var x=n._leaveCb=j((function(){n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),F&&(Ii(n,l),Ii(n,m)),
// @ts-expect-error
x.cancelled?(F&&Ii(n,s),b&&b(n)):(t(),p&&p(n)),n._leaveCb=null}));h?h(k):k()}function k(){
// @ts-expect-error
x.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),F&&(zi(n,s),zi(n,m),Di((function(){Ii(n,s),
// @ts-expect-error
x.cancelled||(zi(n,l),w||(ji(y)?setTimeout(x,y):Si(n,c,x)))}))),u&&u(n,x),F||w||x())}}function ji(e){return"number"==typeof e&&!isNaN(e)}function qi(e){if(r(e))return!1;
// @ts-expect-error
var t=e.fns;return a(t)?qi(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ni(e,t){!0!==t.data.show&&Ti(t)}var Ri=function(e){var t,n,o={},l=e.modules,d=e.nodeOps;for(t=0;t<So.length;++t)for(o[So[t]]=[],n=0;n<l.length;++n)a(l[n][So[t]])&&o[So[t]].push(l[n][So[t]]);function m(e){var t=d.parentNode(e);a(t)&&d.removeChild(t,e)}function f(e,t,n,i,r,s,l){if(a(e.elm)&&a(s)&&(e=s[l]=he(e)),e.isRootInsert=!r,!function(e,t,n,i){var r=e.data;if(a(r)){var s=a(e.componentInstance)&&r.keepAlive;if(a(r=r.hook)&&a(r=r.init)&&r(e,!1),a(e.componentInstance))return u(e,t),p(n,e.elm,i),c(s)&&function(e,t,n,i){var r,c=e;for(;c.componentInstance;)if(a(r=(c=c.componentInstance._vnode).data)&&a(r=r.transition)){for(r=0;r<o.activate.length;++r)o.activate[r](Io,c);t.push(c);break}p(n,e.elm,i)}(e,t,n,i),!0}}(e,t,n,i)){var m=e.data,f=e.children,h=e.tag;a(h)?(e.elm=e.ns?d.createElementNS(e.ns,h):d.createElement(h,e),F(e),b(e,f,t),a(m)&&g(e,t),p(n,e.elm,i)):c(e.isComment)?(e.elm=d.createComment(e.text),p(n,e.elm,i)):(e.elm=d.createTextNode(e.text),p(n,e.elm,i))}}function u(e,t){a(e.data.pendingInsert)&&(t.push.apply(t,e.data.pendingInsert),e.data.pendingInsert=null),e.elm=e.componentInstance.$el,h(e)?(g(e,t),F(e)):(Do(e),t.push(e))}function p(e,t,n){a(e)&&(a(n)?d.parentNode(n)===e&&d.insertBefore(e,t,n):d.appendChild(e,t))}function b(e,t,n){if(i(t)){0;for(var o=0;o<t.length;++o)f(t[o],n,e.elm,null,!0,t,o)}else s(e.text)&&d.appendChild(e.elm,d.createTextNode(String(e.text)))}function h(e){for(;e.componentInstance;)e=e.componentInstance._vnode;return a(e.tag)}function g(e,n){for(var i=0;i<o.create.length;++i)o.create[i](Io,e);a(t=e.data.hook)&&(a(t.create)&&t.create(Io,e),a(t.insert)&&n.push(e))}function F(e){var t;if(a(t=e.fnScopeId))d.setStyleScope(e.elm,t);else for(var n=e;n;)a(t=n.context)&&a(t=t.$options._scopeId)&&d.setStyleScope(e.elm,t),n=n.parent;a(t=en)&&t!==e.context&&t!==e.fnContext&&a(t=t.$options._scopeId)&&d.setStyleScope(e.elm,t)}function w(e,t,n,o,i,r){for(;o<=i;++o)f(n[o],r,e,t,!1,n,o)}function y(e){var t,n,i=e.data;if(a(i))for(a(t=i.hook)&&a(t=t.destroy)&&t(e),t=0;t<o.destroy.length;++t)o.destroy[t](e);if(a(t=e.children))for(n=0;n<e.children.length;++n)y(e.children[n])}function x(e,t,n){for(;t<=n;++t){var o=e[t];a(o)&&(a(o.tag)?(k(o),y(o)):m(o.elm))}}function k(e,t){if(a(t)||a(e.data)){var n,i=o.remove.length+1;for(a(t)?t.listeners+=i:t=function(e,t){function n(){0==--n.listeners&&m(e)}return n.listeners=t,n}(e.elm,i),a(n=e.componentInstance)&&a(n=n._vnode)&&a(n.data)&&k(n,t),n=0;n<o.remove.length;++n)o.remove[n](e,t);a(n=e.data.hook)&&a(n=n.remove)?n(e,t):t()}else m(e.elm)}function C(e,t,n,o){for(var i=n;i<o;i++){var r=t[i];if(a(r)&&Mo(e,r))return i}}function A(e,t,n,i,s,l){if(e!==t){a(t.elm)&&a(i)&&(t=i[s]=he(t));var m=t.elm=e.elm;if(c(e.isAsyncPlaceholder))a(t.asyncFactory.resolved)?D(e.elm,t,n):t.isAsyncPlaceholder=!0;else if(c(t.isStatic)&&c(e.isStatic)&&t.key===e.key&&(c(t.isCloned)||c(t.isOnce)))t.componentInstance=e.componentInstance;else{var u,p=t.data;a(p)&&a(u=p.hook)&&a(u=u.prepatch)&&u(e,t);var b=e.children,g=t.children;if(a(p)&&h(t)){for(u=0;u<o.update.length;++u)o.update[u](e,t);a(u=p.hook)&&a(u=u.update)&&u(e,t)}r(t.text)?a(b)&&a(g)?b!==g&&function(e,t,n,o,i){var c,s,l,m=0,u=0,p=t.length-1,b=t[0],h=t[p],g=n.length-1,v=n[0],F=n[g],y=!i;for(;m<=p&&u<=g;)r(b)?b=t[++m]:r(h)?h=t[--p]:Mo(b,v)?(A(b,v,o,n,u),b=t[++m],v=n[++u]):Mo(h,F)?(A(h,F,o,n,g),h=t[--p],F=n[--g]):Mo(b,F)?(A(b,F,o,n,g),y&&d.insertBefore(e,b.elm,d.nextSibling(h.elm)),b=t[++m],F=n[--g]):Mo(h,v)?(A(h,v,o,n,u),y&&d.insertBefore(e,h.elm,b.elm),h=t[--p],v=n[++u]):(r(c)&&(c=Po(t,m,p)),r(s=a(v.key)?c[v.key]:C(v,t,m,p))?f(v,o,e,b.elm,!1,n,u):Mo(l=t[s],v)?(A(l,v,o,n,u),t[s]=void 0,y&&d.insertBefore(e,l.elm,b.elm)):f(v,o,e,b.elm,!1,n,u),v=n[++u]);m>p?w(e,r(n[g+1])?null:n[g+1].elm,n,u,g,o):u>g&&x(t,m,p)}(m,b,g,n,l):a(g)?(a(e.text)&&d.setTextContent(m,""),w(m,null,g,0,g.length-1,n)):a(b)?x(b,0,b.length-1):a(e.text)&&d.setTextContent(m,""):e.text!==t.text&&d.setTextContent(m,t.text),a(p)&&a(u=p.hook)&&a(u=u.postpatch)&&u(e,t)}}}function E(e,t,n){if(c(n)&&a(e.parent))e.parent.data.pendingInsert=t;else for(var o=0;o<t.length;++o)t[o].data.hook.insert(t[o])}var B=v("attrs,class,staticClass,staticStyle,key");function D(e,t,n,o){var i,r=t.tag,s=t.data,l=t.children;if(o=o||s&&s.pre,t.elm=e,c(t.isComment)&&a(t.asyncFactory))return t.isAsyncPlaceholder=!0,!0;if(a(s)&&(a(i=s.hook)&&a(i=i.init)&&i(t,!0),a(i=t.componentInstance)))return u(t,n),!0;if(a(r)){if(a(l))if(e.hasChildNodes())if(a(i=s)&&a(i=i.domProps)&&a(i=i.innerHTML)){if(i!==e.innerHTML)return!1}else{for(var d=!0,m=e.firstChild,f=0;f<l.length;f++){if(!m||!D(m,l[f],n,o)){d=!1;break}m=m.nextSibling}if(!d||m)return!1}else b(t,l,n);if(a(s)){var p=!1;for(var h in s)if(!B(h)){p=!0,g(t,n);break}!p&&s.class&&Wt(s.class)}}else e.data!==t.text&&(e.data=t.text);return!0}return function(e,t,n,i){if(!r(t)){var s,l=!1,m=[];if(r(e))l=!0,f(t,m);else{var u=a(e.nodeType);if(!u&&Mo(e,t))A(e,t,m,null,null,i);else{if(u){if(1===e.nodeType&&e.hasAttribute(N)&&(e.removeAttribute(N),n=!0),c(n)&&D(e,t,m))return E(t,m,!0),e;s=e,e=new ue(d.tagName(s).toLowerCase(),{},[],void 0,s)}var p=e.elm,b=d.parentNode(p);if(f(t,m,p._leaveCb?null:b,d.nextSibling(p)),a(t.parent))for(var g=t.parent,v=h(t);g;){for(var F=0;F<o.destroy.length;++F)o.destroy[F](g);if(g.elm=t.elm,v){for(var w=0;w<o.create.length;++w)o.create[w](Io,g);var k=g.data.hook.insert;if(k.merged)for(var C=1;C<k.fns.length;C++)k.fns[C]()}else Do(g);g=g.parent}a(b)?x([e],0,0):a(e.tag)&&y(e)}}return E(t,m,l),t.elm}a(e)&&y(e)}}({nodeOps:Eo,modules:[Ho,Qo,ei,oi,pi,X?{create:Ni,activate:Ni,remove:function(e,t){!0!==e.data.show?
// @ts-expect-error
Li(e,t):t()}}:{}].concat(No)});_&&document.addEventListener("selectionchange",(function(){var e=document.activeElement;
// @ts-expect-error
e&&e.vmodel&&Xi(e,"input")}));var Zi={inserted:function(e,t,n,o){"select"===n.tag?(o.elm&&!o.elm._vOptions?Ye(n,"postpatch",(function(){Zi.componentUpdated(e,t,n)})):Ui(e,t,n.context),e._vOptions=[].map.call(e.options,Gi)):("textarea"===n.tag||Ao(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",Qi),e.addEventListener("compositionend",Yi),e.addEventListener("change",Yi),_&&(e.vmodel=!0)))},componentUpdated:function(e,t,n){if("select"===n.tag){Ui(e,t,n.context);var o=e._vOptions,i=e._vOptions=[].map.call(e.options,Gi);if(i.some((function(e,t){return!T(e,o[t])})))(e.multiple?t.value.some((function(e){return Wi(e,i)})):t.value!==t.oldValue&&Wi(t.value,i))&&Xi(e,"change")}}};function Ui(e,t,n){Hi(e,t,n),(J||$)&&setTimeout((function(){Hi(e,t,n)}),0)}function Hi(e,t,n){var o=t.value,i=e.multiple;if(!i||Array.isArray(o)){for(var r,a,c=0,s=e.options.length;c<s;c++)if(a=e.options[c],i)r=L(o,Gi(a))>-1,a.selected!==r&&(a.selected=r);else if(T(Gi(a),o))return void(e.selectedIndex!==c&&(e.selectedIndex=c));i||(e.selectedIndex=-1)}}function Wi(e,t){return t.every((function(t){return!T(t,e)}))}function Gi(e){return"_value"in e?e._value:e.value}function Qi(e){e.target.composing=!0}function Yi(e){e.target.composing&&(e.target.composing=!1,Xi(e.target,"input"))}function Xi(e,t){var n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function Ki(e){
// @ts-expect-error
return!e.componentInstance||e.data&&e.data.transition?e:Ki(e.componentInstance._vnode)}var Ji={bind:function(e,t,n){var o=t.value,i=(n=Ki(n)).data&&n.data.transition,r=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;o&&i?(n.data.show=!0,Ti(n,(function(){e.style.display=r}))):e.style.display=o?r:"none"},update:function(e,t,n){var o=t.value;!o!=!t.oldValue&&((n=Ki(n)).data&&n.data.transition?(n.data.show=!0,o?Ti(n,(function(){e.style.display=e.__vOriginalDisplay})):Li(n,(function(){e.style.display="none"}))):e.style.display=o?e.__vOriginalDisplay:"none")},unbind:function(e,t,n,o,i){i||(e.style.display=e.__vOriginalDisplay)}},_i={model:Zi,show:Ji},$i={name:String,appear:Boolean,css:Boolean,mode:String,type:String,enterClass:String,leaveClass:String,enterToClass:String,leaveToClass:String,enterActiveClass:String,leaveActiveClass:String,appearClass:String,appearActiveClass:String,appearToClass:String,duration:[Number,String,Object]};function er(e){var t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?er(Et(t.children)):e}function tr(e){var t={},n=e.$options;for(var o in n.propsData)t[o]=e[o];var i=n._parentListeners;for(var o in i)t[A(o)]=i[o];return t}function nr(e,t){
// @ts-expect-error
if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}var or=function(e){return e.tag||ht(e)},ir=function(e){return"show"===e.name},rr={name:"transition",props:$i,abstract:!0,render:function(e){var t=this,n=this.$slots.default;if(n&&(n=n.filter(or)).length){0;var o=this.mode;0;var i=n[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return i;var r=er(i);if(!r)return i;if(this._leaving)return nr(e,i);var a="__transition-".concat(this._uid,"-");r.key=null==r.key?r.isComment?a+"comment":a+r.tag:s(r.key)?0===String(r.key).indexOf(a)?r.key:a+r.key:r.key;var c=(r.data||(r.data={})).transition=tr(this),l=this._vnode,d=er(l);if(r.data.directives&&r.data.directives.some(ir)&&(r.data.show=!0),d&&d.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(r,d)&&!ht(d)&&(!d.componentInstance||!d.componentInstance._vnode.isComment)){var m=d.data.transition=S({},c);if("out-in"===o)return this._leaving=!0,Ye(m,"afterLeave",(function(){t._leaving=!1,t.$forceUpdate()})),nr(e,i);if("in-out"===o){if(ht(r))return l;var f,u=function(){f()};Ye(c,"afterEnter",u),Ye(c,"enterCancelled",u),Ye(m,"delayLeave",(function(e){f=e}))}}return i}}},ar=S({tag:String,moveClass:String},$i);delete ar.mode;var cr={props:ar,beforeMount:function(){var e=this,t=this._update;this._update=function(n,o){var i=tn(e);e.__patch__(e._vnode,e.kept,!1,!0),e._vnode=e.kept,i(),t.call(e,n,o)}},render:function(e){for(var t=this.tag||this.$vnode.data.tag||"span",n=Object.create(null),o=this.prevChildren=this.children,i=this.$slots.default||[],r=this.children=[],a=tr(this),c=0;c<i.length;c++){if((d=i[c]).tag)if(null!=d.key&&0!==String(d.key).indexOf("__vlist"))r.push(d),n[d.key]=d,(d.data||(d.data={})).transition=a;else;}if(o){var s=[],l=[];for(c=0;c<o.length;c++){var d;(d=o[c]).data.transition=a,
// @ts-expect-error .getBoundingClientRect is not typed in Node
d.data.pos=d.elm.getBoundingClientRect(),n[d.key]?s.push(d):l.push(d)}this.kept=e(t,null,s),this.removed=l}return e(t,null,r)},updated:function(){var e=this.prevChildren,t=this.moveClass||(this.name||"v")+"-move";e.length&&this.hasMove(e[0].elm,t)&&(e.forEach(sr),e.forEach(lr),e.forEach(dr),this._reflow=document.body.offsetHeight,e.forEach((function(e){if(e.data.moved){var n=e.elm,o=n.style;zi(n,t),o.transform=o.WebkitTransform=o.transitionDuration="",n.addEventListener(Ci,n._moveCb=function e(o){o&&o.target!==n||o&&!/transform$/.test(o.propertyName)||(n.removeEventListener(Ci,e),n._moveCb=null,Ii(n,t))})}})))},methods:{hasMove:function(e,t){if(!wi)return!1;if(this._hasMove)return this._hasMove;var n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((function(e){gi(n,e)})),hi(n,t),n.style.display="none",this.$el.appendChild(n);var o=Pi(n);return this.$el.removeChild(n),this._hasMove=o.hasTransform}}};function sr(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function lr(e){e.data.newPos=e.elm.getBoundingClientRect()}function dr(e){var t=e.data.pos,n=e.data.newPos,o=t.left-n.left,i=t.top-n.top;if(o||i){e.data.moved=!0;var r=e.elm.style;r.transform=r.WebkitTransform="translate(".concat(o,"px,").concat(i,"px)"),r.transitionDuration="0s"}}var mr={Transition:rr,TransitionGroup:cr};_n.config.mustUseProp=function(e,t,n){return"value"===n&&co(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e},_n.config.isReservedTag=ko,_n.config.isReservedAttr=ao,_n.config.getTagNamespace=function(e){return xo(e)?"svg":"math"===e?"math":void 0},_n.config.isUnknownElement=function(e){if(!X)return!0;if(ko(e))return!1;if(e=e.toLowerCase(),null!=Co[e])return Co[e];var t=document.createElement(e);return e.indexOf("-")>-1?Co[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:Co[e]=/HTMLUnknownElement/.test(t.toString())},S(_n.options.directives,_i),S(_n.options.components,mr),_n.prototype.__patch__=X?Ri:P,_n.prototype.$mount=function(e,t){return function(e,t,n){var o;e.$el=t,e.$options.render||(
// @ts-expect-error invalid type
e.$options.render=pe),an(e,"beforeMount"),o=function(){e._update(e._render(),n)},new Xt(e,o,P,{before:function(){e._isMounted&&!e._isDestroyed&&an(e,"beforeUpdate")}},!0),n=!1;var i=e._preWatchers;if(i)for(var r=0;r<i.length;r++)i[r].run();return null==e.$vnode&&(e._isMounted=!0,an(e,"mounted")),e}(this,e=e&&X?function(e){if("string"==typeof e){return document.querySelector(e)||document.createElement("div")}return e}(e):void 0,t)},X&&setTimeout((function(){U.devtools&&ce&&ce.emit("init",_n)}),0)},7761:e=>{function t(e){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}t.keys=()=>[],t.resolve=t,t.id=7761,e.exports=t},4311:(e,t,n)=>{var o={"./index.en-US.md":5340};function i(e){var t=r(e);return n(t)}function r(e){if(!n.o(o,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}i.keys=function(){return Object.keys(o)},i.resolve=r,e.exports=i,i.id=4311},3552:(e,t,n)=>{var o={"./index.en-US.ts":2510};function i(e){var t=r(e);return n(t)}function r(e){if(!n.o(o,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}i.keys=function(){return Object.keys(o)},i.resolve=r,e.exports=i,i.id=3552},4353:(e,t,n)=>{var o={"./id-search/index.ts":4179};function i(e){var t=r(e);return n(t)}function r(e){if(!n.o(o,e)){var t=new Error("Cannot find module '"+e+"'");throw t.code="MODULE_NOT_FOUND",t}return o[e]}i.keys=function(){return Object.keys(o)},i.resolve=r,e.exports=i,i.id=4353},5269:(e,t,n)=>{"use strict";n.r(t),n.d(t,{pako:()=>o});
/* eslint-disable */
const o=function e(t,n,o){function i(a,c){if(!n[a]){if(!t[a]){if(r)return r(a,!0);var s=new Error("Cannot find module '"+a+"'");throw s.code="MODULE_NOT_FOUND",s}var l=n[a]={exports:{}};t[a][0].call(l.exports,(function(e){return i(t[a][1][e]||e)}),l,l.exports,e,t,n,o)}return n[a].exports}for(var r=void 0,a=0;a<o.length;a++)i(o[a]);return i}({1:[function(e,t,n){var o="undefined"!=typeof Uint8Array&&"undefined"!=typeof Uint16Array&&"undefined"!=typeof Int32Array;n.assign=function(e){for(var t,n,o=Array.prototype.slice.call(arguments,1);o.length;){var i=o.shift();if(i){if("object"!=typeof i)throw new TypeError(i+"must be non-object");for(var r in i)t=i,n=r,Object.prototype.hasOwnProperty.call(t,n)&&(e[r]=i[r])}}return e},n.shrinkBuf=function(e,t){return e.length===t?e:e.subarray?e.subarray(0,t):(e.length=t,e)};var i={arraySet:function(e,t,n,o,i){if(t.subarray&&e.subarray)e.set(t.subarray(n,n+o),i);else for(var r=0;r<o;r++)e[i+r]=t[n+r]},flattenChunks:function(e){var t,n,o,i,r,a;for(t=o=0,n=e.length;t<n;t++)o+=e[t].length;for(a=new Uint8Array(o),t=i=0,n=e.length;t<n;t++)r=e[t],a.set(r,i),i+=r.length;return a}},r={arraySet:function(e,t,n,o,i){for(var r=0;r<o;r++)e[i+r]=t[n+r]},flattenChunks:function(e){return[].concat.apply([],e)}};n.setTyped=function(e){e?(n.Buf8=Uint8Array,n.Buf16=Uint16Array,n.Buf32=Int32Array,n.assign(n,i)):(n.Buf8=Array,n.Buf16=Array,n.Buf32=Array,n.assign(n,r))},n.setTyped(o)},{}],2:[function(e,t,n){var o=e("./common"),i=!0,r=!0;try{String.fromCharCode.apply(null,[0])}catch(e){i=!1}try{String.fromCharCode.apply(null,new Uint8Array(1))}catch(e){r=!1}for(var a=new o.Buf8(256),c=0;c<256;c++)a[c]=252<=c?6:248<=c?5:240<=c?4:224<=c?3:192<=c?2:1;function s(e,t){if(t<65534&&(e.subarray&&r||!e.subarray&&i))return String.fromCharCode.apply(null,o.shrinkBuf(e,t));for(var n="",a=0;a<t;a++)n+=String.fromCharCode(e[a]);return n}a[254]=a[254]=1,n.string2buf=function(e){var t,n,i,r,a,c=e.length,s=0;for(r=0;r<c;r++)55296==(64512&(n=e.charCodeAt(r)))&&r+1<c&&56320==(64512&(i=e.charCodeAt(r+1)))&&(n=65536+(n-55296<<10)+(i-56320),r++),s+=n<128?1:n<2048?2:n<65536?3:4;for(t=new o.Buf8(s),r=a=0;a<s;r++)55296==(64512&(n=e.charCodeAt(r)))&&r+1<c&&56320==(64512&(i=e.charCodeAt(r+1)))&&(n=65536+(n-55296<<10)+(i-56320),r++),n<128?t[a++]=n:(n<2048?t[a++]=192|n>>>6:(n<65536?t[a++]=224|n>>>12:(t[a++]=240|n>>>18,t[a++]=128|n>>>12&63),t[a++]=128|n>>>6&63),t[a++]=128|63&n);return t},n.buf2binstring=function(e){return s(e,e.length)},n.binstring2buf=function(e){for(var t=new o.Buf8(e.length),n=0,i=t.length;n<i;n++)t[n]=e.charCodeAt(n);return t},n.buf2string=function(e,t){var n,o,i,r,c=t||e.length,l=new Array(2*c);for(n=o=0;n<c;)if((i=e[n++])<128)l[o++]=i;else if(4<(r=a[i]))l[o++]=65533,n+=r-1;else{for(i&=2===r?31:3===r?15:7;1<r&&n<c;)i=i<<6|63&e[n++],r--;1<r?l[o++]=65533:i<65536?l[o++]=i:(i-=65536,l[o++]=55296|i>>10&1023,l[o++]=56320|1023&i)}return s(l,o)},n.utf8border=function(e,t){var n;for((t=t||e.length)>e.length&&(t=e.length),n=t-1;0<=n&&128==(192&e[n]);)n--;return n<0||0===n?t:n+a[e[n]]>t?n:t}},{"./common":1}],3:[function(e,t,n){t.exports=function(e,t,n,o){for(var i=65535&e|0,r=e>>>16&65535|0,a=0;0!==n;){for(n-=a=2e3<n?2e3:n;r=r+(i=i+t[o++]|0)|0,--a;);i%=65521,r%=65521}return i|r<<16|0}},{}],4:[function(e,t,n){t.exports={Z_NO_FLUSH:0,Z_PARTIAL_FLUSH:1,Z_SYNC_FLUSH:2,Z_FULL_FLUSH:3,Z_FINISH:4,Z_BLOCK:5,Z_TREES:6,Z_OK:0,Z_STREAM_END:1,Z_NEED_DICT:2,Z_ERRNO:-1,Z_STREAM_ERROR:-2,Z_DATA_ERROR:-3,Z_BUF_ERROR:-5,Z_NO_COMPRESSION:0,Z_BEST_SPEED:1,Z_BEST_COMPRESSION:9,Z_DEFAULT_COMPRESSION:-1,Z_FILTERED:1,Z_HUFFMAN_ONLY:2,Z_RLE:3,Z_FIXED:4,Z_DEFAULT_STRATEGY:0,Z_BINARY:0,Z_TEXT:1,Z_UNKNOWN:2,Z_DEFLATED:8}},{}],5:[function(e,t,n){var o=function(){for(var e,t=[],n=0;n<256;n++){e=n;for(var o=0;o<8;o++)e=1&e?3988292384^e>>>1:e>>>1;t[n]=e}return t}();t.exports=function(e,t,n,i){var r=o,a=i+n;e^=-1;for(var c=i;c<a;c++)e=e>>>8^r[255&(e^t[c])];return-1^e}},{}],6:[function(e,t,n){t.exports=function(){this.text=0,this.time=0,this.xflags=0,this.os=0,this.extra=null,this.extra_len=0,this.name="",this.comment="",this.hcrc=0,this.done=!1}},{}],7:[function(e,t,n){t.exports=function(e,t){var n,o,i,r,a,c,s,l,d,m,f,u,p,b,h,g,v,F,w,y,x,k,C,A,E;n=e.state,o=e.next_in,A=e.input,i=o+(e.avail_in-5),r=e.next_out,E=e.output,a=r-(t-e.avail_out),c=r+(e.avail_out-257),s=n.dmax,l=n.wsize,d=n.whave,m=n.wnext,f=n.window,u=n.hold,p=n.bits,b=n.lencode,h=n.distcode,g=(1<<n.lenbits)-1,v=(1<<n.distbits)-1;e:do{p<15&&(u+=A[o++]<<p,p+=8,u+=A[o++]<<p,p+=8),F=b[u&g];t:for(;;){if(u>>>=w=F>>>24,p-=w,0==(w=F>>>16&255))E[r++]=65535&F;else{if(!(16&w)){if(0==(64&w)){F=b[(65535&F)+(u&(1<<w)-1)];continue t}if(32&w){n.mode=12;break e}e.msg="invalid literal/length code",n.mode=30;break e}y=65535&F,(w&=15)&&(p<w&&(u+=A[o++]<<p,p+=8),y+=u&(1<<w)-1,u>>>=w,p-=w),p<15&&(u+=A[o++]<<p,p+=8,u+=A[o++]<<p,p+=8),F=h[u&v];n:for(;;){if(u>>>=w=F>>>24,p-=w,!(16&(w=F>>>16&255))){if(0==(64&w)){F=h[(65535&F)+(u&(1<<w)-1)];continue n}e.msg="invalid distance code",n.mode=30;break e}if(x=65535&F,p<(w&=15)&&(u+=A[o++]<<p,(p+=8)<w&&(u+=A[o++]<<p,p+=8)),s<(x+=u&(1<<w)-1)){e.msg="invalid distance too far back",n.mode=30;break e}if(u>>>=w,p-=w,(w=r-a)<x){if(d<(w=x-w)&&n.sane){e.msg="invalid distance too far back",n.mode=30;break e}if(C=f,(k=0)===m){if(k+=l-w,w<y){for(y-=w;E[r++]=f[k++],--w;);k=r-x,C=E}}else if(m<w){if(k+=l+m-w,(w-=m)<y){for(y-=w;E[r++]=f[k++],--w;);if(k=0,m<y){for(y-=w=m;E[r++]=f[k++],--w;);k=r-x,C=E}}}else if(k+=m-w,w<y){for(y-=w;E[r++]=f[k++],--w;);k=r-x,C=E}for(;2<y;)E[r++]=C[k++],E[r++]=C[k++],E[r++]=C[k++],y-=3;y&&(E[r++]=C[k++],1<y&&(E[r++]=C[k++]))}else{for(k=r-x;E[r++]=E[k++],E[r++]=E[k++],E[r++]=E[k++],2<(y-=3););y&&(E[r++]=E[k++],1<y&&(E[r++]=E[k++]))}break}}break}}while(o<i&&r<c);o-=y=p>>3,u&=(1<<(p-=y<<3))-1,e.next_in=o,e.next_out=r,e.avail_in=o<i?i-o+5:5-(o-i),e.avail_out=r<c?c-r+257:257-(r-c),n.hold=u,n.bits=p}},{}],8:[function(e,t,n){var o=e("../utils/common"),i=e("./adler32"),r=e("./crc32"),a=e("./inffast"),c=e("./inftrees"),s=-2;function l(e){return(e>>>24&255)+(e>>>8&65280)+((65280&e)<<8)+((255&e)<<24)}function d(){this.mode=0,this.last=!1,this.wrap=0,this.havedict=!1,this.fl