.floater{--height:32px;--bg:#fff;--text:#333;--border:#e8e8e8;--bg-h:#f2f2f2;--border-rad:4px;z-index:200;background:var(--bg);border-radius:var(--border-rad);align-items:stretch;max-width:calc(100vw - 48px);padding:0;font-size:14px;line-height:1.2;display:flex;position:absolute;box-shadow:0 0 0 1px rgba(15,15,15,.05),0 2px 3px rgba(15,15,15,.1),0 3px 6px rgba(15,15,15,.2)}.floater.--popup{padding:4px}.floater.--bar{height:32px}.floater .--item{color:var(--text);line-height:var(--height);white-space:nowrap;background:var(--bg);align-items:center;display:flex}.floater .--item:first-child{border-top-left-radius:var(--border-rad);border-bottom-left-radius:var(--border-rad)}.floater .--item:last-child{border-top-right-radius:var(--border-rad);border-bottom-right-radius:var(--border-rad)}.floater .--item:hover{background-color:var(--bg-h)}.floater .--item[disabled]{cursor:not-allowed;opacity:.4;--bg:#e0e0e0;--bg-h:#e0e0e0}.floater .--lbl{padding:0 8px}.floater .--ico{justify-content:center;align-items:stretch;width:16px;height:16px;display:flex}.floater .--ico svg{fill:currentColor;width:100%;height:100%;display:block}.floater .--ico.--24{width:22px;height:22px;margin:0 -3px}.floater .--ico.--20{width:20px;height:20px;margin:0 -2px}.floater .--sep{border-right:solid 1px var(--border);width:0}.floater .--txt{margin-left:6px}.floater .--btn{cursor:pointer;padding:0 8px}.floater .--btn.--hl{--text:#4558d9;--bg:#e6e9ff;--bg-h:#dbe0ff}.floater .--red{color:#0aa}.floater .--hide{display:none}.tmd-popup .--close{width:var(--close-size);height:var(--close-size);cursor:pointer;z-index:calc(var(--z) + 10);background-color:var(--close-bg);border-radius:50%;position:absolute;top:4px;right:4px}.tmd-popup .--close:before,.tmd-popup .--close:after{content:"";height:1px;width:var(--close-cross);top:calc(var(--close-size) / 2);right:calc(var(--close-size) / 2 - var(--close-cross) / 2);background:var(--close-color);margin-top:-1px;position:absolute}.tmd-popup .--close:before{transform:rotate(45deg)}.tmd-popup .--close:after{transform:rotate(-45deg)}.tmd-popup .--close:hover{--close-bg:#f0f0f0;--close-color:#000}.tmd-popup{--close-color:#444;--close-bg:transparent;--z:300;--close-size:32px;--close-cross:24px;--bg:#fff;z-index:var(--z);background:var(--bg);width:400px;padding:calc(var(--close-size) + 8px) 12px 12px 12px;outline:1px solid rgba(170,170,170,.5);display:block;position:absolute;top:10px;left:calc(50% - 200px)}.tmd-popup .--act{justify-content:flex-end;align-items:center;margin-top:8px;display:flex}.tmd-popup .--act .--btn{margin-left:8px}.tmd-popup .--btn.--enter-char{max-height:2.5rem;padding:0 .8rem;font-size:24px;font-weight:500}.tmd-popup.--compact{outline:solid 2px var(--bg);padding:0}.-editor{background:#f8f8f8;border:1px solid #f0f0f0;margin:0;padding-left:32px;position:relative}.ProseMirror{z-index:0;word-wrap:break-word;white-space:break-spaces;font-variant-ligatures:none;font-feature-settings:"liga" 0;background:#fff;outline:none;padding:12px 8px;position:relative}.ProseMirror-hideselection ::-moz-selection{background:0 0}.ProseMirror-hideselection ::selection{background:0 0}.ProseMirror [draggable][contenteditable=false]{-webkit-user-select:text;-moz-user-select:text;user-select:text}.ProseMirror-selectednode{cursor:grab;z-index:100;position:relative}.ProseMirror-selectednode:after{content:"";pointer-events:none;z-index:120;background:rgba(35,131,226,.14);border-radius:4px;position:absolute;top:-2px;bottom:-2px;left:-2px;right:-2px}.-editor .ProseMirror{line-height:130%}.-editor .ProseMirror pre{white-space:pre-wrap}.-editor .ProseMirror h1,.-editor .ProseMirror h2,.-editor .ProseMirror h3,.-editor .ProseMirror h4,.-editor .ProseMirror h5,.-editor .ProseMirror h6,.-editor .ProseMirror list,.-editor .ProseMirror list-item{display:block}.-editor .ProseMirror p{margin:0}.-editor .ProseMirror h2,.-editor .ProseMirror h3,.-editor .ProseMirror h4,.-editor .ProseMirror h5,.-editor .ProseMirror h6{color:#333;margin:.8em 0 0;line-height:120%}.-editor .ProseMirror h2:first-child,.-editor .ProseMirror h3:first-child,.-editor .ProseMirror h4:first-child,.-editor .ProseMirror h5:first-child,.-editor .ProseMirror h6:first-child{margin-top:0}.-editor .ProseMirror h2{margin-bottom:.7rem;font-size:1.7em}.-editor .ProseMirror h3{margin-bottom:.6rem;font-size:1.5em}.-editor .ProseMirror h4{margin-bottom:.5rem;font-size:1.3em}.-editor .ProseMirror h5{margin-bottom:.4rem;font-size:1.15em}.-editor .ProseMirror h6,.-editor .ProseMirror p{font-size:1rem;margin-bottom:8px!important}.-editor .ProseMirror list{margin-left:0;list-style:none}.-editor .ProseMirror list list-item{padding:4px 0 4px 26px;position:relative}.-editor .ProseMirror list list-item:before{content:"";box-sizing:border-box;cursor:pointer;background:rgba(0,0,160,.063);border:2px solid rgba(0,0,170,.533);border-radius:20%;width:20px;height:20px;display:block;position:absolute;top:4px;left:0}.-editor .ProseMirror list list-item:hover:before{background:rgba(0,0,160,.125)}.-editor .ProseMirror list:not(:last-child){margin-bottom:.3rem}.-editor .ProseMirror list+*{margin-top:12px}.-editor .ProseMirror list+list-item{margin-top:6px}.-editor .ProseMirror list list{margin-left:26px}.-editor .ProseMirror p:last-child{margin-bottom:0}.-editor.is-debug .ProseMirror *{outline-offset:1px;outline:1px dashed rgba(204,51,0,.627)}.-editor.is-debug .ProseMirror list-item{outline:none}.-editor.is-debug .ProseMirror list{outline-color:rgba(204,0,204,.533)}.-editor.is-debug .ProseMirror list list{outline-color:rgba(0,153,153,.627)}.-editor.is-debug .ProseMirror list list list{outline-color:rgba(204,0,0,.627)}.-editor.is-debug .ProseMirror list list list list{outline-color:rgba(0,153,0,.88)}.-editor.is-debug .ProseMirror list list list list list{outline-color:rgba(0,0,204,.627)}.help-block.svelte-1fnrwbm .--head:where(.svelte-1fnrwbm){cursor:pointer;margin-top:8px;padding-right:18px;display:inline-block;position:relative}.help-block.svelte-1fnrwbm .--head:where(.svelte-1fnrwbm) .--arrow:where(.svelte-1fnrwbm){--border-color:var(--arrow-color,currentColor);border-right:solid 2px var(--border-color);border-bottom:solid 2px var(--border-color);width:10px;height:10px;position:absolute;top:6px;right:2px;transform:rotate(-45deg)}.help-block.svelte-1fnrwbm .--head:where(.svelte-1fnrwbm) .--arrow.--off:where(.svelte-1fnrwbm){top:4px;right:0;transform:rotate(45deg)}.help-block.svelte-1fnrwbm .--head:where(.svelte-1fnrwbm) .--title:where(.svelte-1fnrwbm){font-weight:500}.help-block.svelte-1fnrwbm .--body:where(.svelte-1fnrwbm){border:1px solid #ccc;margin-top:8px;padding:10px}.help-block.svelte-1fnrwbm .--body.--hide:where(.svelte-1fnrwbm){display:none}.help-block .--body{grid-template-columns:minmax(120px,auto) minmax(120px,auto);grid-auto-flow:dense;column-gap:20px;display:grid}.help-block h6{grid-column:1/3;padding-top:.8rem;padding-bottom:.2rem;font-weight:600}.help-block h6:first-child{padding-top:0}.help-block .--keys{grid-column:2/3}.help-block .--desc{grid-column:1/2}.help-block .-key{color:#404060;text-wrap:nowrap;background:#f0f0f0;margin-bottom:2px;padding:1px 4px;font-family:IBM Plex Mono,monospace;display:inline-block}.help-block .-key .-a{font-style:normal}.--head.svelte-1xd1wa4{font-size:1.4rem}.--content.svelte-1xd1wa4{padding-top:.5rem}.--content.--small.svelte-1xd1wa4{font-size:.875rem}.--content.--off.svelte-1xd1wa4{padding:0;display:none}.--head.svelte-1xd1wa4{cursor:pointer;padding-right:18px;display:inline-block;position:relative}.--head.svelte-1xd1wa4 .--arrow:where(.svelte-1xd1wa4){--border-color:var(--arrow-color,currentColor);border-right:solid 2px var(--border-color);border-bottom:solid 2px var(--border-color);width:10px;height:10px;position:absolute;top:12px;right:2px;transform:rotate(-45deg)}.--head.svelte-1xd1wa4 .--arrow.--off:where(.svelte-1xd1wa4){top:10px;right:0;transform:rotate(45deg)}.--head.svelte-93i5jy{font-size:1.4rem}.--content.svelte-93i5jy{padding-top:.5rem}.--buttons.svelte-m7tqpq{grid-column-gap:8px;grid-row-gap:8px;flex-wrap:wrap;display:flex}.--explain.svelte-1r3gtc0{margin-bottom:8px;font-size:.875rem}.--links.svelte-1r3gtc0{grid-column-gap:8px;grid-row-gap:8px;flex-wrap:wrap;display:flex}.--l.svelte-1vgkkoh{color:var(--helper,#888)}@media screen and (min-width:800px){.--l.svelte-1vgkkoh:not(:first-child){margin-top:12px}}.--l.svelte-1eleeem{color:var(--helper,#888)}@media screen and (min-width:800px){.--l.svelte-1eleeem:not(:first-child){margin-top:12px}}.--f.svelte-1eleeem{align-items:flex-start;display:flex}.--f.svelte-1eleeem .--hide:where(.svelte-1eleeem){display:none}.--f.svelte-1eleeem .--i:where(.svelte-1eleeem){flex-grow:2;margin-left:-8px}.--f.svelte-1eleeem .--g:where(.svelte-1eleeem){min-height:32px;display:grid}.--f.svelte-1eleeem .--g:where(.svelte-1eleeem) textarea:where(.svelte-1eleeem){resize:none;overflow:hidden}.--f.svelte-1eleeem .--g:where(.svelte-1eleeem):after{white-space:pre-wrap;content:attr(data-replicated-value) " ";visibility:hidden}.--f.svelte-1eleeem .--g:where(.svelte-1eleeem):after{box-sizing:border-box;border:0;outline:0;grid-area:1/1/2/2;padding:0;font-family:IBM Plex Sans,BlinkMacSystemFont,-apple-system,Arial,sans-serif;font-size:1em;line-height:1.4}.--f.svelte-1eleeem .--g:where(.svelte-1eleeem) textarea:where(.svelte-1eleeem){box-sizing:border-box;border:0;outline:0;grid-area:1/1/2/2;padding:0;font-family:IBM Plex Sans,BlinkMacSystemFont,-apple-system,Arial,sans-serif;font-size:1em;line-height:1.4}.--f.svelte-1eleeem .--g:where(.svelte-1eleeem){border:1px solid #b5b5b5;border-radius:2px;margin-right:8px;padding:3px 8px}.--f.svelte-1eleeem .--v:where(.svelte-1eleeem){border:1px solid #b5b5b5;border-radius:2px;margin-right:8px;padding:3px 8px}.--f.svelte-1eleeem .--v:where(.svelte-1eleeem){border-color:transparent}.--f.svelte-1eleeem .--hint:where(.svelte-1eleeem){padding:2px 40px 0 9px;font-size:.875rem}.--f.svelte-1eleeem .--a:where(.svelte-1eleeem) .button:where(.svelte-1eleeem){width:32px;height:32px}.--f.svelte-1eleeem .--a:where(.svelte-1eleeem) .button.--edit:where(.svelte-1eleeem){color:gray}.--f.svelte-1eleeem .--a:where(.svelte-1eleeem) .button.--edit:where(.svelte-1eleeem):hover{color:revert}.--explain.svelte-1awfrem{margin-bottom:8px;font-size:.875rem}.--fields.svelte-1awfrem{grid-column-gap:12px;grid-row-gap:6px;grid-template-columns:max-content 1fr;align-items:baseline;font-size:1rem;display:grid}@media screen and (min-width:800px){.--fields.svelte-1awfrem{grid-row-gap:2px;grid-template-columns:1fr}}.--wrapper.svelte-qfbkdw{position:relative}.--status.svelte-qfbkdw{font-size:.9rem;position:absolute;top:-28px;right:0}.cl-edit.svelte-1xyvk2u{--debug:blue;grid-row-gap:24px;grid-column-gap:24px;grid-template-columns:1fr;display:grid}.cl-edit.svelte-1xyvk2u>div:where(.svelte-1xyvk2u){border:dotted var(--debug-width) var(--debug)}.cl-edit.svelte-1xyvk2u>div.--acts:where(.svelte-1xyvk2u){--debug:green}.cl-edit.svelte-1xyvk2u>div.--nodes:where(.svelte-1xyvk2u){--debug:red}.cl-edit.svelte-1xyvk2u>div.--links:where(.svelte-1xyvk2u){--debug:cyan}.cl-edit.svelte-1xyvk2u>div.--props:where(.svelte-1xyvk2u){--debug:magenta}@media screen and (min-width:800px){.cl-edit.svelte-1xyvk2u{grid-template-rows:repeat(3,auto) 1fr;grid-template-columns:auto 300px}.cl-edit.svelte-1xyvk2u .--state:where(.svelte-1xyvk2u){grid-column-start:2}.cl-edit.svelte-1xyvk2u .--acts:where(.svelte-1xyvk2u){grid-column-start:2}.cl-edit.svelte-1xyvk2u .--nodes:where(.svelte-1xyvk2u){grid-row:1/5}}.cl-edit.svelte-1xyvk2u{--light-gray:#888}.cl-edit.svelte-1xyvk2u .--helper:where(.svelte-1xyvk2u){color:var(--light-gray);font-weight:400}.cl-edit.svelte-1xyvk2u .--h2:where(.svelte-1xyvk2u){margin-bottom:1.5rem;font-size:1.5rem}.cl-edit.svelte-1xyvk2u .--h2:where(.svelte-1xyvk2u) .--helper:where(.svelte-1xyvk2u){font-size:.875rem}.tmd-cl-new .stepper .--head{cursor:pointer;align-items:center;display:flex}.tmd-cl-new .stepper .--head .--mark{width:var(--step-size);height:var(--step-size);margin-right:var(--h-space);color:var(--step-color);background:var(--step-bg);border:solid var(--line) var(--step-border);border-radius:var(--step-size);justify-content:center;align-items:center;padding:4px;display:flex;position:relative}.tmd-cl-new .stepper .--head .--mark .--num{line-height:1}.tmd-cl-new .stepper .--head .--ttl{font-size:1.125rem;font-weight:500}.tmd-cl-new .stepper .--head .--info{display:var(--show-info);font-size:.875rem}.tmd-cl-new .stepper .--head.--current{--step-border:var(--done);--show-info:none}.tmd-cl-new .stepper .--head.--done{--step-bg:var(--done);--step-border:var(--done);--step-color:var(--text-inverse)}.tmd-cl-new .stepper .--head.--done .--mark:after{transform-origin:50%;content:"";clip-path:polygon(10% 51%,0 65%,50% 100%,100% 10%,85% 2%,47% 75%);background:#fff;width:18px;height:18px;display:block;position:absolute;transform:scale(1)}.tmd-cl-new .stepper .--head.--done .--num{display:none}.tmd-cl-new .stepper .--step{--border:var(--step-border);--content:none;max-width:var(--max-width);min-height:var(--v-pad);margin:var(--space) 0 var(--space) var(--indent);padding-left:var(--h-pad);border-left:solid var(--line) var(--border)}.tmd-cl-new .stepper .--step .--content{display:var(--content);padding:var(--v-pad) 0}.tmd-cl-new .stepper .--step .--act{display:var(--content);padding:0 0 var(--v-pad) 0}.tmd-cl-new .stepper .--step.--current{--content:block}.tmd-cl-new .stepper .--step.--done{--border:var(--done)}.tmd-cl-new .stepper .--step.--last{--border:var(--bg-light)}.tmd-cl-new .stepper .--step.--last .--act,.tmd-cl-new .--hide{display:none}.tmd-cl-new .stepper .--step .input,.tmd-cl-new .stepper .--step .textarea{min-width:unset;max-width:var(--normal-width)}.tmd-cl-new .stepper .--step .help{max-width:var(--normal-width)}.tmd-cl-new .stepper .--step .error{max-width:var(--normal-width);color:var(--color-error);text-wrap:balance;word-wrap:normal;font-size:90%}.content .help-block .--body h6{margin-bottom:.3rem}.content .help-block .--body dl{grid-gap:6px 10px;grid-template-columns:104px auto;display:grid}.content .help-block .--body dt{padding-top:1px;font-size:15px;font-weight:500;line-height:18px}.content .help-block .--body dt .-key{background-color:#f0f0f0;border-radius:2px;padding:3px 6px;display:inline-block}.content .help-block .--body dt .-key:not(:first-child){margin-top:2px}.content .help-block .--body dt .-a{padding:0 1px;font-size:16px}.content .help-block .--body dd{margin:0}.tmd-cl-new{--line:2px;--text-inverse:#fff;--done:#66c;--gray:#999;--bg-light:#fff;--color-error:#d91910;--step-color:#333;--step-bg:var(--bg-light);--step-border:var(--gray);--step-size:36px;--indent:calc(var(--step-size) * .5 - 1px);--space:calc(var(--step-size) * .2);--h-space:calc(var(--step-size) * .25);--h-pad:calc(var(--step-size) - var(--line) - var(--h-space));--v-pad:24px;--max-width:800px;--normal-width:540px;--show-info:block}.--error.svelte-18vsnqu{color:var(--color-error,red);border:solid 1px var(--color-error,red);margin-bottom:16px;padding:12px}.tmd-checklist{--h2:1.6em;--h3:1.45em;--h4:1.3em;--h5:1.15em;--h6:1em;--check-size:32px;--text-size:16px;--text-info:15px;--line-height:1.25;--line-size:calc(var(--text-size) * var(--line-height));--color-check:rgba(0,0,170,.533);--color-disabled:gray;--color-check-inverse:#f0f0f0;--color-background:trasparent;--color-focus:rgba(0,0,170,.133);--border-size:calc(max(2px, var(--check-size) / 12));--mark-size:calc(var(--check-size) * .5);--title-size:1.75rem;position:relative}.tmd-checklist .--h1{font-weight:600;font-size:var(--title-size);margin-bottom:1.2rem}.tmd-checklist .--h1+.--subtitle{margin-top:-1rem}.tmd-checklist .--subtitle{margin-bottom:1.2rem}@media (min-width:769px){.tmd-checklist{--text-size:18px}}.tmd-checklist .--doc{font-size:var(--text-size);line-height:var(--line-height);display:block}.tmd-checklist .--doc .--list .--list{margin-left:calc(var(--check-size) * 1.2)}.tmd-checklist .--doc .--node{--hover:rgba(0,109,204,.05);grid-template-columns:var(--check-size) auto;gap:calc(var(--check-size) / 3);margin-bottom:calc(var(--check-size) / 3);display:grid}.tmd-checklist .--doc .--node:hover{background-color:var(--hover);outline:8px solid var(--hover);outline-offset:0;border-radius:4px}.tmd-checklist .--doc .--node.--disabled{color:var(--color-disabled);cursor:not-allowed}.tmd-checklist .--doc .--node input[type=checkbox].--check{width:var(--check-size);height:var(--check-size);color:var(--color-check);background-color:var(--color-background);border:var(--border-size) solid var(--color-check);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:20%;place-content:center;margin:0;display:grid}.tmd-checklist .--doc .--node input[type=checkbox].--check:before{width:var(--mark-size);height:var(--mark-size);transform-origin:50%;content:"";clip-path:polygon(10% 51%,0 65%,50% 100%,100% 10%,85% 2%,47% 75%);transition:transform .1s ease-in-out;transform:scale(0)}.tmd-checklist .--doc .--node input[type=checkbox].--check:checked{background-color:var(--color-check)}.tmd-checklist .--doc .--node input[type=checkbox].--check:checked:before{background-color:var(--color-check-inverse);transform:scale(1)}.tmd-checklist .--doc .--node input[type=checkbox].--check:focus{outline:var(--border-size) solid var(--color-focus);outline-offset:min(var(--border-size), 3px)}.tmd-checklist .--doc .--node input[type=checkbox].--check:disabled{--color-check:var(--color-disabled);border-color:var(--form-control-disabled);cursor:not-allowed}.tmd-checklist .--doc .--text{padding-top:calc(1px + var(--check-size) / 2 - var(--line-size) / 2)}.tmd-checklist .--doc .--head{margin-top:1em;margin-bottom:.5em;font-weight:600;line-height:1.25}.tmd-checklist .--doc .--head:first-child{margin-top:0}.tmd-checklist .--doc .--head.--is-2{font-size:var(--h2)}.tmd-checklist .--doc .--head.--is-3{font-size:var(--h3)}.tmd-checklist .--doc .--head.--is-4{font-size:var(--h4)}.tmd-checklist .--doc .--head.--is-5{font-size:var(--h5)}.tmd-checklist .--doc .--head.--is-6{font-size:var(--h6)}.tmd-checklist .--progress{background-color:#fff;justify-content:space-between;align-items:center;margin-top:6px;padding-top:24px;padding-bottom:8px;display:flex;position:-webkit-sticky;position:sticky;bottom:0}.tmd-checklist .--progress .--percent{align-items:flex-end;margin-left:1rem}.tmd-checklist .--progress:before{content:"";background:#e0e0e0;height:6px;display:block;position:absolute;top:6px;left:0;right:0}.tmd-checklist .--progress .--line{background:var(--color-check);width:0;height:6px;display:block;position:absolute;top:6px;left:0}.--props.svelte-u0cj5{grid-gap:4px 12px;grid-template-columns:max-content auto;max-width:540px;margin-top:-8px;display:grid}.--props.svelte-u0cj5 dt:where(.svelte-u0cj5){margin:0;font-weight:400}.--props.svelte-u0cj5 dd:where(.svelte-u0cj5){margin:0;font-weight:500}.--preview.svelte-u0cj5{margin-top:12px}.--h2.svelte-u0cj5{margin-bottom:4px;font-size:18px;font-weight:500}.tmd-checklist.svelte-u0cj5{max-width:var(--max-width);border:4px dotted #ccc;padding:16px}.checklist-share .modal-content{border-radius:8px}.checklist-share .modal-content .delete{position:absolute;top:1rem;right:1rem}.checklist-share .modal-content .--header{justify-content:space-between;align-items:center;margin-top:.5rem;margin-bottom:1.5rem;display:flex}.checklist-share .modal-content .--header .--h1{font-size:20px;font-weight:600}.afRight .-editor .ProseMirror{line-height:130%}.afRight .-editor .ProseMirror p,.afRight .-editor .ProseMirror h2,.afRight .-editor .ProseMirror h3,.afRight .-editor .ProseMirror h4,.afRight .-editor .ProseMirror h5,.afRight .-editor .ProseMirror h6{color:#333;padding:0;line-height:120%;margin:.8em 0 0!important}.afRight .-editor .ProseMirror p:first-child,.afRight .-editor .ProseMirror h2:first-child,.afRight .-editor .ProseMirror h3:first-child,.afRight .-editor .ProseMirror h4:first-child,.afRight .-editor .ProseMirror h5:first-child,.afRight .-editor .ProseMirror h6:first-child{margin-top:0!important}.afRight .-editor .ProseMirror h2{font-size:1.7em;margin-bottom:.7rem!important}.afRight .-editor .ProseMirror h3{font-size:1.5em;margin-bottom:.6rem!important}.afRight .-editor .ProseMirror h4{font-size:1.3em;margin-bottom:.5rem!important}.afRight .-editor .ProseMirror h5{font-size:1.15em;margin-bottom:.4rem!important}.afRight .-editor .ProseMirror h6,.afRight .-editor .ProseMirror p{font-size:1rem;margin-bottom:8px!important}.afRight .-editor .ProseMirror list list-item{background-position-y:3px}.--remove.svelte-721jzh{color:#ac0203}.tmd-avatar.svelte-1p5im4c{--size:36px;--f-size:1rem;all:unset;color:#498ce2;fill:#498ce2;cursor:pointer;align-items:center;display:flex}.tmd-avatar.svelte-1p5im4c .--a:where(.svelte-1p5im4c){width:var(--size);height:var(--size);font-size:var(--f-size);color:#fff;background-color:#498ce2;border-radius:50%;justify-content:center;align-items:center;line-height:100%;display:inline-flex}.tmd-avatar.svelte-1p5im4c .--a.--i:where(.svelte-1p5im4c){background-size:cover}.tmd-avatar.svelte-1p5im4c .--o:where(.svelte-1p5im4c){display:none}.tmd-avatar.--l.svelte-1p5im4c .--a:where(.svelte-1p5im4c){color:#0d2b52;background-color:#f2eff9}.tmd-avatar.--s-s.svelte-1p5im4c{--f-size:.8rem;--size:24px}.tmd-avatar.--s-l.svelte-1p5im4c{--f-size:1.2rem;--size:48px}.user-widget.svelte-13dovd{opacity:1;-webkit-user-select:none;-moz-user-select:none;user-select:none;background-color:#fff;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.user-widget.svelte-13dovd .-team:where(.svelte-13dovd){color:#0d2b52;padding-left:6px;font-weight:500}.user-widget.svelte-13dovd .-team:where(.svelte-13dovd) .-acronym:where(.svelte-13dovd){display:block}.user-widget.svelte-13dovd .-team:where(.svelte-13dovd) .-title:where(.svelte-13dovd){display:none}@media (min-width:768px){.user-widget.svelte-13dovd .-team:where(.svelte-13dovd) .-acronym:where(.svelte-13dovd){display:none}.user-widget.svelte-13dovd .-team:where(.svelte-13dovd) .-title:where(.svelte-13dovd){display:block}}.user-widget.svelte-13dovd .-notification:where(.svelte-13dovd){-webkit-user-select:none;-moz-user-select:none;user-select:none}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd){z-index:99000;background-color:#fff;border:1px solid rgba(0,0,0,.1);border-radius:5px;width:-webkit-max-content;width:-moz-max-content;width:max-content;min-width:212px;padding:5px 16px 3px;position:absolute;top:45px;right:8px;box-shadow:0 10px 20px rgba(64,64,64,.15)}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-info:where(.svelte-13dovd){border-bottom:1px solid rgba(0,0,0,.1);align-items:center;padding:10px 0;display:none}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-info:where(.svelte-13dovd) .-content:where(.svelte-13dovd){flex-direction:column;margin-left:10px;display:flex}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-info:where(.svelte-13dovd) .-title:where(.svelte-13dovd){color:#0d2b52;align-items:center;display:inline}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-info:where(.svelte-13dovd) .-contacts:where(.svelte-13dovd){color:#96999c;align-items:center;font-size:12px;font-weight:400;line-height:15px;display:flex}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-info.--on:where(.svelte-13dovd){display:flex}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-list:where(.svelte-13dovd){border-bottom:1px solid rgba(0,0,0,.1);flex-direction:column;padding:5px 0;display:flex}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-list:where(.svelte-13dovd) a.-link:where(.svelte-13dovd){color:#0d2b52;padding:10px 0;font-size:14px;font-weight:400;line-height:16px;text-decoration:none}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-list:where(.svelte-13dovd) a.-link:where(.svelte-13dovd):hover{color:#498ce2}.user-widget.svelte-13dovd .menu:where(.svelte-13dovd) .-list:where(.svelte-13dovd):last-child{border-bottom:none;padding-bottom:3px}.user-widget.svelte-13dovd .menu.--active:where(.svelte-13dovd){display:block}.user-widget.-has-team.svelte-13dovd{background-color:#f2eff9}
/*$vite$:1*/