/* NestPortal v282 · conversaciones privadas dentro de la barra lateral */
#communityDrawerV277{background:#f4fbf8!important}
#communityDrawerHeaderV282{flex:0 0 auto;position:relative;z-index:4;background:linear-gradient(145deg,#075e54,#087b6d);color:#fff!important}
.communityDrawerHeaderListV282{min-height:122px;padding:24px 18px 18px;display:flex;align-items:flex-start;justify-content:space-between}
.communityDrawerHeaderListV282 small{font-size:11px;font-weight:900;opacity:.82;text-transform:uppercase;letter-spacing:.08em}
.communityDrawerHeaderListV282 h2{margin:5px 0 0;font-size:26px}
#communityDrawerHeaderV282>button{width:42px;height:42px;flex:0 0 auto;border:1px solid rgba(255,255,255,.25);border-radius:15px;background:rgba(255,255,255,.13);color:#fff;font:inherit;font-size:24px;font-weight:900;cursor:pointer}
.communityDrawerHeaderThreadV282{min-height:82px;padding:14px 10px;display:flex;align-items:center;gap:8px}
.communityDrawerHeaderThreadV282 .communityDrawerBackV282{font-size:20px}
.communityDrawerThreadAvatarV282{width:46px;height:46px;flex:0 0 46px;border-radius:999px;overflow:hidden;background:#fff;display:grid;place-items:center;border:2px solid rgba(255,255,255,.55)}
.communityDrawerThreadAvatarV282 img{width:100%;height:100%;object-fit:cover;display:block}
.communityDrawerThreadTitleV282{flex:1;min-width:0}.communityDrawerThreadTitleV282 h2{margin:0;font-size:16px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.communityDrawerThreadTitleV282 small{display:block;margin-top:2px;font-size:10.5px;opacity:.82}
.communityDrawerHeaderThreadV282 .communityDrawerBlockV282{width:38px;height:38px;font-size:17px;border-radius:13px}
.communityDrawerHeaderThreadV282>button:last-child{width:38px;height:38px;font-size:22px;border-radius:13px}
.communityDrawerBodyV277{background:#f4fbf8!important}
.communityDrawerPrivateMessagesV282{height:100%;min-height:0;overflow:auto;padding:14px 11px 20px;display:flex;flex-direction:column;gap:8px;background-image:radial-gradient(rgba(7,94,84,.045) 1px,transparent 1px);background-size:18px 18px;-webkit-overflow-scrolling:touch}
.communityDrawerPrivateBubbleV282{align-self:flex-start;max-width:84%;padding:9px 11px;border:1px solid rgba(7,94,84,.12);border-radius:17px 17px 17px 6px;background:#fff;box-shadow:0 7px 18px rgba(8,47,42,.07);word-break:break-word}
.communityDrawerPrivateBubbleV282.own{align-self:flex-end;background:linear-gradient(135deg,#dffbed,#effff8);border-radius:17px 17px 6px 17px;border-color:rgba(13,183,144,.24)}
.communityDrawerPrivateBubbleV282 p{margin:0;font-size:13.5px;line-height:1.4;white-space:pre-wrap}.communityDrawerPrivateBubbleV282>span{display:flex;justify-content:flex-end;gap:5px;margin-top:5px;color:#6b807a;font-size:9px;font-weight:900}.communityDrawerPrivateBubbleV282>span b.read{color:#0b8f72}
#communityDrawerFooterV282{flex:0 0 auto;position:relative;z-index:5;background:#fff;border-top:1px solid rgba(7,94,84,.11)}
.communityDrawerFooterListV282{padding:12px 12px calc(14px + env(safe-area-inset-bottom,0px))}
.communityDrawerFooterListV282>button{width:100%;min-height:48px;border:0;border-radius:16px;background:#e5f8f1;color:#075e54;font:inherit;font-weight:950;cursor:pointer}
.communityDrawerFooterThreadV282{padding:7px 8px calc(8px + env(safe-area-inset-bottom,0px))}
.communityDrawerPrivateComposerV282{display:grid;grid-template-columns:minmax(0,1fr) 46px;gap:7px;margin:0}
.communityDrawerPrivateComposerV282 textarea{width:100%;min-height:46px;max-height:110px;resize:none;border:1px solid rgba(7,94,84,.16);border-radius:18px;padding:11px 12px;background:#fbfffd;color:#132320;font:inherit;font-size:16px;line-height:1.35;outline:none}.communityDrawerPrivateComposerV282 textarea:focus{border-color:#0db790;box-shadow:0 0 0 3px rgba(13,183,144,.1)}
.communityDrawerPrivateComposerV282 button{border:0;border-radius:17px;background:#0db790;color:#fff;font:inherit;font-size:22px;font-weight:1000;cursor:pointer}.communityDrawerPrivateComposerV282 button:disabled,.communityDrawerPrivateComposerV282 textarea:disabled{opacity:.55}
.communityDrawerPrivateBlockedV282{margin:0 0 6px;padding:8px 10px;border-radius:13px;background:#fff2f2;color:#991b1b;font-size:11px;font-weight:850;text-align:center}
.profileMailIconV281{z-index:8!important}
@media(max-width:760px){
  .communityDrawerHeaderListV282{padding:calc(18px + env(safe-area-inset-top,0px)) 18px 18px;min-height:120px}
  .communityDrawerHeaderThreadV282{padding:calc(9px + env(safe-area-inset-top,0px)) 8px 9px;min-height:calc(70px + env(safe-area-inset-top,0px))}
  .communityDrawerPrivateBubbleV282{max-width:88%}
}


/* v297: hashtags navegables en mensajes privados */
.privateTagLinkV297{color:#087a6d;font-weight:1000;text-decoration:none;background:#e4f7f0;border-radius:7px;padding:1px 4px;display:inline-block}
.privateTagLinkV297:hover,.privateTagLinkV297:focus{background:#c9efe2;text-decoration:underline;outline:none}
