.chatbot-sidebar[data-astro-cid-3p3dd4tr]{position:fixed;top:0;right:-420px;width:400px;max-width:100vw;height:100vh;z-index:50000;display:flex;flex-direction:column;background:#0d1117;border-left:1px solid rgba(255,255,255,.08);box-shadow:-8px 0 32px #00000080;transition:right .3s cubic-bezier(.4,0,.2,1)}.chatbot-sidebar[data-astro-cid-3p3dd4tr].open{right:0}.chatbot-overlay[data-astro-cid-3p3dd4tr]{position:fixed;inset:0;z-index:49999;background:#00000080;opacity:0;visibility:hidden;transition:all .3s ease}.chatbot-overlay[data-astro-cid-3p3dd4tr].open{opacity:1;visibility:visible}.chatbot-header[data-astro-cid-3p3dd4tr]{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(255,255,255,.06);background:#0d1117f2;backdrop-filter:blur(12px)}.chatbot-header-left[data-astro-cid-3p3dd4tr]{display:flex;align-items:center;gap:10px}.chatbot-header-icon[data-astro-cid-3p3dd4tr]{font-size:1.2rem}.chatbot-header-title[data-astro-cid-3p3dd4tr]{font-weight:600;font-size:15px;color:#e6edf3}.chatbot-close[data-astro-cid-3p3dd4tr]{background:none;border:1px solid rgba(255,255,255,.1);color:#8b949e;font-size:14px;width:32px;height:32px;border-radius:8px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.chatbot-close[data-astro-cid-3p3dd4tr]:hover{color:#e6edf3;border-color:#fff3;background:#ffffff0d}.chatbot-context-badge[data-astro-cid-3p3dd4tr]{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#3b82f614;border-bottom:1px solid rgba(59,130,246,.15);font-size:12px;color:#58a6ff}.chatbot-context-icon[data-astro-cid-3p3dd4tr]{font-size:14px}.chatbot-context-text[data-astro-cid-3p3dd4tr]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chatbot-messages[data-astro-cid-3p3dd4tr]{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.chatbot-welcome[data-astro-cid-3p3dd4tr]{text-align:center;padding:40px 20px;color:#8b949e;font-size:14px;line-height:1.6}.chatbot-welcome-icon[data-astro-cid-3p3dd4tr]{font-size:2.5rem;margin-bottom:12px}.chatbot-welcome-sub[data-astro-cid-3p3dd4tr]{font-size:12px;margin-top:8px;color:#6e7681}.chatbot-msg[data-astro-cid-3p3dd4tr]{max-width:90%;padding:12px 16px;border-radius:12px;font-size:14px;line-height:1.6;word-wrap:break-word;animation:msgFadeIn .2s ease}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg--user[data-astro-cid-3p3dd4tr]{align-self:flex-end;background:linear-gradient(135deg,#1f6feb,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.chatbot-msg--assistant[data-astro-cid-3p3dd4tr]{align-self:flex-start;background:#ffffff0f;color:#e6edf3;border:1px solid rgba(255,255,255,.06);border-bottom-left-radius:4px}.chatbot-msg--assistant[data-astro-cid-3p3dd4tr] strong[data-astro-cid-3p3dd4tr]{color:#58a6ff}.chatbot-msg--system[data-astro-cid-3p3dd4tr]{align-self:center;background:#8b5cf61a;border:1px solid rgba(139,92,246,.2);color:#d4b4fe;font-size:12px;text-align:center;max-width:100%}.chatbot-msg--error[data-astro-cid-3p3dd4tr]{align-self:center;background:#f871711a;border:1px solid rgba(248,113,113,.2);color:#fca5a5;font-size:13px;text-align:center;max-width:100%}.chatbot-quick-prompts[data-astro-cid-3p3dd4tr]{display:flex;gap:8px;padding:0 20px 12px;flex-wrap:wrap}.chatbot-quick-btn[data-astro-cid-3p3dd4tr]{padding:6px 12px;border-radius:20px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#8b949e;font-size:12px;font-family:inherit;cursor:pointer;transition:all .15s;white-space:nowrap}.chatbot-quick-btn[data-astro-cid-3p3dd4tr]:hover{border-color:#58a6ff;color:#58a6ff;background:#3b82f614}.chatbot-input-area[data-astro-cid-3p3dd4tr]{padding:16px 20px;border-top:1px solid rgba(255,255,255,.06);background:#0d1117f2}.chatbot-input-row[data-astro-cid-3p3dd4tr]{display:flex;gap:8px}.chatbot-input[data-astro-cid-3p3dd4tr]{flex:1;padding:12px 16px;border-radius:12px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a;color:#e6edf3;font-size:14px;font-family:inherit;outline:none;transition:border-color .15s}.chatbot-input[data-astro-cid-3p3dd4tr]:focus{border-color:#58a6ff}.chatbot-input[data-astro-cid-3p3dd4tr]::placeholder{color:#484f58}.chatbot-send[data-astro-cid-3p3dd4tr]{width:44px;height:44px;border-radius:12px;border:none;background:linear-gradient(135deg,#1f6feb,#8b5cf6);color:#fff;font-size:18px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.chatbot-send[data-astro-cid-3p3dd4tr]:hover{transform:scale(1.05);box-shadow:0 4px 16px #1f6feb66}.chatbot-send[data-astro-cid-3p3dd4tr]:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbot-typing[data-astro-cid-3p3dd4tr]{display:flex;gap:4px;padding:0 0 8px}.chatbot-typing-dot[data-astro-cid-3p3dd4tr]{width:6px;height:6px;border-radius:50%;background:#58a6ff;animation:typingBounce 1.2s infinite}.chatbot-typing-dot[data-astro-cid-3p3dd4tr]:nth-child(2){animation-delay:.2s}.chatbot-typing-dot[data-astro-cid-3p3dd4tr]:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,80%,to{transform:translateY(0);opacity:.4}40%{transform:translateY(-6px);opacity:1}}@media(max-width:480px){.chatbot-sidebar[data-astro-cid-3p3dd4tr]{width:100vw;right:-100vw}}
