.bubbles-chat-launch{position:fixed;bottom:54px;right:22px;z-index:110;border:1px solid #639c8a;background:#0b3c46;color:#e8fff4;padding:15px 20px;border-radius:30px;box-shadow:0 8px 30px #002c3433;font:600 13px 'Segoe UI',sans-serif;cursor:pointer}.bubbles-chat-panel{position:fixed;bottom:115px;right:22px;width:380px;max-width:calc(100vw - 30px);height:570px;max-height:calc(100dvh - 145px);display:flex;flex-direction:column;background:#f8fcf9;border:1px solid #cbded5;border-radius:18px;box-shadow:0 20px 80px #022e3c35;z-index:110;overflow:hidden;font:13px/1.65 'Segoe UI',sans-serif;color:#214b4c}.bubbles-chat-panel[hidden]{display:none}.bubbles-chat-head{background:#0c3540;color:#f0fcf4;padding:18px 20px;display:flex;align-items:center;justify-content:space-between}.bubbles-chat-head strong{display:block;font-size:16px}.bubbles-chat-head small{font-size:10px;color:#9cc5b6}.bubbles-chat-head button{color:white;border:0;background:transparent;font-size:23px;cursor:pointer;padding:4px 9px}.bubbles-chat-notice{font-size:10px;padding:9px 17px;background:#eaf2ed;color:#69867a}.bubbles-chat-messages{flex:1;overflow:auto;padding:18px;display:flex;flex-direction:column;gap:13px;overscroll-behavior:contain}.bubbles-chat-message{max-width:95%;padding:12px 14px;background:#eaf3ed;border-radius:12px 12px 12px 2px;white-space:pre-wrap;overflow-wrap:anywhere}.bubbles-chat-message.user{background:#14585a;color:white;align-self:flex-end;border-radius:12px 12px 2px 12px}.bubbles-chat-options{display:flex;flex-wrap:wrap;gap:7px}.bubbles-chat-options button{border:1px solid #c2d9cc;background:white;color:#287765;border-radius:16px;padding:7px 11px;font:11px 'Segoe UI',sans-serif;cursor:pointer}.bubbles-chat-form{padding:13px;border-top:1px solid #dbe8df;display:flex;gap:8px;background:white}.bubbles-chat-form input{min-width:0;flex:1;border:1px solid #d8e5de;border-radius:8px;padding:12px;font:13px 'Segoe UI',sans-serif;background:#f8fbf8;color:#184b4b}.bubbles-chat-form button{background:#15675d;color:white;border:0;border-radius:8px;padding:10px 14px;cursor:pointer}.bubbles-chat-tools{display:flex;justify-content:space-between;padding:0 15px 10px;background:white}.bubbles-chat-tools button{font:10px 'Segoe UI',sans-serif;color:#65897b;border:0;background:none;cursor:pointer;padding:4px}.bubbles-chat-launch:focus-visible,.bubbles-chat-panel button:focus-visible{outline:3px solid #54b7ab;outline-offset:2px}@media(max-width:500px){.bubbles-chat-panel{right:12px;bottom:112px;width:calc(100vw - 24px);max-height:calc(100dvh - 130px)}.bubbles-chat-launch{right:14px;bottom:52px;padding:13px 17px}}
