.component--ai-chat-header{background:var(--color-white,#fff);border-bottom:1px solid var(--color-gray-3,#eee);flex-direction:column;flex-shrink:0;align-items:center;padding:16px;display:flex}.component--ai-chat-header .drag-indicator{background:var(--color-gray-4,#ccc);border-radius:2px;width:32px;height:4px;margin-bottom:12px}.component--ai-chat-header.component--ai-chat-header--swipeable{cursor:grab;-webkit-user-select:none;user-select:none;padding-top:12px}.component--ai-chat-header .chat-header-content{justify-content:space-between;align-items:center;width:100%;display:flex}.component--ai-chat-header .chat-header-title{color:var(--color-gray-8,#212121);margin:0;font-size:18px;font-weight:600}.component--ai-chat-header .chat-header-actions{align-items:center;gap:8px;display:flex}.component--ai-chat-header .chat-header-action-button{color:var(--color-pale-sky,#757575);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .15s,color .15s;display:flex}.component--ai-chat-header .chat-header-action-button:hover{background:var(--color-gray-2,#f5f5f5);color:var(--color-mine-shaft,#424242)}.component--ai-chat-header .chat-header-action-button:focus-visible{outline:2px solid var(--color-tomato-red,#c8102e);outline-offset:2px}.component--ai-chat-header .chat-header-action-button.chat-header-action-button--text{border:1px solid var(--color-gray-3,#eee);color:var(--color-mine-shaft,#424242);border-radius:18px;width:auto;min-width:110px;height:32px;padding:0 12px;font-size:14px;font-weight:600}.component--ai-chat-header .chat-header-action-button.chat-header-action-button--text:hover{background:var(--color-gray-2,#f5f5f5)}.component--ai-chat-header .chat-header-content--full-width{max-width:var(--ai-chat-content-max-width,900px);width:100%;margin-inline:auto}
.component--ai-chat-input{background:var(--color-white,#fff);border-top:1px solid var(--color-gray-3,#eee);flex-shrink:0;padding:12px 16px}.component--ai-chat-input .chat-input-wrapper{background:var(--color-gray-2,#f5f5f5);border:1px solid #0000;border-radius:24px;align-items:flex-end;gap:8px;padding:8px 12px;transition:border-color .15s;display:flex}.component--ai-chat-input .chat-input-wrapper:focus-within{border-color:var(--color-tomato-red,#c8102e)}.component--ai-chat-input .chat-input-field{color:var(--color-gray-8,#212121);resize:none;background:0 0;border:none;flex:1;max-height:80px;padding:4px 0;font-size:16px;line-height:1.5;overflow-y:auto}.component--ai-chat-input .chat-input-field::placeholder{color:var(--color-gray-6,#9e9e9e)}.component--ai-chat-input .chat-input-field:focus{outline:none}.component--ai-chat-input .chat-input-field:disabled,.component--ai-chat-input .chat-input-field[aria-disabled=true]{cursor:not-allowed;opacity:.6}.component--ai-chat-input .chat-input-field::-webkit-scrollbar{width:4px}.component--ai-chat-input .chat-input-field::-webkit-scrollbar-thumb{background-color:var(--color-gray-5,#bdbdbd);border-radius:4px}.component--ai-chat-input .chat-input-submit{background:var(--color-tomato-red,#c8102e);color:var(--color-white,#fff);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background-color .15s,opacity .15s;display:flex}.component--ai-chat-input .chat-input-submit:hover:not(:disabled){background:var(--color-tomato-red-darker,#a00d24)}.component--ai-chat-input .chat-input-submit:focus-visible{outline:2px solid var(--color-tomato-red,#c8102e);outline-offset:2px}.component--ai-chat-input .chat-input-submit:disabled{cursor:not-allowed;opacity:.4}.component--ai-chat-input .chat-input-error{color:#d32f2f;margin-top:4px;margin-left:12px;font-size:12px}.component--ai-chat-input .chat-input-disclaimer{color:var(--color-gray-6,#9e9e9e);text-align:center;margin-top:8px;font-size:11px;line-height:1.4}.component--ai-chat-input .chat-input-link{color:var(--color-gray-6,#9e9e9e);text-decoration:underline;transition:color .15s}.component--ai-chat-input .chat-input-link:hover{color:var(--color-tomato-red,#c8102e)}.component--ai-chat-input .chat-input-wrapper--full-width,.component--ai-chat-input .chat-input-disclaimer--full-width{max-width:var(--ai-chat-content-max-width,900px);width:100%;margin-inline:auto}
.component--ai-chat-message-list{scroll-behavior:smooth;flex-direction:column;flex:1;padding:16px;display:flex;overflow:hidden auto}.component--ai-chat-message-list::-webkit-scrollbar{width:6px}.component--ai-chat-message-list::-webkit-scrollbar-track{background:0 0}.component--ai-chat-message-list::-webkit-scrollbar-thumb{background:var(--color-gray-4,#e0e0e0);border-radius:3px}.component--ai-chat-message-list::-webkit-scrollbar-thumb:hover{background:var(--color-gray-5,#bdbdbd)}.component--ai-chat-message-list .message-list-messages{flex-direction:column;flex:1;gap:12px;display:flex}.component--ai-chat-message-list .message-list-indicator{align-self:flex-start;margin-top:8px}.component--ai-chat-message-list .message-list-indicator--stalled{color:var(--color-pale-sky,#757575);font-size:.875rem}.component--ai-chat-message-list .message-list-messages--full-width,.component--ai-chat-message-list .message-list-indicator--full-width{max-width:var(--ai-chat-content-max-width,900px);width:100%;margin-inline:auto}
.component--ai-chat-feedback-modal{width:90%;max-width:500px;max-height:90vh}.component--ai-chat-feedback-modal .feedback-modal-container{padding:0}.component--ai-chat-feedback-modal .feedback-modal{background:var(--color-white,#fff);border-radius:12px;flex-direction:column;padding:24px;display:flex;overflow:hidden}.component--ai-chat-feedback-modal .feedback-modal-header{justify-content:space-between;align-items:center;padding-bottom:20px;display:flex}.component--ai-chat-feedback-modal .feedback-modal-title{color:var(--color-gray-8,#212121);margin:0;font-size:18px;font-weight:600;line-height:1.4}.component--ai-chat-feedback-modal .feedback-modal-close-button{color:var(--color-pale-sky,#757575);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;transition:all .2s;display:flex}.component--ai-chat-feedback-modal .feedback-modal-close-button:hover{background:var(--color-gray-2,#f5f5f5);color:var(--color-gray-8,#212121)}.component--ai-chat-feedback-modal .feedback-modal-close-button:focus-visible{outline:2px solid var(--color-tomato-red);outline-offset:2px}.component--ai-chat-feedback-modal .feedback-modal-content{flex-direction:column;gap:20px;display:flex;overflow-y:auto}.component--ai-chat-feedback-modal .feedback-modal-options{flex-direction:column;gap:12px;display:flex}.component--ai-chat-feedback-modal .feedback-modal-details{flex-direction:column;display:flex}.component--ai-chat-feedback-modal .feedback-modal-details-input{border:1px solid var(--color-gray-4,#e0e0e0);color:var(--color-gray-8,#212121);resize:vertical;border-radius:8px;width:100%;min-height:80px;padding:12px 16px;font-family:inherit;font-size:14px;line-height:1.5}.component--ai-chat-feedback-modal .feedback-modal-details-input:focus{border-color:var(--color-tomato-red);outline:none;box-shadow:0 0 0 3px #dc26261a}.component--ai-chat-feedback-modal .feedback-modal-details-input::placeholder{color:var(--color-gray-6,#9e9e9e)}.component--ai-chat-feedback-modal .feedback-modal-buttons{justify-content:flex-end;gap:12px;display:flex}.component--ai-chat-feedback-modal .feedback-modal-button{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .2s}.component--ai-chat-feedback-modal .feedback-modal-button:focus-visible{outline:2px solid var(--color-tomato-red);outline-offset:2px}.component--ai-chat-feedback-modal .feedback-modal-button--cancel{background:var(--color-white,#fff);border-color:var(--color-gray-4,#e0e0e0);color:var(--color-gray-7,#616161)}.component--ai-chat-feedback-modal .feedback-modal-button--cancel:hover{background:var(--color-gray-1,#fafafa);border-color:var(--color-gray-5,#bdbdbd)}.component--ai-chat-feedback-modal .feedback-modal-button--submit{background:var(--color-tomato-red);border-color:var(--color-tomato-red);color:var(--color-white,#fff)}.component--ai-chat-feedback-modal .feedback-modal-button--submit:hover:not(.feedback-modal-button--disabled){background:var(--color-tomato-red-darker);border-color:var(--color-tomato-red-darker)}.component--ai-chat-feedback-modal .feedback-modal-button--submit.feedback-modal-button--disabled{background:var(--color-gray-4,#e0e0e0);border-color:var(--color-gray-4,#e0e0e0);color:var(--color-gray-6,#9e9e9e);cursor:not-allowed}
