#floating-chat-box,#floating-chat-replies{position:fixed;bottom:100px;transform:translateY(20px);opacity:0}#floating-chat-box.open,#floating-chat-replies.show{transform:translateY(0);opacity:1}.quick-btn:hover,.quick-replies-row .quick-btn:hover{background:#d6e7ff}:root{--radius:8px}body{margin:0;font-family:Inter,sans-serif}#floating-chat-launcher{position:fixed;bottom:25px;right:30px;z-index:2000}#floating-chat-launcher button{width:62px;height:62px;border-radius:50%;border:none;background:var(--color-blue2);color:#fff;font-size:26px;cursor:pointer;box-shadow:0 8px 18px rgba(0,0,0,.25);transition:transform .25s,box-shadow .25s}#floating-chat-launcher button:hover{transform:scale(1.08);box-shadow:0 10px 24px rgba(0,0,0,.3)}#floating-chat-replies{right:30px;display:flex;flex-direction:column;align-items:flex-end;gap:8px;z-index:1999;transition:.45s}.quick-btn-bot{background:#e8e8e8;box-shadow:0 0 12px #4949495e}#floating-chat-replies .quick-btn{display:inline-block;width:auto;max-width:100%}.quick-btn{background:#e8e8e8;border-radius:var(--radius);padding:8px 14px;font-size:14px;cursor:pointer;box-shadow:0 3px 8px rgba(0,0,0,.1);border:1px solid var(--color-blue2);color:var(--color-blue2);transition:.25s}.chat-footer button,.emoji{transition:.2s;cursor:pointer}.quick-btn:hover{transform:translateY(-2px)}#floating-chat-box{right:25px;width:370px;max-width:calc(100% - 50px);height:520px;background:var(--color-white);border-radius:22px;box-shadow:var(--box-shadow2);display:none;flex-direction:column;overflow:hidden;z-index:2001;transition:.4s}.flotaing-chat-header,.typing{align-items:center;display:flex}#floating-chat-box.open{display:flex}.flotaing-chat-header{background:linear-gradient(135deg,var(--color-blue2));color:#fff;border-bottom:none;padding:14px 16px;gap:12px;position:relative}.flotaing-chat-header img{width:36px;height:36px;border-radius:50%;border:2px solid #fff}.flotaing-chat-header h2{font-size:17px;margin:0;font-weight:600;color:#fff;flex:1}#floating-chat-minimize-btn{padding:4px 7px;background:#3c89f9;border:none;border-radius:5px;cursor:pointer;font-size:18px;color:#fff;opacity:.9}.msg,.typing{border-radius:var(--radius)}#floating-chat-minimize-btn:hover{opacity:1}#floating-chat-messages{flex:1;padding:18px;overflow-y:auto;background:#fafbfc;display:flex;flex-direction:column;gap:10px;margin-top:auto}.msg-row{display:flex;align-items:flex-start;gap:8px}.msg-row.user{justify-content:flex-end}.msg-row.bot{justify-content:flex-start}.msg{padding:11px 15px;max-width:75%;width:385px;color:#000;font-size:14px;word-wrap:break-word;line-height:1.4}.msg.user{background:var(--color-blue2)}.msg.bot,.typing{background:var(--chat-gray)}.msg-row.bot img{width:30px;height:30px;border-radius:50%;flex-shrink:0}.typing{gap:5px;padding:8px 12px;width:80px;justify-content:center}.typing span{width:8px;height:8px;background:#666;border-radius:50%;animation:1.3s infinite bounce}.typing span:nth-child(2){animation-delay:.2s}.typing span:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,100%,80%{transform:scale(.7);opacity:.4}40%{transform:scale(1);opacity:1}}.chat-footer{border-top:1px solid var(--border-color);padding:12px;display:flex;align-items:center;gap:10px;background:var(--color-white);position:relative}.chat-footer input[type=text]{flex:1;padding:10px 14px;border-radius:24px;border:1px solid var(--border-color);outline:0;font-size:14px;transition:border .2s}.chat-footer input[type=text]:focus{border-color:var(--color-blue2)}.chat-footer button{background:0 0;border:none;font-size:19px;color:var(--color-blue2)}.chat-footer button:hover{transform:scale(1.1)}.chat-footer button:disabled{opacity:.5;cursor:not-allowed}#floating-chat-input:focus::placeholder{color:var(--color-blue2);opacity:1}#floating-chat-emoji-picker{position:absolute;bottom:55px;left:12px;background:#fff;border:1px solid var(--border-color);border-radius:12px;padding:8px;display:none;flex-wrap:wrap;width:220px;box-shadow:var(--box-shadow2);z-index:2010}.emoji{font-size:20px;padding:6px}.emoji:hover{background:#f3f3f3;border-radius:6px}.quick-replies-row{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0;display:flex;flex-direction:column;align-items:flex-end}#chat-badge,#floating-chat-replies.show~.chat-wrapper,.chat-wrapper{display:none}.quick-replies-row .quick-btn{background:var(--chat-gray);box-shadow:none;padding:6px 12px;font-size:13px;cursor:pointer;border-radius:8px;transition:.7s}.msg.user{background:#dae9ff;color:#757f95}.msg.bot{background:#f1f1f1;color:#000}.chat-wrapper{position:fixed;width:130px;height:85px;z-index:2000;bottom:29px;right:6px}.chat-svg{position:absolute;top:-26px;left:-6px;width:102%;height:135px;overflow:visible}.chat-svg text{fill:#ffeb3b;stroke:#000;stroke-width:3px;font-size:17x;font-weight:700;text-transform:uppercase;font-family:'Fredoka One',cursive;paint-order:stroke fill}#chat-badge{position:absolute;top:5px;right:-2px;background:red;color:#fff;font-size:12px;font-weight:700;width:18px;height:18px;border-radius:50%;align-items:center;justify-content:center;z-index:9999}.quick-btn-bot .close-btn{position:absolute;top:-25px;right:-5px;background:#fff;border:none;font-size:18px;font-weight:700;color:#666;cursor:pointer;width:16px;line-height:0;height:16px;border-radius:50%}.chat-wrapper .close-btn{position:absolute;top:-25px;right:3px;background:var(--color-white);color:#000;border:none;border-radius:50%;width:22px;height:22px;font-size:14px;line-height:20px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,.2);transition:background .3s;display:inline-block;cursor:pointer}.chat-wrapper .close-btn:hover{background:var(--color-blue2);color:var(--color-white)}@media all and (min-width:992px){.quick-btn-bot .close-btn{opacity:0}.msg{width:auto;max-width:262px}#floating-chat-replies:hover .quick-btn-bot .close-btn{opacity:1}}@media all and (max-width:768px){#floating-chat-box{bottom:0;right:0;width:100%;max-width:unset;border-radius:0;height:100%}.msg{max-width:fit-content;width:250px}}#floating-chat-messages .inner{margin-top:auto;display:flex;flex-direction:column;gap:10px}.msg .bot table{max-width:250px}