.editor-container{border:1px solid #e2e8f0;border-radius:8px;background:white;box-shadow:0 1px 3px 0 rgba(0,0,0,.1)}.toolbar{gap:8px;padding:8px 12px;border-bottom:1px solid #e2e8f0;background:#f8fafc;border-radius:8px 8px 0 0;flex-wrap:wrap}.toolbar,.toolbar-group{display:flex;align-items:center}.toolbar-group{gap:4px}.toolbar-button{min-width:32px;min-height:32px;padding:6px}.editor-wrapper{position:relative;background:white;border-radius:0 0 8px 8px}.contentEditable{min-height:200px;padding:16px;outline:none;border:none;font-size:14px;line-height:1.6;color:#1e293b;caret-color:#3b82f6}.contentEditable:focus{outline:none}.placeholder{position:absolute;top:16px;left:16px;pointer-events:none;color:#94a3b8;font-size:14px;z-index:1}.editor-paragraph{margin:0 0 8px;position:relative}.editor-heading-h1{font-size:28px;font-weight:700;line-height:1.2;margin:16px 0 12px;color:#1e293b}.editor-heading-h2{font-size:24px;font-weight:600;line-height:1.3;margin:14px 0 10px;color:#1e293b}.editor-heading-h3{font-size:20px;margin:12px 0 8px}.editor-heading-h3,.editor-heading-h4{font-weight:600;line-height:1.4;color:#1e293b}.editor-heading-h4{font-size:18px;margin:10px 0 6px}.editor-heading-h5{font-size:16px;margin:8px 0 4px}.editor-heading-h5,.editor-heading-h6{font-weight:600;line-height:1.5;color:#1e293b}.editor-heading-h6{font-size:14px;margin:6px 0 2px}.editor-text-bold{font-weight:700}.editor-text-italic{font-style:italic}.editor-text-underline{text-decoration:underline}.editor-text-strikethrough{text-decoration:line-through}.editor-text-underlineStrikethrough{text-decoration:underline line-through}.editor-text-code{background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;font-family:Courier New,Courier,monospace;font-size:13px;padding:2px 4px;color:#e11d48}.editor-list-ol,.editor-list-ul{margin:8px 0;padding-left:24px}.editor-list-ol{list-style-type:decimal}.editor-list-ul{list-style-type:disc}.editor-listitem{margin:4px 0;position:relative}.editor-nested-listitem{list-style-type:circle}.editor-link{color:#3b82f6;text-decoration:underline;cursor:pointer;transition:color .2s}.editor-link:hover{color:#1d4ed8}.editor-code{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;font-family:Courier New,Courier,monospace;font-size:13px;line-height:1.4;margin:12px 0;padding:12px;white-space:pre-wrap;overflow-x:auto;color:#1e293b}.editor-tokenComment{color:#6b7280;font-style:italic}.editor-tokenPunctuation{color:#6b7280}.editor-tokenProperty{color:#059669}.editor-tokenSelector{color:#dc2626}.editor-tokenOperator{color:#7c3aed}.editor-tokenAttr{color:#2563eb}.editor-tokenVariable{color:#ea580c}.editor-tokenFunction{color:#7c2d12}.editor-quote{border-left:4px solid #e2e8f0;padding-left:16px;margin:12px 0;color:#64748b;font-style:italic}.ltr{text-align:left}.rtl{text-align:right}@media (prefers-color-scheme:dark){.editor-container{background:#1e293b;border-color:#374151}.toolbar{background:#374151;border-color:#4b5563}.editor-wrapper{background:#1e293b}.contentEditable{color:#f1f5f9}.placeholder{color:#6b7280}.editor-heading-h1,.editor-heading-h2,.editor-heading-h3,.editor-heading-h4,.editor-heading-h5,.editor-heading-h6{color:#f1f5f9}.editor-text-code{color:#fbbf24}.editor-code,.editor-text-code{background-color:#374151;border-color:#4b5563}.editor-code{color:#f1f5f9}.editor-link{color:#60a5fa}.editor-link:hover{color:#93c5fd}.editor-quote{border-color:#4b5563;color:#9ca3af}}@media (max-width:640px){.toolbar{padding:6px 8px;gap:4px}.toolbar-group{gap:2px}.toolbar-button{min-width:28px;min-height:28px;padding:4px}.contentEditable{padding:12px;min-height:150px}.placeholder{top:12px;left:12px}}