@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";*{margin:0;padding:0;box-sizing:border-box}body{background-color:#fff;font-family:Inter,sans-serif}.container{max-width:1240px;width:100%;margin:0 auto;padding:0 20px}button{background:unset;border:none;cursor:pointer;font-family:Inter,sans-serif}.ant-table td:not(:last-child),.ant-table th:not(:last-child){border-right:none!important}.home-page{display:flex;min-height:100vh;background-color:#f3f4f6}.home-page__info{font-size:16px;font-weight:500;width:100%;height:100vh;display:flex;align-items:center;justify-content:center}.home-page .home-chat{flex:1;border-inline-end:1px solid rgba(5,5,5,.06)}.home-page .home-dashboard{flex:1}.app-button{font-size:14px;font-weight:500}.app-input .ant-input-lg{font-size:14px;line-height:24px}.app-modal .ant-modal-body{display:flex;flex-direction:column;gap:16px;padding-top:16px;padding-bottom:16px}.transparent-drawer .ant-drawer-mask{background-color:transparent!important}.ant-drawer-body{display:flex;flex-direction:column;gap:16px}.app-tag{font-weight:500}.app-tag_theme_blue{background-color:#4f39f6;border-color:#4f39f6;color:#fff}.app-tag_theme_blue-light{background-color:transparent;border-color:#4f39f6;color:#4f39f6}.app-tag_theme_red{background-color:#fef2f2;color:#b91c1c;border-color:#e5e7eb}.app-tag_theme_gray-light{background:transparent;border-color:#6b7280;color:#6b7280}.ant-tag-hidden{display:inline-block!important}.app-textarea .ant-input,.app-select .ant-select-selection-item{font-size:14px;line-height:24px}.app-date-picker .ant-picker{width:100%}.ant-picker-input input{font-size:14px!important;line-height:24px!important}.app-header{display:flex;align-items:center;width:100%;background-color:#fff;min-height:64px;box-shadow:#0000000d 0 2px 8px}.app-header__inner{display:flex;align-items:center;justify-content:space-between}.app-header__logo{display:block;height:24px}.user-button__user-btn{cursor:pointer;position:relative;display:flex;justify-content:flex-end;padding:0 8px;width:65px;height:40px;border-radius:40px;background-color:#f3f4f6}.user-button__arrow{width:16px!important}.user-button__avatar{background-color:#cad5e2;position:absolute;left:0;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;color:#fff}.user-button__avatar img{display:block;width:20px;height:20px}.app-control__label{display:block;margin-bottom:4px;font-weight:500}.words-block{display:flex;flex-direction:column;gap:16px}.words-block .ant-modal-body{padding-top:0}.words-block__header{display:flex;align-items:center;gap:8px}.words-block__header h2{font-size:16px;line-height:24px;font-weight:600;color:#000000e0;margin-right:auto}.words-block__tags{display:flex;flex-wrap:wrap;row-gap:8px;cursor:default}.words-block__empty{text-align:center;line-height:23px}.chats-block{display:flex;flex-direction:column;gap:16px}.chats-block__header{display:flex;align-items:center;justify-content:space-between}.chats-block__tags{display:flex;flex-wrap:wrap;row-gap:8px;cursor:default}.chats-block__empty{text-align:center;line-height:23px}.add-chat-modal{top:20px}.add-chat-modal .ant-divider{margin-top:12px;margin-bottom:12px}.home-menu{display:flex;flex-direction:column;align-items:flex-start;width:450px;flex-shrink:0;padding:24px 12px;border-inline-end:1px solid rgba(5,5,5,.06);background-color:#fff;height:100vh}@media (max-width: 1300px){.home-menu{width:350px}}.home-menu__logo{height:24px;margin-left:20px;margin-bottom:24px}.home-menu__user-btn{margin-top:auto;display:flex;gap:8px;align-items:center;padding:16px 16px 16px 0;margin-left:16px}.home-menu__ai-icon circle{fill:#000}.home-menu .ant-menu{border:none!important}.home-menu .ant-menu-item{padding-left:12px!important;height:48px}.home-menu .ant-menu-item svg{width:28px;height:28px}.home-menu .ant-menu-item-selected{color:#000000e0!important}.home-menu .ant-menu-item-selected svg{fill:#615fff}.home-menu .app-button{align-self:center;font-weight:500;color:#615fff}.home-menu .app-button:hover{color:#615fff!important}.home-menu .app-button .ant-btn-icon{margin-top:2px}.home-chat{display:flex;flex-direction:column;background-color:#f3f4f6;height:100vh}.home-chat__header{display:flex;align-items:center;gap:12px;background-color:#fff;padding:12px 16px}.home-chat__title{font-weight:500;font-size:16px}.home-chat__messages-wrap{position:relative;display:flex;flex-direction:column;max-width:900px;width:100%;margin:0 auto;height:calc(100vh - 142px);flex:1}.home-chat__messages{flex:1;display:flex;flex-direction:column-reverse;overflow:scroll;padding:32px 16px;-ms-overflow-style:none;scrollbar-width:none;gap:16px}.home-chat__message-wrap{display:flex;align-items:flex-end;max-width:525px;gap:8px}.home-chat__avatar{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:50%;background-color:#c7c7c7}.home-chat__avatar img{width:28px;height:28px}.home-chat__message{position:relative;display:flex;flex-direction:column;padding:12px 20px 8px;font-size:14px;background-color:#4f39f6;color:#fff;border-radius:6px 6px 6px 0;flex:1}.home-chat__message:before{content:"";position:absolute;left:-8px;bottom:0;width:0;height:0;border-style:solid;border-width:10px 8px 0 0;border-color:transparent #4f39f6 transparent transparent}.home-chat__message a{color:#fff!important}.home-chat__footer{display:flex;align-items:center;position:relative;gap:16px;border:1px solid rgb(229,231,235);border-radius:8px;padding:12px 16px;margin:auto 16px 8px;background-color:#fff}.home-chat__input{flex:1;border:none;outline:none;font-size:16px}.home-chat__settings-btn{margin-left:auto;font-size:18px;cursor:pointer}.home-chat__date{margin:0 auto;font-size:12px;background-color:#0003;padding:2px 8px;color:#fff;border-radius:4px;z-index:1}.home-chat__time{margin-top:8px;font-size:12px;align-self:flex-end}.settings-modal .ant-tabs,.settings-modal .ant-tabs-content,.settings-modal .ant-tabs-tabpane{height:100%}.user-tab{display:flex;flex-direction:column;gap:20px;padding-top:24px;height:100%}.user-tab__row{display:flex;align-items:center;gap:20px}.user-tab__row>*{flex:1}.user-tab__buttons{display:flex;align-items:center;gap:16px;margin-top:auto}.user-tab__delete-btn svg{width:16px;height:16px}.user-tab__delete-btn svg path{fill:#fb2c36}.services-tab__delete-btn path{fill:#fb2c36}.services-tab__detail-btn{color:#4f39f6}.chats-modal__header{display:flex;align-items:center;justify-content:space-between}.chats-modal__tags{display:flex;flex-wrap:wrap;row-gap:8px;cursor:default}.chats-modal__empty{text-align:center;line-height:23px}.words-modal .ant-modal-body{padding-top:0}.words-modal__header{display:flex;align-items:center;gap:8px}.words-modal__header h2{font-size:16px;line-height:24px;font-weight:600;color:#000000e0;margin-right:auto}.words-modal__empty{text-align:center;line-height:23px}.edit-chat-modal{top:20px}.edit-chat-modal .ant-divider{margin-top:12px;margin-bottom:12px}.home-dashboard{background-color:#e5e7eb}.home-dashboard__title{padding-top:16px;font-weight:500;text-align:center}.home-dashboard__info{display:flex;gap:8px}.home-dashboard__info>*{flex:1}.home-dashboard__content{display:flex;flex-direction:column;gap:16px;padding:16px 32px}.home-dashboard .ant-card h4{text-align:center;font-size:16px}.home-dashboard .ant-card-body{display:flex;flex-direction:column;align-items:center;height:100%;gap:8px}.home-dashboard .ant-card-body:before,.home-dashboard .ant-card-body:after{display:none}.home-dashboard__value{font-weight:600;font-size:32px}.home-dashboard__percent{color:green}.home-dashboard__items{display:flex;flex-direction:column;gap:8px;width:100%}.home-dashboard__item{display:flex;align-items:center;justify-content:space-between;background-color:#f3f4f6;width:100%;padding:8px 12px;font-size:14px;font-weight:500;border-radius:6px;cursor:pointer;color:#000}.home-dashboard__item:hover{color:#000}.home-dashboard .recharts-legend-wrapper{margin-left:32px}.login-page{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;min-height:100vh;background-color:#f3f4f6}.login-page__logo{height:28px}.login-page #telegram-login-btn{align-self:center}.login-form{max-width:450px;width:100%}.login-form__title{font-weight:600;text-align:center;line-height:1}.login-form .ant-card-body{display:flex;flex-direction:column;gap:24px;padding-bottom:32px}.login-form .ant-card-body:before,.login-form .ant-card-body:after{display:none}.login-form__logo{height:24px;margin-bottom:16px;margin-top:16px}.login-form .ant-btn{margin-top:16px}
