.chat-fab[data-astro-cid-ko2w4gwh]{position:fixed;bottom:28px;right:28px;z-index:900;width:56px;height:56px;border-radius:50%;background:var(--emerald);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 24px #00000047;transition:transform .2s,background .2s,box-shadow .2s;border:2px solid rgba(201,168,76,.4);font-family:inherit}.chat-fab[data-astro-cid-ko2w4gwh]:hover{transform:scale(1.1);background:#1e5a46;box-shadow:0 6px 28px #00000059}.chat-fab[data-astro-cid-ko2w4gwh].open{background:var(--charcoal, #2c2c2c);border-color:#c9a84c99}.chat-fab[data-astro-cid-ko2w4gwh] svg[data-astro-cid-ko2w4gwh]{transition:transform .2s}.chat-fab[data-astro-cid-ko2w4gwh].open svg[data-astro-cid-ko2w4gwh]{transform:scale(.85)}.chat-panel[data-astro-cid-ko2w4gwh]{position:fixed;bottom:100px;right:24px;z-index:901;width:360px;max-width:calc(100vw - 32px);background:#fff;border-radius:18px;box-shadow:0 12px 56px #00000029,0 2px 8px #00000014;display:flex;flex-direction:column;overflow:hidden;transform:translateY(24px) scale(.94);opacity:0;pointer-events:none;transition:transform .25s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}.chat-panel[data-astro-cid-ko2w4gwh].open{transform:translateY(0) scale(1);opacity:1;pointer-events:all}.chat-header[data-astro-cid-ko2w4gwh]{background:var(--emerald);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:12px 14px;flex-shrink:0}.chat-header-info[data-astro-cid-ko2w4gwh]{display:flex;align-items:center;gap:10px}.chat-avatar-sm[data-astro-cid-ko2w4gwh]{width:34px;height:34px;border-radius:50%;background:#fff3;border:1.5px solid rgba(255,255,255,.4);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.9rem;font-family:Be Vietnam Pro,sans-serif;flex-shrink:0}.chat-header-title[data-astro-cid-ko2w4gwh]{font-weight:700;font-size:.88rem;font-family:Be Vietnam Pro,sans-serif;line-height:1.2}.chat-header-sub[data-astro-cid-ko2w4gwh]{font-size:.72rem;opacity:.75;font-family:Be Vietnam Pro,sans-serif}#chat-close[data-astro-cid-ko2w4gwh]{background:none;border:none;color:#fffc;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s;flex-shrink:0}#chat-close[data-astro-cid-ko2w4gwh]:hover{background:#ffffff26;color:#fff}.chat-messages[data-astro-cid-ko2w4gwh]{flex:1;overflow-y:auto;padding:14px 12px;display:flex;flex-direction:column;gap:10px;min-height:200px;max-height:300px;font-family:Be Vietnam Pro,sans-serif;font-size:.84rem;background:#f8f7f4;scroll-behavior:smooth}.chat-messages[data-astro-cid-ko2w4gwh]::-webkit-scrollbar{width:4px}.chat-messages[data-astro-cid-ko2w4gwh]::-webkit-scrollbar-track{background:transparent}.chat-messages[data-astro-cid-ko2w4gwh]::-webkit-scrollbar-thumb{background:#d0cdc6;border-radius:2px}.chat-msg[data-astro-cid-ko2w4gwh]{padding:9px 13px;border-radius:14px;line-height:1.65;max-width:88%;word-break:break-word;animation:msgIn .18s ease-out}@keyframes msgIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-msg-user[data-astro-cid-ko2w4gwh]{background:var(--emerald);color:#fff;align-self:flex-end;border-bottom-right-radius:4px;font-weight:500}.chat-msg-ai[data-astro-cid-ko2w4gwh]{background:#fff;color:var(--charcoal, #2c2c2c);align-self:flex-start;border-bottom-left-radius:4px;border:1px solid #e8e6e0;box-shadow:0 1px 4px #0000000f}.chat-msg-ai[data-astro-cid-ko2w4gwh] strong[data-astro-cid-ko2w4gwh]{font-weight:700}.chat-msg-ai[data-astro-cid-ko2w4gwh] em[data-astro-cid-ko2w4gwh]{font-style:italic}.chat-msg-ai[data-astro-cid-ko2w4gwh] code[data-astro-cid-ko2w4gwh]{background:#f0efea;padding:1px 5px;border-radius:4px;font-size:.82em}.chat-msg-ai[data-astro-cid-ko2w4gwh] ul[data-astro-cid-ko2w4gwh]{padding-left:16px;margin:5px 0}.chat-msg-ai[data-astro-cid-ko2w4gwh] li[data-astro-cid-ko2w4gwh]{margin:2px 0}.chat-msg-ai[data-astro-cid-ko2w4gwh] a[data-astro-cid-ko2w4gwh]{color:var(--emerald);text-decoration:underline;text-decoration-thickness:1px}.chat-msg-ai[data-astro-cid-ko2w4gwh] a[data-astro-cid-ko2w4gwh]:hover{opacity:.8}.chat-msg-info[data-astro-cid-ko2w4gwh]{color:#999;font-size:.77rem;text-align:center;align-self:center;display:flex;align-items:center;gap:6px}.chat-typing-dots[data-astro-cid-ko2w4gwh]{display:inline-flex;gap:5px;padding:10px 14px;background:#fff;border:1px solid #e8e6e0;border-radius:14px 14px 14px 4px;align-self:flex-start;box-shadow:0 1px 4px #0000000f;animation:msgIn .18s ease-out}.chat-typing-dots[data-astro-cid-ko2w4gwh] span[data-astro-cid-ko2w4gwh]{width:7px;height:7px;border-radius:50%;background:var(--emerald);display:block;animation:dotBounce 1.3s ease-in-out infinite}.chat-typing-dots[data-astro-cid-ko2w4gwh] span[data-astro-cid-ko2w4gwh]:nth-child(2){animation-delay:.18s}.chat-typing-dots[data-astro-cid-ko2w4gwh] span[data-astro-cid-ko2w4gwh]:nth-child(3){animation-delay:.36s}@keyframes dotBounce{0%,60%,to{transform:translateY(0);opacity:.45}30%{transform:translateY(-5px);opacity:1}}.chat-msg-ai[data-astro-cid-ko2w4gwh].streaming:after{content:"▋";display:inline-block;margin-left:1px;animation:cursorBlink .7s step-end infinite;color:var(--emerald);font-size:.85em}@keyframes cursorBlink{0%,to{opacity:1}50%{opacity:0}}.chat-starters[data-astro-cid-ko2w4gwh]{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;background:#f8f7f4;border-top:1px solid #eeece6;flex-shrink:0}.chat-starter[data-astro-cid-ko2w4gwh]{background:#fff;border:1px solid #e0ddd4;color:var(--charcoal, #2c2c2c);padding:5px 10px;border-radius:20px;font-size:.74rem;cursor:pointer;transition:all .15s;font-family:Be Vietnam Pro,sans-serif;line-height:1.3;white-space:nowrap}.chat-starter[data-astro-cid-ko2w4gwh]:hover{background:var(--emerald);color:#fff;border-color:var(--emerald);transform:translateY(-1px)}.chat-input-row[data-astro-cid-ko2w4gwh]{display:flex;gap:6px;padding:8px 10px 10px;border-top:1px solid #eeece6;flex-shrink:0;background:#fff}#chat-input[data-astro-cid-ko2w4gwh]{flex:1;border:1.5px solid #e0ddd4;border-radius:10px;padding:9px 12px;font-family:Be Vietnam Pro,sans-serif;font-size:.84rem;outline:none;transition:border-color .2s,box-shadow .2s;color:var(--charcoal, #2c2c2c);background:#f8f7f4}#chat-input[data-astro-cid-ko2w4gwh]:focus{border-color:var(--emerald);background:#fff;box-shadow:0 0 0 3px #22785014}#chat-send[data-astro-cid-ko2w4gwh]{background:var(--emerald);color:#fff;border:none;border-radius:10px;padding:0 14px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .18s,transform .15s;flex-shrink:0;height:38px;min-width:42px}#chat-send[data-astro-cid-ko2w4gwh]:hover:not(:disabled){background:#1e5a46;transform:translateY(-1px)}#chat-send[data-astro-cid-ko2w4gwh]:active:not(:disabled){transform:translateY(0)}#chat-send[data-astro-cid-ko2w4gwh]:disabled{opacity:.4;cursor:default}@media (max-width: 768px){.chat-fab[data-astro-cid-ko2w4gwh]{bottom:20px;right:16px;width:52px;height:52px}.chat-panel[data-astro-cid-ko2w4gwh]{bottom:82px;right:12px;width:calc(100vw - 24px)}.chat-messages[data-astro-cid-ko2w4gwh]{max-height:250px}}
