.chat-module__vDg6Da__container{height:var(--app-height,100dvh);min-height:var(--app-height,100dvh);max-height:var(--app-height,100dvh);flex-direction:column;max-width:800px;margin:0 auto;padding:clamp(.75rem,2.8vw,2rem);display:flex;overflow:hidden}.chat-module__vDg6Da__title{text-align:center;color:var(--text-primary);margin-bottom:1.5rem;font-size:1.5rem;font-weight:700}.chat-module__vDg6Da__messagesArea{overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--border)transparent;flex-direction:column;flex:1;gap:1rem;min-height:0;margin-bottom:1.5rem;padding-right:.5rem;display:flex;overflow-y:auto}.chat-module__vDg6Da__message{flex-direction:column;min-width:0;max-width:80%;animation:.3s ease-out chat-module__vDg6Da__fadeIn;display:flex}.chat-module__vDg6Da__messageUser{align-self:flex-end;align-items:flex-end}.chat-module__vDg6Da__messageBot{align-self:flex-start;align-items:flex-start}.chat-module__vDg6Da__bubble{border-radius:1rem;width:fit-content;max-width:100%;padding:.75rem 1rem;font-size:.95rem;line-height:1.5;box-shadow:0 2px 4px #0000001a}.chat-module__vDg6Da__messageUser .chat-module__vDg6Da__bubble{background-color:var(--primary);color:#fff;border-bottom-right-radius:.25rem}.chat-module__vDg6Da__messageBot .chat-module__vDg6Da__bubble{background-color:var(--surface);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:.25rem}.chat-module__vDg6Da__markdown{white-space:pre-wrap;word-break:break-word}.chat-module__vDg6Da__markdown a{color:var(--primary);text-decoration:underline}.chat-module__vDg6Da__messageUser .chat-module__vDg6Da__markdown a{color:#fffffff2}.chat-module__vDg6Da__markdown code{background:#00000014;border-radius:.25rem;padding:.05rem .3rem;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.9em}.chat-module__vDg6Da__markdownList{margin:.4rem 0 .4rem 1.1rem;padding:0}.chat-module__vDg6Da__inputArea{padding-top:1rem;padding-bottom:max(env(safe-area-inset-bottom),0px);border-top:1px solid var(--border);background:var(--background);gap:.75rem;display:flex}.chat-module__vDg6Da__turnHint{color:var(--text-secondary);margin-top:.25rem;margin-bottom:.35rem;font-size:.85rem}.chat-module__vDg6Da__input{background-color:var(--surface);border:1px solid var(--border);color:var(--text-primary);border-radius:.5rem;flex:1;padding:.75rem 1rem;font-size:1rem;transition:border-color .2s}.chat-module__vDg6Da__input:focus{border-color:var(--primary);outline:none}.chat-module__vDg6Da__button{background-color:var(--primary);color:#fff;cursor:pointer;border:none;border-radius:.5rem;padding:0 1.5rem;font-weight:600;transition:background-color .2s}.chat-module__vDg6Da__button:hover{background-color:var(--primary-hover)}.chat-module__vDg6Da__button:disabled{opacity:.6;cursor:not-allowed}@keyframes chat-module__vDg6Da__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chat-module__vDg6Da__typing{gap:4px;padding:.5rem;display:flex}.chat-module__vDg6Da__dot{background-color:var(--text-secondary);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both chat-module__vDg6Da__bounce}.chat-module__vDg6Da__dot:first-child{animation-delay:-.32s}.chat-module__vDg6Da__dot:nth-child(2){animation-delay:-.16s}@keyframes chat-module__vDg6Da__bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chat-module__vDg6Da__loginContainer{background-color:var(--surface);border:1px solid var(--border);width:min(100%,440px);max-width:440px;max-height:calc(var(--app-height,100dvh) - 1.5rem);text-align:center;border-radius:1.25rem;flex-direction:column;gap:1rem;padding:clamp(1rem,4vw,2rem);display:flex;overflow-y:auto;box-shadow:0 14px 34px #17343e1f}.chat-module__vDg6Da__authButton{color:var(--text-primary);cursor:pointer;border:1px solid #0000;border-radius:.75rem;min-height:46px;padding:.8rem 1rem;font-weight:600;transition:all .2s}.chat-module__vDg6Da__authButtonPrimary{color:#fff;background:linear-gradient(#2ecfd1 0%,#12a8aa 100%);box-shadow:0 8px 20px #12a8aa47}.chat-module__vDg6Da__authButtonPrimary:hover{transform:translateY(-1px);box-shadow:0 10px 24px #12a8aa57}.chat-module__vDg6Da__authButtonSecondary{border-color:var(--border);color:var(--text-primary);background:#fff}.chat-module__vDg6Da__authButtonSecondary:hover{background:#f8feff;border-color:#8adfe1}.chat-module__vDg6Da__authButton:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.chat-module__vDg6Da__authHeader{flex-direction:column;align-items:center;gap:.5rem;display:flex}.chat-module__vDg6Da__authLogo{object-fit:contain;width:72px;height:72px}.chat-module__vDg6Da__authTitle{color:var(--text-primary);font-size:1.35rem}.chat-module__vDg6Da__authSubtitle{color:var(--text-secondary);line-height:1.5}.chat-module__vDg6Da__authActions,.chat-module__vDg6Da__authForm{flex-direction:column;gap:.75rem;display:flex}.chat-module__vDg6Da__authDivider{color:var(--text-secondary);justify-content:center;align-items:center;font-size:.9rem;display:flex}.chat-module__vDg6Da__authIcon{width:18px;height:18px}.chat-module__vDg6Da__authLabel{color:var(--text-primary);text-align:left;font-size:.92rem;font-weight:600}.chat-module__vDg6Da__authInput{border:1px solid var(--border);width:100%;color:var(--text-primary);background-color:#fff;border-radius:.75rem;padding:.8rem .9rem;font-size:.98rem}.chat-module__vDg6Da__authInput:focus{border-color:var(--primary);outline:none;box-shadow:0 0 0 3px #12a8aa24}.chat-module__vDg6Da__channelRow{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;display:grid}.chat-module__vDg6Da__segmentButton{border:1px solid var(--border);color:var(--text-primary);cursor:pointer;background:#fff;border-radius:.75rem;padding:.8rem .9rem;font-weight:600}.chat-module__vDg6Da__segmentButtonActive{border-color:var(--primary);background:#20c6c81f}.chat-module__vDg6Da__authStatus{color:#146c6d;background:#20c6c81f;border:1px solid #20c6c83d;border-radius:.75rem;padding:.8rem .9rem}.chat-module__vDg6Da__authHint{color:var(--text-secondary);font-size:.92rem;line-height:1.4}.chat-module__vDg6Da__authError{color:#a12626;background:#dc262614;border:1px solid #dc26262e;border-radius:.75rem;padding:.8rem .9rem}.chat-module__vDg6Da__authButtonWithIcon{justify-content:center;align-items:center;gap:.55rem;display:inline-flex}.chat-module__vDg6Da__authButtonFull{width:100%}.chat-module__vDg6Da__authIcon{width:18px;height:18px;display:block}.chat-module__vDg6Da__buttonGroup{gap:.5rem;display:flex}.chat-module__vDg6Da__buttonGroup .chat-module__vDg6Da__button{flex:1}.chat-module__vDg6Da__linkButton{color:var(--primary);cursor:pointer;background:0 0;border:none;font-size:.9rem;text-decoration:underline}.chat-module__vDg6Da__error{color:#ef4444;margin-top:-.5rem;font-size:.85rem}.chat-module__vDg6Da__success{color:#10b981;margin-top:-.5rem;font-size:.85rem}.chat-module__vDg6Da__authHeader{flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.4rem;display:flex}.chat-module__vDg6Da__authLogo{object-fit:contain;width:auto;max-width:250px;height:56px}.chat-module__vDg6Da__authTitle{color:var(--text-primary);margin:0;font-size:1.35rem}.chat-module__vDg6Da__authSubtitle{color:var(--text-secondary);margin:0;font-size:.92rem}.chat-module__vDg6Da__authActions{flex-direction:column;gap:.6rem;display:flex}.chat-module__vDg6Da__recaptchaWrap{justify-content:center;margin-top:.25rem;display:flex}.chat-module__vDg6Da__authHint{color:var(--text-secondary);margin:0;font-size:.85rem}.chat-module__vDg6Da__phoneInputRow{gap:.5rem;width:100%;min-width:0;display:flex}.chat-module__vDg6Da__phoneInputRow .chat-module__vDg6Da__input{min-width:0}.chat-module__vDg6Da__phoneCountrySelect{text-align:left;white-space:nowrap;text-overflow:ellipsis;flex:0 140px;max-width:150px}.chat-module__vDg6Da__userInfo{color:var(--text-secondary);align-items:center;gap:.75rem;min-width:0;font-size:.9rem;display:flex}.chat-module__vDg6Da__userInfo span{text-overflow:ellipsis;white-space:nowrap;max-width:220px;overflow:hidden}.chat-module__vDg6Da__avatar{border:1px solid var(--border);border-radius:50%;width:32px;height:32px}.chat-module__vDg6Da__logoutButton{border:1px solid var(--border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:.25rem;padding:.25rem .75rem;font-size:.8rem;transition:all .2s}.chat-module__vDg6Da__logoutButton:hover{border-color:var(--primary);color:var(--primary)}.chat-module__vDg6Da__header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.chat-module__vDg6Da__brandArea{align-items:center;gap:.75rem;display:flex}.chat-module__vDg6Da__brandLogo{object-fit:contain;width:auto;max-width:min(50vw,360px);height:56px;display:block}.chat-module__vDg6Da__loader{color:var(--text-secondary);font-size:1.2rem}@media (max-width:720px){.chat-module__vDg6Da__container{max-width:100%;padding:.75rem}.chat-module__vDg6Da__header{align-items:flex-start;gap:.75rem;margin-bottom:.9rem;padding-bottom:.75rem}.chat-module__vDg6Da__brandLogo{max-width:min(58vw,260px);height:44px}.chat-module__vDg6Da__messagesArea{gap:.75rem;margin-bottom:.75rem;padding-right:.15rem}.chat-module__vDg6Da__message{max-width:92%}.chat-module__vDg6Da__bubble{font-size:.93rem}.chat-module__vDg6Da__inputArea{gap:.5rem;padding-top:.75rem}.chat-module__vDg6Da__input{min-width:0;padding:.72rem .85rem;font-size:16px}.chat-module__vDg6Da__button{white-space:nowrap;padding:0 1rem}.chat-module__vDg6Da__userInfo{justify-content:space-between;width:100%}.chat-module__vDg6Da__userInfo span{max-width:46vw}.chat-module__vDg6Da__loginContainer{border-radius:1rem;width:min(100%,520px)}.chat-module__vDg6Da__phoneCountrySelect{flex-basis:120px;max-width:128px}}@media (max-width:430px){.chat-module__vDg6Da__header{flex-direction:column;align-items:stretch}.chat-module__vDg6Da__brandArea{justify-content:center}.chat-module__vDg6Da__userInfo{justify-content:flex-start;gap:.55rem;font-size:.84rem}.chat-module__vDg6Da__userInfo span{max-width:52vw}.chat-module__vDg6Da__logoutButton{margin-left:auto}.chat-module__vDg6Da__buttonGroup{flex-direction:column}.chat-module__vDg6Da__phoneInputRow{flex-direction:column;gap:.45rem}.chat-module__vDg6Da__phoneCountrySelect{text-align:left;flex:1;width:100%}.chat-module__vDg6Da__recaptchaWrap{justify-content:flex-start;overflow:hidden}.chat-module__vDg6Da__recaptchaWrap>div{transform-origin:0 0;transform:scale(.88)}}@media (max-width:360px){.chat-module__vDg6Da__recaptchaWrap>div{transform:scale(.8)}}
