#chat-form-root{box-sizing:border-box}#chat-form-root *,#chat-form-root :before,#chat-form-root :after{box-sizing:inherit}.chat-form{max-width:480px;margin:0 auto;padding:0 20px 40px;font-family:inherit}.chat-form__progress-wrap{z-index:1;background:#fff;padding:12px 0;position:sticky;top:0}.chat-form__progress-label{text-align:center;color:#666;margin-bottom:6px;font-size:13px}.chat-form__progress-label strong{color:#29a3a3;font-size:15px}.chat-form__progress-track{background:#e0e0e0;border-radius:999px;height:8px;overflow:hidden}.chat-form__progress-fill{background:#29a3a3;border-radius:999px;height:100%;transition:width .25s ease-out}.chat-form__form{margin-top:30px}.chat-item{margin-bottom:30px}.chat-bubble--bot,.chat-bubble--user,.chat-bot-header,.chat-answer-bubble{animation:.25s ease-out backwards chat-bubble-in}@keyframes chat-bubble-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.chat-bot-header{align-items:center;gap:6px;margin-bottom:4px;display:flex}.chat-bot-avatar{background:#ff9800;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.chat-bot-name{color:#78909c;font-size:12px}.chat-bubble{border-radius:16px;max-width:85%;padding:10px 16px;font-size:15px;line-height:1.6}.chat-bubble--bot{color:#37474f;background:#f1f3f5;border-top-left-radius:4px;margin-bottom:8px;margin-left:34px}.chat-bubble--user{color:#fff;background:#ff9800;border-top-right-radius:4px;margin:0 0 8px auto}.chat-answer-bubble{background:#fff3e0;border:1px solid #ff980040;border-radius:16px 4px 16px 16px;width:88%;margin:10px 0 0 auto;padding:16px}.chat-answer-bubble input,.chat-answer-bubble textarea{color:#546e7a;background:#fff;border:1px solid #00000026;border-radius:4px;width:100%;margin-bottom:6px;padding:10px 12px;font-size:16px;line-height:1.5;display:block}.chat-answer-bubble input:last-child,.chat-answer-bubble textarea:last-child{margin-bottom:0}.chat-answer-bubble input:focus,.chat-answer-bubble textarea:focus{border-color:#ff9800;outline:none}.chat-answer-bubble input:disabled,.chat-answer-bubble textarea:disabled{color:#aaa;background:#f5f5f5}.chat-choice-group{flex-direction:column;gap:4px;display:flex}.chat-choice-button{text-align:left;color:#37474f;cursor:pointer;background:#fff;border:1px solid #00000026;border-radius:8px;align-items:center;gap:10px;padding:12px 14px;font-size:15px;display:flex}.chat-choice-button:last-child{margin-bottom:0}.chat-choice-button .chat-choice-input{opacity:0;pointer-events:none;width:1px;height:1px;position:absolute}.chat-choice-check{flex-shrink:0;width:20px;height:20px;position:relative}.chat-choice-check:before{content:"";border:0 solid #c6ccd0;border-width:0 0 4px 4px;width:14px;height:9px;position:absolute;top:3px;left:4px;transform:rotate(-45deg)}.chat-choice-input:focus-visible~.chat-choice-check{outline-offset:2px;border-radius:4px;outline:2px solid #ff9800}.chat-choice-label{padding-top:3px;line-height:18px}.chat-choice-button.is-selected{color:#fff;background:#ff9800;border-color:#ff9800;font-weight:700}.chat-choice-button.is-selected .chat-choice-check:before{border-color:#fff}.chat-choice-button.is-disabled{opacity:.6;cursor:default}.chat-choice-button.is-disabled .chat-choice-input{cursor:default}.chat-bubble--bot a,.chat-form__consent-text a{color:#ff9800;text-decoration:underline}.chat-form__consent-text{color:#546e7a;margin-bottom:10px;font-size:14px}.chat-form__gotcha{width:1px;height:1px;position:absolute;overflow:hidden}.chat-form__error{color:#e53935;margin:10px 0 0;font-size:13px}.chat-form__next{color:#fff;cursor:pointer;background:#ff9800;border:0;border-radius:4px;width:100%;margin-top:4px;padding:12px 8px;font-size:17px;font-weight:700;line-height:1.5}.chat-form__next:disabled{opacity:.6;cursor:default}
