.Editor-module__IFOOkG__container{background:var(--bg-primary);width:100%;height:100vh;color:var(--text-primary);flex-direction:column;display:flex}.Editor-module__IFOOkG__editorLayout{flex:1;display:flex;overflow:hidden}.Editor-module__IFOOkG__editorMain{flex-direction:column;flex:1;min-width:0;display:flex}.Editor-module__IFOOkG__editorContent{flex:1;overflow:hidden}.Editor-module__IFOOkG__sidebar{border-left:1px solid var(--border-color);background:var(--bg-secondary);flex-direction:column;width:280px;display:flex;overflow:hidden}.Editor-module__IFOOkG__sidebarHeader{border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);padding:16px;font-size:14px;font-weight:600}.Editor-module__IFOOkG__postList{flex:1;padding:8px;overflow-y:auto}.Editor-module__IFOOkG__postItem{cursor:pointer;border-radius:6px;margin-bottom:4px;padding:12px;transition:background-color .15s}.Editor-module__IFOOkG__postItem:hover{background:var(--border-color)}.Editor-module__IFOOkG__postItem.Editor-module__IFOOkG__active{background:var(--accent-color);color:var(--bg-primary)}.Editor-module__IFOOkG__postTitle{text-overflow:ellipsis;white-space:nowrap;margin-bottom:4px;font-size:14px;font-weight:500;overflow:hidden}.Editor-module__IFOOkG__postDate{color:var(--text-secondary);font-size:12px}.Editor-module__IFOOkG__postItem.Editor-module__IFOOkG__active .Editor-module__IFOOkG__postDate{color:var(--bg-secondary)}.Editor-module__IFOOkG__toolbar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;min-height:48px;padding:8px 16px;display:flex}.Editor-module__IFOOkG__toolbarLeft,.Editor-module__IFOOkG__toolbarRight{align-items:center;gap:8px;display:flex}.Editor-module__IFOOkG__toolbarButton{color:var(--text-primary);cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;gap:6px;padding:8px 12px;font-size:13px;font-weight:500;transition:background-color .15s;display:flex}.Editor-module__IFOOkG__toolbarButton:hover{background:var(--border-color)}.Editor-module__IFOOkG__toolbarButton.Editor-module__IFOOkG__active{background:var(--accent-color);color:var(--bg-primary)}.Editor-module__IFOOkG__icon{width:16px;height:16px}.Editor-module__IFOOkG__wordCount,.Editor-module__IFOOkG__saveStatus{color:var(--text-secondary);padding:0 8px;font-size:12px}.Editor-module__IFOOkG__previewPanel{border-left:1px solid var(--border-color);background:var(--bg-primary);width:50%;padding:24px;overflow-y:auto}.Editor-module__IFOOkG__previewTitle{color:var(--text-primary);margin-bottom:16px;font-size:28px;font-weight:700}.Editor-module__IFOOkG__previewContent{color:var(--text-primary);font-size:16px;line-height:1.7}.Editor-module__IFOOkG__previewContent h1,.Editor-module__IFOOkG__previewContent h2,.Editor-module__IFOOkG__previewContent h3{color:var(--text-primary);margin-top:24px;margin-bottom:16px}.Editor-module__IFOOkG__previewContent p{margin-bottom:16px}.Editor-module__IFOOkG__previewContent code{background:var(--bg-secondary);border-radius:4px;padding:2px 6px;font-family:Fira Code,monospace;font-size:14px}.Editor-module__IFOOkG__previewContent pre{background:var(--bg-secondary);border-radius:8px;margin-bottom:16px;padding:16px;overflow-x:auto}.Editor-module__IFOOkG__previewContent pre code{background:0 0;padding:0}.Editor-module__IFOOkG__previewContent blockquote{border-left:4px solid var(--accent-color);color:var(--text-secondary);margin:16px 0;padding-left:16px}.Editor-module__IFOOkG__autoSaveIndicator{color:var(--text-secondary);align-items:center;gap:6px;font-size:12px;display:flex}.Editor-module__IFOOkG__autoSaveIndicator.Editor-module__IFOOkG__saving{color:var(--accent-color)}.Editor-module__IFOOkG__autoSaveIndicator.Editor-module__IFOOkG__saved{color:#4ade80}.Editor-module__IFOOkG__autoSaveDot{background:currentColor;border-radius:50%;width:6px;height:6px}.Editor-module__IFOOkG__autoSaveIndicator.Editor-module__IFOOkG__saving .Editor-module__IFOOkG__autoSaveDot{animation:1s infinite Editor-module__IFOOkG__pulse}@keyframes Editor-module__IFOOkG__pulse{0%,to{opacity:1}50%{opacity:.4}}.Editor-module__IFOOkG__aiPanel{border-left:1px solid var(--border-color);background:var(--bg-secondary);flex-direction:column;width:320px;display:flex;overflow:hidden}.Editor-module__IFOOkG__aiPanelHeader{border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.Editor-module__IFOOkG__aiPanelHeader h3{margin:0;font-size:14px;font-weight:600}.Editor-module__IFOOkG__closePanelButton{width:24px;height:24px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:0;display:flex}.Editor-module__IFOOkG__closePanelButton:hover{background:var(--border-color);color:var(--text-primary)}.Editor-module__IFOOkG__aiPanelContent{flex:1;padding:16px;overflow-y:auto}.Editor-module__IFOOkG__aiStatus{border-radius:8px;align-items:center;gap:8px;margin-bottom:16px;padding:12px;font-size:13px;display:flex}.Editor-module__IFOOkG__aiStatus.Editor-module__IFOOkG__idle{background:var(--bg-primary);color:var(--text-secondary)}.Editor-module__IFOOkG__aiStatus.Editor-module__IFOOkG__thinking{color:var(--accent-color);background:#6ab0ff1a}.Editor-module__IFOOkG__aiStatus.Editor-module__IFOOkG__success{color:#4ade80;background:#4ade801a}.Editor-module__IFOOkG__aiStatus.Editor-module__IFOOkG__error{color:#ef4444;background:#ef44441a}.Editor-module__IFOOkG__thinkingSpinner{border:2px solid var(--accent-color);border-top-color:#0000;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Editor-module__IFOOkG__spin}@keyframes Editor-module__IFOOkG__spin{to{transform:rotate(360deg)}}.Editor-module__IFOOkG__suggestionsList h4{text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);margin:0 0 12px;font-size:12px;font-weight:600}.Editor-module__IFOOkG__suggestionItem{background:var(--bg-primary);border-radius:8px;margin-bottom:8px;padding:12px}.Editor-module__IFOOkG__suggestionOriginal,.Editor-module__IFOOkG__suggestionSuggested{margin-bottom:8px}.Editor-module__IFOOkG__label{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.Editor-module__IFOOkG__suggestionOriginal code,.Editor-module__IFOOkG__suggestionSuggested code{background:var(--bg-secondary);word-break:break-all;border-radius:4px;padding:8px;font-size:12px;line-height:1.4;display:block}.Editor-module__IFOOkG__suggestionReason{color:var(--text-secondary);margin:8px 0;font-size:12px;font-style:italic}.Editor-module__IFOOkG__applyButton{background:var(--accent-color);width:100%;color:var(--bg-primary);cursor:pointer;border:none;border-radius:6px;padding:8px 12px;font-size:12px;font-weight:500;transition:opacity .15s}.Editor-module__IFOOkG__applyButton:hover{opacity:.9}.Editor-module__IFOOkG__chatPanel{border-left:1px solid var(--border-color);background:var(--bg-primary);flex-direction:column;width:360px;display:flex;overflow:hidden}.Editor-module__IFOOkG__sidebarHeader{border-bottom:1px solid var(--border-color);text-transform:uppercase;letter-spacing:.5px;color:var(--text-secondary);justify-content:space-between;align-items:center;padding:16px;font-size:14px;font-weight:600;display:flex}.Editor-module__IFOOkG__createPostButton{background:var(--accent-color);color:var(--bg-primary);text-transform:uppercase;letter-spacing:.3px;cursor:pointer;border:none;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11px;font-weight:600;transition:opacity .15s;display:flex}.Editor-module__IFOOkG__createPostButton:hover{opacity:.85}.Editor-module__IFOOkG__toolbarDivider{background:var(--border-color);width:1px;height:24px;margin:0 4px}.Editor-module__IFOOkG__aiButton{color:var(--accent-color)}.Editor-module__IFOOkG__aiButton:hover:not(:disabled){background:#6ab0ff1a}.Editor-module__IFOOkG__aiButton:disabled{opacity:.5;cursor:not-allowed}.Editor-module__IFOOkG__aiToolbarStatus{border-radius:16px;align-items:center;gap:6px;margin-left:8px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.Editor-module__IFOOkG__aiToolbarStatus.Editor-module__IFOOkG__idle{display:none}.Editor-module__IFOOkG__aiToolbarStatus.Editor-module__IFOOkG__thinking{color:var(--accent-color);background:#6ab0ff26}.Editor-module__IFOOkG__aiToolbarStatus .Editor-module__IFOOkG__thinkingSpinner{border:2px solid;border-top-color:#0000;border-radius:50%;width:12px;height:12px;animation:.8s linear infinite Editor-module__IFOOkG__spin}
.MarkdownPreview-module__nNWkCW__preview{background:var(--color-background,#fff);padding:24px;overflow-y:auto}.MarkdownPreview-module__nNWkCW__content{max-width:800px;color:var(--color-text,#1a1a2e);margin:0 auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:16px;line-height:1.7}.MarkdownPreview-module__nNWkCW__content h1{border-bottom:2px solid var(--color-border,#e0e0e0);margin:0 0 24px;padding-bottom:12px;font-size:2em;font-weight:700}.MarkdownPreview-module__nNWkCW__content h2{margin:32px 0 16px;font-size:1.5em;font-weight:600}.MarkdownPreview-module__nNWkCW__content h3{margin:24px 0 12px;font-size:1.25em;font-weight:600}.MarkdownPreview-module__nNWkCW__content p{margin:0 0 16px}.MarkdownPreview-module__nNWkCW__content pre{background:var(--color-surface,#f5f5f5);border-radius:8px;margin:0 0 16px;padding:16px;overflow-x:auto}.MarkdownPreview-module__nNWkCW__content code{font-family:Fira Code,Consolas,monospace;font-size:.9em}.MarkdownPreview-module__nNWkCW__content pre code{line-height:1.5;display:block}.MarkdownPreview-module__nNWkCW__content code{background:var(--color-surface,#f0f0f0);border-radius:4px;padding:2px 6px;font-size:.9em}.MarkdownPreview-module__nNWkCW__content blockquote{border-left:4px solid var(--color-primary,#6ab0ff);background:var(--color-surface,#f5f5f5);margin:0 0 16px;padding:12px 20px;font-style:italic}.MarkdownPreview-module__nNWkCW__content ul,.MarkdownPreview-module__nNWkCW__content ol{margin:0 0 16px;padding-left:24px}.MarkdownPreview-module__nNWkCW__content li{margin:8px 0}.MarkdownPreview-module__nNWkCW__content a{color:var(--color-primary,#6ab0ff);text-decoration:none}.MarkdownPreview-module__nNWkCW__content a:hover{text-decoration:underline}.MarkdownPreview-module__nNWkCW__content img{border-radius:8px;max-width:100%;height:auto}.MarkdownPreview-module__nNWkCW__content .math-inline{font-family:KaTeX_Math,Times New Roman,serif;font-style:italic}.MarkdownPreview-module__nNWkCW__content .math-block{text-align:center;background:var(--color-surface,#f5f5f5);border-radius:8px;margin:16px 0;padding:16px;overflow-x:auto}.dark .MarkdownPreview-module__nNWkCW__content{color:var(--color-text-dark,#eaeaea)}.dark .MarkdownPreview-module__nNWkCW__content h1{border-color:var(--color-border-dark,#3a3a5c)}.dark .MarkdownPreview-module__nNWkCW__content pre{background:var(--color-surface-dark,#2a2a3e)}.dark .MarkdownPreview-module__nNWkCW__content code{background:var(--color-surface-dark,#2a2a3e)}.dark .MarkdownPreview-module__nNWkCW__content blockquote{background:var(--color-surface-dark,#2a2a3e)}.dark .MarkdownPreview-module__nNWkCW__content .math-block{background:var(--color-surface-dark,#2a2a3e)}.dark .MarkdownPreview-module__nNWkCW__content code{background:var(--color-surface-dark,#2a2a3e)}
.ChatInterface-module__YDIRoW__container{background:var(--bg-primary);border:1px solid var(--border-color);flex-direction:column;height:100%;display:flex;overflow:hidden}.ChatInterface-module__YDIRoW__header{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);justify-content:space-between;align-items:center;padding:16px;display:flex}.ChatInterface-module__YDIRoW__title{color:var(--text-primary);margin:0;font-size:16px;font-weight:600}.ChatInterface-module__YDIRoW__closeButton{width:32px;height:32px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:0;transition:background .2s,color .2s;display:flex}.ChatInterface-module__YDIRoW__closeButton:hover{background:var(--border-color);color:var(--text-primary)}.ChatInterface-module__YDIRoW__messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ChatInterface-module__YDIRoW__emptyState{color:var(--text-secondary);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:12px;padding:32px;display:flex}.ChatInterface-module__YDIRoW__emptyState svg{opacity:.5}.ChatInterface-module__YDIRoW__emptyState p{margin:0;font-size:14px}.ChatInterface-module__YDIRoW__message{flex-direction:column;max-width:80%;animation:.2s ease-out ChatInterface-module__YDIRoW__fadeIn;display:flex}@keyframes ChatInterface-module__YDIRoW__fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatInterface-module__YDIRoW__userMessage{align-self:flex-end}.ChatInterface-module__YDIRoW__assistantMessage{align-self:flex-start}.ChatInterface-module__YDIRoW__messageContent{white-space:pre-wrap;word-break:break-word;border-radius:16px;padding:12px 16px;font-size:14px;line-height:1.5}.ChatInterface-module__YDIRoW__userMessage .ChatInterface-module__YDIRoW__messageContent{background:var(--accent-color);color:var(--bg-primary);border-bottom-right-radius:4px}.ChatInterface-module__YDIRoW__assistantMessage .ChatInterface-module__YDIRoW__messageContent{background:var(--bg-secondary);color:var(--text-primary);border-bottom-left-radius:4px}.ChatInterface-module__YDIRoW__messageTime{color:var(--text-secondary);margin-top:4px;padding:0 4px;font-size:11px}.ChatInterface-module__YDIRoW__userMessage .ChatInterface-module__YDIRoW__messageTime{text-align:right}.ChatInterface-module__YDIRoW__typingIndicator{gap:4px;padding:4px 0;display:flex}.ChatInterface-module__YDIRoW__typingIndicator span{background:var(--text-secondary);border-radius:50%;width:8px;height:8px;animation:1.4s ease-in-out infinite ChatInterface-module__YDIRoW__typing}.ChatInterface-module__YDIRoW__typingIndicator span:first-child{animation-delay:0s}.ChatInterface-module__YDIRoW__typingIndicator span:nth-child(2){animation-delay:.2s}.ChatInterface-module__YDIRoW__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes ChatInterface-module__YDIRoW__typing{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ChatInterface-module__YDIRoW__error{color:#ef4444;background:#ef44441a;border:1px solid #ef4444;border-radius:8px;align-items:center;gap:8px;padding:12px 16px;font-size:14px;display:flex}.ChatInterface-module__YDIRoW__inputForm{background:var(--bg-secondary);border-top:1px solid var(--border-color);gap:8px;padding:16px;display:flex}.ChatInterface-module__YDIRoW__input{background:var(--bg-primary);border:1px solid var(--border-color);resize:none;min-height:48px;max-height:120px;color:var(--text-primary);border-radius:24px;flex:1;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5}.ChatInterface-module__YDIRoW__input:focus{border-color:var(--accent-color);outline:none}.ChatInterface-module__YDIRoW__input:disabled{opacity:.6;cursor:not-allowed}.ChatInterface-module__YDIRoW__input::placeholder{color:var(--text-secondary)}.ChatInterface-module__YDIRoW__sendButton{background:var(--accent-color);width:48px;height:48px;color:var(--bg-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;padding:0;transition:background .2s,transform .2s;display:flex}.ChatInterface-module__YDIRoW__sendButton:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.ChatInterface-module__YDIRoW__sendButton:disabled{opacity:.5;cursor:not-allowed;transform:none}
