.component--ai-chat-feedback-option-item{background:var(--color-white,#fff);border:2px solid var(--color-gray-4,#e0e0e0);cursor:pointer;text-align:left;border-radius:8px;align-items:center;gap:12px;padding:12px 16px;transition:all .2s;display:flex}.component--ai-chat-feedback-option-item:hover{background:var(--color-gray-1,#fafafa);border-color:var(--color-gray-5,#bdbdbd)}.component--ai-chat-feedback-option-item.is-selected{background:var(--color-tomato-red);border-color:var(--color-tomato-red)}.component--ai-chat-feedback-option-item:focus-visible{outline:2px solid var(--color-tomato-red);outline-offset:2px}.component--ai-chat-feedback-option-item .feedback-modal-option-radio{border:2px solid var(--color-gray-5,#bdbdbd);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;transition:all .2s;display:flex}.component--ai-chat-feedback-option-item .feedback-modal-option-radio--selected{border-color:var(--color-white,#fff)}.component--ai-chat-feedback-option-item .feedback-modal-option-radio-dot{background:var(--color-white,#fff);border-radius:50%;width:10px;height:10px}.component--ai-chat-feedback-option-item .feedback-modal-option-label{color:var(--color-gray-8,#212121);font-size:15px;line-height:1.4}.component--ai-chat-feedback-option-item .feedback-modal-option-label--selected{color:var(--color-white,#fff)}
.component--ai-chat-message-list-item{animation:.2s ease-out ai-chat-message-list-fade-in;display:flex}@keyframes ai-chat-message-list-fade-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.component--ai-chat-message-item{flex-direction:row;width:100%;margin-bottom:6px;display:flex}.component--ai-chat-message-item.role-user{justify-content:flex-end}.component--ai-chat-message-item.role-assistant,.component--ai-chat-message-item.role-system{justify-content:flex-start}.component--ai-chat-message-item .message-item-content{flex-direction:column;max-width:85%;display:flex}.component--ai-chat-message-item .message-item-content--user{align-items:flex-end}.component--ai-chat-message-item .message-item-content--assistant,.component--ai-chat-message-item .message-item-content--system{align-items:flex-start}.component--ai-chat-message-item .message-item-feedback{margin-top:8px;margin-left:0}.component--ai-chat-message-item .message-item-typing-indicator{margin-top:8px}.component--ai-chat-message-item .message-bubble{border-radius:18px;width:100%;padding:12px 16px}.component--ai-chat-message-item .message-bubble-content{white-space:pre-wrap;word-wrap:break-word;margin:0;font-size:15px;line-height:1.5}.component--ai-chat-message-item .message-bubble--user{background:var(--color-gray-3,#e8e8e8);color:var(--color-gray-8,#212121);border-bottom-right-radius:4px}.component--ai-chat-message-item .message-bubble--assistant{background:var(--color-white,#fff);color:var(--color-gray-8,#212121);border-bottom-left-radius:4px;padding-left:8px;padding-right:8px}.component--ai-chat-message-item .message-bubble--error{background:var(--color-error-background,#ffebee);border:1px solid var(--color-error,#d32f2f)}.component--ai-chat-message-item .message-bubble-retry-hint{color:var(--color-pale-sky,#757575);margin:8px 0 0;font-size:13px;font-style:italic}.component--ai-chat-message-item .message-stub{background:var(--color-gray-2,#f5f5f5);border:1px dashed var(--color-gray-4,#e0e0e0);border-radius:12px;flex-direction:column;gap:4px;min-width:120px;padding:12px 16px;display:flex}.component--ai-chat-message-item .message-stub-label{color:var(--color-gray-6,#9e9e9e);letter-spacing:.5px;text-transform:uppercase;font-size:11px;font-weight:600}.component--ai-chat-message-item .message-stub-info{color:var(--color-gray-7,#616161);font-size:14px}.component--ai-chat-message-item .message-stub--product-card{border-color:var(--color-pale-tomato-red,#f8d7da)}.component--ai-chat-message-item .message-stub--bundle-card{border-color:var(--color-pale-pea-pod,#d1e7dd)}.component--ai-chat-message-item .message-stub--recipe-card{border-color:var(--color-pineapple,#fff3cd)}.component--ai-chat-message-item .message-stub--tool-call{border-color:var(--color-blueberry,#3f78bd);padding:8px 12px}.component--ai-chat-message-item .message-stub--helper-tip{background:var(--color-accents-blueberry-8,#f0f4fa);border-color:var(--color-blueberry,#3f78bd)}
.component--ai-chat-feedback-buttons{align-items:center;gap:8px;padding:4px 0;display:flex}.component--ai-chat-feedback-buttons .feedback-buttons-thank-you{color:var(--color-pale-sky,#757575);padding:4px 0;font-size:13px;font-style:italic}.component--ai-chat-feedback-buttons .feedback-buttons-button{background:var(--color-white,#fff);color:var(--color-gray-7,#616161);cursor:pointer;border:none;border-radius:6px;justify-content:center;align-items:center;gap:4px;min-width:32px;height:32px;padding:6px 8px;transition:all .2s;display:flex}.component--ai-chat-feedback-buttons .feedback-buttons-button:hover{background:var(--color-gray-1,#fafafa)}.component--ai-chat-feedback-buttons .feedback-buttons-button:active{transform:scale(.95)}.component--ai-chat-feedback-buttons .feedback-buttons-button:focus-visible{outline:2px solid var(--color-tomato-red,#1976d2);outline-offset:2px}.component--ai-chat-feedback-buttons .feedback-buttons-button.feedback-buttons-button--copy.feedback-buttons-button--copied,.component--ai-chat-feedback-buttons .feedback-buttons-button.feedback-buttons-button--thumbs-up.feedback-buttons-button--selected{background:var(--color-pale-pea-pod,#e8f5e9);color:var(--color-success-green,#2e7d32)}.component--ai-chat-feedback-buttons .feedback-buttons-button.feedback-buttons-button--thumbs-down.feedback-buttons-button--selected{background:var(--color-error-background,#ffebee);color:var(--color-error,#b71c1c)}.component--ai-chat-feedback-buttons .feedback-buttons-icon{flex-shrink:0}.component--ai-chat-feedback-buttons .feedback-buttons-copied-text{white-space:nowrap;font-size:12px;font-weight:500}
.component--ai-chat-action-card{background:var(--color-white,#fff);border:1px solid var(--color-gray-3,#e5e5e5);border-radius:12px;overflow:hidden}.component--ai-chat-action-card .ai-chat-action-card-header{background:var(--color-gray-1,#fafafa);border-bottom:1px solid var(--color-gray-3,#e5e5e5);padding:12px 16px}.component--ai-chat-action-card .ai-chat-action-card-title{color:var(--color-gray-8,#1a1a1a);margin:0;font-size:14px;font-weight:600}.component--ai-chat-action-card .ai-chat-action-card-operations{flex-direction:column;display:flex}.component--ai-chat-action-card .ai-chat-action-card-operation-item--with-border{border-bottom:1px solid var(--color-gray-2,#f5f5f5)}
