.rd-prose{contain:inline-size;color:var(--foreground);overflow-wrap:anywhere;font-size:.9375rem;line-height:1.7}.rd-prose>*+*{margin-top:.75em}.rd-prose h2{margin-top:1.25em;font-size:1.25rem;font-weight:700;line-height:1.35}.rd-prose h3{margin-top:1.1em;font-size:1.0625rem;font-weight:700;line-height:1.4}.rd-prose h2:first-child,.rd-prose h3:first-child{margin-top:0}.rd-prose ul,.rd-prose ol{padding-inline-start:1.5rem}.rd-prose ul{list-style:outside}.rd-prose ol{list-style:decimal}.rd-prose li+li{margin-top:.25em}.rd-prose li>p{margin:0}.rd-prose a{color:var(--primary);text-underline-offset:3px;text-decoration:underline}.rd-prose img{border-radius:var(--radius-md,.5rem);max-width:100%;height:auto;margin-block:1em;display:block}.rd-prose strong{font-weight:700}.rd-rte{--rd-rte-min-height:160px;contain:inline-size;border:1px solid var(--input);border-radius:var(--radius-md,.5rem);background:var(--background);min-width:0;max-width:100%;transition:border-color .12s,box-shadow .12s;position:relative}.rd-rte[data-focused]{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab, var(--ring) 40%, transparent)}.rd-rte[data-invalid]{border-color:var(--destructive)}.rd-rte[data-disabled]{opacity:.6;pointer-events:none}.rd-rte-surface{display:block}.rd-rte-content{min-height:var(--rd-rte-min-height);white-space:pre-wrap;word-wrap:break-word;-webkit-user-modify:read-write-plaintext-only;outline:none;padding:.75rem .875rem;scroll-padding-bottom:4rem}.rd-rte-content:focus{outline:none}.rd-rte-content p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;pointer-events:none;height:0;color:var(--muted-foreground)}.rd-rte-content .ProseMirror-selectednode{outline:2px solid var(--ring);outline-offset:2px}.rd-rte-content img{cursor:default}.rd-rte-toolbar{border-bottom:1px solid var(--border);background:var(--surface,var(--background));border-start-start-radius:inherit;border-start-end-radius:inherit}.rd-rte-toolbar-row{box-sizing:border-box;flex-wrap:nowrap;align-items:center;gap:4px;width:100%;min-width:0;min-height:44px;padding:4px;display:flex;overflow:hidden}.rd-rte-toolbar-button{border-radius:var(--radius-sm,.375rem);width:36px;height:36px;color:var(--muted-foreground);touch-action:manipulation}.rd-rte-toolbar-button[data-active]{background:var(--accent);color:var(--accent-foreground)}.rd-rte-toolbar-trailing{margin-inline-start:auto;padding-inline:.5rem}.rd-rte-counter{font-variant-numeric:tabular-nums;color:var(--muted-foreground);white-space:nowrap;font-size:.75rem}.rd-rte-counter[data-over]{color:var(--destructive)}.rd-rte-toolbar-menu{flex-direction:column;gap:2px;width:auto;min-width:12rem;padding:.25rem;display:flex}.rd-rte-toolbar-menu-item{justify-content:flex-start;width:100%;min-height:40px}.rd-rte-toolbar-menu-item[data-active]{background:var(--accent);color:var(--accent-foreground)}.rd-rte-toolbar[data-mobile]{inset-inline:0;z-index:40;border-bottom:0;border-top:1px solid var(--border);background:var(--background);padding-bottom:env(safe-area-inset-bottom);transform:translateY(calc(-1 * var(--kb-inset,0px)));opacity:0;visibility:hidden;pointer-events:none;border-radius:0;transition:opacity .12s;position:fixed;bottom:0}.rd-rte-toolbar[data-mobile][data-visible]{opacity:1;visibility:visible;pointer-events:auto}.rd-rte[data-mobile] .rd-rte-content{padding-bottom:1rem}.rd-rte-popover{width:min(20rem,100vw - 1.5rem);padding:.75rem}.rd-rte-popover-form{flex-direction:column;gap:.5rem;display:flex}.rd-rte-popover-actions{justify-content:flex-end;gap:.5rem;margin-top:.25rem;display:flex}.rd-rte-file-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.rd-rte-hint{color:var(--muted-foreground);font-size:.75rem}.rd-rte-spin{animation:1s linear infinite rd-rte-spin}@keyframes rd-rte-spin{to{transform:rotate(360deg)}}
.spinner{opacity:0;animation:.5s .1s forwards fadeIn}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes rotate{to{transform:rotate(360deg)}}
