*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--surface: #f8f8f8;--border: #e4e4e4;--text: #1a1a1a;--text-muted: #aaa;--accent: #4a9eff;--toolbar-bg: #fafafa;--btn-hover: #efefef;--code-bg: #f4f4f4;--toolbar-height: 48px;--status-height: 28px}.dark{--bg: #1e1e1e;--surface: #252525;--border: #333;--text: #d4d4d4;--text-muted: #666;--toolbar-bg: #1a1a1a;--btn-hover: #2a2a2a;--code-bg: #2d2d2d}html,body,#app{height:100%;width:100%;overflow-x:hidden}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.app{display:flex;flex-direction:column;height:100%;background:var(--bg);color:var(--text);transition:background .2s,color .2s}.toolbar{height:var(--toolbar-height);background:var(--toolbar-bg);border-bottom:1px solid var(--border);display:flex;align-items:center;padding:0 10px;gap:4px;flex-shrink:0;-webkit-user-select:none;user-select:none;transition:background .2s,border-color .2s}.toolbar-left{display:flex;align-items:center;gap:2px;flex:0 0 auto}.toolbar-center{flex:1;display:flex;justify-content:center}.toolbar-right{display:flex;align-items:center;gap:2px;flex:0 0 auto}.logo{width:28px;height:28px;margin-right:6px;flex-shrink:0}.logo svg{width:100%;height:100%}.btn{display:inline-flex;align-items:center;gap:5px;padding:5px 9px;background:transparent;border:none;border-radius:6px;color:var(--text);cursor:pointer;font-size:13px;line-height:1;transition:background .15s;white-space:nowrap}.btn:hover{background:var(--btn-hover)}.btn svg{width:15px;height:15px;flex-shrink:0}.btn-icon{padding:6px}.btn-icon svg{width:17px;height:17px}.divider{width:1px;height:20px;background:var(--border);margin:0 4px;flex-shrink:0}.title-input{background:transparent;border:1px solid transparent;border-radius:6px;padding:4px 10px;font-size:14px;font-weight:500;color:var(--text);text-align:center;width:280px;max-width:100%;transition:border-color .15s,background .15s}.title-input:hover{border-color:var(--border);background:var(--btn-hover)}.title-input:focus{outline:none;border-color:var(--accent);background:var(--surface)}.editor-area{flex:1;overflow-y:auto;background:var(--bg);transition:background .2s}.milkdown{min-height:100%;padding:48px 24px 80px;background:var(--bg)}.ProseMirror{max-width:720px;margin:0 auto;outline:none;caret-color:var(--accent);font-family:Georgia,Times New Roman,serif;font-size:17px;line-height:1.75;color:var(--text);word-break:break-word}.ProseMirror>*+*{margin-top:.8em}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;line-height:1.25;color:var(--text);margin-top:1.5em;margin-bottom:.3em}.ProseMirror h1:first-child,.ProseMirror h2:first-child{margin-top:0}.ProseMirror h1{font-size:2em;font-weight:700}.ProseMirror h2{font-size:1.5em}.ProseMirror h3{font-size:1.25em}.ProseMirror h4{font-size:1.1em}.ProseMirror h5,.ProseMirror h6{font-size:1em}.ProseMirror p{margin:0 0 .8em}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror ul,.ProseMirror ol{padding-left:1.6em;margin:0 0 .8em}.ProseMirror li{margin-bottom:.3em}.ProseMirror li>p{margin-bottom:0}.ProseMirror blockquote{border-left:3px solid var(--accent);padding:.2em 0 .2em 1em;margin:0 0 .8em;color:var(--text-muted);font-style:italic}.ProseMirror code{font-family:JetBrains Mono,Fira Code,Cascadia Code,Consolas,Courier New,monospace;font-size:.875em;background:var(--code-bg);padding:.15em .4em;border-radius:4px;transition:background .2s}.ProseMirror pre{background:var(--code-bg);border-radius:8px;padding:1em 1.2em;overflow-x:auto;margin:0 0 .8em;transition:background .2s}.ProseMirror pre code{background:none;padding:0;font-size:.875em;line-height:1.6}.ProseMirror a{color:var(--accent);text-decoration:none}.ProseMirror a:hover{text-decoration:underline}.ProseMirror hr{border:none;border-top:1px solid var(--border);margin:1.6em 0}.ProseMirror strong{font-weight:700}.ProseMirror em{font-style:italic}.ProseMirror ::selection{background:#4a9eff40}.ProseMirror p.is-empty:first-child:before{content:"Start writing…";color:var(--text-muted);pointer-events:none;float:left;height:0}.status-bar{height:var(--status-height);background:var(--toolbar-bg);border-top:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;padding:0 16px;font-size:11.5px;color:var(--text-muted);flex-shrink:0;-webkit-user-select:none;user-select:none;transition:background .2s,border-color .2s}.save-status{transition:color .2s}.save-status.dirty{color:#f59e0b}.hidden{display:none}@media(max-width:600px){.btn-label{display:none}.btn{padding:6px}.divider{display:none}.title-input{width:auto;min-width:0}.logo{margin-right:2px}}
