@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;position:relative}.TalkScreen-module__cZKegW__floatingActions{z-index:8;pointer-events:none;position:absolute;top:12px;right:16px}.TalkScreen-module__cZKegW__shareButton{cursor:pointer;pointer-events:auto;background:#fff;border:1px solid #d1d5db;border-radius:999px;justify-content:center;align-items:center;width:38px;height:38px;padding:0;transition:all .2s;display:inline-flex;position:relative;overflow:visible}.TalkScreen-module__cZKegW__shareButton:hover{background:#f9fafb;border-color:#9ca3af}.TalkScreen-module__cZKegW__shareButton:disabled{opacity:.6;cursor:not-allowed}.TalkScreen-module__cZKegW__shareButtonIcon{object-fit:contain;width:20px;height:20px}.TalkScreen-module__cZKegW__shareButtonTooltip{color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:3;background:#111214;border-radius:8px;padding:5px 8px;font-size:11px;line-height:1;transition:opacity .18s;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%)}.TalkScreen-module__cZKegW__shareButton:hover .TalkScreen-module__cZKegW__shareButtonTooltip,.TalkScreen-module__cZKegW__shareButton:focus-visible .TalkScreen-module__cZKegW__shareButtonTooltip{opacity:1;visibility:visible}@media (hover:none) and (pointer:coarse){.TalkScreen-module__cZKegW__shareButtonTooltip{display:none}}.TalkScreen-module__cZKegW__srOnly{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.TalkScreen-module__cZKegW__sharePanelMask{z-index:10020;background:#00000073;justify-content:center;align-items:center;padding:16px;display:flex;position:fixed;inset:0}.TalkScreen-module__cZKegW__shareMoreMask{z-index:10025;background:#00000073;justify-content:center;align-items:flex-end;padding:16px;display:flex;position:fixed;inset:0}.TalkScreen-module__cZKegW__shareMoreDrawer{background:#fff;border-radius:16px;width:min(92vw,520px);padding:16px;animation:.2s TalkScreen-module__cZKegW__share-drawer-up;box-shadow:0 16px 36px #0003}.TalkScreen-module__cZKegW__shareMoreTitle{color:#111827;margin-bottom:10px;font-size:16px;font-weight:700}.TalkScreen-module__cZKegW__shareMoreActions{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}@keyframes TalkScreen-module__cZKegW__share-drawer-up{0%{opacity:.6;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.TalkScreen-module__cZKegW__sharePanel{background:#fff;border-radius:16px;width:min(92vw,420px);padding:16px;box-shadow:0 16px 36px #0003}.TalkScreen-module__cZKegW__sharePanelTitle{color:#111827;margin-bottom:10px;font-size:16px;font-weight:700}.TalkScreen-module__cZKegW__sharePanelLink{color:#374151;word-break:break-all;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:12px;padding:10px;font-size:12px;line-height:1.4}.TalkScreen-module__cZKegW__sharePanelActions{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-bottom:12px;display:grid}.TalkScreen-module__cZKegW__sharePanelButton{color:#111827;cursor:pointer;background:#fff;border:1px solid #d1d5db;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:10px 6px;font-size:12px;display:flex}.TalkScreen-module__cZKegW__sharePanelButton:hover{background:#f9fafb}.TalkScreen-module__cZKegW__sharePanelClose{color:#fff;cursor:pointer;background:#111827;border:none;border-radius:999px;width:100%;padding:10px 12px;font-size:13px;font-weight:600}.TalkScreen-module__cZKegW__shareToast{left:50%;top:calc(var(--header-h) + 16px);z-index:10030;color:#1f2937;background:#d9eadf;border:2px solid #2fa64f;border-radius:22px;align-items:center;gap:10px;padding:12px 18px;display:inline-flex;position:fixed;transform:translate(-50%);box-shadow:0 8px 24px #00000029}.TalkScreen-module__cZKegW__shareToastSuccess{background:#d9eadf;border-color:#2fa64f}.TalkScreen-module__cZKegW__shareToastError{background:#fee2e2;border-color:#dc2626}.TalkScreen-module__cZKegW__shareToastIcon{color:#fff;background:#2fa64f;border-radius:999px;justify-content:center;align-items:center;width:28px;height:28px;font-size:18px;font-weight:700;line-height:1;display:inline-flex}.TalkScreen-module__cZKegW__shareToastError .TalkScreen-module__cZKegW__shareToastIcon{background:#dc2626}.TalkScreen-module__cZKegW__shareToastText{color:#1f2937;white-space:nowrap;font-size:16px;font-weight:700}.TalkScreen-module__cZKegW__sharePanelIcon{object-fit:contain;width:18px;height:18px}.TalkScreen-module__cZKegW__sharePanelLabel{color:#374151;font-size:11px;line-height:1}.TalkScreen-module__cZKegW__sharePanelMore{letter-spacing:1px;font-size:18px;font-weight:700;line-height:1}.TalkScreen-module__cZKegW__talkContent{flex:1;width:100%;position:relative;overflow:hidden}.TalkScreen-module__cZKegW__scrollOuter{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;flex-direction:column-reverse;width:100%;max-height:100%;padding:16px 16px 0;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__templatePreviewModalRoot{left:0;right:0;top:var(--header-h);z-index:1300;opacity:0;pointer-events:none;transition:opacity .2s;position:fixed;bottom:0}.TalkScreen-module__cZKegW__templatePreviewModalRootOpen{opacity:1;pointer-events:auto}.TalkScreen-module__cZKegW__templatePreviewModalMask{background:#000000e0;position:absolute;inset:0}.TalkScreen-module__cZKegW__templatePreviewModalPanel{flex-direction:column;justify-content:center;align-items:center;gap:16px;display:flex;position:absolute;inset:0}.TalkScreen-module__cZKegW__templatePreviewModalImageWrap{background:#000;border-radius:16px;width:min(96vw,560px);height:min(72vh,760px);position:relative;overflow:hidden}.TalkScreen-module__cZKegW__templatePreviewModalClose{color:#fff;z-index:2;background:#fff3;border:none;border-radius:15px;width:30px;height:30px;font-size:22px;line-height:1;position:absolute;top:14px;right:14px}.TalkScreen-module__cZKegW__templatePreviewOverlay{pointer-events:none;transform-origin:100%;clip-path:inset(0);opacity:1;backface-visibility:hidden;contain:paint;width:100%;height:100%;position:absolute;top:0;right:0;overflow:hidden;transform:translateZ(0)}.TalkScreen-module__cZKegW__templatePreviewOverlayPlaying{will-change:clip-path;animation:1.5s linear forwards TalkScreen-module__cZKegW__reveal}@keyframes TalkScreen-module__cZKegW__reveal{0%{clip-path:polygon(0 0,100% 0,100% 100%,0 100%)}to{clip-path:polygon(100% 0,100% 0,100% 100%,100% 100%)}}.TalkScreen-module__cZKegW__templatePreviewMakeBtn{color:#111;background:#fff;border:none;border-radius:28px;justify-content:center;align-items:center;gap:10px;width:min(92vw,560px);height:56px;font-size:32px;font-weight:700;line-height:1;display:inline-flex}.TalkScreen-module__cZKegW__templatePreviewMakeBtnIcon{font-size:24px;line-height:1}.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{cursor:pointer;background:0 0;border:none;width:82px;height:82px;padding:0}.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_upload_btn{cursor:pointer;z-index:2;background:0 0;border:none;padding:0;position:absolute;bottom:1%;left:50%;transform:translate(-50%)}.TalkScreen-module__cZKegW__guide_upload_bg{background:linear-gradient(135deg,#7e99ff,#e5b8ff);border:1px solid #ffffff80;border-radius:999px;justify-content:center;align-items:center;width:250px;height:32px;transition:transform .12s,box-shadow .12s;display:flex;position:relative;overflow:hidden;box-shadow:0 12px 26px #0000004d}.TalkScreen-module__cZKegW__guide_upload_bg:before{content:"";pointer-events:none;background:radial-gradient(120% 120% at 20% 20%,#ffffff8c,#fff0 55%);position:absolute;inset:0}.TalkScreen-module__cZKegW__guide_upload_bg:after{content:"";opacity:.55;pointer-events:none;background:linear-gradient(90deg,#a9c9ff8c,#ffdbfa73);position:absolute;inset:-40% -20%;transform:rotate(12deg)}.TalkScreen-module__cZKegW__guide_upload_text{color:#4c3b3b;letter-spacing:.2px;z-index:1;font-size:18px;font-weight:700;line-height:24px;position:relative}.TalkScreen-module__cZKegW__guide_upload_btn:active .TalkScreen-module__cZKegW__guide_upload_bg{transform:scale(.98);box-shadow:0 8px 18px #00000029}.TalkScreen-module__cZKegW__guide_upload_btn:focus-visible .TalkScreen-module__cZKegW__guide_upload_bg{outline-offset:3px;outline:2px solid #ffffffa6}.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;min-height:0;box-shadow:none;background:#fff;flex-direction:column;width:min(420px,90vw);transition:transform .25s;display:flex;position:absolute;right:0;transform:translate(100%)}.TalkScreen-module__cZKegW__historyDrawerRootOpen .TalkScreen-module__cZKegW__historyDrawerPanel{transform:translate(0);box-shadow:-4px 0 16px #0000001f}@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:16px 24px 0}.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}}.android .TalkScreen-module__cZKegW__toastLogo{font-size:13px}.android .TalkScreen-module__cZKegW__toastBtnText{font-size:15px}.android .TalkScreen-module__cZKegW__dialogText{font-size:17px}.android .TalkScreen-module__cZKegW__dialogText:first-child{font-size:15px}.android .TalkScreen-module__cZKegW__dialogBtnText{font-size:15px}.android .TalkScreen-module__cZKegW__guide_text{font-size:23px}.android .TalkScreen-module__cZKegW__guide_ok{font-size:23px}.android .TalkScreen-module__cZKegW__input{font-size:15px}.android .TalkScreen-module__cZKegW__loginTitle{font-size:17px}.android .TalkScreen-module__cZKegW__loginSubTitle{font-size:17px}
