.m_b37d9ac7{width:calc(100% - var(--mantine-spacing-md)*2);z-index:var(--notifications-z-index);max-width:var(--notifications-container-width);position:fixed}.m_b37d9ac7:where([data-position=top-center]){top:var(--mantine-spacing-md);left:50%;transform:translate(-50%)}.m_b37d9ac7:where([data-position=top-left]){top:var(--mantine-spacing-md);left:var(--mantine-spacing-md)}.m_b37d9ac7:where([data-position=top-right]){top:var(--mantine-spacing-md);right:var(--mantine-spacing-md)}.m_b37d9ac7:where([data-position=bottom-center]){bottom:var(--mantine-spacing-md);left:50%;transform:translate(-50%)}.m_b37d9ac7:where([data-position=bottom-left]){bottom:var(--mantine-spacing-md);left:var(--mantine-spacing-md)}.m_b37d9ac7:where([data-position=bottom-right]){bottom:var(--mantine-spacing-md);right:var(--mantine-spacing-md)}.m_5ed0edd0+.m_5ed0edd0{margin-top:var(--mantine-spacing-md)}
code[class*=language-],pre[class*=language-]{color:#000;text-shadow:0 1px #fff;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;word-wrap:normal;tab-size:4;-webkit-hyphens:none;hyphens:none;background:0 0;font-family:Consolas,Monaco,Andale Mono,Ubuntu Mono,monospace;font-size:1em;line-height:1.5}pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::-moz-selection{text-shadow:none;background:#b3d4fc}pre[class*=language-]::selection,pre[class*=language-] ::selection,code[class*=language-]::selection,code[class*=language-] ::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{margin:.5em 0;padding:1em;overflow:auto}:not(pre)>code[class*=language-],pre[class*=language-]{background:#f5f2f0}:not(pre)>code[class*=language-]{white-space:normal;border-radius:.3em;padding:.1em}.token.comment,.token.prolog,.token.doctype,.token.cdata{color:#708090}.token.punctuation{color:#999}.token.namespace{opacity:.7}.token.property,.token.tag,.token.boolean,.token.number,.token.constant,.token.symbol,.token.deleted{color:#905}.token.selector,.token.attr-name,.token.string,.token.char,.token.builtin,.token.inserted{color:#690}.token.operator,.token.entity,.token.url,.language-css .token.string,.style .token.string{color:#9a6e3a;background:#ffffff80}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function,.token.class-name{color:#dd4a68}.token.regex,.token.important,.token.variable{color:#e90}.token.important,.token.bold{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}
#app .milkdown .ProseMirror{padding:0}#app .milkdown .ProseMirror img{max-width:100%;height:auto}#app .milkdown .ProseMirror a{color:var(--mantine-color-anchor);text-decoration:none}#app .milkdown .ProseMirror a:hover{text-decoration:underline}:root[data-mantine-color-scheme=dark] #app .milkdown{--crepe-color-background:transparent;--crepe-color-on-background:#c1c2c5;--crepe-color-surface:#25262b;--crepe-color-surface-low:#141517;--crepe-color-on-surface:#c1c2c5;--crepe-color-on-surface-variant:#909296;--crepe-color-outline:#373a40;--crepe-color-primary:#1971c2;--crepe-color-secondary:#2c2e33;--crepe-color-on-secondary:#c1c2c5;--crepe-color-inverse:#c1c2c5;--crepe-color-on-inverse:#1a1b1e;--crepe-color-inline-code:#e64980;--crepe-color-error:#fa5252;--crepe-color-hover:#2c2e33;--crepe-color-selected:#373a40;--crepe-color-inline-area:#25262b;--crepe-shadow-1:0 1px 3px #00000080,0 1px 2px #0000003d;--crepe-shadow-2:0 3px 6px #00000029,0 3px 6px #0000003b}@media (max-width:768px){#app .milkdown .ProseMirror{padding:0}#app .milkdown .editor-mode .milkdown .ProseMirror{padding-bottom:40vh}#app .milkdown .viewer-mode .milkdown .ProseMirror{padding-bottom:0}#app .milkdown .milkdown-block-handle{display:none}#app .milkdown .milkdown-slash-menu,#app .milkdown .milkdown-toolbar{max-width:94vw;overflow-x:auto}}
:root{--red:#c93721}:root[data-mantine-color-scheme=light]{--mantine-color-body:#fff;--tab-background:#0000000a;--tab-color:#8e8e8f;--message-background:#0000000a;--message-color:#222325}:root[data-mantine-color-scheme=dark]{--mantine-color-body:#151718;--tab-background:#ffffff0a;--tab-color:#787c80;--message-background:#f5faf70a;--message-color:#fff}@font-face{font-family:Work Sans;src:url(/fonts/WorkSans.ttf)format("truetype-variations"),url(/fonts/WorkSans.ttf)format("truetype");font-weight:100 900;font-style:normal;font-display:swap}html{height:100%}body{word-break:break-word;min-height:100%;position:relative}body:after{pointer-events:none;content:"";opacity:.06;z-index:1000;background-image:url(/imgs/noise.png);background-repeat:repeat;background-size:109px;width:100%;height:100%;position:absolute;inset:0}a{color:var(--mantine-color-anchor);text-decoration:none}#app{flex-direction:column;justify-content:center;align-items:center;min-height:100%;padding-top:64px;padding-bottom:64px;display:flex}.app-header{z-index:10;background-color:var(--mantine-color-body);border-bottom:1px solid var(--tab-background);flex-wrap:nowrap;justify-content:space-between;height:64px;padding:0 20px;position:fixed;top:0;left:0;right:0}.mantine-Textarea-input::-webkit-scrollbar{width:4px}.mantine-Textarea-input::-webkit-scrollbar-track{background:0 0}.mantine-Textarea-input::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}.mantine-Textarea-input::-webkit-scrollbar-thumb:hover{background:#ccc}.mp-hover{border-radius:6px}.mp-hover:hover{background-color:var(--mantine-color-default-hover)}
