#chat-widget-btn-wrap{position:fixed;bottom:24px;right:24px;z-index:9998}#chat-widget-btn{position:relative;display:flex;align-items:center;justify-content:center;gap:6px;width:120px;height:50px;border-radius:125px;border:none;background:#fafafa;box-shadow:inset 0 12px 5px -10px #fff,inset 0 -12px 5px -10px #0006;cursor:pointer;transition:background .2s ease;font-family:DM Sans,sans-serif}#chat-widget-btn:hover{background:#eee}.chat-btn-glow{content:"";position:absolute;left:-2px;top:-2px;width:calc(100% + 4px);height:calc(100% + 4px);border-radius:125px;z-index:-1;background:var(--chat-gradient);background-size:400%;animation:chat-steam 20s linear infinite}.chat-btn-glow--blur{filter:blur(20px)}.chat-btn-icon{width:22px;height:22px;color:#222;flex-shrink:0}.chat-btn-label{font-family:DM Sans,sans-serif;font-weight:500;letter-spacing:.1em;color:#222;font-size:14px}@keyframes chat-steam{0%{background-position:0 0}50%{background-position:400% 0}to{background-position:0 0}}#chat-widget-window{position:fixed;bottom:24px;right:24px;width:400px;height:600px;max-height:calc(100dvh - 48px);border-radius:20px;background:#fff;box-shadow:0 8px 40px #00000026;display:flex;flex-direction:column;overflow:hidden;z-index:9999;transform-origin:bottom right;transition:opacity .2s ease,transform .2s ease}#chat-widget-window.chat-widget-hidden{opacity:0;transform:scale(.9);pointer-events:none}#chat-widget-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border-bottom:1px solid #e2e8f0;background:#fff;flex-shrink:0}.chat-header-left{display:flex;align-items:center;gap:10px}.chat-header-avatar{width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-header-avatar svg{width:20px;height:20px;color:#fff}.chat-header-info{display:flex;flex-direction:column;gap:1px}.chat-header-title{font-family:DM Sans,sans-serif;font-weight:600;font-size:15px;color:#1e293b}.chat-header-powered{font-family:DM Sans,sans-serif;font-size:11px;color:#94a3b8}#chat-widget-close{width:32px;height:32px;border-radius:50%;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s}#chat-widget-close:hover{background:#f1f5f9}#chat-widget-close svg{width:18px;height:18px;color:#64748b}#chat-widget-messages{flex:1;overflow-y:auto;padding:16px 0;display:flex;flex-direction:column;gap:4px}.chat-msg-row{display:flex;padding:2px 16px}.chat-msg-row--user{justify-content:flex-end}.chat-msg-row--assistant{justify-content:flex-start}.chat-bubble{position:relative;max-width:75%;padding:10px 16px;border-radius:18px;font-family:DM Sans,sans-serif;font-size:14px;line-height:1.55;word-break:break-word;overflow:visible}.chat-bubble--user{color:#fff}.chat-bubble--assistant{background:#e2e8f0cc;color:#1e293b}.chat-tail{position:absolute;bottom:0;width:12px;height:20px;pointer-events:none}.chat-bubble--user .chat-tail{right:-7px}.chat-bubble--assistant .chat-tail{left:-7px;transform:scaleX(-1)}.chat-loading{display:flex;align-items:center;gap:4px;padding:2px 0}.chat-loading-dot{width:6px;height:6px;border-radius:50%;background:#64748b;animation:chat-bounce .6s ease-in-out infinite}.chat-loading-dot:nth-child(1){animation-delay:-.3s}.chat-loading-dot:nth-child(2){animation-delay:-.15s}@keyframes chat-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}#chat-widget-input-area{border-top:1px solid #e2e8f0;background:#fff;padding:12px;flex-shrink:0}.chat-input-row{display:flex;align-items:center;gap:8px}#chat-widget-input{flex:1;padding:10px 16px;font-size:14px;font-family:DM Sans,sans-serif;background:#f1f5f9;border:none;border-radius:9999px;outline:none;transition:box-shadow .15s}#chat-widget-input:focus{box-shadow:0 0 0 2px #cbd5e1}#chat-widget-input::placeholder{color:#94a3b8}#chat-widget-send{width:40px;height:40px;border-radius:50%;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;flex-shrink:0;box-shadow:0 2px 8px #00000026;transition:transform .15s,opacity .15s}#chat-widget-send:hover:not(:disabled){transform:scale(1.05)}#chat-widget-send:disabled{opacity:.5;cursor:not-allowed}#chat-widget-send svg{width:16px;height:16px}@media(max-width:480px){#chat-widget-window{width:100%;height:100%;max-height:100dvh;bottom:0;right:0;border-radius:0}}
