.ip-editor{border:1px solid #cfd9e6;border-radius:13px;background:#fff;overflow:hidden;transition:.16s}.ip-editor:focus-within{border-color:var(--brand-2);box-shadow:0 0 0 4px rgba(59,130,246,.10)}.ip-editor-toolbar{display:flex;align-items:center;gap:5px;flex-wrap:wrap;padding:8px;background:#f7faff;border-bottom:1px solid var(--line)}.editor-tool{width:34px;height:32px;display:inline-grid;place-items:center;border:1px solid transparent;border-radius:8px;background:transparent;color:#40536b;cursor:pointer;transition:.15s}.editor-tool:hover,.editor-tool.is-active{background:#fff;border-color:var(--brand-200);color:var(--brand-700);box-shadow:var(--shadow-xs)}.editor-separator{width:1px;height:20px;background:#d9e3ef;margin:0 2px}.ip-editor-surface{min-height:190px;padding:15px;outline:none;color:var(--text);line-height:1.65}.ip-editor-surface:empty:before{content:attr(data-placeholder);color:#98a7b9;pointer-events:none}.ip-editor-surface h2,.ip-editor-surface h3{color:var(--navy);margin:1em 0 .45em}.ip-editor-surface blockquote{margin:12px 0;padding:10px 14px;border-left:3px solid var(--brand);background:var(--brand-50);color:#40536b}.ip-editor-surface a{color:var(--brand-700);text-decoration:underline}.ip-editor-status{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:6px 10px;background:#fbfdff;border-top:1px solid var(--line);font-size:10.5px;color:#7c8ca0}.ip-editor textarea.ip-editor-source{display:none}
