input::-moz-focus-inner,button::-moz-focus-inner{border:0}input[type=radio]:focus-visible,input[type=checkbox]:focus-visible,input[type=button]:focus-visible,input[type=submit]:focus-visible,input[type=reset]:focus-visible,input[type=image]:focus-visible,input[type=range]:focus-visible,select:focus-visible,button:focus-visible{box-shadow:0 0 0 1px var(--focus-border-color) inset,0 0 0 1px var(--focus-border-color),0 0 0 4px var(--focus-shadow-color);outline:0}a:focus-visible{box-shadow:0 0 0 2px var(--focus-border-color),0 0 0 6px var(--focus-shadow-color);outline:0}:root{--magenta-50: #ff1ad9;--magenta-60: #ed00b5;--magenta-70: #b5007f;--magenta-80: #7d004f;--magenta-90: #440027;--purple-30: #c069ff;--purple-40: #ad3bff;--purple-50: #9400ff;--purple-60: #8000d7;--purple-70: #6200a4;--purple-80: #440071;--purple-90: #25003e;--blue-40: #45a1ff;--blue-50: #0a84ff;--blue-50-a30: rgba(10, 132, 255, .3);--blue-60: #0060df;--blue-70: #003eaa;--blue-80: #002275;--blue-90: #000f40;--teal-50: #00feff;--teal-60: #00c8d7;--teal-70: #008ea4;--teal-80: #005a71;--teal-90: #002d3e;--green-50: #30e60b;--green-60: #12bc00;--green-70: #058b00;--green-80: #006504;--green-90: #003706;--yellow-50: #ffe900;--yellow-60: #d7b600;--yellow-60-a30: rgba(215, 182, 0, .3);--yellow-70: #a47f00;--yellow-80: #715100;--yellow-90: #3e2800;--red-50: #ff0039;--red-60: #d70022;--red-60-a30: rgba(215, 0, 34, .3);--red-70: #a4000f;--red-80: #5a0002;--red-90: #3e0200;--orange-50: #ff9400;--orange-60: #d76e00;--orange-70: #a44900;--orange-80: #712b00;--orange-90: #3e1300;--grey-10: #f9f9fa;--grey-10-a10: rgba(249, 249, 250, .1);--grey-10-a20: rgba(249, 249, 250, .2);--grey-10-a40: rgba(249, 249, 250, .4);--grey-10-a60: rgba(249, 249, 250, .6);--grey-10-a80: rgba(249, 249, 250, .8);--grey-20: #ededf0;--grey-30: #d7d7db;--grey-40: #b1b1b3;--grey-50: #737373;--grey-60: #4a4a4f;--grey-70: #38383d;--grey-80: #2a2a2e;--grey-90: #0c0c0d;--grey-90-a05: rgba(12, 12, 13, .05);--grey-90-a10: rgba(12, 12, 13, .1);--grey-90-a20: rgba(12, 12, 13, .2);--grey-90-a30: rgba(12, 12, 13, .3);--grey-90-a40: rgba(12, 12, 13, .4);--grey-90-a50: rgba(12, 12, 13, .5);--grey-90-a60: rgba(12, 12, 13, .6);--grey-90-a70: rgba(12, 12, 13, .7);--grey-90-a80: rgba(12, 12, 13, .8);--grey-90-a90: rgba(12, 12, 13, .9);--ink-40: #7175A8;--ink-50: #595E91;--ink-60: #464B76;--ink-70: #363959;--ink-80: #202340;--ink-90: #0f1126;--white-100: #ffffff}.photon-display-20{font-size:36px;font-weight:200}.photon-title-40{font-size:28px;font-weight:300}.photon-title-30{font-size:22px;font-weight:300}.photon-title-20{font-size:17px;font-weight:700}.photon-title-10{font-size:13px;font-weight:700}.photon-body-30{font-size:17px;font-weight:400}.photon-body-20,.photon-caption-30{font-size:15px;font-weight:400}.photon-body-10,.photon-caption-20{font-size:13px;font-weight:400}.photon-caption-10{font-size:11px;font-weight:400}.photon-button{--internal-primary-foreground-color: #fff;--internal-primary-background-color: var(--blue-60);--internal-primary-hover-background-color: var(--blue-70);--internal-primary-active-background-color: var(--blue-80);--internal-destructive-foreground-color: #fff;--internal-destructive-background-color: var(--red-60);--internal-destructive-hover-background-color: var(--red-70);--internal-destructive-active-background-color: var(--red-80);display:inline-flex;box-sizing:border-box;align-items:center;justify-content:center;padding:0 8px;border:none;border-radius:2px;margin:0;background:none;background-color:var(--clickable-background-color);color:var(--clickable-foreground-color);cursor:initial;font:inherit;text-decoration:none;-webkit-user-select:none;user-select:none}.photon-button::-moz-focus-inner{border:none}.photon-button:disabled{opacity:.4}.photon-button:hover:not(:disabled){background-color:var(--clickable-hover-background-color)}:root.dark-mode{.photon-button{--internal-primary-foreground-color: var(--grey-20);--internal-primary-background-color: var(--blue-60);--internal-primary-hover-background-color: color-mix( in hsl, var(--blue-60) 90%, white 10% );--internal-primary-active-background-color: color-mix( in hsl, var(--blue-60) 50%, var(--blue-70) 50% );--internal-destructive-foreground-color: #fff;--internal-destructive-background-color: var(--red-60);--internal-destructive-hover-background-color: color-mix( in hsl, var(--red-60) 90%, white 10% );--internal-destructive-active-background-color: color-mix( in hsl, var(--red-60) 50%, var(--red-70) 50% )}}.photon-button:hover:active:not(:disabled){background-color:var(--clickable-active-background-color)}.photon-button-primary,.photon-button-destructive,.photon-button-default{min-width:132px;height:32px;padding:0 8px;font-size:13px}.photon-button-primary{background-color:var(--internal-primary-background-color);color:var(--internal-primary-foreground-color)}.photon-button-primary:hover:not(:disabled){background-color:var(--internal-primary-hover-background-color)}.photon-button-primary:hover:active:not(:disabled){background-color:var(--internal-primary-active-background-color)}.photon-button-destructive{background-color:var(--internal-destructive-background-color);color:var(--internal-destructive-foreground-color)}.photon-button-destructive:hover:not(:disabled){background-color:var(--internal-destructive-hover-background-color)}.photon-button-destructive:hover:active:not(:disabled){background-color:var(--internal-destructive-active-background-color)}.photon-button-ghost{width:32px;height:32px;background-color:transparent}.photon-button-ghost:hover:not(:disabled),.photon-button-ghost--checked{background-color:var(--clickable-ghost-hover-background-color)}.photon-button-ghost:hover:active:not(:disabled){background-color:var(--clickable-ghost-active-background-color)}.photon-button-micro{height:24px}.photon-checkbox{position:relative;padding:0;border:1px solid var(--clickable-border-color);border-radius:2px;appearance:none;background-color:var(--clickable-background-color)}.photon-checkbox:focus-visible{border:none}.photon-checkbox-default{width:16px;height:16px;margin:0 4px}.photon-checkbox-micro{width:13px;height:13px;margin:0 3px}.photon-checkbox:hover:not([disabled]){background-color:var(--clickable-hover-background-color)}.photon-checkbox:checked:not([disabled]){border:none;background-color:var(--clickable-checked-background-color)}.photon-checkbox:hover:active:not([disabled]){background-color:var(--clickable-active-background-color)}.photon-checkbox-default:checked:not([disabled]){background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">%0A  <path d="M6.52,12.5a1,1,0,0,1-.705-.291l-3.52-3.5a1,1,0,1,1,1.41-1.418l2.812,2.8,5.774-5.793a1,1,0,0,1,1.416,1.412l-6.479,6.5A1,1,0,0,1,6.52,12.5Z" fill="%23fff"/>%0A</svg>')}.photon-checkbox-micro:checked:not([disabled]){background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">%0A      <path d="M5.52,9.5 C5.25578464,9.4999449 5.00232869,9.3953269 4.815,9.209 L2.295,6.709 C2.03443209,6.45863981 1.92920015,6.08718015 2.01973935,5.73735375 C2.11027856,5.38752735 2.3825034,5.11375796 2.73181196,5.021241 C3.08112053,4.92872405 3.45316961,5.03185272 3.705,5.291 L5.517,7.091 L9.291,3.298 C9.6828367,2.91843498 10.3065809,2.92295488 10.6928758,3.30815854 C11.0791707,3.6933622 11.0854551,4.31709114 10.707,4.71 L6.228,9.21 C6.0397717,9.3966949 5.78511106,9.5010051 5.52,9.5 Z" fill="%23fff"/>%0A</svg>%0A')}.photon-checkbox:checked:hover:not([disabled]){background-color:var(--clickable-checked-hover-background-color)}.photon-checkbox:checked:hover:active:not([disabled]){background-color:var(--clickable-checked-hover-background-color)}.photon-input{--internal-border-color: var(--grey-90-a20);--internal-hover-border-color: var(--grey-90-a30);--internal-invalid-border-color: var(--red-60);--internal-invalid-shadow-color: var(--red-60-a30);height:32px;padding:0 8px;border:1px solid var(--internal-border-color);border-radius:2px;background-color:var(--base-background-color);box-shadow:none;color:var(--base-foreground-color)}.photon-input:hover{border-color:var(--internal-hover-border-color)}.photon-input:focus-visible,.photon-input:focus-visible:invalid{border:1px solid var(--focus-border-color);box-shadow:0 0 0 1px var(--focus-border-color),0 0 0 4px var(--focus-shadow-color);outline:0}.photon-input:invalid:not(:placeholder-shown){border:1px solid var(--internal-invalid-border-color);box-shadow:0 0 0 1px var(--internal-invalid-border-color),0 0 0 4px var(--internal-invalid-shadow-color)}:root.dark-mode{.photon-input{--internal-border-color: var(--grey-10-a20);--internal-hover-border-color: var(--grey-10-a40);--internal-invalid-border-color: var(--red-50);--internal-invalid-shadow-color: var(--red-60-a30)}}.photon-label{display:inline-flex;align-items:center;padding:3px 0;color:var(--clickable-foreground-color)}.photon-label-default{font-size:13px}.photon-label-micro{font-size:11px}.photon-label-horiz-padding{padding:0 3px}.photon-message-bar{--internal-foreground-color: var(--grey-90);--internal-background-color: var(--grey-20);--internal-error-foreground-color: #fff;--internal-error-background-color: var(--red-60);--internal-warning-foreground-color: var(--yellow-90);--internal-warning-background-color: var(--yellow-50);--internal-error-action-foreground-color: #fff;--internal-error-action-background-color: var(--red-70);--internal-error-action-hover-background-color: var(--red-80);--internal-error-action-active-background-color: var(--red-90);--internal-warning-action-background-color: var(--yellow-60);--internal-warning-action-hover-forekground-color: #fff;--internal-warning-action-hover-background-color: var(--yellow-70);--internal-warning-action-active-background-color: var(--yellow-80);--internal-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-error-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(249, 249, 250, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm1-14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1 3a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1z" fill="%230C0C0D" fill-opacity=".8"></path></svg>');--internal-error-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="%23fff">%0A  <path fill-rule="evenodd" d="M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0zM5.75 8a.75.75 0 0 0-.75.75v.5c0 .41.34.75.75.75h.5c.41 0 .75-.34.75-.75v-.5A.75.75 0 0 0 6.25 8h-.5zM5 6c0 .54.46 1 1 1s1-.46 1-1V3.15c0-.54-.46-1-1-1s-1 .46-1 1V6z"/>%0A</svg>%0A');--internal-warning-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23000" d="M14.742 12.106L9.789 2.2a2 2 0 0 0-3.578 0l-4.953 9.91A2 2 0 0 0 3.047 15h9.905a2 2 0 0 0 1.79-2.894zM7 5a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0zm1 8.25A1.25 1.25 0 1 1 9.25 12 1.25 1.25 0 0 1 8 13.25z"></path></svg>%0A');display:flex;min-height:32px;box-sizing:border-box;flex-wrap:nowrap;padding:4px 4px 4px 32px;border-radius:4px;background:var(--internal-icon) no-repeat 8px 8px / 16px 16px var(--internal-background-color);color:var(--internal-foreground-color);font-size:13px;font-weight:400;line-height:1.4}:root.dark-mode{.photon-message-bar{--internal-foreground-color: var(--grey-20);--internal-background-color: var(--grey-60);--internal-error-foreground-color: var(--grey-20);--internal-error-background-color: var(--red-60);--internal-warning-foreground-color: var(--grey-20);--internal-warning-background-color: var(--yellow-70);--internal-error-action-foreground-color: var(--grey-20);--internal-error-action-background-color: var(--red-70);--internal-error-action-hover-background-color: color-mix( in hsl, var(--red-70) 90%, white 10% );--internal-error-action-active-background-color: color-mix( in hsl, var(--red-70) 50%, var(--red-80) 50% );--internal-warning-action-background-color: var(--yellow-80);--internal-warning-action-hover-forekground-color: var(--grey-20);--internal-warning-action-hover-background-color: color-mix( in hsl, var(--yellow-80) 90%, white 10% );--internal-warning-action-active-background-color: color-mix( in hsl, var(--yellow-80) 50%, var(--yellow-90) 50% );--internal-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(249, 249, 250, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-error-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(249, 249, 250, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M12 20a8 8 0 1 0 0-16 8 8 0 0 0 0 16zm0 2c5.523 0 10-4.477 10-10S17.523 2 12 2 2 6.477 2 12s4.477 10 10 10zm1-14a1 1 0 1 1-2 0 1 1 0 0 1 2 0zm-1 3a1 1 0 0 0-1 1v4a1 1 0 1 0 2 0v-4a1 1 0 0 0-1-1z" fill="%23ededf0" fill-opacity=".8"></path></svg>%0A');--internal-warning-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23ededf0" d="M14.742 12.106L9.789 2.2a2 2 0 0 0-3.578 0l-4.953 9.91A2 2 0 0 0 3.047 15h9.905a2 2 0 0 0 1.79-2.894zM7 5a1 1 0 0 1 2 0v4a1 1 0 0 1-2 0zm1 8.25A1.25 1.25 0 1 1 9.25 12 1.25 1.25 0 0 1 8 13.25z"></path></svg>%0A')}}.photon-message-bar-action-button{flex:none}.photon-message-bar-close-button{width:24px;height:24px;flex:none;margin-left:auto;background:var(--internal-close-icon) no-repeat center / 16px 16px}.photon-message-bar-inner-content{display:flex;flex-wrap:wrap;padding-right:8px;gap:8px}.photon-message-bar-inner-text{padding:2.9px 0}.photon-message-bar-error{background-color:var(--internal-error-background-color);background-image:var(--internal-error-icon);color:var(--internal-error-foreground-color)}.photon-message-bar-warning{background-color:var(--internal-warning-background-color);background-image:var(--internal-warning-icon);color:var(--internal-warning-foreground-color)}.photon-message-bar-error .photon-message-bar-close-button{background-image:var(--internal-error-close-icon)}.photon-message-bar-close-button:hover{background-color:var(--clickable-ghost-hover-background-color)}.photon-message-bar-error .photon-message-bar-action-button,.photon-message-bar-error .photon-message-bar-close-button:hover{background-color:var(--internal-error-action-background-color);color:var(--internal-error-action-foreground-color)}.photon-message-bar-warning .photon-message-bar-action-button,.photon-message-bar-warning .photon-message-bar-close-button:hover{background-color:var(--internal-warning-action-background-color)}.photon-message-bar-close-button:hover:active{background-color:var(--clickable-ghost-active-background-color)}.photon-message-bar-error .photon-message-bar-action-button:hover,.photon-message-bar-error .photon-message-bar-close-button:hover:active{background-color:var(--internal-error-action-hover-background-color)}.photon-message-bar-warning .photon-message-bar-action-button:hover,.photon-message-bar-warning .photon-message-bar-close-button:hover:active{background-color:var(--internal-warning-action-hover-background-color);color:var(--internal-warning-action-hover-forekground-color)}.photon-message-bar-error .photon-message-bar-action-button:hover:active{background-color:var(--internal-error-action-active-background-color)}.photon-message-bar-warning .photon-message-bar-action-button:hover:active{background-color:var(--internal-warning-action-active-background-color)}.photon-radio{border:1px solid var(--clickable-border-color);border-radius:8px;appearance:none;background:none;background-color:var(--clickable-background-color)}.photon-radio-default{width:16px;height:16px;margin:0 4px}.photon-radio-micro{width:13px;height:13px;margin:0 3px}.photon-radio:hover{background-color:var(--clickable-hover-background-color)}.photon-radio:checked{border:none;background-color:var(--clickable-checked-background-color)}.photon-radio:hover:active{background-color:var(--clickable-active-background-color)}.photon-radio-default:checked{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">%0A  <circle cx="8" cy="8" r="4" fill="%23fff"/>%0A</svg>')}.photon-radio-micro:checked{background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">%0A  <circle cx="6.5" cy="6.4" r="3" fill="%23fff"/>%0A</svg>%0A')}.photon-radio:checked:hover{background-color:var(--clickable-checked-hover-background-color)}.photon-radio:checked:hover:active{background-color:var(--clickable-checked-active-background-color)}.confirmDialogTitle{overflow:hidden;margin:0;font-size:1.2em;text-overflow:ellipsis}.confirmDialogContent{margin:16px 0}.confirmDialogButtons{display:flex;gap:8px}.confirmDialogButtons>.photon-button{flex:auto}.protocol-display-xxl{font-size:64px;font-weight:700;line-height:1.1}.protocol-display-xl{font-size:56px;font-weight:700;line-height:1.1}.protocol-display-lg{font-size:48px;font-weight:700;line-height:1.1}.protocol-display-md{font-size:40px;font-weight:700;line-height:1.1}.protocol-display-sm{font-size:32px;font-weight:700;line-height:1.1}.protocol-display-xs{font-size:24px;font-weight:700;line-height:1.1}.protocol-display-xxs{font-size:16px;font-weight:700;line-height:1.1}.protocol-body-lg{font-size:18px;line-height:1.5}.protocol-body-md{font-size:16px;line-height:1.5}.protocol-body-sm{font-size:14px;line-height:1.5}.protocol-body-xs{font-size:12px;line-height:1.5}html,body{display:flex;min-width:0;height:100%;flex:1;padding:0;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Noto Sans,Liberation Sans,Cantarell,Helvetica Neue,sans-serif;font-size:11px;font-variant-numeric:tabular-nums;overscroll-behavior:none}:root{--animation-curve: cubic-bezier(.07, .95, 0, 1);color:var(--grey-90)}@media(forced-colors:active){:root{--button-icon-color: ButtonText !important;--button-icon-hover-color: SelectedItem !important;--button-icon-active-color: SelectedItem !important}}.profileFilterNavigator{height:24px;flex-shrink:1}.treeAndSidebarWrapper{display:flex;flex:1;flex-flow:column nowrap}#svg-filters{position:absolute;overflow:hidden;width:0;height:0;inset-inline-start:-1000vw}:root{--z-tab-selected: 1;--z-warning: 4;--z-root: 0;--z-bottom-box: 1;--z-serviceworker-notice: 4;--z-arrow-panel: 5;--z-copy-table-warning: 4;--z-tree-view: 0;--z-tree-view-inner: 2;--z-overflow-edge-indicator: 3;--z-chart-viewport-expanded: 1;--z-timeline-selection: 1;--z-timeline-selection-overlay: 2;--z-timeline-selection-overlay-time: 1;--z-timeline-selection-grippy: 3;--z-timeline-track-local: 3;--z-timeline-track-thread: 1;--z-timeline-track-screenshot: 4;--z-keyboard-shortcuts: 11;--z-context-menu: 5;--z-panel-search: 1;--z-panel-search-introduction: -1;--z-timeline-header: 1;--z-tracks-container: 0;--base-foreground-color: #000;--base-background-color: #fff;--base-border-color: var(--grey-30);--base-shadow-color: rgb(0 0 0 / .2);--link-foreground-color: LinkText;--link-visited-foreground-color: VisitedText;--link-active-foreground-color: ActiveText;--clickable-foreground-color: var(--grey-90);--clickable-background-color: var(--grey-90-a10);--clickable-border-color: var(--grey-90-a30);--clickable-hover-background-color: var(--grey-90-a20);--clickable-active-background-color: var(--grey-90-a30);--clickable-ghost-hover-background-color: var(--grey-90-a10);--clickable-ghost-active-background-color: var(--grey-90-a20);--clickable-checked-background-color: var(--blue-60);--clickable-checked-hover-background-color: var(--blue-70);--clickable-checked-active-background-color: var(--blue-80);--focus-border-color: var(--blue-50);--focus-shadow-color: var(--blue-50-a30);--kbd-foreground-color: var(--base-foreground-color);--kbd-background-color: #f6f6f6;--kbd-border-color: #ccc;--kbd-shadow-color: #bbb;--home-border-color: #ccc;--home-shadow-color: #0b1f50;--row-odd-background-color: #f5f5f5;--home-foreground-color: #000;--home-background-color: #fff;--menu-foreground-color: #000;--menu-background-color: #fff;--lowered-foreground-color: #000;--lowered-background-color: var(--grey-10);--raised-foreground-color: #000;--raised-background-color: #fff;--panel-foreground-color: var(--grey-70);--panel-background-color: var(--grey-10);--panel-border-color: var(--grey-30);--selected-track-background-color: #edf6ff;--tooltip-number-foreground-color: var(--grey-60);--colored-border-color: rgb(0 0 0 / .1);--wide-splitter-color: #ccc;--wide-splitter-hover-color: #bbb;--wide-splitter-pressed-color: #aaa;--number-color: #058b00;--string-color: #dd00a9;--null-color: #5c5c5f;--object-color: #0074e8;--caption-color: #0074e8;--location-color: #5c5c5f;--source-link-color: #0060df;--node-color: #003eaa;--reference-color: #0074e8;--comment-node-color: #5c5c5f;color:var(--base-foreground-color)}:root.dark-mode{color-scheme:dark;--grey-85: color-mix(var(--grey-80) 60%, var(--grey-90));--base-foreground-color: var(--grey-20);--base-background-color: #18181a;--base-border-color: var(--grey-70);--base-shadow-color: rgb(0 0 0 / .5);--link-foreground-color: var(--blue-40);--link-visited-foreground-color: var(--purple-40);--link-active-foreground-color: var(--red-50);--clickable-foreground-color: var(--grey-20);--clickable-background-color: var(--grey-10-a10);--clickable-border-color: var(--grey-10-a40);--clickable-hover-background-color: var(--grey-10-a20);--clickable-active-background-color: var(--grey-10-a40);--clickable-ghost-hover-background-color: var(--grey-10-a10);--clickable-ghost-active-background-color: var(--grey-10-a20);--clickable-checked-background-color: var(--blue-50);--clickable-checked-hover-background-color: var(--blue-60);--clickable-checked-active-background-color: var(--blue-70);--focus-border-color: var(--blue-40);--focus-shadow-color: var(--blue-50-a30);--kbd-background-color: var(--grey-70);--kbd-border-color: var(--grey-60);--kbd-shadow-color: var(--grey-50);--home-border-color: var(--ink-70);--home-shadow-color: var(--ink-90);--row-odd-background-color: var(--raised-background-color);--home-foreground-color: var(--grey-20);--home-background-color: var(--ink-90);--menu-foreground-color: var(--grey-20);--menu-background-color: var(--grey-80);--lowered-foreground-color: var(--grey-40);--lowered-background-color: #121213;--raised-foreground-color: var(--grey-20);--raised-background-color: #232327;--panel-foreground-color: var(--grey-20);--panel-background-color: var(--raised-background-color);--panel-border-color: var(--grey-60);--selected-track-background-color: color-mix( in hsl, var(--raised-background-color) 96%, #edf6ff );--tooltip-number-foreground-color: var(--grey-40);--colored-border-color: rgb(237 237 240 / .1);--wide-splitter-color: var(--grey-70);--wide-splitter-hover-color: var(--grey-60);--wide-splitter-pressed-color: var(--grey-60)}a{color:var(--link-foreground-color)}a:visited{color:var(--link-visited-foreground-color)}a:active{color:var(--link-active-foreground-color)}.colored-square{display:inline-block;width:9px;height:9px;box-sizing:border-box;border:.5px solid var(--colored-border-color);margin-right:3px;forced-color-adjust:none}.colored-border{border:2px solid var(--colored-border-color);margin-right:3px;forced-color-adjust:none}.colored-border.ellipsis{opacity:0}.splitter-layout.splitter-layout>.layout-splitter{background-color:var(--wide-splitter-color)}.splitter-layout.splitter-layout>.layout-splitter:hover{background-color:var(--wide-splitter-hover-color)}.splitter-layout.splitter-layout.layout-changing>.layout-splitter{background-color:var(--wide-splitter-pressed-color)}:root{--category-color-transparent: #fff;--category-color-purple: var(--purple-70);--category-color-green: var(--green-60);--category-color-orange: var(--orange-50);--category-color-yellow: #ffe129;--category-color-lightblue: var(--blue-40);--category-color-blue: var(--blue-60);--category-color-brown: var(--orange-70);--category-color-magenta: var(--magenta-60);--category-color-red: var(--red-60);--category-color-lightred: #a4000f9a;--category-color-gray: var(--grey-40);--category-color-grey: var(--grey-40);--category-color-darkgray: var(--grey-50);--category-color-darkgrey: var(--grey-50)}:root.dark-mode{--purple-55: #8a00eb;--yellow-65: #be9b00;--category-color-purple: var(--purple-55);--category-color-green: var(--green-70);--category-color-orange: var(--orange-60);--category-color-yellow: var(--yellow-65);--category-color-magenta: var(--magenta-70);--category-color-gray: var(--grey-50);--category-color-grey: var(--grey-50);--category-color-darkgray: var(--grey-60);--category-color-darkgrey: var(--grey-60)}.category-color-transparent{border-color:#0006;background-color:var(--category-color-transparent)}.category-color-purple{background-color:var(--category-color-purple)}.category-color-green{background-color:var(--category-color-green)}.category-color-orange{background-color:var(--category-color-orange)}.category-color-yellow{background-color:var(--category-color-yellow)}.category-color-lightblue{background-color:var(--category-color-lightblue)}.category-color-blue{background-color:var(--category-color-blue)}.category-color-brown{background-color:var(--category-color-brown)}.category-color-magenta{background-color:var(--category-color-magenta)}.category-color-red{background-color:var(--category-color-red)}.category-color-lightred{background-color:var(--category-color-lightred)}.category-color-gray,.category-color-grey{background-color:var(--category-color-grey)}.category-color-darkgray,.category-color-darkgrey{background-color:var(--category-color-darkgrey)}.network-color-css{--marker-color: var(--purple-70)}.network-color-js{--marker-color: var(--yellow-60)}.network-color-html{--marker-color: var(--blue-70)}.network-color-img{--marker-color: var(--green-70)}.network-color-other{--marker-color: var(--grey-70)}.splitter-layout{position:absolute;display:flex;flex-direction:row;width:100%;height:100%;overflow:hidden}.splitter-layout .layout-pane{position:relative;flex:0 0 auto;overflow:auto}.splitter-layout .layout-pane.layout-pane-primary{flex:1 1 auto}.splitter-layout>.layout-splitter{flex:0 0 auto;width:4px;height:100%;cursor:col-resize;background-color:#ccc}.splitter-layout .layout-splitter:hover{background-color:#bbb}.splitter-layout.layout-changing{cursor:col-resize}.splitter-layout.layout-changing>.layout-splitter{background-color:#aaa}.splitter-layout.splitter-layout-vertical{flex-direction:column}.splitter-layout.splitter-layout-vertical.layout-changing{cursor:row-resize}.splitter-layout.splitter-layout-vertical>.layout-splitter{width:100%;height:4px;cursor:row-resize}.theme-dark,.theme-light{--number-color: var(--theme-highlight-green);--string-color: var(--theme-highlight-red);--null-color: var(--theme-comment);--object-color: var(--theme-highlight-blue);--caption-color: var(--theme-highlight-blue);--location-color: var(--theme-comment);--source-link-color: var(--theme-link-color);--node-color: var(--theme-highlight-purple);--reference-color: var(--theme-highlight-blue);--comment-node-color: var(--theme-comment)}.inline{display:inline;white-space:normal}.objectBox-object{font-weight:700;color:var(--object-color);white-space:pre-wrap}.objectBox-string,.objectBox-symbol,.objectBox-text,.objectBox-textNode,.objectBox-table{white-space:pre-wrap}:is(.objectBox-string,.objectBox-textNode,.objectBox>.nodeName,.objectBox-node .tag-name,.objectBox-node .attrName).has-rtl-char{unicode-bidi:isolate}.objectBox-number,.objectBox-styleRule,.objectBox-element,.objectBox-textNode,.objectBox-array>.length{color:var(--number-color)}.objectBox-json-number .parsed-value{border:1px solid;border-radius:4px;margin-inline-start:8px;padding-inline:2px;text-wrap:nowrap;font-size:10px}.objectBox-json-number .parsed-value .parsed-value-prefix{font-weight:700;font-variant:small-caps;margin-inline-end:2px}.objectBox-textNode,.objectBox-string,.objectBox-symbol{color:var(--string-color)}.objectBox-empty-string{font-style:italic}.objectBox-string a{word-break:break-all}.objectBox-string a,.objectBox-string a:visited{color:currentColor;text-decoration:underline;text-decoration-skip-ink:none;cursor:pointer}.objectBox-string a .cropped-url-middle{max-width:0;max-height:0;display:inline-block;overflow:hidden;vertical-align:bottom}.objectBox-string a .cropped-url-end:before{content:"\2026"}.objectBox-function,.objectBox-profile{color:var(--object-color)}.objectBox-stackTrace.reps-custom-format,.objectBox-stackTrace.reps-custom-format>.objectBox-string{color:var(--error-color)}.objectBox-stackTrace-grid{display:inline-grid;grid-template-columns:auto auto;margin-top:3px}.objectBox-stackTrace-fn{color:var(--console-output-color);padding-inline-start:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-inline-end:5px}.objectBox-stackTrace-location{color:var(--theme-internal-link-color, currentColor);direction:rtl;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:end}.objectBox-stackTrace-location:hover{text-decoration:underline}.objectBox-stackTrace-location{cursor:pointer}.objectBox-Location,.location{color:var(--location-color)}.objectBox-null,.objectBox-undefined,.objectBox-hint,.objectBox-nan,.logRowHint{color:var(--null-color)}.objectBox-sourceLink{position:absolute;right:4px;top:2px;padding-left:8px;font-weight:700;color:var(--source-link-color)}.objectBox-failure{color:var(--string-color);border-width:1px;border-style:solid;border-radius:2px;font-size:.8em;padding:0 2px}.objectBox-accessible.clickable,.objectBox-node.clickable{cursor:pointer}.objectBox-jsonml-wrapper{display:inline-flex;flex-direction:column;width:fit-content;word-break:break-word;line-height:normal}.objectBox-jsonml-wrapper[data-expandable=true]{cursor:default}.objectBox-jsonml-wrapper .jsonml-header-collapse-button{margin:0 4px 2px 0;padding:0;vertical-align:middle}.objectBox-jsonml-wrapper .jsonml-header-collapse-button:before{content:"";display:block;width:10px;height:10px;background:url(chrome://devtools/skin/images/arrow.svg) no-repeat center;background-size:10px;transform:rotate(-90deg);transition:transform 125ms ease;-moz-context-properties:fill;fill:var(--theme-icon-dimmed-color)}.objectBox-jsonml-wrapper .jsonml-header-collapse-button[aria-expanded=true]:before{transform:rotate(0)}.objectBox-event,.objectBox-eventLog,.objectBox-regexp,.objectBox-object{color:var(--object-color);white-space:pre-wrap}.objectBox .Date{color:var(--string-color);white-space:pre-wrap}.objectBox.theme-comment{color:var(--comment-node-color)}.accessible-role,.tag-name{color:var(--object-color)}.attrName{color:var(--string-color)}.attrEqual,.objectEqual{color:var(--comment-node-color)}.attrValue,.attrValue.objectBox-string{color:var(--node-color)}.angleBracket{color:var(--theme-body-color)}.objectLengthBubble{color:var(--null-color)}.objectLeftBrace,.objectRightBrace,.arrayLeftBracket,.arrayRightBracket{color:var(--object-color)}.objectBox-Reference{font-weight:700;color:var(--reference-color)}[class*=objectBox]>.objectTitle{color:var(--object-color)}.caption{color:var(--caption-color)}.theme-dark .objectBox-null,.theme-dark .objectBox-undefined,.theme-light .objectBox-null,.theme-light .objectBox-undefined{font-style:normal}.theme-dark .objectBox-object,.theme-light .objectBox-object{font-weight:400;white-space:pre-wrap}.theme-dark .caption,.theme-light .caption{font-weight:400}:is(button,[role=button]).open-accessibility-inspector{background:url(chrome://devtools/content/shared/components/reps/images/open-a11y.svg) no-repeat}:is(button,[role=button]).open-inspector{background:url(chrome://devtools/skin/images/open-inspector.svg) no-repeat}:is(button,[role=button]).highlight-node{background:url(chrome://devtools/skin/images/highlight-selector.svg) no-repeat}:is(button,[role=button]):is(.open-accessibility-inspector,.open-inspector,.highlight-node){display:inline-block;vertical-align:top;height:15px;width:15px;margin:0 4px;padding:0;border:none;color:var(--theme-icon-color);fill:currentColor;cursor:pointer;-moz-context-properties:fill}.objectBox-accessible:hover .open-accessibility-inspector,.objectBox-node:hover .open-inspector,.objectBox-textNode:hover .open-inspector,.open-accessibility-inspector:hover,.highlight-node:hover,.open-inspector:hover{color:var(--theme-icon-alternate-hover-color)}button.invoke-getter{mask:url(chrome://devtools/content/shared/components/reps/images/input.svg) no-repeat;display:inline-block;background-color:var(--theme-icon-color);height:10px;vertical-align:middle;border:none}.invoke-getter:hover{background-color:var(--theme-icon-checked-color)}.more-ellipsis{color:var(--comment-node-color)}.objectBox-function .param{color:var(--theme-highlight-red)}.rootMessageContainer{position:absolute;top:0;left:0;display:flex;width:100%;height:100%;align-items:center;justify-content:center}.rootMessage{overflow:hidden;width:80%;max-width:600px;box-sizing:border-box;padding:3em;border:1px solid var(--home-border-color);border-radius:3px;background-color:var(--home-background-color);box-shadow:0 5px 25px var(--home-shadow-color);font-size:130%}.rootMessageText,.rootMessageAdditional,.rootBackHomeLink{line-height:1.5}.rootMessageTitle{margin-top:0}.rootMessageAdditional{padding-top:1em;border-top:1px solid var(--home-border-color);margin-top:1em;font-size:12px}.loading{position:relative;height:40px;margin-top:10px}.loading-div{position:absolute;height:8px;border-radius:2px;animation-duration:4s;animation-iteration-count:infinite;animation-name:loadingdiv}.loading-row-1{top:0}.loading-row-2{top:10px}.loading-row-3{top:20px}.loading-row-4{top:30px}.loading-div-1{width:100%;animation-delay:-.9s;background-color:var(--red-50)}.loading-div-2{left:1%;width:97%;animation-delay:-.8s;background-color:var(--blue-50)}.loading-div-3{left:5%;width:30%;animation-delay:-.7s;background-color:var(--orange-50)}.loading-div-4{left:43%;width:53%;animation-delay:-.6s;background-color:var(--purple-50)}.loading-div-5{left:8%;width:14%;animation-delay:-.5s;background-color:var(--purple-50)}.loading-div-6{left:23%;width:11%;animation-delay:-.4s;background-color:var(--green-50)}.loading-div-7{left:44%;width:15%;animation-delay:-.3s;background-color:var(--orange-50)}.loading-div-8{left:60%;width:17%;animation-delay:-.2s;background-color:var(--orange-50)}.loading-div-9{left:78%;width:2%;animation-delay:-.1s;background-color:var(--blue-50)}.loading-div-10{left:81%;width:11%;animation-delay:0ms;background-color:var(--green-60)}@keyframes loadingdiv{0%{opacity:0;transform:translate(100px)}20%{opacity:0;transform:translate(100px)}45%{opacity:1;transform:translate(0)}65%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-100px)}}@media(prefers-reduced-motion){.loading-div{animation:none}}.appFooterLinks{--internal-background-color: var(--grey-20);--internal-border-color: var(--grey-40);position:fixed;right:0;bottom:0;padding:0 3px;border-top:1px solid var(--internal-border-color);border-left:1px solid var(--internal-border-color);background-color:var(--internal-background-color)}.appFooterLinksLink,.appFooterLinksClose{display:inline-block;margin:2px 4px;text-decoration:none}.appFooterLinksClose{border:none;margin:0;background:none;color:var(--link-foreground-color);cursor:pointer;font:inherit}.appFooterLinksLink:hover,.appFooterLinksClose:hover{text-decoration:underline}.appFooterLinksLanguageSwitcher{margin:2px 5px;color:inherit;font:inherit}:root.dark-mode{.appFooterLinks{--internal-background-color: var(--raised-background-color);--internal-border-color: var(--grey-60)}.appFooterLinksLanguageSwitcher{--internal-background-color: var(--grey-60);--internal-boreder-color: var(--grey-40);border:1px solid var(--internal-boreder-color);border-radius:4px;background:var(--internal-background-color)}}@media(max-width:767px){.appFooterLinks{width:100%;text-align:center}}.appErrorBoundary{--internal-background-color: var(--grey-20);display:flex;overflow:hidden;box-sizing:border-box;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:10px;background-color:var(--internal-background-color)}:root.dark-mode{.appErrorBoundary{--internal-background-color: var(--grey-80)}}.appErrorBoundaryContents{display:flex;width:100%;max-width:800px;max-height:100%;box-sizing:border-box;flex-direction:column}.appErrorBoundaryInnerText{display:flex;flex-direction:column;gap:4px}.appErrorBoundaryInnerText>p{padding:0;margin:0}.tabBarTabButton{overflow:hidden;width:100%;height:100%;padding:0;border:none;margin:0;background:none;color:inherit;font:inherit;text-overflow:ellipsis}.tabBarTabWrapper{--internal-foreground-color: var(--lowered-foreground-color);--internal-selected-background-color: var(--raised-background-color);--internal-selected-highlight-color: var(--blue-50);--internal-selected-foreground-color: var(--raised-foreground-color);--internal-hover-highlight-color: var(--grey-40);--internal-hover-background-color: var(--grey-20);display:flex;overflow:auto hidden;min-width:0;flex:1;flex-flow:row nowrap;padding:0;margin:0 -.5px -1px;list-style:none;scrollbar-width:none}:root.dark-mode{.tabBarTabWrapper{--internal-hover-highlight-color: var(--grey-60);--internal-hover-background-color: #222225}}.tabBarTab{position:relative;min-width:8em;padding:6px 4px 5px;border:solid transparent;border-width:0 1px;margin:0 -.5px 1px;background-clip:padding-box;color:var(--internal-foreground-color);cursor:default;font-size:12px;text-align:center;transition:color .2s,background-color .2s,border-color .2s;transition-timing-function:var(--animation-timing);-webkit-user-select:none;user-select:none;white-space:nowrap}.tabBarTab:before{position:absolute;top:0;right:-1px;left:-1px;height:2px;background-color:transparent;content:"";transition:background-color .2s,border-color .2s;transition-timing-function:var(--animation-timing)}.tabBarTab.selected:before{background-color:var(--internal-selected-highlight-color);transition:none}.tabBarTab:not(.selected):hover{border-color:var(--internal-hover-background-color);background-color:var(--internal-hover-background-color);color:var(--internal-selected-foreground-color)}.tabBarTab:not(.selected):hover:before{background-color:var(--internal-hover-highlight-color)}.tabBarTab.selected{z-index:var(--z-tab-selected);padding:6px 4px;border-color:var(--base-border-color);margin:0 -.5px;background:var(--internal-selected-background-color);color:var(--internal-selected-foreground-color);transition:none}@media(forced-colors:active){.tabBarTab{transition:none}.tabBarTab:before{display:none}.tabBarTab.selected{background:SelectedItem}.tabBarTab.selected button{color:SelectedItemText}.tabBarTab:not(.selected):hover{border-color:SelectedItem;background-color:SelectedItemText}.tabBarTab:not(.selected):hover button{color:SelectedItem}}.treeView{--internal-row-right-clicked-background-color: var(--blue-50-a30);--internal-row-selected-foreground-color: #000;--internal-row-selected-background-color: var(--grey-30);--internal-highlighting-foreground-color: #000;--internal-highlighting-background-color: #cbe8fe;--internal-highlighting-shadow-color1: rgb(0 0 0 / .05);--internal-highlighting-shadow-color2: rgb(0 0 0 / .3);--internal-row-toggle-button-color: #888;--internal-row-toggle-button-active-color: var(--grey-60);--internal-selected-row-toggle-button-color: #fff;--internal-selected-row-toggle-button-active-color: rgb(255 255 255 / .7);display:flex;flex:1;flex-flow:column nowrap;border-top:1px solid var(--base-border-color);cursor:default;-webkit-user-select:none;user-select:none}:root.dark-mode{.treeView{--internal-row-right-clicked-background-color: var(--blue-50-a30);--internal-row-selected-foreground-color: var(--grey-10);--internal-row-selected-background-color: var(--grey-70);--internal-highlighting-foreground-color: var(--grey-10);--internal-highlighting-background-color: #1280b6;--internal-row-toggle-button-color: var(--grey-50);--internal-row-toggle-button-active-color: var(--grey-60);--internal-selected-row-toggle-button-color: var(--grey-10)}}@media(forced-colors:active){.treeView{--internal-row-toggle-button-color: ButtonText !important;--internal-row-toggle-button-active-color: SelectedItem !important;--internal-selected-row-toggle-button-color: SelectedItemText !important;--internal-selected-row-toggle-button-active-color: ButtonText !important}}.treeViewRow,.treeViewHeader{display:flex;flex-flow:row nowrap;justify-content:flex-start;white-space:nowrap}.treeViewRowScrolledColumns{align-items:center}.treeViewHeader{height:15px;padding:4px 0;border-bottom:1px solid var(--base-border-color);background:var(--raised-background-color);color:var(--raised-foreground-color)}.treeViewHeaderMainColumn{flex:1}.treeViewContextMenu{display:flex;flex:1}.treeViewBody{position:relative;z-index:var(--z-tree-view);overflow:auto;flex:1;background-color:var(--base-background-color);line-height:16px;outline:0;will-change:scroll-position}.treeViewBodyInnerWrapper{position:absolute;top:0;left:0;display:flex;min-width:100%;flex-flow:row nowrap}.treeViewBodyInner0{position:sticky;z-index:var(--z-tree-view-inner);left:0}.treeViewBodyInner1{flex-grow:1}.treeViewBodyInner{overflow:hidden;background:var(--base-background-color);color:var(--base-foreground-color)}.treeViewHeaderColumn{position:relative;line-height:15px;white-space:nowrap}.treeViewFixedColumn{overflow:hidden;text-overflow:ellipsis}.treeViewColumnDivider{display:flex;width:20px;flex:none;align-items:stretch;justify-content:center;margin-right:-5px;margin-left:-5px}.treeViewColumnDivider.isResizable,.treeView.isResizingColumns{cursor:col-resize}.treeViewColumnDivider:before{border-right:1px solid var(--base-border-color);content:""}.treeViewColumnDivider.isResizable:before{width:1px;border-left:1px solid var(--base-border-color)}.treeViewHeaderColumn.treeViewFixedColumn{flex:none}.treeBadge,.backtraceBadge{display:inline-block;overflow:hidden;width:12px;height:12px;margin-right:2px;color:transparent;vertical-align:-2px}.treeRowIndentSpacer{flex-shrink:0}.treeViewAppendageColumn{margin-left:10px;opacity:.6}.treeViewRow.even{background-color:var(--base-background-color)}.treeViewRow.odd{background-color:var(--row-odd-background-color)}.treeViewRow.isRightClicked{background-color:var(--internal-row-right-clicked-background-color)}.treeViewRow.isSelected{background-color:var(--internal-row-selected-background-color);color:var(--internal-row-selected-foreground-color)}.treeViewMainColumn.dim{opacity:.7}.treeViewBody:focus .treeViewRow.isSelected .treeViewMainColumn.dim{opacity:.9}.treeViewBody:focus .treeViewRow.isSelected{background-color:Highlight;color:HighlightText;background-color:-apple-system-selected-content-background;color:-apple-system-alternate-selected-text;background-color:SelectedItem;color:SelectedItemText}.treeViewBody:focus .treeViewRow.isSelected .treeViewAppendageColumn{opacity:.9}.treeViewBody:focus .treeViewRow.isSelected a{color:inherit}.treeViewHighlighting{padding:1px 0;border-radius:2px;margin:-1px 0;background:var(--internal-highlighting-background-color);box-shadow:0 0 0 .5px var(--internal-highlighting-shadow-color1) 0 1px 1px var(--internal-highlighting-shadow-color2);color:var(--internal-highlighting-foreground-color)}.treeRowToggleButton{width:0;height:0;border-top:5px solid transparent;border-right:4px solid transparent;border-bottom:5px solid transparent;border-left:8px solid;margin-left:8px;color:var(--internal-row-toggle-button-color);forced-color-adjust:none}.treeRowToggleButton.expanded{border-top:8px solid;border-right:5px solid transparent;border-bottom:4px solid transparent;border-left:5px solid transparent;margin-top:5px;margin-right:5px;margin-left:5px}.treeRowToggleButton:active:hover{color:var(--internal-row-toggle-button-active-color)}.treeViewBody:focus .treeViewRow.isSelected>.treeRowToggleButton{color:var(--internal-selected-row-toggle-button-color)}.treeViewBody:focus .treeViewRow.isSelected>.treeRowToggleButton:active:hover{color:var(--internal-selected-row-toggle-button-active-color)}.treeRowToggleButton.leaf{visibility:hidden}.EmptyReasons{--internal-background-color: var(--grey-20);display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:10px;background-color:var(--internal-background-color);box-shadow:inset 0 0 15px var(--base-shadow-color);font-size:120%}:root.dark-mode{.EmptyReasons{--internal-background-color: var(--grey-80)}}.nodeIcon{min-width:14px;height:100%;min-height:14px;background:center / contain no-repeat}.treeViewHeaderColumn.total,.treeViewHeaderColumn.self{text-align:right}.treeViewHeaderColumn.totalPercent{display:none}.treeViewFixedColumn.self{width:70px}.treeViewFixedColumn.icon{display:flex;overflow:visible;flex-flow:column nowrap;align-items:center}.treeViewRowColumn.total,.treeViewRowColumn.totalPercent,.treeViewRowColumn.self,.treeViewRowColumn.timestamp{text-align:right}.treeBadge.inlined,.treeBadge.divergent-inlining,.backtraceBadge.inlined{background:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" height="12" width="12"><rect ry="1.7" rx="1.7" y="1" height="11" width="12" fill="%23bbb"/><rect ry="1.7" rx="1.7" height="11" width="12" fill="%23e7e7e7"/><path style="stroke-width:.960929" fill="%23999" d="M3.1 3.961v-.987H1.965v.987zm-1.135.676V9H3.1V4.637Z"/><path style="stroke-width:.971643" fill="%23999" d="M3.973 4.539V9h1.206V6.662q0-.682.22-.976.222-.302.714-.302.433 0 .603.277.17.267.17.82V9h1.206V6.256q0-.414-.076-.75-.068-.346-.247-.579-.178-.242-.492-.37-.306-.139-.79-.139-.382 0-.747.181-.366.173-.595.561H5.12V4.54Z"/><path style="stroke-width:.960929" fill="%23999" d="M8.972 2.974V9h1.035V2.974Z"/></svg>%0A')}.idleSearchField{--internal-search-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="11" viewBox="0 0 11 11">%0A  <style>%0A    circle {%0A      fill: none;%0A    }%0A    %0A    circle, line {%0A      stroke: rgba(0,0,0,0.65);%0A      stroke-width: 0.8px;%0A    }%0A  <\/style>%0A%0A  <circle cx="4.65" cy="4.15" r="3.85"/>%0A  <line x1="7.5" y1="7" x2="10.5" y2="10"/>%0A</svg>%0A');--internal-cancel-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14">%0A  <style>%0A    circle {%0A      fill: %23808080;%0A    }%0A    %0A    line {%0A      stroke: %23fff;%0A      stroke-width: 1.5px;%0A    }%0A  <\/style>%0A%0A  <circle cx="7" cy="7" r="7" />%0A  <line x1="4" y1="4" x2="10" y2="10" />%0A  <line x1="10" y1="4" x2="4" y2="10" />%0A</svg>%0A');--internal-border-color: #aaa;position:relative;display:inline-flex;flex-flow:row nowrap;align-items:center}:root.dark-mode{.idleSearchField{--internal-search-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="11" viewBox="0 0 11 11">%0A  <style>%0A    circle {%0A      fill: none;%0A    }%0A    %0A    circle, line {%0A      stroke: rgba(237,237,240.65);%0A      stroke-width: 0.8px;%0A    }%0A  <\/style>%0A%0A  <circle cx="4.65" cy="4.15" r="3.85"/>%0A  <line x1="7.5" y1="7" x2="10.5" y2="10"/>%0A</svg>%0A');--internal-border-color: var(--grey-70)}}.photon-input.idleSearchFieldInput{height:19px;padding:0 18px 0 17px;border:.5px solid var(--internal-border-color)}.idleSearchFieldInput{position:relative;flex:1;margin:0;background:var(--internal-search-icon) 3px center no-repeat;background-size:11px 11px}.idleSearchFieldButton{position:absolute;right:5px;overflow:hidden;width:11px;height:11px;padding:0;border:0;background:var(--internal-cancel-icon) top left no-repeat;background-size:contain;color:transparent;-moz-user-focus:ignore;vertical-align:middle}.idleSearchFieldInput:invalid+.idleSearchFieldButton{visibility:hidden}.panelSearchField{z-index:var(--z-panel-search);padding:0 4px}.panelSearchFieldLabel{display:inline-flex;height:100%;align-items:center;gap:4px}.panelSearchFieldInput{width:300px}.panelSearchFieldIntroduction{--internal-foreground-color: var(--grey-50);--internal-background-color: var(--base-background-color);--internal-shadow-color: rgb(12 12 13 / .1);z-index:var( --z-panel-search-introduction );padding:0 4px;background-color:var(--base-background-color);box-shadow:0 1px 4px var(--internal-shadow-color);color:var(--internal-foreground-color);font-size:.9em;line-height:2;transform:translate(2px,-2px)}:root.dark-mode{.panelSearchFieldIntroduction{--internal-foreground-color: var(--grey-40);--internal-background-color: var(--panel-background-color);--internal-shadow-color: rgb(12 12 13 / .2);border:.5px solid var(--panel-border-color)}}.panelSearchFieldIntroduction.isDisplayed{transition:transform .15s var(--animation-curve),opacity .15s ease-in-out,visibility .15s ease-in-out}.panelSearchFieldIntroduction.isHidden{opacity:0;transform:translateY(-100%);transition:transform .15s steps(1),opacity .15s ease-in-out,visibility .15s ease-in-out;visibility:hidden}.panelSettingsList{display:flex;flex:1;align-items:stretch;justify-content:flex-start;padding:0;margin:0;list-style:none}.panelSettingsListItem{--internal-border-color: var(--grey-20);display:flex;align-items:center;padding:0;margin:0 5px}.panelSettingsListItem:not(:first-child){padding-left:10px;border-left:1px solid var(--internal-border-color)}:root.dark-mode{.panelSettingsListItem{--internal-border-color: var(--grey-80)}}.stackImplementationSettingLabel{padding-inline-end:3px}.stackSettings{display:flex;overflow:auto hidden;height:25px;flex-flow:row nowrap;align-items:stretch;padding:0;background-color:var(--raised-background-color);color:var(--raised-foreground-color);scrollbar-width:none;white-space:nowrap}.stackSettingsSelect{position:relative;height:24px;color:inherit;font-size:inherit}.filterNavigatorBar{--internal-background-color: transparent;--internal-hover-background-color: rgb(0 0 0 / .1);--internal-hover-color: inherit;--internal-active-background-color: rgb(0 0 0 / .2);--internal-selected-background-color: transparent;--internal-selected-color: var(--selected-color, var(--blue-60));--internal-separator-img: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg  xmlns="http://www.w3.org/2000/svg"%0A      xmlns:xlink="http://www.w3.org/1999/xlink"%0A      width="48" height="48" viewBox="0 0 24 24">%0A  <defs>%0A    <filter id="filter" filterSpaceUnits="objectBoundingBox" x="-100%" y="-20%" width="300%" height="140%">%0A      <feFlood flood-color="rgba(0, 0, 0, 0.6)"/>%0A      <feComposite operator="out" in2="SourceAlpha"/>%0A      <feGaussianBlur stdDeviation="0.2"/>%0A      <feOffset dx="-1"/>%0A      <feComposite operator="in" in2="SourceAlpha"/>%0A    </filter>%0A  <linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">%0A    <stop offset="0.1" stop-color="black"/>%0A    <stop offset="0.5" stop-color="white"/>%0A    <stop offset="0.9" stop-color="black"/>%0A  </linearGradient>%0A    <mask id="mask">%0A      <rect x="0%" y="0%" width="100%" height="100%" fill="url(%23gradient)"/>%0A    </mask>%0A  </defs>%0A  <polyline points="4 0 6 0 18 12 6 24 4 24 16 12" style="filter:url(%23filter); mask:url(%23mask)"/>%0A</svg>%0A');display:flex;height:24px;flex-flow:row nowrap;flex-shrink:0;padding:0;margin:0;cursor:default;-webkit-user-select:none;user-select:none}:root.dark-mode{.filterNavigatorBar{--internal-selected-color: var(--selected-color, var(--blue-40));--internal-separator-img: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg  xmlns="http://www.w3.org/2000/svg"%0A      xmlns:xlink="http://www.w3.org/1999/xlink"%0A      width="48" height="48" viewBox="0 0 24 24">%0A  <defs>%0A    <filter id="filter" filterSpaceUnits="objectBoundingBox" x="-100%" y="-20%" width="300%" height="140%">%0A      <feFlood flood-color="rgba(237, 237, 240, 0.6)"/>%0A      <feComposite operator="out" in2="SourceAlpha"/>%0A      <feGaussianBlur stdDeviation="0.2"/>%0A      <feOffset dx="-1"/>%0A      <feComposite operator="in" in2="SourceAlpha"/>%0A    </filter>%0A  <linearGradient id="gradient" gradientUnits="objectBoundingBox" x1="0%" y1="0%" x2="0%" y2="100%">%0A    <stop offset="0.1" stop-color="black"/>%0A    <stop offset="0.5" stop-color="white"/>%0A    <stop offset="0.9" stop-color="black"/>%0A  </linearGradient>%0A    <mask id="mask">%0A      <rect x="0%" y="0%" width="100%" height="100%" fill="url(%23gradient)"/>%0A    </mask>%0A  </defs>%0A  <polyline points="4 0 6 0 18 12 6 24 4 24 16 12" style="filter:url(%23filter); mask:url(%23mask)"/>%0A</svg>%0A');--internal-hover-background-color: rgb(255 255 255 / .1);--internal-hover-color: var(--base-foreground-color);--internal-active-background-color: rgb(255 255 255 / .2)}}.filterNavigatorBarItem{position:relative;display:flex;min-width:0;height:24px;flex-flow:row nowrap;padding:0 6px 0 8px;border:solid transparent;border-width:0 8px 0 6px;border-right-color:transparent!important;background-clip:padding-box;background-color:var(--internal-background-color);forced-color-adjust:none;line-height:24px}.filterNavigatorBarRootItem{max-width:100%;flex-shrink:0;margin-left:-8px}.filterNavigatorBarItemContent{display:flex;overflow:hidden;padding:0;border:none;margin:auto;background:none;color:inherit;font:inherit;line-height:normal;text-overflow:ellipsis;white-space:nowrap}.filterNavigatorBarItemContent>.nodeIcon{margin-inline-end:5px}.filterNavigatorBarItem:before,.filterNavigatorBarItem:after{position:absolute;top:0;bottom:0;display:block;width:0;border:12px solid transparent;border-right-width:2px;content:"";pointer-events:none}.filterNavigatorBarItem:before{left:-14px;border-left-color:transparent!important}.filterNavigatorBarItem:after{right:-14px;border-top-color:transparent!important;border-right-color:transparent!important;border-bottom-color:transparent!important}.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):after{background-image:var(--internal-separator-img);background-position:-18px -12px;background-repeat:no-repeat;background-size:24px 24px}.filterNavigatorBarItem.filterNavigatorBarSelectedItem{background-color:var(--internal-selected-background-color);color:var(--internal-selected-color)}.filterNavigatorBarSelectedItem:not(.filterNavigatorBarRootItem):before,.filterNavigatorBarSelectedItem:not(:first-of-type:last-of-type):after{border-color:var(--internal-selected-background-color)}.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):hover,.filterNavigatorBarItem:has(.profileFilterNavigator--tab-selector.button):hover{background-color:var(--internal-hover-background-color);color:var(--internal-hover-color)}.filterNavigatorBarItem:not(.filterNavigatorBarRootItem,.filterNavigatorBarLeafItem):hover:before,.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):hover:after{border-color:var(--internal-hover-background-color)}.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):active:hover{background-color:var(--internal-active-background-color)}.filterNavigatorBarItem:not(.filterNavigatorBarRootItem,.filterNavigatorBarLeafItem):active:hover:before,.filterNavigatorBarItem:not(.filterNavigatorBarLeafItem):active:hover:after{border-color:var(--internal-active-background-color)}.filterNavigatorBarUncommittedItem{opacity:.65}@media(forced-colors:active){.filterNavigatorBar{--internal-background-color: ButtonFace !important;--internal-hover-background-color: SelectedItemText !important;--internal-hover-color: SelectedItem !important;--internal-active-background-color: SelectedItemText !important;--internal-selected-background-color: SelectedItem !important;--internal-selected-color: SelectedItemText !important;--internal-separator-img: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg  xmlns="http://www.w3.org/2000/svg"%0A      xmlns:xlink="http://www.w3.org/1999/xlink"%0A      width="48" height="48" viewBox="0 0 24 24">%0A  <polyline points="4 0 6 0 18 12 6 24 4 24 16 12" stroke="black"/>%0A</svg>%0A') !important}.filterNavigatorBarItem{color:ButtonText}.filterNavigatorBarSelectedItem:has(.profileFilterNavigator--tab-selector.button){background-color:ButtonFace;color:ButtonText}.filterNavigatorBarUncommittedItem{color:GrayText;opacity:1}@media(prefers-color-scheme:dark){.filterNavigatorBar{--internal-separator-img: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg  xmlns="http://www.w3.org/2000/svg"%0A      xmlns:xlink="http://www.w3.org/1999/xlink"%0A      width="48" height="48" viewBox="0 0 24 24">%0A  <polyline points="4 0 6 0 18 12 6 24 4 24 16 12" stroke="white"/>%0A</svg>%0A')}}}.calltreeTransformNavigator{--internal-foreground-color: var(--panel-foreground-color);--internal-background-color: var(--panel-background-color);--internal-border-color: var(--panel-border-color);border-top:1px solid var(--internal-border-color);background:var(--internal-background-color);color:var(--internal-foreground-color)}:root.dark-mode{.calltreeTransformNavigator{--internal-foreground-color: var(--lowered-foreground-color);--internal-border-color: var(--base-border-color);--internal-background-color: var(--lowered-background-color)}}.react-contextmenu{--internal-shadow-color1: rgb(0 0 0 / .1);--internal-shadow-color2: rgb(0 0 0 / .3);--internal-separator-color: #ddd;--internal-divider-color: rgb(0 0 0 / .15);--internal-active-foreground-color: #fff;--internal-active-background-color: var(--blue-60);--internal-disabled-foreground-color: #888;--internal-selected-disabled-background-color: var(--blue-50-a30);--internal-highlight-foreground-color: var(--grey-70);z-index:var(--z-context-menu);display:none;min-width:160px;max-width:600px;padding:5px 0;border-radius:5px;margin:2px 0 0;background-color:var(--menu-background-color);box-shadow:0 0 0 .5px var(--internal-shadow-color1),0 10px 12px var(--internal-shadow-color2);color:var(--menu-foreground-color);font-size:12px;text-align:left;-webkit-user-select:none;user-select:none}:root.dark-mode{.react-contextmenu{--internal-shadow-color1: rgb(0 0 0 / .4);--internal-shadow-color2: rgb(0 0 0 / .6);--internal-separator-color: var(--base-border-color);--internal-divider-color: rgb(237 237 240 / .15);--internal-active-foreground-color: var(--grey-20);--internal-active-background-color: var(--blue-70);--internal-disabled-foreground-color: var(--grey-50);--internal-selected-disabled-background-color: var(--blue-60-a30);--internal-highlight-foreground-color: var(--grey-30);border:1px solid var(--grey-60)}}.react-contextmenu-separator{border-bottom:1px solid var(--internal-separator-color);margin:6px 0}.react-contextmenu.react-contextmenu--visible{display:block;max-height:90vh}.react-contextmenu-item:not(.react-contextmenu-submenu){display:flex;overflow:hidden;align-items:center;padding:2px 12px;cursor:default;line-height:1.5;text-overflow:ellipsis;white-space:nowrap}.react-contextmenu-item.react-contextmenu-item--active,.react-contextmenu-item--selected{border-color:var(--internal-active-background-color);background-color:var(--internal-active-background-color);color:var(--internal-active-foreground-color);text-decoration:none}.react-contextmenu-item.react-contextmenu-item--disabled,.react-contextmenu-item.react-contextmenu-item--disabled:hover{background-color:transparent;color:var(--internal-disabled-foreground-color)}.react-contextmenu-item--divider{padding:2px 0;border-bottom:1px solid var(--internal-divider-color);margin-bottom:3px}.react-contextmenu-item.react-contextmenu-submenu>.react-contextmenu-item:after{position:absolute;top:5px;right:7px;width:0;height:0;border:6px solid transparent;border-left-color:var(--base-foreground-color);content:""}.react-contextmenu-item:hover.react-contextmenu-submenu>.react-contextmenu-item:after,.react-contextmenu-item.react-contextmenu-submenu>.react-contextmenu-item--active:after{border-left-color:highlighttext}.react-contextmenu-item.checkable{position:relative;padding-right:21px}.react-contextmenu-item.indented{padding-left:35px}.react-contextmenu-item.checked:not(.react-contextmenu-item--disabled):before{position:absolute;top:6px;right:8px;display:block;width:3px;height:6px;border:solid var(--base-foreground-color);border-width:0 2px 2px 0;content:"";transform:rotate(45deg)}.react-contextmenu-item.react-contextmenu-item--active.checked,.react-contextmenu-item--selected.checked{border-color:var(--internal-active-foreground-color)}.react-contextmenu-item--disabled.react-contextmenu-item--selected{background-color:var(--internal-selected-disabled-background-color)}.react-contextmenu-item--selected.checked:not(.react-contextmenu-item--disabled):before{border-color:var(--internal-active-foreground-color)}.react-contextmenu-item-content{overflow:hidden;min-width:0;flex:1;text-overflow:ellipsis}.react-contextmenu-icon{width:16px;height:16px;flex:none;background:center no-repeat;margin-inline-end:8px;pointer-events:auto}.react-contextmenu-item>strong{color:var(--internal-highlight-foreground-color)}.react-contextmenu-item--selected>strong{color:var(--internal-active-foreground-color)}@media(forced-colors:active){.react-contextmenu{border:1px solid CanvasText}.react-contextmenu-item:not(.react-contextmenu-item--disabled):hover{background-color:SelectedItem;color:SelectedItemText}.react-contextmenu-item.react-contextmenu-item--disabled,.react-contextmenu-item.react-contextmenu-item--disabled:hover{color:GrayText}}.markerSettings{--internal-filter-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="%230b0b0b">%0A   <path fill-opacity=".3" d="M6.6 8.4c0-.6-1.7.3-1.7-.3 0-.4-1.7-2.7-1.7-2.7H13s-1.8 2-1.8 2.7c0 .3-2.1-.1-2.1.3v6.1H7s-.4-4.1-.4-6.1z"></path>%0A   <path d="M2 2v2.3L4.7 9H6v5.4l2.1 1 1.8-.9V9h1.3L14 4.3V2H2zm11 2l-2.2 4H9v5.8l-.9.4-1.1-.5V8H5.2L3 4V3h10v1z"></path>%0A</svg>%0A');--internal-copy-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M14.707 8.293l-3-3A1 1 0 0 0 11 5h-1V4a1 1 0 0 0-.293-.707l-3-3A1 1 0 0 0 6 0H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h3v3a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V9a1 1 0 0 0-.293-.707zM12.586 9H11V7.414zm-5-5H6V2.414zM6 7v2H3V2h2v2.5a.5.5 0 0 0 .5.5H8a2 2 0 0 0-2 2zm2 7V7h2v2.5a.5.5 0 0 0 .5.5H13v4z"></path></svg>');display:flex;overflow:auto hidden;height:25px;flex-flow:row nowrap;padding:0;background-color:var(--base-background-color);color:var(--base-foreground-color);line-height:25px;scrollbar-width:none;white-space:nowrap}:root.dark-mode{.markerSettings{--internal-filter-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="%23ededf0">%0A   <path fill-opacity=".3" d="M6.6 8.4c0-.6-1.7.3-1.7-.3 0-.4-1.7-2.7-1.7-2.7H13s-1.8 2-1.8 2.7c0 .3-2.1-.1-2.1.3v6.1H7s-.4-4.1-.4-6.1z"></path>%0A   <path d="M2 2v2.3L4.7 9H6v5.4l2.1 1 1.8-.9V9h1.3L14 4.3V2H2zm11 2l-2.2 4H9v5.8l-.9.4-1.1-.5V8H5.2L3 4V3h10v1z"></path>%0A</svg>%0A');--internal-copy-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(237, 237, 240, .8)" d="M14.707 8.293l-3-3A1 1 0 0 0 11 5h-1V4a1 1 0 0 0-.293-.707l-3-3A1 1 0 0 0 6 0H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h3v3a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V9a1 1 0 0 0-.293-.707zM12.586 9H11V7.414zm-5-5H6V2.414zM6 7v2H3V2h2v2.5a.5.5 0 0 0 .5.5H8a2 2 0 0 0-2 2zm2 7V7h2v2.5a.5.5 0 0 0 .5.5H13v4z"></path></svg>%0A')}}.filterMarkersButton,.copyTableButton{position:relative;width:24px;height:24px;flex:none;padding-right:30px;margin:0 4px;background-position:4px center;background-repeat:no-repeat}.filterMarkersButton{background-image:var(--internal-filter-icon)}.copyTableButton{margin-right:16px;background-image:var(--internal-copy-icon)}.filterMarkersButton:after,.copyTableButton:after{position:absolute;top:2px;right:2px;border-top:6px solid;border-right:4px solid transparent;border-bottom:0 solid transparent;border-left:4px solid transparent;margin-top:7px;margin-right:4px;margin-left:4px;color:var(--clickable-foreground-color);content:""}.copyTableButtonWarningWrapper{position:fixed;z-index:var(--z-copy-table-warning);top:0;right:0;left:0;display:flex;pointer-events:none}.copyTableButtonWarning{margin:0 auto;pointer-events:auto}.markerTable{display:flex;flex:1;flex-flow:column nowrap;cursor:default;-webkit-user-select:none;user-select:none}.treeViewFixedColumn.start,.treeViewFixedColumn.duration{width:80px;text-align:right}.treeViewFixedColumn.name{width:100px;text-align:right}.markerTable .treeRowToggleButton{display:none}.chartViewport{position:relative;overflow:hidden;flex:1;margin-top:0;outline:none}.chartViewport.expanded{border-top:1px solid var(--base-border-color);border-bottom:1px solid var(--base-border-color);margin-bottom:5px;cursor:grab}.chartViewport.expanded:after{--internal-shadow-color: rgb(64 115 140 / .2);position:absolute;z-index:var(--z-chart-viewport-expanded);top:0;left:0;width:100%;height:100%;box-shadow:inset 0 0 20px var(--internal-shadow-color);content:"";pointer-events:none}.chartViewport.dragging{cursor:grabbing}.chartViewportScroll{--internal-background-color: rgb(0 0 0 / .07);position:absolute;bottom:0;left:0;overflow:hidden;padding:3px 10px;border-radius:0 5px 0 0;background:var(--internal-background-color);box-shadow:0 0 0 .5px var(--base-shadow-color),0 2px 4px var(--base-shadow-color);line-height:20px;opacity:1;pointer-events:none;text-overflow:ellipsis;transition:transform .2s ease-in-out,opacity .2s ease-in-out;white-space:nowrap;will-change:opacity,transform}:root.dark-mode{.chartViewportScroll{--internal-background-color: rgb(237 237 240 / .07)}}.chartViewportScroll.hidden{opacity:0;transform:translateY(30px)}.chartViewportScrollKbd{position:relative;top:-1px;display:inline-block;padding:0 .5em;border:1px solid var(--kbd-border-color);border-radius:.2em;margin:0 .2em;background-color:var(--kbd-background-color);box-shadow:-.1em .1em 0 var(--kbd-shadow-color);color:var(--kbd-foreground-color)}.tooltip{--internal-border-color: #ccc;--internal-shadow-color: rgb(0 0 0 / .3);--internal-timing-foreground-color: #666;--internal-swatch-foreground-color: #888;--internal-header-border-color: var(--grey-40);--internal-dimmed-foreground-color: var(--grey-50);--internal-backtrace-foreground-color: var(--grey-40);--internal-label-foreground-color: var(--grey-60);position:fixed;display:inline-block;overflow:hidden;max-width:600px;padding:8px;border:1px solid var(--internal-border-color);background-color:var(--panel-background-color);box-shadow:0 1px 3px var(--internal-shadow-color);color:var(--base-foreground-color);line-height:1.4;pointer-events:none;text-align:left;text-overflow:ellipsis;transition:opacity .25s}:root.dark-mode{.tooltip{--internal-border-color: var(--grey-60);--internal-timing-foreground-color: var(--grey-40);--internal-header-border-color: var(--grey-40);--internal-dimmed-foreground-color: var(--grey-40);--internal-backtrace-foreground-color: var(--grey-30);--internal-label-foreground-color: var(--grey-40)}}.tooltip.clickable{pointer-events:auto}.tooltipTiming{padding-right:.5em;color:var(--internal-timing-foreground-color);font-weight:700}.tooltipOneLine{display:flex;max-width:100%;text-overflow:ellipsis;white-space:nowrap}.tooltipTitle{display:flex;overflow:hidden;min-width:0;flex:1;align-items:center;text-overflow:ellipsis}.tooltipTitleText{overflow:hidden;min-width:0;flex:1;text-overflow:ellipsis;white-space:nowrap}.tooltipSwatch{display:inline-block;width:10px;height:10px;border:1px solid var(--internal-swatch-foreground-color);margin-right:3px}.tooltipIcon{display:inline-block;align-self:flex-end;margin-right:3px}.tooltipIcon>.nodeIcon{width:14px;padding-right:.5em;margin-left:auto}.tooltipHeader{padding-bottom:8px;border-bottom:1px solid var(--internal-header-border-color);font-size:12px}.tooltipDetails{display:grid;gap:2px 5px;grid-template-columns:min-content minmax(0,1fr)}.tooltipHeader+.tooltipDetails{padding-top:5px}.tooltipDetailSeparator{border-top:1px solid var(--internal-header-border-color);margin:4px 0;grid-column:1 / 3}.tooltipDetailsUrl{word-break:break-all}.tooltipDetailsDim{color:var(--internal-dimmed-foreground-color)}.tooltipLabel{color:var(--internal-dimmed-foreground-color);text-align:right;white-space:nowrap}.tooltipBackTraceTitle{margin:0;color:var(--internal-dimmed-foreground-color);font-size:100%;font-weight:400}.tooltipDetails+.tooltipDetailsBackTrace{padding-top:5px;border-top:1px solid var(--internal-backtrace-foreground-color);margin-top:5px}.tooltipLib{align-self:flex-end;color:var(--internal-dimmed-foreground-color);white-space:nowrap}.tooltipScreenshotImg{padding:.5px;border:.5px solid var(--base-shadow-color);border-radius:5px;box-shadow:0 2px 4px var(--base-shadow-color)}.sidebar .tooltipDetails{overflow:hidden;gap:2px 0;grid-template-columns:minmax(0,1fr)}.sidebar .tooltipLabel{margin-top:8px;color:var(--internal-label-foreground-color);font-weight:700;text-align:left}.sidebar .tooltipDetailSeparator{display:none}.tooltipArgumentsLabel{color:var(--grey-50)}.tooltipArguments>span{display:block}.tooltipArguments>span:nth-child(odd){background-color:#0000000d}.chartCanvas{position:absolute;top:0;left:0}.chartCanvas.hover{cursor:default}.tooltipCallNodeDetails{--internal-category-border-color: var(--grey-40);--internal-header-foreground-color: var(--grey-50);--internal-graph-meter-border-color: var(--grey-50);--internal-graph-meter-background-color: var(--grey-90-a10);--internal-swatch-border-color: rgb(0 0 0 / .1);--internal-swatch-running-background-color: var(--blue-40);--internal-swatch-self-background-color: var(--blue-60)}:root.dark-mode{.tooltipCallNodeDetails{--internal-category-border-color: var(--grey-40);--internal-header-foreground-color: var(--grey-20);--internal-graph-meter-border-color: var(--grey-50);--internal-graph-meter-background-color: var(--grey-10-a10);--internal-swatch-border-color: rgb(237 237 240 / .1);--internal-swatch-running-background-color: var(--blue-50);--internal-swatch-self-background-color: var(--blue-70)}}.tooltipCallNodeCategory{display:grid;align-items:center;padding-bottom:10px;border-top:1px solid var(--internal-category-border-color);gap:4px;grid-template-columns:repeat(4,min-content)}.tooltipCallNodeHeader{padding:0 5px;border-right:1px solid var(--base-border-color);margin-top:5px;color:var(--internal-header-foreground-color);white-space:nowrap}.tooltipCallNodeName{white-space:nowrap}.tooltipCallNodeGraph{display:flex;width:150px;height:10px;flex-direction:column;gap:2px}.tooltipCallNodeGraphMeter{height:0;flex:1;appearance:none;background:var(--internal-graph-meter-background-color)}.tooltipCallNodeGraphMeterBar{height:100%;box-sizing:border-box;border-inline-end:1px solid var(--internal-graph-meter-border-color)}.tooltipCallNodeCategory .tooltipCategoryRowHeader{margin-top:12px;font-weight:700}.tooltipCallNodeTiming{padding:0 5px;text-align:right;white-space:nowrap}.tooltipCallNodeHeaderSwatchRunning,.tooltipCallNodeHeaderSwatchSelf{display:inline-block;width:9px;height:9px;box-sizing:border-box;border:.5px solid var(--internal-swatch-border-color);margin-right:3px}.tooltipCallNodeHeaderSwatchRunning{background-color:var(--internal-swatch-running-background-color)}.tooltipCallNodeHeaderSwatchSelf{background-color:var(--internal-swatch-self-background-color)}.tooltipCallNodeCategory .tooltipCallNodeHeaderSwatchSelf,.tooltipCallNodeCategory .tooltipCallNodeHeaderSwatchRunning{display:none}.tooltipCallNodeDetailsLeft{min-width:150px;padding:10px 10px 5px}.tooltipNetwork{width:600px}.tooltipNetworkPhases{--internal-border-color: var(--grey-40);display:grid;padding-top:4px;border-top:1px solid var(--internal-border-color);margin-top:4px;gap:2px 5px;grid-template-columns:min-content min-content auto}:root.dark-mode{.tooltipNetworkPhases{--internal-border-color: var(--base-border-color)}}.tooltipNetworkTitle3{padding:0;margin:5px 0 3px;font:inherit;grid-column-start:span 3}.tooltipNetworkTitle3:first-child{margin-top:3px}.tooltipNetworkPhase{margin:2px 0;background-color:var(--marker-color)}.tooltipNetworkPhaseEmpty{background-color:var(--base-background-color);box-shadow:0 0 0 1px inset var(--marker-color);opacity:.5}.tooltipNetworkMimeType{display:flex;align-items:center}.tooltipNetworkMimeTypeSwatch{background-color:var(--marker-color)}.backtrace{--internal-origin-foreground-color: rgb(0 0 0 / .55);--internal-frame-label-foreground-color: rgb(0 0 0 / .6);--internal-link-hover-background-color: rgb(0 0 0 / .05);padding:0;margin:0}.tooltip .backtrace{overflow:hidden}:root.dark-mode{.backtrace{--internal-origin-foreground-color: rgb(237 237 2400 / .55);--internal-frame-label-foreground-color: rgb(237 237 2400 / .6);--internal-link-hover-background-color: rgb(237 237 2400 / .05)}}.backtraceStackFrame{overflow:hidden;padding:0;margin:0;list-style:none;text-overflow:ellipsis;white-space:nowrap}.backtraceStackFrameOrigin{margin-left:10px;color:var(--internal-origin-foreground-color);font-style:normal}.backtraceStackFrame_isFrameLabel{color:var(--internal-frame-label-foreground-color)}.backtraceStackFrame_link{display:block;color:inherit!important;text-decoration:none}.backtraceStackFrame_link:hover{background-color:var(--internal-link-hover-background-color)}.marker-list-value{margin:0;padding-inline-start:25px}.marker-table-value{border-collapse:collapse;margin-block-start:-1px}.marker-table-value th{text-align:start}.tooltipTitleFilterButton{--tooltip-filter-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="%230b0b0b">%0A   <path fill-opacity=".3" d="M6.6 8.4c0-.6-1.7.3-1.7-.3 0-.4-1.7-2.7-1.7-2.7H13s-1.8 2-1.8 2.7c0 .3-2.1-.1-2.1.3v6.1H7s-.4-4.1-.4-6.1z"></path>%0A   <path d="M2 2v2.3L4.7 9H6v5.4l2.1 1 1.8-.9V9h1.3L14 4.3V2H2zm11 2l-2.2 4H9v5.8l-.9.4-1.1-.5V8H5.2L3 4V3h10v1z"></path>%0A</svg>%0A');width:16px;height:16px;flex:none;padding:0;border:none;background-color:transparent;background-image:var(--tooltip-filter-icon);cursor:pointer;margin-inline-start:6px;opacity:.6}.tooltipTitleFilterButton:hover{opacity:1}:root.dark-mode{.tooltipTitleFilterButton{--tooltip-filter-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="%23ededf0">%0A   <path fill-opacity=".3" d="M6.6 8.4c0-.6-1.7.3-1.7-.3 0-.4-1.7-2.7-1.7-2.7H13s-1.8 2-1.8 2.7c0 .3-2.1-.1-2.1.3v6.1H7s-.4-4.1-.4-6.1z"></path>%0A   <path d="M2 2v2.3L4.7 9H6v5.4l2.1 1 1.8-.9V9h1.3L14 4.3V2H2zm11 2l-2.2 4H9v5.8l-.9.4-1.1-.5V8H5.2L3 4V3h10v1z"></path>%0A</svg>%0A')}}.stackChartCanvas{position:absolute;top:0;left:0}.stackChartCanvasTooltip{padding:5px}.stackChart{display:flex;overflow:hidden;flex:1;flex-flow:column}.stackChartContent{display:flex;flex:1;border-top:1px solid var(--base-border-color)}.markerChart{display:flex;flex:1;flex-flow:column nowrap}.markerChartCanvas{border-top:1px solid var(--base-border-color)}.networkSettings{display:flex;height:25px;flex-flow:row nowrap;padding:0;background-color:var(--base-background-color);color:var(--base-foreground-color);line-height:25px}.networkSettingsSpacer{flex:1}.networkChart{display:flex;flex:1;flex-flow:column nowrap;color:var(--base-foreground-color);cursor:default;-webkit-user-select:none;user-select:none}.networkChart .treeViewBody{border-top:1px solid var(--base-border-color)}.networkChart .treeViewBody .treeViewBodyInnerWrapper{width:100%;flex-flow:column nowrap}.networkChartRowItem{--internal-selected-background-color: #bbe0f6;--internal-item-bar-background-color: var(--grey-20);--internal-item-uri-optional-foreground-color: var(--grey-40);position:relative;display:block;width:100%;height:16px}.networkChartRowItem.odd{background-color:var(--row-odd-background-color)}.networkChartRowItem:hover,.networkChartRowItem.isRightClicked,.networkChartRowItem.isSelected,.networkChartRowItem.isHovered{background-color:var(--internal-selected-background-color)}:root.dark-mode{.networkChartRowItem{--internal-selected-background-color: var(--teal-80);--internal-item-uri-optional-foreground-color: var(--grey-50)}}.networkChartRowItemLabel{display:inline-block;overflow:hidden;width:100%;max-height:16px;margin-left:4px;pointer-events:none;white-space:nowrap}.networkChartRowItemBar{position:absolute;top:0;display:inline-block;overflow:hidden;height:14px;border-radius:2px;margin:1px 0;background-color:var(--internal-item-bar-background-color);box-shadow:0 0 0 1px inset var(--marker-color);opacity:.7}.networkChartRowItemBarPhase{position:absolute;height:100%;background-color:var(--marker-color)}.networkChartRowItemUriOptional{display:inline-block;overflow:hidden;max-width:90px;color:var(--internal-item-uri-optional-foreground-color);text-overflow:ellipsis;white-space:nowrap}.networkChartRowItemUriRequired{display:inline-block;overflow:hidden;max-width:35%;color:var(--internal-item-uri-required-foreground-color);text-overflow:ellipsis;white-space:nowrap}.networkChartRowItem:hover .networkChartRowItemUriOptional{color:unset}.flameGraphCanvas{position:absolute;top:0;left:0}.flameGraphCanvasTooltip{padding:5px}.flameGraphCanvasTooltip>.tooltipHeader{display:grid;gap:2px 0;grid-template-columns:min-content auto}.flameGraphCanvasTooltip .tooltipTitle{overflow:visible;white-space:nowrap}.flameGraph{display:flex;overflow:hidden;flex:1;flex-flow:column}.flameGraphContent{display:flex;flex:1;flex-direction:row;border-top:1px solid var(--base-border-color)}.flameGraphDisabledMessage{--internal-background-color: var(--grey-20);display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:10px;background-color:var(--internal-background-color);box-shadow:inset 0 0 150px var(--base-shadow-color);font-size:120%}:root.dark-mode{.flameGraphDisabledMessage{--internal-background-color: var(--grey-80)}}.jsTracer{display:flex;flex:1;flex-flow:column nowrap}.jsTracerLoader{--internal-background-color: var(--grey-20);--internal-border-color: var(--grey-10);display:flex;flex:1;flex-flow:column;align-items:center;justify-content:center;border-top:solid 1px var(--internal-border-color);background-color:var(--internal-background-color);font-size:12px;vertical-align:middle}:root.dark-mode{.jsTracerLoader{--internal-background-color: var(--grey-80);--internal-border-color: var(--grey-80)}}.jsTracerCanvasFadeIn{background-color:var(--base-background-color);opacity:0}.jsTracerCanvasFadeIn.jsTracerCanvasDrawn{opacity:1;transition:opacity .2s}.jsTracerSettings{--internal-foreground-color: var(--grey-70);display:flex;height:25px;flex-flow:row nowrap;padding:0;border-bottom:1px solid var(--base-border-color);color:var(--internal-foreground-color);line-height:25px}.jsTracerSettingsList{display:flex;flex:1;align-items:flex-start;padding:0;margin:0;list-style:none}.jsTracerSettingsListItem{padding:0;margin:0 5px}.jsTracerSettingsLabel{display:inline-flex;height:25px;flex-flow:row nowrap;align-items:center;-webkit-user-select:none;user-select:none}.jsTracerSettingsCheckbox{margin:0 5px}.jsTracerSettingsFilter{--internal-border-color: var(--grey-20);padding-right:10px;border-right:1px solid var(--grey-20);white-space:nowrap}.jsTracerSettingsFilterLabel{display:inline-flex;align-items:center;padding-right:5px}.jsTracerSettingsFilterInput{margin:0 4px}:root.dark-mode{.jsTracerSettings{--internal-foreground-color: var(--grey-30)}.jsTracerSettingsFilter{--internal-border-color: var(--grey-80)}}.sidebar{--internal-dimmed-foreground-color: var(--grey-50);overflow:auto;border-top:1px solid var(--panel-border-color);background:var(--panel-background-color);color:var(--base-foreground-color);font-size:11px;--sidebar-indent: 16px}.sidebar-contents-wrapper{position:relative;margin:16px;line-height:1.5;margin-inline-start:11px}.sidebar-calltree .sidebar-contents-wrapper{display:grid;align-content:start;align-items:center;gap:2px 5px;grid-template-columns:1fr min-content min-content}.sidebar-titlegroup,.sidebar-title2,.sidebar-title3{min-width:0;grid-column-start:span 3}.sidebar-label,.sidebar-title2,.sidebar-title3,.sidebar-title-label>:nth-child(2){overflow:hidden;min-width:0;text-overflow:ellipsis;white-space:nowrap}.sidebar-title-label{display:grid;gap:5px;grid-template-columns:min-content 1fr}.sidebar-title-label>:nth-child(2){color:var(--internal-dimmed-foreground-color);text-align:end}.sidebar-titlegroup{margin:0 0 1em;line-height:unset}.sidebar-title,.sidebar-subtitle{padding:0;margin:0;font-weight:400}.can-select-content-input{all:unset;width:100%;text-overflow:ellipsis}.can-select-content-input:focus-visible{text-overflow:unset}.sidebar-title{margin-bottom:.3em;font-size:1.2em;font-weight:500}.sidebar-subtitle{color:var(--internal-dimmed-foreground-color);font-size:inherit}.sidebar-title2,.sidebar-title3{font-weight:400}.sidebar-title2{margin:.9em 0 .4em}.sidebar-title3{margin:.7em 0 .3em}.sidebar-label{color:var(--internal-dimmed-foreground-color);grid-column-start:1;margin-inline-start:var(--sidebar-indent);white-space:nowrap}.sidebar-label-indent{margin-inline-start:calc(var(--sidebar-indent) * 2)}.sidebar-value,.sidebar-percentage{text-align:end;white-space:nowrap}.sidebar-histogram-bar{--internal-background-color: var(--grey-30);--internal-transparent-color: var(--grey-50);--internal-grey-color: var(--grey-50);background-color:var(--internal-background-color);grid-column-start:span 3;margin-inline-start:var(--sidebar-indent)}.sidebar-histogram-bar-color{height:5px}.sidebar-histogram-bar-color.category-color-transparent{background-color:var(--internal-transparent-color)}.sidebar-histogram-bar-color.category-color-grey{background-color:var(--internal-grey-color)}.sidebar-toggle{--internal-focus-foreground-color: var(--blue-60);--internal-active-foreground-color: var(--grey-60);padding:0;border:0;background:0;color:var(--internal-dimmed-foreground-color);font-size:inherit}.sidebar-toggle:focus-visible{border:0;border-radius:2px;box-shadow:none;color:var(--internal-focus-foreground-color);text-decoration:underline}.sidebar-toggle:before{position:absolute;width:0;height:0;border-style:solid;border-color:transparent;margin-top:1px;background:none;border-block-width:5px;border-inline-end-width:4px;border-inline-start-color:currentcolor;border-inline-start-width:8px;content:"";forced-color-adjust:none;margin-inline-start:-11px}.sidebar-toggle:active:hover{color:var(--internal-active-foreground-color)}.sidebar-toggle.expanded:before{border-width:8px 5px 4px;border-style:solid;border-color:currentcolor transparent transparent;margin-top:3px;margin-inline-start:-12px}@media(forced-colors:active){.sidebar-toggle,.sidebar-toggle:before{color:ButtonText}.sidebar-label:hover .sidebar-toggle,.sidebar-label:hover .sidebar-toggle:before{color:SelectedItem}}:root.dark-mode{.sidebar{--internal-dimmed-foreground-color: var(--grey-40)}.sidebar-histogram-bar{--internal-background-color: var(--grey-70);--internal-transparent-color: var(--grey-50)}.sidebar-toggle{--internal-focus-foreground-color: var(--blue-40);--internal-active-foreground-color: var(--grey-30)}}.callNodeContextMenu .react-contextmenu-item--selected .react-contextmenu-icon,.callNodeContextMenu .react-contextmenu-item:hover .react-contextmenu-icon{filter:invert(1)}.callNodeContextMenuIconMerge{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <circle fill="%23000000" cx="3" cy="3" r="2"></circle>%0A    <circle fill="%23000000" cx="13" cy="13" r="2"></circle>%0A    <path d="M12.5,12.5 L9.5,9.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <circle stroke="%230A0A0A" cx="8" cy="8" r="1.5"></circle>%0A    <path d="M6.5,6.5 L3.5,3.5" stroke="%23000000" stroke-linecap="square"></path>%0A  </g>%0A</svg>%0A')}.callNodeContextMenuIconCollapse{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <path d="M3.5,11.5 L7.5,4.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <path d="M12.5,11.5 L8.5,4.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <circle fill="%23000000" cx="8" cy="3" r="2"></circle>%0A    <circle stroke="%230A0A0A" cx="13" cy="13" r="1.5"></circle>%0A    <circle stroke="%230A0A0A" cx="3" cy="13" r="1.5"></circle>%0A  </g>%0A</svg>%0A')}.callNodeContextMenuIconFocus{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <circle fill="%23000000" cx="2" cy="14" r="2"></circle>%0A    <circle fill="%23000000" cx="5" cy="8" r="2"></circle>%0A    <circle fill="%23000000" cx="8" cy="14" r="2"></circle>%0A    <circle stroke="%23000000" cx="8" cy="2" r="1.5"></circle>%0A    <circle stroke="%23000000" cx="11" cy="8" r="1.5"></circle>%0A    <path d="M1.5,14.5 L7.5,3.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <path d="M7.5,13.5 L5.5,8.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <path d="M10.5,6.5 L8.5,3.5" stroke="%23000000" stroke-linecap="square"></path>%0A  </g>%0A</svg>%0A')}.callNodeContextMenuIconFocusSelf{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <circle stroke="%23000000" cx="2" cy="14" r="1.5"></circle>%0A    <circle fill="%23000000" cx="5" cy="8" r="2"></circle>%0A    <circle stroke="%23000000" cx="8" cy="14" r="1.5"></circle>%0A    <circle stroke="%23000000" cx="8" cy="2" r="1.5"></circle>%0A    <circle stroke="%23000000" cx="11" cy="8" r="1.5"></circle>%0A    <path d="M2.5,12.5 L7.5,3.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <path d="M7.5,12.5 L5.5,8.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <path d="M10.5,6.5 L8.5,3.5" stroke="%23000000" stroke-linecap="square"></path>%0A  </g>%0A</svg>%0A')}.callNodeContextMenuIconDrop{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <circle fill="%23000000" cx="8" cy="2" r="2"></circle>%0A    <circle fill="%23000000" cx="11" cy="8" r="2"></circle>%0A    <circle fill="%23000000" cx="14" cy="14" r="2"></circle>%0A    <path d="M6.5,14.5 L1.5,9.5" stroke="%23000000" stroke-width="1.5" stroke-linecap="round"></path>%0A    <path d="M1.5,14.5 L6.5,9.5" stroke="%23000000" stroke-width="1.5" stroke-linecap="round"></path>%0A    <path d="M10.5,6.5 L8.5,3.5" stroke="%23000000" stroke-linecap="square"></path>%0A    <path d="M13.5,12.5 L11.5,9.5" stroke="%23000000" stroke-linecap="square"></path>%0A  </g>%0A</svg>%0A')}.callNodeContextMenuShortcut{--internal-foreground-color: #000;--internal-background-color: #dedee3c9;--internal-shadow-color: #0004;padding:0 5px;border-radius:3px;background:var(--internal-background-color);box-shadow:1px 1px var(--internal-shadow-color);color:var(--internal-foreground-color);margin-inline-start:12px}:root.dark-mode{.callNodeContextMenu .react-contextmenu-icon{filter:invert(1)}.callNodeContextMenuShortcut{--internal-background-color: #d7d7dbc0;--internal-shadow-color: #b1b1b380}}@media(forced-colors:active){.callNodeContextMenuShortcut{background:SelectedItemText;color:SelectedItem;outline:1px solid CanvasText}}.markerContextMenuIconSetSelectionFromMarker{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <g>%0A  <rect id="range1" width="3" height="16" ry="0" fill="%23b1b1b3"/>%0A  <rect id="range1-border" x="3" width="1" height="16" fill="%23737373"/>%0A  <rect id="range2" x="13" width="3" height="16" ry="0" fill="%23b1b1b3"/>%0A  <rect id="range2-border" x="12" width="1" height="16" fill="%23737373"/>%0A  <rect id="marker" x="3.5" y="5.5" width="9" height="5" ry="0" fill="%23fff" stroke="%230c0c0d"/>%0A </g>%0A</svg>%0A')}.markerContextMenuIconStartSelectionHere,.markerContextMenuIconStartSelectionAtMarkerStart{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <g>%0A  <rect id="range" width="3" height="16" ry="0" fill="%23b1b1b3"/>%0A  <rect id="range-border" x="3" width="1" height="16" fill="%23737373"/>%0A  <rect id="marker" x="3.5" y="5.5" width="9" height="5" ry="0" fill="%23fff" stroke="%230c0c0d"/>%0A </g>%0A</svg>%0A')}.markerContextMenuIconStartSelectionAtMarkerEnd{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <g>%0A  <rect id="range" width="12" height="16" ry="0" fill="%23b1b1b3"/>%0A  <rect id="range-border" x="12" width="1" height="16" fill="%23737373"/>%0A  <rect id="marker" x="3.5" y="5.5" width="9" height="5" ry="0" fill="%23fff" stroke="%230c0c0d"/>%0A </g>%0A</svg>%0A')}.markerContextMenuIconEndSelectionAtMarkerStart{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <g>%0A  <rect id="range" x="4" width="12" height="16" ry="0" fill="%23b1b1b3"/>%0A  <rect id="range-border" x="3" width="1" height="16" fill="%23737373"/>%0A  <rect id="marker" x="3.5" y="5.5" width="9" height="5" ry="0" fill="%23fff" stroke="%230c0c0d"/>%0A </g>%0A</svg>%0A')}.markerContextMenuIconEndSelectionHere,.markerContextMenuIconEndSelectionAtMarkerEnd{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <g>%0A  <rect id="range" x="13" width="3" height="16" ry="0" fill="%23b1b1b3"/>%0A  <rect id="range-border" x="12" width="1" height="16" fill="%23737373"/>%0A  <rect id="marker" x="3.5" y="5.5" width="9" height="5" ry="0" fill="%23fff" stroke="%230c0c0d"/>%0A </g>%0A</svg>%0A')}.markerContextMenuIconCopyDescription{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M14.707 8.293l-3-3A1 1 0 0 0 11 5h-1V4a1 1 0 0 0-.293-.707l-3-3A1 1 0 0 0 6 0H3a2 2 0 0 0-2 2v7a2 2 0 0 0 2 2h3v3a2 2 0 0 0 2 2h5a2 2 0 0 0 2-2V9a1 1 0 0 0-.293-.707zM12.586 9H11V7.414zm-5-5H6V2.414zM6 7v2H3V2h2v2.5a.5.5 0 0 0 .5.5H8a2 2 0 0 0-2 2zm2 7V7h2v2.5a.5.5 0 0 0 .5.5H13v4z"></path></svg>')}.markerContextMenuIconCopyStack{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16" height="16" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <path d="m14 1a1 1 0 1 0 1 1 1 1 0 0 0-1-1z" fill="%230c0c0d" fill-opacity=".53333"/>%0A <path d="m11 1h-9a1 1 0 0 0 0 2h9a1 1 0 0 0 0-2z" fill="%230c0c0d" fill-opacity=".8"/>%0A <path d="m11 9a1 1 0 1 0 1 1 1 1 0 0 0-1-1z" fill="%230c0c0d" fill-opacity=".53333"/>%0A <path d="m8 9h-6a1 1 0 0 0 0 2h6a1 1 0 0 0 0-2z" fill="%230c0c0d" fill-opacity=".8"/>%0A <path d="m8 5a1 1 0 1 0 1 1 1 1 0 0 0-1-1z" fill="%230c0c0d" fill-opacity=".53333"/>%0A <path d="m5 5h-3a1 1 0 0 0 0 2h3a1 1 0 0 0 0-2z" fill="%230c0c0d" fill-opacity=".8"/>%0A <path d="m14 13a1 1 0 1 0 1 1 1 1 0 0 0-1-1z" fill="%230c0c0d" fill-opacity=".53333"/>%0A <path d="m11 13h-9a1 1 0 0 0 0 2h9a1 1 0 0 0 0-2z" fill="%230c0c0d" fill-opacity=".8"/>%0A</svg>%0A')}.markerContextMenuIconCopyUrl{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M8 0a8 8 0 1 0 8 8 8.009 8.009 0 0 0-8-8zm5.163 4.958h-1.552a7.7 7.7 0 0 0-1.051-2.376 6.03 6.03 0 0 1 2.603 2.376zM14 8a5.963 5.963 0 0 1-.335 1.958h-1.821A12.327 12.327 0 0 0 12 8a12.327 12.327 0 0 0-.156-1.958h1.821A5.963 5.963 0 0 1 14 8zm-6 6c-1.075 0-2.037-1.2-2.567-2.958h5.135C10.037 12.8 9.075 14 8 14zM5.174 9.958a11.084 11.084 0 0 1 0-3.916h5.651A11.114 11.114 0 0 1 11 8a11.114 11.114 0 0 1-.174 1.958zM2 8a5.963 5.963 0 0 1 .335-1.958h1.821a12.361 12.361 0 0 0 0 3.916H2.335A5.963 5.963 0 0 1 2 8zm6-6c1.075 0 2.037 1.2 2.567 2.958H5.433C5.963 3.2 6.925 2 8 2zm-2.56.582a7.7 7.7 0 0 0-1.051 2.376H2.837A6.03 6.03 0 0 1 5.44 2.582zm-2.6 8.46h1.549a7.7 7.7 0 0 0 1.051 2.376 6.03 6.03 0 0 1-2.603-2.376zm7.723 2.376a7.7 7.7 0 0 0 1.051-2.376h1.552a6.03 6.03 0 0 1-2.606 2.376z"></path></svg>')}.markerContextMenuIconCopyPayload{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" version="1.1" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg">%0A <g transform="matrix(.96081 0 0 1.063 -.19979 -.084155)" fill="%230c0c0d" aria-label="{}">%0A  <path d="m6.4527 13.984v1.1468h-0.49374q-1.9829 0-2.6598-0.5893-0.66894-0.5893-0.66894-2.3492v-1.9033q0-1.2025-0.43003-1.6644-0.43003-0.46189-1.5609-0.46189h-0.48578v-1.1388h0.48578q1.1388 0 1.5609-0.45392 0.43003-0.46189 0.43003-1.6485v-1.9113q0-1.7599 0.66894-2.3413 0.6769-0.5893 2.6598-0.5893h0.49374v1.1388h-0.54152q-1.1229 0-1.4653 0.3504-0.34243 0.3504-0.34243 1.4733v1.975q0 1.2503-0.36632 1.8157-0.35836 0.56541-1.2343 0.7645 0.88395 0.21502 1.2423 0.78043 0.35836 0.56541 0.35836 1.8077v1.975q0 1.1229 0.34243 1.4733 0.34243 0.3504 1.4653 0.3504z"/>%0A  <path d="m10.538 13.984h0.55745q1.1149 0 1.4494-0.34243 0.34243-0.34243 0.34243-1.4812v-1.975q0-1.2423 0.35836-1.8077 0.35836-0.56541 1.2423-0.78043-0.88395-0.19909-1.2423-0.7645-0.35836-0.56541-0.35836-1.8157v-1.975q0-1.1308-0.34243-1.4733-0.33447-0.3504-1.4494-0.3504h-0.55745v-1.1388h0.5017q1.9829 0 2.6439 0.5893 0.66894 0.58134 0.66894 2.3413v1.9113q0 1.1866 0.43003 1.6485 0.43003 0.45392 1.5609 0.45392h0.49374v1.1388h-0.49374q-1.1308 0-1.5609 0.46189-0.43003 0.46189-0.43003 1.6644v1.9033q0 1.7599-0.66894 2.3492-0.66097 0.5893-2.6439 0.5893h-0.5017z"/>%0A </g>%0A</svg>%0A')}.markerContextMenuSelectThread{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="%23000">%0A  <path d="M8.71 3.29l-3-3a1 1 0 0 0-.33-.21 1 1 0 0 0-.76 0 1 1 0 0 0-.33.21l-3 3a1 1 0 0 0 1.42 1.42L4 3.41V9a1 1 0 0 0 2 0V3.41l1.29 1.3a1 1 0 0 0 1.42 0 1 1 0 0 0 0-1.42zm6 8a1 1 0 0 0-1.42 0L12 12.59V7a1 1 0 0 0-2 0v5.59l-1.29-1.3a1 1 0 1 0-1.42 1.42l3 3a1 1 0 0 0 .33.21.94.94 0 0 0 .76 0 1 1 0 0 0 .33-.21l3-3a1 1 0 0 0 0-1.42z"></path>%0A</svg>%0A')}.react-contextmenu-item--selected .markerContextMenuIconCopyDescription,.react-contextmenu-item:hover .markerContextMenuIconCopyDescription,.react-contextmenu-item--selected .markerContextMenuIconCopyUrl,.react-contextmenu-item:hover .markerContextMenuIconCopyUrl,.react-contextmenu-item--selected .markerContextMenuIconCopyStack,.react-contextmenu-item:hover .markerContextMenuIconCopyStack,.react-contextmenu-item--selected .markerContextMenuIconCopyPayload,.react-contextmenu-item:hover .markerContextMenuIconCopyPayload,.react-contextmenu-item--selected .markerContextMenuSelectThread,.react-contextmenu-item:hover .markerContextMenuSelectThread{filter:invert(1)}:root.dark-mode{.markerContextMenuIconCopyDescription,.markerContextMenuIconCopyUrl,.markerContextMenuIconCopyStack,.markerContextMenuIconCopyPayload,.markerContextMenuSelectThread{filter:invert(1)}}.Details{--internal-sidebar-collapse-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="%230b0b0b">%0A  <path fill-opacity=".3" d="M12 3h2v10h-2V3zM5 9.9V6.1L8 8 5 9.9z"></path>%0A  <path d="M14 2H2c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1zM2 13V3h9v10H2zm12 0h-2V3h2v10zM8.5 7.2l-3-1.9C4.6 4.7 4 5 4 6.1v3.8c0 1.1.6 1.4 1.5.8l3-1.9c1-.5 1-1 0-1.6zM5 9.9V6.1L8 8 5 9.9z"></path>%0A</svg>%0A');--internal-sidebar-expand-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="%230b0b0b">%0A  <path fill-opacity=".3" d="M4 13H2V3h2v10zm7-6.9v3.8L8 8l3-1.9z"></path>%0A  <path d="M2 14h12c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1zM14 3v10H5V3h9zM2 3h2v10H2V3zm5.5 5.8l3 1.9c1 .6 1.5.3 1.5-.8V6.1c0-1.1-.6-1.4-1.5-.8l-3 1.9c-1 .5-1 1 0 1.6zM11 6.1v3.8L8 8l3-1.9z"></path>%0A</svg>%0A');display:flex;overflow:clip;flex:auto;flex-direction:column}.Details-top-bar{--internal-background-color: var(--lowered-background-color);display:flex;flex-flow:row nowrap;align-items:center;justify-content:space-between;border:solid var(--base-border-color);border-width:1px 0;background:var(--internal-background-color);color:var(--base-foreground-color)}:root.dark-mode{.Details{--internal-sidebar-collapse-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="%23ededf0">%0A  <path fill-opacity=".3" d="M12 3h2v10h-2V3zM5 9.9V6.1L8 8 5 9.9z"></path>%0A  <path d="M14 2H2c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1h12c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1zM2 13V3h9v10H2zm12 0h-2V3h2v10zM8.5 7.2l-3-1.9C4.6 4.7 4 5 4 6.1v3.8c0 1.1.6 1.4 1.5.8l3-1.9c1-.5 1-1 0-1.6zM5 9.9V6.1L8 8 5 9.9z"></path>%0A</svg>%0A');--internal-sidebar-expand-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16" height="16" viewBox="0 0 16 16" xmlns="http://www.w3.org/2000/svg" fill="%23ededf0">%0A  <path fill-opacity=".3" d="M4 13H2V3h2v10zm7-6.9v3.8L8 8l3-1.9z"></path>%0A  <path d="M2 14h12c.6 0 1-.4 1-1V3c0-.6-.4-1-1-1H2c-.6 0-1 .4-1 1v10c0 .6.4 1 1 1zM14 3v10H5V3h9zM2 3h2v10H2V3zm5.5 5.8l3 1.9c1 .6 1.5.3 1.5-.8V6.1c0-1.1-.6-1.4-1.5-.8l-3 1.9c-1 .5-1 1 0 1.6zM11 6.1v3.8L8 8l3-1.9z"></path>%0A</svg>%0A')}}.sidebar-open-close-button{width:24px;height:24px;flex:none;margin:0 4px;background-position:center;background-repeat:no-repeat}.sidebar-open-close-button-isopen{background-image:var(--internal-sidebar-collapse-icon)}.sidebar-open-close-button-isclosed{background-image:var(--internal-sidebar-expand-icon)}.DetailsContainer .layout-pane>*{width:100%;height:100%;box-sizing:border-box}.DetailsContainer .layout-pane:not(.layout-pane-primary){max-width:600px}.DetailsContainer{position:unset}.DetailsContainer.splitter-layout>.layout-splitter{border-top:1px solid var(--panel-border-color);border-left:1px solid var(--panel-border-color);background:var(--panel-background-color)}.DetailsContainer.splitter-layout>.layout-splitter:hover{background:var(--panel-background-color)}.codeView{--codeview-foreground-color: #000;--codeview-background-color: white;--codeview-header-background-color: white;--codeview-header-border-color: var(--grey-30);--codeview-header-sep-color: #e5e5e5;--codeview-gutter-foreground-color: black;--codeview-gutter-background-color: white;--codeview-gutter-border-color: var(--grey-30);--codeview-linenum-foreground-color: ##aaa;--codeview-nonzero-background-color: #edf6ff;--codeview-highlight-background-color: #fffbcc;display:flex;min-height:0;flex:1;flex-flow:column;background:var(--codeview-background-color);color:var(--codeview-foreground-color);--blue-55: #0074e8;--magenta-65: #dd00a9;--theme-highlight-keyword: var(--magenta-65);--theme-highlight-type: var(--purple-60);--theme-highlight-variable: var(--blue-55);--theme-highlight-method: var(--green-70);--theme-highlight-literal: var(--blue-70);--theme-highlight-comment: var(--grey-50);--theme-highlight-punctuation: var(--grey-70)}:root.dark-mode{.codeView{--codeview-foreground-color: var(--grey-20);--codeview-background-color: var(--grey-90);--codeview-header-background-color: var(--grey-90);--codeview-header-border-color: var(--grey-50);--codeview-header-sep-color: var(--grey-50);--codeview-gutter-foreground-color: var(--grey-30);--codeview-gutter-background-color: var(--grey-90);--codeview-gutter-border-color: var(--grey-50);--codeview-linenum-foreground-color: var(--grey-30);--codeview-nonzero-background-color: var(--grey-80);--codeview-highlight-background-color: var(--yellow-90);--theme-highlight-keyword: var(--magenta-65);--theme-highlight-type: var(--purple-40);--theme-highlight-variable: var(--blue-40);--theme-highlight-method: var(--green-60);--theme-highlight-literal: var(--teal-60);--theme-highlight-comment: var(--grey-40);--theme-highlight-punctuation: var(--grey-50)}}.codeViewHeader{display:flex;height:16px;flex-flow:row;padding:1px 0;border-bottom:1px solid var(--codeview-header-border-color);background:var(--codeview-header-background-color)}.codeMirrorContainer{display:flex;min-height:0;flex:1;flex-flow:column}.cm-editor{min-height:0}.cm-scroller{overflow:auto;font:inherit!important;line-height:16px!important}.cm-gutters{border-right:0!important;background-color:var(--codeview-gutter-background-color)!important}.codeViewHeaderMainColumn{flex:1}.codeViewHeaderColumn{position:relative;box-sizing:border-box;padding:1px 5px;line-height:15px;white-space:nowrap}.codeViewHeaderColumn.codeViewFixedColumn:after{position:absolute;top:3px;right:0;bottom:3px;width:1px;background:var(--codeview-header-sep-color);content:""}.codeViewHeaderColumn.total,.codeViewHeaderColumn.self,.cm-total-timings-gutter,.cm-self-timings-gutter{width:50px;text-align:right}.cm-total-timings-gutter,.cm-self-timings-gutter{border-right:1px solid var(--codeview-gutter-border-color);color:var(--codeview-gutter-foreground-color)}.cm-lineNumbers{color:var(--codeview-linenum-foreground-color);font-variant-numeric:tabular-nums}.cm-lineNumbers .cm-gutterElement{min-width:45px!important}.cm-instruction-address-gutter{color:var(--codeview-linenum-foreground-color);font-family:ui-monospace,Roboto Mono,monospace;font-variant-numeric:tabular-nums}.cm-instruction-address-gutter .cm-gutterElement{min-width:45px!important;padding:0 8px}.cm-total-timings-gutter .cm-gutterElement,.cm-self-timings-gutter .cm-gutterElement{overflow:hidden;width:100%;box-sizing:border-box;padding-right:5px;text-overflow:ellipsis}.cm-nonZeroLine{background-color:var(--codeview-nonzero-background-color)}.cm-highlightedLine{background-color:var(--codeview-highlight-background-color)}.cm-content{font-family:ui-monospace,Roboto Mono,monospace;hyphens:none;overflow-wrap:normal;word-break:normal;word-spacing:normal}.tok-namespace,.tok-variableName,.tok-variableName2,.tok-macroName{color:var(--theme-highlight-variable)}.tok-typeName{color:var(--theme-highlight-type)}.tok-propertyName{color:var(--theme-highlight-method)}.tok-number,.tok-string,.tok-string2{color:var(--theme-highlight-literal)}.tok-bool,.tok-atom,.tok-error,.tok-keyword{color:var(--theme-highlight-keyword)}.tok-comment,.tok-meta{color:var(--theme-highlight-comment)}.tok-operator,.tok-punctuation{color:var(--theme-highlight-punctuation)}:root{--ig-size-1: 1rem;--ig-size-2: 2rem;--ig-size-3: 4rem;--ig-size-4: 8rem;--ig-size-5: 16rem;--ig-spacing-1: .25rem;--ig-spacing-2: .5rem;--ig-spacing-3: 1rem;--ig-spacing-4: 2rem;--ig-spacing-5: 4rem;--ig-spacing-6: 8rem;--ig-spacing-7: 16rem;--ig-text-color: black;--ig-text-color-dim: #777;--ig-background-primary: #ffb54e;--ig-background-light: white;--ig-border-color: #0c0c0d;--ig-block-header-color: #0c0c0d;--ig-loop-header-color: #1fa411;--ig-movable-color: #1048af;--ig-rob-color: #444;--ig-in-worklist-color: red;--ig-block-selected: #ffc863;--ig-block-last-selected: #ffb54e;--ig-highlight-0: #ffb54e;--ig-highlight-1: #ffb5c5;--ig-highlight-2: #a4cbff;--ig-highlight-3: #8be182;--ig-highlight-4: #d9a4fd;--ig-flash-color: #ffb54e;--ig-hot-color: #ff849e;--ig-cool-color: #ffe546;--ig-cool-threshold: .2}a.ig-link-normal{color:inherit;text-decoration:inherit}.ig-flex{display:flex}.ig-flex-column{flex-direction:column}.ig-flex-basis-0{flex-basis:0}.ig-flex-grow-1{flex-grow:1}.ig-flex-shrink-0{flex-shrink:0}.ig-flex-shrink-1{flex-shrink:1}.ig-relative{position:relative}.ig-absolute{position:absolute}.ig-absolute-fill{inset:0}.ig-g1{gap:var(--ig-spacing-1)}.ig-g2{gap:var(--ig-spacing-2)}.ig-g3{gap:var(--ig-spacing-3)}.ig-w1{width:var(--ig-size-1)}.ig-w2{width:var(--ig-size-2)}.ig-w3{width:var(--ig-size-3)}.ig-w4{width:var(--ig-size-4)}.ig-w5{width:var(--ig-size-5)}.ig-w-100{width:100%}.ig-ba{border-style:solid;border-width:1px;border-color:var(--ig-border-color)}.ig-bt{border-top-style:solid;border-top-width:1px;border-color:var(--ig-border-color)}.ig-br{border-right-style:solid;border-right-width:1px;border-color:var(--ig-border-color)}.ig-bb{border-bottom-style:solid;border-bottom-width:1px;border-color:var(--ig-border-color)}.ig-bl{border-left-style:solid;border-left-width:1px;border-color:var(--ig-border-color)}.ig-pa1{padding:var(--ig-spacing-1)}.ig-pa2{padding:var(--ig-spacing-2)}.ig-pa3{padding:var(--ig-spacing-3)}.ig-ph1{padding-left:var(--ig-spacing-1);padding-right:var(--ig-spacing-1)}.ig-ph2{padding-left:var(--ig-spacing-2);padding-right:var(--ig-spacing-2)}.ig-ph3{padding-left:var(--ig-spacing-3);padding-right:var(--ig-spacing-3)}.ig-pv1{padding-top:var(--ig-spacing-1);padding-bottom:var(--ig-spacing-1)}.ig-pv2{padding-top:var(--ig-spacing-2);padding-bottom:var(--ig-spacing-2)}.ig-pv3{padding-top:var(--ig-spacing-3);padding-bottom:var(--ig-spacing-3)}.ig-pt1{padding-top:var(--ig-spacing-1)}.ig-pt2{padding-top:var(--ig-spacing-2)}.ig-pt3{padding-top:var(--ig-spacing-3)}.ig-pr1{padding-right:var(--ig-spacing-1)}.ig-pr2{padding-right:var(--ig-spacing-2)}.ig-pr3{padding-right:var(--ig-spacing-3)}.ig-pb1{padding-bottom:var(--ig-spacing-1)}.ig-pb2{padding-bottom:var(--ig-spacing-2)}.ig-pb3{padding-bottom:var(--ig-spacing-3)}.ig-pl1{padding-left:var(--ig-spacing-1)}.ig-pl2{padding-left:var(--ig-spacing-2)}.ig-pl3{padding-left:var(--ig-spacing-3)}.ig-f1{font-size:3rem}.ig-f2{font-size:2.25rem}.ig-f3{font-size:1.5rem}.ig-f4{font-size:1.25rem}.ig-f5{font-size:1rem}.ig-f6{font-size:.875rem}.ig-f7{font-size:.75rem}.ig-text-normal{color:var(--ig-text-color)}.ig-text-dim{color:var(--ig-text-color-dim)}.ig-tl{text-align:left}.ig-tr{text-align:right}.ig-tc{text-align:center}.ig-bg-white{background-color:var(--ig-background-light)}.ig-bg-primary{background-color:var(--ig-background-primary)}.ig-overflow-hidden{overflow:hidden}.ig-overflow-auto{overflow:auto}.ig-overflow-x-auto{overflow-x:auto}.ig-overflow-y-auto{overflow-y:auto}.ig-graph{color:var(--ig-text-color);position:absolute;left:0;top:0;isolation:isolate}.ig-block{position:absolute;.ig-block-header{font-weight:700;text-align:center;background-color:var(--ig-block-header-color);color:#fff;padding:0 1em;border:1px solid var(--ig-border-color);border-width:1px 1px 0}.ig-instructions{padding:.5em;border:1px solid var(--ig-border-color);border-width:0 1px 1px;table{border-collapse:collapse}td,th{white-space:nowrap;padding:.1em .5em}th{font-weight:400}}&.ig-selected{outline:4px solid var(--ig-block-selected)}&.ig-last-selected{outline-color:var(--ig-block-last-selected)}}.ig-block-att-loopheader{.ig-block-header{background-color:var(--ig-loop-header-color)}}.ig-block-att-splitedge{.ig-instructions{border-style:dotted;border-width:0 2px 2px}}.ig-ins-num{text-align:right;cursor:pointer}.ig-ins-type{text-align:right}.ig-ins-samples{font-size:.875em;text-align:right;cursor:pointer}.ig-use{padding:0 .25em;border-radius:2px;cursor:pointer}.ig-edge-label{position:absolute;font-size:.8em;line-height:1;bottom:-1em;padding-left:4px}.ig-ins-att-RecoveredOnBailout{color:var(--ig-rob-color)}.ig-ins-att-Movable{color:var(--ig-movable-color)}.ig-ins-att-Guard{text-decoration:underline}.ig-ins-att-InWorklist{color:var(--ig-in-worklist-color)}.ig-can-flash{transition:outline-color 1s ease-out;outline:3px solid color-mix(in srgb,var(--ig-flash-color) 0%,transparent)}.ig-flash{transition:outline-color 0s;outline-color:var(--ig-flash-color)}.ig-hotness{--ig-hotness: 0;--ig-cold-color: color-mix(in srgb, var(--ig-cool-color) 20%, transparent);background-color:color-mix(in oklab,color-mix(in oklab,color-mix(in srgb,transparent,var(--ig-cold-color) clamp(0%,calc(var(--ig-hotness) * 100000000%),100%)),var(--ig-cool-color) clamp(0%,calc((var(--ig-hotness) / var(--ig-cool-threshold)) * 100%),100%)),var(--ig-hot-color) clamp(0%,calc(((var(--ig-hotness) - var(--ig-cool-threshold)) / (1 - var(--ig-cool-threshold))) * 100%),100%))}.ig-highlight{--ig-highlight-color: transparent;background-color:var(--ig-highlight-color)}.bottom-box-pane{--internal-sourceview-background-color: var(--grey-20);--internal-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-assembly-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">%0A  <path d="M3.073 8.015H2.76q-.826 0-1.247.286-.416.28-.416.842 0 .506.313.786t.867.28q.78 0 1.227-.525.447-.531.452-1.464v-.205Zm1.833-.38v3.201h-.95v-.832q-.303.502-.765.742-.457.236-1.114.236-.877 0-1.401-.481-.524-.487-.524-1.298 0-.937.642-1.424.647-.486 1.894-.486h1.268v-.145q-.005-.671-.349-.972-.344-.306-1.099-.306-.482 0-.975.135-.493.136-.96.396V5.48q.524-.195 1.001-.29.483-.1.934-.1.714 0 1.217.205.508.205.821.616.195.25.278.622.082.365.082 1.102z"/>%0A  <path d="M9.77 5.346v.91q-.392-.233-.79-.349-.397-.116-.81-.116-.622 0-.93.207-.303.202-.303.622 0 .38.229.567.228.187 1.138.364l.368.07q.681.132 1.03.527.352.394.352 1.027 0 .84-.586 1.315-.587.47-1.631.47-.413 0-.865-.09-.453-.087-.98-.264v-.96q.512.267.98.404.467.131.885.131.606 0 .94-.248.333-.252.333-.703 0-.647-1.219-.895l-.04-.01-.343-.07q-.79-.158-1.153-.527-.363-.374-.363-1.017 0-.814.542-1.254.542-.445 1.546-.445.448 0 .86.086.413.08.81.248z"/>%0A  <path d="M13.732 5.754q.162-.366.41-.539.252-.178.605-.178.643 0 .905.534.267.528.267 1.996v3.298h-.8V7.608q0-1.204-.13-1.494-.123-.294-.457-.294-.38 0-.524.315-.138.31-.138 1.473v3.257h-.8V7.608q0-1.22-.139-1.504-.133-.284-.486-.284-.348 0-.486.315-.133.31-.133 1.473v3.257h-.796v-5.69h.796v.487q.157-.305.39-.462.239-.163.539-.163.362 0 .6.178.243.178.377.539z"/>%0A</svg>');display:flex;height:100%;flex-flow:column nowrap;color:var(--base-foreground-color)}.bottom-sourceview-wrapper,.bottom-assemblyview-wrapper{position:relative;display:flex;min-height:0;flex:1;flex-flow:column;background:var(--internal-sourceview-background-color)}.bottom-box .layout-splitter{position:relative;width:1px;border:none;background-color:var(--base-border-color)!important}.bottom-box .layout-splitter:before{position:absolute;z-index:var(--z-bottom-box);display:block;content:"";inset:0 -3px}.bottom-box-bar{display:flex;overflow:hidden;height:24px;flex-flow:row;align-items:center;justify-content:space-between;border-bottom:1px solid var(--panel-border-color);background:var(--panel-background-color);line-height:18px}.bottom-box-title,.bottom-box-title-trailer{overflow:hidden;margin:0 8px;font:inherit;text-overflow:ellipsis;white-space:nowrap}.bottom-box-title-trailer{margin:0}.bottom-box-header-trailing-buttons{display:flex;height:100%;flex-flow:row nowrap;align-items:center}.bottom-close-button,.bottom-assembly-button,.bottom-prev-button,.bottom-next-button{width:24px;height:24px;flex-shrink:0;background-position:center;background-repeat:no-repeat;background-size:16px 16px}.bottom-prev-button,.bottom-next-button{width:16px;font-size:9px}.bottom-next-button{margin-right:8px}.bottom-close-button{background-image:var(--internal-close-icon)}.bottom-assembly-button{background-image:var(--internal-assembly-icon)}.codeLoadingOverlay,.sourceCodeErrorOverlay,.assemblyCodeErrorOverlay{--internal-background-color: rgb(240 240 240 / .8);position:absolute;display:flex;width:max-content;min-width:200px;max-width:min(500px,100%);height:min-content;flex-flow:row;align-items:center;padding:15px;border-radius:10px;margin:auto;background-color:var(--internal-background-color);gap:15px;inset:0;overflow-wrap:break-word}.codeLoadingOverlay:before{display:block;width:32px;height:32px;flex-shrink:0;background:url("/spinner-DC3JCQB7.png") center center / 32px 32px no-repeat;content:""}.sourceCodeErrorOverlay:before,.assemblyCodeErrorOverlay:before{display:block;width:50px;height:50px;flex-shrink:0;background:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="%23fff">%0A  <path fill-rule="evenodd" d="M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0zM5.75 8a.75.75 0 0 0-.75.75v.5c0 .41.34.75.75.75h.5c.41 0 .75-.34.75-.75v-.5A.75.75 0 0 0 6.25 8h-.5zM5 6c0 .54.46 1 1 1s1-.46 1-1V3.15c0-.54-.46-1-1-1s-1 .46-1 1V6z"/>%0A</svg>%0A') center center / 32px 32px no-repeat;content:"";filter:brightness(70%) drop-shadow(0 1px rgb(255 255 255 / .5))}.codeErrorOverlay{padding-left:20px}:root.dark-mode{.bottom-box-pane{--internal-sourceview-background-color: var(--grey-80);--internal-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(249, 249, 250, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-assembly-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16">%0A  <path fill="%23ededf0" d="M3.073 8.015H2.76q-.826 0-1.247.286-.416.28-.416.842 0 .506.313.786t.867.28q.78 0 1.227-.525.447-.531.452-1.464v-.205Zm1.833-.38v3.201h-.95v-.832q-.303.502-.765.742-.457.236-1.114.236-.877 0-1.401-.481-.524-.487-.524-1.298 0-.937.642-1.424.647-.486 1.894-.486h1.268v-.145q-.005-.671-.349-.972-.344-.306-1.099-.306-.482 0-.975.135-.493.136-.96.396V5.48q.524-.195 1.001-.29.483-.1.934-.1.714 0 1.217.205.508.205.821.616.195.25.278.622.082.365.082 1.102z"/>%0A  <path fill="%23ededf0" d="M9.77 5.346v.91q-.392-.233-.79-.349-.397-.116-.81-.116-.622 0-.93.207-.303.202-.303.622 0 .38.229.567.228.187 1.138.364l.368.07q.681.132 1.03.527.352.394.352 1.027 0 .84-.586 1.315-.587.47-1.631.47-.413 0-.865-.09-.453-.087-.98-.264v-.96q.512.267.98.404.467.131.885.131.606 0 .94-.248.333-.252.333-.703 0-.647-1.219-.895l-.04-.01-.343-.07q-.79-.158-1.153-.527-.363-.374-.363-1.017 0-.814.542-1.254.542-.445 1.546-.445.448 0 .86.086.413.08.81.248z"/>%0A  <path fill="%23ededf0" d="M13.732 5.754q.162-.366.41-.539.252-.178.605-.178.643 0 .905.534.267.528.267 1.996v3.298h-.8V7.608q0-1.204-.13-1.494-.123-.294-.457-.294-.38 0-.524.315-.138.31-.138 1.473v3.257h-.8V7.608q0-1.22-.139-1.504-.133-.284-.486-.284-.348 0-.486.315-.133.31-.133 1.473v3.257h-.796v-5.69h.796v.487q.157-.305.39-.462.239-.163.539-.163.362 0 .6.178.243.178.377.539z"/>%0A</svg>%0A')}.codeLoadingOverlay,.sourceCodeErrorOverlay,.assemblyCodeErrorOverlay{--internal-background-color: rgb(16 16 16 / .8)}}.TabSelectorMenu{background-color:var(--menu-background-color);color:var(--menu-foreground-color);overflow-y:auto}.tabSelectorMenuItem.checkable{padding-inline:20px 10px}.react-contextmenu-item.tabSelectorMenuItem.checked:not(.react-contextmenu-item--disabled):before{inset-inline:8px 0}.tabSelectorMenuItem .nodeIcon{margin-inline-end:10px}.profileFilterNavigator--tab-selector{--internal-disabled-arrow-color: var(--grey-30);display:flex;align-items:center;column-gap:5px;padding-inline:20px 5px}:root.dark-mode{.profileFilterNavigator--tab-selector{--internal-disabled-arrow-color: var(--grey-60)}}.profileFilterNavigator--tab-selector:before{position:absolute;border-top:6px solid;border-right:4px solid transparent;border-bottom:0 solid transparent;border-left:4px solid transparent;margin:5px 5px 0;color:var(--internal-selected-color);content:"";forced-color-adjust:none;inset-block-start:4px;inset-inline-start:4px}.profileFilterNavigator--tab-selector:not(.button):before{color:var(--internal-disabled-arrow-color)}@media(forced-colors:active){.profileFilterNavigator--tab-selector:before{color:currentcolor}.profilefilternavigator--tab-selector:not(.button):before{color:GrayText}}.menuButtonsButton{--internal-hover-background-color: rgb(0 0 0 / .1);--internal-active-background-color: rgb(0 0 0 / .2);--internal-open-in-new-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg%0A   xmlns="http://www.w3.org/2000/svg"%0A   viewBox="0 0 12 12"%0A   height="12"%0A   width="12">%0A  <path%0A     d="M 3.8590613,1.0001427 H 3.144796 A 2.142796,2.142796 0 0 0 1.002,3.1429387 V 8.857061 a 2.142796,2.142796 0 0 0 2.142796,2.142796 H 8.858919 A 2.142796,2.142796 0 0 0 11.001715,8.857061 V 8.142796 a 0.7142655,0.7142655 0 0 0 -1.428531,0 V 8.857061 A 0.71426533,0.71426533 0 0 1 8.858919,9.571327 H 3.144796 A 0.71426533,0.71426533 0 0 1 2.4305307,8.857061 V 3.1429387 A 0.71426533,0.71426533 0 0 1 3.144796,2.4286734 h 0.7142653 a 0.71426535,0.71426535 0 1 0 0,-1.4285307 z"%0A     fill="rgba(12, 12, 13, .8)" />%0A  <path%0A     d="M 10.955287,1.4415587 A 0.71426533,0.71426533 0 0 0 10.29602,1.0001427 H 6.7246938 a 0.71426535,0.71426535 0 1 0 0,1.4285307 H 8.571784 L 6.2197082,4.7807491 A 0.71441004,0.71441004 0 1 0 7.2303936,5.7907203 L 9.582469,3.4386445 v 1.8470902 a 0.7142655,0.7142655 0 1 0 1.428531,0 V 1.714408 A 0.71426533,0.71426533 0 0 0 10.956,1.4415587 Z"%0A     fill="rgba(12, 12, 13, .8)" />%0A</svg>%0A');--internal-info-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">%0A <rect x="5" y="5" width="2" height="4" ry="1" fill="%230c0c0d" fill-opacity=".8"/>%0A <rect x="5" y="3" width="2" height="1" ry="0.5" fill="%230c0c0d" fill-opacity=".8"/>%0A <ellipse cx="6" cy="6" rx="5.25" ry="5.25" fill="none" stroke="%230c0c0d" stroke-opacity=".8" stroke-width="1.5"/>%0A</svg>%0A');--internal-revert-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g transform="translate(0.000000, 2.000000)" fill="rgba(12, 12, 13, .8)" fill-rule="nonzero">%0A    <path d="M11.1999997,7 C10.7581719,7 10.3999997,6.66434202 10.3999997,6.25028692 C10.4012388,4.47423183 9.96105957,2.41644287 7.60870361,1.75811768 C5.25634766,1.09979248 3.52069092,2.5 2.78090443,4.50602423 L4.81441042,4.50602423 C5.25623821,4.50602423 5.6144104,4.8416822 5.6144104,5.2557373 C5.6144104,5.6697924 5.25623821,6 4.81441042,6 L0.811210539,6 C0.369382752,6 0,5.6697924 0,5.2557373 L0,1.50717191 C0,1.09311681 0.369382752,0.757458836 0.811210539,0.757458836 C1.25303833,0.757458836 1.61121052,1.09311681 1.61121052,1.50717191 L1.61121052,3.3004856 C2.53070068,1.09130859 5.28404654,-0.566101074 8.1293335,0.304748535 C10.9746205,1.17559814 11.9989328,3.40267358 12,6.25028692 C12,6.66434202 11.6418275,7 11.1999997,7 Z"></path>%0A  </g>%0A</svg>%0A');--internal-full-view-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A <path d="m1 2v8.0124c0 0.50319 0.50439 0.98758 0.98758 0.98758h7.9752c0.52853 0 1.0373-0.47685 1.0373-0.98758v-8c0-0.53457-0.48433-1.0124-0.98758-1.0124h-8.0248c-0.54378 0-0.98758 0.48961-0.98758 1zm9 8h-8v-8h8z" fill="%230c0c0d" fill-opacity=".8"/>%0A <path d="m4 7h1v1c0 1 0.5 1 1 1s1 0 1-1v-1h1c1 0 1-0.5 1-1s0-1-1-1h-1v-1c0-1-0.5-1-1-1s-1 0-1 1v1h-1c-1 0-1 0.5-1 1s0 1 1 1z" fill="%230c0c0d" fill-opacity=".8"/>%0A</svg>%0A');--internal-upload-foreground-color: var(--grey-50);--internal-upload-border-color: rgb(0 0 0 / .05);--internal-upload-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <path%0A    d="M2.82536496,4.3002101 L2.73255082,4.72363915 L2.31932038,4.8545866 C1.39257067,5.14826175 0.75,6.01210962 0.75,7 C0.75,8.24264069 1.75735931,9.25 3,9.25 L9.5,9.25 C10.4664983,9.25 11.25,8.46649831 11.25,7.5 C11.25,6.66399038 10.6589245,5.94895398 9.85058754,5.78497571 L9.24215446,5.66154972 L9.2497507,5.0407703 C9.24995835,5.02040899 9.24995835,5.02040899 9.25,5 C9.25,3.20507456 7.79492544,1.75 6,1.75 C4.46584561,1.75 3.14943679,2.82175618 2.82536496,4.3002101 Z"%0A    stroke="rgba(12, 12, 13, .8)"%0A    stroke-width="1.5"%0A    fill="none"%0A    fill-rule="evenodd">%0A  </path>%0A</svg>%0A');position:relative;display:flex;height:100%;align-items:center;padding:0 12px;border:0;margin:0;background:none;white-space:nowrap;color:inherit!important;font-size:inherit;cursor:default;text-decoration:none}.menuButtonsButton:hover{background-color:var(--internal-hover-background-color)}:root.dark-mode{.menuButtonsButton{--internal-hover-background-color: rgb(255 255 255 / .1);--internal-active-background-color: rgb(255 255 255 / .2);--internal-open-in-new-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg%0A   xmlns="http://www.w3.org/2000/svg"%0A   viewBox="0 0 12 12"%0A   height="12"%0A   width="12">%0A  <path%0A     d="M 3.8590613,1.0001427 H 3.144796 A 2.142796,2.142796 0 0 0 1.002,3.1429387 V 8.857061 a 2.142796,2.142796 0 0 0 2.142796,2.142796 H 8.858919 A 2.142796,2.142796 0 0 0 11.001715,8.857061 V 8.142796 a 0.7142655,0.7142655 0 0 0 -1.428531,0 V 8.857061 A 0.71426533,0.71426533 0 0 1 8.858919,9.571327 H 3.144796 A 0.71426533,0.71426533 0 0 1 2.4305307,8.857061 V 3.1429387 A 0.71426533,0.71426533 0 0 1 3.144796,2.4286734 h 0.7142653 a 0.71426535,0.71426535 0 1 0 0,-1.4285307 z"%0A     fill="rgba(237, 237, 240, .8)" />%0A  <path%0A     d="M 10.955287,1.4415587 A 0.71426533,0.71426533 0 0 0 10.29602,1.0001427 H 6.7246938 a 0.71426535,0.71426535 0 1 0 0,1.4285307 H 8.571784 L 6.2197082,4.7807491 A 0.71441004,0.71441004 0 1 0 7.2303936,5.7907203 L 9.582469,3.4386445 v 1.8470902 a 0.7142655,0.7142655 0 1 0 1.428531,0 V 1.714408 A 0.71426533,0.71426533 0 0 0 10.956,1.4415587 Z"%0A     fill="rgba(237, 237, 240, .8)" />%0A</svg>%0A');--internal-info-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" version="1.1" viewBox="0 0 12 12" xmlns="http://www.w3.org/2000/svg">%0A <rect x="5" y="5" width="2" height="4" ry="1" fill="%23ededf0" fill-opacity=".8"/>%0A <rect x="5" y="3" width="2" height="1" ry="0.5" fill="%23ededf0" fill-opacity=".8"/>%0A <ellipse cx="6" cy="6" rx="5.25" ry="5.25" fill="none" stroke="%23ededf0" stroke-opacity=".8" stroke-width="1.5"/>%0A</svg>%0A');--internal-revert-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g transform="translate(0.000000, 2.000000)" fill="rgba(237, 237, 240, .8)" fill-rule="nonzero">%0A    <path d="M11.1999997,7 C10.7581719,7 10.3999997,6.66434202 10.3999997,6.25028692 C10.4012388,4.47423183 9.96105957,2.41644287 7.60870361,1.75811768 C5.25634766,1.09979248 3.52069092,2.5 2.78090443,4.50602423 L4.81441042,4.50602423 C5.25623821,4.50602423 5.6144104,4.8416822 5.6144104,5.2557373 C5.6144104,5.6697924 5.25623821,6 4.81441042,6 L0.811210539,6 C0.369382752,6 0,5.6697924 0,5.2557373 L0,1.50717191 C0,1.09311681 0.369382752,0.757458836 0.811210539,0.757458836 C1.25303833,0.757458836 1.61121052,1.09311681 1.61121052,1.50717191 L1.61121052,3.3004856 C2.53070068,1.09130859 5.28404654,-0.566101074 8.1293335,0.304748535 C10.9746205,1.17559814 11.9989328,3.40267358 12,6.25028692 C12,6.66434202 11.6418275,7 11.1999997,7 Z"></path>%0A  </g>%0A</svg>%0A');--internal-full-view-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A <path d="m1 2v8.0124c0 0.50319 0.50439 0.98758 0.98758 0.98758h7.9752c0.52853 0 1.0373-0.47685 1.0373-0.98758v-8c0-0.53457-0.48433-1.0124-0.98758-1.0124h-8.0248c-0.54378 0-0.98758 0.48961-0.98758 1zm9 8h-8v-8h8z" fill="%23ededf0" fill-opacity=".8"/>%0A <path d="m4 7h1v1c0 1 0.5 1 1 1s1 0 1-1v-1h1c1 0 1-0.5 1-1s0-1-1-1h-1v-1c0-1-0.5-1-1-1s-1 0-1 1v1h-1c-1 0-1 0.5-1 1s0 1 1 1z" fill="%23ededf0" fill-opacity=".8"/>%0A</svg>%0A');--internal-upload-foreground-color: var(--grey-50);--internal-upload-border-color: rgb(255 255 255 / .05);--internal-upload-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <path%0A    d="M2.82536496,4.3002101 L2.73255082,4.72363915 L2.31932038,4.8545866 C1.39257067,5.14826175 0.75,6.01210962 0.75,7 C0.75,8.24264069 1.75735931,9.25 3,9.25 L9.5,9.25 C10.4664983,9.25 11.25,8.46649831 11.25,7.5 C11.25,6.66399038 10.6589245,5.94895398 9.85058754,5.78497571 L9.24215446,5.66154972 L9.2497507,5.0407703 C9.24995835,5.02040899 9.24995835,5.02040899 9.25,5 C9.25,3.20507456 7.79492544,1.75 6,1.75 C4.46584561,1.75 3.14943679,2.82175618 2.82536496,4.3002101 Z"%0A    stroke="rgba(237, 237, 240, .8)"%0A    stroke-width="1.5"%0A    fill="none"%0A    fill-rule="evenodd">%0A  </path>%0A</svg>%0A')}}.buttonWithPanel.open>.menuButtonsButton,.menuButtonsButton:hover:active{background-color:var(--internal-active-background-color)}.menuButtonsButton-hasIcon:before{width:12px;height:12px;padding-right:4px;background:no-repeat left/12px;content:""}.menuButtonsButton-hasRightBorder,.menuButtonsButton-hasLeftBorder{position:relative}.menuButtonsButton-hasRightBorder:after,.menuButtonsButton-hasLeftBorder:after{position:absolute;top:4px;width:1px;height:calc(100% - 8px);background:var(--base-border-color);content:""}.menuButtonsButton-hasLeftBorder:after{left:0}.menuButtonsButton-hasRightBorder:after{right:0}.open-in-new{width:12px;height:12px;padding-left:4px;background:var(--internal-open-in-new-icon) no-repeat right / 12px}.menuButtonsMetaInfoButtonButton:before{background-image:var(--internal-info-icon)}.menuButtonsRevertButton:before{background-image:var(--internal-revert-icon)}.menuButtonsRevertToFullView:before{background-image:var(--internal-full-view-icon)}.profileInfoUploadedActions{padding:8px 0 8px 40px;border-bottom:1px solid var(--internal-upload-border-color);font-size:13px}.profileInfoUploadedLabel{padding-right:8px;color:var(--internal-upload-foreground-color)}.profileInfoUploadedDate{position:relative;display:flex;align-items:center;margin:8px 0}.profileInfoUploadedDate:before{position:absolute;left:-40px;display:block;width:32px;height:32px;background:var(--internal-upload-icon) no-repeat left / 32px;content:"";opacity:.5}.profileInfoUploadedActionsButtons{display:flex;justify-content:flex-end;margin-top:8px;gap:8px}.arrowPanelAnchor{position:absolute;z-index:var(--z-arrow-panel);top:75%;left:50%}.arrowPanel{--internal-offset-from-right: var(--offset-from-right, 60px);--internal-offset-from-top: 15px;--internal-width: var(--width, initial);--internal-button-height: 30px;--internal-background-color: hsl(0deg 0% 97%);--internal-border-color: rgb(0 0 0 / .25);--internal-shadow-color: rgb(0 0 0 / .35);position:absolute;top:var(--internal-offset-from-top);right:calc(var(--internal-offset-from-right) * -1);min-width:var(--internal-width);border:.5px solid var(--internal-border-color);border-radius:5px;background:var(--internal-background-color);background-clip:padding-box;box-shadow:0 8px 12px var(--internal-shadow-color);color:var(--base-foreground-color);line-height:1.3;text-align:left;transform-origin:calc(100% - var(--internal-offset-from-right)) calc(var(--internal-offset-from-top) * -1)}.arrowPanel:not(.open){opacity:0;pointer-events:none;transition:opacity .2s ease-out,visibility 0s .2s;visibility:hidden}:root.dark-mode{.arrowPanel{--internal-background-color: var(--menu-background-color);--internal-border-color: var(--grey-60);--internal-shadow-color: rgb(0 0 0 / .4)}}.arrowPanel.open{animation:arrowPanelAppear .2s cubic-bezier(.07,.95,0,1)}@media(prefers-reduced-motion){.arrowPanel.open{animation:none;opacity:1}}@keyframes arrowPanelAppear{0%{opacity:0;transform:translateY(-25px)}to{opacity:1;transform:none}}.arrowPanelArrow{position:absolute;top:calc(var(--internal-offset-from-top) * -1);right:0;left:0;overflow:hidden;height:var(--internal-offset-from-top)}.arrowPanelArrow:before{position:absolute;top:0;left:calc(100% - var(--internal-offset-from-right));display:block;width:calc(1.42 * var(--internal-offset-from-top));height:calc(1.42 * var(--internal-offset-from-top));border:.5px solid var(--internal-border-color);background:var(--internal-background-color);background-clip:padding-box;content:"";transform:rotate(45deg);transform-origin:top left}.arrowPanelContent{overflow:auto;max-height:calc(100vh - var(--internal-approx-distance-from-top) - var(--internal-button-height) - var(--internal-approx-distance-to-bottom));padding:16px;--internal-approx-distance-from-top: 60px;--internal-approx-distance-to-bottom: 100px}.buttonWithPanel{position:relative;display:flex;flex-flow:column nowrap;align-items:stretch}.metaInfoGrid{--internal-label-foreground-color: var(--grey-50);display:grid;margin-bottom:20px;grid-template-columns:repeat(4,1fr)}:root.dark-mode{.metaInfoGrid{--internal-label-foreground-color: var(--grey-40)}}.metaInfoGrid>div{margin:2px 0}.metaInfoGrid>div:nth-child(-n+4){display:block;font-weight:500}.metaInfoGrid>div:nth-child(4n+1){color:var(--internal-label-foreground-color);font-weight:500}.metaInfoGrid>div:not(:nth-child(4n+1)){text-align:right}.metaInfoValueRight{display:inline-block;width:calc(100% - 140px);text-align:right}.metaInfoPanel{--internal-label-foreground-color: var(--grey-50);--internal-subtitle-border-color: rgb(0 0 0 / .05);width:350px;color:var(--menu-foreground-color);font-size:12px;line-height:20px}.metaInfoPanel,.metaInfoPanel .arrowPanelArrow:before{background-color:var(--menu-background-color)}:root.dark-mode{.metaInfoPanel{--internal-label-foreground-color: var(--grey-40);--internal-subtitle-border-color: rgb(237 237 240 / .05)}}.metaInfoSection{margin-top:7px;margin-bottom:12px}.metaInfoLabel,.metaInfoWideLabel{display:inline-block;width:120px;color:var(--internal-label-foreground-color)}.metaInfoLargeContent{overflow:scroll;max-height:100px;overflow-wrap:anywhere}.metaInfoWideLabel{width:140px}.visualMetricsLabel{display:inline-block;width:145px;color:var(--internal-label-foreground-color)}.metaInfoList{padding:0;margin:-19px 0 0 122px;list-style:circle inside}.metaInfoListRow+.metaInfoListRow{margin-top:7px}.metaInfoSubTitle{padding-top:4px;padding-bottom:4px;border-bottom:1px solid var(--internal-subtitle-border-color);margin:0;font-size:1.2em;font-weight:700}.moreInfoSummary{display:flex;align-items:center;justify-content:center;margin-top:24px;-webkit-user-select:none;user-select:none}.moreInfoSummary::marker{content:""}.moreInfoPart{margin-top:15px}.moreInfoValue{overflow-x:scroll}.menuButtonsShareButtonButton{--internal-share-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g transform="translate(1.000000, 0.000000)" fill="rgba(12, 12, 13, .8)" fill-rule="nonzero">%0A    <path d="M8.55146332,3.2205 L5.55146332,0.2205 C5.48126552,0.150583611 5.3979106,0.0952685711 5.30621332,0.05775 C5.24656653,0.037424408 5.1845621,0.0248218816 5.12171332,0.02025 C5.08875039,0.0110647866 5.05516123,0.00429682043 5.02121332,0 C4.98726542,0.00429682043 4.95367625,0.0110647866 4.92071332,0.02025 C4.85786455,0.0248218816 4.79586012,0.037424408 4.73621332,0.05775 C4.64360119,0.0964284695 4.55969418,0.153301612 4.48946332,0.225 L1.48946332,3.225 C1.22507669,3.52241284 1.23899562,3.97453744 1.5211763,4.25512388 C1.80335699,4.53571032 2.25555318,4.54706743 2.55146332,4.281 L4.27121332,2.56125 L4.27121332,8.25 C4.27121332,8.66421356 4.60699976,9 5.02121332,9 C5.43542689,9 5.77121332,8.66421356 5.77121332,8.25 L5.77121332,2.56125 L7.49096332,4.281 C7.78524749,4.56522916 8.25302691,4.56116428 8.54232726,4.27186393 C8.8316276,3.98256358 8.83569248,3.51478417 8.55146332,3.2205 Z"></path>%0A    <path d="M9.25,6.75 C8.83578644,6.75 8.5,7.08578644 8.5,7.5 L8.5,9.75 C8.5,10.1642136 8.16421356,10.5 7.75,10.5 L2.25,10.5 C1.83578644,10.5 1.5,10.1642136 1.5,9.75 L1.5,7.5 C1.5,7.08578644 1.16421356,6.75 0.75,6.75 C0.335786438,6.75 0,7.08578644 0,7.5 L0,9.75 C0,10.9926407 1.00735931,12 2.25,12 L7.75,12 C8.99264069,12 10,10.9926407 10,9.75 L10,7.5 C10,7.08578644 9.66421356,6.75 9.25,6.75 Z"></path>%0A  </g>%0A</svg>%0A');--internal-uploading-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A<style>%0A@keyframes sharing {%0A  15%, 29% {%0A    transform: translateY(-120%) scale(.8);%0A    opacity: 0.7;%0A  }%0A  30% {%0A    transform: initial;%0A    opacity: 0;%0A  }%0A  40% {%0A    opacity: initial;%0A  }%0A}%0A.arrow {%0A  animation: 1s infinite ease-out sharing;%0A}%0A<\/style>%0A  <g transform="translate(1.000000, 0.000000)" fill="rgba(12, 12, 13, .8)" fill-rule="nonzero">%0A    <path class="arrow" d="M8.55146332,3.2205 L5.55146332,0.2205 C5.48126552,0.150583611 5.3979106,0.0952685711 5.30621332,0.05775 C5.24656653,0.037424408 5.1845621,0.0248218816 5.12171332,0.02025 C5.08875039,0.0110647866 5.05516123,0.00429682043 5.02121332,0 C4.98726542,0.00429682043 4.95367625,0.0110647866 4.92071332,0.02025 C4.85786455,0.0248218816 4.79586012,0.037424408 4.73621332,0.05775 C4.64360119,0.0964284695 4.55969418,0.153301612 4.48946332,0.225 L1.48946332,3.225 C1.22507669,3.52241284 1.23899562,3.97453744 1.5211763,4.25512388 C1.80335699,4.53571032 2.25555318,4.54706743 2.55146332,4.281 L4.27121332,2.56125 L4.27121332,8.25 C4.27121332,8.66421356 4.60699976,9 5.02121332,9 C5.43542689,9 5.77121332,8.66421356 5.77121332,8.25 L5.77121332,2.56125 L7.49096332,4.281 C7.78524749,4.56522916 8.25302691,4.56116428 8.54232726,4.27186393 C8.8316276,3.98256358 8.83569248,3.51478417 8.55146332,3.2205 Z"></path>%0A    <path class="base" d="M9.25,6.75 C8.83578644,6.75 8.5,7.08578644 8.5,7.5 L8.5,9.75 C8.5,10.1642136 8.16421356,10.5 7.75,10.5 L2.25,10.5 C1.83578644,10.5 1.5,10.1642136 1.5,9.75 L1.5,7.5 C1.5,7.08578644 1.16421356,6.75 0.75,6.75 C0.335786438,6.75 0,7.08578644 0,7.5 L0,9.75 C0,10.9926407 1.00735931,12 2.25,12 L7.75,12 C8.99264069,12 10,10.9926407 10,9.75 L10,7.5 C10,7.08578644 9.66421356,6.75 9.25,6.75 Z"></path>%0A  </g>%0A</svg>%0A')}.menuButtonsShareButtonButton:before{background-image:var(--internal-share-icon)}.menuButtonsShareButtonButton-uploading:before{background-image:var(--internal-uploading-icon)}.menuButtonsShareButtonError{--internal-error-foreground-color: white;--internal-error-background-color: var(--red-60);--internal-error-hover-background-color: var(--red-70);--internal-error-active-background-color: var(--red-80);--internal-error-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="%23fff">%0A  <path fill-rule="evenodd" d="M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0zM5.75 8a.75.75 0 0 0-.75.75v.5c0 .41.34.75.75.75h.5c.41 0 .75-.34.75-.75v-.5A.75.75 0 0 0 6.25 8h-.5zM5 6c0 .54.46 1 1 1s1-.46 1-1V3.15c0-.54-.46-1-1-1s-1 .46-1 1V6z"/>%0A</svg>%0A');background-color:var(--internal-error-background-color);color:var(--internal-error-foreground-color)}.menuButtonsShareButtonError:hover{background-color:var(--internal-error-hover-background-color)}.buttonWithPanel.open>.menuButtonsShareButtonError,.menuButtonsShareButtonError:hover:active{background-color:var(--internal-error-active-background-color)}.menuButtonsShareButtonError:before{background-image:var(--internal-error-icon)}.publishPanelPanel{--width: 510px;--internal-info-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="44px" height="44px" viewBox="0 0 44 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.8">%0A   <g fill="%230C0C0D">%0A     <path d="M22,39.6 C31.7202116,39.6 39.6,31.7202116 39.6,22 C39.6,12.2797884 31.7202116,4.4 22,4.4 C12.2797884,4.4 4.4,12.2797884 4.4,22 C4.4,31.7202116 12.2797884,39.6 22,39.6 Z M22,44 C34.1506,44 44,34.1506 44,22 C44,9.8494 34.1506,0 22,0 C9.8494,0 0,9.8494 0,22 C0,34.1506 9.8494,44 22,44 Z M24.2,13.2 C24.2,14.4150264 23.2150264,15.4 22,15.4 C20.7849736,15.4 19.8,14.4150264 19.8,13.2 C19.8,11.9849736 20.7849736,11 22,11 C23.2150264,11 24.2,11.9849736 24.2,13.2 Z M22,19.8 C20.7849736,19.8 19.8,20.7849736 19.8,22 L19.8,30.8 C19.8,32.0150264 20.7849736,33 22,33 C23.2150264,33 24.2,32.0150264 24.2,30.8 L24.2,22 C24.2,20.7849736 23.2150264,19.8 22,19.8 Z" id="Shape"></path>%0A   </g>%0A </g>%0A</svg>%0A');--internal-button-disabled-hover-background-color: var(--grey-90-a10);--internal-upload-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <g fill="%23FFFFFF">%0A      <path d="M15.707,4.293 L11.707,0.293 C11.3146211,-0.0859722095 10.6909152,-0.0805523739 10.3051814,0.305181425 C9.91944763,0.690915223 9.91402779,1.31462111 10.293,1.707 L12.585,4 L11,4 C7.13583434,4.00440864 4.00440864,7.13583434 4,11 C4.00000001,11.5522847 4.44771526,12 5,12 C5.55228474,12 5.99999999,11.5522847 6,11 C6.00330612,8.23994685 8.23994685,6.00330612 11,6 L12.585,6 L10.292,8.293 C10.0320434,8.54407447 9.9277874,8.91587789 10.0193028,9.26550732 C10.1108183,9.61513676 10.3838632,9.88818172 10.7334927,9.97969716 C11.0831221,10.0712126 11.4549255,9.96695658 11.706,9.707 L15.706,5.707 C16.0966582,5.31677629 16.0971059,4.68377588 15.707,4.293 Z"></path>%0A      <path d="M13,11 C12.4477153,11 12,11.4477153 12,12 L12,13 C12,13.5522847 11.5522847,14 11,14 L3,14 C2.44771525,14 2,13.5522847 2,13 L2,6 C2,5.44771525 2.44771525,5 3,5 L4,5 C4.55228475,5 5,4.55228475 5,4 C5,3.44771525 4.55228475,3 4,3 L3,3 C1.34314575,3 2.02906125e-16,4.34314575 0,6 L0,13 C2.02906125e-16,14.6568542 1.34314575,16 3,16 L11,16 C12.6568542,16 14,14.6568542 14,13 L14,12 C14,11.4477153 13.5522847,11 13,11 Z"></path>%0A    </g>%0A  </g>%0A</svg>%0A');--internal-download-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A%0A<svg width="14px" height="20px" viewBox="0 0 14 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <g transform="translate(-15, -9)" fill="%23000">%0A      <g transform="translate(15, 9)">%0A        <path d="M8,1 C8,0.44771525 7.55228475,0 7,0 C6.44771525,0 6,0.44771525 6,1 L6,12.586 L1.707,8.293 C1.31462111,7.91402779 0.690915223,7.91944763 0.305181425,8.30518142 C-0.0805523739,8.69091522 -0.0859722095,9.31462111 0.293,9.707 L6.293,15.707 C6.68349985,16.0973819 7.31650015,16.0973819 7.707,15.707 L13.707,9.707 C14.0859722,9.31462111 14.0805524,8.69091522 13.6948186,8.30518142 C13.3090848,7.91944763 12.6853789,7.91402779 12.293,8.293 L8,12.586 L8,1 Z M0,19 C0,18.4477153 0.44771525,18 1,18 L13,18 C13.5522847,18 14,18.4477153 14,19 C14,19.5522847 13.5522847,20 13,20 L1,20 C0.44771525,20 0,19.5522847 0,19 Z"></path>%0A      </g>%0A    </g>%0A  </g>%0A</svg>%0A');--internal-upload-percentage-foreground-color: var(--blue-60);--internal-upload-bar-background-color: var(--grey-40);--internal-upload-bar-inner-background-color: var(--blue-50)}:root.dark-mode{.menuButtonsShareButtonButton{--internal-share-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g transform="translate(1.000000, 0.000000)" fill="rgba(237, 237, 240, .8)" fill-rule="nonzero">%0A    <path d="M8.55146332,3.2205 L5.55146332,0.2205 C5.48126552,0.150583611 5.3979106,0.0952685711 5.30621332,0.05775 C5.24656653,0.037424408 5.1845621,0.0248218816 5.12171332,0.02025 C5.08875039,0.0110647866 5.05516123,0.00429682043 5.02121332,0 C4.98726542,0.00429682043 4.95367625,0.0110647866 4.92071332,0.02025 C4.85786455,0.0248218816 4.79586012,0.037424408 4.73621332,0.05775 C4.64360119,0.0964284695 4.55969418,0.153301612 4.48946332,0.225 L1.48946332,3.225 C1.22507669,3.52241284 1.23899562,3.97453744 1.5211763,4.25512388 C1.80335699,4.53571032 2.25555318,4.54706743 2.55146332,4.281 L4.27121332,2.56125 L4.27121332,8.25 C4.27121332,8.66421356 4.60699976,9 5.02121332,9 C5.43542689,9 5.77121332,8.66421356 5.77121332,8.25 L5.77121332,2.56125 L7.49096332,4.281 C7.78524749,4.56522916 8.25302691,4.56116428 8.54232726,4.27186393 C8.8316276,3.98256358 8.83569248,3.51478417 8.55146332,3.2205 Z"></path>%0A    <path d="M9.25,6.75 C8.83578644,6.75 8.5,7.08578644 8.5,7.5 L8.5,9.75 C8.5,10.1642136 8.16421356,10.5 7.75,10.5 L2.25,10.5 C1.83578644,10.5 1.5,10.1642136 1.5,9.75 L1.5,7.5 C1.5,7.08578644 1.16421356,6.75 0.75,6.75 C0.335786438,6.75 0,7.08578644 0,7.5 L0,9.75 C0,10.9926407 1.00735931,12 2.25,12 L7.75,12 C8.99264069,12 10,10.9926407 10,9.75 L10,7.5 C10,7.08578644 9.66421356,6.75 9.25,6.75 Z"></path>%0A  </g>%0A</svg>%0A');--internal-uploading-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A<style>%0A@keyframes sharing {%0A  15%, 29% {%0A    transform: translateY(-120%) scale(.8);%0A    opacity: 0.7;%0A  }%0A  30% {%0A    transform: initial;%0A    opacity: 0;%0A  }%0A  40% {%0A    opacity: initial;%0A  }%0A}%0A.arrow {%0A  animation: 1s infinite ease-out sharing;%0A}%0A<\/style>%0A  <g transform="translate(1.000000, 0.000000)" fill="rgba(12, 12, 13, .8)" fill-rule="nonzero">%0A    <path class="arrow" d="M8.55146332,3.2205 L5.55146332,0.2205 C5.48126552,0.150583611 5.3979106,0.0952685711 5.30621332,0.05775 C5.24656653,0.037424408 5.1845621,0.0248218816 5.12171332,0.02025 C5.08875039,0.0110647866 5.05516123,0.00429682043 5.02121332,0 C4.98726542,0.00429682043 4.95367625,0.0110647866 4.92071332,0.02025 C4.85786455,0.0248218816 4.79586012,0.037424408 4.73621332,0.05775 C4.64360119,0.0964284695 4.55969418,0.153301612 4.48946332,0.225 L1.48946332,3.225 C1.22507669,3.52241284 1.23899562,3.97453744 1.5211763,4.25512388 C1.80335699,4.53571032 2.25555318,4.54706743 2.55146332,4.281 L4.27121332,2.56125 L4.27121332,8.25 C4.27121332,8.66421356 4.60699976,9 5.02121332,9 C5.43542689,9 5.77121332,8.66421356 5.77121332,8.25 L5.77121332,2.56125 L7.49096332,4.281 C7.78524749,4.56522916 8.25302691,4.56116428 8.54232726,4.27186393 C8.8316276,3.98256358 8.83569248,3.51478417 8.55146332,3.2205 Z"></path>%0A    <path class="base" d="M9.25,6.75 C8.83578644,6.75 8.5,7.08578644 8.5,7.5 L8.5,9.75 C8.5,10.1642136 8.16421356,10.5 7.75,10.5 L2.25,10.5 C1.83578644,10.5 1.5,10.1642136 1.5,9.75 L1.5,7.5 C1.5,7.08578644 1.16421356,6.75 0.75,6.75 C0.335786438,6.75 0,7.08578644 0,7.5 L0,9.75 C0,10.9926407 1.00735931,12 2.25,12 L7.75,12 C8.99264069,12 10,10.9926407 10,9.75 L10,7.5 C10,7.08578644 9.66421356,6.75 9.25,6.75 Z"></path>%0A  </g>%0A</svg>%0A')}.menuButtonsShareButtonError{--internal-error-foreground-color: var(--grey-20)}.publishPanelPanel{--internal-info-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="44px" height="44px" viewBox="0 0 44 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.8">%0A   <g fill="%23ededf0">%0A     <path d="M22,39.6 C31.7202116,39.6 39.6,31.7202116 39.6,22 C39.6,12.2797884 31.7202116,4.4 22,4.4 C12.2797884,4.4 4.4,12.2797884 4.4,22 C4.4,31.7202116 12.2797884,39.6 22,39.6 Z M22,44 C34.1506,44 44,34.1506 44,22 C44,9.8494 34.1506,0 22,0 C9.8494,0 0,9.8494 0,22 C0,34.1506 9.8494,44 22,44 Z M24.2,13.2 C24.2,14.4150264 23.2150264,15.4 22,15.4 C20.7849736,15.4 19.8,14.4150264 19.8,13.2 C19.8,11.9849736 20.7849736,11 22,11 C23.2150264,11 24.2,11.9849736 24.2,13.2 Z M22,19.8 C20.7849736,19.8 19.8,20.7849736 19.8,22 L19.8,30.8 C19.8,32.0150264 20.7849736,33 22,33 C23.2150264,33 24.2,32.0150264 24.2,30.8 L24.2,22 C24.2,20.7849736 23.2150264,19.8 22,19.8 Z" id="Shape"></path>%0A   </g>%0A </g>%0A</svg>%0A');--internal-button-disabled-hover-background-color: var(--grey-10-a10);--internal-download-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A%0A<svg width="14px" height="20px" viewBox="0 0 14 20" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">%0A    <g transform="translate(-15, -9)" fill="%23ededf0">%0A      <g transform="translate(15, 9)">%0A        <path d="M8,1 C8,0.44771525 7.55228475,0 7,0 C6.44771525,0 6,0.44771525 6,1 L6,12.586 L1.707,8.293 C1.31462111,7.91402779 0.690915223,7.91944763 0.305181425,8.30518142 C-0.0805523739,8.69091522 -0.0859722095,9.31462111 0.293,9.707 L6.293,15.707 C6.68349985,16.0973819 7.31650015,16.0973819 7.707,15.707 L13.707,9.707 C14.0859722,9.31462111 14.0805524,8.69091522 13.6948186,8.30518142 C13.3090848,7.91944763 12.6853789,7.91402779 12.293,8.293 L8,12.586 L8,1 Z M0,19 C0,18.4477153 0.44771525,18 1,18 L13,18 C13.5522847,18 14,18.4477153 14,19 C14,19.5522847 13.5522847,20 13,20 L1,20 C0.44771525,20 0,19.5522847 0,19 Z"></path>%0A      </g>%0A    </g>%0A  </g>%0A</svg>%0A');--internal-upload-percentage-foreground-color: var(--blue-60);--internal-upload-bar-background-color: var(--grey-40);--internal-upload-bar-inner-background-color: var(--blue-50)}}.publishPanelContent{position:relative;padding-left:70px}.publishPanelTitle{padding-left:60px;margin:0 0 0 -60px;background:var(--internal-info-icon) left center no-repeat;line-height:44px}.publishPanelInfoDescription{flex:1;margin-bottom:1em;line-height:1.5}.publishPanelDataChoices{margin-left:10px}.publishPanelDataChoicesLabel{display:flex;margin:4px 0}.publishPanelDataChoicesIndicator{margin-left:8px}.publishPanelButtons{display:flex;justify-content:right;margin-top:20px}.publishPanelButton{display:inline-flex;min-width:132px;box-sizing:content-box;align-items:center;justify-content:center;margin:0 8px;cursor:default;text-align:center;text-decoration:none}.publishPanelButtonDisabled{opacity:.6}.publishPanelButtonDisabled:hover,.publishPanelButtonDisabled:active:hover{background-color:var(--internal-button-disabled-hover-background-color)}.publishPanelButtonsSvg{position:relative;top:4px;display:inline-block;margin-top:-6px;margin-right:5px}.publishPanelButtonsSvgUpload{width:20px;height:20px;background:var(--internal-upload-icon) center center no-repeat}.publishPanelButtonsSvgDownload{width:20px;height:20px;background:var(--internal-download-icon) center center no-repeat}.menuButtonsDownloadSize{display:inline-block;margin:0 4px;font-size:11px}.publishPanelUpload{position:relative;padding:10px 0}.publishPanelUploadTop{margin:10px}.publishPanelUploadPercentage{margin:10px 0;color:var(--internal-upload-percentage-foreground-color)}.publishPanelUploadBar{overflow:hidden;height:5px;border-radius:2px;background-color:var(--internal-upload-bar-background-color)}.publishPanelUploadBarInner{position:absolute;top:0;height:3px;border-radius:0 2px 2px 0;animation:animate-stripes 1s linear infinite;background-color:var(--internal-upload-bar-inner-background-color);background-image:linear-gradient(135deg,transparent 20%,rgb(255 255 255 / .4) 20%,rgb(255 255 255 / .4) 40%,transparent 40%,transparent 60%,rgb(255 255 255 / .4) 60%,rgb(255 255 255 / .4) 80%,transparent 80%);background-size:21px 20px,100% 100%,100% 100%}@keyframes animate-stripes{to{background-position:-21px 0}}.publishPanelError{margin:10px 0}@media(prefers-reduced-motion){.publishPanelUploadBarInner{animation:none}}.menuButtonsPermalinkButtonButton{--internal-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g fill="rgba(12, 12, 13, .8)" fill-rule="nonzero">%0A    <path d="M6.00026517,2.46439017 C6.41447873,2.46439017 6.75026517,2.8001766 6.75026517,3.21439017 L6.75026517,8.78614017 C6.75026517,9.20035373 6.41447873,9.53614017 6.00026517,9.53614017 C5.5860516,9.53614017 5.25026517,9.20035373 5.25026517,8.78614017 L5.25026517,3.21439017 C5.25026517,2.8001766 5.5860516,2.46439017 6.00026517,2.46439017 Z" id="Rectangle" transform="translate(6.000265, 6.000265) rotate(-45.000000) translate(-6.000265, -6.000265) "></path>%0A    <path d="M1.7655,3.3915 L3.36375,1.7925 C3.43419143,1.72127641 3.53020117,1.681197 3.630375,1.681197 C3.73054883,1.681197 3.82655857,1.72127641 3.897,1.7925 L6.2895,4.185 L6.3,4.17375 C6.8820826,3.5886064 6.8820826,2.6431436 6.3,2.058 L4.704,0.462 C4.1188564,-0.120082601 3.1733936,-0.120082601 2.58825,0.462 L0.462,2.58825 C-0.120082601,3.1733936 -0.120082601,4.1188564 0.462,4.704 L2.058,6.3 C2.63599902,6.87871134 3.57179308,6.88539558 4.158,6.315 L1.7655,3.9255 C1.69404449,3.85503006 1.6538173,3.75885887 1.6538173,3.6585 C1.6538173,3.55814113 1.69404449,3.46196994 1.7655,3.3915 Z M11.562,7.31925 L9.96525,5.7225 C9.3801064,5.1404174 8.4346436,5.1404174 7.8495,5.7225 L7.83825,5.73375 L10.23,8.1255 C10.3012236,8.19594143 10.341303,8.29195117 10.341303,8.392125 C10.341303,8.49229883 10.3012236,8.58830857 10.23,8.65875 L8.631,10.25775 C8.56055857,10.3289736 8.46454883,10.369053 8.364375,10.369053 C8.26420117,10.369053 8.16819143,10.3289736 8.09775,10.25775 L5.7075,7.8675 C5.13710442,8.45370692 5.14378866,9.38950098 5.7225,9.9675 L7.3185,11.5635 C7.9036436,12.1455826 8.8491064,12.1455826 9.43425,11.5635 L11.5605,9.43725 C12.1444911,8.85225876 12.1451619,7.90506784 11.562,7.31925 L11.562,7.31925 Z"></path>%0A  </g>%0A</svg>%0A')}:root.dark-mode{.menuButtonsPermalinkButtonButton{--internal-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="UTF-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="12px" height="12px" viewBox="0 0 12 12" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g fill="rgba(237, 237, 240, .8)" fill-rule="nonzero">%0A    <path d="M6.00026517,2.46439017 C6.41447873,2.46439017 6.75026517,2.8001766 6.75026517,3.21439017 L6.75026517,8.78614017 C6.75026517,9.20035373 6.41447873,9.53614017 6.00026517,9.53614017 C5.5860516,9.53614017 5.25026517,9.20035373 5.25026517,8.78614017 L5.25026517,3.21439017 C5.25026517,2.8001766 5.5860516,2.46439017 6.00026517,2.46439017 Z" id="Rectangle" transform="translate(6.000265, 6.000265) rotate(-45.000000) translate(-6.000265, -6.000265) "></path>%0A    <path d="M1.7655,3.3915 L3.36375,1.7925 C3.43419143,1.72127641 3.53020117,1.681197 3.630375,1.681197 C3.73054883,1.681197 3.82655857,1.72127641 3.897,1.7925 L6.2895,4.185 L6.3,4.17375 C6.8820826,3.5886064 6.8820826,2.6431436 6.3,2.058 L4.704,0.462 C4.1188564,-0.120082601 3.1733936,-0.120082601 2.58825,0.462 L0.462,2.58825 C-0.120082601,3.1733936 -0.120082601,4.1188564 0.462,4.704 L2.058,6.3 C2.63599902,6.87871134 3.57179308,6.88539558 4.158,6.315 L1.7655,3.9255 C1.69404449,3.85503006 1.6538173,3.75885887 1.6538173,3.6585 C1.6538173,3.55814113 1.69404449,3.46196994 1.7655,3.3915 Z M11.562,7.31925 L9.96525,5.7225 C9.3801064,5.1404174 8.4346436,5.1404174 7.8495,5.7225 L7.83825,5.73375 L10.23,8.1255 C10.3012236,8.19594143 10.341303,8.29195117 10.341303,8.392125 C10.341303,8.49229883 10.3012236,8.58830857 10.23,8.65875 L8.631,10.25775 C8.56055857,10.3289736 8.46454883,10.369053 8.364375,10.369053 C8.26420117,10.369053 8.16819143,10.3289736 8.09775,10.25775 L5.7075,7.8675 C5.13710442,8.45370692 5.14378866,9.38950098 5.7225,9.9675 L7.3185,11.5635 C7.9036436,12.1455826 8.8491064,12.1455826 9.43425,11.5635 L11.5605,9.43725 C12.1444911,8.85225876 12.1451619,7.90506784 11.562,7.31925 L11.562,7.31925 Z"></path>%0A  </g>%0A</svg>%0A')}}.menuButtonsPermalinkButtonButton:before{background-image:var(--internal-icon)}.menuButtonsPermalinkPanel .arrowPanelContent{padding:4px}.menuButtonsPermalinkTextField{width:20em;height:19px;font-family:ui-monospace,monospace;font-size:12px}.profileDeleteButtonSuccess{--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M6 14a1 1 0 0 1-.707-.293l-3-3a1 1 0 0 1 1.414-1.414l2.157 2.157 6.316-9.023a1 1 0 0 1 1.639 1.146l-7 10a1 1 0 0 1-.732.427A.863.863 0 0 1 6 14z"></path></svg>');padding-left:20px;margin:0;background:var(--internal-icon) no-repeat left / 16px 16px;white-space:nowrap}:root.dark-mode{.profileDeleteButtonSuccess{--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(237, 237, 240, .8)" d="M6 14a1 1 0 0 1-.707-.293l-3-3a1 1 0 0 1 1.414-1.414l2.157 2.157 6.316-9.023a1 1 0 0 1 1.639 1.146l-7 10a1 1 0 0 1-.732.427A.863.863 0 0 1 6 14z"></path></svg>%0A')}}.profileDeleteButtonError{--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" fill="%23d70022">%0A  <path fill-rule="evenodd" d="M12 6A6 6 0 1 1 0 6a6 6 0 0 1 12 0zM5.75 8a.75.75 0 0 0-.75.75v.5c0 .41.34.75.75.75h.5c.41 0 .75-.34.75-.75v-.5A.75.75 0 0 0 6.25 8h-.5zM5 6c0 .54.46 1 1 1s1-.46 1-1V3.15c0-.54-.46-1-1-1s-1 .46-1 1V6z"/>%0A</svg>%0A');padding-left:24px;background:var(--internal-icon) no-repeat 0 4px / 16px 16px;color:var(--red-60);overflow-wrap:break-word}.profileDeletePanel{width:500px;max-width:80vw}.symbolicationStatusOverlay{--internal-background-color: var(--grey-20);position:fixed;top:-8px;right:30%;left:30%;overflow:hidden;height:20px;padding-top:8px;padding-right:10px;padding-left:10px;border-radius:0 0 5px 5px;background:var(--internal-background-color);box-shadow:0 0 0 .5px var(--base-shadow-color),0 2px 4px var(--base-shadow-color);line-height:20px;text-align:center;text-overflow:ellipsis;transition:transform .2s ease-in-out,opacity .2s ease-in-out;white-space:nowrap;will-change:opacity,transform}:root.dark-mode{.symbolicationStatusOverlay{--internal-background-color: var(--grey-80)}}.symbolicationStatusOverlay.hidden{opacity:0;transform:translateY(-30px)}.profileNameInput{--internal-foreground-color: var(--grey-60);height:17px;padding:0 6px;border:none;border-radius:1px;margin:4px;color:var(--internal-foreground-color);font:inherit;font-weight:700;line-height:17px}.profileNameButton{--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16"><path fill="%23000" d="M14.354 2.353l-.708-.707a2.007 2.007 0 0 0-2.828 0l-.379.379a.5.5 0 0 0 0 .707l2.829 2.829a.5.5 0 0 0 .707 0l.379-.379a2.008 2.008 0 0 0 0-2.829zM9.732 3.439a.5.5 0 0 0-.707 0L3.246 9.218a1.986 1.986 0 0 0-.452.712l-1.756 4.39A.5.5 0 0 0 1.5 15a.5.5 0 0 0 .188-.037l4.382-1.752a1.966 1.966 0 0 0 .716-.454l5.779-5.778a.5.5 0 0 0 0-.707zM5.161 12.5l-2.549 1.02a.1.1 0 0 1-.13-.13L3.5 10.831a.1.1 0 0 1 .16-.031l1.54 1.535a.1.1 0 0 1-.039.165z"></path></svg>%0A');overflow:hidden;min-width:80px;padding:0 9px;font-weight:700;margin-inline-end:5px;text-overflow:ellipsis;white-space:nowrap}:root.dark-mode{.profileNameInput{--internal-foreground-color: var(--base-foreground-color)}.profileNameButton{--internal-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 16 16"><path fill="%23ededf0" d="M14.354 2.353l-.708-.707a2.007 2.007 0 0 0-2.828 0l-.379.379a.5.5 0 0 0 0 .707l2.829 2.829a.5.5 0 0 0 .707 0l.379-.379a2.008 2.008 0 0 0 0-2.829zM9.732 3.439a.5.5 0 0 0-.707 0L3.246 9.218a1.986 1.986 0 0 0-.452.712l-1.756 4.39A.5.5 0 0 0 1.5 15a.5.5 0 0 0 .188-.037l4.382-1.752a1.966 1.966 0 0 0 .716-.454l5.779-5.778a.5.5 0 0 0 0-.707zM5.161 12.5l-2.549 1.02a.1.1 0 0 1-.13-.13L3.5 10.831a.1.1 0 0 1 .16-.031l1.54 1.535a.1.1 0 0 1-.039.165z"></path></svg>%0A')}}.profileNameButton:before{flex-shrink:0;background-image:var(--internal-icon)}.appKeyboardShortcuts{--internal-fade-color: #000a;--internal-fade-from-color: #0000;--internal-shadow-color: rgb(0 0 0 / .4);position:absolute;z-index:var(--z-keyboard-shortcuts);top:0;left:0;display:none;width:100vw;height:100vh;box-sizing:border-box;padding:20px;animation:appKeyboardShortcutsFadeIn .2s;background:var(--internal-fade-color)}.appKeyboardShortcuts.open{display:flex;align-items:center}.appKeyboardShortcutsBox{overflow:hidden;max-width:800px;max-height:calc(100% - 40px);border-radius:5px;margin:0 auto;animation:arrowPanelAppear .2s cubic-bezier(.07,.95,0,1);background:var(--base-background-color);filter:drop-shadow(0 0 .5px var(--internal-shadow-color)) drop-shadow(0 4px 5px var(--internal-shadow-color))}.appKeyboardShortcutsScroll{overflow-y:scroll}.appKeyboardShortcutsRow{display:flex;max-width:400px;margin:7px 0}.appKeyboardShortcutsLabel{flex:1;font-size:13px;padding-inline-end:25px}.appKeyboardShortcutsShortcut{--internal-background-color: rgb(222 222 227 / .79);--internal-shadow-color: rgb(0 0 0 / .27);display:inline-flex;align-items:center;padding:0 5px;border-radius:3px;background:var(--internal-background-color);box-shadow:1px 1px var(--internal-shadow-color);color:var(--base-foreground-color);margin-inline-start:6px}.appKeyboardShortcutsContent{display:grid;margin:40px;gap:80px;grid-template-columns:1fr 1fr}.appKeyboardShortcutsContent h2{margin:40px 0 10px}.appKeyboardShortcutsContent h2:first-child{margin-top:0}.appKeyboardShortcutsHeader{--internal-background-color: var(--grey-20);display:flex;border-bottom:1px solid var(--base-border-color);background:var(--internal-background-color);font-size:13px}.appKeyboardShortcutsHeaderTitle{flex:1;margin:10px}.appKeyboardShortcutsHeaderClose{--internal-cancel-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14">%0A  <style>%0A    circle {%0A      fill: %23808080;%0A    }%0A    %0A    line {%0A      stroke: %23fff;%0A      stroke-width: 1.5px;%0A    }%0A  <\/style>%0A%0A  <circle cx="7" cy="7" r="7" />%0A  <line x1="4" y1="4" x2="10" y2="10" />%0A  <line x1="10" y1="4" x2="4" y2="10" />%0A</svg>%0A');--internal-hover-background-color: var(--grey-30);padding:6px 6px 6px 30px;border:0;border-radius:3px;margin:4px;background:var(--internal-cancel-icon) 10px center no-repeat;color:var(--base-foreground-color);cursor:pointer;font-size:inherit}.appKeyboardShortcutsHeaderClose:hover{background-color:var(--internal-hover-background-color)}.appKeyboardShortcutsNoInteract{pointer-events:none}@keyframes appKeyboardShortcutsFadeIn{0%{background:var(--internal-fade-from-color)}to{background:var(--internal-fade-color)}}@media(prefers-reduced-motion){.appKeyboardShortcuts,.appKeyboardShortcutsBox{animation:none}}@media(forced-colors:active){.appKeyboardShortcutsBox{border:1px solid CanvasText}.appKeyboardShortcutsHeaderClose{border:1px solid ButtonText;background-color:ButtonFace;color:ButtonText}.appKeyboardShortcutsHeaderClose:hover{border-color:SelectedItem;background-color:SelectedItemText;color:SelectedItem}.appKeyboardShortcutsShortcut{background:SelectedItemText;color:SelectedItem;outline:1px solid CanvasText}}:root.dark-mode{.appKeyboardShortcutsBox{border:1px solid var(--base-border-color)}.appKeyboardShortcutsShortcut{--internal-background-color: var(--grey-70);--internal-shadow-color: #b1b1b380}.appKeyboardShortcutsHeader{--internal-background-color: var(--grey-80)}.appKeyboardShortcutsHeaderClose{--internal-hover-background-color: var( --clickable-ghost-hover-background-color )}}.timelineTrack{--internal-row-selected-border-color: var(--blue-60);--internal-label-details-foreground-color: var(--grey-90-a60);--internal-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(12, 12, 13, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-close-hover-background-color: rgb(0 0 0 / .15);--internal-close-active-background-color: rgb(0 0 0 / .3);--internal-local-background-color: var(--grey-20);padding:0;margin:0}:root.dark-mode{.timelineTrack{--internal-row-selected-border-color: var(--blue-50);--internal-label-details-foreground-color: var(--grey-40);--internal-close-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(249, 249, 250, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>');--internal-close-hover-background-color: rgb(255 255 255 / .15);--internal-close-active-background-color: rgb(255 255 255 / .3);--internal-local-background-color: var(--grey-90)}}.timelineTrackLocal{--local-track-margin: 15px;margin-left:var(--local-track-margin)}.timelineTrackRow{--selected-left-border-width: 3px;display:flex;flex-flow:row nowrap;background-color:var(--raised-background-color);color:var(--raised-foreground-color)}.timelineTrackRow.selected{position:relative;padding-left:0;background-color:var(--selected-track-background-color)}.timelineTrackRow.selected:before{position:absolute;top:0;bottom:0;left:0;width:var(--selected-left-border-width);background:var(--internal-row-selected-border-color);content:"";pointer-events:none}.timelineTrackLocalRow{border-left:1px solid var(--base-border-color)}.timelineTrackLocalRow.selected{border-left-color:transparent}.timelineTrackLocalRow.selected:before{left:-1px}.timelineTrackHidden{height:0;pointer-events:none}.timelineTrackLabel{--timeline-track-label-width: 150px;display:flex;width:var(--timeline-track-label-width);box-sizing:border-box;flex-flow:row nowrap;align-items:center;border-top:1px solid var(--base-border-color);border-right:1px solid var(--base-border-color);cursor:default}.timelineTrackNameButton{overflow:hidden;width:calc(100% - 8px);height:calc(100% - 8px);padding:0 0 0 10px;border:none;background:none;color:var(--internal-name-foreground-color);font:inherit;text-align:left;text-overflow:ellipsis;white-space:nowrap}.timelineTrackNameButtonAdditionalDetails{color:var(--internal-label-details-foreground-color);font-size:10px}.timelineTrackCloseButton{overflow:hidden;width:15px;height:15px;flex-shrink:0;padding:1px;border:0;border-radius:2px;background:var(--internal-close-icon) no-repeat center;background-origin:content-box;background-size:contain;color:transparent;margin-inline-end:2px;-moz-user-focus:ignore}.timelineTrackCloseButton:hover{background-color:var(--internal-close-hover-background-color)}.timelineTrackCloseButton:active:hover{background-color:var(--internal-close-active-background-color)}.timelineTrackLabel:not(:hover)>.timelineTrackCloseButton{display:none}.timelineTrackTrack{position:relative;display:flex;flex:1;flex-flow:column nowrap;border-top:1px solid var(--base-border-color)}.timelineTrackLocalTracks{position:relative;padding:0;background:var(--internal-local-background-color);list-style:none}.timelineTrackLocalTracks:before{position:absolute;z-index:var(--z-timeline-track-local);left:-15px;width:calc(100% + 15px);height:100%;box-shadow:inset 0 1px 5px var(--base-shadow-color);content:"";pointer-events:none}.timelineTrackLocalLabel{width:calc(var(--timeline-track-label-width) - var(--local-track-margin) - 1px)}@media(forced-colors:active){.timelineTrackRow{--selected-left-border-width: 0px}.timelineTrackRow.selected .timelineTrackLabel{border-color:CanvasText;background-color:SelectedItem;color:SelectedItemText}.timelineTrackRow.selected .timelineTrackLabel button{color:inherit}.timelineTrackRow:not(.selected):hover .timelineTrackLabel{background-color:SelectedItemText;color:SelectedItem}.timelineTrackRow:not(.selected):hover .timelineTrackLabel button{color:inherit}.timelineTrackLocalTracks:before{border-top:1px solid}.timelineTrackCloseButton{border:1px solid ButtonText;background-color:ButtonFace}.timelineTrackCloseButton:hover{border-color:SelectedItem;background-color:ButtonFace}@media(prefers-color-scheme:dark){.timelineTrackCloseButton{background-image:url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="rgba(249, 249, 250, .8)" d="M9.061 8l3.47-3.47a.75.75 0 0 0-1.061-1.06L8 6.939 4.53 3.47a.75.75 0 1 0-1.06 1.06L6.939 8 3.47 11.47a.75.75 0 1 0 1.06 1.06L8 9.061l3.47 3.47a.75.75 0 0 0 1.06-1.061z"></path></svg>')}}}.threadHeightGraph{height:25px}.threadHeightGraphCanvas{display:block;width:100%;height:25px}.threadCPUGraph{margin-top:5px}.threadSampleGraph{height:5px;margin-top:1px}.threadSampleGraphCanvas{display:block;width:100%;height:5px}.threadActivityGraph{height:25px}.threadActivityGraphCanvas{display:block;width:100%;height:100%}.timelineMarkersCanvas{display:block;width:100%;height:100%}.timelineMarkers{position:relative;display:block;overflow:hidden;height:6px;margin:0;list-style:none;opacity:.75}.timelineMarkers.selected{opacity:1}.timelineMarkersGeckoMain{height:18px}.timelineEmptyThreadIndicator{--empty-buffer-color1: rgb(69 160 255 / .225);--empty-buffer-color2: rgb(69 160 255 / .075);--shutdown-startup-color: rgb(0 0 50 / .07);--shutdown-startup-shadow-color: rgb(0 0 0 / .05);--shutdown-startup-border-color: var(--grey-30)}:root.dark-mode{.timelineEmptyThreadIndicator{--shutdown-startup-color: rgb(15 18 26 / .64);--shutdown-startup-shadow-color: rgb(11 11 11 / .12);--shutdown-startup-border-color: var(--grey-80)}}.timelineEmptyThreadIndicatorBlock{position:absolute;top:0;bottom:0;box-sizing:border-box}.timelineEmptyThreadIndicatorStartup{border-right:solid 1px var(--shutdown-startup-border-color);background-color:var(--shutdown-startup-color);box-shadow:inset -4px 0 4px var(--shutdown-startup-shadow-color)}.timelineEmptyThreadIndicatorShutdown{border-left:solid 1px var(--shutdown-startup-border-color);background-color:var(--shutdown-startup-color);box-shadow:inset 4px 0 4px var(--shutdown-startup-shadow-color)}.timelineEmptyThreadIndicatorEmptyBuffer{background:repeating-linear-gradient(45deg,var(--empty-buffer-color1),var(--empty-buffer-color1) 8px,var(--empty-buffer-color2) 8px,var(--empty-buffer-color2) 16px)}.timelineEmptyThreadIndicatorLongTooltip{display:inline-block;max-width:500px}.timelineTrackThread{position:relative;z-index:var(--z-timeline-track-thread);display:flex;flex:1;flex-flow:column nowrap}.timelineTrackThreadBlank{position:relative;left:-1px;width:100%;height:var(--timeline-track-thread-blank-height);padding-left:1px;background-color:var(--base-background-color)}.timelineTrackScreenshot{--internal-backgrond-color: var(--grey-20);--internal-img-backgrond-color: var(--grey-30);position:relative;overflow:hidden;background:var(--internal-backgrond-color)}:root.dark-mode{.timelineTrackScreenshot{--internal-backgrond-color: var(--grey-90);--internal-img-backgrond-color: var(--grey-80)}}.timelineTrackScreenshotImgContainer{position:absolute;display:flex;overflow:hidden;justify-content:center}.timelineTrackScreenshotImgContainer:after{position:absolute;top:0;right:0;width:1px;height:100%;background:var(--internal-img-backgrond-color);content:""}.timelineTrackScreenshotHover{position:absolute;z-index:var(--z-timeline-track-screenshot);pointer-events:none}.timelineTrackScreenshotHoverImg{padding:.5px;border:.5px solid var(--base-shadow-color);border-radius:5px;box-shadow:0 2px 4px var(--base-shadow-color)}.timelineTrackEventDelayGraph{position:relative;width:100%;height:var(--graph-height)}.timelineTrackEventDelayCanvas{position:absolute;width:100%;height:100%}.timelineTrackEventDelayGraphDot{--internal-background-color: var(--orange-60);position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;background-color:var(--internal-background-color);pointer-events:none}.timelineTrackEventDelayTooltipLine{white-space:nowrap}.timelineTrackEventDelayTooltipNumber{display:inline-block;min-width:60px;color:var(--tooltip-number-foreground-color);font-weight:700}.timelineVerticalIndicatorsLine{--active-area-width: 4px;--visible-width: 1.5px;position:absolute;top:0;bottom:0;width:var(--active-area-width);margin-left:calc(var(--active-area-width) * -.5)}.timelineVerticalIndicatorsLine:after{position:absolute;top:0;left:calc(var(--active-area-width) * .5 - var(--visible-width) * .5);width:var(--visible-width);height:100%;background-color:var(--vertical-indicator-color);content:"";opacity:.6;pointer-events:none}.timelineVerticalIndicatorsSwatch{display:inline-block;width:12px;height:12px;border:1px solid var(--base-border-color);margin-bottom:-3px;background-color:var(--vertical-indicator-color)}.timelineVerticalIndicatorsDim{--internal-foreground-color: var(--grey-50);color:var(--grey-50)}.timelineVerticalIndicatorsTime{--internal-foreground-color: var(--grey-70);color:var(--grey-70);font-weight:700}.timelineVerticalIndicatorsUrl{--internal-foreground-color: var(--grey-60);overflow:hidden;margin-top:6px;color:var(--grey-60);text-overflow:ellipsis;white-space:nowrap}:root.dark-mode{.timelineVerticalIndicatorsTime{--internal-foreground-color: var(--grey-30)}.timelineVerticalIndicatorsUrl{--internal-foreground-color: var(--grey-40)}}.timelineTrackNetwork{position:relative;width:100%}.timelineTrackNetworkCanvas{position:absolute;width:100%;height:100%}.timelineTrackMemoryGraph{position:relative;width:100%;height:var(--graph-height)}.timelineTrackMemoryCanvas{position:absolute;width:100%;height:100%}.timelineTrackMemoryGraphDot{position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;pointer-events:none}.timelineTrackMemoryTooltipLine{white-space:nowrap}.timelineTrackMemoryTooltipNumber{display:inline-block;min-width:60px;color:var(--tooltip-number-foreground-color);font-weight:700}.timelineMarkersMemory{height:var(--markers-height, 15px);opacity:1}.timelineTrackBandwidthGraph{position:relative;width:100%;height:var(--graph-height)}.timelineTrackBandwidthCanvas{position:absolute;width:100%;height:100%}.timelineTrackBandwidthGraphDot{position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;pointer-events:none}.timelineMarkersIPC{height:var(--markers-height);opacity:1}.timelineTrackProcessCPUGraph{position:relative;width:100%;height:var(--graph-height)}.timelineTrackProcessCPUCanvas{position:absolute;width:100%;height:100%}.timelineTrackProcessCPUGraphDot{--internal-background-color: var(--grey-50);position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;background-color:var(--internal-background-color);pointer-events:none}.timelineTrackProcessCPUTooltipLine{white-space:nowrap}.timelineTrackProcessCPUTooltipNumber{display:inline-block;min-width:60px;color:var(--tooltip-number-foreground-color);font-weight:700}.timelineTrackPowerGraph{position:relative;width:100%;height:var(--graph-height)}.timelineTrackPowerCanvas{position:absolute;width:100%;height:100%}.timelineTrackPowerGraphDot{position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;pointer-events:none}.timelineTrackCustomMarkerGraph{position:relative;width:100%;height:var(--graph-height);margin-bottom:2px}.timelineTrackCustomMarkerCanvas{position:absolute;width:100%;height:100%}.timelineTrackCustomMarkerGraphDot{position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;pointer-events:none}.timelineTrackVisualProgressGraph{position:relative;width:100%;height:var(--graph-height)}.timelineTrackVisualProgressCanvas{position:absolute;width:100%;height:100%}.timelineTrackVisualProgressGraphDot{position:absolute;width:6px;height:6px;border-radius:3px;margin-top:-3px;margin-left:-3px;background-color:var(--dot-color);pointer-events:none}.timelineTrackVisualProgressTooltipLine{white-space:nowrap}.timelineTrackVisualProgressTooltipNumber{display:inline-block;min-width:60px;color:var(--tooltip-number-foreground-color);font-weight:700}.timelineRuler{--internal-foreground-color: var(--grey-50);--internal-notch-color1: var(--grey-30);--internal-notch-color2: #d7d7db66;height:var(--timeline-ruler-height)}:root.dark-mode{.timelineRuler{--internal-foreground-color: var(--grey-40);--internal-notch-color1: var(--grey-60);--internal-notch-color2: #4a4a4a66}}.timelineRulerContainer{position:absolute;top:0;right:0;left:0;display:block;overflow:hidden;height:20px;padding:0;margin:0;color:var(--internal-foreground-color);cursor:default;font-size:9px;line-height:20px;list-style:none;-webkit-user-select:none;user-select:none}.timelineRulerNotch{position:absolute;top:0;bottom:0;display:block;width:1px;margin-left:-1px;background:linear-gradient(transparent,var(--internal-notch-color1) 19px,var(--internal-notch-color1) 20px,var(--internal-notch-color2) 0);text-align:right;white-space:nowrap}.timelineRulerNotchText{position:absolute;right:0;padding-right:5px}@media(forced-colors:active){.timelineRulerNotch{background-color:CanvasText}.timelineRulerNotchText{color:CanvasText;forced-color-adjust:none}}.timelineSelection{--thread-label-column-width: 150px;--vertical-scrollbar-reserved-width: 15px;--content-width: calc( 100vw - var(--thread-label-column-width) - var(--vertical-scrollbar-reserved-width) );--grippy-range-background-color: #aaa;--grippy-range-border-color: white;--grippy-range-hover-background-color: #888;--selection-outbound-opacity: .1;--internal-hover-line-color: rgb(0 0 0 / .4);--internal-overlay-time-foreground-color: #fff;--internal-overlay-time-background-color: rgb(153 153 153);--internal-dimmed-color: rgb(12 12 13 / var(--selection-outbound-opacity));--internal-range-background-color: var(--blue-50);--internal-zoom-background-color: rgb(255 255 255 / .6);--internal-zoom-border-color: rgb(0 0 0 / .2);--internal-zoom-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg  xmlns="http://www.w3.org/2000/svg"%0A      xmlns:xlink="http://www.w3.org/1999/xlink"%0A      width="20" height="20" viewBox="0 0 80 80">%0A  <g stroke="black" stroke-width="5" fill="none">%0A    <circle cx="33" cy="33" r="20"/>%0A    <line x1="23" x2="43" y1="33" y2="33"/>%0A    <line y1="23" y2="43" x1="33" x2="33"/>%0A    <line x1="49" y1="49" x2="65" y2="65" stroke-width="10" stroke-linecap="round"/>%0A  </g></svg>%0A');--internal-zoom-hover-background-color: rgb(255 255 255 / .9);--internal-zoom-active-background-color: rgb(160 160 160 / .6);position:relative;display:flex;width:var(--content-width);flex:1;flex-direction:column;margin-left:var(--thread-label-column-width);-moz-user-focus:ignore}:root.dark-mode{.timelineSelection{--selection-outbound-opacity: .4;--grippy-range-background-color: var(--grey-40);--grippy-range-border-color: var(--grey-40);--grippy-range-hover-background-color: var(--grey-60);--internal-hover-line-color: rgb(237 237 240 / .4);--internal-overlay-time-foreground-color: var(--grey-20);--internal-overlay-time-background-color: var(--grey-70);--internal-dimmed-color: rgb(0 0 0 / var(--selection-outbound-opacity));--internal-range-background-color: var(--blue-60);--internal-zoom-background-color: rgb(54 57 89 / .6);--internal-zoom-border-color: rgb(237 237 240 / .5);--internal-zoom-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg  xmlns="http://www.w3.org/2000/svg"%0A      xmlns:xlink="http://www.w3.org/1999/xlink"%0A      width="20" height="20" viewBox="0 0 80 80">%0A  <g stroke="%23ededf0" stroke-width="5" fill="none">%0A    <circle cx="33" cy="33" r="20"/>%0A    <line x1="23" x2="43" y1="33" y2="33"/>%0A    <line y1="23" y2="43" x1="33" x2="33"/>%0A    <line x1="49" y1="49" x2="65" y2="65" stroke-width="10" stroke-linecap="round"/>%0A  </g></svg>%0A');--internal-zoom-hover-background-color: rgb(54 57 89 / .9);--internal-zoom-active-background-color: rgb(89 94 145 / .6)}}.timelineSelectionHoverLine{position:absolute;z-index:var(--z-timeline-selection);top:0;bottom:0;width:1px;background:var(--internal-hover-line-color);pointer-events:none}.timelineSelectionOverlayTime{position:absolute;z-index:var(--z-timeline-selection-overlay-time);padding:3.25px 8px;border-radius:0 4px 4px 0;margin-left:1px;background-color:var(--internal-overlay-time-background-color);color:var(--internal-overlay-time-foreground-color)}.timelineSelectionOverlay{position:absolute;z-index:var(--z-timeline-selection-overlay);display:flex;overflow:hidden;flex-flow:row nowrap;padding-left:5px;margin-left:-5px;inset:0;pointer-events:none}.timelineSelectionDimmerBefore,.timelineSelectionDimmerAfter{flex-shrink:0;background:var(--internal-dimmed-color);forced-color-adjust:none}.timelineSelectionDimmerAfter{flex:1}.timelineSelectionOverlayWrapper{display:flex;flex-flow:column nowrap}.timelineSelectionGrippy{display:flex;height:20px;flex-flow:row nowrap;pointer-events:auto}.timelineSelectionGrippyRangeStart,.timelineSelectionGrippyRangeEnd{position:relative;z-index:var(--z-timeline-selection-grippy);width:0;padding:3px;border:1px solid var(--grippy-range-border-color);border-radius:5px;margin:0 -4px;background:var(--grippy-range-background-color);cursor:ew-resize}.timelineSelectionGrippyRangeStart:hover,.draggingStart>.timelineSelectionGrippyRangeStart,:not(.draggingStart,.draggingEnd)>.timelineSelectionGrippyRangeStart.dragging,.timelineSelectionGrippyRangeEnd:hover,.draggingEnd>.timelineSelectionGrippyRangeEnd,:not(.draggingStart,.draggingEnd)>.timelineSelectionGrippyRangeEnd.dragging{background:var(--grippy-range-hover-background-color)}.timelineSelectionGrippyMoveRange{flex:1;cursor:grab}.timelineSelectionGrippyMoveRange.dragging{cursor:grabbing}.timelineSelectionOverlayInner{display:flex;min-width:0;min-height:0;flex:1;align-items:center;justify-content:center}.timelineSelectionOverlayRange{position:absolute;top:20px;padding:4px 8px;border-radius:0 0 4px 4px;background-color:var(--internal-range-background-color);box-shadow:0 2px 2px var(--base-shadow-color);color:var(--internal-overlay-time-foreground-color);opacity:1;pointer-events:none;transition:opacity .2s}.timelineSelectionOverlayRange.hidden{opacity:0}.timelineSelectionOverlayZoomButton{position:relative;width:30px;height:30px;box-sizing:border-box;border:1px solid var(--internal-zoom-border-color);border-radius:100%;margin:-15px;background-color:var(--internal-zoom-background-color);opacity:.5;pointer-events:auto;transition:opacity .2s ease-in-out;will-change:opacity}.timelineSelectionOverlayZoomButton:before{position:absolute;display:grid;content:var(--internal-zoom-icon);inset:0;place-content:center}.timelineSelectionOverlayZoomButton.hidden{opacity:0!important;pointer-events:none;transition:unset}.timelineSelectionOverlayZoomButton:hover{background-color:var(--internal-zoom-hover-background-color)}.timelineSelectionOverlayZoomButton:active,.timelineSelection:hover .timelineSelectionOverlayZoomButton{opacity:1}.timelineSelectionOverlayZoomButton:active:hover{background-color:var(--internal-zoom-active-background-color)}@media(forced-colors:active){.timelineSelectionOverlayTime{background-color:CanvasText;color:Canvas}.timelineSelectionHoverLine{background-color:CanvasText}.timelineSelection{--grippy-range-background-color: ButtonText !important;--grippy-range-border-color: ButtonBorder !important;--grippy-range-hover-background-color: SelectedItem !important;--selection-outbound-opacity: .6}.timelineSelectionDimmerBefore{border-inline-end:1px solid CanvasText}.timelineSelectionDimmerAfter{border-inline-start:1px solid CanvasText}.timelineSelectionOverlayZoomButton{border-color:ButtonText;background-color:ButtonFace;opacity:1}.timelineSelectionOverlayZoomButton:before{filter:url(#--button-icon-color)}.timelineSelectionOverlayZoomButton:hover{border-color:SelectedItem;background-color:SelectedItemText}.timelineSelectionOverlayZoomButton:hover:before{filter:url(#--button-icon-hover-color)}.timelineSelectionOverlayZoomButton:active:hover{border-color:ButtonText;background-color:ButtonFace}.timelineSelectionOverlayZoomButton:hover:active:before{filter:url(#--button-icon-active-color)}}.overflowEdgeIndicator{position:relative;display:flex;width:calc(100% + var(--vertical-scrollbar-reserved-width));flex:1;flex-direction:column}.overflowEdgeIndicatorEdge{--internal-shadow-color: rgb(0 0 0 / .4);position:absolute;z-index:var(--z-overflow-edge-indicator);opacity:0;pointer-events:none;transition:.15s ease-in-out;transition-property:opacity,visibility;visibility:hidden}:root.dark-mode{.overflowEdgeIndicatorEdge{--internal-shadow-color: rgb(0 0 0 / .5)}}.overflowEdgeIndicatorEdge.topEdge,.overflowEdgeIndicatorEdge.leftEdge,.overflowEdgeIndicatorEdge.bottomEdge{left:0}.overflowEdgeIndicatorEdge.topEdge,.overflowEdgeIndicatorEdge.rightEdge,.overflowEdgeIndicatorEdge.bottomEdge{right:0}.overflowEdgeIndicatorEdge.topEdge,.overflowEdgeIndicatorEdge.leftEdge,.overflowEdgeIndicatorEdge.rightEdge{top:0}.overflowEdgeIndicatorEdge.leftEdge,.overflowEdgeIndicatorEdge.rightEdge,.overflowEdgeIndicatorEdge.bottomEdge{bottom:0}.overflowEdgeIndicatorEdge.leftEdge,.overflowEdgeIndicatorEdge.rightEdge{width:15px}.overflowEdgeIndicatorEdge.topEdge,.overflowEdgeIndicatorEdge.bottomEdge{height:15px}.overflowEdgeIndicatorEdge.topEdge{background:radial-gradient(ellipse at center top,var(--internal-shadow-color),transparent 60%)}.overflowEdgeIndicatorEdge.rightEdge{background:radial-gradient(ellipse at right center,var(--internal-shadow-color),transparent 60%)}.overflowEdgeIndicatorEdge.bottomEdge{background:radial-gradient(ellipse at center bottom,var(--internal-shadow-color),transparent 60%)}.overflowEdgeIndicatorEdge.leftEdge{background:radial-gradient(ellipse at left center,var(--internal-shadow-color),transparent 60%)}.overflowEdgeIndicator.overflowsOnTop>.overflowEdgeIndicatorEdge.topEdge,.overflowEdgeIndicator.overflowsOnRight>.overflowEdgeIndicatorEdge.rightEdge,.overflowEdgeIndicator.overflowsOnBottom>.overflowEdgeIndicatorEdge.bottomEdge,.overflowEdgeIndicator.overflowsOnLeft>.overflowEdgeIndicatorEdge.leftEdge{opacity:1;visibility:visible}.timelineTrackContextMenu{max-height:43.5vh;background-color:var(--menu-background-color);color:var(--menu-foreground-color);overflow-y:auto}.timelineTrackContextMenuItem{display:flex}.timelineTrackContextMenuSpacer{width:20px;flex:1}.timelineTrackContextMenuPid{--internal-foreground-color: var(--grey-90-a60);color:var(--internal-foreground-color)}.react-contextmenu-item--selected .timelineTrackContextMenuPid{--internal-selected-foreground-color: #fff;color:var(--internal-selected-foreground-color)}.trackContextMenuSearchFilter{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}:root.dark-mode{.timelineTrackContextMenuPid{--internal-foreground-color: var(--grey-10-a60)}.react-contextmenu-item--selected .timelineTrackContextMenuPid{--internal-selected-foreground-color: var(--menu-foreground-color)}}.trackSearchField{--internal-search-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="11" viewBox="0 0 11 11">%0A  <style>%0A    circle {%0A      fill: none;%0A    }%0A    %0A    circle, line {%0A      stroke: rgba(0,0,0,0.65);%0A      stroke-width: 0.8px;%0A    }%0A  <\/style>%0A%0A  <circle cx="4.65" cy="4.15" r="3.85"/>%0A  <line x1="7.5" y1="7" x2="10.5" y2="10"/>%0A</svg>%0A');--internal-cancel-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="14" height="14" viewBox="0 0 14 14">%0A  <style>%0A    circle {%0A      fill: %23808080;%0A    }%0A    %0A    line {%0A      stroke: %23fff;%0A      stroke-width: 1.5px;%0A    }%0A  <\/style>%0A%0A  <circle cx="7" cy="7" r="7" />%0A  <line x1="4" y1="4" x2="10" y2="10" />%0A  <line x1="10" y1="4" x2="4" y2="10" />%0A</svg>%0A');position:relative;display:inline-flex;width:100%;flex-flow:row nowrap;align-items:center}.photon-input.trackSearchFieldInput{--internal-border-color: #aaa;width:calc(100% - 10px);height:25px;padding:0 18px 0 17px;border:.5px solid var(--internal-border-color);margin:0 5px}:root.dark-mode{.trackSearchField{--internal-search-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="11" height="11" viewBox="0 0 11 11">%0A  <style>%0A    circle {%0A      fill: none;%0A    }%0A    %0A    circle, line {%0A      stroke: rgba(237,237,240.65);%0A      stroke-width: 0.8px;%0A    }%0A  <\/style>%0A%0A  <circle cx="4.65" cy="4.15" r="3.85"/>%0A  <line x1="7.5" y1="7" x2="10.5" y2="10"/>%0A</svg>%0A')}.photon-input.trackSearchFieldInput{--internal-border-color: var(--base-border-color)}}.trackSearchFieldInput{position:relative;flex:1;margin:0;background:var(--internal-search-icon) 3px center no-repeat;background-size:11px 11px}.trackSearchFieldButton{position:absolute;right:10px;overflow:hidden;width:11px;height:11px;padding:0;border:0;background:var(--internal-cancel-icon) top left no-repeat;background-size:contain;color:transparent;-moz-user-focus:ignore;vertical-align:middle}.trackSearchFieldInput:invalid+.trackSearchFieldButton{visibility:hidden}.timelineOverflowEdgeIndicatorScrollbox{--internal-background-stop1-color: #eee;--internal-background-stop2-color: var(--grey-30);position:absolute;overflow:hidden auto;width:100%;height:100%;padding-left:var(--thread-label-column-width);margin-right:calc(var(--vertical-scrollbar-reserved-width) * -1);margin-left:calc(var(--thread-label-column-width) * -1);background:linear-gradient(to left,var(--base-background-color),var(--internal-background-stop1-color) calc(var(--vertical-scrollbar-reserved-width) - 1px),var(--internal-background-stop2-color) 0,var(--internal-background-stop2-color) var(--vertical-scrollbar-reserved-width),transparent 0)}.timelineThreadList{--internal-background-color: var(--grey-20);--internal-shadow-color: var(--grey-30);width:calc(100vw - var(--vertical-scrollbar-reserved-width));padding:0;margin:0 0 0 calc(var(--thread-label-column-width) * -1);background-color:var(--internal-background-color);box-shadow:inset 0 1px var(--internal-shadow-color);list-style:none}.timelineSettingsHiddenTracks,.timelineSettingsHiddenTracksSpacer{width:var(--thread-label-column-width);box-sizing:border-box;border-right:1px solid var(--base-border-color)}.timelineSettingsHiddenTracks{--internal-hover-background-color: rgb(0 0 0 / .1);--internal-active-background-color: rgb(0 0 0 / .2);--internal-arrow-foreground-color: var(--grey-60);position:relative;padding:0 20px 0 8px;border:0;background:none;color:inherit;font:inherit;text-align:left}.timelineSettingsHiddenTracks:hover{background-color:var(--internal-hover-background-color)}.timelineSettingsHiddenTracks:hover:active{background-color:var(--internal-active-background-color)}.timelineSettingsHiddenTracks:before{position:absolute;top:2px;right:2px;border-top:6px solid;border-right:4px solid transparent;border-bottom:0 solid transparent;border-left:4px solid transparent;margin-top:5px;margin-right:5px;margin-left:5px;color:var(--internal-arrow-foreground-color);content:"";forced-color-adjust:none}.timelineSettingsHiddenTracksNumber{font-weight:700}.timelineHeader{z-index:var(--z-timeline-header);display:flex;height:20px;flex-direction:row;padding-right:var(--vertical-scrollbar-reserved-width);border-bottom:1px solid var(--base-border-color);margin-right:calc(var(--vertical-scrollbar-reserved-width) * -1);margin-left:calc(var(--thread-label-column-width) * -1);background:var(--raised-background-color);color:var(--raised-foreground-color)}.tracksContainer{z-index:var(--z-tracks-container);margin-top:-1px;margin-bottom:-1px}@media(forced-colors:active){.timelineSettingsHiddenTracks{border:1px solid currentcolor;background-color:ButtonFace;color:ButtonText}.timelineSettingsHiddenTracks:hover{background-color:SelectedItemText;color:SelectedItem}.timelineSettingsHiddenTracks:hover:active{border-color:ButtonText}.timelineSettingsHiddenTracks:before{color:currentcolor}}:root.dark-mode{.timelineOverflowEdgeIndicatorScrollbox{--internal-background-stop1-color: var(--grey-80);--internal-background-stop2-color: var(--grey-70)}.timelineThreadList{--internal-background-color: var(--grey-80);--internal-shadow-color: var(--grey-90)}.timelineSettingsHiddenTracks{--internal-hover-background-color: rgb(237 237 240 / .1);--internal-active-background-color: rgb(237 237 240 / .2);--internal-arrow-foreground-color: var(--grey-30)}}.warningMessageBarWrapper{position:fixed;z-index:var(--z-warning);top:0;right:0;left:0;display:flex;pointer-events:none}.warningMessageBar{margin:0 auto;pointer-events:auto}@keyframes profileViewerFadeIn{0%{opacity:0}to{opacity:1}}@keyframes profileViewerFadeInSanitized{0%{opacity:0;transform:scale(1.05)}to{opacity:1}}@keyframes profileViewerFadeOut{0%{opacity:1}to{opacity:0;transform:scale(.95)}}.profileViewerWrapper{--internal-background-color: var(--grey-40);display:flex;min-width:0;flex:1}.profileViewerWrapperBackground{background-color:var(--internal-background-color)}.profileViewer{display:flex;min-width:0;flex:1;flex-flow:column nowrap;animation-duration:.2s;animation-name:profileViewerFadeIn;background-color:var(--panel-background-color)}.profileViewerFadeOut{animation-duration:.3s;animation-name:profileViewerFadeOut;opacity:0;pointer-events:none}.profileViewerFadeInSanitized{animation-duration:.5s;animation-name:profileViewerFadeInSanitized}.profileViewerZipButton{--internal-background-color: var(--green-50);--internal-border-color: var(--green-60);--internal-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g>%0A    <g transform="translate(3, 8) rotate(-45)" fill="%23000">%0A      <rect x="0" y="0" width="7" height="2"></rect>%0A      <rect x="0" y="0" width="2" height="7"></rect>%0A    </g>%0A    <rect fill="%23000" x="5" y="7" width="8" height="2"></rect>%0A  </g>%0A</svg>%0A');--internal-hover-border-color: #000;width:18px;height:18px;flex:none;padding:0;border:1px solid var(--internal-border-color);border-radius:3px;margin:3px 0 3px 3px;background:var(--internal-background-color) var(--internal-icon) center center no-repeat;color:var(--base-foreground-color)}.profileViewerZipButton:hover{border-color:var(--profile-viewer-zip-hover-border-color)}:root.dark-mode{.profileViewerWrapper{--internal-background-color: var(--grey-70)}.profileViewerZipButton{--internal-background-color: var(--grey-50);--internal-border-color: var(--grey-60);--internal-icon: url('data:image/svg+xml,<?xml version="1.0" encoding="utf-8"?>%0A<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="16px" height="16px" viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A  <g>%0A    <g transform="translate(3, 8) rotate(-45)" fill="%23ededf0">%0A      <rect x="0" y="0" width="7" height="2"></rect>%0A      <rect x="0" y="0" width="2" height="7"></rect>%0A    </g>%0A    <rect fill="%23000" x="5" y="7" width="8" height="2"></rect>%0A  </g>%0A</svg>%0A');--internal-hover-border-color: var(--grey-20)}}.profileViewerSplitter{position:relative}.profileViewerSplitter>.layout-pane:not(.layout-pane-primary){display:flex;overflow:hidden;max-height:var(--profile-viewer-splitter-max-height);flex-direction:column}.profileViewerTopBar{display:flex;height:24px;flex:none;flex-flow:row nowrap;padding:0;border-bottom:1px solid var(--base-border-color);margin:0;background:var(--lowered-background-color);color:var(--lowered-foreground-color)}.profileViewerSpacer{flex:1}@media(prefers-reduced-motion){.profileViewer,.profileViewerFadeOut,.profileViewerFadeInSanitized{animation:none}}.dragAndDropArea{display:inherit;width:100%;isolation:isolate}.dragAndDropOverlayWrapper{--internal-foreground-color: #666;--internal-background-color: rgb(255 255 255 / .9);--internal-border-color: #888;position:absolute;top:0;left:0;display:flex;width:100%;height:100%;box-sizing:border-box;align-items:stretch;justify-content:center;padding:1em;background-color:var(--internal-background-color);opacity:0;pointer-events:none;transition:opacity .2s}:root.dark-mode{.dragAndDropOverlayWrapper{--internal-foreground-color: var(--grey-40);--internal-background-color: rgb(0 0 0 / .9);--internal-border-color: var(--grey-30)}}.dragAndDropOverlayWrapper.dragging{opacity:1}.dragAndDropOverlay{display:flex;width:100%;align-items:center;justify-content:center;border:2px dashed var(--internal-border-color);border-radius:10px;color:var(--internal-foreground-color);font-size:30px;text-align:center}.zipFileViewer{display:flex;width:100%;min-height:100vh;align-items:center;justify-content:center;line-height:1.5}.zipFileViewerHeader{padding:0 20px;font-size:130%}.zipFileViewerSection{position:relative;display:flex;overflow:hidden;width:75vw;max-width:1200px;height:75vh;box-sizing:border-box;flex-direction:column;border:1px solid var(--home-border-color);border-radius:3px;background-color:var(--base-background-color);box-shadow:0 5px 25px var(--home-shadow-color)}.zipFileViewerSection>.treeView{font-size:14px}.zipFileViewerSection .treeRowToggleButton{margin:0 5px}.zipFileViewerMessage{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;border-top:1px solid var(--base-border-color);background-color:var(--row-odd-background-color);font-size:14px}.zipFileViewerMessage>*{margin:10px 30px}.zipFileViewerUntrustedFilePath{--internal-background-color: var(--grey-30);display:inline-block;overflow:hidden;max-width:70%;padding:0 5px;border-radius:3px;background-color:var(--internal-background-color);font-family:monospace;text-overflow:ellipsis}:root.dark-mode{.zipFileViewerUntrustedFilePath{--internal-background-color: var(--grey-70)}}.themeToggle{display:inline-flex;align-items:center;padding:2px;border:1px solid var(--grey-30);border-radius:6px;margin:0 .5em;background:var(--grey-10);box-shadow:0 1px 2px #0000000d}.themeToggleButton{position:relative;display:flex;width:32px;height:28px;align-items:center;justify-content:center;padding:0;border:none;border-radius:4px;background:transparent;color:var(--grey-50);cursor:pointer;font-size:16px;transition:all .15s ease-in-out}.themeToggleButton:hover:not(.themeToggleButton-active){background:var(--grey-20)}.themeToggleButton-active{background:#fff;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014;color:var(--grey-90)}.themeToggleButton-active:hover{background:#fff}.themeToggleIcon{display:block;width:16px;height:16px;background-color:currentcolor;mask-position:center;mask-repeat:no-repeat;mask-size:contain}.themeToggleIcon--light{mask-image:url('data:image/svg+xml,<!-- From https://github.com/mdn/fred/blob/dd47e77d6e320751d6219d4ed13f5254687d773a/components/icon/sun.svg -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">%0A  <circle cx="12" cy="12" r="4" />%0A  <path d="M12 2v2" />%0A  <path d="M12 20v2" />%0A  <path d="m4.93 4.93 1.41 1.41" />%0A  <path d="m17.66 17.66 1.41 1.41" />%0A  <path d="M2 12h2" />%0A  <path d="M20 12h2" />%0A  <path d="m6.34 17.66-1.41 1.41" />%0A  <path d="m19.07 4.93-1.41 1.41" />%0A</svg>%0A')}.themeToggleIcon--system{mask-image:url('data:image/svg+xml,<!-- From https://github.com/mdn/fred/blob/dd47e77d6e320751d6219d4ed13f5254687d773a/components/icon/monitor.svg -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">%0A  <rect width="20" height="14" x="2" y="3" rx="2"/>%0A  <line x1="8" x2="16" y1="21" y2="21"/>%0A  <line x1="12" x2="12" y1="17" y2="21"/>%0A</svg>%0A')}.themeToggleIcon--dark{mask-image:url('data:image/svg+xml,<!-- From https://github.com/mdn/fred/blob/dd47e77d6e320751d6219d4ed13f5254687d773a/components/icon/moon.svg -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">%0A  <path d="M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z"/>%0A</svg>%0A')}:root.dark-mode{.themeToggle{border-color:var(--grey-60);background:var(--grey-90);box-shadow:0 1px 2px #0000004d}.themeToggleButton{color:var(--grey-40)}.themeToggleButton:hover:not(.themeToggleButton-active){background:var(--grey-80)}.themeToggleButton-active{background:var(--grey-70);box-shadow:0 1px 3px #0006,0 1px 2px #0000004d;color:#fff}.themeToggleButton-active:hover{background:var(--grey-70)}}.appHeader{--internal-border-color: #ddd;display:flex;align-items:center;justify-content:space-between;padding-bottom:.5em;border-bottom:1px solid var(--internal-border-color);margin:0 -.2em .5em;font-size:1.5em}:root.dark-mode{.appHeader{--internal-border-color: var(--grey-60)}}.appHeaderLink,.appHeaderLink:visited{color:var(--base-foreground-color);text-decoration:none}.appHeaderLink:hover{color:var(--base-foreground-color);text-decoration:underline}.appHeaderSlogan{margin:0 .2em}.appHeaderSubtext{font-weight:400}.appHeaderRightControls{display:flex;align-items:center;gap:.5em}.appHeaderGithubIcon{display:inline-flex;align-items:center;margin:0 .2em;transition:opacity .25s var(--animation-curve)}.appHeaderGithubIcon:hover{opacity:.5}.octicon-mark-github{fill:var(--base-foreground-color)}.profileMetaInfoSummary{--internal-info-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="44px" height="44px" viewBox="0 0 44 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.8">%0A   <g fill="%230C0C0D">%0A     <path d="M22,39.6 C31.7202116,39.6 39.6,31.7202116 39.6,22 C39.6,12.2797884 31.7202116,4.4 22,4.4 C12.2797884,4.4 4.4,12.2797884 4.4,22 C4.4,31.7202116 12.2797884,39.6 22,39.6 Z M22,44 C34.1506,44 44,34.1506 44,22 C44,9.8494 34.1506,0 22,0 C9.8494,0 0,9.8494 0,22 C0,34.1506 9.8494,44 22,44 Z M24.2,13.2 C24.2,14.4150264 23.2150264,15.4 22,15.4 C20.7849736,15.4 19.8,14.4150264 19.8,13.2 C19.8,11.9849736 20.7849736,11 22,11 C23.2150264,11 24.2,11.9849736 24.2,13.2 Z M22,19.8 C20.7849736,19.8 19.8,20.7849736 19.8,22 L19.8,30.8 C19.8,32.0150264 20.7849736,33 22,33 C23.2150264,33 24.2,32.0150264 24.2,30.8 L24.2,22 C24.2,20.7849736 23.2150264,19.8 22,19.8 Z" id="Shape"></path>%0A   </g>%0A </g>%0A</svg>%0A');--internal-firefox-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Firefox Browser icon</title><path d="M8.855 7.333c.008 0 .004 0 0 0zM6.082 5.947c.007 0 .004 0 0 0zm16.59 2.14c-.5-1.203-1.514-2.503-2.31-2.914.648 1.27 1.023 2.544 1.166 3.495l.002.02c-1.302-3.246-3.51-4.555-5.314-7.404-.09-.145-.182-.289-.27-.441a3.51 3.51 0 01-.128-.238 2.097 2.097 0 01-.171-.456.03.03 0 00-.027-.03.038.038 0 00-.021 0l-.006.002a.037.037 0 00-.009.005.038.038 0 01.005-.007c-2.56 1.5-3.622 4.126-3.894 5.797a6.136 6.136 0 00-2.282.582.294.294 0 00-.146.366.29.29 0 00.392.169 5.567 5.567 0 011.988-.519l.067-.005A5.636 5.636 0 0112 6.5a5.79 5.79 0 011.652.229l.094.03a5.757 5.757 0 01.265.088 5.839 5.839 0 01.191.075c.052.02.103.041.154.063a5.676 5.676 0 01.235.111l.106.054a5.776 5.776 0 01.224.123 5.165 5.165 0 01.141.086 5.895 5.895 0 012.014 2.083c-.615-.432-1.716-.859-2.776-.674 4.142 2.07 3.03 9.201-2.71 8.932a5.113 5.113 0 01-1.498-.29 6.347 6.347 0 01-.339-.137 4.37 4.37 0 01-.194-.093c-1.406-.727-2.567-2.1-2.712-3.768 0 0 .531-1.981 3.806-1.981.354 0 1.366-.988 1.385-1.274-.005-.094-2.009-.891-2.79-1.66-.418-.412-.616-.61-.791-.76a3.436 3.436 0 00-.299-.225 5.335 5.335 0 01-.032-2.814c-1.183.539-2.103 1.39-2.772 2.142h-.006c-.456-.578-.424-2.486-.398-2.884-.006-.025-.34.174-.385.204a8.395 8.395 0 00-1.125.964 10.086 10.086 0 00-1.075 1.29v0A9.72 9.72 0 00.819 9.9c-.003.013-.11.482-.188 1.062a12.736 12.736 0 00-.037.27 7.724 7.724 0 00-.068.66l-.002.034a28.326 28.326 0 00-.023.383l-.001.06c0 6.358 5.156 11.513 11.516 11.513 5.695 0 10.424-4.135 11.35-9.566.02-.147.035-.295.052-.444.23-1.974-.025-4.05-.746-5.786zm-7.862 3.455z"/></svg>');--internal-apple-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Apple icon</title><path d="M7.078 23.55c-.473-.316-.893-.703-1.244-1.15-.383-.463-.738-.95-1.064-1.454-.766-1.12-1.365-2.345-1.78-3.636-.5-1.502-.743-2.94-.743-4.347 0-1.57.34-2.94 1.002-4.09.49-.9 1.22-1.653 2.1-2.182.85-.53 1.84-.82 2.84-.84.35 0 .73.05 1.13.15.29.08.64.21 1.07.37.55.21.85.34.95.37.32.12.59.17.8.17.16 0 .39-.05.645-.13.145-.05.42-.14.81-.31.386-.14.692-.26.935-.35.37-.11.728-.21 1.05-.26.39-.06.777-.08 1.148-.05.71.05 1.36.2 1.94.42 1.02.41 1.843 1.05 2.457 1.96-.26.16-.5.346-.725.55-.487.43-.9.94-1.23 1.505-.43.77-.65 1.64-.644 2.52.015 1.083.29 2.035.84 2.86.387.6.904 1.114 1.534 1.536.31.21.582.355.84.45-.12.375-.252.74-.405 1.1-.347.807-.76 1.58-1.25 2.31-.432.63-.772 1.1-1.03 1.41-.402.48-.79.84-1.18 1.097-.43.285-.935.436-1.452.436-.35.015-.7-.03-1.034-.127-.29-.095-.576-.202-.856-.323-.293-.134-.596-.248-.905-.34-.38-.1-.77-.148-1.164-.147-.4 0-.79.05-1.16.145-.31.088-.61.196-.907.325-.42.175-.695.29-.855.34-.324.096-.656.154-.99.175-.52 0-1.004-.15-1.486-.45zm6.854-18.46c-.68.34-1.326.484-1.973.436-.1-.646 0-1.31.27-2.037.24-.62.56-1.18 1-1.68.46-.52 1.01-.95 1.63-1.26.66-.34 1.29-.52 1.89-.55.08.68 0 1.35-.25 2.07-.228.64-.568 1.23-1 1.76-.435.52-.975.95-1.586 1.26z"/></svg>');--internal-windows-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Windows icon</title><path d="M0 3.449L9.75 2.1v9.451H0m10.949-9.602L24 0v11.4H10.949M0 12.6h9.75v9.451L0 20.699M10.949 12.6H24V24l-12.9-1.801"/></svg>');--internal-linux-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Linux icon</title><path d="M12.503 0c-.155 0-.315.008-.479.021-4.227.333-3.106 4.807-3.17 6.298-.077 1.093-.3 1.954-1.051 3.021-.885 1.051-2.127 2.75-2.716 4.521-.278.832-.41 1.684-.287 2.489-.039.034-.076.068-.111.135-.26.268-.449.601-.662.839-.199.199-.485.267-.797.4-.313.136-.658.269-.864.681-.09.188-.136.393-.132.601 0 .199.027.401.055.536.058.399.116.729.039.97-.248.68-.279 1.146-.105 1.485.174.334.535.469.939.601.811.2 1.91.135 2.775.599.926.467 1.866.671 2.616.47.526-.115.97-.463 1.208-.945.587-.003 1.23-.269 2.26-.334.699-.058 1.574.267 2.578.199.025.135.063.199.114.334l.003.003c.391.778 1.113 1.132 1.884 1.071.771-.06 1.592-.536 2.257-1.306.631-.765 1.683-1.084 2.378-1.503.348-.199.629-.469.649-.853.023-.4-.199-.812-.714-1.377v-.097l-.003-.003c-.17-.2-.25-.535-.338-.926-.085-.401-.182-.786-.492-1.046h-.003c-.059-.054-.123-.067-.188-.135-.056-.038-.121-.062-.19-.064.431-1.278.264-2.55-.173-3.694-.533-1.41-1.465-2.638-2.175-3.483-.796-1.005-1.576-1.957-1.561-3.369.027-2.152.237-6.133-3.544-6.139zm.529 3.405h.013c.213 0 .396.062.584.198.191.135.33.332.439.533.105.259.158.459.166.724 0-.02.006-.04.006-.059v.104c-.002-.007-.004-.015-.004-.021l-.004-.024c-.002.243-.053.483-.15.706-.047.125-.119.24-.213.335-.029-.016-.057-.03-.088-.042-.105-.045-.199-.064-.285-.133-.071-.028-.145-.051-.219-.066.049-.059.145-.133.182-.198.053-.128.082-.264.088-.402v-.019c.002-.135-.018-.271-.061-.4-.045-.135-.101-.201-.183-.334-.084-.066-.167-.132-.267-.132h-.016c-.093 0-.176.03-.262.132-.095.094-.166.207-.205.334-.053.127-.084.264-.09.4v.019c.002.089.008.179.02.267-.193-.067-.438-.135-.607-.202-.01-.065-.016-.132-.018-.199v-.02c-.008-.264.043-.526.15-.769.082-.219.232-.406.43-.533.171-.129.379-.199.594-.199zm-2.962.059h.036c.142 0 .27.048.399.135.146.129.264.288.344.465.09.199.141.401.153.667v.004c.007.134.006.201-.002.266v.08c-.03.007-.056.018-.083.024-.152.055-.274.135-.393.2.012-.089.013-.179.003-.267v-.015c-.012-.133-.039-.199-.082-.333-.031-.102-.088-.193-.166-.267-.049-.045-.115-.068-.183-.064h-.021c-.071.006-.13.041-.186.132-.064.077-.105.171-.12.27-.027.108-.035.219-.023.331v.014c.012.135.037.201.081.334.045.134.097.2.165.268.011.009.021.018.034.024-.07.057-.117.07-.176.136-.037.028-.08.06-.131.068-.104-.125-.196-.26-.275-.402-.096-.21-.146-.438-.155-.667-.017-.226.011-.452.08-.668.055-.197.152-.379.283-.535.128-.133.26-.2.418-.2zm1.371 1.706c.331 0 .732.065 1.215.399.293.2.523.269 1.053.468h.003c.255.136.405.266.478.399v-.131c.073.147.078.318.016.47-.123.311-.516.644-1.064.843v.002c-.268.135-.501.333-.775.465-.276.135-.588.292-1.012.267-.152.008-.305-.015-.448-.067-.11-.06-.218-.126-.322-.198-.195-.135-.363-.332-.612-.465v-.005h-.005c-.4-.246-.616-.512-.686-.711-.069-.268-.005-.469.193-.6.224-.135.38-.271.483-.336.104-.074.143-.102.176-.131h.002v-.003c.169-.202.436-.469.839-.601.139-.036.294-.065.466-.065zm2.799 2.143c.359 1.417 1.197 3.475 1.736 4.473.286.534.855 1.659 1.102 3.024.156-.005.329.018.513.064.646-1.671-.546-3.467-1.089-3.966-.221-.201-.232-.335-.123-.335.589.534 1.365 1.572 1.646 2.757.129.535.159 1.104.021 1.67.067.028.135.061.205.067 1.032.534 1.413.938 1.23 1.537v-.043c-.061-.003-.12 0-.181 0h-.015c.151-.467-.182-.825-1.065-1.224-.915-.4-1.646-.336-1.771.465-.007.043-.012.066-.017.135-.068.023-.139.053-.209.064-.43.268-.662.669-.793 1.187-.13.533-.17 1.156-.205 1.869v.003c-.021.334-.171.838-.319 1.351-1.5 1.072-3.58 1.538-5.349.334-.111-.193-.246-.374-.402-.533-.074-.125-.168-.237-.275-.334.182 0 .338-.029.465-.067.145-.067.257-.188.314-.334.108-.267 0-.697-.345-1.163-.345-.467-.931-.995-1.788-1.521-.63-.399-.986-.87-1.15-1.396-.165-.534-.143-1.085-.015-1.645.245-1.07.873-2.11 1.274-2.763.107-.065.037.135-.408.974-.396.751-1.141 2.497-.122 3.854.038-.989.258-1.965.647-2.876.564-1.278 1.743-3.504 1.836-5.268.048.036.217.135.289.202.218.133.38.333.59.465.211.201.477.335.876.335.039.003.075.006.111.006.411 0 .729-.134.996-.268.29-.134.521-.334.74-.4h.005c.467-.135.836-.402 1.045-.7zm2.186 8.958c.037.601.343 1.245.882 1.377.588.134 1.434-.333 1.791-.765l.211-.009c.315-.008.577.01.847.267l.003.003c.208.199.305.531.391.876.085.401.154.78.409 1.066.486.527.645.906.636 1.14l.003-.006v.018l-.003-.012c-.015.262-.185.396-.498.595-.63.401-1.746.712-2.457 1.57-.618.737-1.371 1.139-2.036 1.191-.664.053-1.237-.2-1.574-.898l-.005-.003c-.21-.401-.12-1.025.056-1.69.176-.668.428-1.345.463-1.898.037-.714.076-1.335.195-1.814.12-.465.308-.797.641-.984l.045-.022zm-10.815.049h.01c.053 0 .105.005.157.014.376.055.706.333 1.023.752l.91 1.664.003.003c.243.533.754 1.064 1.189 1.638.434.598.77 1.131.729 1.57v.006c-.057.744-.479 1.148-1.125 1.294-.645.135-1.52.002-2.395-.464-.968-.536-2.118-.469-2.857-.602-.369-.066-.611-.201-.723-.401-.111-.199-.113-.601.123-1.23v-.003l.002-.003c.117-.334.03-.753-.027-1.119-.055-.401-.083-.709.043-.94.16-.334.396-.399.689-.533.295-.135.641-.202.916-.469h.002v-.003c.256-.268.445-.601.668-.838.19-.201.38-.336.663-.336zm7.159-9.074c-.435.201-.945.535-1.488.535-.542 0-.97-.267-1.279-.466-.155-.134-.28-.268-.374-.335-.164-.134-.144-.334-.074-.334.109.016.129.135.199.201.096.066.215.199.361.333.291.2.68.467 1.166.467.485 0 1.053-.267 1.398-.466.195-.135.445-.334.648-.467.156-.137.149-.268.279-.268.129.016.034.134-.147.333-.181.135-.461.335-.69.468v-.001zm-1.082-1.584V5.64c-.006-.019.013-.042.029-.05.074-.043.18-.027.26.004.063 0 .16.067.15.135-.006.049-.085.066-.135.066-.055 0-.092-.043-.141-.068-.052-.018-.146-.008-.163-.065zm-.551 0c-.02.058-.113.049-.166.066-.047.025-.086.068-.139.068-.051 0-.131-.019-.137-.068-.009-.066.088-.133.15-.133.081-.031.184-.047.259-.005.019.009.036.03.03.05v.021h.003z"/></svg>');--internal-android-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Android icon</title><path d="M24 19H0a13.6 13.6 0 0 1 2.21-6.07A11.2 11.2 0 0 1 5.87 9.4l.41-.23-2.02-3.41a.51.51 0 0 1 .17-.7.5.5 0 0 1 .69.18l2.08 3.5a12.62 12.62 0 0 1 4.84-.9 12.2 12.2 0 0 1 4.75.9l2.07-3.5a.5.5 0 0 1 .7-.17.51.51 0 0 1 .16.7L17.7 9.19l.5.28a11.38 11.38 0 0 1 3.63 3.62A14.48 14.48 0 0 1 24 19zm-7.5-4.48a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1zm-11 0a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1z"/></svg>');display:flex;overflow:hidden;min-width:0;align-items:stretch}:root.dark-mode{.profileMetaInfoSummary{--internal-info-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg width="44px" height="44px" viewBox="0 0 44 44" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">%0A <g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd" fill-opacity="0.8">%0A   <g fill="%23ededf0">%0A     <path d="M22,39.6 C31.7202116,39.6 39.6,31.7202116 39.6,22 C39.6,12.2797884 31.7202116,4.4 22,4.4 C12.2797884,4.4 4.4,12.2797884 4.4,22 C4.4,31.7202116 12.2797884,39.6 22,39.6 Z M22,44 C34.1506,44 44,34.1506 44,22 C44,9.8494 34.1506,0 22,0 C9.8494,0 0,9.8494 0,22 C0,34.1506 9.8494,44 22,44 Z M24.2,13.2 C24.2,14.4150264 23.2150264,15.4 22,15.4 C20.7849736,15.4 19.8,14.4150264 19.8,13.2 C19.8,11.9849736 20.7849736,11 22,11 C23.2150264,11 24.2,11.9849736 24.2,13.2 Z M22,19.8 C20.7849736,19.8 19.8,20.7849736 19.8,22 L19.8,30.8 C19.8,32.0150264 20.7849736,33 22,33 C23.2150264,33 24.2,32.0150264 24.2,30.8 L24.2,22 C24.2,20.7849736 23.2150264,19.8 22,19.8 Z" id="Shape"></path>%0A   </g>%0A </g>%0A</svg>%0A');--internal-firefox-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Firefox Browser icon</title><path fill="%23ededf0" d="M8.855 7.333c.008 0 .004 0 0 0zM6.082 5.947c.007 0 .004 0 0 0zm16.59 2.14c-.5-1.203-1.514-2.503-2.31-2.914.648 1.27 1.023 2.544 1.166 3.495l.002.02c-1.302-3.246-3.51-4.555-5.314-7.404-.09-.145-.182-.289-.27-.441a3.51 3.51 0 01-.128-.238 2.097 2.097 0 01-.171-.456.03.03 0 00-.027-.03.038.038 0 00-.021 0l-.006.002a.037.037 0 00-.009.005.038.038 0 01.005-.007c-2.56 1.5-3.622 4.126-3.894 5.797a6.136 6.136 0 00-2.282.582.294.294 0 00-.146.366.29.29 0 00.392.169 5.567 5.567 0 011.988-.519l.067-.005A5.636 5.636 0 0112 6.5a5.79 5.79 0 011.652.229l.094.03a5.757 5.757 0 01.265.088 5.839 5.839 0 01.191.075c.052.02.103.041.154.063a5.676 5.676 0 01.235.111l.106.054a5.776 5.776 0 01.224.123 5.165 5.165 0 01.141.086 5.895 5.895 0 012.014 2.083c-.615-.432-1.716-.859-2.776-.674 4.142 2.07 3.03 9.201-2.71 8.932a5.113 5.113 0 01-1.498-.29 6.347 6.347 0 01-.339-.137 4.37 4.37 0 01-.194-.093c-1.406-.727-2.567-2.1-2.712-3.768 0 0 .531-1.981 3.806-1.981.354 0 1.366-.988 1.385-1.274-.005-.094-2.009-.891-2.79-1.66-.418-.412-.616-.61-.791-.76a3.436 3.436 0 00-.299-.225 5.335 5.335 0 01-.032-2.814c-1.183.539-2.103 1.39-2.772 2.142h-.006c-.456-.578-.424-2.486-.398-2.884-.006-.025-.34.174-.385.204a8.395 8.395 0 00-1.125.964 10.086 10.086 0 00-1.075 1.29v0A9.72 9.72 0 00.819 9.9c-.003.013-.11.482-.188 1.062a12.736 12.736 0 00-.037.27 7.724 7.724 0 00-.068.66l-.002.034a28.326 28.326 0 00-.023.383l-.001.06c0 6.358 5.156 11.513 11.516 11.513 5.695 0 10.424-4.135 11.35-9.566.02-.147.035-.295.052-.444.23-1.974-.025-4.05-.746-5.786zm-7.862 3.455z"/></svg>%0A');--internal-apple-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Apple icon</title><path fill="%23ededf0" d="M7.078 23.55c-.473-.316-.893-.703-1.244-1.15-.383-.463-.738-.95-1.064-1.454-.766-1.12-1.365-2.345-1.78-3.636-.5-1.502-.743-2.94-.743-4.347 0-1.57.34-2.94 1.002-4.09.49-.9 1.22-1.653 2.1-2.182.85-.53 1.84-.82 2.84-.84.35 0 .73.05 1.13.15.29.08.64.21 1.07.37.55.21.85.34.95.37.32.12.59.17.8.17.16 0 .39-.05.645-.13.145-.05.42-.14.81-.31.386-.14.692-.26.935-.35.37-.11.728-.21 1.05-.26.39-.06.777-.08 1.148-.05.71.05 1.36.2 1.94.42 1.02.41 1.843 1.05 2.457 1.96-.26.16-.5.346-.725.55-.487.43-.9.94-1.23 1.505-.43.77-.65 1.64-.644 2.52.015 1.083.29 2.035.84 2.86.387.6.904 1.114 1.534 1.536.31.21.582.355.84.45-.12.375-.252.74-.405 1.1-.347.807-.76 1.58-1.25 2.31-.432.63-.772 1.1-1.03 1.41-.402.48-.79.84-1.18 1.097-.43.285-.935.436-1.452.436-.35.015-.7-.03-1.034-.127-.29-.095-.576-.202-.856-.323-.293-.134-.596-.248-.905-.34-.38-.1-.77-.148-1.164-.147-.4 0-.79.05-1.16.145-.31.088-.61.196-.907.325-.42.175-.695.29-.855.34-.324.096-.656.154-.99.175-.52 0-1.004-.15-1.486-.45zm6.854-18.46c-.68.34-1.326.484-1.973.436-.1-.646 0-1.31.27-2.037.24-.62.56-1.18 1-1.68.46-.52 1.01-.95 1.63-1.26.66-.34 1.29-.52 1.89-.55.08.68 0 1.35-.25 2.07-.228.64-.568 1.23-1 1.76-.435.52-.975.95-1.586 1.26z"/></svg>%0A');--internal-windows-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Windows icon</title><path fill="%23ededf0" d="M0 3.449L9.75 2.1v9.451H0m10.949-9.602L24 0v11.4H10.949M0 12.6h9.75v9.451L0 20.699M10.949 12.6H24V24l-12.9-1.801"/></svg>%0A');--internal-linux-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Linux icon</title><path fill="%23ededf0" d="M12.503 0c-.155 0-.315.008-.479.021-4.227.333-3.106 4.807-3.17 6.298-.077 1.093-.3 1.954-1.051 3.021-.885 1.051-2.127 2.75-2.716 4.521-.278.832-.41 1.684-.287 2.489-.039.034-.076.068-.111.135-.26.268-.449.601-.662.839-.199.199-.485.267-.797.4-.313.136-.658.269-.864.681-.09.188-.136.393-.132.601 0 .199.027.401.055.536.058.399.116.729.039.97-.248.68-.279 1.146-.105 1.485.174.334.535.469.939.601.811.2 1.91.135 2.775.599.926.467 1.866.671 2.616.47.526-.115.97-.463 1.208-.945.587-.003 1.23-.269 2.26-.334.699-.058 1.574.267 2.578.199.025.135.063.199.114.334l.003.003c.391.778 1.113 1.132 1.884 1.071.771-.06 1.592-.536 2.257-1.306.631-.765 1.683-1.084 2.378-1.503.348-.199.629-.469.649-.853.023-.4-.199-.812-.714-1.377v-.097l-.003-.003c-.17-.2-.25-.535-.338-.926-.085-.401-.182-.786-.492-1.046h-.003c-.059-.054-.123-.067-.188-.135-.056-.038-.121-.062-.19-.064.431-1.278.264-2.55-.173-3.694-.533-1.41-1.465-2.638-2.175-3.483-.796-1.005-1.576-1.957-1.561-3.369.027-2.152.237-6.133-3.544-6.139zm.529 3.405h.013c.213 0 .396.062.584.198.191.135.33.332.439.533.105.259.158.459.166.724 0-.02.006-.04.006-.059v.104c-.002-.007-.004-.015-.004-.021l-.004-.024c-.002.243-.053.483-.15.706-.047.125-.119.24-.213.335-.029-.016-.057-.03-.088-.042-.105-.045-.199-.064-.285-.133-.071-.028-.145-.051-.219-.066.049-.059.145-.133.182-.198.053-.128.082-.264.088-.402v-.019c.002-.135-.018-.271-.061-.4-.045-.135-.101-.201-.183-.334-.084-.066-.167-.132-.267-.132h-.016c-.093 0-.176.03-.262.132-.095.094-.166.207-.205.334-.053.127-.084.264-.09.4v.019c.002.089.008.179.02.267-.193-.067-.438-.135-.607-.202-.01-.065-.016-.132-.018-.199v-.02c-.008-.264.043-.526.15-.769.082-.219.232-.406.43-.533.171-.129.379-.199.594-.199zm-2.962.059h.036c.142 0 .27.048.399.135.146.129.264.288.344.465.09.199.141.401.153.667v.004c.007.134.006.201-.002.266v.08c-.03.007-.056.018-.083.024-.152.055-.274.135-.393.2.012-.089.013-.179.003-.267v-.015c-.012-.133-.039-.199-.082-.333-.031-.102-.088-.193-.166-.267-.049-.045-.115-.068-.183-.064h-.021c-.071.006-.13.041-.186.132-.064.077-.105.171-.12.27-.027.108-.035.219-.023.331v.014c.012.135.037.201.081.334.045.134.097.2.165.268.011.009.021.018.034.024-.07.057-.117.07-.176.136-.037.028-.08.06-.131.068-.104-.125-.196-.26-.275-.402-.096-.21-.146-.438-.155-.667-.017-.226.011-.452.08-.668.055-.197.152-.379.283-.535.128-.133.26-.2.418-.2zm1.371 1.706c.331 0 .732.065 1.215.399.293.2.523.269 1.053.468h.003c.255.136.405.266.478.399v-.131c.073.147.078.318.016.47-.123.311-.516.644-1.064.843v.002c-.268.135-.501.333-.775.465-.276.135-.588.292-1.012.267-.152.008-.305-.015-.448-.067-.11-.06-.218-.126-.322-.198-.195-.135-.363-.332-.612-.465v-.005h-.005c-.4-.246-.616-.512-.686-.711-.069-.268-.005-.469.193-.6.224-.135.38-.271.483-.336.104-.074.143-.102.176-.131h.002v-.003c.169-.202.436-.469.839-.601.139-.036.294-.065.466-.065zm2.799 2.143c.359 1.417 1.197 3.475 1.736 4.473.286.534.855 1.659 1.102 3.024.156-.005.329.018.513.064.646-1.671-.546-3.467-1.089-3.966-.221-.201-.232-.335-.123-.335.589.534 1.365 1.572 1.646 2.757.129.535.159 1.104.021 1.67.067.028.135.061.205.067 1.032.534 1.413.938 1.23 1.537v-.043c-.061-.003-.12 0-.181 0h-.015c.151-.467-.182-.825-1.065-1.224-.915-.4-1.646-.336-1.771.465-.007.043-.012.066-.017.135-.068.023-.139.053-.209.064-.43.268-.662.669-.793 1.187-.13.533-.17 1.156-.205 1.869v.003c-.021.334-.171.838-.319 1.351-1.5 1.072-3.58 1.538-5.349.334-.111-.193-.246-.374-.402-.533-.074-.125-.168-.237-.275-.334.182 0 .338-.029.465-.067.145-.067.257-.188.314-.334.108-.267 0-.697-.345-1.163-.345-.467-.931-.995-1.788-1.521-.63-.399-.986-.87-1.15-1.396-.165-.534-.143-1.085-.015-1.645.245-1.07.873-2.11 1.274-2.763.107-.065.037.135-.408.974-.396.751-1.141 2.497-.122 3.854.038-.989.258-1.965.647-2.876.564-1.278 1.743-3.504 1.836-5.268.048.036.217.135.289.202.218.133.38.333.59.465.211.201.477.335.876.335.039.003.075.006.111.006.411 0 .729-.134.996-.268.29-.134.521-.334.74-.4h.005c.467-.135.836-.402 1.045-.7zm2.186 8.958c.037.601.343 1.245.882 1.377.588.134 1.434-.333 1.791-.765l.211-.009c.315-.008.577.01.847.267l.003.003c.208.199.305.531.391.876.085.401.154.78.409 1.066.486.527.645.906.636 1.14l.003-.006v.018l-.003-.012c-.015.262-.185.396-.498.595-.63.401-1.746.712-2.457 1.57-.618.737-1.371 1.139-2.036 1.191-.664.053-1.237-.2-1.574-.898l-.005-.003c-.21-.401-.12-1.025.056-1.69.176-.668.428-1.345.463-1.898.037-.714.076-1.335.195-1.814.12-.465.308-.797.641-.984l.045-.022zm-10.815.049h.01c.053 0 .105.005.157.014.376.055.706.333 1.023.752l.91 1.664.003.003c.243.533.754 1.064 1.189 1.638.434.598.77 1.131.729 1.57v.006c-.057.744-.479 1.148-1.125 1.294-.645.135-1.52.002-2.395-.464-.968-.536-2.118-.469-2.857-.602-.369-.066-.611-.201-.723-.401-.111-.199-.113-.601.123-1.23v-.003l.002-.003c.117-.334.03-.753-.027-1.119-.055-.401-.083-.709.043-.94.16-.334.396-.399.689-.533.295-.135.641-.202.916-.469h.002v-.003c.256-.268.445-.601.668-.838.19-.201.38-.336.663-.336zm7.159-9.074c-.435.201-.945.535-1.488.535-.542 0-.97-.267-1.279-.466-.155-.134-.28-.268-.374-.335-.164-.134-.144-.334-.074-.334.109.016.129.135.199.201.096.066.215.199.361.333.291.2.68.467 1.166.467.485 0 1.053-.267 1.398-.466.195-.135.445-.334.648-.467.156-.137.149-.268.279-.268.129.016.034.134-.147.333-.181.135-.461.335-.69.468v-.001zm-1.082-1.584V5.64c-.006-.019.013-.042.029-.05.074-.043.18-.027.26.004.063 0 .16.067.15.135-.006.049-.085.066-.135.066-.055 0-.092-.043-.141-.068-.052-.018-.146-.008-.163-.065zm-.551 0c-.02.058-.113.049-.166.066-.047.025-.086.068-.139.068-.051 0-.131-.019-.137-.068-.009-.066.088-.133.15-.133.081-.031.184-.047.259-.005.019.009.036.03.03.05v.021h.003z"/></svg>%0A');--internal-android-icon: url('data:image/svg+xml,<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Android icon</title><path fill="%23ededf0" d="M24 19H0a13.6 13.6 0 0 1 2.21-6.07A11.2 11.2 0 0 1 5.87 9.4l.41-.23-2.02-3.41a.51.51 0 0 1 .17-.7.5.5 0 0 1 .69.18l2.08 3.5a12.62 12.62 0 0 1 4.84-.9 12.2 12.2 0 0 1 4.75.9l2.07-3.5a.5.5 0 0 1 .7-.17.51.51 0 0 1 .16.7L17.7 9.19l.5.28a11.38 11.38 0 0 1 3.63 3.62A14.48 14.48 0 0 1 24 19zm-7.5-4.48a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1zm-11 0a1 1 0 0 0 1 1 1 1 0 0 0 1-1 1 1 0 0 0-1-1 1 1 0 0 0-1 1z"/></svg>%0A')}}.profileMetaInfoSummaryProductAndVersion,.profileMetaInfoSummaryPlatform{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profileMetaInfoSummaryProductAndVersion{padding-left:1.4em;background:var(--internal-info-icon) left center / 1em no-repeat}.profileMetaInfoSummaryProductAndVersion[data-product^=Firefox],.profileMetaInfoSummaryProductAndVersion[data-product=Fennec]{background-image:var(--internal-firefox-icon)}.profileMetaInfoSummaryPlatform{padding-left:1.4em;margin-left:1em;background:var(--internal-info-icon) left center / 1em no-repeat}.profileMetaInfoSummaryPlatform[data-toolkit^=macOS]{background-image:var(--internal-apple-icon)}.profileMetaInfoSummaryPlatform[data-toolkit^=Windows]{background-image:var(--internal-windows-icon)}.profileMetaInfoSummaryPlatform[data-toolkit^=Linux]{background-image:var(--internal-linux-icon)}.profileMetaInfoSummaryPlatform[data-toolkit^=Android]{background-image:var(--internal-android-icon)}.publishedProfilesList{padding:0;margin:0;list-style:none}.publishedProfilesListItem{--internal-hover-shadow-color: var(--blue-60);display:flex;justify-content:space-between;padding:2px 0;margin:-2px 0}.publishedProfilesLink{--internal-hover-background-color: var(--grey-90-a05);display:flex;min-width:0;flex:auto;padding:4px 8px;color:var(--base-foreground-color);text-decoration:none}.publishedProfilesLink:visited{color:var(--base-foreground-color)}.publishedProfilesLink:hover{background:var(--internal-hover-background-color)}.publishedProfilesListItem_ConfirmDialogIsOpen,.publishedProfilesListItem:focus-within{box-shadow:-3px 0 0 var(--internal-hover-shadow-color)}.publishedProfilesDate{width:10em;flex:none;padding-right:4px;white-space:nowrap}.publishedProfilesInfo{min-width:0}.publishedProfilesName{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.publishedProfilesActionButtons{display:flex;align-self:center;padding-left:8px;opacity:0}.publishedProfilesListItem_ConfirmDialogIsOpen .publishedProfilesActionButtons,.publishedProfilesListItem:hover .publishedProfilesActionButtons,.publishedProfilesListItem:focus-within .publishedProfilesActionButtons{opacity:1}.publishedProfilesDeleteButton{margin-left:8px}:root.dark-mode{.publishedProfilesListItem{--internal-hover-shadow-color: var(--blue-70)}.publishedProfilesLink{--internal-hover-background-color: var(--grey-10-a10)}}.home{--internal-special-background-color: #798fc8;--internal-special-border-color: #000;--internal-screenshot-border-color: #d1d1d1;--internal-screenshot-shadow-color: #ddd;--internal-button-disabled-foreground-color: var(--grey-50);--internal-button-enabled-foreground-color: var(--blue-60);--internal-button-enabled-hover-foreground-color: #fff;--internal-button-enabled-hover-background-color: var(--blue-60);--internal-docs-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">%0A  <path fill="%230060df" d="M8 1a7 7 0 1 0 7 7 7.008 7.008 0 0 0-7-7zm0 13a6 6 0 1 1 6-6 6.007 6.007 0 0 1-6 6zM8 3.125A2.7 2.7 0 0 0 5.125 6a.875.875 0 0 0 1.75 0c0-1 .6-1.125 1.125-1.125a1.105 1.105 0 0 1 1.13.744.894.894 0 0 1-.53 1.016A2.738 2.738 0 0 0 7.125 9v.337a.875.875 0 0 0 1.75 0v-.37a1.041 1.041 0 0 1 .609-.824A2.637 2.637 0 0 0 10.82 5.16 2.838 2.838 0 0 0 8 3.125zm0 7.625A1.25 1.25 0 1 0 9.25 12 1.25 1.25 0 0 0 8 10.75z"></path>%0A</svg>%0A');display:flex;width:100%;min-height:100vh;align-items:center;align-self:flex-start;justify-content:center;line-height:1.5}:root.dark-mode{.home{--internal-special-background-color: var(--grey-70);--internal-special-border-color: var(--grey-40);--internal-screenshot-border-color: var(--grey-40);--internal-screenshot-shadow-color: var(--grey-90);--internal-button-disabled-foreground-color: var(--grey-10-a60);--internal-button-enabled-foreground-color: var(--blue-40);--internal-docs-icon: url('data:image/svg+xml,<!-- This Source Code Form is subject to the terms of the Mozilla Public%0A   - License, v. 2.0. If a copy of the MPL was not distributed with this%0A   - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->%0A<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">%0A  <path fill="%2345a1ff" d="M8 1a7 7 0 1 0 7 7 7.008 7.008 0 0 0-7-7zm0 13a6 6 0 1 1 6-6 6.007 6.007 0 0 1-6 6zM8 3.125A2.7 2.7 0 0 0 5.125 6a.875.875 0 0 0 1.75 0c0-1 .6-1.125 1.125-1.125a1.105 1.105 0 0 1 1.13.744.894.894 0 0 1-.53 1.016A2.738 2.738 0 0 0 7.125 9v.337a.875.875 0 0 0 1.75 0v-.37a1.041 1.041 0 0 1 .609-.824A2.637 2.637 0 0 0 10.82 5.16 2.838 2.838 0 0 0 8 3.125zm0 7.625A1.25 1.25 0 1 0 9.25 12 1.25 1.25 0 0 0 8 10.75z"></path>%0A</svg>%0A')}}.homeSpecialMessage{padding:8px 16px;border:1px solid var(--internal-special-border-color);border-radius:3px;margin:17px 0;background-color:var(--internal-special-background-color);color:var(--base-foreground-color)}.homeSection{position:relative;overflow:hidden;width:75%;max-width:1200px;box-sizing:border-box;padding:4em 8em;border:1px solid var(--home-border-color);border-radius:3px;background-color:var(--home-background-color);box-shadow:0 5px 25px var(--home-shadow-color);font-size:130%}.homeSection kbd{display:inline-block;padding:0 .5em;border:1px solid var(--kbd-border-color);border-radius:.2em;margin:0 .2em;background-color:var(--kbd-background-color);box-shadow:.1em .1em 0 var(--kbd-shadow-color);color:var(--kbd-foreground-color)}.homeSectionItems{margin:1em 0}.homeSectionScreenshot{width:390px;max-width:100%;height:auto;border:1px solid var(--internal-screenshot-border-color);border-radius:.4em;box-shadow:0 2px 4px var(--internal-screenshot-shadow-color);place-self:center}.homeAdditionalContentTitle{margin-top:0;margin-bottom:10px;grid-column:1 / -1}#home-dark-mode{vertical-align:middle}.homeActions>p:first-child,.homeRecentUploadedRecordingsTitle{margin-top:0}.homeSectionButton{display:block;width:100%;box-sizing:border-box;padding:.5em;border:2px solid currentcolor;margin:15px 0;background-color:var(--base-background-color);color:var(--internal-button-disabled-foreground-color);font-size:16px;font-weight:700;line-height:1.5;text-align:center;text-decoration:none;transition:background-color .25s var(--animation-curve),color .25s var(--animation-curve)}.homeSectionButton:not(:disabled){color:var(--internal-button-enabled-foreground-color);cursor:pointer}.homeSectionLoadProfile{position:relative}.homeSectionActionButtons{display:flex}.homeSectionActionButtons .homeSectionButton{flex:1;margin:5px 0}.homeSectionActionButtons button:not(:first-of-type){border-left:none}.homeSectionLoadFromUrl{position:absolute;display:flex;width:100%;justify-content:space-between}.homeSectionActionButtons .homeSectionButton,.homeSectionLoadFromUrl .homeSectionButton{padding:.3em 1em;font-size:13px}.homeSectionButton:not(:disabled):hover,.homeSectionButton:not(:disabled)[aria-expanded=true]{background-color:var(--internal-button-enabled-hover-background-color);color:var(--internal-button-enabled-hover-foreground-color)}.homeSectionPlus{position:relative;top:2px;padding-right:12px;padding-left:5px;font-size:26px;line-height:0}.homeSectionDocsIcon{position:relative;display:inline-block;width:20px;height:20px;margin:0 10px -4px 3px;background:var(--internal-docs-icon);background-size:100% 100%}.homeSectionButton:hover .homeSectionDocsIcon{filter:grayscale(1) brightness(3)}.homeInstructions,.homeAdditionalContent{display:grid;margin-top:30px;column-gap:30px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.homeInstructionsTransitionGroup{position:relative}@media(prefers-reduced-motion:no-preference){.homeTransition-enter{opacity:.1;transform:translate(100px)}.homeTransition-enter.homeTransition-enter-active{opacity:1;transform:translate(0);transition:opacity .3s ease-out,transform .3s ease-out}}.homeSectionUploadFromFileInput{display:none}.homeSectionLoadFromUrlInput{flex:auto;margin:0 10px 0 0}.homeSectionLoadFromUrlSubmitButton{margin:0}@media(max-width:1300px){.homeSection{padding:5em}}@media(max-width:1100px){.homeSection{max-width:80%;padding:3em}.homeAdditionalContent,.homeInstructions{grid-template-columns:minmax(0,1fr)}}@media(max-width:767px){.homeSection{width:90%;max-width:90%;padding-right:2em;padding-left:2em}}@media(max-width:499px){.homeSection{width:95%;max-width:95%;padding-right:1em;padding-left:1em}}.compareHome{width:75%;padding:8em;border:1px solid var(--home-border-color);border-radius:3px;margin:auto;background:var(--base-background-color);box-shadow:0 5px 25px var(--home-shadow-color);font-size:130%}.compareHomeForm{display:grid;align-items:center;gap:1em;grid-template-columns:auto 1fr}.compareHomeSubmitButton{font-size:inherit;grid-column-start:span 2}.compareHomeFormLabel{white-space:nowrap}@media(max-width:450px){.compareHome{width:auto;padding:1em}}.uploadedRecordingsHome{width:95%;max-width:900px;box-sizing:border-box;padding:3em 1em;border:1px solid var(--home-border-color);border-radius:3px;margin:auto;background:var(--base-background-color);box-shadow:0 5px 25px var(--home-shadow-color);font-size:13px;line-height:1.5}@media(min-width:600px){.uploadedRecordingsHome .profileMetaInfoSummaryProductAndVersion,.uploadedRecordingsHome .profileMetaInfoSummaryPlatform{flex:none}.uploadedRecordingsHome .profileMetaInfoSummaryProductAndVersion{min-width:8.5em}}@media(min-width:750px){.uploadedRecordingsHome{width:90%;padding:6%}}@media(min-width:1000px){.uploadedRecordingsHome{width:75%;padding:6em}}.serviceworker-ready-notice-wrapper{position:fixed;z-index:var(--z-serviceworker-notice);top:0;right:0;left:0;display:flex;pointer-events:none}.serviceworker-ready-notice{margin:0 auto;pointer-events:auto}#root{z-index:var(--z-root);display:flex;min-width:0;flex:1}
/*# sourceMappingURL=/index-GVDN646A.css.map */
