.data-screen-container{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#1a2a6c,#2a3a7c,#3a4a8c);z-index:9999;padding:10px 12px;overflow:hidden;color:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;gap:6px}.data-screen-container,.data-screen-container .close-btn-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.data-screen-container .close-btn-wrapper{position:absolute;top:10px;right:12px;z-index:10000;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px}.data-screen-container .close-btn-wrapper .close-btn{background:hsla(0,0%,100%,.2);border:2px solid hsla(0,0%,100%,.5);color:#fff;font-size:16px;width:36px;height:36px}.data-screen-container .close-btn-wrapper .close-btn:hover{background:rgba(255,0,0,.7);border-color:#ff4d4f}.data-screen-container .close-btn-wrapper .update-time{color:hsla(0,0%,100%,.8);font-size:12px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.data-screen-container .screen-top-metrics{margin-bottom:4px}.data-screen-container .screen-top-metrics .screen-metric-card{background:hsla(0,0%,100%,.1);border-radius:6px;padding:12px 8px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);height:88px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-icon{font-size:28px;color:#1890ff;margin-right:8px;width:35px;text-align:center}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-icon.warning{color:#faad14}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-info{-webkit-box-flex:1;-ms-flex:1;flex:1}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-info .screen-metric-title{color:hsla(0,0%,100%,.9);font-size:14px;margin-bottom:4px;font-weight:500}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-info .screen-metric-value{font-size:24px;font-weight:700;color:#fff;line-height:1;margin-bottom:2px;text-shadow:0 2px 4px rgba(0,0,0,.3)}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-info .screen-metric-trend{font-size:12px;font-weight:500}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-info .screen-metric-trend.up{color:#52c41a}.data-screen-container .screen-top-metrics .screen-metric-card .screen-metric-content .screen-metric-info .screen-metric-trend.down{color:#f5222d}.data-screen-container .screen-middle-section{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0;margin-bottom:4px}.data-screen-container .screen-middle-section .screen-chart-card,.data-screen-container .screen-middle-section .screen-data-card{background:hsla(0,0%,100%,.1);border-radius:6px;padding:8px 10px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.data-screen-container .screen-middle-section .screen-chart-title,.data-screen-container .screen-middle-section .screen-data-title{color:#fff;font-size:16px;font-weight:700;margin-bottom:6px;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.3)}.data-screen-container .screen-middle-section .chart-container{-webkit-box-flex:1;-ms-flex:1;flex:1;min-height:0}.data-screen-container .screen-middle-section .table-container{-webkit-box-flex:1;-ms-flex:1;flex:1;overflow:hidden;min-height:0;-ms-overflow-style:none;scrollbar-width:none}.data-screen-container .screen-middle-section .table-container::-webkit-scrollbar{display:none}.data-screen-container .screen-middle-section .table-container .scrolling-content{-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;min-height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.data-screen-container .screen-middle-section .ant-table{background:transparent;color:#fff;font-size:12px}.data-screen-container .screen-middle-section .ant-table.ant-table-small{border:none}.data-screen-container .screen-middle-section .ant-table .ant-table-thead>tr>th{background:hsla(0,0%,100%,.2);color:#fff;border-bottom:none;font-weight:600;padding:6px 8px;font-size:13px}.data-screen-container .screen-middle-section .ant-table .ant-table-tbody>tr>td{background:transparent;border-bottom:none;color:#fff;padding:6px 8px;height:34px}.data-screen-container .screen-middle-section .ant-table .ant-table-tbody>tr:hover>td{background:hsla(0,0%,100%,.1)}.data-screen-container .screen-middle-section .ant-table .ant-table-placeholder{background:transparent;border:none}.data-screen-container .screen-middle-section .ant-table .ant-table-placeholder .ant-empty-description{color:hsla(0,0%,100%,.7);font-size:12px}.data-screen-container .screen-bottom-team-cards{-webkit-box-flex:0;-ms-flex:0 0 26vh;flex:0 0 26vh;min-height:0;margin-top:0;overflow:hidden;position:relative}.data-screen-container .screen-bottom-team-cards .team-cards-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1vw;height:100%;padding-bottom:.8vh;-webkit-transition:-webkit-transform .1s linear;transition:-webkit-transform .1s linear;transition:transform .1s linear;transition:transform .1s linear,-webkit-transform .1s linear;width:-webkit-max-content;width:-moz-max-content;width:max-content;-ms-overflow-style:none;scrollbar-width:none}.data-screen-container .screen-bottom-team-cards .team-cards-container::-webkit-scrollbar{display:none}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card{background:hsla(0,0%,100%,.1);border-radius:.6vh;padding:1.5vh 1.2vw;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid hsla(0,0%,100%,.2);min-width:19vw;max-width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transition:all .3s ease;transition:all .3s ease;-ms-flex-negative:0;flex-shrink:0}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card:hover{-webkit-transform:translateY(-.5vh);transform:translateY(-.5vh);-webkit-box-shadow:0 1vh 2vh rgba(0,0,0,.3);box-shadow:0 1vh 2vh rgba(0,0,0,.3);background:hsla(0,0%,100%,.15)}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-header{margin-bottom:1vh;padding-bottom:.8vh;border-bottom:1px solid hsla(0,0%,100%,.2)}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-header .team-name{font-size:2vh;font-weight:700;color:#fff;white-space:normal;word-break:break-all;line-height:1.4}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding-top:1vh}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;margin-bottom:1.5vh;-ms-flex-negative:0;flex-shrink:0}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats{-webkit-box-flex:1;-ms-flex:1;flex:1;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .team-leader{font-size:1.5vh;color:#fff}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .team-leader .leader-label{color:hsla(0,0%,100%,.7)}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .team-leader .leader-name{color:#faad14;font-weight:500}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .team-member-count{font-size:1.3vh;padding:.3vh .8vw;border-radius:1.2vh;color:#fff;background:rgba(24,144,255,.6)}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .label{font-size:1.3vh;color:hsla(0,0%,100%,.7);margin-bottom:.3vh}.data-screen-container .screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .value{font-size:2.6vh;color:#fff;font-weight:700}.data-screen-container .scroll-gradient{position:absolute;top:0;bottom:0;width:3vw;z-index:2;pointer-events:none}.data-screen-container .scroll-gradient.left{left:0;background:-webkit-gradient(linear,left top,right top,from(rgba(26,42,108,.8)),to(transparent));background:linear-gradient(90deg,rgba(26,42,108,.8),transparent)}.data-screen-container .scroll-gradient.right{right:0;background:-webkit-gradient(linear,right top,left top,from(rgba(26,42,108,.8)),to(transparent));background:linear-gradient(270deg,rgba(26,42,108,.8),transparent)}.ant-tag{border:none;color:#fff;font-weight:500;font-size:1.1vh;padding:.2vh .6vw;border-radius:.4vh;line-height:2vh}.ant-tag.ant-tag-orange{background:#fa8c16}.ant-tag.ant-tag-blue{background:#1890ff}.ant-tag.ant-tag-green{background:#52c41a}.ant-tag.ant-tag-red{background:#f5222d}.g2-tooltip{background:rgba(0,0,0,.9)!important;border:1px solid hsla(0,0%,100%,.3)!important;border-radius:6px!important}.g2-legend,.g2-tooltip{color:#fff!important;font-weight:700!important;font-size:12px!important}.g2-axis-label,.g2-axis-title{fill:#fff!important;font-size:12px!important;font-weight:700!important}.g2-axis-grid line,.g2-axis-line{stroke:hsla(0,0%,100%,.4)!important}.screen-chart-card,.screen-data-card,.team-card{-webkit-animation:fadeIn .5s ease-in-out;animation:fadeIn .5s ease-in-out}@-webkit-keyframes fadeIn{0%{opacity:.8;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:.8;-webkit-transform:translateY(10px);transform:translateY(10px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}.loading-mask{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(26,42,108,.95);-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:10001;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.loading-mask,.loading-mask .loading-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.loading-mask .loading-content{gap:12px}.loading-mask .loading-text{color:#fff;font-size:18px;font-weight:500;margin:0}@media (max-width:1600px){.screen-bottom-team-cards .team-cards-container .team-card{min-width:260px;max-width:260px}}@media (max-width:1400px){.screen-bottom-team-cards .team-cards-container .team-card{min-width:240px;max-width:240px}.screen-bottom-team-cards .team-cards-container .team-card .team-card-content .team-stats .stat-item .value{font-size:22px}}.page-header-content{display:-webkit-box;display:-ms-flexbox;display:flex}.page-header-content .avatar{-webkit-box-flex:0;-ms-flex:0 1 72px;flex:0 1 72px}.page-header-content .avatar>span{display:block;width:72px;height:72px;border-radius:72px}.page-header-content .content{position:relative;top:4px;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;margin-left:24px;color:rgba(0,0,0,.45);line-height:22px}.page-header-content .content .content-title{margin-bottom:12px;color:rgba(0,0,0,.85);font-weight:500;font-size:20px;line-height:28px}.extra-content{zoom:1;float:right;white-space:nowrap}.extra-content:after,.extra-content:before{display:table;content:" "}.extra-content:after{clear:both;height:0;font-size:0;visibility:hidden}.extra-content .stat-item{position:relative;display:inline-block;padding:0 32px}.extra-content .stat-item>p:first-child{margin-bottom:4px;color:rgba(0,0,0,.45);font-size:14px;line-height:22px}.extra-content .stat-item>p{margin:0;color:rgba(0,0,0,.85);font-size:30px;line-height:38px}.extra-content .stat-item>p>span{color:rgba(0,0,0,.45);font-size:20px}.extra-content .stat-item:after{position:absolute;top:8px;right:0;width:1px;height:40px;background-color:#e8e8e8;content:""}.extra-content .stat-item:last-child{padding-right:0}.extra-content .stat-item:last-child:after{display:none}.workplace-wrapper .ant-list .ant-spin-container{max-height:400px;overflow:hidden;overflow-y:auto}.workplace-wrapper .ant-list .ant-spin-container .list-content-item{color:rgba(0,0,0,.45);display:inline-block;vertical-align:middle;font-size:14px;min-width:70px}.workplace-wrapper .ant-list .ant-spin-container .list-content-item+div{margin-left:10px}.workplace-wrapper .ant-list .ant-spin-container .list-content-item span{line-height:20px}.workplace-wrapper .ant-list .ant-spin-container .list-content-item p{margin-top:4px;margin-bottom:0;line-height:22px}.workplace-wrapper .item-group{padding:20px 0 8px 24px;font-size:0}.workplace-wrapper .item-group a{color:rgba(0,0,0,.65);display:inline-block;font-size:14px;margin-bottom:13px;width:25%}.mobile .project-list .project-card-grid{width:100%}.mobile .more-info{border:0;padding-top:16px;margin:16px 0 16px}.mobile .headerContent .title .welcome-text{display:none}