@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}}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:transparent;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-image{background-repeat:no-repeat;background-position:50%;background-size:cover;border-radius:90px;height:180px;width:180px;background-color:rgba(255,255,255,0.8);box-shadow:var(--b3-point-shadow)}.b3-switch{flex-shrink:0;-webkit-appearance:none;box-sizing:border-box;width:28px;height:12px;border:1px solid transparent;border-radius:7px;margin:0;outline:none;display:inline-block;position:relative;cursor:pointer;background-color:var(--b3-border-color);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,0.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 0.6s cubic-bezier(0.2, 0.85, 0.32, 1.2),opacity 0.3s}.b3-switch:disabled{opacity:0.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:8px;height:8px}::-webkit-scrollbar-corner{background-color:transparent}::-webkit-scrollbar-thumb{background-color:var(--b3-scroll-color);border-radius:4px}.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}.b3-tooltips{position:relative;cursor:pointer;overflow:hidden}.b3-tooltips::after{z-index:1000000;padding:3px 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}.b3-tooltips::before{z-index:1000001;width:0;height:0;color:var(--b3-tooltips-color);content:"";border:5px solid transparent;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:203}.b3-dialog--open .b3-dialog__scrim{opacity:1}.b3-dialog--open .b3-dialog__container{transform:none;opacity:1}.b3-dialog__scrim{background-color:rgba(0,0,0,0.78);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-border-color)}.b3-dialog__content{padding:16px 24px;word-break:break-all}.b3-dialog__action{padding:8px 24px;border-top:1px solid var(--b3-border-color);display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;box-sizing:border-box}.b3-dialog__close{position:absolute;cursor:pointer;top:10px;right:-32px;height:16px;width:16px}.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{text-decoration:none;box-shadow:0px 2px 4px -1px rgba(0,0,0,0.2),0px 4px 5px 0px rgba(0,0,0,0.14),0px 1px 10px 0px rgba(0,0,0,0.12)}.b3-button:active{box-shadow:0px 5px 5px -3px rgba(0,0,0,0.2),0px 8px 10px 1px rgba(0,0,0,0.14),0px 3px 14px 2px rgba(0,0,0,0.12)}.b3-button--small{padding:0 4px;font-size:12px}.b3-button--text,.b3-button--cancel,.b3-button--outline{color:var(--b3-theme-primary);background-color:transparent}.b3-button--text:hover,.b3-button--text:focus,.b3-button--cancel:hover,.b3-button--cancel:focus,.b3-button--outline:hover,.b3-button--outline:focus{background-color:var(--b3-theme-primary-lightest);box-shadow:none}.b3-button--text:active,.b3-button--cancel:active,.b3-button--outline: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);border:1px solid 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{background-color:rgba(0,0,0,0.12);color:rgba(0,0,0,0.37)}.b3-snackbar{position:fixed;top:0;z-index:502;transform:translate3d(0, -100px, 0);opacity:0;transition:opacity 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms,transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;width:100%;align-items:center;justify-content:center;height:0;display:flex}.b3-snackbar--show{transform:translate3d(0, 0, 0);opacity:1}.b3-snackbar--show .b3-snackbar__content{transform: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,0.2),0 6px 10px 0 rgba(0,0,0,0.14),0 1px 18px 0 rgba(0,0,0,0.12);transition:transform 0.15s cubic-bezier(0, 0, 0.2, 1) 0ms;transform:scale(0.8);top:16px;position:absolute;word-break:break-word;max-width:80vw}.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:8px;right:-30px;height:14px;width:14px}.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:7px;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-label{border-bottom:1px solid var(--b3-border-color);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:last-child{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:0.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 0.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 0.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,0.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,0.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 0.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,0.85),0 0 0 3px rgba(0,0,0,0.25)}.pcr-app{position:fixed;display:flex;flex-direction:column;z-index:10000;border-radius:0.1em;background:#fff;opacity:0;visibility:hidden;transition:opacity 0.3s, visibility 0s 0.3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Helvetica Neue",Arial,sans-serif;box-shadow:0 0.15em 1.5em 0 rgba(0,0,0,0.1),0 0 1em 0 rgba(0,0,0,0.03);left:0;top:0}.pcr-app.visible{transition:opacity 0.3s;visibility:visible;opacity:1}.pcr-app .pcr-swatches{display:flex;flex-wrap:wrap;margin-top:0.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:0.15em;cursor:pointer;margin:2.5px;flex-shrink:0;justify-self:center;transition:all 0.15s;overflow:hidden;background:transparent;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,0.05);border-radius:0.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 0.2em}.pcr-app .pcr-interaction input{letter-spacing:0.07em;font-size:0.75em;text-align:center;cursor:pointer;color:#75797e;background:#f1f3f4;border-radius:.15em;transition:all 0.15s;padding:0.45em 0.5em;margin-top:0.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,0.85),0 0 0 3px rgba(66,133,244,0.75)}.pcr-app .pcr-interaction .pcr-result{color:#75797e;text-align:left;flex:1 1 8em;min-width:8em;transition:all 0.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,0.85),0 0 0 3px rgba(244,66,80,0.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:0.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, red, #ff0, lime, cyan, blue, #f0f, red)}.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%, 0.25em}.b3-text-filed,.pcr-app .pcr-interaction .pcr-result{border:1px solid var(--b3-theme-on-surface);border-radius:4px;padding:4px 8px;line-height:20px;box-sizing:border-box;color:var(--b3-theme-on-background);transition:border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1),box-shadow 120ms 0ms cubic-bezier(0, 0, 0.2, 1);background-color:var(--b3-theme-background)}.b3-text-filed:hover,.pcr-app .pcr-interaction .pcr-result:hover{border-color:var(--b3-theme-on-background)}.b3-text-filed:focus,.pcr-app .pcr-interaction .pcr-result:focus{border-color:var(--b3-theme-primary);box-shadow:0 0 0 3px var(--b3-theme-primary-lightest)}.b3-text-filed[type="color"],.pcr-app .pcr-interaction .pcr-result[type="color"]{padding:0}.b3-text-filed--small{font-size:12px;padding:0 4px}.b3-text-filed--text{border:0}.b3-text-filed--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}.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:hover:not(.b3-list-item--focus){background-color:var(--b3-list-hover)}.b3-list--background .b3-list-item--focus:not(.dragover):not(.dragover__top):not(.dragover__bottom){background-color:var(--b3-theme-background-light)}.b3-list--empty{justify-content:center;color:var(--b3-theme-on-surface);padding:4px 16px;list-style:none}.b3-list-item{line-height:28px;padding:1px 8px;display:flex;cursor:pointer;align-items:center;position:relative;background-color:transparent;text-align:left;border:0;color:var(--b3-theme-on-background);margin-top:0 !important;transition:var(--b3-transition)}.b3-list-item[draggable="true"]:active{cursor:grabbing}.b3-list-item .counter,.b3-list-item .protyle-attr--refcount{margin-left:2px}.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--hide-tip:hover .counter,.b3-list-item--hide-tip:hover .protyle-attr--refcount{display:none}.b3-list-item__toggle{display:flex;align-items:center;height:28px;padding-right:6px;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-theme-primary-lightest);border-radius:4px}.b3-list-item__icon{text-align:center;font-size:16px;margin-right:4px;line-height:28px;height:28px;transition:var(--b3-transition);padding:0 2px}.b3-list-item__icon svg,.b3-list-item__icon img{float:left;margin:6px 0;height:16px;width:16px;color:var(--b3-theme-on-surface)}.b3-list-item__icon:hover{background-color:var(--b3-theme-primary-lightest);border-radius:4px}.b3-list-item__graphic{margin-right:4px;padding:0 2px;flex-shrink:0;height:14px;width:14px}.b3-list-item__arrow{flex-shrink:0;height:10px;width:10px;transition:transform 0.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:transparent;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__meta{font-size:0.75rem;margin-left:8px;flex-shrink:0;color:var(--b3-theme-on-surface)}.b3-list-item__action{flex-shrink:0;align-items:center;color:var(--b3-theme-on-surface);height:28px;padding:0 2px;margin-left:4px;display:flex}.b3-list-item__action svg{height:14px;width:14px}.b3-list-item__action:hover{color:var(--b3-theme-primary)}.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:0.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-border-color);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__resize{cursor:row-resize;margin:-3px 0;height:6px;width:100%;position:relative;z-index:2}.layout__resize:hover:after{background-color:var(--b3-theme-primary-light)}.layout__resize:after{content:"";width:100%;height:1px;display:block;background-color:transparent;top:3px;position:absolute;left:0;transition:var(--b3-transition)}.layout__resize--lr{cursor:col-resize;width:6px;margin:0 -3px;height:auto}.layout__resize--lr:after{top:0;width:1px;left:3px;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%}.layout-tab-bar{list-style:none;align-items:center;overflow:auto;position:relative;background-color:var(--b3-theme-background-light)}.layout-tab-bar::-webkit-scrollbar{display:none}.layout-tab-bar--drag{background-color:var(--b3-theme-primary-lightest)}.layout-tab-bar .item{line-height:22px;cursor:pointer;user-select:none;display:flex;align-items:center;transition:var(--b3-transition);border-radius:4px 4px 0 0;flex:1;box-shadow:1px 4px 2px 0 var(--b3-border-color)}.layout-tab-bar .item:hover:not(.item--focus){background-color:var(--b3-list-hover)}.layout-tab-bar .item:hover:not(.item--focus) .item__text::after{background:linear-gradient(90deg, rgba(0,0,0,0.001), var(--b3-list-hover))}.layout-tab-bar .item--focus{background-color:var(--b3-theme-background)}.layout-tab-bar .item--focus .item__text::after{background:linear-gradient(90deg, rgba(0,0,0,0.001), var(--b3-theme-background))}.layout-tab-bar .item--unupdate{font-style:italic;color:var(--b3-theme-on-surface)}.layout-tab-bar .item__graphic{padding:4px 0 4px 8px;height:14px;width:14px}.layout-tab-bar .item__text{padding:4px 0 4px 8px;min-width:56px;word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;flex:1;text-align:center;-webkit-font-smoothing:subpixel-antialiased}.layout-tab-bar .item__close{padding:4px 8px;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}.layout-tab-bar .item__close:hover svg{color:var(--b3-theme-on-background);background-color:var(--b3-border-color)}.dock{height:30px;display:flex;padding:0 30px;user-select:none;background-color:var(--b3-theme-background-light)}.dock svg{height:16px;width:16px}.dock--vertical{width:30px;flex-direction:column;height:100%;padding:0}.dock--vertical .dock__item{flex-direction:column;padding:12px 7px;width:16px;height:auto;text-align:center}.dock--vertical .dock__item:after{text-align:left}.dock--vertical .dock__item[data-index="0"]:after{top:-26px;bottom:auto}.dock--vertical .dock__item[data-index="1"]:after{bottom:100%}.dock__item{padding:7px 12px;float:left;color:var(--b3-theme-on-surface);width:16px;height:16px;display:flex;align-items:center}.dock__item:hover:not(.dock__item--active){color:var(--b3-theme-on-background)}.dock__item--active{color:var(--b3-theme-primary)}.block__popover{background-color:var(--b3-theme-background);position:absolute;box-shadow:var(--b3-dialog-shadow);z-index:201;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:303}.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-border-color)}.block__edit:last-child{border-bottom:0}.block__icons{padding:0 8px;display:flex;align-items:center}.block__icons--active{background-color:var(--b3-theme-primary-lightest)}.block__icons--border{background-color:var(--b3-theme-surface)}.block__icons:hover .block__icon{opacity:1}.block__icon{color:var(--b3-theme-on-surface);cursor:pointer;opacity:0;transition:var(--b3-transition);border:0;background:transparent;flex-shrink:0;padding:0;display:flex;align-items:center}.block__icon:hover:not([disabled]):not(.ft__primary){color:var(--b3-theme-on-background)}.block__icon[disabled]{opacity:0.68 !important;cursor:not-allowed}.block__icon svg{height:14px;width:14px;padding:8px 4px;display:flex}.block__logo{white-space:nowrap;margin-right:8px;display:flex;align-items:center}.block__logo svg{height:14px;width:14px;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-light);-webkit-font-smoothing:antialiased;-webkit-overflow-scrolling:touch;height:100%;box-sizing:border-box;max-height:100%;overflow:hidden}body.body--win32{-webkit-font-smoothing:auto;border:1px solid var(--b3-border-color)}body.body--win32 .toolbar{padding-left:0}body.body--win32.body--blur{border-top-color:var(--b3-theme-surface)}body.body--win32 .fullscreen>.protyle-breadcrumb,body.body--win32 .fullscreen>.block__icons{padding-left:8px;padding-right:98px}body.body--win32 .fullscreen .protyle-breadcrumb>.fn__flex-shrink{-webkit-app-region:drag}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}.fn__ellipsis{word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box}.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:0.1px;overflow:auto;min-height:0.1px}.fn__flex-column{min-height:100%;display:flex;flex-direction:column}.fn__flex-shrink{flex-shrink:0}.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}.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)}#historyRevisions{background-color:var(--b3-theme-background);padding:16px;box-sizing:border-box;border:0;border-radius:0 4px 4px 0;resize:none;color:var(--b3-theme-on-background)}.b3-card{box-shadow:var(--b3-point-shadow);border:1px solid var(--b3-border-color);background-color:var(--b3-theme-surface);width:218px;border-radius:4px;margin:8px;overflow:hidden;position:relative}.b3-cards{display:flex;flex-wrap:wrap;margin:8px}.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;text-align:center}.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}.b3-menu,.protyle-util{position:fixed;border-radius:4px;box-shadow:var(--b3-dialog-shadow);background-color:var(--b3-menu-background);padding:4px 0;z-index:304}.b3-menu__item{padding:0 16px 0 8px;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:0.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-border-color);border-radius:4px;background-color:var(--b3-menu-background);padding:4px 0;position:absolute;left:100%;top:-5px;box-shadow:var(--b3-dialog-shadow);mix-blend-mode:difference}.b3-menu__item--current{background-color:var(--b3-list-hover)}.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__label{flex:1;min-width:84px}.b3-menu__icon{align-self:center;height:14px;width:14px;margin-right:8px;color:var(--b3-theme-on-surface)}.b3-menu__icon--arrow{margin:0 0 0 8px}.b3-menu__separator{background-color:var(--b3-border-color);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:0.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:24px;padding:2px 4px;cursor:pointer;display:inline-block;transition:var(--b3-transition)}.emojis__item img,.emojis__item svg{height:24px;display:block;width:24px}.emojis__item--current{background:var(--b3-border-color);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-border-color)}.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-border-color) 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-panel{background-color:var(--b3-theme-surface);position:absolute;box-shadow:var(--b3-dialog-shadow);border-radius:3px;padding:5px;z-index:3;font-size:14px;display:none;user-select:none;max-width:320px;min-width:80px;animation-duration:.15s;animation-name:scale-in;animation-timing-function:cubic-bezier(0.2, 0, 0.13, 1.5);color:var(--b3-theme-on-surface)}.protyle-panel--none{padding:0;animation:none;min-width:auto;max-width:none;white-space:nowrap;opacity:.86}.protyle-panel--arrow{overflow:inherit !important}.protyle-panel--arrow:before{position:absolute;width:0;height:0;pointer-events:none;content:" ";border:7px solid transparent;top:-14px;left:5px;border-bottom-color:var(--b3-theme-surface)}.protyle-panel--left{right:0}.protyle-panel--left.protyle-panel--arrow:before{right:5px;left:auto}.protyle-input{border:0;padding:3px 5px;background-color:var(--b3-theme-on-surface);font-size:12px;color:var(--b3-theme-on-background)}.protyle-input:focus{background-color:var(--b3-theme-surface);outline:none}.protyle-icon{color:var(--b3-theme-on-surface);cursor:pointer;float:left;padding:4px 5px;height:21px;width:23px;background-color:transparent;border:0;box-sizing:border-box}.protyle-icon:hover,.protyle-icon--current{color:var(--b3-theme-primary);background-color:transparent}.protyle-icon:focus{outline:none}.protyle-icon svg{height:10px;width:10px;float:left;fill:currentColor;pointer-events:none}.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-ppt{width:100%;position:relative;background:var(--b3-theme-background);box-sizing:border-box;flex:1}.protyle-ppt__bar{position:absolute;bottom:8px;left:8px}.protyle-ppt__item{margin-bottom:8px;position:relative}.protyle-ppt__item .b3-menu,.protyle-ppt__item .protyle-util{display:none;left:32px;bottom:0;position:absolute}.protyle-ppt__item .b3-menu__item:hover{background-color:var(--b3-list-hover)}.protyle-ppt__item:hover .b3-menu,.protyle-ppt__item:hover .protyle-util{display:block}.protyle-ppt__item svg{margin:4px 0}.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-img{position:fixed;top:30px;left:0;right:0;bottom:0;z-index:300;background-color:var(--b3-theme-background);overflow:auto}.protyle-img__bar{text-align:center;display:flex;align-items:center;justify-content:flex-end;position:fixed;right:32px;top:32px;z-index:301}.protyle-img img{max-width:none}.protyle-toolbar{background-color:var(--b3-theme-background);z-index:3;position:fixed;box-shadow:var(--b3-point-shadow);border-radius:4px;display:flex}.protyle-toolbar__item{color:var(--b3-theme-on-surface);border:0;background-color:transparent;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-border-color)}.protyle-toolbar__divider{border-left:1px solid var(--b3-border-color);margin:6px 4px}.protyle-util{z-index:303}.protyle-font{font-size:12px;padding:4px 8px}.protyle-font__style{background-color:transparent;margin-right:4px;transition:var(--b3-transition);padding:0 4px;border-radius:2px;border:1px solid transparent;color:var(--b3-theme-on-background);white-space:nowrap}.protyle-font__style:hover{border-color:var(--b3-border-color)}.protyle-wysiwyg{padding:34px 16px 16px 24px;cursor:text}.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] [spellcheck="false"]:focus:empty:after{content:attr(data-tip);color:var(--b3-theme-on-surface)}.protyle-wysiwyg [data-node-id].hr{cursor:pointer}.protyle-wysiwyg [data-node-id].hr>div{border-bottom:1px solid var(--b3-border-color)}.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[fold="1"]>[data-node-id]:before{content:none}.protyle-wysiwyg [data-node-id].li[fold="1"]>.protyle-action:after{background-color:var(--b3-border-color)}.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);cursor:pointer;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:hover{color:var(--b3-theme-on-background)}.protyle-wysiwyg [data-node-id].li>.protyle-action:hover:after{background-color:var(--b3-theme-on-surface) !important;opacity:.68}.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>div:nth-child(2):before{top:34px !important;height:calc(100% - 26px) !important}.protyle-wysiwyg [data-node-id].li>div:nth-child(2):nth-last-child(2):before{content:none}.protyle-wysiwyg [data-node-id].li>div:nth-last-child(2):before{height:100%}.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]:before{content:"";position:absolute;height:calc(100% + 4px);border-left:1px solid var(--b3-theme-background-light);top:4px;left:-18px}.protyle-wysiwyg [data-node-id].li>[data-node-id].bq:before{left:calc(-18px - 0.25em)}.protyle-wysiwyg [data-node-id].li>[data-node-id].code-block{margin-top:4px;margin-bottom:4px}.protyle-wysiwyg [data-node-id].li>[data-node-id].list:before{left:-2px}.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}.protyle-wysiwyg [data-node-id].sb[data-sb-layout="col"]{display:flex;flex-wrap:wrap}.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] span[data-type="tag"]{border-bottom:1px solid var(--b3-protyle-inline-tag-color);color:var(--b3-protyle-inline-tag-color);cursor:pointer;transition:var(--b3-transition)}.protyle-wysiwyg [data-node-id] span[data-type="tag"]:hover{background-color:var(--b3-border-color)}.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 var(--b3-protyle-inline-link-color)}.protyle-wysiwyg [data-node-id] span[data-type="inline-math"]{cursor:pointer;user-select:text;display:inline}.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] span[data-type="block-ref"],.protyle-wysiwyg [data-node-id] span[data-type="file-annotation-ref"]{color:var(--b3-protyle-inline-blockref-color);cursor:pointer;opacity:.86;transition:var(--b3-transition)}.protyle-wysiwyg [data-node-id] span[data-type="block-ref"]:hover,.protyle-wysiwyg [data-node-id] span[data-type="file-annotation-ref"]:hover{opacity:1}.protyle-wysiwyg [data-node-id] span[data-type="file-annotation-ref"]:before{content:"🔖 "}.protyle-wysiwyg [data-node-id].render-node{cursor:pointer;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-border-color)}.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-block .protyle-action__language:empty::after{content:"language";opacity:0.68}.protyle-wysiwyg [data-node-id] code:not(.hljs):empty{padding:0}.protyle-wysiwyg [data-node-id] .img:hover .protyle-icons,.protyle-wysiwyg [data-node-id].render-node[data-type="NodeBlockQueryEmbed"]:hover>.protyle-icons{opacity:.86}.protyle-wysiwyg [data-node-id]>[contenteditable="false"]>.img:hover .protyle-icons{opacity:0}.protyle-wysiwyg [data-node-id].table>[spellcheck="false"]{overflow:auto}.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-border-color);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 .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,.protyle-wysiwyg--select .protyle-linenumber__rows{background-color:var(--b3-theme-primary-lightest) !important}.protyle-wysiwyg--hl,.protyle-wysiwyg--hl .hljs,.protyle-wysiwyg--hl .protyle-linenumber__rows{transition:var(--b3-transition);background-color:var(--b3-theme-primary-lightest) !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{display:flex}.protyle-wysiwyg--attr .protyle-attr>div{cursor:pointer}.protyle-wysiwyg__embed{border-top:1px dashed var(--b3-border-color);position:relative}.protyle-wysiwyg__embed .code-block:hover .protyle-action{opacity:0 !important}.protyle-wysiwyg [data-type="backslash"] span{display:none}.protyle-wysiwyg div[data-type="NodeMathBlock"]{margin-top:0;margin-bottom:0}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li){word-break:break-all;-webkit-line-clamp:1;overflow:hidden !important;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;opacity:0.68;font-size:16px;height:26px;line-height:26px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li) .protyle-attr{display:none}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).list{height:34px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).list .li:first-child{overflow:hidden;height:34px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li)[data-type="NodeBlockQueryEmbed"]{height:42px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li)[data-type="NodeBlockQueryEmbed"]>.protyle-icons>.b3-tooltips:after,.protyle-wysiwyg [data-node-id][fold="1"]:not(.li)[data-type="NodeBlockQueryEmbed"]>.protyle-icons>.b3-tooltips:before{content:none}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li)[data-type="NodeBlockQueryEmbed"] .protyle-wysiwyg__embed{height:34px;overflow:hidden}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).sb,.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).table{height:36px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).hr{height:auto}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).bq{height:42px}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).bq>div:first-child{font-size:16px;height:26px;line-height:26px;overflow:hidden}.protyle-wysiwyg [data-node-id][fold="1"]:not(.li).code-block{line-height:1.625;height:29px}.search__header .b3-text-filed--text{background-color:var(--b3-theme-background);font-size:18px;height:48px;line-height:32px;border-bottom:1px solid var(--b3-border-color);border-radius:0;padding:8px 8px 8px 48px !important}.search__header .b3-form__icon-icon{top:16px;left:16px}.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:transparent;box-sizing:border-box;padding-right:0}.search__label .b3-form__icon-input:focus{width:100%;border-color:var(--b3-theme-primary)}.protyle-search{display:flex;background-color:var(--b3-theme-surface);transition:var(--b3-transition);height:0;overflow:hidden;flex-direction:column;box-sizing:border-box}.protyle-search__item{margin:8px 16px 0 16px;display:flex;align-items:center}.protyle-search--open{height:36px}.protyle-search__mark{background-color:var(--b3-protyle-search-background);box-shadow:0 0 1px var(--b3-protyle-search-border-color)}.protyle-search__mark--current{background-color:var(--b3-protyle-search-current-background);box-shadow:0 0 1px var(--b3-theme-on-background)}.protyle-search__text{color:var(--b3-theme-on-surface);font-size:12px;line-height:22px;height:22px;padding:0 8px 0 16px}.protyle-search .b3-tooltips{display:flex;align-items:center}.protyle-search svg{cursor:pointer;color:var(--b3-theme-on-background);padding:6px 8px;height:10px;width:10px}.protyle-search svg:hover{color:var(--b3-theme-on-surface)}.protyle-scroll{position:absolute;right:-80px;top:50%;transform:rotate(90deg)}.protyle-scroll .b3-slider{width:200px}.protyle-attr{position:absolute;right:0;top:-9px;display:none;font-size:12px}.protyle-attr>div{margin:0 4px;display:flex;align-items:center;line-height:16px;color:var(--b3-theme-on-surface)}.protyle-attr>div:hover{color:var(--b3-theme-on-background)}.protyle-attr>div svg{height:12px;width:12px;margin-right:2px;flex-shrink:0}.protyle-attr--refcount{margin:0 !important;right:-16px;top:18px;position:absolute}.protyle-attr:empty{display:none}.protyle-gutters{cursor:pointer;user-select:none;position:fixed;box-sizing:border-box;z-index:1}.protyle-gutters button{border:0;background-color:transparent;padding:4px;transition:var(--b3-transition);cursor:pointer}.protyle-gutters button:hover svg{color:var(--b3-theme-on-background)}.protyle-gutters button:active{cursor:grabbing}.protyle-gutters svg{height:14px;color:var(--b3-theme-on-surface);width:14px;float:left}.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}.protyle-breadcrumb__bar{flex-wrap:wrap;align-items:center;display:flex;transition:var(--b3-transition);margin-right:8px}.protyle-breadcrumb__bar--hide{opacity:0;transition:1s}.protyle-breadcrumb__bar--nowrap{flex-wrap:nowrap;overflow:auto}.protyle-breadcrumb__bar--nowrap:after{content:' ';position:absolute;right:38px;width:32px;height:32px;background:linear-gradient(90deg, rgba(0,0,0,0.001), var(--b3-theme-background))}.protyle-breadcrumb__bar--nowrap::-webkit-scrollbar{display:none}.protyle-breadcrumb__bar .b3-tooltips{height:22px;flex-shrink:0}.protyle-breadcrumb__arrow{height:12px;width:12px;opacity:0.48}.protyle-breadcrumb__text--ellipsis{width:23px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.protyle-breadcrumb__item{cursor:pointer;display:flex;align-items:center;padding:4px 8px;line-height:1}.protyle-breadcrumb__item.b3-tooltips svg{margin-right:0}.protyle-breadcrumb__item svg{height:14px;width:14px;margin-right:4px;flex-shrink:0}.protyle-breadcrumb__item:hover{color:var(--b3-theme-on-background)}.protyle-content{overflow:auto;flex:1}.protyle-background{min-height:38px;position:relative}.protyle-background .protyle-icons{bottom:8px;opacity:0;top:auto;left:50%;margin-left:-44px;right:auto}.protyle-background .protyle-icons img{float:left}.protyle-background:hover .protyle-icons{opacity:1}.protyle-background__icon{height:80px;width:80px;transition:var(--b3-transition);position:absolute;bottom:-40px;cursor:pointer;font-size:80px;line-height:80px;text-align:center;font-family:var(--b3-font-family-emoji);z-index:1}.protyle-background__icon img,.protyle-background__icon svg{height:80px;width:80px;float:left}.protyle-background__icon:hover{opacity:.96}.protyle-background__img{position:absolute;height:100%;width:100%}.protyle-background__tags{padding:4px 16px;position:relative;display:flex;flex-wrap:wrap}.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:hover svg{opacity:1}.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)}.protyle-title{margin:34px 16px 0 24px;position:relative;font-size:16px}.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);cursor:pointer}.protyle-title__icon:hover{color:var(--b3-theme-on-background)}.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}.protyle-title__input:empty:after{content:attr(data-tip);color:var(--b3-theme-on-surface)}.protyle-title__input:focus{outline:none}.protyle-title__input--untitled{color:var(--b3-theme-on-surface)}@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(webpack:///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%;cursor:pointer;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-border-color);width:765px;box-sizing:border-box;height:256px;max-width:100%;vertical-align:bottom}.b3-typography em,.protyle-wysiwyg em{color:var(--b3-protyle-inline-em-color)}.b3-typography s,.protyle-wysiwyg s{color:var(--b3-protyle-inline-s-color)}.b3-typography strong,.protyle-wysiwyg strong{color:var(--b3-protyle-inline-strong-color)}.b3-typography mark,.protyle-wysiwyg mark{background-color:var(--b3-protyle-inline-mark-background);color:var(--b3-protyle-inline-mark-color)}.b3-typography mark.mark__current,.protyle-wysiwyg mark.mark__current{background-color:var(--b3-protyle-search-current-background);box-shadow:0 0 1px var(--b3-theme-on-background)}.b3-typography blockquote,.b3-typography .bq,.protyle-wysiwyg blockquote,.protyle-wysiwyg .bq{padding:4px;color:var(--b3-theme-on-surface);border-left:0.25em solid var(--b3-border-color);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:0.3em 4px;font-size:1.75em}.b3-typography .h2,.b3-typography h2,.protyle-wysiwyg .h2,.protyle-wysiwyg h2{padding:0.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 kbd,.protyle-wysiwyg 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-border-color);border-radius:3px;box-shadow:inset 0 -1px 0 var(--b3-border-color)}.b3-typography u,.protyle-wysiwyg u{text-decoration:none;border-bottom:1px solid var(--b3-theme-on-background)}.b3-typography table,.protyle-wysiwyg table{border-collapse:collapse;empty-cells:show;margin:0;overflow:auto;border-spacing:0;display:inline-block}.b3-typography table tr,.protyle-wysiwyg table tr{background-color:var(--b3-theme-surface);border-top:1px solid var(--b3-border-color)}.b3-typography table td,.b3-typography table th,.protyle-wysiwyg table td,.protyle-wysiwyg table th{padding:4px 8px;border:1px solid var(--b3-border-color);word-break:normal}.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 th,.protyle-wysiwyg table th{font-weight:600}.b3-typography table tbody tr:nth-child(2n),.protyle-wysiwyg table tbody tr:nth-child(2n){background-color:var(--b3-theme-background)}.b3-typography code:not(.hljs),.protyle-wysiwyg code:not(.hljs){padding:0.2em 0.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)}.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:hover .protyle-icons,.protyle-wysiwyg .code-block:hover .protyle-icons{opacity:.86}.b3-typography .hljs,.protyle-wysiwyg .hljs{border-radius:4px;padding:4px;font-size:85%;overflow:auto;font-family:var(--b3-font-family-code);min-height:22px !important}.b3-typography [data-subtype="echarts"]>div,.b3-typography [data-subtype="mindmap"]>div,.protyle-wysiwyg [data-subtype="echarts"]>div,.protyle-wysiwyg [data-subtype="mindmap"]>div{overflow:hidden;height:420px}.b3-typography .katex-display,.protyle-wysiwyg .katex-display{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{position:inherit}.b3-typography .katex-display>.katex>.katex-html>.tag,.protyle-wysiwyg .katex-display>.katex>.katex-html>.tag{top:0;right:2px}.b3-typography .katex,.protyle-wysiwyg .katex{font-size:113%}.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"] svg,.protyle-wysiwyg [data-subtype="flowchart"] 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="abc"] svg,.b3-typography [data-subtype="abc"] path,.protyle-wysiwyg [data-subtype="abc"] svg,.protyle-wysiwyg [data-subtype="abc"] path{fill:currentColor;color:var(--b3-theme-on-background)}.b3-typography .img,.protyle-wysiwyg .img{display:inline-block;text-align:center;vertical-align:bottom;margin:0 auto}.b3-typography .img>span:nth-child(2),.protyle-wysiwyg .img>span:nth-child(2){max-width:calc(100% - 10px);cursor:pointer;position:relative;display:inline-block}.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-border-color);margin:8px 0}.b3-typography table{margin:1em 0}.b3-typography div[data-subtype="math"]{position:relative;padding-top:4px}.protyle-icons{z-index:1;transition:var(--b3-transition);opacity:0;position:absolute;right:4px;top:4px;background-color:var(--b3-theme-on-surface);border-radius:4px;display:flex}.protyle-icons>span{font-size:85%;line-height:22px;cursor:pointer;padding:0 4px;transition:var(--b3-transition);height:22px;color:var(--b3-theme-surface)}.protyle-icons>span:first-child{border-bottom-left-radius:4px;border-top-left-radius:4px}.protyle-icons>span:last-child{border-bottom-right-radius:4px;border-top-right-radius:4px}.protyle-icons>span:hover{color:var(--b3-theme-background);background-color:var(--b3-theme-on-background)}.protyle-icons>span>svg{height:22px;width:14px;fill:currentColor}.protyle-linenumber{padding-left:54px !important;position:relative}.protyle-linenumber__rows{position:absolute;pointer-events:none;top:0;left:0;width:50px;user-select:none;counter-reset:linenumber;font-size:85%;line-height:1.625;background-color:var(--b3-theme-surface);padding:4px;box-sizing:border-box;bottom:0;border-radius:4px 0 0 4px}.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}.protyle-speech{position:absolute;display:none;background-color:var(--b3-theme-surface);border:1px solid var(--b3-border-color);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}.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:not(.linkAnnotation){display:none}.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 .linkAnnotation>a:hover,.annotationLayer .buttonWidgetAnnotation.pushButton>a:hover{opacity:0.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,0.13);border:1px solid transparent;box-sizing:border-box;font-size:9px;height:100%;margin:0;padding:0 3px;vertical-align:top;width:100%}.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 transparent;cursor:not-allowed}.annotationLayer .textWidgetAnnotation input:hover,.annotationLayer .textWidgetAnnotation textarea:hover,.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .buttonWidgetAnnotation.radioButton input:hover{border:1px solid #000}.annotationLayer .textWidgetAnnotation input :focus,.annotationLayer .textWidgetAnnotation textarea :focus,.annotationLayer .buttonWidgetAnnotation.checkBox :focus,.annotationLayer .buttonWidgetAnnotation.radioButton :focus{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 .popup span{display:inline-block;margin-left:5px}.annotationLayer .popup p{border-top:1px solid #333;margin-top:2px;padding-top:2px}.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;background-color:var(--b3-theme-background)}.textLayer span,.textLayer br{color:transparent;position:absolute;white-space:pre;cursor:text;transform-origin:0% 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}.pdfViewer ::selection{background:var(--b3-pdf-selection)}.textLayer br::selection{background:transparent}.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{--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}.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:transparent;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:black;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:transparent;position:absolute;pointer-events:none}.xfaWrapped{width:100%;height:100%}.xfaTextfield:focus,.xfaSelect:focus{background-image:none;background-color:transparent;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(--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}.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:transparent}.xfaSelect{appearance:none;text-indent:1px;text-overflow:""}}:root{--pdfViewer-padding-bottom: none;--page-margin: 1px auto -8px;--page-border: 9px solid transparent;--spreadHorizontalWrapped-margin-LR: -3.5px;--zoom-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{width:816px;height:1056px;margin:var(--page-margin);position:relative;overflow:visible;border:var(--page-border);background-clip:content-box}.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,.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}.pdfPresentationMode .pdfViewer{margin-left:0;margin-right:0}.pdfPresentationMode .pdfViewer .page,.pdfPresentationMode .pdfViewer .spread{display:block}.pdfPresentationMode .pdfViewer .page,.pdfPresentationMode .pdfViewer.removePageBorders .page{margin-left:auto;margin-right:auto}.pdfPresentationMode:fullscreen .pdfViewer .page{margin-bottom:100%;border: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__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}.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-border-color);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}#secondaryToolbarButtonContainer{max-width:220px;max-height:400px;overflow-y:auto;-webkit-overflow-scrolling:touch}#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-border-color)}.toolbarButton.toggled,.secondaryToolbarButton.toggled{color:var(--b3-theme-primary)}.secondaryToolbarButton:hover{background-color:var(--b3-list-hover)}.secondaryToolbarButton[disabled]{opacity:0.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,0.5) solid}.bookmark[href="#"]{opacity:0.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,0.5),0 2px 8px rgba(0,0,0,0.3);opacity:0.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-border-color)}a:focus>.thumbnail>.thumbnailSelectionRing>.thumbnailImage,.thumbnail:hover>.thumbnailSelectionRing>.thumbnailImage{opacity:0.9}a:focus>.thumbnail>.thumbnailSelectionRing,.thumbnail:hover>.thumbnailSelectionRing{background-color:var(--b3-list-hover);background-clip:padding-box;color:rgba(255,255,255,0.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-border-color)}.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-border-color);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}#overlayContainer{display:table;position:absolute;width:100%;height:100%;background-color:rgba(0,0,0,0.2);z-index:40000}#overlayContainer>*{overflow:auto;-webkit-overflow-scrolling:touch}#overlayContainer>.container{position:absolute;top:10%;left:10%;height:80%;width:80%}#overlayContainer>.container>.dialog{padding:16px;position:inherit;overflow:auto;width:100%;box-sizing:border-box}.dialog>.row{display:table-row}.dialog>.row>*{display:table-cell}.dialog .toolbarField{margin:5px 0}.dialog .separator{display:block;margin:4px 0;height:1px;width:100%;background-color:var(--b3-border-color)}.dialog .buttonRow{text-align:center;vertical-align:middle}.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 black;padding:1px}#PDFBug table.showText td.advance{color:grey}#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,0.1);color:#000;border:solid 1px rgba(255,0,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,0.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}}.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:72px}.custom-attr .b3-text-filed,.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:transparent;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-theme-background-light);box-sizing:border-box;height:30px;line-height:30px;padding-left:70px}.toolbar--browser{padding-left:0}.toolbar #drag{-webkit-app-region:drag}.toolbar__item{cursor:pointer;color:var(--b3-theme-on-surface);padding:0 12px;box-sizing:border-box;transition:var(--b3-transition);display:flex;align-items:center;background-color:transparent;border:0}.toolbar__item:hover{color:var(--b3-theme-on-background)}.toolbar__item svg{height:30px;width:16px}.toolbar__item--disabled,.toolbar__item--disabled:hover{color:var(--b3-border-color);cursor:not-allowed}.toolbar__item--action:hover{background-color:var(--b3-theme-background);color:var(--b3-theme-on-background)}.toolbar__item--action1{padding:0 10px}.toolbar__item--action1 svg{width:10px}.toolbar__item--action1:hover{color:var(--b3-theme-on-error);background-color:var(--b3-theme-error)}.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;height:180px;display:flex;flex-direction:column;padding-bottom:16px}.config-repos__steps{width:300%;display:flex;flex:1;transition:var(--b3-transition)}.config-repos__steps>.fn__flex-1{padding:8px 0}.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-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 .b3-text-filed,.config-keymap .pcr-app .pcr-interaction .pcr-result,.pcr-app .pcr-interaction .config-keymap .pcr-result{width:124px;text-align:center}.spread-search__preview{background-color:var(--b3-theme-background);border-top:1px solid var(--b3-border-color)}.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 .block__icons .block__icon{opacity:1}.file-tree__close{min-height:auto;transition:var(--b3-transition)}.file-tree__sliderDown{height:0;overflow:hidden;transition:var(--b3-transition)}.counter,.protyle-attr--refcount{margin-left:8px;background-color:var(--b3-list-hover);line-height:16px;padding:0 4px;color:var(--b3-theme-on-surface);border-radius:4px;font-size:12px;user-select:none;cursor:pointer}.counter:hover,.protyle-attr--refcount:hover{color:var(--b3-theme-on-background)}.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:4px}

