.chat-box-widget{position:fixed;bottom:20px;right:20px;width:400px;height:600px;background-color:#f4f7f9;border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.2);z-index:9999;overflow:hidden;display:flex;flex-direction:column}.chat-messages{flex:1;overflow-y:auto;padding:10px;background-color:#fff;max-height:none}.chat-box-widget.collapsed{height:auto;cursor:pointer}.chat-header{background-color:#4F46E5;color:white;padding:10px;justify-content:space-between;font-weight:700;gap:8px}.chat-header,.chat-header-close,.chat-header-left{display:flex;align-items:center}.chat-header-close{background-color:#3730A3;color:#fff;border:none;border-radius:50%;width:32px;height:32px;font-size:18px;font-weight:700;cursor:pointer;justify-content:center;margin-right:8px;transition:background-color .2s}.chat-header-close:hover{background-color:#6366F1}.chat-header-start{background-color:#EEF2FF;color:#3730A3;border:none;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s;padding:5px 14px}.chat-header-right{display:flex;align-items:center;gap:8px;margin-left:auto}.chat-header-start:hover{background-color:#E0E7FF;color:#1E1B4B}.chat-header-feedback{background-color:#EEF2FF;color:#3730A3;border:none;border-radius:20px;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,color .2s;padding:5px 14px}.chat-header-feedback:hover:not(:disabled){background-color:#E0E7FF;color:#1E1B4B}.chat-header-feedback:disabled{opacity:.7;cursor:not-allowed}.chat-logo{height:24px;width:138px;border-radius:4px;margin-right:6px;-o-object-fit:cover;object-fit:cover}.chat-title{font-size:1rem;font-weight:700}.chat-input-container{display:flex;flex-direction:column;gap:8px;padding:12px;background:#fff;border-top:1px solid #e5e7eb}.chat-input-wrapper{display:flex;align-items:center;gap:8px;padding:8px 12px;border:1px solid #ccc;border-radius:24px;background:#fff}.chat-input-icon-btn{background:none;border:none;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .2s;flex-shrink:0}.chat-input-icon-btn:hover:not(:disabled){color:#3b82f6}.chat-input-icon-btn:disabled{opacity:.5;cursor:not-allowed}.chat-text-input{flex:1;border:none;outline:none;font-size:16px;color:#374151;background:transparent;padding:4px 0}.chat-text-input::-moz-placeholder{color:#9ca3af}.chat-text-input::placeholder{color:#9ca3af}.chat-text-input:disabled{opacity:.6;cursor:not-allowed}.chat-function-buttons{display:flex;align-items:center;gap:12px;padding:0}.chat-function-btn{background:#ffffff;border:1px solid #d6e4f5;padding:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6f96c8;transition:all .2s;border-radius:20px;width:40px;height:40px;flex-shrink:0}.chat-function-btn:hover:not(:disabled){background-color:#eaf3ff;color:#4f7fc4;border-color:#c4d9f3}.chat-function-btn:disabled{opacity:.5;cursor:not-allowed}.chat-function-btn-primary{background:#fff;border:1px solid #ccc;color:#4f7fc4}.chat-function-btn-primary:hover:not(:disabled){background-color:#e0edff;color:#3b6db8;border-color:#b2cff1}.chat-gallery-btn-wrapper{position:relative}.chat-gallery-menu{position:absolute;bottom:calc(100% + 8px);left:0;right:auto;transform:none;background:white;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.15);padding:8px;min-width:140px;max-width:calc(100% - 16px);z-index:1000}.chat-gallery-menu-title{font-size:14px;font-weight:700;color:#374151;padding:6px 12px 10px;border-bottom:1px solid #e5e7eb}.chat-gallery-menu:after{content:"";position:absolute;top:100%;left:16px;transform:translateX(0);width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid white}.chat-gallery-menu-item{display:flex;align-items:center;gap:12px;padding:10px 12px;border:none;background:none;width:100%;cursor:pointer;border-radius:8px;font-size:14px;color:#374151;transition:background-color .2s;text-align:left}.chat-gallery-menu-item:hover{background-color:#f3f4f6}.chat-gallery-menu-item svg{flex-shrink:0;color:#6b7280}.chat-send-button-circle{background:#4F46E5;border:none;padding:8px 6px 8px 10px;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:50%;width:40px;height:40px;flex-shrink:0;transition:background-color .2s;margin-left:auto}.chat-send-button-circle:hover:not(:disabled){background-color:#2563eb}.chat-send-button-circle:disabled{opacity:.5;cursor:not-allowed;background-color:#818CF8}.chat-input{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:10px;background:#fff}.chat-input input{flex:1;min-width:0;padding:10px 14px;border-radius:16px;border:1px solid #ccc;font-size:1rem;outline:none}.chat-send-button{background:none;border:none;margin-left:8px;font-size:1.4rem;color:#4F46E5;cursor:pointer}.chat-send-button:hover{color:#0056b3}.chat-inline-actions{display:flex;gap:8px;margin-left:6px}.chat-feedback-button{background:#ffffff;border:1px solid #4f46e5;color:#4F46E5;border-radius:12px;padding:4px 10px;font-size:.875rem;cursor:pointer;transition:background-color .2s,color .2s,border-color .2s}.chat-feedback-button:hover:not(:disabled){background-color:#EEF2FF;color:#3730A3;border-color:#3730A3}.chat-feedback-button:disabled{opacity:.6;cursor:not-allowed}.chat-feedback-followup{display:flex;flex-direction:column;gap:6px}.chat-restart-button{align-self:flex-start;background-color:#4F46E5;color:#fff;border:none;border-radius:10px;padding:6px 10px;font-size:.875rem;cursor:pointer;transition:background-color .2s}.chat-restart-button:hover{background-color:#3730A3}.chat-message{margin:6px 0;display:flex}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.message-bubble{padding:10px 14px;border-radius:16px;max-width:80%;font-size:1rem;line-height:1.4;text-align:left}.message-bubble ul{list-style:disc;margin-left:16px}.chat-message.user .message-bubble{background-color:#4F46E5;color:white}.chat-message.bot .message-bubble{background-color:#e6e6e6;color:black}.chat-toggle-button{position:fixed;bottom:20px;right:20px;z-index:10000;background-color:#4F46E5;color:white;width:48px;height:48px;border-radius:50%;border:none;font-size:22px;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;transition:background .3s;border:2px solid rgba(255,255,255,.9)}.chat-mode-pill{width:100%;padding:6px 10px;border-radius:12px;background-color:#EEF2FF;color:#3730A3;font-weight:600;font-size:.85rem;flex-shrink:0;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.chat-mode-pill-restart{border:none;background:transparent;color:#1D4ED8;font-weight:700;cursor:pointer;padding:0;text-decoration:underline}.chat-mode-pill-restart:focus{outline:2px solid #1D4ED8;outline-offset:1px}.chat-toggle-button:hover{background-color:#6366F1}@media screen and (max-height:600px),screen and (max-width:600px){.chat-box-widget{position:fixed;bottom:0;right:0;left:0;top:0;width:100vw;height:100dvh;border-radius:0;max-width:100%;box-shadow:none;display:flex;flex-direction:column}.chat-messages{flex:1;max-height:none;overflow-y:auto;padding-bottom:70px}.chat-input-container{flex-shrink:0;padding:12px;background:#fff;z-index:10}.chat-function-buttons{gap:8px;justify-content:space-between}.chat-function-btn{padding:6px}.chat-function-btn,.chat-send-button-circle{width:40px;height:40px}.chat-input{flex-shrink:0;padding:12px;background:#fff;z-index:10}}@media (min-width:601px){.chat-widget{position:fixed!important;width:600px!important;height:800px!important;bottom:40px!important;right:40px!important;max-width:none!important;max-height:none!important;border-radius:12px!important;box-shadow:0 4px 16px rgba(0,0,0,.2)!important;overflow:hidden}.chat-widget .chat-content{height:calc(100% - 56px);overflow-y:auto}}.showcase-chat-container{width:400px;height:600px;overflow:hidden;display:flex;flex-direction:column;justify-content:flex-start;padding:10px}.showcase-message-list{position:relative;top:0;display:flex;flex-direction:column}.showcase-message-bubble{display:inline-block;max-width:90%;margin:5px 0;padding:8px 12px;background:#FBCFE8;border-radius:16px;font-size:14px;line-height:1.4;word-break:break-word}.showcase-message-bubble.left{align-self:flex-start;background:#FBCFE8;margin-left:0;margin-right:auto}.showcase-message-bubble.right{align-self:flex-end;background:#EDE9FE;margin-left:auto;margin-right:0}