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