:root{--rsw-color-bg:#fff;--rsw-color-border:#e2e8f0;--rsw-color-toolbar-bg:#f8fafc;--rsw-color-btn:#374151;--rsw-color-btn-hover:#f1f5f9;--rsw-color-btn-active:#e0e7ff;--rsw-color-btn-active-text:#4f46e5;--rsw-color-link-apply-bg:#4f46e5;--rsw-color-link-apply-text:#fff;--rsw-color-link-apply-hover:#4338ca;--rsw-color-placeholder:#94a3b8;--rsw-selection-bg:#c7d2fe;--rsw-selection-text:#1e1b4b;--rsw-radius:8px;--rsw-radius-btn:5px;--rsw-font:inherit;--rsw-font-size:1rem;--rsw-min-height:160px;--rsw-toolbar-gap:2px;--rsw-btn-size:30px;--rsw-separator-color:#e2e8f0;--rsw-focus-ring:0 0 0 3px #4f46e526}.rsw-editor{border:1px solid var(--rsw-color-border);border-radius:var(--rsw-radius);background:var(--rsw-color-bg);font-family:var(--rsw-font);font-size:var(--rsw-font-size);flex-direction:column;transition:border-color .15s,box-shadow .15s;display:flex;overflow:hidden}.rsw-editor:focus-within{box-shadow:var(--rsw-focus-ring);border-color:#4f46e5}.rsw-toolbar{align-items:center;gap:var(--rsw-toolbar-gap);background:var(--rsw-color-toolbar-bg);border-bottom:1px solid var(--rsw-color-border);flex-wrap:wrap;padding:6px 8px;display:flex}.rsw-btn{width:var(--rsw-btn-size);height:var(--rsw-btn-size);border-radius:var(--rsw-radius-btn);color:var(--rsw-color-btn);cursor:pointer;-webkit-user-select:none;user-select:none;background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-family:inherit;font-size:.875rem;line-height:1;transition:background .1s,color .1s;display:inline-flex}.rsw-btn:hover{background:var(--rsw-color-btn-hover)}.rsw-btn[data-active]{background:var(--rsw-color-btn-active);color:var(--rsw-color-btn-active-text)}.rsw-btn:focus-visible{outline-offset:1px;outline:2px solid #4f46e5}.rsw-separator{background:var(--rsw-separator-color);flex-shrink:0;width:1px;height:20px;margin:0 4px}.rsw-ce{min-height:var(--rsw-min-height);word-break:break-word;outline:none;flex:1;padding:12px 16px;line-height:1.6;overflow-y:auto}.rsw-ce::selection,.rsw-ce ::selection{background:var(--rsw-selection-bg);color:var(--rsw-selection-text)}.rsw-ce:empty:before{content:attr(data-placeholder);color:var(--rsw-color-placeholder);pointer-events:none}.rsw-ce p{margin:0 0 .5em}.rsw-ce p:last-child{margin-bottom:0}.rsw-ce h1,.rsw-ce h2,.rsw-ce h3,.rsw-ce h4,.rsw-ce h5,.rsw-ce h6{margin:.75em 0 .25em;line-height:1.3}.rsw-ce ul,.rsw-ce ol{margin:.25em 0;padding-left:1.5em}.rsw-ce li{margin:.125em 0}.rsw-ce a{color:#4f46e5;text-decoration:underline}.rsw-ce blockquote{border-left:3px solid var(--rsw-color-border);color:#64748b;margin:.5em 0;padding:.25em 0 .25em 1em}.rsw-ce code{background:#f1f5f9;border-radius:3px;padding:.1em .3em;font-family:ui-monospace,monospace;font-size:.875em}.rsw-ce pre{background:#f1f5f9;border-radius:6px;padding:1em;font-family:ui-monospace,monospace;font-size:.875em;overflow-x:auto}.rsw-ce img{max-width:100%;height:auto}.rsw-ce table{border-collapse:collapse;table-layout:fixed;width:100%;margin:.75em 0}.rsw-ce td,.rsw-ce th{border:1px solid var(--rsw-color-border);vertical-align:top;background:#f8fafcc7;min-width:92px;padding:10px 12px}.rsw-ce th{background:#f1f5f9f5;font-weight:700}.rsw-ce td[data-rsw-table-cell-selected=true],.rsw-ce th[data-rsw-table-cell-selected=true]{background:#e0e7ff7a;box-shadow:inset 0 0 0 2px #4f46e56b}.rsw-layout{align-items:start;gap:16px;margin:.75em 0;display:grid}.rsw-layout-2col{grid-template-columns:repeat(2,minmax(0,1fr))}.rsw-layout-media{grid-template-columns:minmax(0,1.1fr) minmax(220px,.9fr)}.rsw-layout-hero{grid-template-columns:minmax(0,1.3fr) minmax(240px,.9fr);gap:18px}.rsw-layout-col,.rsw-layout-media-slot,.rsw-layout-text-slot{border:1px solid var(--rsw-color-border);background:#f8fafcbf;border-radius:10px;min-width:0;padding:12px 14px}.rsw-layout-hero-copy{border:1px solid var(--rsw-color-border);background:linear-gradient(135deg,#e0e7ff85,#f8fafce6);border-radius:14px;min-width:0;padding:18px 20px}.rsw-layout-eyebrow{color:var(--rsw-color-btn-active-text);letter-spacing:.12em;text-transform:uppercase;margin:0 0 .75em;font-size:.72em;font-weight:700}.rsw-layout-hero-copy h2{margin:0 0 .4em;font-size:clamp(1.8rem,4vw,2.8rem);line-height:1.05}.rsw-layout-hero-copy>:last-child,.rsw-layout-col>:last-child,.rsw-layout-media-slot>:last-child,.rsw-layout-text-slot>:last-child,.rsw-layout-hero-copy>:last-child{margin-bottom:0}@media (max-width:720px){.rsw-layout,.rsw-layout-2col,.rsw-layout-media{grid-template-columns:minmax(0,1fr)}}.rsw-ce img[data-rsw-image-selected=true]{outline-offset:2px;outline:2px solid #4f46e559}.rsw-link-popover{background:var(--rsw-color-bg);border:1px solid var(--rsw-color-border);z-index:9999;border-radius:10px;align-items:center;gap:6px;margin:0;padding:8px 10px;display:flex;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}.rsw-link-input{border:1px solid var(--rsw-color-border);background:var(--rsw-color-bg);width:240px;height:32px;color:inherit;border-radius:6px;outline:none;padding:0 10px;font-family:inherit;font-size:13px;transition:border-color .15s}.rsw-link-input:focus{border-color:var(--rsw-focus-ring,#4f46e5);box-shadow:0 0 0 3px #4f46e51a}.rsw-link-apply{background:var(--rsw-color-link-apply-bg);height:32px;color:var(--rsw-color-link-apply-text);cursor:pointer;white-space:nowrap;border:none;border-radius:6px;padding:0 12px;font-family:inherit;font-size:13px;font-weight:500;transition:background .15s}.rsw-link-apply:hover{background:var(--rsw-color-link-apply-hover)}.rsw-link-cancel{width:28px;height:28px;color:var(--rsw-color-btn);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0;transition:background .1s;display:inline-flex}.rsw-link-cancel:hover{background:var(--rsw-color-btn-hover)}.rsw-image-toolbar,.rsw-selection-toolbar,.rsw-table-toolbar{background:var(--rsw-color-bg);border:1px solid var(--rsw-color-border);z-index:9999;border-radius:10px;align-items:center;gap:6px;margin:0;padding:6px;display:flex;box-shadow:0 8px 24px #0000001f,0 2px 6px #0000000f}.rsw-image-toolbar-group,.rsw-selection-toolbar-group,.rsw-table-toolbar-group{align-items:center;gap:2px;display:flex}.rsw-selection-toolbar,.rsw-table-toolbar{flex-wrap:wrap;max-width:min(92vw,720px)}.rsw-selection-link-input{width:190px}.rsw-image-tool{min-width:28px;height:28px;color:var(--rsw-color-btn);cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:0 8px;font-family:inherit;font-size:12px;font-weight:600;line-height:1;transition:background .1s,color .1s;display:inline-flex}.rsw-image-tool:hover{background:var(--rsw-color-btn-hover)}.rsw-image-tool[data-destructive]{color:#b42318}
