.agent-tool-card{width:420px;max-width:100%;box-sizing:border-box;overflow:hidden;border:1px solid color-mix(in srgb,currentColor 12%,transparent);border-radius:16px;background:color-mix(in srgb,var(--message-ai-bg,#fff) 88%,#7557ff 12%);color:var(--text-color,#24222b);box-shadow:0 8px 24px rgb(35 24 66/8%)}.agent-tool-card__head{width:100%;min-height:58px;display:flex;align-items:center;gap:10px;padding:10px 12px;border:0;background:transparent;color:inherit;text-align:left;cursor:default}.agent-tool-card__mark{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:11px;background:linear-gradient(145deg,#8a6cff,#5a43d7);color:#fff;font-size:18px;box-shadow:0 5px 13px rgb(100 75 220/25%)}.agent-tool-card__title{display:flex;flex:1;min-width:0;flex-direction:column;gap:2px}.agent-tool-card__title strong{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.agent-tool-card__title small{color:color-mix(in srgb,currentColor 62%,transparent);font-size:11px}.agent-tool-card__status{width:8px;height:8px;flex:0 0 auto;border-radius:50%;background:#6d55e8}.agent-tool-card__status--running{animation:agent-tool-pulse 1s ease-in-out infinite;background:#5d7cff}.agent-tool-card__status--succeeded{background:#23ad71}.agent-tool-card__status--failed{background:#e45465}.agent-tool-card__status--awaiting_confirmation,.agent-tool-card__status--awaiting_input{background:#e59a24}.agent-tool-card__summary{padding:0 12px 12px 56px}.agent-tool-card__summary p{margin:0 0 9px;color:color-mix(in srgb,currentColor 76%,transparent);font-size:12px;line-height:1.5}.agent-tool-card__summary .agent-tool-card__error{color:#cf4053}.agent-tool-card__actions{display:flex;flex-wrap:wrap;gap:8px}.agent-tool-card__actions button{padding:7px 12px;border:0;border-radius:9px;background:#6d55e8;color:#fff;font-size:12px;cursor:pointer}.agent-tool-card__actions button.is-danger{background:#d84759}.agent-tool-card__actions button:disabled{cursor:not-allowed;opacity:.55}.story-message .agent-tool-card{width:480px;max-width:100%;background:color-mix(in srgb,var(--story-ai-message-bg,#fff) 90%,#7557ff 10%)}.message:has(.agent-tool-card) .message-content{max-width:100%}.message-bubble:has(>.agent-tool-card){width:fit-content!important;max-width:100%!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;opacity:1!important}@keyframes agent-tool-pulse{50%{opacity:.35;transform:scale(.75)}}@media (max-width:600px){.agent-tool-card{width:330px;max-width:100%;border-radius:14px}.agent-tool-card__summary{padding-left:12px}}.story-display-container{flex:1;overflow-y:auto;padding:0}.story-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;color:#666;text-align:center}.story-empty-icon{font-size:64px;margin-bottom:16px;opacity:.6}.story-empty-text{font-size:18px;font-weight:600;margin-bottom:8px;color:#333}.story-empty-hint{font-size:14px;color:#888;font-style:italic}.story-messages-list{display:flex;flex-direction:column;gap:14px;width:100%}.story-message-container{display:flex;flex-direction:column;gap:4px}.story-message-container:has(.story-ai-message){align-items:flex-start}.story-message-container:has(.story-user-message){align-items:flex-end}.story-message-container:has(.story-error-message){align-items:flex-start}.story-message-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;max-width:min(100%,760px)}.story-message-container:has(.story-ai-message) .story-message-row-ai,.story-message-container:has(.story-error-message) .story-message-row-error{align-self:flex-start;margin-right:auto;width:100%}.story-message-container:has(.story-user-message) .story-message-row-user{flex-direction:row-reverse;align-items:flex-end;align-self:flex-end;margin-left:auto;max-width:min(80%,560px);gap:7px}.story-message{flex:1;min-width:0;display:flex;flex-direction:column;gap:0;position:relative;overflow:hidden;isolation:isolate;border-radius:16px;padding:15px 16px 16px;background:transparent;box-shadow:0 2px 10px rgba(15,23,42,.055);transition:transform .24s ease,box-shadow .24s ease,border-color .24s ease;border:1px solid color-mix(in srgb,currentColor 9%,transparent)}.story-message:after,.story-message:before{content:"";position:absolute;inset:0;pointer-events:none;opacity:var(--story-bubble-opacity,1)}.story-message:before{z-index:-2;background:var(--story-bubble-background,#f8f9fa)}.story-message:after{z-index:-1;background-image:var(--story-bubble-image,none);background-size:var(--story-bubble-image-size,cover);background-position:var(--story-bubble-image-position,center);background-repeat:no-repeat}.story-message-avatar{flex-shrink:0;width:34px;height:34px;padding:0;border:0;background:transparent;border-radius:50%;overflow:hidden;cursor:pointer;transition:all .2s ease}.story-message-avatar-ai{width:28px;height:28px}.story-message-avatar-user{width:28px;height:28px;margin-bottom:2px}.story-message-avatar:focus-visible{outline:2px solid color-mix(in srgb,currentColor 58%,transparent);outline-offset:3px}.story-message-avatar:hover{transform:scale(1.05);box-shadow:0 2px 8px rgba(0,0,0,.15)}.story-avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.story-message-content-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:10px}.story-message:hover{transform:translateY(-1px);box-shadow:0 5px 16px rgba(15,23,42,.08)}.story-user-message{--story-text-primary:var(--theme-message-user-text,#ffffff);--story-text-secondary:color-mix(in srgb,var(--story-text-primary) 76%,transparent);--story-accent:var(--story-text-primary);--story-bubble-background:var(--theme-message-user-bg,#007bff);--story-bubble-image:var(--theme-user-bubble-bg-image,none);--story-bubble-image-size:var(--theme-user-bubble-bg-size,cover);--story-bubble-image-position:var(--theme-user-bubble-bg-position,center);--story-bubble-opacity:var(--theme-user-bubble-opacity,1);color:var(--theme-message-user-text,#ffffff);border-radius:var(--theme-user-bubble-radius,16px 16px 5px 16px);border-color:color-mix(in srgb,currentColor 12%,transparent)}.story-ai-message{--story-text-primary:var(--theme-message-ai-text,#1f1f1f);--story-text-secondary:color-mix(in srgb,var(--story-text-primary) 70%,transparent);--story-accent:color-mix(in srgb,#a65f82 78%,var(--story-text-primary));--story-bubble-background:var(--theme-message-ai-bg,#f8f9fa);--story-bubble-image:var(--theme-ai-bubble-bg-image,none);--story-bubble-image-size:var(--theme-ai-bubble-bg-size,cover);--story-bubble-image-position:var(--theme-ai-bubble-bg-position,center);--story-bubble-opacity:var(--theme-ai-bubble-opacity,0.95);color:var(--theme-message-ai-text,#1f1f1f);border-radius:var(--theme-ai-bubble-radius,16px 16px 16px 5px);border-color:color-mix(in srgb,currentColor 9%,transparent)}.story-error-message{border-color:rgba(201,74,74,.2);border-left:3px solid rgba(201,74,74,.6);background:linear-gradient(180deg,rgba(255,250,250,.98),rgba(255,238,238,.94))}.story-error-message .story-message-sender{color:#d32f2f}.story-error-message .story-content-text{color:#c62828;font-style:italic}.story-content-text strong{font-weight:650;color:inherit}.story-content-text em{font-style:normal;font-weight:520;color:inherit}.story-content-text .story-mental-text{color:var(--story-text-secondary,currentColor);font-style:italic;background-color:color-mix(in srgb,currentColor 5%,transparent);padding:1px 5px;border-radius:3px;border-left:2px solid color-mix(in srgb,currentColor 18%,transparent);margin:0 2px}.story-content-text .story-mental-text:before{content:"（"}.story-content-text .story-mental-text:after{content:"）"}.story-content-text .story-time-mark{color:var(--story-accent,currentColor);font-size:.88em;font-weight:600;background-color:color-mix(in srgb,var(--story-accent,currentColor) 8%,transparent);padding:2px 6px;border-radius:5px;border:0;margin:0 2px}.story-content-text .story-sound-effect{color:var(--story-text-secondary,currentColor);font-weight:600;font-style:italic;background:none;padding:0;border-radius:0;border:0;margin:0 2px}.story-message-header{display:flex;align-items:center;gap:8px;margin-bottom:0;justify-content:flex-start}.story-message-info{flex:1;min-width:0}.story-message-sender{font-weight:600;font-size:12px;color:var(--story-accent,inherit);letter-spacing:.08em;opacity:.88;word-break:keep-all;overflow-wrap:break-word}.story-error-message .story-message-sender{opacity:.86}.story-message-time-external{font-size:11px;color:rgba(109,104,96,.82);margin-top:4px;margin-bottom:8px;letter-spacing:.04em;width:100%;max-width:80%}.story-message-container:has(.story-ai-message) .story-message-time-external{text-align:left}.story-message-container:has(.story-user-message) .story-message-time-external{text-align:right}.story-message-container:has(.story-error-message) .story-message-time-external{text-align:left}.story-inline-actions{display:flex;gap:6px;margin-top:10px;justify-content:flex-end}.story-inline-icon-btn{background:none!important;border:none!important;width:44px;height:44px;padding:0!important;margin:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;color:inherit;opacity:.62;line-height:0;border-radius:10px!important}.story-inline-icon-btn:hover{opacity:1;background:color-mix(in srgb,currentColor 8%,transparent)!important;transform:none}.story-inline-icon-btn:focus-visible{opacity:1;outline:2px solid currentColor;outline-offset:-3px}.story-inline-icon-btn svg{display:block;width:27px;height:27px}.story-message-content{position:relative;display:flex;flex-direction:column;gap:12px}@media (max-width:768px){.story-inline-actions{gap:4px;margin-top:8px}}.story-content-text{font-size:var(--theme-bubble-font-size,15px);line-height:1.72;letter-spacing:.01em;color:var(--story-text-primary,inherit);white-space:pre-wrap;word-break:break-word;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif)}.story-paragraph{margin:0}.story-paragraph+.story-paragraph{margin-top:.8em;text-indent:0}.story-paragraph-gap{height:.95em}.story-rich-block{margin:.25em 0}.quoted-message{position:relative;margin:0 0 2px;padding:12px 14px 12px 18px;border-radius:14px;background:rgba(110,92,64,.06);border:1px solid rgba(110,92,64,.12);border-left:2px solid color-mix(in srgb,var(--story-accent,currentColor) 30%,transparent)}.quote-header{display:flex;align-items:baseline;justify-content:space-between;gap:10px;margin-bottom:6px}.quote-sender{font-size:12px;font-weight:600;color:var(--story-accent,inherit);opacity:.82}.quote-time{font-size:11px;color:inherit;opacity:.46;white-space:nowrap}.quote-content{color:inherit;opacity:.84;line-height:1.78;white-space:pre-wrap;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.story-user-message .quoted-message{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.16)}.story-user-message .quote-content,.story-user-message .quote-sender,.story-user-message .quote-time{opacity:.9}.story-edit-container{display:flex;flex-direction:column;gap:12px}.story-edit-textarea{width:100%;min-height:100px;padding:12px;border:2px solid #2196f3;border-radius:8px;font-size:14px;line-height:1.6;resize:vertical;outline:none;font-family:var(--font-family-base,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,"PingFang SC","Hiragino Sans GB","Microsoft YaHei","WenQuanYi Micro Hei",sans-serif)}.story-edit-textarea:focus{border-color:#1976D2;box-shadow:0 0 0 3px rgba(33,150,243,.1)}.story-edit-actions{display:flex;gap:8px;justify-content:flex-end}.story-cancel-btn,.story-save-btn{padding:8px 16px;border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600;transition:all .2s ease}.story-save-btn{background:#4CAF50;color:white}.story-save-btn:hover{background:#45a049;transform:translateY(-1px)}.story-cancel-btn{background:#f44336;color:white}.story-cancel-btn:hover{background:#d32f2f;transform:translateY(-1px)}@media (max-width:768px){.story-display-container{padding:12px}.story-message-row{max-width:100%;gap:8px}.story-message-container:has(.story-user-message) .story-message-row-user{max-width:82%}.story-message{padding:13px 14px 14px;border-radius:14px}.story-user-message{padding:11px 14px 12px}.story-message-avatar-ai{width:26px;height:26px}.story-message-avatar-user{width:24px;height:24px}.story-message-header{gap:8px;margin-bottom:0;flex-wrap:wrap}.story-message-info{min-width:120px}.story-message-sender{font-size:11px}.story-content-text{line-height:1.72}.story-paragraph+.story-paragraph{text-indent:0}.story-inline-icon-btn svg{width:24px;height:24px}.story-edit-textarea{min-height:80px;padding:10px;font-size:13px}.story-cancel-btn,.story-save-btn{padding:6px 12px;font-size:13px}}.story-html-module{display:block;width:100%;max-width:100%;overflow:hidden;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;background:transparent!important;border:none!important;box-shadow:none!important}.story-html-module *{max-width:100%!important;word-wrap:break-word!important;word-break:break-word!important;overflow-wrap:break-word!important;box-sizing:border-box!important;position:relative!important;z-index:1!important;top:auto!important;left:auto!important;right:auto!important;bottom:auto!important;transform:none!important}.story-html-module h1,.story-html-module h2,.story-html-module h3,.story-html-module h4,.story-html-module h5,.story-html-module h6{margin:0 0 12px;color:inherit;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module p{margin:0 0 8px;color:inherit}.story-html-module ol,.story-html-module p,.story-html-module ul{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module ol,.story-html-module ul{margin:8px 0;padding-left:20px}.story-html-module li{margin:4px 0;color:inherit}.story-html-module blockquote,.story-html-module li{word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module blockquote{margin:12px 0;padding:8px 12px;border-left:3px solid color-mix(in srgb,currentColor 24%,transparent);background:color-mix(in srgb,currentColor 5%,transparent);color:var(--story-text-secondary,currentColor);font-style:italic}.story-html-module code{background:color-mix(in srgb,currentColor 7%,transparent);padding:2px 6px;border-radius:4px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;color:var(--story-accent,currentColor);word-break:break-all}.story-html-module code,.story-html-module pre{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.story-html-module pre{background:color-mix(in srgb,currentColor 6%,transparent);padding:12px;border-radius:6px;overflow-x:auto;border:1px solid color-mix(in srgb,currentColor 12%,transparent);word-break:break-word}.story-html-module pre code{background:none;padding:0;color:inherit}.story-html-error{color:#dc3545;text-align:center;padding:20px;font-style:italic;background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px}@media (prefers-color-scheme:dark){.story-html-module{background:transparent!important;border-color:#4a5568;box-shadow:none!important}.story-html-module h1,.story-html-module h2,.story-html-module h3,.story-html-module h4,.story-html-module h5,.story-html-module h6{color:inherit}.story-html-module h5,.story-html-module h6{color:#f7fafc}.story-html-module li,.story-html-module p{color:inherit}.story-html-module blockquote{background:color-mix(in srgb,currentColor 7%,transparent);color:var(--story-text-secondary,currentColor);border-left-color:color-mix(in srgb,currentColor 24%,transparent)}.story-html-module code{background:color-mix(in srgb,currentColor 8%,transparent);color:var(--story-accent,currentColor)}.story-html-module pre{background:color-mix(in srgb,currentColor 7%,transparent);border-color:color-mix(in srgb,currentColor 14%,transparent)}.story-html-module pre code{color:inherit}.story-html-error{background:#742a2a;border-color:#c53030;color:#fed7d7}}.story-ai-typing-indicator{display:flex;align-items:center;padding:6px 0 10px;color:var(--theme-message-ai-text,#1f1f1f);align-self:flex-start;margin-right:auto;max-width:min(80%,360px);animation:story-typing-fade-in .22s ease-out;position:relative}.story-ai-typing-content{display:inline-flex;align-items:center;gap:6px;min-height:42px;padding:0 9px 0 14px;border:1px solid color-mix(in srgb,var(--theme-message-ai-text,#1f1f1f) 7%,transparent);border-left:3px solid color-mix(in srgb,var(--theme-message-ai-text,#8f3d65) 24%,transparent);border-radius:var(--theme-ai-bubble-radius,16px 16px 16px 5px);background-color:var(--theme-message-ai-bg,#f8f9fa);background-image:var(--theme-ai-bubble-bg-image,none);background-size:var(--theme-ai-bubble-bg-size,cover);background-position:var(--theme-ai-bubble-bg-position,center);background-repeat:no-repeat;opacity:1;box-shadow:0 4px 16px rgba(20,20,30,.07);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);min-width:0}.story-ai-typing-spark{color:color-mix(in srgb,var(--theme-message-ai-text,#8f3d65) 76%,#d78aae);font-size:12px;line-height:1;animation:story-typing-spark 1.8s ease-in-out infinite}.story-ai-typing-sender{font-weight:600;font-size:13px;color:inherit;white-space:nowrap;word-break:keep-all}.story-ai-typing-status{font-size:12px;color:color-mix(in srgb,var(--theme-message-ai-text,#1f1f1f) 58%,transparent);white-space:nowrap}.story-ai-typing-dots{display:flex;align-items:center;gap:3px;margin:0 2px 0 1px}.story-typing-dot{width:4px;height:4px;border-radius:50%;background-color:currentColor;opacity:.45;animation:story-typing-bounce 1.4s ease-in-out infinite both}.story-typing-dot:first-child{animation-delay:-.32s}.story-typing-dot:nth-child(2){animation-delay:-.16s}.story-typing-dot:nth-child(3){animation-delay:0s}.story-cancel-ai-btn{width:26px;height:26px;margin-left:2px;border:0;border-radius:50%;background:transparent;color:color-mix(in srgb,var(--theme-message-ai-text,#1f1f1f) 48%,transparent);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:500;transition:all .2s ease}.story-cancel-ai-btn:hover{background:rgba(220,60,75,.1);color:#cf4052}.story-cancel-ai-btn:active{transform:scale(.9)}@keyframes story-typing-fade-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes story-typing-bounce{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@keyframes story-typing-spark{0%,to{opacity:.45;transform:scale(.9) rotate(0deg)}50%{opacity:1;transform:scale(1.08) rotate(12deg)}}@media (max-width:768px){.story-ai-typing-indicator{padding:5px 0 8px;max-width:90%}.story-ai-typing-sender{font-size:13px}.story-ai-typing-status{font-size:11px}.story-typing-dot{width:4px;height:4px}.story-cancel-ai-btn{width:24px;height:24px;font-size:10px}}@media (prefers-reduced-motion:reduce){.story-ai-typing-indicator,.story-ai-typing-spark,.story-message,.story-message-avatar,.story-typing-dot{animation:none!important;transition:none!important}.story-message-avatar:hover,.story-message:hover{transform:none}}.story-vision-message{margin:8px 0}.story-vision-images-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:8px;margin-bottom:8px}.story-vision-image-item{position:relative;border-radius:8px;overflow:hidden;background:var(--qq-bg-secondary,#f5f5f5);aspect-ratio:1}.story-vision-image{width:100%;height:100%;object-fit:cover;cursor:pointer;transition:transform .2s}.story-vision-image:hover{transform:scale(1.05)}@media (prefers-color-scheme:dark){.story-vision-image-item{background:var(--qq-bg-secondary,#2a2a2a)}}.story-greeting-swipes{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:10px;color:var(--story-accent,currentColor);opacity:.88;font-size:12px}.story-greeting-swipes button{width:28px;height:24px;border:1px solid color-mix(in srgb,var(--story-accent,currentColor) 26%,transparent);border-radius:999px;background:color-mix(in srgb,var(--story-accent,currentColor) 8%,transparent);color:var(--story-accent,currentColor);cursor:pointer}.inline-action-bar{display:flex;align-items:center;gap:0;margin-top:0;width:fit-content;max-width:100%;opacity:0;pointer-events:none;transition:opacity .2s ease}.inline-action-bar.visible{opacity:1;pointer-events:auto}.inline-action-bar.hidden{opacity:0;pointer-events:none}.user-message .inline-action-bar{margin-right:auto}.ai-message .inline-action-bar{margin-left:auto}.inline-action-btn{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:transparent;color:var(--theme-text-secondary);border-radius:4px;cursor:pointer;transition:color .15s ease,background-color .15s ease,transform .05s ease}.inline-action-btn:hover{color:var(--theme-text-primary);background:var(--theme-bg-secondary)}.inline-action-btn:active{transform:translateY(1px)}.inline-action-btn svg{opacity:.8;width:16px;height:16px}.inline-action-btn:hover svg{opacity:1}.inline-action-btn.danger:hover{color:#ef4444}.inline-action-btn.batch:hover{color:#f59e0b}.group-message .inline-action-bar{gap:2px}.group-message .inline-action-btn{width:22px;height:22px}@media (max-width:768px){.inline-action-btn{width:26px;height:26px}.inline-action-btn svg{width:17px;height:17px}}@media (max-width:480px){.inline-action-bar{gap:-2px}.inline-action-btn{width:20px;height:20px;border-radius:3px;margin:0 -1px}.inline-action-btn svg{width:14px;height:14px}}@media (hover:none) and (pointer:coarse){.inline-action-btn{width:32px;height:32px}.inline-action-btn svg{width:20px;height:20px}}@media (prefers-contrast:high){.inline-action-btn:hover{outline:1px solid var(--theme-border-color)}}@media (prefers-reduced-motion:reduce){.inline-action-btn{transition:none}}.message-edit-actions{display:flex;gap:8px;margin-top:8px}.messageactions-edit-btn{appearance:none;-webkit-appearance:none;border:1px solid rgba(255,255,255,.25);color:var(--theme-text-primary);background:rgba(255,255,255,.15);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);padding:6px 12px;border-radius:10px;font-size:13px;line-height:1;cursor:pointer;transition:background-color .15s ease,border-color .15s ease,transform .05s ease}.messageactions-edit-btn:hover{background:rgba(255,255,255,.22);border-color:rgba(255,255,255,.35)}.messageactions-edit-btn:active{transform:translateY(1px)}.messageactions-edit-btn--save{background:rgba(59,130,246,.18);border-color:rgba(59,130,246,.35)}.messageactions-edit-btn--save:hover{background:rgba(59,130,246,.25);border-color:rgba(59,130,246,.45)}.messageactions-edit-btn--cancel{background:rgba(107,114,128,.18);border-color:rgba(107,114,128,.35)}.messageactions-edit-btn--cancel:hover{background:rgba(107,114,128,.25);border-color:rgba(107,114,128,.45)}