
.chwa-floating{position:fixed;bottom:var(--chwa-bottom);z-index:99990;font-family:var(--chwa-font,inherit)}.chwa-floating.side-right{right:var(--chwa-horizontal)}.chwa-floating.side-left{left:var(--chwa-horizontal)}.chwa-floating-button,.chwa-action{display:inline-flex;align-items:center;justify-content:center;gap:9px;border:0;text-decoration:none!important;cursor:pointer;font-family:inherit}.chwa-floating-button{min-width:var(--chwa-size);height:var(--chwa-size);padding:0 16px;background:var(--chwa-color);color:var(--chwa-text)!important;border-radius:var(--chwa-radius);font-weight:700}.chwa-floating.style-icon .chwa-floating-button{width:var(--chwa-size);padding:0;border-radius:50%}.chwa-floating svg,.chwa-action svg{width:28px;height:28px;flex:0 0 auto}.chwa-floating.has-shadow .chwa-floating-button{box-shadow:0 8px 25px rgba(0,0,0,.22)}.chwa-greeting{position:absolute;bottom:calc(var(--chwa-size) + 14px);width:340px;max-width:calc(100vw - 30px);padding:18px;background:#fff;color:#1d2327;border-radius:14px;box-shadow:0 14px 45px rgba(0,0,0,.22)}.side-right .chwa-greeting{right:0}.side-left .chwa-greeting{left:0}.chwa-close{position:absolute;top:8px;right:10px;border:0;background:transparent;font-size:24px;cursor:pointer;color:#646970}.chwa-greeting-head{display:flex;align-items:center;gap:10px;padding-right:24px}.chwa-greeting-head>svg{width:38px;height:38px;color:#25D366}.chwa-greeting-head div{display:flex;flex-direction:column}.chwa-greeting-head small{margin-top:3px;color:#646970}.chwa-greeting>p{margin:16px 0;line-height:1.5}.chwa-privacy{margin:10px 0;font-size:12px;color:#646970}.chwa-greeting-cta,.chwa-action.chwa-button{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px 16px;background:#25D366;color:#fff!important;border-radius:8px;font-weight:700;text-decoration:none!important}.chwa-greeting-cta svg{width:23px;height:23px}.chwa-action.chwa-icon{width:44px;height:44px;border-radius:50%;background:#25D366;color:#fff!important}.chwa-woo{margin:12px 0}.chwa-side-full-link{position:absolute;inset:0}@media(min-width:769px){.chwa-floating.hide-desktop{display:none!important}}@media(max-width:768px){.chwa-floating.hide-mobile{display:none!important}.chwa-floating{bottom:max(var(--chwa-bottom),12px)}.chwa-greeting{width:310px}}

body.chwa-chat-open{overflow:hidden}
.chwa-chat-shell[hidden]{display:none!important}
.chwa-chat-shell{position:fixed;inset:0;z-index:100000}
.chwa-chat-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.38)}
.chwa-chat-panel{position:absolute;right:22px;bottom:22px;width:390px;max-width:calc(100vw - 28px);height:min(640px,calc(100vh - 44px));display:flex;flex-direction:column;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgba(0,0,0,.28);font-family:var(--chwa-font,inherit)}
.chwa-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#0f7f3e;color:#fff}
.chwa-chat-brand{display:flex;align-items:center;gap:10px}
.chwa-chat-brand svg{width:34px;height:34px}
.chwa-chat-brand div{display:flex;flex-direction:column}
.chwa-chat-brand small{opacity:.8;margin-top:2px}
.chwa-chat-close{width:34px;height:34px;border:0;background:rgba(255,255,255,.14);color:#fff;border-radius:50%;font-size:24px;cursor:pointer}
.chwa-chat-messages{flex:1;overflow:auto;padding:18px;background:#f3f1ed;display:flex;flex-direction:column;gap:10px}
.chwa-msg{max-width:82%;padding:10px 12px;border-radius:12px;line-height:1.4;white-space:pre-wrap;word-break:break-word}
.chwa-msg-assistant{align-self:flex-start;background:#fff;border-bottom-left-radius:4px}
.chwa-msg-user{align-self:flex-end;background:#d9fdd3;border-bottom-right-radius:4px}
.chwa-chat-contact{display:grid;gap:7px;padding:10px 12px;background:#fff;border-top:1px solid #eee}
.chwa-chat-contact input{width:100%;padding:9px 10px;border:1px solid #dcdcde;border-radius:8px}
.chwa-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:10px 12px;background:#fff;border-top:1px solid #eee}
.chwa-chat-form textarea{resize:none;min-height:44px;max-height:100px;padding:10px;border:1px solid #dcdcde;border-radius:10px;font:inherit}
.chwa-chat-send{border:0;padding:0 16px;background:#25D366;color:#fff;border-radius:10px;font-weight:700;cursor:pointer}
.chwa-chat-escalate{display:flex;align-items:center;justify-content:center;gap:8px;margin:0 12px 12px;padding:12px 14px;border:0;background:#25D366;color:#fff;border-radius:10px;font-weight:700;cursor:pointer}
.chwa-chat-escalate svg{width:22px;height:22px}
@media(max-width:600px){
  .chwa-chat-panel{right:0;bottom:0;width:100%;max-width:none;height:100dvh;border-radius:0}
}

.chwa-chat-form textarea{
    height:44px;
    min-height:44px;
    max-height:110px;
    overflow-y:hidden;
    box-sizing:border-box;
}
.chwa-chat-form textarea:focus{
    outline:none;
    border-color:#25D366;
    box-shadow:0 0 0 1px #25D366;
}

/* v1.2.0: composer más compacto */
.chwa-chat-form{
    grid-template-columns:minmax(0,1fr) 48px!important;
    gap:8px!important;
    padding:8px 10px!important;
    align-items:end!important;
}
.chwa-chat-form textarea{
    height:46px!important;
    min-height:46px!important;
    max-height:96px!important;
    padding:11px 13px!important;
    border-radius:12px!important;
    line-height:1.35!important;
    font-size:15px!important;
}
.chwa-chat-send{
    width:48px!important;
    height:46px!important;
    min-width:48px!important;
    padding:0!important;
    border-radius:12px!important;
    font-size:0!important;
    position:relative;
}
.chwa-chat-send:after{
    content:"➤";
    font-size:20px;
    line-height:1;
    transform:translateX(1px);
}
.chwa-ai-typing{
    display:inline-flex;
    align-items:center;
    gap:5px;
    min-width:54px;
}
.chwa-ai-typing i{
    display:block;width:7px;height:7px;border-radius:50%;background:#9aa0a6;
    animation:chwaDots 1.2s infinite ease-in-out;
}
.chwa-ai-typing i:nth-child(2){animation-delay:.15s}
.chwa-ai-typing i:nth-child(3){animation-delay:.3s}
@keyframes chwaDots{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}
.chwa-ai-sources{align-self:flex-start;max-width:86%;font-size:11px;color:#667085;padding:0 4px 6px}
.chwa-ai-sources a{color:inherit;text-decoration:underline}

.chwa-msg-assistant .chwa-chat-link{
    display:inline;
    color:#0b66c3;
    text-decoration:underline;
    text-underline-offset:2px;
    word-break:break-word;
}
.chwa-msg-assistant .chwa-chat-link:hover{
    text-decoration-thickness:2px;
}
