:root{--chatbot-primary-color: #e53935;--chatbot-primary-hover: #c62828;--chatbot-text-light: #ffffff;--chatbot-text-dark: #1f2937;--chatbot-bg-light: #f3f4f6;--chatbot-border-color: #e5e7eb}.chatbot{font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.chatbot *{box-sizing:border-box}.chatbot *:focus,.chatbot button:focus,.chatbot button:focus-visible{outline:none}.chatbot__fab-container{position:fixed;bottom:5rem;right:1.5rem;z-index:50}.chatbot button{border-radius:8px;border:1px solid transparent;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;transition:border-color .25s}.chatbot__tooltip{position:absolute;bottom:4.5rem;right:0;width:256px;background-color:var(--chatbot-text-light);color:var(--chatbot-text-dark);border-radius:.75rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;padding:1rem;border:1px solid var(--chatbot-border-color);cursor:pointer;transition:background-color .2s ease-in-out;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.chatbot__tooltip:hover{background-color:#f9fafb}.chatbot__tooltip-content{text-align:center}.chatbot__tooltip-text{font-size:.875rem;font-weight:500;line-height:1.5;margin-bottom:.75rem}.chatbot__tooltip-highlight{color:var(--chatbot-primary-color);font-weight:700}.chatbot__tooltip-cta{font-size:.875rem;font-weight:600;color:var(--chatbot-text-light);background-color:var(--chatbot-primary-color);border-radius:.5rem;padding:.5rem .75rem;display:block}.chatbot__tooltip:after{content:"";position:absolute;top:100%;left:1.5rem;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:8px solid var(--chatbot-text-light)}@keyframes pulse{50%{opacity:.7}}.chatbot__fab{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;border:2px solid rgba(239,68,68,.3);background:linear-gradient(to bottom right,#ef4444,#dc2626);padding:.6em 1.2em}.chatbot__fab:hover{background:linear-gradient(to bottom right,#dc2626,#b91c1c)}.chatbot__window{position:fixed;bottom:9rem;right:1.5rem;z-index:40;display:flex;flex-direction:column;box-shadow:0 25px 50px -12px #00000040;border-radius:.75rem;background-color:var(--chatbot-text-light)}.chatbot__header{display:flex;justify-content:space-between;align-items:center;padding:.75rem 1rem;background-color:var(--chatbot-primary-color);color:var(--chatbot-text-light);border-top-left-radius:.75rem;border-top-right-radius:.75rem}.chatbot__header-info{display:flex;align-items:center;gap:.5rem}.chatbot__avatar{border-radius:50%;height:32px;overflow:hidden;width:32px}.chatbot__avatar img{width:100%;height:auto}.chatbot__header-title{font-size:.875rem;font-weight:600;margin:0}.chatbot__header-status{font-size:.75rem;opacity:.8;margin:0}.chatbot__header-actions{display:flex;align-items:center;gap:.25rem}.chatbot__header-button{color:var(--chatbot-text-light)!important;background:transparent;height:34px;padding:0;width:34px}.chatbot__header-button:hover{background-color:#fff3!important}.chatbot__header-button:disabled{opacity:.6}.chatbot__body{display:flex;flex-direction:column;padding:0;height:100%;overflow:hidden}.chatbot__messages{flex-grow:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.75rem}.chatbot__message-row{display:flex;width:100%}.chatbot__message-row--bot{justify-content:flex-start}.chatbot__message-row--user{justify-content:flex-end}.chatbot__message{max-width:85%;padding:.5rem .75rem;border-radius:.75rem;font-size:.875rem;line-height:1.5;word-wrap:break-word}.chatbot__message--bot{background-color:var(--chatbot-bg-light);color:var(--chatbot-text-dark);border-bottom-left-radius:.25rem}.chatbot__message--user{background-color:var(--chatbot-primary-color);color:var(--chatbot-text-light);border-bottom-right-radius:.25rem}.chatbot__message-prose p{margin-bottom:.5rem}.chatbot__message-prose p:last-child{margin-bottom:0}.chatbot__message-prose strong{font-weight:600}.chatbot__message-prose ul,.chatbot__message-prose ol{padding-left:1.25rem;margin-bottom:.5rem}.chatbot__message-prose li{margin-bottom:.25rem}.chatbot__loader{display:flex;align-items:center;gap:.5rem;background-color:var(--chatbot-bg-light);padding:.5rem .75rem;border-radius:.75rem;font-size:.875rem;color:#4b5563}.chatbot__input-area{padding:1rem;border-top:1px solid var(--chatbot-border-color)}.chatbot__input-wrapper{display:flex;gap:.5rem;align-items:center}.chatbot__input-wrapper input{border:none;border-radius:8px;background-color:#f4f4f5;width:100%;padding:11px}.chatbot__send{height:38px;width:48px;padding:0;background-color:var(--chatbot-primary-color)}.chatbot__send:disabled{background-color:#ececec}
