*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.6}.app{min-height:100vh;display:flex;flex-direction:column;transition:background-color .3s,color .3s}.app.light{background-color:#f5f5f5;color:#333}.app.dark{background-color:#1a1a1a;color:#e0e0e0}.header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid}.light .header{background:#fff;border-color:#e0e0e0}.dark .header{background:#252525;border-color:#333}.header h1{font-size:20px;font-weight:600}.header-actions{display:flex;gap:12px}.theme-toggle{padding:8px 16px;border-radius:6px;border:1px solid;cursor:pointer;font-size:14px;transition:all .15s}.light .theme-toggle{background:#f0f0f0;border-color:#d0d0d0;color:#333}.light .theme-toggle:hover{background:#e0e0e0}.dark .theme-toggle{background:#333;border-color:#444;color:#e0e0e0}.dark .theme-toggle:hover{background:#444}.main{flex:1;display:flex;justify-content:center;padding:32px 24px}.editor-wrapper{width:100%;max-width:800px;border-radius:12px;padding:48px;box-shadow:0 4px 24px #0000001a}.light .editor-wrapper{background:#fff}.dark .editor-wrapper{background:#252525}.editor{min-height:500px;padding:24px 0}.editor .ProseMirror{outline:none;min-height:400px}.editor .ProseMirror>*{margin-bottom:8px}.editor .ProseMirror h1{font-size:2em;font-weight:700;margin-bottom:16px;margin-top:24px}.editor .ProseMirror h2{font-size:1.5em;font-weight:600;margin-bottom:12px;margin-top:20px}.editor .ProseMirror h3{font-size:1.25em;font-weight:600;margin-bottom:8px;margin-top:16px}.editor .ProseMirror p{min-height:1.6em}.editor .ProseMirror ul,.editor .ProseMirror ol{padding-left:24px}.editor .ProseMirror li{margin-bottom:4px}.editor .ProseMirror blockquote{border-left:4px solid;padding-left:16px;margin:16px 0}.light .editor .ProseMirror blockquote{border-color:#1890ff;color:#666}.dark .editor .ProseMirror blockquote{border-color:#40a9ff;color:#999}.editor .ProseMirror pre{background:#f5f5f5;padding:16px;border-radius:6px;overflow-x:auto}.dark .editor .ProseMirror pre{background:#1a1a1a}.editor .ProseMirror code{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:.9em}.editor .ProseMirror hr{border:none;border-top:2px solid;margin:24px 0}.light .editor .ProseMirror hr{border-color:#e0e0e0}.dark .editor .ProseMirror hr{border-color:#333}.editor .ProseMirror ::selection{background:#1890ff4d}.footer{padding:16px 24px;text-align:center;border-top:1px solid;font-size:14px}.light .footer{background:#fff;border-color:#e0e0e0;color:#666}.dark .footer{background:#252525;border-color:#333;color:#999}.tiptap p.is-empty:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none}
