.chat-launcher{position:fixed;right:24px;bottom:24px;width:60px;height:60px;border:0;border-radius:50%;background:var(--teal);color:white;font-size:23px;box-shadow:0 12px 30px #09242c55;z-index:40}.chat-launcher i{position:absolute;right:4px;top:3px;width:13px;height:13px;border-radius:50%;background:#6bc48a;border:3px solid white}.chatbox{position:fixed;right:24px;bottom:96px;width:370px;max-height:min(620px,calc(100vh - 120px));display:flex;flex-direction:column;background:white;border-radius:10px;box-shadow:0 24px 70px #061c2370;z-index:41;overflow:hidden;opacity:0;transform:translateY(20px) scale(.97);pointer-events:none;transition:.25s}.chatbox.open{opacity:1;transform:none;pointer-events:auto}.chatbox>header{background:var(--navy);color:white;padding:17px 18px;display:flex;align-items:center;gap:11px}.chat-avatar{width:39px;height:39px;border:1px solid var(--sand);border-radius:50%;display:grid;place-items:center;font:600 19px "Manrope";color:var(--sand)}.chatbox header b,.chatbox header small{display:block}.chatbox header b{font:600 15px "Manrope"}.chatbox header small{font-size:9px;color:#aebfc1;margin-top:3px}.chatbox header small i{display:inline-block;width:6px;height:6px;background:#6bc48a;border-radius:50%;margin-right:4px}.chatbox header button{margin-left:auto;background:none;border:0;color:white;font-size:22px}.chat-messages{min-height:280px;max-height:390px;overflow-y:auto;padding:18px;background:#f7f8f6;display:flex;flex-direction:column;gap:11px}.message{max-width:83%;padding:11px 13px;border-radius:10px;font-size:12px;line-height:1.55;white-space:pre-wrap}.message.bot{align-self:flex-start;background:white;border:1px solid #e5e9e7;border-bottom-left-radius:2px}.message.user{align-self:flex-end;background:var(--teal);color:white;border-bottom-right-radius:2px}.message time{display:block;font-size:7px;color:#98a5a6;margin-top:5px}.message.user time{color:#c9dcde}.message.typing{color:#8a999b}.quick-replies{display:flex;gap:6px;padding:10px 13px 3px;overflow-x:auto}.quick-replies button{white-space:nowrap;border:1px solid #cbd9d8;background:white;color:var(--teal);border-radius:20px;padding:7px 10px;font-size:9px}.chatbox form{display:flex;align-items:end;gap:8px;padding:10px 13px}.chatbox textarea{flex:1;border:1px solid #dfe5e3;border-radius:5px;resize:none;padding:10px;font-size:11px;outline:0}.chatbox form button{width:38px;height:38px;border:0;background:var(--teal);color:white;border-radius:4px}.chat-note{text-align:center;color:#9aa6a7;font-size:7px;padding-bottom:9px}@media(max-width:600px){.chat-launcher{right:15px;bottom:15px}.chatbox{inset:70px 10px 10px;width:auto;max-height:none}.chat-messages{flex:1;max-height:none}}
