@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;800&display=swap";*{padding:0;margin:0;border:0}*,*:before,*:after{-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}:focus,:active{outline:none}a:focus,a:active{outline:none}nav,footer,header,aside{display:block}html,body{height:100%;width:100%;font-size:100%;line-height:1;-ms-text-size-adjust:100%;-moz-text-size-adjust:100%;-webkit-text-size-adjust:100%}input,button,textarea{font-family:inherit}input::-ms-clear{display:none}button{cursor:pointer}button::-moz-focus-inner{padding:0;border:0}a,a:visited,a:hover{text-decoration:none}ul li{list-style:none}img{vertical-align:top}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit}:root{height:100%;font-family:Inter,sans-serif;color:#171717}body{height:100dvh}.inactive{pointer-events:none;opacity:.6;cursor:not-allowed;-webkit-user-select:none;user-select:none}.hidden{display:none!important}.input_box{display:flex;border:1px solid #ddd;border-radius:18px;background-color:#fff;box-shadow:0 1px 3px #0000000d;overflow:hidden;position:relative;max-width:752px;margin-bottom:25px;padding:12px 18px;width:calc(100% - 50px);align-items:end}.input{resize:none;border:none;outline:none;font-size:14px;line-height:20px;font-family:inherit;overflow-y:auto;min-height:20px;height:20px;max-height:150px;width:calc(100% - 40px);padding-right:15px;scrollbar-width:none;-ms-overflow-style:none;align-self:center}.input::-webkit-scrollbar{display:none}.input_btns{display:flex;justify-content:space-between;align-items:center;width:100%}.attach_btn{background:none;border:none;font-size:20px;cursor:pointer;width:20px;height:20px;color:#777}.send_btn{background-color:#50e18b;border:none;border-radius:50%;width:40px;height:40px;font-size:16px;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.send_btn[disabled],.send_btn:disabled{background-color:#ebebeb;cursor:default}.send_btn:not(:disabled):hover{background-color:#40c378}.clipSVG,.sendSVG{width:100%;height:100%}.break_btn,.continue_btn{background-color:#ebebeb;width:fit-content;color:#000;border-radius:30px;padding:0 16px;font-size:12px;margin:0}.break_btn{margin-right:10px}.break_btn:hover,.continue_btn:hover{background-color:#d0d0d0!important}.icons_box{display:flex;flex-direction:row;gap:10px}.main_window_header_box{display:flex;flex-direction:row;align-items:center;font-size:20px;font-weight:800;line-height:110%;white-space:nowrap}.logo{width:100%}.icons_box.desktop{display:flex;flex-direction:row}.icons_box.mobile{display:none;flex-direction:column;position:relative}.menu-icon{background-color:#fff}.menu{display:flex;flex-direction:column;justify-content:end;gap:10px;background-color:#fff;box-shadow:#0000000f 0 0 10px;width:150px;padding:10px;position:absolute;right:-20%;top:150%;z-index:999;border-radius:20px}.menu .export-btn{width:100%;align-self:flex-end}.menu-circles{display:flex;flex-direction:row;justify-content:space-around}.main_window_header_box_txt.final{cursor:default;padding-right:20px}.export-btn{background-color:#58d487;width:105px;height:38px;border-radius:30px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;cursor:pointer}.mode-btn{background-color:#58d487;width:auto;padding:0 12px}.prod{background-color:#f06}.back-btn{background-color:#ebebeb;width:80px;height:35px;display:flex;justify-content:center;align-items:center;border-radius:30px;font-size:16px;font-weight:500;cursor:pointer}.icons_box .icon{width:38px;height:38px;cursor:pointer}.menu-circles .icon{width:30px;height:30px}.title{font-size:34px;color:#58d487;font-weight:700;margin:150px auto auto;max-width:580px;text-align:center;line-height:1.4}.modal-box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px;width:400px;height:300px;border-radius:30px;position:fixed;z-index:9999;top:50%;left:50%;transform:translate(-50%,-70%);background-color:#fff;border:#58d487 3px solid;padding-top:10px;-webkit-user-select:none;user-select:none}.modal-input-box{display:flex;flex-direction:column;align-items:center;gap:25px;width:70%;position:relative}.modal-input{width:100%;height:40px;padding:5px 15px;background-color:#fff;border:#58d487 2px solid;border-radius:30px}.modal-txt{font-size:24px;font-weight:700}.modal-input-btn{width:100px;height:40px;background-color:#58d487;border-radius:30px;color:#fff;font-weight:600}.cross{position:absolute;top:15px;right:15px;cursor:pointer}.message_user .msg_txt{padding:13px 25px;background:linear-gradient(to right,#e0fedd,#86f3b1bf);max-width:70%;width:fit-content;border-radius:30px;line-height:1.2;font-weight:500;font-size:14px;overflow:hidden;word-break:break-word}.message_user{display:flex;justify-content:end}.message_bot{width:70%;line-height:1.2;font-weight:500;font-size:14px;overflow:hidden;display:flex;flex-direction:column;gap:5px;justify-self:start;word-break:break-word}.message_user .msg_icons_box{display:none}.message_bot .msg_icons_box{display:flex;gap:4px;visibility:hidden}.message_bot:hover .msg_icons_box{visibility:visible}.message_bot .msg_icons_box img{width:15px;height:15px;cursor:pointer}.message_list{display:flex;flex-direction:column;gap:15px;width:100%;max-width:752px}.bottom_ref{margin-bottom:30px}.main{width:100%;height:100dvh;background-color:#ebebeb;padding:16px 20px}.main_section_box{height:100%;width:100%;display:flex;flex-direction:row;position:relative}.chat_section{height:100%;width:100%;background-color:#fff;border-radius:30px;overflow:hidden}.resizer{width:15px;height:100%;cursor:col-resize;-webkit-user-select:none;user-select:none;position:relative;display:flex;justify-content:center;align-items:center;z-index:10}.resizer span{width:4px;height:80px;border-radius:10px;background-color:#fff}.tz_section{background-color:#fff;border-radius:30px;overflow:hidden;min-width:300px;display:flex;flex-direction:column;padding-bottom:30px}.tz_section.mobile{width:100%}.start_TzBox_box{height:calc(100% - 80px);overflow-y:auto;margin-right:10px;padding:30px 0 0 50px}.start_TzBox_box::-webkit-scrollbar{width:8px}.start_TzBox_box::-webkit-scrollbar-track{background:transparent}.start_TzBox_box::-webkit-scrollbar-thumb{background-color:#ebebeb;border-radius:8px;cursor:default}.start_TzBox_box::-webkit-scrollbar-thumb:hover{background-color:#c5c5c5}.section{height:calc(100% - 80px);overflow:hidden;display:flex;flex-direction:column;justify-content:end;align-items:center}.message_scroll_area{flex:1;overflow-y:auto;scrollbar-gutter:stable;scroll-behavior:smooth;max-height:calc(100% - 80px);width:calc(100% - 50px);display:flex;justify-content:center;margin-left:8px}.under_scroll_box{max-width:752px;width:100%;display:flex;flex-direction:column;justify-content:start;align-items:center}.message_scroll_area::-webkit-scrollbar{width:8px}.message_scroll_area::-webkit-scrollbar-track{background:transparent}.message_scroll_area::-webkit-scrollbar-thumb{background-color:#ebebeb;border-radius:8px;cursor:default}.message_scroll_area::-webkit-scrollbar-thumb:hover{background-color:#c5c5c5}.tz_item{display:none}.error{color:red}.state-signal-button{background-color:#ebebeb;padding:10px;border-radius:30px;cursor:pointer;text-align:center}.state-signal-button:hover{background-color:#c5c5c5}.state-signals-wrapper{display:flex;gap:5px;flex-wrap:wrap}.global-signal{color:#58d487;cursor:pointer;font-weight:600;line-height:1.6}.global-signals-title{margin-bottom:10px;font-weight:600}@media (max-width: 900px){.main{padding:0!important}.chat_section,.tz_section{border-radius:0!important}.header_common{height:70px!important;padding:0 25px!important}.logo_box{scale:.8}.header-chat_box .logo_box{margin-bottom:8px}.header-start_box .logo_box{top:calc(50% - 37px)!important;left:calc(50% - 46px)!important}.message_scroll_area{scrollbar-width:none;-ms-overflow-style:none}.message_scroll_area::-webkit-scrollbar{display:none}.icons_box.mobile{display:flex}.icons_box.desktop{display:none}.message_scroll_area{margin-left:0}.main_window_header_box{font-size:16px;font-weight:800;line-height:110%;white-space:nowrap}.message{font-size:14px}.start_TzBox_box{height:calc(100% - 70px);overflow-y:auto;margin-right:10px;padding:30px 0 0 50px}.start_TzBox_box{margin-right:5px;padding:20px 10px 0 20px}.markdown-body h2:before{content:""!important}.message_bot{width:85%}.exp-main_section{border-radius:0!important}.exp-section{max-height:calc(100% - 70px);max-width:calc(100% - 50px);height:100%}.title{font-size:30px;margin-top:25vh}.markdown_box{max-width:calc(100% - 50px)!important}.modal-box{gap:40px;width:80%;max-width:400px;height:300px;padding-top:30px}.modal-input-box{display:flex;flex-direction:column;align-items:center;gap:20px;width:80%;position:relative}.modal-input{width:100%;height:50px;padding:5px 20px;background-color:#fff;border:#58d487 2px solid;border-radius:30px;font-size:16px}.modal-txt{font-size:26px;font-weight:700}.modal-input-btn{width:140px;height:50px;background-color:#58d487;border-radius:30px;color:#fff;font-weight:600;font-size:18px;scale:.9}}@media (max-width: 1330px){.downoad-box{right:auto!important;top:auto!important;bottom:10px;flex-direction:row!important;scale:.9}.download-btn{box-shadow:#0000000d 0 0 10px}.TzBox_box{padding-bottom:70px}}.markdown-body{font-size:14px;line-height:1.4;color:#000;word-break:break-word;height:100%}.markdown-body h1,.markdown-body h2,.markdown-body h3{font-weight:700;margin-top:15px;margin-bottom:10px}.markdown-body h1{margin-top:0}.markdown-body h3{margin-top:8px;margin-bottom:8px}.markdown-body h1{font-size:20px}.markdown-body h2{font-size:18px;position:relative}.markdown-body h3{font-size:16px}.markdown-body p{margin-bottom:14px}.markdown-body ul{padding-left:25px;margin-bottom:12px}.markdown-body ul li{list-style-type:disc;margin-bottom:4px}.markdown-body ol{padding-left:20px;margin-bottom:12px}.markdown-body ol li{list-style-type:decimal;margin-bottom:4px}.markdown-body strong{font-weight:700}.header_common{height:80px;padding:0 50px;-webkit-user-select:none;user-select:none;position:relative;z-index:99}.header_start_under-box{display:flex;flex-direction:row;justify-content:space-between;align-items:center;height:100%}.header-tz_box,.header-chat_box{display:flex;justify-content:space-between;align-items:center}.logo_box{width:92px;height:100%;display:flex;align-items:center}.header-start_box .logo_box{position:absolute;top:calc(50% - 40px);left:calc(50% - 46px)}.mobile-titles{display:flex;gap:5px;color:#000}.mobile-titles button{width:fit-content;padding:7px 15px;border-radius:30px;background-color:#fff}.mobile-titles button.actv{background-color:#ebebeb}.main{width:100%;height:100dvh;background-color:#ebebeb;padding:16px 20px;overflow:hidden}.exp-main_section{height:100%;width:100%;background-color:#fff;border-radius:30px;display:flex;flex-direction:column;overflow:hidden}.exp-section{display:flex;justify-content:center;width:100%;margin:0 auto;padding-top:30px;position:relative;max-height:calc(100% - 90px);max-width:calc(100% - 50px);height:100%}.downoad-box{display:flex;flex-direction:column;gap:12px;position:absolute;top:20px;right:20px}.download-btn{background-color:#58d487;font-size:16px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:500;width:114px;height:45px;border-radius:30px;cursor:pointer}.TzBox_box{max-width:950px}.TzBox_box:first-child{overflow-y:auto}.TzBox_box::-webkit-scrollbar{width:8px}.TzBox_box::-webkit-scrollbar-track{background:transparent}.TzBox_box::-webkit-scrollbar-thumb{background-color:#ebebeb;border-radius:8px;cursor:default}.TzBox_box::-webkit-scrollbar-thumb:hover{background-color:#c5c5c5}.help_main_section{height:100%;width:100%;background-color:#fff;border-radius:30px;display:flex;flex-direction:column;overflow:hidden}.markdown-body p:last-child{padding-bottom:30px}.markdown_box{display:flex;justify-content:center;width:100%;margin:0 auto;padding-top:30px;position:relative;max-height:calc(100% - 90px);max-width:calc(80% - 50px);height:100%;overflow:auto}.markdown_box::-webkit-scrollbar{width:8px}.markdown_box::-webkit-scrollbar-track{background:transparent}.markdown_box::-webkit-scrollbar-thumb{background-color:#ebebeb;border-radius:8px;cursor:default}.markdown_box::-webkit-scrollbar-thumb:hover{background-color:#c5c5c5}
