body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,Noto Sans SC,sans-serif;height:100vh;margin:0;width:100vw}code{font-family:JetBrains Mono,monospace}a{color:inherit;text-decoration:none}#root{height:inherit;overflow:hidden}.children-content{height:calc(100vh - 120px);overflow-y:auto;padding:0}.copyright{font-size:small;padding:1}.memo-title{font-size:large;font-weight:bolder;padding:1;text-align:center;width:100%}.memo-subtitle{color:gray;font-size:small;padding:1;text-align:left;width:100%}.chat-message{text-wrap:"wrap";max-width:700px;min-width:20px;overflow-wrap:break-word;padding:5px;word-break:"break-word"}.chat-local{background-color:#add8e6;border-radius:8px 0 8px 8px}.chat-other{background-color:#0c237514;border-radius:0 8px 8px 8px}:root{--memo-font-family:"Inter","Noto Sans SC",sans-serif;--memo-font-family-mono:"JetBrains Mono",monospace;--memo-body-font-size:16px;--memo-body-line-height:1.6;--memo-body-font-weight:400;--memo-body-color:#2c3e50;--memo-body-paragraph-spacing:0 0 1em;--memo-h1-font-size:2.25em;--memo-h1-line-height:1.2;--memo-h1-font-weight:700;--memo-h1-margin-top:0.8em;--memo-h1-margin-bottom:0.5em;--memo-h2-font-size:1.75em;--memo-h2-line-height:1.25;--memo-h2-font-weight:600;--memo-h2-margin-top:1em;--memo-h2-margin-bottom:0.45em;--memo-h3-font-size:1.375em;--memo-h3-line-height:1.3;--memo-h3-font-weight:600;--memo-h3-margin-top:0.9em;--memo-h3-margin-bottom:0.4em;--memo-list-padding-left:1.8em;--memo-list-margin-vertical:0 0 1em;--memo-list-item-spacing:0.25em 0;--memo-blockquote-border-left-width:4px;--memo-blockquote-border-left-color:#c4c4c4;--memo-blockquote-padding:0.5em 1.2em;--memo-blockquote-margin-vertical:1.2em 0;--memo-blockquote-color:#555;--memo-blockquote-font-style:italic;--memo-code-inline-background:#f2f2f2;--memo-code-inline-border-radius:8px;--memo-code-inline-padding-x:0.4em;--memo-code-inline-padding-y:0.2em;--memo-code-inline-font-size:0.88em;--memo-code-inline-color:#e83e8c;--memo-code-block-background:#282c34;--memo-code-block-color:#e0e6f0;--memo-code-block-border-radius:8px;--memo-code-block-padding:1em 1.2em;--memo-code-block-margin-vertical:1.2em 0;--memo-code-block-font-size:0.9em;--memo-code-block-line-height:1.6;--memo-hr-border-width:2px;--memo-hr-border-color:#c4c4c4;--memo-hr-margin-vertical:2em 0;--memo-link-color:#e64a1a;--memo-link-hover-color:#ff7a45;--memo-placeholder-color:#adb5bd;--memo-toolbar-background:#fff;--memo-toolbar-border-bottom:1px solid #c4c4c4;--memo-toolbar-button-active-bg:#ece6f0;--memo-toolbar-button-hover-bg:#fdf0ec;--memo-content-padding:8px;--memo-content-readonly-padding:0px}[data-color-mode=dark]{--memo-body-color:#fff;--memo-blockquote-border-left-color:#333;--memo-blockquote-color:#adadad;--memo-code-inline-background:#2b2930;--memo-code-inline-color:#e83e8c;--memo-code-block-background:#282c34;--memo-code-block-color:#abb2bf;--memo-hr-border-color:#333;--memo-link-color:#ff6b3d;--memo-link-hover-color:#ff8a66;--memo-placeholder-color:#5c5c5c;--memo-toolbar-background:#1a1a1a;--memo-toolbar-border-bottom:1px solid #333;--memo-toolbar-button-active-bg:#2b2930;--memo-toolbar-button-hover-bg:#ff6b3d14}.quill-editor{color:var(--memo-body-color);display:flex;flex-direction:column;height:100%}.quill-editor,.quill-editor .ql-container{font-size:var(--memo-body-font-size);line-height:var(--memo-body-line-height)}.quill-editor .ql-container{font-family:var(--memo-font-family)}.quill-editor .ql-toolbar{background:var(--memo-toolbar-background);border:none;border-bottom:var(--memo-toolbar-border-bottom);padding:4px 8px}.quill-editor .ql-toolbar button{height:28px;padding:2px;width:28px}.quill-editor .ql-toolbar button:hover{background:var(--memo-toolbar-button-hover-bg);border-radius:4px}.quill-editor .ql-toolbar button.ql-active{background:var(--memo-toolbar-button-active-bg);border-radius:4px}.quill-editor .ql-editor{min-height:100%;outline:none;padding:var(--memo-content-padding)}.quill-editor--readonly .ql-editor{padding:var(--memo-content-readonly-padding)}.quill-editor .ql-editor>:first-child{margin-top:0}.quill-editor .ql-editor>:last-child{margin-bottom:0}.quill-editor .ql-editor h1{color:#1a1a1a;font-size:var(--memo-h1-font-size);font-weight:var(--memo-h1-font-weight);letter-spacing:-.02em;line-height:var(--memo-h1-line-height);margin:var(--memo-h1-margin-top) 0 var(--memo-h1-margin-bottom)}.quill-editor .ql-editor h2{color:#1a1a1a;font-size:var(--memo-h2-font-size);font-weight:var(--memo-h2-font-weight);line-height:var(--memo-h2-line-height);margin:var(--memo-h2-margin-top) 0 var(--memo-h2-margin-bottom)}.quill-editor .ql-editor h3{color:#222;font-size:var(--memo-h3-font-size);font-weight:var(--memo-h3-font-weight);line-height:var(--memo-h3-line-height);margin:var(--memo-h3-margin-top) 0 var(--memo-h3-margin-bottom)}.quill-editor .ql-editor p{margin:var(--memo-body-paragraph-spacing);text-align:justify}.quill-editor .ql-editor ol,.quill-editor .ql-editor ul{margin:var(--memo-list-margin-vertical);padding-left:var(--memo-list-padding-left)}.quill-editor .ql-editor ul{list-style-type:disc}.quill-editor .ql-editor ol{list-style-type:decimal}.quill-editor .ql-editor li{line-height:1.7;margin:var(--memo-list-item-spacing)}.quill-editor .ql-editor li p{display:inline;margin:0}.quill-editor .ql-editor blockquote{background:linear-gradient(90deg,#00000005,#0000);border-left:var(--memo-blockquote-border-left-width) solid var(--memo-blockquote-border-left-color);border-radius:0 4px 4px 0;color:var(--memo-blockquote-color);font-style:var(--memo-blockquote-font-style);margin:var(--memo-blockquote-margin-vertical);padding:var(--memo-blockquote-padding)}.quill-editor .ql-editor blockquote p{margin:0;text-align:left}.quill-editor .ql-editor pre.ql-syntax{background:var(--memo-code-block-background);border-radius:var(--memo-code-block-border-radius);box-shadow:inset 0 1px 3px #00000026;color:var(--memo-code-block-color);font-family:var(--memo-font-family-mono);font-size:var(--memo-code-block-font-size);line-height:var(--memo-code-block-line-height);margin:var(--memo-code-block-margin-vertical);overflow-x:auto;padding:var(--memo-code-block-padding)}.quill-editor .ql-editor code{background:var(--memo-code-inline-background);border-radius:var(--memo-code-inline-border-radius);color:var(--memo-code-inline-color);font-family:var(--memo-font-family-mono);font-size:var(--memo-code-inline-font-size);padding:var(--memo-code-inline-padding-y) var(--memo-code-inline-padding-x);word-break:break-word}.quill-editor .ql-editor pre code{background:none;border-radius:0;color:inherit;font-size:inherit;padding:0}.quill-editor .ql-editor hr{border:none;border-top:var(--memo-hr-border-width) solid var(--memo-hr-border-color);margin:var(--memo-hr-margin-vertical)}.quill-editor .ql-editor strong{color:#1a1a1a;font-weight:700}.quill-editor .ql-editor em{font-style:italic}.quill-editor .ql-editor s{color:#888;text-decoration:line-through}.quill-editor .ql-editor u{text-decoration:underline}.quill-editor .ql-editor a{border-bottom:1px solid #0000;color:var(--memo-link-color);cursor:pointer;text-decoration:none;transition:border-color .15s ease}.quill-editor .ql-editor a:hover{border-bottom-color:var(--memo-link-hover-color);color:var(--memo-link-hover-color)}.quill-editor .ql-editor img{border-radius:8px;box-shadow:0 2px 12px #0000001a;height:auto;margin:1em 0;max-width:100%}.quill-editor .ql-editor img[data-align]{display:block}.quill-editor .ql-editor img[data-align=center]{margin-left:auto;margin-right:auto}.quill-editor .ql-editor img[data-align=left]{margin-left:0;margin-right:auto}.quill-editor .ql-editor img[data-align=right]{margin-left:auto;margin-right:0}.quill-editor .ql-editor.ql-blank:before{color:var(--memo-placeholder-color);font-style:normal}.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-item:before,.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"H1"}.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"H2"}.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.quill-editor .ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"H3"}[data-color-mode=dark] .quill-editor .ql-editor,[data-color-mode=dark] .quill-editor .ql-editor h1,[data-color-mode=dark] .quill-editor .ql-editor h2,[data-color-mode=dark] .quill-editor .ql-editor h3,[data-color-mode=dark] .quill-editor .ql-editor h4,[data-color-mode=dark] .quill-editor .ql-editor h5,[data-color-mode=dark] .quill-editor .ql-editor h6,[data-color-mode=dark] .quill-editor .ql-editor strong{color:#fff}[data-color-mode=dark] .quill-editor .ql-editor s{color:#adadad}[data-color-mode=dark] .quill-editor .ql-editor blockquote{background:linear-gradient(90deg,#ffffff08,#0000)}[data-color-mode=dark] .quill-editor .ql-editor code{background:#2b2930}[data-color-mode=dark] .quill-editor .ql-toolbar{background:var(--memo-toolbar-background);border-bottom:var(--memo-toolbar-border-bottom)}
/*# sourceMappingURL=main.d5819f22.css.map*/