@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);-webkit-user-select:none;user-select:none;border-radius:.25rem;width:100%;line-height:1;display:inline-flex;position:relative;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);background-repeat:no-repeat;background-image:var(--custom-highlight-background,linear-gradient(90deg,var(--base-color)0%,var(--highlight-color)50%,var(--base-color)100%));height:100%;animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite;position:absolute;top:0;left:0;right:0;transform:translate(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}
.TalkScreen-module__cZKegW__talkContainer{top:var(--header-h);z-index:auto;background-color:#fff;display:flex;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.TalkScreen-module__cZKegW__talkLayout{height:100%;display:flex}.TalkScreen-module__cZKegW__historySidebar{display:none}.TalkScreen-module__cZKegW__mainContent{flex-direction:column;flex:1;display:flex}.TalkScreen-module__cZKegW__talkContent{flex:1;width:100%;position:relative;overflow:hidden}.TalkScreen-module__cZKegW__scrollOuter{flex-direction:column-reverse;width:100%;max-height:100%;padding:0 16px;display:flex;overflow-y:auto}.TalkScreen-module__cZKegW__scrollOuter::-webkit-scrollbar{display:none}.TalkScreen-module__cZKegW__talkBottom{box-sizing:border-box;width:100%;max-width:100vw}.TalkScreen-module__cZKegW__loader{justify-content:center;align-items:center;padding:16px;display:flex}.TalkScreen-module__cZKegW__spinner{border:3px solid #78aaff40;border-top-color:#7aaaff;border-radius:50%;width:24px;height:24px;animation:.8s linear infinite TalkScreen-module__cZKegW__talkSpinner}@keyframes TalkScreen-module__cZKegW__talkSpinner{to{transform:rotate(360deg)}}.TalkScreen-module__cZKegW__historyDrawer{z-index:10;background-color:#fff;height:100%;position:relative;box-shadow:-2px 0 6px #00000026}.TalkScreen-module__cZKegW__toast{z-index:10000;background-color:#00000070;flex-direction:row;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.TalkScreen-module__cZKegW__toastBox{background-color:#fff;position:relative}.TalkScreen-module__cZKegW__toastLogo{z-index:1000;font-size:14px;font-weight:900;line-height:20px;position:absolute;top:6px;left:12px}.TalkScreen-module__cZKegW__toastClose{position:absolute;top:0;right:0}.TalkScreen-module__cZKegW__toastItemBox{flex-direction:row;justify-content:center;height:75px;display:flex;position:absolute;bottom:-60px;left:0}.TalkScreen-module__cZKegW__toastItem{background-color:#fff;border-radius:10px;width:75px;height:75px;margin:0 8px}.TalkScreen-module__cZKegW__toastBtnBox{flex-direction:row;justify-content:space-between;height:75px;padding-left:25%;padding-right:25%;display:flex;position:absolute;bottom:-165px;left:0}.TalkScreen-module__cZKegW__toastBtnText{text-align:center;color:#fff;margin-top:6px;font-size:16px;font-weight:900}.TalkScreen-module__cZKegW__dialogBox{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;opacity:0;background-color:#0006;justify-content:center;align-items:center;width:100%;height:100%;animation:.2s forwards TalkScreen-module__cZKegW__fadeIn;display:flex;position:fixed;top:0;left:0}@keyframes TalkScreen-module__cZKegW__fadeIn{to{opacity:1}}.TalkScreen-module__cZKegW__dialog{text-align:center;background-color:#fff;border-radius:24px;width:90%;max-width:400px;margin:0;padding:32px 24px 24px;animation:.3s cubic-bezier(.16,1,.3,1) forwards TalkScreen-module__cZKegW__slideUp;transform:translateY(20px);box-shadow:0 10px 40px #00000026}@keyframes TalkScreen-module__cZKegW__slideUp{to{transform:translateY(0)}}.TalkScreen-module__cZKegW__dialogText{text-align:center;color:#111827;font-size:18px;font-weight:700;line-height:1.4}.TalkScreen-module__cZKegW__dialogText:first-child{color:#6b7280;margin-bottom:8px;font-size:16px;font-weight:500}.TalkScreen-module__cZKegW__dialogBtnRow{flex-direction:row;justify-content:center;gap:12px;width:100%;margin-top:32px;display:flex}.TalkScreen-module__cZKegW__dialogBtn{cursor:pointer;border:none;border-radius:12px;flex:1;justify-content:center;align-items:center;height:48px;transition:all .2s;display:flex}.TalkScreen-module__cZKegW__dialogBtnText{justify-content:center;align-items:center;width:100%;height:100%;padding:0;font-size:16px;font-weight:600;line-height:normal;display:flex;margin:0!important}.TalkScreen-module__cZKegW__dialogBtnRow .TalkScreen-module__cZKegW__dialogBtn:first-child{color:#4b5563;background-color:#f3f4f6}.TalkScreen-module__cZKegW__dialogBtnRow .TalkScreen-module__cZKegW__dialogBtn:first-child:hover{background-color:#e5e7eb}.TalkScreen-module__cZKegW__dialogBtnRow .TalkScreen-module__cZKegW__dialogBtn:first-child .TalkScreen-module__cZKegW__dialogBtnText{color:inherit}.TalkScreen-module__cZKegW__dialogBtnRow .TalkScreen-module__cZKegW__dialogBtn:last-child{color:#fff;background-color:#111827;box-shadow:0 4px 12px #0000001a}.TalkScreen-module__cZKegW__dialogBtnRow .TalkScreen-module__cZKegW__dialogBtn:last-child:hover{background-color:#000;transform:translateY(-1px);box-shadow:0 6px 16px #00000026}.TalkScreen-module__cZKegW__dialogBtnRow .TalkScreen-module__cZKegW__dialogBtn:last-child .TalkScreen-module__cZKegW__dialogBtnText{color:inherit}.TalkScreen-module__cZKegW__imageUrlContainer{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);z-index:100;background-color:#ffffff80;flex:1;width:100%;height:100%;position:absolute;top:-5px;left:0}.TalkScreen-module__cZKegW__imageUrlBox{aspect-ratio:1;background-color:#f9f9f9;border-radius:10px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.TalkScreen-module__cZKegW__imageUrlClose{width:23px;height:23px;position:absolute;top:12px;right:8px}.TalkScreen-module__cZKegW__imageUrl{object-fit:cover;border-radius:10px;display:block}.TalkScreen-module__cZKegW__guide_container{z-index:100;background-color:#00000070;width:100%;height:100%;position:absolute;top:0;left:0}.TalkScreen-module__cZKegW__guide_imageUrlContainer{width:100%;position:absolute;top:-5px;left:0}.TalkScreen-module__cZKegW__guide_left_arrow{height:140px;position:absolute;bottom:105px;left:100px}.TalkScreen-module__cZKegW__guide_picker{background-color:#eee;border-radius:6px;justify-content:center;align-items:center;width:82px;height:82px;display:flex}.TalkScreen-module__cZKegW__guide_photo_box{position:absolute;bottom:20px;left:16px}.TalkScreen-module__cZKegW__guide_photo{width:82px;height:82px}.TalkScreen-module__cZKegW__guide_star_left{width:20px;height:20px;position:absolute;top:-25px;left:-10px}.TalkScreen-module__cZKegW__guide_star_right{width:20px;height:20px;position:absolute;bottom:-10px;right:-25px}.TalkScreen-module__cZKegW__guide_text_box{position:absolute;bottom:100px;right:30px}.TalkScreen-module__cZKegW__guide_text_box_2{position:absolute;top:0;left:0}.TalkScreen-module__cZKegW__guide_text{color:#fff;text-align:center;font-size:24px;line-height:30px}.TalkScreen-module__cZKegW__guide_ok_bg{background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:center;align-items:center;width:154px;height:36px;margin-top:10px;display:flex}.TalkScreen-module__cZKegW__guide_ok{color:#fff;font-size:24px;line-height:30px}.TalkScreen-module__cZKegW__guide_right_arrow{width:142px;height:142px;position:absolute;bottom:0}.TalkScreen-module__cZKegW__guide_input_box,.TalkScreen-module__cZKegW__guide_input_text_box{width:100%;position:absolute}.TalkScreen-module__cZKegW__guide_input{width:100%;height:54px}.TalkScreen-module__cZKegW__inputBox{border-radius:15px;flex-direction:row;flex:1;justify-content:space-between;align-items:center;min-height:54px;margin:0 12px;display:flex}.TalkScreen-module__cZKegW__inputContainer{flex-direction:column;flex:1;align-items:stretch;display:flex}.TalkScreen-module__cZKegW__input{text-align:left;background-color:#fff;width:100%;padding-right:10px;font-size:16px;line-height:18px;overflow-y:hidden}.TalkScreen-module__cZKegW__guide_star_input{width:20px;height:20px;position:absolute}.TalkScreen-module__cZKegW__loginContainer{z-index:10001;background-color:#00000060;justify-content:center;align-items:flex-start;display:flex;position:fixed;top:0;left:0}.TalkScreen-module__cZKegW__loginBg{background:linear-gradient(#ebb9ff 0%,#7596ff 100%);border-radius:15px;margin:25vh 15px 15px;padding:7px}.TalkScreen-module__cZKegW__loginBox{background-color:#fff;border-radius:15px;padding-top:30px;padding-bottom:30px;position:relative}.TalkScreen-module__cZKegW__loginClose{width:25px;height:25px;position:absolute;top:-50px;right:-5px}.TalkScreen-module__cZKegW__loginTitle{text-align:center;margin-top:10px;font-size:18px;line-height:40px}.TalkScreen-module__cZKegW__loginSubTitle{text-align:center;font-size:18px;font-weight:900;line-height:40px}.TalkScreen-module__cZKegW__historyDrawerRoot{z-index:1002;pointer-events:none;position:fixed;inset:0}.TalkScreen-module__cZKegW__historyDrawerRootOpen{pointer-events:none}.TalkScreen-module__cZKegW__historyDrawerPanel{top:var(--header-h);height:calc(100% - var(--header-h));z-index:1;pointer-events:auto;background:#fff;flex-direction:column;width:min(420px,90vw);min-height:0;transition:transform .25s;display:flex;position:absolute;right:0;transform:translate(100%);box-shadow:-4px 0 16px #0000001f}.TalkScreen-module__cZKegW__historyDrawerRootOpen .TalkScreen-module__cZKegW__historyDrawerPanel{transform:translate(0)}@media (min-width:1024px){.TalkScreen-module__cZKegW__loginContainer{align-items:center}.TalkScreen-module__cZKegW__loginBg{margin-top:0}.TalkScreen-module__cZKegW__loginBox{width:min(560px,90vw)}.TalkScreen-module__cZKegW__loginClose{top:2px;right:8px}.TalkScreen-module__cZKegW__imageUrlBox{width:min(700px,80%);left:50%;transform:translate(-50%)}.TalkScreen-module__cZKegW__talkContainer{top:var(--header-h)}.TalkScreen-module__cZKegW__talkLayout{justify-content:center;width:min(1200px,100vw - 48px);margin-left:auto;margin-right:auto}.TalkScreen-module__cZKegW__mainContent{flex:0 auto;width:calc(100% - 360px);max-width:900px;margin:0 auto}.TalkScreen-module__cZKegW__scrollOuter{width:100%;margin-left:auto;margin-right:auto;padding:0 24px}.TalkScreen-module__cZKegW__talkBottom{width:100%;margin-left:auto;margin-right:auto}.TalkScreen-module__cZKegW__historySidebar{background:#fff;border-right:1px solid #eee;flex-direction:column;width:340px;height:100%;margin-left:20px;display:flex;box-shadow:-4px 0 16px #0000000f}.TalkScreen-module__cZKegW__historyDrawerRoot{display:none}.TalkScreen-module__cZKegW__dialog{width:500px}}
.LoginDialog-module__PlBByG__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out LoginDialog-module__PlBByG__fadeIn;display:flex;position:fixed;inset:0}.LoginDialog-module__PlBByG__container{background:#fff;border:1px solid #0000000d;border-radius:24px;flex-direction:column;align-items:center;width:90%;max-width:400px;padding:32px 24px;animation:.3s cubic-bezier(.16,1,.3,1) LoginDialog-module__PlBByG__slideUp;display:flex;position:relative;box-shadow:0 20px 40px #0003}.LoginDialog-module__PlBByG__closeButton{cursor:pointer;color:#666;background:#f5f5f5;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex;position:absolute;top:16px;right:16px}.LoginDialog-module__PlBByG__closeButton:hover{color:#000;background:#e5e5e5}.LoginDialog-module__PlBByG__content{flex-direction:column;align-items:center;gap:16px;width:100%;margin-bottom:24px;display:flex}.LoginDialog-module__PlBByG__loginBtn{cursor:pointer;background:0 0;border:none;width:100%;padding:0;transition:transform .2s,opacity .2s;display:block}.LoginDialog-module__PlBByG__loginBtn:hover{opacity:.9;transform:translateY(-1px)}.LoginDialog-module__PlBByG__loginBtn img{width:100%;max-width:320px;height:auto;margin:0 auto;display:block}.LoginDialog-module__PlBByG__titleArea{text-align:center;margin-top:8px}.LoginDialog-module__PlBByG__title{color:#1a1b1e;margin-bottom:6px;font-size:18px;font-weight:700;line-height:1.4}.LoginDialog-module__PlBByG__subtitle{color:#6b7280;font-size:14px;line-height:1.5}.LoginDialog-module__PlBByG__highlight{color:#ff4d4f;font-weight:600}@keyframes LoginDialog-module__PlBByG__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes LoginDialog-module__PlBByG__slideUp{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@media (min-width:640px){.LoginDialog-module__PlBByG__container{max-width:440px;padding:40px}.LoginDialog-module__PlBByG__title{font-size:20px}.LoginDialog-module__PlBByG__subtitle{font-size:15px}}
