.chatbot-content,.chatbot-trigger{position:fixed;right:var(--chatbot-inset);bottom:var(--chatbot-inset);box-shadow:5px 5px 15px var(--chatbot-shadow);display:flex}.chatbot-chat a,.chatbot-chat a:hover{text-decoration:underline}:root{--chatbot-primary:#00c7e6;--chatbot-primary-muted:#00c7e650;--chatbot-primary-hover:#0a84ff;--chatbot-secondary:#80eeff;--chatbot-foreground:#fff;--chatbot-background:#fff;--chatbot-muted-background:#ffffff50;--chatbot-inset:0.5rem;--chatbot-chatbot-min-width:500px;--chatbot-chatbot-height:500px;--chatbot-shadow:#00ddff00;--chatbot-user-message:#848c95;--chatbot-muted-text:#aaa;--chatbot-ai-message:var(--chatbot-primary);--chatbot-loading-primary:var(--chatbot-primary);--chatbot-loading-secondary:var(--chatbot-secondary);--chatbot-loading-tertiary:#b3f5ff;--chatbot-loading-quaternary:#e6fcff;--chatbot-loading-size:1rem;--chatbot-loading-message-height:1.25rem;--chatbot-input-border-radius:1rem;--chatbot-font-size:1rem}.chatbot-trigger{border-radius:3rem;background:var(--chatbot-primary);color:var(--chatbot-foreground);z-index:30;flex-direction:row;padding:.25rem;align-items:center;cursor:pointer;transition:background-color .3s,color .3s}.chatbot-trigger:hover{background-color:var(--chatbot-primary-hover)}.chatbot-trigger-text{margin-left:.5rem;margin-right:.5rem;margin-bottom:0;font-size:medium;font-weight:700}.chatbot-trigger-image{height:2.5rem;width:2.5rem}.chatbot-content{border-radius:.5rem;background-color:var(--chatbot-background);color:#000;z-index:40;flex-direction:column;align-items:center;transition:color .3s;border:var(--chatbot-primary) 2px solid;width:var(--chatbot-chatbot-min-width);animation:.3s ease-out slideIn,.3s ease-out fadeIn;transform-origin:bottom right;min-height:40rem;min-width:20rem}.chatbot-content-exit{animation:.3s ease-in slideOut,.3s ease-in forwards fadeOut}@keyframes slideIn{from{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes slideOut{from{transform:translateX(0);opacity:1}to{transform:translateX(100%);opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.chatbot-header{padding:.5rem;width:100%;display:flex;align-items:center;justify-content:space-between}.chatbot-header-left,.chatbot-header-right{display:flex;align-items:center;justify-content:space-between;gap:.25rem}.chatbot-header-icon{height:3rem;width:3rem;padding:.5rem;color:var(--chatbot-primary);cursor:grab;z-index:45}.chatbot-header-icon:active{cursor:grabbing}.chatbot-header-heading{margin-bottom:0;font-weight:700;font-size:large}.chatbot-chat,.chatbot-footer-input{width:100%;font-size:var(--chatbot-font-size)}.chatbot-header-subheading{margin-bottom:0;font-weight:400;color:var(--chatbot-muted-text)}.chatbot-chat,.chatbot-chat a,.chatbot-chat a:hover,.chatbot-chat pre,.chatbot-chat-message,.chatbot-chat-message-icon,.chatbot-footer-button{color:var(--chatbot-foreground)}.chatbot-footer{padding:.5rem;width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem}.chatbot-footer-input-wrap{width:100%;padding:.5rem;border:var(--chatbot-primary-muted) 2px solid;border-radius:var(--chatbot-input-border-radius);transition:.3s,color .3s;display:flex;align-items:center;gap:.25rem}.chatbot-footer-input-wrap:focus-within{border-color:var(--chatbot-primary)}.chatbot-footer-input{outline:0;resize:none;overflow:hidden;max-height:8rem;transition:height .3s}.chatbot-footer-button{background:var(--chatbot-primary);border-radius:var(--chatbot-input-border-radius);padding:.5rem;transition:background-color .3s,color .3s;margin-bottom:auto}.chatbot-footer-button-loading,.chatbot-footer-button-loading:hover{background:var(--chatbot-secondary)}.chatbot-footer-button:hover{background-color:var(--chatbot-primary)}.chatbot-chat{border-top:var(--chatbot-primary) 1px solid;padding:1rem;height:var(--chatbot-chatbot-height);display:flex;flex-direction:column;flex-grow:1;gap:.5rem;overflow-y:auto;overflow-wrap:break-word;word-wrap:break-word;white-space:normal;max-width:100%;mask-image:linear-gradient(to bottom,#ffffff 97%,transparent 100%)}.chatbot-chat-message-wrap{display:flex;align-items:flex-start;gap:.5rem}.chatbot-chat-message-wrap-reverse{flex-direction:row-reverse}.chatbot-chat-message{padding:.5rem;border-radius:.5rem;width:fit-content;max-width:70%}.chatbot-chat-message-user{background:var(--chatbot-user-message);margin-left:auto}.chatbot-chat-message-ai{background:var(--chatbot-ai-message);margin-right:auto}.chatbot-chat-message-icon{padding:.5rem;border-radius:100%;width:2.25rem;height:2.25rem;display:flex;align-items:center;justify-content:center;transition:color .3s}.chatbot-chat-message-icon-user{background:var(--chatbot-user-message)}.chatbot-chat-message-icon-ai{background:var(--chatbot-ai-message)}.chatbot-chat-message-icon-thinking{animation:2s infinite thinking-pulse}@keyframes thinking-pulse{0%,100%{color:var(--chatbot-foreground)}50%{color:var(--chatbot-primary)}}.chatbot-loader-message{display:flex;align-items:center;justify-content:center;width:4rem;margin-top:.5rem;height:var(--chatbot-loading-message-height)}@media (max-width:640px){.chatbot-content{width:auto;left:var(--chatbot-inset);right:var(--chatbot-inset);bottom:var(--chatbot-inset)}}.chatbot-chat p{margin:0}.chatbot-chat h1{font-size:x-large}.chatbot-chat h2{font-size:large}.chatbot-chat h3,.chatbot-chat h4,.chatbot-chat h5,.chatbot-chat h6{font-size:medium}.chatbot-chat a:hover{cursor:pointer}.chatbot-chat pre{white-space:pre-wrap;word-wrap:normal;max-width:100%}.chatbot-chat img{max-width:100%;height:auto}.chatbot-chat ol,.chatbot-chat ul{margin:0 0 .5rem 1.5rem}.chatbot-chat ul{list-style-type:disc}.chatbot-loader{width:.75rem;aspect-ratio:1;border-radius:50%;animation:.75s linear infinite alternate chatbot-loading}@keyframes chatbot-loading{0%{box-shadow:var(--chatbot-loading-size) 0 var(--chatbot-loading-primary),calc(-1 * var(--chatbot-loading-size)) 0 var(--chatbot-loading-secondary);background:var(--chatbot-loading-primary)}25%{box-shadow:var(--chatbot-loading-size) 0 var(--chatbot-loading-primary),calc(-1 * var(--chatbot-loading-size)) 0 var(--chatbot-loading-tertiary);background:var(--chatbot-loading-primary)}50%{box-shadow:var(--chatbot-loading-size) 0 var(--chatbot-loading-tertiary),calc(-1 * var(--chatbot-loading-size)) 0 var(--chatbot-loading-secondary);background:var(--chatbot-loading-tertiary)}75%{box-shadow:var(--chatbot-loading-size) 0 var(--chatbot-loading-secondary),calc(-1 * var(--chatbot-loading-size)) 0 var(--chatbot-loading-primary);background:var(--chatbot-loading-secondary)}100%{box-shadow:var(--chatbot-loading-size) 0 var(--chatbot-loading-secondary),calc(-1 * var(--chatbot-loading-size)) 0 var(--chatbot-loading-primary);background:var(--chatbot-loading-primary)}}.chatbot-resizer{position:absolute;background:0 0;width:10px;height:10px}.chatbot-resizer.bottom-left,.chatbot-resizer.bottom-right,.chatbot-resizer.top-left,.chatbot-resizer.top-right{width:15px;height:15px}.chatbot-resizer.bottom,.chatbot-resizer.top{width:100%;height:5px;cursor:ns-resize;left:0}.chatbot-resizer.left,.chatbot-resizer.right{height:100%;width:5px;cursor:ew-resize;top:0}.chatbot-resizer.top{top:-2px;cursor:ns-resize}.chatbot-resizer.bottom{bottom:-2px;cursor:ns-resize}.chatbot-resizer.left{left:-2px;cursor:ew-resize}.chatbot-resizer.right{right:-2px;cursor:ew-resize}.chatbot-resizer.top-left{top:-2px;left:-2px;cursor:nwse-resize}.chatbot-resizer.top-right{top:-2px;right:-2px;cursor:nesw-resize}.chatbot-resizer.bottom-left{bottom:-2px;left:-2px;cursor:nesw-resize}.chatbot-resizer.bottom-right{bottom:-2px;right:-2px;cursor:nwse-resize}
