.ai-chat-btn[data-astro-cid-tmw4mlqq]{z-index:60;background:var(--gradient-accent);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;animation:3s ease-in-out infinite ai-btn-breathe;display:flex;position:fixed;bottom:5.5em;right:2em;overflow:visible}.ai-chat-btn[data-astro-cid-tmw4mlqq]:hover{animation:none;transform:scale(1.12)}.ai-chat-btn[data-astro-cid-tmw4mlqq].dragging{cursor:grabbing;animation:none;transition:none!important}.ai-chat-btn[data-astro-cid-tmw4mlqq].dragging:hover{transform:none}@keyframes ai-btn-breathe{0%,to{transform:scale(1);box-shadow:0 0 18px #6366f14d,0 0 40px #8b5cf61f}33%{transform:scale(1.06);box-shadow:0 0 24px #6366f173,0 0 56px #8b5cf633}66%{transform:scale(.96);box-shadow:0 0 14px #6366f140,0 0 32px #8b5cf614}}.ai-chat-btn[data-astro-cid-tmw4mlqq]:before{content:"";pointer-events:none;border:2px solid #6366f159;border-radius:50%;animation:2.8s ease-out infinite ai-ring-1;position:absolute;inset:-8px}@keyframes ai-ring-1{0%{opacity:.8;transform:scale(.85)}to{opacity:0;transform:scale(1.55)}}.ai-chat-btn[data-astro-cid-tmw4mlqq]:after{content:"";pointer-events:none;border:1.5px solid #8b5cf666;border-radius:50%;animation:2.4s ease-out .9s infinite ai-ring-2;position:absolute;inset:-8px}@keyframes ai-ring-2{0%{opacity:.7;transform:scale(.85)}to{opacity:0;transform:scale(1.6)}}.ai-chat-dialog[data-astro-cid-tmw4mlqq]{z-index:59;background:var(--card-bg);border:1px solid rgb(var(--gray-light));opacity:0;pointer-events:none;border-radius:16px;flex-direction:column;width:380px;max-width:calc(100vw - 2em);height:500px;max-height:calc(100dvh - 8em);transition:opacity .2s,transform .2s;display:flex;position:fixed;bottom:5.5em;right:2em;overflow:hidden;transform:translateY(12px)scale(.96);box-shadow:0 8px 40px #00000024}.ai-chat-dialog[data-astro-cid-tmw4mlqq].open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.ai-chat-header[data-astro-cid-tmw4mlqq]{border-bottom:1px solid rgb(var(--gray-light));flex-shrink:0;align-items:center;gap:.6em;padding:.85em 1em;display:flex}.ai-chat-avatar[data-astro-cid-tmw4mlqq]{background:var(--gradient-accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;font-size:1.1em;display:flex}.ai-chat-header-text[data-astro-cid-tmw4mlqq]{flex-direction:column;gap:.05em;display:flex}.ai-chat-title[data-astro-cid-tmw4mlqq]{color:rgb(var(--black));font-size:.95em;font-weight:700}.ai-chat-subtitle[data-astro-cid-tmw4mlqq]{color:rgb(var(--gray));font-size:.7em}.ai-chat-close[data-astro-cid-tmw4mlqq]{color:rgb(var(--gray));cursor:pointer;background:0 0;border:none;border-radius:6px;align-items:center;margin-left:auto;padding:.2em;transition:background .15s,color .15s;display:flex}.ai-chat-close[data-astro-cid-tmw4mlqq]:hover{background:rgb(var(--gray-light));color:rgb(var(--black))}.ai-chat-messages[data-astro-cid-tmw4mlqq]{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.6em;padding:1em;display:flex;overflow-y:auto}.ai-msg[data-astro-cid-tmw4mlqq]{max-width:85%;animation:.3s ease-out ai-msg-in;display:flex}.ai-msg[data-astro-cid-tmw4mlqq].ai-bot{align-self:flex-start}.ai-msg[data-astro-cid-tmw4mlqq].ai-user{align-self:flex-end}.ai-msg[data-astro-cid-tmw4mlqq].ai-error{align-self:center;max-width:95%}@keyframes ai-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-chat-bubble[data-astro-cid-tmw4mlqq]{word-break:break-word;border-radius:16px;padding:.65em .9em;font-size:.88em;line-height:1.55}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq]{background:rgb(var(--gray-light));color:rgb(var(--gray-dark));border-bottom-left-radius:4px}.ai-user[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq]{background:var(--gradient-accent);color:#fff;border-bottom-right-radius:4px;box-shadow:0 2px 8px #6366f138}.ai-error[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq]{color:#dc3545;text-align:center;background:#dc354512;border-radius:10px;font-size:.8em}.ai-msg[data-astro-cid-tmw4mlqq].ai-typing .ai-chat-bubble[data-astro-cid-tmw4mlqq]{align-items:center;gap:4px;display:flex}.ai-msg[data-astro-cid-tmw4mlqq].ai-typing .ai-chat-bubble[data-astro-cid-tmw4mlqq] span[data-astro-cid-tmw4mlqq]{background:rgb(var(--gray));border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite ai-bounce}.ai-msg[data-astro-cid-tmw4mlqq].ai-typing .ai-chat-bubble[data-astro-cid-tmw4mlqq] span[data-astro-cid-tmw4mlqq]:nth-child(2){animation-delay:.15s}.ai-msg[data-astro-cid-tmw4mlqq].ai-typing .ai-chat-bubble[data-astro-cid-tmw4mlqq] span[data-astro-cid-tmw4mlqq]:nth-child(3){animation-delay:.3s}@keyframes ai-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-6px)}}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h1[data-astro-cid-tmw4mlqq],.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h2[data-astro-cid-tmw4mlqq],.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h3[data-astro-cid-tmw4mlqq],.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h4[data-astro-cid-tmw4mlqq]{color:inherit;margin:.6em 0 .3em;line-height:1.3}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h1[data-astro-cid-tmw4mlqq]{font-size:1.3em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h2[data-astro-cid-tmw4mlqq]{font-size:1.15em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] h3[data-astro-cid-tmw4mlqq]{font-size:1.05em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] p[data-astro-cid-tmw4mlqq]{margin:.4em 0}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] p[data-astro-cid-tmw4mlqq]:first-child{margin-top:0}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] p[data-astro-cid-tmw4mlqq]:last-child{margin-bottom:0}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] code[data-astro-cid-tmw4mlqq]{background:rgba(var(--accent-rgb), .12);border-radius:3px;padding:.12em .35em;font-family:Courier New,Courier,monospace;font-size:.86em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] pre[data-astro-cid-tmw4mlqq]{background:rgba(var(--black), .06);border-radius:8px;margin:.5em 0;padding:.7em .9em;font-size:.8em;line-height:1.5;overflow-x:auto}[data-astro-cid-tmw4mlqq][data-theme=dark] .ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] pre[data-astro-cid-tmw4mlqq]{background:#ffffff0f}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] pre[data-astro-cid-tmw4mlqq] code[data-astro-cid-tmw4mlqq]{font-size:inherit;background:0 0;padding:0}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] ul[data-astro-cid-tmw4mlqq],.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] ol[data-astro-cid-tmw4mlqq]{margin:.3em 0;padding-left:1.3em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] li[data-astro-cid-tmw4mlqq]{margin:.15em 0}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] blockquote[data-astro-cid-tmw4mlqq]{border-left:3px solid var(--accent);opacity:.85;margin:.4em 0;padding:.2em 0 .2em .7em;font-size:.9em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] a[data-astro-cid-tmw4mlqq]{color:var(--accent);word-break:break-all;text-decoration:underline}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] table[data-astro-cid-tmw4mlqq]{border-collapse:collapse;width:100%;margin:.4em 0;font-size:.82em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] th[data-astro-cid-tmw4mlqq],.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] td[data-astro-cid-tmw4mlqq]{border:1px solid rgb(var(--gray-light));text-align:left;padding:.3em .5em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] th[data-astro-cid-tmw4mlqq]{background:rgba(var(--accent-rgb), .08);font-weight:600}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] hr[data-astro-cid-tmw4mlqq]{border:none;border-top:1px solid rgb(var(--gray-light));margin:.6em 0}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] input[data-astro-cid-tmw4mlqq][type=checkbox]{margin-right:.3em}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] strong[data-astro-cid-tmw4mlqq]{font-weight:700}.ai-bot[data-astro-cid-tmw4mlqq] .ai-chat-bubble[data-astro-cid-tmw4mlqq] em[data-astro-cid-tmw4mlqq]{font-style:italic}.ai-chat-input-area[data-astro-cid-tmw4mlqq]{border-top:1px solid rgb(var(--gray-light));flex-shrink:0;align-items:flex-end;gap:.5em;padding:.7em 1em;display:flex}.ai-chat-input[data-astro-cid-tmw4mlqq]{resize:none;border:1px solid rgb(var(--gray-light));background:rgb(var(--gray-light));color:rgb(var(--black));border-radius:10px;outline:none;flex:1;max-height:100px;padding:.55em .75em;font-family:inherit;font-size:.88em;line-height:1.45;transition:border-color .15s}.ai-chat-input[data-astro-cid-tmw4mlqq]:focus{border-color:var(--accent)}.ai-chat-input[data-astro-cid-tmw4mlqq]::placeholder{color:rgb(var(--gray))}.ai-chat-send[data-astro-cid-tmw4mlqq]{background:var(--gradient-accent);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:opacity .15s,transform .15s;display:flex;box-shadow:0 2px 8px #6366f14d}.ai-chat-send[data-astro-cid-tmw4mlqq]:hover{opacity:.85}.ai-chat-send[data-astro-cid-tmw4mlqq]:active{transform:scale(.95)}.ai-chat-send[data-astro-cid-tmw4mlqq]:disabled{opacity:.4;cursor:not-allowed}@media (width<=500px){.ai-chat-dialog[data-astro-cid-tmw4mlqq]{border-radius:16px 16px 0 0;width:auto;max-width:none;height:auto;max-height:55dvh;bottom:5em;left:.5em;right:.5em}.ai-chat-btn[data-astro-cid-tmw4mlqq]{bottom:4.8em;right:1em}}
