body{--tt-toolbar-height:44px;--tt-footer-height:44px;--tt-theme-text:var(--tt-gray-light-900)}.dark body{--tt-theme-text:var(--tt-gray-dark-900)}body{color:var(--tt-theme-text);font-optical-sizing:auto;overscroll-behavior-y:none;padding:0;font-style:normal;font-weight:400}html,body{overscroll-behavior-x:none}html,body,#root,#app{background-color:var(--tt-bg-color);height:100%}::-webkit-scrollbar{width:.25rem}*{scrollbar-width:thin;scrollbar-color:var(--tt-scrollbar-color)#0000}::-webkit-scrollbar-thumb{background-color:var(--tt-scrollbar-color);border-radius:9999px}::-webkit-scrollbar-track{background:0 0}.simple-editor-wrapper{background-color:var(--sidebar);flex-direction:column;height:100dvh;min-height:100dvh;display:flex;overflow:hidden}.simple-editor-shell{background-color:var(--sidebar);flex-direction:column;flex:1;min-height:0;display:flex}.simple-editor-toolbar-placeholder{min-height:var(--tt-toolbar-height);border-bottom:1px solid var(--sidebar-border);background:var(--sidebar);flex:none}.tiptap-toolbar.editor-toolbar{--tt-toolbar-bg-color:var(--sidebar);--tt-toolbar-border-color:var(--sidebar-border)}.tiptap-toolbar.editor-toolbar .tiptap-button{border-radius:var(--radius-sm)}.tiptap-toolbar.editor-toolbar[data-variant=fixed]{border-bottom-color:var(--sidebar-border);background:var(--sidebar);padding:0 .625rem}.tiptap-toolbar.editor-toolbar[data-variant=fixed] .editor-toolbar-brand{white-space:nowrap}@media (max-width:768px){.tiptap-toolbar.editor-toolbar[data-variant=fixed] .editor-toolbar-brand{justify-content:center;gap:0;width:2rem;min-width:2rem;height:2rem}.tiptap-toolbar.editor-toolbar[data-variant=fixed] .editor-toolbar-brand .editor-toolbar-brand-label{display:none}}@media (max-width:480px){.simple-editor-toolbar-placeholder{display:none}}.simple-editor-body{min-height:0;scroll-padding-bottom:calc(var(--tt-footer-height) + 1.5rem);flex:1;align-items:flex-start;gap:1.25rem;padding:1.5rem;display:flex;overflow:auto}.simple-editor-main{flex-direction:column;flex:1;align-items:center;gap:1rem;min-width:0;display:flex}.simple-editor-side{border-left:1px solid var(--tt-gray-light-a-100);flex:0 0 400px;width:400px;min-width:400px;max-width:400px;padding-left:1.25rem}.dark .simple-editor-side{border-left-color:var(--tt-gray-dark-a-100)}.simple-editor-content{flex-direction:column;gap:1rem;width:100%;max-width:648px;margin:0 auto;display:flex}.simple-editor-title-content{width:100%;max-width:640px}.simple-editor-title-content .tiptap.ProseMirror.simple-editor-title{background:0 0;border:none;min-height:2.5rem;padding:.25rem 0;overflow:visible}.simple-editor-title-content .tiptap.ProseMirror.simple-editor-title:focus{outline:none}.simple-editor-content .tiptap.ProseMirror.simple-editor{flex:1;padding:1.5rem 1rem}@media (min-width:640px){.simple-editor-content .tiptap.ProseMirror.simple-editor{padding:3rem}}.tiptap p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;pointer-events:none;height:0}@keyframes save-spin{to{transform:rotate(360deg)}}.save-spinner{vertical-align:-.2em;border:2px solid;border-top-color:#0000;border-radius:9999px;width:1em;height:1em;margin-right:.5em;animation:.8s linear infinite save-spin;display:inline-block}.simple-editor-footer{height:var(--tt-footer-height);border-top:1px solid var(--tt-gray-light-a-100);-webkit-backdrop-filter:blur(6px);z-index:10;flex:none;justify-content:space-between;align-items:center;gap:1rem;padding:.65rem 1.25rem;display:flex;position:sticky;bottom:0;overflow:hidden;box-shadow:inset 0 1px #fff6}.dark .simple-editor-footer{border-top-color:var(--tt-gray-dark-a-50);background:#0c0c0ea3;box-shadow:inset 0 1px #00000059}.simple-editor-footer:before,.simple-editor-footer:after{content:"";pointer-events:none;z-index:1;width:2.5rem;position:absolute;top:0;bottom:0}.simple-editor-footer:before{background:linear-gradient(90deg,#f5f5f7f2,#f5f5f700);left:0}.dark .simple-editor-footer:before{background:linear-gradient(90deg,#0c0c0ef2,#0c0c0e00)}.simple-editor-footer:after{background:linear-gradient(270deg,#f5f5f7f2,#f5f5f700);right:0}.dark .simple-editor-footer:after{background:linear-gradient(270deg,#0c0c0ef2,#0c0c0e00)}.simple-editor-footer .footer-left{flex:none;align-items:center;gap:.6rem;display:inline-flex}.simple-editor-footer .footer-dot{background:radial-gradient(circle,#ff5f52e6 10%,#ff3b30b3 70%,#d0000099 100%);border-radius:50%;width:.75rem;height:.75rem;box-shadow:0 0 0 5px #ff3b300f}.simple-editor-footer .footer-copy{color:var(--tt-theme-text);flex-direction:column;gap:.1rem;display:flex}.simple-editor-footer .footer-label{font-size:.9rem;font-weight:600}.simple-editor-footer .footer-sub{color:var(--tt-gray-light-600);font-size:.85rem}.dark .simple-editor-footer .footer-sub{color:var(--tt-gray-dark-500)}.simple-editor-footer .footer-timeline{background:0 0;flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.simple-editor-footer .footer-timeline .footer-ops{justify-content:flex-end;align-items:center;gap:.35rem;max-width:100%;display:inline-flex;position:relative;overflow:hidden}.simple-editor-footer .footer-timeline .footer-ops:before,.simple-editor-footer .footer-timeline .footer-ops:after{content:"";pointer-events:none;width:1.5rem;position:absolute;top:0;bottom:0}.simple-editor-footer .footer-timeline .footer-op{color:#666;letter-spacing:.08em;white-space:nowrap;text-transform:uppercase;box-shadow:none;background:0 0;border:none;border-radius:999px;justify-content:center;align-items:center;padding:.08rem .4rem;font-size:.5rem;display:inline-flex}.simple-editor-footer .footer-timeline .footer-placeholder{color:var(--tt-gray-light-500);font-size:.85rem}.dark .simple-editor-footer .footer-timeline .footer-placeholder{color:var(--tt-gray-dark-500)}.simple-editor-footer .footer-meta{color:var(--tt-theme-text);flex-direction:column;flex:none;align-items:flex-end;gap:.15rem;display:flex}.simple-editor-footer .footer-meta-label{letter-spacing:.01em;text-transform:uppercase;color:var(--tt-gray-light-500);font-size:.8rem}.dark .simple-editor-footer .footer-meta-label{color:var(--tt-gray-dark-400)}.simple-editor-footer .footer-meta-value{font-size:.95rem;font-weight:600}@keyframes pulse-timeline{0%{opacity:.25;transform:scaleX(.7)}50%{opacity:.9;transform:scaleX(1)}to{opacity:.25;transform:scaleX(.7)}}@media screen and (max-width:480px){.simple-editor-body{flex-direction:column;gap:1rem;padding:1rem 0 2.5rem}.simple-editor-side{border-left:none;border-top:1px solid var(--tt-gray-light-a-100);flex:none;width:100%;min-width:0;max-width:none;padding-top:1rem;padding-left:0}.dark .simple-editor-side{border-top-color:var(--tt-gray-dark-a-100)}.simple-editor-content .tiptap.ProseMirror.simple-editor{padding:1rem .75rem 15vh}.simple-editor-footer{gap:.75rem;height:auto;min-height:3.5rem;padding:.5rem 1rem}.simple-editor-footer .footer-label{font-size:.85rem}.simple-editor-footer .footer-sub{font-size:.8rem}}