.Header-module__hBw1pG__header{background:var(--primary-deeper);z-index:10;justify-content:center;align-items:center;padding:16px 24px;display:flex;position:sticky;top:0}.Header-module__hBw1pG__logoImage{width:auto;height:32px}.Header-module__hBw1pG__progressBar{background:var(--border);height:3px;position:relative}.Header-module__hBw1pG__progressFill{background:var(--primary);height:100%;transition:width .4s}
.ChatBubble-module__ux5AHG__bubble{align-items:flex-end;gap:10px;margin-bottom:12px;animation:.3s ChatBubble-module__ux5AHG__fadeUp;display:flex}.ChatBubble-module__ux5AHG__bubble.ChatBubble-module__ux5AHG__user{flex-direction:row-reverse}.ChatBubble-module__ux5AHG__avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;overflow:hidden}.ChatBubble-module__ux5AHG__avatarImage{object-fit:cover;width:100%;height:100%}.ChatBubble-module__ux5AHG__content{background:var(--bubble-bot);max-width:80%;color:var(--text);box-shadow:var(--shadow);border-radius:18px 18px 18px 4px;padding:12px 16px;font-size:.95rem;line-height:1.55}.ChatBubble-module__ux5AHG__bubble.ChatBubble-module__ux5AHG__user .ChatBubble-module__ux5AHG__content{background:var(--bubble-user);color:var(--bubble-user-text);border-radius:18px 18px 4px}.ChatBubble-module__ux5AHG__bubble.ChatBubble-module__ux5AHG__transition .ChatBubble-module__ux5AHG__content{background:var(--primary-dark);color:#fff;border-radius:12px;font-size:.88rem}@keyframes ChatBubble-module__ux5AHG__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.TypingIndicator-module__spPJsa__typing{align-items:center;gap:10px;margin-bottom:12px;animation:.3s TypingIndicator-module__spPJsa__fadeUp;display:flex}.TypingIndicator-module__spPJsa__avatar{background:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;font-size:16px;display:flex}.TypingIndicator-module__spPJsa__dots{background:var(--bubble-bot);box-shadow:var(--shadow);border-radius:18px 18px 18px 4px;gap:5px;padding:12px 18px;display:flex}.TypingIndicator-module__spPJsa__dot{background:var(--primary);border-radius:50%;width:8px;height:8px;animation:1.2s infinite TypingIndicator-module__spPJsa__bounce}.TypingIndicator-module__spPJsa__dot:nth-child(2){animation-delay:.2s}.TypingIndicator-module__spPJsa__dot:nth-child(3){animation-delay:.4s}@keyframes TypingIndicator-module__spPJsa__bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-6px)}}@keyframes TypingIndicator-module__spPJsa__fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
.TextInput-module__nuV-zG__form{flex-direction:column;gap:8px;margin-top:4px;display:flex}.TextInput-module__nuV-zG__input{background:var(--input-bg);border:2px solid var(--border);color:var(--text);resize:vertical;border-radius:12px;outline:none;width:100%;padding:12px 16px;font-size:.95rem;transition:border-color .2s}.TextInput-module__nuV-zG__input:focus{border-color:var(--primary)}.TextInput-module__nuV-zG__error{color:#c0392b;font-size:.82rem}.TextInput-module__nuV-zG__sendBtn{background:var(--primary);color:#fff;border-radius:24px;align-self:flex-end;padding:10px 26px;font-size:.9rem;font-weight:600;transition:background .2s}.TextInput-module__nuV-zG__sendBtn:hover{background:var(--primary-dark)}
.ChoiceInput-module__ThYjZW__wrap{flex-wrap:wrap;justify-content:flex-end;gap:10px;margin-top:4px;display:flex}.ChoiceInput-module__ThYjZW__option{border:2px solid var(--border);background:var(--bg-card);color:var(--text);cursor:pointer;border-radius:24px;padding:10px 18px;font-size:.9rem;transition:all .15s}.ChoiceInput-module__ThYjZW__option:hover{border-color:var(--primary);color:var(--primary)}.ChoiceInput-module__ThYjZW__option.ChoiceInput-module__ThYjZW__selected{background:var(--primary);border-color:var(--primary);color:#fff}.ChoiceInput-module__ThYjZW__option.ChoiceInput-module__ThYjZW__multi.ChoiceInput-module__ThYjZW__selected{background:var(--primary-dark);border-color:var(--primary-dark)}.ChoiceInput-module__ThYjZW__confirmBtn{background:var(--primary);color:#fff;border-radius:24px;margin-top:12px;margin-left:auto;padding:11px 28px;font-size:.95rem;font-weight:600;transition:background .2s;display:block}.ChoiceInput-module__ThYjZW__confirmBtn:hover{background:var(--primary-dark)}
.ChatEngine-module__s-9iNq__viewport{flex-direction:column;height:100dvh;display:flex;overflow:hidden}.ChatEngine-module__s-9iNq__container{overscroll-behavior:contain;flex-direction:column;flex:1;width:100%;max-width:680px;min-height:0;margin:0 auto;padding:24px 16px;display:flex;overflow-y:auto}.ChatEngine-module__s-9iNq__containerWithMultiChoice{padding-bottom:24px}.ChatEngine-module__s-9iNq__inlineInputWrap{flex-direction:column;gap:8px;margin-top:10px;display:flex}.ChatEngine-module__s-9iNq__submittingText{color:var(--text-muted);margin-top:10px;font-size:.9rem}.ChatEngine-module__s-9iNq__notice{color:var(--text-muted);text-align:center;margin-bottom:20px;font-size:.78rem;line-height:1.5}.ChatEngine-module__s-9iNq__backBtn{color:var(--text-muted);align-self:flex-start;align-items:center;gap:4px;margin-bottom:2px;font-size:.82rem;display:flex}.ChatEngine-module__s-9iNq__backBtn:hover{color:var(--primary-dark)}.ChatEngine-module__s-9iNq__success{text-align:center;flex-direction:column;align-items:center;gap:20px;padding:40px 20px;display:flex}.ChatEngine-module__s-9iNq__successIcon{font-size:3rem}.ChatEngine-module__s-9iNq__successTitle{color:var(--primary-dark);font-size:1.5rem;font-weight:700}.ChatEngine-module__s-9iNq__successText{color:var(--text-muted);max-width:400px;line-height:1.6}.ChatEngine-module__s-9iNq__successActions{flex-direction:column;gap:10px;width:100%;max-width:300px;display:flex}.ChatEngine-module__s-9iNq__primaryBtn{background:var(--primary);color:#fff;border-radius:24px;padding:13px 24px;font-size:.95rem;font-weight:600;transition:background .2s}.ChatEngine-module__s-9iNq__primaryBtn:hover{background:var(--primary-dark)}.ChatEngine-module__s-9iNq__secondaryBtn{background:var(--bg-card);color:var(--primary-dark);border:2px solid var(--primary);border-radius:24px;padding:11px 24px;font-size:.9rem;font-weight:600}.ChatEngine-module__s-9iNq__retryWrap{color:#c0392b;background:#fff3f3;border:1px solid #f5c6c6;border-radius:12px;flex-direction:column;gap:10px;padding:14px 18px;font-size:.9rem;display:flex}.ChatEngine-module__s-9iNq__retryBtn{color:#fff;background:#c0392b;border-radius:20px;align-self:flex-start;padding:9px 20px;font-size:.88rem}
