:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.os-calendar-page{padding:24px}.os-calendar-page__hint{display:block}.os-calendar-page__filter-label{color:inherit}.os-calendar-decade-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;max-width:480px;margin:0 auto}.os-calendar-decade-year{padding:10px 6px;border-radius:6px;border:1px solid rgba(0,0,0,.06);cursor:pointer;background:var(--ant-color-bg-container, #fff);font-weight:400}.os-calendar-decade-year--selected{background:#1677ff1f;color:#1677ff;font-weight:600}body.dark .os-calendar-page__hint{color:#ffffffbf!important}body.dark .os-calendar-page__filter-label{color:#ffffffd9}body.dark .os-calendar-decade-year{border-color:#ffffff26;background:#1f1f1f;color:#ffffffd9}body.dark .os-calendar-decade-year--selected{background:#1677ff40;color:#69b1ff}body.dark .os-calendar-page .ant-picker-calendar,body.dark .os-calendar-page .ant-picker-calendar-date-value{color:#ffffffd9}.order-service-modal-root .ant-modal-body .ant-upload-wrapper .ant-upload-list{display:flex;flex-wrap:wrap;gap:8px}.order-service-modal-root .ant-modal-body .ant-upload-wrapper .ant-upload-select{margin-inline-end:0;margin-bottom:0}.os-kanban-page{display:flex;flex-direction:column;gap:16px;min-height:calc(100vh - 100px);width:100%}.os-kanban-page-top{display:flex;flex-direction:column;align-items:center;gap:8px;margin-bottom:4px}.os-kanban-page-top__logo img{height:36px;width:auto}.os-kanban-page-top__breadcrumbs{display:flex;justify-content:center;width:100%}.os-kanban-page-top__breadcrumbs>div{margin-bottom:0!important;justify-content:center}.os-kanban-header-bar{display:flex;flex-wrap:wrap;align-items:flex-end;justify-content:space-between;gap:16px;padding:12px 16px;border:1px solid rgba(24,144,255,.35);border-radius:8px;background:var(--dashboard-header-bg, #fff)}.os-kanban-header-bar__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:16px}.os-kanban-header-bar__status{display:inline-flex;align-items:center;gap:8px;margin-left:auto;font-size:14px;color:#000000a6;white-space:nowrap}.os-kanban-header-bar__status-dot{width:8px;height:8px;border-radius:50%;background:#bfbfbf;flex-shrink:0}.os-kanban-header-bar__status--connected .os-kanban-header-bar__status-dot{background:#52c41a}.os-kanban-header-bar__status--connecting .os-kanban-header-bar__status-dot,.os-kanban-header-bar__status--reconnecting .os-kanban-header-bar__status-dot{background:#faad14}.os-kanban-header-bar__status--disconnected .os-kanban-header-bar__status-dot{background:#ff4d4f}.os-kanban-spin{flex:1;min-height:0;width:100%}.os-kanban-spin .ant-spin-container{display:flex;flex-direction:column;flex:1;min-height:0;width:100%;height:100%}.os-kanban-board{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;flex:1;width:100%;min-height:0;align-items:stretch}@media (max-width: 992px){.os-kanban-board{grid-template-columns:1fr}}.os-kanban-column{background:#f5f5f5;border:1px solid #d9d9d9;border-radius:8px;min-height:calc(100vh - 260px);display:flex;flex-direction:column}.os-kanban-column__header{padding:16px 20px;border-bottom:2px solid #d9d9d9;background:#fff;border-radius:8px 8px 0 0;text-align:center}.os-kanban-column--open .os-kanban-column__header{background:#ff4d4f24;border-bottom-color:#ff4d4f73}.os-kanban-column--open .os-kanban-column__title{color:#cf1322}.os-kanban-column--open .os-kanban-column__count{color:#cf1322bf}.os-kanban-column--underAnalysis .os-kanban-column__header{background:#fa8c1624;border-bottom-color:#fa8c1673}.os-kanban-column--underAnalysis .os-kanban-column__title{color:#d46b08}.os-kanban-column--underAnalysis .os-kanban-column__count{color:#d46b08bf}.os-kanban-column--authorized .os-kanban-column__header{background:#52c41a24;border-bottom-color:#52c41a73}.os-kanban-column--authorized .os-kanban-column__title{color:#389e0d}.os-kanban-column--authorized .os-kanban-column__count{color:#389e0dbf}.os-kanban-column__title{margin:0;font-size:20px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#000000e0}.os-kanban-column__count{margin-top:6px;font-size:14px;color:#0000008c;font-weight:500}.os-kanban-column__body{display:flex;flex-direction:column;gap:14px;padding:14px;overflow-y:auto;flex:1;min-height:0}.os-kanban-card{border-radius:8px;box-shadow:0 2px 6px #00000014}.os-kanban-card .ant-card-body{padding:16px!important}.os-kanban-card--open{background:#ff4d4f1a!important;border:1px solid rgba(255,77,79,.22)}.os-kanban-card--underAnalysis{background:#fa8c1624!important;border:1px solid rgba(250,140,22,.28)}.os-kanban-card--authorized{background:#52c41a24!important;border:1px solid rgba(82,196,26,.28)}.os-kanban-card__title.ant-typography{font-size:17px!important;margin-bottom:10px!important}.os-kanban-card__tags .ant-tag{font-size:13px;padding:2px 10px;margin-inline-end:0}.os-kanban-card__field,.os-kanban-card__field .ant-typography,.os-kanban-card__field .ant-typography-strong{font-size:14px}.os-kanban-column__empty{padding:32px 16px;text-align:center;color:#00000073;font-weight:500;font-size:15px}body.dark .os-kanban-header-bar__status{color:#ffffffbf}body.dark .os-kanban-column{background:#141414;border-color:#434343}body.dark .os-kanban-column__header{background:#1f1f1f;border-bottom-color:#434343}body.dark .os-kanban-column--open .os-kanban-column__header{background:#ff4d4f33;border-bottom-color:#ff4d4f73}body.dark .os-kanban-column--open .os-kanban-column__title{color:#ff7875}body.dark .os-kanban-column--open .os-kanban-column__count{color:#ff7875d9}body.dark .os-kanban-column--underAnalysis .os-kanban-column__header{background:#fa8c1633;border-bottom-color:#fa8c1673}body.dark .os-kanban-column--underAnalysis .os-kanban-column__title{color:#ffc069}body.dark .os-kanban-column--underAnalysis .os-kanban-column__count{color:#ffc069d9}body.dark .os-kanban-column--authorized .os-kanban-column__header{background:#52c41a33;border-bottom-color:#52c41a73}body.dark .os-kanban-column--authorized .os-kanban-column__title{color:#95de64}body.dark .os-kanban-column--authorized .os-kanban-column__count{color:#95de64d9}body.dark .os-kanban-column__title{color:#ffffffe0}body.dark .os-kanban-column__count{color:#ffffff8c}body.dark .os-kanban-column__empty{color:#ffffff73}body.dark .os-kanban-card{box-shadow:0 2px 6px #00000059}.dashboard-page{padding:16px 20px 24px;min-height:calc(100vh - 64px);box-sizing:border-box}.dashboard-header-bar{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px;padding:12px 16px;border:1px solid rgba(24,144,255,.35);border-radius:8px;background:var(--dashboard-header-bg, #fff)}.dashboard-header-bar__brand{display:flex;align-items:center;gap:12px;min-width:120px}.dashboard-header-bar__brand img{height:32px;width:auto}.dashboard-header-bar__clock{flex:1;min-width:200px;text-align:center;font-size:1.125rem;font-weight:600;padding:8px 16px;border:1px solid rgba(24,144,255,.45);border-radius:6px;color:inherit}.dashboard-header-bar__filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:12px}.dashboard-filter-group{display:flex;flex-direction:column;gap:4px;min-width:120px}.dashboard-filter-group__label{font-size:12px;color:#0000008c;font-weight:500}.dashboard-panel{height:100%;border:1px solid rgba(24,144,255,.35)!important;border-radius:8px!important}.dashboard-panel .ant-card-head{border-bottom:1px solid rgba(24,144,255,.2);min-height:48px}.dashboard-panel .ant-card-head-title{font-size:15px;font-weight:600}.dashboard-panel .ant-card-body{padding:12px 16px 16px}.dashboard-grid{min-height:520px}.dashboard-grid .ant-col{display:flex;flex-direction:column}.dashboard-grid .dashboard-panel{flex:1}.dashboard-table-scroll .ant-table-body{max-height:280px;overflow-y:auto!important}.dashboard-page-actions{display:flex;gap:8px;align-items:center}.dashboard-panel-hint{display:block}.dashboard-empty-message{text-align:center}body.dark .dashboard-header-bar,body.dark .productivity-header,body.dark .os-kanban-header-bar{background:#1f1f1f}body.dark .dashboard-filter-group__label{color:#ffffffd9}body.dark .dashboard-panel .ant-card-extra,body.dark .dashboard-panel-hint,body.dark .dashboard-secondary-text,body.dark .dashboard-empty-message{color:#ffffffbf!important}.productivity-page{padding:8px 16px 12px;height:calc(100vh - 64px);max-height:calc(100vh - 64px);box-sizing:border-box;display:flex;flex-direction:column;overflow:hidden}.productivity-page .ant-breadcrumb{margin-bottom:6px;flex-shrink:0}.productivity-layout{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden}.productivity-spin-wrap,.productivity-spin-wrap>.ant-spin-container{flex:1;min-height:0;display:flex;flex-direction:column;overflow:hidden}.productivity-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 16px;flex-shrink:0;margin-bottom:0;padding:8px 12px;border:1px solid rgba(24,144,255,.35);border-radius:8px;background:var(--dashboard-header-bg, #fff)}.productivity-header__left{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex:1;min-width:200px}.productivity-header__right{display:flex;align-items:center;gap:12px;flex-wrap:wrap;flex-shrink:0}.productivity-header__period{display:flex;align-items:center;flex-wrap:wrap}.productivity-header__filters{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end}.productivity-mttr-gauge{width:160px;height:120px;flex-shrink:0}.productivity-mttr-gauge .highcharts-container{height:120px!important}.productivity-mttr-gauge__value{position:absolute;left:50%;top:58%;transform:translate(-50%,-50%);font-size:18px;font-weight:700;color:#1890ff;pointer-events:none}.productivity-main{flex:1;min-height:0;display:flex;flex-direction:column;gap:8px;overflow:hidden}.productivity-tree-card{flex:1;min-height:0;display:flex;flex-direction:column;margin-bottom:0!important}.productivity-tree-card .ant-card-head{min-height:40px;padding:0 12px}.productivity-tree-card .ant-card-body{flex:1;min-height:0;padding:6px 10px 8px;overflow:hidden;display:flex;flex-direction:column}.productivity-tree-hint{font-size:12px;margin-bottom:4px!important;flex-shrink:0}.productivity-tree-panel{flex:1;min-height:0;overflow:auto}.productivity-tree-tags{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.productivity-tree-empty{display:block;font-size:12px;margin-bottom:8px;line-height:1.45}.productivity-tree-empty-tags{display:block;font-size:12px;padding:8px 10px;text-align:center;max-width:160px}.productivity-tree{display:flex;align-items:flex-start;gap:0;overflow-x:auto;overflow-y:visible;padding:6px 4px;min-height:100px}.productivity-tree__column{display:flex;flex-direction:column;justify-content:center;gap:8px;flex-shrink:0;padding:0 6px}.productivity-tree__connector{display:flex;align-items:center;flex-shrink:0;width:24px;position:relative}.productivity-tree__connector:before{content:"";position:absolute;left:0;right:0;top:50%;height:2px;background:#1890ff8c}.productivity-tree-node{min-width:120px;max-width:180px;padding:6px 10px;border:1px solid rgba(24,144,255,.45);border-radius:6px;background:#fff;cursor:default;text-align:center;transition:border-color .2s,box-shadow .2s}.productivity-tree-node--clickable{cursor:pointer}.productivity-tree-node--clickable:hover{border-color:#1890ff;box-shadow:0 2px 8px #1890ff33}.productivity-tree-node--selected{border-color:#1890ff;border-width:2px;background:#1890ff0f}.productivity-tree-node--root{background:#1890ff14;font-weight:600}.productivity-tree-node__label{font-size:11px;color:#0000008c;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.productivity-tree-node__value{font-size:14px;font-weight:600;color:#1890ff}.productivity-bottom-row{flex-shrink:0;margin-top:0!important;height:200px}.productivity-bottom-row>.ant-col{height:200px;display:flex}.productivity-bottom-row .dashboard-panel{flex:1;display:flex;flex-direction:column;min-height:0}.productivity-bottom-row .dashboard-panel .ant-card-head{min-height:36px;padding:0 10px}.productivity-bottom-row .dashboard-panel .ant-card-body{flex:1;min-height:0;padding:4px 8px 6px;overflow:hidden}.productivity-chart-wrap{height:100%;min-height:0}.productivity-chart-wrap .highcharts-container,.productivity-chart-wrap svg{height:100%!important}.productivity-classification-card .ant-card-body{display:flex;flex-direction:column;justify-content:center}.productivity-classification{font-size:.95rem;font-weight:700;text-transform:uppercase;line-height:1.25;margin:0}.productivity-classification-note{font-size:11px;margin-top:6px!important}.productivity-alert-compact{flex-shrink:0;margin-bottom:6px!important}body.dark .productivity-tree-hint,body.dark .productivity-tree-empty,body.dark .productivity-tree-empty-tags,body.dark .productivity-classification-note,body.dark .productivity-tree-card .ant-card-extra,body.dark .productivity-chart-empty{color:#ffffffbf!important}body.dark .productivity-tree-node{background:#1f1f1f}body.dark .productivity-tree-node--root{background:#1890ff2e}body.dark .productivity-tree-node--selected{background:#1890ff47}body.dark .productivity-tree-node__label{color:#ffffffd9}@media (max-width: 992px){.productivity-page{height:auto;max-height:none;overflow:visible}.productivity-layout,.productivity-spin-wrap,.productivity-spin-wrap>.ant-spin-container,.productivity-main{overflow:visible}.productivity-bottom-row{height:auto}.productivity-bottom-row>.ant-col{height:auto}.productivity-chart-wrap{height:200px}}@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}
