.chatbot__toggle{z-index:950;background:var(--color-green);color:#fff;cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:transform .3s cubic-bezier(.16,1,.3,1),box-shadow .3s;display:flex;position:fixed;bottom:5rem;right:1.5rem;box-shadow:0 .25rem 1.5rem #1db9544d}.chatbot__toggle:hover{transform:scale(1.08);box-shadow:0 .375rem 2rem #1db95466}.chatbot__toggle--active{background:var(--color-charcoal);box-shadow:0 .25rem 1rem #0000004d}.chatbot__toggle-icon{fill:none;stroke:currentColor;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;width:1.5rem;height:1.5rem}.chatbot__badge{border:.125rem solid var(--color-dark);background:#ef4444;border-radius:50%;width:.75rem;height:.75rem;animation:2s ease-in-out infinite chatbot-badge-pulse;position:absolute;top:-.125rem;right:-.125rem}@keyframes chatbot-badge-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.3)}}.chatbot__notification{z-index:950;background:var(--color-charcoal);color:#fff;cursor:pointer;border:1px solid #ffffff14;border-radius:.75rem;max-width:17rem;padding:.75rem 1rem;font-size:.8125rem;line-height:1.5;animation:.4s cubic-bezier(.16,1,.3,1) forwards chatbot-notification-in;position:fixed;bottom:10rem;right:1.5rem;box-shadow:0 .5rem 2rem #0006}.chatbot__notification--exit{animation:.3s forwards chatbot-notification-out}@keyframes chatbot-notification-in{0%{opacity:0;transform:translateY(.5rem)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes chatbot-notification-out{0%{opacity:1;transform:translateY(0)scale(1)}to{opacity:0;transform:translateY(.5rem)scale(.95)}}.chatbot__panel{z-index:1100;background:var(--color-dark);border:1px solid #ffffff0f;border-radius:1rem;flex-direction:column;width:26.25rem;height:40rem;max-height:calc(100dvh - 8rem);display:flex;position:fixed;bottom:5rem;right:1.5rem;overflow:hidden;box-shadow:0 1.5rem 4rem #00000080}.chatbot__header{border-bottom:1px solid #ffffff0f;flex-shrink:0;justify-content:space-between;align-items:center;padding:1rem 1.25rem;display:flex}.chatbot__header-title{color:#fff;align-items:center;gap:.5rem;margin:0;font-size:.875rem;font-weight:600;display:flex}.chatbot__header-dot{background:var(--color-green);border-radius:50%;width:.5rem;height:.5rem;box-shadow:0 0 .375rem #1db95480}.chatbot__header-close{color:#fff6;cursor:pointer;background:0 0;border:none;border-radius:.375rem;justify-content:center;align-items:center;padding:.25rem;transition:color .2s,background .2s;display:flex}.chatbot__header-close:hover{color:#fff;background:#ffffff0f}.chatbot__messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:.75rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.chatbot__messages::-webkit-scrollbar{width:.25rem}.chatbot__messages::-webkit-scrollbar-track{background:0 0}.chatbot__messages::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:.125rem}.chatbot__welcome{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:2rem 1rem;display:flex}.chatbot__welcome-text{color:#fff9;margin:0;font-size:.875rem;line-height:1.6}.chatbot__welcome-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.chatbot__welcome-pill{color:#ffffffb3;cursor:pointer;font-size:.75rem;font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff14;border-radius:1.25rem;padding:.5rem .875rem;transition:background .2s,color .2s,border-color .2s}.chatbot__welcome-pill:hover{color:var(--color-green);background:#1db9541a;border-color:#1db9544d}.chatbot__message{flex-direction:column;max-width:85%;display:flex}.chatbot__message--user{align-self:flex-end}.chatbot__message--assistant{align-self:flex-start}.chatbot__message-content{word-break:break-word;white-space:pre-wrap;border-radius:.875rem;padding:.625rem .875rem;font-size:.8125rem;line-height:1.6}.chatbot__message--user .chatbot__message-content{background:var(--color-green);color:#fff;border-bottom-right-radius:.25rem}.chatbot__message--assistant .chatbot__message-content{background:var(--color-charcoal);color:#ffffffe6;border-bottom-left-radius:.25rem}.chatbot__typing{align-self:flex-start;align-items:center;gap:.3rem;padding:.75rem 1rem;display:flex}.chatbot__typing-dot{background:#fff6;border-radius:50%;width:.375rem;height:.375rem;animation:1.4s ease-in-out infinite chatbot-typing-bounce}.chatbot__typing-dot:nth-child(2){animation-delay:.16s}.chatbot__typing-dot:nth-child(3){animation-delay:.32s}@keyframes chatbot-typing-bounce{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-.375rem)}}.chatbot__input-area{border-top:1px solid #ffffff0f;flex-shrink:0;align-items:flex-end;gap:.5rem;padding:.75rem 1rem;display:flex}.chatbot__input{color:#fff;font-size:.8125rem;font-family:var(--font-sans);resize:none;background:#ffffff0a;border:1px solid #ffffff14;border-radius:.75rem;outline:none;flex:1;min-height:2.5rem;max-height:6rem;padding:.625rem .875rem;line-height:1.5;transition:border-color .2s}.chatbot__input::placeholder{color:#ffffff4d}.chatbot__input:focus{border-color:var(--color-green)}.chatbot__send{background:var(--color-green);color:#fff;cursor:pointer;border:none;border-radius:.625rem;flex-shrink:0;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;transition:background .2s,opacity .2s;display:flex}.chatbot__send:hover{background:var(--color-green-dark)}.chatbot__send--disabled{opacity:.4;cursor:not-allowed;pointer-events:none}.chatbot__send-icon{fill:none;stroke:currentColor;stroke-width:2.5px;stroke-linecap:round;stroke-linejoin:round;width:1rem;height:1rem}.chatbot__handoff{background:#1db9540a;border:1px solid #1db95426;border-radius:.75rem;flex-direction:column;align-self:stretch;gap:.625rem;max-width:100%;padding:1rem;display:flex}.chatbot__handoff-label{color:var(--color-green);margin:0;font-size:.75rem;font-weight:600}.chatbot__handoff-input{color:#fff;font-size:.8125rem;font-family:var(--font-sans);background:#ffffff0a;border:1px solid #ffffff1a;border-radius:.5rem;outline:none;padding:.5rem .75rem;transition:border-color .2s}.chatbot__handoff-input::placeholder{color:#ffffff4d}.chatbot__handoff-input:focus{border-color:var(--color-green)}.chatbot__handoff-submit{background:var(--color-green);color:#fff;font-size:.8125rem;font-weight:600;font-family:var(--font-sans);cursor:pointer;border:none;border-radius:.5rem;padding:.5rem 1rem;transition:background .2s}.chatbot__handoff-submit:hover{background:var(--color-green-dark)}.chatbot__handoff-submit:disabled{opacity:.5;cursor:not-allowed}.chatbot__handoff-success{color:var(--color-green);margin:0;font-size:.8125rem;line-height:1.5}.chatbot__error{background:#ef444414;border:1px solid #ef444433;border-radius:.5rem;align-self:stretch;align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}.chatbot__error-text{color:#ef4444;flex:1;margin:0;font-size:.75rem}.chatbot__error-retry{color:#ef4444;font-size:.6875rem;font-family:var(--font-sans);cursor:pointer;background:0 0;border:1px solid #ef44444d;border-radius:.375rem;flex-shrink:0;padding:.25rem .5rem;transition:background .2s}.chatbot__error-retry:hover{background:#ef44441a}@media (max-width:600px){.chatbot__panel{border:none;border-radius:0;width:100%;height:100%;max-height:100dvh;inset:0}.chatbot__toggle{bottom:5.5rem;right:1rem}.chatbot__notification{max-width:15rem;bottom:10.5rem;right:1rem}}@media (min-width:601px) and (max-width:900px){.chatbot__panel{width:25rem;height:37.5rem}}
