.chat-widget-container{z-index:9999;position:fixed;bottom:24px;right:24px}.chat-launcher{color:#fff;cursor:pointer;background:#15803d;border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s;display:flex;box-shadow:0 4px 12px #00000026}.chat-launcher:hover{transform:scale(1.05)}.chat-window{background:#fff;border-radius:12px;flex-direction:column;width:320px;height:450px;font-family:sans-serif;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;box-shadow:0 8px 24px #0003}.chat-header{color:#fff;background:#15803d;justify-content:space-between;align-items:center;padding:16px;display:flex}.chat-title{font-size:16px;font-weight:700}.chat-subtitle{opacity:.8;font-size:12px}.chat-close{color:#fff;cursor:pointer;background:0 0;border:none;font-size:20px}.chat-body{background:#f9fafb;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-message{border-radius:12px;max-width:85%;padding:10px 14px;font-size:14px;line-height:1.4}.chat-message.bot{color:#333;background:#fff;border:1px solid #eee;border-bottom-left-radius:4px;align-self:flex-start}.chat-message.user{color:#fff;background:#15803d;border-bottom-right-radius:4px;align-self:flex-end}.chat-suggestions{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.chat-suggestion-btn{color:#15803d;cursor:pointer;background:#15803d22;border:1px solid #15803d;border-radius:16px;padding:6px 12px;font-size:12px}.chat-footer{background:#fff;border-top:1px solid #eee;gap:8px;padding:12px;display:flex}.chat-input{color:#000;border:1px solid #ddd;border-radius:20px;outline:none;flex:1;padding:8px 12px;font-size:14px}.chat-send{color:#fff;cursor:pointer;background:#15803d;border:none;border-radius:20px;padding:8px 16px;font-weight:700}.typing-indicator{background:#fff;border:1px solid #e2e8f0;border-radius:12px 12px 12px 4px;align-self:flex-start;gap:4px;margin-bottom:8px;padding:12px 16px;display:flex}.typing-dot{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@media (max-width:768px){.chat-widget-container{display:none!important}}
