/* v439 · edición visible + menú contextual por pulsación prolongada */
.editMsgBtnV438{display:none!important}
.editMsgBtnV439{
  width:30px!important;min-width:30px!important;height:30px!important;padding:0!important;
  border:0!important;border-radius:999px!important;display:inline-grid!important;place-items:center!important;
  background:rgba(13,183,144,.13)!important;color:#087463!important;box-shadow:none!important;
  font-size:18px!important;font-weight:1000!important;line-height:1!important;cursor:pointer!important;
}
.editMsgBtnV439:hover,.editMsgBtnV439:focus-visible{transform:scale(1.06);outline:2px solid rgba(13,183,144,.22);outline-offset:1px}
.msgRow.own .editMsgBtnV439{background:rgba(16,185,129,.18)!important;color:#047857!important}
.msgRow[data-msg-id] .bubble{-webkit-touch-callout:none}

.chatMsgMenuV439[hidden]{display:none!important}
.chatMsgMenuV439{position:fixed;inset:0;z-index:2147482500;pointer-events:auto}
.chatMsgMenuBackdropV439{position:absolute;inset:0;border:0;background:rgba(5,39,34,.28);backdrop-filter:blur(1.5px);-webkit-backdrop-filter:blur(1.5px);width:100%;height:100%;padding:0}
.chatMsgMenuCardV439{
  position:fixed;left:clamp(12px,var(--v439-x,50vw),calc(100vw - 12px));top:clamp(78px,var(--v439-y,50vh),calc(100dvh - 90px));
  transform:translate(-50%,-50%);width:min(330px,calc(100vw - 28px));max-height:min(70dvh,560px);overflow:auto;
  border-radius:23px;background:rgba(252,255,254,.98);border:1px solid rgba(7,94,84,.13);box-shadow:0 22px 60px rgba(0,45,37,.24);
  padding:10px;animation:chatMsgMenuPopV439 .14s ease-out;overscroll-behavior:contain;
}
@keyframes chatMsgMenuPopV439{from{opacity:0;transform:translate(-50%,-47%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}
.chatMsgMenuHeadV439{padding:8px 10px 10px;border-bottom:1px solid rgba(7,94,84,.09);margin-bottom:5px;min-width:0}
.chatMsgMenuHeadV439 b{display:block;color:#075e54;font-size:13px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chatMsgMenuHeadV439 span{display:block;margin-top:3px;color:#6b817b;font-size:11.5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.chatMsgMenuActionsV439{display:grid;gap:4px}
.chatMsgMenuActionV439{
  appearance:none;width:100%;border:0;background:transparent;color:#173c35;border-radius:15px;padding:11px 12px;
  display:grid;grid-template-columns:34px minmax(0,1fr);gap:9px;align-items:center;text-align:left;font:inherit;cursor:pointer;
}
.chatMsgMenuActionV439:hover,.chatMsgMenuActionV439:focus-visible{background:#edf9f5;outline:none}
.chatMsgMenuActionV439 .ico{width:34px;height:34px;border-radius:12px;display:grid;place-items:center;background:#eaf8f3;color:#087463;font-size:18px;font-weight:900}
.chatMsgMenuActionV439 b{display:block;font-size:14px;line-height:1.15}.chatMsgMenuActionV439 small{display:block;margin-top:2px;color:#71857f;font-size:10.5px;line-height:1.25}
.chatMsgMenuActionV439.danger{color:#a33232}.chatMsgMenuActionV439.danger .ico{background:#fff0f0;color:#bb3d3d}
.chatMsgMenuActionV439.warn .ico{background:#fff7df;color:#9a6c00}
.chatMsgMenuActionV439.pin .ico{background:#f4f0ff;color:#6450a3}
.chatMsgMenuHintV439{padding:7px 10px 4px;color:#78908a;font-size:10px;text-align:center}
body.chatMsgMenuOpenV439{overflow:hidden!important}
@media(max-width:760px){
  .editMsgBtnV439{width:28px!important;min-width:28px!important;height:28px!important;font-size:17px!important}
  .chatMsgMenuCardV439{left:50%!important;top:auto!important;bottom:calc(env(safe-area-inset-bottom,0px) + 14px);transform:translateX(-50%);width:min(430px,calc(100vw - 20px));max-height:min(68dvh,570px);border-radius:25px;animation:chatMsgMenuUpV439 .16s ease-out}
  @keyframes chatMsgMenuUpV439{from{opacity:0;transform:translate(-50%,14px)}to{opacity:1;transform:translate(-50%,0)}}
}
