.chat-widget-root{z-index:9990;color:var(--ui-text,#0f172a);font-family:inherit;position:fixed;bottom:24px;right:24px}.chat-widget-bubble{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .12s;display:flex;box-shadow:0 6px 24px #0f172a38}.chat-widget-bubble:hover{transform:translateY(-2px)}.chat-widget-bubble svg{width:26px;height:26px}.chat-widget-window{background:#fff;border:1px solid #e2e8f0;border-radius:14px;flex-direction:column;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:calc(100vh - 64px);display:flex;overflow:hidden;box-shadow:0 20px 40px #0f172a29}.chat-widget-header{color:#fff;background:#0f172a;justify-content:space-between;align-items:center;gap:8px;padding:12px 16px;display:flex}.chat-widget-header-title{font-size:14px;font-weight:600}.chat-widget-header-status{opacity:.85;align-items:center;gap:6px;font-size:11px;display:flex}.chat-widget-status-dot{border-radius:50%;width:8px;height:8px}.chat-widget-status-dot.online{background:#22c55e;box-shadow:0 0 0 3px #22c55e33}.chat-widget-status-dot.offline{background:#64748b}.chat-widget-header-close{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;padding:4px;font-size:18px;line-height:1}.chat-widget-header-close:hover{opacity:1}.chat-widget-body{background:#f8fafc;flex-direction:column;flex:1;gap:10px;padding:14px;display:flex;overflow-y:auto}.chat-widget-msg{word-wrap:break-word;border-radius:12px;max-width:82%;padding:9px 13px;font-size:13px;line-height:1.45}.chat-widget-msg-meta{color:#94a3b8;align-items:center;gap:5px;margin-bottom:3px;font-size:10px;font-weight:600;display:flex}.chat-widget-msg-badge{text-transform:uppercase;letter-spacing:.3px;border-radius:3px;padding:1px 6px;font-size:9px}.chat-widget-msg.ai,.chat-widget-msg.system-bubble{background:#fff;border:1px solid #e2e8f0;border-bottom-left-radius:4px;align-self:flex-start}.chat-widget-msg.ai .chat-widget-msg-badge{color:#6d28d9;background:#ede9fe}.chat-widget-msg-text a{color:#0284c7;text-underline-offset:2px;word-break:break-all;text-decoration:underline}.chat-widget-msg.user .chat-widget-msg-text a{color:#fff}.chat-widget-msg.human{background:#fef3c7;border:1px solid #fcd34d;border-bottom-left-radius:4px;align-self:flex-start}.chat-widget-msg.human .chat-widget-msg-meta{color:#92400e}.chat-widget-msg.human .chat-widget-msg-badge{color:#92400e;background:#fef3c7}.chat-widget-msg.user{color:#fff;background:#0ea5e9;border-bottom-right-radius:4px;align-self:flex-end}.chat-widget-msg.system{color:#94a3b8;background:0 0;border:none;align-self:center;padding:4px 8px;font-size:11px;font-style:italic}.chat-widget-typing{background:#fff;border:1px solid #e2e8f0;border-radius:12px 12px 12px 4px;align-self:flex-start;gap:4px;padding:10px 14px;display:inline-flex}.chat-widget-typing span{background:#94a3b8;border-radius:50%;width:6px;height:6px;animation:1.2s ease-in-out infinite chat-widget-typing}.chat-widget-typing span:nth-child(2){animation-delay:.15s}.chat-widget-typing span:nth-child(3){animation-delay:.3s}@keyframes chat-widget-typing{0%,60%,to{opacity:.3;transform:scale(.9)}30%{opacity:1;transform:scale(1.1)}}.chat-widget-error{color:#b91c1c;background:#fee2e2;border:1px solid #fecaca;border-radius:8px;align-self:center;padding:6px 10px;font-size:12px}.chat-widget-handoff-cta{color:#0369a1;cursor:pointer;background:#fff;border:1px solid #0ea5e9;border-radius:20px;align-self:center;align-items:center;gap:6px;margin:6px 12px 0;padding:8px 14px;font-size:12px;font-weight:600;display:flex}.chat-widget-handoff-cta:hover{background:#f0f9ff}.chat-widget-handoff-cta:disabled{opacity:.6;cursor:not-allowed}.chat-widget-handoff-cta-pulse{background:#22c55e;border-radius:50%;width:6px;height:6px;box-shadow:0 0 0 3px #22c55e40}.chat-widget-offline-form{background:#fff;border-top:1px solid #e2e8f0;flex-direction:column;gap:8px;padding:12px;display:flex}.chat-widget-offline-form-title{color:#0f172a;font-size:13px;font-weight:600}.chat-widget-offline-form-sub{color:#64748b;font-size:11px;line-height:1.45}.chat-widget-offline-form input[type=email],.chat-widget-offline-form textarea{color:#0f172a;resize:vertical;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;outline:none;padding:8px 10px;font-family:inherit;font-size:12px}.chat-widget-offline-form input:focus,.chat-widget-offline-form textarea:focus{background:#fff;border-color:#0ea5e9}.chat-widget-offline-form button{color:#fff;cursor:pointer;background:#0f172a;border:none;border-radius:6px;margin-top:4px;padding:8px 12px;font-size:12px;font-weight:600}.chat-widget-offline-form button:disabled{cursor:not-allowed;background:#94a3b8}.chat-widget-offline-honeypot{opacity:0;width:1px;height:1px;position:absolute;left:-9999px}.chat-widget-composer{background:#fff;border-top:1px solid #e2e8f0;align-items:center;gap:8px;padding:10px 12px;display:flex}.chat-widget-composer input{color:#0f172a;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:8px;outline:none;flex:1;height:36px;padding:0 12px;font-size:13px}.chat-widget-composer input:focus{background:#fff;border-color:#0ea5e9}.chat-widget-composer button{color:#fff;cursor:pointer;background:#0ea5e9;border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .15s;display:flex}.chat-widget-composer button:hover:not(:disabled){background:#0284c7}.chat-widget-composer button svg{width:22px;height:22px;margin-top:2px;margin-right:2px}.chat-widget-composer button:disabled{cursor:not-allowed;background:#94a3b8}@media (width<=640px){.chat-widget-root{bottom:16px;right:16px}.chat-widget-bubble{width:48px;height:48px}.chat-widget-window{width:calc(100vw - 32px);height:calc(100vh - 96px)}}
