.login-container{width:100%;display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100svh;min-height:100dvh;padding:20px}.login-form{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:400px}.form-header-decoration{display:flex;flex-direction:row;gap:2px;width:fit-content;height:fit-content}.form-fields{display:flex;flex-direction:column;gap:24px;width:100%}.password-input-wrapper .field-input{padding-right:48px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(calc(-50% + 2px));background:none;border:none;cursor:pointer;padding:4px;margin:0;display:flex;align-items:center;justify-content:center;color:#666;transition:opacity .2s;line-height:0;width:27px;height:23px;min-width:27px;min-height:23px;z-index:10;-webkit-tap-highlight-color:transparent}.eye-icon{display:block;width:19px;height:15px;margin:0;padding:0;vertical-align:baseline;pointer-events:none;flex-shrink:0}.forgot-password-link{font-family:Inter,sans-serif;font-weight:400;font-size:10px;line-height:1.21;color:#4ca0de;text-decoration:none;width:100%;transition:opacity .2s}.forgot-password-link:hover{opacity:.7;text-decoration:underline}@media (min-width: 768px){.login-container{padding:0;min-height:100vh;min-height:100svh;min-height:100dvh;justify-content:center;align-items:center}.login-form{width:100%;max-width:400px}}@media (max-width: 767px){.login-container{padding-top:145px;padding-bottom:26px;padding-left:max(26px,env(safe-area-inset-left));padding-right:max(26px,env(safe-area-inset-right));min-height:720px;min-height:100dvh;align-items:flex-start;justify-content:center;box-sizing:border-box;overflow-x:hidden;width:100%}.login-form{width:100%;max-width:400px;margin-left:auto;margin-right:auto;flex-shrink:0}.form-field,.field-input{width:100%}.password-input-wrapper{width:100%;position:relative}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(calc(-50% + 2px));width:27px;height:23px;min-width:27px;min-height:23px;z-index:10;display:flex}.eye-icon{width:19px;height:15px}.forgot-password-link,.submit-button{width:100%}}@media (max-width: 374px){.login-container{padding-top:145px;padding-bottom:20px;padding-left:max(20px,env(safe-area-inset-left));padding-right:max(20px,env(safe-area-inset-right));box-sizing:border-box}.login-form{width:100%;max-width:400px}.form-field,.forgot-password-link,.submit-button{width:100%}}.admin-layout{width:100%;height:100vh;height:100dvh;display:flex;flex-direction:row;overflow:hidden}.admin-layout-no-sidebar .admin-layout-content{width:100%}.admin-layout-content{flex:1;display:flex;flex-direction:row;min-width:0;height:100%;overflow:hidden}.admin-sidebar{width:160px;background-color:#333;display:flex;flex-direction:column;align-items:flex-start;padding:0;position:relative;min-height:100vh;flex-shrink:0}.admin-sidebar-item{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px;padding:10px 18px;cursor:pointer;position:relative;z-index:1;width:100%;box-sizing:border-box;white-space:nowrap}.admin-sidebar-item:first-child{margin-top:63px}.admin-sidebar-item:not(:first-child){margin-top:28px}.admin-sidebar-item-active{position:relative;justify-content:flex-start}.admin-sidebar-item-active:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:100%;height:46px;background-color:#d9d9d999;z-index:-1}.admin-sidebar-icon{width:16px;height:16px;margin-bottom:0;flex-shrink:0}.admin-sidebar-item:nth-child(2) .admin-sidebar-icon,.admin-sidebar-item:nth-child(3) .admin-sidebar-icon{width:17px;height:17px}.admin-sidebar-text{font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:1.2em;color:#fff;text-align:left;margin-top:0;white-space:nowrap}.admin-sidebar-buttons{display:none}.admin-sidebar-logout-btn{padding:7px 18px;background-color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.21em;color:#000;cursor:pointer;z-index:1;position:relative;width:102px;height:34px}.admin-sidebar-transfer-btn{padding:7px 12px;background-color:transparent;border:1px solid #FFFFFF;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.21em;color:#fff;cursor:pointer;z-index:1;position:relative;width:102px;transition:background-color .2s,opacity .2s}.admin-sidebar-transfer-btn:hover:not(:disabled){background-color:#ffffff1a}.admin-sidebar-transfer-btn:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 767px){.admin-layout{flex-direction:column;height:100vh;height:100svh;height:100dvh;overflow:hidden}.admin-sidebar{width:100%;height:56px;min-height:56px;flex-direction:row;justify-content:center;align-items:center;padding:0 24px;box-sizing:border-box;background-color:#333;gap:24px;position:fixed;top:0;left:0;right:0;z-index:100}.admin-sidebar-item{flex-direction:row;gap:6px;margin-top:0!important;padding:0;width:auto;flex:0 0 auto;min-width:0}.admin-sidebar-item:first-child{margin-top:0}.admin-sidebar-item:not(:first-child){margin-top:0}.admin-sidebar-item-active{background-color:#d9d9d999;padding:0 12px;border-radius:0;height:56px;display:flex;align-items:center;box-sizing:border-box}.admin-sidebar-item:first-child.admin-sidebar-item-active{margin-left:-24px;padding-left:24px}.admin-sidebar-item:nth-child(3).admin-sidebar-item-active{margin-right:-24px;padding-right:24px}.admin-sidebar-item-active:before{display:none}.admin-sidebar-icon{width:14px;height:14px;flex-shrink:0}.admin-sidebar-item:nth-child(2) .admin-sidebar-icon,.admin-sidebar-item:nth-child(3) .admin-sidebar-icon{width:15px;height:15px}.admin-sidebar-text{font-size:13px;white-space:nowrap}.admin-sidebar-buttons{display:none}.admin-layout-content{width:100%;margin-top:56px;height:calc(100svh - 56px);height:calc(100dvh - 56px);overflow:hidden;padding-bottom:max(30px,env(safe-area-inset-bottom));box-sizing:border-box}.admin-layout-no-sidebar .admin-layout-content{margin-top:0;height:100svh;height:100dvh;padding-bottom:max(30px,env(safe-area-inset-bottom))}.admin-layout-chat-detail-mobile .admin-sidebar{display:none}.admin-layout-chat-detail-mobile .admin-layout-content{margin-top:0;height:100svh;height:100dvh;overflow:hidden}}@media (max-width: 374px){.admin-sidebar{padding:0 8px;gap:6px}.admin-sidebar-text{font-size:12px}.admin-sidebar-icon{width:13px;height:13px}.admin-sidebar-item:nth-child(2) .admin-sidebar-icon,.admin-sidebar-item:nth-child(3) .admin-sidebar-icon{width:14px;height:14px}.admin-sidebar-logout-btn{padding:3px 10px 4px;font-size:11px;height:26px}}.composer-area{flex-shrink:0;padding:24px 16px;background-color:#014b69}.composer-wrapper{display:flex;flex-direction:column;gap:8px}.composer-edit-bar{display:flex;align-items:center;justify-content:space-between;padding:8px 12px;background-color:#ffffff26;border-radius:10px;border:1px solid rgba(255,255,255,.25)}.composer-edit-label{font-family:Inter,sans-serif;font-size:13px;color:#ffffffe6}.composer-edit-cancel{padding:6px 12px;border:none;border-radius:8px;background:#fff3;color:#fff;font-family:Inter,sans-serif;font-size:13px;cursor:pointer}.composer-edit-cancel:hover{background:#ffffff4d}.composer-input-bar{display:flex;flex-direction:row;align-items:center;gap:16px;padding:8px 16px;background-color:#fff;border-radius:12px;min-height:40px;box-sizing:border-box}.composer-icon-button{flex-shrink:0;width:24px;height:24px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.composer-icon-button:hover:not(:disabled){opacity:.7}.composer-icon-button:disabled{cursor:not-allowed;opacity:.5}.composer-input{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#011627;background:transparent;resize:none;overflow-y:auto;box-sizing:border-box;padding:0;min-height:20px;max-height:100px;height:auto}.composer-input::placeholder{color:#707991}.composer-input:disabled{color:#999;cursor:not-allowed;background:transparent}.composer-blocked-message{padding:16px 20px;background-color:#fff;border-radius:12px;color:#011627;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;text-align:center}.composer-blocked-message p{margin:0 0 12px}.composer-blocked-message p:last-child{margin-bottom:0}.composer-blocked-title{font-weight:700;font-size:15px}.composer-blocked-link{color:#014b69;text-decoration:underline;font-weight:500}.composer-blocked-link:hover{color:#01577a}.composer-take-chat{display:flex;align-items:center;justify-content:center;padding:16px;flex-shrink:0}.system-button-take-chat{width:100%;padding:12px 24px;background-color:#82c769;color:#fff;border:none;border-radius:12px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.5;cursor:pointer;transition:background-color .2s,opacity .2s;box-sizing:border-box}.system-button-take-chat:hover:not(:disabled){background-color:#6fb055}.system-button-take-chat:active:not(:disabled){opacity:.9}.system-button-take-chat:disabled{background-color:#c5c9cc;cursor:not-allowed;opacity:.6}@media (max-width: 767px){.composer-area{padding:16px 12px 8px}.composer-input-bar{padding:8px 12px;gap:12px}}.chats-page{flex:1;min-width:0;height:100%;background-color:#8babd8;display:flex;flex-direction:row;overflow:hidden}.chats-sidebar{width:375px;border-right:1px solid #D9DCE0;display:flex;flex-direction:column;background-color:#fff;position:relative}.header-actions{display:flex;align-items:center;gap:8px}.profile-button{width:40px;height:40px;border-radius:100px;background-color:transparent;border:none;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-button .avatar{width:32px;height:32px;border-radius:100px;background-color:#01577a;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#fff}.chats-search-bar{display:flex;flex-direction:row;align-items:center;gap:12px;padding:8px 12px;height:56px;width:100%;box-sizing:border-box;position:relative;z-index:1}.search-avatar{width:40px;height:40px;border-radius:100px;background-color:#01577a;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:2}.avatar-circle{width:32px;height:32px;border-radius:100px;background-color:#01577a;display:flex;align-items:center;justify-content:center}.avatar-letter{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.25;color:#fff}.manager-profile-popover{position:absolute;top:0;left:0;right:0;background-color:#508ba3;border-radius:0 0 25px 25px;z-index:1000;box-shadow:0 4px 4px #00000040;padding:14px 20px;box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:16px}.manager-profile-info{display:flex;flex-direction:row;align-items:center;gap:12px}.manager-profile-avatar{width:40px;height:40px;border-radius:50%;background-color:#01577a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.manager-profile-avatar span{font-family:Inter,sans-serif;font-weight:600;font-size:16px;color:#fff}.manager-profile-name{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.25;color:#fff}.manager-profile-logout-btn{padding:8px 20px;background-color:#fff;border:none;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.21;color:#014b69;cursor:pointer;transition:opacity .2s;flex-shrink:0}.manager-profile-logout-btn:hover{opacity:.9}.manager-profile-logout-btn:active{opacity:.8}.manager-profile-actions{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.manager-profile-transfer-btn{padding:8px 12px;background-color:transparent;border:1px solid #FFFFFF;border-radius:10px;font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.21;color:#fff;cursor:pointer;transition:background-color .2s,opacity .2s;white-space:nowrap}.manager-profile-transfer-btn:hover:not(:disabled){background-color:#ffffff1a}.manager-profile-transfer-btn:disabled{opacity:.5;cursor:not-allowed}.profile-popover{position:absolute;top:0;left:0;width:100%;background-color:#508ba3;border-radius:0 0 25px 25px;z-index:1000;box-shadow:0 4px 4px #00000040;padding:14px 20px;box-sizing:border-box}.profile-popover__row{display:flex;align-items:center;gap:16px;width:100%}.profile-popover__row .avatar-circle{flex-shrink:0}.profile-popover__name{flex:1;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.25;color:#fff}.profile-popover__logout{flex-shrink:0;padding:3px 16px 4px;background-color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:1.21;color:#01577a;cursor:pointer;white-space:nowrap;transition:opacity .2s}.profile-popover__logout:hover{opacity:.9}.profile-popover__logout:active{opacity:.8}.search-input-wrapper{flex:1;position:relative;display:flex;align-items:center;gap:12px;padding:8px 12px;background-color:#f5f5f5;border-radius:22px;height:40px;min-width:0}.search-icon{flex-shrink:0;width:24px;height:24px}.search-input{flex:1;border:none;background:transparent;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#707991;padding-right:24px}.search-input::placeholder{color:#707991}.search-clear-btn{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#707991;transition:color .2s}.search-clear-btn:hover{color:#333}.search-clear-btn:active{opacity:.7}.chats-tabs{display:flex;flex-direction:row;gap:24px;padding:12px;margin:0;border-bottom:1px solid #D9DCE0;width:100%;box-sizing:border-box;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.chats-tabs::-webkit-scrollbar{display:none}.tab-item{display:flex;flex-direction:column;align-items:center;gap:7px;padding:0;background:none;border:none;cursor:pointer;position:relative;flex-shrink:0}.tab-title{font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:1.2;color:#01577a;display:flex;align-items:center;gap:3px;white-space:nowrap}.tab-item.active .tab-title{color:#014b69}.tab-counter{display:inline-flex;align-items:center;justify-content:center;padding:0 5px;background-color:#90b5be;border-radius:999px;font-family:Roboto,sans-serif;font-weight:700;font-size:11px;line-height:1;color:#fff;min-width:18px;height:18px;box-sizing:border-box;flex-shrink:0}.tab-indicator{width:100%;height:4px;background-color:#014b69;border-radius:0;position:absolute;bottom:-12px;left:0}.chats-list{flex:1;overflow-y:auto;padding:0}.chat-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid rgba(102,102,102,.1);width:100%;box-sizing:border-box;background-color:transparent}.chat-item:hover,.chat-item.active{background-color:#f5f5f5}.chat-item-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.chat-item-header{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%;flex-wrap:wrap}.chat-item-user-id{font-family:Inter,sans-serif;font-weight:600;font-size:15px;line-height:1.25;color:#011627;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-item-status{display:inline-flex;align-items:center;justify-content:center;padding:6px 12px;border-radius:8px;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:1.33;white-space:nowrap;flex-shrink:0;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;min-width:130px;width:130px;height:28px;box-sizing:border-box}.chat-item-time{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.33;color:#707991;white-space:nowrap;flex-shrink:0}.chat-item-message-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px;width:100%}.chat-item-message{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.29;color:#707991;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.chat-item-unread-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 8px;background-color:#c5c9cc;border-radius:12px;font-family:Roboto,sans-serif;font-weight:700;font-size:13px;line-height:1.15;color:#fff;min-width:20px;text-align:center;flex-shrink:0}.chats-main-wrapper{flex:1;display:flex;height:100%;overflow:hidden;min-width:0;background-color:#fff}.chat-area{flex:1;display:flex;flex-direction:column;min-width:0;height:100%;overflow:hidden;background-color:#014b69;position:relative}.chat-scroll-to-bottom-button{position:absolute;right:16px;bottom:96px;width:40px;height:40px;border:none;border-radius:999px;background-color:#90b5be;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #00000040;z-index:12}.chat-scroll-to-bottom-button:hover{opacity:.92}.no-chat-selected{flex:1;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-size:16px;color:#ffffffbf}.chats-main{flex:1;display:flex;flex-direction:column;background-color:#fff;position:relative;transition:flex .3s ease;min-width:0;overflow:hidden}.chats-main-with-notes{flex:1 1 0;min-width:0}.chats-empty{display:flex;align-items:center;justify-content:center;height:100%;background-color:#014b69;font-family:Inter,sans-serif;font-size:16px;color:#ffffffbf}.chat-messages{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.chat-messages-header{padding:8px 16px;border-bottom:1px solid #D9DCE0;height:56px;min-height:56px;display:flex;flex-direction:row;align-items:center;gap:8px;background-color:#fff;flex-shrink:0;box-sizing:border-box;position:relative;overflow:visible;z-index:1}.chat-header-icons{display:flex;align-items:center;gap:8px}.chat-header-user{display:flex;flex-direction:row;align-items:center;align-self:stretch;gap:16px;padding:8px 0;flex:1;min-width:0;justify-content:space-between;position:relative}.chat-header-name{display:flex;flex-direction:row;align-items:center;gap:8px;width:auto;min-width:0;flex:1}.chat-header-clear-chat-btn{border:none;background:transparent;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0;flex-shrink:0}.chat-header-clear-chat-btn img{width:18px;height:18px;display:block}.chat-header-clear-chat-btn:hover{opacity:.7}.chat-header-user-id{font-family:Inter,sans-serif;font-weight:600;font-size:18px;line-height:1.25;color:#011627;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;min-width:0}.chat-header-user-id-input{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.25;color:#011627;border:1px solid #D9DCE0;border-radius:4px;padding:4px 8px;outline:none;background-color:#fff;min-width:100px}.chat-header-user-id-input:focus{border-color:#014b69}.chat-header-name-edit-wrapper{display:flex;align-items:center;gap:8px}.chat-header-name-input{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.25;color:#011627;border:1px solid #D9DCE0;border-radius:4px;padding:4px 8px;outline:none;background-color:#fff;min-width:150px;max-width:300px}.chat-header-name-input:focus{border-color:#014b69}.chat-header-check-icon{width:24px;height:24px;flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chat-header-check-icon:hover{opacity:.7}.chat-header-back-arrow-mobile{width:24px;height:24px;flex-shrink:0;cursor:pointer;display:none;align-items:center;justify-content:center;margin-right:8px;transition:opacity .2s}.chat-header-back-arrow-mobile:hover{opacity:.7}@media (min-width: 768px) and (max-width: 1024px){.chats-sidebar{width:280px}.notes-panel{width:240px;flex:0 0 240px}.chat-header-search-wrapper{width:360px;max-width:100%}}@media (max-width: 767px){.chat-header-back-arrow-mobile{display:flex}}.chat-header-edit-icon{flex-shrink:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.chat-header-actions{display:flex;align-items:center;gap:20px;position:relative}.chat-header-icon-wrap{display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;min-width:24px;min-height:24px;border-radius:50%;cursor:pointer;flex-shrink:0;transition:background-color .2s,width .2s,height .2s}.chat-header-notes-wrap{position:relative}.chat-header-notes-anchor{width:24px;height:24px;position:relative;display:inline-flex;align-items:center;justify-content:center}.chat-header-notes-dot{position:absolute;top:-4px;left:-4px;width:12px;height:12px;border-radius:50%;background-color:#e45e5e;border:2px solid #FFFFFF;z-index:1;pointer-events:none}.chat-header-icon-wrap-active{width:32px;height:32px;min-width:32px;min-height:32px;background-color:#707991}.chat-header-icon-wrap-active .chat-header-icon{filter:brightness(0) invert(1)}@media (max-width: 767px){.chat-header-icon-wrap-mobile-touch{min-width:44px;min-height:44px;padding:10px;margin:-10px 0;touch-action:manipulation;-webkit-tap-highlight-color:transparent}.chat-header-actions{gap:8px}}.chat-header-icon{width:24px;height:24px;padding:0;display:block;flex-shrink:0;object-fit:contain;pointer-events:none}.more-menu-modal{position:absolute;top:calc(100% + 8px);right:0;width:320px;min-height:auto;background-color:#fff;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:12px;display:flex;flex-direction:column;gap:8px;z-index:1000;box-sizing:border-box}.more-menu-item{width:100%;min-height:40px;padding:12px 28px;border-radius:14px;border:none;font-family:Inter,sans-serif;font-weight:700;font-size:14px;line-height:1.2em;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;white-space:nowrap;box-sizing:border-box;text-align:center}.more-menu-item-blue{background-color:#69abcc}.more-menu-item-gray{background-color:#707991}.more-menu-item-block{background-color:#757575}.more-menu-item-red{background-color:#e45e5e}.more-menu-item-green{background-color:#82c769}.more-menu-item-orange{background-color:#fcc100}.more-menu-item:hover:not(:disabled){opacity:.9}.more-menu-item:disabled{cursor:not-allowed!important;opacity:.5!important}.chat-header-search-wrapper{display:flex;flex-direction:row;align-items:center;gap:16px;padding:8px 16px;background-color:#f5f5f5;border-radius:22px;height:32px;width:100%;max-width:485px;min-width:0;box-sizing:border-box;position:absolute;left:50%;transform:translate(-50%)}.chat-header-search-close{flex-shrink:0;width:20px;height:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s}.chat-header-search-close:hover{opacity:.7}.chat-header-search-icon{flex-shrink:0;width:24px;height:24px}.chat-header-search-input{flex:1;border:none;outline:none;background:transparent;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#011627;min-width:0}.chat-header-search-input::placeholder{color:#707991}.chat-header-search-spinner{width:16px;height:16px;border:2px solid #E0E0E0;border-top-color:#014b69;border-radius:50%;animation:searchSpin .8s linear infinite;flex-shrink:0}@keyframes searchSpin{to{transform:rotate(360deg)}}.chat-header-search-nav{display:flex;align-items:center;gap:4px;flex-shrink:0}.chat-header-search-counter{font-family:Inter,sans-serif;font-size:12px;color:#707991;white-space:nowrap}.chat-header-search-nav-btn{width:20px;height:20px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:14px;color:#707991;transition:color .2s}.chat-header-search-nav-btn:hover{color:#014b69}.chat-messages-content{flex:1;display:flex;flex-direction:column;padding:0;overflow:hidden;background-color:#014b69;min-height:0}.chat-message-highlighted{background-color:#ffffff1a}.chat-search-highlight{background-color:#ffd54a;color:#011627;padding:0;border-radius:2px}.chat-messages-list{flex:1;display:flex;flex-direction:column;gap:16px;padding:0 16px 24px;overflow-y:auto;overflow-x:hidden;min-height:0;background-color:#014b69;-webkit-overflow-scrolling:touch;position:relative}.chat-messages-list:before{content:"";flex:1 0 0;min-height:0}.chat-messages-empty{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;padding:24px 16px;color:#ffffffbf;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25}.chat-date-group{display:flex;flex-direction:column;gap:16px}.chat-date-label{display:flex;justify-content:center;align-items:center;align-self:stretch;margin:0 auto}.chat-date-label span{background-color:#3d70b899;border-radius:12px;padding:4px 12px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff}.message-date-separator{display:flex;justify-content:center;align-items:center;width:100%;margin:8px 0}.message-date-separator span{background-color:#3d70b899;border-radius:12px;padding:4px 12px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff}.chat-message{display:flex;align-items:center;width:100%;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}.chat-message-other{display:flex;flex-direction:row;align-items:center;align-self:stretch;justify-content:flex-start;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}.chat-message-own{display:flex;flex-direction:row;align-items:center;align-self:stretch;justify-content:flex-end;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}.chat-message.system-message{display:flex;flex-direction:column;align-items:center;width:100%;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}@media (prefers-reduced-motion: reduce){.chat-message,.chat-message-other,.chat-message-own,.chat-message.system-message{animation:none}}.chat-message.system-message .chat-message-bubble{background-color:#3d70b826;max-width:85%;align-items:center}.chat-message.system-message .chat-message-text{color:#fff;text-align:center;width:100%}.chat-message.system-message .chat-message-text p{margin:0 0 8px}.chat-message.system-message .chat-message-text p:last-child{margin-bottom:0}.chat-message.system-message .chat-message-text strong{font-weight:600}.chat-message.system-message .chat-message-text em{font-style:italic}.chat-message.system-message .chat-message-text a{color:#8babd8;text-decoration:underline}.chat-message.system-message .chat-message-text ul,.chat-message.system-message .chat-message-text ol{margin:8px 0;padding-left:20px}.chat-message.system-message .chat-message-text li{margin:4px 0}.chat-message.system-message .chat-message-time span{color:#ffffffb3}.chat-message-bubble{background-color:#fff;border-radius:12px;padding:4px 12px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;max-width:70%}.chat-message-own .chat-message-bubble{background-color:#90b5be}.chat-message-content{display:flex;flex-direction:column;align-items:flex-end;max-width:70%}.chat-message-other .chat-message-content{align-items:flex-start}.chat-message-content .chat-message-bubble{max-width:100%}.chat-message-bubble-with-actions{position:relative;padding-right:36px}.chat-message-actions{position:absolute;top:4px;right:4px}.chat-message-more-btn{padding:4px;border:none;background:none;cursor:pointer;border-radius:4px;display:flex;align-items:center;justify-content:center}.chat-message-more-btn:hover{background:#00000014}.chat-message-more-icon{width:20px;height:20px;display:block;object-fit:contain}.chat-message-context-menu{position:absolute;bottom:100%;right:0;margin-bottom:4px;min-width:160px;background:#fff;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:8px;z-index:100}.chat-message-context-menu-item{width:100%;padding:10px 14px;border:none;border-radius:8px;background:none;font-family:Inter,sans-serif;font-size:14px;text-align:left;cursor:pointer;color:#333}.chat-message-context-menu-item:hover{background:#f0f0f0}.chat-message-bubble-end-consultation{background-color:#90b5be}.chat-message-end-consultation .chat-message-text,.chat-message-end-consultation .chat-message-time span{color:#fff}.chat-end-consultation-button-wrapper{display:flex;justify-content:flex-end;margin-top:8px;padding-right:0;max-width:70%;margin-left:auto}.chat-end-consultation-button{background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 39px;font-family:Roboto,sans-serif;font-weight:400;font-size:13px;line-height:1.3846153846153846em;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);width:100%;height:34px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.chat-end-consultation-button:hover:not(:disabled){opacity:.9}.chat-end-consultation-button-disabled{cursor:not-allowed;opacity:.6}.chat-consultation-ended-wrapper{display:flex;justify-content:center;align-items:center;padding:16px}.chat-consultation-ended-message{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#707991;text-align:center;margin:0}.system-message-waiting{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center;z-index:100;pointer-events:none}.system-message-waiting span{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.5;color:#707991;text-align:center}.chat-message-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#011627;margin:0;width:100%;text-align:left;white-space:pre-wrap;word-break:break-word}.chat-message-own .chat-message-text{color:#fff}.chat-message-text strong{font-weight:600}.chat-message-text em{font-style:italic}.chat-message-link{color:#014b69;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.chat-message-own .chat-message-link{color:#fffffff2}.chat-message-link:hover{color:#01577a}.chat-message-own .chat-message-link:hover{color:#fff}.chat-markdown-inline-code{background-color:#0000000d;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.chat-markdown-code-block{background-color:#0000000d;padding:8px 12px;border-radius:6px;overflow-x:auto;margin:8px 0;font-family:Courier New,monospace;font-size:.9em}.chat-markdown-code-block code{background:none;padding:0}.chat-markdown-list{margin:8px 0;padding-left:20px}.chat-markdown-list li{margin:4px 0}.chat-markdown-blockquote{border-left:3px solid rgba(0,0,0,.2);padding-left:12px;margin:8px 0;font-style:italic;color:#000000b3}.chat-markdown-link{color:#014b69;text-decoration:underline;word-break:break-word}.chat-markdown-link:hover{color:#01577a}.chat-markdown-heading{font-weight:600;margin:12px 0 8px;line-height:1.2}.chat-markdown-h1{font-size:1.5em}.chat-markdown-h2{font-size:1.3em}.chat-markdown-h3{font-size:1.15em}.chat-markdown-h4,.chat-markdown-h5,.chat-markdown-h6{font-size:1em}.chat-message-own .chat-markdown-inline-code{background-color:#fff3}.chat-message-own .chat-markdown-code-block{background-color:#ffffff26}.chat-message-own .chat-markdown-blockquote{border-left-color:#fff6;color:#ffffffe6}.chat-message-own .chat-markdown-link{color:#ffffffe6}.chat-message-own .chat-markdown-link:hover{color:#fff}.chat-message-time{display:flex;align-items:center;gap:4px;align-self:flex-end}.chat-message-time span{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.33;color:#011627}.chat-message-own .chat-message-time span{color:#fff}.chat-message-sender-name{margin-top:2px;font-family:Inter,sans-serif;font-size:12px;line-height:1.33;color:#fff}.chat-input-bar-wrapper{position:relative;flex-shrink:0;padding:0 16px 24px;background-color:#014b69}.chat-consultation-ended-wrapper{flex-shrink:0;padding:0 16px 24px;background-color:#014b69}.chat-takeover{flex-shrink:0;padding:0 16px 24px;background-color:#014b69;display:flex;align-items:center;justify-content:center}.chat-takeover__button{border:none;border-radius:10px;background-color:#7bc46d;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.25;padding:14px 24px;cursor:pointer;transition:opacity .2s ease,transform .1s ease;min-width:220px;text-align:center}.chat-takeover__button:disabled{opacity:.7;cursor:default;transform:none}.chat-takeover__button:not(:disabled):active{transform:translateY(1px)}.chat-input-bar{display:flex;align-items:center;gap:16px;padding:8px 16px;background-color:#fff;border-radius:12px;min-height:56px;box-sizing:border-box}.chat-input-icon{flex-shrink:0;cursor:pointer}.chat-input-field{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#011627;background:transparent;resize:none;overflow-y:hidden;box-sizing:border-box;padding:8px 0;min-height:36px;max-height:112px;height:auto}.chat-input-field::placeholder{color:#707991}.emoji-panel{position:absolute;bottom:calc(100% + 8px);left:0;width:320px;max-height:300px;background-color:#fff;border-radius:12px;box-shadow:0 4px 16px #00000026;padding:12px;box-sizing:border-box;z-index:1000;overflow-y:auto;overflow-x:hidden}.emoji-panel-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:4px;width:100%;box-sizing:border-box;justify-items:center}.emoji-item{width:100%;aspect-ratio:1;display:flex;align-items:center;justify-content:center;border:none;background:transparent;border-radius:8px;cursor:pointer;font-size:24px;padding:0;transition:background-color .2s;box-sizing:border-box}.emoji-item:hover{background-color:#0000000d}.emoji-item:active{background-color:#0000001a}.chat-empty-message{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#ffffffbf;margin:0}@media (max-width: 767px){.chats-layout{flex-direction:column;height:calc(100svh - 56px);height:calc(100dvh - 56px)}.admin-layout-no-sidebar .chats-layout{height:100svh;height:100dvh}.chats-sidebar{width:100%;height:calc(100svh - 56px);height:calc(100dvh - 56px);max-height:calc(100svh - 56px);max-height:calc(100dvh - 56px);border-right:none;border-bottom:none;overflow:visible;display:flex;flex-direction:column;position:relative;z-index:1}.admin-layout-no-sidebar .chats-sidebar{height:100svh;height:100dvh;max-height:100svh;max-height:100dvh}.chats-list{flex:1;overflow-y:auto;min-height:0;-webkit-overflow-scrolling:touch}.chats-main-wrapper{height:50vh;max-height:50vh;overflow:hidden}.chats-sidebar.chats-sidebar-hidden{display:none}.chats-main-wrapper.chats-main-wrapper-fullscreen{height:100svh;height:100dvh;max-height:100svh;max-height:100dvh;width:100%;position:fixed;top:0;left:0;z-index:1000;background-color:#fff;padding-bottom:max(30px,env(safe-area-inset-bottom));box-sizing:border-box}.chats-main{flex:1;overflow:hidden;position:relative;z-index:0}.chats-main:not(:has(.chat-messages-header)){display:none}.chat-area{display:none}.chat-area.chat-area-visible{display:flex;flex-direction:column;width:100%;position:fixed;top:0;left:0;z-index:1000;height:100svh;height:100dvh;padding-top:env(safe-area-inset-top);padding-bottom:max(30px,env(safe-area-inset-bottom));box-sizing:border-box}.chat-scroll-to-bottom-button{right:12px;bottom:112px}.chat-header-back-button{margin-right:8px;flex-shrink:0}.chat-messages-header{gap:8px;flex-shrink:0;min-height:56px}.chat-messages-header--search-open .chat-header-user{flex:0 0 auto;min-width:0}.chat-messages-header--search-open .chat-header-icons{flex:1;min-width:0}.chat-header-name.chat-header-name-hidden{display:none!important}.chat-header-search-wrapper{flex:1;min-width:0;max-width:none;width:100%;padding:8px 12px;gap:8px;position:static;transform:none;height:32px;min-height:32px;box-sizing:border-box;overflow:hidden}.chat-header-search-input{min-width:0}.chat-header-search-counter{font-size:11px}.chat-header-search-nav-btn{width:18px;height:18px;font-size:12px}.chat-header-name-input{max-width:180px;min-width:100px}.chat-header-name-edit-wrapper{max-width:calc(100% - 80px);min-width:0}.notes-panel-mobile-fullscreen{position:fixed!important;top:calc(56px + env(safe-area-inset-top,0))!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:calc(100svh - 56px - env(safe-area-inset-top,0))!important;height:calc(100dvh - 56px - env(safe-area-inset-top,0))!important;max-height:calc(100dvh - 56px - env(safe-area-inset-top,0))!important;z-index:1100!important;border-left:none!important;padding-bottom:max(30px,env(safe-area-inset-bottom))!important;box-sizing:border-box!important;background-color:#fff;-webkit-overflow-scrolling:touch}}@media (max-width: 375px){.chat-header-search-wrapper{padding:6px 10px;gap:10px}.chat-header-name-input{max-width:140px;min-width:80px;font-size:15px}.chat-header-name-edit-wrapper{max-width:calc(100% - 70px);gap:6px}.notes-panel-mobile-fullscreen{position:fixed!important;top:calc(56px + env(safe-area-inset-top,0))!important;left:0!important;right:0!important;bottom:0!important;width:100%!important;height:calc(100svh - 56px - env(safe-area-inset-top,0))!important;height:calc(100dvh - 56px - env(safe-area-inset-top,0))!important;max-height:calc(100dvh - 56px - env(safe-area-inset-top,0))!important;z-index:1100!important;border-left:none!important;padding-bottom:max(30px,env(safe-area-inset-bottom))!important;box-sizing:border-box!important;background-color:#fff;-webkit-overflow-scrolling:touch}.chat-messages-notes-open .chat-messages-content{display:none!important}.chats-search-bar{padding:8px 12px;gap:12px}.search-input-wrapper{padding:6px 12px}.chats-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;padding:12px}.tab-item{padding:0;flex-shrink:0}.chat-item{padding:10px 12px}.chat-item-user-id,.chat-item-message{font-size:14px}.chat-item-status{cursor:default;pointer-events:none}.status-modal{display:none!important}.chat-item-content-wrapper{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}}@media (max-width: 374px){.chats-search-bar{padding:6px 8px}.search-avatar{width:32px;height:32px}.avatar-circle{width:24px;height:24px}.avatar-letter{font-size:14px}.profile-popover{padding:18px 22px}.profile-popover__row{gap:12px}.profile-popover__name{font-size:16px}.profile-popover__logout{padding:3px 16px 4px;font-size:13px}.tab-item{padding:0 8px}.tab-title{font-size:13px}.chat-item{padding:8px 10px}.chat-messages-header{padding:8px 16px;min-height:56px}.chat-messages-content{padding:16px}.chat-message-bubble{max-width:85%}.chat-input-bar{padding:8px 16px;height:56px}.chat-empty-message{display:none}.chats-main-empty{display:none!important}}.status-modal{position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);background-color:#fff;border-radius:10px;box-shadow:0 4px 4px #00000040;padding:6px;z-index:1000;display:flex;flex-direction:column;gap:6px;width:142px;box-sizing:border-box}.status-option{padding:6px 12px;border-radius:8px;border:none;cursor:pointer;font-family:Inter,sans-serif;font-weight:700;font-size:12px;line-height:1.33;color:#fff;text-align:center;white-space:nowrap;transition:opacity .2s;width:100%;height:28px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.status-option:hover{opacity:.9}.status-option-pending{background-color:#fcc100}.status-option-in-progress{background-color:#82c769}.notes-panel{flex:0 0 286px;width:286px;height:100%;background-color:#fff;border-left:1px solid #D9DCE0;display:flex;flex-direction:column;box-sizing:border-box}.notes-panel-header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid #D9DCE0}.notes-panel-title{font-family:Inter,sans-serif;font-weight:600;font-size:16px;line-height:1.25;color:#707991;margin:0}.notes-panel-close{flex-shrink:0}.notes-panel-content{flex:1;display:flex;flex-direction:column;padding:8px 18px;overflow:hidden;gap:16px;min-height:0}.notes-scrollable-area{flex:1;overflow-y:auto;overflow-x:hidden;min-height:0;-webkit-overflow-scrolling:touch;padding:0}.notes-scrollable-area>.notes-summary{margin-top:0}.notes-panel-footer{display:flex;flex-direction:column;gap:16px;padding:16px 18px;flex-shrink:0;background-color:#fff;border-top:1px solid #D9DCE0}.notes-summary{background-color:#90b5be;border-radius:12px;padding:6px 9px;margin-top:16px;display:flex;flex-direction:column;gap:4px}.notes-summary-header{display:flex;align-items:center;gap:4px}.notes-summary-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff}.notes-summary-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff;margin:0;white-space:pre-wrap}.notes-summary-text strong{color:#000;font-weight:700}.notes-summary-footer{display:flex;align-items:center;gap:4px;align-self:flex-end}.notes-summary-time{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.33;color:#fff}.notes-list,.notes-date-group{display:flex;flex-direction:column;gap:16px}.notes-date-label{display:flex;justify-content:center;align-items:center;margin:4px 0}.notes-date-label span{background-color:#90b5be8f;border-radius:12px;padding:2px 12px;font-family:Inter,sans-serif;font-weight:700;font-size:10px;line-height:1.2em;color:#fff}.note-item{display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:4px 12px;background-color:#90b5be;border-radius:12px;width:100%;box-sizing:border-box;word-wrap:break-word}.note-item-summary{padding:6px 9px}.note-summary-header{display:flex;align-items:center;gap:4px;width:100%;margin-bottom:4px}.note-summary-label{font-family:Inter,sans-serif;font-weight:700;font-size:13px;line-height:1.5384615384615385;color:#fff}.note-text-summary{white-space:pre-wrap}.note-text-summary strong{color:#000;font-weight:700;overflow-wrap:break-word}.note-text{font-family:Inter,sans-serif;font-weight:400;font-size:13px;line-height:1.5384615384615385;color:#fff;margin:0;width:100%;word-wrap:break-word;overflow-wrap:break-word;white-space:pre-wrap}.note-time{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.33;color:#fff}.note-meta{width:100%;display:flex;align-items:center;justify-content:space-between;gap:8px}.note-author{font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:1.33;color:#ffffffd9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notes-generate-summary-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;background-color:#01577a;border-radius:6px;border:none;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.25;color:#fff;cursor:pointer;min-height:40px;box-sizing:border-box;margin-top:auto;width:100%}.notes-generate-summary-button:hover{opacity:.9}.notes-input-bar{display:flex;align-items:center;gap:16px;padding:8px 16px;background-color:#faf8f8;border-radius:12px;margin-bottom:16px;min-height:56px;box-sizing:border-box}.notes-input-field{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:20px;color:#011627;background:transparent;resize:none;overflow-y:hidden;box-sizing:border-box;padding:8px 0;min-height:36px;max-height:112px;height:auto}.notes-input-field::placeholder{color:#707991}.notes-send-icon{flex-shrink:0;cursor:pointer}.error-notification{padding:12px 16px;background-color:#fff;border-bottom:1px solid #E0E0E0;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.error-notification-content{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px 12px 44px;background-color:#fff;border:1px solid #E0E0E0;border-radius:8px;position:relative;min-height:44px}.error-notification-content:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-color:#ff9800;border-radius:4px;flex-shrink:0}.error-notification-content:after{content:"!";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:600;font-size:13px;color:#fff;z-index:1;line-height:1}.error-notification-text{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#011627;flex:1}.error-notification-close{background:none;border:none;padding:0;cursor:pointer;font-size:24px;line-height:1;color:#707991;width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:color .2s ease}.error-notification-close:hover{color:#011627}.chat-state-container{position:relative;flex:1;display:flex;flex-direction:column;overflow:hidden}.chat-loading{display:flex;align-items:center;justify-content:center;height:100%;font-size:16px;color:#666}.chat-state-overlay{position:absolute;top:0;left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:center;background:#fffffff2;z-index:10;padding:20px}.state-message{background:#fff;padding:30px;border-radius:12px;box-shadow:0 4px 12px #0000001a;text-align:center;max-width:400px}.state-message-content{font-family:Inter,sans-serif;font-size:16px;line-height:1.6;color:#333}.state-message-content p{margin:0 0 12px}.state-message-content p:last-child{margin-bottom:0}.state-message-content strong{font-weight:600}.state-message-content em{font-style:italic}.state-message-content a{color:#1976d2;text-decoration:none}.state-message-content a:hover{text-decoration:underline}.state-message-content ul,.state-message-content ol{margin:12px 0;padding-left:24px;text-align:left}.state-message-content li{margin:6px 0}.state-message-content code{background-color:#0000000f;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.state-message-content pre{background-color:#0000000f;padding:12px 16px;border-radius:8px;overflow-x:auto;text-align:left;margin:12px 0}.state-message-content pre code{background:none;padding:0}.state-message-content blockquote{border-left:3px solid #1976d2;padding-left:16px;margin:12px 0;font-style:italic;color:#666;text-align:left}.state-message-content h1,.state-message-content h2,.state-message-content h3,.state-message-content h4,.state-message-content h5,.state-message-content h6{margin:16px 0 12px;font-weight:600;line-height:1.3}.state-message-content h1{font-size:1.5em}.state-message-content h2{font-size:1.3em}.state-message-content h3{font-size:1.15em}.state-message-content h4,.state-message-content h5,.state-message-content h6{font-size:1em}.state-message.blocked{color:#d32f2f}.state-message.blocked .state-message-content{color:#d32f2f;font-size:18px;font-weight:500}.state-message.rating .state-message-content{margin-bottom:20px;font-size:20px;font-weight:500;color:#333}.rating-stars{display:flex;gap:10px;justify-content:center}.star-button{background:none;border:none;font-size:40px;cursor:pointer;color:#ddd;transition:color .2s,transform .1s}.star-button:hover{color:#ffc107;transform:scale(1.1)}.star-button:active{transform:scale(.95)}.state-message.end-session{max-width:500px}.state-message.end-session .state-message-content{margin-bottom:20px}.system-button-wrapper{display:flex;justify-content:center;align-items:center;width:100%;margin-top:8px}.chat-message.system-message .system-button-wrapper{max-width:85%;align-self:center}.system-button{background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 39px;font-family:Roboto,sans-serif;font-weight:400;font-size:13px;line-height:1.3846153846153846em;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);width:100%;height:34px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.system-button:hover:not(:disabled){opacity:.9}.system-button:disabled{cursor:not-allowed;opacity:.6}.chat-message.system-message .chat-message-bubble-with-button{display:flex;flex-direction:column;align-items:center;max-width:85%;gap:8px}.chat-message.system-message .chat-message-text-wrapper{background-color:#fff;border-radius:12px;padding:12px 16px;width:100%;display:flex;flex-direction:column;align-items:flex-end}.chat-message.system-message .chat-message-text-wrapper .chat-message-text{color:#333;text-align:center;width:100%}.chat-message.system-message .chat-message-bubble-with-button .system-button-inline-btn{width:100%;background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 16px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box}.chat-message.system-message .chat-message-bubble-with-button .system-inline-buttons{display:flex;gap:8px;width:100%}.chat-message.system-message .chat-message-bubble-with-button .system-inline-buttons .system-button-inline-btn{flex:1;width:auto}.chat-message.system-message .chat-message-bubble-with-button .system-button-inline-btn:hover:not(:disabled){opacity:.9}.chat-message.system-message .chat-message-bubble-with-button .system-button-inline-btn:disabled{cursor:not-allowed;opacity:.6}.chat-message.system-message .chat-message-bubble-with-button .system-rating-buttons{display:flex;gap:8px;width:100%}.chat-message.system-message .chat-message-bubble-with-button .system-rating-button{background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 16px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box;flex:1;height:34px;display:flex;align-items:center;justify-content:center}.chat-message.system-message .chat-message-bubble-with-button .system-rating-button:hover:not(:disabled){opacity:.9;transform:scale(1.05)}.chat-message.system-message .chat-message-bubble-with-button .system-rating-button:active{transform:scale(.95)}.chat-message.system-message .chat-message-bubble-with-button .system-rating-button:disabled{cursor:not-allowed;opacity:.6}.statistics-page{flex:1;min-width:0;min-height:0;height:100%;display:flex;flex-direction:column;background-color:#f6f7fb;font-family:Inter,sans-serif}.statistics-main{flex:1;min-height:0;overflow-y:auto;display:flex;flex-direction:column;padding:clamp(20px,2.2vw,34px) clamp(24px,5.5vw,102px) clamp(20px,2.4vw,32px) clamp(16px,2.5vw,32px);background-color:transparent;max-width:1600px;margin:0 auto;width:100%;box-sizing:border-box}@media (min-width: 1440px){.statistics-main{width:100%;padding:34px 32px 32px}.statistics-two-col{gap:28px}.statistics-col-left{width:320px;flex:0 0 320px;max-width:320px}.statistics-col-center{flex:0 0 380px;max-width:380px}.statistics-col-right{flex:1 1 720px;max-width:900px}.chart-block{height:360px}.reviews-block{max-height:340px}.reviews-block--empty{max-height:none}.rating-bar-track{height:18px}.rating-row{gap:4px}.rating-row-progress{margin:0 2px 0 6px;max-width:150px}.rating-count{width:20px;flex:0 0 20px}.rating-row-stars{width:clamp(80px,7vw,120px);flex:0 0 clamp(80px,7vw,120px)}}.statistics-topbar{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:24px}.statistics-title{font-family:Inter,sans-serif;font-weight:500;font-size:15px;line-height:1.2em;color:#333;margin:0;display:flex;align-items:center;gap:6px}.statistics-title:before{content:"";width:16px;height:16px;background-image:url(../assets/statistics-black.svg);background-size:contain;background-repeat:no-repeat}.export-btn{padding:3px 24px 4px;background-color:#01577a;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.21em;color:#fff;cursor:pointer;height:37px}.statistics-filters{display:flex;gap:10px;margin-bottom:0}.statistics-two-col{display:flex;gap:24px;align-items:stretch;margin-bottom:24px;flex-wrap:wrap}.statistics-col{display:flex;flex-direction:column;gap:12px;min-width:0}.statistics-col-left{width:clamp(220px,16vw,320px);flex:0 0 clamp(220px,16vw,320px);max-width:clamp(220px,16vw,320px)}.statistics-col-center{display:block;min-width:0;flex:0 0 clamp(260px,20vw,360px);max-width:clamp(260px,20vw,360px)}.statistics-col-right{flex:1 1 clamp(360px,40vw,760px);min-width:320px;max-width:clamp(520px,44vw,900px);gap:12px}.metrics-chart-row{display:flex;align-items:stretch;gap:24px;width:100%;min-width:0}.metrics-rating-column{display:flex;flex-direction:column;gap:10px;margin-bottom:0;padding-bottom:0}.chart-reviews-column{display:flex;flex-direction:column;gap:12px;align-items:stretch;padding-bottom:0;margin-bottom:0}.filter-dropdown-wrapper{position:relative}.filter-dropdown{display:flex;align-items:center;justify-content:space-between;padding:9px 15px;background-color:#fff;border:1px solid #EFF0F6;border-radius:0;height:49px;min-width:363px;cursor:pointer}.filter-text{font-family:Inter,sans-serif;font-weight:500;font-size:16px;line-height:1.25em;color:#000000b3}.filter-arrow{width:24px;height:24px;flex-shrink:0;transition:transform .2s}.filter-arrow path{stroke:#333}.filter-arrow-open{transform:rotate(180deg)}.filter-dropdown-menu{position:absolute;top:calc(100% + 4px);left:0;width:100%;min-width:365px;background-color:#fff;border:1px solid #EFF0F6;border-radius:0;box-shadow:0 4px 12px #0000001a;z-index:1000;padding:0;box-sizing:border-box}.filter-dropdown-menu-scrollable{max-height:280px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.filter-dropdown-item{padding:15px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.29em;color:#000;cursor:pointer;transition:background-color .2s}.filter-dropdown-item:hover{background-color:#f5f5f5}.filter-dropdown-item-active{background-color:#f1f1f1;font-weight:400}.filter-dropdown-custom{display:flex;align-items:center;justify-content:flex-start!important;gap:12px;padding:15px;font-family:Inter,sans-serif;cursor:pointer;transition:background-color .2s}.filter-dropdown-custom.filter-dropdown-item-active{background-color:#f1f1f1}.filter-dropdown-custom-label{font-weight:400;font-size:14px;line-height:1.29em;color:#000;white-space:nowrap}.filter-dropdown-date-wrapper{position:relative;display:flex;align-items:center;justify-content:flex-start;gap:4px}.filter-dropdown-custom .filter-dropdown-date-wrapper{display:inline-flex;align-items:center;gap:0!important;flex:0 0 auto;width:auto;margin:0!important;padding:0!important;font-size:0;line-height:0}.filter-dropdown-date-input{width:auto;min-width:80px;max-width:100px;height:18px;border:none;outline:none;background-color:transparent;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.29em;text-align:left;font-variant-numeric:tabular-nums;color:#111;padding:0;margin:0;flex:0 0 auto;overflow:hidden;text-overflow:clip;white-space:nowrap;box-sizing:border-box}.filter-dropdown-custom .filter-dropdown-date-input{width:66px!important;min-width:66px!important;max-width:66px!important;overflow:visible!important;margin:0!important;padding:0!important;display:inline-block!important;font-size:14px!important;line-height:1.29em!important;vertical-align:middle}.filter-dropdown-custom .filter-dropdown-date-wrapper.date-filled .filter-dropdown-date-input{width:66px!important;min-width:66px!important;max-width:66px!important;margin:0!important;padding:0!important;overflow:visible!important}.filter-dropdown-date-input::placeholder{color:#111;font-size:14px}.filter-dropdown-custom.filter-dropdown-item-active .filter-dropdown-date-input{background-color:transparent}.filter-dropdown-date-input::placeholder{color:#111}.filter-dropdown-calendar-icon{flex-shrink:0;margin:0!important;padding:0!important}.filter-dropdown-custom .filter-dropdown-calendar-icon{flex:0 0 auto!important;flex-shrink:0!important;padding:0!important;position:static!important;inset:auto!important;width:11px!important;height:12px!important;margin:0!important;display:inline-block!important;line-height:0!important;vertical-align:middle!important}.filter-dropdown-custom .filter-dropdown-calendar-icon svg{display:block!important;margin:0!important;padding:0!important;vertical-align:top!important}.calendar-popup{position:absolute;top:calc(100% + 4px);left:0;width:280px;background-color:#fff;border:1px solid #EFF0F6;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1001;padding:12px;font-family:Inter,sans-serif}.calendar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.calendar-nav-btn{width:28px;height:28px;border:none;background-color:transparent;font-size:20px;color:#333;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.calendar-nav-btn:hover{background-color:#f5f5f5}.calendar-month-year{font-weight:500;font-size:14px;color:#000}.calendar-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.calendar-weekday{text-align:center;font-weight:500;font-size:12px;color:#707991;padding:4px 0}.calendar-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.calendar-day{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#000;cursor:pointer;border-radius:4px;transition:background-color .2s}.calendar-day:hover{background-color:#f5f5f5}.calendar-day-empty{cursor:default}.calendar-day-empty:hover{background-color:transparent}.calendar-day-selected{background-color:#01577a;color:#fff}.calendar-day-selected:hover{background-color:#014b69}.calendar-day-disabled{opacity:.3;cursor:not-allowed;pointer-events:none}.calendar-day-disabled:hover{background-color:transparent}.statistics-metrics{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;margin-bottom:24px}.metric-card{padding:11px 13px;background-color:#fff;border:1px solid #EFF0F6;border-radius:0;height:44px;display:flex;justify-content:space-between;align-items:center}.metric-title{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:1.21em;color:#014b69;flex:1}.metric-value{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.875em;color:#000;margin-left:auto}.consultations-block{padding:clamp(12px,1.2vw,18px) clamp(12px,1.4vw,16px);width:100%}.consultations-block .block-title,.keywords-block .block-title,.chart-block .block-title,.reviews-block .block-title,.rating-block .block-title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(15px,1.1vw,18px);line-height:1.21em;color:#014b69}.consultations-block .block-title{margin-bottom:14px}.metrics-vertical{width:100%;display:flex;flex-direction:column;gap:10px;height:auto}.metric-vertical-item{padding:clamp(10px,1.1vw,14px) clamp(12px,1.3vw,16px);background-color:#fff;border:1px solid #E9EDF3;border-radius:12px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;flex:0 0 auto}.consultations-block,.keywords-block,.chart-block,.reviews-block,.rating-block{background-color:#fff;border:1px solid #E9EDF3;border-radius:12px;box-shadow:0 6px 18px #0f172a0f}.metric-vertical-title{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(14px,1.05vw,17px);line-height:1.21em;color:#014b69;flex:1;min-width:0;max-width:clamp(160px,14vw,260px)}.metric-vertical-value{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(14px,1.05vw,17px);line-height:1.875em;color:#000;white-space:nowrap;flex-shrink:0}.consultations-list{display:flex;flex-direction:column;gap:12px}.consultation-item{display:flex;justify-content:space-between;align-items:center}.consultation-label,.keyword-label{font-family:Inter,sans-serif;font-weight:500;font-size:clamp(13px,.95vw,15px);line-height:1.21em;color:#707991}.consultation-value,.keyword-value{font-family:Inter,sans-serif;font-weight:700;font-size:clamp(14px,1.05vw,17px);line-height:1.875em;color:#000}.keywords-block{padding:clamp(12px,1.2vw,16px) clamp(12px,1.4vw,16px);background-color:#fff;border:1px solid #EFF0F6;border-radius:0;margin-bottom:0;width:100%;display:flex;flex-direction:column;max-height:318px;flex:1 1 auto}.keywords-block .block-title{margin-bottom:14px}.keywords-loading{font-family:Inter,sans-serif;font-weight:500;font-size:13px;line-height:1.21em;color:#707991;margin-bottom:8px}.keywords-list{display:flex;flex-direction:column;gap:12px;margin-bottom:27px;max-height:190px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:14px;box-sizing:border-box;scrollbar-gutter:stable}.keywords-block--empty .keywords-list{margin-bottom:12px;max-height:none;overflow:hidden}.keyword-item{display:flex;justify-content:space-between;align-items:baseline;position:relative;gap:8px}.keyword-label{flex:1 1 auto;min-width:0;white-space:normal;overflow-wrap:anywhere}.keyword-value{margin-left:auto;margin-right:6px;flex:0 0 auto}.keyword-delete-btn{width:20px;height:20px;background:transparent;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;align-self:baseline}.keyword-delete-btn img,.keyword-delete-btn svg{display:block;width:16px;height:18px;transform:translateY(2px)}.add-keyword-btn{width:100%;padding:10px 24px;background-color:#01577a;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.21em;color:#fff;cursor:pointer;height:37px;display:flex;align-items:center;justify-content:center}.add-keyword-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000}.add-keyword-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:644px;max-width:calc(100vw - 16px);background:#fff;border-radius:15px;box-shadow:0 4px 4px #00000040;padding:16px 24px;box-sizing:border-box}.add-keyword-topbar{position:absolute;top:10px;right:12px;display:flex;align-items:center;gap:10px;z-index:2}.add-keyword-close{position:static;width:18px;height:18px;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0}.add-keyword-close img,.add-keyword-close svg{width:22px;height:22px;display:block}.add-keyword-content{display:flex;flex-direction:row;align-items:center;gap:16px;padding-top:36px}.add-keyword-input{width:auto;flex:1 1 auto;min-width:0;height:38px;border-radius:12px;border:1px solid #111111;padding:0 12px;font-family:Inter,sans-serif;font-size:14px;outline:none;box-sizing:border-box}.add-keyword-submit{width:100%;max-width:180px;flex:0 0 180px;height:39px;border-radius:8px;border:none;background:#014b69;color:#fff;font-family:Inter,sans-serif;font-weight:600;font-size:14px;cursor:pointer;display:flex;align-items:center;justify-content:center}.chart-block{padding:clamp(16px,1.5vw,20px) clamp(16px,1.5vw,24px);margin-bottom:0;width:100%;height:320px;box-sizing:border-box;display:flex;flex-direction:column;background:linear-gradient(180deg,#fff,#fafbfd);border-radius:12px;border:1px solid #E9EDF3;box-shadow:0 2px 8px #014b690a}.chart-block .block-title.chart-block-title{margin-bottom:12px;font-size:clamp(15px,1.1vw,18px);color:#014b69;letter-spacing:-.01em;flex-shrink:0}.chart-container{position:relative;width:100%;flex:1 1 auto;min-height:0;min-width:0;border-radius:8px;background:#fff9}.chart-scroll{width:100%;height:100%;min-height:0;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;border-radius:8px}.chart-inner{width:100%;height:100%;min-height:240px}.chart-diagram{display:block;width:100%;height:100%;min-height:240px}.reviews-block{padding:clamp(10px,1.2vw,16px);margin-bottom:0;width:100%;height:auto;position:relative;display:flex;flex-direction:column;align-self:stretch}.reviews-block .block-title{margin-bottom:14px}.reviews-list{display:flex;flex-direction:column;gap:7px;max-height:240px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding-right:14px;padding-bottom:10px;margin-bottom:0;box-sizing:border-box;scrollbar-gutter:stable}.reviews-block--empty .reviews-list{max-height:none;overflow:hidden;padding-bottom:0}.review-item{padding:clamp(4px,.5vw,6px) clamp(10px,1vw,14px);background-color:#f3f6fa;border-radius:12px;font-family:Inter,sans-serif;font-weight:500;font-size:clamp(10px,.7vw,12px);line-height:1.21em;color:#707991;width:100%;max-width:100%;height:32px;min-height:32px;flex-shrink:0;display:flex;align-items:center;box-sizing:border-box}.rating-block{padding:clamp(12px,1.2vw,16px) clamp(12px,1.4vw,16px) 0 clamp(12px,1.4vw,16px);width:100%;min-height:clamp(240px,26vh,320px);height:auto;display:flex;flex-direction:column;overflow:hidden}.rating-block-under-metrics{margin-top:0}.rating-block .block-title{margin-bottom:16px}.rating-chart{flex:1 1 auto;display:flex;flex-direction:column;justify-content:space-between;padding-bottom:10px;width:100%}.rating-row{display:flex;align-items:center;gap:8px;flex:1 1 0;min-height:0;width:100%;justify-content:space-between;min-width:0}.rating-row-progress{flex:1 1 auto;height:8px;background:#eef1f6;border-radius:999px;position:relative;overflow:hidden;min-width:48px;max-width:140px;margin:0 6px}.rating-row-progress-fill{height:100%;background:#01577a;border-radius:999px}.rating-row .rating-row-right{margin-left:0}.rating-row-stars{width:auto;flex:0 0 auto;min-width:5.6em;overflow:visible;white-space:nowrap;font-family:Roboto,sans-serif;font-weight:400;font-size:clamp(16px,1.1vw,20px);line-height:1.3em;color:#f5c244;display:flex;align-items:center}.rating-row-right{display:none}.rating-count{font-family:Inter,sans-serif;font-weight:600;font-size:clamp(14px,1.05vw,17px);line-height:1.21em;color:#000;width:24px;text-align:right;flex:0 0 24px;margin-left:0}.block-title{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:1.21em;color:#014b69}@media (max-width: 1024px){.statistics-main{padding:24px 24px 16px}.statistics-topbar{flex-direction:column;align-items:stretch}.statistics-filters{flex-wrap:wrap;width:100%}.filter-dropdown,.filter-dropdown-menu{width:100%;min-width:0}.statistics-two-col{flex-direction:column}.statistics-col-left,.statistics-col-center,.statistics-col-right{width:100%;flex:1 1 auto}.consultations-block,.rating-block,.metrics-vertical,.keywords-block,.chart-block,.reviews-block{width:100%}.chart-block,.reviews-block{max-width:100%}}@media (max-width: 767px){.statistics-page{flex-direction:column;max-width:100vw;width:100%;overflow-x:hidden;box-sizing:border-box}.statistics-sidebar{width:100%;height:56px;min-height:56px;flex-direction:row;justify-content:space-between;align-items:center;padding:0 12px;box-sizing:border-box;background-color:#333;gap:8px}.statistics-sidebar:after{display:none}.statistics-sidebar:before{display:none}.sidebar-item{flex-direction:row;gap:6px;margin-top:0;margin-bottom:0;padding:0;width:auto;flex:0 0 auto;min-width:0}.sidebar-item:first-child{margin-top:0}.sidebar-item:not(:first-child){margin-top:0}.sidebar-item-active{background-color:#d9d9d999;padding:0 6px 0 12px;border-radius:0;height:56px;display:flex;align-items:center;box-sizing:border-box;margin-left:-12px}.sidebar-item-active:before{display:none}.sidebar-icon{width:14px;height:14px;flex-shrink:0}.sidebar-item:nth-child(2) .sidebar-icon,.sidebar-item:nth-child(3) .sidebar-icon{width:15px;height:15px}.sidebar-text{font-size:13px;margin-top:0;white-space:nowrap}.sidebar-logout-btn{margin:0;padding:3px 12px 4px;width:auto;height:28px;font-size:12px;flex-shrink:0}.statistics-main{padding:0 12px;width:100%;max-width:100%;min-width:0;overflow:visible;box-sizing:border-box}.statistics-topbar{flex-direction:column;align-items:stretch;gap:16px;padding:16px 12px}.export-btn{width:100%}.statistics-filters{flex-direction:column;gap:10px;margin-bottom:0;padding:0;width:100%}.filter-dropdown{width:100%;min-width:0;margin-bottom:0;box-sizing:border-box}.filter-dropdown-wrapper{width:100%;min-width:0}.filter-dropdown .filter-text{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.filter-dropdown-menu{position:absolute;left:0;right:0;width:100%;min-width:0;max-height:min(280px,55vh);box-sizing:border-box}.filter-arrow{width:24px;height:24px;flex-shrink:0;display:block}.statistics-two-col{flex-direction:column;gap:16px;margin-bottom:16px}.statistics-col{width:100%}.statistics-col-left,.statistics-col-right{width:100%;flex:0 0 auto}.metrics-chart-row{flex-direction:column;gap:16px}.metrics-rating-column,.chart-reviews-column{width:100%;gap:16px}.statistics-metrics{grid-template-columns:1fr;gap:0;margin-bottom:16px;padding:0 5px}.metric-card{margin-bottom:0;border-bottom:none}.metric-card:not(:last-child){border-bottom:1px solid #EFF0F6}.consultations-block,.rating-block{width:100%;max-width:100%;margin:0 0 16px;padding:16px 12px;box-sizing:border-box}.rating-row{gap:8px;align-items:center}.rating-row .rating-row-right{margin-left:0}.rating-row-stars{width:100px;flex:0 0 100px;min-width:100px;overflow:visible;white-space:nowrap}.rating-row-right{gap:8px;flex:1 1 auto;min-width:0;align-items:center}.rating-bar-track{min-width:85px;flex:1 1 auto;margin-left:0;margin-right:0}.rating-count{flex-shrink:0;white-space:nowrap;margin-left:0}.keywords-block{width:100%;max-width:100%;margin:0 0 16px;padding:16px 12px;box-sizing:border-box}.chart-block{width:100%;max-width:100%;margin:0 0 16px;padding:16px 12px;height:280px;min-height:280px;display:flex;flex-direction:column;box-sizing:border-box}.chart-container{flex:1 1 auto;min-height:0}.chart-inner,.chart-diagram{min-height:200px}.reviews-block{width:100%;max-width:100%;margin:0 0 16px;padding:16px 12px;box-sizing:border-box}.review-item{width:100%;max-width:339px}.rating-block{height:auto;min-height:233px}.metrics-vertical{width:100%;max-width:100%;margin:0 0 16px;box-sizing:border-box}.metric-vertical-item{padding:11px 13px}.add-keyword-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);padding:16px;left:50%;transform:translate(-50%,-50%)}.add-keyword-topbar{top:8px;right:8px}.add-keyword-close{width:24px;height:24px;min-width:24px;min-height:24px;display:flex;align-items:center;justify-content:center}.add-keyword-close img,.add-keyword-close svg{width:22px;height:22px;display:block;flex-shrink:0;pointer-events:none}.add-keyword-content{flex-direction:column;gap:12px;padding-top:24px}.add-keyword-input{width:100%}.add-keyword-submit{width:100%;max-width:100%;flex:1 1 auto}.keyword-item{display:flex;justify-content:space-between;align-items:baseline;gap:4px;position:relative}.keyword-label{flex:1 1 auto;min-width:0}.keyword-value{flex:0 0 auto;margin-left:auto;margin-right:4px}.keyword-delete-btn{width:20px;height:20px;min-width:20px;min-height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;align-self:baseline}.keyword-delete-btn img,.keyword-delete-btn svg{width:16px;height:18px;display:block;flex-shrink:0}.calendar-popup{position:absolute!important;top:calc(100% + 8px)!important;left:50%!important;transform:translate(-50%)!important;width:280px;max-width:calc(100vw - 24px);z-index:10001;box-shadow:0 4px 24px #00000040}.filter-dropdown-custom{position:relative}.filter-dropdown-date-wrapper,.filter-dropdown-custom .filter-dropdown-date-wrapper{position:static}}@media (max-width: 460px){.statistics-page{min-width:0;width:100%}.statistics-main{padding:0 16px;min-width:0;width:100%;max-width:100%;box-sizing:border-box}.statistics-topbar{min-width:0;max-width:100%;padding-left:0;padding-right:0}.statistics-filters,.filter-dropdown{min-width:0;max-width:100%}.export-btn{width:100%;max-width:100%;box-sizing:border-box}.statistics-two-col,.statistics-col-left,.statistics-col-center,.statistics-col-right{min-width:0;max-width:100%}.consultations-block,.rating-block,.keywords-block,.chart-block,.reviews-block,.metrics-vertical{min-width:0;max-width:100%;width:100%;box-sizing:border-box}.consultations-list{min-width:0}.review-item{max-width:100%}.add-keyword-modal{width:calc(100vw - 24px);max-width:calc(100vw - 24px);box-sizing:border-box}}@media (max-width: 375px){.statistics-page{min-width:0;width:100%}.statistics-main{padding:0 16px;min-width:0}.statistics-topbar,.statistics-filters,.filter-dropdown{min-width:0;max-width:100%}.export-btn{width:100%;max-width:100%;box-sizing:border-box}.statistics-two-col,.statistics-col-left,.statistics-col-center,.statistics-col-right{min-width:0;max-width:100%}.consultations-block,.rating-block,.keywords-block,.chart-block,.reviews-block,.metrics-vertical{min-width:0;max-width:100%;width:100%}.consultations-list{min-width:0}.review-item{max-width:100%}}@media (max-width: 374px){.statistics-sidebar{padding:0 8px;gap:6px}.sidebar-text{font-size:12px}.sidebar-icon{width:13px;height:13px}.sidebar-item:nth-child(2) .sidebar-icon,.sidebar-item:nth-child(3) .sidebar-icon{width:14px;height:14px}.sidebar-logout-btn{padding:3px 10px 4px;font-size:11px;height:26px}}.settings-page{flex:1;min-width:0;height:100%;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}.settings-layout{display:flex;flex:1;min-width:0;height:100%;overflow:hidden;background-color:#fff}.settings-content{flex:1;display:flex;flex-direction:column;overflow:hidden;background-color:#fff}.settings-sections{flex:1;display:flex;flex-direction:column;gap:32px;padding:32px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}@media (min-width: 1440px){.settings-content{align-items:center}.settings-sections{width:100%;max-width:1400px;margin:0 auto;padding:32px 32px 40px;overflow-y:auto;overflow-x:hidden}}.settings-section{display:flex;flex-direction:column;gap:16px}.settings-section-header{display:flex;align-items:center;justify-content:space-between;gap:16px}.settings-section-title{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:1.25;color:#011627;margin:0}.settings-add-button{padding:12px 24px;background-color:#01577a;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.25;color:#fff;cursor:pointer;transition:opacity .2s;white-space:nowrap}.settings-add-button:hover{opacity:.9}.settings-add-button:active{opacity:.8}.users-table-wrapper{width:100%;border:1px solid #D9DCE0;border-radius:8px;overflow:hidden;background-color:#fff}.users-table-container{width:100%;max-height:400px;overflow-y:auto;overflow-x:auto;-webkit-overflow-scrolling:touch}.users-table{width:100%;border-collapse:collapse;min-width:800px}.users-table thead{position:sticky;top:0;background-color:#f5f5f5;z-index:10}.users-table th{padding:12px 16px;text-align:left;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.25;color:#707991;border-bottom:1px solid #D9DCE0;white-space:nowrap}.users-table tbody tr{border-bottom:1px solid #D9DCE0;transition:background-color .2s}.users-table tbody tr:hover{background-color:#f9f9f9}.users-table tbody tr:last-child{border-bottom:none}.users-table td{padding:12px 16px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#011627}.users-table-empty,.users-table-loading{padding:48px 16px;text-align:center;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#707991}.users-table-actions{display:flex;align-items:center;gap:12px}.users-table-action-icon{padding:0;border:none;background:transparent;cursor:pointer;transition:opacity .2s;display:flex;align-items:center;justify-content:center;width:24px;height:24px}.users-table-action-icon:hover{opacity:.7}.users-table-action-icon:active{opacity:.5}.users-table-action-icon img{width:100%;height:100%;object-fit:contain}.users-table-row-blocked{opacity:.4}.users-table-row-blocked:hover{opacity:.5}.user-status-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:12px;font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:1.25;color:#fff;white-space:nowrap}.user-status-badge-active{background-color:#82c769}.user-status-badge-blocked{background-color:#e45e5e}.user-online-badge{display:inline-flex;align-items:center;justify-content:center;padding:4px 12px;border-radius:12px;font-family:Inter,sans-serif;font-weight:600;font-size:12px;line-height:1.25;white-space:nowrap}.user-online-badge-online{background-color:#eaf7ee;color:#2e7d32}.user-online-badge-offline{background-color:#eff2f5;color:#5b6472}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.modal-content{background-color:#fff;border-radius:12px;padding:24px;width:100%;max-width:480px;max-height:90vh;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch;box-shadow:0 4px 16px #00000026}.modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.modal-title{font-family:Inter,sans-serif;font-weight:600;font-size:20px;line-height:1.25;color:#011627;margin:0}.modal-close-button{width:32px;height:32px;padding:0;border:none;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:24px;color:#707991;transition:color .2s}.modal-close-button:hover{color:#011627}.modal-form{display:flex;flex-direction:column;gap:16px}.modal-form-group{display:flex;flex-direction:column;gap:8px}.modal-form-label{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.25;color:#011627}.modal-form-input{padding:12px 16px;border:1px solid #D9DCE0;border-radius:8px;font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.25;color:#011627;outline:none;transition:border-color .2s;width:100%}.modal-form-input:focus{border-color:#01577a}.modal-form-input::placeholder{color:#707991}.modal-role-segmented{display:flex;gap:8px}.modal-role-segmented-button{flex:1;min-width:0;padding:12px 14px;border:1px solid #D9DCE0;border-radius:8px;background-color:#fff;font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.25;color:#011627;cursor:pointer;transition:border-color .2s,background-color .2s,color .2s}.modal-role-segmented-button-active{border-color:#01577a;background-color:#eaf4f8;color:#01577a}.modal-form-password-wrapper{position:relative;display:flex;align-items:center}.modal-form-password-wrapper .modal-form-input{padding-right:48px}.modal-form-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:transparent;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:opacity .2s;z-index:10;-webkit-tap-highlight-color:transparent;width:28px;height:24px;min-width:28px;min-height:24px}.modal-form-password-toggle:hover{opacity:.7}.modal-form-password-toggle:active{opacity:.5}.modal-form-password-toggle img{width:20px;height:20px;object-fit:contain;display:block;pointer-events:none}.modal-form-error{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.25;color:#011627;background-color:#fff;border:1px solid #E0E0E0;border-radius:8px;padding:10px 10px 10px 40px;margin-top:4px;position:relative;display:flex;align-items:center}.modal-form-error:before{content:"";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;background-color:#014b69;border-radius:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modal-form-error:after{content:"!";position:absolute;left:10px;top:50%;transform:translateY(-50%);width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:12px;color:#fff;z-index:1;line-height:1}.modal-form-actions{display:flex;gap:12px;margin-top:8px}.modal-form-button{flex:1;padding:12px 24px;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.25;cursor:pointer;transition:opacity .2s}.modal-form-button:hover:not(:disabled){opacity:.9}.modal-form-button:active:not(:disabled){opacity:.8}.modal-form-button:disabled{opacity:.6;cursor:not-allowed}.modal-form-button-primary{background-color:#01577a;color:#fff}.modal-form-button-secondary{background-color:#f5f5f5;color:#011627}.modal-file-input-hidden{position:absolute;width:.1px;height:.1px;opacity:0;overflow:hidden;z-index:-1;clip-path:inset(50%)}.modal-file-button{display:inline-block;margin-bottom:12px;cursor:pointer;flex:none}.modal-form-button-disabled{opacity:.6;cursor:not-allowed;pointer-events:none}.modal-form-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.modal-preview-toggle{padding:6px 12px;background-color:#f5f5f5;border:1px solid #D9DCE0;border-radius:6px;font-family:Inter,sans-serif;font-weight:500;font-size:12px;line-height:1.25;color:#011627;cursor:pointer;transition:all .2s}.modal-preview-toggle:hover{background-color:#ebebeb;border-color:#01577a}.modal-preview-toggle:active{opacity:.8}.modal-markdown-editor{width:100%;border:1px solid #D9DCE0;border-radius:8px;overflow:hidden;transition:border-color .2s}.modal-markdown-editor:focus-within{border-color:#01577a}.modal-markdown-textarea{width:100%;padding:12px 16px;border:none;outline:none;font-family:Courier New,monospace;font-size:13px;line-height:1.6;color:#011627;resize:vertical;background-color:#fafafa}.modal-markdown-preview{padding:16px;min-height:200px;max-height:400px;overflow-y:auto;background-color:#fff;font-family:Inter,sans-serif;font-size:14px;line-height:1.6;color:#011627}.modal-markdown-hint{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.25;color:#707991;margin-top:4px}.settings-markdown-inline-code{background-color:#0000000d;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.settings-markdown-code-block{background-color:#0000000d;padding:12px 16px;border-radius:6px;overflow-x:auto;margin:8px 0;font-family:Courier New,monospace;font-size:.9em}.settings-markdown-code-block code{background:none;padding:0}.settings-markdown-list{margin:8px 0;padding-left:20px}.settings-markdown-list li{margin:4px 0}.settings-markdown-blockquote{border-left:3px solid rgba(0,0,0,.2);padding-left:12px;margin:8px 0;font-style:italic;color:#000000b3}.settings-markdown-link{color:#01577a;text-decoration:underline;word-break:break-word}.settings-markdown-link:hover{color:#014b69}.settings-markdown-heading{font-weight:600;margin:16px 0 8px;line-height:1.2;color:#011627}.settings-markdown-h1{font-size:1.8em}.settings-markdown-h2{font-size:1.5em}.settings-markdown-h3{font-size:1.3em}.settings-markdown-h4,.settings-markdown-h5,.settings-markdown-h6{font-size:1.1em}.modal-markdown-preview p{margin:8px 0}.modal-markdown-preview p:first-child{margin-top:0}.modal-markdown-preview p:last-child{margin-bottom:0}@media (max-width: 1024px){.settings-page,.settings-layout,.settings-content{height:100%;min-height:0;overflow:hidden}.settings-sections{padding:24px;gap:24px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}}@media (max-width: 767px){.settings-page{min-height:0}.settings-sections{padding:16px;padding-bottom:max(48px,calc(30px + env(safe-area-inset-bottom)));gap:24px;-webkit-overflow-scrolling:touch}.settings-section{gap:12px;background-color:#fff;border:1px solid #E8EAED;border-radius:12px;padding:16px;box-shadow:0 1px 3px #0000000f}.settings-section-header{flex-direction:column;align-items:stretch;gap:12px}.settings-section-title{font-size:18px;line-height:1.3}.settings-add-button{width:100%;padding:12px 20px;font-size:14px;border-radius:8px}.users-table-wrapper{border:none;border-radius:0;overflow:visible;background:transparent}.users-table-container{max-height:none;overflow:visible}.users-table{min-width:0}body.settings-modal-open{overflow:hidden}.modal-overlay{overflow:hidden;display:flex;flex-direction:column;align-items:stretch;justify-content:flex-start;height:100vh;height:100svh;height:100dvh;padding:72px 16px 32px;-webkit-overflow-scrolling:touch}.modal-content{flex:0 0 auto;min-height:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;padding:20px;max-width:100%;max-height:calc(100svh - 104px);max-height:calc(100dvh - 104px)}.modal-form-actions,.modal-role-segmented{flex-direction:column}.modal-role-segmented-button{width:100%;font-size:16px}.modal-form-password-wrapper{position:relative;width:100%}.modal-form-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:28px;height:24px;min-width:28px;min-height:24px;z-index:10;display:flex}.modal-form-password-toggle img{width:20px;height:20px;pointer-events:none;flex-shrink:0}.modal-markdown-textarea{font-size:12px}.modal-markdown-preview{padding:12px;font-size:13px}.users-mobile-list,.settings-mobile-list{display:flex;flex-direction:column;gap:12px}.users-mobile-card,.settings-mobile-card{background-color:#f9fafb;border:1px solid #E8EAED;border-radius:10px;padding:14px 16px;display:flex;flex-direction:column;gap:10px}.users-mobile-card-row,.settings-mobile-card-row{display:flex;flex-direction:column;gap:2px}.users-mobile-card-label,.settings-mobile-card-label{font-family:Inter,sans-serif;font-weight:600;font-size:11px;line-height:1.3;color:#707991;text-transform:uppercase;letter-spacing:.02em}.users-mobile-card-value,.settings-mobile-card-value{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#011627;word-break:break-word}.users-mobile-card-value-truncate,.settings-mobile-card-value-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:100%}.users-mobile-card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;flex-wrap:wrap}.users-mobile-card-title{font-family:Inter,sans-serif;font-weight:600;font-size:15px;line-height:1.3;color:#011627;flex:1;min-width:0}.users-mobile-card-actions{display:flex;align-items:center;gap:8px;flex-shrink:0;margin-top:8px;padding-top:10px;border-top:1px solid #E8EAED}.users-mobile-card-actions .users-table-action-icon{width:36px;height:36px;min-width:36px;min-height:36px}.users-mobile-card-blocked{opacity:.6}.settings-mobile-card-key{font-family:Inter,sans-serif;font-weight:600;font-size:14px;line-height:1.3;color:#011627}.settings-mobile-card-footer{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:4px;padding-top:10px;border-top:1px solid #E8EAED}.settings-mobile-card-date{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.3;color:#707991}}.password-reset-container{width:100%;display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100svh;min-height:100dvh;padding:20px}.password-reset-form{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:400px}.form-fields{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.field-error-message{font-family:Inter,sans-serif;font-weight:400;font-size:14px;line-height:1.4;color:#011627;background-color:#fff;border:1px solid #E0E0E0;border-radius:8px;padding:12px 16px 12px 44px;width:100%;text-align:left;position:relative;display:flex;align-items:center;min-height:44px;margin-top:8px}.field-error-message:before{content:"";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;background-color:#014b69;border-radius:4px;flex-shrink:0}.field-error-message:after{content:"!";position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;display:flex;align-items:center;justify-content:center;font-family:Inter,sans-serif;font-weight:700;font-size:13px;color:#fff;z-index:1;line-height:1}.field-input-error{border-color:#014b69!important;box-shadow:0 0 0 1px #014b69}.form-field{display:flex;flex-direction:column;gap:4px;width:100%}.field-label{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.21;color:#666;width:100%}.field-input{width:100%;padding:10px 12px;border:1px solid rgba(102,102,102,.35);border-radius:12px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.21;color:#333;background-color:#fff;outline:none;transition:border-color .2s}.field-input:focus{border-color:#014b69}.field-input:disabled{background-color:#f5f5f5;cursor:not-allowed;opacity:.6}.field-input::placeholder{color:transparent}.password-input-wrapper{position:relative;width:100%}.password-input-wrapper .field-input{padding-right:40px}.password-toggle{position:absolute;right:12px;top:50%;transform:translateY(calc(-50% + 2px));background:none;border:none;cursor:pointer;padding:0;margin:0;display:flex;align-items:center;justify-content:center;color:#666;transition:opacity .2s;line-height:0;width:19px;height:15px}.password-toggle:hover{opacity:.7}.password-toggle:focus{outline:none}.password-toggle:focus-visible{outline:none}.eye-icon{display:block;width:19px;height:15px;margin:0;padding:0;vertical-align:baseline}.eye-strike{transition:opacity .2s}.submit-button{width:100%;height:52px;padding:3px 24px 4px;background-color:#014b69;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.21;text-align:center;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s}.submit-button:hover{background-color:#013a54}.submit-button:active{opacity:.9}.submit-button:focus{outline:2px solid #014B69;outline-offset:2px}.submit-button:disabled{background-color:#666;cursor:not-allowed;opacity:.6}.submit-button:disabled:hover{background-color:#666}@media (min-width: 768px){.password-reset-container{padding:0;min-height:100vh;min-height:100svh;min-height:100dvh;justify-content:center;align-items:center}.password-reset-form{width:100%;max-width:400px}}@media (max-width: 767px){.password-reset-container{padding:20px 26px;min-height:100vh;min-height:100svh;min-height:100dvh;align-items:center;justify-content:center}.password-reset-form{width:100%;max-width:324px;margin:0 auto}.form-field{width:100%;max-width:258px;margin:0 auto}.field-input{width:100%}.submit-button{width:100%;max-width:258px;margin:0 auto}}@media (max-width: 374px){.password-reset-container{padding:20px 26px}.password-reset-form{width:100%;max-width:324px}.form-field,.submit-button{width:100%;max-width:258px}}.reset-password-container{width:100%;display:flex;justify-content:center;align-items:center;min-height:100vh;min-height:100svh;min-height:100dvh;padding:20px}.reset-password-content{display:flex;flex-direction:column;align-items:center;gap:40px;width:100%;max-width:400px}.form-header{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:100%}.form-title{font-family:Inter,sans-serif;font-weight:400;font-size:32px;line-height:1.21;text-align:center;color:#333;margin:0}.message-content{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%;text-align:center}.message-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#666;margin:0}.email-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.5;color:#333;font-weight:500;margin:0}.back-button{width:100%;height:52px;padding:3px 24px 4px;background-color:#014b69;border:none;border-radius:8px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.21;text-align:center;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s,opacity .2s}.back-button:hover{background-color:#013a54}.back-button:active{opacity:.9}.back-button:focus{outline:2px solid #014B69;outline-offset:2px}@media (min-width: 768px){.reset-password-container{padding:0;min-height:100vh;min-height:100svh;min-height:100dvh;justify-content:center;align-items:center}.reset-password-content{width:100%;max-width:400px}}@media (max-width: 767px){.reset-password-container{padding:20px 26px;min-height:100vh;min-height:100svh;min-height:100dvh;align-items:center;justify-content:center}.reset-password-content{width:100%;max-width:324px;margin:0 auto}}@media (max-width: 374px){.reset-password-container{padding:20px 26px}.reset-password-content{width:100%;max-width:324px}}.feedback-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.feedback-modal-content{background-color:#fff;border-radius:16px;width:100%;max-width:500px;position:relative;box-shadow:0 8px 32px #0003;animation:feedbackModalSlideIn .3s ease-out}@keyframes feedbackModalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.feedback-modal-body{padding:24px;display:flex;flex-direction:column;gap:24px;position:relative}.feedback-modal-header{position:relative;display:flex;align-items:flex-start;justify-content:center;width:100%;min-height:32px;margin-bottom:-16px;margin-top:8px}.feedback-modal-close{position:absolute;top:-8px;right:0;background:none;border:none;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;color:#666;transition:color .2s;z-index:30;flex-shrink:0;width:32px;height:32px}.feedback-modal-close:hover{color:#333}.feedback-modal-close:active{transform:scale(.95)}.feedback-modal-title{font-family:Inter,sans-serif;font-size:18px;font-weight:600;line-height:1.4;color:#011627;margin:16px 0 0;padding:0 56px;text-align:center;flex:1;word-wrap:break-word;position:relative;z-index:1}.feedback-modal-stars{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:-8px}.feedback-star-button{background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;transition:transform .2s,color .2s;color:#d0d0d0;width:28px;height:28px;flex-shrink:0}.feedback-star-button svg{width:100%;height:100%;transition:inherit}.feedback-star-button svg path{fill:none;transition:fill .2s}.feedback-star-button:hover svg path,.feedback-star-button.active svg path{fill:currentColor}.feedback-star-button:hover{transform:scale(1.15);color:#ffc107}.feedback-star-button.active{color:#ffc107}.feedback-star-button:active{transform:scale(.95)}.feedback-modal-feedback-section{display:flex;flex-direction:column;gap:12px}.feedback-modal-label{font-family:Inter,sans-serif;font-size:16px;font-weight:500;line-height:1.4;color:#011627}.feedback-modal-textarea{width:100%;min-height:100px;padding:12px 16px;border:1px solid #E0E0E0;border-radius:8px;font-family:Inter,sans-serif;font-size:15px;font-weight:400;line-height:1.5;color:#011627;resize:vertical;box-sizing:border-box;transition:border-color .2s}.feedback-modal-textarea:focus{outline:none;border-color:#014b69}.feedback-modal-textarea::placeholder{color:#999}.feedback-modal-submit{width:100%;padding:14px 24px;background-color:#014b69;color:#fff;border:none;border-radius:8px;font-family:Inter,sans-serif;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s,opacity .2s}.feedback-modal-submit:hover:not(:disabled){background-color:#01577a}.feedback-modal-submit:active:not(:disabled){opacity:.9}.feedback-modal-submit:disabled{opacity:.5;cursor:not-allowed}.feedback-modal-content[data-telegram-theme=dark]{background-color:#2a2a2a}.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-title,.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-label{color:#fff}.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-textarea{background-color:#1a1a1a;border-color:#404040;color:#fff}.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-textarea:focus{border-color:#90b5be}.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-textarea::placeholder{color:#666}.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-close{color:#999}.feedback-modal-content[data-telegram-theme=dark] .feedback-modal-close:hover{color:#fff}.feedback-modal-content[data-telegram-theme=dark] .feedback-star-button{color:#555}.feedback-modal-content[data-telegram-theme=dark] .feedback-star-button:hover,.feedback-modal-content[data-telegram-theme=dark] .feedback-star-button.active{color:#ffc107}@media (max-width: 768px){.feedback-modal-overlay{padding:16px}.feedback-modal-content{max-width:100%;border-radius:12px}.feedback-modal-body{padding:20px 16px;gap:20px}.feedback-modal-header{min-height:28px;margin-bottom:-12px;margin-top:8px}.feedback-modal-close{top:-8px;right:0;width:28px;height:28px}.feedback-modal-close svg{width:20px;height:20px}.feedback-modal-title{font-size:16px;padding:0 48px;margin:12px 0 0}.feedback-modal-stars{margin-top:-8px}.feedback-star-button{width:24px;height:24px}.feedback-star-button svg{width:24px;height:24px}.feedback-modal-label{font-size:15px}.feedback-modal-textarea{font-size:14px;min-height:80px}.feedback-modal-submit{padding:12px 20px;font-size:15px}}.app:has(.client-chat-page){align-items:stretch;justify-content:stretch;padding:0;margin:0}.client-chat-page{display:flex;flex-direction:column;height:100vh;height:100svh;height:100dvh;min-height:100vh;min-height:100svh;min-height:100dvh;width:100vw;margin:0;padding:0;--composer-offset: 88px;--keyboard-offset: 0px;background:#014b69;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:hidden;position:relative;box-sizing:border-box}.chat-container{display:flex;flex-direction:column;height:100%;width:100%;position:relative}.client-chat-page .chat-scroll-to-bottom-button{position:absolute;right:16px;bottom:calc(96px + env(safe-area-inset-bottom));width:40px;height:40px;border:none;border-radius:999px;background-color:#90b5be;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:12px;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 16px #00000040;z-index:10}.client-chat-page .chat-scroll-to-bottom-button:hover{opacity:.92}.client-chat-search-toolbar{display:flex;align-items:center;justify-content:center;padding:12px 16px;background:#014b69}.client-search-wrapper{display:flex;align-items:center;background:#fff;border-radius:12px;padding:8px 16px;width:100%;max-width:1320px;gap:8px}.client-search-icon{flex-shrink:0;opacity:.5}.client-search-input{flex:1;border:none;background:transparent;font-family:Inter,sans-serif;font-size:16px;color:#333;outline:none;min-width:0}.client-search-input::placeholder{color:#0006}.client-search-input:disabled{opacity:.5;cursor:not-allowed}.client-search-spinner{width:16px;height:16px;border:2px solid rgba(0,0,0,.1);border-top-color:#014b69;border-radius:50%;animation:clientSearchSpin .8s linear infinite;flex-shrink:0}@keyframes clientSearchSpin{to{transform:rotate(360deg)}}.client-search-nav{display:flex;align-items:center;gap:4px;flex-shrink:0}.client-search-counter{font-family:Inter,sans-serif;font-size:12px;color:#666;white-space:nowrap}.client-search-nav-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:none;background:#0000001a;border-radius:4px;cursor:pointer;font-size:12px;color:#333;transition:background-color .2s}.client-search-nav-btn:hover{background:#00000026}.client-search-clear{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;background:transparent;cursor:pointer;padding:0;color:#666;flex-shrink:0}.client-search-clear:hover{color:#333}@media (max-width: 480px){.client-chat-search-toolbar{padding:12px}}@media (max-width: 375px){.client-chat-search-toolbar{padding:12px 8px}}.loading-container,.error-container,.policy-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:24px;text-align:center;overflow-y:auto;-webkit-overflow-scrolling:touch}.loading-container p{font-family:Inter,sans-serif;font-size:16px;color:#fffc;margin:0}.error-container .error-message{font-family:Inter,sans-serif;font-size:16px;color:#ffe5e5;margin:0;max-width:400px;line-height:1.5}.policy-container{gap:24px;max-width:500px;margin:0 auto;min-height:100%;box-sizing:border-box}.policy-message{background-color:#fffffff2;border-radius:12px;padding:20px 24px;text-align:left;font-family:Inter,sans-serif;font-size:15px;line-height:1.6;color:#011627;width:100%;box-sizing:border-box}.policy-message p{margin:0 0 12px}.policy-message p:last-child{margin-bottom:0}.policy-message strong{font-weight:600}.policy-message em{font-style:italic}.policy-message a{color:#1976d2;text-decoration:underline}.policy-message a:hover{color:#1565c0}.policy-message ul,.policy-message ol{margin:12px 0;padding-left:24px}.policy-message li{margin:6px 0}.policy-message code{background-color:#0000000f;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.policy-message blockquote{border-left:3px solid #1976d2;padding-left:16px;margin:12px 0;font-style:italic;color:#666}.policy-message h1,.policy-message h2,.policy-message h3,.policy-message h4,.policy-message h5,.policy-message h6{margin:16px 0 12px;font-weight:600;line-height:1.3;color:#011627}.policy-message h1{font-size:1.4em}.policy-message h2{font-size:1.25em}.policy-message h3{font-size:1.1em}.policy-message h4,.policy-message h5,.policy-message h6{font-size:1em}.accept-policy-button{background-color:#fff;color:#014b69;border:none;border-radius:12px;padding:14px 32px;font-family:Inter,sans-serif;font-weight:600;font-size:16px;cursor:pointer;transition:opacity .2s;width:100%;box-sizing:border-box}.accept-policy-button:hover{opacity:.9}.accept-policy-button:active{opacity:.8}.client-chat-page .chat-state-container{flex:1;overflow:hidden;display:flex;flex-direction:column}.client-chat-page .chat-messages-list{flex:1;display:flex;flex-direction:column;gap:16px;padding:24px 16px calc(12px + var(--keyboard-offset) + env(safe-area-inset-bottom)) 16px;scroll-padding-bottom:calc(12px + var(--keyboard-offset) + env(safe-area-inset-bottom));overflow-y:auto;overflow-x:hidden;background-color:#014b69}.client-chat-page .chat-messages-list:before{content:"";flex:1 0 0;min-height:0}.client-chat-page .message-date-separator{display:flex;justify-content:center;align-items:center;width:100%;margin:8px 0}.client-chat-page .message-date-separator span{background-color:#3d70b899;border-radius:12px;padding:4px 12px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff}.client-chat-page .chat-message-other{display:flex;justify-content:flex-start;width:100%;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}.client-chat-page .chat-message-own{display:flex;justify-content:flex-end;width:100%;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}.client-chat-page .chat-message-content{display:flex;flex-direction:column;width:100%;align-items:flex-end}.client-chat-page .chat-message-other .chat-message-content{align-items:flex-start}.client-chat-page .chat-message.system-message{display:flex;flex-direction:column;align-items:center;width:100%;animation:messageFadeSlideIn .2s ease-out;will-change:transform,opacity}@keyframes messageFadeSlideIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.client-chat-page .chat-message-other,.client-chat-page .chat-message-own,.client-chat-page .chat-message.system-message{animation:none}}.client-chat-page .chat-message.system-message .chat-message-bubble{background-color:#3d70b833;max-width:85%;align-items:center}.client-chat-page .chat-message.system-message .chat-message-text{color:#fff;text-align:center;width:100%}.client-chat-page .chat-message.system-message .chat-message-text p{margin:0 0 8px}.client-chat-page .chat-message.system-message .chat-message-text p:last-child{margin-bottom:0}.client-chat-page .chat-message.system-message .chat-message-text strong{font-weight:600}.client-chat-page .chat-message.system-message .chat-message-text em{font-style:italic}.client-chat-page .chat-message.system-message .chat-message-text a{color:#8babd8;text-decoration:underline}.client-chat-page .chat-message.system-message .chat-message-text ul,.client-chat-page .chat-message.system-message .chat-message-text ol{margin:8px 0;padding-left:20px}.client-chat-page .chat-message.system-message .chat-message-text li{margin:4px 0}.client-chat-page .chat-message.system-message .chat-message-bubble-with-button{display:flex;flex-direction:column;align-items:center;max-width:85%;gap:8px}.client-chat-page .chat-message.system-message .chat-message-text-wrapper{background-color:#fff;border-radius:12px;padding:12px 16px;width:100%;display:flex;flex-direction:column;align-items:flex-end}.client-chat-page .chat-message.system-message .chat-message-text-wrapper .chat-message-text{color:#333;text-align:center;width:100%}.client-chat-page .chat-message.system-message .chat-message-bubble-with-button .system-button-inline-btn{width:100%;background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 16px;font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);box-sizing:border-box}.client-chat-page .chat-message.system-message .chat-message-bubble-with-button .system-button-inline-btn:hover:not(:disabled){opacity:.9}.client-chat-page .chat-message.system-message .chat-message-bubble-with-button .system-button-inline-btn:disabled{cursor:not-allowed;opacity:.6}.client-chat-page .chat-message-bubble{max-width:70%;display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:4px 12px;border-radius:12px;background-color:#fff}.client-chat-page .chat-message-own .chat-message-bubble{background-color:#90b5be}.client-chat-page .chat-message-text{font-family:Inter,sans-serif;font-weight:400;font-size:16px;line-height:1.25;color:#011627;word-wrap:break-word;width:100%;text-align:left;white-space:pre-wrap;word-break:break-word}.client-chat-page .chat-message-own .chat-message-text{color:#fff}.client-chat-page .chat-message-link{color:#014b69;text-decoration:underline;text-underline-offset:2px;word-break:break-all}.client-chat-page .chat-message-own .chat-message-link{color:#fffffff2}.client-chat-page .chat-message-link:hover{color:#01577a}.client-chat-page .chat-message-own .chat-message-link:hover{color:#fff}.client-chat-page .chat-message-time{display:flex;align-items:center;gap:4px}.client-chat-page .chat-message-time span{font-family:Inter,sans-serif;font-weight:400;font-size:12px;line-height:1.33;color:#011627}.client-chat-page .chat-message-own .chat-message-time span{color:#fff}.client-chat-page .chat-loading{display:flex;align-items:center;justify-content:center;flex:1;color:#ffffffbf;font-size:16px}.client-chat-messages{flex:1;overflow-y:auto;padding:18px 20px;display:flex;flex-direction:column;gap:12px;position:relative}.client-chat-messages::-webkit-scrollbar{width:7px}.client-chat-messages::-webkit-scrollbar-track{background:#d9d9d94a;border-radius:3.5px}.client-chat-messages::-webkit-scrollbar-thumb{background:#f5f5f594;border-radius:3.5px}.client-chat-empty{display:flex;align-items:center;justify-content:center;height:100%;color:#fff9;font-size:16px}.client-chat-message{display:flex;width:100%}.client-chat-message.own{justify-content:flex-end}.client-chat-message.other{justify-content:flex-start}.client-chat-message-bubble{max-width:588px;display:flex;flex-direction:column;align-items:flex-end;gap:4px;padding:4px 12px;border-radius:12px;background-color:#fff}.client-chat-message.own .client-chat-message-bubble{background-color:#90b5be}.client-chat-message-text{font-size:16px;font-weight:400;line-height:1.25;color:#011627;word-wrap:break-word;width:100%;text-align:left;white-space:pre-wrap;word-break:break-word}.client-chat-message-text strong{font-weight:600}.client-chat-message-text em{font-style:italic}.client-chat-markdown-inline-code{background-color:#0000000d;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.9em}.client-chat-markdown-code-block{background-color:#0000000d;padding:8px 12px;border-radius:6px;overflow-x:auto;margin:8px 0;font-family:Courier New,monospace;font-size:.9em}.client-chat-markdown-code-block code{background:none;padding:0}.client-chat-markdown-list{margin:8px 0;padding-left:20px}.client-chat-markdown-list li{margin:4px 0}.client-chat-markdown-blockquote{border-left:3px solid rgba(0,0,0,.2);padding-left:12px;margin:8px 0;font-style:italic;color:#000000b3}.client-chat-markdown-link{color:#014b69;text-decoration:underline;word-break:break-word}.client-chat-markdown-link:hover{color:#01577a}.client-chat-markdown-heading{font-weight:600;margin:12px 0 8px;line-height:1.2}.client-chat-markdown-h1{font-size:1.5em}.client-chat-markdown-h2{font-size:1.3em}.client-chat-markdown-h3{font-size:1.15em}.client-chat-markdown-h4,.client-chat-markdown-h5,.client-chat-markdown-h6{font-size:1em}.client-chat-message.own .client-chat-markdown-inline-code{background-color:#fff3}.client-chat-message.own .client-chat-markdown-code-block{background-color:#ffffff26}.client-chat-message.own .client-chat-markdown-blockquote{border-left-color:#fff6;color:#ffffffe6}.client-chat-message.own .client-chat-markdown-link{color:#ffffffe6}.client-chat-message.own .client-chat-markdown-link:hover,.client-chat-message.own .client-chat-message-text{color:#fff}.client-chat-message-time{font-size:12px;font-weight:400;line-height:1.33;color:#011627;display:flex;align-items:center;gap:4px}.client-chat-message.own .client-chat-message-time{color:#fff}.client-chat-end-consultation-button-wrapper{display:flex;justify-content:flex-start;margin-top:8px;padding-left:0;max-width:588px}.client-chat-end-consultation-button{background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 39px;font-family:Roboto,sans-serif;font-weight:400;font-size:13px;line-height:1.3846153846153846em;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);width:100%;height:34px;box-sizing:border-box;display:flex;align-items:center;justify-content:center}.client-chat-end-consultation-button:hover:not(:disabled){opacity:.9}.client-chat-end-consultation-button-disabled{cursor:not-allowed;opacity:.6}.client-chat-rating-wrapper{padding:20px;display:flex;flex-direction:column;gap:16px}.client-chat-rating-buttons{display:flex;gap:8px;flex-wrap:wrap}.client-chat-rating-button{background-color:#fafafa29;border:none;border-radius:6px;padding:7.5px 39px;font-family:Roboto,sans-serif;font-weight:400;font-size:13px;line-height:1.3846153846153846em;color:#fff;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;-webkit-backdrop-filter:blur(16.8px);backdrop-filter:blur(16.8px);height:34px;box-sizing:border-box;display:flex;align-items:center;justify-content:center;min-width:114px}.client-chat-rating-button:hover{opacity:.9}.client-chat-page .composer-area{padding:12px 16px calc(16px + env(safe-area-inset-bottom)) 16px;background-color:#014b69;transform:translateY(calc(-1 * var(--keyboard-offset)));will-change:transform}.client-chat-page .composer-area-input-bar{display:flex;align-items:center;gap:16px;padding:8px 16px;background-color:#fff;border-radius:12px;min-height:40px;box-sizing:border-box}.client-chat-input-wrapper{padding:0 20px 20px}.client-chat-input{display:flex;align-items:center;gap:16px;padding:8px 16px;background-color:#fff;border-radius:12px;max-width:850px;min-height:56px}.client-chat-emoji-button{width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.client-chat-emoji-button img{width:24px;height:24px}.client-chat-input-field{flex:1;border:none;outline:none;font-family:Inter,sans-serif;font-size:16px;font-weight:400;line-height:1.25;color:#011627;resize:none;min-height:20px;max-height:112px;overflow-y:auto;background:transparent}.client-chat-input-field::placeholder{color:#707991}.client-chat-input-field:disabled{color:#999;cursor:not-allowed}.client-chat-send-button{width:24px;height:24px;padding:0;background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s}.client-chat-send-button img{width:24px;height:24px}.client-chat-send-button:hover:not(:disabled){opacity:.7}.client-chat-send-button:disabled{opacity:.3;cursor:not-allowed}.client-chat-blocked{margin-top:8px;padding:8px 12px;background-color:#ffe5e5f2;color:#e45e5e;text-align:center;font-size:13px;font-weight:500;border-radius:8px}.client-chat-policy-button-wrapper{padding:12px 20px;display:flex;justify-content:center;margin-top:8px}.client-chat-policy-button{width:100%;max-width:771px;height:34px;padding:7px 16px;background-color:#fafafa;color:#014b69;border:none;border-radius:6px;font-family:Inter,sans-serif;font-size:13px;font-weight:400;line-height:1em;text-align:center;cursor:pointer;box-shadow:0 4px 10.4px #0000001f;transition:opacity .2s;white-space:normal;word-wrap:break-word}.client-chat-policy-button:hover{opacity:.9}.client-chat-policy-button:active{opacity:.8}.client-chat-loading,.client-chat-error{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;height:100svh;height:100dvh;padding:20px;text-align:center;color:#fff}.client-chat-loading{font-size:16px}.client-chat-error{color:#ffe5e5}.client-chat-error h3{margin:0 0 12px;font-size:20px;font-weight:600}.client-chat-error p{margin:0;font-size:14px}@media (max-width: 768px){.client-chat-page{height:100svh;height:100dvh;min-height:100svh;min-height:100dvh;overflow:hidden}.policy-container{justify-content:flex-start;padding:16px;min-height:100svh;min-height:100dvh;overflow-y:auto;-webkit-overflow-scrolling:touch}.policy-message{padding:16px 20px;font-size:14px}.accept-policy-button{font-size:14px;padding:12px 24px;white-space:normal;word-wrap:break-word}.client-chat-page .chat-messages-list{padding:16px 12px calc(16px + var(--keyboard-offset) + env(safe-area-inset-bottom)) 12px;scroll-padding-bottom:calc(16px + var(--keyboard-offset) + env(safe-area-inset-bottom));gap:12px}.client-chat-page .chat-message-bubble{max-width:85%}.client-chat-page .composer-area{padding:16px 12px calc(16px + env(safe-area-inset-bottom)) 12px}.client-chat-page .chat-scroll-to-bottom-button{right:12px;bottom:calc(104px + env(safe-area-inset-bottom))}.client-chat-page .composer-area-input-bar{padding:6px 12px;gap:12px}.client-chat-page .chat-message-text{font-size:15px}}@media (max-width: 375px){.client-chat-page .chat-messages-list{padding:12px 8px calc(12px + var(--keyboard-offset) + env(safe-area-inset-bottom)) 8px;scroll-padding-bottom:calc(12px + var(--keyboard-offset) + env(safe-area-inset-bottom));gap:10px}.client-chat-page .chat-message-bubble{max-width:90%;padding:4px 10px}.client-chat-page .composer-area{padding:12px 8px calc(8px + env(safe-area-inset-bottom)) 8px}.client-chat-page .chat-scroll-to-bottom-button{right:8px;bottom:calc(96px + env(safe-area-inset-bottom))}.client-chat-page .composer-area-input-bar{padding:6px 10px;gap:10px}}@media (max-width: 767px){.client-chat-page{padding-bottom:0;box-sizing:border-box}}@media (display-mode: standalone){.client-chat-page{padding-top:env(safe-area-inset-top);padding-bottom:env(safe-area-inset-bottom)}}.client-chat-page[data-telegram-theme=dark]{background:#1a1a1a}.client-chat-page[data-telegram-theme=dark] .chat-messages-list{background-color:#1a1a1a}.client-chat-page[data-telegram-theme=dark] .chat-message-bubble{background-color:#2a2a2a}.client-chat-page[data-telegram-theme=dark] .chat-message-own .chat-message-bubble{background-color:#4a6b74}.client-chat-page[data-telegram-theme=dark] .chat-message-text{color:#fff}.client-chat-page[data-telegram-theme=dark] .chat-message-time span{color:#ffffffb3}.client-chat-page[data-telegram-theme=dark] .composer-area{background-color:#1a1a1a}.client-chat-page[data-telegram-theme=dark] .composer-area-input-bar{background-color:#2a2a2a}.client-chat-page[data-telegram-theme=dark] .composer-input,.client-chat-page[data-telegram-theme=dark] .composer-area-input{color:#fff}.client-chat-page[data-telegram-theme=dark] .composer-input::placeholder,.client-chat-page[data-telegram-theme=dark] .composer-area-input::placeholder{color:#999}.client-chat-messages{scroll-behavior:smooth}.client-chat-message{will-change:transform;transform:translateZ(0)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.client-chat-message{animation:fadeInUp .3s ease-out}@media (min-width: 769px){.client-chat-page{width:100%;margin:0}.client-chat-page .chat-messages-list{padding:24px 40px calc(24px + env(safe-area-inset-bottom)) 40px;scroll-padding-bottom:calc(24px + env(safe-area-inset-bottom));gap:16px}.client-chat-page .chat-message-bubble{max-width:60%;padding:6px 14px}.client-chat-page .composer-area{padding:24px 40px}.client-chat-page .composer-area-input-bar{padding:10px 20px;gap:20px}.client-chat-page .chat-messages-list::-webkit-scrollbar{width:10px}.client-chat-page .chat-messages-list::-webkit-scrollbar-track{background:#d9d9d959;border-radius:5px}.client-chat-page .chat-messages-list::-webkit-scrollbar-thumb{background:#f5f5f5b3;border-radius:5px}.client-chat-page .chat-messages-list::-webkit-scrollbar-thumb:hover{background:#f5f5f5e6}}@media (min-width: 1400px){.client-chat-page{--composer-offset: 100px}.client-chat-page .chat-messages-list{padding:30px 60px calc(30px + env(safe-area-inset-bottom)) 60px;scroll-padding-bottom:calc(30px + env(safe-area-inset-bottom))}.client-chat-page .chat-message-bubble{max-width:55%}.client-chat-page .composer-area{padding:30px 60px}}@media (min-width: 1920px){.client-chat-page{--composer-offset: 120px}.client-chat-page .chat-messages-list{padding:40px 80px calc(40px + env(safe-area-inset-bottom)) 80px;scroll-padding-bottom:calc(40px + env(safe-area-inset-bottom))}.client-chat-page .chat-message-bubble{max-width:50%}.client-chat-page .composer-area{padding:40px 80px}}html,.app{color-scheme:light}.app{width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;background-color:#fff}.loading{width:100%;min-height:100vh;min-height:100svh;min-height:100dvh;display:flex;justify-content:center;align-items:center;font-family:Inter,sans-serif;font-weight:400;font-size:16px;color:#666}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}input,textarea{caret-color:currentColor}#root{width:100%;min-height:100vh;min-height:100svh;min-height:100dvh}.text-inter{font-family:Inter,sans-serif}.text-primary{color:#014b69}.text-secondary{color:#707991}.text-black{color:#000}.text-white{color:#fff}.font-regular{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.bg-white{background-color:#fff}.bg-transparent{background-color:transparent}.border-light{border:1px solid #EFF0F6}.border-none{border:none}.border-radius-none{border-radius:0}.border-radius-8{border-radius:8px}.border-radius-12{border-radius:12px}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.items-center{align-items:center}.items-baseline{align-items:baseline}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.gap-8{gap:8px}.gap-10{gap:10px}.gap-12{gap:12px}.p-11-13{padding:11px 13px}.p-12-13{padding:12px 13px}.p-14-13{padding:14px 13px}.p-16-12{padding:16px 12px}.w-full{width:100%}.h-full{height:100%}.content-block{background-color:#fff;border:1px solid #EFF0F6;border-radius:0}.content-block-padding{padding:11px 13px}.block-title-base{font-family:Inter,sans-serif;font-weight:700;font-size:15px;line-height:1.21em;color:#014b69}.text-secondary-base{font-family:Inter,sans-serif;font-weight:500;font-size:14px;line-height:1.21em;color:#707991}.value-text{font-family:Inter,sans-serif;font-weight:700;font-size:16px;line-height:1.875em;color:#000}.btn-base{border:none;cursor:pointer;font-family:Inter,sans-serif;display:flex;align-items:center;justify-content:center}.scroll-smooth{overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}input:invalid:not(:focus):not(:placeholder-shown),textarea:invalid:not(:focus):not(:placeholder-shown){border-color:#e0e0e0}input:invalid:not(:focus):not(:placeholder-shown)+.error-message,textarea:invalid:not(:focus):not(:placeholder-shown)+.error-message{display:block}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-ext-400-normal-BQZuk6qB.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-400-normal-DQukG94-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-cyrillic-400-normal-obahsSVq.woff2) format("woff2"),url(/assets/inter-cyrillic-400-normal-HOLc17fK.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-ext-400-normal-DGGRlc-M.woff2) format("woff2"),url(/assets/inter-greek-ext-400-normal-KugGGMne.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-greek-400-normal-B4URO6DV.woff2) format("woff2"),url(/assets/inter-greek-400-normal-q2sYcFCs.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-vietnamese-400-normal-DMkecbls.woff2) format("woff2"),url(/assets/inter-vietnamese-400-normal-Bbgyi5SW.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-ext-400-normal-C1nco2VV.woff2) format("woff2"),url(/assets/inter-latin-ext-400-normal-77YHD8bZ.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/inter-latin-400-normal-C38fXH4l.woff2) format("woff2"),url(/assets/inter-latin-400-normal-CyCys3Eg.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-ext-500-normal-B0yAr1jD.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-500-normal-BmqWE9Dz.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-cyrillic-500-normal-BasfLYem.woff2) format("woff2"),url(/assets/inter-cyrillic-500-normal-CxZf_p3X.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-ext-500-normal-C4iEst2y.woff2) format("woff2"),url(/assets/inter-greek-ext-500-normal-2j5mBUwD.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-greek-500-normal-BIZE56-Y.woff2) format("woff2"),url(/assets/inter-greek-500-normal-Xzm54t5V.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-vietnamese-500-normal-DOriooB6.woff2) format("woff2"),url(/assets/inter-vietnamese-500-normal-mJboJaSs.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-ext-500-normal-CV4jyFjo.woff2) format("woff2"),url(/assets/inter-latin-ext-500-normal-BxGbmqWO.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/inter-latin-500-normal-Cerq10X2.woff2) format("woff2"),url(/assets/inter-latin-500-normal-BL9OpVg8.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-ext-600-normal-Dfes3d0z.woff2) format("woff2"),url(/assets/inter-cyrillic-ext-600-normal-Bcila6Z-.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-cyrillic-600-normal-CWCymEST.woff2) format("woff2"),url(/assets/inter-cyrillic-600-normal-4D_pXhcN.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-ext-600-normal-DRtmH8MT.woff2) format("woff2"),url(/assets/inter-greek-ext-600-normal-B8X0CLgF.woff) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-greek-600-normal-plRanbMR.woff2) format("woff2"),url(/assets/inter-greek-600-normal-BZpKdvQh.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-vietnamese-600-normal-Cc8MFFhd.woff2) format("woff2"),url(/assets/inter-vietnamese-600-normal-BuLX-rYi.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-ext-600-normal-D2bJ5OIk.woff2) format("woff2"),url(/assets/inter-latin-ext-600-normal-CIVaiw4L.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(/assets/inter-latin-600-normal-LgqL8muc.woff2) format("woff2"),url(/assets/inter-latin-600-normal-CiBQ2DWP.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-ext-400-normal-qHufge6k.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-400-normal-CaK1767H.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-cyrillic-400-normal-CBPI_iaY.woff2) format("woff2"),url(/assets/roboto-cyrillic-400-normal-Bjg-1-sg.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(data:font/woff2;base64,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) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-greek-400-normal-ai2Z1K3C.woff2) format("woff2"),url(/assets/roboto-greek-400-normal-Bb5mj_fZ.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-math-400-normal-BEFej5gc.woff2) format("woff2"),url(/assets/roboto-math-400-normal-C9RxBKAh.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-symbols-400-normal-CB1Ce4Gk.woff2) format("woff2"),url(/assets/roboto-symbols-400-normal-DLYbZahX.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-vietnamese-400-normal-D2PTxGxD.woff2) format("woff2"),url(/assets/roboto-vietnamese-400-normal-DnpnVwnf.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-ext-400-normal-C3tdtHj3.woff2) format("woff2"),url(/assets/roboto-latin-ext-400-normal-scX0fKtV.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:400;src:url(/assets/roboto-latin-400-normal-BqEyEoaF.woff2) format("woff2"),url(/assets/roboto-latin-400-normal-DyYNIH4P.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-ext-500-normal-BWC_xYeb.woff2) format("woff2"),url(/assets/roboto-cyrillic-ext-500-normal-DqF2hftb.woff) format("woff");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-cyrillic-500-normal-CLao9AfR.woff2) format("woff2"),url(/assets/roboto-cyrillic-500-normal-CBKMylY4.woff) format("woff");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(data:font/woff2;base64,d09GMgABAAAAAA5YABIAAAAAGtwAAA34AAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAGhQbHhw0BmA/U1RBVFoAXgiBfgmfBhEMCoJ0gnQLFAABNgIkAyQEIAWFAAcgDIVOG40ZsxE1bBwMA50XA/wfEughKnuK7YfAQd7oCKWRnZ7rMH3WH3FsBrJK3bzAMeKEykqrc8fNcEo8/9JCPtUOSEZIMgsR4dRmT2A5BPzAKrLVj5KUOQV2SkTvPBPJ/6yZqYewZ4G08FV/WXYY3caAaSeSJyC57ZnkuCeCU6b+3i5POXVqT6iwuVQOw+WiJZ6nd/du+xh4IpEGjG2Z3dGcAqlNjz9FxiQtBwosfI2s0pP64PnlfSgiK6u63puWvyu6zeJKfGytZZLFgy+Pz4NRVSkDrVA18oRwmx9A6j+t+Wbf7ib9WwRVjioKSUrWmLw3mWTfzG5gPk5Spi1ni/kq+XUItp44LR8Qu7MnT2h78nSJ6eEnrpetMSCJfdtw0sGYOIEYTZC1L3siQASZFSxzZBOEkXFtks5dewcYpbPs5XmAxHVd6+FJWaPmz5xM2riZYyZFkyaPaJ0qeBvk3l3XJsmvGGDsM+pBsssJ7SXGKgB6sE00k63u1q9ft/CNs/uY/A9jffsUOchhAP1qIwTkoCHbT9I6ofRJKlBzR7eOl0KYO258q5Qg/xXmjVKHIo8kTDQUistbpSSulUr5FYd8rZjRV1AF7VrKo3V62iisrk2uvSPJ4ci+b3EDDuQo7/d+6uEf3uPvfEwqExKNEAnQ16+eDN63q/4P3m8cJ+b13wD3eZCD5+i77dbF702r3Os8+qx9XuEWe/Mhu8JHO5twlrnkiA12ustZyWznZl3Ieke9v+yg2zXxiQXHELMPuLvWbrLP3vlmr7DVXhfd4v48Jf/pt93YUyXaQD44nD1FSJuV1tux+DbV05LpzyjmsZjlDG+p+Wcec8mrvC9FLGSt7Q466dbZSIzdc++e3btWr1q5YvmytuDSJYsXLSzbbTfrFcvQ1HIxn00n4xFJ4NEezmflNIZnT588Pph492j/m/Fo0H/44P69XrfTbjW//CTfWK9laXO5y3fnG/WaSmFrGmyO3TKsJBzh62DEEmTgTG/oioY2xms2EGgKuD7OZIMY+ApWlQZWzbN6I+4NJo4KWQ2Itowxkqd0iS5rfaBcFt12HXuFnoY0UC/LoL6nMgH6EmYJFgu5NaITVt5s8s85jFjPWLds2M31dclHRO443L0H5U/LqAVKqhrU1G8rH3GFoW7iwOHQtyvWwEIhwB6jCs7z9/XPFMAlESw87TspAz/WuNFDx+2bljIb8r6KD/2cfiI29Vqi6Jiq2fEgSXY8mriqQSHneNK9om7hbrjjU43PMsCe7faUCOGe01Qv6w3deaXXlci9oDtq/11TVqsLeM+Cu3whpcKYxtwiZB2V0ou2hKOnrFQwXeJYbsxud6GE0D2XmXZ65212mGFbtt+OUJEqvV3QfPN44t0CfuGWJZFCQdAbuPJOCbbrt6TfKYRO4uUE6QnB/GeI4lhlgXvkjG9yrDj4NjXeEkGk+FRdQpW6k92hXisSXZaHdtb3gSAAVwevGQWKqa+GjBz/qqCNd9/aN+o1AvTJ8VyzTy1vyWmBEctpbeXzYGWg0fDq4/zKTkDRKbkZuCw0jjtwX7lPw64Hm66ivCmSKpdR4gfBO4mGzxKOn2U31I2E/coWNsr8DrJyhzruprrproBbCtx9/RcXXNB7L2SDp0SQvjvShz6CSwhH6HJHJx0djfHvZfUaFQke2Ea91hskeWj7Bw4FnEoSGrR56fNYxsteDaPZCPnaaqPhpeoKkuJWLIPKL7xQyUy8sYsjzSADaAgw4tRMJnLfZDxxkv8845FLckvWqIyaSq9lrvTzyka9ljlQTctrkkxqYaZbysNgz4rVNPAUeWFwuA94FPhQ2RANd5sUZQ83ST8XMxXBIM6EyqEzNPOcN5YBfTf3aUFcQ1A0sFwarmLSiAP3BaQ4Sh3PVRNOC9CcEMlIyo8y2Nc49JatXcTrlIRzvsIFocBpQYtNkngtIwjY8Yeg0z2Q3FQbD20vyqjLDsQKrZ2PY6u2DROwOgPCpHq89il4CoGBu2x07JgqHcYBRout6tuE4eiJIxtlot6Anzmr4KoT983ZIITv8r4HaDvfqOkCRg6gJbAU2ajQLEgQjLB2irgTp5bjHBzaDNhIHqWheIg0btIFGy8zhD/JeasripGFX2qUVCNhKVgY9qRJ+LLMvoYnuYJuuR8sG8qpSd1djhohR6hOKPurlmP2/QgdAhwljmxaWv0MmwtdJ1ZgiOW+BBg6jLJpF8HEzizouCQgB+yGz8RBd5aBYil3Qi2IMVrDGgLVGOm36ohHGgs6ZZXPXJPfZi9cNqwt8HJIwK88ttClkkU5k/J6Rb171MqBCs+MoEjNRUR1TRQQVc38nfsRJCNgtBoSGbbRVXww7SCBofF+E7RvjKSEei0XMpqex/fuIGoBuJnumNFA0mnUbruRl2a1GufnPVir4oPeExd5J+oyxcuZKecebMFuOJOMVlZxS1TuGpWDfYy6A2cMm1VNOLRnJExY2bAvfOnZsLtCYHYEZU1WTZiUgHcU4HZWWKkIOCsgqFBL8CsKsfjSDfy7JupWke0L0nPy7S0pWTbC7Oc53neAS/oaTQ6BxEnai2vLgLFb1kv+Glg0vOlWbYmY8glZ/AZF503lQ4eA8RxYsFSicPw1yTMQ1hoErzOgkiBWpNNw7RUudlKtC10MF7Rz11OkeW0kLG/VtLQzS23uHhd/AymX4TxtqfDP5kcL6DfPHpU3M3bGRFnXVdgkOdfrv4c3Qs4qWK056W6r6P3uUkI6Aht9cUsWqYE+ykX2UzUhh0c1Q242YYMtAo0rf6EJWKfYD0OJFdKPfchaJaacsL/T2C3pZY9UyqG44tPAD17FytIqGj597hqg5RI2fwMobXkNyla7lBfEC/JB4MnWaxLWNuqAaxS9fZY9XdouE0FOic1pIst9GI5alQyCvU7A8Mv/684JNM5xzQmgKMvfg1/7IO05sfJpYTu9238cPXa/kLfs/1Cxg1VDA1n/+0SLYpx3n9jdW/5Fa/CuEqP5iV5E6MzYrIa65UgVuMVCZyVEQsVq7uAleG+a3nCf+DmjieOcsmvq2iFQxEcXH8ERNO6avuyBXxW/+vE3RUMLxsbClO/R9cJvABu+7ExrzfhtTLByYobvLgm8ZEFia0F6I2iPw4KNyRuzcFh1yv+WRZGOJLBU8Jy/N/6IVfCUfzBUjMH02EmfAqi4/6GXQKeqHkN17bsSMQDCqao2fn+mIAMftTIStv6FFFmr4vkfNm13/AHfiVpRntlr8Uc07Ay+JQE6teFfcwnAG4OwbD8uizLPhgX88SO3SeBgpwbt093eXmUoLCyv7JIN8ePHqc8cBgSUYgeKKCACqFMrZFg7SoHWwxPeeWdl4ye1I5s/hLzr+Ye8wszCeXGwAP2wCwn+V18NW/f662+LtL3zxhvh61977a3AE7xuWSZ49ZgEwZe14A2rXyjN4TSOlPB3+bqA5sCanaHL5XKNEaKPHi1bmb2AiX95sqUwsfXqthyjtfahBrxC/5OOceiO94avXvXu8KN3NBonwZU36kfufMqrVhMf4vCdg/W/f30WVN3dtGS5PWhQmx33Vd+9oE+tvqcl2AaBv7cbrPor/r1bVyR8e/1TiR9dt/TPyZlAx8IRu3p361vcvCFumyKMrogP83/LA0H8P9n71hhlvG77i82MWG2m6Z9JeXldbH1N7e2GEelTykd1fXXMc3XV87e/Q1NVsRA3mPKGBgTQtDfuSn7tDIu+9jcr3QLg0R/3CsBnG9NaC/qNHtLqCnKAb/L/W2A8pfBxTmSRzeHXNjCaLvkPJozljNHSGV0X0lr0/pYVmFyLjiKGavZBfR49G4UA0dxNQ3Q/cHMSYkZI4++MIopvMxo13Nus82UMitjFJpdelInicrpmYojgao5tqao5pJAwCrjY0ilcYumI5koZrrM3Qw9aGcFkbozUUzKILY7Ad02ao0zpyE0j9TGcUHF/MctytnHXA0NSuOILNCvVyfM8PjAzNI8ipg3CMt20Un8rrqVVEbiYM6XXpA6L0dXF1TQMbAhrr6xvNVJsSOrzUkNsmp0s49n1Ex0U78KY9tmwfIvyiGyXNafF5FEY9KfDplGdR6zuydQ8WK/puS0Xxoj9VMORXJbVbdxTqykFY55fKyYGHmSaa6UsUz07sGnat2skHmVLgpG+J7p7Osf/4IT94/3d9ydsHzc2L6xfB1ptr+wNzI2DvlKgLljusDj/5yfMjiamR+5Pjg8xPhRodHwgcgViAD44fzjLg27/C/sNeu2m23B0CrTLRatCs141MtQT1CJUw38lQDm8lTwUHRQsH+WtAuV0E1kNGX2TNpAyF0kFCSlDcXkTkxCVRUSkDIUFhBgEGYUABz+n4AN46ZWHgpuA6wcctmvbbXpkNbxbjBTMxhRMRi4yGq50Wjc0agoqZRQyqRuizyehQIwEkOrTU1sK0uKy84201Ja8VI/nXJedc2VKUkt2SmV2VrJHkrwlyZedXp+a0ZzSkJTRnHZxk/9zElOvTzrVFF8b58TWxjhxbowb2RDhGA26E+HqbrY+TFfR+lL9B12LHhrlhDeEOb4G05FanCg3zDXdpaZUm/3MaaZ2gznMXGpquNVINdP4Ac3fYDlag3IsV7nZaphS0Wqp+kFpmm0bcqdsCQXKe93p87K9Qv7+zSFZEyoclb6qPaApZK4J4TQ1N7aLbHJXbtxIZsdeoS2DGm/WuD+S265UpwGN7bq2yZ3VSjnl5eUv9NXZlF8oSaLENcuJnkquoykHD/kWobEqo4ySnL/L4NL/SaUA) format("woff2"),url(data:font/woff;base64,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) format("woff");unicode-range:U+1F00-1FFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-greek-500-normal-C9AnhcmC.woff2) format("woff2"),url(/assets/roboto-greek-500-normal-oCqhoyfc.woff) format("woff");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-math-500-normal-C4NU9gLX.woff2) format("woff2"),url(/assets/roboto-math-500-normal-C-7mKPO3.woff) format("woff");unicode-range:U+0302-0303,U+0305,U+0307-0308,U+0310,U+0312,U+0315,U+031A,U+0326-0327,U+032C,U+032F-0330,U+0332-0333,U+0338,U+033A,U+0346,U+034D,U+0391-03A1,U+03A3-03A9,U+03B1-03C9,U+03D1,U+03D5-03D6,U+03F0-03F1,U+03F4-03F5,U+2016-2017,U+2034-2038,U+203C,U+2040,U+2043,U+2047,U+2050,U+2057,U+205F,U+2070-2071,U+2074-208E,U+2090-209C,U+20D0-20DC,U+20E1,U+20E5-20EF,U+2100-2112,U+2114-2115,U+2117-2121,U+2123-214F,U+2190,U+2192,U+2194-21AE,U+21B0-21E5,U+21F1-21F2,U+21F4-2211,U+2213-2214,U+2216-22FF,U+2308-230B,U+2310,U+2319,U+231C-2321,U+2336-237A,U+237C,U+2395,U+239B-23B7,U+23D0,U+23DC-23E1,U+2474-2475,U+25AF,U+25B3,U+25B7,U+25BD,U+25C1,U+25CA,U+25CC,U+25FB,U+266D-266F,U+27C0-27FF,U+2900-2AFF,U+2B0E-2B11,U+2B30-2B4C,U+2BFE,U+3030,U+FF5B,U+FF5D,U+1D400-1D7FF,U+1EE00-1EEFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-symbols-500-normal-B_CZKVJS.woff2) format("woff2"),url(/assets/roboto-symbols-500-normal-F7c8nfcH.woff) format("woff");unicode-range:U+0001-000C,U+000E-001F,U+007F-009F,U+20DD-20E0,U+20E2-20E4,U+2150-218F,U+2190,U+2192,U+2194-2199,U+21AF,U+21E6-21F0,U+21F3,U+2218-2219,U+2299,U+22C4-22C6,U+2300-243F,U+2440-244A,U+2460-24FF,U+25A0-27BF,U+2800-28FF,U+2921-2922,U+2981,U+29BF,U+29EB,U+2B00-2BFF,U+4DC0-4DFF,U+FFF9-FFFB,U+10140-1018E,U+10190-1019C,U+101A0,U+101D0-101FD,U+102E0-102FB,U+10E60-10E7E,U+1D2C0-1D2D3,U+1D2E0-1D37F,U+1F000-1F0FF,U+1F100-1F1AD,U+1F1E6-1F1FF,U+1F30D-1F30F,U+1F315,U+1F31C,U+1F31E,U+1F320-1F32C,U+1F336,U+1F378,U+1F37D,U+1F382,U+1F393-1F39F,U+1F3A7-1F3A8,U+1F3AC-1F3AF,U+1F3C2,U+1F3C4-1F3C6,U+1F3CA-1F3CE,U+1F3D4-1F3E0,U+1F3ED,U+1F3F1-1F3F3,U+1F3F5-1F3F7,U+1F408,U+1F415,U+1F41F,U+1F426,U+1F43F,U+1F441-1F442,U+1F444,U+1F446-1F449,U+1F44C-1F44E,U+1F453,U+1F46A,U+1F47D,U+1F4A3,U+1F4B0,U+1F4B3,U+1F4B9,U+1F4BB,U+1F4BF,U+1F4C8-1F4CB,U+1F4D6,U+1F4DA,U+1F4DF,U+1F4E3-1F4E6,U+1F4EA-1F4ED,U+1F4F7,U+1F4F9-1F4FB,U+1F4FD-1F4FE,U+1F503,U+1F507-1F50B,U+1F50D,U+1F512-1F513,U+1F53E-1F54A,U+1F54F-1F5FA,U+1F610,U+1F650-1F67F,U+1F687,U+1F68D,U+1F691,U+1F694,U+1F698,U+1F6AD,U+1F6B2,U+1F6B9-1F6BA,U+1F6BC,U+1F6C6-1F6CF,U+1F6D3-1F6D7,U+1F6E0-1F6EA,U+1F6F0-1F6F3,U+1F6F7-1F6FC,U+1F700-1F7FF,U+1F800-1F80B,U+1F810-1F847,U+1F850-1F859,U+1F860-1F887,U+1F890-1F8AD,U+1F8B0-1F8BB,U+1F8C0-1F8C1,U+1F900-1F90B,U+1F93B,U+1F946,U+1F984,U+1F996,U+1F9E9,U+1FA00-1FA6F,U+1FA70-1FA7C,U+1FA80-1FA89,U+1FA8F-1FAC6,U+1FACE-1FADC,U+1FADF-1FAE9,U+1FAF0-1FAF8,U+1FB00-1FBFF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-vietnamese-500-normal-B3ncpOoB.woff2) format("woff2"),url(/assets/roboto-vietnamese-500-normal-D380IkQ8.woff) format("woff");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-ext-500-normal-pMCM9Ixg.woff2) format("woff2"),url(/assets/roboto-latin-ext-500-normal-Cyc0AKLz.woff) format("woff");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Roboto;font-style:normal;font-display:swap;font-weight:500;src:url(/assets/roboto-latin-500-normal-7RbcRiD8.woff2) format("woff2"),url(/assets/roboto-latin-500-normal-DQZyH_nt.woff) format("woff");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}
