.compose-attachment-list{border-top:1px solid var(--border);flex-direction:column;gap:.375rem;padding:.5rem .75rem .75rem;display:flex}.compose-attachment-list__ul{flex-direction:column;gap:.375rem;margin:0;padding:0;list-style:none;display:flex}.compose-attachment-list__row{border-radius:var(--radius);border:1px solid var(--border);background-color:color-mix(in srgb, var(--muted) 55%, transparent);align-items:center;gap:.375rem;padding:.3125rem .5rem;animation:.32s cubic-bezier(.22,1,.36,1) compose-attachment-row-enter;display:flex}@keyframes compose-attachment-row-enter{0%{opacity:0;transform:translateY(.25rem)}to{opacity:1;transform:translateY(0)}}.compose-attachment-list__fi{cursor:default}.compose-attachment-list__body{flex-direction:column;flex:1;gap:.125rem;min-width:0;display:flex}.compose-attachment-list__name{min-width:0;color:var(--foreground);align-items:baseline;font-size:.875rem;line-height:1.25rem;display:flex;overflow:hidden}.compose-attachment-list__name-text{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.compose-attachment-list__size{color:color-mix(in srgb, var(--muted-foreground) 88%, transparent);flex-shrink:0}.compose-attachment-list__fill--draft{background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 75%, transparent), var(--primary))}.compose-attachment-list__track{background-color:color-mix(in srgb, var(--muted-foreground) 18%, transparent);border-radius:9999px;height:3px;position:relative;overflow:hidden}.compose-attachment-list__fill{border-radius:inherit;background:linear-gradient(90deg, color-mix(in srgb, var(--primary) 88%, transparent), var(--primary));transform-origin:0;width:100%;transform:scaleX(var(--compose-attach-progress,0));transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;inset:0 auto 0 0}.compose-attachment-list__fill--indeterminate{width:40%;transition:none;animation:1.1s ease-in-out infinite compose-attachment-progress-indeterminate}@keyframes compose-attachment-progress-indeterminate{0%{opacity:.85;transform:translate(-100%)scaleX(.35)}50%{opacity:1;transform:translate(80%)scaleX(.55)}to{opacity:.85;transform:translate(280%)scaleX(.35)}}.compose-attachment-list__remove{flex-shrink:0}.dt-rte-root{--dt-rte-fg:#000;--dt-rte-bg:#fff;background-color:var(--dt-rte-bg)}.dark .dt-rte-root{--dt-rte-fg:#e5e5e5;--dt-rte-bg:#1a1a1a}.dt-rte-toolbar:not(.dt-rte-toolbar--floating){background:var(--dt-rte-bg)}.dt-rte-content{color:var(--dt-rte-fg);background-color:var(--dt-rte-bg);font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-size:14px;line-height:1.5}.compose-editor-surface,.compose-rich-text-host{--dt-rte-fg:#000;--dt-rte-bg:#fff;background-color:var(--dt-rte-bg)}.dark .compose-editor-surface,.dark .compose-rich-text-host{--dt-rte-fg:#e5e5e5;--dt-rte-bg:#1a1a1a}.compose-rich-text-host .dt-rte-editor-shell{margin-bottom:var(--compose-editor-bottom-inset,0px);background-color:var(--dt-rte-bg);overflow-y:auto}.compose-rich-text-host .compose-attachment-list{margin-bottom:var(--compose-attachment-list-bottom-inset,0px)}.compose-rich-text-host .dt-rte-editor-shell .dt-rte-content{min-height:100%;overflow:visible}.dt-rte-placeholder{font-family:Manrope,ui-sans-serif,system-ui,sans-serif;font-size:14px}.dt-rte-paragraph{margin:0 0 .75em}.dt-rte-h1,.dt-rte-h2,.dt-rte-h3{margin:0 0 .5em}.dt-rte-text-bold{font-weight:700}.dt-rte-text-italic{font-style:italic}.dt-rte-text-underline{text-decoration:underline}.dt-rte-ul,.dt-rte-ol{margin:0 0 .75em;padding-left:1.5rem;list-style-position:outside}.dt-rte-ul{list-style-type:disc}.dt-rte-ol{list-style-type:decimal}.dt-rte-li{margin:.15em 0;display:list-item}.dt-rte-nested-li{list-style-type:none}.dt-rte-link{color:var(--brand-blue,#06f);text-decoration:underline}.dt-rte-image{vertical-align:middle;max-width:100%;height:auto}.dt-rte-image--selected{outline:2px solid color-mix(in srgb, var(--brand-blue,#06f) 55%, transparent);outline-offset:2px}.dt-rte-image[data-dt-upload-phase=pending],.dt-rte-image[data-dt-upload-phase=uploading]{outline-offset:-2px;outline:2px solid #6366f173}.dt-rte-image[data-dt-upload-phase=uploading]{background-image:linear-gradient(to right, #6366f159 0, #6366f159 var(--dt-inline-upload-pct,0%), transparent var(--dt-inline-upload-pct,0%), transparent 100%);background-position:0 100%;background-repeat:no-repeat;background-size:100% 3px;box-shadow:inset 0 -3px #6366f1d9}.dt-rte-image[data-dt-upload-phase=error]{outline-offset:-2px;outline:2px solid #ef4444b3}.dt-rte-image-size-bar button{letter-spacing:.01em;font-size:.75rem}@keyframes compose-ai-body-skeleton-reveal{0%{opacity:.88;transform:scaleX(0)}to{opacity:1;transform:scaleX(1)}}.compose-ai-body-skeleton-line{transform-origin:0;animation:.42s cubic-bezier(.33,1,.68,1) forwards compose-ai-body-skeleton-reveal;transform:scaleX(0)}@media (prefers-reduced-motion:reduce){.compose-ai-body-skeleton-line{opacity:1;animation:none;transform:scaleX(1)}}
