.ns-wa{position:fixed;right:24px;bottom:24px;z-index:9998;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.ns-wa__trigger{border:1px solid #20bd5a;border-radius:999px;background:#20bd5a;color:#fff;box-shadow:0 6px 18px rgba(7,29,52,.18);padding:10px 15px;display:flex;align-items:center;gap:8px;font-weight:720;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease,background .18s ease}.ns-wa__trigger:hover{transform:translateY(-1px);background:#1fb257;box-shadow:0 8px 22px rgba(7,29,52,.22)}.ns-wa__icon{width:18px;height:18px;display:block;fill:currentColor;stroke:none;flex:0 0 auto}.ns-wa__box{position:absolute;right:0;bottom:62px;width:350px;background:#f7f8f8;border:1px solid rgba(9,30,66,.12);border-radius:16px;overflow:hidden;box-shadow:0 18px 60px rgba(7,29,52,.34);color:#102844}.ns-wa__box header{display:flex;align-items:center;gap:10px;background:#075e54;color:#fff;padding:14px 15px}.ns-wa__avatar{width:36px;height:36px;border:1px solid rgba(255,255,255,.5);border-radius:50%;display:grid;place-items:center}.ns-wa__avatar .ns-wa__icon{width:17px;height:17px}.ns-wa__box header div{display:grid;flex:1;line-height:1.2}.ns-wa__box header strong{font-size:15px}.ns-wa__box header small{font-size:12px;opacity:.84}.ns-wa__box header button{background:none;border:0;color:#fff;font-size:25px;line-height:1;cursor:pointer;padding:5px 3px}.ns-wa__chat{min-height:160px;padding:18px 15px 14px;background-color:#efeae2;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='150' viewBox='0 0 150 150'%3E%3Cg fill='none' stroke='%239aa59f' stroke-opacity='.16' stroke-width='1.1'%3E%3Cpath d='M18 24c6-5 14-4 18 2-3 7-9 10-16 8M91 17l5 5-5 5-5-5zM119 38c5-2 10 1 11 6-4 4-9 4-13 1M30 78c5-5 12-5 17 0l-8 9zM78 65c7 0 11 5 11 11-6 3-12 2-16-3M117 91l8 1-2 8M15 124c4-8 12-10 19-6M69 118l6-8 6 8-6 6zM110 130c6-5 14-4 18 2M48 38l4-7 4 7M133 68c-5 2-8 7-7 12M55 96c-6 3-8 9-6 15'/%3E%3Ccircle cx='111' cy='64' r='4'/%3E%3Ccircle cx='19' cy='53' r='3'/%3E%3Cpath d='M3 98h12M143 18h7M94 145v-11'/%3E%3C/g%3E%3C/svg%3E")}.ns-wa__bubble{display:none;background:#fff;padding:9px 11px;margin:0 0 9px;border-radius:4px 11px 11px 11px;width:max-content;max-width:88%;box-shadow:0 1px 1px rgba(0,0,0,.12);font-size:13px;line-height:1.4;color:#17242e}.ns-wa__bubble.is-visible{display:block}.ns-wa__typing{display:none;width:44px;height:30px;background:#fff;border-radius:4px 11px 11px 11px;box-shadow:0 1px 1px rgba(0,0,0,.12);align-items:center;justify-content:center;gap:3px;margin:0 0 9px}.ns-wa__typing.is-visible{display:flex}.ns-wa__typing i{width:5px;height:5px;border-radius:50%;background:#8696a0;animation:ns-wa-dot 1s infinite ease-in-out}.ns-wa__typing i:nth-child(2){animation-delay:.14s}.ns-wa__typing i:nth-child(3){animation-delay:.28s}@keyframes ns-wa-dot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}.ns-wa__box form{padding:14px 15px 15px;display:grid;gap:11px;background:#fff}.ns-wa__box label{display:grid;gap:5px;font-size:12px;font-weight:650;color:#233b50}.ns-wa__box input,.ns-wa__box textarea{border:1px solid #d8e0e7;border-radius:9px;padding:10px 11px;font:inherit;outline:none;background:#fff}.ns-wa__box input:focus,.ns-wa__box textarea:focus{border-color:#8ab6a8;box-shadow:0 0 0 2px rgba(37,211,102,.08)}.ns-wa__box textarea{min-height:70px;resize:vertical}.ns-wa__box form button{border:0;border-radius:9px;background:#20bd5a;color:#fff;padding:12px;font-weight:750;cursor:pointer}.ns-wa__box[hidden]{display:none!important}body.admin-bar .ns-wa{bottom:24px}@media(max-width:600px){.ns-wa{right:14px;bottom:16px}.ns-wa__trigger{width:46px;height:46px;padding:0;display:grid;place-items:center}.ns-wa__trigger b{display:none}.ns-wa__box{position:fixed;left:12px;right:12px;bottom:76px;width:auto;max-height:calc(100vh - 92px);overflow:auto}.ns-wa__chat{min-height:145px}}

/* Conversación guiada configurable */
.ns-wa__chat{max-height:430px;overflow:auto;scroll-behavior:smooth}.ns-wa__choices{display:none;gap:7px;flex-wrap:wrap;margin-top:12px}.ns-wa__choices.is-visible{display:flex}.ns-wa__choices button{border:1px solid #d5ddd9;background:#fff;color:#4d5c62;border-radius:999px;padding:8px 11px;font:inherit;font-size:12px;line-height:1.2;cursor:pointer;text-align:left;transition:border-color .15s ease,background .15s ease}.ns-wa__choices button:hover{border-color:#89a99d;background:#f8fbf9}.ns-wa__choices .ns-wa__manual{width:100%;border-color:#d0a948;color:#6b5620;background:#fffaf0;border-radius:9px;text-align:center;font-weight:700;margin-top:4px}.ns-wa__bubble--own{margin-left:auto;background:#d9fdd3;border-radius:11px 4px 11px 11px}.ns-wa__composer{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 12px;background:#fff;border-top:1px solid #e6eaec;color:#819099;font-size:12px}.ns-wa__composer button{border:0;width:34px;height:34px;border-radius:50%;background:#20bd5a;color:#fff;font-size:18px;cursor:pointer}.ns-wa__box form{display:none!important}

/* 0.42.4 · Ventana siempre contenida dentro del viewport */
.ns-wa__box{
  display:flex;
  flex-direction:column;
  max-height:min(640px,calc(100dvh - 110px));
  overflow:hidden;
}
.ns-wa__box header{
  flex:0 0 auto;
  position:relative;
  z-index:2;
}
.ns-wa__chat{
  flex:1 1 auto;
  min-height:0;
  max-height:none;
  overflow-y:auto;
  overflow-x:hidden;
  overscroll-behavior:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:thin;
  scrollbar-color:#a9b6b0 transparent;
}
.ns-wa__chat::-webkit-scrollbar{width:6px}
.ns-wa__chat::-webkit-scrollbar-track{background:transparent}
.ns-wa__chat::-webkit-scrollbar-thumb{background:#a9b6b0;border-radius:999px}
.ns-wa__composer{
  flex:0 0 auto;
  position:relative;
  z-index:2;
}
@media(max-width:600px){
  .ns-wa__box{
    top:12px;
    bottom:76px;
    max-height:none;
    height:auto;
    overflow:hidden;
  }
  .ns-wa__chat{
    min-height:0;
    max-height:none;
  }
}


/* 0.42.5 · Avatar Nextsite + compositor manual destacado */
.ns-wa__avatar{overflow:hidden;background:#061a50;border-color:rgba(255,255,255,.65)}
.ns-wa__avatar img{width:100%;height:100%;display:block;object-fit:cover;border-radius:50%}
.ns-wa__composer{border:2px solid transparent;transition:border-color .2s ease,box-shadow .2s ease,background .2s ease}
.ns-wa__composer textarea{flex:1;min-width:0;min-height:36px;max-height:84px;resize:none;border:0!important;box-shadow:none!important;background:transparent!important;padding:8px 4px!important;font-size:13px;line-height:1.35;outline:none;color:#17242e}
.ns-wa__composer textarea::placeholder{color:#87949c}
.ns-wa__composer.is-highlighted{border-color:#e5b62f;background:#fffdf2;box-shadow:0 0 0 3px rgba(229,182,47,.18)}
.ns-wa__composer.is-highlighted textarea::placeholder{color:#6b5620}
.ns-wa__choices .ns-wa__manual:focus-visible{outline:3px solid rgba(229,182,47,.35);outline-offset:2px}
@media(max-width:600px){.ns-wa__composer textarea{font-size:16px}}
