.rt-editor{--rt-border: #cbd5e1;--rt-border-strong: #94a3b8;--rt-bg: #ffffff;--rt-muted: #64748b;--rt-text: #0f172a;--rt-toolbar-bg: #f8fafc;--rt-button-bg-hover: #e2e8f0;--rt-button-bg-active: #dbeafe;--rt-button-text-active: #1d4ed8;--rt-focus-ring: rgba(59, 130, 246, .2);--rt-radius: .75rem;border:1px solid var(--rt-border);border-radius:var(--rt-radius);background:var(--rt-bg);color:var(--rt-text);overflow:hidden;transition:border-color .18s ease,box-shadow .18s ease,opacity .18s ease}.rt-editor.is-focused{border-color:var(--rt-border-strong);box-shadow:0 0 0 4px var(--rt-focus-ring)}.rt-editor.is-disabled{opacity:.7}.rt-editor.is-invalid{border-color:#dc2626;box-shadow:0 0 0 4px #dc26261f}.rt-editor__toolbar{display:flex;flex-wrap:wrap;gap:.5rem;padding:.625rem .75rem;border-bottom:1px solid var(--rt-border);background:var(--rt-toolbar-bg)}.rt-editor__group{display:inline-flex;flex-wrap:wrap;gap:.375rem}.rt-editor__button{min-width:2.25rem;height:2rem;border:1px solid var(--rt-border);border-radius:.5rem;background:#fff;color:var(--rt-text);font-size:.8rem;line-height:1;font-weight:600;padding:0 .65rem;cursor:pointer;transition:background-color .18s ease,border-color .18s ease,color .18s ease,opacity .18s ease}.rt-editor__glyph{display:inline-flex;align-items:center;justify-content:center;min-width:.9rem}.rt-editor__glyph--bold{font-weight:700}.rt-editor__glyph--italic{font-style:italic}.rt-editor__glyph--underline{text-decoration:underline}.rt-editor__select{min-width:7rem;height:2rem;border:1px solid var(--rt-border);border-radius:.5rem;background:#fff;color:var(--rt-text);font-size:.8rem;font-weight:500;padding:0 .65rem}.rt-editor__color{display:inline-flex;align-items:center;gap:.35rem;border:1px solid var(--rt-border);border-radius:.5rem;background:#fff;padding:.2rem .35rem}.rt-editor__color-icon{display:inline-flex;align-items:center;justify-content:center;width:1.2rem;color:var(--rt-text);font-size:.85rem}.rt-editor__color.is-disabled{opacity:.55}.rt-editor__color-input{width:1.75rem;height:1.5rem;border:0;background:transparent;padding:0;cursor:pointer}.rt-editor__color-input::-webkit-color-swatch-wrapper{padding:0}.rt-editor__color-input::-webkit-color-swatch{border:1px solid var(--rt-border);border-radius:.35rem}.rt-editor__color-reset{min-width:1.5rem;height:1.5rem;border:0;border-radius:.35rem;background:#f8fafc;color:var(--rt-text);font-size:.85rem;font-weight:700;cursor:pointer}.rt-editor__button:hover:not(:disabled){background:var(--rt-button-bg-hover)}.rt-editor__button.is-active{border-color:#93c5fd;background:var(--rt-button-bg-active);color:var(--rt-button-text-active)}.rt-editor__button:disabled{opacity:.45;cursor:not-allowed}.rt-editor__content{min-height:var(--rt-min-height, 11rem);background:var(--rt-bg)}.rt-editor__prose{min-height:var(--rt-min-height, 11rem);padding:.875rem 1rem;color:var(--rt-text);outline:none;white-space:pre-wrap}.rt-editor__prose>:first-child{margin-top:0}.rt-editor__prose>:last-child{margin-bottom:0}.rt-editor__prose p,.rt-editor__prose ul,.rt-editor__prose ol,.rt-editor__prose blockquote,.rt-editor__prose pre,.rt-editor__prose h1,.rt-editor__prose h2,.rt-editor__prose h3{margin:.8rem 0}.rt-editor__prose h1{font-size:1.5rem;line-height:1.2;font-weight:700}.rt-editor__prose h2{font-size:1.25rem;line-height:1.3;font-weight:700}.rt-editor__prose h3{font-size:1.1rem;line-height:1.35;font-weight:700}.rt-editor__prose ul,.rt-editor__prose ol{padding-left:1.4rem}.rt-editor__prose blockquote{border-left:4px solid #cbd5e1;margin-left:0;padding-left:1rem;color:#334155}.rt-editor__prose a{color:#2563eb;text-decoration:underline}.rt-editor__prose mark{border-radius:.25rem;background:#fef08a;color:inherit;padding:.05rem .2rem}.rt-editor__prose code{border-radius:.35rem;background:#e2e8f0;padding:.1rem .35rem;font-size:.9em}.rt-editor__prose pre{overflow-x:auto;border-radius:.75rem;background:#0f172a;color:#f8fafc;padding:.9rem 1rem}.rt-editor__prose pre code{background:transparent;color:inherit;padding:0}.rt-editor__prose p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--rt-muted);pointer-events:none;height:0}
