@keyframes fadeIn{0%{opacity:0;display:block}to{opacity:1;display:block}}@keyframes zoomIn{0%{opacity:0;transform:scale(0.8)}to{opacity:1;transform:scale(1)}}@keyframes rotate{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes stripMove{0%{background-position:0 0}100%{background-position:50px 50px}}.fn__ellipsis{word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;display:block}.fn__space{width:8px;display:inline-block;flex-shrink:0}.fn__hr{height:8px;display:block}.fn__hr--b{display:block;height:16px}.fn__hr--small{height:4px}.fn__flex{display:flex}.fn__flex-center{align-self:center}.fn__flex-1{flex:1;min-width:.1px;overflow:auto;min-height:.1px}.fn__flex-column{min-height:100%;display:flex;flex-direction:column}.fn__flex-shrink{flex-shrink:0}.fn__flex-wrap{flex-wrap:wrap}.fn__pointer{cursor:pointer}.fn__none{display:none !important}.fn__hidden{visibility:hidden}.fn__a{color:var(--b3-theme-on-surface);cursor:pointer}.fn__a:hover{color:var(--b3-theme-on-background)}.fn__block{width:100%}.fn__size200{width:200px;flex-shrink:0}.fn__rotate{animation:rotate 2s infinite linear}.fn__loading{position:absolute;top:0;display:flex;justify-content:center;width:100%;bottom:0;align-content:center;z-index:1;align-items:center}.fn__loading--top{top:48px}.fn__code,.b3-typography code:not(.hljs),.b3-typography span[data-type~=code],.protyle-wysiwyg code:not(.hljs),.protyle-wysiwyg span[data-type~=code]{padding:.2em .4em;margin:0;font-size:85%;border-radius:3px;font-family:var(--b3-font-family-code);word-break:break-word;background-size:20px 20px;white-space:pre-wrap;background-color:var(--b3-protyle-code-background)}.fn__list{padding-left:2em}.ft__smaller{font-size:12px}.ft__center{text-align:center}.ft__on-background{color:var(--b3-theme-on-background)}.ft__on-surface{color:var(--b3-theme-on-surface)}.ft__pink{color:#ea4aaa}.ft__error{color:var(--b3-theme-error) !important}.ft__primary{color:var(--b3-theme-primary)}.ft__secondary{color:var(--b3-theme-secondary)}.history__text{background-color:var(--b3-theme-background);padding:16px;box-sizing:border-box;border:0;border-radius:0 0 4px 0;resize:none;color:var(--b3-theme-on-background)}.history__repo{background-color:var(--b3-theme-background);display:flex;flex-direction:column;height:100%;box-sizing:border-box;border-radius:0 0 4px 4px;overflow:hidden}.history__repo .b3-chip--secondary{padding:0 8px;font-size:12px;line-height:16px;margin-right:8px}.history__repoheader{padding:8px 16px;flex-wrap:wrap}.history__repoheader .block__icon{opacity:1;z-index:1}a.b3-chip:hover{text-decoration:none;background-color:#ea4aaa}.b3-chip{background-color:var(--b3-list-hover);color:var(--b3-theme-on-background);line-height:32px;font-weight:400;display:inline-flex;align-items:center;box-sizing:border-box;padding:0 16px;border-radius:16px;transition:var(--b3-transition)}.b3-chip--secondary{background-color:var(--b3-theme-secondary);color:var(--b3-theme-on-secondary)}.b3-chip--primary{background-color:var(--b3-theme-primary);color:var(--b3-theme-on-primary)}.b3-chip svg{margin-right:4px;margin-left:-4px;height:14px;width:14px}.b3-slider{-webkit-appearance:none;border-radius:2px;height:16px;background-color:rgba(0,0,0,0);padding:0 4px}.b3-slider::-webkit-slider-runnable-track{-webkit-appearance:none;height:2px;background-color:var(--b3-theme-primary-lighter)}.b3-slider::-webkit-slider-thumb{-webkit-appearance:none;width:10px;height:10px;border-radius:8px;cursor:pointer;background-color:var(--b3-theme-primary);margin-top:-4px;box-shadow:var(--b3-point-shadow);transition:transform 100ms ease-out}.b3-slider:focus,.b3-slider:hover{outline:none}.b3-slider:focus::-webkit-slider-thumb,.b3-slider:hover::-webkit-slider-thumb{transform:scale(1.5)}.b3-switch{flex-shrink:0;-webkit-appearance:none;box-sizing:border-box;width:28px;height:12px;border:1px solid rgba(0,0,0,0);border-radius:7px;margin:0;outline:none;display:inline-block;position:relative;cursor:pointer;background-color:var(--b3-theme-surface-lighter);overflow:inherit;user-select:none}.b3-switch:after{box-shadow:var(--b3-point-shadow);box-sizing:border-box;width:16px;height:16px;border:1px solid #fff;border-radius:50%;pointer-events:none;z-index:1;content:"";background-color:#fff;left:-4px;top:-3px;display:block;position:absolute;transition:transform .3s ease,opacity .2s}.b3-switch:before{content:"";left:-14px;right:initial;top:-13px;width:36px;height:36px;background-color:rgba(158,158,158,.12);display:none;border-radius:24px;position:absolute;transition:transform .3s ease,opacity .2s;opacity:.54}.b3-switch:checked{background-color:var(--b3-theme-primary-light)}.b3-switch:checked:after{background-color:var(--b3-theme-primary);border-color:var(--b3-theme-primary)}.b3-switch:checked:before,.b3-switch:checked:after{transform:translateX(19px);transition:transform .6s cubic-bezier(0.2, 0.85, 0.32, 1.2),opacity .3s}.b3-switch:disabled{opacity:.38;cursor:not-allowed}.b3-switch:hover:not(:disabled):before,.b3-switch:focus:not(:disabled):before{display:inline-block}.b3-switch:focus:not(:disabled):before{background-color:var(--b3-theme-primary-lightest)}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-corner{background-color:rgba(0,0,0,0)}::-webkit-scrollbar-thumb{box-sizing:content-box;border:4px solid rgba(0,0,0,0);border-radius:5px;box-shadow:inset 0 0 5px 5px var(--b3-scroll-color)}::-webkit-scrollbar-thumb:hover{border-width:1px}.tooltip{pointer-events:none;position:fixed;z-index:1000000;padding:4px 8px;font-size:12px;font-weight:normal;-webkit-font-smoothing:subpixel-antialiased;color:#fff;word-wrap:break-word;background:var(--b3-tooltips-color);border-radius:4px;line-height:17px;max-width:320px;animation-duration:150ms;animation-fill-mode:both;animation-name:zoomIn}.tooltip--error{background:var(--b3-theme-error)}.b3-tooltips{position:relative;cursor:pointer;overflow:hidden}.b3-tooltips::after{z-index:1000000;padding:4px 8px;font-size:12px;font-weight:normal;-webkit-font-smoothing:subpixel-antialiased;color:#fff;word-wrap:break-word;white-space:pre;content:attr(aria-label);background:var(--b3-tooltips-color);border-radius:4px;line-height:17px;transform:scale(0.8);max-width:60vw;overflow:hidden;text-overflow:ellipsis;box-sizing:border-box}.b3-tooltips::before{z-index:1000001;width:0;height:0;color:var(--b3-tooltips-color);content:"";border:5px solid rgba(0,0,0,0);transform:scale(1.54)}.b3-tooltips::after,.b3-tooltips::before{pointer-events:none;position:absolute;opacity:0;transition:opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1),transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.b3-tooltips:hover,.b3-tooltips:focus-within{overflow:initial}.b3-tooltips:hover::before,.b3-tooltips:hover::after{display:inline-block;opacity:1;transform:scale(1)}.b3-tooltips__s::after,.b3-tooltips__se::after,.b3-tooltips__sw::after{top:100%;right:50%;margin-top:5px}.b3-tooltips__s::before,.b3-tooltips__se::before,.b3-tooltips__sw::before{top:auto;right:50%;bottom:-5px;margin-right:-5px;border-bottom-color:var(--b3-tooltips-color)}.b3-tooltips__se::after{right:auto;left:50%;margin-left:-15px}.b3-tooltips__sw::after{margin-right:-15px}.b3-tooltips__n::after,.b3-tooltips__ne::after,.b3-tooltips__nw::after{right:50%;bottom:100%;margin-bottom:5px}.b3-tooltips__n::before,.b3-tooltips__ne::before,.b3-tooltips__nw::before{top:-5px;right:50%;bottom:auto;margin-right:-5px;border-top-color:var(--b3-tooltips-color)}.b3-tooltips__ne::after{right:auto;left:50%;margin-left:-15px}.b3-tooltips__nw::after{margin-right:-15px}.b3-tooltips__s::after,.b3-tooltips__n::after{transform:translateX(50%) scale(0.8)}.b3-tooltips__s:hover::after,.b3-tooltips__n:hover::after{transform:translateX(50%) scale(1)}.b3-tooltips__w::after{right:100%;bottom:50%;margin-right:5px;transform:translateY(50%) scale(0.8)}.b3-tooltips__w::before{top:50%;bottom:50%;left:-5px;margin-top:-5px;border-left-color:var(--b3-tooltips-color)}.b3-tooltips__e::after{bottom:50%;left:100%;margin-left:5px;transform:translateY(50%) scale(0.8)}.b3-tooltips__e:hover::after,.b3-tooltips__w:hover::after{transform:translateY(50%) scale(1)}.b3-tooltips__e::before{top:50%;right:-5px;bottom:50%;margin-top:-5px;border-right-color:var(--b3-tooltips-color)}@media screen and (max-width: 520px){.b3-tooltips:before,.b3-tooltips:after{content:none}}.b3-dialog{position:fixed;top:0;left:0;align-items:center;justify-content:center;box-sizing:border-box;width:100%;height:100%;display:flex;z-index:305}.b3-dialog--open .b3-dialog__scrim{opacity:1}.b3-dialog--open .b3-dialog__container{transform:none;opacity:1}.b3-dialog__scrim{background-color:var(--b3-mask-background);position:fixed;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity 150ms linear}.b3-dialog__container{border-radius:4px;background-color:var(--b3-theme-surface);position:relative;box-shadow:var(--b3-dialog-shadow);display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;box-sizing:border-box;max-width:100%;transform:scale(0.8);opacity:0;transition:opacity 75ms linear,transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1)}.b3-dialog__header{padding:16px 24px;line-height:24px;font-size:16px;font-weight:500;border-bottom:1px solid var(--b3-theme-surface-lighter)}.b3-dialog__content{padding:16px 24px;word-break:break-all}.b3-dialog__action{padding:8px 24px;border-top:1px solid var(--b3-theme-surface-lighter);display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box;user-select:none}.b3-dialog__close{position:absolute;cursor:pointer;top:10px;right:-32px;height:16px;width:16px}.b3-dialog--switch{max-height:70vh;max-width:520px}.b3-dialog--switch .b3-list:last-child{border-left:1px solid var(--b3-theme-surface-lighter);overflow:auto;max-width:360px;min-width:200px}.b3-dialog--switch .dialog__path{padding:4px 8px;border-top:1px solid var(--b3-theme-surface-lighter);color:var(--b3-theme-on-surface);font-size:12px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;line-height:18px}.b3-button{cursor:pointer;color:var(--b3-theme-on-primary);border-radius:4px;line-height:20px;padding:4px 8px;background-color:var(--b3-theme-primary);white-space:nowrap;display:inline-flex;align-items:center;justify-content:center;transition:box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);border:0;box-sizing:border-box;text-align:center}.b3-button svg{height:16px;width:16px;margin-right:4px}.b3-button:hover,.b3-button:focus,.b3-button--progress{text-decoration:none;box-shadow:0px 2px 4px -1px rgba(0,0,0,.2),0px 4px 5px 0px rgba(0,0,0,.14),0px 1px 10px 0px rgba(0,0,0,.12)}.b3-button:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12)}.b3-button--progress{position:relative;background-color:rgba(0,0,0,0);height:28px}.b3-button--progress>span{position:absolute;content:" ";height:100%;left:0;top:0;width:50%;background-color:var(--b3-theme-primary);border-radius:4px}.b3-button--small{padding:0 4px;font-size:12px}.b3-button--text,.b3-button--cancel{color:var(--b3-theme-primary);background-color:rgba(0,0,0,0)}.b3-button--text:hover,.b3-button--text:focus,.b3-button--cancel:hover,.b3-button--cancel:focus{background-color:var(--b3-theme-primary-lightest);box-shadow:none}.b3-button--text:active,.b3-button--cancel:active{background-color:var(--b3-theme-primary-lighter);box-shadow:none}.b3-button--cancel{color:var(--b3-theme-on-surface)}.b3-button--outline{color:var(--b3-theme-primary);box-shadow:inset 0 0 0 1px var(--b3-theme-primary);background-color:rgba(0,0,0,0)}.b3-button--outline:hover,.b3-button--outline:focus{background-color:var(--b3-theme-primary-lightest);box-shadow:inset 0 0 0 1px var(--b3-theme-primary)}.b3-button--outline:active{background-color:var(--b3-theme-primary-lighter);box-shadow:inset 0 0 0 1px var(--b3-theme-primary)}.b3-button--white{padding:4px 8px;font-size:12px;background-color:#fafbfc;color:var(--b3-theme-primary)}.b3-button--white:hover,.b3-button--white:focus{background-color:#f3f4f6}.b3-button:disabled{opacity:.37;cursor:not-allowed}.b3-snackbar{margin-bottom:16px;position:relative;transition:transform 256ms cubic-bezier(0.45, 0.05, 0.55, 0.95) 0ms;text-align:right}.b3-snackbar--hide{transform:translate3d(calc(20vw + 48px), 0, 0)}.b3-snackbars{position:fixed;right:12px;top:22px;z-index:503;max-height:calc(100vh - 32px);display:flex;flex-direction:column;transform:translate3d(calc(20vw + 48px), 0, 0);transition:transform .15s cubic-bezier(0.4, 0, 1, 1) 0ms}.b3-snackbars--show{transform:translate3d(0, 0, 0) !important}.b3-snackbars>.b3-button{align-self:flex-end;margin-right:18px}.b3-snackbars>.fn__flex-1{padding:0 18px 0 18px}.b3-snackbars>.fn__flex-1::-webkit-scrollbar{display:none}.b3-snackbar--error .b3-snackbar__content{background-color:var(--b3-theme-error);color:var(--b3-theme-on-error)}.b3-snackbar__content{line-height:20px;border-radius:4px;padding:8px 16px;color:var(--b3-theme-on-primary);font-size:inherit;background-color:var(--b3-theme-primary);box-sizing:border-box;box-shadow:0 3px 5px -1px rgba(0,0,0,.2),0 6px 10px 0 rgba(0,0,0,.14),0 1px 18px 0 rgba(0,0,0,.12);word-break:break-word;max-width:20vw;text-align:left;display:inline-block}.b3-snackbar__content a{color:var(--b3-theme-on-primary);text-decoration:underline}.b3-snackbar__content ul{margin-left:16px}.b3-snackbar__close{position:absolute;cursor:pointer;top:10px;right:1px;height:8px;width:8px;padding:4px;border-radius:10px;color:var(--b3-theme-background-light);transition:var(--b3-transition)}.b3-snackbar__close:hover{color:var(--b3-theme-on-background);background-color:var(--b3-theme-background-light)}@media screen and (max-width: 520px){.b3-snackbars{top:35px;right:calc(10vw - 18px)}.b3-snackbar__content{max-width:80vw}.b3-snackbars{transform:translate3d(100vw, 0, 0)}}.b3-form__space{margin:16px 24px}.b3-form__space--small{margin:8px 16px}.b3-form__icon{position:relative;color:var(--b3-theme-on-surface)}.b3-form__icon-icon{position:absolute;left:9px;top:6px;height:16px;width:16px}.b3-form__icon-icon--current{color:var(--b3-theme-primary);background-color:var(--b3-theme-surface)}.b3-form__icon-action{right:9px;top:5px;border-radius:2px;text-align:center;padding:2px;position:absolute;height:16px;width:16px}.b3-form__icon-action:hover{background-color:var(--b3-theme-surface);color:var(--b3-theme-primary)}.b3-form__icon-input{padding-left:35px !important}.b3-form__icon--small .b3-form__icon-icon{left:5px;top:4px;height:14px;width:14px}.b3-form__icon--small .b3-form__icon-input{padding-left:25px !important}.b3-form__img{position:relative}.b3-form__img img{position:absolute;left:1px;top:1px;height:28px;border-radius:3px 0 0 3px}.b3-form__img input{padding-left:93px}.b3-form__upload{position:absolute;width:100%;height:100%;top:0;left:0;opacity:.001;overflow:hidden;cursor:pointer}.b3-label{border-bottom:1px solid var(--b3-theme-surface-lighter);padding:16px 24px;line-height:20px}.b3-label__text{color:var(--b3-theme-on-surface) !important;font-size:14px !important;margin-top:4px;overflow:hidden !important}.b3-label--inner{border-bottom:0;padding:0 !important}.b3-label:last-child,.b3-label--noborder{border-bottom:0}.pickr{position:relative;overflow:visible;transform:translateY(0)}.pickr *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr .pcr-button{position:relative;height:2em;width:2em;padding:.5em;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;border-radius:.15em;background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 50 50\" stroke=\"%2342445A\" stroke-width=\"5px\" stroke-linecap=\"round\"><path d=\"M45,45L5,5\"></path><path d=\"M45,5L5,45\"></path></svg>") no-repeat center;background-size:0;transition:all .3s}.pickr .pcr-button::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");background-size:.5em;border-radius:.15em;z-index:-1}.pickr .pcr-button::before{z-index:initial}.pickr .pcr-button::after{position:absolute;content:"";top:0;left:0;height:100%;width:100%;transition:background .3s;background:var(--pcr-color);border-radius:.15em}.pickr .pcr-button.clear{background-size:70%}.pickr .pcr-button.clear::before{opacity:0}.pickr .pcr-button.clear:focus{box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-button.disabled{cursor:not-allowed}.pickr *,.pcr-app *{box-sizing:border-box;outline:none;border:none;-webkit-appearance:none}.pickr input:focus,.pickr input.pcr-active,.pickr button:focus,.pickr button.pcr-active,.pcr-app input:focus,.pcr-app input.pcr-active,.pcr-app button:focus,.pcr-app button.pcr-active{box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px var(--pcr-color)}.pickr .pcr-palette,.pickr .pcr-slider,.pcr-app .pcr-palette,.pcr-app .pcr-slider{transition:box-shadow .3s}.pickr .pcr-palette:focus,.pickr .pcr-slider:focus,.pcr-app .pcr-palette:focus,.pcr-app .pcr-slider:focus{box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px rgba(0,0,0,.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity .3s,visibility 0s .3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 .15em 1.5em 0 rgba(0,0,0,.1),0 0 1em 0 rgba(0,0,0,.03);left:0;top:0}.pcr-app.visible{transition:opacity .3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:.75em}.pcr-app .pcr-swatches.pcr-last{margin:0}@supports(display: grid){.pcr-app .pcr-swatches{display:grid;align-items:center;grid-template-columns:repeat(auto-fit, 1.75em)}}.pcr-app .pcr-swatches>button{font-size:1em;position:relative;width:calc(1.75em - 5px);height:calc(1.75em - 5px);border-radius:.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all .15s;overflow:hidden;background:rgba(0,0,0,0);z-index:1}.pcr-app .pcr-swatches>button::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");background-size:6px;border-radius:.15em;z-index:-1}.pcr-app .pcr-swatches>button::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:var(--pcr-color);border:1px solid rgba(0,0,0,.05);border-radius:.15em;box-sizing:border-box}.pcr-app .pcr-swatches>button:hover{filter:brightness(1.05)}.pcr-app .pcr-swatches>button:not(.pcr-active){box-shadow:none}.pcr-app .pcr-interaction{display:flex;flex-wrap:wrap;align-items:center;margin:0 -0.2em 0 -0.2em}.pcr-app .pcr-interaction>*{margin:0 .2em}.pcr-app .pcr-interaction input{letter-spacing:.07em;font-size:.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all .15s;padding:.45em .5em;margin-top:.75em}.pcr-app .pcr-interaction input:hover{filter:brightness(0.975)}.pcr-app .pcr-interaction input:focus{box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px rgba(66,133,244,.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all .2s;border-radius:.15em;background:#f1f3f4;cursor:text}.pcr-app .pcr-interaction .pcr-result::selection{background:#4285f4;color:#fff}.pcr-app .pcr-interaction .pcr-type.active{color:#fff;background:#4285f4}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff;width:auto}.pcr-app .pcr-interaction .pcr-save,.pcr-app .pcr-interaction .pcr-cancel,.pcr-app .pcr-interaction .pcr-clear{color:#fff}.pcr-app .pcr-interaction .pcr-save:hover,.pcr-app .pcr-interaction .pcr-cancel:hover,.pcr-app .pcr-interaction .pcr-clear:hover{filter:brightness(0.925)}.pcr-app .pcr-interaction .pcr-save{background:#4285f4}.pcr-app .pcr-interaction .pcr-clear,.pcr-app .pcr-interaction .pcr-cancel{background:#f44250}.pcr-app .pcr-interaction .pcr-clear:focus,.pcr-app .pcr-interaction .pcr-cancel:focus{box-shadow:0 0 0 1px rgba(255,255,255,.85),0 0 0 3px rgba(244,66,80,.75)}.pcr-app .pcr-selection .pcr-picker{position:absolute;height:18px;width:18px;border:2px solid #fff;border-radius:100%;user-select:none}.pcr-app .pcr-selection .pcr-color-palette,.pcr-app .pcr-selection .pcr-color-chooser,.pcr-app .pcr-selection .pcr-color-opacity{position:relative;user-select:none;display:flex;flex-direction:column;cursor:grab;cursor:-moz-grab;cursor:-webkit-grab}.pcr-app .pcr-selection .pcr-color-palette:active,.pcr-app .pcr-selection .pcr-color-chooser:active,.pcr-app .pcr-selection .pcr-color-opacity:active{cursor:grabbing;cursor:-moz-grabbing;cursor:-webkit-grabbing}.pcr-app[data-theme=nano]{width:14.25em;max-width:95vw}.pcr-app[data-theme=nano] .pcr-swatches{margin-top:.6em;padding:0 .6em}.pcr-app[data-theme=nano] .pcr-interaction{padding:0 .6em .6em .6em}.pcr-app[data-theme=nano] .pcr-selection{display:grid;grid-gap:.6em;grid-template-columns:1fr 4fr;grid-template-rows:5fr auto auto;align-items:center;height:10.5em;width:100%;align-self:flex-start}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview{grid-area:2/1/4/1;height:100%;width:100%;display:flex;flex-direction:row;justify-content:center;margin-left:.6em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-last-color{display:none}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color{position:relative;background:var(--pcr-color);width:2em;height:2em;border-radius:50em;overflow:hidden}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-preview .pcr-current-color::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette{grid-area:1/1/2/3;width:100%;height:100%;z-index:1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette{border-radius:.15em;width:100%;height:100%}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-palette .pcr-palette::before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");background-size:.5em;border-radius:.15em;z-index:-1}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser{grid-area:2/2/2/2}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity{grid-area:3/2/3/2}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity{height:.5em;margin:0 .6em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-picker,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-picker{top:50%;transform:translateY(-50%)}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider,.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider{flex-grow:1;border-radius:50em}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-chooser .pcr-slider{background:linear-gradient(to right, hsl(0deg, 100%, 50%), hsl(60deg, 100%, 50%), hsl(120deg, 100%, 50%), hsl(180deg, 100%, 50%), hsl(240deg, 100%, 50%), hsl(300deg, 100%, 50%), hsl(0deg, 100%, 50%))}.pcr-app[data-theme=nano] .pcr-selection .pcr-color-opacity .pcr-slider{background:linear-gradient(to right, transparent, black),url("data:image/svg+xml;utf8, <svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 2 2\"><path fill=\"white\" d=\"M1,0H2V1H1V0ZM0,1H1V2H0V1Z\"/><path fill=\"gray\" d=\"M0,0H1V1H0V0ZM1,1H2V2H1V1Z\"/></svg>");background-size:100%,.25em}.b3-text-field,.pcr-app .pcr-interaction .pcr-result{border:0;border-radius:4px;box-shadow:inset 0 0 0 1px var(--b3-theme-on-surface);padding:4px 8px;line-height:20px;box-sizing:border-box;color:var(--b3-theme-on-background);transition:box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);background-color:var(--b3-theme-background)}.b3-text-field:hover,.pcr-app .pcr-interaction .pcr-result:hover{border-color:var(--b3-theme-on-background)}.b3-text-field:focus,.pcr-app .pcr-interaction .pcr-result:focus{box-shadow:inset 0 0 0 1px var(--b3-theme-primary),0 0 0 3px var(--b3-theme-primary-lightest)}.b3-text-field[type=color],.pcr-app .pcr-interaction [type=color].pcr-result{padding:0}.b3-text-field--small{font-size:12px;padding:0 4px}.b3-text-field--text{box-shadow:0 0 0}.b3-text-field--text:focus{box-shadow:0 0 0}.b3-select{border:0;border-radius:4px;padding:4px 8px;line-height:20px;box-sizing:border-box;color:var(--b3-theme-on-background);transition:box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);background-color:var(--b3-theme-background);min-width:200px;height:28px;font-size:14px;overflow:hidden}.b3-select:focus{box-shadow:0 0 0 3px var(--b3-theme-primary-lighter)}.b3-list mark{background-color:var(--b3-protyle-inline-mark-background);color:var(--b3-protyle-inline-mark-color)}.b3-list--background .b3-list-item{border-radius:4px}.b3-list--background .b3-list-item:hover:not(.b3-list-item--focus){background-color:var(--b3-theme-background-light)}.b3-list--background .b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom){background-color:var(--b3-list-hover)}.b3-list--empty{justify-content:center;color:var(--b3-theme-on-surface);padding:4px 16px;list-style:none}.b3-list--border div{margin-left:34px;position:relative}.b3-list--border>div div:before{content:"";height:100%;top:0;position:absolute;border-left:1px solid var(--b3-theme-background-light);left:-47px}.b3-list--border>div label:before{content:"";height:100%;top:0;position:absolute;border-left:1px solid var(--b3-theme-background-light);left:-21px}.b3-list--border .b3-list-item__text{padding-left:4px}.b3-list-item{line-height:28px;padding:1px 4px;display:flex;cursor:pointer;align-items:center;position:relative;background-color:rgba(0,0,0,0);text-align:left;border:0;color:var(--b3-theme-on-background);margin:0 8px !important}.b3-list-item[draggable=true]:active{cursor:grabbing}.b3-list-item--big{padding:16px 24px}.b3-list-item--big .b3-list-item__graphic{margin-right:24px;height:16px;width:16px}.b3-list-item--two{display:block}.b3-list-item--two .b3-list-item__first{display:flex;align-items:center}.b3-list-item--two .b3-list-item__meta{margin-left:0}.b3-list-item--hide-action .b3-list-item__action{display:none}.b3-list-item--hide-action:hover>.b3-list-item__action,.b3-list-item--hide-action:hover>.fn__space{display:flex}.b3-list-item__toggle{display:flex;align-items:center;height:22px;padding:0 4px;color:var(--b3-theme-on-surface);transition:var(--b3-transition)}.b3-list-item__toggle--hl:hover{color:var(--b3-theme-on-background);background-color:var(--b3-list-icon-hover);border-radius:2px}.b3-list-item__icon{text-align:center;font-size:16px;margin-right:4px;line-height:22px;height:22px;transition:var(--b3-transition);padding:0 4px;flex-shrink:0}.b3-list-item__icon svg,.b3-list-item__icon img{float:left;margin:3px 0;height:16px;width:16px;color:var(--b3-theme-on-surface);border-radius:2px}.b3-list-item__icon:hover{color:var(--b3-theme-on-background);background-color:var(--b3-list-icon-hover);border-radius:2px}.b3-list-item__hinticon{width:12px;height:12px;fill:currentColor;color:var(--b3-theme-on-background);align-self:center;flex-shrink:0;margin-right:4px}.b3-list-item__graphic{margin-right:4px;padding:0 2px;flex-shrink:0;height:14px;width:14px;line-height:14px;font-size:12px}.b3-list-item__graphic svg{width:12px;height:14px}.b3-list-item__arrow{flex-shrink:0;height:10px;width:10px;transition:transform .15s cubic-bezier(0, 0, 0.2, 1),opacity 1s cubic-bezier(0, 0, 0.2, 1)}.b3-list-item__arrow--open{transform:rotate(90deg)}.b3-list-item__text{flex:1;background-color:rgba(0,0,0,0);text-align:left;border:0;padding:0;color:var(--b3-theme-on-background);word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box}.b3-list-item__text>img,.b3-list-item__text>.custom-icon{height:14px;width:14px;float:left;margin-top:7px}.b3-list-item__showall{line-height:1;word-break:break-all}.b3-list-item__meta{font-size:.75rem;margin-left:8px;flex-shrink:0;color:var(--b3-theme-on-surface)}.b3-list-item__meta--ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:50%}.b3-list-item__action{flex-shrink:0;align-items:center;color:var(--b3-theme-on-surface);height:22px;padding:0 4px;margin-left:4px;display:flex}.b3-list-item__action svg{height:14px;width:14px}.b3-list-item__action:hover{color:var(--b3-theme-on-background);background-color:var(--b3-list-icon-hover);border-radius:2px}.b3-list-item .counter{cursor:pointer}.b3-list-item .counter:hover{color:var(--b3-theme-on-background);background-color:var(--b3-list-icon-hover)}.b3-tab-container{overflow:auto;box-sizing:border-box;flex:1;background-color:var(--b3-theme-background)}.b3-tab-container .b3-label{padding:16px 0;margin:0 24px}.graph{display:flex;flex-direction:column;background-color:var(--b3-theme-surface);position:relative;overflow:hidden !important}.graph__panel{transition:var(--b3-transition);width:200px;padding:0 16px 8px;background-color:var(--b3-theme-background);position:absolute;top:30px;right:-200px;bottom:0;overflow:auto;box-sizing:border-box;z-index:1;opacity:.9}.graph__panel label{display:flex;margin-top:8px;align-items:center;cursor:pointer}.graph__panel label span{flex:1;white-space:nowrap}.graph__panel label .b3-slider{width:68px}.graph__svg{position:relative;overflow:hidden !important}.graph__svg .vis-network{outline:none}.graph__svg .vis-tooltip{visibility:hidden;pointer-events:none;position:absolute;border:1px solid var(--b3-theme-surface-lighter);border-radius:4px;box-shadow:var(--b3-dialog-shadow);background-color:var(--b3-theme-surface);padding:4px 8px;color:var(--b3-theme-on-surface);max-width:10vw;word-break:break-all}.graph__loading{height:8px;background:var(--b3-theme-background);position:absolute;width:80%;left:10%;top:50%;z-index:1}.graph__loading div{background:var(--b3-theme-primary);width:0;height:8px;transition:var(--b3-transition)}.layout{overflow-y:hidden}.layout__wnd--active .layout-tab-bar .item--focus:after{background-color:var(--b3-theme-primary)}.layout__wnd--active .layout-tab-bar .item--focus>.item__text{color:var(--b3-theme-on-background)}.layout__tab--active .b3-list--background .b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom){background-color:var(--b3-theme-primary-lightest)}.layout__tab--active .graph__svg,.layout__tab--active .inbox__list{background-color:var(--b3-theme-background)}.layout__resize{cursor:row-resize;margin:-3px 0;height:6px;width:100%;position:relative;z-index:2}.layout__resize:hover:after{background-color:var(--b3-scroll-color)}.layout__resize:after{content:"";width:100%;height:.5px;display:block;background-color:var(--b3-border-color);top:3px;position:absolute;left:0;transition:var(--b3-transition)}.layout__resize--lr{cursor:col-resize;width:6px;margin:0 -6px 0 0;height:auto}.layout__resize--lr:after{top:0;width:.5px;left:0;height:100%}.layout__empty{display:flex;height:100%;justify-content:center;flex-direction:column;width:100%;background-color:var(--b3-theme-background);align-items:center}.layout__empty .b3-list-item{width:204px;white-space:nowrap;font-size:17px;color:var(--b3-theme-on-surface);margin-top:8px !important}.layout__empty .b3-list-item:hover{color:var(--b3-theme-on-background)}.layout__empty .b3-list-item__graphic{margin-right:8px;height:16px;width:16px}.layout-tab-container{display:flex;position:relative;background-color:var(--b3-theme-surface);user-select:none}.layout-tab-container__drag{background-color:var(--b3-theme-primary-lightest);position:absolute;z-index:100;height:100%;width:100%;transition:var(--b3-transition)}.layout-tab-bar{list-style:none;align-items:center;overflow:auto;position:relative;background-color:var(--b3-theme-surface)}.layout-tab-bar::-webkit-scrollbar{display:none}.layout-tab-bar--drag{background-color:var(--b3-theme-primary-lightest)}.layout-tab-bar--readonly{flex-shrink:0;min-width:71px}.layout-tab-bar .item{line-height:22px;cursor:pointer;user-select:none;display:flex;align-items:center;transition:var(--b3-transition);min-height:42px;position:relative;max-width:186px;flex-shrink:0;overflow:hidden}.layout-tab-bar .item--full{max-width:none;flex:1}.layout-tab-bar .item--full.item--focus:after{background-color:var(--b3-theme-primary)}.layout-tab-bar .item:hover:not(.item--focus):not(.item--readonly) .item__text{color:var(--b3-theme-on-background)}.layout-tab-bar .item:hover .item__close svg,.layout-tab-bar .item.item--focus .item__close svg{opacity:1}.layout-tab-bar .item--readonly{padding-left:13px;max-width:none}.layout-tab-bar .item--readonly .item__close svg{opacity:1}.layout-tab-bar .item--pin{flex:none;min-width:42px}.layout-tab-bar .item--pin .item__text{max-width:148px;font-style:normal;color:var(--b3-theme-on-background)}.layout-tab-bar .item--pin .item__graphic,.layout-tab-bar .item--pin .item__icon{padding:0 12px}.layout-tab-bar .item--pin .item__close{display:none}.layout-tab-bar .item--focus:after{content:"";width:100%;height:3px;border-radius:6px;bottom:0;position:absolute;background-color:var(--b3-theme-background-light)}.layout-tab-bar .item--unupdate{font-style:italic;color:var(--b3-theme-on-surface)}.layout-tab-bar .item__icon{padding:4px 0 4px 8px;line-height:22px;flex-shrink:0}.layout-tab-bar .item__icon>img,.layout-tab-bar .item__icon>svg{float:left;height:18px;width:18px;border-radius:2px;margin-top:1px}.layout-tab-bar .item__graphic{padding:4px 0 4px 8px;height:14px;width:14px}.layout-tab-bar .item__text{text-align:center;-webkit-font-smoothing:subpixel-antialiased;color:var(--b3-theme-on-surface);transition:var(--b3-transition);padding:0 8px;white-space:nowrap;overflow:hidden;-webkit-mask-image:linear-gradient(to left, rgba(0, 0, 0, 0) 0, #000 12px)}.layout-tab-bar .item__close{padding:13px 8px 13px 0;display:flex;align-items:center}.layout-tab-bar .item__close svg{border-radius:10px;height:8px;width:8px;color:var(--b3-theme-on-surface);transition:var(--b3-transition);padding:4px;opacity:0}.layout-tab-bar .item__close:hover svg{color:var(--b3-theme-on-background);background-color:var(--b3-theme-background-light)}.dock{height:42px;display:flex;padding:0 42px;user-select:none;background-color:var(--b3-theme-surface)}.dock#dockLeft{border-right:.5px solid var(--b3-border-color)}.dock#dockRight{border-left:.5px solid var(--b3-border-color)}.dock#dockTop{border-bottom:.5px solid var(--b3-border-color)}.dock#dockBottom{border-top:.5px solid var(--b3-border-color)}.dock svg{height:16px;width:16px}.dock--vertical{width:42px;flex-direction:column;height:100%;padding:0}.dock--vertical .dock__item[data-index="0"]:after{top:-32px;bottom:auto}.dock--vertical .dock__item[data-index="1"]:after{bottom:100%}.dock__item{padding:8px;color:var(--b3-theme-on-surface-light);display:flex;border-radius:6px;margin:5px}.dock__item:hover,.dock__item--active{background-color:var(--b3-theme-background-light)}.dock__item--activefocus{color:var(--b3-theme-on-primary) !important;background-color:var(--b3-theme-primary) !important}.block__popover{background-color:var(--b3-theme-background);position:absolute;box-shadow:var(--b3-dialog-shadow);z-index:205;width:60vw;word-break:break-word;border-radius:4px;opacity:0;transition:opacity 75ms linear;top:-100px;display:flex;flex-direction:column;min-height:160px}.block__popover--open{opacity:1}.block__popover--top{z-index:206}.block__popover--move>.block__icons{cursor:move;border-radius:4px 4px 0 0}.block__popover--move>.block__icons .block__icon{opacity:1}.block__popover--move>.block__nwse,.block__popover--move>.block__ew,.block__popover--move>.block__ns{position:absolute}.block__popover--move>.block__nwse{height:16px;width:8px;cursor:nwse-resize;right:-8px;bottom:-8px}.block__popover--move>.block__ns{height:8px;cursor:ns-resize;left:0;right:0;bottom:-8px}.block__popover--move>.block__ew{width:8px;cursor:ew-resize;top:0;right:-8px;bottom:8px}.block__content{overflow:auto;display:flex;flex-direction:column;border-radius:0 0 4px 4px;flex:1}.block__edit{display:flex;flex-direction:column;border-bottom:1px solid var(--b3-theme-surface-lighter)}.block__edit .protyle-wysiwyg{transition:none}.block__edit:last-child{border-bottom:0}.block__icons{padding:0 8px;display:flex;align-items:center;height:42px;flex-shrink:0}.block__icons--border{background-color:var(--b3-theme-surface)}.block__icons:hover .block__icon{opacity:1}.block__icons .counter{background-color:var(--b3-theme-background)}.block__icon{color:var(--b3-theme-on-surface);cursor:pointer;opacity:0;border:0;background:rgba(0,0,0,0);flex-shrink:0;padding:5px;display:flex;align-items:center;border-radius:2px;transition:var(--b3-transition),opacity .3s cubic-bezier(0, 0, 0.2, 1) 0ms}.block__icon:hover:not([disabled]):not(.ft__primary),.block__icon--active{color:var(--b3-theme-on-background);background-color:var(--b3-list-icon-hover)}.block__icon[disabled]{opacity:.68;cursor:not-allowed}.block__icon--show{opacity:1}.block__icon svg{height:14px;width:14px}.block__logo{white-space:nowrap;margin-right:8px;display:flex;align-items:center}.block__logo svg{height:16px;width:16px;padding:8px 4px 8px 0}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;height:100%;box-sizing:border-box}body{text-rendering:optimizeLegibility;margin:0;font-family:var(--b3-font-family);font-size:14px;color:var(--b3-theme-on-background);background-color:var(--b3-theme-background);-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;height:100%;box-sizing:border-box;max-height:100%;overflow:hidden}body.body--blur .toolbar{background:var(--b3-toolbar-blur-background)}body.body--blur .layout__wnd--active .layout-tab-bar .item--focus{box-shadow:inset 0 -2px 0 0 var(--b3-theme-background-light)}body.body--blur .layout__wnd--active .layout-tab-bar .item--focus>.item__text{color:var(--b3-theme-on-surface)}body.body--blur .layout__tab--active .b3-list--background .b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom){background-color:var(--b3-list-hover)}body.body--blur .layout__tab--active .graph__svg,body.body--blur .layout__tab--active .inbox__list{background-color:var(--b3-theme-surface)}body.body--blur .dock__item--activefocus{color:var(--b3-theme-on-surface-light) !important;background-color:var(--b3-theme-background-light) !important}body.body--win32{-webkit-font-smoothing:auto}body.body--win32 .toolbar{padding:0 0 0 5px}body.body--win32 .fullscreen>.protyle-breadcrumb,body.body--win32 .fullscreen>.block__icons{padding-left:10px;padding-right:108px}ul,ol{margin:0;padding:0}h1,h2,h3,h4,h5,h6,dl,dd,p{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none}a{outline:0;text-decoration:none;color:var(--b3-theme-primary)}a:hover{text-decoration:underline}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{max-width:100%;vertical-align:middle;border:0;height:auto;-ms-interpolation-mode:bicubic;overflow:hidden;font-size:12px}button,input,select,textarea{margin:0;font-size:100%;vertical-align:middle;font-family:var(--b3-font-family);outline:none}button,input{line-height:normal}button::-moz-focus-inner,input::-moz-focus-inner{padding:0;border:0}button,input[type=button],input[type=reset],input[type=submit]{cursor:pointer;-webkit-appearance:button}input[type=search]{box-sizing:content-box;-webkit-appearance:textfield}input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none}textarea{overflow:auto}svg{fill:currentColor;display:inline-block}line,circle{transition:fill .15s ease-in-out}circle{cursor:pointer}blockquote{margin:0}.b3-card{box-shadow:var(--b3-point-shadow);background-color:var(--b3-theme-surface);width:218px;border-radius:4px;margin:8px;overflow:hidden;position:relative;transition:var(--b3-transition);cursor:pointer}.b3-card:hover{background-color:var(--b3-theme-surface-lighter);transform:translate(0px, -4px);box-shadow:var(--b3-dialog-shadow)}.b3-cards{display:flex;flex-wrap:wrap;margin:8px}.b3-card--current .b3-card__info,.b3-card--current .b3-card__actions{background-color:var(--b3-theme-primary-lightest)}.b3-card__img{height:116px;width:100%;display:flex;justify-content:center;align-items:center}.b3-card__img img{max-height:100%}.b3-card__info{padding:8px 16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.b3-card__info a{color:var(--b3-theme-on-background)}.b3-card__info a:hover{color:var(--b3-theme-on-surface)}.b3-card__actions{padding:0 16px 8px 16px;display:flex;height:36px;box-sizing:border-box}.b3-menu,.protyle-util{position:fixed;border-radius:4px;box-shadow:var(--b3-dialog-shadow);background-color:var(--b3-menu-background);padding:8px;z-index:210}.b3-menu--list{overflow:auto;max-height:70vh}.b3-menu--list .b3-menu__label{word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;max-width:30vw;white-space:nowrap;overflow:hidden;-webkit-mask-image:linear-gradient(to left, rgba(0, 0, 0, 0) 0, #000 12px)}.b3-menu__item{padding:0 16px 0 8px;border-radius:4px;user-select:none;display:flex;line-height:30px;cursor:pointer;white-space:nowrap;border:0;text-align:left;width:100%;background-color:var(--b3-menu-background);color:var(--b3-theme-on-background);position:relative;box-sizing:border-box}.b3-menu__item[disabled=disabled]{cursor:not-allowed;opacity:.38}.b3-menu__item--show{background-color:var(--b3-list-hover)}.b3-menu__item--show .b3-menu__submenu{display:block;border:1px solid var(--b3-theme-surface-lighter);border-radius:4px;background-color:var(--b3-menu-background);padding:8px;position:absolute;left:calc(100% + 8px);top:-5px;box-shadow:var(--b3-dialog-shadow);mix-blend-mode:difference}.b3-menu__item--show .b3-menu__submenu--row{display:flex;flex-wrap:wrap;flex-direction:row;width:312px;padding:4px}.b3-menu__item--show .b3-menu__submenu--row .b3-menu__icon{display:none}.b3-menu__item--show .b3-menu__submenu--row .b3-menu__item{width:auto;padding:4px}.b3-menu__item--show .b3-menu__submenu--row .b3-menu__label{min-width:auto}.b3-menu__item--show .b3-menu__submenu--row .b3-menu__separator{background-color:rgba(0,0,0,0);margin:2px 0}.b3-menu__item--selected{color:var(--b3-theme-primary)}.b3-menu__item--current{background-color:var(--b3-list-hover)}.b3-menu__item--current .b3-menu__action{opacity:1}.b3-menu__item--readonly{cursor:auto;color:var(--b3-theme-on-surface);max-width:320px;white-space:normal;word-break:break-all;line-height:16px;margin:4px 0;display:inline-flex}.b3-menu__item--disabled{opacity:.54;cursor:not-allowed}.b3-menu__action{opacity:0;color:var(--b3-theme-on-surface);width:8px;height:8px;align-self:center;margin-left:8px;padding:4px;border-radius:8px}.b3-menu__action:hover{color:var(--b3-theme-on-background);background:var(--b3-theme-background-light)}.b3-menu__label{flex:1;min-width:84px}.b3-menu__icon{align-self:center;height:14px;width:14px;line-height:14px;margin-right:8px;color:var(--b3-theme-on-surface)}.b3-menu__icon>svg,.b3-menu__icon>img{float:left;height:14px;width:14px}.b3-menu__icon--arrow{margin:0 0 0 8px;height:10px}.b3-menu__separator{background-color:var(--b3-theme-surface-lighter);height:1px;margin:4px 0;display:block;border:0;width:100%;box-sizing:border-box;padding:0}.b3-menu__submenu{overflow:auto;display:none}.b3-menu__accelerator{font-size:.75rem;margin-left:16px;color:var(--b3-theme-on-surface);font-family:Consolas,Monaco,monospace}.b3-menu__emoji{font-size:20px;float:left;margin-right:8px;font-family:var(--b3-font-family-emoji)}.b3-menu__emoji img,.b3-menu__emoji svg{width:20px;height:20px;float:left}.emojis{word-break:break-all;white-space:normal;height:50vh;padding:0;display:flex;flex-direction:column;max-height:394px}.emojis__item{font-size:24px;line-height:24px;font-family:var(--b3-font-family-emoji);text-align:center;height:28px;padding:2px 4px;cursor:pointer;display:inline-block;transition:var(--b3-transition);background-color:rgba(0,0,0,0);border:0;margin:0;overflow:hidden}.emojis__item img,.emojis__item svg{height:24px;display:block;width:24px}.emojis__item--current,.emojis__item:hover{background:var(--b3-list-hover);border-radius:4px}.emojis__title{color:var(--b3-theme-on-surface);padding:8px 4px 4px 4px}.emojis__panel{flex:1;overflow:auto;padding:0 8px}.emojis__content{display:flex;flex-wrap:wrap}.emojis__type{cursor:pointer;flex:1;display:flex;align-items:center;justify-content:center;height:28px;line-height:28px;transition:var(--b3-list-hover);font-size:16px}.emojis__type:hover{background-color:var(--b3-theme-surface-lighter)}.emojis__type svg{height:16px;width:16px}.b3-color__square{height:16px;margin-right:4px;width:16px;border:0;transition:var(--b3-transition);box-shadow:0 0 0 2px var(--b3-theme-surface-lighter) inset;display:flex;align-items:center;flex-direction:column;justify-content:center}.b3-color__square:last-child{margin-right:0}.b3-color__square:hover{box-shadow:0 0 0 1px var(--b3-theme-on-background) inset,0 0 0 2px var(--b3-theme-background) inset}.protyle{font-family:var(--b3-font-family);overflow-x:hidden;background-color:var(--b3-theme-background);position:relative;max-height:100%;min-height:104px;display:flex;flex-direction:column}.protyle-preview{flex:1;user-select:text;min-width:1px;overflow:auto;background-color:var(--b3-theme-background);display:flex;flex-direction:column;box-sizing:border-box}.protyle-preview__action{text-align:center;padding:10px;background-color:var(--b3-theme-surface)}.protyle-preview__action button{background-color:var(--b3-theme-surface);color:var(--b3-theme-on-surface);line-height:20px;border:0;margin:0 10px;cursor:pointer;padding:0 7px;font-size:12px}.protyle-preview__action button.protyle-preview__action--current,.protyle-preview__action button:hover{color:var(--b3-theme-primary);background-color:var(--b3-theme-surface)}.protyle-preview__action button:focus{outline:none}.protyle-preview__action button svg{fill:currentColor;height:15px;width:15px;vertical-align:middle}.protyle-preview>.b3-typography{padding:8px 16px;margin:0 auto;overflow:auto;width:100%;box-sizing:border-box}.protyle-upload{position:absolute;height:3px;left:0;top:-2px;transition:var(--b3-transition);background-color:var(--b3-theme-primary)}.protyle-toolbar{background-color:var(--b3-theme-background);z-index:3;position:fixed;box-shadow:var(--b3-point-shadow);border-radius:4px;display:flex;transition:top .15s cubic-bezier(0, 0, 0.2, 1) 0ms}.protyle-toolbar__item{color:var(--b3-theme-on-surface);border:0;background-color:rgba(0,0,0,0);height:29px;box-sizing:border-box;font-size:0;padding:0 6px}.protyle-toolbar__item:focus{outline:none}.protyle-toolbar__item svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:14px;height:14px}.protyle-toolbar__item--current{color:var(--b3-theme-primary)}.protyle-toolbar__item:hover{background-color:var(--b3-theme-surface-lighter)}.protyle-toolbar__divider{border-left:1px solid var(--b3-theme-surface-lighter);margin:6px 4px}.protyle-hint{position:fixed;border-radius:4px;box-shadow:var(--b3-dialog-shadow);background-color:var(--b3-menu-background);z-index:201;overflow:auto;max-height:402px;box-sizing:border-box;padding:8px 0}.protyle-util{z-index:200}.protyle-font{font-size:12px;padding:4px 8px}.protyle-font__style{background-color:rgba(0,0,0,0);margin-right:4px;transition:var(--b3-transition);padding:0 4px;border-radius:2px;border:1px solid rgba(0,0,0,0);color:var(--b3-theme-on-background);white-space:nowrap}.protyle-font__style:hover{border-color:var(--b3-theme-surface-lighter)}.protyle-wysiwyg{padding:34px 16px 16px 24px;cursor:text;transition:padding .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms;box-sizing:border-box}.protyle-wysiwyg .protyle-breadcrumb__bar{font-size:14px}.protyle-wysiwyg:focus{outline:none}.protyle-wysiwyg [data-node-id]{position:relative}.protyle-wysiwyg [data-node-id] [spellcheck=false]{word-break:break-word;white-space:pre-wrap}.protyle-wysiwyg [data-node-id] [spellcheck=false]:focus{outline:none}.protyle-wysiwyg [data-node-id].hr{cursor:pointer}.protyle-wysiwyg [data-node-id].hr>div{border-bottom:1px solid var(--b3-theme-background-light)}.protyle-wysiwyg [data-node-id].list{padding-left:0}.protyle-wysiwyg [data-node-id].li{padding:0;margin:0}.protyle-wysiwyg [data-node-id].li:before{content:"";position:absolute;height:calc(100% - 35px);border-left:.5px solid var(--b3-theme-background-light);top:35px;left:17px}.protyle-wysiwyg [data-node-id].li:hover:before{border-left-color:var(--b3-scroll-color)}.protyle-wysiwyg [data-node-id].li[fold="1"]:before{content:none}.protyle-wysiwyg [data-node-id].li[fold="1"]>.protyle-action:after{background-color:var(--b3-list-hover)}.protyle-wysiwyg [data-node-id].li[fold="1"]>div:nth-child(3):not(.protyle-attr),.protyle-wysiwyg [data-node-id].li[fold="1"]>div:nth-child(3)~div:not(.protyle-attr){display:none}.protyle-wysiwyg [data-node-id].li>.protyle-action{left:0;position:absolute;width:34px;top:0;transition:var(--b3-transition);color:var(--b3-theme-on-surface);justify-content:center;display:flex;align-items:center}.protyle-wysiwyg [data-node-id].li>.protyle-action~.h1,.protyle-wysiwyg [data-node-id].li>.protyle-action~.h2,.protyle-wysiwyg [data-node-id].li>.protyle-action~.h3,.protyle-wysiwyg [data-node-id].li>.protyle-action~.h4,.protyle-wysiwyg [data-node-id].li>.protyle-action~.h5,.protyle-wysiwyg [data-node-id].li>.protyle-action~.h6{padding-top:0;padding-bottom:0}.protyle-wysiwyg [data-node-id].li>.protyle-action:after{content:"";position:absolute;border-radius:50%;top:50%;transition:var(--b3-transition);left:50%}.protyle-wysiwyg [data-node-id].li>.protyle-action svg{width:34px;display:block;z-index:1;position:relative}.protyle-wysiwyg [data-node-id].li>.protyle-action--order:after{border-radius:4px}.protyle-wysiwyg [data-node-id].li>div:nth-child(2){margin-top:0 !important}.protyle-wysiwyg [data-node-id].li>[data-node-id]{margin-left:34px !important;padding-right:0}.protyle-wysiwyg [data-node-id].li>[data-node-id].code-block{margin-top:4px;margin-bottom:4px}.protyle-wysiwyg [data-node-id].li>.list{margin-left:18px !important;padding-left:16px;padding-top:0;padding-bottom:0}.protyle-wysiwyg [data-node-id].sb{padding:0;max-width:100%}.protyle-wysiwyg [data-node-id].sb[data-sb-layout=col]{display:flex;flex-wrap:wrap;justify-content:space-between}.protyle-wysiwyg [data-node-id].sb[data-sb-layout=col]>div{flex:1;box-sizing:border-box}.protyle-wysiwyg [data-node-id].sb[data-sb-layout=col] .sb{margin:0}.protyle-wysiwyg [data-node-id].sb[data-sb-layout=col]>div .protyle-attr--refcount{position:initial}.protyle-wysiwyg [data-node-id] span[data-type~=tag]{border-bottom:1px solid;color:var(--b3-protyle-inline-tag-color);transition:var(--b3-transition)}.protyle-wysiwyg [data-node-id] span[data-type~=a]{color:var(--b3-protyle-inline-link-color);cursor:pointer;transition:var(--b3-transition)}.protyle-wysiwyg [data-node-id] span[data-type~=a]:hover{border-bottom:1px solid}.protyle-wysiwyg [data-node-id] span[data-type=search-mark]{background-color:var(--b3-protyle-inline-mark-background);color:var(--b3-protyle-inline-mark-color)}.protyle-wysiwyg [data-node-id] span[data-type=virtual-block-ref]{border-bottom:1px dashed var(--b3-theme-on-surface);transition:var(--b3-transition)}.protyle-wysiwyg [data-node-id] span[data-type=virtual-block-ref]:hover{border-color:var(--b3-theme-on-background)}.protyle-wysiwyg [data-node-id] .def--mark{background-color:var(--b3-protyle-inline-mark-background)}.protyle-wysiwyg [data-node-id] span[data-type~=block-ref],.protyle-wysiwyg [data-node-id] span[data-type~=file-annotation-ref]{color:var(--b3-protyle-inline-blockref-color);opacity:.86;transition:var(--b3-transition)}.protyle-wysiwyg [data-node-id] span[data-type~=file-annotation-ref]:before{content:"🔖 "}.protyle-wysiwyg [data-node-id].render-node{min-height:32px}.protyle-wysiwyg [data-node-id].render-node[data-type=NodeBlockQueryEmbed]{background-color:var(--b3-theme-surface);border-left:1px dashed var(--b3-theme-surface-lighter);max-width:100%}.protyle-wysiwyg [data-node-id].render-node[data-type=NodeBlockQueryEmbed]>.protyle-wysiwyg__embed{-webkit-user-modify:read-only;border-top:1px dashed var(--b3-theme-surface-lighter);position:relative}.protyle-wysiwyg [data-node-id].render-node[data-type=NodeBlockQueryEmbed]>.protyle-wysiwyg__embed .code-block:hover .protyle-icon,.protyle-wysiwyg [data-node-id].render-node[data-type=NodeBlockQueryEmbed]>.protyle-wysiwyg__embed .render-node:hover .protyle-icons{opacity:0 !important}.protyle-wysiwyg [data-node-id].render-node[data-type=NodeBlockQueryEmbed]>.protyle-wysiwyg__embed>.list{margin-left:-4px}.protyle-wysiwyg [data-node-id].render-node[data-type=NodeBlockQueryEmbed]>.protyle-icons+.protyle-wysiwyg__embed{border-top:0}.protyle-wysiwyg [data-node-id] code:not(.hljs):empty{padding:0}.protyle-wysiwyg [data-node-id].table>[spellcheck=false]{overflow:auto}.protyle-wysiwyg [data-node-id].table>[spellcheck=false]>table.select{position:relative;z-index:1}.protyle-wysiwyg [data-node-id].table>[spellcheck=false]>table.select tr{background-color:rgba(0,0,0,0) !important}.protyle-wysiwyg [data-node-id] .img--select{filter:brightness(0.68)}.protyle-wysiwyg [data-node-id] .img--drag>span:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.protyle-wysiwyg [data-node-id] .img:hover .protyle-action__drag{display:inline-block}.protyle-wysiwyg [data-node-id] .img .protyle-action__drag{height:30%;width:4px;background:var(--b3-theme-surface);display:none;border-radius:4px;cursor:col-resize;transition:var(--b3-transition);position:absolute;top:45%;right:4px;box-shadow:0 0 1px 1px var(--b3-theme-on-surface);box-sizing:border-box;z-index:1}.protyle-wysiwyg [data-node-id] .img .protyle-action__drag:hover{background-color:var(--b3-theme-background);box-shadow:0 0 1px 1px var(--b3-theme-on-background)}.protyle-wysiwyg [data-node-id] .img .protyle-action__drag:before,.protyle-wysiwyg [data-node-id] .img .protyle-action__drag:after{position:absolute;width:4px;content:"";height:100%;left:-4px}.protyle-wysiwyg [data-node-id] .img .protyle-action__drag:after{left:4px;width:8px}.protyle-wysiwyg [data-node-id] .img__net{position:absolute;top:4px;left:4px;color:var(--b3-theme-primary);background-color:var(--b3-theme-surface-lighter);padding:4px;border-radius:4px}.protyle-wysiwyg [data-node-id] .img__net svg{height:12px;width:12px;float:left}.protyle-wysiwyg [data-node-id]>[contenteditable=false]>.img:hover .protyle-action__drag{display:none}.protyle-wysiwyg [data-node-id].iframe[data-type=NodeWidget] .iframe-content,.protyle-wysiwyg [data-node-id].iframe[data-type=NodeIFrame] .iframe-content{-webkit-user-modify:read-only}.protyle-wysiwyg [data-node-id].iframe .iframe-content{display:inline-block;position:relative}.protyle-wysiwyg [data-node-id].iframe--drag .iframe-content:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%}.protyle-wysiwyg [data-node-id].iframe:hover .protyle-action__drag{display:inline-block}.protyle-wysiwyg [data-node-id].iframe .protyle-action__drag{height:32px;width:4px;background-color:var(--b3-theme-surface);display:none;border-radius:4px;cursor:nwse-resize;transition:var(--b3-transition);position:absolute;right:-4px;bottom:0;box-shadow:0 0 1px 1px var(--b3-theme-on-surface);box-sizing:border-box}.protyle-wysiwyg [data-node-id].iframe .protyle-action__drag:after{content:"";background-color:var(--b3-theme-surface);width:32px;height:4px;display:block;position:absolute;bottom:0;right:0;border-radius:4px;box-shadow:0 0 1px 1px var(--b3-theme-on-surface);box-sizing:border-box;cursor:nwse-resize}.protyle-wysiwyg [data-node-id].iframe .protyle-action__drag:hover,.protyle-wysiwyg [data-node-id].iframe .protyle-action__drag:hover:after{background-color:var(--b3-theme-background);box-shadow:0 0 1px 1px var(--b3-theme-on-background)}.protyle-wysiwyg--select,.protyle-wysiwyg--select .hljs{background-color:var(--b3-theme-primary-lightest) !important}.protyle-wysiwyg--hl,.protyle-wysiwyg--hl .hljs{transition:var(--b3-transition);background-color:var(--b3-theme-primary-lightest) !important}.protyle-wysiwyg--hl .protyle-linenumber__rows,.protyle-wysiwyg--select .protyle-linenumber__rows{background-color:var(--b3-protyle-code-linenumber-hl) !important}.protyle-wysiwyg .dragover__top{box-shadow:0 -4px 0 var(--b3-theme-primary-lighter)}.protyle-wysiwyg .dragover__bottom{box-shadow:0 4px 0 var(--b3-theme-primary-lighter)}.protyle-wysiwyg .dragover__left{box-shadow:-4px 0 0 var(--b3-theme-primary-lighter)}.protyle-wysiwyg .dragover__right{box-shadow:4px 0 0 var(--b3-theme-primary-lighter)}.protyle-wysiwyg--attr .protyle-attr{opacity:1}.protyle-wysiwyg--attr .protyle-attr>div:not(.protyle-attr--memo):not(.protyle-attr--refcount){cursor:pointer;word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box}.protyle-wysiwyg [data-type=backslash] span{display:none}.protyle-wysiwyg div[data-type=NodeMathBlock]{margin-top:0;margin-bottom:0;min-height:62px !important}.protyle-wysiwyg div[data-type=NodeHTMLBlock]{min-height:26px !important}.protyle-wysiwyg div[fold="1"][data-type=NodeHeading]:before{content:"";height:16px !important;width:16px;background:var(--b3-theme-surface-lighter);display:block;position:absolute;left:-18px !important;top:50% !important;border-radius:10px;margin-top:-8px;border-left:0 !important}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]){word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;opacity:.54;font-size:16px;height:26px;line-height:26px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]) .protyle-attr{opacity:0}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).list{height:34px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).list .li:first-child{overflow:hidden;height:34px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading])[data-type=NodeBlockQueryEmbed]{height:42px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading])[data-type=NodeBlockQueryEmbed] .protyle-wysiwyg__embed{height:34px;overflow:hidden}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).sb,.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).table{height:36px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).hr{height:auto}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).bq{height:42px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).bq>div:first-child{font-size:16px;height:26px;line-height:26px;overflow:hidden}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).code-block{line-height:1.625;height:25px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).code-block .protyle-action__language{opacity:.86}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).code-block .protyle-action__copy,.protyle-wysiwyg [data-node-id][fold="1"]:not(.li):not([data-type=NodeHeading]).code-block .protyle-action__menu{margin-top:-2px}.protyle-wysiwyg[contenteditable=true] span[data-type~=inline-math],.protyle-wysiwyg[contenteditable=true] span[data-type~=tag],.protyle-wysiwyg[contenteditable=true] span[data-type~=block-ref],.protyle-wysiwyg[contenteditable=true] span[data-type~=file-annotation-ref],.protyle-wysiwyg[contenteditable=true] .protyle-action__language,.protyle-wysiwyg[contenteditable=true] .img>span:nth-child(2),.protyle-wysiwyg[contenteditable=true] .li>.protyle-action,.protyle-wysiwyg[contenteditable=true] .render-node{cursor:pointer}.protyle-wysiwyg[contenteditable=true] span[data-type~=tag]:hover{background-color:var(--b3-theme-surface-lighter)}.protyle-wysiwyg[contenteditable=true] span[data-type~=block-ref]:hover,.protyle-wysiwyg[contenteditable=true] span[data-type~=file-annotation-ref]:hover{opacity:1}.protyle-wysiwyg[contenteditable=true] .li>.protyle-action:hover{color:var(--b3-theme-on-background)}.protyle-wysiwyg[contenteditable=true] .li>.protyle-action:hover:after{opacity:.68}.protyle-wysiwyg[contenteditable=true] .code-block .protyle-action{-webkit-user-modify:read-only}.protyle-wysiwyg[contenteditable=true] .code-block .protyle-action .protyle-action__language:hover{color:var(--b3-theme-on-background)}.protyle-wysiwyg[contenteditable=true] .code-block .protyle-action .protyle-action__language:empty::after{content:"language";opacity:.68}.protyle-wysiwyg[contenteditable=true] .img:hover .protyle-icons,.protyle-wysiwyg[contenteditable=true] .render-node:hover>.protyle-icons{opacity:.86}.search__header{display:flex;background:var(--b3-theme-background);position:relative;border-bottom:1px solid var(--b3-theme-surface-lighter)}.search__header:hover .block__icon{opacity:1}.search__header .b3-text-field--text{font-size:18px;height:42px;line-height:32px;border-radius:0;padding:5px 8px 5px 44px !important;box-shadow:none;width:100%}.search__header .b3-form__icon-icon{top:13px;left:8px}.search__header .b3-menu,.search__header .protyle-util{max-width:70%;max-height:50vh;overflow:auto;top:42px;position:absolute;left:8px}.search__arrowdown{position:absolute;height:10px;width:10px;left:26px;top:17px}.search__label{cursor:pointer;flex:1}.search__label:hover{color:var(--b3-theme-on-background)}.search__label .b3-form__icon-input{width:0;transition:var(--b3-transition);border-color:rgba(0,0,0,0);box-sizing:border-box;padding-right:0;border-radius:2px}.search__label .b3-form__icon-input:focus,.search__label .b3-form__icon-input.search__input--block{width:100%;border-color:var(--b3-theme-primary)}.search__preview{background-color:var(--b3-theme-background);border-top:1px solid var(--b3-theme-surface-lighter)}.search__list{position:relative;height:calc(50% - 69px);overflow:auto;padding-bottom:8px}.search__path{white-space:nowrap;position:relative;padding-right:20px}.search__rmpath{position:absolute;height:8px;width:8px;padding:4px;border-radius:10px;color:var(--b3-theme-on-surface);background-color:var(--b3-theme-surface);transition:var(--b3-transition);top:1px;right:0px;cursor:pointer}.search__rmpath:hover{color:var(--b3-theme-on-background);background-color:var(--b3-theme-background-light)}.protyle-scroll{position:absolute;right:0;height:100%;top:0;width:16px;padding:0 8px}.protyle-scroll svg{height:16px;width:16px}.protyle-scroll__down,.protyle-scroll__up{transition:var(--b3-transition);position:absolute;opacity:0;cursor:pointer;color:var(--b3-border-color);margin-left:-0.5px}.protyle-scroll__down:hover,.protyle-scroll__up:hover{color:var(--b3-theme-on-surface)}.protyle-scroll__up{top:calc(50% - 114px)}.protyle-scroll__down{bottom:calc(50% - 135px)}.protyle-scroll:hover .protyle-scroll__down,.protyle-scroll:hover .protyle-scroll__up{opacity:1}.protyle-scroll__bar{position:absolute;right:-89px;top:50%;transform:rotate(90deg);z-index:1}.protyle-scroll__bar .b3-slider{width:200px}.protyle-attr{display:flex;position:absolute;right:0;top:-9px;opacity:0;font-size:12px}.protyle-attr>div:not(.protyle-attr--refcount){margin:0 4px;line-height:16px;color:var(--b3-theme-on-surface);min-width:12px}.protyle-attr>div:not(.protyle-attr--refcount):hover{color:var(--b3-theme-on-background)}.protyle-attr>div:not(.protyle-attr--refcount) svg{height:12px;width:12px;margin:2px 2px 0 0;float:left}.protyle-attr--refcount{right:-16px;top:18px;position:absolute;line-height:16px;padding:0 4px;color:var(--b3-theme-on-surface);border-radius:2px;font-size:12px;user-select:none;cursor:pointer;height:16px;background-color:var(--b3-theme-surface)}.protyle-attr--refcount:hover{color:var(--b3-theme-on-background);background-color:var(--b3-theme-surface-lighter)}.protyle-attr:empty{display:none}.protyle-gutters{cursor:pointer;user-select:none;position:fixed;box-sizing:border-box;z-index:1;text-align:center}.protyle-gutters button{border:0;background-color:rgba(0,0,0,0);padding:4px;transition:var(--b3-transition);cursor:pointer}.protyle-gutters button:hover svg{color:var(--b3-theme-on-surface)}.protyle-gutters button:active{cursor:grabbing}.protyle-gutters svg{height:14px;color:var(--b3-theme-on-surface-light);width:14px;float:left;transition:var(--b3-transition)}.protyle-select{position:fixed;background-color:var(--b3-theme-primary-lightest)}.protyle-breadcrumb{display:flex;padding:0 8px;background-color:var(--b3-theme-background);flex-shrink:0;box-sizing:border-box;min-height:30px;z-index:1}.protyle-breadcrumb__space{flex:1;min-width:8px;transition:var(--b3-transition);color:var(--b3-theme-on-surface);text-align:center;padding:6px 0;line-height:18px}.protyle-breadcrumb__bar{align-items:center;flex-wrap:wrap;display:flex;transition:var(--b3-transition);overflow:auto;min-height:30px}.protyle-breadcrumb__bar::-webkit-scrollbar{display:none}.protyle-breadcrumb__bar--hide{opacity:0;transition:1s}.protyle-breadcrumb__bar--nowrap{flex-wrap:nowrap}.protyle-breadcrumb__bar .b3-tooltips{height:22px;flex-shrink:0}.protyle-breadcrumb__arrow{height:10px;width:10px;color:var(--b3-theme-on-surface-light);margin:0 4px;flex-shrink:0}.protyle-breadcrumb__text--ellipsis{max-width:112px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.protyle-breadcrumb__text{margin-left:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.protyle-breadcrumb__item{cursor:pointer;display:flex;align-items:center;padding:4px;line-height:16px;height:16px;border-radius:4px;margin:3px 0;color:var(--b3-theme-on-surface);max-width:70%}.protyle-breadcrumb__item.b3-tooltips svg{margin-right:0}.protyle-breadcrumb__item svg{height:14px;width:14px;flex-shrink:0;color:var(--b3-theme-on-surface)}.protyle-breadcrumb__item svg:hover{color:var(--b3-theme-on-background)}.protyle-breadcrumb__item:hover,.protyle-breadcrumb__item--active{color:var(--b3-theme-on-background);background-color:var(--b3-list-hover)}.protyle-content{overflow:auto;flex:1}.protyle-background{position:relative;padding-bottom:40px}.protyle-background--enable .protyle-background__tags .item:hover svg{opacity:1}.protyle-background--enable .protyle-background__img:hover .protyle-icons,.protyle-background--enable:hover>.protyle-background__iconw>.protyle-icons,.protyle-background--enable .protyle-background__icon:hover{opacity:.86}.protyle-background--mobileshow .protyle-background__iconw>.protyle-icons,.protyle-background--mobileshow .protyle-background__img .protyle-icons,.protyle-background--mobileshow .protyle-background__tags .item svg{opacity:.86}.protyle-background__icon{height:80px;width:80px;transition:var(--b3-transition);cursor:pointer;font-size:80px;line-height:80px;text-align:center;font-family:var(--b3-font-family-emoji);margin-right:16px}.protyle-background__icon img,.protyle-background__icon svg{height:80px;width:80px;float:left;border-radius:4px}.protyle-background__img{position:absolute;width:100%}.protyle-background__img img{object-fit:cover;width:100%;height:30vh;opacity:1;object-position:center}.protyle-background__img .protyle-icons{bottom:8px;top:auto;margin-left:-44px;left:auto;right:8px}.protyle-background__img .protyle-icons:nth-child(3){right:auto;left:48%;opacity:.86;top:50%;bottom:auto;margin-top:-11px}.protyle-background__tags{padding:4px 16px;display:flex;flex-wrap:wrap;position:relative;z-index:1}.protyle-background__tags .item{margin:4px 16px 4px 0;position:relative;padding:0 4px;border-radius:4px;cursor:pointer;display:inline-block;font-size:14px;line-height:20px;color:var(--b3-card-success-color);background-color:var(--b3-card-success-background)}.protyle-background__tags .item:hover{color:var(--b3-theme-on-background)}.protyle-background__tags .item--1{color:var(--b3-card-info-color);background-color:var(--b3-card-info-background)}.protyle-background__tags .item--2{color:var(--b3-card-warning-color);background-color:var(--b3-card-warning-background)}.protyle-background__tags .item--3{color:var(--b3-card-error-color);background-color:var(--b3-card-error-background)}.protyle-background__tags .item svg{opacity:0;position:absolute;height:8px;width:8px;padding:4px;border-radius:10px;color:var(--b3-theme-on-surface);background-color:var(--b3-theme-surface);transition:var(--b3-transition);top:-6px;right:-10px}.protyle-background__tags .item svg:hover{color:var(--b3-theme-on-background);background-color:var(--b3-theme-background-light)}.protyle-background__iconw{bottom:0;display:flex;position:absolute;height:80px;transition:left .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms}.protyle-background__iconw .protyle-icons{position:initial;margin-top:40px}.protyle-title{margin:34px 16px 0 24px;position:relative;font-size:16px;transition:margin .3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0ms}.protyle-title:hover .protyle-title__icon{opacity:1}.protyle-title__icon{position:absolute;left:-24px;top:50%;opacity:0;margin:-15px 4px 0 0;padding:8px 4px 8px 4px;transition:var(--b3-transition);color:var(--b3-theme-on-surface-light);cursor:pointer;line-height:20px}.protyle-title__icon:hover{color:var(--b3-theme-on-surface)}.protyle-title__icon svg{height:14px;width:14px;float:left}.protyle-title__input{width:100%;color:var(--b3-theme-on-background);box-sizing:border-box;border:0;background:var(--b3-theme-background);font-size:2em;font-weight:bold;line-height:1.625;padding:0 4px;white-space:break-spaces}.protyle-title__input:empty:after{content:attr(data-tip);color:var(--b3-theme-on-surface);cursor:text}.protyle-title__input:focus{outline:none}.protyle-action__table{position:absolute;top:4px;height:0;width:0;-webkit-user-modify:read-only}.protyle-action__table .table__resize{position:absolute;top:0;width:6px;cursor:col-resize}.protyle-action__table .table__resize:hover:after{background-color:var(--b3-theme-primary-light)}.protyle-action__table .table__resize:after{top:0;width:2px;left:2px;height:100%;content:"";display:block;position:absolute;transition:var(--b3-transition)}.protyle-action__table .table__select{background:var(--b3-theme-primary-lightest);position:relative;transition:var(--b3-transition)}@font-face{font-family:"quote";src:local("PingFang SC Regular"),local("SimSun");unicode-range:U+2018,U+2019,U+201c,U+201d}@font-face{font-family:"JetBrainsMono-Regular";src:url(../fonts/JetBrainsMono-Regular.woff) format("woff")}.b3-typography,.protyle-wysiwyg{font-variant-ligatures:no-common-ligatures}.b3-typography img,.protyle-wysiwyg img{max-width:100%;margin:0 auto}.b3-typography img.emoji,.protyle-wysiwyg img.emoji{cursor:auto;max-width:none;vertical-align:text-top}.b3-typography p,.b3-typography [data-node-id],.protyle-wysiwyg p,.protyle-wysiwyg [data-node-id]{line-height:1.625;padding:4px;margin:4px 0}.b3-typography ins>iframe,.protyle-wysiwyg ins>iframe{border:0}.b3-typography iframe,.protyle-wysiwyg iframe{border:1px solid var(--b3-theme-surface-lighter);width:765px;box-sizing:border-box;height:256px;max-width:100%;vertical-align:bottom}.b3-typography span[data-type~=sup],.b3-typography span[data-type~=sub],.protyle-wysiwyg span[data-type~=sup],.protyle-wysiwyg span[data-type~=sub]{position:relative;font-size:75%;line-height:0;vertical-align:baseline}.b3-typography span[data-type~=sup],.protyle-wysiwyg span[data-type~=sup]{top:-0.5em}.b3-typography span[data-type~=sub],.protyle-wysiwyg span[data-type~=sub]{bottom:-0.25em}.b3-typography em,.b3-typography span[data-type~=em],.protyle-wysiwyg em,.protyle-wysiwyg span[data-type~=em]{font-style:italic;color:var(--b3-protyle-inline-em-color)}.b3-typography s,.b3-typography span[data-type~=s],.protyle-wysiwyg s,.protyle-wysiwyg span[data-type~=s]{color:var(--b3-protyle-inline-s-color);text-decoration:line-through}.b3-typography strong,.b3-typography span[data-type~=strong],.protyle-wysiwyg strong,.protyle-wysiwyg span[data-type~=strong]{font-weight:bold;color:var(--b3-protyle-inline-strong-color)}.b3-typography span[data-type~=inline-math],.protyle-wysiwyg span[data-type~=inline-math]{user-select:text;display:inline}.b3-typography mark,.b3-typography span[data-type~=mark],.protyle-wysiwyg mark,.protyle-wysiwyg span[data-type~=mark]{background-color:var(--b3-protyle-inline-mark-background);color:var(--b3-protyle-inline-mark-color)}.b3-typography mark.mark__current,.b3-typography span[data-type~=mark].mark__current,.protyle-wysiwyg mark.mark__current,.protyle-wysiwyg span[data-type~=mark].mark__current{background-color:var(--b3-protyle-search-current-background);box-shadow:0 0 1px var(--b3-theme-on-background)}.b3-typography kbd,.b3-typography span[data-type~=kbd],.protyle-wysiwyg kbd,.protyle-wysiwyg span[data-type~=kbd]{padding:2px 4px;font:75% Consolas,"Liberation Mono",Menlo,Courier,monospace;line-height:1;color:var(--b3-theme-on-surface);vertical-align:middle;background-color:var(--b3-theme-surface);border:solid 1px var(--b3-theme-surface-lighter);border-radius:3px;box-shadow:inset 0 -1px 0 var(--b3-theme-surface-lighter)}.b3-typography u,.protyle-wysiwyg u{text-decoration:none}.b3-typography u,.b3-typography span[data-type~=u],.protyle-wysiwyg u,.protyle-wysiwyg span[data-type~=u]{border-bottom:1px solid}.b3-typography span[data-type~=inline-memo],.protyle-wysiwyg span[data-type~=inline-memo]{background-color:var(--b3-card-info-background);border-bottom:2px solid var(--b3-card-info-color)}.b3-typography blockquote,.b3-typography .bq,.protyle-wysiwyg blockquote,.protyle-wysiwyg .bq{padding:4px;color:var(--b3-theme-on-surface);border-left:.25em solid var(--b3-theme-surface-lighter);background-color:var(--b3-list-hover);margin:4px 0}.b3-typography .h1,.b3-typography h1,.b3-typography .h2,.b3-typography h2,.b3-typography .h3,.b3-typography h3,.b3-typography .h4,.b3-typography h4,.b3-typography .h5,.b3-typography h5,.b3-typography .h6,.b3-typography h6,.protyle-wysiwyg .h1,.protyle-wysiwyg h1,.protyle-wysiwyg .h2,.protyle-wysiwyg h2,.protyle-wysiwyg .h3,.protyle-wysiwyg h3,.protyle-wysiwyg .h4,.protyle-wysiwyg h4,.protyle-wysiwyg .h5,.protyle-wysiwyg h5,.protyle-wysiwyg .h6,.protyle-wysiwyg h6{padding:4px;margin:4px 0;font-weight:600;line-height:1.25}.b3-typography .h1,.b3-typography h1,.protyle-wysiwyg .h1,.protyle-wysiwyg h1{padding:.3em 4px;font-size:1.75em}.b3-typography .h2,.b3-typography h2,.protyle-wysiwyg .h2,.protyle-wysiwyg h2{padding:.3em 4px;font-size:1.55em}.b3-typography .h3,.b3-typography h3,.protyle-wysiwyg .h3,.protyle-wysiwyg h3{font-size:1.38em}.b3-typography .h4,.b3-typography h4,.protyle-wysiwyg .h4,.protyle-wysiwyg h4{font-size:1.25em}.b3-typography .h5,.b3-typography h5,.protyle-wysiwyg .h5,.protyle-wysiwyg h5{font-size:1.13em}.b3-typography .h6,.b3-typography h6,.protyle-wysiwyg .h6,.protyle-wysiwyg h6{font-size:1em}.b3-typography audio,.protyle-wysiwyg audio{max-width:100%;vertical-align:bottom}.b3-typography audio:focus,.protyle-wysiwyg audio:focus{outline:none}.b3-typography video,.protyle-wysiwyg video{max-height:90vh;max-width:100%;vertical-align:bottom}.b3-typography video:focus,.protyle-wysiwyg video:focus{outline:none}.b3-typography table,.protyle-wysiwyg table{border-collapse:collapse;empty-cells:show;margin:0;overflow:auto;border-spacing:0;display:inline-block;width:max-content}.b3-typography table tr,.protyle-wysiwyg table tr{background-color:var(--b3-theme-surface);border-top:1px solid var(--b3-theme-surface-lighter)}.b3-typography table td,.b3-typography table th,.protyle-wysiwyg table td,.protyle-wysiwyg table th{padding:4px 8px;border:1px solid var(--b3-theme-surface-lighter);box-sizing:border-box}.b3-typography table td:empty::after,.b3-typography table th:empty::after,.protyle-wysiwyg table td:empty::after,.protyle-wysiwyg table th:empty::after{content:"";height:16px;display:inline-block}.b3-typography table thead th,.b3-typography table thead td,.protyle-wysiwyg table thead th,.protyle-wysiwyg table thead td{font-weight:600}.b3-typography table tbody th,.b3-typography table tbody td,.protyle-wysiwyg table tbody th,.protyle-wysiwyg table tbody td{font-weight:normal}.b3-typography table tbody tr:nth-child(2n),.protyle-wysiwyg table tbody tr:nth-child(2n){background-color:var(--b3-theme-background)}.b3-typography a[href^=pdf-outline],.protyle-wysiwyg a[href^=pdf-outline]{white-space:pre !important;border-left:none !important;border-right:none !important;border-top:none !important;border-bottom:none !important;display:inline-block !important;position:absolute !important;width:1px !important;right:0 !important;outline:0 !important;background:0 0 !important;text-decoration:initial !important;text-shadow:initial !important;color:var(--b3-theme-background)}.b3-typography .code-block,.protyle-wysiwyg .code-block{position:relative;padding:0;margin:1em 0}.b3-typography .code-block .protyle-action,.protyle-wysiwyg .code-block .protyle-action{left:4px;top:4px;display:flex;z-index:1;position:absolute;right:4px}.b3-typography .code-block .protyle-action .protyle-action__language,.protyle-wysiwyg .code-block .protyle-action .protyle-action__language{font-size:85%;color:var(--b3-theme-on-surface);margin-top:-4px}.b3-typography .code-block .protyle-action .protyle-icon,.b3-typography .code-block .protyle-action .protyle-action__language,.protyle-wysiwyg .code-block .protyle-action .protyle-icon,.protyle-wysiwyg .code-block .protyle-action .protyle-action__language{opacity:0;transition:var(--b3-transition)}.b3-typography .code-block:hover .protyle-icon,.b3-typography .code-block:hover .protyle-action__language,.protyle-wysiwyg .code-block:hover .protyle-icon,.protyle-wysiwyg .code-block:hover .protyle-action__language{opacity:.86}.b3-typography .code-block[linenumber=true] .protyle-action__language,.protyle-wysiwyg .code-block[linenumber=true] .protyle-action__language{margin-left:3.6em}.b3-typography .hljs,.protyle-wysiwyg .hljs{border-radius:0 4px 4px 0;padding:22px 4px;font-size:85%;overflow:auto;font-family:var(--b3-font-family-code);min-height:22px !important;overflow-x:overlay}.b3-typography [data-subtype=echarts],.b3-typography [data-subtype=mindmap],.protyle-wysiwyg [data-subtype=echarts],.protyle-wysiwyg [data-subtype=mindmap]{z-index:1}.b3-typography [data-subtype=echarts]>div:not(.protyle-icons):not(.protyle-attr),.b3-typography [data-subtype=mindmap]>div:not(.protyle-icons):not(.protyle-attr),.protyle-wysiwyg [data-subtype=echarts]>div:not(.protyle-icons):not(.protyle-attr),.protyle-wysiwyg [data-subtype=mindmap]>div:not(.protyle-icons):not(.protyle-attr){overflow:hidden;height:420px}.b3-typography .katex-display,.protyle-wysiwyg .katex-display{user-select:none;overflow-x:auto;overflow-y:hidden;max-width:100%;padding:4px 0}.b3-typography .katex-display>.katex>.katex-html,.protyle-wysiwyg .katex-display>.katex>.katex-html{display:flex;align-items:baseline}.b3-typography .katex-display>.katex>.katex-html:before,.protyle-wysiwyg .katex-display>.katex>.katex-html:before{content:"";flex:1}.b3-typography .katex-display>.katex>.katex-html>.tag,.protyle-wysiwyg .katex-display>.katex>.katex-html>.tag{position:initial;margin-right:2px;margin-left:8px}.b3-typography .katex,.protyle-wysiwyg .katex{font-size:113%;line-height:normal}.b3-typography .katex .mathnormal,.protyle-wysiwyg .katex .mathnormal{font-family:var(--b3-font-family-math)}.b3-typography [data-subtype=graphviz],.protyle-wysiwyg [data-subtype=graphviz]{text-align:center}.b3-typography [data-subtype=graphviz] svg,.protyle-wysiwyg [data-subtype=graphviz] svg{border-radius:4px}.b3-typography [data-subtype=graphviz] svg polygon,.protyle-wysiwyg [data-subtype=graphviz] svg polygon{fill:var(--b3-theme-on-primary)}.b3-typography [data-subtype=flowchart],.protyle-wysiwyg [data-subtype=flowchart]{text-align:center}.b3-typography [data-subtype=flowchart] [contenteditable=false] svg,.protyle-wysiwyg [data-subtype=flowchart] [contenteditable=false] svg{background:var(--b3-theme-on-primary);border-radius:4px}.b3-typography [data-subtype=mermaid],.b3-typography [data-subtype=plantuml],.b3-typography [data-subtype=abc],.protyle-wysiwyg [data-subtype=mermaid],.protyle-wysiwyg [data-subtype=plantuml],.protyle-wysiwyg [data-subtype=abc]{text-align:center}.b3-typography [data-subtype=mermaid],.protyle-wysiwyg [data-subtype=mermaid]{overflow:auto}.b3-typography [data-subtype=plantuml] img,.protyle-wysiwyg [data-subtype=plantuml] img{border-radius:4px}.b3-typography .abcjs-container svg,.b3-typography .abcjs-container path,.protyle-wysiwyg .abcjs-container svg,.protyle-wysiwyg .abcjs-container path{fill:currentColor;color:var(--b3-theme-on-background)}.b3-typography .img,.protyle-wysiwyg .img{display:inline-block;text-align:center;vertical-align:top;margin:0 auto}.b3-typography .img>span:nth-child(2),.protyle-wysiwyg .img>span:nth-child(2){max-width:calc(100% - 10px);position:relative;display:inline-block;min-width:22px}.b3-typography .img .protyle-action__title,.protyle-wysiwyg .img .protyle-action__title{width:100%;display:block;font-size:85%;color:var(--b3-theme-on-surface)}.b3-typography .iframe,.protyle-wysiwyg .iframe{text-align:center;padding:4px;margin:4px 0}.b3-typography{font-family:var(--b3-font-family);word-wrap:break-word;overflow:auto;line-height:1.625;font-size:16px;word-break:break-word}.b3-typography ul{list-style-type:disc}.b3-typography ul,.b3-typography ol{padding-left:2em;margin:4px 0}.b3-typography hr{border:0;border-bottom:1px solid var(--b3-theme-background-light);margin:8px 0}.b3-typography table{margin:1em 0}.b3-typography div[data-subtype=math]{position:relative;padding-top:4px}.b3-typography .protyle-icons{display:none}.protyle-icons{z-index:1;transition:var(--b3-transition);opacity:0;position:absolute;right:4px;top:4px;display:flex}.protyle-icons--show{opacity:.86}.protyle-icon{font-size:85%;line-height:22px;cursor:pointer;padding:0 4px;transition:var(--b3-transition);background-color:var(--b3-theme-on-surface);height:22px;color:var(--b3-theme-surface)}.protyle-icon--only{border-radius:4px}.protyle-icon--first{border-bottom-left-radius:4px;border-top-left-radius:4px}.protyle-icon--last{border-bottom-right-radius:4px;border-top-right-radius:4px}.protyle-icon:hover{color:var(--b3-theme-background);background-color:var(--b3-theme-on-background)}.protyle-icon--text{cursor:text;border-radius:4px}.protyle-icon--text:hover{color:var(--b3-theme-surface);background-color:var(--b3-theme-on-surface)}.protyle-icon>svg{height:22px;width:14px;fill:currentColor}.protyle-linenumber{margin-left:3.6em;position:relative}.protyle-linenumber__rows{position:absolute;pointer-events:none;top:0;left:0;user-select:none;counter-reset:linenumber;font-size:85%;line-height:1.625;background-color:var(--b3-theme-surface);padding:22px 4px;box-sizing:border-box;border-radius:4px 0 0 4px;width:3.6em;font-family:var(--b3-font-family-code)}.protyle-linenumber__rows>span{pointer-events:none;display:block}.protyle-linenumber__rows>span::before{counter-increment:linenumber;content:counter(linenumber);color:var(--b3-theme-on-surface);display:block;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;direction:rtl}.protyle-speech{position:absolute;display:none;background-color:var(--b3-theme-surface);border:1px solid var(--b3-theme-surface-lighter);border-radius:3px;padding:3px;cursor:pointer;color:var(--b3-theme-on-surface)}.protyle-speech:hover,.protyle-speech--current{color:var(--b3-theme-primary)}.protyle-speech svg{height:14px;width:14px;fill:currentColor;display:block;stroke-width:0;stroke:currentColor}.protyle-task{list-style:none !important;word-break:break-all;position:relative}.protyle-task input{left:-1.5em;position:absolute;top:0;height:32px;margin:0;width:1em}.protyle-wysiwyg .table>div:first-child{overflow:auto}.mermaidTooltip{position:fixed;border-radius:4px;box-shadow:var(--b3-dialog-shadow);background-color:var(--b3-menu-background);z-index:304;padding:4px}.annotationLayer section{position:absolute;text-align:initial}.annotationLayer .linkAnnotation>a,.annotationLayer .buttonWidgetAnnotation.pushButton>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer .buttonWidgetAnnotation.pushButton>canvas{position:relative;top:0;left:0;z-index:-1}.annotationLayer .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer}.annotationLayer .textWidgetAnnotation input,.annotationLayer .textWidgetAnnotation textarea,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{background-color:rgba(0,54,255,.13);border:1px solid rgba(0,0,0,0);box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{font:message-box;font-size:9px;resize:none}.annotationLayer .textWidgetAnnotation input[disabled],.annotationLayer .textWidgetAnnotation textarea[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .buttonWidgetAnnotation.checkBox input[disabled],.annotationLayer .buttonWidgetAnnotation.radioButton input[disabled]{background:none;border:1px solid rgba(0,0,0,0);cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:1px solid #000}.annotationLayer .textWidgetAnnotation input:focus,.annotationLayer .textWidgetAnnotation textarea:focus,.annotationLayer .choiceWidgetAnnotation select:focus{background:none;border:1px solid rgba(0,0,0,0)}.annotationLayer .textWidgetAnnotation input :focus,.annotationLayer .textWidgetAnnotation textarea :focus,.annotationLayer .choiceWidgetAnnotation select :focus,.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus{background-image:none;background-color:rgba(0,0,0,0);outline:auto}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:#000;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation.checkBox input,.annotationLayer .buttonWidgetAnnotation.radioButton input{appearance:none;padding:0}.annotationLayer .popupWrapper{position:absolute;width:20em}.annotationLayer .popup{position:absolute;z-index:200;max-width:20em;background-color:#ff9;box-shadow:0 2px 5px #888;border-radius:2px;padding:6px;margin-left:5px;cursor:pointer;font:message-box;font-size:9px;white-space:normal;word-wrap:break-word}.annotationLayer .popup>*{font-size:9px}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:5px}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:2px;padding-top:2px}.annotationLayer .richText>*{white-space:pre-wrap}.annotationLayer .highlightAnnotation,.annotationLayer .underlineAnnotation,.annotationLayer .squigglyAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .lineAnnotation svg line,.annotationLayer .squareAnnotation svg rect,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .caretAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .stampAnnotation,.annotationLayer .fileAttachmentAnnotation{cursor:pointer}.textLayer{position:absolute;text-align:initial;left:0;top:0;right:0;bottom:0;overflow:hidden;line-height:1;text-size-adjust:none}.textLayer span,.textLayer br{color:rgba(0,0,0,0);position:absolute;white-space:pre;cursor:text;transform-origin:0% 0%}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:#b400aa;border-radius:4px}.textLayer .highlight.appended{position:initial}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:#006400}.textLayer ::selection{background:var(--b3-pdf-selection)}.textLayer br::selection{background:rgba(0,0,0,0)}.textLayer .endOfContent{display:block;position:absolute;left:0;top:100%;right:0;bottom:0;z-index:-1;cursor:default;user-select:none}.textLayer .endOfContent.active{top:0}:root{--xfa-unfocused-field-background: url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>")}.xfaLayer .highlight{margin:-1px;padding:1px;background-color:#efcbed;border-radius:4px}.xfaLayer .highlight.appended{position:initial}.xfaLayer .highlight.begin{border-radius:4px 0 0 4px}.xfaLayer .highlight.end{border-radius:0 4px 4px 0}.xfaLayer .highlight.middle{border-radius:0}.xfaLayer .highlight.selected{background-color:#cbdfcb}.xfaLayer ::selection{background:var(--b3-pdf-selection)}.xfaPage{overflow:hidden;position:relative}.xfaContentarea{position:absolute}.xfaPrintOnly{display:none}.xfaLayer{position:absolute;text-align:initial;top:0;left:0;transform-origin:0 0;line-height:1.2}.xfaLayer *{color:inherit;font:inherit;font-style:inherit;font-weight:inherit;font-kerning:inherit;letter-spacing:-0.01px;text-align:inherit;text-decoration:inherit;box-sizing:border-box;background-color:rgba(0,0,0,0);padding:0;margin:0;pointer-events:auto;line-height:inherit}.xfaLayer div{pointer-events:none}.xfaLayer svg{pointer-events:none}.xfaLayer svg *{pointer-events:none}.xfaLayer a{color:blue}.xfaRich li{margin-left:3em}.xfaFont{color:#000;font-weight:normal;font-kerning:none;font-size:10px;font-style:normal;letter-spacing:0;text-decoration:none;vertical-align:0}.xfaCaption{overflow:hidden;flex:0 0 auto}.xfaCaptionForCheckButton{overflow:hidden;flex:1 1 auto}.xfaLabel{height:100%;width:100%}.xfaLeft{display:flex;flex-direction:row;align-items:center}.xfaRight{display:flex;flex-direction:row-reverse;align-items:center}.xfaLeft>.xfaCaption,.xfaLeft>.xfaCaptionForCheckButton,.xfaRight>.xfaCaption,.xfaRight>.xfaCaptionForCheckButton{max-height:100%}.xfaTop{display:flex;flex-direction:column;align-items:flex-start}.xfaBottom{display:flex;flex-direction:column-reverse;align-items:flex-start}.xfaTop>.xfaCaption,.xfaTop>.xfaCaptionForCheckButton,.xfaBottom>.xfaCaption,.xfaBottom>.xfaCaptionForCheckButton{width:100%}.xfaBorder{background-color:rgba(0,0,0,0);position:absolute;pointer-events:none}.xfaWrapped{width:100%;height:100%}.xfaTextfield:focus,.xfaSelect:focus{background-image:none;background-color:rgba(0,0,0,0);outline:auto;outline-offset:-1px}.xfaCheckbox:focus,.xfaRadio:focus{outline:auto}.xfaTextfield,.xfaSelect{height:100%;width:100%;flex:1 1 auto;border:none;resize:none;background-image:var(--xfa-unfocused-field-background)}.xfaTop>.xfaTextfield,.xfaTop>.xfaSelect,.xfaBottom>.xfaTextfield,.xfaBottom>.xfaSelect{flex:0 1 auto}.xfaButton{cursor:pointer;width:100%;height:100%;border:none;text-align:center}.xfaLink{width:100%;height:100%;position:absolute;top:0;left:0}.xfaCheckbox,.xfaRadio{width:100%;height:100%;flex:0 0 auto;border:none}.xfaRich{white-space:pre-wrap;width:100%;height:100%}.xfaImage{object-position:left top;object-fit:contain;width:100%;height:100%}.xfaLrTb,.xfaRlTb,.xfaTb{display:flex;flex-direction:column;align-items:stretch}.xfaLr{display:flex;flex-direction:row;align-items:stretch}.xfaRl{display:flex;flex-direction:row-reverse;align-items:stretch}.xfaTb>div{justify-content:left}.xfaPosition{position:relative}.xfaArea{position:relative}.xfaValignMiddle{display:flex;align-items:center}.xfaTable{display:flex;flex-direction:column;align-items:stretch}.xfaTable .xfaRow{display:flex;flex-direction:row;align-items:stretch}.xfaTable .xfaRlRow{display:flex;flex-direction:row-reverse;align-items:stretch;flex:1}.xfaTable .xfaRlRow>div{flex:1}.xfaNonInteractive input,.xfaNonInteractive textarea,.xfaDisabled input,.xfaDisabled textarea,.xfaReadOnly input,.xfaReadOnly textarea{background:initial}@media print{.xfaTextfield,.xfaSelect{background:rgba(0,0,0,0)}.xfaSelect{appearance:none;text-indent:1px;text-overflow:""}}:root{--pdfViewer-padding-bottom: 0;--page-margin: 1px auto -8px;--page-border: 9px solid transparent;--spreadHorizontalWrapped-margin-LR: -3.5px;--zoom-factor: 1;--viewport-scale-factor: 1}@media screen and (forced-colors: active){:root{--pdfViewer-padding-bottom: 9px;--page-margin: 9px auto 0;--page-border: none;--spreadHorizontalWrapped-margin-LR: 4.5px}}.pdfViewer{padding-bottom:var(--pdfViewer-padding-bottom)}.pdfViewer .canvasWrapper{overflow:hidden}.pdfViewer .page{direction:ltr;width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box}.pdfViewer .dummyPage{position:relative;width:0}.pdfViewer.removePageBorders .page{margin:0 auto 10px;border:none}.pdfViewer.singlePageView{display:inline-block}.pdfViewer.singlePageView .page{margin:0;border:none}.pdfViewer.scrollHorizontal,.pdfViewer.scrollWrapped,.spread{margin-left:3.5px;margin-right:3.5px;text-align:center}.pdfViewer.scrollHorizontal,.spread{white-space:nowrap}.pdfViewer.removePageBorders,.pdfViewer.scrollHorizontal .spread,.pdfViewer.scrollWrapped .spread{margin-left:0;margin-right:0}.spread .page,.spread .dummyPage,.pdfViewer.scrollHorizontal .page,.pdfViewer.scrollWrapped .page,.pdfViewer.scrollHorizontal .spread,.pdfViewer.scrollWrapped .spread{display:inline-block;vertical-align:middle}.spread .page,.pdfViewer.scrollHorizontal .page,.pdfViewer.scrollWrapped .page{margin-left:var(--spreadHorizontalWrapped-margin-LR);margin-right:var(--spreadHorizontalWrapped-margin-LR)}.pdfViewer.removePageBorders .spread .page,.pdfViewer.removePageBorders.scrollHorizontal .page,.pdfViewer.removePageBorders.scrollWrapped .page{margin-left:5px;margin-right:5px}.pdfViewer .page canvas{margin:0;display:block}.pdfViewer .page canvas[hidden]{display:none}.pdfViewer .page .loadingIcon{position:absolute;display:block;left:0;top:0;right:0;bottom:0}.pdfViewer .page .loadingIcon.notVisible{background:none}.pdfViewer.enablePermissions .textLayer span{user-select:none !important;cursor:not-allowed}.pdfPresentationMode .pdfViewer{padding-bottom:0}.pdfPresentationMode .spread{margin:0}.pdfPresentationMode .pdfViewer .page{margin:0 auto;border:2px solid rgba(0,0,0,0)}.pdf__toolbar{position:relative;left:0;right:0;cursor:default}.pdf__outer{user-select:text;overflow:hidden;width:100%;height:100%;position:relative}.pdf__outer .textLayer,.pdf__outer .pdf__resize{mix-blend-mode:multiply}.pdf__util--hide .pdf__util__hide{display:none}.pdf__util .b3-menu__item:hover{background-color:var(--b3-list-hover)}.pdf__rect{cursor:pointer}.pdf__rect--hl>div{transition:opacity 1500ms linear;animation-duration:1s;animation-fill-mode:both;animation-name:fadeIn}.pdf__rect>div{box-sizing:border-box;position:absolute}.pdf__rect>div:first-child{border-bottom-left-radius:3px;border-top-left-radius:3px}.pdf__rect>div:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.pdf__resize{position:fixed;border:2px solid var(--b3-pdf-background1);box-sizing:border-box;border-radius:4px}.pdf__outer--dark .pdfViewer .page canvas,.pdf__outer--dark .thumbnailImage{filter:grayscale(0%) invert(100%) contrast(100%) brightness(100%) hue-rotate(180deg)}.pdf__outer--dark .textLayer{background-color:var(--b3-pdf-dark)}.pdf__outer--dark .textLayer,.pdf__outer--dark .pdf__resize{mix-blend-mode:screen}.annotationLayer section:not(.linkAnnotation){display:none}.pdfViewer.enablePermissions .textLayer span{user-select:none !important;cursor:not-allowed}#viewerContainer.pdfPresentationMode:fullscreen{top:0;border-top:2px solid rgba(0,0,0,0);background-color:var(--b3-theme-background);width:100%;height:100%;overflow:hidden;cursor:none;user-select:none}.pdfPresentationMode:fullscreen a:not(.internalLink){display:none}.pdfPresentationMode:fullscreen .textLayer span{cursor:none}.pdfPresentationMode.pdfPresentationModeControls>*,.pdfPresentationMode.pdfPresentationModeControls .textLayer span{cursor:default}#sidebarContainer{position:absolute;top:32px;bottom:0;width:var(--b3-pdf-sidebar-width);visibility:hidden;z-index:1;transition-duration:200ms;transition-timing-function:ease;transition-property:left;left:calc(0px - var(--b3-pdf-sidebar-width));background-color:var(--b3-theme-surface)}#outerContainer.sidebarResizing #sidebarContainer{transition-duration:0s;user-select:none}#outerContainer.sidebarMoving #sidebarContainer,#outerContainer.sidebarOpen #sidebarContainer{visibility:visible}#outerContainer.sidebarOpen #sidebarContainer{left:0}#mainContainer{position:absolute;top:0;right:0;bottom:0;left:0;min-width:320px}#sidebarContent{top:32px;bottom:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;width:100%;left:0}#viewerContainer{overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;top:32px;right:0;bottom:0;left:0;outline:none}#viewerContainer:not(.pdfPresentationMode){transition-duration:200ms;transition-timing-function:ease}#outerContainer.sidebarResizing #viewerContainer{transition-duration:0s}#outerContainer.sidebarOpen #viewerContainer:not(.pdfPresentationMode){transition-property:left;left:var(--b3-pdf-sidebar-width)}#toolbarSidebar,#toolbarViewer{width:100%;height:32px;display:flex;padding-left:8px;box-sizing:border-box}#toolbarViewer #numPages{line-height:32px;padding-left:4px}#sidebarResizer{position:absolute;top:0;bottom:0;width:0;z-index:200;cursor:ew-resize;right:-6px}#loadingBar{position:absolute;height:4px;background-color:var(--b3-theme-on-background);border-bottom:1px solid var(--b3-theme-surface-lighter);transition-duration:200ms;transition-timing-function:ease}#loadingBar{transition-property:left;left:0;right:var(--b3-pdf-offset)}#outerContainer.sidebarOpen #loadingBar{left:var(--b3-pdf-sidebar-width)}#outerContainer.sidebarResizing #loadingBar{transition-duration:0s}#loadingBar .progress{position:absolute;top:0;left:0;width:0%;height:100%;background-color:var(--b3-theme-primary-light);overflow:hidden;transition:width 200ms}@keyframes progressIndeterminate{0%{left:-142px}100%{left:0}}#loadingBar .progress.indeterminate{background-color:var(--b3-theme-on-surface);transition:none}#loadingBar .progress.indeterminate .glimmer{position:absolute;top:0;left:0;height:100%;width:calc(100% + 150px);background:repeating-linear-gradient(135deg, var(--b3-theme-primary-lighter) 0, var(--b3-theme-on-surface) 5px, var(--b3-theme-on-surface) 45px, var(--b3-theme-primary-light) 55px, var(--b3-theme-primary-light) 95px, var(--b3-theme-primary-lighter) 100px);animation:progressIndeterminate 1s linear infinite}.findbar{left:64px;position:absolute;top:36px;padding:4px 8px;display:flex;align-items:center;flex-wrap:wrap}.findbar #findInput{width:120px}.findbar #findInput[data-status=notFound]{background-color:var(--b3-theme-error)}.secondaryToolbar{right:4px;position:absolute;top:36px;overflow:auto;-webkit-overflow-scrolling:touch;max-width:220px;max-height:60vh}#secondaryToolbarButtonContainer.hiddenScrollModeButtons>.scrollModeButtons,#secondaryToolbarButtonContainer.hiddenSpreadModeButtons>.spreadModeButtons{display:none !important}#findMsg{color:var(--b3-theme-error)}#findMsg:empty{display:none}.toolbarButton{border:none;background:none;cursor:pointer;padding:0 4px;line-height:32px;user-select:none;width:20px;box-sizing:border-box;height:32px;margin-right:8px;color:var(--b3-theme-on-surface);overflow:initial}.toolbarButton:hover,.toolbarButton:focus{color:var(--b3-theme-on-background)}.toolbarButton>svg{height:12px;width:12px}.toolbarButton[disabled]{color:var(--b3-theme-surface-lighter)}.toolbarButton.toggled,.secondaryToolbarButton.toggled{color:var(--b3-theme-primary)}.secondaryToolbarButton:hover{background-color:var(--b3-list-hover)}.secondaryToolbarButton[disabled]{opacity:.38;cursor:not-allowed}.dropdownToolbarButton select{min-width:124px;height:24px;margin:4px 8px 0 0;line-height:24px;padding:0 8px}#customScaleOption{display:none}#pageWidthOption{border-bottom:1px rgba(255,255,255,.5) solid}.bookmark[href="#"]{opacity:.5;pointer-events:none}.toolbarField[type=checkbox]{opacity:0;position:absolute !important;margin:10px 0 3px 7px}.toolbarField.pageNumber{min-width:16px;text-align:right;width:48px;padding:1px 8px;margin:4px 0}.toolbarField.pageNumber::-webkit-inner-spin-button,.toolbarField.pageNumber::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.toolbarField.pageNumber.visiblePageIsLoading{background-image:var(--loading-icon);background-repeat:no-repeat;background-position:3px}#thumbnailView,#outlineView,#attachmentsView,#layersView{width:calc(100% - 16px);top:0;bottom:0;padding:8px;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute}#thumbnailView>a:active,#thumbnailView>a:focus{outline:0}#thumbnailView .thumbnail{margin-bottom:8px}.thumbnailImage{border:1px solid rgba(0,0,0,0);box-shadow:0 0 0 1px rgba(0,0,0,.5),0 2px 8px rgba(0,0,0,.3);opacity:.8;z-index:99;background-color:#fff;background-clip:content-box}.thumbnailSelectionRing{border-radius:2px;padding:7px;margin:0 auto;box-shadow:0 0 1px 1px var(--b3-theme-surface-lighter)}a:focus>.thumbnail>.thumbnailSelectionRing>.thumbnailImage,.thumbnail:hover>.thumbnailSelectionRing>.thumbnailImage{opacity:.9}a:focus>.thumbnail>.thumbnailSelectionRing,.thumbnail:hover>.thumbnailSelectionRing{background-color:var(--b3-list-hover);background-clip:padding-box;color:rgba(255,255,255,.9)}.thumbnail.selected>.thumbnailSelectionRing>.thumbnailImage{opacity:1}.thumbnail.selected>.thumbnailSelectionRing{background-color:var(--b3-list-hover);background-clip:padding-box;color:#fff}.treeWithDeepNesting>.treeItem,.treeItem>.treeItems{margin-left:20px}.treeItem>a{text-decoration:none;display:inline-block;min-width:95%;height:auto;margin-bottom:1px;border-radius:2px;line-height:15px;user-select:none;white-space:normal;cursor:pointer;padding:4px 0 4px 4px;color:var(--b3-theme-on-background)}#layersView .treeItem>a>*{cursor:pointer}#layersView .treeItem>a>label{padding-left:4px}.treeItem{position:relative}.treeItem .treeItemToggler{transition:var(--b3-transition);height:24px;width:24px;cursor:pointer;text-align:center;color:var(--b3-theme-on-surface);position:absolute;left:-19px;top:2px}.treeItem .treeItemToggler svg{height:20px;width:8px}.treeItem .treeItemToggler.treeItemsHidden{transform:rotate(-90deg);left:-17px;top:0}.treeItem .treeItemToggler.treeItemsHidden~.treeItems{display:none}.treeItem .treeItemToggler:hover{color:var(--b3-theme-on-background)}.treeItem.selected>a{background-color:var(--b3-theme-surface-lighter)}.treeItemToggler:hover+a,.treeItemToggler:hover~.treeItems,.treeItem:not(.selected)>a:hover{background-color:var(--b3-list-hover)}#errorWrapper{background:none repeat scroll 0 0 var(--b3-theme-on-background);color:var(--main-color);left:0;position:absolute;right:0;z-index:1000;padding:3px 6px}#errorMessageLeft{float:left}#errorMessageRight{float:right}#errorMoreInfo{background-color:var(--b3-theme-surface);color:var(--b3-theme-on-surface);border:1px solid var(--b3-theme-surface-lighter);padding:3px;margin:3px;width:98%}.overlayButton{width:auto;margin:3px 4px 2px !important;padding:2px 11px;color:var(--b3-theme-on-background);background-color:var(--b3-theme-background);border:0 none !important}#dialogContainer>.dialog{padding:8px;box-shadow:var(--b3-dialog-shadow);background-color:var(--b3-menu-background);border-radius:4px;width:520px;border:0;position:absolute;inset-inline-start:0px;inset-inline-end:0px;height:fit-content;margin:auto;display:none}#dialogContainer>.dialog--open{position:fixed;inset-block-start:0px;inset-block-end:0px;max-width:calc(100% - 6px - 2em);max-height:calc(100% - 6px - 2em);user-select:text;display:block;z-index:100;overflow:auto}#dialogContainer>.dialog>.row{display:table-row}#dialogContainer>.dialog>.row>span{white-space:nowrap;color:var(--b3-theme-on-surface);padding-right:8px}#dialogContainer>.dialog>.row>*{display:table-cell;color:var(--b3-theme-on-background)}#dialogContainer>.dialog .toolbarField{margin:5px 0}#dialogContainer>.dialog .separator{display:block;margin:4px 0;height:1px;width:100%;background-color:var(--b3-theme-surface-lighter)}#dialogContainer>.dialog .buttonRow{text-align:center;vertical-align:middle}#dialogContainer>.dialog :link{color:#fff}#passwordOverlay>dialog{text-align:center}#passwordOverlay .toolbarField{width:200px}#documentPropertiesOverlay>dialog{text-align:left}#documentPropertiesOverlay .row>*{min-width:100px}#documentPropertiesOverlay .row>*{text-align:left}#documentPropertiesOverlay .row>span{width:125px;word-wrap:break-word}#documentPropertiesOverlay .row>p{max-width:225px;word-wrap:break-word}#documentPropertiesOverlay .buttonRow{margin-top:10px}.clearBoth{clear:both}.fileInput{background:#fff;color:#000;margin-top:5px;visibility:hidden;position:fixed;right:0;top:0}#PDFBug{background:none repeat scroll 0 0 #fff;border:1px solid #666;position:fixed;top:32px;right:0;bottom:0;font-size:10px;padding:0;width:300px}#PDFBug .controls{background:#eee;border-bottom:1px solid #666;padding:3px}#PDFBug .panels{bottom:0;left:0;overflow:auto;-webkit-overflow-scrolling:touch;position:absolute;right:0;top:27px}#PDFBug .panels>div{padding:5px}#PDFBug button.active{font-weight:bold}.debuggerShowText{background:none repeat scroll 0 0 #ff0;color:blue}.debuggerHideText:hover{background:none repeat scroll 0 0 #ff0}#PDFBug .stats{font-family:courier;font-size:10px;white-space:pre}#PDFBug .stats .title{font-weight:bold}#PDFBug table{font-size:10px}#PDFBug table.showText{border-collapse:collapse;text-align:center}#PDFBug table.showText,#PDFBug table.showText tr,#PDFBug table.showText td{border:1px solid #000;padding:1px}#PDFBug table.showText td.advance{color:gray}#viewer.textLayer-visible .textLayer{opacity:1}#viewer.textLayer-visible .canvasWrapper{background-color:#80ff80}#viewer.textLayer-visible .canvasWrapper canvas{mix-blend-mode:screen}#viewer.textLayer-visible .textLayer span{background-color:rgba(255,255,0,.1);color:#000;border:solid 1px rgba(255,0,0,.5);box-sizing:border-box}#viewer.textLayer-hover .textLayer span:hover{background-color:#fff;color:#000}#viewer.textLayer-shadow .textLayer span{background-color:rgba(255,255,255,.6);color:#000}.rect-to-annotation{cursor:crosshair !important;user-select:none}.rect-to-annotation *:not(input):not(textarea):not(button):not(select):not(:link){cursor:inherit !important;user-select:auto}.grab-to-pan-grab{cursor:grab !important}.grab-to-pan-grab *:not(input):not(textarea):not(button):not(select):not(:link){cursor:inherit !important}.grab-to-pan-grab:active,.grab-to-pan-grabbing{cursor:grabbing !important;position:fixed;background:rgba(0,0,0,0);display:block;top:0;left:0;right:0;bottom:0;overflow:hidden;z-index:50000}@page{margin:0}#printContainer{display:none}@media print{#sidebarContainer,#secondaryToolbar,.toolbar,#loadingBox,#errorWrapper,.textLayer,.canvasWrapper{display:none}#viewerContainer{overflow:visible}#mainContainer,#viewerContainer,.page,.page canvas{position:static;padding:0;margin:0}.page{float:left;display:none;border:none;box-shadow:none;background-clip:content-box;background-color:#fff}.page[data-loaded]{display:block}.fileInput{display:none}#printContainer{height:100%}#printContainer>.printedPage{page-break-after:always;page-break-inside:avoid;height:100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}#printContainer>.xfaPrintedPage .xfaPage{position:absolute}#printContainer>.xfaPrintedPage{page-break-after:always;page-break-inside:avoid;width:100%;height:100%;position:relative}#printContainer>.printedPage canvas,#printContainer>.printedPage img{max-width:100%;max-height:100%;display:block}}.visibleLargeView,.visibleMediumView,.visibleSmallView{display:none}@media all and (max-width: 840px){#outerContainer.sidebarOpen #viewerContainer{left:0 !important}#outerContainer .hiddenLargeView,#outerContainer .hiddenMediumView{display:inherit}#outerContainer .visibleLargeView,#outerContainer .visibleMediumView{display:none}}@media all and (max-width: 770px){#outerContainer .hiddenLargeView{display:none}#outerContainer .visibleLargeView{display:inherit}}@media all and (max-width: 700px){#outerContainer .hiddenMediumView{display:none}#outerContainer .visibleMediumView{display:inherit}}@media all and (max-width: 640px){.hiddenSmallView,.hiddenSmallView *{display:none}.visibleSmallView{display:inherit}}@media all and (max-width: 535px){#scaleSelectContainer{display:none}}.viewer-zoom-in svg,.viewer-zoom-out svg,.viewer-one-to-one svg,.viewer-reset svg,.viewer-prev svg,.viewer-play svg,.viewer-next svg,.viewer-rotate-left svg,.viewer-rotate-right svg,.viewer-flip-horizontal svg,.viewer-flip-vertical svg,.viewer-fullscreen svg,.viewer-fullscreen-exit svg,.viewer-close svg{height:24px;width:12px;color:rgba(255,255,255,.78)}.viewer-container{bottom:0;direction:ltr;font-size:0;left:0;line-height:0;overflow:hidden;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;touch-action:none;-webkit-touch-callout:none;user-select:none}.viewer-container::selection,.viewer-container *::selection{background-color:rgba(0,0,0,0)}.viewer-container:focus{outline:0}.viewer-container img{display:block;height:auto;max-height:none !important;max-width:none !important;min-height:0 !important;min-width:0 !important;width:100%}.viewer-canvas{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.viewer-canvas>img{height:auto;margin:15px auto;max-width:90% !important;width:auto}.viewer-footer{bottom:0;left:0;overflow:hidden;position:absolute;right:0;text-align:center}.viewer-navbar{background-color:rgba(0,0,0,.48);overflow:hidden}.viewer-list{box-sizing:content-box;height:50px;margin:0;overflow:hidden;padding:1px 0}.viewer-list>li{color:rgba(0,0,0,0);cursor:pointer;float:left;font-size:0;height:50px;line-height:0;opacity:.48;overflow:hidden;transition:opacity .15s;width:30px}.viewer-list>li:focus,.viewer-list>li:hover{opacity:.78}.viewer-list>li:focus{outline:0}.viewer-list>li+li{margin-left:1px}.viewer-list>.viewer-loading{position:relative}.viewer-list>.viewer-loading::after{border-width:2px;height:20px;margin-left:-10px;margin-top:-10px;width:20px}.viewer-list>.viewer-active,.viewer-list>.viewer-active:focus,.viewer-list>.viewer-active:hover{opacity:1}.viewer-player{background-color:#000;bottom:0;cursor:none;display:none;left:0;position:absolute;right:0;top:0;z-index:1}.viewer-player>img{left:0;position:absolute;top:0}.viewer-toolbar>ul{display:inline-block;margin:0 auto 5px;overflow:hidden;padding:6px 3px}.viewer-toolbar>ul>li{background-color:var(--b3-tooltips-color);border-radius:50%;cursor:pointer;float:left;height:24px;overflow:hidden;transition:background-color .15s;width:24px}.viewer-toolbar>ul>li:focus svg,.viewer-toolbar>ul>li:hover svg{color:#fff}.viewer-toolbar>ul>li:focus{box-shadow:0 0 3px #fff;outline:0;position:relative;z-index:1}.viewer-toolbar>ul>li::before{margin:2px}.viewer-toolbar>ul>li+li{margin-left:1px}.viewer-toolbar>ul>.viewer-small{height:18px;margin-bottom:3px;margin-top:3px;width:18px}.viewer-toolbar>ul>.viewer-small::before{margin:-1px}.viewer-toolbar>ul>.viewer-large{height:30px;margin-bottom:-3px;margin-top:-3px;width:30px}.viewer-toolbar>ul>.viewer-large svg{height:30px;width:16px}.viewer-tooltip{background-color:var(--b3-tooltips-color);border-radius:10px;color:#fff;display:none;font-size:12px;height:20px;left:50%;line-height:20px;margin-left:-25px;margin-top:-10px;position:absolute;text-align:center;top:50%;width:50px}.viewer-title{color:var(--b3-theme-on-secondary);display:inline-block;font-size:12px;line-height:1.2;margin:0 5% 5px;max-width:90%;opacity:.8;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}.viewer-title:hover{opacity:1}.viewer-button{background-color:rgba(0,0,0,.48);border-radius:50%;cursor:pointer;height:80px;overflow:hidden;position:absolute;right:-40px;top:-40px;transition:background-color .15s;width:80px;-webkit-app-region:no-drag}.viewer-button:focus,.viewer-button:hover{background-color:var(--b3-mask-background)}.viewer-button:focus{box-shadow:0 0 3px #fff;outline:0}.viewer-button::before{bottom:15px;left:15px;position:absolute}.viewer-fixed{position:fixed}.viewer-open{overflow:hidden}.viewer-show{display:block}.viewer-hide{display:none}.viewer-backdrop{background-color:rgba(0,0,0,.24)}.viewer-invisible{visibility:hidden}.viewer-move{cursor:move;cursor:grab}.viewer-fade{opacity:0}.viewer-in{opacity:1}.viewer-transition{transition:all .3s}@keyframes viewer-spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.viewer-loading::after{animation:viewer-spinner 1s linear infinite;border:4px solid rgba(255,255,255,.1);border-left-color:rgba(255,255,255,.5);border-radius:50%;content:"";display:inline-block;height:40px;left:50%;margin-left:-20px;margin-top:-20px;position:absolute;top:50%;width:40px;z-index:1}@media(max-width: 767px){.viewer-hide-xs-down{display:none}}@media(max-width: 991px){.viewer-hide-sm-down{display:none}}@media(max-width: 1199px){.viewer-hide-md-down{display:none}}.inbox__details{position:absolute;background:var(--b3-theme-surface);left:0;top:30px;bottom:0;overflow:auto;z-index:1;right:0;padding:4px 8px;word-break:break-all;user-select:text}.inbox__list label{height:28px}.fullscreen{position:fixed;top:0;width:100% !important;left:0;height:100vh !important;z-index:90;border-radius:0}.fullscreen>.protyle-breadcrumb,.fullscreen>.block__icons{padding-left:69px;height:32px}.fullscreen .protyle-breadcrumb>.protyle-breadcrumb__space{-webkit-app-region:drag;min-width:32px}.fullscreen .protyle-breadcrumb>.protyle-breadcrumb__space:hover{border-radius:16px;background-color:var(--b3-theme-surface-light)}.custom-attr .b3-text-field,.custom-attr .pcr-app .pcr-interaction .pcr-result,.pcr-app .pcr-interaction .custom-attr .pcr-result{border:0}.custom-attr__add{overflow:auto;height:30vh;padding:4px 0 4px 4px}.custom-attr__add::-webkit-scrollbar{display:none}.pcr-app{box-shadow:var(--b3-dialog-shadow);border-radius:4px}.pcr-app .pcr-interaction .pcr-result{background:rgba(0,0,0,0);font-size:12px}.pcr-app .pcr-selection .pcr-picker{height:16px;width:16px;border:0;box-shadow:var(--b3-point-shadow);transition:transform 100ms ease-out}.svg{fill:currentColor;display:inline-block;stroke-width:0;stroke:currentColor;width:14px;height:14px}.svg--mid{width:16px;height:16px}.svg--small{width:12px;height:12px}.toolbar{background-color:var(--b3-toolbar-background);box-sizing:border-box;height:32px;line-height:32px;padding:0 5px 0 69px;border-bottom:.5px solid var(--b3-border-color)}.toolbar--browser{padding-left:0}.toolbar #windowControls{top:0;z-index:502;right:0;position:relative}.toolbar #windowControls .toolbar__item svg{width:13px}.toolbar #drag{-webkit-app-region:drag;color:var(--b3-toolbar-color);user-select:none;text-align:center;white-space:nowrap;align-self:center;font-size:12px}.toolbar__item{flex-shrink:0;cursor:pointer;color:var(--b3-toolbar-color);padding:9px;box-sizing:border-box;transition:var(--b3-transition);display:flex;align-self:center;background-color:rgba(0,0,0,0);border:0}.toolbar__item:not(.toolbar__item--disabled):not(.toolbar__item--close):hover,.toolbar__item--active{color:var(--b3-theme-on-background);background-color:var(--b3-theme-background-light)}.toolbar__item svg{height:14px;width:14px}.toolbar__item--disabled{opacity:.54;cursor:not-allowed}.toolbar__item--close{padding:9px 16px}.toolbar__item--close svg{width:10px !important}.toolbar__item--close:hover{color:var(--b3-theme-on-error);background-color:var(--b3-theme-error)}.status{background-color:var(--b3-theme-surface);box-sizing:border-box;z-index:2;height:32px;line-height:32px;border-top:.5px solid var(--b3-border-color);padding:0 5px;font-size:12px}.status .toolbar__item{color:var(--b3-theme-on-surface)}.status__msg{color:var(--b3-theme-on-surface);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;padding-left:5px}.status__counter{display:flex;flex-shrink:0}.status #barDock .b3-menu__item:hover,.status #barHelp .b3-menu__item:hover{background-color:var(--b3-list-hover)}.status .fn__space:last-child{width:5px}.config-query{display:flex;flex-wrap:wrap}.config-query label{width:16%;margin-right:17%}.config-repos__sync{margin:0 0 -16px 16px;overflow:hidden;max-height:180px;display:flex;flex-direction:column;padding-bottom:16px}.config-account{height:100%}.config-account__center{flex-direction:column;justify-content:center;flex:1;display:flex;min-width:1px;align-items:center}.config-account__center--text{background-color:var(--b3-theme-surface);padding:16px 24px}.config-account__center--text .b3-button--outline{white-space:normal}.config-account__form{max-width:298px;width:100%}.config-account__bg{position:relative;margin-bottom:82px;width:100%;flex:1}.config-account__info{width:100%;box-sizing:border-box;padding:16px 24px}.config-account__cover{position:absolute;top:0;width:100%;height:100%;background-size:cover;background-position:center center}.config-account__avatar{position:absolute;bottom:24px;width:128px;height:128px;left:50%;margin-left:-64px;background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:90px;background-color:rgba(255,255,255,.8);box-shadow:var(--b3-point-shadow)}.config-account__name{bottom:-58px;position:absolute;width:100%;text-align:center}.config-about__logo{display:flex;align-items:center}.config-about__logo img{height:24px;width:24px;margin-right:8px}.config-assets{display:flex;flex-direction:column;height:100%;box-sizing:border-box}.config-assets #assetsList{overflow:auto;flex:1}.config-assets__preview{display:flex;flex-direction:row;align-items:center;justify-content:center;overflow:auto;flex:1;margin-top:8px}.config-keymap li .b3-text-field,.config-keymap li .pcr-app .pcr-interaction .pcr-result,.pcr-app .pcr-interaction .config-keymap li .pcr-result{width:124px;text-align:center}.config-bazaar__readme{position:absolute;transition:var(--b3-transition);right:-100%;top:0;width:100%;height:100%;background-color:var(--b3-theme-background);display:flex;padding:16px;box-sizing:border-box}.config-bazaar__readme .item__side{text-align:center;width:260px;display:flex;flex-direction:column;height:100%}.config-bazaar__readme .item__main{flex:1;margin-left:16px;overflow:auto}.config-bazaar__readme .item__title{font-size:30px;word-break:break-all;color:var(--b3-theme-on-background)}.config-bazaar__readme .item__nav{text-align:center;flex:1;line-height:26px;font-size:16px;color:var(--b3-theme-on-surface)}.config-bazaar__readme .item__preview{width:100%;height:50%;background-position:center center;background-repeat:no-repeat;background-size:cover;border-radius:4px;margin-bottom:16px;cursor:pointer;left:0;top:0;transition:var(--b3-transition)}.config-bazaar__readme .item__preview--fullscreen{position:absolute;z-index:1;height:100%;background-size:contain;background-color:var(--b3-mask-background)}.asset{overflow:auto;box-sizing:border-box;margin:16px}.asset--pdf{margin:0;height:100%}.asset img,.asset video,.asset audio,.asset canvas{max-width:100%}.file-tree .dragover{background-color:var(--b3-theme-primary-lightest)}.file-tree .dragover__top{background-color:var(--b3-theme-primary-lightest);box-shadow:0 -2px 0 var(--b3-theme-primary-lighter),inset 0 2px 0 var(--b3-theme-primary-lighter)}.file-tree .dragover__bottom{background-color:var(--b3-theme-primary-lightest);box-shadow:0 2px 0 var(--b3-theme-primary-lighter),inset 0px -2px 0 var(--b3-theme-primary-lighter)}.file-tree:hover .block__icons .block__icon:not([disabled]){opacity:1}.file-tree:hover .block__icons .block__icon[disabled]{opacity:.68}.file-tree .block__icons .block__icon[disabled]{opacity:0}.file-tree__close{min-height:auto;transition:var(--b3-transition)}.file-tree__sliderDown{height:0;overflow:hidden;transition:var(--b3-transition)}.counter{margin-left:4px;line-height:22px;padding:0 8px;color:var(--b3-theme-on-surface);border-radius:2px;font-size:12px;user-select:none;height:22px}.reveal{font-family:var(--b3-font-family)}.backlink--more .b3-list-item__text{-webkit-line-clamp:initial}.backlink--more .b3-list-item__graphic.popover__block{align-self:flex-start;margin-top:7px}
