#pnfb-chat-root{position:fixed;right:18px;bottom:18px;z-index:999999;font-family:inherit;color:#18181b}#pnfb-chat-root *{box-sizing:border-box}.pnfb-main-button{width:54px;height:54px;border:0;border-radius:50%;background:#111;color:#fff;box-shadow:0 12px 34px rgba(0,0,0,.24);padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease}.pnfb-main-button:hover{transform:translateY(-1px);box-shadow:0 15px 38px rgba(0,0,0,.28)}.pnfb-main-button svg{width:25px;height:25px;fill:currentColor}.pnfb-total-unread{position:absolute;right:-4px;top:-6px;background:#d80566;color:#fff;min-width:20px;height:20px;border-radius:999px;font-size:11px;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff;font-weight:700}.pnfb-dock{position:relative}.pnfb-panel{position:absolute;right:0;bottom:64px;width:335px;max-width:calc(100vw - 28px);background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 45px rgba(0,0,0,.20);border-radius:18px;overflow:hidden}.pnfb-panel-header{height:52px;padding:0 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f2}.pnfb-panel-header strong{font-size:17px}.pnfb-panel-close,.pnfb-chat-close{border:0;background:transparent;font-size:24px;line-height:1;cursor:pointer;color:#777}.pnfb-search-wrap{padding:12px;border-bottom:1px solid #f5f5f6}.pnfb-user-search{width:100%;border:1px solid #ececf0!important;background:#f6f6f8!important;border-radius:999px!important;padding:10px 14px!important;outline:none!important;height:40px!important;box-shadow:none!important}.pnfb-users{max-height:360px;overflow:auto;padding:6px}.pnfb-empty{padding:22px 16px;text-align:center;color:#777;font-size:13px}.pnfb-user-row{width:100%;border:0;background:#fff;border-radius:14px;padding:9px 10px;display:flex;align-items:center;gap:10px;cursor:pointer;text-align:left}.pnfb-user-row:hover{background:#f7f7f9}.pnfb-avatar-wrap{position:relative;flex:0 0 auto;display:inline-flex}.pnfb-avatar-wrap img{width:40px;height:40px;border-radius:50%;object-fit:cover;display:block}.pnfb-online-dot{position:absolute;right:0;bottom:0;width:11px;height:11px;border-radius:50%;background:#23c45e;border:2px solid #fff}.pnfb-user-info{min-width:0;display:flex;flex-direction:column;line-height:1.2}.pnfb-user-info strong,.pnfb-chat-user strong{font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:205px;display:flex;align-items:center;gap:5px}.pnfb-user-info small{font-size:12px;color:#7a7a82;margin-top:3px}.pnfb-verified{display:inline-flex!important;align-items:center;justify-content:center;width:15px;height:15px;min-width:15px;border-radius:50%;background:#1d9bf0;color:#fff;font-size:10px;line-height:15px;font-weight:800}.pnfb-row-unread{margin-left:auto;background:#d80566;color:#fff;border-radius:999px;min-width:20px;height:20px;font-size:11px;display:flex;align-items:center;justify-content:center;padding:0 6px}.pnfb-windows{position:fixed;right:18px;bottom:84px;z-index:999998;display:flex;flex-direction:row-reverse;gap:12px;align-items:flex-end;pointer-events:none}.pnfb-chat-window{width:330px;max-width:calc(100vw - 28px);height:455px;background:#fff;border:1px solid rgba(0,0,0,.08);box-shadow:0 18px 45px rgba(0,0,0,.22);border-radius:18px;overflow:hidden;display:flex;flex-direction:column;pointer-events:auto}.pnfb-chat-head{height:56px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f0f0f2;background:#fff}.pnfb-chat-user{display:flex;align-items:center;gap:9px;min-width:0}.pnfb-messages{flex:1;overflow:auto;background:#f5f5f7;padding:12px}.pnfb-loading{height:24px;width:24px;border:3px solid #ddd;border-top-color:#111;border-radius:50%;animation:pnfbspin .8s linear infinite;margin:40px auto}@keyframes pnfbspin{to{transform:rotate(360deg)}}.pnfb-msg{display:flex;margin:7px 0}.pnfb-msg.mine{justify-content:flex-end}.pnfb-msg.theirs{justify-content:flex-start}.pnfb-bubble{max-width:80%;padding:8px 10px;border-radius:17px;background:#fff;color:#111;font-size:13px;line-height:1.35;box-shadow:0 1px 3px rgba(0,0,0,.04);word-break:break-word;overflow:hidden}.pnfb-msg.mine .pnfb-bubble{background:#d80566;color:#fff;border-bottom-right-radius:5px}.pnfb-msg.theirs .pnfb-bubble{border-bottom-left-radius:5px}.pnfb-bubble span{display:block;font-size:10px;opacity:.7;margin-top:4px;text-align:right}.pnfb-media{display:block;max-width:220px;width:100%;border-radius:13px;overflow:hidden;background:#000}.pnfb-img img{display:block;width:100%;height:auto;max-height:220px;object-fit:cover}.pnfb-bubble audio{width:210px;background:transparent}.pnfb-bubble video{max-height:230px}.pnfb-file{display:inline-flex;padding:9px 10px;border-radius:12px;background:rgba(0,0,0,.07);color:inherit;text-decoration:none}.pnfb-text{margin-top:3px}.pnfb-form{display:flex;gap:7px;padding:10px;background:#fff;border-top:1px solid #f0f0f2;align-items:center}.pnfb-form input[type=text]{height:38px!important;flex:1;border:1px solid #eee!important;background:#f7f7f9!important;border-radius:999px!important;padding:0 13px!important;box-shadow:none!important;outline:none!important;min-width:0}.pnfb-form button{height:38px;border:0;border-radius:999px;background:#111;color:#fff;font-size:13px;font-weight:700;cursor:pointer}.pnfb-send{padding:0 14px}.pnfb-attach{width:38px;min-width:38px;font-size:23px;line-height:1;background:#f1f1f4!important;color:#111!important}.pnfb-review-message{margin-left:8px;border:0!important;background:#f3f3f6!important;color:#333!important;border-radius:999px!important;width:28px!important;height:28px!important;padding:0!important;vertical-align:middle;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center}.pnfb-review-message svg{width:15px;height:15px;fill:currentColor}.pnfb-review-message:hover{background:#111!important;color:#fff!important}.pnfb-review-message:disabled{opacity:.55;cursor:default}@media(max-width:768px){#pnfb-chat-root{right:12px;bottom:12px}.pnfb-panel{width:calc(100vw - 24px);bottom:62px}.pnfb-windows{right:12px;bottom:76px;left:12px;display:block}.pnfb-chat-window{width:100%;height:62vh;margin-top:10px}.pnfb-chat-user strong{max-width:220px}}

/* PrideNear Chat v7 - mejoras de fluidez, voz, eliminar y visor */
.pnfb-chat-actions{display:flex;align-items:center;gap:4px;flex:0 0 auto}.pnfb-chat-delete{border:0;background:transparent;color:#777;width:32px;height:32px;border-radius:50%;cursor:pointer;font-size:15px;line-height:1;display:flex;align-items:center;justify-content:center}.pnfb-chat-delete:hover{background:#f2f2f4;color:#111}.pnfb-chat-close{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center}.pnfb-chat-close:hover{background:#f2f2f4;color:#111}.pnfb-bubble{position:relative;padding-right:24px}.pnfb-msg-delete{position:absolute;right:5px;top:5px;width:18px;height:18px;border:0;border-radius:50%;background:rgba(0,0,0,.08);color:inherit;font-size:13px;line-height:16px;display:none;align-items:center;justify-content:center;cursor:pointer;padding:0}.pnfb-msg:hover .pnfb-msg-delete{display:flex}.pnfb-msg.mine .pnfb-msg-delete{background:rgba(255,255,255,.22);color:#fff}.pnfb-msg-delete:hover{transform:scale(1.05);background:rgba(0,0,0,.18)}.pnfb-media.pnfb-img{border:0;padding:0;cursor:zoom-in;text-align:left;display:block;max-width:220px;width:100%;background:#000;border-radius:13px;overflow:hidden}.pnfb-lightbox{position:fixed;inset:0;background:rgba(0,0,0,.86);z-index:10000000;display:flex;align-items:center;justify-content:center;padding:22px}.pnfb-lightbox img{max-width:min(96vw,1100px);max-height:92vh;border-radius:14px;box-shadow:0 25px 80px rgba(0,0,0,.45);object-fit:contain;background:#111}.pnfb-lightbox-close{position:absolute;top:16px;right:18px;width:42px;height:42px;border:0;border-radius:50%;background:rgba(255,255,255,.14);color:#fff;font-size:30px;line-height:1;cursor:pointer}.pnfb-lightbox-close:hover{background:rgba(255,255,255,.24)}.pnfb-voice{width:38px;min-width:38px;background:#f1f1f4!important;color:#111!important;font-size:16px!important;padding:0!important}.pnfb-voice.recording{background:#d80566!important;color:#fff!important;animation:pnfbpulse 1s infinite}@keyframes pnfbpulse{0%,100%{transform:scale(1)}50%{transform:scale(1.08)}}@media(max-width:768px){.pnfb-lightbox{padding:12px}.pnfb-lightbox-close{top:10px;right:10px}}


/* PrideNear v9: botón Mensaje al costado del nombre de la reseña */
.rz-comment-user{
    display:flex!important;
    align-items:center!important;
    flex-wrap:wrap!important;
    gap:6px!important;
}
.rz-comment-user .rz-comment-name{
    display:inline-flex!important;
    align-items:center!important;
}
.pnfb-review-message{
    margin-left:6px!important;
    border:1px solid rgba(216,5,102,.14)!important;
    background:rgba(216,5,102,.08)!important;
    color:#d80566!important;
    border-radius:999px!important;
    min-width:auto!important;
    width:auto!important;
    height:26px!important;
    padding:0 9px!important;
    vertical-align:middle!important;
    cursor:pointer!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    font-size:11px!important;
    font-weight:700!important;
    line-height:1!important;
    box-shadow:none!important;
}
.pnfb-review-message svg{
    width:13px!important;
    height:13px!important;
    fill:currentColor!important;
    flex:0 0 auto!important;
}
.pnfb-review-message span{
    display:inline-block!important;
}
.pnfb-review-message:hover{
    background:#d80566!important;
    border-color:#d80566!important;
    color:#fff!important;
}
.pnfb-review-message:disabled{
    opacity:.55!important;
    cursor:default!important;
}
@media(max-width:560px){
    .pnfb-review-message{
        height:24px!important;
        padding:0 8px!important;
        font-size:10.5px!important;
    }
}


/* PrideNear Chat v10 - eliminar para todos, ajustes, bloqueo y voz premium */
.pnfb-chat-settings,.pnfb-chat-block,.pnfb-chat-delete,.pnfb-chat-close{
    width:30px!important;height:30px!important;border:0!important;border-radius:50%!important;background:transparent!important;color:#777!important;
    display:inline-flex!important;align-items:center!important;justify-content:center!important;text-decoration:none!important;cursor:pointer!important;font-size:15px!important;line-height:1!important;padding:0!important;
}
.pnfb-chat-settings:hover,.pnfb-chat-block:hover,.pnfb-chat-delete:hover,.pnfb-chat-close:hover{background:#f2f2f4!important;color:#111!important}.pnfb-chat-block{font-size:18px!important}.pnfb-chat-settings{font-size:15px!important}.pnfb-form-disabled{justify-content:center!important}.pnfb-blocked-note{width:100%;font-size:12px;font-weight:700;color:#777;text-align:center;background:#f6f6f8;border-radius:14px;padding:10px 12px}.pnfb-msg.mine .pnfb-msg-delete::after{content:'Todos';position:absolute;right:21px;top:0;background:rgba(0,0,0,.55);color:#fff;font-size:9px;border-radius:999px;padding:2px 5px;opacity:0;transform:translateX(4px);transition:.15s;white-space:nowrap}.pnfb-msg.mine:hover .pnfb-msg-delete::after{opacity:1;transform:translateX(0)}
.pnfb-voice{position:relative!important;width:38px!important;min-width:38px!important;background:#f1f1f4!important;color:#111!important;font-size:0!important;padding:0!important;overflow:hidden!important}.pnfb-voice span,.pnfb-voice b{display:block;width:13px;height:18px;border:2px solid currentColor;border-radius:9px;margin:auto;position:relative}.pnfb-voice span:after,.pnfb-voice b:after{content:'';position:absolute;left:50%;bottom:-7px;width:12px;height:7px;border-bottom:2px solid currentColor;border-left:2px solid transparent;border-right:2px solid transparent;transform:translateX(-50%);border-radius:0 0 8px 8px}.pnfb-voice span:before,.pnfb-voice b:before{content:'';position:absolute;left:50%;bottom:-10px;width:2px;height:5px;background:currentColor;transform:translateX(-50%)}.pnfb-voice.recording{background:#d80566!important;color:#fff!important;animation:pnfbpulse 1s infinite}.pnfb-voice.recording b{width:13px;height:13px;border:0;border-radius:3px;background:#fff}.pnfb-voice.recording b:before,.pnfb-voice.recording b:after{display:none}.pnfb-recording-label{position:absolute;bottom:54px;left:50%;transform:translateX(-50%);background:#111;color:#fff;border-radius:999px;padding:7px 12px;font-size:12px;font-weight:700;box-shadow:0 8px 24px rgba(0,0,0,.2);white-space:nowrap}.pnfb-audio-card{display:flex;align-items:center;gap:8px;background:rgba(255,255,255,.12);border-radius:15px;padding:7px 8px;min-width:210px}.pnfb-msg.theirs .pnfb-audio-card{background:#f1f1f4}.pnfb-audio-icon{display:inline-flex!important;width:28px!important;height:28px!important;min-width:28px!important;border-radius:50%!important;background:#111!important;color:#fff!important;align-items:center!important;justify-content:center!important;font-size:12px!important;margin:0!important;opacity:1!important}.pnfb-msg.mine .pnfb-audio-icon{background:#fff!important;color:#d80566!important}.pnfb-audio-player{width:170px!important;height:34px!important;background:transparent!important}.pnfb-bubble audio::-webkit-media-controls-panel{background:transparent!important}.pnfb-bubble audio{filter:none!important}.pnfb-lightbox{z-index:100000000!important}.pnfb-lightbox img{z-index:100000001!important}.pnfb-lightbox-close{z-index:100000002!important}
@media(max-width:768px){.pnfb-windows{display:block!important}.pnfb-chat-window{position:relative!important;width:100%!important}.pnfb-chat-actions{gap:1px!important}.pnfb-chat-settings,.pnfb-chat-block,.pnfb-chat-delete,.pnfb-chat-close{width:28px!important;height:28px!important}.pnfb-recording-label{bottom:58px}}


/* PrideNear chat v11 interface fixes */
.pnfb-chat-settings{display:none!important}
.pnfb-review-message{
    margin-left:8px!important;
    min-width:30px!important;
    width:auto!important;
    height:26px!important;
    padding:0 8px!important;
    border:1px solid rgba(216,5,102,.16)!important;
    background:rgba(216,5,102,.07)!important;
    color:#d80566!important;
    border-radius:999px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    gap:5px!important;
    line-height:1!important;
    transform:translateY(-1px)!important;
    box-shadow:none!important;
}
.pnfb-review-message svg{width:14px!important;height:14px!important;display:block!important;fill:currentColor!important;flex:0 0 auto!important}
.pnfb-review-message span{font-size:11px!important;font-weight:700!important;display:inline-block!important;color:inherit!important;line-height:1!important}
.pnfb-review-message:hover{background:#d80566!important;color:#fff!important;border-color:#d80566!important;transform:translateY(-2px)!important}

.pnfb-audio-bubble{display:flex;align-items:center;width:230px;max-width:100%;padding:5px 7px;border-radius:16px;background:rgba(255,255,255,.18);overflow:hidden}
.pnfb-msg.theirs .pnfb-audio-bubble{background:#fff;border:1px solid rgba(0,0,0,.06)}
.pnfb-audio-bubble audio,.pnfb-audio-player{width:100%!important;min-width:185px!important;height:36px!important;display:block!important;background:transparent!important;border-radius:999px!important}
.pnfb-bubble:has(.pnfb-audio-bubble){padding:7px 8px 20px 8px!important}
.pnfb-bubble:has(.pnfb-audio-bubble) > span{position:absolute;right:10px;bottom:5px;margin:0!important}
.pnfb-msg.mine .pnfb-bubble:has(.pnfb-audio-bubble){background:#d80566!important;color:#fff!important}
.pnfb-msg.theirs .pnfb-bubble:has(.pnfb-audio-bubble){background:#f6f6f8!important;color:#111!important}

@media(max-width:1024px){
  #pnfb-chat-root{right:14px!important;bottom:calc(82px + env(safe-area-inset-bottom,0px))!important}
  .pnfb-panel{bottom:66px!important;max-height:calc(100vh - 165px)!important}
  .pnfb-windows{right:12px!important;left:12px!important;bottom:calc(92px + env(safe-area-inset-bottom,0px))!important;display:block!important}
  .pnfb-chat-window{width:100%!important;height:calc(100vh - 180px)!important;max-height:62vh!important;margin-top:10px!important}
}
@media(max-width:560px){
  .pnfb-review-message{width:28px!important;min-width:28px!important;height:28px!important;padding:0!important;margin-left:6px!important}
  .pnfb-review-message span{display:none!important}
  .pnfb-review-message svg{width:15px!important;height:15px!important}
  #pnfb-chat-root{right:16px!important;bottom:calc(86px + env(safe-area-inset-bottom,0px))!important}
  .pnfb-windows{bottom:calc(96px + env(safe-area-inset-bottom,0px))!important}
  .pnfb-chat-window{height:calc(100vh - 190px)!important;max-height:64vh!important;border-radius:18px!important}
  .pnfb-form{padding-bottom:12px!important}
}


/* PrideNear chat v12 - limpieza visual de eliminar, microfono y audios */
.pnfb-msg.mine .pnfb-msg-delete::after{content:none!important;display:none!important}
.pnfb-msg-delete{
    position:absolute!important;right:8px!important;top:8px!important;width:24px!important;height:24px!important;
    border:0!important;border-radius:50%!important;background:rgba(255,255,255,.18)!important;color:rgba(255,255,255,.92)!important;
    display:flex!important;align-items:center!important;justify-content:center!important;opacity:0!important;visibility:hidden!important;
    transition:opacity .14s ease,transform .14s ease,background .14s ease!important;transform:scale(.94)!important;padding:0!important;line-height:1!important;
}
.pnfb-msg.theirs .pnfb-msg-delete{background:rgba(0,0,0,.05)!important;color:#888!important}
.pnfb-msg:hover .pnfb-msg-delete,.pnfb-msg:focus-within .pnfb-msg-delete{opacity:1!important;visibility:visible!important;transform:scale(1)!important}
.pnfb-msg-delete:hover{background:rgba(0,0,0,.16)!important;color:#fff!important}
.pnfb-msg-delete svg{width:13px!important;height:13px!important;display:block!important;fill:currentColor!important}
.pnfb-chat-delete svg{width:15px!important;height:15px!important;display:block!important;fill:currentColor!important}
.pnfb-chat-delete{font-size:0!important}

.pnfb-voice{
    width:42px!important;min-width:42px!important;height:42px!important;border-radius:50%!important;border:0!important;
    background:#f3f3f6!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;
    padding:0!important;font-size:0!important;box-shadow:none!important;transition:background .15s ease,transform .15s ease!important;
}
.pnfb-voice:hover{background:#ececf1!important;transform:translateY(-1px)!important}
.pnfb-voice svg{width:21px!important;height:21px!important;display:block!important;fill:currentColor!important}
.pnfb-voice.recording{background:#d80566!important;color:#fff!important;animation:pnfbpulse 1s infinite!important}
.pnfb-voice.recording svg{width:18px!important;height:18px!important}
.pnfb-voice span,.pnfb-voice b,.pnfb-voice span:before,.pnfb-voice span:after,.pnfb-voice b:before,.pnfb-voice b:after{display:none!important;content:none!important}
.pnfb-recording-label{bottom:56px!important;background:#d80566!important;color:#fff!important;border-radius:999px!important;padding:7px 12px!important;font-size:12px!important;font-weight:800!important;box-shadow:0 10px 26px rgba(216,5,102,.25)!important}

.pnfb-audio-bubble{
    width:245px!important;max-width:min(245px,72vw)!important;padding:6px 8px!important;border-radius:18px!important;
    background:rgba(255,255,255,.18)!important;border:1px solid rgba(255,255,255,.18)!important;display:flex!important;align-items:center!important;overflow:hidden!important;
}
.pnfb-msg.theirs .pnfb-audio-bubble{background:#fff!important;border:1px solid rgba(0,0,0,.06)!important;box-shadow:0 1px 0 rgba(0,0,0,.03)!important}
.pnfb-audio-bubble audio,.pnfb-audio-player{
    width:100%!important;height:34px!important;min-width:190px!important;display:block!important;background:transparent!important;border:0!important;outline:none!important;
}
.pnfb-bubble:has(.pnfb-audio-bubble){padding:8px 9px 23px 9px!important;border-radius:20px!important}
.pnfb-bubble:has(.pnfb-audio-bubble) > span{right:12px!important;bottom:6px!important;font-size:11px!important;opacity:.82!important}
.pnfb-msg.mine .pnfb-bubble:has(.pnfb-audio-bubble){background:#d80566!important;color:#fff!important}
.pnfb-msg.theirs .pnfb-bubble:has(.pnfb-audio-bubble){background:#f6f6f8!important;color:#111!important}
.pnfb-msg.mine .pnfb-audio-player::-webkit-media-controls-panel{background-color:#d80566!important}
.pnfb-msg.theirs .pnfb-audio-player::-webkit-media-controls-panel{background-color:#fff!important}

.pnfb-review-message{background:#f5f5f7!important;border-color:rgba(0,0,0,.06)!important;color:#d80566!important;box-shadow:0 1px 3px rgba(0,0,0,.04)!important}
.pnfb-review-message:hover{background:#d80566!important;color:#fff!important;border-color:#d80566!important}
.pnfb-review-message svg{width:15px!important;height:15px!important}

@media(max-width:768px){
  .pnfb-msg-delete{opacity:1!important;visibility:visible!important;right:7px!important;top:7px!important;width:22px!important;height:22px!important;background:rgba(0,0,0,.08)!important;color:#fff!important}
  .pnfb-msg.theirs .pnfb-msg-delete{color:#777!important;background:rgba(0,0,0,.04)!important}
  .pnfb-audio-bubble{width:220px!important;max-width:68vw!important}
  .pnfb-voice{width:42px!important;min-width:42px!important;height:42px!important}
}


/* PrideNear Chat v13 - mejoras finales solicitadas */
#pnfb-chat-root.pnfb-hidden-by-modal,
.pnfb-windows.pnfb-hidden-by-modal{display:none!important;}
@media(max-width:1024px){
  #pnfb-chat-root{right:14px!important;bottom:92px!important;position:fixed!important;}
  .pnfb-windows{right:12px!important;left:12px!important;bottom:150px!important;position:fixed!important;}
  .pnfb-chat-window{max-height:calc(100vh - 190px)!important;height:min(62vh,520px)!important;}
}
.pnfb-chat-actions{gap:6px!important;}
.pnfb-chat-delete{width:auto!important;height:30px!important;border-radius:999px!important;padding:0 10px!important;background:#f4f4f6!important;color:#3f3f46!important;font-size:11px!important;font-weight:800!important;letter-spacing:.01em!important;}
.pnfb-chat-delete span{display:inline!important;}
.pnfb-chat-delete:hover{background:#111!important;color:#fff!important;}
.pnfb-chat-block{border:0!important;background:#f4f4f6!important;color:#6f6f76!important;width:30px!important;height:30px!important;border-radius:50%!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important;padding:0!important;}
.pnfb-chat-block svg{width:15px!important;height:15px!important;fill:currentColor!important;}
.pnfb-chat-block:hover{background:#fff0f6!important;color:#d80566!important;}
.pnfb-chat-close{font-size:22px!important;color:#777!important;}
.pnfb-msg-delete{right:-7px!important;top:-7px!important;width:22px!important;height:22px!important;background:#fff!important;color:#71717a!important;border:1px solid rgba(0,0,0,.08)!important;box-shadow:0 5px 14px rgba(0,0,0,.13)!important;display:flex!important;opacity:0;transform:scale(.92);transition:opacity .15s ease,transform .15s ease,background .15s ease,color .15s ease;}
.pnfb-msg:hover .pnfb-msg-delete,.pnfb-msg .pnfb-msg-delete:focus{opacity:1;transform:scale(1);}
.pnfb-msg.mine .pnfb-msg-delete{background:#fff!important;color:#d80566!important;}
.pnfb-msg-delete svg{width:12px!important;height:12px!important;fill:currentColor!important;}
@media(max-width:768px){.pnfb-msg-delete{opacity:1!important;transform:scale(1)!important;}}
.pnfb-action-sheet{position:fixed;inset:0;z-index:10000050;background:rgba(17,17,17,.28);display:flex;align-items:flex-end;justify-content:center;padding:18px;}
.pnfb-action-card{width:min(360px,100%);background:#fff;border-radius:22px;padding:10px;box-shadow:0 24px 80px rgba(0,0,0,.28);}
.pnfb-action-title{text-align:center;font-weight:800;color:#18181b;padding:10px 8px 12px;font-size:14px;}
.pnfb-action-btn,.pnfb-action-cancel{width:100%;height:46px;border:0;border-radius:14px;background:#f5f5f7;color:#18181b;font-weight:800;margin:4px 0;cursor:pointer;font-size:14px;}
.pnfb-action-btn:hover,.pnfb-action-cancel:hover{background:#ededf0;}
.pnfb-action-btn.pnfb-danger{background:#fff0f6;color:#d80566;}
.pnfb-action-btn.pnfb-danger:hover{background:#ffddea;}
.pnfb-action-cancel{background:#111;color:#fff;margin-top:8px;}
.pnfb-audio-bubble{display:flex!important;align-items:center!important;gap:8px!important;min-width:230px!important;max-width:255px!important;padding:8px!important;border-radius:16px!important;background:rgba(255,255,255,.92)!important;color:#111!important;box-shadow:inset 0 0 0 1px rgba(0,0,0,.05)!important;}
.pnfb-msg.mine .pnfb-audio-bubble{background:rgba(255,255,255,.18)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)!important;}
.pnfb-audio-dot{width:30px;height:30px;min-width:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#111;color:#fff;}
.pnfb-msg.mine .pnfb-audio-dot{background:#fff;color:#d80566;}
.pnfb-audio-dot svg{width:15px;height:15px;fill:currentColor;}
.pnfb-audio-player{width:178px!important;height:34px!important;display:block!important;filter:none!important;}
.pnfb-audio-player::-webkit-media-controls-panel{background-color:#f4f4f6!important;border-radius:999px!important;}
.pnfb-msg.mine .pnfb-audio-player::-webkit-media-controls-panel{background-color:#fff!important;}
.pnfb-voice{border-radius:50%!important;background:#f3f3f6!important;color:#111!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;}
.pnfb-voice svg{width:20px!important;height:20px!important;fill:currentColor!important;}
.pnfb-voice:hover{background:#ededf0!important;}
.pnfb-voice.recording{background:#d80566!important;color:#fff!important;box-shadow:0 0 0 6px rgba(216,5,102,.13)!important;}
.pnfb-recording-label{position:absolute;bottom:58px;left:50%;transform:translateX(-50%);background:#111;color:#fff;padding:7px 12px;border-radius:999px;font-size:12px;font-weight:800;box-shadow:0 8px 24px rgba(0,0,0,.2);white-space:nowrap;}
.pnfb-form{position:relative!important;}
.pnfb-review-message{background:#111!important;color:#fff!important;border:0!important;border-radius:999px!important;padding:0 8px!important;height:25px!important;box-shadow:0 4px 14px rgba(0,0,0,.14)!important;}
.pnfb-review-message span{font-size:10px!important;font-weight:800!important;}
.pnfb-review-message svg{width:13px!important;height:13px!important;fill:currentColor!important;}
.pnfb-review-message:hover{background:#d80566!important;color:#fff!important;}


/* PrideNear Chat v14 - confirmaciones claras y audio limpio */
.pnfb-action-sheet{z-index:2147483000!important;backdrop-filter:blur(2px)!important;}
.pnfb-action-card{border-radius:22px!important;padding:12px!important;}
.pnfb-action-title{font-size:15px!important;padding:12px 8px 14px!important;}
.pnfb-action-btn,.pnfb-action-cancel{height:48px!important;border-radius:15px!important;font-size:14px!important;}
.pnfb-action-btn.pnfb-danger{background:#111!important;color:#fff!important;}
.pnfb-action-btn.pnfb-danger:hover{background:#d80566!important;color:#fff!important;}
.pnfb-action-cancel{background:#f3f3f6!important;color:#18181b!important;}

.pnfb-chat-delete{
  display:inline-flex!important;align-items:center!important;gap:6px!important;height:30px!important;padding:0 10px!important;
  border-radius:999px!important;background:#f5f5f7!important;color:#3f3f46!important;border:0!important;
  font-size:11px!important;font-weight:800!important;letter-spacing:0!important;box-shadow:none!important;
}
.pnfb-chat-delete svg{width:13px!important;height:13px!important;fill:currentColor!important;display:block!important;}
.pnfb-chat-delete span{display:inline!important;}
.pnfb-chat-delete:hover{background:#111!important;color:#fff!important;}

.pnfb-audio-bubble{
  display:block!important;width:230px!important;max-width:min(230px,70vw)!important;min-width:0!important;
  padding:0!important;margin:0!important;border:0!important;outline:0!important;box-shadow:none!important;
  background:transparent!important;color:inherit!important;border-radius:0!important;overflow:visible!important;
}
.pnfb-msg.mine .pnfb-audio-bubble,
.pnfb-msg.theirs .pnfb-audio-bubble{background:transparent!important;border:0!important;box-shadow:none!important;}
.pnfb-audio-dot{display:none!important;}
.pnfb-audio-player,
.pnfb-audio-bubble audio{
  width:100%!important;height:36px!important;min-width:0!important;display:block!important;border:0!important;outline:0!important;
  box-shadow:none!important;background:transparent!important;border-radius:999px!important;filter:none!important;
}
.pnfb-audio-player::-webkit-media-controls-enclosure{border-radius:999px!important;background:transparent!important;}
.pnfb-audio-player::-webkit-media-controls-panel{border:0!important;box-shadow:none!important;border-radius:999px!important;background-color:#f4f4f6!important;}
.pnfb-msg.mine .pnfb-audio-player::-webkit-media-controls-panel{background-color:#fff!important;}
.pnfb-bubble:has(.pnfb-audio-bubble){padding:9px 10px 24px 10px!important;}
.pnfb-msg.mine .pnfb-bubble:has(.pnfb-audio-bubble){background:#d80566!important;color:#fff!important;}
.pnfb-msg.theirs .pnfb-bubble:has(.pnfb-audio-bubble){background:#fff!important;color:#111!important;}

#pnfb-chat-root.pnfb-hidden-by-modal,
.pnfb-windows.pnfb-hidden-by-modal{display:none!important;visibility:hidden!important;pointer-events:none!important;}
@media(max-width:1024px){
  #pnfb-chat-root{position:fixed!important;right:14px!important;bottom:calc(96px + env(safe-area-inset-bottom,0px))!important;transform:none!important;}
  .pnfb-windows{position:fixed!important;left:12px!important;right:12px!important;bottom:calc(154px + env(safe-area-inset-bottom,0px))!important;transform:none!important;}
}
@media(max-width:560px){
  .pnfb-chat-delete span{display:none!important;}
  .pnfb-chat-delete{width:30px!important;padding:0!important;justify-content:center!important;}
  .pnfb-audio-bubble{width:205px!important;max-width:62vw!important;}
}


/* PrideNear Chat v15 - modal de eliminación centrado e iconos claros */
.pnfb-action-sheet{
  position:fixed!important;
  inset:0!important;
  z-index:10000080!important;
  background:rgba(12,12,16,.42)!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:22px!important;
  backdrop-filter:blur(2px);
}
.pnfb-action-card{
  width:min(360px,calc(100vw - 36px))!important;
  background:#fff!important;
  border-radius:24px!important;
  padding:14px!important;
  box-shadow:0 30px 90px rgba(0,0,0,.34)!important;
  transform:translateY(0)!important;
  animation:pnfbActionPop .16s ease-out;
}
@keyframes pnfbActionPop{from{opacity:0;transform:scale(.96)}to{opacity:1;transform:scale(1)}}
.pnfb-action-title{
  text-align:center!important;
  font-weight:800!important;
  color:#17171b!important;
  padding:8px 8px 14px!important;
  font-size:15px!important;
}
.pnfb-action-title:before{
  content:"";
  display:block;
  width:44px;
  height:44px;
  border-radius:50%;
  margin:0 auto 10px;
  background:#fff1f5;
  box-shadow:inset 0 0 0 1px rgba(216,5,102,.08);
}
.pnfb-action-title:after{
  content:"";
  position:absolute;
}
.pnfb-action-btn,.pnfb-action-cancel{
  width:100%!important;
  min-height:48px!important;
  border:0!important;
  border-radius:15px!important;
  background:#f6f6f8!important;
  color:#1f1f23!important;
  font-size:14px!important;
  font-weight:700!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  margin:7px 0!important;
  cursor:pointer!important;
}
.pnfb-action-btn:before{content:"";width:18px;height:18px;display:inline-block;background:currentColor;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-2 6h10l-.7 10.2A2 2 0 0 1 14.3 21H9.7a2 2 0 0 1-2-1.8L7 9Zm3 2v7h1.5v-7H10Zm2.5 0v7H14v-7h-1.5Z'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3h6l1 2h4v2H4V5h4l1-2Zm-2 6h10l-.7 10.2A2 2 0 0 1 14.3 21H9.7a2 2 0 0 1-2-1.8L7 9Zm3 2v7h1.5v-7H10Zm2.5 0v7H14v-7h-1.5Z'/%3E%3C/svg%3E") center/contain no-repeat;}
.pnfb-action-btn.pnfb-danger{
  background:#d80566!important;
  color:#fff!important;
}
.pnfb-action-cancel{
  background:#fff!important;
  color:#686873!important;
  box-shadow:inset 0 0 0 1px #ececf0!important;
}
.pnfb-msg-delete{
  width:26px!important;
  height:26px!important;
  right:6px!important;
  top:6px!important;
  border-radius:50%!important;
  background:rgba(255,255,255,.92)!important;
  color:#d80566!important;
  box-shadow:0 4px 14px rgba(0,0,0,.16)!important;
  opacity:0!important;
  display:flex!important;
  transform:scale(.92)!important;
  transition:opacity .14s ease,transform .14s ease,background .14s ease!important;
}
.pnfb-msg:hover .pnfb-msg-delete,.pnfb-msg:focus-within .pnfb-msg-delete{opacity:1!important;transform:scale(1)!important;}
.pnfb-msg-delete svg{width:15px!important;height:15px!important;fill:currentColor!important;}
.pnfb-msg-delete:hover{background:#d80566!important;color:#fff!important;transform:scale(1.06)!important;}
.pnfb-msg.mine .pnfb-msg-delete{background:rgba(255,255,255,.95)!important;color:#d80566!important;}
.pnfb-chat-delete{
  width:34px!important;
  height:34px!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#7b7b84!important;
  padding:0!important;
}
.pnfb-chat-delete span{display:none!important;}
.pnfb-chat-delete svg{width:18px!important;height:18px!important;fill:currentColor!important;}
.pnfb-chat-delete:hover{background:#fff1f5!important;color:#d80566!important;}
@media(max-width:768px){
  .pnfb-msg-delete{opacity:1!important;transform:scale(1)!important;}
  .pnfb-action-sheet{align-items:center!important;padding:18px!important;}
}


/* PrideNear Chat v16 - IDs, notificaciones, avatares por burbuja y minimizar/restaurar */
.pnfb-window-minimized{display:none!important;}
.pnfb-msg{display:flex!important;align-items:flex-end!important;gap:6px!important;margin:7px 0!important;}
.pnfb-msg.mine{flex-direction:row-reverse!important;}
.pnfb-msg-avatar{width:20px!important;height:20px!important;min-width:20px!important;border-radius:50%!important;overflow:hidden!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;margin-bottom:2px!important;background:#eee!important;box-shadow:0 1px 3px rgba(0,0,0,.08)!important;}
.pnfb-msg-avatar img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;border-radius:50%!important;}
.pnfb-msg.mine .pnfb-msg-avatar{margin-left:2px!important;}
.pnfb-msg.theirs .pnfb-msg-avatar{margin-right:2px!important;}
.pnfb-bubble{max-width:calc(100% - 32px)!important;}
.pnfb-main-button:after{content:"";position:absolute;inset:-8px;border-radius:50%;pointer-events:none;}
.pnfb-main-button{position:relative!important;}
@media(max-width:768px){
  .pnfb-msg-avatar{width:18px!important;height:18px!important;min-width:18px!important;}
  .pnfb-bubble{max-width:calc(100% - 28px)!important;}
}

/* PrideNear Chat v17 - corregir alineación con avatares */
.pnfb-msg.mine{
  flex-direction:row-reverse!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.pnfb-msg.theirs{
  flex-direction:row!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.pnfb-msg.mine .pnfb-bubble{
  margin-left:auto!important;
  margin-right:0!important;
  border-bottom-right-radius:6px!important;
  border-bottom-left-radius:17px!important;
}
.pnfb-msg.theirs .pnfb-bubble{
  margin-right:auto!important;
  margin-left:0!important;
  border-bottom-left-radius:6px!important;
  border-bottom-right-radius:17px!important;
}
.pnfb-msg.mine .pnfb-msg-avatar{
  margin-left:6px!important;
  margin-right:0!important;
}
.pnfb-msg.theirs .pnfb-msg-avatar{
  margin-right:6px!important;
  margin-left:0!important;
}
.pnfb-messages .pnfb-msg{width:100%!important;}
@media(max-width:768px){
  .pnfb-msg.mine .pnfb-bubble,.pnfb-msg.theirs .pnfb-bubble{max-width:82%!important;}
}

/* PrideNear Chat v18 - alineación definitiva estilo Messenger */
.pnfb-messages .pnfb-msg{
  width:100%!important;
  display:flex!important;
  align-items:flex-end!important;
  gap:6px!important;
  margin:8px 0!important;
  clear:both!important;
}
.pnfb-messages .pnfb-msg.mine{
  flex-direction:row!important;
  justify-content:flex-end!important;
  text-align:left!important;
}
.pnfb-messages .pnfb-msg.theirs{
  flex-direction:row!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.pnfb-messages .pnfb-msg.mine .pnfb-bubble{
  order:1!important;
  margin-left:auto!important;
  margin-right:0!important;
  max-width:72%!important;
  background:#d80566!important;
  color:#fff!important;
  border-bottom-right-radius:6px!important;
  border-bottom-left-radius:17px!important;
}
.pnfb-messages .pnfb-msg.mine .pnfb-msg-avatar{
  order:2!important;
  margin-left:6px!important;
  margin-right:0!important;
}
.pnfb-messages .pnfb-msg.theirs .pnfb-msg-avatar{
  order:1!important;
  margin-right:6px!important;
  margin-left:0!important;
}
.pnfb-messages .pnfb-msg.theirs .pnfb-bubble{
  order:2!important;
  margin-right:auto!important;
  margin-left:0!important;
  max-width:72%!important;
  background:#fff!important;
  color:#111!important;
  border-bottom-left-radius:6px!important;
  border-bottom-right-radius:17px!important;
}
.pnfb-messages .pnfb-msg-avatar{
  flex:0 0 20px!important;
}
@media(max-width:768px){
  .pnfb-messages .pnfb-msg.mine .pnfb-bubble,
  .pnfb-messages .pnfb-msg.theirs .pnfb-bubble{max-width:78%!important;}
  .pnfb-messages .pnfb-msg-avatar{flex-basis:18px!important;}
}

/* PrideNear Chat v19 - alineación real de burbujas */
.pnfb-messages .pnfb-msg{
  width:100%!important;
  max-width:100%!important;
  display:flex!important;
  align-items:flex-end!important;
  gap:7px!important;
  margin:8px 0!important;
  float:none!important;
  clear:both!important;
}
.pnfb-messages .pnfb-msg.mine{
  flex-direction:row!important;
  justify-content:flex-end!important;
  text-align:left!important;
}
.pnfb-messages .pnfb-msg.theirs{
  flex-direction:row!important;
  justify-content:flex-start!important;
  text-align:left!important;
}
.pnfb-messages .pnfb-msg.mine .pnfb-bubble{
  order:1!important;
  margin-left:auto!important;
  margin-right:0!important;
  align-self:flex-end!important;
}
.pnfb-messages .pnfb-msg.mine .pnfb-msg-avatar{
  order:2!important;
  margin-left:2px!important;
  margin-right:0!important;
}
.pnfb-messages .pnfb-msg.theirs .pnfb-msg-avatar{
  order:1!important;
  margin-left:0!important;
  margin-right:2px!important;
}
.pnfb-messages .pnfb-msg.theirs .pnfb-bubble{
  order:2!important;
  margin-left:0!important;
  margin-right:auto!important;
  align-self:flex-start!important;
}
.pnfb-messages .pnfb-msg.mine .pnfb-bubble,
.pnfb-messages .pnfb-msg.theirs .pnfb-bubble{
  max-width:72%!important;
  min-width:0!important;
  float:none!important;
}
.pnfb-messages .pnfb-msg.mine .pnfb-bubble{
  border-bottom-right-radius:6px!important;
  border-bottom-left-radius:18px!important;
}
.pnfb-messages .pnfb-msg.theirs .pnfb-bubble{
  border-bottom-left-radius:6px!important;
  border-bottom-right-radius:18px!important;
}
@media(max-width:768px){
  .pnfb-messages .pnfb-msg.mine .pnfb-bubble,
  .pnfb-messages .pnfb-msg.theirs .pnfb-bubble{max-width:78%!important;}
}

/* PrideNear Chat v20 - rendimiento, múltiples ventanas y limpieza de modal */
.pnfb-action-title:before,
.pnfb-action-title:after{
  content:none!important;
  display:none!important;
}
.pnfb-action-title{
  padding-top:6px!important;
}
@media(max-width:768px){
  .pnfb-windows{
    display:flex!important;
    flex-direction:column-reverse!important;
    gap:10px!important;
    overflow:visible!important;
  }
  .pnfb-chat-window{
    width:100%!important;
    min-height:0!important;
    flex:0 0 auto!important;
  }
  .pnfb-chat-window:not(:last-child){
    max-height:44vh!important;
  }
}
