// ==UserScript== // @name Bilibili Evolved (Preview) // @description Bilibili Evolved 的预览版, 可以抢先体验新功能. // @updateURL https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/dist/bilibili-evolved.preview.user.js // @downloadURL https://raw.githubusercontent.com/the1812/Bilibili-Evolved/preview/dist/bilibili-evolved.preview.user.js // @version 2.8.9 // @author Grant Howard, Coulomb-G // @copyright 2024, 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.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;i1&&(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{"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;nn?(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},2080:(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},6292:(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},3129:(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},3216:(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},5901:(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},6481:(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},1226:(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},4427:(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},8892:(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},609:(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},5406:(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},6370:(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 overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap;\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},7480:(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},3176:(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},4954:(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},2846:(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},9734:(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},6206:(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},2098:(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},2709:(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},848:(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},2198:(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},2467:(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},1075:(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},9745:(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},9611:(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},5436:(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},9454:(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},8635:(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},4641:(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},1901:(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},3329:(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},5731:(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},936:(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},9773:(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},2450:(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},5395:(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},6293:(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},9497:(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},9605:(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},187:(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},4122:(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},5620:(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},4534:(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},4377:(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},271:(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},9839:(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},8787:(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},2566:(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},6757:(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},6473:(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},2001:(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},8581:(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},7964:(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},8847:(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},8815:(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{"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{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{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{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 F(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 v(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 F;for(;(F=e.indexOf(t,p))>-1;){let e=v(t,{currentLocation:F,expectedLocation:f,distance:i,ignoreLocation:l});if(u=Math.min(e,u),p=F+d,h){let e=0;for(;e=s;r-=1){let a=r-1,c=n[e.charAt(a)];if(h&&(g[a]=+!!c),F[r]=(F[r+1]<<1|1)&c,o&&(F[r]|=(w[r+1]|w[r])<<1|1|w[r+1]),F[r]&k&&(y=v(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(v(t,{errors:o+1,currentLocation:f,expectedLocation:f,distance:i,ignoreLocation:l})>u)break;w=F}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=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{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{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{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||F(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{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=F,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;ne.length)&&(t=e.length);for(var n=0,o=new Array(t);n=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 F=/[^\w:]/g,v=/^$|^[a-z][a-z0-9+.-]*:|^[?#]/i;function w(e,t,n){if(e){var o;try{o=decodeURIComponent(b(n)).replace(F,"").toLowerCase()}catch(e){return null}if(0===o.indexOf("javascript:")||0===o.indexOf("vbscript:")||0===o.indexOf("data:"))return null}t&&!v.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=0&&"\\"===n[i];)o=!o;return o?"|":" |"})).split(/ \|/),o=0;if(n.length>t)n.splice(t);else for(;n.length1;)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 R(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=R(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 ?/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;gi[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.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))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(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}(),q=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]*?(?:[^\\n]*\\n+|$)|comment[^\\n]*(\\n+|$)|<\\?[\\s\\S]*?(?:\\?>\\n*|$)|\\n*|$)|\\n*|$)|)[\\s\\S]*?(?:\\n{2,}|$)|<(?!script|pre|style)([a-z][\\w-]*)(?:attribute)*? */?>(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$)|(?=[ \\t]*(?:\\n|$))[\\s\\S]*?(?:\\n{2,}|$))",def:/^ {0,3}\[(label)\]: *\n? *]+)>?(?:(?: +\n? *| *\n *)(title))? *(?:\n+|$)/,nptable:q,table:q,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=/|$)/,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",")|<(?: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",")|<(?: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",")|<(?:script|pre|style|!--)").replace("tag",H._tag).getRegex(),H.pedantic=U({},H.normal,{html:Z("^ *(?:comment *(?:\\n|\\s*$)|<(tag)[\\s\\S]+? *(?:\\n{2,}|\\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:/^ *\[([^\]]+)\]: *]+)>?(?: +(["(][^\n]+[")]))? *(?:\n+|$)/,heading:/^(#{1,6})(.*)(?:\n+|$)/,fences:q,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:q,tag:"^comment|^|^<[a-zA-Z][\\w-]*(?:attribute)*?\\s*/?>|^<\\?[\\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:q,text:/^(`+|[^`])(?:(?= {2,}\n)|[\s\S]*?(?:(?=[\\?@\\[\\]`^{|}~"};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]*?(?:(?=[\\.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;i0)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?'
'+(n?e:ne(e,!0))+"
\n":"
"+(n?e:ne(e,!0))+"
\n"},t.blockquote=function(e){return"
\n"+e+"
\n"},t.html=function(e){return e},t.heading=function(e,t,n,o){return this.options.headerIds?"'+e+"\n":""+e+"\n"},t.hr=function(){return this.options.xhtml?"
\n":"
\n"},t.list=function(e,t,n){var o=t?"ol":"ul";return"<"+o+(t&&1!==n?' start="'+n+'"':"")+">\n"+e+"\n"},t.listitem=function(e){return"
  • "+e+"
  • \n"},t.checkbox=function(e){return" "},t.paragraph=function(e){return"

    "+e+"

    \n"},t.table=function(e,t){return t&&(t=""+t+""),"\n\n"+e+"\n"+t+"
    \n"},t.tablerow=function(e){return"\n"+e+"\n"},t.tablecell=function(e,t){var n=t.header?"th":"td";return(t.align?"<"+n+' align="'+t.align+'">':"<"+n+">")+e+"\n"},t.strong=function(e){return""+e+""},t.em=function(e){return""+e+""},t.codespan=function(e){return""+e+""},t.br=function(){return this.options.xhtml?"
    ":"
    "},t.del=function(e){return""+e+""},t.link=function(e,t,n){if(null===(e=te(this.options.sanitize,this.options.baseUrl,e)))return n;var o='"},t.image=function(e,t,n){if(null===(e=te(this.options.sanitize,this.options.baseUrl,e)))return n;var o=''+n+'":">"},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,F,v,w="",y=e.length;for(n=0;n0&&"text"===h.tokens[0].type?(h.tokens[0].text=v+" "+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=v+" "+h.tokens[0].tokens[0].text)):h.tokens.unshift({type:"text",text:v}):b+=v),b+=this.parse(h.tokens,p),d+=this.renderer.listitem(b,F,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+1An error occurred:

    "+me(e.message+"",!0)+"
    ";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;aAn error occurred:

    "+me(e.message+"",!0)+"
    ";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}()},1917:(e,t,n)=>{"use strict";n.r(t),n.d(t,{compatibilityPatch:()=>r});var o=n(1834),i=n(7913); /* 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,1379));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));const{allVideoUrls:o}=await Promise.resolve().then(n.bind(n,2513));if(o.some((e=>t(e)))){const{playerPolyfill:e}=await Promise.resolve().then(n.bind(n,4912));e()}})),(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)})}},156:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initVue:()=>r});var o=n(5026),i=n.n(o);const r=()=>{window.Vue=i(),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))}))}}})}},6290:(e,t,n)=>{"use strict";n.r(t),n.d(t,{checkAllUpdate:()=>h,checkComponentsByName:()=>y,checkComponentsUpdate:()=>m,checkLastFeature:()=>C,checkPluginsByName:()=>x,checkPluginsUpdate:()=>f,checkStylesByName:()=>k,checkStylesUpdate:()=>u,checkUpdate:()=>d,forceCheckUpdate:()=>v,forceCheckUpdateAndReload:()=>w,silentCheckUpdate:()=>g,silentCheckUpdateAndReload:()=>F});var o=n(5721),i=n(4638),r=n(6215),a=n(6376),c=n(637),s=n(7219),l=n(1379);const d=async e=>{const{items:t,existPredicate:o=s.Hn,filterNames:r=[],force:a=!1,maxCount:d=1/0}=e;if((0,l.isDataSaveMode)())return"当前为流量计费网络, 跳过更新检查.";const m=Number(new Date),{devMode:f}=(0,i.getGeneralSettings)(),{options:u}=(0,i.getComponentSettings)(s.u2);Object.keys(t).filter((e=>!o(e))).forEach((e=>{delete t[e]}));let p=0;const b=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(b.map((async e=>{let[o,i]=e;const{url:r,lastUpdateCheck:l,alwaysUpdate:b}=i;if(!(b&&f)&&m-l<=u.minimumDuration&&!a)return`[${o}] 未超过更新间隔期, 已跳过`;if(p>d&&!a)return`[${o}] 已到达单次更新量上限 (${d} 个), 已跳过`;let h=r;s.dV.test(r)&&u.localPortOverride&&(h=r.replace(/:(\d)+/,`:${u.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:F}=await Promise.resolve().then(n.bind(n,7194)),{message:v}=await F(g,r);return i.lastUpdateCheck=Number(new Date),p++,`[${o}] ${v}`})))).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()},m=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),{components:n}=t.urls;return d({items:n,...e})},f=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),{plugins:n}=t.urls;return d({items:n,...e})},u=async e=>{const{options:t}=(0,i.getComponentSettings)(s.u2),{styles:n}=t.urls;return d({items:n,...e})},p=e=>async function(){await e(...arguments),window.location.reload()},b=e=>p((async function(){for(var t=arguments.length,n=new Array(t),o=0;o{const{options:t}=(0,i.getComponentSettings)(s.u2),n=(0,r.useScopedConsole)("检查所有更新");n.log("开始检查更新");const a=[await m(e)||"暂无组件更新",await f(e)||"暂无插件更新",await u(e)||"暂无样式更新"];t.lastUpdateCheck=Number(new Date),t.lastInstalledVersion=o.meta.version,n.groupCollapsed("完成更新检查"),a.forEach((e=>n.log(e))),n.groupEnd()},g=()=>h({maxCount:(0,i.getComponentSettings)(s.u2).options.maxUpdateCount}),F=p(g),v=()=>h({force:!0}),w=p(v),y=b(m),x=b(f),k=b(u),C=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 d({items:{[n.key]:n.item},force:!0}),window.location.reload()):console.log("没有找到最近更新的功能")}},7219:(e,t,n)=>{"use strict";n.d(t,{Hn:()=>c,dV:()=>r,jN:()=>a,u2:()=>i});var o=n(4638);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]},453:(e,t,n)=>{"use strict";n.r(t),n.d(t,{isRecover:()=>y,next:()=>k,recover:()=>C,setConsole:()=>g,setOptions:()=>h,start:()=>A,stop:()=>x});var o=n(8422),i=n(7102),r=n(1379);const a= /* eslint-disable no-bitwise */ function*(e,t){let n,o=t?.low??0,i=t?.high??e.length;for(;o+1>>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;var s=n(5026);const l=n.n(s)().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 d=(0,n(6499).Z)(l,c,[],!1,null,null,null).exports;let m,f,u,p,b;const h=e=>{m?Object.assign(m,e):m=e},g=e=>{f=e},F=async()=>{const{settings:e}=await Promise.resolve().then(n.bind(n,4638)),{userComponents:t}=e,o=lodash.pickBy(t,(e=>e.metadata.configurable||!0)),{targetComponents:i,keepDisabledComponents:r,keepEnabledComponents:a}=lodash.transform(o,((e,t,n)=>{m.keepEnabledComponents?.includes(n)?e.keepEnabledComponents.push(t):m.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)),w=e=>e.map((e=>`${e.metadata.displayName}(${e.metadata.name})`)).join(", ")||"无",y=()=>!lodash.isEmpty(m.bisectInitialState),x=async()=>{f?.log("stop - 准备停止组件二等分"),b?.close();const{configurableUserComponents:e}=await F(),t=[];for(const[n,o]of Object.entries(e)){const e=m.originalComponentEnableState?.[n];null!=e?o.settings.enabled=e:t.push(o)}if(t.length){const e=`部分组件未能还原状态:${w(t)}`;f?.warn(`stop - ${e}`),i.Toast.error(e,"组件二等分"),await(0,r.delay)(3e3)}f?.log("stop - 清理状态"),u=null,m.bisectInitialState={},m.originalComponentEnableState={},f?.log("stop - 重载页面"),location.reload()},k=async(e,t)=>{b?.close(),f?.log("next - 当前工作状态:"+( // eslint-disable-next-line no-nested-ternary null==e?"未知":e?"异常":"正常"));const{done:n,value:o}=u.next(e);if(n){const{low:e,high:t}=o;m.bisectInitialState={low:e,high:t};const n=`bisector-result-toast-content-${(0,r.getRandomId)()}`;i.Toast.info(`
    `,"组件二等分结果"),await(0,r.delay)();const a=(0,r.mountVueComponent)(d,`#${n}`);a.userComponent=o.target,a.$on("restore",(()=>{x()}))}else{const{slice:e,low:n,high:i}=o,r=e,a=lodash.difference(p.targetComponents,e);m.bisectInitialState={low:n,high:i},f?.log(`next - 关闭组件:${w(a)}`),f?.log(`next - 开启组件:${w(r)}`),v(a,!1),v(r,!0),t&&(f?.log("next - 重载页面"),location.reload())}return{done:n,value:o}},C=async()=>{f?.log("recover - 准备恢复组件二等分"),p=await F();const{targetComponents:e,keepDisabledComponents:t,keepEnabledComponents:i}=p;v(i,!0),v(t,!1),f?.log(`recover - 保持关闭组件:${w(t)}`),f?.log(`recover - 保持开启组件:${w(i)}`),f?.log(`recover - 全部目标组件:${w(e)}`),u=a(e,m.bisectInitialState);const{done:r,value:c}=await k();if(!r){const{rouge:e}=c;b=(0,o.showDialog)({title:()=>Promise.resolve().then(n.bind(n,4799)),content:()=>Promise.resolve().then(n.bind(n,3570)),contentProps:{rouge:e,onGood:()=>k(!1,!0),onBad:()=>k(!0,!0),onAbort:()=>x()}})}},A=async()=>{if(y())return void await C();f?.log("start - 准备开始组件二等分"),p=await F();const{configurableUserComponents:e,targetComponents:t,keepDisabledComponents:n,keepEnabledComponents:o}=p;f?.log("start - 保存组件初始启用状态"),m.originalComponentEnableState=lodash.mapValues(e,(e=>e.settings.enabled)),v(t,!0),v(o,!0),v(n,!1),f?.log(`start - 保持关闭组件:${w(n)}`),f?.log(`start - 保持开启组件:${w(o)}`),f?.log(`start - 启用全部目标组件:${w(t)}`),u=a(t,m.bisectInitialState),await k(void 0,!0)}},6609:(e,t,n)=>{"use strict";n.r(t),n.d(t,{getBuiltInComponents:()=>O,isBuiltInComponent:()=>V});var o=n(3030),i=n(1379),r=n(5571),a=n(3062);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,1365));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:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9"});var l=n(1231),d=n(1434),m=n(8643);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,5282)),t=e();if(t===l.defaultLanguageCode)return;const{registerAndGetData:o}=await Promise.resolve().then(n.bind(n,3378)),[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:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9"});var b=n(5721),h=n(4638),g=n(637),F=n(7219),v=n(6290);const{checkComponentsUpdate:w,checkLastFeature:y,forceCheckUpdate:x,forceCheckUpdateAndReload:k,silentCheckUpdate:C}=v,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:F.u2,displayName:"自动更新器",description:{"zh-CN":"自动检查组件, 插件和样式的更新. (仅限从设置面板中安装的)"},tags:[a.t.utils],options:A,extraOptions:()=>Promise.resolve().then(n.bind(n,5865)).then((e=>e.default)),entry:async e=>{let{settings:{options:t}}=e;if((0,i.isIframe)())return v;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())),v},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,F.jN)(n)):i.urls[e][o.name]={url:n,lastUpdateCheck:Number(new Date),installTime:Number(new Date),alwaysUpdate:(0,F.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,F.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,7102)),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,7102)),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,7102)),{isBuiltInComponent:i}=await Promise.resolve().then(n.bind(n,6609));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,7102)),t=e.info("正在检查更新...","检查最近更新的功能");await y(),t.close()},icon:i}]})}))}},commitHash:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9"}),B=async()=>{const{cdnRoots:e}=await Promise.resolve().then(n.bind(n,8703)),{meta:t}=await Promise.resolve().then(n.bind(n,5721)),{getGeneralSettings:o}=await Promise.resolve().then(n.bind(n,4638));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,637)),{monkey:o}=await Promise.resolve().then(n.bind(n,2072)),{meta:i}=await Promise.resolve().then(n.bind(n,5721)),{Toast:r}=await Promise.resolve().then(n.bind(n,7102)),{isDataSaveMode:a}=await Promise.resolve().then(n.bind(n,1379));if(a())return;const c=Number(new Date);if(c-t.lastUpdateCheck${m.versionString} 已发布. 查看详情`,"检查更新");(await p.element).querySelector(".view-details").addEventListener("click",(()=>{(async e=>{const{showDialog:t}=await Promise.resolve().then(n.bind(n,8422));t({title:"更新说明",content:()=>Promise.resolve().then(n.bind(n,2829)),contentProps:{content:e,updateUrl:await B()}})})(u)}))}catch(e){console.warn("[新版本提示] 检查更新时发生错误: ",e)}},commitHash:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9"}),z=(0,r.defineOptionsMetadata)({originalComponentEnableState:{defaultValue:{},hidden:!0},keepDisabledComponents:{defaultValue:[],hidden:!0},keepEnabledComponents:{defaultValue:[],hidden:!0},bisectInitialState:{defaultValue:{},hidden:!0}});var I=n(1834),S=n(6215);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,453));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,453));await e.start()}}]})}))}},commitHash:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9"}),P=(0,r.defineComponentMetadata)({name:"compatibilities",displayName:"兼容性选项",configurable:!1,tags:[a.t.general],options:{disableOnBalh:{defaultValue:!1,displayName:'与 "解除 B 站区域限制" 互斥'}},entry:i.none,commitHash:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9",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))},5900:(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:()=>F,loadAllUserComponents:()=>g,loadComponent:()=>h});var o=n(4638),i=n(1834),r=n(2299),a=n(6609),c=n(3062),s=n(5571);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,5282));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,3378)),{WidgetsPlugin:i}=await Promise.resolve().then(n.bind(n,3030));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,6854)),{matchUrlPattern:i}=await Promise.resolve().then(n.bind(n,1379)),{coreApis:r}=await Promise.resolve().then(n.bind(n,980));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,3378)),{WidgetsPlugin:o}=await Promise.resolve().then(n.bind(n,3030)),[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,4638)),{loadFeatureCode:t}=await Promise.resolve().then(n.bind(n,6517));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},F=async()=>{const e=(0,o.getGeneralSettings)(),{loadAllPlugins:t}=await Promise.resolve().then(n.bind(n,6598)),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,6854)),{logStats:o}=await Promise.resolve().then(n.bind(n,4007));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)))}))}},5571:(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},9081:(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(5282);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}},5282:(e,t,n)=>{"use strict";n.r(t),n.d(t,{addI18nData:()=>a,getSelectedLanguage:()=>c});var o=n(3378),i=n(4638),r=n(1231);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)}},1434:(e,t,n)=>{"use strict";n.d(t,{Ty:()=>p,U6:()=>u,WK:()=>f});var o=n(2072),i=n(6826),r=n(4638),a=n(1231),c=n(3378),s=n(1379);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}},6893:(e,t,n)=>{"use strict";n.d(t,{WY:()=>a,dr:()=>c});var o=n(5382);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,7498)),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}}},9373:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LaunchBarActionProviders:()=>o});const o="launchBar.actions"},7498:(e,t,n)=>{"use strict";n.r(t),n.d(t,{search:()=>a,searchProvider:()=>c});var o=n(1379),i=n(2072),r=n(6893);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:`${e}`}})}),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}}},1365:(e,t,n)=>{"use strict";n.r(t),n.d(t,{toggleLaunchBar:()=>b});var o=n(1379),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(985),a=n(578);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(7480),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}},7499:(e,t,n)=>{"use strict";n.d(t,{l:()=>o});let o=function(e){return e.Left="左侧",e.Right="右侧",e}({})},5564:(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"]])},3030:(e,t,n)=>{"use strict";n.r(t),n.d(t,{WidgetsPlugin:()=>b,component:()=>g});var o=n(1379),i=n(2299),r=n(3793),a=n(8703),c=n(4638),s=n(1779),l=n(3062),d=n(5571),m=n(3378),f=n(9373),u=n(6897);var p=n(7499);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,1379));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,3448)),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,3895));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:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9",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)])))}})()})},4242:(e,t,n)=>{"use strict";n.d(t,{B:()=>r,U:()=>i});var o=n(4638);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,1379)),{visibleInside:o}=await Promise.resolve().then(n.bind(n,8643)),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!")}})},6897:(e,t,n)=>{"use strict";n.d(t,{a:()=>r});var o=n(3378);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,4638)),{DownloadPackage:t}=await Promise.resolve().then(n.bind(n,3434));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,6215)),{pickFile:t}=await Promise.resolve().then(n.bind(n,3074)),{Toast:o}=await Promise.resolve().then(n.bind(n,7102)),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)},3895:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initPopup:()=>N,togglePopup:()=>q});var o=n(1379),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(2072),c=n(8703),s=n(5721),l=n(4638),d=n(6215),m=n(9859),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(7194),p=n(8643),b=n(7195),h=n(7499);let g=function(e){return e.All="all",e.Installed="installed",e.NotInstalled="notInstalled",e}({});const F=(e,t)=>`${(0,c.cdnRoots[(0,l.getGeneralSettings)().cdnRoot])(t,e.owner)}${e.fullAbsolutePath}`,v=e=>{const t=`user${lodash.startCase(e.type)}s`;return e.name in l.settings[t]},w={component:{icon:"mdi-cube-scan",badge:"组件",getUrl:F,isInstalled:v},plugin:{icon:"mdi-puzzle-outline",badge:"插件",getUrl:F,isInstalled:v},style:{icon:"mdi-tune",badge:"样式",getUrl:F,isInstalled:v},pack:{icon:"mdi-package-variant-closed",badge:"合集包",getUrl:(e,t)=>e.items.map((e=>F(e,t))).join("\n"),isInstalled:e=>e.items.every(v)}},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(1901),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(3378);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(4641),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 R;const N=()=>{R||(R=(0,o.mountVueComponent)(j),document.body.append(R.$el))},q=()=>{R||N(),R.popupOpen=!R.popupOpen}},3062:(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}}},106:(e,t,n)=>{"use strict";n.r(t),n.d(t,{bisectComponent:()=>d,installComponent:()=>c,toggleComponent:()=>l,uninstallComponent:()=>s});var o=n(4638),i=n(6609),r=n(5900),a=n(453);const c=async e=>{const{components:t}=await Promise.resolve().then(n.bind(n,5900)),{loadFeatureCode:a}=await Promise.resolve().then(n.bind(n,7722));let c;try{c=a(e)}catch(e){throw new Error("无效的组件代码",{cause:e})}const{settings:s}=await Promise.resolve().then(n.bind(n,4638));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,4638)),{components:o}=await Promise.resolve().then(n.bind(n,5900)),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,4738));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,4638)),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)},8129:(__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__(2072),_core_download__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(3434);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)}},4912:(e,t,n)=>{"use strict";n.r(t),n.d(t,{PlayerMode:()=>a,createPlayerModeChangeEvent:()=>c,playerPolyfill:()=>p});var o=n(8643),i=n(7913),r=n(1379);let a=function(e){return e.Normal="normal",e.WideScreen="wide",e.WebFullscreen="web",e.Fullscreen="full",e}({});const c=e=>new CustomEvent("playerModeChange",{detail:{mode:e,bubbles:!0,cancelable:!0}}),s=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.Normal;(0,o.attributes)(e,(()=>{const n=e.getAttribute("data-screen"),o="player-mode-",i=[a.Normal,a.WideScreen,a.WebFullscreen,a.Fullscreen].map((e=>`${o}${e}`));document.body.classList.remove(...i),n!==a.Normal&&document.body.classList.add(`${o}${n}`),n!==t&&(window.dispatchEvent(c(n)),t=n)}))})(),(async()=>{const e=await(0,i.select)(".bpx-player-video-perch");e&&(0,r.preventEvent)(e,"dblclick")})()}));var l=n(2513);const d=lodash.once((()=>{l.bangumiUrls.some((e=>(0,r.matchUrlPattern)(e)))||unsafeWindow.aid||unsafeWindow.cid||(async()=>{const e=await(0,i.select)((()=>unsafeWindow.player));if(!e?.getVideoMessage)return;const{useScopedConsole:t}=await Promise.resolve().then(n.bind(n,6215)),r=t("v2 player polyfill");(0,o.allMutations)((()=>{const t=e.getVideoMessage();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)}))})()})),m=lodash.once((()=>{l.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,6215)),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)}))})()})),f=e=>{if(""===e)return!1;const t=parseInt(e);return!!Number.isNaN(t)||t>0},u=lodash.once((()=>{unsafeWindow.aid||unsafeWindow.cid||(async()=>{const e=await(0,i.select)((()=>unsafeWindow.player));if(!e?.getManifest)return;const{useScopedConsole:t}=await Promise.resolve().then(n.bind(n,6215)),a=t("v4 player polyfill");(0,o.allMutations)((()=>{const t=e.getManifest();if(!t)return void a.warn("invalid getManifest data");const n={aid:t.aid.toString(),cid:t.cid.toString(),bvid:t.bvid??""};(l.bangumiUrls.some((e=>(0,r.matchUrlPattern)(e)))?f(n.aid)&&f(n.cid):Object.values(n).every((e=>f(e))))||a.warn("invalid manifest data",n),Object.assign(unsafeWindow,n)}))})()})),p=lodash.once((()=>Promise.allSettled([s(),d(),m(),u()])))},6687:(e,t,n)=>{"use strict";n.r(t),n.d(t,{PlayerAgentEventTypes:()=>a,playerAgent:()=>h});var o=n(2513),i=n(7913),r=n(1379);let a=function(e){return e.Play="play",e.Pause="pause",e}({});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)} /* eslint-disable class-methods-use-this */(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,i.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 extends EventTarget{constructor(){super(),c(this,"isBpxPlayer",!0),c(this,"type",void 0),c(this,"query",void 0),c(this,"eventHandlerMap",new Map)}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,r.raiseEvent)(e,"change"),e.checked):null}async toggleLight(e){if(!this.nativeApi)return null;const t=this.nativeApi.getLightOff();return void 0===e?(this.nativeApi.setLightOff(!t),!t):e&&t?(this.nativeApi.setLightOff(!1),!0):e||t?null:(this.nativeApi.setLightOff(!0),!1)}getPlayerConfig(e,t){const n=this.isBpxPlayer?"bpx_player_profile":"bilibili_player_settings";return lodash.get(JSON.parse(localStorage.getItem(n)),e,t)}isAutoPlay(){return this.getPlayerConfig("video_status.autoplay")}get nativeApi(){return unsafeWindow.player||unsafeWindow.playerRaw}get nanoApi(){return unsafeWindow.nano}get nanoTypeMap(){return{[a.Play]:this.nanoApi.EventType.Player_Play,[a.Pause]:this.nanoApi.EventType.Player_Pause}}addEventListener(e,t,n){super.addEventListener(e,t,n);const o=this.nanoTypeMap[e];o?(e=>{"object"==typeof n&&n.once?this.nativeApi.once(e,t):this.nativeApi.on(e,t),this.eventHandlerMap.set(t,{handler:t,options:n})})(o):console.warn("[PlayerAgent] unknown event type",e)}removeEventListener(e,t,n){super.removeEventListener(e,t,n);const o=this.nanoTypeMap[e];o&&(e=>{const o=this.eventHandlerMap.get(t);o&&!lodash.isEqual(n,o.options)&&this.nativeApi.off(e,o.handler)})(o)}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.seek(e),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}} // spell-checker: disable const m={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-perch"},control:{element:".bpx-player-control-entity",wrap:".bpx-player-control-wrap",mask:".bpx-player-control-mask",top:".bpx-player-control-top",progress:".bpx-player-progress",bottom:".bpx-player-control-bottom",bottomLeft:".bpx-player-control-bottom-left",bottomCenter:".bpx-player-control-bottom-center",bottomRight:".bpx-player-control-bottom-right",buttons:{start:".bpx-player-ctrl-play",next:".bpx-player-ctrl-btn-next",time:".bpx-player-ctrl-time",quality:".bpx-player-ctrl-quality",pageList:".bpx-player-ctrl-eplist",speed:".bpx-player-ctrl-playbackrate",subtitle:".bpx-player-ctrl-subtitle > div > span",volume:".bpx-player-ctrl-volume-icon",settings:".bpx-player-ctrl-setting",pip:".bpx-player-ctrl-pip",widescreen:".bpx-player-ctrl-wide",webFullscreen:".bpx-player-ctrl-web",fullscreen:".bpx-player-ctrl-full"},settings:{wrap:".bpx-player-ctrl-setting-box",lightOff:".bpx-player-ctrl-setting-lightoff .bui-checkbox-input"}},toastWrap:".bpx-player-dialog-wrap",danmakuTipLayer:".bpx-player-dm-tip",danmakuSwitch:".bpx-player-dm-switch input"}; // spell-checker: enable 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 extends d{constructor(){super(),f(this,"type","bangumi"),f(this,"query",s({playerWrap:"#bilibili-player-wrap",bilibiliPlayer:"#bilibili-player",...m}))}seek(e){const t=super.seek(e);return null===t||setTimeout((()=>{const e=dq(".bpx-player-toast-row .bpx-player-toast-item .bpx-player-toast-text");e?.textContent?.startsWith("已为您定位至")&&(e.textContent="已为您定位至00:00")})),t}}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{constructor(){super(),p(this,"type","video"),p(this,"query",s({playerWrap:".player-wrap",bilibiliPlayer:"#bilibili-player",...m})),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,r.isBwpVideo)()?(0,i.select)(t):(0,i.select)(e);return n.selector=e,n.sync=()=>dq(e),(0,r.isBwpVideo)().then((e=>{e&&(n.selector=t,n.sync=()=>dq(t))})),n})()}}const h=(0,o.matchCurrentPage)(o.bangumiUrls)?new u:new b},2072:(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:()=>F,postJsonWithCredentials:()=>v,postText:()=>h,postTextWithCredentials:()=>g,responsiveGetPages:()=>y});var o=n(6215);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}))),F=(e,t)=>i((n=>(n.open("POST",e),n.setRequestHeader("Content-Type","application/json"),{isText:!1,body:JSON.stringify(t)}))),v=(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{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||{}}},8703:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CdnTypes:()=>i,cdnRoots:()=>a,defaultOwner:()=>r});var o=n(5721);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}/`}},980:(e,t,n)=>{"use strict";n.r(t),n.d(t,{coreApis:()=>Do,externalApis:()=>zo});var o={};n.r(o),n.d(o,{enableHorizontalScroll:()=>O});var i={};n.r(i),n.d(i,{Reorder:()=>G,ReorderDecreaseClassName:()=>q,ReorderEnabledClassName:()=>U,ReorderIncreaseClassName:()=>Z,ReorderOrientations:()=>W,ReorderingClassName:()=>H});var r={};n.r(r),n.d(r,{getUserInfo:()=>$});var a={};n.r(a),n.d(a,{loadDanmakuSettingsPanel:()=>se,loadLazyPanel:()=>ae,loadLazyPlayerSettingsPanel:()=>ce,loadSubtitleSettingsPanel:()=>le});var c={};n.r(c),n.d(c,{styledComponentEntry:()=>ve,toggleStyle:()=>we});var s={};n.r(s),n.d(s,{getWatchlaterList:()=>Ce,toggleWatchlater:()=>Ae,watchlaterList:()=>ke});var l={};n.r(l),n.d(l,{FeedsCardsManager:()=>Le,FeedsCardsManagerEventType:()=>Te,addMenuItem:()=>at,applyContentFilter:()=>tt,bangumiTypeList:()=>ze,createNodeValidator:()=>Ve,feedsCardCallbacks:()=>Pe,feedsCardTypes:()=>Be,feedsCardsManager:()=>Ke,forEachFeedsCard:()=>Je,getFeeds:()=>it,getFeedsUrl:()=>ot,getVideoFeeds:()=>rt,getVueData:()=>Oe,groupVideoFeeds:()=>_e,isPreOrderedVideo:()=>$e,isRepostType:()=>De,isV2Feeds:()=>Xe,navbarFeedsTypeList:()=>Ie,withContentFilter:()=>nt});var d={};n.r(d),n.d(d,{DisableProfilePopupClass:()=>Tt,disableProfilePopup:()=>Lt,enableProfilePopup:()=>jt});var m={};n.r(m),n.d(m,{compareID:()=>qt,getLatestID:()=>Nt,getNotifyCount:()=>Gt,getNotifyCountByType:()=>Wt,isNewID:()=>Ut,setLatestID:()=>Zt,updateInterval:()=>Rt,updateLatestID:()=>Ht});var f={};n.r(f),n.d(f,{convertHexColorForDialogue:()=>Yt,convertHexColorForStyle:()=>Xt,convertTimeByDuration:()=>Jt,convertTimeByEndTime:()=>_t,normalizeContent:()=>$t});var u={};n.r(u),n.d(u,{escapeContent:()=>on,normalizeContent:()=>rn});var p={};n.r(p),n.d(p,{lightOff:()=>ln,lightOn:()=>sn,toggleLight:()=>dn});var b={};n.r(b),n.d(b,{addVideoActionButton:()=>mn});var h={};n.r(h),n.d(h,{forEachVideoDanmaku:()=>fn});var g={};n.r(g),n.d(g,{BangumiInfo:()=>bn,VideoInfo:()=>pn});var F={};n.r(F),n.d(F,{allQualities:()=>Fn,loginRequiredQualities:()=>hn,vipRequiredQualities:()=>gn});var v={};n.r(v),n.d(v,{addMenuItem:()=>wn,forEachContextMenu:()=>vn});var w={};n.r(w),n.d(w,{addControlBarButton:()=>Cn});var y={};n.r(y),n.d(y,{getBlobByAid:()=>En,getVideoCoverUrlByAid:()=>An});var x={};n.r(x),n.d(x,{waitForControlBar:()=>Dn,withControlBar:()=>Bn});var k={};n.r(k),n.d(k,{LiveSocket:()=>Vn});var C={};n.r(C),n.d(C,{CommentItem:()=>Rn,CommentReplyItem:()=>Ln,RepliesUpdateEventType:()=>jn,addMenuItem:()=>$n,commentAreas:()=>Nn,forEachCommentArea:()=>Jn,forEachCommentItem:()=>_n});var A={};n.r(A),n.d(A,{addCategoryIcons:()=>lo,categories:()=>ao,categoryCodes:()=>co,categoryLinks:()=>so,rawData:()=>to});var E={};n.r(E),n.d(E,{createSwitchOptions:()=>Fo,defineSwitchItemsMetadata:()=>vo,defineSwitchMetadata:()=>wo,newSwitchComponentWrapper:()=>xo,wrapSwitchOptions:()=>yo});var B=n(2072),D=n(8703),z=n(3434),I=n(8422),S=n(7722),M=n(3074),P=n(7194);const O=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 V=n(1834),T=n(2299),L=n(5382),j=n(5721),R=n(8643);function N(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 q="reorder-decrease",Z="reorder-increase",U="reorder-enabled",H="reordering",W={horizontal:{name:"horizontal",getMoveTransform:e=>`translateX(${e}px)`,setOtherTransform:lodash.throttle(((e,t,n)=>{if(!t.classList.contains(H))return;const o=e.find((e=>e.element===t));if(!o)return;const i=o.rect,r=e.filter((e=>e.rect.leftt.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(Z)})),a.forEach((t=>{i.left+n+i.width>=t.rect.left+t.rect.width/2?(t.element.classList.add(q),t.element.style.transform=`translateX(-${e.rect.left-i.left}px)`):(t.element.classList.remove(q),t.element.style.transform="")}))}else{const[e]=r;a.forEach((e=>{e.element.style.transform="",e.element.classList.remove(q)})),r.forEach((t=>{i.left+n<=t.rect.left+t.rect.width/2?(t.element.classList.add(Z),t.element.style.transform=`translateX(${i.left+i.width-e.rect.left-e.rect.width}px)`):(t.element.classList.remove(Z),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(H))return;const i=e.find((e=>e.element===t));if(!i)return;const r=i.rect,a=e.filter((e=>e.rect.topt.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(Z)})),c.forEach((t=>{r.top+o+r.height>=t.rect.top+t.rect.height/2?(t.element.classList.add(q),t.element.style.transform=`translateY(-${e.rect.top-r.top}px)`):(t.element.classList.remove(q),t.element.style.transform="")}))}else{const[e]=a;c.forEach((e=>{e.element.style.transform="",e.element.classList.remove(q)})),a.forEach((t=>{r.top+o<=t.rect.top+t.rect.height/2?(t.element.classList.add(Z),t.element.style.transform=`translateY(${r.top+r.height-e.rect.top-e.rect.height}px)`):(t.element.classList.remove(Z),t.element.style.transform="")}))}}),50)}};class G extends EventTarget{constructor(e){super(),this.container=e,N(this,"orientation",W.horizontal),N(this,"enabled",!1),N(this,"children",void 0),N(this,"snapshots",new Map),N(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(U);(()=>{const i=(i,r)=>{e.classList.add(H),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(H),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(Z)?(t--,e.style.order=(parseInt(e.style.order)+1).toString(),e.classList.remove(Z),i.push(this.snapshots.get(e))):e.classList.contains(q)&&(t++,e.style.order=(parseInt(e.style.order)-1).toString(),e.classList.remove(q),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(U))),this.enabled=!1}}var Q=n(6106),Y=n(7913),X=n(4738),K=n(3793),J=n(4638);const _={isLogin:!1},$=lodash.once((async()=>{const{getUID:e}=await Promise.resolve().then(n.bind(n,1379));if(!e())return _;const{getJsonWithCredentials:t}=await Promise.resolve().then(n.bind(n,2072)),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),_):o.data}));var ee=n(637),te=n(1379),ne=n(6826),oe=n(3540),ie=n(2197),re=n(1231);const ae=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,Y.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,te.raiseEvent)(r,"mouseover"),await(0,te.delay)(o),(0,te.raiseEvent)(r,"mouseout"),setTimeout((()=>a?.remove()),i),r},ce=async function(e,t){let n=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};await ae(e,{style:`${t} { display: none !important; }`,...n});const o=(0,te.dq)(t);if(!o)throw new Error(`lazy player settings panel failed! panelSelector = ${t}`);return o},se=()=>ce(".bilibili-player-video-danmaku-setting, .bpx-player-dm-setting",".bilibili-player-video-danmaku-setting-wrap, .bpx-player-dm-setting-wrap"),le=()=>ce(".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 de=n(6215),me=n(6376),fe=n(2513),ue=n(7102),pe=n(4789),be=n(9859),he=n(6609),ge=n(5900),Fe=n(106);const ve=(e,t)=>async o=>{const{default:i}=await e(),{addStyle:r}=await Promise.resolve().then(n.bind(n,4738));return r(i,o.metadata.name),t(o)},we=function(e,t){let o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:te.none,i=null;const r=async()=>{if(i)return;const{default:o}=await t(),{addStyle:r}=await Promise.resolve().then(n.bind(n,4738));i=r(o,e)};return{name:e,entry:e=>r().then((()=>o(e))),reload:r,unload:()=>{i?.remove(),i=null}}};var ye=n(5571),xe=n(9081);const ke=[];async function Ce(){let e=arguments.length>0&&void 0!==arguments[0]&&arguments[0];const{getUID:t}=await Promise.resolve().then(n.bind(n,1379));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,2072)),r=await i(o);if(0!==r.code)return(0,de.logError)(new Error(`获取稍后再看列表失败: ${r.message}`)),[];if(!r.data.list)return(0,te.deleteValues)(ke,(()=>!0)),[];const a=r.data.list;(0,te.deleteValues)(ke,(e=>!a.find((t=>t.aid===e))));const c=a.filter((e=>!ke.find((t=>t===e.aid))));return ke.push(...c.map((e=>e.aid))),e?a:a.map((e=>e.aid))}const Ae=async(e,t)=>{const o=parseInt(e.toString());if(Number.isNaN(o))return;void 0===t&&(t=!ke.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,1379)),a=r(),{postTextWithCredentials:c}=await Promise.resolve().then(n.bind(n,2072)),s=await c(i,`aid=${e}&csrf=${a}`),l=JSON.parse(s);0===l.code?t?ke.push(o):(0,te.deleteValue)(ke,(e=>e===o)):(0,de.logError)(new Error(`稍后再看操作失败: ${l.message}`))};requestIdleCallback((async()=>{const{getUID:e}=await Promise.resolve().then(n.bind(n,1379));e()&&Ce()}));var Ee=n(3378);const Be={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:"开播记录"}},De=e=>e.type===Be.repost,ze="512,4097,4098,4099,4100,4101",Ie="8,64,512,4097,4098,4099,4100,4101",Se="feeds.manager.listAdaptors";function Me(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,Ee.addData)(Se,(e=>{e.push({name:"live",match:[...fe.liveUrls],watchCardsList:async e=>{const t=await(0,Y.select)(".room-feed");if(!t)return!1;console.log("live watch");let n=null;return(0,R.childList)(t,(async()=>{if(dq(".room-feed-content")){const t=await(0,Y.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,Y.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,Y.select)(".bili-dyn-list__items");return n.observer=(async()=>{const r=await t;r!==await n.listElement&&(n.listElement&&o(),n.listElement=t,i()),console.log("space feeds start");const[a]=e.updateCards(r);return a})(),n.observer};return(0,R.childListSubtree)(t,(async()=>{dq(".bili-dyn-list__items")?i():o()})),!0}},{name:"topic",match:["https://t.bilibili.com/topic"],watchCardsList:async e=>{const t=await(0,Y.select)(".page-container");if(!t)return!1;let n=null;return(0,R.childList)(t,(async()=>{if(dq(".page-container .feed")){const t=await(0,Y.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,Y.select)(".opus-detail");return!!t&&(e.updateCards(t),!0)}},{name:"default",match:["https://t.bilibili.com/"],watchCardsList:async e=>{const t=await(0,Y.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,R.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 Pe=[],Oe=e=> // eslint-disable-next-line no-underscore-dangle e.__vue__??e.parentElement.__vue__??e.children[0].__vue__,Ve=e=>t=>{const n=Boolean(t),o=t&&t.parentNode,i=t instanceof HTMLElement&&t.matches(e);return n&&o&&i};let Te=function(e){return e.AddCard="addCard",e.RemoveCard="removeCard",e}({});class Le extends EventTarget{constructor(){super(...arguments),Me(this,"watching",!1),Me(this,"cards",[]),Me(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),Pe.forEach((n=>n[e===Te.AddCard?"added":"removed"](t)))}async startWatching(){if(this.watching)return!0;this.watching=!0;const[e]=(0,Ee.registerAndGetData)(Se,[]),t=e.find((e=>e.match.some((e=>(0,te.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 je(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 Re=e=>e.querySelector(".repost")?Be.repost:e.querySelector(".imagesbox")?Be.textWithImages:e.querySelector(".video-container")?Be.video:e.querySelector(".bangumi-container")?Be.bangumi:e.querySelector(".article-container")?Be.column:e.querySelector(".music-container")?Be.audio:e.querySelector(".h5share-container")?Be.share:e.querySelector(".vc-ctnr")?Be.miniVideo:e.querySelector(".live-container")?Be.liveRecord:Be.text,Ne=async e=>{const t=async t=>{const n=await(0,Y.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:Re(e),get presented(){return null!==e.parentNode},async getText(){return(async t=>{if(t===Be.bangumi)return"";const o=await(0,Y.sq)((()=>e),(t=>Boolean(Oe(t)||!e.parentNode)),{queryInterval:100});if(null===e.parentNode)return"";if(null===o)return console.warn(o,e,Oe(o),e.parentNode),"";const i=Oe(o);if(t===Be.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()),De(i)){const t=i.username,o=Oe(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 qe extends Le{constructor(){super(...arguments),je(this,"managerType","v1")}async addCard(e){if(e&&e instanceof HTMLElement&&e.classList.contains("card"))if(null!==e.querySelector(".skeleton")){const[t]=(0,R.childList)(e,(()=>{null===e.querySelector(".skeleton")&&(t.disconnect(),this.addCard(e))}))}else{if(null===e.parentNode)return;const t=await Ne(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(Te.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(Te.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,R.childList)(e,(e=>{e.forEach((e=>{e.addedNodes.forEach((e=>this.addCard(n(e)))),e.removedNodes.forEach((e=>this.removeCard(n(e))))}))}))}}function Ze(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 Ue={DynamicTypeForward:Be.repost,DynamicTypeAv:Be.video,DynamicTypeDraw:Be.textWithImages,DynamicTypeWord:Be.text,DynamicTypePgc:Be.bangumi,DynamicTypeArticle:Be.column,DynamicTypeMusic:Be.audio,DynamicTypeLiveRcmd:Be.liveRecord},He=function(){for(var e=arguments.length,t=new Array(e),n=0;nBoolean(e))).join("\n").trim()},We=e=>Ue[(0,te.pascalCase)(e)]??Ue.DynamicTypeWord,Ge=(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 Be.bangumi:case Be.column:case Be.video:{const e=o.archive??o.pgc??o.article;if(e){const{title:t,desc:n}=e;return He(t,n)}if(o.opus){const{title:e,summary:t}=o.opus;return He(e,t.text)}return""}}})();return He(i,r)},Qe=Ve(".bili-dyn-list__item, .bili-dyn-item, .bili-opus-view");class Ye extends Le{constructor(){super(...arguments),Ze(this,"managerType","v2")}async addCard(e){if(!Qe(e))return;const t=await(async e=>{const t=Oe(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=We(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()=>Ge(a.module_dynamic,m)};if(De(f)){const o=f.username,{module_author:{name:i},module_dynamic:r}=n(t.data.orig.modules),c=We(t.data.orig.type);f.repostUsername=i,f.repostText=Ge(r,c),i===o&&e.setAttribute("data-self-repost","true"),f.getText=async()=>He(Ge(a.module_dynamic,m),Ge(r,m))}return f.text=await f.getText(),f.element.setAttribute("data-did",f.id),await(0,Y.selectAll)((()=>e.querySelectorAll(".bili-dyn-item *")),{queryInterval:50}),f})(e);t.presented&&(this.cards.push(t),this.cards.sort((0,me.descendingStringSort)((e=>e.id))),this.dispatchCardEvent(Te.AddCard,t))}async removeCard(e){if(!Qe(e))return;const t=Oe(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(Te.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=>Qe(e)?e.matches(t)?e:e.querySelector(t):null;return(0,R.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 Xe=()=>!!(parseInt((0,te.getCookieValue)("hit-dyn-v2"))>0)&&["t.bilibili.com","space.bilibili.com",/^https:\/\/www\.bilibili\.com\/opus\/[\d]+$/].some((e=>(0,te.matchUrlPattern)(e))),Ke=Xe()?new Ye:new qe,Je=async e=>{if(fe.feedsUrls.every((e=>!(0,te.matchUrlPattern)(e))))return null;if(!await Ke.startWatching())return console.error("feedsCardsManager.startWatching() failed"),null;const{added:t}=e;return t&&Ke.cards.forEach((e=>t(e))),Pe.push({added:none,removed:none,...e}),Ke},_e=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,me.descendingStringSort)((e=>e.id)))},$e=e=>1===lodash.get(e,"extra.is_reserve_recall",0),et="feeds.contentFilters";(0,Ee.registerData)(et,[]);const tt=e=>{const[t]=(0,Ee.getData)(et);return t.reduce(((e,t)=>t.filter(e)),e)},nt=e=>function(){return e(...arguments).then((e=>tt(e)))},ot=(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()}`},it=async(e,t)=>(0,B.getJsonWithCredentials)(ot(e,t)),rt=nt((async function(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"video",t=arguments.length>1?arguments[1]:void 0;if(!(0,te.getUID)())return[];const n=await(0,B.getJsonWithCredentials)(ot("video"===e?Be.video:Be.bangumi,t));if(0!==n.code)throw new Error(n.message);const o=n.data.items;return"video"===e?_e(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,oe.formatCount)(i.like.count),duration:(0,oe.parseDuration)(t.duration_text),durationText:(0,oe.formatDuration)((0,oe.parseDuration)(t.duration_text)),playCount:(0,oe.formatCount)((0,oe.parseCount)(t.stat.play)),danmakuCount:(0,oe.formatCount)((0,oe.parseCount)(t.stat.danmaku)),watchlater:ke.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,oe.formatCount)(o.like.count),durationText:"",playCount:(0,oe.formatCount)((0,oe.parseCount)(t.stat.play)),danmakuCount:(0,oe.formatCount)((0,oe.parseCount)(t.stat.danmaku)),watchlater:!1}})):[]})),at=(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,te.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,te.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 ct=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)])};ct._withStripped=!0;const st=Vue.extend({components:{DpiImage:be.DpiImage},props:{data:{type:Object,required:!0},isNew:{type:Boolean,default:!1}}});var lt=n(8332),dt=n.n(lt),mt=n(1226),ft=n.n(mt),ut={insert:"head",singleton:!1};dt()(ft(),ut);ft().locals;var pt=n(6499);const bt=(0,pt.Z)(st,ct,[],!1,null,"b2f4653c",null).exports;var ht=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)};ht._withStripped=!0;const gt=Vue.extend({components:{DpiImage:be.DpiImage,VIcon:be.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 Ft=n(8892),vt=n.n(Ft),wt={insert:"head",singleton:!1};dt()(vt(),wt);vt().locals;const yt=(0,pt.Z)(gt,ht,[],!1,null,null,null).exports;var xt=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()])};xt._withStripped=!0;const kt={components:{DpiImage:be.DpiImage,VIcon:be.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:ke,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,te.getUID)()&&null!==this.watchlaterInit?this.watchlaterList.includes(this.aid):null},reversedCooperation(){return[...this.cooperation].reverse().slice(0,3)}},methods:{toggleWatchlater:Ae}};var Ct=n(609),At=n.n(Ct),Et={insert:"head",singleton:!1};dt()(At(),Et);At().locals;const Bt=(0,pt.Z)(kt,xt,[],!1,null,"57e48aec",null).exports;var Dt=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))])])};Dt._withStripped=!0;const zt=Vue.extend({components:{DpiImage:be.DpiImage},props:{data:{type:Object,required:!0},isNew:{type:Boolean,default:!1}}});var It=n(4427),St=n.n(It),Mt={insert:"head",singleton:!1};dt()(St(),Mt);St().locals;const Pt=(0,pt.Z)(zt,Dt,[],!1,null,"335afa63",null).exports;let Ot=!1,Vt=0;const Tt="disable-profile-popup",Lt=async()=>{if("https://t.bilibili.com/"!==document.URL.replace(window.location.search,""))return;const e=await(0,Y.select)(".live-up-list, .bili-dyn-live-users__body");null!==e&&(Vt++,Ot||(e.addEventListener("mouseenter",(e=>{Vt>0&&e.stopImmediatePropagation()}),{capture:!0}),Ot=!0))},jt=()=>{Vt--},Rt=3e5,Nt=()=>(0,te.getCookieValue)(`bp_t_offset_${(0,te.getUID)()}`),qt=(e,t)=>e===t?0:e.length>t.length?1:t.length>e.length?-1:e>t==!0?1:-1,Zt=e=>{if(null==e)return;const t=Nt();qt(e,t)<0||(document.cookie=`bp_t_offset_${(0,te.getUID)()}=${e};path=/;domain=.bilibili.com;max-age=2592000`)},Ut=e=>qt(e,Nt())>0,Ht=e=>{const[t]=[...e.map((e=>e.id))].sort(qt).reverse();Zt(t)},Wt=async e=>{const t=`https://api.bilibili.com/x/polymer/web-dynamic/v1/feed/all/update?type=${e}&update_baseline=${Nt()}`,n=await(0,B.getJsonWithCredentials)(t);return 0!==n.code?0:lodash.get(n,"data.update_num",0)},Gt=async()=>{const e=await(0,B.getJsonWithCredentials)("https://api.bilibili.com/x/web-interface/dynamic/entrance");return 0!==e.code?0:lodash.get(e,"data.update_info.item.count",0)},Qt=e=>{e.startsWith("#")&&(e=e.substring(1));return{red:e.substring(0,2),green:e.substring(2,4),blue:e.substring(4,6)}},Yt=e=>{const{red:t,green:n,blue:o}=Qt(e);return`\\c&H${`${o}${n}${t}`.toUpperCase()}&`},Xt=function(e){let t=arguments.length>1&&void 0!==arguments[1]?arguments[1]:1;const{red:n,green:o,blue:i}=Qt(e),r=Math.round(255*(1-t)).toString(16).padStart(2,"0");return`&H${r}${i}${o}${n}`.toUpperCase()},Kt=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)}`},Jt=(e,t)=>[Kt(e),Kt(e+t)],_t=(e,t)=>[Kt(e),Kt(t)],$t=e=>{const t={"{":"{","}":"}","&":"&","<":"<",">":">",""":'"',"'":"'","\n":"\\N"};for(const[n,o]of Object.entries(t))e=e.replace(new RegExp(n,"g"),o);return e},en={"&":"&","<":"<",">":">",""":'"',"'":"'"},tn=Object.fromEntries(Object.entries(en).map((e=>e.reverse()))),nn=(e,t)=>{if(!e)return"";for(const[n,o]of Object.entries(t))e=e.replace(new RegExp(n,"g"),o);return e},on=e=>nn(e,tn),rn=e=>nn(e,en);var an=n(6687);const cn=e=>fe.playerUrls.some((e=>(0,te.matchUrlPattern)(e)))?async()=>{const t=an.playerAgent,{query:{control:{settings:n,buttons:o}}}=t;ce(o.settings.selector,n.wrap.selector),t.toggleLight(e)}:te.none,sn=cn(!0),ln=cn(!1),dn=cn(),mn=async e=>{await(0,te.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,7913));await o();const i=await e();return t.classList.contains("video-fav")?t.parentElement.insertAdjacentElement("afterend",i):t.insertAdjacentElement("afterend",i),i},fn=async e=>{await(0,Y.hasVideo)()&&(0,R.videoChange)((async()=>{const t=await an.playerAgent.query.video.danmaku();t&&((e,t)=>{const n=[];(0,R.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 un(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{constructor(e){let t=arguments.length>1&&void 0!==arguments[1]&&arguments[1];un(this,"aid",void 0),un(this,"bvid",void 0),un(this,"cid",void 0),un(this,"createTime",void 0),un(this,"pageCount",void 0),un(this,"coverUrl",void 0),un(this,"tagId",void 0),un(this,"tagName",void 0),un(this,"title",void 0),un(this,"description",void 0),un(this,"up",void 0),un(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,B.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 bn{constructor(e){un(this,"ep",void 0),un(this,"videos",void 0),un(this,"title",void 0),un(this,"cover",void 0),un(this,"squareCover",void 0),un(this,"aid",void 0),un(this,"cid",void 0),this.ep=e,this.videos=[]}async fetchInfo(){const e=await(0,B.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 pn(e.aid).fetchInfo()}))),this}}const hn=[{name:"720P",displayName:"高清 720P",value:64},{name:"1080P",displayName:"高清 1080P",value:80}],gn=[{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}],Fn=[...gn,...hn,{name:"480P",displayName:"清晰 480P",value:32},{name:"360P",displayName:"流畅 360P",value:16}].sort((0,me.descendingSort)((e=>e.value))),vn=async e=>{const{open:t,close:n}=e;if(!(0,Y.hasVideo)())return;const o=await(0,Y.select)(".bilibili-player");if(!o)return;const[i]=(0,R.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,R.childList)(o,(()=>{r.isOpen?t?.(r):n?.(r)}))}}))},wn=async(e,t)=>vn({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 yn=null;const xn=[],kn=lodash.once((()=>fe.playerUrls.some((e=>(0,te.matchUrlPattern)(e)))?new Promise((e=>{(0,R.videoChange)((async()=>{const{playerAgent:t}=await Promise.resolve().then(n.bind(n,6687)),o=await t.query.control.buttons.time(),i=await Promise.resolve().then(n.bind(n,1654)).then((e=>e.default));if(null===o||null!==o.parentElement?.querySelector(".be-video-control-bar-extend"))return;const r=new i({propsData:{items:xn}}).$mount();o.insertAdjacentElement("afterend",r.$el),e(r)}))})):Promise.resolve(null))),Cn=async e=>{yn||(yn=kn());await yn&&xn.push(e)},An=async e=>{const t=new pn(e);try{await t.fetchInfo()}catch(e){throw(0,de.logError)(e),e}return t.coverUrl.replace("http:","https:")},En=async e=>{const t=await An(e),n=await fetch(t);return await n.blob()},Bn=async e=>{const t=await(0,Y.select)(".live-player-mounter"),n=(0,de.useScopedConsole)("withControlBar");if(!t)return void n.warn("livePlayer not found");(0,te.raiseEvent)(t,"mousemove");const o=dq(t,".web-player-controller-wrap .control-area");o?(await e(o),(0,te.raiseEvent)(t,"mouseleave")):n.warn("controlBar not found")},Dn=async e=>{if(!fe.liveUrls.some((e=>(0,te.matchUrlPattern)(e))))return;const t=await(0,Y.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,R.childList)(t,(async()=>{const e=dq(t,".control-area");e&&o?.(e)}))};function zn(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 In=0,Sn=2,Mn={heartBeat:2,heartBeatResponse:3,message:5,enterRoom:7,enterRoomResponse:8};class Pn{constructor(){zn(this,"textEncoder",new TextEncoder),zn(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{const o={packetLength:Pn.readInt(e,0,4),headerLength:Pn.readInt(e,4,2),protocolVersion:Pn.readInt(e,6,2),operation:Pn.readInt(e,8,4),sequenceID:Pn.readInt(e,12,4)},i=[o];if(o.packetLengthe.messages[0])))}else o.protocolVersion===In&&(o.messages=[JSON.parse(this.textDecoder.decode(i))])}else o.operation===Mn.heartBeatResponse&&(o.heartBeatResponse={count:Pn.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 On{constructor(){zn(this,"startTime",0)}getLiveTime(){return new Promise((e=>{if(this.startTime)return void e(this.startTime);const t=(0,te.dq)(".bilibili-live-player-video-controller-duration-btn span"),[n]=(0,R.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 Vn extends EventTarget{constructor(e){super(),this.roomID=e,zn(this,"heartBeatTimer",void 0),zn(this,"webSocket",void 0),zn(this,"retryInterval",200),zn(this,"autoRetry",!0),zn(this,"servers",["broadcastlv.chat.bilibili.com"]),zn(this,"selectedServer",""),zn(this,"liveTime",new On),zn(this,"bufferHelper",new Pn),zn(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);ethis.start()),this.retryInterval)}}async start(){const e=await(0,B.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,te.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 Mn.enterRoomResponse:this.heartBeatTimer&&clearInterval(this.heartBeatTimer),this.heartBeatTimer=window.setInterval((()=>{this.heartBeat()}),3e4);break;case Mn.heartBeatResponse:if(!t.heartBeatResponse)break;this.dispatchEvent(new CustomEvent("heartBeatResponse",{detail:t.heartBeatResponse.count}));break;case Mn.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 Tn(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 Ln extends EventTarget{constructor(e){super(),Tn(this,"element",void 0),Tn(this,"id",void 0),Tn(this,"userId",void 0),Tn(this,"userName",void 0),Tn(this,"content",void 0),Tn(this,"timeText",void 0),Tn(this,"time",void 0),Tn(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 jn="repliesUpdate";class Rn extends Ln{constructor(e){super(e),Tn(this,"pictures",void 0),Tn(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(jn,{detail:e}))(e))}}const Nn=[],qn=["bili-comment","bb-comment"],Zn=["list-item.reply-wrap","reply-item"],Un=[],Hn=[],Wn=[],Gn=e=>{ // eslint-disable-next-line no-underscore-dangle const t=e.__vueParentComponent?.props;return t?.reply??t?.subReply},Qn=(e,t)=>{const[n]=(0,te.dqa)(e,".sub-reply-item").filter((e=>Gn(e).rpid_str===t));return n},Yn=e=>{const t=e.querySelector(".con .user .name");if(!t)return(e=>{const t=Gn(e);if(!t)throw new Error("Invalid comment item");const n=()=>t.replies?t.replies.map((t=>new Ln({id:t.rpid_str,element:Qn(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 Rn({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{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 Ln({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 Rn({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,R.childList)(t,(t=>{o.replies=(0,te.dqa)(e,".reply-box .reply-item").map(n),0!==t.length&&o.dispatchRepliesUpdate(o.replies)}))}else o.replies=(0,te.dqa)(e,".reply-box .reply-item").map(n);return o},Xn=e=>{if(e.observer)return;const t=Zn.map((e=>`.${e}`)).join(",");e.items=(0,te.dqa)(e.element,t).map(Yn),e.items.forEach((e=>{Un.forEach((t=>t(e)))})),[e.observer]=(0,R.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=Yn(t);e.items.push(n),Un.forEach((e=>e(n)))}})),n.removedNodes.forEach((t=>{if(o(t)){const n=(e=>{const t=e.getAttribute("data-id");return t||(Gn(e)?.rpid_str??"")})(t),o=e.items.findIndex((e=>e.id===n));if(-1!==o){const[t]=e.items.splice(o,1);Hn.forEach((e=>e(t)))}}}))}))}))},Kn=e=>{if(e instanceof HTMLElement&&qn.some((t=>e.classList.contains(t)))){const t={element:e,items:[]};Nn.push(t),Xn(t),Wn.forEach((e=>e(t)))}};(0,V.contentLoaded)((()=>{(0,R.allMutations)((e=>{e.forEach((e=>{e.addedNodes.forEach((e=>Kn(e)))}))})),(0,te.dqa)(qn.map((e=>`.${e}`)).join(",")).forEach(Kn)}));const Jn=e=>{Nn.forEach((t=>e(t))),Wn.push(e)},_n=e=>{const{added:t,removed:n}=e;Jn((e=>{t&&(e.items.forEach((e=>t(e))),Un.push(t)),n&&Hn.push(n)}))},$n=(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${c}`,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 eo=n(8129);const to=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"}]]'),no=e=>e.startsWith("//")?`https:${e}`:e.replace("http:","https:"),oo=to[0].filter((e=>"string"!=typeof e.tid)),io=to[3],ro={};oo.forEach((e=>{const t=no(e.url||`https://www.bilibili.com/v/${e.route}/`);ro[e.name]={icon:e.route,route:e.route,code:e.tid,link:t,subCategories:e.sub?Object.fromEntries(e.sub.map((t=>{const n=no(t.route?`https://www.bilibili.com/v/${e.route}/${t.route}/`:t.url);return[t.name,n]}))):null}})),io.forEach((e=>{ro[e.name]={icon:e.icon,code:null,route:e.route,link:no(e.url),subCategories:e.sub?Object.fromEntries(e.sub.map((e=>[e.name,no(e.url)]))):null}}));const ao=ro,co=Object.fromEntries(oo.map((e=>[e.route,e.tid]))),so=Object.fromEntries(Object.values(ro).map((e=>[e.icon,e.link]))),lo=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 mo=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)};mo._withStripped=!0;var fo=n(1434);const uo=Vue.extend({components:{VDropdown:be.VDropdown,VIcon:be.VIcon},props:{text:{type:String,required:!0}},data:()=>({result:"",working:!1,translateProviders:fo.WK,activeTranslator:{}}),computed:{translated(){return""!==this.result}},mounted(){document.body.classList.add("machine-translator-enabled")},methods:{changeTranslator(e){(0,J.getComponentSettings)("i18n").options.translator=e.name,this.translate()},async translate(){try{this.working=!0;const e=this.text.replace(/#(.+?)#/g,"");this.activeTranslator=(0,fo.Ty)();const t=this.activeTranslator;this.result=await t.translate(e)}catch(e){(0,de.logError)(e)}finally{this.working=!1}}}});var po=n(5406),bo=n.n(po),ho={insert:"head",singleton:!1};dt()(bo(),ho);bo().locals;const go=(0,pt.Z)(uo,mo,[],!1,null,null,null).exports,Fo=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,9676)).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.startsWith("switch-")&&(0,J.addComponentListener)(`${i}.${e}`,(t=>{document.body.classList.toggle(`${i}-${e}`,t)}),!0)}))},o}},vo=e=>e,wo=e=>e,yo=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,9676)).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,J.getComponentSettings)(e.name).options;return Object.keys(o).forEach((t=>{t.startsWith("switch-")&&(0,J.addComponentListener)(`${e.name}.${t}`,(n=>{document.body.classList.toggle(`${e.name}-${t}`,n)}),!0)})),n}})(o),o}},xo=yo;const ko={builtInComponents:he,component:ge,userComponent:Fe,styledComponent:c,define:ye,description:xe,switchOptions:E,launchBar:{LaunchBar:n(578).Z},feeds:{api:l,BangumiCard:bt,UpInfo:yt,VideoCard:Bt,ColumnCard:Pt,disableProfilePopup:d,notify:m},video:{assUtils:f,playerLight:p,playerAgent:an,videoActions:b,videoDanmaku:h,videoInfo:g,videoQuality:F,videoContextMenu:v,videoControlBar:w,videoCover:y,watchlater:s,xmlUtils:u},live:{liveControlBar:x,liveSocket:k},utils:{commentApis:C,categories:{updater:eo,data:A}},i18N:{machineTranslator:{MachineTranslator:go}}};var Co=n(2043),Ao=n(6598),Eo=n(8047);const Bo={style:Co,plugin:Ao,data:Ee,hook:Eo},Do={ajax:B,cdnTypes:D,download:z,dialog:I,externalInput:S,filePicker:M,installFeature:P,horizontalScroll:o,lifeCycle:V,loadingMode:T,localStorage:L,meta:j,observer:R,reorder:i,runtimeLibrary:Q,spinQuery:Y,style:X,textColor:K,userInfo:r,version:ee,settings:J,toast:ue,themeColor:pe,utils:{...te,constants:ne,formatters:oe,title:ie,i18n:re,lazyPanel:a,log:de,sort:me,urls:fe},ui:be,componentApis:ko,pluginApis:Bo},zo={ajax:B,...D,...z,...I,...S,...M,...P,...o,lifeCycle:V,...T,...L,...j,observer:R,...i,runtimeLibrary:Q,spinQuery:Y,...X,...K,...r,...ee,settingsApis:J,get settings(){return J.settings},...ue,utils:{...te,...ne,...oe,...ie,...re,...a,...de,...me,...fe},ui:be,componentApis:{...ko.component,...ko.userComponent,...ko.styledComponent,...ko.launchBar,...lodash.omit(ko,"component","userComponent","styledComponent","launchBar")},pluginApis:{...Bo.style,...Bo.plugin,...Bo.data,...Bo.hook},monkeyApis:{GM_setValue,GM_getValue,GM_deleteValue,GM_xmlhttpRequest,GM_info},lodash,Vue,sandboxWindow:window,theWorld:e=>{setTimeout((()=>{}),e)}}},8422:(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(9859);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(5731),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}},1779:(e,t,n)=>{"use strict";n.d(t,{h:()=>o});let o=function(e){return e.Packed="打包下载",e.Individual="单独下载",e}({})},3434:(e,t,n)=>{"use strict";n.r(t),n.d(t,{DownloadPackage:()=>d});var o=n(1779),i=n(6106),r=n(4638),a=n(3540),c=n(6215),s=n(1379);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(){let e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:[];this.entries=e,l(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(){const e=(0,c.useScopedConsole)("文件打包");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 t=new(await i.JSZipLibrary),n=e=>t.filter(((t,n)=>n.name===e)).length>0;return this.entries.forEach((o=>{let{name:i,data:r,options:a}=o;if(n(i)){let o=i;for(;n(o);){const e=i.lastIndexOf(".");o=`${i.substring(0,e)}.${(0,s.getRandomId)(8)}${i.substring(e)}`}return e.warn(`文件名 "${i}" 和已有文件冲突, 已临时更换为 "${o}"`),void t.file(o,r,a)}t.file(i,r,a)})),t.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=>d.single(e.name,e.data,e.options))));const t=await this.blob();t&&d.download(e,t)}static download(e,t){const n=(0,c.useScopedConsole)("文件下载"),o=document.createElement("a"),i=URL.createObjectURL(t);d.lastPackageUrl&&URL.revokeObjectURL(d.lastPackageUrl),d.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 d;return o.add(e,t,n),o.emit()}}l(d,"lastPackageUrl","")},7722:(__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__(3074),_load_feature_code__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(6517);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}}}},6517:(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}},3074:(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}},7194:(e,t,n)=>{"use strict";n.r(t),n.d(t,{installFeature:()=>l,installFeatureFromCode:()=>s,tryParseZip:()=>c});var o=n(106),i=n(8047),r=n(6598),a=n(2043);const c=async e=>{const{JSZipLibrary:t}=await Promise.resolve().then(n.bind(n,6106)),{monkey:o}=await Promise.resolve().then(n.bind(n,2072)),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,7722)),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)}},1834:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LifeCycleEventTypes:()=>c,contentLoaded:()=>r,fullyLoaded:()=>a,headLoaded:()=>i,raiseLifeCycleEvent:()=>s});var o=n(8643);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))}},2299:(e,t,n)=>{"use strict";n.r(t),n.d(t,{LoadingMode:()=>o});let o=function(e){return e.Delay="延后",e.Race="同时",e}({})},5382:(e,t,n)=>{"use strict";n.r(t),n.d(t,{crossOriginLocalStorage:()=>l,watchLocalStorage:()=>f});var o=n(7913),i=n(1379);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)}}},5721:(e,t,n)=>{"use strict";n.r(t),n.d(t,{branches:()=>a,meta:()=>s});var o=n(113),i=n(8703),r=n(6866).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}},8643:(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:()=>F,visibleInside:()=>v});var o=n(1379),i=n(7913),r=n(2513);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]},F=(e,t)=>g(a(e),{},t),v=(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)((()=>unsafeWindow.cid?unsafeWindow.cid:null))));let A=!1;const E=async(e,t)=>{if(!(0,r.matchCurrentPage)(r.playerUrls))return!1;const n=await C();if(null===n)return!1;const o=()=>({aid:unsafeWindow.aid,cid:unsafeWindow.cid});if(!A){let e=n;h((()=>{const{cid:t}=o();Array.isArray(t)||e===t||lodash.isNil(t)||((()=>{const e=o(),t=new CustomEvent("videoChange",{detail:e});window.dispatchEvent(t)})(),e=t)})),A=!0}return e(o()),window.addEventListener("videoChange",(t=>e(t.detail)),t),!0}},6854:(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,4638));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}}},2399:(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,4638));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}}},9444:(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,4638));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}},4007:(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()}},6106:(__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__(2072),_meta__WEBPACK_IMPORTED_MODULE_1__=__webpack_require__(5721);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})},2350:(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(5900),i=n(4638),r=n(1379);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))))},4638:(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(2350);const i=Symbol("isProxy");var r=n(5900),a=n(6598);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},7913:(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(8643),i=n(1379);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)}},4738:(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(1834);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{const t=i(e);document.getElementById(t)?.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,2299)),{addHook:t}=await Promise.resolve().then(n.bind(n,8047)),{getGeneralSettings:r,settings:a,isComponentEnabled:l,isUserComponent:d,addComponentListener:m,removeComponentListener:f}=await Promise.resolve().then(n.bind(n,4638)),u=async()=>{const{components:e}=await Promise.resolve().then(n.bind(n,5900)),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,2043));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,4789)),{initMdiStyle:t}=await Promise.resolve().then(n.bind(n,2465));document.head.appendChild(e());const o=t();document.head.appendChild(o)}))})),d=async()=>{const{settings:e}=await Promise.resolve().then(n.bind(n,4638)),{UserStyleMode:t}=await Promise.resolve().then(n.bind(n,2043));(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)}))}},3793:(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}({})},4789:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initColors:()=>s});var o=n(4654),i=n.n(o),r=n(4638);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(3793);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}},7102:(e,t,n)=>{"use strict";n.r(t),n.d(t,{Toast:()=>g,ToastType:()=>h});var o=n(7913),i=n(1379),r=n(948),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,7292)).then((e=>e.default))},data:()=>({cards:[]})});var s=n(8332),l=n.n(s),d=n(9773),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)}}},948:(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),F={scrollLeft:0,scrollTop:0},v={x:0,y:0};return(c||!c&&!n)&&(("body"!==f(t)||h(b))&&(F=(i=t)!==o(i)&&r(i)?{scrollLeft:(a=i).scrollLeft,scrollTop:a.scrollTop}:m(i)),r(t)?((v=d(t,!0)).x+=t.clientLeft,v.y+=t.clientTop):b&&(v.x=p(b))),{x:g.left+F.scrollLeft-v.x,y:g.top+F.scrollTop-v.y,width:g.width,height:g.height}}function F(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 v(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(v(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(v(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=v(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 R={placement:"bottom",modifiers:[],strategy:"absolute"};function N(){for(var e=arguments.length,t=new Array(e),n=0;n=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,F=c.y,v=void 0===F?0:F,w="function"==typeof f?f({x:g,y:v}):{x:g,y:v};g=w.x,v=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,v-=(p&&S===I&&I.visualViewport?I.visualViewport.height:S[P])-i.height,v*=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:v}):{x:g,y:v};return g=L.x,v=L.y,d?Object.assign({},T,((V={})[z]=x?"0":"",V[k]=y?"0":"",V.transform=(I.devicePixelRatio||1)<=1?"translate("+g+"px, "+v+"px)":"translate3d("+g+"px, "+v+"px, 0)",V)):Object.assign({},T,((t={})[z]=x?v+"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(v(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,F=re("number"!=typeof g?g:ae(g,I)),v=f===O?"reference":O,w=e.rects.popper,y=e.elements[b?v: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+F.top,bottom:z.bottom-x.bottom+F.bottom,left:x.left-z.left+F.left,right:z.right-x.right+F.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,v=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,R="y"===k?A:D,N="y"===k?E:B,q="y"===k?"height":"width",Z=I[k],G=Z+v[R],Q=Z-v[N],Y=b?-P[q]/2:0,X=y===S?M[q]:P[q],K=y===S?-P[q]:-M[q],J=t.elements.arrow,_=b&&J?F(J):{width:0,height:0},$=t.modifiersData["arrow#persistent"]?t.modifiersData["arrow#persistent"].padding:{top:0,right:0,bottom:0,left:0},ee=$[R],te=$[N],ne=se(0,M[q],_[q]),oe=x?M[q]/2-Y-ne-ee-V.mainAxis:X-ne-ee-V.mainAxis,ie=x?-M[q]/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+v[ue],Fe=be-v[pe],ve=-1!==[A,D].indexOf(w),we=null!=(fe=null==T?void 0:T[z])?fe:0,ye=ve?ge:be-M[he]-P[he]-we+V.altAxis,xe=ve?be+M[he]+P[he]-we-V.altAxis:Fe,ke=b&&ve?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:Fe);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=F(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,v=p/2-b/2,w=d[f],y=g-m[l]-d[u],x=g/2-m[l]/2+v,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=q({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),F=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)),v=[h].concat(F).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=v[0],M=0;M=0,R=j?"width":"height",N=ce(t,{placement:P,boundary:d,rootBoundary:m,altBoundary:f,padding:l}),q=j?L?B:D:L?E:A;w[R]>y[R]&&(q=_(q));var Z=_(q),W=[];if(r&&W.push(N[O]<=0),c&&W.push(N[q]<=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=v.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",Fe={passive:!0,capture:!0},ve=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 Re={isTouch:!1},Ne=0;function qe(){Re.isTouch||(Re.isTouch=!0,window.performance&&document.addEventListener("mousemove",Ze))}function Ze(){var e=performance.now();e-Ne<20&&(Re.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:ve,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++,F=(l=d.plugins).filter((function(e,t){return l.indexOf(e)===t})),v={id:g,reference:e,popper:ze(),popperInstance:null,props:d,state:{isEnabled:!0,isVisible:!1,isDestroyed:!1,isMounted:!1,isShown:!1},plugins:F,clearDelayTimeouts:function(){clearTimeout(n),clearTimeout(o),cancelAnimationFrame(i)},setProps:function(t){0;if(v.state.isDestroyed)return;P("onBeforeUpdate",[v,t]),W();var n=v.props,o=Xe(e,Object.assign({},n,De(t),{ignoreAttributes:!0}));v.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);v.popperInstance&&(J(),$().forEach((function(e){requestAnimationFrame(e._tippy.popperInstance.forceUpdate)})));P("onAfterUpdate",[v,t])},setContent:function(e){v.setProps({content:e})},show:function(){0;var e=v.state.isVisible,t=v.state.isDestroyed,n=!v.state.isEnabled,o=Re.isTouch&&!v.props.touch,i=we(v.props.duration,0,Ge.duration);if(e||t||n||o)return;if(D().hasAttribute("disabled"))return;if(P("onShow",[v],!1),!1===v.props.onShow(v))return;v.state.isVisible=!0,B()&&(y.style.visibility="visible");M(),N(),v.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(v.state.isVisible&&!p){if(p=!0,y.offsetHeight,y.style.transition=v.props.moveTransition,B()&&v.props.animation){var t=I(),n=t.box,o=t.content;Oe([n,o],i),Ve([n,o],"visible")}O(),V(),Ae(ot,v),null==(e=v.popperInstance)||e.forceUpdate(),P("onMount",[v]),v.props.animation&&B()&&function(e,t){Z(e,t)}(i,(function(){v.state.isShown=!0,P("onShown",[v])}))}},function(){var e,t=v.props.appendTo,n=D();e=v.props.interactive&&t===ve||"parent"===t?n.parentNode:xe(t,[n]);e.contains(y)||e.appendChild(y);v.state.isMounted=!0,J(),!1}()},hide:function(){0;var e=!v.state.isVisible,t=v.state.isDestroyed,n=!v.state.isEnabled,o=we(v.props.duration,1,Ge.duration);if(e||t||n)return;if(P("onHide",[v],!1),!1===v.props.onHide(v))return;v.state.isVisible=!1,v.state.isShown=!1,p=!1,m=!1,B()&&(y.style.visibility="hidden");if(T(),q(),M(!0),B()){var i=I(),r=i.box,a=i.content;v.props.animation&&(Oe([r,a],o),Ve([r,a],"hidden"))}O(),V(),v.props.animation?B()&&function(e,t){Z(e,(function(){!v.state.isVisible&&y.parentNode&&y.parentNode.contains(y)&&t()}))}(o,v.unmount):v.unmount()},hideWithInteractivity:function(e){0;z().addEventListener("mousemove",h),Ae(nt,h),h(e)},enable:function(){v.state.isEnabled=!0},disable:function(){v.hide(),v.state.isEnabled=!1},unmount:function(){0;v.state.isVisible&&v.hide();if(!v.state.isMounted)return;_(),$().forEach((function(e){e._tippy.unmount()})),y.parentNode&&y.parentNode.removeChild(y);ot=ot.filter((function(e){return e!==v})),v.state.isMounted=!1,P("onHidden",[v])},destroy:function(){0;if(v.state.isDestroyed)return;v.clearDelayTimeouts(),v.unmount(),W(),delete e._tippy,v.state.isDestroyed=!0,P("onDestroy",[v])}};if(!d.render)return v;var w=d.render(v),y=w.popper,x=w.onUpdate;y.setAttribute("data-tippy-root",""),y.id="tippy-"+v.id,v.popper=y,e._tippy=v,y._tippy=v;var k=F.map((function(e){return e.fn(v)})),C=e.hasAttribute("aria-expanded");return H(),V(),M(),P("onCreate",[v]),d.showOnCreate&&ee(),y.addEventListener("mouseenter",(function(){v.props.interactive&&v.state.isVisible&&v.clearDelayTimeouts()})),y.addEventListener("mouseleave",(function(){v.props.interactive&&v.props.trigger.indexOf("mouseenter")>=0&&z().addEventListener("mousemove",h)})),v;function A(){var e=v.props.touch;return Array.isArray(e)?e:[e,0]}function E(){return"hold"===A()[0]}function B(){var e; // @ts-ignore return!(null==(e=v.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 v.state.isMounted&&!v.state.isVisible||Re.isTouch||r&&"focus"===r.type?0:we(v.props.delay,e?0:1,Ge.delay)}function M(e){void 0===e&&(e=!1),y.style.pointerEvents=v.props.interactive&&!e?"":"none",y.style.zIndex=""+v.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=v.props)[e].apply(o,t)}function O(){var t=v.props.aria;if(t.content){var n="aria-"+t.content,o=y.id;Ce(v.props.triggerTarget||e).forEach((function(e){var t=e.getAttribute(n);if(v.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&&v.props.aria.expanded&&Ce(v.props.triggerTarget||e).forEach((function(e){v.props.interactive?e.setAttribute("aria-expanded",v.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(!Re.isTouch||!u&&"mousedown"!==t.type){var n=t.composedPath&&t.composedPath()[0]||t.target;if(!v.props.interactive||!je(y,n)){if(Ce(v.props.triggerTarget||e).some((function(e){return je(e,n)}))){if(Re.isTouch)return;if(v.state.isVisible&&v.props.trigger.indexOf("click")>=0)return}else P("onClickOutside",[v,t]);!0===v.props.hideOnClick&&(v.clearDelayTimeouts(),v.hide(),f=!0,setTimeout((function(){f=!1})),v.state.isMounted||q())}}}function j(){u=!0}function R(){u=!1}function N(){var e=z();e.addEventListener("mousedown",L,!0),e.addEventListener("touchend",L,Fe),e.addEventListener("touchstart",R,Fe),e.addEventListener("touchmove",j,Fe)}function q(){var e=z();e.removeEventListener("mousedown",L,!0),e.removeEventListener("touchend",L,Fe),e.removeEventListener("touchstart",R,Fe),e.removeEventListener("touchmove",j,Fe)}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(v.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=v.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(v.state.isEnabled&&!K(e)&&!f){var o="focus"===(null==(t=r)?void 0:t.type);r=e,s=e.currentTarget,V(),!v.state.isVisible&&Se(e)&&nt.forEach((function(t){return t(e)})),"click"===e.type&&(v.props.trigger.indexOf("mouseenter")<0||m)&&!1!==v.props.hideOnClick&&v.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)||v.props.trigger.indexOf("click")>=0&&m||(v.props.interactive?v.hideWithInteractivity(e):te(e))}function X(e){v.props.trigger.indexOf("focusin")<0&&e.target!==D()||v.props.interactive&&e.relatedTarget&&y.contains(e.relatedTarget)||te(e)}function K(e){return!!Re.isTouch&&E()!==e.type.indexOf("touch")>=0}function J(){_();var t=v.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)||[]),v.popperInstance=ue(l,y,Object.assign({},n,{placement:o,onFirstUpdate:c,modifiers:m}))}function _(){v.popperInstance&&(v.popperInstance.destroy(),v.popperInstance=null)}function $(){return Be(y.querySelectorAll("[data-tippy-root]"))}function ee(e){v.clearDelayTimeouts(),e&&P("onTrigger",[v,e]),N();var t=S(!0),o=A(),i=o[0],r=o[1];Re.isTouch&&"hold"===i&&r&&(t=r),t?n=setTimeout((function(){v.show()}),t):v.show()}function te(e){if(v.clearDelayTimeouts(),P("onUntrigger",[v,e]),v.state.isVisible){if(!(v.props.trigger.indexOf("mouseenter")>=0&&v.props.trigger.indexOf("click")>=0&&["mouseleave","mousemove"].indexOf(e.type)>=0&&m)){var t=S(!1);t?o=setTimeout((function(){v.state.isVisible&&v.hide()}),t):i=requestAnimationFrame((function(){v.hide()}))}}else q()}}function rt(e,t){void 0===t&&(t={});var n=Ge.plugins.concat(t.plugins||[]);document.addEventListener("touchstart",qe,Fe),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=Re;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(4738),st=n(813),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,4902));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}}}},6826:(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:123.0) Gecko/20100101 Firefox/123.0",i='data:image/svg+xml;utf-8,'},3540:(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)}},1231:(e,t,n)=>{"use strict";n.r(t),n.d(t,{browserLanguageCode:()=>r,defaultLanguageCode:()=>i,languageCodeToName:()=>a,languageNameToCode:()=>c});var o=n(3378);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}},1379:(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,isDataSaveMode:()=>U,isEmbeddedPlayer:()=>g,isIframe:()=>F,isNotHtml:()=>v,isTyping:()=>O,matchPattern:()=>p,matchUrlPattern:()=>b,mountVueComponent:()=>h,none:()=>m,pascalCase:()=>R,playerReady:()=>P,preventEvent:()=>D,raiseEvent:()=>w,retrieveImageUrl:()=>V,simulateClick:()=>H,todo:()=>q,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,7913));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"),F=()=>document.body&&unsafeWindow.parent.window!==unsafeWindow,v=()=>"text/html"!==document.contentType,w=(e,t)=>{const n=new Event(t);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{const o=e[t];return e[t]=function(){for(var e=arguments.length,t=new Array(e),i=0;ie[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;ie[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,7913)),{logError:t}=await Promise.resolve().then(n.bind(n,6215));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;const t=(()=>{if(e.hasAttribute("data-src"))return e.getAttribute("data-src");if(e instanceof HTMLImageElement)return e.src;if(e instanceof HTMLPictureElement&&r(e,"img")){return r(e,"img").src}if(r(e,"picture img")){return r(e,"picture img").src}const{backgroundImage:t}=e.style;if(!t)return null;const n=t.match(/url\("(.+)"\)/);return n?n[1]:null})(),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},R=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)},q=function(){for(var e=arguments.length,t=new Array(e),n=0;n{throw new Error("unreachable")},U=()=>navigator.connection?.saveData??!1,H=(e,t)=>{const n=new MouseEvent("mousedown",t),o=new MouseEvent("mouseup",t),i=new PointerEvent("pointerdown",t),r=new PointerEvent("pointerup",t),a=new MouseEvent("click",t);e.dispatchEvent(i),e.dispatchEvent(n),e.dispatchEvent(r),e.dispatchEvent(o),e.dispatchEvent(a)}},6215:(e,t,n)=>{"use strict";n.r(t),n.d(t,{ScopedConsoleCallHook:()=>m,ScopedConsoleCreateHook:()=>d,logError:()=>a,randomScopedConsole:()=>u,useScopedConsole:()=>f});var o=n(8047),i=n(1379),r=n(4638);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,7102));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;n2&&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{g[e][s]||(g[e][s]=e)}));const F={...unsafeWindow.console,...f};return F.log=b(f.log,u),F.info=b(f.info,u),F.warn=b(f.warn,u,l.warn),F.error=b(f.error,u,l.error),F.group=h(f.group,u,l.group,(e=>e+1)),F.groupCollapsed=h(f.groupCollapsed,u,l.group,(e=>e+1)),F.groupEnd=h(f.groupEnd,u,l.group,(e=>e-1)),F.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;of({...e,name:(0,i.getRandomId)()})},6376:(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)}},2197:(e,t,n)=>{"use strict";n.r(t),n.d(t,{formatTitle:()=>s,getFriendlyTitle:()=>l});var o=n(1379),i=n(4638),r=n(3540),a=n(6376);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))},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=()=>document.title.replace(/第[0-9]*[零一二三四五六七八九十百千]*[集话]-[^-]+-[^-]+-[^-]+在线观看-bilibili-哔哩哔哩$/,"").replace(/-[^-]+-[^-]+-[^-]+在线观看-bilibili-哔哩哔哩$/,"").replace(/-[^-]+-[^-]+在线观看-bilibili-哔哩哔哩$/,"").replace(/:([^:]+?)_.+?_bilibili_哔哩哔哩$/,"").replace(/_哔哩哔哩_bilibili$/,"").replace(/ - 哔哩哔哩$/,"").replace(/_哔哩哔哩 \(゜-゜\)つロ 干杯~-bilibili$/,"").replace(/(.*?) - (.*?) - 哔哩哔哩直播,二次元弹幕直播平台$/,"$1").trim(),l={title:(()=>{const e=(0,o.dq)(".video-info-container .video-title");if(null!==e)return e.getAttribute("title");const t=(0,o.dq)('[class*="mediainfo_mediaTitle"]');if(null!==t)return t.getAttribute("title");const n=(0,o.dq)(".header-info-ctnr .live-title .text");return null!==n?n.getAttribute("title"):s()})(),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, .video-episode-card__info-playing .video-episode-card__info-title");if(null!==n)return n.getAttribute("title");const i=(0,o.dq)(".multip-list-item.multip-list-item-active");return null!==i?i.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)},d={...l,...n},m=c(e),f=Object.entries(d).sort((0,a.descendingSort)((e=>{let[t]=e;return t.length}))),u=m.map((e=>{if(!e.startsWith("[")||!e.endsWith("]"))return e;for(const[t,n]of f){const o=new RegExp(`^\\[([^\\[\\]]*?)${t}([^\\[\\]]*?)\\]$`),i=e.match(o);if(i&&Boolean(n))return`${i[1]??""}${n}${i[2]??""}`}return""})),p=u.join("");return(0,r.formatFilename)(p," ")},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)}},2513:(e,t,n)=>{"use strict";n.r(t),n.d(t,{allVideoUrls:()=>u,bangumiUrls:()=>d,cheeseUrls:()=>m,columnUrls:()=>F,favoriteListUrls:()=>r,feedsUrls:()=>g,feedsUrlsWithoutDetail:()=>h,festivalUrls:()=>s,liveUrls:()=>b,mainSiteUrls:()=>p,matchCurrentPage:()=>w,mediaListUrls:()=>c,playerUrls:()=>v,upListUrls:()=>a,videoAndBangumiUrls:()=>f,videoUrls:()=>l,watchlaterUrls:()=>i});var o=n(1379);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/play/"],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]+$/],F=[/^https:\/\/www\.bilibili\.com\/read\/cv/],v=["//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;nArray.isArray(e)?e.some((e=>(0,o.matchUrlPattern)(e))):(0,o.matchUrlPattern)(e)))}},637:(e,t,n)=>{"use strict";n.r(t),n.d(t,{CompareResult:()=>a,Version:()=>c,isFeatureAcceptable:()=>s});var o=n(7722),i=n(5721);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;te.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}}},3378:(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{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{"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;ie.before?.(...n.concat(t)))))},after:async function(){for(var e=arguments.length,t=new Array(e),o=0;oe.after?.(...n.concat(t)))))}}}return{before:async()=>Promise.all([]),after:async()=>Promise.all([])}}},1403:(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,7102));o.success("复制成功",`复制${e}`,1500)}}};return[i]},i=[{pattern:/^av([\d]+)$/i,getActions:async e=>{const{getJsonWithCredentials:t}=await Promise.resolve().then(n.bind(n,2072)),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,2072)),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,3378)),{LaunchBarActionProviders:t}=await Promise.resolve().then(n.bind(n,9373));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:"d0093bf652dc9677545cd4fa0e512f924edae2ea",coreVersion:"2.8.9"}},6598:(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(1379),i=n(3378),r=n(8047);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,7722));let o;try{o=t(e)}catch(e){throw new Error("无效的插件代码",e)}const{settings:i}=await Promise.resolve().then(n.bind(n,4638)),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,4638)),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,2399));await t(e);const{coreApis:o}=await Promise.resolve().then(n.bind(n,980));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,4638)),{loadFeatureCode:i}=await Promise.resolve().then(n.bind(n,6517));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,2399)),{logStats:o}=await Promise.resolve().then(n.bind(n,4007));o("plugins block",e),o("plugins resolve",t)}}))}},2043:(e,t,n)=>{"use strict";n.r(t),n.d(t,{UserStyleMode:()=>r,installStyle:()=>c,styles:()=>a,uninstallStyle:()=>s});var o=n(4638),i=n(1379);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,7722));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,4738)),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,4738)),[c,{displayName:s}]=t;return r(c),delete o.settings.userStyles[c],(0,i.deleteValue)(a,(e=>e.name===c)),{metadata:t,message:`已卸载样式'${s}'`}}},9859:(e,t,n)=>{"use strict";n.r(t),n.d(t,{AsyncButton:()=>s,CheckBox:()=>h,ColorPicker:()=>E,DefaultWidget:()=>mt,DpiImage:()=>M,ImagePicker:()=>R,ImageViewer:()=>Y,MiniToast:()=>ft.Z,ProgressBar:()=>ne,ProgressRing:()=>se,RadioButton:()=>ue,RangeInput:()=>we,ScrollTrigger:()=>Be,SwitchBox:()=>De.Z,TabControl:()=>Oe,TextArea:()=>qe,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(4749),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(9464);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;oPromise.resolve().then(n.bind(n,9464)).then((e=>e.default)),VIcon:()=>Promise.resolve().then(n.bind(n,4749)).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(2450),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 F=n(4654),v=n.n(F);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(v())(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,3765)).then((e=>e.default)),VSlider:()=>Promise.resolve().then(n.bind(n,1366)).then((e=>e.default)),VButton:()=>Promise.resolve().then(n.bind(n,9464)).then((e=>e.default)),VPopup:()=>Promise.resolve().then(n.bind(n,985)).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(v())(this.color)},selectHexColor(e){try{const t=new(v())(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(5395),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(1379),z=n(6826);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,9464)).then((e=>e.default)),VPopup:()=>Promise.resolve().then(n.bind(n,985)).then((e=>e.default)),TextBox:()=>Promise.resolve().then(n.bind(n,3765)).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(9497),L=n.n(T),j={insert:"head",singleton:!1};f()(L(),j);L().locals;const R=(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 q=n(4638),Z=n(2197),U=n(2072);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,q.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(9605),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:ethis.max?e=this.max:e{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,3765))},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(5620),Fe=n.n(ge),ve={insert:"head",singleton:!1};f()(Fe(),ve);Fe().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(6215);const ke=Vue.extend({components:{VLoading:()=>Promise.resolve().then(n.bind(n,9032)).then((e=>e.default))},props:{detectViewport:{type:Boolean,required:!1,default:!1}},data:()=>({isFirstLoad:!0,isViewportTriggerRunning:!1,parentLoadState:"none"}),async mounted(){const e=(0,xe.useScopedConsole)("ScrollTrigger"),t=this.$el,{visible:o}=await Promise.resolve().then(n.bind(n,8643));o(t,(async n=>{if(n.some((e=>e.intersectionRatio>0))){if(e.log("Intersection Observer trigger"),this.trigger(),!this.detectViewport&&!this.isFirstLoad&&this.isViewportTriggerRunning)return;for(this.isViewportTriggerRunning=!0;this.getVisibleStateByViewport(t);)if(await(0,D.delay)(500),"loaded"===this.parentLoadState){if(!this.getVisibleStateByViewport(t))break;e.log("is first load & viewport trigger"),this.trigger()}this.isFirstLoad=!1}}))},methods:{getElementToViewportBottomDistance:e=>document.documentElement.clientHeight-e.getBoundingClientRect().top,getVisibleStateByViewport(e){return Boolean(this.getElementToViewportBottomDistance(e)>-20)},setLoadState(e){this.parentLoadState=e},resetIsFirstLoad(){this.isFirstLoad=!0},trigger(){this.$emit("trigger")}}});var Ce=n(4534),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(4085),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,9464)).then((e=>e.default)),VIcon:()=>Promise.resolve().then(n.bind(n,4749)).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(271),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(1150);const Le=Vue.extend({name:"TextArea",mixins:[Te.t]});var je=n(9839),Re=n.n(je),Ne={insert:"head",singleton:!1};f()(Re(),Ne);Re().locals;const qe=(0,c.Z)(Le,Ve,[],!1,null,null,null).exports;var Ze=n(3765),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(985);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]||"")},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(6757),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(3378);const[_e]=(0,Je.registerAndGetData)("vEmpty",{content:"空空如也哦 = ̄ω ̄="}),$e=Vue.extend({name:"VEmpty",data:()=>({config:_e})});var et=n(6473),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(9032),rt=n(1366),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(6293),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(5433)},2465:(e,t,n)=>{"use strict";n.r(t),n.d(t,{initMdiStyle:()=>r});var o=n(8964),i=n.n(o);const r=()=>{const e=document.createElement("style");return e.id="be-mdi",e.innerHTML=i(),e}},1150:(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()}}})},6866:(e,t,n)=>{"use strict";n.r(t),n.d(t,{compilationInfo:()=>f});var o=n(113);const i="the1812",r="cdn.jsdelivr.net",a={name:"jsDelivr",owner:i,host:r,stableClient:`https://${r}/gh/the1812/Bilibili-Evolved@master/dist/bilibili-evolved.user.js`,previewClient:`https://${r}/gh/the1812/Bilibili-Evolved@preview/dist/bilibili-evolved.preview.user.js`,library:{lodash:`https://${r}/npm/lodash@4.17.21/lodash.min.js`,protobuf:`https://${r}/npm/protobufjs@6.10.1/dist/light/protobuf.min.js`,jszip:`https://${r}/npm/jszip@3.7.1/dist/jszip.min.js`,sortable:`https://${r}/npm/sortablejs@1.14.0/Sortable.min.js`,mdi:`https://${r}/gh/the1812/Bilibili-Evolved@master/docs/static/mdi/mdi.css`,streamsaver:`https://${r}/npm/streamsaver@2.0.6/StreamSaver.min.js`,ffmpeg:{worker:`https://${r}/npm/@ffmpeg/ffmpeg@0.12.4/dist/umd/814.ffmpeg.js`,core:`https://${r}/npm/@ffmpeg/core@0.12.4/dist/umd/ffmpeg-core.js`,wasm:`https://${r}/npm/@ffmpeg/core@0.12.4/dist/umd/ffmpeg-core.wasm`}},smallLogo:`https://${r}/gh/the1812/Bilibili-Evolved@preview/images/logo-small.png`,logo:`https://${r}/gh/the1812/Bilibili-Evolved@preview/images/logo.png`,root:(e,t)=>`https://${r}/gh/${t||i}/Bilibili-Evolved@${e}/`},c="the1812",s="raw.githubusercontent.com",l={name:"GitHub",owner:c,host:s,stableClient:`https://${s}/the1812/Bilibili-Evolved/master/dist/bilibili-evolved.user.js`,previewClient:`https://${s}/the1812/Bilibili-Evolved/preview/dist/bilibili-evolved.preview.user.js`,library:{lodash:`https://${s}/lodash/lodash/4.17.21/dist/lodash.min.js`,protobuf:`https://${s}/protobufjs/protobuf.js/v6.10.1/dist/light/protobuf.min.js`,jszip:`https://${s}/Stuk/jszip/v3.7.1/dist/jszip.min.js`,sortable:`https://${s}/SortableJS/Sortable/1.14.0/Sortable.min.js`,mdi:"https://the1812.github.io/Bilibili-Evolved/static/mdi/mdi.css",streamsaver:`https://${s}/jimmywarting/StreamSaver.js/2.0.6/StreamSaver.js`,ffmpeg:a.library.ffmpeg},smallLogo:`https://${s}/the1812/Bilibili-Evolved/preview/images/logo-small.png`,logo:`https://${s}/the1812/Bilibili-Evolved/preview/images/logo.png`,root:(e,t)=>`https://${s}/${t||c}/Bilibili-Evolved/${e}/`},d=l,m={github:l,jsDelivr:a},f={...{year:(new Date).getFullYear(),version:o.version,altCdn:d,allCdns:m},commitHash:"d0093bf652dc9677545cd4fa0e512f924edae2ea",branch:"preview",nearestTag:"v2.8.9-preview",versionWithTag:"v2.8.9-preview-131-gd0093bf65"}},9676:(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(9859),r=n(4638);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(3129),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},5865:(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(7102),r=n(9859),a=n(6290);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(3216),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},3570:(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:"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(5026),r=n.n(i),a=n(9859);const c=r().extend({components:{VButton:a.VButton},props:{rouge:{type:Number,required:!0},onAbort:{type:Function,default:none},onGood:{type:Function,default:none},onBad:{type:Function,default:none}}});var s=n(8332),l=n.n(s),d=n(5901),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,o,[],!1,null,"31cf1990",null).exports},4799:(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",[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(5026),r=n.n(i),a=n(9859);const c=r().extend({components:{VIcon:a.VIcon},data:()=>({peek:!1}),watch:{peek(e){this.$el.closest(".be-dialog").style.opacity=e?"0.1":"1"}}});var s=n(8332),l=n.n(s),d=n(6481),m=n.n(d),f={insert:"head",singleton:!1};l()(m(),f);m().locals;const u=(0,n(6499).Z)(c,o,[],!1,null,"386ddf8e",null).exports},578:(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(9859),a=n(3378),c=n(7913),s=n(1379),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",attrs:{title:e.action.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(6370),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 F=n(9373),v=n(7498),w=n(6893),y=n(6376);const[x]=(0,a.registerAndGetData)(F.LaunchBarActionProviders,[v.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, .search-input-el").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,v.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:v.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(3176),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},2829:(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(8703),r=n(9859);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(4954),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},7195:(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(4638),r=n(9081);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(2846),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},3448:(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(9859),r=n(980);const a={name:"SettingsContainer",components:{VPopup:i.VPopup,VIcon:i.VIcon,SettingsPanel:()=>Promise.resolve().then(n.bind(n,710)).then((e=>e.default)),WidgetsPanel:()=>Promise.resolve().then(n.bind(n,8889)).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(848),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},710:(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(9859),r=n(8047),a=n(1379),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(4638),m=n(4085),f=n(4749),u=n(8643),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),F=n(2467),v=n.n(F),w={insert:"head",singleton:!1};g()(v(),w);v().locals;var y=n(6499);const x=(0,y.Z)(b,p,[],!1,null,null,null).exports;var k=n(5282);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(2098),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(5900),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(7195),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(9676).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(6206),L=n.n(T),j={insert:"head",singleton:!1};g()(L(),j);L().locals;const R=(0,y.Z)(V,P,[],!1,null,"730efac0",null).exports;var N=n(4242),q=n(3378),Z=n(106);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,q.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(9745),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:R,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(9734),$=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(6376),ie=n(985);const re=[{name:"userComponentsManage",displayName:"组件",component:()=>Promise.resolve().then(n.bind(n,4642)).then((e=>e.default)),icon:"mdi-cube-scan"},{name:"userPluginsManage",displayName:"插件",component:()=>Promise.resolve().then(n.bind(n,3462)).then((e=>e.default)),icon:"mdi-puzzle-outline"},{name:"customStylesManage",displayName:"样式",component:()=>Promise.resolve().then(n.bind(n,9952)).then((e=>e.default)),icon:"mdi-tune"},{name:"about",displayName:"关于",component:()=>Promise.resolve().then(n.bind(n,3663)).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,q.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(2709),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(9081),be=n(7102),he=n(6609);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=[])}}],[Fe]=(0,q.registerAndGetData)("settingsPanel.searchBarActions",[...ge]),ve=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:ve,searchBarActions:Fe}),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(2198),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},8889:(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(1379),r=n(9859),a=n(3378),c=n(3030);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(1075),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},3663:(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(5721),r=n(3540),a=n(9859),c=n(6897);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(9611),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},4642:(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(5900),r=n(106),a=n(4638),c=n(8047),s=n(2983),l=n(5576);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},3462:(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(4638),r=n(8047),a=n(6598),c=n(2983),s=n(5576);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},9952:(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(8047),r=n(2043),a=n(2983),c=n(5576);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},2983:(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(7194),r=n(3074),a=n(7102),c=n(6215),s=n(6106),l=n(9859),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(4242);const f=Vue.extend({mixins:[(0,m.B)(".manage-panel .manage-item-list")]});var u=n(8332),p=n.n(u),b=n(5436),h=n.n(b),g={insert:"head",singleton:!1};p()(h(),g);h().locals;var F=n(6499);const v=(0,F.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(3895);const x=Vue.extend({components:{VButton:l.VButton},methods:{initPopup:y.initPopup,togglePopup:y.togglePopup}});const k=(0,F.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:v,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(9454),E=n.n(A),B={insert:"head",singleton:!1};p()(E(),B);E().locals;const D=(0,F.Z)(C,o,[],!1,null,null,null).exports},5576:(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(7102),r=n(9859),a=n(9464);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(8635),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},1654:(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(9859);const r=Vue.extend({components:{VIcon:i.VIcon},props:{items:{type:Array,required:!0}}});var a=n(8332),c=n.n(a),s=n(3329),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},5433:(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(948);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},7292:(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(9859);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(936),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},4085:(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(4377),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},3765:(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(1150);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(8787),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},9464:(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(2566),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},9032:(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(3378);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(2001),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},985:(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(8581),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},1366:(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(5433);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:(ethis.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(7964),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},4749:(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(3378);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(8847),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{"use strict";n.r(t),n.d(t,{default:()=>s});var o=n(8332),i=n.n(o),r=n(2080),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{var o=n(6292);o&&o.__esModule&&(o=o.default),e.exports="string"==typeof o?o:o.toString()},813:(e,t,n)=>{var o=n(8815);o&&o.__esModule&&(o=o.default),e.exports="string"==typeof o?o:o.toString()},5026:(e,t,n)=>{"use strict";const 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}const m=Object.prototype.toString;function f(e){return"[object Object]"===m.call(e)}function u(e){const t=parseFloat(String(e));return t>=0&&Math.floor(t)===t&&isFinite(e)}function p(e){return a(e)&&"function"==typeof e.then&&"function"==typeof e.catch}function b(e){return null==e?"":Array.isArray(e)||f(e)&&e.toString===m?JSON.stringify(e,null,2):String(e)}function h(e){const t=parseFloat(e);return isNaN(t)?e:t}function g(e,t){const n=Object.create(null),o=e.split(",");for(let e=0;en[e.toLowerCase()]:e=>n[e]}const F=g("key,ref,slot,slot-scope,is");function v(e,t){const n=e.length;if(n){if(t===e[n-1])return void(e.length=n-1);const o=e.indexOf(t);if(o>-1)return e.splice(o,1)}}const w=Object.prototype.hasOwnProperty;function y(e,t){return w.call(e,t)}function x(e){const t=Object.create(null);return function(n){return t[n]||(t[n]=e(n))}}const k=/-(\w)/g,C=x((e=>e.replace(k,((e,t)=>t?t.toUpperCase():"")))),A=x((e=>e.charAt(0).toUpperCase()+e.slice(1))),E=/\B([A-Z])/g,B=x((e=>e.replace(E,"-$1").toLowerCase())),D=Function.prototype.bind?function(e,t){return e.bind(t)}:function(e,t){function n(n){const 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 z(e,t){t=t||0;let n=e.length-t;const o=new Array(n);for(;n--;)o[n]=e[n+t];return o}function I(e,t){for(const n in t)e[n]=t[n];return e}function S(e){const t={};for(let n=0;n!1,O=e=>e;function V(e,t){if(e===t)return!0;const n=d(e),o=d(t);if(!n||!o)return!n&&!o&&String(e)===String(t);try{const n=Array.isArray(e),o=Array.isArray(t);if(n&&o)return e.length===t.length&&e.every(((e,n)=>V(e,t[n])));if(e instanceof Date&&t instanceof Date)return e.getTime()===t.getTime();if(n||o)return!1;{const n=Object.keys(e),o=Object.keys(t);return n.length===o.length&&n.every((n=>V(e[n],t[n])))}}catch(e){return!1}}function T(e,t){for(let n=0;n0,K=Q&&Q.indexOf("edge/")>0;Q&&Q.indexOf("android");const J=Q&&/iphone|ipad|ipod|ios/.test(Q);Q&&/chrome\/\d+/.test(Q),Q&&/phantomjs/.test(Q);const _=Q&&Q.match(/firefox\/(\d+)/),$={}.watch;let ee,te=!1;if(G)try{const e={};Object.defineProperty(e,"passive",{get(){te=!0}}),window.addEventListener("test-passive",null,e)}catch(o){}const ne=()=>(void 0===ee&&(ee=!G&&void 0!==n.g&&n.g.process&&"server"===n.g.process.env.VUE_ENV),ee),oe=G&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__;function ie(e){return"function"==typeof e&&/native code/.test(e.toString())}const re="undefined"!=typeof Symbol&&ie(Symbol)&&"undefined"!=typeof Reflect&&ie(Reflect.ownKeys);let ae;ae="undefined"!=typeof Set&&ie(Set)?Set:class{constructor(){this.set=Object.create(null)}has(e){return!0===this.set[e]}add(e){this.set[e]=!0}clear(){this.set=Object.create(null)}};let ce=null;function se(e=null){e||ce&&ce._scope.off(),ce=e,e&&e._scope.on()}class le{constructor(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}get child(){return this.componentInstance}}const de=(e="")=>{const t=new le;return t.text=e,t.isComment=!0,t};function me(e){return new le(void 0,void 0,void 0,String(e))}function fe(e){const t=new le(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}let ue=0;const pe=[];class be{constructor(){this._pending=!1,this.id=ue++,this.subs=[]}addSub(e){this.subs.push(e)}removeSub(e){this.subs[this.subs.indexOf(e)]=null,this._pending||(this._pending=!0,pe.push(this))}depend(e){be.target&&be.target.addDep(this)}notify(e){const t=this.subs.filter((e=>e));for(let e=0,n=t.length;e{const e=t[n];if(Le(e))return e.value;{const t=e&&e.__ob__;return t&&t.dep.depend(),e}},set:e=>{const o=t[n];Le(o)&&!Le(e)?o.value=e:t[n]=e}})}function Ne(e,t,n){const o=e[t];if(Le(o))return o;const i={get value(){const o=e[t];return void 0===o?n:o},set value(n){e[t]=n}};return U(i,"__v_isRef",!0),i}function qe(e){return Ze(e,!1)}function Ze(e,t){if(!f(e))return e;if(Te(e))return e;const n=t?"__v_rawToShallowReadonly":"__v_rawToReadonly",o=e[n];if(o)return o;const i=Object.create(Object.getPrototypeOf(e));U(e,n,i),U(i,"__v_isReadonly",!0),U(i,"__v_raw",e),Le(e)&&U(i,"__v_isRef",!0),(t||Ve(e))&&U(i,"__v_isShallow",!0);const r=Object.keys(e);for(let n=0;nTt(e,null,n,d,t);let f,u,p=!1,b=!1;if(Le(e)?(f=()=>e.value,p=Ve(e)):Oe(e)?(f=()=>(e.__ob__.dep.depend(),e),r=!0):i(e)?(b=!0,p=e.some((e=>Oe(e)||Ve(e))),f=()=>e.map((e=>Le(e)?e.value:Oe(e)?cn(e):l(e)?m(e,"watcher getter"):void 0))):f=l(e)?t?()=>m(e,"watcher getter"):()=>{if(!d||!d._isDestroyed)return u&&u(),m(e,"watcher",[h])}:M,t&&r){const e=f;f=()=>cn(e())}let h=e=>{u=g.onStop=()=>{m(e,"watcher cleanup")}};if(ne())return h=M,t?n&&m(t,"watcher callback",[f(),b?[]:void 0,h]):f(),M;const g=new mn(ce,f,M,{lazy:!0});g.noRecurse=!t;let F=b?[]:We;return g.run=()=>{if(g.active)if(t){const e=g.get();(r||p||(b?e.some(((e,t)=>j(e,F[t]))):j(e,F)))&&(u&&u(),m(t,"watcher callback",[e,F===We?void 0:F,h]),F=e)}else g.get()},"sync"===a?g.update=g.run:"post"===a?(g.post=!0,g.update=()=>Mn(g)):g.update=()=>{if(d&&d===ce&&!d._isMounted){const e=d._preWatchers||(d._preWatchers=[]);e.indexOf(g)<0&&e.push(g)}else Mn(g)},t?n?g.run():F=g.get():"post"===a&&d?d.$once("hook:mounted",(()=>g.get())):g.get(),()=>{g.teardown()}}let Qe;class Ye{constructor(e=!1){this.detached=e,this.active=!0,this.effects=[],this.cleanups=[],this.parent=Qe,!e&&Qe&&(this.index=(Qe.scopes||(Qe.scopes=[])).push(this)-1)}run(e){if(this.active){const t=Qe;try{return Qe=this,e()}finally{Qe=t}}}on(){Qe=this}off(){Qe=this.parent}stop(e){if(this.active){let t,n;for(t=0,n=this.effects.length;t{const 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 Je(e,t){function n(){const e=n.fns;if(!i(e))return Tt(e,null,arguments,t,"v-on handler");{const n=e.slice();for(let e=0;e0&&(l=ot(l,`${t||""}_${o}`),nt(l[0])&&nt(m)&&(n[d]=me(m.text+l[0].text),l.shift()),n.push.apply(n,l)):s(l)?nt(m)?n[d]=me(m.text+l):""!==l&&n.push(me(l)):nt(l)&&nt(m)?n[d]=me(m.text+l.text):(c(e._isVList)&&a(l.tag)&&r(l.key)&&a(t)&&(l.key=`__vlist${t}_${o}__`),n.push(l)));return n}function it(e,t){let n,o,r,c,s=null;if(i(e)||"string"==typeof e)for(s=new Array(e.length),n=0,o=e.length;n0,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;r={};for(const o in t)t[o]&&"$"!==o[0]&&(r[o]=kt(e,n,o,t[o]))}else r={};for(const e in n)e in r||(r[e]=Ct(n,e));return t&&Object.isExtensible(t)&&(t._normalized=r),U(r,"$stable",c),U(r,"$key",s),U(r,"$hasNormal",a),r}function kt(e,t,n,o){const r=function(){const t=ce;se(e);let n=arguments.length?o.apply(null,arguments):o({});n=n&&"object"==typeof n&&!i(n)?[n]:tt(n);const r=n&&n[0];return se(t),n&&(!r||1===n.length&&r.isComment&&!yt(r))?void 0:n};return o.proxy&&Object.defineProperty(t,n,{get:r,enumerable:!0,configurable:!0}),r}function Ct(e,t){return()=>e[t]}function At(e){return{get attrs(){if(!e._attrsProxy){const t=e._attrsProxy={};U(t,"_v_attr_proxy",!0),Et(t,e.$attrs,o,e,"$attrs")}return e._attrsProxy},get listeners(){return e._listenersProxy||Et(e._listenersProxy={},e.$listeners,o,e,"$listeners"),e._listenersProxy},get slots(){return function(e){return e._slotsProxy||Dt(e._slotsProxy={},e.$scopedSlots),e._slotsProxy}(e)},emit:D(e.$emit,e),expose(t){t&&Object.keys(t).forEach((n=>Re(e,t,n)))}}}function Et(e,t,n,o,i){let r=!1;for(const a in t)a in e?t[a]!==n[a]&&(r=!0):(r=!0,Bt(e,a,o,i));for(const n in e)n in t||(r=!0,delete e[n]);return r}function Bt(e,t,n,o){Object.defineProperty(e,t,{enumerable:!0,configurable:!0,get:()=>n[o][t]})}function Dt(e,t){for(const n in t)e[n]=t[n];for(const n in e)n in t||delete e[n]}function zt(){const e=ce;return e._setupContext||(e._setupContext=At(e))}let It=null;function St(e,t){return(e.__esModule||re&&"Module"===e[Symbol.toStringTag])&&(e=e.default),d(e)?t.extend(e):e}function Mt(e){if(i(e))for(let t=0;tVt(e,o,i+" (Promise/async)"))),r._handled=!0)}catch(e){Vt(e,o,i)}return r}function Lt(e,t,n){if(q.errorHandler)try{return q.errorHandler.call(null,e,t,n)}catch(t){t!==e&&jt(t)}jt(e)}function jt(e,t,n){if(!G||"undefined"==typeof console)throw e;console.error(e)}let Rt=!1;const Nt=[];let qt,Zt=!1;function Ut(){Zt=!1;const e=Nt.slice(0);Nt.length=0;for(let t=0;t{e.then(Ut),J&&setTimeout(M)},Rt=!0}else if(Y||"undefined"==typeof MutationObserver||!ie(MutationObserver)&&"[object MutationObserverConstructor]"!==MutationObserver.toString())qt="undefined"!=typeof setImmediate&&ie(setImmediate)?()=>{setImmediate(Ut)}:()=>{setTimeout(Ut,0)};else{let e=1;const t=new MutationObserver(Ut),n=document.createTextNode(String(e));t.observe(n,{characterData:!0}),qt=()=>{e=(e+1)%2,n.data=String(e)},Rt=!0}function Ht(e,t){let n;if(Nt.push((()=>{if(e)try{e.call(t)}catch(e){Vt(e,t,"nextTick")}else n&&n(t)})),Zt||(Zt=!0,qt()),!e&&"undefined"!=typeof Promise)return new Promise((e=>{n=e}))}function Wt(e){return(t,n=ce)=>{if(n)return function(e,t,n){const o=e.$options;o[t]=Gn(o[t],n)}(n,e,t)}}const Gt=Wt("beforeMount"),Qt=Wt("mounted"),Yt=Wt("beforeUpdate"),Xt=Wt("updated"),Kt=Wt("beforeDestroy"),Jt=Wt("destroyed"),_t=Wt("activated"),$t=Wt("deactivated"),en=Wt("serverPrefetch"),tn=Wt("renderTracked"),nn=Wt("renderTriggered"),on=Wt("errorCaptured");var rn=Object.freeze({__proto__:null,version:"2.7.14",defineComponent:function(e){return e},ref:function(e){return je(e,!1)},shallowRef:function(e){return je(e,!0)},isRef:Le,toRef:Ne,toRefs:function(e){const t=i(e)?new Array(e.length):{};for(const n in e)t[n]=Ne(e,n);return t},unref:function(e){return Le(e)?e.value:e},proxyRefs:function(e){if(Oe(e))return e;const t={},n=Object.keys(e);for(let o=0;o{t.depend()}),(()=>{t.notify()})),i={get value(){return n()},set value(e){o(e)}};return U(i,"__v_isRef",!0),i},triggerRef:function(e){e.dep&&e.dep.notify()},reactive:function(e){return Pe(e,!1),e},isReactive:Oe,isReadonly:Te,isShallow:Ve,isProxy:function(e){return Oe(e)||Te(e)},shallowReactive:Me,markRaw:function(e){return Object.isExtensible(e)&&U(e,"__v_skip",!0),e},toRaw:function e(t){const n=t&&t.__v_raw;return n?e(n):t},readonly:qe,shallowReadonly:function(e){return Ze(e,!0)},computed:function(e,t){let n,o;const i=l(e);i?(n=e,o=M):(n=e.get,o=e.set);const r=ne()?null:new mn(ce,n,M,{lazy:!0}),a={effect:r,get value(){return r?(r.dirty&&r.evaluate(),be.target&&r.depend(),r.value):n()},set value(e){o(e)}};return U(a,"__v_isRef",!0),U(a,"__v_isReadonly",i),a},watch:function(e,t,n){return Ge(e,t,n)},watchEffect:function(e,t){return Ge(e,null,t)},watchPostEffect:He,watchSyncEffect:function(e,t){return Ge(e,null,{flush:"sync"})},EffectScope:Ye,effectScope:function(e){return new Ye(e)},onScopeDispose:function(e){Qe&&Qe.cleanups.push(e)},getCurrentScope:function(){return Qe},provide:function(e,t){ce&&(Xe(ce)[e]=t)},inject:function(e,t,n=!1){const o=ce;if(o){const i=o.$parent&&o.$parent._provided;if(i&&e in i)return i[e];if(arguments.length>1)return n&&l(t)?t.call(o):t}},h:function(e,t,n){return Pt(ce,e,t,n,2,!0)},getCurrentInstance:function(){return ce&&{proxy:ce}},useSlots:function(){return zt().slots},useAttrs:function(){return zt().attrs},useListeners:function(){return zt().listeners},mergeDefaults:function(e,t){const n=i(e)?e.reduce(((e,t)=>(e[t]={},e)),{}):e;for(const e in t){const o=n[e];o?i(o)||l(o)?n[e]={type:o,default:t[e]}:o.default=t[e]:null===o&&(n[e]={default:t[e]})}return n},nextTick:Ht,set:ze,del:Ie,useCssModule:function(e="$style"){if(!ce)return o;return ce[e]||o},useCssVars:function(e){if(!G)return;const t=ce;t&&He((()=>{const n=t.$el,o=e(t,t._setupProxy);if(n&&1===n.nodeType){const e=n.style;for(const t in o)e.setProperty(`--${t}`,o[t])}}))},defineAsyncComponent:function(e){l(e)&&(e={loader:e});const{loader:t,loadingComponent:n,errorComponent:o,delay:i=200,timeout:r,suspensible:a=!1,onError:c}=e;let s=null,d=0;const m=()=>{let e;return s||(e=s=t().catch((e=>{if(e=e instanceof Error?e:new Error(String(e)),c)return new Promise(((t,n)=>{c(e,(()=>t((d++,s=null,m()))),(()=>n(e)),d+1)}));throw e})).then((t=>e!==s&&s?s:(t&&(t.__esModule||"Module"===t[Symbol.toStringTag])&&(t=t.default),t))))};return()=>({component:m(),delay:i,timeout:r,error:o,loading:n})},onBeforeMount:Gt,onMounted:Qt,onBeforeUpdate:Yt,onUpdated:Xt,onBeforeUnmount:Kt,onUnmounted:Jt,onActivated:_t,onDeactivated:$t,onServerPrefetch:en,onRenderTracked:tn,onRenderTriggered:nn,onErrorCaptured:function(e,t=ce){on(e,t)}});const an=new ae;function cn(e){return sn(e,an),an.clear(),e}function sn(e,t){let n,o;const r=i(e);if(!(!r&&!d(e)||e.__v_skip||Object.isFrozen(e)||e instanceof le)){if(e.__ob__){const n=e.__ob__.dep.id;if(t.has(n))return;t.add(n)}if(r)for(n=e.length;n--;)sn(e[n],t);else if(Le(e))sn(e.value,t);else for(o=Object.keys(e),n=o.length;n--;)sn(e[o[n]],t)}}let ln,dn=0;class mn{constructor(e,t,n,o,i){!function(e,t=Qe){t&&t.active&&t.effects.push(e)}(this,Qe&&!Qe._vm?Qe:e?e._scope:void 0),(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=++dn,this.active=!0,this.post=!1,this.dirty=this.lazy,this.deps=[],this.newDeps=[],this.depIds=new ae,this.newDepIds=new ae,this.expression="",l(t)?this.getter=t:(this.getter=function(e){if(H.test(e))return;const t=e.split(".");return function(e){for(let n=0;n{hn=t}}function Fn(e){for(;e&&(e=e.$parent);)if(e._inactive)return!0;return!1}function vn(e,t){if(t){if(e._directInactive=!1,Fn(e))return}else if(e._directInactive)return;if(e._inactive||null===e._inactive){e._inactive=!1;for(let t=0;tdocument.createEvent("Event").timeStamp&&(zn=()=>e.now())}const In=(e,t)=>{if(e.post){if(!t.post)return 1}else if(t.post)return-1;return e.id-t.id};function Sn(){let e,t;for(Dn=zn(),En=!0,xn.sort(In),Bn=0;Bn{for(let e=0;ee)),t._pending=!1}pe.length=0})(),oe&&q.devtools&&oe.emit("flush")}function Mn(e){const t=e.id;if(null==Cn[t]&&(e!==be.target||!e.noRecurse)){if(Cn[t]=!0,En){let t=xn.length-1;for(;t>Bn&&xn[t].id>e.id;)t--;xn.splice(t+1,0,e)}else xn.push(e);An||(An=!0,Ht(Sn))}}function Pn(e,t){if(e){const n=Object.create(null),o=re?Reflect.ownKeys(e):Object.keys(e);for(let i=0;i(this.$slots||xt(r,e.scopedSlots,this.$slots=vt(n,r)),this.$slots),Object.defineProperty(this,"scopedSlots",{enumerable:!0,get(){return xt(r,e.scopedSlots,this.slots())}}),d&&(this.$options=s,this.$slots=this.slots(),this.$scopedSlots=xt(r,e.scopedSlots,this.$slots)),s._scopeId?this._c=(e,t,n,o)=>{const a=Pt(l,e,t,n,o,m);return a&&!i(a)&&(a.fnScopeId=s._scopeId,a.fnContext=r),a}:this._c=(e,t,n,o)=>Pt(l,e,t,n,o,m)}function Vn(e,t,n,o,i){const r=fe(e);return r.fnContext=n,r.fnOptions=o,t.slot&&((r.data||(r.data={})).slot=t.slot),r}function Tn(e,t){for(const n in t)e[C(n)]=t[n]}function Ln(e){return e.name||e.__name||e._componentTag}Ft(On.prototype);const jn={init(e,t){if(e.componentInstance&&!e.componentInstance._isDestroyed&&e.data.keepAlive){const t=e;jn.prepatch(t,t)}else(e.componentInstance=function(e,t){const n={_isComponent:!0,_parentVnode:e,parent:t},o=e.data.inlineTemplate;return a(o)&&(n.render=o.render,n.staticRenderFns=o.staticRenderFns),new e.componentOptions.Ctor(n)}(e,hn)).$mount(t?e.elm:void 0,t)},prepatch(e,t){const n=t.componentOptions;!function(e,t,n,i,r){const 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);let l=!!(r||e.$options._renderChildren||s);const d=e.$vnode;e.$options._parentVnode=i,e.$vnode=i,e._vnode&&(e._vnode.parent=i),e.$options._renderChildren=r;const m=i.data.attrs||o;e._attrsProxy&&Et(e._attrsProxy,m,d.data&&d.data.attrs||o,e,"$attrs")&&(l=!0),e.$attrs=m,n=n||o;const f=e.$options._parentListeners;if(e._listenersProxy&&Et(e._listenersProxy,n,f||o,e,"$listeners"),e.$listeners=e.$options._parentListeners=n,bn(e,n,f),t&&e.$options.props){Ce(!1);const n=e._props,o=e.$options._propKeys||[];for(let i=0;iv(o,n)));const l=e=>{for(let e=0,t=o.length;e{e.resolved=St(n,t),i?o.length=0:l(!0)})),f=L((t=>{a(e.errorComp)&&(e.error=!0,l(!0))})),u=e(m,f);return d(u)&&(p(u)?r(e.resolved)&&u.then(m,f):p(u.component)&&(u.component.then(m,f),a(u.error)&&(e.errorComp=St(u.error,t)),a(u.loading)&&(e.loadingComp=St(u.loading,t),0===u.delay?e.loading=!0:c=setTimeout((()=>{c=null,r(e.resolved)&&r(e.error)&&(e.loading=!0,l(!1))}),u.delay||200)),a(u.timeout)&&(s=setTimeout((()=>{s=null,r(e.resolved)&&f(null)}),u.timeout)))),i=!1,e.loading?e.loadingComp:e.resolved}}(f,m),void 0===e))return function(e,t,n,o,i){const r=de();return r.asyncFactory=e,r.asyncMeta={data:t,context:n,children:o,tag:i},r}(f,t,n,s,l);t=t||{},fo(e),a(t.model)&&function(e,t){const n=e.model&&e.model.prop||"value",o=e.model&&e.model.event||"input";(t.attrs||(t.attrs={}))[n]=t.model.value;const 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);const u=function(e,t,n){const o=t.options.props;if(r(o))return;const i={},{attrs:c,props:s}=e;if(a(c)||a(s))for(const e in o){const t=B(e);et(i,s,e,t,!0)||et(i,c,e,t,!1)}return i}(t,e);if(c(e.options.functional))return function(e,t,n,r,c){const s=e.options,l={},d=s.props;if(a(d))for(const e in d)l[e]=Jn(e,d,t||o);else a(n.attrs)&&Tn(l,n.attrs),a(n.props)&&Tn(l,n.props);const m=new On(n,l,c,r,e),f=s.render.call(null,m._c,m);if(f instanceof le)return Vn(f,n,m.parent,s);if(i(f)){const e=tt(f)||[],t=new Array(e.length);for(let o=0;o{e(n,o),t(n,o)};return n._merged=!0,n}let Zn=M;const Un=q.optionMergeStrategies;function Hn(e,t,n=!0){if(!t)return e;let o,i,r;const a=re?Reflect.ownKeys(t):Object.keys(t);for(let c=0;c{Un[e]=Gn})),R.forEach((function(e){Un[e+"s"]=Qn})),Un.watch=function(e,t,n,o){if(e===$&&(e=void 0),t===$&&(t=void 0),!t)return Object.create(e||null);if(!e)return t;const r={};I(r,e);for(const e in t){let n=r[e];const o=t[e];n&&!i(n)&&(n=[n]),r[e]=n?n.concat(o):i(o)?o:[o]}return r},Un.props=Un.methods=Un.inject=Un.computed=function(e,t,n,o){if(!e)return t;const i=Object.create(null);return I(i,e),t&&I(i,t),i},Un.provide=function(e,t){return e?function(){const n=Object.create(null);return Hn(n,l(e)?e.call(this):e),t&&Hn(n,l(t)?t.call(this):t,!1),n}:t};const Yn=function(e,t){return void 0===t?e:t};function Xn(e,t,n){if(l(t)&&(t=t.options),function(e,t){const n=e.props;if(!n)return;const o={};let r,a,c;if(i(n))for(r=n.length;r--;)a=n[r],"string"==typeof a&&(c=C(a),o[c]={type:null});else if(f(n))for(const e in n)a=n[e],c=C(e),o[c]=f(a)?a:{type:a};e.props=o}(t),function(e,t){const n=e.inject;if(!n)return;const o=e.inject={};if(i(n))for(let e=0;e-1)if(r&&!y(i,"default"))a=!1;else if(""===a||a===B(e)){const e=to(String,i.type);(e<0||c-1:"string"==typeof e?e.split(",").indexOf(t)>-1:(n=e,"[object RegExp]"===m.call(n)&&e.test(t));var n}function ho(e,t){const{cache:n,keys:o,_vnode:i}=e;for(const e in n){const r=n[e];if(r){const a=r.name;a&&!t(a)&&go(n,e,o,i)}}}function go(e,t,n,o){const i=e[t];!i||o&&i.tag===o.tag||i.componentInstance.$destroy(),e[t]=null,v(n,t)}!function(e){e.prototype._init=function(e){const t=this;t._uid=mo++,t._isVue=!0,t.__v_skip=!0,t._scope=new Ye(!0),t._scope._vm=!0,e&&e._isComponent?function(e,t){const n=e.$options=Object.create(e.constructor.options),o=t._parentVnode;n.parent=t.parent,n._parentVnode=o;const 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=Xn(fo(t.constructor),e||{},t),t._renderProxy=t,t._self=t,function(e){const t=e.$options;let 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;const t=e.$options._parentListeners;t&&bn(e,t)}(t),function(e){e._vnode=null,e._staticTrees=null;const t=e.$options,n=e.$vnode=t._parentVnode,i=n&&n.context;e.$slots=vt(t._renderChildren,i),e.$scopedSlots=n?xt(e.$parent,n.data.scopedSlots,e.$slots):o,e._c=(t,n,o,i)=>Pt(e,t,n,o,i,!1),e.$createElement=(t,n,o,i)=>Pt(e,t,n,o,i,!0);const r=n&&n.data;De(e,"$attrs",r&&r.attrs||o,null,!0),De(e,"$listeners",t._parentListeners||o,null,!0)}(t),yn(t,"beforeCreate",void 0,!1),function(e){const t=Pn(e.$options.inject,e);t&&(Ce(!1),Object.keys(t).forEach((n=>{De(e,n,t[n])})),Ce(!0))}(t),io(t),function(e){const t=e.$options.provide;if(t){const n=l(t)?t.call(e):t;if(!d(n))return;const o=Xe(e),i=re?Reflect.ownKeys(n):Object.keys(n);for(let e=0;e1?z(n):n;const o=z(arguments,1),i=`event handler for "${e}"`;for(let e=0,r=n.length;eparseInt(this.max)&&go(e,t[0],t,this._vnode),this.vnodeToCache=null}}},created(){this.cache=Object.create(null),this.keys=[]},destroyed(){for(const e in this.cache)go(this.cache,e,this.keys)},mounted(){this.cacheVNode(),this.$watch("include",(e=>{ho(this,(t=>bo(e,t)))})),this.$watch("exclude",(e=>{ho(this,(t=>!bo(e,t)))}))},updated(){this.cacheVNode()},render(){const e=this.$slots.default,t=Mt(e),n=t&&t.componentOptions;if(n){const e=po(n),{include:o,exclude:i}=this;if(o&&(!e||!bo(o,e))||i&&e&&bo(i,e))return t;const{cache:r,keys:a}=this,c=null==t.key?n.Ctor.cid+(n.tag?`::${n.tag}`:""):t.key;r[c]?(t.componentInstance=r[c].componentInstance,v(a,c),a.push(c)):(this.vnodeToCache=t,this.keyToCache=c),t.data.keepAlive=!0}return t||e&&e[0]}}};!function(e){const t={get:()=>q};Object.defineProperty(e,"config",t),e.util={warn:Zn,extend:I,mergeOptions:Xn,defineReactive:De},e.set=ze,e.delete=Ie,e.nextTick=Ht,e.observable=e=>(Be(e),e),e.options=Object.create(null),R.forEach((t=>{e.options[t+"s"]=Object.create(null)})),e.options._base=e,I(e.options.components,vo),function(e){e.use=function(e){const t=this._installedPlugins||(this._installedPlugins=[]);if(t.indexOf(e)>-1)return this;const n=z(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=Xn(this.options,e),this}}(e),function(e){e.cid=0;let t=1;e.extend=function(e){e=e||{};const n=this,o=n.cid,i=e._Ctor||(e._Ctor={});if(i[o])return i[o];const r=Ln(e)||Ln(n.options),a=function(e){this._init(e)};return(a.prototype=Object.create(n.prototype)).constructor=a,a.cid=t++,a.options=Xn(n.options,e),a.super=n,a.options.props&&function(e){const t=e.options.props;for(const n in t)oo(e.prototype,"_props",n)}(a),a.options.computed&&function(e){const t=e.options.computed;for(const n in t)ao(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=I({},a.options),i[o]=a,a}}(e),function(e){R.forEach((t=>{e[t]=function(e,n){return n?("component"===t&&f(n)&&(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)}(uo),Object.defineProperty(uo.prototype,"$isServer",{get:ne}),Object.defineProperty(uo.prototype,"$ssrContext",{get(){return this.$vnode&&this.$vnode.ssrContext}}),Object.defineProperty(uo,"FunctionalRenderContext",{value:On}),uo.version="2.7.14";const wo=g("style,class"),yo=g("input,textarea,option,select,progress"),xo=g("contenteditable,draggable,spellcheck"),ko=g("events,caret,typing,plaintext-only"),Co=g("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"),Ao="http://www.w3.org/1999/xlink",Eo=e=>":"===e.charAt(5)&&"xlink"===e.slice(0,5),Bo=e=>Eo(e)?e.slice(6,e.length):"",Do=e=>null==e||!1===e;function zo(e,t){return{staticClass:Io(e.staticClass,t.staticClass),class:a(e.class)?[e.class,t.class]:t.class}}function Io(e,t){return e?t?e+" "+t:e:t||""}function So(e){return Array.isArray(e)?function(e){let t,n="";for(let o=0,i=e.length;oPo(e)||Oo(e),To=Object.create(null),Lo=g("text,number,password,search,email,tel,url");var jo=Object.freeze({__proto__:null,createElement:function(e,t){const 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(Mo[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,"")}}),Ro={create(e,t){No(t)},update(e,t){e.data.ref!==t.data.ref&&(No(e,!0),No(t))},destroy(e){No(e,!0)}};function No(e,t){const n=e.data.ref;if(!a(n))return;const o=e.context,r=e.componentInstance||e.elm,c=t?null:r,s=t?void 0:r;if(l(n))return void Tt(n,o,[c],o,"template ref function");const d=e.data.refInFor,m="string"==typeof n||"number"==typeof n,f=Le(n),u=o.$refs;if(m||f)if(d){const e=m?u[n]:n.value;t?i(e)&&v(e,r):i(e)?e.includes(r)||e.push(r):m?(u[n]=[r],qo(o,n,u[n])):n.value=[r]}else if(m){if(t&&u[n]!==r)return;u[n]=s,qo(o,n,c)}else if(f){if(t&&n.value!==r)return;n.value=c}}function qo({_setupState:e},t,n){e&&y(e,t)&&(Le(e[t])?e[t].value=n:e[t]=n)}const Zo=new le("",{},[]),Uo=["create","activate","update","remove","destroy"];function Ho(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;let n;const 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||Lo(o)&&Lo(i)}(e,t)||c(e.isAsyncPlaceholder)&&r(t.asyncFactory.error))}function Wo(e,t,n){let o,i;const r={};for(o=t;o<=n;++o)i=e[o].key,a(i)&&(r[i]=o);return r}var Go={create:Qo,update:Qo,destroy:function(e){Qo(e,Zo)}};function Qo(e,t){(e.data.directives||t.data.directives)&&function(e,t){const n=e===Zo,o=t===Zo,i=Xo(e.data.directives,e.context),r=Xo(t.data.directives,t.context),a=[],c=[];let s,l,d;for(s in r)l=i[s],d=r[s],l?(d.oldValue=l.value,d.oldArg=l.arg,Jo(d,"update",t,e),d.def&&d.def.componentUpdated&&c.push(d)):(Jo(d,"bind",t,e),d.def&&d.def.inserted&&a.push(d));if(a.length){const o=()=>{for(let n=0;n{for(let n=0;n-1?ti(e,t,n):Co(t)?Do(n)?e.removeAttribute(t):(n="allowfullscreen"===t&&"EMBED"===e.tagName?"true":t,e.setAttribute(t,n)):xo(t)?e.setAttribute(t,((e,t)=>Do(t)||"false"===t?"false":"contenteditable"===e&&ko(t)?t:"true")(t,n)):Eo(t)?Do(n)?e.removeAttributeNS(Ao,Bo(t)):e.setAttributeNS(Ao,t,n):ti(e,t,n)}function ti(e,t,n){if(Do(n))e.removeAttribute(t);else{if(Y&&!X&&"TEXTAREA"===e.tagName&&"placeholder"===t&&""!==n&&!e.__ieph){const t=n=>{n.stopImmediatePropagation(),e.removeEventListener("input",t)};e.addEventListener("input",t),e.__ieph=!0}e.setAttribute(t,n)}}var ni={create:$o,update:$o};function oi(e,t){const n=t.elm,o=t.data,i=e.data;if(r(o.staticClass)&&r(o.class)&&(r(i)||r(i.staticClass)&&r(i.class)))return;let c=function(e){let t=e.data,n=e,o=e;for(;a(o.componentInstance);)o=o.componentInstance._vnode,o&&o.data&&(t=zo(o.data,t));for(;a(n=n.parent);)n&&n.data&&(t=zo(t,n.data));return function(e,t){return a(e)||a(t)?Io(e,So(t)):""}(t.staticClass,t.class)}(t);const s=n._transitionClasses;a(s)&&(c=Io(c,So(s))),c!==n._prevClass&&(n.setAttribute("class",c),n._prevClass=c)}var ii={create:oi,update:oi};let ri;function ai(e,t,n){const o=ri;return function i(){const r=t.apply(null,arguments);null!==r&&li(e,i,n,o)}}const ci=Rt&&!(_&&Number(_[1])<=53);function si(e,t,n,o){if(ci){const e=Dn,n=t;t=n._wrapper=function(t){if(t.target===t.currentTarget||t.timeStamp>=e||t.timeStamp<=0||t.target.ownerDocument!==document)return n.apply(this,arguments)}}ri.addEventListener(e,t,te?{capture:n,passive:o}:n)}function li(e,t,n,o){(o||ri).removeEventListener(e,t._wrapper||t,n)}function di(e,t){if(r(e.data.on)&&r(t.data.on))return;const n=t.data.on||{},o=e.data.on||{};ri=t.elm||e.elm,function(e){if(a(e.__r)){const t=Y?"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),_e(n,o,si,li,ai,t.context),ri=void 0}var mi={create:di,update:di,destroy:e=>di(e,Zo)};let fi;function ui(e,t){if(r(e.data.domProps)&&r(t.data.domProps))return;let n,o;const i=t.elm,s=e.data.domProps||{};let l=t.data.domProps||{};for(n in(a(l.__ob__)||c(l._v_attr_proxy))&&(l=t.data.domProps=I({},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;const e=r(o)?"":String(o);pi(i,e)&&(i.value=e)}else if("innerHTML"===n&&Oo(i.tagName)&&r(i.innerHTML)){fi=fi||document.createElement("div"),fi.innerHTML=`${o}`;const e=fi.firstChild;for(;i.firstChild;)i.removeChild(i.firstChild);for(;e.firstChild;)i.appendChild(e.firstChild)}else if(o!==s[n])try{i[n]=o}catch(e){}}}function pi(e,t){return!e.composing&&("OPTION"===e.tagName||function(e,t){let n=!0;try{n=document.activeElement!==e}catch(e){}return n&&e.value!==t}(e,t)||function(e,t){const n=e.value,o=e._vModifiers;if(a(o)){if(o.number)return h(n)!==h(t);if(o.trim)return n.trim()!==t.trim()}return n!==t}(e,t))}var bi={create:ui,update:ui};const hi=x((function(e){const t={},n=/:(.+)/;return e.split(/;(?![^(]*\))/g).forEach((function(e){if(e){const o=e.split(n);o.length>1&&(t[o[0].trim()]=o[1].trim())}})),t}));function gi(e){const t=Fi(e.style);return e.staticStyle?I(e.staticStyle,t):t}function Fi(e){return Array.isArray(e)?S(e):"string"==typeof e?hi(e):e}const vi=/^--/,wi=/\s*!important$/,yi=(e,t,n)=>{if(vi.test(t))e.style.setProperty(t,n);else if(wi.test(n))e.style.setProperty(B(t),n.replace(wi,""),"important");else{const o=Ci(t);if(Array.isArray(n))for(let t=0,i=n.length;t-1?t.split(Bi).forEach((t=>e.classList.add(t))):e.classList.add(t);else{const n=` ${e.getAttribute("class")||""} `;n.indexOf(" "+t+" ")<0&&e.setAttribute("class",(n+t).trim())}}function zi(e,t){if(t&&(t=t.trim()))if(e.classList)t.indexOf(" ")>-1?t.split(Bi).forEach((t=>e.classList.remove(t))):e.classList.remove(t),e.classList.length||e.removeAttribute("class");else{let n=` ${e.getAttribute("class")||""} `;const o=" "+t+" ";for(;n.indexOf(o)>=0;)n=n.replace(o," ");n=n.trim(),n?e.setAttribute("class",n):e.removeAttribute("class")}}function Ii(e){if(e){if("object"==typeof e){const t={};return!1!==e.css&&I(t,Si(e.name||"v")),I(t,e),t}return"string"==typeof e?Si(e):void 0}}const Si=x((e=>({enterClass:`${e}-enter`,enterToClass:`${e}-enter-to`,enterActiveClass:`${e}-enter-active`,leaveClass:`${e}-leave`,leaveToClass:`${e}-leave-to`,leaveActiveClass:`${e}-leave-active`}))),Mi=G&&!X;let Pi="transition",Oi="transitionend",Vi="animation",Ti="animationend";Mi&&(void 0===window.ontransitionend&&void 0!==window.onwebkittransitionend&&(Pi="WebkitTransition",Oi="webkitTransitionEnd"),void 0===window.onanimationend&&void 0!==window.onwebkitanimationend&&(Vi="WebkitAnimation",Ti="webkitAnimationEnd"));const Li=G?window.requestAnimationFrame?window.requestAnimationFrame.bind(window):setTimeout:e=>e();function ji(e){Li((()=>{Li(e)}))}function Ri(e,t){const n=e._transitionClasses||(e._transitionClasses=[]);n.indexOf(t)<0&&(n.push(t),Di(e,t))}function Ni(e,t){e._transitionClasses&&v(e._transitionClasses,t),zi(e,t)}function qi(e,t,n){const{type:o,timeout:i,propCount:r}=Ui(e,t);if(!o)return n();const a="transition"===o?Oi:Ti;let c=0;const s=()=>{e.removeEventListener(a,l),n()},l=t=>{t.target===e&&++c>=r&&s()};setTimeout((()=>{c0&&(l="transition",d=r,m=i.length):"animation"===t?s>0&&(l="animation",d=s,m=c.length):(d=Math.max(r,s),l=d>0?r>s?"transition":"animation":null,m=l?"transition"===l?i.length:c.length:0),{type:l,timeout:d,propCount:m,hasTransform:"transition"===l&&Zi.test(n[Pi+"Property"])}}function Hi(e,t){for(;e.lengthWi(t)+Wi(e[n]))))}function Wi(e){return 1e3*Number(e.slice(0,-1).replace(",","."))}function Gi(e,t){const n=e.elm;a(n._leaveCb)&&(n._leaveCb.cancelled=!0,n._leaveCb());const o=Ii(e.data.transition);if(r(o))return;if(a(n._enterCb)||1!==n.nodeType)return;const{css:i,type:c,enterClass:s,enterToClass:m,enterActiveClass:f,appearClass:u,appearToClass:p,appearActiveClass:b,beforeEnter:g,enter:F,afterEnter:v,enterCancelled:w,beforeAppear:y,appear:x,afterAppear:k,appearCancelled:C,duration:A}=o;let E=hn,B=hn.$vnode;for(;B&&B.parent;)E=B.context,B=B.parent;const D=!E._isMounted||!e.isRootInsert;if(D&&!x&&""!==x)return;const z=D&&u?u:s,I=D&&b?b:f,S=D&&p?p:m,M=D&&y||g,P=D&&l(x)?x:F,O=D&&k||v,V=D&&C||w,T=h(d(A)?A.enter:A),j=!1!==i&&!X,R=Xi(P),N=n._enterCb=L((()=>{j&&(Ni(n,S),Ni(n,I)),N.cancelled?(j&&Ni(n,z),V&&V(n)):O&&O(n),n._enterCb=null}));e.data.show||$e(e,"insert",(()=>{const 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),j&&(Ri(n,z),Ri(n,I),ji((()=>{Ni(n,z),N.cancelled||(Ri(n,S),R||(Yi(T)?setTimeout(N,T):qi(n,c,N)))}))),e.data.show&&(t&&t(),P&&P(n,N)),j||R||N()}function Qi(e,t){const n=e.elm;a(n._enterCb)&&(n._enterCb.cancelled=!0,n._enterCb());const o=Ii(e.data.transition);if(r(o)||1!==n.nodeType)return t();if(a(n._leaveCb))return;const{css:i,type:c,leaveClass:s,leaveToClass:l,leaveActiveClass:m,beforeLeave:f,leave:u,afterLeave:p,leaveCancelled:b,delayLeave:g,duration:F}=o,v=!1!==i&&!X,w=Xi(u),y=h(d(F)?F.leave:F),x=n._leaveCb=L((()=>{n.parentNode&&n.parentNode._pending&&(n.parentNode._pending[e.key]=null),v&&(Ni(n,l),Ni(n,m)),x.cancelled?(v&&Ni(n,s),b&&b(n)):(t(),p&&p(n)),n._leaveCb=null}));function k(){x.cancelled||(!e.data.show&&n.parentNode&&((n.parentNode._pending||(n.parentNode._pending={}))[e.key]=e),f&&f(n),v&&(Ri(n,s),Ri(n,m),ji((()=>{Ni(n,s),x.cancelled||(Ri(n,l),w||(Yi(y)?setTimeout(x,y):qi(n,c,x)))}))),u&&u(n,x),v||w||x())}g?g(k):k()}function Yi(e){return"number"==typeof e&&!isNaN(e)}function Xi(e){if(r(e))return!1;const t=e.fns;return a(t)?Xi(Array.isArray(t)?t[0]:t):(e._length||e.length)>1}function Ki(e,t){!0!==t.data.show&&Gi(t)}const Ji=function(e){let t,n;const o={},{modules:l,nodeOps:d}=e;for(t=0;tb?(m=r(n[F+1])?null:n[F+1].elm,w(e,m,n,p,F,o)):p>F&&x(t,u,b)}(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(let e=0;e{const e=document.activeElement;e&&e.vmodel&&rr(e,"input")}));const _i={inserted(e,t,n,o){"select"===n.tag?(o.elm&&!o.elm._vOptions?$e(n,"postpatch",(()=>{_i.componentUpdated(e,t,n)})):$i(e,t,n.context),e._vOptions=[].map.call(e.options,nr)):("textarea"===n.tag||Lo(e.type))&&(e._vModifiers=t.modifiers,t.modifiers.lazy||(e.addEventListener("compositionstart",or),e.addEventListener("compositionend",ir),e.addEventListener("change",ir),X&&(e.vmodel=!0)))},componentUpdated(e,t,n){if("select"===n.tag){$i(e,t,n.context);const o=e._vOptions,i=e._vOptions=[].map.call(e.options,nr);i.some(((e,t)=>!V(e,o[t])))&&(e.multiple?t.value.some((e=>tr(e,i))):t.value!==t.oldValue&&tr(t.value,i))&&rr(e,"change")}}};function $i(e,t,n){er(e,t),(Y||K)&&setTimeout((()=>{er(e,t)}),0)}function er(e,t,n){const o=t.value,i=e.multiple;if(i&&!Array.isArray(o))return;let r,a;for(let t=0,n=e.options.length;t-1,a.selected!==r&&(a.selected=r);else if(V(nr(a),o))return void(e.selectedIndex!==t&&(e.selectedIndex=t));i||(e.selectedIndex=-1)}function tr(e,t){return t.every((t=>!V(t,e)))}function nr(e){return"_value"in e?e._value:e.value}function or(e){e.target.composing=!0}function ir(e){e.target.composing&&(e.target.composing=!1,rr(e.target,"input"))}function rr(e,t){const n=document.createEvent("HTMLEvents");n.initEvent(t,!0,!0),e.dispatchEvent(n)}function ar(e){return!e.componentInstance||e.data&&e.data.transition?e:ar(e.componentInstance._vnode)}var cr={bind(e,{value:t},n){const o=(n=ar(n)).data&&n.data.transition,i=e.__vOriginalDisplay="none"===e.style.display?"":e.style.display;t&&o?(n.data.show=!0,Gi(n,(()=>{e.style.display=i}))):e.style.display=t?i:"none"},update(e,{value:t,oldValue:n},o){!t!=!n&&((o=ar(o)).data&&o.data.transition?(o.data.show=!0,t?Gi(o,(()=>{e.style.display=e.__vOriginalDisplay})):Qi(o,(()=>{e.style.display="none"}))):e.style.display=t?e.__vOriginalDisplay:"none")},unbind(e,t,n,o,i){i||(e.style.display=e.__vOriginalDisplay)}},sr={model:_i,show:cr};const lr={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 dr(e){const t=e&&e.componentOptions;return t&&t.Ctor.options.abstract?dr(Mt(t.children)):e}function mr(e){const t={},n=e.$options;for(const o in n.propsData)t[o]=e[o];const o=n._parentListeners;for(const e in o)t[C(e)]=o[e];return t}function fr(e,t){if(/\d-keep-alive$/.test(t.tag))return e("keep-alive",{props:t.componentOptions.propsData})}const ur=e=>e.tag||yt(e),pr=e=>"show"===e.name;var br={name:"transition",props:lr,abstract:!0,render(e){let t=this.$slots.default;if(!t)return;if(t=t.filter(ur),!t.length)return;const n=this.mode,o=t[0];if(function(e){for(;e=e.parent;)if(e.data.transition)return!0}(this.$vnode))return o;const i=dr(o);if(!i)return o;if(this._leaving)return fr(e,o);const r=`__transition-${this._uid}-`;i.key=null==i.key?i.isComment?r+"comment":r+i.tag:s(i.key)?0===String(i.key).indexOf(r)?i.key:r+i.key:i.key;const a=(i.data||(i.data={})).transition=mr(this),c=this._vnode,l=dr(c);if(i.data.directives&&i.data.directives.some(pr)&&(i.data.show=!0),l&&l.data&&!function(e,t){return t.key===e.key&&t.tag===e.tag}(i,l)&&!yt(l)&&(!l.componentInstance||!l.componentInstance._vnode.isComment)){const t=l.data.transition=I({},a);if("out-in"===n)return this._leaving=!0,$e(t,"afterLeave",(()=>{this._leaving=!1,this.$forceUpdate()})),fr(e,o);if("in-out"===n){if(yt(i))return c;let e;const n=()=>{e()};$e(a,"afterEnter",n),$e(a,"enterCancelled",n),$e(t,"delayLeave",(t=>{e=t}))}}return o}};const hr=I({tag:String,moveClass:String},lr);delete hr.mode;var gr={props:hr,beforeMount(){const e=this._update;this._update=(t,n)=>{const o=gn(this);this.__patch__(this._vnode,this.kept,!1,!0),this._vnode=this.kept,o(),e.call(this,t,n)}},render(e){const 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=mr(this);for(let e=0;e{if(e.data.moved){const n=e.elm,o=n.style;Ri(n,t),o.transform=o.WebkitTransform=o.transitionDuration="",n.addEventListener(Oi,n._moveCb=function e(o){o&&o.target!==n||o&&!/transform$/.test(o.propertyName)||(n.removeEventListener(Oi,e),n._moveCb=null,Ni(n,t))})}})))},methods:{hasMove(e,t){if(!Mi)return!1;if(this._hasMove)return this._hasMove;const n=e.cloneNode();e._transitionClasses&&e._transitionClasses.forEach((e=>{zi(n,e)})),Di(n,t),n.style.display="none",this.$el.appendChild(n);const o=Ui(n);return this.$el.removeChild(n),this._hasMove=o.hasTransform}}};function Fr(e){e.elm._moveCb&&e.elm._moveCb(),e.elm._enterCb&&e.elm._enterCb()}function vr(e){e.data.newPos=e.elm.getBoundingClientRect()}function wr(e){const 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;const t=e.elm.style;t.transform=t.WebkitTransform=`translate(${o}px,${i}px)`,t.transitionDuration="0s"}}var yr={Transition:br,TransitionGroup:gr};uo.config.mustUseProp=(e,t,n)=>"value"===n&&yo(e)&&"button"!==t||"selected"===n&&"option"===e||"checked"===n&&"input"===e||"muted"===n&&"video"===e,uo.config.isReservedTag=Vo,uo.config.isReservedAttr=wo,uo.config.getTagNamespace=function(e){return Oo(e)?"svg":"math"===e?"math":void 0},uo.config.isUnknownElement=function(e){if(!G)return!0;if(Vo(e))return!1;if(e=e.toLowerCase(),null!=To[e])return To[e];const t=document.createElement(e);return e.indexOf("-")>-1?To[e]=t.constructor===window.HTMLUnknownElement||t.constructor===window.HTMLElement:To[e]=/HTMLUnknownElement/.test(t.toString())},I(uo.options.directives,sr),I(uo.options.components,yr),uo.prototype.__patch__=G?Ji:M,uo.prototype.$mount=function(e,t){return function(e,t,n){let o;e.$el=t,e.$options.render||(e.$options.render=de),yn(e,"beforeMount"),o=()=>{e._update(e._render(),n)},new mn(e,o,M,{before(){e._isMounted&&!e._isDestroyed&&yn(e,"beforeUpdate")}},!0),n=!1;const i=e._preWatchers;if(i)for(let e=0;e{q.devtools&&oe&&oe.emit("init",uo)}),0),I(uo,rn),e.exports=uo},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":5564};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":1403};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>>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>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>>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>>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,F,v,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<>>=w=v>>>24,p-=w,0==(w=v>>>16&255))E[r++]=65535&v;else{if(!(16&w)){if(0==(64&w)){v=b[(65535&v)+(u&(1<>>=w,p-=w),p<15&&(u+=A[o++]<>>=w=v>>>24,p-=w,!(16&(w=v>>>16&255))){if(0==(64&w)){v=h[(65535&v)+(u&(1<>>=w,p-=w,(w=r-a)>3,u&=(1<<(p-=y<<3))-1,e.next_in=o,e.next_out=r,e.avail_in=o>>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.flags=0,this.dmax=0,this.check=0,this.total=0,this.head=null,this.wbits=0,this.wsize=0,this.whave=0,this.wnext=0,this.window=null,this.hold=0,this.bits=0,this.length=0,this.offset=0,this.extra=0,this.lencode=null,this.distcode=null,this.lenbits=0,this.distbits=0,this.ncode=0,this.nlen=0,this.ndist=0,this.have=0,this.next=null,this.lens=new o.Buf16(320),this.work=new o.Buf16(288),this.lendyn=null,this.distdyn=null,this.sane=0,this.back=0,this.was=0}function m(e){var t;return e&&e.state?(t=e.state,e.total_in=e.total_out=t.total=0,e.msg="",t.wrap&&(e.adler=1&t.wrap),t.mode=1,t.last=0,t.havedict=0,t.dmax=32768,t.head=null,t.hold=0,t.bits=0,t.lencode=t.lendyn=new o.Buf32(852),t.distcode=t.distdyn=new o.Buf32(592),t.sane=1,t.back=-1,0):s}function f(e){var t;return e&&e.state?((t=e.state).wsize=0,t.whave=0,t.wnext=0,m(e)):s}function u(e,t){var n,o;return e&&e.state?(o=e.state,t<0?(n=0,t=-t):(n=1+(t>>4),t<48&&(t&=15)),t&&(t<8||15=a.wsize?(o.arraySet(a.window,t,n-a.wsize,a.wsize,0),a.wnext=0,a.whave=a.wsize):(i<(r=a.wsize-a.wnext)&&(r=i),o.arraySet(a.window,t,n-i,r,a.wnext),(i-=r)?(o.arraySet(a.window,t,n-i,i,0),a.wnext=i,a.whave=a.wsize):(a.wnext+=r,a.wnext===a.wsize&&(a.wnext=0),a.whave>>8&255,n.check=r(n.check,T,2,0),g=h=0,n.mode=2;break}if(n.flags=0,n.head&&(n.head.done=!1),!(1&n.wrap)||(((255&h)<<8)+(h>>8))%31){e.msg="incorrect header check",n.mode=30;break}if(8!=(15&h)){e.msg="unknown compression method",n.mode=30;break}if(g-=4,S=8+(15&(h>>>=4)),0===n.wbits)n.wbits=S;else if(S>n.wbits){e.msg="invalid window size",n.mode=30;break}n.dmax=1<>8&1),512&n.flags&&(T[0]=255&h,T[1]=h>>>8&255,n.check=r(n.check,T,2,0)),g=h=0,n.mode=3;case 3:for(;g<32;){if(0===p)break e;p--,h+=d[f++]<>>8&255,T[2]=h>>>16&255,T[3]=h>>>24&255,n.check=r(n.check,T,4,0)),g=h=0,n.mode=4;case 4:for(;g<16;){if(0===p)break e;p--,h+=d[f++]<>8),512&n.flags&&(T[0]=255&h,T[1]=h>>>8&255,n.check=r(n.check,T,2,0)),g=h=0,n.mode=5;case 5:if(1024&n.flags){for(;g<16;){if(0===p)break e;p--,h+=d[f++]<>>8&255,n.check=r(n.check,T,2,0)),g=h=0}else n.head&&(n.head.extra=null);n.mode=6;case 6:if(1024&n.flags&&(p<(x=n.length)&&(x=p),x&&(n.head&&(S=n.head.extra_len-n.length,n.head.extra||(n.head.extra=new Array(n.head.extra_len)),o.arraySet(n.head.extra,d,f,x,S)),512&n.flags&&(n.check=r(n.check,d,x,f)),p-=x,f+=x,n.length-=x),n.length))break e;n.length=0,n.mode=7;case 7:if(2048&n.flags){if(0===p)break e;for(x=0;S=d[f+x++],n.head&&S&&n.length<65536&&(n.head.name+=String.fromCharCode(S)),S&&x>9&1,n.head.done=!0),e.adler=n.check=0,n.mode=12;break;case 10:for(;g<32;){if(0===p)break e;p--,h+=d[f++]<>>=7&g,g-=7&g,n.mode=27;break}for(;g<3;){if(0===p)break e;p--,h+=d[f++]<>>=1)){case 0:n.mode=14;break;case 1:if(F(n),n.mode=20,6!==t)break;h>>>=2,g-=2;break e;case 2:n.mode=17;break;case 3:e.msg="invalid block type",n.mode=30}h>>>=2,g-=2;break;case 14:for(h>>>=7&g,g-=7&g;g<32;){if(0===p)break e;p--,h+=d[f++]<>>16^65535)){e.msg="invalid stored block lengths",n.mode=30;break}if(n.length=65535&h,g=h=0,n.mode=15,6===t)break e;case 15:n.mode=16;case 16:if(x=n.length){if(p>>=5,g-=5,n.ndist=1+(31&h),h>>>=5,g-=5,n.ncode=4+(15&h),h>>>=4,g-=4,286>>=3,g-=3}for(;n.have<19;)n.lens[L[n.have++]]=0;if(n.lencode=n.lendyn,n.lenbits=7,P={bits:n.lenbits},M=c(0,n.lens,0,19,n.lencode,0,n.work,P),n.lenbits=P.bits,M){e.msg="invalid code lengths set",n.mode=30;break}n.have=0,n.mode=19;case 19:for(;n.have>>16&255,B=65535&V,!((A=V>>>24)<=g);){if(0===p)break e;p--,h+=d[f++]<>>=A,g-=A,n.lens[n.have++]=B;else{if(16===B){for(O=A+2;g>>=A,g-=A,0===n.have){e.msg="invalid bit length repeat",n.mode=30;break}S=n.lens[n.have-1],x=3+(3&h),h>>>=2,g-=2}else if(17===B){for(O=A+3;g>>=A)),h>>>=3,g-=3}else{for(O=A+7;g>>=A)),h>>>=7,g-=7}if(n.have+x>n.nlen+n.ndist){e.msg="invalid bit length repeat",n.mode=30;break}for(;x--;)n.lens[n.have++]=S}}if(30===n.mode)break;if(0===n.lens[256]){e.msg="invalid code -- missing end-of-block",n.mode=30;break}if(n.lenbits=9,P={bits:n.lenbits},M=c(1,n.lens,0,n.nlen,n.lencode,0,n.work,P),n.lenbits=P.bits,M){e.msg="invalid literal/lengths set",n.mode=30;break}if(n.distbits=6,n.distcode=n.distdyn,P={bits:n.distbits},M=c(2,n.lens,n.nlen,n.ndist,n.distcode,0,n.work,P),n.distbits=P.bits,M){e.msg="invalid distances set",n.mode=30;break}if(n.mode=20,6===t)break e;case 20:n.mode=21;case 21:if(6<=p&&258<=b){e.next_out=u,e.avail_out=b,e.next_in=f,e.avail_in=p,n.hold=h,n.bits=g,a(e,y),u=e.next_out,m=e.output,b=e.avail_out,f=e.next_in,d=e.input,p=e.avail_in,h=n.hold,g=n.bits,12===n.mode&&(n.back=-1);break}for(n.back=0;E=(V=n.lencode[h&(1<>>16&255,B=65535&V,!((A=V>>>24)<=g);){if(0===p)break e;p--,h+=d[f++]<>D)])>>>16&255,B=65535&V,!(D+(A=V>>>24)<=g);){if(0===p)break e;p--,h+=d[f++]<>>=D,g-=D,n.back+=D}if(h>>>=A,g-=A,n.back+=A,n.length=B,0===E){n.mode=26;break}if(32&E){n.back=-1,n.mode=12;break}if(64&E){e.msg="invalid literal/length code",n.mode=30;break}n.extra=15&E,n.mode=22;case 22:if(n.extra){for(O=n.extra;g>>=n.extra,g-=n.extra,n.back+=n.extra}n.was=n.length,n.mode=23;case 23:for(;E=(V=n.distcode[h&(1<>>16&255,B=65535&V,!((A=V>>>24)<=g);){if(0===p)break e;p--,h+=d[f++]<>D)])>>>16&255,B=65535&V,!(D+(A=V>>>24)<=g);){if(0===p)break e;p--,h+=d[f++]<>>=D,g-=D,n.back+=D}if(h>>>=A,g-=A,n.back+=A,64&E){e.msg="invalid distance code",n.mode=30;break}n.offset=B,n.extra=15&E,n.mode=24;case 24:if(n.extra){for(O=n.extra;g>>=n.extra,g-=n.extra,n.back+=n.extra}if(n.offset>n.dmax){e.msg="invalid distance too far back",n.mode=30;break}n.mode=25;case 25:if(0===b)break e;if(x=y-b,n.offset>x){if((x=n.offset-x)>n.whave&&n.sane){e.msg="invalid distance too far back",n.mode=30;break}x>n.wnext?(x-=n.wnext,k=n.wsize-x):k=n.wnext-x,x>n.length&&(x=n.length),C=n.window}else C=m,k=u-n.offset,x=n.length;for(bF?(w=L[j+m[C]],y=P[O+m[C]]):(w=96,y=0),u=1<>z)+(p-=u)]=v<<24|w<<16|y|0,0!==p;);for(u=1<>=1;if(0!==u?(M&=u-1,M+=u):M=0,C++,0==--V[k]){if(k===E)break;k=t[n+m[C]]}if(B{var o={"./biliplus.svg":4050,"./lv6-plus.svg":732,"./settings-outline.svg":2613,"./widgets.svg":1522};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=5454},8195:e=>{"use strict";e.exports="data:font/woff2;base64,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"},8232:e=>{"use strict";e.exports='- `与 "解除 B 站区域限制" 互斥`: 若打开此选项, 在检测到 "解除 B 站区域限制" 脚本时, 将停止此脚本的加载以避免布局错乱.\n'},5340:e=>{"use strict";e.exports="TODO: en-US doc"},6284:e=>{"use strict";e.exports="- 文本颜色设为自动时, 背景色为主题色的元素, 会根据背景色的亮度自动决定使用黑色还是白色的文字.\n- 更新源决定在线仓库中功能的数据来源, 请注意更换更新源不会影响已安装的组件, 脚本本体的更新源与这个选项无关.\n- 文件下载模式决定多个文件下载时是打包为单个 zip 文件还是触发多个下载请求.\n- 开发者模式若开启:\n - 控制台中会统计各个功能的加载耗时.\n - 本地安装的功能将无视更新间隔期.\n - 允许输出 debug 级别的日志.\n - 报错的 Toast 将会显示整个堆栈信息.\n\n
    文件命名格式说明\n\n自定义文件命名格式, 各个功能在下载单个文件时, 会根据这个格式来命名\n可以使用的变量有:\n- `title`: 视频标题/直播间标题\n- `ep`: 选集标题\n- `aid`: AV 号\n- `bvid`: BV 号\n- `cid`: CID (每个视频的唯一编号, AV 号对应的视频可能有多集)\n- `lid`: 直播间号\n- `y`/`M`/`d`: 年/月/日\n- `h`/`m`/`s`/`ms`: 时/分/秒/毫秒\n\n默认的格式是 `[title][ - ep]`, 标题+选集标题, 当没有选集标题时则只有标题.\n\n变量要放在方括号里, 而方括号里的其他内容会在变量有效时出现. 比如格式如果写成 `[title] - [ep]`, 那么即使没有选集标题, 中间那个 ` - ` 也会出现在文件名里. 如果像默认那样放在方括号里, 没有选集标题时, ` - ` 也不会出现.\n\n例如, 想要标题 + AV 号 + 时间的格式, 可以设定为 `[title][ AVaid] [y]-[M]-[d] [h]-[m]-[s]`, 能够得到类似 `xxxx AV23333 2019-05-29 19-59-44` 的名字.\n
    \n\n
    批量命名格式说明\n\n自定义批量下载时的文件命名格式, 基本规则同 `文件命名格式`.\n新增的变量:\n- `n`: 数字, 表示第n个视频.\n\n
    \n"},3066:e=>{"use strict";e.exports=''},4050:e=>{"use strict";e.exports=''},732:e=>{"use strict";e.exports=''},2613:e=>{"use strict";e.exports=''},1522:e=>{"use strict";e.exports=''},113:e=>{"use strict";e.exports=JSON.parse('{"version":"2.8.9","author":"Grant Howard, Coulomb-G","copyright":"[year], Grant Howard (https://github.com/the1812) & Coulomb-G (https://github.com/Coulomb-G)","license":"MIT","match":"*://*.bilibili.com/*","exclude":["*://api.bilibili.com/*","*://api.*.bilibili.com/*","*://*.bilibili.com/api/*","*://member.bilibili.com/studio/bs-editor/*","*://t.bilibili.com/h5/dynamic/specification","*://bbq.bilibili.com/*","*://message.bilibili.com/pages/nav/header_sync","*://s1.hdslb.com/bfs/seed/jinkela/short/cols/iframe.html","*://open-live.bilibili.com/*"],"run-at":"document-start","grant":["unsafeWindow","GM_getValue","GM_setValue","GM_deleteValue","GM_info","GM_xmlhttpRequest","GM_registerMenuCommand","GM_unregisterMenuCommand"],"connect":["raw.githubusercontent.com","github.com","[altCdn.host]","cn.bing.com","www.bing.com","translate.google.cn","translate.google.com","localhost","*"],"require":["[altCdn.library.lodash]"],"icon":"[altCdn.smallLogo]","icon64":"[altCdn.logo]"}')}},__webpack_module_cache__={},leafPrototypes,getProto;function __webpack_require__(e){var t=__webpack_module_cache__[e];if(void 0!==t)return t.exports;var n=__webpack_module_cache__[e]={id:e,exports:{}};return __webpack_modules__[e].call(n.exports,n,n.exports,__webpack_require__),n.exports}__webpack_require__.n=e=>{var t=e&&e.__esModule?()=>e.default:()=>e;return __webpack_require__.d(t,{a:t}),t},getProto=Object.getPrototypeOf?e=>Object.getPrototypeOf(e):e=>e.__proto__,__webpack_require__.t=function(e,t){if(1&t&&(e=this(e)),8&t)return e;if("object"==typeof e&&e){if(4&t&&e.__esModule)return e;if(16&t&&"function"==typeof e.then)return e}var n=Object.create(null);__webpack_require__.r(n);var o={};leafPrototypes=leafPrototypes||[null,getProto({}),getProto([]),getProto(getProto)];for(var i=2&t&&e;"object"==typeof i&&!~leafPrototypes.indexOf(i);i=getProto(i))Object.getOwnPropertyNames(i).forEach((t=>o[t]=()=>e[t]));return o.default=()=>e,__webpack_require__.d(n,o),n},__webpack_require__.d=(e,t)=>{for(var n in t)__webpack_require__.o(t,n)&&!__webpack_require__.o(e,n)&&Object.defineProperty(e,n,{enumerable:!0,get:t[n]})},__webpack_require__.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(e){if("object"==typeof window)return window}}(),__webpack_require__.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),__webpack_require__.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var __webpack_exports__={};(()=>{"use strict";(async()=>{window.lodash=_,Object.defineProperty(window,"_",{get:()=>(console.warn("window._ is deprecated, please use window.lodash instead."),window.lodash)});const{initVue:e}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,156));e();const{headLoaded:t,raiseLifeCycleEvent:n,LifeCycleEventTypes:o}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,1834));n(o.Start);const{none:i}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,1379)),{promiseLoadTrace:r}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,9444));await r("wait for ",(async()=>{await t(i)})),await r("compatibility patch",(async()=>{const{compatibilityPatch:e}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,1917));e()}));const{coreApis:a,externalApis:c}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,980));if(unsafeWindow.bangumi_area_limit_hack&&a.settings.getComponentSettings("compatibilities").options.disableOnBalh&&a.utils.matchUrlPattern("//www.bilibili.com/bangumi/play/"))return void console.log("BALH detected, Bilibili Evolved is disabled.");unsafeWindow.bilibiliEvolved=c,window.coreApis=a,window.dq=a.utils.dq,window.dqa=a.utils.dqa,window.de=a.utils.de,window.des=a.utils.des,window.dea=a.utils.dea,window.deai=a.utils.deai,window.none=a.utils.none,window.componentsTags=a.componentApis.component.componentsTags,window.console=a.utils.log.useScopedConsole({name:"Bilibili Evolved",color:"#00A0D8"}), // eslint-disable-next-line no-global-assign console=window.console;const{loadAllUserComponents:s}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,5900));await r("parse user components",s);const{preloadStyles:l,loadAllCustomStyles:d}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,4738));await r("load styles",l),n(o.StyleLoaded),await r("load components",(async()=>{const{loadAllComponents:e}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,5900));return Promise.all([e(),d()]).catch((e=>{console.error(e)}))})),n(o.ComponentsLoaded),await r("wind up",(async()=>{const e=document.createElement("link");e.rel="dns-prefetch",e.href="https://api.bilibili.com",document.head.insertAdjacentElement("afterbegin",e),requestIdleCallback((async()=>{const{getGeneralSettings:e}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,2350)),{devMode:t}=e();if(t){const{promiseLoadTime:e,promiseResolveTime:t}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,9444)),{logStats:n}=await Promise.resolve().then(__webpack_require__.bind(__webpack_require__,4007));n("init block",e),n("init resolve",t)}}))})),n(o.End)})()})()})();