.chatbot-widget{--chatbot-font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--chatbot-font-size-base: 15px;--chatbot-font-size-sm: 13px;--chatbot-font-size-xs: 12px;--chatbot-line-height: 1.6;--chatbot-border-radius: 12px;--chatbot-border-radius-lg: 24px;--chatbot-transition: .2s ease;--chatbot-transition-slow: .3s ease;--chatbot-space-xs: 4px;--chatbot-space-sm: 8px;--chatbot-space-md: 16px;--chatbot-space-lg: 24px;--chatbot-space-xl: 32px;--chatbot-user-msg-max-width: 75%;--chatbot-bot-msg-max-width: 100%;font-family:var(--chatbot-font-family);font-size:var(--chatbot-font-size-base);line-height:var(--chatbot-line-height);box-sizing:border-box;position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:var(--chatbot-z-index, 9999)}.chatbot-widget:has(.chatbot-panel--embedded){position:relative;inset:auto;pointer-events:auto;z-index:auto;height:100%}.chatbot-widget *,.chatbot-widget *:before,.chatbot-widget *:after{box-sizing:inherit}.chatbot-widget[data-theme=dark]{--chatbot-bg: var(--chatbot-bg-dark, #0f0f0f);--chatbot-sidebar-bg: var(--chatbot-sidebar-bg-dark, #171717);--chatbot-surface: var(--chatbot-surface-dark, #262626);--chatbot-text: var(--chatbot-text-dark, #f9fafb);--chatbot-text-secondary: var(--chatbot-text-secondary-dark, #9ca3af);--chatbot-border: var(--chatbot-border-dark, #374151);--chatbot-bot-msg-bg: var(--chatbot-bot-msg-bg-dark, transparent);--chatbot-bot-msg-text: var(--chatbot-bot-msg-text-dark, #f9fafb);--chatbot-user-msg-bg: var(--chatbot-user-msg-bg-dark, #2563eb)}.chatbot-bubble{position:fixed;bottom:var(--chatbot-position-y, 20px);width:var(--chatbot-bubble-size, 60px);height:var(--chatbot-bubble-size, 60px);border-radius:50%;background:var(--chatbot-primary, #2563eb);color:#fff;border:none;cursor:pointer;z-index:var(--chatbot-z-index, 9999);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;transition:transform var(--chatbot-transition),background-color var(--chatbot-transition),box-shadow var(--chatbot-transition);pointer-events:auto}.chatbot-bubble:hover{background:var(--chatbot-primary-hover, #1d4ed8);transform:scale(1.05);box-shadow:0 6px 20px #0003}.chatbot-bubble:active{transform:scale(.98)}.chatbot-bubble:focus{outline:none;box-shadow:0 0 0 3px #2563eb66}.chatbot-bubble--right{right:var(--chatbot-position-x, 20px)}.chatbot-bubble--left{left:var(--chatbot-position-x, 20px)}.chatbot-bubble__icon{display:flex;align-items:center;justify-content:center}.chatbot-bubble__icon svg{width:28px;height:28px}.chatbot-bubble__custom-icon{width:28px;height:28px;object-fit:contain}.chatbot-bubble__badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;padding:0 6px;background:#ef4444;color:#fff;font-size:11px;font-weight:600;border-radius:10px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0003;animation:chatbot-badge-pulse 2s infinite}@keyframes chatbot-badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chatbot-panel{position:fixed;bottom:calc(var(--chatbot-position-y, 20px) + var(--chatbot-bubble-size, 60px) + 16px);width:var(--chatbot-panel-width, 380px);height:var(--chatbot-panel-height, 520px);max-height:calc(100vh - 140px);background:var(--chatbot-bg, #ffffff);border-radius:var(--chatbot-border-radius);box-shadow:0 8px 30px #0000001f,0 0 1px #0000001a;z-index:var(--chatbot-z-index, 9999);display:flex;flex-direction:column;overflow:hidden;pointer-events:auto}.chatbot-panel--right{right:var(--chatbot-position-x, 20px)}.chatbot-panel--left{left:var(--chatbot-position-x, 20px)}.chatbot-panel--embedded{position:relative;bottom:auto;left:auto;right:auto;width:100%;height:100%;max-height:none;border-radius:var(--chatbot-border-radius)}.chatbot-panel--fill{width:100%;height:100%;max-width:none;max-height:none;border-radius:0}.chatbot-panel--responsive{width:100%;max-width:800px;height:100%;margin:0 auto;border-radius:var(--chatbot-border-radius)}.chatbot-panel__header{display:flex;align-items:center;justify-content:space-between;padding:var(--chatbot-space-md);background:var(--chatbot-bg, #ffffff);border-bottom:1px solid var(--chatbot-border, #e5e7eb);flex-shrink:0}.chatbot-panel__title{margin:0;font-size:16px;font-weight:600;color:var(--chatbot-text, #111827);letter-spacing:-.01em}.chatbot-panel__actions{display:flex;gap:var(--chatbot-space-xs)}.chatbot-panel__action{background:transparent;border:none;color:var(--chatbot-text-secondary, #6b7280);cursor:pointer;padding:var(--chatbot-space-sm);border-radius:var(--chatbot-space-sm);transition:color var(--chatbot-transition),background-color var(--chatbot-transition);display:flex;align-items:center;justify-content:center}.chatbot-panel__action:hover{color:var(--chatbot-text, #111827);background:var(--chatbot-surface, #f3f4f6)}.chatbot-panel__action:focus{outline:none;box-shadow:0 0 0 2px #2563eb4d}.chatbot-panel__action svg{width:18px;height:18px}.chatbot-panel__messages{flex:1;overflow-y:auto;padding:var(--chatbot-space-lg);display:flex;flex-direction:column;gap:var(--chatbot-space-lg);background:var(--chatbot-bg, #ffffff)}.chatbot-panel__messages::-webkit-scrollbar{width:6px}.chatbot-panel__messages::-webkit-scrollbar-track{background:transparent}.chatbot-panel__messages::-webkit-scrollbar-thumb{background:var(--chatbot-border, #e5e7eb);border-radius:3px}.chatbot-panel__messages::-webkit-scrollbar-thumb:hover{background:var(--chatbot-text-secondary, #9ca3af)}.chatbot-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:var(--chatbot-text-secondary, #6b7280);padding:var(--chatbot-space-xl)}.chatbot-empty-state__icon{width:56px;height:56px;margin-bottom:var(--chatbot-space-md);opacity:.4}.chatbot-empty-state__text{font-size:var(--chatbot-font-size-base);max-width:240px}.chatbot-starter-cards{display:grid;grid-template-columns:1fr;gap:var(--chatbot-space-sm);width:100%;max-width:320px;margin-top:var(--chatbot-space-lg)}.chatbot-starter-card{display:flex;align-items:flex-start;gap:var(--chatbot-space-md);padding:var(--chatbot-space-md);background:var(--chatbot-bg, #ffffff);border:1px solid var(--chatbot-border, #e5e7eb);border-radius:var(--chatbot-border-radius);cursor:pointer;text-align:left;transition:all var(--chatbot-transition)}.chatbot-starter-card:hover{background:var(--chatbot-surface, #f3f4f6);border-color:var(--chatbot-primary, #2563eb);transform:translateY(-1px)}.chatbot-starter-card:focus{outline:none;box-shadow:0 0 0 2px #2563eb4d}.chatbot-starter-card:disabled{opacity:.5;cursor:not-allowed;transform:none}.chatbot-starter-card__icon{flex-shrink:0;width:24px;height:24px;color:var(--chatbot-primary, #2563eb)}.chatbot-starter-card__icon svg{width:100%;height:100%}.chatbot-starter-card__content{display:flex;flex-direction:column;gap:2px}.chatbot-starter-card__title{font-size:var(--chatbot-font-size-base);font-weight:500;color:var(--chatbot-text, #111827)}.chatbot-starter-card__description{font-size:var(--chatbot-font-size-sm);color:var(--chatbot-text-secondary, #6b7280)}.chatbot-message{display:flex;flex-direction:column}.chatbot-message--user{align-self:flex-end;max-width:var(--chatbot-user-msg-max-width)}.chatbot-message--bot{align-self:flex-start;max-width:var(--chatbot-bot-msg-max-width)}.chatbot-message--with-avatar{flex-direction:row;gap:var(--chatbot-space-sm)}.chatbot-message__avatar{flex-shrink:0;width:32px;height:32px}.chatbot-message__avatar-img{width:100%;height:100%;border-radius:50%;object-fit:cover}.chatbot-message__body{flex:1;min-width:0}.chatbot-message__content{word-wrap:break-word;overflow-wrap:break-word}.chatbot-message--user .chatbot-message__content{padding:var(--chatbot-space-sm) var(--chatbot-space-md);background:var(--chatbot-user-msg-bg, #111827);color:var(--chatbot-user-msg-text, #ffffff);border-radius:var(--chatbot-border-radius-lg);border-bottom-right-radius:var(--chatbot-space-sm)}.chatbot-message--bot .chatbot-message__content{padding:0;background:var(--chatbot-bot-msg-bg, transparent);color:var(--chatbot-bot-msg-text, #111827)}.chatbot-message--error .chatbot-message__content{background:#fef2f2;color:var(--chatbot-error, #dc2626);padding:var(--chatbot-space-sm) var(--chatbot-space-md);border-radius:var(--chatbot-border-radius)}.chatbot-message__time{font-size:var(--chatbot-font-size-xs);color:var(--chatbot-text-secondary, #6b7280);margin-top:var(--chatbot-space-xs);padding:0 var(--chatbot-space-xs)}.chatbot-message--user .chatbot-message__time{text-align:right}.chatbot-message__content p{margin:0 0 var(--chatbot-space-sm) 0}.chatbot-message__content code{background:var(--chatbot-surface, #f3f4f6);padding:2px 6px;border-radius:4px;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:.9em}.chatbot-message--user .chatbot-message__content code{background:#ffffff26}.chatbot-message__content pre{background:var(--chatbot-surface, #f3f4f6);padding:var(--chatbot-space-md);border-radius:var(--chatbot-space-sm);overflow-x:auto;margin:var(--chatbot-space-sm) 0}.chatbot-message__content pre code{background:none;padding:0}.chatbot-message__content a{color:var(--chatbot-primary, #2563eb);text-decoration:none}.chatbot-message__content a:hover{text-decoration:underline}.chatbot-message--user .chatbot-message__content a{color:inherit;text-decoration:underline}.chatbot-message__content strong{font-weight:600}.chatbot-message__content ul,.chatbot-message__content ol{margin:var(--chatbot-space-sm) 0;padding-left:var(--chatbot-space-lg)}.chatbot-message__content ul{list-style-type:disc}.chatbot-message__content ol{list-style-type:decimal}.chatbot-message__content li{margin-bottom:var(--chatbot-space-xs)}.chatbot-message__content ul ul,.chatbot-message__content ul ol,.chatbot-message__content ol ul,.chatbot-message__content ol ol{margin:var(--chatbot-space-xs) 0}.chatbot-message__content h1,.chatbot-message__content h2,.chatbot-message__content h3,.chatbot-message__content h4,.chatbot-message__content h5,.chatbot-message__content h6{margin:var(--chatbot-space-md) 0 var(--chatbot-space-sm) 0;font-weight:600;line-height:1.3;color:var(--chatbot-text, #111827)}.chatbot-message__content h1:first-child,.chatbot-message__content h2:first-child,.chatbot-message__content h3:first-child{margin-top:0}.chatbot-message__content h1{font-size:1.5em}.chatbot-message__content h2{font-size:1.3em}.chatbot-message__content h3{font-size:1.15em}.chatbot-message__content h4{font-size:1em}.chatbot-message__content h5{font-size:.95em}.chatbot-message__content h6{font-size:.9em;color:var(--chatbot-text-secondary)}.chatbot-message__content p{margin:var(--chatbot-space-sm) 0}.chatbot-message__content p:first-child{margin-top:0}.chatbot-message__content p:last-child{margin-bottom:0}.chatbot-message__content blockquote{margin:var(--chatbot-space-sm) 0;padding:var(--chatbot-space-sm) var(--chatbot-space-md);border-left:3px solid var(--chatbot-primary, #2563eb);background:var(--chatbot-surface, #f3f4f6);border-radius:0 var(--chatbot-space-xs) var(--chatbot-space-xs) 0;color:var(--chatbot-text-secondary, #6b7280);font-style:italic}.chatbot-message__content blockquote p{margin:0}.chatbot-message__content hr{border:none;border-top:1px solid var(--chatbot-border, #e5e7eb);margin:var(--chatbot-space-md) 0}.chatbot-message__content table{width:100%;border-collapse:collapse;margin:var(--chatbot-space-sm) 0;font-size:var(--chatbot-font-size-sm)}.chatbot-message__content th,.chatbot-message__content td{padding:var(--chatbot-space-sm);text-align:left;border:1px solid var(--chatbot-border, #e5e7eb)}.chatbot-message__content th{background:var(--chatbot-surface, #f3f4f6);font-weight:600}.chatbot-message__content tbody tr:nth-child(2n){background:var(--chatbot-surface, #f3f4f6)}.chatbot-message__sources{display:flex;flex-wrap:wrap;gap:var(--chatbot-space-xs);margin-top:var(--chatbot-space-sm)}.chatbot-source{font-size:var(--chatbot-font-size-xs);color:var(--chatbot-text-secondary, #6b7280);background:var(--chatbot-surface, #f3f4f6);padding:2px 10px;border-radius:12px}.chatbot-typing{display:flex;gap:var(--chatbot-space-xs);padding:var(--chatbot-space-sm) 0;align-self:flex-start}.chatbot-typing__dot{width:8px;height:8px;background:var(--chatbot-text-secondary, #6b7280);border-radius:50%;animation:chatbot-typing-bounce 1.4s infinite ease-in-out both}.chatbot-typing__dot:nth-child(1){animation-delay:-.32s}.chatbot-typing__dot:nth-child(2){animation-delay:-.16s}@keyframes chatbot-typing-bounce{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.chatbot-quick-replies{display:flex;flex-wrap:wrap;gap:var(--chatbot-space-sm);padding:var(--chatbot-space-md);padding-top:0;background:var(--chatbot-bg, #ffffff)}.chatbot-quick-reply{background:var(--chatbot-bg, #ffffff);border:1px solid var(--chatbot-border, #e5e7eb);color:var(--chatbot-text, #111827);padding:var(--chatbot-space-sm) var(--chatbot-space-md);border-radius:var(--chatbot-border-radius-lg);font-size:var(--chatbot-font-size-sm);cursor:pointer;transition:all var(--chatbot-transition);white-space:nowrap}.chatbot-quick-reply:hover{background:var(--chatbot-surface, #f3f4f6);border-color:var(--chatbot-text-secondary, #6b7280)}.chatbot-quick-reply:focus{outline:none;box-shadow:0 0 0 2px #2563eb4d}.chatbot-panel__input{padding:var(--chatbot-space-md);background:var(--chatbot-bg, #ffffff);flex-shrink:0}.chatbot-input-form{display:flex;align-items:center;gap:var(--chatbot-space-sm);background:var(--chatbot-surface, #f3f4f6);border:1px solid var(--chatbot-border, #e5e7eb);border-radius:var(--chatbot-border-radius-lg);padding:var(--chatbot-space-xs) var(--chatbot-space-xs) var(--chatbot-space-xs) var(--chatbot-space-md);transition:border-color var(--chatbot-transition),box-shadow var(--chatbot-transition)}.chatbot-input-form:focus-within{border-color:var(--chatbot-primary, #2563eb);box-shadow:0 0 0 3px #2563eb1a;background:var(--chatbot-bg, #ffffff)}.chatbot-input-form__field{flex:1;padding:var(--chatbot-space-sm) 0;border:none;outline:none;font-size:var(--chatbot-font-size-base);font-family:inherit;background:transparent;color:var(--chatbot-text, #111827);resize:none;min-height:24px;max-height:120px}.chatbot-input-form__field::placeholder{color:var(--chatbot-text-secondary, #9ca3af)}.chatbot-input-form__field:disabled{opacity:.6;cursor:not-allowed}.chatbot-input-form__submit{width:36px;height:36px;padding:0;background:var(--chatbot-primary, #2563eb);color:#fff;border:none;border-radius:50%;cursor:pointer;transition:background-color var(--chatbot-transition),transform var(--chatbot-transition);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-input-form__submit:hover:not(:disabled){background:var(--chatbot-primary-hover, #1d4ed8)}.chatbot-input-form__submit:active:not(:disabled){transform:scale(.95)}.chatbot-input-form__submit:focus{outline:none;box-shadow:0 0 0 3px #2563eb66}.chatbot-input-form__submit:disabled{opacity:.4;cursor:not-allowed}.chatbot-input-form__submit svg{width:18px;height:18px}.chatbot-panel__footer{padding:var(--chatbot-space-sm) var(--chatbot-space-md);text-align:center;background:var(--chatbot-bg, #ffffff);border-top:1px solid var(--chatbot-border, #e5e7eb);flex-shrink:0}.chatbot-panel__footer-text,.chatbot-panel__footer-link{font-size:var(--chatbot-font-size-xs);color:var(--chatbot-text-secondary, #6b7280)}.chatbot-panel__footer-link{text-decoration:none;transition:color var(--chatbot-transition)}.chatbot-panel__footer-link:hover{color:var(--chatbot-primary, #2563eb)}.chatbot-panel-layout{display:flex;height:100%;overflow:hidden;position:relative}.chatbot-panel-layout__sidebar{width:var(--chatbot-sidebar-width, 260px);background:var(--chatbot-sidebar-bg, #f9fafb);border-right:1px solid var(--chatbot-border, #e5e7eb);display:flex;flex-direction:column;flex-shrink:0;transition:transform var(--chatbot-transition-slow),width var(--chatbot-transition-slow),margin var(--chatbot-transition-slow);overflow:hidden}.chatbot-panel-layout__sidebar--collapsed{width:0;border-right:none}.chatbot-panel-layout__main{flex:1;display:flex;flex-direction:column;min-width:0;overflow:hidden;background:var(--chatbot-bg, #ffffff)}.chatbot-sidebar__header{padding:var(--chatbot-space-md);border-bottom:1px solid var(--chatbot-border, #e5e7eb);flex-shrink:0;display:flex;flex-direction:column;gap:var(--chatbot-space-sm)}.chatbot-sidebar__header-row{display:flex;align-items:center;justify-content:space-between}.chatbot-sidebar__title{margin:0;font-size:var(--chatbot-font-size-sm);font-weight:600;color:var(--chatbot-text, #111827)}.chatbot-sidebar__collapse-btn{background:transparent;border:none;color:var(--chatbot-text-secondary, #6b7280);cursor:pointer;padding:var(--chatbot-space-xs);border-radius:var(--chatbot-space-xs);transition:color var(--chatbot-transition),background-color var(--chatbot-transition);display:flex;align-items:center;justify-content:center}.chatbot-sidebar__collapse-btn:hover{color:var(--chatbot-text, #111827);background:var(--chatbot-surface, #f3f4f6)}.chatbot-sidebar__collapse-btn svg{width:18px;height:18px}.chatbot-sidebar__new-btn{width:100%;padding:var(--chatbot-space-sm) var(--chatbot-space-md);background:transparent;color:var(--chatbot-text, #111827);border:1px solid var(--chatbot-border, #e5e7eb);border-radius:var(--chatbot-space-sm);cursor:pointer;font-size:var(--chatbot-font-size-sm);font-weight:500;display:flex;align-items:center;gap:var(--chatbot-space-sm);transition:background-color var(--chatbot-transition),border-color var(--chatbot-transition)}.chatbot-sidebar__new-btn:hover{background:var(--chatbot-surface, #f3f4f6);border-color:var(--chatbot-text-secondary, #6b7280)}.chatbot-sidebar__new-btn:focus{outline:none;box-shadow:0 0 0 2px #2563eb4d}.chatbot-sidebar__new-btn svg{width:16px;height:16px}.chatbot-conversation-list{flex:1;overflow-y:auto;padding:var(--chatbot-space-sm)}.chatbot-conversation-list::-webkit-scrollbar{width:6px}.chatbot-conversation-list::-webkit-scrollbar-track{background:transparent}.chatbot-conversation-list::-webkit-scrollbar-thumb{background:var(--chatbot-border, #e5e7eb);border-radius:3px}.chatbot-conversation-item{display:flex;align-items:center;justify-content:space-between;padding:var(--chatbot-space-sm) var(--chatbot-space-md);border-radius:var(--chatbot-space-sm);cursor:pointer;transition:background-color var(--chatbot-transition);margin-bottom:2px;position:relative}.chatbot-conversation-item:hover,.chatbot-conversation-item--active{background:var(--chatbot-surface, #f3f4f6)}.chatbot-conversation-item--active:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:60%;background:var(--chatbot-primary, #2563eb);border-radius:0 2px 2px 0}.chatbot-conversation-item__content{flex:1;min-width:0}.chatbot-conversation-item__title{font-size:var(--chatbot-font-size-sm);font-weight:400;color:var(--chatbot-text, #111827);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.chatbot-conversation-item--active .chatbot-conversation-item__title{font-weight:500}.chatbot-conversation-item__time{font-size:var(--chatbot-font-size-xs);color:var(--chatbot-text-secondary, #6b7280);margin-top:2px}.chatbot-conversation-item__delete{opacity:0;background:transparent;border:none;color:var(--chatbot-text-secondary, #6b7280);cursor:pointer;padding:var(--chatbot-space-xs);border-radius:var(--chatbot-space-xs);transition:opacity var(--chatbot-transition),color var(--chatbot-transition),background-color var(--chatbot-transition);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-conversation-item:hover .chatbot-conversation-item__delete{opacity:1}.chatbot-conversation-item__delete:hover{color:var(--chatbot-error, #ef4444);background:#ef44441a}.chatbot-conversation-item__delete svg{width:14px;height:14px}.chatbot-sidebar__empty{padding:var(--chatbot-space-lg);text-align:center;color:var(--chatbot-text-secondary, #6b7280);font-size:var(--chatbot-font-size-sm)}.chatbot-sidebar-toggle{display:none;background:transparent;border:none;color:var(--chatbot-text-secondary, #6b7280);cursor:pointer;padding:var(--chatbot-space-sm);border-radius:var(--chatbot-space-sm);transition:color var(--chatbot-transition),background-color var(--chatbot-transition)}.chatbot-sidebar-toggle:hover{color:var(--chatbot-text, #111827);background:var(--chatbot-surface, #f3f4f6)}.chatbot-sidebar-toggle svg{width:18px;height:18px}.chatbot-sidebar-expand{display:none;background:transparent;border:none;color:var(--chatbot-text-secondary, #6b7280);cursor:pointer;padding:var(--chatbot-space-sm);border-radius:var(--chatbot-space-sm);transition:color var(--chatbot-transition),background-color var(--chatbot-transition)}.chatbot-sidebar-expand:hover{color:var(--chatbot-text, #111827);background:var(--chatbot-surface, #f3f4f6)}.chatbot-sidebar-expand svg{width:18px;height:18px}.chatbot-widget:has(.chatbot-panel-layout__sidebar--collapsed) .chatbot-sidebar-expand{display:flex;align-items:center;justify-content:center}.chatbot-sidebar-overlay{display:none;position:absolute;top:0;left:0;right:0;bottom:0;background:#0006;z-index:10;transition:opacity var(--chatbot-transition-slow)}.chatbot-confirm-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:100}.chatbot-confirm-dialog{background:var(--chatbot-bg, #ffffff);border-radius:var(--chatbot-border-radius);padding:var(--chatbot-space-lg);max-width:320px;width:calc(100% - var(--chatbot-space-xl));box-shadow:0 8px 32px #0000001f}.chatbot-confirm-title{font-size:var(--chatbot-font-size-base);font-weight:600;color:var(--chatbot-text, #111827);margin-bottom:var(--chatbot-space-sm)}.chatbot-confirm-message{font-size:var(--chatbot-font-size-sm);color:var(--chatbot-text-secondary, #6b7280);margin-bottom:var(--chatbot-space-lg);line-height:1.5}.chatbot-confirm-actions{display:flex;gap:var(--chatbot-space-sm);justify-content:flex-end}.chatbot-confirm-btn{padding:var(--chatbot-space-sm) var(--chatbot-space-md);border-radius:8px;font-size:var(--chatbot-font-size-sm);font-weight:500;cursor:pointer;transition:background-color var(--chatbot-transition),border-color var(--chatbot-transition);border:1px solid transparent;font-family:var(--chatbot-font-family)}.chatbot-confirm-btn--cancel{background:transparent;border-color:var(--chatbot-border, #e5e7eb);color:var(--chatbot-text-secondary, #6b7280)}.chatbot-confirm-btn--cancel:hover{background:var(--chatbot-surface, #f3f4f6)}.chatbot-confirm-btn--confirm{background:var(--chatbot-error, #ef4444);color:#fff;border-color:var(--chatbot-error, #ef4444)}.chatbot-confirm-btn--confirm:hover{background:#dc2626;border-color:#dc2626}.chatbot-dialog-enter{animation:chatbot-dialog-in .15s ease-out}.chatbot-dialog-leave{animation:chatbot-dialog-out .1s ease-in}@keyframes chatbot-dialog-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes chatbot-dialog-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.chatbot-fade-enter-active,.chatbot-fade-leave-active{transition:opacity .2s ease,transform .2s ease}.chatbot-fade-enter-from,.chatbot-fade-leave-to{opacity:0;transform:scale(.95) translateY(10px)}@media(max-width:768px){.chatbot-sidebar-toggle{display:flex;align-items:center;justify-content:center}.chatbot-sidebar__collapse-btn{display:none}.chatbot-sidebar-expand{display:none!important}.chatbot-panel-layout__sidebar{position:absolute;top:0;left:0;bottom:0;z-index:20;transform:translate(-100%);width:280px;box-shadow:2px 0 12px #00000026}.chatbot-panel-layout__sidebar--open{transform:translate(0)}.chatbot-panel-layout__sidebar--collapsed{width:280px;transform:translate(-100%);border-right:1px solid var(--chatbot-border, #e5e7eb)}.chatbot-sidebar-overlay--visible{display:block}.chatbot-panel-layout{position:relative}}@media(min-width:769px){.chatbot-sidebar__collapse-btn{display:flex;align-items:center;justify-content:center}.chatbot-sidebar-toggle{display:none}}@media(max-width:480px){.chatbot-panel:not(.chatbot-panel--embedded){position:fixed;top:0;left:0!important;right:0!important;bottom:0;width:100%;height:100%;max-height:100vh;border-radius:0;z-index:calc(var(--chatbot-z-index, 9999) + 1)}.chatbot-panel--embedded{width:100%;height:100%}.chatbot-bubble{width:56px;height:56px}.chatbot-bubble__icon svg{width:24px;height:24px}.chatbot-bubble__custom-icon{width:24px;height:24px}.chatbot-panel__messages{padding:var(--chatbot-space-md)}.chatbot-message--user{max-width:85%}.chatbot-starter-cards{max-width:100%;padding:0 var(--chatbot-space-sm)}.chatbot-starter-card{padding:var(--chatbot-space-sm) var(--chatbot-space-md)}}@media print{.chatbot-widget{display:none!important}}
