.chat-widget-container[data-astro-cid-ryytxnzt]{z-index:9999;font-family:inherit;position:fixed;bottom:24px;right:24px}.chat-toggle-btn[data-astro-cid-ryytxnzt]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7 0,#6366f1 100%);border:0;border-radius:30px;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 8px 24px #6366f152}.chat-toggle-btn[data-astro-cid-ryytxnzt]:hover{transform:scale(1.05);box-shadow:0 10px 28px #6366f16b}.chat-window[data-astro-cid-ryytxnzt]{opacity:0;pointer-events:none;transform-origin:100% 100%;background:#fff;border:1px solid #eef0f3;border-radius:16px;flex-direction:column;width:380px;height:600px;max-height:calc(100vh - 120px);transition:opacity .3s,transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;bottom:80px;right:0;overflow:hidden;transform:translateY(20px) scale(.95);box-shadow:0 12px 32px #0000001f,0 4px 12px #0000000f}.chat-window[data-astro-cid-ryytxnzt].open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.chat-header[data-astro-cid-ryytxnzt]{background:var(--surface-enterprise);border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chat-header-info[data-astro-cid-ryytxnzt] h3[data-astro-cid-ryytxnzt]{color:var(--text);margin:0;font-size:16px;font-weight:600}.chat-status[data-astro-cid-ryytxnzt]{color:#059669;align-items:center;gap:6px;margin-top:2px;font-size:12px;display:flex}.chat-status[data-astro-cid-ryytxnzt]:before{content:"";background:#059669;border-radius:4px;width:8px;height:8px;display:block}.chat-close-btn[data-astro-cid-ryytxnzt]{color:var(--text-faint);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.chat-close-btn[data-astro-cid-ryytxnzt]:hover{color:var(--text)}.chat-messages[data-astro-cid-ryytxnzt]{background:#fcfdfd;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chat-message[data-astro-cid-ryytxnzt]{flex-direction:column;max-width:85%;display:flex}.chat-message[data-astro-cid-ryytxnzt].user{align-self:flex-end}.chat-message[data-astro-cid-ryytxnzt].assistant{align-self:flex-start}.message-bubble[data-astro-cid-ryytxnzt]{word-break:break-word;border-radius:12px;padding:12px 16px;font-size:14px;line-height:1.5}.chat-message[data-astro-cid-ryytxnzt].user .message-bubble[data-astro-cid-ryytxnzt]{color:#fff;background:linear-gradient(135deg,#0284c7 0,#6366f1 100%);border-bottom-right-radius:4px}.chat-message[data-astro-cid-ryytxnzt].assistant .message-bubble[data-astro-cid-ryytxnzt]{background:var(--bg-card-solid);color:var(--text);border:1px solid var(--border);border-bottom-left-radius:4px;box-shadow:0 1px 2px #00000005}.typing-indicator[data-astro-cid-ryytxnzt]{align-items:center;gap:4px;height:24px;padding:8px 12px;display:flex}.typing-dot[data-astro-cid-ryytxnzt]{background:#949ba4;border-radius:3px;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing}.typing-dot[data-astro-cid-ryytxnzt]:first-child{animation-delay:-.32s}.typing-dot[data-astro-cid-ryytxnzt]:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-input-area[data-astro-cid-ryytxnzt]{background:#fff;border-top:1px solid #eef0f3;gap:12px;padding:16px;display:flex}#proof-chat-input[data-astro-cid-ryytxnzt]{border:1px solid #e3e5e8;border-radius:24px;outline:0;flex:1;padding:12px 16px;font-size:14px;transition:border-color .2s}#proof-chat-input[data-astro-cid-ryytxnzt]:focus{border-color:var(--cyan);box-shadow:0 0 0 3px #0284c71a}#proof-chat-send[data-astro-cid-ryytxnzt]{color:#fff;cursor:pointer;background:linear-gradient(135deg,#0284c7 0,#6366f1 100%);border:0;border-radius:22px;justify-content:center;align-items:center;width:44px;height:44px;transition:filter .2s,background .2s;display:flex}#proof-chat-send[data-astro-cid-ryytxnzt]:hover{filter:brightness(1.05)}#proof-chat-send[data-astro-cid-ryytxnzt]:disabled{background:var(--border-strong);cursor:not-allowed}