.window-style-chat .sidebar-expand-btn{position:fixed;top:16px;left:16px;z-index:100;width:40px;height:40px;background-color:#2d3748;border:1px solid rgba(29,147,171,.3);border-radius:8px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 8px rgba(0,0,0,.2)}.window-style-chat .sidebar-expand-btn:hover{background-color:#374151;border-color:#1d93ab;transform:scale(1.05)}.window-style-chat .sidebar-expand-btn .expand-icon{font-size:20px;font-weight:700;line-height:1}.window-style-chat .sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.window-style-chat .sidebar-toggle-btn{width:32px;height:32px;background-color:hsla(0,0%,100%,.1);border:1px solid hsla(0,0%,100%,.2);border-radius:6px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.window-style-chat .sidebar-toggle-btn:hover{background-color:hsla(0,0%,100%,.2);border-color:hsla(0,0%,100%,.3);transform:scale(1.05)}.window-style-chat .sidebar-toggle-btn .toggle-icon{font-size:16px;font-weight:700;line-height:1}.window-style-chat .sidebar-content{padding:20px;height:100%;display:flex;flex-direction:column}.window-style-chat .logo-title{font-size:24px;font-weight:700;margin:0;color:#fff}.window-style-chat .new-chat-container{margin-bottom:20px}.window-style-chat .new-chat-btn{width:100%;padding:12px 20px;background-color:#1d93ab;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s}.window-style-chat .new-chat-btn:hover{background-color:#198296}.window-style-chat .model-selector-container{margin-bottom:8px}.window-style-chat .model-selector-container label{display:block;margin-bottom:8px;color:#fff;font-size:14px}.window-style-chat .model-selector-container select{width:100%;background-color:rgba(0,0,0,0);color:#fff;border:none;border-radius:8px;font-size:14px;cursor:pointer;text-align:left;transition:all .2s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23ffffff' d='M6 8L1 3h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:12px 36px 12px 15px}.window-style-chat .model-selector-container select:hover{background-color:hsla(0,0%,100%,.15)}.window-style-chat .model-selector-container select:focus{outline:none;background-color:hsla(0,0%,100%,.15)}.window-style-chat .model-selector-container select option{background-color:#1b262a;color:#fff;padding:10px}.window-style-chat .quick-start-section{margin-top:0}.window-style-chat .quick-start-section h3{font-size:16px;margin-bottom:15px;color:#fff}.window-style-chat .quick-buttons{display:flex;flex-direction:column;gap:4px}.window-style-chat .quick-btn{display:flex;align-items:center;gap:12px;padding:12px 15px;background-color:rgba(0,0,0,0);color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:14px;text-align:left;transition:all .2s ease;position:relative}.window-style-chat .quick-btn:hover{background-color:hsla(0,0%,100%,.15)}.window-style-chat .quick-btn .icon{font-size:18px;width:24px;text-align:center}.window-style-chat .quick-btn.agent-active{background-color:hsla(0,0%,100%,.15)}.window-style-chat .settings-container{margin-top:20px;padding-top:12px;border-top:1px solid hsla(0,0%,100%,.1)}.window-style-chat .settings-btn{width:100%;padding:10px 15px;background-color:hsla(0,0%,100%,.9);color:#333;border:none;border-radius:6px;cursor:pointer;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px;transition:background-color .2s}.window-style-chat .settings-btn:hover{background-color:#fff}.window-style-chat .settings-btn .icon{font-size:16px}.window-style-chat .content-wrapper{display:flex;flex-direction:column;height:100%}.window-style-chat .messages-area{flex:1 1;overflow-y:auto;padding:20px;background-color:#f8fafc;display:flex;flex-direction:column;align-items:center}.window-style-chat .welcome-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;width:100%;text-align:center;padding:20px}.window-style-chat .welcome-screen .welcome-icon-circle{width:80px;height:80px;border-radius:50%;background-color:#1d93ab;display:flex;align-items:center;justify-content:center;margin-bottom:24px;box-shadow:0 4px 12px rgba(29,147,171,.3)}.window-style-chat .welcome-screen .welcome-icon-circle .clover-icon{font-size:40px;filter:brightness(0) invert(1)}.window-style-chat .welcome-screen .welcome-icon{font-size:40px;margin-bottom:16px}.window-style-chat .welcome-screen h2{font-size:22px;margin-bottom:8px;color:#1e293b;font-weight:600}.window-style-chat .welcome-screen p{color:#475569;font-size:15px;max-width:500px;line-height:1.7}.window-style-chat .message-item{display:flex;flex-direction:column;margin-bottom:12px;max-width:720px;width:100%}.window-style-chat .message-item.assistant,.window-style-chat .message-item.user{align-items:flex-start}.window-style-chat .message-bubble{padding:12px 16px;border-radius:8px;white-space:pre-wrap;word-break:break-word;line-height:1.6;font-size:15px;position:relative}.window-style-chat .message-bubble.user-bubble{background-color:#1d93ab;color:#fff;width:-moz-fit-content;width:fit-content;max-width:100%}.window-style-chat .message-bubble.assistant-bubble{background-color:#fff;color:#1e293b;width:100%;padding-bottom:40px}.window-style-chat .message-bubble.assistant-bubble:hover .copy-btn{opacity:.7}.window-style-chat .input-area{padding:54px 20px 7px;background-color:#f8fafc;display:flex;justify-content:center}.window-style-chat .input-container{position:relative;max-width:720px;width:100%}.window-style-chat .input-container textarea{width:100%;min-height:88px;max-height:200px;padding:18px 56px 18px 20px;font-size:15px;border:1px solid #d1d5db;border-radius:24px;resize:none;outline:none;background-color:#fff;font-family:inherit;box-shadow:0 2px 8px rgba(0,0,0,.08);transition:border-color .2s,box-shadow .2s}.window-style-chat .input-container textarea::placeholder{color:#9ca3af}.window-style-chat .input-container textarea:hover{border-color:#9ca3af}.window-style-chat .input-container textarea:focus{border-color:#1d93ab;box-shadow:0 2px 12px rgba(29,147,171,.15)}.window-style-chat .send-btn{position:absolute;right:8px;bottom:8px;width:40px;height:40px;border-radius:50%;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:18px;transition:background-color .2s,transform .15s}.window-style-chat .send-btn.enabled{background-color:#1d93ab}.window-style-chat .send-btn.enabled:hover{background-color:#198296;transform:scale(1.05)}.window-style-chat .send-btn.disabled{background-color:#d1d5db;cursor:not-allowed}.window-style-chat .input-hints{margin-top:8px;display:flex;justify-content:space-between;font-size:12px;color:#64748b}.window-style-chat .settings-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideIn{0%{transform:translateY(-20px);opacity:0}to{transform:translateY(0);opacity:1}}.window-style-chat .settings-panel{background-color:#fff;border-radius:16px;width:90%;max-width:500px;max-height:85vh;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.3);animation:slideIn .3s ease-out}.window-style-chat .settings-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid #e5e5e5;background-color:#f8f9fa}.window-style-chat .settings-header h2{font-size:18px;font-weight:600;color:#333;margin:0}.window-style-chat .settings-header .close-btn{width:32px;height:32px;border:none;background-color:rgba(0,0,0,0);border-radius:8px;cursor:pointer;font-size:16px;color:#666;display:flex;align-items:center;justify-content:center;transition:all .2s}.window-style-chat .settings-header .close-btn:hover{background-color:#e5e5e5;color:#333}.window-style-chat .settings-content{flex:1 1;overflow-y:auto;padding:24px}.window-style-chat .settings-section{margin-bottom:28px}.window-style-chat .settings-section:last-child{margin-bottom:0}.window-style-chat .settings-section h3{font-size:15px;font-weight:600;color:#333;margin:0 0 8px}.window-style-chat .settings-section .settings-description{font-size:13px;color:#666;margin:0 0 16px;line-height:1.5}.window-style-chat .settings-section .settings-hint{font-size:12px;color:#888;margin-top:12px;line-height:1.5}.window-style-chat .settings-section .settings-hint a{color:#1d93ab;text-decoration:none}.window-style-chat .settings-section .settings-hint a:hover{text-decoration:underline}.window-style-chat .api-key-input-group{display:flex;gap:10px}.window-style-chat .api-key-saved .saved-indicator{display:flex;align-items:center;gap:8px;margin-bottom:12px;color:#22c55e;font-size:14px;font-weight:500}.window-style-chat .api-key-saved .saved-indicator .check-icon{width:20px;height:20px;background-color:#22c55e;color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px}.window-style-chat .api-key-saved .api-key-actions{display:flex;gap:10px;margin-top:12px}.window-style-chat .api-key-input{flex:1 1;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;font-family:monospace;background-color:#f8f9fa;transition:all .2s}.window-style-chat .api-key-input:focus{outline:none;border-color:#1d93ab;background-color:#fff;box-shadow:0 0 0 3px rgba(29,147,171,.1)}.window-style-chat .api-key-input::placeholder{color:#999}.window-style-chat .model-select{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;background-color:#f8f9fa;cursor:pointer;transition:all .2s}.window-style-chat .model-select:focus{outline:none;border-color:#1d93ab;background-color:#fff;box-shadow:0 0 0 3px rgba(29,147,171,.1)}.window-style-chat .system-prompt-input{width:100%;padding:12px 16px;border:1px solid #ddd;border-radius:8px;font-size:14px;resize:vertical;min-height:100px;background-color:#f8f9fa;font-family:inherit;line-height:1.6;transition:all .2s}.window-style-chat .system-prompt-input:focus{outline:none;border-color:#1d93ab;background-color:#fff;box-shadow:0 0 0 3px rgba(29,147,171,.1)}.window-style-chat .system-prompt-input::placeholder{color:#999}.window-style-chat .settings-footer{display:flex;justify-content:flex-end;gap:12px;padding:16px 24px;border-top:1px solid #e5e5e5;background-color:#f8f9fa}.window-style-chat .btn-primary{padding:10px 20px;background-color:#1d93ab;color:#fff;border:none;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.window-style-chat .btn-primary:hover{background-color:#198296}.window-style-chat .btn-primary:disabled{background-color:#ccc;cursor:not-allowed}.window-style-chat .btn-secondary{padding:10px 20px;background-color:rgba(0,0,0,0);color:#666;border:1px solid #ddd;border-radius:8px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.window-style-chat .btn-secondary:hover{background-color:#f0f0f0;border-color:#ccc}.window-style-chat .btn-small{padding:6px 12px;font-size:12px}.window-style-chat .settings-panel-large{max-width:700px;max-height:90vh}.window-style-chat .settings-tabs{display:flex;gap:0;border-bottom:1px solid #e5e5e5;padding:0 24px;background-color:#f8f9fa}.window-style-chat .settings-tab{padding:14px 20px;background:none;font-size:14px;font-weight:500;color:#666;cursor:pointer;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-1px;transition:all .2s}.window-style-chat .settings-tab:hover{color:#333;background-color:rgba(29,147,171,.05)}.window-style-chat .settings-tab.active{color:#1d93ab;border-bottom-color:#1d93ab}.window-style-chat .quick-buttons-config .config-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.window-style-chat .quick-buttons-config .config-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.window-style-chat .quick-buttons-list{display:flex;flex-direction:column;gap:16px;margin-top:16px}.window-style-chat .quick-button-card{background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:16px;transition:all .2s;box-shadow:0 2px 8px rgba(0,0,0,.04)}.window-style-chat .quick-button-card:hover{border-color:#1d93ab;box-shadow:0 4px 12px rgba(29,147,171,.1)}.window-style-chat .quick-button-card.disabled{opacity:.6;background-color:#f8f9fa}.window-style-chat .quick-button-card .card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.window-style-chat .quick-button-card .card-icon-name{display:flex;align-items:center;gap:12px}.window-style-chat .quick-button-card .icon-selector{position:relative}.window-style-chat .quick-button-card .icon-selector .current-icon{width:44px;height:44px;border:2px solid #e5e5e5;border-radius:10px;background-color:#f8f9fa;font-size:24px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}.window-style-chat .quick-button-card .icon-selector .current-icon:hover{border-color:#1d93ab;background-color:rgba(29,147,171,.05)}.window-style-chat .quick-button-card .icon-selector .icon-dropdown{position:absolute;top:100%;left:0;margin-top:8px;background-color:#fff;border:1px solid #e5e5e5;border-radius:12px;padding:12px;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:8px;gap:8px;z-index:100;box-shadow:0 8px 24px rgba(0,0,0,.15);animation:slideIn .2s ease-out}.window-style-chat .quick-button-card .icon-selector .icon-dropdown .icon-option{width:36px;height:36px;border:1px solid rgba(0,0,0,0);border-radius:8px;background-color:rgba(0,0,0,0);font-size:20px;cursor:pointer;transition:all .15s;display:flex;align-items:center;justify-content:center}.window-style-chat .quick-button-card .icon-selector .icon-dropdown .icon-option:hover{background-color:#f0f0f0;transform:scale(1.1)}.window-style-chat .quick-button-card .icon-selector .icon-dropdown .icon-option.selected{background-color:rgba(29,147,171,.1);border-color:#1d93ab}.window-style-chat .quick-button-card .button-name-input{flex:1 1;padding:10px 14px;border:1px solid #ddd;border-radius:8px;font-size:15px;font-weight:500;background-color:#f8f9fa;max-width:200px;transition:all .2s}.window-style-chat .quick-button-card .button-name-input:focus{outline:none;border-color:#1d93ab;background-color:#fff;box-shadow:0 0 0 3px rgba(29,147,171,.1)}.window-style-chat .quick-button-card .card-body .prompt-input{width:100%;padding:12px 14px;border:1px solid #ddd;border-radius:8px;font-size:13px;resize:vertical;min-height:80px;background-color:#f8f9fa;font-family:inherit;line-height:1.5;transition:all .2s}.window-style-chat .quick-button-card .card-body .prompt-input:focus{outline:none;border-color:#1d93ab;background-color:#fff;box-shadow:0 0 0 3px rgba(29,147,171,.1)}.window-style-chat .quick-button-card .card-body .card-options{display:flex;gap:16px;margin-top:12px}.window-style-chat .quick-button-card .card-body .card-options .option-group{flex:1 1}.window-style-chat .quick-button-card .card-body .card-options .option-group label{display:block;font-size:12px;font-weight:500;color:#666;margin-bottom:6px}.window-style-chat .quick-button-card .card-body .card-options .option-group select{width:100%;padding:8px 12px;border:1px solid #ddd;border-radius:6px;font-size:13px;background-color:#f8f9fa;cursor:pointer;transition:all .2s}.window-style-chat .quick-button-card .card-body .card-options .option-group select:focus{outline:none;border-color:#1d93ab;background-color:#fff}.window-style-chat .toggle-switch{display:flex;align-items:center;gap:8px;cursor:pointer}.window-style-chat .toggle-switch input{display:none}.window-style-chat .toggle-switch .toggle-slider{width:44px;height:24px;background-color:#ddd;border-radius:12px;position:relative;transition:all .2s}.window-style-chat .toggle-switch .toggle-slider:after{content:"";position:absolute;top:2px;left:2px;width:20px;height:20px;background-color:#fff;border-radius:50%;transition:all .2s;box-shadow:0 2px 4px rgba(0,0,0,.1)}.window-style-chat .toggle-switch input:checked+.toggle-slider{background-color:#1d93ab}.window-style-chat .toggle-switch input:checked+.toggle-slider:after{transform:translateX(20px)}.window-style-chat .toggle-switch .toggle-label{font-size:13px;font-weight:500;color:#666}.window-style-chat .agent-mode-hint{margin-top:12px;padding:10px 14px;background-color:rgba(35,196,131,.1);border:1px solid rgba(35,196,131,.3);border-radius:8px;font-size:12px;color:#23c483;line-height:1.5}.window-style-chat .selectable-text{user-select:text;-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;cursor:text}.window-style-chat .selectable-text::selection{background-color:rgba(120,150,190,.45);color:inherit}.window-style-chat .selectable-text::-moz-selection{background-color:rgba(120,150,190,.45);color:inherit}.window-style-chat .copy-btn{position:absolute;bottom:8px;right:8px;width:32px;height:32px;border:none;border-radius:6px;background-color:rgba(29,147,171,.1);color:#1d93ab;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease;z-index:10}.window-style-chat .copy-btn:hover{background-color:rgba(29,147,171,.2);opacity:1}.window-style-chat .copy-btn:active{transform:scale(.95)}.window-style-chat .copy-btn.copied{background-color:rgba(34,197,94,.2);color:#22c55e;opacity:1}.window-style-chat .copy-btn .copy-icon{font-size:14px;line-height:1}@media only screen and (max-width:768px){.window-style-chat .copy-btn{opacity:.6;width:36px;height:36px}.window-style-chat .copy-btn .copy-icon{font-size:16px}.window-style-chat .message-bubble.assistant-bubble{padding-bottom:44px}}.window-style-chat .typing-indicator-container{display:flex;align-items:center;gap:12px;padding:8px 0}.window-style-chat .typing-dots{display:flex;gap:4px;align-items:center}.window-style-chat .typing-dots .dot{width:8px;height:8px;background-color:#1d93ab;border-radius:50%;animation:typing-bounce 1.4s ease-in-out infinite}.window-style-chat .typing-dots .dot:first-child{animation-delay:0s}.window-style-chat .typing-dots .dot:nth-child(2){animation-delay:.2s}.window-style-chat .typing-dots .dot:nth-child(3){animation-delay:.4s}@keyframes typing-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.window-style-chat .typing-text{font-size:14px;color:#64748b;font-weight:500}.window-style-chat .skeleton-loader{margin-top:12px;display:flex;flex-direction:column;gap:10px;width:100%}.window-style-chat .skeleton-line{height:16px;background:linear-gradient(90deg,#e2e8f0,#f1f5f9 40%,#e2e8f0 80%);background-size:200% 100%;animation:skeleton-shimmer 1.5s ease-in-out infinite;border-radius:4px}.window-style-chat .skeleton-line.skeleton-line-full{width:100%}.window-style-chat .skeleton-line.skeleton-line-medium{width:75%}.window-style-chat .skeleton-line.skeleton-line-short{width:45%}@keyframes skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}