.hg-aichat-ring{position:relative;display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;padding:2px;isolation:isolate}.hg-aichat-ring:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:-1;background:conic-gradient(from 0deg,#761098,#c084f5,#ff5fd2,#c084f5,#761098);animation:hgAichatSpin 3.2s linear infinite}.hg-aichat-ring:after{content:"";position:absolute;inset:2px;border-radius:inherit;z-index:-1;background:var(--bs-body-bg, #fff)}.hg-aichat-ring--pill{width:auto;height:38px;border-radius:999px}.hg-aichat-trigger{appearance:none;border:0;padding:0;cursor:pointer;width:34px;height:34px;border-radius:50%;display:grid;place-items:center;color:#761098;background:transparent;transition:transform .15s ease,color .15s ease}.hg-aichat-trigger--pill{width:auto;height:34px;border-radius:999px;padding:0 .8rem 0 .6rem;display:inline-flex;align-items:center;gap:.4rem;white-space:nowrap}.hg-aichat-trigger:hover{transform:scale(1.06);color:#c084f5}.hg-aichat-trigger--pill:hover{transform:none;color:#c084f5}.hg-aichat-trigger:focus-visible{outline:2px solid #c084f5;outline-offset:2px}.hg-aichat-trigger__icon{font-size:19px;line-height:1}.hg-aichat-trigger__label{font-size:.85rem;font-weight:700;line-height:1;letter-spacing:.1px}.hg-aichat-trigger--pill .hg-aichat-trigger__icon{font-size:15px;color:#761098}.hg-aichat-ring--pill{padding:1.5px;height:34px}.hg-aichat-ring--pill:before{animation:none!important;background:linear-gradient(110deg,#761098,#c084f5,#ff5fd2,#c084f5,#761098)!important}.hg-aichat-ring--pill:after{background:var(--bs-body-bg, #fff)}[data-bs-theme=dark] .hg-aichat-ring--pill:after{background:#1a1a2e}[data-bs-theme=dark] .hg-aichat-trigger--pill .hg-aichat-trigger__icon,[data-bs-theme=dark] .hg-aichat-trigger{color:#d8b4fe}[data-bs-theme=dark] .hg-aichat-trigger:hover{color:#c084f5}@keyframes hgAichatSpin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.hg-aichat-ring:before{animation:none}}@media(max-width:575.98px){.hg-aichat-ring--pill{width:38px;height:38px;border-radius:50%}.hg-aichat-trigger--pill{width:34px;height:34px;border-radius:50%;padding:0;justify-content:center;gap:0}.hg-aichat-trigger__label{display:none}}.hg-aichat-panel{position:fixed;right:20px;bottom:20px;z-index:1090;width:384px;max-width:calc(100vw - 32px);height:600px;max-height:calc(100dvh - 40px);display:flex;flex-direction:column;background:var(--bs-body-bg, #fff);color:var(--bs-body-color, #1f2937);border:1px solid rgba(118,16,152,.14);border-radius:22px;overflow:hidden;box-shadow:0 30px 80px -12px #4c0a636b,0 8px 24px #0f172a24;opacity:0;transform:translateY(24px) scale(.96);transform-origin:bottom right;transition:opacity .26s cubic-bezier(.16,1,.3,1),transform .26s cubic-bezier(.16,1,.3,1);pointer-events:none}.hg-aichat-panel.is-open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}[data-bs-theme=dark] .hg-aichat-panel{background:#14101c;border-color:#c084f538;box-shadow:0 30px 80px -12px #000000b3,0 8px 24px #00000080}@media(prefers-reduced-motion:reduce){.hg-aichat-panel{transition:opacity .2s ease;transform:none!important}}.hg-aichat-panel__head{position:relative;display:flex;align-items:center;gap:.7rem;padding:.95rem 1.05rem;flex:0 0 auto;background:linear-gradient(125deg,#5e0c7d,#761098 45%,#a855f7);color:#fff}.hg-aichat-panel__head:after{content:"";position:absolute;right:-30px;top:-40px;width:140px;height:140px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.18),transparent 70%);pointer-events:none}.hg-aichat-panel__avatar{position:relative;flex:0 0 auto;width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:#ffffff2e;box-shadow:inset 0 0 0 1px #ffffff47}.hg-aichat-panel__avatar-ico{font-size:21px;line-height:1;color:#fff}.hg-aichat-panel__dot{position:absolute;right:-1px;bottom:-1px;width:12px;height:12px;border-radius:50%;background:#22c55e;border:2px solid #761098}.hg-aichat-panel__head-txt{display:flex;flex-direction:column;gap:1px;flex:1 1 auto;min-width:0}.hg-aichat-panel__title{font-weight:700;font-size:1rem;line-height:1.2;letter-spacing:.1px}.hg-aichat-panel__status{display:inline-flex;align-items:center;gap:.35rem;font-size:.74rem;font-weight:500;color:#ffffffd9}.hg-aichat-panel__status-dot{width:7px;height:7px;border-radius:50%;background:#4ade80;box-shadow:0 0 #4ade8099;animation:hgAichatPulse 2s infinite}@keyframes hgAichatPulse{0%{box-shadow:0 0 #4ade8080}70%{box-shadow:0 0 0 6px #4ade8000}to{box-shadow:0 0 #4ade8000}}.hg-aichat-panel__close{position:relative;appearance:none;border:0;background:#ffffff24;color:#fff;font-size:19px;line-height:1;cursor:pointer;display:grid;place-items:center;padding:0;width:30px;height:30px;border-radius:50%;flex:0 0 auto;transition:background .15s ease,transform .15s ease}.hg-aichat-panel__close:hover{background:#ffffff47;transform:rotate(90deg)}.hg-aichat-panel__body{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:1.1rem 1rem .6rem;display:flex;flex-direction:column;gap:.8rem;background:linear-gradient(180deg,rgba(118,16,152,.035),transparent 120px);scrollbar-width:thin;scrollbar-color:rgba(118,16,152,.3) transparent}[data-bs-theme=dark] .hg-aichat-panel__body{background:linear-gradient(180deg,rgba(192,132,245,.06),transparent 120px)}.hg-aichat-panel__body::-webkit-scrollbar{width:6px}.hg-aichat-panel__body::-webkit-scrollbar-thumb{background:#76109847;border-radius:999px}.hg-aichat-msg{display:flex;align-items:flex-end;gap:.5rem;max-width:100%;animation:hgAichatMsgIn .3s cubic-bezier(.16,1,.3,1) both}.hg-aichat-msg--bot{align-self:flex-start;max-width:92%}.hg-aichat-msg--user{align-self:flex-end;max-width:88%;flex-direction:row-reverse}@keyframes hgAichatMsgIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.hg-aichat-msg{animation:none}}.hg-aichat-ava{flex:0 0 auto;width:28px;height:28px;border-radius:50%;display:grid;place-items:center;font-size:15px;color:#fff;background:linear-gradient(135deg,#761098,#c084f5);box-shadow:0 2px 6px #7610984d;margin-bottom:1px}.hg-aichat-msg--user .hg-aichat-ava{display:none}.hg-aichat-bubble{display:inline-block;padding:.6rem .85rem;border-radius:16px;font-size:.9rem;line-height:1.5;word-break:break-word;white-space:pre-wrap;box-shadow:0 1px 2px #0f172a0f}.hg-aichat-msg--bot .hg-aichat-bubble{background:#fff;color:#1f2937;border:1px solid rgba(118,16,152,.1);border-bottom-left-radius:5px}.hg-aichat-msg--user .hg-aichat-bubble{background:linear-gradient(125deg,#761098,#a855f7);color:#fff;border-bottom-right-radius:5px;box-shadow:0 3px 10px #76109847}[data-bs-theme=dark] .hg-aichat-msg--bot .hg-aichat-bubble{background:#221a30;color:#f3f4f6;border-color:#c084f52e}.hg-aichat-bubble a{color:#761098;font-weight:600;text-decoration:underline;word-break:break-all}.hg-aichat-msg--user .hg-aichat-bubble a{color:#fff}[data-bs-theme=dark] .hg-aichat-bubble a{color:#d8b4fe}.hg-aichat-bubble strong{font-weight:700}.hg-aichat-links{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.15rem}.hg-aichat-link{display:inline-flex;align-items:center;gap:.3rem;padding:.4rem .8rem;font-size:.82rem;font-weight:600;text-decoration:none;border-radius:999px;border:1px solid rgba(118,16,152,.3);color:#761098;background:#7610980a;transition:background .15s ease,transform .15s ease,box-shadow .15s ease}.hg-aichat-link:hover{background:#7610981f;transform:translateY(-1px);box-shadow:0 3px 10px #7610982e}[data-bs-theme=dark] .hg-aichat-link{border-color:#c084f566;color:#d8b4fe;background:#c084f514}[data-bs-theme=dark] .hg-aichat-link:hover{background:#c084f52e}.hg-aichat-chips{display:flex;flex-wrap:wrap;gap:.45rem;margin:.1rem 0 .2rem 36px}.hg-aichat-chips.is-hidden{display:none}.hg-aichat-chip{appearance:none;cursor:pointer;font-family:inherit;padding:.5rem .85rem;font-size:.83rem;font-weight:600;border-radius:999px;border:1px solid rgba(118,16,152,.28);color:#761098;background:#fff;transition:background .15s ease,transform .15s ease,box-shadow .15s ease,border-color .15s ease;line-height:1.2}.hg-aichat-chip:hover{background:linear-gradient(125deg,#761098,#a855f7);color:#fff;border-color:transparent;transform:translateY(-1px);box-shadow:0 4px 12px #76109847}.hg-aichat-chip:focus-visible{outline:2px solid #c084f5;outline-offset:2px}[data-bs-theme=dark] .hg-aichat-chip{background:#221a30;border-color:#c084f552;color:#d8b4fe}[data-bs-theme=dark] .hg-aichat-chip:hover{background:linear-gradient(125deg,#761098,#a855f7);color:#fff}.hg-aichat-typing{display:inline-flex;align-items:center;gap:5px;padding:.7rem .9rem}.hg-aichat-typing span{width:7px;height:7px;border-radius:50%;background:#c084f5;opacity:.6;animation:hgAichatBlink 1.2s infinite both}.hg-aichat-typing span:nth-child(2){animation-delay:.2s}.hg-aichat-typing span:nth-child(3){animation-delay:.4s}@keyframes hgAichatBlink{0%,80%,to{opacity:.25;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.hg-aichat-panel__form{flex:0 0 auto;display:flex;flex-direction:column;gap:.35rem;padding:.7rem .85rem .8rem;border-top:1px solid rgba(118,16,152,.1);background:var(--bs-body-bg, #fff)}[data-bs-theme=dark] .hg-aichat-panel__form{border-top-color:#c084f529;background:#14101c}.hg-aichat-inputwrap{display:flex;align-items:center;gap:.4rem;border:1.5px solid rgba(118,16,152,.22);border-radius:999px;padding:.25rem .25rem .25rem .3rem;background:var(--bs-body-bg, #fff);transition:border-color .15s ease,box-shadow .15s ease}.hg-aichat-inputwrap:focus-within{border-color:#c084f5;box-shadow:0 0 0 4px #c084f529}[data-bs-theme=dark] .hg-aichat-inputwrap{background:#ffffff08;border-color:#c084f542}.hg-aichat-input{flex:1 1 auto;min-width:0;border:0;background:transparent;padding:.5rem .35rem .5rem .65rem;font-size:.92rem;color:var(--bs-body-color, #1f2937);outline:none;font-family:inherit}[data-bs-theme=dark] .hg-aichat-input{color:#f3f4f6}.hg-aichat-input::placeholder{color:#9ca3af}.hg-aichat-send{flex:0 0 auto;appearance:none;border:0;cursor:pointer;display:inline-grid;place-items:center;width:38px;height:38px;border-radius:50%;color:#fff;font-size:17px;background:linear-gradient(125deg,#761098,#a855f7);transition:transform .15s ease,opacity .15s ease,box-shadow .15s ease;box-shadow:0 2px 8px #76109852}.hg-aichat-send:hover{transform:scale(1.08) rotate(8deg);box-shadow:0 4px 14px #76109873}.hg-aichat-send:disabled{opacity:.5;cursor:default;transform:none;box-shadow:none}.hg-aichat-send__label{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.hg-aichat-foot{display:block;text-align:center;font-size:.68rem;color:#9ca3af;line-height:1.2}[data-bs-theme=dark] .hg-aichat-foot{color:#6b7280}@media(max-width:575.98px){.hg-aichat-panel{inset:0;width:100%;max-width:100%;height:100dvh;max-height:100dvh;border-radius:0;border:0;transform-origin:center bottom}.hg-aichat-chips{margin-left:36px}}@media(min-width:576px)and (max-width:767.98px){.hg-aichat-panel{right:12px;bottom:12px;max-width:calc(100vw - 24px);max-height:calc(100dvh - 24px)}}
