:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#e6edf3;background-color:#0e141b;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex}h1{font-size:3.2em;line-height:1.1}#app{margin:0 auto;padding:2rem;text-align:left;width:100%}@media (prefers-color-scheme: light){:root:not([data-theme]){color:#1c1a17;background-color:#f7f4ee}:root:not([data-theme]) a:hover{color:#2f6db1}:root:not([data-theme]) button{background-color:#fff}}:root[data-theme=light]{color:#1c1a17;background-color:#f7f4ee;color-scheme:light}:root[data-theme=light] a:hover{color:#2f6db1}:root[data-theme=light] button{background-color:#fff}:root[data-theme=dark]{color:#e6edf3;background-color:#0e141b;color-scheme:dark}.editor-container{flex:1}.editor-bubble-menu{display:flex;align-items:center;gap:6px;padding:6px 8px;border-radius:12px;background-color:#0e141bfa;border:1px solid rgba(157,177,199,.12);color:#e6edf3;box-shadow:0 18px 34px #05080c80;font-size:13px;position:absolute;visibility:hidden}.tippy-content>.editor-bubble-menu{visibility:visible}.editor-bubble-menu .bubble-button{border:0;border-radius:8px;background:transparent;color:inherit;padding:4px 8px;cursor:pointer;font:inherit;line-height:1}.editor-bubble-menu .bubble-button.is-bold{font-weight:700}.editor-bubble-menu .bubble-button.is-italic{font-style:italic}.editor-bubble-menu .bubble-button:hover{background-color:#ffffff1f}.editor-bubble-menu .bubble-button.is-active{background-color:#04aa6d;color:#fff}.editor-bubble-menu .bubble-divider{width:1px;height:18px;background-color:#fff3;margin:0 2px}.editor-container .ProseMirror{min-height:100vh;padding:24px 32px;outline:none;color:inherit;background-color:inherit}.editor-container .ProseMirror>*+*{margin-top:1rem}.editor-container .ProseMirror pre{background-color:#0a0f14;color:#e6edf3;padding:12px 14px;border-radius:10px;overflow-x:auto}.editor-container .ProseMirror code{background-color:#9cafc42e;padding:2px 4px;border-radius:4px}@media (prefers-color-scheme: light){:root:not([data-theme]) .editor-container .ProseMirror pre{background-color:#f2eee7;color:#2a241d}:root:not([data-theme]) .editor-container .ProseMirror code{background-color:#35261814}:root:not([data-theme]) .editor-bubble-menu{background-color:#fffffffa;border-color:#3526181f;color:#1d1712;box-shadow:0 16px 30px #35261829}:root:not([data-theme]) .editor-bubble-menu .bubble-button:hover{background-color:#35261814}:root:not([data-theme]) .editor-bubble-menu .bubble-button.is-active{background-color:#04aa6d;color:#fff}:root:not([data-theme]) .editor-bubble-menu .bubble-divider{background-color:#3526181f}}:root[data-theme=light] .editor-container .ProseMirror pre{background-color:#f2eee7;color:#2a241d}:root[data-theme=light] .editor-container .ProseMirror code{background-color:#35261814}:root[data-theme=light] .editor-bubble-menu{background-color:#fffffffa;border-color:#3526181f;color:#1d1712;box-shadow:0 16px 30px #35261829}:root[data-theme=light] .editor-bubble-menu .bubble-button:hover{background-color:#35261814}:root[data-theme=light] .editor-bubble-menu .bubble-button.is-active{background-color:#04aa6d;color:#fff}:root[data-theme=light] .editor-bubble-menu .bubble-divider{background-color:#3526181f}#menu{min-width:240px;height:100vh}#menu .sidebar{width:100%;background-color:#141b22;transition:.5s;height:95vh}#menu .toolbar{display:flex;align-items:center;gap:8px;padding:12px}#menu .toolbar>button{flex:1;padding:6px 10px;border:0;border-radius:6px;background-color:#1f2731;color:inherit;cursor:pointer}#menu .toolbar>button:hover{background-color:#2a3440}#menu .toolbar-menu{margin-left:auto;position:relative}#menu .toolbar-menu-toggle{border:0;border-radius:8px;padding:6px;background-color:#1f2731;color:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}#menu .toolbar-menu-toggle:hover{background-color:#2a3440}#menu .toolbar-menu-toggle svg{width:16px;height:16px}#menu .toolbar-menu-dropdown{position:absolute;right:0;top:calc(100% + 8px);display:none;flex-direction:column;gap:6px;min-width:140px;padding:8px;border-radius:10px;background-color:#18202a;border:1px solid #26303b;box-shadow:0 18px 36px #00000080;z-index:5}#menu .toolbar-menu.is-open .toolbar-menu-dropdown{display:flex}#menu .toolbar-menu-dropdown button{width:100%;text-align:left;padding:6px 10px;border:0;border-radius:6px;background-color:#1f2731;color:inherit;cursor:pointer}#menu .toolbar-menu-dropdown button:hover{background-color:#2a3440}.settings-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;display:none;align-items:center;justify-content:center;background-color:#00000080;z-index:20}.settings-modal-backdrop.is-open{display:flex}.settings-modal{background-color:#141b22;color:inherit;border-radius:12px;padding:16px;min-width:280px;max-width:90vw;box-shadow:0 22px 52px #0000008c}.settings-modal-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-modal-title{margin:0;font-size:1.1rem}.settings-modal-close{border:0;border-radius:8px;padding:6px 10px;background-color:#1f2731;color:inherit;cursor:pointer}.settings-modal-close:hover{background-color:#2a3440}.settings-modal-body{margin-top:12px;color:#e6edf3b8}.settings-option{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 0}.settings-option-label{font-size:.95rem}.settings-switch{position:relative;width:46px;height:26px}.settings-switch input{opacity:0;width:0;height:0}.settings-switch-slider{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#2b3542;border-radius:999px;transition:background-color .2s ease}.settings-switch-slider:before{content:"";position:absolute;height:20px;width:20px;left:3px;top:3px;background-color:#e9eff5;border-radius:50%;transition:transform .2s ease}.settings-switch input:checked+.settings-switch-slider{background-color:#04aa6d}.settings-switch input:checked+.settings-switch-slider:before{transform:translate(20px)}#menu #menuOpener{display:none}#menu #menuOpener:checked~.sidebar{width:0%}#menu #menuOpener:checked~.sidebar button{display:none}#menu #menuOpener:checked~.sidebar a{display:none}#menu label{margin:12px;cursor:pointer;display:inline-block;-webkit-user-select:none;user-select:none}#menu a{display:flex;padding:8px 12px;color:#d5dde6;text-decoration:none}#menu a.editing{background-color:#1e2731;cursor:text}#menu a .renameInput{width:100%;border:0;padding:0;margin:0;color:inherit;background-color:transparent;font:inherit;outline:none}#menu a.active{background-color:#1f6a78;color:#fff}#menu a:hover:not(.active){background-color:#1d2530;color:#fff}@media (prefers-color-scheme: light){:root:not([data-theme]) #menu{background-color:#f3efe8}:root:not([data-theme]) #menu .sidebar{background-color:#f3efe8}:root:not([data-theme]) #menu .toolbar>button{background-color:#fff;color:#1f1a15}:root:not([data-theme]) #menu .toolbar>button:hover{background-color:#e7ded2}:root:not([data-theme]) #menu .toolbar-menu-toggle{background-color:#fff;color:#1f1a15}:root:not([data-theme]) #menu .toolbar-menu-toggle:hover{background-color:#e7ded2}:root:not([data-theme]) #menu .toolbar-menu-dropdown{background-color:#fff;border-color:#e1d7cb;box-shadow:0 14px 28px #3526181f}:root:not([data-theme]) #menu .toolbar-menu-dropdown button{background-color:#f3ede4;color:#2a221b}:root:not([data-theme]) #menu .toolbar-menu-dropdown button:hover{background-color:#e6dccd}:root:not([data-theme]) #menu a{color:#2a241d}:root:not([data-theme]) #menu a.editing{background-color:#e1d7cb}:root:not([data-theme]) #menu a.active{background-color:#cfe7dc;color:#1a2c22}:root:not([data-theme]) #menu a:hover:not(.active){color:#1f1a15;background-color:#e4dbcf}:root:not([data-theme]) .settings-modal{background-color:#fff;color:#1d1712;box-shadow:0 20px 48px #3526182e}:root:not([data-theme]) .settings-modal-close{background-color:#f3ede4;color:#1d1712}:root:not([data-theme]) .settings-modal-close:hover{background-color:#e6dccd}:root:not([data-theme]) .settings-modal-body{color:#4b3f36}:root:not([data-theme]) .settings-switch-slider{background-color:#d9d1c7}:root:not([data-theme]) .settings-switch-slider:before{background-color:#fff;box-shadow:0 2px 4px #35261833}}:root[data-theme=light] #menu{background-color:#f3efe8}:root[data-theme=light] #menu .sidebar{background-color:#f3efe8}:root[data-theme=light] #menu .toolbar>button{background-color:#fff;color:#1f1a15}:root[data-theme=light] #menu .toolbar>button:hover{background-color:#e7ded2}:root[data-theme=light] #menu .toolbar-menu-toggle{background-color:#fff;color:#1f1a15}:root[data-theme=light] #menu .toolbar-menu-toggle:hover{background-color:#e7ded2}:root[data-theme=light] #menu .toolbar-menu-dropdown{background-color:#fff;border-color:#e1d7cb;box-shadow:0 14px 28px #3526181f}:root[data-theme=light] #menu .toolbar-menu-dropdown button{background-color:#f3ede4;color:#2a221b}:root[data-theme=light] #menu .toolbar-menu-dropdown button:hover{background-color:#e6dccd}:root[data-theme=light] #menu a{color:#2a241d}:root[data-theme=light] #menu a.editing{background-color:#e1d7cb}:root[data-theme=light] #menu a.active{background-color:#cfe7dc;color:#1a2c22}:root[data-theme=light] #menu a:hover:not(.active){color:#1f1a15;background-color:#e4dbcf}:root[data-theme=light] .settings-modal{background-color:#fff;color:#1d1712;box-shadow:0 20px 48px #3526182e}:root[data-theme=light] .settings-modal-close{background-color:#f3ede4;color:#1d1712}:root[data-theme=light] .settings-modal-close:hover{background-color:#e6dccd}:root[data-theme=light] .settings-modal-body{color:#4b3f36}:root[data-theme=light] .settings-switch-slider{background-color:#d9d1c7}:root[data-theme=light] .settings-switch-slider:before{background-color:#fff;box-shadow:0 2px 4px #35261833}
