.StatusModal_overlay__GxMEi{position:fixed;inset:0;z-index:1000;display:flex;align-items:center;justify-content:center;padding:16px;background-color:var(--bg-secondary-40);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:StatusModal_fadeIn__hOiDa .18s ease-out}.StatusModal_modal__zveT8{position:relative;width:100%;max-width:420px;background-color:var(--bg-primary);border:1px solid var(--border-primary);border-radius:16px;box-shadow:var(--shadow-modal);padding:28px 24px 24px;display:flex;flex-direction:column;gap:20px;animation:StatusModal_slideIn__HfOPl .22s cubic-bezier(.16,1,.3,1)}.StatusModal_closeBtn__weTve{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:none;background:transparent;color:var(--color-gray);cursor:pointer;transition:background-color .15s ease,color .15s ease}.StatusModal_closeBtn__weTve:hover{background-color:var(--bg-secondary-5);color:var(--color-black)}.StatusModal_closeBtn__weTve svg{width:12px;height:12px}.StatusModal_iconWrap__3tGit{width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto}.StatusModal_iconWrap__3tGit svg{width:28px;height:28px}.StatusModal_body__7dWbq{display:flex;flex-direction:column;gap:8px;text-align:center}.StatusModal_bodyNoIcon__hrX2F{text-align:left;align-items:flex-start}.StatusModal_title__YTwRt{font-family:GolosText-SemiBold!important;font-weight:600;font-size:20px;line-height:1.3;color:var(--color-black)}.StatusModal_message__j_UlQ{font-size:14px;line-height:1.5;color:var(--color-gray)}.StatusModal_footer__Xs0P4{display:flex;gap:12px;justify-content:center}.StatusModal_footer__Xs0P4>*{flex:1 1}.StatusModal_modal__zveT8[data-type=info] .StatusModal_iconWrap__3tGit{background-color:var(--color-info-bg);color:var(--color-info)}.StatusModal_modal__zveT8[data-type=success] .StatusModal_iconWrap__3tGit{background-color:var(--color-success-bg);color:var(--color-success)}.StatusModal_modal__zveT8[data-type=warn] .StatusModal_iconWrap__3tGit{background-color:var(--color-warn-bg);color:var(--color-warn)}.StatusModal_modal__zveT8[data-type=error] .StatusModal_iconWrap__3tGit{background-color:var(--color-error-bg);color:var(--color-error)}.StatusModal_errorList__WWDX_{list-style:disc;margin:0;display:flex;flex-direction:column;gap:4px;font-size:13px;line-height:1.5;color:var(--color-gray);background-color:var(--bg-secondary-5);border-radius:8px;padding:12px 16px 12px 32px}@keyframes StatusModal_fadeIn__hOiDa{0%{opacity:0}to{opacity:1}}@keyframes StatusModal_slideIn__HfOPl{0%{opacity:0;transform:translateY(8px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.AssistantModal_content__HpThm{display:flex;flex-direction:column;align-items:center;gap:16px}.AssistantModal_avatarWrap__FY6pH{position:relative;width:140px;height:140px;display:flex;align-items:center;justify-content:center}.AssistantModal_avatar__ui1BZ{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary-light),var(--color-primary-dark));padding:4px;display:flex;align-items:center;justify-content:center;box-shadow:0 8px 24px rgba(42,86,151,.3);z-index:2}.AssistantModal_avatar__ui1BZ svg{width:100%;height:100%;border-radius:50%}.AssistantModal_pulse__WFNHn{position:absolute;top:50%;left:50%;width:96px;height:96px;margin:-48px 0 0 -48px;border-radius:50%;border:2px solid var(--color-primary-light);opacity:0;animation:AssistantModal_pulse__WFNHn 2.4s ease-out infinite}.AssistantModal_pulse__WFNHn:nth-of-type(2){animation-delay:.8s}.AssistantModal_pulse__WFNHn:nth-of-type(3){animation-delay:1.6s}.AssistantModal_sparkle__XtaLM{position:absolute;top:8px;right:18px;width:22px;height:22px;color:var(--color-primary-light);filter:drop-shadow(0 0 6px var(--color-primary-light));animation:AssistantModal_twinkle__nIanx 1.6s ease-in-out infinite;z-index:3}.AssistantModal_title__UUmuA{display:inline-flex;align-items:baseline;gap:4px;font-family:GolosText-SemiBold!important;font-weight:600;font-size:22px;color:var(--color-black)}.AssistantModal_dots__TuAEZ{display:inline-flex;gap:3px}.AssistantModal_dots__TuAEZ span{width:4px;height:4px;border-radius:50%;background-color:var(--color-primary);animation:AssistantModal_bounce__0Shlz 1.2s ease-in-out infinite}.AssistantModal_dots__TuAEZ span:nth-child(2){animation-delay:.2s}.AssistantModal_dots__TuAEZ span:nth-child(3){animation-delay:.4s}.AssistantModal_message__hdN1Y{font-size:14px;line-height:1.5;color:var(--color-gray);text-align:center}.AssistantModal_waveform__DHN_P{display:flex;align-items:center;justify-content:center;gap:3px;height:36px;margin-top:4px}.AssistantModal_waveform__DHN_P span{width:3px;border-radius:2px;background-color:var(--color-primary);animation:AssistantModal_wave__gMq7B 1s ease-in-out infinite;height:12px}@keyframes AssistantModal_pulse__WFNHn{0%{opacity:.6;transform:scale(1)}to{opacity:0;transform:scale(1.6)}}@keyframes AssistantModal_bounce__0Shlz{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-3px);opacity:1}}@keyframes AssistantModal_wave__gMq7B{0%,to{height:6px;opacity:.5}50%{height:28px;opacity:1}}@keyframes AssistantModal_twinkle__nIanx{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.1)}}.CustomRangePicker_custom_datepicker__ZkZJG{display:flex;align-items:center;gap:16px}.CustomRangePicker_custom_datepicker__ZkZJG .CustomRangePicker_ant-picker__q_WaO{background:#fff;border-radius:4px;border:1px solid red!important;box-shadow:0 4px 12px rgba(0,0,0,.1);text-align:center;height:36px!important}.CustomRangePicker_custom_datepicker__ZkZJG .CustomRangePicker_ant-picker__q_WaO:hover{border-color:rgba(120,70,243,.4);box-shadow:0 4px 12px rgba(120,70,243,.2)}.CustomRangePicker_custom_datepicker__ZkZJG .CustomRangePicker_ant-picker__q_WaO.CustomRangePicker_ant-picker-focused__4put7,.CustomRangePicker_custom_datepicker__ZkZJG .CustomRangePicker_ant-picker__q_WaO:focus{border-color:var(--accent-blue);box-shadow:0 0 0 2px rgba(120,70,243,.1)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-range-separator{color:var(--bg-secondary-60)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker .ant-picker-input>input{text-align:center;color:var(--bg-secondary-60)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker .ant-picker-input>input:placeholder-shown{text-align:center;line-height:100%}.CustomRangePicker_custom_datepicker__ZkZJG .custom_datepicker .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-clear,.CustomRangePicker_custom_datepicker__ZkZJG .custom_datepicker.ant-picker.ant-picker-range .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-clear{left:84%!important;right:auto!important}.CustomRangePicker_customFooter__EXF0E{display:flex;justify-content:flex-end;padding:12px;border-top:1px solid rgba(120,70,243,.1)}.CustomRangePicker_doneButton__QmlPi{background:var(--accent-blue);color:#fff;border:none;border-radius:6px;padding:1px 8px;font-weight:400;font-size:14px;line-height:22px;letter-spacing:0;text-align:center;cursor:pointer;transition:all .3s ease}.CustomRangePicker_doneButton__QmlPi:hover{background:#8a38f5;box-shadow:0 4px 12px rgba(120,70,243,.2)}.CustomRangePicker_doneButton__QmlPi:active{background:#6739d9;transform:translateY(1px)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .ant-picker-date-panel .ant-picker-content th{color:rgba(0,0,0,.851)!important}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .ant-picker-date-panel .ant-picker-content th .CustomRangePicker_ant-picker-cell-in-view__sbgl_{color:red!important}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty{border-radius:2px;box-shadow:0 14px 24px 0 rgba(0,0,0,.14)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe{border:none;border-radius:2px}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header{border-bottom:1px solid rgba(120,70,243,.1);padding:8px 12px}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-view button{color:#333;font-weight:600}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-view button:hover{color:var(--accent-blue)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-next-btn,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-prev-btn,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-super-next-btn,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-super-prev-btn{color:#969696}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-next-btn:hover,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-prev-btn:hover,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-super-next-btn:hover,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-header-super-prev-btn:hover{color:var(--accent-blue)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_ant-picker-content__peMf7 th{color:red!important;font-weight:600;font-size:12px;padding:8px 0}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner{border-radius:4px;transition:all .2s}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner:hover{background:rgba(120,70,243,.1)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-today .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner:before{border-color:var(--accent-blue)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-selected .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner{background:var(--accent-blue);color:#fff}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-selected .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner:hover{background:var(--accent-blue)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-weekend .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner{color:var(--accent-blue)}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-disabled .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-cell-inner{color:hsla(0,0%,59%,.4);background:transparent}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-footer{border-top:1px solid rgba(120,70,243,.1);padding:12px}.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-footer .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-today-btn,.CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-dropdown .CustomRangePicker_ant-picker-panel-container__lgxty .CustomRangePicker_ant-picker-panel__kZpGe .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-footer .CustomRangePicker_custom_datepicker__ZkZJG .ant-picker-today-btn:hover{color:var(--accent-blue)}.SubHeader_root__5JWpR{display:flex;flex-direction:column;gap:8px}.SubHeader_root_breadcrumbs__PMsuZ{color:var(--bg-secondary-40);font-size:12px}.SubHeader_root_title__VgPWT{font-family:Actor-Regular!important;font-size:32px;color:var(--color-black)}.SubHeader_root_descr__gdkFM{font-family:GolosText-Regular!important;font-size:14px;color:var(--bg-secondary-40)}.GeneralTab_root___MOu6{display:flex;flex-direction:column;gap:16px;width:100%}.GeneralTab_field__GU1d1{display:flex;flex-direction:column;gap:6px}.GeneralTab_switchField__YdPgK{display:flex;align-items:center;justify-content:space-between;gap:12px}.GeneralTab_label__a1lqa{font-size:12px;color:var(--color-gray,#8a8fa8);font-weight:500}.GeneralTab_iconGrid__dvglA{display:flex;flex-wrap:wrap;gap:8px}.GeneralTab_iconOption__TvqBG{width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border-primary,rgba(0,0,0,.12));border-radius:8px;background:var(--color-white,#fff);color:var(--color-gray,#8a8fa8);font-size:13px;font-weight:500;cursor:pointer;padding:0;transition:border-color .15s ease,color .15s ease,background .15s ease}.GeneralTab_iconOption__TvqBG:hover{border-color:var(--color-black);color:var(--color-black)}.GeneralTab_iconOptionSelected__SOZo4{border-color:var(--color-black);background:var(--color-black);color:var(--color-white,#fff)}.GeneralTab_iconOptionSelected__SOZo4:hover{color:var(--color-white,#fff)}.GeneralTab_actions__hjbCM{display:flex;justify-content:flex-end;gap:8px;margin-top:4px}.AccessesTab_root__LNqDT{display:flex;flex-direction:column;gap:16px;min-height:240px}.AccessesTab_actions__Fji_w{display:flex;align-items:center;gap:12px;padding:4px;background-color:var(--bg-secondary-5);border-radius:10px;width:-moz-fit-content;width:fit-content}.AccessesTab_empty__uY1jS{padding:24px 0;text-align:center;color:var(--color-gray,#8a8fa8);font-size:14px}.AdminPanel_root__PXqu_{gap:8px}.AdminPanel_root__PXqu_,.AdminPanel_tabs__cywg6{display:flex;flex-direction:column;flex:1 1;min-height:0}.AdminPanel_tabs__cywg6 .ant-tabs-nav{margin:0}.AdminPanel_tabs__cywg6 .ant-tabs-nav:before{border-bottom:1px solid var(--border-primary,rgba(0,0,0,.08))}.AdminPanel_tabs__cywg6 .ant-tabs-nav-list{gap:8px}.AdminPanel_tabs__cywg6 .ant-tabs-tab{padding:10px 4px!important;margin:0 20px 0 0!important;font-size:14px;font-weight:500}.AdminPanel_tabs__cywg6 .ant-tabs-tab-btn{color:var(--color-gray,#8a8fa8);transition:color .15s ease}.AdminPanel_tabs__cywg6 .ant-tabs-tab:hover .ant-tabs-tab-btn{color:var(--color-black)}.AdminPanel_tabs__cywg6 .ant-tabs-tab-active .ant-tabs-tab-btn{color:var(--color-black)!important;font-weight:600}.AdminPanel_tabs__cywg6 .ant-tabs-ink-bar{background:var(--color-black);height:2px}.AdminPanel_tabs__cywg6 .ant-tabs-content-holder{padding-top:24px}.AdminPanel_tabs__cywg6 .ant-tabs-content,.AdminPanel_tabs__cywg6 .ant-tabs-content-holder,.AdminPanel_tabs__cywg6 .ant-tabs-tabpane-active{flex:1 1;min-height:0;display:flex;flex-direction:column}.DirectoryStructures_root__asX_Q{display:flex;flex-direction:column;gap:8px;min-height:240px}.DirectoryStructures_empty__qu8kF{padding:24px 0;text-align:center;color:var(--color-gray,#8a8fa8);font-size:14px}
/*# sourceMappingURL=78e564c57d81bd3a.css.map*/