:root{--background:#ffffff;--foreground:#171717;--foreground-rgb:0,0,0;--background-start-rgb:214,219,220;--background-end-rgb:255,255,255;--transition-smooth:cubic-bezier(0.4,0,0.2,1);--scrollbar-thumb:rgba(79,209,197,0.2);--scrollbar-thumb-hover:rgba(79,209,197,0.3);--scrollbar-track:transparent}.dark{--background:#0a0a0a;--foreground:#ededed;--foreground-rgb:255,255,255;--background-start-rgb:0,0,0;--background-end-rgb:0,0,0;--scrollbar-thumb:rgba(79,209,197,0.3);--scrollbar-thumb-hover:rgba(79,209,197,0.5);--scrollbar-track:transparent}body,html{max-width:100vw;overflow-x:hidden}body{color:rgb(var(--foreground-rgb));background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;transition:background-color .2s ease-in-out}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px;background-color:var(--scrollbar-track)}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);border-radius:8px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover)}::selection{background-color:rgba(79,209,197,.3);color:var(--foreground)}.dark ::selection{background-color:rgba(79,209,197,.4);color:var(--foreground)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;transition-duration:.01ms!important}}.toggle-switch input{display:none}.toggle-switch__track{display:inline-block;width:36px;height:20px;position:relative;border-radius:20px;cursor:pointer;transition:background-color .3s;margin-left:8px;flex-shrink:0}.toggle-switch__thumb{position:absolute;top:2px;left:2px;width:16px;height:16px;border-radius:50%;transition:left .3s;background:white}.toggle-switch__track--checked .toggle-switch__thumb{left:18px}.tiptap-editor-surface{height:100%;width:100%;max-width:100%;padding:1rem;font-family:Georgia,serif;line-height:1.6rem;font-size:1rem;letter-spacing:.01em;box-sizing:border-box}.tiptap-editor-content{min-height:100%;outline:none;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;padding-bottom:1rem!important}.tiptap-editor-content p{margin-bottom:1rem}.tiptap-editor-content p:last-child{margin-bottom:.5rem}.tiptap-editor-content em{font-style:italic}.tiptap-editor-content blockquote{border-left:3px solid var(--tiptap-blockquote-border);padding-left:1rem;font-style:italic;color:var(--tiptap-blockquote-text);margin:1rem 0}.tiptap-editor-content pre{background:var(--tiptap-code-block-bg);color:var(--tiptap-code-block-color);padding:.75rem 1rem;border-radius:5px;overflow-x:auto;margin:1rem 0}.tiptap-editor-content code,.tiptap-editor-content pre{font-family:Monaco,Menlo,Ubuntu Mono,Consolas,source-code-pro,monospace}.tiptap-editor-content code{background:var(--tiptap-code-inline-bg);border-radius:3px;padding:.2rem .4rem;font-size:.9em}.tiptap-editor-content ol,.tiptap-editor-content ul{padding-left:1.5rem;margin:1rem 0}.tiptap-editor-content ol li,.tiptap-editor-content ul li{margin-bottom:.5rem}.tiptap-editor-content.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--tiptap-placeholder-color);pointer-events:none;height:0}.tiptap-editor-content hr{height:1px;border:none;background-color:var(--tiptap-hr-color);margin:1.5rem 0}[role=tab]:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(79,209,197,.6);outline-offset:2px}