.rich-text-editor-container{display:flex;flex-direction:column;border:1px solid #334155;border-radius:8px;background:#1e293b;overflow:hidden;color:#e2e8f0}.rte-toolbar{display:flex;flex-wrap:wrap;gap:4px;padding:8px;background:#0f172a;border-bottom:1px solid #334155;-webkit-user-select:none;user-select:none}.rte-toolbar-group{display:flex;gap:2px;padding:0 4px;border-right:1px solid #334155}.rte-toolbar-group:last-child{border-right:none}.rte-toolbar button{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;background:transparent;color:#94a3b8;border-radius:4px;cursor:pointer;transition:all .2s}.rte-toolbar button:hover{background:#334155;color:#f8fafc}.rte-toolbar button.active{background:#3b82f6;color:#fff}.rte-color-picker-wrapper{position:relative;display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:4px;cursor:pointer;transition:all .2s;color:#94a3b8}.rte-color-picker-wrapper:hover{background:#334155;color:#f8fafc}.rte-color-picker-wrapper.disabled{opacity:.5;pointer-events:none}.rte-color-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;cursor:pointer}.rte-color-input:disabled{cursor:default}.rte-html-editor{width:100%;padding:16px;background:#0f172a;color:#38bdf8;border:none;outline:none;font-family:Fira Code,monospace;font-size:13px;line-height:1.6;resize:vertical}.rte-content{padding:16px;outline:none;font-size:14px;line-height:1.6;overflow-y:auto}.rte-content[contentEditable=true]:empty:before{content:attr(data-placeholder);color:#64748b;font-style:italic;pointer-events:none;display:block}.rte-content h1{font-size:1.875rem;font-weight:700;margin-top:1rem;margin-bottom:.5rem;color:#f1f5f9}.rte-content h2{font-size:1.5rem;font-weight:600;margin-top:.75rem;margin-bottom:.5rem;color:#f1f5f9}.rte-content ul,.rte-content ol{margin-left:1.5rem;margin-bottom:1rem}.rte-content ul{list-style-type:disc}.rte-content ol{list-style-type:decimal}.rte-content p{margin-bottom:.75rem}.rte-content a{color:#3b82f6;text-decoration:underline}.rte-content::-webkit-scrollbar{width:6px}.rte-content::-webkit-scrollbar-track{background:#1e293b}.rte-content::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}.rte-content::-webkit-scrollbar-thumb:hover{background:#475569}
