jekyll-theme-hydejack 9.1.6 → 9.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. data/_config.yml +1 -1
  3. data/_includes/body/footer.html +1 -1
  4. data/_includes/body/scripts.html +2 -2
  5. data/_includes/head/meta-static.html +1 -1
  6. data/_includes/head/styles-inline.html +1 -1
  7. data/_includes/head/styles-no-inline.html +1 -1
  8. data/_includes/header.txt +1 -1
  9. data/_includes/scripts/load-js.min.js +1 -1
  10. data/_includes/scripts/nomodule.min.js +1 -1
  11. data/_includes/styles/page-style.scss +2 -0
  12. data/_includes/styles/variables.scss +3 -1
  13. data/_layouts/compress.html +1 -1
  14. data/_sass/_mixins.scss +3 -1
  15. data/_sass/html.scss +2 -2
  16. data/_sass/hydejack/__inline__/_avatar.scss +4 -1
  17. data/_sass/hydejack/__inline__/_links.scss +1 -1
  18. data/_sass/hydejack/__link__/_avatar.scss +2 -0
  19. data/_sass/hydejack/__link__/_break-layout.scss +2 -2
  20. data/_sass/hydejack/__link__/_links.scss +4 -2
  21. data/_sass/hydejack/__link__/_sidebar.scss +1 -1
  22. data/_sass/hydejack/_avatar.pre.scss +4 -1
  23. data/_sass/hydejack/_break-layout.pre.scss +2 -2
  24. data/_sass/hydejack/_links.pre.scss +5 -3
  25. data/_sass/hydejack/_sidebar.pre.scss +1 -1
  26. data/_sass/pooleparty/__link__/_code.scss +1 -1
  27. data/_sass/pooleparty/_code.pre.scss +1 -1
  28. data/assets/js/LEGACY-clap-button-hydejack-9.1.7.js +14 -0
  29. data/assets/js/LEGACY-drawer-hydejack-9.1.7.js +14 -0
  30. data/assets/js/{LEGACY-fetch-hydejack-9.1.6.js → LEGACY-fetch-hydejack-9.1.7.js} +2 -2
  31. data/assets/js/LEGACY-hydejack-9.1.7.js +13 -0
  32. data/assets/js/LEGACY-navbar-hydejack-9.1.7.js +14 -0
  33. data/assets/js/LEGACY-push-state-hydejack-9.1.7.js +14 -0
  34. data/assets/js/LEGACY-resize-observer-hydejack-9.1.7.js +14 -0
  35. data/assets/js/{LEGACY-shadydom-hydejack-9.1.6.js → LEGACY-shadydom-hydejack-9.1.7.js} +2 -2
  36. data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.7.js +14 -0
  37. data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.7.js +47 -0
  38. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.1.7.js +211 -0
  39. data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.7.js +14 -0
  40. data/assets/js/{LEGACY-vendors~intersection-observer-hydejack-9.1.6.js → LEGACY-vendors~intersection-observer-hydejack-9.1.7.js} +2 -2
  41. data/assets/js/LEGACY-vendors~push-state-hydejack-9.1.7.js +34 -0
  42. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.1.7.js +155 -0
  43. data/assets/js/{LEGACY-vendors~webanimations-hydejack-9.1.6.js → LEGACY-vendors~webanimations-hydejack-9.1.7.js} +1 -1
  44. data/assets/js/{LEGACY-vendors~webcomponents-hydejack-9.1.6.js → LEGACY-vendors~webcomponents-hydejack-9.1.7.js} +4 -4
  45. data/assets/js/{LEGACY-webcomponents-hydejack-9.1.6.js → LEGACY-webcomponents-hydejack-9.1.7.js} +2 -2
  46. data/assets/js/{clap-button-hydejack-9.1.6.js → clap-button-hydejack-9.1.7.js} +2 -2
  47. data/assets/js/{drawer-hydejack-9.1.6.js → drawer-hydejack-9.1.7.js} +2 -2
  48. data/assets/js/{fetch-hydejack-9.1.6.js → fetch-hydejack-9.1.7.js} +2 -2
  49. data/assets/js/hydejack-9.1.7.js +13 -0
  50. data/assets/js/navbar-hydejack-9.1.7.js +14 -0
  51. data/assets/js/push-state-hydejack-9.1.7.js +14 -0
  52. data/assets/js/resize-observer-hydejack-9.1.7.js +14 -0
  53. data/assets/js/{shadydom-hydejack-9.1.6.js → shadydom-hydejack-9.1.7.js} +1 -1
  54. data/assets/js/{vendors~clap-button-hydejack-9.1.6.js → vendors~clap-button-hydejack-9.1.7.js} +1 -1
  55. data/assets/js/vendors~drawer-hydejack-9.1.7.js +48 -0
  56. data/assets/js/{vendors~drawer~push-state-hydejack-9.1.6.js → vendors~drawer~push-state-hydejack-9.1.7.js} +12 -12
  57. data/assets/js/vendors~fetch-hydejack-9.1.7.js +14 -0
  58. data/assets/js/{vendors~intersection-observer-hydejack-9.1.6.js → vendors~intersection-observer-hydejack-9.1.7.js} +2 -2
  59. data/assets/js/vendors~push-state-hydejack-9.1.7.js +34 -0
  60. data/assets/js/vendors~shadydom-hydejack-9.1.7.js +146 -0
  61. data/assets/js/{vendors~webanimations-hydejack-9.1.6.js → vendors~webanimations-hydejack-9.1.7.js} +2 -2
  62. data/assets/js/webcomponents-hydejack-9.1.7.js +14 -0
  63. data/assets/version.json +2 -2
  64. metadata +43 -43
  65. data/assets/js/LEGACY-clap-button-hydejack-9.1.6.js +0 -14
  66. data/assets/js/LEGACY-drawer-hydejack-9.1.6.js +0 -14
  67. data/assets/js/LEGACY-hydejack-9.1.6.js +0 -27
  68. data/assets/js/LEGACY-navbar-hydejack-9.1.6.js +0 -14
  69. data/assets/js/LEGACY-push-state-hydejack-9.1.6.js +0 -14
  70. data/assets/js/LEGACY-resize-observer-hydejack-9.1.6.js +0 -14
  71. data/assets/js/LEGACY-vendors~clap-button-hydejack-9.1.6.js +0 -14
  72. data/assets/js/LEGACY-vendors~drawer-hydejack-9.1.6.js +0 -48
  73. data/assets/js/LEGACY-vendors~drawer~push-state-hydejack-9.1.6.js +0 -214
  74. data/assets/js/LEGACY-vendors~fetch-hydejack-9.1.6.js +0 -14
  75. data/assets/js/LEGACY-vendors~push-state-hydejack-9.1.6.js +0 -34
  76. data/assets/js/LEGACY-vendors~shadydom-hydejack-9.1.6.js +0 -155
  77. data/assets/js/hydejack-9.1.6.js +0 -28
  78. data/assets/js/navbar-hydejack-9.1.6.js +0 -14
  79. data/assets/js/push-state-hydejack-9.1.6.js +0 -14
  80. data/assets/js/resize-observer-hydejack-9.1.6.js +0 -14
  81. data/assets/js/vendors~drawer-hydejack-9.1.6.js +0 -48
  82. data/assets/js/vendors~fetch-hydejack-9.1.6.js +0 -14
  83. data/assets/js/vendors~push-state-hydejack-9.1.6.js +0 -34
  84. data/assets/js/vendors~shadydom-hydejack-9.1.6.js +0 -146
  85. data/assets/js/webcomponents-hydejack-9.1.6.js +0 -14
  86. /data/assets/css/{hydejack-9.1.6.css → hydejack-9.1.7.css} +0 -0
@@ -0,0 +1,146 @@
1
+ /*!
2
+ * __ __ __ __
3
+ * /\ \/\ \ /\ \ __ /\ \
4
+ * \ \ \_\ \ __ __ \_\ \ __ /\_\ __ ___ \ \ \/'\
5
+ * \ \ _ \ /\ \/\ \ /'_` \ /'__`\ \/\ \ /'__`\ /'___\\ \ , <
6
+ * \ \ \ \ \\ \ \_\ \ /\ \L\ \ /\ __/ \ \ \ /\ \L\.\_ /\ \__/ \ \ \\`\
7
+ * \ \_\ \_\\/`____ \\ \___,_\\ \____\ _\ \ \\ \__/.\_\\ \____\ \ \_\ \_\
8
+ * \/_/\/_/ `/___/> \\/__,_ / \/____//\ \_\ \\/__/\/_/ \/____/ \/_/\/_/
9
+ * /\___/ \ \____/
10
+ * \/__/ \/___/
11
+ *
12
+ * Powered by Hydejack v9.1.7 <https://hydejack.com/>
13
+ */
14
+ (window.webpackJsonp=window.webpackJsonp||[]).push([[14],{186:function(e,t){var n;n=function(){return this}();try{n=n||new Function("return this")()}catch(e){"object"==typeof window&&(n=window)}e.exports=n},202:function(e,t,n){(function(e){(function(){"use strict";var t;function n(e){var t=0;return function(){return t<e.length?{done:!1,value:e[t++]}:{done:!0}}}function r(e){var t="undefined"!=typeof Symbol&&Symbol.iterator&&e[Symbol.iterator];return t?t.call(e):{next:n(e)}}function o(e){if(!(e instanceof Array)){e=r(e);for(var t,n=[];!(t=e.next()).done;)n.push(t.value);e=n}return e}var i=function(t){t=["object"==typeof globalThis&&globalThis,t,"object"==typeof window&&window,"object"==typeof self&&self,"object"==typeof e&&e];for(var n=0;n<t.length;++n){var r=t[n];if(r&&r.Math==Math)return r}throw Error("Cannot find global object")}(this);function s(){}function a(e){return e.__shady||(e.__shady=new s),e.__shady}function l(e){return e&&e.__shady}s.prototype.toJSON=function(){return{}};var d=window.ShadyDOM||{};d.da=!(!Element.prototype.attachShadow||!Node.prototype.getRootNode);var h,u=Object.getOwnPropertyDescriptor(Node.prototype,"firstChild");d.i=!!(u&&u.configurable&&u.get),d.N=d.force||!d.da,d.l=d.noPatch||!1,d.C=d.preferPerformance,d.O="on-demand"===d.l;var c=d.querySelectorImplementation;function _(){return Document.prototype.msElementsFromPoint?"msElementsFromPoint":"elementsFromPoint"}function p(e){return(e=l(e))&&void 0!==e.firstChild}function f(e){return e instanceof ShadowRoot}function m(e){return(e=(e=l(e))&&e.root)&&an(e)}h=-1<["native","selectorEngine"].indexOf(c)?c:void 0,d.ga=h,d.V=navigator.userAgent.match("Trident");var y=Element.prototype,v=y.matches||y.matchesSelector||y.mozMatchesSelector||y.msMatchesSelector||y.oMatchesSelector||y.webkitMatchesSelector,g=document.createTextNode(""),S=0,E=[];function N(e){E.push(e),g.textContent=S++}new MutationObserver((function(){for(;E.length;)try{E.shift()()}catch(e){throw g.textContent=S++,e}})).observe(g,{characterData:!0});var b=document.contains?function(e,t){return e.__shady_native_contains(t)}:function(e,t){return e===t||e.documentElement&&e.documentElement.__shady_native_contains(t)};function C(e,t){for(;t;){if(t==e)return!0;t=t.__shady_parentNode}return!1}function w(e){for(var t=e.length-1;0<=t;t--){var n=e[t],o=n.getAttribute("id")||n.getAttribute("name");o&&"length"!==o&&isNaN(o)&&(e[o]=n)}return e.item=function(t){return e[t]},e.namedItem=function(t){if("length"!==t&&isNaN(t)&&e[t])return e[t];for(var n=r(e),o=n.next();!o.done;o=n.next())if(((o=o.value).getAttribute("id")||o.getAttribute("name"))==t)return o;return null},e}function T(e){var t=[];for(e=e.__shady_native_firstChild;e;e=e.__shady_native_nextSibling)t.push(e);return t}function O(e){var t=[];for(e=e.__shady_firstChild;e;e=e.__shady_nextSibling)t.push(e);return t}function x(e,t,n){if(n.configurable=!0,n.value)e[t]=n.value;else try{Object.defineProperty(e,t,n)}catch(e){}}function P(e,t,n,r){for(var o in n=void 0===n?"":n,t)r&&0<=r.indexOf(o)||x(e,n+o,t[o])}function D(e,t){for(var n in t)n in e&&x(e,n,t[n])}function M(e){var t={};return Object.getOwnPropertyNames(e).forEach((function(n){t[n]=Object.getOwnPropertyDescriptor(e,n)})),t}function A(e,t){for(var n,r=Object.getOwnPropertyNames(t),o=0;o<r.length;o++)e[n=r[o]]=t[n]}function R(e){return e instanceof Node?e:document.createTextNode(""+e)}function L(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];if(1===t.length)return R(t[0]);n=document.createDocumentFragment();for(var o=(t=r(t)).next();!o.done;o=t.next())n.appendChild(R(o.value));return n}function I(e){var t;for(t=void 0===t?1:t;0<t;t--)e=e.reduce((function(e,t){return Array.isArray(t)?e.push.apply(e,o(t)):e.push(t),e}),[]);return e}var F,j=[];function H(e){F||(F=!0,N(k)),j.push(e)}function k(){F=!1;for(var e=!!j.length;j.length;)j.shift()();return e}function B(){this.g=!1,this.addedNodes=[],this.removedNodes=[],this.H=new Set}k.list=j,B.prototype.flush=function(){if(this.g){this.g=!1;var e=this.takeRecords();e.length&&this.H.forEach((function(t){t(e)}))}},B.prototype.takeRecords=function(){if(this.addedNodes.length||this.removedNodes.length){var e=[{addedNodes:this.addedNodes,removedNodes:this.removedNodes}];return this.addedNodes=[],this.removedNodes=[],e}return[]};var U=/[&\u00A0"]/g,q=/[&\u00A0<>]/g;function V(e){switch(e){case"&":return"&amp;";case"<":return"&lt;";case">":return"&gt;";case'"':return"&quot;";case" ":return"&nbsp;"}}function G(e){for(var t={},n=0;n<e.length;n++)t[e[n]]=!0;return t}var W=G("area base br col command embed hr img input keygen link meta param source track wbr".split(" ")),K=G("style script xmp iframe noembed noframes plaintext noscript".split(" "));function X(e,t){"template"===e.localName&&(e=e.content);for(var n="",r=t?t(e):e.childNodes,o=0,i=r.length,s=void 0;o<i&&(s=r[o]);o++){e:{var a=s,l=e,d=t;switch(a.nodeType){case Node.ELEMENT_NODE:for(var h,u="<"+(l=a.localName),c=a.attributes,_=0;h=c[_];_++)u+=" "+h.name+'="'+h.value.replace(U,V)+'"';u+=">",a=W[l]?u:u+X(a,d)+"</"+l+">";break e;case Node.TEXT_NODE:a=a.data,a=l&&K[l.localName]?a:a.replace(q,V);break e;case Node.COMMENT_NODE:a="\x3c!--"+a.data+"--\x3e";break e;default:throw window.console.error(a),Error("not implemented")}}n+=a}return n}var z=d.i,Y={querySelector:function(e){return this.__shady_native_querySelector(e)},querySelectorAll:function(e){return this.__shady_native_querySelectorAll(e)}},J={};function $(e){J[e]=function(t){return t["__shady_native_"+e]}}function Z(e,t){for(var n in P(e,t,"__shady_native_"),t)$(n)}function Q(e,t){t=void 0===t?[]:t;for(var n=0;n<t.length;n++){var r=t[n],o=Object.getOwnPropertyDescriptor(e,r);o&&(Object.defineProperty(e,"__shady_native_"+r,o),o.value?Y[r]||(Y[r]=o.value):$(r))}}var ee=document.createTreeWalker(document,NodeFilter.SHOW_ALL,null,!1),te=document.createTreeWalker(document,NodeFilter.SHOW_ELEMENT,null,!1),ne=document.implementation.createHTMLDocument("inert");function re(e){for(var t;t=e.__shady_native_firstChild;)e.__shady_native_removeChild(t)}var oe=["firstElementChild","lastElementChild","children","childElementCount"],ie=["querySelector","querySelectorAll","append","prepend","replaceChildren"];var se=M({get childNodes(){return this.__shady_childNodes},get firstChild(){return this.__shady_firstChild},get lastChild(){return this.__shady_lastChild},get childElementCount(){return this.__shady_childElementCount},get children(){return this.__shady_children},get firstElementChild(){return this.__shady_firstElementChild},get lastElementChild(){return this.__shady_lastElementChild},get shadowRoot(){return this.__shady_shadowRoot}}),ae=M({get textContent(){return this.__shady_textContent},set textContent(e){this.__shady_textContent=e},get innerHTML(){return this.__shady_innerHTML},set innerHTML(e){this.__shady_innerHTML=e}}),le=M({get parentElement(){return this.__shady_parentElement},get parentNode(){return this.__shady_parentNode},get nextSibling(){return this.__shady_nextSibling},get previousSibling(){return this.__shady_previousSibling},get nextElementSibling(){return this.__shady_nextElementSibling},get previousElementSibling(){return this.__shady_previousElementSibling},get className(){return this.__shady_className},set className(e){this.__shady_className=e}});function de(e){for(var t in e){var n=e[t];n&&(n.enumerable=!1)}}de(se),de(ae),de(le);var he,ue=d.i||!0===d.l,ce=ue?function(){}:function(e){var t=a(e);t.X||(t.X=!0,D(e,le))},_e=ue?function(){}:function(e){var t=a(e);t.W||(t.W=!0,D(e,se),window.customElements&&window.customElements.polyfillWrapFlushCallback&&!d.l||D(e,ae))},pe="__eventWrappers"+Date.now(),fe=(he=Object.getOwnPropertyDescriptor(Event.prototype,"composed"))?function(e){return he.get.call(e)}:null,me=function(){function e(){}var t=!1,n={get capture(){return t=!0,!1}};return window.addEventListener("test",e,n),window.removeEventListener("test",e,n),t}();function ye(e){if(null===e||"object"!=typeof e&&"function"!=typeof e)var t=!!e,n=!1;else{t=!!e.capture,n=!!e.once;var r=e.o}return{U:r,capture:t,once:n,T:me?e:t}}var ve={blur:!0,focus:!0,focusin:!0,focusout:!0,click:!0,dblclick:!0,mousedown:!0,mouseenter:!0,mouseleave:!0,mousemove:!0,mouseout:!0,mouseover:!0,mouseup:!0,wheel:!0,beforeinput:!0,input:!0,keydown:!0,keyup:!0,compositionstart:!0,compositionupdate:!0,compositionend:!0,touchstart:!0,touchend:!0,touchmove:!0,touchcancel:!0,pointerover:!0,pointerenter:!0,pointerdown:!0,pointermove:!0,pointerup:!0,pointercancel:!0,pointerout:!0,pointerleave:!0,gotpointercapture:!0,lostpointercapture:!0,dragstart:!0,drag:!0,dragenter:!0,dragleave:!0,dragover:!0,drop:!0,dragend:!0,DOMActivate:!0,DOMFocusIn:!0,DOMFocusOut:!0,keypress:!0},ge={DOMAttrModified:!0,DOMAttributeNameChanged:!0,DOMCharacterDataModified:!0,DOMElementNameChanged:!0,DOMNodeInserted:!0,DOMNodeInsertedIntoDocument:!0,DOMNodeRemoved:!0,DOMNodeRemovedFromDocument:!0,DOMSubtreeModified:!0};function Se(e){return e instanceof Node?e.__shady_getRootNode():e}function Ee(e,t){var n=[],r=e;for(e=Se(e);r;)n.push(r),r=r.__shady_assignedSlot?r.__shady_assignedSlot:r.nodeType===Node.DOCUMENT_FRAGMENT_NODE&&r.host&&(t||r!==e)?r.host:r.__shady_parentNode;return n[n.length-1]===document&&n.push(window),n}function Ne(e,t){if(!f)return e;e=Ee(e,!0);for(var n,r,o=0,i=void 0,s=void 0;o<t.length;o++)if((r=Se(n=t[o]))!==i&&(s=e.indexOf(r),i=r),!f(r)||-1<s)return n}var be={get composed(){return void 0===this.__composed&&(fe?this.__composed="focusin"===this.type||"focusout"===this.type||fe(this):!1!==this.isTrusted&&(this.__composed=ve[this.type])),this.__composed||!1},composedPath:function(){return this.__composedPath||(this.__composedPath=Ee(this.__target,this.composed)),this.__composedPath},get target(){return Ne(this.currentTarget||this.__previousCurrentTarget,this.composedPath())},get relatedTarget(){return this.__relatedTarget?(this.__relatedTargetComposedPath||(this.__relatedTargetComposedPath=Ee(this.__relatedTarget,!0)),Ne(this.currentTarget||this.__previousCurrentTarget,this.__relatedTargetComposedPath)):null},stopPropagation:function(){Event.prototype.stopPropagation.call(this),this.K=!0},stopImmediatePropagation:function(){Event.prototype.stopImmediatePropagation.call(this),this.K=this.__immediatePropagationStopped=!0}},Ce=d.i&&Object.getOwnPropertyDescriptor(Event.prototype,"eventPhase");function we(e){function t(t,n){return(t=new e(t,n)).__composed=n&&!!n.composed,t}return t.__proto__=e,t.prototype=e.prototype,t}Ce&&(Object.defineProperty(be,"eventPhase",{get:function(){return this.currentTarget===this.target?Event.AT_TARGET:this.__shady_native_eventPhase},enumerable:!0,configurable:!0}),Object.defineProperty(be,"__shady_native_eventPhase",Ce));var Te={focus:!0,blur:!0};function Oe(e){return e.__target!==e.target||e.__relatedTarget!==e.relatedTarget}function xe(e,t,n){if(n=t.__handlers&&t.__handlers[e.type]&&t.__handlers[e.type][n])for(var r,o=0;(r=n[o])&&(!Oe(e)||e.target!==e.relatedTarget)&&(r.call(t,e),!e.__immediatePropagationStopped);o++);}var Pe=new Event("e").hasOwnProperty("currentTarget");function De(e){var t=(e=Pe?Object.create(e):e).composedPath(),n=t.map((function(e){return Ne(e,t)})),r=e.bubbles,o=Object.getOwnPropertyDescriptor(e,"currentTarget");Object.defineProperty(e,"currentTarget",{configurable:!0,enumerable:!0,get:function(){return l}});var i=Event.CAPTURING_PHASE,s=Object.getOwnPropertyDescriptor(e,"eventPhase");Object.defineProperty(e,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return i}});try{for(var a=t.length-1;0<=a;a--){var l=t[a];if(i=l===n[a]?Event.AT_TARGET:Event.CAPTURING_PHASE,xe(e,l,"capture"),e.K)return}for(a=0;a<t.length;a++){var d=(l=t[a])===n[a];if((d||r)&&(i=d?Event.AT_TARGET:Event.BUBBLING_PHASE,xe(e,l,"bubble"),e.K))break}}finally{Pe||(o?Object.defineProperty(e,"currentTarget",o):delete e.currentTarget,s?Object.defineProperty(e,"eventPhase",s):delete e.eventPhase)}}function Me(e,t,n,r){for(var o=0;o<e.length;o++){var i=e[o],s=i.type,a=i.capture;if(t===i.node&&n===s&&r===a)return o}return-1}function Ae(e){return k(),!d.C&&this instanceof Node&&!b(document,this)?(e.__target||Fe(e,this),De(e)):this.__shady_native_dispatchEvent(e)}function Re(e,t,n){var r=this,o=ye(n),i=o.capture,s=o.once,a=o.U;if(o=o.T,t){var l=typeof t;if(("function"===l||"object"===l)&&("object"!==l||t.handleEvent&&"function"==typeof t.handleEvent)){if(ge[e])return this.__shady_native_addEventListener(e,t,o);var d=a||this;if(a=t[pe]){if(-1<Me(a,d,e,i))return}else t[pe]=[];a=function(o){if(s&&r.__shady_removeEventListener(e,t,n),o.__target||Fe(o),d!==r){var a=Object.getOwnPropertyDescriptor(o,"currentTarget");Object.defineProperty(o,"currentTarget",{get:function(){return d},configurable:!0});var h=Object.getOwnPropertyDescriptor(o,"eventPhase");Object.defineProperty(o,"eventPhase",{configurable:!0,enumerable:!0,get:function(){return i?Event.CAPTURING_PHASE:Event.BUBBLING_PHASE}})}if(o.__previousCurrentTarget=o.currentTarget,(!f(d)&&"slot"!==d.localName||-1!=o.composedPath().indexOf(d))&&(o.composed||-1<o.composedPath().indexOf(d)))if(Oe(o)&&o.target===o.relatedTarget)o.eventPhase===Event.BUBBLING_PHASE&&o.stopImmediatePropagation();else if(o.eventPhase===Event.CAPTURING_PHASE||o.bubbles||o.target===d||d instanceof Window){var u="function"===l?t.call(d,o):t.handleEvent&&t.handleEvent(o);return d!==r&&(a?(Object.defineProperty(o,"currentTarget",a),a=null):delete o.currentTarget,h?(Object.defineProperty(o,"eventPhase",h),h=null):delete o.eventPhase),u}},t[pe].push({node:d,type:e,capture:i,fa:a}),this.__handlers=this.__handlers||{},this.__handlers[e]=this.__handlers[e]||{capture:[],bubble:[]},this.__handlers[e][i?"capture":"bubble"].push(a),Te[e]||this.__shady_native_addEventListener(e,a,o)}}}function Le(e,t,n){if(t){var r=ye(n);n=r.capture;var o=r.U;if(r=r.T,ge[e])return this.__shady_native_removeEventListener(e,t,r);var i=o||this;o=void 0;var s=null;try{s=t[pe]}catch(e){}s&&(-1<(i=Me(s,i,e,n))&&(o=s.splice(i,1)[0].fa,s.length||(t[pe]=void 0))),this.__shady_native_removeEventListener(e,o||t,r),o&&this.__handlers&&this.__handlers[e]&&(-1<(t=(e=this.__handlers[e][n?"capture":"bubble"]).indexOf(o))&&e.splice(t,1))}}var Ie=M(be);function Fe(e,t){if(t=void 0===t?e.target:t,e.__target=t,e.__relatedTarget=e.relatedTarget,d.i){if(!(t=Object.getPrototypeOf(e)).hasOwnProperty("__shady_patchedProto")){var n=Object.create(t);n.__shady_sourceProto=t,P(n,Ie),t.__shady_patchedProto=n}e.__proto__=t.__shady_patchedProto}else P(e,Ie)}var je=we(Event),He=we(CustomEvent),ke=we(MouseEvent);var Be=Object.getOwnPropertyNames(Element.prototype).filter((function(e){return"on"===e.substring(0,2)})),Ue=Object.getOwnPropertyNames(HTMLElement.prototype).filter((function(e){return"on"===e.substring(0,2)}));function qe(e){return{set:function(t){var n=a(this),r=e.substring(2);n.m||(n.m={}),n.m[e]&&this.removeEventListener(r,n.m[e]),this.__shady_addEventListener(r,t),n.m[e]=t},get:function(){var t=l(this);return t&&t.m&&t.m[e]},configurable:!0}}function Ve(e,t){return{index:e,D:[],G:t}}function Ge(e,t,n,r){var o=0,i=0,s=0,a=0,l=Math.min(t-o,r-i);if(0==o&&0==i)e:{for(s=0;s<l;s++)if(e[s]!==n[s])break e;s=l}if(t==e.length&&r==n.length){a=e.length;for(var d=n.length,h=0;h<l-s&&We(e[--a],n[--d]);)h++;a=h}if(i+=s,r-=a,0==(t-=a)-(o+=s)&&0==r-i)return[];if(o==t){for(t=Ve(o,0);i<r;)t.D.push(n[i++]);return[t]}if(i==r)return[Ve(o,t-o)];for(r=r-(s=i)+1,a=t-(l=o)+1,t=Array(r),d=0;d<r;d++)t[d]=Array(a),t[d][0]=d;for(d=0;d<a;d++)t[0][d]=d;for(d=1;d<r;d++)for(h=1;h<a;h++)if(e[l+h-1]===n[s+d-1])t[d][h]=t[d-1][h-1];else{var u=t[d-1][h]+1,c=t[d][h-1]+1;t[d][h]=u<c?u:c}for(l=t.length-1,s=t[0].length-1,r=t[l][s],e=[];0<l||0<s;)0==l?(e.push(2),s--):0==s?(e.push(3),l--):(a=t[l-1][s-1],(u=(d=t[l-1][s])<(h=t[l][s-1])?d<a?d:a:h<a?h:a)==a?(a==r?e.push(0):(e.push(1),r=a),l--,s--):u==d?(e.push(3),l--,r=d):(e.push(2),s--,r=h));for(e.reverse(),t=void 0,l=[],s=0;s<e.length;s++)switch(e[s]){case 0:t&&(l.push(t),t=void 0),o++,i++;break;case 1:t||(t=Ve(o,0)),t.G++,o++,t.D.push(n[i]),i++;break;case 2:t||(t=Ve(o,0)),t.G++,o++;break;case 3:t||(t=Ve(o,0)),t.D.push(n[i]),i++}return t&&l.push(t),l}function We(e,t){return e===t}var Ke=M({dispatchEvent:Ae,addEventListener:Re,removeEventListener:Le}),Xe=null;function ze(){return Xe||(Xe=window.ShadyCSS&&window.ShadyCSS.ScopingShim),Xe||null}function Ye(e,t,n){var r=ze();return!(!r||"class"!==t)&&(r.setElementClass(e,n),!0)}function Je(e,t){var n=ze();n&&n.unscopeNode(e,t)}function $e(e){if(e.nodeType!==Node.ELEMENT_NODE)return"";var t=ze();return t?t.currentScopeForNode(e):""}function Ze(e,t){if(e)for(e.nodeType===Node.ELEMENT_NODE&&t(e),e=e.__shady_firstChild;e;e=e.__shady_nextSibling)e.nodeType===Node.ELEMENT_NODE&&Ze(e,t)}var Qe=window.document,et=d.C,tt=Object.getOwnPropertyDescriptor(Node.prototype,"isConnected"),nt=tt&&tt.get;function rt(e){for(var t;t=e.__shady_firstChild;)e.__shady_removeChild(t)}function ot(e,t,n){if(e=(e=l(e))&&e.B){if(t)if(t.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(var r=0,o=t.childNodes.length;r<o;r++)e.addedNodes.push(t.childNodes[r]);else e.addedNodes.push(t);n&&e.removedNodes.push(n),function(e){e.g||(e.g=!0,N((function(){e.flush()})))}(e)}}var it=M({get parentNode(){var e=l(this);return void 0!==(e=e&&e.parentNode)?e:this.__shady_native_parentNode},get firstChild(){var e=l(this);return void 0!==(e=e&&e.firstChild)?e:this.__shady_native_firstChild},get lastChild(){var e=l(this);return void 0!==(e=e&&e.lastChild)?e:this.__shady_native_lastChild},get nextSibling(){var e=l(this);return void 0!==(e=e&&e.nextSibling)?e:this.__shady_native_nextSibling},get previousSibling(){var e=l(this);return void 0!==(e=e&&e.previousSibling)?e:this.__shady_native_previousSibling},get childNodes(){if(p(this)){var e=l(this);if(!e.childNodes){e.childNodes=[];for(var t=this.__shady_firstChild;t;t=t.__shady_nextSibling)e.childNodes.push(t)}var n=e.childNodes}else n=this.__shady_native_childNodes;return n.item=function(e){return n[e]},n},get parentElement(){var e=l(this);return(e=e&&e.parentNode)&&e.nodeType!==Node.ELEMENT_NODE&&(e=null),void 0!==e?e:this.__shady_native_parentElement},get isConnected(){if(nt&&nt.call(this))return!0;if(this.nodeType==Node.DOCUMENT_FRAGMENT_NODE)return!1;var e=this.ownerDocument;if(null===e||b(e,this))return!0;for(e=this;e&&!(e instanceof Document);)e=e.__shady_parentNode||(f(e)?e.host:void 0);return!!(e&&e instanceof Document)},get textContent(){if(p(this)){for(var e=[],t=this.__shady_firstChild;t;t=t.__shady_nextSibling)t.nodeType!==Node.COMMENT_NODE&&e.push(t.__shady_textContent);return e.join("")}return this.__shady_native_textContent},set textContent(e){switch(null==e&&(e=""),this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:if(!p(this)&&d.i){var t=this.__shady_firstChild;(t!=this.__shady_lastChild||t&&t.nodeType!=Node.TEXT_NODE)&&rt(this),this.__shady_native_textContent=e}else rt(this),(0<e.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_insertBefore(document.createTextNode(e));break;default:this.nodeValue=e}},insertBefore:function(e,t){if(this.ownerDocument!==Qe&&e.ownerDocument!==Qe)return this.__shady_native_insertBefore(e,t),e;if(e===this)throw Error("Failed to execute 'appendChild' on 'Node': The new child element contains the parent.");if(t){var n=l(t);if(void 0!==(n=n&&n.parentNode)&&n!==this||void 0===n&&t.__shady_native_parentNode!==this)throw Error("Failed to execute 'insertBefore' on 'Node': The node before which the new node is to be inserted is not a child of this node.")}if(t===e)return e;ot(this,e);var r=[],i=(n=un(this))?n.host.localName:$e(this),s=e.__shady_parentNode;if(s){var d=$e(e),h=!!n||!un(e)||et&&void 0!==this.__noInsertionPoint;s.__shady_removeChild(e,h)}s=!0;var u=(!et||void 0===e.__noInsertionPoint&&void 0===this.__noInsertionPoint)&&!function e(t,n){var r=ze();if(!r)return!0;if(t.nodeType===Node.DOCUMENT_FRAGMENT_NODE){for(r=!0,t=t.__shady_firstChild;t;t=t.__shady_nextSibling)r=r&&e(t,n);return r}return t.nodeType!==Node.ELEMENT_NODE||r.currentScopeForNode(t)===n}(e,i),c=n&&!e.__noInsertionPoint&&(!et||e.nodeType===Node.DOCUMENT_FRAGMENT_NODE);return(c||u)&&(u&&(d=d||$e(e)),Ze(e,(function(e){if(c&&"slot"===e.localName&&r.push(e),u){var t=d;ze()&&(t&&Je(e,t),(t=ze())&&t.scopeNode(e,i))}}))),r.length&&(nn(n),n.j.push.apply(n.j,o(r)),$t(n)),p(this)&&(function(e,t,n){Bt(t,2);var r=a(t);if(void 0!==r.firstChild&&(r.childNodes=null),e.nodeType===Node.DOCUMENT_FRAGMENT_NODE)for(e=e.__shady_native_firstChild;e;e=e.__shady_native_nextSibling)Ut(e,t,r,n);else Ut(e,t,r,n)}(e,this,t),(h=l(this)).root?(s=!1,m(this)&&$t(h.root)):n&&"slot"===this.localName&&(s=!1,$t(n))),s?(n=f(this)?this.host:this,t?(t=function e(t){var n=t;if(t&&"slot"===t.localName){var r=l(t);(r=r&&r.u)&&(n=r.length?r[0]:e(t.__shady_nextSibling))}return n}(t),n.__shady_native_insertBefore(e,t)):n.__shady_native_appendChild(e)):e.ownerDocument!==this.ownerDocument&&this.ownerDocument.adoptNode(e),e},appendChild:function(e){if(this!=e||!f(e))return this.__shady_insertBefore(e)},removeChild:function(e,t){if(t=void 0!==t&&t,this.ownerDocument!==Qe)return this.__shady_native_removeChild(e);if(e.__shady_parentNode!==this)throw Error("The node to be removed is not a child of this node: "+e);ot(this,null,e);var n=un(e),r=n&&function(e,t){if(e.g){rn(e);var n,r=e.h;for(n in r)for(var o=r[n],i=0;i<o.length;i++){var s=o[i];if(C(t,s)){o.splice(i,1);var a=e.g.indexOf(s);if(0<=a&&(e.g.splice(a,1),(a=l(s.__shady_parentNode))&&a.F&&a.F--),i--,s=l(s),a=s.u)for(var d=0;d<a.length;d++){var h=a[d],u=h.__shady_native_parentNode;u&&u.__shady_native_removeChild(h)}s.u=[],s.assignedNodes=[],a=!0}}return a}}(n,e),o=l(this);if(p(this)&&(function(e,t){var n=a(e);t=a(t),e===t.firstChild&&(t.firstChild=n.nextSibling),e===t.lastChild&&(t.lastChild=n.previousSibling),e=n.previousSibling;var r=n.nextSibling;e&&(a(e).nextSibling=r),r&&(a(r).previousSibling=e),n.parentNode=n.previousSibling=n.nextSibling=void 0,void 0!==t.childNodes&&(t.childNodes=null)}(e,this),m(this))){$t(o.root);var i=!0}if(ze()&&!t&&n&&e.nodeType!==Node.TEXT_NODE){var s=$e(e);Ze(e,(function(e){Je(e,s)}))}return function e(t){var n=l(t);if(n&&void 0!==n.J)for(n=t.__shady_firstChild;n;n=n.__shady_nextSibling)e(n);(t=l(t))&&(t.J=void 0)}(e),n&&((t="slot"===this.localName)&&(i=!0),(r||t)&&$t(n)),i||(i=f(this)?this.host:this,(!o.root&&"slot"!==e.localName||i===e.__shady_native_parentNode)&&i.__shady_native_removeChild(e)),e},replaceChild:function(e,t){return this.__shady_insertBefore(e,t),this.__shady_removeChild(t),e},cloneNode:function(e){if("template"==this.localName)return this.__shady_native_cloneNode(e);var t=this.__shady_native_cloneNode(!1);if(e&&t.nodeType!==Node.ATTRIBUTE_NODE){e=this.__shady_firstChild;for(var n;e;e=e.__shady_nextSibling)n=e.__shady_cloneNode(!0),t.__shady_appendChild(n)}return t},getRootNode:function(e){if(this&&this.nodeType){var t=a(this),n=t.J;return void 0===n&&(f(this)?(n=this,t.J=n):(n=(n=this.__shady_parentNode)?n.__shady_getRootNode(e):this,document.documentElement.__shady_native_contains(this)&&(t.J=n))),n}},contains:function(e){return C(this,e)}}),st=M({get assignedSlot(){var e=this.__shady_parentNode;return(e=e&&e.__shady_shadowRoot)&&Zt(e),(e=l(this))&&e.assignedSlot||null}}),at=new Map;function lt(e,t,n,r){for(r=void 0===r||r;t<e.length;t++)if("\\"===e[t]&&t<e.length-1&&"\n"!==e[t+1])t++;else{if(-1!==n.indexOf(e[t]))return t;if(r&&at.has(e[t])){var o=at.get(e[t]);t=lt(e,t+1,[o.end],o.I)}}return e.length}function dt(e,t,n){var r=[];return function e(t,n,r,o){for(t=t.__shady_firstChild;t;t=t.__shady_nextSibling){var i;if(i=t.nodeType===Node.ELEMENT_NODE){var s=n,a=r,l=o,d=s(i=t);d&&l.push(i),a&&a(d)?i=d:(e(i,s,a,l),i=void 0)}if(i)break}}(e,t,n,r),r}[["(",{end:")",I:!0}],["[",{end:"]",I:!0}],['"',{end:'"',I:!1}],["'",{end:"'",I:!1}]].forEach((function(e){var t=r(e);e=t.next().value,t=t.next().value,at.set(e,t)}));var ht={get firstElementChild(){var e=l(this);if(e&&void 0!==e.firstChild){for(e=this.__shady_firstChild;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.__shady_nextSibling;return e}return this.__shady_native_firstElementChild},get lastElementChild(){var e=l(this);if(e&&void 0!==e.lastChild){for(e=this.__shady_lastChild;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.__shady_previousSibling;return e}return this.__shady_native_lastElementChild},get children(){return p(this)?w(Array.prototype.filter.call(O(this),(function(e){return e.nodeType===Node.ELEMENT_NODE}))):this.__shady_native_children},get childElementCount(){var e=this.__shady_children;return e?e.length:0}},ut=M((ht.append=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];this.__shady_insertBefore(L.apply(null,o(t)),null)},ht.prepend=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];this.__shady_insertBefore(L.apply(null,o(t)),this.__shady_firstChild)},ht.replaceChildren=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];for(;null!==(n=this.__shady_firstChild);)this.__shady_removeChild(n);this.__shady_insertBefore(L.apply(null,o(t)),null)},ht));function ct(e,t){function n(t,n){return(t===e||-1===n.indexOf(":scope"))&&v.call(t,n)}var o=function(e){function t(){if(0<r.length){for(;" "===r[r.length-1];)r.pop();n.push({S:r.filter((function(e,t){return 0==t%2})),ca:r.filter((function(e,t){return 1==t%2}))}),r.length=0}}for(var n=[],r=[],o=0;o<e.length;){var i=r[r.length-1],s=lt(e,o,[","," ",">","+","~"]),a=s===o?e[o]:e.substring(o,s);","===a?t():-1!==[void 0," ",">","+","~"].indexOf(i)&&" "===a||(" "===i&&-1!==[">","+","~"].indexOf(a)?r[r.length-1]=a:r.push(a)),o=s+(s===o?1:0)}return t(),n}(t);if(1>o.length)return[];for(t=I(dt(e,(function(){return!0})).map((function(e){return I(o.map((function(t){var r=t.S,o=r.length-1;return n(e,r[o])?{target:e,v:t,A:e,index:o}:[]})))})));t.some((function(e){return 0<e.index}));)t=I(t.map((function(e){if(0>=e.index)return e;var t=e.target,r=e.A,o=e.v;e=e.index-1;var i=o.ca[e],s=o.S[e];if(" "===i){for(i=[],r=r.__shady_parentElement;r;r=r.__shady_parentElement)n(r,s)&&i.push({target:t,v:o,A:r,index:e});return i}if(">"===i)return n(r=r.__shady_parentElement,s)?{target:t,v:o,A:r,index:e}:[];if("+"===i)return(r=r.__shady_previousElementSibling)&&n(r,s)?{target:t,v:o,A:r,index:e}:[];if("~"===i){for(i=[],r=r.__shady_previousElementSibling;r;r=r.__shady_previousElementSibling)n(r,s)&&i.push({target:t,v:o,A:r,index:e});return i}throw Error("Unrecognized combinator: '"+i+"'.")})));return function(e){for(var t=[],n=new Set,o=(e=r(e)).next();!o.done;o=e.next())o=o.value,n.has(o)||(t.push(o),n.add(o));return t}(t.map((function(e){return e.target})))}var _t=d.querySelectorImplementation,pt=M({querySelector:function(e){if("native"===_t){for(var t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e)),n=this.__shady_getRootNode(),o=(t=r(t)).next();!o.done;o=t.next())if((o=o.value).__shady_getRootNode()==n)return o;return null}if("selectorEngine"===_t)return ct(this,e)[0]||null;if(void 0===_t)return dt(this,(function(t){return v.call(t,e)}),(function(e){return!!e}))[0]||null;throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+_t+"'")},querySelectorAll:function(e,t){if(t||"native"===_t){t=Array.prototype.slice.call((this instanceof ShadowRoot?this.host:this).__shady_native_querySelectorAll(e));var n=this.__shady_getRootNode();return w(t.filter((function(e){return e.__shady_getRootNode()==n})))}if("selectorEngine"===_t)return w(ct(this,e));if(void 0===_t)return w(dt(this,(function(t){return v.call(t,e)})));throw Error("Unrecognized value of ShadyDOM.querySelectorImplementation: '"+_t+"'")}}),ft=d.C&&!d.l?A({},ut):ut;A(ut,pt);var mt=M({after:function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];if(null!==(n=this.__shady_parentNode)){var r=this.__shady_nextSibling;n.__shady_insertBefore(L.apply(null,o(t)),r)}},before:function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];null!==(n=this.__shady_parentNode)&&n.__shady_insertBefore(L.apply(null,o(t)),this)},remove:function(){var e=this.__shady_parentNode;null!==e&&e.__shady_removeChild(this)},replaceWith:function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];if(null!==(n=this.__shady_parentNode)){var r=this.__shady_nextSibling;n.__shady_removeChild(this),n.__shady_insertBefore(L.apply(null,o(t)),r)}}}),yt=window.document;function vt(e,t){if("slot"===t)m(e=e.__shady_parentNode)&&$t(l(e).root);else if("slot"===e.localName&&"name"===t&&(t=un(e))){if(t.g){rn(t);var n=e.Y,r=on(e);if(r!==n){var o=(n=t.h[n]).indexOf(e);0<=o&&n.splice(o,1),(n=t.h[r]||(t.h[r]=[])).push(e),1<n.length&&(t.h[r]=sn(n))}}$t(t)}}var gt=M({get previousElementSibling(){var e=l(this);if(e&&void 0!==e.previousSibling){for(e=this.__shady_previousSibling;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.__shady_previousSibling;return e}return this.__shady_native_previousElementSibling},get nextElementSibling(){var e=l(this);if(e&&void 0!==e.nextSibling){for(e=this.__shady_nextSibling;e&&e.nodeType!==Node.ELEMENT_NODE;)e=e.__shady_nextSibling;return e}return this.__shady_native_nextElementSibling},get slot(){return this.getAttribute("slot")},set slot(e){this.__shady_setAttribute("slot",e)},get className(){return this.getAttribute("class")||""},set className(e){this.__shady_setAttribute("class",e)},setAttribute:function(e,t){this.ownerDocument!==yt?this.__shady_native_setAttribute(e,t):Ye(this,e,t)||(this.__shady_native_setAttribute(e,t),vt(this,e))},removeAttribute:function(e){this.ownerDocument!==yt?this.__shady_native_removeAttribute(e):Ye(this,e,"")?""===this.getAttribute(e)&&this.__shady_native_removeAttribute(e):(this.__shady_native_removeAttribute(e),vt(this,e))},toggleAttribute:function(e,t){return this.ownerDocument!==yt?this.__shady_native_toggleAttribute(e,t):Ye(this,e,"")?""!==this.getAttribute(e)||t?void 0:this.__shady_native_toggleAttribute(e,t):(t=this.__shady_native_toggleAttribute(e,t),vt(this,e),t)}});d.C||Be.forEach((function(e){gt[e]=qe(e)}));var St=M({attachShadow:function(e){if(!this)throw Error("Must provide a host.");if(!e)throw Error("Not enough arguments.");if(e.shadyUpgradeFragment&&!d.V){var t=e.shadyUpgradeFragment;if(t.__proto__=ShadowRoot.prototype,Jt(t,this,e),qt(t,t),e=t.__noInsertionPoint?null:t.querySelectorAll("slot"),t.__noInsertionPoint=void 0,e&&e.length){var n=t;nn(n),n.j.push.apply(n.j,o(e)),$t(t)}t.host.__shady_native_appendChild(t)}else t=new Yt(Kt,this,e);return this.__CE_shadowRoot=t},get shadowRoot(){var e=l(this);return e&&e.ea||null}});A(gt,St);var Et=document.implementation.createHTMLDocument("inert"),Nt=M({get innerHTML(){return p(this)?X("template"===this.localName?this.content:this,O):this.__shady_native_innerHTML},set innerHTML(e){if("template"===this.localName)this.__shady_native_innerHTML=e;else{rt(this);var t=this.localName||"div";for(t=this.namespaceURI&&this.namespaceURI!==Et.namespaceURI?Et.createElementNS(this.namespaceURI,t):Et.createElement(t),d.i?t.__shady_native_innerHTML=e:t.innerHTML=e;e=t.__shady_firstChild;)this.__shady_insertBefore(e)}}}),bt=M({blur:function(){var e=l(this);(e=(e=e&&e.root)&&e.activeElement)?e.__shady_blur():this.__shady_native_blur()}});d.C||Ue.forEach((function(e){bt[e]=qe(e)}));var Ct=M({assignedNodes:function(e){if("slot"===this.localName){var t=this.__shady_getRootNode();return t&&f(t)&&Zt(t),(t=l(this))&&(e&&e.flatten?t.u:t.assignedNodes)||[]}},addEventListener:function(e,t,n){if("slot"!==this.localName||"slotchange"===e)Re.call(this,e,t,n);else{"object"!=typeof n&&(n={capture:!!n});var r=this.__shady_parentNode;if(!r)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");n.o=this,r.__shady_addEventListener(e,t,n)}},removeEventListener:function(e,t,n){if("slot"!==this.localName||"slotchange"===e)Le.call(this,e,t,n);else{"object"!=typeof n&&(n={capture:!!n});var r=this.__shady_parentNode;if(!r)throw Error("ShadyDOM cannot attach event to slot unless it has a `parentNode`");n.o=this,r.__shady_removeEventListener(e,t,n)}}}),wt=M({getElementById:function(e){return""===e?null:dt(this,(function(t){return t.id==e}),(function(e){return!!e}))[0]||null}});function Tt(e,t){for(var n;t&&!e.has(n=t.__shady_getRootNode());)t=n.host;return t}var Ot="__shady_native_"+_(),xt=M({get activeElement(){var e=d.i?document.__shady_native_activeElement:document.activeElement;if(!e||!e.nodeType)return null;var t=!!f(this);if(!(this===document||t&&this.host!==e&&this.host.__shady_native_contains(e)))return null;for(t=un(e);t&&t!==this;)t=un(e=t.host);return this===document?t?null:e:t===this?e:null},elementsFromPoint:function(e,t){if(e=document[Ot](e,t),this===document&&d.useNativeDocumentEFP)return e;e=[].slice.call(e),t=function(e){var t=new Set;for(t.add(e);f(e)&&e.host;)e=e.host.__shady_getRootNode(),t.add(e);return t}(this);for(var n=new Set,r=0;r<e.length;r++)n.add(Tt(t,e[r]));var o=[];return n.forEach((function(e){return o.push(e)})),o},elementFromPoint:function(e,t){return this===document&&d.useNativeDocumentEFP?this.__shady_native_elementFromPoint(e,t):this.__shady_elementsFromPoint(e,t)[0]||null}}),Pt=window.document,Dt=M({importNode:function(e,t){if(e.ownerDocument!==Pt||"template"===e.localName)return this.__shady_native_importNode(e,t);var n=this.__shady_native_importNode(e,!1);if(t)for(e=e.__shady_firstChild;e;e=e.__shady_nextSibling)t=this.__shady_importNode(e,!0),n.__shady_appendChild(t);return n}}),Mt=M({dispatchEvent:Ae,addEventListener:Re.bind(window),removeEventListener:Le.bind(window)}),At={};Object.getOwnPropertyDescriptor(HTMLElement.prototype,"parentElement")&&(At.parentElement=it.parentElement),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"contains")&&(At.contains=it.contains),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"children")&&(At.children=ut.children),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"innerHTML")&&(At.innerHTML=Nt.innerHTML),Object.getOwnPropertyDescriptor(HTMLElement.prototype,"className")&&(At.className=gt.className);var Rt={EventTarget:[Ke],Node:[it,window.EventTarget?null:Ke],Text:[st],Comment:[st],CDATASection:[st],ProcessingInstruction:[st],Element:[gt,ut,mt,st,!d.i||"innerHTML"in Element.prototype?Nt:null,window.HTMLSlotElement?null:Ct],HTMLElement:[bt,At],HTMLSlotElement:[Ct],DocumentFragment:[ft,wt],Document:[Dt,ft,wt,xt],Window:[Mt],CharacterData:[mt],XMLHttpRequest:[window.EventTarget?null:Ke]},Lt=d.i?null:["innerHTML","textContent"];function It(e,t,n,r){t.forEach((function(t){return e&&t&&P(e,t,n,r)}))}function Ft(e){var t,n=e?null:Lt;for(t in Rt)It(window[t]&&window[t].prototype,Rt[t],e,n)}function jt(e){return e.__shady_protoIsPatched=!0,It(e,Rt.EventTarget),It(e,Rt.Node),It(e,Rt.Element),It(e,Rt.HTMLElement),It(e,Rt.HTMLSlotElement),e}["Text","Comment","CDATASection","ProcessingInstruction"].forEach((function(e){var t=window[e],n=Object.create(t.prototype);n.__shady_protoIsPatched=!0,It(n,Rt.EventTarget),It(n,Rt.Node),Rt[e]&&It(n,Rt[e]),t.prototype.__shady_patchedProto=n}));var Ht=d.O,kt=d.i;function Bt(e,t){if(Ht&&!e.__shady_protoIsPatched&&!f(e)){var n=Object.getPrototypeOf(e),r=n.hasOwnProperty("__shady_patchedProto")&&n.__shady_patchedProto;r||(jt(r=Object.create(n)),n.__shady_patchedProto=r),Object.setPrototypeOf(e,r)}kt||(1===t?ce(e):2===t&&_e(e))}function Ut(e,t,n,r){Bt(e,1),r=r||null;var o=a(e),i=r?a(r):null;o.previousSibling=r?i.previousSibling:t.__shady_lastChild,(i=l(o.previousSibling))&&(i.nextSibling=e),(i=l(o.nextSibling=r))&&(i.previousSibling=e),o.parentNode=t,r?r===n.firstChild&&(n.firstChild=e):(n.lastChild=e,n.firstChild||(n.firstChild=e)),n.childNodes=null}function qt(e,t){var n=a(e);if(t||void 0===n.firstChild){n.childNodes=null;var r=n.firstChild=e.__shady_native_firstChild;for(n.lastChild=e.__shady_native_lastChild,Bt(e,2),n=r,r=void 0;n;n=n.__shady_native_nextSibling){var o=a(n);o.parentNode=t||e,o.nextSibling=n.__shady_native_nextSibling,o.previousSibling=r||null,r=n,Bt(n,1)}}}var Vt=M({addEventListener:function(e,t,n){"object"!=typeof n&&(n={capture:!!n}),n.o=n.o||this,this.host.__shady_addEventListener(e,t,n)},removeEventListener:function(e,t,n){"object"!=typeof n&&(n={capture:!!n}),n.o=n.o||this,this.host.__shady_removeEventListener(e,t,n)}});function Gt(e,t){P(e,Vt,t),P(e,xt,t),P(e,Nt,t),P(e,ut,t),d.l&&!t?(P(e,it,t),P(e,wt,t)):d.i||(P(e,le),P(e,se),P(e,ae))}var Wt,Kt={},Xt=d.deferConnectionCallbacks&&"loading"===document.readyState;function zt(e){var t=[];do{t.unshift(e)}while(e=e.__shady_parentNode);return t}function Yt(e,t,n){if(e!==Kt)throw new TypeError("Illegal constructor");this.g=null,Jt(this,t,n)}function Jt(e,t,n){if(e.host=t,e.mode=n&&n.mode,qt(e.host),(t=a(e.host)).root=e,t.ea="closed"!==e.mode?e:null,(t=a(e)).firstChild=t.lastChild=t.parentNode=t.nextSibling=t.previousSibling=null,d.preferPerformance)for(;t=e.host.__shady_native_firstChild;)e.host.__shady_native_removeChild(t);else $t(e)}function $t(e){e.s||(e.s=!0,H((function(){return Zt(e)})))}function Zt(e){var t;if(t=e.s){for(var n;e;)e.s&&(n=e),f(e=(t=e).host.__shady_getRootNode())&&(t=l(t.host))&&0<t.F||(e=void 0);t=n}(n=t)&&n._renderSelf()}function Qt(e,t,n){var r=a(t),o=r.L;r.L=null,n||(n=(e=e.h[t.__shady_slot||"__catchall"])&&e[0]),n?(a(n).assignedNodes.push(t),r.assignedSlot=n):r.assignedSlot=void 0,o!==r.assignedSlot&&r.assignedSlot&&(a(r.assignedSlot).M=!0)}function en(e,t,n){for(var r=0,o=void 0;r<n.length&&(o=n[r]);r++)if("slot"==o.localName){var i=l(o).assignedNodes;i&&i.length&&en(e,t,i)}else t.push(n[r])}function tn(e,t){t.__shady_native_dispatchEvent(new Event("slotchange")),(t=l(t)).assignedSlot&&tn(e,t.assignedSlot)}function nn(e){e.j=e.j||[],e.g=e.g||[],e.h=e.h||{}}function rn(e){if(e.j&&e.j.length){for(var t,n=e.j,r=0;r<n.length;r++){var o=n[r];qt(o);var i=o.__shady_parentNode;qt(i),(i=l(i)).F=(i.F||0)+1,i=on(o),e.h[i]?((t=t||{})[i]=!0,e.h[i].push(o)):e.h[i]=[o],e.g.push(o)}if(t)for(var s in t)e.h[s]=sn(e.h[s]);e.j=[]}}function on(e){var t=e.name||e.getAttribute("name")||"__catchall";return e.Y=t}function sn(e){return e.sort((function(e,t){e=zt(e);for(var n=zt(t),r=0;r<e.length;r++){t=e[r];var o=n[r];if(t!==o)return(e=O(t.__shady_parentNode)).indexOf(t)-e.indexOf(o)}}))}function an(e){return rn(e),!(!e.g||!e.g.length)}if(Yt.prototype._renderSelf=function(){var e=Xt;if(Xt=!0,this.s=!1,this.g){rn(this);for(var t,n=0;n<this.g.length;n++){var r=l(t=this.g[n]),o=r.assignedNodes;if(r.assignedNodes=[],r.u=[],r.R=o)for(r=0;r<o.length;r++){var i=l(o[r]);i.L=i.assignedSlot,i.assignedSlot===t&&(i.assignedSlot=null)}}for(n=this.host.__shady_firstChild;n;n=n.__shady_nextSibling)Qt(this,n);for(n=0;n<this.g.length;n++){if(!(o=l(t=this.g[n])).assignedNodes.length)for(r=t.__shady_firstChild;r;r=r.__shady_nextSibling)Qt(this,r,t);if((r=(r=l(t.__shady_parentNode))&&r.root)&&(an(r)||r.s)&&r._renderSelf(),en(this,o.u,o.assignedNodes),r=o.R){for(i=0;i<r.length;i++)l(r[i]).L=null;o.R=null,r.length>o.assignedNodes.length&&(o.M=!0)}o.M&&(o.M=!1,tn(this,t))}for(t=this.g,n=[],o=0;o<t.length;o++)(i=l(r=t[o].__shady_parentNode))&&i.root||!(0>n.indexOf(r))||n.push(r);for(t=0;t<n.length;t++){for(o=(i=n[t])===this?this.host:i,r=[],i=i.__shady_firstChild;i;i=i.__shady_nextSibling)if("slot"==i.localName)for(var s=l(i).u,a=0;a<s.length;a++)r.push(s[a]);else r.push(i);i=T(o),s=Ge(r,r.length,i,i.length);for(var h=a=0,u=void 0;a<s.length&&(u=s[a]);a++){for(var c=0,_=void 0;c<u.D.length&&(_=u.D[c]);c++)_.__shady_native_parentNode===o&&o.__shady_native_removeChild(_),i.splice(u.index+h,1);h-=u.G}for(h=0,u=void 0;h<s.length&&(u=s[h]);h++)for(a=i[u.index],c=u.index;c<u.index+u.G;c++)_=r[c],o.__shady_native_insertBefore(_,a),i.splice(c,0,_)}}if(!d.preferPerformance&&!this.P)for(n=this.host.__shady_firstChild;n;n=n.__shady_nextSibling)t=l(n),n.__shady_native_parentNode!==this.host||"slot"!==n.localName&&t.assignedSlot||this.host.__shady_native_removeChild(n);this.P=!0,Xt=e,Wt&&Wt()},function(e){e.__proto__=DocumentFragment.prototype,Gt(e,"__shady_"),Gt(e),Object.defineProperties(e,{nodeType:{value:Node.DOCUMENT_FRAGMENT_NODE,configurable:!0},nodeName:{value:"#document-fragment",configurable:!0},nodeValue:{value:null,configurable:!0}}),["localName","namespaceURI","prefix"].forEach((function(t){Object.defineProperty(e,t,{value:void 0,configurable:!0})})),["ownerDocument","baseURI","isConnected"].forEach((function(t){Object.defineProperty(e,t,{get:function(){return this.host[t]},configurable:!0})}))}(Yt.prototype),window.customElements&&window.customElements.define&&d.N&&!d.preferPerformance){var ln=new Map;Wt=function(){var e=[];ln.forEach((function(t,n){e.push([n,t])})),ln.clear();for(var t=0;t<e.length;t++){var n=e[t][0];e[t][1]?n.__shadydom_connectedCallback():n.__shadydom_disconnectedCallback()}},Xt&&document.addEventListener("readystatechange",(function(){Xt=!1,Wt()}),{once:!0});var dn=window.customElements.define,hn=function(e,t){var n=t.prototype.connectedCallback,r=t.prototype.disconnectedCallback;dn.call(window.customElements,e,function(e,t,n){var r=0,o="__isConnected"+r++;return(t||n)&&(e.prototype.connectedCallback=e.prototype.__shadydom_connectedCallback=function(){Xt?ln.set(this,!0):this[o]||(this[o]=!0,t&&t.call(this))},e.prototype.disconnectedCallback=e.prototype.__shadydom_disconnectedCallback=function(){Xt?this.isConnected||ln.set(this,!1):this[o]&&(this[o]=!1,n&&n.call(this))}),e}(t,n,r)),t.prototype.connectedCallback=n,t.prototype.disconnectedCallback=r};window.customElements.define=hn,Object.defineProperty(window.CustomElementRegistry.prototype,"define",{value:hn,configurable:!0})}function un(e){if(f(e=e.__shady_getRootNode()))return e}function cn(e){this.node=e}function _n(e){Object.defineProperty(cn.prototype,e,{get:function(){return this.node["__shady_"+e]},set:function(t){this.node["__shady_"+e]=t},configurable:!0})}(t=cn.prototype).addEventListener=function(e,t,n){return this.node.__shady_addEventListener(e,t,n)},t.removeEventListener=function(e,t,n){return this.node.__shady_removeEventListener(e,t,n)},t.appendChild=function(e){return this.node.__shady_appendChild(e)},t.insertBefore=function(e,t){return this.node.__shady_insertBefore(e,t)},t.removeChild=function(e){return this.node.__shady_removeChild(e)},t.replaceChild=function(e,t){return this.node.__shady_replaceChild(e,t)},t.cloneNode=function(e){return this.node.__shady_cloneNode(e)},t.getRootNode=function(e){return this.node.__shady_getRootNode(e)},t.contains=function(e){return this.node.__shady_contains(e)},t.dispatchEvent=function(e){return this.node.__shady_dispatchEvent(e)},t.setAttribute=function(e,t){this.node.__shady_setAttribute(e,t)},t.getAttribute=function(e){return this.node.__shady_native_getAttribute(e)},t.removeAttribute=function(e){this.node.__shady_removeAttribute(e)},t.toggleAttribute=function(e,t){return this.node.__shady_toggleAttribute(e,t)},t.attachShadow=function(e){return this.node.__shady_attachShadow(e)},t.focus=function(){this.node.__shady_native_focus()},t.blur=function(){this.node.__shady_blur()},t.importNode=function(e,t){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_importNode(e,t)},t.getElementById=function(e){if(this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_getElementById(e)},t.elementsFromPoint=function(e,t){return this.node.__shady_elementsFromPoint(e,t)},t.elementFromPoint=function(e,t){return this.node.__shady_elementFromPoint(e,t)},t.querySelector=function(e){return this.node.__shady_querySelector(e)},t.querySelectorAll=function(e,t){return this.node.__shady_querySelectorAll(e,t)},t.assignedNodes=function(e){if("slot"===this.node.localName)return this.node.__shady_assignedNodes(e)},t.append=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];return this.node.__shady_append.apply(this.node,o(t))},t.prepend=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];return this.node.__shady_prepend.apply(this.node,o(t))},t.after=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];return this.node.__shady_after.apply(this.node,o(t))},t.before=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];return this.node.__shady_before.apply(this.node,o(t))},t.remove=function(){return this.node.__shady_remove()},t.replaceWith=function(e){for(var t=[],n=0;n<arguments.length;++n)t[n]=arguments[n];return this.node.__shady_replaceWith.apply(this.node,o(t))},i.Object.defineProperties(cn.prototype,{activeElement:{configurable:!0,enumerable:!0,get:function(){if(f(this.node)||this.node.nodeType===Node.DOCUMENT_NODE)return this.node.__shady_activeElement}},_activeElement:{configurable:!0,enumerable:!0,get:function(){return this.activeElement}},host:{configurable:!0,enumerable:!0,get:function(){if(f(this.node))return this.node.host}},parentNode:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentNode}},firstChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstChild}},lastChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastChild}},nextSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextSibling}},previousSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousSibling}},childNodes:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childNodes}},parentElement:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_parentElement}},firstElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_firstElementChild}},lastElementChild:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_lastElementChild}},nextElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_nextElementSibling}},previousElementSibling:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_previousElementSibling}},children:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_children}},childElementCount:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_childElementCount}},shadowRoot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_shadowRoot}},assignedSlot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_assignedSlot}},isConnected:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_isConnected}},innerHTML:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_innerHTML},set:function(e){this.node.__shady_innerHTML=e}},textContent:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_textContent},set:function(e){this.node.__shady_textContent=e}},slot:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_slot},set:function(e){this.node.__shady_slot=e}},className:{configurable:!0,enumerable:!0,get:function(){return this.node.__shady_className},set:function(e){this.node.__shady_className=e}}}),Be.forEach((function(e){return _n(e)})),Ue.forEach((function(e){return _n(e)}));var pn=new WeakMap;function fn(e){if(f(e)||e instanceof cn)return e;var t=pn.get(e);return t||(t=new cn(e),pn.set(e,t)),t}if(d.N){var mn=d.i?function(e){return e}:function(e){return _e(e),ce(e),e};window.ShadyDOM={inUse:d.N,patch:mn,isShadyRoot:f,enqueue:H,flush:k,flushInitial:function(e){!e.P&&e.s&&Zt(e)},settings:d,filterMutations:function(e,t){var n=t.getRootNode();return e.map((function(e){var t=n===e.target.getRootNode();if(t&&e.addedNodes){if((t=[].slice.call(e.addedNodes).filter((function(e){return n===e.getRootNode()}))).length)return e=Object.create(e),Object.defineProperty(e,"addedNodes",{value:t,configurable:!0}),e}else if(t)return e})).filter((function(e){return e}))},observeChildren:function(e,t){var n=a(e);n.B||(n.B=new B),n.B.H.add(t);var r=n.B;return{Z:t,ba:r,aa:e,takeRecords:function(){return r.takeRecords()}}},unobserveChildren:function(e){var t=e&&e.ba;t&&(t.H.delete(e.Z),t.H.size||(a(e.aa).B=null))},deferConnectionCallbacks:d.deferConnectionCallbacks,preferPerformance:d.preferPerformance,handlesDynamicScoping:!0,wrap:d.l?fn:mn,wrapIfNeeded:!0===d.l?fn:function(e){return e},Wrapper:cn,composedPath:function(e){return e.__composedPath||(e.__composedPath=Ee(e.target,!0)),e.__composedPath},noPatch:d.l,patchOnDemand:d.O,nativeMethods:Y,nativeTree:J,patchElementProto:jt,querySelectorImplementation:d.querySelectorImplementation},function(){var e=["dispatchEvent","addEventListener","removeEventListener"];window.EventTarget?(Q(window.EventTarget.prototype,e),void 0===window.__shady_native_addEventListener&&Q(Window.prototype,e)):(Q(Node.prototype,e),Q(Window.prototype,e),Q(XMLHttpRequest.prototype,e)),z?Q(Node.prototype,"parentNode firstChild lastChild previousSibling nextSibling childNodes parentElement textContent".split(" ")):Z(Node.prototype,{parentNode:{get:function(){return ee.currentNode=this,ee.parentNode()}},firstChild:{get:function(){return ee.currentNode=this,ee.firstChild()}},lastChild:{get:function(){return ee.currentNode=this,ee.lastChild()}},previousSibling:{get:function(){return ee.currentNode=this,ee.previousSibling()}},nextSibling:{get:function(){return ee.currentNode=this,ee.nextSibling()}},childNodes:{get:function(){var e=[];ee.currentNode=this;for(var t=ee.firstChild();t;)e.push(t),t=ee.nextSibling();return e}},parentElement:{get:function(){return te.currentNode=this,te.parentNode()}},textContent:{get:function(){switch(this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:for(var e,t=document.createTreeWalker(this,NodeFilter.SHOW_TEXT,null,!1),n="";e=t.nextNode();)n+=e.nodeValue;return n;default:return this.nodeValue}},set:function(e){switch(null==e&&(e=""),this.nodeType){case Node.ELEMENT_NODE:case Node.DOCUMENT_FRAGMENT_NODE:re(this),(0<e.length||this.nodeType===Node.ELEMENT_NODE)&&this.__shady_native_insertBefore(document.createTextNode(e),void 0);break;default:this.nodeValue=e}}}}),Q(Node.prototype,"appendChild insertBefore removeChild replaceChild cloneNode contains".split(" ")),Q(HTMLElement.prototype,["parentElement","contains"]),e={firstElementChild:{get:function(){return te.currentNode=this,te.firstChild()}},lastElementChild:{get:function(){return te.currentNode=this,te.lastChild()}},children:{get:function(){var e=[];te.currentNode=this;for(var t=te.firstChild();t;)e.push(t),t=te.nextSibling();return w(e)}},childElementCount:{get:function(){return this.children?this.children.length:0}}},z?(Q(Element.prototype,oe),Q(Element.prototype,["previousElementSibling","nextElementSibling","innerHTML","className"]),Q(HTMLElement.prototype,["children","innerHTML","className"])):(Z(Element.prototype,e),Z(Element.prototype,{previousElementSibling:{get:function(){return te.currentNode=this,te.previousSibling()}},nextElementSibling:{get:function(){return te.currentNode=this,te.nextSibling()}},innerHTML:{get:function(){return X(this,T)},set:function(e){var t="template"===this.localName?this.content:this;re(t);var n=this.localName||"div";for((n=this.namespaceURI&&this.namespaceURI!==ne.namespaceURI?ne.createElementNS(this.namespaceURI,n):ne.createElement(n)).innerHTML=e,e="template"===this.localName?n.content:n;n=e.__shady_native_firstChild;)t.__shady_native_insertBefore(n,void 0)}},className:{get:function(){return this.getAttribute("class")||""},set:function(e){this.setAttribute("class",e)}}})),Q(Element.prototype,"setAttribute getAttribute hasAttribute removeAttribute toggleAttribute focus blur".split(" ")),Q(Element.prototype,ie),Q(HTMLElement.prototype,["focus","blur"]),window.HTMLTemplateElement&&Q(window.HTMLTemplateElement.prototype,["innerHTML"]),z?Q(DocumentFragment.prototype,oe):Z(DocumentFragment.prototype,e),Q(DocumentFragment.prototype,ie),z?(Q(Document.prototype,oe),Q(Document.prototype,["activeElement"])):Z(Document.prototype,e),Q(Document.prototype,["importNode","getElementById","elementFromPoint",_()]),Q(Document.prototype,ie)}(),Ft("__shady_"),Object.defineProperty(document,"_activeElement",xt.activeElement),P(Window.prototype,Mt,"__shady_"),d.l?d.O&&P(Element.prototype,St):(Ft(),function(){if(!fe&&Object.getOwnPropertyDescriptor(Event.prototype,"isTrusted")){var e=function(){var e=new MouseEvent("click",{bubbles:!0,cancelable:!0,composed:!0});this.__shady_dispatchEvent(e)};Element.prototype.click?Element.prototype.click=e:HTMLElement.prototype.click&&(HTMLElement.prototype.click=e)}}()),function(){for(var e in Te)window.__shady_native_addEventListener(e,(function(e){e.__target||(Fe(e),De(e))}),!0)}(),window.Event=je,window.CustomEvent=He,window.MouseEvent=ke,window.ShadowRoot=Yt}}).call(this)}).call(this,n(186))},206:function(e,t,n){"use strict";
15
+ /**
16
+ @license
17
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
18
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
19
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
20
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
21
+ Code distributed by Google as part of the polymer project is also
22
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
23
+ */class r{constructor(){this.start=0,this.end=0,this.previous=null,this.parent=null,this.rules=null,this.parsedCssText="",this.cssText="",this.atRule=!1,this.type=0,this.keyframesName="",this.selector="",this.parsedSelector=""}}function o(e){return function e(t,n){var r=n.substring(t.start,t.end-1);if(t.parsedCssText=t.cssText=r.trim(),t.parent){var o=t.previous?t.previous.end:t.parent.start;r=(r=(r=function(e){return e.replace(/\\([0-9a-f]{1,6})\s/gi,(function(){for(var e=arguments[1],t=6-e.length;t--;)e="0"+e;return"\\"+e}))}(r=n.substring(o,t.start-1))).replace(_.multipleSpaces," ")).substring(r.lastIndexOf(";")+1);var i=t.parsedSelector=t.selector=r.trim();t.atRule=0===i.indexOf(m),t.atRule?0===i.indexOf(f)?t.type=h.MEDIA_RULE:i.match(_.keyframesRule)&&(t.type=h.KEYFRAMES_RULE,t.keyframesName=t.selector.split(_.multipleSpaces).pop()):0===i.indexOf(p)?t.type=h.MIXIN_RULE:t.type=h.STYLE_RULE}var s=t.rules;if(s)for(var a,l=0,d=s.length;l<d&&(a=s[l]);l++)e(a,n);return t}(function(e){var t=new r;t.start=0,t.end=e.length;for(var n=t,o=0,i=e.length;o<i;o++)if(e[o]===u){n.rules||(n.rules=[]);var s=n,a=s.rules[s.rules.length-1]||null;(n=new r).start=o+1,n.parent=s,n.previous=a,s.rules.push(n)}else e[o]===c&&(n.end=o+1,n=n.parent||t);return t}(e=e.replace(_.comments,"").replace(_.port,"")),e)}function i(e){var t=e[0];return Boolean(t)&&Boolean(t.selector)&&0===t.selector.indexOf(p)}function s(e){return function(e){return e.replace(_.mixinApply,"").replace(_.varApply,"")}(e=a(e))}function a(e){return e.replace(_.customProp,"").replace(_.mixinProp,"")}var l,d,h={STYLE_RULE:1,KEYFRAMES_RULE:7,MEDIA_RULE:4,MIXIN_RULE:1e3},u="{",c="}",_={comments:/\/\*[^*]*\*+([^/*][^*]*\*+)*\//gim,port:/@import[^;]*;/gim,customProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?(?:[;\n]|$)/gim,mixinProp:/(?:^[^;\-\s}]+)?--[^;{}]*?:[^{};]*?{[^}]*?}(?:[;\n]|$)?/gim,mixinApply:/@apply\s*\(?[^);]*\)?\s*(?:[;\n]|$)?/gim,varApply:/[^;:]*?:[^;]*?var\([^;]*\)(?:[;\n]|$)?/gim,keyframesRule:/^@[^\s]*keyframes/,multipleSpaces:/\s+/g},p="--",f="@media",m="@",y=!(window.ShadyDOM&&window.ShadyDOM.inUse);function v(e){l=(!e||!e.shimcssproperties)&&(y||Boolean(!navigator.userAgent.match(/AppleWebKit\/601|Edge\/15/)&&window.CSS&&CSS.supports&&CSS.supports("box-shadow","0 0 0 var(--foo)")))}window.ShadyCSS&&void 0!==window.ShadyCSS.cssBuild&&(d=window.ShadyCSS.cssBuild);var g=Boolean(window.ShadyCSS&&window.ShadyCSS.disableRuntime);window.ShadyCSS&&void 0!==window.ShadyCSS.nativeCss?l=window.ShadyCSS.nativeCss:window.ShadyCSS?(v(window.ShadyCSS),window.ShadyCSS=void 0):v(window.WebComponents&&window.WebComponents.flags);var S=l,E=/(?:^|[;\s{]\s*)(--[\w-]*?)\s*:\s*(?:((?:'(?:\\'|.)*?'|"(?:\\"|.)*?"|\([^)]*?\)|[^};{])+)|\{([^}]*)\}(?:(?=[;\s}])|$))/gi,N=/(?:^|\W+)@apply\s*\(?([^);\n]*)\)?/gi,b=/(--[\w-]+)\s*([:,;)]|$)/gi,C=/(animation\s*:)|(animation-name\s*:)/,w=/@media\s(.*)/,T=/\{[^}]*\}/g,O=new Set;
24
+ /**
25
+ @license
26
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
27
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
28
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
29
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
30
+ Code distributed by Google as part of the polymer project is also
31
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
32
+ */function x(e){var t=e.textContent;if(!O.has(t)){O.add(t);var n=document.createElement("style");n.setAttribute("shady-unscoped",""),n.textContent=t,document.head.appendChild(n)}}function P(e){return e.hasAttribute("shady-unscoped")}
33
+ /**
34
+ @license
35
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
36
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
37
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
38
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
39
+ Code distributed by Google as part of the polymer project is also
40
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
41
+ */function D(e,t){return e?("string"==typeof e&&(e=o(e)),t&&R(e,t),function e(t,n){var r=arguments.length>2&&void 0!==arguments[2]?arguments[2]:"",o="";if(t.cssText||t.rules){var a=t.rules;if(a&&!i(a))for(var l,d=0,h=a.length;d<h&&(l=a[d]);d++)o=e(l,n,o);else(o=(o=n?t.cssText:s(t.cssText)).trim())&&(o=" "+o+"\n")}return o&&(t.selector&&(r+=t.selector+" "+u+"\n"),r+=o,t.selector&&(r+=c+"\n\n")),r}(e,S)):""}function M(e){return!e.__cssRules&&e.textContent&&(e.__cssRules=o(e.textContent)),e.__cssRules||null}function A(e){return Boolean(e.parent)&&e.parent.type===h.KEYFRAMES_RULE}function R(e,t,n,r){if(e){var o=!1,i=e.type;if(r&&i===h.MEDIA_RULE){var s=e.selector.match(w);s&&(window.matchMedia(s[1]).matches||(o=!0))}i===h.STYLE_RULE?t(e):n&&i===h.KEYFRAMES_RULE?n(e):i===h.MIXIN_RULE&&(o=!0);var a=e.rules;if(a&&!o)for(var l,d=0,u=a.length;d<u&&(l=a[d]);d++)R(l,t,n,r)}}function L(e,t,n,r){var o=function(e,t){var n=document.createElement("style");t&&n.setAttribute("scope",t);return n.textContent=e,n}(e,t);return F(o,n,r),o}var I=null;function F(e,t,n){t=t||document.head;var r=n&&n.nextSibling||t.firstChild;(t.insertBefore(e,r),I)?e.compareDocumentPosition(I)===Node.DOCUMENT_POSITION_PRECEDING&&(I=e):I=e}function j(e,t){for(var n=0,r=t,o=e.length;r<o;r++)if("("===e[r])n++;else if(")"===e[r]&&0==--n)return r;return-1}function H(e,t){y?e.setAttribute("class",t):window.ShadyDOM.nativeMethods.setAttribute.call(e,"class",t)}var k=window.ShadyDOM&&window.ShadyDOM.wrap||(e=>e);function B(e){var t=e.localName,n="",r="";return t?t.indexOf("-")>-1?n=t:(r=t,n=e.getAttribute&&e.getAttribute("is")||""):(n=e.is,r=e.extends),{is:n,typeExtension:r}}function U(e){for(var t=[],n="",r=0;r>=0&&r<e.length;r++)if("("===e[r]){var o=j(e,r);n+=e.slice(r,o+1),r=o}else","===e[r]?(t.push(n),n=""):n+=e[r];return n&&t.push(n),t}function q(e){if(void 0!==d)return d;if(void 0===e.__cssBuild){var t=e.getAttribute("css-build");if(t)e.__cssBuild=t;else{var n=function(e){var t="template"===e.localName?e.content.firstChild:e.firstChild;if(t instanceof Comment){var n=t.textContent.trim().split(":");if("css-build"===n[0])return n[1]}return""}(e);""!==n&&function(e){var t="template"===e.localName?e.content.firstChild:e.firstChild;t.parentNode.removeChild(t)}
42
+ /**
43
+ @license
44
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
45
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
46
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
47
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
48
+ Code distributed by Google as part of the polymer project is also
49
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
50
+ */(e),e.__cssBuild=n}}return e.__cssBuild||""}function V(e){return""!==q(e)}function G(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:"";return!(""===e||!S)&&(y?"shadow"===e:"shady"===e)}var W=/:(nth[-\w]+)\(([^)]+)\)/,K=":not(.".concat("style-scope",")"),X=",",z=/(^|[\s>+~]+)((?:\[.+?\]|[^\s>+~=[])+)/g,Y=/[[.:#*]/,J=":host",$=":root",Z="::slotted",Q=new RegExp("^(".concat(Z,")")),ee=/(:host)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,te=/(?:::slotted)(?:\(((?:\([^)(]*\)|[^)(]*)+?)\))/,ne=/(.*):dir\((?:(ltr|rtl))\)(.*)/,re=".",oe=":",ie="class",se="should_not_match",ae=/:(?:matches|any|-(?:webkit|moz)-any)/,le="",de=new class{get SCOPE_NAME(){return"style-scope"}dom(e,t,n){this._transformDom(e,e=>{this.element(e,t||"",n)})}domAddScope(e,t){this._transformDom(e,e=>{this.element(e,t||"")})}_transformDom(e,t){var n;if(e.nodeType===Node.ELEMENT_NODE&&t(e),"template"===e.localName){var r=e;n=(r.content||r._content||r).childNodes}else n=e.children||e.childNodes;if(n)for(var o=0;o<n.length;o++)this._transformDom(n[o],t)}element(e,t,n){if(t)if(e.classList)n?(e.classList.remove("style-scope"),e.classList.remove(t)):(e.classList.add("style-scope"),e.classList.add(t));else if(e.getAttribute){var r=e.getAttribute(ie);if(n){if(r)H(e,r.replace("style-scope","").replace(t,""))}else H(e,(r?r+" ":"")+"style-scope "+t)}}domReplaceScope(e,t,n){this._transformDom(e,e=>{this.element(e,t,!0),this.element(e,n)})}domRemoveScope(e,t){this._transformDom(e,e=>{this.element(e,t||"",!0)})}elementStyles(e,t,n){var r=arguments.length>4&&void 0!==arguments[4]?arguments[4]:"";if(""===r)if(y||"shady"===(arguments.length>3&&void 0!==arguments[3]?arguments[3]:""))r=D(t,n);else{var{is:o,typeExtension:i}=B(e);r=this.css(t,o,i,n)+"\n\n"}return r.trim()}css(e,t,n,r){var o=this._calcHostScope(t,n);t=this._calcElementScope(t);var i=this;return D(e,(function(e){e.isScoped||(i.rule(e,t,o),e.isScoped=!0),r&&r(e,t,o)}))}_calcElementScope(e){return e?re+e:""}_calcHostScope(e,t){return t?"[is=".concat(e,"]"):e}rule(e,t,n){this._transformRule(e,this._transformComplexSelector,t,n)}_transformRule(e,t,n,r){e.selector=e.transformedSelector=this._transformRuleCss(e,t,n,r)}_transformRuleCss(e,t,n,r){var o=U(e.selector);if(!A(e))for(var i,s=0,a=o.length;s<a&&(i=o[s]);s++)o[s]=t.call(this,i,n,r);return o.filter(e=>Boolean(e)).join(X)}_twiddleNthPlus(e){return e.replace(W,(e,t,n)=>(n.indexOf("+")>-1?n=n.replace(/\+/g,"___"):n.indexOf("___")>-1&&(n=n.replace(/___/g,"+")),":".concat(t,"(").concat(n,")")))}_preserveMatchesPseudo(e){for(var t,n=[];t=e.match(ae);){var r=t.index,o=j(e,r);if(-1===o)throw new Error("".concat(t.input," selector missing ')'"));var i=e.slice(r,o+1);e=e.replace(i,le),n.push(i)}return{selector:e,matches:n}}_replaceMatchesPseudo(e,t){var n=e.split(le);return t.reduce((e,t,r)=>e+t+n[r+1],n[0])}_transformComplexSelector(e,t,n){var r=!1;e=e.trim();var o=W.test(e);o&&(e=e.replace(W,(e,t,n)=>":".concat(t,"(").concat(n.replace(/\s/g,""),")")),e=this._twiddleNthPlus(e));var i,s=ae.test(e);return s&&({selector:e,matches:i}=this._preserveMatchesPseudo(e)),e=(e=e.replace(Q,"".concat(J," $1"))).replace(z,(e,o,i)=>{if(!r){var s=this._transformCompoundSelector(i,o,t,n);r=r||s.stop,o=s.combinator,i=s.value}return o+i}),s&&(e=this._replaceMatchesPseudo(e,i)),o&&(e=this._twiddleNthPlus(e)),e=e.replace(ne,(e,t,n,r)=>'[dir="'.concat(n,'"] ').concat(t).concat(r,", ").concat(t,'[dir="').concat(n,'"]').concat(r))}_transformCompoundSelector(e,t,n,r){var o=e.indexOf(Z);e.indexOf(J)>=0?e=this._transformHostSelector(e,r):0!==o&&(e=n?this._transformSimpleSelector(e,n):e);var i,s=!1;return o>=0&&(t="",s=!0),s&&(i=!0,s&&(e=e.replace(te,(e,t)=>" > ".concat(t)))),{value:e,combinator:t,stop:i}}_transformSimpleSelector(e,t){for(var n=e.split(/(\[.+?\])/),r=[],o=0;o<n.length;o++)if(o%2==1)r.push(n[o]);else{var i=n[o];if(""!==i||o!==n.length-1){var s=i.split(oe);s[0]+=t,r.push(s.join(oe))}}return r.join("")}_transformHostSelector(e,t){var n=e.match(ee),r=n&&n[2].trim()||"";return r?r[0].match(Y)?e.replace(ee,(function(e,n,r){return t+r})):r.split(Y)[0]===t?r:se:e.replace(J,t)}documentRule(e){e.selector=e.parsedSelector,this.normalizeRootSelector(e),this._transformRule(e,this._transformDocumentSelector)}normalizeRootSelector(e){e.selector===$&&(e.selector="html")}_transformDocumentSelector(e){return e.match(J)?"":e.match(Z)?this._transformComplexSelector(e,K):this._transformSimpleSelector(e.trim(),K)}};class he{static get(e){return e?e.__styleInfo:null}static set(e,t){return e.__styleInfo=t,t}constructor(e,t,n,r,o,i){this.styleRules=e||null,this.placeholder=t||null,this.ownStylePropertyNames=n||[],this.overrideStyleProperties=null,this.elementName=r||"",this.cssBuild=i||"",this.typeExtension=o||"",this.styleProperties=null,this.scopeSelector=null,this.customStyle=null}_getStyleRules(){return this.styleRules}}he.prototype._getStyleRules=he.prototype._getStyleRules;
51
+ /**
52
+ @license
53
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
54
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
55
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
56
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
57
+ Code distributed by Google as part of the polymer project is also
58
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
59
+ */
60
+ var ue=function(e){var t=this.matches||this.matchesSelector||this.mozMatchesSelector||this.msMatchesSelector||this.oMatchesSelector||this.webkitMatchesSelector;return t&&t.call(this,e)},ce=/:host\s*>\s*/;var _e=navigator.userAgent.match("Trident");var pe=new class{get XSCOPE_NAME(){return"x-scope"}decorateStyles(e){var t=this,n={},r=[],o=0;R(e,(function(e){t.decorateRule(e),e.index=o++,t.collectPropertiesInCssText(e.propertyInfo.cssText,n)}),(function(e){r.push(e)})),e._keyframes=r;var i=[];for(var s in n)i.push(s);return i}decorateRule(e){if(e.propertyInfo)return e.propertyInfo;var t={},n={};return this.collectProperties(e,n)&&(t.properties=n,e.rules=null),t.cssText=this.collectCssText(e),e.propertyInfo=t,t}collectProperties(e,t){var n=e.propertyInfo;if(!n){for(var r,o,i,s=E,a=e.parsedCssText;r=s.exec(a);)"inherit"===(o=(r[2]||r[3]).trim())&&"unset"===o||(t[r[1].trim()]=o),i=!0;return i}if(n.properties)return Object.assign(t,n.properties),!0}collectCssText(e){return this.collectConsumingCssText(e.parsedCssText)}collectConsumingCssText(e){return e.replace(T,"").replace(E,"")}collectPropertiesInCssText(e,t){for(var n;n=b.exec(e);){var r=n[1];":"!==n[2]&&(t[r]=!0)}}reify(e){for(var t,n=Object.getOwnPropertyNames(e),r=0;r<n.length;r++)e[t=n[r]]=this.valueForProperty(e[t],e)}valueForProperty(e,t){if(e)if(e.indexOf(";")>=0)e=this.valueForProperties(e,t);else{var n=this;e=function e(t,n){var r=t.indexOf("var(");if(-1===r)return n(t,"","","");var o=j(t,r+3),i=t.substring(r+4,o),s=t.substring(0,r),a=e(t.substring(o+1),n),l=i.indexOf(",");return-1===l?n(s,i.trim(),"",a):n(s,i.substring(0,l).trim(),i.substring(l+1).trim(),a)}(e,(function(e,r,o,i){if(!r)return e+i;var s=n.valueForProperty(t[r],t);return s&&"initial"!==s?"apply-shim-inherit"===s&&(s="inherit"):s=n.valueForProperty(t[o]||o,t)||o,e+(s||"")+i}))}return e&&e.trim()||""}valueForProperties(e,t){for(var n,r,o=e.split(";"),i=0;i<o.length;i++)if(n=o[i]){if(N.lastIndex=0,r=N.exec(n))n=this.valueForProperty(t[r[1]],t);else{var s=n.indexOf(":");if(-1!==s){var a=n.substring(s);a=a.trim(),a=this.valueForProperty(a,t)||a,n=n.substring(0,s)+a}}o[i]=n&&n.lastIndexOf(";")===n.length-1?n.slice(0,-1):n||""}return o.join(";")}applyProperties(e,t){var n="";e.propertyInfo||this.decorateRule(e),e.propertyInfo.cssText&&(n=this.valueForProperties(e.propertyInfo.cssText,t)),e.cssText=n}applyKeyframeTransforms(e,t){var n=e.cssText,r=e.cssText;if(null==e.hasAnimations&&(e.hasAnimations=C.test(n)),e.hasAnimations)if(null==e.keyframeNamesToTransform)for(var o in e.keyframeNamesToTransform=[],t)n!==(r=(0,t[o])(n))&&(n=r,e.keyframeNamesToTransform.push(o));else{for(var i=0;i<e.keyframeNamesToTransform.length;++i)n=(0,t[e.keyframeNamesToTransform[i]])(n);r=n}e.cssText=r}propertyDataFromStyles(e,t){var n={},r=[];return R(e,e=>{e.propertyInfo||this.decorateRule(e);var o=e.transformedSelector||e.parsedSelector;t&&e.propertyInfo.properties&&o&&ue.call(t,o)&&(this.collectProperties(e,n),function(e,t){var n=parseInt(e/32,10),r=1<<e%32;t[n]=(t[n]||0)|r}(e.index,r))},null,!0),{properties:n,key:r}}whenHostOrRootRule(e,t,n,r){if(t.propertyInfo||this.decorateRule(t),t.propertyInfo.properties){var{is:o,typeExtension:i}=B(e),s=o?de._calcHostScope(o,i):"html",a=t.parsedSelector,l=function(e,t){return Boolean(t.match(ce))||"html"===e&&t.indexOf("html")>-1}(s,a),d=0===a.indexOf(":host")&&!l;if("shady"===n&&(d=!(l=a===s+" > *."+s||-1!==a.indexOf("html"))&&0===a.indexOf(s)),l||d){var h=s;d&&(t.transformedSelector||(t.transformedSelector=de._transformRuleCss(t,de._transformComplexSelector,de._calcElementScope(o),s)),h=t.transformedSelector||s),l&&"html"===s&&(h=t.transformedSelector||t.parsedSelector),r({selector:h,isHost:d,isRoot:l})}}}hostAndRootPropertiesForScope(e,t,n){var r={},o={};return R(t,t=>{this.whenHostOrRootRule(e,t,n,n=>{var i=e._element||e;ue.call(i,n.selector)&&(n.isHost?this.collectProperties(t,r):this.collectProperties(t,o))})},null,!0),{rootProps:o,hostProps:r}}transformStyles(e,t,n){var r=this,{is:o,typeExtension:i}=B(e),s=de._calcHostScope(o,i),a=e.extends?"\\"+s.slice(0,-1)+"\\]":s,l=new RegExp("(?:^|[^.#[:])"+a+"($|[.:[\\s>+~])"),{styleRules:d,cssBuild:h}=he.get(e),u=this._elementKeyframeTransforms(e,d,n);return de.elementStyles(e,d,(function(e){r.applyProperties(e,t),y||A(e)||!e.cssText||(r.applyKeyframeTransforms(e,u),r._scopeSelector(e,l,s,n))}),h)}_elementKeyframeTransforms(e,t,n){var r=t._keyframes,o={};if(!y&&r)for(var i=0,s=r[i];i<r.length;s=r[++i])this._scopeKeyframes(s,n),o[s.keyframesName]=this._keyframesRuleTransformer(s);return o}_keyframesRuleTransformer(e){return function(t){return t.replace(e.keyframesNameRx,e.transformedKeyframesName)}}_scopeKeyframes(e,t){e.keyframesNameRx=new RegExp("\\b".concat(e.keyframesName,"(?!\\B|-)"),"g"),e.transformedKeyframesName=e.keyframesName+"-"+t,e.transformedSelector=e.transformedSelector||e.selector,e.selector=e.transformedSelector.replace(e.keyframesName,e.transformedKeyframesName)}_scopeSelector(e,t,n,r){e.transformedSelector=e.transformedSelector||e.selector;for(var o,i="."+r,s=U(e.transformedSelector),a=0,l=s.length;a<l&&(o=s[a]);a++)s[a]=o.match(t)?o.replace(n,i):i+" "+o;e.selector=s.join(",")}applyElementScopeSelector(e,t,n){var r=e.getAttribute("class")||"",o=r;n&&(o=r.replace(new RegExp("\\s*x-scope\\s*"+n+"\\s*","g")," ")),r!==(o+=(o?" ":"")+"x-scope "+t)&&H(e,o)}applyElementStyle(e,t,n,r){var o=r?r.textContent||"":this.transformStyles(e,t,n),i=he.get(e),s=i.customStyle;return s&&!y&&s!==r&&(s._useCount--,s._useCount<=0&&s.parentNode&&s.parentNode.removeChild(s)),y?i.customStyle?(i.customStyle.textContent=o,r=i.customStyle):o&&(r=L(o,n,e.shadowRoot,i.placeholder)):r?r.parentNode||(_e&&o.indexOf("@media")>-1&&(r.textContent=o),F(r,null,i.placeholder)):o&&(r=L(o,n,null,i.placeholder)),r&&(r._useCount=r._useCount||0,i.customStyle!=r&&r._useCount++,i.customStyle=r),r}applyCustomStyle(e,t){var n=M(e),r=this;e.textContent=D(n,(function(e){var n=e.cssText=e.parsedCssText;e.propertyInfo&&e.propertyInfo.cssText&&(n=a(n),e.cssText=r.valueForProperties(n,t))}))}},fe={};
61
+ /**
62
+ @license
63
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
64
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
65
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
66
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
67
+ Code distributed by Google as part of the polymer project is also
68
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
69
+ */function me(e){return fe[e]||null}function ye(e){var t,n,r,o;fe[e]||(fe[e]=(t=e,n=document.createComment(" Shady DOM styles for "+t+" "),r=I?I.nextSibling:null,(o=document.head).insertBefore(n,r||o.firstChild),I=n,n))}var ve=window.customElements;if(ve&&!y&&!g){var ge=ve.define;ve.define=(e,t,n)=>{ye(e),ge.call(ve,e,t,n)}}
70
+ /**
71
+ @license
72
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
73
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
74
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
75
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
76
+ Code distributed by Google as part of the polymer project is also
77
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
78
+ */
79
+ /**
80
+ @license
81
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
82
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
83
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
84
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
85
+ Code distributed by Google as part of the polymer project is also
86
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
87
+ */
88
+ var Se=function(){};var Ee=new RegExp("".concat(de.SCOPE_NAME,"\\s*([^\\s]*)"));function Ne(e){var t=function(e){return e.classList&&e.classList.value?e.classList.value:e.getAttribute("class")||""}(e).match(Ee);return t?t[1]:""}function be(e){var t=k(e).getRootNode();if(t===e||t===e.ownerDocument)return"";var n=t.host;return n?B(n).is:""}function Ce(e){for(var t=window.ShadyDOM.nativeMethods.querySelectorAll.call(e,":not(.".concat(de.SCOPE_NAME,")")),n=0;n<t.length;n++){var r=t[n],o=be(r);o&&de.element(r,o)}}function we(e){for(var t=0;t<e.length;t++){var n=e[t];if(n.target!==document.documentElement&&n.target!==document.head)for(var r=0;r<n.addedNodes.length;r++){var o=n.addedNodes[r];if(o.nodeType===Node.ELEMENT_NODE){var i=(o=o).getRootNode(),s=Ne(o);if(s&&i===o.ownerDocument&&("style"!==(l=o).localName&&"template"!==l.localName||!V(l)))de.domRemoveScope(o,s);else if(i instanceof ShadowRoot){var a=be(o);a!==s&&de.domReplaceScope(o,s,a),Ce(o)}}}}var l}if(!(y||window.ShadyDOM&&window.ShadyDOM.handlesDynamicScoping)){var Te=new MutationObserver(we),Oe=e=>{Te.observe(e,{childList:!0,subtree:!0})};if(window.customElements&&!window.customElements.polyfillWrapFlushCallback)Oe(document);else{var xe=()=>{Oe(document.body)};window.HTMLImports?window.HTMLImports.whenReady(xe):requestAnimationFrame((function(){if("loading"===document.readyState){var e=function(){xe(),document.removeEventListener("readystatechange",e)};document.addEventListener("readystatechange",e)}else xe()}))}Se=function(){we(Te.takeRecords())}}
89
+ /**
90
+ @license
91
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
92
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
93
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
94
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
95
+ Code distributed by Google as part of the polymer project is also
96
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
97
+ */var Pe={},De="_applyShimCurrentVersion",Me="_applyShimNextVersion",Ae=Promise.resolve();function Re(e){var t=Pe[e];t&&function(e){e[De]=e[De]||0,e._applyShimValidatingVersion=e._applyShimValidatingVersion||0,e[Me]=(e[Me]||0)+1}(t)}function Le(e){return e[De]===e[Me]}function Ie(e){return!Le(e)&&e._applyShimValidatingVersion===e[Me]}function Fe(e){e._applyShimValidatingVersion=e[Me],e._validating||(e._validating=!0,Ae.then((function(){e[De]=e[Me],e._validating=!1})))}
98
+ /**
99
+ @license
100
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
101
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
102
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
103
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
104
+ Code distributed by Google as part of the polymer project is also
105
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
106
+ */
107
+ var je,He=null,ke=window.HTMLImports&&window.HTMLImports.whenReady||null;function Be(e){requestAnimationFrame((function(){ke?ke(e):(He||(He=new Promise(e=>{je=e}),"complete"===document.readyState?je():document.addEventListener("readystatechange",()=>{"complete"===document.readyState&&je()})),He.then((function(){e&&e()})))}))}
108
+ /**
109
+ @license
110
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
111
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
112
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
113
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
114
+ Code distributed by Google as part of the polymer project is also
115
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
116
+ */var Ue="__shadyCSSCachedStyle",qe=null,Ve=null;class Ge{constructor(){this.customStyles=[],this.enqueued=!1,Be(()=>{window.ShadyCSS.flushCustomStyles&&window.ShadyCSS.flushCustomStyles()})}enqueueDocumentValidation(){!this.enqueued&&Ve&&(this.enqueued=!0,Be(Ve))}addCustomStyle(e){e.__seenByShadyCSS||(e.__seenByShadyCSS=!0,this.customStyles.push(e),this.enqueueDocumentValidation())}getStyleForCustomStyle(e){return e[Ue]?e[Ue]:e.getStyle?e.getStyle():e}processStyles(){for(var e=this.customStyles,t=0;t<e.length;t++){var n=e[t];if(!n[Ue]){var r=this.getStyleForCustomStyle(n);if(r){var o=r.__appliedElement||r;qe&&qe(o),n[Ue]=o}}}return e}}Ge.prototype.addCustomStyle=Ge.prototype.addCustomStyle,Ge.prototype.getStyleForCustomStyle=Ge.prototype.getStyleForCustomStyle,Ge.prototype.processStyles=Ge.prototype.processStyles,Object.defineProperties(Ge.prototype,{transformCallback:{get:()=>qe,set(e){qe=e}},validateCallback:{get:()=>Ve,set(e){var t=!1;Ve||(t=!0),Ve=e,t&&this.enqueueDocumentValidation()}}});
117
+ /**
118
+ @license
119
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
120
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
121
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
122
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
123
+ Code distributed by Google as part of the polymer project is also
124
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
125
+ */
126
+ var We={},Ke=new class{constructor(){var e=arguments.length>0&&void 0!==arguments[0]?arguments[0]:100;this.cache={},this.typeMax=e}_validate(e,t,n){for(var r=0;r<n.length;r++){var o=n[r];if(e.properties[o]!==t[o])return!1}return!0}store(e,t,n,r){var o=this.cache[e]||[];o.push({properties:t,styleElement:n,scopeSelector:r}),o.length>this.typeMax&&o.shift(),this.cache[e]=o}fetch(e,t,n){var r=this.cache[e];if(r)for(var o=r.length-1;o>=0;o--){var i=r[o];if(this._validate(i,t,n))return i}}};class Xe{constructor(){this._scopeCounter={},this._documentOwner=document.documentElement;var e=new r;e.rules=[],this._documentOwnerStyleInfo=he.set(this._documentOwner,new he(e)),this._elementsHaveApplied=!1,this._applyShim=null,this._customStyleInterface=null}flush(){Se()}_generateScopeSelector(e){var t=this._scopeCounter[e]=(this._scopeCounter[e]||0)+1;return"".concat(e,"-").concat(t)}getStyleAst(e){return M(e)}styleAstToString(e){return D(e)}_gatherStyles(e){return function(e){for(var t=[],n=e.querySelectorAll("style"),r=0;r<n.length;r++){var o=n[r];P(o)?y||(x(o),o.parentNode.removeChild(o)):(t.push(o.textContent),o.parentNode.removeChild(o))}return t.join("").trim()}(e.content)}prepareTemplate(e,t,n){this.prepareTemplateDom(e,t),this.prepareTemplateStyles(e,t,n)}prepareTemplateStyles(e,t,n){if(!e._prepared&&!g){y||ye(t),e._prepared=!0,e.name=t,e.extends=n,Pe[t]=e;var r=q(e),i=G(r),s={is:t,extends:n},a=this._gatherStyles(e)+(We[t]||"");if(this._ensure(),!i){var l=!r&&function(e){var t=N.test(e)||E.test(e);return N.lastIndex=0,E.lastIndex=0,t}(a),d=o(a);l&&S&&this._applyShim&&this._applyShim.transformRules(d,t),e._styleAst=d}var h=[];if(S||(h=pe.decorateStyles(e._styleAst)),!h.length||S){var u=y?e.content:null,c=me(t),_=this._generateStaticStyle(s,e._styleAst,u,c,r,i?a:"");e._style=_}e._ownPropertyNames=h}}prepareAdoptedCssText(e,t){We[t]=e.join(" ")}prepareTemplateDom(e,t){if(!g){var n=q(e);y||"shady"===n||e._domPrepared||(e._domPrepared=!0,de.domAddScope(e.content,t))}}_generateStaticStyle(e,t,n,r,o,i){return(i=de.elementStyles(e,t,null,o,i)).length?L(i,e.is,n,r):null}_prepareHost(e){var{is:t,typeExtension:n}=B(e),r=me(t),o=Pe[t];if(o){var i=o._styleAst,s=o._ownPropertyNames,a=q(o),l=new he(i,r,s,t,n,a);return he.set(e,l),l}}_ensureApplyShim(){return!(this._applyShim||!window.ShadyCSS||!window.ShadyCSS.ApplyShim)&&(this._applyShim=window.ShadyCSS.ApplyShim,this._applyShim.invalidCallback=Re,!0)}_ensureCustomStyleInterface(){this._customStyleInterface||window.ShadyCSS&&window.ShadyCSS.CustomStyleInterface&&(this._customStyleInterface=window.ShadyCSS.CustomStyleInterface,this._customStyleInterface.transformCallback=e=>{this.transformCustomStyleForDocument(e)},this._customStyleInterface.validateCallback=()=>{requestAnimationFrame(()=>{(this._customStyleInterface.enqueued||this._elementsHaveApplied)&&this.flushCustomStyles()})})}_ensure(){var e=this._ensureApplyShim();return this._ensureCustomStyleInterface(),e}flushCustomStyles(){if(!g){var e=this._ensure();if(this._customStyleInterface){var t=this._customStyleInterface.processStyles();(e||this._customStyleInterface.enqueued)&&(G(this._documentOwnerStyleInfo.cssBuild)||(S?this._documentOwnerStyleInfo.cssBuild||this._revalidateCustomStyleApplyShim(t):(this._reorderCustomStylesRules(t),this._updateProperties(this._documentOwner,this._documentOwnerStyleInfo),this._applyCustomStyles(t),this._elementsHaveApplied&&this.styleDocument()),this._customStyleInterface.enqueued=!1))}}}_reorderCustomStylesRules(e){var t=e.map(e=>this._customStyleInterface.getStyleForCustomStyle(e)).filter(e=>!!e);t.sort((e,t)=>{var n=t.compareDocumentPosition(e);return n&Node.DOCUMENT_POSITION_FOLLOWING?1:n&Node.DOCUMENT_POSITION_PRECEDING?-1:0}),this._documentOwnerStyleInfo.styleRules.rules=t.map(e=>M(e))}styleElement(e,t){if(g){if(t){he.get(e)||he.set(e,new he(null));var n=he.get(e);this._mixOverrideStyleProps(n,t),this.styleElementNativeVariables(e,n)}}else{var r=he.get(e)||this._prepareHost(e);r&&(this._isRootOwner(e)||(this._elementsHaveApplied=!0),t&&this._mixOverrideStyleProps(r,t),S?this.styleElementNativeVariables(e,r):this.styleElementShimVariables(e,r))}}_mixOverrideStyleProps(e,t){e.overrideStyleProperties=e.overrideStyleProperties||{},Object.assign(e.overrideStyleProperties,t)}styleElementShimVariables(e,t){this.flush(),this._updateProperties(e,t),t.ownStylePropertyNames&&t.ownStylePropertyNames.length&&this._applyStyleProperties(e,t)}styleElementNativeVariables(e,t){var{is:n}=B(e);t.overrideStyleProperties&&
127
+ /**
128
+ @license
129
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
130
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
131
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
132
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
133
+ Code distributed by Google as part of the polymer project is also
134
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
135
+ */
136
+ function(e,t){for(var n in t)null===n?e.style.removeProperty(n):e.style.setProperty(n,t[n])}(e,t.overrideStyleProperties);var r=Pe[n];if((r||this._isRootOwner(e))&&(!r||!V(r))&&r&&r._style&&!Le(r)){if(Ie(r)||(this._ensure(),this._applyShim&&this._applyShim.transformRules(r._styleAst,n),r._style.textContent=de.elementStyles(e,t.styleRules),Fe(r)),y){var o=e.shadowRoot;if(o){var i=o.querySelector("style");i&&(i.textContent=de.elementStyles(e,t.styleRules))}}t.styleRules=r._styleAst}}_styleOwnerForNode(e){var t=k(e).getRootNode().host;return t?he.get(t)||this._prepareHost(t)?t:this._styleOwnerForNode(t):this._documentOwner}_isRootOwner(e){return e===this._documentOwner}_applyStyleProperties(e,t){var n=B(e).is,r=Ke.fetch(n,t.styleProperties,t.ownStylePropertyNames),o=r&&r.scopeSelector,i=r?r.styleElement:null,s=t.scopeSelector;t.scopeSelector=o||this._generateScopeSelector(n);var a=pe.applyElementStyle(e,t.styleProperties,t.scopeSelector,i);return y||pe.applyElementScopeSelector(e,t.scopeSelector,s),r||Ke.store(n,t.styleProperties,a,t.scopeSelector),a}_updateProperties(e,t){var n=this._styleOwnerForNode(e),r=he.get(n),o=r.styleProperties;n===this._documentOwner||o||(this._updateProperties(n,r),o=r.styleProperties);var i=Object.create(o||null),s=pe.hostAndRootPropertiesForScope(e,t.styleRules,t.cssBuild),a=pe.propertyDataFromStyles(r.styleRules,e).properties;Object.assign(i,s.hostProps,a,s.rootProps),this._mixinOverrideStyles(i,t.overrideStyleProperties),pe.reify(i),t.styleProperties=i}_mixinOverrideStyles(e,t){for(var n in t){var r=t[n];(r||0===r)&&(e[n]=r)}}styleDocument(e){this.styleSubtree(this._documentOwner,e)}styleSubtree(e,t){var n=k(e),r=n.shadowRoot,o=this._isRootOwner(e);(r||o)&&this.styleElement(e,t);var i=o?n:r;if(i)for(var s=Array.from(i.querySelectorAll("*")).filter(e=>k(e).shadowRoot),a=0;a<s.length;a++)this.styleSubtree(s[a])}_revalidateCustomStyleApplyShim(e){for(var t=0;t<e.length;t++){var n=e[t],r=this._customStyleInterface.getStyleForCustomStyle(n);r&&this._revalidateApplyShim(r)}}_applyCustomStyles(e){for(var t=0;t<e.length;t++){var n=e[t],r=this._customStyleInterface.getStyleForCustomStyle(n);r&&pe.applyCustomStyle(r,this._documentOwnerStyleInfo.styleProperties)}}transformCustomStyleForDocument(e){var t=q(e);if(t!==this._documentOwnerStyleInfo.cssBuild&&(this._documentOwnerStyleInfo.cssBuild=t),!G(t)){var n=M(e);R(n,e=>{y?de.normalizeRootSelector(e):de.documentRule(e),S&&""===t&&(this._ensure(),this._applyShim&&this._applyShim.transformRule(e))}),S?e.textContent=D(n):this._documentOwnerStyleInfo.styleRules.rules.push(n)}}_revalidateApplyShim(e){if(S&&this._applyShim){var t=M(e);this._ensure(),this._applyShim.transformRules(t),e.textContent=D(t)}}getComputedStyleValue(e,t){var n;S||(n=(he.get(e)||he.get(this._styleOwnerForNode(e))).styleProperties[t]);return(n=n||window.getComputedStyle(e).getPropertyValue(t))?n.trim():""}setElementClass(e,t){var n,r=k(e).getRootNode();t?n=("string"==typeof t?t:String(t)).split(/\s/):n=[];var o=r.host&&r.host.localName;if(!o){var i=e.getAttribute("class");if(i)for(var s=i.split(/\s/),a=0;a<s.length;a++)if(s[a]===de.SCOPE_NAME){o=s[a+1];break}}if(o&&n.push(de.SCOPE_NAME,o),!S){var l=he.get(e);l&&l.scopeSelector&&n.push(pe.XSCOPE_NAME,l.scopeSelector)}H(e,n.join(" "))}_styleInfoForNode(e){return he.get(e)}scopeNode(e,t){de.element(e,t)}unscopeNode(e,t){de.element(e,t,!0)}scopeForNode(e){return be(e)}currentScopeForNode(e){return Ne(e)}}Xe.prototype.flush=Xe.prototype.flush,Xe.prototype.prepareTemplate=Xe.prototype.prepareTemplate,Xe.prototype.styleElement=Xe.prototype.styleElement,Xe.prototype.styleDocument=Xe.prototype.styleDocument,Xe.prototype.styleSubtree=Xe.prototype.styleSubtree,Xe.prototype.getComputedStyleValue=Xe.prototype.getComputedStyleValue,Xe.prototype.setElementClass=Xe.prototype.setElementClass,Xe.prototype._styleInfoForNode=Xe.prototype._styleInfoForNode,Xe.prototype.transformCustomStyleForDocument=Xe.prototype.transformCustomStyleForDocument,Xe.prototype.getStyleAst=Xe.prototype.getStyleAst,Xe.prototype.styleAstToString=Xe.prototype.styleAstToString,Xe.prototype.flushCustomStyles=Xe.prototype.flushCustomStyles,Xe.prototype.scopeNode=Xe.prototype.scopeNode,Xe.prototype.unscopeNode=Xe.prototype.unscopeNode,Xe.prototype.scopeForNode=Xe.prototype.scopeForNode,Xe.prototype.currentScopeForNode=Xe.prototype.currentScopeForNode,Xe.prototype.prepareAdoptedCssText=Xe.prototype.prepareAdoptedCssText,Object.defineProperties(Xe.prototype,{nativeShadow:{get:()=>y},nativeCss:{get:()=>S}});
137
+ /**
138
+ @license
139
+ Copyright (c) 2017 The Polymer Project Authors. All rights reserved.
140
+ This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
141
+ The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
142
+ The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
143
+ Code distributed by Google as part of the polymer project is also
144
+ subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
145
+ */
146
+ var ze,Ye,Je=new Xe;window.ShadyCSS&&(ze=window.ShadyCSS.ApplyShim,Ye=window.ShadyCSS.CustomStyleInterface),window.ShadyCSS={ScopingShim:Je,prepareTemplate(e,t,n){Je.flushCustomStyles(),Je.prepareTemplate(e,t,n)},prepareTemplateDom(e,t){Je.prepareTemplateDom(e,t)},prepareTemplateStyles(e,t,n){Je.flushCustomStyles(),Je.prepareTemplateStyles(e,t,n)},styleSubtree(e,t){Je.flushCustomStyles(),Je.styleSubtree(e,t)},styleElement(e){Je.flushCustomStyles(),Je.styleElement(e)},styleDocument(e){Je.flushCustomStyles(),Je.styleDocument(e)},flushCustomStyles(){Je.flushCustomStyles()},getComputedStyleValue:(e,t)=>Je.getComputedStyleValue(e,t),nativeCss:S,nativeShadow:y,cssBuild:d,disableRuntime:g},ze&&(window.ShadyCSS.ApplyShim=ze),Ye&&(window.ShadyCSS.CustomStyleInterface=Ye)}}]);