.admin-chatbot{z-index:1055;--sidebar-width:24rem;--header-height:0px;--background-color:#fff;--background-highlight-color:#f3f4f6;--background-highlight-color-3:#d9e4ff;--text-color:#212529;--text-color-lighter:#6c757d;--border-color:#dee2e6;--border-color-3:#adb5bd;--success-color:#16a34a;--danger-color:#dc2626;--ai-feature:#2f3640;position:fixed;bottom:1.5rem;right:1.5rem}.scheme_dark_black .admin-chatbot,.scheme_dark_blue .admin-chatbot,.dark .admin-chatbot{--background-color:#18181b;--background-highlight-color:#232326;--background-highlight-color-3:#314463;--text-color:#e8e8e8;--text-color-lighter:#a1a1aa;--border-color:#303033;--border-color-3:#52525b;--ai-feature:#252c36}.admin-chatbot__toggle{color:#171717;background:#9fcc2e;border:0;border-radius:9999px;justify-content:center;align-items:center;width:3rem;height:3rem;transition:background-color .15s ease-in-out;display:inline-flex;box-shadow:0 10px 25px rgba(0,0,0,.18)}.admin-chatbot__toggle:hover{background:#8fba28}.admin-chatbot__panel{border-radius:12px;width:min(100vw - 1.5rem,24rem);max-width:24rem;display:flex;position:absolute;bottom:3.5rem;right:0;box-shadow:0 18px 40px rgba(0,0,0,.18)}.admin-chatbot__panel .chatbot,.admin-chatbot__panel .chatbot.showing{border:1px solid var(--border-color);border-radius:12px;width:100%;min-width:100%;max-width:100%;height:min(42rem,100vh - 7rem);display:flex;position:relative;overflow:hidden}.admin-chatbot-conversation .admin-chatbot-conversation__header{gap:.5rem}.admin-chatbot-conversation .admin-chatbot-conversation__selector{align-items:center;display:flex;position:relative}.admin-chatbot-conversation .admin-chatbot-conversation__chat-select{border:1px solid var(--border-color);background:var(--background-color);width:100%;min-width:0;color:var(--text-color);appearance:none;border-radius:6px;padding:.4rem 1.75rem .4rem .5rem;font-size:12px;font-weight:600}.admin-chatbot-conversation .admin-chatbot-conversation__chat-select-arrow{pointer-events:none;color:var(--text-color-lighter);font-size:10px;position:absolute;right:.6rem}.admin-chatbot-conversation .chatbot__icon-button:disabled{cursor:not-allowed;opacity:.5}.chatbot{width:var(--sidebar-width);min-width:var(--sidebar-width);max-width:var(--sidebar-width);height:calc(100vh - var(--header-height));border-right:1px solid var(--border-color);background:var(--background-color);flex-flow:column;font-size:13px;display:none;position:relative}.chatbot.showing{display:inherit}.chatbot ::-webkit-scrollbar{width:6px}.chatbot ::-webkit-scrollbar-track{background:var(--border-color)}.chatbot ::-webkit-scrollbar-thumb{background:var(--border-color-3);border-radius:20px}.chatbot *{scrollbar-width:thin;scrollbar-color:var(--border-color-3) transparent}@media (width<=767px){.chatbot{z-index:1;width:100%;min-width:100%;max-width:100%;height:0;transition:height .2s ease-in-out;display:flex;position:absolute;overflow:hidden}.chatbot.showing{height:calc(100vh - var(--header-height));display:flex;overflow:scroll}}.chatbot .chatbot__header,.chatbot .chatbot__footer{align-items:center;display:flex}.chatbot .chatbot__header{gap:.75rem;padding:.75rem 1rem}.chatbot .chatbot__selector{width:100%}.chatbot .chatbot__actions{align-items:center;gap:.35rem;display:flex}.chatbot .chatbot__icon-button{width:34px;height:34px;color:var(--text-color);background:0 0;border:1px solid transparent;border-radius:6px;justify-content:center;align-items:center;transition:all .15s ease-in-out;display:inline-flex}.chatbot .chatbot__icon-button:hover{border-color:var(--border-color);background-color:color-mix(in srgb, var(--background-highlight-color), transparent 30%)}.chatbot .chatbot__body{flex-flow:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.chatbot .chatbot__intro{flex-direction:column;justify-content:center;align-items:center;height:100%;margin:auto auto .5rem;display:flex}.chatbot .chatbot__intro .chatbot__icon{color:#7c3aed;margin-bottom:.5rem;font-size:42px;line-height:1}.chatbot .chatbot__intro .chatbot__icon path{fill:url(#chatbot-icon-gradient)}.chatbot .chatbot__subtitle{color:var(--text-color-lighter);margin:0}.chatbot .chatbot__title{color:var(--text-color);margin:0;font-weight:600}.chatbot .chatbot__message{flex-direction:column;align-items:center;gap:.35rem;max-width:90%;line-height:1.4;display:flex}.chatbot .chatbot__message .chatbot__message-text{overflow-wrap:anywhere;border-radius:10px;min-width:0;max-width:100%;padding:.65rem .75rem;overflow:hidden}.chatbot .chatbot__message .chatbot__message-text p{margin-bottom:0}.chatbot .chatbot__message .chatbot__message-text pre,.chatbot .chatbot__message .chatbot__message-text code{white-space:pre-wrap;word-break:break-all;overflow-wrap:anywhere}.chatbot .chatbot__message .chatbot__message-text img{border-radius:8px;max-width:100%;height:auto;margin-bottom:1rem}.chatbot .chatbot__message .chatbot__message-text ul,.chatbot .chatbot__message .chatbot__message-text ol{margin:0;padding-left:0;list-style-position:inside}.chatbot .chatbot__thinking-text{color:inherit}.chatbot .chatbot__thinking{color:var(--text-color-lighter);align-items:baseline;gap:.12rem;display:inline-flex}.chatbot .chatbot__thinking-dots{align-items:center;gap:.12rem;margin-left:.02rem;display:inline-flex;transform:translateY(1px)}.chatbot .chatbot__thinking-dot{opacity:.35;background:currentColor;border-radius:50%;width:3px;height:3px;animation:1s ease-in-out infinite chatbot-thinking-dot}.chatbot .chatbot__thinking-dot:nth-child(2){animation-delay:.15s}.chatbot .chatbot__thinking-dot:nth-child(3){animation-delay:.3s}.chatbot .chatbot__message--bot{align-self:flex-start;align-items:start}.chatbot .chatbot__message--bot .chatbot__message-text{background-color:var(--ai-feature);color:#e8e8e8;border-top-left-radius:0}.chatbot .chatbot__message--bot .chatbot__thinking,.chatbot .chatbot__message--bot .chatbot__message-tool{color:var(--text-color-lighter)}.chatbot .chatbot__message--user{align-self:flex-end}.chatbot .chatbot__message--user .chatbot__message-text{background:color-mix(in srgb, var(--background-highlight-color-3,#d9e4ff), transparent 20%);color:var(--text-color);border-top-right-radius:0}.chatbot .chatbot__footer{flex-direction:column;align-items:stretch;gap:.5rem;padding:.5rem .75rem;position:relative}.chatbot .chatbot__confirm-bar{border:1px solid var(--border-color);background:color-mix(in srgb, var(--background-highlight-color), transparent 50%);border-radius:6px;justify-content:space-between;align-items:center;padding:.35rem .6rem;display:flex}.chatbot .chatbot__confirm-text{color:var(--text-color-lighter);font-size:12px}.chatbot .chatbot__confirm-actions{gap:.35rem;display:flex}.chatbot .chatbot__confirm-button{border:1px solid var(--border-color);background:0 0;border-radius:4px;padding:.2rem .6rem;font-size:12px;font-weight:500;transition:all .15s ease-in-out}.chatbot .chatbot__confirm-button:disabled{cursor:not-allowed;opacity:.5}.chatbot .chatbot__confirm-button--yes{color:var(--success-color,#16a34a);border-color:var(--success-color,#16a34a)}.chatbot .chatbot__confirm-button--yes:hover:not(:disabled){background:color-mix(in srgb, var(--success-color,#16a34a), transparent 85%)}.chatbot .chatbot__confirm-button--no{color:var(--danger-color,#dc2626);border-color:var(--danger-color,#dc2626)}.chatbot .chatbot__confirm-button--no:hover:not(:disabled){background:color-mix(in srgb, var(--danger-color,#dc2626), transparent 85%)}.chatbot .chatbot__input{border:1px solid var(--border-color);background:var(--background-color);color:var(--text-color);resize:none;field-sizing:content;border-radius:8px;flex:1;min-height:53px;max-height:120px;padding:.55rem 3rem .55rem .85rem;overflow-y:auto}.chatbot .chatbot__send-button{border:1px solid var(--border-color);background:var(--background-color);width:34px;height:34px;color:var(--text-color);border-radius:8px;justify-content:center;align-items:center;position:absolute;bottom:1.15rem;right:1.15rem}.chatbot .chatbot__send-button:disabled{cursor:not-allowed;opacity:.5}.chatbot .chatbot__send-button:disabled:hover{border-color:var(--border-color);background:var(--background-color)}@keyframes chatbot-thinking-dot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}@media (width<=767px){.admin-chatbot{bottom:1rem;right:1rem}.admin-chatbot__panel{width:min(100vw - 2rem,24rem)}.admin-chatbot__panel .chatbot,.admin-chatbot__panel .chatbot.showing{height:min(70vh,36rem);position:relative;overflow:hidden}}