:root{--bg-primary: #ffffff;--bg-secondary: #fafafa;--bg-tertiary: #f9f9f9;--bg-hover: #f3f4f6;--bg-active: #dbeafe;--bg-code: #f6f8fa;--bg-inline-code: #f1f3f5;--bg-blockquote: #f8fafc;--bg-toolbar: #f7f7f7;--text-primary: #1a1a1a;--text-secondary: #374151;--text-tertiary: #666;--text-muted: #999;--text-heading: #000;--text-code: #333;--text-inline-code: #e01e5a;--border-primary: #e5e5e5;--border-secondary: #d1d5db;--border-tertiary: #e5e7eb;--border-code: #d1d5db;--accent-primary: #2563eb;--accent-hover: #1d4ed8;--accent-border: #2563eb;--scrollbar-thumb: #d1d5db;--scrollbar-thumb-hover: #9ca3af;--shadow-color: rgba(0, 0, 0, .06)}[data-theme=dark]{--bg-primary: #1a1a1a;--bg-primary-translucent: rgba(26, 26, 26, .95);--bg-secondary: #0f0f0f;--bg-tertiary: #2d2d2d;--bg-hover: #3a3a3a;--bg-active: #1e3a5f;--bg-code: #242424;--bg-inline-code: #2d2d2d;--bg-blockquote: #252525;--bg-toolbar: #262626;--text-primary: #e5e5e5;--text-secondary: #d1d5db;--text-tertiary: #a1a1a1;--text-muted: #737373;--text-heading: #f5f5f5;--text-code: #e5e5e5;--text-inline-code: #ff6b9d;--border-primary: #3a3a3a;--border-secondary: #4a4a4a;--border-tertiary: #404040;--border-code: #404040;--accent-primary: #3b82f6;--accent-hover: #60a5fa;--accent-border: #3b82f6;--scrollbar-thumb: #4a4a4a;--scrollbar-thumb-hover: #5a5a5a;--shadow-color: rgba(0, 0, 0, .3)}body{margin:0;min-width:320px;min-height:100vh;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--bg-secondary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}#root{width:100%;height:100vh}} pre code.hljs{display:block;overflow-x:auto;padding:1em}code.hljs{padding:3px 5px}.hljs{color:#24292e;background:#fff}.hljs-doctag,.hljs-keyword,.hljs-meta .hljs-keyword,.hljs-template-tag,.hljs-template-variable,.hljs-type,.hljs-variable.language_{color:#d73a49}.hljs-title,.hljs-title.class_,.hljs-title.class_.inherited__,.hljs-title.function_{color:#6f42c1}.hljs-attr,.hljs-attribute,.hljs-literal,.hljs-meta,.hljs-number,.hljs-operator,.hljs-variable,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-id{color:#005cc5}.hljs-regexp,.hljs-string,.hljs-meta .hljs-string{color:#032f62}.hljs-built_in,.hljs-symbol{color:#e36209}.hljs-comment,.hljs-code,.hljs-formula{color:#6a737d}.hljs-name,.hljs-quote,.hljs-selector-tag,.hljs-selector-pseudo{color:#22863a}.hljs-subst{color:#24292e}.hljs-section{color:#005cc5;font-weight:700}.hljs-bullet{color:#735c0f}.hljs-emphasis{color:#24292e;font-style:italic}.hljs-strong{color:#24292e;font-weight:700}.hljs-addition{color:#22863a;background-color:#f0fff4}.hljs-deletion{color:#b31d28;background-color:#ffeef0}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;background:var(--bg-secondary);color:var(--text-primary)}._markdownViewer_d92zt_17{display:flex;height:100vh;background:var(--bg-primary);transition:background-color .3s ease}._sidebar_d92zt_25{width:280px;border-right:1px solid var(--border-primary);display:flex;flex-direction:column;background:var(--bg-tertiary);position:absolute;left:0;top:0;height:100vh;z-index:10;transition:transform .3s ease,background-color .3s ease,border-color .3s ease}._sidebar_d92zt_25._hidden_d92zt_39{transform:translate(-100%)}._sidebarHeader_d92zt_43{padding:20px;border-bottom:1px solid var(--border-primary);display:flex;align-items:center;justify-content:space-between;gap:10px}._sidebarTitle_d92zt_52{display:flex;align-items:center;gap:8px;font-weight:600;font-size:14px;color:var(--text-tertiary)}._newNoteBtn_d92zt_61{padding:8px 12px;background:var(--accent-primary);color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;gap:6px;transition:background .2s}._newNoteBtn_d92zt_61:hover{background:var(--accent-hover)}._notesList_d92zt_80{flex:1;overflow-y:auto;padding:8px}._noteItem_d92zt_86{padding:12px;margin-bottom:6px;background:var(--bg-primary);border:1px solid var(--border-primary);border-radius:6px;cursor:pointer;transition:all .2s;display:flex;justify-content:space-between;align-items:center;gap:8px}._noteItem_d92zt_86:hover{background:var(--bg-hover);border-color:var(--border-secondary)}._noteItem_d92zt_86._active_d92zt_105{background:var(--bg-active);border-color:var(--accent-border)}._noteItemContent_d92zt_110{flex:1;min-width:0}._noteItemTitle_d92zt_115{font-size:13px;font-weight:500;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._noteItemDate_d92zt_124{font-size:11px;color:var(--text-muted);margin-top:4px}._noteItemPreview_d92zt_130{font-size:12px;color:var(--text-secondary);margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:16px}._deleteBtn_d92zt_140{padding:4px 6px;background:#fee2e2;color:#dc2626;border:none;border-radius:4px;cursor:pointer;font-size:12px;transition:background .2s;flex-shrink:0}._deleteBtn_d92zt_140:hover{background:#fecaca}[data-theme=dark] ._deleteBtn_d92zt_140{background:#7f1d1d;color:#fca5a5}[data-theme=dark] ._deleteBtn_d92zt_140:hover{background:#991b1b}._editorControls_d92zt_166{padding:10px 20px;border-bottom:1px solid var(--border-primary);background:var(--bg-primary-translucent);display:flex;align-items:center;transition:background-color .3s ease,border-color .3s ease;position:relative;z-index:2}._editorControls_d92zt_166:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-primary),transparent);opacity:.5}._toggleSidebarBtn_d92zt_189{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:8px;background:var(--bg-primary);border:1px solid var(--border-secondary);color:var(--text-primary);font-size:12px;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s}._toggleSidebarBtn_d92zt_189:hover{background:var(--bg-hover);border-color:var(--border-tertiary)}._editorSection_d92zt_210{flex:1;display:flex;flex-direction:column;min-width:0}._panesContainer_d92zt_217{display:flex;flex:1;min-height:0;border-top:1px solid var(--border-primary);position:relative}._pane_d92zt_217{position:relative;display:flex;flex-direction:column;min-height:0;border-right:1px solid var(--border-primary)}._pane_d92zt_217:last-child{border-right:none;flex:1}._pane_d92zt_217:first-child{width:var(--editor-width, 50%);flex:0 0 var(--editor-width, 50%)}._resizeHandle_d92zt_243{width:8px;background:var(--border-primary);cursor:col-resize;position:relative;z-index:1;transition:background .2s;flex:0 0 8px;-webkit-user-select:none;user-select:none}._resizeHandle_d92zt_243:hover{background:var(--border-secondary)}._resizeHandle_d92zt_243:active{background:var(--accent-primary)}._pane_d92zt_217:last-child{border-right:none}._paneLabel_d92zt_266{position:absolute;top:0;left:0;right:0;padding:12px 20px;font-size:12px;font-weight:600;color:var(--text-tertiary);background:var(--bg-primary-translucent);border-bottom:1px solid var(--border-primary);text-transform:uppercase;letter-spacing:.5px;pointer-events:none;z-index:2;transition:all .3s ease}._paneLabel_d92zt_266:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,var(--border-tertiary),transparent);opacity:.6}._editorContainer_d92zt_297{position:relative;flex:1;display:grid;grid-template:1fr / 1fr;overflow:hidden}._editor_d92zt_166,._editorOverlay_d92zt_307{grid-area:1 / 1 / 2 / 2;padding:20px;margin:0;border:0;box-sizing:border-box;font-family:Cascadia Code,Consolas,Monaco,Ubuntu Mono,monospace;font-size:14px;font-weight:400;font-style:normal;line-height:1.6;letter-spacing:0;word-spacing:0;white-space:pre-wrap;word-wrap:anywhere;overflow-wrap:anywhere;overflow:hidden;tab-size:4;-moz-tab-size:4;width:100%;height:100%}._editorOverlay_d92zt_307{pointer-events:none;color:var(--text-primary);background:transparent;overflow:hidden;z-index:1}._markdownViewer_d92zt_17 ._editorContainer_d92zt_297 ._editorOverlay_d92zt_307{padding-right:28px}._editor_d92zt_166{resize:none;background:transparent;color:transparent;caret-color:var(--text-primary);outline:none;overflow:auto;z-index:2;transition:background-color .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;-moz-padding-start:0;-moz-padding-end:0;border-radius:0;font-size:max(14px,1em)}._editorOverlay_d92zt_307 .md-bold{font-weight:bolder}._editorOverlay_d92zt_307 .md-italic{color:var(--accent-secondary)}._editorOverlay_d92zt_307 .md-heading{color:var(--accent-primary)}._editorOverlay_d92zt_307 .md-code{color:var(--accent-secondary)}._editorOverlay_d92zt_307 .md-quote{color:var(--text-tertiary)}._preview_d92zt_403{flex:1;padding:52px 20px 20px;overflow-y:auto;background:var(--bg-primary);line-height:1.7;transition:background-color .3s ease}._preview_d92zt_403 p{margin-bottom:16px;line-height:1.7;color:var(--text-secondary)}._preview_d92zt_403 h1{font-size:32px;font-weight:700;margin:32px 0 16px;padding-bottom:8px;border-bottom:2px solid var(--border-primary);color:var(--text-heading);line-height:1.3}._preview_d92zt_403 h1:first-child{margin-top:0}._preview_d92zt_403 h2{font-size:26px;font-weight:600;margin:28px 0 14px;padding-bottom:6px;border-bottom:1px solid var(--border-primary);color:var(--text-heading);line-height:1.35}._preview_d92zt_403 h3{font-size:22px;font-weight:600;margin:24px 0 12px;color:var(--text-heading);line-height:1.4}._preview_d92zt_403 h4{font-size:18px;font-weight:600;margin:20px 0 10px;color:var(--text-heading);line-height:1.45}._preview_d92zt_403 h5{font-size:16px;font-weight:600;margin:16px 0 8px;color:var(--text-primary);line-height:1.5}._preview_d92zt_403 h6{font-size:14px;font-weight:600;margin:16px 0 8px;color:var(--text-primary);line-height:1.5}._preview_d92zt_403 strong{font-weight:600;color:var(--text-heading)}._preview_d92zt_403 em{font-style:italic;color:var(--text-primary)}._preview_d92zt_403 del{text-decoration:line-through;color:var(--text-tertiary);opacity:.8}._preview_d92zt_403 a{color:var(--accent-primary);text-decoration:none;border-bottom:1px solid var(--accent-primary);transition:color .2s}._preview_d92zt_403 a:hover{color:var(--accent-hover)}._preview_d92zt_403 ul,._preview_d92zt_403 ol{margin:0 0 16px 24px;padding-left:0}._preview_d92zt_403 ul{list-style-type:disc}._preview_d92zt_403 ol{list-style-type:decimal}._preview_d92zt_403 li{margin-bottom:8px;line-height:1.7;color:var(--text-secondary)}._preview_d92zt_403 li>ul,._preview_d92zt_403 li>ol{margin-top:8px;margin-bottom:8px}._preview_d92zt_403 ul ul{list-style-type:circle}._preview_d92zt_403 ul ul ul{list-style-type:square}._preview_d92zt_403 blockquote{padding:12px 20px;border-left:4px solid var(--accent-primary);margin:20px 0;background:var(--bg-blockquote);color:var(--text-secondary);font-style:italic;border-radius:0 4px 4px 0;transition:background-color .3s ease,border-color .3s ease}._preview_d92zt_403 blockquote p{margin-bottom:8px}._preview_d92zt_403 blockquote p:last-child{margin-bottom:0}._preview_d92zt_403 hr{margin:32px 0;border:none;border-top:2px solid var(--border-primary);background:transparent}._preview_d92zt_403 pre{background:var(--bg-code);padding:0;border-radius:8px;overflow:hidden;margin:20px 0;border:1px solid var(--border-code);line-height:1.6;transition:background-color .3s ease,border-color .3s ease}._preview_d92zt_403 pre code{font-family:Cascadia Code,Consolas,Monaco,Ubuntu Mono,monospace;font-size:13px;color:var(--text-code);line-height:1.5}._preview_d92zt_403 code{background:var(--bg-inline-code);padding:3px 7px;border-radius:4px;font-family:Cascadia Code,Consolas,Monaco,Ubuntu Mono,monospace;font-size:13px;color:var(--text-inline-code);border:1px solid var(--border-tertiary);transition:background-color .3s ease,color .3s ease,border-color .3s ease}._preview_d92zt_403 pre code{background:transparent;padding:0 16px 16px;color:var(--text-code);border:none;display:block;overflow-x:auto}._preview_d92zt_403 .code-header{padding:6px 16px 4px;font-size:10px;font-weight:400;color:var(--text-tertiary);text-transform:lowercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif}._preview_d92zt_403 table{width:100%;border-collapse:separate;border-spacing:0;margin:24px 0;border:1px solid var(--border-tertiary);background:var(--bg-primary);font-size:14px;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px var(--shadow-color);transition:background-color .3s ease,border-color .3s ease}._preview_d92zt_403 thead{background:var(--bg-tertiary);border-bottom:2px solid var(--border-secondary)}[data-theme=dark] ._preview_d92zt_403 thead{background:var(--bg-hover)}._preview_d92zt_403 th{padding:14px 18px;text-align:left;font-weight:600;color:var(--text-primary);border-right:1px solid var(--border-tertiary);border-bottom:none;font-size:14px;letter-spacing:.01em;text-transform:none}._preview_d92zt_403 th:last-child{border-right:none}._preview_d92zt_403 td{padding:12px 18px;border-right:1px solid var(--border-primary);border-bottom:1px solid var(--border-primary);color:var(--text-secondary);line-height:1.6}._preview_d92zt_403 td:last-child{border-right:none}._preview_d92zt_403 tbody tr{background:var(--bg-primary);transition:all .15s ease-in-out}._preview_d92zt_403 tbody tr:nth-child(2n){background:var(--bg-tertiary)}[data-theme=dark] ._preview_d92zt_403 tbody tr:nth-child(2n){background:var(--bg-secondary)}._preview_d92zt_403 tbody tr:hover{background:var(--bg-hover);transform:scale(1.001)}[data-theme=light] ._preview_d92zt_403 tbody tr:hover{box-shadow:inset 0 0 0 1px #dbeafe}[data-theme=dark] ._preview_d92zt_403 tbody tr:hover{box-shadow:inset 0 0 0 1px var(--accent-primary)}._preview_d92zt_403 tbody tr:last-child td{border-bottom:none}._preview_d92zt_403 tbody tr:last-child td:first-child{border-bottom-left-radius:7px}._preview_d92zt_403 tbody tr:last-child td:last-child{border-bottom-right-radius:7px}._preview_d92zt_403 img{max-width:100%;height:auto;border-radius:8px;margin:20px 0;border:1px solid var(--border-tertiary);display:block;transition:border-color .3s ease}._preview_d92zt_403 input[type=checkbox]{margin-right:8px;cursor:pointer}._preview_d92zt_403 li:has(input[type=checkbox]){list-style-type:none;margin-left:-24px}@media(max-width:768px){._sidebar_d92zt_25{position:absolute;height:100vh;z-index:10;width:280px}._sidebar_d92zt_25._hidden_d92zt_39{transform:translate(-100%)}._panesContainer_d92zt_217{flex-direction:column}._editorPane_d92zt_738{width:100%;flex:1}._resizeHandle_d92zt_243{display:none}._pane_d92zt_217{max-height:50vh}._pane_d92zt_217:first-child{border-right:none;border-bottom:1px solid var(--border-primary)}._editor_d92zt_166,._editorOverlay_d92zt_307{padding:16px;font-size:13px}._preview_d92zt_403{padding:16px;font-size:14px}._paneLabel_d92zt_266{padding:10px 16px;font-size:11px}}@media(max-width:480px){._markdownViewer_d92zt_17{height:100vh}._sidebar_d92zt_25{width:100%}._sidebarHeader_d92zt_43{padding:16px}._sidebarTitle_d92zt_52{font-size:13px}._newNoteBtn_d92zt_61{padding:6px 10px;font-size:12px}._notesList_d92zt_80{padding:6px}._noteItem_d92zt_86{padding:10px;margin-bottom:4px}._noteItemTitle_d92zt_115{font-size:12px}._noteItemDate_d92zt_124{font-size:10px}._toggleSidebarBtn_d92zt_189{padding:6px 10px}._pane_d92zt_217{max-height:45vh}._editor_d92zt_166,._editorOverlay_d92zt_307{padding:12px;font-size:12px}._preview_d92zt_403{padding:12px;font-size:13px}._preview_d92zt_403 h1{font-size:22px;margin:16px 0 8px}._preview_d92zt_403 h2{font-size:18px;margin:14px 0 8px}._preview_d92zt_403 h3{font-size:16px;margin:12px 0 6px}._paneLabel_d92zt_266{padding:8px 12px;font-size:10px}}@media(min-width:1024px){._editor_d92zt_166,._editorOverlay_d92zt_307,._preview_d92zt_403{font-size:15px}}@media(min-width:1440px){._sidebar_d92zt_25{width:320px}._editor_d92zt_166,._editorOverlay_d92zt_307,._preview_d92zt_403{padding:24px;font-size:16px}._preview_d92zt_403 p{margin-bottom:16px}}._loadingOverlay_d92zt_889{position:fixed;inset:0;background:#00000080;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:100;color:#fff;gap:20px}._loadingSpinner_d92zt_905{width:50px;height:50px;border:5px solid rgba(255,255,255,.3);border-radius:50%;border-top-color:#fff;animation:_spin_d92zt_1 1s ease-in-out infinite}@keyframes _spin_d92zt_1{to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
