:root{--background:#ffffff;--foreground:#171717}::selection{background-color:#f26e32;color:#ffffff}@media (prefers-color-scheme:dark){:root{--background:#0a0a0a;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:white}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:5px;height:4px}::-webkit-scrollbar-thumb{background-color:#6373814d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#6373814d;cursor:pointer}.ProseMirror{min-height:150px;padding:1rem;outline:none;font-family:sans-serif;color:#111827;font-size:14px}.tiptap p.is-empty:before{content:attr(data-placeholder);color:#aaa;float:left;height:0;pointer-events:none}.editor-content img{display:block;margin:0 auto;max-width:100%;height:auto;text-align:center}@media (prefers-color-scheme:dark){html{color-scheme:light}}