:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}body{color:var(--foreground);background:var(--background)}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}.imgDark{display:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}.imgLight{display:none}.imgDark{display:unset}}.ProseMirror{min-height:150px;padding:10px;outline:none;white-space:pre-wrap;word-break:break-word}.ProseMirror>*+*{margin-top:.5em}.ProseMirror ol,.ProseMirror ul{padding-left:1.5em}.ProseMirror p{margin:0}.ProseMirror:focus{outline:none}