.ChatWidget-module__52vinG__chat-panel{background:var(--white);border-radius:var(--radius-lg);width:380px;height:560px;max-height:calc(100dvh - 48px);z-index:var(--z-modal);flex-direction:column;animation:.25s ease-out ChatWidget-module__52vinG__chatSlideUp;display:flex;position:fixed;bottom:24px;right:24px;overflow:hidden;box-shadow:0 12px 48px #0000001f,0 0 0 1px #0000000a}@keyframes ChatWidget-module__52vinG__chatSlideUp{0%{opacity:0;transform:translateY(20px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}.ChatWidget-module__52vinG__chat-header{background:var(--ai-gradient);color:var(--white);flex-shrink:0;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.ChatWidget-module__52vinG__chat-header-info{align-items:center;gap:10px;display:flex}.ChatWidget-module__52vinG__chat-header-avatar{background:#fff3;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.ChatWidget-module__52vinG__chat-header-name{font-size:15px;font-weight:600}.ChatWidget-module__52vinG__chat-header-status{opacity:.8;font-size:12px}.ChatWidget-module__52vinG__chat-close{color:var(--white);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:4px;transition:background .15s;display:flex}.ChatWidget-module__52vinG__chat-close:hover{background:#fff3}.ChatWidget-module__52vinG__chat-messages{background:var(--ai-surface);flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.ChatWidget-module__52vinG__chat-messages::-webkit-scrollbar{width:4px}.ChatWidget-module__52vinG__chat-messages::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:2px}.ChatWidget-module__52vinG__chat-message{gap:8px;max-width:85%;animation:.25s ease-out ChatWidget-module__52vinG__messageIn;display:flex}@keyframes ChatWidget-module__52vinG__messageIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ChatWidget-module__52vinG__chat-message-user{flex-direction:row-reverse;align-self:flex-end}.ChatWidget-module__52vinG__chat-message-assistant{align-self:flex-start}.ChatWidget-module__52vinG__chat-avatar{background:var(--ai-gradient);width:28px;height:28px;color:var(--white);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.ChatWidget-module__52vinG__chat-bubble{word-break:break-word;border-radius:16px;padding:10px 14px;font-size:14px;line-height:1.5}.ChatWidget-module__52vinG__chat-bubble-user{background:var(--ai-bubble-user);color:var(--white);border-bottom-right-radius:4px}.ChatWidget-module__52vinG__chat-bubble-assistant{background:var(--white);color:var(--text-dark);border:1px solid var(--ai-assistant-border);border-bottom-left-radius:4px}.ChatWidget-module__52vinG__chat-link{color:var(--ai-primary);font-weight:500;text-decoration:underline}.ChatWidget-module__52vinG__chat-link:hover{opacity:.8}.ChatWidget-module__52vinG__chat-typing{gap:4px;padding:4px 0;display:flex}.ChatWidget-module__52vinG__chat-typing span{background:var(--ai-primary);border-radius:50%;width:7px;height:7px;animation:1.4s ease-in-out infinite ChatWidget-module__52vinG__chatTypingDot}.ChatWidget-module__52vinG__chat-typing span:nth-child(2){animation-delay:.2s}.ChatWidget-module__52vinG__chat-typing span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget-module__52vinG__chatTypingDot{0%,60%,to{opacity:.3;transform:scale(.8)}30%{opacity:1;transform:scale(1)}}.ChatWidget-module__52vinG__chat-error{background:var(--error-bg,#fef2f2);color:var(--error-text,#dc2626);text-align:center;border-radius:8px;padding:8px 12px;font-size:13px}.ChatWidget-module__52vinG__chat-suggestions{border-top:1px solid var(--border-light);background:var(--white);flex-wrap:wrap;gap:6px;padding:6px 16px;display:flex}.ChatWidget-module__52vinG__chat-suggestion{border:1px solid rgba(var(--ai-primary-rgb),.2);background:var(--ai-primary-light);color:var(--ai-primary);cursor:pointer;white-space:nowrap;border-radius:20px;padding:6px 12px;font-size:12px;transition:all .2s}.ChatWidget-module__52vinG__chat-suggestion:hover:not(:disabled){background:var(--ai-surface-hover);border-color:var(--ai-primary);color:var(--ai-primary-hover)}.ChatWidget-module__52vinG__chat-suggestion:disabled{opacity:.5;cursor:not-allowed}.ChatWidget-module__52vinG__chat-input-form{border-top:1px solid var(--border-light);background:var(--white);align-items:flex-end;gap:8px;padding:12px 16px;display:flex}.ChatWidget-module__52vinG__chat-input{border:1px solid var(--border-default);resize:none;border-radius:20px;outline:none;flex:1;max-height:80px;padding:10px 16px;font-family:inherit;font-size:14px;line-height:1.4;transition:border-color .15s}.ChatWidget-module__52vinG__chat-input:focus{border-color:var(--ai-primary);box-shadow:0 0 0 3px rgba(var(--ai-primary-rgb),.1)}.ChatWidget-module__52vinG__chat-input::placeholder{color:var(--gray)}.ChatWidget-module__52vinG__chat-send{background:var(--ai-gradient);width:38px;height:38px;color:var(--white);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:opacity .15s,transform .15s;display:flex}.ChatWidget-module__52vinG__chat-send:disabled{opacity:.4;cursor:not-allowed}.ChatWidget-module__52vinG__chat-send:not(:disabled):hover{opacity:.9;transform:scale(1.05)}@media (max-width:768px) and (min-width:481px){.ChatWidget-module__52vinG__chat-panel{width:340px;height:500px;bottom:16px;right:16px}}@media (max-width:480px){.ChatWidget-module__52vinG__chat-panel{border-radius:0;width:100%;height:100dvh;max-height:100dvh;bottom:0;right:0}.ChatWidget-module__52vinG__chat-input{font-size:16px}}
.AdminChat-module__zNkXQG__layout{grid-template-columns:280px 1fr;gap:16px;height:70vh;min-height:440px;display:grid}.AdminChat-module__zNkXQG__history{border:1px solid var(--border-light,#e5e7eb);border-radius:var(--radius-lg,12px);background:var(--white,#fff);flex-direction:column;min-height:0;display:flex;overflow:hidden}.AdminChat-module__zNkXQG__historyHeader{border-bottom:1px solid var(--border-light,#e5e7eb);justify-content:space-between;align-items:center;gap:8px;padding:12px 14px;display:flex}.AdminChat-module__zNkXQG__historyTitle{color:var(--text-secondary,#6b7280);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:600}.AdminChat-module__zNkXQG__newChatBtn{color:var(--white,#fff);background:var(--ai-gradient,linear-gradient(135deg,#7c5cfc,#5b8def));cursor:pointer;border:none;border-radius:8px;align-items:center;gap:4px;padding:6px 10px;font-size:13px;font-weight:600;display:inline-flex}.AdminChat-module__zNkXQG__newChatBtn:hover{opacity:.92}.AdminChat-module__zNkXQG__sessionList{flex-direction:column;flex:1;gap:2px;padding:6px;display:flex;overflow-y:auto}.AdminChat-module__zNkXQG__sessionItem{text-align:left;cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;gap:2px;width:100%;padding:9px 10px;display:flex}.AdminChat-module__zNkXQG__sessionItem:hover{background:var(--ai-surface,#f8f7ff)}.AdminChat-module__zNkXQG__sessionItemActive{background:var(--ai-surface,#f8f7ff);box-shadow:inset 2px 0 0 var(--ai-primary,#7c5cfc)}.AdminChat-module__zNkXQG__sessionTitle{color:var(--text-dark,#1f2937);white-space:nowrap;text-overflow:ellipsis;font-size:13.5px;font-weight:500;overflow:hidden}.AdminChat-module__zNkXQG__sessionMeta{color:var(--text-secondary,#9ca3af);font-size:11.5px}.AdminChat-module__zNkXQG__historyEmpty,.AdminChat-module__zNkXQG__historyLoading{color:var(--text-secondary,#9ca3af);padding:16px 14px;font-size:13px}.AdminChat-module__zNkXQG__conversation{flex-direction:column;min-height:0;display:flex}.AdminChat-module__zNkXQG__kbLink{font:inherit;cursor:pointer;color:var(--ai-primary,#7c5cfc);background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.AdminChat-module__zNkXQG__chat{border:1px solid var(--border-light,#e5e7eb);border-radius:var(--radius-lg,12px);background:var(--ai-surface,#f8f7ff);flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.AdminChat-module__zNkXQG__messages{flex-direction:column;flex:1;gap:12px;padding:20px;display:flex;overflow-y:auto}.AdminChat-module__zNkXQG__empty{text-align:center;max-width:460px;margin:auto;padding:24px 16px}.AdminChat-module__zNkXQG__emptyTitle{color:var(--text-dark,#1f2937);margin-bottom:6px;font-size:17px;font-weight:600}.AdminChat-module__zNkXQG__emptyBody{color:var(--text-secondary,#6b7280);margin-bottom:16px;font-size:13.5px;line-height:1.5}.AdminChat-module__zNkXQG__suggestions{flex-wrap:wrap;justify-content:center;gap:8px;display:flex}.AdminChat-module__zNkXQG__suggestion{color:var(--ai-primary,#7c5cfc);background:var(--white,#fff);border:1px solid var(--ai-assistant-border,#7c5cfc2e);cursor:pointer;border-radius:16px;padding:8px 12px;font-size:13px}.AdminChat-module__zNkXQG__suggestion:hover{background:rgba(var(--ai-primary-rgb,124,92,252),.08)}.AdminChat-module__zNkXQG__suggestion:disabled{opacity:.5;cursor:default}.AdminChat-module__zNkXQG__typingRow{align-items:center;gap:8px;display:flex}.AdminChat-module__zNkXQG__typingAvatar{width:28px;height:28px;color:var(--white,#fff);background:var(--ai-gradient,linear-gradient(135deg,#7c5cfc,#5b8def));border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AdminChat-module__zNkXQG__typingBubble{background:var(--white,#fff);border:1px solid var(--ai-assistant-border,#7c5cfc2e);border-radius:16px 16px 16px 4px;gap:4px;padding:12px 14px;display:inline-flex}.AdminChat-module__zNkXQG__typingBubble span{background:var(--ai-primary,#7c5cfc);opacity:.5;border-radius:50%;width:7px;height:7px;animation:1.2s ease-in-out infinite AdminChat-module__zNkXQG__adminChatPulse}.AdminChat-module__zNkXQG__typingBubble span:nth-child(2){animation-delay:.2s}.AdminChat-module__zNkXQG__typingBubble span:nth-child(3){animation-delay:.4s}@keyframes AdminChat-module__zNkXQG__adminChatPulse{0%,60%,to{opacity:.25;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.AdminChat-module__zNkXQG__error{color:var(--danger,#b91c1c);background:var(--danger-bg,#fef2f2);border:1px solid var(--danger-border,#fecaca);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-size:13px;display:flex}.AdminChat-module__zNkXQG__retry{color:var(--danger,#b91c1c);cursor:pointer;background:0 0;border:1px solid;border-radius:6px;margin-left:auto;padding:4px 10px;font-size:12.5px;font-weight:600}.AdminChat-module__zNkXQG__inputForm{border-top:1px solid var(--border-light,#e5e7eb);background:var(--white,#fff);gap:8px;padding:12px 16px;display:flex}.AdminChat-module__zNkXQG__input{resize:none;max-height:140px;font:inherit;color:var(--text-dark,#1f2937);border:1px solid var(--border-light,#e5e7eb);border-radius:12px;outline:none;flex:1;padding:10px 14px;font-size:14px;line-height:1.4}.AdminChat-module__zNkXQG__input:focus{border-color:var(--ai-primary,#7c5cfc);box-shadow:0 0 0 3px rgba(var(--ai-primary-rgb,124,92,252),.15)}.AdminChat-module__zNkXQG__input:disabled{background:var(--ai-surface,#f8f7ff)}.AdminChat-module__zNkXQG__send{width:40px;height:40px;color:var(--white,#fff);background:var(--ai-gradient,linear-gradient(135deg,#7c5cfc,#5b8def));cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AdminChat-module__zNkXQG__send:disabled{opacity:.45;cursor:default}.AdminChat-module__zNkXQG__paneLoading{flex:1;justify-content:center;align-items:center;display:flex}.AdminChat-module__zNkXQG__kbWarning{color:var(--text-dark,#1f2937);background:#fff8e6;border:1px solid #fde68a;border-radius:8px;margin-bottom:12px;padding:10px 14px;font-size:13px}.AdminChat-module__zNkXQG__kbWarning a{color:var(--ai-primary,#7c5cfc);font-weight:600}@media (max-width:900px){.AdminChat-module__zNkXQG__layout{grid-template-columns:1fr;height:auto}.AdminChat-module__zNkXQG__history{max-height:200px}.AdminChat-module__zNkXQG__chat{height:65vh}.AdminChat-module__zNkXQG__input{font-size:16px}}
