.chatbot-window{--surface2:var(--paper-2)}.chatbot-bubble{z-index:var(--z-chatbot);background:var(--free-red);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .15s,box-shadow .15s;animation:1.5s ease-in-out 3 chatbot-pulse;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 14px #cd000059}.chatbot-bubble:hover{transform:scale(1.08);box-shadow:0 6px 20px #cd000066}.chatbot-bubble svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:24px;height:24px}.chatbot-bubble.chatbot-hidden{display:none}@keyframes chatbot-pulse{0%,to{box-shadow:0 4px 14px #cd000059}50%{box-shadow:0 0 0 12px #cd00001f}}.chatbot-window{z-index:var(--z-chatbot);border:1px solid var(--border);width:380px;max-height:520px;box-shadow:var(--shadow-lg);background:#fff;border-radius:16px;flex-direction:column;animation:.2s ease-out chatbot-open;display:none;position:fixed;bottom:92px;right:24px;overflow:hidden}.chatbot-window.chatbot-open{display:flex}@keyframes chatbot-open{0%{opacity:0;transform:translateY(16px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{background:var(--free-red);flex-shrink:0;justify-content:space-between;align-items:center;padding:16px 18px;display:flex}.chatbot-header-title{color:#fff;font-size:15px;font-weight:700;font-family:var(--font-inter), sans-serif;align-items:center;gap:8px;display:flex}.chatbot-header-title svg{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:18px;height:18px}.chatbot-close{color:#fff;cursor:pointer;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:15px;transition:background .15s;display:flex}.chatbot-close:hover{background:#ffffff4d}.chatbot-messages{background:#f9fafb;flex-direction:column;flex:1;gap:12px;min-height:0;padding:16px;display:flex;overflow-y:auto}.chatbot-msg{max-width:85%;font-size:13px;line-height:1.6;font-family:var(--font-inter), sans-serif;word-wrap:break-word}.chatbot-msg-bot{border:1px solid var(--border);color:var(--text);background:#fff;border-radius:12px 12px 12px 4px;align-self:flex-start;padding:12px 16px}.chatbot-msg-bot strong{font-weight:700}.chatbot-msg-user{background:var(--free-red);color:#fff;border-radius:12px 12px 4px;align-self:flex-end;padding:10px 16px}.chatbot-typing{border:1px solid var(--border);background:#fff;border-radius:12px 12px 12px 4px;align-self:flex-start;gap:4px;padding:12px 16px;display:flex}.chatbot-typing-dot{background:var(--muted2);border-radius:50%;width:6px;height:6px;animation:1s ease-in-out infinite chatbot-typing-anim}.chatbot-typing-dot:nth-child(2){animation-delay:.15s}.chatbot-typing-dot:nth-child(3){animation-delay:.3s}@keyframes chatbot-typing-anim{0%,to{opacity:.3;transform:translateY(0)}50%{opacity:1;transform:translateY(-3px)}}.chatbot-pills{flex-wrap:wrap;gap:6px;margin-top:10px;display:flex}.chatbot-pill{background:var(--free-red-light);color:var(--free-red);border:1px solid var(--free-red-border);font-size:12px;font-weight:600;font-family:var(--font-inter), sans-serif;cursor:pointer;border-radius:9999px;padding:6px 14px;transition:background .15s,color .15s}.chatbot-pill:hover{background:var(--free-red);color:#fff}.chatbot-questions{flex-direction:column;gap:6px;margin-top:8px;display:flex}.chatbot-question-chip{border:1px solid var(--border);border-radius:var(--radius-md);font-size:13px;font-family:var(--font-inter), sans-serif;color:var(--text);cursor:pointer;text-align:left;background:#fff;padding:10px 14px;line-height:1.4;transition:border-color .15s,background .15s}.chatbot-question-chip:hover{border-color:var(--free-red);background:var(--free-red-light)}.chatbot-back{color:var(--muted);font-size:12px;font-family:var(--font-inter), sans-serif;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;margin-bottom:6px;padding:0;transition:color .15s;display:inline-flex}.chatbot-back:hover{color:var(--free-red)}.chatbot-post-actions{border-top:1px solid var(--border);margin-top:16px;padding-top:14px}.chatbot-post-label{color:var(--muted);font-size:12px;font-weight:600;font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.chatbot-post-divider{background:var(--border);height:1px;margin:12px 0}.chatbot-post-links{flex-wrap:wrap;gap:8px;display:flex}.chatbot-action-link{border-radius:var(--radius-md);font-size:12px;font-weight:600;font-family:var(--font-inter), sans-serif;cursor:pointer;background:var(--surface2);color:var(--muted);border:1px solid var(--border);align-items:center;gap:4px;padding:7px 14px;text-decoration:none;transition:background .15s,color .15s;display:inline-flex}.chatbot-action-link:hover{background:var(--free-red-light);color:var(--free-red);border-color:var(--free-red-border)}.chatbot-demo-link{background:var(--free-red);color:#fff;border-color:var(--free-red)}.chatbot-demo-link:hover{background:var(--accent-hover);color:#fff;border-color:var(--accent-hover)}.chatbot-form{margin-top:12px}.chatbot-form-intro{color:var(--muted);margin-bottom:12px;font-size:13px;line-height:1.5}.chatbot-form-label{font-size:11px;font-family:var(--font-dm-mono), monospace;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:4px;font-weight:500;display:block}.chatbot-form-input,.chatbot-form-textarea{background:var(--surface2);border:1px solid var(--border2);border-radius:var(--radius-md);width:100%;color:var(--text);font-size:13px;font-family:var(--font-inter), sans-serif;box-sizing:border-box;outline:none;margin-bottom:10px;padding:9px 13px;transition:border-color .2s}.chatbot-form-input:focus,.chatbot-form-textarea:focus{border-color:var(--free-red);background:#fff}.chatbot-form-error{border-color:var(--danger)!important;background:var(--danger-bg)!important}.chatbot-form-textarea{resize:vertical;min-height:60px}.chatbot-form-submit{background:var(--free-red);color:#fff;border-radius:var(--radius-md);width:100%;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;cursor:pointer;border:none;margin-bottom:12px;padding:10px 16px;transition:background .15s}.chatbot-form-submit:hover{background:var(--accent-hover)}.chatbot-form-submit:disabled{opacity:.6;cursor:not-allowed}@media (max-width:600px){.chatbot-bubble{bottom:16px;right:16px}.chatbot-window{width:calc(100vw - 32px);max-height:70vh;bottom:84px;right:16px}}