.floating-chat-widget[data-astro-cid-zfznhlhl]{position:fixed;bottom:24px;right:24px;z-index:9999;display:flex;flex-direction:column;align-items:flex-end;font-family:system-ui,-apple-system,sans-serif}.floating-chat-fab[data-astro-cid-zfznhlhl]{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#0f3d91,#2563eb);color:#fff;border:none;box-shadow:0 4px 12px #0f3d9166;cursor:pointer;display:grid;place-items:center;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);animation:bounce 2s infinite}.floating-chat-fab[data-astro-cid-zfznhlhl]:hover{transform:scale(1.1);animation:none}.floating-chat-fab[data-astro-cid-zfznhlhl] svg[data-astro-cid-zfznhlhl]{width:28px;height:28px}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}60%{transform:translateY(-4px)}}.floating-chat-window[data-astro-cid-zfznhlhl]{position:absolute;bottom:76px;right:0;width:350px;height:500px;max-height:calc(100vh - 100px);background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;display:flex;flex-direction:column;overflow:hidden;transition:opacity .3s ease,transform .3s ease;transform-origin:bottom right;border:1px solid #e4e7ec}.floating-chat-window[data-astro-cid-zfznhlhl].hidden{opacity:0;pointer-events:none;transform:scale(.9) translateY(20px)}.chat-header[data-astro-cid-zfznhlhl]{background:linear-gradient(135deg,#0f3d91,#2563eb);color:#fff;padding:16px;display:flex;align-items:center;justify-content:space-between}.chat-header-title[data-astro-cid-zfznhlhl]{display:flex;align-items:center;gap:8px;font-weight:600;font-size:16px}.header-icon[data-astro-cid-zfznhlhl]{width:20px;height:20px}.chat-close[data-astro-cid-zfznhlhl]{background:none;border:none;color:#fff;cursor:pointer;opacity:.8;padding:4px;display:flex;transition:opacity .2s}.chat-close[data-astro-cid-zfznhlhl]:hover{opacity:1}.chat-close[data-astro-cid-zfznhlhl] svg[data-astro-cid-zfznhlhl]{width:20px;height:20px}.chat-body[data-astro-cid-zfznhlhl]{flex:1;padding:16px;overflow-y:auto;background:#f8fafc;display:flex;flex-direction:column;gap:12px}.ai-message[data-astro-cid-zfznhlhl]{display:flex;max-width:85%}.ai-message[data-astro-cid-zfznhlhl].system{align-self:flex-start}.ai-message[data-astro-cid-zfznhlhl].user{align-self:flex-end}.ai-message[data-astro-cid-zfznhlhl] .bubble[data-astro-cid-zfznhlhl]{padding:10px 14px;border-radius:12px;font-size:14px;line-height:1.5;white-space:pre-wrap}.ai-message[data-astro-cid-zfznhlhl].system .bubble[data-astro-cid-zfznhlhl]{background:#fff;border:1px solid #e4e7ec;border-bottom-left-radius:4px;color:#1e293b}.ai-message[data-astro-cid-zfznhlhl].user .bubble[data-astro-cid-zfznhlhl]{background:#0f3d91;color:#fff;border-bottom-right-radius:4px}.ai-message[data-astro-cid-zfznhlhl].typing .bubble[data-astro-cid-zfznhlhl]{color:#64748b;font-style:italic}.chat-footer[data-astro-cid-zfznhlhl]{padding:12px;background:#fff;border-top:1px solid #e4e7ec}.quick-replies[data-astro-cid-zfznhlhl]{display:flex;overflow-x:auto;gap:8px;margin-bottom:12px;padding-bottom:4px;scrollbar-width:none}.quick-replies[data-astro-cid-zfznhlhl]::-webkit-scrollbar{display:none}.quick-reply-btn[data-astro-cid-zfznhlhl]{font-size:12px;background-color:#f3f4f6;color:#1d4ed8;padding:6px 12px;border-radius:9999px;cursor:pointer;white-space:nowrap;transition:background-color .2s,color .2s;border:none;outline:none}.quick-reply-btn[data-astro-cid-zfznhlhl]:hover{background-color:#dbeafe}.chat-form[data-astro-cid-zfznhlhl]{display:flex;gap:8px}.chat-form[data-astro-cid-zfznhlhl] input[data-astro-cid-zfznhlhl]{flex:1;padding:10px 14px;border:1px solid #e4e7ec;border-radius:20px;outline:none;font-size:14px;transition:border-color .2s}.chat-form[data-astro-cid-zfznhlhl] input[data-astro-cid-zfznhlhl]:focus{border-color:#0f3d91}.chat-form[data-astro-cid-zfznhlhl] button[data-astro-cid-zfznhlhl]{width:40px;height:40px;border-radius:50%;background:#0f3d91;color:#fff;border:none;display:grid;place-items:center;cursor:pointer;flex-shrink:0;transition:background-color .2s}.chat-form[data-astro-cid-zfznhlhl] button[data-astro-cid-zfznhlhl]:hover{background:#2563eb}.chat-form[data-astro-cid-zfznhlhl] button[data-astro-cid-zfznhlhl] svg[data-astro-cid-zfznhlhl]{width:18px;height:18px}@media(max-width:480px){.floating-chat-window[data-astro-cid-zfznhlhl]{width:calc(100vw - 48px);height:450px}}
