@keyframes ui-lib_slide-in__1VMXW{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes ui-lib_slide-in-from-top__cfJKh{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.ui-lib_card__7vhpy{background-color:var(--white);border-radius:10px;box-shadow:var(--card-shadow);padding:10px}.ui-lib_popover___HGhK{position:relative;z-index:2}.ui-lib_popover-content__DAsxM{position:absolute;animation:ui-lib_slide-in__1VMXW .3s ease;right:0;top:calc(100% + 10px)}.ui-lib_popover-mask__HfrgX{position:fixed;top:0;left:0;width:100vw;height:100%;max-height:-webkit-fill-available;max-height:-moz-available;max-height:stretch}.ui-lib_list-item__YH0DO{justify-content:space-between;min-height:40px;border-bottom:var(--border-in-light);padding:10px 20px;animation:ui-lib_slide-in__1VMXW .6s ease}.ui-lib_list-item__YH0DO,.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu{display:flex;align-items:center}.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu .ui-lib_list-icon__HuWqu{margin-right:10px}.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu .ui-lib_list-item-title__Fsa9c{font-size:14px;font-weight:bolder}.ui-lib_list-item__YH0DO .ui-lib_list-header__RwThu .ui-lib_list-item-sub-title__jSgHb{font-size:12px;font-weight:400}.ui-lib_list__1KN23{border:var(--border-in-light);border-radius:10px;box-shadow:var(--card-shadow);margin-bottom:20px;animation:ui-lib_slide-in__1VMXW .3s ease}.ui-lib_list__1KN23 .ui-lib_list-item__YH0DO:last-child{border:0}.ui-lib_modal-container__V07hJ{box-shadow:var(--card-shadow);background-color:var(--white);border-radius:12px;width:60vw;animation:ui-lib_slide-in__1VMXW .3s ease;--modal-padding:20px}.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk{padding:var(--modal-padding);display:flex;align-items:center;justify-content:space-between;border-bottom:var(--border-in-light)}.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-title__uDyyZ{font-weight:bolder;font-size:16px}.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-close-btn__cHeFn{cursor:pointer}.ui-lib_modal-container__V07hJ .ui-lib_modal-header__ez8kk .ui-lib_modal-close-btn__cHeFn:hover{filter:brightness(1.2)}.ui-lib_modal-container__V07hJ .ui-lib_modal-content___F0dm{max-height:40vh;padding:var(--modal-padding);overflow:auto}.ui-lib_modal-container__V07hJ .ui-lib_modal-footer__U6Gef{padding:var(--modal-padding);display:flex;justify-content:flex-end;border-top:var(--border-in-light);box-shadow:var(--shadow)}.ui-lib_modal-container__V07hJ .ui-lib_modal-footer__U6Gef .ui-lib_modal-actions__Ag5eX{display:flex;align-items:center}.ui-lib_modal-container__V07hJ .ui-lib_modal-footer__U6Gef .ui-lib_modal-actions__Ag5eX .ui-lib_modal-action__o5vae:not(:last-child){margin-right:20px}@media screen and (max-width:600px){.ui-lib_modal-container__V07hJ{width:100vw;border-bottom-left-radius:0;border-bottom-right-radius:0}.ui-lib_modal-container__V07hJ .ui-lib_modal-content___F0dm{max-height:50vh}}.ui-lib_show__Oyrs0{opacity:1;transition:all .3s ease;transform:translateY(0);position:fixed;left:0;bottom:0;animation:ui-lib_slide-in__1VMXW .6s ease;z-index:99999}.ui-lib_hide__HRR6J{opacity:0;transition:all .3s ease;transform:translateY(20px)}.ui-lib_toast-container__t7drF{position:fixed;bottom:5vh;left:0;width:100vw;display:flex;justify-content:center;pointer-events:none}.ui-lib_toast-container__t7drF .ui-lib_toast-content__gUAwT{max-width:80vw;word-break:break-all;font-size:14px;background-color:var(--white);box-shadow:var(--card-shadow);border:var(--border-in-light);color:var(--black);padding:10px 20px;border-radius:50px;margin-bottom:20px;display:flex;align-items:center;pointer-events:all}.ui-lib_toast-container__t7drF .ui-lib_toast-content__gUAwT .ui-lib_toast-action__fBR8E{padding-left:20px;color:var(--primary);opacity:.8;border:0;background:none;cursor:pointer;font-family:inherit}.ui-lib_toast-container__t7drF .ui-lib_toast-content__gUAwT .ui-lib_toast-action__fBR8E:hover{opacity:1}.ui-lib_input__5JXLJ{border:var(--border-in-light);border-radius:10px;padding:10px;font-family:inherit;background-color:var(--white);color:var(--black);resize:none;min-width:50px}.ui-lib_select-with-icon__L6FLF{position:relative;max-width:fit-content}.ui-lib_select-with-icon__L6FLF .ui-lib_select-with-icon-select__JhHwp{height:100%;border:var(--border-in-light);padding:10px 25px 10px 10px;border-radius:10px;-webkit-appearance:none;appearance:none;cursor:pointer;background-color:var(--white);color:var(--black);text-align:center}.ui-lib_select-with-icon__L6FLF .ui-lib_select-with-icon-icon__7R2_b{position:absolute;top:50%;right:10px;transform:translateY(-50%);pointer-events:none}.button_icon-button__VwAMf{background-color:var(--white);display:flex;align-items:center;justify-content:center;padding:10px;cursor:pointer;transition:all .3s ease;overflow:hidden;-webkit-user-select:none;user-select:none;outline:none;border:none;color:var(--black)}.button_icon-button__VwAMf[disabled]{cursor:not-allowed;opacity:.5}.button_icon-button__VwAMf.button_primary__dwYZ6{background-color:var(--primary);color:#fff}.button_icon-button__VwAMf.button_primary__dwYZ6 path{fill:#fff!important}.button_shadow__G4m_0{box-shadow:var(--card-shadow)}.button_border__F3gcK{border:var(--border-in-light)}.button_icon-button__VwAMf:hover{border-color:var(--primary)}.button_icon-button-icon__AMZta{width:16px;height:16px;display:flex;justify-content:center;align-items:center}@media only screen and (max-width:600px){.button_icon-button__VwAMf{padding:16px}}.button_icon-button-text__my76e{margin-left:5px;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home_page__yoST3{width:100%;height:100%;max-height:-webkit-fill-available;max-height:-moz-available;max-height:stretch;display:flex;justify-content:center;align-items:center;position:relative;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px)}.home_container__4PEJZ{border-radius:40px;box-shadow:var(--shadow);color:var(--black);background-color:var(--white);min-width:600px;min-height:480px;max-width:1200px;display:flex;overflow:hidden;box-sizing:border-box;width:var(--window-width);height:var(--window-height)}@media only screen and (min-width:600px){.home_tight-container__ztaM7{--window-width:100%;--window-height:var(--full-height);--window-content-width:calc(100% - var(--sidebar-width));border-radius:40px;box-shadow:var(--shadow);color:var(--black);background-color:var(--white);min-width:600px;min-height:480px;max-width:1200px;display:flex;overflow:hidden;box-sizing:border-box;width:var(--window-width);height:var(--window-height);max-width:var(--full-height);max-height:var(--full-height);border-radius:0;border:0}.home_tight-container__ztaM7 .home_sidebar__fPZfq{border-radius:0;border:0}}.home_sidebar__fPZfq{top:0;width:var(--sidebar-width);box-sizing:border-box;display:flex;transition:width .05s ease;background:linear-gradient(357deg,#1fd6cc,#0c74ed 51%,#000c75);border-radius:40px 0 0 40px;position:relative}.home_sidebar__fPZfq .home_menuWrapper__ek2lQ{width:80px;display:flex;flex-direction:column;padding-top:49px;padding-bottom:48px;box-sizing:border-box;height:100%;justify-content:center;align-items:center}.home_sidebar__fPZfq .home_menuWrapper__ek2lQ .home_menuItem__5ef4C{width:80px;height:80px;display:flex;justify-content:center;align-items:center;margin-top:11px;cursor:pointer}.home_sidebar__fPZfq .home_menuWrapper__ek2lQ .home_menuItem__5ef4C.home_active__5sZb2,.home_sidebar__fPZfq .home_menuWrapper__ek2lQ .home_menuItem__5ef4C:hover{background:rgba(0,0,0,.18)}.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN{display:flex;padding:0 20px;margin-bottom:20px}.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN .home_sidebar-new-chat__rHdbg{width:100%;border-radius:8px}.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw .home_icon-button___odcl{border-radius:0}.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw{flex-grow:1}.home_sidebar__fPZfq .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw:not(:last-child){margin-right:10px}.home_sidebar-drag__G9SJI{position:absolute;top:0;right:0;height:100%;width:10px;background-color:var(--black);cursor:ew-resize;opacity:0;transition:all .3s ease}.home_sidebar-drag__G9SJI:active,.home_sidebar-drag__G9SJI:hover{opacity:.2}.home_window-content__2WGYf{width:var(--window-content-width);display:flex;flex-direction:column}.home_mobile__Wfp_k{display:none}@media only screen and (max-width:600px){.home_container__4PEJZ{min-height:unset;max-height:unset;min-width:unset;border:0;border-radius:0}.home_sidebar__fPZfq{position:absolute!important;left:-100%;z-index:1000;height:var(--full-height);transition:all .3s ease;box-shadow:none}.home_sidebar-show__9bQfu{left:0}.home_mobile__Wfp_k{display:block}}.home_sidebar-header___NHg_{position:relative;padding:20px}.home_sidebar-logo__Cd7hL{position:absolute;right:20px;bottom:18px}.home_sidebar-title__l3KhW{font-size:20px;font-weight:700;animation:home_slide-in__h1Bn_ .3s ease}.home_sidebar-sub-title__sbT6Z{font-size:12px;font-weight:400;animation:home_slide-in__h1Bn_ .3s ease}.home_sidebar-body__9zbei{flex:1;padding:0 20px;overflow:auto;overflow-x:hidden}.home_chat-item__Oblai{padding:10px 14px;background-color:var(--white);border-radius:10px;margin-bottom:10px;box-shadow:var(--card-shadow);transition:background-color .3s ease;cursor:pointer;user-select:none;border:2px solid rgba(0,0,0,0);position:relative;-webkit-user-select:none;-moz-user-select:none}.home_chat-item__Oblai:hover{background-color:var(--hover-color)}.home_chat-item-selected__b6eBe{background:linear-gradient(357deg,rgba(31,214,204,.2),rgba(12,116,237,.2),rgba(0,12,117,.2));border:none}.home_chat-item-selected__b6eBe .home_chat-item-info__9r6z_{color:#777}.home_chat-item-title__sRstw{font-size:14px;font-weight:bolder;display:block;width:calc(100% - 15px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;animation:home_slide-in__h1Bn_ .3s ease}.home_chat-item-delete__3qV5m{position:absolute;top:10px;right:0;transition:all .3s ease;opacity:0;cursor:pointer}.home_chat-item__Oblai:hover>.home_chat-item-delete__3qV5m{opacity:.5;transform:translateX(-10px)}.home_chat-item__Oblai:hover>.home_chat-item-delete__3qV5m:hover{opacity:1}.home_chat-item-info__9r6z_{display:flex;justify-content:space-between;color:#a6a6a6;font-size:12px;margin-top:8px;animation:home_slide-in__h1Bn_ .3s ease}.home_chat-item-count____Lpy,.home_chat-item-date__NOFrp{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home_narrow-sidebar__SFIXN .home_sidebar-sub-title__sbT6Z,.home_narrow-sidebar__SFIXN .home_sidebar-title__l3KhW{display:none}.home_narrow-sidebar__SFIXN .home_sidebar-logo__Cd7hL{position:relative;display:flex;justify-content:center}.home_narrow-sidebar__SFIXN .home_sidebar-header-bar__SVjIN{flex-direction:column}.home_narrow-sidebar__SFIXN .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw .home_icon-button___odcl{border-radius:0}.home_narrow-sidebar__SFIXN .home_sidebar-header-bar__SVjIN .home_sidebar-bar-button__zJdvw:not(:last-child){margin-right:0;margin-bottom:10px}.home_narrow-sidebar__SFIXN .home_chat-item__Oblai{padding:0;min-height:50px;display:flex;justify-content:center;align-items:center;transition:all .3s ease;overflow:hidden}.home_narrow-sidebar__SFIXN .home_chat-item__Oblai:hover .home_chat-item-narrow__Kd4e0{transform:scale(.7) translateX(-50%)}.home_narrow-sidebar__SFIXN .home_chat-item-narrow__Kd4e0{line-height:0;font-weight:lighter;color:var(--black);transform:translateX(0);transition:all .3s ease;padding:4px;display:flex;flex-direction:column;justify-content:center}.home_narrow-sidebar__SFIXN .home_chat-item-narrow__Kd4e0 .home_chat-item-avatar__KJu_J{display:flex;justify-content:center;opacity:.2;position:absolute;transform:scale(4)}.home_narrow-sidebar__SFIXN .home_chat-item-narrow__Kd4e0 .home_chat-item-narrow-count__B3b3g{font-size:24px;font-weight:bolder;text-align:center;color:var(--primary);opacity:.6}.home_narrow-sidebar__SFIXN .home_chat-item-delete__3qV5m{top:15px}.home_narrow-sidebar__SFIXN .home_chat-item__Oblai:hover>.home_chat-item-delete__3qV5m{opacity:.5;right:5px}.home_sidebar-tail__T2_u7{background-color:var(--white);display:flex;flex-direction:column;justify-content:space-between}.home_sidebar-tail__T2_u7 .home_sidebar-bar-button__zJdvw{background-color:var(--white);display:flex;align-items:center;justify-content:left;color:var(--black);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:48px;border-radius:0}.home_sidebar-actions__LcDT9{display:inline-flex}.home_sidebar-action__IVfyJ:not(:last-child){margin-right:15px}.home_chat__2io58{display:flex;flex-direction:column;position:relative;height:100%;box-sizing:border-box;padding-left:20px;padding-right:20px}.home_chat-body__s7fmY{flex:1;min-height:0;overflow:auto;overflow-y:scroll;padding-bottom:40px;position:relative;overscroll-behavior:none}.home_chat-body-title__tz_4w{cursor:pointer}.home_chat-body-title__tz_4w:hover{-webkit-text-decoration:underline;text-decoration:underline}.home_chat-message__3i6RL{display:flex;flex-direction:column;max-width:var(--message-max-width)}.home_chat-message__3i6RL:last-child{animation:home_slide-in__h1Bn_ .3s ease}.home_chat-message__3i6RL .home_message_actions__DIekW{margin-left:auto;padding-left:10px;margin-right:0;flex-shrink:0}.home_chat-message__3i6RL .home_chat-message-placeholder-left__karkr{display:none}.home_chat-message-user__7mr88{display:flex;flex-direction:column;margin-left:auto;margin-right:0;max-width:var(--message-max-width)}.home_chat-message-user__7mr88 .home_chat-message-container__8nlFD{margin-right:0}.home_chat-message-user__7mr88 .home_chat-message-action-date__pDNN4{margin-left:auto}.home_chat-message-user__7mr88 .home_chat-message-placeholder-right__grSSV{display:none}.home_chat-message-user__7mr88 .home_chat_content_wrapper___Rr90{order:1}.home_chat-message-user__7mr88 .home_chat-message-item__TWO7T{background-image:linear-gradient(0,#1fd6cc,#0c74ed)}.home_chat-message-container__8nlFD{display:flex;align-items:flex-start;max-width:100%}.home_chat-message-container__8nlFD:hover .home_chat-message-top-actions__y4j_N{opacity:1;transform:translateX(10px);pointer-events:all}.home_chat-message-user__7mr88>.home_chat-message-container__8nlFD{margin-left:auto;margin-right:0}.home_chat-message-avatar__zr1cl{width:33px;height:33px;min-width:33px;min-height:33px;border-radius:4px;margin:20px 10px auto}.home_avatar_user__mmch6{order:2}.home_chat-message-status__1eEfN{font-size:12px;color:#aaa;line-height:1.5;margin-top:-18px}.home_chat-message-user__7mr88 .home_chat-message-status__1eEfN{margin-top:auto;margin-bottom:auto}.home_chat-message-item__TWO7T{box-sizing:border-box;max-width:100%;margin-top:10px;border-radius:10px;background-color:rgba(0,0,0,.05);padding:10px;font-size:14px;-webkit-user-select:text;user-select:text;line-break:strict;word-wrap:break-word;border:var(--border-in-light);position:relative;flex-shrink:0}.home_chat-message-top-actions__y4j_N{min-width:120px;font-size:12px;transition:all .3s ease;opacity:0;pointer-events:none;display:flex;flex-direction:row-reverse}.home_chat-message-top-action__79Fx2{opacity:.5;color:var(--black);white-space:nowrap;cursor:pointer;flex-shrink:0}.home_chat-message-top-action__79Fx2:hover{opacity:1}.home_chat-message-user__7mr88>.home_chat-message-container__8nlFD>.home_chat-message-item__TWO7T{background:linear-gradient(0deg,#1fd6cc,#0c74ed)}.home_chat-message-actions__Pz56I{display:flex;width:100%;padding-top:5px;box-sizing:border-box;font-size:12px}.home_chat-message-action-date__pDNN4{color:#aaa;white-space:nowrap}.home_chat-input-panel__YKxhm{position:relative;width:100%;padding-top:7px;box-sizing:border-box;flex-shrink:0}.home_prompt-hints__NU62D{min-height:20px;width:100%;max-height:50vh;overflow:auto;display:flex;flex-direction:column-reverse;background-color:var(--white);border:var(--border-in-light);border-radius:10px;margin-bottom:10px;box-shadow:var(--shadow)}.home_prompt-hints__NU62D .home_prompt-hint__K9Qei{color:var(--black);padding:6px 10px;animation:home_slide-in__h1Bn_ .3s ease;cursor:pointer;transition:all .3s ease;border:1px solid rgba(0,0,0,0);margin:4px;border-radius:8px}.home_prompt-hints__NU62D .home_prompt-hint__K9Qei:not(:last-child){margin-top:0}.home_prompt-hints__NU62D .home_prompt-hint__K9Qei .home_hint-title__LXXw2{font-size:12px;font-weight:bolder;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home_prompt-hints__NU62D .home_prompt-hint__K9Qei .home_hint-content__Xin3G{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home_prompt-hints__NU62D .home_prompt-hint-selected__ei_T3,.home_prompt-hints__NU62D .home_prompt-hint__K9Qei:hover{border-color:var(--primary)}.home_chat-input-panel-inner__ZXUTr{display:flex;flex:1;padding-top:10px;padding-bottom:8px}.home_chat_input_textarea__3VnL_{border-radius:4px;flex-grow:1;flex-shrink:1;display:inline-block}.home_chat_input_textarea_wrapper__s5DP9{flex-grow:1;flex-shrink:1;flex-basis:35px;min-height:40px;border-radius:4px;display:flex;flex-direction:column;max-height:90px;min-width:0}.home_chat-input__SfJjb{height:100%;width:100%;border-radius:10px;border:var(--border-in-light);box-shadow:0 -2px 5px rgba(0,0,0,.03);background-color:var(--white);color:var(--black);font-family:inherit;padding:10px 90px 10px 14px;resize:none;outline:none}.home_chat-input__SfJjb:focus{border:1px solid var(--primary)}.home_chat-input-send__l53Tc{background-color:var(--primary);color:#fff;height:42px;border-radius:8px;margin-left:5px}@media only screen and (max-width:600px){.home_chat-input__SfJjb{font-size:16px}.home_chat-input-send__l53Tc{bottom:30px}}.home_loading-content__7_JjP{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;min-height:100%;max-height:100%;width:100%}.mask-new_mask-new-container__QvdvH{display:flex;flex-direction:column;width:150px;padding:0}.mask-new_mask-new-container__QvdvH .mask-new_button__2DE4_{width:100%;background-color:var(--white);display:flex;align-items:center;justify-content:left;color:var(--black)!important;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;height:48px;border-radius:0;margin:0}.auth_auth-page___xlla{display:flex;justify-content:center;align-items:center;height:100%;width:100%;position:relative;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);font-family:PingFangSC-Regular,PingFang SC}.auth_auth-page___xlla .auth_center__EHEcy{display:flex;height:600px;box-shadow:0 20px 15px 0 rgba(0,0,0,.04),0 13px 14px 0 rgba(0,0,0,.08),0 7px 12px 0 rgba(0,0,0,.06);border-radius:20px;flex-grow:1;max-width:1000px;flex-shrink:2;min-width:0;margin-left:auto;margin-right:auto}@media(max-width:880px){.auth_auth-page___xlla .auth_center__EHEcy{max-width:500px}}.auth_auth-page___xlla .auth_center__EHEcy .auth_cover-wrapper__LFfg2{width:500px}@media(max-width:880px){.auth_auth-page___xlla .auth_center__EHEcy .auth_cover-wrapper__LFfg2{display:none}}.auth_auth-page___xlla .auth_center__EHEcy .auth_cover-wrapper__LFfg2 .auth_cover__XCewn{width:500px}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0{position:relative;max-width:500px;background:#fff;box-sizing:border-box;border-bottom-right-radius:20px;border-top-right-radius:20px;width:100%;margin-left:auto;margin-right:auto}@media(max-width:880px){.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0{border-radius:20px}}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_form_inner_wrapper__LBt0_{width:100%;max-width:350px;margin-left:auto;margin-right:auto}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_title__9zcam{font-size:28px;font-weight:700;margin-top:50px}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_phone-input__SI42I{margin-top:40px;min-width:100%;max-width:100%;min-height:46px;border-radius:8px;border:1px solid #c6c6c6;text-align:left;font-size:18px}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_code-wrapper__bdCNZ{display:flex;margin-top:16px;min-width:100%}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_code-wrapper__bdCNZ .auth_captcha-input__6ahKW{height:46px;min-height:46px;border-radius:8px;border:1px solid #c6c6c6;text-align:left;font-size:18px;width:fit-content;flex-grow:1;max-width:100%;min-width:0}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_code-wrapper__bdCNZ .auth_captcha__SciS7{width:110px;min-width:110px;height:46px;background:#e7e7e7;cursor:pointer}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_verification-code-wrapper__3KJhj{display:flex;margin-top:16px;min-width:100%}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_verification-code-wrapper__3KJhj .auth_verification-code-input__0ATvg{height:46px;min-height:46px;border-radius:8px;border:1px solid #c6c6c6;text-align:left;font-size:18px;width:fit-content;flex-grow:1;max-width:100%;min-width:0}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_verification-code-wrapper__3KJhj .auth_get-verification-code__lT4eQ{width:110px;min-width:110px;background:linear-gradient(0deg,#1fd6cc,#0c74ed);border-radius:8px;border-width:0;font-size:18px;color:#fff;margin-left:8px;cursor:pointer}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_verification-code-wrapper__3KJhj .auth_get-verification-code__lT4eQ:hover{opacity:.8}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_verification-code-wrapper__3KJhj .auth_get-verification-code__lT4eQ:disabled{background:#e7e7e7;cursor:not-allowed}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_login-button__RPD7Y{background:linear-gradient(0deg,#1fd6cc,#0c74ed)}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_login-button__RPD7Y:disabled{background:#e7e7e7;cursor:not-allowed}.auth_auth-page___xlla .auth_center__EHEcy .auth_form-wrapper__PKIN0 .auth_login-button__RPD7Y:hover{opacity:.8}