
.chat-launcher{position:fixed;right:22px;bottom:22px;z-index:50;width:58px;height:58px;border:0;border-radius:50%;background:#163c2e;color:#fff;box-shadow:0 14px 35px rgba(22,60,46,.25);font-weight:700;cursor:pointer}.chat-panel{position:fixed;right:22px;bottom:92px;z-index:50;width:min(370px,calc(100vw - 30px));height:480px;display:none;flex-direction:column;border:1px solid #d6e2d7;border-radius:20px;background:#fff;box-shadow:0 24px 60px rgba(22,60,46,.2);overflow:hidden}.chat-panel.open{display:flex}.chat-head{padding:16px 18px;background:#163c2e;color:#fff;display:flex;justify-content:space-between}.chat-head button{border:0;background:none;color:#fff;font-size:20px;cursor:pointer}.chat-messages{flex:1;padding:18px;overflow:auto;background:#fffdf8}.chat-bubble{max-width:88%;padding:11px 13px;border-radius:14px;background:#edf6ef;font-size:13px}.chat-form{display:flex;gap:8px;padding:12px;border-top:1px solid #d6e2d7}.chat-form input{flex:1;padding:10px 12px;border:1px solid #d6e2d7;border-radius:999px}.chat-form button{border:0;border-radius:999px;padding:9px 13px;background:#287456;color:#fff;cursor:pointer}

.chat-head small{display:block;font-size:.7rem;opacity:.72;margin-top:2px}.chat-bubble.user{margin-left:auto;background:#287456;color:#fff}.chat-messages{overflow-y:auto}.chat-form input:disabled,.chat-form button:disabled{opacity:.6}

.chat-messages{display:flex;flex-direction:column;gap:9px}

.chat-link-actions,.chat-product-actions{display:grid;gap:7px;margin-top:10px}.chat-link-button{display:block;padding:9px 12px;border-radius:999px;background:#163c2e;color:#fff!important;text-align:center;font-size:11px;font-weight:700;text-decoration:none}.chat-product-action{display:flex;align-items:center;justify-content:space-between;gap:10px;padding-top:8px;border-top:1px solid #d6e2d7}.chat-product-action span{font-size:11px;font-weight:700;line-height:1.25}.chat-product-action button{flex:0 0 auto;border:0;border-radius:999px;padding:8px 11px;background:#287456;color:#fff;font-size:10px;font-weight:700;cursor:pointer}.chat-bubble:has(.chat-product-actions),.chat-bubble:has(.chat-link-actions){max-width:96%}
